:root {
    --color1: rgba(51, 51, 51, 1);
    --color2: #fff;
    --color3: rgba(134, 229, 189, 1);
    --color4: rgba(0, 147, 85, 1);
    --color5: rgba(0, 92, 53, 1);
    --color6: rgba(223, 115, 115, 1);
    --color7: rgba(0, 166, 82, 1);
}

body {
    color: var(--color1);
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    line-height: 23px;
}

p{
    margin: 0;
}

h1 {
    font-size: 40px;
    line-height: 44px;
    overflow: visible;
}

h2 {
    font-size: 32px;
    line-height: 34px;
    overflow: visible;
}

h3 {
    font-size: 28px;
    line-height: 32px;
    overflow: visible;
}

h4 {
    font-size: 24px;
    line-height: 26px;
    overflow: visible;
}

h5 {
    font-size: 20px;
    line-height: 22px;
    overflow: visible;
}

h6 {
    font-size: 18px;
    line-height: 20px;
    overflow: visible;
}

.c-container,
.c-header__mid-container {
    max-width: 1420px;
    padding: 0 20px;
    margin: 0 auto;
}

body .maxwidth-theme, body.fill_bg_y .contacts-page-map, body.fill_bg_y .banners-big .maxwidth-banner, body.fill_bg_y > .body > .main, body.fill_bg_y footer {
    max-width: 1380px;
}

.services-items .items{
    padding: 0 16px;
    margin: 48px 0 0 0;
}

.main{
    padding: 0;
}

.main_info .item {
    padding: 0 20px;
}

.img-obtain {
    width: 100%;
    object-fit: cover;
}

.img-contain {
    width: 100%;
    object-fit: contain;
}

.img-full {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.c-header {
    position: relative;
}

.c-header__top {
    background-color: var(--color2);
}

.c-header__top-inner {
    padding: 10px 0;
}

.c-header__top-info {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.c-header__top-info {
    display: flex;
    flex-direction: row;
    gap: 60px;
    padding: 0 100px;
    align-items: end;
    justify-content: end;
}

.menu-multilevel {
    position: absolute;
    background: var(--color5);
    top: 100%;
    z-index: 20;
    left: 0;
    right: 0;
    padding: 0;
}

.c-header__bot-menu .menu-multilevel {
    list-style: none;
    padding: 0 10%;
    max-height: 0;
    overflow: hidden;
    transition: 1s ease all;
}

.c-header__mid {
    background-color: var(--color4);
}

.c-header__mid-logo {
    z-index: 20;
    position: relative;
}

.c-header__mid-logo img {
    max-width: 200px;
}

.c-header__mid-slogan img {
    max-width: 390px;
}

.banners-big.front .item>.maxwidth-theme{
    z-index: 4;
}

.c-header__mid-leftside {
    background-color: var(--color4);
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: 0 0 50%;
    position: relative;
    height: -webkit-fill-available;
    gap: 20px;
}

.c-header__mid-leftside:after {
    content: "";
    background: url(../assets/icons/Subtract.svg) 100% 100% / cover no-repeat;
    width: -webkit-fill-available;
    background-size: auto;
    height: -webkit-fill-available;
    position: absolute;
    right: -65px;
    top: 0;
}

.c-header__mid-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.c-header__mid-rightside {
    height: -webkit-fill-available;
    background-color: var(--color2);
    width: fit-content;
    flex: 0 0 60%;
}

.c-header__mid-menu {
    padding: 15px 5px;
    background-color: var(--color3);
    z-index: 5;
    position: relative;
}

.c-header__mid-menu ul {
    display: flex;
    flex-direction: row;
    gap: 10px;
    list-style: none;
}

.c-header__mid-menu li {

}

.c-header__mid-menu a {
    font-family: "Days One", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    line-height: 100%;
    padding: 10px 0;
    margin: 0 12px;
    display: block;
    color: var(--color5);
    text-transform: uppercase;
}

.c-header__mid-soc {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    height: 72px;
    margin: 0 0 0 70px;
}

.c-header-search {
    padding: 14px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    opacity: 0.5;
}

.search-icon {
    content: url("../assets/icons/search-icon.svg");
}

.c-header-account {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    color: rgba(51, 51, 51, 1);
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.8px;
    vertical-align: middle;
}

.account-icon-before:before {
    content: url("../assets/icons/account-icon.svg");
    width: 18px;
    height: 18px;
    opacity: 0.5;
}

.c-header-cart {
    display: flex;
    flex-direction: row;
    gap: 8px;
    padding: 0 24px;
}

.cart-icon-before:before {
    content: url("../assets/icons/cart-icon.svg");
    opacity: 0.5;
}

.c-header-cart span {
    width: 18px;
    height: 18px;
    color: rgba(255, 255, 255, 1);
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    display: block;
    background: var(--color7);
    border-radius: 50%;
}

.c-header-address {
}

.c-header-address .phone svg{
    display: none;
}

.c-header-address a {
    color: rgba(184, 80, 80, 1);
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 15px;
    letter-spacing: 0%;
}

.c-header__bot {
    background-color: var(--color5);
    position: relative;
}

.c-header__bot-menu {

}

.menu-dropdown,
.c-header__bot-menu>ul>li,
.menu-multilevel ul>li,
.menu-multilevel li,
.c-header__mid-menu ul>li{
    margin: 0;
}

.c-header__bot-menu ul>li:before,
.c-header__mid-menu ul>li:before{
    display: none;
}


.c-header__bot-menu > ul {
    padding: 0px 100px 0 0;
    display: flex;
    flex-direction: row;
    gap: 16px;
    list-style: none;
    justify-content: center;
}

.c-header__bot-menu a {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.8px;
    color: rgba(248, 249, 251, 1);
    padding: 16px;
    text-transform: uppercase;
    display: block;
}

.menu-multilevel {
    list-style: none;
    display: flex;
    flex-direction: row;
    gap: 10px 20px;
    flex-wrap: wrap;
    align-items: start;
    justify-content: center;
    margin: 0;
}

.c-header__call-button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background: url(../assets/icons/elipse-button-call.svg) no-repeat 100% 100%;
    z-index: 10;
    flex-direction: column;
    background-size: contain;
    width: 220px;
}

.c-header__call-button button {
    background-color: #fff;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    color: rgba(42, 42, 42, 1);

    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0%;
    text-align: center;
}

.c-header__call-button span {
    color: var(--color2);
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: -40px;
    width: 145px;
    transform: translate(-50%, 0);
}

.pulse-button {
    background-color: white;
    color: #333;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    outline: none;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    animation: pulse 1.5s infinite;
}

.pulse-button p{
    margin: 0;
    color: #000;
    font-weight: 400;
}

.c-header-address p{
    margin: 0;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.c-banner {
    padding: 20px 0 0;
    z-index: 10;
    position: relative;
    background: #fff;
}

.c-banner__inner {

}

.c-banner__slider {

}

.c-banner__slider-item {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    z-index: 1;
}

.c-banner__slider-item:after {
    content: "";
    position: absolute;
    z-index: 2;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    inset: 0;
}

.c-banner__content {
    position: absolute;
    padding: 0 50px;
    left: 5%;
    bottom: 17%;
    max-width: 720px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    z-index: 3;
}

.c-banner__content p {
    color: var(--color2);
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0%;
    padding: 0 80px 0 0;
}

.c-banner__buttons {
    padding: 6px 0;
    display: flex;
    flex-direction: row;
    gap: 40px;
    flex-wrap: wrap;
}
.banners-big .slides .btn{
    margin: 0px;
    padding: 12px 20px 12px;
}
body .btn {
    border-radius: 3px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    display: block;
    padding: 12px 20px;
    width: max-content;
    line-height: 17px;
}

body .btn-aqua,
body .buttons .btn.btn-default{
    background-color: var(--color3);
    color: var(--color1);
    transition: 0.4s ease background-color;
    border: 0;
}

body .btn-aqua:hover,
body .buttons .btn.btn-default:hover{
    background-color: rgba(134, 210, 189, 1);
    transition: 1s ease background-color;
}

body .btn-green,
body .buttons .btn.btn-success{
    background-color: var(--color5);
    color: var(--color2);
    transition: 0.4s ease background-color;
    border: 0;
}

body .btn-green:hover,
body .buttons .btn.btn-success:hover{
    background-color: rgba(0, 97, 53, 1);;
    transition: 1s ease background-color;
}


.c-banner__content h1 {
    color: var(--color2);
    font-weight: 700;
    font-style: Bold;
    line-height: 46px;
    letter-spacing: 0;
}

.c-points {

}

.c-points__inner {
    padding: 50px 0;
}

.c-points__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 24px;
}

.c-points__item {
    display: flex;
    flex-direction: row;
    gap: 16px;
}

.c-points-item__icon {
    width: 56px;
    height: 56px;
}

.icon-recycler {
    content: url("../assets/icons/icon-recycler.svg");
}

.c-points-item__txt {

}

.icon-certificate {
    content: url("../assets/icons/icon-cartificate.svg");
}

.icon-factory {
    content: url("../assets/icons/icon-factory.svg");
}

.icon-gear {
    content: url("../assets/icons/icon-gear.svg");
}

/* c-about */

.c-about {
    background-color: rgba(248, 249, 251, 1);
    padding: 80px 0;
}

body .section-title{
    padding: 16px 32px;
    color: rgba(51, 51, 51, 1);
    font-family: "Days One", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    margin: 0 0 32px;
    max-width: max-content;
}

.c-about__inner {

}

.c-about__item {
    margin-bottom: 64px;
}

body .color-salad:after {
    content: "";
    background: url(../assets/icons/Intersect.svg) no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    right: -44px;
    background-size: contain;
}

body .section-title.color-crimson:after,
body .item-views .section-title.color-crimson:after{
    content: "";
    background: url(../assets/icons/Intersect-red.svg) no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    right: -44px;
    background-size: contain;
}

body .section-title.color-salad,
body .item-views .section-title.color-salad{
    background-color: var(--color3);
    color: var(--color1);
    position: relative;
}

body .section-title.color-crimson,
body .item-views .section-title.color-crimson{
    background-color: var(--color6);
    color: var(--color2);
    position: relative;
}

.c-about__item-inner {
    margin: 32px 0 0 0;
}

.c-about__mod-image {
    display: flex;
    flex-direction: row;
    gap: 16px;
}

.c-about__mod-image img {
    border-radius: 16px;
}

.c-about__mod-image > div:first-child {
    padding: 70px 64px;
    flex: 0 0 40%;
}

.c-about__mod-image > div:last-child {
    flex: 1 1 800px;
}

.c-about__mod-points {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.c-about__mod-points h6 {
    min-height: 55px;
}

.c-about__mod-points .c-about__item-point:before {
    width: 105px;
    height: 100px;
}

.c-about__item-point {

}

.icon-worker-before:before {
    content: url("../assets/icons/worker-icon.svg");
}

.icon-shield-before:before {
    content: url("../assets/icons/shield-icon.svg");
}

.icon-leaf-before:before {
    content: url("../assets/icons/leaf-icon.svg");
}

.c-about__mod-txt {
    display: flex;
    flex-direction: row;
    gap: 64px;
    flex: 0 0 475px;
}

.c-about__mod-txt .white-plate {
    flex: 0 0 475px;
}

.white-plate {
    background-color: var(--color2);
    position: relative;
    padding: 32px 40px;
    border-radius: 16px;
}

.c-about__mod-txt .white-plate.special-arrow-red:before {
    content: url(../assets/icons/Subtract-red.svg);
    left: -2%;
    top: -3%;
    transform: translate(-50%, -50%);
    position: absolute;
    scale: 0.8;
}

.c-about__mod-txt span {
    color: var(--color7);
}

.c-about__item-inner ul {
    list-style: none;
}

.c-about__item-inner ul li {
    position: relative;
    margin: 0 0 0 20px;
}

.c-about__item-inner ul li:before {
    content: "—";
    position: absolute;
    left: 0;
    top: 0;
}

.c-about__mod-line {
    display: flex;
    flex-direction: row;
    gap: 60px;
    align-items: center;
}

body .c-about__mod-line .section-title,
body .item-views .c-about__mod-line .section-title{
    width: 100%;
    margin: 0;
}

body .btn-salad {
    color: var(--color2);
    background-color: var(--color7);
    transition: 0.4s ease background-color;
}

body .btn-salad:hover {
    color: var(--color2);
    background-color:  rgba(0, 175, 82, 1);
    transition: 1s ease background-color;
}


body .btn-transparent {
    color: rgba(0, 166, 82, 1);
    background-color: transparent;
    border: 1px solid rgba(0, 166, 82, 0.3);
    transition: 0.4s ease background-color;
}

body .btn-transparent:hover {
    color: #fff;
    background-color: rgba(0, 166, 82, 1);
    border: 1px solid rgba(0, 166, 82, 0.3);
    transition: 1s ease background-color;
}

.c-about__item-buttons {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.c-about__item:last-child {
    margin: -24px 0 0 0;
}

body .title-green {
    color: var(--color2);
    background-color: var(--color4);
    position: relative;
}

body .section-title.title-green:before,
body .item-views .section-title.title-green:before{
    content: "";
    background: url(../assets/icons/Intersect-dgreen.svg) no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    right: -44px;
    background-size: contain;
}

.c-services {

}

.c-services__inner {
    padding: 64px 0;
}

.c-services__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0 16px;
    margin: 48px 0 0 0;
}

.c-services__item,
.services-items .item>.wrap {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    padding: 55px 40px;
    border: 1px solid rgba(239, 241, 245, 1);
    gap: 30px;
}

.services-items .item>.wrap:before,
.services-items .item>.wrap:after{
    display: none;
}

.item-views.services-items.type_4 .items .item .body-info,
.item-views.services-items.type_4.product_items .items .item .body-info{
    padding: 0;
}

.item-views.services-items.type_4.product_items .items .item .image{
    width: 150px;
}

.item-views.services-items.type_4 .items{
    margin: 30px 0 0;
}

.c-services__item h6,
.c-production__slide-desc h6,
.c-production__slide-desc p{
    color: var(--color1);
}

.c-services__item img {
    width: 150px;
    flex: 0 0 150px;
}

.c-services__content {
    position: relative;
}

.c-services__more,
a.show_all{
    color: rgba(153, 153, 153, 1);
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.abs-side-pos {
    position: absolute;
    right: 0;
    top: -70px;
}

.c-production-tabs {
    right: 220px;
    top: -80px;
    position: absolute;
}

.c-projects {
    padding: 65px 0 85px;
    background-color: rgba(248, 249, 251, 1);
}

.c-projects__content {
    position: relative;
}

.c-projects__content {
    padding: 0 16px;
    margin: 44px 0 0 0;
}

.c-projects__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;

}

.c-projects__item {
    position: relative;
}

.c-projects__item.project-large {
    grid-column: 1/3;
}

.c-projects__item img {
    border-radius: 16px;
    height: 442px;
}

.c-projects__item-content {
    position: absolute;
    bottom: 0;
    padding: 20px;
    right: 0;
    left: 0;
    color: var(--color2);
}

.c-projects__item-content span {
    text-transform: uppercase;
    font-size: 10px;
    margin-bottom: 5px;
    display: block;
}

.c-points,
.c-about,
.c-projects,
.c-services,
.c-production,
.c-info {
    border-top: 1px solid rgba(239, 241, 245, 1);
}

.c-production {
}

.c-production__inner,
.c-partners__inner {
    padding: 64px 0;
}

.c-production__content,
.c-partners__content {
    position: relative;
    margin: 48px 0 30px;
}

.c-production__slider,
.c-partners__slider {
    position: relative;
}

.c-partners__slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.c-partners__slide img {
    max-width: 150px;
    height: 90px;
}

.c-production__slide {
    padding: 32px 32px 66px;
    border: 1px solid rgba(239, 241, 245, 1);
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.c-production__slide-btns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4px;

}


body .c-production__slide-btns .btn {
    font-size: 12px;
    line-height: 14px;
}

body .btn-lightgreen {
    background-color: rgba(96, 195, 57, 1);
    color: var(--color2);
}

body .c-production-tag {
    padding: 6px 9px;
    border-radius: 2px;
    text-transform: none;
}

body .btn-purple {
    background-color: rgba(113, 96, 255, 0.83);
    color: var(--color2);
}

.c-production__slide-img {
    max-width: 268px;
    margin-bottom: 40px;
}

.c-production__slide-desc {
    position: relative;
}

.c-production__slide-desc:after {
    content: url("../assets/icons/information-icon-prod.svg");
    opacity: 0.3;
    position: absolute;
    right: 0;
    bottom: -10px;
}

.c-production__slide-desc h5,
.c-production__slide-desc h6,
.c-production__slide-desc p {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 23px;
    vertical-align: middle;
}

.prod-next,
.prod-prev,
.part-next,
.part-prev {
    width: 50px;
    height: 50px;
    background-color: var(--color2);
    padding: 18px;
    z-index: 5;
}

.prod-prev,
.part-prev {
    left: -10px;
    content: url("../assets/icons/prod-arrow-prev.svg");
}

.prod-next,
.part-next {
    content: url("../assets/icons/prod-arrow-prev.svg");
    transform: rotate(180deg);
    right: -10px;
}

.c-production-tabs {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.c-production-tab {
    color: rgba(119, 119, 119, 1);
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    line-height: 18px;
    vertical-align: middle;
    padding: 10px 0;
}

.c-production-tab.selected {
    border-bottom: 1px solid rgba(0, 166, 82, 1);
    font-weight: 700;
    font-style: Bold;
    color: rgba(51, 51, 51, 1);
}

.c-info {

}

.c-info__inner {
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: center;
}

.c-info__txt {
    display: flex;
    flex-direction: column;
    gap: 18px;
    flex: 0 0 45%;
    color: rgba(119, 119, 119, 1);
    font-size: 15px;
    line-height: 25px;
    padding: 50px 0 100px;
}

.c-info__txt span {
    color: rgba(153, 153, 153, 1);
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 10px;
    line-height: 13px;
    letter-spacing: 0.8px;
    vertical-align: middle;
    text-transform: uppercase;
}

.c-info__txt h3 {
    font-size: 30px;
    color: rgba(51, 51, 51, 1);
}

.c-info__txt p {
    margin: 5px 0;
}

.c-info-buttons {
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
    margin: 20px 0 0 0;
}

body .c-info-buttons .btn {
    font-size: 12px;
    line-height: 16px;
}

body .c-info-buttons .btn-lightgreen {
    background-color: var(--color7);
}

.c-info__img {
    flex: 0 0 calc(55% - 30px);
}

body .section-title.standard-title,
body .item-views .section-title.standard-title{
    padding: 0;
    font-size: 30px;
}

.c-footer {
    background-color: rgba(47, 51, 56, 1);
    padding: 80px 0 56px;
}

.c-footer__inner {

}

.c-footer__main,
.c-footer__menu-section {
    display: flex;
    flex-direction: row;
    gap: 55px;
    justify-content: space-between;
}

.c-footer__main {
    gap: 80px;
    padding: 0 0 120px;
}

.c-footer__menu-section {
    gap: 50px;
}

.c-footer__menu-section {
    flex: 0 0 60%;
}

.c-footer__menu-col {
    padding: 0 16px;
}

.c-footer__menu-col h5,
.c-footer__submenu a {
    color: rgba(255, 255, 255, 1);
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.8px;
    vertical-align: middle;
    text-transform: uppercase;
}

.c-footer__menu {
    padding: 20px 0;
}

.c-footer__menu ul,
.c-footer__submenu ul {
    list-style: none;
}

.c-footer__menu a {
    color: rgba(153, 153, 153, 1);
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0%;
    vertical-align: middle;
    margin-bottom: 8px;
    display: block;
}

.c-footer__submenu {
    flex: 0 0 10%;
}

.c-footer__submenu a {
    margin-bottom: 20px;
    display: block;
}

.c-footer__contacts {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.c-footer-contact {
    color: var(--color2);
    position: relative;
}

.c-footer-contact > div {
    padding: 0 0 0 34px;
}

.phone-contact:before,
.mail-contact:before,
.address-contact:before {
    content: "";
    position: absolute;
    left: 0;
    padding: 12px;
}


.phone-contact:before {
    background: url("../assets/icons/phone-icon-foot.svg") no-repeat center center;
    background-size: auto;
    width: 20px;
    height: 20px;
}

.mail-contact:before {
    background: url("../assets/icons/mailto-icon-foot.svg") no-repeat center center;
    background-size: auto;
    width: 20px;
    height: 20px;
}

.address-contact:before {
    background: url("../assets/icons/marker-icon-foot.svg") no-repeat center center;
    background-size: auto;
    width: 20px;
    height: 20px;
}

.c-footer-contact a {
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 16px;
    vertical-align: middle;
}

.phone-contact span {
    color: rgba(153, 153, 153, 1);
    font-weight: 400;
    font-style: Regular;
    font-size: 10px;
    line-height: 25px;
    letter-spacing: 0.8px;
    vertical-align: middle;
    text-transform: uppercase;
}

.c-footer__bottom {
    color: rgba(153, 153, 153, 1);
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 13px;
    line-height: 18px;
    vertical-align: middle;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.legal-rights {

}

.footer-links a {
    color: rgba(153, 153, 153, 1);
}

.footer-links {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
    font-weight: 400;
    font-style: Regular;
    font-size: 10px;
    line-height: 19px;
    letter-spacing: 0.8px;
    vertical-align: middle;
    text-transform: uppercase;
}

.c-banner__slider .swiper-pagination-bullet {
    background-color: rgba(214, 214, 214, 1);
    opacity: 1;
}

.c-banner__slider .swiper-pagination-bullet-active {
    background-color: rgba(0, 166, 82, 1);
}

.c-header__mid-leftside .burger-menu,
.burger-close {
    display: none;
}

.region_wrapper{
    padding: 0;
}
.custom-basket .basket-link{
    display: table-cell;
    padding: 0 20px;
    height: 87px;
    vertical-align: middle;
}

.header-v12 .custom-basket .basket-link{
    height: 82px;
}

.custom-basket .basket-link .svg{
    background:none;
    opacity:0.5;
}

.custom-basket .basket-link .js-basket-block {
    position: relative;
    display: block;
    margin: 6px 0 0;
    padding: 0 22px 0 0;
}

.header-v12 .custom-basket .basket-link .js-basket-block {
    margin-top: 7px;
}

.custom-basket .basket-link .count {
    position: absolute;
    right: 0;
    top: 50%;
    margin: -12px 0 0;
    width: 18px;
    height: 17px;
    font-size: 0.8em;
    line-height: 17px;
    color: #FFF;
    border-radius: 100%;
    text-align: center;
}

body .custom-basket .basket-link .count {
    background-color: #00a652;
}

.wrap_basket .dropdown{
    z-index: 50;
}

.c-header__bot-menu ul li{
    position: static;
}

@media screen and (min-width: 991px) {
    .menu-dropdown:hover .menu-multilevel {
        max-height: 1400px;
        transition: 1s ease all;
        width: 100%;
        align-items: start;
        justify-content: center;
        margin: 0;
    }
}

@media screen and (max-width: 1600px) {
    .c-header__call-button {
        display: none;
    }

    .c-header__mid-container {
        padding: 0 0 0 20px;
    }

    .c-header__top-info {
        padding: 0;
    }

    .c-header__mid-rightside {
        flex: 1 1 60%;
    }

    .c-header__mid-slogan {
        max-width: 60%;
    }

    .c-header__mid-logo img {
        max-width: 140px;
    }

    .c-header__mid-menu {
        padding: 10px 5px;
    }

    .c-header__mid-soc {
        height: 55px;
        gap: 10px;
        padding: 5px 0;
    }
}

@media screen and (max-width: 1380px) {
    .c-about__mod-txt .white-plate.special-arrow-red:before {
        display: none;
    }

    .white-plate {
        border-radius: 10px;
    }

    .c-about__mod-txt {
        gap: 40px;
    }
}

@media screen and (max-width: 1200px) {

    .c-about__mod-image > div:first-child {
        padding: 40px 46px;
        flex: 0 0 50%;
    }

    .c-about__mod-image > div:last-child {
        flex: 1 1 100%;
    }

    .c-header__mid-leftside {
        flex: 0 0 45%;
    }

    .c-header__mid-soc {
        margin: 0 0 0 40px;
    }

    .c-header__bot-menu > ul {
        padding: 0;
    }

    .c-header__bot-menu a {
        font-size: 14px;
        line-height: 16px;
    }

    .c-projects__item img {
        height: 360px;
    }

    .c-production-tabs {
        position: relative;
        right: 0;
        top: 0;
        padding: 0 0 20px;
    }

    .c-production__content, .c-partners__content {
        position: relative;
        margin: 32px 0 20px;
    }

    .abs-side-pos {
        top: -55px;
    }

    .c-footer__main {
        flex-direction: column;
        gap: 40px;
    }

    .c-footer {
        padding: 60px 0 45px;
    }

}

@media screen and (max-width: 991px) {

    body.lock {
        overflow: hidden;
    }

    .menu-multilevel {
        position: relative;
        text-align: start;
        justify-content: start;
    }

    .c-header__bot-menu .menu-dropdown.menu-unwrap .menu-multilevel {
        max-height: 1000px;
    }

    .c-header__bot-menu a {
        padding: 10px;
    }

    .c-header__bot.modify-mobile {
        display: block;
        inset: 0;
        overflow: scroll;
    }

    .c-header__bot {
        display: block;
        position: fixed;
        inset: -200vh 0 auto 0;
        z-index: 20;
        padding: 100px 30px 50px;
    }

    .burger-close {
        display: block;
        right: 20px;
        top: 30px;
        width: 50px;
        position: absolute;
        height: 50px;
        content: url(../assets/icons/close-del-svgrepo-com.svg);
        padding: 10px;
        z-index: 25;
    }

    .c-header__bot-menu > ul {
        flex-direction: column;
    }

    .c-about__mod-image > div:last-child {
        flex: 1 1 50%;
        width: 50%;
        margin: 0 auto;
    }

    .c-header__mid-inner {
        flex-direction: column;
    }

    .c-header__mid-leftside:after {
        display: none;
    }

    .c-header__mid-rightside {
        flex: 0 0 100%;
        width: 100%;
    }

    .c-header__mid-container {
        padding: 0;
    }

    .c-header__mid-menu ul {
        text-align: center;
        justify-content: center;
    }

    .c-header__mid-soc {
        margin: 0;
        justify-content: center;
        padding: 10px 30px;
    }

    .c-header__top-info {
        flex-direction: column;
        gap: 10px;
    }

    .c-header__bot {
        display: none;
    }

    .c-header__mid-leftside .burger-menu {
        display: block;
    }

    .burger-menu {
        width: 40px;
        height: 40px;
        content: url("../assets/icons/burger-menu-svgrepo-com.svg");
    }

    .c-header__mid-leftside {
        flex: auto;
        width: 100%;
        padding: 0 20px;
    }

    .c-header__mid-leftside .burger-menu {
        margin: 0 0 0 auto;
    }

    .c-header__mid-slogan img {
        max-width: 290px;
    }

    .c-header__mid-rightside {
        display: flex;
        flex-direction: column-reverse;
    }

    .c-banner__content {
        left: 0;
        bottom: 10%;
    }

    .c-banner__content h1 {
        font-size: 32px;
        line-height: 34px;
    }

    .c-banner__content p {
        font-size: 14px;
        line-height: 16px;
    }

    body .btn {
        padding: 10px 16px;
        font-size: 14px;
    }

    .c-banner__content {
        gap: 14px;
    }

    .c-banner__slider-item {
        height: 465px;
    }

    .c-points__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .c-banner__buttons {
        gap: 24px;
    }

    .c-banner__slider-item {
        border-radius: 10px;
    }

    .c-about {
        padding: 60px 0;
    }

    .c-services__inner {
        padding: 50px 0;
    }

    .c-projects {
        padding: 50px 0 70px;
    }

    .c-production__inner, .c-partners__inner {
        padding: 52px 0;
    }

    .c-production__inner, .c-partners__inner {
        padding: 44px 0;
    }

    body .section-title,
    body .item-views .section-title{
        font-size: 28px;
        margin: 0 0 24px;
    }

    .c-about__mod-image {
        flex-direction: column;
    }

    .c-about__mod-image > div:first-child {
        padding: 40px 32px;
    }


    .c-about__item {
        margin-bottom: 50px;
    }

    .c-about__mod-points {
        grid-template-columns: repeat(2, 1fr);
        gap: 28px;
    }

    .c-about__item-inner {
        margin: 20px 0 0 0;
        flex-direction: column;
    }

    .c-about__mod-txt .white-plate {
        flex: auto;
    }

    .c-about__item {
        margin-bottom: 32px;
    }

    .c-about__mod-line {
        gap: 36px;
    }

    .c-services__item {
        padding: 36px 30px;
    }

    .c-services__item img {
        width: 120px;
        flex: 0 0 120px;
    }

    .c-services__grid {
        margin: 32px 0 0 0;
    }

    .c-projects__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .c-about__item:last-child {
        margin: 0;
    }

    .c-info__inner {
        flex-direction: column-reverse;

    }

    .c-info__txt {
        padding: 32px 0 30px;
    }

    .c-info__img {
        flex: 50%;
        width: 50%;
    }
}

@media screen and (max-width: 768px) {


    .banners-big .slides .text-block, .banners-big .slides .text-block b, .banners-content .intro-text {
        font-size: 13px;
        line-height: 18px;
    }

    .region_wrapper .js_city_chooser{
        padding: 0 10px 10px 0;
    }

    .item-views.services-items.type_4.product_items:not(.icons) .items .item .image,
    .item-views.services-items.type_4:not(.icons) .items .item .image{
        display: none;
    }
    .item-views.services-items.type_4:not(.icons) .items .item .image {
        padding-top: 10%;
    }
    .banners-big.front{
        margin: 0 -20px;
    }

    .main_info .item {
        padding: 0;
    }

    .main_info{
        padding: 20px 0;
    }

    .custom-basket .basket-link{
        height: 38px;
    }
    body .section-title,
    body .item-views .section-title{
        font-size: 24px;
        margin: 0 0 20px;
        padding: 10px 20px;
    }

    .c-about__mod-txt {
        gap: 24px;
    }

    .white-plate {
        padding: 24px 30px;
    }

    .c-about__mod-points {
        grid-template-columns: repeat(1, 1fr);
        gap: 12px;
    }

    .c-about__mod-points h6 {
        min-height: auto;
    }

    .c-about {
        padding: 40px 0;
    }

    .c-banner__slider-item {
        height: 385px;
    }

    .c-banner__content {
        padding: 0 24px;
    }

    .c-banner__content h1 {
        font-size: 26px;
        line-height: 28px;
    }

    .c-banner__content p {
        font-size: 12px;
        line-height: 14px;
    }

    body .c-banner__content .btn {
        padding: 5px 10px;
        font-size: 12px;
    }

    .c-banner__content {
        max-width: 520px;
    }

    .c-banner__content a {
        padding: 5px 0;
    }

    .c-header__mid-menu a {
        padding: 5px 0;
        font-size: 13px;
    }

    .c-header__mid-slogan img {
        max-width: 190px;
    }

    .c-header-cart {
        padding: 0 18px;
    }

    .c-about__mod-image > div:first-child {
        padding: 32px 24px;
    }

    .c-about__mod-line {
        gap: 24px;
    }

    .c-services__item {
        padding: 24px 22px;
    }

    .c-services__item img {
        width: 90px;
        flex: 0 0 90px;
    }

    .c-services__grid {
        padding: 0;
        grid-template-columns: repeat(1, 1fr);
    }

    .c-projects__grid {
        gap: 16px;
    }

    .c-projects__item img {
        height: 250px;
        border-radius: 10px;
    }

    .c-projects__content {
        padding: 0;
    }

    .c-projects__item-content h5 {
        font-size: 16px;
        line-height: 18px;
    }

    .c-projects__item-content span {
        font-size: 8px;
        margin-bottom: 0px;
    }

    .c-projects__content {
        margin: 28px 0 0;
    }

    .abs-side-pos {
        top: -40px;
    }

    h1 {
        font-size: 32px;
        line-height: 36px;
    }

    h2 {
        font-size: 28px;
        line-height: 30px;
    }

    h3,
    .c-info__txt h3,
    body .section-title.standard-title,
    body .item-views .section-title.standard-title {
        font-size: 24px;
        line-height: 26px;
    }

    h4 {
        font-size: 20px;
        line-height: 22px;
    }

    h5 {
        font-size: 18px;
        line-height: 20px;
    }

    h6 {
        font-size: 15px;
        line-height: 17px;
    }

    body {
        font-size: 14px;
        line-height: 20px;
    }

    .c-about__item {
        margin-bottom: 24px;
    }

    .c-services__grid {
        margin: 22px 0 0 0;
    }

    .c-services__inner {
        padding: 32px 0;
    }

    .c-projects__item-content {
        padding: 14px;
    }

    .c-partners__slide img {
        max-width: 120px;
        height: 60px;
    }

    .prod-next, .prod-prev, .part-next, .part-prev {
        width: 30px;
        height: 30px;
        padding: 10px;
        top: 50%;
    }

    .c-footer__bottom {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .c-footer__main {
        padding: 0 0 80px;
    }

    .c-container {
        padding: 0 16px;
    }
}

@media screen and (max-width: 620px) {
    .c-services__item {
        padding: 16px 20px;
    }

    .c-header__mid-menu ul {
        flex-direction: column;
    }

    .c-points__inner {
        padding: 32px 0;
    }

    .c-points__grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .c-about__mod-image > div:first-child {
        padding: 12px 0px;
    }

    body .section-title,
    body .item-views .section-title {
        font-size: 18px;
        margin: 0 0 12px;
    }

    .c-about__item-inner {
        margin: 10px 0 0 0;
    }

    .c-about__mod-image > div:last-child {
        flex: auto;
    }

    .c-services__more,
    a.show_all{
        font-size: 12px;
    }

    .c-projects {
        padding: 50px 0 55px;
    }

    .c-banner__slider-item {
        height: 320px;
    }

    .c-banner__content h1 {
        font-size: 18px;
        line-height: 20px;
    }

    .c-banner__content p {
        font-size: 10px;
        line-height: 16px;
    }

    .banners-big .slides .buttons {
        margin: 15px 0px 0px;
    }

    .banners-big .slides .text-block, .banners-big .slides .text-block b, .banners-content .intro-text{
        margin: 10px 0 0;
    }

    body .c-banner__content .btn {
        padding: 6px 10px;
        font-size: 10px;
    }

    body .banners-big .slides .btn {
        margin: 0px;
        padding: 6px 10px 6px;
    }

    .banners-big .slides .buttons{
        gap: 10px;
    }

    .c-banner__buttons {
        gap: 12px;
    }

    .c-footer__menu-section {
        gap: 24px;
    }

    .c-footer {
        padding: 50px 0 32px;
    }

    .c-footer__menu-section {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .c-footer__menu-col {
        flex: 0 0 calc(50% - 24px);
    }

    .c-footer__menu-col {
        padding: 0;
    }

    .c-footer__main {
        gap: 20px;
    }

    .c-production__inner, .c-partners__inner {
        padding: 32px 0;
    }

    .c-production__slide-img {
        margin: 0 auto 30px;
        max-width: 60%;
    }

    .c-production__slide {
        padding: 25px 25px 45px;
    }

    .c-header__top-info {
        gap: 5px;
    }

    .c-header__mid-logo img {
        max-width: 100px;
    }

    .c-services__item img {
        width: 70px;
        flex: 0 0 70px;
    }

    body .c-production__slide-btns .btn {
        font-size: 10px;
        line-height: 12px;
    }

    body .btn {
        padding: 10px 16px;
    }

    .c-projects {
        padding: 40px 0 55px;
    }

    .c-production-tabs {
        gap: 20px;
    }

    .c-info__txt {
        padding: 20px 0 20px;
    }

    .c-production__slide-desc h5,
    .c-production__slide-desc h6,
    .c-production__slide-desc p {
        font-size: 14px;
        line-height: 18px;
    }

    .c-header-address a {
        font-size: 14px;
    }

    .c-header-search {
        padding: 8px;
        width: 40px;
        height: 40px;
    }

    .c-header__mid-soc {
        flex-wrap: wrap;
        height: 100%;
    }

    .c-header-address {
        text-align: center;
    }

    .burger-menu {
        width: 30px;
        height: 30px;
    }

    .c-header__top-info {
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .c-banner__content {
        padding: 0 14px;
    }

    .c-info__txt {
        font-size: 12px;
        line-height: 18px;
    }

    .c-production__content, .c-partners__content {
        position: relative;
        margin: 22px 0 20px;
    }

    .c-production-tab {
        padding: 5px 0;
    }

    .c-points__item {
        align-items: center;
        margin: 0 0 20px;
    }

    .c-header__bot {
        padding: 75px 20px 30px;
    }

    .c-header__bot-menu a {
        font-size: 12px;
        line-height: 14px;
    }

    .burger-close {
        width: 40px;
        height: 40px;
    }

    .c-header__bot-menu a {
        padding: 8px;
    }
}

@media screen and (max-width: 480px) {
    .c-projects__grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .c-projects__item.project-large {
        grid-column: 1 / 2;
    }

    body .section-title,
    body .item-views .section-title{
        font-size: 16px;
        margin: 0 0 6px;
    }

    .c-projects {
        padding: 40px 0 50px;
    }

    .c-services__more,
    a.show_all{
        font-size: 10px;
    }

    .c-production-tab {
        font-size: 12px;
    }

    body .btn {
        font-size: 11px;
    }

    .c-banner__slider-item {
        height: 280px;
    }

    .c-banner__content {
        gap: 6px;
    }

    .c-projects__item img {
        height: 185px;
    }

    body {
        font-size: 12px;
        line-height: 14px;
    }

    .c-points__grid {
        gap: 20px;
    }

    .c-header__mid-menu {
        padding: 5px 0px;
    }

    .c-production-tabs {
        flex-direction: column;
        gap: 10px;
        width: max-content;
    }

    body .color-salad:after,
    body .section-title.color-crimson:after,
    body .section-title.title-green:before,
    body .item-views .section-title.color-crimson:after,
    body .item-views .section-title.title-green:before{
        display: none;
    }

    .c-footer__menu-col {
        flex: auto;
    }

    .footer-links {
        flex-direction: column;
        gap: 20px;
    }

    .c-footer__bottom {
        justify-content: center;
        align-items: center;
    }

    .c-footer__menu-section {
        gap: 10px;
    }

    body .section-title,
    body .item-views .section-title {
        font-size: 13px;
        line-height: 15px;
    }

    .c-services__more,
    a.show_all{
        font-size: 8px;
    }

    .c-header__mid-menu ul {
        gap: 5px;
    }

    .c-banner__slider-item {
        border-radius: 6px;
    }

    h1 {
        font-size: 26px;
        line-height: 28px;
    }

    h2 {
        font-size: 22px;
        line-height: 24px;
    }

    h3,
    .c-info__txt h3,
    body .section-title.standard-title,
    body .item-views .section-title.standard-title{
        font-size: 20px;
        line-height: 24px;
    }

    h4 {
        font-size: 18px;
        line-height: 20px;
    }

    h5 {
        font-size: 16px;
        line-height: 18px;
    }

    h6 {
        font-size: 13px;
        line-height: 15px;
    }

    .white-plate {
        padding: 20px 20px;
    }

    .c-about__mod-image > div:last-child {
        flex: 1 1 100%;
        width: 100%;
        margin: 0 auto;
    }

    body .btn {
        padding: 8px 12px;
    }

    .burger-close {
        right: 14px;
        top: 20px;
    }

    .c-header__bot {
        padding: 75px 5px 30px;
    }
}