.lock body {
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
}

@supports (font-size: clamp(0.5625rem, 0.2940436242rem + 1.3422818792vw, 0.9375rem)) {}

@supports not (font-size: clamp(0.5625rem, 0.2940436242rem + 1.3422818792vw, 0.9375rem)) {}

.button_transparent {
	background-color: transparent;
	border-color: #f51e23;
	color: #252525;
}

.button_transparent:hover {
	background-color: #f51e23;
	color: #fff;
}

#floating-logo-1111.visible {
	opacity: 1;
	pointer-events: auto;
}

@media (min-width: 1200px) {}

@media (max-width: 768px) {}

@media (max-width: 480px) {}

@media (max-width: 320px) {}

.input._focus {
	border-color: #005da3;
}

.input._error {
	border-color: #f51e23;
}

textarea.input {
	resize: none;
	padding: 18px 8px;
}

.checkbox {
	position: relative;
}

.checkbox:not(:last-child) {
	margin-bottom: .3125em;
}

.checkbox__input {
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
}

.checkbox__input:focus+.checkbox__label:before {
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
}

.checkbox__input:checked+.checkbox__label:before {
	background: #000;
}

.checkbox__label {
	cursor: pointer;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	gap: 10px;
}

.checkbox__label:before {
	content: "";
	-ms-flex-item-align: start;
	align-self: flex-start;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20px;
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
	border: 1px solid #a7a9ac;
}

.options__text {}

@supports (font-size: clamp(0.625rem, 0.484375rem + 0.703125vw, 1.1875rem)) {}

@supports not (font-size: clamp(0.625rem, 0.484375rem + 0.703125vw, 1.1875rem)) {}

.noUi-target, .noUi-target * {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.noUi-target {
	position: relative;
}

.noUi-base, .noUi-connects {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}

.noUi-connects {
	overflow: hidden;
	z-index: 0;
}

.noUi-connect, .noUi-origin {
	will-change: transform;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	-ms-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	-webkit-transform-style: preserve-3d;
	-webkit-transform-style: flat;
	transform-origin: 0 0;
	transform-style: flat;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
	left: 0;
	right: auto;
}

.noUi-vertical .noUi-origin {
	top: -100%;
	width: 0;
}

.noUi-horizontal .noUi-origin {
	height: 0;
}

.noUi-handle {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
}

.noUi-touch-area {
	height: 100%;
	width: 100%;
}

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	-o-transition: transform .3s;
}

.noUi-state-drag * {
	cursor: inherit !important;
}

.noUi-horizontal {
	height: 1px;
}

.noUi-horizontal .noUi-handle {
	width: 18px;
	height: 18px;
	right: -17px;
	top: -9px;
	border-radius: 50%;
	background-color: #005da3;
}

.noUi-vertical {
	width: 1px;
}

.noUi-vertical .noUi-handle {
	width: 18px;
	height: 18px;
	right: -9px;
	bottom: -17px;
	border-radius: 50%;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
	left: -17px;
	right: auto;
}

.noUi-target {
	background: #005da3;
}

.noUi-connects {
	border-radius: 3px;
}

.noUi-connect {
	background: #005da3;
}

.noUi-draggable {
	cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
	cursor: ns-resize;
}

.noUi-handle {
	border-radius: 3px;
	background: #005da3;
	cursor: default;
}

.noUi-handle:before, .noUi-handle:after {
	content: none;
	display: block;
	position: absolute;
	height: 14px;
	width: 1px;
	background: #e8e7e6;
	left: 14px;
	top: 6px;
}

.noUi-handle:after {
	left: 17px;
}

.noUi-vertical .noUi-handle:before, .noUi-vertical .noUi-handle:after {
	width: 14px;
	height: 1px;
	left: 6px;
	top: 14px;
}

.noUi-vertical .noUi-handle:after {
	top: 17px;
}

[disabled] .noUi-connect {
	background: #b8b8b8;
}

[disabled].noUi-target, [disabled].noUi-handle, [disabled] .noUi-handle {
	cursor: not-allowed;
}

.noUi-pips, .noUi-pips * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.noUi-pips {
	position: absolute;
	color: #999;
}

.noUi-value {
	position: absolute;
	white-space: nowrap;
	text-align: center;
}

.noUi-value-sub {
	color: #ccc;
	font-size: 10px;
}

.noUi-marker {
	position: absolute;
	background: #ccc;
}

.noUi-marker-sub {
	background: #aaa;
}

.noUi-marker-large {
	background: #aaa;
}

.noUi-pips-horizontal {
	padding: 10px 0;
	height: 80px;
	top: 100%;
	left: 0;
	width: 100%;
}

.noUi-value-horizontal {
	-webkit-transform: translate(-50%, 50%);
	-ms-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
	-webkit-transform: translate(50%, 50%);
	-ms-transform: translate(50%, 50%);
	transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
	margin-left: -1px;
	width: 2px;
	height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
	height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
	height: 15px;
}

.noUi-pips-vertical {
	padding: 0 10px;
	height: 100%;
	top: 0;
	left: 100%;
}

.noUi-value-vertical {
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
	-webkit-transform: translate(0, 50%);
	-ms-transform: translate(0, 50%);
	transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
	width: 5px;
	height: 2px;
	margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
	width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
	width: 15px;
}

.noUi-tooltip {
	display: block;
	position: absolute;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	background: #fff;
	color: #000;
	padding: 5px;
	text-align: center;
	white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	left: 50%;
	bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	top: 50%;
	right: 120%;
}

.noUi-horizontal .noUi-origin>.noUi-tooltip {
	-webkit-transform: translate(50%, 0);
	-ms-transform: translate(50%, 0);
	transform: translate(50%, 0);
	left: auto;
	bottom: 10px;
}

.noUi-vertical .noUi-origin>.noUi-tooltip {
	-webkit-transform: translate(0, -18px);
	-ms-transform: translate(0, -18px);
	transform: translate(0, -18px);
	top: auto;
	right: 28px;
}

.popup-show body::after {
	opacity: 1;
}

.popup_show {
	z-index: 150;
	visibility: visible;
	overflow: auto;
	pointer-events: auto;
}

.popup_show .popup__content {
	visibility: visible;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.lock .popup__content {
	visibility: visible;
}

.review .popup__content iframe {
	width: 100%;
	min-height: 31.25rem;
}

@supports (font-size: clamp(0.75rem, 0.65625rem + 0.46875vw, 1.125rem)) {}

@supports not (font-size: clamp(0.75rem, 0.65625rem + 0.46875vw, 1.125rem)) {}

.spollers__title._spoller-active {
	color: #005da3;
}

._spoller-active .spollers__title_icon {
	border-color: #005da3;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

._spoller-init .spollers__title_icon {
	cursor: pointer;
}

@supports (font-size: clamp(0.625rem, 0.53125rem + 0.46875vw, 1rem)) {}

@supports not (font-size: clamp(0.625rem, 0.53125rem + 0.46875vw, 1rem)) {}

.tabs__navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.tabs__title {
	border: 1px solid #eee;
	padding: .625rem .9375rem;
	border-radius: .3125rem;
}

.tabs__title._tab-active {
	border: 1px solid #000;
}

.tabs__content {
	border: 1px solid #eee;
	padding: .625rem .9375rem;
}

.cbp-l-filters-alignCenter .cbp-filter-counter:after, .cbp-l-filters-alignRight .cbp-filter-counter:after, .cbp-l-filters-button .cbp-filter-counter:after, .cbp-l-filters-buttonCenter .cbp-filter-counter:after, .cbp-l-filters-text .cbp-filter-counter:after, .cbp, .cbp *, .cbp *:after, .cbp:after, .cbp-l-filters-dropdownHeader:after, .cbp-popup-wrap, .cbp-popup-wrap *, .cbp-popup-wrap:before, .cbp-popup-loadingBox:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cbp-l-grid-agency-title, .cbp-l-grid-agency-desc, .cbp-l-grid-work-title, .cbp-l-grid-work-desc, .cbp-l-grid-blog-title, .cbp-l-grid-projects-title, .cbp-l-grid-projects-desc, .cbp-l-grid-masonry-projects-title, .cbp-l-grid-masonry-projects-desc {
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.cbp-l-filters-alignCenter, .cbp-l-filters-alignCenter *, .cbp-l-filters-alignLeft, .cbp-l-filters-alignLeft *, .cbp-l-filters-alignRight, .cbp-l-filters-alignRight *, .cbp-l-filters-button, .cbp-l-filters-button *, .cbp-l-filters-buttonCenter, .cbp-l-filters-buttonCenter *, .cbp-l-filters-dropdown, .cbp-l-filters-dropdown *, .cbp-l-filters-list, .cbp-l-filters-list *, .cbp-l-filters-work, .cbp-l-filters-work *, .cbp-l-filters-big, .cbp-l-filters-big *, .cbp-l-filters-text, .cbp-l-filters-text *, .cbp-l-filters-underline, .cbp-l-filters-underline *, .cbp-l-loadMore-bgbutton, .cbp-l-loadMore-bgbutton *, .cbp-l-loadMore-button, .cbp-l-loadMore-button *, .cbp-l-loadMore-text, .cbp-l-loadMore-text *, .cbp-search, .cbp-search * {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cbp:after, .cbp-lazyload:after, .cbp-popup-loadingBox:after, .cbp-popup-singlePageInline:after {
	content: "";
	position: absolute;
	width: 34px;
	height: 34px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	-webkit-animation: cbp-rotation .8s infinite linear;
	animation: cbp-rotation .8s infinite linear;
	border-left: 3px solid rgba(114, 144, 182, .15);
	border-right: 3px solid rgba(114, 144, 182, .15);
	border-bottom: 3px solid rgba(114, 144, 182, .15);
	border-top: 3px solid rgba(114, 144, 182, .8);
	border-radius: 100%;
}

.cbp-l-filters-alignCenter .cbp-filter-item:hover .cbp-filter-counter, .cbp-l-filters-alignRight .cbp-filter-item:hover .cbp-filter-counter, .cbp-l-filters-button .cbp-filter-item:hover .cbp-filter-counter, .cbp-l-filters-buttonCenter .cbp-filter-item:hover .cbp-filter-counter, .cbp-l-filters-text .cbp-filter-item:hover .cbp-filter-counter {
	opacity: 1;
	-webkit-transform: translateY(-44px);
	-ms-transform: translateY(-44px);
	transform: translateY(-44px);
}

.cbp-l-filters-alignCenter .cbp-filter-counter, .cbp-l-filters-alignRight .cbp-filter-counter, .cbp-l-filters-button .cbp-filter-counter, .cbp-l-filters-buttonCenter .cbp-filter-counter, .cbp-l-filters-text .cbp-filter-counter {
	font: 400 11px/18px "Open Sans", sans-serif;
	border-radius: 3px;
	color: #fff;
	margin: 0 auto;
	padding: 4px 0;
	text-align: center;
	width: 34px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: -webkit-transform .25s, opacity .25s;
	-webkit-transition: opacity .25s, -webkit-transform .25s;
	transition: opacity .25s, -webkit-transform .25s;
	transition: transform .25s, opacity .25s;
	transition: transform .25s, opacity .25s, -webkit-transform .25s;
	-o-transition: transform .25s, opacity .25s;
}

.cbp-l-filters-alignCenter .cbp-filter-counter:after, .cbp-l-filters-alignRight .cbp-filter-counter:after, .cbp-l-filters-button .cbp-filter-counter:after, .cbp-l-filters-buttonCenter .cbp-filter-counter:after, .cbp-l-filters-text .cbp-filter-counter:after {
	content: "";
	position: absolute;
	bottom: -4px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
}

.cbp-item {
	display: inline-block;
	margin: 0 10px 20px 0;
}

.cbp {
	position: relative;
	margin: 0 auto;
	z-index: 1;
	height: 400px;
}

.cbp>* {
	visibility: hidden;
}

.cbp .cbp-item {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.cbp a, .cbp a:hover, .cbp a:active {
	text-decoration: none;
	outline: 0;
}

.cbp-lazyload {
	position: relative;
	background: #fff;
	display: block;
}

.cbp-lazyload:after {
	z-index: 0;
}

.cbp-wrapper-outer {
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}

.cbp-wrapper-outer, .cbp-wrapper, .cbp-wrapper-helper {
	list-style-type: none;
	padding: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.cbp-wrapper, .cbp-wrapper-helper {
	margin: 0;
}

.cbp-ready>* {
	visibility: visible;
}

.cbp-ready:after {
	display: none;
	visibility: hidden;
}

.cbp-ready .cbp-item {
	position: absolute;
	top: 0;
	left: 0;
}

.cbp-ready .cbp-wrapper, .cbp-ready .cbp-wrapper-helper {
	position: absolute;
	top: 0;
	left: 0;
}

.cbp-item-off {
	z-index: -1;
	pointer-events: none;
	visibility: hidden;
}

.cbp-item-on2off {
	z-index: 0;
}

.cbp-item-off2on {
	z-index: 1;
}

.cbp-item-on2on {
	z-index: 2;
}

.cbp-item-wrapper {
	width: 100%;
	height: 100%;
	position: relative;
	top: 0;
	left: 0;
}

.cbp-updateItems {
	-webkit-transition: height .5s ease-in-out !important;
	-o-transition: height .5s ease-in-out !important;
	transition: height .5s ease-in-out !important;
	will-change: height;
}

.cbp-updateItems .cbp-item {
	-webkit-transition: top .5s ease-in-out, left .5s ease-in-out;
	-o-transition: top .5s ease-in-out, left .5s ease-in-out;
	transition: top .5s ease-in-out, left .5s ease-in-out;
}

.cbp-updateItems .cbp-item-loading {
	-webkit-animation: fadeIn .5s ease-in-out;
	animation: fadeIn .5s ease-in-out;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.cbp-removeItem {
	-webkit-animation: fadeOut .5s ease-in-out;
	animation: fadeOut .5s ease-in-out;
}

.cbp-panel {
	width: 94%;
	max-width: 1170px;
	margin: 0 auto;
}

.cbp-misc-video {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	background: #000;
	text-align: center;
}

.cbp-misc-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
}

.cbp-l-filters-left {
	float: left;
}

.cbp-l-filters-right {
	float: right;
}

.cbp-caption, .cbp-caption-defaultWrap, .cbp-caption-activeWrap {
	display: block;
}

.cbp-caption-activeWrap {
	background-color: #282727;
}

.cbp-caption-active .cbp-caption, .cbp-caption-active .cbp-caption-defaultWrap, .cbp-caption-active .cbp-caption-activeWrap {
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.cbp-caption-active .cbp-caption-defaultWrap {
	top: 0;
}

.cbp-caption-active .cbp-caption-activeWrap {
	width: 100%;
	position: absolute;
	z-index: 2;
	height: 100%;
}

.cbp-l-caption-title {
	color: #fff;
	font: 400 16px/21px "Open Sans", sans-serif;
}

.cbp-l-caption-desc {
	color: #aaa;
	font: 400 12px/16px "Open Sans", sans-serif;
}

.cbp-l-caption-text {
	font: 400 14px/21px "Open Sans", sans-serif;
	color: #fff;
	letter-spacing: 3px;
	padding: 0 6px;
}

.cbp-l-caption-buttonLeft, .cbp-l-caption-buttonRight {
	background-color: #547eb1;
	color: #fff;
	display: inline-block;
	font: 400 12px/30px "Open Sans", sans-serif;
	min-width: 90px;
	text-align: center;
	margin: 4px;
	padding: 0 6px;
}

.cbp-l-caption-buttonLeft:hover, .cbp-l-caption-buttonRight:hover {
	opacity: .9;
}

.cbp-caption-none .cbp-caption-activeWrap {
	display: none;
}

.cbp-l-caption-alignLeft .cbp-l-caption-body {
	padding: 12px 30px;
}

.cbp-caption-fadeIn .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-minimal .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-moveRight .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-overlayRightAlong .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-pushDown .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-pushTop .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-revealBottom .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-revealLeft .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-revealTop .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-zoom .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-opacity .cbp-l-caption-alignLeft .cbp-l-caption-body {
	padding-top: 30px;
}

.cbp-l-caption-alignCenter {
	display: table;
	width: 100%;
	height: 100%;
}

.cbp-l-caption-alignCenter .cbp-l-caption-body {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 15px 0;
}

.cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft, .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight {
	position: relative;
	-webkit-transition: -webkit-transform .25s;
	transition: -webkit-transform .25s;
	transition: transform .25s;
	transition: transform .25s, -webkit-transform .25s;
	-o-transition: transform .25s;
}

.cbp-caption-overlayBottom .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft, .cbp-caption-overlayBottomPush .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft, .cbp-caption-overlayBottomAlong .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft {
	-webkit-transform: translateX(-20px);
	-ms-transform: translateX(-20px);
	transform: translateX(-20px);
}

.cbp-caption-overlayBottom .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight, .cbp-caption-overlayBottomPush .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight, .cbp-caption-overlayBottomAlong .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight {
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
}

.cbp-caption:hover .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft, .cbp-caption:hover .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.cbp-caption-fadeIn .cbp-caption-activeWrap {
	opacity: 0;
	top: 0;
	background-color: rgba(0, 0, 0, .85);
	-webkit-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
}

.cbp-caption-fadeIn .cbp-caption:hover .cbp-caption-activeWrap {
	opacity: 1;
}

.cbp-caption-minimal .cbp-l-caption-title, .cbp-caption-minimal .cbp-l-caption-desc {
	position: relative;
	left: 0;
	opacity: 0;
	-webkit-transition: -webkit-transform .35s ease-out;
	transition: -webkit-transform .35s ease-out;
	transition: transform .35s ease-out;
	transition: transform .35s ease-out, -webkit-transform .35s ease-out;
	-o-transition: transform .35s ease-out;
}

.cbp-caption-minimal .cbp-l-caption-title {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.cbp-caption-minimal .cbp-l-caption-desc {
	-webkit-transform: translateY(70%);
	-ms-transform: translateY(70%);
	transform: translateY(70%);
}

.cbp-caption-minimal .cbp-caption:hover .cbp-l-caption-title, .cbp-caption-minimal .cbp-caption:hover .cbp-l-caption-desc {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.cbp-caption-minimal .cbp-caption-activeWrap {
	top: 0;
	background-color: black;
	background-color: rgba(0, 0, 0, .8);
	opacity: 0;
}

.cbp-caption-minimal .cbp-caption:hover .cbp-caption-activeWrap {
	opacity: 1;
}

.cbp-caption-moveRight .cbp-caption-activeWrap {
	left: -100%;
	top: 0;
	-webkit-transition: -webkit-transform .35s;
	transition: -webkit-transform .35s;
	transition: transform .35s;
	transition: transform .35s, -webkit-transform .35s;
	-o-transition: transform .35s;
}

.cbp-caption-moveRight .cbp-caption:hover .cbp-caption-activeWrap {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.cbp-caption-overlayBottom .cbp-caption-activeWrap {
	height: 60px;
	background-color: #181616;
	background-color: rgba(24, 22, 22, .7);
	-webkit-transition: -webkit-transform .25s;
	transition: -webkit-transform .25s;
	transition: transform .25s;
	transition: transform .25s, -webkit-transform .25s;
	-o-transition: transform .25s;
}

.cbp-caption-overlayBottom .cbp-caption:hover .cbp-caption-activeWrap {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.cbp-caption-overlayBottomAlong .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft, .cbp-caption-overlayBottomAlong .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight {
	-webkit-transition-duration: .35s;
	-o-transition-duration: .35s;
	transition-duration: .35s;
}

.cbp-caption-overlayBottomAlong .cbp-caption-defaultWrap, .cbp-caption-overlayBottomAlong .cbp-caption-activeWrap {
	-webkit-transition: -webkit-transform .35s;
	transition: -webkit-transform .35s;
	transition: transform .35s;
	transition: transform .35s, -webkit-transform .35s;
	-o-transition: transform .35s;
}

.cbp-caption-overlayBottomAlong .cbp-caption-activeWrap {
	height: 60px;
}

.cbp-caption-overlayBottomAlong .cbp-caption:hover .cbp-caption-defaultWrap {
	-webkit-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
}

.cbp-caption-overlayBottomAlong .cbp-caption:hover .cbp-caption-activeWrap {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.cbp-caption-overlayBottomPush .cbp-caption-defaultWrap, .cbp-caption-overlayBottomPush .cbp-caption-activeWrap {
	-webkit-transition: -webkit-transform .25s;
	transition: -webkit-transform .25s;
	transition: transform .25s;
	transition: transform .25s, -webkit-transform .25s;
	-o-transition: transform .25s;
}

.cbp-caption-overlayBottomPush .cbp-caption-activeWrap {
	height: 61px;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.cbp-caption-overlayBottomPush .cbp-caption:hover .cbp-caption-defaultWrap {
	-webkit-transform: translateY(-60px);
	-ms-transform: translateY(-60px);
	transform: translateY(-60px);
}

.cbp-caption-overlayBottomPush .cbp-caption:hover .cbp-caption-activeWrap {
	-webkit-transform: translateY(-61px);
	-ms-transform: translateY(-61px);
	transform: translateY(-61px);
}

.cbp-caption-overlayBottomReveal .cbp-caption-defaultWrap {
	z-index: 2;
	-webkit-transition: -webkit-transform .25s;
	transition: -webkit-transform .25s;
	transition: transform .25s;
	transition: transform .25s, -webkit-transform .25s;
	-o-transition: transform .25s;
}

.cbp-caption-overlayBottomReveal .cbp-caption-activeWrap {
	bottom: 0;
	z-index: 1;
	height: 60px;
}

.cbp-caption-overlayBottomReveal .cbp-caption:hover .cbp-caption-defaultWrap {
	-webkit-transform: translateY(-60px);
	-ms-transform: translateY(-60px);
	transform: translateY(-60px);
}

.cbp-caption-overlayRightAlong .cbp-caption-defaultWrap, .cbp-caption-overlayRightAlong .cbp-caption-activeWrap {
	-webkit-transition: -webkit-transform .4s;
	transition: -webkit-transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s;
	-o-transition: transform .4s;
}

.cbp-caption-overlayRightAlong .cbp-caption-activeWrap {
	top: 0;
	left: -50%;
	width: 50%;
}

.cbp-caption-overlayRightAlong .cbp-caption:hover .cbp-caption-defaultWrap {
	-webkit-transform: translateX(25%);
	-ms-transform: translateX(25%);
	transform: translateX(25%);
}

.cbp-caption-overlayRightAlong .cbp-caption:hover .cbp-caption-activeWrap {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.cbp-caption-pushDown .cbp-caption-defaultWrap, .cbp-caption-pushDown .cbp-caption-activeWrap {
	-webkit-transition: -webkit-transform .4s;
	transition: -webkit-transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s;
	-o-transition: transform .4s;
}

.cbp-caption-pushDown .cbp-caption-activeWrap {
	top: -100%;
}

.cbp-caption-pushDown .cbp-caption:hover .cbp-caption-defaultWrap, .cbp-caption-pushDown .cbp-caption:hover .cbp-caption-activeWrap {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.cbp-caption-pushTop .cbp-caption-activeWrap, .cbp-caption-pushTop .cbp-caption-defaultWrap {
	-webkit-transition: -webkit-transform .4s;
	transition: -webkit-transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s;
	-o-transition: transform .4s;
}

.cbp-caption-pushTop .cbp-caption-activeWrap {
	height: 102%;
}

.cbp-caption-pushTop .cbp-caption:hover .cbp-caption-defaultWrap {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.cbp-caption-pushTop .cbp-caption:hover .cbp-caption-activeWrap {
	-webkit-transform: translateY(-99%);
	-ms-transform: translateY(-99%);
	transform: translateY(-99%);
}

.cbp-caption-revealBottom .cbp-caption-defaultWrap {
	z-index: 2;
	-webkit-transition: -webkit-transform .4s;
	transition: -webkit-transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s;
	-o-transition: transform .4s;
}

.cbp-caption-revealBottom .cbp-caption-activeWrap {
	top: 0;
	z-index: 1;
}

.cbp-caption-revealBottom .cbp-caption:hover .cbp-caption-defaultWrap {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.cbp-caption-revealLeft .cbp-caption-activeWrap {
	left: 100%;
	top: 0;
	-webkit-transition: -webkit-transform .4s;
	transition: -webkit-transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s;
	-o-transition: transform .4s;
}

.cbp-caption-revealLeft .cbp-caption:hover .cbp-caption-activeWrap {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.cbp-caption-revealTop .cbp-caption-defaultWrap {
	z-index: 2;
	-webkit-transition: -webkit-transform .4s;
	transition: -webkit-transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s;
	-o-transition: transform .4s;
}

.cbp-caption-revealTop .cbp-caption-activeWrap {
	top: 0;
	z-index: 1;
}

.cbp-caption-revealTop .cbp-caption:hover .cbp-caption-defaultWrap {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.cbp-caption-zoom .cbp-caption-defaultWrap {
	-webkit-transition: -webkit-transform .35s ease-out;
	transition: -webkit-transform .35s ease-out;
	transition: transform .35s ease-out;
	transition: transform .35s ease-out, -webkit-transform .35s ease-out;
	-o-transition: transform .35s ease-out;
}

.cbp-caption-zoom .cbp-caption:hover .cbp-caption-defaultWrap {
	-webkit-transform: scale(1.25);
	-ms-transform: scale(1.25);
	transform: scale(1.25);
}

.cbp-caption-zoom .cbp-caption-activeWrap {
	opacity: 0;
	top: 0;
	background-color: rgba(0, 0, 0, .9);
	-webkit-transition: opacity .4s;
	-o-transition: opacity .4s;
	transition: opacity .4s;
}

.cbp-caption-zoom .cbp-caption:hover .cbp-caption-activeWrap {
	opacity: 1;
}

.cbp-caption-opacity .cbp-item {
	padding: 1px;
}

.cbp-caption-opacity .cbp-caption, .cbp-caption-opacity .cbp-caption-activeWrap, .cbp-caption-opacity .cbp-caption-defaultWrap {
	background-color: transparent;
}

.cbp-caption-opacity .cbp-caption {
	border: 1px solid transparent;
}

.cbp-caption-opacity .cbp-caption:hover {
	border-color: #ededed;
}

.cbp-caption-opacity .cbp-caption-defaultWrap {
	opacity: 1;
	-webkit-transition: opacity .4s;
	-o-transition: opacity .4s;
	transition: opacity .4s;
}

.cbp-caption-opacity .cbp-caption:hover .cbp-caption-defaultWrap {
	opacity: .8;
}

.cbp-caption-opacity .cbp-caption:hover .cbp-caption-activeWrap {
	top: 0;
}

.cbp-caption-expand .cbp-caption-activeWrap {
	height: auto;
	background-color: transparent;
}

.cbp-caption-expand .cbp-caption {
	border-bottom: 1px dotted #eaeaea;
}

.cbp-caption-expand .cbp-caption-defaultWrap {
	cursor: pointer;
	font: 500 15px/23px "Roboto", sans-serif;
	color: #474747;
	padding: 12px 0 11px 26px;
}

.cbp-caption-expand .cbp-l-caption-body {
	font: 400 13px/21px "Roboto", sans-serif;
	color: #888;
	padding: 0 0 20px 26px;
}

.cbp-caption-expand-active {
	-webkit-transition: height .4s !important;
	-o-transition: height .4s !important;
	transition: height .4s !important;
}

.cbp-caption-expand-active .cbp-item {
	-webkit-transition: left .4s, top .4s !important;
	-o-transition: left .4s, top .4s !important;
	transition: left .4s, top .4s !important;
}

.cbp-caption-expand-open .cbp-caption-activeWrap {
	-webkit-transition: height .4s;
	-o-transition: height .4s;
	transition: height .4s;
}

.cbp-l-filters-alignCenter {
	margin-bottom: 30px;
	text-align: center;
	font: 400 12px/21px sans-serif;
	color: #dadada;
}

.cbp-l-filters-alignCenter .cbp-filter-item {
	color: #949494;
	cursor: pointer;
	font: 400 13px/21px "Open Sans", sans-serif;
	padding: 0 12px;
	position: relative;
	overflow: visible;
	margin: 0 0 10px;
	display: inline-block;
	-webkit-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.cbp-l-filters-alignCenter .cbp-filter-item:hover {
	color: #2d2c2c;
}

.cbp-l-filters-alignCenter .cbp-filter-item:hover .cbp-filter-counter {
	-webkit-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
}

.cbp-l-filters-alignCenter .cbp-filter-item.cbp-filter-item-active {
	color: #2d2c2c;
	cursor: default;
}

.cbp-l-filters-alignCenter .cbp-filter-counter {
	background-color: #626161;
}

.cbp-l-filters-alignCenter .cbp-filter-counter:after {
	border-top: 4px solid #626161;
}

.cbp-l-filters-alignLeft {
	margin-bottom: 30px;
}

.cbp-l-filters-alignLeft .cbp-filter-item {
	background-color: #fff;
	border: 1px solid #cdcdcd;
	cursor: pointer;
	font: 400 12px/30px "Open Sans", sans-serif;
	padding: 0 13px;
	position: relative;
	overflow: visible;
	margin: 0 4px 10px 4px;
	display: inline-block;
	color: #888;
	-webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border .3s ease-in-out;
	-o-transition: color .3s ease-in-out, background-color .3s ease-in-out, border .3s ease-in-out;
	transition: color .3s ease-in-out, background-color .3s ease-in-out, border .3s ease-in-out;
}

.cbp-l-filters-alignLeft .cbp-filter-item:hover {
	color: #111;
}

.cbp-l-filters-alignLeft .cbp-filter-item.cbp-filter-item-active {
	background-color: #6c7a89;
	border: 1px solid #6c7a89;
	color: #fff;
	cursor: default;
}

.cbp-l-filters-alignLeft .cbp-filter-item:first-child {
	margin-left: 0;
}

.cbp-l-filters-alignLeft .cbp-filter-item:last-child {
	margin-right: 0;
}

.cbp-l-filters-alignLeft .cbp-filter-counter {
	display: inline;
}

.cbp-l-filters-alignRight {
	margin-bottom: 30px;
	text-align: right;
}

.cbp-l-filters-alignRight .cbp-filter-item {
	background-color: transparent;
	color: #8b8b8b;
	cursor: pointer;
	font: 400 11px/31px "Open Sans", sans-serif;
	padding: 0 14px;
	position: relative;
	overflow: visible;
	margin: 0 3px 10px 3px;
	border: 1px solid #e4e2e2;
	text-transform: uppercase;
	display: inline-block;
	-webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border .3s ease-in-out;
	-o-transition: color .3s ease-in-out, background-color .3s ease-in-out, border .3s ease-in-out;
	transition: color .3s ease-in-out, background-color .3s ease-in-out, border .3s ease-in-out;
}

.cbp-l-filters-alignRight .cbp-filter-item:hover {
	color: #2b3444;
}

.cbp-l-filters-alignRight .cbp-filter-item.cbp-filter-item-active {
	color: #fff;
	background-color: #049372;
	border-color: #049372;
	cursor: default;
}

.cbp-l-filters-alignRight .cbp-filter-item:first-child {
	margin-left: 0;
}

.cbp-l-filters-alignRight .cbp-filter-item:last-child {
	margin-right: 0;
}

.cbp-l-filters-alignRight .cbp-filter-counter {
	background-color: #049372;
}

.cbp-l-filters-alignRight .cbp-filter-counter:after {
	border-top: 4px solid #049372;
}

.cbp-l-filters-button {
	margin-bottom: 30px;
}

.cbp-l-filters-button .cbp-filter-item {
	background-color: #fff;
	border: 1px solid #ececec;
	color: #888;
	cursor: pointer;
	font: 400 12px/32px "Open Sans", sans-serif;
	margin: 0 5px 10px 5px;
	overflow: visible;
	padding: 0 17px;
	position: relative;
	display: inline-block;
	-webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
	-o-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
	transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
}

.cbp-l-filters-button .cbp-filter-item:hover {
	color: #545454;
	border-color: #dadada;
}

.cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active {
	background-color: #545454;
	color: #fff;
	border-color: #5d5d5d;
	cursor: default;
}

.cbp-l-filters-button .cbp-filter-item:first-child {
	margin-left: 0;
}

.cbp-l-filters-button .cbp-filter-item:last-child {
	margin-right: 0;
}

.cbp-l-filters-button .cbp-filter-counter {
	background-color: #545454;
}

.cbp-l-filters-button .cbp-filter-counter:after {
	border-top: 4px solid #545454;
}

.cbp-l-filters-buttonCenter {
	margin-bottom: 30px;
	text-align: center;
}

.cbp-l-filters-buttonCenter .cbp-filter-item {
	background-color: #fff;
	border: 1px solid #ececec;
	color: #888;
	cursor: pointer;
	font: 400 12px/32px "Roboto", sans-serif;
	margin: 0 5px 10px 5px;
	overflow: visible;
	padding: 0 17px;
	position: relative;
	display: inline-block;
	-webkit-transition: color .3s ease-in-out, border-color .3s ease-in-out;
	-o-transition: color .3s ease-in-out, border-color .3s ease-in-out;
	transition: color .3s ease-in-out, border-color .3s ease-in-out;
}

.cbp-l-filters-buttonCenter .cbp-filter-item:hover {
	color: #5d5d5d;
}

.cbp-l-filters-buttonCenter .cbp-filter-item.cbp-filter-item-active {
	color: #3b9cb3;
	border-color: #8cd2e5;
	cursor: default;
}

.cbp-l-filters-buttonCenter .cbp-filter-item:first-child {
	margin-left: 0;
}

.cbp-l-filters-buttonCenter .cbp-filter-item:last-child {
	margin-right: 0;
}

.cbp-l-filters-buttonCenter .cbp-filter-counter {
	background-color: #68abbc;
}

.cbp-l-filters-buttonCenter .cbp-filter-counter:after {
	border-top: 4px solid #68abbc;
}

.cbp-l-filters-dropdown {
	margin-bottom: 40px;
	height: 38px;
	position: relative;
	z-index: 5;
}

.cbp-l-filters-dropdownWrap {
	width: 200px;
	position: absolute;
	right: 0;
	background: #4d4c4d;
}

.cbp-l-filters-dropdownHeader {
	font: 400 12px/38px "Open Sans", sans-serif;
	margin: 0 17px;
	color: #fff;
	cursor: default;
	position: relative;
}

.cbp-l-filters-dropdownHeader:after {
	border-color: #fff transparent;
	border-style: solid;
	border-width: 5px 5px 0;
	content: "";
	height: 0;
	position: absolute;
	right: 0;
	top: 50%;
	width: 0;
	margin-top: -1px;
}

.cbp-l-filters-dropdownWrap.cbp-l-filters-dropdownWrap-open .cbp-l-filters-dropdownHeader:after {
	border-width: 0 5px 5px;
}

.cbp-l-filters-dropdownList {
	display: none;
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

.cbp-l-filters-dropdownList>li {
	margin: 0;
	list-style: none;
}

.cbp-l-filters-dropdownWrap.cbp-l-filters-dropdownWrap-open .cbp-l-filters-dropdownList {
	display: block;
	margin: 0;
}

.cbp-l-filters-dropdownList .cbp-filter-item {
	background: transparent;
	color: #b3b3b3;
	width: 100%;
	text-align: left;
	font: 400 12px/40px "Open Sans", sans-serif;
	margin: 0;
	padding: 0 17px;
	cursor: pointer;
	border: none;
	border-top: 1px solid #595959;
}

.cbp-l-filters-dropdownList .cbp-filter-item:hover {
	color: #e6e6e6;
}

.cbp-l-filters-dropdownList .cbp-filter-item-active {
	color: #fff;
	cursor: default;
}

.cbp-l-filters-dropdownWrap .cbp-filter-counter {
	display: inline;
}

.cbp-l-filters-dropdown-floated {
	float: right;
	margin-top: -2px;
	margin-left: 20px;
	width: 200px;
}

.cbp-l-filters-list {
	margin-bottom: 30px;
	content: "";
	display: table;
	clear: both;
}

.cbp-l-filters-list .cbp-filter-item {
	background-color: transparent;
	color: #585252;
	cursor: pointer;
	font: 400 12px/35px "Open Sans", sans-serif;
	padding: 0 18px;
	position: relative;
	overflow: visible;
	margin: 0 0 10px;
	float: left;
	border: 1px solid #3288c4;
	border-right-width: 0;
	-webkit-transition: left .3s ease-in-out;
	-o-transition: left .3s ease-in-out;
	transition: left .3s ease-in-out;
}

.cbp-l-filters-list .cbp-filter-item:hover {
	color: #000;
}

.cbp-l-filters-list .cbp-filter-item.cbp-filter-item-active {
	cursor: default;
	color: #fff;
	background-color: #3288c4;
}

.cbp-l-filters-list-first {
	border-radius: 6px 0 0 6px;
}

.cbp-l-filters-list-last {
	border-radius: 0 6px 6px 0;
	border-right-width: 1px !important;
}

.cbp-l-filters-list .cbp-filter-counter {
	display: inline;
}

.cbp-l-filters-work {
	margin-bottom: 30px;
	text-align: center;
}

.cbp-l-filters-work .cbp-filter-item {
	background-color: #fff;
	color: #888;
	cursor: pointer;
	font: 600 11px/37px "Open Sans", sans-serif;
	margin: 0 3px 15px 3px;
	overflow: visible;
	padding: 0 16px;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	-webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
	-o-transition: color .3s ease-in-out, background-color .3s ease-in-out;
	transition: color .3s ease-in-out, background-color .3s ease-in-out;
}

.cbp-l-filters-work .cbp-filter-item:hover {
	color: #fff;
	background: #607d8b;
}

.cbp-l-filters-work .cbp-filter-item.cbp-filter-item-active {
	background-color: #607d8b;
	color: #fff;
	cursor: default;
}

.cbp-l-filters-work .cbp-filter-item:first-child {
	margin-left: 0;
}

.cbp-l-filters-work .cbp-filter-item:last-child {
	margin-right: 0;
}

.cbp-l-filters-work .cbp-filter-counter {
	font: 600 11px/37px "Open Sans", sans-serif;
	text-align: center;
	display: inline-block;
	margin-left: 8px;
}

.cbp-l-filters-work .cbp-filter-counter:before {
	content: "(";
}

.cbp-l-filters-work .cbp-filter-counter:after {
	content: ")";
}

.cbp-l-filters-big {
	margin-bottom: 30px;
	text-align: center;
}

.cbp-l-filters-big .cbp-filter-item {
	color: #444;
	cursor: pointer;
	font: 400 15px/22px "Roboto", sans-serif;
	margin: 0 8px 10px 8px;
	padding: 10px 23px;
	position: relative;
	display: inline-block;
	border: 1px solid transparent;
	text-transform: uppercase;
	-webkit-transition: color .3s ease-in-out, border .3s ease-in-out;
	-o-transition: color .3s ease-in-out, border .3s ease-in-out;
	transition: color .3s ease-in-out, border .3s ease-in-out;
}

.cbp-l-filters-big .cbp-filter-item:hover {
	color: #888;
}

.cbp-l-filters-big .cbp-filter-item.cbp-filter-item-active {
	border-color: #d5d5d5;
	color: #444;
	cursor: default;
}

.cbp-l-filters-big .cbp-filter-item:first-child {
	margin-left: 0;
}

.cbp-l-filters-big .cbp-filter-item:last-child {
	margin-right: 0;
}

.cbp-l-filters-text {
	margin-bottom: 30px;
	text-align: center;
	font: 400 12px/21px "Lato", sans-serif;
	color: #dadada;
	padding: 0 15px;
}

.cbp-l-filters-text .cbp-filter-item {
	color: #949494;
	cursor: pointer;
	font: 400 13px/21px "Lato", sans-serif;
	padding: 0 12px;
	position: relative;
	overflow: visible;
	margin: 0 0 10px;
	display: inline-block;
	-webkit-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.cbp-l-filters-text .cbp-filter-item:hover {
	color: #2d2c2c;
}

.cbp-l-filters-text .cbp-filter-item:hover .cbp-filter-counter {
	-webkit-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
}

.cbp-l-filters-text .cbp-filter-item.cbp-filter-item-active {
	color: #2d2c2c;
	cursor: default;
}

.cbp-l-filters-text .cbp-filter-counter {
	background-color: #626161;
	font: 400 11px/18px "Lato", sans-serif;
}

.cbp-l-filters-text .cbp-filter-counter:after {
	border-top: 4px solid #626161;
}

.cbp-l-filters-text-sort {
	display: inline-block;
	font: 400 13px/21px "Lato", sans-serif;
	color: #949494;
	margin-right: 15px;
}

.cbp-l-filters-underline {
	margin-bottom: 30px;
}

.cbp-l-filters-underline .cbp-filter-item {
	border-bottom: 3px solid transparent;
	cursor: pointer;
	font: 600 14px/21px "Open Sans", sans-serif;
	padding: 8px 10px;
	position: relative;
	overflow: visible;
	margin: 0 10px 10px 10px;
	display: inline-block;
	color: #787878;
	-webkit-transition: color .25s ease-in-out, border-color .25s ease-in-out;
	-o-transition: color .25s ease-in-out, border-color .25s ease-in-out;
	transition: color .25s ease-in-out, border-color .25s ease-in-out;
}

.cbp-l-filters-underline .cbp-filter-item:hover {
	color: #111;
}

.cbp-l-filters-underline .cbp-filter-item.cbp-filter-item-active {
	border-bottom-color: #666;
	color: #444;
	cursor: default;
}

.cbp-l-filters-underline .cbp-filter-item:first-child {
	margin-left: 0;
}

.cbp-l-filters-underline .cbp-filter-item:last-child {
	margin-right: 0;
}

.cbp-l-filters-underline .cbp-filter-counter {
	display: inline;
}

.cbp-animation-quicksand {
	-webkit-transition: height .6s ease-in-out;
	-o-transition: height .6s ease-in-out;
	transition: height .6s ease-in-out;
	will-change: height;
}

.cbp-animation-quicksand .cbp-item {
	-webkit-transition: -webkit-transform .6s ease-in-out;
	transition: -webkit-transform .6s ease-in-out;
	transition: transform .6s ease-in-out;
	transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
	-o-transition: transform .6s ease-in-out;
}

.cbp-animation-quicksand .cbp-item {
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

.cbp-animation-quicksand .cbp-item-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.cbp-animation-quicksand .cbp-item-on2off .cbp-item-wrapper {
	-webkit-animation: quicksand-off .6s ease-out both;
	animation: quicksand-off .6s ease-out both;
}

.cbp-animation-quicksand .cbp-item-off2on .cbp-item-wrapper {
	-webkit-animation: quicksand-on .6s ease-out both;
	animation: quicksand-on .6s ease-out both;
}

.cbp-animation-fadeOut, .cbp-animation-boxShadow {
	-webkit-transition: height .6s ease-in-out;
	-o-transition: height .6s ease-in-out;
	transition: height .6s ease-in-out;
	will-change: height;
}

.cbp-animation-fadeOut .cbp-item, .cbp-animation-boxShadow .cbp-item {
	-webkit-transition: -webkit-transform .6s ease-in-out;
	transition: -webkit-transform .6s ease-in-out;
	transition: transform .6s ease-in-out;
	transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
	-o-transition: transform .6s ease-in-out;
}

.cbp-animation-fadeOut .cbp-item, .cbp-animation-boxShadow .cbp-item {
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

.cbp-animation-fadeOut .cbp-item-wrapper, .cbp-animation-boxShadow .cbp-item-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.cbp-animation-fadeOut .cbp-item-on2off .cbp-item-wrapper, .cbp-animation-boxShadow .cbp-item-on2off .cbp-item-wrapper {
	-webkit-animation: fadeOut-off .6s ease-in-out both;
	animation: fadeOut-off .6s ease-in-out both;
}

.cbp-animation-fadeOut .cbp-item-off2on .cbp-item-wrapper, .cbp-animation-boxShadow .cbp-item-off2on .cbp-item-wrapper {
	-webkit-animation: fadeOut-on .6s ease-in-out both;
	animation: fadeOut-on .6s ease-in-out both;
}

.cbp-animation-flipOut {
	-webkit-transition: height .7s ease-in-out;
	-o-transition: height .7s ease-in-out;
	transition: height .7s ease-in-out;
	will-change: height;
}

.cbp-animation-flipOut .cbp-item {
	-webkit-transition: -webkit-transform .7s ease-in-out;
	transition: -webkit-transform .7s ease-in-out;
	transition: transform .7s ease-in-out;
	transition: transform .7s ease-in-out, -webkit-transform .7s ease-in-out;
	-o-transition: transform .7s ease-in-out;
}

.cbp-animation-flipOut .cbp-item {
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

.cbp-animation-flipOut .cbp-item-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.cbp-animation-flipOut .cbp-item-on2off .cbp-item-wrapper {
	-webkit-animation: flipOut-out .7s both ease-in;
	animation: flipOut-out .7s both ease-in;
}

.cbp-animation-flipOut .cbp-item-off2on .cbp-item-wrapper {
	-webkit-animation: flipOut-in .7s ease-out both;
	animation: flipOut-in .7s ease-out both;
}

.cbp-animation-flipBottom {
	-webkit-transition: height .7s ease-in-out;
	-o-transition: height .7s ease-in-out;
	transition: height .7s ease-in-out;
	will-change: height;
}

.cbp-animation-flipBottom .cbp-item {
	-webkit-transition: -webkit-transform .7s ease-in-out;
	transition: -webkit-transform .7s ease-in-out;
	transition: transform .7s ease-in-out;
	transition: transform .7s ease-in-out, -webkit-transform .7s ease-in-out;
	-o-transition: transform .7s ease-in-out;
}

.cbp-animation-flipBottom .cbp-item {
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

.cbp-animation-flipBottom .cbp-item-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.cbp-animation-flipBottom .cbp-item-on2off .cbp-item-wrapper {
	-webkit-animation: flipBottom-out .7s both ease-in;
	animation: flipBottom-out .7s both ease-in;
}

.cbp-animation-flipBottom .cbp-item-off2on .cbp-item-wrapper {
	-webkit-animation: flipBottom-in .7s ease-out both;
	animation: flipBottom-in .7s ease-out both;
}

.cbp-animation-scaleSides {
	-webkit-transition: height .6s ease-in-out;
	-o-transition: height .6s ease-in-out;
	transition: height .6s ease-in-out;
	will-change: height;
}

.cbp-animation-scaleSides .cbp-item {
	-webkit-transition: -webkit-transform .6s ease-in-out;
	transition: -webkit-transform .6s ease-in-out;
	transition: transform .6s ease-in-out;
	transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
	-o-transition: transform .6s ease-in-out;
}

.cbp-animation-scaleSides .cbp-item {
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

.cbp-animation-scaleSides .cbp-item-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.cbp-animation-scaleSides .cbp-item-on2off .cbp-item-wrapper {
	-webkit-animation: scaleSides-out .9s both;
	animation: scaleSides-out .9s both;
}

.cbp-animation-scaleSides .cbp-item-off2on .cbp-item-wrapper {
	-webkit-animation: scaleSides-in .9s both;
	animation: scaleSides-in .9s both;
}

.cbp-animation-skew {
	-webkit-transition: height .6s ease-in-out;
	-o-transition: height .6s ease-in-out;
	transition: height .6s ease-in-out;
	will-change: height;
}

.cbp-animation-skew .cbp-item {
	-webkit-transition: -webkit-transform .6s ease-in-out;
	transition: -webkit-transform .6s ease-in-out;
	transition: transform .6s ease-in-out;
	transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
	-o-transition: transform .6s ease-in-out;
}

.cbp-animation-skew .cbp-item {
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

.cbp-animation-skew .cbp-item-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.cbp-animation-skew .cbp-item-on2off .cbp-item-wrapper {
	-webkit-animation: skew-off .6s ease-out both;
	animation: skew-off .6s ease-out both;
}

.cbp-animation-skew .cbp-item-off2on .cbp-item-wrapper {
	-webkit-animation: skew-on .6s ease-out both;
	animation: skew-on .6s ease-out both;
}

.cbp-animation-fadeOutTop {
	-webkit-transition: height .6s ease-in-out;
	-o-transition: height .6s ease-in-out;
	transition: height .6s ease-in-out;
	will-change: height;
}

.cbp-animation-fadeOutTop .cbp-wrapper-outer {
	overflow: visible;
}

.cbp-animation-fadeOutTop .cbp-item {
	-webkit-perspective: 1000px;
	perspective: 1000px;
	overflow: visible;
}

.cbp-animation-fadeOutTop .cbp-item-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.cbp-animation-fadeOutTop .cbp-wrapper-helper .cbp-item-wrapper {
	-webkit-animation: fadeOutTop-out .6s both ease-in-out;
	animation: fadeOutTop-out .6s both ease-in-out;
}

.cbp-animation-fadeOutTop .cbp-wrapper .cbp-item-wrapper {
	-webkit-animation: fadeOutTop-in .6s both ease-in-out;
	animation: fadeOutTop-in .6s both ease-in-out;
}

.cbp-animation-slideLeft {
	-webkit-transition: height .6s ease-in-out;
	-o-transition: height .6s ease-in-out;
	transition: height .6s ease-in-out;
	will-change: height;
}

.cbp-animation-slideLeft .cbp-item {
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

.cbp-animation-slideLeft .cbp-item-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.cbp-animation-slideLeft .cbp-wrapper-helper .cbp-item-wrapper {
	-webkit-animation: slideLeft-out .8s both ease-in-out;
	animation: slideLeft-out .8s both ease-in-out;
}

.cbp-animation-slideLeft .cbp-wrapper .cbp-item-wrapper {
	-webkit-animation: slideLeft-in .8s both ease-in-out;
	animation: slideLeft-in .8s both ease-in-out;
}

.cbp-animation-sequentially {
	-webkit-transition: height .6s ease-in-out;
	-o-transition: height .6s ease-in-out;
	transition: height .6s ease-in-out;
	will-change: height;
}

.cbp-animation-sequentially .cbp-wrapper-outer {
	overflow: visible;
}

.cbp-animation-sequentially .cbp-item {
	-webkit-perspective: 1000px;
	perspective: 1000px;
	overflow: visible;
}

.cbp-animation-sequentially .cbp-item-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.cbp-animation-sequentially .cbp-wrapper-helper .cbp-item-wrapper {
	-webkit-animation: fadeOutTop-out .6s both ease;
	animation: fadeOutTop-out .6s both ease;
}

.cbp-animation-sequentially .cbp-wrapper .cbp-item-wrapper {
	-webkit-animation: fadeOutTop-in .6s both ease-out;
	animation: fadeOutTop-in .6s both ease-out;
}

.cbp-animation-3dflip {
	-webkit-transition: height .6s ease-in-out;
	-o-transition: height .6s ease-in-out;
	transition: height .6s ease-in-out;
	will-change: height;
}

.cbp-animation-3dflip .cbp-item {
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

.cbp-animation-3dflip .cbp-item-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.cbp-animation-3dflip .cbp-wrapper-helper .cbp-item-wrapper {
	-webkit-transform-origin: 0% 50%;
	-ms-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-animation: flip-out .6s both ease-in-out;
	animation: flip-out .6s both ease-in-out;
}

.cbp-animation-3dflip .cbp-wrapper .cbp-item-wrapper {
	-webkit-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-animation: flip-in .6s both ease-in-out;
	animation: flip-in .6s both ease-in-out;
}

.cbp-animation-flipOutDelay {
	-webkit-transition: height .6s ease-in-out;
	-o-transition: height .6s ease-in-out;
	transition: height .6s ease-in-out;
	will-change: height;
}

.cbp-animation-flipOutDelay .cbp-item {
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

.cbp-animation-flipOutDelay .cbp-item-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.cbp-animation-flipOutDelay .cbp-wrapper-helper .cbp-item-wrapper {
	-webkit-animation: flipOut-out 1s both ease-in;
	animation: flipOut-out 1s both ease-in;
}

.cbp-animation-flipOutDelay .cbp-wrapper .cbp-item-wrapper {
	-webkit-animation: flipOut-in 1s both ease-out;
	animation: flipOut-in 1s both ease-out;
}

.cbp-animation-slideDelay {
	-webkit-transition: height .6s ease-in-out;
	-o-transition: height .6s ease-in-out;
	transition: height .6s ease-in-out;
	will-change: height;
}

.cbp-animation-slideDelay .cbp-item {
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

.cbp-animation-slideDelay .cbp-item-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.cbp-animation-slideDelay .cbp-wrapper-helper .cbp-item-wrapper {
	-webkit-animation: slideDelay-out .5s both ease-in-out;
	animation: slideDelay-out .5s both ease-in-out;
}

.cbp-animation-slideDelay .cbp-wrapper .cbp-item-wrapper {
	-webkit-animation: slideDelay-in .5s both ease-in-out;
	animation: slideDelay-in .5s both ease-in-out;
}

.cbp-animation-rotateSides {
	-webkit-transition: height .6s ease-in-out;
	-o-transition: height .6s ease-in-out;
	transition: height .6s ease-in-out;
	will-change: height;
}

.cbp-animation-rotateSides .cbp-item {
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

.cbp-animation-rotateSides .cbp-item-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.cbp-animation-rotateSides .cbp-wrapper-helper .cbp-item-wrapper {
	-webkit-transform-origin: -50% 50%;
	-webkit-animation: rotateSides-out .5s both ease-in;
	-ms-transform-origin: -50% 50%;
	transform-origin: -50% 50%;
	animation: rotateSides-out .5s both ease-in;
}

.cbp-animation-rotateSides .cbp-wrapper .cbp-item-wrapper {
	-webkit-transform-origin: 150% 50%;
	-webkit-animation: rotateSides-in .6s both ease-out;
	-ms-transform-origin: 150% 50%;
	transform-origin: 150% 50%;
	animation: rotateSides-in .6s both ease-out;
}

.cbp-animation-foldLeft {
	-webkit-transition: height .6s ease-in-out;
	-o-transition: height .6s ease-in-out;
	transition: height .6s ease-in-out;
	will-change: height;
}

.cbp-animation-foldLeft .cbp-item {
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

.cbp-animation-foldLeft .cbp-item-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.cbp-animation-foldLeft .cbp-wrapper-helper .cbp-item-wrapper {
	-webkit-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-animation: foldLeft-out .7s both;
	animation: foldLeft-out .7s both;
}

.cbp-animation-foldLeft .cbp-wrapper .cbp-item-wrapper {
	-webkit-animation: foldLeft-in .7s both;
	animation: foldLeft-in .7s both;
}

.cbp-animation-unfold {
	-webkit-transition: height .6s ease-in-out;
	-o-transition: height .6s ease-in-out;
	transition: height .6s ease-in-out;
	will-change: height;
}

.cbp-animation-unfold .cbp-item {
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

.cbp-animation-unfold .cbp-item-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.cbp-animation-unfold .cbp-wrapper-helper .cbp-item-wrapper {
	-webkit-animation: unfold-out .8s both;
	animation: unfold-out .8s both;
}

.cbp-animation-unfold .cbp-wrapper .cbp-item-wrapper {
	-webkit-transform-origin: 0% 50%;
	-webkit-animation: unfold-in .8s both;
	-ms-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	animation: unfold-in .8s both;
}

.cbp-animation-scaleDown {
	-webkit-transition: height .6s ease-in-out;
	-o-transition: height .6s ease-in-out;
	transition: height .6s ease-in-out;
	will-change: height;
}

.cbp-animation-scaleDown .cbp-item {
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

.cbp-animation-scaleDown .cbp-item-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.cbp-animation-scaleDown .cbp-wrapper-helper .cbp-item-wrapper {
	-webkit-animation: scaleDown-out .7s both;
	animation: scaleDown-out .7s both;
}

.cbp-animation-scaleDown .cbp-wrapper .cbp-item-wrapper {
	-webkit-animation: scaleDown-in .6s both;
	animation: scaleDown-in .6s both;
}

.cbp-animation-frontRow {
	-webkit-transition: height .6s ease-in-out;
	-o-transition: height .6s ease-in-out;
	transition: height .6s ease-in-out;
	will-change: height;
}

.cbp-animation-frontRow .cbp-item {
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

.cbp-animation-frontRow .cbp-item-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.cbp-animation-frontRow .cbp-wrapper-helper .cbp-item-wrapper {
	-webkit-animation: frontRow-out .7s both ease;
	animation: frontRow-out .7s both ease;
}

.cbp-animation-frontRow .cbp-wrapper .cbp-item-wrapper {
	-webkit-animation: frontRow-in .6s both ease;
	animation: frontRow-in .6s both ease;
}

.cbp-animation-rotateRoom {
	-webkit-transition: height .6s ease-in-out;
	-o-transition: height .6s ease-in-out;
	transition: height .6s ease-in-out;
	will-change: height;
}

.cbp-animation-rotateRoom .cbp-item {
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

.cbp-animation-rotateRoom .cbp-item-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.cbp-animation-rotateRoom .cbp-wrapper-helper .cbp-item-wrapper {
	-webkit-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-animation: rotateRoom-out .8s both ease;
	animation: rotateRoom-out .8s both ease;
}

.cbp-animation-rotateRoom .cbp-wrapper .cbp-item-wrapper {
	-webkit-transform-origin: 0% 50%;
	-ms-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-animation: rotateRoom-in .8s both ease;
	animation: rotateRoom-in .8s both ease;
}

.cbp-animation-bounceBottom {
	-webkit-transition: height .6s ease-in-out;
	-o-transition: height .6s ease-in-out;
	transition: height .6s ease-in-out;
	will-change: height;
}

.cbp-animation-bounceBottom .cbp-wrapper-helper {
	-webkit-animation: bounceBottom-out .6s both ease-in-out;
	animation: bounceBottom-out .6s both ease-in-out;
}

.cbp-animation-bounceBottom .cbp-wrapper {
	-webkit-animation: bounceBottom-in .6s both ease-in-out;
	animation: bounceBottom-in .6s both ease-in-out;
}

.cbp-animation-bounceLeft {
	-webkit-transition: height .6s ease-in-out;
	-o-transition: height .6s ease-in-out;
	transition: height .6s ease-in-out;
	will-change: height;
}

.cbp-animation-bounceLeft .cbp-wrapper-helper {
	-webkit-animation: bounceLeft-out .6s both ease-in-out;
	animation: bounceLeft-out .6s both ease-in-out;
}

.cbp-animation-bounceLeft .cbp-wrapper {
	-webkit-animation: bounceLeft-in .6s both ease-in-out;
	animation: bounceLeft-in .6s both ease-in-out;
}

.cbp-animation-bounceTop {
	-webkit-transition: height .6s ease-in-out;
	-o-transition: height .6s ease-in-out;
	transition: height .6s ease-in-out;
	will-change: height;
}

.cbp-animation-bounceTop .cbp-wrapper-helper {
	-webkit-animation: bounceTop-out .6s both ease-in-out;
	animation: bounceTop-out .6s both ease-in-out;
}

.cbp-animation-bounceTop .cbp-wrapper {
	-webkit-animation: bounceTop-in .6s both ease-in-out;
	animation: bounceTop-in .6s both ease-in-out;
}

.cbp-animation-moveLeft {
	-webkit-transition: height .6s ease-in-out;
	-o-transition: height .6s ease-in-out;
	transition: height .6s ease-in-out;
	will-change: height;
}

.cbp-animation-moveLeft .cbp-wrapper-helper {
	-webkit-animation: moveLeft-out .6s both ease-in-out;
	animation: moveLeft-out .6s both ease-in-out;
}

.cbp-animation-moveLeft .cbp-wrapper {
	-webkit-animation: moveLeft-in .6s both ease-in-out;
	animation: moveLeft-in .6s both ease-in-out;
}

.cbp-displayType-bottomToTop {
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

.cbp-displayType-bottomToTop .cbp-item {
	-webkit-animation: fadeInBottomToTop .3s both ease-in;
	animation: fadeInBottomToTop .3s both ease-in;
}

.cbp-displayType-fadeIn {
	-webkit-animation: fadeIn .5s both ease-in;
	animation: fadeIn .5s both ease-in;
}

.cbp-displayType-fadeInToTop {
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-animation: fadeInToTop .5s both ease-in;
	animation: fadeInToTop .5s both ease-in;
}

.cbp-displayType-sequentially .cbp-item {
	-webkit-animation: fadeIn .5s both ease-in;
	animation: fadeIn .5s both ease-in;
}

.cbp-popup-ie8bg {
	position: absolute;
	width: 100%;
	height: 100%;
	min-height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background: #000;
}

.cbp-popup-wrap {
	height: 100%;
	text-align: center;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	display: none;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	overflow-x: hidden;
	z-index: 9990;
	padding: 0 10px;
}

.cbp-popup-wrap video {
	outline: 0 none;
}

.cbp-popup-lightbox {
	background: rgba(0, 0, 0, .8);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.cbp-popup-singlePage {
	background: white;
	padding: 0;
}

.cbp-popup-wrap:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.cbp-popup-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	max-width: 100%;
}

.cbp-popup-lightbox .cbp-popup-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cbp-popup-singlePage .cbp-popup-content {
	position: relative;
	z-index: 1;
	margin-top: 145px;
	max-width: 1024px;
	vertical-align: top;
	width: 94%;
}

.cbp-popup-singlePage .cbp-popup-content-basic {
	position: relative;
	z-index: 1;
	margin-top: 104px;
	vertical-align: top;
	width: 100%;
	display: inline-block;
	text-align: left;
}

.cbp-popup-lightbox-figure {
	width: 100%;
	position: relative;
	padding: 20px 0;
}

.cbp-popup-lightbox-bottom {
	position: relative;
	margin-top: 3px;
}

.cbp-popup-lightbox-title {
	padding-right: 50px;
	font: 400 12px/18px "Open Sans", sans-serif;
	color: #eee;
}

.cbp-popup-lightbox-counter {
	position: absolute;
	top: 0;
	right: 0;
	font: 400 12px/18px "Open Sans", sans-serif;
	color: #eee;
}

.cbp-popup-lightbox-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

.cbp-popup-lightbox-img[data-action] {
	cursor: pointer;
}

.cbp-popup-lightbox-isIframe .cbp-popup-content {
	width: 75%;
	display: inline-block;
}

.cbp-popup-lightbox-isIframe .cbp-lightbox-bottom {
	left: 0;
	position: absolute;
	top: 100%;
	width: 100%;
	margin-top: 3px;
}

.cbp-popup-lightbox-iframe {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	background: #000;
}

.cbp-popup-lightbox-iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

.cbp-popup-lightbox-iframe audio {
	margin-top: 27%;
}

.cbp-popup-lightbox-iframe .cbp-popup-lightbox-bottom {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
}

.cbp-popup-singlePage .cbp-popup-navigation-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9990;
	height: 104px;
	background-color: #3d4750;
}

.cbp-popup-singlePage .cbp-popup-navigation {
	position: relative;
	width: 100%;
	height: 100%;
}

.cbp-popup-singlePage-sticky .cbp-popup-navigation-wrap {
	position: fixed;
	top: 0 !important;
}

.cbp-popup-singlePage-counter {
	color: #fff;
	position: absolute;
	margin: auto;
	right: 40px;
	top: 0;
	bottom: 0;
	font: 400 13px/30px "Open Sans", sans-serif;
	height: 30px;
}

.cbp-popup-next, .cbp-popup-prev, .cbp-popup-close {
	padding: 0;
	border: medium none;
	position: absolute;
	cursor: pointer;
	outline: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.cbp-popup-lightbox .cbp-popup-prev, .cbp-popup-lightbox .cbp-popup-next, .cbp-popup-lightbox .cbp-popup-close {
	visibility: hidden;
}

.cbp-popup-ready.cbp-popup-lightbox .cbp-popup-next, .cbp-popup-ready.cbp-popup-lightbox .cbp-popup-prev, .cbp-popup-ready.cbp-popup-lightbox .cbp-popup-close {
	visibility: visible;
}

.cbp-popup-lightbox .cbp-popup-prev {
	background: url("/wp-content/themes/sdth/css/../img/cbp-sprite.png") no-repeat scroll 0 0 transparent;
	width: 44px;
	height: 44px;
	top: 0;
	bottom: 0;
	left: 20px;
	margin: auto;
	--lzl-bg-img: "/wp-content/themes/sdth/css/../img/cbp-sprite.png";
}

.cbp-popup-lightbox .cbp-popup-prev:hover {
	background-position: 0 -46px;
}

.cbp-popup-singlePage .cbp-popup-prev {
	background: url("/wp-content/themes/sdth/css/../img/cbp-sprite.png") no-repeat scroll 0 -92px transparent;
	width: 44px;
	height: 44px;
	margin: auto;
	top: 0;
	right: 108px;
	bottom: 0;
	left: 0;
	--lzl-bg-img: "/wp-content/themes/sdth/css/../img/cbp-sprite.png";
}

.cbp-popup-singlePage .cbp-popup-prev.lzl:not(.lzl-ed), .cbp-popup-singlePage .cbp-popup-prev.lzl-ing:not(.lzl-ed) {
	background-image: none;
}

.cbp-popup-singlePage .cbp-popup-prev:hover {
	background-position: 0 -138px;
}

.cbp-popup-lightbox .cbp-popup-next {
	background: url("/wp-content/themes/sdth/css/../img/cbp-sprite.png") no-repeat scroll -46px 0 transparent;
	width: 44px;
	height: 44px;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	--lzl-bg-img: "/wp-content/themes/sdth/css/../img/cbp-sprite.png";
}

.cbp-popup-lightbox .cbp-popup-next.lzl:not(.lzl-ed), .cbp-popup-lightbox .cbp-popup-next.lzl-ing:not(.lzl-ed) {
	background-image: none;
}

.cbp-popup-lightbox .cbp-popup-next:hover {
	background-position: -46px -46px;
}

.cbp-popup-singlePage .cbp-popup-next {
	background: url("/wp-content/themes/sdth/css/../img/cbp-sprite.png") no-repeat scroll -46px -92px transparent;
	width: 44px;
	height: 44px;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 108px;
	--lzl-bg-img: "/wp-content/themes/sdth/css/../img/cbp-sprite.png";
}

.cbp-popup-singlePage .cbp-popup-next.lzl:not(.lzl-ed), .cbp-popup-singlePage .cbp-popup-next.lzl-ing:not(.lzl-ed) {
	background-image: none;
}

.cbp-popup-singlePage .cbp-popup-next:hover {
	background-position: -46px -138px;
}

.cbp-popup-lightbox .cbp-popup-close {
	background: url("/wp-content/themes/sdth/css/../img/cbp-sprite.png") no-repeat scroll -92px 0 transparent;
	height: 40px;
	width: 40px;
	right: 20px;
	top: 20px;
	--lzl-bg-img: "/wp-content/themes/sdth/css/../img/cbp-sprite.png";
}

.cbp-popup-lightbox .cbp-popup-close.lzl:not(.lzl-ed), .cbp-popup-lightbox .cbp-popup-close.lzl-ing:not(.lzl-ed) {
	background-image: none;
}

.cbp-popup-lightbox .cbp-popup-close:hover {
	background-position: -92px -46px;
}

.cbp-popup-singlePage .cbp-popup-close {
	background: url("/wp-content/themes/sdth/css/../img/cbp-sprite.png") no-repeat scroll -92px -92px transparent;
	height: 44px;
	width: 44px;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	--lzl-bg-img: "/wp-content/themes/sdth/css/../img/cbp-sprite.png";
}

.cbp-popup-singlePage .cbp-popup-close.lzl:not(.lzl-ed), .cbp-popup-singlePage .cbp-popup-close.lzl-ing:not(.lzl-ed) {
	background-image: none;
}

.cbp-popup-singlePage .cbp-popup-close:hover {
	background-position: -92px -138px;
}

.cbp-popup-singlePage .cbp-popup-ie8bg {
	background-color: #fff;
}

.cbp-popup-loadingBox {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.cbp-popup-lightbox .cbp-popup-loadingBox:after {
	border-left: 3px solid rgba(255, 255, 255, .3);
	border-right: 3px solid rgba(255, 255, 255, .3);
	border-bottom: 3px solid rgba(255, 255, 255, .3);
	border-top: 3px solid rgba(255, 255, 255, .85);
}

.cbp-popup-ready .cbp-popup-loadingBox {
	visibility: hidden;
	display: none;
}

.cbp-popup-loading .cbp-popup-loadingBox {
	visibility: visible;
	display: block;
}

.cbp-popup-transitionend {
	overflow-y: scroll;
}

.cbp-popup-singlePage {
	left: 100%;
	-webkit-transition: left .6s ease-in-out;
	-o-transition: left .6s ease-in-out;
	transition: left .6s ease-in-out;
}

.cbp-popup-singlePage.cbp-popup-loading .cbp-popup-content {
	opacity: 0;
}

.cbp-popup-singlePage-open {
	left: 0;
}

.cbp-popup-singlePage.cbp-popup-singlePage-fade {
	left: 0;
	opacity: 0;
	-webkit-transition: opacity .25s ease-in-out;
	-o-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
}

.cbp-popup-singlePage-open.cbp-popup-singlePage-fade {
	opacity: 1;
}

.cbp-popup-singlePage.cbp-popup-singlePage-right {
	left: -100%;
	-webkit-transition: left .6s ease-in-out;
	-o-transition: left .6s ease-in-out;
	transition: left .6s ease-in-out;
}

.cbp-popup-singlePage-open.cbp-popup-singlePage-right {
	left: 0;
}

.cbp-l-project-title {
	color: #454444;
	font: 600 42px/46px "Open Sans", sans-serif;
	letter-spacing: 2px;
	margin-bottom: 15px;
	text-align: center;
	text-transform: uppercase;
}

.cbp-l-project-subtitle {
	color: #787878;
	font: 400 14px/21px "Open Sans", sans-serif;
	margin: 0 auto 50px;
	max-width: 500px;
	text-align: center;
}

.cbp-popup-singlePage .cbp-popup-content .cbp-l-project-img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.cbp-l-project-container {
	overflow: hidden;
	margin: 40px auto 0;
	clear: both;
}

.cbp-l-project-desc {
	float: left;
	width: 62%;
}

.cbp-l-project-details {
	float: right;
	width: 38%;
	padding-left: 60px;
	margin-bottom: 15px;
}

.cbp-l-project-desc-title {
	border-bottom: 1px solid #cdcdcd;
	margin-bottom: 22px;
	color: #444;
}

.cbp-l-project-desc-title span, .cbp-l-project-details-title span {
	border-bottom: 1px solid #747474;
	display: inline-block;
	margin: 0 0 -1px 0;
	font: 400 16px/36px "Open Sans", sans-serif;
	padding: 0 5px 0 0;
}

.cbp-l-project-desc-text {
	font: 400 13px/20px "Open Sans", sans-serif;
	color: #555;
	margin-bottom: 20px;
}

.cbp-l-project-details-title {
	border-bottom: 1px solid #cdcdcd;
	margin-bottom: 19px;
	color: #444;
}

.cbp-l-project-details-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.cbp-l-project-details-list strong {
	display: inline-block;
	color: #696969;
	font-weight: 600;
	min-width: 100px;
}

.cbp-l-project-details-visit {
	color: #fff;
	float: right;
	clear: both;
	text-decoration: none;
	font: 400 11px/18px "Open Sans", sans-serif;
	margin-top: 25px;
	background-color: #62b57b;
	padding: 8px 19px;
	text-transform: uppercase;
	letter-spacing: .5px;
}

.cbp-l-project-details-visit:hover {
	opacity: .9;
	color: #fff;
}

.cbp-l-project-related-wrap {
	font-size: 0;
	margin: 0;
	padding: 0;
}

.cbp-l-project-related-item {
	margin-left: 5%;
	max-width: 30%;
	float: left;
}

.cbp-l-project-related-item:first-child {
	margin-left: 0;
}

.cbp-l-project-related-title {
	font: 700 14px/18px "Open Sans", sans-serif;
	color: #474747;
	margin-top: 20px;
}

.cbp-l-project-related-link {
	text-decoration: none;
}

.cbp-l-project-related-link:hover {
	opacity: .9;
}

.cbp-l-member-img {
	float: left;
	width: 40%;
	margin-top: 20px;
}

.cbp-l-member-info {
	margin-top: 20px;
	padding-left: 25px;
	float: left;
	width: 60%;
}

.cbp-l-member-name {
	font: 400 28px/28px "Open Sans", sans-serif;
	color: #474747;
}

.cbp-l-member-position {
	font: 400 13px/21px "Open Sans", sans-serif;
	color: #888;
	margin-top: 6px;
}

.cbp-l-member-desc {
	font: 400 12px/18px "Open Sans", sans-serif;
	margin-top: 25px;
	color: #474747;
}

.cbp-popup-singlePageInline-open {
	-webkit-transition: height .5s 0s !important;
	-o-transition: height .5s 0s !important;
	transition: height .5s 0s !important;
}

.cbp-popup-singlePageInline-open .cbp-item {
	-webkit-transition: -webkit-transform .5s 0s !important;
	transition: -webkit-transform .5s 0s !important;
	transition: transform .5s 0s !important;
	transition: transform .5s 0s, -webkit-transform .5s 0s !important;
	-o-transition: transform .5s 0s !important;
}

.cbp-popup-singlePageInline-close .cbp-popup-singlePageInline:after {
	display: none;
	visibility: hidden;
}

.cbp-popup-singlePageInline-close .cbp-popup-singlePageInline .cbp-popup-content, .cbp-popup-singlePageInline-close .cbp-popup-singlePageInline .cbp-popup-navigation {
	-webkit-transition-delay: 0;
	-o-transition-delay: 0;
	transition-delay: 0;
}

.cbp-popup-singlePageInline {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	overflow: hidden;
}

.cbp-popup-singlePageInline .cbp-popup-content {
	opacity: 0;
	width: 100%;
	z-index: 1;
	min-height: 300px;
}

.cbp-popup-singlePageInline .cbp-popup-content, .cbp-popup-singlePageInline .cbp-popup-navigation {
	-webkit-transition: opacity .4s ease-in .2s;
	-o-transition: opacity .4s ease-in .2s;
	transition: opacity .4s ease-in .2s;
}

.cbp-popup-singlePageInline .cbp-popup-navigation {
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	width: 40px;
	height: 40px;
}

.cbp-popup-singlePageInline .cbp-popup-close {
	background: url("/wp-content/themes/sdth/css/../img/cbp-sprite.png") no-repeat scroll -92px 0 transparent;
	height: 40px;
	width: 40px;
	right: 20px;
	top: 30px;
	--lzl-bg-img: "/wp-content/themes/sdth/css/../img/cbp-sprite.png";
}

.cbp-popup-singlePageInline .cbp-popup-close:hover {
	opacity: .7;
}

.cbp-popup-singlePageInline-ready {
	z-index: 4;
}

.cbp-popup-singlePageInline-ready .cbp-popup-content, .cbp-popup-singlePageInline-ready .cbp-popup-navigation {
	opacity: 1;
}

.cbp-popup-singlePageInline .cbp-popup-close.lzl:not(.lzl-ed), .cbp-popup-singlePageInline .cbp-popup-close.lzl-ing:not(.lzl-ed) {
	background-image: none;
}

.cbp-popup-singlePageInline-ready:after {
	display: none;
	visibility: hidden;
}

.cbp-singlePageInline-active {
	opacity: .6 !important;
}

.cbp-l-inline {
	margin: 20px 0;
	overflow: hidden;
	background: #fafafa;
	padding: 30px;
}

.cbp-l-inline-left {
	float: left;
	width: 44%;
}

.cbp-l-project-img {
	max-width: 100%;
}

.cbp-l-inline-right {
	float: right;
	width: 56%;
	padding-left: inherit;
}

.cbp-l-inline-title {
	font: 400 28px/30px "Open Sans", sans-serif;
	color: #474747;
}

.cbp-l-inline-subtitle {
	font: 400 13px/21px "Open Sans", sans-serif;
	color: #888;
	margin-top: 7px;
}

.cbp-l-inline-desc {
	font: 400 13px/20px "Open Sans", sans-serif;
	color: #474747;
	margin-top: 25px;
	margin-bottom: 20px;
}

.cbp-l-inline-view-wrap {
	text-align: right;
}

.cbp-l-inline-view {
	font: 400 13px/35px "Open Sans", sans-serif;
	color: #9c9c9c;
	margin-top: 40px;
	display: inline-block;
	padding: 0 20px;
	border: 1px solid #ccc;
	text-decoration: none;
}

.cbp-l-inline-view:hover {
	color: #757575;
}

.cbp-l-inline-details {
	margin-bottom: 15px;
	font: 13px/22px "Open Sans", sans-serif;
}

.cbp-l-loadMore-defaultText, .cbp-l-loadMore-button-defaultText {
	display: block;
}

.cbp-l-loadMore-loadingText, .cbp-l-loadMore-noMoreLoading, .cbp-l-loadMore-button-loadingText, .cbp-l-loadMore-button-noMoreLoading {
	display: none;
}

.cbp-l-loadMore-loading .cbp-l-loadMore-loadingText, .cbp-l-loadMore-loading .cbp-l-loadMore-button-loadingText {
	display: block;
}

.cbp-l-loadMore-loading .cbp-l-loadMore-defaultText, .cbp-l-loadMore-loading .cbp-l-loadMore-noMoreLoading, .cbp-l-loadMore-loading .cbp-l-loadMore-button-defaultText, .cbp-l-loadMore-loading .cbp-l-loadMore-button-noMoreLoading {
	display: none;
}

.cbp-l-loadMore-stop .cbp-l-loadMore-noMoreLoading, .cbp-l-loadMore-stop .cbp-l-loadMore-button-noMoreLoading {
	display: block;
}

.cbp-l-loadMore-stop .cbp-l-loadMore-defaultText, .cbp-l-loadMore-stop .cbp-l-loadMore-loadingText, .cbp-l-loadMore-stop .cbp-l-loadMore-button-defaultText, .cbp-l-loadMore-stop .cbp-l-loadMore-button-loadingText {
	display: none;
}

.cbp-l-loadMore-bgbutton {
	text-align: center;
}

.cbp-l-loadMore-bgbutton .cbp-l-loadMore-link {
	border: 1px solid #dedede;
	color: #7e7b7b;
	display: inline-block;
	font: 400 13px/40px "Lato", sans-serif;
	min-width: 80px;
	text-decoration: none;
	padding: 0 50px;
	margin-top: 50px;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	letter-spacing: 1px;
	-webkit-transition: color .25s;
	-o-transition: color .25s;
	transition: color .25s;
}

.cbp-l-loadMore-bgbutton .cbp-l-loadMore-link:hover, .cbp-l-loadMore-bgbutton .cbp-l-loadMore-link.cbp-l-loadMore-loading {
	color: #b0b0b0;
}

.cbp-l-loadMore-bgbutton .cbp-l-loadMore-link.cbp-l-loadMore-stop {
	color: #b0b0b0;
	cursor: default;
}

.cbp-l-loadMore-button {
	text-align: center;
}

.cbp-l-loadMore-button .cbp-l-loadMore-link, .cbp-l-loadMore-button .cbp-l-loadMore-button-link {
	border: 1px solid #dedede;
	color: #7e7b7b;
	display: inline-block;
	font: 400 12px/36px "Open Sans", sans-serif;
	min-width: 80px;
	text-decoration: none;
	padding: 0 30px;
	outline: 0;
	margin-top: 40px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: color .25s;
	-o-transition: color .25s;
	transition: color .25s;
}

.cbp-l-loadMore-button .cbp-l-loadMore-link:hover, .cbp-l-loadMore-button .cbp-l-loadMore-link.cbp-l-loadMore-loading, .cbp-l-loadMore-button .cbp-l-loadMore-button-link:hover, .cbp-l-loadMore-button .cbp-l-loadMore-button-link.cbp-l-loadMore-loading {
	color: #b0b0b0;
}

.cbp-l-loadMore-button .cbp-l-loadMore-link.cbp-l-loadMore-stop, .cbp-l-loadMore-button .cbp-l-loadMore-link.cbp-l-loadMore-button-stop, .cbp-l-loadMore-button .cbp-l-loadMore-button-link.cbp-l-loadMore-stop, .cbp-l-loadMore-button .cbp-l-loadMore-button-link.cbp-l-loadMore-button-stop {
	cursor: default;
	color: #b0b0b0;
}

.cbp-l-loadMore-text {
	text-align: center;
}

.cbp-l-loadMore-text .cbp-l-loadMore-link, .cbp-l-loadMore-text .cbp-l-loadMore-text-link {
	font: 400 15px "Open Sans", sans-serif;
	color: #7e7b7b;
	text-decoration: none;
	cursor: pointer;
	margin-top: 50px;
	display: block;
}

.cbp-l-loadMore-text .cbp-l-loadMore-stop, .cbp-l-loadMore-text .cbp-l-loadMore-text-stop {
	color: #b0b0b0;
	cursor: default;
}

.cbp-mode-slider {
	-webkit-transition: height .35s;
	-o-transition: height .35s;
	transition: height .35s;
}

.cbp-mode-slider .cbp-wrapper, .cbp-mode-slider .cbp-item {
	-webkit-transition: -webkit-transform .35s;
	transition: -webkit-transform .35s;
	transition: transform .35s;
	transition: transform .35s, -webkit-transform .35s;
	-o-transition: transform .35s;
}

.cbp-mode-slider .cbp-wrapper {
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.cbp-mode-slider-dragStart * {
	cursor: move !important;
	cursor: -ms-grabbing !important;
	cursor: -webkit-grabbing !important;
	cursor: grabbing !important;
}

.cbp-mode-slider-dragStart .cbp-wrapper {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.cbp-nav-next, .cbp-nav-prev {
	position: relative;
	background: #7c8b90;
	cursor: pointer;
	display: inline-block;
	margin-left: 1px;
	height: 22px;
	width: 21px;
}

.cbp-nav-next {
	border-radius: 0 2px 2px 0;
}

.cbp-nav-prev {
	border-radius: 2px 0 0 2px;
}

.cbp-nav-next:hover, .cbp-nav-prev:hover {
	opacity: .8;
}

.cbp-nav-next:after, .cbp-nav-prev:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background: url("/wp-content/themes/sdth/css/../img/cbp-sprite.png") no-repeat;
	height: 10px;
	width: 7px;
	--lzl-bg-img: "/wp-content/themes/sdth/css/../img/cbp-sprite.png";
}

.cbp-nav-next:after.lzl:not(.lzl-ed), .cbp-nav-prev:after.lzl:not(.lzl-ed), .cbp-nav-next:after.lzl-ing:not(.lzl-ed), .cbp-nav-prev:after.lzl-ing:not(.lzl-ed) {
	background-image: none;
}

.cbp-nav-next:after {
	background-position: -134px 0;
}

.cbp-nav-prev:after {
	background-position: -134px -12px;
}

.cbp-nav-stop {
	opacity: .5 !important;
	cursor: default !important;
}

.cbp-nav {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.cbp-nav-controls {
	position: absolute;
	top: -51px;
	right: 0;
	z-index: 100;
}

.cbp-nav-pagination {
	position: absolute;
	bottom: -30px;
	right: 0;
	z-index: 100;
	left: 0;
	text-align: center;
}

.cbp-nav-pagination-item {
	position: relative;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 0 4px;
	display: inline-block;
	cursor: pointer;
	background: #c2c2c2;
	-webkit-transition: background .5s;
	-o-transition: background .5s;
	transition: background .5s;
}

.cbp-nav-pagination-active {
	background: #797979;
}

.cbp-pagination-item {
	max-width: 100px;
	display: inline-block;
	cursor: pointer;
	margin-top: 10px;
	margin-right: 5px;
	position: relative;
}

.cbp-pagination-item:after {
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	-webkit-transition: background .5s ease-in-out;
	-o-transition: background .5s ease-in-out;
	transition: background .5s ease-in-out;
}

.cbp-pagination-active:after {
	background: transparent;
}

.cbp-slider-wrap, .cbp-slider-item {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.cbp-slider .cbp-nav-controls {
	position: static;
}

.cbp-slider .cbp-nav-next, .cbp-slider .cbp-nav-prev {
	background: transparent;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	z-index: 100;
	width: 44px;
	height: 44px;
}

.cbp-slider .cbp-nav-next {
	right: 25px;
	left: auto;
}

.cbp-slider .cbp-nav-prev {
	left: 25px;
	right: auto;
}

.cbp-slider .cbp-nav-next:after, .cbp-slider .cbp-nav-prev:after {
	background: url("/wp-content/themes/sdth/css/../img/cbp-sprite.png") no-repeat;
	width: 44px;
	height: 44px;
	--lzl-bg-img: "/wp-content/themes/sdth/css/../img/cbp-sprite.png";
}

.cbp-slider .cbp-nav-next:after {
	background-position: -46px -92px;
}

.cbp-slider .cbp-nav-next:after.lzl:not(.lzl-ed), .cbp-slider .cbp-nav-prev:after.lzl:not(.lzl-ed), .cbp-slider .cbp-nav-next:after.lzl-ing:not(.lzl-ed), .cbp-slider .cbp-nav-prev:after.lzl-ing:not(.lzl-ed) {
	background-image: none;
}

.cbp-slider .cbp-nav-next:hover:after {
	background-position: -46px -46px;
}

.cbp-slider .cbp-nav-prev:after {
	background-position: 0 -92px;
}

.cbp-slider .cbp-nav-prev:hover:after {
	background-position: 0 -46px;
}

.cbp-slider .cbp-nav-pagination {
	text-align: right;
	bottom: 20px;
	right: 25px;
	left: auto;
}

.cbp-slider-edge .cbp-nav-controls {
	position: static;
}

.cbp-slider-edge .cbp-nav-next, .cbp-slider-edge .cbp-nav-prev {
	background: transparent;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	z-index: 100;
	width: 44px;
	height: 44px;
}

.cbp-slider-edge .cbp-nav-next {
	right: 0;
	left: auto;
}

.cbp-slider-edge .cbp-nav-prev {
	left: 0;
	right: auto;
}

.cbp-slider-edge .cbp-nav-next:after, .cbp-slider-edge .cbp-nav-prev:after {
	background: url("/wp-content/themes/sdth/css/../img/cbp-sprite.png") no-repeat;
	width: 9px;
	height: 16px;
	--lzl-bg-img: "/wp-content/themes/sdth/css/../img/cbp-sprite.png";
}

.cbp-slider-edge .cbp-nav-next:after.lzl:not(.lzl-ed), .cbp-slider-edge .cbp-nav-prev:after.lzl:not(.lzl-ed), .cbp-slider-edge .cbp-nav-next:after.lzl-ing:not(.lzl-ed), .cbp-slider-edge .cbp-nav-prev:after.lzl-ing:not(.lzl-ed) {
	background-image: none;
}

.cbp-slider-edge .cbp-nav-next:after {
	background-position: -134px -24px;
}

.cbp-slider-edge .cbp-nav-prev:after {
	background-position: -134px -42px;
}

.cbp-slider-edge .cbp-nav-pagination {
	bottom: -50px;
}

.cbp-slider-edge .cbp-nav-pagination-item {
	border: 2px solid #0f0f0f;
	opacity: .4;
	background: transparent;
}

.cbp-slider-edge .cbp-nav-pagination-active {
	background: #000;
}

.cbp-slider-inline {
	position: relative;
}

.cbp-slider-inline .cbp-slider-item {
	position: absolute;
	width: 100%;
	top: 0;
	-webkit-transition: left .5s;
	-o-transition: left .5s;
	transition: left .5s;
}

.cbp-slider-inline .cbp-slider-item--active {
	position: relative;
	z-index: 2;
}

.cbp-slider-wrapper {
	position: relative;
	overflow: hidden;
}

.cbp-slider-controls {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
	opacity: 0;
	-webkit-transition: opacity .7s ease-in-out;
	-o-transition: opacity .7s ease-in-out;
	transition: opacity .7s ease-in-out;
}

.cbp-slider-inline-ready .cbp-slider-controls {
	opacity: 1;
}

.cbp-slider-next, .cbp-slider-prev {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	float: left;
	cursor: pointer;
	position: relative;
	width: 36px;
	height: 36px;
	background: #547eb1;
}

.cbp-slider-next {
	margin-left: 1px;
}

.cbp-slider-next:after, .cbp-slider-prev:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background: url("/wp-content/themes/sdth/css/../img/cbp-sprite.png") no-repeat;
	width: 9px;
	height: 16px;
	--lzl-bg-img: "/wp-content/themes/sdth/css/../img/cbp-sprite.png";
}

.cbp-slider-next:after.lzl:not(.lzl-ed), .cbp-slider-prev:after.lzl:not(.lzl-ed), .cbp-slider-next:after.lzl-ing:not(.lzl-ed), .cbp-slider-prev:after.lzl-ing:not(.lzl-ed) {
	background-image: none;
}

.cbp-slider-next:after {
	background-position: -134px -60px;
}

.cbp-popup-lightbox .cbp-popup-prev.lzl:not(.lzl-ed), .cbp-popup-lightbox .cbp-popup-prev.lzl-ing:not(.lzl-ed) {
	background-image: none;
}

.cbp-slider-prev:after {
	background-position: -134px -78px;
}

.cbp-l-grid-agency .cbp-caption:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-bottom: 10px solid #fff;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	bottom: 0px;
	left: 50%;
	margin-left: -5px;
	z-index: 1;
}

.cbp-l-grid-agency.cbp-caption-zoom .cbp-caption:hover .cbp-caption-defaultWrap {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}

.cbp-l-grid-agency-title {
	margin-top: 18px;
	font: 700 17px/24px "Lato", sans-serif;
	color: #666;
	text-align: center;
	padding: 0 4px;
}

.cbp-item:hover .cbp-l-grid-agency-title {
	color: #222;
}

.cbp-l-grid-agency-desc {
	font: 400 12px/21px "Open Sans", sans-serif;
	color: #aaa;
	text-align: center;
}

.cbp-l-grid-work.cbp-caption-zoom .cbp-caption-activeWrap {
	background-color: rgba(0, 0, 0, .7);
}

.cbp-l-grid-work .cbp-item {
	padding: 3px;
}

.cbp-l-grid-work .cbp-item-wrapper {
	background-color: #fff;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	padding: 7px 7px 27px;
	border-top: 1px solid #f4f4f4;
}

.cbp-l-grid-work-title {
	margin-top: 17px;
	font: 400 17px/25px "Roboto Condensed", sans-serif;
	color: #607d8b;
	text-align: center;
	text-transform: uppercase;
	display: block;
}

.cbp-l-grid-work-title:hover {
	color: #365d67;
}

.cbp-l-grid-work-desc {
	font: 400 11px/16px "Open Sans", sans-serif;
	color: #888;
	text-align: center;
	text-transform: uppercase;
}

.cbp-l-grid-blog-title {
	font: 400 18px/30px "Open Sans", sans-serif;
	color: #444;
	display: block;
	margin-top: 17px;
}

.cbp-l-grid-blog-title:hover {
	color: #787878;
}

.cbp-l-grid-blog-date {
	font: 400 12px/18px "Open Sans", sans-serif;
	color: #787878;
	display: inline-block;
}

.cbp-l-grid-blog-comments {
	font: 400 12px/18px "Open Sans", sans-serif;
	color: #3c6fbb;
	display: inline-block;
}

.cbp-l-grid-blog-comments:hover {
	opacity: .8;
}

.cbp-l-grid-blog-desc {
	font: 400 13px/18px "Open Sans", sans-serif;
	color: #9b9b9b;
	margin-top: 9px;
}

.cbp-l-grid-blog-split {
	margin: 0 4px;
	font: 400 13px/16px "Open Sans", sans-serif;
	color: #787878;
	display: inline-block;
}

.cbp-l-grid-clients {
	height: 180px;
}

.cbp-l-clients-title-block {
	font: 400 32px/53px "Roboto", sans-serif;
	color: #666464;
	text-align: center;
	margin-bottom: 40px;
}

.cbp-l-grid-faq .cbp-item {
	width: 100%;
}

.cbp-l-grid-projects-title {
	font: 700 14px/21px "Open Sans", sans-serif;
	color: #474747;
	margin-top: 15px;
}

.cbp-l-grid-projects-desc {
	font: 400 12px/18px "Open Sans", sans-serif;
	color: #888;
	margin-top: 5px;
}

.cbp-l-grid-masonry-projects .cbp-caption-activeWrap {
	background-color: #59a3b6;
	background-color: rgba(89, 163, 182, .95);
}

.cbp-l-grid-masonry-projects .cbp-l-caption-buttonLeft, .cbp-l-grid-masonry-projects .cbp-l-caption-buttonRight {
	background-color: #545454;
}

.cbp-l-grid-masonry-projects-title {
	font: 500 15px/22px "Roboto", sans-serif;
	color: #59a3b6;
	text-align: center;
	display: block;
	margin-top: 12px;
}

.cbp-l-grid-masonry-projects-title:hover {
	color: #457c8b;
}

.cbp-l-grid-masonry-projects-desc {
	font: 400 12px/18px "Roboto", sans-serif;
	color: #b2b2b2;
	text-align: center;
}

.cbp-l-grid-team-name {
	font: 400 17px/24px "Open Sans", sans-serif;
	color: #456297;
	display: block;
	text-align: center;
	margin-top: 18px;
}

.cbp-l-grid-team-name:hover {
	color: #34425c;
}

.cbp-l-grid-team-position {
	font: italic 400 13px/21px "Open Sans", sans-serif;
	color: #999;
	text-align: center;
}

.cbp-l-grid-mosaic-flat .cbp-caption-activeWrap {
	background-color: #64c28e;
	background-color: rgba(101, 199, 150, .95);
}

.cbp-l-grid-mosaic-flat .cbp-l-caption-title {
	color: #fff;
	font: 400 14px/21px "Lato", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: inline-block;
}

.cbp-l-grid-mosaic-flat .cbp-l-caption-title:after {
	content: "";
	display: block;
	width: 40%;
	height: 1px;
	background-color: #fff;
	margin: 8px auto 0;
}

.cbp-l-grid-mosaic-projects .cbp-caption-activeWrap {
	background-color: #59a3b6;
	background-color: rgba(89, 163, 182, .97);
}

.cbp-l-grid-mosaic .cbp-caption-activeWrap {
	background-color: #ffea71;
	background-color: rgba(255, 234, 113, .95);
}

.cbp-l-grid-mosaic .cbp-l-caption-title {
	color: #5a5a5a;
	font: 500 18px/22px "Roboto", sans-serif;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.cbp-l-grid-mosaic .cbp-l-caption-desc {
	color: #585858;
	font: 400 13px/20px "Roboto", sans-serif;
}

.cbp-l-slider-title-block {
	border-bottom: 1px solid #cdcdcd;
	margin-bottom: 22px;
}

.cbp-l-grid-slider-team-name {
	float: left;
	font: 20px/30px "Roboto", sans-serif;
	color: #494949;
	margin-top: 16px;
}

.cbp-l-grid-slider-team-position {
	clear: both;
	font: 14px/21px "Roboto", sans-serif;
	color: #a6a6a6;
}

.cbp-l-grid-slider-team-desc {
	font: 13px/20px "Roboto", sans-serif;
	color: #969696;
	margin-top: 15px;
}

.cbp-l-grid-slider-team-social {
	float: right;
	margin-top: 22px;
}

.cbp-l-grid-slider-team-social a {
	margin-left: 4px;
}

.cbp-l-grid-slider-team-social a:hover {
	opacity: .8;
}

.cbp-l-slider-testimonials-wrap {
	background: #f8f9f9;
	padding: 80px 0 110px;
	border-width: 1px 0;
	border-style: solid;
	border-color: #dce1e2;
}

.cbp-l-grid-slider-testimonials-body {
	color: #424242;
	max-width: 800px;
	margin: 0 auto;
	font: 20px/32px sans-serif;
	text-align: center;
	padding: 0 40px;
}

.cbp-l-grid-slider-testimonials-footer {
	font: 12px/19px "Roboto", sans-serif;
	color: #777;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 30px;
}

.cbp-l-grid-tabs {
	height: 100px;
}

.cbp-l-grid-tabs .cbp-item {
	font: 14px/24px "Lato", sans-serif;
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
	right: 0;
	text-align: center;
	color: #5a5a5a;
}

.cbp-l-testimonials-title-block {
	position: relative;
	text-align: center;
	font: 26px/36px "Roboto", sans-serif;
	color: #e7e7e7;
	margin-bottom: 60px;
}

.cbp-l-testimonials-title-block:after {
	content: "";
	position: absolute;
	margin: 0 auto;
	width: 23px;
	height: 2px;
	bottom: -6px;
	background-color: #c2c2c2;
	left: 0;
	right: 0;
}

.cbp-l-testimonials-wrap {
	background: #2d2d2d;
	padding: 60px 0 110px;
}

.cbp-l-grid-testimonials-body {
	color: #e7e7e7;
	max-width: 800px;
	margin: 0 auto;
	font: 20px/32px "Roboto", sans-serif;
	text-align: center;
	padding: 0 20px;
}

.cbp-l-grid-testimonials-footer {
	font: 12px/19px "Roboto", sans-serif;
	color: #c2c2c2;
	text-align: center;
	margin-bottom: 40px;
	margin-top: 35px;
}

.cbp-search {
	position: relative;
	width: 220px;
	margin-bottom: 40px;
}

.cbp-search .cbp-search-nothing {
	display: none;
}

.cbp-search-icon {
	position: absolute;
	width: 32px;
	height: 100%;
	top: 0;
	right: 0;
	text-align: center;
	cursor: pointer;
	pointer-events: none;
}

.cbp-search-icon:after {
	content: "";
	display: block;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzczNzM3MyIgZD0iTTEyMTYgODMycTAtMTg1LTEzMS41LTMxNi41VDc2OCAzODQgNDUxLjUgNTE1LjUgMzIwIDgzMnQxMzEuNSAzMTYuNVQ3NjggMTI4MHQzMTYuNS0xMzEuNVQxMjE2IDgzMnptNTEyIDgzMnEwIDUyLTM4IDkwdC05MCAzOHEtNTQgMC05MC0zOGwtMzQzLTM0MnEtMTc5IDEyNC0zOTkgMTI0LTE0MyAwLTI3My41LTU1LjV0LTIyNS0xNTAtMTUwLTIyNVQ2NCA4MzJ0NTUuNS0yNzMuNSAxNTAtMjI1IDIyNS0xNTBUNzY4IDEyOHQyNzMuNSA1NS41IDIyNSAxNTAgMTUwIDIyNVQxNDcyIDgzMnEwIDIyMC0xMjQgMzk5bDM0MyAzNDNxMzcgMzcgMzcgOTB6Ii8+PC9zdmc+") no-repeat scroll center center;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.cbp-search-input {
	height: 36px;
	padding: 0 32px 0 12px;
	margin: 0;
	border-radius: 1px;
	border: 1px solid #c6c3c4;
	font: 400 12px "Open Sans", sans-serif;
	width: 100%;
}

.cbp-search-input[value]+.cbp-search-icon {
	pointer-events: auto;
}

.cbp-search-input[value]+.cbp-search-icon:after {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzczNzM3MyIgZD0iTTE0OTAgMTMyMnEwIDQwLTI4IDY4bC0xMzYgMTM2cS0yOCAyOC02OCAyOHQtNjgtMjhsLTI5NC0yOTQtMjk0IDI5NHEtMjggMjgtNjggMjh0LTY4LTI4bC0xMzYtMTM2cS0yOC0yOC0yOC02OHQyOC02OGwyOTQtMjk0LTI5NC0yOTRxLTI4LTI4LTI4LTY4dDI4LTY4bDEzNi0xMzZxMjgtMjggNjgtMjh0NjggMjhsMjk0IDI5NCAyOTQtMjk0cTI4LTI4IDY4LTI4dDY4IDI4bDEzNiAxMzZxMjggMjggMjggNjh0LTI4IDY4bC0yOTQgMjk0IDI5NCAyOTRxMjggMjggMjggNjh6Ii8+PC9zdmc+");
}

.cbp-search-nothing {
	position: absolute;
	top: 0;
	padding: 0 0 30px;
	text-align: center;
	width: 100%;
	font: 13px "Open Sans", sans-serif;
}

.cbp-l-project-social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cbp-social-fb, .cbp-social-twitter, .cbp-social-googleplus, .cbp-social-pinterest {
	margin-right: 9px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cbp-social-fb:hover, .cbp-social-twitter:hover, .cbp-social-googleplus:hover, .cbp-social-pinterest:hover {
	opacity: .8;
}

.cbp-social-fb:focus, .cbp-social-twitter:focus, .cbp-social-googleplus:focus, .cbp-social-pinterest:focus {
	outline: none;
}

@supports (gap: clamp(1.0625rem, -0.9596843003rem + 6.8259385666vw, 2.3125rem)) {}

@supports not (gap: clamp(1.0625rem, -0.9596843003rem + 6.8259385666vw, 2.3125rem)) {}

.burger .header__bottom {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 1.25rem;
}

.menu__item.menu-item-has-children._show .sub-menu {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	z-index: 1;
}

@supports (font-size: clamp(0.9375rem, 0.4319539249rem + 1.7064846416vw, 1.25rem)) {}

@supports not (font-size: clamp(0.9375rem, 0.4319539249rem + 1.7064846416vw, 1.25rem)) {}

.menu-open .header__burger {
	opacity: 1;
	z-index: 223;
}

.menu-open .burger__wrapper {
	-webkit-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}

@supports (gap: clamp(1.25rem, -0.78125rem + 10.15625vw, 9.375rem)) {}

@supports not (gap: clamp(1.25rem, -0.78125rem + 10.15625vw, 9.375rem)) {}

@supports (gap: clamp(0.625rem, -0.09375rem + 3.59375vw, 3.5rem)) {}

@supports not (gap: clamp(0.625rem, -0.09375rem + 3.59375vw, 3.5rem)) {}

@supports (margin-bottom: clamp(1.875rem, 0.6875rem + 5.9375vw, 6.625rem)) {}

@supports not (margin-bottom: clamp(1.875rem, 0.6875rem + 5.9375vw, 6.625rem)) {}

@supports (padding-top: clamp(7.5rem, -0.5005382131rem + 12.9171151776vw, 15rem)) {}

@supports not (padding-top: clamp(7.5rem, -0.5005382131rem + 12.9171151776vw, 15rem)) {}

.intro._beforexs::before {
	width: 42%;
}

.intro._nowhite::before {
	content: none;
}

@supports (left: clamp(21.875rem, -26.8226534296rem + 57.0397111913vw, 41.625rem)) {}

@supports not (left: clamp(21.875rem, -26.8226534296rem + 57.0397111913vw, 41.625rem)) {}

._noafter .intro__after {
	content: none;
}

@supports (font-size: clamp(0.5625rem, 0.2493008949rem + 1.5659955257vw, 1rem)) {}

@supports not (font-size: clamp(0.5625rem, 0.2493008949rem + 1.5659955257vw, 1rem)) {}

.intro__nav .prev.swiper-button-disabled, .intro__nav .next.swiper-button-disabled {
	border: 0;
}

.intro__form {
	display: block;
	position: absolute;
	right: 1.25rem;
	bottom: 1.25rem;
	z-index: 4;
	padding: 1.375rem 1.25rem .9375rem;
	width: 42.6875rem;
	background-color: #fff;
}

.intro__form .form__title {
	max-width: 19.3125rem;
	font-weight: 700;
	color: #005da3;
}

@supports (margin-bottom: clamp(0.625rem, 0.453125rem + 0.859375vw, 1.3125rem)) {
	.intro__form .form__title {
		margin-bottom: clamp(.625rem, .453125rem + .859375vw, 1.3125rem);
	}
}

@supports not (margin-bottom: clamp(0.625rem, 0.453125rem + 0.859375vw, 1.3125rem)) {
	.intro__form .form__title {
		margin-bottom: calc(.625rem + .6875 * ( 100vw - 20rem ) / 80);
	}
}

@supports (font-size: clamp(0.6875rem, 0.515625rem + 0.859375vw, 1.375rem)) {
	.intro__form .form__title {
		font-size: clamp(.6875rem, .515625rem + .859375vw, 1.375rem);
	}
}

@supports not (font-size: clamp(0.6875rem, 0.515625rem + 0.859375vw, 1.375rem)) {
	.intro__form .form__title {
		font-size: calc(.6875rem + .6875 * ( 100vw - 20rem ) / 80);
	}
}

.intro__form .form__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1.25rem;
}

.intro__form .form__row .input {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 15.625rem;
	flex: 0 0 15.625rem;
	height: 3.1875rem;
}

@supports (font-size: clamp(0.625rem, 0.484375rem + 0.703125vw, 1.1875rem)) {
	.intro__form .form__row .input {
		font-size: clamp(.625rem, .484375rem + .703125vw, 1.1875rem);
	}
}

@supports not (font-size: clamp(0.625rem, 0.484375rem + 0.703125vw, 1.1875rem)) {
	.intro__form .form__row .input {
		font-size: calc(.625rem + .5625 * ( 100vw - 20rem ) / 80);
	}
}

.intro__form .form__row .button {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 15.625rem;
	flex: 0 0 15.625rem;
	height: 3.1875rem;
}

.intro__form .form__privacy {
	margin-top: .4375rem;
}

@supports (font-size: clamp(0.4375rem, 0.375rem + 0.3125vw, 0.6875rem)) {
	.intro__form .form__privacy {
		font-size: clamp(.4375rem, .375rem + .3125vw, .6875rem);
	}
}

@supports not (font-size: clamp(0.4375rem, 0.375rem + 0.3125vw, 0.6875rem)) {
	.intro__form .form__privacy {
		font-size: calc(.4375rem + .25 * ( 100vw - 20rem ) / 80);
	}
}

@supports (margin-bottom: clamp(1.5rem, 0.65625rem + 4.21875vw, 4.875rem)) {}

@supports not (margin-bottom: clamp(1.5rem, 0.65625rem + 4.21875vw, 4.875rem)) {}

._windows-quiz .quiz__side {
	background-color: transparent;
	padding: 0;
}

.quiz__slide.swiper-slide-active {
	opacity: 1 !important;
	z-index: 1;
}

.side-quiz__addtitle {
	font-weight: 700;
	text-transform: uppercase;
}

@supports (font-size: clamp(0.8125rem, 0.546875rem + 1.328125vw, 1.875rem)) {
	.side-quiz__addtitle {
		font-size: clamp(.8125rem, .546875rem + 1.328125vw, 1.875rem);
	}
}

@supports not (font-size: clamp(0.8125rem, 0.546875rem + 1.328125vw, 1.875rem)) {
	.side-quiz__addtitle {
		font-size: calc(.8125rem + 1.0625 * ( 100vw - 20rem ) / 80);
	}
}

.side-quiz__addsubtitle {
	font-weight: 300;
}

@supports (margin-bottom: clamp(1.5rem, 1.015625rem + 2.421875vw, 3.4375rem)) {
	.side-quiz__addsubtitle {
		margin-bottom: clamp(1.5rem, 1.015625rem + 2.421875vw, 3.4375rem);
	}
}

@supports not (margin-bottom: clamp(1.5rem, 1.015625rem + 2.421875vw, 3.4375rem)) {
	.side-quiz__addsubtitle {
		margin-bottom: calc(1.5rem + 1.9375 * ( 100vw - 20rem ) / 80);
	}
}

@supports (font-size: clamp(0.625rem, 0.484375rem + 0.703125vw, 1.1875rem)) {
	.side-quiz__addsubtitle {
		font-size: clamp(.625rem, .484375rem + .703125vw, 1.1875rem);
	}
}

@supports not (font-size: clamp(0.625rem, 0.484375rem + 0.703125vw, 1.1875rem)) {
	.side-quiz__addsubtitle {
		font-size: calc(.625rem + .5625 * ( 100vw - 20rem ) / 80);
	}
}

.side-quiz__subwrapper {
	padding: 1.25rem;
	background-color: #f2f2f2;
}

@supports (font-size: clamp(0.9375rem, 1.5644592476rem + -3.1347962382vw, 1.5625rem)) {}

@supports not (font-size: clamp(0.9375rem, 1.5644592476rem + -3.1347962382vw, 1.5625rem)) {}

@supports (padding-bottom: clamp(1.875rem, -1.1761083744rem + 4.9261083744vw, 3.75rem)) {}

@supports not (padding-bottom: clamp(1.875rem, -1.1761083744rem + 4.9261083744vw, 3.75rem)) {}

._windows-quiz .side-quiz__gifts {
	border: 0;
}

.side-quiz__detail {
	font-size: 1.25rem;
	color: #005da3;
	text-align: center;
}

@supports (font-size: clamp(0.8125rem, 0.703125rem + 0.546875vw, 1.25rem)) {
	.side-quiz__detail {
		font-size: clamp(.8125rem, .703125rem + .546875vw, 1.25rem);
	}
}

@supports not (font-size: clamp(0.8125rem, 0.703125rem + 0.546875vw, 1.25rem)) {
	.side-quiz__detail {
		font-size: calc(.8125rem + .4375 * ( 100vw - 20rem ) / 80);
	}
}

.side-quiz__nav .next._disabled {
	opacity: .5;
	cursor: default;
	pointer-events: none;
}

.side-quiz__nav .next.swiper-button-disabled {
	opacity: 0;
	z-index: -1;
}

@supports (font-size: clamp(0.5rem, 0.390625rem + 0.546875vw, 0.9375rem)) {}

@supports not (font-size: clamp(0.5rem, 0.390625rem + 0.546875vw, 0.9375rem)) {}

@supports (margin-bottom: clamp(0.9375rem, -2.8255336617rem + 6.0755336617vw, 3.25rem)) {}

@supports not (margin-bottom: clamp(0.9375rem, -2.8255336617rem + 6.0755336617vw, 3.25rem)) {}

@supports (font-size: clamp(0.8125rem, 0.7125rem + 0.5vw, 1.3125rem)) {}

@supports not (font-size: clamp(0.8125rem, 0.7125rem + 0.5vw, 1.3125rem)) {}

._windows-quiz .header-quiz__title {
	max-width: 26.875rem;
	font-weight: 500;
	color: #005da3;
	text-transform: none;
}

@supports (font-size: clamp(0.6875rem, 0.46875rem + 1.09375vw, 1.5625rem)) {
	._windows-quiz .header-quiz__title {
		font-size: clamp(.6875rem, .46875rem + 1.09375vw, 1.5625rem);
	}
}

@supports not (font-size: clamp(0.6875rem, 0.46875rem + 1.09375vw, 1.5625rem)) {
	._windows-quiz .header-quiz__title {
		font-size: calc(.6875rem + .875 * ( 100vw - 20rem ) / 80);
	}
}

.header-quiz__pagination .swiper-pagination-bullet {
	display: block;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 1rem;
	flex: 0 0 1rem;
	width: 1rem;
	height: 1rem;
	background-color: #d9d9d9;
	border-radius: 50%;
	cursor: pointer;
	position: relative;
	-webkit-transition: background-color .2s ease-in-out;
	-o-transition: background-color .2s ease-in-out;
	transition: background-color .2s ease-in-out;
	pointer-events: none;
}

.header-quiz__pagination .swiper-pagination-bullet-active {
	background-color: #f51e23;
}

.header-quiz__pagination .swiper-pagination-bullet-active::before {
	content: "";
	display: block;
	width: 3rem;
	height: 3rem;
	border: 1px solid #005da3;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.slide-quiz_1 .options__image {
	width: 100%;
	height: 100%;
}

.slide-quiz_3 .options__image {
	width: 100%;
	height: 100%;
}

@supports (gap: clamp(0.625rem, 0.15625rem + 2.34375vw, 2.5rem)) {}

@supports not (gap: clamp(0.625rem, 0.15625rem + 2.34375vw, 2.5rem)) {}

.slide-quiz_8 .options__image {
	width: 100%;
	height: 100%;
}

@supports (margin-bottom: clamp(1.25rem, -8.125rem + 10.4166666667vw, 4.375rem)) {}

@supports not (margin-bottom: clamp(1.25rem, -8.125rem + 10.4166666667vw, 4.375rem)) {}

@supports (font-size: clamp(0.625rem, -0.0461409396rem + 3.355704698vw, 1.5625rem)) {}

@supports not (font-size: clamp(0.625rem, -0.0461409396rem + 3.355704698vw, 1.5625rem)) {}

.windows {
	margin-bottom: 10.625rem;
}

@supports (margin-bottom: clamp(1.875rem, -0.3125rem + 10.9375vw, 10.625rem)) {
	.windows {
		margin-bottom: clamp(1.875rem, -.3125rem + 10.9375vw, 10.625rem);
	}
}

@supports not (margin-bottom: clamp(1.875rem, -0.3125rem + 10.9375vw, 10.625rem)) {
	.windows {
		margin-bottom: calc(1.875rem + 8.75 * ( 100vw - 20rem ) / 80);
	}
}

.windows__navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: .3125rem;
	border-bottom: 1px solid #252525;
	overflow-x: auto;
}

@supports (margin-bottom: clamp(1.5rem, -5.3671286329rem + 11.0871905274vw, 7.9375rem)) {
	.windows__navigation {
		margin-bottom: clamp(1.5rem, -5.3671286329rem + 11.0871905274vw, 7.9375rem);
	}
}

@supports not (margin-bottom: clamp(1.5rem, -5.3671286329rem + 11.0871905274vw, 7.9375rem)) {
	.windows__navigation {
		margin-bottom: calc(1.5rem + 6.4375 * ( 100vw - 61.9375rem ) / 58.0625);
	}
}

.windows__title {
	opacity: .5;
	border: 1px solid transparent;
	border-radius: 51px;
	-webkit-transition: opacity .2s ease-in-out, color .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out, color .2s ease-in-out;
	transition: opacity .2s ease-in-out, color .2s ease-in-out;
	white-space: nowrap;
}

@supports (padding: clamp(0.375rem, 0.203125rem + 0.859375vw, 1.0625rem)) {
	.windows__title {
		padding: clamp(.375rem, .203125rem + .859375vw, 1.0625rem);
	}
}

@supports not (padding: clamp(0.375rem, 0.203125rem + 0.859375vw, 1.0625rem)) {
	.windows__title {
		padding: calc(.375rem + .6875 * ( 100vw - 20rem ) / 80);
	}
}

@supports (font-size: clamp(0.625rem, 0.546875rem + 0.390625vw, 0.9375rem)) {
	.windows__title {
		font-size: clamp(.625rem, .546875rem + .390625vw, .9375rem);
	}
}

@supports not (font-size: clamp(0.625rem, 0.546875rem + 0.390625vw, 0.9375rem)) {
	.windows__title {
		font-size: calc(.625rem + .3125 * ( 100vw - 20rem ) / 80);
	}
}

.windows__title._tab-active {
	color: #f51e23;
	border-color: #f51e23;
	opacity: 1;
}

.body-windows__wrapper {
	display: -ms-grid;
	display: grid;
	gap: 1.875rem;
}

.body-windows__image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.content-windows__title {
	margin-bottom: 3.375rem;
	font-weight: 700;
	text-transform: uppercase;
}

@supports (font-size: clamp(0.8125rem, 0.546875rem + 1.328125vw, 1.875rem)) {
	.content-windows__title {
		font-size: clamp(.8125rem, .546875rem + 1.328125vw, 1.875rem);
	}
}

@supports not (font-size: clamp(0.8125rem, 0.546875rem + 1.328125vw, 1.875rem)) {
	.content-windows__title {
		font-size: calc(.8125rem + 1.0625 * ( 100vw - 20rem ) / 80);
	}
}

.content-windows__title._h3 {
	margin-bottom: .8125rem;
	text-transform: none;
}

@supports (font-size: clamp(0.75rem, 0.625rem + 0.625vw, 1.25rem)) {
	.content-windows__title._h3 {
		font-size: clamp(.75rem, .625rem + .625vw, 1.25rem);
	}
}

@supports not (font-size: clamp(0.75rem, 0.625rem + 0.625vw, 1.25rem)) {
	.content-windows__title._h3 {
		font-size: calc(.75rem + .5 * ( 100vw - 20rem ) / 80);
	}
}

.content-windows__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1.25rem;
	margin-bottom: 1.875rem;
	border-bottom: 1px solid rgba(37, 37, 37, .5);
}

.content-windows__price {
	font-weight: 700;
	font-size: 1.25rem;
	color: #005da3;
}

@supports (font-size: clamp(0.9375rem, 0.859375rem + 0.390625vw, 1.25rem)) {
	.content-windows__price {
		font-size: clamp(.9375rem, .859375rem + .390625vw, 1.25rem);
	}
}

@supports not (font-size: clamp(0.9375rem, 0.859375rem + 0.390625vw, 1.25rem)) {
	.content-windows__price {
		font-size: calc(.9375rem + .3125 * ( 100vw - 20rem ) / 80);
	}
}

@supports (margin-bottom: clamp(1.125rem, -2.4375rem + 3.9583333333vw, 2.3125rem)) {
	.right-content-windows__chars {
		margin-bottom: clamp(1.125rem, -2.4375rem + 3.9583333333vw, 2.3125rem);
	}
}

@supports not (margin-bottom: clamp(1.125rem, -2.4375rem + 3.9583333333vw, 2.3125rem)) {
	.right-content-windows__chars {
		margin-bottom: calc(1.125rem + 1.1875 * ( 100vw - 90rem ) / 30);
	}
}

@supports (font-size: clamp(0.8125rem, 0.71875rem + 0.46875vw, 1.1875rem)) {
	.right-content-windows__chars {
		font-size: clamp(.8125rem, .71875rem + .46875vw, 1.1875rem);
	}
}

@supports not (font-size: clamp(0.8125rem, 0.71875rem + 0.46875vw, 1.1875rem)) {
	.right-content-windows__chars {
		font-size: calc(.8125rem + .375 * ( 100vw - 20rem ) / 80);
	}
}

.right-content-windows__text {
	margin-bottom: .8125rem;
	font-weight: 300;
}

@supports (font-size: clamp(0.625rem, 0.53125rem + 0.46875vw, 1rem)) {
	.right-content-windows__text {
		font-size: clamp(.625rem, .53125rem + .46875vw, 1rem);
	}
}

@supports not (font-size: clamp(0.625rem, 0.53125rem + 0.46875vw, 1rem)) {
	.right-content-windows__text {
		font-size: calc(.625rem + .375 * ( 100vw - 20rem ) / 80);
	}
}

.right-content-windows__button {
	margin-bottom: 2.1875rem;
	width: auto;
}

.chars-windows__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #005da3;
}

@supports (gap: clamp(0.625rem, 0.40625rem + 1.09375vw, 1.5rem)) {
	.chars-windows__item {
		gap: clamp(.625rem, .40625rem + 1.09375vw, 1.5rem);
	}
}

@supports not (gap: clamp(0.625rem, 0.40625rem + 1.09375vw, 1.5rem)) {
	.chars-windows__item {
		gap: calc(.625rem + .875 * ( 100vw - 20rem ) / 80);
	}
}

.chars-windows__item:not(:last-child) {
	margin-bottom: .625rem;
}

.chars-windows__item span:first-child {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	position: relative;
	z-index: 2;
}

.chars-windows__item span:first-child span {
	padding-right: .3125rem;
}

.chars-windows__item span:first-child::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: .1875rem;
	z-index: -1;
	width: 100%;
	border-bottom: 1px dotted #005da3;
}

.chars-windows__item span:last-child {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 7.5rem;
	flex: 0 0 7.5rem;
}

.footer-windows__title {
	margin-bottom: .375rem;
	font-weight: 500;
}

@supports (font-size: clamp(0.8125rem, 0.71875rem + 0.46875vw, 1.1875rem)) {
	.footer-windows__title {
		font-size: clamp(.8125rem, .71875rem + .46875vw, 1.1875rem);
	}
}

@supports not (font-size: clamp(0.8125rem, 0.71875rem + 0.46875vw, 1.1875rem)) {
	.footer-windows__title {
		font-size: calc(.8125rem + .375 * ( 100vw - 20rem ) / 80);
	}
}

.footer-windows__subtitle {
	margin-bottom: 1.5625rem;
	font-weight: 300;
}

@supports (font-size: clamp(0.6875rem, 0.578125rem + 0.546875vw, 1.125rem)) {
	.footer-windows__subtitle {
		font-size: clamp(.6875rem, .578125rem + .546875vw, 1.125rem);
	}
}

@supports not (font-size: clamp(0.6875rem, 0.578125rem + 0.546875vw, 1.125rem)) {
	.footer-windows__subtitle {
		font-size: calc(.6875rem + .4375 * ( 100vw - 20rem ) / 80);
	}
}

.footer-windows__list {
	display: -ms-grid;
	display: grid;
	gap: 2.5rem;
	grid-template-columns: repeat(auto-fill, minmax(2.5rem, 1fr));
}

.footer-windows__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: .6875rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer-windows__item span {
	text-align: center;
	color: #005da3;
}

@supports (font-size: clamp(0.5rem, 0.4375rem + 0.3125vw, 0.75rem)) {
	.footer-windows__item span {
		font-size: clamp(.5rem, .4375rem + .3125vw, .75rem);
	}
}

@supports not (font-size: clamp(0.5rem, 0.4375rem + 0.3125vw, 0.75rem)) {
	.footer-windows__item span {
		font-size: calc(.5rem + .25 * ( 100vw - 20rem ) / 80);
	}
}

@supports (margin-bottom: clamp(1.875rem, 0.515625rem + 6.796875vw, 7.3125rem)) {
	.windows-catalog {
		margin-bottom: clamp(1.875rem, .515625rem + 6.796875vw, 7.3125rem);
	}
}

@supports not (margin-bottom: clamp(1.875rem, 0.515625rem + 6.796875vw, 7.3125rem)) {
	.windows-catalog {
		margin-bottom: calc(1.875rem + 5.4375 * ( 100vw - 20rem ) / 80);
	}
}

.windows-catalog__title {
	max-width: 47.625rem;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	margin: 0 auto;
}

@supports (font-size: clamp(0.8125rem, 0.546875rem + 1.328125vw, 1.875rem)) {
	.windows-catalog__title {
		font-size: clamp(.8125rem, .546875rem + 1.328125vw, 1.875rem);
	}
}

@supports not (font-size: clamp(0.8125rem, 0.546875rem + 1.328125vw, 1.875rem)) {
	.windows-catalog__title {
		font-size: calc(.8125rem + 1.0625 * ( 100vw - 20rem ) / 80);
	}
}

.windows-catalog__subtitle {
	font-weight: 500;
	text-align: center;
	color: #005da3;
}

@supports (margin-bottom: clamp(1.25rem, 0.890625rem + 1.796875vw, 2.6875rem)) {
	.windows-catalog__subtitle {
		margin-bottom: clamp(1.25rem, .890625rem + 1.796875vw, 2.6875rem);
	}
}

@supports not (margin-bottom: clamp(1.25rem, 0.890625rem + 1.796875vw, 2.6875rem)) {
	.windows-catalog__subtitle {
		margin-bottom: calc(1.25rem + 1.4375 * ( 100vw - 20rem ) / 80);
	}
}

@supports (font-size: clamp(0.625rem, 0.453125rem + 0.859375vw, 1.3125rem)) {
	.windows-catalog__subtitle {
		font-size: clamp(.625rem, .453125rem + .859375vw, 1.3125rem);
	}
}

@supports not (font-size: clamp(0.625rem, 0.453125rem + 0.859375vw, 1.3125rem)) {
	.windows-catalog__subtitle {
		font-size: calc(.625rem + .6875 * ( 100vw - 20rem ) / 80);
	}
}

.windows-catalog__wrapper {
	padding: 1.375rem 0;
	background-color: #f8f8f8;
}

.windows-catalog__list {
	display: -ms-grid;
	display: grid;
	gap: 1.875rem;
	grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
}

.windows-catalog__item {
	padding: 1.25rem;
}

.windows-catalog__item:nth-child(3) {
	background-color: #fff;
}

.item-windows-catalog__image {
	margin-bottom: 2.5rem;
	max-height: 25.3125rem;
}

.item-windows-catalog__sales {
	font-size: .6875rem;
}

.item-windows-catalog__title {
	font-weight: 500;
}

@supports (font-size: clamp(0.625rem, 0.5rem + 0.625vw, 1.125rem)) {
	.item-windows-catalog__title {
		font-size: clamp(.625rem, .5rem + .625vw, 1.125rem);
	}
}

@supports not (font-size: clamp(0.625rem, 0.5rem + 0.625vw, 1.125rem)) {
	.item-windows-catalog__title {
		font-size: calc(.625rem + .5 * ( 100vw - 20rem ) / 80);
	}
}

.item-windows-catalog__price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: .625rem;
}

.item-windows-catalog__price .new_price {
	font-weight: 700;
	color: #005da3;
}

@supports (font-size: clamp(0.75rem, 0.609375rem + 0.703125vw, 1.3125rem)) {
	.item-windows-catalog__price .new_price {
		font-size: clamp(.75rem, .609375rem + .703125vw, 1.3125rem);
	}
}

@supports not (font-size: clamp(0.75rem, 0.609375rem + 0.703125vw, 1.3125rem)) {
	.item-windows-catalog__price .new_price {
		font-size: calc(.75rem + .5625 * ( 100vw - 20rem ) / 80);
	}
}

.item-windows-catalog__price .old_price {
	font-weight: 300;
	text-decoration: line-through;
}

@supports (font-size: clamp(0.5rem, 0.390625rem + 0.546875vw, 0.9375rem)) {
	.item-windows-catalog__price .old_price {
		font-size: clamp(.5rem, .390625rem + .546875vw, .9375rem);
	}
}

@supports not (font-size: clamp(0.5rem, 0.390625rem + 0.546875vw, 0.9375rem)) {
	.item-windows-catalog__price .old_price {
		font-size: calc(.5rem + .4375 * ( 100vw - 20rem ) / 80);
	}
}

.item-windows-catalog__installment-plan {
	font-weight: 300;
	color: #005da3;
}

@supports (font-size: clamp(0.5rem, 0.421875rem + 0.390625vw, 0.8125rem)) {
	.item-windows-catalog__installment-plan {
		font-size: clamp(.5rem, .421875rem + .390625vw, .8125rem);
	}
}

@supports not (font-size: clamp(0.5rem, 0.421875rem + 0.390625vw, 0.8125rem)) {
	.item-windows-catalog__installment-plan {
		font-size: calc(.5rem + .3125 * ( 100vw - 20rem ) / 80);
	}
}

.item-windows-catalog__char {
	margin-top: .8125rem;
	height: 0rem;
	opacity: 0;
}

.item-windows-catalog__char .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #005da3;
	position: relative;
}

@supports (font-size: clamp(0.5625rem, 0.46875rem + 0.46875vw, 0.9375rem)) {
	.item-windows-catalog__char .item {
		font-size: clamp(.5625rem, .46875rem + .46875vw, .9375rem);
	}
}

@supports not (font-size: clamp(0.5625rem, 0.46875rem + 0.46875vw, 0.9375rem)) {
	.item-windows-catalog__char .item {
		font-size: calc(.5625rem + .375 * ( 100vw - 20rem ) / 80);
	}
}

.item-windows-catalog__char .item::after {
	content: "";
	width: 100%;
	height: 1px;
	border-bottom: 1px dotted #005da3;
	position: absolute;
	bottom: 4px;
	left: 0;
	z-index: 1;
}

.item-windows-catalog__char .item:not(:last-child) {
	margin-bottom: .625rem;
}

.item-windows-catalog__char .item span {
	background-color: #fff;
	position: relative;
	z-index: 2;
}

.windows-measurer {
	margin-bottom: 6.25rem;
	position: relative;
	overflow: hidden;
}

@supports (margin-bottom: clamp(1.5rem, 0.3125rem + 5.9375vw, 6.25rem)) {
	.windows-measurer {
		margin-bottom: clamp(1.5rem, .3125rem + 5.9375vw, 6.25rem);
	}
}

@supports not (margin-bottom: clamp(1.5rem, 0.3125rem + 5.9375vw, 6.25rem)) {
	.windows-measurer {
		margin-bottom: calc(1.5rem + 4.75 * ( 100vw - 20rem ) / 80);
	}
}

.windows-measurer__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

._reverse .windows-measurer__container {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.windows-measurer__image {
	position: absolute;
	top: 3.125rem;
	left: 0;
	z-index: 2;
	width: 50%;
	height: 100%;
}

._reverse .windows-measurer__image {
	left: auto;
	right: 0;
}

.windows-measurer__content {
	width: 100%;
}

.windows-measurer__header {
	padding: 1.25rem;
	background-color: #005da3;
	color: #fff;
}

.windows-measurer__title {
	max-width: 27.1875rem;
	font-weight: 700;
	text-transform: uppercase;
}

@supports (font-size: clamp(0.8125rem, 0.546875rem + 1.328125vw, 1.875rem)) {
	.windows-measurer__title {
		font-size: clamp(.8125rem, .546875rem + 1.328125vw, 1.875rem);
	}
}

@supports not (font-size: clamp(0.8125rem, 0.546875rem + 1.328125vw, 1.875rem)) {
	.windows-measurer__title {
		font-size: calc(.8125rem + 1.0625 * ( 100vw - 20rem ) / 80);
	}
}

.windows-measurer__text {
	padding: 1.25rem;
}

@supports (font-size: clamp(0.6875rem, 0.5625rem + 0.625vw, 1.1875rem)) {
	.windows-measurer__text {
		font-size: clamp(.6875rem, .5625rem + .625vw, 1.1875rem);
	}
}

@supports not (font-size: clamp(0.6875rem, 0.5625rem + 0.625vw, 1.1875rem)) {
	.windows-measurer__text {
		font-size: calc(.6875rem + .5 * ( 100vw - 20rem ) / 80);
	}
}

@supports (margin-bottom: clamp(0.9375rem, 0.546875rem + 1.953125vw, 2.5rem)) {
	.windows-measurer__item {
		margin-bottom: clamp(.9375rem, .546875rem + 1.953125vw, 2.5rem);
	}
}

@supports not (margin-bottom: clamp(0.9375rem, 0.546875rem + 1.953125vw, 2.5rem)) {
	.windows-measurer__item {
		margin-bottom: calc(.9375rem + 1.5625 * ( 100vw - 20rem ) / 80);
	}
}

@supports (margin-bottom: clamp(0.75rem, 0.46875rem + 1.40625vw, 1.875rem)) {
	._credit .windows-measurer__item {
		margin-bottom: clamp(.75rem, .46875rem + 1.40625vw, 1.875rem);
	}
}

@supports not (margin-bottom: clamp(0.75rem, 0.46875rem + 1.40625vw, 1.875rem)) {
	._credit .windows-measurer__item {
		margin-bottom: calc(.75rem + 1.125 * ( 100vw - 20rem ) / 80);
	}
}

.windows-credit__msg {}

@supports (padding-bottom: clamp(1.5625rem, 1.25rem + 1.5625vw, 2.8125rem)) {
	.windows-credit__msg {
		padding-bottom: clamp(1.5625rem, 1.25rem + 1.5625vw, 2.8125rem);
	}
}

@supports not (padding-bottom: clamp(1.5625rem, 1.25rem + 1.5625vw, 2.8125rem)) {
	.windows-credit__msg {
		padding-bottom: calc(1.5625rem + 1.25 * ( 100vw - 20rem ) / 80);
	}
}

.windows-credit__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

@supports (gap: clamp(0.625rem, 0.0000000625rem + 3.125vw, 3.125rem)) {
	.windows-credit__container {
		gap: clamp(.625rem, 0.0000000625rem + 3.125vw, 3.125rem);
	}
}

@supports not (gap: clamp(0.625rem, 0.0000000625rem + 3.125vw, 3.125rem)) {
	.windows-credit__container {
		gap: calc(.625rem + 2.5 * ( 100vw - 20rem ) / 80);
	}
}

.windows-credit__title {
	margin-left: auto;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	color: #005da3;
}

@supports (font-size: clamp(0.8125rem, 0.546875rem + 1.328125vw, 1.875rem)) {
	.windows-credit__title {
		font-size: clamp(.8125rem, .546875rem + 1.328125vw, 1.875rem);
	}
}

@supports not (font-size: clamp(0.8125rem, 0.546875rem + 1.328125vw, 1.875rem)) {
	.windows-credit__title {
		font-size: calc(.8125rem + 1.0625 * ( 100vw - 20rem ) / 80);
	}
}

.windows-credit__wrapper {
	padding: 2.8125rem 0;
	background-color: #005da3;
	color: #fff;
}

.windows-credit__percent {
	font-weight: 700;
}

@supports (font-size: clamp(1.875rem, -0.3125rem + 10.9375vw, 10.625rem)) {
	.windows-credit__percent {
		font-size: clamp(1.875rem, -.3125rem + 10.9375vw, 10.625rem);
	}
}

@supports not (font-size: clamp(1.875rem, -0.3125rem + 10.9375vw, 10.625rem)) {
	.windows-credit__percent {
		font-size: calc(1.875rem + 8.75 * ( 100vw - 20rem ) / 80);
	}
}

.windows-credit__form {
	width: 100%;
}

.center-windows-credit__title {
	margin-bottom: .625rem;
	font-weight: 700;
	text-transform: uppercase;
}

@supports (font-size: clamp(0.9375rem, 0.546875rem + 1.953125vw, 2.5rem)) {
	.center-windows-credit__title {
		font-size: clamp(.9375rem, .546875rem + 1.953125vw, 2.5rem);
	}
}

@supports not (font-size: clamp(0.9375rem, 0.546875rem + 1.953125vw, 2.5rem)) {
	.center-windows-credit__title {
		font-size: calc(.9375rem + 1.5625 * ( 100vw - 20rem ) / 80);
	}
}

.center-windows-credit__subtitle {
	margin-bottom: 1.8125rem;
	font-size: 1.4375rem;
}

.adv-windows-credit__item {
	padding: .9375rem;
}

.adv-windows-credit__num {
	font-weight: 700;
	font-size: 3.3125rem;
	white-space: nowrap;
}

@supports (font-size: clamp(0.9375rem, 0.34375rem + 2.96875vw, 3.3125rem)) {
	.adv-windows-credit__num {
		font-size: clamp(.9375rem, .34375rem + 2.96875vw, 3.3125rem);
	}
}

@supports not (font-size: clamp(0.9375rem, 0.34375rem + 2.96875vw, 3.3125rem)) {
	.adv-windows-credit__num {
		font-size: calc(.9375rem + 2.375 * ( 100vw - 20rem ) / 80);
	}
}

@supports (font-size: clamp(0.5rem, 0.359375rem + 0.703125vw, 1.0625rem)) {
	.adv-windows-credit__text {
		font-size: clamp(.5rem, .359375rem + .703125vw, 1.0625rem);
	}
}

@supports not (font-size: clamp(0.5rem, 0.359375rem + 0.703125vw, 1.0625rem)) {
	.adv-windows-credit__text {
		font-size: calc(.5rem + .5625 * ( 100vw - 20rem ) / 80);
	}
}

.form-windows-credit__row {
	display: -ms-grid;
	display: grid;
	gap: 1.875rem 1.25rem;
	grid-template-columns: repeat(auto-fit, minmax(15.625rem, 1fr));
}

.form-windows-credit__row .input {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}

.form-windows-credit__policy {
	margin-top: .625rem;
	max-width: 18.25rem;
}

@supports (font-size: clamp(0.5rem, 0.453125rem + 0.234375vw, 0.6875rem)) {
	.form-windows-credit__policy {
		font-size: clamp(.5rem, .453125rem + .234375vw, .6875rem);
	}
}

@supports not (font-size: clamp(0.5rem, 0.453125rem + 0.234375vw, 0.6875rem)) {
	.form-windows-credit__policy {
		font-size: calc(.5rem + .1875 * ( 100vw - 20rem ) / 80);
	}
}

@supports (margin-bottom: clamp(1.5rem, 0.9375rem + 2.8125vw, 3.75rem)) {}

@supports not (margin-bottom: clamp(1.5rem, 0.9375rem + 2.8125vw, 3.75rem)) {}

.reviews__left {
	padding: 0 .9375rem;
}

@supports (margin-bottom: clamp(1.5rem, 1.25rem + 1.25vw, 2.5rem)) {
	.reviews__left {
		margin-bottom: clamp(1.5rem, 1.25rem + 1.25vw, 2.5rem);
	}
}

@supports not (margin-bottom: clamp(1.5rem, 1.25rem + 1.25vw, 2.5rem)) {
	.reviews__left {
		margin-bottom: calc(1.5rem + 1 * ( 100vw - 20rem ) / 80);
	}
}

@supports (padding-top: clamp(1.875rem, 0.9375rem + 4.6875vw, 5.625rem)) {}

@supports not (padding-top: clamp(1.875rem, 0.9375rem + 4.6875vw, 5.625rem)) {}

@supports (margin-bottom: clamp(1.875rem, 1.359375rem + 2.578125vw, 3.9375rem)) {}

@supports not (margin-bottom: clamp(1.875rem, 1.359375rem + 2.578125vw, 3.9375rem)) {}

@supports (height: clamp(12.25rem, 7.5rem + 23.75vw, 31.25rem)) {}

@supports not (height: clamp(12.25rem, 7.5rem + 23.75vw, 31.25rem)) {}

@supports (font-size: clamp(0.5rem, 0.328125rem + 0.859375vw, 1.1875rem)) {}

@supports not (font-size: clamp(0.5rem, 0.328125rem + 0.859375vw, 1.1875rem)) {}

.reviews__right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #005da3;
	color: #fff;
}

.reviews__scrollbar {
	margin-top: .9375rem;
	position: relative;
	height: 1rem;
	background-color: #fff;
}

.reviews__scrollbar::before {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #005da3;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0px, -50%);
	-ms-transform: translate(0px, -50%);
	transform: translate(0px, -50%);
}

.reviews__scrollbar .swiper-scrollbar-drag {
	width: 1rem !important;
	height: 1rem;
	background-color: #005da3;
	border-radius: 50%;
}

@supports (font-size: clamp(0.8125rem, 0.546875rem + 1.328125vw, 1.875rem)) {}

@supports not (font-size: clamp(0.8125rem, 0.546875rem + 1.328125vw, 1.875rem)) {}

@supports (font-size: clamp(0.6875rem, 0.515625rem + 0.859375vw, 1.375rem)) {}

@supports not (font-size: clamp(0.6875rem, 0.515625rem + 0.859375vw, 1.375rem)) {}

@supports (gap: clamp(0.9375rem, -2.2726004464rem + 6.6964285714vw, 1.875rem)) {}

@supports not (gap: clamp(0.9375rem, -2.2726004464rem + 6.6964285714vw, 1.875rem)) {}

.header-reviews__nav .prev.swiper-button-disabled, .header-reviews__nav .next.swiper-button-disabled {
	border: 0;
}

.right-header__title {
	margin-bottom: 1.9375rem;
	font-weight: 700;
	text-transform: uppercase;
	max-width: 29.25rem;
}

@supports (font-size: clamp(0.8125rem, 0.546875rem + 1.328125vw, 1.875rem)) {
	.right-header__title {
		font-size: clamp(.8125rem, .546875rem + 1.328125vw, 1.875rem);
	}
}

@supports not (font-size: clamp(0.8125rem, 0.546875rem + 1.328125vw, 1.875rem)) {
	.right-header__title {
		font-size: calc(.8125rem + 1.0625 * ( 100vw - 20rem ) / 80);
	}
}

.right-header__text {
	font-weight: 300;
	max-width: 29.25rem;
}

@supports (margin-bottom: clamp(0.8125rem, 0.078125rem + 3.671875vw, 3.75rem)) {
	.right-header__text {
		margin-bottom: clamp(.8125rem, .078125rem + 3.671875vw, 3.75rem);
	}
}

@supports not (margin-bottom: clamp(0.8125rem, 0.078125rem + 3.671875vw, 3.75rem)) {
	.right-header__text {
		margin-bottom: calc(.8125rem + 2.9375 * ( 100vw - 20rem ) / 80);
	}
}

@supports (font-size: clamp(0.625rem, 0.453125rem + 0.859375vw, 1.3125rem)) {
	.right-header__text {
		font-size: clamp(.625rem, .453125rem + .859375vw, 1.3125rem);
	}
}

@supports not (font-size: clamp(0.625rem, 0.453125rem + 0.859375vw, 1.3125rem)) {
	.right-header__text {
		font-size: calc(.625rem + .6875 * ( 100vw - 20rem ) / 80);
	}
}

.right-header__button {
	width: 15.625rem;
}

.offers {
	margin-bottom: 3.9375rem;
	display: none;
}

.offers__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 1.875rem;
	position: relative;
}

@supports (gap: clamp(0.9375rem, 0.3125rem + 3.125vw, 3.4375rem)) {
	.offers__top {
		gap: clamp(.9375rem, .3125rem + 3.125vw, 3.4375rem);
	}
}

@supports not (gap: clamp(0.9375rem, 0.3125rem + 3.125vw, 3.4375rem)) {
	.offers__top {
		gap: calc(.9375rem + 2.5 * ( 100vw - 20rem ) / 80);
	}
}

.offers__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1.25rem;
}

.top-offers__title {
	max-width: 30.25rem;
	font-weight: 700;
	text-transform: uppercase;
}

@supports (font-size: clamp(0.8125rem, 0.546875rem + 1.328125vw, 1.875rem)) {
	.top-offers__title {
		font-size: clamp(.8125rem, .546875rem + 1.328125vw, 1.875rem);
	}
}

@supports not (font-size: clamp(0.8125rem, 0.546875rem + 1.328125vw, 1.875rem)) {
	.top-offers__title {
		font-size: calc(.8125rem + 1.0625 * ( 100vw - 20rem ) / 80);
	}
}

.top-offers__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1.25rem;
}

.top-offers__text {
	margin-right: 1.25rem;
}

@supports (font-size: clamp(0.8125rem, 0.71875rem + 0.46875vw, 1.1875rem)) {
	.top-offers__text {
		font-size: clamp(.8125rem, .71875rem + .46875vw, 1.1875rem);
	}
}

@supports not (font-size: clamp(0.8125rem, 0.71875rem + 0.46875vw, 1.1875rem)) {
	.top-offers__text {
		font-size: calc(.8125rem + .375 * ( 100vw - 20rem ) / 80);
	}
}

.bottom-offers__title {
	max-width: 21.875rem;
	color: #005da3;
}

@supports (font-size: clamp(0.6875rem, 0.46875rem + 1.09375vw, 1.5625rem)) {
	.bottom-offers__title {
		font-size: clamp(.6875rem, .46875rem + 1.09375vw, 1.5625rem);
	}
}

@supports not (font-size: clamp(0.6875rem, 0.46875rem + 1.09375vw, 1.5625rem)) {
	.bottom-offers__title {
		font-size: calc(.6875rem + .875 * ( 100vw - 20rem ) / 80);
	}
}

.bottom-offers__adv {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@supports (gap: clamp(0.625rem, -0.390625rem + 5.078125vw, 4.6875rem)) {
	.bottom-offers__adv {
		gap: clamp(.625rem, -.390625rem + 5.078125vw, 4.6875rem);
	}
}

@supports not (gap: clamp(0.625rem, -0.390625rem + 5.078125vw, 4.6875rem)) {
	.bottom-offers__adv {
		gap: calc(.625rem + 4.0625 * ( 100vw - 20rem ) / 80);
	}
}

.adv-bottom-offers__num {
	gap: .625rem;
	font-weight: 700;
	color: #f51e23;
	white-space: nowrap;
}

@supports (font-size: clamp(1.25rem, 0.609375rem + 3.203125vw, 3.8125rem)) {
	.adv-bottom-offers__num {
		font-size: clamp(1.25rem, .609375rem + 3.203125vw, 3.8125rem);
	}
}

@supports not (font-size: clamp(1.25rem, 0.609375rem + 3.203125vw, 3.8125rem)) {
	.adv-bottom-offers__num {
		font-size: calc(1.25rem + 2.5625 * ( 100vw - 20rem ) / 80);
	}
}

.adv-bottom-offers__num span:first-child {
	padding-right: .3125rem;
	font-size: 1.375rem;
}

.adv-bottom-offers__subtitle {
	font-size: 1.375rem;
}

@supports (font-size: clamp(0.625rem, 0.4375rem + 0.9375vw, 1.375rem)) {
	.adv-bottom-offers__subtitle {
		font-size: clamp(.625rem, .4375rem + .9375vw, 1.375rem);
	}
}

@supports not (font-size: clamp(0.625rem, 0.4375rem + 0.9375vw, 1.375rem)) {
	.adv-bottom-offers__subtitle {
		font-size: calc(.625rem + .75 * ( 100vw - 20rem ) / 80);
	}
}

.calc__header {
	background-color: #f2f2f2;
	position: relative;
}

@supports (padding-left: clamp(0.9375rem, -45.8366935484rem + 46.7741935484vw, 10rem)) {
	.calc__actions {
		padding-left: clamp(.9375rem, -45.8366935484rem + 46.7741935484vw, 10rem);
	}
}

@supports not (padding-left: clamp(0.9375rem, -45.8366935484rem + 46.7741935484vw, 10rem)) {
	.calc__actions {
		padding-left: calc(.9375rem + 9.0625 * ( 100vw - 100rem ) / 19.375);
	}
}

.calc__results {
	display: none;
}

.header-calc__windows {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1.875rem;
	padding: 3.75rem 0;
}

@supports (padding-left: clamp(0.9375rem, -45.8366935484rem + 46.7741935484vw, 10rem)) {
	.header-calc__windows {
		padding-left: clamp(.9375rem, -45.8366935484rem + 46.7741935484vw, 10rem);
	}
}

@supports not (padding-left: clamp(0.9375rem, -45.8366935484rem + 46.7741935484vw, 10rem)) {
	.header-calc__windows {
		padding-left: calc(.9375rem + 9.0625 * ( 100vw - 100rem ) / 19.375);
	}
}

.header-calc__windows .options {
	width: 100%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	gap: 3.125rem;
}

.header-calc__windows .options__input:checked+.options__label {
	background-color: #fff;
	border-color: #252525;
}

.header-calc__windows .options__label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: .625rem;
	border: 1px solid transparent;
	-webkit-transition: background .2s ease-in-out, border-color .2s ease;
	-o-transition: background .2s ease-in-out, border-color .2s ease;
	transition: background .2s ease-in-out, border-color .2s ease;
}

.header-calc__windows .options__label::before, .header-calc__windows .options__label::after {
	content: none;
}

.header-calc__windows .options__image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	width: 5.9375rem;
	height: 5.9375rem;
}

.header-calc__windows .options__text {
	font-weight: 300;
	white-space: nowrap;
	min-height: 0;
}

@supports (font-size: clamp(0.6875rem, 0.515625rem + 0.859375vw, 1.375rem)) {
	.header-calc__windows .options__text {
		font-size: clamp(.6875rem, .515625rem + .859375vw, 1.375rem);
	}
}

@supports not (font-size: clamp(0.6875rem, 0.515625rem + 0.859375vw, 1.375rem)) {
	.header-calc__windows .options__text {
		font-size: calc(.6875rem + .6875 * ( 100vw - 20rem ) / 80);
	}
}

.header-calc__title {
	display: none;
}

.windows-header-calc__title {
	font-weight: 500;
	font-size: 1.5625rem;
	color: #005da3;
}

.actions-calc__left .reviews__left {
	-ms-grid-row: 2;
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-area: 2/1/2/3;
}

@supports (margin-bottom: clamp(0.3125rem, 0.078125rem + 1.171875vw, 1.25rem)) {
	.actions-calc__radio .options__item:not(:last-child) {
		margin-bottom: clamp(.3125rem, .078125rem + 1.171875vw, 1.25rem);
	}
}

@supports not (margin-bottom: clamp(0.3125rem, 0.078125rem + 1.171875vw, 1.25rem)) {
	.actions-calc__radio .options__item:not(:last-child) {
		margin-bottom: calc(.3125rem + .9375 * ( 100vw - 20rem ) / 80);
	}
}

.actions-calc__radio .options__input:checked+.options__label::before {
	background-color: #005da3;
}

.actions-calc__radio .options__label {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.actions-calc__radio .options__label::before {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	width: 1.125rem;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 1.125rem;
	flex: 0 0 1.125rem;
	height: 1.125rem;
	border-color: #005da3;
	-webkit-transition: background .2s ease-in-out;
	-o-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out;
}

.actions-calc__radio .options__label::after {
	content: none;
}

.actions-calc__radio .options__text {
	font-weight: 300;
	min-height: 0;
}

@supports (font-size: clamp(0.6875rem, 0.515625rem + 0.859375vw, 1.375rem)) {
	.actions-calc__radio .options__text {
		font-size: clamp(.6875rem, .515625rem + .859375vw, 1.375rem);
	}
}

@supports not (font-size: clamp(0.6875rem, 0.515625rem + 0.859375vw, 1.375rem)) {
	.actions-calc__radio .options__text {
		font-size: calc(.6875rem + .6875 * ( 100vw - 20rem ) / 80);
	}
}

.actions-calc__group_type {
	margin-bottom: 1.875rem;
}

.actions-calc__title {
	margin-bottom: 1.875rem;
	font-weight: 500;
	font-size: 1.5625rem;
	color: #005da3;
}

.actions-calc__sizes {
	padding: 0 .9375rem;
}

.sizes-calc__image {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr minmax(.625rem, .625rem);
	grid-template-columns: 1fr minmax(.625rem, .625rem);
	gap: 3.125rem;
	margin-bottom: 3.125rem;
}

.sizes-calc__inputs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1.875rem;
}

.inputs-sizes-calc__input {
	height: 2.125rem;
}

@supports (font-size: clamp(0.625rem, 0.484375rem + 0.703125vw, 1.1875rem)) {
	.inputs-sizes-calc__input {
		font-size: clamp(.625rem, .484375rem + .703125vw, 1.1875rem);
	}
}

@supports not (font-size: clamp(0.625rem, 0.484375rem + 0.703125vw, 1.1875rem)) {
	.inputs-sizes-calc__input {
		font-size: calc(.625rem + .5625 * ( 100vw - 20rem ) / 80);
	}
}

.results-calc__sum {
	margin-top: 2.5rem;
}

.results-calc__callback {
	max-width: 29.25rem;
}

.sum-results-calc__total {
	margin-bottom: 1.75rem;
	font-weight: 400;
}

@supports (font-size: clamp(0.9375rem, 0.78125rem + 0.78125vw, 1.5625rem)) {
	.sum-results-calc__total {
		font-size: clamp(.9375rem, .78125rem + .78125vw, 1.5625rem);
	}
}

@supports not (font-size: clamp(0.9375rem, 0.78125rem + 0.78125vw, 1.5625rem)) {
	.sum-results-calc__total {
		font-size: calc(.9375rem + .625 * ( 100vw - 20rem ) / 80);
	}
}

.sum-results-calc__input {
	background: transparent;
	border-color: #252525;
	max-width: 20.3125rem;
}

@supports (margin-bottom: clamp(0.75rem, 0.5rem + 1.25vw, 1.75rem)) {
	.sum-results-calc__input {
		margin-bottom: clamp(.75rem, .5rem + 1.25vw, 1.75rem);
	}
}

@supports not (margin-bottom: clamp(0.75rem, 0.5rem + 1.25vw, 1.75rem)) {
	.sum-results-calc__input {
		margin-bottom: calc(.75rem + 1 * ( 100vw - 20rem ) / 80);
	}
}

@supports (font-size: clamp(0.625rem, 0.484375rem + 0.703125vw, 1.1875rem)) {
	.sum-results-calc__input {
		font-size: clamp(.625rem, .484375rem + .703125vw, 1.1875rem);
	}
}

@supports not (font-size: clamp(0.625rem, 0.484375rem + 0.703125vw, 1.1875rem)) {
	.sum-results-calc__input {
		font-size: calc(.625rem + .5625 * ( 100vw - 20rem ) / 80);
	}
}

.sum-results-calc__button {
	width: 100%;
	max-width: 20.3125rem;
}

.callback-results-calc__title {
	margin-bottom: 1.125rem;
	font-weight: 700;
	font-size: 1.875rem;
	text-transform: uppercase;
}

.callback-results-calc__text {
	margin-bottom: 3.75rem;
	font-size: 1.3125rem;
}

@supports (margin-bottom: clamp(0.75rem, 0.5625rem + 0.9375vw, 1.5rem)) {}

@supports not (margin-bottom: clamp(0.75rem, 0.5625rem + 0.9375vw, 1.5rem)) {}

@supports (font-size: clamp(0.8125rem, 0.46875rem + 1.71875vw, 2.1875rem)) {}

@supports not (font-size: clamp(0.8125rem, 0.46875rem + 1.71875vw, 2.1875rem)) {}

@supports (margin-bottom: clamp(1.25rem, 0.84375rem + 2.03125vw, 2.875rem)) {}

@supports not (margin-bottom: clamp(1.25rem, 0.84375rem + 2.03125vw, 2.875rem)) {}

@supports (font-size: clamp(0.625rem, 0.46875rem + 0.78125vw, 1.25rem)) {}

@supports not (font-size: clamp(0.625rem, 0.46875rem + 0.78125vw, 1.25rem)) {}

@supports (font-size: clamp(0.625rem, 0.53125rem + 0.46875vw, 1rem)) {}

@supports not (font-size: clamp(0.625rem, 0.53125rem + 0.46875vw, 1rem)) {}

@supports (margin-top: clamp(0.3125rem, 0.1875rem + 0.625vw, 0.8125rem)) {}

@supports not (margin-top: clamp(0.3125rem, 0.1875rem + 0.625vw, 0.8125rem)) {}

@supports (font-size: clamp(0.625rem, 0.546875rem + 0.390625vw, 0.9375rem)) {}

@supports not (font-size: clamp(0.625rem, 0.546875rem + 0.390625vw, 0.9375rem)) {}

@supports (gap: clamp(0.3125rem, 0.0000000625rem + 1.5625vw, 1.5625rem)) {}

@supports not (gap: clamp(0.3125rem, 0.0000000625rem + 1.5625vw, 1.5625rem)) {}

@supports (font-size: clamp(0.5rem, 0.390625rem + 0.546875vw, 0.9375rem)) {}

@supports not (font-size: clamp(0.5rem, 0.390625rem + 0.546875vw, 0.9375rem)) {}

@supports (margin-bottom: clamp(1.875rem, 1.09375rem + 3.90625vw, 5rem)) {}

@supports not (margin-bottom: clamp(1.875rem, 1.09375rem + 3.90625vw, 5rem)) {}

@supports (margin-bottom: clamp(0.75rem, 0.4375rem + 1.5625vw, 2rem)) {}

@supports not (margin-bottom: clamp(0.75rem, 0.4375rem + 1.5625vw, 2rem)) {}

@supports (font-size: clamp(0.9375rem, 0.703125rem + 1.171875vw, 1.875rem)) {}

@supports not (font-size: clamp(0.9375rem, 0.703125rem + 1.171875vw, 1.875rem)) {}

@supports (font-size: clamp(0.625rem, 0.484375rem + 0.703125vw, 1.1875rem)) {}

@supports not (font-size: clamp(0.625rem, 0.484375rem + 0.703125vw, 1.1875rem)) {}

.text__content h3 {
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

@supports (font-size: clamp(0.6875rem, 0.53125rem + 0.78125vw, 1.3125rem)) {
	.text__content h3 {
		font-size: clamp(.6875rem, .53125rem + .78125vw, 1.3125rem);
	}
}

@supports not (font-size: clamp(0.6875rem, 0.53125rem + 0.78125vw, 1.3125rem)) {
	.text__content h3 {
		font-size: calc(.6875rem + .625 * ( 100vw - 20rem ) / 80);
	}
}

.text__content h3:not(:last-child) {
	margin-bottom: 1rem;
}

.text__content ol:not(:last-child) {
	margin-bottom: 1rem;
}

.text__content ol li {
	list-style: decimal inside;
}

@supports (margin-bottom: clamp(1.5rem, -0.0625rem + 7.8125vw, 7.75rem)) {
	.parts {
		margin-bottom: clamp(1.5rem, -.0625rem + 7.8125vw, 7.75rem);
	}
}

@supports not (margin-bottom: clamp(1.5rem, -0.0625rem + 7.8125vw, 7.75rem)) {
	.parts {
		margin-bottom: calc(1.5rem + 6.25 * ( 100vw - 20rem ) / 80);
	}
}

.parts__list {
	display: -ms-grid;
	display: grid;
	display: grid;
	gap: 1.875rem;
	grid-template-columns: repeat(auto-fit, minmax(18.75rem, 1fr));
}

.parts__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: .9375rem 1.25rem;
	background: #f2f2f2;
}

.parts__dots {
	position: relative;
}

.parts__dots ._dot {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: -webkit-transform .2s ease-in-out;
	transition: -webkit-transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
	-o-transition: transform .2s ease-in-out;
}

.parts__dots ._dot._current {
	-webkit-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
}

.item-parts__title {
	margin-bottom: .625rem;
	font-weight: 700;
	text-align: center;
}

@supports (font-size: clamp(0.75rem, 0.5625rem + 0.9375vw, 1.5rem)) {
	.item-parts__title {
		font-size: clamp(.75rem, .5625rem + .9375vw, 1.5rem);
	}
}

@supports not (font-size: clamp(0.75rem, 0.5625rem + 0.9375vw, 1.5rem)) {
	.item-parts__title {
		font-size: calc(.75rem + .75 * ( 100vw - 20rem ) / 80);
	}
}

.item-parts__price {
	font-weight: 600;
	color: #005da3;
}

@supports (font-size: clamp(0.6875rem, 0.53125rem + 0.78125vw, 1.3125rem)) {
	.item-parts__price {
		font-size: clamp(.6875rem, .53125rem + .78125vw, 1.3125rem);
	}
}

@supports not (font-size: clamp(0.6875rem, 0.53125rem + 0.78125vw, 1.3125rem)) {
	.item-parts__price {
		font-size: calc(.6875rem + .625 * ( 100vw - 20rem ) / 80);
	}
}

.present {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 111.5625rem;
}

@supports (gap: clamp(0.625rem, -1.328125rem + 9.765625vw, 8.4375rem)) {
	.present {
		gap: clamp(.625rem, -1.328125rem + 9.765625vw, 8.4375rem);
	}
}

@supports not (gap: clamp(0.625rem, -1.328125rem + 9.765625vw, 8.4375rem)) {
	.present {
		gap: calc(.625rem + 7.8125 * ( 100vw - 20rem ) / 80);
	}
}

@supports (margin-bottom: clamp(2.5rem, 1.875rem + 3.125vw, 5rem)) {
	.present {
		margin-bottom: clamp(2.5rem, 1.875rem + 3.125vw, 5rem);
	}
}

@supports not (margin-bottom: clamp(2.5rem, 1.875rem + 3.125vw, 5rem)) {
	.present {
		margin-bottom: calc(2.5rem + 2.5 * ( 100vw - 20rem ) / 80);
	}
}

.present._reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

@supports (padding-left: clamp(0.9375rem, -19rem + 24.1666666667vw, 10rem)) {
	.present._reverse {
		padding-left: clamp(.9375rem, -19rem + 24.1666666667vw, 10rem);
	}
}

@supports not (padding-left: clamp(0.9375rem, -19rem + 24.1666666667vw, 10rem)) {
	.present._reverse {
		padding-left: calc(.9375rem + 9.0625 * ( 100vw - 82.5rem ) / 37.5);
	}
}

.present__image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
}

.present__content {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.875rem 0;
	max-width: 67.5rem;
}

.present__title {
	margin-bottom: .6875rem;
	font-weight: 700;
	text-transform: uppercase;
}

@supports (font-size: clamp(0.9375rem, 0.703125rem + 1.171875vw, 1.875rem)) {
	.present__title {
		font-size: clamp(.9375rem, .703125rem + 1.171875vw, 1.875rem);
	}
}

@supports not (font-size: clamp(0.9375rem, 0.703125rem + 1.171875vw, 1.875rem)) {
	.present__title {
		font-size: calc(.9375rem + .9375 * ( 100vw - 20rem ) / 80);
	}
}

.present__subtitle {
	font-weight: 500;
	color: #005da3;
}

@supports (margin-bottom: clamp(1.25rem, 0.640625rem + 3.046875vw, 3.6875rem)) {
	.present__subtitle {
		margin-bottom: clamp(1.25rem, .640625rem + 3.046875vw, 3.6875rem);
	}
}

@supports not (margin-bottom: clamp(1.25rem, 0.640625rem + 3.046875vw, 3.6875rem)) {
	.present__subtitle {
		margin-bottom: calc(1.25rem + 2.4375 * ( 100vw - 20rem ) / 80);
	}
}

@supports (font-size: clamp(0.6875rem, 0.515625rem + 0.859375vw, 1.375rem)) {
	.present__subtitle {
		font-size: clamp(.6875rem, .515625rem + .859375vw, 1.375rem);
	}
}

@supports not (font-size: clamp(0.6875rem, 0.515625rem + 0.859375vw, 1.375rem)) {
	.present__subtitle {
		font-size: calc(.6875rem + .6875 * ( 100vw - 20rem ) / 80);
	}
}

.present__text {
	max-width: 32.25rem;
}

@supports (margin-bottom: clamp(1.5625rem, 1.140625rem + 2.109375vw, 3.25rem)) {
	.present__text {
		margin-bottom: clamp(1.5625rem, 1.140625rem + 2.109375vw, 3.25rem);
	}
}

@supports not (margin-bottom: clamp(1.5625rem, 1.140625rem + 2.109375vw, 3.25rem)) {
	.present__text {
		margin-bottom: calc(1.5625rem + 1.6875 * ( 100vw - 20rem ) / 80);
	}
}

@supports (font-size: clamp(0.625rem, 0.53125rem + 0.46875vw, 1rem)) {
	.present__text {
		font-size: clamp(.625rem, .53125rem + .46875vw, 1rem);
	}
}

@supports not (font-size: clamp(0.625rem, 0.53125rem + 0.46875vw, 1rem)) {
	.present__text {
		font-size: calc(.625rem + .375 * ( 100vw - 20rem ) / 80);
	}
}

.present__button {
	margin-bottom: 3.25rem;
}

.present__credit {
	position: relative;
}

.present__credit::before {
	content: "";
	position: absolute;
	top: -1.5625rem;
	left: -12.5rem;
	z-index: -1;
	width: 49.3125rem;
	height: .0625rem;
	background-color: #252525;
}

._reverse .present__credit::before {
	left: 0;
}

.credit-present__title {
	font-weight: 500;
	color: #005da3;
}

@supports (margin-bottom: clamp(1.5rem, 1.125rem + 1.875vw, 3rem)) {
	.credit-present__title {
		margin-bottom: clamp(1.5rem, 1.125rem + 1.875vw, 3rem);
	}
}

@supports not (margin-bottom: clamp(1.5rem, 1.125rem + 1.875vw, 3rem)) {
	.credit-present__title {
		margin-bottom: calc(1.5rem + 1.5 * ( 100vw - 20rem ) / 80);
	}
}

@supports (font-size: clamp(0.9375rem, 0.78125rem + 0.78125vw, 1.5625rem)) {
	.credit-present__title {
		font-size: clamp(.9375rem, .78125rem + .78125vw, 1.5625rem);
	}
}

@supports not (font-size: clamp(0.9375rem, 0.78125rem + 0.78125vw, 1.5625rem)) {
	.credit-present__title {
		font-size: calc(.9375rem + .625 * ( 100vw - 20rem ) / 80);
	}
}

.credit-present__list {
	display: -ms-grid;
	display: grid;
	gap: 1.875rem;
	grid-template-columns: repeat(auto-fit, minmax(12.5rem, 1fr));
}

.credit-present__num {
	font-weight: 700;
	color: #f51e23;
}

@supports (font-size: clamp(1.25rem, 0.609375rem + 3.203125vw, 3.8125rem)) {
	.credit-present__num {
		font-size: clamp(1.25rem, .609375rem + 3.203125vw, 3.8125rem);
	}
}

@supports not (font-size: clamp(1.25rem, 0.609375rem + 3.203125vw, 3.8125rem)) {
	.credit-present__num {
		font-size: calc(1.25rem + 2.5625 * ( 100vw - 20rem ) / 80);
	}
}

.credit-present__num span {
	font-weight: 500;
}

@supports (font-size: clamp(0.6875rem, 0.515625rem + 0.859375vw, 1.375rem)) {
	.credit-present__num span {
		font-size: clamp(.6875rem, .515625rem + .859375vw, 1.375rem);
	}
}

@supports not (font-size: clamp(0.6875rem, 0.515625rem + 0.859375vw, 1.375rem)) {
	.credit-present__num span {
		font-size: calc(.6875rem + .6875 * ( 100vw - 20rem ) / 80);
	}
}

.credit-present__text {
	font-weight: 300;
}

@supports (font-size: clamp(0.6875rem, 0.515625rem + 0.859375vw, 1.375rem)) {
	.credit-present__text {
		font-size: clamp(.6875rem, .515625rem + .859375vw, 1.375rem);
	}
}

@supports not (font-size: clamp(0.6875rem, 0.515625rem + 0.859375vw, 1.375rem)) {
	.credit-present__text {
		font-size: calc(.6875rem + .6875 * ( 100vw - 20rem ) / 80);
	}
}

.credit-present__button {
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.ui-helper-hidden {
	display: none;
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}

.ui-helper-clearfix:after {
	clear: both;
}

.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}

.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}

.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 39px;
	height: 18px;
	background: #fff;
	border-radius: 5px;
	cursor: pointer;
	-ms-touch-action: none;
	touch-action: none;
	outline: 0;
	-webkit-box-shadow: 0 0 10px #d1cfd9;
	box-shadow: 0 0 10px #d1cfd9;
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
	-webkit-filter: inherit;
	filter: inherit;
}

.ui-slider-horizontal {
	height: 5px;
	border-radius: 10px;
	background: #838383;
}

.ui-slider-horizontal .ui-slider-handle {
	top: -7px;
	margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

.ui-widget {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.ui-widget .ui-widget {
	font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.ui-widget-content {
	background: #a45c9b;
}

.ui-widget-header a {
	color: #333;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}

.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
	color: #777620;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
	font-weight: 700;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter: Alpha(Opacity=70);
	font-weight: 400;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter: Alpha(Opacity=35);
	background-image: none;
}

.ui-state-disabled .ui-icon {
	filter: Alpha(Opacity=35);
}

.ui-widget-overlay {
	background: #aaa;
	opacity: .3;
	filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
	-webkit-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666;
}

.box {
	overflow: hidden;
}

.calc-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 45px;
}

@supports (gap: clamp(1.875rem, 0.78125rem + 5.46875vw, 6.25rem)) {
	.calc-box {
		gap: clamp(1.875rem, .78125rem + 5.46875vw, 6.25rem);
	}
}

@supports not (gap: clamp(1.875rem, 0.78125rem + 5.46875vw, 6.25rem)) {
	.calc-box {
		gap: calc(1.875rem + 4.375 * ( 100vw - 20rem ) / 80);
	}
}

.calc-column-arrea {
	width: 47.2%;
}

.calc-column-range {
	width: 44%;
}

.title h3 {
	text-align: center;
	font-size: 40px;
}

.calc-field {
	margin-top: 25px;
}

.calc-field:first-child {
	margin: 0;
}

.calc-field-title {
	font-size: 15px;
	margin-bottom: 12px;
}

.calc-field-title span {
	color: #8f8f8f;
}

.calc-field-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 13px;
	background: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 15px #ececec;
	box-shadow: 0 0 15px #ececec;
}

.calc-field-item {
	font-size: 13px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: Montserrat-SemiBold, sans-serif;
}

.calc-field-item input {
	border: 1px solid #c7c5c5;
	border-radius: 2px;
	background: #fff;
	color: #000;
	opacity: 1;
	margin-left: 12px;
	height: 20px;
	font-size: 12px;
	outline: 0;
	width: 25px;
}

.proportions .calc-field-item input {
	width: 52px;
}

.proportions .calc-field-list {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.calc-radio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 13px;
	background: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 15px #ececec;
	box-shadow: 0 0 15px #ececec;
}

.calc-radio-item {
	width: 22%;
	margin: 10px 0;
}

.calc-radio-item input {
	opacity: 0;
	width: 0;
	height: 0;
	position: absolute;
}

.calc-radio-item label {
	display: inline-block;
	position: relative;
}

.checkmark {
	width: 21px;
	height: 21px;
	border-radius: 2px;
	border: 1px solid #c5c5c5;
	display: block;
	background: #fff;
	position: absolute;
	bottom: -2px;
	right: -10px;
	cursor: pointer;
}

.calc-radio-item .checkmark:after {
	position: absolute;
	left: 7px;
	top: 3px;
	width: 5px;
	height: 10px;
	border: solid #000;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
	display: none;
}

.calc-radio-item input:checked~.checkmark:after {
	display: block;
}

.volume .calc-field-item {
	margin-right: 35px;
}

.volume .calc-field-item:last-child {
	margin: 0;
}

.calc-field-more .calc-field-item {
	margin: 6px 55px 6px 0;
}

.calc-field-more .calc-field-item:nth-child(3) {
	margin-right: 0;
}

.calc-field-more .calc-field-list {
	padding: 8px 13px;
}

.calc-installment {
	width: 409px;
	height: 292px;
	background: url("/wp-content/themes/sdth/css/..img/calc/installment.png") center no-repeat;
	background-size: contain;
	margin-top: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	--lzl-bg-img: "/wp-content/themes/sdth/css/..img/calc/installment.png";
}

.calc-installment-btn {
	margin-top: 30px;
}

.calc-installment-btn a {
	color: #fff;
	text-align: center;
	display: block;
	width: 280px;
	border-radius: 20px;
	padding: 20px 0;
	font-size: 16px;
	font-family: Montserrat-Medium, sans-serif;
	background: #0165ab;
}

.discount {
	color: #409ae0;
	font-size: 16px;
	margin-bottom: 15px;
}

.calc-column-range {
	position: relative;
}

.calc-discount {
	border-radius: 20px;
	-webkit-box-shadow: 0 0 20px #eae9e9;
	box-shadow: 0 0 20px #eae9e9;
	background: #fff;
	margin-top: 40px;
	padding: 15px;
}

.calc-discount-title {
	font-size: 22px;
	font-family: Montserrat-SemiBold, sans-serif;
}

.calc-discount-text {
	font-size: 14px;
	margin-top: 20px;
}

.calc-discount-sum {
	font-size: 17px;
	margin-top: 10px;
}

.calc-discount-field {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 25px;
}

.btn-hover a:hover {
	background: #ee2d31;
	color: #fff;
}

.box {
	overflow: hidden;
}

.btn a {
	width: 280px;
	text-align: center;
	display: block;
	padding: 13px 0;
	border: 3px solid #ee2d31;
	color: #ee2d31;
	font-size: 16px;
	border-radius: 20px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.btn-red.btn a {
	background: #ee2d31;
	color: #fff;
}

.btn a:hover {
	background: #ee2d31;
	color: #fff;
}

.btn.btn-red a:hover {
	color: #ee2d31;
	background: #fff;
}

.invert-agree {
	z-index: -1;
	opacity: 0;
	position: absolute;
}

.cites {
	position: relative;
	font-size: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.cites a {
	cursor: pointer;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #ee2d31;
	color: #ee2d31;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.cites option {
	color: #4d4c4c;
}

.check-city {
	bottom: -80px;
	position: absolute;
	width: 150px;
	z-index: 10;
	background-color: #fff;
	padding: 6px;
	-webkit-box-shadow: 0 0 15px 1px rgba(150, 150, 150, .5);
	box-shadow: 0 0 15px 1px rgba(150, 150, 150, .5);
}

.check-city::before {
	content: "";
	position: absolute;
	top: -10px;
	left: calc(50% - 10px);
	border: 0 solid transparent;
	border-right-width: 10px;
	border-left-width: 10px;
	border-bottom: 14px solid #fff;
}

.check-city p {
	width: 100%;
	font-size: 12px;
	font-weight: 700;
}

.check-city .check-city__btn {
	cursor: pointer;
	border: none;
	background: 0 0;
}

.check-city .check-city__btn:hover {
	opacity: .7;
}

.check-city .check-city__btn_agree {
	border-bottom: 1px solid #ee2d31;
	color: #ee2d31;
}

.phone a {
	font-size: 15px;
	color: #2b2f2e;
}

.bottom {
	-webkit-box-shadow: 0 0 10px #015fa0;
	box-shadow: 0 0 10px #015fa0;
	margin-top: 35px;
	padding: 25px 0;
}

.bottom-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-right: 110px;
}

.bottom-social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.schedule-bottom {
	font-size: 14px;
	margin-top: 10px;
}

.social-item {
	margin-left: 15px;
}

.social-item:first-child {
	margin-left: 0;
}

.social-item a {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #fff;
}

.tender-form {
	margin-top: 30px;
}

.tender-field p {
	font-size: 16px;
	margin-bottom: 10px;
}

.tender-check {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.tender-field {
	margin-top: 20px;
}

.tender-field:first-child {
	margin: 0;
}

.check-item {
	margin-right: 30px;
}

.check-item:last-child {
	margin-right: 0;
}

.check-item label {
	font-size: 14px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.check-item label .mark {
	width: 20px;
	height: 15px;
	border-radius: 2px;
	border: 1px solid #c5c5c5;
	background: #fff;
	display: none;
	margin-left: 15px;
	position: relative;
	cursor: pointer;
}

.check-item .mark:after {
	position: absolute;
	left: 5.5px;
	top: -1px;
	width: 4px;
	height: 7px;
	border: solid #000;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
	display: none;
}

.check-item input:checked~.mark:after {
	display: block;
}

.tender-field .tender-price p {
	font-size: 14px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tender-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tender-price span {
	margin-left: 12px;
	font-size: 14px;
}

.tender-price input {
	width: 200px;
	border: 1px solid #ef110c;
	border-radius: 20px;
	text-align: center;
	padding: 12px 0;
	display: block;
	color: #202020;
	font-size: 14px;
	opacity: 1;
	outline: 0;
}

.tender-price input::-webkit-input-placeholder {
	color: #202020;
}

.tender-price input::-moz-placeholder {
	color: #202020;
}

.tender-price input:-ms-input-placeholder {
	color: #202020;
}

.tender-price input::-ms-input-placeholder {
	color: #202020;
}

.tender-price input::placeholder {
	color: #202020;
}

.field-file {
	margin-bottom: 20px;
}

.field-file label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 10px;
	cursor: pointer;
}

.file-img {
	margin-right: 10px;
}

.file-hint {
	color: #626262;
	margin-left: 10px;
}

.field-file input {
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
	cursor: pointer;
}

.tender-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.tender-flex .modal-btn {
	margin-top: 20px;
}

.tender-bottom {
	margin-top: 15px;
}

.hamburger {
	display: none;
}

.modal {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background: rgba(45, 45, 45, .7);
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: none;
}

.modal.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.modal-box {
	width: 750px;
	background: #fff;
	border-radius: 20px;
	padding: 40px 30px 45px;
	position: relative;
	margin: 0 auto;
}

.modal-close {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	z-index: 1;
}

.modal-title {
	font-size: 20px;
	padding-right: 30px;
}

.modal-desc {
	font-size: 16px;
	margin-top: 25px;
}

.modal-form {
	margin-top: 50px;
}

.modal-form form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.modal-field p {
	font-size: 16px;
	margin-bottom: 15px;
}

.modal-field input {
	width: 200px;
	border: 1px solid #ef110c;
	border-radius: 20px;
	text-align: center;
	padding: 12px 0;
	display: block;
	color: #202020;
	font-size: 14px;
	opacity: 1;
	outline: 0;
	margin-right: 30px;
}

.modal-field input::-webkit-input-placeholder {
	color: #202020;
}

.modal-field input::-moz-placeholder {
	color: #202020;
}

.modal-field input:-ms-input-placeholder {
	color: #202020;
}

.modal-field input::-ms-input-placeholder {
	color: #202020;
}

.modal-field input::placeholder {
	color: #202020;
}

.modal-btn {
	margin-top: 60px;
	width: 100%;
}

.modal-btn input {
	width: 260px;
	color: #fff;
	display: block;
	text-align: center;
	border-radius: 20px;
	background: #ef110c;
	outline: 0;
	border: 0;
	border: 2px solid #ef110c;
	padding: 15px 0;
	font-size: 16px;
	cursor: pointer;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.modal-btn input:hover {
	color: #ef110c;
	background: #fff;
}

.comparison-btn {
	margin-top: 50px;
}

.comparison-btn a {
	width: 220px;
	border-radius: 30px;
	padding: 13px 0;
}

#modal-tender .modal-box {
	width: 1155px;
	padding-top: 20px;
}

.error-page {
	width: 100%;
	min-height: 300px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.modal-form input:first-child {
	margin-right: 30px;
}

.pum-theme-88 .pum-content, .pum-theme-content-only .pum-content {
	color: #000 !important;
}

.wpcf7-list-item.first.last {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
}

.wpcf7-list-item.first.last input[type=radio] {
	cursor: pointer;
}

.balcony-form {
	margin-top: 65px;
}

.balcony-form form input::-webkit-input-placeholder {
	color: #626262;
}

.balcony-form form input::-moz-placeholder {
	color: #626262;
}

.balcony-form form input:-ms-input-placeholder {
	color: #626262;
}

.balcony-form form input::-ms-input-placeholder {
	color: #626262;
}

.balcony-form form input::placeholder {
	color: #626262;
}

.balcony-form .balcony-form-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.balcony-form .balcony-form-block input {
	width: 100%;
	max-width: 330px;
}

.balcony-form .balcony-form-block:last-child {
	margin-top: 30px;
}

.balcony-form form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.balcony-form input {
	min-width: 245px;
	display: block;
	background: #fff;
	padding: 13px;
	text-align: center;
	border: 2px solid #ee2d31;
	outline: 0;
	color: #626262;
	opacity: 1;
	font-size: 14px;
	border-radius: 20px;
}

.balcony-form input[type=submit] {
	width: 100%;
	text-align: center;
	display: block;
	padding: 13px 0;
	border: 3px solid #ee2d31;
	background: #ee2d31;
	color: #fff;
	font-size: 16px;
	border-radius: 20px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	transition: .5s;
	outline: 0;
	cursor: pointer;
}

.balcony-form input[type=submit]:hover {
	background: #fff;
	color: #000;
}

.notlike-check-item label {
	font-size: 14px;
	position: relative;
	display: block;
}

.notlike-check-item label span {
	width: 35px;
	height: 24px;
	border-radius: 4px;
	border: 1px solid #c5c5c5;
	background: #fff;
	display: block;
	margin-right: 10px;
	position: relative;
	cursor: pointer;
}

.notlike-check-item span:after {
	position: absolute;
	left: 11px;
	top: 0;
	width: 8px;
	height: 12px;
	border: solid #000;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
	display: none;
}

.notlike-check-item input:checked~span:after {
	display: block;
}

.notlike-check-item input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.notlike-check-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
}

.notlike-check-item:first-child {
	margin: 0;
}

.notlike-box {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 120px;
}

.notlike-link {
	width: 51%;
	font-size: 14px;
	position: relative;
}

.notlike-link a {
	color: #000;
	text-decoration: underline;
}

#notlike .modal-desc {
	padding-right: 120px;
}

.messengers {
	font-size: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.messengers-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 75px;
}

.messengers-item {
	margin-right: 15px;
}

.messengers-item:last-child {
	margin-right: 0;
}

.messengers-item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #202020;
}

.messengers-img {
	display: block;
	margin-right: 5px;
	width: 18px;
}

.passport-form form {
	width: 430px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.passport-form form .modal-field input {
	margin-right: 0 !important;
}

.passport-form.modal-form {
	margin-top: 20px;
}

.passport-form .modal-field:first-child {
	margin-right: 0;
}

.passport-form .modal-field {
	margin-top: 30px;
}

.passport-form .modal-btn button {
	width: 200px;
}

.cites-change .modal-title {
	background-color: #f4f4f4;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 105px;
	border-radius: 20px 20px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 30px;
}

.cites-change .cites-change__list {
	margin-top: 100px;
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(3, fr);
	grid-template-rows: repeat(8, 2fr);
	grid-auto-flow: column;
	gap: 20px 0;
}

.cites-change .cites-change__letter {
	font-size: 18px;
	text-transform: uppercase;
}

.cites-change .cites-change__sublist {
	padding-left: 27px;
	margin-top: -20px;
}

.cites-change .cites-change__subitem a {
	color: #737171;
	cursor: pointer;
	-webkit-transition: color .2s linear;
	-o-transition: color .2s linear;
	transition: color .2s linear;
}

.cites-change .cites-change__subitem a:hover {
	color: #ee2d31;
}

.calc {
	margin-bottom: 80px;
}

.calc-discount-field .wpcf7 form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
}

.calc-discount-field .wpcf7 form .discount-field-tel {
	margin-bottom: 10px;
	margin-right: 10px;
}

.discount-field-tel input {
	border: 2px solid #ee2d31;
	border-radius: 20px;
	background: #fff;
	text-align: center;
	color: #626262;
	padding: 10px;
	display: block;
	width: 100%;
	font-size: 12px;
	opacity: 1;
	outline: 0;
}

.range-track input {
	background: #fafcff;
	font-weight: 700;
}

.window {
	margin: 0 auto;
}

.calc-column-range {
	position: relative;
}

.range-width-box, .range-height-box, .range-depth-box {
	font-size: 15px;
}

.range-track input {
	border: 0;
	outline: 0;
	font-size: 15px;
	color: #202020;
	width: 80px;
}

.range-depth {
	margin-top: 20px;
}

.ui-slider {
	position: relative;
	text-align: left;
}

.ui-slider-vertical {
	height: 430px;
	width: 4px;
}

.ui-widget-content {
	background: #a45c9b;
}

.range-height {
	position: absolute;
	top: 40px;
	right: -10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 39px;
	height: 18px;
	background: #b4d9f3;
	border-radius: 5px;
	cursor: pointer;
	-ms-touch-action: none;
	touch-action: none;
	outline: 0;
}

.ui-slider.ui-slider-vertical .ui-slider-handle {
	height: 39px;
	width: 18px;
}

.range-height-box {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
	position: absolute;
	top: 0;
	right: -45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 145px;
}

.range-width {
	position: absolute;
	top: 25px;
	left: -20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.range-depth-box {
	margin-bottom: 10px;
}

.range-width-box {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
	position: absolute;
	top: 30px;
	right: -45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 145px;
}

.type-window .calc-radio {
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.type-window .type-window__text {
	display: block;
	padding: 1rem;
	font-size: .9rem;
	text-align: center;
	cursor: pointer;
}

.type-window .checkmark {
	top: 20px;
	left: -10px;
}

.payment {
	margin-top: 75px;
	font-family: pt sans, sans-serif;
	margin-bottom: 120px;
}

.payment__figures {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.payment__figure-item2 {
	position: absolute;
	top: 20%;
	left: 90%;
}

.payment__figure-item3 {
	position: absolute;
	top: 50%;
	left: 120%;
}

.payment__figure-item4 {
	position: absolute;
	top: 55%;
	left: 110%;
}

.payment__figure-card {
	position: absolute;
	top: 20%;
	left: 40%;
}

.payment-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-left: 340px;
}

.payment-main .wpcf7 {
	margin: 0 auto;
}

.payment-main__title {
	margin-bottom: 25px;
}

.payment-main__desc {
	max-width: 590px;
	margin-bottom: 60px;
}

.payment-main form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.payment-main form input {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 calc(50% - 50px);
	flex: 1 0 calc(50% - 50px);
	border: none;
	border-bottom: 1px solid #8c8c8c;
	padding: 10px 0;
	background-color: #fafcff;
	margin-top: 10px;
	outline: none;
}

.payment-main form input::-webkit-input-placeholder {
	color: #000;
	font-family: pt sans, sans-serif;
	font-size: 16px;
}

.payment-main form input::-moz-placeholder {
	color: #000;
	font-family: pt sans, sans-serif;
	font-size: 16px;
}

.payment-main form input:-ms-input-placeholder {
	color: #000;
	font-family: pt sans, sans-serif;
	font-size: 16px;
}

.payment-main form input::-ms-input-placeholder {
	color: #000;
	font-family: pt sans, sans-serif;
	font-size: 16px;
}

.payment-main form input::placeholder {
	color: #000;
	font-family: pt sans, sans-serif;
	font-size: 16px;
}

.payment-main form input:nth-child(odd) {
	margin-right: 50px;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 calc(50% - 50px);
	flex: 1 0 calc(50% - 50px);
}

.payment-main form textarea {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
	background-color: #fafcff;
	resize: none;
	border: none;
	border-bottom: 1px solid #8c8c8c;
	display: block;
	height: 28px !important;
	margin-top: 20px !important;
	outline: none;
}

.payment-main form textarea::-webkit-input-placeholder {
	color: #000;
	font-family: pt sans, sans-serif;
	font-size: 16px;
}

.payment-main form textarea::-moz-placeholder {
	color: #000;
	font-family: pt sans, sans-serif;
	font-size: 16px;
}

.payment-main form textarea:-ms-input-placeholder {
	color: #000;
	font-family: pt sans, sans-serif;
	font-size: 16px;
}

.payment-main form textarea::-ms-input-placeholder {
	color: #000;
	font-family: pt sans, sans-serif;
	font-size: 16px;
}

.payment-main form textarea::placeholder {
	color: #000;
	font-family: pt sans, sans-serif;
	font-size: 16px;
}

.payment-main form input[type=submit] {
	margin: 50px auto;
	width: 260px;
	display: block;
	margin-left: auto;
	background: #ee2d31;
	color: #fff;
	border-radius: 30px;
	cursor: pointer;
	outline: 0;
	border: 2px solid #ee2d31;
	padding: 10px;
	text-align: center;
	font-size: 14px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.payment-main form input[type=submit]:hover {
	background: #fff;
	color: #ee2d31;
}

.payment-info {
	margin-top: 55px;
	background-color: #fff;
	padding: 30px 10px;
	border-radius: 10px;
}

.payment-info__top .payment-info__block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.payment-info__bottom {
	margin-top: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.text-block .text-block__title {
	margin-bottom: 20px;
}

.text-block .text-block__text {
	line-height: 22px;
}

.text-block:nth-child(1), .text-block:nth-child(3) {
	margin-right: 20px;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 calc(60% - 20px);
	flex: 1 0 calc(60% - 20px);
}

.text-block:nth-child(3), .text-block:nth-child(4) {
	margin-top: 20px;
}

.calc-installment.lzl:not(.lzl-ed), .calc-installment.lzl-ing:not(.lzl-ed) {
	background-image: none;
}

.text-block_half {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 40%;
	flex: 1 0 40%;
}

.text-block_full {
	margin-top: 30px;
}

.windows-prices {
	padding: 100px 0;
	font-family: pt sans, sans-serif;
}

.windows-prices__list {
	margin-top: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.windows-prices__item {
	max-width: 280px;
	padding: 30px 10px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 1rem;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.windows-prices__item:hover {
	background-color: #fff;
	-webkit-box-shadow: #b3b3b3 2px 2px 10px;
	box-shadow: #b3b3b3 2px 2px 10px;
}

.windows-prices__title {
	font-size: 23px;
	font-weight: 700;
	margin-bottom: 30px;
}

.windows-prices__title span {
	display: block;
	color: #ee2d31;
	text-align: center;
}

.windows-prices__image {
	margin-bottom: 20px;
}

.windows-prices__desc {
	display: block;
	margin-top: auto;
}

.windows-prices__desc::after {
	content: "";
	display: block;
	width: 70%;
	margin: 8px auto;
	height: 1px;
	background-color: #aaa;
}

.window-price {
	margin-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 15px;
}

.window-price__old {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 50%;
	flex: 1 0 50%;
	position: relative;
}

.window-price__old::after {
	content: "";
	display: block;
	width: 80%;
	height: 1px;
	background-color: #000;
	position: absolute;
	top: 40%;
}

.window-price__actual {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 50%;
	flex: 1 0 50%;
	text-align: right;
	font-size: 21px;
	font-weight: 700;
	color: #0270c5;
}

.window-price__instalments {
	margin-top: 5px;
}

.window-price__instalments span {
	color: #0270c5;
}

.windows-prices__btn {
	margin-top: 15px;
	width: 100%;
	background: #ee2d31;
	color: #fff;
	border-radius: 30px;
	cursor: pointer;
	outline: 0;
	border: 2px solid #ee2d31;
	padding: 10px;
	text-align: center;
	display: block;
	font-size: 14px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.windows-prices__btn:hover {
	background: #fff;
	color: #ee2d31;
}

.discount-field-btn input[type=submit] {
	width: 175px;
	background: #ee2d31;
	color: #fff;
	border-radius: 30px;
	cursor: pointer;
	outline: 0;
	border: 2px solid #ee2d31;
	padding: 10px;
	text-align: center;
	display: block;
	font-size: 14px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.discount-field-btn input[type=submit]:hover {
	color: #ee2d31;
	background: #fff;
}

.discount-field-btn .btn {
	background: #ee2d31;
	color: #fff;
	border-radius: 30px;
	cursor: pointer;
	outline: 0;
	border: 2px solid #ee2d31;
	padding: 10px;
	text-align: center;
	display: block;
	font-size: 14px;
	font-family: Montserrat-Regular, sans-serif;
}

.promo .promo-list {
	position: relative;
}

.promo .promo-list .owl-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	position: absolute;
	top: 50%;
}

.promo .promo-list .owl-nav button {
	opacity: .5;
}

.promo .promo-list .owl-nav button:hover {
	opacity: 1;
}

.promo-title {
	height: 40px;
}

.works-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.btn-custom {
	width: 280px;
	text-align: center;
	display: block;
	padding: 13px 0;
	border: 3px solid var(--red);
	color: var(--red);
	font-size: 16px;
	border-radius: 20px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.btn-custom-red {
	background: var(--red);
	color: var(--white);
}

.btn-custom.btn-custom-red:hover {
	background: var(--white);
	color: var(--red);
}

.btn-custom:hover {
	color: var(--white);
	background: var(--red);
}

.title {
	font-family: var(--f1);
	font-weight: bold;
}

.calc {
	position: relative;
}

.calc .title {
	color: #000;
	text-align: center;
	font-size: 40px;
}

.calc__ellipse {
	position: absolute;
	left: -100px;
	z-index: -1;
}

.calc .wincalc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 1050px;
	margin: 50px auto 0 auto;
}

.calc .wincalc-type-selector {
	width: 140px;
}

.calc .wincalc-type-selector p {
	font-size: 28px;
	margin-bottom: 20px;
}

.calc .wincalc-type-selector-one {
	position: relative;
	width: 100%;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	padding: 10px;
	margin: 5px 0;
	border-radius: 5px;
	cursor: pointer;
	background-color: #fff;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	-webkit-box-shadow: 4px 4px 10px #dfdfdf;
	box-shadow: 4px 4px 10px #dfdfdf;
}

.calc .wincalc-type-selector-one-selected {
	background: var(--gd-cyan-to-blue);
	color: var(--white);
}

.calc .wincalc-type-selector-one:not(.wincalc-type-selector-one-selected):hover {
	background-color: #cbe0f5;
}

.calc .wincalc-main-window {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: calc(100% - 420px);
}

.calc .wincalc-main-window-container {
	position: relative;
}

.calc .wincalc-constuction {
	height: 370px;
	padding-left: 80px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.calc .wincalc-frames {
	position: absolute;
	margin-left: 78px;
	top: 0;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.calc .wincalc-frame {
	position: absolute;
	opacity: 0;
	top: 0;
	-webkit-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
}

.calc .wincalc-frame-1 {
	left: 0;
}

.calc .wincalc-frame-2 {
	left: 146px;
}

.calc .wincalc-frame-3 {
	left: 292px;
}

.calc .wincalc-frame-selector {
	width: 100px;
	position: absolute;
	top: 50px;
	left: 47px;
	font-size: 15px;
	background: #fff;
	opacity: .8;
	-webkit-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
	padding: 0;
}

.calc .wincalc-frame:hover>.wincalc-frame-selector {
	opacity: 1;
}

.calc .wincalc-group-selector {
	width: 280px;
	font-size: 16px;
}

.calc .wincalc-type2-selector p {
	font-size: 30px;
	margin-bottom: 20px;
}

.calc .wincalc-size-selector input {
	width: 100%;
	padding: 8px 20px;
	margin-top: 10px;
	padding-right: 30px;
	font-size: 18px;
	border: none;
	-webkit-box-shadow: 2px 2px 10px #cecece;
	box-shadow: 2px 2px 10px #cecece;
}

.calc .wincalc-options {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr [2];
	grid-template-columns: repeat(2, 1fr);
	font-weight: normal;
	font-size: 14px;
	padding: 35px 0 20px 10px;
	margin-top: 30px;
	background: var(--white);
	-webkit-box-shadow: 5px 5px 15px #cecece;
	box-shadow: 5px 5px 15px #cecece;
	border-radius: 10px;
}

.calc .wincalc-options input {
	display: none;
}

.calc .wincalc-price {
	margin-top: -100px;
	margin-left: 207px;
	border-radius: 20px;
	-webkit-box-shadow: 0 0 20px #eae9e9;
	box-shadow: 0 0 20px #eae9e9;
	background: #fff;
	padding: 15px;
	max-width: 487px;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	font-size: 18px;
	font-weight: bold;
}

.calc .wincalc-price-value {
	font-size: 18px;
}

.calc .wincalc-price-title {
	font-family: "Montserrat-Bold", sans-serif;
}

.calc .wincalc-price-text p {
	font-size: 14px;
	margin: 15px 0;
}

.calc .wincalc-price-text p span {
	font-family: "Montserrat-Bold", sans-serif;
}

.calc .wincalc-price-sum {
	font-family: "Montserrat-Bold", sans-serif;
}

.calc .wincalc-price-field .wpcf7 form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 25px;
}

.calc .wincalc-price .discount-field-tel input {
	border: 2px solid #ee2d31;
	border-radius: 20px;
	background: #fff;
	text-align: center;
	color: #626262;
	padding: 10px;
	display: block;
	width: 215px;
	font-size: 12px;
	opacity: 1;
	outline: 0;
	font-family: Montserrat-Regular, sans-serif;
}

.calc .wincalc-price .discount-field-btn {
	margin-left: 35px;
}

.calc .wincalc-price .discount-field-btn p {
	font-size: 10px;
}

.calc .meter_horisontal {
	margin-left: 80px;
	width: 400px;
}

.calc .meter_vertical {
	position: absolute;
	width: 350px;
	left: -170px;
	top: 160px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.calc output {
	display: block;
}

.calc .meter {
	-webkit-appearance: none;
	width: 100%;
	background: var(--gd-cyan-to-blue2);
	border-radius: 5px;
}

.calc .meter:focus {
	outline: none;
}

.calc .meter::-webkit-slider-runnable-track {
	height: 6px;
}

.calc .meter::-moz-range-track {
	height: 6px;
}

.calc .meter::-webkit-slider-thumb {
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background: var(--red);
	-webkit-appearance: none;
	margin-top: -7px;
	cursor: pointer;
}

.calc .meter::-moz-range-thumb {
	height: 15px;
	width: 15px;
	border-radius: 50%;
	background: #6391bf;
	cursor: pointer;
}

.calc .block-items-wrapper {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.calc .block-items-clear {
	width: 100%;
}

.calc .block-items .block-items-float {
	width: 50%;
	margin-bottom: 5px;
}

.calc .block-items-clear>span, .calc .block-items-float>span {
	color: #aaa;
	padding-left: 40px;
}

.benefit {
	padding-top: 100px;
	margin-top: 70px;
}

.benefit-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.benefit-content .title {
	text-align: left;
	font-size: 30px;
}

.benefit-icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.benefit-icons-item {
	-webkit-box-shadow: 0 0 30px #f1f0f1;
	box-shadow: 0 0 30px #f1f0f1;
	border-radius: 12px;
	background: #fff;
	text-align: center;
	width: 265px;
	margin-top: 37px;
	font-size: 16px;
	font-weight: 600;
	font-family: Montserrat-SemiBold, sans-serif;
	padding: 25px 15px;
	line-height: 160%;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	cursor: pointer;
}

.benefit-icons-item:hover {
	background: var(--gd-cyan-to-blue3);
	-webkit-box-shadow: 0 0 15px rgba(40, 171, 197, .45);
	box-shadow: 0 0 15px rgba(40, 171, 197, .45);
	color: var(--white);
}

.benefit-content, .benefit-icons {
	width: 49.5%;
}

.benefit-info {
	font-size: 20px;
	line-height: 160%;
	font-family: Montserrat-Medium, sans-serif;
	margin-top: 30px;
}

.benefit-list {
	margin-top: 75px;
}

.benefit-list li {
	position: relative;
	padding-left: 38px;
	margin-top: 22px;
	line-height: 140%;
}

.benefit-list li:first-child {
	margin: 0;
}

.benefit-list li::before {
	content: "";
	display: block;
	position: absolute;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background: var(--red);
	-webkit-box-shadow: 2px 2px 10px #ccc;
	box-shadow: 2px 2px 10px #ccc;
	left: 0;
	top: 0;
}

.cons {
	padding-bottom: 110px;
	padding-top: 70px;
	margin-top: 60px;
	position: relative;
}

.cons .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cons .title {
	font-size: 30px;
	color: #000;
}

.cons-img {
	width: 43%;
}

.cons-info {
	width: 57%;
}

.cons-text {
	font-size: 20px;
	font-family: Montserrat-Medium, sans-serif;
	margin: 30px 0 45px 0;
}

.cons li {
	position: relative;
	padding-left: 38px;
	margin-top: 22px;
	line-height: 140%;
}

.cons li::before {
	content: "";
	display: block;
	position: absolute;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background: var(--red);
	-webkit-box-shadow: 2px 2px 10px #ccc;
	box-shadow: 2px 2px 10px #ccc;
	left: 0;
	top: 0;
}

.cons li:first-child {
	margin: 0;
}

.cons-bottom {
	margin-top: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.cons-bottom-info span {
	font-weight: 700;
}

.tabs-needs .title {
	font-size: 30px;
	text-align: center;
	margin-bottom: 60px;
}

.tabs-needs .tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 50px;
	justify-items: center;
}

.tabs-needs .tabs .tab {
	white-space: nowrap;
	width: 250px;
	padding: 15px 50px;
	margin: 5px 15px;
	background-color: var(--white);
	border-radius: 10px;
	-webkit-box-shadow: 0 0 10px #d3d3d3;
	box-shadow: 0 0 10px #d3d3d3;
	cursor: pointer;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	font-weight: 700;
}

.tabs-needs .tabs .tab:hover {
	color: var(--white);
	background: -o-linear-gradient(282deg, #28acc5 0%, #1772ad 100%);
	background: linear-gradient(168deg, #28acc5 0%, #1772ad 100%);
}

.tabs-needs .tab-item__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.tabs-needs .tab-item__img {
	margin-right: 65px;
	height: 350px;
}

.tabs-needs .tab-item__title {
	font-size: 20px;
	font-weight: bold;
}

.tabs-needs .tab-item .block-lists {
	margin: 50px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.tabs-needs .tab-item .block-lists__list:first-child {
	margin-right: 45px;
}

.tabs-needs .tab-item .block-lists__item {
	position: relative;
	padding-left: 30px;
}

.tabs-needs .tab-item .block-lists__item::before {
	content: "";
	display: block;
	position: absolute;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background: var(--red);
	-webkit-box-shadow: 2px 2px 10px #ccc;
	box-shadow: 2px 2px 10px #ccc;
	left: 0;
	top: 0;
}

.tabs-needs .tab-item .block-lists__item:not(:first-child) {
	margin-top: 20px;
}

.tabs-needs .tab-item .block-lists__item--title {
	font-size: 20px;
	padding: 0;
	font-weight: 700;
}

.tabs-needs .tab-item .block-lists__item--title::before {
	content: none;
}

.tabs-needs .tab-item__price {
	text-align: right;
	font-size: 20px;
	font-weight: bold;
}

.tabs-needs .tab-item__price span {
	font-size: 25px;
}

.tabs-needs .tab-item__btns {
	margin-top: 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.tabs-needs .tab-item__btns .btn-custom:first-child {
	margin-right: 40px;
}

.tabs-needs hr {
	border: none;
	background-color: var(--secondary);
	height: 1px;
	width: 100%;
}

.installment {
	margin-top: 120px;
	padding: 50px 0 180px;
}

.installment-info {
	width: 652px;
	border-radius: 20px;
	background: #fff;
	padding: 45px 30px;
}

.installment-info ul {
	margin-top: 45px;
}

.installment-info li {
	position: relative;
	padding-left: 38px;
	margin-top: 30px;
	line-height: 140%;
	font-size: 25px;
	font-family: Montserrat-Medium, sans-serif;
}

.installment-info li::before {
	content: "";
	display: block;
	position: absolute;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background: var(--red);
	-webkit-box-shadow: 2px 2px 10px #ccc;
	box-shadow: 2px 2px 10px #ccc;
	left: 0;
	bottom: 8px;
}

.installment .btn-custom {
	margin-top: 70px;
}

.installment-politic {
	font-size: 13px;
	margin-top: 10px;
	line-height: normal;
	padding-left: 10px;
}

.installment-partners {
	margin-top: 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 520px;
}

.promo {
	margin-top: 50px;
}

.promo .title {
	font-size: 30px;
	text-align: center;
}

.promo-list {
	position: relative;
	margin-top: 40px;
}

.promo-item {
	min-height: 300px;
	border-radius: 20px;
	background-color: #fff !important;
	-webkit-box-shadow: 0 0 30px #f1f0f1;
	box-shadow: 0 0 30px #f1f0f1;
	padding: 35px 40px;
	background-position: bottom right !important;
	background-repeat: no-repeat !important;
	position: relative;
	overflow: hidden;
}

.promo-item-box {
	max-width: 75%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
}

.promo-item-box .promo-title {
	height: auto;
}

.promo-item-box .btn-custom {
	margin-top: auto;
}

.promo-item-img {
	position: absolute;
	bottom: 0;
	right: 0;
	max-width: 270px;
}

.promo-item::before {
	content: "";
	width: 400px;
	height: 400px;
	border-radius: 50%;
	position: absolute;
	bottom: -120px;
	right: -100px;
	background: -webkit-gradient(linear, left top, left bottom, from(#4090d2), to(#96d8f0));
	background: -o-linear-gradient(top, #4090d2 0%, #96d8f0 100%);
	background: linear-gradient(180deg, #4090d2 0%, #96d8f0 100%);
}

.promo-title {
	font-size: 25px;
	font-family: Montserrat-SemiBold, sans-serif;
	font-weight: 500;
}

.promo-desc {
	margin-top: 20px;
	font-size: 16px;
}

.promo-desc p span {
	color: var(--red);
}

.promo .owl-next, .promo .owl-prev {
	display: none !important;
}

.discount-slider {
	padding: 160px 0;
	background-size: 900px !important;
}

.discount-slider .title {
	margin-bottom: 90px;
	font-size: 40px;
}

.discount-slider__list {
	position: relative;
}

.discount-slider__item {
	margin-top: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 260px;
	background-color: var(--white);
	padding: 180px 20px 20px;
	border-radius: 10px;
	position: relative;
}

.discount-slider__item-img {
	position: absolute;
	width: auto;
	top: -40px;
}

.discount-slider__desc {
	margin-top: 35px;
	margin-bottom: 15px;
	color: var(--gray);
	font-size: 15px;
}

.discount-slider__price {
	font-size: 17px;
}

.discount-slider__price span {
	font-size: 12px;
}

.discount-slider .btn-custom {
	margin-top: 40px;
	width: 190px;
}

.discount-slider .owl-nav button {
	position: absolute;
	top: 50%;
	border: 2px solid var(--red);
	border-radius: 50%;
	width: 25px;
	height: 25px;
	background-color: transparent;
}

.discount-slider .owl-nav button:focus {
	outline: none;
}

.discount-slider .owl-nav button::before {
	content: "";
	position: absolute;
	top: calc(50% - 3px);
	left: calc(50% - 5px);
	width: 6px;
	height: 6px;
	border: 2px solid var(--red);
	border-bottom: none;
	border-right: none;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.discount-slider .owl-nav button:hover::before {
	border: 2px solid var(--gray);
	border-bottom: none;
	border-right: none;
}

.discount-slider .owl-nav .owl-next {
	right: -20px;
}

.discount-slider .owl-nav .owl-next::before {
	-webkit-transform: rotate(133deg);
	-ms-transform: rotate(133deg);
	transform: rotate(133deg);
}

.discount-slider .owl-nav .owl-prev {
	left: -20px;
}

.discount-slider .owl-nav .owl-prev::before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: calc(50% - 2px);
}

.discount-perf-list {
	margin-top: 20px;
	margin-bottom: 30px;
}

.discount-perf-list__item {
	font-size: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.discount-perf-list__item p {
	margin-left: 10px;
}

.discount-perf-list .dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 5px var(--gray);
	box-shadow: 0 0 5px var(--gray);
	margin: 0 3px;
}

.discount-perf-list .dot--active {
	background-color: var(--red);
}

.works {
	margin-bottom: 40px;
	margin-top: 90px;
	padding: 0 20px;
}

.works .title {
	font-size: 40px;
	text-align: center;
}

.works-list {
	margin-top: 30px;
}

.works-item {
	-webkit-box-shadow: 0 0 30px #f0f0f1;
	box-shadow: 0 0 30px #f0f0f1;
	border-radius: 20px;
}

.works-content {
	padding: 40px 35px 35px 35px;
	position: relative;
}

.works-title {
	font-size: 20px;
	line-height: 145%;
	position: absolute;
}

.works-info {
	margin-top: 100px;
}

.works-info-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 19px;
	font-family: Montserrat-Medium, sans-serif;
	margin-top: 5px;
	position: relative;
}

.works-info-item p {
	position: relative;
	background: #fafcff;
	z-index: 1;
}

.works-info-item::after {
	display: block;
	position: absolute;
	left: 0;
	bottom: 4px;
	width: 100%;
	border-top: 1px dotted #202020;
	content: "";
}

.works .btn-custom {
	margin: 50px auto 0;
}

.works .owl-nav {
	display: none !important;
}

.discount-slider .wrapper .title {
	text-align: center;
}

.validation-btn:disabled {
	pointer-events: none;
	opacity: .5;
}

.validation-btn:disabled+p {
	opacity: 1;
}

.validation-btn+p {
	opacity: 0;
}

@supports (margin-bottom: clamp(1.875rem, 0.46875rem + 7.03125vw, 7.5rem)) {}

@supports not (margin-bottom: clamp(1.875rem, 0.46875rem + 7.03125vw, 7.5rem)) {}

.whywe._reverse {
	padding-bottom: 3.25rem;
	border-bottom: 1px solid #252525;
	margin-bottom: 2.125rem;
}

@supports (margin-bottom: clamp(1.25rem, 0.9375rem + 1.5625vw, 2.5rem)) {}

@supports not (margin-bottom: clamp(1.25rem, 0.9375rem + 1.5625vw, 2.5rem)) {}

@supports (font-size: clamp(0.8125rem, 0.546875rem + 1.328125vw, 1.875rem)) {}

@supports not (font-size: clamp(0.8125rem, 0.546875rem + 1.328125vw, 1.875rem)) {}

@supports (font-size: clamp(0.625rem, 0.453125rem + 0.859375vw, 1.3125rem)) {}

@supports not (font-size: clamp(0.625rem, 0.453125rem + 0.859375vw, 1.3125rem)) {}

@supports (font-size: clamp(0.625rem, 0.484375rem + 0.703125vw, 1.1875rem)) {}

@supports not (font-size: clamp(0.625rem, 0.484375rem + 0.703125vw, 1.1875rem)) {}

._reverse .whywe__item {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.item-whywe__text h3 {
	margin-bottom: 1.125rem;
	font-weight: 500;
	color: #005da3;
}

@supports (font-size: clamp(0.6875rem, 0.515625rem + 0.859375vw, 1.375rem)) {
	.item-whywe__text h3 {
		font-size: clamp(.6875rem, .515625rem + .859375vw, 1.375rem);
	}
}

@supports not (font-size: clamp(0.6875rem, 0.515625rem + 0.859375vw, 1.375rem)) {
	.item-whywe__text h3 {
		font-size: calc(.6875rem + .6875 * ( 100vw - 20rem ) / 80);
	}
}

@supports (font-size: clamp(0.625rem, 0.484375rem + 0.703125vw, 1.1875rem)) {
	.item-whywe__text p {
		font-size: clamp(.625rem, .484375rem + .703125vw, 1.1875rem);
	}
}

@supports not (font-size: clamp(0.625rem, 0.484375rem + 0.703125vw, 1.1875rem)) {
	.item-whywe__text p {
		font-size: calc(.625rem + .5625 * ( 100vw - 20rem ) / 80);
	}
}

@supports (font-size: clamp(0.6875rem, 0.421875rem + 1.328125vw, 1.75rem)) {}

@supports not (font-size: clamp(0.6875rem, 0.421875rem + 1.328125vw, 1.75rem)) {}

@supports (gap: clamp(1.25rem, 0.625rem + 3.125vw, 3.75rem)) {}

@supports not (gap: clamp(1.25rem, 0.625rem + 3.125vw, 3.75rem)) {}

@supports (font-size: clamp(1rem, 0.78125rem + 1.09375vw, 1.875rem)) {}

@supports not (font-size: clamp(1rem, 0.78125rem + 1.09375vw, 1.875rem)) {}

@supports (padding-left: clamp(1.25rem, -13.344017094rem + 17.094017094vw, 3.75rem)) {}

@supports not (padding-left: clamp(1.25rem, -13.344017094rem + 17.094017094vw, 3.75rem)) {}

@supports (font-size: clamp(2.25rem, 2.015625rem + 1.171875vw, 3.1875rem)) {}

@supports not (font-size: clamp(2.25rem, 2.015625rem + 1.171875vw, 3.1875rem)) {}

@supports (font-size: clamp(0.6875rem, 0.515625rem + 0.859375vw, 1.375rem)) {}

@supports not (font-size: clamp(0.6875rem, 0.515625rem + 0.859375vw, 1.375rem)) {}

@supports (font-size: clamp(0.625rem, 0.484375rem + 0.703125vw, 1.1875rem)) {}

@supports not (font-size: clamp(0.625rem, 0.484375rem + 0.703125vw, 1.1875rem)) {}

@supports (margin-bottom: clamp(1.5rem, 1.09375rem + 2.03125vw, 3.125rem)) {}

@supports not (margin-bottom: clamp(1.5rem, 1.09375rem + 2.03125vw, 3.125rem)) {}

@supports (height: clamp(6.125rem, 1.84375rem + 21.40625vw, 23.25rem)) {}

@supports not (height: clamp(6.125rem, 1.84375rem + 21.40625vw, 23.25rem)) {}

@supports (font-size: clamp(0.8125rem, 0.546875rem + 1.328125vw, 1.875rem)) {}

@supports not (font-size: clamp(0.8125rem, 0.546875rem + 1.328125vw, 1.875rem)) {}

@supports (font-size: clamp(0.5rem, 0.34375rem + 0.78125vw, 1.125rem)) {}

@supports not (font-size: clamp(0.5rem, 0.34375rem + 0.78125vw, 1.125rem)) {}

@supports (margin-bottom: clamp(0.8125rem, 0.15625rem + 3.28125vw, 3.4375rem)) {}

@supports not (margin-bottom: clamp(0.8125rem, 0.15625rem + 3.28125vw, 3.4375rem)) {}

@supports (font-size: clamp(0.8125rem, 0.546875rem + 1.328125vw, 1.875rem)) {}

@supports not (font-size: clamp(0.8125rem, 0.546875rem + 1.328125vw, 1.875rem)) {}

@supports (margin-bottom: clamp(0.375rem, 0.09375rem + 1.40625vw, 1.5rem)) {}

@supports not (margin-bottom: clamp(0.375rem, 0.09375rem + 1.40625vw, 1.5rem)) {}

@supports (font-size: clamp(0.8125rem, 0.546875rem + 1.328125vw, 1.875rem)) {}

@supports not (font-size: clamp(0.8125rem, 0.546875rem + 1.328125vw, 1.875rem)) {}

@supports (font-size: clamp(0.9375rem, 0.78125rem + 0.78125vw, 1.5625rem)) {}

@supports not (font-size: clamp(0.9375rem, 0.78125rem + 0.78125vw, 1.5625rem)) {}

@supports (font-size: clamp(0.625rem, 0.484375rem + 0.703125vw, 1.1875rem)) {}

@supports not (font-size: clamp(0.625rem, 0.484375rem + 0.703125vw, 1.1875rem)) {}

@supports (font-size: clamp(0.5rem, 0.421875rem + 0.390625vw, 0.8125rem)) {}

@supports not (font-size: clamp(0.5rem, 0.421875rem + 0.390625vw, 0.8125rem)) {}

@supports (margin-top: clamp(0.0000000625rem, -1.0937499219rem + 5.4687499219vw, 4.375rem)) {
	.about {
		margin-top: clamp(0.0000000625rem, -1.0937499219rem + 5.4687499219vw, 4.375rem);
	}
}

@supports not (margin-top: clamp(0.0000000625rem, -1.0937499219rem + 5.4687499219vw, 4.375rem)) {
	.about {
		margin-top: calc(0.0000000625rem + 4.3749999375 * ( 100vw - 20rem ) / 80);
	}
}

.about__header {
	margin-bottom: 3.375rem;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.about__image {
	width: 100%;
}

.about__services {
	position: relative;
}

@supports (margin-bottom: clamp(1.5rem, 0.6875rem + 4.0625vw, 4.75rem)) {
	.about__services {
		margin-bottom: clamp(1.5rem, .6875rem + 4.0625vw, 4.75rem);
	}
}

@supports not (margin-bottom: clamp(1.5rem, 0.6875rem + 4.0625vw, 4.75rem)) {
	.about__services {
		margin-bottom: calc(1.5rem + 3.25 * ( 100vw - 20rem ) / 80);
	}
}

@supports (margin-bottom: clamp(1.6875rem, 0.859375rem + 4.140625vw, 5rem)) {}

@supports not (margin-bottom: clamp(1.6875rem, 0.859375rem + 4.140625vw, 5rem)) {}

@supports (margin-bottom: clamp(1.5rem, 0.953125rem + 2.734375vw, 3.6875rem)) {}

@supports not (margin-bottom: clamp(1.5rem, 0.953125rem + 2.734375vw, 3.6875rem)) {}

@supports (margin-bottom: clamp(2rem, 0.84375rem + 5.78125vw, 6.625rem)) {
	.about__this {
		margin-bottom: clamp(2rem, .84375rem + 5.78125vw, 6.625rem);
	}
}

@supports not (margin-bottom: clamp(2rem, 0.84375rem + 5.78125vw, 6.625rem)) {
	.about__this {
		margin-bottom: calc(2rem + 4.625 * ( 100vw - 20rem ) / 80);
	}
}

.about__tabs {
	position: relative;
}

@supports (margin-bottom: clamp(2.125rem, 0.546875rem + 7.890625vw, 8.4375rem)) {
	.about__tabs {
		margin-bottom: clamp(2.125rem, .546875rem + 7.890625vw, 8.4375rem);
	}
}

@supports not (margin-bottom: clamp(2.125rem, 0.546875rem + 7.890625vw, 8.4375rem)) {
	.about__tabs {
		margin-bottom: calc(2.125rem + 6.3125 * ( 100vw - 20rem ) / 80);
	}
}

.header-about__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	gap: 1.3125rem;
}

.header-about__title {
	max-width: 21.75rem;
	font-weight: 700;
	text-transform: uppercase;
}

@supports (margin-bottom: clamp(0.9375rem, 0.59375rem + 1.71875vw, 2.3125rem)) {
	.header-about__title {
		margin-bottom: clamp(.9375rem, .59375rem + 1.71875vw, 2.3125rem);
	}
}

@supports not (margin-bottom: clamp(0.9375rem, 0.59375rem + 1.71875vw, 2.3125rem)) {
	.header-about__title {
		margin-bottom: calc(.9375rem + 1.375 * ( 100vw - 20rem ) / 80);
	}
}

@supports (font-size: clamp(0.8125rem, 0.546875rem + 1.328125vw, 1.875rem)) {
	.header-about__title {
		font-size: clamp(.8125rem, .546875rem + 1.328125vw, 1.875rem);
	}
}

@supports not (font-size: clamp(0.8125rem, 0.546875rem + 1.328125vw, 1.875rem)) {
	.header-about__title {
		font-size: calc(.8125rem + 1.0625 * ( 100vw - 20rem ) / 80);
	}
}

.header-about__subtitle {
	max-width: 24.0625rem;
	font-weight: 300;
}

@supports (margin-left: clamp(0.0000000625rem, -20.0338445487rem + 23.4657037906vw, 8.125rem)) {
	.header-about__subtitle {
		margin-left: clamp(0.0000000625rem, -20.0338445487rem + 23.4657037906vw, 8.125rem);
	}
}

@supports not (margin-left: clamp(0.0000000625rem, -20.0338445487rem + 23.4657037906vw, 8.125rem)) {
	.header-about__subtitle {
		margin-left: calc(0.0000000625rem + 8.1249999375 * ( 100vw - 85.375rem ) / 34.625);
	}
}

@supports (font-size: clamp(0.625rem, 0.484375rem + 0.703125vw, 1.1875rem)) {
	.header-about__subtitle {
		font-size: clamp(.625rem, .484375rem + .703125vw, 1.1875rem);
	}
}

@supports not (font-size: clamp(0.625rem, 0.484375rem + 0.703125vw, 1.1875rem)) {
	.header-about__subtitle {
		font-size: calc(.625rem + .5625 * ( 100vw - 20rem ) / 80);
	}
}

.services-about__title {
	font-weight: 500;
	font-size: 1.5625rem;
	position: relative;
	z-index: 2;
}

@supports (margin-bottom: clamp(0.6875rem, 0.296875rem + 1.953125vw, 2.25rem)) {
	.services-about__title {
		margin-bottom: clamp(.6875rem, .296875rem + 1.953125vw, 2.25rem);
	}
}

@supports not (margin-bottom: clamp(0.6875rem, 0.296875rem + 1.953125vw, 2.25rem)) {
	.services-about__title {
		margin-bottom: calc(.6875rem + 1.5625 * ( 100vw - 20rem ) / 80);
	}
}

@supports (font-size: clamp(0.75rem, 0.546875rem + 1.015625vw, 1.5625rem)) {
	.services-about__title {
		font-size: clamp(.75rem, .546875rem + 1.015625vw, 1.5625rem);
	}
}

@supports not (font-size: clamp(0.75rem, 0.546875rem + 1.015625vw, 1.5625rem)) {
	.services-about__title {
		font-size: calc(.75rem + .8125 * ( 100vw - 20rem ) / 80);
	}
}

.services-about__grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}

.services-about__list {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
}

.services-about__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: .9375rem;
	text-align: center;
}

@supports (font-size: clamp(0.625rem, 0.484375rem + 0.703125vw, 1.1875rem)) {
	.services-about__item {
		font-size: clamp(.625rem, .484375rem + .703125vw, 1.1875rem);
	}
}

@supports not (font-size: clamp(0.625rem, 0.484375rem + 0.703125vw, 1.1875rem)) {
	.services-about__item {
		font-size: calc(.625rem + .5625 * ( 100vw - 20rem ) / 80);
	}
}

.services-about__item::before {
	content: "";
	display: inline-block;
	margin-top: .3125rem;
	margin-right: .8125rem;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 .625rem;
	flex: 0 0 .625rem;
	width: .625rem;
	height: .625rem;
	background-color: #005da3;
	border-radius: 50%;
}

@supports (margin-bottom: clamp(1.4375rem, 1.21875rem + 1.09375vw, 2.3125rem)) {}

@supports not (margin-bottom: clamp(1.4375rem, 1.21875rem + 1.09375vw, 2.3125rem)) {}

@supports (font-size: clamp(0.8125rem, 0.546875rem + 1.328125vw, 1.875rem)) {}

@supports not (font-size: clamp(0.8125rem, 0.546875rem + 1.328125vw, 1.875rem)) {}

@supports (font-size: clamp(0.625rem, 0.484375rem + 0.703125vw, 1.1875rem)) {}

@supports not (font-size: clamp(0.625rem, 0.484375rem + 0.703125vw, 1.1875rem)) {}

@supports (gap: clamp(1.25rem, -2.1176821336rem + 7.025151778vw, 6.3125rem)) {}

@supports not (gap: clamp(1.25rem, -2.1176821336rem + 7.025151778vw, 6.3125rem)) {}

@supports (font-size: clamp(0.75rem, 0.609375rem + 0.703125vw, 1.3125rem)) {}

@supports not (font-size: clamp(0.75rem, 0.609375rem + 0.703125vw, 1.3125rem)) {}

@supports (font-size: clamp(0.625rem, 0.546875rem + 0.390625vw, 0.9375rem)) {}

@supports not (font-size: clamp(0.625rem, 0.546875rem + 0.390625vw, 0.9375rem)) {}

@supports (font-size: clamp(0.9375rem, 0.671875rem + 1.328125vw, 2rem)) {}

@supports not (font-size: clamp(0.9375rem, 0.671875rem + 1.328125vw, 2rem)) {}

@supports (font-size: clamp(0.5625rem, 0.390625rem + 0.859375vw, 1.25rem)) {}

@supports not (font-size: clamp(0.5625rem, 0.390625rem + 0.859375vw, 1.25rem)) {}

@supports (font-size: clamp(0.8125rem, 0.546875rem + 1.328125vw, 1.875rem)) {}

@supports not (font-size: clamp(0.8125rem, 0.546875rem + 1.328125vw, 1.875rem)) {}

@supports (font-size: clamp(0.9375rem, 0.671875rem + 1.328125vw, 2rem)) {}

@supports not (font-size: clamp(0.9375rem, 0.671875rem + 1.328125vw, 2rem)) {}

@supports (font-size: clamp(0.5625rem, 0.390625rem + 0.859375vw, 1.25rem)) {}

@supports not (font-size: clamp(0.5625rem, 0.390625rem + 0.859375vw, 1.25rem)) {}

.this-about__title {
	font-weight: 700;
	text-transform: uppercase;
}

@supports (margin-bottom: clamp(0.9375rem, 0.5rem + 2.1875vw, 2.6875rem)) {
	.this-about__title {
		margin-bottom: clamp(.9375rem, .5rem + 2.1875vw, 2.6875rem);
	}
}

@supports not (margin-bottom: clamp(0.9375rem, 0.5rem + 2.1875vw, 2.6875rem)) {
	.this-about__title {
		margin-bottom: calc(.9375rem + 1.75 * ( 100vw - 20rem ) / 80);
	}
}

@supports (font-size: clamp(0.8125rem, 0.546875rem + 1.328125vw, 1.875rem)) {
	.this-about__title {
		font-size: clamp(.8125rem, .546875rem + 1.328125vw, 1.875rem);
	}
}

@supports not (font-size: clamp(0.8125rem, 0.546875rem + 1.328125vw, 1.875rem)) {
	.this-about__title {
		font-size: calc(.8125rem + 1.0625 * ( 100vw - 20rem ) / 80);
	}
}

.this-about__list {
	display: -ms-grid;
	display: grid;
	gap: 1.875rem;
	grid-template-columns: repeat(auto-fit, minmax(18.75rem, 1fr));
}

.this-about__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
}

.item-about-this__title {
	font-weight: 500;
	color: #005da3;
}

@supports (margin-bottom: clamp(0.4375rem, 0.21875rem + 1.09375vw, 1.3125rem)) {
	.item-about-this__title {
		margin-bottom: clamp(.4375rem, .21875rem + 1.09375vw, 1.3125rem);
	}
}

@supports not (margin-bottom: clamp(0.4375rem, 0.21875rem + 1.09375vw, 1.3125rem)) {
	.item-about-this__title {
		margin-bottom: calc(.4375rem + .875 * ( 100vw - 20rem ) / 80);
	}
}

@supports (font-size: clamp(0.6875rem, 0.515625rem + 0.859375vw, 1.375rem)) {
	.item-about-this__title {
		font-size: clamp(.6875rem, .515625rem + .859375vw, 1.375rem);
	}
}

@supports not (font-size: clamp(0.6875rem, 0.515625rem + 0.859375vw, 1.375rem)) {
	.item-about-this__title {
		font-size: calc(.6875rem + .6875 * ( 100vw - 20rem ) / 80);
	}
}

.item-about-this__subtitle {
	font-weight: 300;
}

@supports (font-size: clamp(0.625rem, 0.484375rem + 0.703125vw, 1.1875rem)) {
	.item-about-this__subtitle {
		font-size: clamp(.625rem, .484375rem + .703125vw, 1.1875rem);
	}
}

@supports not (font-size: clamp(0.625rem, 0.484375rem + 0.703125vw, 1.1875rem)) {
	.item-about-this__subtitle {
		font-size: calc(.625rem + .5625 * ( 100vw - 20rem ) / 80);
	}
}

.tabs-about__list {
	padding: .9375rem;
}

.tabs-about__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@supports (font-size: clamp(0.5625rem, 0.453125rem + 0.546875vw, 1rem)) {
	.tabs-about__item {
		font-size: clamp(.5625rem, .453125rem + .546875vw, 1rem);
	}
}

@supports not (font-size: clamp(0.5625rem, 0.453125rem + 0.546875vw, 1rem)) {
	.tabs-about__item {
		font-size: calc(.5625rem + .4375 * ( 100vw - 20rem ) / 80);
	}
}

@supports (margin-bottom: clamp(0.625rem, 0.3125rem + 1.5625vw, 1.875rem)) {
	.tabs-about__item:not(:last-child) {
		margin-bottom: clamp(.625rem, .3125rem + 1.5625vw, 1.875rem);
	}
}

@supports not (margin-bottom: clamp(0.625rem, 0.3125rem + 1.5625vw, 1.875rem)) {
	.tabs-about__item:not(:last-child) {
		margin-bottom: calc(.625rem + 1.25 * ( 100vw - 20rem ) / 80);
	}
}

.tabs-about__item::before {
	content: "";
	display: inline-block;
	margin-top: .3125rem;
	margin-right: .8125rem;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 .3125rem;
	flex: 0 0 .3125rem;
	width: .3125rem;
	height: .3125rem;
	background-color: #fff;
	border-radius: 50%;
}

.tabs-about__image {
	position: absolute;
	top: 0;
	right: 0;
	max-width: 50%;
	opacity: 0;
	-webkit-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}

.tabs-about__image._active {
	opacity: 1;
}

.tabs-about .tabs {
	max-width: 56.875rem;
}

.tabs-about .tabs__section-title {
	margin-bottom: .625rem;
	max-width: 35rem;
	font-weight: 700;
	text-transform: uppercase;
}

@supports (padding-top: clamp(0.0000000625rem, -2.0468749219rem + 10.2343749219vw, 8.1875rem)) {
	.tabs-about .tabs__section-title {
		padding-top: clamp(0.0000000625rem, -2.0468749219rem + 10.2343749219vw, 8.1875rem);
	}
}

@supports not (padding-top: clamp(0.0000000625rem, -2.0468749219rem + 10.2343749219vw, 8.1875rem)) {
	.tabs-about .tabs__section-title {
		padding-top: calc(0.0000000625rem + 8.1874999375 * ( 100vw - 20rem ) / 80);
	}
}

@supports (font-size: clamp(0.8125rem, 0.546875rem + 1.328125vw, 1.875rem)) {
	.tabs-about .tabs__section-title {
		font-size: clamp(.8125rem, .546875rem + 1.328125vw, 1.875rem);
	}
}

@supports not (font-size: clamp(0.8125rem, 0.546875rem + 1.328125vw, 1.875rem)) {
	.tabs-about .tabs__section-title {
		font-size: calc(.8125rem + 1.0625 * ( 100vw - 20rem ) / 80);
	}
}

.tabs-about .tabs__navigation {
	gap: 2rem;
}

@supports (margin-bottom: clamp(1.3125rem, 0.71875rem + 2.96875vw, 3.6875rem)) {
	.tabs-about .tabs__navigation {
		margin-bottom: clamp(1.3125rem, .71875rem + 2.96875vw, 3.6875rem);
	}
}

@supports not (margin-bottom: clamp(1.3125rem, 0.71875rem + 2.96875vw, 3.6875rem)) {
	.tabs-about .tabs__navigation {
		margin-bottom: calc(1.3125rem + 2.375 * ( 100vw - 20rem ) / 80);
	}
}

.tabs-about .tabs__title {
	border: 0;
	padding: 0;
	opacity: .3;
	-webkit-transition: color .2s ease-in-out, opacity .2s ease-in-out;
	-o-transition: color .2s ease-in-out, opacity .2s ease-in-out;
	transition: color .2s ease-in-out, opacity .2s ease-in-out;
}

@supports (font-size: clamp(0.625rem, 0.484375rem + 0.703125vw, 1.1875rem)) {
	.tabs-about .tabs__title {
		font-size: clamp(.625rem, .484375rem + .703125vw, 1.1875rem);
	}
}

@supports not (font-size: clamp(0.625rem, 0.484375rem + 0.703125vw, 1.1875rem)) {
	.tabs-about .tabs__title {
		font-size: calc(.625rem + .5625 * ( 100vw - 20rem ) / 80);
	}
}

.tabs-about .tabs__title._tab-active {
	color: #f51e23;
	opacity: 1;
}

.tabs-about .tabs__content {
	padding: 0;
	border: 0;
	position: relative;
}

.tabs-about .tabs__body {
	background-color: #005da3;
	color: #fff;
}

.simplebar-scrollbar:before {
	width: 30px;
	height: 30px;
	border-radius: 50% !important;
	background-color: #005da3 !important;
	opacity: 1 !important;
}

.simplebar-track.simplebar-vertical {
	width: 2.1875rem !important;
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
	left: -3.75rem !important;
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical::after {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background-color: #005da3;
	position: absolute;
	top: .3125rem;
	left: 1.0625rem;
	z-index: 1;
}

.door-install {
	padding: 1.875rem .9375rem;
}

@supports (padding-left: clamp(0.9375rem, -44.375rem + 45.3125vw, 10rem)) {
	.door-install {
		padding-left: clamp(.9375rem, -44.375rem + 45.3125vw, 10rem);
	}
}

@supports not (padding-left: clamp(0.9375rem, -44.375rem + 45.3125vw, 10rem)) {
	.door-install {
		padding-left: calc(.9375rem + 9.0625 * ( 100vw - 100rem ) / 20);
	}
}

.door-install._reverse {
	background: #f2f2f2;
	padding-left: .9375rem;
}

@supports (padding-right: clamp(0.9375rem, -44.375rem + 45.3125vw, 10rem)) {
	.door-install._reverse {
		padding-right: clamp(.9375rem, -44.375rem + 45.3125vw, 10rem);
	}
}

@supports not (padding-right: clamp(0.9375rem, -44.375rem + 45.3125vw, 10rem)) {
	.door-install._reverse {
		padding-right: calc(.9375rem + 9.0625 * ( 100vw - 100rem ) / 20);
	}
}

.door-install__list {
	display: -ms-grid;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(auto-fit, minmax(15.625rem, 1fr));
}

.door-install__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 23%;
	flex: 0 0 23%;
}

.door-install__item:first-child {
	margin-bottom: 1.25rem;
}

@supports (margin-right: clamp(0.0000000625rem, -17.187499625rem + 17.1874996875vw, 3.4375rem)) {
	.door-install__item:first-child {
		margin-right: clamp(0.0000000625rem, -17.187499625rem + 17.1874996875vw, 3.4375rem);
	}
}

@supports not (margin-right: clamp(0.0000000625rem, -17.187499625rem + 17.1874996875vw, 3.4375rem)) {
	.door-install__item:first-child {
		margin-right: calc(0.0000000625rem + 3.4374999375 * ( 100vw - 100rem ) / 20);
	}
}

.item-door-install__title {
	font-weight: 700;
	text-transform: uppercase;
}

@supports (margin-bottom: clamp(0.9375rem, 0.578125rem + 1.796875vw, 2.375rem)) {
	.item-door-install__title {
		margin-bottom: clamp(.9375rem, .578125rem + 1.796875vw, 2.375rem);
	}
}

@supports not (margin-bottom: clamp(0.9375rem, 0.578125rem + 1.796875vw, 2.375rem)) {
	.item-door-install__title {
		margin-bottom: calc(.9375rem + 1.4375 * ( 100vw - 20rem ) / 80);
	}
}

@supports (font-size: clamp(0.8125rem, 0.546875rem + 1.328125vw, 1.875rem)) {
	.item-door-install__title {
		font-size: clamp(.8125rem, .546875rem + 1.328125vw, 1.875rem);
	}
}

@supports not (font-size: clamp(0.8125rem, 0.546875rem + 1.328125vw, 1.875rem)) {
	.item-door-install__title {
		font-size: calc(.8125rem + 1.0625 * ( 100vw - 20rem ) / 80);
	}
}

.item-door-install__text {
	font-size: 1rem;
}

@supports (font-size: clamp(0.5rem, 0.375rem + 0.625vw, 1rem)) {
	.item-door-install__text {
		font-size: clamp(.5rem, .375rem + .625vw, 1rem);
	}
}

@supports not (font-size: clamp(0.5rem, 0.375rem + 0.625vw, 1rem)) {
	.item-door-install__text {
		font-size: calc(.5rem + .5 * ( 100vw - 20rem ) / 80);
	}
}

.item-door-install__image {
	margin-bottom: 1.0625rem;
	width: 100%;
	height: 27.3125rem;
}

@supports (height: clamp(15.625rem, 12.703125rem + 14.609375vw, 27.3125rem)) {
	.item-door-install__image {
		height: clamp(15.625rem, 12.703125rem + 14.609375vw, 27.3125rem);
	}
}

@supports not (height: clamp(15.625rem, 12.703125rem + 14.609375vw, 27.3125rem)) {
	.item-door-install__image {
		height: calc(15.625rem + 11.6875 * ( 100vw - 20rem ) / 80);
	}
}

.item-door-install__name {
	font-weight: 500;
}

@supports (font-size: clamp(0.625rem, 0.5rem + 0.625vw, 1.125rem)) {
	.item-door-install__name {
		font-size: clamp(.625rem, .5rem + .625vw, 1.125rem);
	}
}

@supports not (font-size: clamp(0.625rem, 0.5rem + 0.625vw, 1.125rem)) {
	.item-door-install__name {
		font-size: calc(.625rem + .5 * ( 100vw - 20rem ) / 80);
	}
}

.item-door-install__price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	gap: .3125rem;
	font-weight: 500;
	color: #005da3;
	line-height: 1;
}

@supports (font-size: clamp(0.6875rem, 0.53125rem + 0.78125vw, 1.3125rem)) {
	.item-door-install__price {
		font-size: clamp(.6875rem, .53125rem + .78125vw, 1.3125rem);
	}
}

@supports not (font-size: clamp(0.6875rem, 0.53125rem + 0.78125vw, 1.3125rem)) {
	.item-door-install__price {
		font-size: calc(.6875rem + .625 * ( 100vw - 20rem ) / 80);
	}
}

.item-door-install__price span:last-child {
	text-decoration: line-through;
	font-weight: 400;
	color: #252525;
}

@supports (font-size: clamp(0.4375rem, 0.3125rem + 0.625vw, 0.9375rem)) {
	.item-door-install__price span:last-child {
		font-size: clamp(.4375rem, .3125rem + .625vw, .9375rem);
	}
}

@supports not (font-size: clamp(0.4375rem, 0.3125rem + 0.625vw, 0.9375rem)) {
	.item-door-install__price span:last-child {
		font-size: calc(.4375rem + .5 * ( 100vw - 20rem ) / 80);
	}
}

.item-door-install__credit {
	font-size: .8125rem;
	color: #005da3;
}

@supports (font-size: clamp(0.375rem, 0.265625rem + 0.546875vw, 0.8125rem)) {
	.item-door-install__credit {
		font-size: clamp(.375rem, .265625rem + .546875vw, .8125rem);
	}
}

@supports not (font-size: clamp(0.375rem, 0.265625rem + 0.546875vw, 0.8125rem)) {
	.item-door-install__credit {
		font-size: calc(.375rem + .4375 * ( 100vw - 20rem ) / 80);
	}
}

.cottage__adv {
	padding: 0 .9375rem;
}

@supports (margin-bottom: clamp(1.75rem, 0.453125rem + 6.484375vw, 6.9375rem)) {
	.cottage__adv {
		margin-bottom: clamp(1.75rem, .453125rem + 6.484375vw, 6.9375rem);
	}
}

@supports not (margin-bottom: clamp(1.75rem, 0.453125rem + 6.484375vw, 6.9375rem)) {
	.cottage__adv {
		margin-bottom: calc(1.75rem + 5.1875 * ( 100vw - 20rem ) / 80);
	}
}

@supports (margin-bottom: clamp(1.75rem, 1.03125rem + 3.59375vw, 4.625rem)) {
	.cottage__add {
		margin-bottom: clamp(1.75rem, 1.03125rem + 3.59375vw, 4.625rem);
	}
}

@supports not (margin-bottom: clamp(1.75rem, 1.03125rem + 3.59375vw, 4.625rem)) {
	.cottage__add {
		margin-bottom: calc(1.75rem + 2.875 * ( 100vw - 20rem ) / 80);
	}
}

@supports (padding-left: clamp(0.9375rem, -44.375rem + 45.3125vw, 10rem)) {
	.cottage__add {
		padding-left: clamp(.9375rem, -44.375rem + 45.3125vw, 10rem);
	}
}

@supports not (padding-left: clamp(0.9375rem, -44.375rem + 45.3125vw, 10rem)) {
	.cottage__add {
		padding-left: calc(.9375rem + 9.0625 * ( 100vw - 100rem ) / 20);
	}
}

.adv-cottage__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.adv-cottage__title {
	margin-bottom: .5rem;
	font-weight: 700;
	max-width: 49.25rem;
}

@supports (font-size: clamp(0.8125rem, 0.546875rem + 1.328125vw, 1.875rem)) {
	.adv-cottage__title {
		font-size: clamp(.8125rem, .546875rem + 1.328125vw, 1.875rem);
	}
}

@supports not (font-size: clamp(0.8125rem, 0.546875rem + 1.328125vw, 1.875rem)) {
	.adv-cottage__title {
		font-size: calc(.8125rem + 1.0625 * ( 100vw - 20rem ) / 80);
	}
}

.adv-cottage__subtitle {
	max-width: 49.25rem;
	color: #005da3;
}

@supports (margin-bottom: clamp(1.25rem, 0.546875rem + 3.515625vw, 4.0625rem)) {
	.adv-cottage__subtitle {
		margin-bottom: clamp(1.25rem, .546875rem + 3.515625vw, 4.0625rem);
	}
}

@supports not (margin-bottom: clamp(1.25rem, 0.546875rem + 3.515625vw, 4.0625rem)) {
	.adv-cottage__subtitle {
		margin-bottom: calc(1.25rem + 2.8125 * ( 100vw - 20rem ) / 80);
	}
}

@supports (font-size: clamp(0.6875rem, 0.46875rem + 1.09375vw, 1.5625rem)) {
	.adv-cottage__subtitle {
		font-size: clamp(.6875rem, .46875rem + 1.09375vw, 1.5625rem);
	}
}

@supports not (font-size: clamp(0.6875rem, 0.46875rem + 1.09375vw, 1.5625rem)) {
	.adv-cottage__subtitle {
		font-size: calc(.6875rem + .875 * ( 100vw - 20rem ) / 80);
	}
}

.adv-cottage__text {
	max-width: 49.25rem;
}

@supports (margin-bottom: clamp(1.125rem, 0.609375rem + 2.578125vw, 3.1875rem)) {
	.adv-cottage__text {
		margin-bottom: clamp(1.125rem, .609375rem + 2.578125vw, 3.1875rem);
	}
}

@supports not (margin-bottom: clamp(1.125rem, 0.609375rem + 2.578125vw, 3.1875rem)) {
	.adv-cottage__text {
		margin-bottom: calc(1.125rem + 2.0625 * ( 100vw - 20rem ) / 80);
	}
}

@supports (font-size: clamp(0.625rem, 0.484375rem + 0.703125vw, 1.1875rem)) {
	.adv-cottage__text {
		font-size: clamp(.625rem, .484375rem + .703125vw, 1.1875rem);
	}
}

@supports not (font-size: clamp(0.625rem, 0.484375rem + 0.703125vw, 1.1875rem)) {
	.adv-cottage__text {
		font-size: calc(.625rem + .5625 * ( 100vw - 20rem ) / 80);
	}
}

.adv-cottage__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	width: 100%;
	border-top: 1px solid #005da3;
}

@supports (gap: clamp(0.3125rem, 0.078125rem + 1.171875vw, 1.25rem)) {
	.adv-cottage__list {
		gap: clamp(.3125rem, .078125rem + 1.171875vw, 1.25rem);
	}
}

@supports not (gap: clamp(0.3125rem, 0.078125rem + 1.171875vw, 1.25rem)) {
	.adv-cottage__list {
		gap: calc(.3125rem + .9375 * ( 100vw - 20rem ) / 80);
	}
}

.adv-cottage__item {
	padding-top: 1.125rem;
	max-width: 17.1875rem;
	color: #005da3;
	text-align: center;
	position: relative;
}

@supports (font-size: clamp(0.5rem, 0.390625rem + 0.546875vw, 0.9375rem)) {
	.adv-cottage__item {
		font-size: clamp(.5rem, .390625rem + .546875vw, .9375rem);
	}
}

@supports not (font-size: clamp(0.5rem, 0.390625rem + 0.546875vw, 0.9375rem)) {
	.adv-cottage__item {
		font-size: calc(.5rem + .4375 * ( 100vw - 20rem ) / 80);
	}
}

.adv-cottage__item::before {
	content: "";
	width: .625rem;
	height: .625rem;
	background-color: #005da3;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: -.3125rem;
	-webkit-transform: translate(-50%, 0px);
	-ms-transform: translate(-50%, 0px);
	transform: translate(-50%, 0px);
}

.add-cottage__title {
	margin: 0 auto;
	max-width: 35.375rem;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}

@supports (margin-bottom: clamp(0.625rem, 0.46875rem + 0.78125vw, 1.25rem)) {
	.add-cottage__title {
		margin-bottom: clamp(.625rem, .46875rem + .78125vw, 1.25rem);
	}
}

@supports not (margin-bottom: clamp(0.625rem, 0.46875rem + 0.78125vw, 1.25rem)) {
	.add-cottage__title {
		margin-bottom: calc(.625rem + .625 * ( 100vw - 20rem ) / 80);
	}
}

@supports (font-size: clamp(0.8125rem, 0.546875rem + 1.328125vw, 1.875rem)) {
	.add-cottage__title {
		font-size: clamp(.8125rem, .546875rem + 1.328125vw, 1.875rem);
	}
}

@supports not (font-size: clamp(0.8125rem, 0.546875rem + 1.328125vw, 1.875rem)) {
	.add-cottage__title {
		font-size: calc(.8125rem + 1.0625 * ( 100vw - 20rem ) / 80);
	}
}

.add-cottage__subtitle {
	margin: 0 auto;
	max-width: 49.25rem;
	text-align: center;
}

@supports (margin-bottom: clamp(0.9375rem, 0.703125rem + 1.171875vw, 1.875rem)) {
	.add-cottage__subtitle {
		margin-bottom: clamp(.9375rem, .703125rem + 1.171875vw, 1.875rem);
	}
}

@supports not (margin-bottom: clamp(0.9375rem, 0.703125rem + 1.171875vw, 1.875rem)) {
	.add-cottage__subtitle {
		margin-bottom: calc(.9375rem + .9375 * ( 100vw - 20rem ) / 80);
	}
}

@supports (font-size: clamp(0.625rem, 0.46875rem + 0.78125vw, 1.25rem)) {
	.add-cottage__subtitle {
		font-size: clamp(.625rem, .46875rem + .78125vw, 1.25rem);
	}
}

@supports not (font-size: clamp(0.625rem, 0.46875rem + 0.78125vw, 1.25rem)) {
	.add-cottage__subtitle {
		font-size: calc(.625rem + .625 * ( 100vw - 20rem ) / 80);
	}
}

.add-cottage .tabs__navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: .75rem;
	border-top: 1px solid #252525;
}

@supports (gap: clamp(0.3125rem, -0.078125rem + 1.953125vw, 1.875rem)) {
	.add-cottage .tabs__navigation {
		gap: clamp(.3125rem, -.078125rem + 1.953125vw, 1.875rem);
	}
}

@supports not (gap: clamp(0.3125rem, -0.078125rem + 1.953125vw, 1.875rem)) {
	.add-cottage .tabs__navigation {
		gap: calc(.3125rem + 1.5625 * ( 100vw - 20rem ) / 80);
	}
}

@supports (margin-bottom: clamp(0.9375rem, 0.546875rem + 1.953125vw, 2.5rem)) {
	.add-cottage .tabs__navigation {
		margin-bottom: clamp(.9375rem, .546875rem + 1.953125vw, 2.5rem);
	}
}

@supports not (margin-bottom: clamp(0.9375rem, 0.546875rem + 1.953125vw, 2.5rem)) {
	.add-cottage .tabs__navigation {
		margin-bottom: calc(.9375rem + 1.5625 * ( 100vw - 20rem ) / 80);
	}
}

@supports (padding-bottom: clamp(0.3125rem, 0.234375rem + 0.390625vw, 0.625rem)) {
	.add-cottage .tabs__navigation {
		padding-bottom: clamp(.3125rem, .234375rem + .390625vw, .625rem);
	}
}

@supports not (padding-bottom: clamp(0.3125rem, 0.234375rem + 0.390625vw, 0.625rem)) {
	.add-cottage .tabs__navigation {
		padding-bottom: calc(.3125rem + .3125 * ( 100vw - 20rem ) / 80);
	}
}

.add-cottage .tabs__title {
	padding: 1.0625rem 1.75rem;
	border-radius: 37px;
	opacity: .5;
	border-color: transparent;
	-webkit-transition: opacity .2s ease-in-out, border-color .2s ease-in-out, color .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out, border-color .2s ease-in-out, color .2s ease-in-out;
	transition: opacity .2s ease-in-out, border-color .2s ease-in-out, color .2s ease-in-out;
}

@supports (font-size: clamp(0.5625rem, 0.421875rem + 0.703125vw, 1.125rem)) {
	.add-cottage .tabs__title {
		font-size: clamp(.5625rem, .421875rem + .703125vw, 1.125rem);
	}
}

@supports not (font-size: clamp(0.5625rem, 0.421875rem + 0.703125vw, 1.125rem)) {
	.add-cottage .tabs__title {
		font-size: calc(.5625rem + .5625 * ( 100vw - 20rem ) / 80);
	}
}

.add-cottage .tabs__title._tab-active {
	border-color: #005da3;
	color: #005da3;
	opacity: 1;
}

.add-cottage .tabs__content {
	border: 0;
}

.body-add-cottage__wrapper {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: .625rem;
}

@supports (gap: clamp(0.625rem, -1.703125rem + 11.640625vw, 9.9375rem)) {
	.body-add-cottage__wrapper {
		gap: clamp(.625rem, -1.703125rem + 11.640625vw, 9.9375rem);
	}
}

@supports not (gap: clamp(0.625rem, -1.703125rem + 11.640625vw, 9.9375rem)) {
	.body-add-cottage__wrapper {
		gap: calc(.625rem + 9.3125 * ( 100vw - 20rem ) / 80);
	}
}

.body-add-cottage__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-right: .625rem;
}

.body-add-cottage__title {
	max-width: 26.375rem;
	color: #005da3;
}

@supports (margin-bottom: clamp(0.9375rem, 0.71875rem + 1.09375vw, 1.8125rem)) {
	.body-add-cottage__title {
		margin-bottom: clamp(.9375rem, .71875rem + 1.09375vw, 1.8125rem);
	}
}

@supports not (margin-bottom: clamp(0.9375rem, 0.71875rem + 1.09375vw, 1.8125rem)) {
	.body-add-cottage__title {
		margin-bottom: calc(.9375rem + .875 * ( 100vw - 20rem ) / 80);
	}
}

@supports (font-size: clamp(0.6875rem, 0.46875rem + 1.09375vw, 1.5625rem)) {
	.body-add-cottage__title {
		font-size: clamp(.6875rem, .46875rem + 1.09375vw, 1.5625rem);
	}
}

@supports not (font-size: clamp(0.6875rem, 0.46875rem + 1.09375vw, 1.5625rem)) {
	.body-add-cottage__title {
		font-size: calc(.6875rem + .875 * ( 100vw - 20rem ) / 80);
	}
}

.body-add-cottage__text {
	margin-bottom: .9375rem;
	max-width: 40.625rem;
}

@supports (font-size: clamp(0.625rem, 0.484375rem + 0.703125vw, 1.1875rem)) {
	.body-add-cottage__text {
		font-size: clamp(.625rem, .484375rem + .703125vw, 1.1875rem);
	}
}

@supports not (font-size: clamp(0.625rem, 0.484375rem + 0.703125vw, 1.1875rem)) {
	.body-add-cottage__text {
		font-size: calc(.625rem + .5625 * ( 100vw - 20rem ) / 80);
	}
}

.body-add-cottage__footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: .625rem;
	margin-top: auto;
}

.body-add-cottage__price {
	color: #005da3;
}

@supports (font-size: clamp(0.8125rem, 0.546875rem + 1.328125vw, 1.875rem)) {
	.body-add-cottage__price p {
		font-size: clamp(.8125rem, .546875rem + 1.328125vw, 1.875rem);
	}
}

@supports not (font-size: clamp(0.8125rem, 0.546875rem + 1.328125vw, 1.875rem)) {
	.body-add-cottage__price p {
		font-size: calc(.8125rem + 1.0625 * ( 100vw - 20rem ) / 80);
	}
}

@supports (font-size: clamp(0.5rem, 0.390625rem + 0.546875vw, 0.9375rem)) {
	.body-add-cottage__price span {
		font-size: clamp(.5rem, .390625rem + .546875vw, .9375rem);
	}
}

@supports not (font-size: clamp(0.5rem, 0.390625rem + 0.546875vw, 0.9375rem)) {
	.body-add-cottage__price span {
		font-size: calc(.5rem + .4375 * ( 100vw - 20rem ) / 80);
	}
}

@supports (margin-bottom: clamp(1.5rem, 0.671875rem + 4.140625vw, 4.8125rem)) {
	.panoramic__profitable {
		margin-bottom: clamp(1.5rem, .671875rem + 4.140625vw, 4.8125rem);
	}
}

@supports not (margin-bottom: clamp(1.5rem, 0.671875rem + 4.140625vw, 4.8125rem)) {
	.panoramic__profitable {
		margin-bottom: calc(1.5rem + 3.3125 * ( 100vw - 20rem ) / 80);
	}
}

@supports (margin-bottom: clamp(1.75rem, 0.84375rem + 4.53125vw, 5.375rem)) {
	.panoramic__add {
		margin-bottom: clamp(1.75rem, .84375rem + 4.53125vw, 5.375rem);
	}
}

@supports not (margin-bottom: clamp(1.75rem, 0.84375rem + 4.53125vw, 5.375rem)) {
	.panoramic__add {
		margin-bottom: calc(1.75rem + 3.625 * ( 100vw - 20rem ) / 80);
	}
}

.profitable-panoramic__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@supports (gap: clamp(0.625rem, -0.59375rem + 6.09375vw, 5.5rem)) {
	.profitable-panoramic__container {
		gap: clamp(.625rem, -.59375rem + 6.09375vw, 5.5rem);
	}
}

@supports not (gap: clamp(0.625rem, -0.59375rem + 6.09375vw, 5.5rem)) {
	.profitable-panoramic__container {
		gap: calc(.625rem + 4.875 * ( 100vw - 20rem ) / 80);
	}
}

.profitable-panoramic__left {
	max-width: 36.8125rem;
	text-align: center;
}

.profitable-panoramic__subtitle {
	color: #005da3;
}

@supports (margin-bottom: clamp(0.3125rem, 0.1875rem + 0.625vw, 0.8125rem)) {
	.profitable-panoramic__subtitle {
		margin-bottom: clamp(.3125rem, .1875rem + .625vw, .8125rem);
	}
}

@supports not (margin-bottom: clamp(0.3125rem, 0.1875rem + 0.625vw, 0.8125rem)) {
	.profitable-panoramic__subtitle {
		margin-bottom: calc(.3125rem + .5 * ( 100vw - 20rem ) / 80);
	}
}

@supports (font-size: clamp(0.6875rem, 0.46875rem + 1.09375vw, 1.5625rem)) {
	.profitable-panoramic__subtitle {
		font-size: clamp(.6875rem, .46875rem + 1.09375vw, 1.5625rem);
	}
}

@supports not (font-size: clamp(0.6875rem, 0.46875rem + 1.09375vw, 1.5625rem)) {
	.profitable-panoramic__subtitle {
		font-size: calc(.6875rem + .875 * ( 100vw - 20rem ) / 80);
	}
}

.profitable-panoramic__title {
	font-weight: 700;
	text-transform: uppercase;
}

@supports (margin-bottom: clamp(1.125rem, 0.828125rem + 1.484375vw, 2.3125rem)) {
	.profitable-panoramic__title {
		margin-bottom: clamp(1.125rem, .828125rem + 1.484375vw, 2.3125rem);
	}
}

@supports not (margin-bottom: clamp(1.125rem, 0.828125rem + 1.484375vw, 2.3125rem)) {
	.profitable-panoramic__title {
		margin-bottom: calc(1.125rem + 1.1875 * ( 100vw - 20rem ) / 80);
	}
}

@supports (font-size: clamp(0.8125rem, 0.546875rem + 1.328125vw, 1.875rem)) {
	.profitable-panoramic__title {
		font-size: clamp(.8125rem, .546875rem + 1.328125vw, 1.875rem);
	}
}

@supports not (font-size: clamp(0.8125rem, 0.546875rem + 1.328125vw, 1.875rem)) {
	.profitable-panoramic__title {
		font-size: calc(.8125rem + 1.0625 * ( 100vw - 20rem ) / 80);
	}
}

.profitable-panoramic .tabs__navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 1.25rem;
}

.profitable-panoramic .tabs__title {
	padding: 1.0625rem 1.75rem;
	border-radius: 37px;
	opacity: .5;
	border-color: transparent;
	-webkit-transition: opacity .2s ease-in-out, border-color .2s ease-in-out, color .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out, border-color .2s ease-in-out, color .2s ease-in-out;
	transition: opacity .2s ease-in-out, border-color .2s ease-in-out, color .2s ease-in-out;
}

@supports (font-size: clamp(0.5625rem, 0.421875rem + 0.703125vw, 1.125rem)) {
	.profitable-panoramic .tabs__title {
		font-size: clamp(.5625rem, .421875rem + .703125vw, 1.125rem);
	}
}

@supports not (font-size: clamp(0.5625rem, 0.421875rem + 0.703125vw, 1.125rem)) {
	.profitable-panoramic .tabs__title {
		font-size: calc(.5625rem + .5625 * ( 100vw - 20rem ) / 80);
	}
}

.profitable-panoramic .tabs__title._tab-active {
	border-color: #005da3;
	color: #005da3;
	opacity: 1;
}

.profitable-panoramic .tabs__content {
	border: 0;
}

.body-profitable-panoramic__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@supports (gap: clamp(0.625rem, -0.46875rem + 5.46875vw, 5rem)) {
	.body-profitable-panoramic__wrapper {
		gap: clamp(.625rem, -.46875rem + 5.46875vw, 5rem);
	}
}

@supports not (gap: clamp(0.625rem, -0.46875rem + 5.46875vw, 5rem)) {
	.body-profitable-panoramic__wrapper {
		gap: calc(.625rem + 4.375 * ( 100vw - 20rem ) / 80);
	}
}

@supports (margin-bottom: clamp(1.875rem, 0.5625rem + 6.5625vw, 7.125rem)) {
	.body-profitable-panoramic__text ul {
		margin-bottom: clamp(1.875rem, .5625rem + 6.5625vw, 7.125rem);
	}
}

@supports not (margin-bottom: clamp(1.875rem, 0.5625rem + 6.5625vw, 7.125rem)) {
	.body-profitable-panoramic__text ul {
		margin-bottom: calc(1.875rem + 5.25 * ( 100vw - 20rem ) / 80);
	}
}

.body-profitable-panoramic__text ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1.375rem;
	list-style: inside;
}

@supports (font-size: clamp(0.625rem, 0.4375rem + 0.9375vw, 1.375rem)) {
	.body-profitable-panoramic__text ul li {
		font-size: clamp(.625rem, .4375rem + .9375vw, 1.375rem);
	}
}

@supports not (font-size: clamp(0.625rem, 0.4375rem + 0.9375vw, 1.375rem)) {
	.body-profitable-panoramic__text ul li {
		font-size: calc(.625rem + .75 * ( 100vw - 20rem ) / 80);
	}
}

.body-profitable-panoramic__text ul li::before {
	content: "";
	width: .625rem;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 .625rem;
	flex: 0 0 .625rem;
	height: .625rem;
	border-radius: 50%;
	margin-top: .3125rem;
	background-color: #005da3;
}

@supports (margin-bottom: clamp(0.9375rem, 0.5625rem + 1.875vw, 2.4375rem)) {
	.body-profitable-panoramic__text ul li:not(:last-child) {
		margin-bottom: clamp(.9375rem, .5625rem + 1.875vw, 2.4375rem);
	}
}

@supports not (margin-bottom: clamp(0.9375rem, 0.5625rem + 1.875vw, 2.4375rem)) {
	.body-profitable-panoramic__text ul li:not(:last-child) {
		margin-bottom: calc(.9375rem + 1.5 * ( 100vw - 20rem ) / 80);
	}
}

.body-profitable-panoramic__title {
	color: #005da3;
}

@supports (margin-bottom: clamp(1.875rem, 0.875rem + 5vw, 5.875rem)) {
	.body-profitable-panoramic__title {
		margin-bottom: clamp(1.875rem, .875rem + 5vw, 5.875rem);
	}
}

@supports not (margin-bottom: clamp(1.875rem, 0.875rem + 5vw, 5.875rem)) {
	.body-profitable-panoramic__title {
		margin-bottom: calc(1.875rem + 4 * ( 100vw - 20rem ) / 80);
	}
}

@supports (font-size: clamp(0.6875rem, 0.46875rem + 1.09375vw, 1.5625rem)) {
	.body-profitable-panoramic__title {
		font-size: clamp(.6875rem, .46875rem + 1.09375vw, 1.5625rem);
	}
}

@supports not (font-size: clamp(0.6875rem, 0.46875rem + 1.09375vw, 1.5625rem)) {
	.body-profitable-panoramic__title {
		font-size: calc(.6875rem + .875 * ( 100vw - 20rem ) / 80);
	}
}

.cat-panoramic__grid {
	display: -ms-grid;
	display: grid;
	gap: 1.375rem;
	gap: 1.375rem;
	grid-template-columns: repeat(auto-fit, minmax(18.75rem, 1fr));
}

@supports (margin-bottom: clamp(2rem, 1.5rem + 2.5vw, 4rem)) {
	.cat-panoramic__grid {
		margin-bottom: clamp(2rem, 1.5rem + 2.5vw, 4rem);
	}
}

@supports not (margin-bottom: clamp(2rem, 1.5rem + 2.5vw, 4rem)) {
	.cat-panoramic__grid {
		margin-bottom: calc(2rem + 2 * ( 100vw - 20rem ) / 80);
	}
}

.cat-panoramic__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.item-cat-panoramic__image {
	margin-bottom: .8125rem;
	height: 18rem;
}

.item-cat-panoramic__name {
	margin-bottom: .75rem;
	max-width: 23.75rem;
	color: #005da3;
}

@supports (font-size: clamp(0.6875rem, 0.46875rem + 1.09375vw, 1.5625rem)) {
	.item-cat-panoramic__name {
		font-size: clamp(.6875rem, .46875rem + 1.09375vw, 1.5625rem);
	}
}

@supports not (font-size: clamp(0.6875rem, 0.46875rem + 1.09375vw, 1.5625rem)) {
	.item-cat-panoramic__name {
		font-size: calc(.6875rem + .875 * ( 100vw - 20rem ) / 80);
	}
}

@supports (margin-bottom: clamp(0.5rem, 0.125rem + 1.875vw, 2rem)) {
	.item-cat-panoramic__description {
		margin-bottom: clamp(.5rem, .125rem + 1.875vw, 2rem);
	}
}

@supports not (margin-bottom: clamp(0.5rem, 0.125rem + 1.875vw, 2rem)) {
	.item-cat-panoramic__description {
		margin-bottom: calc(.5rem + 1.5 * ( 100vw - 20rem ) / 80);
	}
}

@supports (font-size: clamp(0.5rem, 0.375rem + 0.625vw, 1rem)) {
	.item-cat-panoramic__description {
		font-size: clamp(.5rem, .375rem + .625vw, 1rem);
	}
}

@supports not (font-size: clamp(0.5rem, 0.375rem + 0.625vw, 1rem)) {
	.item-cat-panoramic__description {
		font-size: calc(.5rem + .5 * ( 100vw - 20rem ) / 80);
	}
}

.item-cat-panoramic__description p:not(:last-child) {
	margin-bottom: .9375rem;
}

.item-cat-panoramic__footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 1rem;
	border-top: 1px solid #005da3;
	margin-top: auto;
}

.item-cat-panoramic__price {
	color: #005da3;
}

@supports (font-size: clamp(0.75rem, 0.609375rem + 0.703125vw, 1.3125rem)) {
	.item-cat-panoramic__price {
		font-size: clamp(.75rem, .609375rem + .703125vw, 1.3125rem);
	}
}

@supports not (font-size: clamp(0.75rem, 0.609375rem + 0.703125vw, 1.3125rem)) {
	.item-cat-panoramic__price {
		font-size: calc(.75rem + .5625 * ( 100vw - 20rem ) / 80);
	}
}

.item-cat-panoramic__title {
	padding: 0 .9375rem;
	font-weight: 700;
	text-transform: uppercase;
}

@supports (margin-top: clamp(0.625rem, 0.3125rem + 1.5625vw, 1.875rem)) {
	.item-cat-panoramic__title {
		margin-top: clamp(.625rem, .3125rem + 1.5625vw, 1.875rem);
	}
}

@supports not (margin-top: clamp(0.625rem, 0.3125rem + 1.5625vw, 1.875rem)) {
	.item-cat-panoramic__title {
		margin-top: calc(.625rem + 1.25 * ( 100vw - 20rem ) / 80);
	}
}

@supports (font-size: clamp(0.8125rem, 0.546875rem + 1.328125vw, 1.875rem)) {
	.item-cat-panoramic__title {
		font-size: clamp(.8125rem, .546875rem + 1.328125vw, 1.875rem);
	}
}

@supports not (font-size: clamp(0.8125rem, 0.546875rem + 1.328125vw, 1.875rem)) {
	.item-cat-panoramic__title {
		font-size: calc(.8125rem + 1.0625 * ( 100vw - 20rem ) / 80);
	}
}

.item-cat-panoramic__subtitle {
	padding: 0 .9375rem;
	color: #005da3;
}

@supports (margin-bottom: clamp(0.9375rem, 0.5rem + 2.1875vw, 2.6875rem)) {
	.item-cat-panoramic__subtitle {
		margin-bottom: clamp(.9375rem, .5rem + 2.1875vw, 2.6875rem);
	}
}

@supports not (margin-bottom: clamp(0.9375rem, 0.5rem + 2.1875vw, 2.6875rem)) {
	.item-cat-panoramic__subtitle {
		margin-bottom: calc(.9375rem + 1.75 * ( 100vw - 20rem ) / 80);
	}
}

@supports (font-size: clamp(0.6875rem, 0.46875rem + 1.09375vw, 1.5625rem)) {
	.item-cat-panoramic__subtitle {
		font-size: clamp(.6875rem, .46875rem + 1.09375vw, 1.5625rem);
	}
}

@supports not (font-size: clamp(0.6875rem, 0.46875rem + 1.09375vw, 1.5625rem)) {
	.item-cat-panoramic__subtitle {
		font-size: calc(.6875rem + .875 * ( 100vw - 20rem ) / 80);
	}
}

.item-cat-panoramic__text {
	padding: 0 .9375rem;
}

@supports (font-size: clamp(0.625rem, 0.484375rem + 0.703125vw, 1.1875rem)) {
	.item-cat-panoramic__text {
		font-size: clamp(.625rem, .484375rem + .703125vw, 1.1875rem);
	}
}

@supports not (font-size: clamp(0.625rem, 0.484375rem + 0.703125vw, 1.1875rem)) {
	.item-cat-panoramic__text {
		font-size: calc(.625rem + .5625 * ( 100vw - 20rem ) / 80);
	}
}

.add-panoramic__title {
	margin: 0 auto;
	max-width: 35.375rem;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}

@supports (margin-bottom: clamp(1.5rem, 1.34375rem + 0.78125vw, 2.125rem)) {
	.add-panoramic__title {
		margin-bottom: clamp(1.5rem, 1.34375rem + .78125vw, 2.125rem);
	}
}

@supports not (margin-bottom: clamp(1.5rem, 1.34375rem + 0.78125vw, 2.125rem)) {
	.add-panoramic__title {
		margin-bottom: calc(1.5rem + .625 * ( 100vw - 20rem ) / 80);
	}
}

@supports (font-size: clamp(0.8125rem, 0.546875rem + 1.328125vw, 1.875rem)) {
	.add-panoramic__title {
		font-size: clamp(.8125rem, .546875rem + 1.328125vw, 1.875rem);
	}
}

@supports not (font-size: clamp(0.8125rem, 0.546875rem + 1.328125vw, 1.875rem)) {
	.add-panoramic__title {
		font-size: calc(.8125rem + 1.0625 * ( 100vw - 20rem ) / 80);
	}
}

.add-panoramic__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	width: 100%;
	border-top: 1px solid #005da3;
}

@supports (gap: clamp(0.3125rem, 0.078125rem + 1.171875vw, 1.25rem)) {
	.add-panoramic__list {
		gap: clamp(.3125rem, .078125rem + 1.171875vw, 1.25rem);
	}
}

@supports not (gap: clamp(0.3125rem, 0.078125rem + 1.171875vw, 1.25rem)) {
	.add-panoramic__list {
		gap: calc(.3125rem + .9375 * ( 100vw - 20rem ) / 80);
	}
}

.add-panoramic__item {
	padding-top: 1.125rem;
	max-width: 17.1875rem;
	font-weight: 500;
	text-align: center;
	position: relative;
}

@supports (font-size: clamp(0.5rem, 0.390625rem + 0.546875vw, 0.9375rem)) {
	.add-panoramic__item {
		font-size: clamp(.5rem, .390625rem + .546875vw, .9375rem);
	}
}

@supports not (font-size: clamp(0.5rem, 0.390625rem + 0.546875vw, 0.9375rem)) {
	.add-panoramic__item {
		font-size: calc(.5rem + .4375 * ( 100vw - 20rem ) / 80);
	}
}

.add-panoramic__item::before {
	content: "";
	width: .625rem;
	height: .625rem;
	background-color: #005da3;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: -.3125rem;
	-webkit-transform: translate(-50%, 0px);
	-ms-transform: translate(-50%, 0px);
	transform: translate(-50%, 0px);
}

.add-panoramic__item p {
	margin-bottom: .3125rem;
}

@supports (font-size: clamp(0.625rem, 0.5rem + 0.625vw, 1.125rem)) {
	.add-panoramic__item p {
		font-size: clamp(.625rem, .5rem + .625vw, 1.125rem);
	}
}

@supports not (font-size: clamp(0.625rem, 0.5rem + 0.625vw, 1.125rem)) {
	.add-panoramic__item p {
		font-size: calc(.625rem + .5 * ( 100vw - 20rem ) / 80);
	}
}

.add-panoramic__item span {
	color: #005da3;
}

@supports (font-size: clamp(0.6875rem, 0.53125rem + 0.78125vw, 1.3125rem)) {
	.add-panoramic__item span {
		font-size: clamp(.6875rem, .53125rem + .78125vw, 1.3125rem);
	}
}

@supports not (font-size: clamp(0.6875rem, 0.53125rem + 0.78125vw, 1.3125rem)) {
	.add-panoramic__item span {
		font-size: calc(.6875rem + .625 * ( 100vw - 20rem ) / 80);
	}
}

.balcony__volume {
	position: relative;
}

@supports (margin-bottom: clamp(1.375rem, 0.546875rem + 4.140625vw, 4.6875rem)) {
	.balcony__volume {
		margin-bottom: clamp(1.375rem, .546875rem + 4.140625vw, 4.6875rem);
	}
}

@supports not (margin-bottom: clamp(1.375rem, 0.546875rem + 4.140625vw, 4.6875rem)) {
	.balcony__volume {
		margin-bottom: calc(1.375rem + 3.3125 * ( 100vw - 20rem ) / 80);
	}
}

.volume-balcony__image {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 35%;
}

.volume-balcony__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto;
	max-width: 76.25rem;
	padding: 0 .9375rem;
}

.volume-balcony__title {
	max-width: 49.25rem;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

@supports (margin-bottom: clamp(1.3125rem, 0.921875rem + 1.953125vw, 2.875rem)) {
	.volume-balcony__title {
		margin-bottom: clamp(1.3125rem, .921875rem + 1.953125vw, 2.875rem);
	}
}

@supports not (margin-bottom: clamp(1.3125rem, 0.921875rem + 1.953125vw, 2.875rem)) {
	.volume-balcony__title {
		margin-bottom: calc(1.3125rem + 1.5625 * ( 100vw - 20rem ) / 80);
	}
}

@supports (font-size: clamp(0.8125rem, 0.546875rem + 1.328125vw, 1.875rem)) {
	.volume-balcony__title {
		font-size: clamp(.8125rem, .546875rem + 1.328125vw, 1.875rem);
	}
}

@supports not (font-size: clamp(0.8125rem, 0.546875rem + 1.328125vw, 1.875rem)) {
	.volume-balcony__title {
		font-size: calc(.8125rem + 1.0625 * ( 100vw - 20rem ) / 80);
	}
}

.volume-balcony__text {
	max-width: 49.25rem;
	text-align: center;
}

@supports (margin-bottom: clamp(1.3125rem, 0.90625rem + 2.03125vw, 2.9375rem)) {
	.volume-balcony__text {
		margin-bottom: clamp(1.3125rem, .90625rem + 2.03125vw, 2.9375rem);
	}
}

@supports not (margin-bottom: clamp(1.3125rem, 0.90625rem + 2.03125vw, 2.9375rem)) {
	.volume-balcony__text {
		margin-bottom: calc(1.3125rem + 1.625 * ( 100vw - 20rem ) / 80);
	}
}

@supports (font-size: clamp(0.625rem, 0.484375rem + 0.703125vw, 1.1875rem)) {
	.volume-balcony__text {
		font-size: clamp(.625rem, .484375rem + .703125vw, 1.1875rem);
	}
}

@supports not (font-size: clamp(0.625rem, 0.484375rem + 0.703125vw, 1.1875rem)) {
	.volume-balcony__text {
		font-size: calc(.625rem + .5625 * ( 100vw - 20rem ) / 80);
	}
}

.volume-balcony__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 2.5rem 1.5rem;
	width: 100%;
	background: #f2f2f2;
}

.volume-balcony .form {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: .9375rem;
	max-width: 45.625rem;
}

.volume-balcony .form__label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@supports (font-size: clamp(0.5rem, 0.390625rem + 0.546875vw, 0.9375rem)) {
	.volume-balcony .form__label>span {
		font-size: clamp(.5rem, .390625rem + .546875vw, .9375rem);
	}
}

@supports not (font-size: clamp(0.5rem, 0.390625rem + 0.546875vw, 0.9375rem)) {
	.volume-balcony .form__label>span {
		font-size: calc(.5rem + .4375 * ( 100vw - 20rem ) / 80);
	}
}

.volume-balcony .form__button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-grid-row: 2;
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-area: 2/1/2/3;
}

.volume-balcony .form__button .button {
	margin-bottom: .3125rem;
}

.volume-balcony .form__button p {
	max-width: 20.6875rem;
	text-align: center;
}

@supports (font-size: clamp(0.5rem, 0.453125rem + 0.234375vw, 0.6875rem)) {
	.volume-balcony .form__button p {
		font-size: clamp(.5rem, .453125rem + .234375vw, .6875rem);
	}
}

@supports not (font-size: clamp(0.5rem, 0.453125rem + 0.234375vw, 0.6875rem)) {
	.volume-balcony .form__button p {
		font-size: calc(.5rem + .1875 * ( 100vw - 20rem ) / 80);
	}
}

.volume-balcony .form .input {
	margin-top: auto;
}

@supports (margin-top: clamp(1.875rem, 0.78125rem + 5.46875vw, 6.25rem)) {
	.cases-page {
		margin-top: clamp(1.875rem, .78125rem + 5.46875vw, 6.25rem);
	}
}

@supports not (margin-top: clamp(1.875rem, 0.78125rem + 5.46875vw, 6.25rem)) {
	.cases-page {
		margin-top: calc(1.875rem + 4.375 * ( 100vw - 20rem ) / 80);
	}
}

@supports (margin-bottom: clamp(1.375rem, 0.8125rem + 2.8125vw, 3.625rem)) {
	.cases-page {
		margin-bottom: clamp(1.375rem, .8125rem + 2.8125vw, 3.625rem);
	}
}

@supports not (margin-bottom: clamp(1.375rem, 0.8125rem + 2.8125vw, 3.625rem)) {
	.cases-page {
		margin-bottom: calc(1.375rem + 2.25 * ( 100vw - 20rem ) / 80);
	}
}

@supports (margin-bottom: clamp(1.875rem, 0.78125rem + 5.46875vw, 6.25rem)) {
	.cases-page__wrapper {
		margin-bottom: clamp(1.875rem, .78125rem + 5.46875vw, 6.25rem);
	}
}

@supports not (margin-bottom: clamp(1.875rem, 0.78125rem + 5.46875vw, 6.25rem)) {
	.cases-page__wrapper {
		margin-bottom: calc(1.875rem + 4.375 * ( 100vw - 20rem ) / 80);
	}
}

.cases-page__title {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.cases-page__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.cases-page__content #js-grid-masonry {
	width: 100%;
}

@supports (margin-top: clamp(1.25rem, 0.46875rem + 3.90625vw, 4.375rem)) {
	.cases-page__showmore {
		margin-top: clamp(1.25rem, .46875rem + 3.90625vw, 4.375rem);
	}
}

@supports not (margin-top: clamp(1.25rem, 0.46875rem + 3.90625vw, 4.375rem)) {
	.cases-page__showmore {
		margin-top: calc(1.25rem + 3.125 * ( 100vw - 20rem ) / 80);
	}
}

.cases-page__item:hover {
	color: #005da3;
}

.title-cases__title {
	font-weight: 700;
	text-transform: uppercase;
}

@supports (margin-bottom: clamp(0.3125rem, 0.140625rem + 0.859375vw, 1rem)) {
	.title-cases__title {
		margin-bottom: clamp(.3125rem, .140625rem + .859375vw, 1rem);
	}
}

@supports not (margin-bottom: clamp(0.3125rem, 0.140625rem + 0.859375vw, 1rem)) {
	.title-cases__title {
		margin-bottom: calc(.3125rem + .6875 * ( 100vw - 20rem ) / 80);
	}
}

@supports (font-size: clamp(0.8125rem, 0.546875rem + 1.328125vw, 1.875rem)) {
	.title-cases__title {
		font-size: clamp(.8125rem, .546875rem + 1.328125vw, 1.875rem);
	}
}

@supports not (font-size: clamp(0.8125rem, 0.546875rem + 1.328125vw, 1.875rem)) {
	.title-cases__title {
		font-size: calc(.8125rem + 1.0625 * ( 100vw - 20rem ) / 80);
	}
}

.title-cases__subtitle {
	font-weight: 500;
	color: #005da3;
}

@supports (font-size: clamp(0.6875rem, 0.53125rem + 0.78125vw, 1.3125rem)) {
	.title-cases__subtitle {
		font-size: clamp(.6875rem, .53125rem + .78125vw, 1.3125rem);
	}
}

@supports not (font-size: clamp(0.6875rem, 0.53125rem + 0.78125vw, 1.3125rem)) {
	.title-cases__subtitle {
		font-size: calc(.6875rem + .625 * ( 100vw - 20rem ) / 80);
	}
}

.item-cases__image {
	margin-bottom: .9375rem;
}

.item-cases__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: .625rem;
}

.item-cases__content:hover .item-cases__link {
	opacity: 1;
	border-color: #005da3;
}

.item-cases__title {
	-webkit-transition: color .2s linear;
	-o-transition: color .2s linear;
	transition: color .2s linear;
	font-weight: 500;
}

@supports (font-size: clamp(0.6875rem, 0.578125rem + 0.546875vw, 1.125rem)) {
	.item-cases__title {
		font-size: clamp(.6875rem, .578125rem + .546875vw, 1.125rem);
	}
}

@supports not (font-size: clamp(0.6875rem, 0.578125rem + 0.546875vw, 1.125rem)) {
	.item-cases__title {
		font-size: calc(.6875rem + .4375 * ( 100vw - 20rem ) / 80);
	}
}

.item-cases__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 1.5rem;
	flex: 0 0 1.5rem;
	width: 1.5rem;
	height: 1.5rem;
	border: 1px solid #252525;
	border-radius: 50%;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	font-size: 1.125rem;
	opacity: .5;
	-webkit-transition: border-color .2s ease-in-out, opacity .2s ease-in-out;
	-o-transition: border-color .2s ease-in-out, opacity .2s ease-in-out;
	transition: border-color .2s ease-in-out, opacity .2s ease-in-out;
}

.cases-credit {
	position: relative;
	color: #fff;
}

.cases-credit__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 2.25rem;
	margin-left: 0;
	padding-top: 4.1875rem;
	padding-bottom: 2.75rem;
	background-color: #005da3;
	max-width: 111.25rem;
}

.cases-credit__percent {
	display: none;
	bottom: -5.9375rem;
}

.cases-credit__center {
	color: #fff;
}

.cases-credit__form {
	width: 100%;
	max-width: 32.5rem;
}

.center-cases-credit__title {
	font-weight: 700;
	text-transform: uppercase;
}

@supports (font-size: clamp(1.25rem, 0.9375rem + 1.5625vw, 2.5rem)) {
	.center-cases-credit__title {
		font-size: clamp(1.25rem, .9375rem + 1.5625vw, 2.5rem);
	}
}

@supports not (font-size: clamp(1.25rem, 0.9375rem + 1.5625vw, 2.5rem)) {
	.center-cases-credit__title {
		font-size: calc(1.25rem + 1.25 * ( 100vw - 20rem ) / 80);
	}
}

@supports (font-size: clamp(0.6875rem, 0.5rem + 0.9375vw, 1.4375rem)) {
	.center-cases-credit__subtitle {
		font-size: clamp(.6875rem, .5rem + .9375vw, 1.4375rem);
	}
}

@supports not (font-size: clamp(0.6875rem, 0.5rem + 0.9375vw, 1.4375rem)) {
	.center-cases-credit__subtitle {
		font-size: calc(.6875rem + .75 * ( 100vw - 20rem ) / 80);
	}
}

.form-cases-credit__row {
	margin-bottom: .625rem;
	display: -ms-grid;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(auto-fit, minmax(12.5rem, 1fr));
}

.form-cases-credit__row .input {
	background-color: transparent;
	border-color: #fff;
	max-width: 15.625rem;
}

.form-cases-credit .form-cases-credit__label {
	font-size: 1rem;
}

.form-cases-credit__policy {
	max-width: 18.75rem;
	font-size: .6875rem;
}

.gazebo__glazing {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1.25rem;
	margin: 0 .9375rem;
}

@supports (margin-bottom: clamp(1.5rem, 0.625rem + 4.375vw, 5rem)) {
	.gazebo__glazing {
		margin-bottom: clamp(1.5rem, .625rem + 4.375vw, 5rem);
	}
}

@supports not (margin-bottom: clamp(1.5rem, 0.625rem + 4.375vw, 5rem)) {
	.gazebo__glazing {
		margin-bottom: calc(1.5rem + 3.5 * ( 100vw - 20rem ) / 80);
	}
}

@supports (margin-bottom: clamp(1.5rem, 0.875rem + 3.125vw, 4rem)) {
	.gazebo__types {
		margin-bottom: clamp(1.5rem, .875rem + 3.125vw, 4rem);
	}
}

@supports not (margin-bottom: clamp(1.5rem, 0.875rem + 3.125vw, 4rem)) {
	.gazebo__types {
		margin-bottom: calc(1.5rem + 2.5 * ( 100vw - 20rem ) / 80);
	}
}

@supports (margin-bottom: clamp(1.875rem, 0.9375rem + 4.6875vw, 5.625rem)) {
	.gazebo__future {
		margin-bottom: clamp(1.875rem, .9375rem + 4.6875vw, 5.625rem);
	}
}

@supports not (margin-bottom: clamp(1.875rem, 0.9375rem + 4.6875vw, 5.625rem)) {
	.gazebo__future {
		margin-bottom: calc(1.875rem + 3.75 * ( 100vw - 20rem ) / 80);
	}
}

@supports (margin-bottom: clamp(1.5rem, 0.703125rem + 3.984375vw, 4.6875rem)) {
	.gazebo__maxsale {
		margin-bottom: clamp(1.5rem, .703125rem + 3.984375vw, 4.6875rem);
	}
}

@supports not (margin-bottom: clamp(1.5rem, 0.703125rem + 3.984375vw, 4.6875rem)) {
	.gazebo__maxsale {
		margin-bottom: calc(1.5rem + 3.1875 * ( 100vw - 20rem ) / 80);
	}
}

.gazebo__zero {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #005da3;
	padding: 0 .9375rem;
}

@supports (gap: clamp(0.625rem, 0.0000000625rem + 3.125vw, 3.125rem)) {
	.gazebo__zero {
		gap: clamp(.625rem, 0.0000000625rem + 3.125vw, 3.125rem);
	}
}

@supports not (gap: clamp(0.625rem, 0.0000000625rem + 3.125vw, 3.125rem)) {
	.gazebo__zero {
		gap: calc(.625rem + 2.5 * ( 100vw - 20rem ) / 80);
	}
}

@supports (margin-bottom: clamp(1.5rem, 0.609375rem + 4.453125vw, 5.0625rem)) {
	.gazebo__zero {
		margin-bottom: clamp(1.5rem, .609375rem + 4.453125vw, 5.0625rem);
	}
}

@supports not (margin-bottom: clamp(1.5rem, 0.609375rem + 4.453125vw, 5.0625rem)) {
	.gazebo__zero {
		margin-bottom: calc(1.5rem + 3.5625 * ( 100vw - 20rem ) / 80);
	}
}

.glazing-gazebo__content {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.glazing-gazebo__top {
	border-bottom: 1px solid #005da3;
}

@supports (padding-bottom: clamp(0.625rem, 0.265625rem + 1.796875vw, 2.0625rem)) {
	.glazing-gazebo__top {
		padding-bottom: clamp(.625rem, .265625rem + 1.796875vw, 2.0625rem);
	}
}

@supports not (padding-bottom: clamp(0.625rem, 0.265625rem + 1.796875vw, 2.0625rem)) {
	.glazing-gazebo__top {
		padding-bottom: calc(.625rem + 1.4375 * ( 100vw - 20rem ) / 80);
	}
}

@supports (padding-left: clamp(0.625rem, -18.9465252708rem + 22.9241877256vw, 8.5625rem)) {
	.glazing-gazebo__top {
		padding-left: clamp(.625rem, -18.9465252708rem + 22.9241877256vw, 8.5625rem);
	}
}

@supports not (padding-left: clamp(0.625rem, -18.9465252708rem + 22.9241877256vw, 8.5625rem)) {
	.glazing-gazebo__top {
		padding-left: calc(.625rem + 7.9375 * ( 100vw - 85.375rem ) / 34.625);
	}
}

.glazing-gazebo__section-title {
	border-bottom: 1px solid #252525;
	text-align: center;
}

@supports (margin-bottom: clamp(1.5rem, 0.984375rem + 2.578125vw, 3.5625rem)) {
	.glazing-gazebo__section-title {
		margin-bottom: clamp(1.5rem, .984375rem + 2.578125vw, 3.5625rem);
	}
}

@supports not (margin-bottom: clamp(1.5rem, 0.984375rem + 2.578125vw, 3.5625rem)) {
	.glazing-gazebo__section-title {
		margin-bottom: calc(1.5rem + 2.0625 * ( 100vw - 20rem ) / 80);
	}
}

@supports (padding-bottom: clamp(1.3125rem, 1.03125rem + 1.40625vw, 2.4375rem)) {
	.glazing-gazebo__section-title {
		padding-bottom: clamp(1.3125rem, 1.03125rem + 1.40625vw, 2.4375rem);
	}
}

@supports not (padding-bottom: clamp(1.3125rem, 1.03125rem + 1.40625vw, 2.4375rem)) {
	.glazing-gazebo__section-title {
		padding-bottom: calc(1.3125rem + 1.125 * ( 100vw - 20rem ) / 80);
	}
}

.glazing-gazebo__section-title h2 {
	margin: 0 auto;
	max-width: 50rem;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}

@supports (font-size: clamp(0.9375rem, 0.703125rem + 1.171875vw, 1.875rem)) {
	.glazing-gazebo__section-title h2 {
		font-size: clamp(.9375rem, .703125rem + 1.171875vw, 1.875rem);
	}
}

@supports not (font-size: clamp(0.9375rem, 0.703125rem + 1.171875vw, 1.875rem)) {
	.glazing-gazebo__section-title h2 {
		font-size: calc(.9375rem + .9375 * ( 100vw - 20rem ) / 80);
	}
}

.glazing-gazebo__title {
	font-weight: 700;
	text-transform: uppercase;
}

@supports (margin-bottom: clamp(0.6875rem, 0.40625rem + 1.40625vw, 1.8125rem)) {
	.glazing-gazebo__title {
		margin-bottom: clamp(.6875rem, .40625rem + 1.40625vw, 1.8125rem);
	}
}

@supports not (margin-bottom: clamp(0.6875rem, 0.40625rem + 1.40625vw, 1.8125rem)) {
	.glazing-gazebo__title {
		margin-bottom: calc(.6875rem + 1.125 * ( 100vw - 20rem ) / 80);
	}
}

@supports (font-size: clamp(0.8125rem, 0.546875rem + 1.328125vw, 1.875rem)) {
	.glazing-gazebo__title {
		font-size: clamp(.8125rem, .546875rem + 1.328125vw, 1.875rem);
	}
}

@supports not (font-size: clamp(0.8125rem, 0.546875rem + 1.328125vw, 1.875rem)) {
	.glazing-gazebo__title {
		font-size: calc(.8125rem + 1.0625 * ( 100vw - 20rem ) / 80);
	}
}

.glazing-gazebo__text {
	max-width: 49.25rem;
}

@supports (font-size: clamp(0.625rem, 0.484375rem + 0.703125vw, 1.1875rem)) {
	.glazing-gazebo__text {
		font-size: clamp(.625rem, .484375rem + .703125vw, 1.1875rem);
	}
}

@supports not (font-size: clamp(0.625rem, 0.484375rem + 0.703125vw, 1.1875rem)) {
	.glazing-gazebo__text {
		font-size: calc(.625rem + .5625 * ( 100vw - 20rem ) / 80);
	}
}

.glazing-gazebo__price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: .3125rem;
	font-weight: 500;
	color: #005da3;
}

@supports (margin-top: clamp(0.3125rem, 0.0000000625rem + 1.5625vw, 1.5625rem)) {
	.glazing-gazebo__price {
		margin-top: clamp(.3125rem, 0.0000000625rem + 1.5625vw, 1.5625rem);
	}
}

@supports not (margin-top: clamp(0.3125rem, 0.0000000625rem + 1.5625vw, 1.5625rem)) {
	.glazing-gazebo__price {
		margin-top: calc(.3125rem + 1.25 * ( 100vw - 20rem ) / 80);
	}
}

@supports (font-size: clamp(0.6875rem, 0.53125rem + 0.78125vw, 1.3125rem)) {
	.glazing-gazebo__price {
		font-size: clamp(.6875rem, .53125rem + .78125vw, 1.3125rem);
	}
}

@supports not (font-size: clamp(0.6875rem, 0.53125rem + 0.78125vw, 1.3125rem)) {
	.glazing-gazebo__price {
		font-size: calc(.6875rem + .625 * ( 100vw - 20rem ) / 80);
	}
}

.glazing-gazebo__price span:last-child {
	font-weight: 400;
	text-decoration: line-through;
	color: #252525;
}

@supports (font-size: clamp(0.5rem, 0.390625rem + 0.546875vw, 0.9375rem)) {
	.glazing-gazebo__price span:last-child {
		font-size: clamp(.5rem, .390625rem + .546875vw, .9375rem);
	}
}

@supports not (font-size: clamp(0.5rem, 0.390625rem + 0.546875vw, 0.9375rem)) {
	.glazing-gazebo__price span:last-child {
		font-size: calc(.5rem + .4375 * ( 100vw - 20rem ) / 80);
	}
}

@supports (padding-top: clamp(0.9375rem, 0.46875rem + 2.34375vw, 2.8125rem)) {
	.glazing-gazebo__form {
		padding-top: clamp(.9375rem, .46875rem + 2.34375vw, 2.8125rem);
	}
}

@supports not (padding-top: clamp(0.9375rem, 0.46875rem + 2.34375vw, 2.8125rem)) {
	.glazing-gazebo__form {
		padding-top: calc(.9375rem + 1.875 * ( 100vw - 20rem ) / 80);
	}
}

@supports (padding-left: clamp(0.625rem, -18.9465252708rem + 22.9241877256vw, 8.5625rem)) {
	.glazing-gazebo__form {
		padding-left: clamp(.625rem, -18.9465252708rem + 22.9241877256vw, 8.5625rem);
	}
}

@supports not (padding-left: clamp(0.625rem, -18.9465252708rem + 22.9241877256vw, 8.5625rem)) {
	.glazing-gazebo__form {
		padding-left: calc(.625rem + 7.9375 * ( 100vw - 85.375rem ) / 34.625);
	}
}

.glazing-gazebo__form .form__title {
	max-width: 27.125rem;
	color: #005da3;
}

@supports (margin-bottom: clamp(0.625rem, 0.453125rem + 0.859375vw, 1.3125rem)) {
	.glazing-gazebo__form .form__title {
		margin-bottom: clamp(.625rem, .453125rem + .859375vw, 1.3125rem);
	}
}

@supports not (margin-bottom: clamp(0.625rem, 0.453125rem + 0.859375vw, 1.3125rem)) {
	.glazing-gazebo__form .form__title {
		margin-bottom: calc(.625rem + .6875 * ( 100vw - 20rem ) / 80);
	}
}

@supports (font-size: clamp(0.6875rem, 0.546875rem + 0.703125vw, 1.25rem)) {
	.glazing-gazebo__form .form__title {
		font-size: clamp(.6875rem, .546875rem + .703125vw, 1.25rem);
	}
}

@supports not (font-size: clamp(0.6875rem, 0.546875rem + 0.703125vw, 1.25rem)) {
	.glazing-gazebo__form .form__title {
		font-size: calc(.6875rem + .5625 * ( 100vw - 20rem ) / 80);
	}
}

.glazing-gazebo__form .form__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: .5rem;
}

.glazing-gazebo__form .form__row .input {
	height: 2.125rem;
}

@supports (font-size: clamp(0.625rem, 0.484375rem + 0.703125vw, 1.1875rem)) {
	.glazing-gazebo__form .form__row .input {
		font-size: clamp(.625rem, .484375rem + .703125vw, 1.1875rem);
	}
}

@supports not (font-size: clamp(0.625rem, 0.484375rem + 0.703125vw, 1.1875rem)) {
	.glazing-gazebo__form .form__row .input {
		font-size: calc(.625rem + .5625 * ( 100vw - 20rem ) / 80);
	}
}

.glazing-gazebo__form .form__row .button {
	height: 2.125rem;
}

@supports (margin-top: clamp(0.4375rem, 0.21875rem + 1.09375vw, 1.3125rem)) {
	.glazing-gazebo__form .form__privacy {
		margin-top: clamp(.4375rem, .21875rem + 1.09375vw, 1.3125rem);
	}
}

@supports not (margin-top: clamp(0.4375rem, 0.21875rem + 1.09375vw, 1.3125rem)) {
	.glazing-gazebo__form .form__privacy {
		margin-top: calc(.4375rem + .875 * ( 100vw - 20rem ) / 80);
	}
}

@supports (font-size: clamp(0.4375rem, 0.375rem + 0.3125vw, 0.6875rem)) {
	.glazing-gazebo__form .form__privacy {
		font-size: clamp(.4375rem, .375rem + .3125vw, .6875rem);
	}
}

@supports not (font-size: clamp(0.4375rem, 0.375rem + 0.3125vw, 0.6875rem)) {
	.glazing-gazebo__form .form__privacy {
		font-size: calc(.4375rem + .25 * ( 100vw - 20rem ) / 80);
	}
}

.types-gazebo__header {
	margin: 0 auto;
	margin-bottom: .75rem;
	border-bottom: 1px solid #252525;
	max-width: 98.125rem;
}

@supports (padding-bottom: clamp(0.9375rem, 0.5625rem + 1.875vw, 2.4375rem)) {
	.types-gazebo__header {
		padding-bottom: clamp(.9375rem, .5625rem + 1.875vw, 2.4375rem);
	}
}

@supports not (padding-bottom: clamp(0.9375rem, 0.5625rem + 1.875vw, 2.4375rem)) {
	.types-gazebo__header {
		padding-bottom: calc(.9375rem + 1.5 * ( 100vw - 20rem ) / 80);
	}
}

.types-gazebo__navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@supports (gap: clamp(0.3125rem, -0.078125rem + 1.953125vw, 1.875rem)) {
	.types-gazebo__navigation {
		gap: clamp(.3125rem, -.078125rem + 1.953125vw, 1.875rem);
	}
}

@supports not (gap: clamp(0.3125rem, -0.078125rem + 1.953125vw, 1.875rem)) {
	.types-gazebo__navigation {
		gap: calc(.3125rem + 1.5625 * ( 100vw - 20rem ) / 80);
	}
}

@supports (margin-bottom: clamp(0.9375rem, 0.546875rem + 1.953125vw, 2.5rem)) {
	.types-gazebo__navigation {
		margin-bottom: clamp(.9375rem, .546875rem + 1.953125vw, 2.5rem);
	}
}

@supports not (margin-bottom: clamp(0.9375rem, 0.546875rem + 1.953125vw, 2.5rem)) {
	.types-gazebo__navigation {
		margin-bottom: calc(.9375rem + 1.5625 * ( 100vw - 20rem ) / 80);
	}
}

@supports (padding-bottom: clamp(0.3125rem, 0.234375rem + 0.390625vw, 0.625rem)) {
	.types-gazebo__navigation {
		padding-bottom: clamp(.3125rem, .234375rem + .390625vw, .625rem);
	}
}

@supports not (padding-bottom: clamp(0.3125rem, 0.234375rem + 0.390625vw, 0.625rem)) {
	.types-gazebo__navigation {
		padding-bottom: calc(.3125rem + .3125 * ( 100vw - 20rem ) / 80);
	}
}

.types-gazebo__title {
	padding: 1.0625rem 1.75rem;
	border-radius: 37px;
	opacity: .5;
	border-color: transparent;
	border: 1px solid transparent;
	-webkit-transition: opacity .2s ease-in-out, border-color .2s ease-in-out, color .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out, border-color .2s ease-in-out, color .2s ease-in-out;
	transition: opacity .2s ease-in-out, border-color .2s ease-in-out, color .2s ease-in-out;
}

@supports (font-size: clamp(0.5625rem, 0.421875rem + 0.703125vw, 1.125rem)) {
	.types-gazebo__title {
		font-size: clamp(.5625rem, .421875rem + .703125vw, 1.125rem);
	}
}

@supports not (font-size: clamp(0.5625rem, 0.421875rem + 0.703125vw, 1.125rem)) {
	.types-gazebo__title {
		font-size: calc(.5625rem + .5625 * ( 100vw - 20rem ) / 80);
	}
}

.types-gazebo__title._tab-active {
	border-color: #005da3;
	color: #005da3;
	opacity: 1;
}

.types-gazebo__content {
	border: 0;
}

.header-types-gazebo__title {
	margin: 0 auto;
	max-width: 47.5625rem;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

@supports (font-size: clamp(0.8125rem, 0.546875rem + 1.328125vw, 1.875rem)) {
	.header-types-gazebo__title {
		font-size: clamp(.8125rem, .546875rem + 1.328125vw, 1.875rem);
	}
}

@supports not (font-size: clamp(0.8125rem, 0.546875rem + 1.328125vw, 1.875rem)) {
	.header-types-gazebo__title {
		font-size: calc(.8125rem + 1.0625 * ( 100vw - 20rem ) / 80);
	}
}

.body-types-gazebo__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.body-types-gazebo__text {
	max-width: 57.625rem;
}

@supports (margin-bottom: clamp(0.9375rem, 0.46875rem + 2.34375vw, 2.8125rem)) {
	.body-types-gazebo__text {
		margin-bottom: clamp(.9375rem, .46875rem + 2.34375vw, 2.8125rem);
	}
}

@supports not (margin-bottom: clamp(0.9375rem, 0.46875rem + 2.34375vw, 2.8125rem)) {
	.body-types-gazebo__text {
		margin-bottom: calc(.9375rem + 1.875 * ( 100vw - 20rem ) / 80);
	}
}

@supports (font-size: clamp(0.625rem, 0.484375rem + 0.703125vw, 1.1875rem)) {
	.body-types-gazebo__text {
		font-size: clamp(.625rem, .484375rem + .703125vw, 1.1875rem);
	}
}

@supports not (font-size: clamp(0.625rem, 0.484375rem + 0.703125vw, 1.1875rem)) {
	.body-types-gazebo__text {
		font-size: calc(.625rem + .5625 * ( 100vw - 20rem ) / 80);
	}
}

.body-types-gazebo__form {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.body-types-gazebo__form .form__title {
	max-width: 27.125rem;
	color: #005da3;
}

@supports (margin-bottom: clamp(0.625rem, 0.453125rem + 0.859375vw, 1.3125rem)) {
	.body-types-gazebo__form .form__title {
		margin-bottom: clamp(.625rem, .453125rem + .859375vw, 1.3125rem);
	}
}

@supports not (margin-bottom: clamp(0.625rem, 0.453125rem + 0.859375vw, 1.3125rem)) {
	.body-types-gazebo__form .form__title {
		margin-bottom: calc(.625rem + .6875 * ( 100vw - 20rem ) / 80);
	}
}

@supports (font-size: clamp(0.6875rem, 0.546875rem + 0.703125vw, 1.25rem)) {
	.body-types-gazebo__form .form__title {
		font-size: clamp(.6875rem, .546875rem + .703125vw, 1.25rem);
	}
}

@supports not (font-size: clamp(0.6875rem, 0.546875rem + 0.703125vw, 1.25rem)) {
	.body-types-gazebo__form .form__title {
		font-size: calc(.6875rem + .5625 * ( 100vw - 20rem ) / 80);
	}
}

.body-types-gazebo__form .form__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: .5rem;
}

.body-types-gazebo__form .form__row .input {
	height: 2.125rem;
}

@supports (font-size: clamp(0.625rem, 0.484375rem + 0.703125vw, 1.1875rem)) {
	.body-types-gazebo__form .form__row .input {
		font-size: clamp(.625rem, .484375rem + .703125vw, 1.1875rem);
	}
}

@supports not (font-size: clamp(0.625rem, 0.484375rem + 0.703125vw, 1.1875rem)) {
	.body-types-gazebo__form .form__row .input {
		font-size: calc(.625rem + .5625 * ( 100vw - 20rem ) / 80);
	}
}

.body-types-gazebo__form .form__row .button {
	height: 2.125rem;
}

.body-types-gazebo__form .form__privacy {
	text-align: center;
}

@supports (margin-top: clamp(0.4375rem, 0.21875rem + 1.09375vw, 1.3125rem)) {
	.body-types-gazebo__form .form__privacy {
		margin-top: clamp(.4375rem, .21875rem + 1.09375vw, 1.3125rem);
	}
}

@supports not (margin-top: clamp(0.4375rem, 0.21875rem + 1.09375vw, 1.3125rem)) {
	.body-types-gazebo__form .form__privacy {
		margin-top: calc(.4375rem + .875 * ( 100vw - 20rem ) / 80);
	}
}

@supports (font-size: clamp(0.4375rem, 0.375rem + 0.3125vw, 0.6875rem)) {
	.body-types-gazebo__form .form__privacy {
		font-size: clamp(.4375rem, .375rem + .3125vw, .6875rem);
	}
}

@supports not (font-size: clamp(0.4375rem, 0.375rem + 0.3125vw, 0.6875rem)) {
	.body-types-gazebo__form .form__privacy {
		font-size: calc(.4375rem + .25 * ( 100vw - 20rem ) / 80);
	}
}

.body-types-gazebo__cat {
	background-color: #f2f2f2;
}

@supports (margin-top: clamp(1.5625rem, 1.3125rem + 1.25vw, 2.5625rem)) {
	.body-types-gazebo__cat {
		margin-top: clamp(1.5625rem, 1.3125rem + 1.25vw, 2.5625rem);
	}
}

@supports not (margin-top: clamp(1.5625rem, 1.3125rem + 1.25vw, 2.5625rem)) {
	.body-types-gazebo__cat {
		margin-top: calc(1.5625rem + 1 * ( 100vw - 20rem ) / 80);
	}
}

.cat-types-gazebo__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1.875rem;
}

.cat-types-gazebo__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 23%;
	flex: 0 0 23%;
	width: 24.0625rem;
	padding: 1.5625rem;
	position: relative;
	-webkit-transition: background .2s ease-in-out;
	-o-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out;
}

.cat-types-gazebo__item:hover {
	background-color: #fff;
}

.cat-types-gazebo__item:hover .item-windows-catalog__char {
	height: auto;
	opacity: 1;
}

.cat-types-gazebo__item:hover .item-cat-gazebo__order {
	opacity: 1;
	z-index: 1;
}

.cat-types-gazebo__item:hover .item-cat-gazebo__image {
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
}

.item-cat-gazebo__image {
	margin-bottom: 1.25rem;
	height: 13.25rem;
	-webkit-transition: -webkit-transform .2s ease-in-out;
	transition: -webkit-transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
	-o-transition: transform .2s ease-in-out;
}

.item-cat-gazebo__title {
	font-weight: 500;
	text-align: center;
}

@supports (font-size: clamp(0.75rem, 0.65625rem + 0.46875vw, 1.125rem)) {
	.item-cat-gazebo__title {
		font-size: clamp(.75rem, .65625rem + .46875vw, 1.125rem);
	}
}

@supports not (font-size: clamp(0.75rem, 0.65625rem + 0.46875vw, 1.125rem)) {
	.item-cat-gazebo__title {
		font-size: calc(.75rem + .375 * ( 100vw - 20rem ) / 80);
	}
}

.item-cat-gazebo__price {
	font-weight: 500;
	text-align: center;
	color: #005da3;
}

@supports (font-size: clamp(0.8125rem, 0.6875rem + 0.625vw, 1.3125rem)) {
	.item-cat-gazebo__price {
		font-size: clamp(.8125rem, .6875rem + .625vw, 1.3125rem);
	}
}

@supports not (font-size: clamp(0.8125rem, 0.6875rem + 0.625vw, 1.3125rem)) {
	.item-cat-gazebo__price {
		font-size: calc(.8125rem + .5 * ( 100vw - 20rem ) / 80);
	}
}

.item-cat-gazebo__order {
	margin-top: 1.25rem;
}

.future-gazebo__title {
	margin: 0 auto;
	max-width: 47.5625rem;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}

@supports (margin-bottom: clamp(1.5rem, 1.140625rem + 1.796875vw, 2.9375rem)) {
	.future-gazebo__title {
		margin-bottom: clamp(1.5rem, 1.140625rem + 1.796875vw, 2.9375rem);
	}
}

@supports not (margin-bottom: clamp(1.5rem, 1.140625rem + 1.796875vw, 2.9375rem)) {
	.future-gazebo__title {
		margin-bottom: calc(1.5rem + 1.4375 * ( 100vw - 20rem ) / 80);
	}
}

@supports (font-size: clamp(0.8125rem, 0.546875rem + 1.328125vw, 1.875rem)) {
	.future-gazebo__title {
		font-size: clamp(.8125rem, .546875rem + 1.328125vw, 1.875rem);
	}
}

@supports not (font-size: clamp(0.8125rem, 0.546875rem + 1.328125vw, 1.875rem)) {
	.future-gazebo__title {
		font-size: calc(.8125rem + 1.0625 * ( 100vw - 20rem ) / 80);
	}
}

.future-gazebo__content {
	position: relative;
}

.future-gazebo__nav {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 110%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.future-gazebo__nav .prev, .future-gazebo__nav .next {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 3rem;
	height: 3rem;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 3rem;
	flex: 0 0 3rem;
	border: 1px solid #005da3;
	border-radius: 50%;
}

.future-gazebo__nav .prev.swiper-button-disabled, .future-gazebo__nav .next.swiper-button-disabled {
	border-color: transparent;
}

.future-gazebo__nav .next {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.maxsale-gazebo__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@supports (gap: clamp(1.25rem, -8.0172900969rem + 14.9623250807vw, 9.9375rem)) {
	.maxsale-gazebo__container {
		gap: clamp(1.25rem, -8.0172900969rem + 14.9623250807vw, 9.9375rem);
	}
}

@supports not (gap: clamp(1.25rem, -8.0172900969rem + 14.9623250807vw, 9.9375rem)) {
	.maxsale-gazebo__container {
		gap: calc(1.25rem + 8.6875 * ( 100vw - 61.9375rem ) / 58.0625);
	}
}

.maxsale-gazebo__title {
	font-weight: 700;
	text-transform: uppercase;
}

@supports (font-size: clamp(0.8125rem, 0.546875rem + 1.328125vw, 1.875rem)) {
	.maxsale-gazebo__title {
		font-size: clamp(.8125rem, .546875rem + 1.328125vw, 1.875rem);
	}
}

@supports not (font-size: clamp(0.8125rem, 0.546875rem + 1.328125vw, 1.875rem)) {
	.maxsale-gazebo__title {
		font-size: calc(.8125rem + 1.0625 * ( 100vw - 20rem ) / 80);
	}
}

.maxsale-gazebo__subtitle {
	color: #005da3;
}

@supports (margin-bottom: clamp(1.375rem, 0.796875rem + 2.890625vw, 3.6875rem)) {
	.maxsale-gazebo__subtitle {
		margin-bottom: clamp(1.375rem, .796875rem + 2.890625vw, 3.6875rem);
	}
}

@supports not (margin-bottom: clamp(1.375rem, 0.796875rem + 2.890625vw, 3.6875rem)) {
	.maxsale-gazebo__subtitle {
		margin-bottom: calc(1.375rem + 2.3125 * ( 100vw - 20rem ) / 80);
	}
}

@supports (font-size: clamp(0.6875rem, 0.515625rem + 0.859375vw, 1.375rem)) {
	.maxsale-gazebo__subtitle {
		font-size: clamp(.6875rem, .515625rem + .859375vw, 1.375rem);
	}
}

@supports not (font-size: clamp(0.6875rem, 0.515625rem + 0.859375vw, 1.375rem)) {
	.maxsale-gazebo__subtitle {
		font-size: calc(.6875rem + .6875 * ( 100vw - 20rem ) / 80);
	}
}

@supports (margin-bottom: clamp(0.75rem, 0.40625rem + 1.71875vw, 2.125rem)) {
	.maxsale-gazebo__text {
		margin-bottom: clamp(.75rem, .40625rem + 1.71875vw, 2.125rem);
	}
}

@supports not (margin-bottom: clamp(0.75rem, 0.40625rem + 1.71875vw, 2.125rem)) {
	.maxsale-gazebo__text {
		margin-bottom: calc(.75rem + 1.375 * ( 100vw - 20rem ) / 80);
	}
}

@supports (font-size: clamp(0.5rem, 0.375rem + 0.625vw, 1rem)) {
	.maxsale-gazebo__text {
		font-size: clamp(.5rem, .375rem + .625vw, 1rem);
	}
}

@supports not (font-size: clamp(0.5rem, 0.375rem + 0.625vw, 1rem)) {
	.maxsale-gazebo__text {
		font-size: calc(.5rem + .5 * ( 100vw - 20rem ) / 80);
	}
}

.maxsale-gazebo__button {
	width: auto;
}

.zero-gazebo__image {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50rem;
	flex: 0 0 50rem;
}

@supports (flex-basis: clamp(12.5rem, 3.125rem + 46.875vw, 50rem)) {
	.zero-gazebo__image {
		-ms-flex-preferred-size: clamp(12.5rem, 3.125rem + 46.875vw, 50rem);
		flex-basis: clamp(12.5rem, 3.125rem + 46.875vw, 50rem);
	}
}

@supports not (flex-basis: clamp(12.5rem, 3.125rem + 46.875vw, 50rem)) {
	.zero-gazebo__image {
		-ms-flex-preferred-size: calc(12.5rem + 37.5 * ( 100vw - 20rem ) / 80);
		flex-basis: calc(12.5rem + 37.5 * ( 100vw - 20rem ) / 80);
	}
}

.zero-gazebo__image ._percent {
	position: absolute;
	top: 0;
	right: 0;
	font-weight: 500;
	font-size: 25rem;
	line-height: 1;
	color: #005da3;
	text-shadow: 0px 0px 23px rgba(0, 0, 0, .25);
}

@supports (font-size: clamp(3.125rem, -2.34375rem + 27.34375vw, 25rem)) {
	.zero-gazebo__image ._percent {
		font-size: clamp(3.125rem, -2.34375rem + 27.34375vw, 25rem);
	}
}

@supports not (font-size: clamp(3.125rem, -2.34375rem + 27.34375vw, 25rem)) {
	.zero-gazebo__image ._percent {
		font-size: calc(3.125rem + 21.875 * ( 100vw - 20rem ) / 80);
	}
}

.zero-gazebo__content {
	max-width: 55.0625rem;
	color: #fff;
}

@supports (padding-top: clamp(1.25rem, 0.3125rem + 4.6875vw, 5rem)) {
	.zero-gazebo__content {
		padding-top: clamp(1.25rem, .3125rem + 4.6875vw, 5rem);
	}
}

@supports not (padding-top: clamp(1.25rem, 0.3125rem + 4.6875vw, 5rem)) {
	.zero-gazebo__content {
		padding-top: calc(1.25rem + 3.75 * ( 100vw - 20rem ) / 80);
	}
}

@supports (padding-bottom: clamp(1.25rem, 0.3125rem + 4.6875vw, 5rem)) {
	.zero-gazebo__content {
		padding-bottom: clamp(1.25rem, .3125rem + 4.6875vw, 5rem);
	}
}

@supports not (padding-bottom: clamp(1.25rem, 0.3125rem + 4.6875vw, 5rem)) {
	.zero-gazebo__content {
		padding-bottom: calc(1.25rem + 3.75 * ( 100vw - 20rem ) / 80);
	}
}

.zero-gazebo__title {
	margin-bottom: .9375rem;
	font-weight: 700;
	text-transform: uppercase;
	max-width: 18.875rem;
}

@supports (font-size: clamp(0.8125rem, 0.546875rem + 1.328125vw, 1.875rem)) {
	.zero-gazebo__title {
		font-size: clamp(.8125rem, .546875rem + 1.328125vw, 1.875rem);
	}
}

@supports not (font-size: clamp(0.8125rem, 0.546875rem + 1.328125vw, 1.875rem)) {
	.zero-gazebo__title {
		font-size: calc(.8125rem + 1.0625 * ( 100vw - 20rem ) / 80);
	}
}

.zero-gazebo__subtitle {
	font-weight: 500;
}

@supports (margin-bottom: clamp(1.25rem, 0.90625rem + 1.71875vw, 2.625rem)) {
	.zero-gazebo__subtitle {
		margin-bottom: clamp(1.25rem, .90625rem + 1.71875vw, 2.625rem);
	}
}

@supports not (margin-bottom: clamp(1.25rem, 0.90625rem + 1.71875vw, 2.625rem)) {
	.zero-gazebo__subtitle {
		margin-bottom: calc(1.25rem + 1.375 * ( 100vw - 20rem ) / 80);
	}
}

@supports (font-size: clamp(0.6875rem, 0.515625rem + 0.859375vw, 1.375rem)) {
	.zero-gazebo__subtitle {
		font-size: clamp(.6875rem, .515625rem + .859375vw, 1.375rem);
	}
}

@supports not (font-size: clamp(0.6875rem, 0.515625rem + 0.859375vw, 1.375rem)) {
	.zero-gazebo__subtitle {
		font-size: calc(.6875rem + .6875 * ( 100vw - 20rem ) / 80);
	}
}

.zero-gazebo__footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@supports (gap: clamp(1.25rem, 0.78125rem + 2.34375vw, 3.125rem)) {
	.zero-gazebo__footer {
		gap: clamp(1.25rem, .78125rem + 2.34375vw, 3.125rem);
	}
}

@supports not (gap: clamp(1.25rem, 0.78125rem + 2.34375vw, 3.125rem)) {
	.zero-gazebo__footer {
		gap: calc(1.25rem + 1.875 * ( 100vw - 20rem ) / 80);
	}
}

@supports (font-size: clamp(0.5rem, 0.375rem + 0.625vw, 1rem)) {
	.zero-gazebo__text {
		font-size: clamp(.5rem, .375rem + .625vw, 1rem);
	}
}

@supports not (font-size: clamp(0.5rem, 0.375rem + 0.625vw, 1rem)) {
	.zero-gazebo__text {
		font-size: calc(.5rem + .5 * ( 100vw - 20rem ) / 80);
	}
}

@supports (padding-top: clamp(1.25rem, 0.84375rem + 2.03125vw, 2.875rem)) {
	.case__wrap {
		padding-top: clamp(1.25rem, .84375rem + 2.03125vw, 2.875rem);
	}
}

@supports not (padding-top: clamp(1.25rem, 0.84375rem + 2.03125vw, 2.875rem)) {
	.case__wrap {
		padding-top: calc(1.25rem + 1.625 * ( 100vw - 20rem ) / 80);
	}
}

@supports (margin-bottom: clamp(1.5rem, 0.8125rem + 3.4375vw, 4.25rem)) {
	.case__wrap {
		margin-bottom: clamp(1.5rem, .8125rem + 3.4375vw, 4.25rem);
	}
}

@supports not (margin-bottom: clamp(1.5rem, 0.8125rem + 3.4375vw, 4.25rem)) {
	.case__wrap {
		margin-bottom: calc(1.5rem + 2.75 * ( 100vw - 20rem ) / 80);
	}
}

@supports (padding-right: clamp(0.9375rem, -44.375rem + 45.3125vw, 10rem)) {
	.case__wrap {
		padding-right: clamp(.9375rem, -44.375rem + 45.3125vw, 10rem);
	}
}

@supports not (padding-right: clamp(0.9375rem, -44.375rem + 45.3125vw, 10rem)) {
	.case__wrap {
		padding-right: calc(.9375rem + 9.0625 * ( 100vw - 100rem ) / 20);
	}
}

.case__slide {
	max-height: 41.875rem;
}

.case__slide * {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.case__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: 1.25rem;
}

@supports (gap: clamp(0.9375rem, -2.2726004464rem + 6.6964285714vw, 1.875rem)) {
	.case__nav {
		gap: clamp(.9375rem, -2.2726004464rem + 6.6964285714vw, 1.875rem);
	}
}

@supports not (gap: clamp(0.9375rem, -2.2726004464rem + 6.6964285714vw, 1.875rem)) {
	.case__nav {
		gap: calc(.9375rem + .9375 * ( 100vw - 47.9375rem ) / 14);
	}
}

.case__nav .prev, .case__nav .next {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 1.75rem;
	flex: 0 0 1.75rem;
	width: 1.75rem;
	height: 1.75rem;
	border: 1px solid #005da3;
	border-radius: 50%;
}

.case__nav .prev.swiper-button-disabled, .case__nav .next.swiper-button-disabled {
	border: 0;
}

.case__nav .next {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.case__content {
	padding: 0 .9375rem;
}

.content-case__title {
	max-width: 28.125rem;
	font-weight: 700;
	text-transform: uppercase;
}

@supports (margin-bottom: clamp(1.3125rem, 0.890625rem + 2.109375vw, 3rem)) {
	.content-case__title {
		margin-bottom: clamp(1.3125rem, .890625rem + 2.109375vw, 3rem);
	}
}

@supports not (margin-bottom: clamp(1.3125rem, 0.890625rem + 2.109375vw, 3rem)) {
	.content-case__title {
		margin-bottom: calc(1.3125rem + 1.6875 * ( 100vw - 20rem ) / 80);
	}
}

@supports (font-size: clamp(0.9375rem, 0.625rem + 1.5625vw, 2.1875rem)) {
	.content-case__title {
		font-size: clamp(.9375rem, .625rem + 1.5625vw, 2.1875rem);
	}
}

@supports not (font-size: clamp(0.9375rem, 0.625rem + 1.5625vw, 2.1875rem)) {
	.content-case__title {
		font-size: calc(.9375rem + 1.25 * ( 100vw - 20rem ) / 80);
	}
}

@supports (margin-bottom: clamp(2rem, 1.4375rem + 2.8125vw, 4.25rem)) {
	.content-case__list {
		margin-bottom: clamp(2rem, 1.4375rem + 2.8125vw, 4.25rem);
	}
}

@supports not (margin-bottom: clamp(2rem, 1.4375rem + 2.8125vw, 4.25rem)) {
	.content-case__list {
		margin-bottom: calc(2rem + 2.25 * ( 100vw - 20rem ) / 80);
	}
}

.content-case__list-item {
	font-weight: 500;
	list-style: inside;
	color: #005da3;
}

@supports (font-size: clamp(0.6875rem, 0.515625rem + 0.859375vw, 1.375rem)) {
	.content-case__list-item {
		font-size: clamp(.6875rem, .515625rem + .859375vw, 1.375rem);
	}
}

@supports not (font-size: clamp(0.6875rem, 0.515625rem + 0.859375vw, 1.375rem)) {
	.content-case__list-item {
		font-size: calc(.6875rem + .6875 * ( 100vw - 20rem ) / 80);
	}
}

@supports (margin-bottom: clamp(0.625rem, 0.3125rem + 1.5625vw, 1.875rem)) {
	.content-case__list-item:not(:last-child) {
		margin-bottom: clamp(.625rem, .3125rem + 1.5625vw, 1.875rem);
	}
}

@supports not (margin-bottom: clamp(0.625rem, 0.3125rem + 1.5625vw, 1.875rem)) {
	.content-case__list-item:not(:last-child) {
		margin-bottom: calc(.625rem + 1.25 * ( 100vw - 20rem ) / 80);
	}
}

.content-case__list-item::marker {
	color: #005da3;
}

.content-case__footer {
	padding-top: 1rem;
	border-top: 1px solid #005da3;
}

.content-case__description {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@supports (gap: clamp(0.5rem, 0.375rem + 0.625vw, 1rem)) {
	.content-case__description {
		gap: clamp(.5rem, .375rem + .625vw, 1rem);
	}
}

@supports not (gap: clamp(0.5rem, 0.375rem + 0.625vw, 1rem)) {
	.content-case__description {
		gap: calc(.5rem + .5 * ( 100vw - 20rem ) / 80);
	}
}

@supports (margin-bottom: clamp(1rem, 0.75rem + 1.25vw, 2rem)) {
	.content-case__description {
		margin-bottom: clamp(1rem, .75rem + 1.25vw, 2rem);
	}
}

@supports not (margin-bottom: clamp(1rem, 0.75rem + 1.25vw, 2rem)) {
	.content-case__description {
		margin-bottom: calc(1rem + 1 * ( 100vw - 20rem ) / 80);
	}
}

@supports (font-size: clamp(0.625rem, 0.484375rem + 0.703125vw, 1.1875rem)) {
	.content-case__description {
		font-size: clamp(.625rem, .484375rem + .703125vw, 1.1875rem);
	}
}

@supports not (font-size: clamp(0.625rem, 0.484375rem + 0.703125vw, 1.1875rem)) {
	.content-case__description {
		font-size: calc(.625rem + .5625 * ( 100vw - 20rem ) / 80);
	}
}

.content-case__description h3 {
	font-weight: 700;
}

@supports (margin-bottom: clamp(0.625rem, 0.46875rem + 0.78125vw, 1.25rem)) {
	.content-case__description h3 {
		margin-bottom: clamp(.625rem, .46875rem + .78125vw, 1.25rem);
	}
}

@supports not (margin-bottom: clamp(0.625rem, 0.46875rem + 0.78125vw, 1.25rem)) {
	.content-case__description h3 {
		margin-bottom: calc(.625rem + .625 * ( 100vw - 20rem ) / 80);
	}
}

@supports (font-size: clamp(0.6875rem, 0.53125rem + 0.78125vw, 1.3125rem)) {
	.content-case__description h3 {
		font-size: clamp(.6875rem, .53125rem + .78125vw, 1.3125rem);
	}
}

@supports not (font-size: clamp(0.6875rem, 0.53125rem + 0.78125vw, 1.3125rem)) {
	.content-case__description h3 {
		font-size: calc(.6875rem + .625 * ( 100vw - 20rem ) / 80);
	}
}

.content-case__button {
	margin-top: auto;
}

.tabs-case__section-title {
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}

@supports (margin-bottom: clamp(0.9375rem, 0.703125rem + 1.171875vw, 1.875rem)) {
	.tabs-case__section-title {
		margin-bottom: clamp(.9375rem, .703125rem + 1.171875vw, 1.875rem);
	}
}

@supports not (margin-bottom: clamp(0.9375rem, 0.703125rem + 1.171875vw, 1.875rem)) {
	.tabs-case__section-title {
		margin-bottom: calc(.9375rem + .9375 * ( 100vw - 20rem ) / 80);
	}
}

@supports (font-size: clamp(0.8125rem, 0.546875rem + 1.328125vw, 1.875rem)) {
	.tabs-case__section-title {
		font-size: clamp(.8125rem, .546875rem + 1.328125vw, 1.875rem);
	}
}

@supports not (font-size: clamp(0.8125rem, 0.546875rem + 1.328125vw, 1.875rem)) {
	.tabs-case__section-title {
		font-size: calc(.8125rem + 1.0625 * ( 100vw - 20rem ) / 80);
	}
}

.tabs-case__navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: .3125rem;
	border-bottom: 1px solid #252525;
	overflow-x: auto;
}

@supports (margin-bottom: clamp(1.5rem, 1.125rem + 1.875vw, 3rem)) {
	.tabs-case__navigation {
		margin-bottom: clamp(1.5rem, 1.125rem + 1.875vw, 3rem);
	}
}

@supports not (margin-bottom: clamp(1.5rem, 1.125rem + 1.875vw, 3rem)) {
	.tabs-case__navigation {
		margin-bottom: calc(1.5rem + 1.5 * ( 100vw - 20rem ) / 80);
	}
}

.tabs-case__title {
	opacity: .5;
	border: 1px solid transparent;
	border-radius: 51px;
	padding: .9375rem 4.6875rem;
	-webkit-transition: opacity .2s ease-in-out, color .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out, color .2s ease-in-out;
	transition: opacity .2s ease-in-out, color .2s ease-in-out;
	white-space: nowrap;
}

@supports (font-size: clamp(0.625rem, 0.546875rem + 0.390625vw, 0.9375rem)) {
	.tabs-case__title {
		font-size: clamp(.625rem, .546875rem + .390625vw, .9375rem);
	}
}

@supports not (font-size: clamp(0.625rem, 0.546875rem + 0.390625vw, 0.9375rem)) {
	.tabs-case__title {
		font-size: calc(.625rem + .3125 * ( 100vw - 20rem ) / 80);
	}
}

.tabs-case__title._tab-active {
	color: #f51e23;
	border-color: #f51e23;
	opacity: 1;
}

.windows-measurer__text .form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 1.25rem;
}

.windows-measurer__text .form__row {
	display: -ms-grid;
	display: grid;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(auto-fit, minmax(15.9375rem, 1fr));
}

@supports (gap: clamp(0.625rem, 0.46875rem + 0.78125vw, 1.25rem)) {
	.windows-measurer__text .form__row {
		gap: clamp(.625rem, .46875rem + .78125vw, 1.25rem);
	}
}

@supports not (gap: clamp(0.625rem, 0.46875rem + 0.78125vw, 1.25rem)) {
	.windows-measurer__text .form__row {
		gap: calc(.625rem + .625 * ( 100vw - 20rem ) / 80);
	}
}

@supports (margin-top: clamp(0.625rem, 0.390625rem + 1.171875vw, 1.5625rem)) {
	.windows-measurer__text .form__row {
		margin-top: clamp(.625rem, .390625rem + 1.171875vw, 1.5625rem);
	}
}

@supports not (margin-top: clamp(0.625rem, 0.390625rem + 1.171875vw, 1.5625rem)) {
	.windows-measurer__text .form__row {
		margin-top: calc(.625rem + .9375 * ( 100vw - 20rem ) / 80);
	}
}

.windows-measurer__text .form__row .button {
	-ms-flex-item-align: start;
	align-self: flex-start;
}

@supports (font-size: clamp(0.4375rem, 0.375rem + 0.3125vw, 0.6875rem)) {
	.windows-measurer__text .form__row ._privacy {
		font-size: clamp(.4375rem, .375rem + .3125vw, .6875rem);
	}
}

@supports not (font-size: clamp(0.4375rem, 0.375rem + 0.3125vw, 0.6875rem)) {
	.windows-measurer__text .form__row ._privacy {
		font-size: calc(.4375rem + .25 * ( 100vw - 20rem ) / 80);
	}
}

.sales__title {
	margin-top: 2.5rem;
	margin-bottom: .9375rem;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}

@supports (font-size: clamp(0.9375rem, 0.703125rem + 1.171875vw, 1.875rem)) {
	.sales__title {
		font-size: clamp(.9375rem, .703125rem + 1.171875vw, 1.875rem);
	}
}

@supports not (font-size: clamp(0.9375rem, 0.703125rem + 1.171875vw, 1.875rem)) {
	.sales__title {
		font-size: calc(.9375rem + .9375 * ( 100vw - 20rem ) / 80);
	}
}

.sales__subtitle {
	margin: 0 auto;
	max-width: 54.125rem;
	font-weight: 300;
	text-align: center;
}

@supports (margin-bottom: clamp(2.8125rem, 1.234375rem + 7.890625vw, 9.125rem)) {
	.sales__subtitle {
		margin-bottom: clamp(2.8125rem, 1.234375rem + 7.890625vw, 9.125rem);
	}
}

@supports not (margin-bottom: clamp(2.8125rem, 1.234375rem + 7.890625vw, 9.125rem)) {
	.sales__subtitle {
		margin-bottom: calc(2.8125rem + 6.3125 * ( 100vw - 20rem ) / 80);
	}
}

@supports (font-size: clamp(0.625rem, 0.484375rem + 0.703125vw, 1.1875rem)) {
	.sales__subtitle {
		font-size: clamp(.625rem, .484375rem + .703125vw, 1.1875rem);
	}
}

@supports not (font-size: clamp(0.625rem, 0.484375rem + 0.703125vw, 1.1875rem)) {
	.sales__subtitle {
		font-size: calc(.625rem + .5625 * ( 100vw - 20rem ) / 80);
	}
}

.sales__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 2.6875rem;
}

.item-sales__image {
	margin-bottom: 1.875rem;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
}

.item-sales__content {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.item-sales__title {
	margin-bottom: .6875rem;
	font-weight: 700;
	text-transform: uppercase;
}

@supports (font-size: clamp(0.9375rem, 0.703125rem + 1.171875vw, 1.875rem)) {
	.item-sales__title {
		font-size: clamp(.9375rem, .703125rem + 1.171875vw, 1.875rem);
	}
}

@supports not (font-size: clamp(0.9375rem, 0.703125rem + 1.171875vw, 1.875rem)) {
	.item-sales__title {
		font-size: calc(.9375rem + .9375 * ( 100vw - 20rem ) / 80);
	}
}

.item-sales__subtitle {
	font-weight: 500;
	color: #005da3;
}

@supports (margin-bottom: clamp(1.875rem, 1.40625rem + 2.34375vw, 3.75rem)) {
	.item-sales__subtitle {
		margin-bottom: clamp(1.875rem, 1.40625rem + 2.34375vw, 3.75rem);
	}
}

@supports not (margin-bottom: clamp(1.875rem, 1.40625rem + 2.34375vw, 3.75rem)) {
	.item-sales__subtitle {
		margin-bottom: calc(1.875rem + 1.875 * ( 100vw - 20rem ) / 80);
	}
}

@supports (font-size: clamp(0.6875rem, 0.515625rem + 0.859375vw, 1.375rem)) {
	.item-sales__subtitle {
		font-size: clamp(.6875rem, .515625rem + .859375vw, 1.375rem);
	}
}

@supports not (font-size: clamp(0.6875rem, 0.515625rem + 0.859375vw, 1.375rem)) {
	.item-sales__subtitle {
		font-size: calc(.6875rem + .6875 * ( 100vw - 20rem ) / 80);
	}
}

.item-sales__text {
	font-weight: 300;
}

@supports (margin-bottom: clamp(1.125rem, 0.875rem + 1.25vw, 2.125rem)) {
	.item-sales__text {
		margin-bottom: clamp(1.125rem, .875rem + 1.25vw, 2.125rem);
	}
}

@supports not (margin-bottom: clamp(1.125rem, 0.875rem + 1.25vw, 2.125rem)) {
	.item-sales__text {
		margin-bottom: calc(1.125rem + 1 * ( 100vw - 20rem ) / 80);
	}
}

@supports (font-size: clamp(0.625rem, 0.484375rem + 0.703125vw, 1.1875rem)) {
	.item-sales__text {
		font-size: clamp(.625rem, .484375rem + .703125vw, 1.1875rem);
	}
}

@supports not (font-size: clamp(0.625rem, 0.484375rem + 0.703125vw, 1.1875rem)) {
	.item-sales__text {
		font-size: calc(.625rem + .5625 * ( 100vw - 20rem ) / 80);
	}
}

.item-sales__button {
	width: auto;
}

.pay__online {
	margin-bottom: 2.375rem;
	padding: 5rem 0;
	position: relative;
}

@supports (margin-bottom: clamp(3.375rem, 2.34375rem + 5.15625vw, 7.5rem)) {
	.pay__variants {
		margin-bottom: clamp(3.375rem, 2.34375rem + 5.15625vw, 7.5rem);
	}
}

@supports not (margin-bottom: clamp(3.375rem, 2.34375rem + 5.15625vw, 7.5rem)) {
	.pay__variants {
		margin-bottom: calc(3.375rem + 4.125 * ( 100vw - 20rem ) / 80);
	}
}

.pay__rules {
	position: relative;
}

@supports (margin-bottom: clamp(3.75rem, 2.8125rem + 4.6875vw, 7.5rem)) {
	.pay__rules {
		margin-bottom: clamp(3.75rem, 2.8125rem + 4.6875vw, 7.5rem);
	}
}

@supports not (margin-bottom: clamp(3.75rem, 2.8125rem + 4.6875vw, 7.5rem)) {
	.pay__rules {
		margin-bottom: calc(3.75rem + 3.75 * ( 100vw - 20rem ) / 80);
	}
}

.online-pay__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 1.875rem;
}

.online-pay__text {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 67%;
	flex: 1 1 67%;
}

.online-pay__text h2 {
	margin-bottom: 2.0625rem;
	font-weight: 700;
	text-transform: uppercase;
}

@supports (font-size: clamp(0.9375rem, 0.703125rem + 1.171875vw, 1.875rem)) {
	.online-pay__text h2 {
		font-size: clamp(.9375rem, .703125rem + 1.171875vw, 1.875rem);
	}
}

@supports not (font-size: clamp(0.9375rem, 0.703125rem + 1.171875vw, 1.875rem)) {
	.online-pay__text h2 {
		font-size: calc(.9375rem + .9375 * ( 100vw - 20rem ) / 80);
	}
}

.online-pay__text p {
	font-weight: 300;
}

@supports (font-size: clamp(0.6875rem, 0.53125rem + 0.78125vw, 1.3125rem)) {
	.online-pay__text p {
		font-size: clamp(.6875rem, .53125rem + .78125vw, 1.3125rem);
	}
}

@supports not (font-size: clamp(0.6875rem, 0.53125rem + 0.78125vw, 1.3125rem)) {
	.online-pay__text p {
		font-size: calc(.6875rem + .625 * ( 100vw - 20rem ) / 80);
	}
}

.online-pay__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 2rem;
	max-width: 49.375rem;
}

.online-pay__form .form__col {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20.3125rem;
	flex: 0 0 20.3125rem;
}

.online-pay__form .form__col .input {
	margin-bottom: 1rem;
}

.online-pay__form .form__col .button {
	margin-top: 1.875rem;
	margin-bottom: 1rem;
	width: 100%;
}

.online-pay__form .form__col textarea {
	height: 100%;
}

.online-pay__form .form__col p {
	font-size: .6875rem;
	text-align: center;
}

.variants-pay__title {
	margin-bottom: .625rem;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

@supports (font-size: clamp(0.9375rem, 0.703125rem + 1.171875vw, 1.875rem)) {
	.variants-pay__title {
		font-size: clamp(.9375rem, .703125rem + 1.171875vw, 1.875rem);
	}
}

@supports not (font-size: clamp(0.9375rem, 0.703125rem + 1.171875vw, 1.875rem)) {
	.variants-pay__title {
		font-size: calc(.9375rem + .9375 * ( 100vw - 20rem ) / 80);
	}
}

.variants-pay__subtitle {
	margin-bottom: 3.75rem;
	font-weight: 500;
	text-align: center;
	color: #005da3;
}

@supports (font-size: clamp(0.75rem, 0.609375rem + 0.703125vw, 1.3125rem)) {
	.variants-pay__subtitle {
		font-size: clamp(.75rem, .609375rem + .703125vw, 1.3125rem);
	}
}

@supports not (font-size: clamp(0.75rem, 0.609375rem + 0.703125vw, 1.3125rem)) {
	.variants-pay__subtitle {
		font-size: calc(.75rem + .5625 * ( 100vw - 20rem ) / 80);
	}
}

.variants-pay__list {
	display: -ms-grid;
	display: grid;
	gap: 1.875rem;
	grid-template-columns: repeat(auto-fit, minmax(9.375rem, 1fr));
}

.variants-pay__item {
	padding-bottom: 1.25rem;
	position: relative;
	text-align: center;
}

.rules-pay__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@supports (gap: clamp(1.875rem, 0.328125rem + 7.734375vw, 8.0625rem)) {
	.rules-pay__container {
		gap: clamp(1.875rem, .328125rem + 7.734375vw, 8.0625rem);
	}
}

@supports not (gap: clamp(1.875rem, 0.328125rem + 7.734375vw, 8.0625rem)) {
	.rules-pay__container {
		gap: calc(1.875rem + 6.1875 * ( 100vw - 20rem ) / 80);
	}
}

.rules-pay__grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@supports (gap: clamp(0.9375rem, 0.703125rem + 1.171875vw, 1.875rem)) {
	.rules-pay__grid {
		gap: clamp(.9375rem, .703125rem + 1.171875vw, 1.875rem);
	}
}

@supports not (gap: clamp(0.9375rem, 0.703125rem + 1.171875vw, 1.875rem)) {
	.rules-pay__grid {
		gap: calc(.9375rem + .9375 * ( 100vw - 20rem ) / 80);
	}
}

.rules-pay__col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@supports (gap: clamp(0.9375rem, 0.46875rem + 2.34375vw, 2.8125rem)) {
	.rules-pay__col {
		gap: clamp(.9375rem, .46875rem + 2.34375vw, 2.8125rem);
	}
}

@supports not (gap: clamp(0.9375rem, 0.46875rem + 2.34375vw, 2.8125rem)) {
	.rules-pay__col {
		gap: calc(.9375rem + 1.875 * ( 100vw - 20rem ) / 80);
	}
}

.rules-pay__item {
	max-width: 28.75rem;
}

.rules-pay__item h3 {
	margin-bottom: .5625rem;
	font-weight: 500;
	color: #005da3;
}

@supports (font-size: clamp(0.75rem, 0.625rem + 0.625vw, 1.25rem)) {
	.rules-pay__item h3 {
		font-size: clamp(.75rem, .625rem + .625vw, 1.25rem);
	}
}

@supports not (font-size: clamp(0.75rem, 0.625rem + 0.625vw, 1.25rem)) {
	.rules-pay__item h3 {
		font-size: calc(.75rem + .5 * ( 100vw - 20rem ) / 80);
	}
}

@supports (font-size: clamp(0.5625rem, 0.46875rem + 0.46875vw, 0.9375rem)) {
	.rules-pay__item p {
		font-size: clamp(.5625rem, .46875rem + .46875vw, .9375rem);
	}
}

@supports not (font-size: clamp(0.5625rem, 0.46875rem + 0.46875vw, 0.9375rem)) {
	.rules-pay__item p {
		font-size: calc(.5625rem + .375 * ( 100vw - 20rem ) / 80);
	}
}

.rules-pay__right {
	padding-top: 6.5625rem;
	padding-bottom: 7rem;
	padding-left: 3.125rem;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 26.5rem;
	flex: 0 0 26.5rem;
}

.rules-pay__right h3 {
	margin-bottom: 2.0625rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}

@supports (font-size: clamp(0.9375rem, 0.703125rem + 1.171875vw, 1.875rem)) {
	.rules-pay__right h3 {
		font-size: clamp(.9375rem, .703125rem + 1.171875vw, 1.875rem);
	}
}

@supports not (font-size: clamp(0.9375rem, 0.703125rem + 1.171875vw, 1.875rem)) {
	.rules-pay__right h3 {
		font-size: calc(.9375rem + .9375 * ( 100vw - 20rem ) / 80);
	}
}

.rules-pay__right ul {
	margin-bottom: 3.75rem;
	color: #fff;
}

.rules-pay__right ul li {
	font-weight: 300;
	list-style: inside;
}

@supports (font-size: clamp(0.6875rem, 0.515625rem + 0.859375vw, 1.375rem)) {
	.rules-pay__right ul li {
		font-size: clamp(.6875rem, .515625rem + .859375vw, 1.375rem);
	}
}

@supports not (font-size: clamp(0.6875rem, 0.515625rem + 0.859375vw, 1.375rem)) {
	.rules-pay__right ul li {
		font-size: calc(.6875rem + .6875 * ( 100vw - 20rem ) / 80);
	}
}

.rules-pay__right ul li:not(:last-child) {
	margin-bottom: 2.3125rem;
}

.rules-pay__right::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(0px, -50%);
	-ms-transform: translate(0px, -50%);
	transform: translate(0px, -50%);
	z-index: -1;
	width: 43.75rem;
	height: 120%;
	background-color: #005da3;
}

@supports (width: clamp(31.25rem, 0.428700361rem + 36.1010830325vw, 43.75rem)) {
	.rules-pay__right::after {
		width: clamp(31.25rem, 0.428700361rem + 36.1010830325vw, 43.75rem);
	}
}

@supports not (width: clamp(31.25rem, 0.428700361rem + 36.1010830325vw, 43.75rem)) {
	.rules-pay__right::after {
		width: calc(31.25rem + 12.5 * ( 100vw - 85.375rem ) / 34.625);
	}
}

@supports (margin-bottom: clamp(2.5rem, 1.71875rem + 3.90625vw, 5.625rem)) {
	.credit__rules {
		margin-bottom: clamp(2.5rem, 1.71875rem + 3.90625vw, 5.625rem);
	}
}

@supports not (margin-bottom: clamp(2.5rem, 1.71875rem + 3.90625vw, 5.625rem)) {
	.credit__rules {
		margin-bottom: calc(2.5rem + 3.125 * ( 100vw - 20rem ) / 80);
	}
}

.credit__banks {
	border-bottom: 1px solid #252525;
}

@supports (margin-bottom: clamp(2rem, 1.390625rem + 3.046875vw, 4.4375rem)) {
	.credit__banks {
		margin-bottom: clamp(2rem, 1.390625rem + 3.046875vw, 4.4375rem);
	}
}

@supports not (margin-bottom: clamp(2rem, 1.390625rem + 3.046875vw, 4.4375rem)) {
	.credit__banks {
		margin-bottom: calc(2rem + 2.4375 * ( 100vw - 20rem ) / 80);
	}
}

@supports (padding-bottom: clamp(2rem, 1.390625rem + 3.046875vw, 4.4375rem)) {
	.credit__banks {
		padding-bottom: clamp(2rem, 1.390625rem + 3.046875vw, 4.4375rem);
	}
}

@supports not (padding-bottom: clamp(2rem, 1.390625rem + 3.046875vw, 4.4375rem)) {
	.credit__banks {
		padding-bottom: calc(2rem + 2.4375 * ( 100vw - 20rem ) / 80);
	}
}

.rules-credit__container {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

@supports (gap: clamp(0.625rem, -3.7086248654rem + 6.9967707212vw, 4.6875rem)) {
	.rules-credit__container {
		gap: clamp(.625rem, -3.7086248654rem + 6.9967707212vw, 4.6875rem);
	}
}

@supports not (gap: clamp(0.625rem, -3.7086248654rem + 6.9967707212vw, 4.6875rem)) {
	.rules-credit__container {
		gap: calc(.625rem + 4.0625 * ( 100vw - 61.9375rem ) / 58.0625);
	}
}

.rules-credit__header {
	margin-bottom: 2rem;
	text-align: center;
}

.rules-credit__title {
	font-weight: 700;
	text-transform: uppercase;
}

@supports (font-size: clamp(0.9375rem, 0.703125rem + 1.171875vw, 1.875rem)) {
	.rules-credit__title {
		font-size: clamp(.9375rem, .703125rem + 1.171875vw, 1.875rem);
	}
}

@supports not (font-size: clamp(0.9375rem, 0.703125rem + 1.171875vw, 1.875rem)) {
	.rules-credit__title {
		font-size: calc(.9375rem + .9375 * ( 100vw - 20rem ) / 80);
	}
}

.rules-credit__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: .9375rem;
}

.rules-credit__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
}

.item-rules-credit__title {
	margin-bottom: 1rem;
	font-weight: 500;
	color: #005da3;
}

@supports (font-size: clamp(0.75rem, 0.59375rem + 0.78125vw, 1.375rem)) {
	.item-rules-credit__title {
		font-size: clamp(.75rem, .59375rem + .78125vw, 1.375rem);
	}
}

@supports not (font-size: clamp(0.75rem, 0.59375rem + 0.78125vw, 1.375rem)) {
	.item-rules-credit__title {
		font-size: calc(.75rem + .625 * ( 100vw - 20rem ) / 80);
	}
}

@supports (font-size: clamp(0.625rem, 0.53125rem + 0.46875vw, 1rem)) {
	.item-rules-credit__text {
		font-size: clamp(.625rem, .53125rem + .46875vw, 1rem);
	}
}

@supports not (font-size: clamp(0.625rem, 0.53125rem + 0.46875vw, 1rem)) {
	.item-rules-credit__text {
		font-size: calc(.625rem + .375 * ( 100vw - 20rem ) / 80);
	}
}

.banks-credit__title {
	margin-bottom: 2.5625rem;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}

@supports (font-size: clamp(0.9375rem, 0.703125rem + 1.171875vw, 1.875rem)) {
	.banks-credit__title {
		font-size: clamp(.9375rem, .703125rem + 1.171875vw, 1.875rem);
	}
}

@supports not (font-size: clamp(0.9375rem, 0.703125rem + 1.171875vw, 1.875rem)) {
	.banks-credit__title {
		font-size: calc(.9375rem + .9375 * ( 100vw - 20rem ) / 80);
	}
}

.banks-credit__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: .9375rem;
}

.banks-credit__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 12.5rem;
}

@supports (margin-bottom: clamp(2.5rem, 1.71875rem + 3.90625vw, 5.625rem)) {
	.credit__rules {
		margin-bottom: clamp(2.5rem, 1.71875rem + 3.90625vw, 5.625rem);
	}
}

@supports not (margin-bottom: clamp(2.5rem, 1.71875rem + 3.90625vw, 5.625rem)) {
	.credit__rules {
		margin-bottom: calc(2.5rem + 3.125 * ( 100vw - 20rem ) / 80);
	}
}

.credit__banks {
	border-bottom: 1px solid #252525;
}

@supports (margin-bottom: clamp(2rem, 1.390625rem + 3.046875vw, 4.4375rem)) {
	.credit__banks {
		margin-bottom: clamp(2rem, 1.390625rem + 3.046875vw, 4.4375rem);
	}
}

@supports not (margin-bottom: clamp(2rem, 1.390625rem + 3.046875vw, 4.4375rem)) {
	.credit__banks {
		margin-bottom: calc(2rem + 2.4375 * ( 100vw - 20rem ) / 80);
	}
}

@supports (padding-bottom: clamp(2rem, 1.390625rem + 3.046875vw, 4.4375rem)) {
	.credit__banks {
		padding-bottom: clamp(2rem, 1.390625rem + 3.046875vw, 4.4375rem);
	}
}

@supports not (padding-bottom: clamp(2rem, 1.390625rem + 3.046875vw, 4.4375rem)) {
	.credit__banks {
		padding-bottom: calc(2rem + 2.4375 * ( 100vw - 20rem ) / 80);
	}
}

.rules-credit__container {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

@supports (gap: clamp(0.625rem, -3.7086248654rem + 6.9967707212vw, 4.6875rem)) {
	.rules-credit__container {
		gap: clamp(.625rem, -3.7086248654rem + 6.9967707212vw, 4.6875rem);
	}
}

@supports not (gap: clamp(0.625rem, -3.7086248654rem + 6.9967707212vw, 4.6875rem)) {
	.rules-credit__container {
		gap: calc(.625rem + 4.0625 * ( 100vw - 61.9375rem ) / 58.0625);
	}
}

.rules-credit__header {
	margin-bottom: 2rem;
	text-align: center;
}

.rules-credit__title {
	font-weight: 700;
	text-transform: uppercase;
}

@supports (font-size: clamp(0.9375rem, 0.703125rem + 1.171875vw, 1.875rem)) {
	.rules-credit__title {
		font-size: clamp(.9375rem, .703125rem + 1.171875vw, 1.875rem);
	}
}

@supports not (font-size: clamp(0.9375rem, 0.703125rem + 1.171875vw, 1.875rem)) {
	.rules-credit__title {
		font-size: calc(.9375rem + .9375 * ( 100vw - 20rem ) / 80);
	}
}

.rules-credit__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: .9375rem;
}

.rules-credit__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
}

.item-rules-credit__title {
	margin-bottom: 1rem;
	font-weight: 500;
	color: #005da3;
}

@supports (font-size: clamp(0.75rem, 0.59375rem + 0.78125vw, 1.375rem)) {
	.item-rules-credit__title {
		font-size: clamp(.75rem, .59375rem + .78125vw, 1.375rem);
	}
}

@supports not (font-size: clamp(0.75rem, 0.59375rem + 0.78125vw, 1.375rem)) {
	.item-rules-credit__title {
		font-size: calc(.75rem + .625 * ( 100vw - 20rem ) / 80);
	}
}

@supports (font-size: clamp(0.625rem, 0.53125rem + 0.46875vw, 1rem)) {
	.item-rules-credit__text {
		font-size: clamp(.625rem, .53125rem + .46875vw, 1rem);
	}
}

@supports not (font-size: clamp(0.625rem, 0.53125rem + 0.46875vw, 1rem)) {
	.item-rules-credit__text {
		font-size: calc(.625rem + .375 * ( 100vw - 20rem ) / 80);
	}
}

.banks-credit__title {
	margin-bottom: 2.5625rem;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}

@supports (font-size: clamp(0.9375rem, 0.703125rem + 1.171875vw, 1.875rem)) {
	.banks-credit__title {
		font-size: clamp(.9375rem, .703125rem + 1.171875vw, 1.875rem);
	}
}

@supports not (font-size: clamp(0.9375rem, 0.703125rem + 1.171875vw, 1.875rem)) {
	.banks-credit__title {
		font-size: calc(.9375rem + .9375 * ( 100vw - 20rem ) / 80);
	}
}

.banks-credit__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: .9375rem;
}

.banks-credit__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 12.5rem;
}

@supports (margin-bottom: clamp(2.5rem, 1.84375rem + 3.28125vw, 5.125rem)) {
	.dillers__delivery {
		margin-bottom: clamp(2.5rem, 1.84375rem + 3.28125vw, 5.125rem);
	}
}

@supports not (margin-bottom: clamp(2.5rem, 1.84375rem + 3.28125vw, 5.125rem)) {
	.dillers__delivery {
		margin-bottom: calc(2.5rem + 2.625 * ( 100vw - 20rem ) / 80);
	}
}

@supports (margin-bottom: clamp(2.1875rem, 1.71875rem + 2.34375vw, 4.0625rem)) {
	.dillers__problems {
		margin-bottom: clamp(2.1875rem, 1.71875rem + 2.34375vw, 4.0625rem);
	}
}

@supports not (margin-bottom: clamp(2.1875rem, 1.71875rem + 2.34375vw, 4.0625rem)) {
	.dillers__problems {
		margin-bottom: calc(2.1875rem + 1.875 * ( 100vw - 20rem ) / 80);
	}
}

.dillers__team {
	position: relative;
}

@supports (margin-bottom: clamp(3.125rem, 2.65625rem + 2.34375vw, 5rem)) {
	.dillers__team {
		margin-bottom: clamp(3.125rem, 2.65625rem + 2.34375vw, 5rem);
	}
}

@supports not (margin-bottom: clamp(3.125rem, 2.65625rem + 2.34375vw, 5rem)) {
	.dillers__team {
		margin-bottom: calc(3.125rem + 1.875 * ( 100vw - 20rem ) / 80);
	}
}

.dillers__family {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 8.375rem;
	position: relative;
}

.dillers__family::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	max-width: 111.25rem;
	height: 100%;
	background-color: #005da3;
}

.delivery-dillers__title {
	margin-bottom: .4375rem;
	max-width: 42.0625rem;
	font-weight: 700;
	text-transform: uppercase;
}

@supports (font-size: clamp(0.9375rem, 0.703125rem + 1.171875vw, 1.875rem)) {
	.delivery-dillers__title {
		font-size: clamp(.9375rem, .703125rem + 1.171875vw, 1.875rem);
	}
}

@supports not (font-size: clamp(0.9375rem, 0.703125rem + 1.171875vw, 1.875rem)) {
	.delivery-dillers__title {
		font-size: calc(.9375rem + .9375 * ( 100vw - 20rem ) / 80);
	}
}

.delivery-dillers__subtitle {
	margin-bottom: 2.125rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid rgba(37, 37, 37, .5);
}

.delivery-dillers__subtitle span {
	display: block;
	max-width: 42.0625rem;
	font-weight: 500;
	color: #005da3;
}

@supports (font-size: clamp(0.6875rem, 0.515625rem + 0.859375vw, 1.375rem)) {
	.delivery-dillers__subtitle span {
		font-size: clamp(.6875rem, .515625rem + .859375vw, 1.375rem);
	}
}

@supports not (font-size: clamp(0.6875rem, 0.515625rem + 0.859375vw, 1.375rem)) {
	.delivery-dillers__subtitle span {
		font-size: calc(.6875rem + .6875 * ( 100vw - 20rem ) / 80);
	}
}

.delivery-dillers__listtitle {
	margin-bottom: 2.375rem;
	font-weight: 500;
	color: #005da3;
}

@supports (font-size: clamp(0.6875rem, 0.515625rem + 0.859375vw, 1.375rem)) {
	.delivery-dillers__listtitle {
		font-size: clamp(.6875rem, .515625rem + .859375vw, 1.375rem);
	}
}

@supports not (font-size: clamp(0.6875rem, 0.515625rem + 0.859375vw, 1.375rem)) {
	.delivery-dillers__listtitle {
		font-size: calc(.6875rem + .6875 * ( 100vw - 20rem ) / 80);
	}
}

.delivery-dillers__list {
	padding-right: .9375rem;
}

@supports (padding-left: clamp(0.9375rem, -52.1875rem + 53.125vw, 11.5625rem)) {
	.delivery-dillers__list {
		padding-left: clamp(.9375rem, -52.1875rem + 53.125vw, 11.5625rem);
	}
}

@supports not (padding-left: clamp(0.9375rem, -52.1875rem + 53.125vw, 11.5625rem)) {
	.delivery-dillers__list {
		padding-left: calc(.9375rem + 10.625 * ( 100vw - 100rem ) / 20);
	}
}

.delivery-dillers__item {
	width: 24.0625rem;
}

.item-delivery-dillers__image {
	margin-bottom: 1.25rem;
}

.item-delivery-dillers__title {
	font-weight: 500;
}

@supports (font-size: clamp(0.625rem, 0.5rem + 0.625vw, 1.125rem)) {
	.item-delivery-dillers__title {
		font-size: clamp(.625rem, .5rem + .625vw, 1.125rem);
	}
}

@supports not (font-size: clamp(0.625rem, 0.5rem + 0.625vw, 1.125rem)) {
	.item-delivery-dillers__title {
		font-size: calc(.625rem + .5 * ( 100vw - 20rem ) / 80);
	}
}

.problems-dillers__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@supports (gap: clamp(0.9375rem, -0.390625rem + 6.640625vw, 6.25rem)) {
	.problems-dillers__container {
		gap: clamp(.9375rem, -.390625rem + 6.640625vw, 6.25rem);
	}
}

@supports not (gap: clamp(0.9375rem, -0.390625rem + 6.640625vw, 6.25rem)) {
	.problems-dillers__container {
		gap: calc(.9375rem + 5.3125 * ( 100vw - 20rem ) / 80);
	}
}

.problems-dillers__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: .625rem;
}

@supports (padding-top: clamp(0.625rem, 0.3125rem + 1.5625vw, 1.875rem)) {
	.problems-dillers__item {
		padding-top: clamp(.625rem, .3125rem + 1.5625vw, 1.875rem);
	}
}

@supports not (padding-top: clamp(0.625rem, 0.3125rem + 1.5625vw, 1.875rem)) {
	.problems-dillers__item {
		padding-top: calc(.625rem + 1.25 * ( 100vw - 20rem ) / 80);
	}
}

@supports (padding-bottom: clamp(0.625rem, 0.3125rem + 1.5625vw, 1.875rem)) {
	.problems-dillers__item {
		padding-bottom: clamp(.625rem, .3125rem + 1.5625vw, 1.875rem);
	}
}

@supports not (padding-bottom: clamp(0.625rem, 0.3125rem + 1.5625vw, 1.875rem)) {
	.problems-dillers__item {
		padding-bottom: calc(.625rem + 1.25 * ( 100vw - 20rem ) / 80);
	}
}

@supports (padding-right: clamp(1.25rem, 0.78125rem + 2.34375vw, 3.125rem)) {
	.problems-dillers__item {
		padding-right: clamp(1.25rem, .78125rem + 2.34375vw, 3.125rem);
	}
}

@supports not (padding-right: clamp(1.25rem, 0.78125rem + 2.34375vw, 3.125rem)) {
	.problems-dillers__item {
		padding-right: calc(1.25rem + 1.875 * ( 100vw - 20rem ) / 80);
	}
}

.problems-dillers__item:not(:last-child) {
	border-bottom: 1px solid #252525;
}

@supports (font-size: clamp(0.5rem, 0.375rem + 0.625vw, 1rem)) {
	.problems-dillers__item {
		font-size: clamp(.5rem, .375rem + .625vw, 1rem);
	}
}

@supports not (font-size: clamp(0.5rem, 0.375rem + 0.625vw, 1rem)) {
	.problems-dillers__item {
		font-size: calc(.5rem + .5 * ( 100vw - 20rem ) / 80);
	}
}

.problems-dillers__item:first-child {
	font-weight: 700;
	color: #005da3;
	border-bottom: 0;
}

@supports (font-size: clamp(0.8125rem, 0.625rem + 0.9375vw, 1.5625rem)) {
	.problems-dillers__item:first-child {
		font-size: clamp(.8125rem, .625rem + .9375vw, 1.5625rem);
	}
}

@supports not (font-size: clamp(0.8125rem, 0.625rem + 0.9375vw, 1.5625rem)) {
	.problems-dillers__item:first-child {
		font-size: calc(.8125rem + .75 * ( 100vw - 20rem ) / 80);
	}
}

.problems-dillers__callback {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.875rem;
	flex: 0 0 16.875rem;
}

.problems-dillers__title {
	margin-bottom: .9375rem;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}

@supports (font-size: clamp(0.9375rem, 0.703125rem + 1.171875vw, 1.875rem)) {
	.problems-dillers__title {
		font-size: clamp(.9375rem, .703125rem + 1.171875vw, 1.875rem);
	}
}

@supports not (font-size: clamp(0.9375rem, 0.703125rem + 1.171875vw, 1.875rem)) {
	.problems-dillers__title {
		font-size: calc(.9375rem + .9375 * ( 100vw - 20rem ) / 80);
	}
}

.item-problems__question {
	width: 50%;
}

.item-problems__answer {
	width: 50%;
}

.team-dillers__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
}

.team-dillers__works {
	margin-bottom: 1.875rem;
}

.works-dillers__title {
	font-weight: 700;
	text-transform: uppercase;
}

@supports (margin-bottom: clamp(1.875rem, 1.078125rem + 3.984375vw, 5.0625rem)) {
	.works-dillers__title {
		margin-bottom: clamp(1.875rem, 1.078125rem + 3.984375vw, 5.0625rem);
	}
}

@supports not (margin-bottom: clamp(1.875rem, 1.078125rem + 3.984375vw, 5.0625rem)) {
	.works-dillers__title {
		margin-bottom: calc(1.875rem + 3.1875 * ( 100vw - 20rem ) / 80);
	}
}

@supports (font-size: clamp(0.9375rem, 0.703125rem + 1.171875vw, 1.875rem)) {
	.works-dillers__title {
		font-size: clamp(.9375rem, .703125rem + 1.171875vw, 1.875rem);
	}
}

@supports not (font-size: clamp(0.9375rem, 0.703125rem + 1.171875vw, 1.875rem)) {
	.works-dillers__title {
		font-size: calc(.9375rem + .9375 * ( 100vw - 20rem ) / 80);
	}
}

@supports (margin-bottom: clamp(1.875rem, 1.484375rem + 1.953125vw, 3.4375rem)) {
	.works-dillers__item:not(:last-child) {
		margin-bottom: clamp(1.875rem, 1.484375rem + 1.953125vw, 3.4375rem);
	}
}

@supports not (margin-bottom: clamp(1.875rem, 1.484375rem + 1.953125vw, 3.4375rem)) {
	.works-dillers__item:not(:last-child) {
		margin-bottom: calc(1.875rem + 1.5625 * ( 100vw - 20rem ) / 80);
	}
}

.item-works-dillers__logo {
	margin-bottom: 1.5625rem;
}

.item-works-dillers__title {
	margin-bottom: 1.125rem;
	font-weight: 500;
	color: #005da3;
}

@supports (font-size: clamp(0.6875rem, 0.515625rem + 0.859375vw, 1.375rem)) {
	.item-works-dillers__title {
		font-size: clamp(.6875rem, .515625rem + .859375vw, 1.375rem);
	}
}

@supports not (font-size: clamp(0.6875rem, 0.515625rem + 0.859375vw, 1.375rem)) {
	.item-works-dillers__title {
		font-size: calc(.6875rem + .6875 * ( 100vw - 20rem ) / 80);
	}
}

@supports (font-size: clamp(0.625rem, 0.484375rem + 0.703125vw, 1.1875rem)) {
	.item-works-dillers__text {
		font-size: clamp(.625rem, .484375rem + .703125vw, 1.1875rem);
	}
}

@supports not (font-size: clamp(0.625rem, 0.484375rem + 0.703125vw, 1.1875rem)) {
	.item-works-dillers__text {
		font-size: calc(.625rem + .5625 * ( 100vw - 20rem ) / 80);
	}
}

.persons-team__title {
	margin-bottom: 3.25rem;
	font-weight: 700;
	text-transform: uppercase;
}

@supports (font-size: clamp(0.9375rem, 0.703125rem + 1.171875vw, 1.875rem)) {
	.persons-team__title {
		font-size: clamp(.9375rem, .703125rem + 1.171875vw, 1.875rem);
	}
}

@supports not (font-size: clamp(0.9375rem, 0.703125rem + 1.171875vw, 1.875rem)) {
	.persons-team__title {
		font-size: calc(.9375rem + .9375 * ( 100vw - 20rem ) / 80);
	}
}

.persons-team__list {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	gap: 1.25rem;
}

.persons-team__photo {
	margin-bottom: 1.25rem;
}

.persons-team__name {
	margin-bottom: .75rem;
	font-weight: 500;
}

@supports (font-size: clamp(0.625rem, 0.5rem + 0.625vw, 1.125rem)) {
	.persons-team__name {
		font-size: clamp(.625rem, .5rem + .625vw, 1.125rem);
	}
}

@supports not (font-size: clamp(0.625rem, 0.5rem + 0.625vw, 1.125rem)) {
	.persons-team__name {
		font-size: calc(.625rem + .5 * ( 100vw - 20rem ) / 80);
	}
}

@supports (font-size: clamp(0.5rem, 0.390625rem + 0.546875vw, 0.9375rem)) {
	.persons-team__text {
		font-size: clamp(.5rem, .390625rem + .546875vw, .9375rem);
	}
}

@supports not (font-size: clamp(0.5rem, 0.390625rem + 0.546875vw, 0.9375rem)) {
	.persons-team__text {
		font-size: calc(.5rem + .4375 * ( 100vw - 20rem ) / 80);
	}
}

.family-dillers__image {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0px, -50%);
	-ms-transform: translate(0px, -50%);
	transform: translate(0px, -50%);
	width: 35.875rem;
	height: 35.875rem;
}

.family-dillers__content {
	padding: 5.1875rem 0 4.0625rem;
	padding-left: 9.375rem;
	max-width: 53.8125rem;
}

.family-dillers__title {
	margin-bottom: 1.6875rem;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}

@supports (font-size: clamp(1.25rem, 0.9375rem + 1.5625vw, 2.5rem)) {
	.family-dillers__title {
		font-size: clamp(1.25rem, .9375rem + 1.5625vw, 2.5rem);
	}
}

@supports not (font-size: clamp(1.25rem, 0.9375rem + 1.5625vw, 2.5rem)) {
	.family-dillers__title {
		font-size: calc(1.25rem + 1.25 * ( 100vw - 20rem ) / 80);
	}
}

.family-dillers .button {
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.calculator__intro {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: .9375rem;
}

@supports (gap: clamp(1.875rem, -3.4166666667rem + 11.0243055556vw, 9.8125rem)) {
	.calculator__intro {
		gap: clamp(1.875rem, -3.4166666667rem + 11.0243055556vw, 9.8125rem);
	}
}

@supports not (gap: clamp(1.875rem, -3.4166666667rem + 11.0243055556vw, 9.8125rem)) {
	.calculator__intro {
		gap: calc(1.875rem + 7.9375 * ( 100vw - 48rem ) / 72);
	}
}

@supports (margin-bottom: clamp(2.25rem, 1.640625rem + 3.046875vw, 4.6875rem)) {
	.calculator__intro {
		margin-bottom: clamp(2.25rem, 1.640625rem + 3.046875vw, 4.6875rem);
	}
}

@supports not (margin-bottom: clamp(2.25rem, 1.640625rem + 3.046875vw, 4.6875rem)) {
	.calculator__intro {
		margin-bottom: calc(2.25rem + 2.4375 * ( 100vw - 20rem ) / 80);
	}
}

@supports (margin-bottom: clamp(2.625rem, 1.984375rem + 3.203125vw, 5.1875rem)) {
	.calculator__tabs {
		margin-bottom: clamp(2.625rem, 1.984375rem + 3.203125vw, 5.1875rem);
	}
}

@supports not (margin-bottom: clamp(2.625rem, 1.984375rem + 3.203125vw, 5.1875rem)) {
	.calculator__tabs {
		margin-bottom: calc(2.625rem + 2.5625 * ( 100vw - 20rem ) / 80);
	}
}

.calculator__tabs .tabs__navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 3rem;
	gap: .9375rem;
}

@supports (font-size: clamp(0.625rem, 0.484375rem + 0.703125vw, 1.1875rem)) {
	.calculator__tabs .tabs__navigation {
		font-size: clamp(.625rem, .484375rem + .703125vw, 1.1875rem);
	}
}

@supports not (font-size: clamp(0.625rem, 0.484375rem + 0.703125vw, 1.1875rem)) {
	.calculator__tabs .tabs__navigation {
		font-size: calc(.625rem + .5625 * ( 100vw - 20rem ) / 80);
	}
}

.calculator__tabs .tabs__title {
	border: 1px solid #005da3;
	border-radius: 37px;
	color: #005da3;
	padding: .625rem 1.25rem;
}

.calculator__tabs .tabs__content {
	border: 0;
}

.calculator__colors {
	position: relative;
	padding-bottom: 2.75rem;
}

@supports (margin-bottom: clamp(2.1875rem, 1.65625rem + 2.65625vw, 4.3125rem)) {
	.calculator__colors {
		margin-bottom: clamp(2.1875rem, 1.65625rem + 2.65625vw, 4.3125rem);
	}
}

@supports not (margin-bottom: clamp(2.1875rem, 1.65625rem + 2.65625vw, 4.3125rem)) {
	.calculator__colors {
		margin-bottom: calc(2.1875rem + 2.125 * ( 100vw - 20rem ) / 80);
	}
}

.calculator__colors::after {
	content: "";
	width: 100%;
	height: 12.25rem;
	background-color: #f2f2f2;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}

.intro-calculator__image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50.9375rem;
}

.intro-calculator__content {
	padding: 1.25rem 0;
}

.intro-calculator__title {
	margin-bottom: 1.8125rem;
	max-width: 27.9375rem;
	font-weight: 700;
	text-transform: uppercase;
}

@supports (font-size: clamp(0.9375rem, 0.703125rem + 1.171875vw, 1.875rem)) {
	.intro-calculator__title {
		font-size: clamp(.9375rem, .703125rem + 1.171875vw, 1.875rem);
	}
}

@supports not (font-size: clamp(0.9375rem, 0.703125rem + 1.171875vw, 1.875rem)) {
	.intro-calculator__title {
		font-size: calc(.9375rem + .9375 * ( 100vw - 20rem ) / 80);
	}
}

.intro-calculator__text {
	max-width: 49.25rem;
}

@supports (font-size: clamp(0.625rem, 0.484375rem + 0.703125vw, 1.1875rem)) {
	.intro-calculator__text {
		font-size: clamp(.625rem, .484375rem + .703125vw, 1.1875rem);
	}
}

@supports not (font-size: clamp(0.625rem, 0.484375rem + 0.703125vw, 1.1875rem)) {
	.intro-calculator__text {
		font-size: calc(.625rem + .5625 * ( 100vw - 20rem ) / 80);
	}
}

.colors-calculator__title {
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}

@supports (margin-bottom: clamp(0.9375rem, 0.71875rem + 1.09375vw, 1.8125rem)) {
	.colors-calculator__title {
		margin-bottom: clamp(.9375rem, .71875rem + 1.09375vw, 1.8125rem);
	}
}

@supports not (margin-bottom: clamp(0.9375rem, 0.71875rem + 1.09375vw, 1.8125rem)) {
	.colors-calculator__title {
		margin-bottom: calc(.9375rem + .875 * ( 100vw - 20rem ) / 80);
	}
}

@supports (font-size: clamp(0.9375rem, 0.703125rem + 1.171875vw, 1.875rem)) {
	.colors-calculator__title {
		font-size: clamp(.9375rem, .703125rem + 1.171875vw, 1.875rem);
	}
}

@supports not (font-size: clamp(0.9375rem, 0.703125rem + 1.171875vw, 1.875rem)) {
	.colors-calculator__title {
		font-size: calc(.9375rem + .9375 * ( 100vw - 20rem ) / 80);
	}
}

.colors-calculator__text {
	margin: 0 auto;
	max-width: 52.5rem;
	text-align: center;
}

@supports (margin-bottom: clamp(1.5625rem, 1.1875rem + 1.875vw, 3.0625rem)) {
	.colors-calculator__text {
		margin-bottom: clamp(1.5625rem, 1.1875rem + 1.875vw, 3.0625rem);
	}
}

@supports not (margin-bottom: clamp(1.5625rem, 1.1875rem + 1.875vw, 3.0625rem)) {
	.colors-calculator__text {
		margin-bottom: calc(1.5625rem + 1.5 * ( 100vw - 20rem ) / 80);
	}
}

@supports (font-size: clamp(0.625rem, 0.484375rem + 0.703125vw, 1.1875rem)) {
	.colors-calculator__text {
		font-size: clamp(.625rem, .484375rem + .703125vw, 1.1875rem);
	}
}

@supports not (font-size: clamp(0.625rem, 0.484375rem + 0.703125vw, 1.1875rem)) {
	.colors-calculator__text {
		font-size: calc(.625rem + .5625 * ( 100vw - 20rem ) / 80);
	}
}

.colors-calculator__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1.25rem;
	overflow-x: auto;
}

.colors-calculator__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 12.625rem;
	flex: 0 0 12.625rem;
}

.colors-calculator__item p {
	font-weight: 500;
}

@supports (font-size: clamp(0.5625rem, 0.421875rem + 0.703125vw, 1.125rem)) {
	.colors-calculator__item p {
		font-size: clamp(.5625rem, .421875rem + .703125vw, 1.125rem);
	}
}

@supports not (font-size: clamp(0.5625rem, 0.421875rem + 0.703125vw, 1.125rem)) {
	.colors-calculator__item p {
		font-size: calc(.5625rem + .5625 * ( 100vw - 20rem ) / 80);
	}
}

.contacts {
	margin-bottom: 3.4375rem;
}

.contacts__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 1.875rem;
}

.contacts__left {
	padding: 3.125rem 0;
	color: #005da3;
}

@supports (font-size: clamp(0.625rem, 0.484375rem + 0.703125vw, 1.1875rem)) {
	.contacts__left {
		font-size: clamp(.625rem, .484375rem + .703125vw, 1.1875rem);
	}
}

@supports not (font-size: clamp(0.625rem, 0.484375rem + 0.703125vw, 1.1875rem)) {
	.contacts__left {
		font-size: calc(.625rem + .5625 * ( 100vw - 20rem ) / 80);
	}
}

.contacts__map {
	margin-bottom: 2.8125rem;
}

.contacts__map iframe {
	width: 100%;
	height: 36.25rem;
}

.left-contacts__title {
	margin-bottom: 1.875rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #252525;
}

@supports (font-size: clamp(0.9375rem, 0.703125rem + 1.171875vw, 1.875rem)) {
	.left-contacts__title {
		font-size: clamp(.9375rem, .703125rem + 1.171875vw, 1.875rem);
	}
}

@supports not (font-size: clamp(0.9375rem, 0.703125rem + 1.171875vw, 1.875rem)) {
	.left-contacts__title {
		font-size: calc(.9375rem + .9375 * ( 100vw - 20rem ) / 80);
	}
}

.left-contacts__office {
	margin-bottom: 1.5625rem;
}

.left-contacts__schedule {
	margin-bottom: 1.5625rem;
}

.left-contacts__schedule span {
	padding-top: .625rem;
}

@supports (font-size: clamp(0.5rem, 0.375rem + 0.625vw, 1rem)) {
	.left-contacts__schedule span {
		font-size: clamp(.5rem, .375rem + .625vw, 1rem);
	}
}

@supports not (font-size: clamp(0.5rem, 0.375rem + 0.625vw, 1rem)) {
	.left-contacts__schedule span {
		font-size: calc(.5rem + .5 * ( 100vw - 20rem ) / 80);
	}
}

.left-contacts__email {
	margin-bottom: 2.1875rem;
}

.left-contacts__email a {
	text-decoration: underline;
}

.right-contacts__form .form__row {
	margin-bottom: 1.25rem;
	display: -ms-grid;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(auto-fit, minmax(12.5rem, 1fr));
}

.right-contacts__form .form__row label p {
	margin-bottom: .8125rem;
}

@supports (font-size: clamp(0.5625rem, 0.453125rem + 0.546875vw, 1rem)) {
	.right-contacts__form .form__row label p {
		font-size: clamp(.5625rem, .453125rem + .546875vw, 1rem);
	}
}

@supports not (font-size: clamp(0.5625rem, 0.453125rem + 0.546875vw, 1rem)) {
	.right-contacts__form .form__row label p {
		font-size: calc(.5625rem + .4375 * ( 100vw - 20rem ) / 80);
	}
}

.right-contacts__form .form__row>p {
	font-size: .6875rem;
}

.right-contacts__form .form__row .button {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.right-contacts__form textarea.input {
	margin-bottom: 1.25rem;
	height: 10.375rem;
}

@supports (font-size: clamp(0.625rem, 0.484375rem + 0.703125vw, 1.1875rem)) {
	.right-contacts__form .input {
		font-size: clamp(.625rem, .484375rem + .703125vw, 1.1875rem);
	}
}

@supports not (font-size: clamp(0.625rem, 0.484375rem + 0.703125vw, 1.1875rem)) {
	.right-contacts__form .input {
		font-size: calc(.625rem + .5625 * ( 100vw - 20rem ) / 80);
	}
}

.right-contacts__title {
	margin-bottom: .5rem;
	font-weight: 700;
	text-transform: uppercase;
}

@supports (font-size: clamp(0.9375rem, 0.703125rem + 1.171875vw, 1.875rem)) {
	.right-contacts__title {
		font-size: clamp(.9375rem, .703125rem + 1.171875vw, 1.875rem);
	}
}

@supports not (font-size: clamp(0.9375rem, 0.703125rem + 1.171875vw, 1.875rem)) {
	.right-contacts__title {
		font-size: calc(.9375rem + .9375 * ( 100vw - 20rem ) / 80);
	}
}

@supports (margin-bottom: clamp(1.5rem, 1.125rem + 1.875vw, 3rem)) {
	.right-contacts__subtitle {
		margin-bottom: clamp(1.5rem, 1.125rem + 1.875vw, 3rem);
	}
}

@supports not (margin-bottom: clamp(1.5rem, 1.125rem + 1.875vw, 3rem)) {
	.right-contacts__subtitle {
		margin-bottom: calc(1.5rem + 1.5 * ( 100vw - 20rem ) / 80);
	}
}

@supports (font-size: clamp(0.6875rem, 0.5rem + 0.9375vw, 1.4375rem)) {
	.right-contacts__subtitle {
		font-size: clamp(.6875rem, .5rem + .9375vw, 1.4375rem);
	}
}

@supports not (font-size: clamp(0.6875rem, 0.5rem + 0.9375vw, 1.4375rem)) {
	.right-contacts__subtitle {
		font-size: calc(.6875rem + .75 * ( 100vw - 20rem ) / 80);
	}
}

.swiper-vertical .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.swiper-initialized .swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.swiper-android .swiper-slide, .swiper-android .swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
	display: none !important;
}

.simplebar-wrapper {
	overflow: hidden;
	width: inherit;
	height: inherit;
	max-width: inherit;
	max-height: inherit;
}

.simplebar-mask {
	direction: inherit;
	position: absolute;
	overflow: hidden;
	padding: 0;
	margin: 0;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: auto !important;
	height: auto !important;
	z-index: 0;
}

.simplebar-offset {
	direction: inherit !important;
	-webkit-box-sizing: inherit !important;
	box-sizing: inherit !important;
	resize: none !important;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0;
	margin: 0;
	-webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
	direction: inherit;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
	position: relative;
	display: block;
	height: 100%;
	width: auto;
	max-width: 100%;
	max-height: 100%;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar, .simplebar-hide-scrollbar::-webkit-scrollbar {
	display: none;
	width: 0;
	height: 0;
}

.simplebar-content:before, .simplebar-content:after {
	content: " ";
	display: table;
}

.simplebar-placeholder {
	max-height: 100%;
	max-width: 100%;
	width: 100%;
	pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
	-webkit-box-sizing: inherit !important;
	box-sizing: inherit !important;
	height: 100%;
	width: 100%;
	max-width: 1px;
	position: relative;
	float: left;
	max-height: 1px;
	overflow: hidden;
	z-index: -1;
	padding: 0;
	margin: 0;
	pointer-events: none;
	-webkit-box-flex: inherit;
	-ms-flex-positive: inherit;
	flex-grow: inherit;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
}

.simplebar-height-auto-observer {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
	display: block;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 1000%;
	width: 1000%;
	min-height: 1px;
	min-width: 1px;
	overflow: hidden;
	pointer-events: none;
	z-index: -1;
}

.simplebar-track {
	z-index: 1;
	position: absolute;
	right: 0;
	bottom: 0;
	pointer-events: none;
	overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
	pointer-events: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
	pointer-events: all;
}

.simplebar-scrollbar {
	position: absolute;
	left: 0;
	right: 0;
	min-height: 10px;
}

.simplebar-scrollbar:before {
	position: absolute;
	content: "";
	background: black;
	border-radius: 7px;
	left: 2px;
	right: 2px;
	opacity: 0;
	-webkit-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
	opacity: .5;
	-webkit-transition: opacity 0s linear;
	-o-transition: opacity 0s linear;
	transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
	top: 0;
	width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
	top: 2px;
	bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
	left: 0;
	height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
	height: 100%;
	left: 2px;
	right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
	right: auto;
	left: 0;
	top: 2px;
	height: 7px;
	min-height: 0;
	min-width: 10px;
	width: auto;
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
	right: auto;
	left: 0;
}

.hs-dummy-scrollbar-size {
	direction: rtl;
	position: fixed;
	opacity: 0;
	visibility: hidden;
	height: 500px;
	width: 500px;
	overflow-y: hidden;
	overflow-x: scroll;
}

.simplebar-hide-scrollbar {
	position: fixed;
	left: 0;
	visibility: hidden;
	overflow-y: scroll;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

@media (min-width: 0.0625em) {}

@media (min-width: 29.99875em) {
	@supports (gap: clamp(0.625rem, -0.34375rem + 4.84375vw, 4.5rem)) {}
	
	@supports not (gap: clamp(0.625rem, -0.34375rem + 4.84375vw, 4.5rem)) {}
	
	.windows-credit__adv {
		display: -ms-grid;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}
	
	.top-offers__button {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 15.625rem;
		flex: 0 0 15.625rem;
	}
	
	.actions-calc__left {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
		padding-top: 1.875rem;
	}
	
	.results-calc__sum {
		padding-left: 1.875rem;
		border-left: 1px solid #005da3;
	}
	
	.cat-panoramic__grid {
		display: -ms-grid;
		display: grid;
		gap: 1.375rem;
		grid-template-columns: repeat(auto-fit, minmax(21.875rem, 1fr));
	}
	
	.glazing-gazebo__form .form__row {
		display: -ms-grid;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 1.25rem;
	}
	
	.glazing-gazebo__form .form__row .input {
		height: 3.1875rem;
	}
	
	.glazing-gazebo__form .form__row .button {
		height: 3.1875rem;
	}
	
	.body-types-gazebo__form .form__row {
		display: -ms-grid;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 1.25rem;
	}
	
	.body-types-gazebo__form .form__row .input {
		height: 3.1875rem;
	}
	
	.body-types-gazebo__form .form__row .button {
		height: 3.1875rem;
	}
	
	.maxsale-gazebo__container {
		display: -ms-grid;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
	
	.rules-credit__list {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.banks-credit__list {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: space-evenly;
		-ms-flex-pack: space-evenly;
		justify-content: space-evenly;
	}
	
	.banks-credit__item {
		max-width: none;
	}
	
	.rules-credit__list {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.banks-credit__list {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: space-evenly;
		-ms-flex-pack: space-evenly;
		justify-content: space-evenly;
	}
	
	.banks-credit__item {
		max-width: none;
	}
}

@media (min-width: 47.99875em) {
	@supports (gap: clamp(2.5rem, -7.625rem + 11.25vw, 5.875rem)) {}
	
	@supports not (gap: clamp(2.5rem, -7.625rem + 11.25vw, 5.875rem)) {}
	
	.windows-catalog__list {
		display: -ms-grid;
		display: grid;
		gap: 1.875rem;
		grid-template-columns: repeat(auto-fit, minmax(17.5rem, 1fr));
	}
	
	.adv-windows-credit__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33%;
		flex: 0 0 33%;
		padding: 3.4375rem 1.25rem;
	}
	
	.adv-windows-credit__item:not(:last-child) {
		border-right: 1px solid #fff;
	}
	
	.offers__top::before {
		content: "";
		width: 40%;
		height: 1px;
		background-color: #252525;
		position: absolute;
		left: -11.875rem;
		bottom: 0;
	}
	
	@supports (left: clamp(-11.875rem, 53.75rem + -54.6875vw, -0.9375rem)) {
		.offers__top::before {
			left: clamp(-11.875rem, 53.75rem + -54.6875vw, -.9375rem);
		}
	}
	
	@supports not (left: clamp(-11.875rem, 53.75rem + -54.6875vw, -0.9375rem)) {
		.offers__top::before {
			left: calc(-.9375rem + -10.9375 * ( 100vw - 100rem ) / 20);
		}
	}
	
	.bottom-offers__button {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 15.625rem;
		flex: 0 0 15.625rem;
	}
	
	.about__tabs {
		min-height: 48.4375rem;
	}
	
	@supports (gap: clamp(1.25rem, -13.75rem + 16.6666666667vw, 6.25rem)) {}
	
	@supports not (gap: clamp(1.25rem, -13.75rem + 16.6666666667vw, 6.25rem)) {}
	
	.tabs-about__item::before {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 .625rem;
		flex: 0 0 .625rem;
		width: .625rem;
		height: .625rem;
	}
	
	.item-cases__link {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 2.0625rem;
		flex: 0 0 2.0625rem;
		width: 2.0625rem;
		height: 2.0625rem;
	}
	
	.zero-gazebo__footer {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	
	.zero-gazebo__button {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 18.4375rem;
		flex: 0 0 18.4375rem;
	}
	
	.case__nav .prev, .case__nav .next {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 3rem;
		flex: 0 0 3rem;
		width: 3rem;
		height: 3rem;
	}
	
	.sales__item {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.sales__item:nth-child(2n+2) {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	
	.item-sales__image {
		margin-bottom: 0;
	}
	
	@supports (padding-left: clamp(0.9375rem, -0.890625rem + 9.140625vw, 8.25rem)) {
		.item-sales__content {
			padding-left: clamp(.9375rem, -.890625rem + 9.140625vw, 8.25rem);
		}
	}
	
	@supports not (padding-left: clamp(0.9375rem, -0.890625rem + 9.140625vw, 8.25rem)) {
		.item-sales__content {
			padding-left: calc(.9375rem + 7.3125 * ( 100vw - 20rem ) / 80);
		}
	}
	
	@supports (padding-right: clamp(0.9375rem, -0.890625rem + 9.140625vw, 8.25rem)) {
		.item-sales__content {
			padding-right: clamp(.9375rem, -.890625rem + 9.140625vw, 8.25rem);
		}
	}
	
	@supports not (padding-right: clamp(0.9375rem, -0.890625rem + 9.140625vw, 8.25rem)) {
		.item-sales__content {
			padding-right: calc(.9375rem + 7.3125 * ( 100vw - 20rem ) / 80);
		}
	}
	
	.online-pay__container {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.variants-pay__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: space-evenly;
		-ms-flex-pack: space-evenly;
		justify-content: space-evenly;
		border-bottom: 1px solid #005da3;
	}
	
	.variants-pay__item {
		text-align: left;
	}
	
	.variants-pay__item::after {
		content: "";
		position: absolute;
		bottom: -.3125rem;
		left: 50%;
		-webkit-transform: translate(-50%, 0px);
		-ms-transform: translate(-50%, 0px);
		transform: translate(-50%, 0px);
		width: .625rem;
		height: .625rem;
		background-color: #005da3;
		border-radius: 50%;
	}
	
	.contacts__container {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.contacts__right {
		padding: 3.625rem 0;
		max-width: 50%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 32.5rem;
		flex: 0 0 32.5rem;
	}
}

@media (min-width: 61.99875em) {
	.left-footer__col .left-footer__col {
		margin-top: 1.875rem;
	}
	
	@supports (font-size: clamp(0.625rem, 0.53125rem + 0.46875vw, 1rem)) {}
	
	@supports not (font-size: clamp(0.625rem, 0.53125rem + 0.46875vw, 1rem)) {}
	
	@supports (gap: clamp(1.875rem, 1.46875rem + 2.03125vw, 3.5rem)) {}
	
	@supports not (gap: clamp(1.875rem, 1.46875rem + 2.03125vw, 3.5rem)) {}
	
	.side-quiz__subwrapper {
		padding: 5.25rem 3.75rem;
	}
	
	.side-quiz__detail {
		margin-bottom: 4.875rem;
	}
	
	.body-windows__wrapper {
		-ms-grid-columns: 1fr 2fr;
		grid-template-columns: 1fr 2fr;
	}
	
	.chars-windows__item span:first-child {
		min-width: 23.9375rem;
	}
	
	.windows-catalog__item {
		padding: 2.5rem .9375rem 3.75rem;
	}
	
	.windows-measurer__content {
		width: 55%;
		margin-left: auto;
		position: relative;
		z-index: 1;
	}
	
	._reverse .windows-measurer__content {
		margin-left: 0;
		margin-right: auto;
	}
	
	.windows-measurer__header {
		padding: 2.5rem 4.0625rem;
		padding-left: 5.9375rem;
	}
	
	.windows-measurer__text {
		padding: 5rem 8.125rem 8.125rem;
	}
	
	._credit .windows-measurer__text {
		padding: 3.875rem 9.1875rem;
	}
	
	.windows-credit__center {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.875rem;
		flex: 0 0 16.875rem;
	}
	
	.reviews__scrollbar {
		display: none;
	}
	
	.offers__top {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		padding-bottom: 3.3125rem;
	}
	
	.top-offers__content {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	
	.actions-calc__sizes {
		padding: 0 6.5625rem;
	}
	
	.parts__container {
		display: -ms-grid;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 1.875rem;
	}
	
	.whywe._reverse::before {
		left: auto !important;
		right: 0;
	}
	
	@supports (gap: clamp(1.25rem, -42.5320512821rem + 51.2820512821vw, 8.75rem)) {}
	
	@supports not (gap: clamp(1.25rem, -42.5320512821rem + 51.2820512821vw, 8.75rem)) {}
	
	@supports (gap: clamp(1.875rem, -43.7313034188rem + 53.4188034188vw, 9.6875rem)) {}
	
	@supports not (gap: clamp(1.875rem, -43.7313034188rem + 53.4188034188vw, 9.6875rem)) {}
	
	.about__services {
		margin-bottom: 4.75rem;
		padding: 2.6875rem 0 4.1875rem;
	}
	
	.about__services::before {
		content: "";
		width: 35%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		background-color: #f2f2f2;
	}
	
	.header-about__container {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 32.625rem minmax(20rem, 98rem);
		grid-template-columns: 32.625rem minmax(20rem, 98rem);
		max-width: none;
	}
	
	@supports (padding-left: clamp(0.9375rem, -39.1535714286rem + 40.8571428571vw, 9.875rem)) {
		.header-about__container {
			padding-left: clamp(.9375rem, -39.1535714286rem + 40.8571428571vw, 9.875rem);
		}
	}
	
	@supports not (padding-left: clamp(0.9375rem, -39.1535714286rem + 40.8571428571vw, 9.875rem)) {
		.header-about__container {
			padding-left: calc(.9375rem + 8.9375 * ( 100vw - 98.125rem ) / 21.875);
		}
	}
	
	.services-about__item {
		text-align: left;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	@supports (margin-bottom: clamp(0.875rem, 0.625rem + 1.25vw, 1.875rem)) {
		.services-about__item:not(:last-child) {
			margin-bottom: clamp(.875rem, .625rem + 1.25vw, 1.875rem);
		}
	}
	
	@supports not (margin-bottom: clamp(0.875rem, 0.625rem + 1.25vw, 1.875rem)) {
		.services-about__item:not(:last-child) {
			margin-bottom: calc(.875rem + 1 * ( 100vw - 20rem ) / 80);
		}
	}
	
	.tabs-about__list {
		padding: 2.25rem 14.75rem 2.25rem 2.25rem;
	}
	
	@supports (padding-right: clamp(2.25rem, -0.875rem + 15.625vw, 14.75rem)) {
		.tabs-about__list {
			padding-right: clamp(2.25rem, -.875rem + 15.625vw, 14.75rem);
		}
	}
	
	@supports not (padding-right: clamp(2.25rem, -0.875rem + 15.625vw, 14.75rem)) {
		.tabs-about__list {
			padding-right: calc(2.25rem + 12.5 * ( 100vw - 20rem ) / 80);
		}
	}
	
	.tabs-about__list {
		max-height: 30.875rem;
	}
	
	@supports (margin-left: clamp(1.875rem, 1.40625rem + 2.34375vw, 3.75rem)) {
		.tabs-about__list {
			margin-left: clamp(1.875rem, 1.40625rem + 2.34375vw, 3.75rem);
		}
	}
	
	@supports not (margin-left: clamp(1.875rem, 1.40625rem + 2.34375vw, 3.75rem)) {
		.tabs-about__list {
			margin-left: calc(1.875rem + 1.875 * ( 100vw - 20rem ) / 80);
		}
	}
	
	.volume-balcony .form {
		gap: 1.875rem;
	}
	
	.cases-page__wrapper {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 16.875rem 1fr;
		grid-template-columns: 16.875rem 1fr;
	}
	
	@supports (gap: clamp(1.25rem, -0.703125rem + 9.765625vw, 9.0625rem)) {
		.cases-page__wrapper {
			gap: clamp(1.25rem, -.703125rem + 9.765625vw, 9.0625rem);
		}
	}
	
	@supports not (gap: clamp(1.25rem, -0.703125rem + 9.765625vw, 9.0625rem)) {
		.cases-page__wrapper {
			gap: calc(1.25rem + 7.8125 * ( 100vw - 20rem ) / 80);
		}
	}
	
	.glazing-gazebo__image {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 42.5rem;
		flex: 0 0 42.5rem;
	}
	
	@supports (flex-basis: clamp(18.75rem, 12.8125rem + 29.6875vw, 42.5rem)) {
		.glazing-gazebo__image {
			-ms-flex-preferred-size: clamp(18.75rem, 12.8125rem + 29.6875vw, 42.5rem);
			flex-basis: clamp(18.75rem, 12.8125rem + 29.6875vw, 42.5rem);
		}
	}
	
	@supports not (flex-basis: clamp(18.75rem, 12.8125rem + 29.6875vw, 42.5rem)) {
		.glazing-gazebo__image {
			-ms-flex-preferred-size: calc(18.75rem + 23.75 * ( 100vw - 20rem ) / 80);
			flex-basis: calc(18.75rem + 23.75 * ( 100vw - 20rem ) / 80);
		}
	}
	
	.item-cat-gazebo__image {
		height: 19.5rem;
	}
	
	.case__wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	
	@supports (gap: clamp(1.25rem, 0.078125rem + 5.859375vw, 5.9375rem)) {
		.case__wrap {
			gap: clamp(1.25rem, .078125rem + 5.859375vw, 5.9375rem);
		}
	}
	
	@supports not (gap: clamp(1.25rem, 0.078125rem + 5.859375vw, 5.9375rem)) {
		.case__wrap {
			gap: calc(1.25rem + 4.6875 * ( 100vw - 20rem ) / 80);
		}
	}
	
	.case__slider {
		max-width: 50.9375rem;
	}
	
	.pay__online::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		width: 28.125rem;
		height: 100%;
		background: #f2f2f2;
		opacity: .5;
	}
	
	.online-pay__text {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 35.6875rem;
		flex: 0 0 35.6875rem;
	}
	
	@supports (gap: clamp(0.9375rem, -2.0627018299rem + 4.8439181916vw, 3.75rem)) {
		.rules-credit__list {
			gap: clamp(.9375rem, -2.0627018299rem + 4.8439181916vw, 3.75rem);
		}
	}
	
	@supports not (gap: clamp(0.9375rem, -2.0627018299rem + 4.8439181916vw, 3.75rem)) {
		.rules-credit__list {
			gap: calc(.9375rem + 2.8125 * ( 100vw - 61.9375rem ) / 58.0625);
		}
	}
	
	@supports (gap: clamp(0.9375rem, -2.0627018299rem + 4.8439181916vw, 3.75rem)) {
		.rules-credit__list {
			gap: clamp(.9375rem, -2.0627018299rem + 4.8439181916vw, 3.75rem);
		}
	}
	
	@supports not (gap: clamp(0.9375rem, -2.0627018299rem + 4.8439181916vw, 3.75rem)) {
		.rules-credit__list {
			gap: calc(.9375rem + 2.8125 * ( 100vw - 61.9375rem ) / 58.0625);
		}
	}
	
	.dillers__team::after {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		right: 0;
		-webkit-transform: translate(0px, -50%);
		-ms-transform: translate(0px, -50%);
		transform: translate(0px, -50%);
		z-index: -1;
		background: #f2f2f2;
		opacity: .5;
		width: 55%;
		height: 115%;
	}
	
	.problems-dillers__container {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.team-dillers__container {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	
	.team-dillers__works {
		margin-bottom: 0;
		width: 50%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 32.5rem;
		flex: 0 0 32.5rem;
	}
	
	.team-dillers__persons {
		width: 50%;
	}
	
	.calculator__tabs .tabs__title {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 27.3125rem;
		flex: 0 0 27.3125rem;
	}
	
	.contacts {
		position: relative;
	}
	
	.contacts::after {
		content: "";
		width: 50%;
		height: 100%;
		background-color: #005da3;
		position: absolute;
		top: 50%;
		right: 0;
		z-index: -1;
		-webkit-transform: translate(0px, -50%);
		-ms-transform: translate(0px, -50%);
		transform: translate(0px, -50%);
	}
	
	.contacts__right {
		color: #fff;
	}
	
	.right-contacts__form .input {
		border-color: #fff;
		background-color: transparent;
		color: #fff;
	}
	
	.right-contacts__form .input::-webkit-input-placeholder {
		color: rgba(255, 255, 255, .5);
	}
	
	.right-contacts__form .input::-moz-placeholder {
		color: rgba(255, 255, 255, .5);
	}
	
	.right-contacts__form .input:-ms-input-placeholder {
		color: rgba(255, 255, 255, .5);
	}
	
	.right-contacts__form .input::-ms-input-placeholder {
		color: rgba(255, 255, 255, .5);
	}
	
	.right-contacts__form .input::placeholder {
		color: rgba(255, 255, 255, .5);
	}
}

@media (min-width: 70.0625em) {
	.cases-credit__percent {
		display: block;
		position: absolute;
		bottom: -5.9375rem;
		left: -1.5625rem;
		font-weight: 700;
		line-height: 1;
		font-size: 18.75rem;
		color: #f8f8f8;
	}
	
	@supports (font-size: clamp(9.375rem, -3.75rem + 18.75vw, 18.75rem)) {
		.cases-credit__percent {
			font-size: clamp(9.375rem, -3.75rem + 18.75vw, 18.75rem);
		}
	}
	
	@supports not (font-size: clamp(9.375rem, -3.75rem + 18.75vw, 18.75rem)) {
		.cases-credit__percent {
			font-size: calc(9.375rem + 9.375 * ( 100vw - 70rem ) / 50);
		}
	}
}

@media (min-width: 85.375em) {
	.volume-balcony__content {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	
	.volume-balcony__form {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	
	.rules-credit__container {
		-ms-grid-columns: 29.375rem 1fr;
		grid-template-columns: 29.375rem 1fr;
	}
	
	.rules-credit__header {
		margin-bottom: 0;
		border-right: 1px solid #252525;
		text-align: left;
	}
	
	@supports (padding-right: clamp(0.625rem, -0.390625rem + 5.078125vw, 4.6875rem)) {
		.rules-credit__header {
			padding-right: clamp(.625rem, -.390625rem + 5.078125vw, 4.6875rem);
		}
	}
	
	@supports not (padding-right: clamp(0.625rem, -0.390625rem + 5.078125vw, 4.6875rem)) {
		.rules-credit__header {
			padding-right: calc(.625rem + 4.0625 * ( 100vw - 20rem ) / 80);
		}
	}
	
	.rules-credit__container {
		-ms-grid-columns: 29.375rem 1fr;
		grid-template-columns: 29.375rem 1fr;
	}
	
	.rules-credit__header {
		margin-bottom: 0;
		border-right: 1px solid #252525;
		text-align: left;
	}
	
	@supports (padding-right: clamp(0.625rem, -0.390625rem + 5.078125vw, 4.6875rem)) {
		.rules-credit__header {
			padding-right: clamp(.625rem, -.390625rem + 5.078125vw, 4.6875rem);
		}
	}
	
	@supports not (padding-right: clamp(0.625rem, -0.390625rem + 5.078125vw, 4.6875rem)) {
		.rules-credit__header {
			padding-right: calc(.625rem + 4.0625 * ( 100vw - 20rem ) / 80);
		}
	}
}

@media (min-width: 85.4375em) {
	@supports (gap: clamp(1.25rem, -0.703125rem + 9.765625vw, 9.0625rem)) {}
	
	@supports not (gap: clamp(1.25rem, -0.703125rem + 9.765625vw, 9.0625rem)) {}
	
	._reverse .whywe__container {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	
	._reverse .whywe__title {
		text-align: right;
	}
	
	._reverse .whywe__text {
		text-align: right;
	}
}

@media (min-width: 93.75em) {
	.reviews__left {
		padding: 0;
		margin-bottom: 0;
		max-width: 57rem;
	}
}

@media (min-width: 120.0625em) {
	.rules-pay__right h3 {
		color: #252525;
	}
	
	.rules-pay__right ul {
		color: #252525;
	}
	
	.rules-pay__right::after {
		content: none;
	}
}

@media (min-width: 500px) {}

@media (min-width: 70em) {
	.windows-credit__msg::before {
		content: "";
		padding: 2.0625rem 0 2.5rem;
		width: 85%;
		height: 100%;
		background-color: #f8f8f8;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.windows-credit__center {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 23.125rem;
		flex: 0 0 23.125rem;
	}
	
	.cottage__adv {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 42.5rem 1fr;
		grid-template-columns: 42.5rem 1fr;
		gap: 1.25rem;
		padding: 0;
	}
}

@media (min-width: 70em) and (min-width: 61.99875em) {
	.windows-credit__msg::before {
		width: 52%;
		padding: 2.0625rem 0 2.5rem;
	}
}

@media (min-width: 80em) {
	.content-windows__left {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 15.625rem;
		flex: 0 0 15.625rem;
	}
	
	.door-install__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 1.25rem;
	}
	
	._reverse .door-install__list {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	
	.door-install__item:first-child {
		margin-bottom: 0rem;
	}
	
	.profitable-panoramic__container {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		width: 100%;
	}
	
	.profitable-panoramic__left {
		text-align: left;
	}
	
	.profitable-panoramic .tabs__navigation {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

@media (min-width: 100em) {
	.windows__navigation {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.chars-windows__item:not(:last-child) {
		margin-bottom: 1.25rem;
	}
	
	.windows-measurer__header {
		padding: 5rem 8.125rem;
	}
	
	._credit .windows-measurer__header {
		padding: 3.75rem 8.125rem 2.8125rem;
	}
	
	.calc__header {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 2fr 1fr;
		grid-template-columns: 2fr 1fr;
		-ms-grid-row: 1;
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-area: 1/1/1/3;
	}
	
	.calc__results {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: space-evenly;
		-ms-flex-pack: space-evenly;
		justify-content: space-evenly;
		padding-left: 5.25rem;
		background-color: #005da3;
		color: #fff;
	}
	
	.header-calc__title {
		display: block;
		max-width: 32.5rem;
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
		-ms-flex-item-align: end;
		align-self: flex-end;
		padding: 2rem 4.4375rem 3.1875rem 4.3125rem;
		background-color: #fff;
	}
	
	.header-calc__title h2 {
		font-weight: 700;
		font-size: 1.875rem;
		text-transform: uppercase;
	}
	
	.header-calc__title p {
		font-size: 1rem;
	}
	
	.results-calc__sum {
		margin-top: 0;
		padding-bottom: 1.25rem;
		border-color: #fff;
		padding-left: 3.75rem;
	}
	
	.sum-results-calc__input {
		border-color: #fff;
		color: #fff;
	}
	
	.door-install {
		padding: 4.9375rem .9375rem 3.125rem;
	}
	
	.door-install__item:first-child {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 23%;
		flex: 0 0 23%;
	}
	
	._reverse .door-install__item:first-child {
		margin-right: 0;
	}
	
	@supports (margin-left: clamp(0.0000000625rem, -17.187499625rem + 17.1874996875vw, 3.4375rem)) {
		._reverse .door-install__item:first-child {
			margin-left: clamp(0.0000000625rem, -17.187499625rem + 17.1874996875vw, 3.4375rem);
		}
	}
	
	@supports not (margin-left: clamp(0.0000000625rem, -17.187499625rem + 17.1874996875vw, 3.4375rem)) {
		._reverse .door-install__item:first-child {
			margin-left: calc(0.0000000625rem + 3.4374999375 * ( 100vw - 100rem ) / 20);
		}
	}
	
	.cat-panoramic__grid {
		display: -ms-grid;
		display: grid;
		gap: 1.375rem;
		gap: 3.75rem 1.375rem;
		grid-template-columns: repeat(auto-fit, minmax(28.125rem, 1fr));
	}
	
	.volume-balcony .form {
		gap: 1.875rem 5rem;
	}
	
	.cases-credit__center {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 29.0625rem;
		flex: 0 0 29.0625rem;
	}
	
	@supports (margin-left: clamp(0.9375rem, -52rem + 75.625vw, 38.75rem)) {
		.cases-credit__center {
			margin-left: clamp(.9375rem, -52rem + 75.625vw, 38.75rem);
		}
	}
	
	@supports not (margin-left: clamp(0.9375rem, -52rem + 75.625vw, 38.75rem)) {
		.cases-credit__center {
			margin-left: calc(.9375rem + 37.8125 * ( 100vw - 70rem ) / 50);
		}
	}
	
	.gazebo__glazing {
		margin-left: 0;
	}
	
	@supports (margin-right: clamp(0.9375rem, -44.375rem + 45.3125vw, 10rem)) {
		.gazebo__glazing {
			margin-right: clamp(.9375rem, -44.375rem + 45.3125vw, 10rem);
		}
	}
	
	@supports not (margin-right: clamp(0.9375rem, -44.375rem + 45.3125vw, 10rem)) {
		.gazebo__glazing {
			margin-right: calc(.9375rem + 9.0625 * ( 100vw - 100rem ) / 20);
		}
	}
	
	.gazebo__glazing._reverse {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		margin-right: 0;
	}
	
	@supports (margin-left: clamp(0.9375rem, -44.375rem + 45.3125vw, 10rem)) {
		.gazebo__glazing._reverse {
			margin-left: clamp(.9375rem, -44.375rem + 45.3125vw, 10rem);
		}
	}
	
	@supports not (margin-left: clamp(0.9375rem, -44.375rem + 45.3125vw, 10rem)) {
		.gazebo__glazing._reverse {
			margin-left: calc(.9375rem + 9.0625 * ( 100vw - 100rem ) / 20);
		}
	}
	
	.cat-types-gazebo__list {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.item-cat-gazebo__order {
		margin-top: 0;
		position: absolute;
		left: 50%;
		bottom: -3.125rem;
		-webkit-transform: translate(-50%, 0px);
		-ms-transform: translate(-50%, 0px);
		transform: translate(-50%, 0px);
		z-index: -1;
		opacity: 0;
		-webkit-transition: opacity .2s ease-in-out;
		-o-transition: opacity .2s ease-in-out;
		transition: opacity .2s ease-in-out;
	}
	
	.tabs-case__navigation {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (max-width: 1680px) {
	.payment__figures {
		left: -5%;
	}
}

@media (max-width: 100em) {
	.quiz__slider .options__image {
		max-height: 12.5rem;
	}
	
	.cottage__add {
		padding-right: .9375rem;
	}
	
	.gazebo__glazing {
		margin: 0 .9375rem;
	}
	
	@supports (margin-bottom: clamp(1.5rem, 0.625rem + 4.375vw, 5rem)) {
		.gazebo__glazing {
			margin-bottom: clamp(1.5rem, .625rem + 4.375vw, 5rem);
		}
	}
	
	@supports not (margin-bottom: clamp(1.5rem, 0.625rem + 4.375vw, 5rem)) {
		.gazebo__glazing {
			margin-bottom: calc(1.5rem + 3.5 * ( 100vw - 20rem ) / 80);
		}
	}
	
	.zero-gazebo__image {
		display: none;
	}
	
	.zero-gazebo__content {
		margin: 0 auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
	}
}

@media (max-width: 1500px) {
	.payment__figures {
		left: -15%;
	}
}

@media (max-width: 1300px) {
	.payment__figures {
		display: none;
	}
	
	.payment-main {
		margin-left: 0;
	}
	
	.payment-info__title {
		text-align: center;
		margin-bottom: 15px;
	}
	
	.payment-info__top .payment-info__block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.text-block_half {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 100%;
		flex: 1 0 100%;
	}
}

@media (max-width: 80em) {
	.content-windows__info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media screen and (max-width: 1199px) {
	.poster-title h1 {
		font-size: 60px;
	}
	
	.poster-subtitle {
		font-size: 28px;
	}
	
	.poster-img {
		top: -25px;
		right: -100px;
		width: 500px;
	}
	
	.window {
		width: 87%;
		margin: 0 40px 0 auto;
	}
	
	.range-height {
		bottom: 30px;
	}
	
	.range-depth {
		left: -15px;
	}
	
	.ui-slider-vertical {
		height: 400px;
		bottom: 0;
	}
	
	.range {
		position: relative;
	}
	
	.discount-field-tel {
		width: 180px;
	}
	
	.calc-column-arrea {
		width: 51%;
	}
	
	.cons-bottom {
		display: block;
	}
	
	.cons-bottom-info {
		margin: 15px 0 0;
	}
	
	.benefit-content, .benefit-icons {
		width: auto;
	}
	
	.benefit-box {
		display: block;
	}
	
	.benefit-icons {
		margin-top: 40px;
	}
	
	.benefit-icons-item {
		width: 31%;
	}
	
	.benefit-icons-item, .benefit-icons-item:first-child, .benefit-icons-item:nth-child(2) {
		margin-top: 30px;
	}
	
	.cons {
		background-position: 60%;
	}
	
	.balcony-img {
		margin: 0;
		text-align: center;
	}
	
	.balcony-box {
		display: block;
		margin-top: 40px;
	}
	
	.balcony-info {
		width: auto;
	}
	
	.bottom-list {
		padding: 0;
	}
	
	.product-bottom {
		display: block;
	}
	
	.product-benefit {
		margin-top: 10px;
	}
	
	#modal-tender .modal-box {
		width: 95%;
	}
	
	.balcony-form {
		max-width: 540px;
		margin: 0 auto;
		margin-top: 20px;
	}
	
	#modal-tender .modal-box {
		width: 95%;
	}
}

@media (max-width: 1199px) {
	.calc .wincalc {
		width: 90%;
	}
	
	.calc .wincalc-price {
		margin-left: 0;
	}
	
	.calc .wincalc-type-selector {
		width: 100%;
		margin-bottom: 40px;
	}
	
	.calc .wincalc-type-selector-one {
		float: left;
		width: 49%;
		height: 124px;
		padding: 10px 0;
		margin-right: 1%;
	}
	
	.calc .meter_vertical {
		left: -210px;
	}
	
	.calc .meter_horisontal {
		margin-left: 0;
		margin-top: -20px;
	}
	
	.calc .wincalc-main-window {
		float: none;
	}
	
	.calc .wincalc-constuction {
		padding-left: 0;
	}
	
	.calc .wincalc-frames {
		margin-left: 0;
	}
	
	.calc .wincalc-group-selector {
		width: 330px;
		margin: auto;
	}
	
	.calc .wincalc-options {
		font-size: 16px;
		padding: 10px 15px 15px;
		margin-top: 20px;
	}
	
	.calc .wincalc-price {
		margin-top: -230px;
	}
	
	.benefit-box {
		display: block;
	}
	
	.benefit-content, .benefit-icons {
		width: auto;
	}
	
	.benefit-icons {
		margin-top: 40px;
	}
	
	.benefit-icons-item {
		width: 31%;
	}
	
	.cons-bottom {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.cons-img {
		max-width: 350px;
		max-height: 350px;
		margin-top: 50px;
	}
	
	.tabs-needs .tab-item__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.tabs-needs .tab-item__img {
		max-width: 500px;
		margin-bottom: 50px;
	}
}

@media (max-width: 1150px) {
	.windows-prices__list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.windows-prices__item {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 50%;
		flex: 1 0 50%;
		max-width: 1000px;
	}
	
	.window-price {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.window-price__old::after {
		width: 50%;
	}
}

@media (max-width: 70em) {
	.adv-cottage__image {
		display: none;
	}
	
	.adv-cottage__content {
		margin: 0 auto;
	}
	
	.rules-pay__right {
		display: none;
	}
}

@media screen and (max-width: 1119px) {
	.hamburger-icons {
		width: 30px;
		height: 4px;
		background: #000;
		display: block;
		position: relative;
		margin-top: 3px;
		border-radius: 5px;
		-webkit-transition: .5s;
		-o-transition: .5s;
		transition: .5s;
	}
	
	.hamburger-icons:after {
		content: "";
		height: 4px;
		width: 30px;
		background: #000;
		display: block;
		position: absolute;
		right: 0;
		top: 16px;
		border-radius: 5px;
	}
	
	.hamburger-icons:before {
		content: "";
		height: 4px;
		width: 30px;
		background: #000;
		display: block;
		position: absolute;
		right: 0;
		top: 8px;
		border-radius: 5px;
	}
	
	.open .hamburger-icons:before {
		display: none;
	}
	
	.open .hamburger-icons {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 8px;
		background: #fff;
	}
	
	.open .hamburger-icons::after {
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		top: 1px;
		background: #fff;
	}
	
	.hamburger {
		display: block;
		position: fixed;
		top: 22px;
		right: 20px;
		z-index: 12;
		cursor: pointer;
	}
}

@media screen and (max-width: 1024px) {
	.calc .wincalc {
		width: 98%;
	}
	
	.calc .wincalc-group-selector {
		width: 250px;
	}
	
	.calc .wincalc-main-window {
		width: calc(100% - 390px);
	}
	
	.calc .wincalc-constuction {
		padding-left: 60px;
	}
	
	.calc .wincalc-frames {
		margin-left: 58px;
	}
	
	.calc .meter_horisontal {
		margin-left: 60px;
	}
}

@media screen and (max-width: 1023px) {
	.poster {
		background: 0 0;
	}
	
	.range-depth {
		left: 30px;
	}
	
	.poster-img {
		display: none;
	}
	
	.hamburger-icons {
		width: 30px;
		height: 4px;
		background: #000;
		display: block;
		position: relative;
		margin-top: 3px;
		border-radius: 5px;
		-webkit-transition: .5s;
		-o-transition: .5s;
		transition: .5s;
	}
	
	.hamburger-icons:after {
		content: "";
		height: 4px;
		width: 30px;
		background: #000;
		display: block;
		position: absolute;
		right: 0;
		top: 16px;
		border-radius: 5px;
	}
	
	.hamburger-icons:before {
		content: "";
		height: 4px;
		width: 30px;
		background: #000;
		display: block;
		position: absolute;
		right: 0;
		top: 8px;
		border-radius: 5px;
	}
	
	.open .hamburger-icons:before {
		display: none;
	}
	
	.open .hamburger-icons {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 8px;
		background: #fff;
	}
	
	.open .hamburger-icons::after {
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		top: 1px;
		background: #fff;
	}
	
	.calc-column-arrea, .calc-column-range {
		width: 100%;
	}
	
	.calc-column-range {
		margin-top: 40px;
	}
	
	.benefit {
		padding-top: 0;
	}
	
	.cons {
		background-position: 70% top;
		background-size: cover;
	}
	
	.faq-box {
		display: block;
	}
	
	.faq-info {
		width: 100%;
	}
	
	.faq-img {
		width: 100%;
		margin-top: 20px;
	}
	
	.owl-carousel .owl-stage-outer {
		padding: 30px 0;
	}
	
	.bottom-social {
		width: 100%;
		margin-top: 15px;
	}
	
	.range-width {
		left: 20px;
	}
}

@media screen and (max-width: 998px) {
	.calc .wincalc-constuction {
		padding-left: 40px;
	}
	
	.calc .wincalc-frames {
		margin-left: 38px;
	}
	
	.calc .meter_horisontal {
		margin-left: 40px;
	}
}

@media (max-width: 991px) {
	.calc .wincalc-main-window {
		width: 100%;
	}
	
	.calc .wincalc-type-selector {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr [2];
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 10px;
		position: relative;
	}
	
	.calc .wincalc-type-selector-one {
		margin: 0 !important;
		min-width: 0 !important;
		width: 100%;
	}
	
	.calc .wincalc-type-selector p {
		position: absolute;
		top: -30px;
		font-size: 20px;
	}
	
	.calc .wincalc-price {
		padding-left: 0;
		text-align: center;
	}
	
	.calc .wincalc {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.calc .wincalc-price {
		margin-left: 0;
		margin-top: 37px;
	}
}

@media only screen and (max-width: 800px) {
	.cbp-l-grid-mosaic-flat .cbp-l-caption-title:after {
		display: none;
	}
}

@media only screen and (max-width: 768px) {
	.cbp-popup-lightbox-isIframe .cbp-popup-content {
		width: 95%;
	}
	
	.cbp-popup-singlePage-counter {
		right: 3%;
	}
	
	.cbp-l-project-title {
		font-size: 30px;
		line-height: 34px;
	}
	
	.cbp-l-project-desc {
		width: 100%;
	}
	
	.cbp-l-project-details {
		width: 100%;
		margin-top: 20px;
		padding-left: 0;
	}
	
	.cbp-l-member-img {
		width: 100%;
		text-align: center;
	}
	
	.cbp-l-member-info {
		width: 100%;
		padding-left: 0;
	}
	
	.cbp-l-inline-left {
		width: 100%;
		text-align: center;
		margin-top: 40px;
	}
	
	.cbp-l-inline-right {
		width: 100%;
		padding-left: 0;
		margin-top: 20px;
	}
}

@media (max-width: 48em) {}

@media screen and (max-width: 767px) {
	.poster {
		padding: 128px 0 60px;
	}
	
	.advantages {
		margin: 0;
	}
	
	.poster-btn {
		display: block;
		margin-top: 40px;
	}
	
	.poster-btn-item:first-child {
		margin: 0 0 20px;
	}
	
	.poster-info {
		width: auto;
	}
	
	.advantages-item {
		width: 48%;
		margin-top: 20px;
	}
	
	.proportions .calc-field-list {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.calc-field-item {
		margin: 5px 30px 5px 0 !important;
	}
	
	.benefit-icons-item {
		width: 47%;
	}
	
	.cons-info {
		width: auto;
		background-color: rgba(255, 255, 255, .7);
		padding: 10px;
		border-radius: 20px;
	}
	
	.title h3, .installment-title h3 {
		font-size: 30px;
		text-align: left;
	}
	
	.bottom-list {
		display: block;
	}
	
	.bottom-info {
		margin: 15px 0 0;
	}
	
	.installment-info {
		width: auto;
	}
	
	.installment {
		background-position: right top;
		background-size: cover;
		padding-top: 80px;
		margin-top: 40px;
	}
	
	.product-box {
		display: block;
	}
	
	.product-item {
		width: auto;
		margin-top: 60px;
	}
	
	.product-item:first-child {
		margin: 0;
	}
	
	.poster-info-item4 {
		position: static;
	}
	
	.poster-info-item4 .poster-info-img {
		width: 33px;
	}
	
	.modal-box {
		width: 95%;
		padding: 20px 15px;
	}
	
	.modal-form form {
		display: block;
	}
	
	.modal-field:first-child {
		margin: 0 0 30px;
	}
	
	.modal-form, .modal-btn {
		margin-top: 30px;
	}
	
	.modal {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding: 10px 0 70px;
		overflow: auto;
	}
	
	.modal-title {
		padding-right: 45px;
	}
	
	.check-item {
		margin: 5px 30px 5px 0;
	}
	
	.modal-title {
		font-size: 16px;
	}
	
	.installment-partners {
		margin-top: 20px;
	}
	
	.installment-btn {
		margin-top: 30px;
	}
	
	.promo-item {
		min-height: 340px;
	}
	
	.btn a {
		margin: 0 auto;
	}
	
	.bottom-list {
		display: block;
	}
	
	.bottom-info {
		margin: 15px 0 0;
	}
	
	.modal-box {
		width: 95%;
		padding: 20px 15px;
	}
	
	.modal-form form {
		display: block;
	}
	
	.modal-field:first-child {
		margin: 0 0 30px;
	}
	
	.modal-form, .modal-btn {
		margin-top: 30px;
	}
	
	.modal {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding: 10px 0 70px;
		overflow: auto;
	}
	
	.modal-title {
		padding-right: 50px;
	}
	
	.check-item {
		margin: 5px 30px 5px 0;
	}
	
	.modal-title {
		font-size: 16px;
	}
	
	.notlike-box {
		padding: 0;
		display: block;
	}
	
	.notlike-link {
		width: auto;
		margin-top: 10px;
	}
	
	#notlike .modal-desc {
		padding: 0;
	}
	
	.passport-form form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	
	.passport-form .modal-field:first-child {
		margin: 0;
	}
	
	.windows-prices__item {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 100%;
		flex: 1 0 100%;
	}
	
	.balcony-form .balcony-form-block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.balcony-form input[type=submit] {
		margin: 0 auto;
	}
}

@media (max-width: 767px) {
	.btn-custom {
		width: 220px;
	}
	
	.calc {
		margin-top: 0;
	}
	
	.calc .wincalc-price .discount-field-btn {
		margin-left: 15px;
	}
	
	.calc .wincalc-price .discount-field-tel input {
		width: 180px;
	}
	
	.calc .wincalc-price .discount-field-btn input[type=submit] {
		width: 140px;
	}
	
	.calc__ellipse {
		left: -240px;
		top: 1300px;
	}
	
	.calc .title {
		font-weight: 900;
		font-size: 24px;
		text-align: left;
		margin-left: 25px;
	}
	
	.calc .meter_horisontal {
		width: 300px;
	}
	
	.calc .wincalc-type-selector-one {
		margin-right: 1%;
		margin: 5px 70px;
		min-width: 200px;
	}
	
	.calc .wincalc-type-selector-one-selected:after, .calc .meter_vertical, .calc .meter_horisontal {
		display: none;
	}
	
	.benefit {
		padding-top: 0;
	}
	
	.benefit .title {
		font-size: 24px;
		font-weight: 900;
		text-align: left;
	}
	
	.benefit-icons-item {
		width: 47%;
		font-size: 11.5px;
	}
	
	.benefit-info {
		font-size: 17px;
		text-align: left;
	}
	
	.benefit-list li {
		padding-left: 25px;
		font-size: 14px;
	}
	
	.benefit-list li::before {
		height: 10px;
		width: 10px;
		top: 4px;
	}
	
	.cons .title {
		font-size: 24px;
		font-weight: 900;
	}
	
	.cons .wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.cons-info {
		width: 100%;
	}
	
	.cons-text {
		font-size: 17px;
	}
	
	.cons li {
		font-size: 17px;
		padding-left: 25px;
	}
	
	.cons li::before {
		top: 5px;
		width: 10px;
		height: 10px;
	}
	
	.cons-img {
		position: absolute;
		z-index: -1;
		right: 0;
		top: 120px;
		width: 160px;
		-webkit-filter: opacity(.5);
		filter: opacity(.5);
	}
	
	.tabs-needs .title {
		font-size: 24px;
		font-weight: 900;
		text-align: left;
		margin-left: 20px;
	}
	
	.tabs-needs .tabs {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr [2];
		grid-template-columns: repeat(2, 1fr);
		gap: 10px 20px;
	}
	
	.tabs-needs .tabs .tab {
		width: 100%;
		font-size: 16px;
		margin: 0;
	}
	
	.tabs-needs .tabs-content .tab-item__img {
		width: 100%;
		margin: 0 auto 50px;
	}
	
	.tabs-needs .tabs-content .tab-item .block-lists {
		margin: 20px 0;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.tabs-needs .tabs-content .tab-item .block-lists__list:first-child {
		margin-right: 30px;
	}
	
	.tabs-needs .tabs-content .tab-item .block-lists__item {
		padding-left: 20px;
		font-size: 14px;
	}
	
	.tabs-needs .tabs-content .tab-item .block-lists__item::before {
		width: 15px;
		height: 15px;
	}
	
	.tabs-needs .tabs-content .tab-item .block-lists__item:not(:first-child) {
		margin-top: 10px;
	}
	
	.tabs-needs .tabs-content .tab-item .block-lists__item--title {
		font-size: 15px;
		padding-left: 0;
	}
	
	.installment {
		padding: 50px 0 30px;
		margin-top: 60px;
	}
	
	.installment-info {
		width: auto;
	}
	
	.installment-info li {
		font-size: 17px;
	}
	
	.installment-info li::before {
		width: 15px;
		height: 15px;
	}
	
	.promo .title {
		text-align: left;
		font-size: 24px;
	}
	
	.promo-item {
		min-height: auto;
		height: 300px;
	}
	
	.promo-item-img {
		position: absolute;
		bottom: 0;
		right: 0;
		max-width: 200px;
	}
	
	.promo-item::before {
		width: 350px;
		height: 350px;
	}
	
	.promo-list {
		padding-left: 30px;
	}
	
	.promo-title {
		font-size: 16px;
		font-weight: 700;
	}
	
	.promo-desc {
		font-size: 12px;
		margin-top: 30px;
	}
	
	.discount-slider {
		padding: 60px 0;
	}
	
	.discount-slider .title {
		font-size: 24px;
		margin-bottom: 40px;
	}
	
	.discount-slider .wrapper {
		padding-right: 0;
		padding-left: 30px;
	}
	
	.discount-slider .owl-nav .owl-prev {
		left: -27px;
	}
	
	.discount-slider .owl-nav .owl-next {
		display: none;
	}
	
	.works .title {
		font-size: 24px;
		text-align: left;
	}
}

@media only screen and (max-width: 600px) {
	.cbp-l-filters-list .cbp-filter-item {
		margin-right: 5px;
		border-radius: 6px;
		border-right-width: 1px;
	}
	
	.cbp-l-grid-slider-team-wrap {
		float: left;
		width: 100%;
		margin-bottom: 10px;
	}
	
	.cbp-l-grid-slider-team-name {
		font-size: 17px;
		line-height: 26px;
		width: 100%;
		margin-top: 12px;
		text-align: center;
	}
	
	.cbp-l-grid-slider-team-social {
		width: 100%;
		text-align: center;
		margin-top: 8px;
	}
	
	.cbp-l-grid-slider-team-position {
		font-size: 13px;
		line-height: 20px;
		text-align: center;
	}
	
	.cbp-l-grid-slider-team-desc {
		font-size: 12px;
		line-height: 18px;
		margin-top: 10px;
		text-align: center;
	}
	
	.cbp-search {
		width: 100%;
	}
}

@media (max-width: 575px) {
	.promo-item-img {
		bottom: -50px;
		-o-object-fit: contain;
		object-fit: contain;
	}
}

@media (max-width: 567px) {
	.discount-slider__item {
		max-width: 100%;
	}
}

@media screen and (max-width: 520px) {
	.passport-form form {
		display: block;
	}
	
	.passport-form form {
		width: auto;
	}
	
	.passport-form .modal-field {
		margin-top: 15px;
	}
	
	.ui-slider-vertical {
		height: 260px;
	}
}

@media (max-width: 500px) {
	.tabs-needs .tabs {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		text-align: center;
	}
	
	.tabs-needs .tabs-content .tab-item__info {
		width: 100%;
	}
	
	.tabs-needs .tabs-content .tab-item .block-lists {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.tabs-needs .tabs-content .tab-item .block-lists__list {
		width: 100%;
	}
	
	.tabs-needs .tabs-content .tab-item .block-lists__list:first-child {
		margin-right: 0;
	}
	
	.tabs-needs .tabs-content .tab-item .block-lists__list:last-child {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 480px) {
	.cbp-l-filters-left, .cbp-l-filters-right {
		width: 100%;
	}
	
	.cbp-l-caption-alignLeft .cbp-l-caption-body {
		padding: 9px 11px;
	}
	
	.cbp-l-caption-title {
		font-size: 14px;
		line-height: 21px;
	}
	
	.cbp-l-caption-desc {
		font-size: 11px;
		line-height: 14px;
	}
	
	.cbp-l-caption-buttonLeft, .cbp-l-caption-buttonRight {
		font-size: 11px;
		line-height: 28px;
		min-width: 69px;
		margin: 3px;
		padding: 0 4px;
	}
	
	.cbp-l-caption-text {
		font-size: 13px;
		letter-spacing: 1px;
	}
	
	.cbp-l-filters-alignLeft {
		text-align: center;
	}
	
	.cbp-l-filters-alignRight {
		text-align: center;
	}
	
	.cbp-l-filters-button {
		text-align: center;
	}
	
	.cbp-l-filters-dropdown-floated {
		width: 100%;
		margin-top: 0;
		margin-left: 0;
	}
	
	.cbp-l-filters-dropdownWrap {
		right: 0;
		left: 0;
		margin: 0 auto;
	}
	
	.cbp-l-filters-text-sort {
		display: block;
		margin-bottom: 10px;
	}
	
	.cbp-l-filters-underline {
		text-align: center;
	}
	
	.cbp-l-grid-agency-title {
		font-size: 15px;
		line-height: 21px;
	}
	
	.cbp-l-grid-work-title {
		font-size: 15px;
		line-height: 21px;
		margin-top: 15px;
	}
	
	.cbp-l-grid-work .cbp-item-wrapper {
		padding-bottom: 18px;
	}
	
	.cbp-l-grid-projects-title {
		margin-top: 12px;
	}
	
	.cbp-l-grid-projects-desc {
		margin-top: 3px;
	}
	
	.cbp-l-grid-team-name {
		font-size: 15px;
		line-height: 22px;
		margin-top: 13px;
	}
	
	.cbp-l-grid-team-position {
		font-size: 12px;
		line-height: 18px;
	}
	
	.cbp-l-grid-mosaic .cbp-l-caption-title {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 0px;
	}
	
	.cbp-l-grid-mosaic .cbp-l-caption-desc {
		font-size: 12px;
		line-height: 18px;
	}
}

@media screen and (max-width: 480px) {
	.poster-title h1 {
		font-size: 48px;
	}
	
	.poster-subtitle {
		font-size: 22px;
	}
	
	.advantages-list {
		display: block;
	}
	
	.poster-subtitle p, .poster-title h1 {
		text-align: center;
	}
	
	.advantages-item {
		width: auto;
	}
	
	.advantages-img {
		height: auto;
	}
	
	.calc-radio-item {
		margin-left: 5px;
	}
	
	.calc-radio-item:first-child {
		margin: 0;
	}
	
	.calc-installment {
		width: auto;
	}
	
	.calc-discount-field {
		display: block;
	}
	
	.discount-field-tel {
		margin-bottom: 15px;
	}
	
	.benefit-icons {
		display: block;
	}
	
	.benefit-icons-item {
		width: auto;
	}
	
	.installment-info li {
		font-size: 20px;
	}
	
	.balcony-form-text {
		font-size: 16px;
		text-align: left;
		margin: 20px 0;
	}
	
	.promo {
		margin: 0;
	}
	
	.faq-box {
		margin-top: 40px;
	}
	
	.works-btn a {
		width: 100%;
	}
	
	.works-info-item {
		font-size: 14px;
	}
	
	.works-content {
		padding: 20px 10px;
	}
	
	.works-title {
		font-size: 18px;
	}
	
	.promo-item .promo-item-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		min-height: 260px;
	}
	
	.promo-item .promo-btn {
		margin-top: auto;
	}
	
	.promo-item .promo-btn a {
		width: 100%;
	}
	
	.balcony-form form p {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.type-window .calc-radio {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	
	.bottom-list {
		padding-right: 0;
	}
	
	.calc .wincalc {
		width: 96%;
	}
	
	.calc .wincalc-type-selector {
		margin-bottom: 0;
	}
	
	.calc .wincalc-type-selector-one {
		margin: 1.5%;
		padding: 10px;
	}
	
	.calc .wincalc-main-window {
		-webkit-transform: scale(.8);
		-ms-transform: scale(.8);
		transform: scale(.8);
	}
	
	.calc .wincalc-type2-selector, .calc .wincalc-options, .calc .wincalc-size-selector {
		width: 100% !important;
		margin-left: 0;
	}
	
	.wincalc-price {
		padding: .625rem !important;
	}
	
	.wincalc-price .discount-field-tel, .wincalc-price .discount-field-tel input {
		width: 100% !important;
	}
	
	.wincalc-price .validation-btn {
		margin-bottom: .3125rem !important;
		width: 100% !important;
	}
	
	.calc-discount-field .wpcf7-form {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.calc-discount-field .wpcf7-form * {
		width: 100% !important;
	}
}

@media (max-width: 472px) {
	.calc .wincalc-price .discount-field-tel {
		margin: 0 auto;
	}
	
	.calc .wincalc-price .discount-field-btn {
		margin: 10px auto;
		width: 100%;
	}
	
	.calc .wincalc-price .discount-field-btn input[type=submit] {
		margin: 0 auto;
	}
}

@media screen and (max-width: 400px) {
	.logo {
		width: 60px;
		margin-left: 50px;
	}
	
	.faq-question {
		font-size: 18px;
	}
	
	.works-info-item {
		font-size: 12px;
	}
	
	.installment-btn a {
		width: 230px;
		font-size: 14px;
	}
	
	.installment-title h3 {
		font-size: 22px;
	}
	
	.installment-info {
		padding: 30px 10px;
	}
	
	.installment-info li {
		font-size: 18px;
	}
	
	.logo {
		width: 60px;
		margin-left: 50px;
	}
}

@media only screen and (max-width: 374px) {
	.cbp-l-caption-alignLeft .cbp-l-caption-body {
		padding: 8px 10px;
	}
	
	.cbp-l-caption-title {
		font-size: 13px;
		line-height: 20px;
	}
	
	.cbp-l-caption-desc {
		font-size: 11px;
		line-height: 14px;
	}
	
	.cbp-l-caption-buttonLeft, .cbp-l-caption-buttonRight {
		font-size: 10px;
		line-height: 28px;
		min-width: 62px;
		margin: 1px;
		padding: 0 4px;
	}
}

@media only screen and (max-width: 360px), (max-height: 600px) {
	.cbp-popup-next, .cbp-popup-prev, .cbp-popup-close {
		-webkit-transform: scale(.8);
		-ms-transform: scale(.8);
		transform: scale(.8);
	}
	
	.cbp-popup-lightbox .cbp-popup-close {
		right: 10px;
		top: 10px;
	}
	
	.cbp-popup-lightbox .cbp-popup-next {
		right: 10px;
	}
	
	.cbp-popup-lightbox .cbp-popup-prev {
		left: 10px;
	}
	
	.cbp-popup-singlePage .cbp-popup-navigation-wrap {
		height: 84px;
	}
	
	.cbp-popup-singlePage .cbp-popup-content {
		margin-top: 120px;
	}
}

@media screen and (max-width: 359px) {
	.poster {
		padding: 180px 0 60px;
	}
	
	.faq-question {
		font-size: 16px;
	}
	
	.poster-title h1 {
		font-size: 42px;
	}
	
	.range-height-box {
		right: -48px;
	}
	
	.balcony-form-text {
		font-size: 15px;
	}
	
	.works .owl-prev, .works .owl-next {
		top: 110px;
	}
	
	.logo {
		display: none;
	}
	
	.installment-btn.btn.btn-red a, .faq-btn.btn.btn-red a, .promo-btn a {
		width: 100% !important;
	}
}

@media (max-width: 96.875em) {
	.family-dillers__image {
		width: 29.625rem;
		height: 29.625rem;
	}
}

@media (max-width: 93.75em) {
	.reviews__right {
		padding: 1.875rem;
	}
}

@media (max-width: 85.3125em) {
	.volume-balcony__image {
		display: none;
	}
	
	.family-dillers__image {
		display: none;
	}
	
	.family-dillers__content {
		padding-left: .9375rem;
	}
}

@media (max-width: 85.4375em) {
	.tabs-about__image {
		display: none !important;
	}
}

@media (max-width: 85.375em) {
	.cat-types-gazebo__list {
		overflow-x: scroll;
		overflow-y: hidden;
	}
}

@media (max-width: 61.9375em) {
	.cases-credit__container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media (max-width: 61.99875em) {
	.menu-open .icon-menu span {
		width: 0;
	}
	
	.menu-open .icon-menu::before {
		top: calc(50% - .0625rem);
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	
	.menu-open .icon-menu::after {
		bottom: calc(50% - .0625rem);
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	.intro._beforexs::before {
		width: 85%;
	}
	
	.intro__form {
		width: 25rem !important;
	}
	
	.windows-measurer__image {
		display: none;
	}
	
	.windows-credit__container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.windows-credit__adv {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	
	.top-offers__title {
		text-align: center;
	}
	
	.header-calc__windows {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.header-calc__windows .options {
		display: -ms-grid;
		display: grid;
		gap: 1.25rem;
		grid-template-columns: repeat(auto-fit, minmax(9.375rem, 1fr));
	}
	
	.parts__dots {
		display: none;
	}
	
	.present {
		padding: 0 .9375rem;
	}
	
	.present__image {
		display: none;
	}
	
	.services-about__title {
		text-align: center;
	}
	
	.services-about__grid {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.cases-page {
		margin-bottom: 1.875rem;
		padding: 0 .9375rem;
	}
	
	.cases-page__title {
		margin-bottom: 1.25rem;
	}
	
	.gazebo__glazing {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	
	.case__slider {
		margin-bottom: 1.25rem;
	}
	
	.problems-dillers__callback {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 1.875rem;
	}
	
	.problems-dillers__title {
		line-height: 1;
		margin-bottom: 0;
	}
}

@media (max-width: 47.99875em) {
	.intro__form {
		display: none;
	}
	
	._windows-quiz .side-quiz__gifts {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	
	.header-quiz__pagination .swiper-pagination-bullet {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 .75rem;
		flex: 0 0 .75rem;
		width: .75rem;
		height: .75rem;
	}
	
	.chars-windows__item span:last-child {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 6.25rem;
		flex: 0 0 6.25rem;
	}
	
	.footer-windows__list {
		display: -ms-grid;
		display: grid;
		gap: .625rem;
		grid-template-columns: repeat(auto-fit, minmax(2.5rem, 1fr));
	}
	
	.right-header__title {
		text-align: center;
	}
	
	.right-header__text {
		text-align: center;
	}
	
	.offers__bottom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.header-calc__windows {
		padding-right: .9375rem;
	}
	
	.credit-present__list {
		gap: .9375rem;
	}
	
	.calc-column-range {
		display: none;
	}
	
	._reverse .whywe__item {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
		text-align: left !important;
	}
	
	@supports (padding-left: clamp(3.625rem, -4.5181767338rem + 40.7158836689vw, 15rem)) {}
	
	@supports not (padding-left: clamp(3.625rem, -4.5181767338rem + 40.7158836689vw, 15rem)) {}
	
	@supports (padding: clamp(0.375rem, 0.203125rem + 0.859375vw, 1.0625rem)) {
		.add-cottage .tabs__title {
			padding: clamp(.375rem, .203125rem + .859375vw, 1.0625rem);
		}
	}
	
	@supports not (padding: clamp(0.375rem, 0.203125rem + 0.859375vw, 1.0625rem)) {
		.add-cottage .tabs__title {
			padding: calc(.375rem + .6875 * ( 100vw - 20rem ) / 80);
		}
	}
	
	.body-add-cottage__wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	
	.body-add-cottage__image {
		text-align: center;
	}
	
	.add-panoramic__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		border: 0;
	}
	
	.volume-balcony .form .input {
		padding: .625rem .5rem;
		height: 2.125rem;
	}
	
	@supports (font-size: clamp(0.625rem, 0.484375rem + 0.703125vw, 1.1875rem)) {
		.volume-balcony .form .input {
			font-size: clamp(.625rem, .484375rem + .703125vw, 1.1875rem);
		}
	}
	
	@supports not (font-size: clamp(0.625rem, 0.484375rem + 0.703125vw, 1.1875rem)) {
		.volume-balcony .form .input {
			font-size: calc(.625rem + .5625 * ( 100vw - 20rem ) / 80);
		}
	}
	
	@supports (padding: clamp(0.375rem, 0.203125rem + 0.859375vw, 1.0625rem)) {
		.types-gazebo__title {
			padding: clamp(.375rem, .203125rem + .859375vw, 1.0625rem);
		}
	}
	
	@supports not (padding: clamp(0.375rem, 0.203125rem + 0.859375vw, 1.0625rem)) {
		.types-gazebo__title {
			padding: calc(.375rem + .6875 * ( 100vw - 20rem ) / 80);
		}
	}
	
	.tabs-case__title {
		padding: .9375rem 2.1875rem;
	}
	
	.calculator__intro {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-right: 0;
	}
	
	.intro-calculator__content {
		padding: 0 .9375rem;
	}
}

@media (max-width: 29.99875em) {
	.windows-credit__container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
	}
	
	.top-offers__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.top-offers__text {
		text-align: center;
	}
	
	.calc__header {
		margin-bottom: 1.25rem;
	}
	
	.actions-calc__radio {
		margin-bottom: 1.25rem;
	}
	
	.sum-results-calc__input {
		height: 2.125rem;
	}
	
	.calc-radio {
		display: -ms-grid;
		display: grid;
		gap: .9375rem;
		grid-template-columns: repeat(auto-fit, minmax(6.25rem, 1fr));
	}
	
	.calc-radio-item {
		width: auto;
	}
	
	.add-cottage .tabs__navigation {
		overflow-x: auto;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.body-add-cottage__price {
		line-height: 1;
	}
	
	.body-profitable-panoramic__image {
		display: none;
	}
	
	.types-gazebo__navigation {
		overflow-x: auto;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.rules-pay__grid {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.calculator__tabs .tabs__navigation {
		padding: 0 .9375rem;
	}
	
	.colors-calculator__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 9.5rem;
		flex: 0 0 9.5rem;
	}
}

@media (max-width: 23.75em) {
	.windows-catalog__item {
		text-align: center;
	}
	
	.item-windows-catalog__price {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (min-width: 360px) and (max-width: 480px) {
	.cites {
		margin-right: 40px;
	}
}

@media (min-width: 61.99875em) and (max-width: 75em) {
	.contacts::after {
		width: 60%;
	}
}

@media (any-hover: hover) {}