*,
:hover,
:active {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Fira Sans, sans-serif;
  font-size: 16px;
  background-color: rgba(0, 0, 153, 0.1);
}

a,
button,
input,
select {
  outline: none;
}

a {
  text-decoration: none;
  color: #000;
}

.bold {
  font-weight: bold;
}

.bold_big {
  font-size: 18px;
}

.header {
  margin-top: 10px;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-h {
  font-size: 24px;
  margin-left: 40px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 5px;
}

.header-subh {
  display: inline-block;
  font-size: 24px;
  color: #ceaa34;
  margin-top: 3px;
  margin-left: 10px;
}

.header-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
}

.header-items__phone {
  width: 129px;
  margin-right: 10px;
  font-size: 14px;
  padding: 5px 10px;
  border: 1px solid #003366;
  border-radius: 5px;
  background: #003366;
  color: #fff;
}

.header-items__phone:hover {
  background-color: rgba(206, 170, 52, 0.8);
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border: 1px solid transparent;
  color: #003366;
}

.header-items__email {
  margin-right: 20px;
  font-size: 14px;
  padding: 5px 10px;
  border: 1px solid #003366;
  border-radius: 5px;
  background: #003366;
  color: #fff;
  cursor: pointer;
}

.header-items__email:hover {
  background-color: rgba(206, 170, 52, 0.8);
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border: 1px solid transparent;
  color: #003366;
}

.header-items-languages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  margin-right: 20px;
}

.header-items-languages__ru {
  border-radius: 5px;
  border: 1px solid #003366;
  padding: 5px 10px;
  margin-right: 10px;
  color: #000;
}

.header-items-languages__ru:hover {
  background-color: rgba(206, 170, 52, 0.8);
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border: 1px solid transparent;
  color: #003366;
}

.header-items-languages__eng {
  border-radius: 5px;
  border: 1px solid #003366;
  padding: 5px;
  background: #003366;
  color: #fff;
}

.top-slider {
  width: 100%;
  outline: none;
}

.top-slider_1 {
  background: url("../img/slider/slider_basis.jpeg") center no-repeat;
  background-size: cover;
  height: 330px;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  outline: none;
}

.top-slider_2 {
  background: url("../img/slider/slider_extended.jpg") center no-repeat;
  background-size: cover;
  height: 330px;
  width: 100%;
  margin-bottom: 10px;
  font-size: 30px;
  position: relative;
  outline: none;
}

.top-slider_3 {
  background: url("../img/slider/slider_evening.jpg") center no-repeat;
  background-size: cover;
  height: 330px;
  margin-bottom: 10px;
  position: relative;
  outline: none;
  width: 100%;
}

.top-subtitle {
  position: absolute;
  top: 85%;
  left: 1%;
  margin-top: 5px;
  background: rgba(237, 192, 59, 0.8);
  font-size: 20px;
  padding: 5px 5px;
  font-weight: normal;
}

.wrap_mainandrigthcolumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 10px;
}

.wrap_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrap_rightcolumn2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrap_calcnews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
}

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-preferred-size: 66%;
  flex-basis: 66%;
  margin-left: 20px;
  margin-right: 15px;
}

.main-info {
  margin-bottom: 20px;
  background-color: #fff;
  font-size: 14px;
  padding: 15px;
}

.main-info span {
  font-weight: bold;
}

.main-info__title {
  margin-bottom: 25px;
  margin-top: 10px;
  font-size: 26px;
}

.main-excursions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-excursions-item {
  height: 375px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
  margin-bottom: 20px;
  border-radius: 5px;
  background-color: #fff;
  font-size: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-excursions-item-top {
  margin-bottom: 10px;
}

.main-excursions-item__img {
  min-height: 175px;
  max-height: 175px;
  padding: 10px;
}

.main-excursions-item__img_1 {
  background: url("../img/cards/card_basis.jpg") center no-repeat;
  background-size: cover;
}

.main-excursions-item__img_2 {
  background: url("../img/cards/card_extended.jpg") center no-repeat;
  background-size: cover;
}

.main-excursions-item__img_3 {
  background: url("../img/cards/card_evening.jpg") center no-repeat;
  background-size: cover;
}

.main-excursions-item__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-right: 10px;
  padding-left: 10px;
}

.main-excursions-item__content {
  font-size: 14px;
  height: 60px;
  padding-right: 10px;
  padding-left: 10px;
}

.rightcolumn {
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: 15px;
  margin-right: 20px;
}

.rightcolumn-topreasons {
  background-color: #fff;
  padding: 20px 10px 0 15px;
  margin-bottom: 20px;
}

.rightcolumn-topreasons-title {
  text-align: center;
}

.rightcolumn-questions {
  padding: 20px 10px 0 15px;
  background-color: #fff;
  -ms-flex-preferred-size: 55%;
  flex-basis: 55%;
  margin-bottom: 20px;
}

.rightcolumn-questions-item {
  padding-bottom: 15px;
  font-size: 14px;
}

.rightcolumn-questions__title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: -5px;
  text-align: left;
}

.rightcolumn-questions_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.rightcolumn-news {
  background-color: #fff;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  -ms-flex-preferred-size: 46%;
  flex-basis: 46%;
}

.rightcolumn-news-title {
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
}

.rightcolumn-news__img {
  height: 200px;
  margin-bottom: 10px;
  background: url("../img/cards/card_sea.jpg") center no-repeat;
  background-size: cover;
}

.rightcolumn-news__content {
  padding: 5px 10px 0 10px;
  font-size: 16px;
}

.rightcolumn-news__content_1 {
  margin-bottom: 20px;
  padding: 10px;
  font-size: 18px;
}

.rightcolumn-news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rightcolumn-news__link_center {
  border: 2px solid #290087;
  padding: 10px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 16px;
  background: none;
  color: #290087;
  text-align: center;
  margin: 0 10px;
}

.calc {
  background: #fff;
  margin: 0 auto 0 auto;
  padding: 30px 20px;
  outline: none;
  text-align: center;
}

.calc-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
}

.calc-title {
  color: #000;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.calc-subtitle {
  color: #222;
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
}

.calc-subtitle__price {
  color: #ceaa34;
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
}

.calc-block {
  margin: 10px;
}

.calc-block-total {
  color: #ceaa34;
  font-size: 24px;
  font-weight: bold;
  padding: 10px;
}

.input-group-text {
  font-size: 18px;
  font-weight: bold;
}

.custom-select {
  margin-top: 10px;
  font-size: 16px;
  background: #fff;
}

.custom-range {
  font-size: 18px;
  width: 250px;
  height: 20px;
  cursor: ew-resize;
  overflow: hidden;
}

.title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.title_lastblock {
  margin-bottom: 20px;
  text-align: center;
}

.title_cost {
  margin-bottom: 5px;
  font-size: 20px;
  margin-top: 3px;
}

.button {
  padding: 10px;
  border-radius: 5px;
  font-size: 20px;
  background-color: #003366;
  color: #fff;
  border: 1px solid #003366;
}

.button:hover {
  background-color: rgba(206, 170, 52, 0.8);
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border: 1px solid rgba(206, 170, 52, 0.8);
  color: #000;
}

.button_cost {
  padding: 10px;
  background: #003366;
  color: #fff;
  border-radius: 5px;
  text-align: center;
}

.button_cost:hover {
  background-color: rgba(206, 170, 52, 0.8);
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border: 1px solid transparent;
  color: #000;
}

.button-yandex {
  font-size: 12px;
  text-align: left;
  background: #fff;
  color: #003366;
  font-weight: normal;
  padding: 5px;
}

.button-questions {
  background-color: #fff;
  font-weight: normal;
  color: #003366;
}

.button-questions:hover {
  background-color: #003366;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border: 2px solid #003366;
}

.button_small {
  padding: 10px;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid #003366;
  font-weight: normal;
  color: #003366;
  margin-right: 10px;
  margin-bottom: 10px;
  background: #fff;
}

.button_small:hover {
  background: rgba(206, 170, 52, 0.8);
  border: 1px solid transparent;
  cursor: pointer;
  color: #000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.button_small_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 20px;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #003366;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
  color: #fff;
  padding: 15px 20px 15px 20px;
}

.footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  color: #fff;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-design {
  font-size: 12px;
  color: #fff;
}

.footer-design-link {
  color: #fff;
}

.footer-design-link:hover {
  color: #ceaa34;
}

.footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  font-size: 14px;
  color: #fff;
  margin-right: 20px;
}

.footer-info_1 {
  margin-bottom: 10px;
}

.footer-info:hover {
  color: #ceaa34;
}

.footer-contacts {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.footer-contacts-number {
  margin-right: 20px;
  color: #fff;
  width: 125px;
}

.footer-contacts-number:hover {
  color: #ceaa34;
}

.footer-contacts-email {
  color: #fff;
}

.footer-contacts-email:hover {
  color: #ceaa34;
}

.footer-contacts-vk {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0px 20px 20px;
}

.footer-contacts-vk:hover {
  color: #ceaa34;
}

.footer-contacts-vk-content {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}

.footer-contacts-vk:hover {
  color: #ceaa34;
}

.footer-contacts-vk-img {
  margin-right: 6px;
}

.jellow {
  background: #ceaa34;
  padding: 5px;
  border-radius: 5px;
  font-weight: bold;
}

.checkin {
  font-size: 20px;
}

.overlay_cost {
  position: fixed;
  display: none;
  top: 0%;
  width: 100%;
  height: 100%;
  z-index: 4;
  background: rgba(0, 0, 0, 0.6);
}

.overlay_excursions-item {
  position: fixed;
  display: none;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  z-index: 4;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.6);
}

.close {
  position: absolute;
  font-size: 50px;
  color: #fff;
  left: 83%;
  top: 3%;
  z-index: 20;
  font-weight: 300px;
  cursor: pointer;
}

.cost {
  position: fixed;
  overflow-y: auto;
  left: 50%;
  top: 40%;
  background: #fff;
  padding: 10px 10px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 16px;
}

.cost-link {
  text-align: right;
}

.cost-title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}

.cost-type {
  margin-bottom: 20px;
}

.cost-close {
  left: 57%;
  top: 33%;
}

.tags {
  font-size: 16px;
  font-weight: bold;
}

.block {
  position: fixed;
  overflow-y: auto;
  left: 50%;
  top: 70px;
  width: 65%;
  max-height: 85%;
  background: #fff;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 14px;
}

.block__title {
  font-size: 20px;
  font-weight: bold;
  padding: 5px 15px 0 15px;
}

.block__content {
  padding: 0 15px 5px 15px;
}

.block__img {
  height: 350px;
  width: 100%;
  margin-bottom: 15px;
}

.block__img__historyandmodernitybasis {
  background: url("../img/blocks/block_basis.jpg") center no-repeat;
  background-size: cover;
}

.block__img__historyandmodernityextended {
  background: url("../img/blocks/block_extended.jpg") center no-repeat;
  background-size: cover;
}

.block__img__eveningtour {
  background: url("../img/blocks/block_evening.jpg") center no-repeat;
  background-size: cover;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .header-h {
    margin-left: 30px;
    margin-right: 10px;
  }

  .header-item {
    margin-right: 10px;
  }

  .header-items {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 10px;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .header-items-languages {
    font-size: 14px;
  }

  .header-items__email {
    padding: 5px 5px;
  }

  .cost-close {
    left: 58%;
  }

  .footer-content {
    margin-right: 20px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer-design {
    font-size: 12px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .header-h {
    margin-left: 20px;
    margin-right: 15px;
    font-size: 26px;
  }

  .header-subh {
    font-size: 22px;
    color: #ceaa34;
    margin-left: 0;
  }

  .header-item {
    margin-right: 10px;
    font-size: 14px;
  }

  .header-items {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-preferred-size: 52%;
    flex-basis: 52%;
    font-size: 12px;
  }

  .header-items__phone {
    width: 129px;
  }

  .wrap_rightcolumn2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main {
    -ms-flex-preferred-size: 69%;
    flex-basis: 69%;
  }

  .main-excursions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main-excursions-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    height: 370px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-excursions-item-bottom__jellow {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    margin-right: 10px;
    margin-left: 5px;
    font-size: 12px;
    padding: 3px 2px;
  }

  .rightcolumn {
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
    margin-left: 15px;
  }

  .rightcolumn-lecture {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .rightcolumn-news__link_center {
    margin-left: 10px;
    text-align: center;
    margin-right: 10px;
  }

  .rightcolumn-questions {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0;
  }

  .calc {
    background: #fff;
    padding: 20px 10px;
    outline: none;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .calc-wrapper {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 0 auto 0 auto;
  }

  .calc-title {
    color: #000;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
  }

  .calc-subtitle {
    color: #222;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
  }

  .calc-subtitle__price {
    color: rgba(41, 0, 135, 0.6);
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
  }

  .calc-block {
    margin: 10px;
  }

  .calc-block-total {
    color: #290087;
    font-size: 24px;
    font-weight: bold;
    padding: 10px;
  }

  .mailing {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .button {
    padding: 10px 5px;
  }

  .button_small {
    padding: 10px;
    margin-left: 0;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }

  .close_cost {
    left: 62%;
    top: 33%;
  }

  .footer {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display-align-items: center;
    padding: 10px 10px;
    color: #fff;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer-info {
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    color: #fff;
  }

  .footer-info:hover {
    color: #ceaa34;
  }

  .footer-content {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    flex-basis-align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer-design {
    font-size: 12px;
  }

  .footer-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    font-size: 12px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .footer-contacts-number {
    width: 100px;
  }

  .footer-contacts-email {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }

  .footer-contacts-vk {
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%;
    padding: 0px;
  }

  .footer-contacts-vk-content {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }

  .button {
    font-size: 14px;
    padding: 10px 5px;
  }

  .button_small {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
  }
}

@media (min-width: 768px) and (max-width: 844px) {
  .header-h {
    margin-left: 20px;
    margin-right: 10px;
    font-size: 24px;
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
  }

  .header-subh {
    font-size: 16px;
  }

  .header-items {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }

  .header-languages {
    font-size: 12px;
    margin-right: 5px;
  }
}

@media (min-width: 576px) and (max-width: 700px) {
  .header-h {
    margin-left: 20px;
    margin-right: 10px;
    font-size: 22px;
  }

  .header-subh {
    font-size: 16px;
    margin-left: 0;
  }

  .header-item {
    font-size: 14px;
    margin-right: 10px;
  }

  .header-items {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 10px;
  }

  .header-items-languages {
    font-size: 14px;
  }

  .header-items__email {
    padding: 5px 5px;
  }

  .header-items__phone {
    width: 129px;
  }

  .top-subtitle {
    top: 74%;
    left: 2%;
    font-size: 18px;
    padding-right: 10px;
  }

  .top-subtitle_2 {
    top: 87%;
  }

  .wrap_mainandrigthcolumn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wrap_rightcolumn2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 20px;
  }

  .main-excursions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main-excursions-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    height: 340px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-excursions-item-top {
    margin-bottom: 0;
  }

  .main-excursions-item-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .main-excursions-item-bottom__jellow {
    padding: 3px 5px;
    font-size: 14px;
    border-radius: 5px;
    border: 2px solid #ECC734;
    font-weight: bold;
    color: #290087;
    background: #ECC734;
    margin-bottom: 10px;
    max-width: 40%;
    margin-left: 10px;
  }

  .rightcolumn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .rightcolumn-topreasons {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-right: 0;
  }

  .rightcolumn-questions {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0;
  }

  .rightcolumn-news {
    width: 100%;
    margin-right: 20px;
  }

  .rightcolumn-news__link_center {
    margin-left: 10px;
    text-align: center;
  }

  .rightcolumn-news-title {
    display: none;
  }

  .cost-close {
    top: 33%;
    left: 63%;
  }

  .wrap_calcnews {
    -ms-flex-preferred-size: 48.5%;
    flex-basis: 48.5%;
  }

  .calc {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .calc-wrapper {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
  }

  .calc-title {
    margin-bottom: 30px;
  }

  .button {
    padding: 10px 5px;
    margin-right: 10px;
  }

  .button-questions {
    margin-right: 0;
  }

  .footer-info {
    font-size: 12px;
  }

  .footer-contacts {
    font-size: 12px;
  }

  .footer-content {
    margin-top: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer-design {
    margin-top: 10px;
    font-size: 12px;
  }
}

@media (min-width: 576px) and (max-width: 635px) {
  .header-h {
    margin-left: 15px;
    margin-right: 8px;
    font-size: 20px;
  }

  .header-item {
    font-size: 14px;
    margin-right: 10px;
  }

  .header-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
    font-size: 14px;
  }

  .header-items-languages {
    font-size: 14px;
  }

  .header-items__email {
    padding: 5px 5px;
    margin-right: 0px;
  }

  .header-items__phone {
    width: 135px;
  }
}

@media (min-width: 700px) and (max-width: 768px) {
  .header-h {
    margin-left: 20px;
    margin-right: 10px;
    font-size: 24px;
  }

  .header-subh {
    font-size: 16px;
    margin-left: 0;
  }

  .header-item {
    font-size: 14px;
    margin-right: 10px;
  }

  .header-items {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
  }

  .header-items-languages {
    font-size: 14px;
  }

  .header-items__email {
    padding: 5px 5px;
  }

  .header-items__phone {
    width: 135px;
  }

  .top-subtitle {
    top: 74%;
    left: 2%;
    font-size: 18px;
    padding-right: 5px;
  }

  .top-subtitle_2 {
    top: 87%;
  }

  .wrap_mainandrigthcolumn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .main-excursions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main-excursions-item {
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
    height: 355px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .rightcolumn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .rightcolumn-topreasons {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
  }

  .rightcolumn-questions {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .rightcolumn-news {
    width: 100%;
    margin-right: 20px;
  }

  .rightcolumn-news__link_center {
    margin-left: 10px;
    text-align: center;
  }

  .rightcolumn-news-title {
    display: none;
  }

  .rightcolumn-lastblock {
    width: 40%;
    height: 350px;
    margin-top: 0;
  }

  .calc-wrapper {
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
    text-align: center;
    margin-top: 0px;
  }

  .calc-title {
    margin-bottom: 30px;
  }

  .button {
    padding: 10px 5px;
    margin-right: 10px;
  }

  .button-questions {
    margin-right: 0;
  }

  .footer-info {
    font-size: 12px;
  }

  .footer-contacts {
    font-size: 12px;
  }

  .footer-content {
    margin-top: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer-design {
    font-size: 12px;
  }

  .block {
    width: 85%;
  }

  .questions {
    width: 85%;
  }

  .close {
    top: 2%;
    left: 90%;
  }

  .close_questions {
    top: 2%;
    left: 90%;
  }

  .cost-close {
    top: 33%;
    left: 63%;
  }
}

@media (max-width: 576px) {
  .header {
    margin-bottom: 5px;
  }

  .header-h {
    margin-left: 10px;
    margin-right: 9px;
    font-size: 18px;
    margin-bottom: 5px;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
  }

  .header-subh {
    font-size: 12px;
    color: #ceaa34;
    margin-left: 0;
  }

  .header-item {
    margin-bottom: 5px;
    font-size: 12px;
  }

  .header-items {
    -ms-flex-preferred-size: 62%;
    flex-basis: 62%;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .header-items-languages {
    font-size: 10px;
    margin-right: 9px;
  }

  .header-items-languages__ru {
    margin-right: 5px;
  }

  .header-items-languages__eng {
    margin-right: 5px;
  }

  .header-items__email {
    padding: 5px 5px;
    margin-right: 10px;
  }

  .header-items__phone {
    padding: 5px 5px;
    width: 105px;
  }

  .top-title {
    top: 80%;
    left: 2%;
    font-size: 12px;
    padding-right: 0;
    margin-right: 10px;
  }

  .top-subtitle {
    top: 87%;
    left: 2%;
    font-size: 16px;
    padding-right: 5px;
  }

  .wrap_mainandrigthcolumn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: space-between;
    -ms-flex-align: space-between;
    align-items: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .wrap_rightcolumn2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wrap_calcnews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
  }

  .main-info {
    padding: 10px;
  }

  .main-excursions {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .main-excursions-item {
    height: 380px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .main-excursions-item-top__title {
    font-size: 18px;
  }

  .rightcolumn {
    margin-left: 20px;
    margin-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .rightcolumn-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .rightcolumn-questions {
    margin-right: 0;
  }

  .rightcolumn-news {
    margin-bottom: -10px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .rightcolumn-news__link_center {
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
  }

  .calc {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .calc-wrapper {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
  }

  .calc-title {
    margin-bottom: 30px;
  }

  .button {
    padding: 10px 5px;
    margin-right: 10px;
  }

  .button-questions {
    margin-right: 0;
  }

  .footer-content {
    margin-top: 10px;
    margin-right: 0px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -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;
  }

  .footer-info {
    margin-top: 5px;
    margin-bottom: 0px;
    margin-right: 0;
    font-size: 12px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .footer-info_1 {
    margin-right: 20px;
  }

  .footer-contacts {
    margin-top: 15px;
    margin-right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 12px;
  }

  .footer-contacts-vk {
    margin-right: 0px;
    margin-left: 0px;
  }

  .footer-contacts-vk-content {
    display: none;
  }

  .footer-design {
    margin-top: 15px;
    margin-bottom: 0px;
    font-size: 10px;
  }

  .block {
    width: 90%;
  }

  .questions {
    width: 90%;
  }

  .close {
    top: 3%;
    left: 87.5%;
  }

  .close_questions {
    top: 3%;
    left: 87.5%;
  }

  .button {
    font-size: 14px;
    padding: 10px 5px;
  }

  .cost-close {
    top: 33%;
    left: 70%;
  }
}