html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,main{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;outline:none}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main{display:block}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{line-height:1.4}ol,ul{list-style:none}blockquote,q{quotes:none}i{font-style:italic}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}strong,b{font-weight:500}a,input[type="submit"],.btn{cursor:pointer;transition:.5s}input[type="text"]{transition:.5s}input[type="submit"]{-webkit-appearance:none}* : (input,textarea){-webkit-touch-callout:none;-webkit-user-select:none}img{-webkit-touch-callout:none;-webkit-user-select:none}input[placeholder]{text-overflow:ellipsis}input::-moz-placeholder{text-overflow:ellipsis}input:-moz-placeholder{text-overflow:ellipsis}input:-ms-input-placeholder{text-overflow:ellipsis}:focus::-webkit-input-placeholder{color:transparent}:focus::-moz-placeholder{color:transparent}:focus:-moz-placeholder{color:transparent}:focus:-ms-input-placeholder{color:transparent}
{-webkit-appearance:none}* : (input,textarea){-webkit-touch-callout:none;-webkit-user-select:none}img{-webkit-touch-callout:none;-webkit-user-select:none}input[placeholder]{text-overflow:ellipsis}input::-moz-placeholder{text-overflow:ellipsis}input:-moz-placeholder{text-overflow:ellipsis}input:-ms-input-placeholder{text-overflow:ellipsis}:focus::-webkit-input-placeholder{color:transparent}:focus::-moz-placeholder{color:transparent}:focus:-moz-placeholder{color:transparent}:focus:-ms-input-placeholder{color:transparent}
select, option {
  -webkit-appearance: none;
}



:root {
	--white: #fff;
	--black: #000;
	--brown: #9B7146;
	--light: #F4F1EC;
	--grey: #D9D9D9;
}

@font-face {
    font-family: 'Liana';
    src: url('../fonts/Liana.eot');
    src: local('Liana'),
        url('../fonts/Liana.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Liana.woff2') format('woff2'),
        url('../fonts/Liana.woff') format('woff'),
        url('../fonts/Liana.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




html {
	font-family: "Montserrat";
	font-weight: normal;
	font-size: 10px;
	min-width: 320px;
	color: var(--black);
}



body {
	font-size: 1.6rem;
	overflow-x: hidden;
}

.wrapper {
	min-width: 320px;
	width: 100%;
	margin: 0 auto;
	max-width: 100%;
	overflow: hidden;
}

/*.middle {
	background: red;
	width: 2px;
	height: 20000px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: calc(-2px / 2);
	z-index: 100
}
*/


* {
	box-sizing: border-box;
}
section {
	position: relative;
	padding: 70px 0;
	overflow: hidden;
/*	min-height: 100vh;*/
}

.container {
	padding: 0 15px;
/*	padding: 0 60px;*/
	/*  max-width: 1760px;*/
/*	max-width: 1564px;*/
/*	max-width: 1572px;*/
/*	max-width: 1534px;*/
	max-width: 1564px;
/*	max-width: 1534px;*/
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 3;
	box-sizing: border-box;
}
.container-spec {
	background: var(--white);
	border-radius: 20px;
}

.bar__long {
	position: fixed;
	top: 0;
	left: 0;
	height: 4px;
	width: 0;
	z-index: 99;
	border-radius: 0 20px 20px 0;
	transition:0.5s;
	background: var(--red);
}



picture {
	display: flex;
	align-items: flex-start;
}
img {
	max-width: 100%;
}
strong {
	font-weight: 700;
}


.s__btn {
}

.s__btn span {
}
.s__btn svg,
.s__btn img {
}
.s__btn-green {
}
.s__btn-orange {
}

strong {
	font-weight: 700;
}

.bg__abs {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bg__abs img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bg__abs:before {
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
/*	background: rgba(255,0,0,0.5);*/
/*	background: rgba(0,0,0,0.8);*/
	background: rgba(0,0,0,0.2);
}

.bg__abs-half {
	max-width: 50%;
}

.bg__abs-right {
	right: 0;
	left: inherit;
}


.s__title {
	font: 4.5rem 'EB Garamond';
	width: 100%;
	text-align: center;
	text-transform: uppercase;
}
.s__title:after {
}
.s__title2 strong {
	color: var(--red);
}

.s__subtitle {
	width: 100%;
}

.s__text {
}
.s__text p {
	margin-bottom: 20px;
}
.s__text p:last-of-type {
	margin-bottom: 0;
}
.s__text ul {}
.s__text ul li {
}
.s__text ul li:first-of-type {
}
.s__text ul li:last-of-type {
}
.s__text ul li:before {
}

.btn__scrollup {
    height: 85px;
    width: 85px;
    background: var(--coral);
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 40px;
    right: 4%;
    border-radius: 100%;
    cursor: pointer;
    z-index: 10;
    transition: 0.5s;
    opacity: 0;
}
.btn__scrollup:hover {
    background: var(--black);
    transform: scale(1.1);
}
.btn__scrollup.active {
    opacity: 1;
}

.bg__grey {
	background: var(--light);
}

.slider {
	overflow: hidden;
}
.slider__wrap {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	position: relative;
}
.slider__button {
    width: 40px;
    height: 80px;
/*	background: red;*/
	flex-shrink: 0;
	cursor: pointer;
}
.slider__button-prev {
	transform: rotate(-180deg);
}
.slider__button-next {}

.slider__button svg {
    width: 40px;
    height: 80px;
}
.slider__button svg path {
	transition: 0.5s;
}
.slider__button:hover svg path {
	fill: var(--brown);
}
.swiper-pagination-bullet {
	height: 20px !important;
	width: 20px !important;
}
.swiper-pagination-bullet-active {
	background: var(--brown) !important;
}



.columns {
	display: flex;
	justify-content: space-between;
}
.column {
	max-width: 50%;
	width: 100%;
}
.column1 {}
.column2 {}

/*.wrapper:before {
	content:'';
	width: 15px;
	height: 20000px;
	background: aqua;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	opacity: 0.5;
}
.wrapper:after {
	content:'';
	width: 15px;
	height: 20000px;
	background: orange;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	opacity: 0.5;
}*/

/*
section {}
section:before {
	content:'';
	background: red;
	height: 80px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	opacity: 0.5;
}
section:after {
	content:'';
	background: green;
	height: 80px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9;
	opacity: 0.5;
}*/


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


}

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

	.column1 {
		padding-right: 15px;
	}
	.column2 {
		padding-left: 15px;
	}

	
}

@media screen and (max-width: 1023px) {
	section {
		padding: 80px 0;
	}

	.columns {
		flex-direction: column;
	}
	.column {
		max-width: 100%;
	}
	.column1 {
		padding-right: 0;
		margin-bottom: 20px;	
	}
	.column2 {
		padding-left: 0;
	}
	
}

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

	
	
}

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

	
	
}



















.visible-lg { display: block !important;}
.visible-ng { display: none !important;}
.visible-md { display: none !important;}
.visible-sm { display: none !important;}
.visible-xs { display: none !important;}
.visible-xxs { display: none !important;}


@media screen and (max-width: 1700px) {
.visible-lg { display: none !important;}
.visible-ng { display: block !important;}
.visible-md { display: none !important;}
.visible-sm { display: none !important;}
.visible-xs { display: none !important;}
.visible-xxs { display: none !important;}
}

@media screen and (max-width: 1200px) {
	.visible-lg { display: none !important;}
	.visible-ng { display: none !important;}
	.visible-md { display: block !important;}
	.visible-sm { display: none !important;}
	.visible-xs { display: none !important;}
	.visible-xxs { display: none !important;}
}

@media screen and (max-width: 1023px) {
	.visible-lg { display: none !important;}
	.visible-ng { display: none !important;}
	.visible-ng { display: none !important;}
	.visible-md { display: none !important;}
	.visible-sm { display: block !important;}
	.visible-xs { display: none !important;}
	.visible-xxs { display: none !important;}
}

@media screen and (max-width: 767px) {
	.visible-lg { display: none !important;}
	.visible-ng { display: none !important;}
	.visible-ng { display: none !important;}
	.visible-md { display: none !important;}
	.visible-sm { display: none !important;}
	.visible-xs { display: block !important;}
	.visible-xxs { display: none !important;}
}
@media screen and (max-width: 479px) {
	.visible-lg { display: none !important;}
	.visible-ng { display: none !important;}
	.visible-ng { display: none !important;}
	.visible-md { display: none !important;}
	.visible-sm { display: none !important;}
	.visible-xs { display: none !important;}
	.visible-xxs { display: block !important;}
}


