.padding-block-full {
    padding-left: 0px;
    padding-right: 0px;
}
.padding-block {
    padding-left: 0px;
    padding-right: 0px;
}
.box-show-1200,.box-show-750{
    display: none;
}

.row-half {
    width: 100%;
    float: none;
}
.row-left{
    width: 100%;
    float: none;
}
.row-right{
    margin-left: 0;
}
.padding-left-block{
    padding-left: 0;
}
@media screen and (min-width: 750px){

    .block-good .item-small-img-good{
        height:60px;
    }
    .hide-nav{
        display: none!important;
    }
    .container{
        width: 750px;
    }
    .box-hide-750{
        display: none!important;
    }
    .box-show-750{
        display: block;
    }
    .box-show-750.box-inline{
        display: inline-block;
    }
    .box-hide-1200{
        display: inherit;
    }
    .box-hide-1200.box-inline{
        display: inline-block;
    }
    .item-dop-info-site{
        width: 25%;
        float: left;
    }
    #block-nav-main{
        border-radius: 7px;
        -moz-border-radius: 7px;
        -webkit-border-radius:7px;
        border-top:0px;
        border-left:1px solid #9dae3f;
        border-right:1px solid #9dae3f;
        border-bottom: 1px solid #8c9c32;
    }
    #box-nav-main{
        display: table!important;
    }
    #nav-main{
        height: 42px;
        line-height: 42px;
        display: table-row;
        font-size: 14px;
        color: #ffffff;
/*
        font-family: 'pf_din_text_cond_promedium',sans-serif;
*/
    }
    #nav-main>li {
        display: table-cell;
        text-align: center;
        font-size: 13px;
        color: #ffffff;
        /*text-transform: uppercase;*/
        cursor: pointer;
        background: none;
        padding: 0px;
        border-bottom: 0;
    }
    #nav-main>li>a {
        display: block;
        color: #ffffff;
        background: none;
    }
    #nav-main>li.active>a{
        color: #333333;
    }
    #nav-main.open-next>li{
        display: table-cell;
    }
    #nav-main.open-next>li.open{
        display: table-cell;
    }
    #nav-main > li .name-nav {
        padding-left: 28px;
        padding-right: 28px;
    }
    #nav-main>li.has-nav.open .name-nav{
        background: #ffffff;
        color: #333333;
    }
    #nav-main>li.has-nav.open .name-nav:before{
        width: 100%;
        height: 20px;
        border-radius:5px;
        -moz-border-radius:5px;
        -webkit-border-radius:5px;
        box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
        -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
        -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
        background: #ffffff;
        content: '';
        position: absolute;
        top:-7px;
        left:0;
        z-index: -1;
    }
    .nav-next-step{
        top:100%;
    }
    .nav-next-step,.nav-step-end{
        border-radius: 5px;
        box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
        -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
        -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
    }
    .nav-next-step ul li{
        line-height: 40px;
        font-size: 13px;
    }
    .nav-next-step>ul>li:first-child,.nav-next-step>ul>li.hide-step-next:first-child+li,.nav-step-end>ul>li:first-child{
        border-radius:5px 5px 0px 0px;
        -moz-border-radius:5px 5px 0px 0px;
        -webkit-border-radius:5px 5px 0px 0px;
    }
    .nav-next-step>ul>li:last-child,.nav-step-end>ul>li:last-child{
        border-radius:0px 0px 5px 5px;
        -moz-border-radius:0px 0px 5px 5px;
        -webkit-border-radius:0px 0px 5px 5px;
    }
    #logo{
        text-align: left;
    }
    #logo img{
        width: 250px;
        margin-left: -40px;
    }
    .name-block {
        text-align: left;
    }
    .item-preview,.item-good{
        width: 180px;
        margin: 10px 2px;
    }
    .item-cat .box-img{
        height: 145px;
    }
    .item-cat .box-name {
        height: 55px;
        overflow: hidden;
        line-height: 55px;
    }
    .item-cat .box-name .name{
        font-size: 15px;
        line-height: 18px;
    }
    .item-good{
        text-align: center;

        border-top: 0!important;
    }
    .item-good:hover{
        box-shadow:  0px 1px 5px rgba(0,0,0,0.15);
        -moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.15);
        -webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.15);
        z-index: 3;
    }
    .item-good .box-img{
        width: 100%;
        float: none;
    }
    .item-good .box-hide .btn{
        margin-top:10px;
        margin-right: 0px;
    }
    .item-good .box-hide .btn-red{
        float: none;
        min-width: 145px;
    }
    .preview-news{
        width: 50%;
        float: left;
    }
    .preview-news .box-text{
        margin-left: 140px;
        text-align: left;
    }
    .preview-news .box-img{
        padding-left: 10px;
        float: left;
        margin: 0;
    }
    .preview-news:first-child{
        margin-left: -5px;
    }
    .price{
        font-size: 20px;
    }
    #footer-bottom{
        text-align: left;
    }
    .row-half {
        width: 50%;
        float: left;
    }
    .nav-footer li:first-child{
        margin-left: 0;
    }
    #footer-top .box-item-info-dop{
        text-align: right;
        background:none;
        padding: 0 0 0;
    }
    .nav-footer a{
        font-size: 16px;
    }
    #box-main-banner{
        margin: 15px 0;
        border-bottom:0px;
    }
    .box-slider-main{
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius:5px;
        box-shadow:  0px 5px 10px 0px #c3c3c3;
        -moz-box-shadow: 0px 5px 10px 0px #c3c3c3;
        -webkit-box-shadow: 0px 5px 10px 0px #c3c3c3;
    }
    .box-slider-main .bx-controls-direction{
        display: none;
    }
    .box-slider-main .bx-pager{
        display: block;
    }
    .filter-box.cat-filter{
        display: block!important;
    }
    .filter-box{
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        background: #fbfbfb;
        border: 1px solid #e9e9e9;
        position: relative;
        top: inherit;
    }
    .filter-box .item-select-param,.filter-box .box-btn{
        padding: 10px;
    }
    .filter-box .item-select-param .box-title{
        font-family: 'pf_dintext_proregular', sans-serif;
    }
    .filter-box .box-btn .btn{
        padding: 0 18px;
        font-size: 13px;
        line-height: 41px;
        color: #444444;
        height: 38px;
    }
    .filter-box .box-control {
        line-height: 35px;
    }
    .filter-box .form-control{
        padding: 8px 10px;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }
    .filter-box .form-control.small{
        width: 70px;
    }
    .filter-box .sep-control{
        padding: 0 2px;
    }
    .filter-box .box-checked-green label{
        padding-left: 40px;
        line-height: 24px;
    }
    .filter-box .box-checked-green label:before{
        width: 22px;
        height: 22px;
        margin-top: -12px;
        line-height: 24px;
    }
    .filter-box .box-checked-green input[type=radio]:checked + label:before{
        line-height: 22px;
    }
    /*page-cat*/
    .row-left{
        width: 200px;
        float: left;
        z-index: 1;
    }
    .row-right{
        margin-left:200px;
    }
    .padding-left-block{
        padding-left: 25px;
    }
    .box-nav-left{
        padding: 0;
    }
/*    .box-nav-left .name-block{
        line-height: 40px;
        margin: 0;
        background: #b7c65a;
        box-shadow: inset 0px 1px 2px 0px #bdca7b,inset 0px -10px 30px 0px #96aa31;
        -moz-box-shadow: inset 0px 1px 2px 0px #bdca7b,inset 0px -10px 30px 0px #96aa31;
        -webkit-box-shadow: inset 0px 1px 2px 0px #bdca7b,inset 0px -10px 30px 0px #96aa31;
        border-radius: 3px 3px 0px 0px;
        -moz-border-radius: 3px 3px 0px 0px;
        -webkit-border-radius: 3px 3px 0px 0px;
        color:#ffffff;
        font-size: 16px;
        font-family: 'pf_din_text_cond_promedium',sans-serif;
        text-transform: uppercase;
        padding-left:15px;
        text-shadow: 0px 1px 1px rgba(0,0,0,0.15);
    }*/
/*    .nav-left{
        line-height: 38px;
        color: #333333;
        border: 1px solid #e9e9e9;
        border-top:0px;
        border-radius:  0px 0px 3px 3px;
        -moz-border-radius: 0px 0px 3px 3px;
        -webkit-border-radius: 0px 0px 3px 3px;
    }
    .nav-left>li>a{
        color: #333333;
        display: block;
        padding-left: 15px;
        background: url("../img/bg-header-small.jpg") repeat-x bottom;
        border-top: 1px solid #e9e9e9;
        border-bottom: 0;
        padding-right: 10px;
    }
    .nav-left>li>a:hover,.nav-left>li.active>a{
        color: #666666;
        background: #f0f0f0;
    }*/
    .block-text{
        font-size: 14px;
        color: #333333;
        line-height: 20px;
        margin-bottom: 20px;
        padding: 0;
    }

    .box-sort-filter-good{
        line-height: 27px;
        padding: 0;
        border: 0;
    }
    .box-sort-filter-good .box-title{
        width: 160px;
    }
    .box-list-filter .box-title{
        float: left;
    }
    .box-list-filter .box-body{
        margin-left: 160px;
    }
    .box-pager{
        padding-left: 0px;
        padding-right: 0px;
    }
    .box-list-cat-good .item-preview{
        width: 170px;
    }
    .form-small-control .form-control.small{
        width: 70px;
        margin: 0 5px;
    }

    /*page good*/
    .box-model-good .box-show-more{
        display: inline-block;
        vertical-align: top;
        border-top:0;
    }
    .box-model-good .box-show-more .btn-show-more{
        display: none;
    }
    .box-model-good .box-show-more .show-more{
        display: block;
    }
    .block-good .box-img-good{
        float: left;
        width: 310px;
    }
    .block-good .box-about-good{
        width: 440px;
        padding-left: 15px;
        float: left;
        border-top:0;
        padding-top: 0;
    }
    .block-good .box-about-dost .item-about-dost{
        width: 33.3%;
        float: left;
        padding-left: 10px;
    }
    .block-good .box-about-dost .item-about-dost.item-end{
        float: right;
    }
    .box-good-spec .row-spec-left {
        width: 300px;
        padding-right: 30px;
        z-index: 1;
        border-right:1px dotted #dfdfdf;
        display:inline-block;
    }
    .box-good-spec .row-spec-right {
        margin-left: 30px;
        display:inline-block;
        /* float:right; */
    }
    .block-good .box-slider-color .bx-wrapper{
        margin: 0!important;
    }
    .item-good.item-good-recom{
        width: 230px;
        line-height: 20px;
        margin: 0;
        text-align: left;
        border:0;
        box-shadow: none;
        float:left;
    }
    .item-good.item-good-recom .btn-red{
        width: 95px;
        font-size: 16px;
        text-align: center;
        margin-top: 10px;
        font-family: 'pf_din_text_cond_promedium';
        height: auto;
        line-height: 20px;
        text-transform: none;
    }
    .item-good.item-good-recom .box-img {
        height: 120px;
        overflow: hidden;
        text-align: center;
        margin-bottom: 10px;
        width: 100px;
        float: left;
    }
    .item-good.item-good-recom .box-cat,
    .item-good.item-good-recom .box-name{
        font-size: 14px;
    }
    .block-good{
        padding: 0;
    }
    .block-good .name-block{
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 0;
    }
    .block-good .box-article{
        font-size: 16px;
    }
    .block-good .box-title{
        text-align: left;
    }
    .block-good .box-order-info .price{
        font-size: 40px;
        font-family: 'pf_din_text_cond_proregular', sans-serif;
        float: none;
    }
    .block-good .box-btn-order{
        text-align: right;
        line-height: 20px;
        padding-right: 18px;
    }
    .block-good .box-inf-dost .item-inf-dost+.item-inf-dost{
        margin-left:15px;
    }
    .block-good .box-size select {
        width: 300px;
        font-size: 14px;
        padding: 8px 35px 8px 10px;
    }
    .block-good .box-slider-color .bx-wrapper{
        max-width: 400px!important;
    }
    .box-name-tab{
        font-size: 24px;
    }

    .box-btn-comm{
        width: auto;
    }
    .box-btn-comm .btn{
        width: auto;
        margin-bottom: 0px;
    }
    .nav-tabs>li>a {
        border: 1px solid #e8e8e8;
        background: #f6f6f6;
        box-shadow: inset 0px 5px 10px #fcfcfc;
        -moz-box-shadow: inset 0px 5px 10px #fcfcfc;
        -webkit-box-shadow: inset 0px 5px 10px #fcfcfc;
        padding: 10px 25px;
    }
    .nav-tabs>li.active>a {
        background-color: #ffffff;
        border: 1px solid #e5e5e5;
        border-top: 1px solid #f6f6f6;
        border-bottom: 0;
        border-bottom-color: transparent;
        box-shadow: none;
    }
    .box-other-info-good .nav-tabs>li.active>a:after{
        width: 100%;
        height: 1px;
        background-color: #ffffff;
        bottom:0px;
        left:0;
        content:'';
        position: absolute;
        z-index: 1;
    }
    /*page-text*/
    .name-block-small{
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 20px;
        margin-top: 20px;
        font-family: 'pf_din_text_cond_proregular', sans-serif;
        text-align: left;
    }
    .block-page-text{
        padding: 0px;
    }
    .block-page-text>div:last-child{
        border-bottom:0;
        padding-bottom: 0;
    }
    .box-img-text{
        float: left;
        margin-right:20px;
        margin-bottom: 10px;
    }
    .item-gallery{
        width: 365px;
        text-align: left;
        float: left;
    }
    .item-gallery .box-img{
        height: 175px;
    }
    .item-gallery .name-item{
        font-size: 18px;
        line-height: 20px;
        font-family: 'pf_din_text_cond_proregular',sans-serif;
    }
    .box-item-gallery .bx-controls,
    .box-item-gallery .bx-controls-direction {
        position: static;
    }
    .box-item-gallery .bx-wrapper{
        margin: 0!important;
    }
    .box-item-gallery .bx-wrapper .bx-controls-direction a{
        width: 20px;
        height: 20px;
        background: url("../img/icon-site.png");
        margin-top: -10px;
    }
    .box-item-gallery .bx-wrapper .bx-controls-direction a.bx-prev{
        background-position: -107px -32px;
        left:-25px;
    }
    .box-item-gallery .bx-wrapper .bx-controls-direction a.bx-next{
        background-position: -125px -32px;
        right:-25px;
    }
    .table-special-table-text{
        vertical-align: middle;
        display: table;
        width: 100%;
        border-collapse: collapse;
        border-top: 1px solid #dbdbdb;
        box-shadow: inset 0px 5px 7px #fdfdfd;
        -moz-box-shadow: inset 0px 5px 7px #fdfdfd;
        -webkit-box-shadow: inset 0px 5px 7px #fdfdfd;
    }
    .table-special-table-text .tr,
    .table-special-table-text .header-table{
        display: table-row;
    }
    .table-special-table-text .tr .td{
        border: 1px solid #dbdbdb;
    }
    .table-special-table-text .tr .td,
    .table-special-table-text .th .td{
        display: table-cell;
        vertical-align: middle;
        padding: 10px 15px;
        height: 65px;
    }
    .table-special-table-text .header-table .td{
        padding-left: 0;
        padding-right: 0;
        height: 90px;
        padding-top: 35px;
        color: #666666;
        font-family: 'pf_din_text_cond_proregular',sans-serif;
        font-size: 15px;
    }
    .table-special-table-text .tr + .tr{
        box-shadow:none;
        -moz-box-shadow:none;
        -webkit-box-shadow:none;
    }
    .table-special-table-text .tr:nth-child(even){
        background: none;
    }
    .table-special-table-text .tr:nth-child(odd){
        background: #fdfdfd;
    }

    .table-special-table-text .name-item{
        font-family: 'pf_dintext_proregular', sans-serif;
        text-align: left;
    }
    .table-special-table-text .info-item{
        text-align: left;
        font-size: 12px;
        line-height: 16px;
        width: 225px;
    }
    .table-special-table-text .count-item{
        width: 50px;
    }
    .table-special-table-text .number-item{
        display: table-cell;
        width: 45px;
    }
    .table-special-table-text .price-item{
        width: 100px;
    }
    /*page basket*/
    .block-page-basket .box-title,.box-price-itog,.box-basket-no-time{
        background:none;
        box-shadow: none;
        -moz-box-shadow:none;
        -webkit-box-shadow:none;
        padding-left: 0;
        padding-right: 0;
    }
    .block-page-basket .name-block{
        font-size: 30px;
    }
    .block-page-basket .box-title .name-block{
        float: left;
    }
    .block-page-basket .box-title .box-btn{
        float: right;
    }
    .box-basket-itog-line{
        border-bottom: 1px solid #dbdbdb;
    }
    .box-order-basket .item-left{
        width: 41%;
        float: left;
    }
    .box-order-basket .item-right{
        width: 53%;
        float: right;
    }
    .box-price-itog{
        float: right;
        font-size: 32px;
        padding-top: 80px;
        text-align: left;
    }
    .box-price-itog .price-itog{
        font-size: 32px;
    }
    .box-basket-no-time{
        float: left;
        text-align: left;
        width: 45%;
        padding-bottom: 20px;
    }
    .box-basket-no-time .title{
        font-size: 24px;
        font-family: 'pf_din_text_cond_proregular',sans-serif;
    }
    .box-basket-no-time .box-btn{
        display: inline-block;
        vertical-align: top;
    }
    .box-basket-no-time .box-btn .btn{
        min-width: 100px;
        width: 100px;
        line-height: 43px;
        height: 43px;
    }
    .box-basket-no-time .form-control{
        width: 195px;
        margin-right: 5px;
    }
    .table-good{
        border-top: 1px dotted #dbdbdb;
        box-shadow: none;
        -moz-box-shadow:none;
        -webkit-box-shadow:none;
        padding-left:0px;
        padding-right:0px;
    }
    .table-good .header-table .td{
        height: 60px;
        padding: 0;
    }
    .table-good .tr .td{
        border: 1px dotted #dbdbdb;
        height: auto;
        background: none;
    }
    .table-good .tr .td:first-child{
        border-left: 0;
    }
    .table-good .tr .td:last-child{
        border-right: 0;
    }
    .table-good .td.close-item{
        position: relative;
        top: 0;
        width: 14%;
    }
    .table-good .td.price-item{
        width: 18%;
        font-size: 30px;
        font-family: 'pf_din_text_cond_proregular',sans-serif;
        letter-spacing: -2px;
        float: none;
        line-height: normal;
    }
    .table-good .td.count-item{
        width: 15%;
        float: none;
    }
    .table-good .td.good-table-img{
        width: 140px;
        border-right: 0;
    }
    .table-good .td.good-table-item{
        text-align: left;
        border-left: 0;
    }
    .good-table-item .box-name{
        font-size: 15px;
        font-family: 'pf_din_text_cond_promedium',sans-serif;
    }
    .good-table-item .box-info{
        margin-bottom: 0;
    }
    .box-order-basket{
        padding: 0px;
    }
    .box-info-choose-pay .item-pay{
        width: 50%;
        float: left;
    }
    .box-order-basket .text-info-order{
        text-align: left;
        font-size: 14px;
    }
    .box-itog-pay{
        padding-top: 50px;
    }
    .box-itog-pay .box-btn{
        margin:0 30px;
    }
    .item-choice-material{
        width: 50%;
        float: left;
    }
    .item-choice-double .item-choice-material .material{
        width: 50%;
    }
    .DoubleTrackBar{
        width: 180px;
    }
    #trackPrice-Tracker{
        width: 108px;
    }
    .item-good.item-good-recom{
  height: 160px;
}
.item-good.item-good-recom .box-img{
line-height:140px;
}
.item-good.item-good-recom .btn-red{
position: absolute;
  bottom: 10px;
}
.item-good.item-good-recom .box-img img{
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  height: auto;
}
}
@media screen and (min-width: 1220px){

    .block-good .item-small-img-good{
        height:80px;
    }
    .container{
        width: 1200px;
    }
    .box-hide-1200{
        display: none!important;
    }
    .padding-block-full {
        padding-left: 30px;
        padding-right: 30px;
    }
    .padding-block {
        padding-left: 25px;
        padding-right: 25px;
    }
    .box-show-1200{
        display: block;
    }
    .box-show-1200.box-inline{
        display: inline-block;
    }
    #site-box{
        overflow: visible;
    }
    .item-good .box-hide{
        display: none;
    }
    .item-good:hover{
/*        margin-bottom: -86px;*/
        z-index: 3;
    }
    .item-good:hover .box-hide{
        display: block;
    }
    .item-dop-info-site .box-text{
        margin-left: 90px;
        text-align: left;
    }
    .item-dop-info-site .box-img{
        float: left;
        width: 80px;
    }
    .item-dop-info-site .box-name {
        font-size: 24px;
    }
    #header-top{
        font-size: 14px;
    }
    #header-main .box-item-phone{
        padding-right: 20px;
    }


    .box-region {
        width: 230px;
    }

    #block-nav-main{
        padding: 0 20px;
    }
    #nav-main>li{
        font-size: 18px; /* 14px; */
    }
    #nav-main>li.hide-nav {
        display: table-cell!important;
    }
    .nav-small>li.hide-nav {
        display: inline-block!important;
    }
    .nav li.show-nav,.nav li.box-hide-1200{
        display: none!important;
    }
    #nav-main .nav-next-step{
        width: 100%;
        border-radius: 5px;
        font-family: 'pf_din_text_cond_proregular',sans-serif;
        padding: 25px 28px 0;
        line-height: 16px;
        cursor: default;
    }
    #nav-main .nav-next-step>ul{
      -moz-column-count: 3;
      -webkit-column-count: 3;
      column-count: 3;
      -moz-column-width: 230px;
      -webkit-column-width: 230px;
      column-width: 230px;
      -moz-column-gap: 0;
      -webkit-column-gap: 0;
      column-gap: 0;
    }
    #nav-main .nav-step-end{
        width: 100%;
        left: inherit;
        top: 0;
        border-radius:0px;
        -moz-border-radius:0px;
        -webkit-border-radius:0px;
        font-family: 'pf_din_text_cond_proregular',sans-serif;
        font-size: 12px;
        display: block;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        padding:0px;
        margin: 5px 0 5px;
        position: relative;
        line-height: 14px;
    }
    #nav-main .nav-next-step>ul>li{
        position: relative;
        border-bottom: 0;
        line-height: 16px;
        padding: 0px;
        width: 225px;
        display: inline-block;
        vertical-align: top;
        background: none;
    }
    #nav-main .nav-next-step>ul>li>a{
        margin-bottom: 10px;
    }
    #nav-main .nav-next-step>ul>li:hover .nav-step-end{
        display: block!important;
    }
    #nav-main>li:nth-child(n+5) .nav-next-step{
        right: 0;
        left: inherit;
        border-radius:5px 0px 5px 5px;
        -moz-border-radius:5px 0px 5px 5px;
        -webkit-border-radius:5px 0px 5px 5px;
    }
    #nav-main>li.end-nav .nav-step-end{
        right: 100%;
        left: inherit;
        border-radius:5px 0px 5px 5px;
        -moz-border-radius:5px 0px 5px 5px;
        -webkit-border-radius:5px 0px 5px 5px;
    }
    .nav-next-step>ul>li:first-child{
        border-radius:0px 5px 0px 0px;
        -moz-border-radius:0px 5px 0px 0px;
        -webkit-border-radius:0px 5px 0px 0px;
    }
    .nav-next-step>ul>li:last-child{
        border-radius:0px 0px 5px 0px;
        -moz-border-radius:0px 0px 5px 0px;
        -webkit-border-radius:0px 0px 5px 0px;
    }
    .nav-next-step>ul>li{
        line-height: 36px;
        color: #010101;
        text-transform: none;
        padding:0px 15px;
        background:url("../img/bg-nav.png") no-repeat;
        background-position:  95% center;
        cursor: pointer;
        font-size: 14px;
    }
    .nav-next-step>ul>li.c1{
        line-height: 36px;
        color: #010101;
        text-transform: none;
        padding:0px 15px;
        background:none;
        /*background:url("../img/bg-nav.png") no-repeat;
        background-position:  95% center; */
        cursor: pointer;
        font-size: 14px;
    }
    .nav-next-step>ul>li>a{
        color: #010101;
        text-transform: none;
        display: block;
        position: relative;
    }
    .nav-step-end{
        font-family: 'pf_din_text_cond_proregular',sans-serif;
        z-index: 101;
        text-align: left;
        padding:5px 0;
        line-height: 30px;
    }
    .nav-step-end ul li{
        padding: 0px;
        background: none;
        font-family: 'pf_din_text_cond_proregular',sans-serif;
        font-size: 14px;
        display: block;
        vertical-align: top;
        border: 0;
        margin-right: 5px;
        margin-bottom: 5px;
    }
    .nav-step-end ul li > a {
        display: block;
        color: #333;
        font-size: 13px;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    }
    .nav-step-end li>a:hover,#nav-main .nav-step-end li>a.active{
        color: #e24a27;
    }
    #logo img{
        width: auto;
        margin-left: -45px;
    }
    .box-search{
        width: 335px;
    }
    .item-preview, .item-good{
        margin: 10px 5px;
    }
    .item-phone{
        font-size: 21px;
    }
    .item-info-dop{
        width: 200px;
        max-width: none;
    }
    .btn-map-site {
        background: url(../img/map-site.png) no-repeat;
        padding-left: 45px;
        width: 120px;
        color: #ffc700;
        font-size: 13px;
        line-height: 32px;
    }
    .btn-map-site span{
        border:0;
    }
    #logo-footer{
        padding-right: 50px;
    }
    footer a{
        font-size: 14px;
    }


    /*page-cat*/
    .row-left{
        width: 230px;
        float: left;
        z-index: 5;
    }
    .row-right{
        margin-left:230px;
    }
    .padding-left-block{
        padding-left: 40px;
    }
    .block-text{
        font-size: 15px;
        color: #333333;
        line-height: 22px;
        margin-bottom: 20px;
        padding: 0;
    }

    .box-list-cat-good .item-preview{
        width: 180px;
    }
    .form-small-control .form-control.small,.filter-box .form-control.small{
        width: 90px;
        margin: 0;
    }
    .DoubleTrackBar{
        margin-left: 23px;
    }
    #trackPrice-Tracker{
        width: 138px;
    }
    /*page-good*/
    
    .block-good .box-img-good{
        float: left;
        width: 390px;
    }
    .block-good .box-about-good{
        width: 480px;
        padding-left: 35px;
        float: left;
    }
    .block-good .box-about-dost{
        width: 300px;
        float: right;
    }
    .block-good .box-about-dost .box-about-region{
        text-align: center;
        padding: 0;
    }
    .block-good .box-about-dost .item-about-dost{
        width: 100%;
        float: none;
        font-size: 14px;
        padding: 20px;
    }
    .block-good .box-about-dost .item-about-dost.item-end{
        float: none;
    }
    .block-good .box-about-dost .item-about-dost+.item-about-dost{
        border-top: 1px dotted #b6b6b6;
    }
    .box-good-spec .row-spec-left {
        width: 420px;
        padding-right: 60px;
    }
    .box-good-spec .row-spec-right {
        /* margin-left: 480px; */
    }
    
    .item-good.item-good-recom{
        width: 280px;
        line-height: 28px;
    }
    .item-good.item-good-recom:hover{
        margin-bottom:0px;
        box-shadow: none;
    }
    .item-good.item-good-recom .box-cat,
    .item-good.item-good-recom .box-name{
        font-size: 16px;
    }
    .item-good.item-good-recom .box-img {
        height: 140px;
        overflow: hidden;
        text-align: center;
        margin-bottom: 10px;
        width: 120px;
        float: left;
    }
    .block-good .name-block{
        font-size: 40px;
    }
    .block-good .box-article{
        font-size: 18px;
    }
    .block-good .box-inf-dost{
        font-size: 14px;
    }
    .block-good .big-img-good{
        height: 350px;
        line-height: 350px;
    }
    /*page-text*/
    .table-special-table-text .info-item{
        font-size: 14px;
        line-height: 20px;
        width: 375px;
    }
    .table-special-table-text .count-item{
        width: 75px;
    }
    .table-special-table-text .number-item{
        display: table-cell;
        width: 65px;
    }
    .table-special-table-text .price-item{
        font-size: 16px;
        width: 160px;
    }
    /*page basket*/
    .block-page-basket .name-block,.block-page-basket .box-title .name-block{
        font-size: 40px;
    }
    .box-price-itog{
        font-size: 40px;
        padding-top: 50px;
    }
    .box-price-itog .price-itog{
        font-size: 40px;
    }
    .table-good .td.price-item{
        font-size: 36px;
    }
    .table-good .td.good-table-img{
        width: 190px;
    }

    .good-table-item .box-name{
        font-size: 20px;
        font-family: 'pf_din_text_cond_proregular',sans-serif;
    }
    .form-data .box-control{
        padding-left: 130px;
    }
    .box-info-choose-dost .box-text{
        font-size: 14px;
    }
    .box-order-basket .item-right{
        width: 50%;
        padding-right: 40px;
    }
    .box-info-choose-pay .item-pay{
        width: 33.33%;
    }
    .box-info-choose-pay .box-radio-red label{
        font-size: 16px;
    }
    .form-face .box-control{
        padding-left:0px;
    }
    .form-dost .form-control+.label-inline{
        display: block!important;
    }
    .form-data .box-control .form-control:focus+.label-inline{
        display: block!important;
    }
    .form-face .box-control .form-control:focus+.label-inline{
        display: none!important;
    }


.box-list-cat-good .item-preview {
  width: 290px;
}
.box-list-cat-good .item-good .box-img {
  height: 260px;
}
.box-list-cat-good .item-good .box-hide .btn{
  margin-top: 0px;
  margin-right: 10px;
}

.item-good {
   max-width: 285px;
   width: 100%;
 }
/* .item-good:hover{
 margin-bottom:-28px;
 }*/
 .item-good  .box-img{
   height:230px;
   line-height:230px;
 }
 .item-good  .box-img img{
  vertical-align:middle;
 }
 .item-good .box-hide .btn{
   margin-top: 0px;
   margin-right: 10px;
 }
}



/*
 
*/


@media screen and (max-width: 1220px){
    .block-good .box-about-dost.small .item-about-dost .box-dropdown{
        display: block!important;
    }
    #nav-main > li .name-nav {
        padding-left: 15px;
        padding-right: 15px;
    }
    .sale-nav .icon {
        display: none;
    }
    .product-carousel-wrap {
        float: none;
        width: 100%;
        padding: 0 60px;
    }
    .banner-feedback-wrap {
        display: none;
    }
    .product-day {
        display: none;
    }
    .post-item-heading .media-left {
        float: none;
        display: block;
        padding: 0;
        margin-bottom: 10px;
    }
    .post-item {
        padding: 20px 10px 20px 20px;
    }
    .feedback-section {
        padding: 30px 120px 15px;
    }

    .menu-banner {
        display: none;
    }


.item-dop-info-site .box-img {
    display: block;
}
#main-page .box-table {
    display: block;
    overflow: hidden;
}







.nav-step-end.hover {
    display: block!important;
    position: static;
}
.nav-step-end.hover li a {
    padding: 0 25px 0 40px;
}
.nav-step-li {
    padding: 0!important;
}
.dropdown-toggle.open a {
    padding: 0 25px;
}


.nav-next-step li{
    padding: 0;
    color: #333333;
    text-transform: none;
    overflow: hidden;
    cursor: pointer;
    border-bottom: 1px solid #eeeeee;
    font-family: 'pf_din_text_cond_promedium',sans-serif;
}

.nav-next-step li a{
    height: 48px;
    color: #333333;
    font-size: 18px;
    line-height: 1.2;
    display: table-cell;
    width: 10000px;
    vertical-align: middle;
    padding:0px 25px;
    background:url("../img/bg-nav.png") 95% center no-repeat, url("../img/bg-header-small.jpg") repeat-x bottom;
}

}

@media screen and (max-width: 749px){
    .side-content {
        padding-left: 10px;
        padding-right: 10px;
    }
#header-main {
    display: table;
}
.banner-side {
    margin: 0 auto 40px;
}
#nav-main > li {
    display: block;
    float: none;
}
.nav-footer {
    display: block;
}
.region-column{
    -moz-column-count: 1;
    -moz-column-gap: 0;
    -webkit-column-count: 1;
    -webkit-column-gap: 0;
    column-count: 1;
    column-gap: 0;
    margin-bottom: 0;
}
.feedback-section {
    padding-left: 20px;
    padding-right: 20px;
}

.product-carousel .item-good .box-img {
    float: none;
}
.product-carousel .item-good {
    text-align: center;
    border-radius: 6px;
    margin-bottom: 20px;
}
.product-carousel .item-good .box-img {
    width: auto;
    margin-right: 0;
}
.box-hide-inner {
    height: auto;
    opacity: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.box-hide-wrap {
    position: relative;
}
.item-good {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    padding-bottom: 0;
    margin-bottom: 20px;
}
.col-item {
    float: none;
}
.carousel-product .left-col {
    max-width: none;
}
.post-tile .col {
    width: 100%;
    float: none;
    margin-bottom: 20px;
}
.content-text img.pull-right, .content-text img.pull-left, .content img {
    float: none;
    text-align: center;
    margin: 0 auto 20px;
    display: block;
}
.hidden-xs {
    display: none;
}
.box-pager .nav-pager {
    margin: 30px 0;
}
.box-pager {
    border-top: 0;
    padding: 10px;
    overflow: hidden;
}
.box-hide-wrap .btn-red {
    line-height: 1;
    padding-top: 12px;
    padding-bottom: 5px;
}
.visible-mob {
    display: block;
}
.cat-filter .label-big {
    display: block;
}

}




@media screen and (min-width: 1220px){

    .block-good .box-about-dost.small .href-dropdown{
        cursor: pointer;
        padding-right:15px;
        background:url("../img/down.png") no-repeat center right;
    }
    .block-good .box-about-dost.small{
        overflow: visible;
    }
    .block-good .box-about-dost.small .item-about-dost{
        padding: 10px;
    }
    .block-good .box-about-dost.small .item-about-dost .box-dropdown{
        position: absolute;
        top:58%;
        background: #ffffff;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
        -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
        -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
        right: 0;
        padding:10px 10px;
        width: 240px;
        z-index: 50;
        margin-top: 0;
        display: none;
    }

    .block-good .box-about-dost.small .item-about-dost .box-dropdown.pay-pop{
        width: 200px;
    }
    .block-good .box-about-dost.small .box-list-pay{
        padding-left: 0;
    }
    .block-good .box-about-dost.small .title-dropdown{
        display: inline-block;
    }
    .box-dropdown.pay-pop .title-dropdown{
        margin-bottom: 10px;
    }
    .menu-hidden {
        display:none!important;
    }
}















.block-good .box-about-dost .item-about-dost .title-dropdown{
    display: none;
}
.item-info-dop .box-img:after{
    height: 15px;
    bottom: -15px;
}
.block-good .box-about-dost .item-about-dost .item-info-dop{
    margin-bottom:0;
}
.block-good .box-about-dost .item-about-dost .item-info-dop+div{
    margin-top: 20px;
}
.block-good .box-about-dost .item-about-dost .box-title{
    margin-top: 0;
}
.block-good .box-about-dost .item-about-dost .box-item-text+.box-item-text{
    margin-top: 10px;
}
