@media screen and (max-width: 1504px){
    .working {
        margin-top: 131px;
    }

    .full_block p {
        max-width: 100%;
        font-size: 21px;
    }
}

@media screen and (max-width: 1200px){


    .menu {
        font-size: 12px;
        font-weight: 600;
        top: 160px;
    }
    .block {
        gap: 0;
    }

    .full_desc {
        flex-direction: column-reverse;
        margin: 0;
    }

    .full_left {
        width: 100%;
    }

    .full_desc:after,
    .full_desc::before,
    .full_left::after,
    .full_block_right,
    .info_capsule {
        display: none;
    }
}

@media screen and (max-width: 1200px){

    .logo,
    .reg,
    .about_desc_img,
    .about_desc_img_bottom {
        display: none;
    }

    .mobile_reg,
    .mobile_logo {
        display: block;
    }

    .mobile_logo {
        height: 30px;
    }

    .menu-icon-open {
        opacity: 1;
        background: url("../images/burger_open.svg") no-repeat;
        cursor: pointer;
        width: 50px;
        height: 50px;
    }


    .menu-icon-close {
        opacity: 0;
        background: url("../images/exit.svg") no-repeat;
        cursor: pointer;
        width: 50px;
        height: 50px;
        background-position: center;
    }

    .content {
        margin: 30px auto;
        padding: 0 30px;
    }

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

    .burger-opened {
        background: #00182F;
    }

    .menu {
        display: none;
        z-index: 100;
        flex-direction: column;
        position: fixed;
        top: 80px;
        left: 0;
        width: 100%;
        background: #00182F ;
        height: 100vh;
    }

    .menu-item {
        padding: 10px;
        text-align: center;
        font-weight: 800;
    }

    .menu-item a {
        color: #fff;
    }

    .mobile_reg {
        margin-top: 80px;
    }

    .mobile_reg  a {
        text-decoration: none;
        color: #0FF!important;
        font-weight: 800;
    }

    #menu-toggle:checked + .menu-icon-open ~ .content {
        background-color:   #00182F ;
    }

    .menu-icon-open {
        display: block;
        cursor: pointer;

    }

    #menu-toggle:checked ~ .menu {
        display: flex;
        padding: 0;
        position: fixed;
        top: -13px;
    }

    .mobile_header_burger {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin: 30px;
        align-items: center;
        padding: 0 30px;
    }

    .block {
        flex-direction: column-reverse;
        justify-content: center;
        gap: 100px;
    }

    .image-block {
        width: 100%;
    }

    .text-block {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin: 0 auto;
    }

    .info_blocks {
        flex-direction: column;
        align-items: center;
    }

    .about_blocks_top, .about_blocks_bottom {
        width: 100%;
        justify-content: center;
    }

    .about_desc_bottom {
        justify-content: flex-end;
    }

    .about, .working {
        border-radius: 30px;
    }

}

@media screen and (min-width: 480px) and (max-width: 768px){
    .btn_left, .btn_right {
        left: 0!important;
    }
}


@media screen and (max-width: 768px) {

    .man,
    .info_capsule,
    .info_block h2,
    .about_desc_img,
    .about_desc_img_bottom,
    .about_block_top_img img,
    .about_block_top_img,
    .about_block_bottom_img,
    .full_blocks,
    .working::after,
    .about_desc,
    .mobile_slider,
    .full_desc,
    .registration::after,
    .info::before
    {
        display: none;
    }

    .mobile_reg,
    .mobile_logo,
    .mobile_capsules,
    .mobile_info_title,
    .mobile_lines,
    .full_slider,
    .mobile_full_reg,
    .full_block_right,
     .mobile_tablet,
    .mobile-full,
    .en_info_block h2 {
        display: block;
    }

    .mobile_logo_burger {
        display: block;
        margin-right: 40px;
    }

    .image-block {
        width: 70%;
    }

    .block {
        flex-direction: column-reverse;
        width: 100%;
        gap: 20px;
        margin-top: 20px;
    }

    .text-block  {
        width: 100%;
    }

    .text-block h2 {
     text-align: center;
        font-size: 49px;
        line-height: 106%;
    }

    .text-block p {
        font-size: 24px;
                text-align: center;
        margin: 30px 0;
    }

    .button {
      border-radius: 20px;
        max-width: 375px;
        border: 2px solid #03FFFA;
        height: 85px;
        background: #FFF;
        z-index: 20;
    }

    .button::after {
        position: absolute;
        content: '';
        background: url("../images/arrow.svg") no-repeat;
        width: 44px;
        height: 70px;
        right: 25px;
        bottom: -50px;
    }

    .button a {
        color: #00182F!important;
        text-align: center;
        top: 30px;
        font-size: 24px;
    }

    .mobile_capsules {
        position: absolute;
        bottom: -320px;
        right: -30px;
        z-index: 0;
        max-width: 450px;
        max-height: 500px;
    }


    .info h1 {
        font-size: 30px;
        z-index: 10;
    }

    .info {
        margin-top: 300px;
        align-items: flex-start;
    }

    .info::after {
        position: absolute;
        content: '';
        bottom: -240px;
        right: -116px;
        background: url("../images/mobile_grid.png") no-repeat;
        width: 200px;
        height: 537px;
    }

    .info_text {
        font-size: 18px;
        font-weight: 400;
        line-height: 130%;
    }

    .info_blocks {
        margin: 0 20px;
    }

    .info_block {
        margin-top: 50px;
    }

    .mobile_info_title{
        margin-top: 30px;
    }

    .mobile_info  {
        position: relative;
        z-index: 10;
    }

    .mobile_info p {
        margin: 10px 0;
        font-size: 24px;
        line-height: 20px;
    }

    .info_block img {
        width: 65px;
        height: 64px;
        left: -25px;
        top: 0;
        z-index: 0;
    }

    .info_reg {
        font-size: 24px;
        margin: 40px auto;
        z-index: 10;
    }

    .about, .working {
        background: none;
        padding: 0;
        margin-top: 100px;
    }

    .about h1 {
        font-size: 35px;
        color: white;
        text-align: center;
        margin-bottom: 20px;
    }

    .about_desc_bottom {
        position: relative;
        top: 0;
        margin: 0;
    }

    .about_blocks_top, .about_blocks_bottom {
        width: 100%;
        max-width: 100%;
        flex-direction: column;
        margin: 0 auto;
        padding: 30px;
        border-radius: 30px;
    }

    .mobile_full_blocks {
        width: 90%;
        max-width: 100%;
        flex-direction: column;
        margin: 0 auto;
    }

    .about_block_top {
        flex-direction: column;
    }


    .about_blocks_top {
        position: relative;
        order: 1;
    }

    .arrow-left {
        position: absolute;
        width: 40px;
        height: 40px;
        left: -20px;
        bottom: 50%;
        z-index: 10;
    }

    .arrow-right {
        position: absolute;
        width: 40px;
        height: 40px;
        right: -20px;
        bottom: 50%;
        z-index: 10;
    }

    .mobile_lines {
        display: none;
    }

    .mobile_lines_block {
        position: relative;
    }
    .mobile_lines_block::after {
        content: '';
        position: absolute;
        background: url("../images/star.png") no-repeat;
        background-size: contain;
        top: 0;
        right: 25px;
        width: 50px;
        height: 51px;
    }

    .about_desc {
        display: block;
        background: white;
        border-radius: 30px;
        padding: 30px;
    }

    .about_blocks_top, .about_blocks_bottom  {
        background: white;
    }

    .about_block_top_text {
        position: relative;
    }
    .about_block_top_text::after {
        content: '';
        position: absolute;
        border-radius: 30px;
        background: #00182F;
        width: 30px;
        height: 5px;
        top: -10px;
        left: 0;
    }

    .about_block_top_text h2,
    .about_block_bottom h2{
        font-size: 18px;
    font-weight: 900;
    }

    .about_block_bottom {
        min-height: 50px;
    }

    .about_block_top_text p {
        font-size: 18px;
        font-weight: 500;
    }

    .swiper-container {
        width: 100%;
        margin: 0 auto;
    }

    .about_block_last p {
        font-size: 18px;
    }

    .slider_href {
        border-radius: 20px;
        border: 2px solid #03FFFA;
        text-decoration: none;
        background: #00182F;
        font-size: 24px;
        font-weight: 800;
        text-transform: uppercase;
        padding: 30px 0;
        text-align: center;
        margin-top: 50px;
    }

.slider {
    padding: 32px;
    color: #fff;
}
.slider .swiper-container {
    width: 100%;
    height: 100%;
}
.slider__flex {
    display: flex;
    align-items: flex-start;
}
.slider__prev,
.slider__next {
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.slider__prev:focus,
.slider__next:focus {
    outline: none;
}
.slider__col {
        flex-direction: row;
        align-items: center;
        margin: 0 auto;
        justify-content: center;
        width: 100%;
    }
    .slider__images {
        width: 100%;
    }
    .slider__prev,
    .slider__next {
        height: auto;
        width: 32px;
    }

    .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
    .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
        display: none;
    }

    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled,
    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
        opacity: 1.35!important;
    }

    .btn_right {
        position: relative;
        right: -20px;
    }

    .btn_left {
        position: relative;
        left: -20px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        margin-top: 20% !important;
    }

    .full {
        margin: 60px 0 0;
    }

    .full_desc {
        flex-direction: column-reverse;
        margin-left: 0;
    }

    .full_block_right img {
        position: relative;
        top: 0;
        left: 0;
        width: 255px;
        height: 231px;
    }

    .full_block_right {
        width: 100%;
    }

    .full_block_right::after {
        width: 52px;
        height: 53px;
        background-size: contain;
        transform: rotate(0deg);
        left: 0;
        right: unset;
        bottom: -35px;
        top: unset;
    }

    .mobile-full::before {
        content: '';
        position: absolute;
        background: url("../images/mobile-grid.svg") no-repeat;
        top: 0;
        left: -30px;
        width: 100%;
        height: 100%;
        z-index: 0;

    }


    .full_left {
        width: 100%;
        margin-top: 50px;
    }

    .full_left h1 {
        font-size: 35px;
        line-height: 120%;
    }

    .mobile_full_block {
        border: 1px white solid;
        border-radius: 20px;
    }

    .mobile_block_title {
        height: 180px;
        background: white;
        border-radius: 20px 20px 0 0;
        padding: 30px 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mobile_block_title h2 {
        color: #00182F;
        margin: 0;
        font-size: 21px;
    }

    .mobile_block_text p {
        margin: 0;
        min-height: 288px;
        background: #00182F;
        color: white;
        border-radius: 0 0 20px 20px;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 20px;
    }

    .swiper-button-first {
        position: absolute;
        z-index: 10;
        left: 50px;
        bottom: 10px;
    }

    .swiper-button-second {
        position: absolute;
        z-index: 10;
        right: 50px;
        bottom: 10px;
    }

    .full_slider {
        position: relative;
    }

    .mobile_full_reg {
        border-radius: 20px;
        border: 2px solid #03FFFA;
        background: #FFF;
        padding: 30px ;
        max-width: 278px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 50px auto;;
    }

    .mobile_full_reg a {
        font-size: 24px;
        color: #00182F!important;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 800;
        z-index: 88888888;
    }

    .working {
        margin-top: 0;
    }

    .working_blocks h1 {
        margin: 0;
        font-size: 35px;
        color: #03FFFA;
        font-weight: 800;
        line-height: 120%;
    }

    .working_blocks p {
        color: white;
        font-weight: 700;
        font-size: 18px;
    }

    .working_blocks_main {
        border-radius: 30px;
        background: #FFF;
        margin: 50px auto;
        flex-direction: column;
        padding: 30px;
        position: relative;
        z-index: 40;
        height: 500px;
        align-content: space-around;
        justify-content: space-around

    }

    .working_block {
        z-index: 30;
    }

    .working_blocks_main::after {
        border-radius: 30px;
        border: 2px solid #FFF;
        content: '';
        position: absolute;
        width: 100%;
        height: 500px;
        background: unset;
        top: -20px;
        right: -20px;
        z-index: 0;

    }

    .working_block {
        min-width: unset;
    }

    .working_block img {
        width: 65px;
        height: 66px;
    }

    .mobile_working_icons {
        position: relative;
        height: 60px;
    }


    .working_block h2 {
        font-size: 30px;
        color: #00182F;
        line-height: 120%;
        text-align: center;
    }

    .working_plus {
        position: absolute;
        right: 65px;
        top: 00px;
    }

    .working_circle {
        position: absolute;
        left: 35px;
        top: 0px;
    }

    .working_cross {
        position: absolute;
        right: 65px;
        top: 0px;
    }

    .registration a {
        padding: 15px 40px;
        border-radius: 20px;
        border: 2px solid #03FFFA;
        margin: 0 0 70px 0;
    }

    .footer_social_blocks {
        flex-direction: column;
        margin: 0;
    }

    .footer_social_blocks_img  {
        width: 155px;
        height: 80px;
    }

    .language {
        margin-top: 50px;
    }

    .language_blocks {
        justify-content: center;
        gap: 30px;
        align-items: center;
    }

    .language_blocks a {
        width: 40px;
        height: 28px;
    }

    .language_line {
        height: 30px;
    }

    .desc{
        flex-direction: column;
        position: relative;
    }

    .full_title {
        font-size: 35px;
        text-align: center;
        z-index: 30;
        margin-left: 10px;
        position: relative;
        margin-top: 80px;
        margin-bottom: 30px;
    }

    .privacy {
        font-size: 16px ;
    }

    .button_header {
        padding: 0;
        color: #00182F;
        text-align: center;
        font-size: 24px!important;
        font-weight: 800!important;
    }
}

@media screen and (min-width: 320px) and (max-width: 480px){
.mobile_burger {
    justify-content: flex-start;
}
}
