.breadcrumbs {
    padding: 20px 0 22px
}

.breadcrumbs a,
.breadcrumbs span {
    border-bottom: 0
}

.breadcrumbs a {
    text-decoration: underline
}

.breadcrumbs a:hover {
    text-decoration: none
}

.main_banner.main_banner-spec {
    min-height: 610px
}

.main_banner.main_banner-spec h1.title {
    font-size: 40px;
    line-height: 50px
}

.main_banner.main_banner-spec .info {
    max-width: 705px
}

.main_banner.main_banner-spec .info ul li {
    font-weight: 400
}

.main_banner.main_banner-spec .info .desc {
    max-width: 645px
}

.main_banner.main_banner-spec .info .link {
    margin-top: 40px
}

.main_banner.main_banner-spec .info .link a {
    display: inline-block;
    width: auto;
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px
}

.main_banner.main_banner-spec::after {
    background: -webkit-gradient(linear, left top, right top, color-stop(14%, #FFF), color-stop(42%, rgba(255, 255, 255, 0.84)), color-stop(64%, rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, #FFF 14%, rgba(255, 255, 255, 0.84) 42%, rgba(255, 255, 255, 0) 64%)
}

.section_abot::before,
.section_abot::after {
    content: '';
    display: table;
    clear: both;
}

.section_abot.section_abot-spec .image img {
    display: block;
    width: 100%;
    border-radius: 15px;
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1)
}

.section_abot.section_abot-spec .text_block ul li {
    padding-left: 22px
}

.section_abot.section_abot-spec .text_block ul li b {
    font-weight: 900;
    color: #4299E5
}

.section_abot.section_abot-spec .text_block ul li::before {
    top: 11px;
    background: #CF3727
}

.section_abot.section_abot-spec .we_chosen {
    margin-top: 40px;
    padding-bottom: 40px
}

.we_chosen-join {
    margin-top: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #071318
}

.cust-list {
    list-style-type: none
}

.cust-list li {
    padding-left: 40px;
    position: relative;
    font-size: 18px;
    line-height: 145%;
    margin-bottom: 10px
}

.cust-list li:last-child {
    margin-bottom: 0
}

.cust-list li::before {
    content: '';
    position: absolute;
    left: 9px;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #CF3727
}

.cust-list li a {
    color: #4299E5;
    text-decoration: underline
}

.cust-list li a:hover {
    text-decoration: none
}

.directions {
    padding: 80px 0
}

.directions .main_title {
    margin: 0 auto;
    line-height: 1.3
}

.directions__list {
    margin-top: 60px;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    column-gap: 40px
}

.directions__list li {
    margin-bottom: 25px;
    -webkit-column-break-inside: avoid;
    break-inside: avoid-column
}

.directions__row {
    margin-top: 64px;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    column-gap: 40px
}

.directions__col {
    margin-bottom: 25px;
    -webkit-column-break-inside: avoid;
    break-inside: avoid-column
}

.directions__col:last-child {
    margin-bottom: 0
}

.directions__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #4299E5;
    text-decoration: underline
}

.directions__item:hover {
    text-decoration: none
}

.directions__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 15px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #F2F6FA;
    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
}

.directions__sub {
    font-size: 18px;
    line-height: 26px
}

.dir-btn {
    background: -webkit-gradient(linear, left top, left bottom, from(#50B9F4), to(#0A9AEB));
    background: linear-gradient(180deg, #50B9F4 0%, #0A9AEB 100%);
    -webkit-box-shadow: 0 4px 8px rgba(10, 154, 235, 0.3);
    box-shadow: 0 4px 8px rgba(10, 154, 235, 0.3);
    border-radius: 20px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: -.03em;
    color: #fff;
    padding: 0 16px;
    -webkit-transition: .2s linear;
    transition: .2s linear
}

.dir-btn:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.dir-btn-large {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    -webkit-box-shadow: 0 4px 14px rgba(66, 155, 229, 0.25);
    box-shadow: 0 4px 14px rgba(66, 155, 229, 0.25);
    border-radius: 30px;
    padding: 15px 42px
}

.direction-banner {
    position: relative;
    padding: 80px 0;
    background-color: #F2F6FA;
    overflow: hidden
}

.direction-banner__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0;
    object-position: 50% 0
}

.direction-banner .cont {
    position: relative;
    z-index: 1
}

.direction-banner__content {
    max-width: 660px
}

.direction-banner__content .main_title {
    text-align: left;
    margin-bottom: 30px
}

.direction-banner__content p {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 145%;
    font-weight: 400;
    color: #071318
}

.direction-banner__content p:last-child {
    margin-bottom: 0
}

.direction-banner__btn {
    margin-top: 30px
}

.direction-banner--left::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(-10%, #FFF), color-stop(70%, rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, #FFF -10%, rgba(255, 255, 255, 0) 70%)
}

.direction-banner--right .direction-banner__content {
    margin-left: auto
}

.direction-banner--right::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.92)), color-stop(55%, rgba(255, 255, 255, 0.77)), color-stop(80%, rgba(255, 255, 255, 0)));
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.77) 55%, rgba(255, 255, 255, 0) 80%)
}

.d-red-btn {
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    padding: 15px 25px;
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#EF5545), to(#CF3727));
    background: linear-gradient(180deg, #EF5545 0%, #CF3727 100%);
    -webkit-box-shadow: 0 15px 20px rgba(207, 55, 39, 0.5);
    box-shadow: 0 15px 20px rgba(207, 55, 39, 0.5);
    border-radius: 30px;
    -webkit-transition: .2s linear;
    transition: .2s linear
}

.d-red-btn:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.facts {
    background: #F2F6FA;
    padding: 80px 0
}

.facts__content {
    text-align: center;
    max-width: 1130px;
    margin: 0 auto
}

.facts__title,
.facts__desc,
.facts__sub {
    font-size: 25px;
    line-height: 160%;
    letter-spacing: -.03em;
    color: #071318
}

.facts__title {
    font-weight: 700;
    padding-top: 40px;
    position: relative
}

.facts__title::before {
    content: '';
    position: absolute;
    top: 0;
    left: calc(50% - 60px);
    width: 120px;
    height: 4px;
    background: #4299E5
}

.facts__desc {
    margin: 15px 0;
    font-weight: 300
}

.facts__sub {
    font-weight: 700
}

.facts__btn {
    margin-top: 45px
}

body .cont a.spec-btn {
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EAF5FF));
    background: linear-gradient(180deg, #FFF 0%, #EAF5FF 100%);
    border: 1px solid #4299E5;
    -webkit-box-shadow: 0 4px 8px rgba(10, 154, 235, 0.3);
    box-shadow: 0 4px 8px rgba(10, 154, 235, 0.3);
    border-radius: 50px;
    font-size: 18px;
    line-height: 45px;
    text-align: center;
    letter-spacing: -.03em;
    text-decoration: none;
    -webkit-transition: .2s linear;
    transition: .2s linear;
    color: #4299E5;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
    height: auto;
    font-weight: 400
}

body .cont a.spec-btn img,
body .cont a.spec-btn svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 10px;
    display: block
}

body .cont a.spec-btn svg path {
    -webkit-transition: stroke .2s linear;
    transition: stroke .2s linear
}

body .cont a.spec-btn:hover svg path {
    stroke: #fff
}

body .cont a.spec-btn:hover {
    color: #fff;
    background: #4299E5
}

.our_doctors.our_doctors-sepc .show_all {
    margin-top: 40px
}

.our_doctors.our_doctors-sepc .join_us .slider {
    margin-top: 80px
}

.equipment {
    padding: 80px 0 40px;
    background: #F2F6FA;
    overflow: hidden
}

.equipment__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 60px -20px -40px
}

.equipment__row.active .equipment__col:nth-child(1n + 5) {
    display: block
}

.equipment__col {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px
}

.equipment__col:nth-child(1n + 5) {
    display: none
}

.equipment__item {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100%
}

.equipment__img {
    width: 180px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 30px
}

.equipment__img img {
    border-radius: 5px;
    display: block;
    max-width: 100%
}

.equipment__img .equipment__sub {
    display: none
}

.equipment__sub {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -.03em;
    color: #071318
}

.equipment__desc {
    margin-top: 15px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -.03em;
    color: #8E959D
}

.equipment__btn {
    margin-top: 15px
}

.equipment__all-btn {
    margin-top: 40px;
    text-align: center
}

.section_info.dir-price {
    padding: 40px 0;
    margin: 0
}

.section_info.dir-price .box_cost {
    margin: 0
}

.section_info.dir-price .box_cost .item_cost .service a {
    color: #4299E5;
    text-decoration: underline
}

.section_info.dir-price .box_cost .item_cost .service a:hover {
    text-decoration: none
}

.dir-price__all-btn {
    text-align: center;
    margin: 40px 0
}

.dir-price .items .item_cost:nth-child(1n + 11) {
    display: none
}

.dir-price .items.active .item_cost:nth-child(1n + 11) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.dir-price__links {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px
}

.dir-price__links a,
.dir-price__links span {
    display: block;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    letter-spacing: -.01em;
    padding: 10px;
    margin-right: 15px
}

.dir-price__links span {
    background-color: #EAEFF4;
    border-radius: 5px;
    color: #071318
}

.dir-price__links a {
    color: #4299E5;
    text-decoration: underline
}

.dir-price__links a:hover {
    text-decoration: none
}

.diseases-list {
    list-style-type: none;
    margin: 0;
    padding: 0 0 20px;
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 40px;
    column-gap: 40px
}

.diseases-list li {
    margin-bottom: 10px;
    padding-left: 50px;
    position: relative;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    -webkit-column-break-inside: avoid;
    break-inside: avoid-column
}

.diseases-list li a {
    text-decoration: underline;
    display: inline-block;
    color: #071318;
    -webkit-transition: color .2s;
    transition: color .2s
}

.diseases-list li a:hover {
    color: #4299E5
}

.diseases-list li:last-child {
    margin-bottom: 0
}

.diseases-list li::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    width: 28px;
    height: 1px;
    background: #8E959D
}
/*TT32475 start*/
.diseases-list li::before {
    content: attr(data-first-letter);
    display: block;
    top: 3px;
    left: 0;
    font-size: 20px;
    line-height: normal;
    font-weight: 700;
    background: transparent;
    width: auto;
    height: auto;
}
.diseases-list li {
    padding-left: 30px;
}
@media (max-width: 374px) {
    .diseases-list li::before {
        top: 2px;
    }
}
/*TT32475 end*/
.text_block p,
.text_block ul,
.text_block ol {
    margin-bottom: 15px
}

.section_faq.section_faq-spec .accordion {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto
}

#administration_form {
    min-height: 50.39px;
}
select[name="administration_pf[CLINICS]"],
select#clinicSelect {
    max-width: 90%;
}

@media (min-width: 768px) {
    .section_faq.section_faq-spec .accordion .item .open_btn .icon {
        top: calc(50% - 16px)
    }
}

.actual_programs.actual_programs-spec {
    padding-top: 0;
    padding-bottom: 80px
}

.dir-map {
    position: relative;
    padding: 15px 0;
    z-index: 1
}

.dir-map__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1
}

.dir-map__btn {
    text-align: center
}

.dir-consultation {
    padding: 80px 0;
    background: #F2F6FA
}

.dir-consultation__form {
    margin-top: 40px;
    max-width: 660px;
    margin-left: auto;
    margin-right: auto
}

.dir-consultation__item {
    margin-bottom: 10px;
    display: block;
    position: relative
}

.dir-consultation__item:last-child {
    margin-bottom: 0
}

.dir-consultation__input {
    display: block;
    width: 100%;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    padding: 16px 20px;
    outline: none;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -.03em;
    color: #071318
}

.dir-consultation__input:focus+.dir-consultation__placeholder,
.dir-consultation__input.not-empty+.dir-consultation__placeholder {
    display: none
}

.dir-consultation__input.error {
    border-color: #CF3727
}

.dir-consultation__input.error~.dir-consultation__error {
    display: block
}

.dir-consultation__placeholder {
    position: absolute;
    left: 0;
    top: 0;
    padding: 17px 21px;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -.03em;
    color: #8E959D;
    border-radius: 15px;
    cursor: text
}

.dir-consultation__placeholder span {
    color: #CF3727
}

.dir-consultation__error {
    display: none;
    font-size: 14px;
    letter-spacing: -.01em;
    line-height: 130%;
    margin-top: 10px;
    color: #CF3727
}

.dir-consultation__btn {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    padding: 16px 20px;
    border: 1px solid #4299E5;
    background-color: #4299E5;
    border-radius: 15px;
    line-height: 145%;
    letter-spacing: -.03em;
    color: #fff;
    font-size: 18px;
    font-weight: 700
}

.dir-consultation__desc {
    margin-top: 10px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    letter-spacing: -.01em;
    color: #8E959D
}

.dir-consultation__desc a {
    color: #4299E5;
    text-decoration: underline
}

.dir-consultation__desc a:hover {
    text-decoration: none
}

.dir-consultation.dir-consultation--q-a {
    background: #EAEFF4
}

.dir-form-select {
    position: relative
}

.dir-form-select .jq-selectbox__select-text {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    padding: 16px 20px;
    padding-right: 50px;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -.03em;
    color: #fff;
    font-weight: 400;
    -webkit-box-shadow: none;
    box-shadow: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.dir-form-select .jq-selectbox__select-text::after {
    width: 12px;
    height: 6px;
    right: 20px;
    background: url(../new-img/btn-arrow.svg) center center no-repeat;
    background-size: contain
}

.dir-form-select .jq-selectbox__dropdown {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    padding: 10px 0;
    bottom: auto !important;
    top: 100% !important;
    width: 100% !important;
    max-width: 100%
}

.dir-form-select .jq-selectbox__dropdown li {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -.03em;
    color: #071318;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: color .2s;
    transition: color .2s
}

.dir-form-select .jq-selectbox__dropdown li:first-child {
    display: none
}

.dir-form-select .jq-selectbox__dropdown li.selected,
.dir-form-select .jq-selectbox__dropdown li:hover {
    color: #4299E5
}

.dir-form-select__placeholder {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 100%;
    padding: 17px 21px;
    padding-right: 50px;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -.03em;
    color: #071318;
    font-weight: 400;
    z-index: 10;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.dir-form-select__placeholder span {
    color: #CF3727
}

.dir-form-select.changed+.dir-form-select__placeholder {
    display: none
}

.dir-form-select.changed .jq-selectbox__select-text {
    color: #071318
}

.dir-form-select.opened {
    z-index: 19 !important
}

.dir-form-select.opened+.dir-form-select__placeholder {
    z-index: 20 !important
}

.section-post {
    background-color: #F2F6FA;
    position: relative;
    z-index: 9;
    padding-bottom: 80px;
    padding-top: 10px
}

.section-post .breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.section-post__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px
}

.section-post__title h1 {
    font-weight: 500;
    font-size: 55px;
    line-height: 60px;
    letter-spacing: -.03em;
    color: #4299E5;
    #text-transform: lowercase
}

.section-post__title h1::first-letter {
    text-transform: uppercase
}

.section-post__btn {
    padding-top: 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 40px
}

.directions-list {
    margin: 0 -20px -60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.directions-list ul {
    margin: 0;
    padding: 0
}

.directions-list ul li {
    margin: 0 0 20px;
    padding: 0;
    font-size: 16px;
    line-height: 150%;
    -webkit-column-break-inside: avoid;
    break-inside: avoid-column
}

.directions-list ul li::before,
.directions-list ul li::after {
    display: none
}

.directions-list ul li:last-child {
    margin-bottom: 0
}

.directions-list ul li a {
    color: #4299E5;
    text-decoration: underline;
    display: inline-block
}

.directions-list ul li a:hover {
    text-decoration: none
}

.directions-list__col {
    padding-left: 20px;
    padding-right: 20px;
    width: calc(100% / 12 * 3);
    margin-bottom: 60px
}

.directions-list__left {
    width: calc(100% / 12 * 6)
}

.directions-list__left ul {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    column-gap: 40px
}

.directions-list__popular {
    position: relative
}

.directions-list__popular::before {
    content: '';
    position: absolute;
    left: -5px;
    top: 0;
    width: 1px;
    background: #D9DFE4;
    height: 100%
}

.directions-list__sub {
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: -.03em;
    color: #071318
}

.directions-list__sub:last-child {
    margin-bottom: 0
}

.q-a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.q-a__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.q-a__aside {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 310px;
    margin-left: 40px
}

.q-a__aside-links span,
.q-a__aside-links a {
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -.03em;
    padding: 10px 20px
}

.q-a__aside-links span:last-child,
.q-a__aside-links a:last-child {
    margin-bottom: 0
}

.q-a__aside-links a {
    color: #4299E5;
    text-decoration: underline
}

.q-a__aside-links a:hover {
    text-decoration: none
}

.q-a__aside-links span {
    background-color: #E5EBF0;
    border-radius: 5px;
    color: #071318
}

.q-a__select-wrap {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 345px
}

.q-a__select .jq-selectbox__select-text {
    border: 0;
    background: #E5EBF0;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #071318;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -.03em;
    padding: 10px 20px;
    padding-right: 40px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.q-a__select .jq-selectbox__select-text::after {
    width: 12px;
    height: 6px;
    right: 20px;
    background: url(../new-img/btn-arrow.svg) center center no-repeat;
    background-size: contain
}

.q-a__select .jq-selectbox__dropdown {
    width: 100% !important;
    max-width: 100%;
    bottom: auto !important;
    top: 100% !important;
    border-radius: 5px;
    border: 0;
    background: #E5EBF0;
    margin-top: 1px
}

.q-a__select .jq-selectbox__dropdown ul {
    padding: 10px 0
}

.q-a__select .jq-selectbox__dropdown ul li {
    color: #071318;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -.03em;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: color .2s;
    transition: color .2s
}

.q-a__select .jq-selectbox__dropdown ul li.selected,
.q-a__select .jq-selectbox__dropdown ul li:hover {
    color: #4299E5
}

.q-a__col {
    margin-bottom: 10px
}

.q-a__col:last-child {
    margin-bottom: 0
}

.q-a__more-btn {
    text-align: center;
    margin-top: 35px
}

.q-a__more-btn .spec-btn.active {
    display: none
}

.q-a__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
    margin-right: -5px
}

.q-a__tags a,
.q-a__tags span {
    display: block;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -.01em;
    color: #8E959D;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 9px
}

.q-a__tags span {
    background: #4299E5;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #fff
}

.q-a-item {
    background: #fff;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    padding: 40px
}

.q-a-item__top p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -.03em;
    color: #071318;
    margin-bottom: 15px
}

.q-a-item__top p:last-child {
    margin-bottom: 0
}

.q-a-item__answer {
    margin-bottom: 15px
}

.q-a-item__answer p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -.03em;
    color: #071318;
    margin-bottom: 15px
}

.q-a-item__answer p:last-child {
    margin-bottom: 0
}

.q-a-item__author {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.q-a-item__author:last-child {
    margin-bottom: 0
}

.q-a-item__author-icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #4299E5;
    margin-right: 15px;
    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;
    text-align: center;
    color: #fff;
    line-height: 100%;
    font-weight: 900;
    font-size: 14px;
    padding-top: 2px
}

.q-a-item__author-name {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -.03em;
    color: #8E959D
}

.q-a-item__bottom {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #DEE3E8
}

.q-a-item__bottom .q-a-item__sub {
    margin-bottom: 10px
}

.q-a-item__doctor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.q-a-item__doctor-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px
}

.q-a-item__doctor-img img {
    display: block;
    width: 100%
}

.q-a-item__doctor-date {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -.03em;
    color: #8E959D;
    margin-bottom: 10px
}

.q-a-item__doctor-name {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: -.03em;
    color: #4299E5
}

.q-a-item__doctor-desc {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -.03em;
    color: #071318;
    margin-top: 10px
}

.q-a-item__btn {
    margin-top: 20px;
    text-align: right
}

.q-a-item__sub {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -.03em;
    color: #071318;
    margin-bottom: 14px
}

.q-a-item.q-a-item--single {
    -webkit-box-shadow: none;
    box-shadow: none
}

.q-a-item.q-a-item--single .q-a-item__bottom {
    margin-top: 40px;
    padding-top: 30px
}

.doctor-card {
    padding-top: 80px
}

.doctor-card__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden
}

.doctor-card__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 310px;
    position: relative
}

.doctor-card__img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}

.doctor-card__info {
    padding: 40px
}

.doctor-card__name {
    font-weight: 500;
    font-size: 30px;
    line-height: 45px;
    letter-spacing: -.03em;
    color: #4299E5;
    margin-bottom: 10px
}

.doctor-card__text p {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -.03em;
    color: #071318
}

.doctor-card__text p:last-child {
    margin-bottom: 0
}

.doctor-card__text p a {
    color: #4299E5;
    text-decoration: underline
}

.doctor-card__text p a:hover {
    text-decoration: none
}

.doctor-card__time {
    margin-top: 35px
}

.doctor-card__time-sub {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -.03em;
    color: #8E959D
}

.doctor-card__time-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -55px
}

.doctor-card__time-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -.03em;
    color: #071318;
    white-space: nowrap;
    margin-right: 55px
}

.doctor-card__time-item b {
    font-weight: 700;
    margin-left: 20px
}

.doctor-card__btn {
    margin-top: 45px
}

.section_reviews.q-a-reviews {
    background: none;
    padding: 80px 0 0
}

.section_reviews.q-a-reviews .item_review {
    margin-bottom: 10px
}

.section_reviews.q-a-reviews .item_review:last-child {
    margin-bottom: 0
}

.q-a-reviews__list {
    margin-top: 40px
}

.q-a-reviews__list .item_review:nth-child(1n + 4) {
    display: none
}

.q-a-reviews__list.active .item_review:nth-child(1n + 4) {
    display: block
}

.q-a-list-section {
    padding-top: 80px
}

.q-a-list-section .main_title {
    margin-bottom: 40px
}

.q-a__list--other .q-a__col:nth-child(1n + 4) {
    display: none
}

.q-a__list--other.active .q-a__col:nth-child(1n + 4) {
    display: block
}

.section_reviews .grid {
    display: none;
}

.section_reviews .swiper-container-horizontal {
    display: block;
    animation: fade .3s ease-in-out;
    animation-fill-mode: forwards;
}


@keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media (min-width: 1025px) {
    .dir-consultation__btn {
        -webkit-transition: .2s;
        transition: .2s
    }

    .dir-consultation__btn:hover {
        background-color: transparent;
        color: #4299E5
    }

    .q-a__mob {
        display: none
    }

    .q-a__tags a {
        -webkit-transition: border-color .2s;
        transition: border-color .2s
    }

    .q-a__tags a:hover {
        border-color: #4299E5
    }
}

@media (max-width: 1024px) {
    .main_banner.main_banner-spec {
        min-height: 0;
        padding-bottom: 40px
    }

    .main_banner.main_banner-spec .info ul li {
        padding-left: 23px
    }

    .main_banner.main_banner-spec .info ul li::after {
        left: 0
    }

    .main_banner.main_banner-spec::after {
        background: -webkit-gradient(linear, left top, right top, color-stop(14%, #FFF), color-stop(43%, rgba(255, 255, 255, 0.84)), color-stop(64%, rgba(255, 255, 255, 0.24)));
        background: linear-gradient(90deg, #FFF 14%, rgba(255, 255, 255, 0.84) 43%, rgba(255, 255, 255, 0.24) 64%)
    }

    .section_abot.section_abot-spec .text_block {
        margin-top: 0;
        margin-bottom: 30px
    }

    .section_abot.section_abot-spec .we_chosen {
        padding-bottom: 20px
    }

    .directions {
        padding: 40px 0 55px
    }

    .directions__list {
        margin-top: 20px
    }

    .direction-banner {
        padding: 40px 0
    }

    .direction-banner__content .main_title {
        margin-bottom: 20px
    }

    .direction-banner__content p {
        margin-bottom: 20px
    }

    .direction-banner--left::after {
        background: -webkit-gradient(linear, left top, right top, color-stop(-10%, #FFF), color-stop(70%, rgba(255, 255, 255, 0.54)));
        background: linear-gradient(90deg, #FFF -10%, rgba(255, 255, 255, 0.54) 70%)
    }

    .direction-banner--right::after {
        background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.92)), color-stop(55%, rgba(255, 255, 255, 0.77)), color-stop(80%, rgba(255, 255, 255, 0.87)));
        background: linear-gradient(270deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.77) 55%, rgba(255, 255, 255, 0.87) 80%)
    }

    .facts {
        padding: 40px 0 60px
    }

    .facts__title,
    .facts__desc,
    .facts__sub {
        font-size: 18px;
        line-height: 145%
    }

    .facts__title {
        padding-top: 24px
    }

    .facts__desc {
        margin: 20px 0
    }

    .facts__btn {
        margin-top: 20px
    }

    .our_doctors.our_doctors-sepc .show_all {
        margin-top: 20px
    }

    .our_doctors.our_doctors-sepc .join_us .slider {
        margin-top: 40px
    }

    .equipment__row {
        margin: 30px -10px -20px
    }

    .equipment__col {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px
    }

    .equipment__item {
        display: block;
        padding: 15px
    }

    .equipment__sub {
        font-size: 18px;
        line-height: 26px
    }

    .equipment__content {
        margin-top: 20px
    }

    .equipment__content .equipment__sub {
        display: none
    }

    .equipment__img {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .equipment__img img {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 120px
    }

    .equipment__img .equipment__sub {
        display: block;
        margin-left: 10px
    }

    .equipment {
        padding: 60px 0 25px
    }

    .equipment__all-btn {
        margin-top: 20px
    }

    .section_info.dir-price {
        padding: 25px 0
    }

    .section_faq.section_faq-spec .accordion .item .open_btn:hover {
        color: #071318
    }

    .actual_programs.actual_programs-spec {
        padding-bottom: 40px
    }

    .dir-consultation__form {
        max-width: 100%;
        margin-top: 30px
    }

    .dir-consultation {
        padding: 60px 0
    }

    .directions__row {
        margin-top: 30px;
        -webkit-column-gap: 20px;
        column-gap: 20px
    }

    .breadcrumbs {
        padding: 30px 0 20px
    }

    .section-post {
        padding-bottom: 60px
    }

    .section-post__title {
        margin-bottom: 30px
    }

    .directions-list__col {
        width: 50%
    }

    .directions-list__left {
        width: 100%
    }

    .directions-list__popular::before {
        display: none
    }

    .dir-btn-large {
        font-size: 16px;
        line-height: 28px;
        padding: 10px 40px
    }

    .section-post__btn,
    .q-a__aside-links {
        display: none
    }

    .q-a {
        padding-top: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .q-a__mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .q-a__aside {
        width: 100%;
        margin: 0 0 40px
    }

    .q-a-item {
        padding: 30px
    }

    .q-a__more-btn {
        margin-top: 20px
    }

    .q-a-item.q-a-item--single .q-a-item__bottom {
        margin-top: 30px
    }

    .doctor-card {
        padding-top: 20px
    }

    .doctor-card__info {
        padding: 20px 30px 35px
    }

    .doctor-card__img {
        width: 258px
    }

    .doctor-card__text p {
        margin-bottom: 20px
    }

    .doctor-card__time {
        margin-top: 20px
    }

    .doctor-card__btn {
        margin-top: 20px
    }

    .doctor-card__time-row {
        margin-right: -20px
    }

    .doctor-card__time-item {
        margin-right: 20px
    }

    .doctor-card__time-item b {
        margin-left: 10px
    }

    .section_reviews.q-a-reviews {
        padding: 60px 0 0
    }

    .q-a-reviews__list {
        margin-top: 30px
    }

    .q-a-list-section {
        padding-top: 60px
    }

    .q-a-list-section .main_title {
        margin-bottom: 30px
    }

    .dir-price__all-btn {
        margin: 20px 0
    }

    .dir-price__links {
        margin-top: 30px
    }

    .dir-price .section_info.dir-price .box_cost .items {
        margin-top: 20px
    }
}

@media (max-width: 767px) {
    .main_banner.main_banner-spec {
        padding-top: 0;
        padding-bottom: 20px
    }

    .main_banner.main_banner-spec .breadcrumbs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .main_banner.main_banner-spec::after {
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0.63)));
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.63) 100%)
    }

    .direction-banner::after {
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0.63)));
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.63) 100%)
    }

    .main_banner.main_banner-spec h1.title,
    .section-post__title h1 {
        font-size: 36px;
        line-height: 42px
    }

    .main_banner.main_banner-spec .info .link {
        margin-top: 20px
    }

    .directions__list {
        -webkit-column-gap: 0;
        column-gap: 0;
        -webkit-column-count: 1;
        column-count: 1
    }

    .directions__list li {
        margin-bottom: 15px
    }

    .direction-banner {
        padding: 30px 0
    }

    .direction-banner__content .main_title {
        text-align: center
    }

    .direction-banner__btn {
        margin-top: 20px
    }

    .facts {
        padding: 40px 0
    }

    .equipment__row {
        margin: 20px -10px -10px
    }

    .equipment__col {
        margin-bottom: 10px;
        width: 100%
    }

    .equipment__content {
        margin-top: 15px
    }

    .equipment {
        padding: 40px 0 20px
    }

    .section_info.dir-price {
        padding: 20px 0
    }

    .diseases-list {
        -webkit-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        column-gap: 0
    }

    .section_faq.section_faq-spec {
        padding-top: 40px
    }

    .section_faq.section_faq-spec .accordion .item .open_btn .icon {
        top: 10px
    }

    .dir-consultation__input,
    .dir-consultation__placeholder,
    .dir-form-select .jq-selectbox__select-text,
    .dir-form-select__placeholder {
        font-size: 16px;
        line-height: 24px;
        padding: 9px 15px;
        border-radius: 10px
    }

    .dir-consultation__placeholder,
    .dir-form-select__placeholder {
        padding: 10px 16px
    }

    .dir-consultation__btn {
        font-size: 16px;
        line-height: 24px;
        padding: 9px 15px;
        border-radius: 15px
    }

    .dir-consultation__form {
        margin-top: 20px
    }

    .dir-consultation {
        padding: 40px 0
    }

    .dir-form-select .jq-selectbox__dropdown {
        border-radius: 10px
    }

    .dir-form-select .jq-selectbox__dropdown li {
        font-size: 16px;
        line-height: 24px;
        padding-left: 15px;
        padding-right: 15px
    }

    .directions .main_title {
        line-height: normal
    }

    .directions__row {
        -webkit-column-gap: 0;
        column-gap: 0;
        -webkit-column-count: 1;
        column-count: 1
    }

    .directions__col {
        margin-bottom: 15px
    }

    .directions__sub {
        font-size: 16px;
        line-height: 24px
    }

    .breadcrumbs {
        padding: 20px 0 10px
    }

    .dir-btn-large {
        font-size: 15px;
        line-height: 22px;
        padding: 10px 40px
    }

    .q-a {
        padding-top: 0
    }

    .q-a__mob {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .q-a__select-wrap {
        max-width: 100%;
        margin-top: 30px
    }

    .q-a__btn .dir-btn-large {
        display: block;
        width: 100%
    }

    .q-a__aside {
        margin-bottom: 10px
    }

    .q-a-item {
        padding: 15px
    }

    .q-a-item__author {
        margin-bottom: 15px
    }

    .q-a-item__top p,
    .q-a-item__answer p {
        font-size: 16px;
        line-height: 22px
    }

    .q-a-item__bottom {
        margin-top: 15px;
        padding-top: 15px
    }

    .q-a__tags {
        padding-top: 10px
    }

    .q-a-item__sub {
        font-size: 20px;
        line-height: 26px
    }

    .q-a-item.q-a-item--single .q-a-item__bottom {
        margin-top: 20px;
        padding-top: 15px
    }

    .doctor-card__item {
        display: block;
        padding: 20px
    }

    .doctor-card__img {
        width: 180px;
        height: 180px;
        border-radius: 50%;
        overflow: hidden;
        margin: 0 auto
    }

    .doctor-card__img img {
        -o-object-position: top center;
        object-position: top center
    }

    .doctor-card__info {
        margin-top: 20px;
        padding: 0;
        text-align: center
    }

    .doctor-card__name {
        font-size: 24px;
        line-height: 32px
    }

    .doctor-card__text p {
        font-size: 16px;
        line-height: 24px
    }

    .doctor-card__time {
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #E5EBF0;
        text-align: left
    }

    .doctor-card__time-sub {
        font-size: 16px;
        line-height: 24px
    }

    .doctor-card__time-row {
        display: block;
        margin: 0
    }

    .doctor-card__time-item {
        margin-right: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-size: 16px;
        line-height: 24px
    }

    .doctor-card__btn {
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #E5EBF0
    }

    .section_reviews.q-a-reviews {
        padding: 40px 0 0
    }

    .q-a-reviews__list {
        margin-top: 20px
    }

    .q-a-list-section {
        padding-top: 40px
    }

    .q-a-list-section .main_title {
        margin-bottom: 20px
    }

    .dir-price__links {
        margin-top: 15px
    }

    .section_info.dir-price .box_cost .items {
        margin-top: 15px
    }

    .dir-price__links a,
    .dir-price__links span {
        width: 100%
    }
}

@media (max-width: 575px) {
    .section_abot.section_abot-spec .we_chosen {
        padding-bottom: 10px
    }

    .directions {
        padding: 30px 0
    }

    .main_banner.main_banner-spec .info .link a {
        display: block;
        width: 100%;
        font-size: 15px
    }

    .facts__title,
    .facts__desc,
    .facts__sub {
        font-size: 16px;
        line-height: 150%
    }

    .facts__title {
        padding-top: 20px
    }

    .facts__desc {
        margin: 15px 0;
        font-size: 18px;
        line-height: 168%
    }

    .facts__btn {
        margin-top: 15px
    }

    .our_doctors.our_doctors-sepc .show_all {
        margin-top: 10px
    }

    .our_doctors.our_doctors-sepc .join_us .slider {
        margin-top: 20px
    }

    .directions-list {
        margin-bottom: -40px
    }

    .directions-list__col {
        width: 100%;
        margin-bottom: 40px
    }

    .directions-list__left ul {
        -webkit-column-gap: 0;
        column-gap: 0;
        -webkit-column-count: 1;
        column-count: 1
    }
}

@media (max-width: 374px) {

    .main_banner.main_banner-spec h1.title,
    .section-post__title h1 {
        font-size: 34px;
        line-height: 40px
    }

    .section_abot.section_abot-spec .text_block ul li {
        padding-left: 20px
    }

    .section_abot.section_abot-spec .text_block ul li::before {
        top: 8px
    }

    .cust-list li {
        font-size: 16px;
        padding-left: 24px
    }

    .cust-list li::before {
        top: 7px;
        left: 0
    }

    .direction-banner__content p {
        font-size: 16px
    }

    .d-red-btn {
        font-size: 16px
    }

    .equipment__sub {
        font-size: 16px;
        line-height: 140%
    }

    body .cont a.spec-btn {
        font-size: 16px
    }

    .diseases-list li {
        font-size: 16px
    }

    .section_faq .accordion .item .open_btn {
        font-size: 14px;
        line-height: 20px
    }

    .text_block p,
    .text_block ul,
    .text_block ol {
        margin-bottom: 12px
    }

    .section-post {
        padding-bottom: 50px
    }

    .section-post__title {
        margin-bottom: 20px
    }

    .q-a-item__doctor {
        display: block
    }

    .q-a-item__doctor-info {
        margin-top: 15px
    }

    .doctor-card__item {
        padding-left: 15px;
        padding-right: 15px
    }

    .doctor-card__text p {
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 22px
    }
}

.tmp-links {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.tmp-links li {
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 150%
}

.tmp-links li:last-child {
    margin-bottom: 0
}

.tmp-links li a {
    color: #4299E5;
    text-decoration: underline
}

.tmp-links li a:hover {
    text-decoration: none
}

.section-post * {
    outline: none
}

.section-post input[type="text"],
.section-post textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0
}

.guide-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.guide-top__search {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative
}

.guide-top__search input[type="text"] {
    display: block;
    width: 100%;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    font-size: 18px;
    line-height: 1.44;
    letter-spacing: -.01em;
    color: #071318;
    padding: 12px 22px 11px;
    padding-right: 150px
}

.guide-top__search input[type="text"]::-webkit-input-placeholder {
    opacity: 1;
    color: #8E959D;
    -webkit-transition: .1s;
    transition: .1s
}

.guide-top__search input[type="text"]:-ms-input-placeholder {
    opacity: 1;
    color: #8E959D;
    -webkit-transition: .1s;
    transition: .1s
}

.guide-top__search input[type="text"]::-ms-input-placeholder {
    opacity: 1;
    color: #8E959D;
    -webkit-transition: .1s;
    transition: .1s
}

.guide-top__search input[type="text"]::placeholder {
    opacity: 1;
    color: #8E959D;
    -webkit-transition: .1s;
    transition: .1s
}

.guide-top__search input[type="text"]:focus::-webkit-input-placeholder {
    opacity: 0;
    visibility: hidden
}

.guide-top__search input[type="text"]:focus:-ms-input-placeholder {
    opacity: 0;
    visibility: hidden
}

.guide-top__search input[type="text"]:focus::-ms-input-placeholder {
    opacity: 0;
    visibility: hidden
}

.guide-top__search input[type="text"]:focus::placeholder {
    opacity: 0;
    visibility: hidden
}

.guide-top__search button,
.guide-top__search input[type="submit"] {
    background: #4299E5;
    border-radius: 5px;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: -.03em;
    color: #fff;
    padding: 6px 20px;
    min-width: 115px;
    text-align: center;
    position: absolute;
    top: 7px;
    right: 28px
}

.guide-top__count {
    margin-left: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3px;
    background-color: #fff;
    border-radius: 5px
}

.guide-top__count-item {
    font-size: 18px;
    line-height: 1.45;
    color: #4299E5;
    letter-spacing: -.01em;
    margin-right: 10px;
    text-decoration: underline;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 9px 20px;
    border-radius: 3px;
    text-align: center;
    width: 262px;
    -webkit-transition: .2s;
    transition: .2s
}

.guide-top__count-item:last-child {
    margin-right: 0
}

.guide-top__count-item.active {
    color: #071318;
    background-color: #E6EDF4;
    text-decoration: none
}

.guide-alphabet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px -1px 42px
}

.guide-alphabet__item {
    margin: 0 1px 2px;
    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;
    text-align: center;
    font-size: 15px;
    line-height: 1;
    letter-spacing: -.01em;
    color: #8E959D;
    width: 36px;
    height: 32px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    cursor: pointer
}

.guide__block {
    display: none
}

.guide__wrap {
    padding: 50px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.guide__wrap:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.guide__letter {
    width: 105px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.45;
    letter-spacing: -.01em;
    color: #071318
}

.guide__list {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 20px;
    column-gap: 20px
}

.guide__link {
    font-size: 18px;
    line-height: 1.45;
    letter-spacing: -.01em;
    margin-bottom: 15px;
    -webkit-column-break-inside: avoid;
    break-inside: avoid-column
}

.guide__link:last-child {
    margin-bottom: 0
}

.guide__link a {
    display: inline-block;
    color: #4299E5;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

.guide__spec {
    margin-top: 60px
}

.guide__spec .guide__list {
    width: 100%;
    -webkit-column-count: 4;
    column-count: 4
}

.guide__spec-inner.guide__spec {
    margin-top: 60px
}

.guide__spec-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 38px
}

.guide__spec-title>span {
    font-weight: 700;
    font-size: 40px;
    line-height: normal;
    letter-spacing: -.03em;
    color: #071318
}

.guide__spec-back {
    display: block;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 18px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-top: 1px;
    cursor: pointer
}

select.doctors-top__select-item {
    display: none
}

.main-select .jq-selectbox__select-text,
.doctors-top__select .jq-selectbox__select-text {
    font-size: 18px;
    line-height: 1.15;
    letter-spacing: -.01em;
    color: #071318;
    font-weight: 400;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding-right: 50px
}

.main-select .jq-selectbox__select-text::after,
.doctors-top__select .jq-selectbox__select-text::after {
    display: none
}

.main-select .jq-selectbox__select-text::before,
.doctors-top__select .jq-selectbox__select-text::before {
    content: '';
    position: absolute;
    right: 20px;
    top: calc(50% - 3px);
    width: 10px;
    height: 6px;
    background: url(/local/templates/clin/assets/img/new_images/select-arrow.svg) center center no-repeat;
    -webkit-transition: .2s;
    transition: .2s
}

.main-select .jq-selectbox__dropdown,
.doctors-top__select .jq-selectbox__dropdown {
    bottom: auto !important;
    top: calc(100% - 1px) !important;
    width: 100%;
    left: 0 !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    max-width: 100%
}

.main-select .input-error+.jq-selectbox__select+.jq-selectbox__dropdown,
.doctors-top__select .jq-selectbox__dropdown {
    border-color: red
}

.main-select .jq-selectbox__dropdown li,
.doctors-top__select .jq-selectbox__dropdown li {
    font-weight: 400;
    color: #071318;
    -webkit-transition: .15s;
    transition: .15s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%
}

.main-select .jq-selectbox__dropdown li.selected,
.main-select .jq-selectbox__dropdown li:hover,
.doctors-top__select .jq-selectbox__dropdown li.selected,
.doctors-top__select .jq-selectbox__dropdown li:hover {
    color: #4299E5
}

.doctors-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -20px 20px;
    width: calc(100% + 40px)
}

.doctors-top__col {
    width: 33.3333333%;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px
}

.doctors-top__select-item.opened .jq-selectbox__select-text::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.doctors-list {
    margin: 0 -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.doctors__col {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
    width: 25%
}

.doctors__item {
    background: #fff;
    border-radius: 15px;
    padding: 15px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.doctors__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.doctors__img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 15px
}

.doctors__img img {
    display: block;
    width: 100%
}

.doctors__name {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -.01em;
    color: #071318
}

.doctors__experience {
    margin-top: 5px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -.01em;
    color: #8E959D
}

.doctors__experience a {
    color: #8E959D;
    text-decoration: underline
}

.doctors__desc {
    margin-top: 15px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -.01em;
    color: #071318;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.doctors__bottom {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(20, 51, 65, 0.1)
}

.doctors__geo {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -.01em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px
}

.doctors__geo a {
    text-decoration: underline;
    color: #4299E5;
    padding-right: 5px
}

.doctors a.doctors__geo-more {
    color: #8E959D
}

.doctors__price {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -.01em;
    color: #8E959D
}

.doctors__price-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 15px
}

.doctors__price-col i {
    padding: 0 5px
}

.doctors__price-col b {
    color: #071318;
    font-weight: 400
}

.doctors__btn {
    margin-top: 15px
}

.doctors__btn a {
    display: block;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#50B9F4), to(#0A9AEB));
    background: linear-gradient(180deg, #50B9F4 0%, #0A9AEB 100%);
    -webkit-box-shadow: 0 4px 8px rgba(10, 154, 235, 0.3);
    box-shadow: 0 4px 8px rgba(10, 154, 235, 0.3);
    border-radius: 20px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -.01em;
    padding: 6px 15px
}

.doctors__detail {
    margin-top: 15px
}

.doctors__detail a {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    letter-spacing: -.01em;
    color: #4299E5;
    border: 1px solid #4299E5;
    border-radius: 20px;
    padding: 5px 14px
}

.doctors-btn {
    text-align: center
}

.doctor-n-card {
    margin-top: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.doctor-n-card__img {
    width: 427px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 40px;
    border-radius: 25px;
    overflow: hidden;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1)
}

.doctor-n-card__img img {
    display: block;
    width: 100%
}

.doctor-n-card__title {
    margin-bottom: 20px
}

.doctor-n-card__desc {
    font-weight: 300;
    font-size: 25px;
    line-height: 40px;
    letter-spacing: -.03em;
    color: #071318
}

.doctor-n-card__meta {
    margin-top: 20px
}

.doctor-n-card__meta-item {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -.01em;
    color: #071318;
    z-index: 1
}

.doctor-n-card__meta-item:last-child {
    margin-bottom: 0
}

.doctor-n-card__meta-item::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 6px;
    border-bottom: 1px dashed rgba(142, 149, 157, 0.4);
    z-index: -1
}

.doctor-n-card__meta-item>span,
.doctor-n-card__meta-item>i {
    display: block;
    background-color: #f2f6fa
}

.doctor-n-card__meta-item>span {
    padding-right: 10px
}

.doctor-n-card__meta-item>i {
    padding-left: 10px;
    font-style: normal;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: right
}

.doctor-n-card__meta-item>i a {
    text-decoration: underline;
    color: #4299E5
}

.doctor-n-card__meta-item>i b {
    font-weight: 500
}

.doctor-n-card__info {
    margin-top: 30px
}

.doctor-n-card__info p {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -.01em;
    color: #071318
}

.doctor-n-card__info p:last-child {
    margin-bottom: 0
}

.doctor-n-card__btn {
    margin-top: 30px
}

.doctor-n-card__btn a {
    display: inline-block;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    letter-spacing: -.01em;
    color: #FFF;
    background: -webkit-gradient(linear, left top, left bottom, from(#50B9F4), to(#0A9AEB)), -webkit-gradient(linear, left top, left bottom, from(#EF5545), to(#CF3727));
    background: linear-gradient(180deg, #50B9F4 0%, #0A9AEB 100%), linear-gradient(180deg, #EF5545 0%, #CF3727 100%);
    -webkit-box-shadow: 0 4px 8px rgba(10, 154, 235, 0.3);
    box-shadow: 0 4px 8px rgba(10, 154, 235, 0.3);
    border-radius: 30px;
    padding: 15px;
    width: 280px
}

.doctor-n-card__mob {
    margin-top: 40px
}

.doctor-widget {
    margin-top: 64px
}

.doctor-widget .main_title {
    margin-bottom: 40px
}

.doctor-widget img {
    display: block;
    margin: 0 auto
}

.section_info.section_info--n {
    padding-top: 80px;
    padding-bottom: 40px
}

.section_info.section_info--n .accordion .item .open_btn,
.section_info.section_info--n .accordion .item .open_btn h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    letter-spacing: -.03em
}

.section_info.section_info--n .accordion .item .data {
    padding-top: 30px;
    padding-bottom: 20px
}

.section_info.section_info--n .accordion .item .data h3 {
    margin-top: 40px;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -.03em;
    color: #071318
}

.section_info.section_info--n .accordion .item .data h3:first-child {
    margin-top: 0
}

.section_info.section_info--n .accordion .item .data h3:last-child {
    margin-bottom: 0
}

.section_info.section_info--n .accordion .item .data ul {
    margin: 0;
    padding: 0
}

.section_info.section_info--n .accordion .item .data ul li {
    position: relative;
    padding-left: 36px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -.01em;
    color: #071318;
    max-width: 1010px
}

.section_info.section_info--n .accordion .item .data ul li:last-child {
    margin-bottom: 0
}

.section_info.section_info--n .accordion .item .data ul li::before {
    content: '';
    position: absolute;
    left: 8px;
    top: 7px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #4299E5
}

.section_info.section_info--n .accordion .item .data .guide__spec {
    margin: 0
}

.video-item {
    display: block;
    width: 100%;
    max-width: 893px;
    position: relative;
    margin: 40px 0
}

.video-item:first-child {
    margin-top: 0
}

.video-item:last-child {
    margin-bottom: 0
}

.video-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/local/templates/clin/assets/img/new_images/play-btn.svg) center center no-repeat
}

.video-item img {
    display: block;
    width: 100%;
    border-radius: 5px
}

.doctor-certificates-list {
    margin: 0 -20px -40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.doctor-certificates-list__col {
    width: 16.66666666%;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px
}

.doctor-certificates-list__item img {
    display: block;
    width: 100%
}

.section_reviews.section_reviews-n .q-a-item {
    height: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.section_reviews.section_reviews-n .q-a-item .q-a-item__top {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.section_reviews.section_reviews-n.section_reviews-n--spec .reviews-n__item {
    height: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.section_reviews.section_reviews-n.section_reviews-n--spec .reviews-n__desc {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.share-block {
    background-color: #F2F6FA;
    padding: 40px 0 80px
}

.share-block__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -.01em;
    color: #071318
}

.share-block__row {
    margin: 10px -10px -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.share-block__col {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px
}

.share-block__item {
    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;
    background-color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px
}

.promo-top {
    margin-left: -20px;
    margin-right: -20px
}

.promo-top__col {
    width: 33.3333333%;
    padding-left: 20px;
    padding-right: 20px
}

.promo-top__col .guide-top__count {
    margin-left: 0;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.promo-top__col .guide-top__count .guide-top__count-item {
    width: calc(50% - 5px);
    margin-right: 0
}

.promo {
    margin-top: 40px
}

.promo__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px -40px
}

.promo__col {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px
}

.promo__item {
    padding: 0 40px 30px;
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.promo__img {
    display: block;
    margin-left: -40px;
    margin-right: -40px
}

.promo__img img {
    display: block;
    width: 100%
}

.promo__top {
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.promo__sub {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -.03em;
    max-width: 365px
}

.promo__sub a {
    color: #071318
}

.promo__percent {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    margin-left: 30px;
    padding-left: 26px;
    font-weight: 900;
    font-size: 35px;
    line-height: 35px;
    letter-spacing: -.03em;
    color: #CF3727
}

.promo__percent::before {
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% - 2px);
    width: 20px;
    height: 4px;
    background: #CF3727
}

.promo__desc {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -.01em;
    color: #8E959D;
    margin-top: 10px;
    max-width: 365px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.promo__bottom {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.promo__date {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -.01em;
    color: #8E959D
}

.promo__date span {
    color: #4299E5
}

.promo__btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 30px
}

.promo-btn {
    margin-top: 40px;
    text-align: center
}

.page-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: -20px;
    margin-right: -20px
}

.page-wrap__col {
    padding-left: 20px;
    padding-right: 20px
}

.page-wrap__left {
    width: calc(100% / 12 * 8)
}

.page-wrap__right {
    width: calc(100% / 12 * 4)
}

.promo-info {
    border-radius: 15px;
    background-color: #fff;
    overflow: hidden;
    padding: 0 30px 30px
}

.promo-info__img {
    margin-left: -30px;
    margin-right: -30px
}

.promo-info__img img {
    display: block;
    width: 100%
}

.promo-info__percent {
    font-weight: 500;
    font-size: 55px;
    line-height: 60px;
    letter-spacing: -.03em;
    color: #CF3727;
    position: relative;
    padding-left: 40px;
    margin: 30px 0
}

.promo-info__percent:first-child {
    margin-top: 0
}

.promo-info__percent:last-child {
    margin-bottom: 0
}

.promo-info__percent::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    height: 4px;
    width: 20px;
    background: #CF3727
}

.promo-info__desc p {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -.01em;
    color: #071318;
    margin-bottom: 20px
}

.promo-info__desc p:last-child {
    margin-bottom: 0
}

.promo-info__desc p span {
    color: #CF3727
}

.promo-info__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px -10px 10px
}

.promo-info__col {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px
}

.promo-info__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 160px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    color: #071318;
    padding: 20px
}

.promo-info__sub {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -.01em
}

.promo-info__price {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    white-space: nowrap;
    font-size: 18px;
    line-height: 26px
}

.promo-info__price span {
    letter-spacing: -.03em;
    text-decoration: line-through;
    color: #8E959D
}

.promo-info__price b {
    font-weight: 500;
    letter-spacing: -.01em;
    color: #CF3727
}

.form-aside {
    background-color: #E4E9EE;
    border-radius: 15px;
    padding: 30px
}

.form-aside .form-message {
    display: none
}

.form-aside .form-message.active {
    display: block
}

.form-aside__sub {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: -.03em;
    color: #071318;
    margin-bottom: 20px
}

.form-aside__btn {
    display: block;
    width: 100%;
    background-color: #4299E5;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    letter-spacing: -.01em;
    padding: 20px 15px;
    margin-top: 10px
}

.form-aside__agree {
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -.01em;
    color: #8E959D
}

.form-aside__agree a {
    color: #4299E5;
    text-decoration: underline
}

.form-aside__item {
    margin-bottom: 10px;
    display: block;
    position: relative
}

.form-aside__item:last-child {
    margin-bottom: 0
}

.form-aside__item input,
.form-aside__item textarea {
    display: block;
    width: 100%;
    background: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 15px !important;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -.01em;
    color: #071318;
    padding: 16px 19px
}

.form-aside__item input.input-error,
.form-aside__item textarea.input-error {
    border-color: red
}

.form-aside__item input:focus+span,
.form-aside__item input.not-empty+span,
.form-aside__item textarea:focus+span,
.form-aside__item textarea.not-empty+span {
    display: none
}

.form-aside__item textarea {
    resize: none;
    height: 150px
}

.form-aside__item>span {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -.01em;
    padding: 17px 20px;
    cursor: text;
    color: #8E959D
}

.form-aside__item>span span {
    color: #CF3727
}

.form-aside__item .jq-selectbox__select-text {
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 18px;
    line-height: 26px;
    padding: 16px 19px;
    padding-right: 50px;
    border-radius: 15px
}

.form-aside__item .input-error+.jq-selectbox__select .jq-selectbox__select-text {
    border-color: red;
    border-color: red
}

.form-aside__item select.required+.jq-selectbox__select .jq-selectbox__select-text::after {
    content: ' *';
    color: #CF3727;
    display: inline;
    position: static;
    -webkit-transform: none;
    transform: none;
    padding: 0;
    margin: 0;
    width: auto;
    height: auto;
    background: none
}

.form-aside__item .jq-selectbox.opened .jq-selectbox__select-text {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.form-aside__item .jq-selectbox.changed .jq-selectbox__select-text::after {
    display: none
}

.form-aside__item .jq-selectbox__dropdown li:first-child {
    display: none
}

.form-aside__checkbox-wrap {
    margin-top: 20px;
    margin-bottom: 20px
}

.form-aside__checkbox-wrap:first-child {
    margin-top: 0
}

.form-aside__checkbox-wrap:last-child {
    margin-bottom: 0
}

.form-aside__checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px
}

.form-aside__checkbox:last-child {
    margin-bottom: 0
}

.form-aside__checkbox label {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.form-aside__checkbox label input {
    display: none
}

.form-aside__checkbox label input:checked+span::after {
    opacity: 1;
    visibility: visible
}

.form-aside__checkbox label span {
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -.01em;
    color: #8E959D;
    display: inline-block;
    position: relative;
    padding-left: 34px
}

.form-aside__checkbox label span::before {
    content: '';
    position: absolute;
    left: 0;
    top: -3px;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 50%
}

.form-aside__checkbox label .input-error+span::before {
    border: 1px solid red
}

.form-aside__checkbox label span::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 3px;
    width: 12px;
    height: 12px;
    background-color: #4299E5;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .1s;
    transition: .1s
}

.promo-geo {
    margin: 60px 0 -60px;
    width: calc(100% / 12 * 8 - 15px)
}

.promo-geo__title {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    letter-spacing: -.03em;
    color: #071318
}

.promo-geo__row {
    margin: 0 -20px -40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.promo-geo__col {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px
}

.promo-geo__item {
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    padding: 0 30px 30px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #071318
}

.promo-geo__img {
    margin-left: -30px;
    margin-right: -30px
}

.promo-geo__img img {
    display: block;
    width: 100%
}

.promo-geo__sub {
    margin-top: 30px;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -.03em
}

.promo-geo__sub a {
    color: #4299E5
}

.promo-geo__loc {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 15px;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -.01em
}

.promo-geo__metro {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -.01em
}

.promo-geo__tel {
    margin-top: 15px;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -.01em
}

.promo-geo__tel a {
    color: #071318
}

.promo-other {
    background-color: #EAEFF4;
    padding: 60px 0
}

.promo-other__title {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    letter-spacing: -.03em;
    color: #4299E5
}

.news-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px -40px
}

.news-list__col {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 40px
}

.news-list__item {
    background-color: #fff;
    border-radius: 15px;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    color: #071318;
    height: 100%
}

.news-list__img {
    width: 250px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 20px
}

.news-list__img img {
    display: block;
    width: 100%;
    border-radius: 5px
}

.news-list__info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.news-list__date {
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -.01em;
    color: #8E959D;
    margin-bottom: 10px
}

.news-list__sub {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -.03em;
    color: #4299E5
}

.news-list__sub a {
    color: #4299E5
}

.news-list__desc {
    margin-top: 10px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -.01em
}

.news-list__btn {
    text-align: center;
    margin-top: 40px
}

.newsletter {
    background-color: #4299e54f;
    border-radius: 15px;
    margin: 40px 0;
    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;
    padding: 55px 50px;
    color: #fff
}

.newsletter__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 110px
}

.newsletter__col {
    max-width: 660px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.newsletter__sub {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -.03em
}

.newsletter__desc {
    margin-top: 15px;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -.01em
}

.newsletter__wrap {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.newsletter__wrap:first-child {
    margin-top: 0
}

.newsletter__wrap input {
    background: #fff;
    border-radius: 15px !important;
    display: block;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -.01em;
    color: #071318;
    padding: 12px 16px
}

.newsletter__wrap input::-webkit-input-placeholder {
    color: #8E959D;
    opacity: 1;
    -webkit-transition: .1s;
    transition: .1s
}

.newsletter__wrap input:-ms-input-placeholder {
    color: #8E959D;
    opacity: 1;
    -webkit-transition: .1s;
    transition: .1s
}

.newsletter__wrap input::-ms-input-placeholder {
    color: #8E959D;
    opacity: 1;
    -webkit-transition: .1s;
    transition: .1s
}

.newsletter__wrap input::placeholder {
    color: #8E959D;
    opacity: 1;
    -webkit-transition: .1s;
    transition: .1s
}

.newsletter__wrap input:focus::-webkit-input-placeholder {
    opacity: 0;
    visibility: hidden
}

.newsletter__wrap input:focus:-ms-input-placeholder {
    opacity: 0;
    visibility: hidden
}

.newsletter__wrap input:focus::-ms-input-placeholder {
    opacity: 0;
    visibility: hidden
}

.newsletter__wrap input:focus::placeholder {
    opacity: 0;
    visibility: hidden
}

.newsletter__btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 10px
}

.newsletter__btn button {
    background-color: #0158A6;
    border-radius: 15px;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    letter-spacing: -.01em;
    color: #fff;
    padding: 12px 40px
}

.newsletter__agree {
    margin-top: 10px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -.01em;
    color: #fff;
    opacity: .8
}

.newsletter__agree a {
    text-decoration: underline;
    color: #fff
}

.news-content__img img {
    display: block;
    width: 100%;
    border-radius: 15px
}

.news-content__date {
    margin-top: 45px;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: -.03em;
    color: #071318
}

.news-content__share {
    margin-top: 45px
}

.news-content__control {
    margin-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.news-content__item {
    width: calc(50% - 20px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 15px;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -.01em;
    color: #4299E5;
    padding: 20px
}

.news-content__item:last-child {
    margin-right: 0;
    margin-bottom: 0
}

.news-content__item img,
.news-content__item svg {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.news-content__prev img,
.news-content__prev svg {
    margin-right: 20px
}

.news-content__next {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.news-content__next img,
.news-content__next svg {
    margin-left: 20px
}

.page-wrap__right .newsletter {
    margin: 0;
    display: block;
    padding: 30px
}

.page-wrap__right .newsletter__col {
    max-width: 100%
}

.page-wrap__right .newsletter__wrap {
    display: block;
    margin-top: 25px
}

.page-wrap__right .newsletter__wrap input {
    width: 100%
}

.page-wrap__right .newsletter__btn {
    margin-top: 5px;
    margin-left: 0
}

.page-wrap__right .newsletter__btn button {
    display: block;
    width: 100%
}

.page-wrap__right .newsletter__sub {
    font-size: 20px;
    line-height: 25px
}

.page-wrap__right .newsletter__agree {
    margin-top: 10px;
    font-size: 14px;
    line-height: 18px;
    text-align: center
}

.post-content {
    color: #071318
}

.post-content p {
    margin: 15px 0;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -.01em;
    color: #071318
}

.post-content p:first-child {
    margin-top: 0
}

.post-content p:last-child {
    margin-bottom: 0
}

.post-content blockquote {
    background-color: #fff;
    border-radius: 10px;
    margin: 15px 0;
    padding: 30px;
    padding-left: 80px;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -.01em;
    color: #071318
}

.post-content blockquote b {
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
    color: #CF3727
}

.post-content blockquote b:last-child {
    margin-bottom: 0
}

.post-content blockquote:first-child {
    margin-top: 0
}

.post-content blockquote:last-child {
    margin-bottom: 0
}

.post-content h2 {
    font-weight: 700;
    margin-top: 45px;
    margin-bottom: 15px;
    font-size: 40px;
    line-height: 45px;
    letter-spacing: -.03em
}

.post-content h2:first-child {
    margin-top: 0
}

.post-content h2:last-child {
    margin-bottom: 0
}

.post-content ul {
    margin: 0;
    padding: 0
}

.post-content ul li {
    position: relative;
    padding-left: 36px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -.01em;
    color: #071318;
    list-style-type: none !important
}

.post-content ul li:last-child {
    margin-bottom: 0
}

.post-content ul li::before {
    content: '';
    position: absolute;
    left: 8px;
    top: 7px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #4299E5
}

.post-content .content-js-wrapp ul li::before {
    top: 11px;
}

.news-other-aside {
    margin-top: 40px
}

.news-other-aside__title {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -.03em;
    color: #071318;
    margin-bottom: 30px
}

.news-other-aside__title:last-child {
    margin-bottom: 0
}

.news-other-aside .news-list__item {
    display: block;
    margin-bottom: 20px
}

.news-other-aside .news-list__item:last-child {
    margin-bottom: 0
}

.reviews-n .reviews-n__item {
    margin-bottom: 10px
}

.reviews-n .reviews-n__item:last-child {
    margin-bottom: 0
}

.reviews-n__item {
    background-color: #fff;
    border-radius: 20px;
    padding: 40px;
    color: #071318
}

.reviews-n__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -.01em;
    margin-bottom: 20px
}

.reviews-n__top span {
    color: #8E959D;
    white-space: nowrap
}

.reviews-n__top a {
    margin-left: 10px;
    color: #4299E5
}

.reviews-n__desc p {
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -.01em
}

.reviews-n__desc p:last-child {
    margin-bottom: 0
}

.reviews-n__desc {
    position: relative;
    padding-right: 140px
}

.reviews-video {
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    letter-spacing: -.03em;
    text-transform: uppercase;
    color: #071318
}

.reviews-video__icon {
    background-color: #F7FBFE;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    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;
    padding: 12px
}

.reviews-video__icon img {
    display: block;
    max-width: 100%
}

.reviews-video__sub {
    margin-top: 10px
}

.reviews-n__bottom {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.reviews-n__col {
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -.01em
}

.reviews-n__name {
    font-weight: 700
}

.reviews-n__video {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 30px;
    padding-left: 50px;
    position: relative;
    font-weight: 700;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: -.03em;
    text-transform: uppercase;
    color: #071318
}

.reviews-n__video::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background: url(/html-vrst/img/new_images/ic_youtube.svg) 50% no-repeat
}

.reviews-n__video-block {
    margin-top: 20px
}

.reviews-n__video-block .video-item {
    max-width: 100%
}

.reviews-n__share {
    margin-top: 40px
}

.reviews-pagination {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.reviews-pagination__item {
    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;
    text-align: center;
    line-height: 1;
    width: 46px;
    height: 38px;
    background-color: #fff;
    border-radius: 5px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -.01em;
    color: #4299E5
}

.reviews-pagination__item.active {
    background-color: rgba(255, 255, 255, 0.5);
    color: #8E959D
}

.reviews-pagination__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: -2px
}

.reviews-pagination__row .reviews-pagination__item {
    margin-right: 2px
}

.error_span {
    display: block;
    padding-top: 5px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -.01em;
    color: #FF9E9E
}

input.required.error-form {
    border: 1px solid #CF3727
}

h1.section-post__title__h1 {
    text-transform: inherit;
    margin-bottom: 0
}

.custom-checkbox {
    width: 0;
    height: 0;
    opacity: 0
}

.custom-label {
    font-family: 'Gerbera', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -.01em;
    color: #071318;
    flex: none;
    order: 1;
    flex-grow: 0;
    margin: 0 15 pxz
}

.custom-checkbox+label {
    display: inline-flex;
    align-items: center;
    user-select: none
}

.custom-checkbox+label::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    flex-grow: 0;
    background: #FFF;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    border-radius: 5px;
    filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.1));
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0 15px
}

.custom-checkbox:checked+label::before {
    border-color: #429BE5;
    background-color: #429BE5;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
    border-color: rgba(66, 155, 229, 0.25)
}

.custom-checkbox:not(:disabled):active+label::before {
    background-color: rgba(66, 155, 229, 0.25);
    border-color: rgba(66, 155, 229, 0.25)
}

.custom-checkbox:focus+label::before {
    box-shadow: 0 0 0 .2rem rgba(66, 155, 229, 0.25)
}

.custom-checkbox:focus:not(:checked)+label::before {
    border-color: rgba(66, 155, 229, 0.25)
}

.doctors-top__col:last-child {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    justify-content: flex-end;
    width: 226px;
    margin-right: 20px
}

.reviews-n__item.element .reviews-n__desc,
p.noreview {
    position: relative;
    padding-right: 0;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -.01em
}

.reviews.section-post .reviews-n__desc a,
p.noreview a {
    color: #4299E5
}

.section_info .first-block {
    margin-top: 0;
}

.section_info .compare.first-block {
    padding: 0;
}

.section_info .accordion.block_after_price {
    margin-top: 80px;
}

/*обтекание текста на странице услуга TT29676*/
.section_abot.section_abot-serv_page .cont {
    display: block;
}

.section_abot.section_abot-serv_page .video {
    float: right;
    margin: 0 0 40px 40px;
}

.section_abot.section_abot-serv_page .text_block {
    width: 100%;
    max-width: unset;
}

.section_abot.section_abot-serv_page ul {
    overflow: visible;
}

@media screen and (max-width: 1024px) {
    .section_abot.section_abot-serv_page .video {
        float: none;
        margin: 0 0 25px 0px;
        max-width: unset;
    }
}

/*конец обтекание текста на странице услуга*/

@media (max-width: 1024px) {
    .section_info .first-block {
        margin-top: 0;
    }

    .section_info .accordion.block_after_price {
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .section_info .first-block {
        margin-top: 0;
    }

    .section_info .accordion.block_after_price {
        margin-top: 40px;
    }
}


@media (max-width: 1399px) {
    .doctors__col {
        width: 33.3333333%
    }
}

@media (min-width: 1200px) {

    .doctor-n-card__mob,
    .doctor-n-card__btn {
        display: none
    }
}

@media (max-width: 1199px) {
    .guide-top {
        display: block
    }

    .guide-top__count {
        margin-left: 0;
        margin-top: 30px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .guide-top__count-item {
        margin-right: 0;
        width: calc(50% - 5px)
    }

    .guide__list {
        -webkit-column-count: 2;
        column-count: 2
    }

    .guide__spec .guide__list {
        -webkit-column-count: 3;
        column-count: 3
    }

    .doctors-top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .doctors-top__col.doctors-top__col--search {
        width: 100%
    }

    .doctors-top__col {
        width: 36%
    }

    .doctors-top__col:last-child {
        width: 190px
    }

    .doctor-n-card__col .doctor-n-card__meta,
    .doctor-n-card__col .doctor-n-card__info {
        display: none
    }

    .doctor-certificates-list {
        margin: 0 -10px -20px
    }

    .doctor-certificates-list__col {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px
    }

    .promo-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .promo-top__col {
        width: 50%
    }

    .promo-top__col:last-child {
        width: 100%
    }

    .promo__item {
        padding: 0 20px 20px
    }

    .promo__img {
        margin-left: -20px;
        margin-right: -20px
    }

    .page-wrap {
        display: block
    }

    .page-wrap__col {
        width: 100%
    }

    .page-wrap__right {
        margin-top: 40px
    }

    .promo-geo {
        width: 100%
    }

    .news-list {
        margin: 0 0 -20px
    }

    .news-list__col {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 20px
    }

    .news-list__btn {
        margin-top: 20px
    }

    .newsletter {
        padding: 20px 20px 25px;
        padding-left: 0;
        overflow: hidden
    }

    .newsletter__img {
        margin-left: -33px;
        margin-right: 35px
    }

    .newsletter__wrap {
        display: block
    }

    .newsletter__wrap input {
        width: 100%
    }

    .newsletter__btn {
        margin-top: 10px;
        margin-left: 0
    }

    .newsletter__btn button {
        display: block;
        width: 100%
    }

    .reviews-n__item {
        padding: 20px
    }

    .guide-aside {
        margin-top: 30px;
        border: 0;
        padding: 0
    }

    .guide-aside__sub {
        margin-bottom: 20px
    }

    .guide-aside__list {
        -webkit-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 20px;
        column-gap: 20px
    }
}

@media (max-width: 1024px) {
    .main_banner-spec.main_banner-spec--z {
        min-height: 0
    }
}

@media (min-width: 992px) {
    .guide-top__count-item:hover {
        text-decoration: none
    }

    .guide-top__search button,
    .guide-top__search input[type="submit"] {
        -webkit-transition: .2s;
        transition: .2s
    }

    .guide-top__search button:hover,
    .guide-top__search input[type="submit"]:hover {
        opacity: .7
    }

    .guide-alphabet__item {
        -webkit-transition: .2s;
        transition: .2s
    }

    .guide-alphabet__item:hover {
        color: #4299E5;
        border-color: #4299E5
    }

    .guide__link a:hover {
        text-decoration: none
    }

    .guide__spec-back {
        -webkit-transition: .2s;
        transition: .2s
    }

    .guide__spec-back:hover {
        opacity: .7;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .doctors__experience a {
        -webkit-transition: color .2s;
        transition: color .2s
    }

    .doctors__experience a:hover {
        color: #4299E5
    }

    .doctors__geo a:hover {
        text-decoration: none
    }

    .doctors__btn a {
        -webkit-transition: -webkit-box-shadow .2s;
        transition: -webkit-box-shadow .2s;
        transition: box-shadow .2s;
        transition: box-shadow .2s, -webkit-box-shadow .2s
    }

    .doctors__btn a:hover {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .doctors__detail a {
        -webkit-transition: .2s;
        transition: .2s
    }

    .doctors__detail a:hover {
        background-color: #4299E5;
        color: #fff
    }

    .doctor-n-card__btn a {
        -webkit-transition: .2s;
        transition: .2s
    }

    .doctor-n-card__btn a:hover {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .doctor-n-card__meta-item>i a:hover {
        text-decoration: none
    }

    .video-item::before {
        -webkit-transition: .2s;
        transition: .2s
    }

    .video-item:hover::before {
        opacity: .7
    }

    .form-aside__btn {
        -webkit-transition: .2s;
        transition: .2s
    }

    .form-aside__btn:hover {
        color: #4299E5;
        background-color: transparent;
        border-color: #4299E5
    }

    .form-aside__agree a {
        -webkit-transition: .2s;
        transition: .2s
    }

    .form-aside__agree a:hover {
        color: #071318
    }

    .newsletter__btn button {
        -webkit-transition: .2s;
        transition: .2s
    }

    .newsletter__btn button:hover {
        opacity: .7
    }

    .newsletter__agree a:hover {
        text-decoration: none
    }

    .share-block__item {
        -webkit-transition: .2s;
        transition: .2s
    }

    .share-block__item svg path {
        -webkit-transition: .2s;
        transition: .2s
    }

    .share-block__item:hover {
        background-color: #4299E5
    }

    .share-block__item:hover svg path {
        fill: #fff
    }

    .news-content__item {
        -webkit-transition: .2s;
        transition: .2s
    }

    .news-content__item svg path,
    .news-content__item svg circle {
        -webkit-transition: .2s;
        transition: .2s
    }

    .news-content__item:hover {
        background-color: #4299E5;
        color: #fff
    }

    .news-content__item:hover svg path {
        stroke: #fff
    }

    .news-content__item:hover svg circle {
        stroke: #fff
    }

    .reviews-n__top a:hover {
        text-decoration: underline
    }

    .reviews-n__video {
        -webkit-transition: color .2s;
        transition: color .2s
    }

    .reviews-n__video:hover {
        color: #4299E5
    }

    .reviews-pagination__item {
        -webkit-transition: .2s;
        transition: .2s
    }

    .reviews-pagination__item:hover {
        background-color: rgba(255, 255, 255, 0.5)
    }

    .post-content ul li a:hover {
        text-decoration: none
    }

    .guide-banner:hover .guide-banner__desc {
        text-decoration: none
    }
}

@media (max-width: 991px) {
    .guide__list {
        -webkit-column-gap: 20px;
        column-gap: 20px
    }

    .guide__wrap {
        padding: 20px 0
    }

    .guide-alphabet {
        margin-top: 30px;
        margin-bottom: 28px
    }

    .guide__spec {
        margin-top: 30px
    }

    .guide__spec .guide__list {
        -webkit-column-count: 2;
        column-count: 2
    }

    .guide__spec-title {
        margin-bottom: 30px
    }

    .guide__spec-title>span {
        font-size: 30px;
        padding-top: 4px
    }

    .guide__spec-back {
        margin-top: 0
    }

    .guide__spec-inner.guide__spec {
        margin-top: 32px
    }

    .doctors-top {
        margin-left: -10px;
        margin-right: -10px
    }

    .doctors-list {
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: -20px
    }

    .doctors-top__col {
        padding-left: 10px;
        padding-right: 10px
    }

    .doctors__col {
        width: 50%;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px
    }

    .doctors-btn {
        margin-top: 40px
    }

    .doctor-n-card__img {
        width: calc(100% / 12 * 4);
        margin-right: 20px
    }

    .doctor-n-card__desc {
        font-size: 20px;
        line-height: 28px
    }

    .doctor-widget {
        margin-top: 40px
    }

    .doctor-widget .main_title {
        display: none
    }

    .section_info.section_info--n {
        padding-top: 40px
    }

    .section_info.section_info--n .accordion .item .open_btn,
    .section_info.section_info--n .accordion .item .open_btn h2 {
        font-size: 30px;
        line-height: 35px
    }

    .section_info.section_info--n .accordion .item .data {
        padding-top: 20px
    }

    .share-block {
        padding-bottom: 60px
    }

    .section_info.section_info--n .accordion .item .data h3 {
        font-size: 24px;
        line-height: 32px
    }

    .doctor-certificates-list__col {
        width: 25%
    }

    .promo-top {
        margin-left: -10px;
        margin-right: -10px
    }

    .promo-top__col {
        padding-left: 10px;
        padding-right: 10px
    }

    .promo-top__col .guide-top__count {
        margin-top: 20px
    }

    .promo__top {
        display: block
    }

    .promo__sub {
        max-width: 100%;
        font-size: 20px;
        line-height: 28px
    }

    .promo__percent {
        margin-left: 0;
        margin-top: 6px
    }

    .promo__desc {
        margin-top: 6px
    }

    .promo__bottom {
        display: block
    }

    .promo__btn {
        margin-top: 20px;
        margin-left: 0
    }

    .promo__row {
        margin: 0 -10px -20px
    }

    .promo__col {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px
    }

    .promo__percent {
        font-size: 25px;
        line-height: 35px;
        padding-left: 24px
    }

    .promo__percent::before {
        width: 14px
    }

    .promo-info__percent {
        font-size: 50px;
        line-height: 55px;
        margin-bottom: 20px
    }

    .promo-geo {
        margin: 50px 0 -40px
    }

    .promo-geo__title {
        font-size: 30px;
        line-height: 35px
    }

    .promo-geo__row {
        margin: 0 -10px -20px
    }

    .promo-geo__col {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px
    }

    .promo-other {
        padding: 40px 0
    }

    .promo-other__title {
        margin-bottom: 30px;
        font-size: 24px;
        line-height: 32px
    }

    .news-list__sub {
        font-size: 20px;
        line-height: 28px
    }

    .newsletter__sub {
        font-size: 24px;
        line-height: 32px
    }

    .newsletter__agree {
        margin-top: 15px
    }

    .newsletter {
        margin: 20px 0
    }

    .post-content h2 {
        margin-top: 45px;
        margin-bottom: 15px;
        font-size: 30px;
        line-height: 35px
    }

    .news-content__date {
        font-size: 18px;
        line-height: 24px
    }

    .news-content__control {
        margin-top: 40px
    }

    .news-other-aside__title {
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 32px
    }

    .section-post--spec {
        padding-top: 30px
    }

    .section_info.dir-price--spec {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .post-content__table {
        overflow-x: auto
    }

    .post-content__table table {
        min-width: 900px
    }
}

@media (max-width: 866px) {
    .doctors-top__col {
        width: 34%
    }

    .doctors-top__col:last-child {
        width: 190px
    }
}

@media (max-width: 767px) {
    .guide__link {
        font-size: 16px
    }

    .guide__letter {
        font-size: 16px;
        width: 40px
    }

    .doctor-n-card__meta-item {
        font-size: 16px
    }

    .doctor-n-card__desc {
        font-size: 18px;
        line-height: 26px
    }

    .doctor-n-card__info p {
        font-size: 16px;
        line-height: 24px
    }

    .promo__col {
        width: 100%
    }

    .promo-btn {
        margin-top: 20px
    }

    .promo-info__col {
        width: 100%;
        margin-bottom: 10px
    }

    .promo-info__row {
        margin-bottom: 20px
    }

    .promo-geo {
        display: none
    }

    .news-list__item {
        padding: 20px
    }

    .newsletter__img {
        display: none
    }

    .newsletter {
        padding: 20px 20px 25px
    }

    .news-content__control {
        display: block
    }

    .news-content__item {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 15px
    }

    .news-content__item:last-child {
        margin-bottom: 0
    }

    .reviews-pagination__row .reviews-pagination__item:nth-child(1n + 4) {
        display: none
    }

    .main_banner .info .main_banner__bottom {
        margin-top: 30px
    }

    .dir-consultation--spec {
        padding-top: 20px
    }
}

@media (max-width: 730px) {
    .doctors-top__col {
        width: 100%
    }

    .doctors-top__col:last-child {
        width: 100%;
        justify-content: flex-start
    }
}

@media (min-width: 576px) {
    .youtube_desk {
        min-height: 100px
    }
}

@media (max-width: 575px) {
    .guide__list {
        -webkit-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        column-gap: 0
    }

    .guide-top__count {
        display: block
    }

    .guide-top__count-item {
        width: 100%;
        margin-bottom: 10px
    }

    .guide-top__count-item:last-child {
        margin-bottom: 0
    }

    .guide-alphabet {
        margin-top: 20px;
        margin-bottom: 18px
    }

    .guide-top__search input[type="text"] {
        font-size: 15px;
        line-height: 1.2;
        padding: 15px 16px
    }

    .guide-top__search button,
    .guide-top__search input[type="submit"] {
        margin-top: 10px;
        position: static;
        display: block;
        width: 100%
    }

    .guide__spec {
        margin-top: 20px
    }

    .guide__spec .guide__list {
        -webkit-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        column-gap: 0
    }

    .guide-top__count-item {
        font-size: 16px
    }

    .guide__spec-title {
        margin-bottom: 20px
    }

    .guide__spec-title>span {
        padding-top: 8px;
        font-size: 24px
    }

    .guide__spec-inner.guide__spec {
        margin-top: 30px
    }

    .doctors-top__select .jq-selectbox__select-text {
        font-size: 16px;
        line-height: 1.25
    }

    .doctors-list {
        margin-bottom: -10px
    }

    .doctors__col {
        width: 100%;
        margin-bottom: 10px
    }

    .doctors-top__col {
        width: 100%
    }

    .doctors__name {
        font-size: 16px;
        line-height: 24px
    }

    .doctors-btn {
        margin-top: 20px
    }

    body .cont a.spec-btn {
        font-size: 16px
    }

    .doctor-n-card {
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding-bottom: 74px
    }

    .doctor-n-card__btn {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0
    }

    .doctor-n-card__btn a {
        font-size: 16px;
        padding-top: 14px;
        padding-bottom: 14px;
        display: block;
        width: 100%
    }

    .doctor-n-card__img {
        width: 100%;
        margin-top: 20px;
        margin-right: 0
    }

    .doctor-n-card__info {
        margin-top: 20px
    }

    .doctor-widget {
        margin-top: 30px
    }

    .doctor-n-card__title {
        margin-bottom: 10px
    }

    .section_info.section_info--n .accordion .item .open_btn,
    .section_info.section_info--n .accordion .item .open_btn h2 {
        font-size: 24px;
        line-height: 32px
    }

    .share-block {
        padding-top: 30px;
        padding-bottom: 40px
    }

    .share-block__item {
        width: 50px;
        height: 50px
    }

    .section_info.section_info--n .accordion .item .data ul li {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 15px
    }

    .section_info.section_info--n .accordion .item .data ul li::before {
        top: 6px
    }

    .section_info.section_info--n .accordion .item .data h3 {
        font-size: 20px;
        line-height: 28px;
        margin-top: 30px;
        margin-bottom: 20px
    }

    .video-item {
        margin: 20px 0
    }

    .video-item::before {
        background-size: 48px
    }

    .doctor-certificates-list__col {
        width: 50%
    }

    .promo-top__col {
        width: 100%;
        margin-bottom: 20px
    }

    .promo-top__col:last-child {
        margin-bottom: 0
    }

    .promo-top__col .guide-top__count {
        margin-top: 0
    }

    .promo-top__col .guide-top__count .guide-top__count-item {
        width: 100%
    }

    .promo__row {
        margin-bottom: -10px
    }

    .promo__col {
        margin-bottom: 10px
    }

    .promo__sub {
        font-size: 18px;
        line-height: 26px
    }

    .promo__desc,
    .promo__date {
        font-size: 13px;
        line-height: 18px
    }

    .promo-info {
        padding: 0 20px 20px
    }

    .promo-info__percent {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 36px;
        line-height: 42px
    }

    .promo-info__img {
        margin-left: -20px;
        margin-right: -20px
    }

    .promo-info__desc p {
        font-size: 16px;
        line-height: 24px
    }

    .promo-info__row {
        margin-top: 20px
    }

    .promo-info__sub,
    .promo-info__price {
        font-size: 16px;
        line-height: 24px
    }

    .form-aside {
        padding: 20px
    }

    .form-aside__item .jq-selectbox__select-text,
    .form-aside__item input,
    .form-aside__item textarea,
    .form-aside__item>span,
    .form-aside__btn {
        font-size: 16px;
        line-height: 24px
    }

    .form-aside__agree {
        font-size: 13px;
        line-height: 18px
    }

    .form-aside__btn {
        padding-top: 13px;
        padding-bottom: 13px
    }

    .form-aside__item .jq-selectbox__select-text,
    .form-aside__item input,
    .form-aside__item textarea {
        padding: 12px 19px
    }

    .form-aside__item textarea {
        height: 120px
    }

    .form-aside__item>span {
        padding: 13px 20px
    }

    .page-wrap__right {
        margin-top: 30px
    }

    .form-aside__sub {
        font-size: 16px;
        line-height: 24px
    }

    .promo-other {
        padding: 30px 0
    }

    .promo-other__title {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 28px
    }

    .news-list__item {
        display: block
    }

    .news-list__img {
        margin-left: 0;
        width: 100%;
        margin-bottom: 5px
    }

    .news-list__sub {
        font-size: 18px;
        line-height: 26px
    }

    .news-list__date {
        margin-bottom: 5px;
        font-size: 14px;
        line-height: 20px
    }

    .news-list__desc {
        margin-top: 5px;
        font-size: 13px;
        line-height: 18px
    }

    .newsletter {
        margin: 10px 0
    }

    .newsletter__sub {
        font-size: 20px;
        line-height: 28px
    }

    .newsletter__agree {
        font-size: 13px;
        line-height: 18px
    }

    .post-content p {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .post-content p,
    .post-content blockquote,
    .post-content ul li {
        font-size: 16px;
        line-height: 24px
    }

    .post-content blockquote {
        padding: 20px;
        padding-left: 50px;

    }

    .post-content h2 {
        margin-top: 40px;
        margin-bottom: 10px;
        font-size: 24px;
        line-height: 32px
    }

    .news-content__date {
        margin-top: 40px;
        font-size: 16px;
        line-height: 22px
    }

    .news-content__share {
        margin-top: 40px
    }

    .news-content__control {
        margin-top: 30px
    }

    .news-content__item {
        margin-bottom: 10px
    }

    .news-other-aside {
        margin-top: 30px
    }

    .news-other-aside__title {
        font-size: 20px;
        line-height: 28px
    }

    .page-wrap__right .newsletter {
        padding: 20px
    }

    .reviews-n__top {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 10px;
        flex-wrap: wrap
    }

    .reviews-n__top a {
        margin-left: 0
    }

    .reviews-n__desc p {
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 24px
    }

    .reviews-n__video {
        display: block;
        margin-left: 0;
        margin-top: 20px
    }

    .reviews-n__share {
        margin-top: 20px
    }

    .main_banner .info .main_banner__bottom {
        display: block
    }

    .main_banner__question {
        margin-top: 20px;
        margin-left: 0;
        text-align: center;
        font-size: 16px;
        line-height: 24px
    }

    .section-post--spec {
        padding-top: 20px
    }

    .guide-aside__sub {
        font-size: 16px;
        line-height: 24px
    }

    .guide-aside__list {
        -webkit-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        column-gap: 0
    }

    .section_info.dir-price--spec {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .dir-consultation--spec {
        padding-top: 10px
    }

    .guide-banner {
        margin: 40px 0 30px;
        padding: 15px
    }

    .guide-banner__info {
        font-size: 14px;
        line-height: 22px
    }

    .guide-banner__img {
        max-width: 100px;
        margin-right: 15px
    }

    .guide-author__block {
        display: block;
        text-align: center
    }

    .guide-author__img {
        margin: 0 auto 10px
    }

    .guide-author__name {
        font-size: 16px;
        line-height: 24px
    }

    .guide-author__desc {
        margin-top: 6px
    }

    .reviews-n__desc {
        position: static;
        padding-right: 0
    }

    .reviews-video {
        top: auto;
        left: 20px;
        right: 20px;
        bottom: 20px;
        width: auto
    }

    .reviews-n__item {
        padding-bottom: 20px !important;
        position: relative !important
    }

    .youtube_mobile {
        padding-bottom: 84px !important
    }

    .reviews-video__icon {
        display: none
    }

    .reviews-video__sub {
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: #F6FBFE;
        border: 1px solid rgba(0, 0, 0, 0.1);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 5px;
        padding: 9px
    }

    .reviews-video__sub::before {
        content: '';
        display: block;
        width: 24px;
        height: 24px;
        background: url(/local/templates/clin/assets/img/new_images/yt-icon.svg) center center no-repeat;
        background-size: contain;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 10px
    }

    .cont {
        padding: 0 20px
    }

    .doctors-top {
        width: calc(100% + 20px)
    }
}

/*TT29734*/
.akcii_castom-slider .actions__header__desc,
.akcii_castom-slider .promo-geo__item {
    min-height: unset !important;
    max-height: unset !important;
}

.promo-geo__col {
    margin-bottom: 62px !important;
}

.akcii_castom-slider .swiper-slide {
    height: auto;
}

.promo-geo__img img {
    max-height: unset;
    height: 270px;
}

/*конец TT29734*/

.section_info .main_title.margin_bottom {
    margin-bottom: 40px;
}

.section_info .accordion.margin_top_minus_40 {
    margin-top: -40px;
}

.actual_programs.padding_top_0 {
    padding-top: 0;
}

@media (max-width: 1024px) {
    .section_info .accordion.margin_top_minus_40 {
        margin-top: 0;
    }
}

.fancybox-slide video {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: static;
    padding: 0;
}

.fancybox-slide--video {
    padding: 15px 0;
}
.fancybox-container {
    z-index: 2147483650;
}

#videos-wrap .videos-item-wrap {
    padding-bottom: 56%;
}

#videos-wrap .videos-item-wrap img {
    object-fit: contain;
    height: auto;
}

.fancybox-slide > * {
    background-color: transparent;
}

.price_info_text small a{
	color: #4299E5;
}

.stock h1{
    text-transform: none;
}

.equipment__col.equipment_one {
    width: 100%;
}

.equipment__col.equipment_one .equipment__img{
    width: 300px;
}

.equipment__col.equipment_one .equipment__desc{
    color: #071318;
    font-size: 16px;
    line-height: 25px;
}

@media (max-width: 1024px) {
    .equipment__col.equipment_one .equipment__img{
        width: 100%;
    }
}

.spec-doctors-list .main_title{
    margin-bottom: 30px;
    text-align: left;
}

@media (max-width: 767px) {
    .spec-doctors-list .diseases-list {
        -webkit-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 20px;
        column-gap: 20px;
    }
}
@media (max-width: 550px) {
    .spec-doctors-list .diseases-list {
        -webkit-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        column-gap: 0;
    }
}

.buttons_page.left.doctor_service_links {
    margin-bottom: 30px;
}

