

/* Start:/rezka/style.css?17507584348334*/
.container.head-text  {
    color: blue;
    font-size: 24px;
    margin-bottom: 44px;
    text-indent: 25px;
}

.no-scrollbar {
    scrollbar-width: none;
}
.no-scrollbar::-webkit-scrollbar {
    display: none;
}

.mb-xxl {
    margin-bottom: 100px;
}

.mb-large {
    margin-bottom: 50px;
}

.mb-medium {
    margin-bottom: 30px;
}

.mb-small {
    margin-bottom: 20px;
}

.fs-large {
    font-size: 18px;
    line-height: 20px;
}

.section_cut_products {
    position: relative;
    background-color: #C90024;
    overflow: hidden;
}

.section_cut_products__announce {
    padding-top: 64px;
    padding-bottom: 64px;
}

.section_cut_products__announce p {
    margin-bottom: 8px;
}

.display__header {
    display: block;
    font-size: 28px;
    text-transform: uppercase;
}

.display__header_large {
    font-size: 36px;
    line-height: 42px;
    font-weight: 600;
    margin-bottom: 20px;
}

.img-cut_products {
    height: 100%;
    width: auto;
}

.nav-buttons {
    display: flex;
    gap: 16px;
    margin: 60px auto;
    list-style-type: none;
    overflow: scroll;
}

.nav-buttons__title {
    width: 100%;
}

.nav-buttons__item a {
    display: inline-block;
    padding: 6px 10px 8px 10px;
    background: #f5f5f5;
    border-radius: 10px;
    line-height: 32px;
    text-decoration: none;
    white-space: nowrap;
}

.advantages {
    margin-bottom: 125px;
}

.advantages__title {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #2A2A2A;
    margin-bottom: 48px;
    text-transform: none !important;
}

.advantages__row {
    isolation: isolate;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 32px;
    position: relative;
    list-style-type: none;
    padding: 0 !important;
    margin: 0 !important;
}

.advantages__row::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    z-index: 0;
    top: 57px;
    background: linear-gradient(to right, transparent 10%, #bdbdbd 10%, #bdbdbd 90%, transparent 90%);
}

.feedback__row {
    display: inline-flex;
    gap: 12px;
}
.feedback__item {
    z-index: 1;
    text-align: center;
}
.feedback__item input[type=submit] {
    padding-top:3px;
    padding-bottom:3px;
}
.feedback__item .msg  {
    position: absolute;
    left: 50%;
    margin-left: -150px;
    background: white;
    padding: 40px;
    top: 50%;
    margin-top: -40px;
}
.advantages__item {
    z-index: 1;
    text-align: center;
}



.advantages__item img {
    width: 64px;
    height: 64px;
    margin-top:25px;
    overflow: visible;
}
.advantages__item .advantages__round  {
    display: inline-block;
    border-radius: 50%;
    width: 114px;
    height: 114px;
    margin-bottom: 32px;
    box-shadow: 0px 4px 14px rgb(0 0 0 / 10%);
    background-color: white;
}
.advantages__item p {
    font-size: 16px;
    font-weight: 600;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.categories {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.cat {
    display: flex;
    gap: 24px;
}

.cat__card {
    width: 69%;
    padding: 60px 45px 60px 60px;
    border-radius: 10px;
    box-shadow: 0px 4px 23px 0px rgba(0, 0, 0, 0.15);
}

.cat__title {
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
    margin-bottom: 16px;
    color: #2A2A2A;
}

.cat__title_sm {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 32px;
}

.cat__title_xs {
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 24px;
}

.cat__description {
    font-size: 15px;
    line-height: 20px;
    max-width: 84ch;
    margin-bottom: 32px;
}

.cat__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    gap: 32px;
}

.cat__row_gap {
    margin-bottom: 48px;
}

.cat__item {
    z-index: 1;
    width: 100%;
}

.cat__item.cat__item__left {
    width: 315px;
}
.cat__item.cat__item__left img.stupeni-z  {
    width:318px;
}
.cat__item.cat__item__right {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.cat__product {
    display: flex;
    gap: 14px;
    align-items: center;
}
.cat__item__right small {
    font-size: 12px;
    line-height: 18px;
    color: #2A2A2A;
    max-width: 50ch;
}

.cat__item .b-add-to-cart {
    float: unset;
}

.row.row__cat {
    margin-top: 50px;
}

.cat__photos {
    width: 29%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 16px;
}

.cat__photos img {
    width: 100%;
    aspect-ratio: 378/273;
    border-radius: 10px;
    margin-bottom: 14px;
    object-fit: contain;
    border: 1px solid #00000010;
}

#owin {
    width: 200px;
}

@media (max-width: 992px) {

    .section_cut_products__announce {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .display__header_large {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 8px;
    }

    .section_cut_products p {
        font-size: 12px !important;
        line-height: 14px !important;
        margin-bottom: 0;
        font-weight: 100;
    }

    .img-cut_products {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        transform: translate(25%, 0);
    }

    .nav-buttons {
        margin: 24px auto;
    }

    .advantages {
        margin-bottom: 55px;
    }

    .advantages__title {
        font-size: 16px;
        line-height: 40px;
        margin-bottom: 24px;
    }

    .advantages__row {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .advantages__row::before {
        display: none;
    }

    .advantages__item img {
        width: 80px;
        height: 80px;
        padding: 16px;
        margin-bottom: 16px;
    }

    .advantages__item p {
        font-size: 12px;
        line-height: 12px;
        font-weight: normal;
        max-width: 20ch;
        margin: 0 auto;
    }

    .cat {
        flex-direction: column;
        gap: 16px;
    }

    .cat__card, .cat__photos {
        width: 100%;
    }

    .cat__card {
        padding: 16px 14px 27px 15px;
    }

    .cat__title {
        font-size: 16px;
        line-height: 32px;
        margin-bottom: 8px;
    }

    .cat__description, .cat__title_sm, .cat__title_xs {
        font-size: 12px;
        line-height: 18px;
    }

    .cat__description {
        margin-bottom: 24px;
    }

    .cat__title_sm {
        margin-bottom: 24px;
    }

    .cat__title_xs {
        margin-bottom: 12px;
    }

    .cat__row {
        flex-direction: column;
        gap: 20px;
    }

    .cat__product {
        display: grid;
        grid-template-areas:
        "name btn"
        "price btn";
        grid-template-columns: 1fr 84px;
        gap: 8px;
    }

    .cat__prodname {
        grid-area: name;
    }

    .cat__prodprice {
        grid-area: price;
    }

    .cat__prodbtn {
        grid-area: btn;
    }

    .cat__photos {
        margin-top: 0;
    }

    .cat__photos img {
        aspect-ratio: 288/123;
    }
}
.card-footer {
    position: relative;
    padding: 0!important;
    border-top: none!important;
}

.card-img-top {
    width: 0!important;
}

#owin {
    bottom: unset!important;
    right: 0;
    top: 0;
    left: 15px!important;
    transform: translate(0, -50%) !important;
    display: block;
    width: 200px!important;
}

.b-item-card__order-done {
    top: 0!important;
    right: 0;
    left: unset!important;
    transform: translate(0, -50%) !important;
}

@media (max-width: 992px) {
    .card-footer {
        width: 100% !important;
    }
    #owin {
        right: 0;
        bottom: 0 !important;
        top: unset !important;
        transform: none !important;
        left: unset !important;
    }

    .b-item-card__order-done {
        bottom: 0!important;
        top: unset!important;
        transform: translate(0, -20px) !important;
    }
}

@media (max-width: 500px) {
    .b-item-card__order-done {
        opacity: .5;
    }
}

form[name=feedback_rezplitki] .form-group label {
    display: flex!important;
    align-items: center;
    gap: 10px;
    max-width: 300px;
    margin-top: 10px;
    color: #fff;
}

form[name=feedback_rezplitki] .form-group input {
    max-width: 15px;
}
form[name=feedback_rezplitki] .form-group a {
    text-align: start;
}
/* End */
/* /rezka/style.css?17507584348334 */
