html,
body {
    scroll-behavior: smooth;
}

.b-catalog a[name="nav_start"],
.b-catalog font {
    display: none;
}

[data-slider="tape-types"] .tape-types-block {
    position: relative;
}

[data-slider="tape-types"] .owl-item {
    height: 100%;
}

[data-slider="tape-types"] .owl-nav {
    display: flex;
    width: 100%;
    justify-content: space-between;
    position: absolute;
    pointer-events: none;
}

[data-slider="tape-types"] .owl-nav > button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
    width: 40px;
    height: 40px;
    background: #fff !important;
    box-shadow: 0 0 20px -4px #00000075;
    border-radius: 60px;
    z-index: 1;
    position: relative;
    pointer-events: initial;
    outline: none;
}

[data-slider="tape-types"] .owl-nav > button.disabled {
    opacity: .4;
}

[data-slider="tape-types"] .owl-nav > button.owl-next {
    right: -80px;
}

[data-slider="tape-types"] .owl-nav > button.owl-prev {
    left: -80px;
}

.tape-types-block {
    width: 100%;
    margin: 160px 0 0;
}

.tape-types-block .tape-types-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.tape-types-block .tape-types-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 20px 25px;
    border-radius: 8px;
    border: 1px solid #D9D9D9;
}

.tape-types-block .tape-types-picture {
    display: block;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
    max-width: 218px;
}

.tape-types-block .tape-types-title {
    color: #212529;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.tape-types-block .sect-title {
    display: block !important;
    margin-bottom: 20px;
    color: #192027;
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.footer_main_menu {
    line-height: 2;
}

#checkable-submit.not-allowed {
    pointer-events: none;
    user-select: none;
    opacity: 0.5;
    cursor: not-allowed;
}

.plenka-open,
.poly-plenka,
.stretch-plenka {
    font-weight: 800 !important;
    font-size: 16px !important;
    line-height: 1 !important;
    color: #FBFBFB !important;
    text-align: center;
    background: #FF633F;
    border: 3px solid #FF633F;
    border-radius: 38px;
    width: fit-content;
    padding: 13px 60px;
    text-shadow: none;
    cursor: pointer;
    transition: all .3s;
}

.plenka-open:hover,
.plenka-open:hover,
.stretch-plenka:hover {
    color: #FF633F !important;
    background: #FBFBFB;
    transition: all .3s;
}

/* 07.22 upd */

/*main*/
.main .b-company .b-slider-section{
    margin: 0;
}

/*basket*/
header#header .wrap-busket-icon{
    display: none;
}
header#header .header__col-icons-wishlist{
    display: none;
}

header#header .header__col-busket{
    display: none;
}

/*catalog item tabs*/
@media (max-width: 768px) {
    .c-widget-tabs .tabs-header{
        display: flex;
        flex-wrap: wrap;
    }

    .c-widget-tabs .tabs-header .tabs-item {
        font-size: 14px;
    }
}

/*header*/
.mobile-header-wrap-city{
    z-index: 9 !important;
}

.header-desctop-fixed{
    position: static;
}

.header-desctop-fixed .header_wrap_catalog_menu{
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 11;
}

.header-desctop-fixed .header__wrap{
    display: none;
}

/*footer*/
@media (max-width: 992px) {
    .tape-types-block {
        margin: 100px 0 0;
    }
    
    [data-slider="tape-types"] .owl-nav {
        top: 130%;
        justify-content: center;
    }
    
    [data-slider="tape-types"] .owl-nav > button.owl-prev {
        left: -10px;
    }
    
    [data-slider="tape-types"] .owl-nav > button.owl-next {
        right: -10px;
    }
    .footer .container > .row {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }

    .footer .container .row::before, .footer .container > .row::after {
        content: unset;
    }

    .footer .container > .row > div:first-child {
        grid-column: 1/5;
        display: flex;
        justify-content: center;
    }

    .footer .container > .row .row {
        display: grid;
        grid-auto-flow: column;
    }

    .footer .container > .row div {
        width: unset;
        max-width: unset;
    }
}

@media (max-width: 768px) {
    .tape-types-block .sect-title {
        font-size: 25px;
    }
    .tape-types-block {
        margin: 60px 0;
    }
    
    .footer .container > .row {
        grid-template-columns: 1fr 1fr;
    }

    .footer .container > .row div {
        padding: 0px;
    }

    .footer .container > .row > .col-lg-3 {
        padding: 5px 10px 0px 20px !important;
    }

    .footer .container > .row > .col-lg-4 {
        grid-column: 1/3;
    }

    .footer .container > .row > div:first-child {
        grid-column: 1/3;
    }

    .footer .container > .row .row {
        grid-auto-flow: unset;
        grid-template-columns: 1fr 1fr;
        max-width: 90vw;
    }
}

@media (max-width: 640px) {
    .b24-widget-button-position-bottom-right {
        right: 0 !important;
    }
}

@media (max-width: 480px) {
    .tape-types-block .sect-title {
        font-size: 20px;
    }
}

@media (max-width: 420px) {
    .tape-types-block .sect-title {
        font-size: 16px;
    }
}