* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none !important;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

a,
button,
input,
label,
textarea {
    -webkit-transition: all 0.22s ease-out;
    transition: all 0.22s ease-out;
}

button,
input,
label,
textarea {
    font-family: "Roboto", sans-serif !important;
}

a {
    text-decoration: none !important;
}

input.text {
    font-size: 20px;
    font-weight: 500;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 48px;
    padding: 0 11px;
    border-radius: 5px;
    background-color: #f2f2f2;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

input.text::-webkit-input-placeholder {
    font-family: -apple-system, system-ui, "Segoe UI", Roboto, Helvetica, Ubuntu, Cantarell, Arial, sans-serif;
    font-size: 20px;
    font-weight: 500;
}

input.text:-ms-input-placeholder {
    font-family: -apple-system, system-ui, "Segoe UI", Roboto, Helvetica, Ubuntu, Cantarell, Arial, sans-serif;
    font-size: 20px;
    font-weight: 500;
}

input.text::placeholder {
    font-family: -apple-system, system-ui, "Segoe UI", Roboto, Helvetica, Ubuntu, Cantarell, Arial, sans-serif;
    font-size: 20px;
    font-weight: 500;
}

/* services */
.font-26 {
    font-weight: 500;
    line-height: 34px;
    color: #333;
}

.desktop-block-margin .i-advantages {
    padding: 30px;
}

.main-advantages-block .i-advantages {
    height: 100%;
    justify-content: space-between;
}

.main-advantages-block .i-advantages .advantages-item {
    flex: none;
}

.main-advantages-block .i-advantages .advantages-item .col-xs-3 {
    width: 55%;
}

.advantages-index-block h2 {
    margin-bottom: 45px !important;
}

.advantages-index-block {
    position: relative;
    overflow: hidden;
    height: 545px;
    background: none !important;
    padding-bottom: 45px;
}

@media (max-width: 575px) {
    .advantages-index-block {
        padding-bottom: 32px;
    }
}

.advantages-index-block__image {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.44s ease-out;
    transition: all 0.44s ease-out;
    background: url("http://nnplus.ru/images/advantages-index/bg-new-1.png") no-repeat center center / cover;
}

.advantages-index-block:hover .advantages-index-block__image {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.index-servicepackage-slider-item .price:not(.servicesPackages__price) {
    margin: 30px 0 45px;
}

.t-package > .col {
    padding-left: 0;
}

a {
    text-decoration: none !important;
}

.t-package a {
    color: #007a65 !important;
}

.t-package a:hover {
    color: #03715e !important;
}

.t-package .mb-3,
.t-reliance .mb-3 {
    margin-bottom: 8px !important;
}

.t-package .purple,
.t-reliance .purple {
    margin-top: 8px;
}

.service-price {
    margin-top: 120px;
}

@media (max-width: 767px) {
    .service-price {
        margin-top: 90px;
    }

    .service-price .services-list-item-price {
        margin-top: 15px;
    }
}

.services__row {
    margin-bottom: 30px;
}

.services__link {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.services__item {
    position: relative;

    overflow: hidden;

    padding: 30px;

    height: 100%;
    -webkit-transition: all 0.22s ease-out;
    transition: all 0.22s ease-out;

    border-radius: 10px;
    background-color: #f2faff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.big .services__item.services__item--background {
    min-height: 163px;
}

.index-actions-slider .owl-stage-outer,
.index-servicepackage-slider .owl-stage-outer {
    padding-top: 15px;
}

.index-actions-slider-item {
    -webkit-transition: all 0.22s ease-out;
    transition: all 0.22s ease-out;
}

.services__item:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);

    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
    .services__item:hover {
        -webkit-transform: translateY(0);
        transform: translateY(0);

        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.index-actions-slider-item:hover {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}

@media (max-width: 575px) {
    .i-advantages.owl-carousel .owl-dots {
        margin-top: 25px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .i-advantages .advantages-item .col-xs-3 {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 165px;
        margin-bottom: 30px;
    }
}

/*.services__item.services__item--background
{
    height: 163px;
}*/
/*.services__item.services__item--background:after
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: all .22s ease-out;
            transition: all .22s ease-out;

    opacity: 0;
    background-color: rgba(0, 0, 0, .2);
}*/
.services__item.services__item--background:hover:after {
    opacity: 1;
}

.consultant {
    padding-bottom: 40px;

    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(4.97%, #f2f8ff),
        color-stop(75.61%, rgba(244, 244, 249, 0))
    );
    background: linear-gradient(0deg, #f2f8ff 4.97%, rgba(244, 244, 249, 0) 75.61%);
}

.consultant button {
    max-width: 300px;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .consultant button {
        margin-top: 15px;
    }
}

.easy-consultations .onlineConsultationsSlider__thumb {
    height: 268px;
}

@media (max-width: 992px) and (min-width: 576px) {
    .online-consultations .title-wrapper {
        justify-content: space-between;
    }

    .online-consultations .owl-nav-custom {
        display: none;
    }
}

@media (max-width: 575px) {
    .consultant {
        padding-bottom: 25px;
    }

    .easy-consultations .onlineConsultationsSlider__thumb {
        height: 150px;
    }

    .consultant .d-flex.align-items-center {
        flex-wrap: wrap;
    }

    .consultant .consultant__man {
        margin: 0 auto;
    }

    .consultant .consultant__information {
        width: 100%;
    }
}

.consultant__man {
    width: 174px;
    height: 157px;

    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.consultant__write {
    width: 301px;
    height: 48px;

    color: #007a65;
    border: 1px solid #007a65;
    border-radius: 65px;
    background-color: transparent;
}

.consultant__write:hover {
    color: #fff;
    background-color: #007a65;
}

.onlineConsultationsSlider__thumb {
    overflow: hidden;

    height: 168px;

    border-radius: 10px;
}

.onlineConsultationsSlider__title {
    margin-top: 10px;

    text-align: center;
}

.banner__wrapper {
    overflow: hidden;

    padding: 45px;

    border-radius: 10px;
}

.banner__wrapper .banner__title {
    margin-bottom: 45px;
}

.banner__wrapper button {
    margin: auto 0 0 0;
}

@media (max-width: 575px) {
    .banner__wrapper {
        padding: 24px 18px;
    }

    .banner__wrapper button {
        width: 100%;
    }
}

.banner__sign-up {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;

    width: 272px;
    height: 48px;

    color: #fff;
    border-radius: 5px;
    background-color: #333;

    -ms-flex-item-align: start;
    align-self: flex-start;
}

.banner__sign-up:hover {
    background-color: #444;
}

.advantages__thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    /*width: 120px;
    height: 120px;*/
    margin-right: 15px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.reviews {
    padding-top: 0px;

    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(4.97%, #f2f8ff),
        color-stop(75.61%, rgba(244, 244, 249, 0))
    );
    background: linear-gradient(180deg, #f2f8ff 4.97%, rgba(244, 244, 249, 0) 75.61%);
}

.reviews .title-wrapper {
    margin-bottom: 65px !important;
}

@media (max-width: 991px) {
    .reviews .title-wrapper {
        margin-bottom: 45px !important;
    }
}

@media (max-width: 575px) {
    .reviews {
        padding-top: 50px;
    }

    .reviews .title-wrapper {
        margin-bottom: 25px !important;
    }
}

.reviews.reviews--white {
    background: #ffffff;
    padding-top: 30px;
}

.reviews .container {
    position: relative;
}

.reviews__decoration {
    position: absolute;
    top: -30px;
    right: 155px;

    width: 494px;
    height: 189px;

    background-image: url("../../../images/reviews/decoration-new.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.reviews__slider .owl-stage {
    display: flex;
}

.reviews__slider .review-list-item {
    height: 100%;
}

.reviews__slider .owl-stage-outer {
    padding: 15px 0;
}

.reviewsSlider__item {
    padding: 32px;

    -webkit-transition: all 0.22s ease-out;
    transition: all 0.22s ease-out;

    color: #000;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 35, 124, 0.25);
    box-shadow: 0 1px 4px rgba(0, 35, 124, 0.25);
}

.reviewsSlider__item:hover {
    -webkit-box-shadow: 0 1px 9px rgba(0, 35, 124, 0.25);
    box-shadow: 0 1px 9px rgba(0, 35, 124, 0.25);
}

.reviewsSlider__name,
.reviewsSlider__date {
    margin-bottom: 0;
}

.reviewsSlider__photo {
    width: 32px;
    height: 32px;
    margin-right: 15px;

    border-radius: 100%;

    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.reviewsSlider__date {
    font-size: 12px;
    line-height: 18px;

    margin-top: 1px;

    color: #838383;
}

.reviewsSliderThanks__item {
    position: relative;
    width: 56px;
    height: 56px;
    margin-right: 15px;
    border: 1px solid #ffffff;
    border-radius: 5px;
}

.reviewsSliderThanks__item:hover {
    border: 1px solid #007a65;
}

.reviewsSliderThanks__item a {
    display: block;
    width: 100%;
    height: 100%;
}

.reviews__slider .tooltip {
    padding: 0;
}

.reviews__slider .tooltip.show {
    opacity: 1;
}

.reviews__slider .tooltip > .arrow {
    display: none;
}

.reviews__slider .tooltip > .tooltip-inner {
    width: 100vw;
    max-width: 350px;
    padding: 16px 14px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    background: #ffffff;
    opacity: 1;
}

@media (max-width: 350px) {
    .reviews__slider .tooltip > .tooltip-inner {
        max-width: calc(100vw - 30px);
    }
}

.reviews__slider .tooltip > .tooltip-inner h5 {
    margin: 0 0 6px 0;
    text-align: left;
    color: #333333;
}

.reviews__slider .tooltip > .tooltip-inner p {
    margin: 0;
    text-align: left;
    color: #838383;
    font-size: 16px;
}

.reviewsSliderThanks__item:last-child {
    margin-right: 0;
}

.reviewsSlider__information,
.reviewsSlider__minor {
    margin-top: 35px;
}

.reviewsSlider__thanks {
    margin-top: 10px;
}

.reviewsSlider__minor > p {
    margin: 0;
}

/*********** service **********************/
.service-heading {
    padding: 90px 0;
}

.service-heading h1 {
    margin-bottom: 0;
}

.service-heading__description {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 0;
    margin-top: 60px;
}

@media (min-width: 575px) and (max-width: 991px) {
    .service-heading__description {
        margin-bottom: 50px;
    }
}

.serviceHeadingPrice {
    max-width: 368px;
    margin-left: 80px;
    padding: 30px 25px;
    height: 100%;

    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 35, 124, 0.25);
    box-shadow: 0 1px 4px rgba(0, 35, 124, 0.25);
}

@media (max-width: 575px) {
    .serviceHeadingPrice {
        padding: 30px 15px;
    }
}

.serviceHeadingPrice__title {
    margin-top: 5px;

    color: #838383;
}

.serviceHeadingPrice__values {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.serviceHeadingPrice__values > p {
    margin-right: 20px;
    margin-bottom: 0;
}

.serviceHeadingPrice__values > p:last-child {
    margin-right: 0;
}

.serviceHeadingPrice__values > p.new {
    font-size: 30px;
    font-weight: bold;
    line-height: 35px;

    color: #333;
}

.serviceHeadingPrice__values p.old {
    font-size: 20px;
    font-weight: 300;
    line-height: 23px;

    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
}

.serviceHeadingPrice__values p.sale {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    height: 28px;
    padding: 0 15px;

    text-align: center;

    color: #fff;
    border-radius: 50px;
    background-color: #ff4d00;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.serviceHeadingPrice__body {
    margin-top: 25px;
    padding-top: 25px;

    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.serviceHeadingPrice__action-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 15px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.serviceHeadingPrice__action-wrapper > span {
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;

    letter-spacing: 0;

    color: #ff4d00;
}

.serviceHeadingPrice__action-wrapper:last-child {
    margin-bottom: 0;
}

.serviceHeadingPrice__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 0 11px;

    color: #000;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.serviceHeadingPrice__action.serviceHeadingPrice__action--schedule {
    width: 100%;
    height: 48px;

    color: #007a65;
    border: 1px solid #007a65;
    border-radius: 5px;
}

.serviceHeadingPrice__action.serviceHeadingPrice__action--schedule:hover {
    color: #fff;
    background-color: #007a65;
}

.tabsP {
    border-bottom: 1px #e5e5e5 solid;
}

.tabsP__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    height: 48px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tabsP__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    height: 100%;
    margin-right: 25px;

    color: #000;
    border-bottom: 1px transparent solid;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tabsP__item.active {
    color: #007a65;
    border-bottom-color: #007a65;
}

.tabsP__item.disabled {
    color: #999;
}

.tabsP__item:last-child {
    margin-right: 0;
}

.specialists {
    /*padding-bottom: 30px;*/
}

.specialists__slider .owl-stage {
    display: flex;
}

.specialists__slider .specialistsSlider__item {
    height: 100%;
    display: flex;
    flex-direction: column;
}

@media (max-width: 575px) {
    .specialistsPage .mt-xs-0 {
        margin-top: 0 !important;
    }

    .specialistsPage .mb-xs-15 {
        margin-bottom: 15px !important;
    }

    .specialistsPage .mb-xs-20 {
        margin-bottom: 20px !important;
    }

    .specialistsPage .tile-theme .tile-theme-item {
        background: #fff;
        padding: 5px 30px 5px 0;
        border-bottom: 1px solid #dfdedf;
        border-radius: 0;
        display: flex !important;
        align-items: center;
    }

    .specialistsPage .tile-theme .tile-theme-item::after {
        width: 26px;
        height: 22px;
        font-family: "icomoon";
        font-size: 14px;
        color: #969ba3;
        content: "\e901";
        background: none;
        position: absolute;
        right: 0px;
    }
}

.specialists-bluebg {
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(4.97%, #f2f8ff),
        color-stop(75.61%, rgba(244, 244, 249, 0))
    );
    background: linear-gradient(0deg, #f2f8ff 4.97%, rgba(244, 244, 249, 0) 75.61%);
}

.specialists__consultant {
    max-width: 90%;
    margin: 45px auto 0;
}

.specialistsSlider .owl-stage-outer {
    padding: 15px 0;
}

.specialistsSlider__item {
    -webkit-transition: all 0.22s ease-out;
    transition: all 0.22s ease-out;

    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 35, 124, 0.25);
    box-shadow: 0 1px 4px rgba(0, 35, 124, 0.25);
}

.specialistsSlider__item:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);

    -webkit-box-shadow: 0 1px 9px rgba(0, 35, 124, 0.25);
    box-shadow: 0 1px 9px rgba(0, 35, 124, 0.25);
}

.specialistsSlider__item.filtered {
    display: none;
}

.specialistsSlider__name {
    margin-bottom: 0;
}

.specialistsSlider__name {
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;

    color: #333;
}

.specialistsSlider__position {
    margin-top: 10px;

    color: #838383;
}

.specialistsSlider__information {
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.specialistsSlider__thumb {
    overflow: hidden;

    height: 300px;
    flex: none;

    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.specialistsSlider__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-top: auto;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.specialistsSlider__actions a:hover:before {
    content: attr(tooltip);
    color: #8e8e8e;
    top: -23px;
    right: 0;
    font-size: 13px;
    position: absolute;
}

.accessiblySlider .owl-item {
    padding-top: 7px;
}

.accessiblySlider__item {
    position: relative;
}

.accessiblySlider__item:before {
    position: absolute;
    z-index: -1;
    top: -7px;
    left: 50%;

    width: 90%;
    height: 7px;

    content: "";
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);

    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    background-color: #e9e0fd;
}

.accessiblySlider__thumb {
    overflow: hidden;

    height: 268px;

    border-radius: 10px;
}

.accessiblySlider__title {
    margin-top: 10px;

    text-align: center;
}

/***************************************/
a,
button,
input,
textarea {
    -webkit-transition: all 0.22s ease-out !important;
    transition: all 0.22s ease-out !important;

    outline: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: 5px auto #007a65 !important;
}

button:active,
button:focus,
.btn:active,
.btn:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.container .form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.big-slider-container {
    position: relative;
    z-index: 100;
    top: -30px;

    padding: 0 60px;
}

.big-slider-container > .big-slider-nav {
    position: relative !important;
    right: initial !important;
    bottom: initial !important;

    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;

    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

@font-face {
    font-family: "SegoeUIRegular";
    font-weight: normal;
    font-style: normal;

    src: url("fonts/SegoeUIRegular/SegoeUIRegular.eot");
    src:
        url("fonts/SegoeUIRegular/SegoeUIRegular.eot?#iefix") format("embedded-opentype"),
        url("fonts/SegoeUIRegular/SegoeUIRegular.woff") format("woff"),
        url("fonts/SegoeUIRegular/SegoeUIRegular.ttf") format("truetype");
}

@font-face {
    font-family: "SegoeUIBold";
    font-weight: normal;
    font-style: normal;

    src: url("fonts/SegoeUIBold/SegoeUIBold.eot");
    src:
        url("fonts/SegoeUIBold/SegoeUIBold.eot?#iefix") format("embedded-opentype"),
        url("fonts/SegoeUIBold/SegoeUIBold.woff") format("woff"),
        url("fonts/SegoeUIBold/SegoeUIBold.ttf") format("truetype");
}

@font-face {
    font-family: "SegoeUIItalic";
    font-weight: normal;
    font-style: normal;

    src: url("fonts/SegoeUIItalic/SegoeUIItalic.eot");
    src:
        url("fonts/SegoeUIItalic/SegoeUIItalic.eot?#iefix") format("embedded-opentype"),
        url("fonts/SegoeUIItalic/SegoeUIItalic.woff") format("woff"),
        url("fonts/SegoeUIItalic/SegoeUIItalic.ttf") format("truetype");
}

@font-face {
    font-family: "SegoeUILight";
    font-weight: normal;
    font-style: normal;

    src: url("fonts/SegoeUILight/SegoeUILight.eot");
    src:
        url("fonts/SegoeUILight/SegoeUILight.eot?#iefix") format("embedded-opentype"),
        url("fonts/SegoeUILight/SegoeUILight.woff") format("woff"),
        url("fonts/SegoeUILight/SegoeUILight.ttf") format("truetype");
}

@font-face {
    font-family: "SegoeUISemiBold";
    font-weight: normal;
    font-style: normal;

    src: url("fonts/SegoeUISemiBold/SegoeUISemiBold.eot");
    src:
        url("fonts/SegoeUISemiBold/SegoeUISemiBold.eot?#iefix") format("embedded-opentype"),
        url("fonts/SegoeUISemiBold/SegoeUISemiBold.woff") format("woff"),
        url("fonts/SegoeUISemiBold/SegoeUISemiBold.ttf") format("truetype");
}

*,
body,
html {
    font-family: -apple-system, system-ui, "Segoe UI", Roboto, Helvetica, Ubuntu, Cantarell, Arial, sans-serif;
}

body {
    font-size: 16px;
    line-height: 22px;

    position: relative;
}

body.no-scroll {
    overflow: hidden;
}

.show-all-items {
    position: relative;
    z-index: 200;
    width: 230px;
}

.show-all-items:hover {
    background-color: #03715e !important;
    border-color: #03715e !important;
}

.btn-white-outline:hover {
    color: #333 !important;
    background-color: #fff !important;
}

.pageWrapper {
    -webkit-transition: all 0.22s ease-out;
    transition: all 0.22s ease-out;

    opacity: 0;
}

.pagePreloader {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 100%;
    height: 100%;

    background-color: #fff;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagePreloaderSpinner {
    margin: 11px auto 0;

    text-align: center;
}

.pagePreloaderSpinner__item {
    display: inline-block;

    width: 11px;
    height: 11px;
    margin: 0 3px;

    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;

    border-radius: 100%;
    background-color: #007a65;
}

.pagePreloaderSpinner__item.pagePreloaderSpinner__item--first {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.pagePreloaderSpinner__item.pagePreloaderSpinner__item--second {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
    }
}

@keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.servicesPackages .owl-stage {
    display: flex;
}

.servicesPackages .owl-item {
    height: auto;
}

.index-servicepackage-slider-item {
    position: relative;

    -webkit-transition: all 0.22s ease-out;
    transition: all 0.22s ease-out;
}

.index-servicepackage-slider-item:not(.servicesPackages__item) {
    height: 454px;
}

.servicesPackages__item {
    height: 100%;
}

.servicesPackages__title + .servicesPackages__price,
.servicesPackages__title + .servicesPackages__description {
    margin-top: 5px;
}

.servicesPackages__description + .servicesPackages__price {
    margin-top: 15px;
}

.servicesPackages__price {
    margin-bottom: 25px;
}

.servicesPackages__link {
    margin-top: auto;
}

.index-servicepackage-slider-item:hover {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}

.btn-blue:hover {
    background-color: rgba(0, 67, 118, 0.8) !important;
}

footer a:not(.btn):hover {
    color: #cacaca !important;
}

.slider-item-bg {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -webkit-transition: all 0.44s ease-out;
    transition: all 0.44s ease-out;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.jsWelcomeSlider .slider-item-wrapper {
    cursor: pointer;
    transition: all 0.22s ease-out;
}

.jsWelcomeSlider .slider-item-wrapper:hover {
    color: rgba(51, 51, 51, 0.8);
}

.big-slider .slider-item-title {
    line-height: 49px;
}

.big-slider .slider-item {
    overflow: hidden;

    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

@media (min-width: 575px) and (max-width: 768px) {
    .big-slider {
        height: auto;
    }

    .big-slider .slider-item {
        margin: 0 auto;
    }
}

.big-slider .slider-item:hover .slider-item-bg {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.index-servicepackage-slider-item .mt-3 {
    margin-bottom: 16px !important;
}

.index-servicepackage-slider-item-text {
    font-size: 18px;
}

.scrollable-content::-webkit-scrollbar {
    display: none !important;
    visibility: hidden !important;

    width: 0 !important;
    height: 0 !important;

    background-color: transparent !important;
}

.scrollable-content::-webkit-track {
    background-color: transparent !important;
}

.scrollable-content::-webkit-thumb {
    background-color: transparent !important;
}

.scrollable-content {
    overflow-x: auto;

    -webkit-overflow-scrolling: touch;
    scrollbar-color: transparent transparent !important;
}

.t-tags {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.t-tags__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    height: 32px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0 15px;

    cursor: pointer;
    -webkit-transition: all 0.22s ease-out;
    transition: all 0.22s ease-out;
    text-align: center;
    /*white-space: nowrap;*/

    color: #333;
    border-radius: 5px;
    background-color: #f2f2f2;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.t-tags__item.active {
    color: #fff;
    background-color: #007a65;
}

.purple-icon-link {
    /*position: relative;*/
    z-index: 110;

    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.purple-icon-link > i {
    font-size: 9px;
    line-height: 0;

    position: relative;
    top: 2px;

    margin-left: 8px;

    -webkit-transition: all 0.22s ease-out;
    transition: all 0.22s ease-out;
}

.purple-icon-link:hover > i {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
}

.onlineConsultationsSlider .owl-stage-outer {
    padding: 15px 0;
}

.onlineConsultationsSlider__item {
    position: relative;
    -webkit-transition: all 0.22s ease-out;
    transition: all 0.22s ease-out;
}

.easy-consultations .onlineConsultationsSlider__item:before {
    content: "";
    position: absolute;
    top: -7px;
    left: 9px;
    width: calc(100% - 18px);
    height: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    background-color: #e9e0fd;
}

.easy-consultations .onlineConsultationsSlider__item:after {
    content: "";
    position: absolute;
    top: -14px;
    left: 15px;
    width: calc(100% - 30px);
    height: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    background-color: #fff4e8;
}

.onlineConsultationsSlider__item:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    position: relative;
    z-index: 1;
}

.title-wrapper h2 {
    margin-bottom: 0;
}

.title-wrapper .owl-nav-custom {
    flex-shrink: 0;
}

.title-wrapper__link {
    position: relative;

    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    flex: none;

    width: 80px;
    height: 40px;
    margin: 0 25px;

    text-align: center;

    color: #838383;
    border: 1px solid #838383;
    border-radius: 5px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.title-wrapper__link > i {
    font-size: 9px;
    line-height: 0;

    position: relative;
    top: 1px;

    margin-left: 11px;
}

.title-wrapper__link:hover {
    color: #fff;
    background-color: #838383;
}

.news-page-content__text {
    margin-top: 45px;
}

.news-page-content__related {
    margin-top: 75px;
}

.news-page-content__share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-top: 40px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.news-page-content__share > a {
    font-size: 18px;

    margin-right: 20px;

    color: #000;
}

.news-page-content__share > a:last-child {
    margin-right: 0;
}

.news-page-content__related .news__item {
    padding-right: 30px;
}

.news-page-content__text a {
    color: blue;
    border-bottom: 1px blue solid;
}

.news-page-content__text a:hover {
    border-bottom-color: transparent;
}

.news-page .news__item {
    margin-right: 45px;
}

.news-page__filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-top: 90px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.news-page__filter > a {
    font-size: 19px;

    margin-right: 20px;

    color: #909090;
}

.news-page__filter > a:last-child {
    margin-right: 0;
}

.news-page__filter > a.active {
    font-weight: 500;

    color: #000;
}

.news-page .news__item:not(.news__item--clear) {
    margin-bottom: 30px;
    padding-bottom: 30px;

    border-bottom: 1px #cacaca solid;
}

.news__title {
    color: #333;
}

.news__title:hover {
    color: #838383;
}

.news__intro {
    margin-top: 15px;
    margin-bottom: 0;
}

.news__date {
    margin-top: 10px;
    margin-bottom: 0;

    color: #838383;
}

.desktop-block-margin {
    margin-top: 90px;
    margin-bottom: 90px;
}

.desktop-block-margin.special-offers {
    margin-top: 0;
}

.onlineConsultationsSlider__title {
    margin-bottom: 0;
}

.special-offers {
    padding: 20px 0;
}

.index-services-area {
    /*padding-bottom: 60px;*/
}

.desktop-block-margin-top {
    margin-top: 0px;
}

@media (max-width: 767px) {
    .index-services-area .services__item {
        background: transparent !important;
        border-radius: 0;
        border-bottom: 1px solid #dfdedf;
        padding: 10px 20px 10px 0;
    }

    .index-services-area .services__item h4 {
        font-weight: normal;
    }
}

@media (max-width: 575px) {
    .index-services-area .services__item {
        border-bottom: 0 !important;
    }
}

.advantages-item--hoverable {
    transition: 0.33s ease;
}

.advantages-item--hoverable:hover {
    opacity: 0.75;
}

.align-items-stretch .advantages-item {
    position: relative;
}

.align-items-stretch .advantages-item .row {
    height: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
    .advantages-item .row {
        width: 100%;
        margin: 0;
    }

    .advantages-item .col-auto {
        height: 160px;
        margin-bottom: 30px;
        display: flex;
        align-items: center;
    }
}

.align-items-stretch .advantages-item a.full-width {
    position: absolute;
    left: 15px;
    top: 0;
    width: calc(100% - 30px);
    height: 100%;
    display: block;
    z-index: 10;
}

.button {
    font-size: 17px;
    font-weight: 500;

    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    max-width: 100%;
    height: 48px;

    text-align: center;

    border-radius: 5px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.button.button--slim {
    font-size: 16px;
    font-weight: 400;

    height: 40px;
    padding: 0 22px;

    text-transform: uppercase;
}

.button.button--purple {
    color: #fff;
    background-color: #007a65;
}

.button.button--purple::-webkit-input-placeholder {
    font-family: "Roboto", sans-serif !important;
    font-size: 18px;
    font-weight: 500;

    color: #fff;
}

.button.button--purple:-ms-input-placeholder {
    font-family: -apple-system, system-ui, "Segoe UI", Roboto, Helvetica, Ubuntu, Cantarell, Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;

    color: #fff;
}

.button.button--purple::placeholder {
    font-family: -apple-system, system-ui, "Segoe UI", Roboto, Helvetica, Ubuntu, Cantarell, Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;

    color: #fff;
}

.button.button--purple:hover {
    background-color: rgba(104, 0, 207, 0.8);
}

.button.button--black {
    color: #fff;
    background-color: #333;
}

.button.button--black:hover {
    background-color: #444;
}

.button.button--transparent {
    color: #007a65;
    border: 1px solid #007a65;
}

.button.button--transparent:hover {
    color: #fff;
    background-color: #007a65;
}

.button.button--gray {
    color: #838383;
    border: 1px solid #838383;
}

.button.button--gray:hover {
    color: #fff;
    background-color: #838383;
}

.button.button--full-width {
    width: 100%;
}

.block-action {
    margin-top: 30px;

    text-align: center;
}

.reaction__wrapper {
    padding: 45px 75px;

    background-color: #fff9e6;
}

.reactionList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.reactionList__item {
    width: 36px;
    height: 36px;
    margin-right: 10px;

    cursor: pointer;
}

.reactionList__item:last-child {
    margin-right: 0;
}

.container-top-navigation .root li.parent.tabbed .overlay {
    display: block;
}

.container-top-navigation .root li.parent .overlay {
    position: absolute;
    left: 0;
    top: 100%;
    padding-top: 10px;
    z-index: 100;
    width: 100vw;
    max-width: 350px;
    display: none;
}

.container-top-navigation .root li.parent .overlay ul {
    list-style-type: none;
    background-color: #ffffff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    width: 100%;
    padding: 15px 0;
    display: block !important;
    max-height: calc(90vh - 200px);
    overflow-y: auto;
}

.container-top-navigation .root li.parent .overlay ul li {
    padding: 5px 12px;
}

.container-top-navigation .root > li {
    position: relative;
    padding: 0 12px;
}

.container-top-navigation .root i {
    font-size: 13px;
    margin-left: 5px;
}

.header-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.icon-header-user,
.icon-header-cart {
    position: relative;
}

._icon-header-user {
    font-size: 25px;

    top: 4px;

    margin-right: 1px;
}

._icon-header-cart {
    font-size: 21px;

    margin-right: 10px;
}

._icon-header-order {
    font-size: 15px;

    margin-left: 15px;
}

.header-phone {
    font-size: 16px;

    position: relative;

    margin-bottom: 0;
    padding-right: 20px;

    cursor: pointer;
}

.header-phone__number {
    color: #000;
}

.header-phone.opened:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.header-phone:after {
    font-family: "icomoon";

    position: absolute;
    top: 0;
    right: 0;

    margin-top: 1px;

    content: "\e907";
    -webkit-transition: all 0.22s ease-out;
    transition: all 0.22s ease-out;
    -webkit-transform-origin: center;
    transform-origin: center;

    color: #333;
}

.header-cart {
    margin-right: 22px;
    margin-left: auto;
}

.header-cart__link {
    font-size: 16px;
    font-weight: 500;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    color: #000;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-cart__count {
    font-size: 12px;

    position: absolute;
    top: -11px;
    right: -8px;

    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    width: 20px;
    height: 20px;

    color: #fff;
    border-radius: 100%;
    background-color: #ff4d00;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header-cart a:hover {
    color: #838383;
}

.header-search {
    position: relative;
}

.headerSearchResults {
    position: absolute;
    z-index: 1000000;
    top: 100%;
    left: 0;

    display: none;

    width: 100%;
    margin-top: 10px;
    padding: 18px;

    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 35, 124, 0.25);
    box-shadow: 0 1px 4px rgba(0, 35, 124, 0.25);
}

.headerSearchResults:hover,
.jsHeaderSearchInput:focus + .headerSearchResults {
    display: block;
}

@media (max-width: 575px) {
    .headerSearchResults {
        max-height: calc(100vh - 130px);
        overflow-y: auto;
        width: calc(100% + 30px);
        margin-left: -15px;
        box-shadow: none;
        padding-right: 30px;
        padding-left: 30px;
    }
}

.headerSearchResults__item {
    margin-bottom: 28px;
}

.headerSearchResults__item:last-child {
    margin-bottom: 0;
}

.headerSearchResults__title {
    font-size: 12px;
    line-height: 14px;

    margin-bottom: 15px;

    color: #868686;
}

.headerSearchResults__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

.headerSearchResults__list > a {
    font-size: 14px;
    margin-bottom: 10px;
    color: #000;
}

.headerSearchResults__list > a:hover {
    color: #868686;
}

.header-search-icon,
.header-close-icon,
.header-next-icon {
    font-size: 16px;

    position: absolute;
    z-index: 1000;
    top: 50%;
    left: 5px;

    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    width: 38px;
    height: 38px;

    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.banner.mb-120 {
    margin-bottom: 120px;
}

@media (max-width: 575px) {
    .banner.mb-120 {
        margin-bottom: 70px;
    }
}

.services-text-block {
    margin-top: 73px;
    margin-bottom: 50px;
}

.services-tabs {
    border-bottom: 1px solid #dfdedf;
}

@media (max-width: 575px) {
    .services-tabs .container {
        padding-right: 0;
        padding-left: 0;
    }

    .services-tabs .services-tabs__wrapper {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.services-tabs__wrapper {
    display: flex;
    overflow-x: auto;
}

.services-tabs__item {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-right: 20px;
    font-size: 16px;
    white-space: nowrap;
    color: #333333;
}

.services-tabs__item:hover,
.services-tabs__item:active,
.services-tabs__item:focus {
    color: #333333;
}

.services-tabs__item.active {
    color: #007a65;
    position: relative;
}

.services-tabs__item.active:hover,
.services-tabs__item.active:active,
.services-tabs__item.active:focus {
    color: #007a65;
}

.services-tabs__item.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background-color: #007a65;
}

.services-tabs__item.disabled {
    color: #a0a0a0;
    position: relative;
    cursor: not-allowed;
}

.services-tabs__item.disabled:hover,
.services-tabs__item.disabled:active,
.services-tabs__item.disabled:focus {
    color: #a0a0a0;
}

.header-next-icon {
    right: 5px;
    border-radius: 5px;
}

.header-close-icon {
    right: 43px;
}

.header-next-icon,
.header-close-icon {
    left: unset;
    cursor: pointer;
    pointer-events: unset;
    display: none;
}

.header-next-icon.active,
.header-close-icon.active {
    display: inline-flex;
}

.header-search-input {
    padding: 0 81px 0 40px !important;
    height: 48px !important;
    border-radius: 5px !important;
}

.header-search-input:active,
.header-search-input:focus {
    border-color: #007a65 !important;
}

.header-top-menu > a {
    font-size: 16px;

    position: relative;

    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    margin-right: 10px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-top-menu > a:last-child {
    margin-right: 0;
}

._icon-header-eye {
    font-size: 19px;

    margin-right: 4px;
}

.city-choose > span {
    font-size: 17px;

    position: relative;
    top: 1px;

    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    -webkit-transition: all 0.22s ease-out;
    transition: all 0.22s ease-out;
    -webkit-transform-origin: center;
    transform-origin: center;
}

.city-choose.footer-change-city > span {
    left: -7px;
}

.city-choose.opened > span {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.city-choose__list-wrapper {
    position: absolute;
    z-index: 100;
    top: 100%;
    left: 15px;

    display: none;

    width: 262px;
    margin-top: 10px;
    padding: 18px;

    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}

.city-choose__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

.city-choose__item {
    font-size: 18px;

    position: relative;

    margin-bottom: 15px;
    padding-left: 33px;

    color: #838383;
}

.city-choose__item:hover {
    color: #000;
}

.city-choose__item.active:before {
    opacity: 1;
}

.city-choose__item:before {
    font-family: "icomoon";

    position: absolute;
    top: 0;
    left: 0;

    content: "\e90e";

    opacity: 0;
}

.city-choose__item:last-child {
    margin-bottom: 0;
}

.city-choose__item.active {
    font-weight: 600;

    color: #333;
}

.header-callback {
    position: absolute;
    z-index: 101;
    top: 100%;
    right: 15px;

    display: none;

    width: 375px;
    margin-top: 10px;
    padding: 30px 15px;

    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 35, 124, 0.25);
    box-shadow: 0 1px 4px rgba(0, 35, 124, 0.25);
}

.headerCallbackItem__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-callback__title--offset {
    margin-top: 25px;
}

.header-callback__title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 7.5px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
    font-family: "Roboto", sans-serif !important;
}

.headerCallbackItem__description {
    font-size: 14px;
    line-height: 20px;
    color: #838383;
    margin: 0;
    width: 100%;
}

.headerCallbackItem .h4 {
    margin: 0;
    font-size: 26px;
    color: #333;
}

.headerCallbackItem {
    margin-bottom: 16px;
    padding-bottom: 16px;

    border-bottom: 1px solid #e5e5e5;
}

.headerCallbackItem:last-child {
    margin-bottom: 0;
    padding-bottom: 0;

    border-bottom: none;
}

header {
    position: relative;
    z-index: 1000;

    -webkit-transform: translateZ(0);
    transform: translateZ(0);

    background: #ffffff;
}

.headerCallbackItem__form {
    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;
}

.headerCallbackItem__body {
    margin-top: 15px;
}

.header-callback__button {
    font-size: 14px;
    font-weight: 500;

    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    width: 121px;
    height: 32px;

    text-align: center;

    color: #007a65 !important;
    border: none;
    border-radius: 5px;
    background-color: rgba(0, 122, 101, 0.1);

    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header-callback__button.header-callback__button--order {
    color: #838383 !important;
    background-color: #e0e0e0;
}

.header-callback__button.header-callback__button--order.input-filled {
    color: #007a65 !important;
    background-color: rgba(104, 0, 207, 0.1) !important;
}

.header-callback__button.header-callback__button--order.input-filled .icon-header-phone-order:before {
    color: #007a65 !important;
}

.header-callback__button:hover {
    opacity: 0.8;
}

.header-callback__button > span {
    margin-left: 10px;
}

.headerCallbackItem__input {
    width: calc(100% - 136px);
    margin-right: 15px;
}

.headerCallbackItem__input > input {
    font-size: 14px;

    width: 100%;
    height: 32px;
    padding: 0 13px;

    border: none;
    border-radius: 5px;
    background-color: #f2f2f2;
}

.headerCallbackItem__input > input::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 500;

    color: #333;
}

.headerCallbackItem__input > input:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 500;

    color: #333;
}

.headerCallbackItem__input > input::placeholder {
    font-size: 14px;
    font-weight: 500;

    color: #333;
}

.mobileHeader {
    display: none;
}

.mobileHeader__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobileHeader__logo .city-choose {
    margin-left: 10px;

    color: #333;
}

.mobileHeader__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    cursor: pointer;

    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

.mobileHeaderHamburger__item {
    position: relative;

    display: block;

    width: 20px;
    height: 2px;
    margin-bottom: 5px;

    -webkit-transition: all 0.22s ease-out;
    transition: all 0.22s ease-out;

    background-color: #000;
}

.mobileHeaderHamburger__item:last-child {
    margin-bottom: 0;
}

.mobileHeaderHamburger__item:nth-child(2) {
    width: 14px;
}

.mobileHeader__hamburger.opened .mobileHeaderHamburger__item:first-child {
    top: 7px;

    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mobileHeader__hamburger.opened .mobileHeaderHamburger__item:nth-child(2) {
    opacity: 0;
}

.mobileHeader__hamburger.opened .mobileHeaderHamburger__item:last-child {
    top: -7px;

    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mobileHeader__wrapper {
    position: relative;

    padding: 0 15px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.mobileHeader__nav {
    position: absolute;
    z-index: 600;
    top: 100%;
    left: 0;

    display: none;
    overflow: auto;

    width: calc(100% + 48px);
    height: calc(100vh - 60px);
    margin: 0 -24px;
    padding: 15px 15px 30px 15px;

    background-color: #fff;
}

.mobileHeader__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobileHeader__cart {
    margin: 0 35px 0 30px;
}

@media (min-width: 576px) and (max-width: 768px) {
    .mobileHeader__cart {
        margin: 0 20px;
    }
}

.mobileHeader__city {
    margin-right: 25px;
}

.mobileHeader__city-choose > span {
    font-size: 26px;
}

.mobileHeaderPhone__icon {
    font-size: 23px;

    color: #000;
}

.mobileHeaderPhone__icon > span,
.mobileHeaderPhone__icon > span:before {
    color: #000;
}

.header-cart__link:active .icon-header-cart,
.header-cart__link:focus .icon-header-cart {
    color: #000;
}

.mobileHeader__order-wrapper {
    margin: 24px 0;
}

.mobileHeader__order .btn {
    font-size: 22px;
    width: 100%;
}

.mobileHeaderMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

.mobileHeaderMenu__item {
    position: relative;
    font-size: 26px !important;
    margin-bottom: 24px;

    color: #333;
}

.mobileHeaderMenu__item:last-child {
    margin-bottom: 0;
}

.mobileHeaderMenu__item.mobileHeaderMenu__item--parent:after {
    font-family: "icomoon";
    font-size: 24px;
    color: #969ba3;

    position: absolute;
    top: 50%;
    right: 0;

    content: "";
    content: "\e901";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mobileHeaderMenu__item.mobileHeaderMenu__item--special {
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.mobileHeaderMenu__item > span {
    font-size: 11px;

    position: absolute;
    top: -8px;
    right: -24px;

    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    width: 26px;
    height: 20px;

    color: #fff;
    border-radius: 42px;
    background-color: #007a65;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.mobileHeaderPersonal__head {
    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;
}

.mobileHeaderPersonal__head > span {
    font-size: 24px;
}

.mobileHeaderPersonal__head > .h4 {
    margin-bottom: 0;
    font-size: 26px;
}

.mobileHeaderPersonal {
    position: relative;

    margin: 20px 0;
    padding: 20px 0;

    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    align-items: flex-start;
}

.mobileHeaderPersonal__description {
    font-size: 14px;
    line-height: 20px;

    margin-top: 10px;
    margin-bottom: 0;

    color: #868686;
}

.mobileHeaderPersonal__link {
    /*position: absolute;
    z-index: 100;
    top: 0;
    left: 0;*/
    color: #333333;

    width: 100%;
    height: 100%;
}

.mobileHeaderLogo--short {
    display: none;
}

.owl-nav-custom {
    margin-left: auto;
}

.owl-nav-custom > button {
    position: relative;

    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    width: 72px;
    height: 40px;

    -webkit-transition: all 0.22s ease-out;
    transition: all 0.22s ease-out;
    text-align: center;

    border: none;
    border-radius: 5px;
    background: none;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 576px) and (max-width: 992px) {
    .owl-nav-custom {
        display: flex;
    }
}

.owl-nav-custom > button:hover {
    background-color: #f1f1f1;
}

.owl-nav-custom > button:before {
    width: 36px;
    height: 16px;

    content: "";

    background-repeat: no-repeat;
    background-position: center;
}

.owl-nav-custom > button > span {
    display: none;
}

.owl-nav-custom > button.owl-prev {
    margin-right: 10px;
}

.owl-nav-custom > button.owl-prev:before {
    background-image: url("../../../images/sliders/slider-left-arrow.svg");
}

.owl-nav-custom > button.owl-next:before {
    background-image: url("../../../images/sliders/slider-right-arrow.svg");
}

.big-slider-nav .owl-dot {
    display: block;

    width: 12px;
    height: 12px;
    margin: 0 12px 0 0;
    padding: 0;

    -webkit-transition: all 0.22s ease-out;
    transition: all 0.22s ease-out;

    border: 2px #fff solid;
    border-radius: 100%;
    background-color: #fff;
}

.big-slider-nav .owl-dot:last-child {
    margin-right: 0;
}

.big-slider-nav .owl-dot.active {
    background-color: transparent;
}

.big-slider-nav .owl-dot > span {
    display: none;
}

.big-slider-nav {
    height: auto;
}

.owl-nav {
    position: absolute;
    top: 50%;
    left: 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    height: 48px;

    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.owl-nav > button {
    position: relative;

    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;
}

.owl-nav > button:before {
    width: 12px;
    height: 48px;

    content: "";

    background-repeat: no-repeat;
    background-position: center;
}

.owl-nav > button > span {
    display: none;
}

.owl-nav > button.owl-prev:before {
    background-image: url("../../../images/sliders/main-slider-left-arrow.svg");
}

.owl-nav > button.owl-next:before {
    background-image: url("../../../images/sliders/main-slider-right-arrow.svg");
}

.owl-nav > button.owl-prev {
    left: 15px;
}

.owl-nav > button.owl-next {
    right: 15px;
}

.advantages-description {
    margin-bottom: 25px;
}

.slider-item-wrapper {
    padding: 30px 30px 0 30px;
    border-radius: 10px;
}

.slider-item-description {
    margin-top: 45px;
}

.mobileAddNav__wrapper {
    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;
}

.mobileAddNav__item {
    position: relative;
    padding: 30px 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 33.3333%;

    text-align: center;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

.mobileAddNav__title {
    font-size: 12px;
    font-weight: 500;

    margin: 10px 0 0;

    color: #000;
}

.mobileAddNav__icon {
    font-size: 24px;

    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    width: 25px;
    height: 25px;
    margin: 0 auto;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.mobileAddNav__icon span {
    color: #000000;
    font-size: 20px;
}

.mobile-add-nav {
    display: none;
}

@media (min-width: 576px) and (max-width: 768px) {
    .mobile-add-nav.mobileAddNav.desktop-block-margin {
        margin: 30px 0;
    }
}

.aboutPage .why-we-wrapper {
    margin-bottom: 90px;
}

.aboutPage .custom-text-block {
    margin-bottom: 70px;
}

.aboutPage .about-gallery,
.aboutPage .custom-someone-text,
.aboutPage .custom-personal-text,
.aboutPage .news {
    margin-bottom: 100px;
}

.aboutPage .top-page {
    /* height: 420px; */
    /* padding: 25px 0 30px 0; */
    position: relative;
    /* margin-bottom: 60px; */
}

.tQuote__image {
    display: none;
    width: 100%;
    height: 350px;
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
}

@media (max-width: 1199px) {
    .aboutPage .tQuote__content {
        max-width: 500px;
        padding: 60px 15px;
    }
}

@media (max-width: 991px) {
    .aboutPage .tQuote {
        background-color: #edf0f9;
        background-image: none !important;
        padding: 0;
        height: unset;
    }

    .aboutPage .tQuote__image {
        display: block;
    }

    .aboutPage .tQuote__content {
        padding: 25px 15px 50px 15px;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .aboutPage .container.custom-someone-text {
        padding: 0;
    }

    .aboutPage .custom-text-block {
        margin-bottom: 50px;
    }

    .aboutPage .aboutGallerySlider__thumb {
        height: 205px !important;
    }

    .aboutPage .aboutGallerySlider__caption {
        font-size: 12px !important;
        line-height: 17px;
    }

    .aboutPage .personal__wrapper > a {
        width: 100%;
        margin-bottom: 25px;
        margin-right: 0 !important;
    }

    .aboutPage .about-gallery,
    .aboutPage .custom-someone-text,
    .aboutPage .custom-personal-text,
    .aboutPage .news {
        margin-bottom: 40px;
    }

    .aboutPage .top-page {
        height: 213px;
        padding: 5px 0 0 0;
    }

    .container {
        max-width: 90%;
        padding: 0 5px 0 5px;
    }
}

@media (max-width: 575px) {
    .online-consultations {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }

    .aboutPage .top-page {
        margin-bottom: 0;
    }

    .aboutPage .advantages {
        padding-bottom: 95px !important;
    }

    .container {
        max-width: 90%;
        padding: 0 10px 0 10px;
    }
}

.aboutPage .top-page .breadcrumb ul {
    background-color: rgba(255, 255, 255, 0.5);
    /* padding: 5px 10px; */
    border-radius: 3px;
}

.aboutPage .top-page .container.container-h1 {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.aboutPage .top-page::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;

    background-image: url("/images/advantages-index/bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.tTopPage {
    height: 420px;
    padding: 45px 0 60px;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.tTopPage > .container {
    height: 100%;
}

.tTopPage__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    height: 100%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

.tTopPage__title {
    margin-top: auto;
}

.tBreadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    color: #333;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tBreadcrumbs > a {
    position: relative;

    margin-right: 12px;
    padding-right: 12px;

    color: #333;
}

.tBreadcrumbs > a:hover {
    color: #000;
}

.tBreadcrumbs > a:after {
    font-family: "icomoon";

    position: absolute;
    top: 1px;
    right: -8px;

    content: "\e905";
}

.tBreadcrumbs > span {
    position: relative;
    top: 1px;
}

.content-block {
    max-width: 768px;

    color: #333;
}

.appointment__phone {
    font-size: 20px;
    font-weight: 500;

    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    width: 100%;
    max-width: 200px;
    height: 48px;
    margin-right: 10px;
    margin-bottom: 0;
    padding: 0 11px;

    text-align: center;

    border-radius: 5px;
    background-color: #f2f2f2;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.appointment__chat {
    width: 262px;
    padding: 0 15px;

    text-align: left;

    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.appointment__phone-link {
    width: 48px;

    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.appointment__phone-link > span:before,
.appointment__callback > span:before {
    color: #fff;
}

.appointment__date,
.appointment__callback {
    padding: 0 15px;

    text-align: left;
}

.appointment__date {
    max-width: 302px;
}

.appointment__phone-input {
    width: 100%;
    max-width: 200px;
    margin-right: 10px;

    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.appointment__callback {
    width: 100%;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.appointment__callback-wrapper {
    padding-left: 45px;
}

.personal__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-top: 30px;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.personal__wrapper > a {
    font-weight: 500;

    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    min-width: 268px;
    height: 48px;
    margin-right: 15px;
    padding: 0 15px;

    text-align: center;

    color: #000;
    border-radius: 5px;
    background-color: #f2faff;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.personal__wrapper > a:last-child {
    margin-right: 0;
}

.tQuote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    height: 551px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tQuote__content {
    max-width: 650px;
    padding: 60px 0;
}

.tQuote__author {
    margin-top: 45px;
}

.tQuote__author > p {
    margin-bottom: 0;
}

.aboutGallerySlider__thumb {
    overflow: hidden;

    height: 480px;

    border-radius: 10px;
}

.aboutGallerySlider__thumb > img {
    width: 100%;
    height: 100%;

    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.aboutGallerySlider__caption {
    font-size: 16px;

    margin-top: 15px;

    color: #838383;
}

.licensesPage .top-page .breadcrumb {
    margin-bottom: 0px;
}

.licensesPage .top-page {
    margin-bottom: 0px;
}

.tLicenses__item * {
    margin: 0;
}

.tLicenses__item {
    margin-bottom: 25px;
    padding-bottom: 25px;

    border-bottom: 1px #e6e6e6 solid;
}

.tLicenses__item:last-child {
    border-bottom-color: transparent;
}

.tLicensesList {
    display: none;
}

.tLicenses__title {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.tLicenses__item a {
    color: #000000;
}

.tLicenses__item .icon-close {
    font-size: 17px;
    transform: rotate(135deg);
    transition: 0.44s ease;
}

/* .tLicenses__title:after
{
    font-size: 35px;

    position: absolute;
    top: 11px;
    right: 0;

    content: '+';
    -webkit-transition: all .22s ease-out;
            transition: all .22s ease-out;
    -webkit-transform-origin: center;
            transform-origin: center;

    color: #6e6e6e;
} */

.tLicenses__list {
    padding-top: 30px;
}

.tLicensesList__item {
    margin-bottom: 30px;
}

.tLicensesList__item.tLicensesList__item--info h4 {
    margin-bottom: 30px !important;
}

.tLicensesList__item.tLicensesList__item--info p {
    color: #000000;
}

.tLicensesList__item.tLicensesList__item--info h4 {
    margin-bottom: 30px !important;
}

.tLicensesList__item--with-icon {
    padding-left: 36px;
    position: relative;
}

.tLicensesList__item--with-icon .icon-note-text {
    position: absolute;
    left: 0;
    top: 3px;
    transform: scale(1, -1);
    font-size: 24px;
}

.tLicensesList__item:last-child {
    margin-bottom: 0;
}

.tLicensesList__item h4 {
    font-weight: bold;
}

.tLicensesList__item p {
    margin-top: 5px;

    color: #a9a9a9;
}

.tLicenses__item.active .icon-close {
    transform: rotate(0);
}

/* .tLicenses__item.active .tLicenses__title:after
{
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
} */

.tLicenses__item.active .tLicensesList {
    display: block;
}

.doctor-heading {
    overflow: hidden;

    height: 511px;
    padding: 45px;

    border-radius: 7px;
}

.cost__item {
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 20px 0;

    -webkit-transition: all 0.22s ease-out;
    transition: all 0.22s ease-out;

    border-bottom: 1px solid #dfdedf;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cost__item:hover {
    opacity: 0.61;
}

.cost__item:hover .cost__title span {
    border-bottom-color: #333;
}

.cost__title span {
    font-size: 23px;
    line-height: 28px;

    margin-right: 150px;
    padding-bottom: 2px;

    -webkit-transition: all 0.22s ease-out;
    transition: all 0.22s ease-out;

    color: #333;
    border-bottom: 1px transparent solid;
}

.costValues__current {
    font-size: 22px;
    font-weight: 500;
    line-height: 27px;

    color: #333;
}

.costValues__current.costValues__current--new {
    color: #ff4d00;
}

.costValues__old {
    font-size: 18px;

    text-decoration: line-through;
}

.costValues__sale {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    height: 28px;
    padding: 0 15px;

    text-align: center;
    letter-spacing: 0;

    color: #fff;
    border-radius: 50px;
    background-color: #ff4d00;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.costValues {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.costValues__item {
    margin-right: 15px;

    white-space: nowrap;
}

.costValues__item:last-child {
    margin-right: 0;
}

.costValues__title {
    font-size: 16px;
    line-height: 20px;

    color: #838383;
}

.cost__all-wrapper {
    margin: 60px 0 0;

    text-align: center;
}

.cost__all {
    width: 184px;
    height: 40px;
}

#spetsialist-sheduleday-list {
    position: relative;
}

.schedule__sliderNav {
    width: 0;
}

.schedule__sliderNav button {
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
    transition: 0.3s ease;
    bottom: 49px;
}

.schedule__sliderNav button.owl-prev {
    left: 15px;
}

.schedule__sliderNav button.owl-next {
    right: 15px;
}

.schedule__sliderNav button.disabled {
    opacity: 0.5;
    box-shadow: none;
}

.scheduleSlider {
    max-width: calc(100% - 120px);
    margin: 0 auto;
    overflow: hidden;
    padding: 0 10px;
}

@media (max-width: 991px) {
    .schedule__sliderNav {
        display: none;
    }

    .scheduleSlider {
        max-width: 100%;
    }
}

.scheduleSlider .owl-stage {
    padding: 15px 0;
}

.scheduleSlider .owl-stage-outer {
    overflow: visible;
}

.scheduleSlider__item {
    padding: 22px;
    background-color: #fff;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}

@media (max-width: 575px) {
    #spetsialist-sheduleday-list {
        padding-left: 0;
        padding-right: 0;
    }

    #spetsialist-sheduleday-list h3 {
        padding: 0 15px;
    }

    .scheduleSlider {
        padding: 0 15px;
    }
}

@media (max-width: 767px) {
    .scheduleSlider__item {
        width: 195px;
    }
}

.scheduleSlider__time-wrapper {
    margin-top: 22px;
}

.scheduleSlider__time {
    font-size: 30px;
    font-weight: bold;
    white-space: nowrap;
    position: relative;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: flex-end;
}

.scheduleSlider__item:hover .scheduleSlider__link {
    display: block;
    white-space: nowrap;
}

.scheduleSlider__item:hover .scheduleSlider__time {
    display: none;
}

.scheduleSlider__link {
    color: #007a65;
    font-size: 19px;
    font-weight: 500;
    cursor: pointer;
    display: none;
}

.scheduleSlider__more {
    color: #ff4d00;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    bottom: -3px;
}

.scheduleSlider__date {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 40px;
}

.full-height {
    height: 100%;
}

.doctor-description {
    margin-top: 45px;
}

.block-link {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.special-aaVersion-on .special-settings {
    padding: 5px 0;
}

.special-aaVersion-on .special-settings .container .content {
    display: flex;
    flex-wrap: wrap;
}

.special-aaVersion-on .special-settings .container .content .aa-block {
    float: auto !important;
}

.special-offers .actions-emoji {
    background: rgb(255, 255, 255, 0.8);
    border-radius: 100px;
    padding: 5px 15px;
    display: flex;
}

.special-offers .actions-emoji img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 5px;
}

.special-offers .actions-emoji img:nth-last-child(1) {
    margin-right: 0;
}

.top-page .actions-emoji {
    display: none;
}

.reviews-columns-list {
    columns: 3;
    column-gap: 30px;
    display: block;
}

@media (max-width: 1200px) {
    .reviews-columns-list {
        columns: 2;
    }
}

@media (max-width: 768px) {
    .reviews-columns-list {
        columns: 1;
        column-gap: 0;
    }
}

.reviews-pagination .block-action {
    margin-top: 50px;
}

.reviews-pagination {
    margin-bottom: 100px;
}

.reviews-columns-list__item {
    width: 100%;
    padding: 10px 0;
    margin-bottom: 15px;
    break-inside: avoid;
}

.reviews-columns-list__item .card {
    border: none;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
}

.new-review__trigger {
    margin: 0 auto 50px auto;
    display: block;
    width: 100%;
    max-width: 230px;
}

@media (max-width: 767px) {
    .new-review__trigger {
        display: none;
    }
}

.new-review h4 {
    margin-top: 10px;
    margin-bottom: 25px;
}

.new-review__button {
    margin-top: 55px;
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .new-review__button {
        margin-top: 25px;
        flex-direction: column;
        align-items: flex-start;
    }
}

.new-review__button .custom-checkbox {
    display: flex;
    align-items: center;
}

.new-review__button .custom-checkbox label {
    margin-bottom: 0;
    font-size: 18px;
    color: #000000;
}

.new-review__button button {
    width: 100%;
    max-width: 290px;
    margin-right: 50px;
}

@media (max-width: 767px) {
    .new-review__button button {
        margin-bottom: 25px;
        max-width: 100%;
    }
}

.new-review-tags {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 575px) {
    .new-review-tags {
        flex-direction: column;
        align-items: flex-start;
    }
}

.new-review__tag {
    height: 32px;
    font-size: 14px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    margin-right: 15px;
    margin-bottom: 15px;
    background-color: #f2f2f2;
    cursor: pointer;
    transition: 0.33s ease;
}

.new-review__tag img {
    margin-right: 5px;
    width: 15px;
}

.new-review__tag:hover {
    background-color: #c9c9c9;
}

.new-review__tag--active {
    background-color: #fbe771 !important;
}

.new-review-form {
    display: none;
    margin-bottom: 70px;
}

@media (max-width: 767px) {
    .new-review-form {
        display: block !important;
    }
}

.new-review-form h2 {
    margin-bottom: 45px;
}

.new-review-form__input {
    height: 72px;
    width: 100%;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 8px 24px;
    position: relative;
    cursor: text;
    border: 1px solid #dadada;
    margin-bottom: 25px;
}

@media (max-width: 575px) {
    .new-review-form__input {
        padding: 8px 15px;
    }
}

.new-review-form__input--text {
    height: 160px;
    background-color: #f2f2f2;
}

.new-review-form__input--text label {
    top: 24px !important;
    transform: none !important;
}

.new-review-form__input.active label {
    font-size: 14px;
    height: auto;
    top: 8px !important;
    transform: none !important;
}

.new-review-form__input.active input {
    height: calc(100% - 40px);
}

.new-review-form__input.active textarea {
    height: calc(100% - 58px);
    bottom: 20px;
}

.new-review-form__input label {
    color: #838383;
    font-size: 18px;
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    cursor: text;
    transition: 0.33s;
    margin-bottom: 0;
}

@media (max-width: 575px) {
    .new-review-form__input label {
        left: 15px;
    }
}

.new-review-form__input input,
.new-review-form__input textarea {
    width: calc(100% - 48px);
    height: calc(100% - 16px);
    position: absolute;
    left: 24px;
    bottom: 8px;
    font-size: 18px;
    color: #000000;
    resize: none;
    transition: none !important;
}

@media (max-width: 575px) {
    .new-review-form__input input,
    .new-review-form__input textarea {
        left: 15px;
    }
}

.new-review-form__input textarea {
    height: calc(100% - 28px);
}

.newsPage .news-list-item {
    padding: 0 15px;
    width: calc(50% - 65px);
}

.newsPage .news-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

button.consultant__write {
    display: none;
}

.specialist__about--mobile {
    padding-right: 15px;
    padding-left: 15px;
}

@media screen and (min-width: 525px) {
    .specialist__about--mobile {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .specialist__price {
        flex: 0 0 100%;
    }
}

@media screen and (max-width: 524px) {
    .specialist__about--desktop {
        display: none;
    }

    .doctor-item-description--clear-offset {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 360px) {
    .specialist__avatar-wrapper {
        flex-direction: column;
    }

    .specialist__avatar + * {
        margin-top: 10px;
    }
}

.services__title__count {
    font-size: 18px;

    &:before {
        content: "(";
    }

    &:after {
        content: ")";
    }
}

.schedulePageDoctor__calendar {
    position: relative;
}

.nnLoader__wrapper {
    position: absolute;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 200;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 0.22s ease-out;
}

.nnLoader__wrapper.inactive {
    opacity: 0;
    pointer-events: none;
}

.nnLoader {
    width: fit-content;
    color: #0000;
    font-size: 14px;
    background: linear-gradient(90deg, #007a65 calc(50% + 0.5ch), #000 0) right/calc(200% + 1ch) 100%;
    -webkit-background-clip: text;
    background-clip: text;
    animation: nn-loading 3s infinite steps(23);
}

.nnLoader:before {
    content: "Загрузка расписания...";
}

@keyframes nn-loading {
    to {
        background-position: left;
    }
}

body {
    overflow-x: hidden;
}

.bootstrap-select.select-service {
    width: 100% !important;
}

.bootstrap-select.select-service > .dropdown-toggle {
    height: auto;
    padding: 15px;
    outline: none !important;
}

.bootstrap-select.select-service > .dropdown-toggle:after {
    margin-top: 2px;
    transition: all 0.22s ease-out;
}

.bootstrap-select.select-service.show > .dropdown-toggle:after {
    transform: rotate(-180deg);
}

.bootstrap-select.select-service .dropdown-toggle .filter-option-inner-inner {
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    letter-spacing: 0;
}

.bootstrap-select.select-service .dropdown-menu {
    padding: 0;
}

.bootstrap-select.select-service .dropdown-menu li a {
    height: auto;
    padding: 10px 15px;
    font-size: 16px;
    letter-spacing: 0;
    white-space: break-spaces;
}

@media screen and (min-width: 992px) {
    .schedulePageDoctor__info--clear {
        margin-bottom: 0;
    }
}

.mobile-menu > li {
    position: relative;
}

.btn-mmenu-submenu {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
}

.btn-mmenu-submenu > img {
    position: absolute;
    right: 0;
    top: 15px;
    transition: all 0.22s ease-out;
}

.btn-mmenu-submenu.mmenu-submenu-open > img {
    transform: rotate(-90deg);
}

.btn-mmenu-submenu.mmenu-submenu-open {
    pointer-events: none;
}

.sticky-wrapper {
    position: relative;
    z-index: 400;
}

.serviceHeadingPrice.nnServiceHeadingPrice {
    height: auto;
}

.nnServiceHeadingPrice .serviceHeadingPrice__values {
    flex-direction: column-reverse;
    gap: 5px;
}

.nnServiceHeadingPrice .serviceHeadingPrice__values > p.new {
    margin-right: 0;
}

.nnServiceHeadingPrice .serviceHeadingPrice__values > p.new,
.nnServiceHeadingPrice .serviceHeadingPrice__values p.sale,
.nnServiceHeadingPrice .serviceHeadingPrice__values p.old {
    margin-bottom: 0;
}

.nnServiceHeadingPrice .serviceHeadingPrice__discount {
    display: flex;
    align-items: center;
    gap: 5px 15px;
}

.nnServiceHeadingPrice .serviceHeadingPrice__body {
    padding: 0;
    margin: 0;
    border: none;
}

.nnServiceHeadingPrice .analysis-info__before {
    top: 24px;
}

.nnServiceHeadingPrice .serviceHeadingPrice__head {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
}

.nnServiceHeadingPrice .serviceHeadingPrice__button > i {
    margin-right: 1rem;
}

.nnServiceHeadingPrice .serviceHeadingPrice__action {
    justify-content: center;
}

.nnServiceHeadingPrice .serviceHeadingPrice__close {
    position: absolute;
    right: 10px;
    top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    transition: none !important;
}

.serviceHeadingPrice.nnServiceHeadingPrice.short {
    padding: 0;
}

@media screen and (min-width: 992px) {
    .nnServiceHeadingPrice .serviceHeadingPrice__close {
        display: none;
    }
}

.sticky-wrapper.short {
    width: 65px;
    height: 65px !important;
    border-radius: 100%;
    right: 20px;
    background-color: #007a65;
    left: initial;
}

.nnServiceHeadingPrice .serviceHeadingPrice__close .icon-close {
    font-size: 12px;
}

.nnServiceHeadingPrice .serviceHeadingPrice__close .short-visible {
    display: none;
}

.nnServiceHeadingPrice .serviceHeadingPrice.nnServiceHeadingPrice.short {
    padding: 0;
}

.serviceHeadingPrice.nnServiceHeadingPrice.short > .row {
    display: none;
}

.serviceHeadingPrice.nnServiceHeadingPrice.short .serviceHeadingPrice__close .short-visible {
    display: block;
    color: #fff;
    font-size: 17px;
}

.serviceHeadingPrice.nnServiceHeadingPrice.short .serviceHeadingPrice__close .icon-close {
    display: none;
}

.serviceHeadingPrice.nnServiceHeadingPrice.short .serviceHeadingPrice__close {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

@media screen and (max-width: 991px) {
    .sticky-wrapper {
        position: fixed;
        bottom: 15px;
        left: 15px;
        right: 15px;
        margin: 0 auto;
        width: 100%;
        max-width: 400px;
        height: auto !important;
    }

    .sticky-wrapper.short {
        bottom: 95px;
    }

    .serviceHeadingPrice.nnServiceHeadingPrice {
        width: auto !important;
        padding: 40px 15px 15px;
    }

    .serviceHeadingPrice.nnServiceHeadingPrice > .row {
        width: 100%;
        margin: 0;
        padding: 0;
        align-items: center;
        flex-wrap: initial;
        flex-direction: column;
    }

    .serviceHeadingPrice.nnServiceHeadingPrice > .row > .col-12 {
        width: 100%;
        margin: 0;
        padding: 0;
        flex: 1;
        max-width: initial;
    }

    .nnServiceHeadingPrice .serviceHeadingPrice__head {
        border: none;
        padding-bottom: 0;
        margin-bottom: 15px;
    }

    .nnServiceHeadingPrice .serviceHeadingPrice__values {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .nnServiceHeadingPrice .serviceHeadingPrice__discount {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .nnServiceHeadingPrice .serviceHeadingPrice__discount > p {
        margin-bottom: 0;
    }

    .nnServiceHeadingPrice .serviceHeadingPrice__values > p.new {
        font-size: 22px;
        line-height: 22px;
    }

    .nnServiceHeadingPrice .serviceHeadingPrice__values p.old {
        font-size: 16px;
        line-height: 16px;
    }

    .nnServiceHeadingPrice .serviceHeadingPrice__values p.sale {
        height: 22px;
        font-size: 12px;
    }

    .nnServiceHeadingPrice .analysis-info__section {
        padding: 0 0 0 35px;
        margin-top: 8px;
    }

    .nnServiceHeadingPrice .analysis-info__before {
        top: -1px;
    }

    .nnServiceHeadingPrice .analysis-info__header {
        margin-bottom: 7px;
    }

    .schedulePageForm__form input + .btn {
        margin-top: 15px;
    }
}

@media screen and (max-width: 767px) {
    .nnServiceHeadingPrice .serviceHeadingPrice__body {
        margin-top: 0;
        padding-top: 0;
    }
}

@media screen and (max-width: 500px) {
    .sticky-wrapper {
        bottom: 95px;
        max-width: initial;
        width: initial;
    }

    .nnServiceHeadingPrice .serviceHeadingPrice__head {
        padding-right: 0;
        margin-right: 0;
        border: none;
    }

    .nnServiceHeadingPrice .serviceHeadingPrice__action.serviceHeadingPrice__action--schedule,
    .nnServiceHeadingPrice .serviceHeadingPrice__button {
        height: 40px;
        font-size: 14px;
    }

    .nnServiceHeadingPrice .custom-control-label {
        font-size: 14px;
        padding-top: 2px;
    }
}

button[disabled] {
    opacity: 0.25 !important;
    pointer-events: none;
}

.cart-list__outer {
    display: flex;
}

.cart-list__checkout {
    width: 320px;
}

.cart-list__wrapper {
    margin-right: 30px;
    width: calc(100% - 320px - 30px);
}

.cart-list__wrapper .container-cart-list-item:last-child {
    margin-bottom: 0;
}

.container-cart-list-cost.cart-list__checkout {
    margin-top: 0;
}

.cart-list__checkout {
    position: sticky;
    align-self: flex-start;
    top: 15px;
    background-color: #f2f2f2;
    border-radius: 10px;
    padding: 25px;
}

.cart-list__checkout .container-cart-list-cost__right {
    padding-right: 0;
}

.cart-list__checkout .container-cart-list-cost__all {
    margin-bottom: 0;
}

.cart-list__actions {
    padding-top: 25px;
    margin-top: 25px;
    border-top: 1px #cacaca solid;
}

.cart-list__delete {
    font-size: 14px;
    text-align: center;
    margin-top: 15px;
    border-radius: 5px;
    border: 1px #007a65 solid;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.22s ease-out;
    height: 40px;
}

.cart-list__delete:hover {
    opacity: 0.5;
}

.cart-list__delete form {
    position: relative;
    width: 100%;
    height: 100%;
}

.cart-list__delete input {
    color: #007a65;
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    .cart-list__outer {
        flex-direction: column;
    }

    .cart-list__wrapper {
        margin-right: 0;
        width: 100%;
    }

    .cart-list__checkout .container-cart-list-cost__all {
        font-size: 20px;
    }

    .cart-list__checkout {
        position: fixed;
        bottom: 45px;
        left: 5px;
        right: 5px;
        margin: 0 auto;
        width: calc(100% - 10px);
        top: initial;
        z-index: 100;
        padding: 15px;
        border: 1px solid #007a65;
    }

    .cart-list__actions {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 0 45px;
        align-items: flex-end;
        margin-top: 16px;
        padding-top: 0;
    }

    .cart-list__actions .btn {
        height: 40px;
    }
}

@media (max-width: 480px) {
    .cart-list__actions .btn,
    .cart-list__delete {
        font-size: 13px;
    }

    .cart-list__actions {
        grid-gap: 0 10px;
    }
}

.aboutGallerySlider .owl-stage {
    padding-left: 0 !important;
}

@media (max-width: 440px) {
    .btn.service__recipient--button {
        height: auto;
    }
}

.serviceHeadingPrice__action--analog {
    border: 1px solid #007a65;
    border-radius: 5px;
    padding: 5px 11px;
    text-align: center;
}
