body {
    font: 400 16px/140% "Inter", sans-serif;
}

a {
    text-decoration: none;
    color: #0BA360;
}

.breadcrumbs .breadcrumbs__link-home {
    color: #817F7B;
}

.bootstrap-wrapper .container-fluid {
    max-width: 1520px;
}

@media screen and (max-width: 991.98px) {
    header.ver_05 .header__menu-open {
        width: 56px;
        height: 56px;
        background: #0BA360;
        margin-right: 25px;
        min-width: 56px;
    }
}
header.ver_05 .header__menu-open:hover {
    background: #027442;
}
header.ver_05 .header__top {
    background: transparent;
}
@media screen and (max-width: 991.98px) {
    header.ver_05 .header__top .container-fluid {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
header.ver_05 .header__top .header__contacts {
    margin: 0;
    margin-left: auto;
}
@media screen and (max-width: 991.98px) {
    header.ver_05 .header__top .header__contacts {
        margin-bottom: 0;
        margin-left: 0;
    }
}
@media screen and (max-width: 575.98px) {
    header.ver_05 .header__top .header__contacts {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
@media screen and (max-width: 575.98px) {
    header.ver_05 .header__bottom .container-fluid {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        position: relative;
        padding-bottom: 76px;
    }
}
header.ver_05 .header__city {
    display: none;
}
header.ver_05 .header__logo {
    margin-right: 40px;
}
@media screen and (max-width: 575.98px) {
    header.ver_05 .header__logo {
        margin-right: 0;
        margin-bottom: 0;
    }
}
header.ver_05 .header__nav {
    margin: 0;
}
header.ver_05 .header__nav-item {
    margin: 0;
}
header.ver_05 .header__nav-item + .header__nav-item {
    margin-left: 40px;
}
header.ver_05 .header__nav-link {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #201F1F;
}
header.ver_05 .header__nav-item.parent:hover > a:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
header.ver_05 .header__nav-childs-list {
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    -webkit-box-shadow: 0px 10px 16px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 10px 16px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    padding: 12px 0;
}
header.ver_05 .header__nav-childs-item + .header__nav-childs-item {
    border: none;
}
header.ver_05 .header__nav-childs-link {
    padding: 12px 24px;
    border: none;
    font-size: 14px;
    line-height: 140%;
    color: #201F1F;
}
header.ver_05 .header__nav-childs-link:hover {
    color: #0BA360;
}
header.ver_05 .contacts-phone__link {
    color: #201F1F;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    margin-right: 40px;
}
header.ver_05 .contacts-phone__link:hover {
    color: #0BA360;
}
header.ver_05 .contacts-phone__link svg path {
    stroke: #0BA360 !important;
}
@media screen and (max-width: 575.98px) {
    header.ver_05 .contacts-phone__link {
        width: 20px;
        height: 20px;
        overflow: hidden;
        white-space: nowrap;
        margin-right: 20px;
        margin-bottom: 0;
    }
    header.ver_05 .contacts-phone__link img, header.ver_05 .contacts-phone__link svg {
        width: 20px;
        height: 20px;
        min-width: 20px;
    }
}
header.ver_05 .contacts-mail__link {
    color: #201F1F;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
}
header.ver_05 .contacts-mail__link:hover {
    color: #0BA360;
}
header.ver_05 .contacts-mail__link svg path {
    stroke: #0BA360 !important;
}
@media screen and (max-width: 575.98px) {
    header.ver_05 .contacts-mail__link {
        width: 20px;
        height: 20px;
        overflow: hidden;
        white-space: nowrap;
        margin-right: 20px;
        margin-bottom: 0;
    }
    header.ver_05 .contacts-mail__link img, header.ver_05 .contacts-mail__link svg {
        width: 20px;
        height: 20px;
        min-width: 20px;
    }
}
header.ver_05 .header__form {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
}
@media screen and (max-width: 575.98px) {
    header.ver_05 .header__form {
        position: absolute;
        bottom: 10px;
        left: 15px;
        right: 15px;
    }
}
header.ver_05 .header-search {
    width: 100%;
}
header.ver_05 .header-search__input {
    font-family: "Inter";
    background: #EEF2F4;
    border-radius: 4px;
    height: 56px;
}
header.ver_05 .header-search__submit {
    height: 56px;
    cursor: pointer;
}
header.ver_05 .js_basket {
    margin-left: 40px;
    width: 165px;
}
@media screen and (max-width: 575.98px) {
    header.ver_05 .js_basket {
        width: 56px;
    }
}
header.ver_05 .header__auth {
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 12px;
    padding-right: 12px;
    border: 1px solid #0BA360;
    border-radius: 4px;
    color: #201F1F;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    margin-left: 40px;
}
header.ver_05 .header__auth:hover {
    background: #0BA360;
    color: #fff;
}
header.ver_05 .header__auth:hover svg path {
    stroke: #fff !important;
}
header.ver_05 .header__auth svg, header.ver_05 .header__auth img {
    margin-right: 8px;
}
header.ver_05 .header-basket__icon {
    width: 56px;
    height: 56px;
    background: #EEF2F4;
}
header.ver_05 .header-basket__icon img {
    width: 24px;
    height: 24px;
}
header.ver_05 .header-basket__count {
    width: 20px;
    height: 20px;
    top: 0;
    right: 0;
    background: #0BA360;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 12px;
    line-height: 140%;
}
header.ver_05 .header-basket__title {
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #817F7B;
    margin-bottom: 10px;
}
header.ver_05 .header-basket__price {
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    color: #201F1F;
}

footer.ver_03 {
    position: relative;
}
footer.ver_03:after {
    content: "";
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    border-radius: 0 0 50px 50px;
    background: #fff;
    display: block;
    top: 0;
}
footer.ver_03 .footer__top {
    background: #262626;
}
footer.ver_03 .footer__top .container-fluid {
    padding-top: 150px;
    padding-bottom: 66px;
}
@media screen and (max-width: 991.98px) {
    footer.ver_03 .footer__top .container-fluid {
        padding-top: 75px;
        padding-bottom: 25px;
    }
}
footer.ver_03 .footer__top .footer__nav-item-title {
    margin-bottom: 24px;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #FFFFFF;
}
footer.ver_03 .footer__top .footer__nav-link {
    font-size: 14px;
    line-height: 140%;
    color: #BBBEC0;
}
footer.ver_03 .footer__top .footer__nav-link:hover {
    color: #0BA360;
}
footer.ver_03 .footer__top .footer__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 220px;
}
footer.ver_03 .footer__top .footer__nav-list + .footer__nav-list {
    margin-left: 40px;
}
@media screen and (max-width: 1150px) {
    footer.ver_03 .footer__top .footer__nav-list {
        width: 180px;
    }
}
footer.ver_03 .footer__top .footer__nav-item + .footer__nav-item {
    margin-left: 0;
    margin-top: 16px;
}
footer.ver_03 .footer__bottom {
    background: #262626;
}
footer.ver_03 .footer__bottom .container-fluid {
    padding-top: 0;
    padding-bottom: 0;
}
footer.ver_03 .footer__bottom-info {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding-top: 24px;
    padding-bottom: 40px;
}
@media screen and (max-width: 767.98px) {
    footer.ver_03 .footer__bottom-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
footer.ver_03 .footer__col--logo {
    width: 220px;
}
@media screen and (max-width: 991.98px) {
    footer.ver_03 .footer__col--logo {
        margin-bottom: 25px;
    }
}
footer.ver_03 .footer__logo-img {
    width: 100%;
}
footer.ver_03 .footer__col--contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media screen and (max-width: 991.98px) {
    footer.ver_03 .footer__col--contacts {
        margin-top: 25px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
footer.ver_03 .footer__contacts-phone {
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    color: #FFFFFF;
    margin-bottom: 14px;
}
footer.ver_03 .footer__adress {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #BBBEC0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
    max-width: 196px;
}
footer.ver_03 .footer__adress img, footer.ver_03 .footer__adress svg {
    width: 16px;
    height: 16px;
    min-width: 16px;
    margin-right: 8px;
    margin-top: 3px;
}
footer.ver_03 .footer__contacts-mail {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #BBBEC0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 16px;
}
footer.ver_03 .footer__contacts-mail img, footer.ver_03 .footer__contacts-mail svg {
    width: 16px;
    height: 16px;
    min-width: 16px;
    margin-right: 8px;
    margin-top: 3px;
}
footer.ver_03 .footer__contacts-btn {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
footer.ver_03 .footer__contacts-btn:hover svg, footer.ver_03 .footer__contacts-btn:hover img {
    margin-left: 16px;
}
footer.ver_03 .footer__contacts-btn svg, footer.ver_03 .footer__contacts-btn img {
    margin-left: 8px;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}
footer.ver_03 .footer__col--nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media screen and (max-width: 575.98px) {
    footer.ver_03 .footer__col--nav {
        display: none;
    }
}
footer.ver_03 .footer__copy {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #BBBEC0;
    opacity: 0.6;
}
footer.ver_03 .footer__politic {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #BBBEC0;
    opacity: 0.6;
}
footer.ver_03 .footer__politic a {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #BBBEC0;
    opacity: 0.6;
}
footer.ver_03 .footer__politic a + a {
    padding-left: 16px;
    margin-left: 16px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

#nav__mobile .mobile__info .bar-info__call {
    background: #0BA360;
    border-radius: 4px;
}
#nav__mobile .mobile__info .bar-info__call:hover {
    border-color: #0BA360;
    color: #0BA360;
}

.content-main__banners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 80px;
}
@media screen and (max-width: 991.98px) {
    .content-main__banners {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.content-main__banner {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
@media screen and (max-width: 991.98px) {
    .content-main__banner {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
@media screen and (max-width: 575.98px) {
    .content-main__banner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 20px;
        padding-bottom: 20px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.content-main__banner--green {
    background: -webkit-gradient(linear, left top, left bottom, from(#3CBA92), to(#0BA360));
    background: linear-gradient(180deg, #3CBA92 0%, #0BA360 100%);
}

.content-main__banner--blue {
    background: -webkit-gradient(linear, left top, left bottom, from(#528EC6), to(#3F5DA3));
    background: linear-gradient(180deg, #528EC6 0%, #3F5DA3 100%);
}

.content-main__banner-info {
    padding-left: 40px;
    padding-right: 40px;
}
@media screen and (max-width: 575.98px) {
    .content-main__banner-info {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 1300px) {
    .content-main__banner-img {
        width: 200px;
    }
}
@media screen and (max-width: 1200px) {
    .content-main__banner-img {
        width: 150px;
    }
}
@media screen and (max-width: 575.98px) {
    .content-main__banner-img {
        margin-left: 0px;
    }
}

.content-main__banner-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 130%;
    color: #FFFFFF;
    margin-bottom: 12px;
}
@media screen and (max-width: 1400px) {
    .content-main__banner-title {
        font-size: 30px;
    }
}
@media screen and (max-width: 1300px) {
    .content-main__banner-title {
        font-size: 26px;
    }
}
@media screen and (max-width: 1200px) {
    .content-main__banner-title {
        font-size: 24px;
    }
}

.content-main__banner-intro {
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    opacity: 0.8;
    margin-bottom: 40px;
}

.content-main__banner-link {
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.content-main__banner-link:hover svg, .content-main__banner-link:hover img {
    margin-left: 20px;
}
.content-main__banner-link svg, .content-main__banner-link img {
    width: 18px;
    height: 18px;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    margin-left: 10px;
}

.content-main__news-title {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    color: #201F1F;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.main-news-title__link {
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #0BA360;
    margin-left: 24px;
    margin-top: 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.main-news-title__link:hover svg, .main-news-title__link:hover img {
    margin-left: 20px;
}
.main-news-title__link svg {
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    margin-left: 10px;
}
.main-news-title__link svg path {
    stroke: #0BA360 !important;
}

.main-news__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media screen and (max-width: 991.98px) {
    .main-news__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.main-news__list-item {
    width: calc(33.33% - 17px);
}
@media screen and (max-width: 991.98px) {
    .main-news__list-item {
        width: calc(50% - 17px);
    }
}
@media screen and (max-width: 767.98px) {
    .main-news__list-item {
        width: 100%;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 991.98px) {
    .main-news__lists {
        width: 100%;
        margin-top: 40px;
    }
}

.main-news__item-img {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.main-news__item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media screen and (max-width: 575.98px) {
    .main-news__item-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.main-news__item-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    color: #201F1F;
    margin-bottom: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.main-news__item-date {
    font-size: 12px;
    line-height: 140%;
    color: #817F7B;
}

.main-news__lists {
    border-left: 1px solid #E3E3E3;
}

.main-news__lists-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #E3E3E3;
}
.main-news__lists-item:last-child {
    border: none;
}

.main-news__lists-info {
    padding-top: 6px;
}

.main-news__lists-date {
    font-size: 12px;
    line-height: 140%;
    color: #817F7B;
    margin-bottom: 8px;
}

.main-news__lists-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #201F1F;
    margin-bottom: 4px;
}

.main-news__lists-intro {
    font-size: 12px;
    line-height: 140%;
    color: #817F7B;
}

.main-news__lists-img {
    width: 80px;
    min-width: 80px;
    margin-right: 24px;
}

.main-news__lists-item {
    padding: 10px 10px 10px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
@media screen and (max-width: 575.98px) {
    .main-news__lists-item {
        padding-left: 10px;
    }
}

.content-main__partners-wrap {
    min-width: 0;
    width: 76.5%;
    padding-left: 40px;
}
@media screen and (max-width: 991.98px) {
    .content-main__partners-wrap {
        padding-left: 0;
        width: 100%;
    }
}

.content-main__partners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    position: relative;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
@media screen and (max-width: 991.98px) {
    .content-main__partners {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.content-main__partners .slick-slider, .content-main__partners .slick-list, .content-main__partners .slick-track {
    height: 100%;
}
.content-main__partners .slick-list {
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 0;
    padding-top: 5px;
    margin-top: -5px;
    height: calc(100% + 20px);
}
.content-main__partners .slider-nav__prev {
    position: absolute;
    left: -10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #FFFFFF;
    -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.16);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.content-main__partners .slider-nav__prev svg path {
    stroke: #817F7B;
}
.content-main__partners .slider-nav__next {
    position: absolute;
    right: -10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #FFFFFF;
    -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.16);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.content-main__partners .slider-nav__next svg path {
    stroke: #817F7B;
}

.content-main__partners-item {
    height: 100%;
    margin-right: 15px;
    border-radius: 8px;
    border: 1px solid #fff;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.content-main__partners-item:hover {
    border: 1px solid #E3E3E3;
    -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.12);
}
.content-main__partners-item:hover .content-main__partners-link {
    opacity: 1;
    visibility: visible;
}
.content-main__partners-item .content-main__partners-img {
    display: block;
    width: 100%;
    margin-bottom: 0;
}

.content-main__partners-img {
    display: block;
    width: 23.5%;
    margin-bottom: 10px;
}
@media screen and (max-width: 991.98px) {
    .content-main__partners-img {
        width: 100%;
        max-width: 320px;
        margin: 0 auto 25px;
    }
}

.content-main__partners-title {
    padding: 0 16px 16px;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    color: #201F1F;
}

.content-main__partners-list {
    list-style: none;
    padding: 0 16px 36px 16px;
    margin: 0;
}
.content-main__partners-list li {
    margin-bottom: 12px;
    padding-left: 20px;
    position: relative;
    font-size: 16px;
    line-height: 140%;
    color: #817F7B;
    opacity: 0.8;
}
.content-main__partners-list li:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    background: #0BA360;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.content-main__partners-link {
    display: block;
    height: 56px;
    width: calc(100% - 32px);
    margin: auto 16px 16px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#3CBA92), to(#0BA360));
    background: linear-gradient(180deg, #3CBA92 0%, #0BA360 100%);
    border-radius: 4px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}
@media screen and (max-width: 991.98px) {
    .content-main__partners-link {
        opacity: 1;
        visibility: visible;
    }
}

.content-main__brands-wrap {
    min-width: 0;
    width: 76.5%;
    padding-left: 40px;
}
@media screen and (max-width: 991.98px) {
    .content-main__brands-wrap {
        padding-left: 0;
        width: 100%;
    }
}

.content-main__brands {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    position: relative;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
@media screen and (max-width: 991.98px) {
    .content-main__brands {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.content-main__brands .slick-slider, .content-main__brands .slick-list, .content-main__brands .slick-track {
    height: 100%;
}
.content-main__brands .slick-list {
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 0;
    padding-top: 5px;
    margin-top: -5px;
    height: calc(100% + 10px);
}
.content-main__brands .slider-nav__prev {
    position: absolute;
    left: -10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #FFFFFF;
    -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.16);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.content-main__brands .slider-nav__prev svg path {
    stroke: #817F7B;
}
.content-main__brands .slider-nav__next {
    position: absolute;
    right: -10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #FFFFFF;
    -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.16);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.content-main__brands .slider-nav__next svg path {
    stroke: #817F7B;
}

.content-main__brands-item {
    height: 100%;
    margin-right: 15px;
    border-radius: 8px;
    border: 1px solid #fff;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.content-main__brands-item:hover {
    border: 1px solid #E3E3E3;
    -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.12);
}
.content-main__brands-item:hover .content-main__brands-link {
    opacity: 1;
    visibility: visible;
}
.content-main__brands-item .content-main__brands-img {
    display: block;
    width: 100%;
    margin-bottom: 0;
}

.content-main__brands-img {
    display: block;
    width: 23.5%;
    margin-bottom: 10px;
}
@media screen and (max-width: 991.98px) {
    .content-main__brands-img {
        width: 100%;
        max-width: 320px;
        margin: 0 auto 25px;
    }
}

.content-main__brands-title {
    padding: 0 16px 16px;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    color: #201F1F;
}

.content-main__brands-list {
    list-style: none;
    padding: 0 16px 36px 16px;
    margin: 0;
}
.content-main__brands-list li {
    margin-bottom: 12px;
    padding-left: 20px;
    position: relative;
    font-size: 16px;
    line-height: 140%;
    color: #817F7B;
    opacity: 0.8;
}
.content-main__brands-list li:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    background: #0BA360;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.content-main__brands-link {
    display: block;
    height: 56px;
    width: calc(100% - 32px);
    margin: auto 16px 16px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#3CBA92), to(#0BA360));
    background: linear-gradient(180deg, #3CBA92 0%, #0BA360 100%);
    border-radius: 4px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}
@media screen and (max-width: 991.98px) {
    .content-main__brands-link {
        opacity: 1;
        visibility: visible;
    }
}

/*POPUP*/
.popup__wrap {
    max-width: 540px;
    border-radius: 16px;
    background: #fff;
}
.popup__wrap .popup__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    color: #201F1F;
    margin-bottom: 16px;
    text-align: left;
}
.popup__wrap .form__input {
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    height: 56px;
    font-size: 16px;
    line-height: 100%;
    color: #817F7B;
    font-family: "Inter";
}
.popup__wrap .form__button {
    height: 56px;
    background: -webkit-gradient(linear, left top, left bottom, from(#3CBA92), to(#0BA360));
    background: linear-gradient(180deg, #3CBA92 0%, #0BA360 100%);
    border-radius: 4px;
    color: white;
}
.popup__wrap .form__check {
    margin-left: 25px;
}

/*POPUP END*/
#brand_list .brand-list__header {
    height: 70px;
    font-style: normal;
    background: #EEF2F4;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #817F7B;
    margin-bottom: 12px;
}
@media screen and (max-width: 992px) {
    #brand_list .brand-list__header {
        height: auto;
    }
}
#brand_list .brand-item__row {
    border-top: 1px solid #E1E1E1;
    padding: 12px 20px;
}
#brand_list .brand-list__items {
    border: none;
}
#brand_list .brand-list__items:hover {
    border: none;
}
#brand_list .brand-item__title {
    margin-top: 13px;
}
#brand_list .brand-item__title a {
    color: #201F1F;
    font-weight: 500;
    font-size: 16px;
}
#brand_list .brand-item__name {
    margin-top: 11px;
    margin-bottom: 0;
}
#brand_list .brand-item__name a {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #817F7B;
}
#brand_list .table-header__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 320px;
    flex: 0 0 320px;
}
#brand_list .table-header__price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 196px;
    flex: 0 0 196px;
}
#brand_list .brand-item__price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 196px;
    flex: 0 0 196px;
}
#brand_list .brand-item__btn {
    border: 2px solid #3CBA92;
    border-radius: 4px;
}
#brand_list .brand-item__btn:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#3CBA92), to(#0BA360));
    background: linear-gradient(180deg, #3CBA92 0%, #0BA360 100%);
    color: #fff;
    border: 2px solid #3CBA92;
}

.js_catalog_tovarov_delete_cath {
    float: right;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #888888;
    text-decoration: none !important;
    display: none;
}

.search__result .table-item__row {
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
    border-radius: 0;
}
@media screen and (max-width: 991.98px) {
    .search__result .table-item__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.search__result .result_table__items {
    border: none;
    margin-bottom: 30px;
}
.search__result .table-header__ava {
    text-align: left;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    margin-right: 30px;
}
.search__result .table-header__date {
    text-align: left;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    margin-right: 30px;
}
.search__result .table-header__price {
    text-align: left;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    margin-right: 30px;
}
@media screen and (max-width: 1400px) {
    .search__result .table-header__title {
        -webkit-box-flex: 1;
        -ms-flex: 1 0;
        flex: 1 0;
    }
}
@media screen and (max-width: 1150px) {
    .search__result .table-header__title {
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
    }
}
.search__result .table-header__amount {
    text-align: left;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 256px;
    flex: 0 0 256px;
}
.search__result .table-header__brand {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    margin-right: 30px;
}
.search__result .table-header__art {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    margin-right: 30px;
}
.search__result .js_add_in_basket_div .js_add_in_basket_div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 256px;
    flex: 0 0 256px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.search__result .table-item__var .item-var__ava {
    text-align: left;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    margin-right: 30px;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #171717;
}
@media screen and (max-width: 991.98px) {
    .search__result .table-item__var .item-var__ava {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        margin-right: 0;
    }
}
@media screen and (max-width: 767.98px) {
    .search__result .table-item__var .item-var__ava {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
    }
}
.search__result .table-item__var .item-var__price {
    text-align: left;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    margin-right: 30px;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #171717;
}
@media screen and (max-width: 991.98px) {
    .search__result .table-item__var .item-var__price {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        margin-right: 0;
    }
}
@media screen and (max-width: 767.98px) {
    .search__result .table-item__var .item-var__price {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
    }
}
.search__result .table-item__var .item-var__date {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    margin-right: 30px;
    text-align: left;
}
.search__result .item-info__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    margin-right: 30px;
    margin-bottom: 0;
}
@media screen and (max-width: 1350px) {
    .search__result .item-info__img {
        display: none;
    }
}
.search__result .item-info__img--bu {
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    color: #FFFFFF;
    display: block;
    text-align: center;
    padding: 4px;
    background: #3CBA92;
    border-radius: 4px;
}
.search__result .item-var__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #EEF2F4;
    border-radius: 4px;
    height: 46px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
.search__result .item_show_contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 256px;
    flex: 0 0 256px;
}
.search__result .item_show_contact p {
    font-size: 12px;
    line-height: 140%;
    text-align: center;
    color: #817F7B;
    margin-bottom: 8px;
}
.search__result .result_table__header {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #817F7B;
    height: 70px;
    background: #EEF2F4;
    border-radius: 4px;
}
@media screen and (max-width: 1150px) {
    .search__result .result_table__header {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 991.98px) {
    .search__result .result_table__header {
        display: none;
    }
}
.search__result .js_show_contact {
    background: -webkit-gradient(linear, left top, left bottom, from(#3CBA92), to(#0BA360));
    background: linear-gradient(180deg, #3CBA92 0%, #0BA360 100%);
    border-radius: 4px;
    height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #FFFFFF;
}
.search__result .table-item__info {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
}
@media screen and (max-width: 1400px) {
    .search__result .table-item__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
    }
}
@media screen and (max-width: 991.98px) {
    .search__result .table-item__info {
        padding-left: 0;
        padding-right: 0;
    }
}
.search__result .item-info__title-name {
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    color: #201F1F;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    margin-right: 30px;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
}
.search__result .item-info__title-art {
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    margin-right: 30px;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    color: #4D58D4;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    color: #817F7B;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 4px;
}
.search__result .item-info__desc {
    padding-top: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #171717;
}
.search__result .table-item__var {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 725px;
    flex: 0 0 725px;
}
@media screen and (max-width: 1350px) {
    .search__result .table-item__var {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 630px;
        flex: 0 0 630px;
    }
}
.search__result .item-info__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media screen and (max-width: 1400px) {
    .search__result .item-info__title {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
    }
}
@media screen and (max-width: 1150px) {
    .search__result .item-info__title {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
    }
}
.search__result .table-header__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    margin-right: 30px;
}
@media screen and (max-width: 1400px) {
    .search__result .table-header__desc {
        display: none;
    }
}
@media screen and (max-width: 1150px) {
    .search__result .table-header__desc {
        display: none;
    }
}
.search__result .table-header__add-cart {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 34px;
    flex: 0 0 34px;
}
@media screen and (max-width: 1150px) {
    .search__result .table-item__var {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }
}
@media screen and (max-width: 991.98px) {
    .search__result .table-item__var {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}
.search__result .table-item__var .item-var__date .item-var__date-time {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #171717;
}
.search__result .table-item__var .item-var__price {
    font-weight: 600;
}
.search__result .table-item__var .item-var__item {
    padding-top: 12px;
    padding-bottom: 12px;
}
@media screen and (max-width: 991.98px) {
    .search__result .table-item__var .item-var__item {
        padding-left: 0;
    }
}
.search__result .table-item__var .item-var__amount-wrap {
    height: 44px;
    width: 92px;
    border: 1px solid #E1E1E1;
    border-radius: 6px;
}
.search__result .table-item__var .item-var__amount-wrap .item-var__amount-input {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #171717;
}
.search__result .table-item__var .item-var__add-cart {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 134px;
    flex: 0 0 134px;
    margin-left: 12px;
}
.search__result .table-item__var .item-var__add-cart .add-cart__button {
    width: 134px;
    height: 44px;
    color: #201F1F;
    border: 2px solid #3CBA92;
    border-radius: 4px;
    font-weight: 600;
    background: transparent;
    font-family: "Inter";
}
.search__result .table-item__var .item-var__add-cart .add-cart__button img {
    margin-right: 2px;
}
.search__result .table-item__var .item-var__add-cart .add-cart__button:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#3CBA92), to(#0BA360));
    background: linear-gradient(180deg, #3CBA92 0%, #0BA360 100%);
    border: 2px solid #3CBA92;
    color: #fff;
}
.search__result .table-item__var .item-var__add-cart .add-cart__button:hover img {
    -webkit-filter: invert(100);
    filter: invert(100);
}

.filter__page .filter {
    -ms-flex-preferred-size: 350px;
    flex-basis: 350px;
    min-width: 350px;
    max-width: 350px;
    background: #EEF2F4;
    border-radius: 8px;
    font-size: 16px;
}
@media screen and (max-width: 1400px) {
    .filter__page .filter {
        -ms-flex-preferred-size: 250px;
        flex-basis: 250px;
        min-width: 250px;
        max-width: 250px;
    }
}
@media screen and (max-width: 991.98px) {
    .filter__page .filter {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
}
.filter__page .filter__price.ui-widget-content .ui-slider-handle {
    background: #0BA360;
    width: 20px;
    height: 20px;
    border-radius: 10px;
}
.filter__page .filter__price.ui-widget-content .ui-slider-range {
    background: #0BA360;
}
.filter__page .filter__price.ui-widget-content {
    background: #fff;
}
.filter__page .filter__price-input {
    border: 1px solid #E3E3E3;
    border-radius: 4px;
}
.filter__page .filter__check .filter__check-title::after {
    top: 2px;
    border-color: #E3E3E3;
}
.filter__page .filter__check .filter__check-input:checked + .filter__check-title::before {
    top: 2px;
}
.filter__page .filter__check .filter__check-input:checked + .filter__check-title::after {
    background: #0BA360;
    border-color: #0BA360;
}
.filter__page .filter__button {
    background: -webkit-gradient(linear, left top, left bottom, from(#3CBA92), to(#0BA360));
    background: linear-gradient(180deg, #3CBA92 0%, #0BA360 100%);
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #FFFFFF;
}

.cart .cart__inner-select {
    padding: 20px 24px;
    background: #EEF2F4;
    border-radius: 4px;
}
.cart .cart__label-checkbox .cart__checkbox:checked + .cart__label-title:after {
    background: #0BA360;
    border-color: #0BA360;
}
.cart .cart__label-checkbox .cart__checkbox:checked + .cart__label-title:before {
    top: 2px;
}
.cart .cart__label-checkbox .cart__label-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #171717;
}
.cart .cart__label-checkbox .cart__label-title:after {
    top: 2px;
}
.cart .cart__inner-row {
    border-top: 1px solid #E1E1E1;
}
.cart .cart__row {
    border: none;
    border: 1px solid #E3E3E3;
    padding: 24px 24px;
    border-radius: 0;
    margin-bottom: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -1px;
}
.cart .cart__row-info {
    margin-left: 88px;
}
.cart .cart__row-articule {
    margin-bottom: 2px;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #888888;
}
.cart .cart__row-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #171717;
}
.cart .cart__count .product__count {
    width: 114px;
    height: 44px;
    border: 1px solid #E1E1E1;
    border-radius: 6px;
    font-family: "Inter";
}
.cart .cart__count .product__count-input {
    font-family: "Inter";
}
.cart .cart__icon {
    -ms-flex-preferred-size: 25px;
    flex-basis: 25px;
}
.cart .cart__icon .cart__icon-trash:hover path {
    stroke: #0BA360;
}
.cart .item-var__amount-minus {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
    text-align: center;
    border: none;
    background: transparent;
    cursor: pointer;
    width: 35px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-indent: -9999em;
    background: url(/i/icon__minus.svg) no-repeat 50% 50%;
}
.cart .item-var__amount-minus:disabled {
    opacity: 0.35;
}
.cart .item-var__amount-plus {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
    text-align: center;
    border: none;
    background: transparent;
    cursor: pointer;
    width: 35px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-indent: -9999em;
    background: url(/i/icon__plus.svg) no-repeat 50% 50%;
}
.cart .item-var__amount-plus:disabled {
    opacity: 0.35;
}
.cart .cart__price {
    -ms-flex-preferred-size: 205px;
    flex-basis: 205px;
    margin-left: 30px;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    text-align: right;
    color: #171717;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media screen and (max-width: 991.98px) {
    .cart .cart__price {
        margin-left: 0;
        margin-top: 15px;
    }
}
.cart .cart__icon {
    margin-left: 30px;
}
@media screen and (max-width: 991.98px) {
    .cart .cart__icon {
        margin-left: 0;
        margin-top: 15px;
    }
}
.cart .cart__icon-trash {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    text-align: right;
    color: #888888;
    cursor: pointer;
}
.cart .cart__icon-trash:hover {
    color: #171717;
}
.cart .cart__cost {
    border-radius: 6px;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #888888;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.cart .cart__cost-price {
    margin-left: 8px;
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    color: #201F1F;
    margin-bottom: -1px;
}
.cart .cart__order {
    background: #EEF2F4;
    border-radius: 16px;
    padding: 60px;
}
@media screen and (max-width: 575.98px) {
    .cart .cart__order {
        padding: 20px;
    }
}
.cart .cart__order .cart__order-label {
    width: calc(50% - 15px);
    position: relative;
}
@media screen and (max-width: 575.98px) {
    .cart .cart__order .cart__order-label {
        width: 100%;
    }
}
.cart .cart__order .cart__order-label.w1 {
    width: 100%;
}
.cart .cart__order .cart__order-label input[type=text] {
    height: 56px;
    border: 1px solid #E1E1E1;
    border-radius: 6px;
    font-family: "Inter";
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #989898;
}
.cart .cart__order .cart__order-row {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 0px;
    margin-top: 0;
}
.cart .cart__order .cart__order-title {
    text-transform: none;
    font-size: 32px;
    line-height: 130%;
    color: #201F1F;
    margin-bottom: 60px;
}
.cart .cart__order .cart__order-smalltitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #817F7B;
    margin-bottom: 16px;
}
.cart .cart__order .cart__order-radio {
    width: calc(50% - 10px);
    margin-bottom: 0;
}
@media screen and (max-width: 575.98px) {
    .cart .cart__order .cart__order-radio {
        width: 100%;
    }
}
.cart .cart__order .cart__order-radio .cart__order-radio-title {
    padding: 22px;
    border: 1px solid #E1E1E1;
    border-radius: 6px;
    padding-left: 58px;
}
.cart .cart__order .cart__order-radio .cart__order-radio-title:before {
    top: 22px;
    left: 22px;
}
.cart .cart__order .cart__order-radio input[type=radio]:checked + .cart__order-radio-title {
    border: 1px solid #0BA360;
}
.cart .cart__order .cart__order-radio input[type=radio]:checked + .cart__order-radio-title::after {
    border: 5px solid #0BA360;
    left: 22px;
    top: 22px;
    width: 18px;
    height: 18px;
    background: transparent;
    border-radius: 50%;
}
.cart .cart__order .cart__order-cost {
    width: 100%;
    max-width: 510px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #888888;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    margin-bottom: 24px;
}
.cart .cart__order .cart__order-cost-price {
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    color: #171717;
}
.cart .cart__order .cart__order-check {
    width: 100%;
    max-width: 510px;
    margin-bottom: 24px;
}
.cart .cart__order .cart__order-cost-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.cart .cart__order .cart__order-checkbox-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #888888;
    padding-left: 28px;
}
.cart .cart__order .cart__order-checkbox-title a {
    color: #000;
}
.cart .cart__order .cart__order-checkbox-title:before {
    width: 18px;
    height: 18px;
    border: 1px solid #4D58D4;
}
.cart .cart__order .cart__order-checkbox-title:after {
    content: "";
    width: 18px;
    height: 18px;
    background-position: 50% 50%;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1L3.5 6.5L1 4' stroke='white' stroke-width='1.1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    top: 3px;
    z-index: 10;
}
.cart .cart__order-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    text-transform: uppercase;
    color: #171717;
    padding-bottom: 20px;
    margin-bottom: 0;
    padding-bottom: 0;
}
.cart .cart__order-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 32px;
    border-top: 1px solid #E1E1E1;
    padding-top: 32px;
    margin-bottom: 32px;
}
@media screen and (max-width: 991.98px) {
    .cart .cart__order-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.cart .cart__order-subtitle {
    width: 360px;
    min-width: 360px;
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    color: #201F1F;
}
@media screen and (max-width: 1150px) {
    .cart .cart__order-subtitle {
        width: 270px;
        min-width: 270px;
    }
}
.cart .cart__order-col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
}
.cart .cart__order-col.col--mes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media screen and (max-width: 575.98px) {
    .cart .cart__order-col.col--mes {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.cart .cart__order-col.col--mes > div {
    width: calc(50% - 15px);
}
@media screen and (max-width: 575.98px) {
    .cart .cart__order-col.col--mes > div {
        width: 100%;
    }
}
.cart .cart__order-col-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.cart .check_order_tel_alert {
    margin-top: 0;
    height: 56px;
    color: #171717;
    border: 2px solid #0BA360;
    border-radius: 3px;
    font-size: 16px;
    padding: 12px 14px;
    text-transform: none;
}
.cart .check_order_tel_alert .cart__order-button {
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.cart .user_data_tabs {
    margin-bottom: 32px;
}
@media screen and (max-width: 575.98px) {
    .cart .user_data_tabs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.cart .user_data_tabs .user_data_tab_js {
    width: 230px;
    height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #888888;
    cursor: pointer;
    padding-bottom: 20px;
    border-bottom: 1px solid #BDBBB7;
    position: relative;
}
.cart .user_data_tabs .user_data_tab_js.active {
    color: #201F1F;
}
.cart .user_data_tabs .user_data_tab_js.active:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 2px;
    background: #0BA360;
}
.cart .cart__order .cart__order-label textarea {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #989898;
    padding: 22px;
    border: 1px solid #E1E1E1;
    border-radius: 6px;
    height: 201px;
}
.cart .cart__order .cart__order-checkbox input[type=checkbox]:checked + .cart__order-checkbox-title::before {
    background: #0BA360;
    border-radius: 3px;
    top: 3px;
}
.cart .cart_order_submit {
    width: 100%;
}
.cart .cart_order_submit-button {
    width: 100%;
    padding: 22px 26px;
    height: 56px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Inter";
    border: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#3CBA92), to(#0BA360));
    background: linear-gradient(180deg, #3CBA92 0%, #0BA360 100%);
    cursor: pointer;
}
.cart .cart_order_submit-button:hover {
    background: transparent;
    border: 2px solid #0BA360;
    color: #817F7B;
}
.cart .cart__order .row {
    margin: 0 -15px;
}
.cart .cart__order .row .col-12 {
    padding-left: 15px;
    padding-right: 15px;
}
@media screen and (max-width: 991.98px) {
    .cart .cart__order .row .col-12 {
        margin-bottom: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .cart .cart__row-info {
        margin-left: 0;
        width: calc(100% - 200px);
        margin-bottom: 0;
    }
}

.page_h1 {
    margin-bottom: 40px;
}

.contact__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (max-width: 991.98px) {
    .contact__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.contacts__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 650px;
    flex: 0 0 650px;
}
@media screen and (max-width: 1150px) {
    .contacts__info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 450px;
        flex: 0 0 450px;
    }
}
@media screen and (max-width: 991.98px) {
    .contacts__info {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%;
        margin-bottom: 25px;
    }
}

.contacts__map {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    margin-left: 22px;
}
@media screen and (max-width: 991.98px) {
    .contacts__map {
        width: 100%;
    }
}

.contacts__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: #201F1F;
}
.contacts__item + .contacts__item {
    margin-top: 24px;
}
.contacts__item img, .contacts__item svg {
    width: 22px;
    margin-right: 14px;
}
.contacts__item img path, .contacts__item svg path {
    stroke: #0BA360;
}

.contacts__cons-btn {
    height: 56px;
    width: 100%;
    max-width: 260px;
    background: -webkit-gradient(linear, left top, left bottom, from(#3CBA92), to(#0BA360));
    background: linear-gradient(180deg, #3CBA92 0%, #0BA360 100%);
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF;
    margin-top: 60px;
}

.auth_form {
    width: 100%;
    max-width: 510px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}
.auth_form h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 130%;
    text-align: center;
    color: #201F1F;
}
.auth_form .account__button {
    background: -webkit-gradient(linear, left top, left bottom, from(#3CBA92), to(#0BA360));
    background: linear-gradient(180deg, #3CBA92 0%, #0BA360 100%);
    border-radius: 4px;
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    width: 100%;
    margin: 0;
}
.auth_form .account__button:hover {
    color: #201F1F;
    border: 2px solid #0BA360;
    background: transparent;
}
.auth_form label span.label_title {
    display: none;
}
.auth_form label {
    width: 100%;
    margin-bottom: 30px;
    display: block;
}
.auth_form .slyle_input {
    height: 56px;
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    width: 100%;
    font-family: "Inter";
    margin: 0;
}

.lk_menu .slyle_input {
    height: 56px;
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    width: 100%;
    font-family: "Inter";
    margin: 0;
    max-width: 510px;
}
.lk_menu .account__button {
    background: -webkit-gradient(linear, left top, left bottom, from(#3CBA92), to(#0BA360));
    background: linear-gradient(180deg, #3CBA92 0%, #0BA360 100%);
    border-radius: 4px;
    height: 56px;
    max-width: 510px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    width: 100%;
    margin: 0;
}
.lk_menu .account__button:hover {
    color: #201F1F;
    border: 2px solid #0BA360;
    background: transparent;
}
.lk_menu label {
    width: 100%;
    margin-bottom: 30px;
    display: block;
}

.lk_menu label.label_center {
    text-align: center;
}

.registration_form {
    width: 100%;
    /*max-width: 510px;*/
    max-width: 800px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}
.registration_form h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 130%;
    text-align: center;
    color: #201F1F;
}
.registration_form .account__button {
    background: -webkit-gradient(linear, left top, left bottom, from(#3CBA92), to(#0BA360));
    background: linear-gradient(180deg, #3CBA92 0%, #0BA360 100%);
    border-radius: 4px;
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    width: 100%;
    margin: 0;
}
.registration_form .account__button:hover {
    color: #201F1F;
    border: 2px solid #0BA360;
    background: transparent;
}
.registration_form label span.label_title {
    display: none;
}
.registration_form label {
    width: 100%;
    margin-bottom: 30px;
    display: block;
}
.registration_form .slyle_input {
    height: 56px;
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    width: 100%;
    font-family: "Inter";
    margin: 0;
}

.main_lk_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.main_lk_menu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #817F7B;
    border-bottom: 1px solid #BDBBB7;
    position: relative;
}
.main_lk_menu a.selected:after {
    content: "";
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -1px;
    right: 0;
    background: #3CBA92;
}
.main_lk_menu .techno_button_on, .main_lk_menu .techno_button_off {
    margin: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#3CBA92), to(#0BA360));
    background: linear-gradient(180deg, #3CBA92 0%, #0BA360 100%);
    border-radius: 4px;
    color: #fff;
    border: none;
}

.cards__product .row {
    margin-left: -9px;
    margin-right: -9px;
}
.cards__product .row > div {
    padding-left: 9px;
    padding-right: 9px;
}
.cards__product .product__item {
    padding: 20px;
    border: 1px solid #E3E3E3;
    border-radius: 8px;
}
.cards__product .product__image {
    height: 240px;
}
.cards__product .product__articule {
    font-size: 14px;
    line-height: 140%;
    color: #817F7B;
    margin-bottom: 4px;
}
.cards__product .product__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #201F1F;
    margin-bottom: 15px;
}
.cards__product .product__price {
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #201F1F;
}
.cards__product .product__add {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.cards__product .product__count {
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    font-family: "Inter";
}
.cards__product .product__addcart {
    background: -webkit-gradient(linear, left top, left bottom, from(#3CBA92), to(#0BA360));
    background: linear-gradient(180deg, #3CBA92 0%, #0BA360 100%);
    border-radius: 4px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #FFFFFF;
    height: 46px;
}

.pagination a {
    color: #201F1F;
    font-size: 16px;
    line-height: 100%;
}
.pagination a:hover {
    color: #0BA360;
}
.pagination a.active {
    background: #EEF2F4;
    border-radius: 4px;
    color: #201F1F;
}

.card__product-item {
    padding: 30px 0;
}

.card__product-item .product__item-inner .product__title, .card__product-item .product__item-inner h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 130%;
    color: #201F1F;
    margin-bottom: 16px;
}
.card__product-item .product__item-inner .product__articule {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #817F7B;
    border: none;
    margin-bottom: 32px;
    padding-bottom: 0;
}
.card__product-item .product__item-inner .product__tech {
    padding-top: 24px;
    padding-bottom: 8px;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
}
.card__product-item .product__item-inner .product__tech-item {
    margin-bottom: 16px;
}
.card__product-item .product__item-inner .product__tech-title {
    font-size: 16px;
    line-height: 140%;
    color: #817F7B;
}
.card__product-item .product__item-inner .product__tech-value {
    font-size: 16px;
    line-height: 140%;
    color: #201F1F;
}
.card__product-item .product__item-inner .product__add {
    width: 100%;
    max-width: 420px;
}

.orders__list {
    max-width: 1520px;
}
.orders__list .js_pages {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: none;
}

.order_lk-header {
    padding: 24px;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #817F7B;
    background: #EEF2F4;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.order_lk-header-num {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    margin-right: 30px;
}

.order_lk-header-amount {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    margin-right: 30px;
}

.order_lk-header-data {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 130px;
    flex: 0 0 130px;
    margin-right: 30px;
}

.order_lk-header-status {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    margin-right: 30px;
}

.order_lk-header-title {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    margin-right: 30px;
}

.order_lk-header-price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    margin-right: 30px;
}

.order_lk-header-count {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    margin-right: 30px;
}

.order_lk-header-cost {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    margin-right: 0px;
}

.order_lk_v1 .order_head {
    background: transparent;
}
.order_lk_v1 .order_lk-item {
    padding: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #817F7B;
}
.order_lk_v1 .order_lk-item + .order_lk-item {
    margin-top: 16px;
}
.order_lk_v1 .order_lk-item-num {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    margin-right: 30px;
}
.order_lk_v1 .order_lk-item-data {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 130px;
    flex: 0 0 130px;
    margin-right: 30px;
}
.order_lk_v1 .order_lk-item-amount {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    margin-right: 30px;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #201F1F;
}
.order_lk_v1 .order_lk-item-status {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    margin-right: 30px;
}
.order_lk_v1 .order_lk-item-info {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
}
.order_lk_v1 .order_lk-item-title {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    margin-right: 30px;
}
.order_lk_v1 .order_lk-item-title a {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #201F1F;
}
.order_lk_v1 .order_lk-item-price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    margin-right: 30px;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #201F1F;
}
.order_lk_v1 .order_lk-item-count {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    margin-right: 30px;
}
.order_lk_v1 .order_lk-item-cost {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #201F1F;
}
.order_lk_v1 .order_lk-item-info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.order_lk_v1 .order_lk-item-article {
    font-size: 14px;
    line-height: 140%;
    color: #817F7B;
    margin-bottom: 4px;
}
.order_lk_v1 .order_lk-item-info-item {
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 20px;
}
.order_lk_v1 .order_lk-item-info-item + .order_lk-item-info-item {
    padding-top: 20px;
}
.order_lk_v1 .order_lk-item-info-man {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 32px;
}
.order_lk_v1 .order_lk-item-info-man span {
    color: #201F1F;
}
.order_lk_v1 .order_lk-item-info-man-title {
    padding-right: 40px;
}

/* Р”РѕР±Р°РІРёР» Р СѓСЃС‚Р°Рј*/
.all_news_item_title{
    font-weight: bold;
}
.all_news_item{
    margin-bottom: 20px;
}
.news_item_text{
    margin-top: 20px;
}
