

/* Start:/local/templates/main/css/production-stocks.css?175273948323354*/




@media screen and (min-width: 1020px) {
    /* GENERAL */
    .prodstocks-page {
        overflow-x: hidden;
    }
    .ccontainer {
        max-width: 956px;
        margin: 0 auto;
    }
    .br-d {
        display: block;
    }
    .br-m {
        display: none;
    }
    /* GENERAL END */

    /* LANDING */
    .prodstocks-banner {
        background: linear-gradient(90deg, #86FDE8 0%, #ACB6E5 83.17%);
        padding-top: 112px;
        padding-bottom: 24px;
        margin-bottom: 64px;
    }
    .prodstocks-title {
        color: #1E2021;
        font-size: 30px;
        font-weight: 700;
        line-height: 36px;
        letter-spacing: -0.3px;
        text-align: center;
        margin-top: 0;
        margin-bottom: 22px;
    }
    .prodstocks-slider-wrap {
        margin-bottom: 8px;
        overflow: hidden;
    }
    .prodstocks-swiper {

    }
    
    .prodstocks-swiper .swiper-wrapper {
        align-items: center;
        min-height: 310px;
    }


    .prodstocks-slide {
        text-decoration: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

    }
    .prodstocks-slide-wrap {
        position: relative;

    }
    .prodstocks-slide-decor {
        position: absolute;
    }
    .prodstocks-swiper .swiper-slide.swiper-slide-active .prodstocks-slide-decor {
        width: 311px;
        height: 290px;
    }
    .prodstocks-swiper .swiper-slide .prodstocks-slide-decor {
        /* width: 227px;
        height: 227px;
        transform: scale(1); */
    }

    .prodstocks-slide-img {

    }


    .prodstocks-swiper .swiper-slide {
        transform: scale(0.8);
        transition: all .3s;
     }
    .prodstocks-swiper .swiper-slide.swiper-slide-active {
        transform: scale(1);
        transition: all .3s;
    }
    .prodstocks-swiper .swiper-slide-prev {
        transform: scale(0.8);
        transition: all .3s;
    }
    .prodstocks-swiper .swiper-slide-next {
        transform: scale(0.8);
        transition: all .3s;
    }


    .prodstocks-swiper .swiper-slide .prodstocks-slide-img {
        padding-left: 42px;
        padding-right: 42px;
        /* width: calc(100% - 84px); */
    }
    .prodstocks-swiper .swiper-slide.swiper-slide-active .prodstocks-slide-img {
        padding-left: 42px;
        padding-right: 42px;
        width: 100%;
        max-width: 309px;
    }





    
    
    .prodstocks-swiper .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
        margin-left: 5px;
        margin-right: 5px;
        background-color: white;
    }
    .prodstocks-swiper .swiper-pagination-bullet-active {
        background-color: #1E2021;
    }
    .prodstocks-slider-navigation {
        position: relative;
        width: fit-content;
        margin: 0 auto;
        height: 55px;
        margin-top: 4px;
    }

    .prodstocks-swiper .swiper-button-prev,
    .prodstocks-swiper .swiper-button-next {
        background-image: url('/local/templates/main/css/../img/prodstock-arrow.svg');
        width: 55px!important;
        height: 55px!important;
        position: absolute;
        top: 0;
        bottom: 0;
    }
    .prodstocks-swiper .swiper-button-prev::after,
    .prodstocks-swiper .swiper-button-next::after {
        display: none;
    }
    .prodstocks-swiper .swiper-button-prev {
        left: -75px;
    }
    .prodstocks-swiper .swiper-button-next {
        transform: rotate(180deg);
        right: -75px;
        left: unset;
    }
    
    
    .prodstocks-slide-img {
        margin-bottom: 16px;
        max-width: 100%;
        height: auto;
        object-fit: cover;
    }

    .prodstocks-slide-title {
        color: #1E2021;
        font-size: 17px;
        font-weight: 500;
        line-height: 24px;

        display: flex;
        align-items: flex-end;
        position: relative;
        justify-content: space-evenly;
        width: 100%;
        transition: all .3s;
    }
    .prodstocks-slide-title::after {
        content: '';
        width: 32px;
        height: 32px;
        border-radius: 4px;
        background-color: #1E2021;
        background-image: url('/local/templates/main/css/../img/prodstocks-download-icon-white.svg');
        background-size: 16px;
        background-repeat: no-repeat;
        background-position: center;
        transition: all .3s;
    }
    /* .prodstocks-swiper .swiper-slide-prev .prodstocks-slide .prodstocks-slide-title,
    .prodstocks-swiper .swiper-slide-next .prodstocks-slide .prodstocks-slide-title {
        font-size: 12.45px;
        line-height: 17.57px;
        transition: all .3s;
    }
    .prodstocks-swiper .swiper-slide-prev .prodstocks-slide .prodstocks-slide-title::after,
    .prodstocks-swiper .swiper-slide-next .prodstocks-slide .prodstocks-slide-title::after {
        width: 23.43px;
        height: 23.43px;
        background-size: 11.7px;
        transition: all .3s;
    } */
    .prodstocks-swiper .swiper-slide-prev .prodstocks-slide,
    .prodstocks-swiper .swiper-slide-next .prodstocks-slide {

    }




    .prodstocks-banner-info {
        display: flex;
        justify-content: center;
        max-width: 812px;
        margin: 0 auto;
    }
    .prodstocks-banner-description {
        color: #1E2021;
        font-size: 17px;
        font-weight: 500;
        line-height: 24px;
        margin: 0;
        padding: 0;
        margin-right: 40px;
        width: 568px;
    }
    .prodstocks-banner-buttons {
        display: flex;
        flex-direction: column;
    }
    .prodstocks-banner-buy {
        background-color: #008C95;
        border-radius: 4px;
        height: 56px;
        padding-left: 73px;
        padding-right: 73px;
        color: #FFFFFF;
        font-size: 17px;
        font-weight: 500;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 24px;
        max-width: 204px;
        transition: all .3s ease;
    }
    .prodstocks-banner-buy:hover {
        background-color: rgb(1, 135, 143);
        outline: none;
        transition: all .3s ease;
    }
    .prodstocks-banner-download {
        border: 2px solid #1E2021;
        background-color: transparent;
        border-radius: 4px;
        height: 52px;
        padding-left: 24px;
        padding-right: 48px;
        display: flex;
        align-items: center;
        text-decoration: none;
        color: #1E2021;
        font-size: 17px;
        font-weight: 500;
        white-space: nowrap;
        max-width: 204px;
        position: relative;
    }
    .prodstocks-banner-download::after {
        content: '';
        width: 24px;
        height: 24px;
        display: block;
        background-image: url('/local/templates/main/css/../img/prodstocks-download-icon.svg');
        background-size: 24px;
        position: absolute;
        right: 14px;
    }


    .prodstock-form-wrap {
        max-width: 632px;
        background: linear-gradient(90deg, #86FDE8 0%, #ACB6E5 83.17%);
        border-radius: 8px;
        box-shadow: 6px 6px 12px 0px #00000040;
        padding: 24px;
        margin: 0 auto;
        margin-bottom: 64px;
    }
    .prodstock-form-title {
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        color: #1E2021;
        letter-spacing: -0.3px;
        margin-top: 0;
        margin-bottom: 24px;
        text-align: center;
    }
    .prodstock-call {

    }
    .prodstock-call-description {
        font-size: 15px;
        font-weight: 400;
        line-height: 24px;
        color: #1E2021;
        margin-top: 0;
        margin-bottom: 8px;
    }
    .prodstock-call-list {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 16px;
    }
    .prodstock-call-item {
        background-color: #FFFFFF;
        border-radius: 24px;
        height: 32px;
        padding-left: 12px;
        padding-right: 12px;
        margin-right: 8px;
        margin-bottom: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        border: none;
        outline: none;
        
        font-size: 15px;
        font-weight: 400;
        color: #1E2021;
        transition: all .3s ease;
    }
    .prodstock-call-item.active {
        background-color: #1E2021;
        color: #FFFFFF;
        transition: all .3s ease;
    }
    .prodstock-call-item--nm {
        margin-right: 0;
    }
    .prodstock-call-button {
        background-color: #FFFFFF;
        border-radius: 4px;
        height: 52px;
        padding-top: 16px;
        padding-bottom: 16px;
        padding-left: 40px;
        padding-right: 16px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        text-decoration: none;
        font-size: 15px;
        font-weight: 400;
        color: #757677;
        cursor: text;
        transition: all .3s ease;
        cursor: pointer;
    }
    .prodstock-call-button.active {
        color: #1E2021;
        cursor: pointer;
        transition: all .3s ease;
    }
    .prodstock-call-button::before {
        content: '';
        display: block;
        width: 16px;
        height: 16px;
        background-image: url('/local/templates/main/css/../img/prodstock-call-icon.svg');
        position: absolute;
        left: 16px;
        transition: all .3s ease;
    }
    .prodstock-call-button.active::before {
        background-image: url('/local/templates/main/css/../img/prodstock-call-icon-active.svg');
        transition: all .3s ease;
    }



    
    .zapas-form .bx-soa-customer-field {
        height: 56px;
        padding: 0 !important;
        margin-bottom: 16px!important;
        background-color: #FFFFFF!important;
        border: 2px solid #D2D2D3;
        border-radius: 8px;
        /* display: flex;
        align-items: center; */
    }
    .zapas-form .soa-property-container {
        width: 100%;
        height: 52px;
    }
    .zapas-form .bx-soa-customer-field[data-code="PHONE"] {
        padding-left: 12px!important;
    }
    .zapas-form .bx-soa-customer-field.bx-soa-customer-field__error {
        margin-bottom: 24.5px!important;
    }
    .zapas-form .form-control {
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 0;
        padding-bottom: 0;
        width: 100%;
        height: 52px;

        font-size: 15px!important;
        font-weight: 400;
    }
    .zapas-form button.prodstock-form-button {
        margin-top: 0!important;
        height: 56px;
        border-radius: 4px!important;
        font-size: 17px!important;
        font-weight: 500!important;
        margin-bottom: 4px;
    }
    .zapas-form .promo-form-conditions {
        font-size: 13px;
        line-height: 16px;
        color: #1E2021;
        width: 100%;
        display: block;
        margin-bottom: 32px;
    }
    .zapas-form .promo-form-conditions a {
        color: #1B96DD;
    }

    .zapas-form-intl {
        position: relative;
        width: 100%;
    }
    .zapas-form-intl .iti {
        left: 0!important;
        top: 0!important;
    }
    .prodstocks-page .iti__country-list {
        top: 8px!important;
        left: -13px!important;
        right: -568px!important;
    }



    .prodstocks-banner-buttons--m,
    .prodstock-call-list--m {
        display: none;
    }
    .prodstock-call-list---top-m {
        display: flex;
        justify-content: space-between;
        border: 2px solid #D2D2D3;
        border-radius: 8px;
        
        margin-bottom: 16px;
        background: #FFFFFF;

        display: flex;
        align-items: center;
        /* justify-content: space-between; */
        padding: 0;
        height: 56px;
    }

    .prodstock-call-list-button {
        width: 100%;
        display: flex!important;
        align-items: center;
        justify-content: space-between;
        padding: 0!important;
        height: 52px;
        padding-left: 16px!important;
        padding-right: 16px!important;

        color: #757677!important;
        font-size: 15px!important;
    }
    .prodstock-call-list-button.active {
        color: #1E2021!important;
    }
    .prodstock-call-list {
        right: 0!important;
    }

    .prodstock-call-list-button::after {
        background-image: url('/local/templates/main/css/../img/call-list-down-icon.svg');
        width: 24px;
        height: 24px;
        background-size: 100%;
        border: none !important;
        transition: all .3s;
    }
    /* LANDING END */


    .prodstocks-slide-img-m {
        display: none;
    }
    .prodstocks-slide-img-d {
        display: block;
    }
}


@media screen and (min-width: 991px) and (max-width: 1019px) {
    .prodstocks-banner {
        padding-top: 261px;
    }
}

@media screen and (min-width: 358px) and (max-width: 1019px) {
    .ccontainer {
        max-width: 326px;
        margin: 0 auto;
    }
    .br-m {
        display: block;
    }
    .br-d {
        display: none;
    }

    

    .prodstocks-banner {
        padding-top: 240px;
    }
    .prodstocks-title {
        font-size: 24px;
        font-weight: 700;
        line-height: 28px;
        letter-spacing: -0.3px;
        margin-bottom: 24px;
    }
    .prodstocks-slider-wrap {
        padding-bottom: 36px;
        position: relative;
    }
    .prodstocks-swiper {
        height: 140px;
        overflow: hidden;
    }
    .prodstocks-slide {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        text-decoration: none;
        border-radius: 4px;
        background: linear-gradient(90deg, #86FDE8 0%, #ACB6E5 83.17%);
        padding-left: 16px;
    }
    .prodstocks-slide-img {
        max-width: 100%;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        object-fit: cover;
        height: 140px;
    }
    .prodstocks-slide-title {
        color: #1E2021;
        font-size: 17px;
        line-height: 24px;
        font-weight: 700;
        position: relative;
        padding-right: 40px;
    }
    .prodstocks-slide-title::after {
        content: '';
        width: 32px;
        height: 32px;
        border-radius: 4px;
        background-color: #1E2021;
        background-image: url('/local/templates/main/css/../img/prodstocks-download-icon-white.svg');
        background-size: 16px;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        right: 0;
        top: calc(50% - 16px);
    }
    .prodstocks-swiper .prodstocks-slider-navigation {
        display: flex;
        position: absolute;
        left: 0;
        right: 0;
        top: 148px;
    }
    .prodstocks-swiper .swiper-button-next,
    .prodstocks-swiper .swiper-button-prev {
        display: none;
    }
    .prodstocks-swiper .swiper-pagination {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
    }
    .prodstocks-swiper .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }
    .prodstocks-swiper .swiper-pagination-bullet-active {
        width: 12px;
        height: 12px;
    }
    .prodstocks-banner-description {
        color: #1E2021;
        font-size: 17px;
        font-weight: 500;
        line-height: 24px;
        margin-bottom: 32px;
    }
    .prodstocks-banner-buttons {
        display: none;
    }
    .prodstocks-banner-buttons--m {
        display: flex;
        flex-direction: column;
        margin-bottom: 32px;
    }
    .prodstocks-banner-buy {
        height: 56px;
        width: 100%;
        background-color: #008C95;
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 17px;
        font-weight: 500;
        color: #FFFFFF;
        text-decoration: none;
        margin-bottom: 16px;
    }
    .prodstocks-banner-download {
        border: 2px solid #1E2021;
        height: 52px;
        width: 100%;
        background-color: #FFFFFF;
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 17px;
        font-weight: 500;
        color: #1E2021;
        text-decoration: none;
    }
    .prodstock-form-title {
        color: #1E2021;
        font-size: 24px;
        font-weight: 700;
        line-height: 28px;
        letter-spacing: -0.3px;
        margin-top: 0;
        margin-bottom: 32px;
    }
    .zapas-form {
        margin-bottom: 24px;
    }
    .zapas-form .bx-soa-customer-field {
        padding: 0!important;
        height: 56px;
        margin-bottom: 16px;
    }
    .zapas-form .bx-soa-customer-field[data-code="PHONE"] {
        padding-left: 12px!important;
    }
    .zapas-form .soa-property-container {
        height: 52px;
        display: flex;
        align-items: center;
    }
    .zapas-form button.prodstock-form-button {
        margin-top: 0!important;
        margin-bottom: 4px;
    }
    .zapas-form .promo-form-conditions {
        margin-bottom: 0;
    }
    .prodstock-call-description {
        color: #1E2021;
        font-size: 15px;
        font-weight: 400;
        line-height: 24px;
        margin-bottom: 4px;
    }
    .prodstock-call-list {
        display: none;
    }
    .prodstock-call-list--m {
        margin-bottom: 16px;
        position: relative;
    }
    .prodstock-call-list--top-m {
        margin-bottom: 16px;
        position: relative;
    }
    .prodstock-call-list-button {
        width: 100%;
        margin-bottom: 16px;
        border: 2px solid #D2D2D3!important;
        border-radius: 4px!important;
        height: 56px;
        background-color: #FFFFFF!important;
        color: #757677!important;
        padding-left: 16px!important;
        padding-right: 16px!important;
        display: flex!important;
        justify-content: space-between;
        align-items: center;
        transition: all .3s;
    }
    .prodstock-call-list-button::after {
        background-image: url('/local/templates/main/css/../img/call-list-down-icon.svg');
        width: 24px;
        height: 24px;
        background-size: 100%;
        border: none!important;
        transition: all .3s;
    }
    .prodstock-call-list-button.active {
        color: #1E2021!important;
        transition: all .3s;
    }
    .prodstock-call-list-button.active::after {
        background-image: url('/local/templates/main/css/../img/call-list-down-icon-black.svg');
        transition: all .3s;
    }

    .dropdown-menu.prodstock-call-list {
        padding-top: 4px;
        padding-bottom: 12px;
        right: 0!important;
        box-shadow: 0px 20px 32px 0px #1E202152, 0px 0px 1px 0px #1E20213D;
        border: none;
        top: -58px!important;
        bottom: auto!important;
    }
    .dropdown-menu.prodstock-call-list li {
        height: 36px;
        padding: 0;
        margin: 0;
        display: flex;
    }
    .prodstock-call-item,
    .prodstock-call-item.active {
        padding-left: 40px!important;
        padding-right: 16px!important;
        padding-top: 0!important;
        padding-bottom: 0!important;
        color: #1E2021!important;
        font-size: 15px;
        font-weight: 400!important;
        background-color: #FFFFFF!important;
        cursor: pointer;
    }












    .prodstock-call-button {
        border: 2px solid #D2D2D3;
        border-radius: 4px;
        height: 56px;
        display: flex;
        align-items: center;
        margin-bottom: 32px;
        text-decoration: none;
        font-size: 15px;
        font-weight: 400;
        color: #757677;
        position: relative;
        padding-left: 40px;
        transition: all .3s ease;
    }
    .prodstock-call-button.active {
        color: #1E2021;
        transition: all .3s ease;
    }
    .prodstock-call-button::before {
        content: '';
        display: block;
        width: 16px;
        height: 16px;
        background-image: url('/local/templates/main/css/../img/prodstock-call-icon.svg');
        position: absolute;
        left: 16px;
        transition: all .3s ease;
    }
    .prodstock-call-button.active::before {
        background-image: url('/local/templates/main/css/../img/prodstock-call-icon-active.svg');
        transition: all .3s ease;
    }

    .prodstock-form-wrapper {
        position: relative;
    }
    .prodstock-form-wrapper .dropdown-menu.show {
        top: -58px!important;
        border-radius: 4px!important;
    }


    .zapas-form-intl {
        position: relative;
        width: 100%;
        /* height: 500px; */
    }
    .zapas-form-intl .iti.iti--container{
        top: -20px !important;
        left: -13px !important;
        max-width: 326px;
    }
    
    .iti__country-list {
        /* top: 16px!important;
        left: -13px!important;
        right: -310px!important; */
    }
    .iti-mobile .iti--container {
        /* top: 1011px!important;
        bottom: 30px!important;
        left: 1px!important;
        right: 0!important;
        min-height: 250px!important;
        position: absolute!important;
        max-width: 326px!important;
        margin: 0 auto!important;
        display: flex!important;
        align-items: center!important;
        justify-content: center!important; */
    }
    .iti-mobile .iti__country-list {
        left: 0!important;
        right: 0!important;
    }



    .prodstocks-slide-decor {
        display: none;
    }
    .prodstocks-slide-img-m {
        display: block;

        position: absolute;
    }
    .prodstocks-slide-img-d {
        display: none;
    }
    .prodstocks-slide-1 .prodstocks-slide-img {
        width: 150.75px;
        height: 134px;
        right: 12.25px;
        top: 3px;
        bottom: 3px;
    }
    .prodstocks-slide-2 .prodstocks-slide-img {
        /* width: 210.38px; */
        height: 140px;
        right: 0;
        top: 0;
        bottom: 0;
    }
    .prodstocks-slide-3 .prodstocks-slide-img {
        width: 73.19px;
        height: 129px;
        right: 32.81px;
        top: 7px;
        bottom: 4px;
    }
    .prodstocks-slide-4 .prodstocks-slide-img {
        width: 75.65px;
        height: 144px;
        right: 26.35px;
        top: -2px;
        bottom: -2px;
    }
    .prodstocks-slide-5 .prodstocks-slide-img {
        width: 101.78px;
        height: 130px;
        right: 26.22px;
        top: 2px;
        bottom: 8px;
    }
    .prodstocks-slide-6 .prodstocks-slide-img {
        width: 93.17px;
        height: 118px;
        right: 13.83px;
        top: 6px;
        bottom: 16px;
    }
    .prodstocks-slide-7 .prodstocks-slide-img {
        width: 114.14px;
        height: 118px;
        right: 17.86px;
        top: 21px;
        bottom: 1px;
    }
    .prodstocks-slide-8 .prodstocks-slide-img {
        width: 82.13px;
        height: 127px;
        right: 17.87px;
        top: 7px;
        bottom: 6px;
    }
    .prodstocks-slide-9 .prodstocks-slide-img {
        width: 96.8px;
        height: 116px;
        right: 14.2px;
        top: 10px;
        bottom: 14px;
    }


}


.prodstock-call-item {
    display: flex!important;
    align-items: center;
    justify-content: flex-start;
}
.prodstock-call-item:hover {
    background: rgba(30, 32, 33, 0.08)!important;
}
.prodstock-call-list-buttonlist .prodstock-call-item:hover {
    background: rgba(255,255,255)!important;
}
.prodstock-call-list-buttonlist .prodstock-call-item:hover.active {
    background: #1E2021!important;
}



/* End */


/* Start:/local/templates/.default/components/bitrix/form.result.new/zapas/style.css?17525856944479*/
.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;
}

.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-cb {
    outline: none !important;
    border: none !important;
    display: block;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    background: transparent !important;
}

.modal-form-wrapper .bx-soa-customer-field input {
    width: 100%;
}

/*.modal-form-wrapper .iti {*/
/*    position: relative;*/
/*    display: inline-block;*/
/*    width: 100%;*/
/*}*/
.js-phone-cb:focus {
    outline: none !important;
    -webkit-appearance: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.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-sr:focus {
    outline: none !important;
    -webkit-appearance: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.modal-form-wrapper .bx-soa-customer-field {
    margin-bottom: 8px;
}

.modal-form-wrapper.empty-search-wrapper .iti__country-list {
    top: 52px;
    left: -16px;
    right: -235px;
    border-radius: 4px;
    overflow: hidden;
}
.bx-soa-customer-field {
    transition: all .3s;
}
.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__active {
    border: 2px solid black !important;
}

.empty-search-wrapper .bx-soa-customer-field[data-code="PHONE"],
.empty-search-wrapper .bx-soa-customer-field[data-code="EMAIL"] {
    min-width: unset;
}

.empty-search-call-button {
    margin-bottom: 32px;
}

.promo-form-conditions {
    color: #757677;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.promo-form-conditions a {
    text-decoration: none;
}


@media screen and (max-width: 767px) {
    /*.modal-form-wrapper .iti {*/
    /*    position: absolute;*/
    /*    display: inline-block;*/
    /*    width: unset;*/
    /*}*/
    .modal-form-wrapper .soa-property-container {
        position: relative;
    }

    .modal-form-wrapper .iti-container {
        position: absolute;
    }

    .modal-form-wrapper .iti--container {
        top: 55px;
        bottom: 30px;
        left: -17px;
        /* width: 100%; */
        right: -19px;
        min-height: 250px;
        position: absolute;
    }

    .modal-form-wrapper .iti__country-list {
        top: 0;
        left: 0;
        right: 0;
    }
}
/* End */
/* /local/templates/main/css/production-stocks.css?175273948323354 */
/* /local/templates/.default/components/bitrix/form.result.new/zapas/style.css?17525856944479 */
