.container{
    /*  width: 980px;
  margin: auto;*/
}

.catalog-text{
    font-size: 15px;

    margin-top: 40px;
}
.catalog-text p,
.catalog-text ul{
    margin: 15px 0 0 0;
}
.catalog-text p:first-child,
.catalog-text ul:first-child{
    margin-top: 0;
}
.catalog-text .catalog-title{
    margin: 35px 0 20px 0;
}
.catalog-text .catalog-title:first-child{
    margin-top: 0;
}
.catalog-text ul{
    padding: 0;

    list-style-type: none;
}
.catalog-text ul > li{
    position: relative;

    padding-left: 12px;
}
.catalog-text ul > li:before{
    position: absolute;
    top: 8px;
    left: 1px;

    width: 4px;
    height: 4px;

    content: '';

    border-radius: 2px;
    background: #000;
}

.catalog-title{
    font-size: 24px;
    font-weight: bold;

    text-transform: uppercase;
}

.catalog-advantages-section{
    margin-top: 60px;
}

.catalog-advantages{
    font-size: 0;

    margin: 20px 0 0 0;
    padding: 0;

    list-style-type: none;
}
.catalog-advantages > li{
    font-size: 14px;

    display: inline-block;

    width: 33.33%;
    margin: 10px 0;

    vertical-align: top;
}
@media(max-width: 668px){
    .catalog-advantages > li{
        width: 100%;
    }
}

.catalog-advantage{
    position: relative;

    max-width: 255px;
    padding-left: 62px;
}
.catalog-advantage__ic{
    font-size: 0;

    position: absolute;
    top: 0;
    left: 0;

    width: 62px;

    text-align: center;
}
.catalog-advantage__ic:after{
    display: inline-block;

    content: '';

    background-image: url(/img/sprite.png);
    background-repeat: no-repeat;
}
.catalog-advantage__ic_1:after{
    width: 47px;
    height: 50px;

    background-position: -118px -16px;
}
.catalog-advantage__ic_2:after{
    width: 35px;
    height: 40px;

    background-position: -168px -17px;
}
.catalog-advantage__ic_3:after{
    width: 50px;
    height: 41px;

    background-position: -1px -17px;
}
.catalog-advantage__ic_4:after{
    width: 36px;
    height: 42px;

    background-position: -51px -17px;
}
.catalog-advantage__ic_5:after{
    width: 26px;
    height: 44px;

    background-position: -90px -17px;
}
.catalog-advantage__title{
    font-size: 15px;
    font-weight: bold;

    text-transform: uppercase;
}
.catalog-advantage__description{
    font-size: 12px;

    margin-top: 8px;

    color: #666;
}

.callback-form-wrapper{
    margin-top: 40px;
}

.callback-form{
    position: relative;

    padding: 40px 50px 55px 50px;

    text-align: center;

    color: #fff;
    background: #f58220;
}
@media(max-width: 668px){
    .callback-form{
        padding: 20px 15px;
    }
}
.callback-form__title{
    font-size: 20px;
    font-weight: bold;

    text-transform: uppercase;
}
.callback-form__subtitle{
    font-size: 18px;

    margin-top: 5px;
}
.callback-form__main{
    display: -webkit-flex;

    margin-top: 40px;

    display-display: -moz-flex;
    display-display:  -ms-flex;
    display-display:   -o-flex;
    display-display:      flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
@media(max-width: 668px){
    .callback-form__main{
        display: block;
    }
}
.callback-form__result,
.callback-form__error{
    position: absolute;
    top: 40px;
    right: 0;
    bottom: 0;
    left: 0;

    display: none;

    background: #f58220;

    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.callback-form_result .callback-form__result{
    display: block;
    display: -webkit-flex;

    display-display: -moz-flex;
    display-display:  -ms-flex;
    display-display:   -o-flex;
    display-display:      flex;
}
.callback-form_error .callback-form__error{
    display: block;
    display: -webkit-flex;

    display-display: -moz-flex;
    display-display:  -ms-flex;
    display-display:   -o-flex;
    display-display:      flex;
}
.callback-form .textfield-wrap{
    width: 200px;
}
@media(max-width: 668px){
    .callback-form .textfield-wrap{
        width: 100%;
    }
}
.callback-form .btn-gray{
    width: 200px;
}
@media(max-width: 668px){
    .callback-form .btn-gray{
        width: 100%;
        margin-top: 10px;
    }
}

.btn-gray{
    font-size: 14px;

    height: 40px;
    padding: 0 20px;

    cursor: pointer;
    -webkit-transition: all .3s;
            transition: all .3s;
    text-transform: uppercase;

    color: #fff;
    border: none;
    border-radius: 3px;
    background: #000;
}
.btn-gray:hover{
    background: #515151;
}

.textfield{
    font-size: 14px;

    display: inline-block;

    width: 100%;
    height: 36px;

    color: #fff;
    border: none;
    border-bottom: 1px solid #fff;
    background: none;
}
.textfield::-webkit-input-placeholder{
    color: #fff;
}
.textfield::-moz-placeholder{
    color: #fff;
}
.textfield:-moz-placeholder{
    color: #fff;
}
.textfield:-ms-input-placeholder{
    color: #fff;
}

.textfield-wrap{
    position: relative;
}
.textfield-wrap .textfield-error{
    display: none;
}
.textfield-wrap_error .textfield-error{
    display: block;
}

.textfield-error{
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;

    margin-top: 10px;
    padding: 10px;

    color: #ff2e2e;
    background: #fff;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
            box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
}
.textfield-error:after{
    position: absolute;
    top: -8px;
    left: 50%;

    width: 0;
    height: 0;
    margin-left: -13px;

    content: '';

    border-width: 0 13px 9px 13px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}

.categories-list{
    font-size: 0;

    margin: 0 -10px;
    padding: 0;

    list-style-type: none;
}
.categories-list > li{
    font-size: 14px;

    display: inline-block;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 25%;
    padding: 10px;
}
@media(max-width: 668px){
    .categories-list > li{
        width: 100%;
    }
}
.categories-list_3-col > li{
    width: 33.33%;
}

.category-card{
    font-size: 0;

    position: relative;

    display: block;

    height: 95px;
    padding: 10px;

    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: right;
    text-decoration: none;
    text-transform: uppercase;

    color: #000;
    background: #fff;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .19);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, .19);
}
.category-card:hover{
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
    /*    -webkit-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.2); */
}
.category-card img{
    display: inline-block;

    max-width: 93px;
    max-height: 100px;

    vertical-align: middle;

    opacity: .5;
}
.category-card:after{
    display: inline-block;

    height: 100%;

    content: '';
    vertical-align: middle;
}
.category-card .text{
    font-size: 14px;
    font-weight: bold;

    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    max-width: 119px;
    padding: 35px 25px 5px 25px;

    text-align: left;

    color: black;
}

.l-page-left{
    display: none;
}

.thr{
    display: none;
}

.l-content.b-content{
    width: 100%;
    margin-left: 0;
}
