

/* Start:/local/templates/main/components/arturgolubev/search.title/search/style.css?17483188893824*/
.search-bar {
    display: flex;
    max-width: 100%;
}
.search-bar__field {
    position: relative;
    flex-grow: 1;
    margin-right: 80px;
}
.search-bar__input {
    width: 100%;
    font-size: 18px;
    line-height: 1.66;
    color: #35374E;
    margin-top: 11px;
    border-bottom: 2px solid rgba(53,55,78,0.4);
    outline: none;
}
.search-bar__close {
    width: 26px;
    height: 26px;
    transform: rotate(45deg);
    margin-right: 28px;
}
.search-bar__close:after, .search-bar__close:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #92939A;
    margin: auto;
}
.search-bar__close:before {
    width: 2px;
    height: 100%;
    transition: all .7s cubic-bezier(.77,0,.175,1) .1s;
}
.search-bar__close:after {
    height: 2px;
    width: 100%;
    transition: all .7s cubic-bezier(.77,0,.175,1) 0s;
}
.search-bar__label {
    font-family: RF Dewi,sans-serif;
    right: 0;
    left: 0;
    top: 11px;
    position: absolute;
    font-size: 16px;
    line-height: 1.25em;
    letter-spacing: .01em;
    transform-origin: 0 50%;
    color: rgba(53,55,78,0.6);
    transition: transform .3s cubic-bezier(.33,1,.68,1) 0s,color .3s cubic-bezier(.33,1,.68,1) 0s;
    pointer-events: none;
}
.search-bar__input:focus ~ .search-bar__label ,
.search-bar__input:not(:placeholder-shown) ~ .search-bar__label {
    transform: scale(.7) translate3d(0,-35px,0);
}
.search-bar__buttons {
    display: flex;
    align-items: center;
}
@media only screen and (min-width: 526px) {
    .search-bar__buttons {
        min-width: 145px;
    }
}
@media only screen and (min-width: 640px) {
    .search-bar__buttons {
        min-width: 152px;
    }
}
.search__btn {
    position: relative;
    z-index: 100;
}
.search__btn:before {
    position: absolute;
    content: "";
    bottom: -18px;
    left: -6px;
    width: 40px;
    height: 2px;
    background-color: #EC1818;
    opacity: 0;
    z-index: 100;
}
.nav__item_active .search__btn:before {
    opacity: 1;
}
.nav__item_active .modal-form,
.header__buttons_active .modal-form {
    visibility: visible;
    opacity: 1;
    z-index: 1000;
}
.header__buttons {
    display: flex;
    align-items: center;
}
.search__btn_mob {
    margin-right: 16px;
}
.modal-form {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: opacity .5s linear 0s,transform .5s ease 0s,bottom 0s ease .5s,visibility 0s linear .5s;
    background-color: rgba(25, 25, 32, 0.4);
}
.modal-form__content {
    margin-top: 65px;
}
.search-bar_modal {
    padding: 36px;
    background-color: #fff;
}
@media (min-width: 1131px) {
    .search__btn_mob {
        display: none;
    }
}
@media (max-width: 1130px) {
    .modal-form__content {
        margin-top: 60px;
    }
}
@media (min-width: 526px) {
    .popup__close_search {
        position: relative;
    }
}
@media (max-width: 1131px) {
    .nav__item_search:not(.header__buttons) {
        display: none !important;
    }
    .search-bar__field {
        margin-right: 30px;
    }
    .search__btn:before {
        display: none;
    }
}
@media (max-width: 525px) {
    .modal-form__content .wrapper {
        margin: 0;
        width: 100%;
        max-width: 100%;
    }
    .search-bar {
        flex-direction: column;
    }
    .search-bar_modal {
        position: relative;
    }
    .search-bar__close {
        position: absolute;
        top: 10px;
        right: -10px;
        width: 20px;
        height: 20px;
    }
    .search-bar__field {
        margin: 0 0 24px;
    }
}
/* End */


/* Start:/local/components/form/index.mailing/templates/.default/style.css?1748318890105*/
.recaptcha a {
    text-decoration: underline;
}
.recaptcha, .recaptcha a {
    color: #fff !important;
}
/* End */


/* Start:/local/components/layout/footer/templates/.default/style.css?1748318890589*/
.back-to-top__button {
    position: fixed;
    bottom: 70px;
    right: 50px;
    z-index: 500;
    background: #fff;
    padding: 13px;
    border: 2px solid #171930;
    cursor: pointer;
    width: 48px;
    height: 48px;
    border-radius: 8px;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s, visibility 0.3s;
}

.back-to-top__button:hover {
    background-color: #171930;
}

.back-to-top__button:hover path {
    stroke: #fff;
}

.back-to-top__button_state_visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
/* End */
/* /local/templates/main/components/arturgolubev/search.title/search/style.css?17483188893824 */
/* /local/components/form/index.mailing/templates/.default/style.css?1748318890105 */
/* /local/components/layout/footer/templates/.default/style.css?1748318890589 */
