@charset "UTF-8";
@font-face {
    font-family: "Montserrat";
    src: url(../fonts/Montserrat-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Montserrat";
    src: url(../fonts/Montserrat-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Montserrat";
    src: url(../fonts/Montserrat-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Montserrat";
    src: url(../fonts/Montserrat-SemiBold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Raleway";
    src: url(../fonts/Raleway-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Raleway";
    src: url(../fonts/Raleway-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Raleway";
    src: url(../fonts/Raleway-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Raleway";
    src: url(../fonts/Raleway-SemiBold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
:root {
    --color-black: #000;
    --color-gray: #5b5f62;
    --color-boby: #fffbf3;
    --color-white: #fff;
    --logo-black: #1e2e26;
    --logo-green: #aefe73;

    --tg-bg:#fbfcf9;
    --tg-surface:#ffffff;
    --tg-text:#12161b;
    --tg-muted:#646b66;
    --tg-line:#e3e7df;
    --tg-green:#5f9638;
    --tg-green-dark:#427626;
    --tg-green-soft:#eef5e9;
    --tg-amber:#dfa82f;
    --tg-amber-soft:#fff7df;
    --tg-gray:#a7aaa7;
    --tg-gray-soft:#f3f4f2;
    --tg-shadow:0 18px 60px rgba(28,44,20,.07);
    --tg-radius:22px;
    --tg-container:1520px;
}

body {
    font-family: "Montserrat", serif;
    font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}
h1 {
    font-weight: 500;
    font-family: "Raleway", serif;
}
@media (max-width: 767px) {
    h1 {
        font-size: calc(30px + 76.5 * (100vw - 320px) / 1900);
    }
}
@media (min-width: 767px) {
    h1 {
        font-size: calc(30px + 45 * 100vw / 1900);
    }
}
h2 {
    font-family: "Raleway", serif;
    font-weight: 400;
}
@media (max-width: 767px) {
    h2 {
        font-size: calc(30px + 51 * (100vw - 320px) / 1900);
    }
}
@media (min-width: 767px) {
    h2 {
        font-size: calc(30px + 30 * 100vw / 1900);
    }
}
h3 {
    font-weight: 500;
    margin: 25px 0;
}
@media (max-width: 767px) {
    h3 {
        font-size: calc(24px + 10.2 * (100vw - 320px) / 1900);
    }
}
@media (min-width: 767px) {
    h3 {
        font-size: calc(24px + 6 * 100vw / 1900);
    }
}
p {
    line-height: 1.4;
}
p:not(:last-child) {
    margin-bottom: 10px;
}
a {
    text-decoration: none;
    color: var(--color-black);
}
.container {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 80px 15px;
}
.btn {
    display: inline-block;
    box-sizing: border-box;
    padding: 20px 50px;
    background-color: #3b9254;
    border: none;
    border-radius: 4px;
    color: var(--color-white);
    cursor: pointer;
}
@media (max-width: 767px) {
    .btn {
        font-size: calc(18px + 3.4 * (100vw - 320px) / 1900);
    }
}
@media (min-width: 767px) {
    .btn {
        font-size: calc(18px + 2 * 100vw / 1900);
    }
}
@media (max-width: 767px) {
    .btn {
        padding: 18px 30px;
    }
}
.btn-cat {
    display: block;
    text-align: center;
    font-size: 16px;
    padding: 12px 20px;
    margin: 20px 0 0 0;
    border: 1px solid #3b9254;
    background: #fff;
    color: #000;
}
.phone-hero {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}


.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    z-index: 20;
}
@media (max-width: 767px) {
    .header {
        position: fixed;
    }
}
.header--active {
    position: fixed;
    background-color: #29322f9c;
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    border-bottom: 1px solid #0003;
    z-index: 30;
}
.container-header {
    font-family: "Montserrat", serif;
    padding: 10px 15px;
}
@media (max-width: 767px) {
    .container-header {
        padding: 15px;
    }
}
.header--active .container-header {
    padding: 2px 15px;
}
@media (max-width: 767px) {
    .header--active .container-header {
        padding: 15px;
    }
}
.main-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 767px) {
    .main-navigation {
        position: fixed;
        top: 55px;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: calc(100vh - 55px);
        overflow-y: scroll;
        background-color: #769b62;
        box-sizing: border-box;
        padding: 20px 15px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        transform: translateX(150%);
        transition: transform 0.25s ease-in-out;
    }
}
.main-navigation .btn {
    border: 1px solid #ffffff80;
}
.main-navigation--active {
    transform: translateX(0);
}
.logo-mobile {
    display: none;
}
@media (max-width: 767px) {
    .logo-mobile {
        position: absolute;
        top: 8px;
        display: block;
    }
}
.logo-mobile .logo {
    display: flex;
    width: 200px;
}
.logo-mobile .logo div {
    display: block;
}
.logo-mobile .logo .logo__img {
    width: 35px;
}
.logo {
    display: flex;
    align-items: center;
    width: 300px;
}
@media (max-width: 1300px) {
    .logo {
        width: 260px;
    }
}
@media (max-width: 1200px) {
    .logo {
        width: 230px;
    }
}
@media (max-width: 991px) {
    .logo {
        width: 40px;
    }
}
@media (max-width: 767px) {
    .logo {
        display: none;
    }
}
.logo__img {
    width: 60px;
    margin-right: 10px;
    border-right: 1px solid #ffffff80;
    padding-right: 10px;
}
@media (max-width: 1200px) {
    .logo__img {
        width: 40px;
        margin-right: 6px;
    }
}
@media (max-width: 991px) {
    .logo__img {
        border-right: none;
        padding-right: 0;
    }
}
.logo div {
    color: var(--color-white);
}
@media (max-width: 767px) {
    .logo div {
        font-size: calc(12px + 3.4 * (100vw - 320px) / 1900);
    }
}
@media (min-width: 767px) {
    .logo div {
        font-size: calc(12px + 2 * 100vw / 1900);
    }
}
@media (max-width: 991px) {
    .logo div {
        display: none;
    }
}
.header--active .logo__img {
    width: 50px;
}
@media (max-width: 1200px) {
    .header--active .logo__img {
        width: 40px;
    }
}
.group-navigation {
    display: flex;
    align-items: center;
    flex-direction: column;
}
@media (max-width: 767px) {
    .group-navigation {
        margin-top: 20px;
        width: 100%;
    }
}
.group-navigation__phone {
    font-weight: 600;
    color: var(--color-white);
}
@media (max-width: 767px) {
    .group-navigation__phone {
        font-size: calc(20px + 3.4 * (100vw - 320px) / 1900);
    }
}
@media (min-width: 767px) {
    .group-navigation__phone {
        font-size: calc(20px + 2 * 100vw / 1900);
    }
}
.group-navigation__modal {
    max-width: 190px;
    color: var(--color-white);
    text-align: center;
    border-bottom: 1px dashed #ffffffbf;
    margin-top: 4px;
    overflow: hidden;
}
.header--active .group-navigation__phone {
    font-weight: 500;
}
@media (max-width: 767px) {
    .header--active .group-navigation__phone {
        font-size: calc(18px + 3.4 * (100vw - 320px) / 1900);
    }
}
@media (min-width: 767px) {
    .header--active .group-navigation__phone {
        font-size: calc(18px + 2 * 100vw / 1900);
    }
}
.social {
    display: flex;
}
@media (max-width: 767px) {
    .social {
        margin-top: 20px;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .social--contact {
        justify-content: flex-start;
    }
}
.social__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border: 1px solid #ffffffbf;
}
@media (max-width: 1100px) {
    .social__link {
        display: none;
    }
    .social--contact .social__link {
        display: flex;
    }
}
@media (max-width: 991px) {
    .social__link {
        display: flex;
    }
}
@media (max-width: 920px) {
    .social__link {
        display: none;
    }
}
@media (max-width: 767px) {
    .social__link {
        display: flex;
    }
}
.social__link svg {
    width: 20px;
    fill: var(--color-white);
}
.icon-social {
    width: 60%;
}
.social__link stroke {
    fill: var(--color-white);
}
.social__link:not(:last-child) {
    margin-right: 15px;
}
@media (max-width: 1150px) {
    .social__link:last-child {
        display: none;
    }
}
@media (max-width: 767px) {
    .social__link:last-child {
        display: flex;
    }
}
.header--active .social__link svg {
    fill: #ffffffe6;
}
.header--active .social__link {
    border: 1px solid #ffffff4d;
}
@media (max-width: 767px) {
    .menu {
        width: 100%;
    }
}
.menu-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .menu-list {
        flex-direction: column;
        justify-content: flex-start;
    }
    .menu-list .menu-list__item:not(:last-child) {
        border-bottom: 1px solid #eeeeee56;
    }
}
.menu-list__link {
    display: block;
    font-weight: 500;
    color: var(--color-white);
    box-sizing: border-box;
    padding: 20px 15px;
}
@media (max-width: 767px) {
    .menu-list__link {
        font-size: calc(16px + 3.4 * (100vw - 320px) / 1900);
    }
}
@media (min-width: 767px) {
    .menu-list__link {
        font-size: calc(16px + 2 * 100vw / 1900);
    }
}
@media (max-width: 1250px) {
    .menu-list__link {
        padding: 20px 10px;
    }
}
@media (max-width: 785px) {
    .menu-list__link {
        padding: 20px 8px;
    }
}
@media (max-width: 767px) {
    .menu-list__link {
        padding: 10px;
    }
}
.menu-list__link:hover {
    text-decoration: underline;
}
.menu-arrow {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menu-arrow__img {
    width: 14px;
    transition: transform 0.26s ease-in-out;
}
@media (max-width: 767px) {
    .menu-arrow__img {
        width: 16px;
    }
}
@media (min-width: 767px) {
    .menu-arrow__img--main {
        margin-right: 10px;
    }
}
.menu-arrow__img--sublist {
    position: absolute;
    right: 15px;
}
@media (min-width: 767px) {
    .menu-list__item:hover .menu-arrow__img--main {
        transform: rotate(180deg);
    }
}
.menu-arrow__img--active {
    transform: rotate(180deg);
}
.menu-arrow__img--sublist__active {
    transform: rotate(180deg);
}
.header--active .menu-list__link {
    font-weight: 400;
}
.burger {
    display: none;
    width: 30px;
    height: 25px;
    margin-left: auto;
    background-color: transparent;
    border: none;
    font-size: 0;
    position: relative;
    margin-right: 5px;
}
@media (max-width: 767px) {
    .burger {
        display: block;
    }
}
.burger::after,
.burger::before {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--color-white);
    border-radius: 16px;
    transition: transform 0.2s ease-in-out;
}
.burger::before {
    top: 0;
}
.burger::after {
    bottom: 0;
}
.burger__line {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--color-white);
    border-radius: 16px;
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
}
.burger--active::before {
    top: 46%;
    transform: rotate(45deg);
}
.burger--active::after {
    bottom: 46%;
    transform: rotate(-45deg);
}
.burger--active .burger__line {
    opacity: 0;
}
.dropdown {
    position: relative;
}
.list-dropdown {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    background: #f5f5f5;
    width: 350px;
    box-shadow:
        #091e4240 0 4px 8px -2px,
        #091e4214 0 0 0 1px;
}
@media (max-width: 1110px) {
    .list-dropdown {
        width: 300px;
    }
}
@media (max-width: 767px) {
    .list-dropdown {
        position: static;
        width: 100%;
        box-sizing: border-box;
        padding: 0 10px;
        padding-left: 0;
        background: #fbfff7cc;
    }
}
.list-dropdown__item:not(:last-child) {
    border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 767px) {
    .list-dropdown__item:not(:last-child) {
        border-bottom: 1px solid #c0c0c0ee;
    }
}
.list-dropdown__link {
    display: block;
    box-sizing: border-box;
    padding: 14px 15px;
    font-weight: 500;
    position: relative;
    width: 100%;
}
@media (max-width: 767px) {
    .list-dropdown__link {
        padding: 10px 15px;
    }
}
.list-dropdown__link::after {
    position: absolute;
    content: "";
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}
@media (min-width: 767px) {
    .list-dropdown__item:hover .menu-arrow__img--sublist {
        transform: rotate(-90deg);
    }
}
.list-dropdown--active {
    display: block;
}
.list-dropdown__link:hover.list-dropdown__link::after {
    background-color: #7ad43a;
}
.list-dropdown__link:hover {
    background-color: var(--color-white);
}
@media (min-width: 767px) {
    .dropdown:hover .list-dropdown {
        display: block;
    }
}
.list-subdropdown {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    width: 500px;
    height: 100% !important;
    top: 0;
    left: 100%;
    background: #fff;
    box-shadow:
        #091e4240 0 4px 8px -2px,
        #091e4214 0 0 0 1px;
}
@media (max-width: 1110px) {
    .list-subdropdown {
        width: 450px;
    }
}
@media (max-width: 1020px) {
    .list-subdropdown {
        width: 400px;
    }
}
@media (max-width: 767px) {
    .list-subdropdown {
        position: static;
        width: calc(100% + 10px);
    }
}
.list-subdropdown__item {
    border-bottom: 1px solid #e6e6e6;
}
.list-subdropdown__link {
    display: block;
    box-sizing: border-box;
    padding: 14px 15px;
}
@media (max-width: 767px) {
    .list-subdropdown__link {
        padding: 10px 15px;
    }
}
.list-subdropdown__link:hover {
    text-decoration: underline;
}
.list-subdropdown--active {
    display: block;
}
@media (min-width: 767px) {
    .subdropdown:hover .list-subdropdown {
        display: block;
    }
}
/* ==============================================
   HERO
============================================== */

.hero {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #111;
}

.hero-slider {
    position: relative;
    width: 100%;
    min-height: 800px;
}


/* ==============================================
   SLIDES
============================================== */

.hero-slide {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    min-height: 800px;

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

    opacity: 0;
    visibility: hidden;

    transition:
        opacity 0.8s ease,
        visibility 0.8s ease;

    pointer-events: none;
}

.hero-slide.active {
    position: relative;

    opacity: 1;
    visibility: visible;

    pointer-events: auto;

    z-index: 2;
}


/* Затемнение изображения */

.hero-slide::before {
    content: "";

    position: absolute;
    inset: 0;

    z-index: 1;

    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.72) 0%,
        rgba(0, 0, 0, 0.56) 32%,
        rgba(0, 0, 0, 0.25) 60%,
        rgba(0, 0, 0, 0.05) 100%
    );
}


/* ==============================================
   BACKGROUNDS
============================================== */

.hero-slide--1 {
    background-image: url("../img/background/hero-1.webp");
}

.hero-slide--2 {
    background-image: url("../img/background/hero-2.webp");
}

.hero-slide--3 {
    background-image: url("../img/background/hero-3.webp");
}

.hero-slide--4 {
    background-image: url("../img/background/hero-4.webp");
}


/* ==============================================
   CONTAINER
============================================== */

.container-hero {
    position: relative;
    z-index: 3;

    display: flex;
    align-items: center;

    box-sizing: border-box;

    min-height: 800px;

    padding-top: 110px;
    padding-bottom: 105px;
}


/* ==============================================
   CONTENT
============================================== */

.hero-content {
    width: 100%;
    max-width: 960px;

    color: var(--color-white);
}


/* ==============================================
   TITLE
============================================== */

.hero-title {
    margin: 0;
    color: var(--color-white);
    font-size: clamp(40px, 4vw, 64px);
    font-weight: 300;
    line-height: 1.18;
    letter-spacing: -0.02em;
}


/* ==============================================
   TEXT
============================================== */

.hero-text {
    max-width: 880px;
    margin: 60px 0 0;
    color: var(--color-white);
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
}


@media (max-width: 767px) {
    .hero-title {
        font-size: calc(30px + 76.5 * (100vw - 320px) / 1900);
    }
}
@media (min-width: 767px) {
    .hero-title {
        font-size: calc(30px + 45 * 100vw / 1900);
    }
}

/* ==============================================
   PHONE
============================================== */

.hero-phone {
    margin-top: 14px;

    color: var(--color-white);

    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
}


/* ==============================================
   BUTTON
============================================== */

.hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 360px;

    margin-top: 75px;

    text-align: center;
}


/* ==============================================
   FEATURES
============================================== */

.hero-features {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    width: 100%;
    max-width: 900px;

    margin-top: 45px;

    gap: 30px;
}

.hero-feature {
    color: var(--color-white);
}

.hero-feature__icon {
    display: flex;
    align-items: center;

    height: 45px;

    margin-bottom: 13px;
}

.hero-feature__icon img {
    display: block;

    width: 38px;
    height: 38px;

    object-fit: contain;
}

.hero-feature__title {
    color: var(--color-white);

    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
}

.hero-feature__description {
    margin-top: 5px;

    color: rgba(255, 255, 255, 0.8);

    font-size: 14px;
    font-weight: 300;
    line-height: 1.45;
}


/* ==============================================
   PAGINATION
============================================== */

.hero-pagination {
    position: absolute;

    left: 50%;
    bottom: 38px;

    z-index: 20;

    display: flex;
    align-items: center;

    gap: 18px;

    transform: translateX(-50%);
}

.hero-pagination__item {
    display: block;

    width: 13px;
    height: 13px;

    margin: 0;
    padding: 0;

    border: 2px solid rgba(255, 255, 255, 0.95);
    border-radius: 50%;

    outline: none;

    background: transparent;

    cursor: pointer;

    transition:
        background-color 0.3s ease,
        transform 0.3s ease;
}

.hero-pagination__item:hover {
    transform: scale(1.15);
}

.hero-pagination__item.active {
    background-color: #fff;
}


/* ==============================================
   SLIDE 2
============================================== */

.hero-slide--2 .hero-content {
    max-width: 900px;
}

.hero-slide--2 .hero-text {
    max-width: 720px;

    margin-top: 40px;
}

.hero-slide--2 .hero-btn {
    margin-top: 65px;
}


/* ==============================================
   SLIDE 3
============================================== */

.hero-slide--3 .hero-content {
    max-width: 900px;
}

.hero-slide--3 .hero-text {
    max-width: 800px;

    margin-top: 45px;
}


/* ==============================================
   SLIDE 4
============================================== */

.hero-slide--4 .hero-content {
    max-width: 940px;
}

.hero-slide--4 .hero-text {
    max-width: 600px;

    margin-top: 40px;
}

.hero-slide--4 .hero-features {
    margin-top: 40px;
}

.hero-slide--4 .hero-btn {
    margin-top: 60px;
}


/* ==============================================
   ANIMATION CONTENT
============================================== */

.hero-slide .hero-content {
    opacity: 0;

    transform: translateY(20px);

    transition:
        opacity 0.7s ease 0.15s,
        transform 0.7s ease 0.15s;
}

.hero-slide.active .hero-content {
    opacity: 1;

    transform: translateY(0);
}


/* ==============================================
   LAPTOP
============================================== */

@media (max-width: 1239px) {

    .hero-slider,
    .hero-slide,
    .container-hero {
        min-height: 720px;
    }

    .container-hero {
        padding-top: 90px;
        padding-bottom: 95px;
    }

    .hero-content {
        max-width: 820px;
    }

    .hero-title {
        font-size: clamp(44px, 5vw, 62px);
    }

    .hero-text {
        max-width: 760px;

        margin-top: 40px;

        font-size: 20px;
    }

    .hero-btn {
        margin-top: 55px;
    }

    .hero-features {
        max-width: 800px;

        gap: 20px;

        margin-top: 35px;
    }

}


/* ==============================================
   TABLET
============================================== */

@media (max-width: 991px) {

    .hero-slide::before {
        background: linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.78) 0%,
            rgba(0, 0, 0, 0.57) 65%,
            rgba(0, 0, 0, 0.25) 100%
        );
    }

    .hero-content {
        max-width: 720px;
    }

    .hero-features {
        grid-template-columns: repeat(2, 1fr);

        max-width: 600px;

        column-gap: 30px;
        row-gap: 25px;
    }

}


/* ==============================================
   MOBILE
============================================== */

@media (max-width: 767px) {

    .hero-slider,
    .hero-slide,
    .container-hero {
        min-height: 720px;
    }

    .hero-slide {
        background-position: center;
    }

    .hero-slide::before {
        background: linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.80) 0%,
            rgba(0, 0, 0, 0.58) 100%
        );
    }

    .container-hero {
        align-items: center;

        padding-top: 65px;
        padding-bottom: 105px;
    }

    .hero-title {
        font-size: clamp(34px, 8vw, 46px);
        line-height: 1.16;
    }

    .hero-text {
        max-width: 100%;

        margin-top: 30px;

        font-size: 17px;
        line-height: 1.5;
    }

    .hero-phone {
        margin-top: 14px;

        font-size: 17px;
    }

    .hero-btn {
        min-width: 0;

        width: 80%;

        margin-top: 40px;
    }

    .hero-features {
        grid-template-columns: repeat(2, 1fr);

        width: 100%;

        gap: 22px 15px;

        margin-top: 30px;
    }

    .hero-feature__icon {
        height: 32px;

        margin-bottom: 9px;
    }

    .hero-feature__icon img {
        width: 30px;
        height: 30px;
    }

    .hero-feature__title {
        font-size: 13px;
    }

    .hero-feature__description {
        font-size: 12px;
    }

    .hero-pagination {
        bottom: 75px;

        gap: 12px;
    }

    .hero-pagination__item {
        width: 10px;
        height: 10px;

        border-width: 1px;
    }

}


/* ==============================================
   MOBILE 575
============================================== */

@media (max-width: 575px) {

    .hero-slider,
    .hero-slide,
    .container-hero {
        min-height: 680px;
    }

    .hero-slide {
        background-position: 60% center;
    }

    .container-hero {
        padding-top: 45px;
        padding-bottom: 105px;
    }

    .hero-title {
        font-size: 33px;
    }

    .hero-title br {
        display: none;
    }

    .hero-text {
        margin-top: 25px;

        font-size: 15px;
        line-height: 1.5;
    }

    .hero-btn {
        width: 100%;

        margin-top: 35px;
    }

    .hero-features {
        gap: 20px 12px;

        margin-top: 25px;
    }

    .hero-feature__title {
        font-size: 12px;
    }

    .hero-feature__description {
        display: none;
    }

}


/* ==============================================
   SMALL MOBILE
============================================== */

@media (max-width: 400px) {

    .hero-title {
        font-size: 29px;
    }

    .hero-text {
        font-size: 14px;
    }

    .hero-features {
        gap: 15px 10px;
    }

}
.adv {
    background: #29322f;
}
.container-adv {
    padding-top: 40px;
    padding-bottom: 40px;
}
@media (max-width: 767px) {
    .container-adv {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
.wrapper-adv {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .wrapper-adv {
        width: 100%;
        flex-direction: row;
    }
}
.wrapper-adv__item {
    display: flex;
    align-items: center;
    width: 25%;
    box-sizing: border-box;
    padding-right: 100px;
}
@media (max-width: 767px) {
    .wrapper-adv__item {
        font-size: calc(18px + 3.4 * (100vw - 320px) / 1900);
    }
}
@media (min-width: 767px) {
    .wrapper-adv__item {
        font-size: calc(18px + 2 * 100vw / 1900);
    }
}
@media (max-width: 1239px) {
    .wrapper-adv__item {
        width: 33.333%;
        justify-content: center;
    }
}
@media (max-width: 991px) {
    .wrapper-adv__item {
        flex-direction: column;
        text-align: center;
        padding-right: 0;
    }
}
@media (max-width: 767px) {
    .wrapper-adv__item {
        width: 100%;
        flex-direction: row;
        justify-content: flex-start;
        text-align: left;
    }
    .wrapper-adv__item:not(:last-child) {
        margin-bottom: 15px;
    }
}
.wrapper-adv__img {
    width: 65px;
    margin-right: 10px;
}
@media (max-width: 991px) {
    .wrapper-adv__img {
        margin-bottom: 10px;
    }
}
@media (max-width: 767px) {
    .wrapper-adv__img {
        width: 40px;
        margin-bottom: 0;
    }
}
.wrapper-adv__title {
    color: var(--color-white);
    font-weight: 300;
}
.service {
    background-color: #fff;
}
@media (max-width: 767px) {
    .container-service {
        padding-top: 40px;
        padding-bottom: 50px;
    }
}
.container-service h2 {
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .container-service .text {
        font-size: calc(16px + 3.4 * (100vw - 320px) / 1900);
    }
}
@media (min-width: 767px) {
    .container-service .text {
        font-size: calc(16px + 2 * 100vw / 1900);
    }
}
.container-service .btn {
    margin-top: 30px;
}
.wrapper-service {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 40px;
}
.wrapper-service__item {
    width: calc(33.333% - 16px);
    border: 1px solid #ffffffe6;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
@media (max-width: 900px) {
    .wrapper-service__item {
        width: calc(50% - 16px);
    }
}
@media (max-width: 680px) {
    .wrapper-service__item {
        width: 100%;
    }
}
.wrapper-service__item::after {
    position: absolute;
    content: "";
    background: #00000080;
    width: 100%;
    height: 99%;
    left: 0;
    transition: background 0.3s ease-in-out;
}
.wrapper-service__item:nth-child(2) {
    width: calc(66.666% - 16px);
}
@media (max-width: 900px) {
    .wrapper-service__item:nth-child(2) {
        width: calc(50% - 16px);
    }
}
@media (max-width: 680px) {
    .wrapper-service__item:nth-child(2) {
        width: 100%;
    }
}
.wrapper-service__item:nth-child(3) {
    width: calc(66.666% - 16px);
}
@media (max-width: 900px) {
    .wrapper-service__item:nth-child(3) {
        width: calc(50% - 16px);
    }
}
@media (max-width: 680px) {
    .wrapper-service__item:nth-child(3) {
        width: 100%;
    }
}
.wrapper-service__item:nth-child(3) .service-group {
    top: 33%;
}
@media (max-width: 1050px) {
    .wrapper-service__item:nth-child(3) .service-group {
        top: 0;
    }
}
.wrapper-service__img {
    width: 100%;
    height: 370px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 0.25s ease-in-out;
}
@media (max-width: 1300px) {
    .wrapper-service__img {
        height: 300px;
    }
}
@media (max-width: 1050px) {
    .wrapper-service__img {
        height: 250px;
    }
}
@media (max-width: 680px) {
    .wrapper-service__item:nth-child(5) .wrapper-service__img {
        height: 100px;
    }
    .wrapper-service__item:nth-child(6) .wrapper-service__img {
        height: 100px;
    }
    .wrapper-service__item:nth-child(7) .wrapper-service__img {
        height: 100px;
    }
}
.wrapper-service__title {
    color: var(--color-white);
    border-bottom: 1px solid #ffffff80;
    box-sizing: border-box;
    padding-bottom: 10px;
}
@media (max-width: 767px) {
    .wrapper-service__title {
        font-size: calc(18px + 6.8 * (100vw - 320px) / 1900);
    }
}
@media (min-width: 767px) {
    .wrapper-service__title {
        font-size: calc(18px + 4 * 100vw / 1900);
    }
}
.mask:hover.wrapper-service__item::after {
    background: #00000026;
}
.mask:hover.wrapper-service__item {
    box-shadow: #fff3 0 7px 29px 0;
}
.mask:hover .wrapper-service__img {
    transform: scale(1.15);
}
.service-group {
    position: absolute;
    top: 46%;
    left: 0;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
    padding: 20px;
    z-index: 3;
}
@media (max-width: 1050px) {
    .service-group {
        top: 0;
    }
}
.mask:hover .service-group {
    background: #0009;
}
.list-service {
    margin: 0;
    padding: 0;
    list-style: none;
}
.list-service__item {
    line-height: 1.5;
}
.list-service a {
    font-weight: 300;
    color: #ffffffd9;
}
.list-service a:hover {
    font-weight: 400;
    text-decoration: underline;
    color: #fff;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00000080;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease-in-out;
    z-index: 150;
}
.modal:target {
    opacity: 1;
    pointer-events: auto;
}
.container-modal {
    width: 800px;
    margin: 0 auto;
}
@media (max-width: 850px) {
    .container-modal {
        width: 96%;
    }
}
.modal-wrapper {
    position: absolute;
    top: 120px;
    width: 800px;
    display: flex;
}
@media (max-width: 1239px) {
    .modal-wrapper {
        top: 60px;
    }
}
@media (max-width: 850px) {
    .modal-wrapper {
        top: 20px;
        width: 96%;
    }
}
.modal-bg {
    background-image: url(../img/background/modal.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 50%;
}
@media (max-width: 767px) {
    .modal-bg {
        display: none;
    }
}
.modal-content {
    width: 50%;
    background-color: var(--color-white);
    box-sizing: border-box;
    padding: 35px;
}
@media (max-width: 767px) {
    .modal-content {
        width: 100%;
    }
}
@media (max-width: 575px) {
    .modal-content {
        padding: 20px;
    }
}
.modal-title {
    margin-bottom: 20px;
    text-align: center;
}
@media (max-width: 767px) {
    .modal-title {
        font-size: calc(26px + 17 * (100vw - 320px) / 1900);
    }
}
@media (min-width: 767px) {
    .modal-title {
        font-size: calc(26px + 10 * 100vw / 1900);
    }
}
.modal-text {
    text-align: center;
    line-height: 1.3;
}
.modal-text span {
    font-size: 14px;
    line-height: 1.2;
    color: var(--color-gray);
}
.close {
    position: absolute;
    top: 12px;
    right: 12px;
    color: var(--color-black);
}
@media (max-width: 767px) {
    .close {
        font-size: calc(20px + 10.2 * (100vw - 320px) / 1900);
    }
}
@media (min-width: 767px) {
    .close {
        font-size: calc(20px + 6 * 100vw / 1900);
    }
}
.close:hover {
    color: red;
}
.close::before {
    content: "✖";
}
.form-modal {
    margin-top: 30px;
}
@media (max-width: 575px) {
    .form-modal {
        margin-top: 20px;
    }
}
.form-modal__input {
    width: 100%;
    height: 54px;
    box-sizing: border-box;
    padding: 10px 20px;
    margin-bottom: 15px;
    background-color: #eee;
    border: none;
    outline-color: #1ccc4e59;
}
@media (max-width: 575px) {
    .form-modal__input {
        height: 48px;
    }
}
.form-modal .btn {
    width: 100%;
    padding: 16px;
    margin-bottom: 10px;
}
@media (max-width: 575px) {
    .form-modal .btn {
        padding: 14px 16px;
    }
}
.portfolio {
    background-color: var(--logo-black);
    background-image: url(../img/background/bg-portfolio.webp);
    background-repeat: no-repeat;
    padding-bottom: 80px;
}
.container-portfolio {
    border-bottom: 1px solid #fff6;
    padding-bottom: 40px;
}
@media (max-width: 991px) {
    .container-portfolio {
        padding-top: 40px;
        padding-bottom: 0;
    }
}
@media (max-width: 767px) {
    .container-portfolio {
        border-bottom: none;
    }
}
.container-portfolio h2 {
    color: var(--color-white);
    text-align: left;
}
.container-portfolio .text {
    color: var(--color-white);
    margin-top: 20px;
    font-weight: 300;
    text-align: left;
}
@media (max-width: 767px) {
    .container-portfolio .text {
        font-size: calc(16px + 3.4 * (100vw - 320px) / 1900);
    }
}
@media (min-width: 767px) {
    .container-portfolio .text {
        font-size: calc(16px + 2 * 100vw / 1900);
    }
}
.swiper {
    width: 100%;
    margin-top: 40px;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide__img {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
@media (max-width: 1350px) {
    .swiper-slide__img {
        height: 350px;
    }
}
@media (max-width: 1200px) {
    .swiper-slide__img {
        height: 300px;
    }
}
@media (max-width: 575px) {
    .swiper-slide__img {
        height: 350px;
    }
}
.calc {
    background-image: url(../img/background/bg-calc.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 575px) {
    .calc {
        background-image: linear-gradient(90deg, #000c 13%, #000000a6 97%), url(../img/background/bg-calc.webp);
    }
}
@media (max-width: 991px) {
    .container-calc {
        padding-top: 40px;
        padding-bottom: 0;
    }
}
.container-calc h2 {
    margin-bottom: 60px;
}
@media (max-width: 575px) {
    .container-calc h2 {
        color: #fff;
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .container-calc--service h2 {
        font-size: calc(30px + 23.8 * (100vw - 320px) / 1900);
    }
}
@media (min-width: 767px) {
    .container-calc--service h2 {
        font-size: calc(30px + 14 * 100vw / 1900);
    }
}
.wrapper-calc {
    box-sizing: border-box;
    position: relative;
}
.wrapper-calc::before {
    position: absolute;
    content: "";
    border: 1px solid #bfbfbf;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    top: 30px;
    left: 30px;
}
@media (max-width: 767px) {
    .wrapper-calc::before {
        display: none;
    }
}
.wrapper-calc__header {
    background-image: linear-gradient(90deg, #0000008c 13%, #0003 97%);
    background-repeat: no-repeat;
    background-size: cover;
    height: 240px;
    box-sizing: border-box;
    padding: 80px;
}
@media (max-width: 991px) {
    .wrapper-calc__header {
        background-image: none;
    }
}
@media (max-width: 1239px) {
    .wrapper-calc__header {
        padding: 60px;
    }
}
@media (max-width: 767px) {
    .wrapper-calc__header {
        height: 150px;
        padding: 40px;
    }
}
@media (max-width: 575px) {
    .wrapper-calc__header {
        padding: 25px;
        height: auto;
        padding: 0;
    }
}
.wrapper-calc__title {
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .wrapper-calc__title {
        font-size: calc(20px + 13.6 * (100vw - 320px) / 1900);
    }
}
@media (min-width: 767px) {
    .wrapper-calc__title {
        font-size: calc(20px + 8 * 100vw / 1900);
    }
}
.wrapper-calc__body {
    background-image: linear-gradient(90deg, #000c 13%, #000000a6 97%);
    box-sizing: border-box;
    padding: 80px;
    padding-top: 45px;
}
@media (max-width: 1239px) {
    .wrapper-calc__body {
        padding: 60px;
    }
}
@media (max-width: 767px) {
    .wrapper-calc__body {
        padding: 40px;
    }
}
@media (max-width: 575px) {
    .wrapper-calc__body {
        padding: 25px;
        background-image: none;
        padding: 0;
    }
}
.wrapper-calc .text {
    color: var(--color-white);
}
@media (max-width: 767px) {
    .wrapper-calc .text {
        font-size: calc(16px + 3.4 * (100vw - 320px) / 1900);
    }
}
@media (min-width: 767px) {
    .wrapper-calc .text {
        font-size: calc(16px + 2 * 100vw / 1900);
    }
}
@media (max-width: 575px) {
    .wrapper-calc .text {
        margin-bottom: 20px;
    }
}
.form-calc {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 1239px) {
    .form-calc {
        flex-direction: column;
    }
}
.form-calc__content {
    width: 50%;
    box-sizing: border-box;
    padding-right: 40px;
    position: relative;
}
@media (max-width: 1239px) {
    .form-calc__content {
        padding-right: 20px;
    }
}
@media (max-width: 991px) {
    .form-calc__content {
        width: 100%;
        padding-right: 0;
    }
}
.form-calc__content::before {
    position: absolute;
    content: "";
    width: 1px;
    height: calc(100% - 0px);
    top: 0;
    right: 0;
    background-color: #bfbfbf;
}
@media (max-width: 991px) {
    .form-calc__content::before {
        display: none;
    }
}
.form-calc__text {
    line-height: 1.4;
    color: #fff;
}
@media (max-width: 767px) {
    .form-calc__text {
        font-size: calc(16px + 3.4 * (100vw - 320px) / 1900);
    }
}
@media (min-width: 767px) {
    .form-calc__text {
        font-size: calc(16px + 2 * 100vw / 1900);
    }
}
.form-calc__select {
    width: 100%;
    height: 55px;
    color: #fff;
    border: 1px solid #bfbfbf;
    box-sizing: border-box;
    padding: 10px 20px;
    margin-bottom: 15px;
    outline-color: #1ccc4e59;
}
.form-calc__select option {
    color: #000;
}
@media (max-width: 767px) {
    .form-calc__select {
        height: 48px;
    }
}
.form-calc__plashad {
    width: 120px;
    height: 50px;
    color: #fff;
    border: 1px solid #bfbfbf;
    box-sizing: border-box;
    padding: 10px 20px;
    outline-color: #1ccc4e59;
}
@media (max-width: 767px) {
    .form-calc__plashad {
        height: 48px;
        width: 70px;
    }
}
.form-calc__input {
    width: 100%;
    height: 55px;
    color: #fff;
    margin-bottom: 18px;
    border: 1px solid #bfbfbf;
    box-sizing: border-box;
    padding: 10px 20px;
    position: relative;
    outline-color: #1ccc4e59;
}
@media (max-width: 991px) {
    .form-calc__input {
        width: 49.5%;
    }
}
@media (max-width: 767px) {
    .form-calc__input {
        height: 48px;
    }
}
@media (max-width: 575px) {
    .form-calc__input {
        width: 100%;
    }
}
.form-calc__checkbox {
    display: none;
}
.form-calc__contact {
    width: 50%;
    box-sizing: border-box;
    padding-left: 40px;
}
@media (max-width: 1239px) {
    .form-calc__contact {
        padding-left: 20px;
    }
}
@media (max-width: 991px) {
    .form-calc__contact {
        width: 100%;
        padding-left: 0;
    }
}
.form-calc__contact h3 {
    font-weight: 500;
    margin-bottom: 15px;
    color: var(--color-white);
}
@media (max-width: 767px) {
    .form-calc__contact h3 {
        font-size: calc(22px + 17 * (100vw - 320px) / 1900);
    }
}
@media (min-width: 767px) {
    .form-calc__contact h3 {
        font-size: calc(22px + 10 * 100vw / 1900);
    }
}
.form-calc__contact .text {
    color: var(--color-black);
    width: 100%;
    margin-bottom: 20px;
    color: var(--color-white);
}
.form-calc__contact .text span {
    display: block;
    text-align: center;
    color: var(--color-white);
    opacity: 0.85;
    font-size: 15px;
    line-height: 1.3;
}
.form-calc .btn {
    width: 100%;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
}
.form-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
}
.label-checkbox {
    line-height: 1.4;
    font-weight: 400;
    position: relative;
    width: 88%;
    color: var(--color-white);
    cursor: pointer;
}
@media (max-width: 767px) {
    .label-checkbox {
        font-size: calc(16px + 3.4 * (100vw - 320px) / 1900);
    }
}
@media (min-width: 767px) {
    .label-checkbox {
        font-size: calc(16px + 2 * 100vw / 1900);
    }
}
.label-checkbox::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 45px;
    border: 1px solid #bfbfbf;
    background-color: var(--color-white);
    right: -14%;
}
@media (max-width: 767px) {
    .label-checkbox::before {
        width: 40px;
        height: 40px;
    }
}
.label-checkbox span {
    display: block;
    font-size: 16px;
    font-weight: 300;
    opacity: 0.7;
    line-height: 1.3;
}
.form-calc__checkbox:checked + .label-checkbox::after {
    position: absolute;
    content: "✔";
    top: 4px;
    right: -11.9%;
    font-weight: 300;
    color: #3b9254;
}
@media (max-width: 767px) {
    .form-calc__checkbox:checked + .label-checkbox::after {
        font-size: calc(22px + 13.6 * (100vw - 320px) / 1900);
    }
}
@media (min-width: 767px) {
    .form-calc__checkbox:checked + .label-checkbox::after {
        font-size: calc(22px + 8 * 100vw / 1900);
    }
}
.text-price {
    line-height: 1.3;
    font-weight: 500;
    color: var(--color-white);
    margin-top: 15px;
}
@media (max-width: 767px) {
    .text-price {
        font-size: calc(16px + 3.4 * (100vw - 320px) / 1900);
    }
}
@media (min-width: 767px) {
    .text-price {
        font-size: calc(16px + 2 * 100vw / 1900);
    }
}
.form-price {
    width: 100%;
    height: 55px;
    box-sizing: border-box;
    padding: 10px 20px;
    border: 1px solid #bfbfbf;
    margin-top: 15px;
    background-color: var(--color-white);
    display: flex;
    align-items: center;
}
@media (max-width: 575px) {
    .form-price {
        height: 50px;
    }
}
@media (max-width: 767px) {
    .price {
        font-size: calc(22px + 3.4 * (100vw - 320px) / 1900);
    }
}
@media (min-width: 767px) {
    .price {
        font-size: calc(22px + 2 * 100vw / 1900);
    }
}
.container-company {
    padding-top: 70px;
    position: relative;
}
@media (max-width: 991px) {
    .container-company {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
.container-company h2 {
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .container-company--title h2 {
        font-size: calc(30px + 23.8 * (100vw - 320px) / 1900);
    }
}
@media (min-width: 767px) {
    .container-company--title h2 {
        font-size: calc(30px + 14 * 100vw / 1900);
    }
}
.text-company {
    margin-bottom: 30px;
    border-left: 1px solid #0000004d;
    padding-left: 10px;
}
@media (max-width: 767px) {
    .text-company {
        font-size: calc(16px + 3.4 * (100vw - 320px) / 1900);
    }
}
@media (min-width: 767px) {
    .text-company {
        font-size: calc(16px + 2 * 100vw / 1900);
    }
}
.company-content {
    position: absolute;
    bottom: 100px;
    width: 900px;
    box-sizing: border-box;
    padding: 25px 40px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: #64646f33 0 7px 29px 0;
}
@media (max-width: 991px) {
    .company-content {
        position: static;
        width: 100%;
    }
}
@media (max-width: 575px) {
    .company-content {
        padding: 0;
        box-shadow: none;
    }
}
@media (max-width: 767px) {
    .company-content .text {
        font-size: calc(16px + 3.4 * (100vw - 320px) / 1900);
    }
}
@media (min-width: 767px) {
    .company-content .text {
        font-size: calc(16px + 2 * 100vw / 1900);
    }
}
.logo-company {
    width: 100px;
    margin-bottom: 0;
}
.link-company {
    display: block;
    margin-top: 20px;
    font-weight: 600;
}
.img-company {
    display: block;
    width: 600px;
    border-radius: 4px;
    margin-left: auto;
}
@media (max-width: 991px) {
    .img-company {
        display: none;
    }
}
.container-hero-contact {
    padding-top: 20px;
}
@media (max-width: 767px) {
    .container-hero-contact--service h2 {
        font-size: calc(30px + 23.8 * (100vw - 320px) / 1900);
    }
}
@media (min-width: 767px) {
    .container-hero-contact--service h2 {
        font-size: calc(30px + 14 * 100vw / 1900);
    }
}
.hero-contact {
    background-color: var(--logo-black);
    color: var(--color-white);
}
.wrapper-cont {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
@media (max-width: 767px) {
    .wrapper-cont {
        flex-direction: column;
        margin-top: 10px;
    }
}
.wrapper-cont__content {
    width: 17%;
}
@media (max-width: 1255px) {
    .wrapper-cont__content {
        width: 22%;
    }
}
@media (max-width: 991px) {
    .wrapper-cont__content {
        width: 25%;
    }
}
@media (max-width: 856px) {
    .wrapper-cont__content {
        width: 30%;
    }
}
@media (max-width: 767px) {
    .wrapper-cont__content {
        width: 100%;
        margin-bottom: 20px;
    }
}
.wrapper-cont__phote {
    width: 32%;
}
@media (max-width: 1255px) {
    .wrapper-cont__phote {
        width: 30%;
    }
}
@media (max-width: 991px) {
    .wrapper-cont__phote {
        width: 28%;
    }
}
@media (max-width: 767px) {
    .wrapper-cont__phote {
        width: 100%;
        margin-bottom: 20px;
    }
}
.wrapper-cont__text {
    margin-bottom: 14px;
}
.wrapper-cont__map {
    width: 48%;
}
@media (max-width: 1255px) {
    .wrapper-cont__map {
        width: 45%;
    }
}
@media (max-width: 856px) {
    .wrapper-cont__map {
        width: 40%;
    }
}
@media (max-width: 767px) {
    .wrapper-cont__map {
        width: 100%;
    }
}
.group-map {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.group-map__icon {
    width: 20px;
    margin-right: 10px;
}
.group-map__text {
    line-height: 1.5;
}
.group-map__text--contact {
    margin: 10px 0 4px 0;
}
@media (max-width: 767px) {
    .group-map__text {
        font-size: calc(18px + 0 * (100vw - 320px) / 1900);
    }
}
@media (min-width: 767px) {
    .group-map__text {
        font-size: calc(18px + 0 * 100vw / 1900);
    }
}
.group-map__text--phone {
    margin-top: 10px;
}
@media (max-width: 767px) {
    .group-map__text--phone {
        font-size: calc(20px + 8 * (100vw - 320px) / 1900);
    }
}
@media (min-width: 767px) {
    .group-map__text--phone {
        font-size: calc(20px + 4 * 100vw / 1900);
    }
}
@media (max-width: 767px) {
    .group-map__text--email {
        font-size: calc(18px + 8 * (100vw - 320px) / 1900);
    }
}
@media (min-width: 767px) {
    .group-map__text--email {
        font-size: calc(18px + 4 * 100vw / 1900);
    }
}
.wrapper-photo {
    display: flex;
    justify-content: space-between;
}
.wrapper-photo__item:first-child {
    width: 65%;
}
.wrapper-photo__item {
    width: 32%;
}
.wrapper-photo__item:last-child .wrapper-photo__img:not(:last-child) {
    margin-bottom: 10px;
}
.wrapper-photo__img {
    width: 100%;
    border-radius: 4px;
}
.map {
    width: 100%;
    height: 265px;
}
@media (max-width: 1255px) {
    .map {
        height: 240px;
    }
}
@media (max-width: 1190px) {
    .map {
        height: 220px;
    }
}
@media (max-width: 1100px) {
    .map {
        height: 200px;
    }
}
@media (max-width: 991px) {
    .map {
        height: 180px;
    }
}
@media (max-width: 940px) {
    .map {
        height: 160px;
    }
}
@media (max-width: 820px) {
    .map {
        height: 140px;
    }
}
@media (max-width: 767px) {
    .map {
        height: 240px;
    }
}
.map--contact {
    height: 330px;
}
@media (max-width: 1239px) {
    .container-word {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
.container-word h2 {
    text-align: center;
    margin-bottom: 30px;
}
.container-word .text {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}
@media (max-width: 767px) {
    .container-word .text {
        font-size: calc(16px + 3.4 * (100vw - 320px) / 1900);
    }
}
@media (min-width: 767px) {
    .container-word .text {
        font-size: calc(16px + 2 * 100vw / 1900);
    }
}
@media (max-width: 1239px) {
    .container-word .text {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .container-word--word h2 {
        font-size: calc(30px + 23.8 * (100vw - 320px) / 1900);
    }
}
@media (min-width: 767px) {
    .container-word--word h2 {
        font-size: calc(30px + 14 * 100vw / 1900);
    }
}
.wrapper-word {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 40px;
}
.wrapper-word__item {
    width: calc(33.333% - 15px);
    position: relative;
}
@media (max-width: 991px) {
    .wrapper-word__item {
        width: calc(50% - 15px);
        box-shadow:
            #091e4240 0 4px 8px -2px,
            #091e4214 0 0 0 1px;
        box-sizing: border-box;
        padding: 20px;
    }
}
@media (max-width: 767px) {
    .wrapper-word__item {
        width: calc(100% - 0px);
    }
}
.wrapper-word__num {
    color: #7ad43a;
}
@media (max-width: 767px) {
    .wrapper-word__num {
        font-size: calc(38px + 37.4 * (100vw - 320px) / 1900);
    }
}
@media (min-width: 767px) {
    .wrapper-word__num {
        font-size: calc(38px + 22 * 100vw / 1900);
    }
}
.wrapper-word__title {
    font-weight: 500;
    margin: 10px 0;
}
@media (max-width: 767px) {
    .wrapper-word__title {
        font-size: calc(20px + 3.4 * (100vw - 320px) / 1900);
    }
}
@media (min-width: 767px) {
    .wrapper-word__title {
        font-size: calc(20px + 2 * 100vw / 1900);
    }
}
.wrapper-word__text {
    line-height: 1.4;
}
.wrapper-word__img {
    position: absolute;
    top: 30px;
    right: 13%;
}
@media (max-width: 1239px) {
    .wrapper-word__img {
        top: 15px;
        width: 200px;
    }
}
@media (max-width: 991px) {
    .wrapper-word__img {
        display: none;
    }
}
.advantages {
    background-image: url(../img/background/bg-advangas.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 1300px) {
    .advantages {
        background-position: left bottom;
    }
}
@media (max-width: 1239px) {
    .advantages {
        background-image: linear-gradient(160deg, #ffffff03 23%, #000000a6 97%), url(../img/background/Section2.png);
    }
}
@media (max-width: 991px) {
    .advantages {
        background-image: none;
    }
}
.container-adv-title {
    padding-bottom: 30px;
}
@media (max-width: 1300px) {
    .container-adv-title {
        padding-top: 0;
    }
}
.container-advantages {
    padding-top: 0;
    padding-bottom: 70px;
}
@media (max-width: 1300px) {
    .container-advantages {
        padding-bottom: 50px;
    }
}
@media (max-width: 767px) {
    .container-advantages h2 {
        font-size: calc(20px + 6.8 * (100vw - 320px) / 1900);
    }
}
@media (min-width: 767px) {
    .container-advantages h2 {
        font-size: calc(20px + 4 * 100vw / 1900);
    }
}
.wrapper-advantages {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 550px;
    color: var(--color-white);
}
@media (max-width: 1300px) {
    .wrapper-advantages {
        margin-top: 400px;
    }
}
@media (max-width: 991px) {
    .wrapper-advantages {
        margin-top: 30px;
        gap: 30px;
        color: var(--color-black);
    }
}
@media (max-width: 767px) {
    .wrapper-advantages {
        gap: 20px;
    }
}
.wrapper-advantages_num {
    display: inline-block;
    background-color: var(--logo-black);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
}
@media (max-width: 767px) {
    .wrapper-advantages_num {
        font-size: calc(18px + 10.2 * (100vw - 320px) / 1900);
    }
}
@media (min-width: 767px) {
    .wrapper-advantages_num {
        font-size: calc(18px + 6 * 100vw / 1900);
    }
}
@media (max-width: 991px) {
    .wrapper-advantages_num {
        color: var(--color-white);
    }
}
.wrapper-advantages__item {
    width: calc(33.333% - 30px);
}
@media (max-width: 991px) {
    .wrapper-advantages__item {
        width: calc(50% - 20px);
        box-shadow:
            #091e4240 0 4px 8px -2px,
            #091e4214 0 0 0 1px;
        box-sizing: border-box;
        padding: 20px;
    }
}
@media (max-width: 767px) {
    .wrapper-advantages__item {
        width: calc(100% - 0px);
    }
}
.wrapper-advantages__title {
    font-weight: 600;
    margin: 10px 0;
}
@media (max-width: 767px) {
    .wrapper-advantages__title {
        font-size: calc(18px + 3.4 * (100vw - 320px) / 1900);
    }
}
@media (min-width: 767px) {
    .wrapper-advantages__title {
        font-size: calc(18px + 2 * 100vw / 1900);
    }
}
.wrapper-advantages__text {
    line-height: 1.4;
}
@media (max-width: 1239px) {
    .container-before-after {
        padding-top: 10px;
        padding-bottom: 50px;
    }
}
.container-before-after h2 {
    text-align: center;
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.container-before-after p {
    font-size: 18px;
}
@media (max-width: 1239px) {
    .container-before-after h2 {
        width: 100%;
    }
}
.container-before-after--service h2 {
    width: 750px;
}
@media (max-width: 767px) {
    .container-before-after--service h2 {
        font-size: calc(30px + 23.8 * (100vw - 320px) / 1900);
    }
}
@media (min-width: 767px) {
    .container-before-after--service h2 {
        font-size: calc(30px + 14 * 100vw / 1900);
    }
}
@media (max-width: 991px) {
    .container-before-after--service h2 {
        width: 100%;
    }
}
.slider-twenty {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 580px;
    margin: 0 auto;
    margin-top: 40px;
    border-radius: 10px 10px 10px 10px;
}
@media (max-width: 1239px) {
    .slider-twenty {
        height: 450px;
    }
}
@media (max-width: 991px) {
    .slider-twenty {
        height: 400px;
    }
}
@media (max-width: 767px) {
    .slider-twenty {
        height: 300px;
    }
}
@media (max-width: 575px) {
    .slider-twenty {
        height: 250px;
    }
}
@media (max-width: 500px) {
    .slider-twenty {
        height: 200px;
    }
}
@media (max-width: 400px) {
    .slider-twenty {
        height: 170px;
    }
}
.slider-twenty img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-position: bottom;
    object-position: bottom;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px 10px 10px 10px;
}
@media (max-width: 500px) {
    .slider-twenty img {
        -o-object-fit: contain;
        object-fit: contain;
    }
}
.before {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 2;
    width: 50%;
    height: 100%;
}
.change {
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 10;
    width: 3px;
    height: 100%;
    background-color: var(--logo-green);
    cursor: pointer;
}
.change::after {
    content: "↔";
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    background-color: var(--logo-black);
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
}
@media (max-width: 767px) {
    .change::after {
        font-size: calc(20px + 17 * (100vw - 320px) / 1900);
    }
}
@media (min-width: 767px) {
    .change::after {
        font-size: calc(20px + 10 * 100vw / 1900);
    }
}
.footer {
    background-color: #29322f;
    position: relative;
}
@media (max-width: 767px) {
    .container-footer {
        padding-top: 40px;
        padding-bottom: 60px;
    }
}
.footer-content {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 991px) {
    .footer-content {
        flex-wrap: wrap;
    }
}
@media (max-width: 767px) {
    .footer-content {
        justify-content: center;
        text-align: center;
    }
}
.footer-menu {
    width: 30%;
}
@media (max-width: 1255px) {
    .footer-menu {
        width: 27%;
    }
}
@media (max-width: 1150px) {
    .footer-menu {
        width: 26%;
    }
}
@media (max-width: 991px) {
    .footer-menu {
        width: 49%;
    }
}
@media (max-width: 767px) {
    .footer-menu {
        width: 100%;
    }
}
.footer-menu__title {
    color: #ffffffbf;
    font-weight: 500;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .footer-menu__title {
        font-size: calc(18px + 3.4 * (100vw - 320px) / 1900);
    }
}
@media (min-width: 767px) {
    .footer-menu__title {
        font-size: calc(18px + 2 * 100vw / 1900);
    }
}
.footer-menu:nth-child(2) {
    width: 17%;
}
@media (max-width: 1255px) {
    .footer-menu:nth-child(2) {
        width: 13%;
    }
}
@media (max-width: 1150px) {
    .footer-menu:nth-child(2) {
        width: 14%;
    }
}
@media (max-width: 991px) {
    .footer-menu:nth-child(2) {
        width: 49%;
    }
}
@media (max-width: 767px) {
    .footer-menu:nth-child(2) {
        width: 100%;
    }
}
.footer-menu-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-menu-list li {
    line-height: 1.8;
}
.footer-menu-list__link {
    color: var(--color-white);
    font-weight: 300;
}
.footer-menu-list__link:hover {
    text-decoration: underline;
}
.footer-info {
    width: 26%;
}
@media (max-width: 991px) {
    .footer-info {
        width: 49%;
    }
}
@media (max-width: 767px) {
    .footer-info {
        width: 100%;
    }
}
.footer-info__title {
    color: #ffffffbf;
    font-weight: 500;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .footer-info__title {
        font-size: calc(18px + 3.4 * (100vw - 320px) / 1900);
    }
}
@media (min-width: 767px) {
    .footer-info__title {
        font-size: calc(18px + 2 * 100vw / 1900);
    }
}
.footer-info__text {
    font-size: 15px;
    line-height: 1.5;
    color: var(--color-white);
    font-weight: 300;
}
.footer-info__text:not(:last-child) {
    margin-bottom: 10px;
}
.footer-info .link {
    color: var(--color-white);
}
.footer-info .link:hover {
    text-decoration: underline;
}
.footer-contact {
    width: 15%;
}
@media (max-width: 1255px) {
    .footer-contact {
        width: 20%;
    }
}
@media (max-width: 991px) {
    .footer-contact {
        width: 49%;
    }
}
@media (max-width: 767px) {
    .footer-contact {
        width: 100%;
    }
}
.footer-contact__title {
    color: #ffffffbf;
    font-weight: 500;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .footer-contact__title {
        font-size: calc(18px + 3.4 * (100vw - 320px) / 1900);
    }
}
@media (min-width: 767px) {
    .footer-contact__title {
        font-size: calc(18px + 2 * 100vw / 1900);
    }
}
.footer-contact .btn {
    width: 100%;
    padding: 12px 10px;
    text-align: center;
    font-size: 16px;
}
@media (max-width: 767px) {
    .footer-contact .btn {
        width: 300px;
    }
}
.footer-phone {
    display: flex;
    align-items: center;
    color: var(--color-white);
    margin-bottom: 15px;
}
@media (max-width: 767px) {
    .footer-phone {
        font-size: calc(20px + 3.4 * (100vw - 320px) / 1900);
    }
}
@media (min-width: 767px) {
    .footer-phone {
        font-size: calc(20px + 2 * 100vw / 1900);
    }
}
@media (max-width: 767px) {
    .footer-phone {
        justify-content: center;
        text-align: center;
    }
}
.footer-mail {
    display: block;
    margin-top: 20px;
    color: var(--color-white);
    font-weight: 300;
}
@media (max-width: 767px) {
    .footer-mail {
        font-size: calc(16px + 3.4 * (100vw - 320px) / 1900);
    }
}
@media (min-width: 767px) {
    .footer-mail {
        font-size: calc(16px + 2 * 100vw / 1900);
    }
}
.footer-social {
    display: flex;
    justify-content: center;
    align-self: center;
    padding-top: 60px;
    position: relative;
}
@media (max-width: 767px) {
    .footer-social {
        padding-top: 40px;
    }
}
.line-footer {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    border: 1px dashed #5b5f62;
    z-index: 0;
}
.developed {
    background-color: #29322ff8;
    box-sizing: border-box;
    padding: 15px;
}
.developed__link {
    display: block;
    font-weight: 300;
    font-size: 15px;
    color: #ffffffbf;
    text-align: center;
    position: relative;
    z-index: 10;
}
@media (max-width: 767px) {
    .developed__link {
        font-size: 13px;
    }
}
.developed__link:hover {
    text-decoration: underline;
}
.container-pages {
    padding-top: 100px;
    padding-bottom: 20px;
}
@media (max-width: 767px) {
    .container-pages {
        padding-top: 65px;
        padding-bottom: 15px;
    }
}
.pages-wrapper {
    display: flex;
    align-items: center;
}
@media (max-width: 767px) {
    .pages-wrapper {
        flex-wrap: wrap;
    }
}
.pages-wrapper__item {
    box-sizing: border-box;
    padding: 0 10px 0 0;
    font-weight: 500;
}
@media (max-width: 767px) {
    .pages-wrapper__item {
        font-size: calc(14px + 3.4 * (100vw - 320px) / 1900);
    }
}
@media (min-width: 767px) {
    .pages-wrapper__item {
        font-size: calc(14px + 2 * 100vw / 1900);
    }
}
@media (max-width: 575px) {
    .pages-wrapper__item {
        padding: 0 6px 0 0;
    }
}
.pages-wrapper__item:not(:last-child)::after {
    content: "»";
    padding-left: 7px;
    font-size: 18px;
}
@media (max-width: 575px) {
    .pages-wrapper__item:not(:last-child)::after {
        padding-left: 4px;
    }
}
.pages-wrapper__link {
    color: #000000a7;
}
.galereay {
    background-image: url(../img/background/Group1.png);
    background-repeat: no-repeat;
    padding-bottom: 80px;
}
@media (max-width: 767px) {
    .galereay {
        background-size: cover;
    }
}
@media (max-width: 575px) {
    .galereay {
        padding-bottom: 40px;
    }
}
.galereay .container {
    padding-top: 50px;
    padding-bottom: 0;
}
@media (max-width: 575px) {
    .galereay .container {
        padding-bottom: 40px;
    }
}
.galereay .container h2 {
    color: var(--color-white);
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .galereay .container h2 {
        font-size: calc(30px + 23.8 * (100vw - 320px) / 1900);
    }
}
@media (min-width: 767px) {
    .galereay .container h2 {
        font-size: calc(30px + 14 * 100vw / 1900);
    }
}
.galereay .container .text {
    margin-bottom: 30px;
    font-weight: 300;
    color: var(--color-white);
}
@media (max-width: 767px) {
    .galereay .container .text {
        font-size: calc(16px + 3.4 * (100vw - 320px) / 1900);
    }
}
@media (min-width: 767px) {
    .galereay .container .text {
        font-size: calc(16px + 2 * 100vw / 1900);
    }
}
.container-galereay {
    display: grid;
    grid-gap: 14px;
    grid-template-columns: repeat(auto-fit, minmax(15%, 1fr));
    grid-auto-rows: 200px;
    grid-auto-flow: dense;
    box-sizing: border-box;
    padding: 0 15px;
}
@media (max-width: 1239px) {
    .container-galereay {
        grid-auto-rows: 140px;
    }
}
@media (max-width: 991px) {
    .container-galereay {
        grid-auto-rows: 100px;
    }
}
@media (max-width: 767px) {
    .container-galereay {
        grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
    }
}
@media (max-width: 575px) {
    .container-galereay {
        grid-template-columns: repeat(auto-fit, minmax(33.333%, 1fr));
    }
}
.container-galereay__link {
    display: block;
}
.container-galereay__item > a > .container-galereay__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border: 1px solid #ffffff80;
}
.container-galereay > div:nth-child(1),
.container-galereay > div:nth-child(6),
.container-galereay > div:nth-child(8) {
    grid-column: span 2;
}
.container-galereay > div:nth-child(2),
.container-galereay > div:nth-child(5) {
    grid-row: span 2;
}
.container-galereay > div:nth-child(4) {
    grid-column: span 2;
    grid-row: span 2;
}
@media screen and (min-width: 1024px) {
    .wrapper {
        width: 1400px;
        margin: 0 auto;
    }
}
.service-hero {
    background-color: #29322f;
    padding-bottom: 20px;
}
.container-service-hero {
    padding-top: 80px;
    overflow: hidden;
}
@media (max-width: 991px) {
    .container-service-hero {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
@media (max-width: 575px) {
    .container-service-hero {
        padding-top: 40px;
        padding-bottom: 20px;
    }
}
.container-service-hero h1 {
    font-weight: 400;
    color: var(--color-white);
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .container-service-hero h1 {
        font-size: calc(30px + 25.5 * (100vw - 320px) / 1900);
    }
}
@media (min-width: 767px) {
    .container-service-hero h1 {
        font-size: calc(30px + 15 * 100vw / 1900);
    }
}
.wrap-service-hero {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 575px) {
    .wrap-service-hero {
        flex-direction: column;
    }
}
.wrap-service-hero__content {
    width: 50%;
    box-sizing: border-box;
    padding-right: 30px;
    position: relative;
    z-index: 0;
}
@media (max-width: 991px) {
    .wrap-service-hero__content {
        width: 100%;
        padding-right: 0;
    }
}
.wrap-service-hero__content::before {
    position: absolute;
    content: "";
    background-image: url(../img/icon/plus-bg.svg);
    background-size: cover;
    right: -50px;
    bottom: 0;
    width: 250px;
    height: 300px;
}
@media (max-width: 991px) {
    .wrap-service-hero__content::before {
        display: none;
    }
}
.wrap-service-hero__content .text {
    font-weight: 200;
    color: var(--color-white);
}
@media (max-width: 767px) {
    .wrap-service-hero__content .text {
        font-size: calc(16px + 3.4 * (100vw - 320px) / 1900);
    }
}
@media (min-width: 767px) {
    .wrap-service-hero__content .text {
        font-size: calc(16px + 2 * 100vw / 1900);
    }
}
.wrap-service-hero__content .text span {
    font-weight: 500;
}
.wrap-service-hero__content .btn {
    padding: 16px 30px;
    margin-top: 20px;
}
@media (max-width: 575px) {
    .wrap-service-hero__content .btn {
        width: 100%;
        margin-bottom: 15px;
    }
}
.wrap-service-hero__phoro {
    width: 50%;
    position: relative;
}
@media (max-width: 991px) {
    .wrap-service-hero__phoro {
        display: none;
    }
}
@media (max-width: 575px) {
    .wrap-service-hero__phoro {
        display: block;
        width: 100%;
    }
}
.list {
    color: var(--color-white);
}
.list__item {
    font-weight: 300;
    line-height: 1.5;
}
.wrap-adv-service {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}
@media (max-width: 575px) {
    .wrap-adv-service {
        display: none;
    }
}
.wrap-adv-service__line {
    width: 100%;
    height: 1px;
    background-color: #ffffff80;
    margin: 10px 0;
}
@media (max-width: 575px) {
    .wrap-adv-service__line {
        display: none;
    }
    .wrap-adv-service__img {
        width: 30px;
    }
}
.wrap-adv-service__item {
    width: 33.333%;
    box-sizing: border-box;
    padding: 0 50px;
    padding-left: 0;
}
@media (max-width: 575px) {
    .wrap-adv-service__item {
        width: 100%;
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }
}
.wrap-adv-service__title {
    font-weight: 200;
    color: var(--color-white);
    line-height: 1.4;
}
@media (max-width: 767px) {
    .wrap-adv-service__title {
        font-size: calc(16px + 3.4 * (100vw - 320px) / 1900);
    }
}
@media (min-width: 767px) {
    .wrap-adv-service__title {
        font-size: calc(16px + 2 * 100vw / 1900);
    }
}
@media (max-width: 575px) {
    .wrap-adv-service__title {
        margin-left: 10px;
    }
}
#image-adv {
    width: 40px;
}
.img-service {
    position: absolute;
    top: 30px;
    width: 500px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
    z-index: 10;
    box-shadow: 4px 4px 33px 0 #fff3;
}
@media (max-width: 575px) {
    .img-service {
        position: static;
        width: 100%;
        margin-top: 10px;
    }
}
.img-service:nth-child(1) {
    height: 640px;
}
@media (max-width: 575px) {
    .img-service:nth-child(1) {
        height: 360px;
    }
    .img-service__video {
        height: auto;
    }
}
.img-service:nth-child(2) {
    width: 420px;
    height: 510px;
    top: 100px;
    left: 190px;
    z-index: 5;
}
@media (max-width: 1239px) {
    .img-service:nth-child(2) {
        display: none;
    }
}
.img-service:nth-child(3) {
    width: 320px;
    height: 410px;
    top: 150px;
    right: 0;
    z-index: 1;
}
@media (max-width: 1239px) {
    .img-service:nth-child(3) {
        display: none;
    }
}
.container-info {
    padding-top: 60px;
    padding-bottom: 60px;
}
@media (max-width: 767px) {
    .container-info {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
.container-info h2 {
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .container-info h2 {
        font-size: calc(30px + 23.8 * (100vw - 320px) / 1900);
    }
}
@media (min-width: 767px) {
    .container-info h2 {
        font-size: calc(30px + 14 * 100vw / 1900);
    }
}
@media (max-width: 575px) {
    .container-info h2 {
        margin-bottom: 20px;
    }
}
.list-info {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 30px;
}
.list-info__item {
    padding-left: 30px;
    line-height: 1.4;
    position: relative;
}
.list-info__item::before {
    position: absolute;
    content: "";
    background-image: url(../img/icon/list.png);
    background-size: cover;
    width: 20px;
    height: 20px;
    left: 0;
}
.list-info__item span {
    font-weight: 600;
}
.list-info__item:not(:last-child) {
    margin-bottom: 14px;
}
.blog {
    border-top: 1px solid #eee;
}
.container-blog {
    padding-top: 60px;
}
@media (max-width: 991px) {
    .container-blog {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
@media (max-width: 767px) {
    .container-blog .main-title {
        font-size: calc(30px + 23.8 * (100vw - 320px) / 1900);
    }
}
@media (min-width: 767px) {
    .container-blog .main-title {
        font-size: calc(30px + 14 * 100vw / 1900);
    }
}
.wrapper-blog {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
}
.wrapper-blog__item {
    width: calc(33.333% - 15px);
    background-color: var(--color-white);
    box-shadow:
        #091e4240 0 4px 8px -2px,
        #091e4214 0 0 0 1px;
}
@media (max-width: 991px) {
    .wrapper-blog__item {
        width: calc(50% - 20px);
    }
}
@media (max-width: 767px) {
    .wrapper-blog__item {
        width: calc(100% - 0px);
    }
}
.wrapper-blog__content {
    box-sizing: border-box;
    padding: 20px;
}
@media (max-width: 575px) {
    .wrapper-blog__content {
        padding: 15px;
    }
}
.wrapper-blog__img {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 1239px) {
    .wrapper-blog__img {
        height: 200px;
    }
}
@media (max-width: 575px) {
    .wrapper-blog__img {
        height: 180px;
    }
}
.wrapper-blog__title {
    text-align: center;
    font-weight: 500;
    margin-bottom: 15px;
}
@media (max-width: 767px) {
    .wrapper-blog__title {
        font-size: calc(20px + 3.4 * (100vw - 320px) / 1900);
    }
}
@media (min-width: 767px) {
    .wrapper-blog__title {
        font-size: calc(20px + 2 * 100vw / 1900);
    }
}
.wrapper-blog__title:hover {
    color: #85ba38;
}
.wrapper-blog__text {
    line-height: 1.4;
}
.link-blog {
    display: block;
    margin-top: 10px;
    color: #85ba38;
}
.link-blog:hover {
    text-decoration: underline;
}
.blog-info {
    border-top: 1px solid #eee;
}
.container-blog-info {
    padding-top: 60px;
}
@media (max-width: 991px) {
    .container-blog-info {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
.container-blog-info .main-title {
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .container-blog-info .main-title {
        font-size: calc(30px + 23.8 * (100vw - 320px) / 1900);
    }
}
@media (min-width: 767px) {
    .container-blog-info .main-title {
        font-size: calc(30px + 14 * 100vw / 1900);
    }
}
.img-blog-info {
    width: 450px;
    height: 320px;
    -o-object-fit: cover;
    object-fit: cover;
    float: right;
    margin: 0 0 15px 20px;
    border-radius: 4px;
}
@media (max-width: 991px) {
    .img-blog-info {
        width: 380px;
        height: 250px;
    }
}
@media (max-width: 767px) {
    .img-blog-info {
        width: 300px;
        height: 200px;
    }
}
@media (max-width: 575px) {
    .img-blog-info {
        width: 100%;
        height: 250px;
        float: none;
        margin: 0 0 15px;
    }
}
.prices {
    background-color: #f5f5f5;
}
.price {
    background: #f9f9f9;
    padding-top: 60px;
    border-top: 1px solid #e1e1e1;
}
.price-calc {
    padding-top: 0px;
    border-top: none;
}
.container-price {
    padding-top: 60px;
    padding-top: 0;
    overflow: hidden;
}
@media (max-width: 1239px) {
    .container-price {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
@media (max-width: 767px) {
    .container-price {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
.container-price h2 {
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .container-price h2 {
        font-size: calc(30px + 23.8 * (100vw - 320px) / 1900);
    }
}
@media (min-width: 767px) {
    .container-price h2 {
        font-size: calc(30px + 14 * 100vw / 1900);
    }
}
.text-proect {
    font-size: 16px;
}
.wrapper-price {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
@media (max-width: 1239px) {
    .wrapper-price {
        flex-direction: column;
    }
}
.wrapper-price__content {
    width: 500px;
    box-sizing: border-box;
    border-left: 2px solid #85ba38;
    padding-left: 20px;
}
@media (max-width: 1239px) {
    .wrapper-price__content {
        width: 100%;
        margin-bottom: 25px;
    }
}
.wrapper-price__content .text {
    font-size: 15px;
}
.wrapper-price__title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
.wrapper-price__date {
    width: calc(100% - 540px);
}
@media (max-width: 1239px) {
    .wrapper-price__date {
        width: 100%;
    }
}
table.price-word {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    height: auto;
}
.price-word--proect {
    margin-top: 30px;
}
.price-word--proect .table-proect-service {
    width: 70%;
    box-sizing: border-box;
    padding: 10px;
}
@media (max-width: 767px) {
    .price-word--proect .table-proect-service {
        font-size: calc(16px + 6.8 * (100vw - 320px) / 1900);
    }
}
@media (min-width: 767px) {
    .price-word--proect .table-proect-service {
        font-size: calc(16px + 4 * 100vw / 1900);
    }
}
@media (max-width: 575px) {
    .price-word--proect .table-proect-service {
        width: 60%;
        padding: 4px;
    }
}
.price-word--proect .table-proect-tip {
    width: 30%;
    box-sizing: border-box;
    padding: 10px;
}
@media (max-width: 767px) {
    .price-word--proect .table-proect-tip {
        font-size: calc(16px + 6.8 * (100vw - 320px) / 1900);
    }
}
@media (min-width: 767px) {
    .price-word--proect .table-proect-tip {
        font-size: calc(16px + 4 * 100vw / 1900);
    }
}
@media (max-width: 575px) {
    .price-word--proect .table-proect-tip {
        width: 40%;
        padding: 4px;
    }
}
table.price-word,
table.price-word td,
table.price-word th {
    border: 1px solid #bfbfbf8f;
}
table.price-word td,
table.price-word th {
    width: 30px;
    height: 35px;
}
.table-header {
    background: #3b9254;
    color: #fff;
}
.table-header th {
    font-weight: 500;
}
@media (max-width: 767px) {
    .table-header th {
        font-size: calc(18px + 3.4 * (100vw - 320px) / 1900);
    }
}
@media (min-width: 767px) {
    .table-header th {
        font-size: calc(18px + 2 * 100vw / 1900);
    }
}
.table-header th {
    box-sizing: border-box;
    padding: 10px;
}
.table-title {
    background: #3b925433;
}
.table-title th {
    font-weight: 400;
}
@media (max-width: 767px) {
    .table-title th {
        font-size: calc(15px + 5.1 * (100vw - 320px) / 1900);
    }
}
@media (min-width: 767px) {
    .table-title th {
        font-size: calc(15px + 3 * 100vw / 1900);
    }
}
.table-title th {
    box-sizing: border-box;
    padding: 10px;
}
.table-body {
    background-color: var(--color-white);
}
.table-body td {
    padding: 4px 6px;
}
@media (max-width: 767px) {
    .table-body td {
        font-size: calc(12px + 6.8 * (100vw - 320px) / 1900);
    }
}
@media (min-width: 767px) {
    .table-body td {
        font-size: calc(12px + 4 * 100vw / 1900);
    }
}
@media (max-width: 575px) {
    .table-body td {
        padding: 3px;
    }
}
.table-body td {
    box-sizing: border-box;
    padding: 10px;
}
.proect {
    background-image: url(../img/background/services-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.container-proect {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 60px;
}
@media (max-width: 767px) {
    .container-proect {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
.container-proect h2 {
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .container-proect h2 {
        font-size: calc(30px + 23.8 * (100vw - 320px) / 1900);
    }
}
@media (min-width: 767px) {
    .container-proect h2 {
        font-size: calc(30px + 14 * 100vw / 1900);
    }
}
.wrapper-proect {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
}
.wrapper-proect__item {
    width: calc(33.333% - 14px);
    box-shadow:
        rgba(9, 30, 66, 0.25) 0px 4px 8px -2px,
        rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    box-sizing: border-box;
    padding: 20px 25px;
    background-color: var(--color-white);
    /* background-image: url(../img/background/block.jpg); */
}
@media (max-width: 1239px) {
    .wrapper-proect__item {
        width: calc(50% - 14px);
    }
}
@media (max-width: 767px) {
    .wrapper-proect__item {
        width: calc(100% - 0px);
    }
}
.wrapper-proect__num {
    font-weight: 500;
    color: #7ad43a;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .wrapper-proect__num {
        font-size: calc(25px + 42.5 * (100vw - 320px) / 1900);
    }
}
@media (min-width: 767px) {
    .wrapper-proect__num {
        font-size: calc(25px + 25 * 100vw / 1900);
    }
}
.wrapper-proect__link {
    margin-top: 20px;
    line-height: 1.4;
}
@media (max-width: 767px) {
    .wrapper-proect__link {
        font-size: calc(16px + 3.4 * (100vw - 320px) / 1900);
    }
}
@media (min-width: 767px) {
    .wrapper-proect__link {
        font-size: calc(16px + 2 * 100vw / 1900);
    }
}
.wrapper-proect__link span {
    font-weight: 600;
    color: #85ba38;
    text-decoration: underline;
}
.gallereya {
    border-top: 1px solid #eee;
}
.container-gallereya {
    padding-top: 60px;
}
@media (max-width: 991px) {
    .container-gallereya {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
.container-gallereya .main-title {
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .container-gallereya .main-title {
        font-size: calc(30px + 23.8 * (100vw - 320px) / 1900);
    }
}
@media (min-width: 767px) {
    .container-gallereya .main-title {
        font-size: calc(30px + 14 * 100vw / 1900);
    }
}
@media (max-width: 575px) {
    .container-gallereya .main-title {
        margin-bottom: 0;
    }
}
@media (max-width: 767px) {
    .container-gallereya .text {
        font-size: calc(18px + 3.4 * (100vw - 320px) / 1900);
    }
}
@media (min-width: 767px) {
    .container-gallereya .text {
        font-size: calc(18px + 2 * 100vw / 1900);
    }
}
.wrapper-gallereya {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 30px;
}
@media (max-width: 991px) {
    .wrapper-gallereya {
        gap: 20px;
        margin-top: 20px;
    }
}
.wrapper-gallereya__item {
    width: calc(33.333% - 20px);
    background-color: var(--color-white);
    box-shadow:
        #091e4240 0 4px 8px -2px,
        #091e4214 0 0 0 1px;
    border-radius: 4px 4px 4px 4px;
    overflow: hidden;
}
@media (max-width: 991px) {
    .wrapper-gallereya__item {
        width: calc(50% - 10px);
    }
}
@media (max-width: 575px) {
    .wrapper-gallereya__item {
        width: calc(100% - 0px);
    }
}
.wrapper-gallereya__img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px 4px 0 0;
    position: relative;
    transition: transform 0.5s ease-in-out;
    z-index: 0;
}
@media (max-width: 1239px) {
    .wrapper-gallereya__img {
        height: 250px;
    }
}
@media (max-width: 991px) {
    .wrapper-gallereya__img {
        height: 200px;
    }
}
@media (max-width: 575px) {
    .wrapper-gallereya__img {
        height: 170px;
    }
}
.wrapper-gallereya__content {
    box-sizing: border-box;
    padding: 35px 20px;
    background-color: #fff;
    position: relative;
    z-index: 20;
}
@media (max-width: 1239px) {
    .wrapper-gallereya__content {
        padding: 20px;
    }
}
.wrapper-gallereya__title {
    text-align: center;
    font-weight: 500;
}
@media (max-width: 767px) {
    .wrapper-gallereya__title {
        font-size: calc(18px + 3.4 * (100vw - 320px) / 1900);
    }
}
@media (min-width: 767px) {
    .wrapper-gallereya__title {
        font-size: calc(18px + 2 * 100vw / 1900);
    }
}
.wrapper-gallereya__title:hover {
    color: #85ba38;
    text-decoration: underline;
}
.wrapper-gallereya__item:hover .wrapper-gallereya__img {
    transform: scale(1.2);
}
.wrapper-portfolio {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-top: 26px;
}
@media (max-width: 767px) {
    .wrapper-portfolio {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
}
.wrapper-portfolio__item:nth-child(8n + 1) {
    grid-column-start: span 2;
}
.wrapper-portfolio__item:nth-child(8n + 7) {
    grid-column-start: span 2;
}
@media (max-width: 767px) {
    .wrapper-portfolio__item:nth-child(8n + 8) {
        display: none;
    }
}
.wrapper-portfolio__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}
.wrapper-portfolio--mt {
    margin-top: 60px;
}
.info-price {
    border-top: 1px solid #eee;
    background-color: #f2f2f2;
}
.container-info-price {
    padding-top: 70px;
}
.container-info-price .main-title {
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .container-info-price .main-title {
        font-size: calc(30px + 34 * (100vw - 320px) / 1900);
    }
}
@media (min-width: 767px) {
    .container-info-price .main-title {
        font-size: calc(30px + 20 * 100vw / 1900);
    }
}
.container-info-price .text {
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .container-info-price .text {
        font-size: calc(18px + 3.4 * (100vw - 320px) / 1900);
    }
}
@media (min-width: 767px) {
    .container-info-price .text {
        font-size: calc(18px + 2 * 100vw / 1900);
    }
}
.container-info-price .text a {
    font-weight: 600;
}
.container-info-price .btn {
    margin-bottom: 40px;
}
.contact {
    border-top: 1px solid #eee;
}
.container-contact {
    padding-top: 70px;
}
@media (max-width: 868px) {
    .container-contact {
        padding-bottom: 40px;
    }
}
@media (max-width: 575px) {
    .container-contact {
        padding-top: 30px;
    }
}
@media (max-width: 767px) {
    .container-contact .main-title {
        font-size: calc(30px + 23.8 * (100vw - 320px) / 1900);
    }
}
@media (min-width: 767px) {
    .container-contact .main-title {
        font-size: calc(30px + 14 * 100vw / 1900);
    }
}
.wrapper-contact {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
@media (max-width: 868px) {
    .wrapper-contact {
        flex-direction: column;
    }
}
.wrapper-contact__content {
    width: 400px;
    box-sizing: border-box;
    padding: 20px;
    background-color: #1e2e26;
    border-radius: 15px;
    margin-top: 30px;
}
@media (max-width: 868px) {
    .wrapper-contact__content {
        width: 100%;
        margin-top: 0;
    }
}
.wrapper-contact__maps {
    width: calc(100% - 430px);
}
@media (max-width: 868px) {
    .wrapper-contact__maps {
        width: 100%;
        margin-top: 20px;
    }
}
.img-contact {
    width: 100%;
    border-radius: 15px;
    margin-bottom: 20px;
}
.map-contact {
    height: 490px;
}
@media (max-width: 868px) {
    .map-contact {
        height: 300px;
    }
}
@media (max-width: 575px) {
    .map-contact {
        height: 240px;
    }
}
.phone-contact {
    margin-bottom: 15px;
}
.phone-contact a {
    display: flex;
    align-items: center;
    font-weight: 500;
    color: #fff;
}
@media (max-width: 767px) {
    .phone-contact a {
        font-size: calc(20px + 10.2 * (100vw - 320px) / 1900);
    }
}
@media (min-width: 767px) {
    .phone-contact a {
        font-size: calc(20px + 6 * 100vw / 1900);
    }
}
.phone-contact__img {
    width: 20px;
    margin-right: 10px;
}
.mail-contact a {
    color: #fffc;
}
@media (max-width: 767px) {
    .mail-contact a {
        font-size: calc(18px + 3.4 * (100vw - 320px) / 1900);
    }
}
@media (min-width: 767px) {
    .mail-contact a {
        font-size: calc(18px + 2 * 100vw / 1900);
    }
}
.contact-socuial {
    display: flex;
    margin-top: 20px;
}
.contact-socuial__group {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-white);
    box-sizing: border-box;
    padding: 6px;
    border-radius: 4px;
    width: 50px;
    height: 50px;
}
.contact-socuial__group:not(:last-child) {
    margin-right: 10px;
}
.contact-socuial__img {
    width: 100%;
}
.container-online {
    background-image: url(../img/background/bg-contact.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 30px;
    margin-bottom: 70px;
    border-radius: 20px;
}
@media (max-width: 575px) {
    .container-online {
        padding: 10px;
        width: 96%;
    }
}
.container-online h2 {
    color: var(--color-white);
    font-weight: 400;
    width: 80%;
}
@media (max-width: 767px) {
    .container-online h2 {
        font-size: calc(30px + 23.8 * (100vw - 320px) / 1900);
    }
}
@media (min-width: 767px) {
    .container-online h2 {
        font-size: calc(30px + 14 * 100vw / 1900);
    }
}
@media (max-width: 868px) {
    .container-online h2 {
        text-align: center;
        width: 100%;
    }
}
.form-contact {
    margin-top: 30px;
}
.form-contact__header {
    display: flex;
    margin-bottom: 20px;
}
@media (max-width: 868px) {
    .form-contact__header {
        flex-wrap: wrap;
    }
}
.form-contact__input {
    width: 350px;
    height: 55px;
    border: none;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 10px;
}
@media (max-width: 868px) {
    .form-contact__input {
        width: 100%;
    }
}
.form-contact__input:not(:last-child) {
    margin-right: 15px;
}
@media (max-width: 868px) {
    .form-contact__input:not(:last-child) {
        margin-right: 0;
        margin-bottom: 15px;
    }
}
.form-contact__footer {
    display: flex;
    align-items: center;
}
@media (max-width: 868px) {
    .form-contact__footer {
        flex-direction: column;
    }
}
.form-contact__footer .btn {
    margin-right: 15px;
}
@media (max-width: 868px) {
    .form-contact__footer .btn {
        margin-right: 0;
        width: 100%;
    }
}
.form-text {
    color: var(--color-white);
    font-weight: 300;
    width: 450px;
}
@media (max-width: 767px) {
    .form-text {
        font-size: calc(18px + 3.4 * (100vw - 320px) / 1900);
    }
}
@media (min-width: 767px) {
    .form-text {
        font-size: calc(18px + 2 * 100vw / 1900);
    }
}
@media (max-width: 868px) {
    .form-text {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
}
.form-link {
    color: var(--color-white);
    font-weight: 500;
}
.container-privacy .main-title {
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .container-privacy .main-title {
        font-size: calc(30px + 23.8 * (100vw - 320px) / 1900);
    }
}
@media (min-width: 767px) {
    .container-privacy .main-title {
        font-size: calc(30px + 14 * 100vw / 1900);
    }
}
.container-privacy .text span {
    font-weight: 500;
}
@media (max-width: 767px) {
    .container-privacy .text span {
        font-size: calc(18px + 3.4 * (100vw - 320px) / 1900);
    }
}
@media (min-width: 767px) {
    .container-privacy .text span {
        font-size: calc(18px + 2 * 100vw / 1900);
    }
}
.price-visibility {
    display: none;
    visibility: hidden;
    font-size: 0;
}
@media (max-width: 767px) {
    .text-des {
        display: none;
    }
}
.text-mob {
    display: none;
    margin-bottom: 50px;
    color: #fff;
}
@media (max-width: 767px) {
    .text-mob {
        display: block;
    }
}

/* --- FAQ --- */
.container-faq {
    padding-top: 0;
}
.accordion {
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    margin: 40px 0 0 0;
}

.accordion-item + .accordion-item {
    border-top: 1px solid #eaeaea;
}

.accordion-header {
    width: 100%;
    padding: 18px 22px;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;

    font-size: 18px;
    font-weight: 500;
    transition: background 0.2s ease;
}

.accordion-header:hover {
    background: #f2f7f5;
}

.accordion-header .icon {
    font-size: 22px;
    transition: transform 0.3s ease;
}

.accordion-item.active .icon {
    transform: rotate(45deg);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition:
        max-height 0.35s ease,
        padding 0.35s ease;
    padding: 0 22px;
}

.accordion-content p {
    margin: 0;
    padding-bottom: 18px;
    color: #555;
    line-height: 1.6;
}

.accordion-item.active .accordion-content {
    max-height: 200px;
    padding: 15px 20px;
}
.messenger-widgets {
    position: fixed;
    right: 60px;
    bottom: 60px;
    width: 64px;
    height: 64px;
    background: linear-gradient(240deg, rgb(225, 72, 211), rgb(17, 187, 226));
    border: 1px solid rgb(182, 229, 243);
    box-sizing: border-box;
    padding: 10px 10px;
    border-radius: 100%;
    transform: translate(-50%, -50%);
    z-index: 10;
    animation: messenger-pulse 1.5s infinite;
    transition:
        background-color 0.3s,
        color 0.3s,
        box-shadow 0.3s;
    cursor: pointer;
}

.messenger-widgets--active {
    background: #646464;
    animation: none;
}

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

@keyframes messenger-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(17, 187, 226, 0.6);
    }

    70% {
        box-shadow: 0 0 0 30px rgba(17, 187, 226, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(17, 187, 226, 0);
    }
}

@-webkit-keyframes messenger-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(17, 187, 226, 0.6);
    }

    70% {
        box-shadow: 0 0 0 30px rgba(17, 187, 226, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(17, 187, 226, 0);
    }
}

.widgets-img {
    width: 100%;
}

.widgets-img-close {
    width: 100%;
    display: none;
}

.widgets-menu {
    display: none;
    position: absolute;
    bottom: 74px;
    right: 4px;
    width: 276px;
    background-color: #fff;
    box-shadow:
        rgba(9, 30, 66, 0.25) 0px 4px 8px -2px,
        rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    box-sizing: border-box;
    padding: 16px 16px;
    border-radius: 6px 6px;
}
.widgets-menu--active {
    display: block;
}
.widgets-menu__header {
    font-weight: 600;
    box-sizing: border-box;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #e1e1e1;
    color: #333;
}
.widgets-menu__body {
    padding: 12px 0 0px 0;
}
.widgets-text {
    font-size: 14px;
    line-height: 1.25;
    color: #696969;
}

.widgets-text:not(:last-child) {
    margin: 0 0 6px 0;
}

.group-widgets {
    display: flex;
    justify-content: space-between;
    margin: 12px 0 0 0;
}
.messenger-widget__link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #ffffff;
    box-sizing: border-box;
    padding: 6px 17px;
    border-radius: 6px 6px;
}
.messenger-widget__link--telegram {
    background-color: #2aabee;
}
.widgets-icon {
    margin: 0 10px 0 0;
}
.messenger-widget__link--max {
    background-color: #0077ff;
}
.widgets-menu__footer {
    padding: 10px 0 0 0;
}

.form-group--checkbox {
    align-items: flex-start;
}
.agree .text span {
    text-align: left;
}
.agree-checkbox {
    display: block;
    margin: 0 10px 0 0;
    width: 26px;
    height: 26px;
    cursor: pointer;
    position: relative;
    z-index: 100;
}

.videos-showcase__header {
    text-align: center;
    margin-bottom: 2rem;
}

/* СЕТКА для трёх видео (грид, адаптив) */
.videos-showcase__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 2rem 0 2rem 0;
}

@media(max-width: 991px) {
    .videos-showcase__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
}
}

/* КАРТОЧКА видео (элемент) */
.video-card {
    background: #ffffff;
    border-radius: 6px;
    overflow: hidden;
    transition:
        transform 0.25s ease,
        box-shadow 0.2s;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.03);
    border: 1px solid #e9efe5;
}

.video-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 30px -12px rgba(60, 80, 40, 0.15);
    border-color: #cfe2c2;
}

/* Обёртка для iframe — адаптивные пропорции 16:9 */
.video-card__media {
    position: relative;
    width: 100%;
    background: #1a2a18;
}

.video-card__iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* асинхронный padding-bottom для 16:9 (высота = ширина * 9/16) */
.video-card__media::before {
    content: "";
    display: block;
    padding-bottom: 56.25%; /* 9/16 = 0.5625 */
}

/* текстовая часть карточки */
.video-card__info {
    padding: 14px 20px;
}

.video-card__title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 8px 0;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.video-card__desc {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
}

/* КНОПКА-сслыка на канал RuTube */
.videos-showcase__channel-action {
    display: flex;
    justify-content: center;
    margin-top: 1.5rem;
}

.channel-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: all 0.2s ease;
    border: 1px solid #cddfc3;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.channel-button:hover {
    background: #2b4827;
    transform: scale(1.02);
    box-shadow: 0 12px 20px -10px rgba(50, 80, 20, 0.4);
    border-color: #b3d6a0;
}

.channel-button__icon {
    font-size: 20px;
    font-weight: normal;
    display: inline-block;
}

.channel-button__text {
    letter-spacing: 0.3px;
}
.videos-showcase__header h2 {
    margin: 0 0 40px 0;
}

.videos-showcase__header p {
    font-size: 18px;
}

/*--- COOKIE ---*/
.cookie {
  position: fixed;
  right: 13.5%;
  bottom: 70px;
  background-color: #ffffff;
  border-radius: 4px 4px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  z-index: 500;
}
@media (max-width: 1440px) {
  .cookie {
    right: 15px;
  }
}
@media (max-width: 767px) {
  .cookie {
    left: 15px;
    bottom: 50px;
  }
}

.container-cookie {
  width: 580px;
  box-sizing: border-box;
  padding: 20px 20px;
}
@media (max-width: 767px) {
  .container-cookie {
    width: calc(100% - 0px);
    padding: 12px 12px;
  }
}

.wrapper-buttons {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 10px 0 0 0;
}
@media (max-width: 567px) {
  .wrapper-buttons {
    flex-direction: column;
  }
}
.wrapper-buttons .btn {
    font-size: 16px;
  padding: 10px 30px;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 567px) {
  .wrapper-buttons .btn {
    width: 100%;
    margin: 0 0 6px 0;
  }
}

.privacy {
  border-bottom: 1px dashed #333;
}

.cookie.hidden {
  display: none;
}

/*--- COOKIE ---*/

/* --- PORTFOLIO-CONTENT ----*/
.portfolio-content {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    background-color: #f9f9f9;
}

.portfolio-content .container {
    padding-top: 50px;
    padding-bottom: 50px;
}

.portfolio-content h2 {
    margin: 0 0 20px 0;
}

@media (min-width: 767px) {
    .portfolio-content h2 {
        font-size: calc(30px + 14 * 100vw / 1900);
    }
}

.portfolio-content a {
    color: #3b9254;
    font-weight: 500;
    border-bottom: 1px dashed #3b9254;
}

.portfolio-content ul {
    margin: 0 0 14px 0;
}

.portfolio-content li {
    position: relative;
    padding: 0 0 0 18px;
    line-height: 1.5;
}
.portfolio-content li::before {
    position: absolute;
    content: '';
    top: 8px;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #3b9254;
    border-radius: 2px 2px;
    transform: rotate(45deg);
}
/* --- PORTFOLIO-CONTENT ----*/

/*--- EXPERT ---*/
button{font:inherit}
.tg-calendar{
  border-top: 1px solid #e1e1e1
}

.tg-calendar h2 {
    margin: 0 0 30px 0;
}

.tg-calendar__header{
  margin: 0 0 40px 0;
}
.tg-calendar__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:12px;
  margin:0 0 14px;
  color:var(--tg-green-dark);
  font-size:13px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.tg-calendar__eyebrow::before,
.tg-calendar__eyebrow::after{
  content:"";
  width:44px;
  height:1px;
  background:#aac39a;
}
.tg-calendar__title{
  margin:0;
  font-size:clamp(38px,5vw,68px);
  line-height:1.03;
  letter-spacing:-.045em;
  font-weight:800;
}
.tg-calendar__lead{
  max-width:980px;
  margin:22px auto 0;
  color:var(--tg-muted);
  font-size:18px;
  line-height:1.65;
}
.tg-calendar__tabs-wrap{
  position:relative;
  margin-bottom:34px;
}
.tg-calendar__tabs{
  display:grid;
  grid-template-columns:repeat(12,minmax(88px,1fr));
  gap:10px;
}
.tg-calendar__tab{
  position:relative;
  min-height:48px;
  border:1px solid var(--tg-line);
  border-radius:11px;
  background:var(--tg-surface);
  color:#5f6460;
  font-weight:650;
  cursor:pointer;
  transition:.22s ease;
  outline:none;
}
.tg-calendar__tab:hover{transform:translateY(-1px);border-color:#cfd7c9}
.tg-calendar__tab:focus-visible{box-shadow:0 0 0 4px rgba(95,150,56,.15)}
.tg-calendar__tab--limited{background:var(--tg-gray-soft)}
.tg-calendar__tab--weather{background:var(--tg-amber-soft);color:#a66f00;border-color:#f1d58b}
.tg-calendar__tab--full{background:#f2f7ef;color:#47782d;border-color:#dce9d5}
.tg-calendar__tab[aria-selected="true"]{
  background:linear-gradient(180deg,#659d40,#4f842f);
  color:#fff;
  border-color:transparent;
  box-shadow:0 12px 24px rgba(70,116,43,.22);
  transform:translateY(-2px);
}
.tg-calendar__tab[aria-selected="true"]::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:-8px;
  width:14px;
  height:14px;
  background:#4f842f;
  transform:translateX(-50%) rotate(45deg);
  border-radius:2px;
}
.tg-calendar__layout{
  display:grid;
  grid-template-columns:360px minmax(0,1fr);
  gap:28px;
  align-items:start;
}
.tg-calendar__sidebar{
  display:grid;
  gap:16px;
}
.tg-card{
  background:rgba(255,255,255,.86);
  border:1px solid var(--tg-line);
  border-radius:var(--tg-radius);
  box-shadow:0 10px 40px rgba(26,38,21,.03);
}
.tg-card--side{
  padding:28px;
}
.tg-card__title{
  margin:0 0 18px;
  font-size:19px;
  line-height:1.25;
}
.tg-card__title-line{
  width:100%;
  height:1px;
  background:var(--tg-line);
  margin:-8px 0 18px;
}
.tg-legend{
  display:grid;
  gap:14px;
}
.tg-legend__item{
  display:grid;
  grid-template-columns:28px 1fr;
  gap:12px;
  align-items:center;
  color:#484d49;
  font-size:15px;
}
.tg-legend__swatch{
  width:24px;height:24px;border-radius:6px;border:1px solid rgba(0,0,0,.05)
}
.tg-legend__swatch--limited{background:linear-gradient(135deg,#eee,#b7b9b6)}
.tg-legend__swatch--weather{background:linear-gradient(135deg,#efbd47,#d79a16)}
.tg-legend__swatch--full{background:linear-gradient(135deg,#78ad4f,#4d812f)}
.tg-factors{
  display:grid;
  gap:14px;
}
.tg-factors__item{
  display:flex;
  gap:12px;
  align-items:flex-start;
  color:#4a504b;
  font-size:15px;
  line-height:1.45;
}
.tg-factors__icon{
  flex:0 0 30px;
  width:30px;height:30px;
  border-radius:10px;
  display:grid;place-items:center;
  background:var(--tg-green-soft);
  color:var(--tg-green-dark);
  font-size:16px;
}
.tg-calendar__panel{
  min-height:510px;
}
.tg-panel{
  padding:42px 48px;
  border-radius:var(--tg-radius);
  background:rgba(255,255,255,.92);
  border:1px solid var(--tg-line);
  box-shadow:var(--tg-shadow);
}
.tg-panel[hidden]{display:none}
.tg-panel__top{
  display:flex;
  gap:22px;
  align-items:center;
  margin-bottom:28px;
}
.tg-panel__icon{
  flex:0 0 88px;
  width:88px;height:88px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:linear-gradient(145deg,#f2f7ee,#e7f0e1);
  color:var(--tg-green-dark);
  font-size:38px;
}
.tg-panel__heading{min-width:0}
.tg-panel__month{
  margin:0;
  font-size:38px;
  letter-spacing:-.03em;
  line-height:1.1;
}
.tg-panel__subtitle{
  margin:7px 0 0;
  color:var(--tg-green-dark);
  font-size:21px;
  font-weight:650;
}
.tg-panel__rule{
  width:min(390px,100%);
  height:1px;
  background:linear-gradient(90deg,#b8d1a8,transparent);
  margin-top:18px;
}
.tg-panel__intro{
  margin:0 0 22px;
  max-width:960px;
  color:#555d57;
  font-size:17px;
  line-height:1.65;
}
.tg-panel__list{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:13px;
}
.tg-panel__item{
  position:relative;
  padding-left:26px;
  font-size:17px;
  line-height:1.55;
}
.tg-panel__item::before{
  content:"";
  position:absolute;
  left:2px;
  top:.72em;
  width:8px;height:8px;border-radius:50%;
  background:var(--tg-green);
}
.tg-panel__note{
  margin:28px 0 0;
  padding-top:22px;
  border-top:1px solid var(--tg-line);
  max-width:980px;
  color:#575f59;
  font-size:16px;
  line-height:1.6;
}
.tg-calendar__notice{
  position:relative;
  overflow:hidden;
  margin-top:32px;
  padding:23px 28px;
  display:flex;
  gap:16px;
  align-items:center;
  background:linear-gradient(90deg,#fbfcf9,#f0f6ec);
  border:1px solid #dfe8d9;
  border-radius:16px;
}
.tg-calendar__notice-icon{
  flex:0 0 38px;
  width:38px;height:38px;
  border:1px solid var(--tg-green);
  color:var(--tg-green-dark);
  border-radius:50%;
  display:grid;place-items:center;
  font-weight:800;
}
.tg-calendar__notice p{
  position:relative;
  z-index:1;
  margin:0;
  color:#4e554f;
  line-height:1.5;
}
.tg-calendar__notice::after{
  content:"";
  position:absolute;
  right:0;bottom:-52px;
  width:240px;height:130px;
  opacity:.26;
  background:
    radial-gradient(ellipse at 10% 60%, transparent 54%, #7ea867 55% 57%, transparent 58%),
    radial-gradient(ellipse at 35% 50%, transparent 54%, #7ea867 55% 57%, transparent 58%),
    radial-gradient(ellipse at 60% 65%, transparent 54%, #7ea867 55% 57%, transparent 58%);
  transform:rotate(-8deg);
}
.tg-calendar__sr-only{
  position:absolute!important;
  width:1px!important;height:1px!important;
  padding:0!important;margin:-1px!important;
  overflow:hidden!important;clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;border:0!important;
}

@media (max-width:1180px){
  .tg-calendar__layout{grid-template-columns:300px minmax(0,1fr)}
  .tg-panel{padding:34px}
  .tg-calendar__tabs{
    display:flex;
    overflow-x:auto;
    padding:4px 2px 14px;
    scrollbar-width:thin;
    scroll-snap-type:x proximity;
  }
  .tg-calendar__tab{
    flex:0 0 112px;
    scroll-snap-align:start;
  }
}
@media (max-width:820px){
  .tg-calendar{padding:42px 16px 56px}
  .tg-calendar__header{margin-bottom:30px}
  .tg-calendar__title{font-size:clamp(34px,10vw,48px)}
  .tg-calendar__lead{font-size:16px;line-height:1.55}
  .tg-calendar__layout{grid-template-columns:1fr}
  .tg-calendar__sidebar{grid-template-columns:1fr 1fr;order:2}
  .tg-calendar__panel{order:1;min-height:0}
  .tg-card--side{padding:22px}
  .tg-panel{padding:28px 24px}
  .tg-panel__icon{width:68px;height:68px;flex-basis:68px;font-size:30px}
  .tg-panel__month{font-size:32px}
  .tg-panel__subtitle{font-size:18px}
  .tg-panel__intro,.tg-panel__item{font-size:16px}
}
@media (max-width:560px){
  .tg-calendar{padding-inline:12px}
  .tg-calendar__header{text-align:left}
  .tg-calendar__eyebrow::before{display:none}
  .tg-calendar__eyebrow::after{width:28px}
  .tg-calendar__lead{margin-top:16px}
  .tg-calendar__tabs-wrap{margin-inline:-12px}
  .tg-calendar__tabs{padding-left:12px;padding-right:12px}
  .tg-calendar__tab{flex-basis:106px;min-height:46px}
  .tg-calendar__sidebar{grid-template-columns:1fr}
  .tg-panel{padding:24px 18px;border-radius:18px}
  .tg-panel__top{gap:14px;align-items:flex-start}
  .tg-panel__icon{width:56px;height:56px;flex-basis:56px;font-size:25px}
  .tg-panel__month{font-size:28px}
  .tg-panel__subtitle{font-size:16px;line-height:1.35}
  .tg-panel__rule{margin-top:12px}
  .tg-calendar__notice{align-items:flex-start;padding:20px}
}
@media (prefers-reduced-motion:reduce){
  *{scroll-behavior:auto!important;transition:none!important}
}