/*Спецификация*/
body {
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-weight: normal;
	font-family: 'Montserrat', sans-serif;
	color: #222222;
	background: #FAFAFA;
}

section {
	padding: 130px 0 0 0;
}
.container { 
	width: 1200px;
 }
.container--middle {
	padding: 0 13.18%;
 }
.container-full {
	width: 100%!important;
	padding: 0 5.75%;
}
.wrapper-main {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.wrapper-coll {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
}
ul, li, li, h1, h2, h3, h4, p, a {
	padding: 0;
	margin: 0;
}
.offer__title {
    font-weight: bold;
	font-size: 60px;
	line-height: 73px;
	color: #FFFFFF;
	font-family: 'Montserrat Alternates', sans-serif;
	max-width: 730px;
	margin-bottom: 40px;
}
.offer__title span {
	color: #FDC95C;
}
h3 {
	font-size: 24px;
	line-height: 150%;
	margin-bottom: 15px;
	font-family: 'Montserrat Alternates', sans-serif;
}
a, a:focus, a:hover, a:active {
	text-decoration: none;
	text-transform: none;
	outline: none;
	box-shadow: none;
}
a, a:hover, a:active, a:focus, button, input, button:hover, button:active, button:focus, input:focus, input:active {
    text-decoration: none;
    outline: none !important;
}

ul {
	list-style-type: none;
}
::-webkit-input-placeholder { /* Chrome */
  /*color: #b7b7b7;*/
}
:-ms-input-placeholder { /* IE 10+ */
  /*color: #b7b7b7;*/
}
::-moz-placeholder { /* Firefox 19+ */
  /*color: #b7b7b7;
  opacity: 1;*/
}
:-moz-placeholder { /* Firefox 4 - 18 */
  /*color: #b7b7b7;*/
}
select {
  font-size: 15px;
  padding-right: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3px;
}

.inline-center {
	text-align: center;
}
.act {
	height: 70px;
	width: 334px;
	display: block;
	text-align: center;
	background: #FDC95C;
	border-radius: 3px;
	text-transform: uppercase;
	max-width: 400px;
	font-weight: bold;
	font-size: 18px;
	line-height: 28px;
	text-transform: uppercase;
	color: #232323;
	padding-top: 25px;
}

.act:hover {
	background-color: #FFC241;
	text-transform: uppercase;
	color: #232323;
	font-size: 18px;
	line-height: 28px;
}
.act:active, .act:focus {
	background-color: #FFC241;
	text-transform: uppercase;
	color: #232323;
	font-size: 18px;
	line-height: 28px;
}
.act-white {
	width: 260px;
	height: 60px;
	border: 1px solid #FDC95C;
	background: transparent;
	padding-top: 16px;

}
.act-color {
	height: 60px;
	left: 375px;
	top: 551px;
	background: linear-gradient(180deg, #D3A671 0%, rgba(255, 255, 255, 0) 100%), #D3A671;
	box-shadow: 2px 4px 15px rgba(211, 166, 113, 0.38);
	border-radius: 1px;
	color: #051220;
}
.order__btn {
	cursor: pointer;
}
.act-color:hover {
	    
}

.bolder {
	font-weight: 700;
}
.section__title {
	font-weight: 600;
	font-size: 42px;
	line-height: 52px;
	color: #35414F;
	font-family: 'Montserrat Alternates', sans-serif;
	margin-bottom: 50px;
}
.section__title--white {
	color: #fff;
	font-family: 'Montserrat Alternates', sans-serif;
}
.section__title__white {
	color: #fff;
}
.section__text {
	font-weight: normal;
	font-size: 16px;
	line-height: 26px;
	color: #222222;
	max-width: 640px;
	margin-bottom: 60px;
	margin-left: 200px;
	}
/*Первый экран*/
.header {
	background-color: #333;
	background-image: url(../img/header-bg.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	color: #fff;
	padding-top: 25px;
	background-position: top right;
}
.offer {
	margin-top: 261px;
	margin-left: 200px;
	margin-bottom: 185px;
}
.offer__text {
	font-weight: 600;
	font-size: 18px;
	line-height: 32px;
	color: #FFFFFF;
	max-width: 600px;
	margin-bottom: 50px;
}
.offer__btn {
	height: 76px;
	color: #222222!important;
}

.header-menu {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-items: flex-start;
}

.header-contacts {

}
.header-contacts__email {

}
.header-contacts__email::before {
	content: "";
	display: block;
	width: 16px;
	height: 12px;
	background-image: url(../img/mail.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 3px;
}
.header-contacts__email:hover {
	color: #fed756;
}

/*Гамбургер*/
#menu-icon {
	display: none;
    margin-bottom: 7px;
    width: 26px;
    height: 30px;
    float: left;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transition: .10s ease-in-out;
    cursor: pointer;
    margin-right: 30px;
    margin-top: 12px;
    margin-bottom: 7px;
}

#menu-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 3px;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#menu-icon span:nth-child(1) {
  top: 4px;
}

#menu-icon span:nth-child(2) {
  top: 11px;
}

#menu-icon span:nth-child(3) {
  top: 18px;
}

#menu-icon.open span:nth-child(1) {
  top: 14px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#menu-icon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#menu-icon.open span:nth-child(3) {
  top: 14px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.overlay-menu {
	display: none;
}
.menu-mobile {
	display: none;
	width: 100%;
	min-height: 500px;
	background: #231f20;
}

.fade {
	opacity: 1;
	transition: .2s ease-in-out;
}
.thumb-slider {
	display: none;
}

.logo-block {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	margin-top: 5px;
}
.logo img {
	width: 61px;
	height: 35px;
}
.logo__desc {
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	max-width: 170px;
	margin-left: 15px;
}
.contacts__address {
	font-weight: 500;
	font-size: 13px;
	line-height: 22px;
	color: #FFFFFF;
	position: relative;
}
.contacts__address::before {
	content: '';
    position: absolute;
    width: 13px;
    height: 13px;
	top: 5px;
    left: -21px;
    background: url(../img/loc.svg) no-repeat;
}
.header__contacts {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 100px;
}
.contacts__phone {
	font-weight: bold;
	font-size: 16px;
	line-height: 26px;
	color: #FFFFFF;
}
.contacts__order {
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
	border-bottom: 1px dashed #fff;
}
/*Слйдер*/
.slick-dots {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
}
.slick-dots li {
	width: 8px;
	height: 8px;
	background-color: #C4C4C4;
	border-radius: 50px;
	margin-right: 15px;
}
.slick-dots li.slick-active {
	width: 8px;
	height: 8px;
	background-color: #FDC95C;
	border-radius: 50px;
}
.slick-dots {
	bottom: -80px;
}
.slick-dots li button:before, .slick-dots li.slick-active button:before {
	color: transparent;
}
.slick-initialized .slick-slide {
	outline: none;
}
/*Услуги*/
.services {
	padding-bottom: 0;
	position: relative;
}
.services::before {
	content: '';
	width: 527.87px;
	height: 288.64px;
	position: absolute;
	right: 19%;
	top: 161px;
	background-image: url(../img/decor-services.png);
	background-repeat: no-repeat;
	z-index: -1;
}
.services-list__img-mobile {
	display: none;
}
.services-list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	max-width: 100%;

}
.services-list__item {
	width: 20%;
	height: 600px;
	padding: 60px 40px;
}
.services-list__img-mobile {
	width: 100%;
	height: 276px;
	background-position: center
}
.services-list__item:hover .services-list__desc {
	 transition: 3s;
}
.services-list__text {
	display: none;

}
.services-list__item--1, .services-list__img-mobile--1 {
	background-image: url(../img/service1.jpg);
	background-repeat: no-repeat;
}
.services-list__item--2, .services-list__img-mobile--2 {
	background-image: url(../img/service2.jpg);
	background-repeat: no-repeat;
}
.services-list__item--3, .services-list__img-mobile--3 {
	background-image: url(../img/service3.jpg);
	background-repeat: no-repeat;
}
.services-list__item--4, .services-list__img-mobile--4 {
	background-image: url(../img/service4.jpg);
	background-repeat: no-repeat;
}
.services-list__item--5, .services-list__img-mobile--5 {
	background-image: url(../img/service5.jpg);
	background-repeat: no-repeat;
}
.services-list__title {
	margin-top: 420px;
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	color: #FFFFFF;
	margin-bottom: 30px;
}
.services-list__item:hover {
	background: #333;
}
.services-list__item:hover .services-list__title {
	margin-top: 0;
	
}
.services-list__item:hover .services-list__text {
	font-weight: normal;
	font-size: 16px;
	line-height: 26px;
	color: #FFFFFF;
	display: block;
}
.services-list__text--remark {
	font-size: 13px;
	line-height: 18px;
	color: #919191;
	margin-top: 20px;
	display: none;
}
.services-list__item:hover .services-list__text--remark {
	display: block;
}

/*Стоимость*/
.price {
	position: relative;
}
.price::before {
	content: '';
    width: 410.19px;
    height: 654.81px;
    position: absolute;
    left: 8%;
    top: 261px;
	background-image: url(../img/decor-price.png);
	background-repeat: no-repeat;
}
.main-lists {

}
.price__lists--price {
	margin-bottom: 100px;
}
.price__lists {
}
.price__lists--no {
	background-color: #fff;
	padding: 50px 30px 20px 70px;
}
.price__list {
	font-weight: normal;
	font-size: 16px;
	line-height: 26px;
	color: #222222;
	margin-bottom: 20px;
	position: relative;
}
.price__list::before {
	content: "";
	width: 13px;
	height: 13px;
	position: absolute;
    top: 8px;
    left: -24px;
	background: url(../img/check-1.svg);
	background-repeat: no-repeat;
}
.price__list--not::before {
	background: url(../img/check-2.svg);
	background-repeat: no-repeat;
}
.price__remark {
	font-size: 13px;
	line-height: 17px;
	color: #999999;
	margin-top: 15px;
	padding-left: 70px;
}
.price-block {
	padding: 100px 32px 60px 50px;
	background: #fff;
	max-width: 640px;
	margin: 0 auto;
	margin-bottom: 100px;

}
.price-block__text {
	font-weight: normal;
	font-size: 18px;
	line-height: 28px;
	color: #35414F;
	position: relative;
}
.price-block__text::before {
	content: "";
	width: 41px;
	height: 41px;
	background-image: url(../img/info.svg);
	background-repeat: no-repeat;
	position: absolute;
	top: -50px;
	left: 0;
}
.price-block__text span {
	font-weight: 600;
	color: #35414F;
}
.price-card {

}
.price-card__img {
	height: 220px;
	margin-bottom: 20px;
}
.price-card__img--1 {
	background-image: url(../img/price-img1.jpg);
	background-repeat: no-repeat;
}
.price-card__img--2 {
	background-image: url(../img/price-img2.jpg);
	background-repeat: no-repeat;
}
.price-card__img--3 {
	background-image: url(../img/price-img3.jpg);
	background-repeat: no-repeat;
}
.price-card__title {
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
	color: #35414F;
	margin-bottom: 15px;
}
.price-card__text {
	font-size: 16px;
	line-height: 24px;
	color: #797979;
	margin-bottom: 3px;
}
.price-card__text  span {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #35414F;
}
.price__km {
	margin-bottom: 15px;
}
.price__km span {
	font-weight: 600;
	font-size: 16px;
	line-height: 28px;
	color: #35414F;
	}
.price-card__link {
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
	color: #FDC95C;
	margin-bottom: 15px;
}
.price__korp {
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	color: #222222;
	margin-bottom: 30px;
}
.main-link {
	cursor: pointer;
}
.main-link:hover {
	color: #FDC95C;
	border-bottom: 1px dashed #FDC95C;
}
.price-card--2 {
	margin-top: 35px;
}
.price__remark-korp {
	font-size: 13px;
	line-height: 18px;
	color: #797979;
}
.price__map {
	font-weight: 500;
	color: #797979;
	font-size: 14px;
	line-height: 20px;
	border-bottom: 1px dashed #797979;
}
.price__map:hover {
	color: #FDC95C;
	border-bottom: 1px dashed #FDC95C;
}
.price-card__btn {
	margin-top: 20px;
}
.price-download {
	margin-top: 100px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.price-download__text {
	max-width: 500px;
	padding-left: 45px;
	position: relative;
}
.price-download__text::before {
	content: "";
	width: 30px;
	height: 30px;
	position: absolute;
	top: 2px;
	left: 0;
	background-image: url(../img/warning.svg);
	background-repeat: no-repeat;
}
.price-download__links {
	margin-left: 100px;
}
.price-download__link {
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
	color: #35414F;
	border-bottom: 1px dashed #35414F;
}
.price-download__link:hover {
	color: #FDC95C!important;
	border-bottom: 1px dashed #FDC95C;
}
.price-download__text--pdf {
	font-weight: normal;
	font-size: 16px;
	line-height: 28px;
	color: #797979;
	margin-top: 15px;
}

/*Баннер*/
.banner {
	background-image: url(../img/banner-bg.jpg);
	background-repeat: no-repeat;
	padding: 80px 0 66px 0;
	margin-top: 130px;
	background-position: top;
}
.banner__text {
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	color: #222222;
	margin-bottom: 30px;
}
.banner__btn {

}
.banner__img {
	display: none;
}
.section__title--banner {
	font-weight: bold;
	font-size: 34px;
	line-height: 28px;
	color: #35414F;
	font-family: 'Montserrat', sans-serif!important;
	margin-bottom: 34px;
}

/*Преимущества*/
.advantages {
	
}
.section__title--adv {
	max-width: 785px;
}
.advantages__item {
	padding: 58px 260px 90px 119px;
	background-color: #fff;
	position: relative;
}
.advantages__item:before {
	content: '';
    width: 447.36px;
    height: 367.52px;
    position: absolute;
    right: 8%;
    top: 80px;
	background-image: url(../img/decor-adv1.png);
	background-repeat: no-repeat;
}
.advantages__item--dark {
	background-color: #333;
	margin-top: 30px;
}
.advantages__item--dark:before {
	content: '';
    width: 528.2px;
    height: 339.29px;
    position: absolute;
    right: 5%;
    top: 80px;
	background-image: url(../img/decor-adv2.png);
	background-repeat: no-repeat;
}
.advantages__title {
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	color: #35414F;
	margin-bottom: 30px;
}
.advantages__title--dark {
	color: #fff;
}
.advantages-wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.advantages__lists {
	max-width: 452px;
	margin-right: 100px;
	
}
.advantages__list {
	font-weight: normal;
	font-size: 16px;
	line-height: 26px;
	color: #222222;
	margin-bottom: 15px;
	position: relative;
}
.advantages__list span {
	font-weight: 500;
}
.advantages__list::before {
	content: '';
	width: 7px;
	height: 7px;
	background: #426EA3;
	position: absolute;
	top: 9px;
	border-radius: 50px;
	left: -23px;
}
.advantages__list span {

}
.advantages__lists--dark {
	background-color: #333;
	max-width: 452px;

}
.advantages__list--dark {

}
.advantages__list--dark {
	color: #EDECEC;;
}
.advantages__list--dark span {
	font-weight: 500;
	color: #fff;
}
.advantages__list--dark::before {
	content: '';
	width: 7px;
	height: 7px;
	background: #ADADAD;
	position: absolute;
	top: 9px;
	border-radius: 50px;
	left: -23px;
}

/*Галерея фото*/
.gallery {
	position: relative;
	overflow: hidden;
}
.gallery::before {
	content: '';
    width: 1120.96px;
    height: 216.08px;
    position: absolute;
    left: 8%;
    top: 281px;
	background-image: url(../img/decor-gallery.png);
	background-repeat: no-repeat;
}
.gallery-slider {

}
.gallery-slider__item {
	margin-right: 20px;
	max-height: 414px;
	overflow: hidden;
}
.slider-card__img img {
	max-width: 100%;
	height: auto;
}
.slider-card__img {
	height: 414px;
	display: block;
}
.gallery-slider__item:nth-child(2n) {
	margin-top: 30px;
	height: 310px!important;
}
.section__text--gallery {
	max-width: 540px;
	margin-bottom: 150px;
}
.section__title--gallery {
	max-width: 570px;
}
/*Программа*/
.program {

}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	border: 0;
}
.nav-tabs .nav-link {
	border: none;
}
.program__title:hover {
	color: #FDC95C;
}
.program .price-card__btn {
	padding-top: 22px;
}
.program__wrapper {
	padding: 66px 80px 65px 119px;
	background: #fff;
	position: relative;
	margin-bottom: 30px;
}
.program__wrapper::before {
	content: '';
    width: 620.09px;
    height: 267.83px;
    position: absolute;
    right: 3%;
    top: 81px;
	background-image: url(../img/decor-program1.png);
	background-repeat: no-repeat;
}
.program__main-title {
	font-weight: 600;
	font-size: 24px;
	line-height: 28px;
	color: #35414F;
	margin-bottom: 18px;
}
.program__title-text {
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	color: #939393;
	margin-bottom: 45px;
}
.program__title-text span {
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #222222;
}
.program-tab__wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.program-tab {

}
.program__tabs-desc {

}
.program__tab {
	border: 0;
}
.program__item {

}
.program__item a.active {

}
.program__content {

}
.tab-pane {

}
.program-schedule__text {
	font-size: 16px;
	line-height: 22px;
	max-width: 420px;
    margin-bottom: 50px;
}
.program__title-day {
	font-weight: bold;
	font-size: 18px;
	line-height: 28px;
	color: #222222;
	margin-bottom: 50px;
}
.program-tab__wrap {

}
.program-tab__img {
	width: 527.88px;
	height: 409.94px;
	margin-right: 40px;
	-webkit-background-size: cover;
	background-size: cover;
}
.program-tab__img--1-1 {
	background-image: url(../img/2day6.jpg);
	background-repeat: no-repeat;
}
.program-tab__img--1-2 {
	background-image: url(../img/1day2.jpg);
	background-repeat: no-repeat;
}
.program-tab__img--1-3 {
	background-image: url(../img/1day1.jpg);
	background-repeat: no-repeat;
}

.program-tab__img--2-1 {
	background-image: url(../img/program-img1.jpg);
	background-repeat: no-repeat;
}
.program-tab__img--2-2 {
	background-image: url(../img/program-img2.jpg);
	background-repeat: no-repeat;
}
.program-tab__img--2-3 {
	background-image: url(../img/2day3.jpg);
	background-repeat: no-repeat;
}
.program-tab__img--2-4 {
	background-image: url(../img/2day4.jpg);
	background-repeat: no-repeat;
}
.program-tab__img--2-5 {
	background-image: url(../img/2day5.jpg);
	background-repeat: no-repeat;
}
.program-tab__img--2-6 {
	background-image: url(../img/1day3.jpg);
	background-repeat: no-repeat;
}
.program-tab__desc {

}
.program__title {
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	color: #797979;
	margin-right: 70px;
	position: relative;
	margin-bottom: 35px;
}
.program__title::before {
	content: '';
	width: 30px;
	height: 1px;
	border: 1px dashed #C4C4C4;
	right: -64px;
	top: 14px;
	position: absolute;
}
.program__title--last::before {
	display: none;
}
.program__item__title>.active>.program__title {
	font-weight: bold;
	font-size: 18px;
	line-height: 28px;
	color: #35414F;
}
.program-schedule {

}
.program-schedule__lists {
	margin-bottom: 80px;
}
.program-schedule__list {
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	color: #222222;
	margin-bottom: 15px;
}
.program-schedule__list span {
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #222222;
}
.program-schedule__list span {

}

/*Подарки*/
.gifts {
	
}
.gifts-wrap {
	background: #333;
	color: #fff;
	padding: 97px 145px 99px 119px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}
.gifts__desc {
	width: 34%;
    margin-right: 24%;
}
.section__title--gifts {
	margin-bottom: 15px;
}
.gifts__text {
	font-weight: normal;
	font-size: 18px;
	line-height: 28px;
	color: #E8E8E8;
	margin-bottom: 40px;
}
.gifts__text span {
	font-weight: bold;
	font-size: 18px;
	line-height: 28px;
}
.gifts__btn {
	border: 1px solid #FFFFFF;
	box-sizing: border-box;
	background: transparent;
	height: 60px;
	padding-top: 16px;
	color: #fff;
	width: 259px;
	font-weight: 600;
	font-size: 15px;
	line-height: 28px;
	text-transform: uppercase;
color: #FFFFFF;
margin-bottom: 18px;
}
.gifts__btn:hover {
	border:0;
	padding-top: 16px;
	font-weight: 600!important;
	font-size: 16px;
	line-height: 28px;
	text-transform: uppercase;
	padding-top: 17px;
}
.gifts__remark {
	font-weight: normal;
	font-size: 13px;
	line-height: 20px;
	color: #E3E3E3;
}
.gifts__card {
	width: 481.74px;
	height: 258.78px;
}
.gifts__card img {
	max-width: 100%;
	height: auto;
}
/*Видео*/
.review-video {
	padding-bottom: 282px;
	position: relative;
	overflow: hidden; 
}
.review-video::before {
	content: '';
    width: 1267.32px;
    height: 670.7px;
    position: absolute;
	left: 8%;
    top: 266px;
	background-image: url(../img/decor-video.png);
	background-repeat: no-repeat;
}
.section__title--video {
	margin-bottom: 125px;
}
.review-slider {

}
.review-slider__item {
	margin-right: 30px;
	max-width: 390px;
	position: relative;
}
.review-slider__item img {
	max-width: 100%;
	height: auto;
}


.play_btn {
	display: block;
    width: 43px;
    height: 43px;
    bottom: 20px;
    right: 20px;
    text-align: center;
    position: absolute;
    overflow: hidden;
	z-index: 100;
	border: 1px solid #fff;
	border-radius: 50px;
	background-image: url(../img/video-btn.svg);
	background-repeat: no-repeat;
	background-position: center center;

}

.play_btn:hover {
	-webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}
/*Контакты*/
.contacts-section {
	position: relative;
	padding-top: 240px;
	padding-bottom: 0;
}
.contacts-wrap {
	background-color: #444444;
	padding: 56px 260px 80px 119px;
	color: #fff;
	position: absolute;
    top: -240px;
    z-index: 1000;
}
.contacts-desc	{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.contacts__phone--contacts {
	margin-bottom: 35px;
	margin-right: 30px;
	font-weight: normal;
	font-size: 16px;
	line-height: 26px;
	color: #FFFFFF;
}
.contacts__phone a {
	color: #fff;
}
.contacts__title {
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
	color: #A9A9A9;
	margin-bottom: 8px;
}
.contacts__btn {
	height: 50px;
	width: 244px;
	font-weight: bold;
	font-size: 16px;
	line-height: 28px;
	text-transform: uppercase;
	color: #232323!important;
	padding-top: 12px;
}
.contacts__btn:hover {
	font-weight: bold;
	font-size: 16px;
	line-height: 28px;
	text-transform: uppercase;
}
.contacts__address {
	margin-right: 30px;
	
}
.contacts__phone--wrap {
	width: 30%;
}
.contacts__address--contacts {
	width: 30%;
}
.contacts__social {
	width: 30%;
}

.contacts__address--contacts::before {
	top: 28px;
}
.social {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 15px;
	margin-top: 30px;
}
.social__link {
	width: 22px;
	height: 22px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-right: 30px;
}
.social__link--fb {
	background-image: url(../img/fb.svg);
	background-repeat: no-repeat;
}
.social__link--insta {
	background-image: url(../img/insta.svg);
	background-repeat: no-repeat;
}
.social__link--vk {
	background-image: url(../img/vk.svg);
	background-repeat: no-repeat;
	width: 23px;
}


/*Карта*/
.map {
	background-image: url(../img/map.png);
	background-repeat: no-repeat;
	height: 530px;
}


/*Подвал*/
.footer {
	background-color: #373737;
	padding: 100px 0 60px 0;
}
.logo--footer {
	width: 232px;
	height: 36px;
}
.logo--footer img {
	width: 232px;
	height: 36px;
}
.footer a {
	color: #fff;
}
.footer a:hover {
	color: #FDC95C;
}
.copyright {
	font-size: 13px;
	line-height: 16px;
	color: #CDCDCD;
	font-weight: normal;
}
.copyright-wrap {
	margin-top: 100px;
	padding-top: 45px;
	border-top: 0.5px solid #444;
}

.footer__link {
	font-weight: normal;
	font-size: 13px;
	line-height: 16px;
	color: #CDCDCD!important;
	cursor: pointer;
	display: block;
}
.footer-designer {
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 16px;
	color: #CDCDCD;
}

.header-panel__list--footer {
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	color: #A5A5A5;
	margin-bottom: 17px;
}
.header-panel__item--footer {
	margin-top: 20px;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
}
.footer-contacts .contacts__phone {
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	margin-bottom: 20px;
}

.reviews_btns {
    width: 150px;
    position: absolute;
    right: 24px;
    top: -87px;
    border-radius: 39px;
    overflow: hidden;
    cursor: pointer;
}
.reviews_btns .arrow.prev {
    width: 50px;
    height: 60px;
    left: 0;
    top: 0;
    margin-top: 0;
    box-sizing: border-box;
    position: relative;
    margin-right: 20px;
}
.reviews_btns .arrow.prev:after {
	content: '';
    position: absolute;
    width: 42px;
    height: 8px;
    top: 50%;
    left: 50%;
    background: url(../img/Arrow-prev.svg) no-repeat;
    transition: all .2s linear;
}
.reviews_btns .arrow.next {
    width: 50px;
    height: 60px;
    left: 0;
    top: 0;
    margin-top: 0;
    position: relative;
}
.reviews_btns .arrow.next:after {
    content: '';
    position: absolute;
    width: 42px;
    height: 8px;
    top: 50%;
    left: 50%;
    background: url(../img/Arrow-next.svg) no-repeat;
    transition: all .2s linear;
}
.reviews_btns {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

/*Формы и мадальные окна*/
#thx {
	background: #444;
	padding: 50px 40px 60px 40px;
	box-shadow: 0px 4px 13px 0px rgba(4, 4, 4, 0.38);
	background-position: 100% 0;
	position: absolute;
	left: 50%;
	margin-left: -276px;
	top: 25%;
    width: 502px;
    border-radius: 3px;
}
.modal-content--order {
	padding: 50px 40px 60px 40px;
}
.modal--way .modal-dialog {
	max-width: 1000px;
}
.modal-body {
	padding: 0;
}
#overlay {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;  
	background: rgba(255, 255, 255, 0.68);
	left: 0px;
	top: 0px;
	cursor: pointer;
	z-index: 10;
}
.popup__logo-block {
	margin-bottom: 17px;
	width: 227.21px;
	height: 37.34px;
}
.logo-block--popup .logo-block--popup a {
	width: 227.21px;
	height: 37.34px;
}
.logo-block--popup  img {
	max-width: 100%;
	height: auto;
}
.popup-thanks__title {
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	color: #FFFFFF;
	margin-bottom: 40px;
	margin-top: 30px;

}
.popup-thanks__text {
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
}
.popup-thanks__insta-title {
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #B1B1B1;
	padding-top: 25px;
	margin-top: 28px;
	border-top: 0.5px solid #565656;
}

#loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(240, 240, 240, 0.91);
    overflow: hidden;
    display: none;
}

#loader img {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -25px;
}


.modal-content {
	background: #444444;
	color: #fff;
}

.close {
	color: #fff;
	font-size: 3.5rem;
    font-weight: 300;
    margin-right: 30px;
    margin-top: 25px;
}
.close:focus, .close:hover {
	color: #fff;
}
.popup-form__btn {
	height: 60px;
	padding-top: 4px;
	width: 100%;
	margin-bottom: 20px;
	margin-right: 0;
	display: block;
	max-width: 500px;
	border: 0;
	cursor: pointer;
}
.consultation__title {
	font-size: 24px;
	left: 30px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 15px;
	margin-top: 25px;
}
.form-form__text {
	margin-bottom: 20px;
}
.form__field {
	background: #FFFFFF;
	border-radius: 3px;
	height: 50px;
	width: 100%;
	padding-left: 15px;
	border-radius: 3px;
}
.policy-popup {
	font-size: 13px;
	line-height: 15px;
	color: #B4B4B4;
}
.social-block:last-child a {
	margin-right: 0;
}

.way {
    width:100%;
    height: auto;
    display: block;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.way img {
	max-width: 100%;
	height: auto;
}
/*.way--1 {
	background-image: url(../img/way3.png);
}
.way--2 {
	background-image: url(../img/way6.png);
}*/
