
@media only screen and (max-width: 900px) {


    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
        -moz-backface-visibility: hidden
    }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translateZ(0)
    }





    .owl-carousel.comparison-slider .owl-nav{
        text-align: center;
        font-size: 13px;
        font-weight: 500;
        position: absolute;
        bottom: -5px;
        display: flex;
        justify-content: space-between;
        width: 100%;
        color: var(--sait-default-bg-color);
        align-items: flex-end;
    }


    .owl-carousel.comparison-slider .owl-dots{
        display: flex;
        /*justify-content: center;*/

        background: var(--sait-btn-opacity-bg-color);
        position: absolute;
        bottom: 6px;
        width: 88%;
        margin: 0 7%;
        height: 3px;
    }

    .owl-carousel.comparison-slider .owl-dots .owl-dot{
        display: inline-block;
        width: 100%;
        margin-left: 0;
        cursor: pointer;
        height: 3px;
    }

    .owl-carousel.comparison-slider .owl-dots .owl-dot span{
        margin-top: 0;
        display: block;
        width: 100%;
        height: 3px;
        border: 1px solid var(--sait-btn-opacity-bg-color);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-color: var(--sait-btn-opacity-bg-color);
    }



    .owl-carousel.comparison-slider .owl-dots .owl-dot.active {
        opacity: 1;
        height: 3px;
        background: var(--sait-default-bg-color);
    }


    .owl-carousel.comparison-slider .owl-dots .owl-dot.active  span {
        opacity: 1;
        height: 5px;
        background: var(--sait-default-bg-color);
    }


    .comparison-products-pane.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }



    .product-vendor__list.horizontal-scroll {
        white-space: nowrap;
        height: auto
    }


    .comparison-products-pane {
        display: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-y: hidden;
        overflow-x: auto;
    }

    .comparison-category{
        display: flex;
        justify-content: center;
        text-align: center;
    }

    .comparison-products-btn {
        font-size: 14px;
        margin: 15px 0;
    }
    .comparison-products-btn span{
        text-decoration: underline;
    }

    .mobile-comparison-category{
        background: unset;
        border: unset;
        box-shadow: unset;
        font-size: 18px;
    }
    .mobile-comparison-category .comparison-header-title{
        background: unset;
        border: unset;
        box-shadow: unset;
        color: var(--sait-default-bg-color);
    }

}

.MobPage{
    display: none;
}

.add-cart {
    background-color: var(--sait-btn-color);
    border: 1px solid var(--sait-btn-color);
    line-height: 26px;
    color: #fff;
    padding: 0 17px 0 6px;
    border-radius: 13px;
    outline: none;
    font-size: 14px;
    cursor: pointer;
    margin-left: auto;
}

.add-cart .icon {
    display: inline-block;
    margin-right: 5px
}

.add-cart:hover {
    background-color: #fff;
    color: var(--sait-btn-color)
}

.in-bookmark {
    font-size: 12px;
    color: var(--sait-default-bg-color);
    display: block;
    text-decoration: none;
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
    outline: none
}

.in-bookmark.active:before, .in-bookmark:hover:before {
    background: url(../../../images/desktop/icons/bookmark.png)
}

.in-bookmark:before {
    content: "";
    width: 13px;
    height: 17px;
    display: inline-block;
    background: url(../../../images/desktop/icons/bookmark-o.png);
    vertical-align: middle;
    margin-right: 2px
}

.in-bookmark.active:hover, .in-bookmark.active:hover:before {
    background: url(../../../images/desktop/icons/bookmark-o.png) no-repeat
}

.in-comparison {
    font-size: 12px;
    color: var(--sait-default-bg-color);
    display: block;
    text-decoration: none;
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
    outline: none;
    margin-left: auto;
}

.product-single .info .buttons .more {
    line-height: 28px;
    color: #36b;
    font-size: 14px;
    display: inline-block;
    margin-right: 23px;
}

.product-single .info .buttons .more:hover {
    text-decoration: none;
}

.error-content{
    position: relative;
    top: -86px;
    text-align: center;
}
.error-page-title{
    font-size: 68px;
    color: var(--sait-default-bg-color);
    font-family: 'Proxima Nova';
    font-weight: bold;
    box-shadow: 0 1px 35px rgba(255, 255, 255, 0.39);
}
.error-page-desc{
    margin: 30px auto;
    font-size: 30px;
    color: #353535;
    font-family: 'Proxima Nova';
    font-weight: bold;
    box-shadow: 0 1px 35px rgba(255, 255, 255, 0.39);
}
.error-page{
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 350px);
    background-size: cover;
    background-position-y: 50px;
}


@media only screen and (min-width: 1024px) and (max-width: 1240px) {
    .container {
        width: 99%;
        padding: 0;
    }

    .right-column{
        width: 77%;
    }
    .left-column{
        width: 20%;
    }


    .header-block {
        width: 210px;
    }
}

@media only screen and (max-width:1023px){
    .WebPage{
        display: none;
    }
    .MobPage{
        display: block;
        width: 100%;
        font-size: 16px;
        min-width: 320px;
        position: relative;
        line-height: 1.75;
        font-family: rubik, sans-serif;
        overflow-x: hidden;
        opacity: 1;
        padding: 0;
        margin: 0;

    }

    .slideout-open .MobPage{
        overflow: hidden;
    }

    header {
        background: url('../../../images/desktop/header-bg.png');
        background-size: cover;
    }

    .product-list__item .img{
        display: flex;
        justify-content: center;
    }

    /*Mobile breadcrumbs*/
    .breadcrumbs a {
        padding: 0 23px 0 10px;
        text-decoration: none;
        margin-right: 10px;
        background-color: var(--sait-btn-opacity-bg-color);
        position: relative;
    }

    .breadcrumbs a, .breadcrumbs div {
        display: inline-block;
        line-height: 28px;
        color: #333;
        font-size: 14px;
    }
    .breadcrumbs div {
        display: inline-block;
        line-height: 28px;
        color: #8C8C8C;
        font-size: 14px;
    }

    .breadcrumbs a .separator {
        position: absolute;
        top: 8px;
        right: 10px;

        display: block;
        font-weight: 700;
        line-height: 14px;
    }

    /*Mobile reviews list*/

    .header-1 {
        text-align: center;
        font-size: 26px;
        margin-top: 27px;
    }
    .reviews-wrap{
        margin-top: 10%;
    }
    .reviews-title {
        color: var(--sait-default-bg-color);
        font-weight: 500;
        font-family: 'roboto';
        font-size: 18px;
    }

    .reviews-description{
        text-align: center;
    }



    .reviews .review{
        box-shadow: 0px 1px 3px 0px #0406071A;
        margin-bottom: 30px;
    }

    .review-heading, .review-product-img, .review-body, .review-product-buttons{
        padding: 15px 10px;
    }

    .review-product-title {
        text-decoration: none;
        font-weight: 600;
        font-size: 14px;
        color: var(--sait-default-bg-color);
    }

    .review-product-img img{
        width: 100%;
    }

    .review-information{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .star-rating .star-value {
        background: url("../../../images/star.svg") !important
    }

    .review-item, .review-user {
        font-family: Roboto, "sans-serif";
    }
    .review-item {
        font-size: 12px;
        margin-bottom: 15px;
    }

    .review-user {
        font-weight: 700;
        font-size: 14px;
    }

    .review-city {
        color: #b2bec3;
    }

    .review-label {
        font-weight: 700;
        margin-bottom: 5px;
        font-family: Roboto, "sans-serif";
        font-size: 12px;
    }
    .review-like {
        color: var(--sait-default-bg-color);
        text-decoration: underline;
        cursor: pointer;
    }

    .review-helpful {
        /*position: absolute;*/
        right: 15px;
        top: 20px;
        font-family: Roboto, "sans-serif";
        font-size: 14px;
        color: #6f6f6f;
        text-align: right;
        padding-right: 15px;
    }

    .review-response {
        color: var(--sait-default-bg-color);
        font-size: 12px;
    }

    .review-product-info {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background-color: #f4f4f4;
        padding: 10px;
        margin-top: 5px;
        font-family: roboto, sans-serif;
    }

    .review-product-prices {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 5;
        font-size: 14px;
        line-height: 18px;
    }

    .review-product-price-old {
        color: #ed1c24;
        position: relative;
    }
    .review-product-info, .review-product-prices {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .review-product-quantity-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .review-product-price-old:before {
        content: "";
        display: block;
        position: absolute;
        width: calc(100% + 10px);
        top: 10px;
        left: -4px;
        height: 1px;
        background-color: #ed1c24;
    }
    .review-product-quantity {
        width: 41px;
        line-height: 24px;
        border: 1px solid #848484;
        border-radius: 4px;
        background-color: #fff;
        font-size: 18px;
        text-align: center;
        color: #212121;
        outline: none;
    }

    .review-product-price {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }

    .review-product-buttons {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 14px;
        margin-top: 10px;
    }

    .review-body, .review-product-buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .review-product-buttons .more{
        color:  #3366BB;
    }


    .seria-content ul br{
        display: none;
    }
    .seria-content ul > li{
        list-style: disc;
        margin-left: 30px;
    }
    .seria-content ul{
        margin-bottom: 15px;
    }
    .seria-content h2{
        color: #232323;
        font-weight: 400;
        font-size: 20px;
        font-family: 'roboto';
    }


    .header-3.vendor-title{
        font-family: 'rubik';
        color: #8C8C8C;
    }

    .mobile-category-list{
        display: grid;
        grid-template-columns: auto auto auto;
    }
    .mobile-category-list a{
        color: #848484;
    }
    .mob-ven-heading-1{
        margin-top: 10%;
        color: #333333;
        font-family: Roboto;
        font-size: 18px;
        font-weight: 400;
        line-height: 21.6px;
        text-align: center;
    }

    .mob-ven-text-content .text-content p{
        font-size: 13px;
        font-weight: 400;
        font-family: 'roboto';
    }
    .mob-ven-text-content .main-description__spoiler_open{
        display: none;
    }

    .product-vendor__list {
        margin-top: 15px;
        font-size: 0;
        overflow-y: hidden;
        max-height: 310px;
        padding-bottom: 15px;
    }

    .product-vendor__list .product-vendor__item {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        vertical-align: top;
        display: inline-block;
        width: 150px;
        border: 1px solid #eee;
        margin: 0 10px 7px 0;
        text-align: center;
        text-decoration: none;
        -webkit-box-shadow: 0 1px 3px rgba(4, 6, 7, .1);
        box-shadow: 0 1px 3px rgba(4, 6, 7, .1);
        position: relative;
    }

    .product-vendor__list .product-vendor__item .img {
        min-height: 60px;
        padding: 5px;
    }
    .product-vendor__list .product-vendor__item .img img {
        vertical-align: middle;
        max-width: 100%;
        width: auto;
        max-height: 60px;
    }

    .product-vendor__list .product-vendor__item .title {
        font-size: 10px;
        color: #212121;
        text-decoration: none;
        margin-bottom: 7px;
    }

    .product-vendor__list .product-vendor__item{
        width: 47%;
    }

    .breadcrumbs{
        overflow: scroll;
        -webkit-overflow-scrolling:touch;
        display: flex;
        scrollbar-width: none;
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;

    }

    .breadcrumbs::-webkit-scrollbar { /* for debugging */
        display:none;
    }

    .breadcrumbs a, .breadcrumbs div{

        white-space: nowrap;
        text-wrap: nowrap;

    }


    .mobile-product-page .product-header{
        margin-top: 10%;
    }
    .mobile-product-page .title{
        font-family: Roboto;
        font-size: 20px;
        color: #333333;
        line-height: 1.2;
        margin-bottom: 10px;
    }

    .mobile-product-page .product-description__short{
        font-family: Roboto;
        font-size: 13px;
        font-weight: 400;
        line-height: 18px;
        text-align: left;

    }

    .mobile-product-page .product-body{
        margin-top: 20px;

    }
    .mobile-product-page .gallery-view img{
        width: 100%;
    }
    .mobile-product-page .gallery-view{
        position: relative;
    }
    .mobile-product-page .discontinued-wrap{
        position: absolute;
        top: 0;
        width: 100%;
        background: #FFFFFFB2;
        height: 100%;
        justify-content: center;
        display: flex;
        align-items: center;
    }
    .mobile-product-page .discontinued-info{
        max-width: 250px;
        text-align: center;
    }

    .mobile-product-page .discontinued-info{
        font-family: Roboto;
        font-size: 13px;
        font-weight: 400;
        line-height: 18px;
        color: #232323;
    }

    .mobile-product-page .discontinued-info .discontinued-label{
        font-family: Roboto;
        font-size: 18px;
        font-weight: 400;
        line-height: 21.6px;
        color: var(--sait-default-bg-color);
    }

    .product-body .info .info-block .options div{
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .product-body .info .info-block .options div a {
        color: #333;
    }

    .product-body .info .info-block .options .interactive {
        margin: 21px 0 0 0;
    }

    .product-body .info .info-block .options .interactive a {
        display: block;
        text-decoration: none;
        margin-bottom: 18px;
        position: relative;
    }

    .product-body .info .info-block .options div .icon.icon-payment {
        background: url(../../../images/desktop/icons/payment.png);
        width: 19px;
        height: 14px;
        margin-right: 10px;
        margin-top: -4px;
    }
    .product-body .info .info-block .options div .icon {
        display: inline-block;
        vertical-align: middle;
    }
    .quest-block {
        vertical-align: middle;
        display: inline-block;
        width: 17px;
        height: 17px;
        line-height: 24px;
        background: url(../../../images/desktop/icons/quest.png) no-repeat;
        position: relative;
        margin: -1px 0 0 1px;
    }

    .product-body .info .info-block .options .quest-block {
        background: url(../../../images/desktop/icons/green-quest.png) no-repeat;
        width: 15px;
        height: 15px;
        margin-left: 8px;
    }

    .product-body .info .info-block .options div .icon.icon-delivery-2 {
        background: url(../../../images/desktop/icons/delivery.png);
        width: 15px;
        height: 19px;
        margin-right: 15px;
        margin-top: -5px;
    }


    .review-rater {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .product-body .info .info-block .options div {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .reviews-count {
        font-family: Roboto, "sans-serif";
        font-size: 14px;
        margin-left: 5px;
        color: var(--sait-default-bg-color);
    }

    .product-body .info .info-block .advantages {
        max-width: 70%;
        margin-left: 0;
        display: inline-block;
        vertical-align: top;
    }

    .product-body .info .info-block .advantages .header {
        font-family: Roboto;
        font-size: 18px;
        font-weight: 400;
        line-height: 21.6px;
        text-align: left;
        margin-bottom: 15px;
    }

    .product-body .info .info-block .advantages ul {
        font-size: 14px;
    }

    .product-body .info .info-block .advantages ul li {
        display: block;
        margin-bottom: 13px;
    }

    .product-body .info .info-block .advantages ul li .title {
        font-family: Roboto;
        font-size: 13px;
        font-weight: 400;
        line-height: 18px;
        text-align: left;
        color: var(--sait-default-bg-color);

    }

    .mobile-product-page .product-description {
        font-family: Roboto;
        font-size: 13px;
        font-weight: 400;
        line-height: 18px;
    }
    .mobile-product-page .product-description ul{
        margin-left: 10px;
    }
    .MobPage .reviews-title {
        font-family: Rubik;
        font-size: 18px;
        font-weight: 500;
        line-height: 18px;
        text-align: center;
    }

    #product-relative .heading-1 {
        font-family: Roboto;
        font-size: 18px;
        font-weight: 400;
        line-height: 21.6px;
        text-align: center;
        color: #333333;
    }

    .mobile-product-page .product-body .prices{
        display: grid;
        grid-template-columns: 62px 62px 62px;
        /*grid-template-columns: 20% 20% 21%;*/
    }

    .mobile-product-page .product-body .info .prices .old-price .value:before {
        content: "";
        display: block;
        position: absolute;
        top: 12px;
        height: 1px;
        width: 45%;
        padding: 0 8px 0 3px;
        margin-left: -3px;
        background-color: #212121;
    }

    .product-body .info .info-block .options div.your-sale{
        font-family: Roboto;
        font-size: 11px;
        font-weight: 400;
        line-height: 14px;
        text-align: left;
    }

    .product-body .info .info-block .options div.old-price{
        position: relative;
    }
    .your-sale a{
        text-decoration: unset;
    }

    .tech-title {
        font-family: Roboto;
        font-size: 18px;
        font-weight: 400;
        line-height: 21.6px;
        text-align: left;

    }

    .tech-param tr:nth-child(2n) {
        background: #f4f4f4;
    }

    .tech-param td {
        padding: 8px 15px;
        font-family: Roboto;
        font-size: 12px;
        font-weight: 700;
        line-height: 12px;
        text-align: left;
    }


    .tech-param td:nth-child(2n) {
        font-family: Roboto;
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        text-align: right;
    }
    .tech-param td:nth-child(2n) a{
        text-decoration: unset;
        color: var(--sait-default-bg-color);

    }

    .table-box table{
        width: 100%;
    }

    .msg-not-reviews{
        font-family: Roboto;
        font-size: 18px;
        font-weight: 400;
        line-height: 21.6px;
        text-align: center;
        margin-top: 15px;
        margin-bottom: 30px;

    }

    /* Registration */

    .radio:not(checked)+label {
        position: relative;
        padding: 0 0 0 30px;
        line-height: 23px;
    }

    .radio:checked+label {
        color: var(--sait-default-bg-color);
    }



    .radio:not(checked)+label:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 19px;
        height: 19px;
        border-radius: 3px;
        background: #fff;
        border: 2px solid #c1c1c1;
    }

    .radio:not(checked)+label:after {
        content: "";
        opacity: 0;
        position: absolute;
        top: 8px;
        left: 8px;
        width: 7px;
        height: 7px;
        border-radius: 7px;
        background: var(--sait-default-bg-color);
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .radio:checked+label:after {
        opacity: 1;
    }

    .radio:checked + label:before{
        background: unset;
    }
    .radio + label, .radio:checked + label{
        border: unset;
    }

    input.form-control, textarea.form-control{
        display: block;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: none;
        background-color: #f6f6f6;
        color: #212121;
        outline: none;
        margin-bottom: 10px;
        font-size: 14px;
        padding: 9px 7px;
    }

    .checkbox:checked + label:after{
        content: "";
        opacity: 0;
        position: absolute;
        top: 6px;
        left: 6px;
        width: 7px;
        height: 7px;
        border-radius: 7px;
        background: var(--sait-default-bg-color);
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .checkbox:checked+label {
        color: var(--sait-default-bg-color);
    }
    .form-wrapper .form-checkbox {
        margin: 5px 0 0 -2px;
        font-size: 14px;
        color: #212121;
    }

    .checkbox:not(checked)+label:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 19px;
        height: 19px;
        border-radius: 3px;
        background: #fff;
        border: 2px solid #c1c1c1;
    }

    .checkbox:not(checked)+label {
        position: relative;
        padding: 0 0 0 30px;
        line-height: 23px;
    }

    .checkbox:checked+label:after {
        opacity: 1;
    }

    .profile-type .label{
        display: none;
    }



    .form-horizontal{
        margin-top: 30px;
    }
}