@font-face {
    font-family: 'Aerodynamic';
    src: url('../fonts/Aerodynamic.eot');
    src: url('../fonts/Aerodynamic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Aerodynamic.woff2') format('woff2'),
        url('../fonts/Aerodynamic.woff') format('woff'),
        url('../fonts/Aerodynamic.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Ysabeau Infant';
    src: url('../fonts/YsabeauInfant-Medium.eot');
    src: url('../fonts/YsabeauInfant-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/YsabeauInfant-Medium.woff2') format('woff2'),
        url('../fonts/YsabeauInfant-Medium.woff') format('woff'),
        url('../fonts/YsabeauInfant-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Ysabeau Infant';
    src: url('../fonts/YsabeauInfant-SemiBold.eot');
    src: url('../fonts/YsabeauInfant-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/YsabeauInfant-SemiBold.woff2') format('woff2'),
        url('../fonts/YsabeauInfant-SemiBold.woff') format('woff'),
        url('../fonts/YsabeauInfant-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Ysabeau Infant';
    src: url('../fonts/YsabeauInfant-Bold.eot');
    src: url('../fonts/YsabeauInfant-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/YsabeauInfant-Bold.woff2') format('woff2'),
        url('../fonts/YsabeauInfant-Bold.woff') format('woff'),
        url('../fonts/YsabeauInfant-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
/************************* reset *************************/
html{
	height: 100%;
	margin: 0;
	padding: 0;width: 100%;
	background: #fff;
}
body{
	height: 100%;
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 20px;
	font-weight: 500;
	font-family: 'Ysabeau Infant', Arial, Helvetica, sans-serif;
	line-height: 27px;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
h1, h2, h3, h4, p, ul, li, a, span, div, input, textarea, select, form, fieldset, button, dl, dd, dt, figure, figcaption, blockquote, caption, aside, section {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	box-sizing: border-box;
}
img {
	margin: 0;
	padding: 0;
	border-style: none;
	vertical-align: bottom;
}
input, textarea, select, button {
	font-weight: 500;
	font-family: 'Ysabeau Infant', Arial, Helvetica, sans-serif;
	vertical-align:middle;
	border: 0;
	outline: 0;
	background: none;
}
a:hover {text-decoration: none;}
ul li {list-style: none;}
/************************* common styles *************************/
.holder {
	padding: 0 20px;
}
@media (min-width: 375px){
	.holder {
		padding: 0 20px;
	}
}
@media (min-width: 576px){
	.holder {
		max-width: 540px;
		margin: auto;
		padding: 0;
	}
}
@media (min-width: 768px){
	.holder {
		max-width: 720px;	
	}
}
@media (min-width: 1024px) {
	.holder {
		max-width: 960px;
	}
}
@media (min-width: 1200px){
	.holder {
		max-width: 1140px;
	}
}
@media (min-width: 1360px){
	.holder {
		max-width: 1320px;
	}
}
.holder:after {
	display: block;
	content: '';
	clear: both;
}
.title {
	font-family: 'Aerodynamic';
	font-size: 40px;
	font-weight: 500;
	line-height: 46px;
	text-transform: uppercase;
}
.h2 {
	display: block;
	margin: 0 0 24px;
	font-weight: 800;
	font-size: 32px;
	line-height: 39px;
}
.h3 {
	display: block;
	margin: 0 0 24px;
	font-weight: 600;
	font-size: 24px;
	line-height: 24px;
}
a {transition: all .3s linear;}
p {margin: 0 0 22px;}
p a, .post-main a {color: #fff;}
.center {text-align: center;}
.upper {text-transform: uppercase;}
.button-holder {text-align: center;}
.button {
	position: relative;
	overflow: hidden;
	display: inline-block;
	padding: 9px 64px;
	color: #000;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	border-radius: 5px;
	background: #fff;
	transition: all .3s linear;
}
.button::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	background: linear-gradient(180deg, #FCEDB2 26.19%, #B3774A 128.57%);
	transition: all .3s linear;
	margin: -3px;
}
.button:hover::before, .button:active::before {
	opacity: 0;
}
.button span {
	position: relative;
}
.panButtons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /* align-items: center; */
    /* background: #A3A88A; */
    position: absolute;
    top: 40%;
    left: 10px;
    flex-direction: column;
    z-index: 10;
}
.panButtons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 5%);
    font-size: 22px;
    text-decoration: none;
    color: #C4175E;
    margin: 10px 0;
}
/************************* form-block *************************/
.input {
	display: block;
	width: 100%;
	height: 50px;
	padding: 0 14px;
	margin: 0 0 15px;
	font-weight: 500;
	font-size: 20px;
	color: #000;
	border-radius: 5px;
	background: #FFF;
}
.textarea {
	display: block;
	width: 100%;
	height: 188px;
	padding: 12px 14px;
	margin: 0 0 15px;
	font-weight: 500;
	font-size: 20px;
	line-height: 25px;
	color: #000;
	resize: vertical;
	border-radius: 5px;
	background: #FFF;
}
::-webkit-input-placeholder {color: #000;}
:-moz-placeholder {color: #000; opacity: 1;}
::-moz-placeholder {color: #000; opacity: 1;}
:-ms-input-placeholder {color: #000;}
.form-button {
	padding: 20px 0 0;
	text-align: center;
}
.check-item {
	position: relative;
	margin: 0 0 8px;
}
.check-input {
	position: absolute;
	left: 0;
	width: 1px;
	height: 1px;
	opacity: 0;
}
.check-label {
	display: block;
	padding: 0 0 0 26px;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	cursor: pointer;
}
.check-label a {color: #fff;}
.check-label::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '';
	width: 18px;
	height: 18px;
	box-sizing: border-box;
	border: 1px solid #8E7542;
	border-radius: 4px;
}
.check-label::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '';
	width: 18px;
	height: 18px;
	background: url(../images/check.svg) 50% 50% no-repeat;
	opacity: 0;
}
.check-input:checked + .check-label::before {background: #8E7542;}
.check-input:checked + .check-label::after {opacity: 1;}
/************************* wrapper *************************/
#wrapper {
	position: relative;
	overflow: hidden;
}
/************************* header *************************/
.header {
	position: relative;
	z-index: 300;
}
.header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 500;
    padding: 0;
    box-sizing: border-box;
    transition: all 0.3s linear;
}
.header-line {
	height: 53px;
	padding: 13px 0 0;
	background: linear-gradient(180deg, #FCEDB2 26.19%, #B3774A 128.57%);
}
.header-line-block {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
	/*font-size: 18px;*/
	font-weight: 600;
	line-height: 24px;
	text-transform: uppercase;
}
.header-top {
	background: rgba(4, 46, 36, 0.90);
}
.header-block {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 112px;
}
.header-nav {
	flex: 1;
	padding: 0 0 0 40px;
}
.header-nav .holder {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-nav .holder::after {display: none;}
.header-nav-list {
	display: flex;
}
.header-nav-list li {
	margin: 0 27px 0 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 27px;
}
.header-nav-list li:last-child {
	margin: 0;
}
.header-nav-list a {
	color: #fff;
	text-decoration: none;
}
.header-nav-list a:hover {
	background: linear-gradient(180deg, #FCEDB2 26.19%, #B3774A 128.57%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.header-webs {
	display: flex;
	align-items: center;
}
.header-webs a {
	margin: 0 24px 0 0;
}
.header-webs a:last-child {
	margin: 0;
}
.rt-icon {
    margin-bottom: 4px!important;
}
.max-icon {
    width: 20px;
    height: 20px;
    margin-top: -10px!important;
}
.header-webs svg {display: block;}
.header-webs path {
	fill: #fff;
	transition: all 0.3s linear;
}
.header-webs a img {
	width: 100%;
    height: 100%;
}
.header-webs a:hover path {
	fill: #DDBB86;
}
.phones-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.phones-but {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    color: #ffffff;
    text-decoration: none;
}
.phones-but .txt {
    font-size: .8em;
}
.phones-but .txttel {
    font-size: 1em;
}
.phones-but .txttel:hover {
    color: #FCEDB2;
}
.header-nav .button {
    padding: 12px 10px;
    /*padding: 9px 48px;*/
    margin: 0 15px 0 0;
}
.mob-nav-icon {
	position: absolute;
	top: 30px;
	right: 0px;
	z-index: 250;
	padding: 0 0 10px;
	display: none;
}
.mob-nav-block {
    position: relative;
	display: block;
    width: 24px;
    height: 2px;
    margin: 8px 0 0;
	background: linear-gradient(-90deg, #FCEDB2 26.19%, #DDBB86 128.57%);
	transition: all .3s linear;
}
.mob-nav-block:after {
    content: "";
    position: absolute;
    top: -8px;
    left: 0;
    width: 24px;
    height: 2px;
    background: linear-gradient(-90deg, #FCEDB2 26.19%, #DDBB86 128.57%);
	transition: all .3s linear;
}
.mob-nav-block:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 24px;
    height: 2px;
    background: linear-gradient(-90deg, #FCEDB2 26.19%, #DDBB86 128.57%);
	transition: all .3s linear;
}
.mob-nav-icon.active .mob-nav-block {
    background: none;
}
.mob-nav-icon.active .mob-nav-block:before {
    top: 0;
    transform: rotate(45deg);
}
.mob-nav-icon.active .mob-nav-block:after {
    top: 0;
    transform: rotate(-45deg);
}
/************************* banner *************************/
.banner {
	margin: -112px 0 0;
	padding: 190px 0 73px;
	position: relative;
	color: #fff;
	background: url(../images/banner.jpg) 50% 50% no-repeat;
	background-size: cover;
}
.banner::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	background: linear-gradient(109deg, rgba(0, 13, 10, 0.60) 41.22%, rgba(5, 55, 44, 0.00) 60.84%);
}
.banner .holder {
	position: relative;
}
.banner-title {
	margin: 0 0 19px;
	font-family: 'Aerodynamic';
	font-size: 63px;
	font-weight: 500;
	line-height: 74px;
	text-transform: uppercase;
}
.banner-text {
	max-width: 530px;
	margin: 0 0 32px;
	font-weight: 600;
}
.banner .button {
	padding: 9px 32px;
}
.banner-info {
	display: flex;
	flex-wrap: wrap;
	max-width: 545px;
	padding: 13px;
	margin: 0 0 35px;
	border-radius: 5px;
	background: rgba(4, 46, 36, 0.90);
}
.banner-info-item {
	width: 47.5%;
	padding: 16px 0 16px 28px;
	border-left: 2px solid rgba(17, 183, 146, 0.20);
	border-bottom: 2px solid rgba(17, 183, 146, 0.20);
}
.banner-info-item:nth-child(2n + 1) {
	width: 52.5%;
	padding: 16px 19px 16px 12px;
	border-left: 0;
}
.banner-info-item:nth-child(3),
.banner-info-item:nth-child(4){
	border-bottom: 0;
}
.banner-info-big {
	font-size: 22px;
	font-weight: 500;
	line-height: 30px;
	text-transform: uppercase;
}
.banner-info-text {
	font-size: 25px;
	font-weight: 500;
	line-height: 25px;
}
.banner-icons {
	padding: 6px 0 0;
	text-align: center;
}
/************************* main *************************/
.main {
	padding: 80px 0;
	background: url(../images/main-bg.jpg) 50% 0% no-repeat;
}
@media screen and (min-width: 1900px) {
	.main {
		background-size: 100% auto;
	}
}
/************************* about *************************/
.about {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	padding: 0 0 120px;
}
.about-side {
	width: 40%;
}
.about-side .title {
	margin: 0 0 18px;
}
.about-side p {
	margin: 0 0 20px;
}
.about-photo {
	width: 54%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.about-photo-item {
	position: relative;
	width: calc(50% - 9px);
	margin: 0 0 18px;
}
.about-photo-item img {
	width: 100%;
	border-radius: 5px;
}
.more {
	position: absolute;
	right: 10px;
	bottom: 10px;
	display: flex;
	align-items: center;
	color: #FFF;
	text-decoration: none;
}
.more-text {
	margin: 0 11px 0 0;
	font-size: 20px;
	font-weight: 500;
	line-height: 25px;
}
.more-arrow {
	width: 75px;
	height: 75px;
	font-size: 0;
	cursor: pointer;
	background: url(../images/arrow.svg) 50% 50% no-repeat;
	border: 1px solid transparent;
	border-radius: 50%;
	transition: all 0.3s linear;
	transform: scale(-1,1);
}
.more:hover .more-arrow {
	border: 1px solid rgba(255, 255, 255, 0.3);
}
/************************* stat *************************/
.stat {
	padding: 0 0 120px;
}
.stat .title {
	margin: 0 0 57px;
}
.stat-block {
	display: flex;
	flex-wrap: wrap;
}
.stat-item {
	width: 16.66%;
	text-align: center;
}
.stat-icon {
	margin: 0 0 22px;
}
.stat-text {
	font-size: 16px;
	font-weight: 700;
	line-height: 21.337px;
	text-transform: uppercase;
}
/************************* plan *************************/
.plan .title {
	margin: 0 0 16px;
}
.plan-text {
	margin: 0 0 35px;
}
.plan-block {
	overflow: hidden;
	border-radius: 5px;
	background: #042E24;
	position: relative;
}
.plan-block img {
	width: 100%;
}
.plan-block svg {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
.plan-wrap {
	position: relative;
}
.legend {
	position: absolute;
	top: 28px;
	left: 24px;
	width: 240px;
	/*width: 217px;*/
	padding: 10px 22px 17px;
	color: #fff;
	border-radius: 5px;
	background: rgba(4, 46, 36, 0.90);
	backdrop-filter: blur(2px);
}
.legend-title {
	margin: 0 0 8px;
	font-size: 25px;
	font-weight: 600;
	line-height: 34px;
}
.legend-item {
	display: flex;
}
.legend-color {
	width: 10px;
	height: 10px;
	margin: 9px 13px 0 0;
	border-radius: 50%;
}
.legend-free {background: #11B792;}
.legend-free2 {background: #39a9d4;}
.legend-reserve {background: #EACF97;}
.legend-sold {background: #971717;}

.plan-info {
    display: none;
	position: absolute;
	right: 20px;
	/*bottom: 20px;*/
	width: 436px;
	padding: 26px 40px;
	color: #fff;
	border-radius: 5px;
	background: rgba(4, 46, 36, 0.90);
	backdrop-filter: blur(2px);
}
.cls-plan-info {
    float: right;
    /* position: relative; */
    transform: rotate(45deg);
    font-size: 40px;
    margin: -20px;
    cursor: pointer;
}
.plan-info-title {
	margin: 0 0 20px;
	text-align: center;
	font-size: 25px;
	font-weight: 600;
	line-height: 34px;
}
.plan-info-list {
	margin: 0 0 28px;
}
.plan-info-button {
	text-align: center;
}
.plan-info-button .button {
	padding: 9px 54px;
}
.pop-active {
    display: block;
}
.status {font-weight: 700;}
.status-free {color: #11B792;}
.status-reserve {color: #EACF97;}
.status-sold {color: #971717;}
/************************* nature *************************/
.nature {
	position: relative;
	padding: 86px 0 64px;
	color: #fff;
	background: url(../images/nature-bg.jpg) 50% 50% no-repeat;
	background-size: cover;
}
.nature::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	background: rgba(4, 46, 36, 0.95);
}
.nature .holder {
	position: relative;
}
.nature-block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nature-side {
	width: 38.5%;
	padding: 15px 40px 0 0;
}
.nature-side .title {
	margin: 0 0 35px;
	background: linear-gradient(180deg, #FCEDB2 26.19%, #B3774A 128.57%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.nature-text {
	max-width: 424px;
}
.nature-gallery {
	width: 61.5%;
}
.nature-slider {
	margin: 0 -10px;
	padding: 0 0 64px;
}
.nature-slide {
	padding: 0 10px;
}
.nature-slide img {
	width: 100%;
	height: 284px;
	box-sizing: border-box;
	border-radius: 5px;
	border: 9px solid #FFF;
	object-fit: cover;
}
.nature-2 {
	padding-top: 58px;
}
.nature-slider .slick-dots {
	left: 50%;
	margin-left: calc(-50% + 170px);
	right: calc(-50% + 170px);
	bottom: 33px;
}
.nature-slider .slick-dots::before {
	flex: 1;
	content: '';
	height: 2px;
	margin-right: 9px;
	background: rgba(255, 255, 255, 0.30);
}
.nature-slider .slick-dots::after {
	flex: 1;
	content: '';
	margin-left: 9px;
}
.nature-slider .slick-arrow {
	top: auto;
	margin-top: 0px;
	bottom: 0;
}
.nature-slider .slick-prev {
	left: 10px;
}
.nature-slider .slick-next {
	right: auto;
	left: 87px;
}
/************************* gallery *************************/
.gallery {
	padding: 93px 0;
	background: url(../images/gallery-bg.jpg) 50% 50% no-repeat;
	background-size: cover;
}
.gallery .title {
	margin: 0 0 47px;
	text-align: center;
}
.gallery-slide {
	padding: 50px 0;
}
.gallery-slide img {
	width: 100%;
	max-height: 350px;
	box-sizing: border-box;
	border: 9px solid #fff;
	border-radius: 5px;
	transition: transform 0.3s linear;
	object-fit: cover;
}
.gallery-slide.slick-current img {
	transform: scale(1.3);
}
.slick-dots {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -35px;
}
.slick-dots li {
	margin: 0 5px;
}
.slick-dots button {
	display: block;
	width: 10px;
	height: 10px;
	font-size: 0;
	cursor: pointer;
	font-size: 0;
	background: #fff;
	border-radius: 50%;
}
.slick-dots button:hover,
.slick-dots .slick-active button {
	background: #11B792;
}
.slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -37px;
	z-index: 10;
	display: block;
	width: 75px;
	height: 75px;
	font-size: 0;
	cursor: pointer;
	background: url(../images/arrow.svg) 50% 50% no-repeat;
	border: 1px solid transparent;
	border-radius: 50%;
	transition: all 0.3s linear;
}
.slick-arrow:hover {
	border: 1px solid rgba(255, 255, 255, 0.3);
}
.slick-prev {
	left: -37px;
}
.slick-next {
	right: -37px;
	transform: scale(-1, 1);
}
/************************* place *************************/
.place {
	position: relative;
	padding: 80px 0 98px;
	color: #fff;
	background: url(../images/place-bg.jpg) 50% 50% no-repeat;
	background-size: cover;
}
.place::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	background: rgba(4, 46, 36, 0.85);
}
.place .holder {
	position: relative;
}
.place .title {
	margin: 0 0 24px;
	background: linear-gradient(180deg, #FCEDB2 26.19%, #B3774A 128.57%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.place-text {
	margin: 0 0 53px;
}
.place-map {
	border-radius: 5px;
	border: 9px solid #FFF;
}
#map {
	width: 100%;
	height: 560px;
}
/************************* info *************************/
.info {
	padding: 79px 0 65px;
}
.info-block {
	display: flex;
	background: url(../images/union.svg) 0 0 no-repeat;
	background-size: contain;
	/*background: url(../images/union.svg) 0 18px no-repeat;*/
}
.info-block .title {
	width: 254px;
	min-width: 254px;
}
.info-content {
	flex: 1;
	display: flex;
}
.info-col {
	width: 50%;
	padding: 0 0 0 50px;
	text-align: justify;
}
.info-col:first-child {
	padding: 0 50px 0 0;
	border-right: 1.5px solid rgba(221, 187, 134, 0.50);
}
/************************* other *************************/
.other {
	position: relative;
	padding: 78px 0 59px;
	color: #fff;
	background: url(../images/other-bg.jpg) 50% 50% no-repeat;
	background-size: cover;
}
.other::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	background: rgba(4, 46, 36, 0.85);
}
.other .holder {
	position: relative;
}
.other .title {
	margin: 0 0 60px;
	text-align: center;
	background: linear-gradient(180deg, #FCEDB2 26.19%, #B3774A 128.57%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.other-block {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px;
}
.other-col {
	display: flex;
	flex-direction: column;
	width: 33.33%;
	padding: 0 12px;
	text-align: center;
}
.other-img {
	margin: 0 0 34px;
	padding: 9px;
	border-radius: 5px;
	background: #fff;
}
.other-img img {
	width: 100%;
}
.other-name {
	margin: 0 0 22px;
	font-family: 'Aerodynamic';
	font-size: 30px;
	font-weight: 500;
	line-height: 35px;
	text-transform: uppercase;
}
.other-text {
	margin: 0 0 32px;
}
.other-col .button {
	margin: auto auto 0;
}
/************************* doc *************************/
.doc {
	padding: 69px 0 63px;
}
.doc .title {
	margin: 0 0 60px;
}
.doc-block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 0 20px;
}
.doc-item {
	display: flex;
	align-items: center;
	position: relative;
	width: calc(50% - 12px);
	min-height: 91px;
	padding: 15px 30px 15px 26px;
	margin: 0 0 24px;
	border-radius: 5px;
	border: 3px solid #EACF97;
	background: #FFF;
}
.doc-item-long {
	width: 100%;
}
.doc-num {
	width: 35px;
	min-width: 35px;
	margin: 0 27px 0 0;
	color: #DDBB86;
	font-family: 'Aerodynamic';
	font-size: 30px;
	font-weight: 500;
	line-height: 35px;
}
.doc-text {
	flex: 1;
	font-size: 20px;
	line-height: 22px; 
}
.doc-icon {
	width: 35px;
	min-width: 35px;
	margin: 0 0 0 27px;
}
.doc-icon path {
	stroke: #DDBB86;
	transition: all 0.3s linear;
}
.doc-icon:hover path {
	stroke: #000;
}
.doc-bottom {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.doc-bottom-text {
	width: calc(50% - 12px);
}
.doc-bottom-button {
	width: calc(50% - 12px);
	text-align: center;
}
.doc-bottom-button .button {
    padding: 9px 34px;
	background: #DDBB86;
}
/************************* footer *************************/
.bottom {
	padding: 58px 0;
	background: url(../images/bottom-bg.jpg) 50% 50% no-repeat;
	background-size: cover;
}
.form-block {
	max-width: 920px;
	margin: 0 auto;
	padding: 57px 112px 49px;
	border-radius: 5px;
	background: rgba(4, 46, 36, 0.90);
	backdrop-filter: blur(2px);
}
.form-title {
	margin: 0 0 17px;
	text-align: center;
	font-family: 'Aerodynamic';
	font-size: 35px;
	font-weight: 500;
	line-height: 41px;
	text-transform: uppercase;
	background: linear-gradient(180deg, #FCEDB2 26.19%, #B3774A 128.57%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.form-text {
	max-width: 350px;
	margin: 0 auto 40px;
	color: #fff;
	text-align: center;
}
.input-block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.input-col {
	width: calc(50% - 12px);
}
/************************* footer *************************/
.footer {
	color: #fff;
	background: #042E24;
}
.footer-block {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	height: 130px;
}
.footer-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
}
.footer-copy {
	max-width: 50%;
	padding: 0 60px 0 0;
}
.footer-studio {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	width: fit-content;
}
.footer-studio:hover {border-bottom: 1px solid transparent;}
.footer-links {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.footer-block span {
    font-size: .8em;
}
/************************* popups *************************/
.popup {
	display: none;
	/*width: 630px;*/
	background: #232323;
	border-radius: 24px;
}
.popup.fancybox-content {
	padding: 40px;
	background: #ffffff;
}
.filter.fancybox-content {
	background: #232323;
}
.popup-title {
	margin: 0 0 40px;
	color: #000000;
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
}
/***** popup actions **********/
.popup-actions {
	display: none;
	/*width: 370px;*/
}

.popup-actions.fancybox-content {
	background: transparent;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 5px;
}
.popup-actions .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 7px!important;
    top: 9px!important;
}
.popup-actions-title {
	margin: 0 0 32px;
	font-weight: 600;
	font-size: 32px;
	line-height: 40px;
	color: #081B1D;
}
.popup-actions-text {
	margin: 0 0 20px;
    font-weight: 300;
    font-size: 24px;
    line-height: 20px;
    color: #081B1D;
}
.popup-actions .button {
	width: 100%;
}
.popup-order-block {
    position: relative;
    float: right;
    max-width: 750px;
    padding: 30px 10px 0px 30px;
    background: #FFFFFF;
}
.popup-order-block .form-button {
    padding: 0 16px;
}
.popup-order-block .title {
    margin: 0 0 24px;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
}
.popup-order-block .after-title {
    margin: 0 0 25px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
}
.popup-order-block .action-data {
    margin: 0 0 15px;
    font-size: 24px;
    line-height: 15px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}
.popup-order-block .action-dop {
    margin: 0 0 15px;
    font-size: 18px;
    line-height: 15px;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
}
.popup-order-block form {
    position: relative;
    max-width: 60%;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    padding-top: 15px;
}
.popup-order-block .subtitle {
    margin: 30px 0 50px;
    text-align: center;
	font-size: 28px;
}
.popup-order-block::after {
    position: absolute;
    right: 5px;
    bottom: 0px;
    content: '';
    width: 75px;
    height: 75px;
    background: url(../images/sign.png) 100% 100% no-repeat;
    transform: rotate(0deg);
    background-size: contain;
}
.ul-promo-wrap {
    display: flex;
}
.ul-promo_list {
    padding: 0;
    /* width: 48%; */
    column-count: 2;
}
.ul-promo_list li {
    display: flex;
    height: 90px;
}
.ul-promo_list-img {
    width: 20%;
    height: 60px;
}
.ul-promo_list-text {
    width: 80%;
    text-align: left;
    font-size: 15px;
}
form .input {
    display: block;
    width: 100%;
    height: 40px;
    padding: 25px 8px;
    margin: 0 0 16px;
    font-size: 20px;
    color: #081B1D;
    background: #fff;
    /*background: rgba(230, 232, 232, 0.24);*/
    border: 1px solid rgba(181, 187, 187, 0.4);
}

/*.form-button .button {
    padding: 12px 24px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: #000;
}
.form-button .button span {
    z-index: 1;
}
.form-button .button:hover::before, .form-button .button:active::before {
    opacity: 1;
    transition: all .3s linear;
}
.form-button .button:hover::after, .form-button .button:active::after {
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    content: '';
    background: #fff;
    padding: 3px;
    transition: all .3s linear;
}*/
.form-button .button {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    padding: 11px 24px;
    text-align: center;
    color: #000;
    border: 1px solid #B3774A;
    background: #f78d1d;
    background: -webkit-gradient(linear, center top, center bottom, from(#FCEDB2), to(#B3774A));
}
.form-button .button:hover {
    background: #fff;
}
.form-button .button:active {
    color: #000;
    background: #fff;
}

.popup-order-blocks {
    position: relative;
    float: right;
    max-width: 480px;
    padding: 5px 10px;
    background: #FFFFFF;
}
.popup-order-blocks .form-button {
    padding: 0 16px;
}
.popup-order-blocks .title {
    margin: 0 0 24px;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
}
.popup-order-blocks .after-title {
    margin: 0 0 25px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
}
.popup-order-blocks form {
    position: relative;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding-top: 15px;
}
.popup-order-blocks input {
    padding: 25px 8px;
    margin: 0 0 16px;
    font-size: 20px;
    color: #081B1D;
    background: rgba(230, 232, 232, 0.24);
    border: 1px solid rgba(181, 187, 187, 0.4);
}
.popup-order-blocks textarea {
    padding: 25px 8px;
    margin: 0 0 16px;
    font-size: 20px;
    color: #081B1D;
    background: rgba(230, 232, 232, 0.24);
    border: 1px solid rgba(181, 187, 187, 0.4);
}
.popup-order-blocks .subtitle {
    margin: 30px 0 50px;
    text-align: center;
	font-size: 28px;
}

.mobile-navigator {
    display: none;
}
.str0 {stroke:#C68F24;stroke-width:125;stroke-miterlimit:22.9256}
.fil0 {fill:none}
.fil3 {fill:white}
.fil2 {fill:#11B791;fill-opacity:0.801961}
.fil4 {fill:#E04D24;fill-opacity:0.801961}
.fil1 {fill:white;fill-rule:nonzero;fill-opacity:0.801961}
.fnt2 {font-weight:600;font-size:908px;font-family:'Ysabeau SemiBold'}
.fnt1 {font-weight:bold;font-size:579px;font-family:'Ysabeau Infant'}
.fnt0 {font-weight:bold;font-size:723px;font-family:'Ysabeau Infant'}
.cls-2, .cls-3, .cls-4 {cursor: pointer;}
.fil5 {display:none; fill:white;fill-opacity:0.800000}
.fil6 {display: none; fill:black}
.filb5 {position: absolute; background: #fff; display: flex; flex-direction: column; padding: 10px;}
.filb6 {font-size: .9em;}

@media(max-width: 768px) {
	.popup-actions.fancybox-content {
		padding: 40px 40px 48px;
		background: #fff url(../images/popup-bg.png) 0 100% no-repeat;
		background-size: cover;
		background: transparent;
		display: inline-block;
		margin: 0;
		max-width: 100%;
		/* overflow: auto; */
		-webkit-overflow-scrolling: touch;
		padding: 10px;
		position: relative;
		text-align: left;
		vertical-align: middle;
	}
	.popup-actions .fancybox-close-small {
		color: currentColor;
		padding: 5px!important;
		right: 5px!important;
		top: 5px!important;
		z-index: 15;
	}
	.popup-order-block {
		position: relative;
		float: right;
		max-width: 800px;
		padding: 35px 20px 25px 20px;
		background: #FFFFFF;
		/* box-shadow: 0px 20px 32px 3px rgb(8 27 29 / 48%); */
	}
	.popup-order-block .title {
		margin: 0 0 10px;
		font-size: 20px;
		line-height: 30px;
	}
	.popup-order-block .after-title {
		margin: 0 0 10px;
		font-size: 16px;
		line-height: 30px;
	}
	.popup-order-block .action-data {
		margin: 0 0 25px;
		font-size: 18px;
		line-height: 15px;
		text-align: center;
	}
	.popup-order-block .action-dop {
		font-size: 14px;
	}
	.popup-order-block .subtitle {
		margin: 25px 0 60px;
		text-align: center;
		font-size: 21px;
	}
	.ul-promo-wrap {
		flex-direction: column;
	}
	.ul-promo_list {
		width: 100%;
		margin: 0;
		column-count: 1;
	}
	.ul-promo_list li {
		height: auto;
		padding-bottom: 10px;
	}
	.ul-promo_list-text {
		width: 90%;
		text-align: left;
		font-size: 14px;
	}
	.popup-order-block form {
		position: relative;
		display: flex;
		flex-direction: column;
		z-index: 10;
		max-width: 100%;
		padding-top: 0px;
	}
	.popup-order-block .form-button {
		padding: 0;
	}
	.popup-order-block::after {
		position: absolute;
		right: 4px;
		bottom: 0px;
		content: '';
		width: 75px;
		height: 75px;
		background-image: url(../images/sign.png);
		background-size: 90%;
		background-repeat: no-repeat;
		z-index: 10;
	}
	
	.popup-order-blocks {
		position: relative;
		float: right;
		max-width: 800px;
		padding: 35px 20px 25px 20px;
		background: #FFFFFF;
		/* box-shadow: 0px 20px 32px 3px rgb(8 27 29 / 48%); */
	}
	.popup-order-blocks .title {
		margin: 0 0 10px;
		font-size: 20px;
		line-height: 30px;
	}
	.popup-order-blocks .after-title {
		margin: 0 0 10px;
		font-size: 16px;
		line-height: 30px;
	}
	.popup-order-blocks .subtitle {
		margin: 25px 0 60px;
		text-align: center;
		font-size: 21px;
	}
	.popup-order-blocks form {
		position: relative;
		display: flex;
		flex-direction: column;
		z-index: 10;
		max-width: 100%;
		padding-top: 0px;
	}
	.popup-order-blocks .form-button {
		padding: 0;
	}
}

/************************* media *************************/
@media screen and (max-width: 1360px) {
	.header-line-block {
		font-size: 17px;
	}
	.header-nav-list li {
		margin: 0 15px 0 0;
		font-size: 18px;
	}
	.header-nav .button {
		padding: 9px 20px;
	}
	.header-nav {
		padding: 0 0 0 30px;
	}
	.header-webs a {
		margin: 0 15px 0 0;
	}
}
@media screen and (max-width: 1200px) {
	.header-line {
		height: 45px;
		padding: 10px 0 0;
	}
	.header-line-block {
		font-size: 14px;
	}
	.header-logo img {width: 180px;}
	.header-nav .button {
		width: 120px;
		padding: 7px 20px;
		font-size: 16px;
		line-height: 20px;
	}
	.stat {
		padding: 0 0 90px;
	}
	.stat-item {
		width: 25%;
		margin: 0 0 30px;
	}
	body {
		font-size: 18px;
		line-height: 24px;
	}
	
}
@media screen and (max-width: 1024px) {
	.header-line {display: none;}
	.header-block {
		position: relative;
		height: 80px;
	}
	
	.header-line-block {
		font-size: 16px;
        font-weight: 700;
        padding: 5px 0 0 0;
        text-align: center;
	}

	.mob-nav-icon {display: block;}
	.header-nav {
		position: fixed;
		top: 115px;
		/*top: 80px;*/
		left: -100%;
		bottom: 0;
		display: block;
		width: 100%;
		padding: 40px 0 0;
		z-index: 540;
		overflow-y: auto;
		box-sizing: border-box;
		display: block;
		background: rgba(4, 46, 36, 0.90);
		transition: all 0.5s ease;
	}
	.header-nav.vis {
		left: 0;
	}
	body.lock {
		overflow: hidden;
	}
	.header-nav .holder {
		display: block;
	}
	.header-nav-list {
		display: block;
		padding: 0 0 30px;
	}
	.header-nav-list li {
		margin: 0 0 15px;
		font-size: 20px;
	}
	.header-webs {
		margin: 0 0 30px;
	}
	.header-nav .button {
		width: auto;
		padding: 9px 10px;
		/*padding: 9px 30px;*/
		font-size: 18px;
		line-height: 24px;
	}
	.phones-buttons {
	    flex-direction: column-reverse;
        justify-content: center;
        align-items: flex-start;
	}
	.phones-but {
	    align-items: flex-start;
	    margin-bottom: 15px;
	}
	.banner {
		margin: -80px 0 0;
		padding: 150px 0 70px;
	}
	.banner-title {
		margin: 0 0 19px;
		font-size: 48px;
		line-height: 56px;
	}
	.main {
		padding: 70px 0;
		background: none;
	}
	.about {
		padding: 0 0 60px;
	}
	.about-side {
		width: 100%;
		padding: 0 0 15px;
	}
	.about-photo {
		width: 100%;
	}
	.title {
		font-size: 30px;
		line-height: 36px;
	}
	.stat .title {
		margin: 0 0 40px;
	}
	.stat {
		padding: 0 0 60px;
	}
	.stat-item {
		width: 33.33%;
	}
	.plan-block {
		width: 100%;
		margin: 0 0 20px;
	}
	.plan-wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.legend {
		position: relative;
		margin: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
		top: auto;
		left: auto;
		width: 48%;
		padding: 5px;
		color: #000;
		border-radius: 0;
		background: none;
		backdrop-filter: none;
	}
	.legend-title {
	    font-size: 1em;
	    line-height: 27px;
	}
	.legend-color {
        width: 10px;
        height: 10px;
        margin: 7px 10px 0 0;
        border-radius: 50%;
    }
	.plan-info {
		/*position: absolute;
		top: 50%!important;
        left: 40%!important;
        right: 20px;
        bottom: 20px;
        width: 200px;
        padding: 5px 10px;
        color: #fff;
        border-radius: 5px;
        background: rgba(4, 46, 36, 0.90);
        backdrop-filter: blur(2px);*/
        display: block;
        position: relative;
        top: 8%!important;
        left: 0%!important;
        right: 20px;
        bottom: 0px;
        width: 48%;
        padding: 5px 15px;
        color: #fff;
        border-radius: 5px;
        background: rgba(4, 46, 36, 0.90);
        backdrop-filter: blur(2px);
	}
	.plan-info-title, .plan-info-button {
		text-align: left;
        font-size: .8em;
        margin: 0;
	}
	.plan-info-list {
        margin: 0 0 28px;
        font-size: .8em;
        margin: 5px 0;
    }
    .cls-plan-info {
        display: none;
        float: right;
        /* position: relative; */
        transform: rotate(45deg);
        font-size: 40px;
        margin: -5px;
        cursor: pointer;
    }
    .plan-info-button .button {
        padding: 5px 5px;
        font-size: .8em;
        width: 100%;
    }
    .filb5 {
        display: none!important;
        position: relative!important;
        top: 8%!important;
        left: 0!important;
        width: 170px;
        height: 100%;
        background: rgba(4, 46, 36, 0.90)!important;
        color: #fff;
        display: flex;
        flex-direction: column;
        padding: 10px;
    }
	.nature {
		padding: 70px 0;
	}
	.nature-side {
		width: 100%;
		padding: 0 0 40px;
	}
	.nature-gallery {
		width: 100%;
	}
	.nature-text {
		max-width: none;
	}
	.nature-side .title {
		margin: 0 0 30px;
	}
	.gallery {
		padding: 70px 0 100px;
	}
	.gallery .title {
		margin: 0 0 25px;
	}
	.gallery-slide {
		padding: 0;
	}
	.gallery-slide.slick-current img {
		transform: none;
	}
	.place {
		padding: 70px 0;
	}
	.place-text {
		margin: 0 0 40px;
	}
	#map {
		height: 440px;
	}
	.info {
		padding: 70px 0;
	}
	.info-block {
		display: block;
	}
	.info-block .title {
		width: auto;
		min-width: 1px;
		margin: 0 0 30px;
	}
	.other {
		padding: 70px 0 30px;
	}
	.other .title {margin: 0 0 30px;}
	.other-col {
		width: 50%;
		margin: 0 0 40px;
	}
	.other-name {
		margin: 0 0 22px;
		font-size: 24px;
		line-height: 28px;
	}
	.doc {
		padding: 70px 0;
	}
	.doc .title {
		margin: 0 0 30px;
	}
	.doc-item {width: 100%;}
	.doc-bottom {display: block;}
	.doc-bottom-text {
		width: auto;
		margin: 0 0 25px;
	}
	.doc-bottom-button {
		width: auto;
		text-align: left;
	}
	.bottom {
		padding: 60px 0;
	}
	.form-block {
		padding: 50px;
	}
	.form-title {
		font-size: 30px;
		line-height: 36px;
	}
	.mobile-navigator {
        display: block;
        position: relative;
        top: 10px;
    }
	
}
@media screen and (max-width: 767px) {
	.banner-title {
		font-size: 36px;
		line-height: 42px;
	}
	.banner-info-big {
		font-size: 20px;
		line-height: 26px;
	}
	.banner-info-text {
		font-size: 20px;
		line-height: 26px;
	}
	.banner-icons img {width: 120px;}
	.banner-info {
		max-width: 460px;
	}
	.button {
		padding: 9px 32px;
	}
	.info-content {display: block;}
	.info-col {
		width: auto;
		padding: 24px 0 0;
	}
	.info-col:first-child {
		padding: 0;
		border-right: 0;
	}

}
@media screen and (max-width: 576px) {
	.banner {
		padding: 120px 0 70px;
	}
	.banner-info {
		padding: 10px;
	}
	.banner-info-item {
		width: 47.5%;
		padding: 10px 0 10px 10px;
	}
	.banner-info-item:nth-child(2n + 1) {
		width: 52.5%;
		padding: 10px 10px 10px 0;
		border-left: 0;
	}
	.banner-info-big {
		font-size: 18px;
		line-height: 24px;
	}
	.banner-info-text {
		font-size: 18px;
		line-height: 24px;
	}
	.banner-icons {
		padding: 22px 0 0;
	}
	.about-photo-item {
		width: 100%;
	}
	.stat-item {
		width: 50%;
	}
	.legend {
		/*margin: 0 0 30px;*/
	}
	.nature-slider {
		padding: 0 0 40px;
	}
	.nature-slide img {
		border: 5px solid #FFF;
	}
	.nature-2 {
		padding-top: 0;
	}
	.nature-slider .slick-dots {
		left: 0;
		margin-left: 0;
		right: 0;
		bottom: 0px;
	}
	.nature-slider .slick-dots::before,
	.nature-slider .slick-dots::after {display: none;}
	.gallery-slide img {
		border: 5px solid #FFF;
		height: 273px;
		object-fit: cover;
	}
	.place-map {
		border: 5px solid #FFF;
	}
	.other-col {
		width: 100%;
	}
	.other-img {
		margin: 0 0 30px;
		padding: 5px;
	}
	.other-text {
		margin: 0 0 25px;
	}
	.doc-item {
		padding: 15px 20px;
		margin: 0 0 20px;
	}
	.doc-num {
		width: 30px;
		min-width: 30px;
		margin: 0 20px 0 0;
		font-size: 24px;
		line-height: 30px;
	}
	.doc-text {
		font-size: 18px;
	}
	.bottom {
		padding: 0;
	}
	.form-block {
		margin: 0 -20px;
		padding: 70px 20px;
	}
	.input-col {
		width: 100%;
	}
	.footer-logo {display: none;}
	.footer-block {
		display: block;
		padding: 20px 0;
		height: auto;
	}
	.footer-copy {
		max-width: none;
		padding: 0 0 10px;
	}
	.footer-links {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

}
@media screen and (max-width: 374px) {
		
}
.tt {
    display: none;
    position: absolute;
    /* right: 20px; */
    /*bottom: 20px;*/
    width: 200px;
    padding: 26px 40px;
    color: #000;
    border-radius: 5px;
    background: rgb(255 255 255 / 85%);
    backdrop-filter: blur(2px);
}
.t-1:hover #t-1 {display: block;}
.t-2:hover #t-2 {display: block;}
.t-3:hover #t-3 {display: block;}
.t-4:hover #t-4 {display: block;}
.t-5:hover #t-5 {display: block;}
.t-6:hover #t-6 {display: block;}
.t-7:hover #t-7 {display: block;}
.t-8:hover #t-8 {display: block;}
.t-9:hover #t-9 {display: block;}

.polact {
    opacity: 0.2!important;
}
.act {
    display: block!important;
}
h5 {font-size: 1em;}
.purpose-table th, .purpose-table td {border: 1px solid;}

/* Custome pop */
.popup-actions {
	max-width: 760px!important;
	height: auto;
	flex-shrink: 0;
	border-radius: 5px;
	background: #FFF;
}
.pop-head {
	display: flex;
  flex-direction: row;
	width: 100%;
	height: 120px;
	flex-shrink: 0;
	border-radius: 5px 5px 0px 0px;
	background: #042E24;
}
.pop-middle {
	width: 100%;
	/*height: 205px;*/
	flex-shrink: 0;
	background: #ffffff;
}
.pop-bottom {
	width: 100%;
	height: 183px;
	flex-shrink: 0;
	background: #E7E7E7;
}
.pop-logo {
    position: relative;
	width: 69.712px;
	height: 61.344px;
	flex-shrink: 0;
	padding: 25.85px 31.16px 32.8px 16.22px;
}
.head-text {
    position: relative;
	padding: 28px 58.91px 34px 36.16px;
	background: linear-gradient(128deg, #FCEDB2 33.29%, #B3774A 109.68%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.head-text span {
  font-size: 23.818px;
  font-style: normal;
  font-weight: 700;
  line-height: 28.581px;
  text-transform: uppercase;
}
.head-close svg {
	position: relative;
	top: 14px;
	right: 14px;
	width: 18px;
	height: 18px;
	flex-shrink: 0;
}
.mid-holder {
	/*margin: 0 45px;*/
	margin: 0 15px;
}
.mid-title {
	padding: 17px 0 20px 0;
	color: #000;
	text-align: center;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.mid-prems {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.mid-prem {
  display: flex;
  align-items: center;
}
.mid-prem:first-child {
    /*width: 35%;
	margin-right: 40px;*/
	width: 43%;
    margin-right: 10px;
}
.mid-prem:last-child {
    width: 55%;
	margin-right: 0;
}
.mid-prem img {
  width: 71px;
  height: 71px;
  flex-shrink: 0;
  margin-right: 32px;
}
.mid-prem svg {
	width: 71px;
	height: 71px;
	flex-shrink: 0;
	margin-right: 23px;
}
.mid-prem span {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.mid-action-date {
	color: #000;
	text-align: center;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	padding: 24px 0 12px 0;
}
.bottom-title {
	color: #000;
	text-align: center;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	padding: 20px 0;
}
.form-holder {
	margin: 0 69px;
}
.pop-bottom form {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pop-bottom input {
  display: inline-flex;
  max-width: 299px;
  height: 48px;
  padding: 7px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 5px;
  border: 1px solid #B9B9B9;
  background: #FFF;
  margin: 0;
  margin-right: 12px;
  outline: 0;
}
.pop-bottom button {
	display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 0;
  border-radius: 5px;
  background: linear-gradient(180deg, #FCEDB2 26.19%, #B3774A 128.57%);
}
.pop-bottom button span {
	padding: 12px 63px;
  color: #000;
  font-size: 18px;
 	font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.after-form-title {
	padding: 19px 0 25px 0;
	color: #000;
	text-align: center;
	font-size: 20px;
	font-style: italic;
	font-weight: 400;
	line-height: normal;
}
@media screen and (max-width: 768px) {
    .popup-actions {
        max-width: 100%!important;
        height: auto;
        flex-shrink: 0;
        border-radius: 5px;
        background: #FFF;
    }
    .pop-head {
        display: flex;
        flex-direction: row;
        width: 100%;
        height: auto;
        flex-shrink: 0;
        border-radius: 5px 5px 0px 0px;
        background: #042E24;
    }
    .pop-logo {
        position: relative;
        flex-shrink: 0;
        padding: 23px 0px 10px 5px;
    }
    .pop-logo svg {
        width: 61.712px;
        height: 61.344px;
        flex-shrink: 0;
    }
    .head-text {
        position: relative;
        padding: 20px 25.91px 20px 10.16px;
        background: linear-gradient(128deg, #FCEDB2 33.29%, #B3774A 109.68%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .head-text span {
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 22.581px;
        text-transform: uppercase;
    }
    .head-close svg {
        position: relative;
        top: 5px;
        right: 5px;
        width: 24px;
        height: 24px;
        flex-shrink: 0;
    }
    .pop-middle {
        width: 100%;
        height: auto;
        flex-shrink: 0;
        background: #ffffff;
    }
    .mid-holder {
        margin: 0 10px;
    }
    .mid-title {
        padding: 17px 0 20px 0;
        color: #000;
        text-align: center;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
    }
    .mid-prem {
        display: flex;
        align-items: center;
        margin: 5px 0;
    }
    .mid-prem:first-child {
        width: 100%;
        margin-right: 0px;
    }
    .mid-prem:last-child {
        width: 100%;
        margin-right: 0;
    }
    .mid-prem img {
        width: 51px;
        height: 51px;
        flex-shrink: 0;
        margin-right: 16px;
    }
    .mid-prem span {
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .mid-action-date {
        color: #000;
        text-align: center;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        padding: 15px 0 15px 0;
    }
    .pop-bottom {
        width: 100%;
        height: auto;
        flex-shrink: 0;
        background: #E7E7E7;
    }
    .bottom-title {
        color: #000;
        text-align: center;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        padding: 15px 0;
    }
    .form-holder {
        margin: 0 10px;
    }
    .pop-bottom form {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .pop-bottom input {
        display: inline-flex;
        width: 100%;
        height: 48px;
        padding: 7px 32px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        flex-shrink: 0;
        border-radius: 5px;
        border: 1px solid #B9B9B9;
        background: #FFF;
        margin: 10px 0;
        outline: 0;
    }
    .after-form-title {
        padding: 19px 0 25px 0;
        color: #000;
        text-align: center;
        font-size: 18px;
        font-style: italic;
        font-weight: 400;
        line-height: normal;
    }
}

/************************* ny card styles *************************/
.ny-wrap {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 50px;
	background: rgba(0, 0, 0, 0.10);
}
.ny-card {
	position: relative;
	max-width: 908px;
	width: 100%;
	padding: 119px 100px 111px;
	font-family: 'Ysabeau Infant';
	color: #000;
	text-align: center;
	background: url(../images/ny-bg.jpg) 50% 0% no-repeat;
	background-size: cover;
	border-radius: 5px;
}
.ny-card-close {
	position: absolute;
	top: 20px;
	right: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	cursor: pointer;
}
.ny-card-close img {display: block;}
.ny-card-block {
	max-width: 514px;
	margin: 0 auto;
}
.ny-card-title {
	margin: 0 0 21px;
	color: #042E24;
	font-size: 35px;
	font-weight: 700;
	line-height: 47px;
	text-transform: uppercase;
}
.ny-card-text {
	margin: 0 0 32px;
	font-size: 16px;
	font-weight: 400;
	line-height: 21px;
}
.ny-card-text p {
	margin: 0 0 19px;
}
.ny-card-text p:last-child {
	margin: 0;
}
.ny-card-bottom {
	font-size: 25px;
	font-style: italic;
	font-weight: 400;
	line-height: 34px;
}
.ny-card-forn {
	position: relative;
	margin: 0 0 20px;
	padding-right: 215px;
}
.ny-input {
	display: block;
	width: 100%;
	height: 43px;
	padding: 0 20px;
	color: #000;
	font-family: 'Ysabeau Infant';
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #B9B9B9;
	background: #FFF;
}
.ny-input::-webkit-input-placeholder {color: #B9B9B9;}
.ny-input:-moz-placeholder {color: #B9B9B9; opacity: 1;}
.ny-input::-moz-placeholder {color: #B9B9B9; opacity: 1;}
.ny-input:-ms-input-placeholder {color: #B9B9B9;}
.ny-button {
	position: absolute;
	top: 0;
	right: 0;
	width: 203px;
	height: 43px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	font-family: 'Ysabeau Infant';
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	text-transform: uppercase;
	border-radius: 5px;
	background: linear-gradient(180deg, #FCEDB2 26.19%, #B3774A 128.57%);
	cursor: pointer;
	transition: 0.3s linear;
}
.ny-button:hover {
	opacity: 0.8;
}

@media screen and (max-width: 767px) {
	.ny-wrap {
		padding: 16px;
	}
	.ny-card {
		padding: 100px 16px;
	}
	.ny-card-close {
		top: 10px;
		right: 10px;
	}
	.ny-card-title {
		margin: 0 0 23px;
		font-size: 30px;
		line-height: 40px;
	}
	.ny-card-text {
		max-width: 300px;
		margin: 0 auto 30px;
		font-size: 14px;
	}
	.ny-card-text br {display: none;}
	.ny-card-text p {
		margin: 0 0 14px;
	}
	.ny-card-bottom {
		font-size: 26px;
		line-height: 35px;
	}
	.ny-card-forn {
		margin: 0 0 20px;
		padding-right: 0;
	}
	.ny-input {
		margin: 0 0 20px;
	}
	.ny-button {
		position: relative;
		top: auto;
		right: auto;
		width: 100%;
	}
}

.yt-video {
    margin-bottom: 60px;
    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 50%;
    margin-top: 0px;
    overflow: hidden;
    border-radius: 5px;
    /*border: 9px solid #FFF;*/
}
.yt-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* HOW TO */
.vildesk-section {
    padding: 93px 0;
    background: url(../images/gallery-bg.jpg) 50% 50% no-repeat;
    background-size: cover;
}

.vildesk-section h2 {
    margin: 0 0 82px;
    text-align: center;
}

.vildesk-list {
	margin:0;
	padding:0;
	list-style:none;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	justify-content: space-between;
	gap: 10px;
}

.vildesk-list__item {
	width: 33%;
	-ms-flex-negative:0;
	border-radius:30px;
	background-color:#fff;
	-webkit-box-shadow:0 4px 14px 4px rgba(36,37,38,0.07);
	box-shadow:0 4px 14px 4px rgba(36,37,38,0.07);
}

.vildesk-list__item:not(:hover) {
	-webkit-transition:.3s;
	transition:.3s;
}

.vildesk-list__item:hover {
	outline:none;
	cursor:pointer;
	-webkit-transition:.3s;
	transition:.3s;
	background-color:#f4eed6;
	-webkit-box-shadow:0 4px 20px 4px rgba(36,37,38,0.24);
	box-shadow:0 4px 20px 4px rgba(36,37,38,0.24);
}

.vildesk-list__item:hover h3 {
	text-decoration:underline;
	-webkit-text-decoration-skip-ink:none;
	text-decoration-skip-ink:none;
}

.vildesk-list__item:hover .vildesk-list__item-bottom a {
	display:block;
}

.vildesk-list__item a {
    text-decoration: none;
}

.vildesk-list__item img {
	height: 280px;
    width: 100%;
    object-fit: cover;
}

.vildesk-list__item h3 {
	font-size:24px;
	line-height:36px;
	margin:0;
	margin-bottom:24px;
	font-family:"Oswald","Arial",sans-serif;
	text-transform:uppercase;
	color:#4e7f0a;
	font-weight:400;
}

.vildesk-list__item p {
	font-size:20px;
	line-height:20px;
	margin:0;
}

.vildesk-list__item time {
	font-size:16px;
	line-height:20px;
	margin-top:auto;
	font-weight:500;
	color:#242526;
}

.vildesk-num {
	display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    font-weight: 700;
    border-radius: 50px;
    padding: 8px 14px;
    position: relative;
    top: -65px;
    background: #fff;
    box-shadow: 0 0px 14px 4px rgba(36, 37, 38, 0.07);
}

.vildesk-list__item-wrapper {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	align-items: center;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	/*width:100%;*/
	height:100%;
	padding:40px 32px 48px;
	text-decoration:none;
}

.vildesk-list__item-wrapper .button {
	-ms-flex-item-align: center;
    align-self: center;
    margin-top: auto;
}

.vildesk .vildesk-list {
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-bottom:60px;
}

.vildesk .vildesk-list__item {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	width:48.15%;
	margin-right:3.7%;
	margin-bottom:40px;
	padding:40px 32px 48px;
}

.vildesk .vildesk-list__item a {
	text-decoration:none;
}

.vildesk .vildesk-list__item:nth-child(2n) {
	margin-right:0;
}

.last-vildesk .vildesk-list {
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

.last-vildesk .vildesk-list__item {
    width:30.86%;
    margin-right:3.7%;
}

@media screen and (min-width: 1025px) {
    .last-vildesk .vildesk-list__item:nth-child(3n) {
        margin-right:0;
    }
}

.vildesk-list__item-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;
}

.vildesk-list__item-bottom a {
    font-size:16px;
    line-height:20px;
    display:none;
    letter-spacing:.03em;
    text-transform:uppercase;
    color:#d43939;
    text-decoration:none;
    font-weight:700;
}

@media screen and (max-width: 1100px) {
    .vildesk-list__item h3 {
        font-size:20px;
        line-height:26px;
    }
    
    .vildesk-list__item p {
        font-size:15px;
        line-height:18px;
        margin-bottom:30px;
    }
    
    .vildesk-list__item time {
        font-size:15px;
        line-height:18px;
    }
    
    .vildesk-list__item-wrapper {
        padding:40px 25px 35px;
    }
    
    .vildesk .vildesk-list__item {
        padding:40px 25px 35px;
    }
}

@media screen and (max-width: 1024px) {
    .vildesk-list__item-bottom a {
        font-size:14px;
        line-height:18px;
        display:block;
    }
    
    .last-vildesk .vildesk-list__item {
        width:48.15%;
        margin-right:3.7%;
        margin-bottom:40px;
    }
    
    .last-vildesk .vildesk-list__item:nth-child(2n) {
        margin-right:0;
    }
}

@media screen and (max-width: 768px) {
    .vildesk-section {
        margin-bottom: 80px;
        padding-top: 80px;
    }
    
    .vildesk-section h2 {
        margin-bottom: 80px;
        padding: 0 20px;
    }

    .vildesk-section .vildesk-list {
        margin-bottom:40px;
        flex-wrap: wrap;
    }

    .vildesk-section .vildesk-list__item {
        width:100%;
        margin-right:0;
        margin-bottom:50px;
    }
    
    .vildesk-list__item h3 {
        margin-bottom:20px;
    }
    
    .vildesk-list__item p {
        font-size:14px;
        line-height:16px;
        margin-bottom:25px;
    }
    
    .vildesk-list__item time {
        font-size:14px;
        line-height:16px;
    }
    
    .vildesk-list__item-wrapper {
        padding:30px 20px 25px;
    }
    
    .vildesk .vildesk-list__item {
        padding:30px 20px 25px;
    }
    
    .vildesk-list__item-bottom a {
        font-size:12px;
        line-height:16px;
    }
}

/** FAQ **/
.faq-section {
    padding: 93px 0;
    background: url(../images/gallery-bg.jpg) 50% 50% no-repeat;
    background-size: cover;
}

.faq-section h2 {
    margin: 0 0 82px;
    text-align: center;
}

.faq-list {
	margin:0;
	padding:0;
	list-style:none;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	justify-content: space-between;
	gap: 10px;
}

.faq-list__item {
	width: 33%;
	-ms-flex-negative:0;
	border-radius:30px;
	color: #fff;
    background-color: #052c21;
	-webkit-box-shadow:0 4px 14px 4px rgba(36,37,38,0.07);
	box-shadow:0 4px 14px 4px rgba(36,37,38,0.07);
}

.faq-list__item:not(:hover) {
	-webkit-transition:.3s;
	transition:.3s;
}

/*.faq-list__item:hover {
	outline:none;
	cursor:pointer;
	-webkit-transition:.3s;
	transition:.3s;
	background-color:rgba(4, 46, 36, 0.90);
	-webkit-box-shadow:0 4px 20px 4px rgba(36,37,38,0.24);
	box-shadow:0 4px 20px 4px rgba(36,37,38,0.24);
}*/

/*.faq-list__item:hover .faq-num {
    background: rgba(4, 46, 36, 0.90);
}*/

.faq-list__item:hover h3 {
	text-decoration:underline;
	-webkit-text-decoration-skip-ink:none;
	text-decoration-skip-ink:none;
}

.faq-list__item:hover .faq-list__item-bottom a {
	display:block;
}

.faq-list__item a {
    text-decoration: none;
}

.faq-list__item img {
	height: 280px;
    width: 100%;
    object-fit: cover;
}

.faq-list__item h3 {
	font-size:24px;
	line-height:36px;
	margin:0;
	margin-bottom:24px;
	font-family:"Oswald","Arial",sans-serif;
	text-transform:uppercase;
	color:#4e7f0a;
	font-weight:400;
}

.faq-list__item p {
	font-size:26px;
	line-height:26px;
	margin:0;
}

.faq-list__item time {
	font-size:16px;
	line-height:20px;
	margin-top:auto;
	font-weight:500;
	color:#242526;
}

.faq-num {
	display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    font-weight: 700;
    border-radius: 50px;
    padding: 8px 14px;
    position: relative;
    top: -20px;
    background: #052c21;
    color: rgb(252, 237, 178);
    box-shadow: 0 0px 14px 4px rgba(36, 37, 38, 0.07);
}

.faq-list__item-wrapper {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	align-items: center;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	/*width:100%;*/
	height:100%;
	padding:0px 10px 20px;
	text-decoration:none;
}

.faq-list__item-wrapper .button {
	-ms-flex-item-align: center;
    align-self: center;
    margin-top: auto;
}

.faq .faq-list {
    gap: 15px;
	margin-bottom: 0px;
}

.faq .faq-list__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:40px;
	padding:0px 20px 20px;
}

.faq .faq-list__item a {
	text-decoration:none;
}

.faq .faq-list__item:nth-child(2n) {
	margin-right:0;
}

.last-faq .faq-list {
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

.last-faq .faq-list__item {
    width:30.86%;
    margin-right:3.7%;
}

@media screen and (min-width: 1025px) {
    .last-faq .faq-list__item:nth-child(3n) {
        margin-right:0;
    }
}

.faq-list__item-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;
}

.faq-list__item-bottom a {
    font-size:16px;
    line-height:20px;
    display:none;
    letter-spacing:.03em;
    text-transform:uppercase;
    color:#d43939;
    text-decoration:none;
    font-weight:700;
}

@media screen and (max-width: 1100px) {
    .faq-list__item h3 {
        font-size:20px;
        line-height:26px;
    }
    
    .faq-list__item p {
        font-size:15px;
        line-height:18px;
        margin-bottom:30px;
    }
    
    .faq-list__item time {
        font-size:15px;
        line-height:18px;
    }
    
    .faq-list__item-wrapper {
        padding:40px 25px 35px;
    }
    
    .faq .faq-list__item {
        padding:40px 25px 35px;
    }
}

@media screen and (max-width: 1024px) {
    .faq-list__item-bottom a {
        font-size:14px;
        line-height:18px;
        display:block;
    }
    
    .last-faq .faq-list__item {
        width:48.15%;
        margin-right:3.7%;
        margin-bottom:40px;
    }
    
    .last-faq .faq-list__item:nth-child(2n) {
        margin-right:0;
    }
}

@media screen and (max-width: 768px) {
    .faq-section {
        margin-bottom: 80px;
        padding-top: 80px;
    }
    
    .faq-section h2 {
        margin-bottom: 80px;
        padding: 0 20px;
    }

    .faq-list {
        margin-bottom:40px;
        flex-wrap: wrap;
    }

    .faq-list .faq-list__item {
        width:100%;
        margin-right:0;
        margin-bottom:50px;
    }
    
    .faq-list__item h3 {
        margin-bottom:20px;
    }
    
    .faq-list__item p {
        font-size:18px;
        line-height:18px;
        margin-bottom:5px;
    }
    
    .faq-list__item time {
        font-size:14px;
        line-height:16px;
    }
    
    .faq-list__item-wrapper {
        padding:0px 20px 25px;
    }
    
    .faq .faq-list__item {
        padding:0px 20px 25px;
    }
    
    .faq-list__item-bottom a {
        font-size:12px;
        line-height:16px;
    }
}
/** FAQ END **/

.faq {
    padding-top:80px;
    padding-bottom:0
}

.faq h2 {
    margin: 0 0 82px;
    text-align: center;
}

.faq__list {
    margin:0;
    padding:0;
    list-style:none;
    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:80px;
    counter-reset:number
}

.faq__list li {
    font-size:16px;
    line-height:20px;
    margin-bottom:16px;
    -webkit-box-shadow:0 4px 14px 4px rgba(36,37,38,0.07);
    box-shadow:0 4px 14px 4px rgba(36,37,38,0.07);
    border-radius:15px;
    background-color:#fff;
    background-repeat:no-repeat;
    background-position:right bottom;
    background-size:contain
}

.faq__list li:not(:hover) {
    -webkit-transition:.3s;
    transition:.3s
}

.faq__list li span {
    text-decoration:none;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    width:100%;
    height:100%;
    padding:11px 38px 7px;
    border-radius:15px;
    font-size: 20px;
    line-height: 20px;
}

.faq__list li span::before {
    content:counter(number);
    counter-increment:number;
    font-size:32px;
    line-height:47px;
    margin-right:58px;
    font-family:"Oswald","Arial",sans-serif;
    font-weight:300
}

.faq__list li:last-child {
    margin-bottom:0
}

.faq__list li:hover {
    outline:none;
    cursor:pointer;
    -webkit-transition:.3s;
    transition:.3s;
    -webkit-box-shadow:0 4px 14px 4px rgba(36,37,38,0.2);
    box-shadow:0 4px 14px 4px rgba(36,37,38,0.2);
    color:#242526;
    background-color:rgba(4, 46, 36, 0.90);
}

.faq__list li:hover a {
    outline:none;
    cursor:pointer;
    -webkit-transition:.3s;
    transition:.3s;
    font-weight:600
}

.faq__list li:hover a::before {
    outline:none;
    cursor:pointer;
    -webkit-transition:.3s;
    transition:.3s;
    color:#80a22a
}

.faq__list li:hover span {
    outline:none;
    cursor:pointer;
    -webkit-transition:.3s;
    transition:.3s;
    font-weight:600;
    color: #fff;
}

.faq__list li:hover span::before {
    outline:none;
    cursor:pointer;
    -webkit-transition:.3s;
    transition:.3s;
    color:#80a22a
}

.faq__list li.active {
    background-color:rgba(4, 46, 36, 0.90);
    -webkit-box-shadow:0 4px 14px 4px rgba(36,37,38,0.2);
    box-shadow:0 4px 14px 4px rgba(36,37,38,0.2);
    background-image:url(../images/logo-footer.svg);
    background-size: 100px 50px;
    background-position: 100% 50%;
}

@media (-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi),(min-resolution: 1.5dppx) {
    .faq__list li.active {
        background-image:url(../images/logo-footer.svg);
        background-size: 100px 50px;
        background-position: 100% 50%;
    }
}

.faq__list li.active a {
    color:#fff;
    font-weight:600
}

.faq__list li.active a::before {
    color:#fff
}

.faq__list li.active span {
    color:#fff;
    font-weight:600
}

.faq__list li.active span::before {
    color:#fff
}

.faq__list li.active p {
    display:block
}

.faq__list li.active:hover {
    outline:none;
    cursor:pointer;
    -webkit-transition:.3s;
    transition:.3s;
    -webkit-box-shadow:0 4px 14px 4px rgba(36,37,38,0.2);
    box-shadow:0 4px 14px 4px rgba(36,37,38,0.2);
    color:#242526;
    background-color:rgba(4, 46, 36, 0.70);
}

.faq__list li.active:hover a::before {
    color:#fff
}

.faq__list li.active:hover span::before {
    color:#fff
}

.faq__list p {
    display:none;
    margin:0;
    padding:3px 112px 63px;
    color:#f4eed6
}

.faq__more-button {
    display:block;
    min-width:288px;
    margin:0 auto
}

@media (max-width: 1024px) {
    .faq {
    padding-top:60px;
    padding-bottom:70px
    }
    
    .faq h2 {
    margin-bottom:70px
    }
    
    .faq__list li {
    font-size:15px;
    line-height:18px;
    background-size:130px
    }
    
    /*.faq__list li a {
    padding:10px 25px 8px
    }
    
    .faq__list li a::before {
    font-size:30px;
    line-height:40px;
    margin-right:40px
    }*/
    
    .faq__list li span {
    padding:10px 25px 8px
    }
    
    .faq__list li span::before {
    font-size:30px;
    line-height:40px;
    margin-right:40px
    }
    
    .faq__list li p {
    padding:3px 76px 45px
    }
}

@media (max-width: 768px) {
    .faq {
    padding-top:40px;
    padding-bottom:40px
    }
    
    .faq h2 {
    max-width:350px;
    margin-bottom:40px
    }
    
    .faq__list {
    margin-bottom:50px
    }
    
    .faq__list li {
    font-size:14px;
    line-height:16px
    }
    
    /*.faq__list li a {
    padding:10px 15px 8px
    }
    
    .faq__list li a::before {
    font-size:26px;
    line-height:32px;
    margin-right:12px
    }*/
    
    .faq__list li span {
    padding:10px 15px 8px
    }
    
    .faq__list li span::before {
    font-size:26px;
    line-height:32px;
    margin-right:12px
    }
    
    .faq__list li p {
    padding:3px 40px 20px
    }
    
    .faq__more-button {
    min-width:200px
    }
}

.cookie-panel .container {
    margin: 0 auto;
    max-width: 1360px;
    justify-content: space-between;
}