html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
img{
	max-width: 100%;
	vertical-align: middle;
	opacity: 1;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
}
img[data-src] {
	opacity: 0;
}
input:focus,
textarea:focus,
button:focus,
select:focus{
	outline: none;
}
*::-webkit-input-placeholder {
	color: #D8D8D8;
	opacity: 1;
}
*:-moz-placeholder {
	color: #D8D8D8;
	opacity: 1;
}
*::-moz-placeholder {
	color: #D8D8D8;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #D8D8D8;
	opacity: 1;
}
.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_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_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;
	
	margin: 0 auto;
}
.fonts-loaded,
.fonts-loaded *{
	font-family: "Open Sans", sans-serif!important;
	color: rgba(0,0,0,0)!important;
}
body{
	font-family: "Exo2", sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.5em;
	min-width: 320px;
	position: relative;
	overflow-x: hidden;
	color: #A1A1A1;
	background-color: #fff;
	margin: 0 auto;
}
br,
span,
b{
	line-height: inherit;
}
b{
	font-weight: 700;
}
p{
	margin: 0;
}
a{
	color: #282828;
}
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;
}
.b-wrap{
	white-space: nowrap;
}
.b-text-white,
.b-text-white .link,
.b-text-white .h1,
.b-text-white .h2,
.b-text-white .h3,
.b-text-white .h4,
.b-text-white .h5,
.b-text-white .h6{
	color: #fff;
}
.link:active{
	text-decoration: underline;
}
.link.link_dark{
	color: #A1A1A1;
}
.bg-1 .link.link_dark:hover{
	color: #fff;
}
.link.link_dark:hover{
	color: #282828;
}
.bg-2 .link:hover{
	opacity: .65;
}
.bg-2 .link.link_dark{
	opacity: .65;
	color: #fff;
}
.bg-2 .link.link_dark:hover{
	opacity: 1;
	color: #fff;
}
.link.link_blue{
	color: #3790D0;
}
.link.link_blue:hover{
	color: #98C3E1;
}
.link.link_underline{
	text-decoration: underline;
}
.link.link_underline:active{
	text-decoration: none;
}
.b-text-dark,
.b-text-dark .link{
	color: #282828;
}
.b-link{
	color: #282828;
	text-decoration: underline;
}
.b-link:active{
	text-decoration: none;
}
.b-color{
	color: #3790D0;
}
.b-color-red{
	color: #B3001F;
}
@media only screen and (max-width : 1599px) {
	body{
		font-size: 16px;
	}
}
@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;
	font-weight: 600;
	color: #282828;
	line-height: 1.3em;
}
.h1{
	font-size: 74px;
	line-height: 1.12em;
}
.h2{
	font-size: 40px;
	line-height: 1.2em;
}
.h3{
	font-size: 28px;
}
.h4{
	font-size: 21px;
}
.h5{
	font-size: 18px;
}
.h6{
	font-size: 16px;
}
@media only screen and (max-width : 1599px) {
	.h1{
		font-size: 48px;
		line-height: 1.2em;
	}
	.h2{
		font-size: 32px;
	}
	.h3{
		font-size: 24px;
	}

}
@media only screen and (max-width : 1199px) {
	.h1{
		font-size: 44px;
	}
}
@media only screen and (max-width : 991px) {
	.h1{
		font-size: 40px;
		line-height: 1.25em;
	}
}
@media only screen and (max-width : 767px) {
	.h1{
		font-size: 32px;
		line-height: 1.2em;
	}
	.h2{
		font-size: 24px;
		line-height: 1.3em;
	}
	.h3{
		font-size: 20px;
	}
}
@media only screen and (max-width : 575px) {
}
/*/HEADING*/

/*FORM*/
.form{
}
.form__descr{
	margin-top: 15px;
}
.form__form{
	margin-top: 35px;
}
.form__info{
	margin: 15px auto 0;
	font-size: 14px;
	line-height: 1.5em;
}
.form__label{
	margin-bottom: 20px;
}
.input{
	width: 100%;
	margin: 0 auto 20px;
	position: relative;
}
.input__input{
	height: 70px;
	width: 100%;
	max-width: 100%;
	background: #F3F3F3;
	border-radius: 5px;
	border: 1px solid #F3F3F3;
	text-align: left;
	color: #282828;
	font-size: 18px;
	font-family: "Exo2";
	font-weight: 300;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.input__input,
.jq-selectbox__select{
	padding: 0 10px 0 20px;
}
.bg-3 .input__input{
	background-color: #fff;
	border-color: transparent;
}
.input.input_select .input__input{
	padding: 0;
	height: auto;
}
.input.input_textarea .input__input{
	height: 110px;
	padding-top: 15px;
	resize: vertical;
	vertical-align: top;
}
.input.input_btn{
	margin-bottom: 0;
}
.input__input:focus{
	border: 1px solid #3790D0;
}
.input_error .input__input,
.input_error:not(.input),
.input-checkbox .input_error{
	background-color: #ffeaea!important;
	border-color: #db422c!important;
}
.btn{
	display: inline-block;
	text-align: center;
	border: none;
	white-space: normal;
	cursor: pointer;
	padding: 3px 40px;
	font-size: 18px;
	font-weight: 300;
	min-width: 300px;
	line-height: 1.2em;
	color: #fff;
	font-family: "Exo2";
	background-color: #282828;
	border: 2px solid #282828;
	border-radius: 35px;
	position: relative;
	top: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.btn:hover{
	-webkit-box-shadow: 0px 15px 25px rgba(40, 40, 40, 0.2);
	box-shadow: 0px 15px 25px rgba(40, 40, 40, 0.2);
}
.btn.btn_white{
	background-color: #fff;
	border-color: #fff;
	color: #282828;
}
.b-text-white .btn.btn_white:not(:hover){
	color: #fff;
}
.btn.btn_max{
	width: 100%;
	max-width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}
.btn.btn_border:not(:hover){
	background-color: transparent;
	color: #282828;
}
.btn:active{
	top: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn > span{
	height: 60px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media only screen and (max-width : 1599px) {
	.input__input{
		height: 60px;
		font-size: 16px;
	}
	.btn{
		min-width: 280px;
	}
	.btn > span{
		height: 50px;
	}
	.form__label{
		margin-bottom: 15px;
	}
}
@media only screen and (max-width : 1199px) {
}
@media only screen and (max-width : 991px) {
	.btn{
		font-size: 16px;
	}
	.btn > span{
		height: 40px;
	}
}
@media only screen and (max-width : 767px) {
	.form__descr{
		margin-top: 10px;
	}
	.form__form{
		margin-top: 20px;
	}
	.form__label{
		margin-bottom: 10px;
	}
}
@media only screen and (max-width : 575px) {
}
/*/FORM*/

/*SECTION*/
.bg-1{
	background-color: #282828;
}
.bg-2{
	background-color: #B3001F;
}
.bg-3{
	background-color: #F3F3F3;
}
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: 60px 0;
	position: relative;
}
.section_p-160{
	padding: 160px 0;
}
section.section_pt-30,
.section.section_pt-30{
	padding-top: 30px;
}
section.section_pb-30,
.section.section_pb-30{
	padding-bottom: 30px;
}
.container,
.container-fluid{
	padding: 0 30px;
}
.section__label{
	margin-top: 20px;
}
@media only screen and (min-width : 992px) {
	.container{
		max-width: 820px;
	}
}
@media only screen and (min-width : 1200px) {
	.container{
		max-width: 1070px;
	}
}
@media only screen and (min-width : 1600px) {
	.container{
		max-width: 1590px;
	}
}
@media only screen and (max-width : 1599px) {
	section,
	.section{
		padding: 40px 0;
	}
	.section_p-160{
		padding: 100px 0;
	}
}
@media only screen and (max-width : 1199px) {
	.section_p-160{
		padding: 80px 0;
	}
	.section__label{
		margin-top: 15px;
	}
}
@media only screen and (max-width : 991px) {
	.container.container_md-max{
		max-width: 100%;
	}
	.section_p-160{
		padding: 60px 0;
	}
}
@media only screen and (max-width : 991px) and (min-width : 768px) {
	.container{
		max-width: 780px;
	}
}
@media only screen and (max-width : 767px) {
	.container{
		max-width: 100%;
	}
	.container,
	.container-fluid{
		padding: 0 20px;
	}
	.section_p-160{
		padding: 40px 0;
	}
	.section.section_pt-30{
		padding-top: 20px;
	}
	.section.section_pb-30{
		padding-bottom: 20px;
	}
	.section__label{
		margin-top: 10px;
	}
}
@media only screen and (max-width : 575px) {
}
@media only screen and (max-width : 369px) {
	.container,
	.container-fluid{
		padding: 0 15px;
	}
}
/*/SECTION*/

/*ITEMS*/
.items{
	margin-top: 20px;
}
.items.items_mt-0{
	margin-top: 0;
}
.items.items_mt--30{
	margin-top: -30px;
}
.wrap{
	margin-top: 50px;
}
.wrap.wrap_mt-0{
	margin-top: 0;
}
.items__item{
	display: block;
	margin: 30px auto 0;
	position: relative;
}
.item-padding{
	padding: 60px;
	border-radius: 20px;
}
.item-padding.item-padding_pl-0{
	padding-left: 0;
}
.item-padding.item-padding_pr-0{
	padding-right: 0;
}
.items__img,
.wrap__img{
	display: block;
	padding-top: 72%;
	background-color: #F3F3F3;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.items__descr{
	margin-top: 10px;
}
.wrap__descr{
	margin-top: 25px;
}
.items__descr:first-child,
.wrap__descr:first-child{
	margin-top: 0;
}
.items__btn-wrap,
.wrap__btn-wrap{
	margin-top: 40px;
}
.items__btn-wrap.items__btn-wrap_mt-20{
	margin-top: 20px;
}
.items_item-max .items__item{
	height: calc(100% - 30px);
}
@media only screen and (max-width : 1599px) {
	.wrap__descr{
		margin-top: 20px;
	}
	.items__btn-wrap,
	.wrap__btn-wrap{
		margin-top: 30px;
	}
}
@media only screen and (max-width : 1599px) and (min-width : 1200px) {
}
@media only screen and (max-width : 1199px) {
}
@media only screen and (max-width : 991px) {
	.items{
		margin-top: 10px;
	}
}
@media only screen and (max-width : 991px) and (min-width : 768px) {
	.item-padding{
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media only screen and (max-width : 767px) {
	.items__btn-wrap,
	.wrap__btn-wrap{
		margin-top: 20px;
	}
	.item-padding{
		padding: 25px 20px;
	}
	.items.items_mt--30{
		margin-top: -30px;
	}
	.items__item{
		margin-top: 20px;
	}
	.items_item-max .items__item{
		height: calc(100% - 20px);
	}
}
@media only screen and (max-width : 575px) {
}
/*/ITEMS*/

/*NAV*/
.nav{
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	min-width: 320px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	z-index: 99;
}
.nav.active{
	visibility: visible;
	opacity: 1;
}
.nav__center{
	width: 100%;
}
.menu{
	padding: 100px 0;
}
.menu__item{
	padding: 10px 0;
	text-align: right;
}
.menu__link{
	display: block;
	line-height: 1em;
	font-size: 64px;
	font-weight: 600;
	color: #D8D8D8;
}
.menu__link.link:hover,
.menu__link.active{
	color: #98C3E1;
}
.nav.active .menu__link{
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: MyFadeInRight;
	animation-name: MyFadeInRight;
}
.nav.active .menu__item:nth-child(1) .menu__link{
	-webkit-animation-delay: .1s;
	animation-delay: .1s;
}
.nav.active .menu__item:nth-child(2) .menu__link{
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}
.nav.active .menu__item:nth-child(3) .menu__link{
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}
.nav.active .menu__item:nth-child(4) .menu__link{
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
}
.nav.active .menu__item:nth-child(5) .menu__link{
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}
.nav.active .menu__item:nth-child(6) .menu__link{
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
}
.nav.active .menu__item:nth-child(7) .menu__link{
	-webkit-animation-delay: .7s;
	animation-delay: .7s;
}
.nav.active .menu__item:nth-child(8) .menu__link{
	-webkit-animation-delay: .8s;
	animation-delay: .8s;
}
.nav.active .menu__item:nth-child(9) .menu__link{
	-webkit-animation-delay: .9s;
	animation-delay: .9s;
}
.nav.active .menu__item:nth-child(10) .menu__link{
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
@media only screen and (max-width : 1599px) {
	.menu__link{
		font-size: 50px;
	}
}
@media only screen and (max-width : 1199px) {
}
@media only screen and (max-width : 991px) {
	.menu__link{
		font-size: 44px;
	}
}
@media only screen and (max-width : 768px) {
	.menu{
		padding: 80px 0;
	}
	.menu__item{
		padding: 5px 0;
	}
	.menu__link{
		font-size: 32px;
	}
}
@media only screen and (max-width : 575px) {
}
@media only screen and (max-width : 369px) {
	.menu__link{
		font-size: 28px;
	}
}
@media only screen and (max-height : 800px) and (min-width : 992px) {
	.menu__link{
		font-size: 50px;
	}
}
@media only screen and (max-height : 650px) and (min-width : 992px) {
	.menu__link{
		font-size: 44px;
	}
}
@media only screen and (max-height : 600px) and (min-width : 992px) {
	.nav{
		-ms-align-items: stretch;
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
		overflow-y: scroll;
	}
}
@media only screen and (max-height : 600px) and (max-width : 991px) {
	.menu__link{
		font-size: 36px;
	}
}
@media only screen and (max-height : 500px) and (max-width : 991px) {
	.menu__link{
		font-size: 28px;
	}
	.menu__item{
		padding: 5px 0;
	}
}
@media only screen and (max-height : 400px) and (max-width : 991px) {
	.nav{
		-ms-align-items: stretch;
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
		overflow-y: scroll;
	}
}
/*/NAV*/

/*HEADER*/
.header{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 30px 0;
	min-width: 320px;
	background-color: transparent;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	z-index: 100;
}
.header.header_fixed{
	position: fixed;
	background-color: #282828;
	padding: 15px 0;
}
.header:not(.b-text-white),
.header:not(.b-text-white) .link{
	color: #A1A1A1;
}
.header.active{
	background-color: transparent;
}
.header.header_fixed,
.header.header_fixed .link{
	color: #fff;
}
.header.active,
.header.active .link{
	color: #D8D8D8;
}
.header + *::before,
.header + *.section_pt-0 > .section:first-child::before{
	content: '';
	display: block;
	position: relative;
	height: 100px;
}
.header + *.section_pt-0::before{
	display: none;
}
.header__logo .logo__img .logo__img-dark{
	display: block;
}
.header__logo .logo__img .logo__img-white,
.header__logo .logo__img .logo__img-gray{
	display: none;
}
.header.b-text-white .header__logo .logo__img .logo__img-white{
	display: block;
}
.header.b-text-white .header__logo .logo__img .logo__img-dark,
.header.b-text-white .header__logo .logo__img .logo__img-gray{
	display: none;
}
.header.header_fixed .header__logo .logo__img .logo__img-dark,
.header.header_fixed .header__logo .logo__img .logo__img-gray{
	display: none;
}
.header.header_fixed .header__logo .logo__img .logo__img-white{
	display: block;
}
.header.active .header__logo .logo__img .logo__img-dark,
.header.active .header__logo .logo__img .logo__img-white{
	display: none;
}
.header.active .header__logo .logo__img .logo__img-gray{
	display: block;
}
.header__logo .logo__img img{
	height: 40px;
}
.logo__img{
	display: inline-block;
}
.logo__img:hover{
	opacity: .8;
}
.logo__descr{
	margin-left: 15px;
	font-size: 12px;
	line-height: 1.3em;
	display: inline-block;
	position: relative;
	top: 2px;
}
.header-items{
	margin: 0 -10px;
}
.header-items__item{
	padding: 0 10px;
	line-height: 1em;
}
.header__phone .phone__link{
	font-size: 14px;
}
.phone__link{
	line-height: 1em;
}
@media only screen and (max-width : 1199px) {
}
@media only screen and (max-width : 991px) {
}
@media only screen and (max-width : 767px) {
	.header{
		padding: 20px 0;
	}
	.header + *::before,
	.header + *.section_pt-0 > .section:first-child::before{
		height: 80px;
	}
	.header__logo .logo__img img{
		height: 26px;
	}
	.header-items{
		margin: 0 -5px;
		margin-left: -15px;
	}
	.header-items__item{
		padding: 0 5px;
	}
}
@media only screen and (max-width : 575px) {
}
@media only screen and (max-width : 369px) {
	.header__phone .phone__link{
		font-size: 12px;
	}
}
/*/HEADER*/

/*MAIN*/
.s-main{
	padding-top: 125px;
	overflow: hidden;
}
.s-main .container{
	position: relative;
	z-index: 9;
}
.main{
	-webkit-animation-delay: .25s;
	animation-delay: .25s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: MyFadeInDown;
	animation-name: MyFadeInDown;
}
@-webkit-keyframes MyFadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, -50px);
		transform: translate(0, -50px);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes MyFadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, -50px);
		transform: translate(0, -50px);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
.main__tab-wrap{
	margin-top: 45px;
}
.main__btn-wrap{
	padding-top: 20px;
}
.main-speed{
	margin-top: 155px;
	background-color: rgba(255, 255, 255,.65);
	height: 2px;
	max-width: 60%;
	position: relative;
}
.main-speed__active{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0%;
	background-color: #fff;
	-webkit-animation-name: none;
	animation-name: none;
}
.main-speed__active.active{
	-webkit-animation-duration: 4.9s;
	animation-duration: 4.9s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-name: mySpeed;
	animation-name: mySpeed;
}
@-webkit-keyframes mySpeed {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
	}
}
@keyframes mySpeed {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
	}
}

.main-img{
	position: absolute;
	left: 50%;
	bottom: 0;
	top: 0;
	margin-left: -140px;
}
.main-img__item{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
}
.main-img__item.active{
	opacity: 1;
}
.main-img__img{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 6;
}
.main-img__img img{
	max-width: none;
}
.main-img__shape{
	content: '';
	position: absolute;
	top: 310px;
	left: 140px;
	width: 1153px;
	height: 1853px;
	z-index: 4;
}
.main-img__shape::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #FFFFFF;
	border-radius: 50px;
	-webkit-transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	transform: rotate(-60deg);
}

.main-bg__bg{
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	bottom: 0;
	-webkit-transition: all .75s, z-index 0s;
	-o-transition: all .75s, z-index 0s;
	transition: all .75s, z-index 0s;
	visibility: hidden;
	z-index: 1;
}
.main-bg__bg.active{
	width: 100%;
}
.main-bg__bg.active-prev{
	z-index: 2;
	left: 0;
	display: none;
}
.main-bg__bg.active{
	z-index: 3;
}
.main-bg__bg.active-next{
	z-index: 7;
}
.main-bg__bg.active,
.main-bg__bg.active-next{
	opacity: 1;
	visibility: visible;
}
.main-bg__bg::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: inherit;
}
.main-bg__bg.active-next::before{
	width: 60px;
}

.main-img__item.active .main-img__img,
.main-img__item.active .main-img__shape,
.main-bg__bg.active-next::before{
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: MyFadeInRight;
	animation-name: MyFadeInRight;
}
.main-img__item.active .main-img__img{
	-webkit-animation-delay: .75s;
	animation-delay: .75s;
}
.main-img__item.active .main-img__shape{
	-webkit-animation-delay: 1.25s;
	animation-delay: 1.25s;
}
.main-bg__bg.active-next::before{
	-webkit-animation-delay: 1.75s;
	animation-delay: 1.75s;
}
@-webkit-keyframes MyFadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate(50px, 0);
		transform: translate(50px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}
@keyframes MyFadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate(50px, 0);
		transform: translate(50px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}
@media only screen and (max-width : 1599px) {
	.s-main{
		padding-top: 60px;
	}
	.main__tab-wrap{
		margin-top: 30px;
	}
	.main-speed{
		margin-top: 120px;
	}
	.main__btn-wrap{
		padding-top: 10px;
	}
	.main-img{
		margin-left: -100px;
	}
	.main-img__img img{
		max-height: 600px;
	}
	.main-img__shape{
		top: 300px;
		left: 120px;
		width: 803px;
		height: 803px;
	}
	.main-bg__bg.active-next::before{
		width: 40px;
	}
}
@media only screen and (max-width : 1199px) {
	.main-img{
		margin-left: -30px;
	}
	.main-img__img img{
		max-height: 550px;
	}
}
@media only screen and (max-width : 991px) {
	.s-main{
	}
	.s-main .container{
		max-width: 100%;
	}
	.main{
		max-width: 400px;
	}
	.main__tab-wrap{
		margin-top: 20px;
	}
	.main-bg__bg.active-next::before{
		display: none;
	}
	.main-img{
		margin-left: -80px;
	}
	.main-img__img{
	}
	.main-img__img img{
		max-height: 500px;
	}
	.main__btn-wrap{
		padding-top: 0;
	}
	.main-speed{
		margin-top: 175px;
	}
}
@media only screen and (max-width : 767px) {
	.s-main{
		text-align: center;
		padding-top: 5px;
		padding-bottom: 0;
	}
	.main{
		max-width: none;
	}
	.main__tab-wrap{
		margin-top: 15px;
	}
	.main-img{
		position: relative;
		left: 0;
		min-height: 300px;
		margin-top: 40px;
	}
	.main-img__item{
		right: 0;
		max-width: 400px;
		margin: 0 auto;
		text-align: left;
	}
	.main-img__img{
		right: 20px;
		left: 50px;
	}
	.main-img__img img{
		max-height: 300px;
		max-width: 400px;
	}
	.main-img__shape{
		width: 600px;
		height: 600px;
		top: 90px;
		left: 120px;
	}
}
@media only screen and (max-width : 575px) {
}
/*/MAIN*/

/*TABS*/
.tab{
}
.tab__item{
	display: inline-block;
	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;
}
.tab__item,
.tab__link{
	font-size: 28px;
	line-height: 1.3em;
}
.tab__item::before{
	content: '|';
	position: relative;
	display: inline-block;
	margin: 0 1px;
	color: rgba(255, 255, 255, .65);
}
.tab__item:first-child::before{
	display: none;
}
.tab__item.active.active .tab__link{
	opacity: 1;
}
.tab__link{
	display: inline-block;
}
.tab-items{
	position: relative;
}
.tab-items__item{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	position: absolute;
	visibility: hidden;
	z-index: -1;
	opacity: 0;
	padding-top: 1px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.tab-items__item.active{
	position: relative;
	z-index: 3;
	visibility: visible;
	opacity: 1;
}
@media only screen and (max-width : 1599px) {
	.tab__item,
	.tab__link{
		font-size: 18px;
	}
}
@media only screen and (max-width : 1199px) {
	.tab__item,
	.tab__link{
		font-size: 16px;
	}
}
@media only screen and (max-width : 991px) {
}
@media only screen and (max-width : 767px) {
}
@media only screen and (max-width : 575px) {
}
/*/TABS*/

/*SOC*/
.soc{
}
.soc__item{
	margin-bottom: 10px;
}
.soc__item:last-child{
	margin-bottom: 0;
}
.soc__link{
	position: relative;
	padding-left: 37px;
}
.soc__icon{
	position: absolute;
	top: -3px;
	left: 0;
	width: 26px;
	height: 26px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
@media only screen and (max-width : 1850px) {
.main-img__shape{
	width:1153px;
	height:1153px;
}
}

@media only screen and (min-width : 1851px) {
	.main-img__shape{
		left:465px;
		top:144px;
	}
}

@media only screen and (min-width : 576px) {
	.soc.soc_flex{
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0 -15px -12px;
	}
	.soc.soc_flex .soc__item{
		padding: 0 12px;
	}
}
/*/SOC*/

/*MENU HAMBURGER*/
.menu-hamburger{
	display: inline-block;
	cursor: pointer;
	padding: 10px;
	margin: 0 -10px;
}
.menu-hamburger__hamburger{
	position: relative;
	width: 25px;
	height: 16px;
	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;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.menu-hamburger__hamburger span,
.menu-hamburger__hamburger:hover span{
	background-color: #282828;
}
.menu-hamburger:hover span:nth-child(1),
.menu-hamburger:hover span:nth-child(2),
.menu-hamburger:hover span:nth-child(3){
	width: 100%;
}
.b-text-white .menu-hamburger__hamburger span,
.b-text-white .menu-hamburger__hamburger:hover span{
	background-color: #fff;
}
.header.header_fixed .menu-hamburger .menu-hamburger__hamburger span,
.menu-hamburger.active .menu-hamburger__hamburger span:nth-child(2),
.menu-hamburger.active .menu-hamburger__hamburger span:nth-child(3){
	background-color: #D8D8D8;   
}
.menu-hamburger__hamburger span:nth-child(1){
	top: 50%;
	margin-top: -1px;
}
.menu-hamburger__hamburger span:nth-child(2){
	top: 0;
	width: 21px;
	margin-right: 0;
}
.menu-hamburger__hamburger span:nth-child(3){
	bottom: 0;
	width: 17px;
	margin-right: 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;
	width: 100%;
}
.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.opened{
	border-color: #3790D0;
	border-radius: 5px 5px 0 0;
}
.jq-selectbox__select-text{
	line-height: 60px;
}
.jq-selectbox__trigger{
	width: 50px;
}
.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 50%;
	margin-top: -2px;
	right: 0;
	left: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-top: 5px solid #333;
	border-right: 5px solid transparent;
	border-left: 5px 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);
	transform: rotate(180deg);
}
.jq-selectbox .jq-selectbox__dropdown{
	background-color: #fff;
	border-top: none;
	margin-top: 1px;
}
.jq-selectbox li{
	padding: 15px 10px 15px 20px;
	color: #282828;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.3em;
}
.jq-selectbox li.selected{
	background-color: rgba(55, 144, 208, .2);
}
.jq-selectbox li:hover{
	background-color: rgba(55, 144, 208, .2);
}
.jq-selectbox li.sel{
	background-color: rgba(55, 144, 208, .9);
	color: #fff;
}
@media only screen and (max-width : 1199px) {
}
@media only screen and (max-width : 991px) {
	.jq-selectbox__select-text{
		line-height: 50px;
	}
}
@media only screen and (max-width : 767px) {
}
@media only screen and (max-width : 575px) {
}
/*/SELECT*/

/*TAGS*/
.tags{}
.tags-list{
	margin: -20px -3px 0;
}
.tags-list__item{
	padding: 20px 3px 0;
	display: inline-block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.tags-list__link{
	display: inline-block;
	background-color: #EEF8FF;
	border-radius: 35px;
	padding: 8px 20px;
	color: #3790D0;
	font-weight: 400;
}
.tags-list__link:hover{
	color: #fff;
	background-color: #98C3E1;
	-webkit-box-shadow: 0px 15px 25px rgba(152, 195, 225, 0.4);
	        box-shadow: 0px 15px 25px rgba(152, 195, 225, 0.4);
}
@media only screen and (max-width : 1599px) {
	.tags-list{
		margin: -10px -2px 0;
	}
	.tags-list__item{
		padding: 10px 2px 0;
	}
	.tags-list__link{
		padding: 3px 18px;
	}
}
@media only screen and (max-width : 1199px) {
}
@media only screen and (max-width : 991px) {
	.tags-list__link{
	}
}
@media only screen and (max-width : 767px) {
}
@media only screen and (max-width : 575px) {
	.tags-list__link{
	}
}
/*/TAGS*/

/*LIST DOT*/
.list-dot{
	margin: 0;
}
.list-dot__item{
	position: relative;
	padding-left: 20px;
	color: #282828;
}
li.list-dot__item{
	margin-top: 10px;
}
.list-dot__item::before{
	content: '•';
	position: absolute;
	top: 0;
	left: 0;
}
/*/LIST DOT*/

/*INPUT CHECBOX*/
.input-checkboxs{
	margin: 0 -3px;
}
.input-checkbox{
	display: inline-block;
	padding: 0 3px 10px;
}
.input-checkbox input{
	display: none;
}
.input-checkbox__label{
	display: block;
	text-align: left;
	position: relative;
	z-index: 9;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.input-checkbox__text{
	display: inline-block;
	text-align: center;
	padding: 5px 10px;
	min-width: 90px;
	text-transform: uppercase;
	border-radius: 35px;
	border: 1px solid #98C3E1;
	border-radius: 35px;
	color: #98C3E1;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.input-checkbox__text:hover,
.input-checkbox input:checked + .input-checkbox__change .input-checkbox__text{
	background-color: #98C3E1;
	-webkit-box-shadow: 0px 15px 25px rgba(152, 195, 225, 0.4);
	        box-shadow: 0px 15px 25px rgba(152, 195, 225, 0.4);
	color: #fff;
}
@media only screen and (max-width : 1199px) {
}
@media only screen and (max-width : 991px) {
}
@media only screen and (max-width : 767px) {
	.input-checkbox__text{
		min-width: 70px;
	}
}
@media only screen and (max-width : 575px) {
}
/*INPUT CHECBOX*/

