display: none;.catalog__top-controls {
    margin-top: .5rem;
}

.catalog {
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    margin-top: 5rem;
}
.catalog input[type=radio] {
display: none;
}
.catalog-items .catalog-item__logo img {
width: 4rem;
border-radius: .5rem;
    height: 4rem;
    margin: 0;
    padding: 0;
    margin-left: 3rem;
    margin-top: 3rem;}
.catalog-items .catalog-item__types {
    padding-left: 3rem;
    display: flex;
    gap: 1rem;
}
.catalog-items .catalog-item__types span{
    font-size: 1.6rem;
    background: #eff1f6;
    line-height: 3rem;
    padding: 0 .8rem;
    border-radius: .8rem;
}
.catalog-items .catalog-type-desc {width: 100%;padding: 0;margin-top: -1rem;}
.catalog-type-title {width: 100%;
    font-size: 4rem;
    margin-bottom: 0rem;
    margin-top: 4rem;}
.filter__wrapper h3{color: #636d88;
    font-size: 2rem;
    line-height: 1.4;
    display: block;}
.catalog-items {
   overflow: hidden;
    transition: max-height 0.3s ease-out;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 16px;
    max-height: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 2rem;
    margin-top: 2rem;
    margin-bottom: 10rem;
}


.catalog-items h3 {
       font-size: 2.5rem;
    transition: .3s;
    color: #4e5050;
    padding: 3rem;
    margin: 0;
    padding-bottom: 1.2rem;
    display: block;
    background: white;
    z-index: 2;
}


.catalog-items p {
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 400;
    padding: 3rem;
    padding-bottom: 4rem;
}
.catalog-items span {
    font-size: 16px;
    color: #212424;
    opacity: .8;
    padding: 15px 20px 20px 20px;
    padding-bottom: 20px;
}

.catalog-items img {
    transition: .3s;
    vertical-align: middle;
    z-index: 1;
    max-width: 100%;
    background: white;
    object-fit: contain;
    width: 100%;
    height: 20rem;
    padding: 2rem;
    margin-bottom: 2rem;
}

.catalog-items a:hover img {
    transform: scale(1.05);
    transform-origin: center;
}

.catalog-items a:hover h3 {
    color: #a50f2d;
}

.lazy {
    opacity: 0;
    transition: opacity .3s ease
}

.load-more-btn {
    display: block;
    padding: 1rem 2rem;
    border-radius: 2rem;
    transition: .3s ease;
    background-color: white;
    border: 0;
    color: #8b8c8c;
    font-size: 2rem;
    margin: 0 auto;
    margin-top: 3rem;
}

.load-more-btn:hover {
    color: #a20c33;
}

.catalog-sidebar {
    width: 100%;
    margin-right: 0;
    padding-left: 0;
}

.catalog-content {
    padding-right: 0;
    padding-left: 0;
}



.catalog-content {
    width: 100%;
    border-left: 0
}

.side-list__link label {
    cursor: pointer;
    transition: .3s 
ease;
}

.side-list__link label:hover {
    color: #a50f2d;

    transition: opacity 0.3s ease,
}

h2 {
    font-size: 6rem;
    font-weight: 600;
    line-height: 6rem;
    letter-spacing: -0.05em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.wrapper>h2 {
    margin-bottom: 4.4rem
}

h3,
h1,
h2 {
    color: #636d88
}

.modal-trigger {
    cursor: pointer;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
}

.modal-overlay.active {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.2s ease, visibility 0s;
}

.modal-overlay.active .modal-content {
    transform: scale(1);
    opacity: 1;
}

.close-button:hover {
    color: #ff0000;
}

.close-button:after,
.close-button:before {
    display: none
}

.modal-content.vidos {
    background: none;
    padding: 0;
}

.close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    background-color: white;
    margin: 3% auto;
    max-width: 92rem;
    position: relative;
    max-height: 87vh;
    overflow-y: auto;
    padding: 1.6rem 5rem 5rem;
    border-radius: 1.6rem;
}

.modal img {
    height: 24rem;
    object-fit: contain;
    border-radius: 1.6rem;
    float: right;
    margin-left: 3rem;
    margin-bottom: 3rem;
    max-width: 50%;
}

.modal h3 {
    margin-top: 10px;
}

.modal p {
    margin: 5px 0;
}

.modal span {
    font-weight: bold;
    color: #007bff;
}

.modal-content h2 {
    font-size: 2.4rem;
    line-height: 1.3;
    margin-bottom: 3rem;
    margin-top: 3rem;
}

.side-list__item.is-unavailable { display:none; }



.quantity-controls {
    display: flex;
    margin-top: 1rem;
    margin-bottom: 1rem;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 2rem;
}

.quantity-controls span {
    font-size: 1.6rem;
    color: #222;
    font-weight: 500;
}

.quantity-controls .quantity-btn {
    font-size: 1.5rem;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    border: 0;
}

.add-to-cart-btn {
    color: white;
    background: #699d5e;
    padding: 1rem 2rem;
    border-radius: 1rem;
    font-size: 1.6rem;
    border: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
    transition: .3s;
}

.add-to-cart-btn:hover {
    background: #74c862;
}

.cart {
    position: absolute;
    top: 18vw;
    right: 2rem;
    height: auto;
    width: 60rem;
    background-color: white;
    border: 1px solid #ccc;
    padding: 1.5rem;
    border-radius: 1.5rem;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
    z-index: 2;
    display: none;
    overflow: hidden;
    box-sizing: border-box;
    opacity: 0;
    transform: translateY(-1rem);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.cart.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
    position: fixed;
    z-index: 190;
    max-height: 50vh;
}

.cart h3 {
    margin-top: 0;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.cart ul {
    height: calc(100% - 12rem);
    list-style: none;
    padding: 0;
    margin: 0 0 1rem;
    overflow-y: auto;
    max-height: calc(50vh - 12rem);
    padding: 0.5rem;
    border-radius: 0.3rem;
}

.cart li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #eee;
    word-break: break-word;
    opacity: 0;
    transform: translateX(-0.5rem);
    transition: opacity 0.2s ease, transform 0.2s ease;
    animation: fadeInItem 0.3s forwards;
}

@keyframes fadeInItem {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.cart li:last-child {
    border-bottom: none;
}

#cart-total {
    font-weight: 500;
    font-size: 2rem;
    color: #444545;
    margin: 0;
    text-align: right;
    position: absolute;
    right: 2rem;
    bottom: 2.5rem;
}

.cart-btn {
    position: fixed;
    transition: .3s;
    padding: 1.5rem;
    top: 14vw;
    right: 2rem;
    width: 6rem;
    height: 6rem;
    background-color: #ffffff;
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
}

.cart-btn:hover {
    background-color: #636d8845;
}

.cart-counter {
    position: absolute;
    background: #a50f2d;
    color: white;
    border: 1px solid #a50f2d;
    font-size: 1.4rem;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    border-radius: 50%;
    margin-bottom: 5rem;
    margin-right: -4rem;
}

.remove-item-btn {
    font-size: 3rem;
    background: white;
    border-radius: 50%;
    color: #a50f2d;
    width: 3rem;
    border: 0;
    height: 3rem;
    line-height: 2rem;
    display: block;
    position: absolute;
    right: -3rem;
    top: 1.5rem;
    ;
    cursor: pointer;
    transition: .3s;
}

.remove-item-btn:hover {
    background: #a50f2d;
    color: white;
}

#cart-items-list li {
    position: relative;
    padding-top: 2rem;
    padding-bottom: 2rem;
    width: calc(100% - 4rem);
    font-size: 1.5rem;
    background-image: none;
    padding-left: 0;
}



.manrope-<uniquifier> {
    font-family: "Manrope", serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
}

main {
    padding-bottom: 0;
}


@media (min-width: 1024px) {
    .v2 .classes ul li {
        width: calc(100% / 4 - 30px);
    }
}

@media (max-width: 1300px) {


    .swiper-container .swiper-button-next,
    .swiper-container2 .swiper-button-next {
        right: 2rem;
        top: 6rem;
    }

    .swiper-container .swiper-button-prev,
    .swiper-container2 .swiper-button-prev {
        right: 8rem;
        top: 6rem;
        left: unset;
    }

    .classes ul li {
        width: calc(100% / 5 - 1.6rem);
        min-height: auto;
        font-size: 2.4rem;
    }

    .classes ul {
        gap: 2rem;
    }

    h3 {
        font-size: 2.8rem;
    }

    section {
        padding-bottom: 4rem;
    }

    .swiper-horizontal>.swiper-scrollbar,
    .swiper-scrollbar.swiper-scrollbar-horizontal {
        margin: 0 2rem;
        max-width: calc(100% - 5rem);
    }
}

@media (max-width: 768px) {
    .getintouch .registration__block .getintouch__top-block {
        border: 0;
        height: 0;
        padding: 0;
    }

    .getintouch .registration__block .registration__title {
        display: none
    }

    .registration .registration__block form input {
        padding-top: 1rem
    }

    .getintouch .registration__block .getintouch__top-block .close-button .close-button__cross:after,
    .getintouch .registration__block .getintouch__top-block .close-button .close-button__cross:before {
        background-color: #9d9ea1;
    }

    .getintouch .registration__block {
        margin: 4rem 2rem;
        width: calc(100% - 4rem);
        border-radius: 1.6rem;
    }

    .getintouch .registration__block .registration__subtitle {
        paddin-bottom: 0
    }

    .getintouch .registration__block .getintouch__top-block .close-button .close-button__cross {
        margin-top: 2rem;
        margin-right: 2rem;
    }

    .getintouch .registration__block .registration__subtitle {
        margin-right: 4rem;
    }

    .vacancy__send span,
    .vacancy__send a {
        font-size: 1.6rem;
        line-height: 1.2;
    }

    .vacancy__bottom_info {
        font-size: 1.2rem;
        max-width: 100%;
        line-height: 1.2;
        margin-top: 2rem;
    }

    .getintouch .registration__block form .link-red {
        padding-bottom: 2rem;
    }

    .swiper-container .swiper-button-next {
        bottom: 3rem;
        top: auto
    }

    .swiper-container .swiper-button-prev,
    .swiper-container2 .swiper-button-prev {
        top: 12rem;
    }

    section {
        padding-bottom: 8rem;
    }

    p {
        font-size: 2rem;
        line-height: 1.3;
    }

    iframe {
        width: 100%
    }
}

@media (max-width: 600px) {
    html {
        font-size: 1.9020833333vw !important
    }
}