html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}

blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

/* manrope-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  src: url("../../fonts/manrope-v15-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/playfair-display-v39-cyrillic_latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-600 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 600;
  src: url('../../fonts/playfair-display-v39-cyrillic_latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

:root {
  --font-family: "Manrope", sans-serif;
  --second-family: "Playfair Display", sans-serif;
}

body {
  font-family: var(--font-family);
}

.site h1,
.site h2,
.site h3,
.site h4,
.site h5,
.site h6,
.site p,
.site span,
.site a,
.site li,
.site strong,
.site em,
.site b,
.site blockquote,
.site th,
.site td,
.site label,
.site button {
  font-family: var(--second-family) !important;
}

.wrapper {
  max-width: 1300px;
  margin: 0 auto;
}

.swiper-hero {
  overflow-x: hidden;
  position: relative;
}

.swiper-hero .swiper-slide {
  min-height: calc(100vh - 168.69px);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 80px;
  flex-direction: column;
}

@media screen and (max-width: 970px) {
  .swiper-hero .swiper-slide {
    min-height: calc(100vh - 69.1px);
  }
}

.hero-tags {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 19px;
}

.hero-tags p {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

.swiper-hero .swiper-slide h2 {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 33px;
  line-height: 115%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
  max-width: 1076px;
}

.swiper-pagination-bullet {
  background: rgba(217, 217, 217, 0.6) !important;
}

.swiper-pagination-bullet-active {
  background: #fff !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 40px !important;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 7px !important;
}

.hero {
  margin-bottom: 80px;
}

.interviews {
  padding: 0 20px;
  margin-bottom: 80px;
}

.interviews-item > :first-child {
  min-height: 300px;
}

.interviews-cont {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.h2 {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 33px;
  line-height: 115%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  text-align: center;
  color: #121212;
  margin-bottom: 50px;
}

.interviews-item-tags {
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.interviews-item-tags p {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  text-align: center;
  color: #121212;
}

.interviews-item h3 {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 115%;
  letter-spacing: -0.02em;
  color: #121212;
}

.digital-cover {
  margin: 0 20px;
  margin-bottom: 80px;
}

.digital-cover img {
  width: 100%;           /* по умолчанию — для мобильных */
}

@media (min-width: 768px) {
  .digital-cover img {
    width: 70%;          /* для десктопов и планшетов */
    margin: 0 auto;
  }
}

.alina-dyachenko {
  background: #ececec;
  padding: 80px 0;
  margin-bottom: 80px;
}

.alina-dyachenko-cont {
  display: flex;
  align-items: center;
  gap: 80px;
  justify-content: center;
  padding: 0 20px;
}

.alina-dyachenko-cont > :first-child {
  flex: 1;
}

.alina-dyachenko-cont > :last-child {
  flex: 2.8;
}

.alina-dyachenko-cont img {
  width: 100%;
}

.alina-dyachenko-cont > :last-child h4 {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 28px;
  line-height: 115%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  text-align: center;
  color: #121212;
  margin-bottom: 15px;
}

.alina-dyachenko-cont > :last-child h5 {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  text-align: center;
  color: #121212;
  margin-bottom: 34px;
}

.alina-dyachenko-cont > :last-child p {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 145%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #121212;
  margin-bottom: 40px;
}

.alina-dyachenko-cont > :last-child a {
  border: 1.5px solid #121212;
  border-radius: 34px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #121212;
  text-decoration: none;
  padding: 11px 58px;
}

.alina-dyachenko-cont > :last-child {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.center-form-cont p {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 145%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #121212;
  margin-bottom: 53px;
}

.center-form-cont form {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}

.center-form-cont label {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #121212;
}

.center-form-cont input {
  border-bottom: 1.5px solid #121212;
  border-top: none;
  border-right: none;
  border-left: none;
  padding: 7px 0;
  outline: none;
  min-width: 490px;
}

.center-form-cont input,
.center-form-cont input::placeholder {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #747474;
}

.center-form {
  margin-bottom: 80px;
}

.center-form-cont button {
  border: 1.5px solid #121212;
  border-radius: 34px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #121212;
  background: none;
  padding: 12px 49px;
  margin-bottom: 9px;
}

.travel-content {
  padding: 0 20px;
}

.sidebar-cont-item div {
  min-height: 225px;
  margin-bottom: 20px;
  aspect-ratio: 16 / 9;
}

.sidebar-cont-item {
  margin-bottom: 30px;
}

.sidebar-cont-item p {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 115%;
  letter-spacing: -0.02em;
  color: #121212;
}

.travel-content-container {
  display: flex;
  gap: 112px;
}

.travel-content-container > :first-child {
  flex: 2;
}

.travel-content-container > :last-child {
  flex: 1;
}

.sidebar h2 {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 26px;
  line-height: 115%;
  letter-spacing: -0.02em;
  color: #121212;
  margin-bottom: 50px;
  text-align: left;
}

.travel-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

.travel-top h3 {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 33px;
  line-height: 115%;
  letter-spacing: -0.02em;
  color: #121212;
  text-transform: uppercase;
}

.travel-top a {
  border: 1.5px solid #747474;
  border-radius: 34px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #747474;
  text-decoration: none;
  padding: 12px 43px;
}

.travel-item > :nth-child(2) {
  margin-bottom: 30px;
  aspect-ratio: 16 / 9;
}

.travel-tags {
  display: flex;
  align-items: center;
  gap: 25px;
  justify-content: center;
  margin-bottom: 20px;
}

.travel-tags p {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  text-align: center;
  color: #121212;
}

.flex-12 h4 {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 33px;
  line-height: 115%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #121212;
  margin-bottom: 30px;
}

.flex-12 p {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 145%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #747474;
}

.flex-12 {
  margin-bottom: 73px;
}

.travel-cards-item a {
  display: flex;
  gap: 61px;
  text-decoration: none;
}

.travel-cards-item a > :first-child {
  flex: 1.2;
  min-height: 225px;
  aspect-ratio: 4 / 3;
}

.travel-cards-item a > :last-child {
  flex: 1;
}

.flex-13 > :first-child {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.flex-13 > :first-child p {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  text-align: center;
  color: #121212;
}

.flex-13 h6 {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 115%;
  letter-spacing: -0.02em;
  color: #121212;
  margin-bottom: 30px;
}

.p-12 {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  letter-spacing: -0.02em;
  color: #747474;
}

.flex-23 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.travel-cards > :not(:last-child) {
  margin-bottom: 60px;
}




.travel-content-container > :last-child {
    position: relative;
    display: flex;
    align-items: flex-end;
}

.more {
  display: flex;
  justify-content: center;
}

.more button {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #121212;
  border: 1.5px solid #121212;
  border-radius: 34px;
  padding: 11px 48px;
  background: none;
}

.travel-content {
  margin-bottom: 80px;
}

.ig-cont > :first-child {
  display: flex;
  justify-content: center;
  gap: 40px;
  align-items: center;
  margin-bottom: 70px;
}

.ig-cont > :first-child h2 {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 33px;
  line-height: 115%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #121212;
}

.ig {
  background: #ececec;
  padding: 80px 20px;
}

.ig-cont > :first-child a {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #747474;
  border: 1.5px solid #747474;
  border-radius: 34px;
  text-decoration: none;
  padding: 10px 47px;
  white-space: nowrap;
}

.ig-cont-grid img {
  width: 100%;
}

.ig-cont-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.f-1 {
  background: #121212;
  padding-top: 80px;
}

.f-1 > :first-child {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  padding: 0 20px;
}

.f-1 > :nth-child(2) {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin-bottom: 79px;
  padding: 0 20px;
}

footer nav ul {
  display: flex;
  justify-content: center;
  gap: 21px;
  justify-content: space-between;
  padding: 40px 20px;
}

footer nav {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

footer nav ul a {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
  text-decoration: none;
}

.f-2 {
  background: #121212;
  padding: 40px 20px 40px 20px;
}

.f-2 h6 {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 33px;
  line-height: 115%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

.cop {
  padding: 40px 0;
  background: #050505;
  border-top: 1px solid #d9d9d9;
}

.cop p {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
}

#masthead {
  background: #121212;
  padding-top: 34px;
}

#masthead > :first-child {
  display: flex;
  justify-content: space-between;
  padding: 0 80px;
  margin-bottom: 25px;
  align-items: center;
}

#masthead nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding-bottom: 34px;
}

#masthead nav ul a {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: #fff;
  text-decoration: none;
}

.swiper-interviews-cont,
.arr-cont {
  display: none;
}

.digital-cover-mob {
  display: none;
}

.flex-12-1 {
  display: flex;
  align-items: center;
  gap: 20px;
}

.swiper-sidebar-cont,
.travel-mob {
  display: none;
}

@media screen and (max-width: 970px) {
  .desk-menu {
    display: none;
  }

  #masthead > :first-child {
    padding: 0;
    margin-bottom: 0;
    align-items: center;
  }

  #masthead {
    background: #121212;
    padding: 20px;
  }

  .logo-12 img {
    max-width: 146px;
  }

  .hero-tags p {
    font-size: 14px;
  }

  .swiper-hero .swiper-slide h2 {
    font-size: 36px;
    line-height: 105%;
  }

  .h2 {
    font-size: 30px;
    margin-bottom: 0;
  }

  .interviews-cont {
    display: none;
  }

  .swiper-interviews-cont {
    display: block;
    overflow: hidden;
  }

  .arr-cont {
    display: flex;
    gap: 5px;
  }

  .flex-3333 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }

  .interviews-item-tags {
    margin-top: 24px;
    margin-bottom: 20px;
    gap: 10px;
    justify-content: center;
  }

  .interviews-item-tags p {
    font-size: 12px;
  }

  .interviews-item h3 {
    text-align: center;
    font-size: 20px;
  }

  .interviews {
    margin-bottom: 79px;
  }

  .digital-cover-mob {
    display: block;
    margin-top: 34px;
  }

  .digital-cover-desk {
    display: none;
  }

  .hero {
    margin-bottom: 65px;
  }

  .alina-dyachenko-cont {
    flex-direction: column;
    padding: 0;
  }

  .alina-dyachenko {
    padding-top: 0;
    padding-bottom: 48px;
  }

  .alina-dyachenko-cont > :last-child h4 {
    font-size: 30px;
    margin-bottom: 9px;
    padding: 0 20px;
  }

  .alina-dyachenko-cont > :last-child h5 {
    font-size: 14px;
    padding: 0 20px;
  }

  .alina-dyachenko-cont > :last-child p {
    font-size: 16px;
    margin-bottom: 35px;
    padding: 0 20px;
  }

  .alina-dyachenko-cont > :last-child a {
    font-size: 14px;
  }

  .center-form-cont form {
    flex-direction: column;
    gap: 40px;
  }

  .flex-12-1 {
    gap: 15px;
  }

  .center-form-cont label {
    font-size: 16px;
  }

  .center-form-cont input,
  .center-form-cont input::placeholder {
    font-size: 16px;
  }

  .center-form-cont button {
    font-size: 14px;
  }

  .travel-content-container {
    flex-direction: column-reverse;
  }

  .swiper-sidebar-cont {
    overflow: hidden;
    display: block;
  }

  .sidebar-cont {
    display: none;
  }

  .sidebar-cont-item p {
    font-size: 20px;
    text-align: center;
  }

  .sidebar-cont-item div {
    margin-bottom: 18px;
  }

  .sidebar-cont-item {
    margin-bottom: 0px;
  }

  .travel-content-container {
    gap: 68px;
  }

  .travel-mob {
    display: block;
  }

  .travel-desk {
    display: none;
  }

  .travel-item > :nth-child(2) {
    display: flex;
    align-items: flex-end;
    padding: 20px 30px;
  }

  .travel-tags p {
    font-size: 12px;
    color: #fff;
  }

  .travel-tags {
    gap: 31px;
    margin-bottom: 14px;
  }

  .flex-12 h4 {
    font-size: 26px;
    color: #fff;
    margin-bottom: 12px;
  }

  .flex-12 p {
    font-size: 16px;
    color: #fff;
  }

  .flex-12 {
    margin-bottom: 0;
  }

  .travel-cards-item a {
    flex-direction: column;
  }

  .travel-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .center-form-cont p {
    font-size: 16px;
  }

  .interviews-item h3 {
    margin-top: 18px;
  }

 

  .interviews-item > :first-child {
    min-height: 390px;
  }

  .travel-cards-item a > :first-child {
    aspect-ratio: auto;
  }

  .travel-cards-item a > :first-child {
    min-height: 165px;
  }

  .travel-cards-item a {
    margin-bottom: 0;
    gap: 12px;
    text-decoration: none;
  }

  .flex-13 > :first-child p {
    font-size: 10px;
  }

  .flex-13 > :first-child {
    gap: 10px;
  }

  .flex-13 h6 {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .p-12 {
    font-size: 14px;
  }

  .travel-cards > :not(:last-child) {
    margin-bottom: 30px;
  }

  .travel-item {
    margin-bottom: 38px;
  }

  .travel-content {
    margin-bottom: 82px;
  }

  .ig-cont > :first-child {
    flex-direction: column;
    gap: 24px;
  }

  .ig-cont > :first-child h2 {
    font-size: 30px;
    text-align: center;
  }

  footer nav ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .ig-cont > :first-child {
    margin-bottom: 40px;
  }

  .ig-cont-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .ig {
    padding: 64px 20px;
  }

  .f-1 > :first-child img {
    max-width: 278px;
  }

  .f-1 > :nth-child(2) {
    margin-bottom: 40px;
  }

  .center-form-cont input {
    min-width: 255px;
    width: 100%;
  }

  .f-2 h6 {
    font-size: 30px;
  }

  .cop p {
    font-size: 16px;
  }
  footer nav ul a {
    font-size: 16px;
  }

  .travel-top a {
    display: none;
  }

  .sidebar h2 {
    font-size: 30px;
    margin-bottom: 0;
  }

  .travel-top h3 {
    font-size: 30px;
  }

  .travel-top {
    margin-bottom: 21px;
  }
}

.simple-popup {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.simple-popup.active {
  display: block;
}

.simple-popup-content {
  background: #050505;
  padding: 60px;
  width: 80%;
  max-width: 500px;
  position: relative;
  height: 100vh;
  display: flex;
  flex-direction: column;
}

.mob-ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  margin-top: 60px;
  padding-bottom: 55px;
  margin-bottom: 34px;
  border-bottom: 1.5px solid #d9d9d9;
}

.mob-ul a {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 32px;
  line-height: 115%;
  letter-spacing: -0.02em;
  color: #fff;
}

.mob-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mob-flex > :first-child {
  display: flex;
  align-items: center;
  gap: 24px;
}

.mob-flex > :first-child img,
.burger img,
img[alt="Search"],
.img-mob-2 img {
  width: 25px;
  height: 25px;
}

.mob-flex > :last-child {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #d9d9d9;
  border: 1.5px solid #d9d9d9;
  border-radius: 34px;
  padding: 11px 34px;
  text-decoration: none;
}

.mob-li {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.mo-mob {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

.mob-li a {
  font-weight: 500;
  font-size: 18px;
  line-height: 115%;
  letter-spacing: -0.02em;
  color: #d9d9d9;
  text-decoration: none;
}

.img-mob-2 {
  display: flex;
  align-items: center;
  gap: 26px;
}

@media screen and (max-width: 543px) {
  .simple-popup-content {
    padding: 25px;
    width: 100%;
    max-width: 100%;
    position: relative;
    overflow-y: auto;
  }

  .mob-ul {
    gap: 20px;
    margin-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1.5px solid #d9d9d9;
  }

  .mob-ul a {
    font-size: 21px;
  }

  .mob-li a {
    font-size: 18px;
  }
}

.swiper-slide {
  position: relative;
  overflow: hidden;
}

.hero-background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.hero-content-overlay {
  position: relative;
  z-index: 2;
  color: white;
}

.hero-tags {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  justify-content: center;
}

.digital-cover {
  position: relative;
}

.digital-cover .hid {
  overflow: auto;
  position: relative;
  max-height: 550px;
}

.digital-cover-desk,
.digital-cover-mob {
  display: block;
  width: 100%;
  height: auto;
  will-change: transform;
}

.digital-cover-mob {
  display: none;
}

@media (max-width: 768px) {
  .digital-cover-desk {
    display: none;
  }
  .digital-cover-mob {
    display: block;
  }
}

.page-template-new-home .site-content {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

#masthead .simple-popup-content nav ul {
  align-items: flex-start !important;
}

.digital-cover .hid::-webkit-scrollbar {
  display: none;
}

.digital-cover .hid {
  scrollbar-width: none;
}

.digital-cover .hid {
  -ms-overflow-style: none;
}

@media screen and (max-width: 767px) {
  .digital-cover .hid {
    max-height: none;
  }

  .travel-item > :nth-child(2) {
    min-height: 500px;
    aspect-ratio: auto;
  }

  .alina-dyachenko,
  .digital-cover,
  .interviews,
  .hero {
    margin-bottom: 70px;
  }

  .center-form {
    margin-bottom: 0;
  }

  .flex-13 > :first-child {
    flex-wrap: wrap;
  }
  .alina-dyachenko-cont {
    gap: 40px;
  }

  .travel-cards-item--advertisement {
    grid-column: span 2;
  }
}

.advertising img {
  width: 100%;
}
.advertising {
  margin-bottom: -5px;
  display: block;
}

.fq {
  display: none;
}

@media screen and (max-width: 767px) {
  #masthead .simple-popup-content nav ul,
  .mob-li {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0 25px;
  }

  .img-mob-2 {
    justify-content: space-between;
  }

  .mob-flex {
    flex-direction: row-reverse;
  }

  .simple-popup-content {
    padding: 0 !important;
  }

  .mob-ul {
    margin-bottom: 30px;
    padding-bottom: 30px !important;
  }

  .mob-flex {
    padding: 25px 25px 30px 25px !important;
  }

  .img-mob-2 {
    padding: 0 25px 25px 25px !important;
  }

  .mob-flex {
    border-bottom: 1px solid #fff !important;
  }

  .mob-ul {
    margin-top: 30px !important;
  }

  .fq {
    display: block;
  }

  .fq ul {
    margin-bottom: 0 !important;
  }

  .mob-flex > :first-child {
    flex-direction: row;
  }
}

.single-post h1 {
  margin-bottom: 30px;
}

.post-footer_item a {
  display: flex !important;
  align-items: center !important;
}

.section-related-posts h5,
.section-related-posts h5 *,
h1,
.cnvs-block-section-heading {
  font-weight: 600 !important;
  font-size: 35px !important;
  line-height: 115% !important;
  letter-spacing: -0.02em !important;
  color: #121212 !important;
}

@media screen and (max-width: 767px) {
  .section-related-posts h5,
  .section-related-posts h5 *,
  h1,
  .cnvs-block-section-heading {
    font-size: 30px !important;
  }
}





.page-id-2204 .has-medium-font-size {
  font-weight: 600!important;
    font-size: 25px!important;
    line-height: 115%!important;
    letter-spacing: -0.02em!important;
    color: #121212;
    margin-bottom: 10px;
}


.page-id-2204 .position {
  font-weight: 500!important;
    font-size: 16px!important;
    letter-spacing: -0.02em!important;
    text-transform: uppercase!important;
    color: #121212;
}


.cont-12 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 300px;
}








.partnerships {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 40px;
  max-width: 1400px;
    align-self: center;
    justify-self: center;
    gap: 100px;
}

.partnerships img {
    width: 100%;
    max-width: 150px;
  }
@media  screen and (max-width: 1239px) {

  .partnerships {
    gap: 50px;
  }
  
}


@media  screen and (max-width: 1179px) {
  .partnerships {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
    }

     .f-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}


.swiper-sidebar-cont {
  max-width: calc(100vw - 40px);
}


@media  screen and (max-width: 767px) {
  .partnerships {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 100%;
  }

  .partnerships img {
    max-width: 150px;

  }
  .ig-cont-grid, .ig{
    display: none;
  }
}













/* --- Финальные стили для переключателя языков --- */

/* Главный контейнер */
.custom-lang-switcher {
    position: relative;
    display: inline-block;
}

/* Видимая часть - текущий язык (работает как кнопка) */
.lang-switcher-current {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    gap: 5px;
    cursor: pointer; /* Показываем, что элемент кликабельный */
    user-select: none; /* Запрещаем выделение текста при клике */
}

/* Стрелочка */
.lang-switcher-current .arrow-down {
    margin-left: 8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ffffff;
    transition: transform 0.3s ease;
    transform-origin: center;
}

/* Выпадающий список (по умолчанию скрыт НАПРЯМУЮ) */
.lang-switcher-dropdown {
    display: none; /* Изначально скрыт. JS будет управлять этим свойством. */
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #111111;
    border: 1px solid #333;
    list-style-type: none;
    margin: 5px 0 0 0;
    padding: 5px 0;
    min-width: 100%;
    z-index: 9999; /* Высокий z-index, чтобы быть поверх других элементов */
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

/* Элементы списка */
.lang-switcher-dropdown li a {
    display: block;
    padding: 8px 12px;
    color: #cccccc;
    text-decoration: none;
    white-space: nowrap; /* Запрещаем перенос текста */
    transition: background-color 0.2s ease, color 0.2s ease;
}





.df {
  display: flex;
  align-items: center;
  gap: 10px;
}



.lang-switcher-current img {
  width: 12px!important;
  height: 7px!important;
}


.wpml-ls-statics-footer  {
  display: none!important;
}


.has-medium-font-size {
  font-weight: 600;
  margin-bottom: 20px;
}



.mo00 {
  margin-top: 30px;
}


@media screen and (max-width: 767px) {
  .travel-item > :nth-child(2) {
  position: relative;
  z-index: 0; /* Чтобы псевдоэлемент был под контентом */
}




.travel-item > :nth-child(2)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Чёрный полупрозрачный */
  z-index: 1;
  pointer-events: none; /* Чтобы клик проходил сквозь оверлей */
}

.flex-12 h4,
.flex-12 p {
  position: relative;
  z-index: 2;
}

.travel-content {
  margin-bottom: 40px;
}

#masthead nav ul {
  gap: 20px;
}
}


.travel-card-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}



.btn-12 {
  border: 1.5px solid #747474;
    border-radius: 34px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #747474;
    text-decoration: none;
    padding: 12px 43px;
    background: none;
}

.btn-12:hover {
  border: 1.5px solid #747474;
}






.ajax-load-more-section {
  margin-top: 40px;
}


.travel-cards:has(> *) {
  margin-top: 40px; /* или любое значение */
}


#ajax-cards-container {
  margin-bottom: 40px;
}



#travel-posts-container > :not(:first-child) {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  #travel-posts-container > :not(:first-child) {
  margin-top: 40px;
}
}

.slide-link-overlay{
  position: relative;
  overflow: hidden; /* важно, если контент не должен вылезать за пределы */
}

.slide-link-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* черный с 50% прозрачностью */
  z-index: 1;
}




.post-main strong {
  font-weight: 900!important;
}