@import url(https://fonts.googleapis.com/css?family=Manrope:regular,500,700);

* {
    padding: 0;
    margin: 0;
    border: 0
}

*,
*::after,
*::before {
    box-sizing: border-box
}

*::after,
*::before {
    display: inline-block
}

body,
html {
    height: 100%;
    min-width: 360px
}

body {
    color: #000;
    line-height: 1.2;
    font-family: Manrope, sans-serif;
    font-size: .9375rem;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

button,
input,
textarea {
    font-family: Manrope, sans-serif;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    background-color: rgba(0, 0, 0, 0)
}

input,
textarea {
    width: 100%
}

label {
    display: inline-block
}

button,
option,
select {
    cursor: pointer
}

a {
    display: inline-block;
    color: inherit;
    text-decoration: none
}

ul li {
    list-style: none
}

img {
    vertical-align: top
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit
}

body {
    transition: opacity .01s
}

.lock body {
    overflow: hidden;
    touch-action: none;
    -ms-scroll-chaining: none;
    overscroll-behavior: none
}

.loaded body {
    opacity: 1
}

.wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden
}

@supports (overflow:clip) {
    .wrapper {
        overflow: clip
    }
}

.wrapper > main {
    flex: 1 1 auto
}

.wrapper > * {
    min-width: 0
}

[class*=__container] {
    max-width: 116rem;
    margin: 0 auto;
    padding: 0 1.5rem
}

[class*="--gc"] {
    display: grid;
    min-width: 0;
    grid-template-columns: 1.5rem 1fr minmax(auto, 113rem) 1fr 1.5rem
}

[class*="--gc"] > * {
    min-width: 0;
    grid-column: 3/4
}

.button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 11.25rem;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    border-radius: 6.25rem;
    background-color: #009688;
    padding: .8125rem 1.125rem;
    transition: background-color .3s
}

.button:hover {
    background-color: #004741
}

.button--fw {
    width: 100%
}

input[type=email],
input[type=tel],
input[type=text],
textarea {
    -webkit-appearance: none;
    appearance: none
}

.input {
    display: block;
    width: 100%;
    border-radius: 1.25rem;
    line-height: 1.1538461538;
    border: 1px solid #cdcdcd;
    caret-color: inherit;
    color: #000;
    padding: .8125rem 2rem .8125rem 1.25rem;
    transition: border .3s;
    font-size: 1rem
}

.input::-webkit-input-placeholder {
    color: #c8c8c8
}

.input:-ms-input-placeholder {
    color: #c8c8c8
}

.input::-ms-input-placeholder {
    color: #c8c8c8
}

.input::placeholder {
    color: #c8c8c8
}

.input:hover {
    border: 1px solid #009688
}

.input:hover::-webkit-input-placeholder {
    color: #009688
}

.input:hover:-ms-input-placeholder {
    color: #009688
}

.input:hover::-ms-input-placeholder {
    color: #009688
}

.input:hover::placeholder {
    color: #009688
}

.input:active,
.input:focus {
    outline: 1px solid #009688
}

.input[placeholder]:not([data-placeholder-nohiden])::-webkit-input-placeholder {
    -webkit-transition: opacity .3s ease 0s, color .3s ease 0s;
    transition: opacity .3s ease 0s, color .3s ease 0s
}

.input[placeholder]:not([data-placeholder-nohiden]):-ms-input-placeholder {
    -ms-transition: opacity .3s ease 0s, color .3s ease 0s;
    transition: opacity .3s ease 0s, color .3s ease 0s
}

.input[placeholder]:not([data-placeholder-nohiden])::-ms-input-placeholder {
    -ms-transition: opacity .3s ease 0s, color .3s ease 0s;
    transition: opacity .3s ease 0s, color .3s ease 0s
}

.input[placeholder]:not([data-placeholder-nohiden])::placeholder {
    transition: opacity .3s ease 0s, color .3s ease 0s
}

.input[placeholder]:not([data-placeholder-nohiden]):focus::-webkit-input-placeholder {
    opacity: 0
}

.input[placeholder]:not([data-placeholder-nohiden]):focus:-ms-input-placeholder {
    opacity: 0
}

.input[placeholder]:not([data-placeholder-nohiden]):focus::-ms-input-placeholder {
    opacity: 0
}

.input[placeholder]:not([data-placeholder-nohiden]):focus::placeholder {
    opacity: 0
}

textarea.input {
    resize: none;
    border-radius: .625rem
}

.icon-menu {
    display: none
}

.ibg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.ibg--top {
    -o-object-position: top;
    object-position: top
}

.ibg--bottom {
    -o-object-position: bottom;
    object-position: bottom
}

.ibg--left {
    -o-object-position: left;
    object-position: left
}

.ibg--right {
    -o-object-position: right;
    object-position: right
}

.ibg--contain {
    -o-object-fit: contain;
    object-fit: contain
}

.title {
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #000
}

.title_watch span {
    opacity: 0
}

.title_watch_line::after,
.title_watch_line::before {
    width: 0;
    transition: width .8s ease-out
}

/* Mobile: ensure section title text doesn't overlap the decorative line */
@media (max-width: 48em) {
    .title_watch_line { position: relative; }
    .title_watch_line span { position: relative; z-index: 1; padding: 0 .75rem; background: #fff; box-decoration-break: clone; word-break: break-word; overflow-wrap: anywhere; hyphens: auto; }
    .title_watch_line::before,
    .title_watch_line::after { top: 50%; transform: translateY(-50%); height: .1875rem; }
}

.loaded .title_watch._watcher-view span {
    -webkit-animation: animation-opacity .6s ease-out 0s forwards;
    animation: animation-opacity .6s ease-out 0s forwards
}

.loaded .title_watch_line._watcher-view span {
    -webkit-animation: animation-opacity .6s ease-out .2s forwards;
    animation: animation-opacity .6s ease-out .2s forwards
}

.loaded ._watcher-view .block_watch {
    -webkit-animation: animation-opacity .6s ease-out .6s forwards;
    animation: animation-opacity .6s ease-out .6s forwards
}

.loaded ._watcher-view .image_watch {
    -webkit-animation: animation-opacity .6s ease-out .2s forwards;
    animation: animation-opacity .6s ease-out .2s forwards
}

.body-offers_watch_1 {
    position: relative;
    z-index: 1
}

.loaded .body-offers_watch_1._watcher-view {
    -webkit-animation: animation-opacity .6s ease-out 0s forwards;
    animation: animation-opacity .6s ease-out 0s forwards
}

.loaded .body-offers_watch_2._watcher-view {
    -webkit-animation: animation-opacity .6s ease-out .2s forwards;
    animation: animation-opacity .6s ease-out .2s forwards
}

.body-offers_watch_3 {
    position: relative;
    z-index: 1
}

.loaded .body-offers_watch_3._watcher-view {
    -webkit-animation: animation-opacity .6s ease-out .4s forwards;
    animation: animation-opacity .6s ease-out .4s forwards
}

@-webkit-keyframes animation-opacity {
    0% {
        opacity: 0;
        -webkit-filter: blur(4px);
        filter: blur(4px)
    }
    100% {
        opacity: 1
    }
}

@keyframes animation-opacity {
    0% {
        opacity: 0;
        -webkit-filter: blur(4px);
        filter: blur(4px)
    }
    100% {
        opacity: 1
    }
}

.text {
    text-align: center;
    color: #000
}

.our-cases {
    position: relative;
    margin-top: 4rem
}

.our-cases__container {
    max-width: 93.25rem
}

.item-our-cases {
    display: flex;
    align-items: center
}

.item-our-cases::before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    background: #edf4f5;
    z-index: -1
}

.item-our-cases__title {
    position: relative;
    text-align: start;
    padding-bottom: .625rem
}

.item-our-cases__title::before {
    content: "";
    position: absolute;
    width: 75.685%;
    height: .1875rem;
    bottom: 0;
    left: 0;
    background: #009688
}

.item-our-cases__name {
    line-height: 1.58678;
    color: #000
}

.item-our-cases__text {
    max-width: 17.9375rem;
    line-height: 1.58678;
    color: #000
}

.our-partners {
    position: relative;
    margin-top: 4rem
}

.our-partners__body {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr))
}

.our-partners__image {
    position: relative;
    padding-top: 40.5660377358%
}

.our-partners__picture {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.header {
    z-index: 10;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #9490a1
}

.header__container {
    min-height: 4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding-top: .625rem;
    padding-bottom: .625rem
}

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

.header__logo img {
    width: 7.5rem;
    height: 2.625rem;
    -o-object-fit: cover;
    object-fit: cover
}

.header__phone {
    white-space: nowrap;
    font-size: 1rem;
    line-height: 1.40625;
    text-transform: uppercase;
    color: #fff;
    transition: color .3s
}

.header__phone:hover {
    color: #05ffe8
}

.menu__list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: .5rem
}

.menu__link {
    font-size: .9375rem;
    line-height: 1.4666666667;
    text-transform: uppercase;
    color: #fff;
    transition: color .3s
}

.menu__link:hover {
    color: #05ffe8
}

.menu__contact {
    display: none
}

.menu__title {
    font-size: .9375rem;
    line-height: .7333333333;
    text-transform: uppercase;
    color: #000
}

.menu__email {
    font-size: .9375rem;
    line-height: .7333333333;
    text-transform: uppercase;
    color: #000;
    transition: color .3s
}

.menu__email:hover {
    color: #05ffe8
}

.footer {
    background: #9490a1;
    padding-top: 6.6875rem
}

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

.footer__logo img {
    width: 7.5rem;
    height: 2.625rem;
    -o-object-fit: cover;
    object-fit: cover
}

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

.footer__list {
    display: flex;
    flex-direction: column;
    gap: 2.5rem
}

.footer__item {
    line-height: .7333333333
}

.footer__link {
    font-size: .9375rem;
    text-transform: uppercase;
    color: #fff;
    line-height: .7333333333;
    transition: color .3s
}

.footer__link:hover {
    color: #05ffe8
}

.footer__contact {
    display: flex;
    flex-direction: column;
    gap: 2.5rem
}

.footer__title {
    font-size: .9375rem;
    text-transform: uppercase;
    color: #fff;
    line-height: .7333333333
}

.footer__phone {
    font-size: .9375rem;
    text-transform: uppercase;
    color: #fff;
    line-height: .7333333333;
    transition: color .3s
}

.footer__phone:hover {
    color: #05ffe8
}

.footer__email {
    font-size: .9375rem;
    text-transform: uppercase;
    color: #fff;
    line-height: .7333333333;
    transition: color .3s
}

.footer__email:hover {
    color: #05ffe8
}

.main {
    position: relative;
    margin-top: 4rem
}

.main__image {
    opacity: 0;
    position: absolute;
    bottom: 0;
    background: url(../img/main/main/bg.webp) no-repeat center center/cover
}

.main__container {
    opacity: 0;
    z-index: 2;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center
}

.main__title {
    max-width: 54.375rem
}

.main__text {
    max-width: 22.3125rem
}

.about {
    overflow: hidden;
    position: relative
}

.about__container {
    max-width: 59.75rem
}

.about__title {
    display: flex;
    justify-content: center;
    align-items: center
}

.about__title::after,
.about__title::before {
    position: absolute;
    content: "";
    height: .1875rem;
    border-radius: .125rem;
    background-color: #009688;
    z-index: -1
}

.about__title._watcher-view::after,
.about__title._watcher-view::before {
    width: 33.854%
}

.about__title::before {
    left: 0
}

.about__title::after {
    right: 0
}

.body-about {
    display: flex
}

.body-about__image {
    position: relative
}

.body-about__picture {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
}

.body-about__text:not(:last-child) {
    margin-bottom: 2.5rem;
}

.body-about__items {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (min-width: 480px) {
    .body-about__items {
        flex-wrap: nowrap;
    }
}

.body-about__items:not(:last-child) {
    margin-bottom: 2.5rem;
}

.item-about {
    flex: initial;
    min-height: 10.3125rem;
    display: flex;
    margin: 0 30px;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 1rem;
    background-color: #daeaeb;
    padding: 1.5rem .4375rem 1.0625rem .75rem;
    transition: background-color .3s
}

@media screen and (min-width: 480px) {
    .item-about {
        margin: 0;
        flex: 0 1 8rem;
    }
}

.item-about:hover {
    background-color: #009688
}

.item-about:hover .item-about__value {
    color: #fff
}

.item-about:hover .item-about__text {
    color: #fff
}

.item-about_border {
    background-color: #fff;
    border: 1px solid #009688
}

.item-about__value {
    font-weight: 700;
    font-size: 2.875rem;
    text-transform: uppercase;
    color: #000;
    transition: color .3s
}

.item-about__value:not(:last-child) {
    margin-bottom: .8125rem
}

.item-about__text {
    font-size: .75rem;
    color: #000;
    transition: color .3s
}

.offers {
    position: relative
}

.offers__container {
    max-width: 59.75rem;
    display: flex;
    flex-direction: column
}

.offers__button {
    align-self: center
}

.body-offers {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    row-gap: 2.5rem
}

.body-offers:not(:last-child) {
    margin-bottom: 2.5rem
}

.body-offers__item {
    opacity: 0;
    flex: 0 0 17.25rem
}

.body-offers__image {
    border-radius: .9375rem;
    box-shadow: 0 4px 27px 0 rgba(0, 150, 136, .1)
}

.body-offers__line {
    display: flex;
    align-items: center
}

.body-offers__line::after,
.body-offers__line::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 7.8125rem;
    background-color: #b3dfdb;
    z-index: -1
}

.body-offers__line::after {
    right: 0
}

.body-offers__line::before {
    left: 0
}

.body-offers__picture {
    width: 17.25rem;
    height: 17.25rem;
    border-radius: .9375rem
}

.body-offers__text {
    line-height: 1.2
}

.consultation {
    position: relative
}

.consultation__container {
    max-width: 38.625rem
}

.consultation__title {
    display: flex;
    justify-content: center;
    align-items: center
}

.consultation__title::after,
.consultation__title::before {
    position: absolute;
    content: "";
    height: .1875rem;
    border-radius: .125rem;
    background-color: #009688;
    z-index: -1
}

.consultation__title._watcher-view::after,
.consultation__title._watcher-view::before {
    width: 32%
}

.consultation__title::before {
    left: 0
}

.consultation__title::after {
    right: 0
}

.consultation__image {
    display: none
}

.form-consultation {
    max-width: 35.625rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: .9375rem;
    background: #edf4f5;
    padding: 5rem 2.5rem
}

.form-consultation__title {
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    font-size: 1.0625rem
}

.form-consultation__input {
    max-width: 19.125rem
}

@media (min-width: 29.99875em) {
    .body-about__items {
        flex-wrap: wrap
    }
}

@media (min-width: 47.99875em) {
    .text {
        line-height: 1.58678
    }

    .item-our-cases__image {
        flex: 0 1 45.25rem;
        position: relative;
        padding-top: 32.8947368421%
    }

    .item-our-cases__picture {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 1.25rem
    }

    .item-our-cases__body {
        flex: 0 1 34.375rem
    }

    .our-partners__title {
        display: flex;
        justify-content: center;
        align-items: center
    }

    .our-partners__title::after,
    .our-partners__title::before {
        position: absolute;
        content: "";
        width: 33.854%;
        height: .1875rem;
        border-radius: .125rem;
        background-color: #009688;
        z-index: -1
    }

    .our-partners__title::before {
        left: 0
    }

    .our-partners__title::after {
        right: 0
    }

    .footer__container {
        justify-content: space-between
    }

    .footer__body {
        flex: 0 1 63.6875rem
    }

    .logo-footer {
        flex: 0 1 32.3125rem
    }

    .body-about__image {
        padding-top: 47.5717439294%;
        flex: 0 1 28.625rem
    }

    .body-about__content {
        padding-top: 1.0625rem;
        flex: 0 1 26.6875rem
    }

    .body-about__text {
        text-align: start;
        line-height: 1.6
    }

    .form-consultation__button_mob {
        display: none
    }
}

@media (min-width: 47.99875em)and (min-width: 113em) {
    .body-about__content {
        padding-top: 1.0625rem
    }
}

@media (min-width: 113.5em) {
    .menu__list {
        -webkit-column-gap: 5.75rem;
        -moz-column-gap: 5.75rem;
        column-gap: 5.75rem
    }
}

@media (min-width: 62em) {
    .body-about {
        gap: 1.5rem
    }

    .body-about__items {
        gap: 1.25rem
    }

    .form-consultation__title:not(:last-child) {
        margin-bottom: 1.5rem
    }

    .form-consultation__input:not(:last-child) {
        margin-bottom: 1rem
    }

    .form-consultation__input_email:not(:last-child) {
        margin-bottom: 1.5rem
    }

    .form-consultation__input_textarea {
        min-height: 8.0625rem
    }

    .form-consultation__input_textarea:not(:last-child) {
        margin-bottom: 1.5rem
    }

    .form-consultation__button {
        max-width: 19.125rem
    }
}

@media (min-width: 113em) {
    .button {
        font-size: .9375rem
    }

    .title {
        font-size: 3.375rem
    }

    .title--small {
        font-size: 1.875rem
    }

    .title--small:not(:last-child) {
        margin-bottom: 4.375rem
    }

    .text {
        font-size: .9375rem
    }

    .our-cases {
        padding-top: 8.4375rem
    }

    .our-cases {
        padding-bottom: 8.125rem
    }

    .our-cases__title:not(:last-child) {
        margin-bottom: 5rem
    }

    .item-our-cases {
        gap: 10.375rem
    }

    .item-our-cases:not(:last-child) {
        margin-bottom: 5rem
    }

    .item-our-cases::before {
        height: 26.3125rem
    }

    .item-our-cases__body {
        padding-top: 1.5625rem
    }

    .item-our-cases__title {
        font-size: 2.875rem
    }

    .item-our-cases__title:not(:last-child) {
        margin-bottom: .625rem
    }

    .item-our-cases__name {
        font-size: .9375rem
    }

    .item-our-cases__name:not(:last-child) {
        margin-bottom: 2.875rem
    }

    .item-our-cases__text {
        font-size: .9375rem
    }

    .our-partners {
        padding-top: 8.4375rem
    }

    .our-partners {
        padding-bottom: 8.125rem
    }

    .our-partners__title:not(:last-child) {
        margin-bottom: 5.5625rem
    }

    .our-partners__body {
        gap: 1.25rem
    }

    .our-partners__picture {
        border-radius: 1.25rem
    }

    .footer {
        padding-bottom: 10.9375rem
    }

    .footer__container {
        gap: 14.1875rem
    }

    .footer__body {
        gap: 14.1875rem
    }

    .main {
        padding-top: 15.625rem
    }

    .main {
        height: 62.4375rem
    }

    .main__image {
        width: 61.5625rem
    }

    .main__image {
        height: 60.125rem
    }

    .main__image {
        right: .0000000625rem
    }

    .main__title:not(:last-child) {
        margin-bottom: 2.5rem
    }

    .main__text:not(:last-child) {
        margin-bottom: 2.5rem
    }

    .about {
        padding-top: 8.125rem
    }

    .about {
        padding-bottom: 8.125rem
    }

    .offers {
        padding-bottom: 8.125rem
    }

    .body-offers__image:not(:last-child) {
        margin-bottom: 1.875rem
    }

    .body-offers__text {
        font-size: 1.25rem
    }

    .consultation {
        padding-bottom: 8.125rem
    }
}

@media (max-width: 62em) {
    .item-our-cases__body {
        padding-top: .0000000625rem
    }
}

@media (max-width: 48em) {
    .button {
        font-size: .75rem
    }

    .title {
        font-size: 1.5rem
    }

    .title--small {
        font-size: 1.25rem
    }

    .title--small:not(:last-child) {
        margin-bottom: 2.5rem
    }

    .text {
        font-size: .875rem
    }

    .our-cases {
        padding-top: 5rem
    }

    .our-cases {
        padding-bottom: 5rem
    }

    .our-cases__title:not(:last-child) {
        margin-bottom: 2.5rem
    }

    .item-our-cases {
        gap: 1.25rem
    }

    .item-our-cases:not(:last-child) {
        margin-bottom: 2.5rem
    }

    .item-our-cases::before {
        height: 13.75rem
    }

    .item-our-cases__title {
        font-size: 1.5rem
    }

    .item-our-cases__title:not(:last-child) {
        margin-bottom: 1.0625rem
    }

    .item-our-cases__name {
        font-size: .875rem
    }

    .item-our-cases__name:not(:last-child) {
        margin-bottom: 1.25rem
    }

    .item-our-cases__text {
        font-size: .875rem
    }

    .our-partners {
        padding-top: 5rem
    }

    .our-partners {
        padding-bottom: 5rem
    }

    .our-partners__title:not(:last-child) {
        margin-bottom: 2.5rem
    }

    .our-partners__body {
        gap: .625rem
    }

    .our-partners__picture {
        border-radius: .625rem
    }

    .menu__list {
        -webkit-column-gap: 1rem;
        -moz-column-gap: 1rem;
        column-gap: 1rem
    }

    .footer {
        padding-bottom: 9.125rem
    }

    .footer__container {
        gap: 4.125rem
    }

    .footer__body {
        gap: 4.125rem
    }

    .main__title:not(:last-child) {
        margin-bottom: 1rem
    }

    .main__text:not(:last-child) {
        margin-bottom: 1.1875rem
    }

    .about {
        padding-top: 5rem
    }

    .about {
        padding-bottom: 5rem
    }

    .body-about {
        gap: .75rem
    }

    .body-about__items {
        gap: .625rem
    }

    .offers {
        padding-bottom: 5rem
    }

    .body-offers__image:not(:last-child) {
        margin-bottom: 1.25rem
    }

    .body-offers__text {
        font-size: .875rem
    }

    .consultation {
        padding-bottom: 3.75rem
    }
}

@media (max-width: 30em) {
    .main {
        padding-top: 3.625rem
    }

    .main {
        height: 32.5rem
    }

    .main__image {
        width: 32.0625rem
    }

    .main__image {
        height: 31.25rem
    }

    .main__image {
        right: -300px
    }

    .form-consultation__title:not(:last-child) {
        margin-bottom: .875rem
    }

    .form-consultation__input:not(:last-child) {
        margin-bottom: .625rem
    }

    .form-consultation__input_email:not(:last-child) {
        margin-bottom: .625rem
    }

    .form-consultation__input_textarea {
        min-height: 4.375rem
    }

    .form-consultation__input_textarea:not(:last-child) {
        margin-bottom: 1.25rem
    }

    .form-consultation__button {
        max-width: 9.5625rem
    }
}

@media (max-width: 87.49875em) {
    .our-partners__body {
        grid-template-columns: repeat(auto-fit, minmax(18.75rem, 1fr))
    }
}

@media (max-width: 74.99875em) {
    .main__title {
        max-width: 46.25rem
    }
}

@media (max-width: 61.99875em) {
    .title_watch_line::after,
    .title_watch_line::before {
        transition: width .6s ease-out
    }

    .our-partners__body {
        grid-template-columns: repeat(auto-fit, minmax(12.5rem, 1fr))
    }

    .main__title {
        max-width: 36.25rem
    }

    .consultation__title._watcher-view::after,
    .consultation__title._watcher-view::before {
        width: 26%
    }
}

@media (max-width: 47.99875em) {
    .button {
        min-width: 9.375rem;
        line-height: 1.25;
        padding: .625rem .5625rem
    }

    .input {
        line-height: .8;
        border-radius: .6875rem;
        padding: .4375rem 1.0625rem .4375rem .6875rem
    }

    .menu__body {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        row-gap: 2.5rem;
        position: fixed;
        width: 100%;
        height: 100%;
        left: 100%;
        top: 0;
        overflow: auto;
        padding: 9rem 1.5rem 5rem 1.5rem;
        background-color: #fff;
        transition: left .3s
    }

    .menu__body::before {
        content: "";
        position: fixed;
        width: 100%;
        height: 4rem;
        left: 100%;
        top: 0;
        transition: left .3s;
        z-index: 2;
        background: #009688
    }

    .menu-open .menu__body {
        left: 0
    }

    .menu-open .menu__body::before {
        left: 0
    }

    .menu__list {
        flex-direction: column
    }

    .icon-menu {
        display: block;
        position: relative;
        width: 1.5rem;
        height: 1rem;
        z-index: 5
    }

    .icon-menu span,
    .icon-menu::after,
    .icon-menu::before {
        content: "";
        transition: all .3s ease 0s;
        right: 0;
        position: absolute;
        width: 100%;
        height: .125rem;
        background-color: #fff;
        border-radius: .125rem
    }

    .icon-menu::before {
        top: 0
    }

    .icon-menu::after {
        bottom: 0
    }

    .icon-menu span {
        top: calc(50% - .0625rem)
    }

    .menu-open .icon-menu span {
        width: 0
    }

    .menu-open .icon-menu::before {
        top: calc(50% - .0625rem);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .menu-open .icon-menu::after {
        bottom: calc(50% - .0625rem);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .loaded .title_watch_line._watcher-view span {
        -webkit-animation: animation-opacity .6s ease-out 0s forwards;
        animation: animation-opacity .6s ease-out 0s forwards
    }

    .body-offers_watch {
        position: relative;
        z-index: 1
    }

    .loaded .body-offers_watch._watcher-view {
        -webkit-animation: animation-opacity .6s ease-out 0s forwards;
        animation: animation-opacity .6s ease-out 0s forwards
    }

    .item-our-cases {
        flex-direction: column
    }

    .item-our-cases::before {
        height: 7.5625rem;
        -webkit-transform: translateY(2.25rem);
        transform: translateY(2.25rem)
    }

    .item-our-cases__picture {
        border-radius: .625rem;
        width: 19.5rem;
        height: 11.5625rem
    }

    .item-our-cases__title::before {
        width: 100%
    }

    .item-our-cases__title {
        line-height: .7916666667
    }

    .item-our-cases__name {
        line-height: .7142857143
    }

    .item-our-cases__text {
        line-height: 1.5
    }

    .our-partners__body {
        grid-template-columns: repeat(auto-fit, minmax(9.375rem, 1fr))
    }

    .our-partners__image {
        padding-top: 49.0066225166%
    }

    .header__phone {
        font-size: .9375rem;
        color: #000;
        line-height: .7333333333
    }

    .menu__list {
        row-gap: 2.5rem
    }

    .menu__item {
        line-height: .75
    }

    .menu__link {
        font-size: 1.25rem;
        line-height: .75;
        color: #000
    }

    .menu__contact {
        display: flex;
        flex-direction: column;
        align-items: center;
        row-gap: 1.25rem
    }

    .footer__container {
        flex-direction: column;
        align-items: center
    }

    .footer__body {
        flex-direction: column;
        align-items: center
    }

    .footer__items {
        display: none
    }

    .footer__contact {
        align-items: center
    }

    .footer__title {
        text-align: center
    }

    .footer__phone {
        text-align: center
    }

    .footer__email {
        text-align: center
    }

    .about__title._watcher-view::after,
    .about__title._watcher-view::before {
        width: 28%
    }

    .body-about {
        flex-direction: column-reverse;
        gap: 2.5rem;
        align-items: center
    }

    .body-about__image {
        width: 20.75rem;
        height: 20.6875rem
    }

    .body-about__content {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .body-about__text {
        max-width: 19.0625rem
    }

    .body-about__items {
        justify-content: center;
        gap: 1.1875rem;
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        margin: 0 -1.5rem;
        padding: 0 1.5rem
    }

    .body-about__items::-webkit-scrollbar {
        display: none
    }

    .body-about__button {
        max-width: 9.4375rem
    }

    .body-offers__line::after,
    .body-offers__line::before {
        height: 8.875rem
    }

    .body-offers__picture {
        width: 19.5rem;
        height: 19.5rem;
        border-radius: 1rem
    }

    .consultation__title._watcher-view::after,
    .consultation__title._watcher-view::before {
        width: 10%
    }

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

    .form-consultation {
        padding: 2.5rem
    }

    .form-consultation:not(:last-child) {
        margin-bottom: 2.5rem
    }

    .form-consultation__button_pc {
        display: none
    }
}

@media (max-width: 47.99875em)and (any-hover: none) {
    .icon-menu {
        cursor: default
    }
}

@media (max-width: 29.99875em) {
    .main__container {
        align-items: flex-start
    }

    .main__title {
        max-width: 13.75rem;
        text-align: start
    }

    .main__text {
        max-width: 13.75rem;
        text-align: start
    }

    .main__text span {
        display: none
    }

    .about__title._watcher-view::after,
    .about__title._watcher-view::before {
        width: 21.388%
    }

    .body-about__items {
        justify-content: center;
    }

    .consultation__title._watcher-view::after,
    .consultation__title._watcher-view::before {
        width: 7.222%
    }
}

@media (min-width: 48em)and (max-width: 113em) {
    .button {
        font-size: clamp(.75rem, .6115384615rem + .2884615385vw, .9375rem)
    }

    .title {
        font-size: clamp(1.5rem, .1153846154rem + 2.8846153846vw, 3.375rem)
    }

    .title--small {
        font-size: clamp(1.25rem, .7884615385rem + .9615384615vw, 1.875rem)
    }

    .title--small:not(:last-child) {
        margin-bottom: clamp(2.5rem, 1.1153846154rem + 2.8846153846vw, 4.375rem)
    }

    .text {
        font-size: clamp(.875rem, .8288461538rem + .0961538462vw, .9375rem)
    }

    .our-cases {
        padding-top: clamp(5rem, 2.4615384615rem + 5.2884615385vw, 8.4375rem)
    }

    .our-cases {
        padding-bottom: clamp(5rem, 2.6923076923rem + 4.8076923077vw, 8.125rem)
    }

    .our-cases__title:not(:last-child) {
        margin-bottom: clamp(2.5rem, .6538461538rem + 3.8461538462vw, 5rem)
    }

    .item-our-cases {
        gap: clamp(1.25rem, -5.4884615385rem + 14.0384615385vw, 10.375rem)
    }

    .item-our-cases:not(:last-child) {
        margin-bottom: clamp(2.5rem, .6538461538rem + 3.8461538462vw, 5rem)
    }

    .item-our-cases::before {
        height: clamp(13.75rem, 4.4730769231rem + 19.3269230769vw, 26.3125rem)
    }

    .item-our-cases__title {
        font-size: clamp(1.5rem, .4846153846rem + 2.1153846154vw, 2.875rem)
    }

    .item-our-cases__title:not(:last-child) {
        margin-bottom: clamp(.625rem, 1.3855769231rem + -.6730769231vw, 1.0625rem)
    }

    .item-our-cases__name {
        font-size: clamp(.875rem, .8288461538rem + .0961538462vw, .9375rem)
    }

    .item-our-cases__name:not(:last-child) {
        margin-bottom: clamp(1.25rem, .05rem + 2.5vw, 2.875rem)
    }

    .item-our-cases__text {
        font-size: clamp(.875rem, .8288461538rem + .0961538462vw, .9375rem)
    }

    .our-partners {
        padding-top: clamp(5rem, 2.4615384615rem + 5.2884615385vw, 8.4375rem)
    }

    .our-partners {
        padding-bottom: clamp(5rem, 2.6923076923rem + 4.8076923077vw, 8.125rem)
    }

    .our-partners__title:not(:last-child) {
        margin-bottom: clamp(2.5rem, .2384615385rem + 4.7115384615vw, 5.5625rem)
    }

    .our-partners__body {
        gap: clamp(.625rem, .1634615385rem + .9615384615vw, 1.25rem)
    }

    .our-partners__picture {
        border-radius: clamp(.625rem, .1634615385rem + .9615384615vw, 1.25rem)
    }

    .footer {
        padding-bottom: clamp(9.125rem, 7.7865384615rem + 2.7884615385vw, 10.9375rem)
    }

    .footer__container {
        gap: clamp(4.125rem, -3.3057692308rem + 15.4807692308vw, 14.1875rem)
    }

    .footer__body {
        gap: clamp(4.125rem, -3.3057692308rem + 15.4807692308vw, 14.1875rem)
    }

    .main__title:not(:last-child) {
        margin-bottom: clamp(1rem, -.1076923077rem + 2.3076923077vw, 2.5rem)
    }

    .main__text:not(:last-child) {
        margin-bottom: clamp(1.1875rem, .2182692308rem + 2.0192307692vw, 2.5rem)
    }

    .about {
        padding-top: clamp(5rem, 2.6923076923rem + 4.8076923077vw, 8.125rem)
    }

    .about {
        padding-bottom: clamp(5rem, 2.6923076923rem + 4.8076923077vw, 8.125rem)
    }

    .offers {
        padding-bottom: clamp(5rem, 2.6923076923rem + 4.8076923077vw, 8.125rem)
    }

    .body-offers__image:not(:last-child) {
        margin-bottom: clamp(1.25rem, .7884615385rem + .9615384615vw, 1.875rem)
    }

    .body-offers__text {
        font-size: clamp(.875rem, .5980769231rem + .5769230769vw, 1.25rem)
    }

    .consultation {
        padding-bottom: clamp(3.75rem, .5192307692rem + 6.7307692308vw, 8.125rem)
    }
}

@media (min-width: 62em)and (max-width: 113em) {
    .item-our-cases__body {
        padding-top: clamp(.0000000625rem, -1.8995096654rem + 3.0637253676vw, 1.5625rem)
    }
}

@media (min-width: 48em)and (max-width: 113.5em) {
    .menu__list {
        -webkit-column-gap: clamp(1rem, -2.4809160305rem + 7.2519083969vw, 5.75rem);
        -moz-column-gap: clamp(1rem, -2.4809160305rem + 7.2519083969vw, 5.75rem);
        column-gap: clamp(1rem, -2.4809160305rem + 7.2519083969vw, 5.75rem)
    }
}

@media (min-width: 30em)and (max-width: 113em) {
    .main {
        padding-top: clamp(3.625rem, -.7123493976rem + 14.4578313253vw, 15.625rem)
    }

    .main {
        height: clamp(32.5rem, 21.6792168675rem + 36.0692771084vw, 62.4375rem)
    }

    .main__image {
        width: clamp(32.0625rem, 21.3998493976rem + 35.5421686747vw, 61.5625rem)
    }

    .main__image {
        height: clamp(31.25rem, 20.813253012rem + 34.7891566265vw, 60.125rem)
    }

    .main__image {
        right: clamp(-9.375rem, -12.7635542395rem + 11.2951807982vw, .0000000625rem)
    }
}

@media (min-width: 48em)and (max-width: 62em) {
    .body-about {
        gap: clamp(.75rem, -1.8214285714rem + 5.3571428571vw, 1.5rem)
    }

    .body-about__items {
        gap: clamp(.625rem, -1.5178571429rem + 4.4642857143vw, 1.25rem)
    }
}

@media (min-width: 47.99875em)and (min-width: 62em)and (max-width: 113em) {
    .body-about__content {
        padding-top: clamp(.0000000625rem, -1.2916665282rem + 2.0833332108vw, 1.0625rem)
    }
}

@media (min-width: 47.99875em)and (max-width: 62em) {
    .body-about__content {
        padding-top: .0000000625rem
    }
}

@media (min-width: 30em)and (max-width: 62em) {
    .form-consultation__title:not(:last-child) {
        margin-bottom: clamp(.875rem, .2890625rem + 1.953125vw, 1.5rem)
    }

    .form-consultation__input:not(:last-child) {
        margin-bottom: clamp(.625rem, .2734375rem + 1.171875vw, 1rem)
    }

    .form-consultation__input_email:not(:last-child) {
        margin-bottom: clamp(.625rem, -.1953125rem + 2.734375vw, 1.5rem)
    }

    .form-consultation__input_textarea {
        min-height: clamp(4.375rem, .91796875rem + 11.5234375vw, 8.0625rem)
    }

    .form-consultation__input_textarea:not(:last-child) {
        margin-bottom: clamp(1.25rem, 1.015625rem + .78125vw, 1.5rem)
    }

    .form-consultation__button {
        max-width: clamp(9.5625rem, .59765625rem + 29.8828125vw, 19.125rem)
    }
}

/* slick slider */
/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Custom slider */

.page__slider {
    padding-top: 10px;
    padding-bottom: 80px;
    overflow: hidden;
}

@media (min-width: 916px) {
    .page__slider {
        padding-top: 40px;
        padding-bottom: 190px;
    }
}

.page__slider .slider__container {
    max-width: 116rem;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.page__slider .slider__container .slider__title {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 40px;
}

@media (min-width: 916px) {
    .page__slider .slider__container .slider__title {
        margin-bottom: 104px;
        font-size: 30px;
    }
}

@media (min-width: 916px) {
    .page__slider .slider__container .slider_flex {
        display: block;
    }
}

.page__slider .slider__container .slider_flex .slider_product {
    border-radius: 10px;
    background: #EDF5EC;
    width: 100%;
    max-width: 100%;
    padding: 40px;
    display: flex;
    justify-content: center;
    align-content: center;
    position: relative;
    z-index: 2;
}

@media (min-width: 916px) {
    .page__slider .slider__container .slider_flex .slider_product {
        background-color: rgba(218, 233, 235, 0.5);
        border-radius: 15px;
        height: 444px;
        padding: 0;
        max-width: 570px;
    }
}

.page__slider .slider__container .slider_flex .slider_product .slick-track {
    display: flex;
}

.page__slider .slider__container .slider_flex .slider_product .slider_product_block {
    max-width: 100%;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

@media (min-width: 916px) {
    .page__slider .slider__container .slider_flex .slider_product .slider_product_block {
        max-width: 570px;
        height: 444px;
        display: flex;
    }
}

.page__slider .slider__container .slider_flex .slider_product .slider_product_title {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20.4px;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
    width: 100%;
}

@media (min-width: 916px) {
    .page__slider .slider__container .slider_flex .slider_product .slider_product_title {
        font-size: 24px;
        margin-bottom: 40px;
    }
}

.page__slider .slider__container .slider_flex .slider_product .slider_product_sub-title {
    color: #000;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 20px;
    display: block;
    width: 100%;
}

@media (min-width: 916px) {
    .page__slider .slider__container .slider_flex .slider_product .slider_product_sub-title {
        font-size: 20px;
        margin-bottom: 40px;
    }
}

.page__slider .slider__container .slider_flex .slider_product .button-center {
    text-align: center;
}

.page__slider .slider__container .slider_flex .slider_slick {
    margin-bottom: 52px;
    margin-right: -330px;
    position: relative;
}

@media (min-width: 916px) {
    .page__slider .slider__container .slider_flex .slider_slick {
        margin-bottom: -390px;
        padding-left: 590px;
        margin-right: -590px;
    }
}

.page__slider .slider__container .slider_flex .slider_slick .slide_item {
    border-radius: 16px;
    background: #9490A1;
    height: 178px;
    margin: 0 10px 0 0;
}

@media (min-width: 916px) {
    .page__slider .slider__container .slider_flex .slider_slick .slide_item {
        height: 334px;
        margin: 0 10px;
    }
}

.page__slider .slider__container .slider_flex .slider_slick .slide_item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    display: block;
}

/* arrow */
.page__slider .slider__container .slider_flex .slider_slick .slick-arrow {
    position: absolute;
    content: " ";
    width: 54px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    font-size: 0;
    z-index: 2;
    right: 0;
    top: 196px;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    cursor: pointer;
}

@media screen and (min-width: 916px) {
    .page__slider .slider__container .slider_flex .slider_slick .slick-arrow {
        top: 360px;
    }
}

.page__slider .slider__container .slider_flex .slider_slick .slick-arrow:hover {
    opacity: 0.7;
}

.page__slider .slider__container .slider_flex .slider_slick .slick-prev {
    background-image: url("../img/arrow-slider-left.svg");
    left: 0;
}

@media screen and (min-width: 916px) {
    .page__slider .slider__container .slider_flex .slider_slick .slick-prev {
        left: 600px;
    }
}

.page__slider .slider__container .slider_flex .slider_slick .slick-next {
    background-image: url("../img/arrow-slider-right.svg");
    left: 80px;
}

@media screen and (min-width: 916px) {
    .page__slider .slider__container .slider_flex .slider_slick .slick-next {
        left: 680px;
    }
}
/* ====== HEADER DROPDOWN (добавить в самый низ файла) ====== */

/* Пункт-обёртка с треугольником */
.menu__item--dropdown { position: relative; }
.menu__item--dropdown .menu__caret { margin-left: .35rem; font-size: .85em; }

/* Сам выпадающий блок */
.menu__dropdown{
  position:absolute;
  top:100%; left:0;
  min-width:240px;
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:8px;
  box-shadow:0 8px 24px rgba(0,0,0,.12);
  padding:8px;
  opacity:0; visibility:hidden; transform:translateY(6px);
  transition:opacity .15s ease, transform .15s ease, visibility .15s;
  z-index:1000; /* выше контента страницы */
}

/* Показываем дропдаун при hover/focus */
.menu__item--dropdown:hover > .menu__dropdown,
.menu__item--dropdown:focus-within > .menu__dropdown{
  opacity:1; visibility:visible; transform:translateY(0);
}

/* Пункты внутри дропдауна */
.menu__dropdown li { list-style:none; }
.menu__dropdown-link{
  display:block;
  padding:10px 12px;
  border-radius:6px;
  font-size:14px;
  line-height:1.3;
  text-decoration:none;
  color:#000;
  white-space:nowrap;
}
.menu__dropdown-link:hover,
.menu__dropdown-link:focus{
  background:rgba(0,150,136,.08);
  color:#009688;
  outline:none;
}

/* Цвет ссылок в шапке для десктопа — гарантированно белые */
@media (min-width: 48em){
  .menu__link { color:#fff; }
  .header__phone { color:#fff; }
}

/* Мобильная версия: делаем дропдаун статичным под пунктом меню */
@media (max-width: 47.99875em){
  .menu__item--dropdown { width:100%; }
  .menu__dropdown{
    position:static;
    box-shadow:none;
    border:0;
    padding:6px 0 0 12px;
    opacity:1; visibility:visible; transform:none;
  }
  .menu__dropdown-link{ padding:8px 0; }
}

/* ====== FIX: header spacing & page offset ====== */

/* 1) Отступы между пунктами меню + запрет переносов */
.menu__list{
  display:flex;
  align-items:center;
  column-gap: 2.75rem;      /* базовый зазор на десктопе */
}
.menu__link{ white-space: nowrap; } /* не ломаемся на две строки */

/* прежняя «clamp» логика — оставляем, но переопределяем явно, чтобы точно сработало */
@media (min-width: 48em) and (max-width: 113.5em){
  .menu__list{
    column-gap: clamp(1rem, -2.4809rem + 7.2519vw, 5.75rem);
  }
}
@media (min-width: 113.5em){
  .menu__list{ column-gap: 5.75rem; }
}

/* 2) Фикс перекрытия контента фиксированной шапкой */
:root { --header-h: 64px; }            /* по умолчанию высота шапки */
@media (min-width: 48em){ :root{ --header-h: 72px; } } /* крупнее — выше */
body{ padding-top: var(--header-h); }

/* 3) Чуть увеличим «подушку» внутри контейнера шапки — визуально ровнее */
.header__container{ padding-left: 24px; padding-right: 24px; }

/* ===== FIX: блок "Услуги" не виден ===== */

/* По умолчанию элементы видимы */
.body-offers__item { opacity: 1; }

/* Анимацию появления оставляем только для тех,
   у кого есть специальный класс body-offers_watch */
.body-offers_watch { opacity: 0; }

/* (Правило у тебя уже есть) Когда попали в зону видимости — показываем */
.loaded .body-offers_watch._watcher-view {
  animation: animation-opacity .6s ease-out 0s forwards;
}


/* ===== "Услуги" в ряд (3 колонки на десктопе) ===== */

/* Десктоп ≥1200px: три колонки */
@media (min-width: 75em) { /* 75em = 1200px при 16px базового шрифта */
  .body-offers {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(17.25rem, 1fr));
    column-gap: 2rem;
    row-gap: 2.5rem;
    justify-items: center; /* центрируем карточки */
  }
  .body-offers__item {
    flex: initial;          /* отменяем старые flex-настройки */
    width: 100%;
  }
  .body-offers__image { width: 100%; }
  .body-offers__picture {
    width: 100%;
    max-width: 17.25rem;    /* как у тебя по дизайну */
    height: auto;
  }
}

/* Планшет 768–1199px: две колонки (опционально) */
@media (min-width: 48em) and (max-width: 74.99875em) {
  .body-offers {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(17.25rem, 1fr));
    column-gap: 2rem;
    row-gap: 2.5rem;
    justify-items: center;
  }
}

/* Мобильный <768px: одна колонка (как было) */
@media (max-width: 47.99875em) {
  .body-offers {
    display: grid !important;
    grid-template-columns: 1fr;
    row-gap: 2.5rem;
    justify-items: center;
  }
}

/* ===== DROPDOWN ("Модули") — универсальные стили ===== */
.menu__item--dropdown { position: relative; }
.menu__item--dropdown .menu__caret { margin-left: .35rem; font-size: .85em; transition: transform .2s ease; }

/* Состояние закрытого дропдауна по умолчанию */
.menu__dropdown{
  position: absolute;
  left: 0; top: 100%;
  min-width: 240px;
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
  border-radius: 8px;
  padding: 8px;
  opacity: 0; visibility: hidden; transform: translateY(6px);
  max-height: 0; overflow: hidden;
  transition: opacity .15s ease, transform .15s ease, visibility .15s, max-height .25s ease;
  z-index: 1000;
}
.menu__dropdown li{ list-style: none; }
.menu__dropdown-link{
  display:block; padding:10px 12px; border-radius:6px; font-size:14px; line-height:1.3; white-space:nowrap;
}
.menu__dropdown-link:hover{ background: rgba(0,150,136,.08); color:#009688; }

/* Ховер/фокус — ДЕСКТОП: показываем */
@media (min-width:768px){
  .menu__item--dropdown:hover > .menu__dropdown,
  .menu__item--dropdown:focus-within > .menu__dropdown{
    opacity:1; visibility:visible; transform:translateY(0); max-height:600px;
  }
}

/* МОБИЛЬНЫЕ: дропдаун закрыт по умолчанию, открывается только при .is-open */
@media (max-width:767.98px){
  .menu__list{ align-items:center; }              /* выравниваем пункты по центру */
  .menu__item{ width:100%; text-align:center; }
  .menu__link{ display:inline-block; }            /* чтоб caret стоял рядом с текстом */
  .menu__dropdown{
    position: static; box-shadow:none; border:0; background:transparent;
    padding: 8px 0 0 0; margin-top: 6px;
    opacity:0; visibility:hidden; transform:none; max-height:0; overflow:hidden; pointer-events:none;
    text-align:center;
  }
  .menu__item--dropdown.is-open > .menu__dropdown{
    opacity:1; visibility:visible; max-height:500px; pointer-events:auto;
  }
  .menu__item--dropdown.is-open .menu__caret{ transform: rotate(180deg); }
  .menu__dropdown-link{ font-size:1.0625rem; padding:10px 0; }
}

/* ==== MOBILE DROPDOWN FIX (override) ==== */
@media (max-width: 767.98px) {
  /* Ссылка "Модули" + стрелка */
  .header .menu__item--dropdown > .menu__link { position: relative; }
  .header .menu__item--dropdown > .menu__link .menu__caret {
    display: inline-block;
    margin-left: .35rem;
    font-size: .85em;
    transition: transform .2s ease;
  }

  /* По умолчанию ЗАКРЫТО */
  .header .menu__item--dropdown .menu__dropdown {
    position: static !important;
    box-shadow: none !important;
    border: 0 !important;
    background: transparent !important;
    padding: 8px 0 0 0 !important;
    margin: 6px 0 0 0 !important;

    max-height: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    overflow: hidden !important;
    pointer-events: none !important;
    transform: none !important;
  }

  /* Открыто при .is-open */
  .header .menu__item--dropdown.is-open .menu__dropdown {
    max-height: 500px !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }
  .header .menu__item--dropdown.is-open > .menu__link .menu__caret {
    transform: rotate(180deg);
  }

  /* Центровка пунктов внутри мобильного выпадающего меню */
  .header .menu__item--dropdown .menu__dropdown { text-align: center !important; }
  .header .menu__item--dropdown .menu__dropdown-link {
    display: block;
    padding: 10px 0 !important;
    font-size: 1.0625rem !important;
  }
}

/* Кнопка под "Чат" */
.cc-video-btn-wrap { margin: 24px 0 8px; text-align: center; }
.cc-video-btn { min-width: 13rem; }

/* ===== Modal base ===== */
.cc-modal[aria-hidden="true"] { display: none; }
.cc-modal {
  position: fixed; inset: 0; z-index: 9999;
  display: grid; place-items: center;
}
.cc-modal__backdrop {
  position: absolute; inset: 0;
  background: rgba(0,0,0,.52);
  backdrop-filter: blur(1px);
}
.cc-modal__dialog {
  position: relative;
  width: min(960px, 92vw);
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 16px 60px rgba(0,0,0,.25);
  padding: 18px 18px 22px;
  z-index: 1;
}
.cc-modal__title {
  margin: 0 0 12px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}
.cc-modal__player {
  width: 100%;
  aspect-ratio: 16 / 9;         /* современно и просто */
  background: #000;
  border-radius: 8px;
  overflow: hidden;
}
/* Кнопка закрытия */
.cc-modal__close {
  position: absolute; top: 8px; right: 8px;
  width: 40px; height: 40px; line-height: 38px;
  border-radius: 8px; border: 1px solid rgba(0,0,0,.08);
  background: #fff; cursor: pointer; font-size: 24px;
  color: #333;
}
.cc-modal__close:hover { border-color: #009688; color: #009688; }

/* Адаптация */
@media (max-width: 480px) {
  .cc-modal__dialog { padding: 14px 12px 18px; }
  .cc-modal__close { top: 6px; right: 6px; }
}

/* Кнопка */
.cc-video-btn-wrap { margin: 24px 0; text-align: center; }

/* --- Модальное окно --- */
.cc-modal {
  position: fixed;
  inset: 0;
  z-index: 10000; /* выше всех элементов */
  display: none; /* по умолчанию скрыто */
  align-items: center;
  justify-content: center;
}
.cc-modal.active { display: flex; }

.cc-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.6);
}

.cc-modal__dialog {
  position: relative;
  width: 90%;
  max-width: 960px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  z-index: 1;
}

.cc-modal__player {
  width: 100%;
  aspect-ratio: 16/9;
}

.cc-modal__player iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.cc-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 28px;
  line-height: 1;
  border: none;
  background: none;
  cursor: pointer;
  color: #333;
  z-index: 2;
}
.cc-modal__close:hover { color: #009688; }

/* CC YouTube button */
.cc-video-btn-wrap { margin: 24px 0; text-align: center; }

/* CC Modal (поверх всего и по центру) */
.cc-modal{
  position: fixed;
  inset: 0;
  z-index: 2147483647; /* супер-верх */
  display: none;
  align-items: center;
  justify-content: center;
}
.cc-modal.active{ display:flex; }

.cc-modal__backdrop{
  position:absolute;
  inset:0;
  background: rgba(0,0,0,.6);
}

.cc-modal__dialog{
  position: relative;
  width: min(960px, 92vw);
  background:#fff;
  border-radius:12px;
  overflow:hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,.35);
  z-index:1;
}

/* Надёжная «резиновая» обёртка под видео (без aspect-ratio) */
.cc-modal__player{
  position: relative;
  width: 100%;
}
.cc-modal__player::before{
  content:"";
  display:block;
  padding-top:56.25%; /* 16:9 */
}
.cc-modal__player iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  display:block;
  border:0;
}

.cc-modal__close{
  position:absolute;
  top:10px;
  right:12px;
  font-size:28px;
  line-height:1;
  background:none;
  border:none;
  color:#333;
  cursor:pointer;
  z-index:2;
}
.cc-modal__close:hover{ color:#009688; }

/* На очень маленьких экранах делаем диалог во всю ширину */
@media (max-width: 480px){
  .cc-modal__dialog{ width: 96vw; border-radius:10px; }
}

/************** NIMET — GLOBAL FIX PACK (append at EOF) **************/

/* === Фикс перекрытия контента фиксированной шапкой + якоря === */
:root { --header-h: 64px; }
@media (min-width: 48em){ :root{ --header-h: 72px; } }
body{ padding-top: var(--header-h); }
.page, h2.about__title { scroll-margin-top: calc(var(--header-h) + 12px); }

/* === Светлый герой по умолчанию на всех страницах
      (если где-то нужен тёмный — добавь секции класс .page__intro--dark) === */
.page__intro{ background:#fff; color:#000; }
.page__intro .main__title,
.page__intro .text{ color:#000; }
.page__intro--dark{ background:#111; color:#fff; }
.page__intro--dark .main__title,
.page__intro--dark .text{ color:#fff; }

/* === Фолбэки на случай, если JS не отработал (ничего не прячем) === */
.no-js .main__container,
.no-js .main__image,
.no-js .body-offers__item,
.no-js .title_watch span{ opacity:1 !important; }

/* === “Услуги”: всегда видимы + сетка === */
.body-offers__item{ opacity:1; }
@media (min-width:75em){
  .body-offers{
    display:grid !important;
    grid-template-columns:repeat(3, minmax(17.25rem,1fr));
    column-gap:2rem; row-gap:2.5rem; justify-items:center;
  }
  .body-offers__picture{ width:100%; max-width:17.25rem; height:auto; }
}
@media (min-width:48em) and (max-width:74.99875em){
  .body-offers{
    display:grid !important;
    grid-template-columns:repeat(2, minmax(17.25rem,1fr));
    column-gap:2rem; row-gap:2.5rem; justify-items:center;
  }
}
@media (max-width:47.99875em){
  .body-offers{ display:grid !important; grid-template-columns:1fr; row-gap:2.5rem; justify-items:center; }
}

/* === Дропдаун “Модули”: десктоп — hover/focus, мобайл — только по .is-open === */
.menu__item--dropdown{ position:relative; }
.menu__item--dropdown .menu__caret{ margin-left:.35rem; font-size:.85em; transition:transform .2s; }
.menu__dropdown{
  position:absolute; top:100%; left:0; min-width:240px;
  background:#fff; border:1px solid rgba(0,0,0,.08); border-radius:8px;
  box-shadow:0 8px 24px rgba(0,0,0,.12);
  padding:8px; opacity:0; visibility:hidden; transform:translateY(6px);
  max-height:0; overflow:hidden; transition:opacity .15s, transform .15s, visibility .15s, max-height .25s;
  z-index:1000;
}
.menu__dropdown li{ list-style:none; }
.menu__dropdown-link{ display:block; padding:10px 12px; border-radius:6px; font-size:14px; color:#000; white-space:nowrap; }
.menu__dropdown-link:hover{ background:rgba(0,150,136,.08); color:#009688; }

/* десктоп: показываем по hover/focus */
@media (min-width:768px){
  .menu__item--dropdown:hover > .menu__dropdown,
  .menu__item--dropdown:focus-within > .menu__dropdown{
    opacity:1; visibility:visible; transform:translateY(0); max-height:600px;
  }
}
/* мобайл: закрыт по умолчанию; открывается по .is-open */
@media (max-width:767.98px){
  .menu__item{ width:100%; text-align:center; }
  .menu__link{ display:inline-block; }
  .menu__dropdown{
    position:static !important; box-shadow:none !important; border:0 !important; background:transparent !important;
    padding:8px 0 0 0 !important; margin:6px 0 0 0 !important;
    max-height:0 !important; opacity:0 !important; visibility:hidden !important; overflow:hidden !important; pointer-events:none !important;
  }
  .menu__item--dropdown.is-open > .menu__dropdown{
    max-height:500px !important; opacity:1 !important; visibility:visible !important; pointer-events:auto !important;
  }
  .menu__item--dropdown.is-open .menu__caret{ transform:rotate(180deg); }
  .menu__dropdown-link{ font-size:1.0625rem !important; padding:10px 0 !important; }
}

/* На десктопе ссылки в хедере гарантированно белые (фон шапки серый) */
@media (min-width:48em){
  .menu__link, .header__phone{ color:#fff; }
}

/* === ЕДИНАЯ версия модалки YouTube (удаляет конфликты с дублями) === */
.cc-modal[aria-hidden="true"]{ display:none; }
.cc-modal{
  position:fixed; inset:0; z-index:2147483647;
  display:flex; align-items:center; justify-content:center;
}
.cc-modal__backdrop{ position:absolute; inset:0; background:rgba(0,0,0,.6); backdrop-filter:blur(1px); }
.cc-modal__dialog{
  position:relative; width:min(960px,92vw); background:#fff; border-radius:12px;
  box-shadow:0 20px 60px rgba(0,0,0,.35); overflow:hidden; z-index:1;
}
.cc-modal__player{ position:relative; width:100%; }
.cc-modal__player::before{ content:""; display:block; padding-top:56.25%; } /* 16:9 */
.cc-modal__player iframe{ position:absolute; inset:0; width:100%; height:100%; border:0; display:block; }
.cc-modal__close{
  position:absolute; top:10px; right:12px; font-size:28px; line-height:1;
  border:0; background:none; color:#333; cursor:pointer; z-index:2;
}
.cc-modal__close:hover{ color:#009688; }
@media (max-width:480px){ .cc-modal__dialog{ width:96vw; border-radius:10px; } }
/* ===== Nimet Pricing (namespace: .nimet-pricing / .np-*) ===== */
:root{
  --nm-teal:#009688;
  --nm-teal-600:#007a70;
  --nm-ink:#101418;
  --nm-muted:#6b7680;
  --nm-line:#e7eff0;
  --nm-card:#f4fbfb;
  --nm-pop:#e0fffa;
}

.nimet-pricing{ padding:56px 0 80px; background:#fff; }
.nimet-pricing__container{ max-width:1200px; margin:0 auto; padding:0 16px; }
.nimet-pricing__title{ text-align:center; font:700 34px/1.2 Manrope,system-ui; color:var(--nm-ink); text-transform:uppercase; }
.nimet-pricing__subtitle{ text-align:center; margin:10px 0 32px; color:var(--nm-muted); }

.nimet-pricing__grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}
@media (max-width:1100px){ .nimet-pricing__grid{ grid-template-columns:repeat(2,1fr);} }
@media (max-width:640px){ .nimet-pricing__grid{ grid-template-columns:1fr;} }

.np-card{
  display:flex; flex-direction:column;
  border:1px solid var(--nm-line);
  border-radius:16px;
  background:linear-gradient(#eaf7f6,#eaf7f6) top/100% 92px no-repeat, #fff;
  overflow:hidden;
}
.np-card__head{
  padding:18px 18px 14px;
  background:#eaf7f6;
  border-bottom:1px solid var(--nm-line);
}
.np-card__title{ font:800 20px/1.25 Manrope,system-ui; color:#0e1516; text-transform:uppercase; }
.np-card__tagline{ margin-top:6px; font:500 12px/1.3 Manrope,system-ui; color:var(--nm-muted); }

.np-card__stat{
  display:flex; align-items:center; justify-content:space-between;
  padding:18px; border-bottom:1px dashed var(--nm-line);
}
.np-stat__value{ font:800 28px/1 Manrope,system-ui; color:var(--nm-ink); }
.np-stat__label{ display:block; font:500 12px/1.1 Manrope; color:var(--nm-muted); margin-top:4px; }
.np-capacity{
  font:800 14px/1 Manrope; color:var(--nm-teal);
  background:#e0f5f3; padding:8px 12px; border-radius:999px; border:1px solid #d3eeec;
}

.np-features{ padding:16px 18px 0; list-style:none; display:grid; gap:10px; }
.np-features li{ display:flex; gap:10px; align-items:flex-start; color:#1e2428; font:500 14px/1.35 Manrope; }
.np-features li i{
  width:18px; height:18px; flex:0 0 18px; margin-top:1px;
  border-radius:50%; background:radial-gradient(circle at 50% 50%, #fff 43%, transparent 44%) padding-box,
                     conic-gradient(var(--nm-teal) 0 100%) border-box;
  border:2px solid var(--nm-teal);
}
.np-features li.muted{ color:#8b97a2; }
.np-features + .np-card__foot{ margin-top:16px; }

.np-card__foot{
  margin-top:auto;
  padding:16px 18px 18px;
  border-top:1px solid var(--nm-line);
  background:#fff;
}
.np-price{ display:flex; align-items:baseline; gap:10px; margin-bottom:12px; }
.np-price__now{ font:800 22px/1 Manrope; color:var(--nm-ink); }
.np-price__per{ font:600 12px/1 Manrope; color:var(--nm-muted); }

.np-form{ display:flex; gap:8px; }
.np-form input{
  flex:1; min-width:0;
  border:1px solid var(--nm-line); border-radius:10px; padding:10px 12px;
  font:500 14px/1 Manrope; outline:none;
}
.np-form input:focus{ border-color:var(--nm-teal); box-shadow:0 0 0 3px rgba(0,150,136,.12); }

.np-btn{
  border:0; border-radius:999px; padding:11px 16px;
  background:var(--nm-teal); color:#fff; font:800 12px/1 Manrope; text-transform:uppercase;
  letter-spacing:.02em; cursor:pointer; transition:transform .02s ease, background .2s;
}
.np-btn:hover{ background:var(--nm-teal-600); }
.np-btn:active{ transform:translateY(1px); }
.np-btn--lg{ padding:14px 22px; font-size:13px; }

.np-card--popular{
  border-color:var(--nm-teal);
  box-shadow:0 10px 28px rgba(0,150,136,.12);
  background:
    linear-gradient(var(--nm-pop),var(--nm-pop)) top/100% 92px no-repeat,
    #fff;
}
.np-card--popular .np-capacity{ background:#ccfff6; border-color:#b6f2e9; }
.np-badge{
  position:absolute; margin:8px 0 0 8px;
  display:inline-block; padding:6px 10px; border-radius:999px;
  background:var(--nm-teal); color:#fff; font:800 11px/1 Manrope; text-transform:uppercase;
}

/* CTA под сеткой */
.np-cta{ margin-top:40px; padding:22px; border:1px dashed var(--nm-line); border-radius:16px; background:#f8fcfb; text-align:center; }
.np-cta h3{ margin-bottom:12px; font:800 18px/1.2 Manrope; color:var(--nm-ink); text-transform:uppercase; }
.np-cta__form{ display:flex; gap:10px; justify-content:center; flex-wrap:wrap; }
.np-cta__form input{
  border:1px solid var(--nm-line); border-radius:10px; padding:12px 14px; font:500 14px/1 Manrope; min-width:220px;
}
.np-cta__form input:focus{ border-color:var(--nm-teal); box-shadow:0 0 0 3px rgba(0,150,136,.12); }


.np-card__features li.no-check:before {
    content: "✕"; /* Символ красного крестика */
    color: #ff4d4f; /* Красный цвет */
}

#form-status{
  margin-top:12px; padding:14px 16px; border-radius:12px; font-size:15px;
  box-shadow:0 6px 24px rgba(0,0,0,.08);
}
#form-status.success{ background:#e7f8f5; color:#0c5e57; border:1px solid #00968822; }
#form-status.error  { background:#fdecea; color:#8a1f1f; border:1px solid #8a1f1f22; }
#form-status.loading{ background:#f6f7f9; color:#3c3c3c; border:1px solid #00000010; }

/* === Nimet contact form reset === */
#contact-form{ --brand:#009688; }

/* Карточка формы */
#contact-form{
  max-width: 720px;
  margin: 40px auto;
  padding: 24px;
  border-radius: 16px;
  background: #f4fbfa;
  border: 1px solid #dbe7e6;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
  display: grid;
  gap: 14px;
  box-sizing: border-box;
}

/* Поля */
#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="tel"],
#contact-form textarea{
  width: 100%;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid #dbe4ea;
  background: #fff;
  color: #1a1f2b;
  font: inherit;
  outline: none;
  transition: border-color .2s, box-shadow .2s, background .2s;
  box-sizing: border-box;
}

#contact-form textarea{
  min-height: 140px;
  resize: vertical;
}

/* Фокус */
#contact-form input:focus,
#contact-form textarea:focus{
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(0,150,136,.15);
  background: #fff;
}

/* Кнопка */
#contact-form button{
  justify-self: start;
  padding: 12px 22px;
  border: none;
  border-radius: 9999px;
  background: var(--brand);
  color: #fff;
  font-weight: 600;
  letter-spacing: .02em;
  cursor: pointer;
  transition: transform .15s ease, filter .2s ease, box-shadow .2s ease;
  box-shadow: 0 6px 16px rgba(0,150,136,.25);
}
#contact-form button:hover{ transform: translateY(-1px); filter: brightness(1.05); }
#contact-form button:active{ transform: translateY(0); }

/* Сообщение статуса (оставь, если ещё не добавлял) */
#form-status{
  margin-top:12px; padding:14px 16px; border-radius:12px; font-size:15px;
  box-shadow:0 6px 24px rgba(0,0,0,.08);
}
#form-status.success{ background:#e7f8f5; color:#0c5e57; border:1px solid #00968822; }
#form-status.error  { background:#fdecea; color:#8a1f1f; border:1px solid #8a1f1f22; }
#form-status.loading{ background:#f6f7f9; color:#3c3c3c; border:1px solid #00000010; }

/* Мобилки */
@media (max-width: 640px){
  #contact-form{ margin:24px 16px; padding:16px; }
}


/* === Offers CTA button === */
.offers .btn{
  display:inline-flex; align-items:center; justify-content:center; gap:.5rem;
  padding:10px 16px; border:none; border-radius:9999px;
  background:var(--brand); color:#fff; font-weight:600; letter-spacing:.01em;
  text-decoration:none; box-shadow:0 6px 16px rgba(0,150,136,.25);
  transition:transform .15s ease, filter .2s ease, box-shadow .2s ease;
}
.offers .btn:hover{ transform:translateY(-1px); filter:brightness(1.05); }
.offers .btn:active{ transform:translateY(0); }
.body-offers__btn{ margin-top:12px; }

/* Карточка услуги: делаем колонку и центрируем контент */
.body-offers__item{
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  height:100%;          /* чтобы авто-выровнять кнопку вниз */
}

/* Кнопка: свой класс, без конфликтов с глобальным .btn */
.offers__btn{
  margin-top:auto;      /* выталкивает кнопку к низу карточки → все на одной линии */
  align-self:center;    /* по центру по горизонтали */
  display:inline-flex; align-items:center; justify-content:center;
  padding:10px 18px;
  border:none; border-radius:9999px;
  background:var(--brand);
  color:#fff; font-weight:600; font-size:15px; line-height:1;
  text-decoration:none;
  box-shadow:0 6px 16px rgba(0,150,136,.25);
  transition:transform .15s ease, filter .2s ease, box-shadow .2s ease;
}
.offers__btn:hover{ transform:translateY(-1px); filter:brightness(1.05); }
.offers__btn:active{ transform:translateY(0); }

/* небольшой отступ сверху, если нужно */
.body-offers__btn{ margin-top:12px; }

.lead a,
.text a,
.main__text a {
  color: #009688;         /* фирменный зелёный Nimet */
  text-decoration: underline;
  font-weight: 500;
}

.lead a:hover,
.text a:hover,
.main__text a:hover {
  color: #006d62;         /* темнее при наведении */
  text-decoration: none;  /* убираем подчёркивание при hover */
}
/* Centered one-column text block */
.wy{ padding:20px 0 8px; }
.onecol{ max-width:820px; margin:0 auto; text-align:center; }

/* Жёсткий сброс «градиентного текста» внутри футера */
.footer a,
.footer a *,
.footer__link {
  color: inherit !important;
  -webkit-text-fill-color: inherit !important;
  background-image: none !important;
  background-clip: initial !important;
  -webkit-background-clip: initial !important;
  text-shadow: none !important;
  -webkit-text-stroke: 0 !important;
}
.footer__list a {
  color: #ffffff !important;      /* видно на фиолетовом фоне */
  font-weight: 500;
  text-decoration: none;
}
.footer__list a:hover { color: #009688 !important; }

.center-button{
  display:flex;
  justify-content:center;
  margin:24px 0; /* отступ сверху и снизу */
}

.button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:14px 26px;
  border-radius:9999px;
  font-weight:600;
  text-decoration:none;
  background:#009688;
  color:#fff;
  box-shadow:0 6px 16px rgba(0,150,136,.2);
  transition:all .2s ease;
}

.button:hover{
  filter:brightness(1.05);
  transform:translateY(-1px);
}

  /* ====== Базовые переменные под Nimet ====== */
  #ai.ai-section{
    --accent:#009688;
    --text:#111;
    --muted:#6b7280;
    --card-bg:#fff;
    --card-br:14px;
    --ring:rgba(0,0,0,.08);
    --shadow:0 10px 30px rgba(0,0,0,.06);
  }

  /* ====== Контейнер и заголовок ====== */
  #ai .ai-container{
    max-width: 1240px;
    margin: 0 auto;
    padding: 24px 20px 48px;
  }
  #ai .ai-title{
    margin: 0 0 24px 0;
    font-size: clamp(26px, 4vw, 40px);
    line-height: 1.15;
    text-align: center;
    font-weight: 800;
    letter-spacing: .02em;
  }

  /* ====== Основной ряд: текст слева, картинка справа ====== */
  #ai .ai-wrap{
    display: flex;
    align-items: center;               /* ВЫРАВНИВАНИЕ ПО ОДНОЙ ВЫСОТЕ */
    gap: clamp(24px, 4vw, 64px);
  }
  #ai .ai-col{
    flex: 1 1 680px;
    min-width: 320px;
  }
  #ai .ai-lead{
    margin: 0 0 20px 0;
    color: var(--muted);
    font-size: clamp(16px, 1.6vw, 18px);
    line-height: 1.6;
    text-align: center;
  }

  /* ====== Сетка карточек ====== */
  #ai .ai-grid{
    display: grid;
    grid-template-columns: repeat(2, minmax(240px, 1fr));
    gap: 18px;
    margin: 0 auto;
    max-width: 880px;
  }
  #ai .ai-card{
    position: relative;
    background: var(--card-bg);
    border: 1px solid var(--ring);
    border-radius: var(--card-br);
    box-shadow: var(--shadow);
    padding: 16px 16px 14px;
  }
  #ai .ai-badge{
    position: absolute;
    top: 10px; right: 10px;
    padding: 6px 10px;
    font-size: 12px;
    border-radius: 999px;
    color: var(--accent);
    background: color-mix(in srgb, var(--accent) 12%, white);
    font-weight: 700;
    line-height: 1;
  }
  #ai .ai-card__title{
    margin: 0 0 6px 0;
    font-size: 20px;
  }
  #ai .ai-card__text{
    margin: 0;
    color: var(--muted);
    line-height: 1.5;
  }

  /* ====== Правая колонка: иллюстрация ====== */
  #ai .ai-figure{
    flex: 0 0 clamp(360px, 36vw, 520px);
    align-self: center;                /* страховка от внешних стилей */
  }
  #ai .ai-figure img{
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 8px 24px rgba(0,0,0,.08));
  }

  /* ====== Адаптив ====== */
  @media (max-width: 980px){
    #ai .ai-wrap{ align-items: flex-start; } /* на планшете пусть стартует выше */
    #ai .ai-figure{ flex-basis: clamp(320px, 40vw, 440px); }
  }
  @media (max-width: 760px){
    #ai .ai-wrap{ flex-direction: column; align-items: stretch; }
    #ai .ai-lead{ text-align: left; }
    #ai .ai-grid{ grid-template-columns: 1fr; }
    #ai .ai-figure{ margin: 8px auto 0; max-width: 520px; width: 100%; }
  }
/* === HERO mobile: текст + крупная картинка справа === */
@media (max-width: 767.98px){
  .page__main.main{
    position: relative;
    padding-top: calc(var(--header-h) + 12px);
    padding-bottom: 20px;
  }

  .main__container{
    position: relative;
    z-index: 1;
    padding-right: 80%;   /* шире колонка под картинку */
  }

  .main__image{
    position: absolute !important;
    right: 0;
    top: 1;
    width: 60%;           /* картинка занимает половину экрана */
    max-width: none;      /* убираем ограничение */
    height: auto;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: right top !important;
    z-index: 0;
    opacity: 1;
    min-height: 220px !important; /* чтобы не схлопывалась */
  }
  .main__image::before,
  .main__image::after{ content: none !important; }

  /* корректные отступы текста */
  .main__title{ margin: 0 0 10px; }
  .main__text{ margin: 0 0 14px; }
}

/* === Специально для privacy_policy.html === */
.pp-heading-main {
  font-size: 2.2rem;    /* самый крупный заголовок */
  font-weight: 700;
  margin: 0 0 1.5rem;
}

.pp-heading-sub {
  font-size: 1.8rem;    /* подзаголовок */
  font-weight: 600;
  margin: 1.5rem 0 1rem;
}

.pp-heading-section {
  font-size: 1.4rem;    /* заголовок раздела */
  font-weight: 600;
  margin: 2rem 0 1rem;
}

.pp-heading-subsection {
  font-size: 1.2rem;    /* заголовок подраздела */
  font-weight: 500;
  margin: 1.5rem 0 0.75rem;
}

.pp-lead {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.pp-list {
  margin: 1rem 0 2rem 1.5rem;
  padding: 0;
  list-style: disc;
}

.pp-list li {
  margin-bottom: 0.75rem;
  line-height: 1.6;
}

.pp-list strong {
  font-weight: 600;
}

/* === Hero (главный экран): картинка ближе к тексту на мобильных === */
@media (max-width: 768px) {
  /* ваш контейнер героя — подставьте нужный селектор, если отличается */
  .page__intro,
  .hero,
  #intro {
    padding-top: calc(var(--header-space, 0px) + 8px);
  }

  /* обёртка изображения */
  .hero__media,
  .intro__img,
  .intro__picture {
    margin-top: 0 !important;        /* убираем лишний отступ */
    transform: translateY(
      clamp(-100px, -6vh, -16px)
    );                                /* поднимаем картинку выше */
  }

  /* само изображение */
  .hero__media img,
  .intro__img img,
  .intro__picture img {
    display: block;                   /* убирает «лишнюю» нижнюю щель у inline-img */
    width: 100%;
    height: auto;
  }

  /* если иллюстрация через background, зафиксируем позицию */
  .hero__media--bg,
  .intro__img--bg {
    background-position: top center !important;
  }

  /* текстовая колонка — минимальный зазор снизу, чтобы прилегало плотнее */
  .hero__text,
  .intro__text {
    margin-bottom: 8px;
  }
}

#consent-banner, #consent-banner * { pointer-events: auto !important; }

