.block {
    float: left;
    box-sizing: border-box;
    width: 100%;
    margin-right: 0;
}

.mobile-more-colors {
    display: none;
}

.product-block.product-big-block .product-code {
    margin: 20px 0 5px;
}

.product-block.product-big-block .product-name {
    /*margin: 16px 0 11px;*/
    margin: 5px 0 5px;
}

.product-block.product-big-block .product-colors {
    /*min-height: 70px;*/
    min-height: 50px;
    text-align: center;
}

/* Product Block */
.product-block {
    position: relative;
    height: 600px;
}

.product-wrapper {
    overflow-y: hidden;
    box-sizing: border-box;
    padding: 10px 0;
    margin: 0.3rem;
    border-radius: 5px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
}

.price-default-uah {
    margin: 10px 0;
}

.product-wrapper:hover {
    -webkit-box-shadow: 0 0 14px 0 rgba(190, 190, 194, .5);
    -moz-box-shadow: 0 0 14px 0 rgba(190, 190, 194, .5);
    box-shadow: 0 0 14px 0 rgba(190, 190, 194, .5);
}

.product-block.active .product-wrapper {
    z-index: 2;
    overflow-y: visible;
    height: auto;
}

.product-block .product-code > p > a {
    color: #fff;
}

.product-block-topLeft {
    display: block;
    position: absolute;
    width: 25px;
    z-index: 1;
    left: -4px;
    top: -2px;
    background-color: #fff;
    padding: 2px;
    border-radius: 0 0 4px 0;
    border: none;
}

.product-block-topLeft__visible {
    display: none;
}

/* Wish list */
.wish-button {
    padding: 0;
}

.wish-button svg {
    stroke: #9ca3af;
    stroke-width: 2px;
    fill: #fff;
}

.wish-button:hover svg {
    stroke: #fcc10a;
    fill: #fcc10a;
}

.wish-button__selected svg {
    stroke: #fcc10a !important;
    fill: #fcc10a !important;
}

.wish-button-inform__select {
    color: #fff;
    background-color: #FF9F15;
    box-shadow: inset 0 0 0 1px #ff9600;
}

.wish-button-inform {
    color: #02142a;
    background-color: #c8cacc;
    box-shadow: inset 0 0 0 1px #8aa1b8;
}

/* product image */
.product-image {
    position: relative;
    height: 19vw;
    padding-top: 15px;
    text-align: center;
}

.product-image img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.product-image img.product-cover {
    object-fit: contain;
}

/* product-colors */
.product-colors-wrapper {
    overflow-y: hidden;
    height: 50px;
    text-align: center;
}

.product-block .product-colors-wrapper {
    max-width: 220px;
    margin: auto;
}

.btn-more-color {
    font-size: 11px;
    float: left;
    margin: 5px 0 0;
    cursor: pointer;
    text-decoration: underline;
    color: #4f515e;
}

.more-color {
    vertical-align: top;
    width: 20px !important;
    height: 20px !important;
    padding: 1px;
}

.hide-color {
    width: 7px !important;
    height: 4px !important;
    content: '';
    background: url(../images/arrow_down.svg);

    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.product-material select {
    font-size: 12px !important;
}

.product-material {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-material select.select-block {
    margin: 0;
}

.product-material-btn-buy {
    line-height: normal;
    font-size: 15px;
    box-sizing: border-box;
    width: 100%;
    display: block;
    text-align: center;
    padding: 7px 0;
    margin-top: -10px;
    border-radius: 3px;
    color: #fff;
    background-color: #ff9f15;
    height: 35px;
}


.product-material-btn-buy span {
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    max-width: 76px;
    margin: 0 auto;
    padding: 7px 0 3px 35px;
    background: url('../images/cart_icon.svg') left 4px no-repeat;
    background-size: 23px 20px;
}

.product__availability:before {
    position: absolute;
    top: 4px;
    left: 5px;
    width: 10px;
    height: 10px;
    content: '';
    background: url('../images/available_icon.svg');

}

/*.sorting-panel {*/
/*max-width: 530px;*/
/*}*/

.product-name {
    overflow: hidden;
    height: 60px;
    margin: 7px 0;
}

.product-name a {
    line-height: 1.4;
    color: #4f515e;
}

/* MEDIA */
/* product card height and width */
@media (min-width: 320px) {
    .product-wrapper {
        padding: 10px;
    }

    .product-block {
        width: 100%;
        height: 470px;
    }

    .product-image {
        height: 200px;
    }
}

@media (min-width: 361px) {
    .product-block {
        height: 430px;
    }

    .product-image {
        height: 160px;
    }
}

@media (min-width: 390px) {
    .product-block {
        height: 435px;
    }

    .product-image {
        height: 165px;
    }
}

@media (min-width: 400px) {
    .product-block {
        height: 445px;
    }

    .product-image {
        height: 175px;
    }
}

@media (min-width: 500px) {
    .product-block {
        width: 33.33333333333333%;
        height: 430px;
    }

    .product-image {
        height: 175px;
    }
}

@media (min-width: 565px) {
    .product-block {
        height: 415px;
    }

    .product-image {
        height: 160px;
    }
}

@media (min-width: 600px) {
    .product-block {
        height: 425px;
    }

    .product-image {
        height: 170px;
    }
}

@media (min-width: 700px) {
    .product-block {
        height: 460px;
    }

    .product-image {
        height: 205px;
    }
}

@media (min-width: 768px) {
    .product-block {
        height: 480px;
    }

    .product-image {
        height: 225px;
    }
}

@media (min-width: 800px) {
    .product-block {
        height: 490px;
    }

    .product-image {
        height: 235px;
    }
}

@media (min-width: 830px) {
    .product-block {
        height: 485px;
    }

    .product-image {
        height: 180px;
    }
}

@media (min-width: 1020px) {
    .product-block {
        height: 505px;
    }

    .product-image {
        height: 180px;
    }
}

@media (min-width: 1090px) {
    .product-block {
        height: 515px;
    }

    .product-image {
        height: 190px;
    }
}

@media (min-width: 1150px) {
    .product-block {
        height: 525px;
    }

    .product-image {
        height: 200px;
    }
}

@media (min-width: 1280px) {
    .product-block {
        height: 555px;
    }

    .product-image {
        height: 230px;
    }
}

@media (min-width: 1380px) {
    .product-block {
        height: 570px;
    }

    .product-image {
        height: 245px;
    }
}

@media (min-width: 1480px) {
    .product-block {
        height: 570px;
    }

    .product-image {
        height: 250px;
    }
}

/*--- product card height and width */

@media (min-width: 320px) {
    .product-list-wrapper .block {
        margin-bottom: 5rem;
    }

    .print-select-block {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media (min-width: 360px) {
    .product-list-wrapper .block {
        margin-bottom: 5rem;
    }

    .block {
        width: 48%;
        padding-left: 0;
        padding-right: 0;
        margin: 0 2px;
    }

    .product-wrapper {
        padding-left: 8px;
        padding-right: 8px;
    }

    .block:nth-child(2n) .product-wrapper {
        margin-left: 0;
        margin-right: 5px;
    }

    .block:nth-child(odd) .product-wrapper {
        margin-right: 0;
        margin-left: 5px;
    }

    .print-select-block {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media (min-width: 500px) {
    .product-list-wrapper .block {
        margin-bottom: 1rem;
    }

    .print-select-block {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media (min-width: 565px) {
    .block {
        width: 33.33333333333333%;
        margin: 0;
    }

    .product-wrapper {
        margin: 0.3rem;
    }

    .block:nth-child(2n) .product-wrapper {
        margin: 0.3rem;
    }

    .block:nth-child(odd) .product-wrapper {
        margin: 0.3rem;
    }

    .print-select-block {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media (min-width: 830px) {
    .block {
        width: 25%;
    }

    .product-material {
        min-height: 30px;
        font-size: 14px;
    }

    .product-material-btn-buy {
        display: none;
    }

    .print-select-block {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (min-width: 960px) {
    .block {
        width: 25%;
    }
}

@media (min-width: 1020px) {
    .block {
        width: 20%;
    }
}

@media (max-width: 829px) and (min-width: 500px) {
    .product-wrapper {
        min-height: 390px;
    }

    .product-name {
        font-size: 12px;
        height: 50px;
    }

    .product-price div b,
    .product-price div .price-default {
        font-size: 14px;
    }

    .product-price div {
        font-size: 12px;
    }

    .product-block .btn-buy {
        width: 40px;
        height: 40px;
    }

    .product-colors-wrapper a {
        width: 15px;
        height: 15px;
    }

    .btn-more-color {
        font-size: 11px;
    }

    .product-block.product-big-block .btn-buy span {
        padding-top: 7px;
        background-position: left 4px;
    }

    .product-block.product-big-block .product-wrapper {
        min-height: 390px;
    }
}

@media (max-width: 1019px) and (min-width: 830px) {
    .product-block .product-code > p {
        font-size: 9px;
    }

    .product-block .product-code > a {
        width: 40%;
    }

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

    .product-block .product-price div b {
        font-size: 15px;
    }

    .product-block .btn-buy {
        right: 10px;
        bottom: 30px;
        padding: 0 10px;
    }
}

@media (max-width: 829px) {
    .product-image img:not(.product-cover) {
        width: 157px;
        height: 157px;
        max-height: 157px;
    }

    /*.sorting-panel {*/
    /*    max-width: 375px;*/
    /*}*/
    .more-color {
        display: none !important;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

    .mobile-more-colors {
        font-size: 14px;
        display: block;
        box-sizing: border-box;
        width: 100%;
        padding: 7px 0;
        cursor: pointer;
        text-align: center;
        text-transform: uppercase;
        border: 1px solid #ff9f15;
        border-radius: 4px;
    }

    .mobile-more-colors b {
        display: inline-block;
        width: 9px;
        height: 12px;
        margin-left: 5px;
        position: relative;
        top: 1px;
        transform: rotate(180deg);
        background: url('../images/arrow_up_small.svg') no-repeat center;
    }
}

@media (min-width: 830px) {
    .padding-bottom-2-rem {
        padding-bottom: 28px !important;
    }
}

/* Print cards: keep stable image slot without forcing square thumbnails */
.product-image.product-image-print {
    height: auto !important;
    aspect-ratio: 4 / 5;
}

.product-image.product-image-print img.product-cover {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/*.position-absolute {*/
/*    position: absolute !important;*/
/*}*/

/*.main-banner-content {*/
/*    position: relative;*/
/*}*/

.main-banner-content a {
    overflow: hidden;
}

.main-banner-content a img {
    position: absolute;
    top: 0;
    left: -22%;
}

@media (min-width: 1560px) {
    .main-banner-content a img {
        left: 0;
    }
}

.main-banner-content a img.loading {
    top: 50%;
    margin-top: -16px;
}

.video-preview-block img {
    max-width: 100%;
    max-height: 100%;
}

.video-wrapper-block {
    float: left;
}

.social-widget-block iframe {
    max-width: 100%;
}

.telegram-widget {
    width: 100%;
    height: 485px;
    border: 1px solid #eee;
    box-sizing: border-box;
}

i.cart-total {
    font-style: normal;
}

.cart-empty-message {
    padding-top: 50px;
}

.order-delivery-details {
    display: none;
}

.select-list-search input {
    width: 100%;
    padding: 5px;
    margin: -5px -5px 0;
    outline: none;
}

.radio.disabled:before {
    border-color: #7c7c97;
}

.radio.disabled.active:before {
    background: #7c7c97;
}

.order-form-wrapper {
    position: relative;
}

.order-form-overlap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.8);
}

.order-form-overlap div {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -20px;
    text-align: center;
    font-size: 16px;
}

.order-form-overlap div a {
    color: #ff9f15;
    text-decoration: underline;
}

.profile-search-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    border-bottom: 1px solid;
}

.profile-search-form .field {
    margin: 5px;
    width: 20%;
}

.profile-search-form .field input, .profile-search-form .field select {
    width: 100%;
}

.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 5px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

.button-field {
    display: flex;
    align-items: flex-end;
}

/*!
Pure v2.0.3
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/pure-css/pure/blob/master/LICENSE.md
*/
.pure-button {
    /* Structure */
    display: inline-block;
    line-height: normal;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Firefox: Get rid of the inner focus border */
.pure-button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/* Inherit .pure-g styles */
.pure-button-group {
    letter-spacing: -0.31em; /* Webkit: collapse white-space between units */
    text-rendering: optimizespeed; /* Webkit: fixes text-rendering: optimizeLegibility */
}

.opera-only :-o-prefocus,
.pure-button-group {
    word-spacing: -0.43em;
}

.pure-button-group .pure-button {
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
}

/*csslint outline-none:false*/

.pure-button {
    font-family: inherit;
    font-size: 12px;
    padding: 10px 16px;
    color: rgba(0, 0, 0, 0.80);
    border: none rgba(0, 0, 0, 0);
    background-color: #E6E6E6;
    text-decoration: none;
}

.btn-rounded {
    border-radius: 6px;
}

.pure-button-hover,
.pure-button:hover,
.pure-button:focus {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.10)));
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.10));
}

.pure-button:focus {
    outline: 0;
}

.pure-button-active,
.pure-button:active {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.20) inset;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.20) inset;
    border-color: #000;
}

.pure-button[disabled],
.pure-button-disabled,
.pure-button-disabled:hover,
.pure-button-disabled:focus,
.pure-button-disabled:active {
    border: none;
    background-image: none;
    opacity: 0.40;
    cursor: not-allowed;
    -webkit-box-shadow: none;
    box-shadow: none;
    pointer-events: none;
}

.pure-button-hidden {
    display: none;
}

.pure-button-primary,
.pure-button-selected,
a.pure-button-primary,
a.pure-button-selected {
    background-color: rgb(0, 120, 231);
    color: #fff;
}

.pure-button-yellow,
.pure-button-yellow-selected,
a.pure-button-yellow,
a.pure-button-yellow-selected {
    background-color: #ff9f15;
    color: #fff;
}

/* Button Groups */
.pure-button-group .pure-button {
    margin: 0;
    border-radius: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.2);

}

.pure-button-group .pure-button:first-child {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.pure-button-group .pure-button:last-child {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-right: none;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.main-left-block {
    width: 49%;
    float: left;
}

.main-right-block {
    width: 49%;
    float: right;
}

.main-left-block .input-field, .main-right-block .input-field {
    position: relative;
    margin: 13px 0px;
    width: 50%;
}

.main-left-block .input-field > input, .main-right-block .input-field > input {
    width: 95%;
}

.main-left-block .input-field input, .main-right-block .input-field input {
    height: 23px;
}

.input-field > .city-select {
    width: 95%;
    margin: 7px 0 20px;
}

.button-block {
    width: 100%;
    /*float: left;*/
    border-bottom: 1px solid;
    padding-bottom: 17px;
}

.w-100 {
    width: 100% !important;
}

.ml-1 {
    margin-left: 10px;
}

.search-orders-block {
    width: 100%;
    float: left;
}

.photo-viewer-description .title-block {
    font-size: 14px;
    font-weight: 700;
    width: 100%;
    text-align: center;
    margin: 0;
}

.photo-viewer-right-block {
    width: 98%;
    max-height: 180px;
    padding: 8px;
    margin: 0 auto;
    display: block;
}

.product-info-block-modal div.product-colors-block {
    width: 60%;
}

/* width */
.product-info-block-modal div.product-colors-block::-webkit-scrollbar {
    width: 3px;
}

.photo-viewer-right-block .cart-block {
    width: 100%;
    display: flex;
    gap: 20px;
    justify-content: center;
    float: unset;
    margin: 0 auto;
    align-items: center
}

.title-big-block {
    width: 100%;
    float: left;
    position: relative;
}

.close-block {
    width: 10%;
    height: auto;
    position: absolute;
    right: 0;
    top: 0;
    float: inherit;
    background: rgba(255, 255, 255, 0.92);
}

.close-block .btn-close {
    position: unset !important;
    margin: 8px auto;
    background-size: 15px;
    width: 15px;
    float: none;
    height: 15px;
}

/* Track */
div.product-colors-block::-webkit-scrollbar-track {
    background: #cccccc;
}

/* Handle */
.div.product-colors-block::-webkit-scrollbar-thumb {
    background: #000 !important;
}

/* Handle on hover */
div.product-colors-block::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.bottom-24 {
    bottom: 24px !important;
}

.product-colors-block > div {
    float: left;
}

.orange-popup.product-added {
    z-index: 22222;
}

.product-show-all-photos-modal {
    z-index: 55555;
}

.new-popup-modal {
    background: white;
    left: 0;
    right: 0;
}

@media only screen and (max-width: 830px) {
    .main-banner-content a img {
        left: 0;
    }

    .main-left-block .input-field, .main-right-block .input-field {
        width: 100%;
    }

    .main-left-block .input-field > input, .main-right-block .input-field > input {
        width: 100%;
    }

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

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

    .photo-viewer-description .title-block {
        font-size: 14px;
        width: 90%;
        text-align: left;
    }

    .photo-viewer-wrapper {
        margin-top: 0;
        display: block;
    }

    .title-big-block .close-block {
        position: unset;
        float: right
    }

    .photo-viewer-description .btn-buy {
        margin-top: 0px;
        margin-right: 0px;
    }

    .photo-viewer-block {
        z-index: 1111;
    }

}

@media only screen and (max-width: 500px) {
    .close-block .btn-close {
        margin: 4px auto;
    }

    .photo-viewer-description .title-block {
        font-size: 14px;
    }
}

.cookie-consent__message {
    text-align: left;
}

@media only screen and (min-width: 768px) {
    .cookie-consent__message {
        text-align: center;
    }
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

/*.relative {*/
/*    position: relative;*/
/*}*/

.margin-auto {
    margin: 0 auto;
}

.prevent-select {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

/* Button */
.btn {
    font-size: 16px;
    box-sizing: border-box;
    padding: 5px 8px;
    border-radius: 6px;
    cursor: pointer;
}

.btn-small {
    padding: 1px 5px !important;
}

.btn-warning {
    color: #fff;
    border: 1px solid #ff7f15;
    background: #FF9F15;
}

.btn-warning:hover {
    background: #ff7f15;
}

.btn-green {
    color: #fff;
    border: 1px solid #5cad2a;
    background: #6cca32;
}

.btn-green:hover {
    background: #5cad2a;
}

.btn-default {
    color: #1A1919;
    border: 1px solid #d9d9db;
    background: #F4F4F5;
}

.btn-default:hover {
    background: #d9d9db;
}

.btn-disable {
    color: var(--color-light-grey);
    border: 1px solid var(--color-light-grey);
    background: var(--color-white);
    pointer-events: none;
}

.btn-danger {
    color: #fff;
    border: 1px solid #b80625;
    background: #cb3a53;
}

.btn-danger:hover {
    background: #b80625;
}

.btn-secondary {
    color: #fff;
    border: 1px solid #436cb4;
    background: var(--color-blue);
}

.btn-secondary:hover {
    background: #436cb4;
}

.btn-outline-default {
    color: #1A1919;
    border: 1px solid var(--color-light-grey);
}

.btn-outline-orange {
    border: 1px solid #ff9f15;
    border-radius: 4px;
    background-color: #fff;
}

.btn-outline-orange .active {
    background-color: #ff9f15;
    color: #fff;
}

.orange-link {
    color: #ff9f15 !important;
    text-decoration: underline;
}

.position-unset {
    position: unset !important;
}

/*.hidden {*/
/*    display: none !important;*/
/*}*/

.inline-block {
    display: inline-block !important;
}

.border-box {
    box-sizing: border-box;
}

.border-radius {
    border: 1px solid;
    border-radius: 2px;
}

.border-top {
    border-top: 1px solid #e9e9ea;
}

.border-bottom {
    border-bottom: 1px solid #e9e9ea;
}

.height-a {
    height: auto !important;
}

.orange-link {
    color: #ff9f15 !important;
    text-decoration: underline;
}

.font-style-normal {
    font-style: normal;
}

.font-weight-bold {
    font-weight: bold;
}

/* Text */
.text-center {
    text-align: center;
}

.text-underline {
    text-decoration: underline;
}

.text-line-through {
    text-decoration: line-through;
}

.text-red {
    color: #b80625 !important;
}

.text-white {
    color: var(--color-white);
}

.text-orange {
    color: var(--color-orange) !important;
}

.text-green {
    color: var(--color-green) !important;
}

.text-grey {
    color: var(--color-grey) !important;
}

.text-grey-2 {
    color: var(--color-grey-2) !important;
}

.text-white {
    color: #fff !important;
}

.uppercase {
    text-transform: uppercase !important;
}

.position-r {
    position: relative !important;
}

.pointer-events {
    pointer-events: none;
}

.cursor_p {
    cursor: pointer !important;
}

.cursor_crosshair {
    cursor: crosshair !important;
}

/* Margin */
.m-5 {
    margin: 5px !important;
}

.m-auto {
    margin: auto;
}

.ml-auto {
    margin-left: auto;
}

.mr-auto {
    margin-right: auto;
}

/*.mt-0 {*/
/*    margin-top: 0 !important;*/
/*}*/

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-19 {
    margin-left: 20% !important;
}

.mb-10 {
    margin-bottom: 10px;
}

.ml-50 {
    margin-left: 50px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-10 {
    margin-right: 10px;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.p-0 {
    padding: 0;
}

.p-5 {
    padding: 5px;
}

.p-10 {
    padding: 10px;
}

.width-a {
    width: auto !important;
}

.w-50 {
    width: 50% !important;
}

.wt-70 {
    width: 70% !important;
}

.w-90 {
    width: 90% !important;
}

.bg-orange-select {
    background: rgba(246, 209, 99, 0.3);
}

.bg-orange {
    background-color: var(--color-orange);
}

.bg-soon {
    background-color: var(--color-blue);
}

.bg-white-red {
    background-color: var(--color-white-red);
}

.bg-ucenka {
    background-color: var(--color-light-red);
}

.bg-out-stock {
    background-color: var(--color-red);
}

.bg-light-red {
    background-color: rgba(184, 6, 37, 0.2);
}

/*.bg-gray {*/
/*  background-color: #f1f1f1;*/
/*}*/
.bg-in-stock {
    background-color: var(--color-green);
}

.label {
    color: var(--color-white);
    padding: 3px 3px;
    text-align: center;
}

/* для отметок типа: новинка, скоро, скидки ... */
.marker {
    position: absolute;
    right: 0;
    /*width: auto;*/
    width: max-content;
    min-width: 52px;
    height: 18px;
    color: var(--color-white);
    font-family: 'OpenSansBold', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
    text-align: center;
    line-height: normal;
    border-radius: 6px;
    padding: 3px 3px 0px 3px;

}

.marker:hover {
    box-shadow: 0 0 3px rgb(0 0 0 / 50%);
}

@media (max-width: 830px) {
    .marker {
        font-size: 10px;
        padding: 4px 3px 0;
    }
}

.marker-standard {
    background-color: var(--color-white);
    color: var(--color-orange);
    border: 1px solid var(--color-orange);
}

.marker-coming {
    background-color: var(--color-orange);
}

.marker-new {
    /*background-color: var(--color-light-green);*/
    background-color: var(--color-green);
}

.marker-soon {
    background-color: var(--color-blue);
}

.marker-sale {
    background-color: var(--color-red);
}

.marker-markdown {
    background-color: var(--color-light-red);
}

.btn-remove {
    background: url('../images/close_orange_icon.svg?1.0.0?1.1.1') no-repeat
}

.check-mark:after {
    content: '\2714';
    font-size: 20px;
    color: var(--color-green);
    font-weight: bolder;
    margin: 10px;
}

.uncheck-mark:after {
    content: '\2716';
    font-size: 20px;
    color: var(--color-red);
    font-weight: bolder;
    margin: 10px;
}

.btn-sorting {
    position: relative;
    font-size: 13px;
}

/* Flex */
/*.flex {*/
/*    display: flex;*/
/*}*/

.flex-direction-row {
    flex-direction: row;
}

.flex-direction-column {
    flex-direction: column;
}

/*.justify-center {*/
/*    justify-content: center;*/
/*}*/

/*.justify-between {*/
/*    justify-content: space-between;*/
/*}*/

/*.justify-around {*/
/*    justify-content: space-around;*/
/*}*/

.justify-flex-end {
    justify-content: flex-end;
}

.justify-left {
    justify-content: left;
}

.justify-right {
    justify-content: right;
}

.align-center {
    align-items: center;
}

.align-end {
    align-items: end;
}

.align-justify {
    text-align: justify;
}

.align-right {
    text-align: right;
}

.flex-wrap {
    flex-wrap: wrap;
}

.bold {
    font-weight: bold;
}

/* Select */
select.orange-border {
    border: 1px solid var(--color-orange);
    border-radius: 5px;
    padding: 5px;
}

select.select-block {
    display: block;
    padding: 0;
    height: 20px;
    font-size: 16px;
    border: 0;
    color: #4f515e;
    border-bottom: 1px solid #d1d2d5;
}

select.select-block:focus {
    outline: none;
}

.input-bottom {
    border: 0;
    border-bottom: 1px solid #d1d2d5;
}

.arrow-up {
    margin: auto;
    width: 20px;
    height: 15px;
    background: url(../images/arrow_down_hover.svg) right center no-repeat;
}

.arrow-down {
    margin: auto;
    width: 20px;
    height: 15px;
    background: url(../images/arrow_down.svg) right center no-repeat;
}

.box-shadow-hover:hover {
    -webkit-box-shadow: 0 0 10px 0 rgba(146, 151, 168, .5);
    -moz-box-shadow: 0 0 10px 0 rgba(146, 151, 168, .5);
    box-shadow: 0 0 10px 0 rgba(146, 151, 168, .5);
}

/* Modal */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    background: rgba(119, 115, 115, 0.5);
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.modal-show {
    display: block !important;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    height: 100%;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: auto;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    /*border: 1px solid rgba(0, 0, 0, .2);*/
    border-radius: .5rem;
    outline: 0;
    margin: auto;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-weight: bold;
}

.modal-header .close-modal {
    width: 25px;
    height: 25px;
    margin: 0rem 0rem -2rem 1rem;
    float: right;
    line-height: 1;
    background: url(../images/close_black_icon.svg) no-repeat #fff;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
    overflow: auto;
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px);
}

/* End Modal */
@media (max-width: 830px) {
    .popup-modal {
        top: -175px !important;
    }
}

.popup-modal {
    position: absolute !important;
    top: -130px;
    width: 150px;
    z-index: 55556 !important;
}

.popup {
    z-index: 2;
    background: #fff;
    color: #bbb;
    box-sizing: border-box;
    padding: 15px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-box-shadow: 0 0 14px 0 rgb(186 189 203 / 50%);
    -moz-box-shadow: 0 0 14px 0 rgba(186, 189, 203, .5);
    box-shadow: 0 0 14px 0 rgb(186 189 203 / 50%);
}

.popup p {
    font-size: 14px;
}

/* support: IE8 - See #6727 */
.ui-tooltip {
    padding: 8px 8px 8px 30px;
    position: absolute;
    z-index: 2 !important;
    width: auto !important;
    height: auto !important;
    overflow: auto !important;
    max-width: 300px !important;
}

body .ui-tooltip {
    border-width: 2px;
}

.ui-tooltip {
    font-size: 13px !important;
    text-align: center !important;
    color: #4f515e !important;
    border: 1px solid #ff9f15 !important;
    border-radius: 10px !important;
    background: #fff9f2 !important;
}

.ui-tooltip:before {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 23px;
    height: 22px;
    content: '';
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: url(../images/info_icon.svg) center no-repeat #ff9f15;
}

.sorting-panel .checkbox-revers {
    font-size: 14px !important;
    line-height: 1;
    font-family: LatoRegular, sans-serif;
    color: #4f515e;
    margin: 0 !important;
}

.price-range-width {
    width: 310px;
    margin: 0px;
}

@media (max-width: 829px) {
    .price-range-width {
        margin: auto;
        padding-top: 10px;
    }
}

.overscroll-behavior-y {
    overscroll-behavior-y: none;
    touch-action: none;
}

.decimal li {
    list-style: decimal inside !important;
}

.arrow_right_icon:before {
    position: absolute;
    right: 25px;
    width: 5px;
    height: 9px;
    content: '';
    background: url(../images/arrow_right_icon.svg) no-repeat;
}

.arrow_down_icon:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(
            90deg
    );
}

.youtube-block {
    position: relative;
    width: 100%;
    height: 0;
    background-color: #0d0e13;
    /*background: url(../images/btn-main-play.svg) no-repeat;*/
}

.youtube__cover {
    position: absolute;
    top: 0;
    left: 0;
    /*width: 100%;*/
    /*height: 100%;*/
    border: none;
}

.youtube__iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
    border: none;
}

.youtube-block--enabled {
    cursor: pointer;
}

.youtube-block--enabled .youtube__button {
    display: block;
}

.youtube__button {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0;
    width: 68px;
    height: 48px;
    border: none;
    outline: none;
    display: none;
    background-color: transparent;
    transform: translate(-50%, -50%);
}

.youtube__button-shape {
    fill: #212121;
    fill-opacity: 0.8;
}

.youtube-block:hover .youtube__button-shape,
.youtube__button:focus .youtube__button-shape {
    fill: #ff0000;
    fill-opacity: 1;
}

.youtube__button-icon {
    fill: #fff;
}

.hideAnime {
    opacity: 0;
    transition: opacity 0.6s linear;
}

/* CHECKBOX */
.checkbox {
    font-size: 12px;
    position: relative;
    display: block;
    margin: 8px 0;
    padding: 5px 0 5px 30px;
    cursor: pointer;
    line-height: 1.3;
}

.checkbox .hide input {
    display: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.checkbox input[type=radio] {
    font-weight: bold;
}

/*.checkbox input[type=radio]:before {*/
/*    display: none;*/
/*}*/

/*.checkbox input[type=radio]:before,*/
.checkbox input[type=checkbox]:before {
    position: absolute;
    /*top: 2px;*/
    /*left: 0;*/
    top: -5px;
    left: -30px;
    box-sizing: border-box;
    width: 19px;
    height: 19px;
    content: '';
    border: 1px solid #4f515e;
    border-radius: 5px;
}

/*.checkbox input[type=radio]:before {*/
/*    border-radius: 50px;*/
/*}*/

.checkbox input {
    position: absolute;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.checkbox input:checked:before {
    border-color: #ff9f15;
    background: #ff9f15;
}

.checkbox input:disabled:after,
.checkbox input:checked:after {
    position: absolute;
    /*top: 8px;*/
    /*left: 5px;*/
    top: 0;
    left: -25px;
    width: 10px;
    height: 7px;
    content: '';
}

.checkbox input:checked:after {
    background: url('../images/checkbox_icon.svg');
}

.checkbox input:focus:before {
    border-color: #ff9f15;
}

.checkbox input:disabled:before {
    border-color: #484849;
    background-color: #939397;
}


/* RADIOBUTTON */
.radio__hide {
    padding: 0 !important;
}

.radio__hide input {
    visibility: hidden !important;
}

.radio {
    font-size: 12px;
    position: relative;
    display: block;
    margin: 10px 0;
    padding: 5px 0 5px 32px;
    cursor: pointer;
    line-height: 1.3;
}

.radio input {
    position: absolute;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.radio input:before {
    position: absolute;
    top: -4px;
    left: -34px;
    box-sizing: border-box;
    width: 19px;
    height: 19px;
    content: '';
    border: 1px solid #d1d2d5;
    border-radius: 50%;
}

.radio input:focus:before {
    border-color: #ff9f15;
    background: #ff9f15;
}

.radio input:checked:before {
    border-color: var(--color-orange);
}

.radio input:disabled:before {
    border-color: #484849;
    background-color: #939397;
}

.radio input:checked:after {
    position: absolute;

    top: 2px;
    left: -28px;
    width: 7px;
    height: 7px;
    content: '';
    border-radius: 50%;
    background: var(--color-orange);
}

/*.checkbox-revers input,*/
/*.checkbox input {*/
/*  display: none;*/
/*}*/
/*.checkbox-revers {*/
/*  font-size: 12px;*/
/*  position: relative;*/
/*  cursor: pointer;*/
/*}*/
/*.checkbox-revers input {*/
/*  position: absolute;*/
/*  width: 1px;*/
/*  height: 1px;*/
/*  overflow: hidden;*/
/*  clip: rect(0 0 0 0);*/
/*}*/
/*.checkbox-revers:after {*/
/*  position: absolute;*/
/*  top: 3px;*/
/*  right: 0;*/
/*  box-sizing: border-box;*/
/*  width: 19px;*/
/*  height: 19px;*/
/*  content: '';*/
/*  border: 1px solid #4f515e;*/
/*  border-radius: 5px;*/
/*}*/
/*.checkbox-revers.active:after {*/
/*  border-color: #ff9f15;*/
/*  background: #ff9f15;*/
/*}*/
/*.checkbox-revers.active:before {*/
/*  z-index: 1;*/
/*  !*position: absolute;*!*/
/*  top: 9px;*/
/*  right: 4px;*/
/*  width: 10px;*/
/*  height: 7px;*/
/*  content: '';*/
/*  background: url('../images/checkbox_icon.svg');*/
/*}*/

/*@media (max-width: 760px) {*/
/*    .post-body-text,*/
/*    .post-body-img {*/
/*        width: 100%;*/
/*    }*/
/*}*/

/*@media (max-width: 830px) and (min-width: 760px) {*/
/*    .post-body-text {*/
/*        width: 65%;*/
/*    }*/

/*    .post-body-img {*/
/*        width: 30%;*/
/*    }*/
/*}*/

/*@media (max-width: 1001px) and (min-width: 830px) {*/
/*    .post-body-text,*/
/*    .post-body-img {*/
/*        width: 100%;*/
/*    }*/
/*}*/

/* Adaptability */
@media (max-width: 1790px) and (min-width: 1320px) {
    .menu-models-block {
        margin-right: 420px;
    }

    .menu-models-block > ul > li:first-child {
        display: none;
    }

    .menu-models-block > ul > li {
        padding: 16px 15px;
    }

    .menu-models-block li .submenu-category-block {
        left: -237px;
        width: 1300px;
    }

    .menu-models-block li .submenu-category-block.with-banner > ul {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }

    .submenu-category-block {
        width: 1058px;
        padding: 20px;
    }

    .submenu-category-block.with-banner > ul {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }

    .product-list-block .product-block {
        width: 20%;
        margin: 15px 0;
    }

    .product-list-block .product-wrapper {
        width: auto;
        margin: 0 10px;
    }

    .video-reviews-block {
        margin-top: 30px;
    }

    .video-wrapper-block {
        width: 80%;
    }

    .video-list-block {
        width: 30%;
        box-sizing: border-box;
        padding-left: 20px;
    }

    .video-description-block {
        width: 60%;
        box-sizing: border-box;
        padding-left: 10px;
    }

    .full-video-block {
        width: 70%;
    }

    .video-preview-block {
        width: 40%;
    }

    /* Footer */
    footer .wrapper {
        width: 1300px;
        padding: 0;
    }

    /* Profile Page */
    .profile-content-block .select-block {
        width: 350px;
    }
}

@media (max-width: 1790px) {
    .wrapper {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
}

@media (max-width: 1319px) {
    .select-price-type {
        top: 0 !important;
    }

    /* Main */
    .submenu-category-title {
        font-size: 14px;
        padding: 8px 0;
    }

    .submenu-category-block li a {
        font-size: 12px;
    }

    /* Category */
    /*.breadcrumbs-block .wrapper {*/
    /*    white-space: nowrap;*/
    /*    overflow: hidden;*/
    /*    max-width: 98%;*/
    /*    margin: 0;*/
    /*    position: relative;*/
    /*}*/
    /*.breadcrumbs-block .wrapper:before {*/
    /*    content: '';*/
    /*    position: absolute;*/
    /*    right: 0;*/
    /*    top: 0;*/
    /*    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 31%, rgba(255, 255, 255, 1) 100%);*/
    /*    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 31%, rgba(255, 255, 255, 1) 100%);*/
    /*    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 31%, rgba(255, 255, 255, 1) 100%);*/
    /*    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);*/
    /*    z-index: 1;*/
    /*    width: 25px;*/
    /*    height: 100%;*/
    /*}*/
    /*.breadcrumbs-block li {*/
    /*    padding-right: 15px;*/
    /*}*/
}

@media (max-width: 1319px) and (min-width: 1020px) {

    .main-page .submenu-block {
        padding: 5px 0;
    }

    .menu-models-block {
        margin-right: 220px;
        margin-left: 220px;
    }

    .menu-models-block > ul > li:nth-child(1) {
        display: none;
    }

    .menu-models-block > ul > li {
        padding: 16px 17px;
    }

    .submenu-block > li > a:before {
        top: 16px;
    }

    menu {
        width: 215px;
    }

    .menu-title-block > span {
        background-position: 19px center;
    }

    .submenu-block > li > a {
        padding: 14px 10px 10px 35px;
        font-size: 14px;
    }

    .submenu-block > li > a > img {
        left: 8px;
    }

    .submenu-category-block {
        left: 220px;
        width: 780px;
        padding: 15px;
    }

    .submenu-category-block > ul {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }

    .submenu-category-block.with-banner > ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .menu-models-block li .submenu-category-block {
        left: -220px;
        width: 1000px;
    }

    .menu-models-block .submenu-category-block.with-banner > ul {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }

    .product-list-wrapper {
        max-height: 1215px;
    }

    .product-list-block .product-block {
        width: 20%;
        height: 580px;
        margin: 10px 0;
    }

    .product-list-block .product-wrapper {
        width: auto;
        min-height: 580px;
        margin: 0 5px;
        padding: 10px;
    }

    .product-list-block .product-wrapper .btn-buy {
        right: 10px;
    }

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

    .video-reviews-block {
        margin-top: 30px;
    }

    .video-wrapper-block {
        width: 65%;
    }

    .social-widget-block {
        width: 35%;
    }

    .full-video-block {
        float: none;
        width: 100%;
        height: 350px;
        margin-bottom: 10px;
    }

    .video-list-block {
        float: none;
        width: 100%;
    }

    .video-list-block > div {
        float: left;
        width: 50%;
        margin-bottom: 0;
    }

    .video-list-block > div:last-child {
        display: none;
    }

    .video-preview-block {
        width: 30%;
    }

    .video-description-block {
        box-sizing: border-box;
        width: 70%;
        padding-left: 10px;
    }

    .video-description-block a {
        height: 70px;
    }

    /* Footer */
    footer {
        margin-top: 70px;
        padding-top: 50px;
    }

    /* Profile Page */
    .profile-content-block .select-block {
        width: 48%;
    }

    .profile-input-block {
        width: 100%;
    }

    .tile-block {
        width: 20%;
    }
}

@media (max-width: 1129px) and (min-width: 1020px) {
    /* Main Page */
    .header-navbar-block > ul > li:nth-child(3) {
        display: none;
    }

    .menu-models-block > ul > li {
        padding: 16px 5px;
    }
}

@media (max-width: 1019px) and (min-width: 830px) {
    menu {
        width: 163px;
    }

    .menu-title-block > span {
        font-size: 12px;
        padding-left: 28px;
        background-position: 11px center;
    }

    .menu-models-block {
        margin-right: 180px;
        margin-left: 163px;
        padding-left: 2px;
        height: 62px;
    }

    .menu-models-block > ul > li {
        padding: 16px 5px;
    }

    .menu-models-block > ul > li:first-child {
        display: none;
    }

    .menu-models-block > ul > li > a,
    .menu-models-block > ul > li > span {
        font-size: 12px;
    }

    .submenu-block {
        padding: 5px 0 0 0;
    }

    .submenu-block > li > a > img,
    .submenu-block > li > span > img {
        display: none;
    }

    .submenu-block > li > a,
    .submenu-block > li > span {
        padding: 12px 8px;
        font-size: 12px;
    }

    .submenu-block > li > a:before {
        top: 15px;
    }

    .submenu-category-block {
        left: 168px;
        width: 667px;
        padding: 15px;
    }

    .submenu-category-block > ul {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }

    .submenu-category-block.with-banner > ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .menu-models-block li .submenu-category-block {
        left: -163px;
        width: 830px;
    }

    .menu-models-block .submenu-category-block > ul {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }

    .menu-models-block .submenu-category-block.with-banner > ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .product-list-wrapper {
        max-height: 965px;
    }

    .product-list-block {
        padding: 5px 0;
    }

    .product-list-block .product-block {
        width: 25%;
        margin: 10px 0;
    }

    .product-list-block .product-block:nth-child(3),
    .product-list-block .product-block:nth-child(6) {
        margin-right: 0;
    }

    .product-list-block .product-block {
        height: 460px;
    }

    .product-list-block .product-block .product-wrapper {
        min-height: 470px;
        margin: 0 5px;
    }

    .product-list-block .product-block.product-big-block .product-wrapper {
        min-height: 510px;
    }

    .product-block .product-name {
        margin: 17px 0 7px;
        font-size: 12px;
        height: 50px;
    }

    .product-block .product-code > p {
        font-size: 9px;
    }

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

    .product-block.product-big-block .product-price p b {
        font-size: 15px;
    }

    .product-list-block .product-block .product-price {
        margin-bottom: 0;
    }

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

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

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

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

    .product-block .btn-more-color {
        font-size: 11px;
    }

    .product-block .btn-buy {
        font-size: 13px;
        /*bottom: 45px;*/
        bottom: 15px;
    }

    .page-banner-block {
        margin: 20px 0 15px;
    }

    .btn-recently-viewed {
        bottom: 5px;
    }

    .video-reviews-block {
        margin-top: 30px;
    }

    .video-wrapper-block {
        width: 64%;
        box-sizing: border-box;
        padding-right: 15px;
    }

    .full-video-block {
        float: left;
        width: 100%;
        height: 350px;
        margin-bottom: 10px;
    }

    .video-list-block {
        float: none;
        width: 100%;
    }

    .video-list-block > div {
        float: left;
        width: 50%;
        margin-bottom: 0;
    }

    .video-list-block > div:last-child {
        display: none;
    }

    .video-preview-block {
        width: 45%;
    }

    .video-description-block {
        box-sizing: border-box;
        width: 55%;
        padding-left: 10px;
    }

    .social-widget-block {
        width: 36%;
        margin-left: 0;
    }

    /* Footer */
    footer {
        margin-top: 80px;
        padding-top: 45px;
    }
}

@media (max-width: 1019px) and (min-width: 879px) {
    /* Main Page */
    .menu-models-block > ul > li {
        padding: 16px 6px;
    }

    .menu-models-block > ul > li > a,
    .menu-models-block > ul > li > span {
        font-size: 13px;
    }
}

@media (max-width: 1019px) and (min-width: 940px) {
    /* Main Page */
    .menu-models-block > ul > li {
        padding: 16px 10px;
    }

    .menu-models-block > ul > li > a,
    .menu-models-block > ul > li > span {
        font-size: 14px;
    }
}

@media (max-width: 829px) and (min-width: 500px) {
    /* Category Page */
    .product-list-wrapper {
        max-height: 770px;
    }

    .product-banner-block img {
        width: 100%;
        max-width: none;
    }

    .category-products-block.display-line .product-block {
        height: auto;
    }

    /* Cart Page */
    .cart-page .product-list-block.product-small-block .product-block {
        height: 395px;
    }

    .cart-page .product-list-block.product-small-block .product-wrapper {
        min-height: 395px;
    }

    .cart-page .product-list-block.oneline.product-small-block .product-list-wrapper {
        max-height: 815px;
    }

    .cart-page .product-list-block.oneline .product-list-wrapper {
        max-height: 773px;
    }

    .cart-page .product-list-block.oneline.product-list-big .product-list-wrapper,
    .cart-page .product-list-block.product-list-big .product-list-wrapper {
        max-height: 825px;
    }

    .cart-page .product-list-block.product-small-block .product-block .btn-buy span {
        padding-top: 6px;
        background-position: left 4px;
    }

    /* Profile Page */
    .profile-content-block .title-block:first-child {
        margin-bottom: 5px;
    }

    .profile-input-block .input-field {
        box-sizing: border-box;
        width: 50%;
    }

    .profile-input-block .input-field:nth-child(odd) {
        margin: 15px 0;
        padding-right: 25px;
    }
}

@media (max-width: 829px) and (min-width: 355px) {
    .cart-sorting-block .title-block {
        font-size: 16px;
        font-weight: 400;
        width: 75px;
    }

    .cart-sorting-wrapper {
        font-size: 11px;
        padding: 13px 12px;
        margin-left: 0;
        margin-right: 15px;
    }

    .cart-sorting-content span {
        font-size: 11px;
    }

    .cart-sorting-content span:before {
        top: 4px;
        right: -2px;
    }

    .cart-sorting-popup {
        top: 37px;
    }

    .sorting-buttons-wrapper {
        padding-left: 5px;
    }

    .sorting-buttons-wrapper .btn-open {
        font-size: 11.5px;
    }

    .sorting-buttons-wrapper .btn-sorting {
        font-size: 11.5px;
    }
}

@media (max-width: 700px) and (min-width: 565px) {
    /* Category Page */
    .category-products-block.display-line .product-code {
        width: 75%;
    }
}

@media (max-width: 564px) {
    .post-block {
        width: 100%;
    }

    /* Category Page */
    .category-products-block.display-line .product-code {
        margin-top: 0;
    }

    .category-products-block.display-line .product-name {
        width: 50%;
        padding-left: 15px;
    }

    .category-products-block.display-line .product-name a {
        display: block;
        min-height: 30px;
    }

    .category-products-block.display-line .product-code,
    .category-products-block.display-line .product-colors {
        width: 55%;
        padding-left: 15px;
    }

    .category-products-block.display-line .product-block.active .btn-buy {
        margin-left: 20px;
    }

    .category-products-block.display-line .product-block .mobile-more-colors {
        position: absolute;
        top: 65px;
        right: 15px;
        width: auto;
        padding: 5px 3px;
    }

    .tile-block {
        width: 50%;
    }
}

@media (max-width: 514px) {
    /* Cart */
    .cart-product-block:not(.cart-table-title) .cart-col-6 {
        left: 20%;
    }

    .cart-col-sale {
        left: 25%;
    }
}

@media (max-width: 427px) {
    /* Category Page */
    .category-products-block.display-line .product-name {
        width: 35%;
        padding-left: 15px;
    }

    .category-products-block.display-line .product-block.active .btn-buy {
        left: 0;
    }

    .category-products-block.display-line .product-colors {
        width: 100%;
    }

    /* Registration Page */
    .registration-page .checkbox.left-block {
        width: 100%;
    }

    .registration-page .checkbox.right-block {
        width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 375px) {
    .cart-sorting-wrapper {
        padding: 13px 10px 13px 6px;
    }

    .cart-sorting-content span {
        font-size: 10px;
    }
}

@media (max-width: 360px) {
    /* Category Page */
    .category-products-block.display-line .product-code > a {
        display: block;
        margin: 5px 0;
    }

    .tile-block {
        width: 100%;
    }
}

@media (min-width: 830px) {
    .profile-active-tab {
        display: none;
    }

}


@media (max-width: 829px) {
    /*.cart-group-products > .wrapper > .cart-col-1 {*/
    /*    width: 80% !important;*/
    /*}*/
    /*.cart-group-products > .wrapper > .cart-col-5 {*/
    /*    width: 20% !important;*/
    /*}*/
    .main-banner-dots {
        position: unset;
        left: 0;
        margin-left: 0;
    }

    .orange-popup {
        padding: 5px 10px;
        border-radius: 5px;
    }

    .wrapper {
        box-sizing: border-box;
        width: 100%;
        padding: 0 10px;
    }

    .header-fast-link {
        float: none;
        width: 100%;
    }

    .header-fast-link a {
        font-size: 11px;
        line-height: 40px;
        display: block;
        width: 100%;
        height: 40px;
        padding: 0 14px 0 47px;
        text-align: left;
        background-position: 14px center !important;
    }

    .header-fast-link a.coming-link,
    .header-fast-link a.new-link,
    .header-fast-link a.soon-link {
        margin: 0;
    }

    .submenu-block > li:hover .submenu-category-block {
        display: none;
    }

    .submenu-block > li > a {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .submenu-block > li > a:before {
        right: 14px;
    }

    .submenu-block > li > a.menu-mobile-link:before {
        display: none;
    }

    .submenu-block > li.menu-mobile-li {
        align-items: center;
    }

    .submenu-block > li.menu-mobile-li:hover {
        background: #f8f8f8;
    }

    .submenu-block > li.menu-mobile-li:hover > a {
        background: transparent;
    }

    .submenu-block > li > a.menu-mobile-link {
        min-width: 0;
    }

    .submenu-block > li > a > img {
        left: 14px;
    }

    .submenu-block {
        position: static;
        width: 100%;
        display: block;
    }

    .mobile-search-block {
        position: relative;
        display: block;
        margin-bottom: 10px;
    }

    .mobile-search-block input {
        font-size: 14px;
        box-sizing: border-box;
        width: 100%;
        padding: 10px 20px 10px 0;
        border: 1px solid #d1d2d5;
        border-width: 0 0 1px;
    }

    .mobile-search-block button {
        position: absolute;
        top: 11px;
        right: 0;
        width: 16px;
        height: 16px;
        background: url('../images/search_icon.svg') no-repeat center;
        background-size: 16px;
    }

    /* Submenu */
    .submenu-category-block {
        position: absolute;
        z-index: 200;
        top: 55px;
        bottom: 0;
        left: 100%;
        overflow-y: scroll;
        overflow-x: hidden;
        box-sizing: border-box;
        width: 100%;
        /*padding: 30px 14px;*/
        background: #fff;
        box-shadow: none;
        padding: 20px 14px;
        min-height: 0;
    }

    .mobile-sidebar-active-submenu {
        display: block !important;
    }

    .submenu-category-block > ul,
    .submenu-category-block.with-banner > ul {
        float: none;
        width: 100%;

        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .submenu-category-block .submenu-category-title {
        font-size: 12px;
        padding: 10px 0;
        color: #ff9f15;
    }

    .submenu-banner-block {
        float: none;
        width: 100%;
        margin-top: 30px;
        text-align: center;
    }

    /* Header */
    body {
        padding-top: 42px;
    }

    .header-cart-block {
        position: fixed;
        top: 0;
        right: 0;
        overflow: hidden;
        width: 55px;
        height: 55px;
        background-position: center;
        z-index: 3;
    }

    .header-cart-block a {
        width: 100%;
        height: 100%;
        padding: 0;
        color: transparent;
        background-position: center;
    }

    .header-cart-block a span {
        top: 11px;
    }

    .header-menu-block {
        height: 0;
    }

    .mobile-btn-menu {
        position: absolute;
        display: block;
        top: 7px;
        left: 4px;
        width: 37px;
        height: 40px;
        background-size: cover;
    }

    .mobile-btn-menu .mobile-btn-menu__img {
        width: 100%;
        height: 100%;
        display: block;
        background: url(../images/mobile_menu_icon.svg) center no-repeat;
    }

    .product-list-wrapper {
        max-height: 787px;
        margin: 0;
        padding: 0;
    }

    .product-list-block {
        padding: 10px 0;
    }

    .product-block.active .product-wrapper {
        box-sizing: border-box;
    }

    /*.product-block.active .btn-buy {*/
    /*    bottom: 13px;*/
    /*}*/
    .product-label-block:not(.product-label-big) {
        width: 40px;
        height: 24px;
        background-size: 40px 24px;
    }

    /*.label-soon:not(.product-label-big) {*/
    /*    width: 46px;*/
    /*    background-size: 46px 24px;*/
    /*}*/
    .product-code {
        margin: 5px 0 10px;
    }

    .product-code > p {
        font-size: 9px;
        max-width: 59%;
        padding: 4px 3px;
    }

    .product-code > a {
        font-size: 11px;
        width: 37%;
    }

    .product-colors-wrapper a {
        width: 15px;
        height: 15px;
        margin: 3px 5px 3px 0;
    }

    .btn-more-color {
        font-size: 11px;
        margin-top: 5px;
    }

    /*.product-name {*/
    /*    font-size: 12px;*/
    /*    height: 63px;*/
    /*}*/
    .product-price div {
        font-size: 12px;
        margin: 5px 0 7px;
    }

    .product-price div b,
    .product-price div .price-default {
        font-size: 14px !important;
    }

    .product-price div span {
        font-size: 12px;
        display: block;
        margin-left: 0;
    }

    .product-block .btn-buy {
        position: absolute;
        right: 10px;
        box-sizing: border-box;
        width: 30px;
        min-width: 0;
        height: 30px;
        border-radius: 10px;
        background-position: center;
        background-size: 60%;
    }

    .product-block .btn-buy span {
        display: none;
    }

    .product-block.product-big-block .product-price-wrapper:hover .product-price-popup {
        bottom: 65px;
    }

    .btn-show-more {
        width: 58px;
        height: 40px;
        background-size: 11px 16px;
        margin: 12px auto 5px;
    }

    .page-banner-block {
        display: none;
    }

    .page-mobile-banner {
        display: block;
    }

    .btn-recently-viewed {
        display: none;
    }

    .video-reviews-block {
        display: none;
    }

    footer {
        margin-top: 40px;
        padding-top: 25px;
    }

    footer .wrapper {
        width: 200px;
        margin: 0;
    }

    .footer-logo-block {
        margin: 0;
    }

    .footer-logo-block img {
        max-width: 130px;
    }

    .mobile-footer-block {
        display: block;
        padding-bottom: 20px;
    }

    .mobile-footer-block p {
        font-size: 12px;
        margin: 5px 0;
        color: #fff;
    }

    .mobile-footer-block a {
        font-size: 14px;
        color: #fff;
    }

    .mobile-footer-block a.phone-icon {
        display: block;
        margin: 15px 0;
        padding: 15px 0 15px 45px;
        background: url('../images/phone_icon.svg') no-repeat left center;
    }

    .mobile-footer-block .title-block {
        font-size: 12px;
        margin: 20px 0;
        text-transform: uppercase;
        color: #fff;
    }

    /* Category Page */
    /*.breadcrumbs-block {*/
    /*    margin: 0;*/
    /*    padding: 0;*/
    /*    background: #f4f4f5;*/
    /*}*/
    /*.breadcrumbs-block .wrapper:before {*/
    /*    background: -moz-linear-gradient(left, rgba(244, 244, 245, 0) 0%, rgba(244, 244, 245, 0.7) 31%, rgba(244, 244, 245, 1) 100%);*/
    /*    background: -webkit-linear-gradient(left, rgba(244, 244, 245, 0) 0%, rgba(244, 244, 245, 0.7) 31%, rgba(244, 244, 245, 1) 100%);*/
    /*    background: linear-gradient(to right, rgba(244, 244, 245, 0) 0%, rgba(244, 244, 245, 0.7) 31%, rgba(244, 244, 245, 1) 100%);*/
    /*    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f4f4f5', endColorstr='#f4f4f5', GradientType=1);*/
    /*}*/
    /*.breadcrumbs-block li {*/
    /*    margin-right: 17px;*/
    /*    margin-left: 0;*/
    /*    padding: 8px 10px 8px 0;*/
    /*    font-size: 11px;*/
    /*}*/
    /*.breadcrumbs-block li:before {*/
    /*    top: 10px;*/
    /*    width: 10px;*/
    /*    height: 6px;*/
    /*    background-size: 10px 6px;*/
    /*}*/
    .category-banner-block {
        display: none;
    }

    .mobile-category-banner {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    .mobile-category-banner img {
        width: 100%;
    }


    /*.category-panel-block {*/
    /*margin: 0 0 15px;*/
    /*background: #f4f4f5;*/
    /*}*/
    /*.category-panel-block .wrapper {*/
    /*    padding: 5px 0;*/
    /*    background: none;*/
    /*}*/
    .sorting-block {
        margin: 5px 0 5px 15px;
    }

    .sorting-content-block label,
    .sorting-content-block p {
        font-size: 13px;
    }

    .sorting-content-block span {
        font-size: 12px;
    }

    .sorting-block:last-child {
        margin: 0;
    }

    .sorting-block:last-child p {
        display: none;
    }

    .sorting-content-block .product-display-block,
    .sorting-content-block .product-display-line {
        position: absolute;
        z-index: 1;
        top: 25px;
        width: 16px;
        height: 16px;
        background-size: 16px !important;
    }

    .sorting-content-block .product-display-line {
        right: 0;
    }

    .sorting-content-block .product-display-block {
        right: 30px;
    }

    .products-list-sort {
        min-width: 0;
    }

    .fast-filters-block {
        margin-top: 5px;
        text-align: left;
        min-height: 0;
    }

    .fast-filters-block span {
        display: block;
        margin-bottom: 10px;
    }

    .fast-filters-block a {
        font-size: 11px;
        padding: 8px 10px;
    }


    .filter-color-block .filter-color-chackbox {
        display: block;
    }

    .filter-color-block .filter-color-chackbox::after {
        content: attr(data-title);
        position: absolute;
        left: 55px;
        padding-top: 8px;
    }

    .hidden-mob-only {
        display: none !important;
    }

    .hidden-desktop-only {
        display: block !important;
    }

    .checkbox:before {
        width: 18px;
        height: 18px;
        top: 1px;
    }

    .price-range-block input {
        background: #f4f4f5;
    }

    .price-range-slider-wrapper {
        background: #f4f4f5;
    }

    .price-range-block {
        width: 100%;
        max-width: 270px;
    }

    .price-range-block div {
        width: 48%;
    }

    .price-range-block input {
        width: 100%;
    }

    .filter-block {
        margin: 30px 0;
    }

    .filter-block .btn-red {
        margin-top: 13px;
    }

    .filter-wrapper-block {
        max-height: 120px;
    }

    .filter-block p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .mobile-btn-close {
        position: fixed;
        right: 15px;
        bottom: 15px;
        display: none;
        width: 45px;
        height: 45px;
        cursor: pointer;
        border-radius: 50%;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url('../images/close_white_icon.svg');
        background-color: #6cca32;
        -webkit-box-shadow: 0 0 10px 0 rgba(125, 133, 150, .5);
        -moz-box-shadow: 0 0 10px 0 rgba(125, 133, 150, .5);
        box-shadow: 0 0 10px 0 rgba(125, 133, 150, .5);
    }

    .category-products-block.display-line .product-block {
        height: auto;
        margin: 10px 0;
    }

    .product-block.product-big-block .product-wrapper {
        min-height: 360px;
    }

    .product-block.product-big-block .product-code {
        margin-top: 10px;
    }

    .product-block.product-big-block .product-name {
        margin: 10px 0 0px;
    }

    .product-block.product-big-block .product-colors {
        min-height: 0;
    }

    .product-block.product-big-block .product-price {
        margin-bottom: 0;
    }

    .product-block.product-big-block .product-price-wrapper {
        min-height: 0;
    }

    .product-block.product-big-block .product-price p span {
        position: static;
        display: inline-block;
    }

    .product-block.product-big-block .product-price p b {
        margin-right: 5px;
    }

    .product-block.product-big-block .btn-buy {
        line-height: normal;
        position: absolute;
        right: 10px;
        left: 10px;
        display: none;
        box-sizing: border-box;
        width: auto;
        padding: 7px 0;
        border-radius: 3px;
        background-image: none;
        height: 35px;
    }

    .product-block.product-big-block.active .btn-buy {
        display: block;
    }

    .product-block.product-big-block .btn-buy span {
        font-size: 13px;
        display: block;
        max-width: 76px;
        margin: 0 auto;
        padding: 3px 0 3px 35px;
        text-align: center;
        background: url('../images/cart_icon.svg') no-repeat left 0;
        background-size: 23px 20px;
    }

    .product-block.product-big-block.active .product-wrapper {
        padding-bottom: 45px;
    }

    .product-block.product-big-block .product-colors-wrapper a {
        width: 17px;
        height: 17px;
    }

    .product-block.product-big-block .product-colors-wrapper a span {
        bottom: 18px;
    }

    .product-colors-wrapper > div.available:before {
        top: 5px;
        left: 3px;
    }

    .product-colors-wrapper > div:not(.btn-more-color) {
        width: 17px;
        height: 35px;
        margin: 5px 13px 10px 0;
    }

    .product-color-qty,
    .product-block.product-big-block .product-colors-wrapper input {
        font-size: 12px;
        width: 100%;
        height: 19px;
        padding: 0;
        bottom: -3px;
    }

    .product-block.product-big-block .product-colors-wrapper {
        height: 40px;
    }

    .product-block.product-big-block .btn-more-color {
        display: none;
    }

    .product-block.active .mobile-more-colors b {
        transform: rotate(0);
    }

    .product-block.product-big-block .product-colors-wrapper,
    .product-block.product-big-block .product-availability-block {
        display: none;
    }

    .product-block.product-big-block.active .product-colors-wrapper {
        display: block;
    }

    .product-block.product-big-block.active .product-availability-block {
        display: inline-block;
        margin-bottom: 15px;
    }

    .product-list-block.product-list-big .product-block.product-big-block.active .mobile-more-colors {
        margin-bottom: 0;
    }

    .product-list-block.product-list-big .product-block.product-big-block .mobile-more-colors {
        margin-bottom: 3px;
    }

    .product-block.product-in-cart.active .btn-buy {
        text-align: center;
    }

    .product-block.product-in-cart.active .btn-buy span {
        display: none;
    }

    .product-block.product-in-cart.active .btn-buy b {
        display: block;
    }

    .pagination-block {
        margin: 20px 0;
    }

    .pagination-block li.previous,
    .pagination-block li.next {
        width: 45px;
    }

    .pagination-block li.previous:before,
    .pagination-block li.next:before {
        left: 50%;
        margin-left: -6px;
    }

    .category-products-block.display-line .product-name {
        width: 60%;
        margin: 5px 0;
    }

    .category-products-block.display-line .product-block .product-price p b {
        margin-right: 0;
    }

    .category-products-block.display-line .product-block.active .btn-buy {
        left: 20%;
        width: 121px;
        margin-left: 30px;
    }

    .category-products-block.display-line .product-image {
        height: auto;
        width: 20%;
    }

    .category-products-block.display-line .product-code,
    .category-products-block.display-line .product-name,
    .category-products-block.display-line .product-colors {
        width: 80%;
    }

    .category-products-block.display-line .product-price p span {
        display: block;
    }

    .category-products-block.display-line .mobile-more-colors {
        margin-top: 10px;
    }

    .category-products-block.display-line .product-name {
        margin-top: 20px;
    }

    .rotate-0:before {
        -webkit-transform: rotate(0deg) !important;
        -moz-transform: rotate(0deg) !important;
        -ms-transform: rotate(0deg) !important;
        -o-transform: rotate(0deg) !important;
        transform: rotate(0deg) !important;
    }

    .feedback-form {
        max-width: none;
    }

    .feedback-form .btn-orange {
        font-size: 14px;
        padding: 12px 22px;
        border-radius: 6px;
    }

    .error-message,
    .success-message {
        margin: 10px;
    }

    .tile-block {
        width: 33.33%;
    }

    .popup-block {
        width: 90%;
        left: 5%;
        margin-left: 0;
    }

    .compare-modal.popup-block {
        padding: 10px;
    }
}

@media (max-width: 830px) {
    .color-filter-block {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
    }
}

@media (max-width: 829px) {
    .group-color-height {
        height: 17px !important;
    }

    .group-color-height a span {
        bottom: 0 !important;
    }

    .padding-bottom-0 {
        padding-bottom: 0 !important;
    }
}

@media (max-width: 830px) {
    .show-all-models {
        display: none;
    }

    .youtube-element {
        display: none !important;
        position: unset !important;
    }
}
