@import url('https://fonts.googleapis.com/css2?family=Bona+Nova:ital,wght@0,400;0,700;1,400&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
:root {
    --blue: #0f192a;
    --light-blue: #43518c;
    --green: #4a8066;
    --light-green: #649b80;
    --gray: #767676;
    --white: #fff;
    --light-blue-2: #8995c7;
    --black: #000;
    --lihjt-blue-3: #fafbff;
    --s32: 32px;
}
:root {
    --font-family: "Roboto", sans-serif;
    --second-family: "Bona Nova", sans-serif;
    --third-family: "PT Sans", sans-serif;
}


/* ------- базовые элементы -------- */
.vac-list        {  }
.vac-item        {  overflow: hidden; background: #FFF; }
.vac-header      { display: flex; align-items: center; justify-content: space-between;
                   padding: 1rem 1.25rem; cursor: pointer; }
.vac-title       { font-weight: 600;
font-size: 28px; }
.vac-meta        { display: flex; align-items: center; gap: .75rem; }
.vac-salary      {font-weight: 600;
font-size: 28px; }
.vac-toggle      { border: 0; background: none; width: 24px; height: 24px; padding: 0;
                   transition: transform .25s ease; }
.vac-toggle svg  { width: 100%; height: 100%; }
.vac-toggle.vac-open { transform: rotate(180deg); }

.vac-body        { padding: 1rem 1.25rem; border-top: 1px solid #E0E0E0; }
/* опционально — мелкий стилизованный список */
.vac-body h4     { margin: 0 0 .5rem; font-size: 1rem; }
.vac-ul          { margin: 0 0 1rem 1.2rem; padding: 0; list-style: disc; }

:root{
  --vac-bg-header: #e8f3ee;   /* светло-зелёный фон хедера */
  --vac-bg-body:   #ffffff;   /* белый фон раскрытой части */
  --vac-green:     #007756;   /* стрелка и кнопки */
}

/* хедер */
.vac-header{
  background: var(--vac-bg-header);
  padding: 1rem 1.25rem;
}

/* строка с опытом */
.vac-exp {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: #666;
}

/* стрелка */
.vac-toggle svg{
  stroke: var(--vac-green);
}
.vac-toggle.vac-open svg{
  transform: rotate(180deg);
}

/* раскрытая область */
.vac-body{
  background: var(--vac-bg-body);
}

/* кнопка «Откликнуться» (если есть) */
.button-respond{
  background: var(--vac-green);
  color:#fff;
}
.button-respond:hover{
  opacity:.9;
}


.d-block {
    display:block !important; 
}
.bottom-menu-wrapper {
    display:none;
}
.grid-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: var(--s32);
}
.col-1 {
    grid-column: span 1;
}
.col-2 {
    grid-column: span 2;
}
.col-3 {
    grid-column: span 3;
}
.col-4 {
    grid-column: span 4;
}
.col-5 {
    grid-column: span 5;
}
.col-6 {
    grid-column: span 6;
}
.col-7 {
    grid-column: span 7;
}
.col-8 {
    grid-column: span 8;
}
.col-9 {
    grid-column: span 9;
}
.col-10 {
    grid-column: span 10;
}
.col-11 {
    grid-column: span 11;
}
.col-12 {
    grid-column: span 12;
}
body {
    margin: 0;
    padding: 0;
    cursor: default;
    background: #fff;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #555;
}
.container {
    width: 1180px;
    margin: 0 auto;
}
.flex {
    display: flex;
    flex-wrap: wrap;
}
.align-between {
    justify-content: space-between;
}
.align-right {
    justify-content: right;
}
.overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    background: rgba(0,0,0,0.55);
    display: none;
}
.content_inject {
    width: 543px;
    height: 680px;
    background: #d2f6e8;
    border-radius: 4px;
    margin: auto;
    z-index: 101;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    position: fixed;
    display: none;
}
.content_inject_default {
    padding: 40px;
}
.content_inject_close {
    position: absolute;
    right: 16px;
    top: 16px;
    background: url("/images/close1.png");
    width: 32px;
    height: 32px;
}
.form-h1 {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 32px;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    margin: 0 0 15px 0;
}
.text-center {
    text-align: center;
}
.m-input-1 {
    border-radius: 4px;
    background: #fff;
    border: none;
    outline: none;
    padding: 10px 12px;
    margin-bottom: 24px;
    width: calc(100% - 22px);
}
.nc-hint-required-fields {
    font-size: 14px;
}
textarea.m-input-1 {
    height: 85px;
}
.order-img {
    margin-bottom: 40px;
}
.order-text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    color: #555;
}
.order-title {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 32px;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    margin-bottom: 24px;
}
.m-submit-1 {

    font-size: 14px;
    line-height: 130%;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    border: none;
    outline: none;
    box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.16);
    background: #419470;
    border-radius: 4px;
    padding: 16px 40px;
    display: block;
    margin: 24px auto;
    width: 166px;
    text-align: center;
}
.align-center {
    justify-content: center;
}
.vertical-center {
    align-items: center;
}
.cookies {
    backdrop-filter: blur(10px);
background: rgba(255, 255, 255, 0.85);
    border-radius: 5px;
    position: fixed;
    z-index: 950;
    bottom: var(--s32);
    left: 0;
    right: 0;
    box-shadow: 0 0 10px #999;
}
.cookies-close {
    background: url(/images/close1.png);
    width: 14px;
    height: 14px;
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer;
background-size: cover;
}
.cookies-grid {
    padding: 15px 90px;
    display: grid;
    gap: var(--s32);
    grid-template-columns: 1fr 140px;
    align-items: center;
}
.cookies-agree {
box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.16);
background: #419470;
    border-radius: 5px;
    padding: 10px 18px;
    display: inline-block;
    cursor: pointer;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
}
header {
    background-image: url("/images/header.jpg");
    background-position: top center;
    background-size: cover;
    height: 547px;
    width: 100%;
    padding: 0;
    margin: 0;
}
.header-inside {
    background-image: url("/images/header-inside.jpg");
    background-position: bottom center;
    display: flow-root;
    height: auto;
}
.logo {
    background: url("/images/Logo_800x800.png");
background-size:cover;
    width: 66px;
    height: 66px;
    display: block;
}
.menu-container {
    padding: 10px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.85);
    border-radius: 50px 0 0 50px;

}
.goods-h1 {
    margin: 0 0 50px 0;
}
.article {
    text-transform: uppercase;
    color: #a6a6a6;

}
h3 {
    font-size: 20px;
    color: #000;
}
.mySwiper {
    max-height: 385px;
    box-sizing: border-box;
    padding: 10px 0;
}
.mySwiper2 {
    max-height: 385px;
}
.main-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 4px;
}
.mySwiper .swiper-slide {
    width: 100%;
    height: 77px !important;
    opacity: 0.4;
    border-radius: 4px;
}
.mySwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 4px;

}
.c-h3 {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 40px;
    line-height: 130%;
    text-transform: uppercase;
    color: #00582a;
    margin-bottom: 40px;
}
.c-phone {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 28px;
    line-height: 130%;
    color: #00582a;
    text-decoration: none;
    background: url("/images/phone2.png") left center no-repeat;
    padding: 0 0 0 26px;
    margin-bottom: 24px;
    display: inline-block;
}
.c-email {
    background: url("/images/email2.png") left center no-repeat;
    padding: 0 0 0 31px;
    text-decoration: none;
}
.c-rekv {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #555;
}

.c-map, .map-wrapper iframe {
    border-radius: 20px;
}
.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}
.pt-50 {
    padding-top: 50px;
}
.menu {
    gap: 37px;
    margin-left: 47px;
}
.menu-link {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #000;
    text-decoration: none;
}
.phone {
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    color: #00582a;
    text-decoration: none;
    background: url("/images/mobile-phone.svg") left center no-repeat;
    padding: 0 0 0 26px;
}
.i-img {
    width: 100%;
    height: 175px;
    border-radius: 4px;
}
.i-img img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    object-position: center;
    object-fit: cover;
}
.i-wrapper {
    display: block;
    padding: 24px;
    text-decoration: none;
    transition: all ease 0.8s;
    background: linear-gradient(133deg, #ecf4f1 0%, #fff 100%);
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #555;
    border-radius: 4px;
}
.i-name {
    font-size: 20px;
    line-height: 100%;
    margin: 25px 0 16px 0;
    font-weight: 500;
    min-height: 60px;
}
.bp {
    font-size: 18px;
    line-height: 130%;
    color: #fff;
    text-decoration: none;
    background: url("/images/arrow.png") left center no-repeat;
    padding: 0 0 0 30px;
}
nav {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    margin-top: 48px;
}
.pagination {
    display: block;
    text-decoration: none;
    text-align: center;
    border-radius: 4px;
    padding: 9px 0 7px;
    width: 40px;
    color: #555;
    background: #ecf4f1;
    transition: all ease 0.6s;
}
.pagination:hover, .pagination.active {
    background: #419470;
    color: #fff;
}
.up {
    background: url("/images/up.png");
    width: 54px;
    height: 50px;
    cursor: pointer;
    position: fixed;
    z-index: 49;
    right: 15px;
    bottom: 15px;
    display: none;
}
.breadcrumbs {
    display: flex;
    gap: 16px;
    align-items: center;
}
.h1-inside {
    font-size: 56px;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
}
.full-width {
width:100% !important;
}
.i-text {
    min-height: 208px;
}
.i-wrapper:hover {
    background: #267a56;
    color: #fff;
}
.callback {
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
    text-transform: uppercase;
    color: #fff;
    border-radius: 4px;
    padding: 16px 40px;
    box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.16);
    background: #419470;
    margin: 0 10px 0 32px;
    text-decoration: none;
}
.arms {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #fff;
    display: flex;
    vertical-align: middle;
    gap: 8px;
    flex-wrap: nowrap;
    align-items: center;
    margin-left: 15px;
}
.arms a {
    color: #fff;
    text-decoration: none;
}

.hero {
    margin-top: 13px;
    transition: all ease 0.8s;
}
.whatsapp {
    background: url("/images/whatsapp.svg");
    width: 24px;
    height: 24px;
    display: block;
    background-size: cover;
}
.tg {
    background: url("/images/tg.svg");
    width: 24px;
    height: 24px;
    display: block;
    background-size: cover;
}
.hero-right {
    display: flex;
    align-items: center;
    gap: 14px;
}
.email {
    margin-left: 10px;
    background: url("/images/email.svg") left center no-repeat;
    padding: 0 0 0 31px;
    font-size: 18px;
    line-height: 130%;
    text-align: right;
    color: #7bdbb1;
    text-decoration: none;
}
.hero-slogan {
    font-size: 56px;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
    font-family: var(--second-family);
    font-weight: 400;
    display: flex;
    align-items: center;
}
.hero-2 {
    margin-top: 50px;
}
.start {
    margin-top: 60px;
}
.slogan {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 40px;
    line-height: 130%;
    text-transform: uppercase;
    color: #00582a;
}
.adv-item {
    background: url("/images/star.svg") left top no-repeat;
    padding: 0 0 0 36px;
    line-height: 130%;
    color: #555;
    margin-bottom: 40px;
}
.availability-image {
    width: 100%;
    display: block;
}
.availability {
    line-height: 130%;
    color: #fff;
    background: #419470;
}
.availability-title {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 32px;
    line-height: 130%;
    text-transform: uppercase;
    color: #fff;
    padding: 27px 0 37px 34px;
}
.availability-text {
    padding-left: 83px;
}
.availability-container {
    margin-top: 100px;

}
h1 {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 40px;
    line-height: 130%;
    text-transform: uppercase;
    color: #00582a;
}
.parts {
    margin-top: 100px;
}
.parts-item {
    background: linear-gradient(133deg, #ecf4f1 0%, #fff 100%);
    padding: 40px;
text-decoration:none;
color:#555
}
.parts-img {
    border-radius: 4px;
    width: 100%;
    display: block;
}
.parts-item .grid-12 {
    gap: 40px;
}
.parts-name {
    font-weight: 600;
    font-size: 32px;
    line-height: 130%;
    color: #000;
    margin-bottom: 22px;
}
.parts-text {
    margin-bottom: 22px;
}
.parts-link {
    display: inline-block;
    border-radius: 4px;
    padding: 16px 40px;
    box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.16);
    background: #419470;
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}
.parts-item {
    margin-bottom: 16px;
}
.right-bgr {
    background: url("/images/right.png") right top no-repeat;
}
.a-name {
    margin-top: 182px;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 40px;
    line-height: 130%;
    text-transform: uppercase;
    color: #000;
}
.a-link {
    font-size: 14px;
    line-height: 130%;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    border-radius: 4px;
    padding: 16px 40px;
    box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.16);
    background: #000;
    margin-top: 40px;
}
.adv-item-1 {
    background: url("/images/star.png") left top no-repeat;
    padding: 40px 40px 0 0;
}
.adv-list-1 {
    margin-top: 40px;
}
.mt-100 {
    margin-top: 100px !important;
}
.competitor-item {
    background: url("/images/competitor.png");
    width: 100%;
    height: 394px;
    border-radius: 4px;
    background-size: cover;
}
.competitor-wrapper {
    padding: 40px 24px;
}
.competitor-name {
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    color: #fff;
    margin: 20px 0 12px 0;
}
.competitor-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #fff
}
.gallery-item {
    height: 290px;
    position: relative;
}
.gallery-item .loup {
    background: url("/images/zoom.png");
    width: 54px;
    height: 54px;
    position: absolute;
    display: block;
    content: "";
    opacity: 0;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all ease 0.8s;
}
.gallery-item:hover .loup {
    opacity: 1;
}
.gallery-item img {
    display: block;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    border-radius: 4px
}
.q1 {
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    color: #555;
    padding-left: 80px;
    margin: 40px 0 20px;
}
.q2 {
    padding-left: 80px;
}
.mt-0 {
    margin-top: 0 !important;
}
.m-input {
    border-radius: 4px;
    padding: 16px 22px;
    background: #ecf4f1;
    width: calc(100% - 44px);
    border: none;
    outline: none;
}
form .grid-12 {
    gap: 15px;
}
textarea.m-input, textarea.m-input-1 {
    height: 130px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 13px;
}
textarea.m-input-1 {
    height: 70px !important;
}
.m-submit {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    border: none;
    outline: none;
    box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.16);
    background: #419470;
    border-radius: 4px;
    padding: 16px 40px;
}
.text-right {
    text-align: right;
}
.mt-32 {
    margin-top: 32px !important;
}
.fs-14 {
    font-size: 14px !important;
}
a {
    color: #419470;
}
footer {
    padding: 48px 0 0 0;
    margin: 120px 0 0 0;
    background: #00582a;
}
.year {
    background: #004521;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    color: #fff;

    padding: 15px 0;
}
.year span {
    opacity: 0.5;
}
.mb-40 {
    margin-bottom: 40px;
}
.footer-logo {
    background: url("/images/logo-footer.png");
    display: block;
    width: 100px;
    height: 100px;
}
.str1 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #7bdbb1;
    margin-bottom: 8px;
}
.str2 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #fff;
}
.footer-phone {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    color: #fff;
    text-decoration: none;
    background: url("/images/phone1.png") left center no-repeat;
    padding: 0 0 0 28px;
    margin-bottom: 12px;
    display: inline-block;
}
.footer-social {
    margin: 10px 0 14px 0;
    gap: 14px;
}
.tg-group {
    background: url("/images/tg1.png") left center no-repeat;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #fff;
    text-decoration: none;
    padding: 0 0 0 28px;
}
.swiper {
    height: 360px;
}
.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    border-radius: 6px !important;
}
.swiper-pagination-bullet-active {
    background: #419470 !important;
}
.for-fix-menu {
    height: 150px;
}

.tabs {
    display: flex;
    margin-top: 122px;
    margin-bottom: 20px;
}
.tab {
    padding: 10px 20px;
    cursor: pointer;
    font-weight: 500;
    color: #777;
    border-bottom: 3px solid transparent;
    transition: 0.3s;
}
.tab.active {
    color: #007c59;
    border-bottom: 3px solid #007c59;
}

.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}

.table {
    width: 100%;
    border-collapse: collapse;
}
.table th,
.table td {
    padding: 24px;
    border-bottom: 1px solid #d9d9d9;
    font-size: 14px;
    text-align: left;
}

.table th {
    background-color: #f6f6f6;
    font-weight: 600;
}
.mobile-header {
    display: none;
}
.mobile-menu {
    display: none;
}
.pt-15 {
    padding-top: 15px !important;
}
.p-15 {
    padding: 15px !important;
}
.fixed {
    position: fixed;
    z-index: 57;
    left: 0;
    top: 15px;
    width: 100%;
}
.fixed .arms a {
    text-shadow: 0 0 3px #000;
}
.fixed .hero {
    margin-top: 3px;
}
.index-head {
    display: none;
}

@media (min-width: 1200px) {

    .col-lg-1 {
        grid-column: span 1;
    }
    .col-lg-2 {
        grid-column: span 2;
    }
    .col-lg-3 {
        grid-column: span 3;
    }
    .col-lg-4 {
        grid-column: span 4;
    }
    .col-lg-5 {
        grid-column: span 5;
    }
    .col-lg-6 {
        grid-column: span 6;
    }
    .col-lg-7 {
        grid-column: span 7;
    }
    .col-lg-8 {
        grid-column: span 8;
    }
    .col-lg-9 {
        grid-column: span 9;
    }
    .col-lg-10 {
        grid-column: span 10;
    }
    .col-lg-11 {
        grid-column: span 11;
    }
    .col-lg-12 {
        grid-column: span 12;
    }
}


@media (min-width: 1800px) {
.container {
width:1600px;

}
    .col-l-1 {
        grid-column: span 1;
    }
    .col-l-2 {
        grid-column: span 2;
    }
    .col-l-3 {
        grid-column: span 3;
    }
    .col-l-4 {
        grid-column: span 4;
    }
    .col-l-5 {
        grid-column: span 5;
    }
    .col-l-6 {
        grid-column: span 6;
    }
    .col-l-7 {
        grid-column: span 7;
    }
    .col-l-8 {
        grid-column: span 8;
    }
    .col-l-9 {
        grid-column: span 9;
    }
    .col-l-10 {
        grid-column: span 10;
    }
    .col-l-11 {
        grid-column: span 11;
    }
    .col-l-12 {
        grid-column: span 12;
    }
}
@media (min-width: 2400px) {
.container {
width:2000px;

}
    .col-xl-1 {
        grid-column: span 1;
    }
    .col-xl-2 {
        grid-column: span 2;
    }
    .col-xl-3 {
        grid-column: span 3;
    }
    .col-xl-4 {
        grid-column: span 4;
    }
    .col-xl-5 {
        grid-column: span 5;
    }
    .col-xl-6 {
        grid-column: span 6;
    }
    .col-xl-7 {
        grid-column: span 7;
    }
    .col-xl-8 {
        grid-column: span 8;
    }
    .col-xl-9 {
        grid-column: span 9;
    }
    .col-xl-10 {
        grid-column: span 10;
    }
    .col-xl-11 {
        grid-column: span 11;
    }
    .col-xl-12 {
        grid-column: span 12;
    }
}

@media (max-width: 680px) {
    .bottom-menu-wrapper {
        display:block;
        position:fixed;
        z-index:50;
        left:0;
        bottom:0;
        border-radius: 16px 16px 0 0;
        background: #e4efea;
        overflow:hidden;
        width: 100%;
    }
    .bottom-menu {
        padding:11px 16px 13px 16px;
        width: calc(100% - 32px);
    }
    .index-head {
        display: block;
        position: absolute;
        right: 15px;
        bottom: 15px;
        text-align: right;
    }
    
    .bm-link {
        font-size: 8px;
        text-align:center;
        text-decoration:none;
        color: #555;
        line-height: 8px;
    }
    .bm-link div {
        height: 22px;
    }
    .bm-link-green {
        color: #267a56 !important;
    }
.bm-link img {
height:16px;
}
    .index-head a {
        color: #fff;
        text-decoration: none;
        margin-top: 15px;
        display: block;
    }
    .for-fix-menu {
        display: none;
    }
    .logo-mobile-menu {
        background: url("/images/Logo_800x800.png");
background-size:cover;
        width: 58px;
        height: 58px;
        display: block;
    }
    .cookies-grid {
        grid-template-columns: 1fr;
        gap: 15px;

        padding: 15px;
    }
    .logo-mobile {
        display: block;
        background: url("/images/Logo_800x800.png");
background-size:cover;
        width: 74px;
        height: 74px;
    }
    .mobile-phone {
        background: url("/images/mobile-phone.svg");
        display: block;
        width: 19px;
        height: 19px;
    }
    .mobile-menu {
        background: url("/images/bgr.png") left 56px no-repeat #00582a;
        background-size: cover;

        position: fixed;
        left: 0;
        top: 0;
        z-index: 100;
        width: 100%;
        height: 100%;
    }
    .bar-close {
        background: url("/images/close.svg");
        width: 21px;
        height: 21px;
    }
    .flex-bar {
        align-items: center;
        gap: 30px;
    }
    .bar {
        background: url("/images/bar.svg") no-repeat;
        width: 34px;
        height: 24px;
        margin-top: 3px;
    }
    .mobile-header {
        padding: 15px;
        width: calc(100% - 30px);
        position: fixed;
        left: 0;
        top: 0;
        z-index: 50;
        display: block;
    }
    .container {
        width: auto;
        padding: 10px;
    }
    .swiper-index .grid-12 {
        gap: 16px;
    }
    .gallery-item {
        height: 300px;
    }
    h1  {
        font-size: 20px;
    }
    .h1-inside {
        text-align: center;
        font-size: 32px;
        padding-top: 80px;
    }
    .mt-100 {
        margin-top: 70px !important;
    }
    .order-m-1 {
        order: 1;
    }
    .order-m-2 {
        order: 2;
    }
    .mySwiper {
        height: 77px;
    }
    .tabs {
        margin-top: 0;
    }
    header {
        position: relative;
    }
    .d-m-none {
        display: none;
    }
    .a-name {
        font-size: 20px;
        text-align: center;
        margin-top: 30px;
    }
    .m-full-width {
        width: 100% !important;
    }
    .parts {
        margin-top: 70px;
    }
    .menu-container {
        display: none;
    }
    .hero-img {
        width: 100%;
    }
    .hero-slogan {
        font-size: 32px;
        text-align: center;
    }
    .slogan {
        font-size: 20px;
        text-align: center;
    }
    .hero {
        display: none;
    }
    .parts-img {
        width: 100%;
    }
    .parts-item {
        padding: 16px;
    }
    .parts-item .grid-12 {
        gap: 40px 0;
    }
    .mobile-menu-content {
        padding-top: 43px;
        padding-left: 13px;
        margin-bottom: 40px;

    }
    .menu-link-m {
        font-size: 24px;
        line-height: 130%;
        color: #fff;
        display: block;
        margin-bottom: 16px;
        text-decoration: none;
    }
    .order-menu {
        display: block;
        font-weight: 700;
        font-size: 14px;
        line-height: 130%;
        text-transform: uppercase;
        color: #fff;
        text-decoration: none;
        text-align: center;
        box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.16);
        background: #419470;
        border-radius: 4px;
        padding: 16px 0;
        margin-bottom: 88px;
    }
    .mm-social {
        gap: 23px;
        margin-bottom: 27px;
    }
    .mm-social .whatsapp, .mm-social .tg {
        width: 27px;
        background-size: cover;
        height: 27px;
    }
    .mm-email {
        margin-left: 0;
        margin-bottom: 44px;
        display: inline-block;
    }
    .mm-arms {
        margin-left: 0;
    }
    .content_inject {
        width: 95%;
    }
}