.margin-p{
    margin-top: 100px;
    position: relative;
}
.page_padding{
    padding-bottom: 100px;
}
.main_categories-grid{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
    margin-bottom: 10px;
    gap: 3%;
}
.main_categories_menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 3%;
}
.main_categories-item {
    height: 55px;
    transition: var(--tr-3s);
    cursor: pointer;
    color: var(--body-text);
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 10px;
}
.main_subcategory {
    position: absolute;
    top: 100%;
    left: 0;
    border-radius: 10px;
    border: 1px solid var(--border);
    box-shadow: 0px 10px 16px 0px #00082E26;
    overflow: hidden;
    width: 100%;
    height: fit-content;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 99;
    background: #fff;
    padding: 16px;
}
.main_categories__link {
    text-decoration: none;
    color: var(--body-text);
    gap: 8px;
}
.main_categories-ttl {
    line-height: 1.2;
    font-size: 16px;
    font-weight: 500;
}
.main_categories-item-2 .main_categories-ttl {
    font-weight: 400;
}
.main_categories-item-2 {
    padding: 12px 0;
}
.main_categories-item-2:first-child {
    padding-top: 0;
}
.main_categories-item-2:last-child {
    padding-bottom: 0;
}
.main_categories__icon {
    max-width: 24px;
    min-width: 24px;
    max-height: 24px;
    min-height: 24px;
    color: var(--body-text);
    display: grid;
    place-items: center;
}
.main_categories__icon img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.span_arrow {
    width: 20px;
    height: 20px;
    display: grid;
    place-items: center;
}
.span_arrow svg {
    width: 12px;
    height: 12px;
    display: block;
    color: var(--body-text);
    transform: rotate(90deg);
    transition: .5s ;
}
.categories_menu_1 {
    border-bottom: 1px solid var(--border);
}
.categories_menu_1:last-child {
    border-bottom: 0;
}
.categories_menu.scroll li:nth-last-child(3) {
    border-bottom: 0;
}
.banner_main {
    width: calc(100% - 348px);
    height: fit-content;
    margin-left: 26px;
}
.fn_banner_main:not(.swiper-container-initialized) .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.fn_banner_main:not(.swiper-container-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+4) {
    display: none;
}
.main_banner_item{
    position: relative;
}
.main_banner_image picture{
    height: 100%;
}
.main_banner_image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: var(--border-radius);
}
.main_banner_image {
    height: 550px;
    position: relative;
    z-index: 9;
    transition: var(--tr-3s);
    border-radius: 10px;
    overflow: hidden;
}
.main_banner_item_content {
    position: absolute;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    padding: 13px 20px;
    line-height: 1;
    max-width: 90%;
    width: 100%;
    border-radius: 0 10px 10px 0;
    bottom: 80px;
    z-index: 10;
    background: #222222B2;
    backdrop-filter: blur(6px);
}
.main_banner_item_content p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.2;
}
.categories_nav{
    background: #fff;
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    transition: all .3s;
    width: 322px;
    z-index: 10;
    height: 542px;
    opacity: 1;
    visibility: visible;
    /* border: 1px solid var(--border); */
    /* box-shadow: 0px 4px 26px 0px #001A5C1F; */
}
.categories_nav__pages {
    top: 100%;
}
.catalog_icon__close {
    width: 30px;
    height: 30px;
}
.catalog_icon__close svg {
    width: 100%;
    height: 100%;
}
.categories_nav.categories_nav--show {
    display: block;
    position: relative;
    float: left;
}
.categories_nav .categories_nav__menu{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 550px;
    width: 100%;
    max-width: 100%;
    background: var(--bg);
    border: 1px solid var(--border);
}
.categories_nav.categories_nav__pages .categories_nav__menu {
    border-radius: 0 0 10px 10px;
}
.fn_catalog_menu.hidden {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
}
.categories_nav .categories_nav__menu .categories_menu__item{margin: 0;}
.categories_menu__item:hover .categories_nav__menu {
    background: #fff;
}
.categories_nav .level_2 .categories_menu__link {
    font-size: 16px;
    font-weight: 400;
    width: max-content;
}
.categories_nav .level_2 .subcategory {
    padding: 0 10px;
    z-index: 100;
    display: block;
    flex-wrap: wrap;
}
.categories_nav .level_2 .subcategory .categories_menu__item {
    max-width: 100%;
    break-inside: avoid-column;
}
.categories_nav .categories_nav__subcategory {
    position: absolute;
    top: -1px;
    height: auto;
    z-index: -4;
    visibility: hidden;
    opacity: 0;
    width: auto;
    box-shadow: 0px 4px 26px 0px #001A5C1F;
    -webkit-transform: translateX(260px) translateZ(0px);
    transform: translateX(260px) translateZ(0px);
    -webkit-transition: -webkit-all .3s ease-in-out;
    transition: -webkit-all .3s ease-in-out;
    transition: all .3s ease-in-out;
    transition-delay: 0s, 0s;
    -webkit-transition-delay: .15s;
    background-color: var(--bg);
    max-width: 1045px;
    width: 322px;
    height: 550px;
    border-radius: 0 10px 10px 0;
    border: 1px solid var(--border);
    /* transform: translateX(316px) translateZ(0px);
        visibility: visible;
        opacity: 1; */
}
/* .categories_nav .categories_menu,
.categories_nav .subcategory {
    height: auto;
    padding: 30px 0 ;
    display: flex;
    flex-direction: column;
} */
.categories_menu:not(.scroll)  {overflow: hidden;}
.categories_nav .level_3.categories_nav__subcategory {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    box-shadow: none;
    position: relative;
    visibility: hidden;
    opacity: 0;
    transform: translateX(0px) translateZ(0px);
    z-index: 0
}
.categories_nav .categories_menu__link {
    padding: 16px 36px 16px 16px;
    position: relative;
    transition: .3s;
    text-decoration: none;
    color: var(--body-text);
    line-height: 1.2;
    font-size: 16px;
    font-weight: 500;
    min-height: 30px;
}
.categories_menu__link{
    color: var(--body-text);
    text-decoration: none;
    position: relative;
}
.categories_nav .categories_menu__link .categories_menu__icon {
    height: 28px;
    width: 28px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}
.categories_nav .categories_menu__link .categories_menu__icon svg {
    max-height: 22px;
    max-width: 22px;
}
.categories_nav .categories_menu__link .categories_menu__icon svg path{
    fill: currentColor!important;
}
.categories_menu__link .categories_menu__name {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.fn_open_categories {
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 10;
}
.categories_nav__subcategory:not(.level_3) .categories_menu__link .categories_menu__name {
    text-overflow: ellipsis;
}
.categories_nav .categories_menu__link .arrow_right {
    position: absolute;
    right: 16px;
    top: calc(50% - 5px);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transition: .3s;
    width: 12px;
    height: 12px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 15px;
    -ms-flex: 0 0 15px;
    flex: 0 0 15px;
    max-width: 15px;
}
.categories_nav__subcategory.level_3 .categories__no_image .arrow_right {
    width: 50px;
    height: 50px;
    display: block;
    position: relative;
    top: inherit;
    max-width: 50px;
    flex: inherit;
}
.categories_nav .subcategory .categories_menu__item{
    background: transparent;
    position: static;
}
.categories_nav .level_3 .subcategory{
    display: none!important
}
.bottom_categories {
    padding: 17px 0 37px;
}
.categories_nav .level_3 .subcategory .categories_menu__item{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 0px 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    height: 100%;
    text-align: center;
    max-width: 336px
}
.categories_nav .level_3 .subcategory .categories_menu__item .categories_menu__link{
    height: 100%;
    background: #fff;
    width: 100%;
    padding: 2px 0
}
.categories_nav .level_3 .categories_menu__link {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
.categories_nav .level_3 .subcategory .categories_menu__item .categories_menu__image{
    height: 100px;
}
.categories_nav .level_3 .subcategory .categories_menu__item .categories_menu__image svg{
    max-height: 65px;
    max-width: 100%;
}
.categories_nav .level_3 .subcategory .categories_menu__item .category_name{
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100px;
}
.categories_nav ul::-webkit-scrollbar {
    width: 0;
    background: transparent;
}
.scroll{
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.hover_scroll {
    position: absolute;
    left: -1px;
    height: 130px;
    width: calc(100% + 2px);
    opacity: 1;
    transition: all 300ms;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) -6.57%, #FFFFFF 91.24%);
    margin: 0;
}
.categories_menu{
    max-height: 550px;
    height: auto;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}
.hover_scroll.hover_scroll_up {
    top: -1px;
    transform: rotate(180deg);
}
.hover_scroll:before {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f107";
    position: absolute;
    width: 25px;
    height: 25px;
    line-height: 27px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    color: #fff;
    bottom: 5px;
    transition: var(--tr-3s);
    background: var(--basic-company);
}
.hover_scroll.hover_scroll_up:before {
    bottom: 5px;
}
.hover_scroll:hover:before{
    box-shadow: 0px 4px 15px 0px #0009280F;
}
.hover_scroll.hover_scroll_down {
    bottom: -2px;
} 
.arrow-show-more{
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 90px;
    width: 100%;
    opacity: 1;
    transition: all 300ms;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) -6.57%, #FFFFFF 91.24%);
    margin: 0;
    transition: var(--tr-3s);
    z-index: 10;
}
.arrow-show-more.bottom{
    bottom: -60px;
    background: none;
}
.arrow-show-more:before {
    display: inline-block;
    content: "";
    position: absolute;
    width: 80px;
    height: 50px;
    line-height: 38px;
    text-align: center;
    border-radius: 90px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    color: #121212;
    background: url(../images/arrow_categoties.svg) #FC7B1F; 
    background-position: center;
    background-repeat: no-repeat;
    bottom: 5px;
    cursor: pointer;
    animation: bounce_anchor 1s ease-in-out infinite;
    bottom: 10px;
    left: 50%;
}
.product-page__images .arrow-show-more:before{
    width: 60px;
    height: 40px;
    bottom: 0;
}
.arrow-show-more.bottom:before{
    background: url(../images/arrow_categoties_rotate.svg) #FC7B1F; 
    background-position: center;
    background-repeat: no-repeat;
}
@keyframes bounce_anchor {

    0%,
    100% {
        transform: translateX(-50%) translateY(0);
    }

    50% {
        transform: translateX(-50%) translateY(-10px);
    }
}
.arrow-show-more:hover::before{
    box-shadow: 0px 3px 11px 0px #DC5C0099;
}
.products-show-more {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.products-show-more::before {
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 20%), #fafafa);
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    transition: height .3slinear;
    height: 140px;
    z-index: 21;
}
.heading_wrapper h2{
    text-align: center;
}
.callback_sub-ttl {
    display: block;
    text-align: center;
    max-width: 830px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.callback_block {
    display: flex;
    max-width: 962px;
    margin: 0 auto;
    justify-content: space-between;
}
.callback_info {
    max-width: 322px;
    padding: 0 0 26px 30px;
}
.callback_info:not(:last-child){
    
    margin-bottom: 26px;
}
.callback_info:not(:last-child){
    border-bottom: 1px solid #DEE8E3;
}
.callback_icon {
    width: 24px;
    height: 24px;
    display: block;
    color: var(--basic-company);
}
.callback_ttl {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 18px;
}
.callback_header {
    gap: 10px;
    margin-bottom: 10px;
}
.callback_item {
    display: block;
    text-decoration: none;
    color: var(--body-text);
    padding-left: 34px;
}
.callback_item:not(:last-child) {
    margin-bottom: 8px;
}
.callback_form {
    max-width: 522px;
    width: 100%;
    border: 1px solid #DEE8E3;
    box-shadow: 0px 4px 24px 0px #0A53001A;
    border-radius: 10px;
    padding: 30px 60px;
    background: #fff;
}
.product_item.swiper-slide {
    padding: 15px;
}
.slider-buttons {
    max-width: 120px;
    width: 100%;
    height: 50px;
}
.slider-buttons .slider-btn {
    position: static;
}
.categories_nav .categories_nav__subcategory.columns {
    width: max-content;
}
.categories_nav .level_2 .subcategory.columns {
    flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    max-height: 550px;
    width: fit-content;
}
.banners_block_wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5%;
}
.banners_block__image {
    max-width: 70%;
    width: 100%;
    height: 400px;
    border-radius: 16px;
    overflow: hidden;
    display: grid;
    place-items: center;
    margin-left: auto;
}
.banners_block__image picture {
    width: 100%;
    height: 100%;
    display: block;
}
.banners_block__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover!important;
}
.banners_block__content {
    border: 3px solid #FFFFFF;
    box-shadow: 0px 5px 25px 0px #0100251F;
    background: var(--bg-grey);
    border-radius: 16px;
    color: var(--body-text);
    padding: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-height: 280px;
    max-width: 45%;
    width: 100%;
    height: 100%;
    gap: 16px;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 4;
    transform: translate(0, -50%);
}
.banners_block__annotation {
    font-size: 22px;
    font-weight: 400;
}
.banners_block__title {
    font-size: 30px;
    font-weight: 500;
}
.banners_block__item {
    position: relative;
}
.pad-top-none {
    padding-top: 0!important;
}
.block__header_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
}
.block__header_wrap span {
    font-size: 16px;
    font-weight: 400;
    color: var(--body-text);
}
.article__preview .block__more {
    margin: 0;
    margin: 20px auto 20px 10px;
}
.more_btn {
    min-width: 250px;
    height: 50px;
    background: var(--basic-company);
    border-radius: 150px;
    color: #fff;
    font-weight: 400;
    padding: 0 20px;
}
.more_btn span {
    text-align: center;
    padding: 15px;
    margin: 0 auto;
    white-space: nowrap;
}
