/* Webfont: Lato-Regular */

@font-face {
    font-family: 'LatoWeb';
    src: url("../assets/fonts/lato/Lato/fonts/Lato-Regular.8ab18d934cfa.eot");
    /* IE9 Compat Modes */
    src: url("../assets/fonts/lato/Lato/fonts/Lato-Regular.8ab18d934cfa.eot?#iefix") format('embedded-opentype'),
        /* IE6-IE8 */
        url("../assets/fonts/lato/Lato/fonts/Lato-Regular.bd03a2cc277b.woff2") format('woff2'),
        /* Modern Browsers */
        url("../assets/fonts/lato/Lato/fonts/Lato-Regular.27bd77b9162d.woff") format('woff'),
        /* Modern Browsers */
        url("../assets/fonts/lato/Lato/fonts/Lato-Regular.6d4e78225df0.ttf") format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Italic */

@font-face {
    font-family: 'LatoWeb';
    src: url("../assets/fonts/lato/Lato/fonts/Lato-Italic.0acac3839ae2.eot");
    /* IE9 Compat Modes */
    src: url("../assets/fonts/lato/Lato/fonts/Lato-Italic.0acac3839ae2.eot?#iefix") format('embedded-opentype'),
        /* IE6-IE8 */
        url("../assets/fonts/lato/Lato/fonts/Lato-Italic.4eb103b4d12b.woff2") format('woff2'),
        /* Modern Browsers */
        url("../assets/fonts/lato/Lato/fonts/Lato-Italic.f28f2d648244.woff") format('woff'),
        /* Modern Browsers */
        url("../assets/fonts/lato/Lato/fonts/Lato-Italic.4ffc48d05495.ttf") format('truetype');
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Bold */

@font-face {
    font-family: 'LatoWebBold';
    src: url("../assets/fonts/lato/Lato/fonts/Lato-Bold.a2fb219c999a.eot");
    /* IE9 Compat Modes */
    src: url("../assets/fonts/lato/Lato/fonts/Lato-Bold.a2fb219c999a.eot?#iefix") format('embedded-opentype'),
        /* IE6-IE8 */
        url("../assets/fonts/lato/Lato/fonts/Lato-Bold.cccb89748581.woff2") format('woff2'),
        /* Modern Browsers */
        url("../assets/fonts/lato/Lato/fonts/Lato-Bold.d878b6c29b10.woff") format('woff'),
        /* Modern Browsers */
        url("../assets/fonts/lato/Lato/fonts/Lato-Bold.5b1b8b856d7a.ttf") format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-BoldItalic */

@font-face {
    font-family: 'LatoWebBold';
    src: url("../assets/fonts/lato/Lato/fonts/Lato-BoldItalic.7b48d6632305.eot");
    /* IE9 Compat Modes */
    src: url("../assets/fonts/lato/Lato/fonts/Lato-BoldItalic.7b48d6632305.eot?#iefix") format('embedded-opentype'),
        /* IE6-IE8 */
        url("../assets/fonts/lato/Lato/fonts/Lato-BoldItalic.0b6bb6725576.woff2") format('woff2'),
        /* Modern Browsers */
        url("../assets/fonts/lato/Lato/fonts/Lato-BoldItalic.9c7e4e9eb485.woff") format('woff'),
        /* Modern Browsers */
        url("../assets/fonts/lato/Lato/fonts/Lato-BoldItalic.71e8fd8ecaf5.ttf") format('truetype');
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Black */

@font-face {
    font-family: 'LatoWebBlack';
    src: url("../assets/fonts/lato/Lato/fonts/Lato-Black.d2d9ddbd08ae.eot");
    /* IE9 Compat Modes */
    src: url("../assets/fonts/lato/Lato/fonts/Lato-Black.d2d9ddbd08ae.eot?#iefix") format('embedded-opentype'),
        /* IE6-IE8 */
        url("../assets/fonts/lato/Lato/fonts/Lato-Black.33d5f0d956f3.woff2") format('woff2'),
        /* Modern Browsers */
        url("../assets/fonts/lato/Lato/fonts/Lato-Black.f80bda6afd19.woff") format('woff'),
        /* Modern Browsers */
        url("../assets/fonts/lato/Lato/fonts/Lato-Black.a54bddbc1689.ttf") format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-BlackItalic */

@font-face {
    font-family: 'LatoWebBlack';
    src: url("../assets/fonts/lato/Lato/fonts/Lato-BlackItalic.a8642cee117d.eot");
    /* IE9 Compat Modes */
    src: url("../assets/fonts/lato/Lato/fonts/Lato-BlackItalic.a8642cee117d.eot?#iefix") format('embedded-opentype'),
        /* IE6-IE8 */
        url("../assets/fonts/lato/Lato/fonts/Lato-BlackItalic.0f4fa9755f48.woff2") format('woff2'),
        /* Modern Browsers */
        url("../assets/fonts/lato/Lato/fonts/Lato-BlackItalic.798eafdd87dc.woff") format('woff'),
        /* Modern Browsers */
        url("../assets/fonts/lato/Lato/fonts/Lato-BlackItalic.4c66fb2b46d7.ttf") format('truetype');
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

:root {
    --color-green: #144f44;
    --color-light-green: #9adbb8;
    --color-text-black: #212529;
    --color-gold: #f7b73a;
    --color-gold-hover: #eca822;
    --color-green-text: #1a6e5e;
    --green-gradient: linear-gradient(180deg, #6EB282 0%, var(--color-green) 100%);
    --grey-bg: #EFEBDD;

}

h1 {
    font-family: 'LatoWebBlack';
}

h2 {
    font-family: 'LatoWebBold';
    font-size: 2rem;
    margin-top: 2rem;
}

p {
    font-family: 'LatoWeb';
    font-size: 1.1rem;
}

p>strong,
p>b,
p>i>b,
p>b>i {
    font-family: 'LatoWebBold';
}

.circular-square {
    border-radius: 50%;
}

/* padding on text pages */

.doctors-body h3,
.second-body h3 {
    padding-top: 1rem;
}

.b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.form-control-dark {
    color: #fff;
    background-color: var(--bs-dark);
    border-color: var(--bs-gray);
}

.form-control-dark:focus {
    color: #fff;
    background-color: var(--bs-dark);
    border-color: #fff;
    box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.text-small {
    font-size: 85%;
}

.dropdown-toggle {
    outline: 0;
}

/* dark-green */

a,
a:link,
a:visited,
.courses h6,
.courses .price,
.doctors a {
    color: #144f44;
}

a:hover {
    color: var(--color-green-text);
    border-bottom: #16503c;
}

a,
a:hover,
a:link,
a:visited {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    text-decoration: none;
}

a.no-border {
    border-bottom: none;
}

a:has(img),
a:visited:has(img),
a:hover:has(img),
a:link:has(img) {
    border: none;
}

.btn {
    text-transform: uppercase;
    font-weight: 600;
}


.courses-wrapper {
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 15%, #ffffff 15%, #F4F1E6 15%, #F4F1E6 100%);
    background: -webkit-linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 15%, #ffffff 15%, #F4F1E6 15%, #F4F1E6 100%);
    background: -moz-linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 15%, #ffffff 15%, #F4F1E6 15%, #F4F1E6 100%);
    background: -o-linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 15%, #ffffff 15%, #F4F1E6 15%, #F4F1E6 100%);
}

.courses .card-body {
    box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 3.7rem;
    margin: 0.5rem;
}

.courses .active-card {
    background: linear-gradient(180deg, #6EB282 0%, #21765C 100%);
    background: -o-linear-gradient(180deg, #6EB282 0%, #21765C 100%);
    background: -moz-linear-gradient(180deg, #6EB282 0%, #21765C 100%);
    background: -webkit-linear-gradient(180deg, #6EB282 0%, #21765C 100%);
}

.active-card,
.active-card h6,
.active-card .price {
    color: white;
}

.active-card a {
    color: white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.63);
}

.courses .card-title {
    font-size: 1.5rem;
    padding-bottom: 0.5rem;
}

.courses .card-text {
    padding-bottom: 1rem;
}

.courses h6,
.econ {
    font-weight: 800;
}

.courses ul {
    padding-left: 0;
}

a.price {
    border-bottom: none;
    font-size: 2.7rem;
}

.bg-beige {
    background: #F4F1E6;
}

.bg-white {
    background: white;
}

/* doctors-card */

.doctors .card-body {
    background: #F4F1E6;
    margin-bottom: 4rem;
}

.doctors .card-img,
.doctors .card-img-top {
    border-top-left-radius: calc(.25rem - -7px);
    border-top-right-radius: calc(.25rem - -7px);
}

.doctors .card-body {
    border-bottom-left-radius: calc(.25rem - -7px);
    border-bottom-right-radius: calc(.25rem - -7px);
    /* fix error in cms made cimple */
    margin-top: -2px;
}

.doctors-wrapper {
    background: var(--color-green);
}

.doctors .title,
a.doctors-title,
a.doctors-title:visited {
    color: rgb(247, 247, 247);
}

a.doctors-title:hover,
a.doctors-title:link {
    color: white;
    border-bottom: 1px solid rgb(255, 255, 255);
}

a.doctors-title {
    border-bottom: 1px solid rgba(206, 206, 206, 0.1);
    text-decoration: none;
}

/* metody */

.metody .card-img-top {
    max-width: 248px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.price-metody {
    font-size: 2em;
}

a.price-metody {
    border: none;
}

.method-form-right {
    padding-top: 83px;
}

.block-simple_text_block {
    padding: 1em 0;
}

/* footer */

footer {
    background: #F4F1E6;
    border-top: 1em solid var(--color-green);
    color: #144f44;
}

a.telfooter,
a.telfooter:visited {
    border: none;
    color: rgb(247, 247, 247);
    font-weight: 800;
    font-size: 1.5em;
}

a.telfooter:hover,
a.telfooter:link,
.copyright a {
    color: #144f44;
}

.btn-footer {
    background: var(--color-gold);
    border-color: var(--color-gold);
    width: 245px;
}

a.btn-footer,
a.btn-footer:visited,
a.btn-footer:link,
.btn-footer {
    color: white;
}

.btn-footer:hover {
    background: var(--color-gold-hover);
    border-color: var(--color-gold);
    color: white;
}

.footer-clinic-name {
    color: #144f44;
}

.footer-col {
    padding-bottom: 1rem;
}

.green-banner {
    background: var(--color-green);
    color: rgb(247, 247, 247);
    text-align: center;
    padding: 1.5rem 0;
}

.green-banner__its_ny {
    background: url("../img/snow-bg.38ad1a537005.png"), var(--color-green);
    color: rgb(247, 247, 247);
    text-align: center;
    padding: 1.5rem 0;
}


.green-banner a,
.green-banner a:hover,
.green-banner__its_ny a,
.green-banner__its_ny a:hover {
    color: white;
}

/* banner-main */

.wrapper-banner-main {
    background: url("../img/lotus-3.b6e9a2a905d5.png") 618px 0px no-repeat, linear-gradient(180deg, #6EB282 0%, #68967e 100%);
}

.banner-main h3 {
    color: var(--color-gold);
    font-size: 2.5em;
}

.banner-main p,
.banner-main blockquote {
    color: rgb(247, 247, 247);
}

.banner-main blockquote {
    font-size: 1.75em;
    line-height: 1.3em;
}

/* banner-top */

.top-banner h1 {
    color: var(--color-green);
}

.btn-top-banner {
    background: var(--green-gradient);
    border-color: #28AB70;
    color: white;
}

.top-banner h1 {
    font-size: 3.3rem;
    font-weight: 300;
}

.top-banner {
    padding-top: 5rem;
    border-bottom: 1px solid rgba(160, 160, 160, 0.308);
}

/* testimonials */

.owl-item {
    border-radius: 7px;
    margin-bottom: 71px;
    background: #F4F1E6;
}

.roll-testimonials .whisper,
blockquote.whisper {
    font-size: 1rem;
    padding: 2.4rem 2.6rem;
    font-style: normal;
    color: var(--color-text-black);
}

.roll-testimonials .whisper:before {
    content: "";
    position: absolute;
    left: 56px;
    bottom: -29px;
    border-width: 30px 0 0 30px;
    border-style: solid;
    border-color: #F4F1E6 transparent transparent transparent;
}

.roll-testimonials .name {
    position: absolute;
    left: 88px;
    bottom: -71px;
    color: #144f44;
    font-size: 1.1rem;
    font-weight: 800;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.owl-item.active.center {
    background: var(--green-gradient);
    color: rgb(247, 247, 247);
}

.owl-item.active.center blockquote {
    color: white;
}

.roll-testimonials .owl-item.active.center .whisper:before {
    border-color: var(--color-green) transparent transparent transparent;
}

/* Gallery */

.photos .item {
    padding: 0.5px;
}

/* Social icons */

.socials a,
.socials a:visited {
    display: block;
    font-size: 18px;
    color: rgb(247, 247, 247);
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background-color: var(--color-green);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.socials a:hover {
    color: white;
}

/* header */

.wrapper-banner-header {
    background: url("../img/lotus-3.b6e9a2a905d5.png") -500px bottom no-repeat, linear-gradient(180deg, #6EB282 0%, #21765C 100%);
}

.full-header {
    padding-top: 50px;
    color: #144f44;
}

.its_ny {
    background-image: url("../img/ny-balls.0d43c2bdb758.png"),
        url("../img/ny_tree.5b973bf03d3e.png"),
        url("../img/ny_ball.20a62cbed424.png");

    background-position:
        100px top,
        calc(100% - 263px) 79px,
        right top;

    background-size: 120px,
        78px,
        30px;

    background-repeat: no-repeat,
        no-repeat,
        no-repeat;

}

@media (max-width: 1200px) {
    .its_ny {
        background-image:
            url("../img/ny-balls.0d43c2bdb758.png"),
            url("../img/ny_tree.5b973bf03d3e.png");

        background-position:
            calc(50% + 18px) top,
            calc(100% - 263px) 260px;

        background-size: 120px,
            78px;

        background-repeat: no-repeat;

        background-size:
            100px,
            78px;

    }
}

@media (max-width: 960px) {
    .its_ny {
        background-position:
            calc(50% + 18px) top,
            calc(100% - 127px) 260px;
    }
}

@media (max-width: 768px) {
    .its_ny {
        background-image:
            url("../img/ny_tree.5b973bf03d3e.png"),
            url("../img/ny_ball.20a62cbed424.png");
        background-position:
            calc(100% - 51px) 270px,
            calc(50% + 30px) top;
        background-repeat: no-repeat;
        background-size:
            78px,
            32px;
    }
}

a.nav-link {
    text-transform: uppercase;
    font-weight: 700;
    border: none;
}

.nav-link,
.nav-link:visited {
    color: #144f44 !important;
}

.btn-header {
    background: #f9eb82;
    border-color: #f9eb82;
    width: 245px;
}

.header-first-row {
    padding-bottom: 50px;
}

.logo-top {
    display: block;
}

.header-city {
    padding-bottom: 0.5em;
    font-weight: bold;
}

.time-left {
    padding-top: 0.5em;
}

/* standart body */

.standart-body {
    padding-bottom: 4rem;
}

.standart-body h1 {
    font-size: 4rem;
    color: var(--color-green-text);
}

.standart-body .second-caption {
    color: var(--color-text-black);
}

.standart-body .lead,
.standart-body .lead p {
    font-family: LatoWebBold;
    font-size: 1.8rem;
    line-height: 1.3em;
    color: #010101;
    padding: 1rem 0;
}

.standart-body blockquote {
    font-family: 'LatoWeb';
    font-style: italic;
    font-size: 1.9rem;
    line-height: 1.3em;
    color: var(--color-green);
    padding: 0.5em 0;
}

.sidebar-lily {
    max-width: 50px !important;
    margin-left: 10px;
}

.ytvideo iframe {
    width: 100%;
    min-height: 500px;
}

/* testimonials list */

.testimonials-list blockquote {
    color: var(--color-text-black);
}

.testimonials-list p {
    line-height: 1.4em;
}

.arrow {
    color: var(--color-green);
}

/* second page */

.second-page {
    padding-bottom: 1.5rem;
}

.second-page h1,
.second-caption,
.number,
.second-body h1 {
    color: var(--color-green-text);
}

.second-body p {
    font-family: 'LatoWeb';
    font-size: 1.1rem;
}

.second-body h1 {
    font-family: "LatoWebBlack";
    font-size: 84px;
    line-height: 1.2em;
}

.second-body ul {
    list-style-image: url("../img/lily-list.026d48f63bff.png");
}

.second-body img,
.standart-body img {
    max-width: 100%;
    height: auto;
    border-radius: 7px;
}

p.second-caption {
    font-family: 'LatoWeb';
    font-style: italic;
    font-size: 1.9rem;
    line-height: 1.3em;
}

.second-body .lead,
.lead p {
    font-family: LatoWebBold;
    font-size: 34px;
    line-height: 1.3em;
    color: #010101;
}

.second-body blockquote {
    font-family: 'LatoWeb';
    font-style: italic;
    font-size: 1.9rem;
    line-height: 1.3em;
    color: var(--color-green);
    padding: 0.5em 0;
}

iframe[src*=youtube] {
    width: 100% !important;
    min-height: 600px;
}

.page-breadcrumbs {
    background: #f9f9f9;
    margin: 4rem 0;
    padding: 0.75rem;
}

.mobile-header {
    display: none;
}

.screen-header {
    display: block;
}

.breadcrumbs {
    text-align: center;
}

.block-two_columns_50_50 img {
    max-width: 100%;
    height: auto;
    border-radius: 7px;
}

.mobile-title {
    display: none;
}

/* bottom form */

.forms-bg {
    background: url("../img/pattern-forms.9e7a315f24f6.png");
}

.forms-bottom {
    background: white;
    margin: 4rem 1rem 4rem 1rem;
    margin: 2rem 1rem 1.5rem 1rem;
    padding: 3rem 2rem 2rem 2rem;
    border-radius: 18px;
}

.forms-bottom .second-caption {
    font-size: 1.5em;
    font-family: 'LatoWebBold';
    font-style: italic;
}

/* numbers */

.numbers {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.number {
    font-family: 'LatoWebBold';
    font-size: 155px;
    line-height: 1em;
}

.number span {
    font-size: 35px;
    line-height: 1em;
}

.number-caption,
.number-caption p {
    font-family: 'LatoWeb';
    font-style: italic;
    font-size: 25px;
    line-height: 1.2em;
    padding-bottom: 1.5rem;
}

/* doctor page */

.doctors-body,
.doctors-list {
    margin-bottom: 4rem;
}

.doctors-body h1,
.doctors-list h1 {
    font-size: 4rem;
    color: var(--color-green-text);
}

.doctor-caption {
    font-family: 'LatoWebBlack';
    font-style: italic;
    padding-bottom: 2rem;
}

.timetable {
    padding-top: 2rem;
}

.timetable h4 {
    font-size: 1rem;
    font-family: 'LatoWebBold';
    font-style: italic;
}

.certificates {
    padding: 2 rem 0;
}

/*  doctors list */

.doctors-list .doctors .card-body {
    background: #f9f9f9;
}

/* other */
.likely-header {
    padding: 1.5em 0 0 0;
    line-height: 0;
    font-weight: 400;
}

/* animations */
.smooth {
    transition: all 5s ease-in;
}

@media (max-width: 1200px) {
    .logo-top {
        margin: 0 auto 1em auto;
    }
}

@media (max-width: 992px) {
    .footer-col {
        text-align: center;
        padding-top: 1.5rem;
    }

    .copyright {
        padding-top: 2rem;
    }

    .top-banner h1 {
        font-size: 2.2rem;
    }
}

@media (min-width: 992px) {

    /* doctor page */
    .doctors-body .col-lg-8 {
        width: 56.6666666667%;
        margin-right: 10%;
    }

    /* standart body */
    .standart-body .sidebar {
        padding-left: 10%;
    }
}

@media (max-width: 768px) {

    .header-phone,
    .header-button {
        display: block;
        text-align: center;
        padding-bottom: 1rem;
        padding-right: 0 !important;
    }

    img.logo-top {
        height: 100px !important;
        width: auto;
    }

    .full-header {
        padding-top: 25px;
    }

    .header-first-row {
        padding-bottom: 0;
    }

    .top-banner {
        padding-top: 0;
    }

    .articles-body {
        text-align: center;
    }

    .doctors .card-body {
        margin-bottom: 2rem;
    }

    .news-main .col-md-4.col-12 {
        padding-bottom: 2rem;
    }

    .time-left {
        text-align: center;
        padding-bottom: 1rem;
        padding-right: 0 !important;
    }

    .mobile-header {
        display: block;
    }

    .screen-header {
        display: none;
    }

    /* doctor page */
    .doctors-body h1 {
        font-size: 3rem;
    }

    /* second page */
    .second-body h1,
    .standart-body h1 {
        font-size: 40px;
        line-height: 1.1em;
    }

    .standart-body h2,
    .second-body h2 {
        font-size: 1.8rem;
    }

    .second-body .lead,
    .lead p {
        font-size: 21px;
    }

    .forms-bottom {
        margin: 1.5rem 0;
    }

    iframe[src*=youtube] {
        min-height: auto;
    }

    .mobile-title {
        display: block;
    }

    .descktop-title {
        display: none;
    }

    .number {
        font-size: 120px;
    }

    .second-body blockquote {
        font-size: 1.5rem;
    }

    .page-breadcrumbs {
        margin: 1rem 0 2rem 0;
    }

    /* metody */
    .method-form-right {
        padding-top: 0px;
    }
}

@media (max-width: 600px) {
    .number {
        font-size: 100px;
    }

    .number-caption,
    .number-caption p {
        font-size: 20px;
        padding-bottom: 0;
    }

    .numbers {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media (min-width: 992px) and (max-width: 1420px) {
    .top-banner h1 {
        font-size: 2rem;
    }
}

/* akupunkturnyi lifting */
.youtube-frame iframe[src*=youtube] {
    width: 100% !important;
    min-height: 747px;
}

.title.how {
    font-size: 46px;
    font-weight: 700;
    line-height: 1.2em;
    color: var(--color-green);
}

.bottom {
    margin-top: auto;
}

.bg_green {
    background-color: var(--color-green);
    color: white;
}


.faktoid {
    font-family: 'LatoWebBold';
    font-size: 53px;
    line-height: 1em;
    color: var(--color-green-text);
    font-style: italic;
}

.faktoid__second_part {
    font-size: 26px;
    line-height: 1em;

}

.faktoid__bottom_part {
    font-family: 'LatoWeb';
    font-style: italic;
    font-size: 18px;
    line-height: 1.2em;
    padding-bottom: 1.5rem;
    color: #212529;
}

/* end akupunkturnyi lifting */

/* horizontal menu */
.menu-row {
    position: relative;
}

.menu-wrapper {
    overflow: hidden;
    position: relative;
}

.menu-limiter {
    padding-bottom: 20px;
    margin-bottom: -20px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    mask-image: linear-gradient(90deg,
            transparent 0, rgba(0, 0, 0, .25) 9px,
            #000 18px,
            #000 calc(100% - 18px),
            rgba(0, 0, 0, .25) calc(100% - 9px),
            transparent);
}

menu.menu {
    padding-inline-start: 0;
}

.menu {
    display: flex;
    margin-left: 6px;
    border-top: 1px solid rgba(160, 160, 160, 0.308);
}

.menu__item {
    list-style: none;
    white-space: nowrap;
    position: relative;
}

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

.menu__item-is-dropdown {
    cursor: pointer;
}

a.menu__link {
    text-decoration: none;
    border-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .05em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: .5rem;
    position: relative;

}

a.menu__link_is-active {
    color: var(--color-gold);
}

a.menu__link_is-active:hover {
    color: var(--color-gold-hover);
}

a.menu__link_is-ancestor {
    color: var(--color-gold);
}

a.menu__link_is-ancestor {
    color: var(--color-gold-hover);
}

.menu__caret {
    display: inline-block;
    margin-left: 5px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid var(--color-green-text);
}

/* делаю, чтобы всегда один из пунктов меню был скрыт */
@media only screen and (max-width: 375px) {
    .menu__item {
        margin-right: .9rem;
    }
}

@media (max-width: 768px) {
    .menu__link {
        font-size: 1.1em;
    }
}

@media (max-width: 1200px) {
    .menu {
        border: none;
    }

    .menu-row {
        /* border-bottom: 1px solid rgba(160, 160, 160, 0.308); */
        border-top: 1px solid rgba(160, 160, 160, 0.308);
    }

}

/* end horizontal menu */

/* horizontal sub menu */
.dropdown-menu-horizontal {
    top: 50px;
    z-index: 1000;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    text-align: left;
    list-style: none;
    position: absolute;
    display: block;
}

.dropdown__item {
    background-color: #fff;
}


a.dropdown__link {
    text-decoration: none;
    font-weight: 500;
    display: block;
    border-bottom: none;
    padding: .2rem .5rem;
}

a.dropdown__link_is-active {
    color: var(--color-gold);
}

@media (max-width: 768px) {
    .dropdown-menu-horizontal {
        width: 100%;
    }


    .dropdown__link {
        font-size: 1.2em;
    }
}

/* end horizontal sub menu */

/* button */
.methods-button {
    background-color: var(--color-gold);
    text-transform: uppercase;
    font-weight: 600;
    display: none;
    line-height: 1.5;
    color: white;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid var(--color-gold);
    padding: .65rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    position: fixed;
    bottom: 15px;
    left: 12px;
    right: 0;
    max-width: 230px;
    z-index: 1000;
    visibility: hidden;
    transform: translateY(20px);
    transition: color .15s ease-in-out,
        background-color .15s ease-in-out,
        border-color .15s ease-in-out,
        box-shadow .15s ease-in-out,
        opacity .5s ease-in-out,
        transform .5s ease-in-out;
}

.methods-button:hover {
    background-color: var(--color-gold-hover);
    border-color: var(--color-gold-hover);
}

.methods-button_is-hidden {
    opacity: 0;
    transform: translateY(20px);
    visibility: hidden;
}

.methods-button:not(.methods-button_is-hidden) {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.footer-button_is-hidden {
    display: none;
}

@media (max-width: 768px) {
    .methods-button {
        display: inline-block;
    }
}

/* modal window */
.no-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

/* am-home-hero */
.am-home-hero {
    position: relative;
    --am-home-hero-overlay: linear-gradient(180deg, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 0.0) 45%, rgba(255, 255, 255, 0.85) 100%);
    background: var(--am-home-hero-overlay), var(--am-home-hero-bg, none);
    background-size: cover;
    background-position: center bottom;
    padding: 2.5rem 0;
}

@media (min-width: 992px) {
    .am-home-hero {
        padding: 4rem 0 0;
    }
}

.am-home-hero__row {
    align-items: end;
}

.am-home-hero__title {
    margin: 0 0 0.75rem;
    line-height: 1.2;
    font-size: clamp(1.8rem, 2.2vw + 1rem, 3rem);
}

.am-home-hero__lead {
    opacity: 0.9;
    margin: 0 0 1rem;
}

.am-home-hero__actions {
    display: flex;
    gap: 0.75rem;
}

.am-home-hero__btn {
    transform: translateZ(0);
    transition: transform 0.06s ease, opacity 0.2s ease;
}

.am-home-hero__btn:hover {
    transform: translateY(-1px);
}

.am-home-hero__image-wrap {
    width: 100%;
    justify-content: flex-end;
}

.am-home-hero__image img {
    display: block;
    height: auto;
}

@media (max-width: 991.98px) {
    .am-home-hero__col--image {
        margin-bottom: 1rem;
    }
}

/* am-services */
.am-services{padding:0;}
.am-services__card{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  background:var(--grey-bg);
  border:0;
  border-radius:9px;
  height:130px;
  padding:0 20px;
  transition:transform .12s ease,box-shadow .12s ease;
}
.am-services__card:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 32px rgba(0,0,0,.12);
}
.am-services__name{
  line-height:1.25;
  margin:0;
  text-align: center;
  color: var(--color-green);
  font-weight: 700;
}
.am-services__price{
  position:absolute;
  right:12px;
  bottom:-12px;
  display:inline-block;
  padding:6px 12px;
  border-radius:9px;
  font-size:.9375rem;
  font-weight:700;
  line-height:1;
  white-space:nowrap;
}
.am-services__price--regular{background:var(--color-green);color:#fff;}
.am-services__price--promo{background:var(--color-gold);color:#fff;}
.am-services__list-item{display:flex;}
.am-services__card{width:100%;min-height:130px;}
@media (min-width:992px){.am-services{padding: 0;}}