/*CALC*/
.s-calc{
	-webkit-background-size: auto;
	background-size: auto;
	background-position: calc(50% - 550px) 100px;
}
@media only screen and (min-width : 992px) {
	.calc__form .form__input_input-1{
		margin-right: -40px;
	}
	.calc__form .form__input_input-2{
		padding-left: 40px;
		margin-right: -40px;
	}
	.calc__form .form__input_input-3{
		padding-left: 40px;
	}
}
.calc__form{
	position: relative;
}
.calc__result{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	opacity: 0;
	z-index: -1;
	visibility: hidden;
}
.calc__form.active .calc-result{
	opacity: 1;
	visibility: visible;
	z-index: 99;
}
.calc-result{
	text-align: center;
}
.calc-result.item-bg{
	padding: 30px 20px;
}
.calc-result__center{
	max-width: 600px;
	margin: 0 auto;
}
.calc-result__info{
	margin-top: 10px;
	font-size: 15px;
}
.calc-result__country{
	text-transform: uppercase;
}
.calc-result__btn-wrap{
	margin-top: 15px;
}

.s-calc__img{
	position: absolute;
	top: 140px;
	left: 50%;
	margin-left: 400px;
}
.s-calc__img img{
	max-width: none;
}
@media only screen and (max-width : 1199px) {
	.s-calc__img{
		top: 100px;
	}
}
@media only screen and (max-width : 991px) {
	.s-calc{
		background-image: none !important;
	}
}
@media only screen and (max-width : 767px) {
}
@media only screen and (max-width : 575px) {
}
/*/CALC*/

/*FLAG*/
.flag{}
.flag-items{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
	margin: -15px -3px;
}
.flag-items__item{
	padding: 5px 3px;
}
@media only screen and (max-width : 1199px) {
}
@media only screen and (max-width : 991px) {
}
@media only screen and (max-width : 767px) {
}
@media only screen and (max-width : 575px) {
	.flag-items__item{
		max-width: 20%;
	}
}
/*/FLAG*/

/*ADVANTAGES*/
.s-advantages{}
.advantages-items{
}
@media only screen and (min-width : 992px) {
	.advantages-items > .row > div[class*='col']:nth-child(6n-1) .advantages-items__item{
		margin-top: -59px;
	}
	.advantages-items__item,
	.advantages-items__hover{
		padding-right: 30px;
	}
}
.advantages-items__item{
	min-height: 257px;
	box-shadow: 0 20px 81px rgba(22, 64, 88, 0.1);
}
.advantages-items__item,
.advantages-items__hover{
	border-radius: 10px;
}
.advantages-items__item_big{
	min-height: 348px;
}
.advantages-items__title{
	letter-spacing: .5px;
}
.advantages-items__link-wrap{
	margin-top: 10px;
	position: relative;
	z-index: 3;
}
.advantages-items__img{
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: center;
	z-index: 2;
	border-radius: 0 0 10px 0;
	overflow: hidden;
}
.advantages-items__item_img-center .advantages-items__img{
	left: 0;
	text-align: center;
	border-radius: 0;
	padding: 0 20px;
}
.advantages-items__item_img-r-20 .advantages-items__img{
	right: 20px;
	padding-left: 10px;
	border-radius: 0;
}
.advantages-items__item_img-b-20 .advantages-items__img{
	bottom: 20px;
	border-radius: 0;
}
.advantages-items__hover{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	min-height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
}
.advantages-items__item:hover .advantages-items__hover{
	opacity: 1;
	visibility: visible;
	z-index: 9;
}
.advantages-items__descr{
	line-height: 1.55em;
	font-size: 17px;
}
@media only screen and (max-width : 1199px) {
}
@media only screen and (max-width : 991px) {

}
@media only screen and (max-width : 991px) and (min-width : 576px) {
	.advantages-items__item{
		min-height: 348px;
	}
}
@media only screen and (max-width : 767px) {
	.advantages-items__title{
		font-size: 20px;
	}
}
@media only screen and (max-width : 575px) {
	.advantages-items__title{
		font-size: 23px;
	}
	.advantages-items__item_img-b-20 .advantages-items__img{
		bottom: 10px;
	}
}
/*/ADVANTAGES*/

/*CLIENT*/
.s-client{}
.client-items.items_carousel{
	margin-top: 30px;
}
.client-items__carousel .slick-list{
	overflow: visible;
}
@media only screen and (min-width : 992px) {
	.client-items__carousel .slick-prev,
	.client-items__carousel .slick-next{
		top: 30px;
	}
	.client-items__item{
		padding-top: 30px;
	}
}
.client-items__bg{
	padding: 0 70px;
}
.client-items__img{
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	text-align: center;
}
.client-items__img::before{
	content: '';
	position: absolute;
	width: 240px;
	height: 88px;
	bottom: 225px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	margin-left: -10px;
	background-image: url(../img/bg/client-img-leaf.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: contain;
	background-size: contain;
}
.client-items__img img{
	position: relative;
	z-index: 3;
	max-width: none;
}
.client-items__img-circle{
	width: 328px;
	height: 328px;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	opacity: 0.05;
	z-index: 2;
}
.client-items__img-circle,
.client-items__img-circle::before,
.client-items__img-circle::after{
	border: 1px solid black;
	box-shadow: 0 30px 46px rgba(246, 193, 68, 0.32);
	border-radius: 50%;
}
.client-items__img-circle::before,
.client-items__img-circle::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.client-items__img-circle::before{
	width: 75%;
	height: 75%;
}
.client-items__img-circle::after{
	width: 50%;
	height: 50%;
}
.client-items__text{
	padding-top: 50px;
	padding-bottom: 65px;
}
.client-items__scroll{
	margin-top: 20px;
	height: 190px;
	padding-right: 10px;
	overflow-y: scroll;
}

.client-items-thumbnails{
	max-width: 850px;
	margin: 0 auto;
}
.client-items-thumbnails__item{
	padding: 25px 20px;
	padding-left: 90px;
	overflow: hidden;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	opacity: .5;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.client-items-thumbnails__item:hover{
	opacity: .8;
}
.client-items-thumbnails__item.active{
	opacity: 1;
}
.client-items-thumbnails__img{
	width: 100px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.client-items-thumbnails__img img{
	max-width: 110px;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.client-items-thumbnails__text{}

@media only screen and (max-width : 1199px) {
	.client-items__bg{
		padding-left: 60px;
		padding-right: 60px;
	}
	.client-items__img-circle{
		width: 280px;
		height: 280px;
	}
	.client-items__img img{
		max-width: 290px;
	}
}
@media only screen and (max-width : 991px) {
	.client-items__bg{
		padding-left: 50px;
		padding-right: 50px;
	}
	.client-items__img img{
		max-width: 240px;
	}
	.client-items__img-circle{
		width: 230px;
		height: 230px;
	}
	.client-items__img::before{
		width: 220px;
		height: 75px;
		margin-left: 0;
	}

	.client-items-thumbnails__item{
		padding-left: 20px;
		padding-bottom: 70px;
		text-align: center;
	}
	.client-items-thumbnails__img{
		top: 50px;
		right: 0;
		width: 100%;
	}
}
@media only screen and (max-width : 767px) {
	.client-items__item{
		padding-top: 300px;
	}
	.client-items__carousel .slick-prev,
	.client-items__carousel .slick-next{
		top: 125px;
		bottom: auto;
	}
	.client-items__carousel .slick-prev{
		left: 50%;
		margin-left: -150px;
	}
	.client-items__carousel .slick-next{
		right: 50%;
		margin-right: -150px;
	}
	.client-items__text{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.client-items__img img{
		max-height: 300px;
	}
	.client-items__bg{
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media only screen and (max-width : 575px) {
}
/*/CLIENT*/

/*ABOUT*/
.s-about{
	background-position: calc(50% + 110px) center;
	-webkit-background-size: auto;
	background-size: auto;
}
.about{}
.about__video .video__img{
	min-height: 450px;
}
@media only screen and (max-width : 1199px) {
}
@media only screen and (max-width : 991px) {
	.s-about{
		background-image: none!important;
	}
	.about__video .video__img{
		min-height: 350px;
	}
}
@media only screen and (max-width : 767px) {
	.about__video .video__img{
		min-height: 250px;
	}
}
@media only screen and (max-width : 575px) {
	.about__video .video__img{
		min-height: 150px;
	}
}
/*/ABOUT*/

/*REVIEWS*/
.s-reviews{
}
.reviews-items{
}
.reviews-items__carousel .slick-list{
	overflow: visible;
}
.reviews-items__item{
}
.reviews-items__bg{
	padding: 0;
}
.reviews-items__left,
.reviews-items__right{
	padding: 40px 0;
	height: 100%;
	min-height: 410px;
}
.reviews-items__left{
	margin-right: -20px;
}
.reviews-items__right{
	margin-left: 20px;
}
.reviews-items__left{
	border-radius: 20px 0 0 20px;
	background-color: #f6f6f6;
	height: 100%;
	text-align: center;
	position: relative;
	padding-left: 20px;
}
.reviews-items__left::before{
	content: '';
	position: absolute;
	top: 40px;
	right: 30px;
	width: 45px;
	height: 34px;
	background-image: url(../img/icons/quote.png);
	background-repeat: no-repeat;
	background-position: center;
}
.reviews-items__right{
	padding-right: 85px;
	padding-left: 30px;
}
.client-items__scroll-wrap{
	padding-right: 10px;
}
.reviews-items__scroll{
	height: 300px;
	padding-right: 10px;
	overflow-y: scroll;
}
.reviews-items__img{
	max-width: 183px;
	margin: 0 auto 15px;
	border-radius: 50%;
}
.reviews-items__img::before{
	padding-top: 100%;
}
.reviews-items__img-text{
	max-width: 250px;
	margin: 0 20px 0 auto;
	padding: 0 15px;
	text-align: left;
}
.reviews-items__text{
	padding-top: 20px;
}
.reviews-items__name{
	margin-bottom: 10px;
}
.reviews-items__name br{
	display: inline-block;
}
.reviews-items__info{
	font-size: 14px;
	line-height: 1.5em;
}
@media only screen and (max-width : 1199px) {
	.reviews-items__left{
		padding-left: 0;
	}
	.reviews-items__right{
		padding-left: 0;
	}
	.reviews-items__text{
		padding-top: 0;
	}
}
@media only screen and (max-width : 991px) {
}
@media only screen and (max-width : 767px) {
	.reviews-items__carousel .slick-prev,
	.reviews-items__carousel .slick-next,
	.reviews-items__carousel.slick-dotted.slick-slider .slick-prev,
	.reviews-items__carousel.slick-dotted.slick-slider .slick-next{
		top: 125px;
		bottom: auto;
	}
	.reviews-items__carousel .slick-prev{
		left: 50%;
		margin-left: -150px;
	}
	.reviews-items__carousel .slick-next{
		right: 50%;
		margin-right: -150px;
	}
	.reviews-items__left, 
	.reviews-items__right{
		padding: 20px;
		min-height: 1px;
	}
	.reviews-items__left{
		margin-right: 0;
		border-radius: 20px 20px 0 0;
	}
	.reviews-items__right{
		margin: 0;
	}
	.reviews-items__left{
		min-height: 360px;
	}
	.reviews-items__left::before{
		top: 20px;
		right: 20px;
	}
	.reviews-items__img-text{
		margin: 0 auto;
		padding: 0;
		text-align: center;
	}
	.reviews-items__name{
		margin-bottom: 5px;
	}
}
@media only screen and (max-width : 575px) {
}
/*/REVIEWS*/

/*OFFER*/
.s-offer{
}
@media only screen and (min-width : 992px) {
	.s-offer.section_bg-bottom{
		padding-bottom: 200px;
	}
}
@media only screen and (min-width : 1200px) {
	.offer{
		margin-right: -30px;
	}
}
.offer{
	position: relative;
	z-index: 9;
	padding: 40px 0;
}
.offer.offer_p-0{
	padding: 0;
}
.offer__img{
	margin: 30px auto;
}
.offer__img img{
	margin-left: 30px;
	max-width: 500px;	
	position: relative;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.offer__descr{
	margin-top: 45px;
	font-weight: 400;
}
.offer__descr.h3{
	line-height: 1.5em;
}
.offer__descr_w-540{
	max-width: 540px;
}
.offer__btn-wrap{
	margin-top: 40px;
}
.offer__soc{
	margin-top: 30px;
	max-width: 585px;
}
.s-offer__bg-img{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -130px;
	margin-top: 10px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.s-offer__bg-img img{
	max-width: none;
}
.s-offer__bg-img.s-offer__bg-img_img-2{
	margin-left: 125px;
	margin-top: 0;
	top: auto;
	bottom: 0;
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	overflow: hidden;
}
.s-offer__bg-img.s-offer__bg-img_img-2 img{
	position: relative;
	top: 30px;
}
@media only screen and (max-width : 1199px) {
	.offer{
		padding: 20px 0;
	}
	.offer__descr{
		margin-top: 40px;
	}
	.s-offer__bg-img{
		margin-left: -30px;
	}
	.s-offer__bg-img img{
		max-width: 700px;
	}
	.s-offer__bg-img.s-offer__bg-img_img-2 img{
		max-width: 450px;
	}
}
@media only screen and (max-width : 991px) {
	.s-offer{
		padding: 100px 0 120px;
	}
	.offer{
		padding: 0;
	}
	.offer__descr{
		margin-top: 20px;
	}
	.offer__btn-wrap{
		margin-top: 20px;
	}
	.offer__soc{
		margin-top: 25px;
	}
	.s-offer__bg-img{
		margin-left: 15px;
	}
	.s-offer__bg-img img{
		max-width: 500px;
	}
	.s-offer__bg-img.s-offer__bg-img_img-2{
		margin-left: 50px;
	}
	.s-offer__bg-img.s-offer__bg-img_img-2 img{
		max-width: 430px;
	}
}
@media only screen and (max-width : 767px) {
	.s-offer{
		padding: 60px 0;
	}
	.offer__descr{
		margin-top: 15px;
	}
	.offer__btn-wrap{
		margin-top: 15px;
	}
	.offer__soc{
		margin-top: 15px;
	}
	.s-offer__bg-img{
		margin-left: 50px;
	}
	.s-offer__bg-img img{
		max-width: 400px;
	}
	.s-offer__bg-img.s-offer__bg-img_img-2{
		margin-left: 70px;
	}
	.s-offer__bg-img.s-offer__bg-img_img-2 img{
		max-width: 400px;
	}
}
@media only screen and (max-width : 575px) {
	.s-offer{
		text-align: center;
	}
	.offer__descr{
		margin-left: auto;
		margin-right: auto;
	}
	.offer__soc{
		max-width: 45%;
	}
	.s-offer__bg-img.s-offer__bg-img_img-2{
		margin-left: -30px;
	}
	.s-offer__bg-img.s-offer__bg-img_img-2 img{
		max-width: 280px;
	}
}
@media only screen and (max-width : 400px) {
	.s-offer.s-offer_offer-2{
		padding-bottom: 0;
	}
	.offer__soc{
		max-width: 55%;
		margin-left: auto;
		margin-right: auto;
	}
	.s-offer__bg-img.s-offer__bg-img_img-2{
		margin-left: 0px;
		left: 0;
		right: 0;
		text-align: center;
		position: relative;
	}
	.s-offer__bg-img.s-offer__bg-img_img-2 img{
		max-width: 250px;
	}
}
/*/INFO*/

/*CONDITION*/
.s-condition{
	-webkit-background-size: auto;
	background-size: auto;
	background-position: calc(50% + 55px) 90px;
}
.condition-items{
	margin-top: 20px;
}
.condition-items__item{
	height: calc(100% - 30px);
	background-color: white;
	border: 2px solid #eef4fa;
	border-radius: 6px;
	padding: 20px;
	text-align: center;
}
.condition-items__icon{
	line-height: 100px;
	margin-bottom: 25px;
}
.condition-items__text{}
.s-condition__brands{
	padding-top: 90px;
}
@media only screen and (max-width : 1199px) {
}
@media only screen and (max-width : 991px) {
	.s-condition{
		background-image: none!important;
	}
}
@media only screen and (max-width : 767px) {
}
@media only screen and (max-width : 575px) {
}
/*/CONDITION*/

/*BRANDS*/
.brands__title{
	text-align: center;
}
.brands-items{
	margin: 30px auto 0;
	max-width: 960px;
}
@media only screen and (min-width : 768px) {
	.brands-items > .row > div[class*='col']:nth-child(4n+1) .brands-items__item{
		text-align: left;
	}
	.brands-items > .row > div[class*='col']:nth-child(4n) .brands-items__item{
		text-align: right;
	}
}
.brands-items__item{
	text-align: center;
}
.brands-items__img{
	line-height: 60px;
}

@media only screen and (max-width : 1199px) {
	.brands-items{
		margin-top: 20px;
	}
}
@media only screen and (max-width : 991px) {
	.brands-items{
		margin-top: 10px;
	}
	.brands-items__item{
		max-width: 150px;
	}
}
@media only screen and (max-width : 767px) {
}
@media only screen and (max-width : 575px) {
}
/*/BRANDS*/

/*QUOTE*/
.s-quote{
	-webkit-background-size: auto;
	background-size: auto;
	background-position: calc(50% - 550px) 80px;
	padding-bottom: 50px;
}
.quote{
	padding-top: 10px;
}
.quote__left{
	max-width: 490px;
	margin: 0 auto;
}
.quote__right{
}
.quote__img::before{
	padding-top: 117%;
}
.quote__descr{
	padding-top: 15px;
	line-height: 1.8em;
}
.quote__descr:first-child{
	padding-top: 0;
}
.quote__name{
	padding-top: 20px;
	letter-spacing: .2px;
}
@media only screen and (max-width : 1199px) {
	.quote__descr{
		padding-top: 5px;
		line-height: 1.6em;
	}
	.quote__name{
		padding-top: 10px;
	}
}
@media only screen and (max-width : 991px) {
	.s-quote{
		background-image: none!important;
	}
	.quote__descr{
		padding-top: 0;
		line-height: 1.5em;
	}
	.quote__name{
		padding-top: 5px;
	}
}
@media only screen and (max-width : 767px) {
	.quote{
		padding-top: 0;
	}
}
@media only screen and (max-width : 575px) {
	.quote__left{
		max-width: 290px;
		margin: 0 auto 30px;
	}
}
/*/QUOTE*/

/*CONTACTS*/
.s-contacts{
	padding-bottom: 0;
}
.contacts-items{
	max-width: 1100px;
	margin: 50px auto 0;
}
.contacts-items__item{
	margin-top: 15px;
	padding-left: 40px;
	position: relative;
}
.contacts-items__item::before{
	content: '';
	position: absolute;
	top: 7px;
	left: 0;
	width: 21px;
	height: 21px;
	background-repeat: no-repeat;
	background-position: center;
}
.contacts-items__item_phone::before{
	background-image: url(../img/icons/phone.png);
}
.contacts-items__item_location::before{
	background-image: url(../img/icons/location_fill.png);
}

.s-contacts__map{
	margin-top: 20px;
}
.contacts-map{
	height: 360px;
	position: relative;
}
.contacts-map__map{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
@media only screen and (max-width : 1199px) {
	.contacts-items{
		margin-top: 40px;
	}
}
@media only screen and (max-width : 991px) {
	.contacts-items{
		margin-top: 30px;
	}
	.s-contacts__map{
		margin-top: 30px;
	}
}
@media only screen and (max-width : 767px) {
	.contacts-items__item{
		max-width: 400px;
	}
}
@media only screen and (max-width : 575px) {
}
/*/CONTACTS*/

/*THANKS*/
.s-thanks{
	min-height: 100vh;
	padding-top: 30px;
	padding-bottom: 175px;
}
.thanks{
	max-width: 710px;
	margin: 0 auto;
}
@media only screen and (max-width : 1199px) {
}
@media only screen and (max-width : 991px) {
}
@media only screen and (max-width : 767px) {
	.s-thanks{
		padding-bottom: 275px;
	}
}
@media only screen and (max-width : 575px) {
}
/*/THANKS*/

/*FOOTER*/
.footer{
	padding: 40px 0;
	text-align: center;
	font-size: 14px;
	line-height: 1.5em;
}
.footer.footer_bottom{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.footer__logo .logo__img{
	max-width: 66px;
}
.footer__logo .logo__text{
	padding-top: 8px;
}
.footer__right{
	text-align: right;
}
.footer-links__item{
	margin-top: 5px;
}
.footer-links__item:first-child{
	margin-top: 0;
}
@media only screen and (max-width : 1199px) {
}
@media only screen and (max-width : 991px) {
	.footer{
		padding: 30px 0;
	}
	.footer__center{
		margin: 30px 0;
	}
	.footer__right{
		text-align: center;
	}
}
@media only screen and (max-width : 767px) {
}
@media only screen and (max-width : 575px) {
}
/*/FOOTER*/

/*STICK*/
.slick-slider{
	margin-left: -15px;
	margin-right: -15px;
	padding: 0 45px;
	-ms-touch-action: manipulation;
	touch-action: manipulation; 
}
.slick-slide{
	margin-left: 15px;
	margin-right: 15px;
}
.slick-vertical .slick-slide{
	border: none;
}
.slick-dotted.slick-slider{
	margin-bottom: 0;
}
.slick-slide:active,
.slick-slide:focus{
	outline: none;
}
.slick-vertical .slick-slide{
	border: none;
}
/*/SLICK*/

/*SLICK BUTTON*/
.slick-prev, 
.slick-next{
	cursor: pointer;
	position: absolute;
	top: 0;
	bottom: 0;
	padding: 0;
	margin: auto;
	visibility: visible;
	border: none;
	width: 100px;
	height: 100px;
	background-color: #ececec;
	border-radius: 50%;
	z-index: 9;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.slick-prev{
	left: 15px;
}
.slick-next{
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
	-webkit-filter: FlipH;
	filter: FlipH;
	-ms-filter: "FlipH";
	right: 15px;
}
.slick-dotted.slick-slider .slick-prev,
.slick-dotted.slick-slider .slick-next{
	bottom: 50px;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus{
	background-color: #ececec;
}
.slick-prev::before, 
.slick-next::before,
.slick-prev::after, 
.slick-next::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 3;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.slick-prev::before, 
.slick-next::before{
	right: 5px;
	background-image: url(../img/icons/arrow-carousel.png);
}
.slick-prev::after, 
.slick-next::after{
	width: 75%;
	height: 75%;
	background-color: #ff868a;
	background-image: linear-gradient(-10deg,  #d01718 0%, #ff868a 100%);
	border-radius: 50%;
	z-index: 2;
}
.slick-prev:hover::after, 
.slick-next:hover::after{
	background-color: #ff868a;
	background-image: linear-gradient(-10deg,  #d01718 0%, #d01718 100%);
}
@media only screen and (max-width : 1199px) {
	.slick-slider{
		padding-left: 40px;
		padding-right: 40px;
	}
	.slick-prev, 
	.slick-next{
		width: 80px;
		height: 80px;
	}
	.slick-prev::before, 
	.slick-next::before{
		-webkit-background-size: 14px;
		background-size: 14px;
	}
}
@media only screen and (max-width : 991px) {
}
@media only screen and (max-width : 767px) {
	.slick-slider{
		padding: 0;
	}
	.slick-prev{
		left: -10px;
	}
	.slick-next{
		right: -10px;
	}
	.slick-prev, 
	.slick-next{
		width: 50px;
		height: 50px;
	}
	.slick-prev::before, 
	.slick-next::before{
		-webkit-background-size: 10px;
		background-size: 10px;
	}
}
@media only screen and (max-width : 575px) {
}
/*/SLICK BUTTON*/

/*SLICK PAGINATION*/
.slick-dots{
	margin: 5px 0 0;
	position: relative;
	bottom: 0;
	left: 0;
	right: 0;
}
.slick-dots li{
	width: 12px;
	height: 12px;
	margin: 10px 5px 0;
}
.slick-dots li button{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	background-color: white;
	border-radius: 50%;
	display: inline-block;
	margin: 0;
}
.slick-dots li button::before{
	display: none;
}
.slick-dots li:hover button,
.slick-dots li.slick-active button{
	background-color: #d01718;
	background-image: linear-gradient(to top, #d01718 0%, #ff868a 100%);
}
/*/SLICK PAGINATION*/

/*POPUP*/
.fancybox-nav span{
	cursor: pointer;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 100px;
	height: 100px;
	background-color: rgba(229, 45, 66, 0.2);
	border-radius: 50%;
	z-index: 9;
	background-image: none;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.fancybox-nav span:hover{
	background-color: rgba(229, 45, 66, 0.2);
}
.fancybox-nav span::before{
	content: '';
	position: absolute;
	top: 0;
	right: 25px;
	bottom: 0;
	border: 5px solid transparent;
	border-right: 5px solid #fff;
	width: 10px;
	height: 10px;
	margin: auto;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.fancybox-nav:hover span::before{
	opacity: 1;
}
.fancybox-nav.fancybox-prev span{
	left: -50px;
}
.fancybox-nav.fancybox-next span{
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
	right: -50px;
}
.fancybox-nav span:hover::before{
	border-right-color: #fff;
}
.fancybox-nav{
	overflow: hidden;
}
.fancybox-nav span{
	visibility: visible!important;
}
.fancybox-close{
	background-image: none;
	width: 40px;
	height: 40px;
	top: 15px;
	right: 15px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.fancybox-close::before,
.fancybox-close::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 26px;
	height: 26px;
	margin: auto;
	height: 2px;
	background-color: #d7d7d7;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.fancybox-close:hover::before,
.fancybox-close:hover::after{
	background-color: #2993d1;
}
.fancybox-close::before{
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.fancybox-close::after{
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.fancybox-close:hover::before{
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.fancybox-close:hover::after{
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.fancybox-overlay{
	background-image: none;
	background-color: rgba(21,20,26,.9);
	background-image: url(../img/bg/main.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}
.fancybox-skin{
	box-shadow: none!important;
	background-color: transparent!important;
}
.fancybox-inner{
	overflow: visible!important;
	width: auto !important;
}
.popup{
	background-color: #fff;
	width: 710px;
	padding: 75px 60px;
	border-radius: 20px;
	box-shadow: 0 20px 81px rgba(22, 64, 88, 0.2);
	text-align: center;
	margin: auto;
}
.popup .h2 + *[class*='__subtitle']{
	margin-top: 20px;
}
.popup .form__form{
	max-width: 530px;
	margin: 0 auto;
}
@media only screen and (max-width : 767px) {
	.popup{
		width: 100%;
		max-width: 710px;
		padding: 50px 25px;
	}
}
/*/POPUP*/

/*POPUP*/
.popup_video{
	width: auto;
	max-width: none;
	padding: 0;
}
.popup_video iframe{
	width: 1170px;
	height: 600px;
}
@media only screen and (max-width : 1199px) {
	.popup_video iframe{
		width: 970px;
		height: 550px;
	}
}
@media only screen and (max-width : 991px) {
	.popup_video iframe{
		width: 750px;
		height: 450px;
	}
}
@media only screen and (max-width : 767px) {
	.popup_video iframe {
		width: 400px;
		height: 300px;
	}
}
@media only screen and (max-width : 480px) {
	.popup_video iframe {
		max-width: 400px;
		width: 100%;
	}
}
/*/POPUP*/
.city-select__header, .country-select__header {
    margin-bottom: 40px;
}