/*  Reset styles
    ------------------------------------------------------- */
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{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}a{text-decoration:none;}

*,
*::before,
*::after {
	box-sizing: border-box;
}

a {
	color: #36454F;
	outline: none;
	-webkit-transition: 0.3s;
			transition: 0.3s;
}

svg {
	-webkit-flex-shrink: 0;
			flex-shrink: 0;
}

button {
	padding: 0;
	font-size: 0;
	background: transparent;
	border: none;
	outline: none;
	cursor: pointer;
}

img {
	max-width: 100%;
	height: auto;
}

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

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

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

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

/*  body
    ------------------------------------------------------- */
html {
	-webkit-text-size-adjust: 100%;
}

html,
body {
	height: 100%;
}

body {
	position: relative;
	color: #36454F;
	background-color: #fff;
	font-size: 14px;
	font-family: 'Montserrat-Regular';
}

#page::after {
    content: '';
	position: fixed;
	z-index: 100001;
	top: 0;
	left: 0;
    height: 0;
    width: 0;
    opacity: 0;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-transition: opacity 0.4s ease-out 0s;
    		transition: opacity 0.4s ease-out 0s;
}

#page.form-open,
#page.modal-open {
	overflow: hidden;
}

#page.form-open::after,
#page.modal-open::after {
    height: 100%;
    width: 100%;
	opacity: 1;
}

.modal-room-open {
	overflow: hidden;
}

.modal-room-close {
	position: fixed;
	z-index: 1000000;
	right: 30px;
	top: 15px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
			justify-content: center;
	-webkit-align-items: center;
			align-items: center;
	width: 24px;
	height: 24px;
	fill: #000;
	cursor: pointer;
}

h1, h2 {
	font-family: 'Montserrat-Bold';
}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 36px;
	line-height: 48px;
}

h3 {
	color: #000;
	font-size: 24px;
	line-height: 36px;
	text-transform: uppercase;
	font-family: 'Montserrat-Black';
}

.wrapper {
	overflow: hidden;
}

.wrap {
	margin: 0 auto;
	width: 100%;
	max-width: 1180px;
	padding: 0 20px;
	position: relative;
}

.row {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
			align-items: center;
}

.row2 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	-webkit-align-items: center;
			align-items: center;
}

.row3 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
			justify-content: center;
	-webkit-align-items: center;
			align-items: center;
}

.subtitle {
	position: relative;
	color: #626262;
	line-height: 17px;
}

.subtitle::before,
.subtitle::after {
	content: '';
	position: absolute;
	left: 100%;
	background: #E7DFCB;
}

.subtitle::before {
	-webkit-transform: translateX(3px);
			transform: translateX(3px);
	bottom: 4px;
	width: 28px;
	height: 1px;
}

.subtitle::after {
	-webkit-transform: translateX(31px);
			transform: translateX(31px);
	bottom: 2px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
}

.description {
	color: #626262;
	line-height: 2;
	font-family: 'Montserrat-Medium';
}

.description h4,
.description h5,
.description h6,
.description p,
.description ul,
.description ol,
.description blockquote {
	margin-bottom: 28px;
}

.description img {
	display: block;
	margin-bottom: 70px;
	border-radius: 15px;
}

.description h1,
.description h2,
.description h3,
.description h4,
.description h5,
.description h6 {
	font-family: 'Montserrat-Bold';
}

.description h1,
.description h2,
.description h3 {
	line-height: 1.2;
}

.description h1 {
	margin-bottom: 70px;
	font-size: 38px;
}

.description h2 {
	margin: 60px 0 40px;
	font-size: 34px;
}

.description h3 {
	margin: 40px 0 30px;
	font-size: 30px;
}

.description h4,
.description h5,
.description h6 {
	margin-bottom: 28px;
	line-height: 1.3;
	font-family: 'Montserrat-Bold';
}

.description h4 {
	font-size: 26px;
}

.description h5 {
	font-size: 22px;
}

.description h6 {
	font-size: 18px;
}

.description blockquote {
	border-left: 2px solid #FF8A7A;
	padding-left: 25px;
	color: #000;
	font-style: italic;
}

.description ol {
	list-style: decimal inside;
}

.description ul li {
    position: relative;
    padding-left: 15px;
}

.description ul li::before {
    content: '';
    position: absolute;
    top: 13px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #626262;
}

.description p:last-child,
.description ul:last-child,
.description ol:last-child,
.description blockquote:last-child,
.description img:last-child {
	margin: 0;
}

.description a {
	color: #FF8A7A;
	text-decoration: underline;
}

.description span[style~="color:"] a {
	color: inherit;
}

.description em {
	font-style: italic;
}

.description strong {
	font-family: 'Montserrat-Bold';
}

@media screen and (max-width: 375px) {
	h2 {
		font-size: 30px;
		line-height: 36px;
	}

	h3 {
		font-size: 20px;
		line-height: 26px;
	}
}

/*  slider UI
    ------------------------------------------------------- */
.slider {
	position: relative;
	overflow: hidden;
	touch-action: pan-y;
}

.slider-inside {
	display: -webkit-flex;
	display: flex;
	cursor: grab;
	-webkit-user-select: none;
			user-select: none;
}

.slider-inside.grabbing{
	cursor: grabbing;
}

.slider-prev,
.slider-next {
	position: absolute;
	z-index: 2;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 56px;
	height: 56px;
	color: #fff;
}

.slider-prev:hover,
.slider-next:hover {
	color: #FF8A7A;
}

.slider-prev {
	left: 0;
}

.slider-next {
	right: 0;
}

.slider-dots {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
			transform: translateX(-50%);
	bottom: 14px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
			justify-content: center;
}

.slider-dots.hidden {
	display: none;
}

.slider-dots-item {
	margin-right: 10px;
	width: 80px;
	height: 4px;
	border-radius: 8px;
	background-color: rgba(255, 255, 255, 0.4);
	cursor: pointer;
	-webkit-transition: 0.3s;
			transition: 0.3s;
}

.slider-dots-item:last-child {
	margin: 0;
}

.slider-dots-item.active {
	background-color: rgba(255, 255, 255, 0.7);
}

.slider-item {
	margin-right: 30px;
}

.slider-item img {
	-webkit-pointer-events: none;
			pointer-events: none;
}

@media screen and (max-width: 1024px) {
	.slider-prev,
	.slider-next {
		transform: translateY(calc(-50% - 15px));
		width: 48px;
		height: 48px;
	}

	.slider-prev svg,
	.slider-next svg {
		width: 48px;
		height: auto;
	}

	.slider-dots-item {
		margin-right: 18px;
		width: 9px;
		height: 9px;
		border-radius: 9px;
		background: #FF8A7A;
	}
	
	.slider-dots-item.active {
		width: 29px;
		background: #FF8A7A;
	}

	.slider-dots-item:hover {
		background-color: #e37b6d;
	}
}

/*  form UI
    ------------------------------------------------------- */
input[type=text],
input[type=tel]
textarea {
    -webkit-appearance: none;
    		appearance: none;
}

input,
textarea {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: transparent;
	-webkit-box-shadow: none;
			box-shadow: none;
	color: #A1A1A6;
	font-family: 'Montserrat-Medium';
}

input::-moz-placeholder {
	opacity: 1;
	color: #A1A1A6;
}

input::-webkit-input-placeholder {
	color: #A1A1A6;
}

input:-ms-input-placeholder {
	color: #A1A1A6;
}

input::-ms-input-placeholder {
	color: #A1A1A6;
}

input::placeholder {
	color: #A1A1A6;
}

:invalid {
	box-shadow: none;
}

.input-field {
	margin-bottom: 16px;
	width: 100%;
	border-radius: 8px;
	padding: 20px 16px;
	color: #36454F;
	background: #FBFBFC;
	font-size: 15px;
	line-height: 24px;
}

.checkbox-input {
	position: relative;
	-webkit-flex-shrink: 0;
			flex-shrink: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
			justify-content: center;
	-webkit-align-items: center;
			align-items: center;
	width: 24px;
	height: 24px;
	cursor: pointer;
}

.checkbox-input::before {
	content: '';
	position: absolute;
	top: 4px;
	right: 4px;
	bottom: 4px;
	left: 4px;
	border-radius: 4px;
	border: 1px solid #A1A1A6;
	-webkit-transition: all 0.2s ease-out;
			transition: all 0.2s ease-out;
}

.checkbox-input.checked::before {
	border-color: #FF8A7A;
	background: #FF8A7A;
}

.checkbox-input-icon {
	position: relative;
	z-index: 2;
}

.checkbox-label {
	margin-left: 17px;
	color: #1C2B39;
	font-size: 13px;
	line-height: 16px;
	font-family: 'Montserrat-Medium';
	-webkit-user-select: none;
			user-select: none;
}

.checkbox-label span {
	display: block;
	color: #FF8A7A;
}

.btn, .btn2, .btn3 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
			justify-content: center;
	-webkit-align-items: center;
			align-items: center;
	width: 100%;
	color: #fff;
}

.btn {
	max-width: 173px;
	height: 48px;
	border-radius: 24px;
	background: #FF8A7A;
	box-shadow: 0px 2px 10px rgba(255, 138, 122, 0.2);
	font-size: 13px;
	font-family: 'Montserrat-Bold';
}

.btn:hover {
	background-color: #e37b6d;
}

.btn2, .btn3 {
	height: 64px;
	border-radius: 36px;
	box-shadow: 0px 6px 20px -6px rgba(231, 45, 43, 0.5);
	font-size: 18px;
	font-family: 'Montserrat-Black';
}

.btn2 {
	background: #FF8A7A;
}

.btn2:hover {
	background-color: #e37b6d;
}

.btn3 {
	background: #F3CB57;
}

.btn3:hover {
	background-color: #dab64e;
}

.more {
	color: #FF8A7A;
	font-size: 12px;
	line-height: 15px;
	font-family: 'Montserrat-Medium';
}

.more-icon {
	-webkit-transition: transform 0.3s;
			transition: transform 0.3s;
}

.more:hover .more-icon {
	-webkit-transform: translateX(5px);
			transform: translateX(5px);
}

.calc-btn {
	color: #A1A1A6;
	font-size: 0;
}

.calc-btn.null {
	color: #E4E4E4;
}

.calc-input {
	width: 41px;
	color: #A1A1A6;
	text-align: center;
	font-size: 13px;
	line-height: 20px;
	font-family: 'Montserrat-Medium';
}

@media screen and (max-width: 375px) {
	.input-field {
		padding: 12px 16px;
	}
}

/*  header
    ------------------------------------------------------- */
.header {
	padding: 38px 0 24px;
}

.header-logo {
	font-size: 0;
}

.header-logo img {
	display: block;
}

.nav-item {
	position: relative;;
	margin-right: 41px;
	padding: 17px 0;
}

.nav-item2 {
	padding: 0;
}

.nav-item:last-child {
	margin: 0;
}

.nav-link {
	display: inline-block;
	line-height: 28px;
	text-align: center;
}

.nav-link.link1 {
	width: 61px;
}

.nav-link.link2 {
	width: 62px;
}

.nav-link.link3 {
	width: 66px;
}

.nav-link.link4 {
	width: 82px;
}

.nav-link.link5 {
	width: 62px;
}

.nav-link.link6 {
	width: 102px;
}

.nav-link.link7 {
	width: 61px;
}

.nav-link.link8 {
	width: 71px;
}

.nav-link.link9 {
	width: 95px;
}

.nav-item:hover .nav-link {
	font-family: 'Montserrat-Bold';
}

.nav-popup {
	display: none;
	position: absolute;
	z-index: 3;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
			transform: translateX(-50%);
	-webkit-flex-direction: column;
			flex-direction: column;
	-webkit-align-items: center;
			align-items: center;
	width: 220px;
	padding: 27px 20px 35px;
	border-radius: 16px;
	background-color: #fff;
	box-shadow: 0px 8px 40px -8px rgba(31, 31, 33, 0.1);
	text-align: center;
}

.nav-popup.popup2 {
	width: 160px;
}

.nav-item:hover .nav-popup {
	display: -webkit-flex;
	display: flex;
}

.nav-popup-link {
	margin-bottom: 27px;
	font-size: 13px;
	line-height: 16px;
	font-family: 'Montserrat-Medium';
}

.nav-popup-link:last-child {
	margin: 0;
}

.nav-popup-link:hover {
	font-family: 'Montserrat-Bold';
}

@media screen and (max-width: 1024px) {
	.header {
		padding: 20px 0;
	}
	
	.header .wrap {
		-webkit-justify-content: space-between;
				justify-content: space-between;
	}
	
	.header-logo img {
		width: 85px;
	}
	
	.nav-item {
		display: none;
	}

	.nav-item2 {
		display: block;
	}
}

/*  menu open btn
    ------------------------------------------------------- */
.menu-open {
	display: none;
	margin-left: 40px;
	font-size: 12px;
}

.menu-open-icon {
	margin-bottom: 7px;
	position: relative;
	width: 34px;
	height: 11px;
}

.menu-open-icon-line {
	position: absolute;
	width: 25px;
	height: 3px;
	border-radius: 3px;
	background-color: #E7DFCB;
	-webkit-transition: transform 0.3s linear;
			transition: transform 0.3s linear;
}

.menu-open-icon-line.line1 {
	top: 0;
	left: 0;
}

.menu-open:hover .menu-open-icon-line.line1 {
	-webkit-transform: translate3d(0, 1px, 0);
			transform: translate3d(0, 1px, 0);
}

.menu-open-icon-line.line2 {
	right: 0;
	bottom: 0;
}

.menu-open:hover .menu-open-icon-line.line2 {
	-webkit-transform: translate3d(0, -1px, 0);
			transform: translate3d(0, -1px, 0);
}

@media screen and (max-width: 1024px) {
	.menu-open {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
				flex-direction: column;
		-webkit-align-items: center;
				align-items: center;
	}
}

/*  search
    ------------------------------------------------------- */
.search {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	width: 652px;
	height: 80px;
	border-radius: 36px;
	padding: 12px 16px 12px 31px;
	background: #fff;
	box-shadow: 0px 8px 40px -8px rgba(31, 31, 33, 0.1);
	text-align: center;
}

.search2 {
	margin: 41px auto 65px;
}

.search-input {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
			flex-direction: column;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	-webkit-align-items: center;
			align-items: center;
	padding: 4px 0;
}

.search-input:first-child {
	-webkit-flex-grow: 1;
			flex-grow: 1;
}

.search-line {
	margin: 0 26px;
}

.search-label {
	color: #1C2B39;
	font-size: 13px;
	line-height: 24px;
	font-family: 'Montserrat-Medium';
}

.search-field {
	width: 120px;
	text-align: center;
	font-size: 13px;
	line-height: 20px;
}

.search .btn {
	margin: 4px 0 4px 26px;
	-webkit-flex-shrink: 0;
			flex-shrink: 0;
	width: 136px;
	border-radius: 20px;
	box-shadow: 0px 2px 10px rgba(255, 138, 122, 0.4);
}

@media screen and (max-width: 768px) {
	.search {
		-webkit-flex-direction: column;
				flex-direction: column;
		width: 100%;
		height: auto;
		border-radius: 24px;
		padding: 20px;
	}

	.search-line {
		display: none;
	}

	.search-input {
		margin-bottom: 24px;
	}

	.search-label {
		margin-bottom: 4px;
		font-family: 'Montserrat-Bold';
	}

	.search .btn {
		margin: 0;
		width: 100%;
		max-width: none;
	}
}

/*  section1
    ------------------------------------------------------- */
.section1 .wrap {
	height: 480px;
}

.section1 .slider-dots {
	left: 65px;
	-webkit-transform: none;
			transform: none;
}

.section1-item {
	height: 480px;
	font-size: 0;
}

.section1-item img,
.section1-item video {
	width: 100%;
	height: 100%;
	border-radius: 36px;
	object-fit: cover;
}

.section1-logo {
	position: absolute;
	top: 186px;
	left: 85px;
}

.section1 .search {
	position: absolute;
	right: 42px;
	bottom: -24px;
} 

@media screen and (max-width: 1024px) {
	.section1 .wrap {
		padding: 0;
	}

	.section1 .slider-dots {
		bottom: 80px;
		left: 50%;
		-webkit-transform: translateX(-50%);
				transform: translateX(-50%);
	}

	.section1 .slider-dots-item {
		background-color: rgba(255, 255, 255, 0.4);
	}
	
	.section1 .slider-dots-item.active {
		background-color: rgba(255, 255, 255, 0.7);
	}
	
	.section1-item img,
	.section1-item video {
		border-radius: 0;
	}

	.section1 .search {
		right: auto;
		left: 50%;
		-webkit-transform: translateX(-50%);
				transform: translateX(-50%);
	}

	.section1-logo {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.section1 .slider-dots {
		top: 20px;
		bottom: auto;
	}
	
	.section1 .search {
		width: calc(100% - 40px);
		max-width: 320px;
	}
}

/*  section2
    ------------------------------------------------------- */
.section2 {
	padding-top: 99px;
}

.section2-2 {
	padding: 0 0 153px;
}

.section2-title {
	margin-bottom: 27px;
}

.section2-grid {
	display: -webkit-flex;
	display: flex;
}

.section2 .slider {
	overflow: visible;
}

.section2 .slider-dots {
	margin-top: 40px;
	position: static;
	-webkit-transform: none;
			transform: none;
}

.card,
.card-content,
.card-footer {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
			flex-direction: column;
}

.card {
	margin-right: 30px;
	width: calc((100% - 90px) / 4);
	border-radius: 36px;
	background: #fff;
	box-shadow: 0px 0px 50px rgba(255, 138, 122, 0.1);
}

.card:nth-child(4n) {
	margin-right: 0;
}

.card-img {
	width: 100%;
	height: 226px;
}

.card-img img {
	width: 100%;
	height: 100%;
	border-radius: 36px 36px 0 0;
	object-fit: cover;
}

.card-content {
	-webkit-flex-grow: 1;
			flex-grow: 1;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	padding: 15px 17px 26px;
}

.card-body {
	margin-bottom: 50px;
}

.card-title {
	margin-bottom: 40px;
	color: #000;
	text-align: center;
	font-size: 24px;
	line-height: 36px;
	font-family: 'Montserrat-Bold';
}

.card-options {
	margin-bottom: 8px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
			justify-content: center;
}

.card-options-item {
	-webkit-flex-direction: column;
			flex-direction: column;
	margin-right: 30px;
	color: #626262;
	text-align: center;
	font-size: 10px;
	line-height: 1.3;
	word-wrap: break-word;
	font-family: 'Montserrat-Medium';
}

.card-options-item:last-child {
	margin: 0;
}

.card-options-item svg {
	margin-bottom: 10px;
}

.card-description {
	line-height: 28px;
	font-family: 'Montserrat-Medium';
}

.card-footer {
	-webkit-align-items: center;
			align-items: center;
}

.card-price {
	margin-bottom: 21px;
	font-size: 16px;
	line-height: 20px;
	font-family: 'Montserrat-Bold';
}

.card .more {
	margin-top: 20px;
}

@media screen and (max-width: 1024px) {
	.section2-2 {
		padding-bottom: 120px;
	}
	
	.card,
	.card:nth-child(4n) {
		margin-right: 20px;
		width: 262px;
		border-radius: 24px;
	}

	.card-img img {
		border-radius: 24px 24px 0 0;
	}
}

@media screen and (max-width: 768px) {
	.card .btn {
		max-width: none;
	}
}

@media screen and (max-width: 480px) {
	.section2 {
		padding-top: 80px;
	}

	.section2-2 {
		padding: 0 0 80px;
	}
}

/*  section3
    ------------------------------------------------------- */
.section3 {
	padding-top: 178px;
}

.section3 .wrap {
	max-width: 924px;
}

.section3-head {
	margin: 0 auto 33px;
	max-width: 655px;
}

.section3-description {
	margin-bottom: 167px;
	color: #626262;
	line-height: 28px;
	font-family: 'Montserrat-Medium';
}

.section3-item:nth-child(odd) {
	margin-bottom: 127px;
}

.section3-item:nth-child(even) {
	margin-bottom: 77px;
	padding-left: 50px;
}

.section3-item:last-child {
	margin: 0;
}

.section3-item-head {
	margin-bottom: 35px;
	max-width: 380px;
}

.section3-item:nth-child(odd) .subtitle {
	margin-right: 38px;
}

.section3-item-text {
	max-width: 420px;
}

.section3-item:nth-child(odd) .section3-item-text {
	margin-right: 60px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
			flex-direction: column;
	-webkit-justify-content: center;
			justify-content: center;
	-webkit-align-items: flex-end;
			align-items: flex-end;
	text-align: right;
}

.section3-item:nth-child(even) .section3-item-text {
	-webkit-order: 2;
			order: 2;
	margin-left: 108px;
}

.section3-item-description {
	margin-bottom: 21px;
	font-size: 12px;
	line-height: 30px;
	font-family: 'Montserrat-Medium';
}

.section3-item-img {
	-webkit-flex-shrink: 0;
			flex-shrink: 0;
	position: relative;
	font-size: 0;
}

.section3-item-img1 {
	border-radius: 120px;
}

.section3-item:nth-child(odd) .section3-item-img1 {
	box-shadow: 0px 4px 60px rgba(197, 255, 122, 0.2);
}

.section3-item:nth-child(even) .section3-item-img1 {
	box-shadow: 0px 4px 60px rgba(66, 169, 201, 0.3);
}

.section3-item-img2 {
	position: absolute;
	border-radius: 60px;
}

.section3-item:nth-child(odd) .section3-item-img2 {
	right: -47px;
	bottom: -42px;
	box-shadow: 0px 4px 60px rgba(255, 138, 122, 0.2), 0px 4px 60px #8BBEF1;
}

.section3-item:nth-child(even) .section3-item-img2 {
	top: -18px;
	right: -55px;
	box-shadow: 0px 4px 60px rgba(255, 138, 122, 0.2), 0px 8px 60px rgba(94, 179, 206, 0.4);
}

@media screen and (max-width: 1024px) {
	.section3 {
		padding-top: 120px;
	}
	
	.section3-description {
		margin-bottom: 100px;
	}

	.section3-item:nth-child(even) {
		padding: 0;
	}

	.section3-item:nth-child(even) .section3-item-text {
		margin-left: 80px;
	}

	.section3-item:nth-child(odd) .section3-item-img2,
	.section3-item:nth-child(even) .section3-item-img2 {
		right: -20px;
		width: 120px;
		height: 120px;
		border-radius: 45px;
	}
}

@media screen and (max-width: 768px) {
	.section3 .wrap {
		max-width: 460px;
	}
	
	.section3-item {
		-webkit-flex-direction: column;
				flex-direction: column;
	}

	.section3-item:nth-child(odd) .section3-item-text,
	.section3-item:nth-child(even) .section3-item-text {
		-webkit-order: 2;
				order: 2;
		-webkit-align-items: flex-start;
				align-items: flex-start;
		margin: 60px 0 0;
		text-align: left;
	}

	.section3-item:nth-child(odd) .subtitle {
		margin: 0;
	}

	.section3-item:nth-child(odd) .section3-item-img2,
	.section3-item:nth-child(even) .section3-item-img2 {
		top: -30px;
		bottom: auto;
	}
}

@media screen and (max-width: 480px) {
	.section3 {
		padding-top: 80px;
	}
}

@media screen and (max-width: 375px) {
	.section3-item-img1 {
		border-radius: 90px;
	}
}

/*  section4
    ------------------------------------------------------- */
.section4 {
	padding: 111px 0 173px;
}

.section4 .wrap {
	max-width: 810px;
}

.section4-title {
	margin-bottom: 10px;
}

.section4 .slider {
	overflow: visible;
}

.section4 .slider-dots {
	margin-top: 40px;
	position: static;
	-webkit-transform: none;
			transform: none;
}

.section4-grid {
	display: grid;
	grid-template-rows: 240px 240px;
	grid-template-columns: 210px 1fr 1fr;
	row-gap: 40px;
    column-gap: 40px;
}

.section4-item {
	font-size: 0;
}

.section4-item-container {
	position: relative;
}

.section4-item-body {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

.section4-item-wrap {
	position: absolute;
	z-index: 2;
	right: 30px;
	bottom: 13px;
	left: 30px;
	color: #fff;
	-webkit-transform: translateY(200%);
			transform: translateY(200%);
	-webkit-transition: transform 0.3s;
			transition: transform 0.3s;
}

.section4-item:hover .section4-item-wrap {
	-webkit-transform: translateY(0);
			transform: translateY(0);
}

.section4-item-title {
	font-size: 24px;
	line-height: 36px;
	font-family: 'Montserrat-Black';
}

.section4-item .more {
	color: #fff;
	line-height: 28px;
}

.section4-item-img {
	border-radius: 60px;
	box-shadow: 0px 0px 30px rgba(66, 99, 201, 0.2), 0px 4px 30px #E7CBE1;
}

.section4-item.item1 {
    grid-row-end: span 2;
	margin-top: 31px;
}

.section4-item.item2 {
	grid-column-end: span 2;
}

.section4-item.item4 {
	margin-top: 49px;
}

@media screen and (max-width: 1024px) {
	.section4 {
		padding-bottom: 120px;
	}
	
	.section4 .wrap {
		max-width: 1180px;
	}
	
	.section4-title {
		margin-bottom: 27px;
	}
	
	.section4-grid {
		display: -webkit-flex;
		display: flex;
		row-gap: unset;
		column-gap: unset;
	}

	.section4-item.item1,
	.section4-item.item2,
	.section4-item.item3,
	.section4-item.item4 {
		margin: 0 20px 0 0;
		width: 240px;
		height: 240px;
	}

	.section4-item-container {
		width: 240px;
		height: 240px;
	}

	.section4-item-img {
		width: 100%;
		height: 100%;
		border-radius: 24px;
		object-fit: cover;
	}

	.section4-item-wrap {
		right: 20px;
		left: 20px;
		bottom: 40px;
	}
}

@media screen and (max-width: 480px) {
	.section4 {
		padding: 80px 0;
	}
}

/*  section5
    ------------------------------------------------------- */
.section5 {
	padding-bottom: 183px;
}

.section5 .wrap {
	max-width: 800px;
}

.section5-img {
	-webkit-flex-shrink: 0;
			flex-shrink: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-start;
			align-items: flex-start;
			font-size: 0;
}

.section5-img img {
	border-radius: 60px;
	box-shadow: 0px 0px 30px rgba(66, 99, 201, 0.4);
}

.section5-img2 {
	margin: 40px 0 0 40px;
}

.section5-text {
	margin-right: 40px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
			flex-direction: column;
	-webkit-justify-content: center;
			justify-content: center;
	-webkit-align-items: flex-end;
			align-items: flex-end;
	text-align: right;
}

.section5 .subtitle {
	margin-right: 38px;
}

.section5-title {
	margin-bottom: 44px;
	color: #000;
}

.section5-description {
	margin-bottom: 27px;
	max-width: 396px;
	color: #626262;
	font-size: 12px;
	line-height: 28px;
}

@media screen and (max-width: 1024px) {
	.section5 {
		padding-bottom: 120px;
	}
	
	.section5 .wrap {
		-webkit-flex-direction: column;
				flex-direction: column;
	}

	.section5-text {
		-webkit-order: 2;
				order: 2;
		-webkit-align-items: flex-start;
				align-items: flex-start;
		margin: 30px 0 0;
		text-align: left;
	}

	.section5 .subtitle {
		margin: 0;
	}

	.section5-title {
		margin-bottom: 35px;
	}

	.section5-img1,
	.section5-img2 {
		width: calc((100% - 30px) / 2);
		max-width: 240px;
	}

	.section5-img2 {
		margin: 30px 0 0 30px;
	}
}

@media screen and (max-width: 480px) {
	.section5 {
		padding-bottom: 80px;
	}

	.section5-img1,
	.section5-img2 {
		width: calc((100% - 20px) / 2);
		border-radius: 30px;
	}

	.section5-img2 {
		margin: 20px 0 0 20px;
	}
}

/*  section6
    ------------------------------------------------------- */
.section6 {
	padding-bottom: 191px;
}

.section6 .wrap {
	max-width: 840px;
}

.section6-img {
	-webkit-flex-shrink: 0;
			flex-shrink: 0;
}

.section6-img img {
	display: block;
	border-radius: 120px;
	box-shadow: 0px 4px 60px rgba(66, 99, 201, 0.2);
}

.section6-text {
	margin-left: 60px;
	max-width: 406px;
}

.section6-title {
	margin-bottom: 27px;
	color: #000;
}

.section6-description {
	margin-bottom: 27px;
	max-width: 396px;
	color: #626262;
	font-size: 12px;
	line-height: 28px;
}

@media screen and (max-width: 1024px) {
	.section6 {
		padding-bottom: 120px;
	}
	
	.section6-title {
		color: #000;
		font-size: 24px;
		line-height: 36px;
		text-transform: uppercase;
		font-family: 'Montserrat-Black';
	}
}

@media screen and (max-width: 768px) {
	.section6 .wrap {
		-webkit-flex-direction: column;
				flex-direction: column;
	}

	.section6-text {
		margin: 40px 0 0;
	}
}

@media screen and (max-width: 480px) {
	.section6 {
		padding-bottom: 80px;
	}
}

@media screen and (max-width: 375px) {
	.section6-img img {
		border-radius: 90px;
	}
}

/*  footer
    ------------------------------------------------------- */
.footer {
	padding: 39px 0 44px;
	background: #EFEFEF;
}

.footer a:hover {
	color: #FF8A7A;
}

.footer .wrap {
	max-width: 930px;
}

.footer-grid {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
	-webkit-justify-content: space-between;
			justify-content: space-between;
}

.footer-col {
	margin-bottom: 36px;
	width: 190px;
	font-size: 13px;
}

.footer-col-title {
	margin-bottom: 8px;
	font-size: 13px;
	line-height: 1;
	font-family: 'Montserrat-Bold';
}

.footer-col p {
	line-height: 22px;
}

.footer-list {
	margin-top: 12px;
}

.footer-list-item {
	margin-bottom: 9px;
}

.footer-list-item:last-child {
	margin: 0;
}

.footer-copyright {
	color: #7393B3;
	font-size: 13px;
	line-height: 19px;
}

.footer-social {
	width: 190px;
}

.footer-social-item {
	margin-right: 20px;
	width: 20px;
	height: 20px;
	fill: #7393B3;
}

.footer-social-item:hover {
	fill: #36454F;
}

.footer-social-item:last-child {
	margin: 0;
}

@media screen and (max-width: 1024px) {
	.footer .wrap {
		max-width: 440px;
	}

	.footer-copyright {
		width: 190px;
	}
}

@media screen and (max-width: 480px) {
	.footer-grid,
	.footer-row {
		-webkit-flex-direction: column;
				flex-direction: column;
		text-align: center;
	}
	
	.footer-grid {
		-webkit-align-items: center;
				align-items: center;
	}

	.footer-copyright {
		-webkit-order: 2;
				order: 2;
		margin-top: 20px;
	}

	.footer-social {
		width: auto;
	}
}

  /*  cardList
    ------------------------------------------------------- */
.cardList {
	padding-bottom: 156px;
}

.cardList .wrap {
	max-width: 870px;
}

.card2 {
	margin-bottom: 51px;
}

.card2-img {
	-webkit-flex-shrink: 0;
		flex-shrink: 0;
}

.card2-img img {
	border-radius: 36px;
}

.card2-content {
	-webkit-flex-grow: 1;
			flex-grow: 1;
	margin-left: 40px;
	max-width: 407px;
}

.card2-title {
	margin-bottom: 29px;
	font-size: 48px;
}

.card2-options {
	margin-bottom: 15px;
}

.card2 .card-options-item {
	margin-right: 20px;
}

.card2 .card-options-item:last-child {
	margin: 0;
}

.card2-description {
	margin-bottom: 26px;
	color: #626262;
	line-height: 28px;
	font-family: 'Montserrat-Medium';
}

.card2 .btn {
	margin: 0 auto;
}

@media screen and (max-width: 1024px) {
	.cardList {
		padding-bottom: 60px;
	}
}

@media screen and (max-width: 768px) {
	.card2 {
		-webkit-flex-direction: column;
				flex-direction: column;
		margin-bottom: 60px;
	}

	.card2-content {
		margin: 30px 0 0;
	}
}

@media screen and (max-width: 480px) {
	.cardList {
		padding-bottom: 40px;
	}
}

@media screen and (max-width: 375px) {
	.card2-title {
		font-size: 30px;
  		line-height: 36px;
	}
}

/*  section7
    ------------------------------------------------------- */
.section7 .slider-item {
	min-height: 300px;
	max-height: 480px;
	font-size: 0;
}

.section7 .slider-item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 36px;
}

@media screen and (max-width: 1024px) {
	.section7 .slider-item img {
		border-radius: 24px;
	}

	.section7 .slider-dots {
		position: static;
		-webkit-transform: none;
				transform: none;
		margin-top: 20px;
	}
}

@media screen and (max-width: 480px) {
	.section7 .slider-item {
		min-height: 200px;
	}
}

/*  room
    ------------------------------------------------------- */
.room {
	padding: 84px 0;
}

.room .wrap {
	display: -webkit-flex;
	display: flex;
}

.room-body {
	-webkit-flex-grow: 1;
			flex-grow: 1;
	margin-right: 60px;
	max-width: 680px;
}

.room-title {
	margin-bottom: 40px;
}

.room-options {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
}

.room .card-options-item {
	margin: 0 30px 23px 0;
}

.room-description {
	margin-bottom: 69px;
}

.room-item {
	margin-bottom: 70px;
}

.room-item:last-child {
	margin: 0;
}

.room-item-title {
	margin-bottom: 12px;
	color: #36454F;
}

.room-item-text {
	max-width: 357px;
}

.room-item:nth-child(odd) .room-item-text {
	margin-right: 30px;
	text-align: right;
}

.room-item:nth-child(even) .room-item-text {
	-webkit-order: 2;
			order: 2;
	margin-left: 30px;
}

.room-item-description {
	color: #626262;
	line-height: 28px;
	font-family: 'Montserrat-Medium';
}

.room-item-img {
	-webkit-flex-shrink: 0;
			flex-shrink: 0;
	max-width: 286px;
	font-size: 0;
}

.room-item-img img {
	border-radius: 60px;
	box-shadow: 0px 4px 20px rgba(243, 203, 87, 0.3);
}

@media screen and (max-width: 1170px) {
	.room-item-img {
		width: 240px;
	}
}

@media screen and (max-width: 1024px) {
	.room .wrap {
		-webkit-flex-direction: column;
				flex-direction: column;
		-webkit-align-items: center;
				align-items: center;
	}

	.room-body {
		margin: 0 0 60px;
	}
}

@media screen and (max-width: 768px) {
	.room-item {
		-webkit-flex-direction: column;
				flex-direction: column;
	}

	.room-item:nth-child(odd) .room-item-text,
	.room-item:nth-child(even) .room-item-text {
		-webkit-order: 2;
				order: 2;
		margin: 30px 0 0;
		max-width: 420px;
		text-align: left;
	}

	.room-item-img {
		width: auto;
	}
}

@media screen and (max-width: 480px) {
	.room {
		padding-top: 60px;
	}

	.room .card-options-item {
		margin: 0 20px 23px 0;
	}

	.room .card-options-item:last-child {
		margin-right: 0;
	}
}

/*  sidebar
    ------------------------------------------------------- */
.sidebar {
	-webkit-flex-shrink: 0;
			flex-shrink: 0;
	width: 385px;
}

.sidebar-section {
	width: 100%;
	border-radius: 30px;
	background: #fff;
}

.sidebar-section-title {
	font-size: 24px;
	line-height: 36px;
	font-family: 'Montserrat-Bold';
}

.sidebar-row {
	margin-bottom: 28px;
}

.sidebar-row2 {
	margin-bottom: 32px;
}

.sidebar-row .sidebar-input {
	width: 125px;
}

.sidebar-label {
	margin-bottom: 4px;
	color: #1C2B39;
	font-size: 13px;
	line-height: 24px;
	font-family: 'Montserrat-Bold';
}

.sidebar-label2 {
	margin-bottom: 12px;
}

.sidebar-field {
	font-size: 13px;
	line-height: 20px;
}

.sidebar-plusOption {
	position: relative;
	margin-bottom: 14px;
}

.sidebar-plusOption:last-child::before {
	content: '';
	position: absolute;
	bottom: -13px;
	left: 0;
	width: 56px;
	height: 1px;
	background: #F0F0F0;
}

.sidebar-plusOption-price {
	margin-left: 20px;
	min-width: 54px;
	color: #000;
	font-size: 13px;
	line-height: 16px;
}

.sidebar-plusOption-price span {
	display: block;
	color: #7393B3;
	text-align: right;
	font-size: 10px;
	line-height: 12px;
	text-decoration-line: line-through;
}

.sidebar-price {
	margin-bottom: 28px;
}

.sidebar-price-label {
	margin-bottom: 5px;
	color: #1C2B39;
	font-size: 13px;
	font-family: 'Montserrat-Medium';
}

.sidebar-price-value {
	color: #000;
	font-size: 16px;
	line-height: 20px;
	font-family: 'Montserrat-Bold';
}

.sidebar-section .calc {
	margin-top: 9px;
}

.sidebar-section .btn {
	max-width: none;
}

.normalRoom {
	position: relative;
	z-index: 100000;
	border: 1px solid #ECECEC;
	padding: 38px 36px 37px;
	background: #fff;
}

.normalRoom-title {
	margin-bottom: 20px;
	text-align: center;
}

.bestRoom {
	margin-top: 28px;
	border: 1px solid #FF8A7A;
	padding: 32px 36px;
}

.bestRoom-title {
	margin-bottom: 22px;
}

.bestRoom-description {
	margin-bottom: 19px;
	color: #626262;
	line-height: 28px;
	font-family: 'Montserrat-Medium';
}

.banner {
	display: block;
	position: relative;
	margin-top: 28px;
	max-width: 377px;
}

.banner img {
	border-radius: 30px;
}

.banner-text {
	position: absolute;
	z-index: 2;
	right: 16px;
	bottom: 32px;
	left: 16px;
	color: #fff;
  }

.banner-title {
	margin-bottom: 2px;
	font-size: 20px;
	line-height: 25px;
	font-family: 'Montserrat-Bold';
}

.banner-more {
	line-height: 17px;
}

@media screen and (max-width: 1024px) {
	.sidebar {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
				flex-direction: column;
		-webkit-align-items: center;
				align-items: center;
		width: 100%;
		max-width: 385px;
	}
}

@media screen and (max-width: 375px) {
	.sidebar-section {
		padding: 35px 20px;
	}
}

/*  otherPage
    ------------------------------------------------------- */
.otherPage {
	padding-top: 109px;
}

.otherPage-2 {
	padding-top: 97px;
}

.otherPage .wrap {
	max-width: 820px;
}

.otherPage-head {
	margin-bottom: 68px;
}

.otherPage-menu {
	display: -webkit-flex;
	display: flex;
}

.otherPage-menu-item {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
			flex-direction: column;
	-webkit-align-items: center;
			align-items: center;
	margin-right: 53px;
	width: 77px;
	color: #626262;
	text-align: center;
	line-height: 17px;
}

.otherPage-menu-item:last-child {
	margin: 0;
}

.otherPage-menu-item img {
	margin-bottom: 13px;
}

.otherPage-order {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
			flex-direction: column;
	-webkit-align-items: center;
			align-items: center;
	width: 310px;
}

.otherPage-tel {
	margin-bottom: 13px;
	color: #000;
	font-size: 24px;
	line-height: 36px;
	font-family: 'Montserrat-Medium';
}

.otherPage-title {
	margin-bottom: 39px;
	color: #000;
	font-size: 36px;
	line-height: 48px;
}

.otherPage .room-list {
	margin-top: 123px;
}

.otherPage .room-item-text {
	max-width: none;
}

@media screen and (max-width: 1024px) {
	.otherPage {
		padding-top: 84px;
	}

	.otherPage-head {
		-webkit-flex-direction: column;
				flex-direction: column;
	}

	.otherPage-menu {
		width: 100%;
		max-width: 340px;
		-webkit-justify-content: space-between;
				justify-content: space-between;
	}

	.otherPage-menu-item {
		margin-right: 20px;
	}

	.otherPage-order {
		margin-top: 40px;
		width: 100%;
		max-width: 310px;
	}

	.otherPage .room-list {
		margin-top: 80px;
	}
}

@media screen and (max-width: 768px) {
	.otherPage .room-item-text {
		max-width: 420px;
	}
}

@media screen and (max-width: 480px) {
	.otherPage {
		padding-top: 60px;
	}

	.otherPage .room-list {
		margin-top: 70px;
	}
}

@media screen and (max-width: 375px) {
	.otherPage-menu-item img {
		width: 60px;
		height: 60px;
	}
}


/*  section8
    ------------------------------------------------------- */
.section8 {
	padding-top: 79px;
}

/*  section9
    ------------------------------------------------------- */
.section9 {
	padding: 149px 0 71px;
}

.feedback {
	margin: 0 auto;
	width: 100%;
	max-width: 552px;
	border-radius: 32px;
	padding: 45px 48px 84px;
	background: #fff;
	box-shadow: 0px 8px 40px -8px rgba(31, 31, 33, 0.1);
	text-align: center;
	font-family: 'Montserrat-Medium';
}

.feedback-title {
	margin-bottom: 30px;
}

.feedback-tel {
	display: inline-block;
	margin-bottom: 26px;
	color: #000;
	font-size: 24px;
	line-height: 36px;
}

.feedback-or {
	margin: 38px 0 44px;
	color: #495966;
	font-size: 13px;
	line-height: 20px;
}

.feedback-personal {
	margin: 29px auto 0;
	max-width: 300px;
	color: #495966;
	font-size: 13px;
	line-height: 20px;
}

.feedback-personal a {
	color: #495966;
	text-decoration: underline;
}

@media screen and (max-width: 1024px) {
	.section9 {
		padding-bottom: 10px;
	}
}

@media screen and (max-width: 768px) {
	.section9 {
		padding-top: 120px;
	}
}

@media screen and (max-width: 480px) {
	.feedback {
		border-radius: 24px;
		padding: 35px 20px;
	}
}

@media screen and (max-width: 375px) {
	.feedback-tel {
		font-size: 22px;
	}
	
	.feedback-or {
		margin: 30px 0;
	}
	
	.feedback .btn2,
	.feedback .btn3 {
		height: 48px;
		border-radius: 24px;
		font-size: 15px;
		font-family: 'Montserrat-Bold';
	}
}

/*  contacts
    ------------------------------------------------------- */
.contacts {
	padding: 52px 0 77px;
	color: #000;
}

.contacts .wrap {
	max-width: 825px;
}

.contacts-title {
	margin-bottom: 31px;
	font-size: 36px;
	line-height: 48px;
}

.contacts-row {
	-webkit-align-items: flex-start;
			align-items: flex-start;
}

.contacts-col {
	line-height: 28px;
	font-family: 'Montserrat-Medium';
}

.contacts-col h6 {
	font-family: 'Montserrat-Bold';
}

.contacts-col a {
	display: inline-block;
	color: #000;
}

.contacts-gps {
	margin-top: 21px;
}

.contacts-map {
	position: relative;
	height: 624px;
}

.contacts-map-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (max-width: 768px) {
	.contacts {
		padding: 40px 0;
	}

	.contacts .wrap {
		max-width: 520px;
	}
	
	.contacts-row {
		-webkit-flex-wrap: wrap;
				flex-wrap: wrap;
	}

	.contacts-col {
		margin-bottom: 30px;
		width: 190px;
	}

	.contacts-col br {
		display: none;
	}
}

@media screen and (max-width: 480px) {
	.contacts-row {
		-webkit-flex-direction: column;
				flex-direction: column;
	}

	.contacts-col {
		width: auto;
	}
}

/*  menu
    ------------------------------------------------------- */
.menu {
	position: fixed;
	z-index: 100002;
	top: 0;
	right: -200%;
	width: 100vw;
	max-width: 320px;
	height: 100vh;
	background: #fff;
	box-shadow: 6px 4px 40px rgba(0, 0, 0, 0.4);
	-webkit-transition: 0.3s;
			transition: 0.3s;
	overflow-y: auto;
}

.menu.open {
	right: 0;
}

.menu-container {
	padding: 70px 20px 60px;
}

.menu-close {
	position: absolute;
	top: 20px;
	left: 20px;
	fill: #d90429;
	cursor: pointer;
}

.menu-nav-item {
	min-height: 40px;
	padding: 10px 20px;
}

.menu-nav-head {
	height: 100%;
	font-family: 'Montserrat-Medium';
	cursor: pointer;
}

.menu-nav-head.active {
	font-family: 'Montserrat-Bold';
}

.menu-nav-icon {
	-webkit-flex-shrink: 0;
			flex-shrink: 0;
	position: relative;
	width: 20px;
	height: 20px;
	-webkit-transform: rotate(0);
			transform: rotate(0);
	-webkit-transition: all ease-in-out 0.3s;
			transition: all ease-in-out 0.3s;
}

.menu-nav-icon::before,
.menu-nav-icon::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	border-radius: 10px;
	background-color: #2A2A2A;


	-webkit-transition: all ease-in-out 0.3s;
			transition: all ease-in-out 0.3s;
}

.menu-nav-icon::before {
	width: 100%;
	height: 2px;
}

.menu-nav-icon::after {
	width: 2px;
	height: 100%;
}

.menu-nav-head:hover .menu-nav-icon::before,
.menu-nav-head:hover .menu-nav-icon::after {
	background-color: #7393B3;
}

.menu-nav-head.active .menu-nav-icon::after {
	display: none;
}

.menu-nav-body {
	display: none;
	padding: 30px 0 10px 20px;
}

.menu-nav-link::before {
	opacity: 0;
	content: '';
	position: absolute;
	z-index: -1;
	top: -10px;
	right: -10px;
	bottom: -10px;
	left: -10px;
	border-radius: 5px;
	background: #f0f0f0;
	-webkit-transition: opacity 0.3s;
			transition: opacity 0.3s;
}

.menu-nav-link:hover::before {
	opacity: 1;
}

.menu-nav-link {
	margin-bottom: 25px;
	display: block;
	width: 100%;
	position: relative;
}

.menu-nav-link:last-child {
	margin: 0;
}

.menu-social {
	margin-top: 30px;
}

.menu-social-item {
	margin-right: 15px;
	font-size: 0;
	fill: #7393B3;
}

.menu-social-item:hover {
	fill: #36454F;
}

.menu-social-item:last-child {
	margin: 0;
}

/*  news
    ------------------------------------------------------- */
.sectionNews {
	padding: 80px 0;
}

.sectionNews-title {
	margin-bottom: 60px;
}

.sectionNews-list {
	margin-top: 80px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
}

.news {
	margin: 0 30px 70px 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
			flex-direction: column;
	width: calc((100% - 60px) / 3);
}

.news:nth-child(3n) {
	margin-right: 0;
}

.news-img {
	height: 200px;
	font-size: 0;
}

.news-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news-body {
	margin: -30px 20px 0;
	padding: 20px 20px 0;
	background: #fff;
}

.news-title {
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 1.3;
}

.news-description {
	margin-bottom: 15px;
	color: #696969;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.news-btn {
	position: relative;
	padding-left: 35px;
	color: #FF8A7A;
	font-family: 'Montserrat-Medium';
	-webkit-transition: 0.3s;
			transition: 0.3s;
}

.news-btn:hover {
	padding-left: 45px;
	cursor: pointer;
}

.news-btn::before {
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
	left: 0;
	width: 25px;
	height: 1px;
	background: #FF8A7A;
	transition: all 0.33s cubic-bezier(.12,.75,.4,1);
}

@media screen and (max-width: 1024px) {
	.sectionNews-list {
		margin: 0 auto;
		max-width: 800px;
	}
	
	.news {
		width: calc((100% - 30px) / 2);
	}

	.news:nth-child(3n) {
		margin-right: 30px;
	}
	
	.news:nth-child(2n) {
		margin-right: 0;
	}
}

@media screen and (max-width: 750px) {
	.sectionNews-list {
		margin: 0 auto;
		max-width: 400px;
		-webkit-flex-direction: column;
				flex-direction: column;
	}
	
	.news {
		margin-bottom: 50px;
		width: 100%;
	}
	
	.news,
	.news:nth-child(3n) {
		margin-right: 0;
	}
}

.article h1 {
	margin-bottom: 60px;
	text-align: center;
	font-size: 38px;
}

.article h2 {
	margin: 60px 0 40px;
	font-size: 34px;
}

.article h3 {
	margin: 40px 0 30px;
	font-size: 30px;
}

.article h4,
.article h5,
.article h6,
.article p,
.article ul,
.article ol,
.article blockquote {
	margin-bottom: 51px;
	color: #626262;
	line-height: 28px;
	font-family: 'Montserrat-Medium';
}

.article h4,
.article h5,
.article h6 {
	line-height: 1.3;
	font-family: 'Montserrat-Bold';
}

.article h4 {
	font-size: 26px;
}

.article h5 {
	font-size: 22px;
}

.article h6 {
	font-size: 18px;
}

.article p,
.article ul,
.article ol,
.article blockquote {
	line-height: 1.5;
}

.article blockquote {
	border-left: 2px solid #FF8A7A;;
	padding-left: 25px;
	color: #696969;
	font-style: italic;
}

.article ol {
	list-style: decimal inside;
}

.article p:last-child,
.article ul:last-child,
.article ol:last-child,
.article blockquote:last-child,
.article img {
	margin: 0;
}

.article ul li {
    position: relative;
    padding-left: 15px;
}

.article ul li::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #626262;
}

.article img {
	margin: 0 auto 60px;
	display: block;
	width: 100%;
	min-height: 200px;
	max-height: 500px;
	object-fit: cover;
}

.article a {
	color: #FF8A7A;;
	text-decoration: underline;
}

.article span[style~="color:"] a {
	color: inherit;
}

.article em {
	font-style: italic;
}

.article strong {
	font-family: 'Montserrat-Bold';
}
	
/*  pagination
	------------------------------------------------------- */
.pagination {
	-webkit-justify-content: center;
			justify-content: center;
}

.pagination-prev,
.pagination-next {
	width: 140px;
	height: 50px;
	border-radius: 25px;
	border: 2px solid #f0f0f0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
			justify-content: center;
	-webkit-align-items: center;
			align-items: center;
}

.pagination-prev {
	margin-right: 20px;
}

.pagination-next {
	margin-left: 20px;
}

.pagination-prev:hover,
.pagination-next:hover {
	border-color: #FF8A7A;
	background-color: #fafafa;
}

/*  modal window
    ------------------------------------------------------- */
.modal-box {
	display: none;
	position: fixed;
	z-index: 100002;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	overflow-y: auto;
	-webkit-animation-fill-mode: both;
			animation-fill-mode: both;
}

.modal-box.open {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
			justify-content: center;
	-webkit-align-items: center;
			align-items: center;
}

.modal {
	width: 100%;
	max-width: 470px;
	max-height: calc(100vh - 20px);
	text-align: center;
}

.modal-body {
	position: relative;
	z-index: 2;
	border-radius: 5px;
	padding: 0 20px;
	background: #fff;
}

.modal-container {
	margin: 0 auto;
	max-width: 370px;
	padding: 55px 0 70px;
}

.modal-title {
	margin-bottom: 40px;
	line-height: 1.2;
}

.modal .btn {
	margin: 0 auto;
	height: 60px;
	border-radius: 10px;
	font-size: 16px;
}

.modal-info {
	margin-bottom: 30px;
	line-height: 1.5;
}

.modal-close {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 30px;
	height: 30px;
}

/*  animation modal form
    ------------------------------------------------------- */
@-webkit-keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
				transform: scale3d(0.3, 0.3, 0.3);
	}

	50% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
				transform: scale3d(0.3, 0.3, 0.3);
	}

	50% {
		opacity: 1;
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
			animation-name: zoomIn;
	-webkit-animation-duration: 0.3s;
			animation-duration: 0.3s;
}

@-webkit-keyframes zoomOut {
	from {
		opacity: 1;
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
				transform: scale3d(0.3, 0.3, 0.3);
	}

	to {
		opacity: 0;
	}
}

@keyframes zoomOut {
	from {
		opacity: 1;
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
				transform: scale3d(0.3, 0.3, 0.3);
	}

	to {
		opacity: 0;
	}
}

.zoomOut {
	-webkit-animation-name: zoomOut;
			animation-name: zoomOut;
	-webkit-animation-duration: 0.3s;
			animation-duration: 0.3s;
}

/*  Popup info
	------------------------------------------------------- */
.popup-info {
	position: fixed;
	z-index: 90006;
	top: 20px;
	left: 20px;
	width: calc(100vw - 40px);
	max-width: 400px;
	border-radius: 3px;
	border: 2px solid #7393B3;
	padding: 20px 40px 20px 80px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	font-size: 16px;
	visibility: visible;
	-webkit-animation-name: bounceInDown;
			animation-name: bounceInDown;
	-webkit-animation-duration: 1s;
			animation-duration: 1s;	
	-webkit-animation-timing-function: ease-in-out;	
			animation-timing-function: ease-in-out;	
}

.fadeOut {
	opacity: 0;
	transition: opacity 500ms;
}

.popup-info p {
	line-height: 1.5;
}

.popup-info > svg {
	position: absolute;
	left: 40px;
	width: 26px;
	height: 26px;
}

.popup-info-progress {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 3px;
	border-radius: 3px;
	background-color: rgba(0, 0, 0, 0.4);
}

.popup-info-close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 14px;
	height: 14px;
	fill: #fff;
}

.popup-error .popup-info-close {
	fill: #fff;
}

.popup-error {
	color: #fff;
	border-color: #e74c3c;
	background-color: #e74c3c;
}

@-webkit-keyframes bounceInDown {
	from, 60%, 75%, 90%, 100% {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
				animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
				transform: translate3d(0, -3000px, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
				transform: translate3d(0, 25px, 0);
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
				transform: translate3d(0, -10px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
				transform: translate3d(0, 5px, 0);
	}

	100% {
		-webkit-transform: none;
				transform: none;
	}
}

@keyframes bounceInDown {
	from, 60%, 75%, 90%, 100% {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
				animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
				transform: translate3d(0, -3000px, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
				transform: translate3d(0, 25px, 0);
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
				transform: translate3d(0, -10px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
				transform: translate3d(0, 5px, 0);
	}

	100% {
		-webkit-transform: none;
				transform: none;
	}
}
	