/*about-numbers*/
.s-about-numbers{
	z-index: 4;
}

.about-numbers-items{
	padding-bottom: 30px;
}
.about-numbers-items__item{
	text-align: center;
	max-width: 440px;
}
.about-numbers-items__icon{
	position: relative;
	line-height: 180px;
	margin-bottom: 10px;
	text-align: center;
}
.about-numbers-items__number{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin-top: 10px;
	font-weight: 900;
	font-size: 144px;
	line-height: 1em;
}
.about-numbers-items__text{}
.about-numbers-items__title{
	font-weight: 600;
	text-transform: uppercase;
}
.about-numbers-items__descr{}
@media only screen and (max-width : 1499px) {
	.about-numbers-items{
		padding-bottom: 20px;
	}
	.about-numbers-items__descr br{
		display: none;
	}
}
@media only screen and (max-width : 1199px) {
	.about-numbers-items{
		padding-bottom: 0;
	}
	.about-numbers-items__icon{
		line-height: 140px;
	}
	.about-numbers-items__icon img{
		max-height: 140px;
	}
	.about-numbers-items__number{
		font-size: 120px;
		margin-top: 0;
	}
}
@media only screen and (max-width : 991px) {
	.about-numbers-items__icon{
		line-height: 120px;
		margin-bottom: 20px;
	}
	.about-numbers-items__icon img{
		max-height: 120px;
	}
	.about-numbers-items__number{
		font-size: 100px;
	}
	.about-numbers-items__title{
		font-size: 18px;
	}
}
@media only screen and (max-width : 767px) {
}
@media only screen and (max-width : 575px) {
}
/*/about-numbers*/

/*about-video*/
.s-about-video{
	position: relative;
	padding-bottom: 85px;
	margin-bottom: -60px;
	background-color: #fbfaf7;
	z-index: 4;
}
.s-about-video::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 85px;
	background: linear-gradient(180deg, #fff 0%, rgba(251, 250, 247, 0) 100%);
	pointer-events: none;
}
.s-about-video .container{
	position: relative;
	z-index: 2;
}

.about-video{
	margin-top: 40px;
}
.about-video__bell{
	position: absolute;
	left: 100%;
	top: 0;
	margin-left: 15px;
}
.about-video-items{
	margin-top: 0;
}
.about-video-items::before{
	margin-right: 0;
}
.about-video-items::after{
	margin-left: 0;
	background: linear-gradient(90deg, #fbfaf7 0%,  #fbfaf7 88%, rgba(251, 250, 247, 0) 100%);
}
.about-video-items__width{
	margin-left: auto;
}
.about-video-items__video{
	padding: 10px;
}

.about-video-tab{
	margin-top: 70px;
	position: relative;
	z-index: 4;
}
.about-video-tab__item{
	font-weight: 600;
	font-size: 18px;
	line-height: 1.3em;
	margin-top: 10px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	position: relative;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.about-video-tab__item:not(.active){
	box-shadow: none;
	background-color: transparent;
	color: #909090;
}
.about-video-tab__item:first-child{
	margin-top: 0;
}
.about-video-tab__item:hover{
	color: #202020;
}
.about-video-tab__item::before{
	content: '';
	position: absolute;
	top: 50%;
	right: 100%;
	margin-top: -10px;
	margin-right: -15px;
	border: 10px solid transparent;
	border-right: 15px solid #fbfaf7;
	opacity: 0;
	z-index: 9;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.about-video-tab__item.active::before{
	opacity: 1;
	margin-right: 0;
}
.about-video-tab__item-underline{
	border-bottom: 1px dotted transparent;
}
.about-video-tab__item:not(.active) .about-video-tab__item-underline{
	border-color: #909090;
}
@media only screen and (max-width : 1499px) {
	.about-video__bell{
		width: 30px;
		height: 40px;
	}
	.about-video-tab{
		margin-top: 30px;
	}
	.about-video-tab__item{
		font-size: 16px;
	}
}
@media only screen and (max-width : 1199px) {
}
@media only screen and (max-width : 991px) {
	.about-video__bell{
		margin-top: -20px;
	}
}
@media only screen and (max-width : 767px) {
	.about-video-tab{
		margin-top: 0;
	}
	.about-video-tab__item{
		border-radius: 5px;
		text-align: center;
		padding: 15px 20px;
	}
	.about-video-tab__item::before{
		display: none;
	}
	.about-video-items{
		padding-top: 50px;
	}
	.about-video__bell{
		left: 50%;
		margin-left: -15px;
		margin-top: 10px;
	}
}
@media only screen and (max-width : 575px) {
}
/*/about-video*/

/*geography*/
.s-geography{
	z-index: 5;
}
.s-geography__animation.section__animation::after{
	top: -100px;
}
.s-geography__subtitle{
	letter-spacing: 1px;
}

.geography{
	position: relative;
	margin-top: 20px;
	text-align: center;
}
.geography__map-wrapper{
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	padding: 8px;
	border: 1px solid rgba(215, 195, 101, 0.35);
	box-shadow: 0 16px 38px rgba(32, 32, 32, 0.1);
	background-color: #fff;
}
.geography__map-wrapper img{
	width: 100%;
}
.rafam-stores-map__panel{
	position: absolute;
	top: 22px;
	left: 22px;
	z-index: 3;
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 10px 13px;
	border: 1px solid rgba(215, 195, 101, 0.35);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 8px 18px rgba(32, 32, 32, 0.09);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	text-align: left;
}
.rafam-stores-map__eyebrow{
	font-weight: 700;
	font-size: 13px;
	line-height: 1.2em;
	text-transform: uppercase;
	color: #202020;
}
.rafam-stores-map__meta{
	display: flex;
	gap: 10px;
	font-size: 13px;
	line-height: 1.2em;
	color: #5a5553;
}
.rafam-stores-map__meta b{
	color: #202020;
}
.rafam-stores-map{
	width: 100%;
	height: 520px;
	min-height: 360px;
	overflow: hidden;
	border-radius: 6px;
	background-color: #f5f3ef;
	text-align: left;
}
.rafam-stores-map [class*="ground-pane"]{
	filter: grayscale(0.1) saturate(0.92) brightness(1.03);
}
.geography_has-stores-map .geography__video{
	display: none;
}
.rafam-map-balloon{
	max-width: 260px;
	font-family: Montserrat, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.45em;
	color: #202020;
}
.rafam-map-balloon__title{
	font-weight: 700;
	margin-bottom: 4px;
}
.rafam-map-balloon__city{
	font-weight: 600;
	margin-bottom: 4px;
}
.rafam-map-balloon__address,
.rafam-map-balloon__hours{
	margin-top: 4px;
}
.geography__video{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding-bottom: 100px;
}
.geography__video br{
	display: inline-block;
}

.geography-items{
	position: relative;
	z-index: 9;
	margin-top: -5px;
}
.geography-items__item{
	height: calc(100% - 30px);
	padding-top: 95px;
}
.geography-items__number{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	font-weight: 900;
	font-size: 80px;
	line-height: 1em;
	color: #fff;
	text-shadow: #C4C4C4 3px 3px 0, #C4C4C4 -3px -3px 0, 
	#C4C4C4 -3px 3px 0, #C4C4C4 3px -3px 0;
	padding-bottom: 30px;
	text-align: center;
}
.geography-items__img{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	text-align: center;
	z-index: 3;
}
.geography-items__item_item-2 .geography-items__img{
	margin-top: -35px;
	margin-left: -35px;
}
.geography-items__item_item-3 .geography-items__img{
	margin-top: 10px;
	margin-left: -90px;
}
.geography-items__item_item-4 .geography-items__img{
	margin-top: 5px;
	margin-left: -130px;
}
.geography-items__text{
	height: 100%;
	position: relative;
	z-index: 5;
}
.geography-items__title{
	font-weight: 700;
}
.geography-items__descr{
	font-size: 14px;
	line-height: 1.8em;
	padding-top: 5px;
}
@media only screen and (max-width : 1499px) {
	.geography-items__text{
		padding-left: 20px;
		padding-right: 20px;
	}
	.geography-items__descr{
		padding-top: 0;
	}
	.geography__video{
		padding-bottom: 80px;
	}
}
@media only screen and (max-width : 1199px) {
	.geography-items__descr{
		font-size: 12px;
	}
	.geography__video{
		padding-bottom: 50px;
	}
}
@media only screen and (max-width : 991px) {
	.geography{
		margin-top: 40px;
	}
	.rafam-stores-map{
		height: 420px;
	}
	.rafam-stores-map__panel{
		top: 18px;
		left: 18px;
	}
	.geography__video{
		position: relative;
		top: 0;
		left: 0;
		-webkit-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		padding-bottom: 0;
	}
	.geography-items{
		margin-top: 30px;
	}
}
@media only screen and (max-width : 767px) {
	.rafam-stores-map{
		height: 360px;
	}
	.rafam-stores-map__panel{
		right: 18px;
		left: 18px;
		justify-content: space-between;
	}
}
@media only screen and (max-width : 575px) {
	.geography__map-wrapper{
		margin-left: -15px;
		margin-right: -15px;
		border-radius: 0;
		border-left: 0;
		border-right: 0;
	}
	.rafam-stores-map__panel{
		top: 16px;
		right: 16px;
		left: 16px;
		display: block;
	}
	.rafam-stores-map__meta{
		margin-top: 6px;
	}
}
/*/geography*/

/*info*/
.s-info{
}
.info{
	padding: 80px 0;
}
.info__img{
	position: absolute;
	right: 100%;
	bottom: 0;
	margin-right: 120px;
}
.info__img img{
	max-width: none;
}

@media only screen and (max-width : 1199px) {
	.info__img{
		margin-right: 50px;
	}
	.info__img img{
		max-width: 430px;
	}
}
@media only screen and (max-width : 991px) {
	.info{
		padding: 50px 0;
	}
	.info__img img{
		max-width: 350px;
	}
}
@media only screen and (max-width : 767px) {
	.info{
		padding: 0;
	}
	.info__img{
		margin-right: 20px;
	}
	.info__img img{
		max-width: 250px;
	}
}
@media only screen and (max-width : 575px) {
}
/*/info*/

/*application*/
.s-application{
}
.s-application.bg-decor-1{
	padding-bottom: 120px;
	background-image: url(../img/bg/decor-1_2.png);
	margin-bottom: -50px;
}

.application{
	padding-bottom: 30px;
}
.application__subtitle{
	padding-top: 5px;
}
.application__subtitle_pt{
	padding-top: 25px;
	line-height: 1.4em;
}
.application__form{
	max-width: 1000px;
}
.application__form .form__top,
.application__form .form__form,
.application__form .form__info{
	max-width: 855px;
	margin-left: 0;
}
.application__form .form__bg.item-bg{
	margin-bottom: 65px;
}
.application__form .form__bg.item-bg{
	padding-bottom: 1px;
}
.application__form .form__bg.item-bg .input_btn{
	margin-bottom: -35px;
}
.application__img{
	position: absolute;
	top: -20px;
	left: 100%;
	margin-left: -170px;
	min-width: 520px;
	text-align: center;
}
.application__img img{
	max-width: none;
}
.application__img-animation{
	position: absolute;
	top: -10%;
	left: 40%;
	-webkit-transform: translate(0, -100%);
	-ms-transform: translate(0, -100%);
	-o-transform: translate(0, -100%);
	transform: translate(0, -100%);
	opacity: 0;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.application__img.active .application__img-animation{
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	opacity: 1;
}
.application__text{
	max-width: 675px;
}
.application__list{
	margin-top: 35px;
}


.application__form_xs{
	max-width: 480px;
}
.application__form_xs .form__bg{
	padding-top: 40px;
}
.application__form_xs .form__subtitle{
	margin-bottom: 5px;
}
.application__form_xs .form__title{
	font-weight: 300;
}
@media only screen and (min-width : 992px) {
	.application__form_xs .form__top{
		margin-bottom: 40px;
	}
}

.application_application-4{
	padding-top: 80px;
}
.application_application-4::before{
	content: '';
	position: absolute;
	top: 0;
	left: 200px;
	right: 0;
	margin: 0 auto;
	width: 449px;
	height: 81px;
	background-image: url(../img/bg/application-4-line.svg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: contain;
	background-size: contain;
}
@media only screen and (max-width : 1199px) {
	.application__form{
		max-width: 750px;
	}
	.application__form .form__top, 
	.application__form .form__form, 
	.application__form .form__info{
		max-width: 650px;
	}
	.application__form_xs .form__subtitle{
		margin-bottom: 0;
	}
	.application__subtitle_pt{
		padding-top: 10px;
	}
	.application__img img{
		max-height: 300px;
	}
}
@media only screen and (max-width : 991px) {
	.s-application.bg-decor-1{
		padding-bottom: 70px;
		margin-bottom: 0;
	}
	.application__form{
		margin-top: 100px;
	}
	.application__form.application__form_xs{
		margin-top: 0;
	}
	.application__img{
		bottom: 100%;
		margin-bottom: -20px;
		top: auto;
		left: 50%;
		width: 300px;
		min-width: 1px;
		margin-left: -150px;
	}
	.application__img img{
		max-width: 100%;
		max-height: 130px;
	}
	.application__img .application__img-animation{
		max-width: 60px;
	}
	.application_application-4::before{
		width: 400px;
		height: 70px;
		left: 50px;
	}
	.application__subtitle{
		padding-top: 0;
	}
	.application__subtitle_pt{
		padding-top: 5px;
	}
	.application__list{
		margin-top: 25px;
	}
}
@media only screen and (max-width : 767px) {
	.application__form{
		text-align: center;
	}
	.application_application-4{
		padding-top: 0;
	}
	.application_application-4::before{
		display: none;
	}
	.application__form.application__form_xs{
		margin-top: 30px;
	}
}
@media only screen and (max-width : 575px) {
}
/*/application*/

/*about*/
.s-about{
}
.s-about__title{
	margin-bottom: 20px;
}
.about-title{
	position: relative;
}
.about-title__text{
	color: transparent;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	font-size: 1px;
}
.about-title__img{
	display: block;
	position: relative;
	z-index: 4;
}

.about{}
.about__title{
	margin-top: 20px;
}
.about__title:first-child{
	margin-top: 0;
}

.about-items{
	margin-top: 5px;
}
.about-items__item{
	min-height: 300px;
	border-radius: 25px;
	overflow: hidden;
}
.about-items__img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	padding-top: 0;
}
.about-items__img::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background: linear-gradient(90deg, rgba(2, 2, 2, 0.7) 38.95%, rgba(2, 2, 2, 0) 100%);
	width: 74.5%;
}
.about-items__text{
	max-width: 60%;
	padding: 30px;
	position: relative;
	z-index: 3;
}
.about-items__title{
	font-weight: 900;
}
.about-items__descr{
	font-weight: 600;
	font-size: 14px;
	margin-top: 10px;
	max-width: 85%;
}
.about__right{
	max-width: 630px;
	margin-left: auto;
}
.about__img{
	margin-top: -170px;
	position: relative;
	z-index: 5;
}

.mobile-app{}
.mobile-app__img{
	float: right;
}
.mobile-app__img img{
	max-width: none;
}
.mobile-app__right{
	max-width: 320px;
	margin-left: auto;
}
.mobile-app__text{
	padding-top: 20px;
	font-size: 14px;
	line-height: 1.5em;
}
.mobile-app__title{
	font-weight: 700;
}
.mobile-app__descr{
	margin-top: 20px;
	font-size: 14px;
	line-height: 1.5em;
}
.mobile-app__list{
	margin-top: 5px;
}
.mobile-app__download{
	margin-top: 45px;
}
.mobile-app-application{
	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;
}
.mobile-app-application__img{
	margin-top: 10px;
	display: block;
	flex-shrink: initial;
}
@media only screen and (max-width : 1499px) {
	.about-items__text{
		max-width: 70%;
	}
	.about-items__descr{
		max-width: 100%;
	}
	.mobile-app__img img{
		max-width: 580px;
	}
}
@media only screen and (max-width : 1199px) {
	.about__img{
		margin-top: -100px;
	}
	.mobile-app__img img{
		max-width: 505px;
	}
}
@media only screen and (max-width : 991px) {
	.about__img{
		margin-top: 0;
	}
	.about-items__item{
		min-height: 1px;
	}
	.about-items__img::before{
		width: 100%;
	}
	.about-items__text{
		max-width: 100%;
	}
	.mobile-app__img{
		float: none;
		margin-left: -245px;
	}
	.mobile-app__img img{
		max-width: 400px;
	}
	.mobile-app__download{
		margin-top: 30px;
	}
}
@media only screen and (max-width : 767px) {
	.about-items{
		margin-top: 0;
	}
	.about__mobile-app{
		margin-top: 30px;
	}
	.mobile-app__right{
		margin-left: 0;
	}
}
@media only screen and (max-width : 575px) {
}
/*/about*/

/*exclusive*/
.s-exclusive{
	padding-bottom: 0;
}

.exclusive{}
.exclusive__text{
	padding-top: 40px;
}
.exclusive__subtitle{
	padding-bottom: 15px;
}
.exclusive__video{
	margin-top: -40px;
	margin-bottom: -110px;
}

.exclusive-oils{
	position: relative;
}
.exclusive-oils__title{
	font-weight: 700;
}
.exclusive-oils__descr{
	margin-top: 15px;
}

.exclusive-oils-items{
	margin-top: -20px;
}
.exclusive-oils-items .row{
	margin: 0 -30px;
}
.exclusive-oils-items .row > div[class*='col']{
	padding: 0 30px;
}
.exclusive-oils-items__item{
	text-align: center;
}
.exclusive-oils-items__number{
	font-size: 80px;
	line-height: 80px;
	color: #D3D3D3;
	font-weight: 900;
	margin-bottom: -30px;
}
.exclusive-oils-items__img{
	margin: 0 auto;
	max-width: 123px;
	padding-top: 0;
	border-radius: 50%;
	border: 8px solid #fff;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 4;
}
.exclusive-oils-items__img::before{
	content: '';
	position: relative;
	display: block;
	padding-top: 100%;
}

.exclusive-oils__img{
	position: absolute;
	bottom: -25px;
	left: 100%;
	margin-left: -30px;
}
.exclusive-oils__img img{
	max-width: none;
}
.exclusive-oils-items__item_item-2 .exclusive-oils-items__number{
	font-size: 64px;
}
.exclusive-oils-items__item_item-2 .exclusive-oils-items__img{
	font-size: 64px;
	max-width: 58px;
	border-width: 5px;
}
@media only screen and (max-width : 1499px) {
	.exclusive__video{
		margin-top: 0;
	}
	.exclusive-oils__img img{
		max-width: 300px;
	}
	.exclusive__subtitle{
		padding-bottom: 10px;
	}
	.exclusive__text{
		padding-top: 20px;
	}
}
@media only screen and (max-width : 1199px) {
	.exclusive__subtitle{
		padding-bottom: 0;
	}
	.exclusive-oils__img{
		margin-left: -120px;
	}
	.exclusive-oils__img img{
		max-width: 200px;
	}
	.exclusive__text{
		padding-top: 0;
	}
}
@media only screen and (max-width : 991px) {
	.exclusive__video{
		margin: 20px 0;
	}
}
@media only screen and (max-width : 767px) {
	.exclusive-oils-items__number{
		font-size: 60px;
	}
	.exclusive-oils-items__item_item-2 .exclusive-oils-items__number{
		font-size: 46px;
	}
}
@media only screen and (max-width : 575px) {
}
/*/exclusive*/

/*discounts*/
.s-discounts{
}
.s-discounts.bg-decor-2::after{
	bottom: -65px;
}

.discounts{
	position: relative;
	padding-top: 35px;
	z-index: 4;
}
.s-discounts__block{
	max-width: 675px;
	margin: 50px auto 0;
}
.s-discounts__block.discounts__form{
	margin-top: 0;
}
.discounts__form{
	padding-top: 60px;
	padding-right: 40px;
}
.discounts__text{
	position: relative;
	z-index: 3;
}
.discounts__title{
	margin-bottom: 0;
}
.discounts__descr{
	padding-left: 50px;
	margin-top: 15px;
}
.discounts__img{
	position: absolute;
	left: 0;
	top: 0;
}
.discounts__img img{
	max-width: none;
}
.discounts__img-animation{
	position: absolute;
	top: 80%;
	left: 15%;
	-webkit-transform: translate(0, 300px);
	-ms-transform: translate(0, 300px);
	-o-transform: translate(0, 300px);
	transform: translate(0, 300px);
}
.discounts__img .discounts__img-animation{
	max-width: 112%;
}
.s-discounts__block_exclusive-oils{
	padding-left: 80px;
}

@media only screen and (max-width : 1499px) {
	.s-discounts__block{
		margin-left: 350px;
	}
	.discounts__img{
		max-width: 350px;
	}
}
@media only screen and (max-width : 1199px) {
}
@media only screen and (max-width : 991px) {
	.s-discounts__block{
		margin-left: 250px;
	}
	.discounts{
		padding-top: 0;
	}
	.discounts__img{
		max-width: 220px;
	}
	.discounts__img img{
		max-width: 100%;
	}
	.discounts__img-animation{
		margin-top: 0 !important;
		-webkit-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	.discounts__form{
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.s-discounts__block.s-discounts__block_exclusive-oils{
		margin-left: 0;
		padding-left: 0;
	}
	.exclusive-oils__img{
		margin-left: -200px;
	}
	.exclusive-oils__img img{
		max-width: 180px;
	}
}
@media only screen and (max-width : 767px) {
	.s-discounts.bg-decor-2::after{
		bottom: -80px;
	}
	.s-discounts__block{
		margin: 20px auto 0;
	}
	.discounts__img{
		position: relative;
		max-width: 200px;
		margin: 0 0 90px;
	}
	.discounts__img img{
		max-width: 100%;
	}
	.discounts__descr{
		margin: 10px 0 0;
		padding: 0;
	}
}
@media only screen and (max-width : 575px) {
}
/*/discounts*/

/*benefit*/
.s-benefit{
}

.benefit{
	margin-top: 35px;
}
.benefit-items{
	margin-top: -20px;
}
.benefit-items__item{
	margin-top: 20px;
	text-align: center;
}
.benefit-items__icon{
	width: 53px;
	height: 53px;
	line-height: 51px;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
	margin: 0 auto 10px;
}
.benefit-items__icon img{
	max-height: 48px;
	max-width: 48px;
}
.benefit-items__text{}
.benefit-items__title{
	font-weight: 700;
}

.benefit-info{
	font-size: 14px;
	line-height: 1.7em;
}
.benefit-info__img{
	text-align: center;
	margin-bottom: 15px;
}
@media only screen and (max-width : 1199px) {
}
@media only screen and (max-width : 991px) {
	.benefit__img{
		max-width: 500px;
		margin: 0 auto 30px;
		margin-bottom: 30px;
	}
}
@media only screen and (max-width : 767px) {
}
@media only screen and (max-width : 575px) {
	.benefit__info{
		margin-top: 30px;
	}
}
/*/benefit*/

/*begin*/
.s-begin{
	padding-top: 25px;
}
.s-begin__icon{
	margin-bottom: 10px;
}
.s-begin__subtitle{
	text-align: center;
	font-weight: 900;
	margin-bottom: 15px;
}
.s-begin__title{
	margin-bottom: 0;
}

.begin-items{
	position: relative;
	margin-top: 5px;
}
.begin-items::before{
	content: '';
	position: relative;
	display: block;
	top: 0;
	left: 0;
	background-image: url(../img/bg/begin-items-arrow.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: contain;
	background-size: contain;
	max-width: 729px;
	height: 196px;
	margin: 0 auto -15px;
}
.begin-items__item{
	text-align: center;
}
.begin-items__text{}
.begin-items__title{
	font-weight: 700;
	margin-bottom: 15px;
}
.begin-items__number{
	font-size: 144px;
	line-height: 1em;
	font-weight: 900;
	color: #D3D3D3;
}
.begin-items__descr{
	margin-top: 5px;
	max-width: 330px;
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (max-width : 1199px) {
	.begin-items::before{
		max-height: 140px;
	}
	.begin-items__number{
		font-size: 120px;
	}
}
@media only screen and (max-width : 991px) {
	.begin-items::before{
		max-height: 110px;
	}
	.begin-items__number{
		font-size: 100px;
	}
}
@media only screen and (max-width : 767px) {
	.begin-items::before{
		max-height: 75px;
	}
	.begin-items__number{
		font-size: 90px;
	}
}
@media only screen and (max-width : 575px) {
	.begin-items::before{
		display: none;
	}
}
/*/begin*/

/*cctv*/
.s-cctv{
}

.cctv{}
.cctv__left{
	position: relative;
}
.cctv__text{
	position: relative;
	z-index: 3;
}
.cctv__w-370{
	max-width: 370px;
}
.cctv__img{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
.cctv__img img{
	max-width: none;
}
.cctv__video{
	position: relative;
	z-index: 3;
}
.cctv__video.video.video_img-bg .video__img{
	padding-top: 56%;
}

.cctv-items{
	margin-top: 10px;
	padding-bottom: 40px;
}
@media only screen and (max-width : 1499px) {
	.cctv__img img{
		max-width: 250px;
	}
	.cctv-items{
		padding-bottom: 20px;
	}
}
@media only screen and (max-width : 1199px) {
	.cctv__img img{
		width: 180px;
	}
	.cctv-items{
		padding-bottom: 0;
	}
}
@media only screen and (max-width : 991px) {
	.cctv__img{
		opacity: .5;
	}
}
@media only screen and (max-width : 767px) {
	.cctv__right{
		margin-top: 50px;
	}
	.cctv-items{
		margin-top: 0;
	}
}
@media only screen and (max-width : 575px) {
}
/*/cctv*/

/*profit*/
.s-profit{
}

.profit{}
.profit__img{
	position: relative;
	padding-right: 200px;
	margin-top: 20px;
}
.profit__img::before{
	content: '';
	position: absolute;
	top: 50px;
	right: 0;
	width: 186px;
	height: 220px;
	background-image: url(../img/bg/profit-img-arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: contain;
	background-size: contain;
}
.profit__label{
	margin-top: 25px;
	font-weight: 700;
}
.profit-items{
	padding: 25px 0;
	margin-top: 10px;
	border-top: 1px solid #D3D3D3;
	border-bottom: 1px solid #D3D3D3;
}
.profit-items__item{
	margin-top: 0;
}
.profit-items__text{}
.profit-items__label{
	font-size: 14px;
	text-transform: uppercase;
	color: #909090;
}
.profit-items__value{
	font-size: 36px;
	color: #D7C365;
	line-height: 1em;
}

.profit__btn-wrap .b-btn-wrap__btn{
	margin-right: -30px;
}
.profit__btn-wrap .b-btn-wrap__label{
	position: relative;
	margin-left: 30px;
	padding-left: 10px;
}
.profit__btn-wrap .b-btn-wrap__label::before{
	content: '';
	position: absolute;
	right: 100%;
	bottom: 100%;
	margin-right: -10px;
	margin-bottom: -15px;
	width: 43px;
	height: 40px;
	background-image: url(../img/bg/profit-btn-arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: contain;
	background-size: contain;
}
@media only screen and (max-width : 1199px) {
	.profit__img{
		padding-right: 150px;
	}
	.profit__img::before{
		top: 0;
		width: 140px;
		height: 170px;
	}
	.profit__btn-wrap .b-btn-wrap__label{
		font-size: 14px;
		line-height: 1.5em;
	}
}
@media only screen and (max-width : 991px) {
	.profit__img{
		padding-right: 100px;
	}
	.profit__img::before{
		top: 0;
		width: 80px;
		height: 100px;
	}
	.profit__btn-wrap .b-btn-wrap__label{
		font-size: 12px;
	}
}
@media only screen and (max-width : 767px) {
}
@media only screen and (max-width : 575px) {
	.profit-items__value{
		font-size: 21px;
	}
	.profit__btn-wrap .b-btn-wrap__label{
		padding: 0;
		margin: 15px 0 0;
	}
	.profit__btn-wrap .b-btn-wrap__label::before{
		display: none;
	}
}
/*/profit*/

/*personal*/
.s-personal{
}

.personal{
	padding-top: 30px;
}

.personal__video{
	text-align: right;
	padding-right: 100px;
}
.personal__video::before{
	content: '';
	position: absolute;
	top: 15px;
	right: -10px;
	width: 316px;
	height: 108px;
	background-image: url(../img/bg/personal-img-arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: contain;
	background-size: contain;
}
.personal__label{
	padding-top: 10px;
}
@media only screen and (max-width : 1199px) {
	.personal{
		padding-top: 0;
	}
	.personal__video{
		padding-right: 50px;
	}
	.personal__video::before{
		width: 220px;
		height: 70px;
	}
}
@media only screen and (max-width : 991px) {
	.personal__video::before{
		width: 190px;
		height: 50px;
		right: -30px;
	}
}
@media only screen and (max-width : 767px) {
	.personal__video{
		margin: 20px 0 0;
		padding: 0;
	}
	.personal__video::before{
		display: none;
	}
}
@media only screen and (max-width : 575px) {
}
/*/personal*/

/*education*/
.s-education{
}
.s-education.bg-decor-2::after{
	bottom: -65px;
}

.education{}
.education__left{
	position: relative;
}
.education__text{
	position: relative;
	z-index: 3;
	padding-top: 15px;
}
.education__subtitle{
	max-width: 530px;
	padding-top: 5px;
}
.education__info{
	max-width: 460px;
}
.education__time{
	margin-top: 30px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.3em;
	color: #909090;
	padding-bottom: 10px;
}

.education__video{
	margin-top: -40px;
	max-width: 503px;
}
.education__video.video.video_img-bg .video__img{
	padding-top: 56%;
}
.education__right{
	position: relative;
}
.education__img{
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	margin-top: -100px;
	margin-left: 95px;
	z-index: 3;
}
.education__img img{
	max-width: none;
}
@media only screen and (max-width : 1499px) {
	.education__img img{
		max-width: 850px;
	}
}
@media only screen and (max-width : 1199px) {
	.education__video{
		margin-top: 40px;
	}
	.education__img{
		margin-left: 40px;
		margin-top: -60px;
	}
	.education__img img{
		max-width: 600px;
	}
}
@media only screen and (max-width : 991px) {
}
@media only screen and (max-width : 767px) {
	.education__video{
		margin: 30px 0 50px;
	}
	.education__img{
		margin-left: 0;
		margin-top: -40px;
	}
	.education__img img{
		max-width: 400px;
	}
}
@media only screen and (max-width : 575px) {
}
/*/education*/

/*reviews*/
.s-reviews{
}

.reviews-items{
}
.reviews-items__item{
	background-color: #fff;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	border-radius: 30px;
	height: calc(100% - 30px);
}
.reviews-items__video{
	height: 100%;
}
.reviews-items__video.video.video_img-bg.video_xs .video__img{
	border-radius: 30px 30px 0 0;
	padding-top: 57%;
}
.reviews-items__video.video.video_img-bg.video_xs .video__text{
	padding: 20px;
	margin-top: 0;
}
.s-reviews__btn-wrap{
	max-width: 270px;
	margin-left: auto;
	margin-right: auto;
}
@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) {
}
/*/reviews*/

/*statistics*/
.s-statistics{
	padding-bottom: 130px;
}
.s-statistics.bg-decor-1{
	position: relative;
	overflow: hidden;
	background-image: none;
}
.s-statistics.bg-decor-1::after{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	display: block;
	width: 1920px;
	height: 220px;
	transform: translateX(-50%);
	background-image: url(../img/bg/decor-1.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	filter: sepia(1) saturate(0.7) hue-rotate(345deg) brightness(1.02);
	opacity: 0.32;
	mix-blend-mode: multiply;
	pointer-events: none;
}
.s-statistics.bg-decor-1 .container{
	position: relative;
	z-index: 2;
}

.statistics{
	padding-top: 45px;
}
.statistics__subtitle{
	padding-top: 15px;
	line-height: 1.5em;
}
.statistics__p {
	margin-top: 18px;
	display: block;
}
.mob {
	display: none;
}
.statistics-items{
	margin-top: -65px;
	position: relative;
}
.statistics-items::before{
	content: '';
	position: absolute;
	top: 80px;
	left: 50%;
	margin-left: -200px;
	width: 291px;
	height: 451px;
	background-image: url(../img/bg/statistics-items-line.svg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: contain;
	background-size: contain;
}
.statistics-items__item{
	padding-top: 135px;
	padding-left: 130px;
	margin-top: 45px;
}
.statistics-items__text{
	position: relative;
}
.statistics-items__number{
	position: absolute;
	right: 100%;
	bottom: 100%;
	-webkit-transform: translate(32%, 35%);
	-ms-transform: translate(32%, 35%);
	-o-transform: translate(32%, 35%);
	transform: translate(32%, 35%);
	width: 186px;
	height: 186px;
	line-height: 186px;
	text-align: center;
	font-size: 64px;
	font-weight: 900;
	border-radius: 50%;
	background: radial-gradient(circle, #fbfaf7 0%, #fbfaf7 58%, rgba(251, 250, 247, 0.86) 70%, rgba(251, 250, 247, 0) 78%);
}
.statistics-items__item_item-2 .statistics-items__number{
	width: 136px;
	height: 136px;
	line-height: 136px;
	font-size: 48px;
	margin-bottom: 10px;
	margin-right: 10px;
}
.statistics-items__item_item-3 .statistics-items__number{
	width: 98px;
	height: 98px;
	line-height: 98px;
	font-size: 36px;
	margin-bottom: 5px;
	margin-right: 10px;
}
.statistics-items__item_item-4 .statistics-items__number{
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 24px;
	margin-bottom: 0px;
	margin-right: 5px;
}
.statistics-items__item_item-5 {
	margin-top: 22px !important;
    padding-left: 210px !important;
}
.statistics-items__item_item-5 .statistics-items__number{
	width: 80px;
	height: 80px;
	line-height: 85px;
	font-size: 36px;
	margin-bottom: 5px;
	margin-right: 10px;
}
.statistics-items__number::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(../img/bg/statistics-number-circle.svg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: contain;
	background-size: contain;
	border-radius: 50%;
}
.statistics-items__title{
	position: relative;
	z-index: 3;
}
@media only screen and (max-width : 1499px) {
	.statistics{
		padding-top: 20px;
	}
	.statistics-items__item{
		padding-top: 100px;
		padding-left: 100px;
		margin-top: 75px;
	}
	.statistics-items__item_item-5 {
		margin-top: 59px !important;}
	.statistics-items__number{
		width: 150px;
		height: 150px;
		line-height: 150px;
	}
	.statistics-items__item_item-2 .statistics-items__number{
		width: 110px;
		height: 110px;
		line-height: 110px;
	}
}
@media only screen and (max-width : 1199px) {
	.s-statistics{
		padding-bottom: 190px;
	}
	.statistics{
		padding-top: 0;
	}
	.statistics-items__title{
		font-size: 14px;
	}
}
@media only screen and (max-width : 991px) {
	.s-statistics{
		padding-bottom: 120px;
	}
	.statistics-items{
		margin-top: -40px;
	}
}
@media only screen and (max-width : 767px) {
	.statistics-items__item_item-5 {
		padding-left: 156px !important;
	}	
}
@media only screen and (max-width : 575px) {
	.statistics-items::before{
		display: none;
	}
	.statistics-items{
		margin-top: -20px;
	}
	.statistics-items__item{
		margin-top: 40px;
		padding: 0;
		text-align: center;
	}
	.statistics-items__item_item-5 {
		margin-top: 40px !important;
		padding-left: 0px !important;
	}
	.statistics__p {
		display: none;
	}
	.mob {
		display: block;
	}
	.statistics-items__number{
		position: relative;
		top: 0;
		left: 0;
		-webkit-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		margin: 0 auto 10px!important;
	}
}
/*/statistics*/

/*book*/
.s-book{
	margin-bottom: -45px;
	padding-bottom: 0;
}
.s-book::after{
	bottom: 30px;
	height: 202px;
}

.book{
	position: relative;
	z-index: 3;
	padding-top: 20px;
}
.book__page{
	margin-top: 35px;
}
.book-page{
}
.book-page__placeholder{
	position: relative;
	height: 1px;
	background-color: #D3D3D3;
	margin-bottom: 90px;
}
.book-page__active{
	position: absolute;
	top: -4px;
	left: 0;
	right: 0;
	width: 62%;
	height: 10px;
	background: #EAD772;
	border-radius: 5px;
}
.page-number{
	color: #D7C365;
	position: absolute;
	padding-top: 10px;
	text-align: center;
	left: 62%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.page-number__number{
	font-size: 36px;
	line-height: 1em;
}
.page-number__label{
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}
.book__descr{
	font-size: 18px;
}

.book__img{
	text-align: left;
	margin-top: 10px;
	position: relative;
	padding-left: 250px;
}
.book__img::before{
	content: '';
	position: absolute;
	top: -50px;
	left: 15px;
	width: 326px;
	height: 87px;
	background-image: url(../img/bg/book-img-line.svg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: contain;
	background-size: contain;
}
.book__img img{
	max-width: none;
}
@media only screen and (max-width : 1499px) {
	.book__text{
		margin-right: -70px;
	}
	.book__img{
		margin-left: 20px;
	}
}
@media only screen and (max-width : 1199px) {
	.book__img{
		padding-left: 200px;
	}
	.book__img img{
		max-width: 400px;
	}
}
@media only screen and (max-width : 991px) {
	.book__img{
		padding-left: 100px;
	}
	.book__img::before{
		left: -80px;
	}
}
@media only screen and (max-width : 767px) {
	.s-book{
		margin-bottom: 0;
	}
	.book__text{
		margin: 0;
	}
	.book__img{
		margin: 30px auto 0;
		max-width: 400px;
	}
	.book__img::before{
		display: none;
	}
	.book__img img{
		max-width: 100%;
	}
}
@media only screen and (max-width : 575px) {
}
/*/book*/

/*materials*/
.s-materials{
}

.s-materials__subtitle{
	text-align: center;
	font-weight: 700;
	margin-bottom: 5px;
}

.materials-items{
	margin-top: 50px;
}
.materials-items.slide-first::before{
	margin-right: -100px;
}
.materials-items__width{
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	position: relative;
}
.materials-items__item{
	max-width: 550px;
	margin-top: 0;
}
.materials-items__video.video.video_frame .video__img{
	padding-top: 57%;
}
.materials-items__video.video .video__frame{
	padding: 0;
}
.materials-items__video.video .video__frame::before{
	background-image: url(../img/bg/video-frame-2.png);
}
.materials-items__video.video.video_img-bg .video__text{
	text-align: center;
	margin-top: 20px;
}

.materials-items__item_lock .video__play,
.materials-items__item_lock .video__time{
	display: none;
}
.materials-items__item_lock .video__img::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(24, 24, 24, 0.8);
}
.materials-items__item_lock .materials-items__lock{
	display: block;
}
.materials-items__lock{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	padding: 30px 20px;
	z-index: 9;
	display: none;
}
.materials-items__lock::before{
	content: '';
	position: relative;
	display: block;
	width: 42px;
	height: 56px;
	margin: 0 auto 20px;
	background-image: url(../img/icons/lock.svg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: contain;
	background-size: contain;
}

.materials-items__info-wrap{
	height: 285px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}
.materials-items__info{
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	margin: 0 auto;
	position: relative;
	max-width: 322px;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.7em;
}
.materials-items__info::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 61px;
	height: 44px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	margin: 0 auto;
	background-image: url(../img/icons/youtube.svg);
	background-repeat: no-repeat;
	background-position: center;
}
@media only screen and (max-width : 1499px) {
	.materials-items.slide-first::before{
		margin-right: 150px;
	}
	.materials-items__info{
		left: 70px;
		max-width: 270px;
	}
}
@media only screen and (max-width : 1199px) {
	.materials-items__width{
		max-width: 400px;
	}
	.materials-items__info-wrap{
		height: 230px;
	}
	.materials-items__info{
		max-width: 220px;
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media only screen and (max-width : 991px) {
	.materials-items.items_videos .slick-list{
		overflow: hidden;
	}
}
@media only screen and (max-width : 767px) {
}
@media only screen and (max-width : 575px) {
	.materials-items{
	}
	.materials-items__width{
	}
	.materials-items__video.video.video_img-bg .video__text{
		margin-top: 10px;
	}
	.materials-items__video .video__title{
		font-size: 12px;
	}
	.materials-items__video .video__info{
		font-size: 10px;
	}

	.materials-items__info-wrap{
		height: auto;
		padding-top: 60px;
		padding-bottom: 15px;
	}
	.materials-items__info{
		max-width: 100%;
		left: 0;
	}
	
	.materials-items__lock::before{
		width: 21px;
		height: 28px;
		margin-bottom: 10px;
	}
	.materials-items__lock .btn{
		font-size: 14px;
	}
	.materials-items__lock .btn.btn_md > .btn__center{
		height: 50px;
	}

}
/*/materials*/

/*founders*/
.s-founders{
}

.founders-items{
	max-width: 372px;
	margin: 0 auto;
	padding-top: 80px;
	position: relative;
}
.founders-items::before{
	content: '';
	position: absolute;
	top: 20px;
	left: 100%;
	margin-left: -140px;
	width: 283px;
	height: 46px;
	background-image: url(../img/bg/founders-img-line.svg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: contain;
	background-size: contain;
}
.founders-items__carousel.slick-slider{
	margin: 0;
}
.founders-items__carousel .slick-arrow{
	bottom: 50px;
}
.founders-items__item{
	margin-top: 0;
}
.founders-items__img{
	display: inline-block;
	border-radius: 30px;
}
.founders-items__img img{
	border-radius: 30px;
}

.founders__soc{
	margin-top: 40px;
}
@media only screen and (max-width : 1499px) {
	.founders-items::before{
		margin-left: -200px;
	}
}
@media only screen and (max-width : 1199px) {
	.founders-items{
		max-width: 300px;
	}
}
@media only screen and (max-width : 991px) {
	.founders__soc{
		margin-top: 30px;
	}
	.founders-items{
		max-width: 250px;
	}
	.founders-items::before{
		margin-left: -170px;
		width: 220px;
		height: 36px;
	}
}
@media only screen and (max-width : 767px) {
	.s-founders{
		text-align: center;
	}
	.founders-items{
		padding-top: 0;
	}
	.founders-items::before{
		display: none;
	}
}
@media only screen and (max-width : 575px) {
}
/*/founders*/

/*guarantee*/
.s-guarantee{
}

.guarantee{}
.guarantee__img{
	text-align: center;
	margin-top: -50px;
}
.guarantee__text-padding{
	padding: 0 10px;
}
.guarantee__title{
	margin-bottom: 15px;
}
.guarantee__label{
	text-transform: uppercase;
	color: #909090;
}

.guarantee-items{
	margin-top: 5px;
}
.guarantee-items__item{
	margin-top: 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.guarantee-items__icon{
	text-align: center;
	margin-right: 15px;
	min-width: 20px;
}
.guarantee-items__text{
	-ms-flex-item-align: center;
	align-self: center;
}
.guarantee-items__title{}
@media only screen and (max-width : 1199px) {
	.guarantee__text-padding{
		padding: 0;
	}
	.guarantee__img{
		margin-top: 0;
	}
}
@media only screen and (max-width : 991px) {
}
@media only screen and (max-width : 767px) {
	.guarantee__img{
		max-width: 200px;
		margin: 0 auto -30px;
	}
}
@media only screen and (max-width : 575px) {
	.guarantee-items__title{
		font-size: 14px;
	}
}
/*/guarantee*/

/*control*/
.s-control{
}

.control{
	margin-top: 30px;
	padding: 30px;
	min-height: 300px;
	position: relative;
	border-radius: 30px;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.control::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(90deg, rgba(2, 2, 2, 0.7) 0%, rgba(2, 2, 2, 0.7) 58.35%, rgba(2, 2, 2, 0) 100%);
	border-radius: 30px;
}
.control__inner{
	position: relative;
	z-index: 3;
}
.control__title{
	font-weight: 700;
}


.control-items{
	margin-top: 15px;
}
.control-items__item{
	margin-top: 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.control-items__item:first-child{
	margin-top: 0;
}
.control-items__icon{
	text-align: center;
	margin-right: 10px;
	min-width: 20px;
}
.control-items__text{
	-ms-flex-item-align: center;
	align-self: center;
}
.control-items__title{
	font-size: 14px;
	line-height: 1.5em;
	font-weight: 600;
}


.s-control__management{
	max-width: 600px;
	margin-left: auto;
}
@media only screen and (max-width : 1199px) {
}
@media only screen and (max-width : 991px) {
}
@media only screen and (max-width : 767px) {
	.s-control__management{
		margin-top: 30px;
	}
}
@media only screen and (max-width : 575px) {
}
/*/control*/

/*managment*/
.s-managment{
}

.management{}
.management__title{
	font-weight: 700;
}
.management__descr{
	font-size: 14px;
	line-height: 1.5em;
}
.management-items{
	margin-top: 10px;
	max-width: 630px;
	padding-right: 80px;
	position: relative;
	margin-bottom: -60px;
}
.management-items::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 323px;
	background: linear-gradient(360deg, #FFFFFF 26%, rgba(255, 255, 255, 0) 100%);
	z-index: 8;
}
.management-items__controls{
	position: absolute;	
	top: 40px;
	right: 0;
	z-index: 9;
}
.management-items__dots{
	margin: 20px 0;
}
.management-items__dots .slick-dots li{
	width: 16px;
	height: 16px;
	display: block;
	margin: 10px auto;
}
.management-items__dots .slick-dots li button::before,
.management-items__dots .slick-dots li button::after{
	background-color: #D3D3D3;
	border-radius: 50%;
	width: 6px;
	height: 6px;
}
.management-items__dots .slick-dots li.slick-active button::before{
	background-color: transparent;
	background-image: none;
}
.management-items__dots .slick-dots li:hover button::after, 
.management-items__dots .slick-dots li.slick-active button::after{
	background-color: #D3D3D3;
}
.management-items__arrow.slick-arrow{
	position: relative;
	background-image: none!important;
	width: 42px;
	height: 42px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-color: #020202;
	border-radius: 50%;
}
.management-items__arrow.slick-arrow:hover,
.management-items__arrow.slick-arrow:focus{
	background-color: #020202;
}
.management-items__arrow.slick-arrow::before,
.management-items__arrow.slick-arrow::after{
	background-image: url(../img/icons/arrow-slider-3.svg);
	opacity: 1;
}
.management-items__arrow.slick-arrow{
	opacity: .1;
}
.management-items__arrow.slick-arrow:hover,
.management-items__arrow.slick-arrow:hover,
.management-items__arrow.slick-arrow:focus,
.management-items__arrow.slick-arrow:focus{
	opacity: 1;
}
.management-items__arrow.slick-next{
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.management-items__carousel .slick-slide{
	opacity: .4;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.management-items__carousel .slick-slide.slick-current{
	opacity: 1;
}

.management-items__item{
	max-width: 410px;
	margin-left: 0;
	background-color: #fff;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	border-radius: 30px;
	margin-top: 40px;
}
.management-items__video.video.video_img-bg.video_xs .video__img{
	border-radius: 30px 30px 0 0;
	padding-top: 45%;
	min-height: 150px;
}
.management-items__video.video.video_img-bg.video_xs .video__text{
	padding: 20px;
	margin-top: 0;
}
@media only screen and (max-width : 1199px) {
	.management-items{
		margin-top: 0;
	}
}
@media only screen and (max-width : 991px) {
	.management-items::after{
		height: 250px;
	}
}
@media only screen and (max-width : 767px) {
	.management-items{
	}
}
@media only screen and (max-width : 575px) {
	.management-items{
		padding-right: 55px;
	}
}
/*/managment*/

/*team*/
.s-team{
	z-index: 11;
}

.team-items{
	margin-top: 0;
	position: relative;
}
.team-items__controls{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
}
.team-items__dots{
	margin: 0 25px;
}
.team-items__dots .slick-dots li{
	width: 74px;
	height: 74px;
	margin-left: 10px;
	margin-right: 10px;
}
.team-items__dots .slick-dots li .number{
	font-size: 24px;
	line-height: 74px;
	font-weight: 900;
	color: #909090;
	position: relative;
	z-index: 9;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.team-items__dots .slick-dots li.slick-active .number{
	color: #EAD772;
	font-size: 48px;
	line-height: 70px;
}
.team-items__dots .slick-dots li button::before,
.team-items__dots .slick-dots li button::after{
	background-color: #E4E4E4;
	border-radius: 11px;
	width: 52px;
	height: 52px;
}
.team-items__dots .slick-dots li.slick-active button::before{
	background-color: transparent;
	background-image: none;
}
.team-items__dots .slick-dots li:hover button::after{
	background-color: #E4E4E4;
}
.team-items__dots .slick-dots li.slick-active:hover button::after{
	background-color: #020202;
}
.team-items__arrow.slick-arrow{
	position: relative;
	background-image: none!important;
	width: 40px;
	height: 40px;
	left: 0;
	right: 0;
	margin: 0;
}
.team-items__arrow.slick-arrow:hover{
	background-image: none;
}
.team-items__arrow.slick-arrow::before,
.team-items__arrow.slick-arrow::after{
	background-image: url(../img/icons/arrow-slider-2.svg);
}
.team-items__arrow.slick-arrow::before{
	opacity: .2;
}
.team-items__item{
	margin-top: 40px;
	text-align: center;
}
.team-items__img-wrap{
	position: relative;
	display: block;
	max-width: 112px;
	margin: 0 auto;
}
.team-items__item:hover .team-items__hint{
	opacity: 1;
	visibility: visible;
}
.team-items__hint{
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -40px;
	width: 288px;
	padding: 15px;
	box-shadow: 0px 3px 14px rgba(0, 0, 0, 0.2);
	background-color: #fff;
	text-align: left;
	font-size: 14px;
	line-height: 1.5em;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.team-items__hint::before{
	content: '';
	position: absolute;
	top: 0;
	right: 100%;
	margin-top: -15px;
	margin-right: -15px;
	border: 15px solid transparent;
	border-right-color: #fff;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.team-items__img{
	overflow: hidden;
	border-radius: 50%;
	margin: 0 auto 5px;
	position: relative;
}
.team-items__img::before{
	content: '';
	position: relative;
	display: block;
	padding-top: 100%;
}
.team-items__img img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	max-width: none;
}
.team-items__text{
	margin-left: auto;
	margin-right: auto;
	max-width: 233px;
}
.team-items__name{
	font-weight: 500;
}
.team-items__post{
	font-size: 14px;
	line-height: 1.3em;
	color: #909090;
	margin-top: 5px;
	text-transform: uppercase;
}

@media only screen and (min-width : 992px) {
	.team-items__item_right .team-items__hint{
		left: auto;
		right: 100%;
	}
	.team-items__item_right .team-items__hint::before{
		right: auto;
		left: 100%;
		margin-right: 0;
		margin-left: -15px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}

.team-items__item_lg .team-items__img-wrap{
	max-width: 233px;
}
.team-items__item_lg .team-items__hint{

}
.team-items__item_lg .team-items__img{
	margin-bottom: 20px;
}
.team-items__item_lg .team-items__text{
}
@media only screen and (max-width : 1199px) {
	.team-items__post{
		font-size: 11px;
	}
}
@media only screen and (max-width : 991px) {
	.team-items{
		margin-top: 35px;
	}
	.team-items__slide{
		padding-bottom: 30px;
	}
	.team-items__item{
		margin-top: 0;
		padding-bottom: 30px;
	}
	.team-items__hint{
		top: 100%;
		left: 50%;
		width: 190px;
		margin-top: -20px;
		margin-left: -100px;
		text-align: center;
		font-size: 12px;
	}
	.team-items__hint::before{
		-webkit-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		top: -15px;
		right: 50%;
		border: 15px solid transparent;
		border-bottom-color: #fff;
	}
	.team-items__controls{
		margin-top: -10px;
	}
	.team-items__dots{
		margin: 0 10px;
	}
	.team-items__dots .slick-dots li{
		width: 60px;
		height: 60px;
		line-height: 60px;
	}
	.team-items__dots .slick-dots li.slick-active .number{
		line-height: 60px;
		font-size: 36px;
	}
	.team-items__dots .slick-dots li .number{
		line-height: 30px;
	}
	.team-items__dots .slick-dots li button::before,
	.team-items__dots .slick-dots li button::after{
		width: 50px;
		height: 50px;
	}
}
@media only screen and (max-width : 767px) {
	.team-items__hint{
	}
}
@media only screen and (max-width : 575px) {
	.team-items__hint{
		width: 140px;
		margin-left: -70px;
		font-size: 11px;
		line-height: 1.3em;
	}
}
/*/team*/

/*location*/
.s-location{
}
.s-location__title::before{
	content: '';
	position: relative;
	display: block;
	width: 82px;
	height: 89.32px;
	background-image: url(../img/icons/location.svg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: contain;
	background-size: contain;
	margin: 0 auto 5px;
}
@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) {
}
/*/location*/

/*thanks*/
.s-thanks{
	padding-bottom: 30px;
}
.s-thanks__left{
	margin-right: -90px;
}
.s-thanks__right{
	margin-left: 90px;
}
.thanks__bg{
	margin-top: 30px;
}
.thanks-items{
	margin-top: -50px;
	padding: 20px 0;
	padding-right: 30px;
}
.thanks-items__item{
	margin-top: 50px;
	max-width: 250px;
	text-align: center;
}
.thanks-items__img-wrap{
	position: relative;
	margin-bottom: 5px;
}
.thanks-items__img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.thanks-items__img img{
	max-width: none;
}
.thanks-items__number{
	font-weight: 900;
	font-size: 80px;
	line-height: 110px;
	color: #fff;
	text-shadow: #C4C4C4 3px 3px 0, #C4C4C4 -3px -3px 0, #C4C4C4 -3px 3px 0, #C4C4C4 3px -3px 0;
	text-align: right;
}
.thanks-items__text{}

.thanks-items__links{
	margin-top: 10px;
	margin-bottom: 10px;
}
.thanks-items__title{
	font-weight: 600;
}

.thanks__plus{
	margin-top: 30px;
}
.thanks-plus{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.thanks-plus__icon{
	margin-right: 20px;
}

.s-thanks__materials-items.materials-items{
	padding: 30px 0;
	margin: 0 auto;
	max-width: 400px;
}
.s-thanks__materials-items.materials-items.items_videos .slick-list{
	overflow: hidden;
}
.s-thanks__materials-items.materials-items::before,
.s-thanks__materials-items.materials-items::after{
	display: none;
}

.s-thanks__director{
	margin-top: -150px;
	margin-bottom: -100px;
}
@media only screen and (max-width : 1199px) {
	.s-thanks__left{
		margin-right: -40px;
	}
	.s-thanks__right{
		margin-left: 40px;
	}
	.s-thanks__materials-items.materials-items{
		max-width: 360px;
	}
	.s-thanks__materials-items .materials-items__video.video.video_img-bg .video__text{
		padding-left: 0;
		padding-right: 0;
	}
}
@media only screen and (max-width : 991px) {
	.s-thanks__left,
	.s-thanks__right{
		margin: 0;
	}
	.s-thanks__director{
		max-width: 300px;
		margin: 30px auto -50px;
	}
	.thanks-items__item{
		margin-top: 30px;
	}
}
@media only screen and (max-width : 767px) {
}
@media only screen and (max-width : 575px) {
	.thanks-plus{
		display: block;
	}
	.thanks-plus__icon{
		margin: 0 0 20px;
	}
	.s-thanks__materials-items.materials-items{
		padding-bottom: 0;
	}
}
/*/thanks*/

/*after*/
.s-after{
	padding-bottom: 100px;
}
.s-after__animation{
	padding-top: 100px;
	margin-top: 0 !important;
}
.s-after__subtitle{
	max-width: 812px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}

.after-items{
}
.after-items__item{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: flex-start;
	align-items: flex-start;
	max-width: 540px;
}
.after-items__img{
	width: 200px;
	padding-top: 0;
	border-radius: 63px;
	margin-right: 30px;
}
.after-items__img::before{
	content: '';
	position: relative;
	display: block;
	padding-top: 100%;
}
.after-items__text{
	padding-bottom: 10px;
	-ms-flex-item-align: center;
	align-self: center;
}
.after-items__title{
	color: #D7C365;
	font-weight: 400;
}
.after-items__info{
	text-transform: uppercase;
	font-size: 14px;
	color: #909090;
	font-weight: 400;
}
.after-items__location{
	margin-top: 10px;
}
.after-items__btn-wrap{
	margin-top: 20px;
}
@media only screen and (max-width : 1199px) {
}
@media only screen and (max-width : 991px) {
	.s-after__animation{
		padding-top: 0;
	}
}
@media only screen and (max-width : 767px) {
}
@media only screen and (max-width : 575px) {
	.after-items__img{
		width: 80px;
		margin-right: 15px;
		border-radius: 25px;
	}
}
/*/after*/

/*footer*/
.footer{
	background-color: #020202;
}
.footer__main{
	padding: 40px 0;
	background-image: url(../img/bg/texture-1.jpg);
	background-repeat: repeat;
	background-position: center;
}
.footer__bottom{
	padding: 20px 0;
	text-align: center;
}
.footer__center{
	text-align: center;
}
.footer__right{
	text-align: right;
}
.footer-links__item{
	margin-top: 20px;
}
.footer-links__item:first-child{
	margin-top: 0;
}
.footer-links__link{
	display: block;
}
.footer-info{
	margin: -10px -20px 0;
}
.footer-info__item{
	display: inline-block;
	padding: 10px 20px 0;
	font-size: 14px;
	line-height: 1.5em;
}
.footer-info__item_block{
	display: block;
}
@media only screen and (max-width : 1199px) {
}
@media only screen and (max-width : 991px) {
	.footer,
	.footer__right{
		text-align: center;
	}
	.footer__logo{
		max-width: 300px;
		margin: 0 auto;
	}
	.footer__center,
	.footer__right{
		margin-top: 30px;
	}
}
@media only screen and (max-width : 767px) {
}
@media only screen and (max-width : 575px) {
}
/*/footer*/

/*slick*/
.slick-list{
	-ms-touch-action: manipulation;
	touch-action: manipulation; 
}
.slick-slider{
	margin-left: -15px;
	margin-right: -15px;
}
.slick-slide{
	margin-left: 15px;
	margin-right: 15px;
}
.slick-slide img{
	display: inline-block;
}
.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;
	width: 46px;
	height: 156px;
	padding: 0;
	margin: auto;
	visibility: visible;
	border: none;
	background-color: transparent;
	background-image: url(../img/bg/slider-arrow.svg);
	border-radius: 0;
	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: -31px;
}
.slick-next{
	right: -31px;
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
	-webkit-filter: FlipH;
	filter: FlipH;
	-ms-filter: "FlipH";
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus{
	background-color: transparent;
	background-image: url(../img/bg/slider-arrow.svg);
}
.slick-prev::before, 
.slick-next::before,
.slick-prev::after, 
.slick-next::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(../img/icons/arrow-slider.svg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.slick-prev::after, 
.slick-next::after{
	background-image: url(../img/icons/arrow-slider.svg);
	opacity: 0;
}
.slick-prev:hover::before, 
.slick-next:hover::before,
.slick-prev:focus::before, 
.slick-next:focus::before{
	opacity: 0;
}
.slick-prev:hover::after, 
.slick-next:hover::after,
.slick-prev:focus::after, 
.slick-next:focus::after{
	opacity: 1;
}
/*/slick BUTTON*/

/*slick PAGINATION*/
.slick-dots{
	margin: 5px 0 0;
	position: relative;
	bottom: 0;
	left: 0;
	right: 0;
}
.slick-dots li{
	width: 30px;
	height: 30px;
	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: transparent;
	border-radius: 50%;
	display: inline-block;
	margin: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.slick-dots li:hover button,
.slick-dots li.slick-active button{
}
.slick-dots li button::before,
.slick-dots li button::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 16px;
	height: 16px;
	background-color: #D3D3D3;
	color: transparent;
	border-radius: 50%;
	opacity: 1;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.slick-dots li button::before{
	z-index: 3;
}
.slick-dots li.slick-active button::before{
	background: linear-gradient(267.27deg, #E7D36F -9.27%, #B1973B 46.12%, #E6D569 108.67%), #D7C46C;;
	opacity: 1;
}
.slick-dots li:hover button::after,
.slick-dots li.slick-active button::after{
	width: 100%;
	height: 100%;
	background-color: #020202;
}

.dots-custom{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-align: center;
	background-color: #fff;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	border-radius: 30px;
	max-width: 134px;
	margin: 0 auto;
	padding: 15px 10px;
}
.dots-custom li{
	display: none;
	color: #D3D3D3;
	font-size: 18px;
	line-height: 1em;
	font-weight: 900;
}
.dots-custom li .number-active{
	font-size: 36px;
}
.dots-custom li.slick-active{
	display: block;
}
/*/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;
	background-color: #D7C365;
	width: 40px;
	height: 40px;
	top: -20px;
	right: -20px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.fancybox-close:hover{
	background-color: #202020;
}
.fancybox-close::before,
.fancybox-close::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 20px;
	height: 20px;
	margin: auto;
	height: 2px;
	background-color: #fff;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.fancybox-close:hover::before,
.fancybox-close:hover::after{
	background-color: #fff;
}
.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(255, 255, 255,.97);
}
.fancybox-skin{
	box-shadow: none!important;
	background-color: transparent!important;
}
.fancybox-inner{
	overflow: visible !important;
}
.popup{
	background-color: transparent;
	width: 510px;
}
.popup_w-1050{
	width: 1050px;
}
.popup__form{
}
.popup__form_line::before{
	content: '';
	position: absolute;
	bottom: 100%;
	margin-bottom: 15px;
	right: 50%;
	margin-right: -100px;
	width: 368px;
	height: 65px;
	background-image: url(../img/bg/popup-form-line.svg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: contain;
	background-size: contain;
}
.popup__form .form__bg{
	text-align: center;
	max-width: 510px;
	margin-left: auto;
	position: relative;
}
.popup__form .form__bg .form__top{
	padding-top: 10px;
}
.popup__form .form__title{
	color: #D7C365;
	font-weight: 900;
}
.popup__form .form__label{
	max-width: 430px;
	margin-left: auto;
	margin-right: auto;
}
.popup__form .form__label:first-child{
	margin-top: 30px;
}
.popup__img{
	text-align: center;
	max-width: 404px;
}
.popup__img_center{
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (max-width : 1199px) {
	.popup_w-1050{
		width: 970px;
	}
}
@media only screen and (max-width : 991px) {
	.popup_w-1050{
		width: 750px;
	}
	.popup__form .form__label:first-child{
		margin-top: 20px;
	}
}
@media only screen and (max-width : 767px) {
	.popup{
		width: 100%;
		max-width: 510px;
		padding-left: 25px;
		padding-right: 25px;
	}
	.popup__materials{
		margin-bottom: 40px;
	}
}
@media only screen and (max-width : 575px) {
}
/*/popup*/

/*popup*/
.popup_video{
	width: auto;
	max-width: none;
	padding: 0;
}
.popup_video iframe,
.popup_video video{
	width: 1170px;
	height: 600px;
}
.popup_video video{
	display: block;
	background-color: #000;
	object-fit: contain;
}
@media only screen and (max-width : 1199px) {
	.popup_video iframe,
	.popup_video video{
		width: 970px;
		height: 550px;
	}
}
@media only screen and (max-width : 991px) {
	.popup_video iframe,
	.popup_video video{
		width: 750px;
		height: 450px;
	}
}
@media only screen and (max-width : 767px) {
	.popup_video iframe,
	.popup_video video {
		width: 400px;
		height: 300px;
	}
}
@media only screen and (max-width : 575px) {
	.popup_video iframe,
	.popup_video video {
		max-width: 400px;
		width: 100%;
	}
}
@media only screen and (max-height : 700px) and (min-width : 992px){
	.popup_video iframe,
	.popup_video video{
		width: 970px;
		height: 550px;
	}
}
@media only screen and (max-height : 600px) and (min-width : 992px){
	.popup_video iframe,
	.popup_video video{
		width: 750px;
		height: 450px;
	}
}
/*/popup*/
/*/popup*/

.main-items__h3 {
	font-style: normal;
	font-weight: 900;
	font-size: 40px;
	line-height: 49px;
	color: #D3D3D3;
}
.main-items__h3-humans {
	font-weight: 600;
	font-size: 19px;
	line-height: 23px;
	text-transform: uppercase;
	color: #D3D3D3;
}
.island-tochka {
	margin-top: 48px;
}
.cash-title {
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
}
.cash-title {
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
}
.profit {
	font-size: 39px;
	line-height: 48px;
}
.oborot {
	font-size: 30px;
	line-height: 37px;
}
.cash-expenses {
	margin-top: 16px;
	margin-bottom: 16px;
}
.cash-expenses br {
	display: block !important;
}
@media (max-width: 1650px) {
	.profit {
	font-size: 36px;}
}
@media (max-width: 1320px) {
	.cash-title {
	width: 360px;}
	.oborot {
	font-size: 26px;}
	}
@media (max-width: 1320px) {
	.cash-expenses {
	margin-top: 5px;
	margin-bottom: 5px;}
}
@media (max-width: 1320px) {
	.cash-title {
	width: 219px !important;}
}
@media (max-width: 845px) {
.island-tochka {
	margin-bottom: 15px;}
}
.cctvb__right {
	margin-top: 20px;
}
