

/* Start:/local/source/footer.css?17764311974069*/
footer {
    padding-top: 32px;
    padding-right: 20px;
    padding-right: max(20px, env(safe-area-inset-right));
    padding-bottom: 16px;
    padding-left: 20px;
    padding-left: max(20px, env(safe-area-inset-right));
    background-color: #000;
}

.footer-block {
    margin-right: auto;
    margin-left: auto;
    max-width: 1300px;
}

.footer-navBlock {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
}

.footer-navBlock__caption {
    display: block;
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
    color: #FFF;
}

.footer-navBlock__list-links {
    margin-top: 12px;
}

.footer-navBlock__list-item {
    margin-top: 5px;
    font-size: 13px;
    line-height: 15px;
    color: #FFF;
}

.footer-navBlock__link {
    display: inline-block;
    padding: 2px 0;
}

.footer-contentBlock__worktime-link:hover, .footer-navBlock__link:hover {
    color: var(--main-red-color);
}

.footer-contentBlock__wrap {
    margin: 32px -16px 0;
    display: flex;
    justify-content: space-between;
}

.footer-contentBlock__paysystem, .footer-contentBlock__social, .footer-contentBlock__worktime {
    padding: 0 16px;
}

.footer-contentBlock__title {
    display: block;
    font-size: 16px;
    line-height: 19px;
    font-weight: 300;
    color: var(--main-gray-color);
    white-space: nowrap;
}

.footer-contentBlock__worktime {
    max-width: 480px;
}

.footer-contentBlock__worktime-item {
    font-size: 13px;
    line-height: 17px;
    color: var(--main-dark-gray-color);
}

.footer-contentBlock__worktime-white {
    font-weight: 500;
    color: #FFF;
    white-space: nowrap;
}

.footer-contentBlock__copyright {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 56px 0 0;
    text-align: center;
    font-weight: 500;
    font-size: 13px;
    line-height: 17px;
    color: var(--main-dark-gray-color);
}

.footer-contentBlock__social-links {
    margin-top: 8px;
}

.footer-contentBlock__social-links a {
    display: inline-block;
    vertical-align: middle;
    width: 33px;
    height: 33px;
}

.footer-contentBlock__social-links a img, .footer-contentBlock__social-links a svg {
    display: block;
    width: 100%;
    height: 100%;
}

.footer-contentBlock__social-links a + a {
    margin-left: 5px;
}

.footer-contentBlock__paysystem-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 8px -6px 0;
}

.footer-contentBlock__paysystem-item {
    padding: 6px;
}

.footer-contentBlock__paysystem-item img {
    height: 18px;
}

@media (max-width: 1199px) {
    .footer-contentBlock__wrap {
        flex-wrap: wrap;
    }

    .footer-contentBlock__worktime-item {
        text-align: center;
    }

    .footer-contentBlock__worktime {
        max-width: 100%;
        width: 100%;
    }

    .footer-contentBlock__paysystem, .footer-contentBlock__social {
        margin-top: 40px;
    }
}

@media (max-width: 959px) {
    .footer-navBlock {
        grid-template-columns: repeat(3, 1fr);
    }

    .footer-contentBlock__paysystem {
        width: 55%;
    }

    .footer-contentBlock__social {
        width: 45%;
    }
}

@media (max-width: 959px) and (min-width: 768px) {
    .footer-contentBlock__title {
        font-size: 15px;
    }

    .footer-contentBlock__paysystem-wrap {
        margin: 12px -6px 0;
    }
}

@media (max-width: 767px) {
    .footer-contentBlock__paysystem-wrap, .footer-contentBlock__wrap {
        justify-content: center;
    }

    .footer-contentBlock__wrap {
        margin: 32px -14px 0;
    }

    .footer-contentBlock__paysystem-wrap {
        margin: 0 -6px;
    }

    .footer-contentBlock__paysystem, .footer-contentBlock__social {
        width: 100%;
        text-align: center;
    }

    .footer-contentBlock__paysystem-item {
        padding: 8px 6px;
    }

    .footer-contentBlock__copyright {
        margin-top: 24px;
    }

    .footer-contentBlock__title {
        white-space: normal;
    }
}

@media (max-width: 639px) {
    .footer-navBlock {
        grid-template-columns: repeat(2, 1fr);
    }
}
/* End */


/* Start:/local/source/my_select/css/myselect.css?176173444432186*/
body.touch select.myselect_block {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    display: block;
    width: 100%;
    opacity: 0;
    -webkit-tap-highlight-color: transparent;
    -ms-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    -o-tap-highlight-color: transparent;
}

.myselect_block.js-select-visual {
    position: relative;
}

.myselect_block.js-select {
    position: relative;
    display: none;
}

.myselect_block ul.select-list {
    position: absolute;
    z-index: 5;
    right: 0;
    left: 0;
    display: none;
    width: 100%;
    list-style: none;
    background-color: #FFF;
    box-shadow: inset 0 0 0 1px #DDD;
    border: none;
    max-height: 200px;
    overflow: auto;
}

.myselect_block ul.select-list li {
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    padding: 0 7px;
    margin: 0 1px;
}

.myselect_block ul.select-list li.active {
    color: #FFF;
    background-color: #FF2C2C;
}

.myselect_block ul.select-list li:hover {
    cursor: pointer;
    color: #FFF;
    background-color: #FF2C2C;
}

.myselect_block.open ul.select-list {
    display: block;
}

/*------------------------------Modal-----------------------------------*/

.modal input[type="radio"], .modal input[type="checkbox"] {
    display: none;
}

.modal {
    visibility: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 896px;
    -webkit-transform: translate3d(0, 300px, 0);
    transform: translate3d(0, 300px, 0);
    opacity: 0;
    pointer-events: auto;
    background: #FFF;
    transition: all .3s ease-in-out;
}

.modal-info .modal {
    border-radius: 6px;
    overflow: hidden;
}

.modal-info .modal:not(#video) {
    max-width: 360px;
}

.modal-info .modal-main {
    max-height: 100%;
}

.modal-full-height .modal {
    padding-top: 32px;
    padding-right: 16px;
    padding-right: max(16px, calc(env(safe-area-inset-right) - 16px));
    padding-left: 16px;
    padding-left: max(16px, calc(env(safe-area-inset-left) - 16px));
    height: 100%;
}

.modal__title {
    display: flex;
    justify-content: space-between;
    column-gap: 8px;
    align-items: center;
    margin: 0 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #878787;
    font-size: 24px;
    line-height: 130%;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-align: left;
}

.modal__title .close {
    flex-shrink: 0;
    width: 1.3em;
    height: 1.3em;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 1em;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.3455 20C19.2 20 18.9091 20 18.7636 19.8539L4.21818 5.24201C3.92727 4.94977 3.92727 4.51142 4.21818 4.21918C4.50909 3.92694 4.94545 3.92694 5.23636 4.21918L19.7818 18.8311C20.0727 19.1233 20.0727 19.5616 19.7818 19.8539C19.7818 20 19.4909 20 19.3455 20Z' fill='black'/%3E%3Cpath d='M4.8 20C4.65454 20 4.36364 20 4.21818 19.8539C3.92727 19.5616 3.92727 19.1233 4.21818 18.8311L18.7636 4.21918C19.0545 3.92694 19.4909 3.92694 19.7818 4.21918C20.0727 4.51142 20.0727 4.94977 19.7818 5.24201L5.23636 19.8539C5.23636 20 4.94545 20 4.8 20Z' fill='black'/%3E%3C/svg%3E%0A");
    cursor: pointer;
}

.modal__title .close:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.3455 20C19.2 20 18.9091 20 18.7636 19.8539L4.21818 5.24201C3.92727 4.94977 3.92727 4.51142 4.21818 4.21918C4.50909 3.92694 4.94545 3.92694 5.23636 4.21918L19.7818 18.8311C20.0727 19.1233 20.0727 19.5616 19.7818 19.8539C19.7818 20 19.4909 20 19.3455 20Z' fill='%23E2001A'/%3E%3Cpath d='M4.8 20C4.65454 20 4.36364 20 4.21818 19.8539C3.92727 19.5616 3.92727 19.1233 4.21818 18.8311L18.7636 4.21918C19.0545 3.92694 19.4909 3.92694 19.7818 4.21918C20.0727 4.51142 20.0727 4.94977 19.7818 5.24201L5.23636 19.8539C5.23636 20 4.94545 20 4.8 20Z' fill='%23E2001A'/%3E%3C/svg%3E%0A");
}

.modal__main {
    position: relative;
    height: 100%;
    padding: 16px;
    overflow-y: auto;
}

.modal-header {
    padding: 12px 0;
    text-align: center;
    background-color: #999;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.modal-close-btn svg {
    display: none;
}

.modal-close-btn svg {
    display: none;
}

.modal-header-text {
    font-size: 16px;
    line-height: 20px;
    color: #FFF;
    font-weight: bold;
    display: inline-block;
}

.modal-close-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogc2tldGNodG9vbCA1MC4yICg1NTA0NykgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+QjE1NkRFRDUtRkFGOC00NjczLTkxQjMtMTVEMTNBMzkyNjY1PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBza2V0Y2h0b29sLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJDYXJ0X0NoZWNrb3V0Xzk2MCIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ijk2MF9jYXJ0XzAyXzA0LXBvbG90c2stcGxhY2UiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC05MDguMDAwMDAwLCAtMjIyLjAwMDAwMCkiIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgIDxnIGlkPSJwbGFjZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjAuMDAwMDAwLCAyMTAuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iY2xvc2VfY3Jvc3Nfd2hpdGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDg4OC4wMDAwMDAsIDEyLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJjbG9zZV9jcm9zcyIgcG9pbnRzPSIyLjA1NTU1NTU2IDAgMCAyLjA1NTU1NTU2IDcuOTQ0NDQ0NDQgMTAgMCAxNy45NDQ0NDQ0IDIuMDU1NTU1NTYgMjAgMTAgMTIuMDU1NTU1NiAxNy45NDQ0NDQ0IDIwIDIwIDE3Ljk0NDQ0NDQgMTIuMDU1NTU1NiAxMCAyMCAyLjA1NTU1NTU2IDE3Ljk0NDQ0NDQgMCAxMCA3Ljk0NDQ0NDQ0Ij48L3BvbHlnb24+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==');
    background-position: center top;
    background-repeat: no-repeat;
}

.modal-close-btn.gray {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA3NSA3NSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNzUgNzUiPjxwYXRoIGQ9Ik02Ni45IDc1bC0yOS40LTI5LjQtMjkuNCAyOS40LTguMS04LjEgMjkuNC0yOS40LTI5LjQtMjkuNCA4LjEtOC4xIDI5LjQgMjkuNCAyOS40LTI5LjQgOC4xIDguMS0yOS40IDI5LjQgMjkuNCAyOS40LTguMSA4LjF6IiBmaWxsPSIjOTk5Ii8+PC9zdmc+');
    background-position: center top;
    background-repeat: no-repeat;
}

.modal-close-btn.gray:active {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA3NSA3NSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNzUgNzUiPjxwYXRoIGQ9Ik02Ni45IDc1bC0yOS40LTI5LjQtMjkuNCAyOS40LTguMS04LjEgMjkuNC0yOS40LTI5LjQtMjkuNCA4LjEtOC4xIDI5LjQgMjkuNCAyOS40LTI5LjQgOC4xIDguMS0yOS40IDI5LjQgMjkuNCAyOS40LTguMSA4LjF6IiBmaWxsPSIjNjY2Ii8+PC9zdmc+');
    background-position: center top;
    background-repeat: no-repeat;
}

/*.modal-open .modal-container,*/

.modal-container.open .modal {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.overlay {
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}

.overlay-open .overlay {
    display: block;
}

.modal-container {
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    z-index: 150;
    background: rgba(0, 0, 0, .5);
    transition: all .3s ease-in-out;
}

.modal-container.open {
    visibility: visible;
    opacity: 1;
}

.modal-container.modal-info {
    padding-right: 14px;
    padding-left: 14px;
    padding-right: max(14px, env(safe-area-inset-right));
    padding-left: max(14px, env(safe-area-inset-right));
}

/*Модалка для youtube видео*/

.main-shop-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.wrapper-shadow {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=50);
    -wms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    background-color: #000;
    opacity: 0.5;
    z-index: 98;
}

.modal-container__youtube .modal {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    width: 640px;
    max-width: calc(100vw - 40px);
    overflow: hidden;
}

.modal-container__youtube .modal-header {
    min-height: 46px;
}

.modal-container__youtube .modal-main {
    padding: 0;
    background: none;
    height: 400px;
}

.modal-container__youtube iframe {
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
}

/*Модалка для youtube видео - end*/

/*--------------Модалка для выбора города---------*/

.modal__choose-country {
    display: flex;
    margin-bottom: 16px;
    width: 100%;
    border-bottom: 1px solid black;
}

.modal__country {
    margin-bottom: -1px;
    padding: 5px 16px;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #06C;
}

.modal__country:not(.active):hover {
    cursor: pointer;
    color: #E2001A;
}

.modal__country.active {
    padding: 4px 15px 5px;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #FFF;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    color: #000;
}

.bxmaker__geoip__popup-search {
    margin: 0 0 24px 0;
}

.bxmaker__geoip__popup-search .bxmaker__geoip__popup-search-options {
    top: 47px;
    border-radius: 6px;
}

.bxmaker__geoip__popup-search .bxmaker__geoip__popup-search-option {
    line-height: 20px;
    padding: 10px;
}

.bxmaker__geoip__popup-search .bxmaker__geoip__popup-search-option span,
.bxmaker__geoip__popup-search .bxmaker__geoip__popup-search-option {
    color: #06C;
}

.modal__choose-city_title {
    display: block;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.0042em;
    color: #202124;
    position: relative;
    padding: 24px 32px 24px 0;
    margin: 0 24px
}

.modal__choose-city_title .close {
    display: block;
    position: absolute;
    right: 0;
    top: 28px;
    width: 24px;
    height: 24px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.3455 20C19.2 20 18.9091 20 18.7636 19.8539L4.21818 5.24201C3.92727 4.94977 3.92727 4.51142 4.21818 4.21918C4.50909 3.92694 4.94545 3.92694 5.23636 4.21918L19.7818 18.8311C20.0727 19.1233 20.0727 19.5616 19.7818 19.8539C19.7818 20 19.4909 20 19.3455 20Z' fill='black'/%3E%3Cpath d='M4.8 20C4.65454 20 4.36364 20 4.21818 19.8539C3.92727 19.5616 3.92727 19.1233 4.21818 18.8311L18.7636 4.21918C19.0545 3.92694 19.4909 3.92694 19.7818 4.21918C20.0727 4.51142 20.0727 4.94977 19.7818 5.24201L5.23636 19.8539C5.23636 20 4.94545 20 4.8 20Z' fill='black'/%3E%3C/svg%3E%0A");
    cursor: pointer
}

.modal__choose-city_title .close:hover,
.modal__choose-city_title .close:active {
    background-color: rgba(0, 0, 0, .09);
}

.modal__choose-city_input {
    font-size: 18px;
    line-height: 22px;
    color: var(--main-text-color);
    height: 48px;
    width: 100%;
    padding: 12px 44px 12px 56px;
    border-radius: 6px;
    -webkit-box-shadow: inset 0px 0px 0px 1px #DADADA;
    box-shadow: inset 0px 0px 0px 1px #DADADA;
    background: #FFF url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.5598 21.435L16.3319 14.2072C17.3781 12.7365 17.9997 10.9425 17.9997 9C17.9997 4.02976 13.9701 0 8.99987 0C4.0296 0 0 4.02976 0 9C0 13.9702 4.0296 18 8.99987 18C10.9423 18 12.7361 17.3783 14.207 16.3321L21.435 23.5597C21.7284 23.853 22.1131 24 22.4978 24C22.8826 24 23.2672 23.853 23.5599 23.5597C24.1467 22.9733 24.1467 22.0215 23.5598 21.435ZM13.8879 12.468L13.298 13.2975L12.4682 13.8877C11.4454 14.6152 10.246 15 8.99987 15C5.69139 15 2.99997 12.3082 2.99997 9C2.99997 5.69173 5.69139 3 8.99987 3C12.3084 3 14.9998 5.69173 14.9998 9C15.0005 10.2457 14.6158 11.445 13.8879 12.468Z' fill='%23C4C4C4'/%3E%3C/svg%3E%0A") 16px 50% no-repeat;
}

.modal__choose-city_input::placeholder {
    color: var(--main-text-color);
}

.modal__choose-city_list {
    -webkit-columns: 4;
    -moz-columns: 4;
    columns: 4;
    -webkit-column-gap: 56px;
    -moz-column-gap: 56px;
    column-gap: 56px;
}

.modal__choose-city_list li {
    display: block;
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: 0.0042em;
    color: #06C;
}

.modal__choose-city_list li:hover {
    cursor: pointer;
    color: #FF2C2C
}

.modal__choose-city-wrap {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
}

.modal__choose-city-main {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.modal__choose-city-main +.modal__choose-city-main {
    margin-top: 8px;
}

.modal__choose-city-main span {
    padding: 8px 0;
    cursor: pointer;
    text-transform: uppercase;
}

.modal__choose-city-other {
    margin: 16px 0 0 0;
}

.modal__choose-city-item span,
.modal__choose-city-list li {
    line-height: 44px;
}

.modal__choose-city-item > span {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: inset 0 -1px 0 0 #DADADA;
    padding: 0 34px 0 0;
    cursor: pointer;
}

.modal__choose-city-item svg {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -13px;
    width: 26px;
    height: 26px;
    transform: rotate(0);
    transition: transform .3s;
}

.modal__choose-city-item > span.open svg {
    transform: rotate(-180deg);
    transition: transform .3s;
}

.modal__choose-city-item > span.open {
    color: #E2001A !important;
}

.modal__choose-city-item > span.open svg {
    fill: #E2001A;
}

.modal__choose-city-department {
    display: none;
    margin: 0 0 0 32px;
}

.modal__choose-city-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;

}

.modal__choose-city-list li {
    cursor: pointer;
}

.no-touch .modal__main {
    scrollbar-width: thin;
    scrollbar-color: #D4D4D4 #F0F0F0;
}

.no-touch .modal__main::-webkit-scrollbar {
    width: 2px;
    background: #F0F0F0;
}

.no-touch .modal__main::-webkit-scrollbar-thumb {
    background-color: #D4D4D4;
    border-radius: 10px;
    height: auto;
    box-shadow: none;
}

@media (max-width: 1199px) {
    .modal-full-height .modal {
        padding-top: 20px;
        padding-right: 10px;
        padding-right: max(10px, calc(env(safe-area-inset-right) - 10px));
        padding-left: 10px;
        padding-left: max(10px, calc(env(safe-area-inset-left) - 10px));
    }

    .modal__title {
        margin: 0 10px;
    }

    .modal__main {
        padding: 16px 10px;
    }
}

@media (max-width: 767px) {
    .modal-full-height .modal {
        padding-top: 16px;
        padding-right: 8px;
        padding-right: max(8px, calc(env(safe-area-inset-right) - 8px));
        padding-left: 8px;
        padding-left: max(8px, calc(env(safe-area-inset-left) - 8px));
    }

    .modal__title {
        margin: 0 8px;
    }

    .modal__main {
        padding: 16px 8px;
    }

    .modal-open .modal__choose-city.open {
        position: fixed;
        top: 0 !important;
        width: 100vw;
        max-width: 100vw;
        height: 100%;
        max-height: 100vh
    }

    .modal__choose-city_title {
        margin: 0 20px
    }

    .modal__choose-city-main {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .modal__choose-city-main span {
        width: calc(100% / 3);
    }
}

@media (max-width: 639px) {
    .modal-full-height .modal {
        padding-top: 16px;
        padding-right: 5px;
        padding-right: max(5px, calc(env(safe-area-inset-right) - 5px));
        padding-left: 5px;
        padding-left: max(5px, calc(env(safe-area-inset-left) - 5px));
    }

    .modal__title {
        margin: 0 5px;
    }

    .modal__main {
        padding: 16px 5px;
    }

    .modal__choose-city_list {
        -webkit-columns: 3;
        -moz-columns: 3;
        columns: 3;
    }
}

@media (max-width: 479px) {
    .modal__choose-city_list {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
    }
}

/*---------Модалка для выбора города - end--------*/

/*modal-new style*/

.modal-style__title {
    display: block;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    position: relative;
    padding: 24px 32px 24px 0;
    margin: 0 24px;
}

.modal-style__title .close {
    display: block;
    position: absolute;
    right: 0;
    top: 28px;
    width: 24px;
    height: 24px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.3455 20C19.2 20 18.9091 20 18.7636 19.8539L4.21818 5.24201C3.92727 4.94977 3.92727 4.51142 4.21818 4.21918C4.50909 3.92694 4.94545 3.92694 5.23636 4.21918L19.7818 18.8311C20.0727 19.1233 20.0727 19.5616 19.7818 19.8539C19.7818 20 19.4909 20 19.3455 20Z' fill='black'/%3E%3Cpath d='M4.8 20C4.65454 20 4.36364 20 4.21818 19.8539C3.92727 19.5616 3.92727 19.1233 4.21818 18.8311L18.7636 4.21918C19.0545 3.92694 19.4909 3.92694 19.7818 4.21918C20.0727 4.51142 20.0727 4.94977 19.7818 5.24201L5.23636 19.8539C5.23636 20 4.94545 20 4.8 20Z' fill='black'/%3E%3C/svg%3E%0A");
    cursor: pointer;
}

.modal-style__title .close:hover,
.modal-style__title .close:active {
    background-color: rgba(0, 0, 0, .09);
}

.modal-style {
    width: auto;
    max-width: 710px;
    border-radius: 6px;
}

.modal-style__main {
    padding: 0 24px 24px;
    overflow: auto;
}

#public-contract .contract_main-block {
    width: 100%;
    padding: 0 16px;
}

#public-contract .pub-contract-main__title h1 {
    display: none;
}

#public-contract .pub-contract-main {
    padding: 0;
}

#public-contract .pub-contract-main__title {
    text-align: left;
}

.no-touch #public-contract .contract_main-block::-webkit-scrollbar {
    width: 2px;
    background: #F0F0F0;
}

.no-touch #public-contract .contract_main-block::-webkit-scrollbar-thumb {
    background-color: #D4D4D4;
    border-radius: 10px;
    height: auto;
    box-shadow: none;
}

@media (max-width: 767px) {
    .modal-open .modal-style.open {
        position: fixed;
        top: 0 !important;
        width: 100vw;
        max-width: 100vw;
        height: 100%;
        max-height: 100vh;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
}

/*modal-new style-end*/

/*------------------------------Modal-END--------------------------------*/

/*------------------------------Modal-INFO------------------------------------*/

.modal-info .modal-main > div {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
}

.modal-info .modal-info__content {
    padding: 20px;
    flex-grow: 1;
    background-color: #FFF;
    text-align: center;
    overflow-y: auto;
}

.modal-info .modal-info__title {
    display: block;
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
}

.modal-info .modal-info__ok .modal-info__title {
    font-size: 20px;
    line-height: 22px;
    text-align: center;
}

.modal-info .modal-info__title-icon {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 36px;
    height: 36px;
    margin: 0 auto 16px;
    opacity: 0;
}

.modal-info .modal-info__title-icon svg {
    width: 100%;
    height: 100%;
}

.modal-info .modal-info__title-icon svg.attention {
    display: none;
}

.modal-info .modal-info__text {
    display: block;
    margin: 8px 0px 0px 0px;
    font-size: 16px;
    line-height: 150%;
}

.modal-info .modal-info__link {
    display: inline-block;
    position: relative;
    padding-right: 16px;
    margin-top: 16px;
    font-size: 14px;
    line-height: 16px;
    text-align: right;
    color: #06C;
}

.modal-info .modal-info__link:hover {
    color: #FF2C2C;
}

.modal-info .modal-info__link:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 16px;
    height: 16px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.44534 13.3334L4.66675 12.5548L9.26043 8.00004L4.66675 3.4453L5.44534 2.66671L10.7787 8.00004L5.44534 13.3334Z' fill='%2306C'/%3E%3C/svg%3E%0A");
}

.modal-info .modal-info__link:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.44534 13.3334L4.66675 12.5548L9.26043 8.00004L4.66675 3.4453L5.44534 2.66671L10.7787 8.00004L5.44534 13.3334Z' fill='%23ff2c2c'/%3E%3C/svg%3E%0A");
}

.modal-info .modal-info__ok .modal-info__text {
    text-align: center;
    margin: 15px 0px 0px 0px;
}

.modal-info .modal-info__form {
    left: 0%;
    max-height: 100%;
}

.modal-info .modal-info__form.done {
    position: absolute;
    left: -100%;
    -webkit-transition: left ease 0.3s 1s;
    -o-transition: left ease 0.3s 1s;
    transition: left ease 0.3s 1s;
}

.modal-info .modal-info__ok {
    position: absolute;
    top: 0px;
    left: 100%;
    opacity: 0;
    visibility: hidden;
}

.modal-info .modal-info__ok.active {
    position: relative;
    left: 0%;
    opacity: 1;
    visibility: visible;
}

.modal-info .modal-info__ok.error .modal-info__btn .sent {
    background-color: #E2001A;
}

.modal-info .modal-info__ok.attention .modal-info__btn .sent {
    background-color: #FEC023;
}

.modal-info .modal-info__ok.error .modal-info__title-icon,
.modal-info .modal-info__ok.phone .modal-info__title-icon,
.modal-info .modal-info__ok.default .modal-info__title-icon {
    display: none;
}

.modal-info .modal-info__ok.btn-gray .modal-info__btn button {
    background-color: #D7D7D7;
    color: var(--main-text-color);
}

.modal-info .modal-info__ok.btn-gray .modal-info__btn button:hover {
    background-color: #BEBEBE;
}

.modal-info .modal-info__ok.btn-gray .modal-info__btn button {
    background-color: #D7D7D7;
    color: var(--main-text-color);
}

.modal-info .modal-info__btn-call {
    display: none;
}

.touch .modal-info .modal-info__btn-call {
    display: block;
}

.modal-info .modal-info__ok.active .modal-info__title-icon {
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.modal-info .modal-info__ok.attention svg.check {
    display: none;
}

.modal-info .modal-info__ok.attention svg.attention {
    display: block;
}

.modal-info .modal-info__phone,
.modal-info .modal-info__input,
.modal-info .select-style {
    display: block;
    width: 100%;
    margin-top: 16px;
    padding: 12px 20px;
    -webkit-box-shadow: inset 0px 0px 0px 1px #E3E3E3;
    box-shadow: inset 0px 0px 0px 1px #E3E3E3;
    border-radius: 6px;
    font-size: 18px;
    line-height: 24px;
    color: inherit;
    -webkit-appearance: none;
    border: none;
}

.modal-info .modal-info__phone + .modal-info__phone {
    margin-top: 8px;
}

.modal-info .modal-info__phone + .modal-info__input {
    margin-top: 24px;
}

.modal-info .select-style {
    height: auto;
    font-weight: normal;
    margin-top: 16px;
}

.modal-info .modal-info__phone::-webkit-input-placeholder,
.modal-info .modal-info__input::-webkit-input-placeholder,
.modal-info .select-style::-webkit-input-placeholder {
    color: #888888;
    opacity: 1;
}

.modal-info .modal-info__phone::-moz-placeholder,
.modal-info .modal-info__input::-moz-placeholder,
.modal-info .select-style::-moz-placeholder {
    color: #888888;
    opacity: 1;
}

.modal-info .modal-info__phone:-moz-placeholder,
.modal-info .modal-info__input:-moz-placeholder,
.modal-info .select-style:-moz-placeholder {
    color: #888888;
    opacity: 1;
}

.modal-info .modal-info__phone::-ms-input-placeholder,
.modal-info .modal-info__input::-ms-input-placeholder,
.modal-info .select-style::-ms-input-placeholder {
    color: #888888;
    opacity: 1;
}

.modal-info .modal-info__phone:-ms-input-placeholder,
.modal-info .modal-info__input:-ms-input-placeholder,
.modal-info .select-style:-ms-input-placeholder {
    color: #888888;
    opacity: 1;
}

.modal-info .modal-info__phone::placeholder,
.modal-info .modal-info__input::placeholder,
.modal-info .select-style::placeholder {
    color: #888888;
    opacity: 1;
}

.modal-info .modal-info__phone:focus,
.modal-info .modal-info__input:focus {
    background: none;
}

.modal-info .select-style:focus {
    background: #FFF url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.6001 9.61527L6.47601 8.79999L11.6001 13.6102L16.7242 8.79999L17.6001 9.61527L11.6001 15.2L5.6001 9.61527Z' fill='%23303030'/%3E%3C/svg%3E%0A") calc(100% - 8px) 50% no-repeat;
}

.modal-info-counter {
    margin-top: 16px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.modal-info-counter .select-style {
    margin-top: 0;
    max-width: 65px;
    padding: 5px 30px 5px 8px;
    font-weight: 500;
}

.modal-info-counter__title {
    font-size: 18px;
    line-height: 21px;
    margin-right: 16px;
}

.modal-info-counter__wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-shadow: 0 0 0 1px #E3E3E3;
    -moz-box-shadow: 0 0 0 1px #E3E3E3;
    box-shadow: 0 0 0 1px #E3E3E3;
    border-radius: 4px;
    overflow: hidden;
}

.modal-info-counter__wrap * {
    line-height: 30px;
    text-align: center;
}

.modal-info-counter__minus,
.modal-info-counter__plus {
    width: 30px;
    background-color: #E6E6E6;
    position: relative;
    cursor: pointer;
    flex-grow: 1;
}

.modal-info-counter__minus:before,
.modal-info-counter__plus:before,
.modal-info-counter__plus:after {
    position: absolute;
    content: '';
    display: block;
    background-color: #303030;
    border-radius: 2px;
    top: 50%;
    left: 50%;
}

.modal-info-counter__minus:before,
.modal-info-counter__plus:before {
    width: 10px;
    height: 2px;
    margin-top: -1px;
    margin-left: -5px;
}

.modal-info-counter__plus:after {
    width: 2px;
    height: 10px;
    margin-top: -5px;
    margin-left: -1px;
}

.modal-info-counter__field {
    width: 40px;
    background-color: #FFF;
    cursor: default;
    border: none;
    padding: 0;
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.0015em;
    color: #000000;
    opacity: 1;
    font-family: 'Roboto';
}

.modal-info .modal-info__btn {
    display: flex;
    margin-top: auto;
}

.modal-info .modal-info__btn > button,
.modal-info .modal-info__btn > a {
    font-size: 18px;
    line-height: 56px;
    border-radius: 0;
}

.modal-info .modal-info__btn .close {
    background-color: #C4C4C4;
}

.modal-info .modal-info__btn .close:hover {
    background-color: #898989;
}

.modal-info .modal-info__btn .sent {
    position: relative;
}

.modal-info .modal-info__btn .sent .sent-text {
    display: block;
}

@media (max-width: 639px) {
    .modal-info .modal-info__text {
        font-size: 16px;
        line-height: 21px;
    }

    .modal-info .modal-info__title-icon {
        width: 28px;
        height: 28px;
        margin: 0 auto 12px;
    }

    .modal-info .modal-info__ok .modal-info__title {
        font-size: 18px;
        line-height: 21px;
    }

    .modal-info .modal-info__ok .modal-info__text {
        margin: 10px 0px 0px 0px;
    }
}

@media (max-width: 359px) {
    .modal-info .modal-info__content {
        padding: 16px 10px;
    }
}

/*------------------------------Modal-INFO-END--------------------------------*/

/*----------------Заказать звонок-------------------*/

.order__call {
    padding: 20px;
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate3d(0px, -10px, 0);
    -ms-transform: translate3d(0px, -10px, 0);
    -o-transform: translate3d(0px, -10px, 0);
    transform: translate3d(0px, -10px, 0);
    max-width: 260px;
    width: 260px;
    position: absolute;
    z-index: 99;
    top: 90%;
    left: 50%;
    margin-left: -130px;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.4);
    background-color: #FFF;
}

.order__call-caption {
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    color: #000;
}

.order__call-mask {
    position: relative;
    margin-top: 20px;
}

.order__call .mask-decor {
    position: absolute;
    left: 10px;
    z-index: 1;
    font-size: 16px;
    line-height: 36px;
    font-weight: bold;
    color: #303030;
}

.order__call-mask .input-style {
    padding-left: 50px;
    margin-bottom: 20px;
}

.order__call-btn:hover {
    cursor: pointer;
    background-color: #FF2C2C;
}

.show_message_ok {
    padding: 20px;
    width: auto;
    min-width: 260px;
    width: 260px;
    position: absolute;
    z-index: 99;
    top: 100%;
    left: 50%;
    margin-left: -130px;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    background-color: #FFF;
    text-align: center;
    color: #79C61D;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
}

.order__call.open {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: all 0.3s ease-in-out;
}

/*----------------Заказать звонок-END-------------------*/

@media (max-width: 959px) {
    .order__call,
    .show_message_ok {
        left: 20px;
        margin-left: 0px;
    }
}

@media (max-width: 479px) {
    .modal-header {
        padding: 12px 35px;
    }
}

@media (max-width: 320px) {
}

/*---------Edge----------------------*/

@supports (-ms-ime-align:auto) {
    .myselect_block span.select-value:after {
        width: 15px;
        height: 9px;
    }
}

/*---------------------IE-----------------*/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .myselect_block span.select-value:after {
        width: 15px;
        height: 9px;
    }
}
/* End */


/* Start:/local/source/multichoose/css/multichoose.css?17733851922083*/
.multichoose .chbox-label {
    padding-left: 36px;
}

.multichoose__global-title {
    display: block;
    font-size: 18px;
    line-height: 44px;
    font-weight: 500;
}

.multichoose .btn-style {
    max-width: 328px;
    height: 48px;
    font-style: normal;
    font-size: 18px;
    line-height: 48px;
    font-weight: 500;
    text-transform: none;
    padding: 0px;
    margin: 0 auto;
}

.multichoose__btn-mobile.btn-style {
    display: none;
    margin-bottom: 21px;
}


.multichoose-body__main-title {
    position: relative;
    background-color: #F5F5F5;
}

.multichoose-body__main-title:before,
.multichoose-body__main-title:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 16px;
    background-color: #F5F5F5
}

.multichoose-body__main-title:before {
    left: -16px;
}

.multichoose-body__main-title:after {
    right: -16px;
}

.multichoose-body__main ul {
    columns: 3;
    width: 100%;
    padding: 4px 0px 16px 0px;
}

.multichoose-body__main ul label {
    display: inline-flex;
}

.multichoose-body__main ul span {
    display: block;
    font-size: 14px;
    line-height: 32px;
    font-weight: 400;
}

@media (max-width: 1199px) {
    .multichoose-body__main-title:before,
    .multichoose-body__main-title:after {
        width: 10px;
    }

    .multichoose-body__main-title:before {
        left: -10px;
    }

    .multichoose-body__main-title:after {
        right: -10px;
    }
}

@media (max-width: 767px) {
    .multichoose-body__main-title:before,
    .multichoose-body__main-title:after {
        width: 8px;
    }

    .multichoose-body__main-title:before {
        left: -8px;
    }

    .multichoose-body__main-title:after {
        right: -8px;
    }
}

@media (max-width: 639px) {
    .multichoose-body__main-title:before,
    .multichoose-body__main-title:after {
        width: 5px;
    }

    .multichoose-body__main-title:before {
        left: -5px;
    }

    .multichoose-body__main-title:after {
        right: -5px;
    }

    .multichoose__btn-mobile.btn-style {
        display: block;
    }
}
/* End */


/* Start:/local/source/auth/modal_css/style.css?16781067351195*/
.login-modal__form,
.login-modal__field + .login-modal__field {
	margin-top: 24px;
}

.login-modal__field label {
	display: block;
	margin-bottom: 8px;
	font-size: 14px;
	line-height: 16px;
	text-align: left;
	color: #878787;
}

.login-modal__field input {
	font-size: 18px;
	line-height: 22px;
	color: #121212;
	height: 48px;
	padding: 9px 16px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0px 0px 0px 1px #DADADA;
	box-shadow: inset 0px 0px 0px 1px #DADADA;
}

.login-modal__btn, .login-modal__links {
	margin-top: 32px;
}

.login-modal__btn {
	height: 48px;
	font-size: 18px;
	line-height: 48px;
	font-weight: 500;
	text-transform: none;
	border-radius: 4px;
}

.login-modal__links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.login-modal__links a {
	font-size: 14px;
	line-height: 16px;
}

.login-modal__links a + a {
	margin-top: 16px;
}

.login-container .btn-style {
	font-size: 18px;
	font-weight: 500;
	border-radius: 0;
}

.login-modal__close:hover {
	color: #000;
}
/* End */


/* Start:/local/templates/.default/components/bxmaker/geoip.city/ch_city/style.css?167946669010174*/
/* old */

.js-bxmaker__geoip__city-name-global {
	cursor: pointer;
	border-bottom: 1px dashed #3585CC;
	color: #3585CC;
}

.js-bxmaker__geoip__city-name-global:hover {
	border-bottom-color: transparent;
}

.bxmaker__geoip__popup-search {
	position: relative;
}

.bxmaker__geoip__popup-search input::selection {
	background-color: #8CDCFC !important;
	color: #232323;
}

.bxmaker__geoip__popup-search-clean {
	position: absolute;
	width: 38px;
	height: 38px;
	display: block;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 28px;
	text-align: center;
	color: #deabab;
	font-weight: normal;
	cursor: pointer;
	line-height: 36px;
}

.bxmaker__geoip__popup-search input:focus + .bxmaker__geoip__popup-search-clean {
	color: #bb4040;
}

.bxmaker__geoip__popup-search-clean.preloader {
	background-image: url("data:image/gif;base64,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");
	background-position: center center;
	background-repeat: no-repeat;
	color: transparent;
	font-size: 0;
}

.bxmaker__geoip__popup-search-options {
	display: none;
	position: absolute;
	top: 34px;
	border: 1px solid #ccc;
	background: #FFF;
	z-index: 10002;
	border-radius: 0 0 4px 4px;
	width: 100%;
}

.bxmaker__geoip__popup-search-options.active {
	display: block;
	height: auto;
	max-height: 250px;
}

.bxmaker__geoip__popup-search-options.preloader {
	height: 100px;
	overflow: hidden;
	color: #fff;
}

.bxmaker__geoip__popup-search-options.preloader div {
	border-color: transparent;
}

.bxmaker__geoip__popup-search-option {
	border-bottom: 1px solid #ccc;
	cursor: pointer;
	padding: 7px 10px;
	color: #909090;
}

.bxmaker__geoip__popup-search-option:last-child {
	border-bottom: none;
}

.bxmaker__geoip__popup-search-option span {
	color: #5f5f5f;
	font-weight: bold;
}

.bxmaker__geoip__popup-search-option p {
	padding: 0;
	margin: 0;
	font-size: 0.9em;
}

.bxmaker__geoip__popup-search-option:hover {
	background: #f1f1f1;
}

.bxmaker__geoip__popup-search-option.bxmaker__geoip__popup-search-option--empty {
	padding: 20px 10px;
	text-align: center;
	line-height: 18px;
	height: auto;
	width: 100%;
	overflow: visible;
}

/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/components/dev.autoset/main.header/templates/v5/css/header.css?175575907829051*/
body.touch {
    cursor: pointer;
}

.header__bg {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 48px;
    padding-right: 20px;
    padding-left: 20px;
    padding-right: max(20px, env(safe-area-inset-right));
    padding-left: max(20px, env(safe-area-inset-right));
    background-color: #000;
    z-index: 90;
}

.header__bg .container-block {
    height: 100%;
}

.header__overlay {
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 40;
    -webkit-tap-highlight-color: transparent;
    -ms-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    -o-tap-highlight-color: transparent;
    background-color: rgba(0, 0, 0, .5);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.header__overlay.open {
    visibility: visible;
    opacity: 1;
}

.header__menu-overlay {
    display: block;
    visibility: hidden;
    opacity: 0;
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    -webkit-tap-highlight-color: transparent;
    -ms-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    -o-tap-highlight-color: transparent;
    background-color: rgba(0, 0, 0, .3);
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.header__top {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
}

.header__top-wrapper {
    display: flex;
    align-items: center;
    column-gap: 6px;
}

.header__menu {
    visibility: hidden;
    position: fixed;
    top: 0;
    right: -100%;
    height: 100%;
    z-index: 60;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-out;
    overflow-x: hidden;
}

.header__menu.open {
    visibility: visible;
    right: 0;
}

.header__menu-title {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: var(--main-blue-color);
}

.header__menu-title .title {
    font-size: 18px;
    line-height: 21px;
    color: #FFF;
    padding-left: 16px;
}

.header__menu-title .close {
    position: relative;
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.454 16.649a1.552 1.552 0 0 1 2.195-2.195l13.896 13.897a1.552 1.552 0 0 1-2.194 2.194L14.454 16.65Z' fill='%23fff'/%3E%3Cpath d='M28.351 14.455a1.552 1.552 0 0 1 2.195 2.194L16.649 30.546a1.552 1.552 0 0 1-2.194-2.195L28.35 14.455Z' fill='%23fff'/%3E%3C/svg%3E");
    cursor: pointer;
}

.no-touch .header__menu-title .close:hover,
.touch .header__menu-title .close:active {
    background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.454 16.649a1.552 1.552 0 0 1 2.195-2.195l13.896 13.897a1.552 1.552 0 0 1-2.194 2.194L14.454 16.65Z' fill='%23E2001A'/%3E%3Cpath d='M28.351 14.455a1.552 1.552 0 0 1 2.195 2.194L16.649 30.546a1.552 1.552 0 0 1-2.194-2.195L28.35 14.455Z' fill='%23E2001A'/%3E%3C/svg%3E");
}

.header__menu-list, .header__menu-sublist {
    display: flex;
    flex-direction: column;
    width: 280px;
    height: 100%;
    max-height: calc(100% - 48px);
    background-color: #FFF;
    overflow-y: auto;
}

.header__menu-subwrap .title {
    padding-left: 40px;
}

.no-touch .header__menu-subwrap .title.js-menu-back:hover,
.touch .header__menu-subwrap .title.js-menu-back:active {
    color: var(--main-red-color);
}

.header__menu-subwrap .title:after {
    content: '';
    display: block;
    position: absolute;
    left: 4px;
    top: 50%;
    margin-top: -18px;
    width: 36px;
    height: 36px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 10L22.1678 11.1679L15.2773 18L22.1678 24.8321L21 26L13 18L21 10Z' fill='white'/%3E%3C/svg%3E%0A");
}

.no-touch .header__menu-subwrap .title.js-menu-back:hover:after,
.touch .header__menu-subwrap .title.js-menu-back:active:after {
    background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 10L22.1678 11.1679L15.2773 18L22.1678 24.8321L21 26L13 18L21 10Z' fill='%23E2001A'/%3E%3C/svg%3E%0A");
}

.header__menu-list > .header__menu-item:nth-of-type(1) {
    padding-top: 8px;
    border-top: 1px solid #C4C4C4;
}

.header__menu-line {
    margin: 8px 16px;
    border-bottom: 1px solid #C4C4C4;
}

.header__menu-item span:not(.title):not(.close):not(.login):before {
    display: block;
    content: '';
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.16788 20L7 18.8321L13.8905 12L7 5.16788L8.16788 4L16.1679 12L8.16788 20Z' fill='%23303030'/%3E%3C/svg%3E%0A")
}

.header__menu-item a, .header__menu-item span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-size: 16px;
    line-height: 40px;
    cursor: pointer;
    transition: color .1s ease-in-out;
}

.header__menu-item a:not(.title):not(.close).open,
.header__menu-item span:not(.title):not(.close).open,
body.no-touch .header__menu-item a:not(.title):not(.close):hover,
body.no-touch .header__menu-item span:not(.title):not(.close):hover {
    color: var(--main-red-color);
}

.header__menu-item a:not(.title):not(.close).open:before,
.header__menu-item span:not(.title):not(.close).open:before,
body.no-touch .header__menu-item a:not(.title):not(.close):hover:before,
body.no-touch .header__menu-item span:not(.title):not(.close):hover:before {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.16788 20L7 18.8321L13.8905 12L7 5.16788L8.16788 4L16.1679 12L8.16788 20Z' fill='%23ff2c2c'/%3E%3C/svg%3E%0A");
}

.header__menu-item a:hover {
    color: var(--main-red-color);
}

.header__menu-item svg {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 26px;
    height: 26px;
    transition: fill .1s ease-in-out;
}

.header__menu-item .header__top-login svg {
    fill: var(--main-red-color);
}

.no-touch .header__menu-item:hover svg,
.header__menu-item span.open svg,
.header__menu-item a:hover svg {
    fill: var(--main-red-color);
}

.header__menu-item > a, .header__menu-item > span {
    padding: 0 40px 0 54px;
}

.header__menu-subwrap {
    visibility: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    z-index: 1;
    transition: all .3s ease-in-out;
}

.header__menu-subwrap.open {
    visibility: visible;
    left: 0;
}

.header__menu-subwrap a {
    padding: 0 24px;
}

.header__menu-social {
    padding: 0 16px;
}

.header__menu-social_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 0;
}

.header__menu-social_wrap a {
    width: 30px;
    height: 30px;
}

.header__menu-social_wrap a + a {
    margin: 0 0 0 20px;
}

.header__menu-social_wrap img, .header__menu-social_wrap svg {
    display: block;
    width: inherit;
    height: inherit;
    -o-object-fit: cover;
    object-fit: cover;
}

.header__phones {
    visibility: hidden;
    position: absolute;
    top: 100%;
    z-index: 60;
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.header__phones.open {
    visibility: visible;
    opacity: 1;
}

.header__phones .header__phones-wrap {
    background-color: #FFF;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 8px rgba(0, 0, 0, .25);
    padding: 32px;
    cursor: default;
    min-width: 312px;
    max-height: calc(100vh - 44px);
    overflow-y: auto;
}

.header__phones-wrap .subtitle, .header__phones-wrap .title {
    display: block;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -.15px;
}

.header__phones-wrap .title {
    font-weight: 500;
    color: #828282;
}

.header__phones-wrap p {
    font-size: 16px;
    line-height: 150%;
}

.header__phones-wrap .heavyweight, .header__phones-wrap .phones {
    margin: 24px 0 0 0;
}

.header__phones-wrap .lightweight, .header__phones-wrap .subtitle + a, .header__phones-wrap .title + p {
    margin: 16px 0 0 0;
}

.header__phones-wrap p {
    margin-top: 0;
}

.header__phones-wrap a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: -.15px;
    white-space: nowrap;
    cursor: pointer;
}

.header__phones-wrap a + a {
    margin: 8px 0 0 0;
}

.header__phones-wrap a:hover {
    color: #FF2C2C;
}

.header__phones-wrap svg {
    display: block;
    width: 18px;
    height: 18px;
    margin: 0 10px 0 0;
}

.fixed-navigation {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 90px;
    left: 18px;
    left: calc(18px + env(safe-area-inset-left));
    z-index: 89;
    opacity: 0;
    visibility: hidden;
    background-color: #FFFFFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid var(--main-blue-color);
    cursor: pointer;
    user-select: none;
}

.fixed-navigation:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48' fill='none'%3E%3Cpath d='M24.5217 15.6522L26.3744 17.5048L13.7146 30.1646C13.203 30.6762 12.3736 30.6762 11.862 30.1646C11.3504 29.653 11.3504 28.8235 11.862 28.3119L24.5217 15.6522Z' fill='%230066CC'/%3E%3Cpath d='M22.6691 17.5048L24.5217 15.6522L37.1815 28.3119C37.6931 28.8235 37.6931 29.653 37.1815 30.1646C36.6699 30.6762 35.8405 30.6762 35.3289 30.1646L22.6691 17.5048Z' fill='%230066CC'/%3E%3C/svg%3E");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 44px;
}

.fixed-navigation:hover {
    border: 2px solid var(--main-red-color);
}

.fixed-navigation:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48' fill='none'%3E%3Cpath d='M24.5217 15.6522L26.3744 17.5048L13.7146 30.1646C13.203 30.6762 12.3736 30.6762 11.862 30.1646C11.3504 29.653 11.3504 28.8235 11.862 28.3119L24.5217 15.6522Z' fill='%23E2001A'/%3E%3Cpath d='M22.6691 17.5048L24.5217 15.6522L37.1815 28.3119C37.6931 28.8235 37.6931 29.653 37.1815 30.1646C36.6699 30.6762 35.8405 30.6762 35.3289 30.1646L22.6691 17.5048Z' fill='%23E2001A'/%3E%3C/svg%3E");
}

.fixed-navigation.visible {
    opacity: 0.8;
    visibility: visible;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}
.header__top-logo {
    display: flex;
    align-items: center;
}

.header__top-logo svg {
    display: block;
    width: 237px;
    height: 32px;
}

.header__top-button {
    display: flex;
    justify-content: center;
    margin-left: 24px;
    width: 75px;
    font-size: 18px;
    line-height: 32px;
    color: #FFF;
    background-color: var(--main-blue-color);
    border-radius: 4px;
}

body.no-touch .header__top-button:hover {
    background-color: #0D4599;
}

.header__top-button.open, body.no-touch .header__top-button:active {
    background-color: #001751;
}

.header__top-link {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 24px;
    font-size: 18px;
    color: #FFF;
}

.header__top-link:hover {
    color: var(--main-red-color);
}

.header__top-link svg {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 24px;
    height: 24px;
    transform: translate(-3px, -50%);
}

.header__top-text {
    font-size: 18px;
    line-height: 14px;
    color: #FFF;
}

.header__top-text.mobile {
    display: none;
}

.header__top-phone {
    display: flex;
    align-items: center;
}

.header__top-phone .phone {
    position: relative;
    padding-right: 24px;
    font-size: 18px;
    font-weight: 500;
    color: #FFF;
}

.header__top-phone .phone svg {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: 24px;
    height: 24px;
    fill: #FFF;
    transform: translateY(-50%) rotate(0);
    transition: transform .3s;
}

.header__top-phone .phone-wrap {
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 6px;
    cursor: pointer;
}

.header__top .phone-wrap > svg,
.header__bottom-mob .phone-wrap > svg {
    display: block;
    width: 20px;
    height: 20px;
    padding: 3px;
    box-sizing: border-box;
    border-radius: 50%;
    background-color: var(--main-green-color);
    fill: #FFF;
}

body.no-touch .header__top-phone .phone-wrap:hover span {
    color: #FF2C2C;
}

body.no-touch .header__top-phone .phone-wrap:hover .phone svg {
    fill: var(--main-red-color) !important;
}

.header__top-phone .phone-wrap.open .text,
.header__top-phone .phone-wrap.open .phone {
    color: var(--main-red-color);
}

.header__top-phone .phone-wrap.open .phone svg {
    transform: translateY(-50%) rotate(-180deg);
    transition: transform .3s;
    fill: currentColor;
}

.header__top-basket {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
}

.header__top-basket svg {
    display: block;
    width: 24px;
    height: 24px;
    fill: #FFF;
}

.header__top-basket:hover span:not(.count) {
    color: var(--main-red-color);
}

.header__top-basket:hover svg {
    fill: var(--main-red-color) !important;
}

.header__top-basket .count {
    position: absolute;
    top: 0;
    right: -2px;
    display: block;
    width: 20px;
    height: 20px;
    background-color: var(--main-red-color);
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    color: #FFF;
}

.header section:nth-of-type(2) {
    margin-top: 64px;
}

.header__bottom.container-block {
    position: relative;
    padding: 0;
    z-index: 20;
}

.header__bottom-mob {
    display: none;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.header__bottom-mob .header__top-link_shops {
    background: 0 0;
    width: auto;
    margin: 0;
}

.header__bottom-mob .header__top-link {
    position: relative;
    padding-left: 26px;
    line-height: 40px;
    text-align: left;
    color: var(--main-text-color);
}

.header__bottom-mob .header__top-link:hover {
    color: var(--main-red-color);
}

.header__bottom-mob .header__top-phone .text {
    font-size: 16px;
    line-height: 100%;
}

.header__bottom-mob .header__top-phone .phone {
    padding-right: 22px;
    color: var(--main-text-color);
}

.header__bottom-mob .header__top-phone .phone svg {
    fill: currentColor;
}

.header__bottom-wrap {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.header__bottom-wrap:before,
.header__bottom-wrap:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 17px;
    background: linear-gradient(90deg, #FFFFFF 25%, rgba(255, 255, 255, 0) 100%);
    z-index: 10;
}

.header__bottom-wrap:before {
    left: -1px;
}

.header__bottom-wrap:after {
    right: -1px;
    transform: rotate(-180deg);
}

.header__bottom-btns {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 0 16px;
    overflow-y: hidden;
    overflow-x: auto;
}

.header__bottom-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 9px 0;
    cursor: pointer;
}

.header__bottom-btn:not(:first-child) {
    margin-left: 16px;
}

.header__bottom-btn:nth-child(2),
.header__bottom-btn:nth-child(3) {
    margin-left: 10px;
}

.header__bottom-btn span {
    display: block;
    margin-left: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    white-space: nowrap;
    transition: all .1s ease-out;
}

.header__bottom-btn svg.icon-section {
    width: 30px;
    height: 30px;
    fill: #303030;
    transition: all .1s ease-out;
}

.header__bottom-btn .icon-arrow-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.header__bottom-btn svg.icon-arrow {
    margin-left: -2px;
    width: 24px;
    height: 24px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.header__bottom-btn:hover span,
.header__bottom-btn_link:hover span,
.header__bottom-btn.open span {
    color: #FF2C2C
}

.header__bottom-btn:hover svg,
.header__bottom-btn_link:hover svg,
.header__bottom-btn.open svg {
    fill: #FF2C2C
}

.header__bottom-btn.open svg.icon-arrow {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    fill: #FF2C2C
}

.header__bottom-desc {
    visibility: hidden;
    max-height: 0;
    padding: 0 10px;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-in-out;
}

.header__bottom-desc.open {
    visibility: visible;
    max-height: 350px;
    padding: 0 10px 10px;
    opacity: 1;
}

.header__nav {
    max-height: 178px;
}

.header__nav-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: stretch;
    visibility: hidden;
    max-height: 0;
    padding-right: 32px;
    padding-left: 32px;
    opacity: 0;
    overflow: hidden;
    will-change: opacity, max-height, padding;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out .1s;
}

.header__nav-item.open {
    visibility: visible;
    max-height: 368px;
    padding-top: 32px;
    padding-bottom: 32px;
    opacity: 1;
}

.header__nav-sections {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.header__nav-sections a {
    display: block;
    text-align: center;
    position: relative;
    z-index: 1;
}

.header__nav-sections a svg {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    fill: #303030;
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
}

.header__nav-sections a span {
    display: block;
    margin-top: 15px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    white-space: nowrap;
}

.header__nav-sections a:hover span {
    color: #FF2C2C
}

body.no-touch .header__nav-sections a:hover svg {
    -webkit-transform: rotate(70deg);
    transform: rotate(70deg);
    -webkit-transition: -webkit-transform .9s;
    transition: -webkit-transform .9s;
    transition: transform .9s;
    transition: transform .9s, -webkit-transform .9s;
}

.header__nav-pages_wrap {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    justify-content: space-evenly;
    margin-left: 32px;
    padding-left: 32px;
    min-width: 282px;
    -webkit-box-shadow: inset 2px 0 0 0 #E3E3E3;
    box-shadow: inset 2px 0 0 0 #E3E3E3;
}

.header__nav-pages_wrap a {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 16px;
    line-height: 40px;
}

.header__nav-pages_wrap a svg {
    display: block;
    width: 25px;
    height: 25px;
    fill: var(--main-text-color);
}

.header__nav-pages_wrap a:hover {
    color: var(--main-red-color);
}

.header__nav-pages_wrap a:hover svg {
    fill: var(--main-red-color);
}

.header__infokiosk-svg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 16px;
}

.header__infokiosk-svg svg {
    display: block;
    width: 36px;
    height: 36px;
    fill: #E2001A;
}

.header__infokiosk-svg span {
    margin: 0 0 0 4px;
    font-size: 22px;
    line-height: 26px;
}

.header__infokiosk-btn {
    margin-left: auto;
}

.header__infokiosk-btn a {
    display: block;
    margin-right: 16px;
    padding: 7px 16px 8px;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    white-space: nowrap;
    border-radius: 6px;
    background-color: #06C;
    color: #FFF;
}

.header__infokiosk-btn a:hover {
    background-color: #0D4599;
}

.header__infokiosk-btn a:active {
    background-color: #001751;
}

.header-attention.close {
    display: none !important;
}

@media (max-width: 1339px) {
    .header__bottom-logo svg {
        width: 284px;
        height: 40px;
    }
}

@media (max-width: 1199px) {
    .header__bottom-logo {
        display: none;
    }

    .header__nav {
        max-height: 139px;
    }

    .header__nav-item {
        padding-right: 20px;
        padding-left: 20px;
    }

    .header__nav-item.open {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .header__nav-sections a svg {
        width: 70px;
        height: 70px;
    }

    .header__nav-sections a span {
        font-size: 14px;
        line-height: 17px;
        margin-top: 12px;
    }
}

@media (max-width: 959px) {
    .header__menu-subwrap a {
        padding: 0 16px;
    }

    .header__bottom-logo svg {
        width: 222px;
        height: 30px;
    }

    .header__top-text {
        font-size: 16px;
        line-height: 100%;
    }

    .header__top-link,
    .header__top-phone .phone {
        font-size: 16px;
    }

    .header__top-button {
        margin-left: 8px;
        width: 70px;
        line-height: 30px;
        font-size: 17px;
    }

    .header__top-basket {
        width: 30px;
        height: 30px;
    }

    .header__nav {
        max-height: 219px;
    }

    .header__nav-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .header__nav-sections a {
        width: auto;
    }

    .header__nav-pages_wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        margin-left: 0;
        padding-left: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        min-height: auto;
        margin-top: 24px;
        width: auto;
        padding-top: 16px;
        box-shadow: inset 0px 1px 0px 0px #DADADA;
    }
}

@media (max-width: 899px) {
    .header__top-text.desktop {
        display: none;
    }

    .header__top-text.mobile {
        display: inherit;
    }
}

@media (max-width: 767px) {
    .header__bg {
        height: 40px;
        padding-right: 14px;
        padding-left: 14px;
        padding-right: max(14px, env(safe-area-inset-right));
        padding-left: max(14px, env(safe-area-inset-right));
    }

    .header section:nth-of-type(2) {
        margin-top: 56px;
    }

    .header__top-link span,
    .header__top-phone .phone {
        line-height: 40px;
    }

    .header__top-wrapper {
        display: flex;
        align-items: center;
    }

    .header__menu-title .close {
        width: 40px;
        height: 40px;
    }

    .header__top-button {
        width: 60px;
        font-size: 15px;
        line-height: 26px;
    }

    .header__top-basket {
        width: 40px;
        height: 40px;
    }

    .header__top-basket .count {
        top: 4px;
        right: 2px;
    }

    .header__top-logo svg {
        width: 192px;
        height: 26px;
    }

    .header__nav {
        max-height: 199px;
    }

    .header__nav-item {
        padding-right: 16px;
        padding-left: 16px;
    }

    .header__nav-item.open {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .header__nav-pages_wrap, .header__nav-sections {
        width: 100%;
    }

    .header__nav-sections a svg {
        width: 58px;
        height: 58px;
    }

    .header__infokiosk-svg span {
        display: none;
    }
}

@media (max-width: 689px) {
    .header__top-text.mobile {
        display: none;
    }
}

@media (max-width: 639px) {
    .header__menu-list, .header__menu-sublist {
        max-height: calc(100% - 40px);
    }

    .header__bottom.container-block {
        padding: 10px 0 0;
    }

    .header__top-phone .phone-wrap {
        margin-right: -6px;
    }

    .header__bottom-mob {
        display: flex;
        padding: 0 10px 10px;
    }

    .header__bottom-mob .header__top-link,
    .header__bottom-mob .header__top-phone .phone {
        line-height: 20px;
    }

    .header__bottom-logo, .header__nav-sections a .br, .header__top .header__top-link, .header__top .header__top-phone {
        display: none;
    }

    .header__bottom-wrap {
        position: relative;
        -webkit-box-shadow: inset 10px 0px 0px 0px white, inset -10px 0px 0px 0px white, inset 0px 1px 0px 0px #DADADA;
        -moz-box-shadow: inset 10px 0px 0px 0px white, inset -10px 0px 0px 0px white, inset 0px 1px 0px 0px #DADADA;
        box-shadow: inset 10px 0px 0px 0px white, inset -10px 0px 0px 0px white, inset 0px 1px 0px 0px #DADADA;
    }

    .header__bottom-wrap:before,
    .header__bottom-wrap:after {
        width: 11px;
    }

    .header__bottom-btns {
        padding: 0 10px;
    }

    .header__nav {
        max-height: 358px;
    }

    .header__nav-item {
        padding-right: 10px;
        padding-left: 10px;
    }

    .header__nav-item.open {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .header__nav-sections {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: -12px 0;
    }

    .header__nav-sections a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 100%;
        width: 100%;
        text-align: left;
    }

    .header__nav-sections a svg {
        width: 30px;
        height: 30px;
        margin: 0 16px 0 0;
    }

    .header__nav-sections a span {
        margin-top: 0;
        font-size: 16px;
        line-height: 54px;
    }

    .header__nav-pages_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 16px;
        padding-top: 10px;
    }

    .header__nav-pages_wrap a svg {
        width: 30px;
    }

    .header__top-link svg {
        width: 20px;
        height: 20px;
    }

    .header__bottom-mob .header__top-link {
        padding-left: 18px;
    }

    .header__bottom-btn svg.icon-section {
        width: 20px;
        height: 20px;
    }

    .header__phones-wrap .heavyweight, .header__phones-wrap .phones {
        margin: 16px 0 0 0;
    }

    .header__phones-wrap .lightweight, .header__phones-wrap .subtitle + a, .header__phones-wrap .title + p {
        margin-top: 8px;
    }

    .header__infokiosk-svg {
        display: none;
    }

    .header__infokiosk-btn a {
        margin-right: 8px;
    }
}

@media (max-width: 389px) {
    .header__top-phone .phone-wrap .text {
        display: none;
    }
}

@media (max-width: 359px) {
    .header__top-logo svg {
        width: 178px;
        height: 24px;
    }

    .header__top-button {
        line-height: 24px;
        font-size: 14px;
    }
}

/* End */


/* Start:/local/components/dev.autoset/com.promo_2/templates/.default/style.css?17461747753863*/
.tirecart__game a {
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 0;
}

.tirecart__game a img {
    display: block;
    width: 100%;
    max-height: 140px;
}

.tirecart__game .small_img {
    display: none;
}

.tirecart__game + .product__wrap {
    margin-top: 16px;
}

.prod-card-info + .tirecart__game {
    margin-top: 40px;
}

@media (max-width: 639px) {
    .tirecart__game a img {
        max-height: 357px;
    }

    .tirecart__game .big_img {
        display: none;
    }

    .tirecart__game .small_img {
        display: block;
    }

    /* правим отображение рендера баннера на ios*/
    .product__wrap .tirecart__game img:not(.loaded) {
        min-height: 200px;
    }
}

/*Стили для текстового блока в карточке модели и на странице Бренда*/
.brand-sale-container {
    width: 100%;
}

.brand-sale {
    padding: 24px 16px 16px;
    border-radius: 6px;
    text-align: center;
}

.brand-sale__title {
    margin: 0 auto;
    max-width: 1020px;
    font-size: 32px;
    line-height: 130%;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.01em;
}

.brand-sale__title-help {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 14px;
    height: 14px;
    vertical-align: super;
    border-radius: 50%;
    border: 1px solid var(--main-blue-color);
}

.brand-sale__title-help svg {
    width: 8px;
    height: 10px;
    fill: var(--main-blue-color);
}

.brand-sale__title .footnote {
    margin: 4px 0 0 0;
    display: block;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    font-weight: normal;
}

.brand-sale__list-wrap {
    display: flex;
    justify-content: space-around;
    margin: 56px 0 0;
}

.brand-sale__list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 220px;
    font-weight: 400;
    font-size: 22px;
    line-height: 130%;
    text-align: center;
}

.brand-sale__list-item .svg-icon {
    width: 80px;
    height: 80px;
}

.brand-sale__list-item span {
    margin-top: 16px;
    font-weight: 400;
    font-size: 22px;
    line-height: 130%;
}

.brand-sale__list-item:last-of-type span {
    width: 100px;
}

@media (max-width: 1339px) {
    .brand-sale__title {
        font-size: 28px;
    }
}

@media (max-width: 959px) {
    .brand-sale {
        padding: 16px;
    }

    .brand-sale__title {
        font-size: 24px;
    }

    .brand-sale__list-item {
        font-size: 16px;
    }

    .brand-sale__list-item .svg-icon {
        width: 70px;
        height: 70px;
    }

    .brand-sale__list-item span {
        margin-top: 8px;
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .brand-sale__list-item .svg-icon {
        width: 50px;
        height: 50px;
    }

    .brand-sale__list-item span {
        margin-top: 8px;
        font-size: 18px;
    }
}

@media (max-width: 639px) {
    .brand-sale__title {
        font-size: 22px;
    }

    .brand-sale__list-wrap {
        flex-direction: column;
        margin-top: 0;
    }

    .brand-sale__list-item {
        flex-direction: row;
        margin-top: 32px;
        width: auto;
        font-size: 14px;
    }

    .brand-sale__list-item span {
        margin-top: 0px;
        margin-left: 24px;
        text-align: left;
    }

    .brand-sale__list-item:last-of-type span {
        width: auto;
    }
}

@media (max-width: 359px) {
    .brand-sale {
        padding: 16px 14px;
    }

    .brand-sale__title {
        font-size: 20px;
    }

    .brand-sale__list-item {
        font-size: 13px;
        line-height: 15px;
    }

    .brand-sale__list-item span {
        font-size: 16px;
    }
}
/* End */


/* Start:/local/components/dev.autoset/com.pop.up.action_2/templates/fix-top/style.css?16950183561288*/
.pop-up-top {
    position: fixed;
    z-index: 60;
    right: 20px;
    top: 270px;
    width: 110px;
    height: 110px;

}

.pop-up-top .close {
    cursor: pointer;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 12px;
    height: 12px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.9'%3E%3Cpath d='M11.5091 12C11.4 12 11.1818 12 11.0727 11.8904L0.163636 0.931507C-0.0545455 0.712328 -0.0545455 0.383562 0.163636 0.164384C0.381818 -0.0547945 0.709091 -0.0547945 0.927273 0.164384L11.8364 11.1233C12.0545 11.3425 12.0545 11.6712 11.8364 11.8904C11.8364 12 11.6182 12 11.5091 12Z' fill='%23828282'/%3E%3Cpath d='M0.6 12C0.490909 12 0.272727 12 0.163636 11.8904C-0.0545455 11.6712 -0.0545455 11.3425 0.163636 11.1233L11.0727 0.164384C11.2909 -0.0547945 11.6182 -0.0547945 11.8364 0.164384C12.0545 0.383562 12.0545 0.712329 11.8364 0.931507L0.927273 11.8904C0.927273 12 0.709091 12 0.6 12Z' fill='%23828282'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.pop-up-top__wrap img {
    border-radius: 50%;
    cursor: pointer;
}


.pop-up-top__wrap img {
    width: 100%;
    height: 100%;
}

/* End */


/* Start:/local/components/dev.autoset/com.cookies/templates/.default/style.css?17235374032030*/
.cookie {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 80px;
    padding: 32px 20px 40px;
    border-radius: 6px 6px 0 0;
    background: #FFFFFF;
    box-shadow: 0px 12px 20px 5px #00000040;
    z-index: 1000;
}

.cookie__title {
    flex-shrink: 0;
    font-size: 24px;
    line-height: 38px;
    font-weight: 500;
}

.cookie__wrapper {
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 676px;
    width: 100%;
}

.cookie__text {
    display: block;
    font-size: 16px;
    line-height: 26px;
}

.cookie__btns {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.cookie__btn {
    width: 146px;
    font-size: 18px;
    line-height: 44px;
}

.cookie__btn-ghost {
    font-weight: 500;
    text-align: center;
    background: none;
    box-shadow: 0px 0px 0px 1px #E6E8EB inset;
    border-radius: 6px;
    color: var(--main-text-color);

}

.no-touch .cookie__btn-ghost:not([disabled]):hover {
    background-color: #F7F8FA;
}

.touch .cookie__btn-ghost:not([disabled]):active,
.no-touch .cookie__btn-ghost:not([disabled]):active {
    background-color: #EBEDF0;
}

@media (max-width: 1199px) {
    .cookie {
        gap: 40px;
    }
}

@media (max-width: 959px) {
    .cookie__title {
        font-size: 20px;
        line-height: 32px;
    }
}

@media (max-width: 767px) {
    .cookie {
        gap: 32px;
        padding: 32px 14px 54px;
    }

    .cookie__title {
        font-size: 18px;
        line-height: 29px;
    }

    .cookie__text {
        font-size: 14px;
        line-height: 22px;
    }
}

@media (max-width: 639px) {
    .cookie {
        flex-direction: column;
        gap: 16px;
        padding: 16px 14px 24px;
    }

    .cookie__title {
        align-self: center;
    }

    .cookie__wrapper {
        flex-direction: column;
        gap: 24px;
    }

    .cookie__btn {
        width: 100%;
        font-size: 16px;
        line-height: 40px;
    }
}
/* End */


/* Start:/bitrix/templates/inner-updated_2017/styles.css?16685979085830*/
.social-row {
    display: none
}

div.sidebar ul li a {
    color: #FFF;
    cursor: pointer
}

@media (max-width: 767px) {
    .helper__bg-img:before {
        display: none
    }

    .headerSelector .background {
        display: none
    }

    .productKind {
        display: none
    }
}

.career-vacancy__contact {
    padding-top: 10px
}

.h1-head-inner {
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 16px
}

.contacts__adress__item .contacts__adress__text:hover {
    text-decoration: underline
}

.post-news-content {
    font-size: 16px;
    line-height: 24px;
    text-align: left
}

@media (max-width: 640px) {
    .post-news-content {
        padding-left: 5px;
        padding-right: 5px
    }

    .post-news-detail {
        padding-left: 5px;
        padding-right: 5px
    }
}

.post-news-detail {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    padding: 8px 0 72px
}

.post-news-detail h1 {
    font-size: 24px;
    line-height: 27px;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: left;
    font-weight: bold
}

.post-news-detail h2 {
    font-size: 20px;
    line-height: 23px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0px !important;
    margin-right: 0px !important;
    text-align: left;
    font-weight: bold;
    color: #000;
    text-transform: none
}

.post-news-detail ul, .post-news-detail ol {
    margin-top: 10px;
    padding-left: 0px !important
}

.post-news-detail ul li, .post-news-detail ol li {
    position: relative;
    padding-left: 20px;
    list-style-type: none
}

.post-news-detail ul li + li, .post-news-detail ol li + li {
    margin-top: 10px
}

.post-news-detail ul li:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background-color: #E2001A;
    position: absolute;
    top: 10px;
    left: 0px
}

.post-news-detail ol li:before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #E2001A
}

.post-news-detail ol li:nth-of-type(1):before {
    content: "1."
}

.post-news-detail ol li:nth-of-type(2):before {
    content: "3."
}

.post-news-detail ol li:nth-of-type(3):before {
    content: "3."
}

.post-news-detail ol li:nth-of-type(4):before {
    content: "4."
}

.post-news-detail ol li:nth-of-type(5):before {
    content: "5."
}

.post-news-detail ol li:nth-of-type(6):before {
    content: "6."
}

.post-news-detail ol li:nth-of-type(7):before {
    content: "7."
}

.post-news-detail ol li:nth-of-type(8):before {
    content: "8."
}

.post-news-detail ol li:nth-of-type(9):before {
    content: "9."
}

.post-news-detail ol li:nth-of-type(10):before {
    content: "10."
}

.post-news-detail ol li:nth-of-type(11):before {
    content: "11."
}

.post-news-detail ol li:nth-of-type(12):before {
    content: "12."
}

.post-news-detail ol li:nth-of-type(13):before {
    content: "13."
}

.post-news-detail ol li:nth-of-type(14):before {
    content: "14."
}

.post-news-detail ol li:nth-of-type(15):before {
    content: "15."
}

.post-news-detail ol li:nth-of-type(16):before {
    content: "16."
}

.post-news-detail ol li:nth-of-type(17):before {
    content: "17."
}

.post-news-detail ol li:nth-of-type(18):before {
    content: "18."
}

.post-news-detail ol li:nth-of-type(19):before {
    content: "19."
}

.post-news-detail ol li:nth-of-type(20):before {
    content: "20."
}

.post-news-detail a {
    color: #06C !important;
    text-decoration: none !important
}

.post-news-detail a:hover {
    color: #FF2C2C !important
}

.post-news-detail a:before, .post-news-detail a:after {
    display: none !important
}

.post-news-detail p {
    padding-bottom: 5px;
    padding-top: 5px
}

.post-news-detail .post-news-data {
    margin-top: 0px;
    font-size: 14px;
    line-height: 19px
}

.post-news-detail .prev-img-content {
    margin-bottom: 15px
}

.post-news-detail .prev-img-content img {
    width: 100%;
}

.gs-section ul li {
    list-style: circle;
    margin-left: 30px
}

.trucks_tires_proiz_sel select {
    text-transform: uppercase
}

.truck-select-os select {
    text-transform: uppercase
}

@media (max-width: 639px) {
    .post-news-detail h1 {
        font-size: 22px;
        line-height: 25px
    }
}

.last-news-box h3 {
    margin: 20px 0 20px;
    font-size: 18px
}

.full-background {
    width: 100%
}

.w-container .list-decimal > li {
    list-style-type: decimal;
    list-style: decimal
}

.w-container .list-disc > li {
    list-style-type: disc;
    list-style: disc
}

.w-container h2 {
    color: #333;
    margin-left: 0px !important
}

.w-container .rubricator-content-article__text ol li {
    list-style-type: decimal;
    list-style: decimal
}

.w-container .rubricator-content-article__text ul li {
    list-style-type: disc;
    list-style: disc
}

.w-container .rubricator-content-article__text ul > li {
    list-style-type: disc;
    list-style: disc;
    text-indent: 0px
}

.w-container .rubricator-content-article__text ol > li {
    list-style-type: decimal;
    list-style: decimal;
    text-indent: 0px
}

.w-container .rubricator-content-article__text ul {
    padding-left: 50px
}

.w-container .rubricator-content-article__text ol {
    padding-left: 50px
}

.container-cervice {
    background: #FFFFFF
}

.list-decimal > li {
    list-style-type: decimal;
    list-style: decimal
}

.list-disc > li {
    list-style-type: disc;
    list-style: disc
}
/* End */


/* Start:/bitrix/templates/inner-updated_2017/template_styles.css?1667910843146*/
.svgicon {
	fill: #e2001a;
	max-height: 75px;
}

.addit-info .news-detail h3 {
	font-size: 18px;
	line-height: 21px;
	font-weight: 500;
}
/* End */
/* /local/source/footer.css?17764311974069 */
/* /local/source/my_select/css/myselect.css?176173444432186 */
/* /local/source/multichoose/css/multichoose.css?17733851922083 */
/* /local/source/auth/modal_css/style.css?16781067351195 */
/* /local/templates/.default/components/bxmaker/geoip.city/ch_city/style.css?167946669010174 */
/* /local/components/dev.autoset/main.header/templates/v5/css/header.css?175575907829051 */
/* /local/components/dev.autoset/com.promo_2/templates/.default/style.css?17461747753863 */
/* /local/components/dev.autoset/com.pop.up.action_2/templates/fix-top/style.css?16950183561288 */
/* /local/components/dev.autoset/com.cookies/templates/.default/style.css?17235374032030 */
/* /bitrix/templates/inner-updated_2017/styles.css?16685979085830 */
/* /bitrix/templates/inner-updated_2017/template_styles.css?1667910843146 */
