/**
 * Theme Name: Krafter Update
 * Template:   krafter
 * ...other header fields
 */
/* импортируем стили родительской темы */
@import url("../krafter/style.css");
.header__modal {
    border-radius:10px;
    background-color:#FFDD00 ;
}
.header__modal:hover {
    border-radius:10px;
    background-color:#ffdd007d ;
}
.search-button {
position: absolute;
right: 5px;
top:50%;
transform: translateY(-50%);
width: 20px;
height: 20px;
background-color: transparent;
border: none;
cursor: pointer;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E");
background-size: 16px;
background-repeat: no-repeat;
background-position: center;
}

.search-input {
padding-right: 30px;
border: 1px solid: black;
border-radius: 20px;
padding: 5px 10px;
}

.production__slide-block p span {
    font-size: 20px;
    font-weight: 700;
    margin-left: 2px;
}


.container {
    display: flex;
    border: 1px; solid;
    background: white;
}

.production__slide-block p span {
    font-size: 20px;
    font-weight: 700;
    margin-left: 2px;
}

.menu-item-type-post_type {
    transition: all 0.5s ease;
}

.menu-item-type-post_type a {
    padding: 20px 10px;
    display: block;
}

.menu-item-type-post_type_archive a {
    padding: 22px;
    display: block;
}

.footer-content__list .menu-item a {
    padding: 0 0 20px;
}

#breadcrumbs a {
    font-size: 12px;
    color: #84909f;
}

.breadcrumb_last {
    font-size: 12px;
    color: #ebcc22;
}

.wpcf7-form invalid p {
    max-height:
}

/* .sub-menu {
    display: none;
} */

.sub-menu {
    position: absolute;
    z-index: 10;
    min-width: 400px;
    background: white;
    visibility: hidden;
    opacity: 0;
    transform-origin: 0% 0%;
    transform: rotateX(-90deg);
}

.submenu .sub-menu {
    position: absolute;
    left: 100%;
    top: -1px;

    background-color: #3e3e3e;
}

.submenu .sub-menu li {
    background-color: #3e3e3e;
}

.submenu .sub-menu li a {
    color: #fff;
    font-weight: 300;
}

.submenu .sub-menu li:hover {
    background-color: #514e3b;
}

.submenu .sub-menu li:hover a {
    color: #fada2d;
}

nav li:hover>.sub-menu {
    transform: rotateX(0deg);
    visibility: visible;
    opacity: 1;
    width: 400px;
}

.sub-menu li a {
    position: relative;
    display: flex;
    align-items: center;
}

nav li:hover>.sub-menu {
    transform: rotateX(0deg);
    visibility: visible;
    opacity: 1;
    width: 400px;
}

.sub-menu li:hover {
    background-color: #fede2d;
}

.product-slider__left {
    width: 50%;
}

.product-slider__right {
    width: 50%;
}

.catalog-about {
    padding-top: 20px;
}

.menu-menyu-produkczii-container .menu {
    position: relative;
}

.menu-menyu-produkczii-container .menu>li {
    font-weight: 500;
}

.catalog__menu-wrapper .menu>li>a {
    display: block;
    padding: 14px 20px 14px 11px;
}

.catalog__menu-wrapper .menu .menu-item:hover>a {
    background-color: #fede2d;
    transition: background-color 0.3s ease;
}

.catalog__menu-wrapper .menu>li:hover .sub-menu {
    display: block;
    visibility: visible;
    opacity: 1;
    transform: none;
}

.catalog__menu-wrapper .menu .sub-menu {
    padding: 0;
    min-width: 100%;
}

.catalog__menu-wrapper .menu .sub-menu>li {
    font-size: 13px;
    font-weight: 300;
    background-color: #3e3e3e;
}

.catalog__menu-wrapper .menu>li .sub-menu>li a {
    padding: 8px 0px 8px 11px;
}

.catalog__menu-wrapper .menu>li:hover .sub-menu>li a {
    color: #fff;

}

.catalog__menu-wrapper .menu>li:hover .sub-menu>li a:hover {
    color: #fede2d;
    background-color: #514e3b;
}

.page-numbers {
    display: flex;
    justify-content: center;
}

.page-numbers>li>span,
.page-numbers>li>a {
    border-radius: 50px;
    background-color: #eef0f5;
    font-weight: 500;
    margin-right: 6px;
    padding: 12px;
    width: 44px;
    height: 44px;
    display: block;
    text-align: center;
    color: #7c8898;
}

.page-numbers>li>span.current {
    background-color: #fceb30;
    color: #000;
}

.header__menu-list li:hover {
    background-color: #fdfbe7;
    transition: all 0.5s ease;
}

.news__title {
    margin-top: 20px;
}

.footer-content__wrapper .menu {
    columns: 2;
    height: 228px;
}

.footer-content__wrapper .menu li {
    margin-bottom: 20px;
    margin-right: 20px;
}

.mySwiper2 .swiper-slide {
    height: 450px;
}

.mySwiper2 .swiper-slide img {
    width: 550px;
    object-fit: contain;
}

.mySwiper .swiper-slide img {
    width: 108px;
    height: 85px;
}

.error-404 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.error-404 .page-title {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 30px;
}


.error-404 .widgettitle {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 24px;
}

.footer {
    overflow: hidden;
}

.catalog__product-img img {
    max-width: 100%;
}

.production__slide img {
    max-width: 100%;
    padding: 0 10px;
}

/* Page-content */
.page-content figure {
    margin-bottom: 30px;
    margin-top: 30px;
}

.page-content figure img {
    height: 100%;
}

.page-content h2 {
    margin: 25px;
}

.page-content p {
    margin-bottom: 12px;
}

#menu-glavnoe-menyu .catalog__menu-arrow {
    display: none;
}


@media (max-width: 1199px) {
    .menu-item-type-post_type a {
        padding: 3px;
        display: block;
        font-size: 10px;
    }

    .menu-item-type-post_type_archive a {
        padding: 13px;
    }

}

@media (max-width: 991px) {
    .menu-item-type-post_type:hover {
        background-color: #fdfbe7;
    }

    .header__menu-list li:hover {
        background-color: transparent;
    }

}

@media (max-width: 575px) {
    .footer-content__wrapper .menu {
        columns: unset;
        height: auto;
    }

    .footer-content__wrapper .menu li {
        margin-right: 0;
    }

    .footer-content__wrapper .menu li a {
        display: block;
    }

    .footer-content__wrapper .sub-menu {
        display: none;
    }

    .custom-logo-link img {
        width: 200px;
    }

    .mySwiper .swiper-slide img {
        width: 50px;
        height: 45px;
    }

    .footer-content__wrapper-block {
        margin-left: 25px;
    }
}

@media (max-width: 450px) {
    .mySwiper2 .swiper-slide {
        height: auto;
        width: 300px;
    }

    .mySwiper2 {
        width: 300px;
    }

}

.sect {
    padding-bottom: 50px;
}

.solutions-list {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.page-content .page-title {
    margin-left: 0;
}

.woocommerce-products-header__title {
    margin-bottom: 30px;
    font-size: 36px;
    padding-top: 30px;
}

@media(max-width: 991px) {
    .woocommerce-products-header__title {
        font-size: 25px;
        line-height: 35px;
    }
}

.shopGrid {
    display: grid;
    grid-template-columns: 300px auto;
    margin-top: 20px;
}

@media(max-width: 1199px) {
    .shopGrid {
        grid-template-columns: repeat(12, 1fr);
    }
}

@media(max-width: 575px) {
    .shopGrid {
        margin-top: 15px;
    }
}

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
    float: none;
}

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
    float: none;
}

.justify-content-between {
    justify-content: space-between;
}

.flex-wrap {
    flex-wrap: wrap;
}

.bapf_head h3 {
    margin-bottom: 10px;
}

.bapf_sfilter ul li {
    margin-bottom: 4px !important;
}

.bapf_ckbox_sqchck input[type=checkbox] {
    border-width: 1px;
}

.woocommerce-breadcrumb {
    display: flex;
}

.shopCardBrand {
    font-size: 12px;
    line-height: 16px;
}

.shopCardBrandCountry {
    font-size: 12px;
    line-height: 16px;
}

.productSku {
    font-size: 12px;
    line-height: 16px;
}

.shopCardTitle {
    margin-bottom: 5px;
    display: block;
}

.woocommerce ul.products li.product a img {
    margin-bottom: 5px;
    height: 200px;
    object-fit: cover;
}

@media(max-width: 1199px) {
    .woocommerce ul.products li.product a img {
        height: 155px;
    }
}

@media(max-width: 767px) {
    .woocommerce ul.products li.product a img {
        height: 180px;
    }
}

@media(max-width: 575px) {
    .woocommerce ul.products li.product a img {
        height: 45vw;
    }
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    float: unset;
    width: unset;
}

.woocommerce span.onsale {
    display: none;
}

.productSect {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 50px;
    grid-template-columns: 1fr;
    column-gap: 0;
}

.productSect .productCat {
    flex-direction: column;
}

.productSect .productCatW {
    display: flex;
    column-gap: 50px;
    flex-wrap: wrap;
}

@media(max-width: 767px) {
    .productSect .productCatW {
        justify-content: space-between;
    }
}

@media(max-width: 450px) {
    .productSect .productCatW {
        justify-content: flex-start;
        flex-direction: column;
    }
}

@media(max-width: 767px) {
    .productSect {
        column-gap: 0;
        grid-template-columns: 1fr;
        /* row-gap: 20px; */
    }
}

.productImgW {
    grid-column: 7 span;
    display: flex;
    flex-direction: column;
}

.woocommerce div.product div.summary {
    grid-column: 5 span;
    margin-top: 20px;
}

.product-thumb {
    width: 100%;
    margin-top: 10px;
}

.product-slide__img img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

@media(max-width: 575px) {
    .product-slide__img img {
        height: 60vw;
        width: 100%;
        max-width: unset !important;
    }
}

.product-thumb-slide__img img {
    height: 80px;
}

@media(max-width: 575px) {
    .product-thumb-slide__img img {
        height: 17vw;
    }
}

.product-page-slider {
    width: 100%;
}

.woocommerce div.product .product_title {
    font-size: 36px;
    margin-bottom: 25px;
}

.productCat {
    display: flex;
    column-gap: 5px;
    margin-bottom: 8px;
    flex-wrap: wrap;
    row-gap: 4px;
}

.productCatName {
    font-weight: 700;
}

.productCatLink {
    border-bottom: 1px solid #000;
    transition: border-color .2s linear, color .2s linear;
    width: fit-content;
}

.productCatLink:hover {
    border-color: transparent;
}

.related {
    margin-top: 60px;
    margin-bottom: 60px;
}

@media(max-width: 991px) {
    .related {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

@media(max-width: 767px) {
    .related {
        margin-top: 0;
    }
}

.relatedList {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 15px;
}

@media(max-width: 767px) {
    .relatedList {
        row-gap: 10px;
        column-gap: 10px;
    }
}

.relatedItemLink img {
    height: 80px;
    width: 80px;
}

.relatedTitle {
    margin-bottom: 20px;
    line-height: normal;
}

@media(max-width: 575px) {
    .relatedTitle {
        font-size: 14px;
    }
}

.relatedBlock:not(:last-child) {
    margin-bottom: 40px;
}

.productH2 {
    font-size: 30px;
    line-height: 40px;
}

@media(max-width: 991px) {
    .productH2 {
        font-size: 25px;
        line-height: 35px;
    }
}

@media(max-width: 575px) {
    .productH2 {
        font-size: 20px;
        line-height: 30px;
    }
}

.banerProduct {
    background: #222222;
}

.banerProduct .banerShopDescr {
    color: #fff;
    max-width: 500px;
}

.banerProduct .container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 10px;

}

@media(max-width: 575px) {
    .banerProduct .container {
        flex-direction: column;
        padding-bottom: 40px;
    }
}

.banerProduct .footer-header__form-wrapper-input {
    height: fit-content;
}

.sect {
    padding-top: 40px;
    padding-bottom: 40px;
}

.projects-slider {
    width: 100%;
}

.productH2 {
    margin-bottom: 25px;
}

.projects-slider {
    /* padding-right: 100px; */
}

.projects-slide-img img {
    width: 100%;
}

.projects .summary {
    grid-column: 5 span;
}

.projects .projects-slide__img {
    width: 100%;
    grid-column: 7 span;
    padding-bottom: 0;
    height: fit-content;
}

.projects .productCatLink {
    width: fit-content;
    height: fit-content;
    padding-bottom: 0;
}

.projects-thumb-slide__img img {
    height: 80px;
}

@media(max-width: 575px) {
    .projects-thumb-slide__img img {
        height: 16vw;
    }
}

.projects-slide__img img {
    height: 400px;
    max-width: unset !important;
}

@media(max-width: 575px) {
    .projects-slide__img img {
        height: 60vw;
    }
}

.projects-slideW {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 50px;
}

@media(max-width: 767px) {
    .projects-slideW {
        display: flex;
        flex-direction: column-reverse;

        column-gap: 0;
        row-gap: 20px;
    }
}

.product-thumbW {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 50px;
}

@media(max-width: 767px) {
    .product-thumbW {
        column-gap: 0;
    }
}

.product-thumbW .product-thumb {
    grid-column: 7 span;
}

@media(max-width: 767px) {
    .product-thumbW .product-thumb {
        grid-column: 12 span;
    }
}

.projects .project-slide-btn {
    height: fit-content;
    width: fit-content;
    background: #fceb30;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    padding-bottom: 0;
    padding: 15px;
    width: 255px;
    transition: background .2s linear;
}

.projects .project-slide-btn:hover {
    background: #ebda1e;
}

.flex-column {
    flex-direction: column;
}

.project-slide-btn-first {
    margin-bottom: 5px;
}

.projectsBtnW {
    margin-top: 15px;
}

.projects-thumb-slider .swiper-wrapper {
    row-gap: 10px;
    flex-wrap: wrap;
    transform: none !important;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 10px
}

.projects-thumb-slider .swiper-slide {
    grid-column: 2 span;
}

@media(max-width: 991px) {
    .projects-thumb-slider .swiper-slide {
        grid-column: 3 span;
    }
}

.sliderNavArrow {
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    position: absolute;
    width: 28px;
    height: 58px;
}

@media(max-width: 767px) {
    .sliderNavArrow {
        transform: none;
        top: unset;
        bottom: 179px;
    }
}

@media(max-width: 575px) {
    .sliderNavArrow {
        bottom: 24vw;
    }
}

.sliderNavArrow.swiper-button-disabled {
    opacity: .4;
}

.sliderNavArrowPrev {
    background: url('assets/img/home/header-content/header_content_arrow_back.png') no-repeat center center / contain;
    left: 5px;
}


.sliderNavArrowNext {
    background: url('assets/img/home/header-content/header_content_arrow_next.png') no-repeat center center / contain;
    left: 610px;
}

@media(max-width: 1199px) {
    .sliderNavArrowNext {
        left: 508px;
    }
}

@media(max-width: 991px) {
    .sliderNavArrowNext {
        left: 368px;
    }
}

@media(max-width: 767px) {
    .sliderNavArrowNext {
        left: unset;
        right: 5px;
    }
}

@media(max-width: 575px) {
    .shopFilter {
        display: none;
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        background: #fff;
        z-index: 999;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 25px;
        height: 100%;
        overflow-y: scroll;
        padding-bottom: 70px;
    }
}

.shopFilter.active {
    display: block;
}

.shopFilterMobileClose {
    background: url('assets/img/home/header/close-modal.svg') no-repeat top right / contain;
    width: 20px;
    height: 20px;
}

.shopFilterMobileHead {
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
    display: none;
}

@media(max-width: 575px) {
    .shopFilterMobileHead {
        display: flex;
    }
}

.shopFilterMobileTitle {
    font-size: 20px;
    font-weight: 700;
}

.shopFilterButtonShow {
    display: none;
    background-color: #fceb30;
    margin-bottom: 10px;
    width: fit-content;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 150px;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    column-gap: 6px;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 998;
}

@media(max-width: 575px) {
    .shopFilterButtonShow {
        display: flex;
    }
}

.shopFilterButtonShow svg {
    width: 28px;
    height: 19px;
}

#footer-header__form-wrapper-input {
    color: #000;
}

.orderingW .woocommerce-ordering select {
    background: transparent;
    width: 100%;
    height: 100%;
    border-radius: 0;
    color: #000;
}

.shopSearchW.mt-4 {
    margin-top: 40px;
}

@media(max-width: 575px) {
    .shopSearchW.mt-4 {
        margin-top: 20px;
        margin-bottom: 0;
    }
}

.braapf_unselect_all,
.bapf_button.bapf_reset {
    background-color: #fceb30;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 500;
    transition: all 0.5s ease;
    height: 39px;
}

.braapf_unselect_all:hover,
.bapf_button.bapf_reset:hover {
    background: #ebda1e;
}

.berocket_aapf_widget_selected_filter {
    display: flex;
    column-gap: 8px;
    row-gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.filterOrderW {
    column-gap: 20px;
    row-gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
    align-items: center;
}

.bapf_sfa_taxonomy>span {
    display: none;
}

.berocket_single_filter_widget_5627 .bapf_sfilter {
    margin-bottom: 0;
}

.braapf_unselect_all {
    display: flex;
    align-items: center;
    column-gap: 6px;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: transparent;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: none;
}

.woocommerce nav.woocommerce-pagination ul {
    border: none;
    column-gap: 5px;
    display: flex;
}

.banerProduct #archive-baner-lg-btn {
    margin-right: unset;
    margin-left: unset;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {

    background: #fceb30;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    background: #e9e6ed;
}

.footer-peoduct-baner-btn {
    margin-left: auto;
    margin-right: auto;
}

@media(max-width: 1199px) {
    .footer-peoduct-baner-text {
        margin-right: 0;
    }
}

.productCatBtn {
    width: fit-content;
    height: fit-content;
}

@media(max-width: 767px) {
    .productCatBtn {
        height: 51px;
        padding-top: 0;
        padding-bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media(max-width: 450px) {
    .productCatBtn {
        width: 100%;
        text-align: center;
    }
}

.btn--black {
    background-color: #000;
    color: #fff;
    font-weight: 600;
}

.btn--black:hover {
    background-color: #ffdf00b3;
}

.productCatGrid {
    display: grid;
    grid-template-columns: 1fr auto;
}

@media(max-width: 767px) {
    .productCatGrid {
        display: flex;
        flex-direction: column-reverse;
        row-gap: 20px;
    }
}

.gap-1 {
    column-gap: 4px;
}

.banerShopLg {
    padding-left: 0;




}

.banerShopLg img {
    height: 121px;
    object-fit: cover;
}

@media(max-width: 1199px) {
    .banerShopLg img {
        height: 142px;
    }
}

@media(max-width: 991px) {
    .banerShopSm img {
        width: 100% !important;
        object-position: left;
        height: 200px;
    }
}

.decorGrid {
    display: grid;
    grid-template-columns: 50% 50%;
    margin-top: 30px;
}

@media(max-width: 1199px) {
    .decorGrid {
        margin-top: 15px;
    }
}

@media(max-width: 991px) {
    .decorGrid {
        grid-template-columns: 1fr;
        margin-top: 7px;
    }
}

.decorLeft {
    margin-right: 15px;
}

@media(max-width: 1199px) {
    .decorLeft {
        margin-right: 7px;
    }
}

@media(max-width: 991px) {
    .decorLeft {
        margin-right: 0;
    }
}

.decorRight {
    margin-left: 15px;
}

@media(max-width: 1199px) {
    .decorRight {
        margin-left: 7px;
    }
}

@media(max-width: 767px) {
    .decorRight {
        flex-direction: column;
        row-gap: 15px;
        margin-left: 0;
    }
}


.decorRight span {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

@media(max-width: 1199px) {
    .decorRight span {
        font-size: 18px;
    }
}

.text-white {
    color: #fff;
}

.payment__right_fittings {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 38px;
}

@media(max-width: 767px) {
    .payment__right_fittings {
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .payment__right {
        margin-bottom: 15px;
        margin-top: 15px;
    }
}

@media(max-width: 420px) {
    .payment__right_fittings {
        padding: 10px;
    }
}

.paymentVideoLink {
    height: 377px;
    display: block;
    position: relative;
}

.paymentVideoLink:hover .videoButton {
    opacity: 1;
}

.paymentVideoLink:hover:after {
    opacity: 1;
    opacity: .7;
}

.paymentVideoLink::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #6E9C9F;
    opacity: 0;
    transition: opacity .2s linear;
}

.paymentVideoLink img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media(max-width: 1199px) {
    .paymentVideoLink {
        height: 335px;
    }
}

@media(max-width: 767px) {
    .payment__right {
        width: 100%;
    }
}

.videoButton {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .2s linear;
    z-index: 1;
}

.videoButton img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

@media(max-width: 991px) {
    .paymentVideoLink {
        height: 358px;
    }
}

@media(max-width: 450px) {
    .paymentVideoLink {
        height: 295px;
    }
}

@media(max-width: 410px) {
    .paymentVideoLink {
        height: 267px;
    }
}

@media(max-width: 380px) {
    .paymentVideoLink {
        height: 244px;
    }
}

.decorLink {
    display: block;
    position: relative;
    height: 100%;
}

.decorLink:hover .overlay {
    opacity: .7;
}

.decorLink:hover .overlay-right {
    opacity: 1;
}

.decorLink img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

@media(max-width: 1199px) {

    .payment__right_fittings,
    .payment__right_price {
        height: 214px;
    }

    .decorLink img {
        height: 214px;
    }
}

@media(max-width: 991px) {
    .decorLink {
        margin-bottom: 15px;
    }

    .payment__right {
        margin-bottom: 15px;
    }

    .payment__left {
        height: 400px;
    }
}

@media(max-width: 575px) {
    .decorLink img {
        height: auto;
    }
}
@media(max-width: 420px){
    .footer-content__wrapper-block:last-of-type {
        margin-left: 0;
      }
    
      .footer-content__wrapper-block {
        margin-left: 0;
      }
}
.custom-logo-link img {
    width: 260px;
    display: block;
    height: auto;
    height: 64px;
}
@media(max-width: 991px){
    .custom-logo-link img {
        height: 79px;
    }
}
@media(max-width: 575px){
    .custom-logo-link img {
        width: 200px;
    }
}
.header-slide {
	background-position: right center!important;
}