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: #fff;
	opacity: 1;
}
*:-moz-placeholder {
	color: #fff;
	opacity: 1;
}
*::-moz-placeholder {
	color: #fff;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #fff;
	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{
}
.fonts-loaded,
.fonts-loaded *{
	font-family: "Open Sans", sans-serif!important;
	color: rgba(0,0,0,0)!important;
}
body{
	font-family: "GothamPro", sans-serif;
	font-weight: 400;
	font-size: 20px;
	min-width: 320px;
	position: relative;
	overflow-x: hidden;
	color: #fff;
	background-color: #041a25;
	min-height: 100vh;
	margin: 0 auto;
	text-align: center;
	background-image: url(../img/bg/body.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
}
body,
*{
	line-height: 1.3em;
}
br,
span,
b{
	line-height: inherit;
}
b{
	font-weight: 700;
}
p{
	margin: 0;
}
a{
	color: #fff;
}
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;
}
.d-flex *[class*="icon"],
.d-flex *[class*="img"]{
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.b-wrap{
	white-space: nowrap;
}
.link{
	color: #fff;
	text-decoration: underline;
}
.link:hover{
	border-top-image: none;
	text-decoration: none;
}
.link:active{
	text-decoration: underline;
}
@media only screen and (max-width : 1199px) {
	body{
		font-size: 18px;
	}
}
@media only screen and (max-width : 991px) {
	body{
		font-size: 16px;
	}
}
@media only screen and (max-width : 767px) {
}
@media only screen and (max-width : 575px) {
}


/*HEADING*/
.h1,.h2,.h3,.h4,.h5,.h6,.main-title,.section-title,
h1,h2,h3,h4,h5,h6{
	margin: 0;
	font-weight: 400;
	line-height: 1.3em;
}
.h3{
	font-size: 26px;
	font-weight: 700;
	text-transform: uppercase;
}
.h4{
	font-size: 21px;
}
.h5{
	font-size: 18px;
}
.h6{
	font-size: 16px;
}
@media only screen and (max-width : 1199px) {
	.h3{
		font-size: 22px;
	}
}
@media only screen and (max-width : 991px) {
	.h3{
		font-size: 21px;
	}
}
@media only screen and (max-width : 767px) {
}
@media only screen and (max-width : 575px) {
}
/*/HEADING*/


.main {float: left; width: 75%; box-sizing: border-box; padding-right: 30px;}
.reg-main {float: left; width: 24.95%; min-height: 100vh; box-sizing: border-box; padding: 100px 0 60px; display: flex; flex-direction: column; justify-content:center;}

.s-main-3,  .s-main-4 {display: none;}

/*FORM*/
@media only screen and (max-width : 1165px) and (max-height : 2870px) {
.form-bg__title {
    font-size: 18px!important;}    
.btn span {
    font-size: 18px!important;
}
}
.form{}
.form-bg{
    /*z-index: 99;*/
    background-color: rgba(4, 26, 37, 0.59);
    border: 2px solid #23bb9f;
    border-radius: 15px;
    padding: 20px 20px 25px;
    max-width: 482px;
    width: 100%;
    height: auto;
   min-height: 400px;
}




form input:nth-of-type(1):invalid~input:nth-of-type(2):invalid~.progress>.progress-bar {
  width: 0%;
}
form input:nth-of-type(1):valid~input:nth-of-type(2):invalid~.progress>.progress-bar {
  width: 50%;
}
form input:nth-of-type(1):invalid~input:nth-of-type(2):valid~.progress>.progress-bar {
  width: 50%;
}
form input:nth-of-type(1):valid~input:nth-of-type(2):valid~.progress>.progress-bar {
  width: 100%;
}


.form-bg__title {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 10px;
}
.form-bg__title span {
    font-size: 16px;
    display: block;
}

.form__info{
	margin: 0px 0 10px;
}
.input-wrap{
	position: relative;
	padding: 0 0;
	max-width: 330px;
	margin: 0 auto 15px;
}
.input-wrap__error{
	color: #eb2323;
	font-size: 12px;
	margin-top: 5px;
	text-align: left;
	font-weight: 700;
	display: none;
}
.input-wrap_error .input-wrap__error{
	display: block;
}
.input-wrap__hint{
	position: absolute;
	top: 12px;
	right: 0;
}


.input{
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.input::before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 15px;
	width: 20px;
	height: 20px;
	margin: auto;
	background-repeat: no-repeat;
	background-position: center;
}
.input__input{
	height: 44px;
	width: 100%;
	max-width: 100%;
	background-color: #08c;
	background-image: linear-gradient(to top, #06293a 0%, #041a25 100%);
	border: 1px solid #23bb9f;
	border-radius: 10px;
	padding: 0 0 0 45px;
	text-align: left;
	color: #fff;
	font-size: 14px;
	font-family: "Open Sans";
	font-weight: 400;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.input.input_name::before {
    background-image: url(../img/icons/name.png);
}
.input.input_mail::before {
    background-image: url(../img/icons/mail.png);
}
.input.input_phone::before {
    background-image: url(../img/icons/phone.png);
}
.input.input_pass::before {
    background-image: url(../img/icons/pass.png);
}

.input_icon-none .input__input{
	padding-left: 15px;
}
.input_captcha .captcha-refresh{
	margin-left: 10px;
	display: inline-block;
}


/*INPUT CHECBOX*/
.input-checkbox{
	display: block;
	text-align: center;
}
.input-checkbox input{
	display: none;
}
.input-checkbox__label{
	display: block;
	text-align: left;
	position: relative;
	padding-left: 30px;
	/*z-index: 9;*/
	cursor: pointer;
}
.input-checkbox__text{
	font-size: 12px;
	display: inline-block;
}
.input-checkbox__text,
.input-checkbox__text *{
	line-height: 1.3em;
}
.input-checkbox__check{
	position: absolute;
	display: inline-block;
	vertical-align: middle;
	top: -1px;
	left: 0;
	width: 18px;
	height: 18px;
	border: 2px solid white;
	border-radius: 5px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.input-checkbox__check::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(../img/icons/check.svg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: contain;
	background-size: contain;
	width: 10px;
	height: 10px;
	margin: auto;
	opacity: 0;
}
.input-checkbox:hover .input-checkbox__check{
	border-color: #26ca99;
}
.input-checkbox input:checked + .input-checkbox__change .input-checkbox__check{
	border-color: #26ca99;
}
.input-checkbox input:checked + .input-checkbox__change .input-checkbox__check::before{
	opacity: 1;
}
.input-checkbox input:checked + .input-checkbox__change .input-checkbox__text,
.input-checkbox input:checked + .input-checkbox__change .input-checkbox__text .link{
	color: #26ca99;
}
/*INPUT CHECBOX*/

/*recapcha*/

.g-recaptcha, .g-recaptcha div{ 
    overflow: hidden; 
    max-width: 100%; 
    margin: 0 auto;
    } 
   .g-recaptcha iframe, body > div[style]:last-of-type { 
       transform: scale(0.77);
       transform-origin: left top;
       margin: 0 auto;
       display: block;
   }

.rc-anchor-logo-portrait {
    margin: 10px 0 0 0px!important;
    width: 58px;
}
/*recapcha*/
.btn span {font-size: 16px;}
.btn{
	display: inline-block;
	text-align: center;
	border: none;
	white-space: normal;
	cursor: pointer;
	padding: 5px 40px;
	font-size: 16px;
	text-shadow: 3.3px 3.7px 5px rgba(7, 4, 6, 0.08);
	font-weight: 700;
	line-height: 1.2em;
	max-width: 460px;
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	font-family: "GothamPro";
	overflow: hidden;
	background: rgb(0,222,129);
background: linear-gradient(0deg, rgba(0,222,129,1) 0%, rgba(2,188,204,1) 100%);
	border: 5px solid #36ffac;
	box-shadow: 0 0 20px rgba(1, 148, 233, 0.54);
	border-radius: 50px;
	position: relative;
	top: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.btn:hover{
	-webkit-box-shadow: 0 0px 30px #00e17f;
	box-shadow: 0 0px 30px #00e17f;
}
.btn:active{
	top: 2px;
	background: #085160;
	-webkit-box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.75), inset 0 -2px 2px 0 rgba(54, 113, 125, 0.75);
	box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.75), inset 0 -2px 2px 0 rgba(54, 113, 125, 0.75);
}
.btn > span{
	height: 77px;
	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;
}
.btn:after{
	margin-left: 60px;
	content: " ";
	width: 30px;
	height: 300px;
	background: #fff;
	opacity: .8;
	-webkit-animation-delay: 0.05s;
	animation-delay: 0.05s;
	position: absolute;
	left: -40px;
	top: -150px;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	transition: all 0.1s;
	-moz-transition: all 0.1s;
	-webkit-transition: all 0.1s;
	-o-transition: all 0.1s;
	-khtml-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-webkit-animation-name: slideme;
	animation-name: slideme;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-khtml-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
@media only screen and (max-width : 1199px) {
	.btn{
		font-size: 21px;
		max-width: 350px;
	}
	.btn > span{
		height: 45px;
	}
}
@media only screen and (max-width : 991px) {
	.btn{
		font-size: 18px;
		max-width: 300px;
	}
	.btn > span{
		height: 36px;
	}
}

@media only screen and (max-width : 767px) {
}
@media only screen and (max-width : 575px) {
}


/*SOC*/
.soc.d-none {display: block!important}
.soc-list{
	margin-top: 15px;
	margin-left: -4px;
	margin-right: -4px;
}
.soc-list__item{
	display: inline-block;
	vertical-align: top;
	margin: 0 4px;
    max-width: 30px;
}
.soc-list__link{
	display: block;
	position: relative;
	top: 0;
}
.soc-list__link:hover{
	top: -5px;
}

/*/SOC*/


/*HINT*/
.hint{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #54616a;
	position: relative;
	z-index: 99;
	margin-right: 10px;
}
.hint__text,
.hint__hover{
	background-color: #fff;
}
.hint__text{
	width: 21px;
	height: 21px;
	line-height: 21px;
	background-image: linear-gradient(to top, #02bccc 0%, #00de81 100%);
	border-radius: 50%;
	color: #015684;
	text-align: center;
	cursor: pointer;
	font-weight: 700;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.hint:hover .hint__text{
	border-radius: 50% 50% 50% 0;
}
.hint__hover{
	position: absolute;
	top: 100%;
	right: 100%;
	font-weight: 400;
	width: 200px;
	padding: 10px;
	font-size: 10px;
	box-shadow: 0 28px 45.1px 0.9px rgba(0, 0, 0, 0.07);
	opacity: 0;
	visibility: hidden;
}
.hint:hover .hint__hover{
	opacity: 1;
	visibility: visible;
}
/*/HINT*/


/*/FORM*/

/*ANIMATION*/
@-webkit-keyframes slideme {
	0% {
		left: -30px;
		margin-left: 0px;
	}

	30% {
		left: 110%;
		margin-left: 80px;
	}

	100% {
		left: 110%;
		margin-left: 80px;
	}
}

@keyframes slideme {
	0% {
		left: -30px;
		margin-left: 0px;
	}

	30% {
		left: 110%;
		margin-left: 80px;
	}

	100% {
		left: 110%;
		margin-left: 80px;
	}
}
/*/ANIMATION*/

/*SECTION*/
section,
.section{
	position: relative;
}
@media only screen and (min-width : 992px) {
	.container{
		max-width: 1200px;
        padding-right: 30px;
    padding-left: 30px;
	}
}
/*/SECTION*/

/*HEADER*/
.header{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	background-color: #041a25;
	height: 100px;
	padding: 10px 0;
	z-index: 99;
}
.logo{
	display: inline-block;
}
.logo__img{
	display: block;
}
.logo__img:hover{
	opacity: .8;
}
@media only screen and (max-width : 1199px) {
	.header{
		height: 50px;
	}
	.header__logo{
		max-width: 90px;
	}
}
@media only screen and (max-width : 991px) {
}
@media only screen and (max-width : 767px) {
}
@media only screen and (max-width : 575px) {
}
/*/HEADER*/

/*MAIN*/
.s-main{
	overflow: hidden;
	position: relative;
    background-image: url(../img/bg/main-img-money.png);
	background-repeat: no-repeat;
	background-position: center 10px;
	-webkit-background-size: contain;
	background-size: contain;
}

.main__height{
	padding: 160px 0 100px;
	min-height: 700px;
	position: relative;
	z-index: 9;
}
.main__title{
	margin-left: -15px;
	margin-right: -15px;
}

.main-items{
	margin-top: 15px;
}
.main-items__item{
	margin-top: 15px;
	color: #fec748;
	margin-left: -7px;
	margin-right: -7px;
}
.main-items__title{
	line-height: 1em;
}
.main-items__icon{
	height: 180px;
	margin-bottom: 25px;
	position: relative;
}
.main-items__icon img{
	position: absolute;
	bottom: -15px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
    max-width: 230px;
}
.main-items__text{}




.main-bottom .btn-shine {
    display: none;
    width: 100%; 
    height: auto;
    z-index: -1;
    position: absolute;
    top: -155px;
    text-align: center;
}
.main-bottom .btn-shine img {}


.main-bottom{
	margin-top: 65px;
    position: relative;
}
.main-bottom2{
	display: none;
}
.main-bottom__btn-wrap{}
.main-bottom__text{
	margin: 45px auto 0;
	font-size: 22px;
	text-transform: uppercase;
	color: #fec748;
	font-weight: 900;
	max-width: 640px;
	padding: 0 50px;
	position: relative;
}
.main-bottom__text::before,
.main-bottom__text::after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -50px;
	width: 69px;
	height: 96px;
	background-image: url(../img/bg/main-bottom-text.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: contain;
	background-size: contain;
}
.main-bottom__text::before{
	left: 0;
}
.main-bottom__text::after{
	right: 0;
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}


.s-main__img{
	position: absolute;
	bottom: -50px;
}


.s-main__img_img1{
	left: 0%;
	margin-left: 0px;
	bottom: -10px;
}


.s-main__img_img2{
	right: 0%;
	margin-right: 0px;
	z-index: -1;
}
.s-main__img img{
	max-width: none;
}


/*For Tablets*/

@media only screen and (max-width : 1499px) and (min-width : 1201px) and (max-height : 1500px) {
 .col-sm-6 {-webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;}   
    .main-items .row {width: 70%; float: right; position: relative;}
    .main-bottom__text {float: right;}
    .s-main__img.s-main__img_img1 img {max-height: 760px!important;}
    .s-main__img.s-main__img_img2 img {max-height: 460px!important;}
}

@media only screen and (max-width : 1200px) and (min-width : 992px) and (max-height : 870px) {
 .col-sm-6 {-webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;}   
    .main-items .row {width: 70%; float: right; position: relative;}
    .main-bottom__text {float: right;}
    .s-main__img.s-main__img_img1 img {max-height: 680px!important;}
}


@media only screen and (min-width : 992px) {
}
@media only screen and (max-width : 1699px) {
	.main-items{
		margin-top: 0;
        
	}
    .main-items__icon {height: 180px;}
    .main-items__icon img {display: block;}
}
@media only screen and (max-width : 1499px) {
	.s-main__img_img1{
		margin-right: 300px;
	}
	.s-main__img_img2{
		margin-left: 330px;
	}
	.s-main__img img{
		max-height: 500px;
	}
}
@media only screen and (max-width : 1199px) {
	.main__height{
		padding: 100px 0;
	}
	.main-items__icon{
		height: 90px;
	}
	.main-items__icon img{
		max-width: 120px;
	}
	.s-main__img_img1{
		margin-right: 230px;
	}
	.s-main__img_img2{
		margin-left: 260px;
	}
	.s-main__img img{
		max-height: 450px;
	}
	.main-bottom{
		margin-top: 45px;
	}
	.main-bottom__text{
		margin-top: 40px;
	}
	.main-bottom__text{
		max-width: 500px;
	}
}
@media only screen and (min-width : 1500px) and (max-height : 870px) {
	.s-main__img img{
		max-height: 760px;
        height: 35vw;
	}
}
@media only screen and (max-width : 1499px) and (min-width : 992px) and (max-height : 1000px) {
	.s-main__img img{
		max-height: 450px;
	}
}
@media only screen and (max-width : 1499px) and (min-width : 992px) and (max-height : 950px) {
	.s-main__img img{
		max-height: 400px;
	}
}
@media only screen and (max-width : 1499px) and (min-width : 992px) and (max-height : 850px) {
	.s-main__img{
		bottom: 0;
	}
	.s-main__img img{
		max-height: 300px;
	}
}
@media only screen and (max-width : 1499px) and (min-width : 992px) and (max-height : 750px) {
	.s-main__img img{
		max-height: 250px;
	}
}
@media only screen and (max-height : 950px) and (min-width : 992px) {
	.main-bottom{
		margin-top: 40px;
	}
	.main-bottom__text{
		margin-top: 35px;
	}
	.s-main::before{
		top: 70px;
	}
}
@media only screen and (max-height : 900px) and (min-width : 992px) {
	body{
		font-size: 18px;
	}
	.h3{
		font-size: 24px;
	}
	.header{
		height: 80px;
	}
    .reg-main {padding: 80px 0 60px;}
    
	.s-main::before{
		top: 50px;
	}
	.main-items__icon{
		margin-bottom: 15px;
	}
	.main-bottom{
		margin-top: 30px;
	}
	.main-bottom__text{
		margin-top: 45px;
        margin-bottom: 30px;
		font-size: 20px;
	}
	.btn > span{
		height: 70px;
	}
}
@media only screen and (max-height : 850px) and (min-width : 992px) {
	.main-items{
		margin-top: 5px;
	}
	.main-items__icon{
		height: 90px;
	}
	.main-items__icon img{
		max-width: 120px;
	}
	.btn{
		font-size: 24px;
		max-width: 420px;
	}
	.btn > span{
		height: 60px;
	}
}
@media only screen and (max-height : 800px) and (min-width : 992px) {
	body{
		font-size: 16px;
	}
	.main__height{
		padding: 120px 0 80px;
	}
	.h3{
		font-size: 22px;
	}
	.btn{
		font-size: 21px;
		max-width: 380px;
	}
	.btn > span{
		height: 50px;
	}
}
@media only screen and (max-height : 750px) and (min-width : 992px) {
	.header__logo{
		max-width: 120px;
	}
}
@media only screen and (max-height : 750px) and (min-width : 1500px) {
	.s-main::before{
		height: 190px;
	}
}
@media only screen and (max-height : 900px) and (min-width : 992px) and (max-width : 1499px) {
	.s-main::before{
		top: 0px;
		-webkit-background-size: 1500px;
		background-size: 1500px;
	}
}



@media only screen and (min-width: 1201px) and (min-height: 875px) {
    .main__height {min-height: 100vh;}
}



@media only screen and (max-width: 1200px) and (min-height: 875px) {
    .b-overflow, .s-main {min-height: 100vh;}
    
    .s-main .container {display: flex; flex-direction: column-reverse;}
    .main {float: none; width: 100%; box-sizing: border-box; padding-right: 0px;}
    .reg-main {float: none; width: 100%; min-height: 500px; box-sizing: border-box; padding: 140px 0 40px; display: flex; flex-direction: column; justify-content:center;}
    .form-bg { margin: 0 auto; margin-bottom: 50px;}
    .main__height {min-height: 100px; padding: 0px 0 120px;}
    

}
    /*.main-bottom {display: none;}
    .main-bottom2 {display: block; margin-bottom: 40px; z-index: 999;}*/
    .form-bg {
    margin-bottom: 10px!important;}
}

@media only screen and (min-height: 875px) and (max-width: 1199px) and (min-width: 992px) {
.s-main__img img {display: none;}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) and (min-height: 875px) {
.s-main__img.s-main__img_img1 img {display: none!important;}
 .s-main__img_img2 img {display: none!important;}

    
 .s-main-3 {
     position: absolute;
     display: block;
    left: 0%;
    margin-left: 0px;
         margin-right: 230px;
    top:120px;}
.s-main-3 img {max-height: 600px!important;}
    
 .s-main-4 {
     position: absolute;
     display: block;
     margin-left: 230px;
    right: 0%;
    margin-right: 0px;
    top:160px;}
 .s-main-4 img {max-height: 600px!important;}
}



@media only screen and (max-width : 991px) {
	body{
		background-position: -50px center;
	}
    .s-main .container {display: flex; flex-direction: column-reverse;}
    .main {float: none; width: 100%; box-sizing: border-box; padding-right: 0px;}
    .reg-main {float: none; width: 100%; min-height: 500px; box-sizing: border-box; padding: 140px 0 40px; display: flex; flex-direction: column; justify-content:center;}
    .form-bg { margin: 0 auto; margin-bottom: 50px;}
    .main__height {min-height: 100px;     padding: 0px 0 120px;}
    
    
    
	.s-main::before{
		display: none;
	}
	.main-items{
		margin-top: -5px;
	}
	.main-items__icon{
		height: 80px;
	}
	.main-items__icon img{
		max-width: 110px;
	}
	.main-bottom{
		margin-top: 35px;
	}
	.main-bottom__text{
		margin-top: 30px;
		font-size: 20px;
	}
	.s-main__img_img1{
		margin-right: 215px;
	}
	.s-main__img_img2{
		margin-left: 230px;
	}
}

@media only screen and (max-width : 447px) {
	.reg-main {margin-left: -15px; margin-right: -15px; width: calc(100% + 30px); box-sizing: border-box; padding-right: 15px; padding-left: 15px;}
}
@media only screen and (max-width : 480px) {
	.s-main {
        background-image: url(../img/bg/480.png)!important;}
}


@media only screen and (max-width : 767px) {
	.main-bottom__text{
		font-size: 18px;
	}
    .reg-main {padding-top: 250px; margin-top: 60px; background: url('../img/bg/jigurda.png') top center no-repeat;}
    
}



@media only screen and (max-width : 575px) {
	.main-bottom__text{
		font-size: 16px;
	}
}
/*/MAIN*/

/*FOOTER*/
.footer{
	text-align: center;
	background-color: #00131c;
	font-size: 14px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99;
	font-family: "Roboto";
}
.footer,
.footer .link{
	color: #0b5f70;
}
.footer__height{
	height: 60px;
}
/*/FOOTER*/


