
* {
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;
    outline: none;
}
ul {
    list-style: none;
}
body{
	    padding-top: 15px;
    background-image: url(../img/fon.jpg);
    background-size: cover;
    background-position: center;
	font-size: 14px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; 
}

.img_cont{
    width: 88%;
    margin: 0 auto;
    margin-top: 20px;
    /* border: 10px solid #fff; */
    margin-bottom: 10px;
}

.img_cont > img{
	width:100%;
	    border-radius: 10px;
}
.text_index{
font-size: 20px;
    text-align: center;
    margin: 0px 0 15px;
    padding: 0 10px;
    color: #ffff;
    font-weight: bold;
}

.text_index_green{
font-size: 18px;
    text-align: center;
    margin: 20px 0 25px 0;
    padding: 0 10px;
    color: #ffffff;
    font-weight: bold;
}
.start_button{
padding: 10px 0;
    cursor: pointer;
    font-size: 16px;
    margin: 0 auto;
    margin-top: 10px;
    width: 140px;
    text-align: center;
    border-width: 2px 0;
    border-style: solid none;
    border-color: #ff0000 #ff0000 #ff0000;
    border-radius: 6px;
    background: linear-gradient(#793535, #ff0000) #ff0000;
    transition: 0.2s;
    color: #fff;
    font-weight: bold;
}
.fa{
    padding-right: 8px;
    font-size: 18px;
    position: absolute;
    left: 10px;
}

.form1 {
   /* background: #118ec4;*/
    margin: 0 auto;
    width: 90%;
    color: white;
    border-radius: 15px;
    padding: 5px 0 25px;
    font-size: 14px;
	text-align:center;
}

.button1 {padding: 6px 6px;display: inline-block;color: #ffffff;font-weight: normal;background-color: #ce2727;border: 2px solid #130303;-moz-border-radius: 6px;-webkit-border-radius: 6px;border-radius: 6px;margin-bottom: 15px;width: 200px;text-align: left;position: relative;font-size: 18px;text-align: center;cursor: pointer;}

.dnone{display:none;}

.window__title {
position: relative;
    padding-bottom: 15px;
    margin-bottom: 12px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.window__title:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #ffff;
}
#whatsapp{
	position: relative;
    padding: 15px;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
}
.text-center {
text-align: center!important;
    font-size: 20px;
    color: #fff;
}

.window__next-button_theme_green {
    color: #28a745;
    border: 2px solid #28a745;
    padding: 10px 20px 10px 40px;
    font-weight: bold;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    position: relative;
	    background: #ffff;
		font-size: 20px;
}

.btngo {
font-size: 18px;
    padding: 12px 16px;
    color: #b51414;
    font-weight: bold;
    background-color: #fff;
    border: 3px solid #b51414;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    width: 200px;
    margin: 0 auto;
}

.fa-whatsapp{
    font-size: 28px;
    position: absolute;
    left: 10px;
    top: 10px;
}

.window__next{
    text-align: center;
    margin: 20px;
	}
	
.result_txt {
text-align: left;
    font-size: 20px;
    width: 80%;
    margin: 0 auto;
    padding-top: 20px;
    color: #fff;
    font-weight: bold;
}

.sera {
    background: #e1e8ef;
    padding: 10px 20px;
    width: 80%;
    margin: 5px auto;
    font-size: 16px;
}
*, ::after, ::before {
    box-sizing: border-box;
}


.gift_button {
    margin: 0 auto;
    width: 140px;
    text-align: center;
    padding: 10px 0 10px 20px;
    cursor: pointer;
    border-width: 2px 0;
    border-style: solid none;
    border-color: #438ccc #000 #033b50;
    border-radius: 6px;
    background: linear-gradient(#1e95da, #06589e) #2082d6;
    transition: 0.2s;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
	position:relative;
}

.fa-gift{
    left: 15px;
    font-size: 20px;
}
.footer{height:50px;}

#vopros1, #vopros2, #vopros3, #vopros4, #vopros5, #vopros6, #vopros7{
	text-align: center;
}

.button1:hover{
	background-color: #a22323;
}