.site-notice {
    background: #fff3cd;
    border-bottom: 1px solid #f0d98d;
    position: static !important;
    top: auto !important;
    z-index: auto !important;
    max-height: none !important;
    overflow: visible !important;
}

.site-notice .container {
    padding-top: 8px;
    padding-bottom: 8px;
}

.site-notice__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.site-notice__text {
    color: #5f4b00;
    font-family: 'Commissioner';
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    flex: 1;
}

.site-notice__close {
    border: 0;
    background: transparent;
    color: #5f4b00;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    margin: 0;
    align-self: center;
}

.header_search .b-search-2__form,
.catalog_body_head_seacrh .b-search-2__form,
.catalog_popup_head_search .b-search-2__form {
    display: flex;
    align-items: center;
    position: relative;
}

.header_search .b-search-2__form input,
.catalog_body_head_seacrh .b-search-2__form input,
.catalog_popup_head_search .b-search-2__form input {
    margin-right: 10px;
}

.modal_search .search-submit{
    display: block;
    width: 70px;
    margin-left: 5px;
}
.b-search-2__form .btn_blue {
    margin: 0;
}
.icon-submit {
    display: flex;
    background: none;
    padding: 0;
    border: none;
}
.icon-search-type {
    position: absolute;
    right: 145px;
    cursor: pointer;
}
.catalog_body_head_seacrh input,
.header_search input {
    width: 461px;
}
.catalog_popup_head_search input {
    width: 510px;
}
.catalog_body .b-search__search-type-menu {
    width: 100%;
}
.catalog_popup_head .search-submit{
    height: 56px;
}

.index_search .icon {
    height: 100%;
    display: flex;
    align-items: center;
}

.index_search .icon-search-type{
    position: absolute;
    left: 525px;
    cursor: pointer;
}

.btn_search.open-modal .svg_loop,
.btn_search.open-modal.active .icon_close{
    display: block;
}
.btn_search.open-modal.active .svg_loop,
.btn_search.open-modal .icon_close{
    display: none;
}

.any_questions__social-links,
.menu_bottom_contatc__social-links,
.footer_contact_top__social-links {
    display: flex;
    gap: 5px;
}
.quest_quote_text__order-phone,
.quest_quote_text__social-links,
.any_questions__social-links{
 margin-top:10px;
}
.quest_quote_text__order-phone .text,
.quest_quote_text__social-links .text {
    display: flex;
    gap: 5px;
}

.menu_bottom_contatc__social-links .ui-icon {
    width: 20px;
    height: 20px;
}

.quest_quote_text__order-phone .ui-icon,
.any_questions__social-links .ui-icon,
.quest_quote_text__social-links .ui-icon,
.footer_contact_top__social-links .ui-icon {
    width: 25px;
    height: 25px;
}

.any_questions__social-links a.any_questions__social-link:hover,
.menu_bottom_contatc__social-links a.menu_bottom_contatc__social-link:hover,
.quest_quote_text__social-links a.quest_quote_text__social-link:hover,
.footer_contact_top__social-links a.footer_contact_top__social-link:hover {
    opacity: 1!important;
}

.any_questions__social-links a.any_questions__social-link,
.menu_bottom_contatc__social-links a.menu_bottom_contatc__social-link,
.quest_quote_text__social-links a.quest_quote_text__social-link,
.footer_contact_top__social-links a.footer_contact_top__social-link {
    opacity: 0.7!important;
}

.footer_contact_top a {
    font-size: 18px;
}
