﻿


body {
	margin:0;
	
}





/*НАСТРОЙКА ГЛАВНЫХ ФОРМ*/

.main-form {
  border:1px solid rgba(255, 255, 255, 0.55);
  background-color: rgba(100, 100, 100, 0.9);
  width:400px;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align:center;
  border-radius:6px;
  box-shadow: inset 0 1px 2px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.15);
  text-align: center;
  margin: 0 auto;
}

.main-form .formtext {
  
  color:white;
  font-size:23px;
  line-height: 27px;
  text-transform:uppercase;
  width:280px;
  margin:0 auto 15px;
  
  
}

.main-form .input-main-form input {
  
  margin-top:15px;
  width:320px;
  height:38px;
  border-radius:4px;
  
  -moz-border-radius: 4px; /*закругляем углы для Mozilla*/  
  -webkit-border-radius: 4px; /*закругляем углы для Chrome, Safari*/ 
  -khtml-border-radius: 4px; /*закругление углов (Safari) */
  letter-spacing:1px;
  border:none;
  
  -webkit-box-shadow:2px 2px 3px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow:2px 2px 3px rgba(0, 0, 0, 0.1) inset;
  box-shadow:2px 2px 3px rgba(0, 0, 0, 0.1) inset;
  
  
  padding-left: 25px; /*отступ слева от ввода, чтобы текст не был на картинке(выбирать по размеру картинки)*/  
  font-size: 15px; /*размер шрифта*/
  box-sizing:border-box;
  color: #6f533d;
  
  
  
}

.main-form .input-main-form textarea {
  
  margin-top:15px;
  width:320px;
  height:64px;
  border-radius:4px;
  
  -moz-border-radius: 4px; /*закругляем углы для Mozilla*/  
  -webkit-border-radius: 4px; /*закругляем углы для Chrome, Safari*/ 
  -khtml-border-radius: 4px; /*закругление углов (Safari) */
  letter-spacing:1px;
  border:none;
  
  -webkit-box-shadow:2px 2px 3px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow:2px 2px 3px rgba(0, 0, 0, 0.1) inset;
  box-shadow:2px 2px 3px rgba(0, 0, 0, 0.1) inset;
  
  
  padding-left: 12px; 
  padding-right:12px;
  font-size: 14px; /*размер шрифта*/
  box-sizing:border-box;
  color: #6f533d;
  
  
  
}

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

.main-form {
 
  width:350px;

}

.main-form .formtext {
  
  font-size: 18px;
  width:280px;
  
  
  
}

.main-form .input-main-form input {
  
  
  width:265px;

  
}

.main-form .input-main-form textarea {
  
  
  width:265px;

  
}

}

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

.main-form {
 
  width:290px;

}

.main-form .formtext {
  

  width:280px;
  margin:0 auto 5px;
  
  
  
}

.main-form .input-main-form input {
  
  
  width:255px;

}

}


/* НАСТРОЙКА ВСПЛЫВАЮЩИХ ФОРМ*/



.popup {
	position: fixed;
	height:100%;
	width:100%;
	top:0;
	left:0;
	display:none;
	text-align:center;
	z-index:999;
}

.popup-form .formtext {


	text-align: center;
	text-transform: uppercase;
	font-size: 23px;
	line-height: 27px;
	font-weight: 300;
	letter-spacing: 0px;	
	color:white;
	margin-bottom:8px; 
	


}

.popup-form img {
	position:absolute;
	right:-21px;
	top:-21px;
	width:25px;
	z-index:999;
}


.popup-form a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 5;
  cursor:pointer;
  z-index:999;
}



.popup_bg {
		background:rgba(0,0,0,0.8);
		position:fixed;
		height:100%;
		width:100%;
		z-index:999;
	}
	
	
.popup-form {
		position: relative;
		margin:70px auto;
		z-index:999;
		width:380px;
		padding:40px 20px;
		background-color: rgba(100, 100, 100, 0.95);
		border:1px solid #666666;
		border-radius:4px;
		box-shadow:0 0 2px rgba(0,0,0,0.7);
		z-index:999;
		text-align: center;
		
	}

.popup-form .input-popup-form input {
	
	margin-top:15px;
	width:320px;
	height:38px;
	border-radius:4px;
	
	-moz-border-radius: 4px; /*закругляем углы для Mozilla*/  
    -webkit-border-radius: 4px; /*закругляем углы для Chrome, Safari*/ 
	-khtml-border-radius: 4px; /*закругление углов (Safari)	*/
	letter-spacing:1px;
	border:none;
	
	-webkit-box-shadow:2px 2px 3px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:2px 2px 3px rgba(0, 0, 0, 0.1) inset;
    box-shadow:2px 2px 3px rgba(0, 0, 0, 0.1) inset;
	
	
	padding-left: 12px;
	padding-right: 12px; 
    font-size: 15px; /*размер шрифта*/
	box-sizing:border-box;
	color: #6f533d;
	
	
	
}

.popup-form .input-popup-form textarea {
	
	margin-top:15px;
	width:320px;
	height:72px;
	border-radius:4px;
	
	-moz-border-radius: 4px; /*закругляем углы для Mozilla*/  
    -webkit-border-radius: 4px; /*закругляем углы для Chrome, Safari*/ 
	-khtml-border-radius: 4px; /*закругление углов (Safari)	*/
	letter-spacing:1px;
	border:none;
	
	-webkit-box-shadow:2px 2px 3px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:2px 2px 3px rgba(0, 0, 0, 0.1) inset;
    box-shadow:2px 2px 3px rgba(0, 0, 0, 0.1) inset;
	
	text-align: left;
	padding-left: 12px;
	padding-right: 12px; 
    font-size: 15px; /*размер шрифта*/
    line-height: 20px;
	box-sizing:border-box;
	color: #6f533d;
	
	
	
}



/*ВЫБОР СВЯЗИ И ПОЛИТИКА КОНФИДЕНЦИАЛЬНОСТИ ДЛЯ POPUP-FORM и MAIN_FORM*/

.contact-choice {
  width: 340px;
  margin: 0 auto;
  margin-top: 30px; 
  text-align: left;

}

.contact-choice .description {
  
  margin-bottom: 5px;
  color:white;
  text-transform: uppercase;
  font-size: 24px;

   
}
label {
	margin-top: 20px;
	margin-left: 0px;
	font-size: 19px;
	color:white;
	display: inline-block;
}



input [type=radio]{
	vertical-align: top;
	width: 22px;
	height: 22px;
	margin: 0 3px 0 0;
}

input [type=radio]+ label {
	cursor: pointer;
}
input[type=radio]:not(checked) {
	position: absolute;
	opacity: 0;
}
input[type=radio]:not(checked) + label {
	position: relative;
	padding: 0 0 0 45px;
}
input[type=radio]:not(checked) + label:before {
	content: '';
	position: absolute;
	top: -4px;
	left: 0;
	width: 28px;
	height: 28px;
	border: 1px solid #2f8ce3;
	border-radius: 50%;
	background: #FFF;
}
input[type=radio]:not(checked) + label:after {
	content: '';
	position: absolute;
	top: 1px;
	left: 5px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #2f8ce3;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.5);
	opacity: 0;
	transition: all .2s;
}
input[type=radio]:checked + label:after {
	opacity: 1;
}
input[type=radio]:focus + label:before {
	box-shadow: 0 0 0 2px rgba(47, 140,227,.5);
}


	



.check-1 {
	
	margin: 0 auto;
	margin-top: 15px;
	text-align: left;
	width: 370px;
}
.check-2 {

	margin: 0 auto;
	margin-top: 8px;
	width: 370px;
	text-align: left;
}
.check-text {

	color:#e4e4e4;
	font-size: 10px;
	line-height: 15px;
	
	
}

.check-text a{

	color:#e4e4e4;
	font-size: 10px;
	line-height: 15px;
	
	
}

.popup-description {

	color:white;
	margin-top: 25px;
}





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


.popup-form {
		
		margin:30px auto;
		
		width:330px;
		padding:30px 20px;
		
	}

.popup-form .formtext {

	font-size: 21px;
}



.popup-form .input-popup-form input {
	
	
	width:265px;

	
}


.popup-form .input-popup-form textarea {

	width: 265px;
}





.contact-choice {
  width: 265px;
  margin-top: 25px; 


}

.contact-choice .description {
  

  font-size: 21px;

   
}

.check-1 {

	margin-top: 15px;
	width: 255px;
}
.check-2 {
	
	margin-top: 8px;
	width: 255px;
}
label {
	
	font-size: 18px;
	
}




}

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


.popup-form {
		
		margin:30px auto;
		width:290px;
		padding:30px 15px;
		
	}

.popup-form .formtext {

	font-size: 20px;
}



.popup-form .input-popup-form input {
	
	
	width:255px;

	
}

.popup-form .input-popup-form textarea {
	
	
	width:255px;

	
}




.contact-choice {
  width: 255px;
  margin-top: 25px; 


}

.contact-choice .description {
  

  font-size: 19px;

   
}
label {
	
	font-size: 17px;
	
}


}