@charset "UTF-8";
.dropdown_box {
    position: relative;
    font-size: 14px;
    line-height: 27px;
    color: #1a1a1a;
    font-weight: 600;
    letter-spacing: .17px
}

@media screen and (max-width: 767px) {
    .dropdown_box {
        font-size: 14px;
        letter-spacing: .15px
    }
}

.dropdown_box--open .dropdown_box-selected {
    border-color: #008540
}

.dropdown_box--open .dropdown_box__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: dropdownOpen 200ms forwards;
    animation: dropdownOpen 200ms forwards
}

.dropdown_box-selected {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 171px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 42px;
    padding: 7px 48px 8px 20px;
    border: 2px solid #cbdecf;
    background-image: url(../../img/layout/ico-chevron-bottom.svg);
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-size: 10px;
    -webkit-transition: border-color .175s;
    -o-transition: border-color .175s;
    transition: border-color .175s;
    cursor: pointer
}

@media screen and (max-width: 767px) {
    .dropdown_box-selected {
        height: 36px;
        padding-left: 12px
    }
}

.dropdown_box-selected:hover {
    border-color: #008540
}

.dropdown_box__list {
    position: absolute;
    z-index: 3;
    top: calc(100% + 3px);
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 100%;
    padding: 7px 0;
    background-color: #f0f5f1;
    display: none;
    -webkit-animation: dropdownClose 200ms forwards;
    animation: dropdownClose 200ms forwards
}

.dropdown_box__list-item {
    padding: 3px 20px;
    -webkit-transition: background-color .175s;
    -o-transition: background-color .175s;
    transition: background-color .175s;
    cursor: pointer
}

@media screen and (max-width: 767px) {
    .dropdown_box__list-item {
        padding: 3px 16px
    }
}

.dropdown_box__list-item:hover {
    background-color: #cbdecf
}

.header {
    position: relative;
    height: 110px;
    z-index: 4
}

@media screen and (max-width: 1023px) {
    .header {
        border-bottom: 1px solid #cbdecf;
        height: auto
    }
}

@media screen and (max-width: 767px) {
    .header {
        background-color: #fff;
        z-index: 10
    }
}

@media screen and (min-width: 1024px) {
    .header--fixed .header__menu {
        -webkit-transition: .25s all;
        -o-transition: .25s all;
        transition: .25s all
    }
}

@media screen and (min-width: 1024px) {
    .header--is_sticky .header__fixed {
        height: 90px;
        border-bottom: 1px solid #cbdecf
    }

    .header--is_sticky .header__tools {
        display: none
    }

    .header--is_sticky .header__menu {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media screen and (min-width: 1024px) {
    .header__fixed {
        position: fixed;
        top: 0;
        width: 100%;
        height: 110px;
        background-color: #fff;
        -webkit-transition: all .25s;
        -o-transition: all .25s;
        transition: all .25s
    }
}

.header__inner {
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 1280px) {
    .header__inner {
        width: 990px
    }
}

@media screen and (max-width: 1023px) {
    .header__inner {
        width: 720px
    }
}

@media screen and (max-width: 767px) {
    .header__inner {
        width: calc(100% - 32px)
    }
}

@media screen and (max-width: 1023px) {
    .header__inner {
        height: 54px
    }
}

.header__logo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: auto
}

.header__logo-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header__logo-link span {
    display: none
}

.header__logo-img {
    max-height: 64px;
    width: auto
}

@media screen and (max-width: 1023px) {
    .header__logo-img {
        height: 30px
    }
}

.header__toggle {
    position: relative;
    margin-left: 10px;
    min-height: 20px;
    padding-right: 23px;
    font-size: 14px;
    line-height: 18px;
    color: #005417;
    font-weight: 700;
    letter-spacing: .34px
}

@media screen and (min-width: 1024px) {
    .header__toggle {
        display: none
    }
}

.header__toggle::before, .header__toggle::after {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 14px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    content: ""
}

.header__toggle::before {
    background-image: url(../../img/layout/ico-burger.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto
}

.page--burger_open .header__toggle::before {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0
}

.header__toggle::after {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    background-image: url(../../img/layout/ico-burger-close.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto
}

.page--burger_open .header__toggle::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.header__toggle-label {
    pointer-events: none
}

.header__toggle-link {
    margin-left: auto;
    padding: 5px 10px;
    border: 1px solid #f15720;
    font-size: 14px;
    line-height: 18px;
    color: #f15720;
    font-weight: 700;
    letter-spacing: .34px;
    display: none
}

@media screen and (max-width: 1023px) {
    .header__toggle-link {
        display: block
    }
}

.header__menu {
    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;
    height: 100%;
    padding: 18px 0 25px;
    margin-left: auto
}

@media screen and (max-width: 1023px) {
    .header__menu {
        position: absolute;
        right: 0;
        top: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        width: 320px;
        height: auto;
        padding: 0;
        background-color: #fff;
        -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
        -webkit-animation: dropdownClose .2s forwards;
        animation: dropdownClose .2s forwards
    }
}

@media screen and (max-width: 767px) {
    .header__menu {
        width: 100%
    }
}

.page--burger_open .header__menu {
    -webkit-animation: dropdownOpen .2s forwards;
    animation: dropdownOpen .2s forwards
}

.header__nav, .header__tools {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media screen and (max-width: 1023px) {
    .header__nav, .header__tools {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.header__tools {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 18px;
    color: #005417;
    font-weight: 600
}

@media screen and (max-width: 1023px) {
    .header__tools {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media screen and (max-width: 1023px) {
    .header__tools {
        padding: 24px 16px
    }
}

.header__tools-search {
    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;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    border: 1px solid #cbdecf
}

@media screen and (max-width: 1023px) {
    .header__tools-search {
        position: absolute;
        right: 16px;
        bottom: 24px
    }
}

.header__tools-link {
    margin-left: 30px;
    cursor: pointer
}

@media screen and (max-width: 1023px) {
    .header__tools-link {
        margin-left: 0;
        margin-bottom: 22px
    }
}

@media screen and (min-width: 1024px) {
    .header__tools-link--desktopOrange {
        color: #f15720
    }
}

@media screen and (max-width: 1023px) {
    .header__tools-link--desktopOrange {
        display: none
    }
}

.header__tools-link:hover {
    text-decoration: underline
}

@media screen and (max-width: 1023px) {
    .header__tools-link .dropdown_box {
        line-height: 18px
    }
}

.header__tools-link .dropdown_box-label {
    padding-right: 14.5px;
    background-image: url(../../img/layout/ico-chevron-bottom-sm.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto;
    color: #005417
}

.header__tools-link .dropdown_box__list {
    left: auto;
    right: 0
}

@media screen and (max-width: 1023px) {
    .header__tools-link .dropdown_box__list {
        position: static;
        width: calc(100vw - 32px);
        margin-top: 10px
    }
}

.header__tools-contact {
    margin-left: 25px;
    margin-right: 25px
}

@media screen and (max-width: 1023px) {
    .header__tools-contact {
        display: none
    }
}

.header__tools-contact span {
    color: #717171
}

.header__tools-contact a {
    color: #e74d15
}

.header__tools-contact a:hover {
    text-decoration: underline
}

.header__tools-social {
    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;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    -webkit-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s
}

@media screen and (max-width: 1023px) {
    .header__tools-social {
        display: none
    }
}

.header__tools-social--fb {
    background-color: #3b5998
}

.header__tools-social--fb:hover {
    background-color: #233b6e
}

.header__tools-social--ig {
    background-image: url(../../img/layout/ico-ig.svg);
}

.header__tools-social--yt {
    background-color: red
}

.header__tools-social--yt:hover {
    background-color: #e20707
}

.header__tools-social + .header__tools-social {
    margin-left: 10px
}

.header__tools-social + .header__tools--link {
    margin-left: 30px
}

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

@media screen and (min-width: 1024px) {
    .header__tools-socials {
        display: none
    }
}

.header__tools-socials a {
    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;
    width: 32px;
    height: 32px;
    border: 1px solid #cbdecf;
    border-radius: 50%
}

.header__tools-socials a + a {
    margin-left: 24px
}

@media screen and (max-width: 1023px) {
    .header__nav {
        border-bottom: 1px solid #cbdecf
    }
}

.header__nav-item {
    position: relative
}

@media screen and (max-width: 1023px) {
    .header__nav-item {
        border-top: 1px solid #cbdecf
    }
}

.header__nav-item + .header__nav-item {
    margin-left: 40px
}

@media screen and (max-width: 1280px) {
    .header__nav-item + .header__nav-item {
        margin-left: 20px
    }
}

@media screen and (max-width: 1023px) {
    .header__nav-item + .header__nav-item {
        margin-left: 0
    }
}

.header__nav-dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    padding-top: 25px;
    min-width: 250px;
    display: none
}

@media screen and (min-width: 1024px) {
    .header__nav-dropdown {
        -webkit-animation: dropdownClose .2s forwards;
        animation: dropdownClose .2s forwards
    }
}

@media screen and (max-width: 1023px) {
    .header__nav-dropdown {
        position: static;
        padding-top: 0;
        padding-bottom: 20px
    }
}

.header__nav-item--open .header__nav-dropdown {
    display: block
}

.header__nav-dropdown--last {
    left: auto;
    right: 0
}

@media screen and (min-width: 1024px) {
    :hover > .header__nav-dropdown {
        display: block;
        -webkit-animation: dropdownOpen .2s forwards;
        animation: dropdownOpen .2s forwards
    }
}

.header__nav-dropdown ul {
    background-color: #f0f5f1
}

@media screen and (max-width: 1023px) {
    .header__nav-dropdown ul {
        background-color: transparent
    }
}

.page--clinics .header__nav-dropdown ul {
    background-color: #fff
}

.page--clinic .header__nav-dropdown ul {
    background-color: #fff
}

.header__nav-dropdown ul li:hover + li a, .header__nav-dropdown ul li:hover a {
    border-color: #f15720
}

.header__nav-dropdown ul li + li a {
    border-top: 1px solid #cbdecf
}

@media screen and (max-width: 1023px) {
    .header__nav-dropdown ul li + li a {
        border-top: 0
    }
}

.header__nav-dropdown ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 30px;
    letter-spacing: .2px;
    font-weight: 600
}

@media screen and (max-width: 1023px) {
    .header__nav-dropdown ul li a {
        font-size: 14px;
        line-height: 18px;
        color: #005417
    }
}

.header__nav-dropdown ul li a:hover {
    color: #fff;
    background-color: #f15720
}

.header__nav-link {
    font-size: 16px;
    line-height: 20px;
    color: #1a1a1a;
    font-weight: 600;
    letter-spacing: .2px
}

@media screen and (max-width: 1023px) {
    .header__nav-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 11px 16px
    }
}

@media screen and (min-width: 1024px) {
    .header__nav-link:hover {
        color: #e74d15
    }
}

.header__nav-link--dropdown {
    padding-right: 18px;
    background-image: url(../../img/layout/ico-chevron-bottom.svg);
    background-position: right 8px;
    background-repeat: no-repeat;
    background-size: auto
}

@media screen and (min-width: 1024px) {
    :hover > .header__nav-link--dropdown, .header__nav-link--dropdown:hover {
        background-image: url(../../img/layout/ico-chevron-bottom-orange.svg);
        background-position: right 8px;
        background-repeat: no-repeat;
        background-size: auto;
        color: #e74d15
    }
}

@media screen and (max-width: 1023px) {
    .header__nav-link--dropdown {
        background-image: none
    }
}

.header__nav-link--dropdown .dropper {
    display: none
}

@media screen and (max-width: 1023px) {
    .header__nav-link--dropdown .dropper {
        position: absolute;
        right: 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
        padding: 5px 0;
        margin-left: auto;
        padding-right: 21px;
        background-image: url(../../img/layout/ico-nav-collapse-down.svg);
        background-position: right center;
        background-repeat: no-repeat;
        background-size: auto;
        font-size: 10px;
        line-height: 16px;
        color: #005417;
        font-weight: 700;
        letter-spacing: .29px;
        text-transform: uppercase
    }

    .header__nav-item--open .header__nav-link--dropdown .dropper {
        display: none
    }
}

.header__nav-link--dropdown .dropper--less {
    background-image: url(../../img/layout/ico-nav-collapse-up.svg);
    background-position: right 3px;
    background-repeat: no-repeat;
    background-size: auto;
    display: none
}

.header__nav-item--open .header__nav-link--dropdown .dropper--less {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header-cta {
    width: 180px;
    margin-left: 38px
}

@media screen and (max-width: 1023px) {
    .header-cta {
        display: none
    }
}

.search_modal {
    position: fixed !important;
    left: 0;
    top: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 89, 42, 0.98);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.page--search_open .search_modal {
    visibility: visible;
    opacity: 1
}

.search_modal__inner {
    position: relative;
    padding-top: 200px;
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

@media screen and (max-width: 1280px) {
    .search_modal__inner {
        width: 990px
    }
}

@media screen and (max-width: 1023px) {
    .search_modal__inner {
        width: 720px
    }
}

@media screen and (max-width: 767px) {
    .search_modal__inner {
        width: calc(100% - 32px)
    }
}

@media screen and (max-width: 767px) {
    .search_modal__inner {
        padding-top: 80px
    }
}

.page--search_open .search_modal__inner {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.search_modal__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5)
}

@media screen and (max-width: 767px) {
    .search_modal__form {
        padding-bottom: 14px
    }
}

.search_modal__form-phrase {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: 24px;
    background-color: transparent;
    padding: 0;
    border: 0;
    font-size: 34px;
    line-height: 52px;
    color: #fff;
    font-weight: 700;
    -webkit-appearance: none
}

@media screen and (max-width: 767px) {
    .search_modal__form-phrase {
        margin-right: 12px;
        font-size: 18px;
        line-height: 24px
    }
}

.search_modal__form-phrase:focus {
    outline: 0
}

.search_modal__form-phrase::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5)
}

.search_modal__form-phrase::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5)
}

.search_modal__form-phrase::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5)
}

.search_modal__form-phrase::placeholder {
    color: rgba(255, 255, 255, 0.5)
}

.search_modal__form-phrase::-webkit-search-cancel-button {
    display: none
}

.search_modal__form-btn {
    background-color: transparent;
    background-image: url(../../img/layout/ico-search-arrow.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto;
    padding: 0 28px 0 0;
    border: 0;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    font-weight: 700;
    letter-spacing: .4px;
    opacity: 0;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

@media screen and (max-width: 767px) {
    .search_modal__form-btn {
        width: 12px;
        text-indent: -99999px
    }
}

.search_modal--active .search_modal__form-btn {
    opacity: 1
}

.search_modal-info {
    margin-top: 23px;
    padding-left: 25px;
    background-image: url(../../img/layout/ico-search-enter.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto;
    font-size: 13px;
    line-height: 27px;
    color: #fff;
    font-weight: 600;
    letter-spacing: .16px;
    opacity: 0;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

@media screen and (max-width: 767px) {
    .search_modal-info {
        display: none
    }
}

.search_modal--active .search_modal-info {
    opacity: .5
}

.search_modal__close {
    position: absolute;
    right: 0;
    top: 70px;
    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;
    width: 48px;
    height: 48px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s
}

@media screen and (max-width: 767px) {
    .search_modal__close {
        right: -16px;
        top: 0;
        width: 32px;
        height: 32px;
        border-radius: 0
    }
}

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

@media screen and (max-width: 767px) {
    .search_modal__close-img {
        height: 16px
    }
}

.breadcrumbs {
    margin: 10px 0 20px;
    font-size: 13px;
    line-height: 16px;
    color: #717171;
    font-weight: 600
}

@media screen and (max-width: 767px) {
    .breadcrumbs {
        display: none
    }
}

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

.breadcrumbs ol li:not(:last-child) {
    padding-right: 23px;
    background-image: url(../../img/layout/ico-breadcrumb.svg);
    background-position: right 10px top 5px;
    background-repeat: no-repeat;
    background-size: auto
}

.breadcrumbs ol li:last-child {
    color: #717171
}

.breadcrumbs ol li a:hover {
    text-decoration: underline
}

.timetable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #f0f5f1
}

.timetable__header {
    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;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 76px;
    padding: 10px 20px;
    border-bottom: 1px solid #cbdecf;
    font-size: 16px;
    line-height: 26px;
    color: #005417;
    font-weight: 700;
    letter-spacing: .17px
}

@media screen and (max-width: 1023px) {
    .timetable__header {
        font-size: 14px;
        line-height: 20px;
        height: 56px
    }
}

@media screen and (max-width: 767px) {
    .timetable__header {
        padding: 5px 10px
    }
}

.timetable__content {
    padding: 8px 20px 11px
}

@media screen and (max-width: 767px) {
    .timetable__content {
        padding-left: 10px;
        padding-right: 10px
    }
}

.timetable__content table {
    font-size: 14px;
    line-height: 34px;
    color: #484848;
    font-weight: 600;
    letter-spacing: .17px
}

@media screen and (max-width: 1023px) {
    .timetable__content table {
        font-size: 14px;
        line-height: 26px;
        letter-spacing: .15px
    }
}

.timetable__content table td:first-child {
    padding-right: 10px
}

.timetable__content table td:last-child {
    color: #005417;
    font-weight: 700
}

.clinic {
    margin-bottom: 20px;
    background-color: #f0f5f1;
}

.clinic__header {
    width: 50%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 70px 0 0;
    -webkit-transition: background-color .2s, -webkit-box-shadow .15s;
    transition: background-color .2s, -webkit-box-shadow .15s;
    -o-transition: background-color .2s, box-shadow .15s;
    transition: background-color .2s, box-shadow .15s;
    transition: background-color .2s, box-shadow .15s, -webkit-box-shadow .15s
}

.clinic__header-wrapper {
    display: flex;
}
.clinic__header:hover {
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3)
}

@media screen and (max-width: 1023px) {
    .clinic__header-wrapper {
        justify-content: space-between;
    }
    .clinic__header {
        width: 49%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 30px 0 0;
    }
    .clinic__header_pl {
       -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.clinic__header::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    top: 0;
    z-index: -1;
    width: 100vw;
    height: 100%;
    background-color: #f0f5f1
}

.clinic__header-aside {
    width: 370px
}

@media screen and (max-width: 1280px) {
    .clinic__header-aside {
        width: 310px
    }
}

.showContactFormDesktop {
    display: block;
}

.showContactFormMobile {
    display: none;
}

@media screen and (max-width: 1023px) {
    .clinic__header-aside {
        width: 220px
    }

    .showContactFormDesktop {
        display: none;
    }

    .showContactFormMobile {
        display: block;
    }
}

@media screen and (max-width: 1023px) {
    .clinic__header-aside {
        width: 100%
    }
}

.clinic__header-main {
    width: 770px
}

@media screen and (max-width: 1280px) {
    .clinic__header-main {
        width: 650px
    }
}

@media screen and (max-width: 1023px) {
    .clinic__header-main {
        width: 470px
    }
}

@media screen and (max-width: 1023px) {
    .clinic__header-main {
        margin-top: 40px;
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    .clinic__header-main {
        margin-top: 15px
    }
}

.clinic__header_en {
    max-width: 770px;
    margin: 56px auto 80px;
    text-align: center
}

@media screen and (max-width: 1023px) {
    .clinic__header_en {
        margin-bottom: 48px
    }
}

@media screen and (max-width: 767px) {
    .clinic__header_en {
        margin-bottom: 32px
    }
}

.clinic__header_en-title {
    margin-bottom: 16px
}

.clinic__header_en-lead {
    font-size: 18px;
    line-height: 1.667em;
    letter-spacing: .18px;
    font-weight: 600;
    color: #717171
}

@media screen and (max-width: 767px) {
    .clinic__header_en-lead {
        font-size: 14px
    }
}

.clinic__header_pl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.clinic__header_pl-title {
    width: 100%;
    text-align: center;
    margin-bottom: 33px
}

@media screen and (max-width: 767px) {
    .clinic__header_pl-title {
        margin-bottom: 0
    }
}

.clinic__header_pl-lead {
    width: 770px;
    max-width: 100%;
    text-align: center;
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 18px;
    color: #484848;
    letter-spacing: .2px;
    line-height: 27px
}

@media screen and (max-width: 767px) {
    .clinic__header_pl-lead {
        font-size: 14px
    }
}

.clinic__header_pl-lead--small {
    width: 770px;
    max-width: 100%;
    color: #484848;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .16px;
    text-align: center;
    line-height: 23px;
    margin-bottom: 39px;
    visibility: hidden
}

@media screen and (max-width: 1023px) {
    .clinic__header_pl-lead--small {
        margin-bottom: 30px
    }
}

@media screen and (max-width: 767px) {
    .clinic__header_pl-lead--small {
        margin-bottom: 20px;
        font-size: 14px
    }
}

.clinic__header_pl-lead--small .content {
    height: 42px;
    overflow: hidden
}

.clinic__header_pl-lead--small--shown .content {
    height: auto;
    overflow: auto
}

.clinic__header_pl-lead--shown {
    visibility: visible
}

.clinic__title {
    font-size: 34px;
    line-height: 43px;
    color: #1a1a1a;
    font-weight: 700
}

@media screen and (max-width: 767px) {
    .clinic__title {
        font-size: 20px;
        line-height: 25px
    }
}

.clinic__description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 16px;
    font-size: 14px;
    line-height: 23px;
    color: #484848;
    font-weight: 600;
    letter-spacing: .17px
}

@media screen and (max-width: 767px) {
    .clinic__description {
        font-size: 14px;
        line-height: 18px
    }
}

.clinic__description-content {
    visibility: hidden
}

.clinic__description-content--shown {
    visibility: visible
}

.clinic__description-content--collapsed {
    background: transparent;
    display: block;
    display: -webkit-box;
    max-height: 253px;
    -webkit-line-clamp: 11;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

@-moz-document url-prefix() {
    .clinic__description-content--collapsed {
        overflow: hidden;
        position: relative
    }
    .clinic__description-content--collapsed:before {
        background: transparent;
        bottom: 0;
        position: absolute;
        right: 0;
        float: right;
        content: "…";
        margin-left: -3rem;
        width: 3rem
    }
    .clinic__description-content--collapsed:after {
        content: "";
        background: transparent;
        position: absolute;
        height: 50px;
        width: 100%;
        z-index: 1
    }
}

@media screen and (max-width: 767px) {
    .clinic__description-content--collapsed {
        background: transparent;
        display: block;
        display: -webkit-box;
        max-height: 108px;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis
    }

    @-moz-document url-prefix() {
        .clinic__description-content--collapsed {
            overflow: hidden;
            position: relative
        }
        .clinic__description-content--collapsed:before {
            background: transparent;
            bottom: 0;
            position: absolute;
            right: 0;
            float: right;
            content: "…";
            margin-left: -3rem;
            width: 3rem
        }
        .clinic__description-content--collapsed:after {
            content: "";
            background: transparent;
            position: absolute;
            height: 50px;
            width: 100%;
            z-index: 1
        }
    }
}

.clinic__description-link {
    margin-top: 14px;
    color: #e74d15;
    cursor: pointer
}

.clinic__description-link:hover {
    text-decoration: underline
}

.clinic__gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width: 767px) {
    .clinic__gallery {
        display: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.clinic__gallery-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 15px);
    flex: 0 0 calc(50% - 15px)
}

@media screen and (max-width: 767px) {
    .clinic__gallery-col {
        width: 100%
    }
}

.browser--ie .clinic__gallery-col {
    -ms-flex-preferred-size: calc(50% - 15px);
    flex-basis: calc(50% - 15px)
}

.clinic__gallery-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -30px;
    margin-top: -30px
}

@media screen and (max-width: 767px) {
    .clinic__gallery-grid {
        margin-left: -10px;
        margin-top: 0
    }
}

.clinic__gallery-grid .clinic__gallery-item {
    width: calc(50% - 30px);
    height: 170px;
    margin-left: 30px;
    margin-top: 30px
}

@media screen and (max-width: 767px) {
    .clinic__gallery-grid .clinic__gallery-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
        flex: 0 0 calc(50% - 10px);
        width: calc(50% - 10px);
        margin-left: 10px;
        margin-top: 10px
    }
}

@media screen and (max-width: 1280px) {
    .clinic__gallery-grid .clinic__gallery-item {
        height: 140px
    }
}

.clinic__gallery-item {
    background-color: #008540;
    -webkit-transition: -webkit-box-shadow .2s;
    transition: -webkit-box-shadow .2s;
    -o-transition: box-shadow .2s;
    transition: box-shadow .2s;
    transition: box-shadow .2s, -webkit-box-shadow .2s;
    cursor: pointer
}

.clinic__gallery-item:hover {
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3)
}

.browser--ie .clinic__gallery-item {
    position: relative;
    overflow: hidden
}

.clinic__gallery-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.browser--ie .clinic__gallery-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    width: auto;
    min-height: 100%;
    height: auto
}

.clinic__gallery-item--main {
    width: 100%;
    height: 370px
}

@media screen and (max-width: 1280px) {
    .clinic__gallery-item--main {
        height: 310px
    }
}

.clinic__gallery-item--more {
    position: relative
}

.clinic__gallery-item--more > img {
    opacity: .3;
    pointer-events: none
}

.clinic__gallery-item--more > div {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    font-weight: 700;
    letter-spacing: .4px;
    pointer-events: none
}

.clinic__gallery-item--more > div b {
    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;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    color: #005417
}

.clinic__gallery-item--more > div span {
    margin-top: 11px
}

.clinic__schedule {
    margin-top: 67px
}

@media screen and (max-width: 1023px) {
    .clinic__schedule {
        margin-top: 40px
    }
}

.clinic__schedule-header {
    margin-bottom: 43px;
    text-align: center
}

@media screen and (max-width: 1023px) {
    .clinic__schedule-header {
        margin-bottom: 19px
    }
}

.clinic__schedule-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width: 1023px) {
    .clinic__schedule-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.clinic__map {
    position: relative;
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 370px;
    height: 376px;
    background-color: #005417;
    overflow: hidden
}

@media screen and (max-width: 1280px) {
    .clinic__map {
        width: 310px
    }
}

@media screen and (max-width: 1023px) {
    .clinic__map {
        width: 220px
    }
}

@media screen and (max-width: 1280px) {
    .clinic__map {
        width: 570px
    }
}

@media screen and (max-width: 1280px) and (max-width: 1280px) {
    .clinic__map {
        width: 480px
    }
}

@media screen and (max-width: 1280px) and (max-width: 1023px) {
    .clinic__map {
        width: 345px
    }
}

@media screen and (max-width: 1023px) {
    .clinic__map {
        width: 100%;
        height: 300px
    }
}

@media screen and (max-width: 767px) {
    .clinic__map {
        width: 100vw;
        height: 280px;
        margin-left: -16px
    }
}

.clinic__map-iframe {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    height: 236px;
    width: 100%;
    overflow: hidden
}

@media screen and (max-width: 1023px) {
    .clinic__map-iframe {
        height: 160px
    }
}

@media screen and (max-width: 767px) {
    .clinic__map-iframe {
        height: 170px
    }
}

.clinic__map-iframe iframe {
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%)
}

.clinic__map-content {
    position: relative;
    z-index: 2;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 140px;
    width: 100%;
    padding: 24px 30px 30px;
    background-color: #005417
}

@media screen and (max-width: 767px) {
    .clinic__map-content {
        padding: 16px;
        min-height: 110px
    }
}

.clinic__map-address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 16px
}

.clinic__map-address img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    width: 16px;
    height: 20px;
    margin-right: 8px
}

@media screen and (max-width: 767px) {
    .clinic__map-address img {
        margin-right: 18px
    }
}

.clinic__map-address address {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    font-weight: 700;
    letter-spacing: .17px
}

@media screen and (max-width: 767px) {
    .clinic__map-address address {
        margin-top: 0
    }
}

.clinic__map-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.clinic__map-phone {
    padding: 2px 20px 2px 23px;
    background-image: url(../../img/layout/ico-phone.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto;
    font-size: 18px;
    line-height: 23px;
    color: #fff;
    font-weight: 700;
    letter-spacing: .51px
}

@media screen and (max-width: 767px) {
    .clinic__map-phone {
        display: none
    }
}

.clinic__map-btn {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 8px;
    font-size: 13px
}

@media screen and (max-width: 767px) {
    .clinic__map-btn {
        padding: 9.5px 10px;
        width: 100%
    }
}

.clinic__timetable {
    width: 770px
}

@media screen and (max-width: 1280px) {
    .clinic__timetable {
        width: 650px
    }
}

@media screen and (max-width: 1023px) {
    .clinic__timetable {
        width: 470px
    }
}

@media screen and (max-width: 1280px) {
    .clinic__timetable {
        width: 570px
    }
}

@media screen and (max-width: 1280px) and (max-width: 1280px) {
    .clinic__timetable {
        width: 480px
    }
}

@media screen and (max-width: 1280px) and (max-width: 1023px) {
    .clinic__timetable {
        width: 345px
    }
}

@media screen and (max-width: 1023px) {
    .clinic__timetable {
        margin-top: 20px;
        width: 100%
    }
}

.clinic__timetable-alert {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    background-color: #fcede7;
    min-height: 44px;
    padding: 5px 30px 5px 46px;
    background-image: url(../../img/layout/ico-alert.svg);
    background-position: 20px 14px;
    background-repeat: no-repeat;
    background-size: auto;
    font-size: 14px;
    line-height: 18px;
    color: #e74d15;
    font-weight: 600;
    letter-spacing: .17px
}

.browser--ie .clinic__timetable-alert {
    padding-top: 13px;
    padding-bottom: 13px
}

.clinic__timetable-alert--blue-dot {
    background-image: url(../../img/layout/ico-alert-dot-blue.svg);
    background-position: 20px 14px;
    background-repeat: no-repeat;
    background-size: auto
}

.clinic__timetable-alert a {
    text-decoration: underline
}

.clinic__timetable__wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.clinic__timetable__tr .clinic__timetable-alert {
    background-position: 0 3px;
    display: block;
    background-color: transparent;
    padding: 0 0 0 21px;
    background-size: 16px;
    margin: 19px 0 0 0;
    letter-spacing: .15px;
    font-size: 12px;
    line-height: 24px;
    color: #e74d15;
    font-weight: 600
}

@media screen and (max-width: 767px) {
    .clinic__timetable-frame {
        position: relative;
        font-size: 0;
        line-height: 0
    }
}

.clinic__timetable-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px
}

@media screen and (max-width: 767px) {
    .clinic__timetable-group {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-left: 0
    }
}

.clinic__timetable-group .timetable {
    width: calc(25% - 20px);
    margin-left: 20px;
    margin-bottom: 20px
}

@media screen and (max-width: 1280px) {
    .clinic__timetable-group .timetable {
        width: calc(50% - 20px)
    }
}

@media screen and (max-width: 1023px) {
    .clinic__timetable__wrapp {
        display: none;
    }
    .clinic__timetable-group .timetable {
        width: calc(25% - 20px)
    }
}

@media screen and (max-width: 767px) {
    .clinic__timetable-group .timetable {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 168px;
        flex: 0 0 168px;
        width: 168px;
        margin-left: 0;
        margin-bottom: 0
    }
}

@media screen and (max-width: 767px) {
    .clinic__timetable-group .timetable:not(:last-child) {
        border-right: 9px solid #fff
    }
}

.clinic__timetable-arrow {
    position: absolute;
    right: -20px;
    z-index: 4;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background-color: #fff;
    background-image: url(../../img/layout/ico-arrow-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto
}

@media screen and (min-width: 768px) {
    .clinic__timetable-arrow {
        display: none
    }
}

.clinic__timetable-link {
    margin-top: 9px;
    display: inline-block;
    background-image: url(../../img/layout/ico-calendar.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto;
    padding-left: 28px;
    font-size: 14px;
    line-height: 18px;
    color: #e74d15;
    font-weight: 600;
    letter-spacing: .08px
}

@media screen and (max-width: 767px) {
    .clinic__timetable-link {
        position: relative;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        margin-top: 18px;
        padding-left: 21px;
        background-size: 15px;
        font-size: 14px
    }
}

.clinic__slider-wrapper {
    display: flex;
    justify-content: space-between;
    background: white;
}

.clinic__slider {
    background-color: #f0f5f1;
    position: relative;
    /*left: 50%;*/
    /*-ms-transform: translateX(-50%);*/
    /*transform: translateX(-50%);*/
    /*-webkit-transform: translateX(-50%);*/
    width: 45%;
    height: 300px;
    overflow: hidden;

}

@media screen and (max-width: 1023px) {
    .clinic__slider {
        height: 256px
    }
}

@media screen and (max-width: 767px) {
    .clinic__slider {
        height: 180px
    }
}

.clinic__slider-frame {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-transition: left .25s ease;
    -o-transition: left .25s ease;
    transition: left .25s ease
}

.clinic__slider-item {
    height: 100%
}

.clinic__slider-item + .clinic__slider-item {
    margin-left: 30px
}

@media screen and (max-width: 767px) {
    .clinic__slider-item + .clinic__slider-item {
        margin-left: 16px
    }
}

.clinic__slider-item img {
    display: block;
    height: 100%
}

.clinic__slider-nav {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 1;
    width: 72px;
    height: 72px;
    background-color: #fff;
    cursor: pointer;
    -webkit-transition: background-color .25s ease;
    -o-transition: background-color .25s ease;
    transition: background-color .25s ease
}

@media screen and (max-width: 1023px) {
    .clinic__slider-nav {
        width: 48px;
        height: 48px
    }
}

@media screen and (max-width: 767px) {
    .clinic__slider-nav {
        width: 32px;
        height: 32px
    }
}

.clinic__slider-nav:hover {
    background-color: rgba(255, 255, 255, 0.9)
}

.clinic__slider-nav--prev {
    left: 0;
    background-image: url(../../img/layout/ico-carousel-prev.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 22px 12px
}

@media screen and (max-width: 767px) {
    .clinic__slider-nav--prev {
        background-size: 16px auto
    }
}

.clinic__slider-nav--next {
    right: 0;
    background-image: url(../../img/layout/ico-carousel-next.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 22px 12px
}

@media screen and (max-width: 767px) {
    .clinic__slider-nav--next {
        background-size: 16px auto
    }
}

.breaker {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.breaker_cta {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.breaker .btn {
    cursor: pointer
}

.gallery_carousel {
    position: relative
}

.gallery_carousel-frame {
    position: relative;
    font-size: 0;
    line-height: 0;
    white-space: nowrap
}

.gallery_carousel-photos {
    display: inline-block
}

.gallery_carousel-item {
    display: inline-block;
    width: 120px;
    height: 120px
}

.gallery_carousel-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.gallery_carousel-item + .gallery_carousel-item {
    margin-left: 8px
}

.gallery_carousel-nav {
    position: absolute;
    right: -20px;
    z-index: 4;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background-color: #fff;
    background-image: url(../../img/layout/ico-arrow-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto
}

.in_touch {
    position: relative;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    padding: 70px 0 74px;
    width: 100vw;
    background-color: #008540;
    background-position: center;
    background-size: cover;
    color: #fff
}

.stories--transparent .in_touch {
    background-color: transparent;
    background-image: none !important;
    color: #005417
}

@media screen and (max-width: 1023px) {
    .in_touch {
        padding: 32px 0
    }
}

.in_touch__inner {
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
    width: 970px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto
}

@media screen and (max-width: 1280px) {
    .in_touch__inner {
        width: 990px
    }
}

@media screen and (max-width: 1023px) {
    .in_touch__inner {
        width: 720px
    }
}

@media screen and (max-width: 767px) {
    .in_touch__inner {
        width: calc(100% - 32px)
    }
}

@media screen and (max-width: 1280px) {
    .in_touch__inner {
        width: 820px
    }
}

@media screen and (max-width: 1023px) {
    .in_touch__inner {
        width: 595px
    }
}

@media screen and (max-width: 1023px) {
    .in_touch__inner {
        width: 720px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media screen and (max-width: 767px) {
    .in_touch__inner {
        width: calc(100% - 32px);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.in_touch__inner + .in_touch__inner {
    margin-top: 50px
}

@media screen and (max-width: 767px) {
    .in_touch__inner + .in_touch__inner {
        margin-top: 24px
    }
}

.in_touch__photo {
    position: relative;
    width: 270px;
    height: 270px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #1a1a1a;
    margin-right: auto;
    border-radius: 50%;
    overflow: hidden
}

@media screen and (max-width: 1280px) {
    .in_touch__photo {
        width: 225px
    }
}

@media screen and (max-width: 1023px) {
    .in_touch__photo {
        width: 157.5px
    }
}

@media screen and (max-width: 1023px) {
    .in_touch__photo {
        width: 370px;
        height: 220px
    }
}

@media screen and (max-width: 1023px) and (max-width: 1280px) {
    .in_touch__photo {
        width: 310px
    }
}

@media screen and (max-width: 1023px) and (max-width: 1023px) {
    .in_touch__photo {
        width: 220px
    }
}

@media screen and (max-width: 767px) {
    .in_touch__photo {
        width: 180px;
        height: 180px;
        margin: 0 auto 24px
    }
}

.in_touch__photo > img, .in_touch__photo-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity
}

.in_touch__content {
    width: 570px
}

@media screen and (max-width: 1280px) {
    .in_touch__content {
        width: 480px
    }
}

@media screen and (max-width: 1023px) {
    .in_touch__content {
        width: 345px
    }
}

@media screen and (max-width: 1023px) {
    .in_touch__content {
        width: 670px
    }
}

@media screen and (max-width: 1023px) and (max-width: 1280px) {
    .in_touch__content {
        width: 565px
    }
}

@media screen and (max-width: 1023px) and (max-width: 1023px) {
    .in_touch__content {
        width: 407.5px
    }
}

@media screen and (max-width: 767px) {
    .in_touch__content {
        width: 100%;
        text-align: center
    }
}

.in_touch__quote {
    position: relative
}

.in_touch__quote::before {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    width: 37px;
    height: 32px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url(../../img/layout/ico-quote-testimonials.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.stories--transparent .in_touch__quote::before {
    background-image: url(../../img/layout/ico-testimonial-quote-2.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto;
    opacity: .3
}

@media screen and (max-width: 767px) {
    .in_touch__quote::before {
        -webkit-transform: translateX(-8px);
        -ms-transform: translateX(-8px);
        transform: translateX(-8px)
    }
}

.in_touch__quote-text {
    font-size: 26px;
    line-height: 1.538em;
    font-weight: 700
}

@media screen and (max-width: 1023px) {
    .in_touch__quote-text {
        font-size: 22px
    }
}

@media screen and (max-width: 767px) {
    .in_touch__quote-text {
        font-size: 18px
    }
}

.in_touch__quote-link {
    display: inline-block;
    margin-top: 16px;
    padding-right: 24px;
    background-image: url(../../img/layout/ico-arrow-right-white.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: .17px
}

.stories--transparent .in_touch__quote-link {
    background-image: url(../../img/layout/ico-arrow-right.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto
}

.in_touch__quote-link:hover {
    text-decoration: underline
}

.in_touch__person {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 24px;
    font-weight: 600
}

@media screen and (max-width: 767px) {
    .in_touch__person {
        margin-top: 16px
    }
}

.in_touch__person-position {
    font-size: 14px;
    font-weight: normal;
    opacity: .6
}

.in_touch-cta {
    margin-top: 20px;
    padding-left: 48px;
    padding-right: 48px
}

@media screen and (max-width: 767px) {
    .in_touch-cta {
        width: 100%
    }
}

.in_touch-title {
    margin: 0 auto;
    text-align: center
}

.opening_hours {
    position: relative;
    margin-bottom: 72px;
    padding-bottom: 51px
}
.opening_hours-wrapper{
    margin: 0 10px;
    width: 50%;
}

@media screen and (max-width: 1023px) {
    .opening_hours-wrapper{
        margin: 0 20px;
        width: 49%;
    }

    .opening_hours {
        margin-bottom: 56px
    }
}

.opening_hours::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    height: 1px;
    width: 100vw;
    background-color: #cbdecf;
    content: ""
}

.opening_hours--pl {
    padding-bottom: 0
}

.opening_hours--pl::after {
    display: none
}

.opening_hours-title {
    margin-bottom: 48px;
    text-align: center
}

@media screen and (max-width: 767px) {
    .opening_hours-title {
        margin-bottom: 24px
    }
}

.opening_hours-group {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

/*.opening_hours-group--center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}*/

@media screen and (max-width: 767px) {
    .opening_hours-group--center {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media screen and (max-width: 1023px) {
    .opening_hours-group {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .opening_hours-group {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .opening_hours-group::after {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16px;
        flex: 0 0 16px;
        content: ""
    }
}

.opening_hours-group .timetable {
    width: calc(26.6666% - 30px);
    margin: 0 10px 30px
}

@media screen and (max-width: 1280px) {
    .opening_hours-group .timetable {
        width: calc(25% - 30px)
    }
}

@media screen and (max-width: 1023px) {
    .opening_hours-group .timetable {
        width: calc(50% - 30px)
    }
}

@media screen and (max-width: 767px) {
    .opening_hours-group .timetable {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
        flex: 0 0 200px;
        margin-bottom: 0;
        margin-left: 16px
    }
}

.opening_hours-group .timetable__content {
    padding: 8px 15px 11px
}

.opening_hours-group .timetable__content td:last-child {
    white-space: nowrap
}

@media screen and (max-width: 1280px) {
    .opening_hours-group .timetable__content td:last-child {
        white-space: unset
    }
}

.opening_hours-group .timetable__content td.white-space {
    white-space: unset
}

.opening_hours-group .timetable__content td.timetable__message {
    white-space: unset
}

.opening_hours__linkWrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.opening_hours__linkWrapp-link {
    margin-top: 9px;
    display: inline-block;
    background-image: url(../../img/layout/ico-calendar.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto;
    padding-left: 28px;
    font-size: 14px;
    line-height: 18px;
    color: #e74d15;
    font-weight: 600;
    letter-spacing: .08px
}

@media screen and (max-width: 767px) {
    .opening_hours__linkWrapp-link {
        position: relative;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        margin-top: 18px;
        padding-left: 21px;
        background-size: 15px;
        font-size: 14px
    }
}

.transfer {
    margin: 50px 50px
}

@media screen and (max-width: 1023px) {
    .transfer {
        margin-bottom: 56px
    }
}

.transfer__header {
    margin-bottom: 48px
}

@media screen and (max-width: 767px) {
    .transfer__header {
        margin-bottom: 24px
    }
}

.transfer__header-title {
    margin-bottom: 0;
    text-align: center
}

.transfer__footer {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 80px auto 0;
    width: 770px;
    text-align: center
}

@media screen and (max-width: 1280px) {
    .transfer__footer {
        width: 650px
    }
}

@media screen and (max-width: 1023px) {
    .transfer__footer {
        width: 470px
    }
}

@media screen and (max-width: 1023px) {
    .transfer__footer {
        width: 100%;
        margin-top: 32px
    }
}

@media screen and (max-width: 767px) {
    .transfer__footer {
        margin-top: 16px
    }
}

.transfer__footer-ico {
    margin-bottom: 24px
}

.transfer__footer-label {
    font-size: 24px;
    line-height: 1.5em;
    font-weight: 700
}

@media screen and (max-width: 767px) {
    .transfer__footer-label {
        font-size: 20px
    }
}

.transfer__footer-cta {
    margin-top: 24px
}

@media screen and (max-width: 767px) {
    .transfer__footer-cta {
        width: 100%
    }
}

.transfer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    /*display: flex;*/
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
}

@media screen and (max-width: 1023px) {
    .transfer__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.transfer__row-map {
    margin: 0 auto;
    width: 470px
}

@media screen and (max-width: 1280px) {
    .transfer__row-map {
        width: 395px
    }
}

@media screen and (max-width: 1023px) {
    .transfer__row-map {
        width: 282.5px
    }
}

@media screen and (max-width: 1023px) {
    .transfer__row-map {
        width: 100%;
        margin-bottom: 32px
    }
}

@media screen and (max-width: 767px) {
    .transfer__row-map {
        position: relative
    }
}

.transfer__row-main {
    margin: 30px 30px 0;
    width: 570px
}

@media screen and (max-width: 1280px) {
    .transfer__row-main {
        width: 480px
    }
}

@media screen and (max-width: 1023px) {
    .transfer__row-main {
        width: 345px
    }
}

@media screen and (max-width: 1023px) {
    .transfer__row-main {
        width: 100%
    }
}

.transfer--pl .transfer__plan-heading {
    text-align: center;
    display: block
}

.transfer--pl .transfer__row-main {
    width: 640px
}

@media screen and (max-width: 1280px) {
    .transfer--pl .transfer__row-main {
        width: 540px
    }
}

@media screen and (max-width: 1023px) {
    .transfer--pl .transfer__row-main {
        width: 100%
    }
}

.transfer__map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.transfer__map-iframe {
    position: relative;
    height: 256px;
    overflow: hidden
}

.transfer__map-iframe--pl {
    height: 340px
}

@media screen and (max-width: 1023px) {
    .transfer__map-iframe {
        height: 216px
    }
}

.transfer__map-iframe iframe {
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 200%;
    height: 200%;
    margin-top: 24px
}

@media screen and (max-width: 767px) {
    .transfer__map-iframe iframe {
        width: 100%
    }
}

.transfer__map-address {
    background-color: #005417;
    padding: 24px 16px 32px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    letter-spacing: .22px
}

.transfer__map-address--pl {
    padding: 23px 16px 29px;
    font-size: 14px;
    letter-spacing: .17px;
    line-height: 31px
}

@media screen and (max-width: 767px) {
    .transfer__map-address--pl {
        background-color: rgba(26, 26, 26, 0.75);
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        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
    }
}

.transfer__map-address--pl span {
    position: relative;
    padding-left: 22px
}

.transfer__map-address--pl span::before {
    position: absolute;
    top: -2px;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../../img/layout/ico-pin-white.svg);
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    content: ""
}

.transfer__plan {
    margin-bottom: 34px
}

.transfer__plan-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 44px;
    font-size: 24px;
    line-height: 30px
}

@media screen and (max-width: 767px) {
    .transfer__plan-heading {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 32px;
        font-size: 18px;
        line-height: 24px
    }
}

.transfer__plan-heading--mtp {
    margin-top: 12px;
    font-weight: 700
}

.transfer__plan-tab {
    position: relative;
    z-index: 2;
    color: #717171;
    font-weight: 600;
    cursor: pointer
}

@media screen and (max-width: 767px) {
    .transfer__plan-tab {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        text-align: center
    }
}

.transfer__plan-tab + .transfer__plan-tab {
    margin-left: 24px
}

@media screen and (max-width: 767px) {
    .transfer__plan-tab + .transfer__plan-tab {
        margin-left: 0
    }
}

.transfer__plan-tab--active {
    font-weight: 700;
    color: #1a1a1a
}

.transfer__plan-tab--active::after {
    position: absolute;
    left: 0;
    top: calc(100% + 8px);
    width: 100%;
    height: 2px;
    background-color: #005417;
    content: ""
}

@media screen and (max-width: 767px) {
    .transfer__plan-tab--active::after {
        top: 100%
    }
}

.transfer__plan-arrow {
    margin: 0 24px;
    width: 22px;
    height: 22px;
    background-image: url(../../img/layout/ico-carousel-next.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 22px 12px
}

@media screen and (max-width: 767px) {
    .transfer__plan-arrow {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin: 22px 0 16px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

.transfer__plan-transport {
    padding-left: 50px
}

.transfer__plan-transport + .transfer__plan-transport {
    margin-top: 28px
}

.transfer__plan-transport--taxi {
    background-image: url(../../img/layout/transport-taxi.svg);
    background-position: left 7px;
    background-repeat: no-repeat;
    background-size: auto
}

.transfer__plan-transport--bus {
    background-image: url(../../img/layout/transport-bus.svg);
    background-position: left 7px;
    background-repeat: no-repeat;
    background-size: auto
}

.transfer__plan-transport--train {
    background-image: url(../../img/layout/transport-train.svg);
    background-position: left 7px;
    background-repeat: no-repeat;
    background-size: auto
}

.transfer__plan-transport--parking {
    background-image: url(../../img/layout/transport-parking.svg);
    background-position: left 7px;
    background-repeat: no-repeat;
    background-size: auto
}

.transfer__plan-transport--car {
    background-image: url(../../img/layout/transport-car.svg);
    background-position: left 7px;
    background-repeat: no-repeat;
    background-size: auto
}

.transfer__plan-transport--metro {
    background-image: url(../../img/layout/transport-metro.svg);
    background-position: left 7px;
    background-repeat: no-repeat;
    background-size: auto
}

.transfer__plan-transport--tram {
    background-image: url(../../img/layout/transport-tram.svg);
    background-position: left 7px;
    background-repeat: no-repeat;
    background-size: auto
}

.transfer__plan-transport--ferry {
    background-image: url(../../img/layout/transport-ferry.svg);
    background-position: left 7px;
    background-repeat: no-repeat;
    background-size: auto
}

.transfer__plan-transport--plane {
    background-image: url(../../img/layout/transport-plane.svg);
    background-position: left 7px;
    background-repeat: no-repeat;
    background-size: auto
}

.transfer__plan-transport--trolley {
    background-image: url(../../img/layout/transport-trolley.svg);
    background-position: left 7px;
    background-repeat: no-repeat;
    background-size: auto
}

.transfer__plan-transport > strong {
    font-weight: 600;
    color: #005417
}

.transfer__plan-transport p {
    font-size: 14px;
    color: #484848;
    font-weight: 600;
    overflow: hidden
}

.transfer__plan-transport p a, .transfer__plan-transport p span {
    color: #e74d15
}

.transfer__plan-transport p.collapsed {
    height: 44px
}

@media screen and (max-width: 767px) {
    .transfer__plan-transport p.collapsed {
        height: 39px
    }
}

.transfer__plan-transport span {
    font-size: 14px;
    font-weight: 600;
    color: #e74d15
}

.transfer__plan-transport--pl + .transfer__plan-transport--pl {
    margin-top: 20px
}

.adresDetails {
    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;
    margin-top: 15px
}

.adresDetails__phone {
    height: 25px;
    padding: 0 20px 0 40px;
    background-image: url(../../img/layout/ico-contact-phone.svg);
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: .9;
    font-size: 18px;
    letter-spacing: .51px
}

@media screen and (max-width: 767px) {
    .adresDetails__phone {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .adresDetails .btn--primary {
        width: 100%
    }
}

.clinics__address {
    position: relative;
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 324px;
    width: 100%;
    background-color: #f0f5f1;;
    -webkit-transition: background-color .2s, -webkit-box-shadow .15s;
    transition: background-color .2s, -webkit-box-shadow .15s;
    -o-transition: background-color .2s, box-shadow .15s;
    transition: background-color .2s, box-shadow .15s;
    transition: background-color .2s, box-shadow .15s, -webkit-box-shadow .15s
}

@media screen and (max-width: 1023px) {
    .clinics__address {
        height: 254px
    }
}

@media screen and (max-width: 767px) {
    .clinics__address {
        height: 100px
    }
}

.clinics__address--small {
    height: 116px;
    border: 1px solid #cbdecf
}

.page--why .clinics__address--small {
    border: 0
}

@media screen and (max-width: 767px) {
    .clinics__address--small {
        height: 88px
    }
}

.clinics__address--small:hover {
    border-color: #f15720
}

.clinics__address--small .clinics__address-photo {
    display: none
}

@media screen and (max-width: 767px) {
    .clinics__address--small .clinics__address-content {
        padding-left: 16px
    }
}

.clinics__address:hover {
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3)
}

.clinics:not(.clinics--nobg) .clinics__address:hover {
    background-color: #f15720
}

.clinics:not(.clinics--nobg) .clinics__address:hover .clinics__address-content {
    background-image: url(../../img/layout/ico-arrow-right-white.svg);
    background-position: right 30px center;
    background-repeat: no-repeat;
    background-size: auto
}

.clinics:not(.clinics--nobg) .clinics__address:hover .clinics__address-street {
    background-image: url(../../img/layout/ico-pin-light.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto
}

.clinics:not(.clinics--nobg) .clinics__address:hover .clinics__address-street, .clinics:not(.clinics--nobg) .clinics__address:hover .clinics__address-name {
    color: #fff
}

.clinics__address-photo {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 360px
}

@media screen and (max-width: 1023px) {
    .clinics__address-photo {
        height: 148px
    }
}

@media screen and (max-width: 767px) {
    .clinics__address-photo {
        margin: 0 auto;
        width: 100px;
    }
}

.clinics__address-photo img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.clinics__address-content {
    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;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 116px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 72px 15px 30px;
    background-image: url(../../img/layout/ico-arrow-right.svg);
    background-position: right 30px center;
    background-repeat: no-repeat;
    background-size: auto
}

@media screen and (max-width: 767px) {
    .clinics__address-content {
        text-align: center;
        padding: 0 0 90px 0;
        margin: 80px auto 30px;
        background-position: center bottom;
    }
}

.clinics__address-name {
    margin-bottom: 13px;
    font-size: 18px;
    line-height: 24px;
    color: inherit;
    font-weight: 700;
    letter-spacing: .1px;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s
}

@media screen and (max-width: 767px) {
    .clinics__address-name {
        font-size: 14px;
        line-height: 18px
    }
}

.clinics__address-street {
    padding-left: 18px;
    background-image: url(../../img/layout/ico-pin.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto;
    font-size: 14px;
    line-height: 22px;
    color: #005417;
    font-weight: 600;
    letter-spacing: .17px;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
    -webkit-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s
}

@media screen and (max-width: 767px) {
    .clinics__address-street {
        background-position: left top;
        font-size: 14px;
        line-height: 16px
    }
}

.blog_showcase {
    text-align: center;
}

.blog_showcase--mbt {
    margin-bottom: 72px
}

@media screen and (max-width: 1023px) {
    .blog_showcase--mbt {
        margin-bottom: 56px
    }
}

.blog_showcase__carousel {
    position: relative;
}

.blog_showcase__carousel-nav {
    position: absolute;
    z-index: 2;
    top: 102px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    cursor: pointer
}

@media screen and (max-width: 767px) {
    .blog_showcase__carousel-nav {
        top: 38px;
        width: 32px;
        height: 32px;
        background-color: #fff
    }
}

@media screen and (min-width: 768px) {
    .blog_showcase__carousel-nav:hover {
        opacity: .7
    }
}

.blog_showcase__carousel-nav.disabled {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    cursor: default
}

@media screen and (max-width: 767px) {
    .blog_showcase__carousel-nav img {
        display: none
    }
}

.blog_showcase__carousel-nav--prev {
    right: calc(100% + 30px)
}

@media screen and (max-width: 767px) {
    .blog_showcase__carousel-nav--prev {
        display: none;
        left: -16px;
        right: auto;
        background-image: url(../../img/layout/ico-arrow-left.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: auto
    }
}

.blog_showcase__carousel-nav--next {
    left: calc(100% + 30px)
}

@media screen and (max-width: 767px) {
    .blog_showcase__carousel-nav--next {
        left: auto;
        right: -16px;
        background-image: url(../../img/layout/ico-arrow-right.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: auto
    }
}

.blog_showcase__carousel-frame {
    position: relative;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    white-space: nowrap
}

.blog_showcase__carousel-entries {
    display: inline-block
}

.blog_showcase__carousel-entries .entry {
    position: relative;
    display: inline-block;
    width: 370px;
    margin-right: 30px;
    white-space: normal;
    vertical-align: top;
    height: auto
}

@media screen and (max-width: 1280px) {
    .blog_showcase__carousel-entries .entry {
        width: 310px
    }
}

@media screen and (max-width: 1023px) {
    .blog_showcase__carousel-entries .entry {
        width: 220px
    }
}

@media screen and (max-width: 767px) {
    .blog_showcase__carousel-entries .entry {
        width: 190px;
        margin-right: 16px
    }
}

.blog_showcase__carousel-entries .entry:last-child {
    margin-right: 0
}

.blog_showcase__carousel-entries .entry__photo picture {
    max-height: 266.66px
}

@media screen and (max-width: 1280px) {
    .blog_showcase__carousel-entries .entry__photo picture {
        max-height: 226.66px
    }
}

@media screen and (max-width: 1023px) {
    .blog_showcase__carousel-entries .entry__photo picture {
        max-height: 166.66px
    }
}

@media screen and (max-width: 1023px) {
    .blog_showcase__carousel-entries .entry__photo picture {
        max-height: 146.66px
    }
}

@media screen and (min-width: 768px) {
    .blog_showcase__carousel--4 .blog_showcase__carousel-nav {
        top: 102px
    }
}

@media screen and (min-width: 768px) {
    .blog_showcase__carousel--4 .blog_showcase__carousel-entries {
        display: inline-block
    }
}

@media screen and (min-width: 768px) {
    .blog_showcase__carousel--4 .blog_showcase__carousel-entries .entry {
        width: 270px
    }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
    .blog_showcase__carousel--4 .blog_showcase__carousel-entries .entry {
        width: 225px
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .blog_showcase__carousel--4 .blog_showcase__carousel-entries .entry {
        width: 157.5px
    }
}

.blog_showcase__carousel--nonav .blog_showcase__carousel-nav {
    display: none
}

.blog_showcase__carousel--sliding .blog_showcase__carousel-entries .entry {
    pointer-events: none
}

.blog_showcase__cta {
    width: 250px;
    margin-top: 54px
}

@media screen and (max-width: 767px) {
    .blog_showcase__cta {
        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;
        margin-top: 20px;
        width: 100%;
        height: 42px
    }
}

.page--clinic .blog_showcase__cta {
    width: 305px
}

@media screen and (max-width: 767px) {
    .page--clinic .blog_showcase__cta {
        width: 100%
    }
}

.blog_showcase .section-title {
    margin-bottom: 33px
}

@media screen and (max-width: 767px) {
    .blog_showcase .section-title {
        margin-bottom: 19px
    }
}

.page--article .blog_showcase {
    margin-bottom: 80px
}

.page--clinic .blog_showcase {
    margin-top: 72px
}

@media screen and (max-width: 1023px) {
    .page--clinic .blog_showcase {
        margin-top: 40px
    }
}

@media screen and (max-width: 767px) {
    .page--clinic .blog_showcase {
        margin-top: 35px
    }
}

.our_team-wrapper {
    display: flex;
    text-align: center;
}
.our_team {
    margin-bottom: 50px
}
.our_team-arrow {
    display: block;
}

@media screen and (max-width: 767px) {
    .our_team {
        margin-bottom: 30px
    }
}

@media screen and (max-width: 767px) {
    .our_team__carousel {
        position: relative
    }
}

@media screen and (max-width: 767px) {
    .our_team__carousel-frame, .our_team-arrow {
        display: none;
    }
}

.our_team__carousel-btn {
    margin-top: 5px;
    width: 100%;
    padding: 12px 16px 13px
}

@media screen and (min-width: 768px) {
    .our_team__carousel-btn {
        display: none
    }
}

.our_team__carousel-nav {
    display: none
}
.our_team-mobile-header {
    display: block;
    min-height: 40px
}

@media screen and (min-width: 1023px) {
    .our_team__carousel-nav {
        display: none
    }
    .our_team-mobile-header {
        display: none;
    }
}

.our_team__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -30px
}

@media screen and (max-width: 767px) {
    .our_team__group {
        display: inline-block;
        white-space: nowrap;
        margin-left: -8px
    }
}

.our_team__group-more {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #f0f5f1;
    font-size: 16px;
    line-height: 20px;
    color: #005417;
    font-weight: 600;
    letter-spacing: .2px;
    -webkit-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s
}

.our_team__group-more:hover {
    background-color: #cbdecf
}

.our_team__group-more img {
    margin-top: 12px
}

.our_team__group-more, .our_team__group .person_card {
    width: 270px;
    margin-left: 30px;
    margin-bottom: 30px
}

@media screen and (max-width: 1280px) {
    .our_team__group-more, .our_team__group .person_card {
        width: 225px
    }
}

@media screen and (max-width: 1023px) {
    .our_team__group-more, .our_team__group .person_card {
        width: 157.5px
    }
}

@media screen and (max-width: 1023px) {
    .our_team__group-more, .our_team__group .person_card {
        width: 570px
    }
}

@media screen and (max-width: 1023px) and (max-width: 1280px) {
    .our_team__group-more, .our_team__group .person_card {
        width: 480px
    }
}

@media screen and (max-width: 1023px) and (max-width: 1023px) {
    .our_team__group-more, .our_team__group .person_card {
        width: 345px
    }
}

@media screen and (max-width: 767px) {
    .our_team__group .person_card {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 170px;
        margin-bottom: 0;
        margin-left: 8px;
        white-space: normal
    }
}

.our_team__group-more {
    min-height: 80px
}

@media screen and (max-width: 767px) {
    .our_team__group-more {
        display: none
    }
}

.page--clinic .our_team {
    margin-top: 64px
}

@media screen and (max-width: 767px) {
    .page--clinic .our_team {
        margin-top: 10px
    }
}