@media screen and (min-width: 2561px) and (max-width: 3840px) {
    .first_screen__wrapper {
        justify-content: center;
    }

    .slider-container {
        height: 1250px;
    }

    .slider-container .slider-content .slider-single .slider-single-image {
        max-height: 1000px;
    }

    .first_screen__text {
        width: 35%;
    }

    .first_screen__bottom {
        margin: 110px 0 0;
    }

    .first_screen__slide__inner {
        margin: 25px;
    }

    .firstScreenSlider {
        width: 90%;
    }

    .swiper-pagination {
        bottom: 10% !important;
    }
}

@media screen and (min-width: 1921px) and (max-width: 2560px) {
    .first_screen__wrapper {
        justify-content: center;
    }

    .slider-container {
        height: 1000px;
    }

    .slider-container .slider-content .slider-single .slider-single-image {
        max-height: 800px;
    }
}

@media screen and (max-width: 1600px) {
    .slider-container .slider-right {
        right: -5%;
    }

    .slider-container .slider-left {
        left: -5%;
    }

    .header__link {
        font-size: calc(12px + 0.208vw);
    }
}

@media screen and (max-width: 1536px) {
    header .container, .container {
        width: 90%;
    }

    .footer__list .header__link {
        font-size: 15px;
    }
}

@media screen and (max-width: 1440px) {

}

@media screen and (max-width: 1366px) {
    header .container, .container {
        width: 95%;
    }

    .lang {
        margin: 35px 0 0 0;
    }
}

@media screen and (max-width: 1280px) {
    .footer__menu {
        width: 70%;
    }
}

@media screen and (max-width: 1024px) {
    .header__menu {
        width: 50%;
    }

    .header__list {
        width: 100%;
    }

    .first_screen__wrapper {
        justify-content: flex-start;
    }

    .first_screen__up {
        flex-direction: column;
        justify-content: center;
        height: auto;
    }

    .first_screen__text, .first_screen__slider {
        width: 100%;
    }

    .first_screen__slider {
        height: auto;
        margin: 0 auto;
    }

    .first_screen__text_btn.desktop {
        display: none;
    }

    .first_screen__text_btn.mobile {
        display: block;
        margin: 75px 0 25px;
    }

    .first_screen__slider {
        flex-direction: column;
    }

    h1, .h1 {
        font-size: calc(40px + 1.53vw);
    }

    .first_screen__text_title {
        margin: 0 0 20px;
        background: none;
        -webkit-background-clip: text;
        -webkit-text-fill-color: inherit;
        color: #3D3D3D;
        text-align: center;
    }

    .first_screen__text_desc {
        width: 60%;
        margin: 0 auto 30px;
        text-align: center;
    }

    .slider-container .slider-left {
        left: 0;
    }

    .slider-container .slider-right {
        right: 0;
    }

    .first_screen__bottom {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        height: 10vh;
        margin: 0;
    }

    .slider-container .bullet-container {
        bottom: -40px;
    }

    .slider-container .slider-content .slider-single .slider-single-image {
        max-height: 45vh;
    }

    .action_btn:before {
        display: none;
    }

    .first_screen__bottom_text {
        margin: 0 auto 30px;
        width: 100%;
    }

    .first_screen {
        padding-bottom: 0;
        padding-top: 25px;
        height: 80vh;
    }

    .first_screen__social {
        width: 15%;
    }

    .ham {
        width: 60px;
    }

    .firstScreenSlider {
        width: 100%;
        height: 100%;
        padding: 15px 0 !important;
    }

    .first_screen__slide__inner {
        height: 100%;
    }

    .first_screen__slide__inner img {
        width: auto;
        height: auto;
    }

    main {
        padding: 100px 0 0;
    }

    .first_screen__text {
        height: auto;
    }

    header .container, .container {
        width: 100%;
    }

    .first_screen .container {
        padding: 0;
    }

    .swiper-button-next, .swiper-rtl .swiper-button-prev,
    .swiper-button-prev, .swiper-rtl .swiper-button-next {
        display: none !important;
    }

    .swiper-pagination {
        bottom: 90px !important;
    }

    nav ul li a, nav ul li a:after, nav ul li a:before {
        transition: none;
    }

    .ham {
        display: block;
        z-index: 10;
        max-width: 70px;
        width: 100%;
    }

    .header__menu {
        position: absolute;
        width: 100%;
        flex-direction: column;
        max-width: 100%;
        transform: translateX(105%);
        padding: 100px 0 0;
        opacity: 0;
        transition: all .4s linear;
        top: 0;
        /* background: rgba(255,255,255, .8);
        -webkit-backdrop-filter: blur(25px);
        backdrop-filter: blur(25px); */
    }

    .header__menu.active {
        transform: translateX(0);
        opacity: 1;
        transition: all .4s linear;
        background: rgba(255,255,255, 1);
        -webkit-backdrop-filter: blur(25px);
        backdrop-filter: blur(25px);
    }

    .header__list {
        flex-direction: column;
        margin: 0 0 40px;
    }

    .header__list li:not(:last-child) {
        margin: 0 0 20px;
    }

    header .container{
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .logo {
        z-index: 10;
        width: auto;
        margin-left: 15px;
    }

    .burger {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
        position: absolute;
        top: -35px;
        right: 15px;
        width: 60px;
        height: 60px;
    }

    .lang-block li {
        font-size: 20px;
    }

    .lang-block:after {
        right: 45px;
        top: 14px;
    }

    .header_contacts {
        width: 12%;
        align-items: flex-start;
    }

    .footer_up {
        flex-direction: column;
        align-items: center;
    }

    .footer_logo {
        width: auto;
        margin-bottom: 30px;
    }

    .footer__info {
        width: 20%;
        margin-top: 30px;
    }

    .footer__list {
        flex-direction: column;
        align-items: center;
    }

    .footer__list .header__link {
        margin: 5px 0;
    }

    .form form {
        width: 50%;
    }

    .first_screen__social a:hover, .footer__social a:hover {
        transform: scale(1);
        transition: none;
    }

    .info_block__elem {
        justify-content: space-between;
    }

    .info_block__image {
        width: 49%;
    }

    .info_block__text {
        width: 49%;
    }

    header {
        height: 80px;
    }

    .lang {
        margin: 0;
        position: absolute;
        top: 15px;
        right: 70px;
    }

    .info_block {
        padding: 40px 0;
        height: auto;
    }

    .info_block__btn .action_btn:hover {
        box-shadow: none;
        transition: none;
    }

    .header_black {
        background: rgba(255,255,255,1);
        backdrop-filter: none;
    }

    .footer_logo a {
        width: 50%;
        margin: 0 auto;
    }

    .swiper-slide-active:hover .first_screen__slide__inner, .swiper-slide-active:hover .first_screen__slide_link {
        transform: scale(1) rotate(0);
    }
}

@media only screen
and (max-device-width: 950px)
and (orientation: landscape) {

}

@media only screen
and (max-device-width: 834px)
and (orientation: portrait) {
    .slider-container {
        height: 40vh;
        margin: 0 auto 100px;
    }

    h1, .h1 {
        font-size: calc(36px + 1.53vw);
    }

    .header_contacts {
        width: 15%;
    }

    .form form {
        width: 60%;
    }

    .info_block__elem {
        flex-direction: column;
    }

    .info_block__image {
        width: 100%;
        margin: 0 0 20px;
    }

    .info_block__text {
        width: 100%;
    }

    .info_block__btn {
        display: flex;
        justify-content: center;
    }

    .info_block {
        padding: 30px 0;
        height: auto;
    }

    .info_block__image img {
        height: 100%;
    }

    .action_btn {
        justify-content: center;
    }

    .info_block__title, .info_block__desk {
        text-align: center;
        align-items: center;
    }

    .info_block__desk {
        width: 90%;
    }

    .first_screen {
        height: 90vh;
    }

    .info_block__image {
        height: 40vh;
        overflow: hidden;
        border-radius: 20px;
    }

    .info_block__image img {
        width: 100%;
    }

    .info_block__image__desktop {
        display: none;
    }

    .info_block__image__mobile {
        display: block;
    }

    .info_block__text {
        align-items: center;
    }

    .reverse__info_block__elem .info_block__text {
        align-items: center;
    }

    .reverse__info_block__elem .info_block__title {
        align-items: center;
    }

    .reverse__info_block__elem .info_block__desk {
        text-align: center;
    }

    .reverse__info_block__elem .info_block__btn {
        justify-content: center;
    }

    .reverse__info_block__elem .info_block__image {
        margin: 0 0 20px;
    }
}

@media only screen
and (max-device-width: 820px)
and (orientation: portrait) {
    h1, .h1 {
        font-size: calc(32px + 1.53vw);
    }
}

@media only screen
and (max-device-width: 810px)
and (orientation: portrait) {

}

@media only screen
and (max-device-width: 768px)
and (orientation: portrait) {

}

@media screen and (max-width: 640px) {
    .header_contacts {
        width: 25%;
        align-items: center;
    }

    header {
        height: 60px;
    }

    .lang {
        top: 22px;
    }

    main {
        padding: 60px 0 0;
    }

    .first_screen__text_desc {
        width: 80%;
    }

    .first_screen__wrapper {
        justify-content: flex-start;
    }

    .first_screen__bottom_text p {
        text-align: center;
    }

    .first_screen__social {
        width: 40%;
    }

    .first_screen__slider {
        /* height: 55vh; */
        height: auto;
        margin: 0 auto;
    }

    .slider-container .slider-content .slider-single .slider-single-image {
        max-height: 50vh;
    }

    .container {
        width: 100%;
    }

    .first_screen .container {
        padding: 0;
    }

    .slider-container .bullet-container {
        bottom: -20px;
    }

    .slider-container .slider-left, .slider-container .slider-right {
        display: none;
    }

    .first_screen__text_btn.mobile {
        display: block;
        margin: 50px 0 25px;
    }

    .swiper-pagination {
        bottom: 65px !important;
    }

    .first_screen__slide__inner img {
        width: auto;
        height: auto;
    }

    .first_screen__up {
        justify-content: flex-start;
        height: auto;
    }

    .first_screen {
        padding-top: 15px;
        padding-bottom: 30px;
        height: auto;
    }

    .first_screen__bottom {
        height: auto;
        padding: 0 15px;
    }

    h2, .h2 {
        font-size: 26px;
    }

    .form form {
        width: 100%;
    }

    .footer__info {
        width: 35%;
    }

    .footer__social {
        max-width: 100%;
    }

    .info_block {
        padding: 20px 0;
    }

    .header__menu {
        padding: 75px 0 0;
    }

    .first_screen__text_title {
        margin: 0 0 10px;
    }

    .first_screen__text_desc {
        margin: 0 auto 15px;
    }

    .footer_logo a {
        width: 70%;
        margin: 0 auto;
    }

    .burger {
        top: -27px;
    }

    /*.ham {*/
    /*    position: absolute;*/
    /*    top: 10px;*/
    /*}*/
}




/* @media only screen
and (min-device-width: 428px)
and (max-device-width: 428px)
and (min-device-height: 926px)
and (max-device-height: 926px)
and (-webkit-min-device-pixel-ratio: 3)
and (orientation: portrait){

} */

/* @media only screen
and (min-device-width: 414px)
and (max-device-width: 414px)
and (min-device-height: 896px)
and (max-device-height: 896px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {

} */

@media only screen and (max-width: 414px) {
    .logo {
        width: 175px;
    }
}

@media only screen
and (min-device-width: 414px)
and (max-device-width: 414px)
and (min-device-height: 736px)
and (max-device-height: 736px)
and (-webkit-min-device-pixel-ratio: 3)
and (orientation: portrait) {
    .first_screen__text_desc {
        margin: 0 auto 10px;
    }

    .first_screen__text_title {
        margin: 0 0 10px;
    }

    .first_screen__bottom_text {
        margin: 0 auto 10px;
    }

    .first_screen__text_btn.mobile {
        margin: 35px 0 10px;
    }

    .swiper-pagination {
        bottom: 50px !important;
    }
}

/* @media only screen
and (min-device-width: 412px)
and (max-device-width: 412px)
and (min-device-height: 823px)
and (max-device-height: 823px)
and (-webkit-min-device-pixel-ratio: 2.6)
and (orientation: portrait) {

} */

/* @media only screen
and (min-device-width: 390px)
and (max-device-width: 390px)
and (min-device-height: 844px)
and (max-device-height: 844px)
and (-webkit-min-device-pixel-ratio: 3)
and (orientation: portrait) {

} */

/* @media only screen
and (min-device-width: 375px)
and (max-device-width: 375px)
and (min-device-height: 812px)
and (max-device-height: 812px)
and (-webkit-min-device-pixel-ratio: 3)
and (orientation: portrait) {

} */

@media screen and (max-width: 390px) {
    .header_contacts {
        width: 27%;
    }

    .info_block__desk {
        width: 95%;
    }
}

@media screen and (max-width: 375px) {

}

@media only screen
and (min-device-width: 375px)
and (max-device-width: 375px)
and (min-device-height: 667px)
and (max-device-height: 667px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {
    .first_screen__text_desc {
        margin: 0 auto 10px;
    }

    .first_screen__text_title {
        margin: 0 0 10px;
    }

    .first_screen__bottom_text {
        margin: 0 auto 10px;
    }

    .first_screen__text_btn.mobile {
        margin: 35px 0 10px;
    }

    .swiper-pagination {
        bottom: 50px !important;
    }

    h1, .h1 {
        font-size: calc(28px + 1.53vw);
    }
}

/* @media only screen
and (min-device-width: 360px)
and (max-device-width: 360px)
and (min-device-height: 780px)
and (max-device-height: 780px)
and (-webkit-min-device-pixel-ratio: 3)
and (orientation: portrait) {

} */

@media screen and (max-width: 360px) {
    .logo {
        width: 145px;
    }

    .footer_logo a {
        max-width: 100%;
    }
}