@media (max-width: 600px) {
    * {
        --block-offset: 32px;
    }

    .title {
        font-size: 26px;
        line-height: 36px;
    }
    .sub-title {
        font-size: 18px;
        line-height: 25px;
    }

    h1 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .routes .sub-title {
        margin-top: 6px;
    }

    .routes__img {
        display: none;
    }

    .routes__info {
        margin-right: 0;
    }

    .routes__info span {
        color: #fff;
        margin-bottom: 4px;
    }

    .hero_sec {
        padding-top: 68px;
    }

    .hero__wrap {
        padding: 30px 14px;
    }

    .hero__title {
        font-size: 20px;
        line-height: 24px;
    }

    .hero__text {
        font-size: 15px;
        line-height: 20px;
        margin-top: 16px;
    }

    .hero__link {
        width: 60px;
        height: 60px;
    }

    .benefits-platform__sub-title {
        margin-bottom: 0;
    }

    .guide {
        padding: 48px 0 16px;
    }

    .guide__el_title {
        font-size: 22px;
        line-height: 32px;
    }

    .guide__el_content {
        order: -1;
        padding: 0 18px;
    }

    .guide__el_text {
        font-size: 16px;
        line-height: 23px;
        margin-top: 12px;
    }

    .guide__element {
        margin-bottom: 32px;
        padding: 26px 0;
        display: flex;
        flex-wrap: wrap;
    }

    .guide__element.unic {
        min-height: unset;
    }

    .guide__el_img {
        margin-top: 16px;
        flex: 1;
    }

    .guide__el_img:empty {
        flex: 0;
    }

    .guide__el_img_left img,
    .guide__el_img_right img {
        width: 42vw;
        margin: 0 auto;
    }

    .guide__img_pattern {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 5px;
    }

    .guide__img_pattern img {
        width: 45% !important;
    }

    .hero.unic {
        padding: 16px 0 32px;
        overflow: visible;
    }

    .unic .hero__wrap {
        padding: 22px 0;
        width: auto;
    }

    .hero__title.unic {
        font-size: 16px;
        line-height: 22px;
    }

    .guides4 .hero__wrap {
        padding: 50px 10px;
    }

    .guides4 .hero__wrap .hero__title {
        font-size: 20px;
        line-height: 24px;
    }

    .hero__title.unic {
        font-size: 20px;
        line-height: 28px;
    }

    .title_lupa {
        width: 95%;
    }


    .hero.unic {
        padding-bottom: 80px;
    }

    .guides4.guide h2 {
        font-size: 20px;
    }

    .guides4 .hero__title.unic {
        font-size: 22px;
    }

    .guides4 .hero__wrap .hero__title {
        font-size: 18px;
        line-height: 22px;
    }

    .guide.guides4 {
        padding-top: 50px;
    }

    .guide.guides4 .guide__element .guide__el_content {
        padding: 10px 20px;
        text-align: center;
    }

    section.ocean p {
        font-size: 20px;
        line-height: 28px;
    }


    .logotype,
    .menu__flex {
        width: 280px;
    }

    .pattern__item {
        position: unset;
    }

    .header_download_buttons_wrapper {
        position: fixed;
        top: -100px;
        left: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        z-index: 2;
        padding: 30px 35px;
        background-color: rgba(0, 0, 0, 0.0);
    }

    .header_download_buttons_wrapper.active {
        width: 100%;
        height: auto;
        padding: 0;
        position: fixed;
        top: 150px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        text-align: center;
        z-index: 2;
        transition: all 0.5s;
    }

    .header_download_buttons {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 10px;
    }

    .download_button_1 {
        width: 167px;
        height: 58px;
        background-size: cover;
        background-position: center;
    }

    .download_button_2 {
        width: 167px;
        height: 58px;
        margin: 0;
        margin-top: 15px;
        background-size: cover;
        background-position: center;
    }

    .menu__flex {
        height: 40%;
    }

    .guide__el_text {
        font-size: 16px;
        line-height: 20px;
        margin-top: 10px;
    }

    .guide__el_title {
        font-size: 24px;
        line-height: 28px;
    }

    .contact__text_2 {
        font-size: 16px;
    }

    .contact_icon_text {
        font-size: 16px;
        line-height: 28px;
        color: #727272;
        max-width: 180px;
    }

    .contact_icon_text {
        font-size: 16px;
        line-height: 28px;
        color: #727272;
        max-width: 150px;
    }

    .travel-list--main-section .travel-list__item:nth-child(n+3) {
        display: none;
    }

    .invite-guid__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .invite-guid__left {
        margin-right: 0;
    }
    .invite-guid__title {
        text-align: center;
    }
    .invite-guid__btn {
        width: 100%;
    }
    .invite-guid__img {
        display: none;
    }
    .online-travel__title span {
        margin-top: 4px;
    }
    .online-travel__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .online-travel__img {
        max-width: 470px;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        margin-right: 0;
        margin-bottom: 25px;
    }
    .online-travel__text {
        font-size: 15px;
        line-height: 23px;
    }
    .about__container {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0;
    }
    .about__container + .about__container .about__left {
        order: 1;
    }
    .about__left {
        width: 100%;
        margin-right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow: hidden;
    }
    .about__title {
        font-size: 20px;
    }
    .about__title span {
        font-size: 26px;
        margin-top: 4px;
    }
    .about__descr span {
        font-size: 20px;
    }
    .about__descr {
        font-size: 16px;
        line-height: 26px;
    }
    .about__play {
        width: 80px;
        height: 80px;
    }
    .about__slider {
        margin-bottom: 25px;
    }
    .about .swiper-slide {
        height: 220px;
    }
    .about .swiper-button-prev,
    .about .swiper-button-next {
        width: 20px;
        height: 20px;
    }
    .about .swiper-button-next::before {
        border-width: 5.5px 0 5.5px 7px;
    }
    .about .swiper-button-prev::before {
        border-width: 5.5px 7px 5.5px 0;
    }
    .about__box {
        width: 60%;
    }
    .about__job {
        font-size: 13px;
    }
    .about__right {
        width: 100%;
    }
    .about__video {
        margin-bottom: 0;
    }
    .about__text {
        font-size: 16px;
        line-height: 26px;
        margin-top: 7px;
    }
    .benefits-platform__smalltitle {
        font-size: 16px;
        line-height: 22px;
    }
    .benefits-platform__text {
        font-size: 14px;
        line-height: 21px;
        color: var(--text-color-dark);
    }
    .benefits-platform__box {
        margin-bottom: 24px;
    }
    .benefits-platform::after {
        height: 40%;
        top: 70%;
    }
    .benefits-platform__title {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .benefits-platform__title span {
        font-size: 26px;
        margin-top: 4px;
    }
    .benefits-platform__inner--even {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column-reverse;
    }
    .benefits-platform__inner--odd {
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .benefits-platform__inner {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .benefits-platform__img {
        margin-right: 0;
        margin-left: 0;
        min-width: auto;
    }
    .benefits-platform__box--pay {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .benefits-platform__box--pay, .benefits-platform__box--commission {
        padding: 18px 20px;
    }
    .benefits-platform__icons {
        display: none;
    }

    .routes__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .routes__info {
        margin-right: 0;
    }
    .routes__info .title {
        margin-bottom: 0px;
    }
    .routes__link {
        width: 100%;
    }
    .routes__img {
        max-width: 470px;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        margin-bottom: 25px;
    }
    .hero__bg {
        background-position-x: -197px !important;
    }

    .fast-start__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .fast-start__info {
        margin-right: 0;
    }
    .fast-start__title {
        font-size: 20px;
    }
    .fast-start__title span {
        font-size: 26px;
        margin-top: 4px;
    }
    .fast-start__link {
        width: 100%;
    }
    .fast-start__img {
        max-width: 470px;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        margin-bottom: 25px;
    }
    .fast-start__banner::before, .fast-start__banner::after {
        width: 85%;
    }
    .fast-start__banner {
        padding: 80px 0;
    }
    .fast-start__banner::before {
        top: 10%;
    }
    .fast-start__banner::after {
        bottom: 10%;
    }
    .fast-start__text {
        font-size: 16px;
        line-height: 26px;
    }
    .fast-start__descr {
        font-size: 18px;
        line-height: 30px;
    }
    .table__title {
        font-size: 20px;
        margin-bottom: 24px;
    }
    .table__title span {
        font-size: 26px;
        margin-top: 4px;
    }
    .table__head {
        font-size: 14px;
    }
    .container {
        padding: 0 12px;
    }

    .invite-guid__title {
        font-size: 20px;
        margin-bottom: 16px;
    }
    .invite-guid__title span {
        font-size: 36px;
    }
    .invite-guid__descr {
        margin-bottom: 22px;
        font-size: 16px;
        line-height: 26px;
        text-align: center;
    }

    .btn {
        padding: 14px 18px;
        font-size: 16px;
        display: block;
    }

    .table table td {
        font-size: 13px;
    }
}