

/* Start:/local/templates/omegait_design/components/bitrix/menu/menu-template/style.min.css?1766634772490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/omegait_design/components/bitrix/menu/menu-template/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/omegait_design/components/bitrix/menu/menu-template-addit/style.min.css?1766634772490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/omegait_design/components/bitrix/menu/menu-template-addit/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1766634779666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */


/* Start:/local/templates/omegait_design/components/bitrix/news.list/jk-list-with-map-menu-temp/style.css?176663477212502*/
.jk-container {position: relative;}
.jk-view-switcher {
	position: absolute;
	right: 0;
	z-index: 1
}
/* --- Styles for animated toggle --- */
.animated-toggle {
	position: relative;
	display: inline-grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: 0;
	background: rgba(255, 255, 255, 1);
	border-radius: 30px;
	padding: 4px;
	user-select: none;
	min-width: 320px;
	max-width: 100%;
}

/* invisible native focus for container (we'll manage focus on options) */
.animated-toggle:focus { outline: none; }

.animated-toggle__option {
	position: relative;
    z-index: 2;
    background: transparent;
    border: 0;
	padding: calc(1.0417vw - 8px) 2.0834vw;
    border-radius: 999px;
    cursor: pointer;
    transition: color .18s ease;
    font-size: 14px;
    text-align: center;
}

.animated-toggle__option:focus {

}

/* active text color */
.animated-toggle__option.is-active {  }

/* track and knob */
.animated-toggle__track {
  position: absolute;
  z-index: 1;
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
  border-radius: 999px;
  pointer-events: none;
}

.animated-toggle__knob {
	position: absolute;
    top: 2px;
    bottom: 2px;
    width: calc(50% - 4px);
    background: rgba(242, 235, 232, 1);
    border-radius: 30px;
    transition: transform .22s cubic-bezier(.2, .9, .28, 1), box-shadow .18s ease;
    transform: translateX(0%);
    left: 2px;
    right: auto;
}

/* knob when toggled to right */
.animated-toggle--right .animated-toggle__knob {
  transform: translateX(100%);
}

/* small scale / shadow on active */
.animated-toggle__option.is-active ~ .animated-toggle__track .animated-toggle__knob {

}
.animated-toggle__option--left, .animated-toggle__option--right {
	justify-content: space-between;
	align-items: center;
}
.animated-toggle__option--left:before {
	content: " ";
    background: url('/local/templates/omegait_design/images/cards.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 26px;
    height: 26px;
}
.animated-toggle__option--right:before {
	content: " ";
    background: url('/local/templates/omegait_design/images/mini-mapt.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 26px;
    height: 26px;
}

/* responsive: shrink padding for small screens */
@media (max-width: 420px) {
  .animated-toggle { min-width: 220px; }
  .animated-toggle__option { padding: 8px 10px; font-size:13px; }
}

/* Минимальная стилизация — вынесите в ваш css */
	.jk-status-view, .jk-map-view {
		gap: 40px;
	}
	.jk-status-tabs {gap: 14px;}
	.jk-status-tabs__item {
		padding: 1.0417vw 2.0834vw;
		border: 1px solid rgba(157, 130, 114, 1); 
		background:transparent; 
		cursor:pointer; 
		transition: all .75s;
		border-radius: 40px;
		font-size: .95rem;
	}
	.jk-status-tabs__item.is-active {
		background: rgba(157, 130, 114, 1); 
		color:#fff; 
		transition: all .75s;
	}



/* Минимальные стили */
.view-toggle { margin-bottom: 1rem; }
.view-toggle__btn { padding: .5rem 1rem; margin-right:.5rem; cursor:pointer; border:1px solid transparent; background:#fff; }
.view-toggle__btn.is-active { font-weight:700; border-color:#cfe9ff; background:#f7fbff; }

.jk-status-panel { display: none; }
.jk-status-panel.is-active { display: block; }


.jk-grid { 
		flex-wrap: wrap; 
		gap:40px; 
	}
	.jk-card {
		width: calc((100% - 40px) / 3);
		padding: 40px;
		height: calc(75vh - 40px);
		max-height: 533px;
		position: relative;
		border-radius: 20px;
		justify-content: flex-end;
		.jk-card__rast {
			display: none;
		}
		.jk-card-content {
			flex-direction: row;
			gap: 24px;
			align-items: center;
			background: rgba(242, 235, 232, 1);
			backdrop-filter: blur(20px);
			padding: 40px 30px;
			border-radius: 20px;
			height: 20%;
			transition: .75s;
			h3 {font-size: 1rem;}
		}
		.jk-card__preview {
			display: none;
			opacity: 0;
			transition: all .75s;
		}
		.jk-card__mainosob-list {
			display: none;
			opacity: 0;
			transition: all .75s;
		}
		.jk-card__mainosob {
			display: none;
			opacity: 0;
			transition: all .75s;
		}
		transition: all 1s;
	}
	.jk-card:first-child {
		width: calc((100% - 40px) / 3 * 2);
		.jk-card__rast {
		gap:  8px;
		align-items: center;
		.jk-card__rast-pic {max-width: 24px; img {object-fit: cover; width: 100%; height: 100%;}}
			p {font-size: 12px;}
		}
		.jk-card-content {
			flex-direction: row;
			gap: 24px;
			background: rgba(242, 235, 232, 1);
			backdrop-filter: blur(20px);
			padding: 40px 30px;
			border-radius: 20px;
		}
		.jk-card__preview {
			line-height: 125%;
		}
		.jk-card__mainosob-list {
			display: none;
			width: 100%;
		}
		.jk-card__mainosob {
			display: none;
			transition: all .75s;
		}
	}
	.jk-card:hover {
		width: calc((100% - 40px) / 3);
		padding: 40px;
		height: calc(75vh - 40px);
		max-height: 533px;
		position: relative;
		border-radius: 20px;
		justify-content: flex-end;
		.jk-card__rast {
			display: flex;
			gap:  8px;
			align-items: center;
			.jk-card__rast-pic {max-width: 24px; img {object-fit: cover; width: 100%; height: 100%;}}
			p {font-size: 12px;}
		}
		.jk-card-content {
			flex-direction: column;
			gap: 2px;
			align-items: flex-start;
			background: rgba(242, 235, 232, 1);
			backdrop-filter: blur(20px);
			padding: 40px 30px;
			border-radius: 20px;
			height: 100%;
			transition: .75s;
			justify-content: flex-start;
			h3 {font-size: 1.05rem; margin-bottom: 14px;}
			.jk-card__rast {margin-bottom: clamp(20px, 5vh, 40px);}
			.jk-card__preview {margin-bottom: 30px;}
			.green-to-green {justify-self: flex-end;}

		}
		.jk-card__preview {
			line-height: 125%;
			display: block;
			opacity: 1;
			transition: all .75s;
		}
		.jk-card__mainosob-list {
			display: none;
			opacity: 1;
			transition: all .75s;
		}
		.jk-card__mainosob {
			display: none;
			gap: 10px;
			opacity: 1;
			transition: all .75s;
		}
		.abs-chips {
			gap: 8px;
			position: absolute;
			left: unset;
			right: 80px;
			top: 80px;
			max-width: 40%;
			flex-wrap: wrap;
			justify-content: flex-end;
			z-index: 2;
			transition: all .75s;
		}
	}
	.jk-card:first-child:hover {
		width: calc((100% - 40px) / 3 * 2);
		.jk-card__rast {
		gap:  8px;
		align-items: center;
		.jk-card__rast-pic {max-width: 24px; img {object-fit: cover; width: 100%; height: 100%;}}
			p {font-size: 12px;}
		}
		.jk-card-content {
			flex-direction: column;
			gap: 2px;
			background: rgba(242, 235, 232, 1);
			backdrop-filter: blur(20px);
			padding: 40px 30px;
			border-radius: 20px;
			justify-content: flex-start;
			h3 {font-size: 1.05rem; margin-bottom: 14px;}
			.jk-card__rast {margin-bottom: clamp(20px, 5vh, 40px);}
			.jk-card__preview {margin-bottom: 35px;}
			.green-to-green {justify-self: flex-end;}
		}
		.jk-card__mainosob-list {
			width: 100%;
			display: flex;
			margin-bottom: clamp(20px, 5vh, 40px);
		}
		.jk-card__mainosob {
			display: flex;
			align-items: center;
			gap: 10px;
			.jk-card__mainosob-pic {
				max-width: clamp(36px, 3vw, 50px); max-height: clamp(36px, 3vw, 50px); img {object-fit: cover; width: 100%; height: 100%;}
			}
			p {font-size: .8rem; line-height: 125%; max-width: 105px;}
		}
		transition: all 1s;
	}
	.abs-chips {
		gap: 8px;
		position: absolute;
		left: 40px;
		top: 80px;
		max-width: 80%;
		flex-wrap: wrap;
		justify-content: flex-start;
		z-index: 2;
		transition: all .75s;
	}
.jk-map-wrapper {
	position: relative;
	border-radius: 30px;
    overflow: clip;
}
.jk-map-canvas {
	height: 90vh;
	max-height: 820px;
}
.jk-map-sidebar {
    position: absolute;
    z-index: 1;
    background: rgba(255, 255, 255, 1);
    top: 2vh;
    left: 2vw;
    border-radius: 30px;
}
.jk-map-list {
    padding: 40px;
    width: 35vw;
    max-width: 620px;
	gap: 20px;
}
.jk-map-list__item {
	gap: 30px;
	.jk-map-list__img {width: 5vw; height: 5vw; max-width: 100px; max-height: 100px; border-radius: 30px; overflow: clip;}
	.jk-map-list__inner {align-items: center; flex: 1;}
	.jk-map-list__btn_addr {gap: 6px; button {text-align: left; font-size: 1rem; font-weight: 600;} span {font-size: 1rem;}}
	.jk-map-list__price {color: rgba(43, 40, 35, 1); font-weight: 300;}
}

@media screen and (max-width: 1570px) {
.jk-grid { 
		flex-wrap: wrap; 
		gap:40px; 
	}
	.jk-card {
		width: calc((100% - 40px) / 3);
		padding: 20px;
		height: calc(65vh - 40px);
		max-height: 460px;
		position: relative;
		border-radius: 20px;
		justify-content: flex-end;
		.jk-card__rast {
			display: none;
		}
		.jk-card-content {
			flex-direction: row;
			gap: 24px;
			align-items: center;
			background: rgba(242, 235, 232, 1);
			backdrop-filter: blur(20px);
			padding: 20px;
			border-radius: 20px;
			height: 20%;
			transition: .75s;
			h3 {font-size: 1rem;}
			.green-to-green {justify-self: flex-end;}
		}
		.jk-card__preview {
			display: none;
			opacity: 0;
			transition: all .75s;
			font-size: 1rem;
		}
		.jk-card__mainosob-list {
			display: none;
			opacity: 0;
			transition: all .75s;
		}
		.jk-card__mainosob {
			display: none;
			opacity: 0;
			transition: all .75s;
		}
		transition: all 1s;
	}
	.jk-card:first-child {
		width: calc((100% - 40px) / 3 * 2);
		.jk-card__rast {
		gap:  8px;
		align-items: center;
		.jk-card__rast-pic {max-width: 24px; img {object-fit: cover; width: 100%; height: 100%;}}
			p {font-size: 12px;}
		}
		.jk-card-content {
			flex-direction: row;
			gap: 24px;
			background: rgba(242, 235, 232, 1);
			backdrop-filter: blur(20px);
			padding: 20px;
			border-radius: 20px;
			h3 {font-size: .9rem;}
			.green-to-green {justify-self: flex-end;}
		}
		.jk-card__preview {
			line-height: 125%;
		}
		.jk-card__mainosob-list {
			display: none;
			width: 100%;
		}
		.jk-card__mainosob {
			display: none;
			transition: all .75s;
		}
	}
	.jk-card:hover {
		width: calc((100% - 40px) / 3);
		padding: 20px;
		height: calc(65vh - 40px);
		max-height: 460px;
		position: relative;
		border-radius: 20px;
		justify-content: flex-end;
		.jk-card__rast {
			display: flex;
			gap:  8px;
			align-items: center;
			.jk-card__rast-pic {max-width: 24px; img {object-fit: cover; width: 100%; height: 100%;}}
			p {font-size: .7rem;}
		}
		.jk-card-content {
			flex-direction: column;
			gap: 2px;
			align-items: flex-start;
			background: rgba(242, 235, 232, 1);
			backdrop-filter: blur(20px);
			padding: 20px;
			border-radius: 20px;
			height: 100%;
			transition: .75s;
			justify-content: flex-start;
			h3 {font-size: 1.05rem; margin-bottom: 14px; width: 100%!important}
			.jk-card__rast {margin-bottom: clamp(10px, 2vh, 20px);}
			.jk-card__preview {margin-bottom: 10px;}
			.green-to-green {justify-self: flex-end;}

		}
		.jk-card__preview {
			line-height: 125%;
			display: block;
			opacity: 1;
			transition: all .75s;
		}
		.jk-card__mainosob-list {
			display: none;
			opacity: 1;
			transition: all .75s;
		}
		.jk-card__mainosob {
			display: none;
			gap: 10px;
			opacity: 1;
			transition: all .75s;
		}
		.abs-chips {
			gap: 8px;
			position: absolute;
			left: unset;
			right: 40px;
			top: 40px;
			max-width: 40%;
			flex-wrap: wrap;
			justify-content: flex-end;
			z-index: 2;
			transition: all .75s;
		}
	}
	.jk-card:first-child:hover {
		width: calc((100% - 40px) / 3 * 2);
		.jk-card__rast {
		gap:  8px;
		align-items: center;
		.jk-card__rast-pic {max-width: 24px; img {object-fit: cover; width: 100%; height: 100%;}}
			p {font-size: 12px;}
		}
		.jk-card-content {
			flex-direction: column;
			gap: 2px;
			background: rgba(242, 235, 232, 1);
			backdrop-filter: blur(20px);
			padding: 20px;
			border-radius: 20px;
			justify-content: flex-start;
			h3 {font-size: 1.05rem; margin-bottom: 14px;}
			.jk-card__rast {margin-bottom: clamp(10px, 2vh, 20px);}
			.jk-card__preview {margin-bottom: 10px;}
			.green-to-green {justify-self: flex-end;}
		}
		.jk-card__mainosob-list {
			width: 100%;
			display: flex;
			margin-bottom: clamp(10px, 2vh, 20px);
		}
		.jk-card__mainosob {
			display: flex;
			align-items: center;
			gap: 4px;
			.jk-card__mainosob-pic {
				max-width: clamp(36px, 3vw, 50px); max-height: clamp(36px, 3vw, 50px); img {object-fit: cover; width: 100%; height: 100%;}
			}
			p {font-size: .8rem; line-height: 125%; max-width: 105px;}
		}
		transition: all 1s;
	}
	.abs-chips {
		gap: 8px;
		position: absolute;
		left: 40px;
		top: 40px;
		max-width: 80%;
		flex-wrap: wrap;
		justify-content: flex-start;
		z-index: 2;
		transition: all .75s;
	}
}
/* End */


/* Start:/local/templates/omegait_design/components/bitrix/catalog.compare.list/compare-list-counter/style.css?17666347721265*/
.bx_catalog-compare-list{
    font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size:12px;
    z-index:998;
    overflow:hidden;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
    width:270px;
    max-height:100%;
    padding:10px 8px 0;
    white-space:normal;
    color:#404040;
    border:1px solid #b7b7b7;
    border-radius:3px;
    background:#fff;
    box-shadow:0 2px 5px 0 rgba(0,0,0,.18);
	margin-bottom: 10px;
}
.bx_catalog-compare-list.fix{
	position:fixed;
}
.bx_catalog-compare-list.top{
    top:5px;
}
.bx_catalog-compare-list.right{
    right:5px;
}
.bx_catalog-compare-list.bottom{
    bottom:5px;
}
.bx_catalog-compare-list.left{
    left:5px;
}
.bx_catalog-compare-list .bx_catalog_compare_form {  }
.bx_catalog-compare-list:hover .bx_catalog_compare_form {  }
.bx_catalog-compare-list a{
    font-size:11px;
    color:#327ab7;
}
.bx_catalog-compare-list a:hover{
    text-decoration:none;
}
.bx_catalog_compare_count p{
    margin:0 0 10px 0;
}
.bx_catalog_compare_count p.compare-redirect{
	text-align: center;
	font-weight: bold;
}
.bx_catalog-compare-list .compare-items td{
    font-size:12px;
    font-weight:bold;
    padding-bottom:10px;
	vertical-align: top;
}
/* End */


/* Start:/local/templates/omegait_design/components/bitrix/news.list/projects_by_city/style.css?1766634772150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/omegait_design/components/bitrix/news.list/complexes-menu/style.css?17787510941774*/
.complexes-menu { 
	gap: 40px;
    align-items: flex-start;
    background: rgba(255, 255, 255, 1);
    border-radius: 20px;
}
.complexes-menu__left { 
    width: calc((100% - 40px) / 2);
    padding: 40px 0px 40px 40px;
	gap: 20px;
}
.complexes-menu__right { width: calc((100% - 40px) / 2); border-radius: 20px; }
.complexes-tabs { 
    list-style: none;
    flex-wrap: nowrap;
    justify-content: stretch;
    width: 100%;
}
.complexes-tab {
    padding: 10px 30px;
    cursor: pointer;
    border-bottom: 2px solid rgba(242, 235, 232, 1);
    justify-self: stretch;
    flex: 1;
    text-align: center;
	transition: .75s;
	font-size: 1rem;
}
.complexes-tab.active {
    font-weight: 600;
    border-bottom: 2px solid rgba(157, 130, 114, 1);
	transition: .75s;
}
	.complexes-list { list-style:none; margin:0; padding:0; gap: 0px; }
.complex-item {
	display: flex;
    justify-content: space-between;
    padding: 20px;
    border-radius: 10px;
    text-decoration: none;
    color: rgba(43, 40, 35, 1);
    background: #fff;
}
	.complex-item.activated { background: rgba(157, 130, 114, 1); * {color: rgba(255, 255, 255, 1);} }
	.complex-item__meta { font-size:13px; color:#666; }
	.complex-preview {border-radius: 20px; background: #fff;}
	.complex-preview__inner {
		position: relative;
	}
	.complex-preview__info {
		position: absolute;
		top: 0;
		left: 0;
		padding: 40px;
		height: 100%;
		gap: 40px;
		justify-content: flex-start!important;
		flex-direction: row!important;
		align-items: flex-start;
	}
	.complex-preview__image {
		height: 63vh;
		max-height: 591px;
	}
	.complex-preview__image img { object-fit: cover; width:100%; height:100%; display:block; border-radius:20px; }
	.complex-preview__title { margin:12px 0 8px 0; text-shadow: 0px 0px 5px #4C4131;}
/* End */


/* Start:/local/templates/omegait_design/components/bitrix/form/web-form-template/bitrix/form.result.new/.default/style.css?17783226122941*/
.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/omegait_design/components/bitrix/form/web-form-template/bitrix/form.result.new/.default/images/icon_warn.gif);
}

.form-content {
	position: relative;
	background: rgba(242, 235, 232, 1);
    border-radius: 30px;
    padding: 40px;
    max-width: 820px;
}
.form-inner {
	gap: 27px;
}
.form-inner-box {
	gap: 80px;
}
.form-inner-box p{
	width: 80%;
    line-height: 125%;
}
.form-inner-box-fields {
	flex-direction: row!important;
	width: 100%;
	gap: 20px;
	input[type="text"], input[type="tel"], input[type="email"], textarea {
        outline: none;
        border: none !important;
        background: transparent !important;
        border-bottom: 2px solid rgba(157, 130, 114, 1) !important;
        border-radius: 0px;
	}
}
.form-btns {

}
.checkbox-container {
	gap: 8px;
    p, a {
        font-size: clamp(12px, .85rem, 16px);
    }
}
.form-notification {
    position: absolute;
    top: 0;
    padding: 20px;
	border-radius: 15px;
	transform: translateY(-60px);
    opacity: 0;
} 
.error-notification {
	background: red;
	p font {
		display: flex;
		gap: 8px;
		color: #fff!important;
	}
}
.form-notification.active {
    animation: bounce2 2s ease forwards;
    opacity: 0; /* начальное состояние */
}

@keyframes bounce2 {
	0% {transform: translateY(-60px); opacity: 0;}
	20% {transform: translateY(-60px); opacity: 0;}
	40% {transform: translateY(-90px); opacity: .25;}
	50% {transform: translateY(-60px); opacity: .5;}
	60% {transform: translateY(-75px); opacity: .75;}
	80% {transform: translateY(-60px); opacity: 1;}
	100% {transform: translateY(-60px); opacity: 1;}
}

.project-select {
	position: relative;
	width: 100%;
}

.project-select select {
	width: 100%;
	height: 60px;
	padding: 0 55px 0 20px;

	border: 1px solid #DADADA;
	border-radius: 14px;

	background-color: #fff;

	font-size: 16px;
	font-weight: 500;
	line-height: 1;

	color: #081011;

	cursor: pointer;

	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;

	transition:
		border-color .3s ease,
		box-shadow .3s ease,
		background-color .3s ease;
}

/* hover */

.project-select select:hover {
	border-color: #497D00;
}

/* focus */

.project-select select:focus {
	outline: none;

	border-color: #497D00;

	box-shadow:
		0 0 0 3px rgba(73, 125, 0, 0.15);
}

/* placeholder */

.project-select select:invalid {
	color: #999;
}

/* option */

.project-select option {
	color: #081011;
}

/* стрелка */

.project-select::after {
	content: '';

	position: absolute;

	top: 50%;
	right: 20px;

	width: 12px;
	height: 12px;

	border-right: 2px solid #081011;
	border-bottom: 2px solid #081011;

	transform:
		translateY(-70%)
		rotate(45deg);

	pointer-events: none;

	transition: transform .3s ease;
}

/* анимация */

.project-select select:focus + *,
.project-select:hover::after {
	transform:
		translateY(-50%)
		rotate(225deg);
}
/* End */


/* Start:/local/templates/omegait_design/components/sporina/cookie.notification/cookie-template/style.css?17666347722160*/
.sporina-cookie-notification {
    position: fixed;
    z-index: 99;
    background-color: #2c3e50;
    color: #ecf0f1;
    padding: 15px 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    font-family: "Manrope", sans-serif !important;
    font-size: 14px;
    line-height: 1.5;
	border-radius: 15px;
}

.sporina-cookie-right {
    bottom: 20px;
    right: 20px;
    left: auto;
    max-width: 420px;
}

.sporina-cookie-left {
    bottom: 20px;
    left: 20px;
    right: auto;
    max-width: 420px;
}

.sporina-cookie-content {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.sporina-cookie-text {
    flex: 1;
}

.sporina-cookie-policy-link {
    color: #3498db;
    text-decoration: underline;
    margin-left: 5px;
}

.sporina-cookie-policy-link:hover {
    text-decoration: none;
    color: #5dade2;
}

.sporina-cookie-buttons {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
    flex-direction: column;
}

.sporina-cookie-btn {
    padding: 8px 16px;
    border: none;
    
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.sporina-cookie-accept {
    background-color: #27ae60;
    color: #ffffff;
}

.sporina-cookie-accept:hover {
    background-color: #2ecc71;
    transform: translateY(-1px);
}
/*
.sporina-cookie-decline {
    background-color: #e74c3c;
    color: #ffffff;
}
*/
.sporina-cookie-decline:hover {
    background-color: #c0392b;
    transform: translateY(-1px);
}

.sporina-cookie-notification {
    transition: transform 300ms ease-in-out;
}

.sporina-cookie-notification.sporina-cookie-hidden {
    transform: translateY(100%);
}

/* Для левой/правой позиции достаточно сдвига вниз */

@media (max-width: 768px) {
    .sporina-cookie-content {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .sporina-cookie-buttons {
        width: 100%;
        justify-content: center;
        flex-direction: row;
    }
    
    .sporina-cookie-btn {
        flex: 1;
        max-width: 150px;
    }
}

/* End */


/* Start:/local/templates/omegait_design/template_styles.css?178635109181660*/
#panel {
	transition: .5s;
	z-index: 2;
}
#panel:hover {
	opacity: .3;
	transition: .5s;
}
.XTranslate {
	display: none!important;
}
:root {
	--container-width: clamp(300px, 87.5vw, 1680px);
}

/* ========== RESET ========== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scrollbar-width: thin;
  scrollbar-color: #4C4131 #F2EBE8;
}
button, [type="button"], [type="reset"], [type="submit"] {
  cursor: pointer;
  outline: none;
  border: none;
}
h1, h2, h3, h4, h5 {
	margin: 0;
}

/* ========== GLOBAL ========== */
html {
    font-size: 16px;
  }
body {
  font-family: "Manrope", sans-serif!important;
  background-color: #FFFFFF;
  color: #4C4131;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
}
.bx-filter  {font-family: "Manrope", sans-serif!important;}
.primary-title {
	font-weight: 600;
	font-style: SemiBold;
	font-size: clamp(20px, 2.7rem, 48px); /*2.5vw*/
	line-height: 120%;
	letter-spacing: 0%;
}
h1, .h1-like {
	font-weight: 300;
	font-style: Light;
	font-size: clamp(20px, 2rem, 40px); /*2.5vw*/
	leading-trim: NONE;
	line-height: 120%;
}
h2, .h2-like {
	font-weight: 300;
	font-style: Light;
	font-size: clamp(16px, 1.25rem, 24px); /*1.25vw*/
	leading-trim: NONE;
	line-height: 100%;
}
h3, .h3-like {
	font-weight: 600;
	font-style: SemiBold;
	font-size: clamp(12px, .9rem, 16px); /*1.25vw*/
	leading-trim: NONE;
	line-height: 100%;
}
p, li {
	font-weight: 300;
	font-style: Light;
	font-size: clamp(14px, 1rem, 18px); /*.9375vw*/
	leading-trim: NONE; 
	line-height: 125%;
}
.bold-text {
	font-weight: 600;
}
.white-text {
	color: #FFFFFF;
}
p.bold-text {
	font-weight: 700;
}
.small-text {
	font-weight: 300;
	font-style: Light;
	font-size: clamp(10px, .67rem, 12px); /*.625vw*/
	leading-trim: NONE;
	line-height: 100%;
}
.underline-text {
	text-transform: underline;
}
button, a {
	font-weight: 300;
	font-style: Light;
	font-size: .95rem; /*.83vw*/
	leading-trim: NONE;
	line-height: 100%;
}

/* ========== LINKS ========== */
a {
	font-weight: 300;
	text-decoration: none;
	transition: .5s;
	color: inherit;
}
a:hover, a:focus {
  font-weight: 600;
  transition: .75s;
  text-decoration: none;
}
.wrapper {
	width: 100vw;
	padding-top: 120px;
}
.br-bg {
	background: #F2EBE8;
	position: relative;
	padding: 80px 0px;
	border-radius: 30px;
	overflow: clip;
}
.container {
	width: clamp(300px, 87.5vw, 1680px);
	margin: 0 auto;
}
.section-box {
	gap: 67px;
}
.section {
	margin-bottom: 120px;
}
.flex {
	display: flex;
}
.row-flex {
	flex-direction: row;
}
.column-flex {
	flex-direction: column;
}
.spbw {
	justify-content: space-between;
}
.swiper-pagination {
	display: flex;
	gap: 8px;
	align-items: center;
	justify-content: center;
	bottom: 14px !important;
}
.swiper-pagination-bullet {
	width: clamp(6px, .6vw, 10px);
	height: clamp(6px, .6vw, 10px);
	margin: 0!important;
	opacity: 1;
	border-radius: 2px;
	background: #F2EBE8;
}
.swiper-pagination-bullet-active {
	width: 67px;
}
.swiper-button-disabled {
	opacity: 0!important;
}
.header-mobile {display: none;}
.title-and-link {

}
/* Общий контейнер модалки */
.modal {
    display: none; /* по умолчанию скрыта */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; /* скролл, если контента много */
    background-color: rgba(0, 0, 0, 0.6); /* затемнение фона */
    transition: opacity 0.3s ease;
}

.modal.active {
    display: flex!important;
}
.modal-content-compl {
	position: relative;
}
.modal-content-compl-inner {
	position: absolute;
    top: -164px;
}

/* Внутренний блок */
.modal-content {
    background: #fff;
    margin: 5% auto;
    padding: 30px;
    border-radius: 12px;
    max-width: 600px;
    width: 90%;
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    animation: modalFadeIn 0.3s ease;
}

/* Кнопка закрытия */
.modal-close {
    position: absolute;
    top: 12px;
    right: 16px;
    font-size: 28px;
    font-weight: bold;
    color: #555;
    background: none;
    border: none;
    cursor: pointer;
    transition: color 0.2s ease;
}

.modal-close:hover {
    color: #000;
}

/* Анимация появления */
@keyframes modalFadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.custom-breadcrumb {
	gap: 5px;
	align-items: center;
	margin: 40px 0px;
	flex-wrap: wrap;
}
.custom-breadcrumb-item {
	gap: 5px;
	align-items: baseline;
    font-size: 12px;
}
.custom-breadcrumb-item-content {
	font-family: Manrope;
	font-weight: 300;
	font-size: 12px;
	line-height: 100%;
}
a.custom-breadcrumb-item-content {color: rgba(157, 130, 114, 1);}
span.custom-breadcrumb-item-content {color: rgba(43, 40, 35, 1);}

/* Modal menu */

/* Базовая визуальная структура */
.modal-overlay {
  position: fixed;
  inset: 0; /* top:0; right:0; bottom:0; left:0; */
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0,0,0,0); /* начально прозрачный */
  pointer-events: none;      /* блокируем клики, пока не открыто */
  visibility: hidden;
  transition: background 240ms ease, visibility 0s linear 240ms;
  z-index: 1000;
}

/* Контейнер модального окна (фон становится затемнённым) */
.modal-overlay.active {
  background: rgba(0,0,0,0.5);
  pointer-events: auto;
  visibility: visible;
  transition: background 240ms ease;
}

/* Контент меню — сам блок */
.modal-content-menu {
    height: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
		position: relative;
}

/* Внутренний контейнер (куда помещено содержимое) */
.modal-content-menu-inner {
	background: #ffffff;
    position: absolute;
    top: 164px;
    right: 0;
    border-radius: 12px;
    padding: 28px;
    max-width: 820px;
    height: 336px;
    box-shadow: 0 12px 30px rgba(2, 6, 23, 0.35);
    transform: translateY(-10px) scale(0.98);
    opacity: 0;
    transition: transform 300ms cubic-bezier(.2, .9, .3, 1), opacity 220ms ease;
    will-change: transform, opacity;
    outline: none;
		flex-wrap: wrap;
		gap: 20px;
		ul {list-style: none; padding-left: 20px; gap: 8px;}
		.menu {gap: 10px; h3 {color: rgba(43, 40, 35, 1);}}
}

/* Видимое состояние — плавный вход */
.modal-overlay.active .modal-content-menu-inner {
  transform: translateY(0) scale(1);
  opacity: 1;
}

/* Класс для плавного ухода (при закрытии делаем обратную анимацию) */
.modal-overlay.closing {
  background: rgba(0,0,0,0); /* фон уходит */
  pointer-events: none;
  visibility: visible; /* оставляем видимым до конца анимации */
  transition: background 240ms ease;
}
.modal-overlay.closing .modal-content-menu-inner {
  transform: translateY(-8px) scale(0.98);
  opacity: 0;
}

/* Уменьшаем/упрощаем анимацию для пользователей, которые предпочитают минимальную анимацию */
@media (prefers-reduced-motion: reduce) {
  .modal-content-menu-inner,
  .modal-overlay {
    transition: none;
  }
}
.close-modal-content-compl {
	color: #fff;
    cursor: pointer;
    position: absolute;
    top: -30px;
    right: 10px;
}

/* ========== BUTTON ========== */
[data-use="show-more-1"] {
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 0%);
}

/* button white-to-green */
.white-to-green, [data-use="show-more-1"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1.0417vw 2.0834vw;
    border-radius: 40px;
    color: #4B3F2E;
    background: #FFFFFF; /* normal */
    box-shadow: 0px 0px 10px 0px #4C413133;
    text-decoration: none;
    transition: all 0.75s ease;
    position: relative;
    cursor: pointer;
    overflow: hidden;
	font-size: .95rem;
}

/* Стрелка (absolute, чтобы не двигать текст) */
.white-to-green::after, [data-use="show-more-1"]::after {
	content: '';
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%) translateX(-8px);
    width: 24px;
    height: 24px;
    background: url(/local/templates/omegait_design/includes/icons/button-arrow.svg) no-repeat center;
    background-size: contain;
    opacity: 0;
    transition: all 0.75s ease;
}

/* Hover */
.white-to-green:hover, [data-use="show-more-1"]:hover {
	padding: 1.0417vw calc(2.0834vw + 24px) 1.0417vw 2.0834vw;
    background: #497D00;
    color: #FFFFFF;
	transition: all 0.75s ease;
}

/* При hover стрелка плавно появляется */
.white-to-green:hover::after, [data-use="show-more-1"]:hover::after {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
	transition: all 0.75s ease;
}

/* Press */
.white-to-green:active {
    background: radial-gradient(50% 50% at 50% 50%, #497D00 0%, #3E6900 100%);
    color: #FFFFFF;
	transition: all 0.75s ease;
}

.white-to-green:active::after {
    opacity: 1;
    transform: translateY(-50%) translateX(2px); /* лёгкий "пуш" вправо при клике */
	transition: all 0.75s ease;
}

/*button green-to-green*/

.green-to-green {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1.0417vw 2.0834vw;
    border-radius: 40px;
    color: #FFFFFF;
    background: #497D00; /* normal */
    box-shadow: 0px 0px 10px 0px #4C413133;
    text-decoration: none;
    transition: all 0.75s ease;
    position: relative;
    cursor: pointer;
    overflow: hidden;
	font-size: .95rem;
}

/* Стрелка (absolute, чтобы не двигать текст) */
.green-to-green::after {
    content: '';
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%) translateX(-8px);
    width: 24px;
    height: 24px;
    background: url('/local/templates/omegait_design/includes/icons/button-arrow.svg') no-repeat center;
    background-size: contain;
    opacity: 0;
    transition: all 0.75s ease;
}

/* Hover */
.green-to-green:hover {
	padding: 1.0417vw calc(2.0834vw + 24px) 1.0417vw 2.0834vw;
    background: #497D00;
    color: #FFFFFF;
	transition: all 0.75s ease;
}

/* При hover стрелка плавно появляется */
.green-to-green:hover::after {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
	transition: all 0.75s ease;
}

/* Press */
.green-to-green:active {
    background: radial-gradient(50% 50% at 50% 50%, #497D00 0%, #3E6900 100%);
    color: #FFFFFF;
	transition: all 0.75s ease;
}

.green-to-green:active::after {
    opacity: 1;
    transform: translateY(-50%) translateX(2px); /* лёгкий "пуш" вправо при клике */
	transition: all 0.75s ease;
}

/*button green-to-gradient*/

.green-to-gradient {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1.0417vw 2.0834vw;
    width: 100%;
    border-radius: 40px;
    color: #FFFFFF;
    background: #497D00; /* normal */
    box-shadow: 0px 0px 10px 0px #4C413133;
    text-decoration: none;
    transition: all 0.75s ease;
    position: relative;
    cursor: pointer;
    overflow: hidden;
	font-size: .95rem;
}


/* Hover */
.green-to-gradient:hover {
    background: #497D00;
    color: #FFFFFF;
	transition: all 0.75s ease;
}

/* Press */
.green-to-gradient:active {
    background: radial-gradient(50% 50% at 50% 50%, #497D00 0%, #3E6900 100%);
    color: #FFFFFF;
	transition: all 0.75s ease;
}


/*button shadow-to-green*/

.shadow-to-green {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1.0417vw 2.0834vw;
    border-radius: 40px;
    color: #2B2823;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px #4C413133;
    text-decoration: none;
    transition: all 0.75s ease;
    position: relative;
    cursor: pointer;
    overflow: hidden;
	font-size: .95rem;
}


/* Hover */
.shadow-to-green:hover {
    background: #497D00;
    color: #FFFFFF;
	transition: all 0.75s ease;
}

/* Press */
.shadow-to-green:active {
    background: radial-gradient(50% 50% at 50% 50%, #497D00 0%, #3E6900 100%);
    color: #FFFFFF;
	transition: all 0.75s ease;
}

/*button white-bordered*/

.white-bordered {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1.0417vw 2.0834vw;
    border-radius: 40px;
    color: #2B2823;
    background: transparent; /* normal */
    border: 1px solid #2B2823;
    text-decoration: none;
    transition: all 0.75s ease;
    position: relative;
    cursor: pointer;
    overflow: hidden;
	font-size: .95rem;
}


/* Hover */
.white-bordered:hover {
    background: #2B2823;
    color: #FFFFFF;
	transition: all 0.75s ease;
}

/* Press */
.white-bordered:active {
    background: #2B2823;
    color: #FFFFFF;
	transition: all 0.75s ease;
}

/* ========== FORM ELEMENTS ========== */
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="file"], 
textarea,
select {
  width: 100%;
  padding: 0.6rem;
  border: 1px solid #131312;
  border-radius: 6px;
  background-color: #F1F1F1;
  color: #131312;
  font-size: 1rem;
  transition: border 0.2s;
}
input:focus,
textarea:focus,
select:focus {
  border-color: #E23325;
  outline: none;
}
.input-group-container {
	justify-content: space-between;
	gap: 20px;
}
.bx-subscribe .bx-input-group .bx-form-control {
	outline: none;
	border: none !important;
	background: transparent !important;
	border-bottom: 2px solid rgba(157, 130, 114, 1) !important;
	border-radius: 0px;
}
.bx_subscribe_checkbox_container {
	label {font-size: .75rem;}
}

/* Placeholder */
::placeholder {
  color: #999;
  opacity: 1;
}

/* ========== CHECKBOXES & RADIOS ========== */
input[type="checkbox"],
input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  background-color: #F1F1F1;
  border: 1px solid #131312;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
}
input[type="radio"] {
  border-radius: 50%;
}
input[type="checkbox"]:checked::before,
input[type="radio"]:checked::before {
	content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    background: rgba(73, 125, 0, 1);
    border-radius: 50%;
}
input[type="checkbox"]:checked::before {
  width: 8px;
  height: 8px;
  border-radius: 2px;
}


/* ========== SCROLLBAR ========== */
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #F1F1F1;
}
::-webkit-scrollbar-thumb {
  background-color: #131312;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #E23325;
}

/* ========== FIELDSET & LEGEND ========== */
fieldset {
  border: 1px solid #131312;
  padding: 1rem;
  border-radius: 6px;
}
legend {
  padding: 0 0.5rem;
  color: #E23325;
  font-weight: bold;
}

/* ========== DETAILS/SUMMARY ========== */
details {
  border: 1px solid #131312;
  border-radius: 6px;
  padding: 1rem;
  background-color: #F1F1F1;
}
summary {
  cursor: pointer;
  font-weight: bold;
  color: #E23325;
}

/* ========== DISABLED STATES ========== */
input:disabled,
button:disabled,
select:disabled,
textarea:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

input, textarea, select, button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* Focus ring override for Firefox */
:focus-visible {
  outline: 2px solid #E23325;
  outline-offset: 2px;
}
.sale-chip {padding: 7px 12px; font-size: 12px; background: rgba(255, 255, 255, 1); line-height: 100%; color: rgba(43, 40, 35, 1); border-radius: 10px;}
.status {padding: 7px 12px; font-size: 12px; line-height: 100%; color: rgba(255, 255, 255, 1); border-radius: 10px;}
.status--PRD { background:rgba(227, 179, 20, 1); }
.status--SDN { background:rgba(73, 125, 0, 1); }
.status--PRSPKT { background:rgba(227, 179, 20, 1); }

.popup-window.popup-window-with-titlebar {
    padding: 20px;
    border-radius: 30px;
    font-family: "Manrope", sans-serif;
    background: rgba(242, 235, 232, 1);
}
.popup-window-titlebar {
    text-align: center;
    width: 100%;
}
.popup-window-titlebar-text {
	padding: 0;
    color: inherit;
}
.popup-window-content {
	font-family: "Manrope", sans-serif;
	font-weight: 400;
    background-color: rgba(242, 235, 232, 1) !important;
	label {font-weight: 400}
	p {font-weight: 700;}
}
.popup-window-buttons {
	display: flex;
	gap: 20px;
}

/* ========== Forms ========== */

.form-wrapper {
	.form-inner-box-fields {flex-direction: column;}
}

.white-form, .vakan-content {
	.form-content { background: rgb(255 255 255); border-radius: 30px; box-shadow: 0px 0px 20px 1px rgba(76, 65, 49, 0.1); width: 100%; max-width: 100%;} 
	.modal-content {box-shadow: none;}
}
.vakan-content {
	.form-inner-box {p {display: none;}}
	.checkbox-container {width: 100%; p {display: block;}}
	.form-inner-box-fields {
		width: 100%;
		gap: 15px;
		flex-direction: row;
		flex-wrap: wrap;
		input[type="text"], input[type="tel"], input[type="email"], .file-input {
			width: calc((100% - 20px) / 2);
		}
	}
}
.pr-form {
	.form-out-content {
		padding: 4vw 2vw;
		width: calc(100% / 10 * 3.5);
		gap: 20px;
	}
	.form-inner-box {p {width: calc((100% - 2 * 40px) / 3 * 1);}} 
	.form-inner-box-fields {
		gap: 15px;
		width: calc((100% - 2 * 40px) / 3 * 2);
		flex-wrap: wrap; 
		input[type="text"], input[type="tel"], input[type="email"] {
			width: calc((100% - 30px) / 2);
		}
		.checkbox-container {
			p {display: block; flex: 1;}
		}
	}
}
.tender-form {
	.form-inner {} 
	.form-inner-box {p {width: 0; display: none;}} 
	.form-inner-box-fields {
		gap: 15px;
		width: calc((100%));
		flex-wrap: wrap; 
		input[type="text"], input[type="tel"], input[type="email"] {
			width: calc((100% - 30px) / 2);
		}
		.checkbox-container {
			width: 100%;
			p {display: block; flex: 1; gap: 8px; align-items: center;}
		}
	}
}
.zem-form {
	.form-inner {} 
	.form-inner-box {p {width: 0; display: none;}} 
	.form-inner-box-fields {
		gap: 15px;
		width: calc((100%));
		flex-wrap: wrap; 
		input[type="text"], input[type="tel"], input[type="email"] {
			width: calc((100% - 30px) / 2);
		}
		.checkbox-container {
			width: 100%;
			p {display: block; flex: 1; gap: 8px; align-items: center;}
		}
	}
}
.cat-form {
	width: 100%;
    background: rgba(255, 255, 255, 1) !important;
    flex-direction: row-reverse;
	gap: 40px;
	.form-out-content {
		padding: 0;
		width: calc((100% - 40px) / 10 * 6);
		border-radius: 30px;
		overflow: clip;
		.form-out-content-img {
            width: 100%;
            height: 100%;
            background-size: cover !important;
            background-repeat: no-repeat !important;
            background-position: center center !important;
		}
	}
	.form-out-form {
		width: calc((100% - 40px) / 10 * 4);
	}
	.form-inner {} 
	.form-inner-box {flex-direction: column; gap: 20px; p {width: 100%;}} 
	.form-inner-box-fields {
		gap: 15px;
		width: calc((100%));
		flex-wrap: wrap; 
		input[type="text"], input[type="tel"], input[type="email"] {
			width: calc((100%));
		}
		.checkbox-container {
			width: 100%;
			p {display: block; flex: 1; gap: 8px; flex-wrap: wrap; align-items: center;}
		}
	}
}
.jk-templ-form {
	.form-out-content {width: calc(100% / 10 * 5);}
	.form-inner {} 
	.form-inner-box {p {width: 0; display: none;}} 
	.form-inner-box-fields {
		gap: 15px;
		width: calc((100%));
		flex-wrap: wrap; 
		input[type="text"], input[type="tel"], input[type="email"] {
			width: calc((100% - 30px) / 2);
		}
		.checkbox-container {
			width: 100%;
			p {display: block; flex: 1; gap: 8px; align-items: center;}
		}
	}
}
.agent-form {
	.form-inner {} 
	.form-inner-box {p {width: 0; display: none;}} 
	.form-inner-box-fields {
		gap: 15px;
		width: calc((100%));
		flex-wrap: wrap; 
		input[type="text"], input[type="tel"], input[type="email"] {
			width: calc((100% - 30px) / 2);
		}
		.checkbox-container {
			width: 100%;
			p {display: block; flex: 1; gap: 8px; align-items: center;}
		}
	}
}
.modalwrite {
	.form-inner {flex-direction: column;} 
	.form-inner-box {flex-direction: column; gap: 20px; p {width: 100%; display: flex;}} 
	.form-inner-box-fields {
		gap: 15px;
		width: calc((100%));
		flex-wrap: wrap; 
		input[type="text"], input[type="tel"], input[type="email"] {
			width: calc((100% - 30px) / 2);
		}
		.checkbox-container {
			width: 100%;
			p {display: block; flex: 1; gap: 8px; align-items: center;}
		}
	}
}
.presentationform {
    position: unset!important;
    bottom: unset!important;
    right: unset!important;
	max-height: fit-content;
	overflow: clip;
	transition: all .75s;
	.form-inner {flex-direction: column;} 
	.form-inner-box {flex-direction: column; gap: 20px; p {width: 100%; display: flex;}} 
	.form-inner-box-fields {
		gap: 15px;
		width: calc((100%));
		flex-wrap: wrap; 
		input[type="text"], input[type="tel"], input[type="email"] {
			width: calc((100% - 30px) / 2);
		}
		.checkbox-container {
			width: 100%;
			p {display: block; flex: 1; gap: 8px; align-items: center;}
		}
	}
}
.catalogelementform {
	.form-content {
		box-shadow: none;
		padding: 0;
	}
	.form-inner {flex-direction: column;} 
	.form-inner-box {flex-direction: column; gap: 20px; p {width: 100%; display: flex;}} 
	.form-inner-box-fields {
		flex-direction: column;
		gap: 15px;
		width: calc((100%));
		flex-wrap: wrap; 
		input[type="text"], input[type="tel"], input[type="email"] {
			width: calc((100%));
		}
		.checkbox-container {
			width: 100%;
			p {display: block; flex: 1; gap: 8px; align-items: center;}
		}
	}
} 
.video-form {
	.form-content {
		box-shadow: none;
	}
	.form-inner {flex-direction: column;} 
	.form-inner-box {flex-direction: column; gap: 20px; p {width: 100%; display: flex;}} 
	.form-inner-box-fields {
		flex-direction: column;
		gap: 15px;
		width: calc((100%));
		flex-wrap: wrap; 
		input[type="text"], input[type="tel"], input[type="email"] {
			width: calc((100%));
		}
		.checkbox-container {
			width: 100%;
			p {display: flex; flex: 1; gap: 8px; align-items: center;}
		}
	}
}
.sd-news__subscribe {
	.form-content {
		max-width: 100%;
		width: var(--container-width);
        background-color: #fff;
		box-shadow: 0px 0px 20px 0px rgba(76, 65, 49, 0.1);
	}
	.form-inner {flex-direction: column;} 
	.form-inner-box {flex-direction: row; gap: 20px; p {width: 100%; display: flex;}} 
	.form-inner-box-fields {
		flex-direction: row;
		gap: 15x;
		width: calc((100%));
		flex-wrap: wrap; 
		input[type="text"], input[type="tel"], input[type="email"] {
			width: calc((100% - 30px) / 2);
		}
		.checkbox-container {
			width: 100%;
			p {display: block; flex: 1; gap: 8px; align-items: center;}
		}
	}
}
.form-out-container {background: rgba(242, 235, 232, 1); border-radius: 30px; background-size: 70% 100% !important; background-position: left bottom !important; }
.form-out-content {padding: 4vw 2vw; width: calc(100% / 10 * 3); gap: 20px;}
.form-out-content-links {gap: 14px;}
.form-out-form {flex: 1;}
#dp-genplan {border-radius: 30px!important; overflow: clip;}

.like-and-compare-menu-item-title {
    span {
        color: rgba(43, 40, 35, 1);
        font-size: .75rem!important;
    }
}
.like-and-compare-content {
	.col-sm-4 {
		padding-left: 7px!important;
		padding-right: 7px!important;
	}
	.card-square {
    	font-size: 1rem;
	}
}
.big-banner-swiper-next, .big-banner-swiper-prev {
	transition: .75s;
}
.big-banner-swiper-next:hover, .big-banner-swiper-prev:hover {
	transform: scale(.8);
	transition: .75s;
}
/* ========== HEADER ========== */

.bx-header{
    position:absolute;
    top:0;
	left: 50%;
	transform: translateX(-49.75%);
    z-index: 3;
}

header {
	margin-top: 40px!important;
	padding: 18px 40px;
	background: #4C4131;
	border-radius: 20px;
	gap: 3.9vw;
}
.header-logo {
	background: url('/local/templates/omegait_design/includes/white-logo.svg') no-repeat center; /*white-logo.svg*/ /*longlogo.svg*/
	background-size: contain;
    width: 100%;
    max-width: 230px;
}
.header-menu {
	align-items: center;
	flex: 1;
    width: 100%;
}
.header-menu-list {
	align-items: center;
	gap: 6px;
	list-style: none;
	width: 100%;
}
.header-menu-list-item a, .header-menu-list-item button {
	color: #F2EBE8;
	font-size: 16px;
}
@media screen and (max-width: 1600px) {
	.header-menu-list-item a, .header-menu-list-item button {
		color: #F2EBE8;
		font-size: 14px;
	}
}
@media screen and (max-width: 1280px) {
	.header-menu-list-item a, .header-menu-list-item button {
		color: #F2EBE8;
		font-size: 11px;
	}
}
@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 1600px) {

}
.icons-nav {
	gap: 14px;
	align-items: center;
}
.saved-nav {
	gap: 7px;
}
.icon {
	position: relative;
	padding: 9px;
	border: 1px solid #9D8272;
	border-radius: 10px;
}
.heart-icon {
	transition: fill 0.3s ease, filter 0.3s ease;
	cursor: pointer;
}

.heart-icon:hover path {
	fill: none; /* цвет при наведении */
	stroke: #f2ebe8;
	animation: pulse 0.6s infinite alternate;
	transform-origin: center;
}

.heart-icon:hover {
	filter: drop-shadow(0 0 6px #f2ebe8);
}

@keyframes pulse {
	0% { transform: scale(1); }
	100% { transform: scale(1.2); }
}

svg.equa {
	width: 26px;
	height: 26px;
	cursor: pointer;
}

.line-top,
.line-mid,
.line-bottom {
	fill: none;
	stroke: #f2ebe8;
	stroke-width: 1;
	transform-origin: left center;
	transform-box: fill-box;
	transition: width 0.3s;
}

svg:hover .line-top {
	animation: eqTop 0.6s infinite alternate;
}

svg:hover .line-mid {
	animation: eqMid 0.5s infinite alternate;
}

svg:hover .line-bottom {
	animation: eqBottom 0.7s infinite alternate;
}

@keyframes eqTop {
  from { transform: scaleX(0.5); }
  to   { transform: scaleX(1); }
}

@keyframes eqMid {
  from { transform: scaleX(0.7); }
  to   { transform: scaleX(1); }
}

@keyframes eqBottom {
  from { transform: scaleX(0.3); }
  to   { transform: scaleX(1); }
}

.burgermenu {
	padding: 9px;
	border-radius: 10px;
	background: #F2EBE8;
	display: flex;
    align-items: center;
    justify-content: center;
	svg {
		width: 26px!important;
		height: 26px!important;
		path {stroke: #9D8272;}
	}
}
:root {
  --bg-color: #222429;
  --primary-bg-color: #333740;
  --primary-color: #2c62f6;
  --text-color: #b1b8ca;
  --text-active: #ffffff;
  --button-hover-bg-color: #2b2e34;
  --border-color: #494d59;
  --dropdown-height: 0;
  --rotate-arrow: 0;
  --translate-value: 0;
  --list-opacity: 0;
  --transition-time: 0.4s;
  --transition-timing: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --border-radius: 1.4rem;
  --list-button-height: 4.6rem;
  --floating-icon-size: 26;
  --floating-icon-top: 0;
  --floating-icon-left: 0;
}

button {
  border: none;
  cursor: pointer;
  background-color: transparent;
  outline: none;
}

.dropdown-container svg {
	height: 26px;
	width: 26px;
}

.text-truncate {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.dropdown-container {
	display: flex;
	flex-direction: column;
	width: 140px;
	position: relative;
}

.location-new{
	position: relative;
}
.location-new-box{
	position: absolute;
	top: 120%;
	left: 50%;
	transform: translateX(-50%);
	gap: 16px;
	padding: 16px;
	background-color: #9D8272;
	border-radius: 10px;
	border: 1px solid #9D8272;
	z-index: 5;
}
.location-new-box p{
	text-align: center;
	width: 100%;
	color: #F2EBE8;
}
.location-new-btn{
	gap: 8px;
}

.dropdown-title-icon,
.dropdown-arrow {
  display: inline-flex;
}

.dropdown-title {
	margin: 0;
	text-transform: capitalize;
	color: #F2EBE8;
	font-size: 14px;
	padding: 3px 0;
}

.dropdown-button {
	display: flex;
	align-items: center;
	padding: 10px;
}

.dropdown-button svg {
  transition: all var(--transition-time) var(--transition-timing);
  fill: var(--text-color);
}

.dropdown-button svg,
.dropdown-button span {
  pointer-events: none;
}

.dropdown-button:hover,
.dropdown-button:focus {
  color: var(--text-active);
}

.dropdown-button:hover svg,
.dropdown-button:focus svg {
  fill: var(--text-active);
}

.main-button {
	border-radius: 10px;
    transition: all .4s;
    border: 1px solid #9D8272;
}

.main-button:focus {
	border: 0.1rem solid #f2ebe8;
	box-shadow: 0 0 0 0.2rem rgba(242, 235, 232, .4);
}

.main-button .dropdown-arrow {
	transition: transform var(--transition-time) var(--transition-timing);
	transform: rotate(var(--rotate-arrow));
	margin-left: 8px;
	display: none;
}

.list-button {
  height: 38px;
  transition: color var(--transition-time) var(--transition-timing);
  color: #F2EBE8;
  overflow: hidden;
  cursor: none;
}

.dropdown-list-container {
	overflow: hidden;
	max-height: var(--dropdown-height);
	transition: max-height var(--transition-time) var(--transition-timing);
    position: absolute;
    top: 120%;
    width: 100%;
	z-index: 5;
}

.dropdown-list-wrapper {
    padding: 8px;
    background-color: #9D8272;
    border-radius: 10px;
    border: 1px solid #9D8272;
    position: relative;
	z-index: 2;
}

ul.dropdown-list {
  position: relative;
  list-style-type: none;
}

ul.dropdown-list::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    height: 38px;
    background-color: #f2ebe885;
    transition: all var(--transition-time) linear;
    transform: translateY(var(--translate-value));
    border-radius: var(--border-radius);
    pointer-events: none;
}
ul.dropdown-list:hover::before,
ul.dropdown-list:hover ~ .floating-icon {
  opacity: 1;
}

li.dropdown-list-item {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  opacity: var(--list-opacity);
  transition: opacity 0.8s var(--transition-timing);
}

.floating-icon {
  height: calc(var(--floating-icon-size) * 1px);
  width: calc(var(--floating-icon-size) * 1px);
  position: absolute;
  top: var(--floating-icon-top);
  left: var(--floating-icon-left);
  background-color: #4C4131;
  border-radius: 1rem;
  pointer-events: none;
  opacity: 0;
  transition: opacity var(--transition-time) var(--transition-timing);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.floating-icon svg {
  fill: var(--text-active);
}
/* Полностью скрываем плавающую иконку, если она есть */
.floating-icon {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Гарантируем стандартный курсор над списком и кнопками */
.dropdown-list,
.dropdown-list * ,
.dropdown-list button {
  cursor: pointer !important;
}
/* ========== FOOTER ========== */

footer {
    padding-bottom: 40px;
	p, a {
		color: #F2EBE8;
	}
	.header-menu-list-item a, .header-menu-list-item button {
		color: rgb(242, 235, 232);
		    font-size: 0.95rem;
	}
}
.footer-inner {
	background: #4C4131;
	padding: 60px 0 40px 0;
}
.footer-inner-box {}
.footer-col {
	gap: 30px;
	width: 15%; 
}
.footer-col:nth-child(2) {
	width: 100%;
	flex: 1;
}
.footer-logo {
	background: url('/local/templates/omegait_design/includes/white-logo.svg') no-repeat center;
	background-size: contain;
	width: 100%;
	height: 56px;
	max-width: 220px;
}
.socials {
	gap: 10px;
}
.social-icon {
	padding: 9px;
	background: #F2EBE8;
	border-radius: 10px;
	transition: all .75s;
	cursor: pointer;
	svg path {
		transition: all .75s;
	}
}
.social-icon:hover {
	padding: 9px;
	background: #9D8272!important;
	border-radius: 50px;
	transition: all .75s;
	cursor: pointer;
	svg path {
		fill: #F2EBE8;
		transition: all .75s;
	}
}
.footer-menu {}
.footer-menu-list {
	gap: 12px;
}
.footer-row {}
.footer-addit {
	background: #2B2823;
	padding: 20px 0;
}
.footer_prj {
    flex-wrap: wrap;
    gap: 40px;
    max-height: 340px;
}
.menu {
	min-width: 15vw;
}
@media screen and (min-width: 2000px) {
	.menu {
		min-width: 10vw;
	}
}
.footer_prj_list, .menu {
	gap:  20px;
	h3 {color: #9D8272;}
}
.footer_prj_list-item, .menu .footer_prj_list-item, .menu-item {
	max-width: 70%;
	gap:  12px;
}
@media screen and (min-width: 2000px) {
	.footer_prj_list-item, .menu .footer_prj_list-item, .menu-item {
		max-width: 100%;
	}
}
.mobile-phone-icon {
	display: none;
}
/* ========== MAIN PAGE ========== */

.hero-parent {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 1fr);
    gap: 40px;
	padding: 40px 0;
    height: calc(100vh - 40px - 80px);
}
    
.hero-parent-div1 {
    grid-row: span 5 / span 5;
	max-width: calc((var(--container-width) - 40px) / 2);
	height: calc(100vh - 3 * 20px - 80px);
}

.hero-parent-div2 {
    grid-row: span 2 / span 2;
	background: #F2EBE8;
	border-radius: 20px;
	overflow: clip;
}
.hero-parent-div3 {
    grid-row: span 3 / span 3;
    grid-column-start: 2;
    grid-row-start: 3;
	max-width: calc((var(--container-width) - 40px) / 2);
}
.hero-parent-static-inner {
    position: relative;
    height: 100%;
    align-items: flex-start;
    padding: 60px 40px 40px 40px;
    overflow: hidden;
}

/* фон */
.hero-parent-static-inner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url(/local/templates/omegait_design/images/letters.svg) no-repeat;
    background-size: 50%;
    background-position: 95% center;
    opacity: 1;
    pointer-events: none;
    transition: opacity 0.4s ease;
}

/* анимация мигания при hover */
.hero-parent-static-inner:hover::before {
    animation: bg-blink 1.2s ease-in-out infinite;
}

@keyframes bg-blink {
    0%   { opacity: 1; }
    50%  { opacity: 0.3; }
    100% { opacity: 1; }
}

/*.hero-parent-static-inner {
	background: url('/local/templates/omegait_design/images/letters.svg');
	background-repeat: no-repeat;
    background-size: 50%;
    background-position: 95% center;
    height: 100%;
    align-items: flex-start;
    padding: 60px 40px 40px 40px;
}*/
.static-img-bg {
	width: 100%;
    height: 100vh;
	max-height: 860px;
	background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: center!important;
}
.static-inner-logo {
	width: 220px;
	height: 56px;
	background: url('/local/templates/omegait_design/images/logo.svg');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}
.static-blur-container {
	position: absolute;
    top: 42px;
    left: 50%;
    transform: translateX(-50%);
}
.static-inner {
    width: calc((100% - 40px) / 2);
    padding: 80px;
    gap: 30px;
      backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
    background: rgba(242, 235, 232, 0.5);
    border-radius: 30px;
}
.static-inner-text {
	gap: 20px;
	margin-bottom: 50px;
	p {
    	line-height: 125%;
	}
}
.form-wrapper {
	position: relative;
}
.form-bg {
    width: 100%;
    height: 100vh;
    max-height: 860px;
    background: url(/local/templates/omegait_design/images/form-bg.png);
    background-repeat: no-repeat!important;
    background-size: cover!important;
    border-radius: 30px!important;
}
.form-container {
    position: absolute;
    bottom: -120px;
    right: 10%;
}
.jk-status-panel .jk-grid {
    position: relative;
}
jk-status-panel .jk-grid:after {
    content: " ";
    background: url(/local/templates/omegait_design/images/letters.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 28vw;
    height: 30vh;
	z-index: 0;
}

.jk-status-panel .jk-card {
	z-index: 1;
}

/* ========== ABOUT PAGE ========== */

.about-hero {
    position: relative;
    background: url(/local/templates/omegait_design/images/new-about-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: calc(100vh - 200px);
    max-height: 780px;
    border-radius: 20px;
	overflow: clip;
}
.about-hero::after {
	content: "";
}
.about-video-container {
	overflow: clip;
	border-radius: 30px;
	margin-bottom: 60px;
	height: clamp(320px, 100vh, 1080px);
}
@media and (max-width: 1025px) {
.about-video-container {
	overflow: clip;
	border-radius: 30px;
	margin-bottom: 60px;
	width: 100%;
	height: 100%;
	min-height: 100px;
}
}
	@media screen and (max-width: 480px) {
		.about-video-container {
			overflow: clip;
			border-radius: 30px;
			margin-bottom: 60px;
			height: clamp(190px, 7vh, 1080px);
		}
	}
.about-hero__video {

	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
	pointer-events: none;
}

.glass-logo {
	background: url(/local/templates/omegait_design/images/glass-logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 30vh;
    width: 100%;
    max-height: 208px;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
	z-index: 2;
}
.about-static {
	gap: 60px;
	h1 {width: 70%; min-width: 320px;}
}
.about-static-content {
	gap: 40px;
	align-items: flex-start;
}
.about-static-content-cards {
	gap: 2.5rem;
	flex-wrap: wrap;
	width: calc((100% - 40px) / 2);
	align-items: flex-start;
}
.about-static-card {
	width: calc((100% - 40px) / 2);
	padding: 3.5vw 1.5vw;
	background: rgba(242, 235, 232, 1);
	color: rgba(43, 40, 35, 1);
	border-radius: 30px;
	gap: 27px;
}
.about-static-content-text {
	width: calc((100% - 40px) / 2);
	gap: 27px;
	p {line-height: 125%;}
}
.about-static-card.dark {
	background: rgba(76, 65, 49, 1);
	color: rgba(242, 235, 232, 1);
}
.about-static-card.pic {
	background: url('/local/templates/omegait_design/images/about-card-img_small.webp');
	background-size: cover;
	background-position: center;
	color: rgba(242, 235, 232, 1);
	position: relative;
	span, p {position: relative; z-index: 1;}
}
.about-static-card.pic:after {
	content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    backdrop-filter: blur(4px);
    border-radius: 30px;
    overflow: clip;
}

/* ========== VAKANSII PAGE ========== */

.vakan-hero {
	max-height: 340px;
}
.vakan-content-container {
	gap: 60px;
}
.vakan-content {
    gap: clamp(40px, 9vw, 183px);
	p {line-height: 125%; max-width: 90%;}
}
.vakan-content-text {
	width: calc((100% - clamp(40px, 9vw, 183px)) / 10 * 6);
}
.vakan-content-forms {
	width: calc((100% - clamp(40px, 9vw, 183px)) / 10 * 4);
	gap: 40px;
}
.resume-block  {
	position: relative;
	padding: clamp(20px, 2.5vw, 40px);
	background: rgba(242, 235, 232, 1);
	border-radius: 30px;
	gap: 22px;
	align-items: center;
}
.resume-block-content {
	justify-content: space-between;
	gap: 28px;
	max-width: 350px;
	align-items: flex-start;
	position: relative;
	z-index: 1;
}
.resume-block-img {
	position: absolute;
	top: clamp(calc(20px / 2), calc(2.5vw / 2), calc(40px / 2));
	right: clamp(calc(20px / 2), calc(2.5vw / 2), calc(40px / 2));
	z-index: 0;
}
.sd-image {
	background: url('/local/templates/omegait_design/images/letters.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 150px;
	height: 150px;
}
.hh-image {
	background: url('/local/templates/omegait_design/images/HH.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 150px;
	height: 150px;
}
.press-container {
	gap: 40px;
}
.press-content {
	width: calc((100% - 40px) / 2);
	gap: 20px;
}
.press-content-list {
	padding-left: 20px;
	gap: 8px;
}
.hero-slider-meta span {max-width: 60%;}
#sender_subscribe_component {padding: 0; border-radius: 30px; overflow: clip;}
.sw-app-head {justify-content: flex-start!important; font-size: clamp(20px, 2rem, 40px)!important;}
.sw-app-body {width: 100%!important}
.firm-style-container {
		gap: 60px;
		span p {font-size: 12px; line-height: 125%;}
	}
	.firm-style-content {

	}
	.firm-style-content-item {
		gap: 40px;
	}
	.firm-style-colors-content {
		gap: 40px;
	}
	.firm-style-typography-content {
		gap: 40px;
	}
	.firm-style-logo-content {
		gap: 80px;
		width: 50%;
	}
	.firm-style-logo-box .firm-style-text {
		max-width: 677px;
		flex: 1;
	}
	.firm-style-text p {
		line-height: 125%;
	}
	.firm-style-colors-item {
		gap: 40px;
		width: calc((100% - 3 * 40px) / 4);
	}
	.firm-style-logo-box {
		gap: 120px;
	}
	.firm-style-colors-item:first-child {width: calc((100% - 1 * 40px) / 2);}
	.firm-style-typography-item {
		gap: 40px;
		width: calc((100% - 40px) / 2);
	}
	.firm-style-logo {
		background: url('/local/templates/omegait_design/images/dark-logo.svg');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		height: 209px;
	}
	.firm-style-btns {
		gap: 20px;
		align-items: flex-start;
	}
	.firm-style-colors-item-pallete.horizontal-palette {
		background: rgba(76, 65, 49, 1);
		border-radius: 32px;
		.tetx-in-palette {color: rgba(255, 255, 255, 1);}
		.inner-palette {
			background: rgba(240, 219, 200, 1);
			height: 40vh;
			max-height: 420px;
			width: 65%;
			border-radius: 30px;
			.tetx-in-palette {color: rgba(43, 40, 35, 1);}
		}

	}
	.firm-style-colors-item-texts {
		gap: 20px;
		p {line-height: 125%;}
	}
	.firm-style-colors-item-pallete.vertical-palette {
		background: rgba(73, 125, 0, 1);
		border-radius: 32px;
		height: 40vh;
		max-height: 420px;
		flex-direction: column-reverse;
		justify-content: space-between;
		.tetx-in-palette {color: rgba(255, 255, 255, 1);}
		.inner-palette {
			background: rgba(227, 179, 20, 1);
			border-radius: 30px;
			height: 45%;
			.tetx-in-palette {color: rgba(43, 40, 35, 1);}
		}
	}
	.firm-style-colors-item-pallete.grid-palette {
		gap: 40px;
		flex-wrap: wrap;
	}
	.typography-title {
	
	}
	.cormorant.typography-title {
		font-family: Cormorant Garamond;
		font-weight: 600;
		font-style: SemiBold;
		font-size: 40px;
		leading-trim: NONE;
		line-height: 100%;
		letter-spacing: 0%;
	}
	.manrope.typography-title {
		font-family: Manrope;
		font-weight: 400;
		font-style: Regular;
		font-size: 40px;
		leading-trim: NONE;
		line-height: 100%;
		letter-spacing: 0%;
	}
	.download-btn {
		width: fit-content;
	}
	.brown-to-green {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		padding: 1.0417vw 2.0834vw;
		border-radius: 40px;
		color: rgba(43, 40, 35, 1);
		background: rgba(242, 235, 232, 1);
		text-decoration: none;
		transition: all 0.75s ease;
		position: relative;
		cursor: pointer;
		overflow: hidden;
	}

	.tetx-in-palette {
		gap: 8px;
		padding: 30px;
	}
	.grid-palette-item {
		width: calc((100% - 40px) / 2);
		height: calc((40vh - 40px) / 2);
		max-height: 190px;
		padding: 1.5vw 1vw;
		border-radius: 30px;
		gap: 8px;
	}
	.dp-genplan-housenum-n {
		position: absolute;
width: max-content !important;
    height: fit-content !important;
    padding: 7px !important;
		line-height: 125%!important;
		font-size: 14px!important;
		font-weight: normal!important;
		border-radius: 20px!important;
	}
	.dp-genplan-housenum-full-title {
		font-weight: normal!important;
		font-size: .6em!important;
		margin-bottom: 5px;
		font-family: "Manrope", sans-serif;
	}
	.dp-genplan-housenum-full-vars {font-size: 14px; font-family: "Manrope", sans-serif;}
	.dp-genplan-housenum-full-date {
		margin-top: 3px!important;
		opacity: 0.5!important;
		font-size: 14px;
		font-family: "Manrope", sans-serif;
	}
	#sw-widget .sw-app-head {
		width: 100%;
		height: auto;
		text-align: center;
		margin-bottom: 50px;
		display: flex!important;
		align-items: center;
		justify-content: center;
		line-height: normal;
		font-size: 30px;
		justify-content: flex-start!important;
	}
.doc-item__title-icon {
    img {
        object-fit: cover;
        width: 50px;
        height: 50px;
    }
}
.modal-content-menu-inner.mobile-only {
	display: none;
}
.ngm-swiper-wrap {
	.swiper-navigation-icon {display: none;}
	.big-banner-swiper-next, .big-banner-swiper-prev { background: rgb(73, 125, 0); padding: 10px; border-radius: 100px; width: 48px; height: 48px; img{transform: scale(1.5);} svg{display: none;}}
	.big-banner-swiper-next {right: clamp(20px, 2vw, 40px)!important;}
	.big-banner-swiper-prev {left: clamp(20px, 2vw, 40px)!important;}
}
@media screen and (max-width: 1570px) {
	html {
		font-size: 14px;
	}
	.hide-on-laptop {display: none;}
	header {
		margin-top: 20px !important;
		padding: 18px 24px;
		gap: 20px;
	}
	.section {
		margin-bottom: 60px;
	}
	.br-bg {
		padding: 40px 0px;
	}
	.header-logo {
		max-width: 210px;
	}
	.dropdown-container {
		width: 125px;
	}
	.dropdown-title {
		font-size: 12px;
	}
	.icon {
		padding: 5px;
	}
	.footer_prj {
		flex-wrap: nowrap;
		gap: 20px;
		max-height: 100%;
	}
	.footer-inner-box {
		gap: 20px;
	}
	.footer-col {
		gap: 30px;
		width: 25%;
	}
	.hero-parent {
		gap: 20px;
		padding: 20px 0;
		height: calc(100vh - 20px - 80px);
		h2, .h1-like {font-size: 2rem;}
		p {font-size: 13px;}
	}
	
	.big-banner {
		position: relative;
		height: calc(100vh - 3 * 20px - 80px);
	}
	.big-banner-content {.h1-like {font-size: 2.5rem;}}
	.small-banner-content {
		padding: 20px!important;
	}
	.hero-parent-static-inner {
		padding: 40px 20px 20px 20px;
	}
	.static-inner {
		width: calc((100% - 40px) / 10 * 7);
		padding: 50px 40px;
		gap: 10px;
	}
	.static-inner-text {
		gap: 20px;
		margin-bottom: 20px;
	}
	.osob-inner {
		padding: 20px!important;
	}
	.osob-inner p {
		font-size: 12px;
	}
	.sale-chip, .status {
		font-size: 8px;
	}
	.events-swiper .swiper-slide {
		width: 100%!important;
	}
	
	.team-list {
		gap: 20px;
	}
	.team-grid.founders {
		gap: 20px;
	}
	.team-grid {
		gap: 20px;
		width: calc((100% - 3 * 20px) / 4 * 3);
	}
	.team-item {
		width: calc((100% - 2 * 20px) / 3);
		padding: 30px;
	}
	.firm-style-colors-item {
		gap: 40px;
		width: calc((100% - 2 * 40px) / 3);
	}
	.firm-style-colors-item:first-child {
		gap: 40px;
		width: calc((100% - 2 * 40px) / 3);
	}
	.jk-grid {
		gap: 20px;
	}
	.jk-card:hover {
		& .jk-card__rast {
			p {
				max-width: 70%;
			}
		}
	}
	.jk-card:hover {
		& .jk-card-content {
			h3 {
				width: 90% !important;
			}
		}
    }
	.akc-item {
		max-width: 100%;
	}
	.deadline-item {
		min-height: 260px;
	}
	.hero-slider-meta {
		top: 80px;
	}
	.hero-slider-chips {
		right: 0;
		left: 40px;
		max-width: 100%;
		justify-content: flex-start;
	}
	.hero-slider-meta span {
		max-width: 370px;
	}
	.deadline-title, .jkHeroAkcSwiper-slide-meta h2 {
		font-size: clamp(20px, 2rem, 40px) !important;
		line-height: 125%!important;
	}
	.hero-slider-finance {
		width: 40%;
	}
	.jk-about-grid {
		gap: 20px;
		height: 165vh;
	}
	.jk-infrastructure-content-rast {
		gap: 20px;
		width: calc((100% - 40px) / 2);
	}
	.jk-rast-item {
		flex-direction: column;
	}
	.product-item {
		padding: 15px 10px!important;
	}
	.catalog-section {
			.col-md-3 {
				padding-right: 5px;
				padding-left: 5px;
			}
	}
	.jk-yard-icons {gap: 20px;}
	.jk-yard-icon-item {
		width: calc((100% - 20px) / 2);
        gap: 20px;
        padding: clamp(14px, 1vw, 30px);
        align-items: center;
        background: rgba(242, 235, 232, 1);
        border-radius: 15px;
	}
	.jk-yard-icon-item-img {min-width: clamp(24px, 2vw, 60px); height: clamp(24px, 2vw, 60px); img {object-fit: cover; width: 100%; height: 100%;}}
	.jk-yard-icon-caption {font-size: .6rem; line-height: 125%;}
	.jk-inner-nav {
		margin-top: 40px;
		padding: 30px 5.5%;
		background: rgba(242, 235, 232, 1);
		border-radius: 20px;
	}
	.jk-hero-slider {
		grid-column: span 2;
		grid-row: span 4 / span 4;
		border-radius: 20px;
		overflow: clip;
	}
	.deadline-item {
		grid-column: span 2 / span 2;
        grid-column-start: 3;
	}
	.akc-item {
		grid-column: span 2 / span 2;
        grid-row: span 3 / span 3;
        grid-column-start: 3;
        grid-row-start: 2;
	}
	.form-out-container {
		background-size: contain!important;
	}
}



@media screen and (max-width: 1025px) {
	html {
        font-size: 10px;
    }
	.bx-wrapper {
		overflow: clip;
	}
.container:before, .container:after {display: none; content: "";}
	.header-menu {
		display: none;
	}
	.bx-header{
		top: 30px;
	}
	.location-new-box {
		left: 0;
		transform: unset;
		z-index: 5;
	}
	.hero-parent {
        max-height: 380px;
		margin: 20px 0;
		padding: 0;
		h2, .h1-like {font-size: 20px;}
		p {font-size: 12px;}
    }
    .big-banner {
        max-height: 380px;
    }
	.big-banner-content {
		h2 {
			max-width: 100%;
		}
	}
	.msSwiper {
		max-height: 100%;
	}
	.jk-card, .jk-card:first-child {width: calc((100% - 40px) / 2); max-height: 360px;}
	.jk-card:first-child:hover {width: calc((100%));}
    .static-inner {
        width: calc((100%));
    }
	.osob-item {
		width: calc((100%))!important;
		max-height: 340px!important;
	}
	.form-container {
		bottom: -60px;
	}
	.contact-card {
		padding: 30px 20px!important;
		width: calc((100% - 40px) / 2)!important;
	}
	.about-static-content-cards {
		width: calc((100% - 40px) / 3 * 1);
	}
	.about-static-content-cards {
		width: calc((100%));
	}
	.about-static-content-text {
		width: calc((100% - 40px) / 3 * 2);
		gap: 27px;
	}
	.team-grid.founders {
		gap: 40px;
		width: calc((100% - 2 * 40px) / 3 * 1);
		flex-wrap: wrap;
	}
	.team-grid {
		gap: 40px;
		width: calc((100% - 2 * 40px) / 3 * 2);
		flex-wrap: wrap;
	}
	.team-item {
		width: calc((100% - 2 * 40px) / 3);
		padding: 60px 40px;
		background: rgba(255, 255, 255, 1);
		border-radius: 30px;
	}
	.news-list-item:first-child {
		gap: 40px;
		width: calc((100% - 2 * 40px) / 3);
	}
	.news-list-item {
		width: calc((100% - 2 * 40px) / 3);
		background: rgba(242, 235, 232, 1);
		border-radius: 30px;
		height: 36vh;
		max-height: 390px;
	}
	.bx-filter-parameters-box {
		width: calc((100% - 2 * 40px) / 3);
	}
	.workarea {overflow: clip;}
	.not-mobile {display: none;}
	.row-flex {
		flex-direction: column;
	}
	.modal-content-menu-inner.mobile-only {
		display: flex;
	}
	header {
        margin-top: 8px !important;
        padding: 17px 14px;
        gap: 10px;
    }
	.icons-nav {
		gap: 6px;
	}
	.dropdown-button {
		padding: 5px;
	}
`   .section {
        margin-bottom: 40px;
    }
	.white-to-green, 
	[data-use="show-more-1"], 
	.green-to-green, 
	.green-to-gradient,
	.white-bordered, 
	.white-to-green:hover, 
	[data-use="show-more-1"]:hover, 
	.green-to-green:hover, 
	.green-to-gradient:hover,
	.white-bordered:hover,
	.brown-to-green,
	.brown-to-green:hover {
		padding: 12px 32px;
		font-size: 1.2rem;
	}
	.history-pagination {
		.swiper-pagination-bullet {
			padding: 10px 15px;
		}
	}
	.hero-parent {
		grid-template-columns: 1fr; /* одна колонка */
		grid-template-rows: auto;   /* высота строк по контенту */
		gap: 20px;                  /* немного меньше отступы */
		height: auto;               /* убираем фиксированную высоту */
		padding: 0;
		max-height: 100%;
	}
	
	.hero-parent-div1,
	.hero-parent-div2,
	.hero-parent-div3 {
		grid-column: 1; /* все в первой колонке */
		grid-row: auto; /* порядок идёт по DOM */
		max-width: calc(var(--container-width));
	}
	.big-banner {
        max-height: 260px;
    }
	.hero-parent-div1 {
		height: 100%;
	}
	.hero-parent-div2 { height: 150px; }
	.hero-parent-div3 { height: 220px; }
	.jk-view-switcher {
		position: unset;
		margin-bottom: 20px;
	}
	.jk-card, .jk-card:first-child, .jk-card:hover, .jk-card:first-child:hover {
        width: calc((100%))!important;
		max-height: 360px;
    }

	.static-inner-btn-logo {
		align-items: center;
		gap: 30px;
		flex-direction: column-reverse;
		a {width: 100%;}
		.static-inner-logo {max-width: 157px;}
	}
	.osob-inner p {
		max-height: 500px;
		margin-top: 40px;
		opacity: 1;
	}
	.form-content {
		max-width: 90vw;
	}
	.form-inner-box {
		gap: 14px;
		flex-direction: column;
	}
	.form-inner-box-fields {
		flex-direction: column;
	}
	.contact-card {
        width: calc((100%)) !important;
    }
	.footer-col {
        width: 100%;
        flex-direction: row;
		flex-wrap: wrap;
    }
	.footer-logo {
		width: 100%;
		max-width: 100%;
	}
	.main-about .glass-logo {
		width: calc(100vh - 220px);
		bottom: 50%;
		left: 0;
		transform: translateX(-5%) translateY(50%) rotate(270deg);
	}
	.about-static {
		h1 {
			width: 90%;
			min-width: 320px;
		}
	}
    .about-static-content-text {
        width: calc((100%));
        gap: 27px;
    }
	.about-static-card {
		padding: 30px 16px;
		border-radius: 30px;
		gap: 20px;
	}
	.about-static-card {
		p {
			font-size: 1.4rem;
		}
	}
	.history-slide {
		height: 80vh;
		max-height: 580px;
		padding: 20px;
	}
	.history-slide-inner {
		padding: 40px 3.5vw;
		max-width: 100%;
	}
	.history-slide-inner {
		span.flex {
			gap: clamp(12px, 1vw, 40px);
			width: 100%;
			min-width: min-content;
		}
	}
	.history-button-prev, .history-button-next {display: none;}
	.news-list-item:first-child, .news-list-item {
        gap: 40px;
        width: calc((100%));
		max-height: 228px;
    }
	.addit-item {
		width: calc((100%));
		padding: clamp(20px, 2.5vw, 40px);
		box-shadow: 0px 0px 20px 0px rgba(76, 65, 49, 0.1);
		border-radius: 30px;
	}
	.vakan-content-text {
		width: calc((100%));
	}
	.vakan-content-forms {
		width: calc((100%));
		gap: 40px;
	}
	.doc-item {
		width: calc((100%));
	}
	.firm-style-logo-content {
		width: 100%;
		display: contents;
	}
	.firm-style-logo-box {
		gap: 20px;
	}
	.firm-style-colors-item:first-child, .firm-style-colors-item {
        width: calc((100%));
		gap: 20px;
    }
	.firm-style-logo {
		order: 1;
		height: 90px;
	}
	.firm-style-logo-box .firm-style-text {
		order: 2;
	}
	.firm-style-btns {
		order: 3;
		a {width: 100%;}
	}
	.firm-style-colors-item-pallete.horizontal-palette {
		max-height: 120px;
	}
	.firm-style-colors-item-pallete.horizontal-palette {
		.inner-palette {
			max-height: 120px;
		}
	}
	.firm-style-colors-item-pallete.vertical-palette {
		max-height: 210px;
	}
	.firm-style-colors-item-pallete.grid-palette {
		column-gap: 20px;
		row-gap: 12px;
		flex-wrap: wrap;
	}
	.firm-style-typography-item {
		gap: 20px;
		width: calc((100%));
	}
	.grid-palette-item {
		max-height: 104px;
		padding: 20px;
	}
	.tetx-in-palette {
		gap: 8px;
		padding: 20px;
	}
	.press-container {
		flex-wrap: wrap;
	}
	.press-content {
		width: calc((100%));
	}
	.pm-tab-content-br-inner {
		flex-direction: column-reverse;
	}
	.pm-extra {
		width: calc((100%));
	}
	.pr-form {
		flex-direction: column;
		.form-out-content {
			padding: 20px;
			width: calc(100%);
		}
		p {
            width: calc((100%))!important;
        }
		.form-inner-box-fields {
			width: calc((100%))!important;
			input[type="text"], input[type="tel"], input[type="email"] {
				width: calc((100%))!important;
			}	
		}
	}
	.pm-cards {
		gap: 12px;
	}
	.pm-card {
		padding: 24px 40px;
		width: calc((100%));
	}
	.pm-cards-add {gap: 12px; flex-wrap: wrap;}
	.pm-cards-add__item {width: 100%; padding: 40px 30px;}
	.partners-detail__card, .partners-detail__card:nth-child(1), .partners-detail__card:nth-child(2) {
		width: calc((100%))!important;
		padding: 40px 30px;
	}
	.pm-objects-container {gap: 12px;}
	.pm-object {width: 100%;}
	.not-flats-list-item {
		gap: 40px;
		width: calc((100%));
		background: rgba(242, 235, 232, 1);
		border-radius: 30px;
		padding: 20px;
	}
	.catalog-sections-container-item {
		gap: 20px;
		width: calc((100%));
	}
	.product-item-list-col-4 {
		.col-xs-6.col-md-3 {
			width: calc((100%));
			padding: 0 20px;
		}
	}
	.pm-cards-add-sec {
		gap: 12px;
	}
	.pm-cards-add-sec__item {
		width: 100%;
	}
	.jk-grid {
		grid-template-columns: 1fr; /* одна колонка */
		grid-template-rows: auto;   /* высота строк по контенту */
		gap: 20px;                  /* немного меньше отступы */
		height: auto;               /* убираем фиксированную высоту */
		padding: 20px 0;
		max-height: 100%;
	}
	  .jk-hero-slider,
	  .deadline-item,
	  .akc-item {
		grid-column: 1; /* все в первой колонке */
		grid-row: auto; /* порядок идёт по DOM */
		max-width: var(--container-width); /* растянуть на всю ширину */
	  }
	.jk-hero-slider {
	    height: 60vh;
        max-height: 260px;
	}
	.jk-about-content {
		flex-direction: column;
	}
	.jk-about-grid {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(7, 1fr);
		column-gap: 8px;
        row-gap: 12px;
		width: calc((100%));
		height: 100%;
	}
	.jk-about-info {
		width: calc((100%));
	}
	.jk-genplan-content-item {
        width: calc((100% - 8px) / 2);
        height: 30vh;
        max-height: 144px;
        padding: clamp(20px, 2vw, 40px);
    }
	.jk-genplan-content-deadline {
		width: calc((100%));
		position: relative;
		padding: 40px 40px 20px 40px;
	}
	.jk-infra-slide__media {
		width: calc((100%));
		border-radius: 30px;
		overflow: clip;
		height: 100%;
	}
	.partneram-inner-list-item {
		padding: 10px 32px;
		font-size: .95rem;
	}
	.high-bg.partners-detail {
		padding: 120px 20px;
		position: relative;
	}
	.partners-detail__inner {
		padding: 40px 24px;
	}
	.partners-detail__logo {
		display: none;
	}
	.agent-form {
		& .form-inner-box-fields {
			input[type="text"], input[type="tel"], input[type="email"] {
				width: calc((100%));
			}
		}
	}
	.tender-form {
		& .form-inner-box-fields {
			input[type="text"], input[type="tel"], input[type="email"] {
				width: calc((100%));
			}
		}
	}
	.zem-form {
		& .form-inner-box-fields {
			input[type="text"], input[type="tel"], input[type="email"] {
				width: calc((100%));
			}
		}
	}
	.partners-detail-content {
		gap: 20px;
		width: calc((100%));
	}
	.partners-detail-container-form {
		width: calc((100%));
	}

	.hero-slider-finance {
		bottom: 80px;
		left: 40px;
		width: 100%;
		max-width: 277px;
	}
	.jk-inner-nav-container {position: relative; overflow: scroll; left: -10%; border-radius: 0; width: 150%;}
	.jk-inner-nav {        
		margin-top: 0;
		width: inherit;
		justify-content: flex-start !important;
		gap: 14px;
	}
	.hero-slider-meta span {
        max-width: 90%;
		font-size: 1.2rem;
    }
	.jk-about-grid-slogone {
		padding: 20px;
		text-align: center;
	}
	.jk-about-grid-item {
		padding: 12px 20px;
	}
	.jk-about-item__text {
		font-size: 1.5rem;
		line-height: 110%;
	}
	.jk-about-clue {
		div.bold-text {font-size: 1.5rem; line-height: 110%;}
	}

	.jk-about-clue-icon {
		max-width: 26px;
		max-height: 26px;
		img {object-fint: cover; width: 100%; height: 100%;}

	}
	.jk-about-info {
		gap: 10px;
		.green-to-gradient {width: 100%; max-width: 100%;}
	}
	.jk-genplan-content {
		column-gap: 8px;
		row-gap: 12px;
	}
	.jk-infrastructure-content-line {
		p {
			line-height: 125%;
			width: calc((100%));
			max-width: 755px;
		}
	}
	.jk-infrastructure-content-rast {
        gap: 20px;
        width: calc((100%));
    }
	.jk-rast-item {
		padding: 30px 15px;
		width: calc((100% - 2 * 20px) / 3);
	}
	.jk-rast-item__body {
		.jk-rast-item__desc {
			font-size: 10px;
			line-height: 125%;
			text-align: center;
		}
	}
	.jk-rast-item__media {
		max-width: 38px;
		max-height: 38px;
		img {object-fit: cover; width: 100%; height: 100%;}
	}
	.poi-panel {
		display: none;
	}
	#ymap {
		height: 100%!important;
	}
	.jk-infra-slide__content {
		width: 100%;
		padding: 20px;
	}
	.jk-infra-slide__inner {
		max-height: 500px;
		gap: 12px;
	}
	.jk-yard-content {
		flex-direction: column-reverse !important;
	}
	.yardSwiper {
		width: calc((100%));
		max-height: 300px;
	}
	.jk-entrance-content {
		.jk-yard-content-meta {
		gap: 20px;
		padding-left: 20px!important;
		padding-right: 20px!important;
		padding: 40px 20px;
		}
	}
	.jk-yard-content-meta {
		width: calc((100%));
		gap: 20px;
		padding: 40px 20px;
	}
	.entranceSwiper {
		width: calc((100%))!important;
		max-height: 300px!important;
	}
	.jk-parking-content {
		flex-direction: column!important;
	}
	.jk-parking-content-images, .jk-storeroom-content-images {
		width: calc((100%))!important;
		gap: 12px!important;
	}
	.jk-parking-content-meta, .jk-storeroom-content-meta {
		gap: 12px!important;
		width: calc((100%))!important;
		align-items: flex-start;
	}
	.jk-parking-content-image, .jk-storeroom-content-image {
		width: calc((100%))!important;
		height: 53vh;
		max-height: 210px!important;
		border-radius: 30px;
		overflow: clip;
		flex: 1;
	}
	.jk-templ-form {
		& .form-inner-box-fields {
			input[type="text"], input[type="tel"], input[type="email"] {
				width: calc((100%));
			}
		}
	}
	.jk-templ-form {
		background-size: 100% !important;
        background-position: top !important;
		.form-out-content {
			width: calc(100%);
			height: 200px;
		}
	}
	.product-item-project {
		span.value a, .card-due-date {
			font-size: 1.25rem;
		}
	}
	.product-item-main-info-title a {
		font-size: 1.5rem;
	}	
	.catalog-sections-container-item-img {
		max-height: 200px;
	}
	.default-filter {
		gap: 14px;

	}
	.filter-btn {
		padding: 4px 20px;
	}
	.filter-parameters-box-2:nth-of-type(3) {
		order: 1;
		width: calc((100%));
		overflow: scroll;
		.default-filter {
			gap: 14px;
			width: max-content;
		}
	}
	.smartfilter .row {
		gap: 20px!important;
		max-width: var(--container-width);
   		margin: 0 auto;
		padding: 0!important;
	}
	.bx-filter-parameters-box {
        width: calc((100%));
    }
	.catalag::before {
		width: 103vw;
	}
	.product-item-project {
		gap: 16px;
		align-items: baseline;
		justify-content: flex-start;
	}
	.product-item-project {
		justify-content: flex-start!important;
		span.value a, .card-due-date {
			font-size: 1.5rem!important;
		}
	}
	.catalog-element-tabs-content {
		width: calc((100%));
		background: rgba(255, 255, 255, 1);
		border-radius: 30px;
	}
	.catalog-element-meta {
		width: calc((100%));
		background: rgba(255, 255, 255, 1);
		border-radius: 30px;
		padding: 40px;
		gap: 40px;
	}
	.catalog-element-tabs {
		position: relative;
		top: 20px;
		left: 15px;
		width: 90%;
	}
	.flat-jk-tabs-nav-wrap {
		gap: 20px;
	}
	.flat-jk-tabpanel-row-text {
		width: calc((100%))!important;
	}
	.flat-jk-tabpanel-row-single-img {width: calc((100%))!important; height: 240px;}
	.flat-jk-tabpanels {
		padding: 30px 20px 20px 20px!important;
	}
	.catalog-element-row-not-flats {
		gap: 40px;
		flex-wrap: wrap;
	}
	.catalog-element-row-not-flats-item {
		padding: 30px 20px;
		width: calc((100%));
		gap: 20px;
	}
	.cat-form {
		flex-direction: column-reverse;
		.form-out-content {
			padding: 0;
			width: calc((100%));
			border-radius: 30px;
			overflow: clip;
			height: 250px;
		}
	}
	.cat-form {
		.form-out-form {
			width: calc((100%));
		}
	}
	.like-and-compare-menu {
		width: calc((100%))!important;
	}
	.like-and-compare-menu-item {
		font-size: 1rem;
	}
	.like-and-compare-content {
		width: calc((100%))!important;
	}
	.sd-news__tabs-content {
		flex-wrap: wrap;
		gap: 12px;
	}
	.sd-news__item--big {
		width: calc((100%));
		gap: 7px;
	}
	.sd-news__item {
		width: calc((100%));
		height: 43vh;
		max-height: 228px;
		background: rgba(242, 235, 232, 1);
		border-radius: 30px;
	}
	.sd-news__subscribe {
		flex-direction: column;
		gap: 30px;
		width: 100%;
		background: rgba(255, 255, 255, 1);
		box-shadow: 0px 0px 20px 0px rgba(76, 65, 49, 0.1);
		padding: 20px 24px;
		border-radius: 30px;
	}
	.sd-news__subscribe__form {
		width: calc((100%));
	}
	.doc-hero {
		.glass-logo {
			max-height: 80px;
		}
	}
	.doc-file__download {
		padding: 10px;
		background: rgba(255, 255, 255, 1);
		border-radius: 100px;
		img {
			object-fit: cover;
            width: 22px;
            height: 22px;
		}
	}
	.doc-item {
		padding: 20px;
		align-items: flex-start;
	}
	.doc-item__title {
		gap: 8px;
		align-items: flex-start;
	}
	.doc-item__title-icon {
		max-width: 36px;
	}
	.doc-item__title-icon {
		img {
			object-fit: cover;
			width: 36px;
			height: 36px;
		}
	}
	.doc-item__title-text {
		font-size: 1.4rem;
		max-width: 200px;
	}
	.jk-video-fullscreen-meta, .jk-video-slide {
		gap: 20px;
	}
	.jk-video-fullscreen-meta {
		width: calc((100%));
	}
	.video-wrap {
		height: 50vh;
		border-radius: 30px;
		overflow: clip;
	}
	.jk-video-slide-content {
		height: 50vh;
		border-radius: 30px;
		overflow: clip;
	}
	.hh-image {
		width: 25vw;
		height: 25vw;
	}
	.swiper-area-left, .swiper-area-right {
		height: 60%;
	}
	.mainSmallBannersnav {
		.mainSmallBannersnav-prev, .mainSmallBannersnav-next {
			max-width: 40px;
            max-height: 40px;
            transform: scale(1) !important;
			img {

				background: rgba(73, 125, 0, 1);
				border-radius: 100px;
				object-fit: cover;
				width: 100%;
				height: 100%;
			}
		}
	}
    .big-banner-content {
        padding:  40px;
    }
	.jk-card:first-child:hover {
        & .jk-card__rast {
            p {
                font-size: 8px;
            }
        }
    }
	.jk-card:first-child:hover {
        .jk-card__mainosob-list {
            flex-wrap: wrap;
			gap: 5px;
			.jk-card__mainosob {width: calc((100% - 5px) / 2)}
        }
    }
	.static-inner-text {
		p {
			line-height: 125%;
			font-size: 12px;
		}
	}
	.static-inner-text {
        gap: 12px;
    }
	.static-inner {
        padding: 30px 20px;
    }
	.form-bg {
		max-height: 644px;
	}
	.form-container {
        bottom: -60px;
        right: -40%;
        transform: translateX(-50%);
    }
	.form-inner-box p {
		width: 90%;
		line-height: 125%;
	}
	.after-form-wrapper {margin-top: 80px!important;}
	.contacts-container {
		gap: 20px;
	}
	.mobile-tabs-select {
		background: rgba(157, 130, 114, 1);
		border-radius: 40px;
		color: rgba(255, 255, 255, 1);
		padding: 11px 18px;
		text-align: center;
		border: none;
		outline: none;
		font-size: 14px;
	}
	.burgermenu {
		padding: 4px;
	}
	.grid-palette-item {
		width: calc((100% - 20px) / 2);
	}
	.sd-news__subscribe {
		.form-content {
			max-width: 100%;
			width: var(--container-width);
			background-color: #fff;
			box-shadow: 0px 0px 20px 0px rgba(76, 65, 49, 0.1);
		}
		.form-inner {flex-direction: column;} 
		.form-inner-box {flex-direction: column; gap: 12px; p, a {width: 100%; display: flex; font-size: 1rem;}} 
		.form-inner-box-fields {
			flex-direction: row;
			gap: 30px;
			width: calc((100%));
			flex-wrap: wrap; 
			input[type="text"], input[type="tel"], input[type="email"] {
				width: calc((100%));
			}
			.checkbox-container {
				width: 100%;
				p {display: block; flex: 1; gap: 8px; align-items: center;}
			}
		}
	}
	.sd-news__item-title, .sd-news__item-title a {
		font-size: 1.2rem;
        line-height: 100%!important;
	}
	.news-detail__col--aside {
		width: calc((100%))!important;
	}
	.resume-block-content .green-to-green {
		width: 100%;
	}
	.vakan-content {
		padding: 0!important;
		.form-inner-box {p {display: none;}}
		.checkbox-container {width: 100%; p {display: block;}}
		.form-inner-box-fields {
			width: 100%;
			gap: 20px;
			flex-direction: column;
			flex-wrap: wrap;
			input[type="text"], input[type="tel"], input[type="email"], .file-input {
				width: calc((100%));
			}
		}
	}
	.modal-close {
		z-index: 2;
	}
	.jk-nums {
		text-align: center;
	}
	.not-flats-list-item-img {
		max-height: 202px;
	}
	.not-flats-list-item-content-meta-text {
		font-size: 1.2rem;
	}
	.bx-filter-title, .city-buttons, .bx-filter-section form {
		max-width: var(--container-width);
   		margin: 0 auto;
		padding: 0!important;
	}
	.city-buttons {
		margin-top: 40px;
	}
	.default-filter {
		padding: 0;
	}
	.filter-btn-round {
    	padding: 18px !important;
	}
	.col-xs-12:has(.bx-filter-select-container) {
		padding: 0;
	}
	.product-item-main-info-title a h2, .product-item-main-info-title a {
		font-size: 1.25rem;
		line-height: 125%;
	}
	.card-square {
		font-size: 1.5rem;
		line-height: 110%;
	}
	.product-item-info-container {
		font-size: inherit;
		align-items: center;
	}
	.product-item-price-current {
			font-size: 2rem;
		line-height: 110%;
		color: rgba(73, 125, 0, 1);
	}
	.hero-slider-chips {
		display: none;
	}
	.deadline-item {
        min-height: 148px;
		padding: 20px;
    }
	.jkHeroAkcSwiper {
		.swiper-slide {
			padding: 20px;
		}
	}
	.hero-slider-meta {
        top: 20px;
        left: 20px;
    }
	.hero-slider-btn {
		bottom: 20px;
		left: 20px;
	}
	.jk-about-grid-slogone, .jk-about-grid-slogtwo {p{font-size: 14px;}}
	.jk-genplan-title, .jk-genplan-box {
		display: none;
	}
	.jk-quality-item, .jk-quality-item.is-big {
        max-height: 300px;
    }
	.jk-yard-content, .jk-entrance-content {
		gap: 0px!important;
	}
	.jk-yard-icons {flex-direction: row!important;}
	.yardSwiper, .entranceSwiper, .jk-infrastructure-swiper {
		.swiper-button-prev, .swiper-button-next {
			transform: scale(.8);
		}
	}
	.jk-infrastructure-swiper {
		.swiper-button-next, .swiper-button-prev {
			top: 30%;
		}
	}
	.modal__dialog .form-container {
        transform: translateX(0%);
    }
	.modalwrite {
		& .form-inner-box-fields {
			input[type="text"], input[type="tel"], input[type="email"] {
				width: calc((100%));
			}
		}
	}
	.system-btns {
		.icon {
			display: flex;
			width: 8vw;
			height: 8vw;
			align-items: center;
			justify-content: center;
		}
	}
	.catalog-element-meta-prop {
		font-size: 1.4rem;
	}
	.modal-content-menu-inner {
		top: 100px;
		height: 80vh;
	}
	.mobMenuSwiper {max-width: calc(var(--container-width) - 60px);}
	.mobMenuSwiper .menu {gap: 10px!important;}
	.mobMenuSwiper .swiper-slide {gap: 10px!important;}
	.mobile-phone-icon {
		display: block;
	}
	.jk-genplan-content-item {
		p {
			line-height: 125%;
			font-size: 1.2rem;
		}
	}
	.jk-yard-icon-caption {
        font-size: 1rem;
        line-height: 125%;
		text-align: center;
    }
	.jk-parking-content-meta, .jk-storeroom-content-meta {
		.green-to-gradient {
			width: fit-content;
			width: 100%;
		}
	}
	.city-btn {
		padding: 4px 20px!important;
		line-height: 1.5;
	}
	.product-item-main-info-title a h2, .product-item-main-info-title a {
		font-size: 1.2rem!important;
		line-height: 100%!important;
	}
	.product-item-main-info-title {
		gap: 20px!important;
		align-items: baseline!important;
	}
	.card-square {
		font-size: 2rem!important;
		line-height: 110%!important;
	}
	.product-item-price-current {
		font-size: 2rem!important;
		line-height: 110%;
		color: rgba(73, 125, 0, 1);
	}
	.video-form.form-container {
        bottom: -80px;
        right: -0%;
        transform: translateX(0%);
    }
	.video-form {
		& .form-inner-box-fields {
			& .checkbox-container {
				p {
					display: block;
					flex: 1;
					gap: 8px;
					align-items: center;
				}
			}
		}
	}
	.flat-jk-tabpanel-row-img:not(:nth-child(1)) {
		display: none;
	}
	.catalog-element-tab {
		padding: 10px;
	}
	.controls {
		flex-direction: row;
	}
	.static-inner-text {
        gap: 20px;
        margin-bottom: 0px;
    }
	.static-inner-btn-logo {
        align-items: center;
        gap: 10px;
        flex-direction: column-reverse;
    }
	/*.header-logo {
		background: url(/local/templates/omegait_design/includes/white-logo.svg) no-repeat center;
		background-size: contain;
	}*/
	.jk-map-list {
		padding: 20px;
		width: 100%;
	}
	.jk-map-list__item {
		.jk-map-list__img {
			width: 40px;
			height: 40px;
		}
	}
	.jk-map-list__item {
		& .jk-map-list__btn_addr {
			button {
				color: rgba(43, 40, 35, 1);
			}
		}
	}
	.form-container.presentationform {
		transform: translate(0%);
		/*height: 650px !important;*/
	}
	#jkabout {
		margin-bottom: 0px;
	}
	.jk-genplan-content {
		margin-top: 0;
	}
	.jk-infrastructure-content-map {display: none;}
	.history-pagination {
        gap: 4px;
    }
	.about-map-inner svg {
		transform: scale(2.5) translate(6%, -32%);
    	transform-origin: 50% 50%;
	}
	.jk-tabs__mobile-select-wrap {position: relative;}
	.about-map h2{
		position: relative;
    	z-index: 2;
	}
	.jk-hero-slider {
        height: 60vh;
        max-height: 300px;
    }
	.hero-slider-finance {
        bottom: 20px;
        left: auto;
        width: 100%;
        max-width: 120px;
        height: 34px;
        right: 20px;
		border-radius: 10px;
    }
	.agent-form {
		& .form-inner-box-fields {
			& .checkbox-container {
				p {
					display: block;
					flex: 1;
					gap: 8px;
					align-items: center;
					font-size: 10px;
				}
			}
		}
	}
	.modalwrite {
		& .form-inner-box-fields {
			& .checkbox-container {
				p {
					display: block;
					flex: 1;
					gap: 8px;
					align-items: center;
					font-size: 10px;
				}
			}
		}
	}
	.like-and-compare-menu-item-title {
		span {
			color: rgba(43, 40, 35, 1);
			font-size: 1.2rem !important;
		}
	}
	.catalog-element-row-not-flats {
		span {
			font-size: 1.1rem;
		}
	}
	.hide-on-mobile {
		display: none;
	}
	.jk-card:first-child:hover {
        & .jk-card__rast {
            p {
                font-size: 10px;
                max-width: 65%;
            }
        }
    }
	.controls label {font-size: 10px;}
	/* Стрелка (absolute, чтобы не двигать текст) */
	.white-to-green::after, [data-use="show-more-1"]::after {
		content: '';
		position: absolute;
		right: 24px;
		top: 50%;
		transform: translateY(-50%) translateX(-8px);
		width: 0px;
		height: 0px;
		background: unset;
		background-size: contain;
		opacity: 0;
		transition: all 0.75s ease;
	}
	/* Стрелка (absolute, чтобы не двигать текст) */
	.green-to-green::after, [data-use="show-more-1"]::after {
		content: '';
		position: absolute;
		right: 24px;
		top: 50%;
		transform: translateY(-50%) translateX(-8px);
		width: 0px;
		height: 0px;
		background: unset;
		background-size: contain;
		opacity: 0;
		transition: all 0.75s ease;
	}
	.big-banner-swiper-next, .big-banner-swiper-prev {
		width: 35px!important;
		height: 35px!important;
	}
	.big-banner-swiper-next, .big-banner-swiper-prev {
		img {
			transform: scale(1)!important;
		}
	}
	.big-banner-swiper-prev {img {transform: rotate(180deg) scale(1)!important;}}
	    .mainSmallBannersnav {
        & .mainSmallBannersnav-prev, & .mainSmallBannersnav-next {
            img {
                background: rgba(73, 125, 0, 1);
                border-radius: 100px;
                object-fit: cover;
                width: auto;
                height: auto;
            }
        }
    }
	.fraction-custom-pagination {display: none;}
	.mer-gallery .image-wrap img {
		height: 30vh;
	}
	.next-thumb {
		min-height: auto;
	}
	.next-info {
		flex: 1;
		padding: 10px 50px 10px 0px;
		height: 100%;
	}
	.akc-item {
        height: 60vh;
        max-height: 190px;
    }
	.jkHeroAkcSwiper .big-banner-swiper-next {
		top: auto;
        bottom: 25px;
	}
	.jkHeroAkcSwiper .big-banner-swiper-prev {
		right: 65px;
        left: auto !important;
        top: auto;
        bottom: 25px;
	}
	.jkHeroAkcSwiper .swiper-pagination {display: none;}
	.jk-parking-content-image, .jk-storeroom-content-image {
        max-height: 290px !important;
    }

	.header-mobile {
		display: flex;
		margin-top: 12px!important;
		align-items: center;
		.main-button {
			border: none;
			padding: 0px;
		}
		.dropdown-title {
			font-size: 12px;
			color: #4c4131;
		}
		.dropdown-container svg {
			path {fill: #4C4131;}
			height: 16px;
			width: 16px;
		}
		.dropdown-button {
			padding: 0px;
		}
		.main-button:focus {
			box-shadow: none;
		}
	} 
	header {
		.dropdown-container {display: none;}
	}
	.data-table {
        min-width: calc(calc(50% * 3) * 2) !important;
    }
	.news-list-progress {
        margin-bottom: 40px;
    }
	.animated-toggle__option--left, .animated-toggle__option--right {
		align-items: center;
		justify-content: center;
		gap: 12px;
	}

	.jk-yard-icon-item {
		justify-content: flex-start;
	}

    .jk-yard-icon-item-img {
        width: 30px;
        height: 30px;
		img {width: 100%; height: 100%; object-fit: cover;}
    }
	.about-map {position: relative; z-index: -1;}
		.form-out-content {
        display: none;
    }
    .form-out-container {
        background-size: 0% !important;
    }
	.jk-card:hover {
		.jk-card__btns {
			width: 100%;
			gap: 10px;
		}
	}
	.last-flats-btn {
        font-size: 1rem;
    }
	.jk-card:hover {
		.last-flats-btn {
			flex: 1;
		}
	}
	.jk-card {
        .jk-card__preview {
            margin-top: 15px !important;
            font-size: 1rem !important;
        }
    }
	.sd-news__item-title, .sd-news__item-title a {
        font-size: 1.4rem;
        line-height: 125% !important;
    }
	.sd-news__item-body {
		flex: 1;
		padding: 25px;
	}
	.news-list-item-meta {
		h3 a {
			font-size: 1.4rem;
        	line-height: 125% !important;
		}
	}
	.news-list-item:first-child {
		.news-list-item-content {
			padding: 20px 0px 20px 20px;
		}
	}
	.subscribe-text {
		font-size: 1.2rem;
	}
	.header-mobile {
        .dropdown-button {
            gap: 10px;
        }
		.dropdown-title {
            font-size: 14px;
        }
		.mobile-phone {
			font-size: 14px;
		}
    }
	.flat-jk-tabpanel-row-text {
		ul {padding-left: 20px;}
	}
	.faq-answer {
        font-size: 1.25rem!important;
    }
	.news-detail__text {
		font-size: 1.5rem!important;
	}
	.sd-news__subscribe {
		padding: 0;
		.form-content {
			padding: 30px;
			p {display: block!important; a {width: auto!important; display: contents;}}
		}
	}
	.product-item-price-current {
        font-size: 20px!important;
    }
	.jk-card:first-child:hover {
        & .jk-card-content {
            .jk-card__rast {
                margin-bottom: 10px;
            }
        }
    }
	.modal-content-menu-inner {
		.menu {
			li a {
				    font-size: 1.2rem;
			}
		}
	}
	.city-btn {
		font-size: 1.2rem!important;
	}
	.filter-btn .filter-btn-text {
		display: inline-block;
		font-size: 1.2rem;
	}
	.catalog-element-content {
		height: 55vh !important;
	}
	.mobile-tabs-select:after {
		content: '\25BC'; /* Большой треугольник вниз ▼ */
		/* content: '\25BE'; /* Маленький треугольник вниз ▾ */
		display: inline-block;
		margin-left: 5px;
    }
	.catalog-element-video {
		.form-bg {
			background: none !important;
			.video-form.form-container {
				bottom: -40px;
			}
		}
	}
	.contacts-container, .jk-status-view, .flat-jk-tabs-nav-wrap {
		position: relative; 
	}
	.contacts-container::after {
        content: "\25BC";
        color: #fff;
        position: absolute;
        top: 50px;
        right: 20px;
	}
	.jk-status-view::after {
        content: "\25BC";
        color: #fff;
        position: absolute;
        top: 5px;
        right: 20px;
	}
	.jk-tabs__mobile-select-wrap::after {
        content: "\25BC";
        color: #fff;
        position: absolute;
        top: 5px;
        right: 20px;
	}
	.flat-jk-tabs-nav-wrap::after {
        content: "\25BC";
        color: #fff;
        position: absolute;
        top: 5px;
        right: 30px;
	}
	.noMapCompSwiper {width: 100%;}
	.jk-infrastructure-swiper {
		.swiper-button-next {
			right: 10% !important;
            transform: translateX(50%) scale(.8);
		}
	}
	.small-banner-content-inner {
		h2 {
			max-width: 85%;
		}
	}
	.pm-tabs__headers {position: relative;}
	.pm-tabs__headers::after {
        content: "\25BC";
        color: #fff;
        position: absolute;
        top: 5px;
        right: 20px;
    }
	.vt-left {position: relative;}
	.vt-left::after {
        content: "\25BC";
        color: #fff;
        position: absolute;
        top: 5px;
        right: 20px;
    }
	.jk-card:hover {.abs-chips {max-width: 41%;}}
	.jk-card:hover {
        & .jk-card-content {
			justify-content: space-between!important;
            h3 {
                font-size: 1.05rem;
                margin-bottom: 14px;
                width: 65% !important;
            }
        }
    }
	.main-about {max-height: 340px;}
	.main-about .glass-logo {
        width: 100%;
        bottom: 40px;
        left: 50%;
        transform: translateX(-50%);
    }
	.jk-card:first-child:hover {
        & .jk-card__mainosob-list {
            .jk-card__mainosob:nth-child(2), .jk-card__mainosob:nth-child(3)  {
                display: none;
            }
        }
    }
	.deadline-title, .jkHeroAkcSwiper-slide-meta h2 {
        font-size: clamp(15px, 1rem, 40px) !important;
        line-height: 125% !important;
    }
	.jkHeroAkcSwiper-slide-meta p {
		font-size: clamp(12px, 1rem, 18px);
	}
	.akc-item {
        max-height: 210px;
    }
	.catalog-element-content.catalog-element-content--active {
		padding: 0;
		max-width: 95%;
	}
}
@media screen and (min-width: 2300px) {
	.green-to-green {
		padding: 1.0417vw 1.34vw;
	}
	.green-to-green:hover {
		padding: 1.0417vw calc(1.34vw + 24px) 1.0417vw 1.34vw;
	}
	.last-flats-btn {
		padding: 1vw 1.1vw;
	}
	.jk-card:hover {
		& .jk-card__rast {
			p {
				font-size: 14px;
			}
		}
	}
	.news-list-item-meta {
		.news-list-item-meta-date {font-size: 14px;}
		h3 a {font-size: 1.2rem; line-height: 125%;}
	}
	.subscribe-text {
		font-size: 1rem;
	}
	.sale-chip {
		padding: 8px 14px;
		font-size: 14px;
	}
	.status {
		padding: 8px 14px;
		font-size: 14px;
	}
	.jk-inner-nav a {font-size: 18px;}
	p, li {font-size: 18px;}
	.product-item-project {
		span.value a, .card-due-date {
			font-size: .95rem!important;
		}
	}
	.product-item-main-info-title a h2, .product-item-main-info-title a {
		font-size: .95rem!important;
	}
	.card-floor {
		.value {
			font-size: 16px!important;
		}
	}
	.product-item-main-info-meta span a {font-size: 16px;}
	.product-item-main-btns {
		.icon {
			max-width: 40px!important;
			max-height: 40px!important;
		}
	}
	.product-item-main-btns {
		svg.equa, svg.heart-icon-item {
			width: 30px!important;
			height: 30px!important;
		}
	}
	.custom-breadcrumb-item-content {
		font-size: 18px;
	}
}
/* End */
/* /local/templates/omegait_design/components/bitrix/menu/menu-template/style.min.css?1766634772490 */
/* /local/templates/omegait_design/components/bitrix/menu/menu-template-addit/style.min.css?1766634772490 */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1766634779666 */
/* /local/templates/omegait_design/components/bitrix/news.list/jk-list-with-map-menu-temp/style.css?176663477212502 */
/* /local/templates/omegait_design/components/bitrix/catalog.compare.list/compare-list-counter/style.css?17666347721265 */
/* /local/templates/omegait_design/components/bitrix/news.list/projects_by_city/style.css?1766634772150 */
/* /local/templates/omegait_design/components/bitrix/news.list/complexes-menu/style.css?17787510941774 */
/* /local/templates/omegait_design/components/bitrix/form/web-form-template/bitrix/form.result.new/.default/style.css?17783226122941 */
/* /local/templates/omegait_design/components/sporina/cookie.notification/cookie-template/style.css?17666347722160 */
/* /local/templates/omegait_design/template_styles.css?178635109181660 */
