/* Main style */
.page_content {
    width: 100%;
}
.page_sidebar {
    background: var(--sidebar-bg);
    color: #fff;
    width: 100%;
    max-width: 350px;
    padding: 70px 60px;
}
.sidebar_contact {
    margin-top: 80px;
    gap: 20px;
}
.sidebar_contact_ttl {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 5px;
}
.sidebar_contact_link {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1.5;
    gap: 10px;
}
.sidebar_contact_link svg,
.footer__contact_item svg {
    color: #FFFFFF;
    min-width: 18px;
}
.align-items-start.sidebar_contact_link svg {
    margin-top: 6px;
}
footer {
    background: var(--footer-bg);
}
.footer_logo {
    display: flex;
    margin-bottom: 30px;
}
.footer_logo + span {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #A4A4A4;
    width: 100%;
    max-width: 280px;
}
.footer__contact_item .email svg,
.footer__contact_item .open_hours svg {
    margin-top: 5px;
}
.sidebar_sticky {
    position: sticky;
    top: 70px;
}
.header {
    background: var(--header-bg);
    color: #fff;
    position: sticky;
    top: 0;
}
.main_banner > * {
    z-index: 1;
    position: relative;
}

.main_banner_container_inside {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 40px;
    gap: 40px;
}

.main_banner_container_first .main_banner_link {
    display: none;
}

.main_banner_image {
    background-color: var(--sidebar-bg);
    background-position: 50% 0%;
    background-repeat: no-repeat;
    /* background-size: 120% auto; */
    background-size: cover;
    box-shadow: inset 0px 0px 50px 0px var(--sidebar-bg);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.main_banner_inner_block {
    height: 100%;
    position: relative;
    z-index: 1;
}
.main_banner_info {
    gap: 40px;
    color: #fff;
}
.main_banner_title {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 48px;
    text-shadow: 0px 0px 10px rgba(11, 75, 110, 0.2);
    line-height: 120%;
    width: 100%;
    max-width: 520px;
    /* max-width: 50%; */
    margin: 0;
}
.main_banner_description {
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    text-shadow: 0px 0px 10px rgba(11, 75, 110, 0.2);
    line-height: 150%;
    width: 100%;
    max-width: 560px;
    /* max-width: 60%; */
}
.main_banner_link {
    background: #0B4B6E;
    box-shadow: 0px 0px 10px 0px rgba(11, 75, 110, 0.4);
    padding: 10px 25px;
    gap: 10px;
    width: fit-content;
    height: 50px;
    border-radius: 8px;
    font-size: 18px;
    color: #FFFFFF;
    user-select: none;
}
.main_banner_link:hover {
    color: #FFFFFF;
}
.main_container {
    padding: 100px 0;
}
.advantages_container {
    padding: 0;
}
.advantage_item {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: calc(25% - 15px);
    gap: 20px;
    padding: 20px;
    border-radius: 8px;
}
.main_advantage_icon {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.main_advantage_icon img {
    display: block;
    height: 80px;
}
.main_advantage_ttl {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    min-height: 44px;
}
.main_advantage_desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #747474;
}
.bg_darkgrey {
    background: rgba(53, 61, 99, 0.1);
}
.main_ttl {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 30px;
}
.main_desc {
    font-size: 16px;
    color: #747474;
    margin-bottom: 40px;
}
.featured_category_name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    font-weight: 600;
    font-size: 20px;
    padding: 15px 20px;
}
.featured_category_item {
    background-color: #FFFFFF;
    position: relative;
    color: #FFFFFF !important;
    overflow: hidden;
}
.featured_categories_block {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}
.featured_category_item img {
    object-fit: scale-down;
    width: 100%;
    height: 100%;
    object-position: center;
    filter: grayscale(0.7);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    transition: 1s !important;
}
.featured_category_item img.loaded {
    object-fit: cover;
}
.to_top > * {
    transform: rotate(-90deg);
}
.main_description * {
    font-size: 16px;
}
.blog__heading.h1 {
    font-size: 32px;
    font-weight: 700;
    color: #110F0F;
    padding: 0px 0px 20px 0px;
    margin: unset;
}
.pagination__link {
    background: #828282;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: unset;
    min-width: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
    margin: unset;
}
.pagination__item {
    display: inline-block;
    margin: unset;
    margin-bottom: unset;
}
.pagination {
    display: flex;
    gap: 20px;
}
.banner_content {
    width: 300px;
    gap: 50px;
}
.read_more_link {
    color: #110F0F;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 500;
}
.preview_product_item {
    background-color: #FFFFFF;
    position: relative;
    color: #FFFFFF !important;
    overflow: hidden;
    padding: 50% 0%;
    transform: translateZ(0);
    border-radius: 8px;
}
.preview_product_name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    font-weight: 500;
    font-size: 18px;
    padding: 20px 15px;
    gap: 5px;
}
.preview_product_item img {
    object-fit: scale-down;
    display: block;
    width: 100%;
    height: 100%;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    transition: 1s !important;
    filter: grayscale(0.7);
}
.preview_product_item img.loaded {
    object-fit: cover;
}
.product_price {
    margin-top: auto;
}

/* Product style */
.product_information {
    position: sticky;
    top: 75px;
}
.product_gallery {
    /* display: grid; */
    /* grid-template-columns: repeat(1, 1fr); */
    /* grid-gap: 20px; */
    overflow: hidden;
}
.product_gallery .slick-list {
    overflow: hidden;
    border-radius: 8px;
}
.product_gallery .slick-dots {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.product_gallery .slick-arrow {
    background-color: var(--button-bg);
    border-radius: 8px;
    opacity: 0.8;
    transition: background-color 0.5s, opacity 0.5s;
}
.product_gallery .slick-arrow,
.product_gallery .slick-arrow:hover,
.product_gallery .slick-arrow:focus {
    color: #FFFFFF;
}
.product_gallery .slick-arrow:hover {
    background-color: var(--button-bg-hover);
    opacity: 0.9;
}
.product_gallery .slick-prev::before,
.product_gallery .slick-next::before {
    border-top: 2px solid #FFFFFF;
    border-left: 2px solid #FFFFFF;
    width: 12px;
    height: 12px;
}
.product_gallery .slick-prev::before { margin-left: 6px; }
.product_gallery .slick-next::before { margin-left: -6px; }
.product_image a {
    position: relative;
    color: #FFFFFF;
    overflow: hidden;
    height: 400px;
}
.product_image img {
    object-fit: scale-down;
    width: auto;
    height: 100%;
    object-position: center;
    -webkit-transform: none !important;
    transform: none !important;
    transition: 1s !important;
    border-radius: 8px;
}
.product_image img.loaded {
    object-fit: contain;
}
.details_boxed__other {
    margin-top: 20px;
}
.product_fast_order_text {
    font-size: 16px;
    text-align: center;
}
/* Product style */



/* Products style */
.category_content {
    width: calc(100% - 350px);
}
.products_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}
.products_list_empty {
    grid-template-columns: 1fr !important;
}
.category_description {
    margin-top: 100px;
}
.features_sidebar {
    gap: 40px;
}
.category_sidebar_box {
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    overflow: hidden;
    border-radius: 8px;
}
.filter__name {
    background: #F7F7F7;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 10px 15px;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #110F0F;
}
.filter__name:hover {
    color: var(--link-color);
}
.filters .filter__group {
    padding: 20px;
}
b.filter__catalog_link, a.filter__catalog_link {
    padding: 13px 15px;
    font-size: 16px;
    line-height: 24px;
    color: #747474;
}
.filter__catalog_item:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.category_annotation {
    margin-bottom: 40px;
}
/* Products style */

.ya_map iframe {
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
}

/* LINK DECORATION */
.block__description a,
.main_description a,
.post_description a {
    border: none;
    border-bottom: 1px dashed rgba(53, 61, 99, 0.7);
    cursor: pointer;
}
.block__description .banner_vidguki_wrp  a{
    border-bottom: none;
}

.block__description a:hover,
.main_description a:hover,
.post_description a:hover {
    border-bottom: 1px solid rgba(53, 61, 99, 0.7);
}
.block__description .banner_vidguki_wrp  a:hover{
    border-bottom: none;
}
