
.header__menu {
    position: relative;
    padding-right: 65px;
    flex: 1 1 auto !important;
    display: flex;
    justify-content: center;
}

.nbSearchForm {
}

.nbSearchForm._active {
    left: 0px;
}

.nbSearchForm__form {
}

.nbSearchForm__block {
    margin-right: 50px;
    display: none;
}

.nbSearchForm__shows {
    float: right;
}

.nbSearchForm__showBtn {
    width: 34px;
    padding: 6px;
}

.nbSearchForm__showBtn._open {
}

.nbSearchForm__showBtn._close {
    display: none;
}

.nbSearchForm__showBtn svg {
    width: 18px;
    height: 18px;
}
.nbSearchForm__showBtn._close svg {
    width: 26px;
    height: 26px;
    padding-top: 2px;
}

.nbSearchForm._active {
}

.nbSearchForm._active .nbSearchForm__block {
    display: block;
}

.nbSearchForm._active .nbSearchForm__showBtn._open {
    display: none;
}

.nbSearchForm._active .nbSearchForm__showBtn._close {
    display: block;
}

.nbSearchForm {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
}

.nbSearchForm._active {
    z-index: 110;
}

.nbSearchForm__showBtn {
    height: 40px;
    width: 40px;
    border: none !important;
    vertical-align: top;
    font-size: 18px;
    box-shadow: none !important;
    line-height: 0.9;
    background: #128d75 !important;
    border-radius: 50%;
    color: #fff !important;
    transition: .5s;
}

.nbSearchForm__showBtn._close {

}

.nbSearchForm:hover .nbSearchForm__showBtn {
    border-radius: 8px;
}


.nbSearchForm__input {
    font-size: 16px;
    height: 40px;
    padding: 0px 4px;
}

.nbSearchForm__btn {
    font-size: 14px;
    height: 40px;
    padding: 0px 4px;
    background: #384d65;
}

.nbSearchForm__block {
    margin-right: 38px;
}

.nbSearchForm__input {
    border: none !important;
    background: #f4f5f5;
    box-shadow: none !important;
    font-size: 13px;
    font-weight: 300;
    padding-left: 15px;
    width: 100%;
    border-radius: 8px;
}

.nbSearchForm__group {
    position: relative;
    overflow: hidden;
    padding-left: 20px;
    background: #fff;
    padding-right: 1rem;
}

@media (max-width: 1200px) {
    .header__actions {
        column-gap: 10px;
    }
    .header__list .header__link {
        font-size: 15px !important;
    }
    .header__menu {
        padding-right: 50px;
    }
    .nbSearchForm {
        right: 10px;
    }
}
@media (max-width: 1024px) {
    .header__menu .header__list {
        display: none;
    }
}
@media (max-width: 767px) {
    .nbSearchForm._active {
        left: -215px;
    }
}
@media (max-width: 520px) {
    .nbSearchForm__showBtn {
        height: 32px;
        width: 32px;
        background-color: #f4f5f5;
    }
    .nbSearchForm__showBtn svg {
        width: 14px;
        height: 14px;
        padding-top: 1px;
    }
    .nbSearchForm__showBtn._close svg {
        width: 20px;
        height: 20px;
        padding-top: 0px;
    }
    .nbSearchForm__input {
        height: 32px;
    }
    .nbSearchForm._active {
        left: -185px;
    }
}
@media (max-width: 374px) {
    .nbSearchForm._active {
        left: -140px;
    }
}

