*{
    padding: 0;
    margin: 0;
}
html {
    line-height: 1.25;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0; padding:0; }

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}


a img { border:0; outline:none}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}


[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}


[hidden] {
    display: none
}
html {
    font-size: 1rem;
    }
body {
    font-family: 'Open Sans', sans-serif;
    background-color: #5f66c8;
    color: #2d2b34;
    padding: 0; margin: 0;
    border-bottom: 3px solid #5ff1ff;
}



h1,h2,h3,h4 { font-family: 'Montserrat', sans-serif;}
.row {
    max-width: 1200px;
    margin: 0 auto;
}

.row::after {
    content: "";
    display: table;
    clear: both;
}
.dflex {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
}

p { display:block; padding:5px 0; margin:0 0 10px 0;}

.topbar{
 background: #40435c;
background: -moz-linear-gradient(top, #40435c 0%, #3d3f57 49%, #3a3d55 50%, #373a50 100%);
background: -webkit-linear-gradient(top, #40435c 0%,#3d3f57 49%,#3a3d55 50%,#373a50 100%); 
background: linear-gradient(to bottom, #40435c 0%,#3d3f57 49%,#3a3d55 50%,#373a50 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40435c', endColorstr='#373a50',GradientType=0 ); 
    -webkit-box-shadow: 0px 10px 29px 4px rgba(0,0,0,0.6);
-moz-box-shadow: 0px 10px 29px 4px rgba(0,0,0,0.6);
box-shadow: 0px 10px 29px 4px rgba(0,0,0,0.6);
    position: relative;
    z-index: 10;
   }
.logo{
    background: url(img/logo.png) no-repeat left;
    background-size:60px;
    font-family: 'Montserrat', sans-serif;
	margin-right:10px
    }

.logo_text{
    font-size: 1.6rem;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    padding-left: 70px;
    margin: 20px 0;
    line-height: 1;
   }
.logo_text > span {color: #bdf2f7;}
.logo_text > strong { font-family: 'Open Sans', sans-serif;display: block;  font-size: .6rem; 
    font-weight: bold; color:#e1e1e3; }
	
nav{

	display:flex;
    justify-content: space-around;
    align-self: center;
    align-items: center;
	flex-grow:1;
}
nav a{
     font-family: 'Montserrat', sans-serif;
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.3s;
    }
nav a:hover{
    color: #5ff1ff;
    
    text-decoration: underline;
}
nav > a:nth-child(2){
    padding: 10px 0 10px 60px;
    width: 160px;
    background: url(img/cash.png) no-repeat left;
   }
nav > a:nth-child(4){
    padding: 10px 0 10px 50px;
    color: #5ce0ef;
    background: url(img/summ.png) no-repeat left;
    }
header{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
	min-height: 300px;
    height: 38vw;
    background-image: url(img/bg-header.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    }
h1{
    font-size:2.5vw;
    text-transform: uppercase;
    text-align: center;
        margin: 0; margin-bottom: 12px;
    padding: 0; line-height: 2.4vw;
	color:#fff;
}
h1 span{
    color: #f9d928;
    font-size:3.5vw;
}

header p{
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    margin: 0 auto 30px;
    text-align: center;
     padding: 5px 50px;
    font-size: .9rem;
    font-weight: 500;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    
background: #1b9ef1;
background: -moz-linear-gradient(left, #1b9ef1 0%, #13acb3 52%, #1b9ef1 100%);
background: -webkit-linear-gradient(left, #1b9ef1 0%,#13acb3 52%,#1b9ef1 100%); 
background: linear-gradient(to right, #1b9ef1 0%,#13acb3 52%,#1b9ef1 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b9ef1', endColorstr='#1b9ef1',GradientType=1 );
 -webkit-clip-path: polygon(4% 0%, 100% 0, 96% 100%, 0% 100%);
clip-path: polygon(4% 0%, 100% 0, 96% 100%, 0% 100%);
}

.inform{    width: 100%;    display: flex;    }

.info{
    position: relative;
    background-color: #efe9e9;
    padding: 50px;
    width: 50%;
     border-radius: 50px 0 0 50px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    }
.info::after{
    content: "";
    background: url(img/right.png) no-repeat;
    position: absolute;
    width: 56px;
    height: 263px;
    left: 100%;
    top: 35%;
        
}
a { color:#575ebb}
a:hover { color:#8d07f5}


.form{
    background: url(img/summ.png) no-repeat 90% 5%;
    background-color: #42434d;
    padding: 50px 50px 50px 100px;
    width: 50%;
    border-radius: 0 50px 50px 0;
    font-family: 'Open Sans', sans-serif;
	color:#fff;
    }
.form p {
    font-size: .9rem;
    font-weight: 600;
    margin: 20px 0px;
    
}
.form h2{
    color: #fff;
}
h2{
    font-size: 1.5rem;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    margin-bottom: 35px;
}
h2::after{
    position: absolute;
    content: "";
    height: 3px;
    background-color: #5c63c4;
    width: 20%;
    top: 130%;
    left: 0%
    
}

.firstblock{
    
     background-image: url(img/bg-firstblock.gif);
    background-repeat: no-repeat;
    background-position: center 40px;
    background-size: cover; padding-bottom: 50px;}
input {transition: 0.5s;}
label{
     font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
}
input[type="text"], textarea, select{
    width: 94%;
    padding: 8px 3%;
    background-color: #7b7b7d;
    border: 1px solid #8c8fa6;
    border-radius: 4px;
    margin: 3px 0 5px;
    outline: inherit;
    color: #fff;
	font-size:14px;
    
}

input[type="file"]{
    width: 94%;
    padding: 8px 3%;
    background-color: none;
    border: 1px solid #8c8fa6;
    border-radius: 7px;
    margin: 7px 0;
    outline: inherit;
    color: #fff;
    
}

select { width:100%!important;}
select option { background:black}

input[type="text"]:focus, textarea:focus{
    background: #000;
    border-color: #5ff1ff;
    
}

.form-btn, .fbtn{
    padding: 20px 40px;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    letter-spacing: -.01em;
    font-weight: 600;
    border:0 none;
    text-transform: uppercase;
    color: #000;
    border-radius: 15px;
	margin-top:10px;
    text-decoration: underline;
    cursor: pointer;
    background: #5ff1ff; transition: 0.3s;
background: -moz-linear-gradient(top, #5ff1ff 0%, #42c4d2 100%); 
background: -webkit-linear-gradient(top, #5ff1ff 0%,#42c4d2 100%); 
background: linear-gradient(to bottom, #5ff1ff 0%,#42c4d2 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ff1ff', endColorstr='#42c4d2',GradientType=0 );
     -webkit-box-shadow: 0px 10px 25px -8px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 10px 25px -8px rgba(0,0,0,0.4);
box-shadow: 0px 10px 25px -8px rgba(0,0,0,0.4);
}

.form-btn { width: 100%; padding: 20px 0; transition: 0.3s;}
.form-btn:hover, .fbtn:hover{ color: #fff; text-decoration: none; background: #5ff1ff; transform: scale(0.98);}
/*end firstblock*/

/*second block*/
.secondblock{
     background: url(img/raibow.png) no-repeat center 74%;
	 background-size:800px;
    }
h3{
    margin: 50px 0 20px 0;
}

.contentblock { background-color:#efe9e9; padding:50px; border-radius:50px; text-align:left;  font-size: 1rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
     -webkit-box-shadow: 0px 10px 29px 4px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 10px 29px 4px rgba(0,0,0,0.2);
box-shadow: 0px 10px 29px 4px rgba(0,0,0,0.2); max-width:1100px; margin:0px auto 40px;}
.contentblock > a { color:#585fbd; text-decoration:underline}



.sb_item1{
    background-image: url(img/sb_item1.png);
	background-repeat:no-repeat;
    background-position: 95% 12%; padding-right:200px; max-width:950px!important}
.sb_item2{
    background-image: url(img/male.png);
	background-repeat:no-repeat;
    background-position: 95% 12%; padding-right:200px; max-width:950px!important}


.alert{
    background: url(img/alert.png) no-repeat;
    background-position: left center;
    padding: 20px 50px;
   }
ol{
    padding-left: 19px;
}


/*footer*/
.footer{
    display: flex;
    justify-content: space-between;
	position:relative; max-width:1100px;
    }

.finfo{
    background: url(img/female2.png) no-repeat;
    padding-left: 120px; 
    padding-bottom: 60px;
    flex-grow: 2;
    position: relative;
    width: 70%;
	max-width:450px; margin-right:auto;
	z-index:50;
}
.fbtn1 { margin-left: auto; width: 100%; flex-grow:1; margin-bottom: 20px}
.fbtn1 > a { width: 80%; text-align: center; margin-left: auto}

h4{
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 600;
	color:#fff;
}
.footer p{
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    margin-top: 13px;
	color:#fff;
}

.chair { position: absolute; z-index:10; bottom:0; right:-10%; width:210px; height:328px; background:url(img/cashweb.png) no-repeat center center; display:block;}

.textblue { color: #575ebb; font-weight: 700}





@media screen and (max-width: 1024px){ html{font-size:90%}}
@media screen and (max-width: 924px){
	html { font-size:90%}
	nav{    flex-wrap: wrap; padding:5px; width:100%; }
	nav > a {  margin:10px; font-size:12px;  }
	
	header{    height: 450px;    background-size: 1000px;    }
h1{    font-size:30px; margin-bottom: 12px;    padding: 0; line-height: 30px;}
h1 span{ font-size:34px;}

	.logo { margin:10px auto;}
	.dflex {flex-wrap:wrap}
	.contentblock { padding:25px; margin:0 10px 20px; border-radius:25px}
	.sb_item1, .sb_item2 { background-size:110px; background-position: 95% 25px; padding-right:150px}
	.firstblock{ background:none; margin:20px; padding-bottom:0}
	 .secondblock { margin:10px; background-size:90%; background-position: center 76%}

    .inform{
        flex-direction: column;
        align-items: center;
    }
	
    .info{
    position: relative;
    background-color: #efe9e9;
    padding: 25px;
    width: 92%;
     border-radius: 25px 25px 0 0;
   }
    .info::after{
    background: url(img/bottom.png) no-repeat;
    width: 50%;
    height: 56px;
    left: 50%;
    top: 100%; 
    background-size: 90%;}

    .form{    padding: 25px;    width: 92%;     border-radius: 0 0 25px 25px; }
    h3{margin-top: 20px;}
    .footer{        flex-direction: column; padding:0 20px;    }
	.chair  { bottom:20%;  right:0!important;  background-size:80%; }
	.finfo { max-width:100%; margin-right:inherit; padding-bottom:0}
	.fbtn1 a{ margin:30px auto; text-align:center; padding:20px 0; width:100%; position:relative; z-index:20}

}


@media screen and (max-width: 690px){
	.sb_item1, .sb_item2 { background-image:none; padding-right:25px}
	.chair { display:none}
    html{font-size: .8rem;    }
	

header{    height: 400px;    background-size: 920px;    }
h1{    font-size:30px; margin-bottom: 12px;    padding: 0; line-height: 30px;}
h1 span{ font-size:34px;}


}
@media screen and (max-width: 500px){

header{   background-size: 600px;    }
h1{    font-size:30px; margin-bottom: 12px;    padding: 0; line-height: 30px;}
h1 span{ font-size:34px;}


}