@charset "utf-8";
@import "slick.css";
@import "../node_modules/magnific-popup/dist/magnific-popup.css";
@import "callback-btn.css";
@import "callback-modal.css";
@import "typography.css";

/* Класс для увеличения картинки */

.zoom-img {}

.wrapLabel {
    position: relative;
    margin-bottom: 0;
}

.wrapLabel span {
    color: #b3c6df;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 300;
    font-style: normal;
    font-family: 'Proxima Nova Lt';
    text-decoration: none;
}

.wrapLabel span a {
    color: #80d100;
}

.wrapLabel span:before {
    height: 15px;
    width: 15px;
    border-radius: 3px;
    border: solid 1px #b3c6df;
    content: '';
    left: 0;
    top: 0;
    position: absolute;
    cursor: pointer;
}

.wrapLabel span:after {
    position: absolute;
    width: 5px;
    height: 5px;
    left: 6px;
    top: 6px;
    content: '';
    background: #80d100;
    /*border-radius: 2px;*/
    opacity: 0;
}

.wrapLabel input:checked+span:after {
    opacity: 1;
}

.wrapLabel input {
    width: 10px !important;
    height: 10px !important;
    left: 0 !important;
    top: 0 !important;
    position: absolute !important;
    opacity: 0 !important;
}


/* Класс для галлереи */

.gallery {}


/* Класс для формы */

.form-submit-toggle {}


/* Класс для кнопки заказать звонок */

.bottomLineFooter .itemLF .name {
    margin-bottom: 5px;
}


/******** Magnific-Popup *********/

.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}


/******* Image Cover ********/

.img-cover {
    background-size: cover;
    background-position: center;
}

.img-cover_inited>img {
    visibility: hidden;
}


/**********************************/

.main {
    display: flex;
}

.component {
    width: 100%;
}

.left,
.right {
    width: 30%;
}


/* Пагинация */

.pagination>ul {
    margin-top: 15px;
    display: flex;
    list-style: none;
    margin-bottom: 5px;
}

.pagination>ul li {
    margin-right: 20px;
}

.pagination>ul li a {
    text-decoration: none;
    font-weight: 600;
}

* {
    box-sizing: border-box;
}

body,
html {
    padding: 0;
    margin: 0;
    width: 100%;
    font-family: 'Proxima Nova Rg', sans-serif;
    /*font-size: 14px;*/
    /*line-height: 1;*/
    color: #001e14;
}

main {
    max-width: 1920px;
    margin: 0 auto;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 320px;
}

.all_cnt {
    overflow: hidden;
}

.all_cnt img {
    max-width: 100%;
}

.flexSA {
    display: flex;
    justify-content: space-around;
}

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

.flexCenter {
    display: flex;
    justify-content: center;
}

.flexAI {
    display: flex;
    align-items: center;
}

.flexW {
    display: flex;
    flex-wrap: wrap;
}

.flexColumn {
    display: flex;
    flex-direction: column;
}

.flexStart {
    display: flex;
    justify-content: flex-start;
}

.flexAiStart {
    display: flex;
    align-items: flex-start;
}

.flexAiEnd {
    display: flex;
    align-items: flex-end;
}

.flexEnd {
    display: flex;
    justify-content: flex-end;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.titleAll {
    font-family: 'Lorabold', sans-serif;
    font-weight: bold;
    font-size: 35px;
    line-height: 42px;
    color: #001e14;
    margin-bottom: 45px;
}

.buttonAll {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgb(128, 209, 0);
    background: linear-gradient(0deg, rgba(128, 209, 0, 1) 0%, rgba(168, 228, 102, 1) 100%);
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 16px;
    color: #001e14;
    padding: 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: .2s;
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
    font-style: normal;
}

.buttonAll:hover {
    background: rgb(128, 209, 0);
    background: linear-gradient(0deg, rgba(128, 250, 0, 1) 0%, rgba(197, 250, 0, 1) 100%);
}


/*formNalog*/

.formNalog .blockFormNalog {
    padding: 25px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
    background: #fff;
    margin-bottom: 30px;
    border-radius: 20px;
}

.formNalog .nameBlockForm {
    font-family: "Lora", Georgia, serif;
    font-weight: bold;
    font-style: normal;
    text-transform: none;
    color: #001e14;
    font-size: 21px;
    margin-bottom: 30px;
}

.wrapInputsForm {
    display: grid;
    grid-template-columns: repeat(3, minmax(100px, 1fr));
    grid-gap: 15px;
}

.wrapInputsForm input[type="text"],
.wrapInputsForm input[type="email"] {
    height: 50px;
    background: #e6f0f0;
    border: none;
    border-radius: 5px;
    padding: 0 15px;
    min-width: 300px;
    font-size: 18px;
    color: #001e14;
    width: 100%;
}

.formNalog .buttonAll {
    margin-top: 20px;
}

.nucTabCont {
    display: none;
}

.nucTabCont.active {
    display: block;
}

.tabsInput {
    display: flex;
    gap: 20px;
}

.tabsInput .nucTabInput {
    flex: 1;
    background: rgb(168, 228, 102);
    padding: 10px 15px;
    color: #000;
    opacity: 0.5;
    margin: 20px 0;
    cursor: pointer;
    border-radius: 5px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tabsInput .nucTabInput:not(.active):hover {
    opacity: 0.8;
}

.tabsInput .nucTabInput.active {
    opacity: 1;
}

.formNalog #years,
.formNalog #type {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 5px;
}

.selectCustom {
    position: relative;
    z-index: 2;
}

.selectCustom .txtSelect {
    height: 50px;
    background: #e6f0f0;
    border: none;
    display: flex;
    align-items: center;
    border-radius: 5px;
    padding: 0 15px;
    min-width: 300px;
    font-size: 18px;
    color: #001e14;
    width: 100%;
}

.selectCustom .checkboxesWrap,
.selectCustom .radiosWrap {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    padding: 0 25px 10px;
    width: 100%;
    border-radius: 0 0 5px 5px;
    background: #e6f0f0;
}

.formNalog .wrapCheckbox,
.formNalog .wrapRadio,
.wrapLabelPolit {
    display: block;
    position: relative;
    font-weight: normal;
    padding: 10px 0;
}

.formNalog .wrapRadio {
    border-bottom: 1px solid #a8e466;
}

.formNalog .wrapRadio:last-child {
    border-bottom: none;
}

.formNalog .wrapRadio input {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.selectCustom.active .txtSelect {
    border-radius: 5px 5px 0 0;
}

.selectCustom.active .listHid {
    display: block;
}


/*End formNalog*/


/* Слайдер на внутренних */

.sliderInsidePage {
    margin-bottom: 40px;
}

.sliderInsidePage .itemsIP {
    position: relative;
}

.sliderInsidePage .itemIP img {
    width: 100%;
}

.sliderInsidePage .itemsIP .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    font-family: "Font Awesome 5 Pro";
    font-size: 0;
    border: none;
    background: #fff;
    padding: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    border: solid 1px #fff;
}

.sliderInsidePage .itemsIP .slick-arrow:hover {
    background: #80d100;
    color: #fff;
}

.sliderInsidePage .itemsIP .slick-next {
    right: 0;
}

.sliderInsidePage .itemsIP .slick-next::before {
    content: "\f054";
    font-size: 20px;
}

.sliderInsidePage .itemsIP .slick-prev {
    left: 0;
}

.sliderInsidePage .itemsIP .slick-prev::before {
    content: "\f053";
    font-size: 20px;
}

.sliderInsidePage .itemsIP .slick-dots {
    left: 0;
    width: 100%;
    bottom: 0;
    display: flex;
    justify-content: center;
    position: absolute;
    list-style: none;
}

.sliderInsidePage .itemsIP .slick-dots li {
    padding: 5px;
}

.sliderInsidePage .itemsIP .slick-dots li button {
    border: solid 1px #fff;
    font-size: 0;
    background: none;
    height: 8px;
    width: 8px;
    padding: 0;
    cursor: pointer;
}

.sliderInsidePage .itemsIP .slick-dots li.slick-active button {
    background: #fff;
}


/* endСлайдер на внутренних */


/* breadcrumbs */

.breadcrumb {
    display: flex;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 40px;
}

.breadcrumb li.active span {
    color: #a8e466;
    font-size: 15px;
    line-height: 18px;
}

.breadcrumb .divider {
    margin: 0 5px;
}

.breadcrumb li a {
    text-decoration: none;
}

.breadcrumb .divider,
.breadcrumb li a span {
    color: #aec4d2;
    font-size: 15px;
    line-height: 18px;
}


/* end breadcrumbs */


/* arrowsSlider */

.arrowsSlider {
    display: flex;
    justify-content: center;
    border-radius: 5px;
    font-size: 26px;
    align-items: center;
    cursor: pointer;
    border: #e0eff3 solid 1px;
    color: #261c37;
}

.arrowsSlider i {
    font-size: 20px;
}

.arrowsSlider .arrowNext {
    padding: 10px 20px;
}

.arrowsSlider .arrowPrev {
    padding: 10px 20px;
}


/* end arrowsSlider */


/* МОДАЛЬНОЕ ОКНО */

.hidden {
    overflow: hidden;
    display: none;
}

.callback-modal-toggle .staticForm {
    padding-top: 0;
    background: none;
    background-size: cover;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    width: fit-content;
}

.buttonCallback a {
    text-decoration: none;
    color: #000;
}

.callback-toggle {
    text-decoration: none;
}


/* .callback-modal-toggle {
    width: 200px;
    height: 200px;
    background: red;
} */


/* МОДАЛЬНОЕ ОКНО КОНЕЦ */


/* header */


/* topLine */

header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
}

.topLine {
    background: #A8E466;
    padding: 15px 0;
}

.topLine .logo {
    display: flex;
    align-items: center;
    width: 270px;
}

.topLine .logo a {
    color: #000;
    text-decoration: none;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.textTL {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: calc(100% - 330px);
    grid-column-gap: 35px;
    grid-row-gap: 5px;
}

.textTL .shemaProezda {
    display: flex;
    align-items: center;
}

.textTL .shemaProezda a,
.shemaProezda.done a {
    font-size: 17px;
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
    font-style: normal;
    color: #001e14;
    text-decoration: none;
    border-bottom: dotted 2px #001e14;
}

.textTL .shemaProezda::before {
    content: url("../images/shemaMaps.webp");
    margin-right: 10px;
}

.mapTerr.done {
    position: relative;
}

.textTL .mapTerr {
    display: flex;
    align-items: center;
    position: relative;
}

.textTL .mapTerr a,
.mapTerr.done a {
    font-size: 17px;
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
    font-style: normal;
    color: #001e14;
    text-decoration: none;
    border-bottom: dotted 2px #001e14;
}


/* .mapTerr.done::before {
content: url("../images/karta.webp");
position: absolute;
top: 50%;
transform: translateY(-50%);
left: calc(50% - 101px);
} */

.textTL .mapTerr::before {
    content: url("../images/karta.webp");
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: calc(100% + 10px);
}

.textTL .adress,
.adress.done {
    grid-row-start: 2;
    grid-column-start: span 2;
    font-size: 17px;
    font-family: 'Proxima Nova Lt';
    font-weight: 300;
    font-style: normal;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: start;
}

.textTL .adress::before {
    content: url("../images/maps.webp");
    margin-right: 10px;
    width: 22px;
    display: flex;
    justify-content: center;
}

.wrapBtnsBlockH {
    grid-column-start: 4;
    grid-row-start: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

header .textTL .buttonCallback {
    border-radius: 5px;
    border: 1px solid #001e14;
    color: #001e14;
    text-transform: uppercase;
    font-family: 'Proxima Nova Lt', sans-serif;
    font-weight: 600;
    font-style: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    font-size: 14px;
    width: 195px;
    height: 40px;
    cursor: pointer;
    color: white;
    background: #062316;
}

header .textTL .buttonCallback.btn-fns {
    background: white;
    color: #001e14;
    font-family: 'Proxima Nova Light', sans-serif;
    /* Подключаем легкое начертание */
    font-weight: 300;
    /* Числовое значение для Light */
}

header .textTL .buttonCallback a {
    background: white;
    color: #001d13;
}


/*header .textTL .buttonCallback::before {
    content: url('../images/phone.webp');
    margin-right: 10px;
}*/

header .textTL .phone a {
    font-size: 25px;
    font-family: 'Proxima Nova Rg', sans-serif;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    line-height: 1.2;
    white-space: nowrap;
    color: #001e14;
}

header .textTL .socialIcon {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
}

header .textTL .email {
    display: flex;
    align-items: center;
}

header .textTL .email a,
.email.done a {
    font-family: 'Proxima Nova Lt';
    font-weight: 300;
    font-style: normal;
    font-size: 17px;
    color: #001e14;
    line-height: 20px;
    text-decoration: none;
    white-space: nowrap;
}

header .textTL .email::before {
    content: url('../images/mail.webp');
    margin-right: 10px;
    height: 13px;
}

header .textTL .phone {
    display: block;
}


/* end topLine */


/* bottomLine */

.bottomLine {
    background: rgba(206, 220, 206, 0.9)
}

.bottomLine .wrapBL {
    padding-left: 80px;
    position: relative;
}

.bottomLine .wrapBL::before {
    content: url('../images/homeHead.webp');
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.bottomLine .wrapBL>ul {
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    padding: 0;
}

.bottomLine ul li {
    position: relative;
    /* overflow: hidden; */
    cursor: pointer;
}

.bottomLine ul li a::before {
    height: 3px;
    width: 100%;
    left: 0;
    bottom: 0;
    transform: translateX(-100%);
    transition: .2s;
    content: "";
    background: #80d100;
    position: absolute;
}

.bottomLine ul li a:hover::before {
    transform: translateX(0);
}

.bottomLine ul li a {
    text-transform: uppercase;
    text-decoration: none;
    color: #001e14;
    position: relative;
    overflow: hidden;
    display: block;
    padding: 20px 0;
}

.bottomLine ul li ul {
    display: none;
}

.bottomLine ul li:hover ul {
    display: block;
    position: absolute;
    left: -10px;
    top: 100%;
    width: 300px;
    background: rgba(206, 220, 206, 0.9);
    list-style: none;
    padding: 10px;
}

.bottomLine ul ul li a {
    padding: 10px 0;
}

.openChildMain {
    display: none;
    transition: 0.5s;
    transform: rotate(0deg);
}


/* end bottomLine */


/* end header */


/* topSlider */

.topSlider {
    padding-top: 170px;
}

.topSlider .itemTS {
    position: relative;
}

.topSlider .itemTS .imgSlider {
    position: static;
    left: 50%;
    object-fit: cover;
}

.topSlider .itemTS .textTS {
    padding-top: 185px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.topSlider #block-search {
    margin-top: 0;
    margin-bottom: 150px;
}

.wrapTextTS {
    font-size: 50px;
    color: #fff;
    text-align: right;
    font-family: 'Lorabold', sans-serif;
    font-weight: bold;
    font-style: normal;
    display: inline-block;
}

.arrowsSliderTop {
    position: absolute;
    top: 525px;
    left: calc((100% - 1140px) / 2);
    color: #fff;
    border: rgba(255, 255, 255, .3) solid 1px;
}

.insidepage .topSlider {
    padding-top: 0;
    margin-top: -290px;
}

.insidepage .topSlider .arrowsSlider {
    display: none;
}

.insidepage .topSlider .itemTS {
    display: none;
}

.insidepage .topSlider .itemTS:first-child {
    display: block;
}

.topSlider .itemTS .textTS {
    display: none;
}


/* end topSlider */


/* кнопка */

.callback-button {
    position: fixed;
    left: 90px;
    bottom: 90px;
    z-index: 100;
    cursor: pointer;
    width: 160px;
}

.callback-button a img:last-child {
    position: absolute;
    top: 0;
    opacity: 0;
}

.callback-button a img:last-child:hover {
    opacity: 1;
}

.callback-button a img:first-child:hover {
    opacity: 0;
}


/* numbers */

.numbers {
    margin-bottom: 60px;
}

.numbers .itemNumbers {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0eff3;
    align-items: center;
}

.numbers .itemNumbers span {
    color: rgb(128, 209, 0);
    margin-right: 20px;
    font-family: 'Lorabold';
    font-style: italic;
    font-size: 63px;
    font-weight: bold;
    color: linear-gradient(90deg, rgba(128, 209, 0, 1) 0%, rgba(168, 228, 102, 1) 100%);
}

.numbers .itemNumbers p {
    margin: 0;
    color: #001e14;
    font-size: 17px;
}


/* end numbers */


/* treatment */

.treatment {}

.treatment .itemT {
    width: calc((100% / 3) - 20px);
    background: #fff;
}

.treatment .itemT .wImg {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.treatment .itemT .wImg img {
    transition: .2s;
}

.treatment .itemT:hover .wImg img {
    transform: scale(1.2);
}

.treatment .itemT .wImg .name {
    position: absolute;
    left: 30px;
    bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #001e14;
    z-index: 10;
}

.treatment .itemT .wImg::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 160px;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 100%);
    z-index: 5;
}

.treatment .itemT .textT {
    padding: 20px 30px 35px;
}

.treatment .itemT .textT p {
    margin: 0;
    font-size: 17px;
    line-height: 20px;
    color: #001e14;
    padding-bottom: 8px;
    border-bottom: solid 1px #e0eff3;
    margin-bottom: 30px;
    min-height: 85px;
}

.treatment .itemT .textT a::after {
    content: url('../images/arrowLechenie.webp');
}


/* end treatment */


/* prozhivanie */

.prozhivanie {
    padding-top: 205px;
    background: url('../images/bgProzhiv.webp') repeat center center;
    margin-top: -115px;
    padding-bottom: 60px;
    margin-bottom: 100px;
}

.prozhivanie .itemsP {
    margin-bottom: 50px;
}

.prozhivanie .itemP {
    position: relative;
}

.prozhivanie .itemP .bgItemP {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prozhivanie .itemP .bgItemP img {
    transition: .2s;
}

.prozhivanie .itemP:hover .bgItemP img {
    transform: scale(1.2);
}

.prozhivanie .itemP::before {
    z-index: 5;
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(202, 215, 220, 1) 70%);
}

.prozhivanie .itemP:nth-child(even)::before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(168, 228, 102, 1) 70%);
}

.prozhivanie .itemP .textPAndButton {
    z-index: 10;
    padding: 35px 30px 30px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.prozhivanie .itemP .buttonT::after {
    content: url('../images/arrowLechenie.webp');
}

.prozhivanie .itemP .textP .nameP {
    font-size: 23px;
    line-height: 24px;
    font-weight: bold;
    color: #001e14;
    min-height: 50px;
}

.prozhivanie .itemP .textP .descriptionP {
    font-size: 17px;
    font-family: 'Proxima Nova Lt';
    font-weight: 300;
    font-style: normal;
    color: #001e14;
    line-height: 20px;
    margin-bottom: 15px;
}

.prozhivanie .itemP .textP .priceP {
    font-size: 21px;
    font-weight: bold;
    color: #001e14;
}

.prozhivanie .bottomLineP {
    padding: 25px;
    border: solid 1px #cad7dc;
}

.prozhivanie .bottomLineP .textAll {
    font-size: 23px;
    line-height: 24px;
    font-weight: bold;
    color: #001e14;
}


/* end prozhivanie */


/* uslugi */

.uslugi .wrapBSAndTitle {
    margin-bottom: 25px;
}

.uslugi .titleUsl {
    margin-bottom: 0;
}

.uslugi .itemsUsl {
    margin: 0 -15px;
}

.uslugi .wrapItemUsl {
    padding: 15px;
}

.uslugi .itemUsl {
    position: relative;
}

.uslugi .itemUsl .wImg {
    display: flex;
    justify-content: flex-end;
}

.uslugi .itemUsl .wImg::after {
    position: absolute;
    content: url('../images/afterUslItem.webp');
    left: 10px;
    bottom: 10px;
    z-index: 10;
}


/* цвета плашек */

.uslugi .itemUsl .wImg.green::before {
    width: 80%;
    height: 100%;
    content: '';
    z-index: 5;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(168, 228, 102, 1) 60%);
}

.uslugi .itemUsl .wImg.brown::before {
    width: 80%;
    height: 100%;
    content: '';
    z-index: 5;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(176, 146, 130, 1) 60%);
}

.uslugi .itemUsl .wImg.grey::before {
    width: 80%;
    height: 100%;
    content: '';
    z-index: 5;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(208, 203, 197, 1) 60%);
}

.uslugi .itemUsl .wImg.orange::before {
    width: 80%;
    height: 100%;
    content: '';
    z-index: 5;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(250, 209, 147, 1) 60%);
}


/* конец цвета плашек */

.uslugi {
    margin-bottom: 90px;
}

.uslugi .itemsUsl {
    margin-bottom: 30px;
}

.uslugi .itemUsl .ButtonAndTextUsl {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 15;
    padding-top: 35px;
    padding-left: 30px;
    padding-bottom: 25px;
    padding-right: 60%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.uslugi .itemUsl .ButtonAndTextUsl .nameUsl {
    font-size: 23px;
    line-height: 24px;
    font-weight: bold;
    color: #001e14;
    min-height: 45px;
}

.uslugi .itemUsl .ButtonAndTextUsl .descriptionUsl {
    font-weight: 300;
    font-style: normal;
    font-family: 'Proxima Nova Lt';
    font-size: 16px;
    line-height: 20px;
}

.uslugi .itemUsl .ButtonAndTextUsl .ButtonUsl a {
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-family: 'Proxima Nova Lt';
    line-height: 17px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #001e14;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}

.uslugi .itemUsl .ButtonAndTextUsl .ButtonUsl a::after {
    content: url('../images/arrowLechenie.webp');
    margin-left: 25px;
}

.uslugi .bottomLineUsl {
    padding: 25px;
    border: solid 1px #cad7dc;
}

.uslugi .bottomLineUsl .textAll {
    font-size: 23px;
    line-height: 24px;
    font-weight: bold;
    color: #001e14;
}


/* end uslugi */


/* nagrad */

.nagrad {
    margin-bottom: 80px;
}

.nagrad .titleN {
    margin: 0;
}

.nagrad .wrapBSAndTitle {
    margin-bottom: 50px;
}

.nagrad .slick-list {
    margin: 0 -15px;
}

.nagrad .wrapItemN {
    padding: 0 15px;
}

.nagrad .itemN .wImg {
    padding: 5px;
    border: solid 1px #e0eff3;
}

.nagrad .itemN .textN {
    padding: 20px;
    padding-right: 0;
    padding-top: 35px;
    position: relative;
    font-size: 17px;
    line-height: 20px;
    color: #001e14;
    font-weight: 300;
    font-style: normal;
    font-family: 'Proxima Nova Lt';
}

.nagrad .itemN .textN::before {
    position: absolute;
    left: 20px;
    top: 15px;
    height: 3px;
    width: 15px;
    content: "";
    background: #80d100;
}


/* end nagrad */


/* fotoH */

.fotoH {
    margin-bottom: 100px;
}

.fotoH .itemsFH .slick-list {
    margin: 0 -15px;
}

.fotoH .wrapItemFH {
    padding: 15px;
}

.fotoH .itemFH {
    padding: 10px;
    border: solid 1px #e0eff3;
}

.fotoH .itemFH a {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.fotoH .itemFH img {
    min-width: 100%;
    min-height: 100%;
}

.fotoH .itemsFH {
    margin-bottom: 45px;
}


/* end fotoH */


/* otzv */

.otzv .wrapBSAndTitle {
    margin-bottom: 55px;
}

.otzv .titleOtz {
    margin-bottom: 0;
}

.otzv .itemsOtzv {
    margin-bottom: 60px;
}

.otzv .itemOtzv {
    padding: 0 25px;
    border-right: 1px solid #e0eff3;
}

.otzv .itemOtzv .dateOtzv {
    font-size: 14px;
    line-height: 16px;
    color: #81bf15;
    margin-bottom: 35px;
    font-family: 'Montserrat', sans-serif;
}

.otzv .itemOtzv .nameOtzv {
    font-weight: bold;
    color: #001e14;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 25px;
}

.otzv .itemOtzv .bodyOtzv {
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-family: 'Proxima Nova Lt';
    line-height: 1.2;
    color: #001e14;
    min-height: 245px;
}

.otzv .itemOtzv .bodyOtzv .reviews-full {
    display: none;
}

.otzv .itemOtzv .buttonRead a {
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    font-family: 'Proxima Nova Lt';
    color: #001e14;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
}

.otzv .itemOtzv .buttonRead a::after {
    content: url('../images/arrowLechenie.webp');
    margin-left: 25px;
}


/* end otzv */


/* staticForm */

.staticForm {
    padding-top: 560px;
    background: url('../images/bgStatForm.webp') no-repeat top center;
    background-size: cover;
}

.staticForm.nonFon {
    background: none;
    padding-top: 0;
}

.staticForm .btnsBlock {
    display: grid;
    grid-template-columns: repeat(2, minmax(100px, 1fr));
    grid-gap: 10px;
}

.staticForm .btnsBlock a.buttonAll {
    text-align: center;
    justify-content: center;
}

.staticForm .wrapSF {
    margin-bottom: 55px;
}

.btnsBlock.lineBtns {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.btnsBlock.lineBtns a {
    flex: 1;
}


/* leftSF */

.leftSF {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 360px;
}

.leftSF .itemLeftSF {
    padding: 15px;
    background: #fff;
    border-radius: 5px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.leftSF .itemLeftSF::after {
    position: absolute;
    content: '';
    height: 60px;
    width: 10px;
    background: rgb(128, 209, 0);
    background: linear-gradient(0deg, rgba(128, 209, 0, 1) 0%, rgba(168, 228, 102, 1) 100%);
    border-radius: 5px;
    right: 0;
    top: 50%;
    transform: translate(50%, -50%);
}

.leftSF .itemLeftSF:hover:after {
    background: rgb(128, 209, 0);
    background: linear-gradient(0deg, rgba(128, 250, 0, 1) 0%, rgba(197, 250, 0, 1) 100%);
}

.leftSF .itemLeftSF .wImg {
    width: 60px;
}

.leftSF .itemLeftSF .textLeftSF {
    margin-left: 15px;
    font-size: 17px;
    line-height: 1.2;
    color: #001e14;
    font-weight: 300;
    font-style: normal;
    font-family: 'Proxima Nova Lt';
    width: calc(100% - 75px);
}


/* end leftSF */


/* rightSF */

.staticForm .rightSF {
    width: 660px;
    z-index: 0;
    position: relative;
}

.staticForm .wrapRightSF {
    padding: 60px 60px 25px;
    background: #fff;
    height: 100%;
}

.staticForm .rightSF::before {
    width: 100%;
    height: 100%;
    background: #f0f5ff;
    content: '';
    z-index: -1;
    left: -10px;
    top: 10px;
    position: absolute;
    -webkit-box-shadow: 0px 15px 35px 0px rgba(34, 60, 80, 0.15);
    -moz-box-shadow: 0px 15px 35px 0px rgba(34, 60, 80, 0.15);
    box-shadow: 0px 15px 35px 0px rgba(34, 60, 80, 0.15);
}

.staticForm .rightSF::after {
    position: absolute;
    content: url('../images/listicSF.webp');
    left: 45px;
    top: -20px;
}

.staticForm .rightSF .titleSF {
    font-weight: bold;
    font-family: 'Lorabold';
    font-size: 35px;
    line-height: 1.4;
    margin-bottom: 25px;
}

.staticForm .rightSF .descriptionSF {
    font-family: 'Proxima Nova Lt';
    font-weight: 300;
    font-style: normal;
    font-size: 17px;
    line-height: 1.2;
    margin-bottom: 25px;
}

.staticForm .rightSF form {
    flex-wrap: wrap;
}

.staticForm .rightSF form>input {
    height: 50px;
    background: url('../images/phone2.webp') no-repeat left center, #e6f0f0;
    display: flex;
    background-position-x: 10px;
    align-items: center;
    justify-content: flex-start;
    border: none;
    border-radius: 5px;
    padding-left: 40px;
    min-width: 300px;
    font-size: 18px;
    color: #001e14;
}

.staticForm .rightSF form>input::placeholder {
    opacity: 1;
    font-size: 18px;
    color: #001e14;
}

.staticForm .rightSF form>button {
    padding: 0 35px;
    display: flex;
    align-items: center;
    border: none;
}

.staticForm .rightSF form .wrapLabel {
    width: 100%;
    margin-top: 35px;
    position: relative;
    padding-left: 35px;
}


/* end rightSF */


/* bottomLineSF */

.bottomLineSF {
    display: grid;
    grid-template-columns: 475px 470px 1fr;
    padding-bottom: 20px;
}

.bottomLineSF .logo {
    width: 360px;
    margin-right: 115px;
    grid-row-start: span 2;
}

.bottomLineSF .adress {
    grid-column-start: 2;
    grid-row-start: 2;
}

.bottomLineSF .adress {
    font-size: 17px;
    font-family: 'Proxima Nova Lt';
    font-weight: 300;
    font-style: normal;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: start;
}

.bottomLineSF .adress::before {
    content: url("../images/maps.webp");
    margin-right: 10px;
    width: 22px;
    display: flex;
    justify-content: center;
}

.bottomLineSF .buttonCallback {
    border-radius: 5px;
    color: #001e14;
    text-transform: uppercase;
    font-family: 'Proxima Nova Lt', sans-serif;
    font-weight: 600;
    font-style: normal;
    display: flex;
    align-items: center;
    padding: 0 15px;
    font-size: 14px;
    width: 195px;
    height: 40px;
    cursor: pointer;
}

.bottomLineSF .buttonCallback::before {
    content: url('../images/phone.webp');
    margin-right: 10px;
}

.bottomLineSF .phone a {
    font-size: 25px;
    font-family: 'Proxima Nova Rg', sans-serif;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    line-height: 30px;
    white-space: nowrap;
    color: #001e14;
}

.bottomLineSF .socialIcon {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 3px;
}

.bottomLineSF .socialIcon a {
    margin-right: 30px;
}


/* end bottomLineSF */


/* end staticForm */


/* footer */

footer {
    background: #6e848d;
}

.footerMenu .wrapFM {
    padding-left: 80px;
    position: relative;
    margin-bottom: 40px;
}

.footerMenu .wrapFM::before {
    content: url('../images/homeFooter.webp');
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.footerMenu ul {
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    padding: 0;
}

.footerMenu ul li {
    padding: 20px 0;
}

.footerMenu ul li a {
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
}

.footerMenu ul li ul {
    display: none;
}

.bottomLineFooter {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 45px;
}

.bottomLineFooter .itemLF {
    padding-left: 80px;
    position: relative;
}

.bottomLineFooter .itemLF::before {
    position: absolute;
    left: 35px;
    top: 0;
    content: url('../images/mail2.webp');
}

.bottomLineFooter .itemLF,
.bottomLineFooter .itemLF a {
    font-size: 17px;
    color: #fff;
    text-decoration: none;
    font-family: 'Proxima Nova Lt';
    font-weight: 300;
    font-style: normal;
}

.bottomLineFooter .itemLF .name {
    margin-bottom: 15px;
}

.bottomLineFooter .shemaLF {
    display: flex;
    justify-content: flex-end;
    padding-left: 80px;
}

.itemMapsLF {
    text-align: left;
}

.bottomLineFooter .shemaLF .shemaProezda {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.bottomLineFooter .shemaLF .shemaProezda a {
    font-size: 17px;
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
    font-style: normal;
    color: #fff;
    text-decoration: none;
    border-bottom: dotted 2px #fff;
}

.bottomLineFooter .shemaLF .shemaProezda::before {
    content: url("../images/shemaMaps2.webp");
    margin-right: 10px;
}

.topLine .hiddenKart {
    display: none;
}

.bottomLineFooter .shemaLF .mapTerr {
    display: flex;
    align-items: center;
}

.bottomLineFooter .shemaLF .mapTerr a {
    font-size: 17px;
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
    font-style: normal;
    color: #fff;
    text-decoration: none;
    border-bottom: dotted 2px #fff;
}

.bottomLineFooter .shemaLF .mapTerr::before {
    content: url("../images/karta2.webp");
    margin-right: 10px;
}

.copyright {
    padding-left: 80px;
    color: #abb8bd;
    margin-bottom: 25px;
}

.copyright .prava {
    white-space: nowrap;
    margin-left: 50px;
}


/* end footer */


/* Страница "Проживание" */

.list-nomer {
    display: flex;
    flex-direction: column;
}

.itemNom .itemsLN {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

.itemNom {
    margin-bottom: 50px;
}

.itemNom .titleNom {
    font-size: 30px;
    font-weight: bold;
    color: #001e14;
    padding-bottom: 20px;
    border-bottom: solid 1px #e0eff3;
    position: relative;
    margin-bottom: 20px;
}

.itemNom .titleNom::before {
    position: absolute;
    width: 15px;
    height: 5px;
    left: 0;
    background: #80d100;
    content: '';
    bottom: -3px;
}

.itemNom .descLNom {
    font-size: 17px;
    font-weight: 300;
    color: #001e14;
    margin-bottom: 45px;
}

.itemNom .itemLN {
    /* width: calc((100% / 3) - 20px); */
    background: #fff;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 15px 35px 0px rgba(34, 60, 80, 0.15);
    -moz-box-shadow: 0px 15px 35px 0px rgba(34, 60, 80, 0.15);
    box-shadow: 0px 15px 35px 0px rgba(34, 60, 80, 0.15);
}

.itemNom .itemLN .wImg {
    position: relative;
    overflow: hidden;
}

.itemNom .itemLN .wImg img {
    transition: .2s;
}

.itemNom .itemLN:hover .wImg img {
    transform: scale(1.2);
}

.itemNom .itemLN .wImg .name {
    position: absolute;
    left: 0px;
    padding: 0 30px;
    bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #001e14;
    z-index: 10;
}

.itemNom .itemLN .wImg::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 160px;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 100%);
    z-index: 5;
}

.itemNom .itemLN .textT {
    padding: 20px 30px 35px;
}

.itemNom .itemLN .textT p {
    margin: 0;
    font-size: 17px;
    line-height: 20px;
    color: #001e14;
    padding-bottom: 30px;
    border-bottom: solid 1px #e0eff3;
    margin-bottom: 30px;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.itemNom .itemLN .textT p span {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #001e14;
    padding-left: 10px;
}

.itemNom .itemLN .textT a::after {
    content: url('../images/arrowLechenie.webp');
}


/* конец Страница "Проживание" */


/* Детальная страница номера */

.detail-nomer .sliderDN {
    margin-bottom: 40px;
}

.detail-nomer .title {
    font-size: 24px;
    font-weight: bold;
    color: #001e14;
    margin-bottom: 15px;
}

.detail-nomer .itemSDN a img {
    width: 100%;
}

.detail-nomer .descDN .body,
.detail-nomer .inDN .body,
.detail-nomer .inCorp .body {
    color: #001e14;
    font-size: 17px;
    line-height: 1.2;
    margin-bottom: 40px;
}

.tablePriceDN {
    padding-bottom: 45px;
    border-bottom: solid 1px #e0eff3;
    margin-bottom: 45px;
}

.tablePriceDN .body {
    border-radius: 15px;
    overflow: hidden;
    color: #001e14;
}

.tablePriceDN table tr th {
    font-size: 17px;
    font-weight: 600;
}

.tablePriceDN table tr td,
.tablePriceDN table tr th {
    text-align: center;
}

.tablePriceDN table tr:nth-child(odd) {
    background: #e8edee;
}

.tablePriceDN table tr:nth-child(even) {
    background: #dae0e1;
}

.tablePriceDN table tr:first-child {
    background: #a8e466;
}

.tablePriceDN table tr:last-child {
    background: #99d45f;
}

.tablePriceDN table tr th {
    padding: 15px 0;
}

.tablePriceDN table tr td {
    padding: 5px;
}

.tablePriceDN table tr td:first-child,
.tablePriceDN table tr th:first-child {
    padding: 0 40px;
}

.tablePriceDN table tr:last-child td {
    padding: 5px;
    text-align: center;
}

.tablePriceDN table tr th {
    width: 30%;
    padding: 0 20px;
}

.rowLastDN {
    margin-bottom: 60px;
}

.rowLastDN .buttonAll::after {
    content: url('../images/arrowLechenie.webp');
    margin-left: 15px;
}

.rowLastDN .telDN a,
.rowLastDN .telDN {
    font-size: 20px;
    color: #001e14;
    font-weight: 300;
    font-family: 'Proxima Nova Lt';
    font-style: normal;
    text-decoration: none;
}

.bottomLineDN {
    padding: 25px;
    border: solid 1px #cad7dc;
}

.bottomLineDN .textAll {
    font-size: 23px;
    line-height: 24px;
    font-weight: bold;
    color: #001e14;
}


/* конец Детальная страница номера */


/* Страница лечение */

.list-lechenie {}

.list-lechenie .descLL {
    font-size: 18px;
    font-family: 'Proxima Nova Lt';
    font-weight: 300;
    font-style: normal;
    color: #001e14;
    margin-bottom: 50px;
}

.itemsLL {
    display: flex;
    flex-direction: column;
}

.itemLL {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    border: 1px solid #e0eff3;
    margin-bottom: 50px;
}

.itemLL.reverse {
    flex-direction: row-reverse;
}

.itemLL .textLL {
    padding: 20px;
    width: 50%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
}

.itemLL .textLL::before {
    position: absolute;
    left: 20px;
    top: -3px;
    background: #80d100;
    content: "";
    width: 15px;
    height: 5px;
}

.itemLL .imagesLL {
    width: 50%;
    display: flex;
    align-items: center;
}

.itemLL .textLL .titleLL {
    font-size: 24px;
    margin-bottom: 40px;
    font-weight: bold;
}

.itemLL .textLL .descriptionLL {
    font-size: 17px;
    line-height: 1.2;
    font-family: 'Proxima Nova Lt';
    font-weight: 300;
    font-style: normal;
    margin-bottom: 10px;
}

.itemLL .textLL .description2LL {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 50px;
}

.itemLL .textLL .buttonAll {
    display: inline-block;
}

.itemLL .textLL .buttonAll::after {
    content: url('../images/arrowLechenie.webp');
    margin-left: 15px;
}

.listMetodLechenie .titleML,
.list-Spec .titleLS,
.listMedDop .titleMD,
.pokazLech .titlePL,
.list-kaklechim .titleKL {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 40px;
}

.list-tabsKL {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 45px;
}

.itemTKL {
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 15px;
    border-bottom: 5px solid #c5d5df;
    margin-right: 20px;
    cursor: pointer;
}

.itemTKL.active,
.itemTKL:hover {
    border-bottom: 5px solid #80d100;
}

.list-bodyKL {
    margin-bottom: 70px;
}

.wrapItemBKL {
    display: none;
}

.wrapItemBKL.active {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

.wrapItemBKL .itemBKL {
    -webkit-box-shadow: 0px 15px 35px 0px rgba(34, 60, 80, 0.15);
    -moz-box-shadow: 0px 15px 35px 0px rgba(34, 60, 80, 0.15);
    box-shadow: 0px 15px 35px 0px rgba(34, 60, 80, 0.15);
}

.wrapItemBKL .itemBKL .wImg {
    position: relative;
    overflow: hidden;
}

.wrapItemBKL .itemBKL .wImg img {
    transition: .2s;
}

.wrapItemBKL .itemBKL:hover .wImg img {
    transform: scale(1.2);
}

.wrapItemBKL .itemBKL .wImg .nameBKL {
    position: absolute;
    left: 30px;
    bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #001e14;
    z-index: 10;
}

.wrapItemBKL .itemBKL .wImg::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 160px;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 100%);
    z-index: 5;
}

.wrapItemBKL .itemBKL .textBKL {
    padding: 20px 30px 35px;
}

.wrapItemBKL .itemBKL .textBKL p {
    margin: 0;
    font-size: 17px;
    line-height: 20px;
    color: #001e14;
    padding-bottom: 8px;
    border-bottom: solid 1px #e0eff3;
    margin-bottom: 30px;
    min-height: 85px;
}

.wrapItemBKL .itemBKL .textBKL a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgb(128, 209, 0);
    background: linear-gradient(0deg, rgba(128, 209, 0, 1) 0%, rgba(168, 228, 102, 1) 100%);
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 16px;
    color: #001e14;
    padding: 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: .2s;
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
    font-style: normal;
}

.wrapItemBKL .itemBKL .textBKL a:hover {
    background: rgb(128, 209, 0);
    background: linear-gradient(0deg, rgba(128, 250, 0, 1) 0%, rgba(197, 250, 0, 1) 100%);
}

.wrapItemBKL .itemBKL .textBKL a::after {
    content: url('../images/arrowLechenie.webp');
}

.list-Spec {
    margin-bottom: 70px;
}

.itemsLS {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

.itemLS {
    display: flex;
    flex-direction: column;
}

.itemLS .wImg {
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 50%;
    width: 100%;
    width: 350px;
    margin-bottom: 40px;
}

.itemLS .wImg img {
    max-width: none;
}

.itemLS .nameLS {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
    padding: 0 15px;
}

.itemLS .specLS {
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-family: 'Proxima Nova Lt';
    padding: 0 15px;
}

.listMetodLechenie .wrapMLAndTitle {
    margin-bottom: 25px;
}

.listMetodLechenie .titleML {
    margin-bottom: 0;
}

.listMetodLechenie .itemsML {
    margin: 0 -15px;
}

.listMetodLechenie .wrapItemML {
    padding: 15px;
}

.listMetodLechenie .itemML {
    position: relative;
}

.listMetodLechenie .itemML .wImg {
    display: flex;
    justify-content: flex-end;
}

.listMetodLechenie .itemML .wImg::after {
    position: absolute;
    content: url('../images/afterUslItem.webp');
    left: 10px;
    bottom: 10px;
    z-index: 10;
}


/* цвета плашек */

.listMetodLechenie .itemML .wImg.green::before {
    width: 80%;
    height: 100%;
    content: '';
    z-index: 5;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(168, 228, 102, 1) 60%);
}

.listMetodLechenie .itemML .wImg.brown::before {
    width: 80%;
    height: 100%;
    content: '';
    z-index: 5;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(176, 146, 130, 1) 60%);
}

.listMetodLechenie .itemML .wImg.grey::before {
    width: 80%;
    height: 100%;
    content: '';
    z-index: 5;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(208, 203, 197, 1) 60%);
}

.listMetodLechenie .itemML .wImg.orange::before {
    width: 80%;
    height: 100%;
    content: '';
    z-index: 5;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(250, 209, 147, 1) 60%);
}


/* конец цвета плашек */

.listMetodLechenie {
    margin-bottom: 90px;
}

.listMetodLechenie .itemML .ButtonAndtextML {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 15;
    padding-top: 35px;
    padding-left: 30px;
    padding-bottom: 25px;
    padding-right: 60%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.listMetodLechenie .itemML .ButtonAndtextML .nameML {
    font-size: 23px;
    line-height: 24px;
    font-weight: bold;
    color: #001e14;
    min-height: 45px;
}

.listMetodLechenie .itemML .ButtonAndtextML .descriptionML {
    font-weight: 300;
    font-style: normal;
    font-family: 'Proxima Nova Lt';
    font-size: 16px;
    line-height: 20px;
}

.listMetodLechenie .itemML .ButtonAndtextML .ButtonML a {
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-family: 'Proxima Nova Lt';
    line-height: 17px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #001e14;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}

.listMetodLechenie .itemML .ButtonAndtextML .ButtonML a::after {
    content: url('../images/arrowLechenie.webp');
    margin-left: 25px;
}

.itemsPL {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* grid-gap: 30px; */
}

.itemPL.span2 {
    grid-column-start: span 2;
}

.itemPL .titleItemPL {
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: bold;
}

.itemPL .listItemPL {
    font-size: 18px;
    font-family: 'Proxima Nova Lt';
    font-weight: 300;
    font-style: normal;
}

.itemsPL .itemPL {
    margin-bottom: 30px;
}

.itemsPL .itemPL:first-child {
    padding-right: 30px;
}

.itemPL .listItemPL p {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}


/* конецСтраница лечение */


/* Детальная программы лечения */

.detail-progLechen .sliderInsidePage {
    margin-bottom: 40px;
}

.titleDetail-progLechen {
    font-weight: bold;
    color: #001e14;
    margin-bottom: 25px;
    font-size: 24px;
}

.descriptionDetail-progLechen {
    font-family: 'Proxima Nova Lt';
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 40px;
}

.descriptionDetail-progLechen ol {
    margin: 0;
    padding: 0;
    padding-left: 20px;
}

.descriptionDetail-progLechen ol>li {
    margin-bottom: 20px;
}

.descriptionDetail-progLechen ol>li>ul {
    padding: 0;
    padding-left: 35px;
    list-style: none;
    margin-top: 25px;
}

.descriptionDetail-progLechen ol>li>ul li {
    position: relative;
    line-height: 1;
    margin-bottom: 15px;
}

.descriptionDetail-progLechen ol>li>ul li::before {
    margin-right: 15px;
    background: #80d100;
    content: "";
    height: 5px;
    width: 5px;
    left: -25px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.tableDPL {
    padding-bottom: 45px;
    border-bottom: solid 1px #e0eff3;
    margin-bottom: 45px;
}

.tableDPL .body {
    border-radius: 15px;
    overflow: hidden;
    color: #001e14;
}

.tableDPL table {
    width: 100%;
}

.tableDPL table tr th {
    font-size: 17px;
    font-weight: 600;
}

.tableDPL table tr td,
.tableDPL table tr th {
    text-align: left;
}

.tableDPL table tr:nth-child(odd) {
    background: #e8edee;
}

.tableDPL table tr:nth-child(even) {
    background: #dae0e1;
}

.tableDPL table tr:first-child {
    background: #a8e466;
}

.tableDPL table tr:last-child {
    background: #99d45f;
}

.tableDPL table tr th {
    padding: 15px 0;
}

.tableDPL table tr td {
    padding: 5px;
}

.tableDPL table tr td:first-child,
.tableDPL table tr th:first-child {
    padding: 0 40px;
}

.tableDPL table tr th:first-child {
    padding: 10px 40px;
}

.tableDPL table tr:last-child td {
    padding: 5px;
    text-align: center;
}

.rowLastDN {
    margin-bottom: 60px;
}


/* конец Детальная программы лечения */


/* Цены */

.tablePrice {
    border-radius: 15px;
    overflow: hidden;
}

.tablePrice table {
    width: 100%;
}

.tablePrice table tr th {
    font-size: 17px;
    font-weight: 600;
}

.tablePrice table tr td,
.tablePrice table tr th {
    text-align: center;
}

.tablePrice table tr:nth-child(odd) {
    background: #e8edee;
}

.tablePrice table tr:nth-child(even) {
    background: #dae0e1;
}

.tablePrice table tr:first-child {
    background: #a8e466;
}

.tablePrice table tr td {
    padding: 10px;
}

.tablePrice table tr th:first-child {
    padding: 10px 40px;
}

.tablePrice table tr:last-child td {
    padding: 5px;
    text-align: center;
}


/* insidePage */

.col3-items {
    display: grid;
    grid-template-columns: repeat(3, auto);
    justify-content: center;
}

.col2-items {
    display: grid;
    grid-template-columns: repeat(2, auto);
    justify-content: center;
}

.col4-items {
    display: grid;
    grid-template-columns: repeat(4, auto);
    justify-content: center;
}

.col-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.flexAI.flexColumn h3 {
    margin: 10px 0 15px;
}

.flexAI.flexColumn p {
    margin: 0 0 10px;
}


/* insidePage */


/* контенер */

.showThis {
    left: 0;
}

@media screen and (min-width:992px) {
    .container {
        max-width: 960px;
    }
}

@media screen and (min-width:1200px) {
    .container {
        max-width: 1170px;
    }
}


/* --- effects --*/

.bounceInUp {
    opacity: 0;
    -moz-transform: scale(0.9);
    /* Для Firefox */
    -ms-transform: scale(0.9);
    /* Для IE */
    -webkit-transform: scale(0.9);
    /* Для Safari, Chrome, iOS */
    -o-transform: scale(0.9);
    /* Для Opera */
    transform: scale(0.9);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.bounceInUp.shown {
    opacity: 1;
    transform: scale(1);
    -moz-transform: scale(1);
    /* Для Firefox */
    -ms-transform: scale(1);
    /* Для IE */
    -webkit-transform: scale(1);
    /* Для Safari, Chrome, iOS */
    -o-transform: scale(1);
    /* Для Opera */
}

.showMobileMenu {
    height: auto;
    opacity: 1;
}

.leftBLFoot {
    display: none;
}

.mobileClick {
    display: none;
}

.flexSB.flexAI.flexW {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.openChildMain.active {
    transform: rotate(180deg);
}

.emailBlock {
    display: grid;
    grid-template-columns: repeat(4, 190px);
}

.emailBlock a:nth-child(3) {
    grid-column-start: 3;
}

.emailBlock a:nth-child(4) {
    grid-column-start: 2;
}


/* modile */

@media screen and (max-width:1300px) {
    .breadcrumb {
        flex-wrap: wrap;
    }
    .insidepage .topSlider {
        margin-top: 0;
        padding-top: 75px;
    }
    .topSlider.slick-initialized.slick-slider br {
        display: none;
    }
    .bottomLine {
        background: rgba(206, 220, 206);
    }
    .topSlider {
        padding-top: 148px;
    }
    /* внутренняя страница */
    .sliderInsidePage .itemIP img {
        height: auto;
        min-height: 150px;
    }
    /* внутренняя страница конец */
}

@media screen and (max-width:1199px) {
    .wrapInputsForm {
        grid-template-columns: repeat(2, minmax(100px, 1fr));
    }
    iframe {
        width: 100%;
    }
    .topSlider {
        padding-top: 178px;
    }
    .itemsLS {
        grid-template-columns: repeat(2, 1fr);
    }
    .itemLS.bounceInUp.shown {
        display: flex;
        align-items: center;
    }
    .staticForm .rightSF form>input {
        min-width: 240px;
    }
    .topSlider.slick-initialized.slick-slider #block-search {
        width: 90%;
    }
    .bottomLineSF {
        grid-template-columns: 400px 325px 1fr;
    }
    .topLine .logo {
        width: 240px;
    }
    .textTL {
        width: calc(100% - 280px);
    }
}

@media screen and (max-width:991px) {
    .wrapInputsForm input[type="text"],
    .wrapInputsForm input[type="email"],
    .selectCustom .txtSelect {
        min-width: 250px;
        font-size: 16px;
        height: 40px;
        padding: 0 10px;
    }
    /* booking button */
    .x-tl-booking-widget-container {
        z-index: 99;
    }
    /* booking button end */
    /* header */
    .topSlider.slick-initialized.slick-slider #block-search {
        width: 90%;
    }
    .topSlider {
        padding-top: 115px;
    }
    .textTL {
        grid-template-columns: repeat(2, 1fr);
        width: fit-content;
        grid-gap: 10px;
    }
    header .textTL .socialIcon {
        grid-column-start: 2;
        grid-row-start: 2;
        width: 100%;
        justify-content: end;
    }
    .wrapBtnsBlockH {
        grid-column-start: 1;
        grid-row-start: 1;
    }
    header .textTL .buttonCallback {
        grid-column-start: 1;
        grid-row-start: 1;
    }
    header .textTL .phone {
        grid-row-start: 1;
        text-align: end;
        grid-column-start: 2;
    }
    /*bottom line */
    .bottomLine ul li {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .bottomLine ul li a {
        padding: 20px 0;
        font-size: 12px;
        width: fit-content;
    }
    .bottomLine ul li:hover ul {
        display: none;
    }
    .bottomLine ul li a:hover::before {
        display: none;
    }
    .bottomLine ul li ul {
        display: none;
        padding: 10px;
    }
    .bottomLine ul ul li a {
        padding: 5px 0;
    }
    .bottomLine .wrapBL {
        transition: 1s;
        background: #c2d3ba;
        display: flex;
        flex-direction: column;
        font-size: 12px;
        text-align: center;
        padding-top: 20px;
        left: -100%;
        top: 0;
        bottom: 0;
        position: fixed;
        height: 100vh;
        width: 100%;
        z-index: 1000;
        padding-left: 0;
    }
    .bottomLine .wrapBL::before {
        display: none;
    }
    .wrapBL.showThis {
        left: 0;
        overflow: scroll;
    }
    .bottomLine .wrapBL>ul {
        transition: 1s;
        display: flex;
        flex-direction: column;
    }
    .bottomLine ul li:hover ul {
        position: static;
        width: 100%;
        background: none;
    }
    .bottomLineSF .phone {
        grid-row-start: 1;
        grid-column-start: 3;
    }
    .bottomLineSF .buttonCallback.buttonAll {
        grid-column-start: 3;
    }
    .bottomLineSF .logo {
        display: none;
    }
    .bottomLineSF {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        padding-bottom: 20px;
        grid-row-gap: 10px;
    }
    .bottomLineSF .adress {
        grid-column-start: 1;
        grid-row-start: 2;
    }
    .bottomLineFooter {
        grid-template-columns: repeat(2, 1fr);
        grid-row-gap: 25px;
    }
    .bottomLineFooter .shemaLF {
        padding-left: 0;
        justify-content: start;
    }
    .bottomLineFooter .itemLF {
        padding-left: 20px;
    }
    .bottomLineFooter .itemLF::before {
        left: 0px;
    }
    /* openChileMain */
    .openChildMain {
        display: block;
        width: 18px;
        height: 18px;
        position: absolute;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg height='18px' id='Layer_1' style='enable-background:new 0 0 128 128;' version='1.1' viewBox='0 0 128 128' width='18px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cg%3e%3cline style='fill:none;stroke:%232F3435;stroke-width:12;stroke-linecap:square;stroke-miterlimit:10;' x1='111' x2='64' y1='40.5' y2='87.499'/%3e%3cline style='fill:none;stroke:%232F3435;stroke-width:12;stroke-linecap:square;stroke-miterlimit:10;' x1='64' x2='17' y1='87.499' y2='40.5'/%3e%3c/g%3e%3c/svg%3e");
        top: 18px;
        right: 42%;
    }
    .openChildMain.active {
        right: 42%;
        top: 14px;
    }
    /* mobile click */
    .mobileClick {
        background: url('../images/homeHead.webp') center center no-repeat rgb(206, 220, 206, 0.9);
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 115px;
        right: -45px;
        cursor: pointer;
        padding: 0;
        z-index: 1000;
        left: auto;
        transform: translateY(-0%);
        transition: 0.5s;
    }
    .mobileClick.showThis {
        right: 0;
    }
    /* bottom line end */
    /* header end */
    .itemNom .itemsLN {
        grid-template-columns: repeat(2, 1fr);
    }
    .hiddenKart {
        display: none;
    }
    .leftBLFoot {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    /* treatment */
    .itemsT.flexSB {
        flex-direction: column;
        align-items: center;
    }
    .itemT.bounceInUp.shown {
        width: 80%;
    }
    /* accommodation */
    .itemP.bounceInUp.shown {
        width: 80%;
    }
    .staticForm {
        padding-top: 156px;
    }
    .staticForm .rightSF form {
        flex-wrap: nowrap;
        display: flex;
        flex-direction: column;
    }
    .staticForm .rightSF form>button {
        padding: 11px;
        margin-top: 15px;
        padding: 11px;
        margin-top: 15px;
        width: fit-content;
    }
    .staticForm .rightSF form>input {
        min-width: 0;
        height: 40px;
    }
    .socialIcon a img {
        max-width: fit-content;
    }
    .wrapItemN>div {
        text-align: center;
    }
    .wImg {
        justify-content: center;
        display: flex;
    }
    .topLine .container {
        margin-left: 0;
        margin-right: 0;
    }
    /* prozhivanie and uslugi */
    .prozhivanie .itemsP {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .uslugi .itemUsl .ButtonAndTextUsl .nameUsl {
        font-size: 17px;
    }
    .uslugi .itemUsl .ButtonAndTextUsl .descriptionUsl {
        font-size: 12px;
    }
    /* prozhivanie and uslugi end */
    /* nagrada */
    .nagrad .wrapBSAndTitle {
        margin-bottom: 15px;
    }
    /* nagrada end */
    .buttonAllContent {
        display: flex;
        justify-content: center;
        padding-top: 15px;
    }
    /* footer */
    .footerMenu .wrapFM {
        display: none;
    }
    footer .custom {
        padding-top: 30px;
    }
    /* footer end */
    /* copyright */
    .copyright {
        flex-direction: column;
        text-align: center;
        padding-left: 0;
        gap: 15px;
    }
    .copyright .prava {
        margin-left: 0;
    }
    /* copyright end */
    li::marker {
        content: "";
    }
    .rl_tabs.outline_content>ul.nav-tabs {
        flex-wrap: wrap;
        justify-content: center;
    }
    .socialIcon {
        display: flex;
        gap: 20px;
        align-items: center;
        width: fit-content;
        margin: 0 auto;
    }
}

@media screen and (max-width: 800px) {
    .wrapItemBKL.active {
        grid-template-columns: repeat(2, 1fr);
    }
    .openChildMain,
    .openChildMain.active {
        right: 42%;
    }
    .staticForm {
        padding-top: 100px;
    }
    /* copyright */
    .copyright {
        padding-left: 0;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    /* copyright end */
}

@media screen and (max-width:767px) {
    .btnsBlock.lineBtns {
        display: grid;
        grid-template-columns: repeat(2, minmax(100px, 1fr));
        grid-gap: 10px;
    }
    .staticForm .btnsBlock {
        grid-template-columns: repeat(1, minmax(100px, 1fr));
    }
    .formNalog .blockFormNalog {
        margin-bottom: 20px;
        border-radius: 10px;
        padding: 15px;
    }
    .formNalog .nameBlockForm {
        font-size: 18px;
        margin-bottom: 15px;
    }
    br {
        display: none;
    }
    .phone br {
        display: block;
    }
    .insidepage br {
        display: block;
    }
    .titleAll {
        font-size: 25px;
        text-align: center;
        margin-bottom: 0;
    }
    .tablePrice {
        min-width: 600px;
        overflow: scroll;
    }
    .mobileClick {
        top: 110px;
    }
    .articleBody div.flexSB {
        flex-direction: column;
        align-items: center;
    }
    .itemNom .itemsLN {
        grid-template-columns: repeat(1, 1fr);
    }
    .col3-items {
        grid-template-columns: repeat(2, auto);
    }
    .itemLS .wImg {
        height: 250px;
        width: 250px;
    }
    .itemLS .nameLS {
        font-size: 17px;
    }
    .itemLS .specLS {
        font-size: 15px;
    }
    .itemPL .titleItemPL {
        font-size: 17px;
    }
    .itemPL .listItemPL {
        font-size: 14px;
    }
    .listMetodLechenie .titleML,
    .list-Spec .titleLS,
    .listMedDop .titleMD,
    .pokazLech .titlePL,
    .list-kaklechim .titleKL {
        font-size: 24px;
    }
    .itemLL .textLL .titleLL {
        font-size: 18px;
    }
    .itemLL .textLL .descriptionLL {
        font-size: 13px;
    }
    .itemLL .textLL .description2LL {
        font-size: 15px;
    }
    .listMetodLechenie .itemML .ButtonAndtextML .descriptionML {
        font-size: 12px;
        width: 150%;
    }
    .listMetodLechenie .itemML .ButtonAndtextML .nameML {
        font-size: 18px;
    }
    .fotoH .itemsFH {
        margin-bottom: 10px;
    }
    .fotoH {
        margin-bottom: 35px;
    }
    header .textTL .buttonCallback {
        font-size: 10px;
        width: 153px;
        height: 35px;
        cursor: pointer;
    }
    /* headear */
    .topLine .logo {
        width: 250px;
    }
    .topLine .logo a {
        font-size: 14px;
    }
    header .textTL .phone a {
        font-size: 18px;
    }
    .textTL .adress {
        font-size: 12px;
    }
    .textTL .mapTerr a,
    .mapTerr.done a {
        font-size: 12px;
    }
    .textTL .shemaProezda a,
    .shemaProezda.done a {
        font-size: 12px;
    }
    header .textTL .email a {
        font-size: 12px;
    }
    header .textTL .socialIcon {
        gap: 10px;
    }
    /* bottom line */
    .bottomLineSF {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .bottomLineSF .phone {
        grid-row-start: 3;
        grid-column-start: 1;
    }
    .bottomLineSF .buttonCallback.buttonAll {
        grid-column-start: 1;
    }
    .bottomLineSF .adress {
        font-size: 12px;
    }
    .bottomLineSF .phone a {
        font-size: 16px;
    }
    .bottomLineSF .buttonCallback {
        font-size: 10px;
        width: 150px;
        height: 29px;
    }
    .leftSF .itemLeftSF .textLeftSF {
        margin-left: 15px;
        font-size: 11px;
    }
    .leftSF .itemLeftSF .wImg {
        width: 40px;
    }
    .adress.done {
        font-size: 12px;
        justify-content: center;
    }
    /* openChildMain */
    .openChildMain,
    .openChildMain.active {
        right: 40%;
    }
    /* openChildMain end */
    /* bottom line end */
    /* headear end */
    /* top banner */
    .topSlider {
        padding-top: 110px;
    }
    .topSlider.slick-initialized.slick-slider #block-search {
        width: 90%;
        margin-bottom: 60px;
    }
    /* end top banner */
    #block-search {
        margin-bottom: 140px;
    }
    .bounceInUp.shown {
        width: 100%;
    }
    /* numbers statistic */
    .numbers .itemNumbers span {
        font-size: 45px;
    }
    .numbers .itemNumbers p {
        font-size: 12px;
    }
    /*end numbers statistic */
    /* prozhivanie */
    .prozhivanie {
        margin-top: -45px;
        padding-top: 30px;
        padding-bottom: 25px;
        margin-bottom: 35px;
    }
    .prozhivanie .bottomLineP .textAll {
        font-size: 16px;
    }
    .buttonAll {
        font-size: 10px;
        padding: 10px;
    }
    .prozhivanie .bottomLineP .textAll {
        font-size: 18px;
    }
    .prozhivanie .bottomLineP,
    .uslugi .bottomLineUsl {
        padding: 10px;
        gap: 15px;
        flex-direction: column;
        text-align: center;
    }
    .prozhivanie .itemsP {
        margin-bottom: 20px;
    }
    .prozhivanie .itemP .textP .nameP {
        font-size: 18px;
    }
    .prozhivanie .itemP .textP .descriptionP {
        font-size: 13px;
    }
    .prozhivanie .itemP .textP .priceP {
        font-size: 15px;
    }
    /* end prozhivanie */
    /* uslugi */
    .uslugi {
        margin-bottom: 40px;
    }
    .uslugi .bottomLineUsl .textAll {
        font-size: 18px;
    }
    .uslugi .wrapBSAndTitle {
        margin-bottom: 0;
    }
    .uslugi .itemsUsl {
        margin-bottom: 10px;
    }
    /*end uslugi */
    /* nagrad */
    .nagrad {
        margin-bottom: 15px;
    }
    /* nagrad end */
    /* ga;;ery */
    .fotoH .wrapItemFH {
        padding: 5px;
    }
    /* .itemsFH.gallery.slick-initialized.slick-slider .slick-slide{
            display: flex;
            justify-content: center;
        } */
    /*end gallery */
    .wrapNumbers.flexSB {
        flex-direction: column;
        align-items: center;
    }
    .numbers .itemNumbers {
        justify-content: start;
        padding-bottom: 0px;
        margin-bottom: 0;
        width: 267px;
    }
    .treatment .itemT .wImg .name {
        font-size: 17px;
    }
    .treatment .itemT .textT p {
        font-size: 14px;
        margin-bottom: 20px;
        min-height: 50px;
    }
    .treatment .itemT .textT {
        padding: 0px 30px 35px;
    }
    .staticForm .rightSF {
        width: auto;
    }
    .itemsT.flexSB {
        flex-direction: column;
        align-items: center;
    }
    /* uslugi */
    .uslugi .itemUsl .ButtonAndTextUsl {
        padding-right: 36%;
    }
    /* uslugi end */
    /* static form */
    .staticForm {
        padding-top: 56px;
    }
    .staticForm .wrapRightSF {
        padding: 20px 20px 10px;
    }
    .staticForm .wrapSF {
        margin-bottom: 50px;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .staticForm .rightSF .titleSF {
        font-weight: bold;
        font-family: 'Lorabold';
        font-size: 20px;
    }
    .staticForm .rightSF .descriptionSF {
        font-size: 13px;
    }
    .staticForm .rightSF form>input {
        height: 30px;
    }
    .staticForm .rightSF form>button {
        padding: 9px;
    }
    .staticForm .rightSF form .wrapLabel label,
    .staticForm .rightSF form .wrapLabel a {
        font-size: 11px;
    }
    .staticForm .rightSF form .wrapLabel {
        margin-top: 25px;
        padding-left: 25px;
    }
    .leftSF {
        gap: 10px;
    }
    /* static form end */
    .label_fa58._bottom_a9f9,
    .label_fa58._left_f9df,
    .label_fa58._right_f4df {
        display: none !important;
    }
    .itemsLS {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    /* footer */
    .bottomLineFooter .itemLF .name {
        margin-bottom: 5px;
    }
    /* footer end */
    /* АКЦИИ */
    h3,
    .h3 {
        margin: 1em 0;
        font-size: 14px;
    }
    .tableakcii2>tbody {
        display: flex;
        justify-content: space-between;
    }
    .tableakcii2>tbody tr {
        display: flex;
        flex-direction: column;
        gap: 32px;
    }
    .tableakcii2>tbody tr td {
        height: 30%;
        font-size: 12px;
    }
    /* АКЦИИ КОНЕЦ */
    /* внутренняя страница */
    .tablePriceDN table tr th {
        font-size: 14px;
        font-weight: 600;
    }
    .tablePriceDN table tr td:first-child,
    .tablePriceDN table tr th:first-child {
        padding: 0;
    }
    .tablePriceDN {
        overflow: scroll;
    }
    .tablePriceDN .body {
        min-width: 600px;
        overflow: scroll;
    }
    .rowLastDN {
        margin-bottom: 30px;
        flex-direction: column;
        gap: 10px;
    }
    .telDN {
        font-size: 14px;
        text-align: center;
    }
    .bottomLineDN {
        padding: 15px;
        flex-direction: column;
    }
    .bottomLineDN .textAll {
        font-size: 16px;
        text-align: center;
    }
    /* внутренняя страница конец */
}

@media screen and (max-width: 599px) {
    .wrapInputsForm {
        grid-template-columns: repeat(1, minmax(100px, 1fr));
    }
    .tabsInput {
        flex-direction: column;
        gap: 10px;
        margin: 20px 0 10px;
    }
    .tabsInput .nucTabInput {
        margin: 0;
    }
    .formNalog .buttonAll {
        font-size: 16px;
        padding: 10px;
    }
    .wrapTL.flexSB {
        gap: 20px;
    }
    .emailBlock {
        display: flex;
        flex-direction: column;
    }
    h2,
    .h2 {
        font-size: 25px;
        margin-bottom: 10px;
    }
    /* header */
    header .textTL .email,
    .email.done {
        display: block;
        grid-row-start: 2;
        text-align: center;
        grid-column-start: span 2;
    }
    .topLine .logo a {
        font-size: 9px;
    }
    header .textTL .phone a {
        font-size: 15px;
    }
    header .textTL .buttonCallback {
        font-size: 10px;
        width: 122px;
        height: 30px;
        /* display: none; */
    }
    /* mobile */
    .mobileClick {
        top: 95px;
        width: 40px;
        height: 40px;
        right: -40px;
    }
    .openChildMain,
    .openChildMain.active {
        right: 38%;
    }
    /* mobile end */
    /* header end*/
    /* numbers statistic */
    .numbers {
        margin-bottom: 25px;
    }
    /*end numbers statistic */
    .tableakcii2>tbody tr td {
        font-size: 14px;
    }
    .col2-items {
        grid-template-columns: repeat(1, auto);
    }
    .col3-items {
        grid-template-columns: repeat(1, auto);
    }
    /* ПРОЖИВАНИЕ */
    .itemNom .titleNom {
        font-size: 20px;
        text-align: center;
    }
    .itemNom .descLNom {
        font-size: 14px;
        margin-bottom: 25px;
        text-align: center;
    }
    .itemNom .itemLN .wImg .name {
        font-size: 14px;
    }
    .itemNom .itemLN .textT p {
        font-size: 11px;
        padding-bottom: 20px;
        margin-bottom: 15px;
        min-height: 140px;
    }
    .itemNom .itemLN .textT p span {
        font-size: 16px;
    }
    /* ПРОЖИВАНИЕ КОНЕЦ */
    .wrapItemBKL .itemBKL .wImg .nameBKL {
        font-size: 14px;
    }
    .wrapItemBKL .itemBKL .textBKL a {
        font-size: 12px;
        padding: 7px;
    }
    /* ЛЕЧЕНИЕ */
    .listMetodLechenie {
        margin-bottom: 40px;
    }
    .listMetodLechenie .titleML,
    .list-Spec .titleLS,
    .listMedDop .titleMD,
    .pokazLech .titlePL,
    .list-kaklechim .titleKL {
        font-size: 20px;
        margin-bottom: 0;
    }
    .listMetodLechenie .wrapMLAndTitle {
        margin-bottom: 15px;
    }
    .list-lechenie .descLL {
        font-size: 13px;
    }
    .itemLL {
        margin-bottom: 20px;
    }
    .itemLL .textLL .titleLL {
        font-size: 17px;
    }
    .itemLL .textLL .descriptionLL {
        font-size: 12px;
    }
    /* как лечим */
    .itemTKL {
        font-size: 12px;
    }
    .list-tabsKL {
        margin-bottom: 25px;
    }
    .wrapItemBKL .itemBKL .textBKL p {
        font-size: 12px;
        margin-bottom: 15px;
        min-height: 50px;
    }
    /* как лечим конец */
    /* наши специалисты */
    .itemLS .nameLS {
        font-size: 15px;
    }
    .itemLS .specLS {
        font-size: 12px;
    }
    /* наши специалисты конец */
    /* ЛЕЧЕНИЕ КОНЕЦ */
    .topSlider {
        padding-top: 95px;
    }
    .textTL {
        grid-template-columns: repeat(2, 1fr);
    }
    .textTL .adress {
        display: none;
    }
    .tablePrice table {
        font-size: 12px;
    }
}

@media screen and (max-width: 500px) {
    .btnsBlock.lineBtns {
        grid-template-columns: repeat(1, minmax(100px, 1fr));
    }
    .space {
        display: none;
    }
    .nextline {
        display: block;
    }
    h1,
    .h1 {
        font-size: 25px;
        margin-bottom: 20px;
    }
    h2,
    .h2 {
        text-align: center;
    }
    .titleAll {
        font-size: 16px;
        text-align: center;
    }
    /* table price */
    .tablePrice table tr td {
        padding: 5px;
    }
    .tablePrice table {
        font-size: 11x;
    }
    /* table price end */
    .itemLS .nameLS {
        margin-bottom: 10px;
    }
    .listMetodLechenie .itemML .ButtonAndtextML .descriptionML {
        font-size: 10px;
        width: 200%;
    }
    .itemsPL {
        display: flex;
        flex-direction: column;
    }
    .itemLL .textLL .titleLL {
        margin-bottom: 25px;
    }
    .itemLL .textLL .description2LL {
        margin-bottom: 20px;
    }
    .itemsLS {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .listMetodLechenie .titleML,
    .list-Spec .titleLS,
    .listMedDop .titleMD,
    .pokazLech .titlePL,
    .list-kaklechim .titleKL {
        text-align: center;
    }
    .list-lechenie .descLL {
        text-align: center;
    }
    .wrapItemBKL.active {
        grid-template-columns: repeat(1, 1fr);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .itemLL.reverse {
        flex-direction: column;
    }
    .itemLL .textLL::before {
        display: none;
    }
    .itemLL {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    .itemLL .textLL {
        padding: 0;
        width: 100%;
    }
    .itemLL .imagesLL {
        width: 75%;
        padding: 10px 0;
    }
    .staticForm .rightSF form>input {
        font-size: 10px;
    }
    .staticForm .rightSF form>input::placeholder {
        font-size: 12px;
    }
    .otzv .itemsOtzv {
        margin-bottom: 25px;
    }
    .otzv .wrapBSAndTitle {
        margin-bottom: 20px;
    }
    .otzv .itemOtzv .dateOtzv {
        font-size: 11px;
        margin-bottom: 18px;
    }
    .otzv .itemOtzv .bodyOtzv {
        font-size: 11px;
        min-height: 150px;
    }
    .otzv .itemOtzv .nameOtzv {
        font-size: 15px;
    }
    .arrowsSlider .arrowPrev {
        padding: 0 12px;
    }
    .arrowsSlider .arrowNext {
        padding: 0 12px;
    }
    /* prozhivanie and uslugi */
    .prozhivanie .bottomLineP .textAll,
    .uslugi .bottomLineUsl .textAll {
        font-size: 14px;
    }
    /* end prozhivanie and uslugi */
    .buttonAll {
        font-size: 10px;
        padding: 10px;
    }
    .bottomLineFooter {
        grid-template-columns: repeat(1, 1fr);
    }
    .leftSF {
        width: auto;
    }
    .copyright {
        font-size: 10px;
    }
    .bottomLineFooter .itemLF,
    .bottomLineFooter .itemLF a {
        font-size: 12px;
    }
    .bottomLineFooter .shemaLF .shemaProezda a {
        font-size: 12px;
    }
    .bottomLineFooter .shemaLF .mapTerr a,
    .mapTerr.done a {
        font-size: 12px;
    }
    .sfl-container .sf-title-container {
        font-size: 17px;
    }
    .sfl-container .sf-top-block-1,
    .sfl-container .sf-top-block-2 {
        font-size: 10px;
    }
    .sfl-container select,
    .sfl-container input[type="text"] {
        font-size: 11.5px;
    }
    .sfl-container .sf-submit-button-container .sfl-submit-button {
        height: 32px;
    }
    .openChildMain,
    .openChildMain.active {
        right: 35%;
    }
    /* внутренняя страница */
    .detail-nomer .title {
        font-size: 18px;
    }
    .detail-nomer .descDN .body,
    .detail-nomer .inDN .body,
    .detail-nomer .inCorp .body {
        font-size: 14px;
    }
    .bottomLineDN .textAll {
        font-size: 14px;
    }
    /* внутренняя страница конец */
}

@media screen and (max-width: 400px) {
    .topSlider.slick-initialized.slick-slider #block-search {}
    .itemT.bounceInUp.shown {
        width: 90%;
    }
    .openChildMain,
    .openChildMain.active {
        right: 33%;
    }
}