@media (max-width: 767px) {
    .container {
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .mobile {
        display: flex !important;
    }

    header .box #menu {
        position: fixed;
        left: calc(-100% + 20px);
        top: 100px;
        width: calc(100% - 20px);
        background: var(--white);
        border-radius: 12px 12px 0 0;
        transition: var(--all-out);
        opacity: 0;
        height: calc(100dvh - 100px);
        z-index: 10;
        padding: 16px 10px;
        flex-direction: column;
        gap: 24px;
    }
    
    header .box #menu.open {
        transition: var(--all-in);
        opacity: 1;
        left: 10px;
    }

    header .box #menu .buts {
        flex-direction: column;
        width: 100%;
    }

    header .box #menu .buts a {
        width: 100%;
    }
    
    header .box #menu .menu {
        width: 100%;
    }

    header .box #menu #main-menu {
        display: flex;
        flex-direction: column;
        padding-top: 24px;
        border-top: 1px solid var(--bg);
        width: 100%;
    }

    header .box img {
        max-width: 140px;
    }

    section {
        padding: 40px 0;
    }

    .first-for-companies {
        padding: 60px 0;
    }

    .first-for-companies .box h1 {
        font-size: 28px;
    }

    .page-wrapper {
        padding: 0 10px;
        padding-top: 100px;
    }

    header {
        left: 10px;
        width: calc(100% - 20px);
    }

    header .box > .phone > a {
        font-size: 0;
        gap: 0;
    }

    header .box > .phone > a::before {
        width: 40px;
        height: 40px;
        background: url('../images/call-icon.svg') center center no-repeat;
    }

    .menu-but {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 4px solid var(--bg);
        cursor: pointer;
        position: relative;
    }

    .menu-but span {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 22px;
        height: 2px;
        background: var(--bordo);
        border-radius: 2px;
        transform: translate(-50%, -50%);
        transition: var(--all-out);
    }
    
    .menu-but span:first-child {
        transform: translate(-50%, calc(-50% - 5px));
    }
    
    .menu-but span:last-child {
        transform: translate(-50%, calc(-50% + 5px));
    }

    .menu-but.open span:nth-child(2) {
        opacity: 0;
        transition: var(--all-in);
    }

    .menu-but.open span:first-child {
        transform: translate(calc(-50% + 3px), calc(-50% + 8px));
        transition: var(--all-in);
        rotate: 45deg;
    }
    
    .menu-but.open span:last-child {
        transform: translate(calc(-50% + 4px), calc(-50% - 7px));
        transition: var(--all-in);
        rotate: -45deg;
    }

    .first-for-companies .box > p {
        font-size: 16px;
        max-width: 100%;
    }

    .first-for-companies .box .block {
        margin-top: 16px;
        width: 100%;
        padding: 16px;
        gap: 24px;
    }

    .first-for-companies .box .block .list {
        gap: 12px 8px;
        max-width: 100%;
    }

    .first-for-companies .box .block .list a {
        padding: 0 8px;
        font-size: 13px;
    }

    h2, .h2 {
        font-size: 28px;
    }

    .home-services .item {
        gap: 24px;
        padding: 16px;
        flex-direction: column;
    }

    .home-services .item .list a {
        padding: 4px 16px;
        height: auto;
    }

    .about-us .title h2 {
        left: 0;
        transform: translate(0%, -50%);
        width: 100%;
        justify-content: center;
    }

    .form-block .box {
        padding: 16px;
        flex-direction: column;
    }

    .form-block .box .text::before {
        width: 40px;
        height: 40px;
        border: 8px solid var(--yellow);
        left: 0;
        top: 18%;
    }

    .form-block .box .text h3 {
        max-width: 100%;
        font-size: 16px;
    }

    .form-block .box .form {
        padding: 16px;
        max-width: 100%;
    }

    footer {
        padding: 40px 0;
    }

    footer .box .top {
        flex-direction: column;
    }

    footer .box .top .services {
        align-items: flex-start;
        flex-direction: column;
    }

    footer .box .bottom {
        flex-direction: column;
    }

    .grid-3, .grid-4, .grid-5 {
        grid-template-columns: 100%;
    }

    .advantages .box .item {
        padding: 24px 16px;
    }

    .advantages::before {
        width: 100%;
        height: 200px;
    }

    .steps .box .item:nth-child(1), .steps .box .item:nth-child(2), .steps .box .item:nth-child(3) {
        border-top: 4px solid rgba(255, 255, 255, 0.15);
    }

    .steps .box .item:nth-child(1) {
        border-top: 0;
    }

    .steps .box .item {
        border-right: 0;
    }

    .steps .box {
        padding: 16px;
    }

    .steps .box .item::before {
        left: 0px;
        top: 24px;
    }

    .steps .box .item {
        padding: 24px 0px;
        padding-left: 72px;
    }

    .reviews .slider .item .text {
        position: relative;
        padding: 32px 16px 16px;
    }

    .form-block .box .text {
        padding-left: 64px;
    }

    .first-for-people {
        padding: 60px 0;
    }

    .first-with-image .box .block {
        width: 100%;
        padding: 24px 16px;
    }

    .first-for-people .box h1 {
        font-size: 28px;
    }

    .first-for-people .box .block .vacancies-form {
        max-width: 100%;
    }

    .first-for-people .box .block .vacancies-form form {
        flex-direction: column;
    }

    .first-for-people .box .block .vacancies-form form .form-group {
        width: 100%;
    }

    .first-for-people .box .block .vacancies-form form .form-group select {
        height: 40px;
    }

    .vacancies-form form input[type="text"] {
        padding-left: 48px;
        background: url('../images/line-md_search.svg') 12px 50% no-repeat;
    }

    .vacancies-form form select {
        padding-left: 48px;
        width: 100%;
    }

    .vacancies-form form select.category {
        background: url('../images/form-category.svg') 12px 50% / 24px auto no-repeat;
    }

    .vacancies-form form select.country {
        background: url('../images/form-country.svg') 12px 50% / 24px auto no-repeat;
    }

    .first-for-people .box .block .vacancies-form form .but input {
        width: 100%;
    }

    .advantages-for-people::before {
        display: none;
    }

    .advantages-for-people .item .number {
        line-height: 100px;
        border-radius: 12px;
        background: linear-gradient(88deg, #700F0F 39.31%, #B32516 130.82%);
    }

    .vacancies-list .controls-box {
        flex-direction: column;
    }

    .vacancies-list .controls-box .search-box form .form-group:first-child {
        width: 100%;
    }

    .vacancies-list .controls-box .search-box form {
        flex-direction: column;
    }

    .vacancies-list .controls-box .search-box form .form-group.but {
        width: 100%;
    }

    .vacancies-list .controls-box .search-box form .form-group.but input {
        width: 100%;
    }

    .info-page {
        padding: 40px 0;
    }

    .info-page.page-404 .box h1 {
        font-size: 82px;
    }

    .info-page.page-404 .box h1::before {
        width: 120px;
        height: 120px;
    }

    .first-with-image {
        padding: 40px 0;
    }

    .article-title .box h1 {
        font-size: 24px;
    }

    .article-text {
        padding: 10px 0;
    }

    .article-text .controls {
        flex-direction: column;
    }

    .map-block .box {
        max-width: 100%;
    }

    .reviews .box.logos .item:not(:nth-child(5n)) {
        border-right: none;
    }

    .reviews .box.logos::after {
        display: none;
    }

    .reviews .box.logos .slick-arrow {
        border: 0;
        top: 50%;
        transform: translateY(-50%);
        background: none;
        position: absolute;
        font-size: 0;
        z-index: 5;
        width: 32px;
        height: 32px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
    }

    .reviews .box.logos .slick-arrow::before {
        content: "";
        border-top: 1px solid var(--bordo);
        border-left: 1px solid var(--bordo);
        width: 16px;
        height: 16px;
        display: flex;
    }

    .reviews .box.logos .slick-arrow.slick-prev {
        left: 0;
    }

    .reviews .box.logos .slick-arrow.slick-prev::before {
        rotate: -45deg;
    }

    .reviews .box.logos .slick-arrow.slick-next {
        right: 0;
    }

    .reviews .box.logos .slick-arrow.slick-next::before {
        rotate: 135deg;
    }

    header .box .phone .phones-row {
        width: calc(100vw - 40px);
    }

    .first-with-image .box h1 {
        font-size: 24px;
    }

    .advantages-for-people .box {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }

    .advantages-for-people .item .number {
        font-size: 32px;
    }

    .advantages-for-people .item p {
        font-size: 16px;
    }

    footer .box .top .services .buts, footer .box .top .services .buts a {
        width: 100%;
    }

    footer .box .top .services .menu {
        width: 100%;
    }

    footer .box .top .services #footer-menu {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    footer .box .bottom .info .contacts {
        gap: 24px;
    }

    footer .box .bottom .info .contacts .phones-row .item > p {
        margin-bottom: 8px;
    }

    .vacancy-title h1 {
        font-size: 24px;
    }

    .vacancy-info .box {
        flex-direction: column;
    }

    .vacancy-info .box .media {
        max-width: 100%;
        height: auto;
    }

    .responsibilities .box .list {
        grid-template-columns: repeat(1, 1fr);
    }

    .responsibilities .box .list .item.item:not(:first-child) {
        border-left: none;
        border-top: 4px solid rgba(255, 255, 255, 0.15);
    }

    .responsibilities .box .list .item {
        padding: 32px 0px;
        padding-left: 72px;
    }

    .responsibilities .box .list .item::before {
        left: 0;
    }

    .vacancies-list .vacancies-form {
        max-width: 100%;
    }

    .vacancies-list .vacancies-form form {
        flex-direction: column;
    }

    .vacancies-list .vacancies-form form .form-group {
        width: 100%;
    }

    .vacancies-list .vacancies-form form .form-group select {
        height: 40px;
    }

    .vacancies-list .vacancies-form form .but input {
        width: 100%;
    }










    
    
















    


}

@media (min-width: 768px) and (max-width: 1229px) {
    .container {
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    
    









}