@media only screen and (max-width: 1250px) {
  .footer__nav li ul {
    width: 40%;
    margin-left: initial;
  }
  .holder video {
    width: 100%;
  }
}
@media(max-width: 1099px) {
  .items-wrap {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
  }
  .items-wrap .item {
    width: 100%;
  }
  .item.item_center .item__main {
    width: calc(100% - 200px);
    height: auto;
  }
}

@media (max-width: 1024px) {
  body {
    min-width: initial;
  }
  .index-page .header__main .btn,
  .header__left .btn {
    display: none;
  }
  .header__logo,
  .header__logo {
    background-image: url(../img/logo.png);
    width: 150px;
    background-size: 100% 100%;
    height: 57px;
    margin-top: 2px;
    background-repeat: initial;
  }
  .tel span {
    font-size: 16px;
  }
  .holder video {
    display: none;
  }
  .holder:after {
    content: "";
    background-image: url(../img/mobile_bg.png);
    opacity: 0.5;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .get-help .wrap {
    display: flex;
  }
  .get-help .banner {
    float: none;
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .about {
    margin: 0px;
    background: none;
    background: url(../img/about.png) 50% 0 no-repeat;
    background-image: url(../img/about.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 120px;
  }
  .about .layout {
    display: flex;
  }
  .about .layout .layout__left,
  .about .layout .layout__right {
    display: flex;
    width: 50%;
  }
  .about .layout .layout__right .link {
    min-width: initial;
    width: 100%;
  }
  .about .layout .layout__right .layout__left {
    width: auto;
  }
  .goal {
    width: 100%;
  }
  .goal .layout {
    display: flex;
  }
  .goal .layout .layout__left,
  .goal .layout .layout__right {
    display: flex;
  }
  .goal .layout .layout__right {
    justify-content: flex-end;
  }
  .article-wrap .article {
    display: flex;
    flex-direction: column;
  }
  .article-wrap .article .article__img {
    width: 100%;
    float: none;
    max-width: initial;
    display: flex;
    margin-bottom: 20px;
    margin-right: 0px;
  }
  .article-wrap .article .article__img a {
    width: 100%;
  }
  .article-wrap .article .article__img img {
    max-height: 250px;
    width: 100%;
    object-fit: cover;
  }
  #indtur-page .page-head_width-box .page-head__box {
    margin-left: 0;
    width: 100%;
    left: 0;
    top: 0;
  }
  #indtur-page .article__main {
    width: 100%;
  }
  #indtur-page .page-head {
    height: 430px;
  }
  .text-item_small {
    width: 100%;
  }
  .post-list-wrap.js-section1 .post-list {
    width: 100% !important;
  }
  .contact-box_big,
  .contact-box__item:first-child,
  .contact-box_big .contact-box__item:last-child {
    width: 100%;
    text-align: center;
  }
  .contact-box_big .title {
    text-align: center;
    margin-top: 20px;
  }
  #rates-page .items-wrap .item {
    width: 100%;
    margin: 0px;
    margin-bottom: 25px;
  }
  #rates-page .items-wrap {
    margin: 0px;
  }
  .page-head_small-box .page-head__box {
    width: 100%;
    left: 0;
    margin: 0;
    top: 132px;
  }
  .contacts-group {
    width: 100%;
    left: 0;
    margin: 0;
  }
  .contact-col {
    width: 50%;
  }
  #agencies-page .page-head{
    overflow: initial;
  }
  #agencies-page .page-head__img {
    display: none;
  }
  #agencies-page .page-head_form .page-head__box {
    width: 100%;
    left: 0;
    margin: 0;
    position: relative;
    z-index: 999;
    top: 0;
  }
  #agencies-page .enter-box {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  #agencies-page .enter-box  .enter-box__left,
  #agencies-page .enter-box  .enter-box__right {
    width: 100%;
  }
  .l-center_small .text-cols {
    -moz-column-count: initial;
    -webkit-column-count: initial;
    column-count: initial;
    -moz-column-gap: initial;
    -webkit-column-gap: initial;
    column-gap: initial;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
  }
  .l-center_small .text-cols ol {
    display: flex;
    flex-direction: column;
  }
  .wrapper .post-wrap {
    display: flex;
    flex-direction: column;
    margin: 0px;
  }
  .wrapper .post-wrap .post {
    width: 100%;
    margin: 0px;
    margin-bottom: 25px;
  }
  .wrapper .post-wrap .post  .post__top {
    display: flex;
    flex-direction: column;
  }
  .tour-table-price {
    overflow: auto;
  }
  .tour-table-price table {
    width: 960px;
  }
  .post__top {
    display: flex;
    flex-direction: column-reverse;
  }
  .post_width .post__img, .post_width .post__body {
    width: 100%;
  }
  .post__body img {
    max-width: initial;
    width: 100% !important;
  }
}

@media(max-width: 800px) {
  .digit-list {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .digit-list__item {
    width: 100% !important;
    margin: 0px !important;
    min-height: 120px;
  }
  .digit-list__item:nth-child(3):after {
    display: none;
  }
  .post-list_adaptive-width {
    max-width: initial;
    width: 100% !important;
  }
}


@media (max-width: 767px) {
  .get-help .wrap,
  .about .layout {
    flex-direction: column;
  }
  .get-help .banner {
    width: 100%;
    margin-left: 0px;
  }
  .about .layout .layout__left,
  .about .layout .layout__right {
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
  }
  .about .layout .about__link {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0px;
  }
  .footer .col-two .footer__nav li ul {
    display: none;
  }
  .footer__main .col-two {
    width: 100%;
  }
  .contacts {
    display: flex;
    width: 100%;
    flex-direction: column;
    margin: 0 auto;
    left: 0;
  }
  .contacts .contacts__col {
    width: 100%;
  }
  .contacts__col:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background: none;
    border-top: 3px dotted #bd904d;
  }
  .contacts .contacts__col:last-of-type {
    margin-top: 20px;
  }
  .menu__list {
    width: 100%;
  }
  #indtur-page .wrap {
    display: flex;
    flex-direction: column;
  }
  #indtur-page .feedback {
    display: flex;
    flex-direction: column;
  }
  #indtur-page .feedback__item {
    width: 100%;
    text-align: center;
    padding: 20px;
  }
  #indtur-page  .feedback__in,
  #indtur-page .feedback .title {
    text-align: center;
  }
  #iwant-page .page-head__box {
    width: 100%;
    left: 0;
    margin: 0;
  }
  #iwant-page .links-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .links-wrap_mod.links-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .page-head__box {
    width: 100%;
    left: 0;
    margin: 0px;
    padding: 15px;
  }
  .contact-box__item {
    width: 100%;
    text-align: center;
  }
  .ajax-form.contact-form_i {
    display: flex;
    flex-direction: column;
  }
  .subscribe .input, .search-btn-wrap .input {
    margin-bottom: 15px;
    width: 100%;
  }
  .l-center .text-title-left,
  .l-center .text-title-right {
    display: flex;
    flex-direction: column;
  }
  .text-title-left p:first-child,
  .text-title-right p:first-child {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  .get-help .title_border + .btn {
    width: auto;
  }
  #agencies-page .enter-box .enter-box__left .title {
    letter-spacing: initial;
  }
  .partners {
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
  }
  .partners img {
    max-width: 120px;
    margin: 5px;
  }
  .page-head_width-box .page-head__box {
    margin-left: 0px;
    width: 100%;
  }
  .digit-list_mod .digit-list__item {
    width: 100% !important;
    text-align: center;
  }
  .digit-list__item:before {
    font-size: 60px;
    left: -20px;
    text-align: center;
  }
  .two-col-hotels {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .two-col-hotels .l-col1 {
    width: 100%;
  }
  .more-info.more-info_small {
    width: 100%;
    text-align: center;
  }
  .links-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .important-text + .post-nav {
    display: flex;
    flex-direction: column;
  }
  .more-info__links {
    display: flex;
    flex-direction: column;
    float: none;
    width: 100%;
    align-items: flex-start;
    margin: 0px;
    text-align: left;
  }
  .more-info__links .share, .more-info__links .link-more {
    width: 100%;
    margin-left: 0px;
  }
  .more-info__links .link-more {
    padding-left: 35px;
  }
}
@media (max-width: 650px) {
  .header__left .header__lang,
  .header__right,
  .header .tel {
    display: none;
  }
  .offer-list {
    margin-left: 0px;
  }
  .wrap_list {
    display: flex;
    flex-direction: column;
  }
  .wrap_list .col-two {
    width: 100%;
    padding-left: 0px;
  }
  .page-head__top .l-center {
    display: flex;
    flex-direction: column;
  }
  .page-head__top .link-more {
    display: flex;
    margin-right: auto;
  }
  .wrap {
    display: flex;
    flex-direction: column;
  }
  .wrap .col-two {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .footer__top {
    display: flex;
    flex-direction: column;
  }
  .footer__subscribe,
  .footer__currency {
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: left;
  }
  .footer__currency span {
    margin-left: 0px;
  }
  .footer__main .col-two {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .footer__main .col-two .col-two {
    width: 100%;
  }
  .footer__bottom {
    display: flex;
    flex-direction: column;
  }
  .footer__copy,
  .footer__created {
    width: 100%;
    display: flex;
  }
  .l-center {
    padding: 0px 15px;
  }
  .offer-list {
    width: 100%;
  }
  .main-promo {
    padding: 65px 15px 100px 15px;
  }
  .main-promo__bottom .l-center {
    display: none;
  }
  .index-page .header__logo {
    position: relative;
    right: 20px;
    top: 20px;
    margin: initial;
    margin-left: auto;
    display: flex;
  }
  .holder {
    height: 650px;
  }
  .spec-offer {
    padding: 0px 0 137px;
  }
  .goal .layout {
    flex-direction: column;
  }
  .goal .layout .layout__left,
  .goal .layout .layout__right {
    width: 100%;
    align-items: center;
    justify-content: flex-start;
  }
  .goal .layout .layout__right {
    margin-top: 20px;
  }
  .contacts-wrap {
    margin: 0px 0px 50px 0px;
  }
  .contacts .contacts__col {
    padding-left: 0px;
  }
  .post-list-wrap .post-list {
    width: 100% !important;
    margin: 0px !important;
    padding-bottom: 20px;
  }
  .post-list-wrap {
    margin-bottom: 20px;
  }
  .menu__list {
    display: flex;
  }
  .menu ul {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .l-center .text-cols {
    display: flex;
    flex-direction: column;
  }
  .propos-wrap .l-center {
    display: none;
  }
  .contact-box .contact-box__item {
    width: 100%;
    text-align: center !important;
  }
  .contact-box_width .title,
  .contact-box__item .tel {
    text-align: center;
    margin-top: 20px;;
  }
  .page-head.page-head_propos .title {
    font-size: 18px;
  }
  .contact-box {
    width: 100%;
    padding: 0px 15px;
  }
  .sort {
    display: flex;
    flex-wrap: wrap;
  }
  .contacts-group .contacts {
    padding: 0px 15px;
  }
  #contacts-page .l-center .wrap {
    display: flex;
    flex-direction: column;
  }
  #contacts-page .l-center .wrap .contact-col {
    float: none;
    width: 100%;
    padding-left: 0px;
    margin-bottom: 15px;
  }
  .contact-shedules {
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
  }
  .map__popup {
    right: 0px;
    width: 100%;
    padding: 15px;
  }
  .items-wrap .item {
    display: flex;
    flex-direction: column;
  }
  .item.item_center .item__main {
    width: 100%;
    height: auto;
    min-height: initial;
  }
  .item.item_center .item__main:before {
    display: none;
  }
  .item.item_center .item__img {
    width: 100%;
    position: relative;
  }
  .item.item_center .item__img:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background: #bd904d;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    -webkit-transition: background 0.2s linear;
    transition: background 0.2s linear;
    top: 0;
  }
  .item.item_center .item__main a {
    vertical-align: top;
  }
  .form {
    width: 100%;
  }
  .tour-table {
    overflow: auto;
  }
  .tour-table table {
    width: 600px;
  }
  .content .tour-table td:first-child {
    width: auto;
  }
  .article:nth-child(2n) .article__main {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .goal__more {
    text-align: left;
  }
  .banner__img {
    height: auto;
  }
  .menu__list {
    flex-wrap: wrap;
  }
  .menu ul {
    width: 50%;
  }
  #rates-page .items-wrap .item .item__img{
    width: 100px;
    margin-right: 15px;
  }
  .field-col-wrap {
    display: flex;
    flex-direction: column;
  }
  .field-col-wrap .field-col {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
  .field-col-wrap .btn.is-liquid {
    margin-top: 15px;
  }
}
