@media (max-width: 991.98px) {
  .h768 {
    display: none !important;
  }
  .v768 {
    display: flex !important;
  }
  :root {
    --container: 750px;
  }
.phase_grid, .preims_grid, .preims_grid_learn {
    grid-template-columns: repeat(2, 1fr);
}
.preims .preim_card {
    background: linear-gradient(128deg, #e3eef6 0%, #f8fcff 100%);
}
.preims .preim_card:nth-child(2n) {
    background: var(--color-white);
}
.preim_card_wide {
    grid-column: auto;
}
.canton_content {
    flex-direction: column-reverse;
}
.canton_text {
    max-width: 100%;
}
.compare_tour_box {
    grid-template-columns: repeat(1, 1fr);
}
.compare_tour_col_bg {
    width: 530px;
}
.tour_for_image.img, .hero__form.form-card, .header__nav, .faq_img {
    display: none;
}
.request_block_wrap {
    grid-template-columns: auto;
    justify-content: center;
}
.about_person_photo {
    position: relative;
    right: auto;
    bottom: auto;
    margin: -40px 0 11px;
    display: flex;
    justify-content: center;
}
.about_person {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
}
.hero__blur, .hero__text {
    display: none;
}
.hero__content {
    height: 800px;
}
#heroMenu992 {
    display: flex;
    align-items: flex-end;
    flex: 1;
}
.hero__bottom {
    padding: 0 0 10px;
    margin: 0 0 15px;
}
.hero__img {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-position: -30px center;
    background-size: cover;
    z-index: 0;
}
.hero-menu__text {
    line-height: 104%;
}
.mobil_menu {
    justify-content: space-between;
    display: grid !important;
    grid-template-columns: repeat(5, 1fr);
    margin: 0 -15px;
}
.hero__actions {
    margin: 0 -15px;
}
.tour_for_advantage {
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.tour_for_advantage_wrap {
    grid-template-columns: repeat(4, 1fr);
}
.tour_for_l {
    grid-auto-rows: auto;
}
.tour_for_card_text {
    margin: 0 0 12px;
}
.content_text_image.img {
    width: 100%;
    float: none;
    padding: 0;
}
.hero_tour .hero__img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    background: rgb(255 255 255 / 70%);
}
.hero_tour_main .hero__content {
    height: 280px;
}
.hero_tour_main .hero__blur {
    display: block;
    left: 0;
    top: -120px;
    width: 500px;
    height: 500px;
}
.articles_page {
    grid-template-columns: repeat(2, 1fr);
}









}