.title_block--storage {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 37px;
    margin-bottom: 30px;
}
.item-main-desc .content-block {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #000;
}
.item-main-desc {
    padding-bottom: 40px;
}
.catalog_detail .measuring-range .measuring-range__list.one-column {
    grid-template-columns: 1fr;
}
.measuring-range.measuring-rage_storage .measuring-range__list-item {
    margin-bottom: 14px;
}
.catalog-detail__advantages,
.catalog-detail__storage-work,
.catalog-detail__lk
{
    padding: 40px 0;
    background-color: #F5F6F8;
}
.catalog-detail__advantages .maxwidth-theme,
.catalog-detail__storage-work .maxwidth-theme,
.catalog-detail__lk .maxwidth-theme {
    background-color: #F5F6F8;
}
.catalog-detail__advantages--content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 24px;
    column-gap: 24px;
}
.catalog-detail__advantages--card {
    padding: 30px;
    background-color: #fff;
    border-radius: 12px;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}
.catalog-detail__advantages--card--item {
    display: grid;
    grid-template-columns: 10% 90%;
    column-gap: 16px;
    align-items: center;
    width: 100%;
}
.catalog-detail__advantages--number {
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #FF8800;
}
.catalog-detail__advantages--text {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #000;
}
.catalog-detail__advantages--notice {
    font-size: 13px;
    font-weight: 400;
    line-height: 14px;
    color: #888;
    margin-top: 18px;
}
.catalog-detail__storage-work--row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 25px;
    align-items: center;
}
.catalog-detail__storage-work--image {
    width: 636px;
    height: 401px;
}
.catalog-detail__storage-work--image img {
    width: 100%;
    height: 100%;
    object-fit:cover;
    border-radius: 12px;
}
.catalog-detail__storage-work--point {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #000;
    margin-bottom: 24px;
    padding: 4px 0 0;
    position: relative;
}
.catalog-detail__storage-work--point.active {
    font-weight: 500;
}
.catalog-detail__storage-work--points {
    padding-left: 50px;
    position: relative;
}
.catalog-detail__storage-work .title_block--storage {
    margin-bottom: 31px;
}
.catalog-detail__lk--row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 18px;
    row-gap: 18px;
    align-items: center;
}
.catalog-detail__lk--point {
    padding-left: 38px;
    margin-bottom: 14px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #000;
    position: relative;
}
.catalog-detail__lk--point:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url("/local/templates/aspro_next/images/galka.png");
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: 0;
    position: absolute;
}
.catalog-detail__lk--image {
    height: 331px;
}
.catalog-detail__lk--image img {
    border-radius: 13px;
    border: 1px solid #C5C7C9;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.variants_block {
    margin-bottom: 40px;
}
.variants_block th {
    font-size: 13px;
    font-weight: 400;
    line-height: 14px;
    text-align: left;
    color: #888888;
    padding: 10px;
}
.variants_block td {
    padding: 10px;
    width: 139px;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: #181D27;
}
.variants_block tr.active td {
    color: #FF8800;
    background: #F6F6F7;
}
.desktop_variants_block tr:hover td, .tablet_variants_block tr:hover td {
    background: #F6F6F7;
    cursor: pointer;
}
.variants_block td:last-child {
    width: 38px;
}
.variants_block tr {
    border: 1px solid #C5C7C9;
}
.variant_selected--img {
    background-image: url('/local/templates/aspro_next/images/check.png');
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: cover;
}
.catalog-detail__storage-banner .catalog-detail__bottom-banner-img {
    margin-right: 135px;
    margin-left: 95px;
}
.catalog-detail__storage-banner .catalog-detail__bottom-banner-content {
    justify-content: start;
}
.catalog-detail__storage-work--line:before, .catalog-detail__storage-work--line:after {
    content: "";
    display: block;
    position: absolute;
    left: -32px;
    top: 10px;
}
.catalog_detail .maxwidth-theme, .wrapper_inner {
    padding: 0 30px;
}
.variants_block.mobile_variants_block {
    display: none;
}
.variants_block.tablet_variants_block {
    display: none;
}
.catalog_detail.catalog_detail-scan .item_main_info .img_wrapper {
    width: 45%;
}
.catalog_detail.catalog_detail.catalog_detail-scan .item_main_info .right_info {
    width: 55%;
}
.catalog_detail.catalog_detail-scan .catalog_detail-btn.catalog-detail__reg-banner-btn {
    margin: 0;
}
@media screen and (min-width: 1025px) {
    .catalog-detail__storage-work--points:before {
        content: "";
        display: block;
        position: absolute;
        width: 40px;
        height: 228px;
        background-image: url("/local/templates/aspro_next/images/points-arrow.png");
        background-repeat: no-repeat;
        background-position: center;
        left: 0;
        top: 0;
    }
}
@media screen and (max-width: 1233px) {
    .catalog-detail__storage-work--points:before {
        top: 15px;
    }
    .catalog-detail__storage-work--point {
        margin-bottom: 5px;
    }
    .catalog-detail__storage-work--points:before {
        height: 245px;
        transform: scale(1.1);
    }
}
@media screen and (max-width: 1100px) {
    .catalog-detail__storage-work--points:before {
        top: 15px;
    }
    .catalog-detail__storage-work--point {
        margin-bottom: 5px;
    }
    .catalog-detail__storage-work--image {
        width: 575px;
        height: 352px;
    }
}
@media screen and (max-width: 1024px) {
    .catalog-detail__advantages--content {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .catalog-detail__advantages--text {
        padding-right: 10px;
    }
    .catalog-detail__lk--row {
        display: block;
    }
    .catalog-detail__storage-banner .catalog-detail__bottom-banner-img {
        margin-right: 95px;
        margin-left: 40px;
        max-width: 312px;
        min-width: unset;
    }
    .catalog-detail__lk--image {
        height: 501px;
    }
    .catalog-detail__lk--image img {
        object-fit: fill;
    }
    .catalog-detail__storage-work--row {
        grid-template-columns: 1fr;
    }
    .catalog-detail__storage-work--image {
        width: 100%;
        height: 100%;
        max-height: 608px;
        margin-top: 20px;
    }
    .catalog-detail__storage-work--point {
        margin-bottom: 24px;
    }
    .catalog-detail__storage-work--point:before, .catalog-detail__storage-work--point:after {
        content: "";
        display: block;
        position: absolute;
        left: -40px;
        top: 10px;
    }
    .catalog-detail__storage-work--point:before {
        width: 20px;
        height: 20px;
        border-radius: 100px;
        background: #FF8800;
        z-index: 2;
    }
    .catalog-detail__storage-work--line:after {
        width: 4px;
        background: #FF8800;
        height: 41px;
        left: -32px;
        top: 25px;
    }
    .catalog-detail__storage-work--point:last-child:before {
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 20px solid #FF8800;
        background: transparent;
        border-radius: 0;
        top: unset;
        bottom: -15px;
    }
    .catalog-detail__storage-work--point:last-child .catalog-detail__storage-work--line:after {
        height: 55px;
        left: -32px;
        top: 9px;
    }
    .catalog-detail__storage-work--point:last-child:after {
        width: 20px;
        height: 20px;
        border-radius: 100px;
        background: #FF8800;
    }
}
@media screen and (max-width: 991px) {
    .catalog-detail__storage-banner .catalog-detail__bottom-banner-img {
        margin: 0 40px 0 0;
    }
    .variants_block table {
        width: 100%;
    }
    .catalog_detail .item_main_info.item_main_info--storage {
        border: none;
        margin: 0;
    }
    .catalog-detail__lk--image {
        height: 370px;
    }
}
@media screen and (max-width: 949px) {
    .catalog-detail__storage-work--point:last-child .catalog-detail__storage-work--line:after {
        height: 80px;
        left: -32px;
        top: -18px;
    }
}
@media screen and (max-width: 804px) {
    .catalog-detail__storage-work--point:last-child .catalog-detail__storage-work--line:after {
        height: 110px;
        left: -32px;
        top: -18px;
    }
    .catalog_detail.catalog_detail.catalog_detail-scan .item_main_info .right_info {
        width: 60%;
    }
}
@media screen and (max-width: 768px) {
    .variants_block.desktop_variants_block {
        display: none;
    }
    .variants_block.tablet_variants_block {
        display: block;
    }
    .catalog_detail.catalog_detail-scan .item_main_info .img_wrapper,
    .catalog_detail.catalog_detail.catalog_detail-scan .item_main_info .right_info
    {
        width: 50%;
    }
    body .catalog_detail-scan .img_wrapper .item_slider .slides .current img {
        margin: 50px auto 0;
        height: 250px;
    }
    .catalog_detail-scan .type_clothes .item_slider:not(.flex) .slides ul:not(.flex-direction-nav) li {
        height: 435px;
    }
    .catalog_detail-scan .type_clothes .item_slider:not(.flex) .slides {
        height: 420px;
    }
    body .catalog_detail-scan .img_wrapper .wrapp_thumbs.top-small-wrapper {
        bottom: 0;
    }
    .catalog_detail.catalog_detail-scan .item_main_info {
        margin: 0 0 20px 0;
    }
}
@media screen and (max-width: 650px) {
    .catalog-detail__advantages--card {
        padding: 25px 20px;
    }
    .catalog-detail__advantages--text {
        font-size: 16px;
    }
}
@media screen and (max-width: 600px) {
    body .catalog_detail-scan .img_wrapper .item_slider .slides .current img {
        margin: 0;
    }
    body .catalog_detail-scan .item_main_info .img_wrapper .item_slider .slides .current img {
        height: 330px;
    }
    body .catalog_detail-scan .item_main_info .item_slider.flex .slides>li>a {
        height: 330px;
    }
    body .catalog_detail .item_main_info.item_main_info--storage .right_info .info_item {
        padding: 0;
    }
    body .container .catalog_detail .item_main_info.item_main_info--storage .right_info {
        border: none;
    }
    body .catalog_detail.catalog_detail-scan .catalog_detail-btn {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .variants_block.tablet_variants_block {
        display: none;
    }
    .variants_block.mobile_variants_block {
        display: block;
    }
    .mobile_variants_block [data-count="0"]:hover {
        background: #F6F6F7;
    }
    .mobile_variants_block [data-count="1"]:hover {
        background: #F6F6F7;
    }
    .mobile_variants_block [data-count="2"]:hover {
        background: #F6F6F7;
    }
    .catalog_detail.catalog_detail-scan .item_main_info .img_wrapper,
    .catalog_detail.catalog_detail.catalog_detail-scan .item_main_info .right_info
    {
        width: 100%;
    }
    .variants_block th {
        width: 100px;
    }
    .variants_block.mobile-show {
        margin-top: 20px;
    }
    .variants_block td {
        border-left: 1px solid #C5C7C9;
        text-align: center;
        min-width: 72px;
        width: 72px;
    }
    .variants_block td.active {
        color: #FF8800;
        background: #F6F6F7;
    }
    .variants_block tr {
        border: none;
        border-left: 1px solid #C5C7C9;
        border-right: 1px solid #C5C7C9;
    }
    .variants_block tr:first-child {
        border-top: 1px solid #C5C7C9;
    }
    .variants_block tr:last-child {
        border-bottom: 1px solid #C5C7C9;
    }
    .variant_selected--img {
        margin: auto;
    }
    body .catalog_detail .flex-control-paging li a, body .catalog_detail .front_slider_wrapp .flex-control-nav li a {
        height: 10px;
        width: 10px;
    }
    .catalog_detail .item_slider.flex li {
        padding: 3px 8px;
    }
    .catalog_detail .item_slider.flex .slides li {
        padding: 3px 0;
    }
}
@media screen and (max-width: 574px) {
    .catalog-detail__storage-work--line:first-child:after {
        height: 85px;
    }
    .catalog-detail__storage-work--point:last-child .catalog-detail__storage-work--line:after {
        height: 135px;
    }
}
@media screen and (max-width: 560px) {
    .catalog-detail__advantages,
    .catalog-detail__storage-work,
    .catalog-detail__lk
    {
        padding: 30px 0;
    }
    .title_block--storage {
        font-size: 20px;
        line-height: 28px;
    }
    .catalog-detail__advantages--content {
        grid-template-columns: repeat(1, 1fr);
    }
    .catalog-detail__advantages--notice {
        margin-top: 4px;
    }
    .variants_block--row {
        padding: 10px;
        font-size: 13px;
        font-weight: 400;
        line-height: 14px;
        color: #181D27;
    }
    .variants_block--row.title {
        color: #888888;
    }
    .variants_block--column.active .variants_block--row {
        color: #FF8800;
    }
    .catalog-detail__lk--image {
        max-height: 280px;
    }
    .catalog_detail .maxwidth-theme, .wrapper_inner {
        padding: 0 15px;
    }
    .catalog-detail__advantages--card {
        padding: 16px;
    }
    .catalog-detail__advantages--text {
        font-size: 18px;
    }
    .catalog-detail__storage-work--point:last-child .catalog-detail__storage-work--line:after {
        height: 110px;
    }
}
@media screen and (max-width: 544px) {
    .catalog-detail__storage-work--line:after {
        height: 80px;
    }
    .catalog-detail__storage-work--point:last-child .catalog-detail__storage-work--line:after {
        height: 135px;
    }
}
@media screen and (max-width: 444px) {
    .catalog-detail__storage-work--point:last-child .catalog-detail__storage-work--line:after {
        height: 165px;
    }
}
@media screen and (max-width: 409px) {
    .catalog-detail__storage-work--point:last-child .catalog-detail__storage-work--line:after {
        height: 190px;
    }
}
@media screen and (max-width: 370px) {
    .catalog-detail__storage-work--line:after {
        height: 100px;
    }
    .catalog-detail__storage-work--line:first-child:after {
        height: 105px;
    }
}
@media screen and (max-width: 342px) {
    .catalog-detail__storage-work--point:last-child .catalog-detail__storage-work--line:after {
        height: 215px;
    }
}
@media screen and (max-width: 325px) {
    .catalog-detail__storage-work--line:first-child:after {
        height: 130px;
    }
    .catalog-detail__storage-work--line:after {
        height: 130px;
    }
}