/*
.main-banner {
    padding-bottom: 200px;
}
@media (min-height: 800px) {
    .main-banner {
        padding-bottom: 300px;
    }
}
.main-banner:after {
    background: url(i/banner_bottom.png) no-repeat 100% 100%;
    background-size: 100% auto;
    bottom: 0;
    content: '';
    height: 200px;
    position: absolute;
    left: 0;
    width: 100%;
}
.main-banner__image:before {
    display: none;
}
*/

/*
.b-price {
    margin: auto;
    width: 800px;
}
*/
.b-price {
    color: rgb(21, 21, 21);
}
.b-price__section {
    border-bottom: 1px solid rgba(31,31,51,.1);
    padding-bottom: 32px;
    margin-bottom: 32px;
}
.b-price__section__name {
    font-size: 16px;
    margin: 0 0 16px;
    font-weight: 900;
    font-family: "Raleway",sans-serif;
    color: #1f1f33;
    line-height: 120%;
}
.b-price__section__item {
    font-size: 12px;
    line-height: 160%;
    display: flex;
    width: 100%;
}
.b-price__section__item__name {
    width: 75%;
}
.b-price__section__item__price {
    text-align: right;
    width: 25%;
}
.soc {
    display: none;
}

.header {
    display: none;
}

.b-icon {
    background: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 34px;
    width: 34px;
}
.b-icon_addr {
    background-image: url(i/address.svg);
}
.b-icon_tg {
    background-image: url(i/tg.svg);
}
.b-icon_wa {
    background-image: url(i/wa.svg);
}
.b-icon_phone {
    background-image: url(i/phone.svg);
}

.l-head {

    background: #fff;

    left: 0;
    padding: 0 50px;
    position: fixed;
    position: absolute;
    width: 100%;
    z-index: 20;
}
.l-head__i {
    align-items: center;
    display: flex;
    margin: auto;
    max-width: 1200px;
}
.l-head__l,
.l-head__r {
    align-items: center;
    display: flex;
    width: 50%;
}
.l-head__l {

}
.l-head__r {
    justify-content: right;
}
.b-head-addr {
    color: #000;
    font-size: 14px;
    line-height: 16px;
    margin: 0 50px 0 0;
    font-weight: 500;
}
.b-head-addr__icon {
    display: none;
}
.b-head-schedule {
    color: #434343;
    font-size: 12px;
    font-weight: 500;
    line-height: 13px;
}
.b-head-contacts {
    align-items: center;
    display: flex;
}
.b-head-contacts__item {
    display: inline-block;
    margin: 0 20px 0 0;
}
.b-head-phone {
    color: #000;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    margin: 0 20px 0 10px;
}
.b-icon_phone {
    display: none;
}

@media (max-width: 1080px) {
    .l-head {
        padding-left: 25px;
        padding-right: 25px;
    }
    .b-head-addr {
        margin-right: 15px;
    }
    .b-head-addr__addr {
        display: none;
    }
    .b-head-addr__icon {
        display: inline-block;
    }
    .b-head-schedule {
        color: #000;
    }
    .b-head-phone {
        margin-left: 10px;
        margin-right: 5px;
    }
}

@media (max-width: 855px) {
    .l-head {
        padding-left: 15px;
        padding-right: 15px;
    }
    .b-icon {
        height: 20px;
        width: 20px;
    }
    .b-icon_addr {
        height: 24px;
        width: 24px;
    }
    .b-head-contacts__item {
        margin-right: 10px;
    }
    .b-head-contacts__item_phone {
        order: -10;
    }
    .b-head-phone {
        display: none;
    }
    .b-icon_phone {
        display: inline-block;
    }
    .b-head-contacts__item .header-menu__btn .icon {
        height: 50px;
        width: 50px;
    }
}