

/* Start:/local/templates/main/css/podbor.css?175025010522753*/
body {
    font-family: 'IBM Plex Sans', sans-serif;
}

.promo_main {
    width: 100%;
    /* border-radius: 4px; */
    background: linear-gradient(79.88deg, #6339A8 17.91%, #00C1B5 88.47%);
    margin-bottom: 32px;
    position: relative;
    height: 320px;

    .promo-banner-title.promo-banner__short {
        max-width: 100%;
        margin-bottom: 48px;
        margin-top: 16px;
        color: white;
    }

    .promo-banner-text {
        padding-top: 12px;
        padding-bottom: 0px;
        padding-left: 0px;
        z-index: 2;
        max-width: 100%;
    }
}


.promo_list_container {
    margin-bottom: 32px;
}

.promo_main .promo-banner-inner {
    padding-top: 20px;

    padding-bottom: 32px;

    flex-direction: column;
    align-items: stretch;
     position: relative;

    .podbor-banner-main-image {
        position: absolute;
        z-index: 0;
        padding-right: 0;
        right: 0;
        bottom:0;
        top: 0;
    }

    .find {
        position: relative;
        margin-left: 0px;
        margin-bottom: 16px;
        width: -webkit-fill-available;


        .header__search-group {
            position: relative;
        }

        .header__search-close {
            display: none;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            cursor: pointer;
            z-index: 10;
            padding-right: 16px;
        }

    }

    .find .submit-search-form {
        position: absolute;
        top: calc(50% - 12px);
        left: 12px;
        z-index: 20;
    }

    .find input {
        font-size: 15px;
        padding-left: 42px;
        border-radius: 0px;

        height: 48px;
        width: 100%;
    }
}

.example {
    align-items: center;
    gap: 8px;

    span {
        color: #EEF0F1;
        font-size: 15px;
        font-style: normal;
        line-height: 24px;
        margin-right: 8px;
        font-weight: 300;
        spac
    }
}

.search__help {
    .btn {
        background-color: #fff;
        position: relative;
        border: 2px solid #d2d2d3;
        border-radius: 24px;
        color: #1e2021;
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 20px;
        padding: 4px 10px 4px 10px;
        letter-spacing: 0.1px;

        &:hover {
            box-shadow: 0px 9999px 0px 0px #1E20210D inset;
        }
    }

}


.picker-inner {
    margin-bottom: 32px;
}
.picker-inner-title {
    margin-bottom: 32px;

    font-size: 40px;
    line-height: 44px;
    font-weight: 700;
    letter-spacing: -0.3px;
    color: #1E2021;
}
.picker-banner {
    transition: all .3s;
    border-radius: 4px;
    background-color: #1E2021;
    padding-left: 32px;
    padding-right: 32px;
    height: 124px;
    position: relative;
    overflow: hidden;
    align-content: center;
    &.category{
        border-radius: 4px;
        padding-left: 32px;
        padding-right: 32px;
        padding-top: 24px;
        padding-bottom: 34px;
        margin-bottom: 32px;
        height: 146px;
        position: relative;
        overflow: hidden;
        align-content: baseline;
    }
}
.picker-inner-link-wrap:hover {
    box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.6), -45px 45px 80px 0px rgba(0, 0, 0, 0.15), 4px -4px 8px 0px rgba(255, 255, 255, 0.1);
    transition: all .3s;
    border-radius: 4px;
}
.picker-inner-link-wrap:hover .picker-banner {
    background-color: rgba(0,0,0,1);
}
.picker-title:hover {
    color: #BCBCBC;
}
.picker-title:hover .picker-title-icon {
    background-image: url('/local/templates/main/img/picker-arrow-hover.svg');
}
.picker-banner img {
    transition: transform 0.2s ease;
}
.picker-inner-link-wrap:hover .picker-banner img {
    transform: scale(1.25) translateX(-4%) translateY(10%);
}
.picker-banner-title {
    color: #EEF0F1;
    font-size: 40px;
    line-height: 44px;
    font-weight: 700;
    letter-spacing: -0.3px;
    position: relative;
    z-index: 1;
}
.picker-banner img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    transition: transform 0.3s ease-in-out;
    transform-origin: center center;
}

.picker-inner a,
.picker-section a {
    text-decoration: none;
    /* display: -webkit-inline-box; */
}

.picker-inner a:hover {
    .picker-title {
        opacity: 50%;
    }
    .picker-title-icon {
        /* opacity: 50%; */
        /* margin-left: 12px; */
        
    }
    .picker-banner img {
        height:140%;
    }
}
.picker-section-link {

    transition: color .15s;
}
.picker-section-title:hover {
    /* opacity: 50%; */
    .picker-section-link {
        color: rgba(155, 157, 158, 1);
        transition: color .15s;
    }
    .picker-section-link::after {
        margin-left: 12px;
    }
}

.picker-title {
    color: #EEF0F1;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.3px;

    display: flex;
    align-items: center;

    position: relative;
    width: fit-content;
    padding-right: 28px;
}

.picker-title-icon {
    display: inline-block;
    content: '';
    background-image: url('/local/templates/main/img/picker-arrow.svg');
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 60px;
    background-color: #BCBCBC;
    border-radius: 50%;
    margin-left: 8px;

    position: absolute;
    left: 0;
    right: 0;
    /* border: 1px solid red; */
    width: 100%;
    background-size: 20px;
    background-position: 100%;
    border-radius: 0;
    background-color: unset;
    margin-left: 0;
    z-index: 500;
    cursor: pointer;
}
.picker-title-icon.active {
    transform: scale(1, -1)
}
.picker-inner-link-wrap {
    position: relative;
}
.picker-inner-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    z-index: 400;
}

.picker-section-wrap {
    display:flex;
    background-color: #EEF0F1;
    padding: 24px;
    border-radius:0 0 4px 4px;
    flex-direction: column;
    /*gap: 16px;*/
    /* display: none; */
    &.category{
        border-radius:4px;
    }
}
.picker-section-wrap__accordion {
    display: none;
}

.picker-banner-title_sub {
    color: #000;
    font-size: 40px;
    line-height: 44px;
    font-weight: 700;
    letter-spacing: -0.3px;
    margin-bottom: 32px;
}

.picker-section {
    margin-bottom: 16px;
}
.picker-section:last-of-type {
    margin-bottom: 0;
}

.picker-section-link {
    display: block;
    color: #1E2021;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: -0.3px;
    text-decoration: none;
    margin-bottom: 8px;
}

/* .picker-section-link::after {
    display: inline-block;
    content: '';
    background-image: url('/local/templates/main/img/arrow-right-white.svg');
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background-color: #BCBCBC;
    border-radius: 50%;
    margin-left: 8px;
} */

.picker-sub {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 16px;
    margin-right: -16px;
}

.picker-sub:last-of-type {}

.picker-sub-link {
    width: calc(100% / 3 - 16px);
    padding: 10px;
    border-radius: 4px;
    height: 40px;

    display: flex;
    align-items: center;
    background-color: white;
    color: #1E2021;
    font-size: 15px;
    line-height: 20px;
    position: relative;

    transition: all .15s;
}

.picker-sub-link:hover {
    transition: all .15s;
    /* box-shadow: 0px 9999px 0px 0px #1E20210D inset; */
    background-color: #f4f4f4;
   
    /* span::after {
        display: inline-block;
        position: absolute;
        content: '';
        background-image: url('/local/templates/main/img/promo/arrow-right.svg');
        background-position: center;
        background-repeat: no-repeat;
        width: 20px;
        height: 20px;
        right: 0;
        margin-right: 10px;
    } */
}

.picker-text-title {
    color: #1E2021;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: -0.3px;
    margin-bottom: 16px;
}

.picker-text-inner{
    color: #1E2021;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 24px;
}

.autocomplete-container {
    display: block;
    position: absolute;
    z-index: 99;
    background-color: #fff;
    overflow-y: auto;
    width: 100%;
    margin-top: 4px;
    box-shadow: 0px 8px 16px 0px #1E20213D;
    box-shadow: 0px 0px 1px 0px #1E20213D;
    padding: 4px 0px 4px 0px;
    gap: 0px;
    border-radius: 4px;
    overflow-x: hidden;

    ul {
        list-style-type: none;
        /* Убирает маркеры у всех списков */
        margin: 0;
        /* Убирает отступы списка */
        padding: 0 16px 0 16px;
        /* Убирает внутренние отступы */
    }
}
.highlight {
    font-weight: 500;
}
.autocomplete-item {
    position: relative;
    /* Позиционирование для псевдоэлемента внутри .autocomplete-item */
    display: block;
}

.autocomplete-item a {
    display: block;
    height: 36px;
    align-content: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    position: relative;
}


.sub_goods {
    h3 {
        font-family: IBM Plex Sans;
        font-size: 24px;
        font-weight: 700;
        line-height: 28px;
        letter-spacing: -0.3px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin-bottom: 8px;
    }

    h1 {
        font-family: IBM Plex Sans;
        font-size: 40px;
        font-weight: 700;
        line-height: 44px;
        letter-spacing: -0.3px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;

    }

    .text_header {
        margin-bottom: 32px;
    }

    .goods_inner {
        gap: 16px;

        .filters {
            width: 100%;
            padding: 12px 16px;
            border: 1px solid #00000033;
            border-radius: 4px;

            p {
                width: 100%;
                font-size: 15px;
                font-weight: 400;
                line-height: 24px;
            }

            .filter_list {
                display: flex;
                justify-content: space-between;
                align-items: center;

                span {
                    font-size: 15px;
                }

                label {
                    display: flex;
                    margin-top: 4px;
                    margin-bottom: 4px;
                    align-items: center;

                    .ui-checkbox__box {
                        width: 24px;
                        height: 24px;
                        margin-right: 12px;
                        border-radius: 4px;
                        border: 2px solid #D2D2D3
                    }

                    .ui-checkbox__input {
                        height: 0;
                        margin: 0 !important;
                        opacity: 0;
                        position: absolute;
                    }

                    .ui-checkbox__input:checked+.ui-checkbox__box {
                        background-color: #1E2021;
                        border: 4px solid #1E2021;
                        text-align: -webkit-center;
                    }

                    .ui-checkbox__input:checked+.ui-checkbox__box:after {
                        display: block;
                        border-bottom: 2px solid #EEF0F1;
                        border-left: 2px solid #EEF0F1;
                        box-sizing: content-box;
                        content: "";
                        width: 10.67px;
                        height: 7.33px;
                        border-color: #fff;
                        transform: rotate(-45deg);
                        border-radius: 1px;
                    }

                }

                .ui-checkbox__input:disabled+.ui-checkbox__box {
                    background-color: #E9E9E9;
                    border: 2px solid #D2D2D3;
                }

                .ui-checkbox__input:disabled~span {
                    color: #A5A6A6;
                    /* Серая текстовая подсказка */
                }

                label:hover .ui-checkbox__box {
                    border: 2px solid #A5A6A6
                }

                .volume {
                    display: flex;
                    gap: 8px;
                    align-items: center;

                    .toggle-button {
                        background: #E9E9E9;
                        padding: 4px 12px 7px 12px;
                        border-radius: 24px;
                        border: none;
                        font-size: initial;
                        line-height: initial;

                        &:hover {
                            background: #D9D9D9;
                        }

                        &.active {
                            background: #1E2021;

                            span {
                                color: #fff;
                            }

                            span {
                                font-weight: 500;
                                line-height: 20px;
                                text-align: left;
                                text-underline-position: from-font;
                                text-decoration-skip-ink: none;

                                span {
                                    margin-right: 4px;
                                }
                            }
                        }

                        &.disabled {
                            background: #F8F8F8;

                            span {
                                color: #A5A6A6;
                            }
                        }
                    }
                }
            }
        }

        .sort {
            align-self: end;
            padding-right: 8px;
            padding-top: 3px;
            padding-bottom: 5px;
            font-size: 15px;
            font-weight: 500;
            line-height: 24px;
            text-align: center;
            text-underline-position: from-font;
            text-decoration-skip-ink: none;
        }

        .product {
            display: flex;
            gap: 16px;
            flex-direction: column;
        }

        .product__item {
            padding: 15px;
            border: 1px solid #D2D2D3;
            border-radius: 4px;
            height: 100%;
        }

        .row {
            --bs-gutter-x: 16px;
        }

        .product-prop {
            margin-bottom: 0px;

            span {
                display: flex;
                gap: 8px;
                margin:0;
            }

            span::before {
                display: inline-block;
                content: '';
                background-position: center;
                background-repeat: no-repeat;
                width: 16px;
                height: 16px;
            };

            &.product-prop-in-stock {
                span::before {
                    background-image: url('/local/templates/main/img/in-stock.svg');
                }
            }

            &.product-prop-store {
                span.product-prop-store--desktop {
                    display: flex !important;
                }

                span::before {
                    background-image: url('/local/templates/main/img/location.svg');
                }
            }

            &.product-prop-base  {
                span::before {
                    background-image: url('/local/templates/main/img/base.svg');
                }
            }
            .product-prop-help{
                display: inline-block;
                content: '';
                background-position: center;
                background-repeat: no-repeat;
                width: 16px;
                height: 16px;
                background-image: url('/local/templates/main/img/tooltip-help.svg');
                margin-left:8px;
            }
        }

        .product-inner-wrapper {
            gap: 16px;
        }

        .product-name {
            word-wrap: break-word;
            overflow-wrap: break-word;
            word-break: break-word;
        }

        .product_details {
            display: flex;
            flex-direction: column;
            gap: 8px;
        }

        .product-props {
            display: flex;
            flex-direction: column;
            gap: 8px;
        }

        .promo-product-doc {
            padding: 4px 36px 4px 44px;

        }

        .promo-product-doc-title {
            margin-bottom: 0px;
        }

        .promo-product-doc::before {
            top: calc(50% - 12px);
            width: 24px;
            height: 24px;
            background-size: cover;
        }

        .promo-product-doc::after {
            top: calc(50% - 8px);
            width: 16px;
            height: 16px;
            background-size: cover;
        }

        .product-prop-help {
            margin: 0px;
            padding: 0px;
            line-height: 1;
        }

        button {
            line-height: 0;
            font-size: 15px;
        }

        .pager span {
            line-height: 1
        }

        .pager-inner {
            align-items: center;
        }

    }
    ol, ul, dl {
        margin-top: 0;
        margin-bottom: 0;
    }
    .buy-btn{
        z-index: 2;
    }
}
.autocomplete-item .category-link{
    text-decoration:none;
    color:#1E2021;
}
.autocomplete-container{
    display:none;

}
.podbor-search-list{
    overflow-x:hidden;
}


.podbor-banner-canister {
    position: absolute;
    right: 44px;
    bottom: 0;
}

.example__buttons {
    .btn {
        background-color: #fff;
        position: relative;
        border: 2px solid #d2d2d3;
        border-radius: 24px;
        color: #1e2021;
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 20px;
        padding: 4px 10px 4px 10px;
        letter-spacing: 0.1px;

        &:hover {
            box-shadow: 0px 9999px 0px 0px #1E20210D inset;
        }
    }

}






/* PODBOR FILTER */
.podbor_filter {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
}
.podbor_filter_title {
    color: #1E2021;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    display: block;
    width: 100%;

    margin-bottom: 8px;
}
.podbor_filter_form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
label[for="podborFilterInstockCheckbox"],
label[for="podborFilterInstockCheckbox"]:hover {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    outline: none;
}
.podbor_filter_checkbox {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    position: relative;
    box-sizing: border-box;
    border: 2px solid #D2D2D3;
    outline: none;
}
.podbor_filter_checkbox:hover,
.podbor_filter_checkbox:active {
    outline: none;
}
#podborFilterInstockCheckbox:checked + .podbor_filter_checkbox {
    background-color: #1E2021;
    border: 2px solid #1E2021;
    background-image: url('/local/templates/main/img/podbor-filter-check-icon.svg');
    background-size: 16px;
    background-position: center;
    background-repeat: no-repeat;
}
.podbor_filter_checkbox_title {
    color: #1E2021;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    margin-left: 12px;
}
.podbor_filter_form_buttons {
    display: flex;
    align-items: center;
}
.podbor_filter_form_buttons_title {
    color: #1E2021;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
}
.podbor_filter_form_button {
    background-color: #E9E9E9;
    border-radius: 24px;
    height: 32px;
    padding-left: 12px;
    padding-right: 12px;
    text-decoration: none;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #1E2021;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;

    margin-left: 8px;
}
.podbor_filter_form_button.inactive {
    color: #A5A6A6;
    cursor: not-allowed;
}
/* PODBOR FILTER END */



.podbor-search-list {
    padding-left: 0;
}
.podbor-search-list > li > a {
    padding-left: 2rem;
}
.podbor-search-list > li > ul {
    padding-left: 0;
}
.podbor-search-list > li > ul > li > a {
    padding-left: 4rem;
}
.podbor-search-list > li > ul > ul {
    padding-left: 0;
}
.podbor-search-list > li > ul > ul > li > a {
    padding-left: 6rem;
}

.title-search-result p {
    padding-left: 2rem;
    margin-bottom: 0;
    display: block;
    height: 36px;
    align-content: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    position: relative;
    color: #1E2021;

}

.empty-search-form .form-control:focus {
    box-shadow: none!important;
    outline: none!important;
    border: none!important;
}
.btn-bluesolid {
    background-color: #2D97CB;
    color: #FFF;
}

.btn-bluesolid:hover {
    background-color: #1E6A8F;
}




.header__search-group__wrapper {
    padding: 4px;
    border-radius: 4px;
    background: linear-gradient(
            90deg,
            #39A850 0%,    /* Зеленый */
            #2D97CB 50%,   /* Синий */
            #39A850 100%   /* Зеленый */
    );

    box-sizing: border-box;
    width: 100%;
    max-width: 100%;

    /* Увеличиваем фон в 2 раза по ширине */
    background-size: 200% 100%;

    /* Начальная позиция фона (слева) */
    background-position: 0% 0;

    /* Анимация */
    transition: background-position 0.4s ease-in-out;
    -webkit-transition: background-position 0.4s ease-in-out;
    -moz-transition: background-position 0.4s ease-in-out;
    -o-transition: background-position 0.4s ease-in-out;

}

.header__search-group__wrapper:hover {

    /* Конечная позиция фона (справа) */
    background-position: 100% 0;
}
.header__search-group__wrapper.active{
    background-position: 100% 0;
}
.podbor-form-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.5);
    z-index: 2000;
    display: none;
}
.podbor-form-overlay.active {
    display: block;
}

.title-search-result {
    z-index: 3000!important;
}
.submit-search-form-podbor {
    z-index: 99999!important;
}
.close-search {
    width: 48px!important;
    height: 48px!important;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?167965756666*/
.pager-inner {
    display: flex;
    justify-content: flex-end;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/form.result.new/promo_selection_help/style.css?17454972595440*/
.btn-callback, .cont_shop {
    width: 100%;
    margin-top: 8px!important;
    padding: 16px 24px;
    border-radius: 4px;
    border: none;
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    text-decoration: none;
}

.cont_shop {
    background: #FFFFFF;
    margin-bottom: 2rem;
    display: block;
    color: #000000;
    text-align: center;
    text-decoration: none;
}
.cont_shop:hover, .cont_shop:active, .cont_shop:focus {
    color: #000000;
    text-decoration: none;
}
.bx-soa-customer-field {
    display: inline-block;
    border: 2px solid #D2D2D3;
    border-radius: 4px;
    width: 100%;
    margin-bottom: 16px;
    padding: 8px 16px;
    min-width: 320px;
    transition: all .3s;
    vertical-align: middle;
}

.bx-soa-customer-field:hover {
    border: 2px solid #D2D2D3;
    background: rgb(243, 243, 243);
    transition: all .3s;
}
.bx-soa-customer-field[data-code="PHONE"] {
    padding: 15px 16px;
}
.bx-soa-customer-field[data-code="PHONE"] label {
    display: none;
}
.js-phone-one-click {
    outline: none !important;
    border: none !important;
    display: block;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    background: transparent !important;
}
.promo-form-wrapper .bx-soa-customer-field input {
    width: 100%;
}
/*.promo-form-wrapper .iti {*/
/*    position: relative;*/
/*    display: inline-block;*/
/*    width: 100%;*/
/*}*/
.js-phone-one-click:focus {
    outline: none !important;
    -webkit-appearance:none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.js-phone, .js-phone-sr {
    outline: none !important;
    border: none !important;
    display: block;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    background: transparent !important;
}
.js-phone, .js-phone-sr:focus {
    outline: none !important;
    -webkit-appearance:none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.promo-form-wrapper .bx-soa-customer-field {
    margin-bottom: 8px;
}
.promo-form-wrapper .iti__country-list {
    top: 52px;
    left: -16px;
    right: -222px;
    border-radius: 4px;
    overflow: hidden;
}
.bx-soa-customer-field__error {
    border: 2px solid #DD363C!important;
}
.bx-soa-customer-field__active {
    border: 2px solid black!important;
}


.promo-form-wrap {
    margin-top: 64px;
}
.promo-form-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 116.667% */
    letter-spacing: -0.3px;
    color: #1E2021;
    margin-bottom: 16px;
}
.promo-form-text {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #1E2021;
    margin-bottom: 32px;
}

.promo-form-callback-uniq {
    max-width: 308px;
    margin: 0 auto;
}
.promo-form-callback-uniq .bx-soa-customer-field {
    min-width: 308px;
}
.promo-form-wrapper {
    margin-bottom: 4px;
}
.promo-form-wrapper button.btn-callback {
    /*margin-top: 40px!important;*/
    margin-bottom: 4px;
}
.promo-form-conditions {
    color: #757677;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}
.promo-form-conditions a {
    text-decoration: none;
}
.bx-soa-customer-field__error,
.bx-soa-customer-field__error--empty {
    border: 2px solid #DD363C !important;
    margin-bottom: 24.5px!important;
    position: relative;
    transition: all .3s;
}

.bx-soa-customer-field__error[data-code="PHONE"]::after {
    display: block;
    content: 'Укажите верный номер телефона';
    color: #DD363C;
    font-size:13px;

    /*TODO: new changes*/
    position: absolute;
    bottom: -23.5px;
    left: 0;
}
.bx-soa-customer-field__error--empty[data-code="PHONE"]::after {
    display: block;
    content: 'Заполните обязательное поле';
    color: #DD363C;
    font-size: 13px;

    /*TODO: new changes*/
    position: absolute;
    bottom: -23.5px;
    left: 0;
}
.bx-soa-customer-field__error[data-code="EMAIL"]::after {
    display: block;
    content: 'Укажите верный адрес почты';
    color: #DD363C;
    font-size:13px;

    /*TODO: new changes*/
    position: absolute;
    bottom: -23.5px;
    left: 0;
}
.bx-soa-customer-field__error--empty[data-code="EMAIL"]::after {
    display: block;
    content: 'Укажите верный адрес почты';
    color: #DD363C;
    font-size: 13px;

    /*TODO: new changes*/
    position: absolute;
    bottom: -23.5px;
    left: 0;
}
.bx-soa-customer-field[data-code="EMAIL"] input {
    background: transparent !important;
    border: none !important;
    outline: 0 !important;
    outline-offset: 0 !important;
    box-shadow: none !important;
}

@media screen and (max-width: 767px) {
    /*.promo-form-wrapper .iti {*/
    /*    position: absolute;*/
    /*    display: inline-block;*/
    /*    width: unset;*/
    /*}*/
    .promo-form-wrapper .soa-property-container {
        position: relative;
    }
    .promo-form-wrapper .iti-container {
        position: absolute;
    }
    .promo-form-wrapper .iti--container {
        top: 55px;
        bottom: 30px;
        left: -17px;
        /* width: 100%; */
        right: -19px;
        min-height: 250px;
        position: absolute;
    }
    .promo-form-wrapper .iti__country-list {
        top: 20px;
        left: -35px;
        right: 0px;
        width: auto !important;
    }
}
/* End */
/* /local/templates/main/css/podbor.css?175025010522753 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?167965756666 */
/* /local/templates/.default/components/bitrix/form.result.new/promo_selection_help/style.css?17454972595440 */
