@charset "UTF-8";

body {
    animation: appearing 1s ease alternate;
}
@keyframes appearing {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Уточняющие стили на главной */
.text-block-home .text-block__left:after {
  height: 300px;
  bottom: -96px;
  transform: translate(0%, 100%);
}

.photo-desc-home {
  margin-top: 30px;
}

@media screen and (max-width: 1200px) {
  .text-block-home .text-block__left:after {
    left: 100px;
  }
  .photo-desc-home {
    margin-top: 24px;
  }
}
@media screen and (max-width: 992px) {
  .text-block-home .text-block__left:after {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .photo-desc-home {
    position: relative;
    left: 10%;
    max-width: 324px;
    padding: 0 32px;
    font-size: 10px;
  }
}
/* Стили для .text-block на главной */
.text-block-img-home img {
  width: 100%;
}

.crossed {
  position: relative;
}
.crossed:before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  top: 52%;
  left: 0;
  transform: translate(0%, -50%);
  background: #b36500;
}

.photo-desc {
  display: flex;
  align-items: center;
  font-family: "Circe", Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #000;
  line-height: normal;
  font-style: italic;
}
.photo-desc:before {
  font-size: 32px;
  color: #000;
  margin-right: 18px;
}
@media (max-width: 992px) {
  .photo-desc {
    line-height: 134%;
  }
}

/* ------- адаптация ------- */
@media screen and (max-width: 576px) {
  .text-block-img-home {
    position: relative;
    margin: 0 -16px;
  }
  .text-block-img-home:after {
    content: "";
    background: #999;
    position: absolute;
    width: 1px;
    left: 50px;
    top: 100%;
    height: 80px;
  }
}
/* ------- end ------- */
/* Стили для .list-cosiness */
.list-cosiness {
  padding: 50px 0;
}
.list-cosiness__head {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 64px;
  position: relative;
}
.list-cosiness__head:before {
  content: "";
  background: #999;
  position: absolute;
  width: 1px;
  left: 250px;
  z-index: -1;
  top: -50px;
  bottom: 0;
  transform: translate(0%, 0%);
}
.list-cosiness__title {
  padding-bottom: 48px;
}
.list-cosiness__body {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 24px;
}
.list-cosiness__item {
  padding: 20px;
  flex: 0 0 33.33333%;
}
.list-cosiness__more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 64px;
}

.cosiness__photo {
  position: relative;
  padding-bottom: 55%;
  margin-bottom: 18px;
}
.cosiness__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cosiness__like {
  position: absolute;
  bottom: 5px;
  right: 10px;
  z-index: 2;
}
.cosiness__title {
  font-family: "Circe", Arial, sans-serif;
  font-weight: 700;
  font-size: 25px;
  color: #000;
  line-height: normal;
}
@media (max-width: 992px) {
  .cosiness__title {
    line-height: 134%;
  }
}
.cosiness__name {
  font-family: "Circe", Arial, sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #b36500;
  line-height: normal;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cosiness__name {
    line-height: 134%;
  }
}
.cosiness__text {
  font-family: "Circe", Arial, sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: #000;
  line-height: normal;
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .cosiness__text {
    line-height: 134%;
  }
}

/* ------- адаптация ------- */
@media screen and (max-width: 1200px) {
  .list-cosiness__head:before {
    left: 100px;
  }
  .list-cosiness__item {
    padding: 12px;
  }
}
@media screen and (max-width: 992px) {
  .list-cosiness__item {
    padding: 12px;
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 768px) {
  .list-cosiness__head:before {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .list-cosiness {
    padding: 0px 0 30px 0;
  }
  .list-cosiness__head {
    justify-content: start;
    margin-bottom: 32px;
  }
  .list-cosiness__title {
    padding-bottom: 32px;
  }
  .list-cosiness__item {
    flex: 0 0 100%;
  }
}
/* ------- end ------- */
/* Стили для emotions */
.emotions__head {
  margin-bottom: 64px;
  position: relative;
}
.emotions__head.line:before {
  content: "";
  background: #999;
  position: absolute;
  width: 1px;
  left: 50%;
  z-index: -2;
  top: -20px;
  height: 120px;
  transform: translate(0%, -100%);
}
.emotions__title {
  text-align: center;
}

.emotions-slider {
  position: relative;
  overflow: hidden;
}
.emotions-slider .swiper-slide {
  position: relative;
}
.emotions-slider .button-prev,
.emotions-slider .button-next {
  position: absolute;
  top: 50%;
  z-index: 3;
}
.emotions-slider .button-prev {
  left: 32px;
  transform: translate(0, -50%);
}
.emotions-slider .button-next {
  right: 32px;
  transform: translate(0, -50%);
}
.emotions-slider .pagination-custom {
  margin: 0;
  position: absolute;
  z-index: 3;
  bottom: 32px;
}

.emotions-item {
  min-height: 100vh;
  padding: 120px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.emotions-item__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.emotions-item__img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2;
}
.emotions-item__body {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 760px;
  margin: 0 auto;
}
.emotions-item__title {
  font-family: "Circe", Arial, sans-serif;
  font-weight: 700;
  font-size: 48px;
  color: #fff;
  line-height: normal;
  margin-bottom: 32px;
  text-align: center;
}
@media (max-width: 992px) {
  .emotions-item__title {
    line-height: 134%;
  }
}
.emotions-item__text {
  font-family: "Circe", Arial, sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #fff;
  line-height: normal;
  text-align: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .emotions-item__text {
    line-height: 134%;
  }
}
.emotions-item__btn {
  margin-top: 32px;
}

/* ------- адаптация ------- */
@media screen and (max-width: 992px) {
  .emotions-slider .button-prev {
    left: 8px;
  }
  .emotions-slider .button-next {
    right: 8px;
  }
  .emotions-slider .pagination-custom {
    bottom: 24px;
  }
  .emotions-item {
    padding: 90px 0;
  }
  .emotions-item__body {
    width: 100%;
    padding: 0 40px;
    max-width: none;
    margin: 0 auto;
  }
  .emotions-item__title {
    font-size: 40px;
  }
  .emotions-item__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .emotions__head {
    margin-bottom: 32px;
  }
  .emotions__head:before {
    height: 80px;
  }
  .emotions-item {
    padding: 50px 0;
  }
  .emotions-item__title {
    font-size: 30px;
    margin-bottom: 24px;
  }
  .emotions-item__text {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .emotions-item__btn {
    margin-top: 24px;
  }
}
/* ------- end ------- */
/* Стили для .photo-report */
.photo-report__head {
  margin: 0 auto 64px auto;
  max-width: 860px;
}

.photo-link {
  position: relative;
  padding-bottom: 70%;
}
.photo-link__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.photo-link__name {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  visibility: hidden;
  font-family: "Circe", Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  line-height: normal;
  transition: 0.3s;
}
@media (max-width: 992px) {
  .photo-link__name {
    line-height: 134%;
  }
}
.photo-link:hover .photo-link__name {
  opacity: 1;
  visibility: visible;
}
.photo-link__like {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 3;
}

/* ------- адаптация ------- */
@media screen and (max-width: 992px) {
  .photo-report__head {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 576px) {
  .photo-report__head {
    margin-bottom: 32px;
  }
}
/* ------- end ------- */
/* Стили для .review-home */
.review-home {
  overflow: hidden;
}
.review-home__head {
  margin: 0 auto 96px auto;
  max-width: 860px;
}
.review-home__first {
  margin-bottom: 90px;
}
.review-home-slider {
  position: relative;
}
.review-home-slider .swiper-wrapper {
  align-items: center;
}
.review-home-slider .swiper-slide {
  transition: 0.3s;
  opacity: 0;
}
.review-home-slider .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.review-home-slider .button-prev,
.review-home-slider .button-next {
  width: 40px;
  height: 40px;
  background: #e8e8e8;
  position: absolute;
  top: 50%;
  z-index: 2;
}
.review-home-slider .button-prev:before,
.review-home-slider .button-next:before {
  font-size: 14px;
}
.review-home-slider .button-prev {
  left: 10%;
  transform: translate(0%, -50%);
}
.review-home-slider .button-next {
  right: 10%;
  transform: translate(0%, -50%);
}

.review-slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
}
.review-slide img {
  width: 100%;
  user-select: none;
  object-fit: contain;
  padding: 0 36px !important;
}
.review-slide img.screen {
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  z-index: -1;
  padding: 0 7px;
}
.review-slide.vertical img {
  max-width: 391px;
}
.review-slide.vertical img.clipart {
  height: 100%;
  max-height: 748px;
}
/* ------- адаптация ------- */
@media screen and (max-width: 992px) {
  .review-home-slider .button-prev,
  .review-home-slider .button-next {
    width: 30px;
    height: 30px;
  }
  .review-home-slider .button-prev:before,
  .review-home-slider .button-next:before {
    font-size: 10px;
  }
  .review-home-slider .button-prev {
    left: -8px;
  }
  .review-home-slider .button-next {
    right: -8px;
  }
}
/* ------- end ------- */
/* Стили для -------- */
.feedback {
  background: url("../img/lion.jpg") center/cover no-repeat;
  background-attachment: fixed;
  position: relative;
}
.feedback:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.feedback__head h2, .feedback__head h4 {
  color: #fff !important;
  font-family: "Circe", Arial, sans-serif;
  font-weight: 300;
  font-size: 30px;
  color: #000;
  line-height: 100%;
}
@media (max-width: 992px) {
  .feedback__head h2, .feedback__head h4 {
    line-height: 134%;
  }
}
.feedback__head h2 span, .feedback__head h4 span {
  font-weight: 700;
}
.feedback__head h4 {
  font-weight: 700;
}
.feedback__title {
  color: #fff;
}
.feedback__body {
  overflow: hidden;
  max-width: 964px;
  width: 100%;
  padding: 132px 0px 32px 0px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.feedback__form {
  margin-top: 48px;
}
.feedback__form .form-footer {
  width: 100%;
  max-width: 460px;
}
.feedback__studio {
  margin-top: 128px;
  width: 100%;
  text-align: right;
  position: relative;
  z-index: 2;
  font-family: "Circe", Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  line-height: normal;
}
@media (max-width: 992px) {
  .feedback__studio {
    line-height: 134%;
  }
}
.feedback__studio a {
  color: #fff;
  text-decoration: underline;
}

.wpcf7-response-output {
  position: fixed;
  border: 50px;
  bottom: 50px;
  right: 50px;
  background: black;
  z-index: 999 !important;
  color: #fff;
  padding: 15px 18px !important;
  border: none !important;
  max-width: 400px;
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
}

.wpcf7-response-output:not(:empty) {
  opacity: 1;
}

.form-footer__inputs {
  position: relative;
}
.form-footer__btns {
  position: absolute;
  right: 0;
  bottom: -26px;
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.form-footer__btn {
  margin-right: 32px;
  border: 1px solid #fff;
  padding: 16px 32px;
}
.form-footer__networks {
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 120px;
}
.form-footer__networks .networks__item {
  margin: 0 0 8px 8px !important;
}

/* ------- адаптация ------- */
@media screen and (max-width: 1200px) {
  .feedback__body {
    max-width: 660px;
    padding: 132px 32px 100px 32px;
  }
  .feedback__form .form-footer {
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 992px) {
  .feedback__body {
    padding: 82px 32px 50px 32px;
  }
}
@media screen and (max-width: 576px) {
  .feedback:before {
    height: 70px;
  }
  .feedback__head span {
    display: block;
    margin-top: 32px;
  }
  .feedback__body {
    padding: 100px 32px 50px 32px;
  }
  .feedback__form {
    margin-top: 32px;
  }
  .feedback__studio {
    margin-top: 48px;
    text-align: left;
    font-size: 14px;
  }
  .form-footer__btns {
    flex-direction: column;
  }
  .form-footer__btn {
    margin: 0 0 32px 0;
  }
  .form-footer__networks .networks__item {
    margin: 0 8px 8px 0;
  }
}
/* ------- end ------- */
/* Стили для -------- */
/* ------- адаптация ------- */
/* ------- end ------- */
/* Стили для -------- */
/* ------- адаптация ------- */
/* ------- end ------- */
/* Стили для .text-block-country */
.text-block-country {
  overflow: hidden;
  padding: 100px 0;
}
.text-block-country__body {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.text-block-country__left {
  flex: 1 1 auto;
  padding-left: 100px;
  position: relative;
}
.text-block-country__left:before {
  content: "";
  background: #999;
  position: absolute;
  width: 1px;
  left: 250px;
  z-index: -1;
}
.text-block-country__left:before {
  height: 180px;
  top: 0px;
  transform: translate(0%, -100%);
}
.text-block-country__title {
  margin: 32px 0;
}
.text-block-country__right {
  flex: 0 0 40%;
  margin-left: 96px;
}
.text-block-country__text {
  font-family: "Circe", Arial, sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #000;
  line-height: normal;
}
@media (max-width: 992px) {
  .text-block-country__text {
    line-height: 134%;
  }
}
.text-block-country__text p:not(:last-child) {
  margin-bottom: 32px;
}
.text-block-country__map {
  width: 100%;
  max-width: 420px;
}
.text-block-country__desc {
  margin: 32px auto 0 auto;
  max-width: 280px;
  display: flex;
  align-items: center;
  font-family: "Circe", Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #000;
  line-height: normal;
  font-style: italic;
}
.text-block-country__desc:before {
  font-size: 32px;
  color: #000;
  margin-right: 12px;
}
@media (max-width: 992px) {
  .text-block-country__desc {
    line-height: 134%;
  }
}
.text-block-country__open {
  margin-top: 148px;
  padding: 0 100px;
}

.interacrive-map {
  position: relative;
  width: 100%;
}
.interacrive-map__points {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.interacrive-map__bg {
  width: 100%;
  opacity: 0.9;
}
.interacrive-map__bg img {
  width: 100%;
}

.map-point {
  display: block;
  position: absolute;
  z-index: 3;
  transform: translate(-50%, -50%);
}
.map-point__icon {
  transition: 0.3s;
  width: 100%;
}
.map-point__icon img {
  width: 100%;
}
@media (max-width: 479px) {
  .map-point:not(:first-child):not(:nth-child(2)):not(:nth-child(3)) .map-point__name {
    left: -12%;
    bottom: 130%;
  }
  .map-point:not(:first-child):not(:nth-child(2)):not(:nth-child(3)) .map-point__name img {
    transform: rotate(-29deg);
  }
  .map-point:not(:first-child):not(:nth-child(2)):not(:nth-child(3)) .map-point__name span {
    left: 38% !important;
    top: -41px !important;
  }
}
@media (max-width: 479px) {
  .map-point:nth-child(3) .map-point__name {
    left: 40%;
  }
}
.map-point__name {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 90%;
  bottom: 100%;
}
.map-point__name span {
  left: 100%;
  top: -8px;
  padding: 0 0 0 5px;
  position: absolute;
  white-space: nowrap;
  font-family: "Circe", Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #0d0d0d;
  line-height: 20px;
}
@media (max-width: 992px) {
  .map-point__name span {
    line-height: 134%;
  }
}
.map-point:hover .map-point__icon {
  transform: scale(1.2);
}
.map-point:hover .map-point__name {
  opacity: 1;
  visibility: visible;
}

/* ------- адаптация ------- */
@media screen and (max-width: 1200px) {
  .text-block-country__body {
    align-items: center;
  }
  .text-block-country__left {
    padding-left: 0px;
    position: relative;
  }
  .text-block-country__left:after, .text-block-country__left:before {
    left: 100px;
  }
  .text-block-country__desc {
    margin-top: 24px;
  }
  .text-block-country__open {
    padding: 0;
  }
}
@media screen and (max-width: 992px) {
  .text-block-country {
    padding: 90px 0;
  }
  .text-block-country__body {
    flex-direction: column;
  }
  .text-block-country__left {
    order: 2;
    padding: 0 56px;
  }
  .text-block-country__left:after, .text-block-country__left:before {
    display: none;
  }
  .text-block-country__right {
    order: 1;
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .text-block-country__map {
    order: 2;
  }
  .text-block-country__desc {
    order: 1;
    margin: 0;
    width: 100%;
    padding: 0 32px;
    align-self: flex-start;
  }
  .text-block-country__open {
    margin-top: 120px;
  }
}
@media screen and (max-width: 576px) {
  .text-block-country {
    padding: 30px 0;
  }
  .text-block-country__left {
    padding: 0 24px;
  }
  .text-block-country__text {
    font-size: 16px;
  }
  .text-block-country__desc {
    font-size: 10px;
  }
  .text-block-country__open {
    margin-top: 90px;
  }
}
/* ------- end ------- */
/* Стили для .dop-info */
.dop-info__content {
  overflow: hidden;
  max-height: 0px;
  transition: 0.3s;
}
.dop-info__content .text-photo {
  padding-bottom: 120px;
}
.dop-info__btn {
  max-width: 800px;
  border-top: 2px solid #474747;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0 auto;
}

.btn-more {
  display: inline-block;
}
.btn-more__close {
  display: none;
}
.btn-more.active .btn-more__open {
  display: none;
}
.btn-more.active .btn-more__close {
  display: block;
}

.text-photo__item {
  display: flex;
  justify-content: space-between;
}
.text-photo__item_left .text-photo__img {
  order: -1;
}
.text-photo__item:not(:last-child) {
  margin-bottom: 48px;
}
.text-photo__text {
  flex: 0 0 48%;
  font-family: "Circe", Arial, sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #000;
  line-height: 150%;
}
@media (max-width: 992px) {
  .text-photo__text {
    line-height: 134%;
  }
}
.text-photo__text p:not(:last-child) {
  margin-bottom: 32px;
}
.text-photo__img {
  flex: 0 0 48%;
  height: auto;
  position: relative;
}

/* ------- адаптация ------- */
@media screen and (max-width: 992px) {
  .dop-info__content .text-photo {
    padding-bottom: 100px;
  }
  .text-photo__item {
    flex-direction: column;
    align-items: center;
  }
  .text-photo__item:not(:last-child) {
    margin-bottom: 32px;
  }
  .text-photo__text {
    width: 100%;
    font-size: 18px;
  }
  .text-photo__text p:not(:last-child) {
    margin-bottom: 24px;
  }
  .text-photo__img {
    max-width: 440px;
    order: -1;
    width: 100%;
    padding-bottom: 70%;
    margin: 0 0 48px 0;
  }
}
@media screen and (max-width: 576px) {
  .dop-info__content .text-photo {
    padding-bottom: 60px;
  }
  .text-photo__item:not(:last-child) {
    margin-bottom: 24px;
  }
  .text-photo__text {
    font-size: 16px;
  }
  .text-photo__text p:not(:last-child) {
    margin-bottom: 18px;
  }
  .text-photo__img {
    margin: 0 0 24px 0;
  }
}
/* ------- end ------- */
/* Стили для -------- */
.country-list {
  padding: 0px 0 120px 0;
}
.country-list__head .head-block {
  margin-top: 0;
}
.country-list__btns {
  margin-top: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ------- адаптация ------- */
@media screen and (max-width: 576px) {
  .country-list {
    padding: 10px 0 32px 0;
  }
  .country-list__body {
    margin-top: 30px;
  }
  .country-list__btns {
    margin-top: 48px;
  }
}
/* ------- end ------- */
/* Стили для -------- */
.country-routes__list {
  margin: 48px 0 120px 0;
}

/* ------- адаптация ------- */
/* ------- end ------- */
/* Стили для .text-down */
.text-down {
  border-bottom: 1px solid #d1d1d1;
  padding: 120px 0 0px 0;
  margin-bottom: 48px;
}
.text-down__body {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
  max-width: 970px;
  padding-bottom: 32px;
}
.text-down__title {
  margin-bottom: 32px;
}
.text-down__text {
  max-width: 520px;
  font-family: "Circe", Arial, sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #000;
  line-height: 150%;
}
@media (max-width: 992px) {
  .text-down__text {
    line-height: 134%;
  }
}
.text-down__text p:not(:last-child) {
  margin-bottom: 24px;
}
.text-down__lion {
  margin-top: 100px;
  display: flex;
  align-items: center;
  font-family: "Circe", Arial, sans-serif;
  font-weight: 300;
  font-size: 30px;
  color: #000;
  line-height: normal;
}
@media (max-width: 992px) {
  .text-down__lion {
    line-height: 134%;
  }
}
.text-down__lion:before {
  font-size: 32px;
  color: #000;
  margin-right: 12px;
}
.text-down-head {
  position: absolute;
  right: -50px;
  bottom: 0;
}

/* ------- адаптация ------- */
@media screen and (max-width: 992px) {
  .text-down__left {
    width: 100%;
  }
  .text-down__text {
    width: 60%;
    font-size: 18px;
  }
  .text-down__text p:not(:last-child) {
    margin-bottom: 16px;
  }
  .text-down__lion {
    margin-top: 32px;
    font-size: 25px;
  }
  .text-down-head {
    width: 270px;
  }
}
@media screen and (max-width: 576px) {
  .text-down {
    padding: 70px 0 0 0;
  }
  .text-down__left {
    padding: 0 24px;
  }
  .text-down__text {
    width: 68%;
    font-size: 16px;
  }
  .text-down__lion {
    line-height: 100%;
    max-width: 240px;
    margin-top: 32px;
    font-size: 20px;
  }
  .text-down-head {
    width: 170px;
    transform: translate(-15%, 0);
    z-index: -1;
  }
}
/* ------- end ------- */
/* Стили для -------- */
.routes-list {
  display: flex;
  flex-wrap: wrap;
  margin: -20px;
}
.routes-list.not-found {
  padding: 70px;
  border: 1px solid #b36500;
  text-align: center;
  display: flex;
  justify-content: center;
}
.routes-list__item {
  padding: 20px;
  flex: 0 0 33.3333%;
  height: auto;
}

.route {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.route__top {
  position: relative;
}
.route__img {
  display: block;
  position: relative;
  padding-bottom: 140%;
}
.route__like {
  position: absolute;
  right: 8px;
  bottom: 4px;
  z-index: 2;
}
.route__body {
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 auto;
}
.route__title {
  display: block;
  font-family: "Circe", Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #b36500;
  line-height: 140%;
}
@media (max-width: 992px) {
  .route__title {
    line-height: 134%;
  }
}
.route__text {
  margin-top: 8px;
  font-family: "Circe", Arial, sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #000;
  line-height: 140%;
}
@media (max-width: 992px) {
  .route__text {
    line-height: 134%;
  }
}
.route__btns {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
}
.route__btns .btn {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.route__btns .btn:first-child {
  margin-right: 16px;
}

/* ------- адаптация ------- */
@media screen and (max-width: 992px) {
  .routes-list {
    margin: -16px;
  }
  .routes-list__item {
    padding: 16px;
    flex: 0 0 50%;
  }
  .route__body {
    padding: 24px;
  }
}
@media screen and (max-width: 576px) {
  .routes-list {
    margin: -12px;
  }
  .routes-list__item {
    padding: 12px;
    flex: 0 0 100%;
    max-width: 370px;
    margin: 0 auto;
  }
  .route__body {
    padding: 24px 16px;
  }
  .route__title {
    font-size: 16px;
  }
  .route__text {
    font-size: 14px;
  }
}
/* ------- end ------- */
/* Стили для -------- */
.country-question__body {
  padding: 30px 0 90px 0;
  max-width: 1160px;
  margin: 0 auto;
}

/* ------- адаптация ------- */
@media screen and (max-width: 576px) {
  .country-question__head .head-block__text {
    position: relative;
  }
  .country-question__head .head-block__text:before {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    width: 1px;
    height: 100%;
    background: #999;
    left: 24px;
  }
}
/* ------- end ------- */
/* Стили для -------- */
.hotels-block__body {
  border: 1px solid #d1d1d1;
  padding: 24px 24px 48px 24px;
}
.hotels-block__title {
  max-width: 960px;
  margin: 48px auto;
}

/* ------- адаптация ------- */
@media screen and (max-width: 576px) {
  .head-img-noroot {
    padding-top: 54px;
  }
  .head-img-noroot .head-img__lion {
    display: none;
  }
  .noroot-head-img {
    width: 35%;
    transform: translate(-20%, 0%);
  }
}
/* ------- end ------- */
/* Стили для .hotel-list */
.for-expand {
  display: none !important;
}
.for-expand.active {
  display: flex !important;
}

.hotel-list {
  display: flex;
  flex-wrap: wrap;
  margin: -16px;
}
.hotel-list__item {
  padding: 16px;
  flex: 0 0 33.3333%;
}

.hotel-item__top {
  position: relative;
  margin-bottom: 20px;
}
.hotel-item__img {
  position: relative;
  padding-bottom: 55%;
  display: block;
}
.hotel-item__like {
  position: absolute;
  right: 8px;
  bottom: 4px;
  z-index: 2;
}
.hotel-item__title {
  font-family: "Circe", Arial, sans-serif;
  font-weight: 700;
  font-size: 25px;
  color: #000;
  line-height: normal;
}
@media (max-width: 992px) {
  .hotel-item__title {
    line-height: 134%;
  }
}
.hotel-item__subtitle {
  margin-top: 4px;
  font-family: "Circe", Arial, sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #b36500;
  line-height: normal;
}
@media (max-width: 992px) {
  .hotel-item__subtitle {
    line-height: 134%;
  }
}
.hotel-item__text {
  margin-top: 6px;
  font-family: "Circe", Arial, sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: #000;
  line-height: normal;
}
@media (max-width: 992px) {
  .hotel-item__text {
    line-height: 134%;
  }
}
.hotel-item__text p:not(:last-child) {
  margin-bottom: 16px;
}

/* ------- адаптация ------- */
@media screen and (max-width: 992px) {
  .hotel-list {
    margin: -12px;
  }
  .hotel-list__item {
    padding: 12px;
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 576px) {
  .hotel-list__item {
    flex: 0 0 100%;
  }
  .hotel-list__item:not(:last-child) {
    margin-bottom: 48px;
  }
  .hotel-item__top {
    margin-bottom: 16px;
  }
  .hotel-item__text {
    font-size: 12px;
  }
  .hotel-item__text p:not(:last-child) {
    margin-bottom: 12px;
  }
}
/* ------- end ------- */
/* Стили для -------- */
/* ------- адаптация ------- */
/* ------- end ------- */
.text-block-emotions {
  padding-bottom: 70px;
}
.text-block-emotions .text-block__left:after {
  display: none;
}

.text-block-img-emotions img {
  width: 100%;
}

.emotions-photo__head {
  margin-left: -60px;
}
.emotions-photo__body {
  padding: 0 0 120px 0;
}

@media screen and (max-width: 1200px) {
  .emotions-photo__head {
    margin-left: 0px;
  }
}
@media screen and (max-width: 576px) {
  .text-block-emotions {
    padding-bottom: 0px;
  }
  .emotions-photo__body {
    margin-top: 100px;
  }
}
/* Стили для .emotions-photo-list */
.emotions-photo-list {
  display: flex;
  flex-wrap: wrap;
  margin: -40px -20px;
}
.emotions-photo-list__item {
  padding: 40px 20px;
  flex: 0 0 33.3333%;
}

.photo-big__top {
  position: relative;
  margin-bottom: 20px;
}
.photo-big__img {
  display: block;
  position: relative;
  padding-bottom: 56%;
}
.photo-big__like {
  position: absolute;
  z-index: 2;
  right: 8px;
  bottom: 4px;
}
.photo-big__title {
  font-family: "Circe", Arial, sans-serif;
  font-weight: 700;
  font-size: 25px;
  color: #000;
  line-height: normal;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .photo-big__title {
    line-height: 134%;
  }
}
.photo-big__text {
  font-family: "Circe", Arial, sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #b36500;
  line-height: normal;
}
@media (max-width: 992px) {
  .photo-big__text {
    line-height: 134%;
  }
}

/* ------- адаптация ------- */
@media screen and (max-width: 992px) {
  .emotions-photo-list {
    margin: -25px -20px;
  }
  .emotions-photo-list__item {
    padding: 25px 20px;
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 576px) {
  .emotions-photo-list__item {
    flex: 0 0 100%;
  }
}
/* ------- end ------- */
/* Стили для -------- */
/* ------- адаптация ------- */
/* ------- end ------- */
.text-block-tour {
  padding-bottom: 90px;
}
.text-block-tour .text-block__right {
  margin-left: 0;
  flex: 0 0 40%;
}
.text-block-tour .text-block__text {
  max-width: 520px;
}

.route-not {
  width: 100%;
  border: 1px solid #b36500;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Circe", Arial, sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #b36500;
  line-height: normal;
}
@media (max-width: 992px) {
  .route-not {
    line-height: 134%;
  }
}

/* -tab-select */
.tab-select__box {
  position: relative;
}
.tab-select__arrow {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  pointer-events: none;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 8px solid #b36500;
}
.tab-select select {
  cursor: pointer;
  appearance: none;
  padding: 16px 20px;
  width: 100%;
  display: block;
  background: none;
  border: 1px solid #b36500;
  border-radius: 0px;
  font-family: "Circe", Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #b36500;
  line-height: 140%;
}
@media (max-width: 992px) {
  .tab-select select {
    line-height: 134%;
  }
}

/* Стили для -------- */
@media screen and (max-width: 576px) {
  .text-block-tour {
    padding-bottom: 0px;
  }
  .tour-tab__body {
    margin-top: 100px;
  }
}
.my-tab__btns {
  display: flex;
  height: auto;
  width: 100%;
  overflow-x: auto;
  /* width */
  /* Track */
  padding-bottom: 10px;
  /* Handle */
  /* Handle on hover */
}
.my-tab__btns::-webkit-scrollbar {
  width: 100px;
  height: 3px;
}
.my-tab__btns::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.my-tab__btns::-webkit-scrollbar-thumb {
  background: #cccccc;
}
.my-tab__btns::-webkit-scrollbar-thumb:hover {
  background: #8f8f8f;
}
.my-tab__btns .tab-btn {
  flex: 1 1 auto;
  min-width: 150px;
}
.my-tab__select {
  display: none;
}
.my-tab__item {
  padding: 60px 0;
  display: none;
}
.my-tab__item.active {
  display: block;
}

.tab-btn {
  cursor: pointer;
  font-family: "Circe", Arial, sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #777;
  line-height: normal;
  padding: 18px;
  text-align: center;
  border-bottom: 1px solid #eeeeee;
}
@media (max-width: 992px) {
  .tab-btn {
    line-height: 134%;
  }
}
.tab-btn.active {
  color: #b36500;
  border-bottom: 1px solid #b36500;
}

/* ------- адаптация ------- */
@media screen and (max-width: 992px) {
  .my-tab__btns {
    display: none;
  }
  .my-tab__select {
    display: block;
  }
}
/* ------- end ------- */
/* Стили для -------- */
.tour-form {
  margin: 64px 0;
}
.tour-form__head {
  margin-bottom: 90px;
}
.tour-form__title {
  padding-left: 64px;
}
.tour-form__body {
  max-width: 960px;
  margin: 0 auto;
}

.form-new {
  display: flex;
  justify-content: space-between;
}
.form-new .input-custom-new {
  flex: 1 1 auto;
  margin-right: 24px;
}
.form-new .btn {
  flex: 0 0 33%;
}

/* ------- адаптация ------- */
@media screen and (max-width: 992px) {
  .tour-form__title {
    padding-left: 0px;
  }
  .form-new {
    flex-direction: column;
  }
  .form-new .input-custom-new {
    width: 100%;
    margin: 0 0 24px 0;
  }
  .form-new .btn {
    width: 100%;
  }
}
/* ------- end ------- */
/* Стили для -------- */
.tour-info {
  margin: 64px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tour-info_left .tour-info__info {
  order: 2;
}
.tour-info__info {
  padding: 0 72px 0 100px;
  flex: 1 1 auto;
}
.tour-info__text {
  margin-top: 48px;
  font-family: "Circe", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  line-height: normal;
  font-style: italic;
}
@media (max-width: 992px) {
  .tour-info__text {
    line-height: 134%;
  }
}
.tour-info__img {
  flex: 0 0 47%;
  width: 100%;
  padding-bottom: 33%;
  border: 1px solid #d1d1d1;
  background: #fff;
  box-shadow: 10px 10px 10px 0px #d1d1d1;
  position: relative;
}
.tour-info__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 10px solid #fff;
  z-index: 2;
}

/* ------- адаптация ------- */
@media screen and (max-width: 1200px) {
  .tour-info_left .tour-info__info {
    padding: 0 0 0px 54px;
    order: 2;
  }
  .tour-info__info {
    padding: 0 54px 0 0px;
  }
}
@media screen and (max-width: 992px) {
  .tour-info {
    margin: 48px 0;
    flex-direction: column;
  }
  .tour-info_left .tour-info__info {
    padding: 0 24px;
  }
  .tour-info__info {
    order: 2;
    padding: 0 24px;
    max-width: 520px;
    margin-top: 32px;
  }
  .tour-info__info*:last-child {
    margin-bottom: 0;
  }
  .tour-info__img {
    order: 1;
    padding-bottom: 70%;
  }
}
/* ------- end ------- */
/* Стили для .tour-dop */
.tour-dop {
  padding: 100px 0;
}
.tour-dop__title {
  text-align: center;
  font-family: "Circe", Arial, sans-serif;
  font-weight: 700;
  font-size: 42px;
  color: #000;
  line-height: normal;
}
@media (max-width: 992px) {
  .tour-dop__title {
    line-height: 134%;
  }
}
.dop-options {
  margin: 64px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dop-options_left .dop-options__info {
  order: 2;
  margin: 0 0 0 48px;
}
.dop-options__info {
  flex: 1 1 auto;
  margin: 0 48px 0 0;
}
.dop-options__title {
  font-family: "Circe", Arial, sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #000;
  line-height: normal;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 992px) {
  .dop-options__title {
    line-height: 134%;
  }
}
.dop-options__text {
  text-align: center;
  font-family: "Circe", Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #000;
  line-height: normal;
}
@media (max-width: 992px) {
  .dop-options__text {
    line-height: 134%;
  }
}
.dop-options__bold {
  font-family: "Circe", Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #000;
  line-height: normal;
  text-align: center;
}
@media (max-width: 992px) {
  .dop-options__bold {
    line-height: 134%;
  }
}
.dop-options__img {
  flex: 0 0 47%;
  position: relative;
  padding-bottom: 23%;
}

/* ------- адаптация ------- */
@media screen and (max-width: 992px) {
  .dop-options {
    flex-direction: column;
  }
  .dop-options_left .dop-options__info {
    order: 2;
    margin: 24px 0 0 0;
  }
  .dop-options__info {
    order: 2;
    width: 100%;
    margin: 24px 0 0 0;
  }
  .dop-options__title {
    margin-bottom: 16px;
  }
  .dop-options__img {
    width: 100%;
    padding-bottom: 50%;
  }
}
@media screen and (max-width: 576px) {
  .tour-dop {
    padding: 48px 0;
  }
  .tour-dop__title {
    font-size: 30px;
  }
  .dop-options__title {
    font-size: 20px;
  }
}
/* ------- end ------- */
/* Стили для -------- */
.tour-controls__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 150px;
}
.tour-controls__btns {
  display: flex;
  align-items: center;
}
.tour-controls__btns .btn {
  padding: 16px 24px;
  text-transform: none;
}
.tour-controls__btns .btn:not(:last-child) {
  margin-right: 24px;
}

/* ------- адаптация ------- */
@media screen and (max-width: 1200px) {
  .tour-controls__body {
    padding-left: 0px;
  }
}
@media screen and (max-width: 992px) {
  .tour-controls__btns {
    flex-direction: column;
  }
  .tour-controls__btns .btn {
    width: 100%;
  }
  .tour-controls__btns .btn:not(:last-child) {
    margin: 0 0 16px 0;
  }
}
@media screen and (max-width: 576px) {
  .tour-controls__body {
    padding: 0 24px;
    flex-direction: column;
    align-items: start;
  }
  .tour-controls__btns {
    margin-top: 48px;
    flex-direction: column;
  }
  .tour-controls__btns .btn {
    width: 100%;
  }
  .tour-controls__btns .btn:not(:last-child) {
    margin: 0 0 16px 0;
  }
}
/* ------- end ------- */
/* Стили для -------- */
/* ------- адаптация ------- */
/* ------- end ------- */
/* Стили для -------- */
/* ------- адаптация ------- */
/* ------- end ------- */
/* Стили для .text-about */
.text-about {
  overflow: hidden;
  padding: 120px 0 90px 0;
  position: relative;
}
.text-about:before {
  content: "";
  background: #999;
  position: absolute;
  width: 1px;
  left: calc((100% - 1264px) / 2 + 282px);
  z-index: -1;
  top: 0;
  height: 100px;
}
.text-about__body {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}
.text-about__first {
  position: relative;
  width: 100%;
  margin-bottom: 200px;
}
.text-about__left {
  max-width: 520px;
}
.text-about__title {
  margin-bottom: 32px;
}
.text-about__text {
  font-family: "Circe", Arial, sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #000;
  line-height: 150%;
}
@media (max-width: 992px) {
  .text-about__text {
    line-height: 134%;
  }
}
.text-about__desc {
  font-family: "Circe", Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #000;
  line-height: normal;
  font-style: italic;
  display: flex;
  align-items: center;
  margin-top: 54px;
}
@media (max-width: 992px) {
  .text-about__desc {
    line-height: 134%;
  }
}
.text-about__desc:before {
  font-size: 32px;
  color: #000;
  margin-right: 12px;
}
.text-about__second {
  position: relative;
}
.text-about__center {
  padding-left: 48px;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}
.text-about__center .text-about__text {
  margin-bottom: 80px;
}
.text-about__center:before {
  content: "";
  background: #999;
  position: absolute;
  width: 1px;
  left: 0;
  top: -20px;
  transform: translate(0, -100%);
  height: 150px;
}
.text-about__center:after {
  content: "";
  background: #999;
  position: absolute;
  width: 1px;
  left: 0;
  bottom: -20px;
  transform: translate(0, 100%);
  height: 70px;
}

.img-rose {
  position: absolute;
  left: 80%;
  top: 82%;
  transform: translate(-50%, -50%);
}

.img-croc {
  width: 420px;
  position: absolute;
  z-index: -1;
  left: 7%;
  top: 90%;
  transform: translate(-50%, -50%);
  opacity: 0.7;
}
.img-croc img {
  width: 100%;
}

/* ------- адаптация ------- */
@media screen and (max-width: 992px) {
  .img-rose {
    opacity: 0.5;
  }
}
@media screen and (max-width: 576px) {
  .text-about {
    padding: 90px 0 0px 0;
    position: relative;
  }
  .text-about:before {
    left: 136px;
    height: 60px;
  }
  .text-about__first {
    margin-bottom: 160px;
  }
  .text-about__left {
    padding: 0 24px;
  }
  .text-about__text {
    font-size: 16px;
  }
  .text-about__desc {
    font-size: 10px;
    margin-top: 24px;
  }
  .text-about__center {
    padding: 0 24px 24px 72px;
  }
  .text-about__center .text-about__title {
    margin-bottom: 64px;
  }
  .text-about__center .text-about__text {
    max-width: 220px;
    margin-bottom: 0px;
  }
  .text-about__center .text-about__desc {
    max-width: 220px;
  }
  .text-about__center:before {
    left: 120px;
    height: 82px;
  }
  .text-about__center:after {
    left: 54px;
    bottom: 0px;
    transform: translate(0, 0%);
    height: 240px;
  }
  .img-rose {
    width: 330px;
    opacity: 0.2;
    left: 75%;
    top: 75%;
  }
  .img-rose img {
    width: 100%;
  }
  .img-croc {
    width: 280px;
    left: 7%;
    top: 25%;
  }
}
/* ------- end ------- */
/* Стили для .articles-block */
.we + .articles-block {
  padding-top: 0 !important;
}

.articles-block {
  padding: 32px 0;
  margin: 0 auto;
}
.articles-block__head {
  max-width: 600px;
}
.articles-block__title {
  margin-bottom: 32px;
}
.articles-block__text {
  font-family: "Circe", Arial, sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #000;
  line-height: normal;
}
@media (max-width: 992px) {
  .articles-block__text {
    line-height: 134%;
  }
}
.articles-block__main-video {
  margin: 48px 0;
  position: relative;
  width: 100%;
  padding-bottom: 50%;
}
.articles-block__main-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.articles-block__videos {
  margin: 48px 0;
  position: relative;
}
.articles-block__videos:before {
  content: "";
  background: #999;
  position: absolute;
  width: 1px;
  right: 250px;
  z-index: -1;
  top: 100%;
  height: 120px;
}

.articles-list {
  margin: 40px -8px;
  display: flex;
  flex-wrap: wrap;
}
.articles-list__item {
  flex: 0 0 20%;
  padding: 8px;
  height: auto;
}

.article-news {
  border: 1px solid #d9d9d9;
  padding: 16px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.article-news__img {
  width: 120px;
  height: 60px;
  position: relative;
  margin-bottom: 8px;
}
.article-news__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left;
}
.article-news__title {
  font-family: "Circe", Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #000;
  line-height: normal;
}
@media (max-width: 992px) {
  .article-news__title {
    line-height: 134%;
  }
}

.videos-list__list {
  display: flex;
  flex-wrap: wrap;
  margin: -8px;
}
@media (max-width: 479px) {
  .videos-list__list {
    gap: 16px;
  }
}
@media (max-width: 992px) {
  .videos-list__list:not(.expanded) > div:nth-child(n+5) {
    display: none;
  }
}
.videos-list .btn {
  margin: 32px auto 0;
}
.videos-list .btn span:nth-child(2) {
  display: none;
}
.videos-list .btn.expanded span:nth-child(1) {
  display: none;
}
.videos-list .btn.expanded span:nth-child(2) {
  display: inline-block;
}
.videos-list__item {
  flex: 0 0 33.333%;
  padding: 8px;
}

.video-iframe {
  position: relative;
  width: 100%;
  padding-bottom: 56%;
}
.video-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ------- адаптация ------- */
@media screen and (max-width: 992px) {
  .articles-list__item {
    flex: 0 0 33.3333%;
  }
  .videos-list__item {
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 576px) {
  .articles-block__title {
    margin-bottom: 32px;
  }
  .articles-block__text {
    font-size: 16px;
  }
  .articles-block__main-video {
    margin: 32px -16px;
    width: auto;
    padding-bottom: 60%;
  }
  .articles-block__videos {
    margin: 32px 0;
  }
  .articles-block__videos:before {
    display: none;
  }
  .articles-list {
    margin: 28px -4px;
  }
  .articles-list__item {
    flex: 0 0 50%;
    padding: 4px;
  }
  .article-news__img {
    width: 100px;
    height: 50px;
  }
  .videos-list__list {
    margin: 0px;
  }
  .videos-list__item {
    flex: 0 0 100%;
    padding: 0px;
  }
  .videos-list__btns {
    margin-top: 24px;
  }
}
/* ------- end ------- */
/* Стили для .we */
.we {
  padding: 120px 0;
}
.we__body {
  display: flex;
  align-items: center;
}
.we__img {
  position: relative;
  flex: 1;
  padding-bottom: 30%;
}
.we__img:before {
  content: "";
  background: #999;
  position: absolute;
  width: 1px;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: -1;
  top: 100%;
  height: 90px;
}
.we__info {
  max-width: 500px;
  margin-left: 48px;
}
.we__title {
  margin-bottom: 32px;
}
.we__text {
  margin-bottom: 32px;
}
/* ------- адаптация ------- */
@media screen and (max-width: 992px) {
  .we {
    padding: 120px 0;
  }
  .we__body {
    flex-direction: column;
  }
  .we__img {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    order: 1;
  }
  .we__img:before {
    left: 80px;
    height: 70px;
  }
  .we__info {
    margin-left: 0px;
    display: flex;
    flex-direction: column;
  }
  .we__desc {
    order: -1;
    padding: 24px;
    border-left: 1px solid #999;
    margin: 24px;
  }
}
@media screen and (max-width: 576px) {
  .we {
    padding: 0 0 90px 0;
  }
  .we__desc {
    font-size: 10px;
  }
}
/* ------- end ------- */
/* Стили для .about-photo */
.about-photo {
  overflow: hidden;
}
.about-photo__head {
  max-width: 600px;
}
.about-photo__title {
  margin-bottom: 32px;
}
.about-photo__text {
  margin-bottom: 32px;
}
.about-photo__btn {
  display: flex;
  justify-content: center;
  margin: 32px 0;
}

.photo-grid {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
  padding: 24px;
}
.photo-grid__item {
  flex: 0 0 35%;
  padding: 10px;
  height: auto;
}
.photo-grid__item_big {
  flex: 0 0 65%;
}
.photo-grid__photo {
  display: block;
  height: 100%;
  position: relative;
  padding-bottom: 70%;
}

/* ------- адаптация ------- */
@media screen and (max-width: 576px) {
  .photo-grid {
    margin: -5px;
    padding: 0px;
  }
  .photo-grid__item {
    padding: 5px;
  }
}
/* ------- end ------- */
/* Стили для -------- */
.absolute-text {
  padding: 120px 0;
  overflow: hidden;
}
.absolute-text__body {
  width: 100%;
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}
.absolute-text__body:after, .absolute-text__body:before {
  content: "";
  background: #999;
  position: absolute;
  width: 1px;
  left: 132px;
  z-index: -1;
}
.absolute-text__body:before {
  height: 400px;
  top: -24px;
  transform: translate(0%, -100%);
}
.absolute-text__body:after {
  height: 400px;
  bottom: -48px;
  transform: translate(0%, 100%);
}
.absolute-text__title {
  margin-bottom: 32px;
}
.absolute-text__text {
  max-width: 520px;
  margin-bottom: 48px;
}
.absolute-text__desc {
  max-width: 320px;
}
.absolute-text__img {
  position: absolute;
  width: 100%;
  max-width: 390px;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.absolute-text__img img {
  width: 100%;
}

.gallery-text-img {
  left: 85%;
  top: 70%;
}

/* ------- адаптация ------- */
@media screen and (max-width: 992px) {
  .absolute-text-gallery .absolute-text__body {
    margin-bottom: 100px;
  }
  .gallery-text-img {
    left: 80%;
    top: 120%;
  }
}
@media screen and (max-width: 576px) {
  .absolute-text__body:after, .absolute-text__body:before {
    left: calc(50% - 144px);
  }
  .absolute-text__desc {
    font-size: 10px;
    max-width: 240px;
  }
  .absolute-text-gallery .absolute-text__body {
    margin-bottom: 100px;
  }
  .gallery-text-img {
    max-width: 230px;
    left: 50%;
    top: 140%;
  }
}
/* ------- end ------- */
/* Стили для -------- */
.gallery-list {
  padding: 32px 0;
}
.gallery-list__btns {
  display: flex;
  justify-content: center;
  margin: 32px 0;
}

/* ------- адаптация ------- */
/* ------- end ------- */
/* Стили для -------- */
.img-block {
  overflow: hidden;
}
/* ------- адаптация ------- */
/* ------- end ------- */
/* Стили для .img-list */
.img-list {
  padding: 0 10px;
  max-width: 1920px;
  display: flex;
  flex-wrap: wrap;
  margin: -10px auto;
}
.img-list__item {
  padding: 10px;
  flex: 0 0 25%;
}
.img-list__img {
  display: block;
  position: relative;
  padding-bottom: 75%;
}

/* ------- адаптация ------- */
@media screen and (max-width: 992px) {
  .img-list {
    padding: 0 10px;
    margin: -8px auto;
  }
  .img-list__item {
    padding: 8px;
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 576px) {
  .img-list {
    padding: 0 4px;
    margin: -4px auto;
  }
  .img-list__item {
    padding: 4px;
  }
}
/* ------- end ------- */
/* Стили для -------- */
/* ------- адаптация ------- */
/* ------- end ------- */
/* Стили для -------- */
/* ------- адаптация ------- */
/* ------- end ------- */
/* Уточняющие  на странице vip.html */
@media screen and (max-width: 576px) {
  .lion-head-img {
    transform: translate(-30%, -50%);
    max-width: 190px;
  }
}
/* Стили для -------- */
.services-list {
  display: flex;
  flex-wrap: wrap;
  margin: -20px;
}
.services-list__item {
  padding: 20px;
  flex: 0 0 25%;
  height: auto;
}

.service {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.service__top {
  position: relative;
}
.service__img {
  display: block;
  position: relative;
  padding-bottom: 160%;
}
.service__body {
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 auto;
}
.service__title {
  display: block;
  font-family: "Circe", Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #b36500;
  line-height: 140%;
}
@media (max-width: 992px) {
  .service__title {
    line-height: 134%;
  }
}
.service__btns {
  margin-top: 24px;
}
.service__btns .btn {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.service__btns .btn:first-child {
  margin-bottom: 16px;
}

/* ------- адаптация ------- */
@media screen and (max-width: 1200px) {
  .services-list {
    margin: -16px;
  }
  .services-list__item {
    padding: 16px;
    flex: 0 0 33.3333%;
  }
}
@media screen and (max-width: 992px) {
  .services-list__item {
    flex: 0 0 50%;
  }
  .service__body {
    padding: 24px;
  }
}
@media screen and (max-width: 576px) {
  .services-list {
    margin: -12px;
  }
  .services-list__item {
    padding: 12px;
    flex: 0 0 100%;
    max-width: 370px;
    margin: 0 auto;
  }
  .service__body {
    padding: 24px 16px;
  }
  .service__title {
    font-size: 16px;
  }
}
/* ------- end ------- */
/* Стили для .contacts-list */
.contact-item {
  margin-bottom: 24px;
}
.contact-item__title {
  font-family: "Circe", Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  line-height: normal;
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .contact-item__title {
    line-height: 134%;
  }
}
.contact-item__title a {
  color: #fff;
}
.contact-item__text {
  font-family: "Circe", Arial, sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #fff;
  line-height: normal;
}
@media (max-width: 992px) {
  .contact-item__text {
    line-height: 134%;
  }
}
.contact-item__text a {
  color: #fff;
}

/* ------- end ------- */
@media screen and (max-width: 576px) {
  .ofer-contacts:after {
    display: none;
  }
  .ofer-contacts .ofer__dop {
    display: none;
  }
}
/* Стили для .review-text */
.review-text-slider {
  position: relative;
}
.review-text-slider .button-prev,
.review-text-slider .button-next {
  width: 40px;
  height: 40px;
  background: #000;
  position: absolute;
  top: 50%;
  z-index: 2;
}
.review-text-slider .button-prev:before,
.review-text-slider .button-next:before {
  font-size: 14px;
  color: #fff;
}
.review-text-slider .button-prev {
  left: 22%;
  transform: translate(0%, -50%);
}
.review-text-slider .button-next {
  right: 22%;
  transform: translate(0%, -50%);
}

.review-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.review-text__img {
  width: 96px;
  height: 96px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #999;
  margin-bottom: 12px;
}
.review-text__name {
  font-family: "Circe", Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #000;
  line-height: normal;
  margin-bottom: 3px;
}
@media (max-width: 992px) {
  .review-text__name {
    line-height: 134%;
  }
}
.review-text__title {
  font-family: "Circe", Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #b36500;
  line-height: normal;
  margin-bottom: 3px;
}
@media (max-width: 992px) {
  .review-text__title {
    line-height: 134%;
  }
}
.review-text__text {
  font-family: "Circe", Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #000;
  line-height: normal;
  text-align: center;
}
@media (max-width: 992px) {
  .review-text__text {
    line-height: 134%;
  }
}
.review-text__text .more__link {
  display: block;
  margin: 0 auto;
  cursor: pointer;
  font-family: "Circe", Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #b36500;
  line-height: normal;
  transform: rotate(-90deg);
  transition: 0.3s;
}
@media (max-width: 992px) {
  .review-text__text .more__link {
    line-height: 134%;
  }
}
.review-text__text .more__link:before {
  font-size: 16px;
  color: #b36500;
}
.review-text__text.active .more__link {
  transform: rotate(90deg);
}
.review-text__link {
  margin-top: 12px;
  font-family: "Circe", Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #000;
  line-height: normal;
}
@media (max-width: 992px) {
  .review-text__link {
    line-height: 134%;
  }
}

/* ------- адаптация ------- */
@media screen and (max-width: 992px) {
  .review-text-slider__btns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
  }
  .review-text-slider .button-prev,
  .review-text-slider .button-next {
    position: static;
  }
  .review-text-slider .button-prev {
    margin-right: 8px;
    transform: translate(0%, 0%);
  }
  .review-text-slider .button-next {
    margin-left: 8px;
    transform: translate(0%, 0%);
  }
}
/* ------- end ------- */