.static_page h2 {
    margin-bottom: 20px;
}
/*#bx-panel{
    display: none !important;
}*/
.select_text {
    background-color: #f6f6f6;
    padding: 20px 20px 20px 25px;
    position: relative;
    margin: 15px 0;
}

.select_text:before {
    content: " ";
    display: block;
    width: 4px;
    background-color: #cacaca;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.select_text_green {
    background-color: #cce1c2;
    padding: 20px 20px 20px 25px;
    position: relative;
    margin: 15px 0;
}

.select_text_green:before {
    content: " ";
    display: block;
    width: 4px;
    background-color: #434e5c;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.static_page ol {
    counter-reset: myCounter;
    margin-left: 0;
    padding-left: 5px;
    color: rgb(100, 100, 100);
}

.static_page ul,
ul.line {
    line-height: 2;
}

.static_page li,
ul.line li {
    position: relative;
    padding-left: 25px;
    margin: 5px 0;
}

.static_page ol li {
    padding-left: 35px;
}

.static_page ul li:before,
ul.line li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 3px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    bottom: 0;
    right: 0;
    margin: auto 0;
    background-color: #434e5c;
}

.static_page ol li:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    border-radius: 3px;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    bottom: 0;
    right: 0;
    margin: auto 0;
    background-color: #434e5c;
    counter-increment: myCounter;
    content: counter(myCounter);
}

.footer-item-copy {
    padding-top: 15px;
    font-size: 12px;
    color: #090909;
}

.footer-item-copy-item a,
.footer-item-copy-item span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #000;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
}

.modal-form-bitrix24 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    height: 100%;
    z-index: 100000;
}

.modal-form-bitrix24.open {
    display: block;
}

.modal-form-bitrix24-content {
    width: 40%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 512px;
}

.modal-form-bitrix24-close {
    position: absolute;
    right: 10px;
    top: 10px;
    background-image: url('http://webkrayt.ru/close.svg');
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: 20px;

}


.input-label.input-label--icon {
    padding-left: 31px;
}

.input-label {
    display: block;
    position: relative;
    max-width: 100%;
}

.input-row {
    margin: 2rem 0;

}

.form-captcha {
    display: flex;
    flex-direction: column;
}

.form-captcha img {
    margin: 1rem 0;
}

.form-captcha span {
    font-size: 14px;
    color: #313131
}

.input-label__icon {
    position: absolute;
    left: 0;
    bottom: 0px;
    font-size: 21px;
    height: 26px;
    color: #727272;
}

.input-label__text {
    font-size: 11px;
    line-height: 1;
    position: absolute;
    z-index: 0;
    bottom: 2px;
    padding: 6px 2px;
    display: block;
    color: #949494;
    height: 23px;
}

.input-label__input {
    font-size: 16px;
    line-height: 1;
    border: none;
    border-bottom: 2px solid #c2c2c2;
    margin-top: 9px;
    width: 100%;
    border-radius: 0;
    padding-bottom: 3px;
}

.input-label__text.top {
    display: block;
    top: -14px;
}

.icon-key {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23727272' viewBox='0 0 32 32' width='32px' height='32px'%3E%3Cpath d='M 20 3 C 15.054688 3 11 7.054688 11 12 C 11 12.519531 11.085938 12.976563 11.15625 13.4375 L 3.28125 21.28125 L 3 21.59375 L 3 29 L 10 29 L 10 26 L 13 26 L 13 23 L 16 23 L 16 20.03125 C 17.179688 20.609375 18.554688 21 20 21 C 24.945313 21 29 16.945313 29 12 C 29 7.054688 24.945313 3 20 3 Z M 20 5 C 23.855469 5 27 8.144531 27 12 C 27 15.855469 23.855469 19 20 19 C 18.789063 19 17.542969 18.644531 16.59375 18.125 L 16.34375 18 L 14 18 L 14 21 L 11 21 L 11 24 L 8 24 L 8 27 L 5 27 L 5 22.4375 L 12.90625 14.5 L 13.28125 14.15625 L 13.1875 13.625 C 13.085938 13.023438 13 12.488281 13 12 C 13 8.144531 16.144531 5 20 5 Z M 22 8 C 20.894531 8 20 8.894531 20 10 C 20 11.105469 20.894531 12 22 12 C 23.105469 12 24 11.105469 24 10 C 24 8.894531 23.105469 8 22 8 Z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.input-label__input--focus+.input-label__icon .icon-key {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23229fff' viewBox='0 0 32 32' width='32px' height='32px'%3E%3Cpath d='M 20 3 C 15.054688 3 11 7.054688 11 12 C 11 12.519531 11.085938 12.976563 11.15625 13.4375 L 3.28125 21.28125 L 3 21.59375 L 3 29 L 10 29 L 10 26 L 13 26 L 13 23 L 16 23 L 16 20.03125 C 17.179688 20.609375 18.554688 21 20 21 C 24.945313 21 29 16.945313 29 12 C 29 7.054688 24.945313 3 20 3 Z M 20 5 C 23.855469 5 27 8.144531 27 12 C 27 15.855469 23.855469 19 20 19 C 18.789063 19 17.542969 18.644531 16.59375 18.125 L 16.34375 18 L 14 18 L 14 21 L 11 21 L 11 24 L 8 24 L 8 27 L 5 27 L 5 22.4375 L 12.90625 14.5 L 13.28125 14.15625 L 13.1875 13.625 C 13.085938 13.023438 13 12.488281 13 12 C 13 8.144531 16.144531 5 20 5 Z M 22 8 C 20.894531 8 20 8.894531 20 10 C 20 11.105469 20.894531 12 22 12 C 23.105469 12 24 11.105469 24 10 C 24 8.894531 23.105469 8 22 8 Z'/%3E%3C/svg%3E");
}

.input-label__input--focus+.input-label__icon {
    color: #326083;
}

.input-label__input--focus {
    border-color: #326083;
}

.input-label__input--err {
    border-color: #c53328a6;
}

.input-label__input:focus+.input-label__icon .icon-key {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23229fff' viewBox='0 0 32 32' width='32px' height='32px'%3E%3Cpath d='M 20 3 C 15.054688 3 11 7.054688 11 12 C 11 12.519531 11.085938 12.976563 11.15625 13.4375 L 3.28125 21.28125 L 3 21.59375 L 3 29 L 10 29 L 10 26 L 13 26 L 13 23 L 16 23 L 16 20.03125 C 17.179688 20.609375 18.554688 21 20 21 C 24.945313 21 29 16.945313 29 12 C 29 7.054688 24.945313 3 20 3 Z M 20 5 C 23.855469 5 27 8.144531 27 12 C 27 15.855469 23.855469 19 20 19 C 18.789063 19 17.542969 18.644531 16.59375 18.125 L 16.34375 18 L 14 18 L 14 21 L 11 21 L 11 24 L 8 24 L 8 27 L 5 27 L 5 22.4375 L 12.90625 14.5 L 13.28125 14.15625 L 13.1875 13.625 C 13.085938 13.023438 13 12.488281 13 12 C 13 8.144531 16.144531 5 20 5 Z M 22 8 C 20.894531 8 20 8.894531 20 10 C 20 11.105469 20.894531 12 22 12 C 23.105469 12 24 11.105469 24 10 C 24 8.894531 23.105469 8 22 8 Z'/%3E%3C/svg%3E");

}

.input-label__input:focus+.input-label__icon {
    color: #326083;
}

.input-label__input:focus {
    border-color: #326083;
}

.auth-link {
    font-size: 1em;
    margin: 1rem 0;
}

.auth-link a {
    color: #434e5c;
}

.auth-link a:hover {
    color: #326083;
}

.auth-link p {
    font-size: 0.9em;
    margin-top: 5px;
}

.auth-btn a {
    display: inline-block;
    min-width: 200px;
}

.auth-btn input {
    width: 100%;
}

.auth-btn {
    margin: 1rem 0;
}

div.bx-auth {
    max-width: 350px;
    margin: 2rem auto;
    width: 100%;
}

.auth-link__wrap>div {
    margin: 1.5rem 0;
    text-align: center;
}

.auth-link__icon {
    margin-right: 6px;
    font-weight: 300;
    font-size: 13px;
}

.auth-link__wrap {
    margin: 2rem 0;
}

/* .auth-link__wrap,
div.auth-btn__wrap{

} */
.reg-form__title {
    text-align: center;
    margin-bottom: 2rem;
}

div.bx-auth form {
    max-width: 100%;
    margin-top: 3rem;

}

.bx-auth-note p {
    text-align: left;
}

.bx-auth-note--min {
    font-size: 0.9em;
}

.bx-pagination .bx-pagination-container ul li.bx-active span {
    background: #6ebe11;
    color: #fff;
}

.bx-auth-err-block {
    font-size: 14px;
    text-align: center;
}

.errortext {
    color: #ce261a !important;
    font-weight: 500;
    font-size: 14px;
}

@media screen and (min-width: 769px) {
    div.bx-auth form {
        margin-top: 3rem;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 6.5rem;
    }

    .bx-auth-table {
        margin-top: 3.5rem;
    }

    .input-label.input-label--icon {
        padding-left: 40px;
    }

    .input-label__input {
        font-size: 20px;
        padding-bottom: 4px;
        line-height: 1;
        margin-top: 15px;

    }

    .input-label__icon {
        font-size: 23px;
        height: 25px;
        color: #727272;
    }

    .input-label__text {
        font-size: 13px;
        bottom: 2px;
        padding: 6px 2px;
        height: 2em;
    }

    .icon-key {
        width: 25px;
        height: 25px;
    }

    div.bx-auth {
        max-width: 400px;
    }

    div.bx-auth form {
        margin-bottom: 5.5rem;

    }

    .reg-form__title h3 {
        font-size: 21px;
        font-weight: 500;
    }

    .bx-auth__img--mob {
        display: none;
    }

    .logo .logo--mob {
        display: none;
    }


}

@media screen and (max-width: 768px) {
    .header .top-icon-box #user {
        display: none;
    }

    .auth-modal-mob {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        background: #ffff;
        height: 100%;
        max-height: 100%;
        max-width: 100%;
        z-index: 1000;
        margin: 0;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: normal !important;

        padding: 1.5rem;
        overflow: auto;
    }

    .div.bx-auth {
        margin: auto;
    }

    .reg-form__title h3 {
        font-size: 20px;
        font-weight: 500;
    }

    .bx-auth__img--mob {
        margin-top: 2rem;
        margin-bottom: 5rem;
        text-align: center;
    }

    .bx-auth__img--mob img {
        max-width: 230px;
    }

    .logo--mob {
        display: block;
        height: 32px;
        margin-top: -9px;
    }

    .logo .logo--desktop {
        display: none;
    }

    .bx-auth-err-block {
        height: 25px;
        font-size: 12px;
        text-align: center;


    }

    .bx-auth-err-block font.errortext {
        color: #ce261a;
        font-weight: 500;
    }

    .bx-auth .bx-auth-err-block {
        margin-top: -1rem;
    }

    .bx-auth-note {
        margin-bottom: 3rem;
    }

    .product-item-image-slider-control {
        display: none;
    }

    div.bx-auth {
        margin: auto !important;
        padding: 2rem 0 !important;
    }

    /* .bx-top-nav-wrapper[data-type="nav-catalog"] .bx-nav-item:first-of-type:not(.bx-nav-parent){
      display: none;
    }
*/


}

@media screen and (max-width: 610px) {

    .logo--mob {
        display: block;
        height: 27px;
        margin-top: -1px;
    }



}

@media screen and (max-width: 510px) {
    .input-label__input {
        padding-left: 0;
    }

    .auth-modal-mob {
        padding: 0 3rem;
    }

    .bx-auth__img--mob {
        margin-bottom: 4rem;
    }

    .bx-auth__img--mob img {
        max-width: 200px;
    }
}

@media screen and (max-width: 400px) {
    .auth-link {
        font-size: 14px;
    }

    .input-label__icon {
        font-size: 18px;
        height: 22px;
    }

    .input-label.input-label--icon {
        padding-left: 26px;
    }

    .auth-btn .btn-primary {
        font-size: 13px;
    }

    .auth-btn .btn-green-border {
        font-size: 13px;
        padding: 8px 10px 7px 10px;
    }

    .auth-btn a {

        min-width: 180px;
    }


}


.header-app {
    display: none;
}

@media screen and (max-width: 768px) {
    .header-app {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 2000;
        background: #ffff;
    }

    .header-app.open {
        display: block !important;
    }

    .app-block {
        display: flex;
        align-items: center;
        font-size: 12px;
        padding: 0.6rem 0.8rem;
        border-bottom: 1px solid #ededed;
        background: #f5f5f5;
    }

    .app-block__title {
        flex-grow: 1;

    }

    .app-info {
        display: flex;
        align-items: center;
    }

    .app-info__img {
        display: flex;
        padding: 7px;
        margin-right: 8px;
        border: 1px solid #edededed;
        border-radius: 10px;
        background: #ffff;
    }

    .app-info__img img {
        max-width: 25px;
        margin-left: 4px;
        max-height: 28px;

    }

    .app-info__text {
        line-height: 1.5;
        flex-grow: 1;
    }

    .app-block__btn .btn-green {
        font-size: 1.12em;
        padding: 6px 12px;
        text-transform: uppercase;
        font-weight: 500;
        border-width: 1px;
        background: #434e5c;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 3px;
    }

    .app-block__close {
        padding-right: 5px;
        margin-left: -5px;
    }

    .header-app .close-btn {
        position: relative;
        display: block;
    }

    .header-app .close-btn:before,
    .header-app .close-btn:after {
        width: 23px;
    }

    .js-ios,
    .js-android {
        display: none;

    }

    .app-block__close .close-btn {
        width: 32px;
        height: 32px;
    }

}

@media screen and (max-width: 400px) {
    .app-info__img img {
        max-width: 22px;
        margin-left: 2px;
        max-height: 24px;
    }

    .header-app .close-btn:before,
    .header-app .close-btn:after {
        width: 18px;
    }

    .app-info__img {
        margin-right: 7px;
    }

    .app-block__close .close-btn {
        width: 28px;
        height: 28px;
    }

    .app-block {
        font-size: 11px;
    }

    .app-block__btn .btn-green {
        font-size: 1.1em;
        padding: 6px 10px;

    }

    .app-block {
        padding: 0.63rem 0.54rem;
    }

    .app-block__close {
        padding-right: 3px;
    }
}

@media screen and (max-width: 360px) {
    .app-info__img img {
        max-width: 20px;
        margin-left: 2px;
        max-height: 20px;
    }

    .app-block {
        font-size: 10px;
    }
}

.nav_geolocation__text-d {
    font-size: 14px;
    max-width: 170px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nav_geolocation {
    display: block;
}

.icon-geo-mob {
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 26px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 368.16 368.16' style='enable-background:new 0 0 368.16 368.16;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M184.08,0c-74.992,0-136,61.008-136,136c0,24.688,11.072,51.24,11.536,52.36c3.576,8.488,10.632,21.672,15.72,29.4 l93.248,141.288c3.816,5.792,9.464,9.112,15.496,9.112s11.68-3.32,15.496-9.104l93.256-141.296 c5.096-7.728,12.144-20.912,15.72-29.4c0.464-1.112,11.528-27.664,11.528-52.36C320.08,61.008,259.072,0,184.08,0z M293.8,182.152c-3.192,7.608-9.76,19.872-14.328,26.8l-93.256,141.296c-1.84,2.792-2.424,2.792-4.264,0L88.696,208.952 c-4.568-6.928-11.136-19.2-14.328-26.808C74.232,181.816,64.08,157.376,64.08,136c0-66.168,53.832-120,120-120 c66.168,0,120,53.832,120,120C304.08,157.408,293.904,181.912,293.8,182.152z'/%3E%3Cpath d='M184.08,64.008c-39.704,0-72,32.304-72,72c0,39.696,32.296,72,72,72c39.704,0,72-32.304,72-72 C256.08,96.312,223.784,64.008,184.08,64.008z M184.08,192.008c-30.872,0-56-25.12-56-56s25.128-56,56-56s56,25.12,56,56 S214.952,192.008,184.08,192.008z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.nav_geolocation:hover>.icon-geo-mob {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 368.16 368.16' style='enable-background:new 0 0 368.16 368.16;' fill='%23229fff' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M184.08,0c-74.992,0-136,61.008-136,136c0,24.688,11.072,51.24,11.536,52.36c3.576,8.488,10.632,21.672,15.72,29.4 l93.248,141.288c3.816,5.792,9.464,9.112,15.496,9.112s11.68-3.32,15.496-9.104l93.256-141.296 c5.096-7.728,12.144-20.912,15.72-29.4c0.464-1.112,11.528-27.664,11.528-52.36C320.08,61.008,259.072,0,184.08,0z M293.8,182.152c-3.192,7.608-9.76,19.872-14.328,26.8l-93.256,141.296c-1.84,2.792-2.424,2.792-4.264,0L88.696,208.952 c-4.568-6.928-11.136-19.2-14.328-26.808C74.232,181.816,64.08,157.376,64.08,136c0-66.168,53.832-120,120-120 c66.168,0,120,53.832,120,120C304.08,157.408,293.904,181.912,293.8,182.152z'/%3E%3Cpath d='M184.08,64.008c-39.704,0-72,32.304-72,72c0,39.696,32.296,72,72,72c39.704,0,72-32.304,72-72 C256.08,96.312,223.784,64.008,184.08,64.008z M184.08,192.008c-30.872,0-56-25.12-56-56s25.128-56,56-56s56,25.12,56,56 S214.952,192.008,184.08,192.008z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");

}

.geolocation-window__att {
    font-size: 0.96em;
    color: #4a4a4a;
    line-height: 1.3;
    display: flex;

}

.geolocation-window_icon-a {
    color: #ea4335;
    margin-right: 7px;
    margin-left: 4px;
    font-size: 1.3em;

}

.lSSlideOuter .lSPager.lSpg>li a,
.lSSlideOuter .lSPager.lSpg>li a {
    border: 1px solid #434e5c;
    background-color: transparent;
}

.lSSlideOuter .lSPager.lSpg>li.active a {
    background-color: #434e5c !important;
}

.lSSlideOuter .lSPager.lSpg>li:hover a {
    background-color: #1e2b3cd8 !important;
}

.fullpage-preloader {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, .5);
    z-index: 100500;
    top: 0;
    left: 0;
}

.fullpage-preloader .loader {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    margin: 0;
    width: 150px;
    height: 150px;
}

.changelog {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100500;
    border: solid 1px #e2e2e2;
    background-color: white;
    box-shadow: 0 2px 4px 0 rgb(210 210 210 / 50%);
    padding: 15px;
    border-radius: 8px;
    width: 100%;
    min-width: 300px;
    max-width: 640px;
    opacity: 0;
    transform: translateX(120%);
    transition: 1s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.changelog.active {
    opacity: 1;
    transform: translateX(0);
}

.changelog-x {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;

    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%) rotate(45deg);

    font-family: Arial;
    font-size: 2em;
    color: #434e5c;
    background-color: white;
    border: 2px solid #434e5c;
    cursor: pointer;
}

.changelog-x::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
}

.changelog-heading {
    text-transform: uppercase;
    font-weight: bold;
    color: #434e5c;
}

.changelog-text__head {
    padding-top: 15px;
    font-weight: 600;
}

.changelog-text ul {
    padding-left: 1em;
}

.changelog-text li {
    position: relative;
}

.changelog-text li::before {
    content: "\2022";
    display: inline;
    color: #434e5c;
    position: absolute;
    left: -1em;
}

@media screen and (max-width: 767px) {
    .changelog {
        position: static;
        max-width: 100%;
        border-radius: 0;
        box-shadow: none;
        border: none;
        border-bottom: 1px solid #e2e2e2;
        overflow: hidden;
        transform: translateX(0);
        max-height: 0;
        margin-top: 0;
        padding: 0 15px;
    }

    .changelog.active {
        max-height: 100500px;
        transform: translateX(0);
        margin-top: 42px;
        padding: 15px;
    }

    .changelog-x {
        top: 5px;
        right: 5px;
        transform: rotate(45deg);
    }
}

/* проверка номера телефона */
.pnone-check {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(255, 255, 255, .7);
}

.phone-check-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 0 15px;
    max-width: 600px;
    width: 100%;
    height: auto;
    padding: 30px 30px 0;
}

.sms-code-form {
    display: none;
}

.sms-code {
    display: flex;
    margin: 0 -5px;
}

.sms-code__digit {
    max-width: 25%;
    text-align: center;
    margin: 15px 5px 0;
}

.sms-code .input-label__text {
    margin-left: 5px;
}

@media (max-width: 767px) {
    .phone-check-modal {
        width: calc(100% - 30px);
        padding: 30px 15px 0;
    }

    .sms-code__digit {
        margin: 9px 5px 0;
    }
}


.buy-content-el__multy {
    position: relative;
    width: 64px;
    height: 64px;
}

.buy-content-el__multy-packpic {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    object-fit: contain;
}

.buy-content-el__multy-count {
    position: absolute;
    background: rgba(255, 255, 255, 1);
    z-index: 1;
    padding: 2px 3px;
    line-height: 1;
    border-radius: 3px;
    font-weight: bold;
    font-size: .75rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

@media (max-width: 767px) {
    .buy-content-el__multy {
        max-width: 48px;
        height: 48px;
    }
}

.product-provider__el .buy-content-el__multy {
    max-width: 48px;
    height: 48px;
}

.product-provider__el .buy-content-el__multy-count {
    font-size: .8rem;
}

.search-ean13-button {
    display: none;
}

@media (max-width: 768px) {
    .search-ean13-button {
        display: inline-block;
        width: 45px;
        min-height: 42px;
        height: 100%;
        background-color: none;
        background-color: #fff;
        margin-top: 2rem;
        padding: 0 5px;
        cursor: pointer;
    }

    .search-ean13-button::before {
        content: "";
        display: block;
        background-image: url("/bitrix/templates/global/images/icons/barcode_icon.svg") !important;
        background-size: 30px;
        background-repeat: no-repeat;
        background-position: center;
        width: 35px;
        height: 35px;
    }

    .search-ean13-button span {
        position: absolute;
        font-size: 12px;
        color: #434e5c;
        top: 50%;
        left: 300%;
        transform: translate(-100%, -50%);
        font-weight: 500;
        line-height: 1.2;
        text-align: right;
        animation: fromRight 1s cubic-bezier(1, -0.3, 0, 1.3) 3s forwards;
    }

    @keyframes fromRight {
        from {
            left: 100%;
        }

        to {
            left: -10px;
        }
    }
}

.eanscanner-wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 2110;
}

.eanscanner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 50px 5px 5px;
}

.eanscanner_canvas {
    width: 360px;
    max-width: 100%;
}

.eanscanner_title {
    display: flex;
    position: relative;
    font-size: 20px;
    width: 100%;
}

.eanscanner_title span {
    margin: auto;
}

.eanscanner_close {
    position: absolute;
    margin-left: auto;
    top: 0;
    right: 5px;
}

.eanscanner_cart {
    width: 100%;
    padding: 5px;
}

.eanscanner_cart-title {
    font-weight: bold;
}

.eanscanner_cart-item {
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: hidden;
}

.eanscanner_cart-empty {
    text-align: center;
    font-size: 14px;
    color: #aaa;
    margin-top: 10px;
}

.eanscanner_cart-total {
    font-weight: bold;
    margin-top: 15px;
    text-align: right;
}

.eanscanner_actions {
    width: 100%;
    display: flex;
}

.eanscanner_actions a {
    width: 100%;
}

.float_btn {
    display: flex;
    position: fixed;
    width: 50px;
    height: 50px;
    border-radius: 50% 50% 0 50%;
    background-color: #434e5c;
    color: #fff;
    bottom: 90px;
    right: 30px;
    z-index: 100;
}

.float_btn::before {
    filter: invert(1);
    margin: auto;
}

.bucket-alert {
    display: none !important;
}

@media (max-width: 769px) {
    .bucket-alert {
        display: block !important;
        position: fixed;
        top: -200px;
        left: 0;
        width: calc(100% - 20px);
        height: auto;
        z-index: 1200;
        margin: 10px;
        text-align: center;
        transition: .3s;
        background-color: #326083;
        color: #fff;
    }
}

.bucket-alert.appear {
    top: 0;
}

@media (min-width: 769px) {
    .status {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .status {
        display: block !important;
        display: none !important;
        border-radius: 0;
        padding: 3px;
        margin: 0;
        font-size: 12px;
        text-align: center;

    }
}




.custom-radio{
	vertical-align: top;
	cursor: pointer;
    height: 20px;
}
.custom-radio>input {
	position: absolute;
	opacity: 0;
}
.custom-radio>span {
	display: inline-flex;
	align-items: center;
	user-select: none;
	font-weight: 400;
}
.custom-radio>span::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	flex-grow: 0;
	border: 1px solid #adb5bd;
	border-radius: 4px;
	margin-right: 0.6rem;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
	align-self: baseline;
	background-color: #fff;
}
.custom-radio>input:not(:disabled):not(:checked)+span:hover::before {
	border-color: #1b2c3e;
}
.custom-radio>input:not(:disabled):active+span::before {
	border-color: #1b2c3e;
}
.custom-radio>input:focus:not(:checked)+span::before {
	border-color: #1b2c3e;
}
.custom-radio>input:checked+span::before {
	border-color: #1b2c3e;
	background-size: 60%;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%231b2c3e' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-radio>input:disabled+span::before {
	background-color: #e6e6e6;
	border-color:  #d4d4d4;
}
