.mob_menu,
.burger,
.footer_mob,
.contacts_info-phones_line:last-child svg {
    display: none;
}
@media (max-width: 1230px) {
    .contacts_wrapper {
        justify-content: center;
    }
    .contacts_logo {
        margin-left: 40px;
    }
    .contacts_inner {
        padding: 44px;
    }
}

@media(max-width: 1150px) {
    .competence_items {
        grid-template-columns: 1fr;
    }
}
@media(max-width: 1010px) {
    .contacts_info-phones {
        flex-direction: column;
        align-items: flex-start;
    }
    .contacts_info-phones_line:last-child svg {
        display: block;
    }
}
@media(max-width: 981px) {
    #menu-header-1 li {
        width: fit-content;
        margin: 0 auto;
    }
    #menu-header-1 li.menu-item-has-children a {
        position: relative;
    }
    #menu-header-1 li.menu-item-has-children li span,
    #menu-header-1 li.menu-item-has-children span {
        position: absolute;
        right: -30px;
        top: 0px;
        width: 30px;
        height: 30px;
        cursor: pointer;
        transition: 0.5s;
    }
    /* #menu-header-1 li.menu-item-has-children a::after {
        content: url(../images/arrow-d.svg);
        position: absolute;
        right: -30px;
        top: -2px;
        width: 30px;
    } */
    li.menu-item-has-children .sub-menu {
        position: sticky;
        background-color: transparent;
        padding: 0;
        /* display: block !important; */
        width: fit-content;
        margin: 0 auto !important;
    }
    li.menu-item-has-children:hover > .sub-menu {
        margin: 0 auto !important;
        display: none !important;
    }
    li.menu-item-has-children > .sub-menu.open {
        display: block !important;
    }
    li.menu-item-has-children > .sub-menu.open + span {
        transform: rotate(180deg);
    }
    .sub-menu li:hover .sub-menu li a,
    li.menu-item-has-children .sub-menu li a{
        color: #fff !important;
    }
    li .sub-menu li {
        width: fit-content;
        height: auto;
    }
    .blog_item {
        flex-direction: column;
    }
    .blog_item-img,
    .blog_item-img img {
        max-width: 100%;
        width: 100%;
    }
    .blog_item-info {
        padding: 45px;
    }
    .feedbaack_form {
        flex-direction: column;
        background-color: transparent;
        box-shadow: none;
    }
    .first_section-wrapper {
        background-image: none !important;
    }
    .btn-anchor {
        color: #fff !important;
        width: 216px;
        height: 47px;
        background-color: #1692D7;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        text-transform: uppercase;
        margin-top: 40px;
    }
    .logo {
        z-index: 5;
    }
    .burger {
        position: relative;
        width: 28px;
        height: 20px;
        cursor: pointer;
        z-index: 5;
        display: block;
    }
    .burger::after,
    .burger::before {
        content: '';
        position: absolute;
        width: 100%;
        transition: .25s ease-in-out;
        height: 3px;
        background-color: #000;
    }
    .burger::after {
        bottom: 0;
    }
    .burger::before {
        top: 0;
    }
    .burger span {
        position: absolute;
        width: 100%;
        transition: .25s ease-in-out;
        height: 3px;
        background-color: #000;
        top: 9px;
    }
    .burger.active span {
        opacity: 0;
    }
    .burger.active::before {
        transform: rotate(45deg);
        top: 9px;
        background-color: #fff;
    }
    .logo.active path {
        fill: #fff;
    }
    .burger.active::after{
        transform: rotate(-45deg);
        top: 9px;
        background-color: #fff;
    }
    .header_nav a, .main_phone {
        display: none;
    }
    .container {
        max-width: 630px;
    }
    .site-header .container {
        max-width: 100%;
    }
    .footer_right_menu:last-child {
        margin-left: -30px;
    }
    .footer .container {
        max-width: 700px;
    }
    .footer_right {
        gap: 30px;
    }
    .competence_offer-items {
        grid-template-columns: 1fr 1fr;
    }
    .mob_menu {
        display: block;
        position: absolute;
        background-color: #00203c;
        opacity: 1;
        width: 100%;
        height: 100vh;
        top: -200%;
        left: 0;
        text-align: center;
        transition: 0.7s;
        z-index: 4;
    }
    .mob_menu.open {
        top: 0;
    }
    .mob_menu a {
        color: #fff;
        font-size: 16px;
        font-weight: 600;
    }
    .mob_menu li + li {
        margin-top: 20px;
    }
    .mob_menu .menu-header-container {
        padding-top: 150px;
    }
    .mob_menu-info {
        position: absolute;
        bottom: 70px;
        left: 50%;
        transform: translateX(-50%);
    }
    .mob_menu-info p {
        color: #fff;
        font-size: 16px;
    }
    .mob_menu-info ul {
        display: flex;
        flex-direction: column;
        margin: 30px 0;
    }
    .mob_menu-info h5 {
        color: #fff;
        font-size: 16px;
    }
    .mob_menu-info ul a {
        font-weight: 600;
        font-size: 16px;
    }
}
@media (max-width: 850px) {
    .companies .container,
    .companies_inner,
    .competence_problems {
        max-width: 100%;
    }
    .companies {
        margin-left: -40px;
    }
    .companies_item  {
        height: 90px;
    }
    .contacts_logo svg{
        width: 100px;
        height: fit-content;
    }
    .contacts_logo {
        margin: 0;
    }
    .contacts_inner {
        align-items: flex-start;
    }
    .contacts_wrapper {
        flex-direction: column;
    }
    .contacts_socials {
        flex-direction: row;
        width: fit-content;
        height: auto;
        gap: 34px;
    }
}
@media (max-width: 800px) {
    .competence_offer-items {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
    .feedbaack {
        margin-top: 20px;
    }
    .competence_offer {
        padding: 50px 0 0 0;
    }
    .footer {
        margin-top: 0;
    }
}
@media (max-width: 700px) {
    .competence_problems h1 {
        font-size: 35px;
        line-height: 41px;
    }
    .competence_problems p {
        font-size: 16px;
        line-height: 22px;
    }
    .footer_logo,
    .footer_inner,
    .footer_bottom{
        display: none;
    }
    .contacts_inner {
        flex-direction: column-reverse;
        align-items: center;
        gap: 46px;
    }
    .contacts_inner,
    .contacts_socials {
        width: 100%;
    }
    .contacts_info-mail {
        margin-top: 46px;
    }
    .footer_mob {
        display: flex;
        flex-direction: column;
        text-align: center;
        margin-top: 110px;
    }
    .footer_mob svg {
        width: 100%;
        margin-left: -8px;
    }
    .footer_mob p,
    .footer_mob h5,
    .footer_mob a {
        color: #fff;
    }
    .footer_mob-info_wrap {
        display: flex;
        flex-direction: column;
        margin-top: 20px;
    }
    .footer_mob-info a {
        font-size: 16px;
        font-weight: 600;
    }
    .footer_mob p {
        font-size: 10px;
        max-width: 220px;
        margin: 30px auto;
    }
    .footer_mob-line {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        max-width: 500px;
        margin: 0 auto;
    }
    .footer_mob-line a {
        font-size: 12px;
        font-weight: 600;
    }
    .footer_mob-info p {
        font-size: 14px;
        font-weight: 600;
        margin: 0 auto;
        margin-top: 20px;
    }
}
@media (max-width: 650px) {
    .list-grid {
        grid-template-columns: 1fr;
    }
    .competence_problems-list.list-grid li:last-child {
        grid-column-start: auto;
        grid-column-end: auto;
        margin: 0;
    }
    .competence_problems-right {
        display: none;
    }
    .companies_inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .companies_item {
        border: none !important;
    }
    .companies_ticks-inner {
        grid-template-columns: 1fr;
    }
    .companies_ticks {
        margin-top: 30px;
    }

    
}

@media (max-width: 600px) {
    #primary h1 {
        font-size: 26px;
        line-height: 38px;
    }
    .first_section-inner p {
        font-size: 14px;
        line-height: 20px;
    }
    .btn-anchor {
        margin-top: 20px;
    }
    .first_section-wrapper {
        min-height: auto;
        margin-bottom: 40px;
    }
    .section_title {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 10px;
    }
    .competence_items {
        grid-row-gap: 25px;
    }
    .competence .section_top {
        margin-bottom: 50px;
    }
    .section_subtitle {
        font-size: 16px;
        line-height: 24px;
    }
    .contacts_info a, .contacts_info-mail {
        font-size: 20px;
        line-height: 24px;
    }
    .contacts_info-phones, .contacts_info-phones_line, .contacts_info-mail {
        gap: 24px;
    }
}

@media (max-width: 500px) {
    .competence_item-img {
        opacity: 0.5;
    }
    .success_popup-inner {
        max-width: 90%;
        font-size: 16px;
        padding: 30px 20px 20px;
    }
    .blog_items {
        gap: 25px;
    }
    .blog_page-info p {
        font-size: 14px;
    }
    .blog_page-info {
        padding: 15px 20px;
    }
    .blog_item-info {
        padding: 25px 30px 40px 30px;
    }
    .blog_item-info p {
        font-size: 14px;
        line-height: 20px;
    }
    .feedbaack_form {
        max-width: 100%;
        padding: 0 !important;
        margin-top: 50px;
    }
    .feedbaack_right{
        flex-direction: column;
    }
    .feedbaack_right {
        width: 100%;
    }
    .feedbaack_form button {
        margin: 20px auto 0 auto;
    }
    .feedbaack_form input {
        width: 100%;
        margin: 0;
    }
    .competence_problems h1 {
        font-size: 26px;
        line-height: 31px;
    }
    .competence_problems p {
        font-size: 14px;
        line-height: 20px;
    }
    .companies {
        margin: 0;
    }
}

@media (max-width: 400px) {
    .contacts_info-phones {
        align-items: center;
    }
    .contacts_info-phones_line svg,
    .contacts_info-mail svg  {
        width: 20px;
    }
    .contacts_info a, .contacts_info-mail {
        font-size: 14px;
    }
    .contacts_info-mail {
        margin: 0;
    }
    .contacts_info-phones_line, .contacts_info-mail {
        gap: 10px;
    }
    .contacts_info-phones {
        gap: 0;
    }
    .contacts_socials {
        padding: 15px 12px;
    }
    #primary h1 {
        font-size: 20px;
        line-height: 28px;
    }
    .container {
        max-width: 100%;
    }
    .competence_item h3 {
        font-size: 19px;
        line-height: 21px;
    }
    .competence_item:last-child, .competence_item:nth-child(3) {
        padding: 20px 50px 70px 20px;
    }
}