/* Large desktops and laptops */
/*@media (max-width: 1200px) {*/

/*}*/

/* Portrait tablets and medium desktops */
@media (max-width: 1170px) {
    #header{
        /*display: none;*/
    }
    #left{
        width: 100%;
        float: none;
    }
    #only_left{
        margin: 0;
        padding: 0;
    }
    .cboxPhoto{
        width: 1000px !important;
    }
}


@media (max-width: 1000px) {
    .slidermodule{
        transform: scale(0.95);
    }
    /*.slidertop{*/
        /*transform: scale(0.95);*/
    /*}*/
    .cboxPhoto{
        width: 900px !important;
    }
}

/* Portrait tablets and medium desktops */
@media (max-width: 992px) {
    #header{
        /*display: none;*/
    }
    .logo img{
        width: 350px;
        height: 95px;
    }
    .mainmenu_li{
        margin-right: 8px;
        width: 143px;
    }
    .mainmenu_li a{
        font-size: 14px;
    }
    .slidermodule{
        transform: scale(0.75);
    }
    .cboxPhoto{
        width: 680px !important;
    }
}


/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    .logo img{
        width: 330px;
        height: 85px;
    }
    .mainmenu_li a{
        font-size: 12.5px;
    }
    .slidermodule{
        transform: scale(0.63);
    }
    .carttitle td,
    .carttitle a{
        font-size: 14px;
    }

    .info .copyright,
    .info .tecama,
    .info .knopki{
        display: flex;
        align-items: center;
        width: 100%;
    }
    .catalog_list_item{
        width: 296px;
    }
    .cboxPhoto{
        width: 580px !important;
    }
    #cboxTitle{
        text-align: right !important;
        left: auto !important;
        right: 30px !important;
    }
}


/*  */
@media (max-width: 650px) {
    .mainmenu{
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .mainmenu_li{
        margin-right: 0;
    }
    .mainmenu_li{
        margin-bottom: 4px;
    }
    .mainmenu_li.last{
        margin-bottom: 4px;
    }
    #header .mob-menu,
    #headerpage .mob-menu{
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    #header .mob-menu .icon,
    #headerpage .mob-menu .icon{
        display: block;
    }
    #header .menu-block,
    #headerpage .menu-block{
        width: 100%;
        display: none;
        overflow: hidden;
        position: absolute;
        background-color: #FFF7E9;
        z-index: 99;
    }
    a.logo{
        top: 4px;
    }
    .logo img {
        width: 280px;
        height: 49px;
    }
    .slidermodule{
        transform: scale(0.50);
    }
    .catalog_list_item{
        width: 100%;
    }
    .carttitle td,
    .carttitle a{
        font-size: 12px;
    }
    #cart_buttons1,
    #cart_buttons2{
        width: 100%;
        float: none;
        display: flex;
        justify-content: space-around;
    }
    .uc_detailimg,
    .uc_list_itemdesc{
        width: 100%;
        display: block;
    }
    .cboxPhoto{
        width: 400px !important;
    }
}

@media (max-width: 600px) {
    .menu1 li{
        width: 210px;
        height: 35px;
    }
    .menu1 li a{
        font-size: 16px;
    }
    #cboxTitle{
        color: #000000 !important;
        text-align: center !important;
        top: 4px !important;
        left: 50% !important;
        right: auto !important;
        transform: translateX(-50%) !important;
        text-shadow: 0px 0px 5px #ffffff;
    }
}

/* Landscape phones and smaller */
@media (max-width: 480px) {
    .logo img {
        width: 265px;
        height: 48px;
    }
    .slidermodule{
        transform: scale(0.37);
    }
    .catalog_list_item{
        width: 100%;
        margin: 0 0 45px;
    }
    .cboxPhoto{
        width: 340px !important;
    }
    .menu1 li {
        margin: 5px 5px !important;
        width: 170px;
        height: 29px;
    }
    .menu1 li a{
        font-size: 15px;
    }
}

@media (max-width: 380px) {
    .slidermodule{
        transform: scale(0.31);
    }
    .menu1 li {
        width: 140px;
        height: 24px;
    }
    .menu1 li a{
        font-size: 12px;
    }
    .cboxPhoto{
        width: 280px !important;
    }
}