.obmotka-block {
    margin-bottom: 80px;
}
.obmotka-block_left {

}
.obmotka-block_img {

}

.obmotka-block_products {

}
.obmotka-block_product.active .product-item .product-item_img {
    border: 2px solid var(--main-e-868-a-0);
}

.obmotka-block_right {
    padding-left: 100px;
}
.obmotka-block_title {
    margin-bottom: 16px;
}
.obmotka-block_text {
    margin-bottom: 28px;
}

.obmotka-block_colors {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 28px;
    gap: 6px;
}
.obmotka-block_colors-title {
    width: 100%;
    margin-bottom: 10px;
    color: var(--secondary-919191);
}
.obmotka-block_colors-title span {
    color: var(--main-0-c-0-c-0-c);
}
.obmotka-block_color-item {
    padding: 6px;
    border-radius: 6px;
    border: 1px solid #ffffff;
    cursor: pointer;
}
.obmotka-block_color-item.active {
    border: 1px solid var(--main-e-868-a-0, #E868A0);
}
.obmotka-block_color {
    width: 24px;
    height: 24px;
    background: #dddddd;
    border: 1px solid #dddddd;
    overflow: hidden;
}
.obmotka-block_color img {
	display: block;
    width: 24px;
    height: 24px;
	object-fit: cover;
}
.obmotka-block_color-more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 4px;
    border: 1px solid var(--secondary-e-7-e-7-e-7, #E7E7E7);
    cursor: pointer;
}
.obmotka-block_color-more svg {
    display: block;
}

.obmotka-block_data {

}
.obmotka-block_data .product-page_option {
    margin-bottom: 28px;
}
.obmotka-block_data .quantity-counter_block {
    margin-bottom: 28px;
}
.obmotka-block_data .product-page_quantity {
    margin-bottom: 28px;
}

.obmotka-block_totals {
    display: flex;
    flex-direction: column;
    margin-top: 200px;
    margin-bottom: 100px;
    padding-top: 28px;
    border-top: 1px solid var(--secondary-e-7-e-7-e-7, #E7E7E7);
    gap: 22px;
}
.obmotka-block_total-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.obmotka-block_total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
.obmotka-block_totals .btn {
    width: 100%;
    margin-top: 10px;
}

.obmotka-block_title-mobile {
    display: none;
    margin-bottom: 14px;
}
.obmotka-block_text-mobile {
    display: none;
    margin-bottom: 20px;
}
.obmotka-block_price-mobile {
    display: none;
}

@media (max-width: 1200px) {
    .obmotka-block_right {
        padding-left: 40px;
    }
}
@media (max-width: 992px) {
    .obmotka-block_title {
        margin-bottom: 14px;
        font-size: 24px;
        font-weight: 600;
        line-height: 26px;
    }
    .obmotka-block_text {
        margin-bottom: 24px;
    }
    .obmotka-block_data .quantity-counter_block {
        margin-bottom: 24px;
    }
}
@media (max-width: 768px) {
    .obmotka-block {
        margin-bottom: 40px;
    }

    .obmotka-block_products {
        gap: 14px 8px;
    }
    .obmotka-block_products .product-item_data {
        padding: 0;
    }

    .obmotka-block_right {
        padding-top: 22px;
        padding-left: 0;
    }
    .obmotka-block_data .product-page_price {
        display: none;
    }
    .obmotka-block_data .product-page_option {
        margin-bottom: 22px;
    }

    .obmotka-block_title,
    .obmotka-block_text {
        display: none;
    }

    .obmotka-block_title-mobile {
        display: block;
        font-size: 24px;
        line-height: 26px;
    }
    .obmotka-block_text-mobile {
        display: block;
    }
    .obmotka-block_price-mobile {
        display: flex;
    }

    .obmotka-block_totals {
        margin-top: 62px;
        margin-bottom: 80px;
        padding-top: 24px;
        gap: 16px;
    }
    .obmotka-block_total {
        margin-top: 8px;
    }
    .obmotka-block_totals .btn {
        margin-top: 6px;
    }
}
