/*font-family: 'Open Sanas', sans-serif;
font-family: 'Oswald', sans-serif*/
/* Делаем первоначальные настройки, подходит для любого проекта. */


html {
    box-sizing: border-box;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    /* Изображение будет адаптироваться под экран, убирает полосу прокрутки на разных размерах экрана */
}

* {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding: 0px;
    margin: 0px;
}

a {
    text-decoration: none;
}

/* Убираем стандартные отступы у элиментов везде*/

body {
    margin: 0 auto;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}

@font-face {
    font-family: 'TildaSans';
    src: url('../fonts/TildaSans-VF.ttf') format('truetype'),
        url('../fonts/TildaSans-VF.woff') format('woff'),
        url('../fonts/TildaSans-VF.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Domine';
    src: url('../fonts/Domine-Bold.ttf') format('truetype'),
        url('../fonts/Domine-Medium.ttf') format('truetype'),
        url('../fonts/Domine-Regular.ttf') format('truetype'),
        url('../fonts/Domine-Regular.ttf') format('truetype');
    font-style: normal;
    font-display: swap;
}


.text-p1 {
    font-family: 'TildaSans', Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-optical-sizing: auto;
}

.text_p {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 700;
    font-size: 14px;
    font-optical-sizing: auto;
    font-weight: 500;
}

.text_p5 {
    font-family: 'TildaSans', Arial, sans-serif;
    font-weight: 700;
    font-size: 14px;
    font-optical-sizing: auto;
    font-weight: 700;
}

.text_p4 {
    color: gray;
    font-size: 14px;
    font-family: 'Montserrat', Arial, sans-serif;
}

.text_header {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 16px;
    font-optical-sizing: auto;
    font-weight: 600;
}

.project_name_h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #808080c7;
}

.menu_nav_text {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #7f8c8d;
}

.title {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 20px;
    font-weight: 600;
}

.h2_about {
    color: #222222;
    font-size: 16px;
    font-weight: 800;
    font-family: 'Inter', Arial, sans-serif;
}

.text_p2 {
    color: gray;
    font-size: 15px;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 800;
}

.title_h3 {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 30px;
    font-weight: 500;
    color: grey;
}

.title_h2 {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 25px;
    font-weight: 500;
}

.title_h4 {
    font-family: 'TildaSans', Arial, sans-serif;
    font-size: 20px;
    font-weight: 500;
    font-optical-sizing: auto;
}

.title_ecology {
    font-family: 'Domine', Arial, sans-serif;
    font-size: 50px;
    font-weight: 800;
}

.text_form_h2 {}

:root {
    --blue-color: #3084bb;
    --green-color: #61cc0c;
    --gray-color: #f8f9fa66;
    --white-color: #FFFFFF;
    --wheat-color: #ffe6b3;
    --dark-green: #0c950c;
}

.icon {
    font-size: 30px;
    color: var(--blue-color);
}

/* Шапка */
.header {
    position: sticky;
    top: 0;
    z-index: 500;
    background-color: var(--white-color);
}

/* Секция с фотографией экология */
.image-quote {
    position: relative;
    background: no-repeat;
    background-size: cover;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url(../image/Главная_2.3.webp) !important;
    background: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 700px;
    margin: 0px auto;
    display: inline-block;
    overflow: hidden;
}

.about_icones {
    display: none;
}

.overlay-text .rectangle {
    display: none;
}

.container {
    max-width: 1300px;
    margin: 0px auto;
}

/* Секция header */
.header-brand {
    display: flex;
    gap: 50px;
    align-items: center;
}

.project_name_h1 span {
    font-size: 41px;

}

.contacts_header {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.logo_container {
    top: 0;
    left: 70px;
    width: 200px;
    height: 200px;
}

.project_name_h1 span {
    background: linear-gradient(135deg, #8cfb34, #308a4c);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    display: inline-block;
}

.contacts_inner_box .link_color {
    background: linear-gradient(135deg, #3084bb 30%, #1a4f6e 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    display: inline-block;
}

.menu_header .li_item {
    color: #3084bb;
    background-clip: text;
    -webkit-background-clip: text;
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
}

.contacts {
    display: flex;
    gap: 30px;
    align-items: center;
}


.header_box {
    margin: 0px auto;
}

.logo_company {
    width: 100%;
    height: 100%;
    /* border-radius: 50%; */
}

.adress {
    color: green;

}

/* Кнопка вызова в верхнем меню */
.box_call-button {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    margin-top: 20px;

}

.call-button {
    display: flex;
    gap: 20px;
    align-items: center;
    font-size: 14px;
    background: #5d9e2c;
    color: white;
    border: none;
    padding: 15px 24px;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.1s ease;
    min-width: 250px;
}


.call-button .fa-phone {
    font-size: 18px;
}

.box_call-button p {
    color: gray;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 14px;
}

.heigth {
    height: 60px;
    width: 1px;
    background: #c0baba78;
}

.call-button:hover {
    background: linear-gradient(135deg, #61cc0c, #349151);

}

.call-button:active {
    transform: translateY(1px);
}



.materialboxed {
    display: block;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    position: relative;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    -webkit-backface-visibility: hidden;
}

.materialboxed:hover:not(.active) {
    opacity: .8;
}

.materialboxed.active {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.button_consultaion {
    z-index: 900px;
}

.header_box {
    max-height: 170px;
}

#materialbox-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #292929;
    z-index: 1000;
    will-change: opacity;
}

.materialbox-caption {
    position: fixed;
    display: none;
    color: #fff;
    line-height: 50px;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0% 15%;
    height: 50px;
    z-index: 1000;
    -webkit-font-smoothing: antialiased;
}

.carousel.scrolling .carousel-item .materialboxed,
.carousel .carousel-item:not(.active) .materialboxed {
    pointer-events: none;
}

.icon_header {
    display: flex;
    font-size: 30px;
    margin-right: 10px;
    background: #e5efe2;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.icon_header .fa {
    background: #5d9e2c;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    display: inline-block;
}

.qr-code {
    display: none;
}

.offece_adress {
    color: #1f9fd0
}

/* Иконка звонка справа , телефон */
.button_call_consultation {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 70px;
    height: 70px;
    background: #22c55e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    z-index: 989;
    box-shadow: 0 8px 20px rgba(34, 197, 94, 0.4);
}

/* Иконка трубки */
.button_call_consultation i {
    color: white;
    font-size: 30px;
    position: relative;
    z-index: 2;
    animation: phoneShake 1.5s infinite;
}

/* Пульсирующие волны */
.button_call_consultation::before,
.button_call_consultation::after {
    content: "";
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(34, 197, 94, 0.4);
    animation: pulse 2s infinite;
    z-index: 1;
}

.button_call_consultation::after {
    animation-delay: 1s;
}

/* Анимация волн */
@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }

    70% {
        transform: scale(1.8);
        opacity: 0;
    }

    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

/* Легкое покачивание трубки */
@keyframes phoneShake {
    0% {
        transform: rotate(0deg);
    }

    15% {
        transform: rotate(15deg);
    }

    30% {
        transform: rotate(-15deg);
    }

    45% {
        transform: rotate(10deg);
    }

    60% {
        transform: rotate(-10deg);
    }

    75% {
        transform: rotate(5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

/* Hover эффект */
.button_call_consultation:hover {
    transform: scale(1.1);
    transition: 0.3s;
}

.burger {
    width: 50px;
    height: 50px;
    cursor: pointer;
    /* При наведениее рука появялется */
    padding: 0px;
    background-color: var(--white-color);
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.burger__line {
    /* Разделяем меню на бургеры */
    display: block;
    width: 36px;
    height: 4px;
    background: linear-gradient(135deg, #8cfb34, #308a4c);
    margin-bottom: 4px;
}

.burger__line:last-child {
    /* Убираем нижний отступ, который прижимает элименты внутри бока к верху */
    margin-bottom: 0;
}

/* Классы взятиые из materiallize */
.sidenav .collapsible,
.sidenav.fixed .collapsible {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.sidenav .collapsible li,
.sidenav.fixed .collapsible li {
    padding: 0;
}

.sidenav .collapsible-header,
.sidenav.fixed .collapsible-header {
    background-color: transparent;
    border: none;
    line-height: inherit;
    height: inherit;
    padding: 0 16px;
}

.sidenav .collapsible-header:hover,
.sidenav.fixed .collapsible-header:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.sidenav .collapsible-header i,
.sidenav.fixed .collapsible-header i {
    line-height: inherit;
}

.sidenav .collapsible-body,
.sidenav.fixed .collapsible-body {
    border: 0;
    background-color: #fff;
}

.sidenav .collapsible-body li a,
.sidenav.fixed .collapsible-body li a {
    padding: 0 23.5px 0 31px;
}

.sidenav {
    position: fixed;
    width: 500px;
    left: 0;
    top: 0;
    margin: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    height: 100%;
    height: calc(100% + 60px);
    height: -moz-calc(100%);
    padding-bottom: 60px;
    background: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    z-index: 999;
    overflow-y: auto;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
    list-style: none;
    padding: 0px;
}

.sidenav.right-aligned {
    right: 0;
    -webkit-transform: translateX(105%);
    transform: translateX(105%);
    left: auto;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.sidenav .collapsible {
    margin: 0;
}

.sidenav li {
    float: none;
    line-height: 48px;
}

.sidenav li.active {
    background-color: rgba(0, 0, 0, 0.05);
}

.sidenav li>a {
    color: rgba(0, 0, 0, 0.87);
    /* display: block; */
    font-family: 'TildaSans', Arial, sans-serif;
    font-size: 16px;
    /* font-weight: 500; */
    height: 48px;
    line-height: 48px;
    padding: 0 32px;
}

.sidenav li>a:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.sidenav li>a.btn,
.sidenav li>a.btn-large,
.sidenav li>a.btn-small,
.sidenav li>a.btn-large,
.sidenav li>a.btn-flat,
.sidenav li>a.btn-floating {
    margin: 10px 15px;
}

.sidenav li>a.btn,
.sidenav li>a.btn-large,
.sidenav li>a.btn-small,
.sidenav li>a.btn-large,
.sidenav li>a.btn-floating {
    color: #fff;
}

.sidenav li>a.btn-flat {
    color: #343434;
}

.sidenav li>a.btn:hover,
.sidenav li>a.btn-large:hover,
.sidenav li>a.btn-small:hover,
.sidenav li>a.btn-large:hover {
    background-color: #2bbbad;
}

.sidenav li>a.btn-floating:hover {
    background-color: #26a69a;
}

.sidenav li>a>i,
.sidenav li>a>[class^="mdi-"],
.sidenav li>a li>a>[class*="mdi-"],
.sidenav li>a>i.material-icons {
    float: left;
    height: 48px;
    line-height: 48px;
    margin: 0 32px 0 0;
    width: 24px;
    color: rgba(0, 0, 0, 0.54);
}

.sidenav .divider {
    margin: 8px 0 0 0;
}

.sidenav .subheader {
    cursor: initial;
    pointer-events: none;
    color: rgba(0, 0, 0, 0.54);
    font-size: 14px;
    font-weight: 500;
    line-height: 48px;
}

.sidenav .subheader:hover {
    background-color: transparent;
}

.sidenav .user-view>a {
    height: auto;
    padding: 0;
}

.sidenav .user-view>a:hover {
    background-color: transparent;
}

.sidenav .user-view .background {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.sidenav .user-view .circle,
.sidenav .user-view .name,
.sidenav .user-view .email {
    display: block;
}

.sidenav .user-view .circle {
    height: 64px;
    width: 64px;
}

.sidenav .user-view .name,
.sidenav .user-view .email {
    font-size: 14px;
    line-height: 24px;
}

.sidenav .user-view .name {
    margin-top: 16px;
    font-weight: 500;
}

.sidenav .user-view .email {
    padding-bottom: 16px;
    font-weight: 400;
}

.sidenav.sidenav-fixed {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    position: fixed;
}

.sidenav.sidenav-fixed.right-aligned {
    right: 0;
    left: auto;
}

@media only screen and (max-width: 992px) {
    .sidenav.sidenav-fixed {
        -webkit-transform: translateX(-105%);
        transform: translateX(-105%);
    }

    .sidenav.sidenav-fixed.right-aligned {
        -webkit-transform: translateX(105%);
        transform: translateX(105%);
    }

    .sidenav>a {
        padding: 0 16px;
    }

    .sidenav .user-view {
        padding: 16px 16px 0;
    }
}

.sidenav .collapsible-body>ul:not(.collapsible)>li.active,
.sidenav.sidenav-fixed .collapsible-body>ul:not(.collapsible)>li.active {
    background-color: #ee6e73;
}

.sidenav .collapsible-body>ul:not(.collapsible)>li.active a,
.sidenav.sidenav-fixed .collapsible-body>ul:not(.collapsible)>li.active a {
    color: #fff;
}

.sidenav .collapsible-body {
    padding: 0;
}

.sidenav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    height: 120vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 997;
    display: none;
}

.sidenav .user-view {
    position: relative;
    padding: 32px 32px 0;
    margin-bottom: 8px;
}

.sidenav .user-view>a {
    height: auto;
    padding: 0;
}

.sidenav .user-view>a:hover {
    background-color: transparent;
}

.sidenav .user-view .background {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.sidenav .user-view .circle,
.sidenav .user-view .name,
.sidenav .user-view .email {
    display: block;
}

.sidenav .user-view .circle {
    height: 64px;
    width: 64px;
}

.sidenav .user-view .name,
.sidenav .user-view .email {
    font-size: 14px;
    line-height: 24px;
}

.sidenav .user-view .name {
    margin-top: 16px;
    font-weight: 500;
}

.sidenav .user-view .email {
    padding-bottom: 16px;
    font-weight: 400;
}

.sidenav .user-view .background {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.circle {
    border-radius: 50%;
}

.collection .collection-item.avatar:not(.circle-clipper)>.circle,
.collection .collection-item.avatar :not(.circle-clipper)>.circle {
    position: absolute;
    width: 42px;
    height: 42px;
    overflow: hidden;
    left: 15px;
    display: inline-block;
    vertical-align: middle;
}

.sidenav .user-view .circle,
.sidenav .user-view .name,
.sidenav .user-view .email {
    display: block;
}

.sidenav .user-view .circle {
    height: 64px;
    width: 64px;
}

.sidenav .user-view .name,
.sidenav .user-view .email {
    font-size: 14px;
    line-height: 24px;
}

.white-text {
    color: #FFFFFF !important;
}

.breadcrumb i,
.breadcrumb [class^="mdi-"],
.breadcrumb [class*="mdi-"],
.breadcrumb i.material-icons {
    display: inline-block;
    float: left;
    font-size: 24px;
}

.material-icons {
    text-rendering: optimizeLegibility;
    -webkit-font-feature-settings: 'liga';
    -moz-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
}

.divider {
    height: 1px;
    overflow: hidden;
    background-color: #e0e0e0;
}

.dropdown-content li.divider {
    min-height: 0;
    height: 1px;
}

.sidenav .divider {
    margin: 8px 0 0 0;
}

.sidenav .subheader {
    cursor: initial;
    pointer-events: none;
    color: rgba(0, 0, 0, 0.54);
    font-size: 14px;
    font-weight: 500;
    line-height: 48px;
}

.sidenav .subheader:hover {
    background-color: transparent;
}

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}

.waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform: scale(0);
    transform: scale(0);
    pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
    background-color: rgba(255, 255, 255, 0.45);
}

.waves-effect.waves-red .waves-ripple {
    background-color: rgba(244, 67, 54, 0.7);
}

.waves-effect.waves-yellow .waves-ripple {
    background-color: rgba(255, 235, 59, 0.7);
}

.waves-effect.waves-orange .waves-ripple {
    background-color: rgba(255, 152, 0, 0.7);
}

.waves-effect.waves-purple .waves-ripple {
    background-color: rgba(156, 39, 176, 0.7);
}

.waves-effect.waves-green .waves-ripple {
    background-color: rgba(76, 175, 80, 0.7);
}

.waves-effect.waves-teal .waves-ripple {
    background-color: rgba(0, 150, 136, 0.7);
}

.waves-effect input[type="button"],
.waves-effect input[type="reset"],
.waves-effect input[type="submit"] {
    border: 0;
    font-style: normal;
    font-size: inherit;
    text-transform: inherit;
    background: none;
}

.waves-effect img {
    position: relative;
    z-index: -1;
}

@media only screen and (min-width: 993px) {
    nav a.sidenav-trigger {
        display: none;
    }
}

nav .sidenav-trigger {
    float: left;
    position: relative;
    z-index: 1;
    height: 56px;
    margin: 0 18px;
}

nav .sidenav-trigger i {
    height: 56px;
    line-height: 56px;
}

@media only screen and (min-width: 601px) {
    nav.nav-extended .nav-wrapper {
        min-height: 64px;
    }

    nav,
    nav .nav-wrapper i,
    nav a.sidenav-trigger,
    nav a.sidenav-trigger i {
        height: 64px;
        line-height: 64px;
    }

    .navbar-fixed {
        height: 64px;
    }
}

.breadcrumb i,
.breadcrumb [class^="mdi-"],
.breadcrumb [class*="mdi-"],
.breadcrumb i.material-icons {
    display: inline-block;
    float: left;
    font-size: 24px;
}

nav i,
nav [class^="mdi-"],
nav [class*="mdi-"],
nav i.material-icons {
    display: block;
    font-size: 24px;
    height: 56px;
    line-height: 56px;
}

nav .brand-logo i,
nav .brand-logo [class^="mdi-"],
nav .brand-logo [class*="mdi-"],
nav .brand-logo i.material-icons {
    float: left;
    margin-right: 15px;
}

nav ul a.btn>.material-icons,
nav ul a.btn-large>.material-icons,
nav ul a.btn-small>.material-icons,
nav ul a.btn-large>.material-icons,
nav ul a.btn-flat>.material-icons,
nav ul a.btn-floating>.material-icons {
    height: inherit;
    line-height: inherit;
}

.input-field input[type=search]:focus:not(.browser-default)+label i,
.input-field input[type=search]:focus:not(.browser-default)~.mdi-navigation-close,
.input-field input[type=search]:focus:not(.browser-default)~.material-icons {
    color: #444;
}

.input-field input[type=search]~.mdi-navigation-close,
.input-field input[type=search]~.material-icons {
    position: absolute;
    top: 0;
    right: 1rem;
    color: transparent;
    cursor: pointer;
    font-size: 2rem;
    -webkit-transition: .3s color;
    transition: .3s color;
}

/* Стили для иконок */
.sidenav .fas {}

.sidenav a {
    text-decoration: none;
}

/* Стили для окна телефона */
.consult-icon {
    width: 90px;
    height: 90px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    box-shadow:
        0 10px 30px rgba(82, 185, 71, 0.18),
        inset 0 2px 8px rgba(255, 255, 255, 0.7);

    background: white;
}

.consult-icon svg {
    width: 90px;
    height: 90px;
}

/* Стили для открвающегося бокового окна */
.sidenav {}

.consultation-sidenav {}

.consultation {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 5%;
    max-width: 310px;
    left: 15%;
    /* margin: 0px auto; */

}

.checkbox-container .text_p2 {
    font-size: 16px;
}

.consultation h2 {
    color: white;
    font-size: 19px;
    text-align: center;
    font-family: 'Inter', Arial, sans-serif;
    margin-bottom: 15px;
}

.close_company {
    display: grid;
    grid-template-columns: 0.9fr 0.1fr;
    align-items: normal;
    height: 170px;
}

.close_company_menu {
    display: grid;
    grid-template-columns: 2fr 1fr;
    align-items: normal;
    height: 170px;
    margin-top: 15px;
    justify-items: anchor-center;
}

.consultation .logo_container {
    width: 200px;
    height: 200px;
    margin-left: 50px;
}

.consultation .logo_company {
    width: 100%;
    height: 100%;
    border-radius: 15%;
}

.consultation p {
    color: white;
    font-size: 14px;
    font-family: 'Inter', Arial, sans-serif;
    text-align: left;
    margin-bottom: 10px;
}

.consultation .text_p4 {
    color: #fff;
    font-size: 12px;
    font-family: 'Montserrat', Arial, sans-serif;
}

.consultation .checkbox_button {
    background: #5d9e2c;
    border: 1px solid #0ca734;
}

.checkbox-container input {
    width: 50px;
    height: 25px;
}

/* Стили для иконки закрыть */
.button_close {
    display: flex;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    line-height: 30px;
    color: white;
    text-decoration: none;
    transition: background-color 0.3s ease;
    /* Плавный переход */
}

.button_close .icon {
    color: #fff;
    font-size: 17px;
}

.sidenav-close_box .sidenav-close:hover {
    background-color: rgba(0, 0, 0, 0.429);
    /* Чёрный круг при наведении */
}

.footer-links .title_logo_container {
    display: flex;
    justify-content: center;
    margin: 0px;
}

.button_w {
    display: flex;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    line-height: 30px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    background-color: rgba(0, 0, 0, 0.429);
    /* Плавный переход */
}

.sidenav-close_box .button_w:hover {
    background-color: white;
    /* Чёрный круг при наведении */
}

.button_w .icon {
    color: #fff;
    font-size: 17px;
}

.button_w .icon:hover {
    color: rgba(0, 0, 0, 0.429);
}


.number_icone {
    display: grid;
    grid-template-columns: 0.3fr 1fr;
}

.consultation-sidenav_menu .button_close {
    background: none;
}

/* Коне кнопки */
.support-box {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    background: #fff;
    border-bottom-right-radius: 17px;
    border-bottom-left-radius: 17px;
    padding: 10px 10px;
    max-width: 450px;
    width: 100%;

}

.support-box .icon_header {
    background: #e4efdd;
}

.support-box h3 {
    font-size: 16px;
    margin-bottom: 15px;
    color: gray;
    font-family: 'Inter';
}

/* Стили для ссылок */
/* Стили для бокового окна header */
.consultation-sidenav_menu {
    background: #fff;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.title_logo_container {
    margin-top: 15px;
    margin-left: 15px;
    display: flex;
    align-items: center;
    gap: 25px;
}

.logo_text .project_name_h1 {
    font-size: 16px;
}

.li_sidenav {
    display: flex;
    gap: 10px;
    padding-left: 15px;
    align-items: center;
}

.icone_sidenav {
    width: 30px;
    height: 30px;
    text-align: center;
    margin-bottom: 10px;
}

.icone_sidenav .icon {
    font-size: 25px;
    color: gray;
}

.a_menu {
    color: gray;
    font-size: 12px;
    font-family: 'Inter', Arial, sans-serif;
    font-weight: 500
}

.menu_ul {
    list-style: none;
    padding: 0px;
    max-width: 360px;
    width: 100%;
    margin: 0px;
    margin-left: 10px;
    margin-top: 10px;
}

.support_content {}

.title_logo_container .logo_text .project_name_h1 {
    font-size: 20px;
}

.support-box_contacts {
    max-width: 350px;
    padding: 15px 15px 15px 15px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 22px;
    box-shadow:
        0 4px 10px rgba(0, 0, 0, 0.04),
        0 12px 30px rgba(0, 0, 0, 0.06);
    backdrop-filter: blur(14px);
    margin-left: 15px;
}

.support-box_contacts h4 {
    font-size: 16px;
    color: gray;
    margin-bottom: 15px;
}

.navBurger {
    display: none;
}

.support-details {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
}

.support_content .no-underline {
    text-decoration: none;
    color: #222222;
    font-size: 14px;
    font-family: 'Inter', Arial, sans-serif;
}

.support_content p {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Inter', Arial, sans-serif;

}

.support-details .icon_header {
    width: 50px;
    height: 50px;
}

.li_sidenav:hover {
    background: rgba(46, 125, 50, .08);
}

.a_menu:hover {
    color: #61cc0c;
}

.li_sidenav {
    position: relative;
    transition: all 0.3s ease;
    /* Плавный переход для всех свойств */
}

/* Подсвечиваем текст ссылки внутри */
.li_sidenav:hover .a_menu {
    color: #5d9e2c;
}

/* Подсвечиваем иконку внутри */
.li_sidenav:hover .fas {
    color: #5d9e2c;
}

.vertical-line {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 51px;
    width: 7px;
    background: transparent;
    transition: background-color 0.3s ease;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}

.li_sidenav:hover .vertical-line {
    background: #5d9e2c;
    /* Цвет линии при наведении */
}

/* Секция с пунктами меню */
.main-nav {
    position: sticky;
    top: 0;
    z-index: 5;
    background-color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-bottom: 4px solid #61cc0c;
}

.container_nav {
    margin: 0px auto;
}

.menu {}

.menu_header {
    display: flex;
    justify-content: center;
    list-style: none;
    text-transform: uppercase;
    gap: 30px;
    margin: 0;
    padding: 15px 0;
    flex-wrap: wrap;
}

/* Стили для выпадающего меню */


/* Мегаменю */
.dropdown-parent {
    position: static;
}

.mega-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 100vw;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
    padding: 35px;
    background: #fff;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .15);
    opacity: 0;
    visibility: hidden;
    transition: .25s ease;
    z-index: 1000;
    max-height: calc(100vh - 270px);
    overflow-y: auto;
    overflow-x: hidden;
}

.dropdown-parent:hover .mega-menu {
    opacity: 1;
    visibility: visible;
}

.mega-column h3 {
    font-family: 'Montserrat', Arial, sans-serif;
    margin-bottom: 15px;
    font-size: 18px;
    color: #1c1c1c;
    border-left: 3px solid #2ba84a;
    padding-left: 10px;
}

.mega-column {
    display: flex;
    flex-direction: column;
}

.mega-column a {
    display: flex;
    align-items: center;

    min-height: 52px;
    padding: 12px 16px;
    margin-bottom: 10px;

    background: #fff;
    border: 1px solid #e4e9ec;
    border-radius: 8px;

    color: #3084bb;
    text-decoration: none;

    transition: .2s ease;
}

.mega-column a:hover {
    border-color: #61cc0c;
    background: #f8fcf6;
    color: #2ba84a;
}

.li_item a {
    text-decoration: none;
    color: #3084bb
}

.li_item:hover,
.li_item:active {
    outline: 2px solid #61cc0c;

}

.link_color {
    color: var(--blue-color);
    text-align: center;
}

.no-underline {
    text-decoration: none;
    color: green;
    font-size: 16px;
}

/* Стили для выпадающего меню конец */
/* Выпадающее меню */
.mega-menu--safety {
    display: block;
    padding: 35px 50px;
}

.mega-column--safety {
    width: 100%;
}

.safety-menu__links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px 30px;
}

.safety-menu__links a {
    display: flex;
    align-items: center;
    min-height: 60px;
    margin-bottom: 0;
    padding: 14px 18px;

    background-color: #f7f9fa;
    border: 1px solid #e4e9ec;
    border-radius: 8px;

    line-height: 1.4;
}

.safety-menu__links a:hover {
    padding-left: 23px;
    background-color: #f1f8ed;
    border-color: #61cc0c;
}

@media (max-width: 1100px) {
    .safety-menu__links {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 700px) {
    .mega-menu--safety {
        padding: 25px 20px;
    }

    .safety-menu__links {
        grid-template-columns: 1fr;
    }
}


.background_box {
    /* width: 100%; */
    /* занимает всю ширину контейнера */
    /* height: 100%; */
    /* занимает всю высоту контейнера */
    /* object-fit: cover; */
    /* заполняет контейнер с обрезкой краёв */
    /* display: block; */
    /* убирает отступ снизу */
}

.button_call {
    margin-left: 30px
}

/* Закрыл секцию */

.clients_icone {
    /* background-color: #edeeef; */
    background-color: #fff;
}

.h2_title {
    text-align: center
}

.icons_group {
    display: flex;
    justify-content: center;
    max-width: 1410px;
    margin: auto;
    gap: 100px;
}

.icone_size {
    width: 150px;
    height: 100px;
}

.h2_title {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    display: block;
    background-color: wheat;
    padding-top: 15px;
    padding-bottom: 15px;
}

.container_clients {
    text-align: center;
    margin: auto;
    margin-top: 15px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #1f9fd0;
}

.icone_size {
    stroke: #000;
    stroke-width: 10px;
}


/* Для  текста под оверлеем */
.overlay-text {
    position: absolute;
    top: 20%;
    left: 67%;
    transform: translate(-50%, -50%);
    width: 80%;
    padding: 20px;
    color: white;
    text-align: center;
    z-index: 1;
    max-width: 1500px;
}

.container_image-quote {
    position: absolute;
    display: flex;
    justify-content: center;
    backdrop-filter: blur(4px);
    left: 2%;
    top: 154%;
    gap: 15px;
}

.text_title_ecology {
    width: 1100px;
    text-align: left;
    backdrop-filter: blur(4px);
}

.effect_image .advantage-icon {
    color: #69b42e;
    flex-shrink: 0;
    margin-top: 2px;
    width: 50px;
    height: 50px;
}

.effect_image p {
    font-size: 16px;
    line-height: 1.4;
    color: white;
}

.effect_image {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    max-width: 300px;
}

.effect_image p {
    font-size: 20px;
    line-height: 1.4;
    color: white;
    font-family: 'Domine', Arial, sans-serif;
    text-align: start;
}

.h2_image-quote {
    position: absolute;
    width: 1000px;
    top: 98%;
    backdrop-filter: blur(4px);
}

.h2_image-quote h2 {
    font-size: 23px;
    font-family: 'Domine', Arial, sans-serif;
    text-align: justify;
    font-weight: 800;
}

.h2_image-quote h2 span {
    color: #61cc0c
}

/* Стили для текста под оверлеем */

.info-section {
    position: absolute;
    top: 12%;
    /* left: 50%; */
    /* width: 80%; */
    padding: 20px;
    color: white;
    text-align: center;
    z-index: 1;
    min-height: 350px;
    background-color: white;
    width: 350px;
}

.contact-info-title {
    font-family: 'TildaSans', Arial, sans-serif;
    font-size: 14px;
    color: #000
}

/* Стили для заимствованные с обратной формой */

.row_flex {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Стили для окна формы обратной связи */
.feedback-form {
    position: absolute;
    max-width: 350px;
    margin: 50px auto;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    top: 8%;
    left: 3%;
}

.h2_tltle {
    text-align: center;
    color: #333;
    margin-bottom: 15px;
    font-size: 16px;
    font-family: 'TildaSans', Arial, sans-serif;
}

.text_p2 span {
    color: #007bff;
    font-weight: bold;
}

input[type="text"],
input[type="tel"],
select {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
}

.phone-container {
    display: flex;
    gap: 5px;
}

.phone-container select {
    flex: 0 0 60px;
}

.checkbox-container {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    margin-top: 15px;
}

label {
    font-size: 14px;
    color: #666;
}

.checkbox_agreement {
    color: #007bff;
    text-decoration: none;
}

.checkbox_button {
    width: 100%;
    padding: 12px;
    background: linear-gradient(135deg, #61cc0c, #349151);
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    border-radius: 10px;
}


.contact-info-title {
    margin-bottom: 15px
}

.text_aline {
    color: green;
    margin-bottom: 15px;
}

.text_form_h2 {
    font-size: 20px;
    font-family: 'Montserrat';
    line-height: 24px;
    font-weight: 700;
}

.iti {
    position: relative;
    display: inline-block;
    width: 100%;
}

/* Класс взятый из сторонний библиотки, отвечающий за размер кнопки с номерами телефонов в секции с формой  */

/* Секция о нас */


.about {
    padding-top: 250px;
    padding-bottom: 30px;
    position: relative;
}

.about_info {
    position: absolute;
    top: -58px;
    left: 50%;
    transform: translate(-50%);
    max-width: 1300px;
    width: 100%;
    background-color: #F7F7F7;
    min-height: 200px;
    padding: 39px 28px;
    box-sizing: border-box;
    border-radius: 12px;
    box-shadow:
        0 2px 4px rgba(0, 0, 0, 0.04),
        0 6px 12px rgba(0, 0, 0, 0.06);
    border: 1px solid #80808099;
}

.inner_box_pl {}

.about_flex {
    display: flex;
    margin: 0px auto;
    gap: 15px;
}

.abot_item {
    text-align: center;
    max-width: 250px;
}

.about_h3 {
    color: #61cc0c;
    font-size: 26px;
    font-family: 'Russo One', Arial, sans-serif;
    font-weight: 400;
    margin-bottom: 6px;
    transition: all 0.3s ease
}

.static {
    color: #61cc0c;
}

.block_text {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: white;
    border-radius: 12px;
}

.li_decoration .h2_about {
    color: #222222;
    font-size: 12px;
    font-weight: 700;
    font-family: 'Inter', Arial, sans-serif;
    margin-top: 15px;
}

.rectangle {
    width: 97px;
    height: 6px;
    background-color: #61cc0c;
    margin: auto;
    margin-bottom: 6px;
}

.features_text {}

.abot_item {
    align-items: start;
    /* Выравнивание по верхнему краю */
    margin-bottom: 30px;
}

.icon--with-text {
    grid-row: 1 / -1;
    /* Занимает всю высоту контейнера */
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon--with-text i {
    font-size: 24px;
    color: #2e8b57;
    /* Зелёный цвет (морской зелёный) */
    background-color: white;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    /* Лёгкое скругление углов */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    /* Лёгкая тень */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    /* Плавные переходы */
}

.icon--with-text i:hover {
    transform: scale(1.05);
    /* Увеличение при наведении */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    /* Усиление тени при наведении */
}

/* Начало секции с карточками и кнопкой  */

.box_container {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 30px;
}

.block_advantages {
    max-width: 550px;
    border: 3px solid gray;
    border-radius: 18px;
}



.advantages-grid {
    display: grid;
    margin: 0px auto;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 21px;
}

.advantage-item {
    display: flex;
    text-align: left;
    padding: 10px 10px 10px 10px;
    background-color: #ffffffb5;
    align-content: center;
    width: 250px;
    margin: 0px auto;
    gap: 10px;
    align-items: center;
    border: 1px solid #8080801c;
}

.advantage-item:hover {
    background: rgba(46, 125, 50, .08);
}

.advantage-item:hover .icWrap {
    background: white;
}


.advantage-item .text_p5 {
    color: #8080809e;
}

.text_p5 span {
    font-size: 16px;
    font-weight: 1000;
    color: black;
}

.icWrap {
    text-align: center;
    min-width: 50px;
    background: #e5efe2;
    height: 50px;
    border-radius: 15px;
}

.service-card {
    background: white;
    border-radius: 28px;
    height: 100%;
    width: 100%;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    margin-left: 15px;
}

.services-pricing {
    max-width: 400px;
    border: 3px solid gray;
    border-radius: 18px;
}


.cta-section-with-icons {
    background: linear-gradient(14deg, #f8f9fa 0%, #e8edf5 100%);
    text-align: center;
    border-radius: 16px;
    max-width: 450px;
    height: 470px;
    margin-top: 25px;
    position: relative;
    border: 3px solid;
}

.responsive-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.responsive-image_2 {
    display: none;
}

.activity-showcase {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url(../image/047dafdc-4955-473c-a2d0-8f6574bdfc31.jpg);
    background-size: cover;
    width: 100%;
    min-height: 700px;
}

.h2_advantages {
    text-align: center;
    font-size: 20px;
    font-family: 'Russo One', Arial, sans-serif;
    font-weight: 400;
    color: gray;
    margin-top: 10px;
}

.h2_advantages span {
    color: #61cc0c;
}

.advantage-item .icon {
    margin-top: 15px;
    font-size: 25px;
    color: #5d9e2c;
}


.advantage-item .text_p5 {
    font-size: 12px;
}

/* Секция Партнеры */

.grid_cooperate {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    /* 5 колонок → 4 ряда для 20 логотипов */
    gap: 24px;
    /* расстояние между логотипами */
    padding: 20px;
    align-items: center;
    /* вертикальное выравнивание содержимого ячеек */
}

.cooperate_item {
    background-color: #f8f9fa;
    /* опционально: фон для единообразия */
    border-radius: 12px;
    /* скругление */
    padding: 16px;
    /* внутренний отступ вокруг лого */
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
}

.img_cooperate {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    /* сохраняет пропорции, логотип вписывается в ячейку */
    display: block;
}

/* Секция с карточками */

.h2-wrapper {
    text-align: center;
    color: gray;
}

.section-title {
    text-align: center;
    font-size: 2.2rem;
    color: #2c3e50;
    margin-bottom: 40px;
}

.cards-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    /* Расстояние между карточками */
    margin: 0 auto;
    max-width: 1600px;
}

.service-list span {
    color: #5d9e2c;
}

.splide {
    max-width: 1250px;
    margin: 0 auto;
}

/* Карточки 240px */
.splide__slide {
    width: 240px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 10px;
}

/* Scrollbar */
.scrollbar {
    position: relative;
    height: 6px;
    background: #ddd;
    margin-top: 15px;
    border-radius: 3px;
}

.scrollbar__thumb {
    position: absolute;
    height: 100%;
    width: 80px;
    background: #333;
    border-radius: 3px;
    left: 0;
    cursor: pointer;
    transition: left 0.3s ease;
}

.splide__size {
    padding-bottom: 15px;
    padding-top: 15px;
}

.about_icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #e9f7ef;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.about_icon i {
    font-size: 28px;
    color: #2e8b57;
}

/* Стили для секии about_icone */
.about_icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    background: linear-gradient(135deg, #2e7d32, #66bb6a);

    box-shadow:
        0 10px 25px rgba(46, 125, 50, 0.25),
        inset 0 2px 8px rgba(255, 255, 255, 0.25);

    position: relative;
    overflow: hidden;

    transition: all 0.35s ease;
}

/* Лёгкое свечение */
.about_icon::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;

    background:
        radial-gradient(circle at top left,
            rgba(255, 255, 255, 0.35),
            transparent 55%);
}

/* Иконка */
.about_icon i {
    font-size: 34px;
    color: #fff;

    position: relative;
    z-index: 2;

    transition: transform 0.35s ease;
}

/* Стили для кнопок выбора карточек */


.services-list {
    list-style: none;
    padding: 0;
    margin: 0px;
    margin-top: 10px;
}

.services-list li:last-child {
    margin-bottom: 0;
}

.service-name {
    display: block;
    margin-bottom: 15px;
}

.li_decoration {
    min-height: 120px;
    padding-left: 14px;
    padding-right: 14px;
    border: 1px solid #80808040;
    padding-top: 10px;
    width: 320px;
}

.li_decoration .text_header {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 14px;
    font-optical-sizing: auto;
    font-weight: 600;
    background: #e5efe2;
}

.li_decoration:nth-child(1) {
    border-radius: 10px 10px 0 0;
}

.li_decoration:nth-child(3) {
    border-radius: 0 0 15px 15px;
    padding-bottom: 25px;
}

/* Адаптивность для мобильных устройств */

/* Иконки в секции */
.eco-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 12px;
}

/* Стили для каждой иконки */
.eco-icon {
    text-align: center;
    width: 100px;
    transition: transform 0.3s ease, color 0.3s ease;
    color: #b7bbb4;
    /* Зелёный — экологичный цвет */
    cursor: pointer;
    font-size: 45px;
    margin-bottom: 10px;
    margin: 0px auto;
}

/* Эффект при наведении */
.eco-icon:hover {
    transform: scale(1.1);
    color: #61cc0c;
    /* Более тёмный зелёный */
}


/* Подпись под иконкой */
.eco-icon p {
    margin: 0;
    font-size: 14px;
    color: #333;
}

.swiper-container {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
}

/* Базовая стилизация карточки */

.services-list {
    list-style: none;
    display: flex;
    flex-direction: column;
}

.service-price {
    font-size: 16px;
    font-weight: 900;
    color: #5d9e2c;
    margin: 6px 0 4px;
}

/* Стрелки Swiper */
/* .swiper-button-next, 
.swiper-button-prev {
    background: #2c3e66;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    color: white;
    --swiper-navigation-size: 22px;
}
*/
.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px;
    font-weight: bold;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: #1f2f4f;
}

/* Пагинация */
.swiper-pagination-bullet {
    background: #cbd5e1;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #5d9e2c;
    border-radius: 8px;
}

/* Адаптивные отступы для малых экранов */
@media (max-width: 768px) {
    .swiper-container {
        padding: 0 20px;
    }

    .service-card {
        padding: 18px 16px 22px;
    }

    .service-name {
        font-size: 1rem;
    }

    .service-price {
        font-size: 1.05rem;
    }
}

/* ===== ГЛАВНОЕ: при ширине < 776px карточка не растягивается ===== */


/* Дополнительная адаптация для очень узких экранов */
@media (max-width: 480px) {
    .service-card {
        padding: 16px 14px 20px;
    }

    .li_decoration {
        padding-left: 10px;
    }
}

/* Конец секции с иконками */

.service-list {
    position: absolute;
    text-align: start;
    width: 350px;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 70px;
    top: -2%;
    margin-left: 25px;
}

/* Начало секции с предложение */

.icon-row {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.icon-row i {
    font-size: 24px;
    color: #666;
}

.discount_text {
    font-family: 'Montserrat', Arial, sans-serif;
}

.discount_text .fa-check {
    font-weight: 900;
    margin-right: 15px;
    color: green;
    font-size: 20px;
}

.cta-section-with-icons h3 {
    margin-bottom: 10px;
    color: #333;
}

.cta-section-with-icons p {
    color: #4b4a4a;
    margin-bottom: 10px;
    font-size: 14px;
    font-family: 'Montserrat';
}

.discount {
    color: #e74c3c;
    font-weight: bold;
}

.icon-inline {
    margin: 0 8px;
    color: #61cc0c;
}

.cta-button {
    display: inline-block;
    background: #5d9e2c;
    color: white;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s;
    margin-top: 15px;
    border-radius: 12px;
    width: 250px;
    font-size: 16px;
    padding: 10px 10px 10px 10px;
    text-align: center;
}

.special {
    color: red
}

.cta-button i {
    margin-right: 8px;
}



/* Конец секции с предложением */

/* Секция с партнерами */

.confidentiality-section {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #f5f7f6;
}

/* Заголовок */
.title_clients {
    text-align: center;
}

.title span {
    color: #22c55e;
}

.subtitle_clients {
    text-align: center;
    margin-top: 12px;
    color: #4b5563;
    line-height: 1.6;
    font-size: 16px;
}

/* Зеленый блок */
.highlight {
    display: flex;
    align-items: center;
    background: #166534c7;
    color: #fff;
    padding: 18px 14px;
    border-radius: 14px;
    text-align: center;
    margin: 30px 0;
    gap: 30px;
}

/* Карточки 240px */
.splide__slide {
    width: 240px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 10px;
}

/* Scrollbar */
.scrollbar {
    position: relative;
    height: 6px;
    background: #ddd;
    margin-top: 15px;
    border-radius: 3px;
}

.scrollbar__thumb {
    position: absolute;
    height: 100%;
    width: 80px;
    background: #333;
    border-radius: 3px;
    left: 0;
    cursor: pointer;
    transition: left 0.3s ease;
}

.features_text {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.splide_icone {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background: #e5efe2;
    border-radius: 50%;
    margin-bottom: 50px;
}

.feature i {
    font-size: 34px;
    color: #5d9e2c;

}

.feature p {}

.feature p {
    text-align: left;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Montserrat', Arial, sans-serif;
    background: #eef7f1;
}

.feature h3 {
    font-size: 17px;
    text-align: left;
    font-family: 'Montserrat', Arial, sans-serif;
    text-align: left;
}

.feature .rectangle {
    width: 90px;
    height: 3px;
    background: #5d9e2c;
    margin-left: 0px;
}

.feature:nth-child(3) h3 {
    margin-right: 70px;
}

.splide__size {
    padding-bottom: 15px;
    padding-top: 15px;
}

/* Подзаголовок */
.partners-title {
    text-align: center;
    color: #6b7280;
    margin-top: 40px;
    font-family: 'Montserrat', Arial, sans-serif;
}

.partners-subtitle {
    text-align: center;
    font-size: 22px;
    color: #22c55e;
    margin-bottom: 30px;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 600;
    font-size: 16px;
}

.icone_splide {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid white;
}

.cta p {
    margin-left: 350px;
}

.highlight p {
    margin-left: 100px;
}

.icone_splide p {
    margin-top: 10px;
}


/* Адрес занимает всю вторую строку */


.icone_splide .fa {
    font-size: 21px;
}

.details_company h5 {
    margin-bottom: 25px;
    height: 64px;
}

/* Сетка карточек */


.card_company {
    width: 240px;
    height: 160px;
    background: #fff;
    border-radius: 16px;
    padding: 24px 16px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
    border: 1px solid #80808063
}

.icone_splide p {
    text-align: left;
}

.card_company:hover {
    transform: translateY(-5px);
}

.icon_card {
    width: 64px;
    height: 64px;
    margin: 0 auto 12px;
    border-radius: 50%;
    background: rgba(34, 197, 94, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ph-dots-three-outline {
    margin-top: 25px
}

.icon_card i {
    font-size: 32px;
    color: #22c55e;
}

.card_company p {
    font-size: 15px;
    color: #000;
    font-family: 'Montserrat', Arial, sans-serif
}

/* Блок доверия */
.trust {
    margin-top: 40px;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 14px;
    background: #eef7f1;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Montserrat', Arial, sans-serif;
}

.card_arm {
    max-width: 900px;
    margin: 0px auto
}

.trust span {
    color: #16a34a;
}

/* 3 преимущества */
.features {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    gap: 20px;
    max-width: 1100px;
    margin: 0px auto;
}

.feature {
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    flex: 1;
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    gap: 15px;
    max-width: 350px;
    height: 340px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.featuresSwiper {
    max-width: 900px;
    margin: 0px auto;
}

.swiper-wrapper {
    margin-top: 20px;
}

/* Текст ниже */
.note {
    text-align: center;
    margin: 20px 0;
    color: #374151;
}

/* Финальный CTA */
.cta {
    display: flex;
    align-items: center;
    margin-top: 30px;
    background: #14532dad;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 14px;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Montserrat', Arial, sans-serif;
    gap: 30px;

}

/* Секция с формой обратной */

.media-form-section p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 25px;
    font-family: 'Inter', sans-serif;
}

.media-form-section input,
.media-form-section textarea,
.media-form-section button {
    border: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 23px;
}

.media-form-section textarea {
    width: 100%;
    resize: none;
    padding: 10px 20px;
    margin-bottom: 25px;
}

.media-form-section button {
    background: #5d9e2c;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
    line-height: 23px;
    text-align: center;
    letter-spacing: 0.15em;
    color: #fff;
    text-transform: uppercase;
    width: 190px;
    height: 55px;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    transition: 0.5s all;
}

.formmedia-form-section button:hover {
    opacity: 0.8;
}

.form_inner {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}

.form_inner input {
    padding: 18px 20px;
    height: 50px;
}

/* Начало секции офисом */

.form {}

.media-form-section {
    background: linear-gradient(14deg, #f8f9fa 0%, #e8edf5 100%);
    border-bottom: 3px solid #80808030;
    border-top: 3px solid #80808030;
}

.image-and-feedbac {
    display: flex;
}

#contact-form {
    scroll-margin-top: 225px;
    /* высота шапки + небольшой запас */
}

.offece_foto {
    max-width: 1100px;
    width: 100%;
}

.cta-section {
    display: flex;
    width: 500px;
    margin: 0px auto;
    flex-direction: column;
    gap: 12px;
    margin-top: 12px;
}

.media-form-section span {
    color: #61cc0c;
    font-size: 20px;
    font-family: 'Russo One', sans-serif;
}

/* Подвал сайта */
.footer {
    background-color: #f8f9fa;
    padding: 40px 0;
    color: #333;
    font-family: Arial, sans-serif;
}

.footer-container {
    display: flex;
    font-family: 'Montserrat', sans-serif;
    justify-content: space-between;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 20px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.details_company {}

.footer-column_left {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    /* 3 колонки одинаковой ширины */
    grid-template-rows: auto auto;
    /* 2 строки, высота по содержимому */
    gap: 20px;
    /* Отступы между секциями */
    width: 100%;
}

.adress_h5 {
    grid-column: 1 / 4
}

.footer-column {
    flex: 1;
    min-width: 250px;
    margin-bottom: 20px;
}

.footer-column_left p {
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 10px;
}

.footer-column_right {
    text-align: right;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #555;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #007bff;
    text-decoration: underline;
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
    }

    .footer-column_right {
        text-align: left;
        margin-top: 20px;
    }
}

/* Стили до 1600px */

/* Адаптируем шапку под размеры экрана (max-width: 1600px) */
@media screen and (max-width: 1600px) {
    .header_box {
        max-height: 180px;
        height: 100%;
    }

    .menu_nav_text {
        font-size: 12px;
    }

    .text_header {
        font-size: 12px;
    }

    .logo_container {
        width: 200px;
        height: 200px;
    }

    .icon_header {
        font-size: 20px;
        margin-right: 10px;
    }

    .qr-code {
        width: 50px;
        height: 50px;
    }

    .call-button {
        border: none;
        padding: 12px 24px;
        width: 150px;
    }

    .li_item {
        font-weight: 500;
        padding: 0px;
    }
}

/* Адаптируем секцию с цитатой под размеры экрана 1600px */

@media screen and (max-width: 1600px) {

    .overlay-text {
        top: 16%;
    }

    .image-quote {
        min-height: 600px;
    }

    .text_p2 {
        font-size: 12px;
    }

    .feedback-form {
        top: 0%;
        left: 3%;
    }

    .title_ecology {
        font-size: 35px;
    }

    .text_title_ecology {
        width: 1000px;
    }
}

/* Адаптируем центральную секцию под размер 1600px */

@media screen and (max-width: 1600px) {
    .discover-benefits {
        padding-bottom: 100px;
    }

    .block_advantages .h2_advantages {
        margin-bottom: 55px;
    }

    .box_container {
        display: grid;
        /* grid-template-rows: 1fr 1fr; */
        /* Две равные строки */
        grid-template-columns: 1.5fr 1fr;
        /* Два равных столбца */
        max-width: 1300px;
        margin: 0px auto;
    }

    .block_advantages {
        grid-column: 1 / -1;
        padding: 10px;
        border: none;
        max-width: 1300px;
        margin: 0px auto;
    }

    .h2_advantages {
        text-align: center;
        font-size: 30px;
        font-family: 'Russo One', Arial, sans-serif;
        font-weight: 400;
        color: gray;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .advantage-item .text_p5 {
        font-size: 14px;
    }

    .advantages-grid {
        display: grid;
        margin: 0px auto;
        grid-template-columns: repeat(5, 1fr);
        gap: 7px;
    }

    .services-pricing {
        max-width: 800px;
        justify-self: end;
    }

    .cta-section-with-icons {

        max-width: 450px;
        position: relative;
        justify-self: right;
    }

    .services-list {
        /* margin-left: 50px; */
    }
}

/* Секция с бегущими цифрами под размер 1600px */

@media screen and (max-width: 1600px) {
    .about {
        padding-top: 210px;
        position: relative;
    }

    .about_info {
        min-height: 200px;
        padding: 20px 20px;
        box-sizing: border-box;
        top: -19%;
    }

    .about_flex {
        margin-top: 15px;
    }
}

/* Убираем изображение на разрешении экрана 1600px из секции с обратной формой*/
@media screen and (max-width: 1600px) {
    .offece_foto {
        display: none;
    }

    .cta-section {
        margin-bottom: 20px;
    }

}

/* Конец стилей для разрешения 1600px */


/* Стили для экрана размером  1402px */
/* Делаем три картчоки в одной секции, вторую секцию объединяем */
@media screen and (max-width: 1402px) {
    .container {
        max-width: 1000px;
        margin: 0px auto;
    }

    .box_container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        max-width: 1000px;
        margin: 0px auto;
    }

    .block_advantages {
        padding: 10px;
        border: none;
        justify-self: center;
        order: 1;
        border: 3px solid gray;
        grid-column: auto;
        margin: 0px;
        margin-bottom: 30px;
        order: 1;
    }

    .services-pricing {
        max-width: 1000px;
        justify-self: end;
        grid-column: 1 / -1;
        margin: 0px auto;
    }

    .cta-section-with-icons {
        max-width: 650px;
        position: relative;
        justify-self: center;
        order: 2;
    }

    .advantages-grid {
        display: grid;
        margin: 0px auto;
        grid-template-columns: repeat(2, 1fr);
        gap: 7px;
    }

    .services-list {
        margin-left: 50px;
    }
}

/* Секция about 1402px */
@media screen and (max-width: 1402px) {
    .about_icones {
        display: block;
        padding-top: 50px;
        position: relative;

    }

    .container_image-quote {
        display: none;
    }

    .h2_image-quote {
        display: none;
    }

    .about {
        display: none;
    }

    .about_info {
        position: absolute;
        z-index: 3;
        padding: 20px 20px;
        top: -787%;
        max-width: 1300px;
        background: none;
        border: none;
    }

    .about_flex {
        margin-top: 15px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 0px;
        color: #3c2f8a7a;
        max-width: 1300px;
    }

    .about_h3 {
        color: #ffffff;
        font-size: 45px;
    }

    .rectangle {
        background: #61cc0c;
        margin-bottom: 0px;
        margin-left: 3px;
    }

    .block_text {
        background: none;
    }

    .h2_about {
        color: #ffffff;
        font-size: 14px;
    }

    .feedback-form {
        display: none;
    }

    .abot_item {
        display: flex;
        align-items: baseline;
        margin-bottom: 30px;
        max-width: 350px;
        text-align: left;
        gap: 20px;
    }

    .overlay-text {
        top: 15%;
        text-align: left;
        width: 800px;
        left: 32%;
    }

    .title_ecology {
        font-size: 38px;
    }

    .about_icon i {
        font-size: 25px;
        color: #fff;
        position: relative;
        z-index: 2;
        transition: transform 0.35s ease;
    }

    .abot_item .about_icon {
        width: 40px;
        height: 40px;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: linear-gradient(135deg, #2e7d32, #66bb6a);
        box-shadow: 0 10px 25px rgba(46, 125, 50, 0.25), inset 0 2px 8px rgba(255, 255, 255, 0.25);
        position: relative;
        overflow: hidden;
        transition: all 0.35s ease;
    }

    .abot_item .about_icon i {
        font-size: 24px;
        color: #fff;
        position: relative;
        z-index: 2;
        transition: transform 0.35s ease;
    }

    .overlay-text .rectangle {
        display: block;
        margin-top: 15px;
    }
}

/* overla на разрешении 1402px */
@media screen and (max-width: 1402px) {

    /* Hover эффект */
    .about_icon:hover {
        transform: translateY(-6px) scale(1.05);

        box-shadow:
            0 18px 35px rgba(46, 125, 50, 0.35),
            0 0 20px rgba(102, 187, 106, 0.4);
    }

    .about_icon:hover i {
        transform: rotate(-8deg) scale(1.12);
    }

    /* Overlay для секции картинкой */
    .image_container::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg,
                rgba(0, 0, 0, 0.65),
                rgba(0, 0, 0, 0.25));
        z-index: 1;
    }

    .inner_box_pl {
        max-width: 1100px;
        margin: 0px auto;
    }
}

/* Секция с партнерами 1400 px */
@media screen and (max-width: 1402px) {
    .highlight p {
        margin-left: 0px;
    }

    .cta p {
        margin-left: 150px;
    }

}

/* Размер 1280 px и меньше */
/* Размеры для шапки */
@media screen and (max-width: 1279px) {
    .navBurger {
        display: block;
    }

    .contacts {
        display: none;
    }

    .main-nav {
        display: none;
    }

    .logo_container {
        width: 200px;
        height: 200px;
    }

    .text_logo {
        display: none
    }

    .header {
        border-bottom: 4px solid #61cc0c;
        position: sticky;
        top: 0;
        z-index: 5;
        background-color: white;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

}

@media screen and (max-width: 1279px) {
    .overlay-text {
        top: 19%;
        text-align: left;
        width: 800px;
        left: 36%;
    }
}

@media screen and (max-width: 1200px) {
    .overlay-text {
        top: 19%;
        text-align: left;
        width: 800px;
        left: 40%;
    }

    .about_flex {
        max-width: 1000px;
        margin: 0px auto;
    }
}

/* Стили меньше 1077px */
/* Cтили для центральной секции */
@media screen and (max-width: 1077px) {
    .discover-benefits {
        padding-bottom: 0px;
    }

    .box_container {
        display: flex;
        flex-direction: column;
        max-width: 900px;
        margin: 0px auto;
    }

    .services-pricing {
        max-width: 900px;
        margin: 0px auto;
        order: 2;
    }

    .advantages-grid {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(3, 1fr);
        gap: 10px;
    }

    .services-list {
        margin-left: 25px;
    }

    .cta-section-with-icons {
        max-width: 650px;
        height: 650px;
        position: relative;
        justify-self: center;
        order: 2;
        border: none
    }

    .responsive-image {
        display: none;
    }

    .responsive-image_2 {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .service-list {
        display: flex;
        flex-direction: column;
        width: 350px;
        margin: auto;
        top: -3%;
        margin-left: 25px;
        gap: 15px;
    }

    .cta-section-with-icons h3 {
        margin-bottom: 10px;
        color: #333;
        font-size: 25px;
    }

    .cta-button {
        display: inline-block;
        background: #5d9e2c;
        color: white;
        text-decoration: none;
        font-weight: bold;
        transition: background 0.3s;
        margin-top: 16px;
        border-radius: 12px;
        width: 350px;
        font-size: 20px;
        padding: 20px 10px 20px 10px;
        text-align: center;
    }

    .about_h3 .static {
        color: #000000
    }
}

/* Текст позиционирование */


/* Стили для размеров экранов 1077px */
/* Стили для текста на цитате */

@media screen and (max-width: 1077px) {
    .title_ecology {
        font-size: 30px;
    }

    .text_title_ecology {
        max-width: 560px;
    }

    .stat_card .about_h3 {
        color: #ffffff;
        font-size: 30px;
    }

    .inner_box_pl {
        max-width: 800px;
        margin: 0px auto;
    }

    .abot_item .about_icon {
        width: 30px;
        height: 30px;
    }

    .abot_item .about_icon i {
        font-size: 17px;
    }

    .rectangle {
        width: 50px;
    }

    .overlay-text {
        top: 19%;
        text-align: left;
        width: 600px;
        left: 38%;
    }

    .image-quote {
        min-height: 500px;
    }

    .about_info {
        top: -623%;
    }
}

/* C */
/* Стили для секции с оверлеем  */
@media screen and (max-width: 1000px) {
    .overlay-text {
        top: 19%;
        text-align: left;
        width: 600px;
        left: 43%;
    }

    .inner_box_pl {
        max-width: 700px;
        margin: 0px auto;
    }

    .h2_about {
        font-size: 12px;
    }

    .text_title_ecology {
        text-align: left;
    }
}

/* Стили для шапки 1000px */
@media screen and (max-width: 1000px) {
    .text_logo {
        display: none;
    }
}

/* Стили для секции с карточками 1000px */
@media screen and (max-width: 1000px) {
    .box_container {
        display: flex;
        flex-direction: column;
        max-width: 700px;
        margin: 0px auto;
    }

    .advantages-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 10px;
        margin-bottom: 15px;
    }

    .services-pricing {
        max-width: 600px;
        margin: 0px auto;
        order: 2;
    }

    .li_decoration {
        width: 420px;
    }

    .services-list {
        margin-left: 100px;
    }

    .title_ecology {
        font-size: 26px;
    }

    .service-card {
        margin-left: 0px;
    }
}

/*  Стили для секции с каруселью  */
@media screen and (max-width: 1000px) {
    .container {
        max-width: 750px;
        margin: 0px auto;
    }

    .splide {
        max-width: 750px;
        margin: 0 auto;
    }

    .subtitle_clients {
        text-align: left;
    }

    .feature {
        display: grid;
        grid-template-rows: repeat(3, 1fr);
        flex: 1;
        background: #fff;
        padding: 30px;
        border-radius: 12px;
        text-align: center;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
        gap: 15px;
        max-width: 350px;
        height: 380px;
        margin-left: 150px;
    }

    .highlight {
        display: flex;
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }

    .cta {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .cta p {
        margin-left: 0px;
    }
}

/* Предпоследняя 1000px */
@media screen and (max-width: 1000px) {
    .container_form {
        max-width: 700px;
        margin: 0px auto;
    }
}

/* Стили длч ruter 1000px */
@media screen and (max-width: 1000px) {
    .footer-container {
        max-width: 900px;
    }

}

/* Стили для экранов 768 px и меньше */
/* Форма обртаной связи 768 px позиционирование */
@media screen and (max-width: 768px) {
    .consultation {
        top: 0%;
        left: 4%;
    }

    .consultation .logo_container {
        width: 200px;
        height: 200px;
        margin-left: 60px;
    }

    .support-box .no-underline {
        text-decoration: none;
        color: green;
        font-size: 14px;
    }

    .support-box {
        padding: 5px 5px;
        max-width: 300px;
        width: 100%;
    }

    .support-box h3 {
        font-size: 19px;
        margin-bottom: 15px;
        color: gray;
        font-family: 'Inter';
    }

}

/* Телефон со скроллом , форма 768px */
@media screen and (max-width: 768px) {
    .support-details {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-top: 15px;
    }

    .support_content .no-underline {
        text-decoration: none;
        color: #222222;
        font-size: 14px;
        font-family: 'Inter', Arial, sans-serif;
    }

    .support_content p {
        font-size: 12px;
        font-weight: 600;
        font-family: 'Inter', Arial, sans-serif;
    }

    .support-details .icon_header {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
}


/* Стили для текста под overlay */
@media screen and (max-width: 768px) {
    .about_flex {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }

    .image-quote {
        min-height: 700px;
    }

    .about_info {
        top: -996%;
    }

    .overlay-text {
        top: 15%;
    }

    .abot_item {
        max-width: 350px;
    }

    .h2_about {
        font-size: 14px;
    }
}

/* Стили для карточек 768px */
@media screen and (max-width: 768px) {
    .block_advantages {
        padding: 10px;
        border: none;
        justify-self: center;
        order: 1;
        border: none;
        grid-column: auto;
        margin: 0px;
        margin-bottom: 30px;
        order: 1;
        max-width: 600px;
        margin: 0px auto;
    }

    .services-pricing {
        max-width: 530px;
        margin: 0px auto;
        order: 2;
    }

    .services-list {
        margin-left: 0px;
    }

    .service-list {
        display: flex;
        flex-direction: column;
        width: 350px;
        margin: auto;
        top: -3%;
        margin-left: 25px;
        gap: 15px;
        left: 20%;
    }
}

/*  Стили для секции с каруселью  */
@media screen and (max-width: 768px) {
    .container {
        max-width: 500px;
        margin: 0px auto;
    }

    .subtitle_clients {
        text-align: left;
    }

    .confidentiality-wrapper .title {
        font-size: 16px;
    }

    .features {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-top: 30px;
        gap: 20px;
    }

    .feature {
        flex: 1;
        background: #fff;
        padding: 20px;
        border-radius: 12px;
        text-align: center;
        border: 1px solid rgba(0, 0, 0, .06);
        box-shadow:
            0 4px 20px rgba(0, 0, 0, .06);
        margin-left: 50px;
    }

    .splide__slide {
        width: 160px;
        height: 140px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        border-radius: 10px;
    }

    .card_company p {
        font-size: 10px;
        color: #000;
        font-family: 'Montserrat', Arial, sans-serif;
    }

    .card_company {
        width: 140px;
        height: 160px;
        /* background: #fff; */
        border-radius: 16px;
        padding: 24px 16px;
        text-align: center;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
        transition: 0.3s;
        border: 1px solid #80808063;
    }

    .title_logo_container .logo_text .project_name_h1 span {
        font-size: 33px;
    }

    .title_logo_container .logo_text .project_name_h1 {
        font-size: 16px;

    }
}

/* Стили для подвала 768px */
@media screen and (max-width: 768px) {
    .footer-column {
        display: flex;
        flex-direction: column;
        flex: 1;
        min-width: 250px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 700px) {
    .overlay-text {
        top: 15%;
        left: 50%;
    }
}

@media screen and (max-width: 700px) {
    .cta-section-with-icons {
        max-width: 600px;
        height: 600px;
        position: relative;
        justify-self: center;
        order: 2;
        border: none;
    }

    .service-list {
        left: 28%;
    }
}


/* Стили для маленьких экранов */
/* header */
@media screen and (max-width: 599px) {
    .logo_container {
        width: 200px;
        height: 200px;
    }

    .header_box {
        max-height: 170px;
        height: 100%;
    }

    .project_name_h1 {
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        font-weight: 700;
    }

    .header-brand {
        display: flex;
        gap: 25px;
        align-items: center;
    }

    .burger__line {
        height: 4px;
    }
}

/* Секция поверх с текстом */
@media screen and (max-width: 599px) {

    .overlay-text {
        top: 15%;
        left: 50%;
        width: 500px;
    }

    .inner_box_pl {
        max-width: 500px;
        margin: 0px auto;
    }

    .title_ecology {
        font-size: 25px;
    }

    .text_title_ecology {
        width: 350px;
        text-align: left;
    }
}

/* Секция с карточками  */
@media screen and (max-width: 599px) {
    .advantages-grid {
        display: flex;
        flex-direction: column;
    }

    .advantage-item {
        display: flex;
        text-align: left;
        padding: 10px 10px 10px 10px;
        background-color: #ffffffb5;
        align-content: center;
        width: 450px;
        margin: 0px auto;
        gap: 35px;
    }

    .advantage-item .text_p5 {
        font-size: 16px;
    }

    .li_decoration {
        width: 320px;
    }

    .services-pricing {
        max-width: 450px;
        margin: 0px auto;
        order: 2;
    }

    .cta-section-with-icons {
        max-width: 500px;
        height: 500px;
    }

    .service-list {
        left: 15%;
        top: -15%;
    }

    .confidentiality-section .container {
        /* max-width: 450px; */
        margin: 0px auto;
    }

    .service-card {
        margin-left: 0px;
    }

}

/* Форма 599px */
@media screen and (max-width: 599px) {
    .container_form {
        max-width: 500px;
        margin: 0px auto;
    }
}

/* Стили для маленьких экранов width 375 */
/* Шапка */
@media screen and (max-width: 500px) {
    .header-brand {
        display: flex;
        gap: 15px;
        align-items: center;
    }

}

/* Стили для обратной форма с боку позиционирование */


@media screen and (max-width: 500px) {
    .inner_box_pl {
        max-width: 350px;
        margin: 0px auto;
    }

    .abot_item {
        max-width: 250px;
    }

    .h2_about {
        font-size: 12px;
    }

    .stat_card .about_h3 {
        color: #ffffff;
        font-size: 26px;
    }


    .abot_item .about_icon {
        height: 40px;
        width: 40px;
    }

    .overlay-text {
        top: 15%;
        left: 47%;
        width: 350px;
    }

    .about_flex {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 5px;
    }
}

/* Стили для картчоек */
@media screen and (max-width: 500px) {
    .box_container {
        max-width: 350px;
    }

    .advantage-item {
        max-width: 320px;
        margin: 0px auto;
        gap: 25px;
    }

    .services-pricing {
        max-width: 350px;
        margin: 0px auto;
        order: 2;
    }

    .li_decoration {
        width: 280px;
        margin-left: -15px;
        margin-bottom: 0px;
    }


    .service-list {
        left: -3%;
        top: -15%;
    }

    .cta-section-with-icons {
        max-width: 350px;
        height: 350px;
    }

    .cta-button {
        width: 250px;
        font-size: 20px;
        padding: 10px 10px 10px 10px;
    }

    .cta-section-with-icons h3 {
        font-size: 19px;
    }

    .service-list {
        left: -3%;
        top: -27%;
    }
}

/* Секция с партнерами 500px */
@media screen and (max-width: 500px) {
    .confidentiality-section .container {
        max-width: 350px;
        margin: 0px auto;
    }

    .confidentiality-wrapper .title_h3 {
        font-size: 25px;
    }

    .splide {
        max-width: 340px;
        margin: 0 auto;
    }

    .feature {
        margin-left: 0px;
    }
}

/*  */
@media screen and (max-width: 500px) {
    .container_form {
        max-width: 350px;
        margin: 0px auto;
    }

    .close_company_menu {
        max-width: 390px;
    }
}

/* Стили для экранов 320 px */
/* Стили для шапки */
@media (min-width: 300px) and (max-width: 360px) {
    .project_name_h1 {
        font-family: "Montserrat", sans-serif;
        font-size: 12px;
        font-weight: 700;
    }

    .project_name_h1 span {
        font-size: 24px;
    }
}

/* Стили для текста во второй секции*/
@media (min-width: 300px) and (max-width: 360px) {
    .overlay-text {
        top: 15%;
        left: 50%;
        width: 350px;
    }

    .text_title_ecology {
        width: 300px;
        text-align: left;
    }

    .inner_box_pl {
        max-width: 300px;
        margin: 0px auto;
    }

    .abot_item .about_icon {
        height: 20px;
        width: 20px;
    }

    .abot_item .about_icon i {
        font-size: 12px;
    }
}

/* Стили с картчоками width 320px */
@media (min-width: 300px) and (max-width: 360px) {
    .advantage-item {
        max-width: 270px;
        margin: 0px auto;
        gap: 25px;
    }

    .box_container {
        max-width: 300px;
    }

    .services-pricing {
        max-width: 300px;
        margin: 0px auto;
        order: 2;
    }

    .li_decoration {
        width: 250px;
        margin-left: -23px;
    }

    .cta-section-with-icons h3 {
        font-size: 16px;
    }

    .cta-section-with-icons p {
        font-size: 12px;
    }

    .cta-button {
        width: 250px;
        font-size: 16px;
        padding: 5px 10px 5px 10px;
    }

    .service-list {
        left: -3%;
        top: -33%;
        max-width: 300px;
    }

    .cta-section-with-icons {
        max-width: 300px;
        height: 300px;
    }
}

/* 320px для клиентов */
@media (min-width: 300px) and (max-width: 360px) {
    .confidentiality-section .container {
        max-width: 320px;
        margin: 0px auto;
    }

    .confidentiality-wrapper .title_h3 {
        font-size: 16px;
    }

    .subtitle_clients {
        text-align: center;
        font-size: 12px;
    }

    .feature {
        max-width: 250px;
    }

    .feature {
        margin-left: 10px;
    }

    .cta {
        font-size: 16px;
    }
}

/* 320px форма с обратной связью */
@media (min-width: 300px) and (max-width: 360px) {
    .container_form {
        max-width: 300px;
        margin: 0px auto;
    }
}

@media screen and (max-width: 380px) {

    .support-box_contacts {
        max-width: 320px;
        padding: 7px 15px 5px 15px;
        margin-top: 10px;
    }
}

@media (min-height: 768px) and (max-height: 1000px) and (max-width: 768px) {
    .consultation {
        top: 9%;
        left: 4%;
    }
}

@media screen and (max-height: 716px) {
    .logo_container {
        width: 120px;
        height: 120px;
    }

    .close_company_menu {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: anchor-center;
        height: 120px;
        justify-items: anchor-center;
    }

    .menu_ul {
        margin-top: 0px;
    }

    .header_box {
        max-height: 110px;
        height: 100%;
    }

    .button_w {
        width: 20px;
        height: 20px;
    }

    .button_w .icon {
        font-size: 15px;
    }

    .burger {
        width: 35px;
        height: 35px;
    }
}

/* Стили для кнопки подтверждения cooke */
.cookie-banner {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 3000;

    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 18px;

    width: min(520px, calc(100% - 48px));
    padding: 24px;

    background: rgba(255, 255, 255, 0.97);
    border: 1px solid rgba(93, 158, 44, 0.22);
    border-radius: 20px;

    box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.13),
        0 24px 60px rgba(0, 0, 0, 0.09);

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transform: translateY(30px);

    transition:
        opacity 0.3s ease,
        visibility 0.3s ease,
        transform 0.3s ease;
}

.cookie-banner.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;

    transform: translateY(0);
}

.cookie-banner__icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 56px;
    height: 56px;

    flex-shrink: 0;

    background: #e5efe2;
    border-radius: 50%;

    color: #5d9e2c;
}

.cookie-banner__icon svg {
    width: 27px;
    height: 27px;

    stroke-width: 2;
}

.cookie-banner__content {
    min-width: 0;
}

.cookie-banner__content h2 {
    margin: 0 0 8px;

    font-family: "Montserrat", Arial, sans-serif;
    font-size: 19px;
    line-height: 1.3;
    font-weight: 700;

    color: #222;
}

.cookie-banner__content p {
    margin: 0 0 18px;

    font-family: "Montserrat", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.6;

    color: #666;
}

.cookie-banner__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.cookie-banner__accept,
.cookie-banner__more {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 42px;
    padding: 10px 20px;

    border-radius: 9px;

    font-family: "Montserrat", Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;

    text-decoration: none;
    cursor: pointer;

    transition:
        background-color 0.25s ease,
        border-color 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.cookie-banner__accept {
    border: none;

    background: linear-gradient(135deg,
            #61cc0c,
            #349151);

    color: #fff;

    box-shadow: 0 8px 20px rgba(93, 158, 44, 0.22);
}

.cookie-banner__accept:hover {
    transform: translateY(-2px);

    box-shadow: 0 12px 25px rgba(93, 158, 44, 0.3);
}

.cookie-banner__accept:active {
    transform: translateY(0);
}

.cookie-banner__accept:focus-visible,
.cookie-banner__more:focus-visible {
    outline: 3px solid rgba(48, 132, 187, 0.3);
    outline-offset: 3px;
}

.cookie-banner__more {
    border: 1px solid #5d9e2c;

    background: transparent;
    color: #5d9e2c;
}

.cookie-banner__more:hover {
    background: #e5efe2;
}

.cookie-banner.is-hiding {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transform: translateY(30px);
}

@media (max-width: 600px) {
    .cookie-banner {
        right: 12px;
        bottom: 12px;

        grid-template-columns: 1fr;

        width: calc(100% - 24px);
        padding: 20px;
    }

    .cookie-banner__icon {
        width: 48px;
        height: 48px;
    }

    .cookie-banner__icon svg {
        width: 23px;
        height: 23px;
    }

    .cookie-banner__actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cookie-banner__accept,
    .cookie-banner__more {
        width: 100%;
    }
}

@media (max-width: 400px) {
    .cookie-banner__actions {
        grid-template-columns: 1fr;
    }

    .cookie-banner__content h2 {
        font-size: 18px;
    }

    .cookie-banner__content p {
        font-size: 13px;
    }
}