.photo-viewer-right-block {
    float: right;
}

.btn-switch {
    position: absolute;
    top: 50%;
    width: 25px;
    height: 45px;
    margin-top: -22px;
    cursor: pointer;
    background: url('../images/big_arrow_left.svg') no-repeat center;
}

.right-arrow-block, .left-arrow-block {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

.right-arrow-block .btn-switch-right {
    right: 15px !important;

}

.left-arrow-block:hover, .right-arrow-block:hover {
    background-color: rgba(112, 112, 116, 0.08);
    /*background-color: #55555538;*/
    cursor: pointer;
}

.left-arrow-block .btn-switch-left {
    left: 15px !important;
}

.right-arrow-block {
    right: -45px;
}

.left-arrow-block {
    left: -45px;
}

.btn-switch.btn-switch-left {
    left: -25px;
    z-index: 555555;
}

.btn-switch.btn-switch-right {
    right: -25px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.btn-switch-down-modal {
    z-index: 55555;
}

.left-arrow-block, .right-arrow-block {
    position: absolute;
    width: 64px;
    top: 0;
    z-index: 444;
    height: 100%;
    transition: all 1s;
}

@media (max-width: 829px) {
    .right-arrow-block {
        right: 0;
    }

    .left-arrow-block:hover, .right-arrow-block:hover {
        background-color: rgba(112, 112, 116, 0.08);
        /*background-color: #55555538;*/
        cursor: pointer;
    }
}


/* Fast Category Link */
.fast-category-link a:nth-child(n+6) {
    display: none;
}

.fast-category-link a:last-child {
    display: inline-block;
}

.fast-category-link {
    margin: 20px 0 14px;
    padding: 27px 0;
    background: #f4f4f5;
}

.fast-category-link a {
    font-family: 'LatoBold', sans-serif;
    font-size: 15px;
    font-weight: 700;
    display: inline-block;
    margin: 0 38px;
    text-transform: uppercase;
    color: #4f515e;
}

.fast-category-link a:hover {
    text-decoration: underline;
}

.product-title-block {
    font-family: 'LatoBold', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 15px;
}

.product-photo-preview {
    -webkit-user-select: none;
    position: absolute;
    top: 0;
}

.product-price-block-modal {
    float: left;
}

.product-photo-block .product-label-block {
    top: 5px;
    right: 5px;
}

.photo-viewer-content .product-big-photo {
    overflow-y: hidden;
    width: 1684px;
    height: 650px;
    margin: 0 auto;
    float: unset;
}

.photo-viewer-description .title-block {
    line-height: 1.4;
    float: left;
    width: 1000px;
    margin: 15px 0;
}

.photo-viewer-image {
    position: relative;
    width: 1124px;
    height: 650px;
    margin: 0 auto;
}

.photo-viewer-image > span {
    line-height: 650px;
    display: block;
    float: left;
    width: 100%;
    height: 100%;
}

.photo-viewer-image > span img {
    vertical-align: middle;
}

/*Button Buy*/
.button-buy {
    font-size: 18px;
    line-height: 58px;
    height: 58px;
    margin: 7px 0;
    padding: 0 44px 0 49px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-sizing: border-box;
    min-width: 235px;
    text-transform: uppercase;
    color: #fff;
    background-color: #ff9f15;
    cursor: pointer;
}

.btn-slider-switch {
    position: relative;
    width: 90px;
    height: 35px;
    margin: 0 auto;
    cursor: pointer;
    border-radius: 25px;
    background: #ff9f15;
}

.btn-slider-switch:before {
    position: absolute;
    top: 11px;
    left: 39px;
    width: 13px;
    height: 13px;
    content: '';
    background: url('../images/white_arrow_down.svg');
}

.btn-slider-switch.btn-switch-up:before {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.product-preview-wrapper {
    position: relative;
    overflow: hidden;
    height: 570px;
}

.product-preview-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-user-select: none;
}

.product-preview-wrapper a {
    display: block;
    width: 90px;
    height: 90px;
    padding: 4px;
    margin: 20px auto 0;
    text-align: center;
    box-sizing: border-box;
    position: relative;
}

.product-preview-wrapper a.active {
    border: 1px solid #f99631;
}

.product-preview-wrapper a img {
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.product-price-block {
    font-family: 'LatoBold', sans-serif;
    font-weight: 700;
    margin: 50px 0 40px;
}

.range,
.product-price-block .range {
    margin: 0;
}

.range-uah {
    margin: 10px 0 20px 0;
    font-size: 15px;
}

.product-price-block .range {
    font-size: 29px !important;
}

.product-price-block span:first-child {
    margin-left: 0;
}

.product-cart-single-price span {
    /*font-size: 29px !important;*/
}

.product-cart-single-price b,
.product-price-block .range b {
    font-size: 18px;
}

.product-price-block:hover .product-page-price-popup {
    opacity: 1;
}

/*.photo-viewer-wrapper .product-price-block {*/
/*    float: left;*/
/*    width: 365px;*/
/*    margin: 15px 32px 0 30px;*/
/*}*/

.photo-viewer-wrapper .product-price-block p {
    margin: 0;
}

.photo-viewer-wrapper .btn-buy {
    display: block;
    float: right;
    margin: 0;
}

.photo-viewer-wrapper .btn-buy span {
    display: block;
}

.photo-viewer-wrapper .btn-close {
    float: right;
    margin-left: 50px;
}

.photo-viewer-content {
    margin-bottom: 30px;
}

.product-page-price-popup {
    position: absolute;
    margin-top: -32px;
    color: #bbb;
    opacity: 0;
    transition: opacity .3s;
}

.bordered-block {
    box-sizing: border-box;
    width: 270px;
    margin: 10px 5px;
    padding: 10px 15px;
    border: 1px solid #4f515e;
}

.bordered-block:first-child {
    margin-left: 0;
}

.bordered-block a {
    color: #4f515e;
}

.bordered-block p {
    font-family: 'LatoSemiBold', sans-serif;
    font-weight: 600;
    margin-bottom: 15px;
    padding: 5px 0;
    text-transform: uppercase;
}

.bordered-block p.cheaper-icon {
    background: url('../images/message.png') 1px 5px no-repeat;
    background-size: 23px;
}

.bordered-block p.exchange-icon {
    padding-left: 35px;
    background: url('../images/exchange_icon.svg') no-repeat left center;
}

.bordered-block span {
    font-size: 13px;
    line-height: 1.4;
    display: block;
    margin: 5px 0;
}

.bordered-block.cheaper-block span {
    position: relative;
    padding-left: 55px;
}

.bordered-block.cheaper-block span a {
    font-size: 16px;
    position: absolute;
    top: -3px;
    left: 0;
    padding: 10px 12px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 6px;
    background: #ff9f15;
}

/* Product Colors Block */
.product-colors-block {
    margin: 10px 0 17px 0;
}

.product-colors-block > div {
    position: relative;
    float: left;
    width: 20px;
    height: 40px;
    margin: 5px 12px 5px 0;
}

.product-colors-block > div a {
    display: block;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border-radius: 2px;
}

.product-colors-block > div a.color-white {
    border: 1px solid #d9d9d9;
}

.product-colors-block > div input {
    font-size: 12px;
    position: absolute;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #4f515e;
    border: none;
    border-bottom: 1px solid #4f515e;
    background: transparent;
}

/* Photo Viewer Block */
.photo-viewer-block {
    position: fixed;
    z-index: 500;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: hidden;
    overflow-y: auto;
    max-height: 100%;
    background: #fff;
    touch-action: none;
    overscroll-behavior-y: contain;
}

.photo-viewer-block .btn-switch.btn-switch-left {
    left: -35px;
}

.photo-viewer-block .btn-switch.btn-switch-right {
    right: -35px;
}

/* Product Description Block */
.product-description-block {
    margin: 0;
}

.product-description-block .tabs-title-block {
    background: #f4f4f5;
}

.product-description-block .tabs-title-block li {
    font-size: 15px;
    display: inline-block;
    padding: 27px 39px;
    cursor: pointer;
    text-transform: uppercase;
}

.product-description-block .tabs-title-block li:hover,
.product-description-block .tabs-title-block li.active {
    background: #ebebeb;
}

.product-description-block .tabs-title-block li a {
    display: block;
    color: #4f515e;
}

.product-description-block .tabs-content-block {
    padding: 40px 0 0;
}

.product-description-block .tabs-content-block > div .left-block {
    /*    !*width: 380px;*!*/
    margin-right: 40px;
}

/*.product-description-block .tabs-content-block p {*/
/*    font-size: 14px;*/
/*    line-height: 1.5;*/
/*    padding: 10px 0;*/
/*}*/

/*.product-description-block .tabs-content-block ul {*/
/*    margin: 5px 0;*/
/*}*/

/*.product-description-block .tabs-content-block li {*/
/*    font-size: 14px;*/
/*    margin: 5px 0;*/
/*    padding-left: 15px;*/
/*    list-style-position: inside;*/
/*    list-style-type: disc;*/
/*}*/

#characteristics p {
    padding: 10px 15px;
}

#characteristics p span {
    display: inline-block;
    width: 40%;
}

#characteristics p span {
    display: inline-block;
}

#characteristics p:nth-child(even) {
    background: #f4f4f5;
}

/*.product-description-block .tabs-content-block img {*/
/*    margin: 5px 0;*/
/*}*/

.product-description-block .tabs-info-block {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px !important;
    /*margin-bottom: 20px;*/
}

.mobile-colors-block {
    float: none;
    width: 60%;
    margin: 15px auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

/*@media (max-width: 1300px) {*/
/*    .photo-viewer-right-block .mobile-colors-block, .photo-viewer-right-block .cart-block {*/
/*        width: 79%;*/
/*    }*/
/*}*/
.cart-product-list-wrapper-hidden .hidden-product {
    display: none;
}

@media (max-width: 1790px) and (min-width: 1320px) {
    /* Product Page */
    .product-content-block {
        margin-top: 0;
    }

    .product-big-photo {
        width: 86%;
    }

    .product-price-block {
        margin: 25px 0 15px;
    }

    /* Photo Viewer */
    .photo-viewer-description .title-block {
        font-size: 20px;
        width: 750px;
    }

    .photo-viewer-description .product-price-block {
        width: 220px;
        margin-right: 30px;
    }

    .photo-viewer-description .product-price-block p {
        font-size: 22px;
    }

    .photo-viewer-description .product-price-block p b {
        font-size: 16px;
    }

    .photo-viewer-description .btn-close {
        margin: 0 0 0 30px;
    }

    .photo-viewer-description .btn-buy {
        font-size: 16px;
        line-height: 52px;
        height: 52px;
        padding: 0 34px 0 39px;
        background-position: 36px center;
    }

    .photo-viewer-content .product-big-photo {
        width: 1190px;
    }

    .photo-viewer-image {
        width: 90%;
    }

    .product-description-block .tabs-content-block {
        padding: 20px 0 0;
    }

    .product-description-block .tabs-info-block:not(#characteristics) {
        padding: 0 15px;
    }
}


@media (max-width: 1319px) {
    /* Product Preview Photo */
    .product-content-block .product-photo-preview {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100%;
    }

    .product-content-block .product-photo-block .btn-slider-switch {
        position: absolute;
        top: 50%;
        margin-top: -17px;
        transform: rotate(-90deg);
    }

    .product-content-block .product-photo-block .btn-slider-switch.btn-switch-up {
        left: -20px;
    }

    .product-content-block .product-photo-block .btn-slider-switch.btn-switch-down {
        right: -20px;
    }

    .product-content-block .product-preview-wrapper {
        width: 630px;
        height: 120px;
        margin: 0 auto;
    }

    .product-content-block .product-preview-slider {
        height: 100%;
    }

    .product-content-block .product-preview-slider a {
        float: left;
    }
}

@media (max-width: 1319px) and (min-width: 1020px) {
    /* Product Page */
    .product-content-block {
        margin-top: 0;
    }

    .product-content-block .product-preview-wrapper {
        width: 540px;
    }

    .bordered-block:last-child {
        margin-left: 0;
    }

    .product-price-block {
        margin: 20px 0 10px;
    }

    /* Photo Viewer */
    .photo-viewer-description .title-block {
        font-size: 20px;
        width: 495px;
        margin: 0;
    }

    .photo-viewer-description .product-price-block {
        width: 190px;
        margin-right: 30px;
    }

    .photo-viewer-description .product-price-block p {
        font-size: 22px;
    }

    .photo-viewer-description .product-price-block p b {
        font-size: 16px;
    }

    .photo-viewer-description .btn-close {
        width: 20px;
        height: 20px;
        margin: 0 0 0 20px;
        background-size: 20px;
    }

    .photo-viewer-description .btn-buy {
        font-size: 16px;
        line-height: 52px;
        height: 52px;
        padding: 0 34px 0 39px;
        background-position: 36px center;
    }

    .photo-viewer-content .product-preview-wrapper {
        height: 460px;
    }

    .photo-viewer-image {
        width: 85%;
        height: 100%;
    }

    .photo-viewer-image > span {
        line-height: 530px;
    }

    .photo-viewer-block .btn-switch.btn-switch-left {
        left: -45px;
    }

    .photo-viewer-block .btn-switch.btn-switch-right {
        right: -45px;
    }

    .product-description-block .tabs-content-block {
        padding: 20px 0 0;
    }

    .product-description-block .tabs-info-block:not(#characteristics) {
        padding: 0 15px;
    }
}

@media (max-width: 1019px) and (min-width: 830px) {
    /* Product Page */
    .product-content-block {
        margin-top: 0;
    }

    .product-content-block .product-preview-wrapper {
        width: 450px;
    }

    .bordered-block:last-child {
        margin-left: 0;
    }

    .product-price-block {
        margin: 20px 0 10px;
    }

    .product-price-block p {
        font-size: 20px;
    }

    .product-price-block span {
        display: inline-block;
        margin: 5px 0;
    }

    .product-page-price-popup {
        margin-top: -60px;
        /*margin-left: 130px;*/
    }

    /* Photo Viewer */
    .photo-viewer-description {
        margin-bottom: 10px;
    }

    .photo-viewer-description .title-block {
        font-size: 20px;
        box-sizing: border-box;
        width: 100%;
        margin: 0 0 5px;
        padding-right: 45px;
    }

    .photo-viewer-right-block {
        position: relative;
        width: 100%;
    }

    .photo-viewer-description .product-price-block {
        width: 200px;
        margin: 16px 0 10px;
        text-align: left;
    }

    .photo-viewer-description .product-price-block p {
        font-size: 22px;
    }

    .photo-viewer-description .product-price-block p b {
        font-size: 16px;
    }

    .photo-viewer-description .btn-close {
        position: absolute;
        top: -28px;
        right: 0;
        width: 20px;
        height: 20px;
        margin: 0;
        background-size: 20px;
    }

    .photo-viewer-description .btn-buy {
        font-size: 16px;
        line-height: 45px;
        height: 45px;
        margin-top: 10px;
        padding: 0 24px 0 29px;
        background-position: 26px center;
    }

    .photo-viewer-content .product-preview-wrapper {
        height: 460px;
    }

    .photo-viewer-content .product-big-photo {
        height: 530px;
        margin: 0 auto;
    }

    .photo-viewer-image {
        width: 85%;
        height: 100%;
        margin: 0 auto;
    }

    .photo-viewer-image > span {
        line-height: 530px;
    }

    .photo-viewer-block .btn-switch {
        width: 16px;
        height: 29px;
        background-size: 16px 29px;
    }

    .photo-viewer-block .btn-switch.btn-switch-left {
        left: -45px;
    }

    .photo-viewer-block .btn-switch.btn-switch-right {
        right: -45px;
    }

    .product-description-block {
        margin-top: 20px;
    }

    .product-description-block .tabs-content-block > div .left-block {
        box-sizing: border-box;
        width: 50%;
        margin: 0;
        padding-right: 30px;
    }

    .product-description-block .tabs-title-block li {
        padding: 27px 21px;
    }

    .product-description-block .tabs-content-block {
        padding-top: 20px;
    }

    .product-description-block .tabs-info-block:not(#characteristics) {
        padding: 0 15px;
    }

    .fast-category-link a {
        margin: 0 10px;
    }
}

@media (max-width: 890px) and (min-width: 830px) {
    .product-content-block .product-preview-wrapper {
        width: 360px;
    }
}

@media (max-width: 829px) and (min-width: 500px) {
    /* Product Page */
    .product-description-block .tabs-title-block li {
        font-size: 13px;
        text-transform: uppercase;
    }
}

@media (max-width: 829px) and (min-width: 355px) {
    .product-description-block .tabs-title-block li {
        font-size: 12px;
    }
}

@media (max-width: 829px) {
    .range-uah {
        margin: 0 0 20px 0 !important;
    }

    .range,
    .product-price-block .range {
        margin: 0 0 5px !important;
    }

    /*.product-cart-single-price span {*/
    /*font-size: 18px !important;*/
    /*}*/
    .product-title-block {
        font-size: 15px;
        line-height: 1.5;
        margin-bottom: 10px;
    }

    .product-content-block {
        margin: 11px 0 5px;
    }

    /* Photo Viewer */
    .photo-viewer-description {
        margin: 10px 0;
    }

    .photo-viewer-description .title-block {
        font-size: 14px;
        box-sizing: border-box;
        width: 100%;
        margin: 5px 0 10px;
        padding-right: 25px;
    }

    .photo-viewer-block .product-photo-preview {
        display: none;
    }

    .photo-viewer-content .product-big-photo {
        float: none;
        width: 100%;
        height: auto;
    }

    .photo-viewer-content .photo-viewer-image {
        width: 100%;
        height: 100%;
    }

    .photo-viewer-image > span {
        line-height: normal;
    }

    .photo-viewer-block .btn-switch {
        top: 50%;
    }

    .right-arrow-block:hover,
    .left-arrow-block:hover {
        color: #ff9f15;
    }

    .btn-switch-right:before {
        content: "\276F";
    }

    .btn-switch-left:before {
        content: "\276E";
    }

    .photo-viewer-block .btn-switch.btn-switch-left {
        left: 10px;
    }

    .photo-viewer-block .btn-switch.btn-switch-right {
        right: 10px;
    }

    .photo-viewer-block .btn-switch {
        /*background: url('../images/arrow_orange_right.svg') no-repeat center;*/
        background: unset;
        /*background-color: #fff;*/
    }

    /*.photo-viewer-block .btn-switch.btn-switch-left {*/
    /*    -webkit-transform: rotate(-180deg);*/
    /*    -moz-transform: rotate(-180deg);*/
    /*    -ms-transform: rotate(-180deg);*/
    /*    -o-transform: rotate(-180deg);*/
    /*    transform: rotate(-180deg);*/
    /*}*/
    .photo-viewer-wrapper {
        position: relative;
        padding-bottom: 20px;
    }

    .photo-viewer-right-block {
        float: none;
        width: 100%;
    }

    .photo-viewer-wrapper .btn-buy {
        line-height: normal;
        box-sizing: border-box;
        width: 48%;
        max-width: 140px;
        padding: 14px 0;
        text-align: center;
        border-radius: 5px;
        background-position: 10px center;
        background-size: 24px 21px;
    }

    .photo-viewer-wrapper .btn-buy span {
        font-size: 15px;
        line-height: normal;
        padding-left: 32px;
    }

    .photo-viewer-wrapper .btn-close {
        position: absolute;
        top: 13px;
        left: 7px;
        width: 37px;
        height: 40px;
        margin: 0;
        background-size: 18px;
    }

    /* Product Page */
    .product-label-grey,
    .product-label-orange {
        font-size: 13px;
    }

    .product-availability-block:before {
        top: 5px;
        left: 7px;
    }

    .product-banner-block {
        margin: 13px 0;
    }

    .product-price-block {
        margin: 0 0 15px 0;
        text-align: center;
    }

    .product-price-block p {
        font-size: 18px;
        margin: 10px 0;
    }

    .product-price-block span {
        font-size: 14px;
    }

    .product-price-block {
        transition: padding .3s;
    }

    .product-price-block:hover {
        padding-bottom: 5px;
    }

    .product-price-block p {
        transition: margin .3s;
    }

    .product-price-block:hover p {
        margin-bottom: 5px;
    }

    .product-page-price-popup {
        left: 0;
        width: 100%;
        /*margin-top: 3px;*/
    }

    .product-colors-block {
        text-align: center;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .product-colors-block > div {
        display: inline-block;
        float: none;
    }

    .info-blocks {
        box-sizing: border-box;
        width: 100%;
        padding: 0 10px;
        margin: 15px auto;
    }

    .bordered-block {
        width: 100%;
        margin: 8px 0;
    }

    .bordered-block p {
        font-size: 14px;
    }

    .bordered-block.cheaper-block span a {
        padding: 8px 10px;
    }

    .cheaper-block.bordered-block {
        padding-bottom: 20px;
        min-height: 94px;
        box-sizing: border-box;
    }

    .product-description-block .tabs-title-block li {
        font-size: 11px;
        float: left;
        box-sizing: border-box;
        width: 33%;
        padding: 10px 5px;
        text-align: center;
        text-transform: none;
        border-right: 1px solid #fff;
    }

    .product-description-block .tabs-title-block li:nth-child(5n) {
        width: 100%;
        border-top: 2px solid #fff;
        border-right: none;
    }

    .product-description-block .tabs-title-block li:first-child {
        display: none;
    }

    .product-description-block .tabs-info-block:first-child {
        display: none;
    }

    .product-description-block .tabs-info-block:nth-child(2) {
        display: block;
    }

    .product-description-block .tabs-content-block {
        padding: 5px 0;
    }

    .product-description-block #review,
    .product-description-block #brand-description,
    .product-description-block #delivery {
        padding: 0 10px;
        /*margin-bottom: 20px;*/
    }

    #characteristics p {
        padding: 10px;
    }

    /*.product-description-block .tabs-content-block p,*/
    /*.product-description-block .tabs-content-block li {*/
    /*    font-size: 13px;*/
    /*    padding: 5px 0 5px 10px;*/
    /*}*/
    .product-description-block .tabs-content-block p b {
        vertical-align: top;
    }

    .product-description-block .tabs-content-block > div .left-block {
        width: 100%;
        float: none;
    }

    .product-description-block {
        margin-bottom: 5px;
    }

    .button-buy {
        height: 46px;
    }

    .fast-category-link {
        margin: 10px 0;
        padding: 10px 0 0 0;
        background: #fff;
    }

    .fast-category-link a:last-child {
        margin-left: 1%;
        width: 100%;
    }

    .fast-category-link a {
        text-align: center;
        font-size: 13px;
        position: relative;
        display: block;
        float: left;
        box-sizing: border-box;
        width: 49%;
        margin: 5px 0 0 0;
        padding: 8px 0px 8px 5px;
        background: #f4f4f5;
    }

    .fast-category-link a:nth-child(2n) {
        margin-left: 1%;
        width: 50%;
    }

    .fast-category-link a:before {
        display: none;
        position: absolute;
        top: 11px;
        right: 10px;
        width: 5px;
        height: 9px;
        content: '';
        background: url('../images/arrow_right_icon.svg') no-repeat center;
    }
}

@media only screen and (max-width: 825px) {
    .product-colors-block > div {
        float: left;
    }

    .photo-viewer-right-block {
        margin: 0px 0px;
        float: unset;
        height: auto;
        padding: 0;
        display: block;
        position: unset;
    }

    /*.photo-viewer-wrapper .product-price-block {*/
    /*    width: 50%;*/
    /*    padding-top: 9px;*/
    /*}*/
    .photo-viewer-right-block .cart-block {
        width: 94%;
        margin: 0 auto;
        /*display: block;*/
        padding-left: 10px;
        padding-right: 10px;
        /*justify-content: space-between;*/
    }

    .mobile-colors-block {
        width: 100% !important;
        margin: 0;
        height: auto;
        padding-bottom: 10px;
    }

    .photo-viewer-wrapper .btn-buy {
        float: right;
        line-height: normal;
        box-sizing: border-box;
        width: 100%;
        display: inline-block;
        font-size: 16px;
        max-width: 140px;
        height: 53px;
        padding: 18px 0;
        margin: 5px 8px;
        text-align: center;
        border-radius: 5px;
        background-position: 10px center;
        background-size: 24px 24px;
    }

    .photo-viewer-content {
        /*height: 50%;*/
        height: 60%;
        display: block;
    }
}

@media only screen and (max-width: 590px) {
    /*.photo-viewer-wrapper .product-price-block-modal {*/
    /*width: 55%;*/
    /*    padding-top: 9px;*/
    /*    font-size: 1px;*/
    /*}*/
    .product-price-block-modal span {
        margin: 0 3px;
        font-size: 13px;
    }

    .photo-viewer-right-block .cart-block {
        width: 100%;
        margin: 0 auto;
        /*display: block;*/
        float: left;
        height: auto;
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 460px) {
    .product-price-block-modal span {
        font-size: 12px;
    }

    .product-price-block-modal p, .product-price-block-modal p b {
        font-size: 18px;
    }

    .photo-viewer-wrapper .btn-buy {
        height: auto;
        padding: 13px 0;
        margin: 0 5px 14px 5px;
        font-size: 6px;
        background-position: 7px center;
        background-size: 18px 16px;
    }

    .photo-viewer-wrapper .btn-buy span {
        font-size: 9px;
        margin-right: 7px;
    }
}

@media only screen and (max-width: 359px) {
    .photo-viewer-wrapper .product-price-block-modal {
        margin-left: -2%;
        width: 200px;
    }
}

@media (max-width: 427px) {
    /* Product Page */
    .cheaper-block.bordered-block {
        padding-bottom: 5px;
    }
}

@media (max-width: 360px) {
    .product-price-block span:first-child {
        margin-right: 3px;
    }

    .product-price-block span:nth-child(2) {
        margin-left: 3px;
    }
}

@media (max-width: 565px) {
    .cart-product-list-wrapper-hidden .hidden-product:nth-child(-n+4) {
        display: block !important;
    }
}

@media (min-width: 565px) and (max-width: 830px) {
    .cart-product-list-wrapper-hidden .hidden-product:nth-child(-n+3) {
        display: block !important;
    }
}

@media (min-width: 830px) and (max-width: 1020px) {
    .cart-product-list-wrapper-hidden .hidden-product:nth-child(-n+4) {
        display: block !important;
    }
}

@media (min-width: 1020px) {
    .cart-product-list-wrapper-hidden .hidden-product:nth-child(-n+5) {
        display: block !important;
    }
}
/* Product Photo Block */
.product-photo-block {
    position: relative;
}

.mobile-photo-dots {
    width: 75%;
    margin: 0 auto;
    overflow: hidden;
    height: 17px;
    z-index: 0;
    padding-bottom: 13px;
    display: block;
    text-align: center;
    position: relative;
    top: 10px;
}

.product-photo-preview {
    width: 90px;
}

.product-big-photo {
    position: relative;
    width: 919px;
    /*height: 640px;*/
    height: 485px;
    text-align: center;
}

.product-big-photo .right-block {
    height: 100%;
}

.product-big-photo img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.product-big-photo .btn-red {
    position: absolute;
    right: 0;
    bottom: -3px;
    padding: 16px 14px;
    background: rgba(255, 255, 255, .9);
}

.photo-viewer-description {
    height: auto;
    margin: 12px 0 12px;
    display: block;
}

.product-big-photo-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.product-big-photo-content > div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.mobile-photo-dots > div.active {
    border-color: #4f515e !important;
}

.mobile-photo-dots > div {
    display: inline-block;
    width: 15px;
    height: 10px;
    margin: 15px 10px;
    border-bottom: 1px solid #bfbfd0;
}

.photo-viewer-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 116%;
    margin: 0;
    justify-content: flex-start;
}

@media (min-height: 1000px) {
    .photo-viewer-wrapper {
        height: 80%; /* Высота 100% при высоте экрана больше 1000px */
    }
}

.photo-viewer-content {
    height: 74%;
    display: block;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Стандарт */
}

.product-big-photo-bottom,
.product-big-photo-bottom > .photo-viewer-image,
.product-photo-preview-bottom,
.product-photo-preview-bottom > .product-preview-wrapper {
    height: 100% !important;
}

@media only screen and(max-width: 1160px) {
    .photo-viewer-right-block {
        width: 97%;
    }

    .photo-viewer-wrapper .btn-buy {
        margin: 13px 11px 0;
    }
}

@media only screen and (max-width: 1020px) {
    .main-left-block, .main-right-block {
        width: 100%;
    }
}

@media only screen and (max-width: 1019px) {
    .photo-viewer-description .btn-buy {
        margin-top: 19px;
        margin-right: 44px;
    }

    /*.photo-viewer-wrapper .product-price-block {*/
    /*    width: 272px;*/
    /*}*/
}

@media only screen and (max-width: 850px) {
    .photo-viewer-right-block .cart-block {
        width: 97%;
    }
}

@media (max-width: 3000px) and (min-width: 1320px) {
    .product-big-photo {
        width: 86%;
        height: 640px;
    }

    .photo-viewer-image {
        width: 80%;
    }
}

@media (max-width: 1319px) and (min-width: 1020px) {
    .product-big-photo {
        width: 100%;
    }

    .photo-viewer-content .product-big-photo {
        width: 74%;
        height: 530px;
    }
}

@media (max-width: 1019px) and (min-width: 1200px) {
    .photo-viewer-content {
        width: 66%;
    }
}

@media (max-width: 1019px) and (min-width: 830px) {
    .product-big-photo {
        width: 100%;
    }

    .photo-viewer-content .product-big-photo {
        width: 609px;
    }
}

@media (max-width: 829px) {
    .mobile-photo-dots {
        display: block;
        text-align: center;
    }

    .mobile-photo-dots > div {
        display: inline-block;
        width: 15px;
        height: 1px;
        margin: 10px 5px;
    }

    .product-content-block .product-photo-block {
        position: relative;
        float: none;
        width: 100%;
    }

    .product-content-block .product-big-photo {
        float: none;
        width: 100%;
        height: auto;
    }

    .product-content-block .product-big-photo:after {
        content: "";
        display: block;
        padding-bottom: 100%;
    }

    .product-big-photo-content {
        position: absolute !important;
        top: 0;
        left: 0;
    }

    .product-content-block .product-photo-preview {
        display: none;
    }

    .product-content-block .product-photo-block .btn-slider-switch,
    .photo-viewer-block .btn-switch {
        top: 40%;
        width: 25px;
        height: 24px;
        margin-top: -12px;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        border-radius: 100%;
        /*background-color: #fff;*/
    }

    .product-content-block .btn-slider-switch:before {
        top: 50%;
        left: 50%;
        width: 7px;
        height: 7px;
        margin-top: -3px;
        margin-left: -3px;
        background: url('../images/arrow_orange_right.svg') no-repeat center;
    }

    .product-content-block .product-photo-block .btn-slider-switch.btn-switch-up {
        left: 10px;
    }

    .product-content-block .product-photo-block .btn-slider-switch.btn-switch-down {
        right: 10px;
    }

    .product-content-block .product-big-photo .btn-red {
        font-size: 12px;
        bottom: 1px;
        margin: 0;
        padding: 8px 10px;
    }

    .product-content-block .product-preview-wrapper {
        width: 100%;
        height: 70px;
    }

    .product-content-block .product-preview-wrapper a {
        width: 50px;
        height: 50px;
        margin: 10px 0;
    }

    .photo-viewer-image {
        margin: 0 auto;
    }
}

@media (max-width: 442px) {
    .photo-viewer-right-block .cart-block {
        display: flex;
        gap: 0;
        flex-direction: column;
        align-items: center;
    }

    .photo-viewer-content {
        height: 50%;
    }
}
