a.b_header_phone{
	margin-right: 10px;
	color: #231f20!important;
}
a.b_header_phone:hover{
	color: #e17d24!important;
}
.navbar.white a.b_header_phone{
	margin-right: 10px;
	color: #ffffff!important;
}


.recall_modal_form{
	position: fixed;
	z-index: 1000005;
	width: 300px;
	top: 20%;
	left: 50%;
	margin-left: -150px;
	margin-top: -60px;
	background-color: #fac012;
	padding: 15px;
	padding-bottom: 30px;
	border-radius: 20px;
}
.recall_modal_form__shadow{
	position: fixed;
	z-index: 1000000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.4);
	cursor: pointer;
}
.recall_modal_form__dnone{
	display: none;
}
.recall_modal_form__close{
	position: absolute;
    width: 22px;
    height: 22px;
    font-size: 26px;
    line-height: 14px;
    top: 5px;
    right: 16px;
    text-align: center;
}
.recall_modal_form__title{
	font-size: 32px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 15px;
    padding-top: 15px;
	line-height: 1;
}
.recall_modal_form__body{
	
}
.recall_modal_form__row{
	margin-bottom: 26px;
}
.recall_modal_form__row__name{
	color: #000;
    font-size: 18px;
	padding-bottom: 6px;
}
.recall_modal_form__row__input{
	
}
.recall_modal_form__row__input__text{
	width: 100%;
	height: 32px;
	border: 1px solid #7b5300;
	padding: 0 12px;
	color: #000;
    font-size: 18px;
}
.recall_modal_form__row__input__checkbox__lb{
	margin: 0;
	padding: 0 0 0 39px;
}
.recall_modal_form__row__input__checkbox{
	display: none;
}
.recall_modal_form__row__input__checkbox__span{
	position: absolute;
	display: block;
	width: 20px;
    height: 20px;
	margin-left: -39px;
	border: 1px solid #7b5300;
    border-radius: 3px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.recall_modal_form__row__input__checkbox:checked + .recall_modal_form__row__input__checkbox__span{
	background-image: url(/img/checkbox-trg.svg);
}

.recall_modal_form__row__select{
	width: 100%;
    height: 32px;
    border: 1px solid #7b5300;
    color: #000;
    font-size: 18px;
}
.recall_modal_form__row__chb_text{
	font-size: 18px;
}
.recall_modal_form__personal_data_confirm{
	font-size: 1.125rem;
}
.recall_modal_form__footer{
	text-align: center;
}
.recall_modal_form__btn{
	height: 50px;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #e17d24;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    color: #fefefe;
	padding: 12px 33px;
	border-radius: 22px;
	font-size: 1.25rem;
    font-weight: 700;
	border: none;
	cursor: pointer;
}
.recall_modal_form__btn:hover{
	background-color: #f26528;
}

.recall_modal_form__error{
	margin-bottom: 15px;
	font-size: 16px;
	color: red;
}


@media (max-width: 620px){
	.recall_modal_form{
		width: 300px;
		margin-left: -150px;
	}
	
}



.recall_modal_form__banerlink{
	background: none;
	width: 620px;
	margin-left: -310px;
}
.recall_modal_form__close__banerlink{
	position: absolute;
    width: 48px;
    height: 48px;
    top: 156px;
    right: 3px;
    text-align: center;
	z-index: 10;
	border: 3px solid #939393;
    border-radius: 50%;
    background: #ffffff;
	font-size: 32px;
    line-height: 36px;
    color: #939393;
	font-weight: bold;
}

@media (max-width: 640px){
	.recall_modal_form__banerlink{
		background: none;
		width: 300px;
		margin-left: -150px;
	}
	.recall_modal_form__close__banerlink{
		top: 62px;
		right: -4px;
	}
}

.text_page_block{
	width: 100%;
	padding: 0 15px 30px 15px;
}
.text_page_block h1{
	margin-top: -30px;
}

.review_page{
	
}
.review_page__item{
	width: 100%;
	margin-bottom: 35px;
	padding-bottom: 15px;
	border-bottom: 1px solid #00b0f9;
}
.review_page__item__header{
	display: flex;
	margin-bottom: 12px;
}
.review_page__item__name{
	font-size: 25px;
	font-weight: bold;
}
.review_page__item__date{
	margin-right: 15px;
}
.review_page__item__text{
	
}

.review_page_text{
	padding: 0 0 30px 0;
}

.review_page_form{
	margin-bottom: 20px;
	margin-bottom: 20px;
	/*border-bottom: 1px solid #00b0f9;*/
}

.review_page_form__title{
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 25px;
}
.review_page_form__body{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.review_page_form__col1{
	width: 56%;
}
.review_page_form__col2{
	width: 40%;
}

.review_page_form__input{
	margin-bottom: 22px;
}
.review_page_form__input__name{
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}
.review_page_form__input__val input[type="text"]{
	width: 100%;
	height: 32px;
	border: 1px solid #00b0f9;
	padding: 0 12px;
	color: #000;
    font-size: 18px;
}
.review_page_form__textarea{
	width: 100%;
	border: 1px solid #00b0f9;
	padding: 12px;
	color: #000;
    font-size: 18px;
}
.review_page_form__submit{
	height: 50px;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #e17d24;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    color: #fefefe;
	padding: 12px 33px;
	border-radius: 22px;
	font-size: 1.25rem;
    font-weight: 700;
	border: none;
	cursor: pointer;
}
.review_page_form__submit:hover{
	background-color: #f26528;
}

.review_page_form__error{
	color: red;
	margin-bottom: 20px;
}


@media (max-width: 1024px){
	.review_page_form__body{
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.review_page_form__col1{
		width: 100%;
	}
	.review_page_form__col2{
		width: 100%;
	}
}