@media (min-width: 640px) and (max-width: 1530px) {

}


/* ==== end 1530px =================================================== */

@media (min-width: 674px) and (max-width: 1560px){



}

/* ==== end 1560px =================================================== */

@media (max-width: 1279px) {


    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .header .lft-box {
        max-width: 240px;
    }

    .header .decor-01:before {
        left: calc(29% - 30px);
    }

    .topslider .slide .text-block .first-text {
        font-size: 20px;
    }

    .topslider .slide .text-block .big-text {
        font-size: 48px;
    }

    .topslider .slick-active .info-block .image-box img {
        max-width: 220px;
        max-height: 320px;
    }

    .topslider .slide .text-block .description {
        font-size: 18px;
    }

    .topslider .slide {
        position: relative;
        height: 360px;
        font-size: 0;
    }

    .topslider .text-block {
        max-width: 560px;
    }

    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 32px;
    }



}

/* ==== end 1279px =================================================== */

@media (max-width: 1179px) {




}

/* ==== end 1179px =================================================== */

@media (max-width: 1079px) {


}

/* ==== end 1080px =================================================== */

@media (max-width: 1023px) {


}

/* ==== end 1024px =================================================== */

@media (max-width: 959px) {

    .burger-box {
        display: block;
    }

    .header {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
    }

    body {
        padding-top: 80px;
    }

    .header .rgt-box {
        position: fixed;
        background-color: #fff9e2;
        right: -320px;
        top: 0;
        width: 320px;
        padding: 40px;
        padding-top: 60px;
        height: 100vh;
        transition: right .5s;
    }


    .header .rgt-box.open {
        right: 0px;
    }

    .header .decor-01:before {
        display: none;
    }

    .header .container {
        height: 80px;
    }

    .header .rgt-box .top-row {
        flex-direction: column;
    }

    .header .phone-box {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
    }

    .header .phone-box > * {
        margin: 6px 0;
    }

    .header .os-menu {
        display: block;
        align-items: center;
        max-height: calc(100vh - 202px);
        overflow: auto;
        padding-bottom: 120px;
    }

    .header .btn {
        margin: 6px 0;
        margin-top: 16px;
    }

    .header .os-menu li {
        text-align: center;
        padding: 20px 0;
        width: 100%;
    }

    .header .os-menu a {
        font-size: 16px;
    }

    .header .os-menu li + li {
        border-top: 1px solid #ffc7ac;
        margin-left: 0;
    }

    .header .os-menu ul {
        position: relative;
        display: block;
        min-width: 100%;
        top: 0 !important;
        left: 0;
        padding: 0;
        background: transparent;
        border: none;
        opacity: 1;
        transition: opacity .3s;
        padding-top: 6px;
    }

    .header .os-menu ul li {
        padding: 6px 0;
    }

    .header .os-menu li li + li {
        border-top: none;
    }


    .topslider-nav-screen {
        display: none;
    }

    .topslider .container {
        flex-flow: column;
        align-items: center;
        justify-content: flex-end;
        height: 100%;
        overflow: hidden;
    }

    .topslider .container > * {
        display: block;
        width: auto;
        max-width: 480px;
        text-align: center;
    }

    .topslider .slide .text-block .big-text {
        font-size: 32px;
    }

    .topslider .slide .text-block .description {
        display: none;
    }

    .topslider .image-box {
        display: none !important;
    }

    h1 {
        font-size: 24px;
    }

    .fs24 {
        font-size: 20px;
    }

    .fs18 {
        font-size: 16px;
    }

    .shop-login > * {
        display: block;
    }

    .shop-login .ico {
        display: table;
        margin-left: auto;
        margin-right: auto;
    }

    h2 {
        font-size: 24px;
    }

    .screen-box .container {
        padding-top: 0;
        padding-bottom: 0;
    }

    .top-visual-index .info-box .container > * {
        display: block;
        padding: 32px 20px;
    }

    .top-visual-index {
        height: 800px;
    }

    .top-visual-index .info-box .os-text-block {
        text-align: center;
    }
    
    .top-visual-index .info-box .right-cel {
        width: auto;
        min-height: 480px;
    }

    .top-slider .title {
        font-size: 24px;
    }

    .top-visual-index .left-cel {
        background-image: url(../images/top-slider-bg.jpg);
        background-position: calc(50% + 280px) top;
        background-size: auto 360px;
    }

    .top-visual-index .left-cel .title {
        font-size: 40px;
    }

    .top-visual-index .image-bg {
        display: none;
    }

    .top-visual-index {
        height: auto;
    }

    .top-visual-index .info-box {
        position: static;
    }

    .top-visual-index .info-box .right-cel:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 100%;
        height: 100%;
        width: 1000px;
        background-color: rgb(255, 83, 0);
    }

    .top-visual-index .info-box .container {
        padding: 0;
    }


}

/* ==== end 960px =================================================== */


@media (max-width: 899px) {


}

/* ==== end 899px =================================================== */

@media (max-width: 799px) {


}

/* ==== end 799px =================================================== */

@media (max-width: 767px) {

    .footer .row-tt {
        display: flex;
        flex-flow: column;
        align-items: center;
        text-align: center;
    }

    .footer .row-tt > * {
        display: block;
    }

    .footer .left-col {
        margin-bottom: 16px;
    }

    .footer .left-col > * {
        flex-flow: column;
        align-items: center;
    }
    
    .footer .address {
        margin-right: 0;
        margin-bottom: 8px;
    }

    .footer .contacts-box > * {
        margin-left: auto;
        margin-right: auto;
    }

    .footer .rgt-col {
        order: -1;
        margin-bottom: 32px;
    }

    .front-screen .container > * {
        display: block;
        width: auto;
    }

    .front-screen .container > .rgt-cell {
        width: auto;
        padding-left: 20px;
        padding-top: 60px;
    }



    .front-screen .os-content-img {
        float: none;
        margin-left: 0;
        margin-bottom: 16px;
        max-width: 100% !important;
    }

    .pagepromo .topslider {
        margin-bottom: 0px;
    }





}



/* ==== end 768px =================================================== */

@media (max-width: 719px) {



}

/* ==== end 720px =================================================== */


@media (max-width: 639px) {

    .top-visual-index .left-cel {
        background-position: calc(50% + 140px) top;
        background-size: auto 400px;
    }

}

/* ==== end 639px =================================================== */

@media (max-width: 599px) {


}

/* ==== end 599px =================================================== */

@media (max-width: 559px) {



}

/* ==== end 560px =================================================== */

@media (max-width: 519px) {

    .worktime {
        display: flex;
        flex-flow: column;
        align-items: center;
    }

}

/* ==== end 519px =================================================== */

@media (max-width: 479px) {


}


/* ==== end 480px =================================================== */



@media (max-width: 419px) {


    .popup {
        padding-left: 20px;
        padding-right: 20px;
    }


}

/* ==== end 420px =================================================== */



@media (max-width: 359px) {

    .container {
        padding-left: 0;
        padding-right: 0;
    }

    .top-visual-index .left-cel .title {
        font-size: 36px;
    }


}

/* ==== end 359px =================================================== */