/* Стили модального окна */
.modal-header h2 {
	color: #555;
	font-size: 20px;
	font-weight: normal;
	margin: 0;
	display: inline;
}
/* кнопка закрытия окна */
.modal .btn-close {
    color: #aaa;
    cursor: pointer;
    font-size: 30px;
    text-decoration: none;
    position: absolute;
    right: 5px;
    top: 0;
}
.modal .btn-close:hover {
    color: red;
}
/* слой затемнения */
.modal-wrap:before {
    content: "";
    display: none;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 101;
}
.modal-overlay {
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 102;
}
/* активация слоя затемнения и модального блока */
.modal-open:checked ~ .modal-wrap:before,
.modal-open:checked ~ .modal-wrap .modal-overlay {
    display: block;
}
.modal-open:checked ~ .modal-wrap .modal-dialog {
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	top: 0px;
	width: 100%;
}
/* элементы модального окна */
.modal-dialog {
    background: #fefefe;
    border: #555555 solid 1px;
    border-radius: 5px;
    position: fixed;
    left: 50%;
    top: -100%;
    -webkit-transform: translate(-50%, -500%);
    -ms-transform: translate(-50%, -500%);
    -o-transform: translate(-50%, -500%);
    transform: translate(-50%, -500%);
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
    -o-transition: -o-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
    width: 80%;
    max-width: 800px;
    z-index: 103;
}
.modal-body {
	padding: 20px;
}
.modal-body-form1 {
	padding: 20px;
}
.modal-body-form2 {
	padding: 20px;
}
.modal-body p {
    margin: 0;
}
.modal-header,
.modal-footer {
	padding: 10px;
}
.modal-header {
	border-bottom: #eaeaea solid 1px;
	text-align: center;
}
.modal-header h2 {
	font-size: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	font-family: Tahoma;
}
.modal-footer {
    border-top: #eaeaea solid 1px;
    text-align: right;
}
/* адаптивные картинки в модальном блоке */
.modal-body img { 
    max-width: 100%;
    height: auto;
}
/* кнопки */
.btn {
	background: #fff;
	border: #555 solid 1px;
	border-radius: 3px;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	padding: 8px 15px;
	text-decoration: none;
	text-align: center;
	min-width: 60px;
	position: relative;
	font-family: Tahoma;
	background-color: #C90505;
}
.btn:hover, .btn:focus {
    background: #f2f2f2;
}
.btn-primary {
	background-color: #C80000;
	border-color: #357ebd;
	color: #fff;
	font-family: Tahoma;
	font-size: 16px;
}
.btn-primary:hover{
	background-color: #D50000;
}
.modal {
	width: 840px;

}
.modal-wrap {
	width: 100%;
}
.form_lead {
	padding: 20px;
	width: 580px;
	overflow: hidden;
	border: 1px dotted rgba(152,152,152,1.00);
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(252,252,252,1.00);
	-webkit-box-shadow: 1px 1px 2px rgba(191,191,191,1.00);
	box-shadow: 1px 1px 2px rgba(191,191,191,1.00);
}
.form_2_lead {
	padding: 20px;
	width: 580px;
	overflow: hidden;
	border: 1px dotted rgba(192,192,192,1.00);
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: 1px 1px 2px rgba(151,151,151,1.00);
	box-shadow: 1px 1px 2px rgba(151,151,151,1.00);
	background-color: rgba(248,248,248,1.00);
}
.info_lead {
	width: auto;
	overflow: hidden;
	background-color: rgba(247,247,247,1.00);
	border: 1px solid rgba(150,167,180,1.00);
	-webkit-box-shadow: 1px 1px 2px rgba(130,130,130,1.00);
	box-shadow: 1px 1px 2px rgba(130,130,130,1.00);
}
.form_lead_block {
	width: auto;
	/* [disabled]padding-top: 15px; */
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	overflow: hidden;
}
.form_2_lead_block {
	width: auto;
	padding: 15px;
	overflow: hidden;
}
.form_lead_img {
	padding: 15px;
	float: left;
	width: auto;
}
.form_lead_text {
	float: left;
	width: 282px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 12px;
	margin-bottom: 12px;
}
#form1 {
	text-align: center;
	width: 100%;
	overflow: hidden;
}
#form2 {
	text-align: center;
	width: 100%;
	overflow: hidden;
}
.textfield {
	margin-top: 15px;
	font-family: Tahoma;
	font-size: 16px;
	margin-bottom: 5px;
}
.form1_button {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 15px;
	width: 220px;
	height: 54px;
	color: rgba(255,255,255,1.00);
	font-family: Tahoma;
	border: none;
	font-size: 16px;
	-webkit-box-shadow: 2px 2px 3px rgba(81,81,81,1.00);
	box-shadow: 2px 2px 3px rgba(81,81,81,1.00);
	background-image: url(img/button_form.png);
}
.form2_button {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 220px;
	height: 54px;
	color: rgba(255,255,255,1.00);
	font-family: Tahoma;
	border: none;
	font-size: 16px;
	-webkit-box-shadow: 2px 2px 3px rgba(81,81,81,1.00);
	box-shadow: 2px 2px 3px rgba(81,81,81,1.00);
	background-image: url(img/button_form.png);
	margin-bottom: 3px;
}
.form1_button:hover {
	margin-left: auto;
	margin-right: auto;
	width: 220px;
	height: 54px;
	color: rgba(255,255,255,1.00);
	font-family: Tahoma;
	border: none;
	font-size: 16px;
	-webkit-box-shadow: 1px 1px 2px rgba(124,124,124,1.00);
	box-shadow: 1px 1px 2px rgba(124,124,124,1.00);
	background-image: url(img/button_form.png);
	margin-bottom: 14px;
	margin-top: 21px;
}
.form2_button:hover {
	margin-left: auto;
	margin-right: auto;
	width: 220px;
	height: 54px;
	color: rgba(255,255,255,1.00);
	font-family: Tahoma;
	border: none;
	font-size: 16px;
	-webkit-box-shadow: 1px 1px 2px rgba(124,124,124,1.00);
	box-shadow: 1px 1px 2px rgba(124,124,124,1.00);
	background-image: url(img/button_form.png);
	margin-bottom: 2px;
	margin-top: 21px;
}
.textfield_inp {
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	height: 30px;
	color: rgba(99,99,99,1.00);
	font-family: Tahoma;
	font-size: 16px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid rgba(184,184,184,1.00);
	/* [disabled]-webkit-box-shadow: 1px 1px 3px rgba(134,134,134,1.00); */
	/* [disabled]box-shadow: 1px 1px 3px rgba(134,134,134,1.00); */
}
.textfield_inp_f2 {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	height: 30px;
	color: rgba(17,17,17,1.00);
	font-family: Tahoma;
	font-size: 16px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid rgba(199,199,199,1.00);
	/* [disabled]-webkit-box-shadow: 1px 1px 3px rgba(134,134,134,1.00); */
	/* [disabled]box-shadow: 1px 1px 3px rgba(134,134,134,1.00); */
}
.info_lead .form_lead_img img {
	border: 1px solid rgba(220,220,220,1.00);

}
.form_lead_descript {
	width: auto;
	height: 60px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px dashed rgba(154,154,154,1.00);
	border-bottom: 1px dashed rgba(154,154,154,1.00);
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 15px
}
.form_lead_price {
	width: auto;
	height: 60px;
	line-height: 60px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed rgba(154,154,154,1.00);
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
}
.form_lead_text .form_lead_price p {
	color: rgba(62,62,62,1.00);
	font-family: Tahoma;
	font-size: 16px;
}
.pole_hotelka   {
	overflow: hidden;
}
.hotelka {
	height: 100px;
	color: rgba(17,17,17,1.00);
	font-family: Tahoma;
	padding: 10px;
	font-size: 16px;
	border: 1px solid rgba(199,199,199,1.00);
	/* [disabled]-webkit-box-shadow: 1px 1px 3px rgba(134,134,134,1.00); */
	width: 92%;
	/* [disabled]box-shadow: 1px 1px 3px rgba(134,134,134,1.00); */
}
.pole_chertezh {
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 15px;
	width: auto;
	overflow: hidden;
}
.inp_file {
	background-color: rgba(255,255,255,1.00);
	display: block;
	border: 1px solid rgba(199,199,199,1.00);
	color: rgba(71,71,71,1.00);
	font-family: Tahoma;
	font-size: 14px;
	padding: 3px;
	width: 230px;
}
