/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}details,main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}
/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */html{color:#222;font-size:1em;line-height:1.4}::-moz-selection{background:#b3d4fc;text-shadow:none}::selection{background:#b3d4fc;text-shadow:none}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}.sr-only,fieldset{border:0;padding:0}audio,canvas,iframe,img,svg,video{vertical-align:middle}fieldset{margin:0}textarea{resize:vertical}.hidden,[hidden]{display:none!important}.sr-only{clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.sr-only.focusable:active,.sr-only.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;white-space:inherit;width:auto}.invisible{visibility:hidden}.clearfix::after,.clearfix::before{content:" ";display:table}.clearfix::after{clear:both}@media print{blockquote,img,pre,tr{page-break-inside:avoid}*,::after,::before{background:#fff!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href]::after{content:" (" attr(href) ")"}abbr[title]::after{content:" (" attr(title) ")"}a[href^="#"]::after,a[href^="javascript:"]::after{content:""}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #999}thead{display:table-header-group}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}}
@font-face {
	font-family: 'Josefin Sans'; 
	src: local('JosefinSans-Light'),
		url(../../assets/fonts/JosefinSans/JosefinSans-Light.ttf); 
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Josefin Sans'; 
	src: local('JosefinSans-Regular'),
		url(../../assets/fonts/JosefinSans/JosefinSans-Regular.ttf); 
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Josefin Sans'; 
	src: local('JosefinSans-Medium'),
		url(../../assets/fonts/JosefinSans/JosefinSans-Medium.ttf); 
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Josefin Sans'; 
	src: local('JosefinSans-SemiBold'),
		url(../../assets/fonts/JosefinSans/JosefinSans-SemiBold.ttf); 
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Josefin Sans'; 
	src: local('JosefinSans-Bold'),
		url(../../assets/fonts/JosefinSans/JosefinSans-Bold.ttf); 
	font-weight: 700;
	font-style: normal;
}
html {
	overflow-y: scroll;
	overflow-x: hidden;
}
body {
	font-family: 'Josefin Sans', sans-serif;
	line-height: normal;
	font-size: 16px;
	font-weight: normal;
	box-sizing: border-box;
	overflow: hidden;
	min-height: 100vh;
	color: #FAD2A7;
	background: #3A233A;
	display: flex;
	flex-direction: column;
}
a[href]:not([class]) {
	color: #FAD2A7;
    text-decoration: none;
	transition: all .05s ease-in-out;
    border-bottom: 1px solid;
}
a[href]:not([class]):hover {
	border-color: transparent;
}
p:not([class]) {
	margin: 0;
}
.content p {
	margin: 15px 0;
}
.mfp-close-btn-in .mfp-close {
	opacity: 1;
	display: block;
	font-size: initial;
	width: 60px;
	height: 60px;
	right: 15px;
	top: 0;
	position: absolute;
	cursor: pointer;
	margin: 0;
	color: transparent;
}
.mfp-video .mfp-close {
	top: 15px;
}
.mfp-video .mfp-close:before {
	color: #fff;
}
.mfp-video .mfp-close:after {
	display: none;
}
.mfp-preloader {
	display: none;
}
.mfp-arrow, .mfp-close {
	font-weight: 400;
    top: 0;
    right: 15px;
    position: absolute;
	color: transparent;
	margin: 10px 3px 0 auto;
	transition: all .2s ease-in-out;
	cursor: pointer;
}
.mfp-close:before {
	content: '×';
	color: #F9DED5;
	font-size: 36px;
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	        
}
/* overlay at start */
.mfp-fade.mfp-bg {
	opacity: 0;
	transition: all 0.3s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
	opacity: .3;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	transform: translateY(125px) scale(.9);
	transition: all 0.3s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	transform: translateY(0) scale(1);
	opacity: 1;
	transition: all 0.3s ease-out;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
.slider__container {
	overflow: hidden;
}
.slider__container--overflow {
	overflow: visible;
}
.slider__navigation {
	position: relative;
}
.slider__pagination {
	box-sizing: border-box;
	padding-top: 27px;
	display: flex;
	gap: 21px;
	justify-content: center;
}
.slider__pagination--progress {
	gap: 0;
	padding-top: 40px;
}
.slider__dot {
	margin: 0 !important;
	border: 1px solid #000;
	background: #FBE3D0;
	opacity: 1;
	transition: all .2s ease-in-out;
	width: 10px;
	height: 10px;
}
.slider__pagination--progress .slider__dot {
	background: #5C404A;
	width: 30px;
	height: 7px;
	border: 0;
	border-radius: 0;
	position: relative;
}
.slider__pagination--progress .slider__dot:first-child {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.slider__pagination--progress .slider__dot:last-child {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.slider__dot.swiper-pagination-bullet-active {
	background: #EA763B;
}
.slider__pagination--progress .slider__dot.swiper-pagination-bullet-active {
	background: #5C404A;
}
.slider__pagination--progress .slider__dot:after {
	content: '';
	transition: all .2s ease-in-out;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	border-radius: 6px;
}
.slider__pagination--progress .slider__dot.swiper-pagination-bullet-active:after {
	background-color: #EA763B;
}
.popup {
	padding: 0 15px;
}
.popup__content {
	width: 500px;
	max-width: 100%;
	box-sizing: border-box;
	padding: 80px 44px 46px 44px;
	margin: 0 auto;
	position: relative;
	background: #3A233A;
}
@media (max-width: 830px) {
  .popup__content {
	padding: 80px 27px 42px 27px;
  }
}
.embed-title,
.popup__title {
  display: block;
  font-size: 42px;
  margin: 0 0 30px 0;
  font-weight: 600;
  color: #FAD2A7;
}
@media (max-width: 830px) {
  .embed-title, .popup__title {
	margin-bottom: 25px;
  }
}
.popup__title--centered {
	text-align: center;
	padding-top: 23px;
}
.popup__content p {
  font-size: 19px;
}
.container {
	width: 1303px;
	max-width: 100%;
	box-sizing: border-box;
	padding: 0 15px 0 30px;
	margin: 0 auto;
}
@media (max-width: 1380px) {
  .container {
	padding: 0 15px;
  }
}
.page {
	display: flex;
	flex-direction: column;
}
.page-main {
	min-height: 400px;
	overflow: hidden;
	flex: 1;
}
.page-main--padding-top {
	padding-top: 150px;
}
@media (max-width: 560px) {
  .page-main--padding-top {
	padding-top: 100px;
  }
}
@media (max-width: 450px) {
  .page-main--padding-top {
	padding-top: 130px;
  }
}
.page-main--padding-top + .page-footer {
	margin-top: 200px;
}
.page-header {
	position: fixed;
	border-bottom: 3px solid #000;
	box-sizing: border-box;
	padding: 20px 0 20px 0;
	width: 100%;
	z-index: 7;
	top: 0;
}
@media (max-width: 1300px) {
  .page-header {
	padding: 12px 0 12px 0;
  }
}
@media (max-width: 450px) {
  .page-header {
	padding: 8px 0 15px 0;
  }
}
.page-header:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all .35s ease-in-out;
	background: linear-gradient(90deg, rgba(22, 13, 22, 1) 0%, rgba(58, 34, 58, 1) 100%);
	opacity: .7;
	z-index: -1;
}
.page-header--sticky:before {
	opacity: 1;
}
.page-header__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media (max-width: 450px) {
  .page-header__inner {
	gap: 11px;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	padding: 0 19px;
	align-items: flex-start;
	}
}
.page-header__content {
	display: flex;
	align-items: center;
	gap: 102px;
}
@media (max-width: 1140px) {
	.page-header__content {
		gap: 38px;
	}
}
@media (max-width: 560px) {
  .page-header__content {
	gap: 22px;
	}
}
@media (max-width: 450px) {
  .page-header__content {
	flex-direction: column;
    align-items: flex-end;
    height: 100%;
    grid-row: span 1;
	grid-column: 1 / 1;
	gap: 12px;
  }
}
.secondary-btn {
	all: unset;
	cursor: pointer;
	display: block;
	color: #000;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	box-sizing: border-box;
	padding: 14px 22px 12px 23px;
	border-radius: 20px;
	background-color: #EA763B;
	transition: all .2s ease-in-out;
}
.secondary-btn:hover {
	background-color: #fe8142;
}
@media (max-width: 1300px) {
  .secondary-btn {
	font-size: 14px;
  }
}
@media (max-width: 450px) {
  .secondary-btn {
	font-size: 10px;
    padding: 10px 16px 9px 16px;
  }
}
.secondary-btn--theme {
	background-color: #C7BA28;
}
.secondary-btn--theme:hover {
	background-color: #e1d339;
}
.logo {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 300px;
	height: 57px;
	max-width: 100%;
}
@media (max-width: 1300px) {
	.logo {
		width: 250px;
		height: 57px;
	}
}
@media (max-width: 560px) {
  .logo {
	width: 168px;
	height: 42px;
  }
}
.logo__image {
	max-width: 100%;
	max-height: 100%;
}
@media (max-width: 450px) {
  .page-header__logo {
	height: auto;
    min-height: 26px;
    align-items: flex-end;
	grid-row: 1 / 1;
	grid-column: 1 / 1;
	height: calc(50% - 15px);
	max-width: calc(100% - 53px);
	padding-top: 3px;
  }
}
@media (max-width: 1060px) {
	.page-header__navigation {
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		background: rgba(58, 34, 58, 1);
		padding: 86px 15px 30px 15px;
		box-sizing: border-box;
		display: flex;
		justify-content: center;
		transition: all .3s ease-in-out;
		transform: translateY(-100%);
		opacity: 0;
		pointer-events: none;
	}
	.page-header__navigation--active {
		transform: none;
		opacity: 1;
		pointer-events: all;
	}
}
@media (max-width: 450px) {
  .page-header__btn {
    align-self: flex-start;
  }
}
.menu {
	all: unset;
	list-style: none;
	display: flex;
	gap: 46px;
}
.menu__link {
	text-decoration: none;
	color: #FAE2CF;
	font-size: 24px;
	font-weight: 400;
	transition: all .1s ease-out;
	border-bottom: 2px solid transparent;
}
.menu__link:hover {
	border-bottom: 2px solid;
}
@media (max-width: 1300px) {
  .menu__link {
	font-size: 18px;
  }
}
@media (max-width: 1060px) {
  .menu__link {
	font-size: 24px;
  }
}
@media (max-width: 1060px) {
	.page-header__menu {
		flex-direction: column;
		align-items: center;
	}
}
.menu-toggler {
	all: unset;
	display: none;
	cursor: pointer;
	width: 38px;
	height: 26px;
	position: relative;
}
.menu-toggler__line {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #FAE2CF;
	transition: all .2s ease;
	pointer-events: none;
}
@media (max-width: 1060px) {
  .menu-toggler {
	display: block;
	z-index: 3;
	}
}
.menu-toggler__line:nth-child(1) {
	top: 0;
}
.menu-toggler--active .menu-toggler__line:nth-child(1) {
	transform: rotate(45deg);
	top: 44%;
}
.menu-toggler__line:nth-child(2) {
	top: 50%;
	transform: translateY(-50%);
}
.menu-toggler--active .menu-toggler__line:nth-child(2) {
	transform: translateX(40%);
	opacity: 0;
}
.menu-toggler__line:nth-child(3) {
	bottom: 0;
}
.menu-toggler--active .menu-toggler__line:nth-child(3) {
	transform: rotate(-45deg);
	bottom: 50%;
}
@media (max-width: 450px) {
  .page-header__toggle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	width: 33px;
    height: 22px;
  }
}
.hero {
	position: relative;
	z-index: 3;
}
.hero__background {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.hero__background:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(270deg, rgba(22, 13, 22, 0.00) 0%, #160D16 94.72%);
}
.hero__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.hero__inner {
	box-sizing: border-box;
	padding-top: 279px;
	padding-bottom: 183px;
}
@media (max-width: 1300px) {
  .hero__inner {
	padding-top: 216px;
	padding-bottom: 129px;
	}
}
@media (max-width: 560px) {
  .hero__inner {
	padding-top: 125px;
	padding-bottom: 90px;
  }
}
.hero__title {
	display: block;
	color: #FAE2CF;
	font-size: 96px;
	font-weight: 600;
	line-height: normal;
	margin: 0 0 12px 0;
}
@media (max-width: 1300px) {
  .hero__title {
	font-size: 66px;
	}
}
@media (max-width: 720px) {
  .hero__title {
	font-size: 40px;
  }
}
.hero__subtitle {
	display: block;
	color: #FAE2CF;
	font-size: 64px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	margin: 0 0 96px 0;
	transform: translateX(-3px);
}
@media (max-width: 1300px) {
  .hero__subtitle {
	font-size: 50px;
	margin-bottom: 50px;
  }
}
@media (max-width: 720px) {
  .hero__subtitle {
	font-size: 20px;
  }
}
.primary-btn {
	all: unset;
	cursor: pointer;
	display: block;
	color: #000;
	font-size: 36px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	box-sizing: border-box;
	padding: 18px 22px 8px 23px;
	border-radius: 40px;
	background-color: #C7BA28;
	transition: all .2s ease-in-out;
	width: 549px;
	max-width: 100%;
}
.primary-btn:hover {
	background-color: #e1d339;
}
@media (max-width: 1300px) {
  .primary-btn {
	padding: 16px 22px 10px 23px;
	font-size: 24px;
	width: 420px;
	}
}
@media (max-width: 310px) {
  .primary-btn {
	font-size: 14px;
	padding: 10px 10px;
	}
}
.message {
	box-sizing: border-box;
	padding-top: 27px;
	padding-bottom: 26px;
	background: linear-gradient(-90deg, rgb(23 15 24 / 95%) 0%, rgb(54 31 54 / 95%) 100%);
	position: relative;
	z-index: 3;
}
.message__inner {
	text-align: center;
	color: #FAD2A7;
	font-size: 32px;
	font-weight: 300;
	line-height: 1.3;
}
@media (max-width: 1300px) {
  .message__inner {
	font-size: 24px;
  }
}
.message__inner strong {
	font-weight: 700;
}
.message .message__inner a {
	color: inherit;
	text-decoration: none;
	border-bottom: 2px solid transparent;
	transition: all .2s ease;
}
.message .message__inner a:hover {
	border-bottom: 2px solid;
}
.experience {
	padding-top: 160px;
	padding-bottom: 126px;
	position: relative;
}
@media (max-width: 1300px) {
  .experience {
	padding-top: 102px;
	padding-bottom: 49px;
	}
}
@media (max-width: 670px) {
  .experience {
	padding-top: 50px;
	padding-bottom: 38px;
	}
}
.experience__background {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.experience__image {
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center;
	transform: translateY(-15.7vw);
}
.experience-card {
	box-sizing: border-box;
	padding: 46px 88px 78px 91px;
	border-radius: 40px;
	border: 4px solid #FBE3D0;
	background: rgba(229, 179, 142, 0.98);
}
@media (max-width: 1300px) {
  .experience-card {
	padding: 43px 15px;
	}
}
@media (max-width: 670px) {
  .experience-card {
	padding: 37px 20px;
	}
}
.experience-card__title {
	display: block;
	text-align: center;
	color: #1A111B;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0 0 48px 0;
}
@media (max-width: 1300px) {
  .experience-card__title {
	font-size: 32px;
	margin-bottom: 23px;
	}
}
@media (max-width: 670px) {
  .experience-card__title {
	font-size: 24px;
	margin-bottom: 15px;
	}
}
.experience-card__desc {
	display: block;
	text-align: center;
	color: #8D3A14;
	font-size: 32px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
@media (max-width: 1300px) {
  .experience-card__desc {
	font-size: 24px;
  }
}
@media (max-width: 670px) {
  .experience-card__desc {
	font-size: 19px;
	}
}
.platform-ratings {
	padding-top: 34px;
	padding-bottom: 40px;
}
.platform-ratings__inner {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 78px;
	padding: 0 59px;
	transform: translateX(8px);
}
@media (max-width: 1260px) {
  .platform-ratings__inner {
	padding: 0 15px;
	transform: none;
	}
}
@media (max-width: 1160px) {
  .platform-ratings__inner {
	gap: 39px;
	}
}
@media (max-width: 880px) {
  .platform-ratings__inner {
	gap: 23px;
	}
}
@media (max-width: 750px) {
  .platform-ratings__inner {
	grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 380px) {
  .platform-ratings__inner {
	grid-template-columns: minmax(0, 1fr);
  }
}
.rating-card {
	box-sizing: border-box;
	padding: 18px 20px 20px 20px;
	border-radius: 15px;
	background: #FBE3D0;
}
@media (max-width: 830px) {
  .rating-card {
	padding: 24px 10px;
	}
}
.rating-card__image {
	width: 100%;
	height: 81px;
	object-position: center;
	object-fit: contain;
	display: block;
	margin: 0 0 15px 0;
	padding: 0 18px;
	box-sizing: border-box;
}
.rating-card__text {
	display: block;
	color: #23222D;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
@media (max-width: 1300px) {
  .rating-card__text {
	font-size: 16px;
  }
}
.rating-card__text strong {
	font-weight: 500;
}
.call {
	position: relative;
	padding-top: 150px;
	padding-bottom: 49px;
}
@media (max-width: 1300px) {
  .call {
	padding-top: 40px;
  }
}
@media (max-width: 560px) {
  .call {
	padding-bottom: 15px;
  }
}
.call__background {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	z-index: -1;
}
.call__background--mobile {
	display: none;
}
@media (max-width: 700px) {
  .call__background {
	display: none;
  }
  .call__background--mobile {
	display: block;
	width: calc(100% + 30px);
	height: calc(100% + 161px);
    transform: translateX(-15px);
  }
}
.call__image:not(.call__image--mobile) {
	width: 100%;
	height: auto;
	object-position: bottom;
	object-fit: contain;
}
.call__image--mobile {
	display: none;
}
@media (max-width: 700px) {
  .call__image--mobile {
	display: block;
	width: calc(100% + 60px);
	transform: translateX(-30px);
	position: absolute;
	z-index: -1;
    bottom: 0;
	left: 0;
	height: calc(100% + 159px);
  }
}
.call__inner {
	padding-left: 36px;
}
@media (max-width: 700px) {
  .call__inner {
	padding-left: 15px;
  }
}
.call__header {
	gap: 30px;
	align-items: flex-start;
	margin: 0 0 57px 0;
	display: flex;
	justify-content: space-between;
}
@media (max-width: 1300px) {
  .call__header {
	margin-bottom: 41px;
	}
}
@media (max-width: 700px) {
  .call__header {
	flex-direction: column;
  }
}
.call__title {
	display: block;
	color: #F9DED5;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	-webkit-text-stroke-width: 1;
	-webkit-text-stroke-color: #000;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
@media (max-width: 1300px) {
  .call__title {
	font-size: 32px;
  }
}
.call__text {
	display: block;
	color: #F9DED5;
	font-size: 28px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	box-sizing: border-box;
	padding-right: 10px;
}
@media (max-width: 1300px) {
  .call__text {
	font-size: 22px;
  }
}
@media (max-width: 700px) {
  .call__text {
	position: relative;
	padding-bottom: 20px;
  }
}
.call__btn {
	width: 430px;
	padding-top: 16px;
	padding-bottom: 10px;
}
.service-previews {
	padding-top: 46px;
	padding-bottom: 70px;
}
@media (max-width: 1300px) {
  .service-previews {
	padding-bottom: 30px;
	}
}
.service-previews__inner {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}
@media (max-width: 650px) {
  .service-previews__inner {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	row-gap: 32px;
	}
}
.service-preview__image {
	display: block;
	margin: 0 0 26px 0;
	width: 100%;
	object-fit: cover;
	object-position: center;
	aspect-ratio: 360 / 430;
	border-radius: 30px;
}
@media (max-width: 830px) {
  .service-preview__image {
	border-radius: 14px;
	margin-bottom: 15px;
  }
}
.service-preview__title {
	display: block;
	text-transform: uppercase;
	text-align: center;
	color: #F9DED5;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
@media (max-width: 1300px) {
  .service-preview__title {
	font-size: 16px;
  }
}
@media (max-width: 830px) {
  .service-preview__title {
	font-size: 12px;
	}
}
.company-partners {
	padding-top: 58px;
	padding-bottom: 159px;
	position: relative;
	background: linear-gradient(-180deg, #3A233A 0%, #23222D 40%);
}
@media (max-width: 1300px) {
  .company-partners {
	padding-bottom: 83px;
	}
}
.company-partners__background-wrap {
	position: absolute;
	top: 0;
	height: 100%;
	left: 50%;
	transform: translate(-50%, -9.75vw);
	z-index: 1;
	mask-image: radial-gradient(ellipse, black 50%, rgba(0, 0, 0, .1) 68%);
	pointer-events: none;
}
.company-partners__background {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	z-index: -1;
}
.company-partners__image {
	width: calc(100% + 8vw);
	transform: translateX(-4vw);
	height: auto;
	object-position: bottom;
	object-fit: contain;
}
.company-partners__inner {
	position: relative;
	z-index: 2;
}
.company-partners__title {
	display: block;
	text-align: center;
	color: #1A111B;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	box-sizing: border-box;
	border-radius: 40px;
	border: 4px solid #FBE3D0;
	background: rgba(229, 179, 142, 0.98);
	padding: 30px 15px 25px 15px;
	margin: 0 0 91px 0;
}
@media (max-width: 1300px) {
  .company-partners__title {
	font-size: 28px;
	padding: 14px 20px;
	margin-bottom: 56px;
	}
}
@media (max-width: 940px) {
  .company-partners__title {
	font-size: 20px;
	margin-bottom: 42px;
	}
}
.partners-gallery {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 60px 30px;
	margin-bottom: 145px;
}
@media (max-width: 1300px) {
  .partners-gallery {
	margin-bottom: 83px;
	}
}
@media (max-width: 800px) {
  .partners-gallery {
	grid-template-columns: minmax(0, 1fr);
	gap: 30px;
	margin-bottom: 53px;
	}
}
.partners-gallery__item {
	width: 100%;
	aspect-ratio: 392 / 100;
	object-position: center;
	object-fit: contain;
}
.partners-gallery__item:nth-child(3n + 1) {
	object-position: left center;
}
.partners-gallery__item:nth-child(3n) {
	object-position: right center;
}
@media (max-width: 800px) {
  .partners-gallery__item:nth-child(3n + 1),
  .partners-gallery__item:nth-child(3n),
  .partners-gallery__item {
	width: 300px;
    max-width: 100%;
    object-position: center;
    margin: 0 auto;
  }
}
.company-partners__subtitle {
	display: block;
	margin: 0 0 65px 0;
	text-align: center;
	color: #C7BA28;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
@media (max-width: 1300px) {
  .company-partners__subtitle {
	font-size: 36px;
	margin-bottom: 27px;
	}
}
@media (max-width: 840px) {
  .company-partners__subtitle {
	font-size: 26px;
	margin-bottom: 30px;
	}
}
@media (max-width: 840px) {
  .comparision-table {
	display: grid;
	grid-auto-columns: minmax(0, 1fr);
	grid-auto-flow: column;
	}
}
.comparision-table__row {
	display: grid;
	grid-auto-columns: minmax(0, 1fr);
	grid-auto-flow: column;
}
@media (max-width: 840px) {
  .comparision-table__row {
	display: flex;
	flex-direction: column;
	}
}
.comparision-table__item {
	color: #FAE2CF;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	box-sizing: border-box;
	padding: 22px 15px 23px 27px;
	border-top: 1px solid #EA763B;
	border-right: 1px solid #EA763B;
	position: relative;
	display: flex;
	min-height: 122px;
	flex-direction: column;
    align-items: flex-start;
	justify-content: center;
}
@media (max-width: 1300px) {
  .comparision-table__item {
	font-size: 18px;
  }
}
@media (max-width: 840px) {
  .comparision-table__item {
	min-height: unset;
  }
}
@media (max-width: 685px) {
  .comparision-table__item {
	font-size: 14px;
  }
}
@media (max-width: 560px) {
  .comparision-table__item {
	font-size: 10px;
	padding: 10px;
	justify-content: center;
	}
}
@media (max-width: 840px) {
  .comparision-table__item:first-child {
	border-top: 0;
	text-align: center;
	align-items: center;
  }
}
.comparision-table__item:last-child {
	border-right: 0;
}
.comparision-table__row:first-child .comparision-table__item {
	text-align: center;
	justify-content: center;
	padding-top: 23px;
	padding-left: 2px;
	padding-right: 2px;
	flex-direction: column;
	align-items: center;
}
.comparision-table__row:first-child .comparision-table__item {
	border-top: 0;
}
@media (max-width: 840px) {
  .comparision-table__row:first-child .comparision-table__item {
	border-top: 1px solid #EA763B;
	text-align: left;
	padding: 10px 10px;
	align-items: flex-start;
    justify-content: center;
	}
  .comparision-table__row:first-child .comparision-table__item:first-child {
	border-top: 0;
  }
  .comparision-table__row:last-child .comparision-table__item {
	border-right: 0;
  }
  .comparision-table__row:not(:last-child) .comparision-table__item:last-child {
	border-right: 1px solid #EA763B;
  }
}
.comparision-table__image {
	width: 100%;
	aspect-ratio: 279 / 100;
	object-fit: contain;
	object-position: center;
}
@media (max-width: 840px) {
  .comparision-table__image {
	aspect-ratio: 1 / 1;
	max-width: 100%;
	max-height: 100%;
	}
}
.comparision-table__decor--top {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 502px;
	background: linear-gradient(180deg, rgba(229, 179, 142, 0.00) 6.34%, rgba(229, 179, 142, 0.20) 100%);
	z-index: -1;
}
@media (max-width: 840px) {
  .comparision-table__decor--top {
	background: linear-gradient(15deg, rgba(229, 179, 142, 0.00) 29.05%, rgba(229, 179, 142, 0.20) 93.78%);
  }
}
.comparision-table__decor--left {
	position: absolute;
	left: 0;
	top: 0;
	height: 270px;
	width: 100%;
	background: linear-gradient(15deg, rgba(229, 179, 142, 0.00) 29.05%, rgba(229, 179, 142, 0.20) 93.78%);
	z-index: -1;
}
@media (max-width: 840px) {
  .comparision-table__decor--left {
	background: linear-gradient(180deg, rgba(229, 179, 142, 0.00) 6.34%, rgba(229, 179, 142, 0.20) 100%);
  }
}
.secondary-call {
	padding-top: 86px;
	padding-bottom: 60px;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	background: rgba(79, 69, 94, 0.90);
}
@media (max-width: 1300px) {
  .secondary-call {
	padding-top: 62px;
	padding-bottom: 38px;
	}
}
.secondary-call__inner {
	display: grid;
	grid-template-columns: minmax(0, 64.3fr) minmax(0, 35.7fr);
	gap: 60px;
}
@media (max-width: 780px) {
  .secondary-call__inner {
	grid-template-columns: minmax(0, 1fr);
	gap: 27px;
	}
}
.secondary-call__title {
	display: block;
	color: #FAE2CF;
	font-size: 64px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
@media (max-width: 1300px) {
  .secondary-call__title {
	font-size: 40px;
  }
}
@media (max-width: 780px) {
  .secondary-call__title {
	font-size: 29px;
	text-align: center;
	}
}
.secondary-call__content {
	display: flex;
	flex-direction: column;
	gap: 25px;
	align-items: center;
	padding-top: 3px;
}
.secondary-call__text {
	display: block;
	width: 100%;
	color: #FAD2A7;
	font-size: 32px;
	font-weight: 300;  
}
@media (max-width: 1300px) {
  .secondary-call__text {
	font-size: 26px;
	}
}
.secondary-call__text strong {
	font-weight: 700;
}
.secondary-call .secondary-call__text a {
	color: inherit;
	text-decoration: none;
	transition: all .1s ease-out;
	border-bottom: 2px solid transparent;
}
.secondary-call .secondary-call__text a:hover {
	border-bottom: 2px solid;
}
.service-map {
	padding-top: 141px;
	padding-bottom: 70px;
	background: #23222D;
}
@media (max-width: 1300px) {
  .service-map {
	padding-top: 97px;
	padding-bottom: 66px;
	}
}
@media (max-width: 560px) {
  .service-map {
	padding-top: 55px;
	padding-bottom: 45px;
  }
}
.service-map__inner {
	position: relative;
}
@media (max-width: 1060px) {
  .service-map__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 71px;
	}
}
@media (max-width: 560px) {
  .service-map__inner {
	gap: 30px;
  }
}
.service-map__text {
	position: absolute;
	top: 19px;
	left: 31px;
}
@media (max-width: 1060px) {
  .service-map__text {
	position: static;
	text-align: center;
	width: 100%;
	margin-bottom: 41px;
	}
}
.service-map__title {
	display: block;
	margin: 0 0 12px 0;
	color: #F9DED5;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
@media (max-width: 560px) {
  .service-map__title {
	font-size: 32px;
  }
}
.service-map__desc {
	display: block;
	color: #F9DED5;
	font-size: 28px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
@media (max-width: 1300px) {
  .service-map__desc {
	font-size: 22px;
  }
}
@media (max-width: 560px) {
  .service-map__desc {
	font-size: 18px;
  }
}
.service-map__image {
	width: 100%;
}
.service-map__image--mobile {
	display: none;
}
@media (max-width: 1060px) {
	.service-map__images {
		width: 100%;
	}
	.service-map__image {
		display: none;
	}
	.service-map__image--mobile {
		display: block;
	}
}
.service-map__review {
	position: absolute;
	right: 14px;
	bottom: 2px;
	width: 601px;
}
@media (max-width: 1210px) {
  .service-map__review {
	width: 500px;
  }
  .service-map__review .review__text {
	font-size: 14px;
  }
}
@media (max-width: 1060px) {
  .service-map__review {
	position: static;
  }
}
.review {
	box-sizing: border-box;
	padding: 23px 20px 9px 19px;
	border-radius: 17px;
	border: 2px solid #EA763B;
	max-width: 100%;
}
.slider .review {
	display: flex;
    flex-direction: column;
	height: 100%;
}
.review--big {
	border-width: 3px;
	padding: 31px 27px 12px 27px;
}
@media (max-width: 560px) {
  .review--big {
    padding: 15px 18px 15px 18px;
  }
}
.review__content {
	display: grid;
	grid-template-columns: minmax(0, 85px) minmax(0, 1fr);
	gap: 12px;
}
.review--big .review__content {
	grid-template-columns: minmax(0, 114px) minmax(0, 1fr);
	gap: 18px;
}
@media (max-width: 560px) {
  .review__content,
  .review--big .review__content {
	grid-template-columns: minmax(0, 1fr);
	gap: 20px;
  }
}
.slider .review__content {
    flex: 1;
	grid-template-rows: minmax(0, min-content);
}
.review__avatar--no-image,
.review__avatar {
	display: block;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}
@media (max-width: 560px) {
  .review__avatar--no-image,
  .review__avatar {
	width: 81px;
	margin: 0 auto;
	}
}
.review__avatar--no-image {
	background-color: #4a3f40;
}
.review__text {
	color: #F9DED5;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.review__footer {
	margin-top: 17px;
	border-top: 1px solid #EA763B;
	padding-top: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 18px;
}
.review--big .review__footer {
	border-width: 2px;
	margin-top: 24px;
	padding-top: 12px;
	gap: 20px 72px;
}
@media (max-width: 560px) {
	.review__footer,
	.review--big .review__footer {
	  margin-top: 16px;
	  padding-top: 8px;
	  gap: 5px 10px;
	}
  }
.review__name {
	color: #F9DED5;
	font-size: 17px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
@media (max-width: 560px) {
  .review__name {
	font-size: 14px;
  }
}
.review__stars {
	flex: 1;
	display: flex;
	gap: 1px;
}
@media (max-width: 960px) {
  .review__stars {
	transform: translateY(-1px);
  }
}
.review--big .review__stars {
	gap: 3px;
}
.review__star {
	max-width: 40px;
	max-height: 22px;
}
.review--big .review__star {
	max-width: 42px;
	max-height: 30px;
}
@media (max-width: 960px) {
  .review--big .review__star {
	max-width: 16px;
	max-height: 16px;
  }
}
.review__link-image {
	max-width: 50px;
	max-height: 34px;
}
.review--big .review__link-image {
	max-width: 57px;
	max-height: 49px;
}
@media (max-width: 960px) {
  .review--big .review__link-image {
	max-width: 23px;
	max-height: 23px;
  }
}
.attention-cards {
	padding-top: 88px;
	padding-bottom: 90px;
	background: #23222D;
}
@media (max-width: 1300px) {
  .attention-cards {
	padding-top: 67px;
	padding-bottom: 42px;
	}
}
@media (max-width: 560px) {
  .attention-cards {
	padding-top: 45px;
  }
}
.attention-cards__inner {
	display: flex;
	flex-direction: column;
}
.attention-cards__title {
	text-align: center;
	margin: 0 0 70px 0;
}
@media (max-width: 1300px) {
  .attention-cards__title {
	margin-bottom: 41px;
	}
}
.attention-cards__items {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 30px 5.4vw;
	margin-bottom: 80px;
}
@media (max-width: 1300px) {
  .attention-cards__items {
	margin-bottom: 55px;
	}
}
@media (max-width: 690px) {
  .attention-cards__items {
	gap: 25px;
	}
}
@media (max-width: 650px) {
  .attention-cards__items {
	grid-template-columns: minmax(0, 1fr);
	gap: 27px;
	}
}
.attention-card {
	box-sizing: border-box;
	padding: 49px 15px 49px 15px;
	position: relative;
	border-radius: 30px;
	border: 3px solid #FBE3D0;
	overflow: hidden;
}
@media (max-width: 1300px) {
  .attention-card {
	padding: 43px 30px;
	}
}
@media (max-width: 650px) {
  .attention-card {
	padding: 34px 16px;
	}
}
.attention-card:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #E5B38E;
	opacity: .8;
	z-index: 1;
}
.attention-card > *:not(.attention-card__bg) {
	position: relative;
	z-index: 2;
}
.attention-card__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.attention-card__title {
	display: block;
	margin: 0 0 12px 0;
	color: #1A111B;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-align: center;
}
@media (max-width: 1300px) {
  .attention-card__title {
	font-size: 26px;
	margin-bottom: 12px;
	}
}
.attention-card__text {
	display: block;
	text-align: center;
	color: #1A111B;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;   
}
@media (max-width: 1300px) {
  .attention-card__text {
	font-size: 19px;
	}
}
.attention-cards__button {
	align-self: center;
	width: 428px;
}
.ba-widget {
	width: 100%;
	box-sizing: border-box;
	aspect-ratio: 378 / 200;
	border-radius: 69px;
	border: 5px solid #000;
	overflow: hidden;
	position: relative;
}
@media (max-width: 960px) {
  .ba-widget {
	border-radius: 5vw;
	}
}
.ba-widget__before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	overflow: hidden;
}
[data-ba-widget] .ba-widget__before {
	width: 50%;
}
[data-ba-widget] .ba-widget__before--single {
	width: 100%;
}
.ba-widget__after {
	position: absolute;
	left: auto;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}
.ba-widget__preview {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	user-select: none;  
	pointer-events: none;
}
.ba-widget__preview--right {
	left: auto;
	right: 0;
}
.ba-widget__label {
	pointer-events: none;
	position: absolute;
	bottom: 23px;
	left: 23px;
	display: block;
	box-sizing: border-box;
	padding: 15px 15px 10px 15px;
	border-radius: 40px;
	width: 264px;
	background-color: #000;
	color: #C7BA28;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	text-align: center;
	user-select: none;
}
@media (max-width: 1470px) {
  .ba-widget__label {
	font-size: 20px;
	width: 200px;
  }
}
@media (max-width: 960px) {
  .ba-widget__label {
	font-size: 16px;
	width: 157px;
	bottom: 1.3vw;
	font-size: 1.4vw;
	width: 18vw;
	padding: 1.1vw;
	}
}
.ba-widget__label--right {
	left: auto;
	right: 23px;
}
.ba-widget__toggler {
	all: unset;
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	height: 100%;
	width: 4px;
	background-color: #000;
	cursor: ew-resize;
	z-index: 3;
}
.ba-widget__toggler:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-50%, -50%);
	width: 48px;
	height: 48px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMjQiIGN5PSIyNCIgcj0iMjQiIGZpbGw9ImJsYWNrIi8+CjxwYXRoIGQ9Ik00MCAyNEwyOS41IDMzLjUyNjNMMjkuNSAxNC40NzM3TDQwIDI0WiIgZmlsbD0iI0VBNzYzQiIvPgo8cGF0aCBkPSJNOCAyNEwxOC41IDE0LjQ3MzdMMTguNSAzMy41MjYzTDggMjRaIiBmaWxsPSIjRUE3NjNCIi8+Cjwvc3ZnPgo=");
	background-size: contain;
	background-position: center;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: linear;
}
.compensate-for-scrollbar {
	margin-right: 0 !important;
}
.before-after-sliders {
	padding-top: 70px;
	padding-bottom: 130px;
}
@media (max-width: 1560px) {
  .before-after-sliders {
	padding-top: 8vw;
	padding-bottom: 10vw;
	}
}
.before-after-sliders--bg {
	background: linear-gradient(-180deg, #23222d, #3A233A);
}
.before-after-sliders__column {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.before-after-sliders__column > *:nth-child(2) {
	transform: translate(-15vw);
}
.review-slider {
	position: relative;
	padding-top: 106px;
	padding-bottom: 88px;
	margin-top: 48px;
}
@media (max-width: 1560px) {
  .review-slider {
	padding-top: 6vw;
    margin-top: 0;
	padding-bottom: 45px;
  }
}
@media (max-width: 960px) {
  .review-slider {
	padding-top: 35px;
	padding-bottom: 40px;
	margin-top: 0;
	}
}
.review-slider__background {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.review-slider__background {
	display: block;
}
.review-slider__background--mobile {
	display: none;
}
@media (max-width: 960px) {
  .review-slider__background {
	display: none;
  }
}
.review-slider__image:not(.review-slider__image--mobile) {
	width: calc(100% + 60px);
    transform: translateX(-30px);
    position: absolute;
    top: -12px;
    left: 0;
    height: calc(100% + 13px);
}
.review-slider__image--mobile {
	display: none;
}
@media (max-width: 960px) {
  .review-slider__image {
	display: none;
  }
  .review-slider__image--mobile {
	display: block;
	width: calc(100% + 60px);
    transform: translateX(-30px);
    position: absolute;
    top: -12px;
    left: 0;
    height: calc(100% + 13px);
  }
}
.review-slider__inner {
	display: grid;
	grid-template-columns: minmax(0, 70.3fr) minmax(0, 29.7fr);
	gap: 30px 104px;
	position: relative;
}
@media (max-width: 1470px) {
  .review-slider__inner {
	column-gap: 45px;
	}
}
@media (max-width: 960px) {
  .review-slider__inner {
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	gap: 41px;
	}
}
.review-slider__info {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding-top: 47px;
}
@media (max-width: 960px) {
  .review-slider__info {
	width: 100%;
	align-items: center;
	gap: 11px;
	padding: 0;
	}
}
.review-slider__title {
	display: block;
	color: #F9DED5;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;   
}
@media (max-width: 960px) {
  .review-slider__title {
	text-align: center;
	}
}
.review-slider__item {
	width: 100%;
	position: relative;
}
.review-slider__item .slider__pagination {
	padding-top: 33px;
}
.free-estimate {
	padding-top: 100px;
	padding-bottom: 261px;
	position: relative;
	background: linear-gradient(-180deg, #3A233A 0%, #23222D 40%);
	overflow: hidden;
}
@media (max-width: 1300px) {
  .free-estimate {
	padding-top: 60px;
	padding-bottom: 148px;
	}
}
@media (max-width: 960px) {
  .free-estimate {
	padding-top: 30px;
  }
}
.free-estimate__background-wrap {
	position: absolute;
	top: 0;
	height: 100%;
	left: 50%;
	transform: translate(-50%, -9.75vw);
	z-index: 1;
	mask-image: radial-gradient(ellipse, black 50%, rgba(0, 0, 0, .1) 68%);
	pointer-events: none;
	width: 100%;
	left: 0;
	transform: none;
	z-index: 0;
}
.free-estimate__background {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	z-index: -1;
}
.free-estimate__image {
	width: calc(100% + 8vw);
	transform: translateX(-4vw);
	height: auto;
	object-position: bottom;
	object-fit: contain;
	pointer-events: none;
}
.free-estimate__inner {
	position: relative;
	z-index: 3;
}
.section-title {
	display: block;
	color: #F9DED5;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
@media (max-width: 1300px) {
  .section-title {
	font-size: 34px;
  }
}
.free-estimate__title {
	text-align: center;
	margin: 0 0 66px 0;
}
@media (max-width: 1300px) {
  .free-estimate__title {
	margin-bottom: 40px;
  }
}
@media (max-width: 960px) {
  .free-estimate__title {
	margin-bottom: 30px;
  }
}
.wpcf7-text,
.wpcf7-email,
.text-input {
	display: block;
	width: 313px;
	max-width: 100%;
	box-sizing: border-box;
	padding: 12px 19px 7px 19px;
	color: #23222D;
	font-size: 24px;
	font-weight: 500;
	border-radius: 15px;
	border: 4px solid #FBE3D0;
	background: rgba(229, 179, 142, 0.98);
}
@media (max-width: 1300px) {
  .wpcf7-text,
  .wpcf7-email,
  .text-input {
	font-size: 20px;
	}
}
@media (max-width: 730px) {
  .wpcf7-text,
  .wpcf7-email,
  .text-input {
	width: 100%;
  }
}
.wpcf7-textarea,
.text-area {
	all: unset;
	resize: none;
	cursor: text !important;
	font-family: "Josefin Sans", sans-serif;
	display: block;
	width: 100%;
	height: 249px;
	box-sizing: border-box;
	padding: 0 20px 0 20px;
	color: #23222D;
	font-size: 24px;
	font-weight: 500;
	word-break: break-word;
}
.wpcf7__label--textarea .wpcf7-form-control-wrap {
	position: relative;
	padding-top: 25px;
	padding-bottom: 50px;
	border-radius: 40px;
	border: 4px solid #FBE3D0;
	background: rgba(229, 179, 142, 0.98);
}
.wpcf7-text::placeholder,
.wpcf7-email::placeholder,
.wpcf7-textarea::placeholder,
.text-input::placeholder,
.text-area::placeholder {
	color: rgb(58, 58, 58);
}
.wpcf7-text:focus,
.wpcf7-email:focus,
.wpcf7-textarea:focus,
.text-input:focus,
.text-area:focus {
	outline: none;
}
.simple-form {
	display: grid;
	gap: 28px 56px;
	grid-template-areas:
		"f e t"
		"a tb empty"
		"m m m"
		"b b b";
}
@media (max-width: 1300px) {
  .simple-form {
	gap: 40px 22px;
	}
}
@media (max-width: 1050px) {
  .simple-form {
	grid-template-areas:
	"f e"
	"t a"
	"tb empty"
	"m m"
	"b b";
  }
}
@media (max-width: 720px) {
  .simple-form {
	display: flex;
	flex-direction: column;
	gap: 30px;
	}
}
.wpcf7 label,
.simple-form__label {
	color: #C7BA28;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	display: flex;
	flex-direction: column;
	gap: 6px;
}
@media (max-width: 1300px) {
  .wpcf7 label,
  .simple-form__label {
	font-size: 18px;
  }
}
.simple-form__label:nth-child(1) {
	grid-area: f;
}
.simple-form__label:nth-child(2) {
	grid-area: e;
}
.simple-form__label:nth-child(3) {
	grid-area: t;
}
.simple-form__label:nth-child(4) {
	grid-area: a;
}
.simple-form__label:nth-child(5) {
	grid-area: tb;
}
.simple-form__label:nth-child(6) {
	grid-area: m;
}
.simple-form__btn {
	grid-area: b;
	margin: 17px 0 0 0;
	width: 432px;
}
@media (max-width: 1300px) {
  .simple-form__btn {
	margin-top: 0;
  }
}
.page-footer {
	background-color: #4F455E;
	position: relative;
	color: #111012;
	padding-top: 92px;
	padding-bottom: 44px;
}
@media (max-width: 1300px) {
  .page-footer {
	padding-top: 42px;
	padding-bottom: 23px;
	}
}
@media (max-width: 610px) {
  .page-footer {
	padding-bottom: 37px;
	}
}
.page-footer--offset {
	margin-top: 150px;
}
.page-footer:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 9vw;
	background-image: url(../../assets/img/footer-bg.svg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	transform: translateY(calc(-100% + -6px));
}
.page-footer:after {
	content: '';
	position: absolute;
	left: 0;
	top: -10px;
	width: 100%;
	height: 10px;
	background-color: #4F455E;
}
.page-footer__desc {
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;   
}
@media (max-width: 1300px) {
  .page-footer__desc {
	font-size: 18px;
  }
}
@media (max-width: 610px) {
  .page-footer__desc {
	font-size: 14px;
  }
}
.social-networks {
	display: flex;
	flex-wrap: wrap;
	gap: 13px;
}
.social-networks__icon {
	display: block;
	width: 49px;
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	object-position: center;
}
@media (max-width: 1300px) {
  .social-networks__icon {
	width: 38px;
	}
}
.page-footer__links,
.page-footer__buttons {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 40px;
}
@media (max-width: 790px) {
	.page-footer__links,
	.page-footer__buttons {
		gap: 22px;
	}
}
@media (max-width: 390px) {
  .page-footer__links {
	align-items: flex-start;
	padding-top: 9px;
    gap: 30px;
  }
}
@media (max-width: 310px) {
  .page-footer__links,
  .page-footer__buttons {
	gap: 20px;
	align-items: center;
  }
}
.page-contact {
	color: #FAD2A7;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	transition: all .1s ease-out;
	border-bottom: 2px solid transparent;
}
.page-contact:hover {
	border-bottom: 2px solid;
}
@media (max-width: 790px) {
  .page-contact {
	font-size: 19px;
	}
}
@media (max-width: 390px) {
  .page-contact {
	font-size: 16px;
  }
}
.page-footer__inner {
	display: grid;
	gap: 67px 91px;
	grid-template-areas:
		"general   navigation contacts"
		"copyright copyright  policy";
	grid-template-columns: minmax(0, 51.3fr) minmax(0, 18.7fr) minmax(0, 30fr);
	width: 1162px;
}
@media (max-width: 910px) {
  .page-footer__inner {
	gap: 67px 68px;
	grid-template-columns: minmax(0, 29.3fr) minmax(0, 16.7fr) minmax(0, 23fr);
	}
}
@media (max-width: 610px) {
  .page-footer__inner {
	grid-template-areas:
	"general   navigation contacts"
	"copyright copyright  copyright"
	"policy    policy     policy";
	row-gap: 30px;
	padding: 0 15px;
	}
}
@media (max-width: 540px) {
  .page-footer__inner {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 33px;
	}
}
.page-footer__general {
	grid-area: general;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 19px;
}
@media (max-width: 540px) {
  .page-footer__general {
	grid-column: 1 / 2;
	}
}
@media (max-width: 390px) {
  .page-footer__general {
	grid-column: 1 / 4;
	}
}
.page-footer__logo {
	width: 222px;
	height: 66px;
	margin-bottom: 9px;
}
@media (max-width: 1300px) {
  .page-footer__logo {
	width: 180px;
	height: 56px;
	}
}
.page-footer__navigation {
	grid-area: navigation;
}
@media (max-width: 540px) {
  .page-footer__navigation {
	grid-column: 1 / 4;
	grid-row: 2 / 2;
	text-align: center;
	}
}
@media (max-width: 390px) {
  .page-footer__navigation {
	grid-row: 3 / 3;
	padding-top: 21px;
	}
}
.page-footer__contacts {
	grid-area: contacts;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 40px;
}
@media (max-width: 790px) {
  .page-footer__contacts {
	gap: 22px;
	}
}
@media (max-width: 540px) {
  .page-footer__contacts {
	grid-column: 2 / 4;
	}
}
@media (max-width: 390px) {
  .page-footer__contacts {
	grid-column: 1 / 4;
	grid-row: 2 / 2;
	align-items: flex-start;
	display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 15px;
	}
}
@media (max-width: 310px) {
  .page-footer__contacts {
	grid-template-columns: minmax(0, 1fr);
	gap: 31px;
  }
}
.page-footer__menu {
	flex-direction: column;
	gap: 47px;
}
@media (max-width: 610px) {
	.page-footer__menu {
		gap: 34px;
	}
  .page-footer__menu .menu__link {
		font-size: 18px;
		}
}
@media (max-width: 540px) {
  .page-footer__menu {
	grid-column: 3 / 4;
  }
}
.page-footer__copyright {
	grid-area: copyright;
	color: #111012;
	font-size: 16px;
}
@media (max-width: 610px) {
  .page-footer__copyright {
	text-align: center;
	padding-top: 27px;
	}
}
@media (max-width: 540px) {
  .page-footer__copyright {
	grid-column: 1 / 4;
	grid-row: 3 / 3;
	padding-top: 11px;
	}
}
@media (max-width: 390px) {
  .page-footer__copyright {
	grid-row: 4 / 4;
  }
}
.page-footer__policy {
	all: unset;
	grid-area: policy;
	cursor: pointer;
	text-decoration: none;
	color: #111012;
	font-size: 16px;
	text-align: right;
}
.page-footer__policy:hover {
	text-decoration: underline;
}
@media (max-width: 610px) {
  .page-footer__policy {
	text-align: center;
  }
}
@media (max-width: 540px) {
  .page-footer__policy {
	grid-column: 1 / 4;
    grid-row: 4 / 4;
  }
}
@media (max-width: 390px) {
  .page-footer__policy {
    grid-row: 5 / 5;
  }
}
.page-footer__btn {
	font-size: 12px;
	padding: 10px 15px 9px 16px;
}
.infinite-slider {
	display: flex;
	overflow: visible;
	margin: 0 -15px;
	counter-reset: section;
}
.infinite-slider__item {
	padding: 0 28px;
	box-sizing: border-box;
    flex: 1 0 calc(55vw - 56px);
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 56px;
}
@media (max-width: 1060px) {
  .infinite-slider__item {
	padding: 0 10px;
	flex: 1 0 calc(55vw - 20px);
	gap: 25px;
	}
}
@media (max-width: 680px) {
  .infinite-slider__item {
	flex: 1 0 calc(75vw - 20px);
	gap: 4vw;
	}
}
.infinite-slider__item--single {
	flex-direction: row;
    flex: 0 0 calc(100% - 8px);
	transform: translateX(4px);
}
@media (max-width: 1060px) {
  .infinite-slider__item--single {
  	padding: 0 10px;
	flex-direction: column;
	gap: 25px;
  }
}
.infinite-slider__item:before {
	counter-increment: section;
	content: counter(section);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 7;
	/* background-color: rgba(0, 0, 0, .3); */
	color: #fff;
	font-size: 36px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	display: none;
}
.infinite-slider__item > *:nth-child(2) {
	transform: translateX(-35%);
}
.infinite-slider__item--single > *:nth-child(2) {
	transform: none;
}
.infinite-scroller {
	width: 300px;
	height: 7px;
	max-width: calc(100% - 30px);
	border-radius: 6px;
	background: #5C404A;
	margin: 60px auto 0 auto;
	position: relative;
	z-index: 4;
}
@media (max-width: 560px) {
  .infinite-scroller {
	margin-top: 8vw;
	}
}
.infinite-scroller__thumb {
	all: unset;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
	width: 65px;
	height: 100%;
}
.infinite-scroller__thumb:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: calc(100% + 18px);
	height: calc(100% + 18px);
	transform: translate(-9px, -9px);
}
.infinite-scroller__thumb:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: calc(100% + 2px);
	height: 100%;
	border-radius: 6px;
	background: #EA763B;
}
.textarea-counter {
	pointer-events: none;
	position: absolute;
	bottom: 25px;
	right: 25px;
	color: #23222D;
	font-family: "Josefin Sans";
	font-size: 16px;
	font-weight: 300;
	opacity: 0.5;
}
.wpcf7-form {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 30px;
}
.hidden-fields-container {
    display: none;
}
@media (max-width: 730px) {
  .wpcf7-form {
	flex-direction: column;
  }
}
.wpcf7__label {
	justify-content: flex-end;
}
.wpcf7__label--third {
	flex: 0 1 calc(33.3% - 30px);
}
@media (max-width: 730px) {
  .wpcf7__label--third {
	flex: 0 1 100%;
  }
}
.wpcf7__label--full {
	flex: 0 1 100%;
}
.slider--height-auto .swiper-slide {
	height: auto;
}