*,
*::after,
*::before {
    box-sizing: border-box;
}

html{
    overflow-x:hidden;
    width:100%;
    scroll-behavior: smooth;
}
body {
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #0f1310;
    font-size: 16px;
    line-height: 22px;
}


@keyframes flip {
    0% {
        transform: perspective(400px) rotateY(0) rotateZ(0) scale(0.5);
        animation-timing-function: ease-in-out;
    }
    25% {
        transform: perspective(400px) rotateY(15deg) rotateX(15deg) scale(1);
        animation-timing-function: ease-in-out;
    }
    50% {
        transform: perspective(400px) rotateY(-15deg) rotateX(-15deg) scale(0.8);
        animation-timing-function: ease-in-out;
    }
    100% {
        transform: perspective(400px) rotateY(0deg) rotateZ(0) scale(0.5);
        animation-timing-function: ease-in-out;
    }
}
h1{
    font-size: 56px;
    line-height: 78px;
}
h2{
    font-size: 2rem;
    line-height: 2rem;
    margin-bottom: 32px; /*used in footer*/
}
h3{
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 55px;
}
h4{
    font-size: 24px;
    line-height: 33px;
}
h5{
    font-size: 16px;
    line-height: 22px;
}
.section-page {
    padding: 35px 0;
}
.section-page.gray{
    background: #EEEEEE;
}
.section__desc {
    margin-bottom: 55px;
    max-width: 960px;
}
.section__desc p {
    margin-bottom: 25px;
}
.transportation__desc-text.section-text{
    font-size: 0.85rem;
    margin-bottom: 0.85rem;
}
.transportation__desc-text.section-text-title{
    font-size: 0.85rem;
    font-weight: bold;
    margin-bottom: 0px;
}
.section-text {
    font-size: 24px;
}
.loading_screen {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 999999;
    transition: all 0.3s ease;
    background: white;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading_screen_img {
    /*background-image: url('/images/jauns_logo.jpeg');*/
    background-image: url('/images/modul_logo_2.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 190px;
    height: 140px;
    backface-visibility: visible !important;
}

.products__item-category{
    font-size: 1.1rem;
    color: gray;
    font-weight: 500;
    margin-top: 12px;
}
.products__item-card {
    border: 2px solid #EEEEEE;
    /*padding: 10px 10px 0 10px;*/
    background: #ffffff;
    height: 410px;
    transition: .4s all;
    display: flex;
    flex-direction: column;
}
.products__item-card__name{
    padding-left:10px;
    padding-right:10px;
    font-size: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: block;
}
.product__item-card_description2 {
    padding-left:10px;
    padding-right:10px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.85rem;
    margin-bottom: 0.3rem;
}
.product__item-card_description3 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.85rem;
    padding-left:10px;
    padding-right:10px;
}
.product__item-card_description4 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.8rem;
}
.product__item-card_description5{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.8rem;
}
.products__item-card__subtitle{
    padding-left:10px;
    padding-right:10px;
    font-size: 0.85rem;
    margin-bottom: 7px;
}
.products__card-bottom__title{
    font-size: 0.85rem;
    font-weight: 500;
    color: gray;
}
.products__item-card_similar {
    border: 2px solid #EEEEEE;
    padding: 24px 24px 0 24px;
    background: #ffffff;
    height: 410px;
    transition: .4s all;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.products__item-card_similar.no-pointer-events {
    pointer-events: none;
}
.no-pointer {
    pointer-events: none;
}
a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}
.footer_visual_wrap{
    flex:1;
}
.footer_above_visual {
    display: flex;
    justify-content: space-between;
    margin-left: 140px;
}
.fond_text{
    width: calc(100% - 140px);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 46px;
    background-position: left;
    margin-left: 140px;
}
.fond_visual_element {
    width: calc(100% - 140px);
    height: 150px;
    background-image: url(/images/fond_visual.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 46px;
    background-position: left;
    margin-left: 140px;
}
.fond_visual_element.lv{
    background-image: url(/images/fond_visual_lv.png);
}

input,
textarea {
    outline: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
    padding: 13px 15px;
    line-height: 18px;
}

input::placeholder,
textarea::placeholder {
    font-size: 14px;
    line-height: 18px;
    color: #231f20;
}

button {
    cursor: pointer;
    outline: none;
    border: none;
    font-family: 'Montserrat', sans-serif;
    color: #231f20;

}
.checkbox-page{
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute;
    clip: rect(0 0 0 0);
    padding-left: 20px;
}
.checkbox-page__style {
    display: block;
    width: 23px;
    height: 22px;
    min-width:22px;
    background-image: url('/images/filter_checkbox.svg'); /* Replace with the path to your image */
    background-size: cover; /* Ensures the image covers the entire box */
    background-position: center; /* Centers the image within the box */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    margin-right: 10px;
    position: relative;
}

.checkbox-page__style.active {
    background-image: url('/images/filter_checked.svg');
    background-color: #8FC649;
    width:20px;
    height:20px;
    background-size: cover;
    margin-right: 11px;
    border:1px solid #8FC649;
    border-radius: 3px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    /*margin-left: 1px;*/
    /*margin-top: 1px;*/
}

.checkbox-page__inner-style {
    width: 23px;
    height: 22px;
    /*background: #ffffff;*/
}

/*.checkbox-page__style::before {*/
/*    content: "";*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    background-color: #8FC649;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*    transition: .4s all;*/
/*    opacity: 0;*/
/*}*/
/*.checkbox-page:checked + .checkbox-page__style::before {*/
/*    opacity: 1;*/
/*}*/
/*.checkbox-page__style::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 12px;*/
/*    height: 7px;*/
/*    border-left: 3px solid #ffffff;*/
/*    left: 50%;*/
/*    top: 44%;*/
/*    transform: translate(-50%, -50%) rotate(-45deg);*/
/*    border-bottom: 3px solid #ffffff;*/
/*    transition: .4s all;*/
/*    opacity: 0;*/
/*}*/
/*.checkbox-page:checked + .checkbox-page__style::after {*/
/*    opacity: 1;*/
/*}*/







.container {
    max-width: 1350px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    height: fit-content;
}
.page-top{
    padding-top: 10px;
    padding-bottom: 10px;
}
.header {
    padding: 25px 0;
    z-index: 9999;
    width: 100%;
    top: 0;
    position: relative;
    /*background: transparent;*/
    box-shadow: none;
    transition: .4s all;
    border-bottom: 1px solid #EEE;
    background: #FFF;
}
.header.fixed {
    position: sticky;
    top:0;
    background: #ffffff;
    /*box-shadow: 0px 4px 19px 3px rgba(34, 60, 80, 0.2);*/
    /*animation: fixed-header .4s;*/
}
.header.fixed-off{
    position: relative;
    /*animation: fixed-off .4s;*/
}
@keyframes fixed-off{
    0%{
        transform: translateY(0);
        position: fixed;
    }
    100%{
        position: absolute;
        transform: translateY(-100px);
    }
}
@keyframes fixed-header{
    0%{
        transform: translateY(-100px);
    }
    100%{
        transform: translateY(0);
    }
}
.header__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.header__top-logo {
    display: flex;
    align-items: center;
}
.header__top-logo__img{
    margin-right: 50px;
    z-index: 11;
}

.header__top-logo__img img {
    width: 100%;
    height: 36px;
    display: block;
}
.header__top-logo__text{
    font-size: 14px;
    line-height: 18px;
    width: 250px;
}
.header__top-content{
    display: flex;
    align-items: center;
}
.header__top-nav {
    font-weight: 700;
}
.header__top-nav__list {
    display: flex;
    align-items: center;
    margin-left:40px;
    margin-right: 56px;
}
.header__top-nav__item {
    margin-right: 30px;
}
.header__top-nav__item:last-child {
    margin-right: 0;
}
#mi_Sale{
    background: #8fc649;
    padding: 2px 8px 2px 8px;
}
.header__top-nav__link {
    padding-bottom: 13px;
    position: relative;
}
.header__top-nav__link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    transition: .4s all;
    background: #ffffff;
    height: 2px;
}
.header .header__top-nav__link::after{
    background: #8FC649;
}
.header__top-nav__link:hover::after{
    width: 100%;
}
.header__top-language{
    display: flex;
    align-items: center;
    font-weight: 700;
    position: relative;
    z-index: 11;
    cursor: pointer;
    padding: 0 2px;
    margin-left: 8px;
    width: 100%;
    max-width: 86px;
}

.header__top-language:hover::after{
    width: 100%;
}
.header__top-language.active::after{
    display: none;
}
.header.fixed .header__top-language::after {
    background: #8FC649;
}
.header__top-language__icon{
    margin-left: 10px;
}
.header__top-language__icon img {
    width: 15px;
    display: block;
    filter: invert(100%);
}
.header__top-language__text{
    text-transform: uppercase;
}
.header__top-language__items{
    position: absolute;
    width: 100%;
    display: none;
    top: 23px;
    left: 0;
    padding: 0 2px;
    transition: .4s all;
    border-radius: 0 0 5px 5px;
    background: #305604;
}
.header__top-language.active .header__top-language__items{
    display: block;
}
.header__top-language__item{
    position: relative;
    display: block;
    text-align: center;
    border-top: 1px solid #cecece;
    padding: 2px 0px;
}
.header__top-language__item{
    padding-left: 0px;
}
.header__top-language__item:hover, .header__top-language__text:hover{
    color: white !important;
}
.header__top-language__item::before{
    content: "";
    position: absolute;
    background-image: url("/images/header_language-icon.svg");
    width: 17px;
    height: 16px;
    background-position: center;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    filter: invert(100%);
}
.header.fixed .header__top-language__items{
    box-shadow: 0px 4px 19px 3px rgba(34, 60, 80, 0.2);
    background: #fff;
}
.header-burger{
    width: 30px;
    margin-right: 5px;
    cursor: pointer;
    height: 30px;
    align-items: center;
    justify-content: center;
    display: none;
    z-index: 3;
    transition: .4s all;
    margin-left: 20px;
}
.header-burger__item{
    width: 18px;
    height: 2px;
    border-radius: 1px;
    background: #0F1310;
    transition: .7s all;
    display: block;
    position: relative;
}
.header-burger__item::before,
.header-burger__item::after {
    content: "";
    position: absolute;
    width: 100%;
    transition: .7s all;
    height: 2px;
    border-radius: 1px;
    background: #0F1310;
}
.header-burger__item::after {
    top: 5px;
}
.header-burger__item::before {
    bottom: 5px;
}
.header-burger.active .header-burger__item{
    background: transparent
}
.header-burger.active .header-burger__item::after {
    transform: rotate(45deg) translate3d(-4px, -4px, 0px);
}
.header-burger.active .header-burger__item::before {
    transform: rotate(-45deg) translate3d(-3px, 3px, 0px);
}
.header__inner-right {
    display: flex;
    /*flex-wrap: wrap;*/
    justify-content: center;
    white-space: nowrap;
}
.header-top__nav-mobile{
    display: none;
    width: 100%;
    position: fixed;
    left: 0;
    height: 100%;
    padding: 110px 20px 20px;
    overflow-y: auto;
    top: 0;
    font-weight: 700;
    background: #8FC649;
    transform: translateX(100%);
    transition: .4s all;
}
.header-top__nav-mobile.active{
    transform: translateX(0);
    z-index: 9998;
}
.header-nav__mobile-list{
    margin-bottom: 40px;
}
.header-nav__mobile-item{
    margin-bottom: 40px;
}
.header-nav__mobile-item a{
    color: black !important;
    text-decoration: none !important;
}
.header-nav__mobile-item:last-child{
    margin-bottom: 0;
}
.header-nav__mobile-language{
    display: none;
    align-items: center;
}
.header-mobile__language-icon{
    margin-right: 10px;
}
.header-mobile__language-icon img{
    display: block;
}
.header__inner-menu {
    display: flex;
    margin-right: 35px;
    align-items: center;
}

.header__inner-menu__items {
    margin-right: 1px;
    display: flex;
    height:30px;
}
.header__menu-cart__quantity{
    background: #922a42;
    border-radius: 50%;
    width: 17px;
    display: block;
    font-size: 11px;
    line-height: 17px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    height: 17px;
    bottom: 0;
    right: 0;
    position: absolute;
}
/*.header__menu-cart__quantity.active{*/
/*    display: block;*/
/*}*/
.header__inner-menu__item {
    width: 30px;
    margin-right: 5px;
    cursor: pointer;
    height: 30px;
    transition: .4s all;
}


.header__inner-menu__item.user {
    fill:  #FF0000;
}

.header__inner-menu__item.favorites {
    fill:  #FF0000;
    width: 30px;
    height: 30px;
    padding-top: 4px;
    padding-left: 5px;

}


.header__inner-menu__item:hover {
    fill: #940626;

}

.header__inner-menu__item:last-child {
    margin-right: 0;
}

.header__inner-menu__number {
    position: relative;
    transition: .4s all;
    display: flex;
    align-items: center;
}

.header__inner-menu__number:hover {
    color: #920122;
}

.header__inner-menu__number:hover .header__inner-menu__item.phone {
    fill: #920122;
}

.header__inner-menu__item.phone {
    margin-right: 5px;
}

.header__inner-lang {
    padding-bottom: 5px;
    color: #acacac;
    transition: .4s all;
    cursor: pointer;
}

.header__inner-lang:first-child {
    margin-right: 15px;
}

.header__inner-lang.active {
    color: #30323d;
    display: inline-block;
    border-bottom: 1px solid #232022;
}

.header__inner-lang:hover {
    color: #30323d;
}

.header__inner-mobile {
    display: none;
}

.header__mobile-btn {
    width: 26px;
    height: 26px;
    padding: 0;
    display: block;
    background-color: transparent;
    cursor: pointer;
    border: none;
    outline: none;
    margin-left: 20px;
    position: relative;
}

.header__mobile-btn__line {
    background: #3b3839;
    height: 2px;
    width: 26px;
    margin: 0;
    transition: all 0.5s ease;
}

.header__mobile-btn::after,
.header__mobile-btn::before {
    content: "";
    position: absolute;
    background: #3b3839;
    height: 2px;
    left: 0;
    transition: .4s all;
    width: 100%;
}

.header__mobile-btn::after {
    bottom: 6px;
    transform: rotate(0deg) translate(0px, 0px);
    transition: all 0.5s ease;
}

.header__mobile-btn::before {
    top: 6px;
    transform: rotate(0deg) translate(0px, 0px);
    transition: all 0.5s ease;
}

.header__mobile {
    display: none;
}

.header__mobile-btn.active .header__mobile-btn__line {
    opacity: 0;
}

.header__mobile-btn.active::after {
    transform: rotate(-45deg);
    top: 10px;
}

.header__mobile-btn.active::before {
    transform: rotate(45deg);
    top: 10px;
}

.header__mobile-top {
    padding: 20px 15px;
    display: flex;
    margin: 0 -15px;
    justify-content: flex-end;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.header__mobile-menu {
    display: flex;
    align-items: center;
}

.header__mobile-items {
    display: flex;
    margin-right: 40px;
}

.header__mobile-languages {
    display: flex;
}

.header__mobile-lang {
    padding-bottom: 10px;
}

.header__mobile-lang:first-child {
    margin-right: 15px;
}

.header__mobile-lang.active {
    border-bottom: 1px solid #232022;
}

.header__mobile-list {
    display: none;
    text-align: right;
    padding: 35px 15px 5px;
    position: relative;
    font-size: 16px;
    color: #30323d;
    line-height: 18px;
    height: 100vh;
}

.header__mobile-list__item {
    margin-bottom: 20px;
    padding-right: 50px;
    cursor: pointer;
}

.header__mobile-list__item:last-child {
    margin-bottom: 0;
}

.header__mobile-list__item--inner span {
    position: relative;
}

.header__mobile-list__item--inner span::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    right: -45px;
    top: 50%;
    transform: translateY(-50%) rotate(315deg);
}

.header__mobile-list__item--inner span::after {
    content: "";
    position: absolute;
    width: 17px;
    height: 1px;
    background: #000;
    right: -47px;
    top: 50%;
    transform: translateY(-50%);
    transition: .4s all;
}

.header__mobile-list__link {
    padding-bottom: 10px;
}

.header__mobile-list__item.active .header__mobile-list__link {
    border-bottom: 1px solid #232022;
}

.header__mobile-list__sublist {
    display: none;
    position: absolute;
    min-height: 100%;
    z-index: 11;
    padding-top: 35px;
    padding-left: 40px;
    text-align: left;
    width: 100%;
    transition: .4s all;
    background: #eff2f8;
    top: 0;
    right: 0;
    padding-bottom: 20px;
}

.header__mobile-list__sublist.active {
    display: block;
}

.header__mobile-sublist__name {
    margin-bottom: 20px;
    padding-left: 35px;
    position: relative;
}

.header__mobile-sublist__name::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    left: 4px;
    top: 50%;
    transform: translateY(-50%) rotate(135deg);
}

.header__mobile-sublist__name::after {
    content: "";
    position: absolute;
    width: 17px;
    height: 1px;
    background: #000;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
    transition: .4s all;
}

.header__mobile-sublist__item {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    padding-right: 30px;
}

.header__mobile-sublist__item:last-child {
    margin-bottom: 0;
}

.header__mobile-sublist__item img {
    width: 22px;
    margin-right: 15px;
}

.header__mobile-sublist__item span {
    display: inline-block;
    position: relative;
    padding-right: 30px;
}

.header__mobile-sublist__item span::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(315deg);
}

.header__mobile-sublist__item span::after {
    content: "";
    position: absolute;
    width: 17px;
    height: 1px;
    background: #000;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
    transition: .4s all;
}

.header__mobile-sublist__inner {
    display: none;
    position: absolute;
    min-height: 100%;
    z-index: 99;
    padding-top: 35px;
    padding-left: 40px;
    text-align: left;
    width: 100%;
    transition: .4s all;
    background: #eff2f8;
    padding-bottom: 20px;
    top: 0;
    right: 0;
}

.header__mobile-sublist__inner.active {
    display: block;
}

.header__mobile-inner__name {
    margin-bottom: 20px;
    padding-left: 35px;
    position: relative;
}

.header__mobile-inner__name::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    left: 4px;
    top: 50%;
    transform: translateY(-50%) rotate(135deg);
}

.header__mobile-inner__name::after {
    content: "";
    position: absolute;
    width: 17px;
    height: 1px;
    background: #000;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
    transition: .4s all;
}

.header__mobile-inner__item {
    margin-bottom: 20px;
    padding-left: 35px;
    color: #222324;
    font-size: 14px;
    line-height: 16px;
}

.header__mobile-inner__item:last-child {
    margin-bottom: 0;
}

.header__mobile-search {
    display: none;
    justify-content: space-between;
    padding: 10px 15px;
    align-items: center;
    margin: 0 -15px;
    border-bottom: 1px solid #fff;
}

.header__mobile-btn__line.opened {
    opacity: 0;
}

.header__mobile-btn.opened::before {
    transform: rotate(-45deg) translate(-3px, 5px);
}

.header__mobile-btn.opened::after {
    transform: rotate(45deg) translate(-3px, -6px);
}
.footer {
    color: #ffffff;
    margin-top: 2rem;
    /*background: #0F1310;*/
}

.footer__container{
    background: #0F1310;
}




.footer__inner{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 0px;
    align-items: center;
    align-content: center;
    padding: 24px 0;
}
.footer__inner_left {
    display: flex;
    flex-direction: row;
    max-width: 450px;
    align-items: center;
}
.footer__inner-logo {
    margin-bottom: 0px;
    display: inline-block;
    margin-right: 40px;
}
.footer__inner-logo img {
    width: 100%;
    height: 36px;
    display: block;
}
.footer__inner-text {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0px;
}
.footer__inner-language{
    margin-bottom: 0px;
}
.footer__inner-social{
    display: flex;
}
.footer__inner-social__item{
    margin-right: 10px;
    width: 24px;
}
.footer__inner-social__item img{
    display: block;
    width: 100%;
}

.footer__inner-social__item:last-child{
    margin-right: 0;
}
.footer__inner-content {
    font-weight: 500;
}




.footer__inner-content__title{
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 0px;
    color: #878987;
}
.footer__inner-list__item {
    margin-bottom: 0px;
}
.footer__inner-list__item:last-child {
    margin-bottom: 0;
}
.footer__inner-list__link {
    padding-bottom: 0px;
    position: relative;
}
.footer__inner-language {
    display: flex;
    align-items: center;
}
.footer__inner-language__icon {
    margin-right: 10px;
}
.footer__inner-language__icon img {
    display: block;
}
.footer__inner-contacts__title{
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 0px;
    color: #878987;
}
.contacts__title{
    margin-bottom: 1.2rem;
    font-size: 2rem;
    line-height: 2.8rem;
}
.footer__inner-contacts{
    font-weight: 700;
}
.footer__inner-contacts__item{
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}
.footer__inner-contacts__icon{
    margin-right: 10px;
    background: #272a27;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer__inner-contacts__icon img{
    display: block;
}
.footer__bottom {
    color: #a6a8a7;
    font-size: 14px;
    line-height: 18px;
    margin-top: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer__bottom-right__item {
    display: inline-block;
    margin-right: 60px;
    font-size: 14px;
}
.footer__bottom-right__item:last-child{
    margin-right: 0;
    margin-bottom: 0;
}
.page-title {
    font-weight: 300;
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 65px;
    color: #30323d;
}

.section-title {
    font-weight: 300;
    font-size: 40px;
    line-height: 56px;
    color: #30323d;
}

.slider {
    padding: 80px 0 70px;
    background: #fff;
}

.slider-title {
    margin-bottom: 50px;
}

.slider__body {
    height: 640px !important;
    position: relative;
}

.slider__body-item {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding: 0 100px;
}

.slider__body-content {
    max-width: 670px;
    width: 100%;
}

.slider__body-title {
    font-size: 60px;
    line-height: 72px;
    margin-bottom: 40px;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.9);
    color: rgba(255, 255, 255, 1);
    font-weight: 600;

}

.slider__body-arrows {

}

.arrows {
    display: flex;
    z-index: 10;
}
.arrows.profile{
    position: absolute;
    top: 217px;
    right: 0;
    padding-top:0 !important;
}

.arrows.gray .arrows__wrapper {
    background: #eff2f8;
}

.arrows.white .arrows__wrapper {
    background: #fff;
}

.arrows.colored .arrows__wrapper {
    background: #922a42;
}

.arrows__wrapper {
    width: 42px;
    height: 42px;
    transition: .4s all;
    position: relative;
    cursor: pointer;
}

.arrows__wrapper:first-child {
    margin-right: 8px;
}
.arrows__wrapper::before{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    z-index: 1;
    transition: .7s all;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #0F1310;
}
.arrows__wrapper:first-child::before{
    transform: translate(-50%, -50%) rotate(-90deg);
}
.arrows__wrapper:last-child::before{
    transform: translate(-50%, -50%) rotate(90deg);
}
.arrows__wrapper::after{
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    z-index: 0;
    top: 0;
    background: #476624;
    transition: .7s all;
}
.arrows__wrapper:first-child::after{
    right: 0;
}
.arrows__wrapper:last-child::after{
    left: 0;
}
.arrows__wrapper:hover::before{
    border-bottom: 8px solid #ffffff;
}
.arrows__wrapper:hover::after{
    width: 100%;
}
.arrows__wrapper-arrow::after {
    content: "";
    position: absolute;
    width: 23px;
    height: 1px;
    background: #000;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: .4s all;
}
.arrows__wrapper-arrow::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    right: 16px;
    top: 50%;
    transform: translateY(-50%) rotate(315deg);
    transition: .4s all;
}

.arrows__wrapper:first-child .arrows__wrapper-arrow::after {
    left: 15px;
    right: auto;
}

.arrows__wrapper:first-child .arrows__wrapper-arrow::before {
    left: 16px;
    transform: translateY(-50%) rotate(135deg);
    right: auto;
}

.arrows.colored .arrows__wrapper-arrow::before {
    border-color: #fff;
}

.arrows.colored .arrows__wrapper-arrow::after {
    background: #fff;
}

.footer__arrow .arrows.colored .arrows__wrapper {
    margin-right: 0;
    z-index:101;
}

.footer__arrow .arrows {
    position: absolute;
    top: -20px;
    right: 0;
}

.footer__arrow .arrows.colored .arrows__wrapper-arrow::before {
    top: 42%;
    transform: translate(-50%, -50%) rotate(225deg);
    left: 50%;
}

.arrows.colored .arrows__wrapper .arrows__wrapper-arrow::after {
    transform: translate(-50%, -50%) rotate(90deg);
    left: 50%;
}

.swiper-wrapper {
    height: auto;
}

/*.swiper-wrapper-off {*/
/*    height: auto;*/
/*}*/
.section-button {
    padding: 8px 15px;
    font-weight: 700;
    cursor: pointer;
    background: #8FC649;
    transition: .4s all;
    display: inline-block;
    position: relative;
}
.section-button span{
    z-index: 1;
    position: relative;
}
.section-button::after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    background: #476624;
    left: 0;
    top: 0;
    z-index: 0;
    transition: .4s all;
}
.section-button:hover::after{
    width: 100%;
}
.section-button:hover{
    color: #ffffff;
}
.page-bottom__body {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    min-height: 470px;
    padding: 20px 160px 85px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
}

.page-bottom__body::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: #5c2831;
    z-index: 2;
    opacity: .83;
}

.page-bottom__content {
    max-width: 540px;
    width: 100%;
    color: #fff;
    z-index: 5;
}

.page-bottom__title {
    color: #ffffff;
}

.page-bottom__text {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}

.connection {
    padding: 72px 0;
}

.connection.ultra {
    padding-bottom: 165px;
}

.connection.shop {
    padding-bottom: 145px;
}

.connection__wrapper {
    min-height: 520px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.connection__wrapper-body {
    max-width: 865px;
    width: 100%;
    text-align: center;
}

.connection__wrapper-title {
    font-size: 36px;
    line-height: 42px;
    font-weight: 300;
    font-style: italic;
    color: #ffffff;
    margin-bottom: 55px;
}

.connection__wrapper-title span {
    font-weight: 700;
}

.connection__wrapper-link {
    background: #ffffff;
}

.gallery-slider {
    padding: 70px 0;
}

.gallery-slider__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 45px;
}

.gallery-slider__title {
    margin-bottom: 0;
}

.gallery-slider__wrapper {
    display: flex;
    justify-content: space-between;
}

.gallery-slider__item {
    height: 520px;
    }

.gallery-slider__item img {
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
    object-position: right bottom;
}

.gallery-slider__body {
    user-select: none;
    max-width: 1600px;
}

.product__items {
    display: flex;
    justify-content: space-between;
}

.product__item {
    max-width: 370px;
    width: 100%;
}

.product__item-img {
    height: 265px;
    padding-bottom: 8px;
    border-bottom: 1px solid #acadb1;
    margin-bottom: 15px;
}

.product__item-img img {
    width: 100%;
    height: 100%;
    display: block;
}

.product__item-name {
    margin-bottom: 5px;
    font-weight: 500;
}

.product__item-price {
    font-weight: 700;
}
.sidebar{
    max-width: 260px;
    width: 100%;
    align-self: flex-start;
    position: sticky;
    top: 100px;
}
.sidebar-title{
    margin-bottom: 25px;
}
.sidebar-top {
    border: 1px solid #EEEEEE;
    margin-bottom: 25px;
    padding: 15px 20px;
    display: flex;
    color: #1F2022;
}
.sidebar-top__item {
    margin-right: 30px;
    display: flex;
    font-weight: 700;
    cursor: pointer;
}
.sidebar__list {
    color: #1F2022;
    font-weight: 700;
}

.sidebar__list-item-top {
    width: 100%;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    color: #30323d;
    margin-bottom: 15px;
}





.sidebar__lis-label {
    display: flex;
    padding: 15px 20px 15px;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
}
.sidebar-label-left{
    display: flex;
    padding-right: 10px;
}
.sidebar__list-text{

}
.sidebar__list-quantity{
    color: #8fc649;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
}



.sidebar__list-sublist {
    color: #222324;
    margin-top: 22px;
}

.sidebar__list-item__checkbox {
    margin-right: 12px;
    width: 22px;
    height: 22px;
    flex: none;
    cursor: pointer;
}
.product__item-card_description-similar{
    font-size: 0.85rem;
    line-height: 1.2rem;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar__list-item__count {
    color: #8fc649;
    /*font-size: 14px;*/
    line-height: 19px;
    /*font-weight: 400;*/
    font-size: 1rem !important;
    font-weight: bold;
}
.sidebar__list-inner .sidebar__list-item__count{
    font-size: 10px;
    line-height: 14px;
}
.sidebar__sublist-item {
    border-bottom: 1px solid #EEEEEE;
    width: 320px;
}

.sidebar__list-sublist .arrows__wrapper-arrow::before {
    border-color: #9e9da0;
    width: 10px;
    height: 10px;
}

.sidebar__list-sublist .arrows__wrapper-arrow::after {
    background: #9e9da0;
    width: 17px;
}

.sidebar__list-inner {
    /*border-bottom: 1px solid #EEEEEE;*/
    border-top: 1px solid #EEEEEE;
    font-size: 12px;
    line-height: 16px;
    display: none;
}
.sidebar__sublist-item.active .sidebar__list-inner{
    display: block;
}

.shop__sidebar-label__left{
    display: flex;
    padding-right: 10px;
    align-items: center;
    padding-left: 3px;
    height: 22px;
}
.sidebar__list-sublist .sidebar__list-item__label,
.sidebar__list-inner .sidebar__list-item__label {
    /*padding-bottom: 0;*/
    /*border-bottom: 0;*/
    display: flex;
    padding: 15px 20px 15px 0;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    font-weight: bold;
    font-size: 1rem;
    align-items: center;
}
.sidebar__list-inner .sidebar__list-item__label{
    padding: 12px 20px;
}
.sidebar__list-inner .sidebar__sublist-item__text {
    padding-right: 0px;
    width: 220px;
}

.sidebar__sublist-item__text{
    width: fit-content;
}
.sidebar__list-item.active .sidebar__list-sublist {
    display: block;
}

.sidebar__list-item.active .arrows__wrapper-arrow {
    transform: rotate(90deg);
}

.sidebar__list-item.active .sidebar__sublist-item .arrows__wrapper-arrow {
    transform: rotate(0deg);
}

.sidebar__list-item.active .sidebar__sublist-item.active .sidebar__list-item__label::after {
    transform: translateY(-50%) rotate(-135deg);
}

.sidebar__list-item__label.active::after {
    transform: translateY(-50%) rotate(-135deg);
}
.sidebar__list-inner .sidebar__list-item__label::after{
    display: none;
}
.no-italics {
    font-style: normal;
}
.page-tabs {
    padding-top: 75px;
    padding-bottom: 60px;
}

.page-tabs__title {
    margin-bottom: 45px;
}

.page-tabs__top {
    background: #eff2f8;
    padding: 45px 40px 20px;
    margin-bottom: 35px;
}

.page-tabs__top-list {
    font-size: 14px;
    display: flex;
    font-weight: 700;
    text-transform: uppercase;
    flex-wrap: wrap;
}

.page-tabs__top-item {
    margin-right: 55px;
    padding-bottom: 5px;
    transition: .4s all;
    cursor: pointer;
    border-bottom: 1px solid #231f2000;
}

.page-tabs__top-item:hover {
    border-bottom: 1px solid #231f20;
}

.page-tabs__top-item.active {
    border-bottom: 1px solid #231f20;
}

.page-tabs__top-item:last-child {
    margin-right: 0;
}
.page-tabs__content-inner{
    display: none;
}
.page-tabs__content-inner.active{
    display: block;
}
.page-tabs__content {
    font-weight: 400;
    max-width: 1800px;
}

.page-tabs__content-text {
    padding-left: 40px;
}

.page-tabs__content-text p {
    margin-bottom: 30px;
}

.page-tabs__content-text p:last-child {
    margin-bottom: 0;
}

.page-tabs__content-list {
    list-style: disc;
    padding-left: 18px;
}

.page-tabs__content-item {
    margin-bottom: 5px;
}

.page-tabs__content-item:last-child {
    margin-bottom: 0;
}
.page-tabs__content-list--pdfs{
    list-style: none;
    padding-left: 0;
}
.page-tabs__content-item--pdf{
    margin-bottom: 10px;
}
.page-tabs__content-item--pdf a{
    position: relative;
    padding-left: 35px;
    display: block;
}
.page-tabs__content-item--pdf a::before{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-image: url(../images/download-pdf.svg);
    width: 29px;
    height: 32px;
}
.counter {
    display: flex;
}

.counter__item {
    user-select: none;
    margin-right: 10px;
    background: #eff2f8;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-align: center;
    color: #30323d;
    width: 60px;
    transition: .4s all;
    height: 60px;
    font-size: 24px;
    line-height: 26px;
    border: 1px solid #eff2f8;
}

.counter__item.number {
    background: #ffffff;
}

.counter__item:hover {
    background: #922a42;
    color: #ffffff;
}

.counter__item.number:hover {
    background: #ffffff;
    color: #30323d;
}

.counter__item:last-child {
    margin-right: 0;
}

.button-hover:hover {
    background: #940626;
    color: #ffffff;
}

.button-hover:hover::before {
    border-color: #ffffff;
    transform: translate(50%, -50%) rotate(315deg);
}

.button-hover:hover::after {
    background: #ffffff;
    transform: translate(30%, -50%);
}

.button__hover-no_bg:hover {
    background: none;
    color: inherit;
}

.button__hover-no_bg:hover::before {
    border-color: #000000;
    transform: translate(50%, -50%) rotate(315deg);
}

.button__hover-no_bg:hover::after {
    background: #000000;
    transform: translate(30%, -50%);
}


/********************
    Index
*********************/
.main {
    min-height: 640px;
    position: relative;
}
.main-slider{
    position: absolute;
    height: 100%;
    width: 100%;
}
.main-slider__item{
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.main__info {
    max-width: 500px;
    position: relative;
    z-index: 1;
    color: #ffffff;
    padding-top: 145px;
}
.main__info-title{
    max-width: 450px;
    font-size: 56px;
    line-height: 78px;
    margin-bottom: 50px;
}
.main__info-list{
    display: flex;
    margin-bottom: 30px;
}
.main__info-list__item{
    font-weight: 700;
    margin-right: 20px;
}
.main__info-list__item:last-child{
    margin-right: 0;
}
.main__info-link{
    padding: 10px 20px;
    background: #ffffff;
    color: #0F1310;
    font-size: 24px;
    line-height: 33px;
    font-weight: 700;
    margin-bottom: 65px;
    position: relative;
    display: inline-block;
    transition: .4s all;
}
.main__info-link span{
    z-index: 1;
    position: relative;
}
.main__info-link::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    transition: .7s all;
    height: 100%;
    background: #476624;
}
.main__info-link:hover::after{
    width: 100%;
}
.main__info-link:hover{
    color: #ffffff;
}
.main__info-top {
    margin-bottom: 100px;
}
.main__info-top__text {
    font-size: 24px;
    line-height: 26px;
    color: #30323d;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 20px;
}

.main__info-top__text span {
    font-weight: 700;
}

.main__info-top__link {
    background: none;
    padding: 10px 45px 10px 0px;
}

.main__info-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.main__info-item {
    min-height: 140px;
    width: 170px;
    border-bottom: 1px solid #30323d;
    padding-bottom: 10px;
    transition: .4s all;
}

.main__info-item__img {
    width: 70px;
    margin-bottom: 22px;
    height: 60px;
    transition: .4s all;
}

.main__info-item__title {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 18px;
    font-weight: 700;
    position: relative;
    color: #30323d;
    width: 125px;
    transition: .4s all;
}

.main__info-item__title::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 1px;
    background: #940626;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    transition: .4s all;
    opacity: 0;
}

.main__info-item__title::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-bottom: 1px solid #940626;
    border-right: 1px solid #940626;
    right: -25px;
    top: 50%;
    transform: translateY(-50%) rotate(315deg);
    transition: .4s all;
    opacity: 0;
}

.main__info-item:hover .main__info-item__title {
    color: #940626;
}

.main__info-item:hover .main__info-item__img {
    fill: #940626;
}

.main__info-item:hover .main__info-item__title::before {
    opacity: 1;
}

.main__info-item:hover .main__info-item__title::after {
    opacity: 1;
}
.main_page-categories__items {
    display: grid;
    grid-template-columns: repeat(4, 4fr);
    grid-template-rows: auto;
    grid-gap: 20px 30px;
}
.main_page-categories__item {
    height: 280px;
    position: relative;
    padding: 25px;
    display: flex;
    justify-content: end;
    flex-direction: column;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #ffffff;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}
/*.main_page-categories__item::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    height: 100%;*/
/*    width: 0;*/
/*    background: #8FC649;*/
/*    left: 0;*/
/*    top: 0;*/
/*    opacity: .8;*/
/*    transition: .4s all;*/
/*}*/
/*.main_page-categories__item:hover::before {*/
/*    width: 100%;*/
/*}*/
/*.main_page-categories__item:hover {*/
/*    background-size: 110%;*/
/*}*/
.main_page-categories__item-title,
.main_page-categories__item-arrow{
    z-index: 10;
}
.main-page-about__items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.main-page-about__inner-item {
    max-width: 335px;
}
.main-page-about__item-img {
    margin-bottom: 35px;
    max-width: 60px;
}
.main-page-about__item-img img{
    display: block;
    width: 100%;
}
.main-page-about__item-title {
    margin-bottom: 10px;
}
.rent__items {
    display: grid;
    grid-template-columns: repeat(4, 4fr);
    grid-template-rows: auto;
    grid-gap: 30px 110px;
}
.rent__item {
    max-width: 225px;
}
.rent__item-img {
    margin-bottom: 25px;
}
.rent__item-img img{
    display: block;
}
.rent__item-title {
    margin-bottom: 10px;
    max-width: 150px;
}
.rent__item-text {
    margin-bottom: 25px;
}
.services__items {
    display: grid;
    grid-template-columns: repeat(4, 4fr);
    grid-template-rows: auto;
    grid-gap: 32px 110px;
}
.services__item {
    max-width: 225px;
}
.services__item-img {
    margin-bottom: 25px;
}
.services__item-img img {
    display: block;
}
.services__item-title {
    margin-bottom: 10px;
}
.services__item-text {
    margin-bottom: 25px;
}
.breadcrumbs {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 19px;
    color: #A6A8A7;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.breadcrumbs__item {
    padding-right: 10px;
    margin-right: 5px;
    position: relative;
}
.breadcrumbs__item::after {
    content: "/";
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    line-height: 19px;
    color: #A6A8A7;
}
.breadcrumbs__item:last-child {
    margin-right: 0;
    padding-right: 0;
}
.breadcrumbs__item:last-child::after{
    display: none;
}
.transportation__items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.transportation__item {
    max-width: 300px;
    position: relative;
}
.transportation__item-top {
    width: 210px;
    height: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 5px solid #8FC649;
    margin-bottom: 50px;
}

.transportation__item-img {
    max-width: 93px;
}
.transportation__item-img img {
    width: 100%;
    display: block;
}
.transportation__item-bottom {
    display: flex;
    justify-content: space-between;
}

.transportation__item-step {
    margin-right: 40px;
    align-self: self-start;
    line-height: 35px;
    position: relative;
    margin-bottom: 0;
    text-align: center;
}
.transportation__item-step span {
    font-size: 10px;
    line-height: 14px;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}
.transportation__item-arrow {
    position: absolute;
}
.transportation__item:nth-child(1) .transportation__item-arrow {
    top: 23%;
    right: -40%;
}
.transportation__item:nth-child(2) .transportation__item-arrow {
    top: 3%;
    right: -43%;
}
.products__items {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(3, 3fr);
    grid-gap: 32px;
    margin-bottom: 80px;
}

.offers__items {
    grid-template-columns: repeat(4, 4fr);
}

.products__item {
    transition: .4s all;
    /*width: 305px;*/
}
.transportation-services__items .products__item-card, .products__item-card_similar{
    height: 410px;
}


.products__item .products__item-card:hover .products__item-card_similar:hover{
    border-color: #8fc649;
}
.products__item-card__img {
    /*max-width: 255px;*/
    margin: 0 auto 0;
    height: 220px;
    overflow: hidden;
}
.products__item-card__img img {
    display: block;
    height: 100%;
    object-fit: contain;
    margin:auto;
}
.products__item-card__desc {
    color: #a6a8a7;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
}

.products__card-bottom__item{
    display: flex;
    align-items: center;
    gap: 6px;
}
.price-vat{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}
.products__card-bottom__item:last-child {
    margin-right: 0;
    display: flex;
    gap: 6px;
    align-items: center;
    height: 12px;
}
.products__card-bottom__price {
    color: #8fc649;
    font-size: 0.85rem;
    line-height: 33px;
    font-weight: 600;
}
.products__card-bottom__price--cents {
    font-size: 0.85rem;
    line-height: 16px;
}
.products__card-bottom__text {
    color: #a6a8a7;
    font-size: 0.85rem;
    line-height: 16px;
    font-weight: 600;
}
.page-about__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
}
.page-about__top-content {
    max-width: 750px;
    width: 100%;
    margin-right: 15px;
}
.page-about__top-title{
    margin-bottom: 24px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 2rem;
}
.page-about__top-desc {
    font-size: 20px;
    line-height: 28px;
}
.page-about__desc-text{
    margin-bottom: 0.8rem;
}
.page-about__desc-text:last-child{
    margin-bottom: 0;
}

.page-about__top-img {
    position: relative;
    width: 519px;
    height: 519px;
    overflow: hidden;
}

.page-about__top-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page-about__bottom {
    display: flex;
    align-items: center;
    height: 535px;
}
.page-about__bottom-img{
    margin-right: 15px;
}
.page-about__bottom-img img{
    width: 535px;
    height: 535px;
    display: block;
    object-fit: cover;
}
.page-about__bottom-content {
    max-width: 745px;
    height: 535px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.page-about__bottom-desc {
    margin-bottom: 25px;
}

.page-about__desc-text {
    font-size: 0.85rem;
    line-height:120%;
    font-style: normal;
    font-weight: 400;
}

.page-about__bottom-item {
    padding:16px 24px 16px 24px;
    background: #ffffff;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    border: 1px solid #eee;
    width: 750px;

}
.page-about__bottom-item:last-child{
    margin-bottom: 0;
}

.page-about__bottom-items{
    display: flex;
    gap:24px;
    flex-direction: column;
}
.page-about__item-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    max-width:46px;
    height: 46px;
    max-height:46px;
}
.page-about__item-icon img{
    width: 48px;
    height:48px;
}
.page-about__item-content {
    margin-left:24px;
    }

.page-about__item-title {
    font-size: 0.85rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.page-about__item{
    font-size: 0.85rem;
}
.about-command__inner {
    display: grid;
    grid-template-columns: repeat(4, 4fr);
    grid-gap: 30px;
}

.about-command__item {
    padding: 25px;
    background: #ffffff;
}

.about-command__item-img {
    margin-bottom: 20px;
}

.about-command__item-post {
    color: #a6a8a7;
    margin-bottom: 5px;
}

.about-command__item-name {
    margin-bottom: 20px;
}

.about-command__item-contacts {
    display: flex;
}

.about-command__contacts-item {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #476624;
}
.about-command__contacts-item:last-child{
    margin-right: 0;
}
.about-gallery__top {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about-gallery__top-title{
    margin-bottom: 0;
}
.about-gallery__arrows-wrapper{
    background: #eeeeee;
}
.about-gallery__content {
    display: flex;
}
.about-gallery__content-small .about-gallery__content-img{
    margin-right: 0;
    margin-bottom: 10px;
}
.about-gallery__content-small .about-gallery__content-img:last-child{
    margin-bottom: 0;
}
/*.about-gallery__content-img img{*/
/*    display: block;*/
/*    width: 100%;*/
/*}*/

.contacts__content {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 2rem;
}
.contacts__content-left {
    max-width: 900px;
    width: 100%;
}
.contacts__content-left__top {
    display: flex;
    margin-bottom: 10px;
}
.contacts__content-left__title {
    margin-right: 10px;
}
.contacts__content-left__item {
    width: 100%;
    padding: 20px 0 10px;
    display: flex;
    border-top: 1px solid #EEEEEE;
}
.contacts__content-item__icon {
    width: 48px;
    height: 48px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*background: #8FC649;*/
}

.contacts__content-item__icon img {
    height: 48px;
    width: 48px;
    object-fit: contain;
}
.contacts__content-item__inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
.contacts__content-item__block {
    width: 47%;
    margin-bottom: 10px;
}
.contacts__content-item__name {
    margin-bottom: 5px;
    font-size: 0.85rem;
    font-weight: bold;
}
.contacts__content-item__contents {
    font-weight: 400;
    font-size: 0.85rem;
}
.links_footer_text{
    font-size: 0.85rem;
    font-weight: bold;
}
.contacts__content-form {
    max-width: 410px;
    width: 100%;
    border-left:1px solid #EEE;
    border-top:1px solid #EEE;
}
.contacts__content-form__content {
    background: #FFFFFF;
    padding: 24px;
    height:590px;
    width:415px;
}

.contacts__content-form__title {
    margin-bottom: 20px;
    color: #0F1310;
    font-family: Manrope,sans-serif;
    /*font-style: normal;*/
    font-weight: bold;
    line-height: 100%; /* 24px */
    font-size: 0.85rem;
}
.contacts__content-form__label {
    font-size: 0.85rem;
    margin-bottom: 20px;
    display: block;
}
.contacts__content-form__input {
    width: 100%;
    margin-top: 5px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    border: 1px solid transparent;
    transition: .4s all;
    background-color: #EEEEEE;
}
.contacts__content-form__input::placeholder{
    color: #a6a8a7;
    font-size: 16px;
    line-height: 22px;
}
.contacts__content-form__input:focus{
    border: 1px solid #476624;
}
.contacts__content-form__input--textarea {
    height: 125px;
    resize: none;
}
.contacts__content-form__button {
    padding: 15px;
    background: #8fc649;
    width: 100%;
    text-align: center;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
}

.contacts.page-top{
    background-color: #FFFFFF;
    color:#0F1310;
}

.map__content{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    height: 450px;
}
.cookie_policy{
    padding: 27px 10%;
    display: block;
    z-index: 50;
    position: fixed;
    bottom: 0;
    flex-direction: column;
    width: 100%;
    background-color: white;
    box-shadow:
            0 0.1px 2.2px rgb(0 0 0 / 2%),
            0 0.3px 5.3px rgb(0 0 0 / 3%),
            0 0.6px 10px rgb(0 0 0 / 4%),
            0 1.1px 17.9px rgb(0 0 0 / 4%),
            0 2.1px 33.4px rgb(0 0 0 / 5%),
            0 5px 80px rgb(0 0 0 / 7%);
    z-index: 9999;
}
.cpb_container {
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
}
.cp_accept {
    margin-top: 20px;
}

.product__images-items {
    display: grid;
    grid-template-columns: repeat(5, 5fr);
    grid-template-rows: auto;
    grid-gap: 32px;
}
.product__images-item{
    cursor: pointer;
}
.product__images-item img {
    width: 100%;
    height: 100%;
    max-height: 80px;
    display: block;
    object-fit: cover;
}

.product__content-bottom {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-top: 1rem;
}

.product__content-bottom__item {
    display: flex;
}

.product__content-bottom__info {
    margin-right: 30px;
}
.section-button.gray {
    background: #EEEEEE;
    padding: 15px 20px;
}

.product__bottom-info__price {
    color: #8fc649;
    font-size: 36px;
    line-height: 50px;
    font-weight: 700;
}
.product__bottom-info__price--cents{
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
}
.product__bottom-info__text{
    color: #a6a8a7;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
}
.product__content-bottom__button {
    align-self: flex-end;
}
.order-process__items {
    display: grid;
    grid-template-columns: repeat(3, 3fr);
    grid-template-rows: auto;
    grid-gap: 55px 120px;
}
.order-process__item {
    display: flex;
    max-width: 310px;
}
.order-process__item-number {
    margin-right: 40px;
    align-self: self-start;
    line-height: 35px;
    position: relative;
    margin-bottom: 0;
    text-align: center;
    color: #8fc649;
}
.order-process__item-number span {
    font-size: 10px;
    line-height: 14px;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}
.order-process__item-title {
    margin-bottom: 10px;
}
.order-process__item-text p {
    margin-bottom: 10px;
}
.order-process__item-text p:last-child {
    margin-bottom: 0;
}
.order-process__item:last-child .order-process__item-title{
    margin-bottom: 0;
}
.item_container_section h1{
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 1.2rem;
    width: 100%;
    max-width: 1300px;
    margin-top: 20px;
}
.item_container_section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 2rem;
}
.item_container_section_main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 1.5rem;
    margin-bottom: 1.2rem;
    padding: 0 15px;
}
.item_container_section_main h1{
    margin-bottom: 1.5rem;
    font-size: 2.6rem;
    line-height: 2.8rem;
    width: 100%;
    max-width: 1330px;
}
h1 {
    font-size: 2rem;
    font-family: "Manrope", sans-serif;
    margin-bottom: 20px;
}
.item_container_section_carousel{
    display: flex;
    align-items: center;
    justify-content: center;
}
.item_container_section_carousel_wrapper {
    display: flex;
    justify-content: center;
    gap: 15px;
    position: relative;
    margin-top: 40px;
}
.carousel-item {
    text-align: center;
    border: 1px solid #E4E4E4;
    border-radius: 8px;
    padding: 16px;
    cursor: pointer;
}
.carousel-item img{
    width: 150px;
    height: 150px;
}
.carousel-item_sizes{
    color: #231F20;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
}
.carousel-item_title{
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
}
.old_price {
    display: flex;
    margin-top: 10px;
    line-height: 12px;
    font-size: 12px;
    color: #BEBEBE;
    font-weight: bold;
    text-decoration-line: line-through;
}
.price {
    display: flex;
    margin-top: 4px;
    line-height: 16px;
    font-size: 16px;
    color: #FF4E4E;
    font-weight: 700;
}
.price_container{
    display: flex;
    flex-direction: column;
    margin-top: 5px;
}
.carousel-nav, .carousel-nav-services, .carousel-nav-product {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}
.carousel-nav button, .carousel-nav-services button, .carousel-nav-product button{
    color: #231F20;
    background-color: #FFFFFF;
    font-size: 18px;
    cursor: pointer;
    border: 1px solid #E4E4E4;
    border-radius: 8px;
    width: 30px;
    height: 30px;
}
.prev{
    rotate: 180deg;
    margin-left: -15px;
}
.next{
    margin-right: -15px;
}
.mobile_v{
    height:100%;
    width:100%;
    top:0;
    left:0;
}
.container_mob{
    display: flex;
    justify-content: center;
    height: 420px;
    width:100%;
    box-sizing: border-box;
    position: relative;
    z-index:100;
    transform: translateZ(0px);
    transition: transform 0.5s ease-out, opacity 1s ease-out;
}
.container_mob_main{
    display: flex;
    justify-content: center;
    height: 420px;
    width:100%;
    box-sizing: border-box;
    position: relative;
    z-index:100;
    transform: translateZ(0px);
    transition: transform 0.5s ease-out, opacity 1s ease-out;
}
.mob_apart_gallery_product{
    width: 100%;
    height: 100%;
    position: relative;
    max-width: 1300px;
}
.mob_img_container_wrapper{
    display: flex;
}
.mob_apart_gallery{
    width:100%;
    height:100%;
    position: relative;
    max-width: 1300px;
}
.mob_apart_gallery_main{
    width:100%;
    height:100%;
    position: relative;
    max-width: 1320px;
}
.mob_apart_gallery_second{
    width:100%;
    height:100%;
    position: relative;
    max-width: 1040px;
}
.mob_img_container_item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    object-fit: cover;
    width: auto;
    transition: opacity 0.5s linear;
    background-color: white;
    border-radius: 8px;
    cursor: pointer;
    min-height: 277px;
}
.mob_img_container, .mob_img_container_main{
    display: flex;
    justify-content: start;
    align-items: center;
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: absolute;
}
.arrow_container_cars{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 0;
}
#prev_arrow_cars, #next_arrow_cars{
    margin: 0 -12px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}
#next_arrow_cars{
    transform: rotate(180deg);
}
.gallery_progress, .gallery_progress-main {
    display: none;
    position: absolute;
    bottom: -10%;
    width: 100%;
}
.gp_container.my-slider-progress, .gp_container.my-slider-progress-main {
    background: #D9D9D9;
    height: 4px;
    width: 100%;
    position: relative;
    border-radius: 2px;
    overflow: hidden;
}
.my-slider-progress-bar_mobile {
    background: #8FC649;
    height: 100%;
    width: 0;
    transition: width 400ms ease;
}
.my-slider-progress-bar_mobile-main {
    background: #8FC649;
    height: 100%;
    width: 0;
    transition: width 400ms ease;
}
.about-gallery__content-img img{
    width: 650px;
    height: 500px;
}
#privacy_policy-title{
    font-size: 2rem;
}
#about_us_section{
    margin-bottom: 35px;
}
.contact-cards-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.contact-card {
    width: 160px;
    padding: 10px;
    border: 1px solid rgba(0,0,0,0.1);
    text-align: center;
}
.contact-photo img {
    width: auto;
    height: 135px;
    object-fit: cover;
}
.contact-name {
    margin-top: 0.5rem;
    font-weight: bold;
    font-size: 0.8rem;
    line-height: 150%;
}
.contact-phone a {
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 150%;

}
.contacts_content-item_cards{
    margin-bottom: 10px;
}
@media (max-width: 1300px) {
    .mob_apart_gallery,  .item_container_section h1{
        max-width: 970px;
    }
    .mob_apart_gallery_main,  .item_container_section_main h1{
        max-width: 100%;
    }
    .about-gallery__content-img{
        margin-right: 0;
    }
    .page-about__top, #about_us_section {
        margin-bottom: 1.2rem;
    }
}
@media (max-width: 1240px) {
    .header__top-logo {
        display: flex;
        flex-direction: column;
    }
    .header__top-logo__img {
        margin-right: 0;
    }
    .main_page-categories__items{
        grid-template-columns: repeat(3, 3fr);
    }
    .rent__items {
        display: grid;
        grid-gap: 30px 50px;
    }
    .transportation__item-arrow{
        display: none;
    }
    .offers__items {
        grid-gap: 10px;
    }
    .products__item-card {
        padding: 20px 20px 0 20px;
    }
    .about-command__inner{
        grid-template-columns: repeat(2, 2fr);
        grid-gap: 20px;
    }
    .about-command__item{
        padding: 20px;
        max-width: 310px;
        width: 100%;
        margin: 0 auto;
    }
    .product__content-bottom{
        display: block;
    }
    .product__content-bottom__item {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .product__content-bottom__info {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .section-button.gray {
        text-align: center;
        align-self: auto;
    }
    .product__content-desc{
        margin-bottom: 30px!important;
    }
    .order-process__items{
        grid-gap: 30px;
    }
}
@media (max-width: 1100px) {
    .mob_apart_gallery,  .item_container_section h1{
        max-width: 635px;
    }
}
@media (max-width: 991px) {

    h1{
        font-size: 40px;
        line-height: 48px;
    }
    h3 {
        font-size: 32px;
        line-height: 44px;
        margin-bottom: 20px;
    }
    .item_container_section h1{
        font-size: 32px;
        line-height: 44px;
        margin-bottom: 20px;
    }
    .item_container_section_main h1{
        font-size: 32px;
        line-height: 44px;
        margin-bottom: 20px;
    }
    .section-text {
        font-size: 17px;
        line-height: 23px;
    }
    .section-text p{
        margin-bottom: 15px;
    }
    .section__desc{
        margin-bottom: 40px;
    }
    .section__desc p{
        margin-bottom: 15px;
        font-size: 1.1rem;
    }

    .header__top-logo__text{
        display: none;
    }
    .header__top-nav{
        display: none;
    }
    .header-burger{
        display: flex;
    }
    .header-top__nav-mobile{
        display: block;
    }
    .header__top-logo__img {
        margin-bottom: 0;
        width: 103px;
    }
    .main {
        height: 100vh;
        min-height: 680px;
    }
    .swiper-wrapper,
    .slider__body{
        height: 100%!important;
    }
    .main__info-title{
        font-size: 56px;
        line-height: 78px;
    }
    .main_page-categories__item{
        height: 270px;
    }
    .main-page-about__inner-item{
        max-width: none;
        width: 100%;
        margin-bottom: 30px;
    }
    .main-page-about__inner-item:last-child{
        margin-bottom: 0;
    }
    .rent__items {
        grid-template-columns: repeat(3, 3fr);
        grid-gap: 20px;
    }
    .rent__item{
        width: 100%;
        max-width: none;
    }
    .services__items {
        grid-template-columns: repeat(3, 3fr);
        grid-gap: 20px;
    }

    .footer__inner{
        max-width: 400px;
        margin: 0 auto 0;
        flex-direction: column;
        align-items: center;
    }
    .footer__inner-left{
        max-width: none;
        width: 100%;
        margin-bottom: 40px;
        position: relative;
    }
    .footer__inner-content{
        margin-bottom: 40px;
        width: 100%;
    }
    .footer__inner-contacts{
        width: 100%;
        position: relative;
    }
    .transportation__item{
        max-width: none;
        width: 48%;
        margin-bottom: 20px;
    }
    .transportation__item:last-child{
        margin-bottom: 0;
    }
    .offers__items {
        grid-template-columns: repeat(2, 2fr);
    }
    .page-about__top-content,
    .page-about__bottom-content{
        max-width: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .page-about__top{
        margin-bottom: 20px;
    }

    .page-about__top-img,
    .page-about__bottom-img, .page-about__bottom-img img{
        margin: 0 auto;
        height:335px;
        width: 100%;
    }

    .page-about__bottom{
        flex-direction: column;
    }

    .page-about__bottom-img{
        margin-bottom: 20px;
    }

    .page-about__bottom{
        height: 1000px;
    }

    .page-about__top{
        flex-direction: column;
    }

    .page-about__top-title{
        margin-bottom: 15px;
    }
    .page-about__desc-text{
        margin-bottom: 15px;
    }
    .page-about__bottom-item{
        width: 100%;
        flex-direction: column;
        align-items: center;
    }
    .page-about__item-icon{
        margin-right: 0;
        margin-bottom: 10px;
    }
    .page-about__item-content{
        width: 100%;
        text-align: center;
    }
    .about-gallery__content-img{
        display: none;
        width: 100%;
        margin-right: 0;
    }
    .about-gallery__content-img:nth-child(1){
        display: block;
    }
    .about-gallery__content-small .about-gallery__content-img{
        display: none;
    }
    .contacts__content{
        flex-wrap: wrap;
    }
    .contacts__content-left{
        max-width: none;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .contacts__content-form{
        margin: 0 auto;
    }

    .products__item{
        width: 100%;
    }
    .product__wrapper{
        flex-direction: column;
        align-items: center;
    }
    .product__wrapper-info{
        max-width: 530px!important;
    }
    .product__wrapper-left{
        margin-right: 0!important;
        margin-bottom: 30px!important;
    }
    .order-process__items{
        grid-template-columns: repeat(2, 2fr);
    }
    .order-process__item{
        max-width: none;
    }
    .footer__inner_left{
        margin-top: 12px;
    }
}
@media (max-width: 800px) {
    .arrow_container_cars {
        display: none;
    }
    .gallery_progress, .gallery_progress-main {
        display: flex;
    }
}

@media (max-width: 771px) {

    h2 {
        font-size: 2rem;
        line-height: 2rem;
    }
    .breadcrumbs {
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 20px;
        flex-wrap: wrap;
    }

    .main__info{
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        height: 100vh;
        padding-bottom: 40px;
    }
    .main__info-title{
        margin-bottom: 30px;
        font-size: 40px;
        line-height: 48px;
    }
    .main__info-link{
        font-size: 16px;
        line-height: 22px;
        padding: 15px 20px;
        max-width: 320px;
        width: 100%;
        text-align: center;
        margin-bottom: 0;
    }
    .main__info-list{
        flex-direction: column;
    }
    .main__info-list__item{
        margin-bottom: 10px;
        margin-right: 0;
    }
    .main__info-list__item:last-child{
        margin-bottom: 0;
    }
    .rent__items {
        grid-template-columns: repeat(2, 2fr);
    }
    .services__items {
        grid-template-columns: repeat(2, 2fr);
    }
    .section__desc p{
        font-size: 1rem;
    }
    .transportation__item {
        width: 100%;
        margin-bottom: 35px;
    }
    .transportation__item-top {
        width: 160px;
        height: 160px;
        margin-bottom: 15px;
    }
    .transportation__item-img{
        width: 60px;
    }
    .transportation__item-bottom {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding-left: 10px;
    }
    .transportation__item-step {
        margin-right: 20px;
    }
    .contacts__content-left__top{
        display: block;
    }
    .contacts__content-left__title{
        font-weight: 400;
        margin-bottom: 10px;
    }
    .contacts__content-left__number{
        font-weight: 700;
    }
    .contacts__content-left__item{
        display: block;
    }
    .contacts__content-item__icon{
        margin-right: 0;
        margin-bottom: 15px;
    }

    .contacts__content-item__block{
        width: 100%;
    }
    .contacts__content-item__contents--requisites{
        margin-top: 0!important;
    }
    .map__content{
        height: 450px;
    }
    .map__content img{
        object-fit: cover;
    }
    .contacts__content-form__content{
        width: 95vw;
    }

    .contacts__content-form__title{
        font-size:20px;
    }

    .contacts__title{
        font-size:2rem;
        padding-top:1.2rem;
    }

    .footer__bottom-right__item:last-child{
        margin-top: 4px;
    }
    .footer__inner-logo{
        margin-right: 15px;
    }

    .page-about__bottom{
        height: 1100px;
    }

.links_footer_text{
    font-size: 12px;
    line-height: 16px;
}
    .about-gallery__content-img img {
        width: 200px;
        height: 225px;
        object-fit: cover;
        max-height: 100%;
    }
    .products__item-card_similar{
        height: 400px;
        width: 255px !important;
    }
}
@media (max-width: 650px) {
    .mob_apart_gallery,  .item_container_section h1{
        max-width: 305px;
    }
}
@media (max-width: 600px) {
    .products__item-card_similar{
        height: 340px;
    }
    .container_mob{
        height: 380px;
    }
    .item_container_section
}
@media (max-width: 575px) {
  html{
      width:100%;
  }
    body {
        font-size: 15px;
        line-height: 21px;
    }

    .section-button {
        font-size: 14px;
        line-height: 19px;
    }

    .main-page-about__item-title {
        font-size: 18px;
        line-height: 21px;
    }

    .main_page-categories__items {
        grid-template-columns: repeat(2, 2fr);
        grid-gap: 20px;
    }

    .main_page-categories__item {
        height: 230px;
    }

    .main-page-about__item-img {
        margin-bottom: 20px;
        max-width: 30px;
    }

    .rent__item-img {
        margin-bottom: 15px;
    }

    .rent__item-img img {
        width: 40px;
    }

    .page-about__top,
    .page-about__bottom{
        flex-wrap: nowrap;
        display: block;
    }

    .page-about__bottom{
        height: 1150px;
    }

    .page-about__top-img, .page-about__bottom-img, .page-about__bottom-img img{
        height: 340px;
    }

    .footer {
        padding: 0 0 1px;
    }

    .main-page__about .section-page{
        margin-bottom: 752px;
    }

    .footer__inner-text,
    .footer__inner-text {
        font-size: 12px;
        line-height: 15px;
    }

    .footer__inner-logo {
        max-width: 120px;
    }

    .footer__inner-logo img {
        width: 100%;
    }

    .footer__bottom {
        align-items: center;
        flex-direction: column;
    }

    .footer__bottom-left {
        margin-bottom: 10px;
    }

    .footer__bottom-right {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
    }

    .footer__bottom-right__item {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .footer-line {
        display: none;
    }

    .footer__inner-left::before,
    .footer__inner-contacts::before {
        content: "";
        position: absolute;
        border: 1px solid #323232;
        width: 100%;
        height: 1px;
        bottom: -20px
    }

    .transportation__item-top {
        width: 80px;
        height: 80px;
        margin-bottom: 15px;
        border: 2px solid #8FC649;
    }

    .transportation__item-img {
        width: 35px;
    }

    .offers__items {
        grid-template-columns: repeat(1, 1fr);
    }

    .transportation-services__items .products__item-card {
        height: 440px;
    }

    /*.products__item-card__img {*/
    /*    max-width: 280px;*/
    /*    margin: 0 auto 15px;*/
    /*}*/

    .products__card-bottom__price {
        font-size: 0.85rem;
        line-height: 26px;
    }

    .page-about__top-title {
        font-size: 1.2rem;
        line-height: 1.6rem;
    }

    .page-about__desc-text {
        line-height: 23px;
    }

    .page-about__bottom-item {
        padding: 25px 15px;
    }

    .about-command__inner {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px;
    }

    .about-gallery__top {
        margin-bottom: 20px;
    }

    .contacts__content-item__name {
        font-size: 16px;
    }

    .product__content-desc__text {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .product__content-desc__characteristics {
        display: block !important;
    }

    .product__content-characteristics__item {
        margin-bottom: 20px;
    }

    .product__bottom-info__price {
        font-size: 32px;
        line-height: 44px;
    }

    .product__content-bottom__button {
        font-size: 16px;
    }

    .product__images-items {
        grid-template-columns: repeat(4, 4fr);
    }

    .order-process__items {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px;
    }

    .order-process__title {
        margin-bottom: 30px;
    }

    .order-process__item-number {
        font-size: 48px;
        line-height: 67px;
        margin-right: 20px;
    }

    .order-process__item-number span {
        bottom: 0;
    }

    .order-process__item {
        align-items: center;
    }
}
@media screen and (max-width: 450px) {
    .mobile_v {
        display: block;
    }
    .mob_img_container {
        justify-content: center;
    }
    .mob_apart_gallery, .item_container_section h1 {
        max-width: 415px;
    }
    .mob_apart_gallery_main, .item_container_section_main h1 {
        max-width: 415px;
    }
    .item_container_section{
        padding: 0 15px;
    }
}
@media (max-width: 400px) {
    .page-about__bottom {
        height: 1250px;
    }
    .contacts__content-form__content{
        padding: 0;
        margin-top: 12px;
        width: 92vw;
        height: auto;
    }
    .contacts__content-left{
        margin-bottom: 0;
    }
    input,
    textarea {
        padding: 8px 10px;
    }
    .contacts__content-form{
        border-left: none;
    }
    .social-links_footer{
        margin-top: 12px !important;
        margin-bottom: 12px !important;
    }
    .item_container_section_main{
        margin-top: 40px;
    }
}
@media (max-width: 325px) {
    .social-links_footer{
        padding: 0 12px;
    }
}
.grid_container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    justify-content: center;
}


.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px; /* Space between items */
    width: 100%;
    max-width: 1200px; /* Adjust as needed */
}

.product-item {
    background: #f4f4f4;
    border: 1px solid #ddd;
    padding: 20px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 8px;
    min-height: 200px;
}

/* Pagination styling */
.pagination_shop {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.page-tab {
    background-color: #007bff;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
}

.page-tab.active {
    background-color: #0056b3;
}

.page-tab:hover {
    background-color: #0056b3;
}

.shop__products-items.products__items{
    display: flex;
    flex-direction: column;
}

.header-phone_number {
    color: #305604;
    font-family: Manrope,sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-right: 16px;
    white-space: nowrap;
}

.header-phone_number:hover{
    color: #8FC649;
}

.header-phone_number:last-child {
    margin-right: 0px;
}

.social-links_footer{
    color: #0F1310;
    font-family: Manrope, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    /*margin-top:8px;*/
    margin-bottom:8px;
}

.social-links_footer a{
    margin-right: 16px;
    height: 24px;
    aspect-ratio: 1;
}
.shop-services-section {
    width: 1320px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.shop-services-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.shop_service {
    width:220px;
    height: 134px;
    padding: 10px;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap:6px;
    border:1px solid #EEE;
    border-right: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .shop_service {
        /*width: 134px;*/
    }
    .shop-services-section{
        width: 100%;
    }
}

.shop_service:last-child {
    border-right: 1px solid #EEE;
}

.shop_service:hover {
    background-color: #FFFFFF;
}

.service-icon {
    display: inline-block;
}

.shop_service:hover .icon1 {
    content: url('/images/cargo-transportation_hover.svg');
}

.shop_service:hover .icon2 {
    content: url('/images/public-toilet_hover.svg');
}

.shop_service:hover .icon3 {
    content: url('/images/cargo-transportation_1_hover.svg');
}

.shop_service:hover .icon4 {
    content: url('/images/furniture_hover.svg');
}

.shop_service:hover .icon5 {
    content: url('/images/fence_hover.svg');
}

.shop_service:hover .icon6 {
    content: url('/images/cargo-container_hover.svg');
}

/* Preload hover images using a dedicated invisible element */
.preload-images {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}


.preload-hover-images {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

.preload-hover-images::before {
    content:
            url('/images/cargo-transportation_hover.svg')
            url('/images/public-toilet_hover.svg')
            url('/images/cargo-transportation_1_hover.svg')
            url('/images/furniture_hover.svg')
            url('/images/fence_hover.svg')
            url('/images/cargo-container_hover.svg');
}

.preload-images img {
    display: block;
    width: 0;
    height: 0;
}
#main-page-first_title_about_us{
    font-size: 2rem;
}
@media (max-width: 1190px) {
    .products__items{
        margin-bottom: 0;
    }
    .grid_container{
        grid-template-columns: repeat(3, 0fr);
    }
}
@media (max-width: 1000px) {
    .grid_container{
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 8px;
    }
}
@media (max-width: 771px) {

    .header-phone_number {
        font-size: 16px;
    }
    .dont_show_mob{
        display: none;
    }

    .social-links_footer{
        height:30px;
        margin-top: 8px;
        margin-bottom: 8px;
    }
    .contacts__content-form{
        /*border-left:none;*/
        max-width: 100%;
        width: 100%;
    }

}
@media (max-width: 600px) {
    .container_mob_main {
        height: 380px;
    }
}
@media (max-width: 400px) {
    .contacts__content{
        margin-bottom: 20px;
    }
    .contacts__title{
        line-height: 1.5rem;
    }
    .header-phone_number{
        margin-right: 2px;
    }
    .header-burger{
        margin-left: 4px;
    }
    .container_mob_main{
        height: 390px;
    }
}

.contacts__content {
    border-bottom: 1px solid #EEE;
  }

.pagination_shop {
    position: sticky;
    bottom: 10px;
    z-index: 10;
    background-color: transparent;
    width:fit-content;
    margin: 0 auto;
}
@media (max-width: 340px) {
    .header__top-logo__img{
        width: 80px;
    }
}
@media (max-width: 325px) {
    .container{
        padding: 0 10px;
    }
    .footer {
        margin-top: 1rem;
    }
    .main-page-first_title{
        margin-top: 0 !important;
    }
    .item_container_section_main{
        margin-top: 1.2rem;
    }
    .item_container_section_main h1{
        margin-bottom: 1.2rem;
    }
    .container_mob_main{
        height: 360px;
    }
    .item_container_section_main{
        margin-bottom: 0;
    }
    .contacts__title{
        margin-top: 2rem;
        margin-bottom: 18px;
    }
    .header-burger{
        margin: 0;
    }
    .header-phone_number{
        margin: 0;
    }
}
@media (max-width: 310px) {
    .header__top-logo__img{
        width: 80px;
    }
    .header-phone_number{
        font-size: 14px;
    }
    .header__top-language__icon{
        margin-right: 8px;
    }
    .header__top-language__item::before{
        width: 15px;
        height: 15px;
    }
    .header__top-language__icon img{
        width: 15px;
        height: 15px;
    }
}
@media (max-width: 270px) {
    .header__top-logo__img{
        width: 80px;
    }
    .header-phone_number{
        font-size: 14px;
    }
    .header__top-content{
        flex-direction: column;
        gap: 6px;
    }
    .header{
        padding: 10px 0;
    }
    .header-burger{
        order: -1;
    }
}
@media (max-width: 260px) {
    .footer__inner_left{
        max-width: 220px;
    }
}
@media (max-width: 230px) {
    .footer__inner_left{
        max-width: 200px;
    }
}
@media (max-width: 230px) {
    .footer__inner_left{
        max-width: 180px;
    }
    .social-links_footer{
        flex-direction: column;
        height: 100%;
        gap: 4px;
    }
}