body {
    font-family: GOTHIC, sans-serif;
    color:  #231f20;
    position: relative;
   /*background: url('../img/test.jpg') no-repeat;*/
}

@font-face {
	font-family: GOTHIC; 
	src: url(../fonts/GOTHIC.woff);
}

.blockform{
	width: 471px;
	box-sizing: border-box;
	padding: 28px 51px 23px 24px;
	border: 1px dashed #c6c6c6;
	position: absolute;
	top: 27px;
	background: #fff;
	left: -30px;
	z-index: 1;
}

.blockform p:nth-of-type(1){
	font-size: 16px;
	font-weight: bold;
	color: #00aeef;
	text-align: center;
	margin-bottom: 24px;
}

.blockform h3{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 12px;
    margin-left: 25px;
    line-height: 26px;

}

.blockform .h3Mod{
	margin-bottom: 10px;
}

.blockform p:nth-of-type(2){
	font-size: 15px;
	text-align: center;
	margin-bottom: 0px;
	margin-left: 23px;
}

.listRadio{
    margin-bottom: 35px;
    margin-top: 40px;

}

.listRadio li{
    margin-bottom: 21px;
    
}

.listRadio li:last-child{
    margin-bottom: 0;
    
}

.listRadio input{
    cursor: pointer;
    
}

.listRadio label{
    font-size: 16px;
    margin-left: 8px;
    cursor: pointer;
    
}

.btnBack{
    display:block;
    font-size: 16px;
    font-weight: bold;
    color:#c6c6c6;
    border:2px solid #c6c6c6;
    background:none;
    border-radius:3px;
    box-sizing:border-box;
    width:100px;
    height:40px;
    float: left;
    margin-top: 5px;
    margin-left: 24px;
    cursor: pointer;
    transition:0.3s;
}

.btnBack:hover{
    color:#fff;
    border:2px solid #c6c6c6;
    background:#c6c6c6;
    transition:0.3s;
}

.btnBackMod{
margin-left: 20px;
}

.btnNext{
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 6px;
	border: none;
	color: rgb(255, 255, 255);
	background: rgb(0, 174, 239);
	border-radius: 3px;
	width: 240px;
	box-sizing: border-box;
	height: 50px;
	float: left;
	margin-left: 29px;
	cursor: pointer;
	transition:0.5s;
}

.btnNext:disabled {
	color: #c6c6c6;
	border: 2px solid #c6c6c6;
	background: none;
}

.btnNextMod{
	width: 100px;
	height: 40px;
	margin-top: 5px;
	margin-left: 70px;
}

/*---------------------------------------*/

.top {
	height: 50px;
	top: 0;
	left: 0;
	width: 100%;
	background: url(../images/white.png);
	padding: 10px 0 0 0;
	z-index: 10;
}

.wrap {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

.logo {
	display: block;
	float: left;
	width: 180px;
	margin: -5px 0 5px 30px;
	cursor: pointer;
}

.phones {
	width: 180px;
	float: right;
	padding: 3px 30px 0 30px;
	font: 20px Century Gothic;
	font-weight: bold;
	text-align: right;
	line-height: 17px;
}

.phones a {
	color: #00aeef;
	font: 12px Century Gothic;
}

.top2 {
	width: 100%;
	background: #00aeef;
}

.wrap2 {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	padding: 17px 0;
}

.wrap2 h1{
	font-size: 34px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 35px;
}

.mainQuwest{
    background: #f7f7f7;
    min-height: 500px;
}

.contentQuwest{
	width: 1000px;
	margin: 0 auto;
	position: relative;
	min-height: 606px;
} 

.womenImg{
	position: absolute;
	bottom: 0;
	right: 50px;
}

.inputQuwest{
    display: block;
    font-size: 16px;
    width: 70%;
    border-radius: 3px;
    border: 1px solid #c6c6c6;
    padding: 12px;
    margin-left: 3px;
    margin-top: -15px;
    margin-bottom: 40px;
    
}

.smalTextForm{
	text-align: center;
	font-size: 12px;
	color: #fff;
	margin-top: 15px;
}
.menu li {
    float: left;
    margin: 10px 21px 0px 0px;
   /*background: url('../img/test.jpg') no-repeat;*/
}
.menu {
    width: 520px;
   /*background: url('../img/test.jpg') no-repeat;*/
}


.result{display:none;}

.mainForm{margin:0px auto;}

.mainFormButtonBlock p{color:#fff;}
