.captcha_image {
    width: 120px;
    height: 48px;
    margin-left: 24px;
}
.captcha .form__field {
    width: calc(100% - 144px);
}
.form.booking-page {
    margin-bottom: 60px;
    max-width: 500px;
}
.form-success {
    color: #41bb22;
    font-weight: 600;
    margin-bottom: 20px;
}
.bvi-body .header-search {
    display: none;
}
.bvi-body .about__item .i-cross {
    display: none;
}
.bvi-body .about__desc {
    width: auto;
}
.feedback .form__button {
    white-space: nowrap;
}
.slider-devices__container._padding-top {
    padding-top: 40px;
}


/* ******************************* SLIDER MAIN ****************************** */

.slider-main .pagination-slider {
    position: absolute;
    bottom: 30px;
    text-align: center;
    z-index: 10;
    margin: 0;
    left: 50%;
    font-size: 18px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}
.slider-main .navigation-slider__arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}
.slider-main .navigation-slider__arrow.navigation-slider__arrow--prev {
    left: 25px;
}
.slider-main .navigation-slider__arrow.navigation-slider__arrow--next {
    right: 25px;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}


/* ******************************* PAGE SEARCH ****************************** */

.page-search {
    width: 100%;
    max-width: 700px;
    margin-bottom: 20px;
    height: 40px;
    overflow: hidden;
    position: relative;
}
.page-search__input {
    width: 100%;
    padding: 0 50px 0 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #cbcbcb;
}
.page-search__input:focus {
    border-color: #005eb8;
}
.page-search__btn {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    right: 0;
    top: 0;
    z-index: 2;
}
.page-search__btn .i-search {
    background-color: #005eb8;
}
.page-search__btn .i-search:hover {
    background-color: #ff2517;
}
.page-search__btn .i-search__icon {
    background: url('../img/icons/i-search-white.svg') no-repeat center/cover;
}
.search-result {
    margin-top: 30px;
}
.search-item a:hover {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.search-item a:hover {
    color: #ff2517;
}
.feedback-success {
    color: #41bb22;
    font-weight: 600;
}


/* ****************************** INDEX SLIDER ****************************** */

.slider-main__link .mobile {
    display: none;
}

@media screen and (max-width: 420px) {
    .slider-main__link .pc {
        display: none;
    }
    .slider-main__link .mobile {
        display: block;
    }
}


/* ******************************** INSURANCE ******************************* */

.insurance {
    margin-top: 40px;
}
.insurance__item {
    padding: 30px;
    margin-bottom: 20px;
    border: 1px solid #f1f2f5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit--transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.insurance__item:last-child {
    margin-bottom: 0;
}
.insurance__item:hover {
    box-shadow: 0 2px 15px rgba(0,0,0,.05);
}
.insurance__item-left {
    width: 25%;
    text-align: center;
}
.insurance__item-right {
    width: 75%;
    padding-left: 5%;
    border-left: 1px solid #f1f2f5;
}
.insurance__item-logo {
    font-size: 40px;
    color: #ff2517;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}
.insurance__item-title {
    font-size: 15px;
    color: #969696;
}
.contacts__info-text a {
    color: #ff2517;
}


/* ********************************** JOBS ********************************** */

.jobs {
    margin: 30px 0;
}
.jobs__item {
    border: 1px solid #f1f2f5;
    margin-bottom: 20px;
}
.jobs__item:last-child {
    margin-bottom: 0;
}
.jobs__item-name {
    background-color: rgba(235, 235, 235, .3);
    font-size: 20px;
    font-weight: 600;
    padding: 15px 20px;
    border-bottom: 1px solid #f1f2f5;
    color: #005eb8;
}
.jobs__item-text {
    padding: 20px;
}
.jobs__item-tcaption {
    font-size: 18px;
    font-weight: 600;
    /*margin-bottom: 20px;*/
    color: #005eb8;
}
.jobs__item-tbody { margin-bottom: 20px; }
.jobs__item-tbody li { padding-left: 20px; position: relative; margin-bottom: 1px; }
.jobs__item-tbody ol,
.jobs__item-tbody ul { padding-top: 0; }
.jobs__item-tbody ol li::before,
.jobs__item-tbody ul li::before { content: ""; display: block; position: absolute; width: 8px; height: 8px; left: 0; top: 7px; border-radius: 50%; background-color: #f54337; }
.text-block .jobs__item-text li,
.text-block .jobs__item-text p {
    margin-bottom: 10px;
}


/* ********************************** MODAL ********************************* */

.is-locked {
    overflow: hidden;
}
.modal {
    position: fixed;
    display: block;
    width: 95%;
    max-width: 500px;
    top: 50%;
    left: 50%;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%) scale(0.85);
    -moz-transform: translate(-50%, -50%) scale(0.85);
    transform: translate(-50%, -50%) scale(0.85);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
}
.modal._width-650 {
    max-width: 650px;
}
.modal._width-850 {
    max-width: 850px;
}
.modal._show {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    visibility: visible;
}
.modal-close {
    cursor: pointer;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #f0f0f0;
    position: absolute;
    top: 15px;
    right: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}
.modal-close i {
    width: 12px;
}
.modal-close i::after,
.modal-close i::before {
    background: #b0b0b0;
}
.modal-body {
    padding: 0 30px;
}
.modal-caption {
    height: 60px;
    line-height: 65px;
    font-size: 18px;
    font-family: 'IBM Plex Sans';
    font-weight: 600;
    letter-spacing: .4px;
}
.modal-content {
    border-top: 1px solid #ECECEC;
    padding: 20px 0 30px;
}
.modal-overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(38, 38, 38, 0.8);
    z-index: 9900;
}
.modal .form__privacy {
    margin-top: 20px;
}

.footer-stores-mobile {
    display: none;
}

.footer-stores-mobile a {
    width: 190px;
    opacity: 65%;
}

@media screen and (max-width: 768px) {
    .modal-caption {
        height: 60px;
        line-height: 60px;
    }
    .modal-body {
        padding: 0 20px;
    }
    .modal-content {
        padding: 20px 0;
    }
    .modal-close,
    .modal-back {
        top: 19px;
        right: 20px;
    }
    .footer-stores-mobile {
        display: flex;
        gap: 6px;
    }
}


/* ********************************* GALLERY ******************************** */

.gallery__item {
    margin-bottom: 80px;
}
.gallery__item:last-child {
    margin-bottom: 0;
}
.gallery__item-name {
    font-size: 24px;
    font-weight: 600;
    line-height: 31px;
    margin: 10px 0 20px;
    color: #000;
}


/* ********************************* REVIEWS ******************************** */

._reviews .btn-arrow--down {
    height: 40px;
    padding-left: 20px;
    padding-right: 8px;
    border: 2px solid #f54337;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
}
.review-form {
    display: none;
    margin-top: 40px;
}
.review-form._show {
    display: block;
}
.reviews-list {
    margin-top: 70px;
}
.reviews-item {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #f1f2f5;
}
.reviews-item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}
.reviews-item__author {
    font-size: 20px;
    font-weight: 600;
    color: #005eb8;
}
.reviews-item__date {
    margin: 5px 0 10px;
    color: #919191;
    font-size: 13px;
}
._reviews .pagination {
    padding: 20px 0 40px 0;
}
.reviews-item.flex .reviews-ite__left {
    width: 150px;
}
.reviews-item.flex .reviews-ite__right {
    width: calc(100% - 150px);
    padding-left: 30px;
}
.reviews-replay {
    padding-left: 20px;
    border-left: 2px solid #c4c4c4;
    margin-top: 20px;
}
.reviews-replay__title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}
.reviews-replay__text {
    font-size: 14px;
}
._reviews .form {
    max-width: 500px;
}

.doctors__item:hover .doctors__content-bottom span{
    color: white;
}
.doctors__item .doctors__content-bottom .i-edit{
    background: url("../img/sprite/sprite.png") -50px -48px;
}
.map__info-geo div{
    margin-left: 18px;
    color: #5e5e5e;
    font-size: 14px;
    line-height: 22px  
}


.what-icons { display: -webkit-flex; display: flex; justify-content: center; align-items: flex-start; flex-flow: row wrap; padding-top: 20px; }
.what-icons-item { max-width: 200px; min-width: 150px; text-align: center; padding: 0 15px; margin-bottom: 20px; }
.what-icons-item img { display: inline-block; width: auto; height: auto; max-width: 90%; }
.what-icons-item__title { display: block; padding-top: 15px; font-size: 15px; font-weight: 500; letter-spacing: .5px; }



@media (max-width: 1023px) {    
    .sale .sale__list .sale__item-wrapper { width: 33.33%; overflow: hidden; }
}
@media (max-width: 699px) {
    .sale .sale__list .sale__item-wrapper { width: 50%; }
    .sale .sale__list .sale__item-wrapper .sale__title { padding-left: 10px; padding-right: 10px; }
}
@media (max-width: 499px) {
    .sale .sale__list .sale__item-wrapper { width: 100%; }
}

.slider-main {  }
.slider-main .slider-main__link { justify-content: center; }



body .header-middle__col--buttons { justify-content: center; }
body .header-middle__col--buttons > a { /*margin-bottom: 10px;*/ }
body .header-middle__col--buttons > a:last-child { margin-right: 8px; margin-bottom: 0; }
.modal .modal-content .form__field .filter-select { max-width: 100%; }
@media screen and (max-width: 1330px) {
	body .header-middle__col--buttons  { width: 100%; }
	body .header-middle__col--buttons > a:last-child { margin-bottom: 10px; margin-right: 0; }
}
@media screen and (max-width: 499px) {
	body .modal .modal-caption { line-height: 1.2; padding-top: 12px; padding-right: 34px; font-size: 16px; }
}



.m-header-middle__btns { display: none; padding-top: 18px; }
.m-header-middle__btns .m-menu__top-buttons {  }
.m-header-middle__btns .m-menu__top-buttons a { padding: 0; }
@media (max-width: 950px) {
    .m-header-middle__btns { display: flex; justify-content: center; }
    .m-header-middle__btns .m-menu__top-buttons {  }
    .m-header-middle__btns .m-menu__top-buttons a {  }
    .m-header .m-menu { top: calc(100% - 45px); }
}



.block_table_result_issled {margin-top:24px;}
.block_table_result_issled th{font-weight: bold;}
.block_table_result_issled th, .block_table_result_issled td{
    font-family: Arial;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    color: #3E4043;
    border: 1px solid #000000;
}
.block_table_result_issled td {
    padding:2px 20px;
}
.block_table_result_issled table{
    border-collapse: collapse;
    width:100%;
}
.block_table_result_issled tr:nth-child(even) td{
    background:#FFF3F3;
} .block_table_result_issled th {text-align:left}
.block_flex .selectric .label {font-weight:bold;}
.pad {
    padding: 12px 20px;
}
.block_flex .selectric {
    border: 0;
}
.block_flex {
    position:relative;
    width:calc(100% - 49px);
}
.pad .block_flex {
    width:calc(100% - 30px);
}

.sort {
    background:url(../img/sort_default.svg) no-repeat center;
    position:absolute;
    top:0;
    right:-49px;
    min-width: 48px;
    width: 48px;
    min-height: 48px;
    height:100%;
    display: block;
    border-left: 1px solid #000;
}
.sort i{
    background:url(../img/sort_default.svg) no-repeat center;
    width: 100%;
    height:100%;
    display: block;
}
.sort.asc i{
    background:url(../img/sort_asc.svg) no-repeat center;
}
.sort.desc i{
    transform:rotate(180deg);
    background:url(../img/sort_asc.svg) no-repeat center;
}

.sort.disabled i {
    
    background:url(../img/sort_disabled.svg) no-repeat center;
}
.pad .sort {
    top:-12px;
}
    .block_flex .w100 {
        width: 100%;
    }
@media (max-width:1199px){
    .block_table_result_issled table {
        width: 959.2px;
    }

    .block_table_result_issled {
        overflow: auto;
    }
}



.price.price_wt .price__header h2.jcc { margin-bottom: 24px; }
.price.price_wt > .container { position: relative; z-index: 1; }
.price.price_wt { position:relative; background:url(../img/serv/back.png) no-repeat center/cover; }
.price.price_wt::after { position:absolute; bottom:0; content:""; display:block; width:100%; height:150px; background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,94,184,0)),to(#115495));
    background-image:linear-gradient(180deg,rgba(0,94,184,0) 0,#115495 100%); }


.services__top-row.flex-wrap.aic .map__info {
    background:unset;
    padding-left: 0;
}
.services__top-row.flex-wrap.aic .map__info-item span {color: #fff;}



.cookie_block { position: fixed; width: 100%; background: rgb(220, 220, 220); font-size: 14px; color: rgb(0, 0, 0); z-index: 2147483647; border: 0px solid rgb(255, 255, 255); left: 0; bottom: 0px; }
.cookie_block_ttl { font-size: 18px; text-align: left; margin: 12px 8px; color: rgb(85, 85, 85); }
.cookie_block_txt { margin: 8px 200px 8px 8px; color: rgb(85, 85, 85); text-align: left; width: calc(100% - 150px); line-height: 1.6; }
.cookie_block .js-cookie-accept { position: absolute; right: 18px; top: 40%; display: inline-block; border: 1px solid rgb(0, 0, 0); background: rgb(255, 255, 255); color: rgb(85, 85, 85); padding: 8px 22px; 
    cursor: pointer; }
@media (max-width: 1023px) {
    .cookie_block_txt { margin: 15px 100px 15px 15px !important; }
}
@media (max-width: 767px){
    .cookie_block { width: 100% !important; left: 0 !important; right: 0 !important; margin: 0 auto !important; padding-bottom: 8px; }
    .cookie_block_txt { margin: 8px!important; width: calc(100% - 16px); font-size: 10px; }
    .cookie_block .js-cookie-accept { position: static; margin: 0 auto; display: block; }
}

.form__privacy_popup { display: none; position: absolute; width: 100%; height: 100%; top: 0; left: 0; padding: 56px 30px 30px; background: #fff; }
.form__privacy_popup.show { display: block; }
.form__privacy_popup_cls {  }
.form__privacy_popup_body { max-height: 100%; overflow: auto; font-size: 15px; }
.form__privacy_popup_body p { margin-bottom: 12px; }

.popup.popup-agreement { display: none; padding: 56px 30px 30px; max-height: 560px; max-width: 500px; box-shadow: 0 0 15px 1px #bbb; }
.popup.popup-agreement .popup-agreement_body { max-height: 475px; overflow: auto; font-size: 15px; }
.popup.popup-agreement .popup-agreement_body p { margin-bottom: 12px; }
.popup.popup-agreement.show { display: block; }
@media (max-width: 767px){
    .popup.popup-agreement { max-width: calc(100% - 30px); }
}

.link-invalid {
    margin: 5px 0 0 0;
    color: #070707;
    font-size: 14px;
    display: flex;
}
.img-invalid{
    margin:5px 0 0 5px;
}
.text-invalid{
    margin-left: 7px;
    margin-top: 12px;
    text-align: center
}
.link-invalid:hover {
    color: #005eb8;
}

.price__item-sublist-right span._old + span { margin-left: 10px; }

.footer-en{
    display:flex;
    justify-content:space-between;}
