body {

	position: relative!important;
}

.bron-form_wrapper {

	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	min-height: 100%;
	min-width: 100%;
	background: rgba(0, 0, 0, .7);
	overflow: auto;
	z-index: 9998;
}

.bron-form {
	
	position: relative;
	background: #fff;
	padding: 20px;
	max-width: 655px;
	margin: 5% auto;
	font-size: 16px;
	border-radius: 5px;
	z-index: 9999;
}

.bron-form__close {

	position: absolute;
	width: 40px;
	height: 40px;
	top: -20px;
	right: -20px;
	cursor: pointer;
}

.bron-form_left {
	
	float: left;
	width: 652px;
	min-height: 760px;
	padding: 20px;
	border-radius: 5px;
	border: 2px solid #AEAEAE;
	box-sizing: border-box;
}

.bron-form_right {

	float: left;
	width: 460px;
	min-height: 760px;
	padding: 20px;
	border-radius: 5px;
	border: 2px solid #AEAEAE;
	box-sizing: border-box;
}

/* Верхний блок в левой части формы */

.bron-form_top {

	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
}

.bron-form_middle {
	
	margin-top: 50px;
	margin-bottom: 20px;
	min-height: 80px;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;	
}

.bron-form_block_left {

	display: inline-block;
	vertical-align: top;
	width: 39.2156862745098%;
	margin-right: 4.90196078431373%;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: normal;
}

.bron-form_top_img {

	width: 100%;
}

.bron-form_block_right {

	display: inline-block;
	vertical-align: top;
	width: 55.88235294117647%;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: normal;
}

.bron-form_left label {

	display: block;
	margin: 15px 0 5px 0;
	font-size: 16px;
	line-height: 20px;
}

.bron-form_input {

	display: block;
	height: 40px;
	width: 100%;
	text-indent: 10px;
	border-radius: 4px;
	border: 1px solid #AEAEAE;
	outline: 0;
	box-sizing: border-box;	
}

.bron-form_input:focus {

	border: 1px solid #AEAEAE;
	outline: 0;
	box-sizing: border-box;		
}

.bron-form_textarea {

	display: block;
	height: 120px;
	width: 100%;
	text-indent: 10px;
	border-radius: 4px;
	border: 1px solid #AEAEAE;
	outline: 0;
	box-sizing: border-box;
	resize: none;	
}

.bron-form_datein__wrapper {
	
	float: left;
	width: 47.5%;
}

.bron-form_dateout__wrapper {

	float: right;
	width: 47.5%;
}

.bron-form__button__wrapper {

	padding-top: 40px;
}

.bron-form__button {

	width: 100%;
	height: 40px;
	background: #F88727;
	color: #fff;
	font-size: 20px;
	border: 0;
	outline: 0;
	border-radius: 4px;
}

.hr {
    color: #ADADAD;
    background-color: #ADADAD;
    border: 0px none;
    height: 1px;
    clear: both;
    margin-top: 18px;
    margin-bottom: 18px;
}

.green-font {

	color: #129511;
	font-size: 16px;
	line-height: 20px;
}

.orange-font {

	color: #F88727;
}

.green-font__icon {

	width: 20px;
	height: 20px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.error-ajax-text {

	font-size: 20px;
	line-height: 80px;
	color: red;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 20px 0 0 0;
	display: none;
}

.success-ajax-text {

	font-size: 20px;
	line-height: 80px;
	color: green;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 20px 0 0 0;
	display: none;
}

#loadingImage {

	display: block;
	margin: 0 auto;
	width: 80px;
	height: 80px;
}

/* Верхний блок в левой части формы, конец */

/* Классы модификаторы */

.strong-font {

	font-weight: bold;
	margin-bottom: 5px;
}

.small-font {

	font-size: 14px;
	line-height: 20px;
}

.big-font {

	font-size: 25px;
	line-height: 32px;
}

.input-label-font {

	color: #4F4F4F;
}

.grey-font {

	color: #898989;
}
.required-field {

	color: red;
	font-size: 16px;
}

/* Классы модификаторы */

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

	.bron-form {

		width: 652px;
		padding: 0;
		margin-top: 10%;
		margin-bottom: 20%;
	}

	.bron-form_left {

		margin-right: 0;
		min-height: auto;
	}
	.bron-form_right {

		display: none;
		min-height: auto;
	}
}

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

	.bron-form {
		
		width: 80%;
		min-width: 300px;
		max-width: 500px;
	}

	.bron-form_left {
		
		float: none;
		display: block;
		width: 100%;
		margin-right: 32px;
		min-height: auto;
	}

.bron-form_block_left {

	display: block;
	width: 100%;
	margin-right: 0;
}

.bron-form_block_right {

	display: block;
	width: 100%;
	margin-right: 0;
}

.bron-form_middle {

	margin-top: 0;
	margin-bottom: 20px;
}

.success-ajax-text,
.success-ajax-error {

	line-height: 30px;
}

}


/* Костыли для мессенджеров */

#whatsapp-button-onclick {

    display: block!important;

    width: 45%;

    float: left;

    text-align: center;

    text-decoration: none;
    color: #fff;

    background: #46C055;
    border-radius: 5px;

    padding: 5px 10px;
    margin: 10px 0;

    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
}

#viber-button-onclick {

    display: none!important;
}

#telegram-button-onclick {

    display: none!important;
}

#vk-button-onclick {

    display: none!important;
}

#phone-button-onclick {

    display: none;

    width: 45%;

    float: left;

    padding: 5px;

    border-radius: 5px;
    background: #0565C9;
    color: #fff;
    text-decoration: none;
    margin: 10px 0;
    margin-right: 0!important;

    box-sizing: border-box;

    text-align: center;

    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
}

.text-ready-phrase {
	display: block!important;
}
.text-ready-phrase-les {
	display: block!important;
}

.link-corp{
	font-size: 14px;
	display: inline-block;
    line-height: 30px;
    padding: 0 30px;
    text-align: center;
    white-space: nowrap;
    box-sizing: border-box;
    font-weight: 600;
    cursor: pointer;
	color: #fff!important;
}
