.item-view {
    display: flex;
    justify-content: space-between;
}
.item-view_left {
    display: flex;
    flex: 0 1 731px;
    height: fit-content;
    overflow: hidden;
}

.item-preview {
    margin-right: 24px;
    padding: 40px 2px;
    position: relative;
}
.item-preview_scroll {
    width: 24px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(50% - 12px);
    justify-content: space-between;
    /*z-index: 1;*/
}
.item-preview_scroll span {
    cursor: pointer;
}
#item-preview_prev {
    transform: rotate(180deg);
}
.slider_nav__container {
    height: 630px;
    margin: -3px 24px -3px 0;
    position: relative;
}
.slider_nav__container .slick-arrow{
    align-content: center;
    background: #fff url(../images/product_nav.svg) center no-repeat;
    border-radius: 50%;
    bottom: 12px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 32px;
    justify-content: center;
    left: calc(50% - 16px);
    opacity: 0;
    overflow: hidden;
    position: absolute;
    text-indent: -99999px;
    transform: rotate(180deg);
    transition: all .3s linear;
    width: 32px;
    z-index: 1;
}
.slider_nav__container .slick-prev{
    bottom: auto;
    top: 5px;
    transform: none;
}
.slider_nav__container .slick-arrow:not(.slick-disabled) path {
    stroke: #000;
}
.slider_nav__container:hover .slick-arrow{opacity: 1;}
.thumb-image__carousel {
    width: 157px;
}
.slick-vertical.thumb-image__carousel .slick-slide {
    align-content: center;
    border: 2px transparent solid;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 150px;
    justify-content: space-between;
    margin: 3px 0;
    overflow: hidden;
    transition: all 0.3s linear;
}
.thumb-image__carousel .slick-slide.slick-current {
    border-color: #ee6c40;
    display: flex;
    max-height: 100%;
}
.thumb-image__carousel .slick-slide {
    height: auto;
    width: 100%;
}
.prod-image__carousel{width: calc(100% - 181px);}
.prod-image__carousel .slick-list,.prod-image__carousel .slick-track{height: 615px;}
.prod-image__carousel_block {
    height: 100%;
    width: 100%;
}
.prod-image__carousel_block img {
    border-radius: 8px;
    height: 100%;
    object-fit: cover;
    object-position: center;
    max-width: 100%;
}

.item-preview_img {
    z-index: 0;
    max-width: 157px;
    width: 100%;
    height: auto;
    margin-top: 10px;
    border-radius: 8px;
    overflow: hidden;
}
.item-preview_img:first-of-type {
    margin-top: 0;
}
.item-preview_img:hover {
    cursor: pointer;
    outline: 2px solid var(--orange-color);
    box-sizing: border-box;
    width: 161px;
}
.item-view_left img {
    object-fit: cover;
}
.item-view_img {
    height: 350px;
    position: relative;
    width: 100%;
}
    .item-view_img .slick-prev{display: none!important;}
    .item-view_img .slick-next{
        opacity: 0;
        position: absolute;
        inset: 0;
        width: 100%;
        z-index: 9;
    }
.item-view_img img {
    height: 350px;
    max-width: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.slick-dots {
    height: 3px;
    position: absolute;
    bottom: 60px;
    left: 0;
    display: flex;
    justify-content: center;
    width: 100%;
}
.slick-dots li {
    margin: 0 6px;
}
.slick-dots li button {
    background-color: #8e8e8e;
    border-radius: 12px;
    display: block;
    height: 3px;
    overflow: hidden;
    text-indent: -99999px;
    width: 42px;
}
.slick-dots li.slick-active button {
    background-color: var(--white);
}

.item-view_right {
    padding-left: 20px;
    flex: 0 1 550px;
    & .main-btn {
        padding: 14px 12px;
        font-size: 18px;
        line-height: normal;
    }
}
.item-view_title {
    line-height: 21px;
    position: relative;
}
.item-view_h1 {
    font-size: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
}
.item-view_subtitle {
    margin-top: 12px;
    font-size: 20px;
    font-weight: 400;
    padding-right: 60px;
}
#item-view_like-item {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    width: 52px;
    height: 52px;
    border-radius: var(--main-border-radius);
}
#item-view_like-item svg {
    transition: all var(--main-transition);
}
#item-view_like-item:hover svg {
    transform: scale(1.1);
    fill: var(--black);
}
.item-view_sizes-block {
    margin-top: 32px;
}
.item-view_sizes-block h3 {
    color: var(--gray-color);
    font-weight: 400;
    line-height: 140%;
    text-decoration-line: underline;

    & a {
        font-size: 14px;
    }
}

.item-view_size {
    margin-top: 12px;
}
.item-view_size span {
    border-radius: 8px;
    margin-right: 8px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 10px;
    width: 50px;
    height: 50px;
    transition: all var(--main-transition);
}
.item-view_size span:last-child {
    margin-right: 0;
}
.item-view_size .item-view_size-active:hover {
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: var(--main-color);
    color: var(--white);
}
.item-view_size-disabled {
    color: var(--gray-color);
    background-color: #d8d8d8;
}
.item-view_size-selected {
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: var(--main-color);
    color: var(--white);
}

.item-view_price {
    margin-top: 32px;
    color: var(--main-color);
    font-size: 28px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.item-view_add-to-cart {
    border-radius: 8px;
    background: var(--main-color);
    color: var(--white);
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-top: 32px;
    width: 100%;
    max-width: 100%;
    padding: 12px;
    cursor: pointer;
    border: 2px solid var(--main-color);
    transition: var(--main-transition);
}
.item-view_add-to-cart:hover {
    color: var(--main-color);
    background-color: white;
    border: 2px solid var(--main-color);
}

.item-view_description{
    border-bottom: 1px rgba(0,0,0,.1) solid;
    margin-top: 32px;
    overflow-wrap: anywhere;
    padding-bottom: 24px;
}
.item-view_description h3 {
    color: var(--gray-color);
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
}
.item-view_description p {
    margin-top: 8px;
    color: var(--main-color);
    font-weight: 400;
    line-height: 140%;
}

.item-view_properties {
    margin-top: var(--second-margin);
}
.item-view_properties h3 {
    color: var(--gray-color);
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 12px;
}
.item-view_properties p {
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    border-radius: 8px;
    background-color: var(--light-gray-color);
    font-weight: 400;
    line-height: 140%;
}
.item-view_properties p:nth-of-type(2n) {
    background-color: var(--white);
}
.property_name {
    color: var(--gray-color);
}
.property {
    color: var(--main-color);
}

.would-like h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.item-view_mobile {
    display: flex;
    flex-direction: column;
    position: relative;
}
.view-mobile_img {
    position: sticky;
    top: 0;
}

.view-mobile_header{
    left: 16px;
    position: fixed;
    top: 20px;
    z-index: 13;
}
.product-back{
    background: #fff url(../images/ico_close_search.svg) center no-repeat;
    display: block;
    height: 24px;
    width: 24px;
}
.view-mobile_header span {
    width: 24px;
    height: 24px;
}
.view-mobile_header span:first-of-type {
    width: 10px;
    height: 10px;
}

.view-mobile_pag-block {
    height: auto;
    position: absolute;
    bottom: 60px;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center;
}
.view-mobile_pag-block span {
    width: 42px;
    height: 3px;
    border-radius: 12px;
    /*background-color: rgba(0, 0, 0, 0.17);*/
    background-color: #8e8e8e;
    margin-right: 11px;
}
.view-mobile_pag-block .active {
    background-color: var(--white);
}
.view-mobile_info {
    position: relative;
    padding: 14px 0 0;
    border-radius: 21px 21px 0 0;
    margin-top: -40px;
    background-color: var(--white);

    & > * {
        margin-left: 16px;
        margin-right: 16px;
    }
    .item-view_properties p {
        padding: 0;
    }
}
.view-mobile_price {
    font-weight: 500;
    display: flex;
    align-items: center;
    color: var(--main-color);
    font-size: 24px;
    line-height: 140%; /* 33.6px */
    text-transform: uppercase;
    margin-top: 12px;
}
.view-mobile_price span {
    margin-left: 8px;
    color: var(--white);
    font-size: 10px;
    font-weight: 400;
    line-height: 140%; /* 14px */
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 3px 5px 3px 8px;
    background-color: var(--main-color);
    position: relative;
}
/*.view-mobile_price span:after {
    content: '';
    transform: skewX(-15deg);
    background-color: var(--orange-color);
    right: -3px;
    top: 0;
    bottom: 0;
    width: 6px;
    position: absolute;
}*/

.view-mobile_footer{
    align-items: center;
    background-color: var(--white);
    bottom: 54px;
    box-shadow: 0 -4px 11px 0 rgba(144,144,144,.11);
    display: flex;
    justify-content: space-between;
    left: 0;
    padding: 16px;
    position: fixed;
    width: 100%;
    z-index: 14;
}
    .view-mobile_footer .main-btn {
        margin-top: 0;
        height: 40px;
        width: calc(100% - 48px);
    }
    .view-mobile_like{
        align-items: center;
        background-color: var(--light-gray-color);
        border-radius: 8px;
        display: flex;
        height: 40px;
        justify-content: center;
        width: 40px;
    }
        .view-mobile_like svg{
            height: 17px;
            width: 20px;
        }
