body, html{
    margin:0;
    padding:0;
}
.vespoisk{
    position: relative;
    width:100%;
    height:50px;
    margin:10px 0;
    padding:5px 5px 0 5px;
    background-color:#ffd9d8;
}
.search_iconka{
    position:absolute;
    display: block!important;
    text-align: center;
    color: #fff;
    right: 20px;
    height:calc(100% - 30px);
    top: 15px;
    font-size: 22px;    
    z-index: 10;
    cursor:pointer;
}
.search_input{
    position: relative;
    border-radius:10px;
    width:100%;
    height: 40px;
    border:1px #ccc solid;    
    padding-left:10px;
    font-size: 2.1rem;
    background-color: #4caf50;
    border:5px solid #fff;
    font-family: Nunito;   
}
.search_input::placeholder {
    color:rgba(0,0,0,0.3);
    font-size: 18px;
}
.skachivanie{
    position:absolute;
    left:0;
    right:0;
    margin:auto;
    text-align: center;
    bottom:-35px;
    cursor:pointer;
    z-index: 10;
}
.vseknopki{
    position: relative;
    width:100%;
    display:flex;
    justify-content:space-between;
    padding:10px 0 10px 0;
}
.listaem_str{
    position:relative;
    width:150px;
    display: flex;
    justify-content: space-between;
}
.step_left, .step_right{
    position: relative;
    color:#333;
    cursor:pointer;
}
.step_left{
    transform: rotate(180deg);
    top:-8px;
}
.centrobertka{
    position:relative;
    width:300px;
    display:flex;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;     
}
.selektor_str{
    position:relative;
    width:220px;
    height:40px;
    line-height: 40px;
    font-size:18px;
    background-color:#dddddd;
    border:none;
    border-radius: 5px;
    padding-left:10px;
    cursor:pointer;
    color:#333;
}
.blok_vibor{
    position:absolute;
    width:220px;
    height:200px;
    padding:0 10px;
    margin-top:5px;
    z-index: 30;
    background-color:#dddddd;
    border-radius:5px;
    overflow-Y: auto;
    transition: height 0.3s ease;
    color:#333;
    height: 0;
}
.stroka_vibora{
    position:relative;
    height:39px;
    line-height: 38px;
    color:#333;
    font-size:18px;
    border-bottom:1px solid #777;
    cursor: pointer;
}
.stroka_vibora:hover{
    background-color: #777;
    color:#fff;
}
.skolko_str{
    position:relative;
    height:40px;
    line-height: 40px;
    font-size: 18px;
    margin-left: 10px;
    top:-3px;
    color:#333;
}
.vibor_str{
    position:absolute;
    left:200px;
    top:10px;
    font-size: 20px!important;
    transition: all 0.3s ease;
    color:#555;
}
.overlayizo{
    position:fixed;
    top:0;
    left:0;
    background-color: #000;
    opacity: 0;
    z-index: 10;
}
.deloverlay{
    position:fixed;
    top:0px;
    background-color:white;
    z-index: 30;
    font-size:20px;
    cursor: pointer;
    width:30px;
    height: 30px;
    border-radius:15px;
    display: flex;
    flex-direction: column;
    justify-content:space-around;
    align-items: center;
    opacity:0;
    transition: opacity 1s ease;
}
.nispad_vibor{
    position:relative;
    width:230px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;    
}
.knopka_vlevo_nazad, .knopka_vpravo_vpered{
    width:100px;
    height:41px;
    line-height: 40px;
    text-align: center;
    background-color: #4caf50;
    color: white !important;
    cursor: pointer;
    font-family: 'Courier New', Courier, monospace;
    margin-left: 10px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;    
    opacity:0;
}
.knopka_vpravo_vpered{
    margin-right: 10px;
    opacity:1;
}
.slide_left, .slide_right{
    position:absolute;
    top:50%;
    right:5px;
    color:red;
    z-index: 10;
    font-size:24px!important;
    cursor: pointer;
}
.slide_left{
    right:auto;
    left:5px;
    transform: rotate(180deg);
}
.obertka_str{
    position: relative;
    display:block;
    width:300px;
    background:#eee;
}
.new_imgs--inner{
    position:absolute;
    left:0;
    transition: all 0.3s ease;
    height:100%;
    display:flex;
    align-items: center;
}
.stranitsa_plus, .dopblok{
    position: relative;
    float:left;
    margin:10px 30px!important;
    flex-grow: 1;
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;  
}
.dopblok{
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height:auto;
    justify-content: center;
}
.podminimg{
    position:relative;
    float:left;
    width:210px;
    display:flex;
    flex-direction: column;
    cursor:pointer;
    align-items: center;
    color:blue;
    margin-top: 15px;
}
.zagolovokdop{
    position: relative;
    width:100%;
    text-align: center;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 22px;
    margin:10px 0;
}
.dobzagolovokdop{
    position:absolute; 
    top:0;
}
.blokrezult{
    position:relative;
    width:100%;
    display:flex;
    flex-direction: column;
    align-items: center;
    padding-bottom:10px;
}
.vozvratknop{
    position:relative;
    margin-top:20px;
    width:300px;
    font-size: 16px;
    height:40px;
    color:white;
    cursor:pointer;
    text-align: center;
    line-height: 39px;
    background-color: #4caf50;
}
.naidenoikonok{
    position: relative;
    width:100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.plusside{
    position:relative;
    width:100%;
    display:flex;
}
.leftinfoside{
    position:relative;
    width: 250px;
}
.leftpodstrel, .rightpodstrel{
    position:absolute;
    width:30px;
    height:100%;
    left:0;
    cursor:pointer;
}
.rightpodstrel{
    right:0;
    left:auto;
}
.okno_for_imgs{
    position: relative;
    width:calc(100% - 250px);
    margin-bottom:40px;
    background-color: #eeeeee;
    border-radius:10px;
    overflow:hidden;
}
.dobokno_for_imgs{
    display:flex; 
    justify-content:center; 
    padding-top:60px;
    flex-wrap: wrap;
}
#navigation{
    z-index:20!important;
}
.navigation_plus{
    position:relative;
    width:100%;
    margin:20px 0;
}
.pag_inner{
    position:relative;
    display: flex;
    justify-content: center;
    
}
.page-numbers_new, .page-dalee_new, .page-acive_new, .page-span_new, .page-dalee_new, .page-nazad_new{
    position:relative;
    font-size: 18px;
    height:40px;
    width:40px;
    line-height: 40px;
    text-align: center;
    background: #34495e;
    border-radius:40px;
    color:#fff; 
    margin-left: 10px;
    font-family: 'Courier New', Courier, monospace;
    cursor: pointer;
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;  
}
.page-dalee_new, .page-nazad_new{
    line-height: 45px;
}
.page-acive_new, .page-span_new{
    background: #cf2e2e;
    cursor:default;
}
.podspitovs{
    position:relative;
    width:calc(100% - 10px);
    overflow-y: auto;
    overflow-x: hidden;
}
.knopkatovara, .knopkadobavtovara{
    position: relative;
    background-color: #616975;
    background-image: -webkit-linear-gradient(top, rgb(114, 122, 134), rgb(80, 88, 100));
    border-bottom: 1px solid #33373d;
    box-shadow: inset 0px 1px 0px 0px #878e98;
    height: 40px;
    line-height: 39px;
    display: block;
    padding: 0 10px;
    font-size:14px;
    color: #fff;
    text-shadow: 0px 1px 0px rgb(0 0 0 / 50%);
    cursor: pointer;
}
.shop__inner, .title.shoping__title{
    z-index: 0;
}
.netrezultatov{
    position:relative;
    width:calc(100% - 20px);
    padding:0 10px;
    text-align:center;
    margin-top:100px;
}

.knopkatovara{
    text-align: left;
}
.naidentovar{
    position: relative;
    background-color: #35afe3;
    background-image: -webkit-linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
    border-bottom: 1px solid #33373d;
    box-shadow: inset 0px 1px 0px 0px #878e98;
    height: 40px;
    line-height: 39px;
    display: block;
    padding: 0 10px;
    font-size:14px;
    color: #fff;
    text-shadow: 0px 1px 0px rgb(0 0 0 / 50%);
    cursor: pointer; 
    text-align: left;   
}
.dobnaidentovar{
    text-align:left; 
    font-weight:bold;
}
.knopkatovara:hover, .knopkadobavtovara:hover{
    background-color: #35afe3;
    background-image: -webkit-linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
    border-bottom: 1px solid #103c56;
    box-shadow: inset 0px 1px 0px 0px #6ad2ef;
}
.knopkatovara span, .naidentovar span{
    font-size: 0.857em;
    position: absolute;
    right: 1em;
    top: 50%;
    background: #48515c;
    line-height: 1em;
    height: 1.75em;
    padding: 0.4em 0.6em;
    margin: -0.8em 0 0 0;
    color: #fff;
    text-indent: 0;
    text-align: center;
    border-radius: 0.769em;
    box-shadow: inset 0px 1px 3px 0px rgb(0 0 0 / 26%), 0px 1px 0px 0px rgb(255 255 255 / 15%);
    text-shadow: 0px 1px 0px rgb(0 0 0 / 50%);
    font-weight: 500;    
}
.knopkatovara.vsetovary{
    width:calc(100% - 10px);
    margin-top:10px;
}
.dobknopkatovara{
    text-align:left; 
    font-weight:bold;
}
.plusknopkatovara{
    margin-bottom:3px;
}
.escheknoptovara{
    height:30px; 
    line-height:29px;
}
.polnkatalog{
    text-align:left; 
    position:relative; 
    font-weight:bold;
    display: flex;
    align-items: center;
}
.soderjknopki{
    text-align:left; 
    position:relative; 
    font-weight:bold;
}
.noweifhtsoderj{
    text-align:left; 
    position:relative;
}
.kolichspan{
    height: 1.6em; 
    padding: 0.3em 0.45em;
}
.acolorblue{
    color:blue;
}
.knopkadobavtovara{
    position:absolute;
    bottom:0px;
    z-index: 10;
    height:30px;
    line-height: 29px;
    width:calc(100% - 20px);
}
.mobilmenu{
    position: relative;
    width:calc(100% - 20px);
    height:0px;
    overflow:hidden;
    padding:0 10px;
    margin-bottom: 10px;
}
.minbanner{
    position:relative;
    width:150px;
    height:200px;
    margin:5px 5px;
    border:1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    background:#fff;
}
.dobminbanner{
    margin:10px; 
    float:left;
}
.dopshop__tovar--img{
    position:absolute; 
    width:100%; 
    max-height:none;
    top:0;
}
.nichegonet{
    width:100%; 
    text-align:center; 
    margin-top:50px;
}
.imgwidth{
    width:100%;
}
.imgbann{
    position: relative;
    width:100%;
    height:50%;
    cursor:pointer;
    overflow: hidden;
}
.anonsbann{
    position:relative;
    width:90%;
    margin-left:5%;
    text-align: center;
    font-size:16px;
}
.rozknopbann{
    position: relative;
    width:105px;
    height:28px;
    font-size:14px;
    text-align: center;
    color:#fff;
    line-height: 27px;
    border-radius: 4px;
    cursor:pointer;
    background-color: #ff513e;
    margin-left:5%;
    margin-bottom:10px;
}
.ikontovara{
    position: absolute;
    width: 30px;
    top: 0;
    bottom: 0;
    margin:auto;
    right:40px;
}
/*===================================*/
@media screen and (max-width: 800px) {
    .listaem_str{
        display:none;
    }
    .slide_right, .slide_left{
        opacity:0;
    }
    .skachivanie{
        position:relative;
        float: none;
    }
    .leftinfoside{
        display:none;
    }
    .knopka_vlevo_nazad, .knopka_vpravo_vpered{
        width:80px;
        font-size:12px;
    }
    .selektor_str{
        width:120px;
    }
    .nispad_vibor{
        width:130px;
    }
    .centrobertka{
        width:200px;
    }
    .vibor_str{
        left:100px;
    }
    .skolko_str{
        margin:0 0 0 10px;
    }
    .vseknopki{
        justify-content: space-around;
    }
    .okno_for_imgs{
        width:100%;
    }
    .page-nazad_new, .page-dalee_new{
        display:none;
    }    
    .knopkatovara{
        height:30px;
        line-height:29px;
    }
}
@media screen and (min-width: 800px) {
    .mobilmenu{
        height:0!important;
    }
}
@media screen and (max-width: 480px) {
    .pag_inner{
        justify-content: space-between;
    }
/*
    .page-nazad_new{
        position:absolute;
        left:0;
    }
    .page-dalee_new{
        position: absolute;
        right: 0;
    }
*/
    .blokrezult{
        margin-top:20px;
    }
    .podminimg img{
        width:150px;
    }
    .zagolovokdop{
        font-size:14px;
    }

    .selektor_str{
        width:60px;
    }
    .nispad_vibor{
        width:65px;
    }
    .centrobertka{
        width:120px;
    }
    .vseknopki{
        justify-content:space-evenly;
    }
    .knopka_vlevo_nazad, .knopka_vpravo_vpered{
        margin:0;
    }
    .blok_vibor{
        width:150px;
    }
    .vibor_str{
        left:40px;
    }
}
