html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
img{
	max-width: 100%;
	vertical-align: middle;
	opacity: 1;
	transition: opacity .3s;
}
img[data-src] {
	opacity: 0;
}
input:focus,
textarea:focus,
button:focus,
select:focus{
	outline: none;
}
*::-webkit-input-placeholder {
	color: #909090;
	opacity: 1;
}
*:-moz-placeholder {
	color: #909090;
	opacity: 1;
}
*::-moz-placeholder {
	color: #909090;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #909090;
	opacity: 1;
}
.input_white *::-webkit-input-placeholder {
	color: #fff;
}
.input_white *:-moz-placeholder {
	color: #fff;
}
.input_white *::-moz-placeholder {
	color: #fff;
}
.input_white *:-ms-input-placeholder {
	color: #fff;
}
.input_error *::-webkit-input-placeholder {
	color: #db422c;
}
.input_error *:-moz-placeholder {
	color: #db422c;
}
.input_error *::-moz-placeholder {
	color: #db422c;
}
.input_error *:-ms-input-placeholder {
	color: #db422c;
}
.input_active::-webkit-input-placeholder {
	color: rgba(0,0,0,0)!important;
}
.input_active:-moz-placeholder {
	color: rgba(0,0,0,0)!important;
}
.input_active::-moz-placeholder {
	color: rgba(0,0,0,0)!important;
}
.input_active:-ms-input-placeholder {
	color: rgba(0,0,0,0)!important;
}
ul,li,ol{
	list-style: none;
	margin: 0;
	padding: 0;
}
.b-overflow{
	overflow: hidden;
}
.fonts-loaded,
.fonts-loaded *{
	font-family: "Open Sans", sans-serif!important;
	color: rgba(0,0,0,0)!important;
}
body{
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	font-size: 16px;
	min-width: 320px;
	position: relative;
	overflow-x: hidden;
	color: #020202;
	line-height: 1.5em;
	background-color: #fff;
	margin: 0 auto;
}
br,
span,
b{
	line-height: inherit;
}
b{
	font-weight: 700;
}
p{
	margin: 0;
}
a{
	color: #020202;
}
a{
	text-decoration: none;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
a,
a:focus{
	outline: none; 
}
a:hover,
a:focus{
	text-decoration: none;
}
*[class*="__icon"],
*[class*="__img"]{
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.link.link_underline{
	text-decoration: underline;
}
.link.link_underline:active{
	text-decoration: none;
}
.link:active{
	text-decoration: underline;
}
.container{
}
@media only screen and (min-width : 1500px) {
	.container{
		max-width: 1400px;
	}
}
@media only screen and (max-width : 1499px) {
}
@media only screen and (max-width : 1199px) {
	br{
		display: none;
	}
}
@media only screen and (max-width : 991px) {
}
@media only screen and (max-width : 767px) {
}
@media only screen and (max-width : 575px) {
}

/*HEADING*/
h1,h2,h3,h4,h5,h6{
	font-weight: 400;
}
.h1,.h2,.h3,.h4,.h5,.h6{
	margin: 0;
	line-height: 1.3em;
}
.h1,
.h2{
	font-size: 43px;
	line-height: 1.25em;
	font-weight: 900;
	color: #D7C365;
}
.h2{
	font-size: 48px;
	text-align: center;
}
.h2 + *[class*='__subtitle'],
.h2 + *[class*='__subtitle'] + *[class*='__subtitle']{
	text-align: center;
	margin-top: 10px;
}
@media only screen and (min-width : 1500px) {
	.h2.h2_fz-43 + *[class*='__subtitle'],
	.h2.h2_fz-43 + *[class*='__subtitle'] + *[class*='__subtitle']{
		margin-top: 15px;
	}
}
.h2.h2_mb{
	margin-bottom: 45px;
}
.h2.h2_fz-64{
	font-size: 64px;
}
@media only screen and (min-width : 1500px) {
	.h2.h2_fz-43{
		font-size: 43px;
	}
}
.h2.h2_left,
.h2.h2_left + *[class*='__subtitle'],
.h2.h2_left + *[class*='__subtitle'] + *[class*='__subtitle']{
	text-align: left;
}
@media only screen and (min-width : 1200px) {
	.h2 br{
		display: inline-block;
	}
}
.h3{
	font-size: 36px;
}
.h4{
	font-size: 24px;
}
.h5{
	font-size: 20px;
}
.h5{
	font-size: 18px;
}
.h6{
	font-size: 16px;
}
.h b{
	font-weight: 600;
}
@media only screen and (max-width : 1499px) {
	.h1{
		font-size: 40px;
	}
	.h2{
		font-size: 44px;
	}
	.h2.h2_fz-64{
		font-size: 58px;
	}
	.h2.h2_mb{
		margin-bottom: 40px;
	}
	.h3{
		font-size: 32px;
	}
}
@media only screen and (max-width : 1199px) {
	.h1{
		font-size: 38px;
	}
	.h2{
		font-size: 36px;
	}
	.h2.h2_fz-64{
		font-size: 50px;
	}
	.h2.h2_mb{
		margin-bottom: 30px;
	}
	.h3{
		font-size: 28px;
	}
	.h4{
		font-size: 22px;
	}
}
@media only screen and (max-width : 991px) {
	.h1{
		font-size: 34px;
	}
	.h2{
		font-size: 32px;
	}
	.h2.h2_fz-64{
		font-size: 44px;
	}
	.h2.h2_mb{
		margin-bottom: 25px;
	}
	.h3{
		font-size: 26px;
	}
	.h4{
		font-size: 20px;
	}
	.h5{
		font-size: 19px;
	}
	.h5{
		font-size: 17px;
	}
}
@media only screen and (max-width : 767px) {
	.h1{
		font-size: 30px;
	}
	.h2{
		font-size: 30px;
	}
	.h2.h2_fz-64{
		font-size: 40px;
	}

	.h2.h2_center-sm,
	.h2.h2_center-sm + *[class*='__subtitle'],
	.h2.h2_center-sm + *[class*='__subtitle'] + *[class*='__subtitle']{
		text-align: center;
	}
	.h3{
		font-size: 24px;
	}
}
@media only screen and (max-width : 575px) {
	.h2{
		font-size: 28px;
	}
}
/*/HEADING*/

/*FORM*/
.form{
	position: relative;
}
.form__info-top{
	position: absolute;
	bottom: 100%;
	margin-bottom: -20px;
	left: 0;
	right: 0;
	padding: 0 20px;
}
.form__info-top-text{
	font-size: 14px;
	line-height: 1.5em;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	background: #EAD772;
	border-radius: 18.5px;
	padding: 5px 10px;
	max-width: 350px;
	margin: 0 auto;
}
.form__title{
}
.form_text-center{
	text-align: center;
}
.form__bg{
}
.form__top{
	margin-bottom: 40px;
}
.form__info{
	margin: 25px auto 0;
	font-size: 12px;
	line-height: 1.5em;
	text-align: center;
}
.form__label{
	margin-top: 40px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: 300;
}
.form__time .b-tab{
	max-width: 360px;
	margin-left: auto;
	margin-right: auto;
}
.input{
	width: 100%;
	max-width: 323px;
	margin: 0 auto 30px;
	position: relative;
}
.input_icon .input__input{
	padding-left: 65px;
}
.input_icon::before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 25px;
	width: 20px;
	height: 20px;
	margin: auto;
	background-repeat: no-repeat;
	background-position: center;
}
.input_icon.input_phone::before{
	background-image: url(../img/icons/input-phone.svg);
}
.input_icon.input_email::before{
	background-image: url(../img/icons/input-email.svg);
}
.input_icon.input_time::before{
	background-image: url(../img/icons/input-time.svg);
}
.input__input{
	height: 57px;
	width: 100%;
	max-width: 100%;
	background: #FCFCFC;
	border: 1px solid #D3D3D3;
	box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25);
	text-align: left;
	color: #020202;
	border-radius: 28.5px;
	font-size: 14px;
	font-family: "Montserrat";
	font-weight: 700;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.input__input,
.jq-selectbox__select{
	padding: 0 10px 0 25px;
}
.input.input_select .input__input{
	padding: 0;
}
.input.input_textarea .input__input{
	height: 110px;
	min-height: 110px;
	padding-top: 15px;
	resize: vertical;
	vertical-align: top;
}
.input.input_lg{
	max-width: 386px;
	font-weight: 400;
}
@media only screen and (min-width : 992px) {
	.input.input_lg .input__input{
		height: 80px;
		border-radius: 28.5px;
		font-size: 18px;
	}
}
.input.input_btn{
	padding-top: 15px;
	margin: 0 auto;
	text-align: center;
}
.input.input_btn .btn{
	min-width: 286px;
}
.input__input:focus{
	border-color: #D7C365;
}
.input_error .input__input,
.input_error:not(.input),
.input-checkbox .input_error{
	background-color: #ffeaea!important;
	border-color: #db422c!important;
}
.btn{
	display: inline-block;
	border: none;
	white-space: normal;
	cursor: pointer;
	padding: 4px 40px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1.3em;
	color: #020202;
	font-family: "Montserrat";
	background-color: #020202;
	box-shadow: 0px 20px 8px rgba(0, 0, 0, 0.15), inset 0px 8px 10px rgba(0, 0, 0, 0.8);
	border: 6px solid #EAD772;
	color: #fff;
	letter-spacing: 0.05em;
	text-align: left;
	text-transform: uppercase;
	border-radius: 50.5px;
	font-weight: 600;
	position: relative;
	top: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.btn::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #020202;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0) 100%), #020202;
	border-radius: inherit;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.btn:hover::before{
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%), #020202;
}
.btn:active{
	top: 2px;
	box-shadow: none;
}
.btn__center{
	height: 83px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	z-index: 9;
}
.btn__icon{
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: contain;
	background-size: contain;
	margin-right: 15px;
}
.btn__icon_key{
	width: 56px;
	height: 25px;
	background-image: url(../img/icons/btn-key.svg);
}
.btn__icon_mail{
	width: 44px;
	height: 28px;
	background-image: url(../img/icons/btn-mail.svg);
}
@media only screen and (min-width : 1200px) {
	.btn__icon_mail{
		margin-right: 30px;
	}
}


.btn.btn_btn-2{
	background-color: #EAD772;
	border: 2px solid #EAD772;
	padding: 3px 30px;
	border-radius: 37px;
	box-shadow: none;
	color: #020202;
	font-size: 14px;
	font-weight: 900;
}
.btn.btn_btn-2::before{
	display: none;
}
.btn.btn_btn-2:hover{
	background-color: #020202;
	border-color: #020202;
	color: #fff;
}
.btn.btn_btn-2 .btn__center{
	height: 60px;
}

.btn.btn_max{
	width: 100%;
	max-width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}
.btn.btn_md{
	padding-left: 30px;
	padding-right: 30px;
}
.btn.btn_md > .btn__center{
	height: 70px;
}
.btn.btn_btn-2.btn_md{
	font-size: 12px;
	border-radius: 30px;
}
.btn.btn_btn-2.btn_md .btn__center{
	height: 47px;
}
.btn.btn_border:not(:hover){
	background-color: transparent;
	color: #020202;
}

.btn.btn_fz-13{
	font-size: 13px;
	padding-left: 25px;
	padding-right: 25px;
}
.btn.btn_fz-13 .btn__icon_mail{
	margin-right: 20px;
}
@media only screen and (max-width : 1199px) {
	.form__top{
		margin-bottom: 30px;
	}
	.btn{
		border-width: 4px;
		font-size: 15px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.btn__center{
		height: 70px;
	}
	.btn.btn_md > .btn__center{
		height: 60px;
	}

	.btn__icon_key{
		width: 50px;
		height: 22px;
	}
	.btn__icon_mail{
		width: 40px;
		height: 25px;
	}
}
@media only screen and (max-width : 991px) {
	.form__top{
		margin-bottom: 25px;
	}
	.input_icon::before{
		left: 20px;
	}
	.input_icon .input__input{
		padding-left: 50px;
	}
	.input{
		margin-bottom: 20px;
	}
	.btn__icon{
		margin-right: 10px;
	}
	.btn__icon_key{
		width: 46px;
		height: 19px;
	}
	.btn__icon_mail{
		width: 34px;
		height: 21px;
	}
}
@media only screen and (max-width : 767px) {
	.form__label{
		margin-top: 30px;
		margin-bottom: 5px;
	}
	.input.input_btn{
		padding-top: 10px;
	}
}
@media only screen and (max-width : 575px) {
	.form__label{
		font-size: 12px;
		margin-top: 20px;
	}
	.input__input{
		font-size: 12px;
	}
	.input.input_btn .btn{
		min-width: 1px;
		width: 100%;
	}
	.btn{
		text-align: center;
	}
	.btn__icon{
		display: none;
	}
}
/*/FORM*/

/*SECTION*/
section.section_pt-0,
.section.section_pt-0{
	padding-top: 0;
}
section.section_pb-0,
.section.section_pb-0{
	padding-bottom: 0;
}
section,
.section{
	padding: 30px 0;
	position: relative;
}
.section__animation{
	position: relative;
	-webkit-transition: all .1s;
	-o-transition: all .1s;
	transition: all .1s;
}
.section__animation::after{
	content: '';
	position: absolute;
	top: -50px;
	left: 50%;
	width: 1646px;
	height: 271px;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	background-image: url(../img/bg/geography-cloud.png);
	background-repeat: no-repeat;
	background-position: center;
}
.section__animation .container{
	position: relative;
	z-index: 5;
}
.bg-decor-1{
	padding-bottom: 210px;
	background-image: url(../img/bg/decor-1.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: -20px;
}
.bg-decor-1::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 180px;
	display: none;
}
.bg-decor-2{
}
.bg-decor-2::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 157px;
	background: linear-gradient(180deg, #F8F8F8 0%, rgba(255, 255, 255, 0) 100%);
}
.bg-decor-2 .container{
	position: relative;
	z-index: 3;
}
@media only screen and (max-width : 1199px) {
	section,
	.section{
		padding: 25px 0;
	}
}
@media only screen and (max-width : 991px) {
	section,
	.section{
		padding: 20px 0;
	}
	.section__animation{
		margin-top: 0 !important;
	}
	.bg-decor-1{
		-webkit-background-size: 1000px;
		background-size: 1000px;
		padding-bottom: 120px;
	}
}
@media only screen and (max-width : 767px) {
}
@media only screen and (max-width : 575px) {
}
/*/SECTION*/

/*items*/
.item-bg{
	background-color: #fff;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	border-radius: 30px;
	padding: 30px;
}
.items{
	margin-top: 20px;
	padding-top: 1px;
}
.wrap{
	margin-top: 50px;
}
.items__item{
	display: block;
	margin: 30px auto 0;
	position: relative;
}
.items.items_carousel .items__item{
	margin-top: 0;
}
.items__img,
.wrap__img{
	display: block;
	padding-top: 72%;
	background-color: #020202;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.items__descr,
.wrap__descr{
	margin-top: 10px;
}
.items__descr:first-child,
.wrap__descr:first-child{
	margin-top: 0;
}
@media only screen and (max-width : 1499px) {
	.item-bg{
		padding: 25px;
	}
}
@media only screen and (max-width : 1199px) {
	.items{
		margin-top: 15px;
	}
	.wrap{
		margin-top: 40px;
	}
}
@media only screen and (max-width : 991px) {
	.items{
		margin-top: 10px;
	}
	.wrap{
		margin-top: 30px;
	}
}
@media only screen and (max-width : 767px) {
	.item-bg{
		padding: 25px 20px;
	}
}
@media only screen and (max-width : 575px) {
}
/*/items*/

/*text*/
.b-text-white,
.b-text-white .link:not(.b-text-color):not(:hover),
.b-text-white .link.b-text-color:hover{
	color: #fff;
}
.b-text-white .link:hover,
.b-text-dark .link:hover,
.link:hover{
	color: #D7C365;
}
.b-text-dark,
.b-text-dark .link:not(.b-text-color):not(:hover),
.b-text-dark .link{
	color: #140c0a;
}
.b-text-wrap{
	white-space: nowrap;
}
.b-text-up{
	text-transform: uppercase;
}
.b-text-down{
	text-transform: none;
}
.b-text-medium{
	font-weight: 500;
}
.b-text-color{
	color: #D7C365;
}
.b-text-descr{
	margin-top: 20px;
}
.b-text-descr:first-child{
	margin-top: 0;
}
.b-text-name{
	color: #D7C365;
	padding-bottom: 10px;
	border-bottom: 1px solid #D3D3D3;
	font-weight: 300;
	display: inline-block;
	padding-right: 20px;
}
.b-text-label{
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 10px;
}
.b-text-label:last-child{
	margin-bottom: 0;
}
.b-btn-wrap{
	margin-top: 40px;
	display: inline-block;
}
.b-btn-wrap__info{
	margin-top: 15px;
	text-align: center;
	color: #5a5553;
}

.b-btn-wrap_center{
	display: block;
	text-align: center;
}
.b-btn-wrap_flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.b-btn-wrap_flex .b-btn-wrap__btn{
	margin-right: 30px;
}
.b-btn-wrap_flex .b-btn-wrap__info{
	margin-top: 0;
}
@media only screen and (max-width : 1499px) {
	.b-text-descr{
		margin-top: 15px;
	}
}
@media only screen and (max-width : 1199px) {
	.b-btn-wrap{
		margin-top: 30px;
	}
}
@media only screen and (max-width : 991px) {
	.b-text-descr{
		margin-top: 10px;
	}
	.b-btn-wrap{
		margin-top: 25px;
	}
}
@media only screen and (max-width : 767px) {
}
@media only screen and (max-width : 575px) {
}
/*/text*/

/*logo*/
.logo{
}
.logo__img{
	display: inline-block;
}
.logo__img:hover{
	opacity: .8;
}
.logo__title{
	font-size: 18px;
	line-height: 1.5em;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #D7C365;
}
.logo.logo_flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	text-align: left;
}
.logo.logo_flex .logo__img{
	margin-right: 30px;
}
@media only screen and (max-width : 1499px) {
	.logo.logo_flex .logo__img{
		max-width: 140px;
		margin-right: 15px;
	}
	.logo__title{
		font-size: 16px;
	}
}
@media only screen and (max-width : 1199px) {
	.logo.logo_flex .logo__img{
		max-width: 120px;
	}
	.logo__title{
		font-size: 14px;
	}
}
@media only screen and (max-width : 991px) {
}
@media only screen and (max-width : 767px) {
}
@media only screen and (max-width : 575px) {
}
/*/logo*/

/*header*/
.header{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	padding: 30px 0;
	min-width: 320px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.header + section::before{
	content: '';
	position: relative;
	display: block;
	height: 235px;
}
.header__left{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.header__logo{
	margin-right: 10px;
}
.header__logo .logo__text{
	max-width: 220px;
	display: none;
}
.header__logo .logo__title{
	color: #020202;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.05em;
}
.header__logo-mobile{
	margin-bottom: 20px;
	max-width: 250px;
}
.header-contacts{
	margin-left: -15px;
	margin-right: -15px;
}
.header-contacts__item{
	margin: 10px 15px 0;
}
.header-contacts__item:first-child{
	margin-top: 0;
}
.header-contacts__btn-wrap{
	margin-top: 25px;
}
@media only screen and (min-width : 992px) {
	.header_fixed{
		position: fixed;
		padding: 15px 0;
		box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
		background-color: #fff;
	}
	.header_fixed .header__left{
		justify-content: space-between;
	}
	.header_fixed .header__logo.logo_flex .logo__img{
		max-width: 70px;
		margin-right: 15px;
	}
	.header_fixed .header__logo .logo__text{
		display: block;
	}
	.header_fixed .header__contacts{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
	}
	.header_fixed .header-contacts__item{
		margin-top: 0;
	}
	.header_fixed .header-contacts__btn-wrap{
		margin-top: 0;
	}
}

@media only screen and (max-width : 1199px) {
}
@media only screen and (max-width : 991px) {
	.header + section::before{
		height: 70px;
	}
	.header-contacts__btn-wrap{
		margin-top: 15px;
	}

	.header{
		position: fixed;
		padding: 10px 0;
		box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
		background-color: #fff;
	}
	.header__left{
		justify-content: space-between;
	}
	.header__logo.logo_flex .logo__img{
		max-width: 50px;
		margin-right: 15px;
	}
	.header_fixed .header__logo .logo__text{
		display: none;
	}


	.header__mobile{
		position: fixed;
		top: 0;
		left: 0;
		max-width: 400px;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 20px;
		overflow-y: scroll;
		z-index: 99;
		background-color: #fff;
		-webkit-box-shadow: 0 3px 5px rgba(0,0,0,.1);
		box-shadow: 0 3px 5px rgba(0,0,0,.1);
		-webkit-transform: translate(-100%, 0);
		-ms-transform: translate(-100%, 0);
		transform: translate(-100%, 0);
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	.header__mobile.active{
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	.header__contacts{
		display: block;
	}
}
@media only screen and (max-width : 767px) {
}
@media only screen and (max-width : 575px) {
}
/*/header*/

/*main*/
.s-main{
	background-image: url(../img/bg/main-bg.png);
	background-repeat: no-repeat;
	background-position: calc(50% + 345px) top;
	padding: 1px 0 250px;
}
.s-main .container{
	position: relative;
	z-index: 9;
}
.main-items{
	margin-top: -6px;
}
.main-items__item{
	color: #D3D3D3;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	margin-top: 20px;
}
.main-items__number{
	font-weight: 900;
	font-size: 80px;
	line-height: 1em;
	margin-right: 10px;
}
.main-items__text{}
.main-items__title{
	text-transform: uppercase;
	font-weight: 600;
}
.main__btn-label{
	margin-top: 20px;
}
.main__btn-label-bottom {
	margin-top: 24px;
	max-width: 340px;
	position: absolute;
}
.main__btn-label-bottom img {
	width: 28px;
	position: absolute;
	left: -38px;
	top: 5px;
}
.main__btn-label-bottom span {
	text-decoration: underline;
}

.s-main__bg-img{ 
	margin-left: 50px;
	margin-bottom: -80px;
}
.main__btn-label{
	display: inline-block;
	position: relative;
}
.main__btn-label::before{
	content: '';
	position: absolute;
	bottom: -35px;
	left: 100%;
	margin-left: 10px;
	width: 87px;
	height: 87px;
	background-image: url(../img/icons/main-img-arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: contain;
	background-size: contain;
}
.main__btn-wrap{
	max-width: 340px;
}
.main__btn-wrap .btn{
	font-size: 14px;
}
@media only screen and (max-width : 1499px) {
	.s-main{
		-webkit-background-size: 950px;
		background-size: 950px;
		padding-bottom: 150px;
	}
	.s-main__bg-img{
		margin-bottom: -60px;
	}
	.s-main__bg-img img{
		max-width: 600px;
	}
}
@media only screen and (max-width : 1199px) {
	.s-main{
		-webkit-background-size: 750px;
		background-size: 750px;
		padding-bottom: 80px;
	}
	.main-items__number{
		font-size: 70px;
	}
	.s-main__bg-img{
		margin-bottom: -50px;
	}
	.s-main__bg-img img{
		max-width: 400px;
	}
}
@media only screen and (max-width : 991px) {
	.s-main{
		-webkit-background-size: 620px;
		background-size: 620px;
		background-position: calc(50% + 300px) top;
		padding: 30px 0 20px;
	}
	.main-items__number{
		font-size: 46px;
	}
	.main-items__title{
		font-size: 18px;
	}
	.main__btn-label::before{
		display: none;
	}
	.main__btn-label-bottom {
        position: relative;
    }
}
@media only screen and (max-width : 767px) {
	.s-main{
		-webkit-background-size: 500px;
		background-size: 500px;
		background-position: center top;
	}
	.s-main::after{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: #fff;
		opacity: .9;
	}
	.main-items__item{
		color: #202020;
	}
	.main__btn-label-bottom img {
		width: 28px;
		position: relative;
		left: 0px;
		top: 0px;
	}
}
@media only screen and (max-width : 575px) {
}
/*/main*/

/*phone*/
.b-phone__link{
	font-size: 24px;
	line-height: 1em;
	font-weight: 700;
	color: #D7C365;
}
.b-phone__link:hover{
	color: #202020;
}
@media only screen and (max-width : 1199px) {
	.b-phone__link{
		font-size: 22px;
	}
}
@media only screen and (max-width : 991px) {
	.b-phone__link{
		font-size: 21px;
	}
}
@media only screen and (max-width : 767px) {
}
@media only screen and (max-width : 575px) {
}
/*/phone*/

/*menu-hamburger*/
.menu-overflow{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 20;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.menu-overflow.active{
	visibility: visible;
	opacity: 1;
}
@media only screen and (min-width : 1400px) {
	.menu-overflow{
		display: none;
	}
}
.menu-hamburger{
	display: inline-block;
	cursor: pointer;
	padding: 10px 12px;
	background-color: #202020;
	border: 1px solid #D7C365;
	position: relative;
	z-index: 101;
}
.menu-hamburger__hamburger{
	position: relative;
	width: 20px;
	height: 14px;
	display: inline-block;
	text-indent: -9999px;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	vertical-align: middle;
	z-index: 9;
}
.menu-hamburger__hamburger:focus {
	outline: none;
}
.menu-hamburger__hamburger span{
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-color: #D7C365;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.menu-hamburger__hamburger:hover span,
.menu-hamburger.active .menu-hamburger__hamburger span:nth-child(2),
.menu-hamburger.active .menu-hamburger__hamburger span:nth-child(3){
	background-color: #D7C365;   
}
.menu-hamburger__hamburger span:nth-child(1) {
	top: 50%;
	margin-top: -1px;
	width: 15px;
	margin-left: 0;
}
.menu-hamburger__hamburger span:nth-child(2) {
	top: 0;
}
.menu-hamburger__hamburger span:nth-child(3) {
	bottom: 0;
}
.menu-hamburger.active .menu-hamburger__hamburger span:nth-child(1) {
	background: none;
	-webkit-transition-duration: 0s, 0s;
	-o-transition-duration: 0s, 0s;
	transition-duration: 0s, 0s;
}
.menu-hamburger.active .menu-hamburger__hamburger span:nth-child(2),
.menu-hamburger.active .menu-hamburger__hamburger span:nth-child(3){
	-webkit-transition-duration: 0s, 0.5s;
	-o-transition-duration: 0s, 0.5s;
	transition-duration: 0s, 0.5s;
}
.menu-hamburger.active .menu-hamburger__hamburger span:nth-child(2) {
	top: 50%;
	margin-top: -1px;
	-webkit-transition-property: top, -webkit-transform;
	transition-property: top, -webkit-transform;
	-o-transition-property: top, transform;
	transition-property: top, transform;
	transition-property: top, transform, -webkit-transform;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menu-hamburger.active .menu-hamburger__hamburger span:nth-child(3) {
	bottom: 50%;
	margin-bottom: -1px;
	-webkit-transition-property: bottom, -webkit-transform;
	transition-property: bottom, -webkit-transform;
	-o-transition-property: bottom, transform;
	transition-property: bottom, transform;
	transition-property: bottom, transform, -webkit-transform;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/*/menu-hamburger*/

/*SELECT*/
.jq-selectbox__select-text{
	line-height: 60px;
}
.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 50%;
	margin-top: -2px;
	right: 20px;
	width: 0;
	height: 0;
	border-top: 4px solid #333;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.jq-selectbox.opened .jq-selectbox__trigger-arrow{
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.jq-selectbox li {
	padding: 15px 10px 15px 55px;
	color: #282828;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3em;
}
.jq-selectbox li.selected {
	background-color: rgba(99, 160, 242, .2);
}
.jq-selectbox li:hover{
	background-color: rgba(99, 160, 242, .2)
}
.jq-selectbox li.sel{
	background-color: rgba(99, 160, 242, .8);
	color: #fff;
}
/*/SELECT*/

/*soc*/
.soc{
}
.soc__label{
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 10px;
}
.soc-list{
	margin: -10px -5px 0;
}
.soc-list__item{
	display: inline-block;
	vertical-align: top;
	margin: 10px 5px 0;
}
.soc-list__link{
	display: block;
	position: relative;
	width: 33px;
	height: 33px;
	line-height: 31px;
	text-align: center;
	background-color: #020202;
	border: 1px solid #EAD772;
}
.soc-list__link:hover{
	border-color: #EAD772;
	background-color: #EAD772;
}
.soc-list__link:active{
	border-color: #fff;
}
.soc-list__link img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.soc-list__link img.hover,
.soc-list__link:hover img{
	opacity: 0!important;
}
.soc-list__link:hover img.hover{
	opacity: 1!important;
}

.soc_style-2 .soc-list__link{
	background-color: transparent;
	border: none;
}


@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) {
}
/*/soc*/

/*bg img*/
.b-bg-img{
	position: absolute;
	z-index: 2;
}
.b-bg-img_top{
	top: 0;
}
.b-bg-img_bottom{
	bottom: 0;
}
.b-bg-img_left{
	right: 50%;
}
.b-bg-img_right{
	left: 50%;
}
.b-bg-img_center{
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.b-bg-img__img{
	max-width: none;
}
/*/bg img*/

/*video*/
.video{
	position: relative;
}
.video__link{
	display: inline-block;
	position: relative;
}
.video__img{
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.video__play{
	display: block;
	position: relative;
	width: 102px;
	height: 102px;
	margin: 0 auto;
	background: rgba(2, 2, 2, 0.72);
	border: 4px solid #D7C365;
	border-radius: 50%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	z-index: 3;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.video__link:hover .video__play{
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.video__play::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin-left: 12px;
	width: 82px;
	height: 93px;
	z-index: 2;
	background-image: url(../img/icons/play.svg);
	background-position: calc(50% - 8px) center;
	background-repeat: no-repeat;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.block__play::before{
	background-image: url(../img/icons/btn-key.svg);
	}
.video__text{
	margin-top: 20px;
	text-align: center;
	font-weight: 400;
}
.video__label{
	color: #D7C365;
	font-weight: 900;
	font-size: 20px;
}
.video__title{
	font-weight: 500;
	font-size: 18px;
	line-height: 1.3em;
}
.video__info{
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1.5em;
	color: #909090;
}
.video__time{
	position: absolute;
	bottom: 8%;
	right: 8%;
	padding: 5px 10px;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 0.05em;
	background-color: rgba(2, 2, 2, 0.9);
	border-radius: 4px;
	z-index: 9;
}
.video__frame{
	padding: 2%;
	position: relative;
}
.video__frame::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(../img/bg/video-frame.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 6;
}

.video.video_frame{
	margin: 0 auto;
}
.video.video_frame .video__img{
	box-shadow: none;
}

.video.video_img .video__link{
	display: inline-block;
}
.video.video_img .video__play{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.video.video_img .video__link:hover .video__play{
	-webkit-transform: translate(-50%, -50%) scale(1.1, 1.1);;
	-ms-transform: translate(-50%, -50%) scale(1.1, 1.1);;
	transform: translate(-50%, -50%) scale(1.1, 1.1);;
}

.video.video_img-bg .video__link{
	display: block;
}
.video.video_img-bg .video__img{
	display: block;
	background-color: #202020;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 49.42%;
	border-radius: 30px;
	box-shadow: 0px 11px 20px rgba(0, 0, 0, 0.05);
}
.video.video_img-bg .video__text{
	text-align: left;
	padding: 0 30px;
}


.video.video_img-bg.video_xs .video__img{
	border-radius: 25px;
}
.video.video_img-bg.video_xs .video__play{
	width: 72px;
	height: 72px;
}
.video.video_img-bg.video_xs .video__play::before{
	-webkit-background-size: 24px;
	background-size: 24px;
}
.video.video_img-bg.video_xs .video__text{
	padding: 0 20px;
}
.video.video_img-bg.video_xs .video__title{
	font-size: 16px;
}

@media only screen and (min-width : 992px) {
	.video.video_play-lg .video__play{
		width: 140px;
		height: 140px;
	}
	.video.video_play-lg .video__play::before{
		-webkit-background-size: 46px;
		background-size: 46px;
	}
}

.video.video_play-md .video__play{
	width: 82px;
	height: 82px;
}
.video.video_play-md .video__play::before{
	-webkit-background-size: 32px;
	background-size: 32px;
}

.video_play-style-2 .video__play{
	border-radius: 0;
	border: none;
	background-color: transparent;
	background-image: url(../img/icons/youtube-black.svg);
}
.video_play-style-2 .video__play::before{
	background-image: none;
}

.video_play-opacity .video__play{
	background-color: transparent;
}
@media only screen and (max-width : 1199px) {
}
@media only screen and (max-width : 991px) {
	.video__time{
		font-size: 16px;
	}
}
@media only screen and (max-width : 767px) {
}
@media only screen and (max-width : 575px) {
}
/*/video*/

/*list dot*/
.b-list-dot{
	margin: 0;
}
.b-list-dot__item{
	position: relative;
	margin-top: 15px;
	text-align: left;
	padding-left: 30px;
}
.b-list-dot__item:first-child{
	margin-top: 0;
}
.b-list-dot__item::before{
	content: '';
	position: absolute;
	top: 6px;
	left: 3px;
	width: 9px;
	height: 9px;
	background-color: #020202;
	border-radius: 50%
}
.b-list-dot_xs .b-list-dot__item{
	margin-top: 10px;
	padding-left: 15px;
}
.b-list-dot_xs .b-list-dot__item::before{
	top: 9px;
	width: 4px;
	height: 4px;
}

.b-text-white .b-list-dot__item::before{
	background-color: #fff;
}
ol.b-list-dot {
	counter-reset: li;
	padding: 0;
}
ol .b-list-dot__item:before{
	counter-increment: li; 
	width: 10px;
	text-align: center;
	height: auto;
	background-color: transparent;
	top: 0;
	color: #0074ef;
	content: counter(li, decimal-leading-zero) " "; 
}
.b-text-white ol .b-list-dot__item:before{
	color: #fff;
}
@media only screen and (max-width : 1199px) {
}
@media only screen and (max-width : 991px) {
	.b-list-dot__item{
		margin-top: 10px;
	}
}
@media only screen and (max-width : 767px) {
	.b-list-dot__item{
		margin-top: 7px;
	}
}
@media only screen and (max-width : 575px) {
}
/*/list dot*/

/*icon info*/
.b-icon-info{
	content: '';
	position: relative;
	display: block;
	width: 47px;
	height: 47px;
	margin: 0 auto;
	background-image: url(../img/icons/info.svg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: contain;
	background-size: contain;
}
/*/icon info*/

/*developer*/
.b-developer{
}
.b-developer__link{
	display: block;
	padding: 5px;
	background-color: #FFCC00;
	border-radius: 5px;
	color: #3B3751;
	text-align: center;
	max-width: 198px;
	display: inline-block;
	width: 100%;
}
.b-developer__link:hover{
	background-color: #D7C365;
}
.b-developer__link:active{
	background-color: #FFCC00;
}
.b-developer__label{
	font-weight: bold;
	font-size: 11px;
	line-height: 1.5em;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin-bottom: 5px;
}
/*/developer*/

/*items videos*/
.items_videos{
	position: relative;
	margin-top: 20px;
	margin-left: -15px;
	margin-right: -15px;
}
.items_videos::before,
.items_videos::after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: calc(352px * 5);
	background: linear-gradient(90deg, #fff 0%,  #fff 80%, rgba(255, 255, 255, 0) 100%);
	z-index: 3;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.items_videos::before{
	right: 100%;
	margin-right: -352px;
}
.items_videos::after{
	left: 100%;
	margin-left: -352px;
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
	-webkit-filter: FlipH;
	filter: FlipH;
	-ms-filter: "FlipH";
}
.items_videos .slick-list{
	overflow: visible;
}
.items_videos .slick-slide{
	-webkit-transform: scale(.7, .7);
	-ms-transform: scale(.7, .7);
	-o-transform: scale(.7, .7);
	transform: scale(.7, .7);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.materials-items__carousel .slick-slide[data-slick-index="0"],
.items_videos .slick-slide.slick-active{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.items_videos .slick-slide .video__play,
.items_videos .slick-slide .video__time,
.items_videos .slick-slide .video__text{
	opacity: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.items_videos .slick-slide.slick-active .video__play,
.items_videos .slick-slide.slick-active .video__time,
.items_videos .slick-slide.slick-active .video__text{
	opacity: 1;
}
.items_videos .slick-arrow{
	bottom: 65px;
}
.items_videos .slick-prev{
	margin-left: -15px;
}
.items_videos .slick-next{
	margin-right: -15px;
}
@media only screen and (max-width : 1199px) {
}
@media only screen and (max-width : 991px) {
}
@media only screen and (max-width : 767px) {
	.items_videos::before,
	.items_videos::after{
		display: none;
	}
}
@media only screen and (max-width : 575px) {
}
/*/items videos*/

/*bell*/
.b-bell{
	width: 38px;
	height: 49px;
	background-image: url(../img/icons/bell.svg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: contain;
	background-size: contain;
	position: relative;
	z-index: 9;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.b-bell.active{
	opacity: 0;
}
.b-bell__number{
	position: absolute;
	bottom: 100%;
	left: 100%;
	margin-left: -10px;
	margin-bottom: -15px;
	width: 29px;
	height: 29px;
	line-height: 29px;
	font-weight: 900;
	font-size: 14px;
	text-align: center;
	color: #fff;
	background-color: #EA5252;
	border-radius: 50%;
}
/*/bell*/

/*tab*/
.b-tab{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 20px;
}
.b-tab__item{
	width: 100%;
	font-size: 12px;
	line-height: 1.3em;
	color: #909090;
	font-weight: 600;
	background: #FFFFFF;
	border: 1px solid #D3D3D3;
	box-sizing: border-box;
	padding: 8px 10px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.b-tab__item:first-child{
	border-radius: 4px 0 0 4px;
}
.b-tab__item:last-child{
	border-radius: 0 4px 4px 0;
}
.b-tab__item:hover{
	color: #EAD772;
	border-color: #EAD772;
}
.b-tab__item.active{
	color: #020202;
	background-color: #EAD772;
	border-color: #EAD772;
}
.b-tab__item.active:hover{
	color: #020202;
}
.b-tab-items__item{
	display: none;
}
.b-tab-items__item.active{
	display: block;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
/*/tab*/

/*materials form*/
.materials-form{
	margin-top: -10px;
}
.materials-form__item{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	margin-top: 15px;
}
.materials-form__item:first-child{
	margin-top: 0;
}
.materials-form__img{
	margin-right: 10px;
	max-width: 75px;
	width: 100%;
	line-height: 65px;
	text-align: center;
}
.materials-form__title{
	font-weight: 700;
}
@media only screen and (max-width : 1199px) {
}
@media only screen and (max-width : 991px) {
}
@media only screen and (max-width : 767px) {
	.materials-form__item{
		margin-top: 10px;
	}
}
@media only screen and (max-width : 575px) {
	.materials-form__img{
		max-width: 50px;
		line-height: 50px;
	}
	.materials-form__title{
		font-size: 14px;
	}
}
/*/materials form*/

/*director*/
.b-director{
	position: relative;
}
.b-director__text{
	padding: 20px 30px;
	position: absolute;
	bottom: 25%;
	right: 0;
	z-index: 9;
	max-width: 305px;
	width: 100%;
}
.b-director__name{
	font-weight: 500;
	font-size: 18px;
}
.b-director__post{
	font-size: 14px;
	line-height: 1.3em;
	text-transform: uppercase;
	color: #909090;
}
/*/director*/