.badge{
    border-radius: 0;
}
.topicons .top_big {
    overflow: hidden;
}
div.slider{
    overflow: hidden;
}

.second_menu{
    position: absolute;
    left: 400px;
    top: 35px;
    display: none;
    text-align: left;
}

.second_menu {
    display: none;
}

.radiobtn {
    position: absolute;
    top: 0;
    left: 7px;
    height: 15px;
    width: 15px;
    background-color: white;
    border-radius: 50%;
    border: 1px solid black;
}
 input:checked ~ .radiobtn {
    background-color: black;
}
.checkbtn {
    position: absolute;
    top: 0;
    left: 7px;
    height: 15px;
    width: 15px;
    background-color: white;
    border: 1px solid black;
}
input:checked ~ .checkbtn {
    background-color: black;
}

.minuser{
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 5px;
}
.plusser{
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 5px;
}



@media (max-width: 577px) {
    /*Конец.шапка*/

    form .form-group{
        margin-left: 0;
    }
    #form{
        margin-left: 1%;
        width: 98%;
    }
    /*Тело*/

    .container{
        margin-top: 30px !important;
        padding-left: 0;
        padding-right: 0;
    }
    div.body{
        width:100%;
    }
    .content{
        width:100%;
        margin: auto;
        margin-top: 155px;
    }
    .content .slider img.slide{
        height: 286px;
    }
    .content .slider img.arrows{
        position: absolute;
        left: 50%;
        transform: translateX(-40px);
        bottom: 64px;
    }

    div.search input {
        width: 94%;
        border: none;
        margin: 6px;
        margin-left: 15px;
        height: 38px;
        font-size: 24px;
        padding-left: 15px;
        background-image: url(img/icons/lupa.png);
        background-repeat: no-repeat;
        background-position-x: right;
        background-position-y: center;
        margin-top: 25px;
    }
    #podbor_desktop{
        display: none;
    }
    div.podbor{
        width:100%;
        height: 90px;
        background-color: #474747;
        margin-top: 20px;
    }
    div.podbor a{
        color: #ffffff;
        font-size: 24px;
        font-weight: 500;
        text-transform: uppercase;
        padding-left: 29px;
        line-height: 90px;
        text-decoration: none;
    }
    div.podbor h2 {
        height: 18px;
        color: #ffffff;
        font-size: 20px;
        font-weight: 500;
        text-transform: uppercase;
    }
    div.podbor input{
        height: 38px;
        width: 18%;
        border: none;
        margin-right: 5px;
        padding-left: 10px;
    }
    div.topicons{
        padding-top: 20px;
    }
    .topicons .top_big {
        width: 90% !important;
        margin-left: 5%!important;
        margin-right: 6% !important;
    }
    .topicons .bigblock_left {
        width: 100%;
        float: left;
    }
    .topicons .bigblock_right {
        width: 100%;
        float: right;
    }
    .topicons .top_small{
        background-color: #eae8e5;
        width: 42% !important;
        height: 220px;
        margin: 4% !important;
        position: relative;
    }
    .topicons .top_small img{
        padding: 20px;
        height: 170px;
        margin: auto;
        position: absolute;
        left: 50%;
        top: 0;
        transform: translate(-50%, 0);
    }
    .topicons .top_small div{
        text-align: center;
        margin: auto;
        position: absolute;
        bottom: 18px;
        font-weight: 600;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .topicons .top_small span{
        color: #000000;
        font-size: 12px;
        font-weight: 400;
        text-transform: uppercase;
        text-align: center;
    }
    .topicons .top_big{
        width: 100%;
        height: 260px;
        margin-bottom: 20px;
        background-repeat: no-repeat;
        background-position: center;
    }
    .topicons .top_big span{
        color: #ffffff;
        font-size: 14px;
        font-weight: 400;
        text-transform: uppercase;
    }
    .top_big_left{
        float: left;
    }

    .top_big_right{
        float: right;
    }
    .top_small_left{
        float: left;
    }
    .top_small_right{
        float: right;
    }

    div.contact_form{
        background-color: #f5f5f5;
        padding: 52px;
        margin-bottom: 40px;
    }
    div.contact_form_inner{
        width: 90%;
        margin: auto;
        text-align: center;
    }
    div.contact_form .h1{
        color: #000000;
        font-size: 20px;
        font-weight: 400;
    }
    div.contact_form .h2{
        color: #474747;
        font-size: 16px;
        font-weight: 300;
    }
    div.contact_form input{
        width: 100%;
        border: none;
        background-color: whitesmoke;
        margin-top: 20px;
        padding: 5px;
    }


    .breabcrumb{
        padding: 12px;
        color: #474747;
        font-size: 12px;
        font-weight: 400;
    }
    .product{

    }
    .product H1{
        color: #000000;
        font-size: 25px;
        font-weight: 500;
        text-transform: uppercase;
    }
    .product_left{
        float: none;
        width: 100%;
    }
    .product_left .imager_sm{
        float: left;
        width: 20%;
    }
    .product_left .imager_bg{
        float: left;
        width: 80%;
        border: 1px solid lightgrey;
    }
    .product_left .imager_bg img{
        width: 100%;
    }
    .product_left .imager_sm img{
        margin-bottom: 22px;
    }
    .product_left .imager_bg .badge{
        width: 100%;
        text-align: center;
        background-color: #cccccc;
        opacity: 0.6;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .product_left .imager_bg .badge span{
        color: #ffffff;
        font-size: 20px;
        font-weight: 400;
        text-transform: uppercase;
    }
    .product div.describe{
        margin-left: 20%;
        width: 70%;
    }
    .product div.describe span{
        font-weight: bold;
    }
    .product span.amount{
        color: #000000;
        font-size: 12px;
        font-weight: 400;
        line-height: 29.6px;
        text-transform: uppercase;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .product span.price_sm{
        font-size: 12px;
    }
    .product span.price_big{
        font-size: 19px;
    }
    .product div.props{
        margin-top: 10px;
        color: #000000;
        line-height: 29.6px;
        font-size: 16px;
        font-weight: 300;
        margin-bottom: 10px;
        border-top: 1px solid lightgray;
        border-bottom: 1px solid lightgrey;
    }
    div.help{

    }
    div.buy{

    }

    div.table_prim{
        padding: 30px;
        margin-bottom: 57px;
    }
    div.table_prim table{
        width: 100%;
    }
    div.table_prim  th{
        text-align: left;
        color: #000000;
        font-size: 14px;
        font-weight: 700;
        line-height: 29.6px;
        text-transform: uppercase;
    }
    div.table_prim  tr{
        color: #000000;
        font-size: 14px;
        font-weight: 300;
        line-height: 29.6px;
    }
    div.table_prim  tr td{
        border-bottom: 1px solid #cccccc;
        padding-top: 18px;
    }

    div.also_buy{
        background-color: #474747;
        height: 600px;
    }
    div.also_buy H3 {
        color: #ffffff;
        font-size: 20px;
        font-weight: 500;
        text-transform: uppercase;
    }

    .also_items .also_item {
        float: left;
        width: 240px;
        height: 420px;
        border: 1px solid #ffffff;
        color: white;
        margin-left: 13px;
        margin-right: 13px;
    }
    .also_items .also_item>img {
        width: 240px;
        height: 240px;
        background: white;
    }
    .also_items .also_item .texts {
        padding: 15px;
    }
    span.amount {
        color: #cccccc;
        font-size: 12px;
        font-weight: 400;
        line-height: 29.6px;
        text-transform: uppercase;
    }
    p.price_sm {
        color: #979797;
        font-size: 12px;
        font-weight: 400;
        line-height: 28.5px;
        text-transform: uppercase;
        margin: 0;
        position: absolute;
        bottom: 95px;
        left: 0;
        padding-left: 15px;
        width: calc(100% - 23px);
    }
    p.price_big {
        color: #ffffff;
        font-size: 20px;
        font-weight: 400;
        /* margin: 0; */
        position: absolute;
        bottom: 60px;
        left: 0;
        padding-left: 15px;
        width: calc(100% - 23px);
    }
    .also_items .also_item .texts img {
        height: 33px;
        width: auto;
    }

    .product_right{
        float: none;
        width: 100%;
    }
    div.login{
        margin-bottom: 40px;
    }
    div.login>div{
        background-color: #f5f5f5;
    }
    div.login>div form{
        padding-left: 40px;
        padding-right: 40px;
    }
    div.login>div form H2{
        text-align: center;
        margin-bottom: 50px;
    }
    div.login>div form input{
        width: 100%;
        border: 1px solid #111312;
        background-color: #ffffff;
        height: 38px;
        margin-bottom: 20px;
        padding-left: 20px;
    }
    table.payment_methods{
        margin: auto;
        text-decoration: underline;
        margin-bottom: 50px;

    }
    table.payment_methods td{
        font-size: 16px;
        font-weight: 500;
    }
    table.payment_methods td img{
        padding: 23px;
    }

    div.payment_texts{
        width:100%;
        margin: auto;
        margin-bottom: 50px;
    }
    div.payment_texts .tab{
        float: left;
        width: 50%;
        text-align: center;
        height: 61px;
        line-height: 61px;
        font-size: 20px;
        font-weight: 700;
    }


    div.category span.filter_help{
        background-image: url(img/icons/help_red.png);
        background-repeat: no-repeat;
        padding-left: 40px;
        line-height: 30px;
        height: 30px;
        background-size: contain;
    }

    div.cat .row{
    }
    div.cat .row .row_item{
        height: 310px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    div.cat .row .row_item button{
        width: 100%;
        height: 38px;
        background-color: white;
        color: black;
        border: 1px solid black;
    }
    div.cat .row .row_item button:hover{
        background-color: black;
        color: white;
        border: 1px solid black;
    }


    div.cat .row .row_item img.photo{
        background-color: white;
        height: auto;
        border: 1px solid #cccccc;
        width: 50%;
        float: left;
        margin-right: 20px;

    }
    .describe_mob{
        display: block !important;
    }
    .describe{
        display: none;
    }

    div.cat_describe{
        background-image: url(img/IMG_CATEGORY.png);
        background-repeat: no-repeat;
        padding-left: 230px;
        margin-bottom: 50px;
    }
    div.cat_describe H2{
        height: 45px;
        color: #000000;
        font-size: 24px;
        font-weight: 700;
        text-transform: uppercase;
    }

    div.cat_describe p{
        font-size: 18px;
        font-weight: 400;
    }

    .zakaz{
        background-color: #f5f5f5;
        margin-bottom: 40px;
    }

    .zakaz table{
        width: 100%;
    }

    .zakaz table td{
        padding: 10px;
        border-bottom: 1px solid black;
    }

    .flfil{
        display: none;
    }
    .about_left{
        width: 100%;
        float: left;
        background-color: white;
        color: black;
        margin-top: -150px;
    }
    .about_right{
        width: 100%;
        float: right;
        color: black;
    }
    .icon_desk{
        display: none;
    }
    .icon_mob{
        display: block;
        text-align: center;
    }
    /*Конец.Тело*/

    #form_show{
        width: 70% !important;
        margin-left: 15% !important;
        margin-top: 0 !important;
    }
    .row{
        width: 100% !important;
		margin: 0 10px;
    }

}

@media (min-width: 578px) and (max-width: 991px) {
    #form_show {
        width: 70% !important;
        margin-left: 15% !important;
        margin-top: 0 !important;
    }

    .content{
        width: 100%;
        margin: auto;
        margin-top: 155px;
    }
    .content .slider {
        margin-top: 10px;
    }

    .content .slider img.slide{
        height: 286px;
    }
    .content .slider img.arrows{
        position: absolute;
        left: 50%;
        transform: translateX(-40px);
        bottom: 64px;
    }

    div.search input {
        width: 92%;
        border: none;
        margin: 6px;
        margin-left: 30px;
        height: 38px;
        font-size: 24px;
        padding-left: 15px;
        background-image: url(img/icons/lupa.png);
        background-repeat: no-repeat;
        background-position-x: right;
        background-position-y: center;
        margin-top: 25px;
    }
    #podbor_desktop{
        display: none;
    }
    div.podbor{
        width: 100%;
        height: 90px;
        background-color: #474747;
        margin-top: 10px;
    }
    div.podbor a{
        color: #ffffff;
        font-size: 24px;
        font-weight: 500;
        text-transform: uppercase;
        padding-left: 85px;
        line-height: 90px;
        text-decoration: none;
    }
    div.podbor h2 {
        height: 18px;
        color: #ffffff;
        font-size: 20px;
        font-weight: 500;
        text-transform: uppercase;
    }
    div.podbor input{
        height: 38px;
        width: 18%;
        border: none;
        margin-right: 5px;
        padding-left: 10px;
    }
    div.topicons{
        padding-top: 20px;
        width: 540px;
        margin: auto;
    }
    .topicons .bigblock_left {
        width: 100%;
        float: left;
    }
    .topicons .bigblock_right {
        width: 100%;
        float: right;
    }
    .topicons .top_small{
        background-color: #eae8e5;
        width: 46% !important;
        margin: 2% !important;
        height: 250px;
        position: relative;
    }
    .topicons .top_small img{
        padding: 20px;
        height: 180px;
        margin: auto;
        position: absolute;
        left: 50%;
        top: 0;
        transform: translate(-50%, 0);
    }
    .topicons .top_small div{
        text-align: center;
        margin: auto;
        position: absolute;
        bottom: 18px;
        font-weight: 600;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .topicons .top_small span{
        color: #000000;
        font-size: 14px;
        font-weight: 400;
        text-transform: uppercase;
        text-align: center;
    }
    .topicons .top_big{
        width: 96%;
        height: 260px;
        margin: 2%;
        margin-bottom: 20px;
    }
    .topicons .top_big span{
        color: #ffffff;
        font-size: 14px;
        font-weight: 400;
        text-transform: uppercase;
    }
    .top_big_left{
        float: left;
    }

    .top_big_right{
        float: right;
    }
    .top_small_left{
        float: left;
    }
    .top_small_right{
        float: right;
    }

    div.contact_form{
        height: 600px;
        background-color: #f5f5f5;
        padding: 52px;
        margin-bottom: 40px;
    }
    div.contact_form_inner{
        width: 370px;
        margin: auto;
        text-align: center;
    }
    div.contact_form .h1{
        color: #000000;
        font-size: 20px;
        font-weight: 400;
    }
    div.contact_form .h2{
        color: #474747;
        font-size: 16px;
        font-weight: 300;
    }
    div.contact_form input{
        width: 100%;
        border: none;
        background-color: whitesmoke;
        margin-top: -5px;
        padding: 5px;
    }



    .breabcrumb{
        padding: 12px;
        color: #474747;
        font-size: 12px;
        font-weight: 400;
    }
    .product{

    }
    .product H1{
        color: #000000;
        font-size: 25px;
        font-weight: 500;
        text-transform: uppercase;
    }
    .product_left{
        float: left;
        width: 50%;
    }
    .product_left .imager_sm{
        float: left;
        width: 20%;
    }
    .product_left .imager_bg{
        float: left;
        width: 100%;
        border: 1px solid lightgrey;
        margin-bottom: 10px;
    }
    .product_left .imager_bg img{
        width: 100%;
    }
    .product_left .imager_sm img{
        margin-bottom: 22px;
    }
    .product_left .imager_bg .badge{
        width: 100%;
        text-align: center;
        background-color: #cccccc;
        opacity: 0.6;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .product_left .imager_bg .badge span{
        color: #ffffff;
        font-size: 20px;
        font-weight: 400;
        text-transform: uppercase;
    }
    .product div.describe{
        margin-left: 20%;
        width: 70%;
    }
    .product div.describe span{
        font-weight: bold;
    }
    .product span.amount{
        color: #000000;
        font-size: 12px;
        font-weight: 400;
        line-height: 29.6px;
        text-transform: uppercase;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .product span.price_sm{
        font-size: 12px;
    }
    .product span.price_big{
        font-size: 19px;
    }
    .product div.props{
        margin-top: 10px;
        color: #000000;
        line-height: 29.6px;
        font-size: 16px;
        font-weight: 300;
        margin-bottom: 10px;
    }
    div.help{

    }
    div.buy{

    }

    div.table_prim{
        padding: 30px;
        margin-bottom: 57px;
    }
    div.table_prim table{
        width: 100%;
    }
    div.table_prim  th{
        text-align: left;
        color: #000000;
        font-size: 14px;
        font-weight: 700;
        line-height: 29.6px;
        text-transform: uppercase;
    }
    div.table_prim  tr{
        color: #000000;
        font-size: 14px;
        font-weight: 300;
        line-height: 29.6px;
    }
    div.table_prim  tr td{
        border-bottom: 1px solid #cccccc;
        padding-top: 18px;
    }

    div.also_buy{
        background-color: #474747;
        height: 600px;
    }
    div.also_buy H3 {
        color: #ffffff;
        font-size: 20px;
        font-weight: 500;
        text-transform: uppercase;
    }

    .also_items .also_item {
        float: left;
        width: 240px;
        height: 420px;
        border: 1px solid #ffffff;
        color: white;
        margin-left: 13px;
        margin-right: 13px;
    }
    .also_items .also_item>img {
        width: 240px;
        height: 240px;
        background: white;
    }
    .also_items .also_item .texts {
        padding: 15px;
    }
    span.amount {
        color: #cccccc;
        font-size: 12px;
        font-weight: 400;
        line-height: 29.6px;
        text-transform: uppercase;
    }
    p.price_sm {
        color: #cccccc;
        font-size: 12px;
        font-weight: 400;
        line-height: 28.5px;
        text-transform: uppercase;
        margin: 0;
    }
    p.price_big {
        color: #ffffff;
        font-size: 20px;
        font-weight: 400;
        margin: 0;
    }
    .also_items .also_item .texts img {
        height: 33px;
        width: auto;
    }

    .product_right{
        float: right;
        width: 50%;
    }
    div.login{
        margin-bottom: 40px;
    }
    div.login>div>div{
        background-color: #f5f5f5;
        padding: 10px;
    }
    div.login>div form{
        padding-left: 100px;
        padding-right: 100px;
    }
    div.login>div form H2{
        text-align: center;
        margin-bottom: 50px;
    }
    div.login>div form input{
        width: 100%;
        border: 1px solid #111312;
        background-color: #ffffff;
        height: 38px;
        margin-bottom: 20px;
        padding-left: 20px;
    }
    table.payment_methods{
        margin: auto;
        text-decoration: underline;
        margin-bottom: 50px;

    }
    table.payment_methods td{
        font-size: 16px;
        font-weight: 500;
    }
    table.payment_methods td img{
        padding: 23px;
    }

    div.payment_texts{
        margin: auto;
        margin-bottom: 50px;
    }
    div.payment_texts .tab{
        float: left;
        width: 50%;
        text-align: center;
        height: 61px;
        line-height: 61px;
        font-size: 20px;
        font-weight: 700;
    }


    div.category span.filter_help{
        background-image: url(img/icons/help_red.png);
        background-repeat: no-repeat;
        padding-left: 40px;
        line-height: 30px;
        height: 30px;
        background-size: contain;
    }

    div.cat .row{
    }
    div.cat .row .row_item{
        height: 500px;
        margin-bottom: 20px;
    }

    div.cat .row .row_item button{
        width: 100%;
        height: 38px;
        background-color: white;
        color: black;
        border: 1px solid black;
    }
    div.cat .row .row_item button:hover{
        background-color: black;
        color: white;
        border: 1px solid black;
    }


    div.cat .row .row_item img.photo{
        background-color: white;
        height: 255px;
        border: 1px solid #cccccc;
        width: 100%;
    }

    div.cat_describe{
        background-image: url(img/IMG_CATEGORY.png);
        background-repeat: no-repeat;
        padding-left: 230px;
        margin-bottom: 50px;
    }
    div.cat_describe H2{
        height: 45px;
        color: #000000;
        font-size: 24px;
        font-weight: 700;
        text-transform: uppercase;
    }

    div.cat_describe p{
        font-size: 18px;
        font-weight: 400;
    }

    .zakaz{
        background-color: #f5f5f5;
        margin-bottom: 40px;
    }

    .zakaz table{
        width: 100%;
    }

    .zakaz table td{
        padding: 10px;
        border-bottom: 1px solid black;
    }

    .flfil{
        display: none;
    }
    .about_left{
        width: 100%;
        float: left;
        background-color: white;
        color: black;
        margin-top: -150px;
    }
    .about_right{
        width: 100%;
        float: right;
        color: black;
    }
    .icon_desk{
        display: none;
    }
    .icon_mob{
        display: block;
    }

    /*Конец.Тело*/

}

@media (min-width: 992px) and (max-width: 1199px) {

    .content {
        width: 960px;
        margin: auto;
        margin-top: 180px;
    }

    .content .slider img.slide {
        width: 100%;
        height: 210px;
    }

    .content .slider img.arrows {
        position: absolute;
        left: 50%;
        transform: translateX(-40px);
        bottom: 64px;
    }

    div.search {
        height: 80px;
        background: #eb423c;
    }

    div.search input {
        width: 90%;
        border: none;
        margin: 17px;
        height: 33px;
        font-size: 24px;
        padding-left: 11px;
        margin-left: 25px;
    }
    div.search .close_search {
        display: none;
    }

    div.podbor {
        background-color: #474747;
        height: 95px;
        padding: 17px;
        margin-top: 20px;
    }

    div.podbor h2 {
        height: 18px;
        color: #ffffff;
        font-size: 20px;
        font-weight: 500;
        text-transform: uppercase;
        margin-top: 0;
        margin-left: 14px;
    }
    div.podbor form {
        margin-top: 15px;
        padding-left: 11px;
    }
    div.podbor input {
        height: 30px;
        width: 20%;
        border: none;
        margin-right: 10px;
        padding-left: 10px;
    }
    div.podbor input[type=submit] {
        width: 13%;
    }

    div.topicons {
        padding-top: 30px;
    }

    .topicons .top_small {
        background-color: #eae8e5;
        width: 210px;
        height: 210px;
        position: relative;
    }

    .topicons .top_small img {
        padding: 20px;
        height: 160px;
        margin: auto;
        position: absolute;
        left: 50%;
        top: 0;
        transform: translate(-50%, 0);
    }

    .topicons .top_small div {
        text-align: center;
        margin: auto;
        position: absolute;
        bottom: 18px;
        font-weight: 600;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .topicons .top_small span {
        color: #000000;
        font-size: 14px;
        font-weight: 400;
        text-transform: uppercase;
        text-align: center;
    }

    .topicons .top_big {
        width: 460px;
        height: 460px;
    }
    .topicons .bigblock_left {
        width: 50%;
        float: left;
    }
    .topicons .bigblock_right {
        width: 50%;
        float: right;
    }

    .topicons .top_big span {
        color: #ffffff;
        font-size: 14px;
        font-weight: 400;
        text-transform: uppercase;
    }

    .top_big_left {
        float: left;
    }

    .top_big_right {
        float: right;
    }

    .top_small_left {
        float: left;
    }

    .top_small_right {
        float: right;
    }

    div.contact_form {
        background-color: #f5f5f5;
        padding: 52px;
        margin-bottom: 40px;
    }

    div.contact_form_inner {
        width: 360px;
        margin: auto;
        text-align: center;
    }

    div.contact_form .h1 {
        color: #000000;
        font-size: 20px;
        font-weight: 400;
    }

    div.contact_form .h2 {
        color: #474747;
        font-size: 16px;
        font-weight: 300;
    }

    div.contact_form input {
        width: 100%;
        border: none;
        background-color: whitesmoke;
        padding: 5px;
    }


    .breabcrumb {
        padding: 12px;
        color: #474747;
        font-size: 12px;
        font-weight: 400;
    }

    .product {
        padding-top: 30px;
    }

    .product H1 {
        color: #000000;
        font-size: 25px;
        font-weight: 500;
        text-transform: uppercase;
    }

    .product_left {
        float: left;
        width: 50%;
    }

    .product_left .imager_sm {
        float: left;
        width: 20%;
    }

    .product_left .imager_bg {
        float: left;
        width: 70%;
        border: 1px solid lightgrey;
    }

    .product_left .imager_bg img {
        width: 100%;
    }

    .product_left .imager_sm img {
        margin-bottom: 22px;
    }

    .product_left .imager_bg .badge {
        width: 100%;
        text-align: center;
        background-color: #cccccc;
        opacity: 0.6;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .product_left .imager_bg .badge span {
        color: #ffffff;
        font-size: 20px;
        font-weight: 400;
        text-transform: uppercase;
    }

    .product div.describe {
        margin-left: 20%;
        width: 70%;
    }

    .product div.describe span {
        font-weight: bold;
    }

    .product span.amount {
        color: #000000;
        font-size: 12px;
        font-weight: 400;
        line-height: 29.6px;
        text-transform: uppercase;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .product span.price_sm {
        font-size: 12px;
    }

    .product span.price_big {
        font-size: 19px;
    }

    .product div.props {
        margin-top: 48px;
        color: #000000;
        line-height: 29.6px;
        font-size: 16px;
        font-weight: 300;
        margin-bottom: 50px;
    }

    div.help {

    }

    div.buy {

    }

    div.table_prim {
        background-color: #f5f5f5;
        padding: 30px;
        margin-bottom: 57px;
    }

    div.table_prim table {
        width: 80%;
        margin-left: 20%;
    }

    div.table_prim th {
        text-align: left;
        color: #000000;
        font-size: 14px;
        font-weight: 700;
        line-height: 29.6px;
        text-transform: uppercase;
    }

    div.table_prim tr {
        color: #000000;
        font-size: 14px;
        font-weight: 300;
        line-height: 29.6px;
    }

    div.table_prim tr td {
        border-bottom: 1px solid #cccccc;
        padding-top: 18px;
    }

    div.also_buy {
        background-color: #474747;
        height: 580px;
    }

    div.also_buy H3 {
        color: #ffffff;
        font-size: 20px;
        font-weight: 500;
        text-transform: uppercase;
    }

    .also_items .also_item {
        float: left;
        width: 240px;
        height: 420px;
        border: 1px solid #ffffff;
        color: white;
    }

    .also_items .also_item > img {
        width: 240px;
        height: 240px;
        background: white;
    }

    .also_items .also_item .texts {
        padding: 15px;
    }

    span.amount {
        color: #cccccc;
        font-size: 12px;
        font-weight: 400;
        line-height: 29.6px;
        text-transform: uppercase;
    }

    p.price_sm {
        color: #cccccc;
        font-size: 12px;
        font-weight: 400;
        line-height: 28.5px;
        text-transform: uppercase;
        margin: 0;
    }

    p.price_big {
        color: #ffffff;
        font-size: 20px;
        font-weight: 400;
        margin: 0;
        margin-top: -10px;
        margin-bottom: 10px;
    }

    .also_items .also_item .texts img {
        height: 33px;
        width: auto;
    }

    .product_right {
        float: right;
        width: 50%;
    }

    div.login {
        margin-bottom: 40px;
    }

    div.login > div {
        background-color: #f5f5f5;
        padding: 10px;
        margin: 10px;
        float: left;
        width: calc(50% - 40px);
        height: 600px;
    }

    div.login > div form {
        padding-left: 50px;
        padding-right: 50px;
    }

    div.login > div form H2 {
        text-align: center;
        margin-bottom: 50px;
    }

    div.login > div form input {
        width: 100%;
        border: 1px solid #111312;
        background-color: #ffffff;
        height: 38px;
        margin-bottom: 20px;
        padding-left: 20px;
    }

    table.payment_methods {
        margin: auto;
        text-decoration: underline;
        margin-bottom: 50px;

    }

    table.payment_methods td {
        font-size: 16px;
        font-weight: 500;
    }

    table.payment_methods td img {
        padding: 23px;
    }

    div.payment_texts {
        margin: auto;
        margin-bottom: 50px;
        padding-left: 100px;
        padding-right: 100px;
    }

    div.payment_texts .tab {
        float: left;
        width: 50%;
        text-align: center;
        height: 61px;
        line-height: 61px;
        font-size: 20px;
        font-weight: 700;
    }


    div.category span.filter_help {
        background-image: url(img/icons/help_red.png);
        background-repeat: no-repeat;
        padding-left: 40px;
        line-height: 30px;
        height: 30px;
        background-size: contain;
    }


    div.cat .row {
    }

    div.cat .row .row_item {
        margin-bottom: 30px;
        height: 500px;
        position: relative;
    }

    div.cat .row .row_item button {
        width: 100%;
        height: 38px;
        background-color: white;
        color: black;
        border: 1px solid black;
    }

    div.cat .row .row_item button:hover {
        background-color: black;
        color: white;
        border: 1px solid black;
    }


    div.cat .row .row_item img.photo {
        background-color: white;
        height: 255px;
        border: 1px solid #cccccc;
        width: 100%;
    }

    div.cat_describe {
        background-image: url(img/IMG_CATEGORY.png);
        background-repeat: no-repeat;
        padding-left: 230px;
        margin-bottom: 50px;
    }

    div.cat_describe H2 {
        height: 45px;
        color: #000000;
        font-size: 24px;
        font-weight: 700;
        text-transform: uppercase;
    }

    div.cat_describe p {
        font-size: 18px;
        font-weight: 400;
    }

    .zakaz {
        background-color: #f5f5f5;
        margin-bottom: 40px;
    }

    .zakaz table {
        width: 100%;
    }

    .zakaz table td {
        padding: 10px;
        border-bottom: 1px solid black;
    }

    /*Конец.Тело*/
    /*Бутстрап переделки*/
    .navbar-nav > li > a {
        padding-top: 19px;
        padding-bottom: 14px;
    }
    .flfil_m{
        display: none;
    }
    .about_left{
        width: 45%;
        float: left;
        background-color: white;
        color: black;
        margin-top: -150px;
        margin-left: 5%;
    }
    .about_right{
        width: 50%;
        float: right;
        color: black;
    }
    .icon_desk{
        position: absolute;
        bottom: 75px;
    }
    .icon_desk_list{
        right: 23px;
    }
    .icon_desk_basket{
        right: 55px;
    }
    .icon_mob{
        display: none;
    }
}

@media (min-width: 1200px) {
    .content {
        width: 1200px;
        margin: auto;
        margin-top: 180px;
        position: inherit;
    }

    .content .slider img.slide {
        width: 100%;
    }

    .content .slider img.arrows {
        position: absolute;
        left: 50%;
        transform: translateX(-40px);
        bottom: 64px;
    }

    div.search {
        height: 80px;
        background: #eb423c;
    }

    div.search input {
        width: 90%;
        border: none;
        margin: 20px;
        height: 40px;
        font-size: 24px;
        padding-left: 10px;
    }

    div.search .close_search {
    display: none;
    }

    div.podbor {
        background-color: #474747;
        height: 115px;
        padding: 17px;
        margin-top: 20px;
    }

    div.podbor h2 {
        height: 18px;
        color: #ffffff;
        font-size: 20px;
        font-weight: 500;
        text-transform: uppercase;
        margin-top: 0;
        margin-left: 14px;
    }
    div.podbor form {
        margin-top: 10px;
        padding-top: 14px;
        padding-left: 14px;
    }
    div.podbor input {
        height: 38px;
        width: 20%;
        border: none;
        margin-right: 12px;
        padding-left: 10px;
    }
    div.podbor input[type=submit] {
        width: 13%;
    }

    div.topicons {
        margin-left: -2%;
        margin-right: -2%;
    }

    .topicons .top_small {
        background-color: #eae8e5;
        width: 21% !important;
        height: 250px !important;
        margin: 2% !important;
        position: relative;
    }
    .topicons .bigblock_left {
        width: 50%;
        float: left;
    }
    .topicons .bigblock_right {
        width: 50%;
        float: right;
    }

    .topicons .top_small img {
        padding: 20px;
        height: 180px;
        margin: auto;
        position: absolute;
        left: 50%;
        top: 0;
        transform: translate(-50%, 0);
    }

    .topicons .top_small div {
        text-align: center;
        margin: auto;
        position: absolute;
        bottom: 18px;
        font-weight: 600;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .topicons .top_small span {
        color: #000000;
        font-size: 14px;
        font-weight: 400;
        text-transform: uppercase;
        text-align: center;
    }

    .topicons .top_big {
        width: 46%;
        height: 550px;
        margin: 2% !important;
    }

    .topicons .top_big span {
        color: #ffffff;
        font-size: 14px;
        font-weight: 400;
        text-transform: uppercase;
    }

    .top_big_left {
        float: left;
    }

    .top_big_right {
        float: right;
    }

    .top_small_left {
        float: left;
    }

    .top_small_right {
        float: right;
    }

    div.contact_form {
        background-color: #f5f5f5;
        padding: 52px;
        margin-bottom: 40px;
    }

    div.contact_form_inner {
        width: 40%;
        margin: auto;
        text-align: center;
    }

    div.contact_form .h1 {
        color: #000000;
        font-size: 20px;
        font-weight: 400;
    }

    div.contact_form .h2 {
        color: #474747;
        font-size: 16px;
        font-weight: 300;
    }

    div.contact_form input {
        width: 100%;
        border: none;
        background-color: whitesmoke;
        margin-top: 20px;
        padding: 5px;
    }


    .breabcrumb {
        padding: 12px;
        color: #474747;
        font-size: 12px;
        font-weight: 400;
    }

    .product {
        padding-top: 30px;
    }

    .product H1 {
        color: #000000;
        font-size: 25px;
        font-weight: 500;
        text-transform: uppercase;
    }

    .product_left {
        float: left;
        width: 50%;
    }

    .product_left .imager_sm {
        float: left;
        width: 20%;
    }

    .product_left .imager_bg {
        float: left;
        width: 70%;
        border: 1px solid lightgrey;
    }

    .product_left .imager_bg img {
        width: 100%;
    }

    .product_left .imager_sm img {
        margin-bottom: 22px;
    }

    .product_left .imager_bg .badge {
        width: 100%;
        text-align: center;
        background-color: #cccccc;
        opacity: 0.6;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .product_left .imager_bg .badge span {
        color: #ffffff;
        font-size: 20px;
        font-weight: 400;
        text-transform: uppercase;
    }

    .product div.describe {
        margin-left: 20%;
        width: 70%;
    }

    .product div.describe span {
        font-weight: bold;
    }

    .product span.amount {
        color: #000000;
        font-size: 16px;
        font-weight: 400;
        line-height: 29.6px;
        text-transform: uppercase;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .product span.price_sm {
        font-size: 12px;
    }

    .product span.price_big {
        font-size: 19px;
    }

    .product div.props {
        margin-top: 48px;
        color: #000000;
        line-height: 29.6px;
        font-size: 16px;
        font-weight: 300;
        margin-bottom: 50px;
    }

    div.help {

    }

    div.buy {

    }

    div.table_prim {
        background-color: #f5f5f5;
        padding: 30px;
        margin-bottom: 57px;
    }

    div.table_prim table {
        width: 80%;
        margin-left: 20%;
    }

    div.table_prim th {
        text-align: left;
        color: #000000;
        font-size: 14px;
        font-weight: 700;
        line-height: 29.6px;
        text-transform: uppercase;
    }

    div.table_prim tr {
        color: #000000;
        font-size: 14px;
        font-weight: 300;
        line-height: 29.6px;
    }

    div.table_prim tr td {
        border-bottom: 1px solid #cccccc;
        padding-top: 18px;
    }

    div.also_buy {
        background-color: #474747;
        height: 580px;
    }

    div.also_buy H3 {
        color: #ffffff;
        font-size: 20px;
        font-weight: 500;
        text-transform: uppercase;
    }

    .also_items .also_item {
        float: left;
        width: 240px;
        height: 420px;
        border: 1px solid #ffffff;
        color: white;
    }

    .also_items .also_item > img {
        width: 240px;
        height: 240px;
        background: white;
    }

    .also_items .also_item .texts {
        padding: 15px;
    }

    span.amount {
        color: #cccccc;
        font-size: 12px;
        font-weight: 400;
        line-height: 29.6px;
        text-transform: uppercase;
    }

    p.price_sm {
        color: #cccccc;
        font-size: 12px;
        font-weight: 400;
        line-height: 28.5px;
        text-transform: uppercase;
        margin: 0;
        position: absolute;
        bottom: 90px;
    }

    p.price_big {
        color: #ffffff;
        font-size: 20px;
        font-weight: 400;
        margin: 0;
        position: absolute;
        bottom: 70px;
    }

    .also_items .also_item .texts img {
        height: 33px;
        width: auto;
    }

    .product_right {
        float: right;
        width: 50%;
    }

    div.login {
        margin-bottom: 40px;
    }

    div.login > div >div {
        background-color: #f5f5f5;
        padding: 10px;
    }

    div.login > div form {
        padding-left: 100px;
        padding-right: 100px;
    }

    div.login > div form H2 {
        text-align: center;
        margin-bottom: 50px;
    }

    div.login > div form input {
        width: 100%;
        border: 1px solid #111312;
        background-color: #ffffff;
        height: 38px;
        margin-bottom: 20px;
        padding-left: 20px;
    }

    table.payment_methods {
        margin: auto;
        text-decoration: underline;
        margin-bottom: 50px;

    }

    table.payment_methods td {
        font-size: 16px;
        font-weight: 500;
    }

    table.payment_methods td img {
        padding: 23px;
    }

    div.payment_texts {
        margin: auto;
        margin-bottom: 50px;
        padding-left: 100px;
        padding-right: 100px;
    }

    div.payment_texts .tab {
        float: left;
        width: 50%;
        text-align: center;
        height: 61px;
        line-height: 61px;
        font-size: 20px;
        font-weight: 700;
    }


    div.category span.filter_help {
        background-image: url(img/icons/help_red.png);
        background-repeat: no-repeat;
        padding-left: 40px;
        line-height: 30px;
        height: 30px;
        background-size: contain;
    }

    div.cat .row {
    }

    div.cat .row .row_item {
        margin-bottom: 30px;
        height: 500px;
        position: relative;
        border: 1px solid white;
    }

    div.cat .row .row_item button {
        width: 100%;
        height: 38px;
        background-color: white;
        color: black;
        border: 1px solid black;
    }

    div.cat .row .row_item button:hover {
        background-color: black;
        color: white;
        border: 1px solid black;
    }


    div.cat .row .row_item img.photo {
        background-color: white;
        height: 255px;
        border: 1px solid #cccccc;
        width: 100%;
    }

    div.cat_describe {
        background-image: url(img/IMG_CATEGORY.png);
        background-repeat: no-repeat;
        padding-left: 230px;
        margin-bottom: 50px;
    }

    div.cat_describe H2 {
        height: 45px;
        color: #000000;
        font-size: 24px;
        font-weight: 700;
        text-transform: uppercase;
    }

    div.cat_describe p {
        font-size: 18px;
        font-weight: 400;
    }

    .zakaz {
        background-color: #f5f5f5;
        margin-bottom: 40px;
    }

    .zakaz table {
        width: 100%;
    }

    .zakaz table td {
        padding: 10px;
        border-bottom: 1px solid black;
    }

    /*Конец.Тело*/
    /*Бутстрап переделки*/
    .navbar-nav > li > a {
        padding-top: 19px;
        padding-bottom: 14px;
    }
    .flfil_m{
        display: none;
    }
    .about_left{
        width: 45%;
        float: left;
        background-color: white;
        color: black;
        margin-top: -150px;
        margin-left: 5%;
    }
    .about_right{
        width: 50%;
        float: right;
        color: black;
    }
    .icon_desk{
        position: absolute;
        bottom: 75px;
    }
    .icon_desk_list{
        right: 23px;
    }
    .icon_desk_basket{
        right: 55px;
    }
    .icon_mob{
        display: none;
    }
}

div.cat .row .row_item:hover{
    border: 1px solid lightgrey;
}

@media (max-width: 768px) {
    #chat-application{
        bottom: 0 !important;
    }
}


ul.woocommerce-shipping-methods span.woocommerce-Price-amount{
    color: #6d6d6d;
}

.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{
    max-width: 30px;
}

.dgwt-wcas-search-wrapp{
    min-width: 185px !important;
}