﻿/* Base */
html, body {
	height: 100%;
}
body {
	position: relative;
	overflow-x: hidden;
	background: white;
	color: black;
	font: 16px 'Gilroy', sans-serif;
}
* {
	-webkit-tap-highlight-color: transparent;
}
.main-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}
.inner-wrapper {
	position: relative;
	max-width: 1110px;
	width: 100%;
	height: 100%;
	padding: 50px 0;
	margin: 0 auto;
}
section {
	overflow: hidden;
}
h1 {
	font: 40px/51px 'Lora', sans-serif;
	margin-bottom: 30px;
}
h2 {
	font: 700 36px/46px 'Lora', sans-serif;
	margin-bottom: 20px;
}
h3 {
	font: 600 22px/26px 'Lora', sans-serif;
}
a {
	color: black;
	text-decoration: none;
}
b {
	font-weight: bold;
}
p {
	line-height: 20px;
	margin-bottom: 15px;
}
.add-text {
	font-size: 12px;
    line-height: 14px;
    margin-top: 20px;
    margin-bottom: 0;
}
input.field::-webkit-input-placeholder {color: white;}
input.field::-moz-placeholder {color: white;}
input.field:-moz-placeholder {color: white;}
input.field:-ms-input-placeholder {color: white;}
.field.error {
	border-color: red;
}
.field:last-child {
	margin-bottom: 0;
}
.field {
	border-bottom: 1px solid white;
	transition: all .3s;
	width: 100%;
	padding: 6px 0;
	margin-bottom: 34px;
}
label, input, select, textarea {
	color: white;
	font: 18px 'Gilroy', sans-serif;
}
svg, label {
	display: block;
}
label, svg path {
	transition: all .3s;
}
label {
	cursor: pointer;
}

/* Photo and Logo */
.photo {
	overflow: hidden;
}
.photo.style1 {
	border: 2px solid #CB9866;
    border-radius: 15px;
}
.photo.style2 {
	border: 2px solid #1C4653;
    border-radius: 15px;
}
.logo a:hover {
	opacity: .5;
}
.logo a, img {
	display: block;
}
.logo a {
	transition: all .15s;
}
.photo img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

/* Buttons */
.btn1:hover {
	background: transparent;
	border-color: #1C4653;
	color: #1C4653;
}
.btn1 {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #1C4653;
	border: 2px solid transparent;
	border-radius: 50px;
	color: white;
	font-weight: 600;
	font-size: 18px;
	transition: all .3s;
	height: 51px;
	padding: 0 30px;
	z-index: 10;
}
.btn2:hover {
	background: transparent;
	border-color: #CB9866;
	color: #CB9866;
}
.btn2 {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #CB9866;
	border: 2px solid transparent;
	border-radius: 50px;
	color: white;
	font-weight: 600;
	font-size: 18px;
	transition: all .3s;
	height: 51px;
	padding: 0 30px;
	z-index: 10;
}
.btn3 {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #1C4653;
	border: 2px solid #CB9866;
	border-radius: 15px;
	color: white;
	font-weight: 600;
	font-size: 18px;
	transition: all .3s;
	height: 51px;
	padding: 0 30px;
	margin: 0 20px;
	z-index: 10;
}
.btn3:hover:before {
	left: -42px;
}
.btn3:before {
	content: '';
    position: absolute;
    left: -22px;
    background: #CB9866;
    transition: all .3s;
    width: 40px;
    height: 2px;
}
.btn4 {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-weight: 500;
    font-size: 16px;
	transition: all .3s;
	height: 80px;
	padding-right: 10px;
	z-index: 10;
}
.btn4:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	border: 2px solid #CB9866;
	border-radius: 100%;
	width: 80px;
	height: 100%;
}
.btn4:hover span {
	border-color: #CB9866;
}
.btn4 span {
	position: relative;
	background: #1C4653;
	border-bottom: 1px solid transparent;
    line-height: 26px;
    transition: all .3s;
    z-index: 1;
}
.btn5 {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
    font-size: 16px;
	transition: all .3s;
	height: 80px;
	padding-right: 10px;
	z-index: 10;
}
.btn5:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	border: 2px solid #1C4653;
	border-radius: 100%;
	width: 80px;
	height: 100%;
}
.btn5:hover span {
	border-color: black;
}
.btn5 span {
	position: relative;
	background: white;
	border-bottom: 1px solid transparent;
	color: black;
    line-height: 26px;
    transition: all .3s;
    z-index: 1;
}

/* Lists */
.list-style1:last-child {
	margin-bottom: 0;
}
.list-style1 {
	margin-bottom: 15px;
}
.list-style1 li:last-child {
	padding-bottom: 0;
}
.list-style1 li {
    font-weight: 600;
    font-size: 18px;
	padding-left: 30px;
	padding-bottom: 10px;
}
.list-style1 li:before {
	content: '';
	position: absolute;
    top: 8px;
    left: 0;
    background: url('../img/list-syle1-icon.png') no-repeat;
    background-size: 100%;
	width: 20px;
	height: 5px;
}
.list-style2:last-child {
	margin-bottom: 0;
}
.list-style2 {
	margin-bottom: 15px;
}
.list-style2 li:last-child {
	padding-bottom: 0;
}
.list-style2 li {
    color: white;
    font-weight: 600;
    font-size: 18px;
    padding-left: 30px;
	padding-bottom: 10px;
}
.list-style2 li:before {
	content: '';
	position: absolute;
    top: 8px;
    left: 0;
    background: url('../img/list-syle2-icon.png') no-repeat;
    background-size: 100%;
	width: 20px;
	height: 5px;
}

/* Slick Slider */
.slick-slider {
	z-index: 10;
}
.slick-list, .slick-track, .slick-list .slick-track .slick-slide {
	width: 100%;
	height: 100%;
}
.slick-arrow:hover {
	opacity: .8;
}
.slick-arrow {
    position: absolute;
    bottom: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: black;
    border-radius: 10px;
    transition: all .3s;
    width: 44px;
    height: 44px;
    z-index: 10;
}
.slick-arrow svg {
	width: 9px;
	height: auto;
}
.slick-prev {
	right: 65px;
}
.slick-next {
	right: 15px;
}

/* Parallax */
.bg-parallax {
	display: block!important;
}

/* Header */
.header.active, .header.sticky {
	background: #1C4653;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    transition: all .3s;
    width: 100%;
    z-index: 100;
}
.header.sticky .header-wrapper {
	padding-top: 20px;
	padding-bottom: 20px;
}
.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .3s;
    padding-top: 30px;
    padding-bottom: 30px;
}
.header-logo {
	position: relative;
	z-index: 1;
}
.header.sticky .header-logo img {
	width: 130px;
}
.header-logo img {
	transition: all .3s;
	width: 168px;
}
.header-block {
    display: flex;
    align-items: center;
}
.header-phone {
	margin-right: 120px;
}
.header-phone a:hover {
	opacity: .8;
}
.header-phone a {
    color: white;
    font-weight: 600;
    font-size: 20px;
    transition: all .3s;
}
.header-sandwich.active {
	border-color: transparent;
}
.header-sandwich {
    position: relative;
    width: 36px;
    height: 25px;
    z-index: 2;
}
.header-sandwich span:nth-child(1) {
	top: 0;
}
.header-sandwich:hover span:nth-child(2), .header-sandwich:hover span:nth-child(4) {
	width: 100%;
}
.header-sandwich span:nth-child(2), .header-sandwich span:nth-child(4) {
	width: 24px;
}
.header-sandwich span:nth-child(2) {
    top: 8px;
}
.header-sandwich span:nth-child(3) {
    top: 16px;
}
.header-sandwich span:nth-child(4) {
    top: 24px;
}
.header-sandwich span {
    content: '';
    position: absolute;
    right: 0;
    background: #CB9866;
    transition: all .3s;
    width: 100%;
    height: 3px;
}
.header.active .header-sandwich span:nth-child(1) {
	top: 10px;
	transform: rotate(-45deg);
}
.header.active .header-sandwich span:nth-child(3) {
	top: 10px;
	transform: rotate(45deg);
}
.header.active .header-sandwich span:nth-child(2), .header.active .header-sandwich span:nth-child(4) {
	display: none;
}
.header.active .header-menu {
    opacity: 1;
    visibility: visible;
}
.header.sticky .header-menu {
	top: 107px;
	height: calc(100% - 107px);
}
.header-menu {
    position: fixed;
    top: 140px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    overflow: auto;
    background: #1C4653;
    transition: all .3s;
    width: 100%;
    height: calc(100% - 160px);
    padding: 20px;
}
.header-menu_wrapper {
    overflow: auto;
    height: 100%;
	padding: 0;
}
.header-menu ul li {
	margin-bottom: 20px;
}
.header-menu ul li a:hover {
	border-color: white;
}
.header-menu ul li a {
	border-bottom: 1px solid transparent;
    color: white;
    font: 20px/26px 'Lora', sans-serif;
    transition: all .3s;
}

/* Main */
.main-content {
	flex: 1 0 auto;
}

/* Screen Banner */
.screen-banner {
    background: #1C4653;
}
.banner-wrapper {
	padding-top: 200px;
	padding-bottom: 100px;
}
.banner-content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.banner-block1 {
	width: 57%;
}
.banner-block1 h1 {
	color: white;
}
.banner-block1 h1 span {
	font-weight: 600;
}
.banner-slider1.photo {
    position: relative;
    left: -165px;
    border-left: 0;
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 797px;
    height: 518px;
}
.banner-slider1 img:not(:first-child) {
	display: none;
}
.banner-slider1.photo:after {
	border-left: 0;
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.banner-block2 {
    width: 43%;
    padding-left: 15px;
}
.banner-photo2.photo {
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
    width: 627px;
    height: 490px;
	margin-bottom: 32px
}
.banner-photo2.photo:after {
	border-right: 0;
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.banner-block2 p {
	color: white;
	font: 32px/38px 'Lora', sans-serif;
	padding-left: 10px;
    margin-right: -120px;
    margin-bottom: 30px;
}
.banner-btn {
    padding: 0 80px;
    margin-left: 102px;
    margin-right: -102px;
}
.banner-bg {
    position: absolute;
    right: -200px;
    bottom: 52px;
    width: 282px;
}

/* Screen Banner */
.video-wrapper {
	padding-top: 122px;
    padding-bottom: 85px;
}
.video-content {
	position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
	width: 402px;
    min-height: 510px;
    padding: 20px 80px 20px 0;
    z-index: 1;
}
.video-content:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: #CB9866;
    border-radius: 0 15px 15px 0;
    width: 100vw;
    height: 100%;
    z-index: -1;
}
.video-title h2 {
	color: white;
}
.video-info1, .video-info2 {
	padding-right: 30px;
}
.video-info1 .list-style1 li {
	color: white;
}
.video-info1 p {
	color: white;
	line-height: 22px;
	margin-bottom: 0;
}
.video-player {
    position: absolute;
    top: -52px;
    left: 330px;
    cursor: pointer;
    width: 784px;
    height: 617px;
    z-index: 1;
}
.video-player.active:hover .video-player_play {
	opacity: 1;
	visibility: visible;
}
.video-player.active .video-player_play {
	opacity: 0;
	visibility: hidden;
}
.video-player_play {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #CB9866;
	border-radius: 100%;
	line-height: 0;
	transition: all .3s;
	width: 60px;
	height: 60px;
	margin: auto;
	z-index: 1;
}
.video-player.active .video-player_play:before {
	background-image: url('../img/video-player-pause.png');
	margin: 0;
}
.video-player_play:before {
	content: '';
	background-image: url('../img/video-player-play.png');
	background-repeat: no-repeat;
	background-size: 100%;
	width: 20px;
	height: 22px;
	margin-left: 3px;
}
.video-player:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
	width: 100%;
	height: 100%;
}
.video-player video {
	object-fit: cover;
    width: 100%;
    height: 100%;
}
.video-btn {
	padding: 0 37px;
	margin-top: 30px;
}
.video-info2 p {
	color: white;
}
.video-bg1 {
    position: absolute;
    left: -145px;
    width: 179px;
}
.video-bg2 {
    position: absolute;
    top: -46px;
    right: -12px;
    width: 170px;
}

/* Screen Advantages */
.advantages-wrapper {
	padding-top: 85px;
	padding-bottom: 70px;
}
.advantages-head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.advantages-head h2 {
	font-weight: 500;
	line-height: 44px;
	width: 44%;
	padding-right: 50px;
	margin-bottom: 0; 
}
.advantages-head ul {
    display: flex;
    flex-wrap: wrap;
    width: 56%;
}
.advantages-head ul li:nth-child(-n+2) {
	margin-top: 0;
}
.advantages-head ul li:nth-child(odd) {
	width: calc(55% - 50px);
	margin-right: 50px;
}
.advantages-head ul li:nth-child(even) {
	width: 45%;
}
.advantages-head ul li {
	display: inline-flex;
    align-items: center;
    margin-top: 30px;
}
.advantages-head ul li img {
	width: 80px;
	margin-right: 10px;
}
.advantages-head ul li span {
    font-weight: 500;
    font-size: 18px;
    text-align: center;
}
.advantages-content {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-top: 50px;
}
.advantages-item:last-child {
	margin-right: 0;
}
.advantages-item {
	position: relative;
    width: 268px;
    margin-right: 12px;
}
.advantages-item:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 26.04%, rgba(0, 0, 0, 0.9) 90.62%);
	width: 100%;
	height: 100%;
}
.advantages-item_title {
	position: absolute;
	bottom: 20px;
	color: white;
	font-weight: 600;
	font-size: 22px;
	line-height: 26px;
	text-align: center;
	width: 100%;
	padding: 0 15px;
	z-index: 1;
}
.advantages-item_title span {
	display: block;
	font-size: 12px;
    line-height: 14px;
    padding-top: 8px;
}

/* Screen Services */
.services-block:first-child {
	min-height: 690px;
}
.services-block:first-child .services-wrapper {
	padding-top: 100px;
}
.services-block:last-child .services-wrapper {
	padding-bottom: 50px;
}
.services-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.services-block:nth-child(odd) {
	background: #1C4653;
}
.services-block {
	min-height: 640px;
}
.services-block:nth-child(even) .services-info1, .services-block:nth-child(even) .services-info2 {
	order: 2;
	margin-left: auto;
}
.services-info1, .services-info2 {
	width: 44%;
}
.services-info2 {
	margin-top: -140px;
}
.services-block:nth-child(odd) .services-info1 h2 {
	color: white;
}
.services-info1 h2 {
	font-size: 32px;
    line-height: 41px;
}
.services-block:nth-child(odd) .services-info1 p {
	color: white;
}
.services-block:nth-child(even) .services-gallery {
	order: 1;
}
.services-gallery {
	position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    width: 595px;
}
.services-gallery_photo:first-child {
    width: 100%;
    height: 295px;
    margin-bottom: 10px;
}
.services-gallery_photo:nth-child(2), .services-gallery_photo:nth-child(3) {
	height: 235px;
}
.services-complex .services-gallery_photo:nth-child(2) {
	width: calc(38% - 5px);
}
.services-complex .services-gallery_photo:nth-child(3) {
	width: calc(62% - 5px);
}
.services-vip .services-gallery_photo:nth-child(2) {
	width: calc(47% - 5px);
}
.services-vip .services-gallery_photo:nth-child(3) {
	width: calc(53% - 5px);
}
.services-childrens .services-gallery_photo:nth-child(2) {
	width: calc(62% - 5px);
}
.services-childrens .services-gallery_photo:nth-child(3) {
	width: calc(38% - 5px);
}
.services-gastronomy .services-gallery_photo:nth-child(2) {
	width: calc(36% - 5px);
}
.services-gastronomy .services-gallery_photo:nth-child(3) {
	width: calc(64% - 5px);
}
.services-block:nth-child(odd) .services-info_text2 {
	color: white;
}
.services-more_btn-wr {
	text-align: right;
}
.services-gastronomy .services-more_btn {
	padding-right: 52px;
}
.services-complex .services-bg1 {
    position: absolute;
    width: 216px;
    margin-top: 150px;
}
.services-complex .services-bg2 {
    position: absolute;
    top: -11px;
    right: -160px;
    width: 181px;
}
.services-childrens .services-bg1 {
    position: absolute;
    top: 16px;
    left: -150px;
    width: 141px;
}
.services-childrens .services-bg2 {
    position: absolute;
    left: 340px;
    width: 145px;
    margin-top: 420px;
}

/* Screen Request */
.request-wrapper {
	padding-bottom: 100px;
}
.request-content {
	display: flex;
	flex-wrap: wrap;
    align-items: center;
}
.request-info {
	position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #1C4653;
    border-radius: 15px;
    text-align: center;
    width: 600px;
    min-height: 205px;
    padding: 20px 69px 26px;
    z-index: 1;
}
.request-info p {
	color: white;
    font-weight: 500;
    font-size: 26px;
    line-height: 31px;
    margin-bottom: 0;
}
.request-form {
	position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 345px;
    padding-left: 130px;
}
.request-form:after {
    content: '';
    position: absolute;
    top: 0;
    left: -85px;
    background: #CB9866;
    border-radius: 15px 0 0 15px;
    width: 100vw;
    height: 100%;
    z-index: -1;
}
.request-form form {
	width: 340px;
}
.request-form_btn {
	width: 100%;
	margin-top: 40px;
}

/* Scren Price */
.screen-price {
	background: #1C4653;
}
.price-title {
	text-align: center;
}
.price-title h2 {
	color: #CB9866;
	margin-bottom: 42px;
}
.price-item:last-child {
	margin-bottom: 0;
}
.price-item {
	margin-bottom: 37px;
}
.price-item_block {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.price-item_name {
	color: white;
    font-weight: 500;
    font-size: 22px;
    white-space: pre;
}
.price-item_name br {
	display: none;
}
.price-item_line {
	position: relative;
    border-bottom: 2px dashed black;
    width: 100%;
    margin: 0 10px 5px 10px;
}
.price-item_amount {
    color: #CB9866;
    font: 700 22px 'Lora', sans-serif;
    white-space: pre;
}
.price-item_desc {
    color: #B0B0B0;
    font-size: 18px;
    padding-top: 8px;
}
.price-bg1 {
    position: absolute;
    top: 10px;
    right: -150px;
    width: 232px;
}
.price-bg2 {
	position: absolute;
	right: -150px;
	width: 182px;
}

/* Screen Spa */
.spa-wrapper {
	padding-top: 100px;
	padding-bottom: 100px;
}
.spa-gallery {
	display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    height: 470px;
}
.spa-gallery_slider {
    width: calc(100% - 275px);
    height: 100%;
}
.spa-gallery_thumbnails {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	width: 265px;
	height: 100%;
}
.spa-gallery_photo:last-child {
	margin-bottom: 0;
}
.spa-gallery_photo {
	position: relative;
	width: 100%;
	height: 150px;
}
.spa-gallery_photo:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
	width: 100%;
	height: 100%;
}
.spa-info {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 40px;
}
.spa-info_block {
	width: calc(50% - 15px);
}

/* Screen Events */
.events-content {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.events-wrapper {
	padding-top: 0;
}
.events-info {
	position: relative;
	width: 826px;
	min-height: 801px;
	padding-top: 50px;
	padding-right: 20px;
}
.events-info:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: #CB9866;
    border-radius: 0 15px 15px 0;
    width: 100vw;
    height: 100%;
    z-index: -1;
}
.events-info h2 {
	color: white;
}
.events-desc p {
	color: white;
}
.events-desc ul li {
	color: white;
}
.events-desc {
	padding-right: 230px;
}
.events-gallery {
	position: relative;
    margin-top: 120px;
    margin-left: -826px;
    z-index: 1;
}
.events-gallery:after {
    content: '';
    position: absolute;
    top: -30px;
    left: 775px;
    background: #1C4653;
    border-radius: 15px 0 0 15px;
    width: 100vw;
    height: calc(100% + 60px);
    z-index: -1;
}
.events-gallery_photo:nth-child(1) {
    width: 576px;
    height: 435px;
    margin-top: 160px;
}
.events-gallery_photo:nth-child(2) {
	width: 514px;
    height: 324px;
    margin-left: 595px;
    margin-top: -600px;
}
.events-gallery_photo:nth-child(2):before, .events-gallery_photo:nth-child(3):before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border: 2px solid #CB9866;
    border-left: 0;
    border-radius: 0 15px 15px 0;
    width: 65%;
    height: 100%;
    z-index: 1;
}
.events-gallery_photo:nth-child(3) {
    width: 514px;
    height: 274px;
    margin-top: 18px;
    margin-left: 595px;
}
.events-bg1 {
    position: absolute;
    top: 70px;
    left: -145px;
    width: 144px;
}
.events-bg2 {
	position: absolute;
    right: -155px;
    width: 140px;
}

/* Screen Contacts */
.screen-contacts {
	background: #1C4653;
}
.contacts-wrapper {
    padding-left: 85px;
	padding-top: 70px;
    padding-bottom: 70px;
}
.contacts-content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.contacts-photo {
    position: absolute;
    top: -70px;
    left: -165px;
    width: 300px;
    height: calc(100% + 160px);
}
.contacts-photo:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
	width: 100%;
	height: 100%;
}
.contacts-info {
	position: relative;
	width: calc(100% - 540px);
	padding-top: 22px;
	padding-right: 50px;
	z-index: 1;
}
.contacts-info ul li:last-child {
	margin-bottom: 0;
}
.contacts-info ul li {
	display: inline-flex;
	flex-wrap: wrap;
    align-items: center;
    width: 100%;
	margin-bottom: 30px;
}
.contacts-info ul li span, .contacts-info ul li a {
	color: white;
}
.contacts-info ul li a:hover {
	opacity: .8;
}
.contacts-info ul li a {
	display: flex;
	align-items: center;
	transition: all .3s;
}
.contacts-info ul li a svg {
	width: 20px;
	height: auto;
	margin-right: 10px;
}
.contacts-info_address span {
	font-weight: 600;
    font-size: 32px;
    line-height: 38px;
}
.contacts-info .contacts-info_point {
	margin-bottom: 20px;
}
.contacts-info_point span {
    font-weight: 600;
    font-size: 18px;
}
.contacts-info_time span {
    font-weight: 500;
    font-size: 22px;
    width: 100%;
}
.contacts-info .contacts-info_phone {
	margin-bottom: 15px;
}
.contacts-info_phone a {
	font-weight: 600;
    font-size: 26px;
}
.contacts-info_email a {
	font-weight: 500;
    font-size: 18px;
}
.contacts-info_email a svg {
	margin-right: 10px;
}
.contacts-form {
	width: 540px;
}
.contacts-form h2 {
	color: white;
	margin-bottom: 34px;
}
.contacts-form_btn {
	color: black;
	width: 100%;
	margin-top: 40px;
}
.contacts-bg1 {
    position: absolute;
    left: 410px;
    bottom: 37px;
    width: 163px;
}
.contacts-bg2 {
	position: absolute;
	top: 10px;
    right: -135px;
    width: 128px;
}

/* Footer */
.footer {
	flex: 0 0 auto;
	background: #1C4653;
    border-top: 1px solid #CB9866;
}
.footer-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
}
.footer-main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;	
}
.footer-block {
	width: 45%;
}
.footer-work_title {
	font-weight: bold;
	color: white;
	margin-bottom: 5px;
}
.footer-desc p, .footer-desc ul li, .footer-contacts ul li {
	color: #B0B0B0;
}
.footer-contacts ul li:last-child {
	margin-bottom: 0;
}
.footer-contacts ul li {
	margin-bottom: 5px;
}
.footer-desc p a:hover, .footer-contacts ul li a:hover {
	text-decoration: underline;
}
.footer-desc p a, .footer-contacts ul li a {
	color: #CB9866;
}
.footer-copyright {
	text-align: center;
	padding-top: 30px;
}
.footer-copyright p {
	color: white;
	font-size: 18px;
    margin: 0;
}