.content.header_content.wrap {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    padding: 30px 0 30px 0;
}

.header_background_wrapp {
    position: relative;
}

.header__container-wrap {
    background: linear-gradient(90deg, #00C4EE 0%, #0282C0 52.5%, #0165A7 100%);
    box-shadow: 0px 4px 30px 0px #0164A866;
}

.desktop_nav.top,
.desktop_nav.buttom {
    max-width: 1120px;
    margin: 0;
}


.top__header.buttoms .btn-green,
.topmenu_number_mobile .btn-green,
.topmenu_number .btn-green {
    padding: 15px 30px;
    background-color: #1BC768;
    border-radius: 30px;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.top__header.buttoms .btn-border-green,
.topmenu_number_mobile .btn-border-green,
.topmenu_number .btn-border-green {
    padding: 15px 30px;
    border-radius: 30px;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: 2px solid #1bc768;
    text-decoration: none;
}

.topmenu_number_mobile .btn-border-green,
.topmenu_number_mobile .btn-green,
.topmenu_number .btn-green,
.topmenu_number .btn-border-green  {
    padding: 7px 23px;
    font-size: 12px;
    text-align: center;
    line-height: 14.5px;
    height: 43px;
}

.top__header.buttoms {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 265px;
    gap: 10px;
}

.top__header.contacts {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    max-width: 350px;
    gap: 12px;
}

.top__header.contacts .contacts__item {
    color: #fff !important;
    text-decoration: none;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    column-gap: 10px;
}

.desktop_nav.buttom .new_menu .topmenu li a {
    font-size: 16px;
}
/*
.top__header.contacts .contacts__item.phone::before {
    content: url('/netcat_template/template/3/img/icon-phone-header.png');
}
*/
.top__header.contacts .contacts__item.grafick::before {
    content: url('/netcat_template/template/3/img/icon-grafick-header.png');
}

.top__header.contacts .contacts__item.citySelect::before {
    content: url('/netcat_template/template/3/img/icon-addres-header.png');
}

#ya-site-form1 input.ya-site-form__submit {
    border-radius: 10px;
    padding: 4px 8px;
    overflow: hidden;
    background-image: url(/netcat_template/template/3/img/search-icon-redesign.png);
    background-repeat: no-repeat;
    box-shadow: 0;
    outline: none;
    border: 0;
    position: absolute;
    content: '';
    top: 11px;
    left: 10px;
    width: 20px;
    height: 20px;
    background-color: #fff;
}

#ya-site-form1 .ya-site-form__form .ya-site-form__input-text {
    padding: 12px 20px 12px 40px;
}

.content.header_content #ya-site-form1 .ya-site-form__form .ya-site-form__input-text::placeholder {
    color: #333333!important;
}

.header__container-wrap .header__search {
    max-width: 212px;
}

.header__container-wrap .container__wrap.flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 15px;
}

.container__wrap.flex .spicial__buttom,
.container__wrap.flex .social__buttom {
    height: 38px;
}

.container__wrap.flex .spicial__buttom img,
.container__wrap.flex .social__buttom img {
    width: 38px;
    height: 38px;
}

#ya-site-form1 .ya-site-form__search-input {
    padding: 0px !important;
}

.mobile_logo1 {
    width: 86px !important;
    height: 72px !important;
}

.topmenu_number.header__mobile-number {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 240px;
    width: 100%;
}

.topmenu_number.header__mobile-number .contacts__item,
.menu-box-top__wrap .contacts__item,
.mobile_menu.sticky_menu .contacts__item.phone {
    color: #fff;
    text-decoration: none;
}

.hamburger_menu {
    justify-content: space-between;
}

.topmenu_number.header__mobile-number .contacts__item.phone,
.menu-box-top__wrap .contacts__item.phone {
    font-size: 16px;
    font-weight: 700;
}

.contacts__item.grafick {
    font-size: 12px;
    font-weight: 500;
}

.topmenu_number.header__mobile-number .topmenu_number {
    gap: 2px;
}

.mobile_menu .hamburger_menu {
    column-gap: 20px;
}

.menu_btn.active {
    top: 40px !important;
    right: 20px !important;
}


.topmenu_number_mobile {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}

.mobile_menu {
    background: linear-gradient(360deg, #0282C0 1.95%, #0165A7 110.32%);
    box-shadow: 0px 4px 30px 0px #0164A866;
}

.menu_btn {
    top: 40px !important;
}

.menu_link_name {
    margin: 0 !important;
}

.menu-box-top__wrap {
    column-gap: 20px;
}

.mobile_menu {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.box__menu-wrap.flex {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.menu-box-top__wrap .menu_link_name {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}

.menu_box.show .topmenu_number {
    padding: 10px !important;
}

.menu_box.show .topmenu_number {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
}

.menu_box.show .header__search {
    margin-top: 0px !important;
}

.mobile_menu.sticky_menu .topmenu_number a {
    color: #fff !important;
}

.mobile_menu.sticky_menu label span, .mobile_menu.sticky_menu label span:before, .mobile_menu.sticky_menu label span:after {
    background-color: #ffff !important;
}

.mobile_menu.sticky_menu .menu-box-top__wrap {
    padding: 20px 15px 0;
}

@media (max-width: 992px) {
.content.header_content.wrap {
    padding: 0;
}

.topmenu_number {
    gap: 6px;
}
}

@media (min-width: 992px) {
.mobile_menu {
    display: none;
}
}