@font-face {
    font-family: Gilroy;
    font-display: swap;
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/Gilroy-Bold.woff2) format("woff2"), url(../fonts/Gilroy-Bold.woff) format("woff");
}
@font-face {
    font-family: Gilroy;
    font-display: swap;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/Gilroy-Regular.woff2) format("woff2"), url(../fonts/Gilroy-Regular.woff) format("woff");
}
@font-face {
    font-family: RobotoCondensed;
    font-display: swap;
    font-weight: 300;
    font-style: normal;
    src: url(../fonts/RobotoCondensed-Light.woff2) format("woff2"), url(../fonts/RobotoCondensed-Light.woff) format("woff");
}
@font-face {
    font-family: RobotoCondensed;
    font-display: swap;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/RobotoCondensed-Regular.woff2) format("woff2"), url(../fonts/RobotoCondensed-Regular.woff) format("woff");
}
@font-face {
    font-family: RobotoCondensed;
    font-display: swap;
    font-weight: 500;
    font-style: normal;
    src: url(../fonts/RobotoCondensed-Medium.woff2) format("woff2"), url(../fonts/RobotoCondensed-Medium.woff) format("woff");
}
@font-face {
    font-family: RobotoCondensed;
    font-display: swap;
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/RobotoCondensed-Bold.woff2) format("woff2"), url(../fonts/RobotoCondensed-Bold.woff) format("woff");
}
::-webkit-input-placeholder {
    color: #fff;
    font-weight: 400;
    opacity: 1;
    font-family: RobotoCondensed, sans-serif;
    letter-spacing: 0.16px;
}
:-moz-placeholder {
    color: #fff;
    font-weight: 400;
    opacity: 1;
    font-family: RobotoCondensed, sans-serif;
    letter-spacing: 0.16px;
}
::-moz-placeholder {
    color: #fff;
    font-weight: 400;
    opacity: 1;
    font-family: RobotoCondensed, sans-serif;
    letter-spacing: 0.16px;
}
:-ms-input-placeholder {
    color: #fff;
    font-weight: 400;
    opacity: 1;
    font-family: RobotoCondensed, sans-serif;
    letter-spacing: 0.16px;
}
* {
    box-sizing: border-box;
}
body input:focus:required:invalid,
body textarea:focus:required:invalid {
    color: #666;
}
body input:required:valid,
body textarea:required:valid {
    color: #666;
}
body,
html {
    height: 100%;
}
body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.75;
    font-family: RobotoCondensed, sans-serif;
    overflow-x: hidden;
    opacity: 1;
    margin: 0;
}
ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
a {
    transition: all 0.5s ease;
    text-decoration: none;
}
.my-container {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1384px;
    width: 100%;
}
.my-container.big {
    max-width: 1424px;
}
.my-container.flex {
    display: flex;
    flex-wrap: wrap;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin: 0;
}
.main-wrapper {
    overflow: hidden;
}
.service-btn {
    cursor: pointer;
}
.custom-select .select-items div,
.custom-select .select-selected {
    font-size: 24px;
    line-height: 140%;
    font-weight: 400;
    color: #4d4d4d;
    padding-left: 21px;
    font-family: RobotoCondensed, sans-serif;
}
.custom-select .select-selected {
    font-weight: 700;
    color: #f04e23;
    padding-left: 21px;
    padding-right: 45px;
    padding-bottom: 8px;
    background: #fff;
    border: 0 solid #000;
    border-bottom: 4px solid #f04e23;
}
.custom-select .select-selected::after {
    border: 0 solid #000;
    width: 20px;
    height: 20px;
    background: url(../img/sel-arr.svg);
    top: 15px;
    right: 18px;
}
.custom-select .select-selected.select-arrow-active::after {
    transform: rotate(180deg);
}
.custom-select .select-items {
    background: #fff;
    padding-bottom: 28px;
}
.custom-select .select-items div {
    padding-top: 7.2px;
    padding-bottom: 7.2px;
}
.cb-wrap .container {
    display: block;
    position: relative;
    padding-left: 19px;
    cursor: pointer;
    user-select: none;
    color: #fff;
    font-size: 14px;
    line-height: 100%;
    font-weight: 400;
    font-family: RobotoCondensed, sans-serif;
}
.cb-wrap .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.cb-wrap .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: #fff;
    border-radius: 5px;
}
.cb-wrap .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.cb-wrap .container input:checked ~ .checkmark:after {
    display: block;
}
.cb-wrap .container .checkmark:after {
    left: 3px;
    top: 3px;
    width: 8px;
    height: 5px;
    border: solid #f04e23;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.swiper-pagination.def-pag.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination.def-pag.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}
.swiper-pagination.def-pag .swiper-pagination-bullet {
    background: #f6f6f6;
    width: 27px;
    height: 4px;
    border-radius: 0;
    opacity: 1;
}
.swiper-pagination.def-pag .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #f04e23;
}
.swiper-pagination.def-pag.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,
.swiper-pagination.def-pag.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: none;
}
.h1 {
    display: block;
    margin: 0;
    color: #000;
    font-family: Gilroy, sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 124%;
}
.h2,
h2 {
    display: block;
    /* margin: 0; */
    color: #111;
    font-size: 36px;
    line-height: 124%;
    font-weight: 700;
    font-family: Gilroy, sans-serif;
}

.bg-gray {
    background: #fcfcfc;
}
.s-breadcrumbs {
    margin-bottom: 18px;
}
.s-breadcrumbs ul {
    display: flex;
    flex-wrap: wrap;
}
.s-breadcrumbs ul li {
    margin-right: 26px;
    margin-bottom: 10px;
    position: relative;
}
.s-breadcrumbs ul li::before {
    content: "/";
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    position: absolute;
    right: -15px;
    top: -7px;
}
.s-breadcrumbs ul li:last-child {
    margin-bottom: 0;
}
.s-breadcrumbs ul li:last-child::before {
    display: none;
}
.s-breadcrumbs ul li a,
.s-breadcrumbs ul li span {
    display: block;
    color: #4d4d4d;
    font-size: 14px;
    line-height: 16.41px;
    font-weight: 400;
    font-family: RobotoCondensed, sans-serif;
}
.s-breadcrumbs ul li a:hover,
.s-breadcrumbs ul li span:hover {
    color: #f04e23;
}
.s-breadcrumbs ul li span {
    color: #f04e23;
}
.stars {
    display: flex;
}
.stars .star {
    width: 19px;
    height: 17px;
    position: relative;
    margin-left: 1px;
    margin-right: 1px;
}
.stars .star.active::before {
    opacity: 0;
}
.stars .star.active::after {
    opacity: 1;
}
.stars .star::after,
.stars .star::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/star-icn.svg) 50%;
    background-repeat: no-repeat;
    transition: all 0.5s ease;
}
.stars .star::after {
    background: url(../img/star_active-icn.svg) 50%;
    background-repeat: no-repeat;
    opacity: 0;

}
.equip-item {
    position: relative;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    min-height: 300px;
    width: calc(24.8% - 20px);
}
.equip-item:hover .ei-bg::after {
    opacity: 1;
}
.equip-item:hover .ei-text {
    opacity: 1;
}
.equip-item:hover .ei-bg {
    transform: scale(1.03);
}
.equip-item.big {
    width: calc(50.4% - 20px);
}
.equip-item .ei-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    transition: all 0.5s ease;
}
.equip-item .ei-bg::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: all 0.5s ease;
}
.equip-item .ei-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    padding-top: 43px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 43px;
    opacity: 0;
    transition: all 0.5s ease;
}
.equip-item .ei-text .eit-hdr {
    display: block;
    font-size: 20px;
    line-height: 124%;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
}
.equip-item .ei-text p {
    margin: 0;
    color: #f6f6f6;
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
    margin-bottom: 22px;
}
.s-soc {
    display: flex;
}
.s-soc .ss-icn {
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.5s ease;
    position: relative;
    margin-right: 15px;
}
.s-soc .ss-icn:last-child {
    margin-right: 0;
}
.s-soc .ss-icn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.s-soc .ss-icn:hover {
    opacity: 0.8;
}
.s-soc .ss-icn.vk::before {
    background: url(../img/vk-icn.svg) 50%;
    background-repeat: no-repeat;
}
.s-soc .ss-icn.ok::before {
    background: url(../img/ok-icn.svg) 50%;
    background-repeat: no-repeat;
}
.s-soc .ss-icn.ws::before {
    background: url(../img/ws-icn.svg) 50%;
    background-repeat: no-repeat;
}
.def-top.center {
    text-align: center;
}
.def-top.only-one .dt-hdr {
    margin-bottom: 7px;
    position: relative;
    z-index: 1;
    display: inline-block;
}
.def-top.only-one .dt-hdr::before {
    z-index: -1;
    content: "";
    position: absolute;
    width: 107px;
    height: 57px;
    background: url(../img/dt_before.svg);
    left: -17px;
    top: -6px;
}
.def-top.only-one .dt-descr {
    display: block;
    color: #4d4d4d;
    font-size: 20px;
    line-height: 140%;
    font-weight: 300;
}
.def-top .my-container.flex {
    justify-content: space-between;
    align-items: center;
}
.def-top .dt-left {
    padding-right: 15px;
    position: relative;
}
.dt-left .title_section{
    text-align: left;
    margin: 0;
}
.def-top .dt-left::before {
    /* content: ""; */
    position: absolute;
    width: 107px;
    height: 57px;
    background: url(../img/dt_before.svg);
    left: -20px;
    top: -5px;
}
.def-top .dt-left .dtl-hdr {
    margin-bottom: 7px;
    position: relative;
    z-index: 1;
}
.def-top .dt-left .dtl-descr {
    display: block;
    color: #4d4d4d;
    font-size: 20px;
    line-height: 140%;
    font-weight: 300;
    position: relative;
    z-index: 1;
}
.def-top .dt-right .btn-arr {
    top: -14px;
}
.def-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.def-form.black .def-inp input {
    color: #000;
    border-color: #000;
    font-weight: 700;
    font-size: 18px;
}
.def-form.black .def-inp input::-webkit-input-placeholder {
    color: #000;
}
.def-form.black .def-inp input:-moz-placeholder {
    color: #000;
}
.def-form.black .def-inp input::-moz-placeholder {
    color: #000;
}
.def-form.black .def-inp input:-ms-input-placeholder {
    color: #000;
}
.def-form .def-inp {
    width: calc(50% - 120px);
}
.def-form .df-btn-wrap {
    width: 200px;
}
.def-form .df-btn-wrap .btn {
    width: 100%;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}
.def-form .db-btm {
    width: 100%;
    padding-top: 25px;
}
.def-form .db-btm .dbb-descr {
    display: block;
    text-align: center;
    color: #828282;
    font-size: 14px;
    line-height: 100%;
    font-weight: 400;
}
.def-form .db-btm .dbb-descr a {
    color: #828282;
    position: relative;
}
.def-form .db-btm .dbb-descr a:hover {
    color: #f04e23;
}
.def-form .db-btm .dbb-descr a:hover::before {
    opacity: 0;
}
.def-form .db-btm .dbb-descr a::before {
    transition: all 0.5s ease;
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 100%;
    height: 1px;
    background: #828282;
}
.def-inp input,
.def-inp textarea {
    display: block;
    outline: 0;
    color: #fff;
    font-size: 14px;
    line-height: 100%;
    font-weight: 400;
    letter-spacing: 0.16px;
    font-family: RobotoCondensed, sans-serif;
    border: 0 solid #000;
    background: 0 0;
    border-bottom: 1px solid #fff;
    padding-left: 10px;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-right: 10px;
    width: 100%;
}
.def-inp textarea {
    resize: none;
}
.def-inp.custom-select .select-items {
    max-height: 230px;
    overflow-y: auto;
    padding: 0;
    border: 1px solid #bdbdbd;
    box-shadow: 0 2px 8px 0 rgba(206, 206, 206, 0.21);
    border-radius: 0 0 5px 5px;
    border-top: 0 solid #f04e23;
}
.def-inp.custom-select .select-selected {
    padding-top: 2px;
    font-size: 14px;
    line-height: 100%;
    font-weight: 400;
    letter-spacing: 0.16px;
    color: #111;
    border-bottom: 1px solid #e4e4e4;
    padding-left: 9px;
    padding-bottom: 12px;
}
.def-inp.custom-select .select-selected.select-arrow-active {
    border-color: #f04e23;
}
.def-inp.custom-select .select-selected::after {
    top: 1px;
    right: 7px;
}
.def-inp.custom-select .select-items div {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 5px;
    padding-right: 5px;
    color: #111;
    font-size: 16px;
    line-height: 100%;
    font-weight: 400;
    text-align: center;
    border: 0 solid #000;
}
.def-inp.custom-select .select-items div:hover {
    background: #fff;
    color: #f04e23;
}
.def-inp.custom-select .select-items div:nth-child(odd) {
    background: #eceff3;
}
.def-inp.custom-select .select-items div:nth-child(odd):hover {
    background: #eceff3;
}
.def-inp.with-timers {
    display: flex;
    flex-wrap: wrap;
    column-gap: 24px;
    row-gap: 12px;
}
.def-inp.with-timers .wt-hdr {
    display: block;
    text-align: center;
    color: #111;
    font-size: 12px;
    line-height: 100%;
    font-weight: 400;
    letter-spacing: 0.16px;
    width: 100%;
}
.def-inp.with-timers .def-timer {
    width: calc(50% - 12px);
}
.ui-timepicker-standard {
    z-index: 14 !important;
    border: 1px solid #bdbdbd;
    box-shadow: 0 2px 8px 0 rgba(206, 206, 206, 0.21);
    border-radius: 0 0 5px 5px;
}
.ui-timepicker-standard a {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 5px;
    padding-right: 5px;
    color: #111;
    font-size: 16px;
    line-height: 100%;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
}
.ui-timepicker-standard a.ui-state-hover {
    background: #fff;
    border-color: transparent;
}
.btn {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 100%;
    font-weight: 700;
    font-family: RobotoCondensed, sans-serif;
    border: 1px solid #f04e23;
    background: #f04e23;
    border-radius: 5px;
    padding: 15.5px 14.3px;
    transition: all 0.5s ease;
    cursor: pointer;
}
.btn:hover {
    color: #f04e23;
    background: #fff;
}
.btn.w-200 {
    max-width: 200px;
    width: 100%;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}
.btn.linear {
    background: 0 0;
    border: 1px solid transparent;
    padding-top: 11px;
    padding-left: 17px;
    padding-right: 17px;
    padding-bottom: 11px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.btn.linear::before {
    z-index: -1;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(73deg, #f69333 -83.24%, #f58732 -35.3%, #f26f31 32.17%, #ef4e23 114.04%);
    transition: all 0.5s ease;
}
.btn.linear:hover {
    border-color: #f04e23;
}
.btn.linear:hover::before {
    opacity: 0;
}
.btn.white {
    border-color: #fff;
    background: #fff;
    color: #f04e23;
    border: 1px solid #f04e23;
}
.btn.white:hover {
    background: #f04e23;
    color: #fff;
    border: 1px solid #fff;
}
.btn-arr {
    display: inline-block;
    position: relative;
    color: #f04e23;
    font-size: 18px;
    line-height: 100%;
    font-weight: 700;
    padding-right: 34px;
    transition: all 0.5s ease;
}
.btn-arr.long {
    padding-right: 38px;
}
.btn-arr.long::after {
    width: 27px;
    height: 8px;
    background: url(../img/btn-arr-long.svg);
    margin-top: -4px;
}
.btn-arr:hover {
    padding-right: 30px;
}
.btn-arr::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    background: url(../img/btn-arr.svg);
}
.btn-text {
    display: inline-block;
    position: relative;
    color: #f04e23;
    font-size: 16px;
    line-height: 124%;
    font-weight: 700;
}
.btn-text.big {
    font-size: 24px;
    line-height: 140%;
}
.discount-item {
    display: flex;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 4px 15px 0 rgba(235, 235, 235, 0.4);
    min-height: 160px;
    padding-left: 200px;
    width: 100%;
}
.discount-item .di-photo {
    width: 200px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.discount-item .di-photo span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
}
.discount-item .di-text {
    width: 100%;
    padding-left: 25px;
    padding-top: 20px;
    padding-bottom: 15px;
    position: relative;
    padding-right: 15px;
}
.discount-item .di-text::before {
    content: "";
    position: absolute;
    width: 45px;
    height: 22px;
    background: url(../img/di_before.svg);
    right: 30px;
    bottom: 32px;
}
.discount-item .di-text .dit-hdr {
    display: block;
    color: #f04e23;
    font-size: 20px;
    line-height: 100%;
    font-weight: 700;
    margin-bottom: 13px;
    position: relative;
    z-index: 1;
}
.discount-item .di-text .dit-descr {
    display: block;
    color: #4d4d4d;
    font-size: 16px;
    line-height: 140%;
    font-weight: 300;
    margin-bottom: 23px;
    position: relative;
    z-index: 1;
}
.service-item {
    display: block;
    position: relative;
    background: url(../img/service-bg.jpg) 50%;
    background-size: cover;
    border-radius: 5px;
    overflow: hidden;
    padding-left: 30px;
    padding-top: 32px;
    padding-right: 15px;
    padding-bottom: 120px;
    min-height: 340px;
    max-width: 298px;
}
.service-item:hover .si-img {
    bottom: 28px;
}
.service-item:hover::after {
    right: 25px;
}
.service-item::after {
    content: "";
    position: absolute;
    width: 62px;
    height: 16px;
    background: url(../img/si-arr.svg);
    bottom: 22px;
    right: 30px;
    transition: all 0.5s ease;
}
.service-item .si-hdr {
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 100%;
    font-weight: 700;
    margin-bottom: 11px;
}
.service-item p {
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
}
.service-item .si-img {
    position: absolute;
    bottom: 23px;
    left: 25px;
    transition: all 0.5s ease;
}
.service-item .si-img img {
    display: block;
    max-width: 100%;
}
.doctor-item {
    display: block;
    max-width: 401px;
    width: 100%;
    box-shadow: 0 4px 15px 0 rgb(132 132 132 / 25%);
    border-radius: 5px;
    overflow: hidden;
}
.doctor-item .di-photo {
    position: relative;
    height: 364px;
}
.doctor-item .di-photo::after {
    content: "";
    position: absolute;
    left: 29px;
    top: 29px;
    width: 45px;
    height: 22px;
    background: url(../img/doctor_after.svg);
}
.doctor-item .di-photo span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
}
.doctor-item .di-text {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.doctor-item .di-text .dit-name {
    display: block;
    color: #111;
    font-size: 20px;
    line-height: 124%;
    font-weight: 700;
    margin-bottom: 14px;
}
.doctor-item .di-text .dit-descr {
    display: block;
    color: rgba(77, 77, 77, 0.5);
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
}
.def-arrows.square.orange .swiper-button-next,
.def-arrows.square.orange .swiper-button-prev {
    background: #f04e23;
}
.def-arrows.square.orange .swiper-button-next.swiper-button-disabled,
.def-arrows.square.orange .swiper-button-prev.swiper-button-disabled {
    background: #fff5eb;
    border-color: #fff5eb;
    opacity: 1;
}
.def-arrows.square.orange .swiper-button-next.swiper-button-disabled::before,
.def-arrows.square.orange .swiper-button-prev.swiper-button-disabled::before {
    opacity: 1;
}
.def-arrows.square.orange .swiper-button-next::before,
.def-arrows.square.orange .swiper-button-prev::before {
    opacity: 0;
}
.def-arrows.square.orange .swiper-button-next::after,
.def-arrows.square.orange .swiper-button-prev::after {
    opacity: 1;
}
.def-arrows.square.orange .swiper-button-next:hover,
.def-arrows.square.orange .swiper-button-prev:hover {
    background: #fff;
}
.def-arrows.square.orange .swiper-button-next:hover::before,
.def-arrows.square.orange .swiper-button-prev:hover::before {
    opacity: 1;
}
.def-arrows.square.orange .swiper-button-next:hover::after,
.def-arrows.square.orange .swiper-button-prev:hover::after {
    opacity: 0;
}
.def-arrows.square .swiper-button-next,
.def-arrows.square .swiper-button-prev {
    width: 60px;
    height: 60px;
    border-radius: 5px;
    border: 1px solid #f04e23;
    background: #fff;
    transition: all 0.5s ease;
}
.def-arrows.square .swiper-button-next:hover,
.def-arrows.square .swiper-button-prev:hover {
    background: #f04e23;
}
.def-arrows.square .swiper-button-next:hover::before,
.def-arrows.square .swiper-button-prev:hover::before {
    opacity: 0;
}
.def-arrows.square .swiper-button-next:hover::after,
.def-arrows.square .swiper-button-prev:hover::after {
    opacity: 1;
}
.def-arrows.square .swiper-button-next.swiper-button-disabled,
.def-arrows.square .swiper-button-prev.swiper-button-disabled {
    border-color: rgba(240, 78, 35, 0.3);
}
.def-arrows.square .swiper-button-next.swiper-button-disabled::before,
.def-arrows.square .swiper-button-prev.swiper-button-disabled::before {
    opacity: 0.3;
}
.def-arrows.square .swiper-button-next.swiper-button-disabled::after,
.def-arrows.square .swiper-button-prev.swiper-button-disabled::after {
    opacity: 0;
}
.def-arrows.square .swiper-button-next::after,
.def-arrows.square .swiper-button-next::before,
.def-arrows.square .swiper-button-prev::after,
.def-arrows.square .swiper-button-prev::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 14px;
    background: url(../img/swiper-button-prev_orange.svg);
    transition: all 0.5s ease;
}
.def-arrows.square .swiper-button-next::after,
.def-arrows.square .swiper-button-prev::after {
    background: url(../img/swiper-button-prev_white.svg);
}
.def-arrows.square .swiper-button-next::before {
    background: url(../img/swiper-button-next_orange.svg);
}
.def-arrows.square .swiper-button-next::after {
    background: url(../img/swiper-button-next_white.svg);
}
.def-arrows .swiper-button-next,
.def-arrows .swiper-button-prev {
    width: 22px;
    height: 44px;
    margin: 0;
    position: relative;
}
.def-arrows .swiper-button-next.swiper-button-disabled,
.def-arrows .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}
.def-arrows .swiper-button-next.swiper-button-disabled::before,
.def-arrows .swiper-button-prev.swiper-button-disabled::before {
    opacity: 0;
}
.def-arrows .swiper-button-next.swiper-button-disabled::after,
.def-arrows .swiper-button-prev.swiper-button-disabled::after {
    opacity: 1;
}
.def-arrows .swiper-button-next.swiper-button-disabled .arr::before,
.def-arrows .swiper-button-prev.swiper-button-disabled .arr::before {
    opacity: 0;
}
.def-arrows .swiper-button-next.swiper-button-disabled .arr::after,
.def-arrows .swiper-button-prev.swiper-button-disabled .arr::after {
    opacity: 1;
    background: url(../img/swiper-button-next_black.svg);
}
.def-arrows .swiper-button-next:hover::before,
.def-arrows .swiper-button-prev:hover::before {
    opacity: 0;
}
.def-arrows .swiper-button-next:hover .arr::before,
.def-arrows .swiper-button-prev:hover .arr::before {
    opacity: 0;
}
.def-arrows .swiper-button-next:hover .arr::after,
.def-arrows .swiper-button-prev:hover .arr::after {
    opacity: 1;
}
.def-arrows .swiper-button-next::after,
.def-arrows .swiper-button-next::before,
.def-arrows .swiper-button-prev::after,
.def-arrows .swiper-button-prev::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background: url(../img/next-before_orange.svg);
    transition: all 0.5s ease;
}
.def-arrows .swiper-button-next::after,
.def-arrows .swiper-button-prev::after {
    background: url(../img/next-before_gray.svg);
    opacity: 0;
}
.def-arrows .swiper-button-next .arr,
.def-arrows .swiper-button-prev .arr {
    position: absolute;
    width: 8px;
    height: 14px;
    left: 9px;
    top: 50%;
    margin-top: -7px;
    z-index: 1;
}
.def-arrows .swiper-button-next .arr::after,
.def-arrows .swiper-button-next .arr::before,
.def-arrows .swiper-button-prev .arr::after,
.def-arrows .swiper-button-prev .arr::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
}
.def-arrows .swiper-button-next .arr::before,
.def-arrows .swiper-button-prev .arr::before {
    background: url(../img/swiper-button-next_white.svg);
}
.def-arrows .swiper-button-next .arr::after,
.def-arrows .swiper-button-prev .arr::after {
    background: url(../img/swiper-button-next_orange.svg);
    opacity: 0;
}
.def-arrows .swiper-button-next {
    right: 0;
}
.def-arrows .swiper-button-prev {
    left: 0;
}
.def-arrows .swiper-button-prev.swiper-button-disabled .arr::after {
    background: url(../img/swiper-button-prev_black.svg);
}
.def-arrows .swiper-button-prev::before {
    background: url(../img/prev-before_orange.svg);
}
.def-arrows .swiper-button-prev::after {
    background: url(../img/prev-before_gray.svg);
}
.def-arrows .swiper-button-prev .arr {
    left: auto;
    right: 9px;
}
.def-arrows .swiper-button-prev .arr::before {
    background: url(../img/swiper-button-prev_white.svg);
}
.def-arrows .swiper-button-prev .arr::after {
    background: url(../img/swiper-button-prev_orange.svg);
}
.default-popup-top {
    padding-top: 22px;
}
.service-menu-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 12;
    background: #fff;
    padding-bottom: 82px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    transform: translateY(-200px);
}
.service-menu-wrap.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.service-menu-wrap .service-menu {
    padding-top: 41px;
    padding-bottom: 41px;
}
.service-menu {
    position: relative;
    z-index: 1;
    background: #fff;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eceff3;
}
.service-menu .sm-col {
    width: 100%;
}
.service-menu .sm-col:nth-child(1) {
    max-width: 389px;
}
.service-menu .sm-col:nth-child(2) {
    max-width: 289px;
}
.service-menu .sm-col:nth-child(3) {
    max-width: 405px;
}
.service-menu .smc-items .smc-itm {
    margin-bottom: 0px;
}
.service-menu .smc-items .smc-itm.active .smc-i-top .smc-it-hdr {
    color: #f04e23;
}
.service-menu .smc-items .smc-itm.active .smc-i-top::before {
    opacity: 0;
}
.service-menu .smc-items .smc-itm.active .smc-i-top::after {
    opacity: 1;
}
.service-menu .smc-items .smc-itm.active .smc-i-top::after,
.service-menu .smc-items .smc-itm.active .smc-i-top::before {
    transform: rotate(180deg);
}
.service-menu .smc-items .smc-itm:last-child {
    margin-bottom: 0;
}
.service-menu .smc-items .smc-itm .smc-i-top {
    position: relative;
    padding-right: 35px;
    cursor: pointer;
}
.service-menu .smc-items .smc-itm .smc-i-top:hover .smc-it-hdr {
    color: #f04e23;
}
.service-menu .smc-items .smc-itm .smc-i-top:hover::before {
    opacity: 0;
}
.service-menu .smc-items .smc-itm .smc-i-top:hover::after {
    opacity: 1;
}
.service-menu .smc-items .smc-itm .smc-i-top::after,
.service-menu .smc-items .smc-itm .smc-i-top::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0;
    top: 0;
    background: url(../img/smc-arr.svg);
    transition: opacity 0.5s ease;
}
.service-menu .smc-items .smc-itm .smc-i-top::after {
    background: url(../img/smc-arr_orange.svg);
    opacity: 0;
}
.service-menu .smc-items .smc-itm .smc-i-top .smc-it-hdr {
    display: block;
    color: #111;
    font-size: 22px;
    line-height: 33.6px;
    font-family: RobotoCondensed, sans-serif;
    transition: all 0.5s ease;
}
.service-menu .smc-items .smc-itm .smc-i-content {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 16px;
	padding-bottom: 16px;
    display: none;
}
.service-menu .smc-items .smc-itm .smc-i-content ul {
    max-width: 306px;
    width: 100%;
}
.service-menu .smc-items .smc-itm .smc-i-content ul li {
    margin-bottom: 12px;
}
.service-menu .smc-items .smc-itm .smc-i-content ul li:last-child {
    margin-bottom: 0;
}
.service-menu .smc-items .smc-itm .smc-i-content ul li a {
    display: block;
    color: #4d4d4d;
    font-size: 18px;
    line-height: 25.2px;
}
.service-menu .smc-items .smc-itm .smc-i-content ul li a:hover {
    color: #f04e23;
}
.info {
    min-width: 24px;
    max-width: 24px;
    height: 24px;
    position: relative;
}
.info.active {
    z-index: 1;
}
.info:hover {
    z-index: 1;
}
.info:hover .i-content {
    display: block;
}
.info .i-icn {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    background: url(../img/info-icn.svg);
    cursor: pointer;
}
.info .i-content {
    position: absolute;
    left: 44px;
    bottom: -40px;
    background: #fcfcfc;
    width: 360px;
    display: none;
    border: 1px solid #eceff3;
    padding-left: 37px;
    padding-top: 20px;
    padding-right: 15px;
    padding-bottom: 16px;
    border-radius: 5px;
}
.info .i-content p {
    margin: 0;
}
.up-btn {
    position: fixed;
    right: 2vw;
    z-index: 10;
    width: 50px;
    height: 50px;
    background: url(../img/up-btn.svg) 50%;
    bottom: 10vh;
    cursor: pointer;
    transition: all 0.5s ease;
    opacity: 1;
    visibility: visible;
    border-radius: 100px;
    z-index: 100;
    transition: 300ms;
    &::after{
        content: '';
        position: absolute;
        inset: 0;
        outline: 2px dashed #F04E23;
        outline-offset: 3px;
        border-radius: 100px;
        transition: 300ms;
        z-index: 99;
        animation: rotate 10000ms linear infinite normal both;
    }
    &:hover{
        background-color: mediumvioletred;
        &::after{
         /* outline: 4px dashed mediumvioletred; */

    }
    }
}


@keyframes rotate{
    0%{
        rotate: 0deg;
    }
    100%{
        rotate: 360deg;
    }
}


.up-btn.disabled {
    opacity: 0;
    visibility: hidden;
    right: -54px;
}
.default-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 40;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}
.default-popup.active {
    opacity: 1;
    visibility: visible;
}
.default-popup.dp-doctor-visit-big .dp-content {
    max-width: 630px;
}
.default-popup.dp-doctor-visit-big .dp-content .dpc-descr {
    margin-bottom: 10px;
}
.default-popup.dp-doctor-visit-big .dp-content .dpc-form {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
}
.default-popup.dp-doctor-visit-big .dp-content .dpc-form .dpc-col {
    width: calc(50% - 15px);
    margin-bottom: 6px;
}
.default-popup.dp-doctor-visit-big .dp-content .dpc-form .dpc-col .def-inp.with-timers {
    margin-bottom: 37px;
}
.default-popup.dp-doctor-visit-big .dp-content .dpc-form .dpc-btm {
    width: 100%;
    display: flex;
    align-items: center;
    column-gap: 30px;
    margin-bottom: 36px;
}
.default-popup.dp-doctor-visit-big .dp-content .dpc-form .dpc-btm .cb-wrap {
    width: calc(50% - 15px);
    margin: 0;
}
.default-popup.dp-doctor-visit-big .dp-content .dpc-form .dpc-btm .btn {
    width: calc(50% - 15px);
}
.default-popup.dp-doctor-visit-big .dp-content .dpc-form .dpc-contacts {
    width: 100%;
    display: flex;
    column-gap: 30px;
/*    padding-top: 52px; */
    align-items: center;
}
.default-popup.dp-doctor-visit-big .dp-content .dpc-form .dpc-contacts .dpc-c-descr {
    width: calc(50% - 15px);
    margin: 0;
}
.default-popup.dp-doctor-visit-big .dp-content .dpc-form .dpc-contacts .dpc-c-num {
    width: calc(50% - 15px);
    margin: 0;
}
.default-popup.dp-thx .dp-content {
    padding-top: 56px;
    max-width: 320px;
    padding-bottom: 56px;
}
.default-popup.dp-thx .dp-content .dpc-thx-img {
    margin-bottom: 15px;
}
.default-popup.dp-thx .dp-content .dpc-hdr {
    font-size: 22px;
    margin-bottom: 12px;
}
.default-popup.dp-thx .dp-content .dpc-descr {
    margin-bottom: 20px;
}
.default-popup.dp-thx .dp-content .dpc-btn-wrap {
    display: flex;
    width: 100%;
    justify-content: center;
}
.default-popup .dp-shadow {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}
.default-popup .dp-close {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 24px;
    height: 23px;
    background: url(../img/dp-close.svg) 50%;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}
.default-popup .dp-content {
    background: #fff;
    border-radius: 10px;
    position: relative;
    max-width: 430px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 38px;
    overflow: hidden;
    padding-bottom: 38px;
}
.default-popup .dp-content .dpc-thx-img img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.default-popup .dp-content .dpc-hdr {
    display: block;
    text-align: center;
    color: #111;
    font-size: 36px;
    line-height: 122%;
    font-weight: 700;
    font-family: Gilroy, sans-serif;
    margin-bottom: 9px;
}
.default-popup .dp-content .dpc-descr {
    display: block;
    text-align: center;
    color: #111;
    font-size: 14px;
    line-height: 140%;
    font-weight: 400;
    margin-bottom: 31px;
}
.default-popup .dp-content .dpc-form {
    max-width: 280px;
    width: 100%;
    margin: 0 auto;
    display: block;
}
.default-popup .dp-content .dpc-form .def-inp {
    margin-bottom: 26px;
}
.default-popup .dp-content .dpc-form .def-inp input,
.default-popup .dp-content .dpc-form .def-inp textarea {
    max-height: 90px;
    border-color: #e4e4e4;
    color: #111;
    font-size: 14px;
    width: 100%;
    letter-spacing: 0.16px;
    padding-top: 0;
    padding-bottom: 14px;
    padding-left: 9px;
}
.default-popup .dp-content .dpc-form .def-inp input::-webkit-input-placeholder,
.default-popup .dp-content .dpc-form .def-inp textarea::-webkit-input-placeholder {
    color: #bdbdbd;
}
.default-popup .dp-content .dpc-form .def-inp input:-moz-placeholder,
.default-popup .dp-content .dpc-form .def-inp textarea:-moz-placeholder {
    color: #bdbdbd;
}
.default-popup .dp-content .dpc-form .def-inp input::-moz-placeholder,
.default-popup .dp-content .dpc-form .def-inp textarea::-moz-placeholder {
    color: #bdbdbd;
}
.default-popup .dp-content .dpc-form .def-inp input:-ms-input-placeholder,
.default-popup .dp-content .dpc-form .def-inp textarea:-ms-input-placeholder {
    color: #bdbdbd;
}
.default-popup .dp-content .dpc-form .def-inp textarea {
    padding-top: 17px;
    padding-bottom: 3px;
}
.default-popup .dp-content .dpc-form .dpc-btm {
    margin-top: -6px;
    margin-bottom: 29px;
}
.default-popup .dp-content .dpc-form .dpc-btm .cb-wrap {
    margin-bottom: 25px;
}
.default-popup .dp-content .dpc-form .dpc-btm .cb-wrap .container {
    color: #4d4d4d;
    font-size: 10px;
    line-height: 122%;
    font-weight: 400;
    padding-left: 34px;
}
.default-popup .dp-content .dpc-form .dpc-btm .cb-wrap .container input:checked ~ .checkmark {
    border-color: #f04e23;
}
.default-popup .dp-content .dpc-form .dpc-btm .cb-wrap .container input:checked ~ .checkmark:after {
    left: 14px;
    background: #f04e23;
}
.default-popup .dp-content .dpc-form .dpc-btm .cb-wrap .checkmark {
    width: 30px;
    height: 16px;
    border: 1px solid #eceff3;
    border-radius: 25px;
    left: 0;
    top: 0;
    transition: all 0.5s ease;
}
.default-popup .dp-content .dpc-form .dpc-btm .cb-wrap .checkmark::after {
    width: 12px;
    height: 12px;
    background: #eceff3;
    border-radius: 50%;
    border: 0 solid #000;
    left: 2px;
    top: 1px;
    display: block;
    transition: all 0.5s ease;
}
.default-popup .dp-content .dpc-form .dpc-btm .btn {
    width: 100%;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}
.default-popup .dp-content .dpc-form .dpc-contacts {
    text-align: center;
    position: relative;
    padding-top: 5px;
}
.default-popup .dp-content .dpc-form .dpc-contacts::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 132%;
    height: 1px;
    background: #e4e4e4;
    transform: translateX(-50%);
}
.default-popup .dp-content .dpc-form .dpc-contacts .dpc-c-descr {
    display: block;
    color: #111;
    font-size: 14px;
    line-height: 120%;
    font-weight: 400;
    margin-bottom: 17px;
}
.default-popup .dp-content .dpc-form .dpc-contacts .dpc-c-num {
    display: block;
    color: #111;
    font-size: 24px;
    line-height: 100%;
    font-weight: 700;
    transition: all 0.5s ease;
}
.default-popup .dp-content .dpc-form .dpc-contacts .dpc-c-num:hover {
    color: #f04e23;
}
/*.default-popup .dp-content .dpc-form .dpc-contacts .dpc-c-num span {
    font-size: 14px;
    font-weight: 400;
    position: relative;
    top: -11px;
    left: -5px;
}*/
.burger-menu {
    z-index: 15;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    padding-top: 30px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}
.burger-menu.active {
    opacity: 1;
    z-index: 9999;
    height: 100%;
    overflow: scroll;
    visibility: visible;
}
.burger-menu .bm-close {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 20px;
    top: 29px;
    background: url(../img/bm-close.svg);
    cursor: pointer;
    z-index: 1;
}
.burger-menu .bm-btm {
    border-top: 1px solid #eee;
    padding-top: 30px;
    padding-bottom: 44px;
}
.burger-menu .bm-btm .my-container.flex {
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 60px;
    padding-right: 60px;
}
.burger-menu .bm-btm .s-soc {
    margin-bottom: 25px;
    justify-content: flex-start;
    max-width: 201px;
    width: 100%;
}
.burger-menu .bm-btm .bmb-time {
    display: block;
    color: #323232;
    font-size: 16px;
    line-height: 140%;
    font-weight: 300;
    margin-bottom: 25px;
}
.burger-menu .bm-btm .bmb-phone-wrap .bmb-phone {
    color: #000;
    font-size: 20px;
    line-height: 100%;
    font-weight: 500;
    font-family: RobotoCondensed, sans-serif;
    position: relative;
    padding-left: 30px;
}
.burger-menu .bm-btm .bmb-phone-wrap .bmb-phone:hover {
    color: #f04e23;
}
.burger-menu .bm-btm .bmb-phone-wrap .bmb-phone:hover::before {
    opacity: 0;
}
.burger-menu .bm-btm .bmb-phone-wrap .bmb-phone:hover::after {
    opacity: 1;
}
.burger-menu .bm-btm .bmb-phone-wrap .bmb-phone::after,
.burger-menu .bm-btm .bmb-phone-wrap .bmb-phone::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    transition: all 0.5s ease;
    background: url(../img/phone-icn.svg);
}
.burger-menu .bm-btm .bmb-phone-wrap .bmb-phone::after {
    background: url(../img/phone-icn_orange.svg);
    opacity: 0;
}
.burger-menu .bm-btm .bmb-phone-wrap .bmb-pw-descr {
    display: block;
    color: #323232;
    font-size: 14px;
    line-height: 100%;
    font-weight: 300;
}
.burger-menu .bm-top {
    padding-bottom: 29px;
}
.burger-menu .bm-top .bm-view {
    position: relative;
    color: #323232;
    font-size: 18px;
    line-height: 140%;
    font-weight: 400;
    padding-left: 30px;
    display: block;
    margin-bottom: 20px;
    padding-right: 40px;
}
.burger-menu .bm-top .bm-view::after,
.burger-menu .bm-top .bm-view::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 20px;
    height: 20px;
    background: url(../img/view-icn.svg) 50%;
    transition: all 0.5s ease;
}
.burger-menu .bm-top .bm-view::after {
    background: url(../img/view-icn_orange.svg) 50%;
    opacity: 0;
}
.burger-menu .bm-top .bm-view:hover {
    color: #f04e23;
}
.burger-menu .bm-top .bm-view:hover::before {
    opacity: 0;
}
.burger-menu .bm-top .bm-view:hover::after {
    opacity: 1;
}
.burger-menu .bm-top .btn {
    margin-bottom: 28px;
    width: 100%;
    text-align: center;
}
.burger-menu .bm-top .bm-address {
    display: block;
    position: relative;
    color: #000;
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
    padding-left: 24px;
    margin-left: 40px;
}
.burger-menu .bm-top .bm-address::before {
    content: "";
    position: absolute;
    left: 0;
    top: -3px;
    width: 19px;
    height: 19px;
    background: url(../img/address-icn.svg);
}
.burger-menu .bm-top .bm-list {
    padding-left: 40px;
    margin-bottom: 39px;
}
.burger-menu .bm-top .bm-list li {
    display: block;
    color: #000;
    font-size: 18px;
    line-height: 140%;
    font-weight: 400;
    margin-bottom: 25px;
}
.burger-menu .bm-top .bm-list li:last-child {
    margin-bottom: 0;
}
.burger-menu .bm-top .bm-list li.menu-item-has-children {
    padding-right: 28px;
    position: relative;
}
.burger-menu .bm-top .bm-list li.menu-item-has-children::after,
.burger-menu .bm-top .bm-list li.menu-item-has-children::before {
    content: "";
    position: absolute;
    right: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    background: url(../img/sub-arr_black.svg);
    transition: opacity 0.5s ease;
    cursor: pointer;
}
.burger-menu .bm-top .bm-list li.menu-item-has-children::after {
    background: url(../img/sub-arr_orange.svg);
    opacity: 0;
}
.burger-menu .bm-top .bm-list li.menu-item-has-children.active {
    color: #f04e23;
}
.burger-menu .bm-top .bm-list li.menu-item-has-children.active > a {
    color: #f04e23;
}
.burger-menu .bm-top .bm-list li.menu-item-has-children.active::after,
.burger-menu .bm-top .bm-list li.menu-item-has-children.active::before {
    transform: rotate(180deg);
}
.burger-menu .bm-top .bm-list li.menu-item-has-children.active::before {
    opacity: 0;
}
.burger-menu .bm-top .bm-list li.menu-item-has-children.active::after {
    opacity: 1;
}
.burger-menu .bm-top .bm-list li a {
    display: block;
    color: #000;
    font-size: 18px;
    line-height: 140%;
    font-weight: 400;
}
.burger-menu .bm-top .bm-list li .sub-menu {
    display: none;
    padding-left: 15px;
    padding-top: 18px;
}
.burger-menu .bm-top .bm-list li .sub-menu li {
    margin-bottom: 10px;
}
.burger-menu .bm-top .bm-list li .sub-menu li:last-child {
    margin-bottom: 0;
}
header {
    position: relative;
    z-index: 13;
    padding-top: 24px;
    background: #fff;
}
header .hd-top {
    padding-bottom: 19px;
}
header .hd-top .my-container.flex {
    justify-content: space-between;
    align-items: center;
}
header .hd-top .hdt-left {
    display: flex;
    align-items: center;
    padding-left: 20px;
}
header .hd-top .hdt-left .hd-logo {
    margin-right: 20px;
}
header .hd-top .hdt-right {
    display: flex;
    align-items: center;
    padding-right: 20px;
}
header .hd-top .hdt-right .btn {
    margin-left: 20px;
}
header .hd-top .hdt-right .hd-burger {
    width: 30px;
    height: 30px;
    background: url(../img/burger-icn.svg) 50%;
    background-repeat: no-repeat;
    display: none;
    cursor: pointer;
}
header .hd-btm {
    border-top: 1px solid #eceff3;
    border-bottom: 1px solid #eceff3;
}
header .hd-btm .my-container.flex {
    position: relative;
    justify-content: space-between;
}
header .hd-btm .my-container.flex::after,
header .hd-btm .my-container.flex::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #eceff3;
}
header .hd-btm .my-container.flex::after {
    left: auto;
    right: 20px;
}
header .hd-btm .hdb-left {
    padding-left: 20px;
    position: relative;
}
header .hd-btm .hdb-left.active .hd-search-wrap {
    opacity: 1;
    visibility: visible;
}
header .hd-btm .hdb-left.active .hd-list {
    opacity: 0;
    visibility: hidden;
}
header .hd-btm .hdb-right {
    padding-right: 5px;
    display: flex;
    padding-top: 0px;
    position: relative;
}
header .hd-btm .hdb-right::after {
    content: "";
    position: absolute;
    right: 258px;
    top: 0;
    height: 100%;
    width: 1px;
    background: #eceff3;
}
header .hd-btm .hdb-right .hd-search {
    margin-right: 40px;
    top: -4px;
}
header .hd-btm .hdb-right .hd-phone {
    width: 34px;
    height: 34px;
    background: url(../img/hd-phone.svg) 50%;
    border-radius: 50%;
    display: none;
}
header .hd-search-wrap {
    left: 0;
    bottom: 0;
    position: absolute;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    z-index: 1;
    transition: all 0.5s ease;
    opacity: 0;
    visibility: hidden;
}
header .hd-search-wrap input {
    border: 0 solid #000;
    color: #000;
    font-size: 18px;
    line-height: 25.2px;
    font-weight: 400;
    font-family: RobotoCondensed, sans-serif;
    outline: 0;
    padding-bottom: 17px;
    padding-top: 17px;
    width: 100%;
    display: block;
    background: #fff;
}
header .hd-search-wrap input::-webkit-input-placeholder {
    color: #bdbdbd;
    opacity: 1;
    font-family: RobotoCondensed, sans-serif;
}
header .hd-search-wrap input:-moz-placeholder {
    color: #bdbdbd;
    opacity: 1;
    font-family: RobotoCondensed, sans-serif;
}
header .hd-search-wrap input::-moz-placeholder {
    color: #bdbdbd;
    opacity: 1;
    font-family: RobotoCondensed, sans-serif;
}
header .hd-search-wrap input:-ms-input-placeholder {
    color: #bdbdbd;
    opacity: 1;
    font-family: RobotoCondensed, sans-serif;
}
header .hd-list {
    display: flex;
    transition: all 0.5s ease;
}
header .hd-list > li {
    margin-right: 36px;
}
header .hd-list > li.tablet-visible {
    display: none;
}
header .hd-list > li.menu-item-has-children,
header .hd-list > li.with-sub-menu {
    padding-right: 28px;
    position: relative;
}
header .hd-list > li.menu-item-has-children::after,
header .hd-list > li.menu-item-has-children::before,
header .hd-list > li.with-sub-menu::after,
header .hd-list > li.with-sub-menu::before {
    content: "";
    position: absolute;
    right: 2px;
    top: 27px;
    width: 20px;
    height: 20px;
    background: url(../img/sub-arr_black.svg);
    transition: opacity 0.5s ease;
    cursor: pointer;
}
header .hd-list > li.menu-item-has-children::after,
header .hd-list > li.with-sub-menu::after {
    background: url(../img/sub-arr_orange.svg);
    opacity: 0;
}
header .hd-list > li.menu-item-has-children:hover > a,
header .hd-list > li.with-sub-menu:hover > a {
    color: #f04e23;
}
header .hd-list > li.menu-item-has-children:hover::after,
header .hd-list > li.menu-item-has-children:hover::before,
header .hd-list > li.with-sub-menu:hover::after,
header .hd-list > li.with-sub-menu:hover::before {
    transform: rotate(180deg);
}
header .hd-list > li.menu-item-has-children:hover::before,
header .hd-list > li.with-sub-menu:hover::before {
    opacity: 0;
}
header .hd-list > li.menu-item-has-children:hover::after,
header .hd-list > li.with-sub-menu:hover::after {
    opacity: 1;
}
header .hd-list > li.menu-item-has-children:hover .sub-menu,
header .hd-list > li.with-sub-menu:hover .sub-menu {
    display: block;
}
header .hd-list > li.menu-item-has-children .sub-arr,
header .hd-list > li.with-sub-menu .sub-arr {
    position: absolute;
    right: 2px;
    top: 27px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
header .hd-list > li.menu-item-has-children .sub-arr:hover::before,
header .hd-list > li.with-sub-menu .sub-arr:hover::before {
    opacity: 0;
}
header .hd-list > li.menu-item-has-children .sub-arr:hover::after,
header .hd-list > li.with-sub-menu .sub-arr:hover::after {
    opacity: 1;
}
header .hd-list > li.menu-item-has-children .sub-arr::after,
header .hd-list > li.menu-item-has-children .sub-arr::before,
header .hd-list > li.with-sub-menu .sub-arr::after,
header .hd-list > li.with-sub-menu .sub-arr::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/sub-arr_black.svg);
    transition: opacity 0.5s ease;
}
header .hd-list > li.menu-item-has-children .sub-arr::after,
header .hd-list > li.with-sub-menu .sub-arr::after {
    background: url(../img/sub-arr_orange.svg);
    opacity: 0;
}
header .hd-list > li.menu-item-has-children .sub-menu,
header .hd-list > li.with-sub-menu .sub-menu {
    position: absolute;
    bottom: 0;
    left: -15px;
    transform: translateY(100%);
    background: #fff;
    padding: 15px;
    display: none;
}
header .hd-list > li.menu-item-has-children .sub-menu li a,
header .hd-list > li.with-sub-menu .sub-menu li a {
    white-space: nowrap;
    font-size: 16px;
    line-height: 120%;
    color: #000;
}
header .hd-list > li.menu-item-has-children .sub-menu li a:hover,
header .hd-list > li.with-sub-menu .sub-menu li a:hover {
    color: #f04e23;
}
header .hd-list > li:last-child {
    margin-right: 0;
}
header .hd-list > li > .service-btn,
header .hd-list > li > .wsb-hdr,
header .hd-list > li > a {
    color: #000;
    font-size: 18px;
    line-height: 140%;
    font-weight: 400;
    font-family: RobotoCondensed, sans-serif;
    display: block;
    padding-top: 26px;
    padding-bottom: 18px;
}
header .hd-list > li > .service-btn:hover,
header .hd-list > li > .wsb-hdr:hover,
header .hd-list > li > a:hover {
    color: #f04e23;
}
header .hd-list > li > .service-btn.service-btn,
header .hd-list > li > .wsb-hdr.service-btn,
header .hd-list > li > a.service-btn {
    position: relative;
    padding-left: 29px;
    color: #f04e23;
}
header .hd-list > li > .service-btn.service-btn::before,
header .hd-list > li > .wsb-hdr.service-btn::before,
header .hd-list > li > a.service-btn::before {
    content: "";
    position: absolute;
    left: -1px;
    top: 25px;
    width: 20px;
    height: 20px;
    background: url(../img/service-burger.svg);
}
header .hd-list > li > .service-btn.service-btn::after,
header .hd-list > li > .wsb-hdr.service-btn::after,
header .hd-list > li > a.service-btn::after {
    content: "";
    position: absolute;
    left: -2px;
    top: 25px;
    width: 20px;
    height: 20px;
    background: url(../img/service-close.svg);
    opacity: 0;
}
header .hd-list > li > .service-btn:hover,
header .hd-list > li > .wsb-hdr:hover,
header .hd-list > li > a:hover {
    color: #f04e23;
}
header .hd-list > li > .service-btn.active,
header .hd-list > li > .wsb-hdr.active,
header .hd-list > li > a.active {
    color: #f04e23;
}
header .hd-list > li > .service-btn.active::before,
header .hd-list > li > .wsb-hdr.active::before,
header .hd-list > li > a.active::before {
    opacity: 0;
}
header .hd-list > li > .service-btn.active::after,
header .hd-list > li > .wsb-hdr.active::after,
header .hd-list > li > a.active::after {
    opacity: 1;
}
header .hd-search {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: relative;
    position: relative;
    background: transparent;
    border: 0;
    cursor: pointer;
}
header .hd-search:hover::before {
    opacity: 0;
}
header .hd-search:hover::after {
    opacity: 1;
}
header .hd-search::after,
header .hd-search::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/search-icn_gray.svg) 50%;
    background-repeat: no-repeat;
    transition: all 0.5s ease;
}
header .hd-search::after {
    background: url(../img/search-icn_orange.svg) 50%;
    opacity: 0;
}
header .hd-address {
    display: flex;
    position: relative;
    color: #000;
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
    padding-left: 35px;
    padding-right: 15px;
    white-space: nowrap;
}
header .hd-address::before {
    content: "";
    position: absolute;
    left: 0;
    top: -3px;
    width: 19px;
    height: 19px;
    background: url(../img/address-icn.svg);
}
header .hd-time .hd-t-descr {
    display: block;
    color: #323232;
    font-size: 16px;
    line-height: 126%;
    font-weight: 300;
    text-align: right;
}
header .hd-phone-wrap {
    position: relative;
    padding-left: 20px;
    margin-left: 20px;
}
header .hd-phone-wrap::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 60px;
    width: 1px;
    background: #eceff3;
    margin-top: -30px;
}
header .hd-phone-wrap .hd-phone {
    color: #000;
    font-size: 20px;
    line-height: 100%;
    font-weight: 500;
    font-family: RobotoCondensed, sans-serif;
    position: relative;
    padding-left: 30px;
}
header .hd-phone-wrap .hd-phone:hover {
    color: #f04e23;
}
header .hd-phone-wrap .hd-phone:hover::before {
    opacity: 0;
}
header .hd-phone-wrap .hd-phone:hover::after {
    opacity: 1;
}
header .hd-phone-wrap .hd-phone::after,
header .hd-phone-wrap .hd-phone::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    transition: all 0.5s ease;
    background: url(../img/phone-icn.svg);
}
header .hd-phone-wrap .hd-phone::after {
    background: url(../img/phone-icn_orange.svg);
    opacity: 0;
}
header .hd-phone-wrap .hd-phone-descr {
    display: block;
    color: #323232;
    font-size: 14px;
    line-height: 100%;
    font-weight: 300;
}
header .hd-logo {
    display: block;
    position: relative;
    padding-right: 20px;
}
header .hd-logo::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    height: 60px;
    width: 1px;
    background: #eceff3;
    margin-top: -30px;
}
header .hd-logo img {
    display: block;
    max-width: 100%;
}
header .hd-view {
    position: relative;
    color: #323232;
    font-size: 18px;
    line-height: 140%;
    font-weight: 400;
    padding-left: 30px;
    top: 3px;
    margin-right: 30px;
}
header .hd-view::after,
header .hd-view::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 20px;
    height: 20px;
    background: url(../img/view-icn.svg) 50%;
    transition: all 0.5s ease;
}
header .hd-view::after {
    background: url(../img/view-icn_orange.svg) 50%;
    opacity: 0;
}
header .hd-view:hover {
    color: #f04e23;
}
header .hd-view:hover::before {
    opacity: 0;
}
header .hd-view:hover::after {
    opacity: 1;
}
.s-top-banner {
    background: #fff5eb;
}
.s-top-banner.stb-second-banner {
    overflow: hidden;
}
.s-top-banner.stb-second-banner.videoreviews-page .stb-text {
    max-width: 600px;
}
.s-top-banner.stb-second-banner.videoreviews-page .stb-image {
    left: 57%;
    top: 50%;
    transform: translateY(-50%);
    width: 500px;
    height: 500px;
    border: 30px solid #fff;
    overflow: hidden;
    border-radius: 50%;
}
.s-top-banner.stb-second-banner.videoreviews-page .stb-image video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50%;
}
.s-top-banner.stb-second-banner.videoreviews-page .stb-image:hover::after {
    transform: scale(0.95) translate(-50%, -50%);
}
.s-top-banner.stb-second-banner.videoreviews-page .stb-image::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    background: url(../img/play-btn.svg);
    background-size: contain;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease;
    transform-origin: center center;
}
.s-top-banner.stb-second-banner.uds-page .stb-image {
    width: auto;
    height: auto;
    left: auto;
    right: 14.6%;
    transform: translateY(32%);
}
.s-top-banner.stb-second-banner.uds-page .stb-text {
    max-width: 580px;
}
.s-top-banner.stb-second-banner.general-info-page .stb-text p {
    margin-bottom: 21px;
}
.s-top-banner.stb-second-banner.general-info-page .stb-text .stb-gi-logos {
    margin-top: 64px;
}
.s-top-banner.stb-second-banner.vacancy-page .stb-text p {
    margin-bottom: 111px;
}
.s-top-banner.stb-second-banner .stb-text {
    max-width: 500px;
}
/*.s-top-banner.stb-second-banner .stb-text .stb-t-list {
    margin-bottom: 77px;*/

.s-top-banner.stb-second-banner .stb-text .stb-t-list:last-child {
    margin-bottom: 0;
}
.s-top-banner.stb-second-banner .stb-work-wrap {
    top: auto;
    bottom: 108px;
    width: 184px;
    right: 20px;
    border-radius: 10px;
    border: 0 solid #000;
}
.s-top-banner.stb-second-banner .stb-work-wrap .stb-ww-play {
    margin-bottom: 0;
}
.s-top-banner.stb-second-banner .stb-image {
    width: 731px;
    height: 731px;
    transform: translateY(29%);
    left: 42.2%;
}
.s-top-banner .my-container.flex {
    position: relative;
    height: 560px;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 25px;
}
.s-top-banner .stb-image {
    position: absolute;
    bottom: 0;
    left: 38.6%;
    display: block;
}
.s-top-banner .stb-image img {
    display: block;
    max-width: 100%;
}
.s-top-banner .stb-image img.mobile-visible {
    display: none;
}
.s-top-banner .s-breadcrumbs {
    position: absolute;
    left: 20px;
    top: 22px;
}
.s-top-banner .stb-work-wrap {
    z-index: 11;
    background: #fff;
    border: 1px solid #eceff3;
    right: 0;
    top: 86px;
    width: 210px;
    padding-left: 20px;
    padding-right: 20px;
}
.s-top-banner .stb-work-wrap .stb-ww-top {
    padding-top: 14px;
    margin-bottom: 21px;
}
.s-top-banner .stb-work-wrap .stb-ww-top:last-child {
    margin-bottom: 0;
}
.s-top-banner .stb-work-wrap .stb-ww-top .stb-wwt-hdr {
    display: block;
    color: #111;
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
    margin-bottom: 6px;
}
.s-top-banner .stb-work-wrap .stb-ww-top .stb-wwt-descr {
    display: block;
    color: #4d4d4d;
    font-size: 14px;
    line-height: 100%;
    font-weight: 400;
}
.s-top-banner .stb-work-wrap .stb-ww-items {
    margin-bottom: 19px;
}
.s-top-banner .stb-work-wrap .stb-ww-items .stb-ww-itm {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.s-top-banner .stb-work-wrap .stb-ww-items .stb-ww-itm:last-child {
    margin-bottom: 0;
}
.s-top-banner .stb-work-wrap .stb-ww-items .stb-ww-itm .stb-wwi-photo {
    width: 55px;
    height: 55px;
    position: relative;
}
.s-top-banner .stb-work-wrap .stb-ww-items .stb-ww-itm .stb-wwi-photo span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
}
.s-top-banner .stb-work-wrap .stb-ww-items .stb-ww-itm .stb-wwi-text {
    width: calc(100% - 55px);
    padding-left: 10px;
}
.s-top-banner .stb-work-wrap .stb-ww-items .stb-ww-itm .stb-wwi-text .stb-wwi-t-name {
    display: block;
    color: #4d4d4d;
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
}
.s-top-banner .stb-work-wrap .stb-ww-play {
    color: #4d4d4d;
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
    display: block;
    position: relative;
    padding-left: 57px;
    margin-bottom: 12px;
}
.s-top-banner .stb-work-wrap .stb-ww-play::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background: url(../img/pr1.jpg);
}
.s-top-banner .stb-work-wrap .stb-ww-play:hover {
    color: #f04e23;
}
.s-top-banner .stb-text {
    position: relative;
    z-index: 1;
    width: 100%;
}
.s-top-banner .stb-text .stb-uds-logos {
    display: flex;
    gap: 20px;
    row-gap: 14px;
}
.s-top-banner .stb-text .stb-uds-logos .stb-uds-lg img {
    display: block;
    max-width: 100%;
}
.s-top-banner .stb-text .stb-info {
    display: flex;
    column-gap: 40px;
    row-gap: 25px;
    flex-wrap: wrap;
    margin-bottom: 33px;
}
.s-top-banner .stb-text .stb-info .stb-in-itm {
    max-width: 184px;
}
.s-top-banner .stb-text .stb-info .stb-in-itm.full {
    max-width: 100%;
    width: 100%;
}
.s-top-banner .stb-text .stb-info .stb-in-itm .stb-ii-status {
    display: block;
    color: rgba(77, 77, 77, 0.6);
    font-size: 14px;
    line-height: 100%;
    font-weight: 400;
    margin-bottom: 5px;
}
.s-top-banner .stb-text .stb-info .stb-in-itm .stb-ii-descr {
    display: block;
    color: #111;
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
}
.s-top-banner .stb-text .stb-info .stb-in-itm .stb-ii-descr.small {
    font-size: 14px;
}
.s-top-banner .stb-text .stb-info .stb-in-itm .stb-ii-descr.gray {
    color: #4d4d4d;
}
.s-top-banner .stb-text .stb-gi-logos {
    display: flex;
    gap: 45px;
}
.s-top-banner .stb-text .stb-gi-logos .stb-gi-l img {
    display: block;
    max-width: 100%;
}
.s-top-banner .stb-text p {
    margin: 0;
    color: #4d4d4d;
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
    margin-bottom: 25px;
}
.s-top-banner .stb-text .stb-t-hdr {
    margin-bottom: 28px;
}
.s-top-banner .stb-text .stb-t-hdr.with-before {
    position: relative;
    z-index: 1;
}
.s-top-banner .stb-text .stb-t-hdr.with-before::before {
    z-index: -1;
    content: "";
    position: absolute;
    width: 107px;
    height: 57px;
    background: url(../img/dt_before.svg);
    left: -17px;
    top: -6px;
}
.s-top-banner .stb-text .stb-t-hdr:last-child {
    margin-bottom: 0;
}
.s-top-banner .stb-text .stb-t-list {
    margin-bottom: 39px;
}
.s-top-banner .stb-text .stb-t-list:last-child {
    margin-bottom: 0;
}
.s-top-banner .stb-text .stb-t-list li {
    position: relative;
    display: block;
    margin-bottom: 15px;
    color: #111;
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
    padding-left: 14px;
}
.s-top-banner .stb-text .stb-t-list li:last-child {
    margin-bottom: 0;
}
.s-top-banner .stb-text .stb-t-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    background: #f04e23;
    border-radius: 50%;
}
.s-top-banner .stb-text .stb-mobile-block {
    display: none;
}
.s-top-banner .stb-text .stb-mobile-block .stb-tb-raiting {
    width: 114px;
}
.s-top-banner .stb-text .stb-mobile-block .stb-tb-raiting .stb-tbr-descr {
    display: block;
    color: #4d4d4d;
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
    margin-bottom: 2px;
}
.s-top-banner .stb-text .stb-mobile-block .stb-tb-raiting .stb-tbr-img img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.s-top-banner .stb-text .stb-mobile-block .stb-tb-work {
    width: 158px;
}
.s-top-banner .stb-text .stb-mobile-block .stb-tb-work .stb-tbw-hdr {
    display: block;
    color: #4d4d4d;
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
    margin-bottom: 7px;
}
.s-top-banner .stb-text .stb-mobile-block .stb-tb-work .stb-tbw-descr {
    display: block;
    color: #111;
    font-size: 14px;
    line-height: 100%;
    font-weight: 400;
}
.s-top-banner .stb-text .stb-t-btn-wrap {
    display: flex;
    align-items: flex-start;
}
.s-top-banner .stb-text .stb-t-btn-wrap.align-center {
    align-items: center;
}
.s-top-banner .stb-text .stb-t-btn-wrap .stb-phone {
    display: block;
    color: #4d4d4d;
    font-size: 27px;
    line-height: 140%;
    font-weight: 300;
}
.s-top-banner .stb-text .stb-t-btn-wrap .stb-phone:hover {
    color: #f04e23;
}
.s-top-banner .stb-text .stb-t-btn-wrap .stb-phone:hover b {
    color: #f04e23;
}
.s-top-banner .stb-text .stb-t-btn-wrap .stb-phone b {
    color: #111;
    font-weight: 700;
    transition: all 0.5s ease;
}
.s-top-banner .stb-text .stb-t-btn-wrap .btn {
    margin-right: 34px;
}
.s-top-banner .stb-text .stb-t-btn-wrap .stb-tb-price-wrap {
    position: relative;
    top: -5px;
}
.s-top-banner .stb-text .stb-t-btn-wrap .stb-tb-price-wrap .stb-price {
    display: block;
    color: #4d4d4d;
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
}
.s-top-banner .stb-text .stb-t-btn-wrap .stb-tb-price-wrap .stb-price-num {
    display: block;
    color: #111;
    font-size: 27px;
    line-height: 140%;
    font-weight: 500;
}
/*.s-top-banner .stb-text .stb-t-btn-wrap .stb-tb-raiting {
    padding-top: 4px;
}*/
.s-top-banner .stb-text .stb-t-btn-wrap .stb-tb-raiting .stb-tbr-descr {
    display: block;
    color: #4d4d4d;
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
    margin-bottom: 2px;
}
.s-top-banner .stb-text .stb-t-btn-wrap .stb-tb-raiting .stb-tbr-img img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.s-discounts {
    padding-top: 40px;
    padding-bottom: 20px;
}
.s-discounts .def-top {
    margin-bottom: 38px;
}
.s-discounts .sd-slider .def-pag {
    display: none;
}
.s-discounts .sd-slider .swiper {
    padding-bottom: 20px;
}
.s-discounts .sd-slider .swiper-button-prev {
    position: absolute;
    left: 0;
    top: 55px;
}
.s-discounts .sd-slider .swiper-button-next {
    position: absolute;
    right: 0;
    top: 55px;
}
.s-services {
    padding-top: 85px;
    padding-bottom: 85px;
}
.s-services .def-top {
    margin-bottom: 40px;
}
.s-services .ss-slider .my-container {
    position: relative;
}
.s-services .ss-slider .my-container::before {
    content: "";
    position: absolute;
    left: 120px;
    top: 30px;
    width: 296px;
    height: 280px;
    background: rgba(240, 78, 35, 0.09);
    border-radius: 5px;
}
.s-services .ss-slider .swiper {
    margin-left: 120px;
}
.s-services .ss-slider .def-pag {
    display: none;
}
.s-services .ss-slider .swiper-slide {
    width: 298px;
}
.s-services .ss-slider .swiper-button-prev {
    left: 0;
    top: 50%;
    margin-top: -30px;
    position: absolute;
}
.s-services .ss-slider .swiper-button-next {
    right: -60px;
    top: 50%;
    margin-top: -30px;
    position: absolute;
}
.s-four {
    padding-top: 30px;
    padding-bottom: 30px;
}
.s-four .my-container.flex {
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1370px;
}
.s-four .sf-itm {
    box-shadow: 0 4px 15px 0 rgba(235, 235, 235, 0.4);
    border-radius: 10px;
    padding: 30px;
    width: 289px;
    text-align: center;
}
.s-four .sf-itm .sfi-num {
    display: block;
    background: linear-gradient(84deg, #f69333 10.08%, #f58732 29.04%, #f26f31 55.71%, #ef4e23 73.28%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 64px;
    line-height: 100%;
    font-weight: 700;
    margin-bottom: 16px;
}
.s-four .sf-itm .sfi-descr {
    display: block;
    color: #333;
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
}
.s-doctors {
    padding-top: 43px;
    padding-bottom: 43px;
}
.s-doctors .def-top {
    margin-bottom: 59px;
}
.s-doctors .def-pag {
    display: none;
}
.s-doctors .sd-slider .swiper {
    padding-bottom: 15px;
}
.s-doctors .sd-slider .swiper-slide {
    width: 401px;
}
.s-doctors .sd-slider .my-container {
    position: relative;
}
.s-doctors .sd-slider .my-container::before {
    content: "";
    position: absolute;
    left: 120px;
    top: 37px;
    width: 316px;
    height: 316px;
    background: rgba(77, 77, 77, 0.1);
    border-radius: 5px;
}
.s-doctors .sd-slider .swiper {
    margin-left: 120px;
}
.s-doctors .sd-slider .swiper-button-prev {
    left: 0;
    top: 46%;
    margin-top: -30px;
    position: absolute;
}
.s-doctors .sd-slider .swiper-button-next {
    right: -60px;
    top: 46%;
    margin-top: -30px;
    position: absolute;
}
.s-about {
    padding-top: 45px;
    padding-bottom: 45px;
}
.s-about .def-top {
    margin-bottom: 40px;
}
.s-about .sa-block {
    position: relative;
}
.s-about .sa-block .sab-text {
    max-width: 570px;
    width: 100%;
    box-shadow: 0 4px 30px 0 rgb(239 239 239 / 95%);
    border-radius: 5px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 40px;
    padding-bottom: 40px;
    z-index: 1;
    overflow: hidden;
}
.s-about .sa-block .sab-text::before {
    content: "";
    position: absolute;
    right: -16px;
    bottom: -35px;
    width: 135px;
    height: 135px;
    background: url(../img/sa_before.svg);
}
.s-about .sa-block .sab-text .sab-t-hdr {
    display: block;
    color: #f04e23;
    font-family: Gilroy, sans-serif;
    font-size: 24px;
    line-height: 124%;
    font-weight: 700;
    margin-bottom: 18px;
}
.s-about .sa-block .sab-text p {
    margin: 0;
    color: rgba(77, 77, 77, 0.6);
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
    margin-bottom: 20px;
}
.s-about .sa-block .sab-text .btn-text {
    margin-top: 18px;
}
.s-about .sa-block .sa-items {
    display: flex;
    column-gap: 30px;
    justify-content: flex-end;
}
.s-about .sa-block .sa-items .sai-photo {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    display: block;
}
.s-about .sa-block .sa-items .sai-photo.video:hover span {
    transform: scale(1.03);
}
.s-about .sa-block .sa-items .sai-photo.video::after {
    content: "";
    z-index: 2;
    position: absolute;
    right: 34px;
    bottom: 34px;
    width: 55px;
    height: 55px;
    background: url(../img/play-btn.svg) 50%;
    background-size: cover;
}
.s-about .sa-block .sa-items .sai-photo span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    transition: all 0.5s ease;
}
.s-about .sa-block .sa-items .sai-left {
    width: 560px;
}
.s-about .sa-block .sa-items .sai-left .sai-photo {
    min-height: 560px;
}
.s-about .sa-block .sa-items .sai-right {
    width: 324px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
}
.s-about .sa-block .sa-items .sai-right .sai-photo {
    height: calc(50% - 15px);
    width: 100%;
}
.s-six {
    padding-top: 55px;
    padding-bottom: 98px;
}
.s-six .def-top {
    margin-bottom: 46px;
}
.s-six .my-container.flex {
    flex-wrap: wrap;
    row-gap: 38px;
}
.s-six .ss-itm {
    width: 33.33%;
    text-align: center;
}
.s-six .ss-itm .ssi-img {
    margin-bottom: 18px;
}
.s-six .ss-itm .ssi-img img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.s-six .ss-itm .ssi-hdr {
    display: block;
    background: linear-gradient(84deg, #f69333 10.08%, #f58732 29.04%, #f26f31 55.71%, #ef4e23 73.28%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
    line-height: 124%;
    font-weight: 700;
    margin-bottom: 10px;
}
.s-six .ss-itm .ssi-descr {
    display: block;
    color: #4d4d4d;
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
}
.s-con.white-bg .sc-flex .sc-left {
    background: #fcfcfc;
    padding-top: 67px;
}
.s-con.white-bg .sc-flex .sc-left::after {
    background: url(../img/scl_after_gray.svg);
}
.s-con.white-bg .sc-flex .sc-left .scl-text .scl-hdr {
    color: #f04e23;
    margin-bottom: 14px;
}
.s-con.white-bg .sc-flex .sc-left .scl-flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 26px;
    margin-bottom: 10px;
}
.s-con.white-bg .sc-flex .sc-left .scl-flex ul {
    margin-bottom: 10px;
}
.s-con.white-bg .sc-flex .sc-left .scl-flex ul li {
    display: block;
    color: #4d4d4d;
    font-size: 16px;
    line-height: 140%;
    font-weight: 300;
    position: relative;
    padding-left: 16px;
    margin-bottom: 5px;
}
.s-con.white-bg .sc-flex .sc-left .scl-flex ul li:last-child {
    margin-bottom: 0;
}
.s-con.white-bg .sc-flex .sc-left .scl-flex ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 6px;
    height: 6px;
    background: #f04e23;
    border-radius: 50%;
}
.s-con.white-bg .sc-flex .sc-left .scl-flex .scl-f-price {
    display: block;
    color: #4d4d4d;
    font-size: 21px;
    line-height: 124%;
    font-weight: 400;
    font-family: Gilroy, sans-serif;
    margin-top: -19px;
}
.s-con.white-bg .sc-flex .sc-left .scl-flex .scl-f-price span {
    font-size: 44px;
    font-weight: 700;
    color: #f04e23;
    font-family: Gilroy, sans-serif;
    margin-right: 4px;
    position: relative;
    top: 15px;
}
.s-con.no-photo {
    position: relative;
}
.s-con.no-photo::after {
    content: "";
    position: absolute;
    width: 266px;
    height: 156px;
    background: url(../img/sc_after_2.svg);
    top: 50%;
    transform: translateY(-50%);
    right: 8%;
}
.s-con.no-photo .sc-flex .sc-left {
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-top: 58px;
    padding-bottom: 59px;
    background: linear-gradient(255deg, #f69333 10.81%, #f58732 29.86%, #f26f31 56.66%, #ef4e23 89.19%);
}
.s-con.no-photo .sc-flex .sc-left::after {
    display: none;
}
.s-con.no-photo .sc-flex .sc-left .scl-text {
    max-width: 800px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    z-index: 1;
}
.s-con.no-photo .sc-flex .sc-left .scl-text .scl-descr {
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 29px;
}
.s-con.no-photo .sc-flex .sc-left .scl-text .def-form .def-inp {
    width: calc(50% - 140px);
}
.s-con.no-photo .sc-flex .sc-left .scl-text .def-form .def-inp input {
    font-size: 18px;
    padding-bottom: 12px;
}
.s-con.no-photo .sc-flex .sc-left .scl-text .def-form .db-btm {
    text-align: left;
    display: flex;
    justify-content: center;
    padding-top: 27px;
}
.s-con.no-photo .sc-flex .sc-left .scl-text .def-form .df-btn-wrap {
    width: 220px;
}
.s-con .sc-flex {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
}
.s-con .sc-flex .sc-left {
    width: 57.8%;
    background: var(--main-gradient);
    position: relative;
    padding-left: 21.6%;
    padding-top: 88px;
}
.s-con .sc-flex .sc-left::after {
    content: "";
    position: absolute;
    width: 273px;
    height: 370px;
    background: url(/wp-content/themes/92/img/new/why-decor-plus.png);
    left: 12%;
    top: 30%;
    background-repeat: no-repeat
}
.s-con .sc-flex .sc-left .scl-text {
    position: relative;
    z-index: 1;
    padding-right: 55px;
}
.s-con .sc-flex .sc-left .scl-text .scl-hdr {
    display: block;
    color: #fff;
    font-size: 36px;
    line-height: 124%;
    font-weight: 700;
    font-family: Gilroy, sans-serif;
    margin-bottom: 5px;
}
.s-con .sc-flex .sc-left .scl-text .scl-descr {
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 140%;
    font-weight: 300;
    margin-bottom: 26px;
}
.s-con .sc-flex .sc-image {
    width: 42.2%;
    min-height: 370px;
    position: relative;
}
.s-con .sc-flex .sc-image span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
}
.s-raiting {
    padding-top: 100px;
    padding-bottom: 100px;
}
.s-raiting .def-top {
    margin-bottom: 40px;
}
.s-raiting .sr-items .my-container.flex {
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .s-raiting .sr-items .my-container.flex {
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: column;
    }
}
.s-raiting .sr-items .sr-itm {
    width: 300px;
    box-shadow: 0 4px 15px 0 rgba(235, 235, 235, 0.4);
    background: #fff;
    border-radius: 10px;
    text-align: center;
    padding-top: 33px;
    padding-bottom: 33px;
}
.s-raiting .sr-items .sr-itm .stars {
    justify-content: center;
}
.s-raiting .sr-items .sr-itm .sri-logo {
    margin-bottom: 10px;
}
.s-raiting .sr-items .sr-itm .sri-logo img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.s-raiting .sr-items .sr-itm .sri-descr {
    display: block;
    color: #c6c6c6;
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
    margin-bottom: 10px;
}
.s-our-equip {
    padding-top: 100px;
    padding-bottom: 100px;
}
.s-our-equip .def-top {
    margin-bottom: 40px;
}
.s-our-equip .soe-items .my-container.flex {
    flex-wrap: wrap;
    gap: 30px;
}
.s-our-equip .soe-slider {
    display: none;
}
.s-our-equip .soe-slider .swiper {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 53px;
}
.s-our-equip .soe-slider .swiper-slide {
    width: 320px;
}
.s-our-equip .soe-slider .swiper-slide .equip-item {
    width: 100%;
}
.s-video-reviews {
    padding-top: 103px;
    padding-bottom: 55px;
}
.s-video-reviews.svr-with-text {
    padding-top: 56px;
    padding-bottom: 45px;
}
.s-video-reviews.svr-with-text .my-container.flex {
    align-items: center;
}
.s-video-reviews.svr-with-text .svr-fl-left {
    order: 1;
}
.s-video-reviews.svr-with-text .svr-fl-right .svr-text {
    padding-right: 20px;
}
.s-video-reviews.svr-with-text .svr-fl-right .svr-text p,
.s-video-reviews.svr-with-text .svr-fl-right .svr-text ul li {
    color: #4d4d4d;
    font-size: 18px;
    line-height: 140%;
    font-weight: 400;
}
.s-video-reviews.svr-with-text .svr-fl-right .svr-text .svr-t-hdr,
.s-video-reviews.svr-with-text .svr-fl-right .svr-text h2 {
    display: block;
    font-size: 24px;
    line-height: 140%;
    font-weight: 700;
    margin-bottom: 3px;
    font-family: Gilroy, sans-serif;
}
.s-video-reviews.svr-with-text .svr-fl-right .svr-text p {
    margin: 0;
    margin-bottom: 5px;
}
.s-video-reviews.svr-with-text .svr-fl-right .svr-text ul {
    margin-bottom: 5px;
}
.s-video-reviews.svr-with-text .svr-fl-right .svr-text ul li {
    padding-left: 27px;
    position: relative;
}
.s-video-reviews.svr-with-text .svr-fl-right .svr-text ul li::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background: #4d4d4d;
    border-radius: 50%;
    left: 11px;
    top: 11px;
}
.s-video-reviews .def-top {
    margin-bottom: 38px;
}
.s-video-reviews .def-top .my-container.flex {
    align-items: flex-start;
}
.s-video-reviews .def-top .dt-right .btn-arr {
    top: 9px;
}
.s-video-reviews .svr-flex .my-container.flex {
    justify-content: space-between;
}
.s-video-reviews .svr-flex .svr-fl-itm {
    display: block;
    position: relative;
    min-height: 200px;
    border-radius: 5px;
    overflow: hidden;
}
.s-video-reviews .svr-flex .svr-fl-itm::after {
    content: "";
    position: absolute;
    left: 85%;
    top: 75%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: url(../img/play-btn.svg) 50%;
    background-size: cover;
}
.s-video-reviews .svr-flex .svr-fl-itm:hover .svr-fl-bg {
    transform: scale(1.03);
}
.s-video-reviews .svr-flex .svr-fl-itm .svr-fl-bg {
    transition: all 0.5s ease;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    border-radius: 5px;
}
.s-video-reviews .svr-flex .svr-fl-itm .svr-borders .svr-bd {
    position: absolute;
    width: 40px;
    height: 40px;
}
.s-video-reviews .svr-flex .svr-fl-itm .svr-borders .svr-bd:nth-child(1) {
    left: 0;
    top: 0;
    background: url(../img/bd-left-top.svg);
}
.s-video-reviews .svr-flex .svr-fl-itm .svr-borders .svr-bd:nth-child(2) {
    right: 0;
    top: 0;
    background: url(../img/bd-right-top.svg);
}
.s-video-reviews .svr-flex .svr-fl-itm .svr-borders .svr-bd:nth-child(3) {
    left: 0;
    bottom: 0;
    background: url(../img/bd-left-btm.svg);
}
.s-video-reviews .svr-flex .svr-fl-itm .svr-borders .svr-bd:nth-child(4) {
    right: 0;
    bottom: 0;
    background: url(../img/bd-right-btm.svg);
}
.s-video-reviews .svr-flex .svr-fl-left {
    width: calc(50% - 15px);
}
.s-video-reviews .svr-flex .svr-fl-left .svr-fl-itm {
    min-height: 423px;
}
.s-video-reviews .svr-flex .svr-fl-left .svr-fl-bg-wrap {
    left: 40px;
    width: calc(100% - 80px);
    top: 35px;
    height: calc(100% - 70px);
    position: absolute;
    overflow: hidden;
    border-radius: 5px;
}
.s-video-reviews .svr-flex .svr-fl-left .svr-fl-bg-wrap video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50%;
}
.s-video-reviews .svr-flex .svr-fl-right {
    width: calc(50% - 10px);
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.s-video-reviews .svr-flex .svr-fl-right .svr-fl-itm {
    width: calc(50% - 10px);
    position: relative;
}
.s-video-reviews .svr-flex .svr-fl-right .svr-fl-itm video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50%;
}
.s-video-reviews .svr-flex .svr-fl-right .svr-fl-itm::after {
    width: 40px;
    height: 40px;
    left: auto;
    top: auto;
    transform: none;
    bottom: 37px;
    right: 18px;
}
.s-we-soc {
    padding-top: 100px;
    padding-bottom: 100px;
}
.s-we-soc .def-top {
    margin-bottom: 39px;
}
.s-we-soc .def-top .dt-hdr {
    margin-bottom: 17px;
}
.s-we-soc .def-top .dt-descr {
    font-size: 16px;
    line-height: 140%;
}
.s-we-soc .swc-items .my-container.flex {
    justify-content: space-between;
    flex-wrap: wrap;
}
.s-we-soc .swc-items .swc-itm {
    font-size: 20px;
    line-height: 124%;
    font-weight: 700;
    font-family: RobotoCondensed, sans-serif;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(50% - 10px);
    box-shadow: 0 4px 15px 0 rgba(235, 235, 235, 0.4);
    border-radius: 5px;
    background: #fff;
    position: relative;
    min-height: 175px;
}
.s-we-soc .swc-items .swc-itm::before {
    content: "";
    position: absolute;
    width: 127px;
    height: 175px;
    top: 0;
    right: 62px;
}
.s-we-soc .swc-items .swc-itm::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.s-we-soc .swc-items .swc-itm.vk {
    color: #07f;
}
.s-we-soc .swc-items .swc-itm.vk::before {
    background: url(../img/swc_before_vk.svg);
}
.s-we-soc .swc-items .swc-itm.vk::after {
    width: 134px;
    height: 50px;
    background: url(../img/vk-icn_big.svg);
    background-repeat: no-repeat;
    left: 80px;
}

.s-we-soc .swc-items .swc-itm.ok {
    color: #f79a38;
}
.s-we-soc .swc-items .swc-itm.ok::before {
    background: url(../img/swc_before_ok.svg);
}
.s-we-soc .swc-items .swc-itm.ok::after {
    width: 60px;
    height: 99px;
    background: url(../img/ok-icn_big.svg);
    left: 100px;
}
.s-we-soc .swc-items .swc-itm span {
    position: relative;
    z-index: 1;
}
.s-careful {
    padding-top: 58px;
    padding-bottom: 58px;
}
.s-careful .def-top {
    margin-bottom: 36px;
}
.s-careful .sc-flex {
    box-shadow: 0 4px 15px 0 rgba(235, 235, 235, 0.25);
    background: #fff;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
}
.s-careful .sc-flex .scf-img {
    position: relative;
    min-height: 560px;
    width: 46.4%;
}
.s-careful .sc-flex .scf-img span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
}
.s-careful .sc-flex .scf-text {
    width: 53.6%;
    padding-left: 68px;
    padding-right: 68px;
    padding-top: 56px;
    position: relative;
    overflow: hidden;
}
.s-careful .sc-flex .scf-text::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 47px;
    background: url(../img/sc_after.svg);
    right: 30px;
    bottom: 30px;
}
.s-careful .sc-flex .scf-text::before {
    content: "";
    position: absolute;
    width: 366px;
    height: 366px;
    border-radius: 50%;
    bottom: 0;
    right: 0;
    background: rgba(247, 148, 51, 0.1);
    transform: translate(48%, 55%);
}
.s-careful .sc-flex .scf-text .scf-t-hdr {
    display: block;
    color: #111;
    font-size: 20px;
    line-height: 140%;
    font-weight: 700;
    margin-bottom: 24px;
}
.s-careful .sc-flex .scf-text p {
    margin: 0;
    color: #4d4d4d;
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
    margin-bottom: 25px;
}
.s-careful .sc-flex .scf-text ul {
    margin-bottom: 98px;
}
.s-careful .sc-flex .scf-text ul li {
    color: #4d4d4d;
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
    position: relative;
    padding-left: 17px;
}
.s-careful .sc-flex .scf-text ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 7px;
    height: 7px;
    background: #f04e23;
    border-radius: 50%;
}
.s-info {
    padding-top: 28px;
    padding-bottom: 57px;
}
.s-info .def-top {
    margin-bottom: 40px;
}
.s-info .def-top .dt-right .btn-arr {
    top: -27px;
}
.s-info .si-slider .swiper {
    padding-bottom: 15px;
}
.s-info .si-slider .def-pag {
    display: none;
}
.s-info .si-slider .swiper-button-prev {
    left: 0;
    position: absolute;
    top: 43%;
}
.s-info .si-slider .swiper-button-next {
    position: absolute;
    right: -60px;
    top: 43%;
}
.s-info .si-slider .my-container {
    position: relative;
}
.s-info .si-slider .my-container::before {
    content: "";
    position: absolute;
    left: 120px;
    top: 30px;
    width: 140px;
    height: 400px;
    background: rgba(240, 78, 35, 0.09);
    border-radius: 5px;
}
.s-info .si-slider .swiper {
    margin-left: 120px;
}
.s-info .si-slider .swiper .swiper-slide {
    width: 442px;
}
.s-info .si-slider .swiper .si-card {
    display: block;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    background: #fff;
    box-shadow: 0 4px 15px 0 rgba(235, 235, 235, 0.25);
}
.s-info .si-slider .swiper .si-card::after {
    content: "";
    position: absolute;
    width: 99px;
    height: 89px;
    background: url(../img/si_after.svg);
    right: -6px;
    bottom: 0;
}
.s-info .si-slider .swiper .si-card .sic-photo {
    height: 340px;
    position: relative;
}
.s-info .si-slider .swiper .si-card .sic-photo span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
}
.s-info .si-slider .swiper .si-card .sic-text {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 19px;
    padding-bottom: 20px;
}
.s-info .si-slider .swiper .si-card .sic-text .sic-t-hdr {
    display: block;
    color: #111;
    font-size: 20px;
    line-height: 120%;
    font-weight: 700;
    margin-bottom: 10px;
}
.s-info .si-slider .swiper .si-card .sic-text .sic-t-date {
    display: block;
    color: #c6c6c6;
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
    margin-bottom: 27px;
}
.s-map {
    position: relative;
    overflow: hidden;
}
.s-map .map {
    height: 539px;
    width: 100%;
}
.s-map .ymaps-2-1-79-balloon__content {
    padding: 0;
    margin: 0 !important;
}
.s-map .sm-card {
    max-width: 343px;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 15px 0 rgba(235, 235, 235, 0.25);
    padding-top: 44px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 35px;
}
.s-map .sm-card .smc-address {
    display: block;
    color: #000;
    font-size: 18px;
    line-height: 140%;
    font-weight: 400;
    margin-bottom: 11px;
    position: relative;
    padding-left: 25px;
}
.s-map .sm-card .smc-address::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 15px;
    height: 15px;
    background: url(../img/address-icn-map.svg);
}
.s-map .sm-card .smc-phone {
    display: block;
    position: relative;
    font-size: 18px;
    line-height: 140%;
    color: #000;
    padding-left: 25px;
    margin-bottom: 11px;
}
.s-map .sm-card .smc-phone:hover {
    color: #f04e23;
}
.s-map .sm-card .smc-phone::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 15px;
    height: 15px;
    background: url(../img/phone-icn_map.svg);
}
.s-map .sm-card .smc-time {
    display: block;
    position: relative;
    font-size: 18px;
    line-height: 140%;
    font-weight: 400;
    color: #70bf00;
    padding-left: 25px;
    margin-bottom: 10px;
}
.s-map .sm-card .smc-time::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 15px;
    height: 15px;
    background: url(../img/time-icn_map.svg);
}
.s-map .sm-card .smc-photos {
    display: block;
    position: relative;
    color: #f04e23;
    font-size: 18px;
    line-height: 140%;
    font-weight: 400;
    padding-left: 25px;
    margin-bottom: 12px;
}
.s-map .sm-card .smc-photos span {
    position: relative;
}
.s-map .sm-card .smc-photos span::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 100%;
    height: 1px;
    background: #f04e23;
}
.s-map .sm-card .smc-photos::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 15px;
    height: 15px;
    background: url(../img/picture-icn_map.svg);
}
.s-map .sm-card p {
    margin: 0;
    color: #000;
    font-size: 18px;
    line-height: 140%;
    font-weight: 400;
    margin-bottom: 6px;
}
.s-map .sm-card .btn {
    width: 100%;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
    line-height: 100%;
    font-weight: 700;
    padding-top: 11px;
    padding-bottom: 9px;
    margin-bottom: 15px;
}
.s-map .sm-card .btn-text {
    text-align: center;
    display: block;
    color: #4d4d4d;
    font-size: 14px;
    line-height: 100%;
    font-weight: 400;
}
.s-services-page {
    padding-bottom: 20px;
}
.s-services-page .def-top {
    margin-bottom: 30px;
}
.s-services-page .service-menu {
    padding-bottom: 40px;
}
.s-text {
    padding-top: 59px;
    padding-bottom: 59px;
}
.s-text .st-text-wrap {
    max-width: 1100px;
    width: 100%;
}
.s-text .st-text-wrap.max-width {
    max-width: 100%;
}
.s-text .h2,
.s-text h2 {
    margin-bottom: 24px;
}
.s-text .h2.center,
.s-text h2.center {
    text-align: center;
}
.s-text .stt-hdr,
.s-text h3 {
    display: block;
    font-size: 24px;
    line-height: 160%;
    font-weight: 700;
    color: #111;
    margin-bottom: 12px;
}
.s-text .stt-hdr:last-child,
.s-text h3:last-child {
    margin-bottom: 0;
}
.s-text .orange {
    color: #f04e23;
}
.s-text p,
.s-text ul li {
    color: #4d4d4d;
    font-size: 18px;
    line-height: 160%;
    font-weight: 400;
}
.s-text p b,
.s-text ul li b {
    font-weight: 700;
}
.s-text p {
    margin: 0;
    margin-bottom: 12px;
}
.s-text p:last-child {
    margin-bottom: 0;
}
.s-text ul {
    margin-bottom: 12px;
}
.s-text ul:last-child {
    margin-bottom: 0;
}
.s-text ul li {
    padding-left: 27px;
    position: relative;
}
.s-text ul li::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background: #4d4d4d;
    border-radius: 50%;
    left: 11px;
    top: 11px;
}
.s-causes {
    padding-top: 10px;
    padding-bottom: 52px;
}
.s-causes .def-top {
    margin-bottom: 12px;
}
.s-causes .sc-content .my-container.flex {
    flex-wrap: wrap;
}
.s-causes .sc-content .scc-items {
    width: 50%;
    padding-top: 29px;
    padding-right: 15px;
}
.s-causes .sc-content .scc-items .scc-itm {
    margin-bottom: 19px;
    max-width: 626px;
}
.s-causes .sc-content .scc-items .scc-itm:last-child {
    margin-bottom: 0;
}
.s-causes .sc-content .scc-items .scc-itm p {
    margin: 0;
}
.s-causes .sc-content .scc-items .scc-itm .scc-i-hdr,
.s-causes .sc-content .scc-items .scc-itm p {
    color: #4d4d4d;
    font-size: 18px;
    line-height: 140%;
    font-weight: 400;
}
.s-causes .sc-content .scc-items .scc-itm .scc-i-hdr {
    display: block;
    color: #f04e23;
    font-weight: 700;
    margin-bottom: 6px;
}
.s-causes .sc-content .scc-image {
    width: 50%;
}
.s-causes .sc-content .scc-image img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.s-prices {
    padding-top: 52px;
    padding-bottom: 52px;
}
.s-prices .def-top {
    margin-bottom: 62px;
}
.s-prices .scc-items .scc-itm {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #eceff3;
    padding-top: 44px;
    padding-left: 40px;
    padding-bottom: 44px;
    padding-right: 38px;
}
.s-prices .scc-items .scc-itm:nth-child(1) {
    border-top: 1px solid #eceff3;
}
.s-prices .scc-items .scc-itm .scc-i-left {
    display: flex;
    padding-right: 15px;
    gap: 10px;
}
.s-prices .scc-items .scc-itm .scc-il-hdr {
    display: block;
    color: #111;
    font-size: 24px;
    line-height: 140%;
    font-weight: 400;
}
.s-prices .scc-items .scc-itm .scc-ir-price {
    display: block;
    color: #f04e23;
    font-size: 24px;
    line-height: 140%;
    font-weight: 700;
}
.s-prices .scc-items .scc-btn-wrap {
    text-align: center;
    padding-top: 41px;
}
.s-equip {
    padding-top: 50px;
    padding-bottom: 50px;
}
.s-equip .def-top {
    margin-bottom: 40px;
}
.s-equip .se-flex {
    display: flex;
}
.s-equip .se-flex .sef-img {
    width: 50%;
    min-height: 300px;
    position: relative;
}
.s-equip .se-flex .sef-img span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
}
.s-equip .se-flex .sef-text-wrap {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 67px;
    padding-bottom: 67px;
    background: linear-gradient(73deg, #f69333 -83.24%, #f58732 -35.3%, #f26f31 32.17%, #ef4e23 114.04%);
}
.s-equip .se-flex .sef-text-wrap .sef-text {
    max-width: 382px;
    margin: 0 auto;
    text-align: center;
}
.s-equip .se-flex .sef-text-wrap .sef-text .st-hdr {
    display: block;
    color: #fff;
    font-size: 24px;
    line-height: 120%;
    font-weight: 700;
    margin-bottom: 18px;
}
.s-equip .se-flex .sef-text-wrap .sef-text p {
    margin: 0;
    color: #f6f6f6;
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
}
.s-how {
    padding-top: 50px;
    padding-bottom: 50px;
}
.s-how .def-top {
    margin-bottom: 60px;
}
.s-how .sh-content .my-container.flex {
    flex-wrap: wrap;
    justify-content: space-between;
}
.s-how .sh-content .shh-col {
    width: 50%;
    max-width: 589px;
    padding-right: 25px;
}
.s-how .sh-content .shh-col:last-child {
    padding-right: 0;
}
.s-how .sh-content .shh-col .shh-c-hdr {
    display: block;
    color: #f04e23;
    font-size: 40px;
    line-height: 100%;
    font-weight: 700;
    margin-bottom: 31px;
}
.s-how .sh-content .shh-col ul li {
    color: #4d4d4d;
    font-size: 18px;
    line-height: 140%;
    font-weight: 400;
    position: relative;
    margin-bottom: 20px;
}
.s-how .sh-content .shh-col ul li:last-child {
    margin-bottom: 0;
}
.s-how .sh-content .shh-col ul li::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 9px;
    width: 4px;
    height: 4px;
    background: #4d4d4d;
    border-radius: 50%;
}
.s-doctors-page {
    padding-top: 68px;
    padding-bottom: 50px;
}
.s-doctors-page .sdp-content-wrap .sdp-content {
    display: none;
}
.s-doctors-page .sdp-content-wrap .sdp-content.active {
    display: block;
}
.s-doctors-page .sdp-content-wrap .sdp-content .sdp-items .my-container.flex {
    flex-wrap: wrap;
    row-gap: 26px;
    column-gap: 72px;
}
.s-doctors-page .sdp-content-wrap .sdp-content .sdp-items .sdp-btn-wrap {
    width: 100%;
    text-align: center;
}
.s-doctors-page .sdp-content-wrap .sdp-content .sdp-items .doctor-item {
    width: calc(33.33% - 48px);
}
.s-doctors-page .sdp-content-wrap .sdp-content .sdp-items .doctor-item.hidden {
    display: none;
}
.sdp-nav-wrap {
    margin-bottom: 55px;
}
.sdp-nav-wrap .sdp-nav-select {
    display: none;
}
.sdp-nav-wrap .sdp-nav {
    display: flex;
}
.sdp-nav-wrap .sdp-nav .sdp-nv-itm {
    color: #4d4d4d;
    font-size: 22px;
    line-height: 100%;
    font-weight: 400;
    font-family: RobotoCondensed, sans-serif;
    position: relative;
    padding-bottom: 23px;
    padding-left: 18px;
    padding-right: 18px;
    transition: all 0.5s ease;
    cursor: pointer;
    border-bottom: 1px solid #eceff3;
}
.sdp-nav-wrap .sdp-nav .sdp-nv-itm:hover {
    color: #f04e23;
}
.sdp-nav-wrap .sdp-nav .sdp-nv-itm.active {
    font-weight: 700;
    color: #f04e23;
}
.sdp-nav-wrap .sdp-nav .sdp-nv-itm.active::before {
    opacity: 1;
}
.sdp-nav-wrap .sdp-nav .sdp-nv-itm::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #f04e23;
    transition: all 0.5s ease;
    opacity: 0;
}
.s-photos {
    padding-top: 43px;
    padding-bottom: 79px;
}
.s-photos.sp-default {
    padding-top: 100px;
    padding-bottom: 100px;
}
.s-photos .my-container.flex {
    flex-wrap: wrap;
    align-items: center;
}
.s-photos .my-container.flex.reverse .sp-text {
    order: 1;
    padding-left: 4.3vw;
}
.s-photos .sp-text {
    width: 41%;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.s-photos .sp-text .spt-hdr {
    margin-bottom: 33px;
    position: relative;
}
.s-photos .sp-text .spt-hdr::before {
    z-index: -1;
    content: "";
    position: absolute;
    width: 107px;
    height: 57px;
    background: url(../img/dt_before.svg);
    left: -17px;
    top: -6px;
}
.s-photos .sp-text p {
    margin: 0;
    color: #4d4d4d;
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
    margin-bottom: 56px;
}
.s-photos .sp-slider {
    width: 59%;
    position: relative;
    padding-left: 30px;
}
.s-photos .sp-slider .def-pag {
    bottom: -41px;
}
.s-photos .sp-slider .def-arrows .swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.s-photos .sp-slider .def-arrows .swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.s-photos .sp-slider::before {
    content: "";
    position: absolute;
    width: 419px;
    height: 428px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: rgba(77, 77, 77, 0.1);
    border-radius: 5px;
}
.s-photos .sp-slider .swiper .swiper-slide {
    width: 100%;
}
.s-photos .sp-slider .swiper .swiper-slide .sps-photo {
    position: relative;
    height: 484px;
    border-radius: 5px;
    overflow: hidden;
}
.s-photos .sp-slider .swiper .swiper-slide .sps-photo span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
}
.s-anchors {
    padding-top: 46px;
    padding-bottom: 46px;
}
.s-anchors .sa-nav-anch {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}
.s-anchors .sa-nav-anch .sa-nv-anch {
    color: rgba(77, 77, 77, 0.8);
    font-size: 16px;
    line-height: 100%;
    font-weight: 400;
    display: block;
    position: relative;
    margin-right: 30px;
    transition: all 0.5s ease;
    cursor: pointer;
}
.s-anchors .sa-nav-anch .sa-nv-anch:hover {
    color: #f04e23;
}
.s-anchors .sa-nav-anch .sa-nv-anch:hover::before {
    background: #f04e23;
}
.s-anchors .sa-nav-anch .sa-nv-anch:last-child {
    margin-right: 0;
}
.s-anchors .sa-nav-anch .sa-nv-anch.active {
    color: #111;
    font-size: 36px;
    font-weight: 700;
    font-family: Gilroy, sans-serif;
    margin-right: 24px;
    top: -4px;
    pointer-events: none;
}
.s-anchors .sa-nav-anch .sa-nv-anch.active::before {
    display: none;
}
.s-anchors .sa-nav-anch .sa-nv-anch::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 100%;
    height: 1px;
    background: rgba(77, 77, 77, 0.8);
    transition: all 0.5s ease;
}
.s-anchors .sa-text p,
.s-anchors .sa-text ul li {
    color: #4d4d4d;
    font-size: 18px;
    line-height: 160%;
    font-weight: 400;
    max-width: 1113px;
}
.s-anchors .sa-text p {
    margin: 0;
    margin-bottom: 14px;
}
.s-anchors .sa-text p:last-child {
    margin-bottom: 0;
}
.s-anchors .sa-text ul {
    margin-bottom: 13px;
}
.s-anchors .sa-text ul li {
    position: relative;
    padding-left: 26px;
}
.s-anchors .sa-text ul li:last-child {
    margin-bottom: 0;
}
.s-anchors .sa-text ul li::before {
    width: 4px;
    height: 4px;
    content: "";
    position: absolute;
    left: 11px;
    top: 11px;
    background: #4d4d4d;
    border-radius: 50%;
}
.s-education {
    padding-top: 59px;
    padding-bottom: 59px;
}
.s-education .def-top {
    margin-bottom: 20px;
}
.s-education .se-slider .def-arrows .swiper-button-prev {
    position: absolute;
    left: 0;
    top: 124px;
}
.s-education .se-slider .def-arrows .swiper-button-next {
    right: 0;
    position: absolute;
    top: 124px;
}
.s-education .se-slider .swiper {
    padding-bottom: 44px;
    padding-top: 20px;
}
.s-education .se-slider .def-pag {
    bottom: 0;
}
.s-education .se-slider .swiper-slide {
    width: 304px;
}
.s-education .se-slider .swiper-slide .ses-itm {
    box-shadow: 0 4px 15px 0 rgba(235, 235, 235, 0.4);
    border-radius: 5px;
    background: #fff;
    padding: 30px 45px;
    padding-bottom: 106px;
}
.s-education .se-slider .swiper-slide .ses-itm .ses-i-num {
    /* width: 121px; */
    /* height: 62px; */
    /* display: flex
; */
    /* align-items: center; */
    /* justify-content: center; */
    color: #cfcfcf;
    font-size: 20px;
    line-height: 100%;
    font-weight: 300;
    /* background: #f04e23; */
    border-radius: 2px;
    margin-bottom: 27px;
}


.s-education .se-slider .swiper-slide .ses-itm p {
    margin: 0;
    color: #4d4d4d;
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
}
.s-education .se-slider .swiper-slide .ses-itm .ses-i-status {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-left: 45px;
    padding-right: 45px;
    color: #111;
    font-size: 18px;
    line-height: 140%;
    font-weight: 400;
    padding-bottom: 28px;
}
.s-reviews {
    padding-top: 38px;
    padding-bottom: 38px;
}
.s-reviews .def-top {
    margin-bottom: 40px;
}
.s-reviews .sr-slider .def-arrows .swiper-button-prev {
    position: absolute;
    left: 0;
    top: 116px;
}
.s-reviews .sr-slider .def-arrows .swiper-button-next {
    right: 0;
    position: absolute;
    top: 116px;
}
.s-reviews .sr-slider .swiper {
    padding-bottom: 44px;
    padding-top: 20px;
}
.s-reviews .sr-slider .def-pag {
    bottom: 0;
}
.s-reviews .sr-slider .swiper-slide {
    width: 540px;
}
.s-reviews .sr-slider .sr-itm {
    box-shadow: 0 4px 15px 0 rgba(235, 235, 235, 0.4);
    background: #fff;
    border-radius: 5px;
    padding-left: 54px;
    padding-right: 30px;
    position: relative;
    padding-top: 72px;
    padding-bottom: 93px;
}
.s-reviews .sr-slider .sr-itm::before {
    content: "";
    position: absolute;
    left: 24px;
    top: 0;
    width: 60px;
    height: 46px;
    background: url(../img/rev_after.svg);
}
.s-reviews .sr-slider .sr-itm::after {
    content: "";
    position: absolute;
    bottom: 28px;
    right: 30px;
    width: 56px;
    height: 32px;
    background: url(../img/rev_before.svg);
}
.s-reviews .sr-slider .sr-itm p {
    margin: 0;
    color: #4d4d4d;
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
    z-index: 2;
    position: relative;
}
.s-reviews .sr-slider .sr-itm .sri-name {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-bottom: 28px;
    display: block;
    color: rgba(77, 77, 77, 0.5);
    font-size: 18px;
    line-height: 140%;
    font-weight: 400;
    padding-left: 54px;
    padding-right: 30px;
    z-index: 2;
}
.s-reviews .sr-slider .sr-itm .sri-name br.adap {
    display: none;
}
.s-serti .def-top {
    margin-bottom: 20px;
}
.s-serti .ss-slider .def-pag {
    display: none;
}
.s-serti .ss-slider .def-arrows .swiper-button-prev {
    position: absolute;
    left: 0;
    top: 222px;
}
.s-serti .ss-slider .def-arrows .swiper-button-next {
    right: 0;
    position: absolute;
    top: 222px;
}
.s-serti .ss-slider .swiper {
    padding-bottom: 34px;
    padding-top: 20px;
}
.s-serti .ss-slider .swiper-slide {
    width: 560px;
}
.s-serti .ss-slider .swiper-slide .ss-itm {
    display: block;
    background: #fff;
    box-shadow: 0 4px 15px 0 rgba(220, 220, 220, 0.25);
    position: relative;
    overflow: hidden;
    padding: 20px 37px;
    padding-bottom: 12px;
}
.s-serti .ss-slider .swiper-slide .ss-itm::after {
    content: "";
    position: absolute;
    width: 124px;
    height: 124px;
    bottom: 0;
    left: 0;
    transform: translate(-26%, 14%);
    background: rgba(240, 78, 35, 0.1);
    border-radius: 50%;
}
.s-serti .ss-slider .swiper-slide .ss-itm .ssi-image {
    height: 363px;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    z-index: 1;
}
.s-serti .ss-slider .swiper-slide .ss-itm .ssi-image span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
}
.s-serti .ss-slider .swiper-slide .ss-itm .ssi-text {
    display: flex;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
}
.s-serti .ss-slider .swiper-slide .ss-itm .ssi-text .ssi-t-hdr {
    display: block;
    position: relative;
    color: #111;
    font-size: 14px;
    line-height: 120%;
    font-weight: 400;
    padding-left: 29px;
}
.s-serti .ss-slider .swiper-slide .ss-itm .ssi-text .ssi-t-hdr::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    background: url(../img/doc-icn.svg);
}
.s-serti .ss-slider .ss-btn-wrap {
    text-align: center;
}
.s-serti .ss-slider .ss-btn-wrap .ssb-doc {
    display: inline-block;
    position: relative;
    padding-left: 29px;
    color: #111;
    font-size: 14px;
    line-height: 100%;
    font-weight: 400;
}
.s-serti .ss-slider .ss-btn-wrap .ssb-doc:hover {
    color: #f04e23;
}
.s-serti .ss-slider .ss-btn-wrap .ssb-doc:hover span::before {
    background: #f04e23;
}
.s-serti .ss-slider .ss-btn-wrap .ssb-doc span {
    position: relative;
}
.s-serti .ss-slider .ss-btn-wrap .ssb-doc span::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 100%;
    height: 1px;
    background: #111;
    transition: all 0.5s ease;
}
.s-serti .ss-slider .ss-btn-wrap .ssb-doc::before {
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    width: 16px;
    height: 16px;
    background: url(../img/doc-icn.svg);
}
.s-two-forms {
    padding-top: 15px;
    padding-bottom: 82px;
}
.s-two-forms .stf-form {
    width: 50%;
    text-align: center;
    padding-top: 66px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 82px;
    background: url(../img/stf_bg.jpg) 50%;
    background-size: cover;
}
.s-two-forms .stf-form.orange {
    background: linear-gradient(73deg, #f69333 -83.24%, #f58732 -35.3%, #f26f31 32.17%, #ef4e23 114.04%);
    position: relative;
}
.s-two-forms .stf-form.orange::after {
    content: "";
    position: absolute;
    right: 86px;
    bottom: 22px;
    width: 69px;
    height: 50px;
    background: url(../img/stf_after.svg);
}
.s-two-forms .stf-form.orange .stf-descr,
.s-two-forms .stf-form.orange .stf-hdr {
    color: #fff;
}
.s-two-forms .stf-form.orange .def-form .def-inp input {
    color: #fff;
    border-color: #fff;
}
.s-two-forms .stf-form.orange .def-form .def-inp input::-webkit-input-placeholder {
    color: #fff;
}
.s-two-forms .stf-form.orange .def-form .def-inp input:-moz-placeholder {
    color: #fff;
}
.s-two-forms .stf-form.orange .def-form .def-inp input::-moz-placeholder {
    color: #fff;
}
.s-two-forms .stf-form.orange .def-form .def-inp input:-ms-input-placeholder {
    color: #fff;
}
.s-two-forms .stf-form.orange .def-form .db-btm .dbb-descr {
    color: #fff;
}
.s-two-forms .stf-form.orange .def-form .db-btm .dbb-descr a {
    color: #fff;
}
.s-two-forms .stf-form.orange .def-form .db-btm .dbb-descr a:hover {
    color: #fff;
}
.s-two-forms .stf-form.orange .def-form .db-btm .dbb-descr a::before {
    background: #fff;
}
.s-two-forms .stf-form .stf-hdr {
    display: block;
    color: #111;
    font-size: 36px;
    font-weight: 700;
    font-family: Gilroy, sans-serif;
    line-height: 100%;
    margin-bottom: 9px;
}
.s-two-forms .stf-form .stf-descr {
    display: block;
    color: #4d4d4d;
    font-size: 16px;
    line-height: 140%;
    font-weight: 300;
    margin-bottom: 40px;
}
.s-two-forms .stf-form .def-form {
    display: flex;
    column-gap: 12px;
    row-gap: 38px;
    align-items: center;
    max-width: 504px;
    margin: 0 auto;
}
.s-two-forms .stf-form .def-form .def-inp {
    width: calc(50% - 12px);
}
.s-two-forms .stf-form .def-form .def-inp.full {
    width: 100%;
}
.s-two-forms .stf-form .def-form .def-inp input {
    border-color: #4d4d4d;
    color: #111;
}
.s-two-forms .stf-form .def-form .def-inp input::-webkit-input-placeholder {
    color: #111;
}
.s-two-forms .stf-form .def-form .def-inp input:-moz-placeholder {
    color: #111;
}
.s-two-forms .stf-form .def-form .def-inp input::-moz-placeholder {
    color: #111;
}
.s-two-forms .stf-form .def-form .def-inp input:-ms-input-placeholder {
    color: #111;
}
.s-two-forms .stf-form .def-form .df-btn-wrap {
    width: calc(50% - 12px);
}
.s-two-forms .stf-form .def-form .db-btm {
    width: calc(50% - 12px);
    padding: 0;
}
.s-two-forms .stf-form .def-form .db-btm .dbb-descr {
    display: block;
    color: #828282;
    font-size: 14px;
    line-height: 120%;
    font-weight: 400;
}
.s-two-forms .stf-form .def-form .db-btm .dbb-descr a::before {
    background: #828282;
}
.s-two-forms .stf-form .def-form .db-btm .dbb-descr a:hover {
    color: #f04e23;
}
.s-two-forms .stf-form .def-form .db-btm .dbb-descr a:hover::before {
    background: #f04e23;
}
.s-vacancy {
    padding-top: 67px;
    padding-bottom: 38px;
}
.s-vacancy .sdp-nav-wrap {
    margin-bottom: 35px;
}
.s-vacancy .sv-content-wrap .sv-content {
    display: none;
}
.s-vacancy .sv-content-wrap .sv-content.active {
    display: block;
}
.s-vacancy .sv-content-wrap .sv-items .my-container.flex {
    flex-wrap: wrap;
    gap: 30px;
}
.s-vacancy .sv-content-wrap .sv-items .sv-itm {
    box-shadow: 0 4px 15px 0 rgba(235, 235, 235, 0.4);
    background: #fff;
    border-radius: 10px;
    width: calc(50% - 15px);
    padding-left: 38px;
    padding-top: 40px;
    padding-right: 245px;
    padding-bottom: 20px;
    position: relative;
}
.s-vacancy .sv-content-wrap .sv-items .sv-itm .btn {
    position: absolute;
    right: 31px;
    top: 40px;
}
.s-vacancy .sv-content-wrap .sv-items .sv-itm .svi-contacts,
.s-vacancy .sv-content-wrap .sv-items .sv-itm .svi-info,
.s-vacancy .sv-content-wrap .sv-items .sv-itm p {
    font-size: 18px;
    line-height: 140%;
    font-weight: 400;
}
.s-vacancy .sv-content-wrap .sv-items .sv-itm .svi-hdr {
    display: block;
    color: #f04e23;
    font-size: 24px;
    font-weight: 700;
    line-height: 122%;
    text-transform: uppercase;
    margin-bottom: 22px;
}
.s-vacancy .sv-content-wrap .sv-items .sv-itm .svi-info {
    display: block;
    color: #4d4d4d;
    margin-bottom: 12px;
}
.s-vacancy .sv-content-wrap .sv-items .sv-itm .svi-info b {
    font-weight: 500;
    color: #111;
    margin-right: 5px;
}
.s-vacancy .sv-content-wrap .sv-items .sv-itm p {
    margin: 0;
    color: #4d4d4d;
    margin-top: 20px;
    margin-bottom: 24px;
}
.s-vacancy .sv-content-wrap .sv-items .sv-itm .svi-contacts {
    color: #4d4d4d;
    margin-bottom: 10px;
    display: block;
}
.s-vacancy .sv-content-wrap .sv-items .sv-itm .svi-contacts:last-child {
    margin-bottom: 0;
}
.s-vacancy .sv-content-wrap .sv-items .sv-itm .svi-contacts .green {
    color: #48c95f;
    margin-right: 3px;
}
.s-vacancy .sv-content-wrap .sv-items .sv-itm .svi-contacts .blue {
    color: #117dc1;
    margin-right: 3px;
}
.s-docs {
    padding-top: 58px;
    padding-bottom: 101px;
}
.s-docs .sd-hdr {
    margin-bottom: 43px;
    text-align: center;
}
.s-docs .sd-items {
    border-top: 1px solid #eceff3;
}
.s-docs .sd-items .sd-itm {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eceff3;
    align-items: center;
    padding-top: 44px;
    padding-bottom: 44px;
    padding-left: 41px;
    padding-right: 35px;
    flex-wrap: wrap;
}
.s-docs .sd-items .sd-itm:hover .sdi-left .sdi-l-descr {
    color: #f04e23;
}
.s-docs .sd-items .sd-itm:hover .sdi-left .sdi-l-descr span {
    border-color: #f04e23;
}
.s-docs .sd-items .sd-itm .sdi-left {
    max-width: 613px;
    padding-right: 15px;
}
.s-docs .sd-items .sd-itm .sdi-left .sdi-l-descr {
    display: inline-block;
    color: #111;
    font-size: 18px;
    line-height: 140%;
    font-weight: 400;
}
.s-docs .sd-items .sd-itm .sdi-left .sdi-l-descr span {
    border-bottom: 1px solid #000;
    transition: all 0.5s ease;
}
.s-docs .sd-items .sd-itm.hidden {
    display: none;
}
.s-docs .sd-items .sd-btn-wrap {
    width: 100%;
    text-align: center;
    padding-top: 41px;
}
.article-item {
    display: block;
    box-shadow: 0 4px 15px 0 rgba(235, 235, 235, 0.25);
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.article-item .ai-img {
    position: relative;
    height: 340px;
}
.article-item .ai-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50%;
}
.article-item .ai-text {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 26px;
}
.article-item .ai-text .ai-t-hdr {
    display: block;
    color: #111;
    font-size: 20px;
    font-weight: 700;
    line-height: 124%;
    margin-bottom: 8px;
}
.article-item .ai-text .ai-t-date {
    display: block;
    color: #c6c6c6;
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
    margin-bottom: 27px;
}
.s-articles {
    padding-top: 40px;
    padding-bottom: 40px;
}
.s-articles .sdp-nav-wrap {
    margin-bottom: 39px;
}
.s-articles .sa-content-wrap .sa-content {
    display: none;
}
.s-articles .sa-content-wrap .sa-content.active {
    display: block;
}
.s-articles .sa-content-wrap .sa-content .sa-items .my-container.flex {
    flex-wrap: wrap;
    display: flex;
    row-gap: 36px;
    column-gap: 10px;
}
.s-articles .sa-content-wrap .sa-content .sa-items .article-item {
    max-width: 443px;
    width: calc(33.33% - 7px);
}
.s-articles .sa-content-wrap .sa-content .sa-items .article-item.hidden {
    display: none;
}
.s-articles .sa-content-wrap .sa-content .sa-items .sa-btn-wrap {
    text-align: center;
    width: 100%;
    padding-top: 20px;
}
.s-article-detail {
    padding-top: 21px;
    padding-bottom: 52px;
}
.s-article-detail .s-breadcrumbs {
    margin-bottom: 19px;
}
.s-article-detail .sad-hdr {
    position: relative;
    z-index: 1;
    margin-bottom: 43px;
}
.s-article-detail .sad-hdr::before {
    z-index: -1;
    content: "";
    position: absolute;
    width: 107px;
    height: 57px;
    background: url(../img/dt_before.svg);
    left: -17px;
    top: -6px;
}
.s-article-detail .sad-image {
    position: relative;
    height: 343px;
}
.s-article-detail .sad-image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50%;
}
.s-text-image {
    padding-top: 54px;
    padding-bottom: 54px;
}
.s-text-image .my-container.flex {
    display: flex;
    flex-wrap: wrap;
}
.s-text-image .my-container.flex.align-center {
    align-items: center;
}
.s-text-image .sti-hdr {
    text-align: center;
    margin-bottom: 46px;
    width: 100%;
}
.s-text-image .sti-text {
/*    width: 50%;  */
    padding-right: 25px;
    padding-top: 20px;
}
.s-text-image .sti-text p,
.s-text-image .sti-text ul li {
    color: #4d4d4d;
    font-size: 18px;
    line-height: 140%;
    font-weight: 400;
}
.s-text-image .sti-text ul li {
    padding-left: 27px;
    position: relative;
}
.s-text-image .sti-text ul li::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background: #4d4d4d;
    border-radius: 50%;
    left: 11px;
    top: 11px;
}
.s-text-image .sti-text p {
    margin: 0;
    margin-bottom: 35px;
}
.s-text-image .sti-text p:last-child {
    margin-bottom: 0;
}
.s-text-image .sti-text p .orange {
    color: #f04e23;
}
.s-text-image .sti-image {
    width: 50%;
}
.s-text-image .sti-image img {
    display: block;
    max-width: 100%;
}
.s-other-articles {
    padding-top: 46px;
    padding-bottom: 96px;
}
.s-other-articles .def-top {
    margin-bottom: 46px;
}
.s-other-articles .def-top .dt-hdr {
    margin-bottom: 0;
}
.s-other-articles .soa-slider .def-pag {
    display: none;
}
.s-other-articles .soa-slider .swiper-slide {
    width: 442px;
}
.s-for-patients {
    padding-top: 58px;
    padding-bottom: 40px;
}
.s-for-patients .sfp-items {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.s-for-patients .sfp-items .sfp-itm {
    display: block;
    position: relative;
    background: #fff;
    box-shadow: 0 4px 15px 0 rgba(235, 235, 235, 0.25);
    border-radius: 5px;
    overflow: hidden;
    width: calc(25% - 22.5px);
}
.s-for-patients .sfp-items .sfp-itm:hover .sfp-image img {
    transform: scale(1.03);
}
.s-for-patients .sfp-items .sfp-itm::after {
    content: "";
    position: absolute;
    right: -5px;
    bottom: -33px;
    width: 116px;
    height: 116px;
    background: url(../img/sfp_after.svg);
}
.s-for-patients .sfp-items .sfp-itm .sfp-image {
    height: 200px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.s-for-patients .sfp-items .sfp-itm .sfp-image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50%;
    transition: all 0.5s ease;
}
.s-for-patients .sfp-items .sfp-itm .sfp-text {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 24px;
    padding-bottom: 35px;
    position: relative;
    z-index: 1;
}
.s-for-patients .sfp-items .sfp-itm .sfp-text .sfp-t-hdr {
    display: block;
    color: #111;
    font-size: 20px;
    line-height: 122%;
    font-weight: 700;
    margin-bottom: 28px;
}
.s-for-patients .sfp-items .sfp-itm .sfp-text .btn-text {
    font-size: 18px;
}
.s-not-found {
    text-align: center;
    padding-top: 79px;
    padding-bottom: 105px;
}
.s-not-found .snf-img {
    margin-bottom: 28px;
}
.s-not-found .snf-img img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.s-not-found .snf-descr {
    display: block;
    color: #000;
    font-size: 36px;
    line-height: 122%;
    font-weight: 700;
    margin-bottom: 69px;
    font-family: Gilroy, sans-serif;
}
.s-search-page {
    padding-top: 22px;
    padding-bottom: 101px;
}
.s-search-page .ssp-hdr {
    margin-bottom: 41px;
    position: relative;
    z-index: 1;
}
.s-search-page .ssp-hdr::before {
    z-index: -1;
    content: "";
    position: absolute;
    width: 107px;
    height: 57px;
    background: url(../img/dt_before.svg);
    left: -17px;
    top: -6px;
}
.s-search-page .ssp-search-wrap {
    position: relative;
    display: block;
    max-width: 909px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 44px;
}
.s-search-page .ssp-search-wrap .ssp-search-descr {
    position: absolute;
    font-size: 20px;
    line-height: 140%;
    font-weight: 300;
    left: 40px;
    top: 14px;
}
.s-search-page .ssp-search-wrap input {
    display: block;
    width: 100%;
    background: #eceff3;
    border-radius: 25px;
    outline: 0;
    border: 0 solid #000;
    font-size: 20px;
    line-height: 140%;
    font-weight: 300;
    color: #111;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-right: 75px;
    padding-left: 133px;
    font-family: RobotoCondensed, sans-serif;
}
.s-search-page .ssp-search-wrap input::-webkit-input-placeholder {
    color: #111;
}
.s-search-page .ssp-search-wrap input:-moz-placeholder {
    color: #111;
}
.s-search-page .ssp-search-wrap input::-moz-placeholder {
    color: #111;
}
.s-search-page .ssp-search-wrap input:-ms-input-placeholder {
    color: #111;
}
.s-search-page .ssp-search-wrap .ssp-search-result {
    text-align: center;
    color: #4d4d4d;
    font-size: 20px;
    line-height: 140%;
    font-weight: 300;
    display: block;
    margin-top: 20px;
}
.s-search-page .ssp-items {
    border-top: 1px solid #eceff3;
}
.s-search-page .ssp-items .ssp-itm {
    display: flex;
    border-bottom: 1px solid #eceff3;
    justify-content: space-between;
    padding-left: 40px;
    padding-right: 160px;
    padding-top: 44px;
    padding-bottom: 11px;
    min-height: 149px;
    flex-wrap: wrap;
    position: relative;
}
.s-search-page .ssp-items .ssp-itm .ssp-il-hdr {
    display: block;
    color: #111;
    font-size: 24px;
    line-height: 140%;
    font-weight: 400;
    margin-bottom: 15px;
}
.s-search-page .ssp-items .ssp-itm .s-breadcrumbs {
    width: 100%;
}
.s-search-page .ssp-items .ssp-itm .btn-text {
    position: absolute;
    right: 36px;
    top: 57px;
}
.s-price-page {
    padding-top: 68px;
    padding-bottom: 99px;
}
.s-price-page .sdp-nav-wrap {
    margin-bottom: 49px;
}
.s-price-page .sdp-nav-wrap .sdp-nav {
    flex-wrap: wrap;
    row-gap: 26px;
}
.s-price-page .spp-content-wrap .spp-content {
    display: none;
}
.s-price-page .spp-content-wrap .spp-content.active {
    display: block;
}
.s-price-page .s-prices {
    padding: 0;
}
.s-price-page .s-prices .scc-items .scc-i-left {
    max-width: calc(100% - 529px);
}
.s-price-page .s-prices .scc-items .scc-i-right {
    display: flex;
    align-items: center;
}
.s-price-page .s-prices .scc-items .scc-i-right .scc-ir-disc {
    color: #fff;
    font-size: 24px;
    line-height: 140%;
    font-weight: 700;
    background: #f79433;
    border-radius: 5px;
    padding: 10.2px 16px;
    margin-right: 42px;
}
.s-price-page .s-prices .scc-items .scc-i-right .scc-ir-old-price {
    color: #4d4d4d;
    font-size: 20px;
    line-height: 140%;
    font-weight: 400;
    text-decoration: line-through;
    order: -1;
    margin-right: 55px;
}
.s-price-page .s-prices .scc-items .scc-i-right .scc-ir-flex {
    display: flex;
    align-items: center;
}
.s-small-banner {
    padding-top: 100px;
    padding-bottom: 100px;
}
.s-small-banner .sm-banner {
    overflow: hidden;
    position: relative;
}
.s-small-banner .sm-banner .smb-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
}
.s-small-banner .sm-banner .smb-bg.mobile-visible {
    display: none;
}
.s-small-banner .sm-banner .smb-text {
    position: relative;
    z-index: 1;
    padding-left: 100px;
    padding-top: 58px;
    padding-bottom: 100px;
    min-height: 310px;
    max-width: 500px;
}
.s-small-banner .sm-banner .smb-text.only-hdr {
    max-width: 620px;
}
.s-small-banner .sm-banner .smb-text.only-hdr .smb-t-hdr {
    font-size: 36px;
}
.s-small-banner .sm-banner .smb-text .smb-t-hdr {
    display: block;
    color: #fff;
    font-size: 40px;
    line-height: 122%;
    font-family: Gilroy, sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
}
.s-small-banner .sm-banner .smb-text p {
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 140%;
}
.s-small-banner .sm-banner .smb-text .smb-t-logo {
    position: absolute;
    bottom: 52px;
    left: 100px;
}
.s-small-banner .sm-banner .smb-text .smb-t-logo img {
    display: block;
    max-width: 100%;
}
.s-photos-detail {
    padding-top: 99px;
    padding-bottom: 99px;
}
.s-photos-detail .def-top {
    margin-bottom: 37px;
}
.s-photos-detail .spd-items .my-container.flex {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.s-photos-detail .spd-items .spd-photo {
    width: calc(50% - 15px);
    min-height: 218px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.s-photos-detail .spd-items .spd-photo.hidden {
    display: none;
}
.s-photos-detail .spd-items .spd-photo:hover span {
    transform: scale(1.03);
}
.s-photos-detail .spd-items .spd-photo span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    transition: all 0.5s ease;
}
.s-photos-detail .spd-items .spd-btn-wrap {
    width: 100%;
    text-align: center;
    padding-top: 11px;
}
.s-clinic-photos {
    padding-top: 27px;
    padding-bottom: 27px;
}
.s-clinic-photos .def-top {
    margin-bottom: 39px;
}
.s-clinic-photos .scp-photos .my-container.flex {
    flex-wrap: wrap;
    display: flex;
    gap: 30px;
}
.s-clinic-photos .scp-photos .scp-ph {
    width: calc(25% - 25px);
    height: 218px;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
}
.s-clinic-photos .scp-photos .scp-ph.hidden {
    display: none;
}
.s-clinic-photos .scp-photos .scp-ph:hover .scp-ph-bg {
    transform: scale(1.03);
}
.s-clinic-photos .scp-photos .scp-ph .scp-ph-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    transition: all 0.5s ease;
}
.s-clinic-photos .scp-photos .scp-ph.big {
    width: calc(50% - 20px);
}
.s-clinic-photos .scp-photos .scp-btn-wrap {
    width: 100%;
    text-align: center;
    padding-top: 10px;
}
.s-discount-page {
    padding-top: 86px;
    padding-bottom: 64px;
}
.s-discount-page .def-top {
    margin-bottom: 40px;
}
.s-discount-page .sdp-items .my-container.flex {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.s-discount-page .sdp-items .sdp-itm {
    width: calc(50% - 15px);
    display: block;
    box-shadow: 0 4px 15px 0 rgba(235, 235, 235, 0.4);
    background: #fff;
    border-radius: 10px;
    padding-left: 225px;
    position: relative;
    min-height: 323px;
    overflow: hidden;
}
.s-discount-page .sdp-items .sdp-itm:hover .sdp-img img {
    transform: scale(1.03);
}
.s-discount-page .sdp-items .sdp-itm .sdp-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 225px;
    height: 100%;
    overflow: hidden;
}
.s-discount-page .sdp-items .sdp-itm .sdp-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50%;
    transition: all 0.5s ease;
}
.s-discount-page .sdp-items .sdp-itm .sdp-text {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 39px;
    padding-bottom: 120px;
}
.s-discount-page .sdp-items .sdp-itm .sdp-text .sdp-t-hdr {
    display: block;
    color: #f04e23;
    font-size: 24px;
    line-height: 122%;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.s-discount-page .sdp-items .sdp-itm .sdp-text p {
    margin: 0;
    color: #4d4d4d;
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
}
.s-discount-page .sdp-items .sdp-itm .sdp-text .sdp-t-btn-wrap {
    position: absolute;
    left: 225px;
    bottom: 0;
    width: calc(100% - 225px);
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 39px;
}
.s-discount-page .sdp-items .sdp-itm .sdp-text .sdp-t-btn-wrap .sdp-tw-descr {
    display: block;
    width: calc(100% - 200px);
    color: #4d4d4d;
    font-size: 14px;
    line-height: 122%;
    font-weight: 400;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}
.s-reviews-page {
    padding-top: 66px;
    padding-bottom: 52px;
}
.s-reviews-page .def-top {
    margin-bottom: 58px;
}
.s-reviews-page .srp-items .my-container.flex {
    gap: 30px;
}
.s-reviews-page .srp-items .my-container.flex .sr-itm {
    width: calc(50% - 15px);
    box-shadow: 0 4px 15px 0 rgba(235, 235, 235, 0.4);
    background: #fff;
    border-radius: 5px;
    padding-left: 54px;
    padding-right: 30px;
    position: relative;
    padding-top: 72px;
    padding-bottom: 82px;
}
.s-reviews-page .srp-items .my-container.flex .sr-itm::before {
    content: "";
    position: absolute;
    left: 24px;
    top: 0;
    width: 60px;
    height: 46px;
    background: url(../img/rev_after.svg);
}
.s-reviews-page .srp-items .my-container.flex .sr-itm::after {
    content: "";
    position: absolute;
    bottom: 28px;
    right: 30px;
    width: 56px;
    height: 32px;
    background: url(../img/rev_before.svg);
}
.s-reviews-page .srp-items .my-container.flex .sr-itm p {
    font-size: 19px;
    line-height: 140%;
    font-weight: 400;
    color: #111;
    max-width: 479px;
    margin: 0;
    z-index: 2;
    position: relative;
}
.s-reviews-page .srp-items .my-container.flex .sr-itm .sri-name {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-bottom: 28px;
    display: block;
    color: rgba(77, 77, 77, 0.5);
    font-size: 18px;
    line-height: 140%;
    font-weight: 400;
    padding-left: 54px;
    padding-right: 30px;
    z-index: 2;
}
.s-reviews-page .srp-items .my-container.flex .sr-itm .sri-name br.adap {
    display: none;
}
.s-reviews-page .srp-items .my-container.flex .sr-btn-wrap {
    padding-top: 12px;
    width: 100%;
    text-align: center;
}
.s-video-reviews-page {
    padding-top: 66px;
    padding-bottom: 53px;
}
.s-video-reviews-page .def-top {
    margin-bottom: 40px;
}
.s-video-reviews-page .svr-items .my-container.flex {
    flex-wrap: wrap;
    gap: 20px;
}
.s-video-reviews-page .svr-items .svr-video {
    height: 200px;
    width: calc(25% - 15px);
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    display: block;
}
.s-video-reviews-page .svr-items .svr-video video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50%;
}
.s-video-reviews-page .svr-items .svr-video.hidden {
    display: none;
}
.s-video-reviews-page .svr-items .svr-video:hover .svr-v-bg {
    transform: scale(1.03);
}
.s-video-reviews-page .svr-items .svr-video::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(../img/play-btn.svg);
    background-size: contain;
    right: 19px;
    bottom: 35px;
    transition: all 0.5s ease;
    transform-origin: center center;
}
.s-video-reviews-page .svr-items .svr-video .svr-v-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    transition: all 0.5s ease;
}
.s-video-reviews-page .svr-items .svr-btn-wrap {
    padding-top: 20px;
    width: 100%;
    text-align: center;
}
footer {
    background: #393939;
    padding-top: 60px;
    position: relative;
    z-index: 1;
}
footer .ft-top {
    margin-bottom: 30px;
}
footer .ft-top .my-container.flex {
    border-bottom: 1px solid #4d4d4d;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 22px;
}
footer .ft-top .ftt-left {
    display: flex;
    align-items: center;
}
footer .ft-top .ftt-left .ftt-logo {
    margin-right: 106px;
}
footer .ft-top .ftt-left .ftt-logo img {
    display: block;
    max-width: 100%;
}
footer .ft-top .ftt-left .ftt-view {
    position: relative;
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 140%;
    font-weight: 400;
    padding-left: 30px;
}
footer .ft-top .ftt-left .ftt-view:hover {
    color: #f04e23;
}
footer .ft-top .ftt-left .ftt-view:hover::before {
    opacity: 0;
}
footer .ft-top .ftt-left .ftt-view:hover::after {
    opacity: 1;
}
footer .ft-top .ftt-left .ftt-view::after,
footer .ft-top .ftt-left .ftt-view::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: url(../img/view-icn_white.svg);
    transition: all 0.5s ease;
}
footer .ft-top .ftt-left .ftt-view::after {
    background: url(../img/view-icn_orange.svg);
    opacity: 0;
}
footer .ft-top .ftt-right {
    display: flex;
    align-items: center;
}
footer .ft-top .ftt-right .btn {
    margin-left: 59px;
}
footer .ft-top .ftt-right .ftt-phone-wrap {
    margin-left: 60px;
}
footer .ft-top .ftt-right .ftt-phone-wrap .ftt-phone {
    display: block;
    position: relative;
    color: #fff;
    font-size: 20px;
    line-height: 100%;
    font-weight: 500;
    margin-bottom: 3px;
    padding-left: 30px;
}
footer .ft-top .ftt-right .ftt-phone-wrap .ftt-phone:hover {
    color: #f04e23;
}
footer .ft-top .ftt-right .ftt-phone-wrap .ftt-phone:hover::before {
    opacity: 0;
}
footer .ft-top .ftt-right .ftt-phone-wrap .ftt-phone:hover::after {
    opacity: 1;
}
footer .ft-top .ftt-right .ftt-phone-wrap .ftt-phone::after,
footer .ft-top .ftt-right .ftt-phone-wrap .ftt-phone::before {
    content: "";
    position: absolute;
    left: 3px;
    top: 0;
    width: 17px;
    height: 17px;
    background: url(../img/phone-icn_white.svg);
    transition: all 0.5s ease;
}
footer .ft-top .ftt-right .ftt-phone-wrap .ftt-phone::after {
    background: url(../img/phone-icn_orange_2.svg);
    opacity: 0;
}
footer .ft-top .ftt-right .ftt-phone-wrap .ftt-pw-descr {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 140%;
    font-weight: 300;
}
footer .ft-mid .my-container.flex {
    flex-wrap: wrap;
    border-bottom: 1px solid #4d4d4d;
    padding-bottom: 25px;
}
footer .ft-mid .ftm-col:nth-child(1) {
    width: 320px;
}
footer .ft-mid .ftm-col:nth-child(1) .ftm-logo {
    margin-bottom: 59px;
}
footer .ft-mid .ftm-col:nth-child(2) {
    width: calc(100% - 320px - 222px);
    display: flex;
    justify-content: space-between;
    padding-left: 67px;
    padding-right: 67px;
    padding-top: 11px;
}
footer .ft-mid .ftm-col:nth-child(3) {
    width: 222px;
    padding-top: 12px;
    padding-left: 17px;
}
footer .ft-mid .ftm-col:nth-child(3) .ftm-descr {
    margin-bottom: 10px;
}
footer .ft-mid .ftm-col .ftm-logo img {
    display: block;
    max-width: 100%;
}
footer .ft-mid .ftm-col .ftm-disc {
    display: block;
    color: #eceff3;
    font-size: 14px;
    line-height: 120%;
    font-weight: 400;
}
footer .ft-mid .ftm-col .ftm-disc.tablet-visible {
    display: none;
}
footer .ft-mid .ftm-col ul li {
    margin-bottom: 15px;
}
footer .ft-mid .ftm-col ul li:last-child {
    margin-bottom: 0;
}
footer .ft-mid .ftm-col ul li a {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 140%;
    font-weight: 400;
}
footer .ft-mid .ftm-col ul li a:hover {
    color: #f04e23;
}
footer .ft-mid .ftm-col .ftm-descr {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 140%;
    font-weight: 400;
}
footer .ft-mid .ftm-col .ftm-logo img {
    display: block;
    max-width: 100%;
    border-radius: 5px;
}
footer .ft-btm {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 28px;
}
footer .ft-btm .ftb-hdr {
    display: block;
    color: #fff;
    font-size: 30px;
    line-height: 160%;
    font-weight: 400;
    text-transform: uppercase;
}
footer .ft-btm .ftb-descr {
    display: block;
    font-size: 18px;
    line-height: 160%;
    font-weight: 400;
    color: #fff;
    margin-top: -5px;
}
footer .ft-btm .ftb-descr a {
    color: #fff;
}
footer .ft-btm .ftb-descr a:hover {
    color: #f04e23;
}
@media only screen and (max-width: 1600px) {
    .s-con .sc-flex .sc-left {
        padding-left: 12.6%;
    }
}
@media only screen and (max-width: 1440px) {
    .my-container {
        max-width: 1260px;
    }
    .my-container.big {
        max-width: 1300px;
    }
    .btn {
        font-size: 14px;
        padding-left: 12px;
        padding-right: 12px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .btn-arr {
        font-size: 16px;
    }
    .h1 {
        font-size: 36px;
    }
    .h2,
    h2 {
        font-size: 30px;
    }
    .def-top .dt-left .dtl-descr,
    .def-top.only-one .dt-descr {
        font-size: 16px;
    }
    .s-articles .sa-content-wrap .sa-content .sa-items .article-item {
        width: calc(50% - 15px);
        max-width: 100%;
    }
    .s-articles .sa-content-wrap .sa-content .sa-items .my-container.flex {
        column-gap: 30px;
    }
    .s-top-banner .stb-text .stb-t-btn-wrap .stb-tb-raiting {
        padding-top: 0;
    }
    .s-top-banner .stb-text .stb-t-btn-wrap .stb-tb-raiting .stb-tbr-descr {
        margin-bottom: 0;
    }
    .service-menu .smc-items .smc-itm .smc-i-top .smc-it-hdr {
        font-size: 21px;
        line-height: 28px;
    }
    .service-menu .smc-items .smc-itm .smc-i-content ul li a {
        font-size: 16px;
        line-height: 21px;
    }
    .service-menu .smc-items .smc-itm {
        margin-bottom: 25px;
    }
    .service-menu-wrap {
        padding-bottom: 60px;
    }
    .s-photos.sp-default {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .s-small-banner {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .s-small-banner .sm-banner .smb-text {
        padding-left: 50px;
    }
    .s-small-banner .sm-banner .smb-text .smb-t-logo {
        left: 50px;
    }
    header .hd-logo img {
        max-width: 240px;
    }
    header .hd-view {
        font-size: 16px;
        margin-right: 30px;
    }
    header .hd-time .hd-t-descr {
        font-size: 14px;
    }
    header .hd-list > li > .service-btn,
    header .hd-list > li > a {
        font-size: 16px;
        padding-top: 22px;
    }
    header .hd-list > li > .service-btn.service-btn::after,
    header .hd-list > li > .wsb-hdr.service-btn::after,
    header .hd-list > li > a.service-btn::after {
        top: 20px;
    }
    header .hd-list > li > .service-btn.service-btn::before,
    header .hd-list > li > .wsb-hdr.service-btn::before,
    header .hd-list > li > a.service-btn::before {
        top: 20px;
    }
    header .hd-list > li > a.service-btn::before {
        top: 23px;
    }
    header .hd-list > li.menu-item-has-children::after,
    header .hd-list > li.menu-item-has-children::before {
        top: 23px;
    }
    header .hd-list > li.menu-item-has-children .sub-menu li a {
        font-size: 14px;
    }
    header .hd-btm .hdb-right {
        padding-right: 20px;
        padding-top: 0px;
    }
    header .hd-btm .hdb-right .hd-search {
        margin-right: 8px;
        top: -2px;
    }
    .s-four .sf-itm .sfi-num {
        font-size: 54px;
        margin-bottom: 10px;
    }
    .s-four .sf-itm {
        padding: 20px;
    }
    .doctor-item .di-text .dit-name {
        font-size: 18px;
    }
    .doctor-item .di-text .dit-descr {
        font-size: 14px;
    }
    .s-about .sa-block .sab-text .sab-t-hdr {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .s-about .sa-block .sab-text p {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .s-about .sa-block .sab-text .btn-text {
        margin-top: 12px;
    }
    .s-about .sa-block .sab-text {
        max-width: 460px;
    }
    .s-about .sa-block .sa-items .sai-right {
        width: 280px;
    }
    .s-about .sa-block .sa-items .sai-left {
        width: 510px;
    }
    .s-about .sa-block .sa-items .sai-left .sai-photo {
        min-height: 510px;
    }
    .s-raiting .sr-items .sr-itm {
        width: 260px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .equip-item .ei-text .eit-hdr {
        font-size: 16px;
    }
    .equip-item .ei-text p {
        font-size: 14px;
    }
    .equip-item {
        width: calc(24.8% - 15px);
        min-height: 280px;
    }
    .equip-item.big {
        width: calc(50.4% - 10px);
    }
    .s-our-equip .soe-items .my-container.flex {
        gap: 20px;
    }
    .s-con.white-bg .sc-flex .sc-left .scl-flex .scl-f-price span {
        font-size: 38px;
    }
    .s-con.white-bg .sc-flex .sc-left .scl-flex .scl-f-price {
        font-size: 18px;
    }
    .s-we-soc .swc-items .swc-itm {
        font-size: 18px;
    }
    .s-careful .sc-flex .scf-text .scf-t-hdr {
        font-size: 18px;
    }
}
@media only screen and (max-width: 1300px) {
    .s-discount-page .sdp-items .sdp-itm {
        width: 100%;
    }
    .s-discount-page .sdp-items .my-container.flex {
        max-width: 698px;
    }
    .sdp-nav-wrap .sdp-nav .sdp-nv-itm {
        font-size: 21px;
        padding-left: 14px;
        padding-right: 14px;
        padding-bottom: 18px;
    }
    .s-con.no-photo::after {
        background-size: contain;
        background-repeat: no-repeat;
        width: 170px;
        height: 100px;
        right: 3%;
    }
    header .hd-search-wrap {
        padding-left: 0;
    }
    header .hd-list > li {
        margin-right: 20px;
    }
    header .hd-top .hdt-right .btn {
        margin-left: 20px;
    }
    header .hd-phone-wrap {
        padding-left: 10px;
        margin-left: 10px;
    }
    header .hd-top .hdt-left .hd-logo {
        margin-right: 10px;
        padding-right: 10px;
    }
    header .hd-view {
        margin-right: 20px;
    }
    header .hd-phone-wrap .hd-phone {
        font-size: 16px;
    }
    header .hd-phone-wrap .hd-phone-descr {
        font-size: 12px;
    }
    header .hd-time .hd-t-descr {
        font-size: 12px;
    }
    header .hd-view {
        font-size: 14px;
    }
    header .hd-top .hdt-left {
        padding-left: 0;
    }
    header .hd-top .hdt-right {
        padding-right: 0;
    }
    header .hd-btm .my-container.flex::after,
    header .hd-btm .my-container.flex::before {
        display: none;
    }
    header .hd-btm .hdb-left {
        padding-left: 0;
    }
    header .hd-btm .hdb-right {
        padding-right: 0;
    }
    .s-how .sh-content .shh-col .shh-c-hdr {
        font-size: 36px;
    }
    .s-soc .ss-icn {
        margin-right: 10px;
    }
    footer .ft-top .ftt-right .btn {
        margin-left: 25px;
    }
    footer .ft-top .ftt-right .ftt-phone-wrap {
        margin-left: 25px;
    }
    footer .ft-top .ftt-left .ftt-logo {
        margin-right: 50px;
    }
    footer .ft-top .ftt-left .ftt-logo img {
        max-width: 240px;
    }
    footer .ft-top .ftt-left .ftt-view {
        font-size: 16px;
    }
    footer .ft-btm .ftb-hdr {
        font-size: 24px;
    }
    footer .ft-btm .ftb-descr {
        font-size: 16px;
        margin-top: 0;
    }
    footer .ft-mid .ftm-col:nth-child(2) {
        padding-left: 20px;
        padding-right: 20px;
    }
    .s-four .sf-itm {
        width: calc(50% - 15px);
    }
    .s-four .my-container.flex {
        gap: 30px;
        max-width: 670px;
    }
}
@media only screen and (max-width: 1150px) {
    .equip-item .ei-bg::after {
        opacity: 1;
    }
    .equip-item .ei-text {
        opacity: 1;
    }
    .btn {
        font-size: 16px;
        padding-top: 15.5px;
        padding-bottom: 15.5px;
        padding-left: 14.3px;
        padding-right: 14.3px;
    }
    .h1 {
        font-size: 40px;
    }
    .h2,
    h2 {
        font-size: 36px;
    }
    .burger-menu .bm-top .my-container {
        max-width: 600px;
    }
    .burger-menu .bm-btm .my-container.flex {
        max-width: 600px;
        align-items: center;
    }
    .info:hover .i-content {
        display: none;
    }
    .info.active .i-content {
        display: block;
    }
    .s-prices .scc-items .scc-itm .info .i-content {
        left: 50%;
        transform: translateX(-50%) translateY(calc(100% + 10px));
        top: auto;
        bottom: 0;
    }
    .s-top-banner.stb-second-banner.videoreviews-page .stb-image {
        width: 381px;
        height: 381px;
        left: 56%;
        transform: none;
        top: 62%;
        transform: translateY(-50%);
        bottom: auto;
        border: 10px solid #fff;
    }
    .s-top-banner.stb-second-banner.videoreviews-page .stb-image::after {
        top: 50%;
        width: 33px;
        height: 33px;
    }
    .s-video-reviews-page .svr-items .svr-video {
        width: calc(33% - 13.333px);
    }
    .s-video-reviews-page {
        padding-bottom: 23px;
    }
    .s-discount-page {
        padding-bottom: 43px;
    }
    .s-video-reviews.svr-with-text .svr-flex .svr-fl-right {
        max-width: 100%;
        margin-bottom: 49px;
    }
    .s-video-reviews.svr-with-text {
        padding-bottom: 15px;
    }
    .s-clinic-photos .scp-photos .scp-ph {
        width: calc(25% - 13.333px);
    }
    .s-clinic-photos .scp-photos .scp-ph.big {
        width: calc(50% - 13.333px);
    }
    .s-clinic-photos .scp-photos .my-container.flex {
        column-gap: 20px;
        row-gap: 30px;
    }
    .def-top .dt-left .dtl-descr,
    .def-top.only-one .dt-descr {
        font-size: 20px;
    }
    .btn-arr {
        font-size: 18px;
    }
    .s-top-banner.stb-second-banner.contacts-page .stb-image {
        width: 620px;
        height: 620px;
        transform: translateY(23.4%);
        left: 53.2%;
    }
    .s-price-page .sdp-nav-wrap {
        margin-bottom: 45px;
    }
    .s-price-page .s-prices .scc-items .scc-itm .scc-i-left {
        /* width: 100%; */
        padding-right: 0;
        margin-bottom: 5px;
        /* max-width: 100%; */
    }
    .s-price-page .s-prices .scc-items .scc-itm .scc-i-right {
        /* width: 100%; */
    }
    .s-photos-detail .spd-items .spd-photo {
        width: 100%;
    }
    .s-photos-detail {
        padding-bottom: 45px;
    }
    .s-search-page .ssp-items .ssp-itm {
        padding-right: 30%;
    }
    .s-search-page .ssp-items .ssp-itm .btn-text {
        right: 40px;
        top: 58px;
    }
    .s-search-page .ssp-items .ssp-itm .ssp-il-hdr {
        margin-bottom: 18px;
    }
    .s-search-page .ssp-items .ssp-itm {
        padding-bottom: 9px;
    }
    .s-search-page {
        padding-bottom: 80px;
    }
    .s-for-patients .sfp-items .sfp-itm {
        width: calc(50% - 15px);
    }
    .s-for-patients {
        padding-top: 61px;
        padding-bottom: 25px;
    }
    .s-text-image .sti-text {
        padding-top: 0;
    }
    .s-other-articles {
        padding-top: 31px;
        padding-bottom: 76px;
    }
    .s-top-banner.stb-second-banner.block-page .stb-text .stb-t-list {
        margin-bottom: 35px;
    }
    .s-top-banner.stb-second-banner.block-page .stb-image {
        left: 47.2%;
        transform: translateY(24%);
    }
    .s-reviews-page .srp-items .my-container.flex .sr-itm {
        width: 100%;
    }
    .s-reviews-page .srp-items .my-container.flex {
        max-width: 698px;
    }
    .s-reviews-page .srp-items .my-container.flex .sr-itm p {
        font-size: 18px;
        line-height: 140%;
    }
    .s-reviews-page .srp-items .my-container.flex .sr-itm {
        padding-top: 75px;
    }
    .s-reviews-page {
        padding-bottom: 7px;
    }
    .s-articles .sdp-nav-wrap .sdp-nav {
        flex-wrap: wrap;
        row-gap: 25px;
    }
    .s-articles .sa-content-wrap .sa-content .sa-items .article-item {
        width: calc(50% - 15px);
        max-width: 100%;
    }
    .s-articles {
        padding-bottom: 26px;
    }
    .s-top-banner.stb-second-banner.uds-page .stb-image {
        right: 5%;
        transform: translateY(30.5%);
    }
    .s-top-banner .stb-text .stb-uds-logos {
        flex-wrap: wrap;
    }
    .s-top-banner.stb-second-banner.uds-page .stb-text {
        max-width: 500px;
    }
    .s-top-banner.stb-second-banner.uds-page .stb-text .stb-t-list {
        margin-bottom: 64px;
    }
    .s-top-banner.stb-second-banner.dms-page .stb-image {
        left: 47.2%;
    }
    .s-top-banner.stb-second-banner.dms-page .stb-text {
        max-width: 450px;
    }
    .s-top-banner .stb-text p.tablet-hidden {
        display: none;
    }
    .s-top-banner.general-info-page .stb-text .stb-gi-logos .stb-gi-l:nth-child(2) {
        order: -1;
    }
    .s-top-banner.general-info-page .stb-text .stb-gi-logos {
        gap: 10px;
        max-width: 318px;
    }
    .s-top-banner.stb-second-banner.general-info-page .stb-text {
        max-width: 438px;
    }
    .s-docs .sd-items .sd-itm {
        padding-left: 38px;
        padding-right: 40px;
    }
    .s-docs {
        padding-bottom: 80px;
    }
    .s-vacancy .sv-content-wrap .sv-items .sv-itm .btn {
        position: relative;
        right: 0;
        top: 0;
        margin-top: 26px;
    }
    .s-vacancy .sv-content-wrap .sv-items .sv-itm {
        padding-right: 20px;
        padding-bottom: 38px;
    }
    .s-vacancy {
        padding-bottom: 26px;
    }
    .s-anchors {
        padding-bottom: 24px;
    }
    .s-education {
        padding-top: 23px;
        padding-bottom: 39px;
    }
    .s-reviews .sr-slider .swiper-slide .sr-itm p {
        font-size: 18px;
        line-height: 140%;
    }
    .s-reviews .sr-slider .swiper-slide .sr-itm {
        padding-bottom: 82px;
    }
    .s-reviews {
        padding-bottom: 38px;
    }
    .sdp-nav-wrap .sdp-nav .sdp-nv-itm {
        font-size: 24px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 24px;
    }
    .s-doctors-page .sdp-content-wrap .sdp-content .sdp-items .doctor-item {
        width: calc(50% - 15px);
    }
    .s-doctors-page .sdp-content-wrap .sdp-content .sdp-items .my-container.flex {
        column-gap: 30px;
        row-gap: 60px;
        max-width: 872px;
    }
    .s-doctors-page {
        padding-bottom: 2px;
    }
    .s-two-forms .stf-form .def-form {
        max-width: 329px;
    }
    .s-two-forms .stf-form .def-form .def-inp {
        width: 100%;
        margin-bottom: 2px;
    }
    .s-two-forms .stf-form .def-form .def-inp:nth-child(1) {
        order: 1;
    }
    .s-two-forms .stf-form .def-form .def-inp:nth-child(2) {
        order: 2;
    }
    .s-two-forms .stf-form .def-form .def-inp:nth-child(3) {
        order: 3;
    }
    .s-two-forms .stf-form .stf-descr {
        margin-bottom: 13px;
    }
    .s-two-forms .stf-form .def-form .db-btm {
        width: 100%;
        order: 5;
    }
    .s-two-forms .stf-form .def-form .df-btn-wrap {
        width: 100%;
    }
    .s-two-forms .stf-form.orange::after {
        right: 30px;
    }
    .s-two-forms .stf-form {
        padding-bottom: 68px;
    }
    .s-two-forms {
        padding-bottom: 43px;
    }
    .s-two-forms .stf-form .stf-descr br {
        display: none;
    }
    .s-serti {
        padding-top: 38px;
    }
    .s-photos .sp-slider {
        width: 100%;
        order: -1;
        padding-left: 34px;
        margin-bottom: 28px;
    }
    .s-photos .sp-slider .def-pag {
        display: none;
    }
    .s-photos .sp-text {
        width: 100%;
        padding-right: 0;
        padding-left: 93px;
        padding-right: 37%;
        padding-bottom: 0;
        position: relative;
    }
    .s-photos .sp-text .btn {
        position: absolute;
        right: 73px;
        top: 50%;
        transform: translateY(-50%);
    }
    .s-photos {
        padding-top: 27px;
        padding-bottom: 27px;
    }
    .s-photos.sp-default {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .s-photos .my-container.flex.reverse .sp-text {
        padding-left: 93px;
    }
    .s-small-banner .my-container {
        padding-left: 0;
        padding-right: 0;
    }
    .s-services .ss-slider .swiper-button-prev {
        left: 18px;
    }
    .s-services .ss-slider .swiper-button-next {
        right: 0;
    }
    .s-services .ss-slider .my-container {
        padding-left: 0;
        padding-right: 0;
    }
    .s-services .ss-slider .my-container::before {
        left: 159px;
    }
    .s-top-banner.stb-second-banner .stb-image {
        width: 700px;
        height: 700px;
        transform: translateY(26%);
    }
    .s-small-banner {
        padding-top: 34px;
        padding-bottom: 34px;
    }
    .s-small-banner .sm-banner .smb-text {
        max-width: 420px;
        padding-left: 20px;
    }
    .s-small-banner .sm-banner .smb-text .smb-t-logo {
        left: 20px;
    }
    .s-top-banner.stb-second-banner.doctor-detail .stb-image {
        width: 600px;
        height: 600px;
        transform: translateY(15%);
        left: 50.2%;
    }
    .s-top-banner.stb-second-banner .stb-work-wrap {
        right: 0;
        bottom: 90px;
        border-radius: 10px;
        padding-bottom: 7px;
        padding-top: 7px;
    }
    .s-causes .sc-content .my-container.flex {
        align-items: center;
    }
    .s-causes {
        padding-bottom: 63px;
    }
    .s-prices .def-top {
        margin-bottom: 39px;
    }
    .s-how {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .s-how .sh-content .shh-col {
        padding-left: 16px;
    }
    .s-how .sh-content .shh-col .shh-c-hdr {
        font-size: 40px;
        line-height: 100%;
    }
    .s-text {
        padding-top: 54px;
        padding-bottom: 54px;
    }
    .s-our-services {
        padding-top: 37px;
        padding-bottom: 37px;
    }
    .s-top-banner .stb-text .stb-t-btn-wrap .stb-tb-raiting .stb-tbr-descr {
        margin-bottom: 5px;
    }
    .s-top-banner .stb-image {
        left: 42.6%;
    }
    .s-top-banner .stb-work-wrap .stb-ww-items {
        display: none;
    }
    .s-top-banner .stb-work-wrap {
        max-width: 190px;
        width: 100%;
        top: auto;
        bottom: 113px;
        padding-right: 10px;
        padding-left: 18px;
    }
    .s-top-banner .stb-work-wrap .stb-ww-play {
        margin-bottom: 9px;
        padding-left: 57px;
    }
    .s-top-banner .stb-work-wrap .stb-ww-play::before {
        left: 0;
        margin-top: -21px;
    }
    .s-top-banner .stb-work-wrap .stb-ww-top {
        padding-top: 11px;
    }
    .s-discounts {
        padding-top: 38px;
    }
    .s-discounts .sd-slider .swiper-slide {
        width: 658px;
    }
    .service-menu .smc-items .smc-itm .smc-i-top .smc-it-hdr {
        font-size: 18px;
        line-height: 24px;
    }
    .service-menu .smc-items .smc-itm .smc-i-top::after,
    .service-menu .smc-items .smc-itm .smc-i-top::before {
        top: -3px;
    }
    .service-menu .sm-col:nth-child(1) {
        max-width: 300px;
    }
    .service-menu .sm-col:nth-child(2) {
        max-width: 240px;
    }
    .service-menu .sm-col:nth-child(3) {
        max-width: 310px;
    }
    .service-menu .smc-items .smc-itm .smc-i-content {
        padding-left: 15px;
    }
    .s-services-page .service-menu .sm-col:nth-child(1) {
        width: 50%;
        max-width: 405px;
    }
    .s-services-page .service-menu .sm-col:nth-child(2) {
        width: 50%;
        max-width: 405px;
    }
    .s-services-page .service-menu .sm-col:nth-child(3) {
        width: 50%;
        max-width: 405px;
    }
    .s-services-page .service-menu {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .s-services-page .service-menu .smc-items .smc-itm .smc-i-top .smc-it-hdr {
        font-size: 24px;
        line-height: 33.6px;
    }
    .s-services-page .service-menu .smc-items .smc-itm .smc-i-top::after,
    .s-services-page .service-menu .smc-items .smc-itm .smc-i-top::before {
        top: 1px;
    }
    .s-services-page .service-menu .smc-items .smc-itm:last-child {
        margin-bottom: 25px;
    }
    .s-services-page .service-menu {
        padding-bottom: 15px;
    }
    header .hd-list > li.menu-item-has-children:hover > a {
        color: #000;
    }
    header .hd-list > li.menu-item-has-children::after,
    header .hd-list > li.menu-item-has-children::before {
        top: 28px;
    }
    header .hd-list > li.menu-item-has-children:hover::before {
        opacity: 1;
    }
    header .hd-list > li.menu-item-has-children:hover::after {
        opacity: 0;
    }
    header .hd-list > li.menu-item-has-children:hover::after,
    header .hd-list > li.menu-item-has-children:hover::before {
        transform: none;
    }
    header .hd-list > li.menu-item-has-children:hover .sub-menu {
        display: none;
    }
    header .hd-list > li.menu-item-has-children.active > a {
        color: #f04e23;
    }
    header .hd-list > li.menu-item-has-children.active::before {
        opacity: 0;
    }
    header .hd-list > li.menu-item-has-children.active::after {
        opacity: 1;
    }
    header .hd-list > li.menu-item-has-children.active::after,
    header .hd-list > li.menu-item-has-children.active::before {
        transform: rotate(180deg);
    }
    header .hd-list > li.menu-item-has-children.active .sub-menu {
        display: block;
    }
    header .hd-phone-wrap {
        display: none;
    }
    header .hd-time {
        display: none;
    }
    header .hd-top .hdt-left .s-soc {
        display: none;
    }
    header .hd-logo img {
        max-width: 100%;
    }
    header .hd-top .hdt-left .hd-logo {
        padding-right: 20px;
        margin-right: 20px;
    }
    header .hd-view {
        font-size: 18px;
        line-height: 140%;
    }
    header .hd-top .hdt-right .btn {
        margin-left: 0;
        margin-right: 88px;
    }
    header .hd-top {
        padding-bottom: 25px;
    }
    header .hd-list > li > .service-btn,
    header .hd-list > li > a {
        font-size: 18px;
        padding-top: 26px;
    }
    header .hd-list > li > .service-btn.service-btn::before,
    header .hd-list > li > .wsb-hdr.service-btn::before,
    header .hd-list > li > a.service-btn::before {
        top: 25px;
    }
    header .hd-list > li > .service-btn.service-btn::after,
    header .hd-list > li > .wsb-hdr.service-btn::after,
    header .hd-list > li > a.service-btn::after {
        top: 25px;
    }
    header .hd-list > li > a.service-btn::before {
        top: 25px;
        left: 0;
    }
    header .hd-list > li {
        margin-right: 22px;
    }
    header .hd-list > li.tablet-hidden {
        display: none;
    }
    header .hd-list > li.tablet-visible {
        display: block;
    }
    header .hd-address {
        display: none;
    }
    header .hd-btm .hdb-right .hd-search {
        margin-right: 0;
        top: 0;
    }
    header .hd-btm .hdb-right {
        padding-top: 0;
        width: 20px;
        left: -6px;
    }
    header .hd-btm .hdb-left {
        width: calc(100% - 20px);
    }
    header .hd-btm .hdb-right::after {
        display: none;
    }
    header .hd-btm .my-container.flex {
        align-items: center;
    }
    header .hd-top .hdt-right .hd-burger {
        display: block;
    }
    header .hd-search-wrap input {
        padding-bottom: 18px;
        padding-top: 18px;
    }
    .s-four .sf-itm .sfi-num {
        font-size: 64px;
        margin-bottom: 16px;
    }
    .s-four {
        padding-top: 80px;
    }
    .s-four .sf-itm {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .s-doctors .sd-slider .swiper-button-next {
        right: 0;
    }
    .s-doctors .sd-slider .swiper-button-prev {
        left: 18px;
    }
    .s-doctors .sd-slider .my-container {
        padding-left: 0;
        padding-right: 0;
    }
    .s-doctors .def-top {
        margin-bottom: 43px;
    }
    .s-doctors .sd-slider .my-container::before {
        left: 159px;
        top: 21px;
    }
    .s-doctors {
        padding-bottom: 35px;
    }
    .doctor-item .di-text .dit-name {
        font-size: 20px;
    }
    .doctor-item .di-text .dit-descr {
        font-size: 16px;
    }
    .s-about {
        padding-top: 36px;
        padding-bottom: 36px;
    }
    .s-about .sa-block .sa-items {
        max-width: 537px;
        flex-wrap: wrap;
        margin-left: auto;
    }
    .s-about .sa-block .sa-items .sai-left {
        width: 100%;
        height: 361px;
        margin-bottom: 20px;
    }
    .s-about .sa-block .sa-items .sai-right {
        width: 100%;
        justify-content: space-between;
        max-width: 458px;
    }
    .s-about .sa-block .sa-items .sai-left .sai-photo {
        min-height: 1px;
        height: 100%;
    }
    .s-about .sa-block .sa-items .sai-right .sai-photo {
        min-height: 156px;
        width: calc(50% - 12px);
    }
    .s-about .sa-block .sab-text {
        left: -20px;
        padding-left: 20px;
        padding-top: 40px;
        padding-right: 20px;
        padding-bottom: 52px;
        max-width: 501px;
        height: calc(100% - 44px);
        top: 44px;
        transform: none;
    }
    .s-about .sa-block .sab-text .sab-t-hdr {
        margin-bottom: 21px;
        font-size: 24px;
    }
    .s-about .sa-block .sab-text p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 23px;
        color: #4d4d4d;
    }
    .s-about .sa-block .sab-text .btn-text {
        margin-top: 130px;
    }
    .s-six .ss-itm {
        width: 50%;
    }
    .s-six {
        padding-top: 63px;
    }
    .s-con .sc-flex .sc-image {
        display: none;
    }
    .s-con .sc-flex .sc-left {
        padding-left: 0;
        width: 100%;
        text-align: center;
        padding: 0 20px;
        padding-top: 74px;
        padding-bottom: 76px;
        overflow: hidden;
    }
    .s-con .sc-flex .sc-left .scl-text {
        padding-right: 0;
    }
    .s-con .sc-flex .sc-left::after {
        left: -125px;
    }
    .def-form {
        max-width: 620px;
        margin: 0 auto;
        align-items: center;
    }
    .def-form .def-inp {
        width: calc(50% - 10px);
        margin-bottom: 20px;
    }
    .def-form .df-btn-wrap {
        width: calc(50% - 10px);
        order: 4;
    }
    .def-form .db-btm {
        width: calc(50% - 10px);
        padding-top: 0;
        order: 3;
    }
    .def-form .def-inp:nth-child(1) {
        order: 1;
    }
    .def-form .def-inp:nth-child(2) {
        order: 2;
    }
    .s-raiting {
        padding-top: 85px;
        padding-bottom: 85px;
    }
    .s-raiting .sr-items .sr-itm {
        max-width: 300px;
        width: calc(50% - 30px);
        padding-top: 33px;
        padding-bottom: 26px;
    }
    .s-raiting .sr-items .my-container.flex {
        max-width: 715px;
        margin: 0 auto;
        row-gap: 30px;
    }
    .s-our-equip {
        padding-top: 104px;
        padding-bottom: 83px;
    }
    .equip-item.big {
        width: calc(65.2% - 10px);
    }
    .equip-item {
        width: calc(34.8% - 10px);
        min-height: 299px;
    }
    .equip-item:nth-child(3),
    .equip-item:nth-child(4) {
        width: calc(50% - 10px);
    }
    .equip-item .ei-text .eit-hdr {
        font-size: 24px;
        margin-bottom: 14px;
    }
    .equip-item .ei-text p {
        font-size: 16px;
        margin-bottom: 16px;
    }
    .equip-item .ei-text {
        padding-top: 38px;
    }
    .s-con.white-bg .sc-flex .sc-left {
        padding-top: 60px;
        padding-bottom: 63px;
    }
    .s-con.white-bg .sc-flex .sc-left .scl-text {
        max-width: 640px;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
    }
    .s-con.white-bg .def-form .df-btn-wrap {
        width: 200px;
        order: 3;
        margin-bottom: 25px;
    }
    .s-con.white-bg .def-form .db-btm {
        width: 100%;
    }
    .s-con.white-bg .def-form .def-inp {
        width: calc(33.33% - 13.33px);
        margin-bottom: 25px;
    }
    .s-video-reviews {
        padding-top: 84px;
    }
    .s-video-reviews .def-top .dt-left {
        max-width: 690px;
    }
    .s-video-reviews .def-top .dt-left .dtl-descr br {
        display: none;
    }
    .s-video-reviews .svr-flex .svr-fl-left {
        width: 100%;
        margin-bottom: 22px;
    }
    .s-video-reviews .svr-flex .svr-fl-right {
        width: 100%;
        max-width: 668px;
        margin: 0 auto;
    }
    .s-video-reviews .svr-flex .svr-fl-left .svr-fl-itm {
        max-width: 678px;
        margin-left: auto;
        margin-right: auto;
    }
    .s-video-reviews .svr-flex .svr-fl-right .svr-fl-itm {
        width: calc(25% - 15px);
    }
    .s-video-reviews .svr-flex .svr-fl-right .svr-fl-itm::after {
        bottom: 10px;
        right: 10px;
    }
    .s-we-soc {
        padding-top: 51px;
    }
    .s-we-soc .def-top.only-one .dt-descr {
        font-size: 16px;
        line-height: 140%;
    }
    .s-we-soc .swc-items .my-container.flex {
        max-width: 1000px;
    }
    .s-we-soc .swc-items .swc-itm {
        width: calc(50% - 10px);
    }
    .s-we-soc .swc-items .swc-itm::before {
        right: 18px;
    }
    .s-we-soc .swc-items .swc-itm.vk::after {
        left: 24px;
    }
    .s-we-soc .swc-items .swc-itm.ok::after {
        left: 38px;
    }
    .s-careful {
        padding-top: 38px;
        padding-bottom: 38px;
    }
    .s-careful .sc-flex .scf-img {
        width: 100%;
        min-height: 480px;
    }
    .s-careful .sc-flex .scf-text {
        width: 100%;
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 37px;
        padding-bottom: 69px;
    }
    .s-careful .sc-flex {
        overflow: hidden;
    }
    .s-careful .sc-flex .scf-text .scf-t-hdr {
        font-size: 20px;
        margin-bottom: 22px;
    }
    .s-careful .sc-flex .scf-text p {
        max-width: 731px;
    }
    .s-careful .sc-flex .scf-text ul {
        max-width: 680px;
        margin-bottom: 135px;
    }
    .s-careful .sc-flex .scf-text::before {
        transform: translate(36%, 48%);
    }
    .s-careful .sc-flex .scf-text::after {
        bottom: 57px;
        right: 68px;
    }
    .s-info {
        padding-top: 48px;
    }
    .s-info .si-slider .my-container {
        padding-left: 0;
        padding-right: 0;
    }
    .s-info .si-slider .swiper-button-prev {
        left: 18px;
    }
    .s-info .si-slider .swiper-button-next {
        right: 0;
    }
    .s-info .si-slider .my-container::before {
        left: 159px;
    }
    .s-info .si-slider .swiper {
        margin-left: 192px;
    }
    .s-info {
        padding-bottom: 66px;
    }
    .s-con.no-photo .sc-flex .sc-left .scl-text .def-form .def-inp {
        width: calc(50% - 10px);
    }
    .s-con.no-photo .sc-flex .sc-left .scl-text .def-form .df-btn-wrap {
        width: calc(50% - 10px);
    }
    .s-con.no-photo .sc-flex .sc-left .scl-text {
        text-align: left;
    }
    .s-con.no-photo .sc-flex .sc-left .scl-text {
        max-width: 620px;
    }
    .s-con.no-photo .sc-flex .sc-left {
        padding-top: 44px;
        padding-bottom: 46px;
    }
    .s-con.no-photo::after {
        right: 18px;
        width: 148px;
        height: 92px;
    }
    .s-con.no-photo .sc-flex .sc-left .scl-text .def-form .db-btm {
        padding-top: 0;
    }
    footer .ft-top .ftt-left .ftt-logo img {
        max-width: 100%;
    }
    footer .ft-top .ftt-left .ftt-logo {
        margin-right: 85px;
    }
    footer .ft-top .ftt-left .ftt-view {
        font-size: 18px;
        top: 3px;
    }
    footer .ft-top .ftt-right .s-soc {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        margin: 0;
        bottom: 40px;
    }
    footer .ft-top .ftt-right {
        display: block;
        padding-top: 7px;
    }
    footer .ft-top .ftt-right .ftt-phone-wrap {
        margin-left: 0;
        width: 100%;
        margin-bottom: 17px;
    }
    footer {
        padding-top: 60px;
    }
    footer .ft-top .my-container.flex {
        align-items: flex-start;
        position: relative;
        padding-bottom: 29px;
    }
    footer .ft-mid .ftm-col .ftm-disc.tablet-hidden {
        display: none;
    }
    footer .ft-mid .ftm-col .ftm-disc.tablet-visible {
        display: block;
    }
    footer .ft-mid .ftm-col:nth-child(1) {
        width: 392px;
        margin-bottom: 42px;
    }
    footer .ft-mid .ftm-col:nth-child(2) {
        padding-left: 0;
        padding-right: 0;
        width: calc(100% - 392px);
        margin-bottom: 42px;
    }
    footer .ft-mid .ftm-col:nth-child(3) {
        width: 100%;
        padding-top: 0;
        padding-left: 0;
        display: flex;
        align-items: center;
    }
    footer .ft-mid .ftm-col .ftm-disc {
        max-width: 392px;
        padding-right: 72px;
    }
    footer .ft-mid .ftm-col:nth-child(3) .ftm-descr {
        width: calc(100% - 392px - 207px - 78px);
        margin: 0;
    }
    footer .ft-mid .my-container.flex {
        padding-bottom: 27px;
    }
    footer .ft-btm .ftb-hdr {
        font-size: 26px;
        line-height: 160%;
    }
    footer .ft-btm .ftb-descr {
        font-size: 18px;
        line-height: 160%;
    }
    footer .ft-btm {
        padding-top: 21px;
    }
    footer .ft-btm .ftb-descr {
        margin-top: -4px;
    }
    .s-soc .ss-icn {
        margin-right: 15px;
    }
}
@media (width <= 1024px) {
    .s-price-page .s-prices .scc-items .scc-i-left{
        max-width: calc(100% - 120px);
    }
}
@media only screen and (max-width: 992px) {
    .service-menu .sm-col:nth-child(1) {
        width: 50%;
        max-width: 100%;
    }
    .service-menu .sm-col:nth-child(2) {
        width: 50%;
        max-width: 100%;
    }
    .service-menu .sm-col:nth-child(3) {
        width: 100%;
        max-width: 100%;
    }
    .service-menu .sm-col {
        display: flex;
        margin-bottom: 25px;
    }
    .service-menu .sm-col:last-child {
        margin-bottom: 0;
    }
    .service-menu-wrap .service-menu {
        flex-wrap: wrap;
    }
    .service-menu .smc-items .smc-itm .smc-i-top {
        padding-right: 55px;
    }
    .service-menu .smc-items {
        min-width: 330px;
    }
    .sdp-nav-wrap .sdp-nav .sdp-nv-itm {
        font-size: 18px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 20px;
    }
    .s-article-detail .sad-image {
        height: 230px;
    }
    header .hd-search-wrap input {
        padding-bottom: 24px;
        padding-top: 17px;
    }
    header .hd-list > li {
        display: none;
        margin-right: 0;
    }
    header .hd-list > li:nth-child(1) {
        display: block;
    }
    header .hd-list > li.tablet-visible {
        display: none;
    }
    header .hd-btm .hdb-left {
        width: calc(100% - 94px);
    }
    header .hd-btm .hdb-right {
        width: 94px;
        align-items: center;
        height: 100%;
        justify-content: space-between;
        position: relative;
        padding-top: 19px;
        padding-bottom: 19px;
    }
    header .hd-btm .hdb-right::after {
        content: "";
        position: absolute;
        right: 40px;
        top: 0;
        width: 1px;
        height: 100%;
        background: #eceff3;
        display: block;
    }
    header .hd-btm .hdb-right .hd-phone {
        display: block;
    }
    header .hd-list > li > a {
        padding-top: 23.4px;
        padding-bottom: 23.4px;
    }
    header .hd-btm .my-container.flex {
        align-items: flex-start;
    }
    header .hd-top .hdt-right .btn {
        margin-right: 40px;
    }
    .equip-item .ei-text .eit-hdr {
        font-size: 22px;
    }
    .equip-item .ei-text p {
        font-size: 14px;
        line-height: 140%;
    }
    footer .ft-mid .ftm-col .ftm-disc {
        width: 330px;
        padding-right: 0;
    }
    footer .ft-mid .ftm-col:nth-child(1) {
        width: 330px;
    }
    footer .ft-mid .ftm-col:nth-child(2) {
        width: calc(100% - 330px);
    }
    footer .ft-mid .ftm-col:nth-child(3) .ftm-descr {
        width: calc(100% - 330px - 207px);
    }
    footer .ft-top .ftt-left .ftt-logo {
        margin-right: 20px;
    }
    header .hd-top .hdt-right .btn {
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    .up-btn {
        display: none;
    }
    .h1 {
        font-size: 22px;
    }
    .h2,
    h2 {
        font-size: 22px;
    }
    .burger-menu .bm-btm .my-container.flex {
        align-items: flex-start;
    }
    .s-services-page .service-menu .sm-col:nth-child(1),
    .s-services-page .service-menu .sm-col:nth-child(2),
    .s-services-page .service-menu .sm-col:nth-child(3) {
        width: 100%;
        max-width: 100%;
    }
    .s-services-page .service-menu .sm-col {
        margin-bottom: 0;
    }
    .s-reviews-page {
        padding-top: 52px;
        padding-bottom: 53px;
    }
    .s-reviews-page .srp-items .my-container.flex .sr-itm {
        padding-left: 20px;
        padding-right: 30px;
        padding-top: 75px;
        padding-bottom: 105px;
    }
    .s-reviews-page .srp-items .my-container.flex .sr-itm::before {
        left: 20px;
    }
    .s-reviews-page .def-top {
        margin-bottom: 48px;
    }
    .s-reviews-page .srp-items .my-container.flex .sr-itm .sri-name {
        padding-left: 20px;
    }
    .s-reviews-page .srp-items .my-container.flex .sr-itm .sri-name br.adap {
        display: block;
    }
    .s-services-page .service-menu .smc-items .smc-itm .smc-i-top .smc-it-hdr {
        font-size: 20px;
        line-height: 28px;
    }
    .s-video-reviews-page .svr-items .svr-video {
        width: calc(50% - 10px);
    }
    .s-video-reviews-page .def-top.only-one {
        text-align: left;
        margin-bottom: 15px;
    }
    .s-video-reviews-page .def-top.only-one .dt-hdr {
        margin-bottom: 0;
    }
    .s-video-reviews-page {
        padding-top: 52px;
    }
    .s-top-banner.stb-second-banner.videoreviews-page .stb-text {
        max-width: 100%;
    }
    .s-top-banner.stb-second-banner.videoreviews-page .stb-image {
        width: 100%;
        height: auto;
        transform: none;
        left: 0;
        top: 0;
        border-radius: 0;
    }
    .s-discount-page .sdp-items .sdp-itm .sdp-img {
        width: 100%;
        height: 225px;
        position: relative;
    }
    .s-discount-page {
        padding-bottom: 39px;
    }
    .s-discount-page .sdp-items .sdp-itm {
        padding-left: 0;
    }
    .s-discount-page .sdp-items .sdp-itm .sdp-text {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 24px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .s-discount-page {
        padding-top: 51px;
    }
    .s-discount-page .def-top {
        margin-bottom: 30px;
    }
    .s-discount-page .sdp-items .sdp-itm .sdp-text .sdp-t-hdr {
        font-size: 20px;
    }
    .s-discount-page .sdp-items .sdp-itm .sdp-text p {
        margin-bottom: 23px;
    }
    .s-discount-page .sdp-items .sdp-itm .sdp-text .sdp-t-btn-wrap {
        position: relative;
        left: 0;
        bottom: 0;
        padding: 0;
        width: 100%;
    }
    .s-discount-page .sdp-items .sdp-itm .sdp-text .sdp-t-btn-wrap .btn.w-200 {
        max-width: 100%;
        margin-bottom: 17px;
    }
    .s-discount-page .sdp-items .sdp-itm .sdp-text .sdp-t-btn-wrap .sdp-tw-descr {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        max-width: 147px;
        margin: 0 auto;
        font-size: 16px;
        line-height: 140%;
    }
    .s-prices .scc-items .scc-itm .info .i-content {
        left: auto;
        right: 0;
        transform: translateX(0) translateY(calc(100% + 10px));
        top: auto;
        bottom: 0;
        width: 280px;
    }
    .info .i-content p {
        font-size: 14px;
    }
    .def-top .dt-left .dtl-descr {
        font-size: 14px;
        line-height: 140%;
    }
    .def-top .dt-left {
        max-width: 200px;
    }
    .def-top .dt-left::before {
        top: 1px;
    }
    .def-top .dt-left .dtl-hdr {
        margin-bottom: 15px;
    }
    .def-top .dt-right .btn-arr {
        top: 3px;
    }
    .def-top .my-container.flex {
        align-items: flex-start;
    }
    .def-top.only-one .dt-hdr {
        font-size: 24px;
        margin-bottom: 24px;
    }
    .def-top.only-one .dt-descr {
        font-size: 16px;
        line-height: 140%;
    }
    .service-menu .sm-col:nth-child(1) {
        width: 100%;
    }
    .service-menu .sm-col:nth-child(2) {
        width: 100%;
    }
    .service-menu .smc-items {
        min-width: 1px;
    }
    .service-menu .sm-col {
        display: block;
    }
    .service-menu .smc-items .smc-itm .smc-i-top .smc-it-hdr {
        font-size: 20px;
        line-height: 140%;
    }
    .service-menu-wrap .service-menu {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .service-menu .smc-items .smc-itm .smc-i-content ul li a {
        font-size: 18px;
        line-height: 140%;
    }
    .service-menu .smc-items .smc-itm .smc-i-content {
        padding-left: 20px;
        padding-top: 23px;
        padding-bottom: 11px;
    }
    .service-menu .smc-items .smc-itm .smc-i-content ul li {
        margin-bottom: 14px;
    }
    .service-menu .smc-items .smc-itm {
        margin-bottom: 20px;
    }
    .s-search-page .ssp-items .ssp-itm .btn-text {
        position: relative;
        top: 0;
        right: 0;
    }
    .s-clinic-photos {
        padding-top: 17px;
        padding-bottom: 17px;
    }
    .s-clinic-photos .scp-photos .scp-ph {
        width: 100%;
    }
    .s-clinic-photos .scp-photos .scp-ph.big {
        width: 100%;
    }
    .s-clinic-photos .def-top {
        margin-bottom: 20px;
    }
    .s-clinic-photos .scp-photos .my-container.flex {
        row-gap: 20px;
    }
    .s-video-reviews.svr-with-text .svr-fl-right .svr-text .svr-t-hdr,
    .s-video-reviews.svr-with-text .svr-fl-right .svr-text h2 {
        font-size: 22px;
        margin-bottom: 1px;
    }
    .s-video-reviews.svr-with-text {
        padding-top: 37px;
    }
    .s-video-reviews.svr-with-text .svr-fl-right .svr-text p,
    .s-video-reviews.svr-with-text .svr-fl-right .svr-text ul li {
        font-size: 16px;
        line-height: 140%;
    }
    .s-video-reviews.svr-with-text .svr-fl-right .svr-text ul li {
        padding-left: 24px;
    }
    .s-video-reviews.svr-with-text .svr-fl-right .svr-text ul li::before {
        width: 4px;
        height: 4px;
        top: 8px;
    }
    .s-video-reviews.svr-with-text .svr-flex .svr-fl-right {
        margin-bottom: 35px;
    }
    .default-popup.dp-doctor-visit-big .dp-content {
        padding-top: 40px;
    }
    .default-popup.dp-doctor-visit-big .dp-content .dpc-hdr {
        font-size: 22px;
    }
    .default-popup.dp-doctor-visit-big .dp-content .dpc-descr {
        margin-bottom: 21px;
    }
    .default-popup.dp-doctor-visit-big .dp-content .dpc-form .dpc-col {
        width: 100%;
        margin-bottom: 0;
    }
    .default-popup.dp-doctor-visit-big .dp-content .dpc-form .dpc-col .def-inp.with-timers {
        margin-bottom: 35px;
    }
    .default-popup.dp-doctor-visit-big .dp-content .dpc-form .dpc-btm {
        flex-wrap: wrap;
    }
    .default-popup.dp-doctor-visit-big .dp-content .dpc-form .dpc-btm .cb-wrap {
        width: 100%;
        margin-bottom: 22px;
    }
    .default-popup.dp-doctor-visit-big .dp-content .dpc-form .dpc-btm .btn {
        width: 100%;
    }
    .default-popup.dp-doctor-visit-big .dp-content .dpc-form .dpc-btm {
        margin-bottom: 20px;
    }
    .default-popup.dp-doctor-visit-big .dp-content .dpc-form .dpc-contacts {
        display: block;
        padding-top: 22px;
    }
    .default-popup.dp-doctor-visit-big .dp-content .dpc-form .dpc-contacts .dpc-c-descr {
        width: 100%;
        margin-bottom: 9px;
    }
    .default-popup.dp-doctor-visit-big .dp-content .dpc-form .dpc-contacts .dpc-c-num {
        width: 100%;
    }
    .btn-arr {
        font-size: 16px;
        padding-right: 29px;
    }
    .article-item .ai-img {
        height: 200px;
    }
    .article-item .ai-text .ai-t-hdr {
        margin-bottom: 32px;
    }
    .article-item .ai-text .ai-t-date {
        margin-bottom: 18px;
    }
    .article-item .ai-text .btn-arr {
        font-size: 18px;
    }
    .article-item .ai-text {
        padding-bottom: 20px;
    }
    .s-top-banner.stb-second-banner.contacts-page .stb-image {
        left: 0;
        transform: none;
        width: 100%;
        height: auto;
    }
    .s-top-banner .stb-text .stb-t-btn-wrap .stb-phone {
        width: 100%;
        text-align: center;
    }
    .s-price-page {
        padding-top: 25px;
    }
    .s-price-page .sdp-nav-wrap {
        margin-bottom: 49px;
    }
    .s-price-page .s-prices .def-top {
        margin-bottom: 37px;
    }
    .s-price-page .s-prices .scc-items .scc-itm .scc-i-right {
        flex-wrap: wrap;
    }
    .s-price-page .s-prices .scc-items .scc-itm {
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .s-price-page .s-prices .scc-items .scc-itm .scc-i-left {
        /* margin-bottom: 26px; */
        margin-bottom: 0;
        width: 100%;
        max-width: 100%;
    }
    .s-prices .scc-items .scc-itm .scc-il-hdr {
        font-size: 20px;
    }
    .s-prices .scc-items .scc-itm .scc-i-left {
        width: 100%;
    }
    .s-price-page .s-prices .scc-items .scc-i-right .scc-ir-disc {
        margin-right: 0;
        margin-bottom: 16px;
    }
    .s-price-page .s-prices .scc-items .scc-i-right .scc-ir-old-price {
        order: 1;
        margin-right: 0;
    }
    .s-price-page .s-prices .scc-items .scc-i-right .scc-ir-flex {
        column-gap: 55px;
    }
    .s-prices .scc-items .scc-itm .scc-il-hdr {
        padding-right: 25px;
    }
    .s-price-page {
        padding-bottom: 80px;
    }
    .s-search-page .ssp-hdr {
        font-size: 36px;
    }
    .s-search-page .ssp-search-wrap input {
        padding-left: 114px;
    }
    .s-search-page .ssp-search-wrap .ssp-search-descr {
        left: 20px;
    }
    .s-search-page .ssp-search-wrap::after {
        right: 20px;
    }
    .s-search-page .ssp-search-wrap .ssp-search-result {
        display: none;
    }
    .s-search-page .ssp-search-wrap {
        margin-bottom: 66px;
    }
    .s-search-page .ssp-items .ssp-itm .ssp-il-hdr {
        font-size: 20px;
        line-height: 140%;
        margin-bottom: 24px;
    }
    .s-search-page .ssp-items .ssp-itm .s-breadcrumbs {
        width: calc(100% - 110px);
        margin-bottom: 0;
    }
    .s-search-page .ssp-items .ssp-itm {
        padding-left: 0;
        padding-top: 39px;
        padding-bottom: 39px;
        padding-right: 0;
        flex-wrap: wrap;
    }
    .s-search-page .ssp-items .ssp-itm .btn-text {
        margin-top: -9px;
    }
    .s-not-found {
        padding-top: 56px;
        padding-bottom: 79px;
    }
    .s-not-found .snf-descr {
        font-size: 22px;
        margin-bottom: 34px;
    }
    .s-not-found .snf-img {
        margin-bottom: 49px;
    }
    .s-article-detail .s-breadcrumbs {
        margin-bottom: 31px;
    }
    .s-article-detail .sad-hdr {
        margin-bottom: 51px;
    }
    .s-article-detail .sad-image {
        height: 200px;
    }
    .s-article-detail {
        padding-bottom: 39px;
    }
    .s-text-image {
        padding-top: 39px;
        padding-bottom: 39px;
    }
    .s-text-image .sti-text {
        width: 100%;
        padding-right: 0;
        margin-bottom: 28px;
    }
    .s-text-image .sti-image {
        width: 100%;
    }
    .s-text-image .sti-image img {
        margin: 0 auto;
    }
    .s-text-image .sti-text p,
    .s-text-image .sti-text ul li {
        font-size: 16px;
        line-height: 140%;
    }
    .s-text-image .sti-hdr {
        margin-bottom: 20px;
    }
    .s-text-image .sti-text p {
        margin-bottom: 32px;
    }
    .s-other-articles .soa-slider .swiper-slide {
        width: 320px;
    }
    .s-other-articles .soa-slider .def-pag {
        display: block;
        bottom: 0;
    }
    .s-other-articles .soa-slider .swiper {
        padding-bottom: 53px;
    }
    .s-other-articles {
        padding-bottom: 71px;
    }
    .s-photos-detail {
        padding-top: 54px;
    }
    .s-photos-detail .def-top {
        text-align: left;
        margin-bottom: 30px;
    }
    .s-photos-detail .spd-items .spd-photo {
        min-height: 120px;
    }
    .s-photos-detail .spd-items .spd-btn-wrap {
        padding-top: 21px;
    }
    .s-top-banner.stb-second-banner.block-page .stb-image {
        left: 0;
        transform: none;
    }
    .s-top-banner.stb-second-banner.block-page .stb-text .btn.w-200 {
        max-width: 100%;
    }
    .s-top-banner.stb-second-banner.block-page .stb-text .stb-t-list {
        margin-bottom: 42px;
    }
    .s-top-banner.stb-second-banner.block-page .my-container.flex {
        padding-bottom: 71px;
    }
    .s-top-banner.stb-second-banner.block-page .stb-text .stb-t-hdr {
        margin-bottom: 17px;
    }
    .s-articles {
        padding-top: 44px;
    }
    .s-articles .sa-content-wrap .sa-content .sa-items .article-item {
        width: 100%;
        margin-bottom: 10px;
    }
    .s-articles .sdp-nav-wrap {
        margin-bottom: 36px;
    }
    .s-articles .sa-content-wrap .sa-content .sa-items .my-container.flex {
        gap: 0;
    }
    .s-top-banner.stb-second-banner.uds-page .stb-image {
        border: 0 solid #000;
        border-radius: 0;
        height: 200px;
        overflow: hidden;
        max-width: 200px;
        margin: 0 auto;
        right: 0;
        transform: none;
        margin-bottom: 37px;
    }
    .s-top-banner.stb-second-banner.uds-page .stb-image img {
        margin: 0 auto;
    }
    .s-top-banner .stb-text .stb-uds-logos .stb-uds-lg {
        max-width: 148px;
    }
    .s-top-banner.stb-second-banner.uds-page .stb-text .stb-t-list {
        margin-bottom: 25px;
    }
    .s-top-banner.stb-second-banner.uds-page .my-container.flex {
        padding-bottom: 56px;
    }
    .s-top-banner.stb-second-banner.dms-page .stb-image {
        left: 0;
    }
    .s-top-banner.stb-second-banner.dms-page .stb-text {
        max-width: 100%;
    }
    .s-text .h2.center {
        text-align: left;
    }
    .s-text h2.center {
        text-align: left;
    }
    .s-top-banner.stb-second-banner.vacancy-page .stb-text p {
        margin-bottom: 37px;
    }
    .s-vacancy {
        padding-top: 24px;
    }
    .s-vacancy .sv-content-wrap .sv-items .sv-itm {
        width: 100%;
        padding-top: 40px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 40px;
    }
    .s-vacancy .sv-content-wrap .sv-items .sv-itm p {
        margin-bottom: 18px;
    }
    .s-vacancy .sv-content-wrap .sv-items .sv-itm .btn {
        margin-top: 18px;
        max-width: 100%;
    }
    .s-vacancy .sv-content-wrap .sv-items .my-container.flex {
        gap: 20px;
    }
    .s-anchors .sa-nav-anch .sa-nv-anch.active {
        top: 0;
        font-size: 22px;
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }
    .s-anchors .sa-text p,
    .s-anchors .sa-text ul li {
        font-size: 16px;
        line-height: 160%;
    }
    .s-anchors .sa-nav-anch .sa-nv-anch {
        font-size: 16px;
    }
    .s-anchors .sa-nav-anch {
        flex-wrap: wrap;
        margin-bottom: 28px;
    }
    .s-anchors {
        padding-top: 41px;
        padding-bottom: 40px;
    }
    .s-education {
        padding-top: 41px;
        padding-bottom: 41px;
    }
    .s-education .def-top {
        text-align: left;
        margin-bottom: 16px;
    }
    .s-education .def-top .dt-hdr {
        margin-bottom: 0;
    }
    .s-education .se-slider .def-arrows .swiper-button-next,
    .s-education .se-slider .def-arrows .swiper-button-prev {
        display: none;
    }
    .s-reviews {
        padding-top: 42px;
        padding-bottom: 42px;
    }
    .s-reviews .sr-slider .swiper-slide {
        width: 320px;
    }
    .s-reviews .def-top {
        margin-bottom: 20px;
    }
    .s-reviews .sr-slider .swiper-slide .sr-itm {
        padding-left: 25px;
        padding-right: 20px;
        padding-bottom: 128px;
    }
    .s-reviews .sr-slider .swiper-slide .sr-itm p {
        font-size: 16px;
        line-height: 140%;
    }
    .s-reviews .sr-slider .swiper-slide .sr-itm .sri-name {
        font-size: 18px;
        line-height: 140%;
        padding-left: 25px;
        padding-right: 20px;
    }
    .s-reviews .sr-slider .swiper-slide .sr-itm .sri-name br.adap {
        display: block;
    }
    .s-reviews .sr-slider .swiper-slide .sr-itm::after {
        right: 21px;
    }
    .s-reviews .sr-slider .def-arrows .swiper-button-next {
        display: none;
    }
    .s-reviews .sr-slider .def-arrows .swiper-button-prev {
        display: none;
    }
    .s-serti .ss-slider .swiper-slide {
        width: 100%;
    }
    .s-serti .ss-slider .my-container {
        padding-left: 0;
        padding-right: 0;
    }
    .s-serti .def-top {
        margin-bottom: 0;
    }
    .s-serti .ss-slider .swiper-slide .ss-itm .ssi-image {
        height: 243px;
        margin-bottom: 23px;
    }
    .s-serti .ss-slider .def-arrows .swiper-button-next,
    .s-serti .ss-slider .def-arrows .swiper-button-prev {
        display: none;
    }
    .s-serti .ss-slider .swiper-slide .ss-itm {
        padding-bottom: 22px;
    }
    .s-serti .ss-slider .def-pag {
        display: block;
    }
    .s-serti .ss-slider .swiper {
        padding-bottom: 53px;
    }
    .s-serti .ss-slider .ss-btn-wrap {
        padding-top: 5px;
    }
    .s-two-forms .my-container {
        padding-left: 0;
        padding-right: 0;
    }
    .s-two-forms .stf-form {
        width: 100%;
        padding-top: 52px;
        padding-bottom: 27px;
    }
    .s-two-forms .stf-form .stf-descr {
        font-size: 14px;
        line-height: 140%;
    }
    .s-two-forms .stf-form .def-form {
        row-gap: 20px;
    }
    .s-two-forms .stf-form.orange::after {
        width: 48px;
        height: 63px;
        background-size: contain;
        background-repeat: no-repeat;
        right: 20px;
    }
    .s-two-forms .stf-form .def-form .db-btm .dbb-descr {
        text-align: left;
    }
    .s-top-banner.stb-second-banner.doctor-detail .stb-image {
        width: 100%;
        height: auto;
        transform: none;
        left: 0;
    }
    .s-top-banner.stb-second-banner.doctor-detail .stb-work-wrap {
        bottom: 25px;
        right: auto;
        left: 20px;
/*        position: absolute;    */
        width: 177px;
    }
    .s-top-banner.stb-second-banner.doctor-detail .stb-text .stb-mobile-block .stb-tb-raiting {
        flex-direction: column;
        text-align: left;
        justify-content: flex-start;
        align-items: flex-start;
    }
/*    .s-top-banner.stb-second-banner.doctor-detail .stb-text .stb-mobile-block {
        padding-left: calc(100% - 102px);
    }*/
    .s-top-banner.stb-second-banner.doctor-detail .stb-text .stb-t-btn-wrap {
        margin-bottom: 3px;
    }
    .s-top-banner.stb-second-banner.doctor-detail .stb-work-wrap .stb-ww-play {
        font-size: 14px;
        line-height: 140%;
    }
    .s-top-banner.stb-second-banner.doctor-detail .stb-text {
        padding-bottom: 8px;
    }
    .s-top-banner.stb-second-banner.doctor-detail .stb-work-wrap {
        padding-bottom: 5px;
        padding-top: 5px;
        padding-left: 14px;
        padding-right: 14px;
    }
    .s-top-banner.stb-second-banner.doctor-detail .stb-work-wrap .stb-ww-play {
        padding-bottom: 0;
        padding-top: 0;
    }
    .s-top-banner.stb-second-banner.doctor-detail .stb-work-wrap .stb-ww-play::before {
        margin-top: -22px;
    }
    .s-top-banner.stb-second-banner.doctor-detail .my-container.flex {
        padding-bottom: 24px;
    }
    .s-top-banner.stb-second-banner .stb-text {
        max-width: 100%;
    }
    .s-top-banner .stb-text .stb-info .stb-in-itm .stb-ii-status {
        font-size: 12px;
    }
    .s-top-banner .stb-text .stb-info .stb-in-itm .stb-ii-descr {
        font-size: 14px;
    }
    .s-top-banner .stb-text .stb-info .stb-in-itm .stb-ii-descr.small {
        letter-spacing: 0.16px;
    }
    .s-top-banner .stb-text .stb-info .stb-in-itm {
        max-width: 100%;
        width: calc(33.33% - 20px);
    }
    .s-top-banner .stb-text .stb-info {
        column-gap: 30px;
        row-gap: 13px;
        margin-bottom: 20px;
    }
    .s-top-banner .stb-text .stb-info .stb-in-itm .stb-ii-descr.small {
        line-height: 122%;
    }
    .s-photos .sp-text {
        padding-left: 0;
        padding-right: 0;
        padding-top: 45px;
    }
    .s-photos .sp-slider .def-pag {
        display: block;
    }
    .s-photos .sp-slider::before {
        display: none;
    }
    .s-photos .sp-slider {
        padding-left: 0;
    }
    .s-photos .sp-text .btn {
        position: relative;
        right: 0;
        top: 0;
        transform: none;
    }
    .s-photos .sp-text .spt-hdr {
        margin-bottom: 16px;
    }
    .s-photos .sp-text p {
        margin-bottom: 44px;
    }
    .s-photos {
        padding-top: 43px;
        padding-bottom: 43px;
    }
    .s-photos .my-container.flex.reverse .sp-text {
        padding-left: 0;
    }
    .s-photos .sp-text .btn.full-w-mobile {
        max-width: 100%;
    }
    .s-photos.sp-default {
        padding-top: 27px;
        padding-bottom: 27px;
    }
    .sdp-nav-wrap .sdp-nav {
        display: none;
    }
    .sdp-nav-wrap .sdp-nav-select {
        display: block;
        max-width: 318px;
    }
    .s-doctors-page {
        padding-top: 24px;
    }
    .s-doctors-page {
        padding-bottom: 42px;
    }
    .sdp-nav-wrap {
        margin-bottom: 20px;
    }
    .s-small-banner {
        padding-top: 29px;
        padding-bottom: 29px;
    }
    .s-small-banner .sm-banner .smb-bg.mobile-hidden {
        display: none;
    }
    .s-small-banner .sm-banner .smb-bg.mobile-visible {
        display: block;
    }
    .s-small-banner .sm-banner .smb-text .smb-t-hdr {
        font-size: 22px;
        margin-bottom: 16px;
    }
    .s-small-banner .sm-banner .smb-text {
        padding-top: 61px;
        padding-right: 20px;
        min-height: 400px;
        padding-bottom: 216px;
    }
    .s-small-banner .sm-banner .smb-text .smb-t-logo {
        bottom: 156px;
    }
    .s-small-banner .sm-banner .smb-text.only-hdr .smb-t-hdr {
        font-size: 22px;
    }
    .s-small-banner .sm-banner .smb-text.only-hdr .smb-t-logo {
        bottom: 203px;
    }
    .s-small-banner .sm-banner .smb-text.only-hdr {
        padding-bottom: 265px;
    }
    .s-docs .sd-hdr {
        margin-bottom: 39px;
    }
    .s-docs .sd-items .sd-itm .sdi-left {
        width: 100%;
        max-width: 100%;
        padding-right: 0;
        margin-bottom: 28px;
    }
    .s-docs {
        padding-bottom: 100px;
    }
    .s-docs .sd-items .sd-itm .sdi-right {
        width: 100%;
    }
    .s-docs .sd-items .sd-itm {
        text-align: center;
    }
    .s-docs .sd-items .sd-itm .sdi-left .sdi-l-descr {
        font-size: 20px;
        line-height: 140%;
    }
    .s-top-banner.stb-second-banner .stb-image img.mobile-hidden {
        display: none;
    }
    .s-top-banner.stb-second-banner .stb-image img.mobile-visible {
        display: block;
        position: relative;
        width: 100%;
        height: auto;
    }
    .s-top-banner.stb-second-banner.general-info-page .stb-text .stb-t-hdr {
        margin-bottom: 27px;
    }
    .s-top-banner.stb-second-banner.general-info-page .stb-text p {
        margin-bottom: 25px;
    }
    .s-top-banner.stb-second-banner.general-info-page .stb-text .stb-gi-logos {
        margin-top: 0;
    }
    .s-top-banner.stb-second-banner .stb-image {
        width: 100%;
        height: auto;
        border: 3px solid #fff;
        border-radius: 5px;
        position: relative;
        left: 0;
        top: 0;
        transform: none;
        margin-bottom: 30px;
    }
    .s-top-banner.stb-second-banner .my-container.flex {
        padding-top: 56px;
    }
    .s-top-banner.stb-second-banner .stb-text .stb-t-hdr {
        margin-bottom: 40px;
    }
    .s-top-banner.stb-second-banner .stb-text .stb-t-btn-wrap {
        flex-wrap: wrap;
    }
    .s-top-banner.stb-second-banner .stb-text .stb-t-list {
        margin-bottom: 30px;
    }
    .s-top-banner.stb-second-banner .stb-text .stb-t-btn-wrap .btn {
        margin-bottom: 20px;
    }
    .s-top-banner.stb-second-banner .stb-text .stb-t-btn-wrap {
        margin-bottom: 0;
    }
    .s-top-banner .stb-text .stb-t-btn-wrap .stb-tb-price-wrap {
        top: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }
    .s-top-banner.stb-second-banner .my-container.flex {
        padding-bottom: 31px;
    }
    .s-top-banner.stb-second-banner .stb-text .stb-mobile-block .stb-tb-raiting {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        column-gap: 20px;
    }
    .s-top-banner.stb-second-banner .stb-text .stb-mobile-block .stb-tb-raiting .stb-tbr-descr {
        margin-bottom: 0;
    }
    .s-top-banner.stb-second-banner .stb-text .stb-mobile-block {
        margin-bottom: 0;
    }
    .s-causes {
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .s-causes .sc-content .scc-items {
        width: 100%;
        padding-top: 0;
        padding-right: 0;
    }
    .s-causes .sc-content .scc-image {
        width: 100%;
    }
    .s-causes .sc-content .scc-items .scc-itm .scc-i-hdr,
    .s-causes .sc-content .scc-items .scc-itm p {
        font-size: 16px;
        line-height: 140%;
    }
    .s-causes .def-top {
        margin-bottom: 10px;
    }
    .s-causes .sc-content .scc-items .scc-itm .scc-i-hdr {
        margin-bottom: 0;
    }
    .s-causes .sc-content .scc-items {
        margin-bottom: 60px;
    }
    .s-prices .def-top {
        margin-bottom: 27px;
    }
    .s-prices .scc-items .scc-itm {
        padding-left: 0;
        padding-right: 0;
        padding-top: 29px;
        padding-bottom: 29px;
    }
    .s-prices .scc-items .scc-itm .scc-il-hdr {
        font-size: 20px;
        line-height: 140%;
        margin-right: 0;
    }
    .s-prices .scc-items .scc-itm .scc-i-left {
        position: relative;
        padding-right: 60px;
        margin-bottom: 16px;
    }
    .s-prices .scc-items .scc-itm .scc-i-left .info {
        position: absolute;
        right: 0;
        top: 0;
    }
    .s-prices .scc-items .scc-itm .scc-i-right {
        width: 100%;
    }
    .s-prices .scc-items .scc-btn-wrap {
        padding-top: 30px;
    }
    .s-prices {
        padding-bottom: 45px;
    }
    .s-equip .se-flex .sef-img {
        width: 100%;
    }
    .s-equip .se-flex .sef-text-wrap {
        width: 100%;
    }
    .s-equip .se-flex {
        flex-wrap: wrap;
    }
    .s-equip .def-top {
        margin-bottom: 27px;
    }
    .s-equip .se-flex .sef-text-wrap .sef-text .st-hdr {
        font-size: 22px;
        margin-bottom: 25px;
    }
    .s-equip .se-flex .sef-text-wrap .sef-text p {
        font-size: 14px;
        line-height: 140%;
    }
    .s-equip .se-flex .sef-text-wrap {
        padding-top: 56px;
        padding-bottom: 69px;
    }
    .s-equip {
        padding-bottom: 37px;
    }
    .s-how {
        padding-top: 43px;
        padding-bottom: 24px;
    }
    .s-how .sh-content .shh-col {
        width: 100%;
        margin-bottom: 45px;
    }
    .s-how .sh-content .shh-col:last-child {
        margin-bottom: 0;
    }
    .s-how .sh-content .shh-col ul li {
        font-size: 16px;
        line-height: 140%;
        margin-bottom: 19px;
    }
    .s-how .def-top {
        margin-bottom: 48px;
    }
    .s-text p,
    .s-text ul li {
        font-size: 16px;
        line-height: 158%;
    }
    .s-con .sc-flex .sc-left .scl-text .scl-hdr {
        font-size: 22px;
        line-height: 27.24px;
    }
    .s-con .sc-flex .sc-left {
        padding-top: 59px;
        padding-bottom: 59px;
    }
    .s-con .sc-flex .sc-left::after {
        left: -189px;
    }
    .s-con .sc-flex .sc-left .scl-text .scl-descr {
        font-size: 14px;
        line-height: 19.6px;
    }
    .s-con .sc-flex .sc-left .scl-text .scl-hdr {
        margin-bottom: 12px;
    }
    .s-con .sc-flex .sc-left .scl-text .scl-descr {
        margin-bottom: 21px;
    }
    .s-our-services p,
    .s-our-services ul li {
        font-size: 16px;
        line-height: 22.4px;
    }
    .s-our-services .h2,
    .s-our-services h2 {
        margin-bottom: 20px;
    }
    .s-our-services p {
        margin-bottom: 20px;
    }
    .s-our-services ul {
        margin-bottom: 20px;
    }
    .def-form .def-inp {
        width: 100%;
        margin-bottom: 27px;
    }
    .def-form .db-btm {
        width: 100%;
        text-align: left;
        margin-bottom: 25px;
    }
    .def-form .db-btm .cb-wrap .container {
        padding-left: 25px;
    }
    .def-form .df-btn-wrap {
        width: 100%;
    }
    .s-raiting {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .s-raiting .def-top.only-one .dt-descr {
        font-size: 14px;
        line-height: 19.6px;
    }
    .s-raiting .def-top.only-one .dt-descr br {
        display: none;
    }
    .s-raiting .sr-items .sr-itm {
        width: 100%;
        margin: 0 auto;
    }
    .s-raiting .def-top {
        margin-bottom: 30px;
    }
    .s-raiting .sr-items .my-container.flex {
        row-gap: 20px;
    }
    .s-our-equip {
        padding-top: 48px;
    }
    .s-our-equip .def-top.only-one .dt-descr {
        font-size: 14px;
        line-height: 19.6px;
    }
    .s-our-equip .def-top.only-one .dt-descr br {
        display: none;
    }
    .s-our-equip .def-top {
        margin-bottom: 28px;
    }
    .s-our-equip .soe-items {
        display: none;
    }
    .s-our-equip .soe-slider {
        display: block;
    }
    .s-our-equip .soe-slider .swiper-slide .equip-item {
        min-height: 382px;
    }
    .s-our-equip .soe-slider .swiper-slide .equip-item .ei-text {
        padding-top: 40px;
    }
    .s-our-equip .soe-slider .swiper-slide .equip-item .ei-text .eit-hdr {
        margin-bottom: 28px;
    }
    .s-our-equip .soe-slider .swiper-slide .equip-item .ei-text p {
        margin-bottom: 62px;
    }
    .s-our-equip .soe-slider .swiper-slide .equip-item .ei-text p:last-child {
        margin-bottom: 0;
    }
    .s-our-equip {
        padding-bottom: 60px;
    }
    .s-con.white-bg .def-form .def-inp {
        width: 100%;
    }
    .s-con.white-bg .sc-flex .sc-left .scl-text .scl-hdr {
        padding-left: 26px;
        margin-bottom: 20px;
    }
    .s-con.white-bg .sc-flex .sc-left .scl-flex .scl-f-price {
        width: 100%;
        margin-top: 0;
    }
    .s-con.white-bg .sc-flex .sc-left .scl-flex {
        padding-left: 26px;
        margin-bottom: 20px;
    }
    .s-con.white-bg .sc-flex .sc-left .scl-flex .scl-f-price span {
        font-size: 44px;
        top: 15px;
    }
    .s-con.white-bg .sc-flex .sc-left .scl-flex .scl-f-price {
        font-size: 21px;
    }
    .s-con.white-bg .sc-flex .sc-left .scl-flex {
        gap: 17px;
    }
    .s-con.white-bg .def-form .df-btn-wrap {
        width: 100%;
    }
    .s-con.white-bg .def-form .df-btn-wrap {
        padding-top: 4px;
        margin-bottom: 20px;
    }
    .s-con.white-bg .def-form .db-btm {
        text-align: left;
        margin-bottom: 0;
    }
    .s-con.white-bg .def-form .db-btm .dbb-descr {
        text-align: left;
        line-height: 140%;
    }
    .s-con.white-bg .sc-flex .sc-left {
        padding-bottom: 30px;
    }
    .s-video-reviews .def-top .dt-left {
        max-width: 100%;
        padding-right: 0;
    }
    .s-video-reviews .def-top .dt-left .dtl-hdr {
        max-width: 200px;
    }
    .s-video-reviews .def-top .dt-right {
        position: absolute;
        right: 20px;
    }
    .s-video-reviews .def-top .dt-right .btn-arr {
        top: 0;
        font-size: 18px;
    }
    .s-video-reviews .def-top {
        margin-bottom: 15px;
    }
    .s-video-reviews .svr-flex .svr-fl-left .svr-fl-bg-wrap {
        left: 20px;
        width: calc(100% - 40px);
        border-radius: 10px;
    }
    .s-video-reviews .svr-flex .svr-fl-left {
        margin-bottom: 20px;
    }
    .s-video-reviews .svr-flex .svr-fl-right .svr-fl-itm {
        width: calc(50% - 10px);
    }
    .s-we-soc {
        padding-top: 36px;
    }
    .s-we-soc .def-top {
        margin-bottom: 30px;
    }
    .s-we-soc .swc-items .swc-itm {
        width: 100%;
        margin-bottom: 20px;
        overflow: hidden;
    }
    .s-we-soc .swc-items .swc-itm:last-child {
        margin-bottom: 0;
    }
    .s-we-soc .swc-items .swc-itm.vk::after {
        left: 5px;
        background-size: contain;
        background-repeat: no-repeat;
        width: 79px;
        height: 49px;
    }
    .s-we-soc .swc-items .swc-itm::before {
        right: -55px;
    }
    .s-we-soc .swc-items .swc-itm {
        font-size: 20px;
    }
    .s-we-soc .swc-items .swc-itm.ok::after {
        width: 44px;
        height: 70px;
        background-size: contain;
        background-repeat: no-repeat;
        left: 29px;
    }
    .s-we-soc {
        padding-bottom: 42px;
    }
    .s-careful .def-top {
        margin-bottom: 7px;
    }
    .s-careful .sc-flex .scf-img {
        height: 260px;
        min-height: 1px;
    }
    .s-careful .sc-flex .scf-text {
        padding-left: 0;
        padding-top: 20px;
        padding-right: 0;
    }
    .s-careful .sc-flex .scf-text {
        padding-top: 27px;
    }
    .s-careful .sc-flex .scf-text .scf-t-hdr {
        font-size: 20px;
        font-family: Gilroy, sans-serif;
        line-height: 24.7px;
    }
    .s-careful .sc-flex .scf-text .scf-t-hdr {
        margin-bottom: 28px;
    }
    .s-careful .sc-flex .scf-text ul li {
        margin-bottom: 10px;
    }
    .s-careful .sc-flex .scf-text ul li:last-child {
        margin-bottom: 0;
    }
    .s-careful .sc-flex .scf-text ul {
        margin-bottom: 18px;
    }
    .s-careful .sc-flex .scf-text {
        padding-bottom: 60px;
    }
    .s-careful .sc-flex .scf-text::before {
        transform: translate(51%, 54%);
    }
    .s-careful .sc-flex .scf-text::after {
        right: 15px;
        bottom: 28px;
    }
    .s-careful > .my-container.big {
        padding-left: 0;
        padding-right: 0;
    }
    .s-careful .sc-flex .scf-text {
        position: relative;
        padding-left: 20px;
        padding-right: 20px;
    }
    .s-careful .sc-flex .scf-img span {
        left: 20px;
        width: calc(100% - 40px);
        border-radius: 3px 3px 0 0;
    }
    .s-careful {
        padding-bottom: 46px;
    }
    .s-info .def-top .dt-right .btn-arr {
        top: 2px;
        font-size: 18px;
    }
    .s-info .def-top {
        margin-bottom: 30px;
    }
    .s-info .si-slider .my-container::before {
        display: none;
    }
    .s-info .si-slider .swiper {
        margin-left: 0;
        padding-left: 20px;
        padding-right: 20px;
    }
    .s-info .si-slider .swiper .swiper-slide {
        width: 320px;
    }
    .s-info .si-slider .def-arrows {
        display: none;
    }
    .s-info .si-slider .swiper .si-card .sic-text {
        padding-top: 22px;
        padding-bottom: 24px;
    }
    .s-info .si-slider .swiper .si-card .sic-text .sic-t-date {
        margin-bottom: 37px;
    }
    .s-info .si-slider .def-pag {
        display: block;
    }
    .s-info .si-slider .swiper {
        padding-bottom: 45px;
    }
    .s-info {
        padding-bottom: 70px;
    }
    .s-con.no-photo .sc-flex .sc-left .scl-text {
        text-align: center;
    }
    .s-con.no-photo .sc-flex .sc-left {
        padding-left: 0;
        padding-right: 0;
        padding-top: 60px;
        padding-bottom: 137px;
    }
    .s-con.no-photo .sc-flex .sc-left .scl-text .scl-descr {
        font-size: 14px;
        line-height: 140%;
        max-width: 287px;
        margin: 0 auto;
        margin-bottom: 19px;
    }
    .s-con.no-photo .sc-flex .sc-left .scl-text .def-form .def-inp {
        width: 100%;
        margin-bottom: 20px;
    }
    .s-con.no-photo .sc-flex .sc-left .scl-text .def-form .db-btm {
        text-align: left;
        justify-content: flex-start;
        margin-bottom: 22px;
    }
    .s-con.no-photo .sc-flex .sc-left .scl-text .def-form .df-btn-wrap {
        width: 100%;
    }
    .s-con.no-photo::after {
        width: 102px;
        height: 79px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        top: auto;
        bottom: 20px;
    }
    .s-map .map {
        height: 749px;
    }
    .s-services {
        padding-top: 62px;
    }
    .s-services .def-top {
        margin-bottom: 29px;
    }
    .s-services .ss-slider .swiper {
        margin-left: 39px;
    }
    .s-services .ss-slider .my-container::before {
        left: 20px;
    }
    .s-services .ss-slider .def-arrows {
        display: none;
    }
    .s-services .ss-slider .def-pag {
        display: block;
    }
    .s-services .ss-slider .swiper {
        padding-bottom: 44px;
    }
    .s-services .ss-slider .swiper-slide {
        width: 301px;
    }
    .s-services {
        padding-bottom: 52px;
    }
    .s-top-banner .my-container.flex {
        display: block;
        height: auto;
        padding-top: 38px;
    }
    .s-top-banner .stb-text .stb-t-hdr {
        margin-bottom: 26px;
    }
    .s-top-banner .stb-text .stb-t-list {
        margin-bottom: 28px;
    }
    .s-top-banner .stb-text .stb-t-btn-wrap .btn {
        margin-right: 0;
        width: 100%;
        max-width: 100%;
    }
    .s-top-banner .stb-text .stb-t-btn-wrap .stb-tb-raiting {
        display: none;
    }
    .s-top-banner .stb-work-wrap {
  /*      position: relative; */
        bottom: 0;
        max-width: 100%;
        display: flex;
        justify-content: center;
        padding-left: 20px;
        padding-right: 20px;
    }
    .s-top-banner .stb-text .stb-t-btn-wrap {
        margin-bottom: 22px;
    }
    .s-top-banner .stb-work-wrap .stb-ww-top {
        display: none;
    }
    .s-top-banner .stb-text .stb-mobile-block {
        display: flex;
        justify-content: center;
        margin-bottom: 39px;
    }
    .s-top-banner .stb-work-wrap .stb-ww-play {
        padding-top: 19px;
        padding-bottom: 9px;
    }
    .s-top-banner .stb-work-wrap .stb-ww-play::before {
        margin-top: -16px;
    }
    .s-top-banner .my-container.flex {
        padding-bottom: 77px;
    }
    .s-four {
        padding-top: 83px;
    }
    .s-four .sf-itm {
        width: 300px;
    }
    .s-four .my-container.flex {
        justify-content: center;
        gap: 35px;
    }
    .s-four {
        padding-bottom: 37px;
    }
    .s-doctors {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .s-doctors .def-top {
        margin-bottom: 32px;
    }
    .s-doctors .sd-slider .my-container::before {
        display: none;
    }
    .s-doctors .sd-slider .swiper {
        margin-left: 0;
        padding-left: 20px;
        padding-right: 20px;
    }
    .s-doctors .sd-slider .swiper-slide {
        width: 320px;
    }
    .s-doctors .sd-slider .def-arrows {
        display: none;
    }
    .s-doctors .sd-slider .swiper {
        padding-bottom: 18px;
    }
    .s-doctors .def-pag {
        display: block;
    }
    .doctor-item .di-photo {
        border-radius: 3px;
        overflow: hidden;
    }
    .doctor-item .di-text .dit-descr {
        font-size: 14px;
        line-height: 140%;
        color: #4d4d4d;
    }
    .doctor-item .di-text {
        padding-bottom: 24px;
    }
    .s-about {
        padding-top: 44px;
        padding-bottom: 44px;
    }
    .s-about .def-top {
        margin-bottom: 29px;
    }
    .s-about .sa-block .sa-items .sai-photo {
        border-radius: 3px;
    }
    .s-about .sa-block .sa-items .sai-right .sai-photo {
        width: calc(50% - 10px);
    }
    .s-about .sa-block .sab-text {
        position: relative;
        left: 0;
        top: 0;
        transform: none;
        height: auto;
    }
    .s-about .sa-block .sa-items .sai-left {
        height: 223px;
    }
    .s-about .sa-block .sab-text .sab-t-hdr {
        font-size: 22px;
        margin-bottom: 26px;
    }
    .s-about .sa-block .sab-text p {
        font-size: 16px;
        line-height: 130%;
    }
    .s-about .sa-block .sab-text {
        padding-top: 22px;
    }
    .s-about .sa-block .sab-text .btn-text {
        margin-top: 43px;
    }
    .s-six .ss-itm {
        width: 100%;
    }
    .s-six {
        padding-top: 56px;
    }
    header .hd-search-wrap input {
        padding-bottom: 20px;
        padding-top: 19px;
    }
    header .hd-view {
        margin: 0;
        position: absolute;
        left: 50%;
        top: 10px;
        transform: translateX(-50%);
        white-space: nowrap;
        font-size: 16px;
        line-height: 140%;
        padding-left: 21px;
    }
    header .hd-view::before {
        width: 16px;
        height: 16px;
        background-size: contain;
        background-repeat: no-repeat;
        top: 3px;
    }
    header .hd-logo::after {
        display: none;
    }
    header .hd-top .hdt-left .hd-logo {
        margin-right: 0;
        padding-right: 0;
    }
    header .hd-logo img {
        max-width: 199px;
    }
    header {
        padding-top: 46px;
    }
    header .hd-top {
        padding-bottom: 18px;
    }
    header .hd-btm .my-container.flex {
        padding-right: 14px;
    }
    .s-discounts .sd-slider .swiper-slide {
        width: 320px;
    }
    .s-discounts {
        padding-top: 31px;
        padding-bottom: 67px;
    }
    .s-discounts .sd-slider .def-arrows {
        display: none;
    }
    .s-discounts .sd-slider .def-pag {
        display: block;
        bottom: 0;
    }
    .s-discounts .sd-slider .swiper {
        padding-bottom: 24px;
    }
    .discount-item {
        padding-left: 0;
        flex-wrap: wrap;
        min-height: 1px;
    }
    .discount-item .di-photo {
        width: 100%;
        position: relative;
        height: 140px;
    }
    .discount-item .di-text .dit-hdr {
        font-size: 18px;
        margin-bottom: 16px;
    }
    .discount-item .di-text .dit-descr {
        font-size: 16px;
        line-height: 140%;
    }
    .discount-item .di-text {
        padding-left: 20px;
        padding-top: 17px;
        padding-right: 11px;
    }
    .discount-item .di-text .dit-descr {
        margin-bottom: 21px;
    }
    .discount-item .di-text::before {
        right: 20px;
    }
    footer .ft-top .ftt-left .ftt-logo {
        margin-right: 0;
        margin-bottom: 35px;
    }
    footer .ft-top .ftt-left {
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 27px;
        width: 100%;
        flex-direction: column;
        align-items: center;
    }
    footer .ft-top .ftt-right {
        width: 100%;
        padding-top: 0;
    }
    footer .ft-top .ftt-right .s-soc {
        position: relative;
        bottom: 0;
        left: 0;
        margin: 0 auto;
        width: 100%;
        justify-content: center;
        transform: none;
        margin-bottom: 37px;
    }
    footer .ft-top .ftt-right .ftt-phone-wrap {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    footer .ft-top .ftt-right .btn {
        margin-left: 0;
        width: 100%;
        text-align: center;
        padding-left: 5px;
        padding-right: 5px;
    }
    footer .ft-top {
        margin-bottom: 27px;
    }
    footer .ft-mid .ftm-col:nth-child(1) {
        width: 100%;
        margin-bottom: 31px;
    }
    footer .ft-mid .ftm-col:nth-child(1) .ftm-logo {
        margin-bottom: 0;
    }
    footer .ft-mid .ftm-col:nth-child(2) {
        flex-wrap: wrap;
        width: 100%;
        padding-top: 0;
        margin-bottom: 58px;
    }
    footer .ft-mid .ftm-col:nth-child(2) ul {
        width: 50%;
        margin-bottom: 33px;
    }
    footer .ft-mid .ftm-col:nth-child(2) ul:last-child {
        margin-bottom: 0;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    footer .ft-mid .ftm-col:nth-child(2) ul:last-child li {
        width: 50%;
    }
    footer .ft-mid .ftm-col .ftm-disc {
        width: 100%;
        margin-bottom: 28px;
    }
    footer .ft-mid .ftm-col:nth-child(3) {
        flex-wrap: wrap;
        width: 100%;
        text-align: center;
        justify-content: center;
    }
    footer .ft-mid .ftm-col:nth-child(3) .ftm-descr {
        width: 100%;
        margin-bottom: 30px;
    }
    footer .ft-btm .ftb-hdr {
        font-size: 16px;
        line-height: 160%;
    }
    footer .ft-btm {
        padding-top: 30px;
    }
    footer .ft-btm .ftb-descr {
        margin-top: 3px;
        font-size: 18px;
        line-height: 160%;
    }
}
@media only screen and (max-width: 600px) {
    .s-video-reviews-page .svr-items .svr-video {
        width: 100%;
        height: 209px;
    }
    .s-video-reviews-page .svr-items .my-container.flex {
        gap: 21px;
    }
    .s-video-reviews-page .svr-items .svr-btn-wrap {
        padding-top: 11px;
    }
    .s-video-reviews-page {
        padding-bottom: 37px;
    }
    .s-for-patients .sfp-items .sfp-itm {
        width: 100%;
    }
    .s-for-patients .sfp-items {
        gap: 20px;
    }
    .s-for-patients {
        padding-top: 18px;
    }
    .s-for-patients .sfp-items .sfp-itm::after {
        right: -16px;
    }
    .s-doctors-page .sdp-content-wrap .sdp-content .sdp-items .doctor-item {
        width: 100%;
    }
    .s-doctors-page .sdp-content-wrap .sdp-content .sdp-items .my-container.flex {
        max-width: 441px;
    }
    .s-photos .sp-slider .swiper .swiper-slide .sps-photo {
        height: 330px;
    }
    .s-photos .sp-slider .def-arrows {
        display: none;
    }
}
@media only screen and (max-width: 480px) {
    .s-photos .sp-slider .swiper .swiper-slide .sps-photo {
        height: 240px;
    }
    .s-top-banner .stb-image img.mobile-visible {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .s-top-banner .stb-image img.mobile-hidden {
        display: none;
    }
    .s-top-banner .stb-image {
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
}

.current-menu-item > a {
    color: #f04e23 !important;
}
.search-form {
    position: relative;
}

.search-form button {
    position: absolute;
    right: 0;
    top: 16px;
}

/*#dp_5 p {
    margin: 0 !important;
}*/

#dp_5 .dpc-btm p:last-child {
    width: calc(50% - 15px);
}

#dp_5 .dpc-btm button {
    width: 100% !important;
}

#dp_5 .cb-wrap p {
    width: 100% !important;
}

#dp_5 .dpc-contacts p {
    width: 100%;
    display: flex;
    column-gap: 30px;
    padding-top: 20px;
    align-items: center;
}

#dp_5 .dpc-contacts span,
#dp_5 .dpc-contacts a {
    width: 100% !important;
}

@media screen and (max-width: 768px) {
    .default-popup.active {
        align-items: flex-start;
        /* padding: 20px 0; */
        opacity: 1;
        visibility: visible;
        overflow: scroll;
        padding-top: 40px;
        z-index: 10000;
    }

    .default-popup .dp-shadow {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: calc(100% + 110px);
        background: rgba(0, 0, 0, 0.3);
    }
}

.bvi-widget,
.bvi-shortcode a,
.bvi-widget a,
.bvi-shortcode {
    color: #ffffff;
    background-color: transparent;
    position: relative;
    color: #323232;
    line-height: 140%;
    font-weight: 400;
    top: 0px;
}

.bvi-widget .bvi-svg-eye,
.bvi-shortcode .bvi-svg-eye {
    display: none !important;
}

.bvi-open:hover {
    color: #f04e23;
}

.bvi-widget,
.bvi-shortcode {
    -webkit-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
    cursor: pointer;
    border-radius: 0;
    display: block;
    padding: 0;
    text-decoration: none;
}

.hd-view.hidden {
    display: none;
}

header.f_header {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    padding-top: 10px;
}

.s-top-banner .stb-text .prs p {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
}

header.f_header.act {
    display: block;
}

header.f_header .hd-top .hdt-left .hd-logo {
    margin-right: 10px;
    max-width: 208px;
}

header.f_header .hd-list {
    gap: 0 20px;
}

header.f_header .hd-list > li {
    margin-right: 0;
}

header.f_header .hd-top {
    padding-bottom: 14px;
}

header.f_header .hd-logo img {
    max-width: 100%;
}

header.f_header .hd-phone {
    width: 34px;
    height: 34px;
    background: url(../img/hd-phone.svg) 50%;
    border-radius: 50%;
    display: none;
}

@media screen and (max-width: 1160px) {
    #top-nav-ul2 {
        display: none;
    }

    header.f_header .hd-top .hdt-right .btn {
        display: block;
    }

    header.f_header .hd-top .hdt-right .hd-burger {
        display: block;
    }
}

@media screen and (max-width: 1300px) {
    header.f_header .hd-list {
        gap: 0 10px;
    }
}

@media screen and (max-width: 768px) {
    header.f_header .hd-list {
        gap: 0 10px;
    }

    header.f_header .hd-phone {
        display: block;
        font-size: 0;
        margin-right: 20px;
    }

    header.f_header .hd-top .hdt-right .btn {
        display: none;
    }
}

.noner {
    opacity: 0 !important;
    transition: 1.7s;
}

.content {
    opacity: 1;
    transition: 1.7s;
}

/* MEDIA */
@media (375px >= width) {
    header.f_header .hd-top .hdt-left .hd-logo {
        max-width: 180px;
        margin-right: 12px;
    }
}
/* MEDIA */

/* PRICE LIST PAGE-PRICE */
.s-prices .scc-items .scc-itm .scc-il-hdr {
	font-size: 22px;
}
.s-prices .scc-items .scc-itm {
	align-items: center;
}
.s-prices .scc-items .scc-itm {
	padding-top: 12px;
	padding-bottom: 12px;
    border-left: 1px solid #eceff3;
    border-right: 1px solid #eceff3;
    &:nth-of-type(even){
        background-color: #f14d2208;
    }
}
.scc-i-left .info{
    display: none;
}

.special-test-section{
    display: none;
}

.s-prices .scc-items .scc-itm:first-of-type{
    border-top: 1px solid #eceff3;
}
.s-prices .scc-items{
    margin-bottom: 2em;
}
.scc-items__main-title{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
    background-color: #f14d2211;
    padding: 12px 40px;
}
.s-prices .scc-btn-wrap{
    text-align: center;
}

@media (width <= 768px) {
    .s-prices .scc-items .scc-itm .scc-il-hdr {
        font-size: 20px;
        width: 100%;
        padding: 0;
    }
}
@media (width <= 425px) {
    .s-price-page .s-prices .scc-items .scc-itm,
    .scc-items__main-title {
        margin-inline: -20px;
    }
    .scc-items__main-title{
        padding-inline: 20px;
    }
}

/* PRICE LIST PAGE-PRICE */