@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../img/bg3.1.jpg);
	background-size: cover;
	height: 100vh;
	min-height: 770px;
}
#s1 {
	/*height: 100vh;*/
	    /* min-height: 770px; */
	width: auto;
	background-size: cover;
	background-position: center bottom;
	display: block;
	background-color: #FFF;
	background-image: url(../img/bg3.1.jpg);
}


#s1-logo {
	
	height: 100px;
	width: 142px;
	position: absolute;
	left: 600px;
	top: 5px;
	background-image: url(../img/netfam.png);
}
#s1-contact {
	font-family: Roboto;
	font-size: 14px;
	font-weight: 400;
	color: #fdfcfc;
	text-align: right;
	height: 60px;
	width: 300px;
	position: absolute;
	top: 30px;
	right: 30px;
	
	
}

#s1-descriptop {
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
    color: #fdfcfc;
    height: 60px;
    width: 600px;
    margin-left: -620px;
    position: absolute;
    left: 50%;
    top: 30px;
}
#s1-title {
    font-family: Roboto;
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    height: 70px;
    width: 1200px;
    padding-top: 110px;
    margin-right: auto;
    margin-left: auto;
}

#s1-in-aboutq {
    font-family: Roboto;
    font-size: 25px;
    font-weight: 400;
    color: #fdfcfc;
    text-align: center;
    height: 39px;
    width: 600px;
    margin-right: auto;
    margin-left: auto;
    /*padding-top: 15px;*/
    background-color: rgba(204, 14, 25, 0.23);
    border-radius: 40px;
}
#s1-in {
    height: 330px;
    width: 1200px;
    margin-right: auto;
    margin-left: -35px;
    background-repeat: no-repeat;
    /* background-position: 0px 100px; */
    margin-top: 20px;
    margin-bottom: 90px;
}

#s1-in-1 {
	height: 90px;
	width: 295px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
#s1-in-1-1 {
    float: left;
        /* height: 44px; */
    width: 50px;
    border-radius: 40px;
    border: 1px solid #f8f9fd;
    margin-top: 20px;
    font-family: Roboto;
    font-size: 30px;
    color: #f8f9fd;
    text-align: center;
    font-weight: 300;
    padding-top: 6px;
    margin-right: 20px;
    background-color: rgba(204, 14, 25, 0.23);
}
#s1-in-1-2 {
    font-family: Roboto;
    font-size: 21px;
    font-weight: 300;
    color: #fdfcfc;
    float: left;
    height: 56px;
    width: 220px;
    padding-top: 24px; 
}
.blue-color {
    color: #f50202;
    font-size: 23px;
        font-weight: 500;
}
@-webkit-keyframes rainbow {
	0% {background: #130ecc;}
	50% {background: #07077b}
	100% {background: #130ecc;}
}

@keyframes rainbow {
	0% {background: #130ecc;}
	50% {background: #07077b}
	100% {background: #130ecc;}
} 
#s1-button {
	font-family: Roboto;
	font-size: 18px;
	font-weight: 600;
	color: #FFF;
	background-color: #130ecc;
	text-align: center;
	height: 50px;
	width: 380px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	border-radius: 20px;
	cursor: pointer;
	webkit-animation: rainbow 2s linear 2s infinite;
	animation: rainbow 2s linear 2s infinite;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 0px 7px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 0px 7px 0px rgba(50, 50, 50, 0.5);
	transition:all 0.3s ease;
	transform: scale(1);
}

#s1-button-1 {
	height: 35px;
	width: 300px;
	padding-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
#s1-button-2 {
	background-image: url(../img/gift-ico.png);
	float: left;
	height: 50px;
	width: 50px;
}


#s2 {
	height: 80vh;
	width: auto;
	display: none;
}

#s2-in {
	height: 400px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 150px;
	padding-bottom: 50px;
}

.roboto-500 {
	font-family: Roboto;
	font-weight: 500;
}

#s2-in-1 {
	float: left;
	height: 400px;
	width: 400px;
	margin-left: -50px;
}
#s2-in-1-1 {
	height: 170px;
	width: 350px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #fdfcfc;
	font-family: Roboto;
	font-size: 16px;
	font-weight: 400;
	color: #fdfcfc;
	text-align: center;
	padding-bottom: 20px;
}
#s2-in-1-1-1 {
	/*height: 90px; */
	width: 350px;
	font-family: Roboto;
	font-size: 16px;
	font-weight: 400;
	color: #fdfcfc;
	text-align: center;
	padding-top: 20px;
}
#s2-in-1-1-2 {
    font-family: Roboto;
    font-size: 28px;
    font-weight: 500;
    color: #fdfcfc;
    text-align: center;
    height: 0px;
    width: 350px;
    display: none;
}


#s2-in-2 {
	float: left;
	height: 400px;
	width: 800px;
}
#s2-in-2-1 {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fdfcfc;
    letter-spacing: 6px;
    height: 20px;
    width: 300px;
    margin-left: 130px;
}
#s2-in-2-2 {
	height: 80px;
	width: 800px;
}
#s2-in-2-2-1 {
    font-family: Roboto;
    font-size: 30px;
    font-weight: 400;
    color: #fdfcfc;
    height: 45px;
    width: 50px;
    border: 2px solid #fdfcfc;
    padding-top: 5px;
    border-radius: 40px;
    text-align: center;
    margin-top: 10px;
    float: left;
    display: none;
}
#s2-in-2-2-2 {
    font-family: Roboto;
    font-size: 31px;
    font-weight: 300;
    color: #fdfcfc;
    float: left;
    height: 64px;
    width: 670px;
    padding-top: 16px;
    padding-left: 30px;
}

#s2-in-2-3 {
    height: auto;
    width: 690px;
    padding-left: 145px;
    margin-top: 50px;
}
#s2-in-2-4 {
	font-family: Roboto;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	color: #FFF;
	background-color: #0d42b9;
	letter-spacing: 4px;
	height: 37px;
	width: 200px;
	text-align: center;
	padding-top: 13px;
	margin-top: 20px;
	cursor: pointer;
	display: none;
	border-radius: 5px;
}


.checkbox,
.radio {
    display: none;
}
.checkbox-custom,
.radio-custom {
    width: 30px;
    height: 30px;
	margin-right: 20px;
    border: 2px solid #fdfcfc;
    border-radius: 3px;
    position: relative;
}
.checkbox-custom,
.radio-custom,
.label {
    display: inline-block;
    vertical-align: middle;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
    color: #f8f9fd;
    margin-bottom: 10px;
    cursor: pointer;
}
.checkbox:checked + .checkbox-custom::before,
.radio:checked + .radio-custom::before {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    right: 6px;
    bottom: 6px;
    left: 6px;
    background: #fdfcfc;
    border-radius: 2px;
}
.radio-custom,
.radio:checked + .radio-custom::before {
    border-radius: 50%;
}

#s3 {
	height: 80vh;
	width: auto;
	display: none;
}


#s3-in-2-4 {
	font-family: Roboto;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	color: #FFF;
	background-color: #0d42b9;
	letter-spacing: 4px;
	height: 37px;
	width: 200px;
	text-align: center;
	padding-top: 13px;
	margin-top: 20px;
	cursor: pointer;
	display: none;
	border-radius: 5px;
}


#s3-in-1-1-2 {
	font-family: Roboto;
	font-size: 26px;
	font-weight: 500;
	color: #fdfcfc;
	text-align: center;
	height: 20px;
	width: 350px;
	display: block;
}

#s3-a-in-1-1-2 {
	font-family: Roboto;
	font-size: 26px;
	font-weight: 500;
	color: #fdfcfc;
	text-align: center;
	height: 20px;
	width: 350px;
	display: none;
}


#s4 {
	height: 80vh;
	width: auto;
	display: none;
}


#s4-in-2-4 {
	font-family: Roboto;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	color: #FFF;
	background-color: #0d42b9;
	letter-spacing: 4px;
	height: 37px;
	width: 200px;
	text-align: center;
	padding-top: 13px;
	margin-top: 20px;
	cursor: pointer;
	display: none;
	border-radius: 5px;
}


#s4-in-1-1-2 {
	font-family: Roboto;
	font-size: 26px;
	font-weight: 500;
	color: #fdfcfc;
	text-align: center;
	height: 20px;
	width: 350px;
	display: block;
}


#s4-a-in-1-1-2 {
	font-family: Roboto;
	font-size: 26px;
	font-weight: 500;
	color: #fdfcfc;
	text-align: center;
	height: 20px;
	width: 350px;
	display: none;
}


#s4-in-2-2-2 {
	font-family: Roboto;
	font-size: 31px;
	font-weight: 300;
	color: #fdfcfc;
	float: left;
	height: 100px;
	width: 700px;
	padding-left: 20px;
	margin-top: 16px;
	/*padding-left: 60px;*/
}

#s5 {
	height: 80vh;
	width: auto;
	display: none;
}


#s5-in-2-4 {
	font-family: Roboto;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	color: #FFF;
	background-color: #0d42b9;
	letter-spacing: 4px;
	height: 37px;
	width: 200px;
	text-align: center;
	padding-top: 13px;
	margin-top: 20px;
	cursor: pointer;
	display: none;
	border-radius: 5px;
}


#s5-in-1-1-2 {
	font-family: Roboto;
	font-size: 26px;
	font-weight: 500;
	color: #fdfcfc;
	text-align: center;
	height: 20px;
	width: 350px;
	display: block;
}


#s5-a-in-1-1-2 {
	font-family: Roboto;
	font-size: 26px;
	font-weight: 500;
	color: #fdfcfc;
	text-align: center;
	height: 20px;
	width: 350px;
	display: none;
}


#s6 {
	height: 80vh;
	width: auto;
	display: none;
}


#s6-in-2-4 {
	font-family: Roboto;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	color: #FFF;
	background-color: #0d42b9;
	letter-spacing: 4px;
	height: 37px;
	width: 200px;
	text-align: center;
	padding-top: 13px;
	margin-top: 20px;
	cursor: pointer;
	display: none;
	border-radius: 5px;
}


#s6-in-1-1-2 {
	font-family: Roboto;
	font-size: 26px;
	font-weight: 500;
	color: #fdfcfc;
	text-align: center;
	height: 20px;
	width: 350px;
	display: block;
}


#s6-a-in-1-1-2 {
	font-family: Roboto;
	font-size: 26px;
	font-weight: 500;
	color: #fdfcfc;
	text-align: center;
	height: 20px;
	width: 350px;
	display: none;
}


#s7 {
	height: 100vh;
	width: auto;
	display: none;
}


#s7-in-2-4 {
	font-family: Roboto;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	color: #FFF;
	background-color: #0d42b9;
	letter-spacing: 4px;
	height: 37px;
	width: 200px;
	text-align: center;
	padding-top: 13px;
	margin-top: 20px;
	cursor: pointer;
	display: none;
	border-radius: 5px;
}


#s7-in-1-1-2 {
	font-family: Roboto;
	font-size: 16px;
	font-weight: 500;
	color: #030303;
	text-align: center;
	height: 20px;
	width: 350px;
	display: block;
}


#s7-a-in-1-1-2 {
	font-family: Roboto;
	font-size: 16px;
	font-weight: 500;
	color: #030303;
	text-align: center;
	height: 20px;
	width: 350px;
	display: none;
}


#s8 {
	height: 100vh;
	width: auto;
	display: none;
}

#s8-in-2-4 {
	font-family: Roboto;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	color: #FFF;
	background-color: #0d42b9;
	letter-spacing: 4px;
	height: 37px;
	width: 200px;
	text-align: center;
	padding-top: 13px;
	margin-top: 20px;
	cursor: pointer;
	display: none;
	border-radius: 5px;
}

#s8-in-1-1-2 {
	font-family: Roboto;
	font-size: 16px;
	font-weight: 500;
	color: #030303;
	text-align: center;
	height: 20px;
	width: 350px;
	display: block;
}

#s8-a-in-1-1-2 {
	font-family: Roboto;
	font-size: 16px;
	font-weight: 500;
	color: #030303;
	text-align: center;
	height: 20px;
	width: 350px;
	display: none;
}

#s9 {
	height: 100vh;
	    /* min-height: 700px; */
	width: auto;
	background-size: cover;
	background-position: center bottom;
	display: none;
	background-image: url(../img/bg4.jpg);
}

#s9-in {
	height: 400px;
	width: 900px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	    background-color: rgba(248, 249, 253, 0.66);

}

#s9-title {
	font-family: Roboto;
	font-size: 32px;
	font-weight: 400;
	color: #fdfcfc;
	text-align: center;
	    /* height: 50px; */
    /* width: 1200px; */
    /* padding-top: 150px; */
	margin-right: auto;
	margin-left: auto;
}

#s9-in-1 {
	float: left;
	height: 300px;
	width: 480px;
	padding-top: 20px;
	padding-left: 20px;
}
#s9-in-1-1 {
    font-family: Roboto;
    font-size: 24px;
    font-weight: 400;
    color: #030303;
    height: 30px;
    width: 500px;
}
#s9-in-1-2 {
	font-family: Roboto;
	font-size: 17px;
	font-weight: 500;
	color: #030303;
	height: 80px;
	width: 500px;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 24px;
}
#s9-in-1-3 {
	font-family: Roboto;
	font-size: 20px;
	font-weight: 400;
	color: #030303;
	height: 120px;
	width: 500px;
	    padding-top: 20px;
}
#s9-in-2 {
	float: left;
	height: 300px;
	width: 320px;
	font-family: Roboto;
	font-size: 14px;
	font-weight: 500;
	color: #030303;
	padding-left: 60px;
	padding-top: 20px;
}
#s9-konf {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    color: #f8f9fd;
    height: 24px;
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 20px;
}
#s1-konf {
	font-family: Roboto;
	font-size: 12px;
	font-weight: 400;
	color: #cfcfcf;
	height: 24px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 100px;
	text-align: center;
}


.mdal_form-area {
	font-family: Roboto;
	font-size: 14px;
	color: #030303;
	height: 34px;
	width: 280px;
	padding-left: 10px;
	border: 1px solid #0d42b9;
	border-radius: 5px;
	margin-bottom: 20px;
	margin-top: 2px;
	font-weight: 400;
	background-color: transparent;
}
.mdal_form-button {
	background-color: #0d42b9;
	height: 38px;
	width: 290px;
	font-family: Roboto;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	border-radius: 3px;
	padding-bottom: 2px;
	cursor: pointer;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#modal_form {
	width: 400px;
	height: 530px;
	border-radius: 5px;
	background: #fff;
	position: fixed;
	display:none;
	top: 45%;
	left: 50%;
	margin-top: -230px;
	margin-left: -200px;
	z-index: 20;
}

#overlay {
	z-index:10;
	position:fixed;
	background-color:#163e7a;
	opacity:0.8;
	display:none;
	-moz-opacity:0.8;
	filter:alpha(opacity=80);
	width:100%;
	height:100%;
	top:0;
	left:0;
	cursor:pointer;
}

#modal_form-in-1 {
	background-image: url(../img/1.png);
	height: 200px;
	width: 400px;
	border-radius: 5px 5px 0 0;
}
#modal_form-in-2 {
	font-family: Lato-600;
	font-size: 22px;
	color: #000;
	text-align: center;
	height: 22px;
	width: 400px;
	padding-top: 20px;
	margin-bottom: 15px;
}

#modal_form-in-3 {
	font-family: Lato-500;
	font-size: 15px;
	color: #000;
	text-align: center;
	height: 45px;
	width: 400px;
}
#modal_form-in-4 {
	height: 182px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	font-family: Lato-400;
	font-size: 15px;
	color: #999;
}
.mdal_form-area1 {
	font-family: Lato-300;
	font-size: 16px;
	color: #000;
	background-color: #f8f9fd;
	height: 30px;
	width: 300px;
	padding-left: 10px;
	border: 1px solid #cfcfcf;
	border-radius: 3px;
	margin-bottom: 15px;
	margin-top: 2px;
}
.mdal_form-button1 {
	background-color: #0213ff;
	height: 34px;
	width: 312px;
	font-family: Lato-500;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-radius: 3px;
	padding-bottom: 2px;
	cursor: pointer;
	transition: 0.3s;
}

.mdal_form-button1:hover {
	background-color: #000ed6;
	transition: 0.3s;
	}
#modal_form-in-5 {
	font-family: Lato-400;
	font-size: 12px;
	color: #aaaaaa;
	text-align: center;
	height: 20px;
	width: 370px;
	margin-right: auto;
	margin-left: auto;
}
.mdal_form-konf {
	color: #8c8c8c;
	text-decoration: underline;
	cursor: pointer;
}

@media (max-width: 1920px){


}
@media (max-width: 800px) {
#s1 {
    height: 60vh;
    /* min-height: 1100px; */
    /* width: 768px; */
    padding-top: 130px;
    background-size: cover;
    background-position: center bottom;
    display: block;
    background-color: #FFF;
    background-image: url(../img/bg3.1.jpg);
}


#s1-logo {
	left: 0;
    right: 0;
    top: 0;
    margin-bottom: 25px;
    height: 96px;
    width: 150px;
    margin-right: auto;
    margin-left: 315px;
    position: relative;
	background-image: url(../img/netfam.png) no-repeat;
	
}
#s1-contact {
	left: 0;
	right: 0;
	top: 0;
	margin-right:auto;
	margin-left:auto;
	position:relative;
	font-family: Roboto;
	font-size: 20px;
	font-weight: 600;
	color: #f8f9fd;
	text-align: center;
	height: 60px;
	width: 768px;
}

#s1-descriptop {
	display: none;
	margin-top: 10px;
		margin-right:auto;
	margin-left:auto;
	position:relative;
	font-family: Roboto;
	font-size: 20px;
	font-weight: 400;
	color: #030303;
	height: 60px;
	width: 768px;
	text-align:center;
}
#s1-title {
	margin-right:auto;
	margin-left:auto;
	position:relative;
	font-family: Roboto;
	font-size: 50px;
	font-weight: 400;
	color: #fdfcfc;
	text-align: center;
	height: auto;
	width: 700px;
	padding-top: 50px;
	margin-right: auto;
	margin-left: auto;
}

#s1-in-aboutq {
    font-family: Roboto;
    font-size: 30px;
    font-weight: 400;
    color: #f8f9fd;
    text-align: center;
    height: 60px;
    width: 650px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
}
#s1-in {
	height: 380px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: 0px 100px;
	margin-top: 40px;
	margin-bottom: 60px;
}

#s1-in-1 {
	height: 110px;
	width: 425px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#s1-in-1-1 {
	float: left;
	height: 80px;
	width: 80px;
	border-radius: 100px;
	border: 2px solid #030303;
	margin-top: 20px;
	font-family: Roboto;
	font-size: 30px;
	color: #f8f9fd;
	text-align: center;
	font-weight: 400;
	padding-top: 20px;
	margin-right: 20px;
}
#s1-in-1-2 {
    font-family: Roboto;
    font-size: 34px;
    font-weight: 200;
    color: #f8f9fd;
    float: left;
    height: 76px;
    width: 320px;
    padding-top: 24px;
}
.blue-color {
	color: #f50202;
}
@-webkit-keyframes rainbow {
	0% {background: #130ecc;}
	50% {background: #c3042c}
	100% {background: #130ecc;}
}

@keyframes rainbow {
	0% {background: #130ecc;}
	50% {background: #c3042c}
	100% {background: #130ecc;}
} 
#s1-button {
	font-family: Roboto;
	font-size: 24px;
	font-weight: 400;
	color: #FFF;
	background-color: #130ecc;
	letter-spacing: 1px;
	text-align: center;
	height: 80px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	border-radius: 50px;
	cursor: pointer;
	webkit-animation: rainbow 2s linear 2s infinite;
	animation: rainbow 2s linear 2s infinite;
	padding-left: 0px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 0px 7px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 0px 7px 0px rgba(50, 50, 50, 0.5);
	transition:all 0.3s ease;
	transform: scale(1);
}
#s1-button:hover {
transition:all 0.3s ease;
transform: scale(1.05);
}
#s1-button-1 {
	height: 35px;
	width: 600px;
	padding-top: 24px;
	float: left;
}
#s1-button-2 {
	background-image: url(../img/gift-ico.png);
	float: left;
	height: 50px;
	width: 50px;
	display: none;
}
#s1-konf {
	font-family: Roboto;
	font-size: 12px;
	font-weight: 400;
	color: #f8f9fd;
	height: 40px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 75px;
}




body {
	margin: 0px;
	padding: 0px;
	background-image: url(../img/bg3.1.jpg);
	background-size: cover;
}


#s2 {
	height: 100vh;
	height: 900px;
	width: auto;
	display: none;
	width: 768px;
	padding-top: 30px;
}
#s3 {
	height: 100vh;
	height: 900px;
	width: auto;
	display: none;
	width: 768px;
	padding-top: 30px;
}
#s4 {
	height: 100vh;
	height: 900px;
	width: auto;
	display: none;
	width: 768px;
	padding-top: 30px;
}
#s5 {
	height: 100vh;
	height: 900px;
	width: auto;
	display: none;
	width: 768px;
	padding-top: 30px;
}
#s6 {
	height: 100vh;
	height: 900px;
	width: auto;
	display: none;
	width: 768px;
	padding-top: 30px;
}
#s7 {
	height: 100vh;
	height: 900px;
	width: auto;
	display: none;
	width: 768px;
	padding-top: 30px;
}
#s8 {
	height: 100vh;
	height: 900px;
	width: auto;
	display: none;
	width: 768px;
	padding-top: 30px;
}

#s2-in {
	width: 768px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 0px;
}

.roboto-500 {
	font-family: Roboto;
	font-weight: 500;
}

#s2-in-1 {
		margin-right: auto;
	margin-left: auto;
	float: none;
	height: 520px;
	width: 600px;
	
}
#s2-in-1-1 {
	height: auto;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #fdfcfc;
	font-family: Roboto;
	font-size: 16px;
	font-weight: 400;
	color: #fdfcfc;
	text-align: center;
	padding-bottom: 40px;
}
#s2-in-1-1-1 {
	height: 140px;
	width: 600px;
	font-family: Roboto;
	font-size: 24px;
	font-weight: 400;
	color: #f8f9fd;
	text-align: center;
	padding-top: 20px;
}
#s2-in-1-1-2 {
	font-family: Roboto;
	font-size: 24px;
	font-weight: 500;
	color: #f8f9fd;
	text-align: center;
	height: 20px;
	width: 600px;
	display: none;
}


#s2-in-2 {
		margin-right: auto;
	margin-left: auto;
	float: none;
	height: 400px;
	width: 700px;
	    margin-top: -250px;
}
#s2-in-2-1 {
	font-family: Roboto;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fdfcfc;
	letter-spacing: 4px;
	height: 20px;
	width: 700px;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	
}
#s2-in-2-2 {
	height: 80px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#s2-in-2-2-1 {
	display: none;
	
}
#s2-in-2-2-2 {
	font-family: Roboto;
	font-size: 31px;
	font-weight: 300;
	color: #fdfcfc;
	float: none;
	height: 64px;
	width: 700px;
	padding-top: 16px;
	padding-left: 0px;
	text-align: center;
	
}
#s4-in-2-2-2 {
	font-family: Roboto;
	font-size: 31px;
	font-weight: 300;
	color: #fdfcfc;
	float: none;
	height: 100px;
	width: 700px;
	padding-left: 0px;
	padding-top: 10px;
	text-align: center;
}
#s2-in-2-3 {
	margin-top: 10px;
	height: auto;
	width: 700px;
	padding-left: 10px;
			margin-right: auto;
	margin-left: auto;
}
#s2-in-2-4 {
	font-family: Roboto;
	font-size: 24px;
	font-weight: 400;
	text-transform: uppercase;
	color: #FFF;
	background-color: #0d42b9;
	letter-spacing: 4px;
	height: 60px;
	width: 500px;
	text-align: center;
	padding-top: 20px;
	margin-top: 20px;
	cursor: pointer;
	display: none;
			margin-right: auto;
	margin-left: auto;
	border-radius: 50px;

}

#s3-in-2-4 {
	font-family: Roboto;
	font-size: 24px;
	font-weight: 400;
	text-transform: uppercase;
	color: #FFF;
	background-color: #0d42b9;
	letter-spacing: 4px;
	height: 60px;
	width: 500px;
	text-align: center;
	padding-top: 20px;
	margin-top: 20px;
	cursor: pointer;
	display: none;
			margin-right: auto;
	margin-left: auto;
	border-radius: 50px;

}

#s4-in-2-4 {
	font-family: Roboto;
	font-size: 24px;
	font-weight: 400;
	text-transform: uppercase;
	color: #FFF;
	background-color: #0d42b9;
	letter-spacing: 4px;
	height: 60px;
	width: 500px;
	text-align: center;
	padding-top: 20px;
	margin-top: 20px;
	cursor: pointer;
	display: none;
			margin-right: auto;
	margin-left: auto;
	border-radius: 50px;

}

#s5-in-2-4 {
	font-family: Roboto;
	font-size: 24px;
	font-weight: 400;
	text-transform: uppercase;
	color: #FFF;
	background-color: #0d42b9;
	letter-spacing: 4px;
	height: 60px;
	width: 500px;
	text-align: center;
	padding-top: 20px;
	margin-top: 20px;
	cursor: pointer;
	display: none;
			margin-right: auto;
	margin-left: auto;
	border-radius: 50px;

}

#s6-in-2-4 {
	font-family: Roboto;
	font-size: 24px;
	font-weight: 400;
	text-transform: uppercase;
	color: #FFF;
	background-color: #0d42b9;
	letter-spacing: 4px;
	height: 60px;
	width: 500px;
	text-align: center;
	padding-top: 20px;
	margin-top: 20px;
	cursor: pointer;
	display: none;
			margin-right: auto;
	margin-left: auto;
	border-radius: 50px;

}

#s7-in-2-4 {
	font-family: Roboto;
	font-size: 24px;
	font-weight: 400;
	text-transform: uppercase;
	color: #FFF;
	background-color: #0d42b9;
	letter-spacing: 4px;
	height: 60px;
	width: 500px;
	text-align: center;
	padding-top: 20px;
	margin-top: 20px;
	cursor: pointer;
	display: none;
			margin-right: auto;
	margin-left: auto;
	border-radius: 50px;

}

#s8-in-2-4 {
	font-family: Roboto;
	font-size: 24px;
	font-weight: 400;
	text-transform: uppercase;
	color: #FFF;
	background-color: #0d42b9;
	letter-spacing: 4px;
	height: 60px;
	width: 500px;
	text-align: center;
	padding-top: 20px;
	margin-top: 20px;
	cursor: pointer;
	display: none;
			margin-right: auto;
	margin-left: auto;
	border-radius: 50px;

}
.checkbox,
.radio {
    display: none;
}
.checkbox-custom,
.radio-custom {
    width: 30px;
    height: 30px;
	margin-right: 20px;
    border: 2px solid #fdfcfc;
    border-radius: 3px;
    position: relative;
}
.checkbox-custom,
.radio-custom,
.label {
	display: inline-block;
	vertical-align: middle;
	font-family: Roboto;
	font-size: 30px;
	font-weight: 500;
	color: #fdfcfc;
	margin-bottom: 30px;
	cursor: pointer;
}
.checkbox:checked + .checkbox-custom::before,
.radio:checked + .radio-custom::before {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    right: 6px;
    bottom: 6px;
    left: 6px;
    background: #0d42b9;
    border-radius: 2px;
}
.radio-custom,
.radio:checked + .radio-custom::before {
    border-radius: 50%;
}




#s9 {
	background-size: cover;
	background-position: center bottom;
	display: none;
	background-image: url(../img/bg1-mob.jpg);
	height: 100vh;
	height: 1250px;
	width: auto;
	display: none;
	width: 768px;
	padding-top: 30px;
}

#s9-in {
	height: 400px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}

#s9-title {
	font-family: Roboto;
	font-size: 50px;
	font-weight: 300;
	color: #fdfcfc;
	text-align: center;
	height: 50px;
	width: 700px;
	padding-top: 50px;
	margin-right: auto;
	margin-left: auto;
}

#s9-in-1 {
	padding-top: 20px;
		margin-right: auto;
	margin-left: auto;
	float: none;
	height: 400px;
	width: 500px;
}
#s9-in-1-1 {
	font-family: Roboto;
	font-size: 24px;
	font-weight: 400;
	color: #030303;
	height: 30px;
	width: 500px;
	text-align: center;
}
#s9-in-1-2 {
	text-align: center;
	font-family: Roboto;
	font-size: 20px;
	font-weight: 500;
	color: #030303;
	height: 80px;
	width: 500px;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 28px;
}
#s9-in-1-3 {
	text-align: center;
	font-family: Roboto;
	font-size: 20px;
	font-weight: 400;
	color: #030303;
	height: 120px;
	width: 500px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(248, 249, 253, 0.66);
	padding-top: 15px;
}
#s9-in-2 {
			margin-right: auto;
	margin-left: auto;
	float: none;
	height: 400px;
	width: 650px;
	font-family: Roboto;
	font-size: 20px;
	font-weight: 400;
	color: #030303;
	padding-left: 0px;
}
#s9-konf {
	font-family: Roboto;
	font-size: 12px;
	font-weight: 400;
	color: #030303;
	height: 40px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 500px;
}
.mdal_form-area {
	font-family: Roboto;
	font-size: 30px;
	color: #030303;
	height: 65px;
	width: 610px;
	padding-left: 30px;
	border: 1px solid rgba(248, 249, 253, 0.66);
	border-radius: 50px;
	margin-bottom: 20px;
	margin-top: 2px;
	background: transparent;
	font-weight: 300;
}
.mdal_form-button {
	background-color: #0d42b9;
	height: 65px;
	width: 640px;
	font-family: Roboto;
	font-size: 30px;
	color: #FFF;
	font-weight: 300;
	text-align: center;
	border-radius: 50px;
	padding-bottom: 2px;
	cursor: pointer;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

	}
