@media only screen and (max-width: 1199px) {
    .sec-5__flex_four .sec-5__item {
        width: calc(50% - 8px);
    }
    .sec-7__item {
        width: calc(33.3333% - 16px);
    }
    .sec-12__item {
        width: calc(33.3333% - 16px);
    }
    .vacancies__list {
        grid-template-columns: repeat(auto-fill, minmax(277px, 1fr));
    }
}

@media only screen and (max-width: 991px) {
    /************ mobile-menu**********/
    .mobile-menu {
        padding-top: 16px;
        flex-direction: column;
    }
    .navbar-header:before,
    .navbar-header:after {
        display: none;
    }
    header .wrap-all {
        padding: 0;
        margin-top: 20px;
        background: #fff;
    }
    header .wrap-nav {
        width: 100%;
    }
    header .navbar-header__flex {
        /* padding-right: 46px; */
        align-items: center;
        flex-direction: column;
        position: relative;
    }
    header .contact__links .btn {
        padding: 11px 18px;
        margin-left: 16px;
        font-size: 12px;
        display: inline;
    }
    header .navbar-header .logo img {
        width: 78px;
    }
    header .navbar {
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .menu-toggle {
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        right: 30px;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 30px;
        width: 39px;
        transition: transform 0.3s ease;
    }
    .menu-toggle .bar {
        width: 100%;
        height: 3px;
        background-color: #000;
        border-radius: 3px;
        transition: all 0.3s ease;
        position: absolute;
        left: 0;
    }
    .menu-toggle .bar:nth-child(1) {
        top: 0;
    }
    .menu-toggle .bar:nth-child(2) {
        top: 13px;
    }
    .menu-toggle .bar:nth-child(3) {
        top: 26px;
    }
    .menu-toggle.open .bar:nth-child(1) {
        transform: rotate(45deg);
        top: 10px;
    }
    .menu-toggle.open .bar:nth-child(2) {
        opacity: 0;
    }
    .menu-toggle.open .bar:nth-child(3) {
        transform: rotate(-45deg);
        top: 10px;
    }
    .mobile-menu {
        position: relative;
        width: 100%;
        background: rgba(255, 255, 255, 1);
        box-shadow: 0 2px 5px rgba(255, 255, 255, 0.1);
        transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out;
        max-height: 0;
        /* overflow: hidden; */
        opacity: 0;
        z-index: 999;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: column;
        /* overflow-y: scroll; */
    }
    .mobile-menu.open {
        background: #E8FAE9;
        padding: 16px 16px 0;
        max-height: 100%;
        opacity: 1;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        z-index: 0;
    }
    .mobile-menu ul {
        list-style: none;
        margin: 0;
        text-align: center;
    }
    .mobile-menu ul li {
        margin: 0;
    }
    .mobile-menu ul li a {
        text-decoration: none;
        color: #000;
        font-size: 14px;
        font-weight: 300;
    }
    .hidden-mob {
        display: none !important;
    }
    .visible-mob {
        display: block !important;
        width: 100%;
    }
    header .select2-container {
        margin: 0 26px 0 auto;
    }
    .navbar-default .navbar-nav li {
        flex: 0 0 auto;
    }
    header .wrap-all ul {
        flex-wrap: wrap;
        justify-content: center;
    }
    header .contact__links {
        display: table !important;
        position: absolute;
        right: 50px;
        top: 11px;
        left: auto;
        width: auto;
    }
    header .social__item {
        width: 30px;
        height: 30px;
        display: inline-block;
    }
    header .social__item img {
        background: #fff;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    header .social__links {
        width: 156px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 40px;
    }
    header .contact__item {
        text-align: center;
    }
    /************ END mobile-menu**********/
    .sec-1 {
        min-height: auto;
    }
    .sec-1 .topic {
        padding-top: 190px;
        padding-bottom: 74px;
    }
    .sec-2 {
        padding-top: 80px;
        padding-bottom: 60px;
    }
    .sec-2__item {
        width: calc(50% - 10px);
        margin-bottom: 20px;
    }
    .sec-3 {
        padding-top: 84px;
        padding-bottom: 16px;
    }
    .sec-3__wrap_item:nth-child(2) {
        padding: 30px 60px 65px;
    }
    .sec-3__wrap {
        flex-wrap: wrap;
    }
    .sec-3__wrap_item {
        width: 100%;
        margin-bottom: 40px;
    }
    .btns1 .customNextBtn1 img, 
    .btns1 .customPreviousBtn1 img,
    .btns2 .customNextBtn2 img, 
    .btns2 .customPreviousBtn2 img,
    .btns3 .customNextBtn3 img, 
    .btns3 .customPreviousBtn3 img {
        width: 16px;
        height: 16px;
    }
    .btns1 .customNextBtn1, 
    .btns1 .customPreviousBtn1,
    .btns2 .customNextBtn2, 
    .btns2 .customPreviousBtn2,
    .btns3 .customNextBtn3, 
    .btns3 .customPreviousBtn3 {
        width: 40px;
        height: 40px;
    }
    .sec-5 {
        padding-top: 84px;
        padding-bottom: 10px;
    }
    .sec-6 {
        padding-bottom: 60px;
    }
    .sec-6__item {
        width: 100%;
        margin-bottom: 20px;
    }
    .sec-7 {
        padding-top: 83px;
        padding-bottom: 80px;
    }
    .sec-7__flex {
        flex-wrap: wrap;
    }
    .sec-7__item {
        width: 100%;
    }
    .sec-7 h2 {
        margin-bottom: 60px;
        margin-right: 0;
        text-align: center;
    }
    .sec-7__item {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .sec-8 {
        padding-top: 82px;
    }
    .sec-9 {
        padding-top: 62px;
        padding-bottom: 60px;
    }
    .sec-9 .accordion__header .accordion__title {
        font-weight: 600;
        font-size: 18px;
    }
    .sec-9 .accordion__item {
        margin-bottom: 20px;
    }

    .sec-10 {
        padding-top: 78px;
        padding-bottom: 82px;
    }
    .sec-11 {
        padding-top: 83px;
        padding-bottom: 80px;
    }
    .sec-11__wrap {
        flex-direction: column-reverse;
        font-size: 0%;
    }
    
    .sec-11__wrap_item {
        width: 100%;
    }

    footer .footer__flex {
        flex-wrap: wrap;
    }
    footer .footer__item {
        width: calc(50% - 8px);
        margin-bottom: 32px;
    }
    footer .footer__item:nth-child(2) {
        order: 1;
    }
    footer .footer__item:nth-child(3) {
        order: 2;
    }
    footer .footer__item:nth-child(1) {
        order: 3;
    }
    footer .footer__item:nth-child(4) {
        order: 4;
    }

    .vacancies__container {
        flex-direction: column;
    }
    .vacancies__list {
        grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
        gap: 20px;
    }
    .pagination {
        margin-left: 0;
    }
    .pagination__page {
        margin: 0 10px;
    }
    .vacancie {
        margin-top: 170px;
    }
    .vacancie__flex {
        flex-direction: column;
    }
    .vacancie__item {
        width: 100%;
    }
    .vacancie__item:nth-child(1) {
        margin-bottom: 60px;
    }
    .job__flex {
        flex-direction: column-reverse;
    }
    .job__item:nth-child(2) {
        width: 100%;
    }
    .offer__flex {
        max-width: 708px;
        flex-direction: column;
        border-radius: 8px;
        overflow: hidden;
    }
    .offer__item {
        width: 100%;
    }
}


@media only screen and (max-width: 767px) {
    .navbar-header__flex .btn.btn-transition {
        position: absolute;
        right: 20px;
        bottom: 0;
        font-size: 12px;
        padding: 9px 22px;
    }
    header .navbar-header__flex {
        min-height: 30px;
    }
    header .select2-container {
        margin: 0 10px;
        flex: 0 0 auto;
    }
    .menu-toggle {
        top: 0;
        transform: translate(0, 0);
    }
    .sec-1 .topic {
        padding-top: 170px;
        padding-bottom: 61px;
    }

    .sec-1 .topic h1 {
        font-weight: 600;
        font-size: 38px;
        text-align: center;
    }
    .sec-1 .topic__p {
        font-weight: 500;
        font-size: 14px;
        max-width: 400px;
        margin: 8px auto 0;
    }

    body .btn-main-arrow span {
        position: relative;
        top: 2px;
        width: 12px;
        display: inline-block;
    }
    .sec-2 {
        padding-top: 62px;
    }
    .sec-2__top_item h2 {
        margin-bottom: 25px;
    }
    .sec-2__flex {
        flex-direction: column;
    }
    .sec-2__item {
        width: 100%;
    }
    .sec-2__item--img {
        max-width: 470px;
        height: 224px;
        margin-bottom: 16px;
    }
    .sec-2__top_flex {
        flex-direction: column;
        margin-bottom: 24px;
    }
    .sec-2__title {
        font-weight: 600;
        font-size: 16px;
    }
    body h2 {
        font-size: 28px;
        font-weight: 600;
        margin-bottom: 16px;
    }
    body .btn-main {
        padding: 15px 43px;
        font-size: 12px;
    }
    body .btn-transition {
        font-size: 12px;
        padding: 7px 22px 13px;
    }
    .sec-3 {
        padding-top: 42px;
    }
    .sec-3 h2 {
        text-align: center;
        margin-bottom: 42px;
    }
    .sec-3__wrap_item {
        padding: 24px 24px 0;
    }
    .sec-3__icon {
        width: 52px;
        height: 52px;
        margin-right: 16px;
    }
    .sec-3__box {
        padding-bottom: 23px;
    }
    .sec-3__text {
        font-weight: 500;
        font-size: 14px;
    }
    .sec-3__item {
        margin-bottom: 24px;
    }
    .sec-3__wrap_item:nth-child(2) {
        padding: 23px 23px 40px;
    }
    body .form h2 {
        font-size: 24px;
        font-weight: 600;
        margin-top: 20px;
    }
    .sec-3__desc {
        font-weight: 500;
        font-size: 12px;
    }
    body .form__item label {
        font-weight: 600;
        font-size: 12px;
    }
    body input, body textarea {
        font-size: 12px;
        padding: 13px 24px;
        margin-bottom: 23px;
    }
    body .form__item--w50 {
        width: 100%;
    }
    body .form .wrap-btn-submit .btn {
        font-size: 12px;
        font-weight: 600;
        padding: 15px;
    }
    body .checkbox-label {
        font-size: 12px;
    }
    body .custom-checkbox {
        flex: 0 0 auto;
        width: 18px;
        height: 18px;
    }
    body .checkbox-container {
        gap: 17px;
    }
    .sec-4 {
        padding-top: 60px;
        padding-bottom: 45px;
    }
    .sec-4 h2 {
        font-size: 28px;
        font-weight: 600;
        text-align: center;
        margin-bottom: 20px;
    }
    .sec-4__desc {
        font-weight: 500;
        font-size: 14px;
        text-align: center;
        margin-bottom: 40px;
    }

    .sec-4 .owl-carousel button.owl-dot {
        background: #fff;
    }
    .sec-4 .owl-carousel button.owl-dot.active {
        background: #2C9F32;
    }
    .sec-4 .card__title {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 0px;
    }
    .sec-4 .card__p {
        font-weight: 500;
        font-size: 14px;
    }
    .sec-4 .owl-carousel .item {
        padding: 41px 15px;
        border: 1px solid #22222333;

    }
    .sec-5 {
        padding-top: 62px;
    }
    .sec-5 h2 {
        line-height: 1.2em;
        margin-bottom: 17px;
    }
    .sec-5__desc {
        font-size: 14px;
        font-weight: 500;
        margin: 0 auto 40px;
    }
    .owl-dots {
        margin: 16px auto;
        display: table;
    }
    .sec-6 {
        padding-top: 90px;
        padding-bottom: 38px;
    }
    .sec-6__item {
        width: 100%;
    }
    .sec-6__box--w {
        padding: 26px 24px 16px;
        margin-bottom: 20px;
    }
    .sec-6 h2 {
        margin-bottom: 27px;
    }
    .sec-6__p {
        font-weight: 500;
        font-size: 14px;
        margin-bottom: 8px;
    }
    .sec-6__box--b {
        padding: 24px;
    }
    .sec-6__box img {
        width: 60px;
    }
    .sec-6__box_title {
        font-weight: 600;
        font-size: 18px;
        margin-bottom: 4px;
    }
    .sec-6__box_desc {
        font-size: 14px;
        font-weight: 500;
    }
    .sec-6__box_item:nth-child(1){
        margin-right: 24px;
    }
    .sec-6__box_img {
        width: 100% !important;
        border-radius: 8px;
    }
    .sec-7 {
        padding-top: 62px;
        padding-bottom: 60px;
        background: url(../img/bg-7-mob.png) top center / cover no-repeat;
    }
    .sec-7 h2 {
        font-size: 28px;
        font-weight: 600;
        line-height: 1.2em;
        margin-bottom: 40px;
    }
    .sec-8 {
        padding-top: 61px;
        padding-bottom: 60px;
    }
    .sec-8 h2 {
        text-align: center;
        line-height: 1.2em;
        margin-bottom: 40px;
    }
    .sec-8 .card3__img {
        width: 100px;
        height: 100px;
    }
    .sec-8 .card3__item:nth-child(1) {
        margin-right: 16px;
    }
    .sec-8 .card3:before {
        content: "";
        width: 40px;
        height: 40px; 
    }
    .sec-8 .card3__title {
        font-size: 18px;
        font-weight: 600;
    }
    .sec-8 .card3__desc {
        font-size: 14px;
        font-weight: 500;
    }
    .sec-8 .card3__text {
        font-weight: 500;
        font-size: 12px;
        line-height: 1.25em;
    }
    .sec-8 .card3__flex {
        margin-bottom: 17px;
    }
    .sec-8 .card3 {
        border: 1px solid #22222333;
    }
    .sec-8__btn {
        margin-top: 40px;
        padding-right: 20px;
    }
    .sec-9 {
        padding-top: 60px;
        padding-bottom: 40px;
    }
    .sec-9 h2 {
        margin-bottom: 38px;
        line-height: 1.25em;
    }
    .sec-9 .accordion__header .accordion__title {
        font-weight: 600;
        font-size: 16px;
    }
    .sec-9 .accordion__header {
        padding: 23px 24px;
    }
    .sec-9 .accordion__arrow {
        width: 42px;
        height: 42px;
    }
    .sec-9 .accordion__content {
        font-size: 12px;
        font-weight: 500;
    }
    .sec-10 {
        padding-top: 62px;
        padding-bottom: 60px;
    }
    .sec-10__box {
        padding: 80px 24px 65px;
    }
    .sec-10__desc {
        font-weight: 500;
        font-size: 14px;
        margin-bottom: 50px;
    }
    .sec-10__flex {
        margin: 0 -12px;
    }
    .sec-10__item {
        margin: 12px;
    }
    .sec-11 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .sec-11 h2 {
        line-height: 1.25em;
        margin-bottom: 15px;
    }
    .sec-11__desc {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 40px;
    }
    .sec-11__wrap_item:nth-child(2) {
        padding: 20px 24px 53px;
    }
    .sec-11__wrap_item .sec-11__desc {
        font-size: 12px;
        font-weight: 500;
    }
    .sec-11__wrap__img {
        height: 540px;
    }
    .mobile-menu {
        margin-top: 16px;
        padding-top: 30px;
    }
    .mobile-menu ul li {
        border: none;
    }
    .mobile-menu ul li a,
    .mobile-menu ul ul li a {
        padding: 12px 0;
    }
    .mobile-menu ul {
        margin-bottom: 30px;
    }

    footer .footer__desc {
        font-size: 20px;
    }
    footer .footer__logo {
        margin-bottom: 37px;
    }
    .vacancies__list {
        grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    }
    .pagination button {
        padding: 0;
    }
    .vacancies {
        padding-top: 60px;
    }
    .vacancies__title {
        font-size: 28px;
        font-weight: 600;
        text-align: center;
        margin-bottom: 45px;
    }
    .filter-group__header {
        font-weight: 600;
        font-size: 18px;
    }
    .filter-group__content .container {
        font-size: 12px;
        font-weight: 500;
        padding-left: 30px;
    }
    .filter-group__content .checkmark {
        height: 18px;
        width: 18px; 
    }
    .filter-group {
        margin-bottom: 18px;
    }
    .filters__reset {
        font-weight: 600;
        font-size: 18px;
    }
    .vacancy-card h3 {
        font-weight: 600;
        font-size: 16px;
    }
    .vacancy-card img {
        margin-bottom: 13px;
    }
    .vacancy-card .icon__flex p {
        font-weight: 500;
        font-size: 12px;
    }
    .vacancy-card .icon__flex {
        margin-bottom: 4px;
    }
    .vacancies__list {
        gap: 18px;
    }
    .vacancie {
        margin-top: 152px;
    }
    .vacancie__desc {
        font-weight: 500;
        font-size: 18px;
        margin-bottom: 24px;
        letter-spacing: 0;
    }
    .vacancie .country__p {
        font-weight: 700;
        font-size: 16px;
    }
    .vacancie .country__icon{
        margin-right: 10px;
    }
    .vacancie .country__flex {
        margin-bottom: 37px;
    }
    .vacancie__title {
        font-weight: 700;
        font-size: 12px;
    }
    .vacancie__ul li {
        font-weight: 500;
        font-size: 12px;
        position: relative;
        padding-left: 18px;
        padding-bottom: 0;
    }
    .vacancie__ul li::before {
        content: "";
        top: 6px;
        left: 7px;
        position: absolute;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: #000;
    }
    .vacancie__p {
        font-weight: 500;
        font-size: 12px;
    }
    .vacancie .attention {
        font-weight: 700;
        font-size: 12px;
    }
    .social__icon {
        max-width: 16px;
    }
    .vacancie .social__p {
        font-size: 12px;
    }
    .vacancie .social__flex {
        margin-bottom: 6px;
    }
    .vacancie__green {
        font-weight: 700;
        font-size: 12px;
    }
    .vacancie__item:nth-child(1) {
        margin-bottom: 40px;
    }
    .vacancie .form-card__title {
        font-weight: 600;
        font-size: 24px;
        margin-bottom: 44px;
    }
    .vacancie__item:nth-child(2) {
        padding: 40px 24px;
    }
    .vacancie .field__label {
        font-size: 12px;
    }
    .vacancie .field__control {
        width: 100%;
        padding: 12px 23px;
        border: 1px solid #DDDDE2;
        border-radius: 8px;
        background: #fff;
        font: 500 12px / 1.4 "Inter", sans-serif;
        color: #000;
    }
    .vacancie .field__control {
        margin-bottom: 12px;
    }
    .vacancie .field--icon {
        margin-top: 15px; 
    }
    .vacancie .field--icon::after {
        content: url(../img/svg/icon-data.svg);
        position: absolute;
        width: 12px;
        height: 12px;
        right: 26px;
        top: 58%;
        transform: translateY(-50%);
        pointer-events: none;
    }
    .vacancie .field--select select{
        margin-bottom: 24px;
    }
    .vacancie .btn-submit {
        display: block;
        width: 100%;
        margin: 28px 0 23px;
        padding: 14px;
        border: 0;
        border-radius: 8px;
        font-size: 12px;
        font-weight: 600;
        color: #fff;
        background-image: linear-gradient(90deg, #2C9F32 0%, #62DF6B 100%);
        cursor: pointer;
        transition: opacity 0.25s;
    }
    .vacancie .checkbox-label {
        font-family: "Inter", sans-serif;
        font-size: 12px;
    }
    .vacancie__flex {
        margin-bottom: 60px;
    }

    .job {
        padding-top: 62px;
    }
    .job h2 {
        margin: 0 auto 40px;
    }
    .job .form-card__title {
        font-size: 24px;
    }
    .job .form-card__desc {
        font-weight: 500;
        font-size: 12px;
    }
    .job__item:nth-child(2){
        padding: 41px 24px 55px;
    }
    .job .field__label {
        font-size: 12px;
        font-weight: 600;
    }
    .job .field__control {
        padding: 11px 23px;
        font: 500 12px / 1.4 "Inter", sans-serif;
        margin-bottom: 0;
    }
    .job .field-row {
        gap: 26px;
        margin-bottom: 24px;
    }
    .job .field--file {
        margin-bottom: 24px;
    }
    .job .btn-submit {
        margin: 68px 0 30px;
    }
    .job .btn-submit {
        margin: 40px 0 25px;
        padding: 14px;
        border-radius: 8px;
        font-size: 12px;
    }
    .job .checkbox-label {
        font-size: 12px;
    }
    .job__img {
        height: 600px;
    }
}



@media only screen and (max-width: 599px) {
    .wrap-carousel {
        position: relative;
        margin-right: -20px;
        /* overflow: hidden; */
    }

    .owl-carousel_1,
    .owl-carousel_3 {
        overflow: visible;

    }

    .owl-carousel_1 .owl-stage,
    .owl-carousel_3.owl-stage {
        margin-left: -30px;
    }

    .owl-carousel_1 .owl-item,
    .owl-carousel_3 .owl-item {
        transition: transform 0.3s;
    }
    .owl-carousel_1,
    .owl-carousel_3 {
        overflow: visible;

    }

    .owl-carousel_1 .owl-stage,
    .owl-carousel_3 .owl-stage {
        margin-left: -30px;
    }

    .owl-carousel_1 .owl-item,
    .owl-carousel_3 .owl-item {
        transition: transform 0.3s;
    }
    .btns1,
    .btns3 {
        display: none;
    }
    .sec-4 .card {
        min-height: 280px;
    }
    footer .footer__item:nth-child(1) {
        display: flex;
        order: 1;
        margin: 0 auto;
        flex-direction: column;
        align-items: center;
    }
    footer .footer__item:nth-child(2) {
        order: 2;
    }
    footer .footer__item:nth-child(3) {
        order: 3;
    }
    footer .footer__item:nth-child(4) {
        order: 4;
        margin-bottom: 0;
    }
    footer .footer__item {
        width: 100%;
    }
}

@media only screen and (max-width: 400px) {
    .sec-1 .topic__btn {
        margin: 39px auto;
        width: 100%;
    }
    body .btn-main-arrow {
        width: 100%;
        display: block;
        font-size: 14px;
        padding: 13px 48px 15px;
    }
    .sec-1 .topic {
        align-items: stretch;
    }
    body .btn-transition {
        font-size: 12px;
        padding: 7px 22px 13px;
        width: 100%;
    }
}

@media only screen and (min-width: 992px) {
    .menu-toggle,
    .mobile-menu {
        display: flex;
    }
    .mobile-menu {
        width: 100%;
        justify-content: space-between;
        margin-left: auto;
    }
}

@media only screen and (min-width: 1280px) {
    .owl-carousel_6 {
        display: flex;
        align-items: stretch;
        flex-wrap: wrap;
        margin: 0 -10px;
    }
    .owl-carousel_6 .owl__item {
        width: calc(33.3333% - 20px);
        height: auto;
        margin: 0 10px 20px;
    }
    .owl-carousel_6 .sec-27__item {
        width: 100%;
        height: 100%;
        margin: 0;
    }
}