/* размер Logo */
.logo_mine {
    height: auto;
    max-width: 65%;
}
/* Цвет текста внутри кнопки принудительно */
.article .btn {
    color: white !important;
}
/* стиль кнопки */
.app_btn .btn {
    color: #fff;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 15px;
    padding-top: 15px;
    font-size: large;
    }

.zero h1, h2, h3, h4, h5, h6{
    font-size: revert;
    padding-bottom: 10px;
    padding-top: 10px;
}
/* подсветка ссылок внутри div */
.serv a {
	text-decoration:underline !important;
    font-style: italic !important;
    font-weight: bold !important;
}

.pad_div_25px {
    padding-top: 25px;
}
.pad_div_25px img {
    max-width: 100%;
    height: auto;
 }
 /* смещение кнопки Записаться вниз */
 .padding-top-35px {
 padding-top: 35px;
 }
/* размер изображения - вывод из каталога */
.service_img {
    height: 210px !important;
    }
/* ol смещение нумерованного списка */
.ol_article ol {
    margin-left: 25px !important;
    }
/* смещение check вниз на 10px for appointment_form.html*/
.check_box {
margin-top: 10px;
}
/*.single-main ul, ul li{
    list-style: circle !important;
}
*/
.header_inner_white a{
color: #fff !important;
background-color: #755035 !important;
font-size: large !important;
}
.footer_back {
background-color: #3b1c07 !important;
}
/*размер окна check policy*/
.check_inp {
   height: 1.5em !important;
}
/* Подчеркнутый жирный текст ссылки */
.under_ {
text-decoration-line: underline;
font-weight: bold !important;
}

/* картинки в постах */
.img-box {
    margin-top: 10px;
}

}