@charset "UTF-8";
/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /*    overflow: auto;*/
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

/*--------------------*/
@font-face {
  font-family: "Montserrat";
  src: url(../../../../../../../../themes/travel-journal/assets/fonts/Montserrat-Thin.woff2) format("woff2"), url(../../../../../../../../themes/travel-journal/assets/fonts/Montserrat-Thin.woff) format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url(../../../../../../../../themes/travel-journal/assets/fonts/Montserrat-ExtraLight.woff2) format("woff2"), url(../../../../../../../../themes/travel-journal/assets/fonts/Montserrat-ExtraLight.woff) format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url(../../../../../../../../themes/travel-journal/assets/fonts/Montserrat-Light.woff2) format("woff2"), url(../../../../../../../../themes/travel-journal/assets/fonts/Montserrat-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url(../../../../../../../../themes/travel-journal/assets/fonts/Montserrat-Regular.woff2) format("woff2"), url(../../../../../../../../themes/travel-journal/assets/fonts/Montserrat-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url(../../../../../../../../themes/travel-journal/assets/fonts/Montserrat-Medium.woff2) format("woff2"), url(../../../../../../../../themes/travel-journal/assets/fonts/Montserrat-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url(../../../../../../../../themes/travel-journal/assets/fonts/Montserrat-Bold.woff2) format("woff2"), url(../../../../../../../../themes/travel-journal/assets/fonts/Montserrat-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* Общие стили и классы*/
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  width: 100%;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  line-height: 130%;
}
body.lock {
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none;
}

.img-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
}

.wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}
.wrapper > .main {
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}

.more__link {
  font-weight: 700;
  cursor: pointer;
}

/* Кнопки/Ссылки */
.btn {
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  box-shadow: none;
  box-sizing: none;
  display: inline-block;
  transition: 0.3s;
}
.btn_start {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  line-height: 140%;
  text-transform: uppercase;
  padding: 15px 35px;
  background: #0c95d4;
  border-radius: 5px;
  text-align: center;
}
.btn_grey {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #000;
  line-height: 140%;
  text-transform: uppercase;
  padding: 15px 35px;
  background: #e9e9e9;
  border-radius: 5px;
  text-align: center;
}
.btn_grey:hover {
  color: #fff;
  background: #000000;
}
.btn:hover {
  background: #000000;
}

.arrow-down {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  opacity: 0.7;
  transition: 0.3s;
}
.arrow-down:before {
  font-size: 32px;
  color: #fff;
}
.arrow-down:hover {
  cursor: pointer;
  opacity: 1;
}

/* Загрузка */
.sending-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  background: rgba(0, 0, 0, 0.3);
}
.sending-main img {
  width: 150px;
}
.sending-main.active {
  opacity: 1;
  visibility: visible;
}

/* Хлебные крошки */
/* Елементы формы */
/* -input */
.input-custom {
  margin: 20px 0;
}
.input-custom label {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  line-height: 140%;
  margin: 0 0 7px 0;
}
.input-custom input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 12px 16px;
  width: 100%;
  display: block;
  background: #fafafa;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  line-height: 140%;
}
.input-custom input:focus {
  border: 1px solid #cfcfcf;
}
.input-custom__error {
  display: none;
  margin: 5px 0 0 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #e52d2e;
  line-height: 140%;
  display: flex;
  align-items: center;
}
.input-custom__error:before {
  font-size: 14px;
  margin-right: 7px;
}
.input-custom.error input {
  border: 1px solid #e52d2e;
}
.input-custom.error textarea {
  border: 1px solid #e52d2e;
}
.input-custom.error .input-custom__error {
  display: block;
}
.input-custom textarea {
  padding: 12px 16px;
  width: 100%;
  display: block;
  background: #fafafa;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  line-height: 140%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  height: 100px;
}
.input-custom textarea:focus {
  border: 1px solid #cfcfcf;
}

/* -select */
.select-custom {
  margin: 20px 0;
}
.select-custom label {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  line-height: 140%;
  margin: 0 0 7px 0;
}
.select-custom__box {
  position: relative;
}
.select-custom__arrow {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  pointer-events: none;
}
.select-custom select {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 12px 16px;
  width: 100%;
  display: block;
  background: #fafafa;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  line-height: 140%;
}
.select-custom select:focus {
  border: 1px solid #cfcfcf;
}

/* .select-custom {
   .choices__inner {
      cursor: pointer;
      @include fontMain(500, 140%, 14px, #000);
      padding: 5px 30px 5px 0px;
      border: none;
      background: none;
   }

   .choices[data-type*="select-one"]:after {
      background: url(../../../../../../../../themes/travel-journal/assets/icon/arrow-d.svg) center no-repeat;
      border: none;
      width: 12px;
      height: 8px;
      margin: 0;
      right: 14px;
      margin-top: -3px;
      transition: 0.3s;
   }

   .choices__list--single {
      padding: 4px 40px 4px 4px;
   }
   .choices[data-type*="select-one"] .choices__inner {
      padding: 0;
   }

   .choices[data-type*="select-one"].is-open:after {
      border: none;
      transform: rotate(180deg);
      margin-top: -2px;
   }

   .select .choices__inner {
      background: #fff;
      border-radius: 20px;
      border: none;
   }

   .select .choices__list.choices__list--single {
      padding: 12px 12px 12px 12px;
   }

   .choices__item.choices__placeholder.choices__item--selectable {
      @include fontMain(500, 40px, 14px, #000);
      opacity: 1;
      // text-align: right;
   }

   .choices__list.choices__list--dropdown {
      margin-top: 10px;
      background: #ffffff;
      border: 1px solid #e9e9e9;
      box-shadow: 0px 4px 12px rgba(81, 81, 81, 0.25);
      border-radius: 6px;
      width: auto;
   }

   .choices__list--dropdown .choices__list {
      // width: auto;
      // max-width: 300px;
   }

   .choices__item.choices__item--choice.choices__placeholder.choices__item--selectable {
      text-align: left;
      @include fontMain(400, 140%, 16px, #000);
      color: #000;
      text-transform: none;
      width: 100%;
      white-space: nowrap;
   }
   .choices__list--dropdown .choices__item--selectable {
      padding: 14px 16px;
   }

   .choices__item.choices__item--choice.choices__placeholder.choices__item--selectable:after {
      display: none;
   }

   &.select-right {
      .choices__list.choices__list--dropdown {
         right: 0;
      }
   }
} */
/* -checkbox */
.input-checkbox {
  margin: 10px 0;
}
.input-checkbox input {
  display: none;
}
.input-checkbox label {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  line-height: 140%;
}
.input-checkbox label:before {
  content: "";
  display: block;
  background: #f6f6f6;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  margin: 0 12px 0 0;
}
.input-checkbox input:checked + label:before {
  border-color: #0c95d4;
  background: #0c95d4 url(../../../../../../../../themes/travel-journal/assets/icon/check.svg) no-repeat center;
}

.input-radio {
  margin: 10px 0;
}
.input-radio input {
  display: none;
}
.input-radio label {
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  line-height: 140%;
  position: relative;
  padding: 3px 0 0 30px;
}
.input-radio label:before {
  content: "";
  display: block;
  background: #f6f6f6;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  width: 24px;
  height: 24px;
  flex: 0 0 20px;
  margin: 0 12px 0 0;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.input-radio label:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 16px;
  height: 16px;
  background: #000;
  border-radius: 50%;
  transition: 0.3s;
  transform: scale(0);
}
.input-radio input:checked + label:after {
  transform: scale(1);
}

/* Основные заголовки и текста */
@media screen and (max-width: 576px) {
  .container {
    padding: 0 16px;
  }
}
.popup-link {
  cursor: pointer;
}

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 15;
  background: rgba(0, 0, 0, 0.3);
  max-height: 100%;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
}
.popup.active {
  opacity: 1;
  visibility: visible;
}
.popup__wraper {
  width: 100%;
  position: relative;
  margin: auto;
  padding: 30px 15px;
  max-width: 450px;
}
.popup__body {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 20px;
  box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  transform: scale(0);
  transition: 0.5s;
  display: flex;
  flex-direction: column;
}
.popup.active .popup__body {
  transform: scale(1);
}
.popup__close {
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 3;
  top: 0px;
  right: 0px;
}
.popup__close:after {
  content: "✖";
  font-size: 24px;
}

.popup-list__item {
  margin-bottom: 20px;
}
.popup-list__item:last-child {
  margin-bottom: 0;
}
.popup-list__text {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

.popup-right {
  z-index: 120;
}
.popup-right .popup__wraper {
  padding: 0;
  margin-right: 0;
  min-height: 100%;
  max-width: 320px;
}
.popup-right .popup__body {
  min-height: 100%;
  border-radius: 0px;
  transform: translate(100%, 0) scale(1);
}
.popup-right.active .popup__body {
  transform: translate(0%, 0) scale(1);
}

.btn__menu {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 20px;
  border: 2px solid #ffffff;
  color: #ffffff;
  border-radius: 7px;
}

.logo {
  font-size: 18px;
  color: #0c95d4;
  font-weight: 700;
  text-transform: uppercase;
}

.network a {
  margin-right: 5px;
}
.network a:last-child {
  margin-right: 0;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 70px;
}

.header-right {
  display: flex;
  align-items: center;
}

.header-right__network {
  padding-right: 15px;
}

.black-header-btn__menu {
  color: #000;
  border: 2px solid #000;
}

.header-border {
  border-bottom: 1px solid #c1c1c1;
}

@media screen and (max-width: 576px) {
  .btn__menu {
    font-size: 12px;
    padding: 12px 8px;
  }
}
.footer {
  border-top: 1px solid #c1c1c1;
}
.footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 70px 15px;
}
.page__content {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  top: 50%;
  transform: translate(0, -50%);
  color: #fff;
}
.page__subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 32px;
  color: #fff;
  line-height: normal;
  text-transform: uppercase;
}
.page__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 100px;
  color: #fff;
  line-height: 100%;
  text-transform: uppercase;
  max-width: 300px;
  margin-bottom: 50px;
}
.page__btn {
  max-width: 142px;
  pointer-events: fill;
}

@media (max-width: 1070px) {
  .page__content {
    text-align: center;
    align-items: center;
  }
  .page__title {
    max-width: 100%;
  }
}
@media (max-width: 800px) {
  .page__img {
    -o-object-position: 70% 0;
       object-position: 70% 0;
  }
}
@media (max-width: 600px) {
  .page__subtitle {
    font-size: 24px;
  }
  .page__title {
    font-size: 60px;
  }
}
@media (max-width: 440px) {
  .header__logo {
    max-width: 10px;
  }
}
@media (max-width: 380px) {
  .page__subtitle {
    font-size: 20px;
  }
  .page__title {
    font-size: 50px;
  }
  .header__logo {
    font-size: 14px;
  }
}
.image-slide {
  position: relative;
}
.image-slide__image {
  width: 100%;
  height: 100vh;
  position: relative;
}
.image-slide__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: rgba(0, 0, 0, 0.3);
}
.image-slide__image img {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.image-slider .swiper-pagination {
  margin: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
}

.image-slider .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  line-height: 20px;
  font-size: 14px;
  background-color: #fff;
}

/* Стили для .list-catalog */
.list-catalog {
  background: #fff;
  position: relative;
  z-index: 3;
}
.list-catalog__big-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 48px;
  color: #000000;
  line-height: normal;
  margin: 48px 0;
  text-align: center;
}
.list-catalog__row {
  margin: 56px 0;
}
.list-catalog__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 48px;
  color: #0c95d4;
  line-height: normal;
  text-align: center;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.list-catalog__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: -12px;
}
.list-catalog__item {
  padding: 12px;
  flex: 0 0 33.33333%;
}

.cat__img {
  position: relative;
  width: 100%;
  padding-bottom: 70%;
  display: block;
  margin-bottom: 16px;
}
.cat__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #000;
  line-height: normal;
  text-decoration: underline;
  text-align: center;
  display: block;
  transition: 0.2s;
}
.cat__title:hover {
  color: #0c95d4;
}

/* ------- адаптация ------- */
@media screen and (max-width: 992px) {
  .list-catalog__row {
    margin: 48px 0;
  }
  .list-catalog__item {
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 576px) {
  .list-catalog__big-title {
    font-size: 24px;
    margin: 32px 0;
  }
  .list-catalog__row {
    margin: 32px 0;
  }
  .list-catalog__title {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .list-catalog__item {
    flex: 0 0 100%;
  }
  .cat__title {
    font-size: 16px;
  }
}
/* ------- end ------- */
.page-country {
  padding-top: 100px;
  background: var(--wpr-bg-1a2f2a26-a0c6-42b5-9c48-7cb6c29c2cda) 0 0/auto auto;
}
.page-country .container {
  max-width: 770px;
}

.info__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #000;
  line-height: 100%;
  margin: 0 0 24px 0;
}
.info__text {
  margin: 16px 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  line-height: normal;
}

.post-list__item {
  margin-bottom: 32px;
}

.post__card {
  background: #fff;
}
.post__control {
  margin: 16px 0;
  padding: 0 16px;
}
.post__coment {
  padding: 0 16px;
}

.card {
  padding: 40px 32px 32px 32px;
  border-radius: 24px;
  border: 2px solid #d8d8d8;
}
.card__head {
  justify-content: space-between;
  margin-bottom: 24px;
}
.card__name {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #000;
  line-height: normal;
  text-transform: uppercase;
  width: 100%;
  display: block;
  margin-bottom: 8px;
}
.card__country {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #0c95d4;
  line-height: normal;
  width: 100%;
}
.card__data {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #999;
  line-height: normal;
  width: 100%;
}
.card__text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  line-height: normal;
}
.photos {
  overflow: hidden;
  border-radius: 16px;
  display: grid;
  gap: 6px;
  margin-top: 24px;
}
.photos_start {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.photos_start .photos__item {
  grid-column-start: span 2;
}
.photos_start .photos__item:nth-child(1), .photos_start .photos__item:nth-child(2) {
  grid-column-start: span 3;
}
.photos_one {
  grid-template-columns: 1fr;
}
.photos_two {
  grid-template-columns: 1fr 1fr;
}
.photos_three {
  grid-template-columns: 1fr 1fr;
}
.photos_three .photos__item:nth-child(1) {
  grid-column-start: span 2;
}
.photos_four {
  grid-template-columns: 1fr 1fr;
}
.photos__item:nth-child(n+6) {
  display: none;
}
.photos__img {
  display: block;
  position: relative;
  padding-bottom: 70%;
}
.photos__img iframe,
.photos__img video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.photos__img iframe {
  pointer-events: none;
}
.photos__video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--wpr-bg-1f836dbc-3778-47bb-8c10-be474881b74b) center no-repeat rgba(0, 0, 0, 0.3);
  z-index: 2;
  pointer-events: none;
}
.photos__hide {
  display: none;
}
.photos-more {
  position: relative;
}
.photos-more__namber {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #fff;
  line-height: normal;
  background: rgba(0, 0, 0, 0.7);
  z-index: 3;
}

.control {
  display: flex;
  align-items: center;
}
.control__item {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  line-height: normal;
  transition: 0.3s;
}
.control__item:before {
  font-size: 28px;
  color: #000;
  margin-right: 6px;
  transition: 0.3s;
}
.control__item.active {
  color: #0c95d4;
}
.control__item.active:before {
  color: #0c95d4;
}
.control__item:not(:last-child) {
  margin-right: 12px;
}

@media (hover: hover) {
  .control__item:hover {
    cursor: pointer;
    color: #0c95d4;
  }
  .control__item:hover:before {
    color: #0c95d4;
  }
}
.coment-item {
  margin-bottom: 16px;
}
.coment-item__name {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #000;
  line-height: normal;
  margin-bottom: 4px;
}
.coment-item__text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  line-height: normal;
}

.coment-read {
  cursor: pointer;
  background: #fff;
  position: relative;
  padding: 18px 24px;
  width: 100%;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  line-height: 140%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.coment-read:before {
  margin-left: 16px;
  font-size: 28px;
  color: #0c95d4;
  order: 2;
}
.coment-read:hover {
  border: 1px solid #cfcfcf;
}

.coment-sent {
  background: #fff;
  position: relative;
}
.coment-sent__input input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 18px 24px;
  width: 100%;
  display: block;
  background: none;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  line-height: 140%;
}
.coment-sent__input input:focus {
  border: 1px solid #cfcfcf;
}
.coment-sent__btn {
  width: 60px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  background: none;
  border-radius: 4px;
}
.coment-sent__btn:before {
  font-size: 28px;
  color: #0c95d4;
}

.country-list {
  position: relative;
}
.country-list__open {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.country-list__ul {
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 110%;
  right: 0;
  min-width: 100%;
  border-radius: 8px;
  max-height: 300px;
  overflow: auto;
  border: 1px solid #d8d8d8;
  opacity: 0;
  transform: translate(0, -10%);
  transition: 0.3s;
  visibility: hidden;
}
.country-list__ul.active {
  opacity: 1;
  transform: translate(0, 0%);
  visibility: visible;
}
.country-list__ul li {
  width: 100%;
}
.country-list__ul li a {
  padding: 8px 12px;
  display: block;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #000;
  line-height: normal;
  text-align: center;
}
.country-list__ul li a:hover {
  background: #f2f2f2;
}

@media screen and (max-width: 576px) {
  .info__title {
    font-size: 24px;
    margin: 0 0 18px 0;
  }
  .info__text {
    margin: 14px 0;
    font-size: 14px;
  }
  .card {
    padding: 24px 16px 16px 16px;
    border-radius: 14px;
  }
  .card__head {
    margin-bottom: 16px;
    flex-direction: column;
    align-items: start;
  }
  .card__name {
    font-size: 18px;
  }
  .card__country {
    font-size: 14px;
  }
  .card__data {
    font-size: 14px;
  }
  .card__text {
    font-size: 14px;
  }
  .control__item {
    font-size: 14px;
  }
  .control__item:before {
    font-size: 24px;
  }
  .coment-item {
    margin-bottom: 12px;
  }
  .coment-item__name {
    font-size: 14px;
  }
  .coment-item__text {
    font-size: 12px;
  }
  .coment-read {
    padding: 14px 16px;
    font-size: 14px;
  }
  .coment-read:before {
    font-size: 24px;
  }
  .coment-sent {
    position: relative;
  }
  .coment-sent__input input {
    padding: 14px 16px;
    font-size: 14px;
  }
  .coment-sent__btn {
    width: 40px;
  }
  .coment-sent__btn:before {
    font-size: 24px;
  }
  .photos {
    border-radius: 8px;
    gap: 2px;
    margin-top: 18px;
  }
  .photos-more__namber {
    font-size: 24px;
  }
}
.filter {
  margin: 32px 0;
}
.filter__row {
  display: flex;
  justify-content: space-between;
}
.filter__row .filter-item {
  flex: 0 0 32%;
}
.filter__btns {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
}
.filter__btns .btn {
  padding: 12px;
  font-size: 12px;
  width: 100%;
}
.filter__btns .btn:first-child {
  margin-right: 12px;
}

.filter-item {
  position: relative;
}
.filter-item__open {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #000;
  line-height: normal;
  background: #fff;
  padding: 12px;
  width: 100%;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.filter-item__open:before {
  order: 2;
  transition: 0.3s;
}
.filter-item__open.active:before {
  transform: rotate(135deg);
}
.filter-item__content {
  position: absolute;
  bottom: 0px;
  width: 100%;
  transform: translate(0, 100%);
  z-index: 3;
  max-height: 0px;
  transition: 0.3s;
  overflow: hidden;
}
.filter-item__body {
  margin-top: 12px;
  padding: 8px 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  line-height: normal;
  background: #fff;
  width: 100%;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  max-height: 300px;
  overflow: auto;
}

@media screen and (max-width: 768px) {
  .filter {
    margin: 32px 0;
  }
  .filter__row {
    flex-direction: column;
  }
  .filter__row .filter-item:not(:last-child) {
    margin-bottom: 4px;
  }
  .filter-item__content {
    position: static;
    transform: translate(0, 0%);
  }
  .filter-item__body {
    margin-top: 4px;
  }
}
@media screen and (max-width: 576px) {
  .filter {
    margin: 24px 0;
  }
  .filter__btns {
    flex-direction: column;
  }
  .filter__btns .btn:first-child {
    margin: 0 0 6px 0;
  }
}