/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@charset "UTF-8";
/* ------------ *Default ------------- */
/* Flex Class */
.fx-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.fx-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.fx-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.fx-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.fx-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.fx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fx-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* Flex Class End */

/* Reserved Class */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.no-scroll {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.symbol-rub {
  font-family: -apple-system, system-ui, Arial, Helvetica, sans-serif;
}
.text-crop {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
/* Reserved Class End*/

/* Style Default*/
a,
button,
.speed {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
button {
  border: 0;
  padding: 0;
  cursor: pointer;
  background: none;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  outline: none;
}
/* Style Default End */

.sertif {
  width: 200px;
}
.sertif-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.sertif-block img {
  height: 260px;
  object-fit: cover;
}

.service-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  gap: 30px;
  margin: 20px 0 80px;
}
.service-column img {
  min-height: 300px;
  object-fit: cover;
}
@media (max-width: 990px) {
  .container {
    grid-template-columns: repeat(2, 1fr);
  }
  .sertif-grid {
    grid-template-columns: 1fr 1fr;
  }
  .col-8 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-4 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.single-inner h1 {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 40px;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
}

/* 1 колонка на узких экранах до 768px */
@media (max-width: 768px) {
  .container {
    grid-template-columns: 1fr;
  }
}

.service-column {
  min-width: 280px; /* Для адаптации на маленьких экранах */
  transition: transform 0.3s ease;
  border: 1px solid #ebedee;
  background: #fff;
}

html {
  scroll-behavior: smooth;
}
a {
  color: #353535;
}

.calendar h1 {
  margin-bottom: 60px;
  font-size: 32px;
}
.calendar-section {
  margin-bottom: 40px;
}

/*

font-family: "Roboto Condensed", sans-serif;

font-family: "Roboto", sans-serif;

font-family: "Raleway", sans-serif;

font-family: "Bebas Neue", sans-serif;

font-family: "Fira Sans", sans-serif;

font-family: "Roboto Flex", sans-serif;

font-family: "Lora", serif;

font-family: "Merriweather", serif;

*/

body {
  color: #000;
  font-size: 18px;
  background: #f4f3f2;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
}

.body-white {
  background: #fff;
}

.wrapper {
  overflow: hidden;
  min-height: 100%;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

/* Btn */

.btn {
  height: 60px;
  font-size: 22px;
  padding: 0 22px;
  text-align: center;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
}
.btn--second {
  color: #000;
  background: #fff;
}

.btn--second:hover {
  background: #e6e6e6;
}
.btn--primary {
  color: #fff;
  background: #c82c2c;
}
.btn--primary:hover {
  background: #b41a1a;
}
.btn--third {
  color: #fff;
  height: 48px;
  padding: 0 8px;
  font-size: 18px;
  background: transparent;
  border-bottom: 1px solid #fff;
}

.btn--third svg {
  margin-left: 10px;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}

.btn--third:hover {
  opacity: 0.7;
}

.btn--third:hover svg {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.btn--fourth {
  color: #fff;
  background: #141414;
}

.btn--fourth:hover {
  background: #464646;
}

/* Title */

.title {
  z-index: 1;
  width: 100%;
  position: relative;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
}

.title--mb {
  margin-bottom: 60px;
}

.title h1 {
  font-weight: 500;
  line-height: 1.19;
}

.title h2 {
  color: #c82c2c;
  line-height: 1.2;
}

.title h3 {
  line-height: 1.2;
}

.title p {
  font-size: 24px;
  line-height: 1.2;
  text-transform: initial;
  font-family: "Fira Sans", sans-serif;
}

.title__big {
  z-index: -1;
  display: block;
  font-size: 319px;
  line-height: 0.9;
  position: absolute;
  font-weight: normal;
  white-space: nowrap;
  pointer-events: none;
  color: rgba(20, 20, 20, 0.1);
  font-family: "Bebas Neue", sans-serif;
}

.title__page {
  color: #2e2e2e;
  display: block;
  font-size: 32px;
  font-weight: 600;
  text-transform: none;
  font-family: "Roboto", sans-serif;
}

.title-inner {
  padding-left: 80px;
  position: relative;
  margin-bottom: 48px;
  text-transform: uppercase;
  font-family: "Merriweather", serif;
}

.title-inner:before {
  top: 50%;
  left: 0;
  background: #c82c2c;
  width: 60px;
  height: 5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.title-inner h2 {
  font-size: 32px;
}

/* Form */

.form__field,
.form__field input,
.form__field textarea {
  width: 100%;
  display: block;
}

.form__field {
  margin-bottom: 30px;
}

.form__field input,
.form__field textarea {
  border: 0;
  color: #fff;
  font-size: 20px;
  padding-left: 20px;
  padding-right: 20px;
  background: transparent;
  border-bottom: 1px solid #fff;
  font-family: "Roboto", sans-serif;
}

.form__field input {
  height: 48px;
}

.form__field textarea {
  resize: none;
  height: 110px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.form__field *::-webkit-input-placeholder {
  color: #8d99ae;
}
.form__field *::-moz-placeholder {
  color: #8d99ae;
} /* Firefox 19+ */
.form__field *:-moz-placeholder {
  color: #8d99ae;
} /* Firefox 18- */
.form__field *:-ms-input-placeholder {
  color: #8d99ae;
}

.form__personalData {
  width: 100%;
  font-size: 16px;
  margin-top: 20px;
  line-height: 1.2;
  font-family: "Roboto Condensed", sans-serif;
}

.form__personalData a {
  color: inherit;
  text-decoration: underline;
}

.form__personalData a:hover {
  text-decoration: none;
}

/* Arrow sl */

.swiper-button-arrow {
  width: 50px;
  height: 43px;
}

.swiper-button-arrow:after {
  display: none;
}

.swiper-button-arrow svg {
  width: 100%;
  height: 100%;
}

.swiper-button-arrow:hover {
  opacity: 0.6;
}

/* ------------ *Header ------------- */

.header {
  background: #141414;
  padding: 35px 0 36px;
}

/* Logo */

.logo {
  max-width: 118px;
}

/* Panel */

.panel {
  padding: 0 50px;
}

.panel__link {
  line-height: 1.18;
}

.panel__link a {
  color: #adadad;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: underline;
  font-family: "Roboto Condensed", sans-serif;
}

.panel__link a:hover {
  text-decoration: none;
}

.panel__btn {
  margin-left: 55px;
}

/* Nav */

.nav__item:not(:first-child) {
  margin-left: 60px;
}

.nav__link {
  color: #adadad;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
}

.nav__link:hover {
  color: #fff;
}

/* Toggle */

.navbar-toggle span {
  display: block;
  background: #fff;
  position: relative;
  width: 30px;
  height: 2px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 6px;
}

.navbar-toggle.active span:first-child {
  top: 8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar-toggle.active span:nth-child(2) {
  opacity: 0;
}

.navbar-toggle.active span:last-child {
  top: -8px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Inner */

.header--inner {
  padding: 15px 0;
}

.header--inner .nav__link {
  color: #fff;
}

.header--inner .nav__link:hover {
  color: #adadad;
}

/* ------------- *Hero --------------- */

.hero {
  color: #fff;
  background: #141414;
}

.hero__box,
.hero__img {
  width: 50%;
  position: relative;
}

.hero__box {
  z-index: 11;
  overflow: hidden;
  position: relative;
  padding: 89px 55px 0 0;
}

.hero__box:after {
  z-index: -1;
  opacity: 0.5;
  top: -115px;
  right: 0;
  pointer-events: none;
  width: 963px;
  height: 784px;
  background: url(../img/svg/hero-graphics.svg) center/contain no-repeat;
}

.hero__btn {
  margin-top: 85px;
}

.hero__btn .btn {
  height: 58px;
  padding: 0 20px;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
}

.hero__img {
  /*z-index: 2;*/
}

/* SL*/

.hero__sl {
  padding: 28px 0 6px 20%;
  border-top: 1px solid #575757;
}

.hero__sl .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.hero__sl-item {
  width: auto;
  color: #c82c2c;
  line-height: 1;
  font-size: 222px;
  font-weight: normal;
  white-space: nowrap;
  font-family: "Bebas Neue", sans-serif;
}

/* ------------ *Events -------------- */

.events {
  padding-top: 70px;
}

.events .title {
  max-width: 50%;
  margin-bottom: 90px;
}

.events .title__big {
  opacity: 0.4;
  margin-left: -68px;
  top: 12px;
  left: 100%;
}

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

.events__item {
  height: auto;
  background: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.events__item:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.events__img {
  display: block;
  padding-bottom: 75.7%;
}

.events__inner,
.events__inner span {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.events__inner {
  padding: 20px;
}

.events__inner p {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
}

.events__inner span {
  display: block;
  color: #7a7a7a;
  font-size: 16px;
  margin-top: 14px;
}

.events__more {
  margin-top: 4px;
  text-align: right;
}

.events__more a {
  color: #a01d1d;
  font-size: 20px;
  font-weight: 500;
  font-family: "Roboto Flex", sans-serif;
}

.events__more a:hover {
  text-decoration: underline;
}

/* ----------- *Services ------------- */

.services {
  z-index: 1;
  color: #fff;
  padding-top: 60px;
  margin-top: 170px;
  position: relative;
  background: url(../img/bg/services.png) center/cover no-repeat;
}

.services:after {
  z-index: -1;
  opacity: 0.6;
  background: #141414;
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.services .title {
  max-width: 50%;
}

.services .title__big {
  color: #262626;
  line-height: 1.2;
  font-size: 330px;
  margin-left: -35px;
  top: -42px;
  left: 100%;
}

.services__list {
  z-index: 1;
  position: relative;
}
.single__text p {
  padding-block: 10px;
}
.services__item {
  padding: 30px 0;
  line-height: 1.2;
  min-height: 160px;
  position: relative;
  transition: all 0.3s;
  font-family: "Roboto Condensed", sans-serif;
}
.services__item:hover {
  background: #c82c2c;
  margin: 0 -70px;
  padding: 0 70px;
  transition: all 0.3s;
}

.privacy-policy .mb-4 {
  margin-bottom: 24px;
}
.privacy-policy .li {
  padding-bottom: 20px;
}

.privacy-policy h5 {
  font-size: 20px;
  padding-bottom: 10px;
}

.footer .nav__item:not(:first-child) {
  margin-left: 0;
}

.services__item:hover .services__link svg {
  transform: rotate(45deg);
  transition: all 0.3s;
}

.services__item:before,
.services__item:after {
  width: 999em;
  top: 0;
  left: 50%;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.services__item:before {
  height: 1px;
  background: #7a7a7a;
}

.services__item:after {
  bottom: 0;
  opacity: 0.7;
  z-index: -2;
  background: #141414;
}

.services__num {
  color: #7a7a7a;
  font-size: 24px;
  margin-right: auto;
  transition: all 0.3s;
}

.services__item:hover .services__num {
  color: #fff;
  transition: all 0.3s;
}

.services__name,
.services__sublist {
  width: 100%;
  padding-right: 40px;
}

.services__name {
  padding-left: 5%;
}

.services__name a {
  color: #fff;
  font-size: 60px;
  text-transform: uppercase;
}

.services__sublist {
  max-width: 300px;
}

.services__sublist li:not(:last-child) {
  margin-bottom: 5px;
}

.services__sublist li a {
  color: #7a7a7a;
  font-size: 20px;
}

.services__sublist li a:hover {
  text-decoration: underline;
}

.services__link {
  width: 50px;
  height: 51px;
}

.services__link svg {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}

/* ------------ *Reviews ------------- */

.reviews {
  padding-top: 70px;
}

.reviews .container {
  position: relative;
}

.reviews .title {
  width: 445px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.reviews__logo {
  width: 435px;
  opacity: 0.13;
  position: absolute;
  top: 40%;
  left: 70px;
}

.reviews__slider {
  padding-top: 95px;
  position: relative;
  width: calc(100% - 485px);
}

.reviews__slider .swiper-button-arrow {
  top: 29px;
  margin-top: 0;
}

.reviews__slider .swiper-button-next {
  right: 25px;
}

.reviews__slider .swiper-button-prev {
  left: auto;
  right: 95px;
}

.reviews__sl {
  border: 1px solid #7a7a7a;
}

.reviews__sl .swiper-slide:not(:last-child) {
  border-right: 1px solid #7a7a7a;
}

.reviews__item {
  min-height: 410px;
  padding: 30px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.reviews__video:hover {
  transform: scale(1.1);
  transition: 0.3s all;
}
.reviews__video {
  transition: 0.3s all;
}
.rev-link {
  overflow: hidden;
}

.reviews__video:hover .play {
  background: #c82c2c;
  transition: 0.3s all;
}

div#consultation-form {
  background: #141414;
}

.consult {
  width: 600px;
}

.reviews__item:not(:last-child) {
  border-bottom: 1px solid #7a7a7a;
}

.reviews__text {
  color: #363636;
  font-size: 18px;
  line-height: 1.47;
  font-style: italic;
  font-family: "Lora", serif;
}

.reviews__info {
  font-size: 20px;
  line-height: 1.2;
  margin-top: 20px;
  text-align: right;
  font-family: "Roboto Condensed", sans-serif;
}

.reviews__video {
  height: 275px;
  position: relative;
}

.play {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  width: 155px;
  height: 155px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(194, 194, 194, 0.63);
}

.play svg {
  width: 54px;
  height: 59px;
}

/* ----------- *Contacts ------------- */

.contacts {
  color: #fff;
  margin-top: 100px;
  background: #141414;
  border-bottom: 1px solid #282828;
}

.contacts .container {
  z-index: 1;
  position: relative;
  padding-top: 70px;
  padding-bottom: 222px;
}

.contacts .title {
  position: initial;
}

.contacts .title__big {
  opacity: 0.4;
  color: #222222;
  font-size: 330px;
  line-height: 1.2;
  left: 80px;
  bottom: -90px;
}

.contacts__item:not(:last-child) {
  margin-right: 60px;
}

.contacts__title {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 30px;
  font-family: "Roboto Condensed", sans-serif;
}

.contacts__list li:not(:last-child) {
  margin-bottom: 20px;
}

.contacts__list li {
  color: #8d99ae;
  font-size: 16px;
}

.contacts__list li a {
  color: inherit;
}

.contacts__list li a:hover {
  color: #fff;
}

/* Form */

.contacts__innerTitle {
  margin-bottom: 50px;
  text-transform: none;
}

.contacts__innerTitle h3 {
  font-weight: normal;
}

.contacts__col {
  max-width: calc(50% - 17px);
}

.contacts__form .btn {
  margin: 40px 0 0 auto;
  max-width: 235px;
  width: 100%;
}

/* ------------- *Footer ------------- */

.footer {
  color: #8d99ae;
  background: #141414;
  padding: 18px 0 23px;
}

.footer__logo {
  margin-right: 60px;
  max-width: 96px;
  width: 100%;
}

.footer__nav li:not(:last-child) {
  margin-right: 45px;
}

.footer__nav li a {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
}

.footer__nav li a:hover {
  text-decoration: underline;
}

.copyright {
  font-size: 20px;
  line-height: 1.2;
  margin-left: auto;
}

/* Inner */

.footer--inner {
  padding: 22px 0;
}

.footer--inner .footer__nav li a {
  color: #d9d9d9;
}

/* ----------- *Breadcrumb ----------- */

.breadcrumb {
  padding: 60px 0;
}

.breadcrumb__item {
  color: #2e2e2e;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumb__item:not(:last-child):after {
  content: "/";
  margin: 0 5px;
  color: inherit;
  display: inline-block;
}

.breadcrumb__item a {
  color: inherit;
}

.breadcrumb__item a:hover {
  text-decoration: underline;
}

.breadcrumb .title {
  margin-top: 30px;
}

/* =================================== */
/*             Page: About             */
/* =================================== */

/* ------------- *About -------------- */

.about {
  overflow: hidden;
  padding: 65px 0 85px;
  border-top: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
}

.about__box {
  z-index: 1;
  position: relative;
  max-width: 653px;
  width: 100%;
}

.about__box:after {
  z-index: -1;
  pointer-events: none;
  left: -300px;
  bottom: -100px;
  width: 1088px;
  height: 889px;
  background: url(../img/svg/about-circles.svg) center/contain no-repeat;
}

.about h1 {
  font-size: 40px;
  margin-top: 67px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Merriweather", serif;
}

.contact-text {
  margin-bottom: 70px;
  font-size: 20px;
  color: #8d99ae;
}

.about__btns {
  margin-top: 60px;
}

.about__btns .btn {
  height: 45px;
  padding: 0 15px;
  font-size: 20px;
  font-weight: normal;
  font-family: "Merriweather", serif;
}

.about__btns .btn:not(:last-child) {
  margin-right: 40px;
}

.about__data {
  margin-left: auto;
  max-width: 760px;
  width: 100%;
}

.about__data h3 {
  padding-top: 42px;
  font-weight: bold;
  margin: 60px 0 22px;
  border-top: 1px solid #909090;
  font-family: "Merriweather", serif;
}

/* ------------ *Vantage ------------- */

.vantage {
  background: #f5f5f5;
  padding: 118px 0 92px;
}

.vantage .title-inner {
  margin-bottom: 38px;
}

.vantage .row {
  counter-reset: num;
}

.vantage .row [class*="col-"] {
  margin-top: 50px;
}

.vantage__item {
  font-size: 20px;
  position: relative;
  padding-left: 118px;
  font-family: "Merriweather", serif;
}

.vantage__item:before {
  width: 108px;
  font-size: 64px;
  position: absolute;
  counter-increment: num;
  content: counter(num);
  top: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* ------------- *Trust -------------- */

.trust {
  padding: 43px 0 150px;
}

.trust__sl .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.trust__itme img {
  display: block;
}

/* =================================== */
/*            Page: Single             */
/* =================================== */

.single-inner {
  padding: 0 0 100px;
}

.sidebar-block {
  margin-top: -90px;
}

.single-inner .breadcrumb {
  padding-top: 6px;
}

.single__body {
  line-height: 1.44;
}

.single__body h1 {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 40px;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
}

.single__body img {
  display: block;
  margin-bottom: 40px;
}

.single__text {
  margin-bottom: 30px;
}

/* Events list */

.events-list__item {
  border: 1px solid #ebedee;
  background: #fff;
}

.events-list__item:not(:last-child) {
  margin-bottom: 60px;
}

.events-list__img {
  height: 360px;
  display: block;
}

.events-list__name {
  padding: 30px;
  line-height: 1.2;
}

.events-list__name a {
  color: #07212e;
  font-size: 22px;
  font-weight: 600;
}

.events-list__panel {
  min-height: 73px;
  padding-left: 30px;
  border-top: 1px solid #ebedee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.events-list__date {
  color: #6a7a82;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.events-list__date svg {
  margin-right: 14px;
  width: 34px;
  height: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.events-list__link {
  width: 72px;
  border-left: 1px solid #ebedee;
}

.events-list__link:hover {
  background: #ebedee;
}

/* =================================== */
/*            Page: Events             */
/* =================================== */

.p-events {
  padding-bottom: 100px;
}

.p-events__list {
  padding: 0 130px;
}

.p-events__item {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-events__img {
  margin-right: 83px;
  margin-bottom: 43px;
  width: 560px;
  height: 390px;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-events__img:after {
  z-index: -1;
  background: #dfdfdf;
  top: 43px;
  left: 43px;
  width: 100%;
  height: 100%;
}

.p-events__info {
  line-height: 1.2;
  max-width: 100%;
  width: 100%;
}

.p-events__info p {
  font-size: 32px;
}

.p-events__info ul {
  color: #7a7a7a;
  font-size: 14px;
  margin-top: 29px;
}

.p-events__info ul li:not(:last-child) {
  margin-bottom: 20px;
}

.p-events__info ul li span {
  display: inline-block;
  max-width: 50px;
  width: 100%;
}

.p-events__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.p-events__item:nth-child(even) .p-events__img {
  margin-left: 83px;
  margin-right: 43px;
}

/* ------------ *Default ------------- */
/* ------------ *Default ------------- */
/* ------------ *Default ------------- */
/* ------------ *Default ------------- */
/* --------- *Before::After ---------- */
.title-inner:before,
.hero__box:after,
.services:after,
.services__item:before,
.services__item:after,
.about__box:after,
.p-events__img:after {
  content: " ";
  position: absolute;
}

/* =================================== */
/*         Journal MSA Block           */
/* =================================== */

.journal {
  padding-top: 70px;
}

.journal .title {
  max-width: 50%;
  margin-bottom: -50px;
}

.journal .title__big {
  opacity: 0.4;
  margin-left: -68px;
  top: -65px;
  left: 100%;
}

/* Вкладки */
.journal__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 20px;
  margin-bottom: 40px;
  border-bottom: 2px solid #ebedee;
  padding-bottom: 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.journal__tab {
  background: none;
  border: none;
  padding: 10px 20px;
  font-size: 24px;
  font-weight: 500;
  color: #7a7a7a;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-family: inherit;
}

.journal__tab:hover {
  color: #a01d1d;
}

.journal__tab.active {
  color: #a01d1d;
}

.journal__tab.active::after {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 0;
  right: 0;
  height: 2px;
  background: #a01d1d;
}

/* Контент вкладок */
.journal__content {
  position: relative;
  min-height: 400px;
}

.journal__panel {
  display: none;
  animation: fadeIn 0.3s ease-in;
}

.journal__panel.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Вкладка Новости */
.journal-news__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-bottom: 30px;
}

.journal-news__item {
  height: auto;
  background: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #ebedee;
  overflow: hidden;
}

.journal-news__item:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.journal-news__img {
  display: block;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.journal-news__inner {
  padding: 19px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  min-height: 150px;
}

.journal-news__title {
  font-size: 20px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
  margin: 0;
  padding-bottom: 10px;
}

.journal-news__title a {
  color: #000000;
  text-decoration: none;
}

.journal-news__title a:hover {
  color: #a01d1d;
}

.journal-news__date {
  display: block;
  color: #7a7a7a;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin: 0;
}

.journal-news__more {
  margin-top: auto;
  text-align: right;
}

.journal-news__more a {
  color: #a01d1d;
  font-size: 16px;
  font-weight: 500;
  font-family: "Roboto Flex", sans-serif;
  text-decoration: none;
}

.journal-news__more a:hover {
  text-decoration: underline;
}

.journal-news__footer {
  text-align: right;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.journal-news__all {
  display: inline-block;
  background: #bd1618;
  color: #ffffff;
  font-size: 28px;
  font-weight: 400;
  font-family: "Fira Sans", sans-serif;
  padding: 10px 30px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.journal-news__all:hover {
  background: #a01d1d;
  text-decoration: none;
}

/* Вкладка Фото */
.journal-photos__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-bottom: 30px;
  position: relative;
}

.journal-photos__item {
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}

.journal-photos__item:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.journal-photos__img {
  display: block;
  padding-bottom: 75%;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.journal-photos__name {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}

.journal-photos__footer {
  text-align: right;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: static;
}

.journal-photos__all {
  display: inline-block;
  background: #bd1618;
  color: #ffffff;
  font-size: 28px;
  font-weight: 400;
  font-family: "Fira Sans", sans-serif;
  padding: 10px 30px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0;
}

.journal-photos__all:hover {
  background: #a01d1d;
  text-decoration: none;
}

/* Вкладка Видео — сетка Stories; на узких экранах карусель со стрелками */
.journal-videos__carousel {
  position: relative;
  margin-bottom: 40px;
}

/* Стрелки карусели: по умолчанию скрыты (при 6 колонках не нужны) */
.journal-videos__arrow {
  display: none;
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(10, 10, 10, 0.7);
  color: #fff;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition:
    background 0.2s,
    opacity 0.2s;
  transition:
    background 0.2s,
    opacity 0.2s;
}

.journal-videos__arrow:hover {
  background: rgba(200, 44, 44, 0.9);
}

.journal-videos__arrow:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.journal-videos__arrow--prev {
  left: -12px;
}

.journal-videos__arrow--next {
  right: -12px;
}

.journal-videos__arrow svg {
  display: block;
  width: 24px;
  height: 24px;
}

.journal-videos__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

.journal-videos__card {
  position: relative;
}

.journal-videos__card-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16;
  max-height: 520px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #d9d9d9;
}

.journal-videos__card-preview {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

.journal-videos__card-preview:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.journal-videos__card-preview:hover .journal-videos__play-icon {
  background: rgba(10, 10, 10, 0.8);
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

.journal-videos__play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  background: rgba(10, 10, 10, 0.69);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
}

.journal-videos__play-icon svg {
  width: 28px;
  height: 28px;
  margin-left: 3px;
}

.journal-videos__card-player {
  position: absolute;
  inset: 0;
  background: #000;
  z-index: 1;
}

.journal-videos__card-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.journal-videos__card-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px 14px 14px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.04) 0%,
    rgba(0, 0, 0, 0.37) 38%,
    rgba(0, 0, 0, 0.9) 100%
  );
  z-index: 2;
}

.journal-videos__card-title h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.25em;
  color: #fafafa;
  margin: 0;
  padding: 0 20px 0 0;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Вкладка Истории */
.journal-stories__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  margin-bottom: 30px;
}

.journal-stories__left {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
}

.journal-stories__right {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
}

.journal-stories__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}

.journal-stories__row--two {
  gap: 25px;
}

.journal-stories__row--two .journal-stories__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.journal-stories__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  border-radius: 5px;
}

.journal-stories__item--top .journal-stories__link {
  display: block;
}

.journal-stories__link:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.journal-stories__img {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}

/* Левая колонка - первая строка: высота 280px */
.journal-stories__item--top {
  width: 100%;
}

.journal-stories__item--top .journal-stories__img {
  height: 280px;
}

/* Левая колонка - вторая строка: высота 360px */
.journal-stories__item--middle .journal-stories__img {
  height: 360px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

/* Правая колонка - верхняя: высота 360px */
.journal-stories__item--right-top .journal-stories__img {
  height: 360px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

/* Правая колонка - нижняя: высота 280px */
.journal-stories__item--right-bottom .journal-stories__img {
  height: 280px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

/* Заголовки */
.journal-stories__item--top .journal-stories__title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

/* Показываем заголовки при наведении на десктопе - поверх изображения */
@media (min-width: 769px) {
  .journal-stories__item--middle .journal-stories__title,
  .journal-stories__item--right-top .journal-stories__title,
  .journal-stories__item--right-bottom .journal-stories__title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    margin: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }

  .journal-stories__item:hover .journal-stories__title {
    opacity: 1;
  }

  .journal-stories__item--top:hover .journal-stories__title {
    opacity: 1;
  }

  .journal-stories__item--middle:hover .journal-stories__title,
  .journal-stories__item--right-top:hover .journal-stories__title,
  .journal-stories__item--right-bottom:hover .journal-stories__title {
    opacity: 1;
  }
}

/* На мобильных показываем заголовки поверх изображения */
@media (max-width: 768px) {
  .journal-stories__item--top .journal-stories__title {
    opacity: 1;
    font-size: 20px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  }

  .journal-stories__item--middle .journal-stories__title,
  .journal-stories__item--right-top .journal-stories__title,
  .journal-stories__item--right-bottom .journal-stories__title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    opacity: 1;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

.journal-videos__footer {
  text-align: right;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.journal-videos__all {
  display: inline-block;
  background: #bd1618;
  color: #ffffff;
  font-size: 28px;
  font-weight: 400;
  font-family: "Fira Sans", sans-serif;
  padding: 10px 30px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.journal-videos__all:hover {
  background: #a01d1d;
  text-decoration: none;
}

.journal-stories__footer {
  text-align: right;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.journal-stories__all {
  display: inline-block;
  background: #bd1618;
  color: #ffffff;
  font-size: 28px;
  font-weight: 400;
  font-family: "Fira Sans", sans-serif;
  padding: 10px 30px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.journal-stories__all:hover {
  background: #a01d1d;
  text-decoration: none;
}

/* Пустые состояния */
.journal-news__empty,
.journal-photos__empty,
.journal-videos__empty,
.journal-stories__empty {
  text-align: center;
  padding: 60px 20px;
  color: #7a7a7a;
  font-size: 18px;
}

/* Адаптивность */
@media (max-width: 1200px) {
  .journal-news__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .journal-photos__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

/* Видео: карусель 5 в ряд, стрелки видны */
@media (max-width: 3700px) {
  .journal-videos__arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .journal-videos__carousel {
    padding: 0 44px;
  }

  .journal-videos__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 18px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    grid-template-columns: unset;
    margin: 0 -9px;
    padding: 0 9px;
  }

  .journal-videos__grid::-webkit-scrollbar {
    height: 6px;
  }

  .journal-videos__grid::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.08);
    border-radius: 3px;
  }

  .journal-videos__grid::-webkit-scrollbar-thumb {
    background: #c82c2c;
    border-radius: 3px;
  }

  .journal-videos__card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 4 * 18px) / 5);
    flex: 0 0 calc((100% - 4 * 18px) / 5);
    min-width: calc((100% - 4 * 18px) / 5);
    scroll-snap-align: start;
  }

  .journal-videos__card-wrapper {
    max-height: 480px;
  }
}

@media (max-width: 1200px) {
  .journal-videos__card {
    -ms-flex: 0 0 calc((100% - 3 * 16px) / 4);
    flex: 0 0 calc((100% - 3 * 16px) / 4);
    min-width: calc((100% - 3 * 16px) / 4);
  }

  .journal-videos__grid {
    gap: 16px;
    margin: 0 -8px;
    padding: 0 8px;
  }

  .journal-videos__card-wrapper {
    max-height: 420px;
  }
}

@media (max-width: 992px) {
  .journal-news__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .journal-photos__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .journal-videos__card {
    -ms-flex: 0 0 calc((100% - 2 * 16px) / 3);
    flex: 0 0 calc((100% - 2 * 16px) / 3);
    min-width: calc((100% - 2 * 16px) / 3);
  }

  .journal-videos__grid {
    gap: 16px;
  }

  .journal-videos__card-wrapper {
    max-height: 380px;
  }

  .journal-videos__card-title h4 {
    font-size: 13px;
  }

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

  .journal-stories__left,
  .journal-stories__right {
    width: 100%;
  }

  .journal-stories__right {
    gap: 15px;
  }
}

@media (max-width: 768px) {
  .journal .title {
    max-width: 100%;
  }

  .journal .title__big {
    display: none;
  }

  .journal__tabs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
  }

  .journal__tab {
    font-size: 16px;
    padding: 8px 15px;
  }

  .journal-news__list,
  .journal-photos__list {
    grid-template-columns: 1fr;
  }

  .journal-videos__card {
    -ms-flex: 0 0 calc((100% - 14px) / 2);
    flex: 0 0 calc((100% - 14px) / 2);
    min-width: calc((100% - 14px) / 2);
  }

  .journal-videos__grid {
    gap: 14px;
  }

  .journal-videos__card-wrapper {
    max-height: 70vh;
  }

  .journal-videos__play-icon {
    width: 48px;
    height: 48px;
  }

  .journal-videos__play-icon svg {
    width: 22px;
    height: 22px;
  }

  .journal-videos__card-title h4 {
    font-size: 12px;
  }

  .journal-videos__carousel {
    padding: 0 36px;
  }

  .journal-videos__arrow {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }

  .journal-videos__arrow--prev {
    left: 0;
  }

  .journal-videos__arrow--next {
    right: 0;
  }

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

  .journal-stories__left,
  .journal-stories__right {
    width: 100%;
  }

  .journal-stories__row--two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .journal-stories__title {
    font-size: 22px;
    padding: 20px;
  }

  .journal-stories__item--middle .journal-stories__title,
  .journal-stories__item--right-top .journal-stories__title,
  .journal-stories__item--right-bottom .journal-stories__title {
    font-size: 18px;
  }
}

/* Видео: мобильная карусель — одно видео в ряд, полный 9:16 */
@media (max-width: 576px) {
  .journal-videos__card {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%;
  }

  .journal-videos__grid {
    gap: 12px;
  }

  .journal-videos__card-wrapper {
    max-height: 88vh;
  }
}

/* =================================== */
/*         Archive Photos Page          */
/* =================================== */

.archive-photos {
  padding: 60px 0 100px;
}

.archive-photos__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.archive-photos__item {
  position: relative;
  background: #ffffff;
  box-shadow: 0px 64px 60px 0px rgba(73, 64, 64, 0.05);
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.archive-photos__item:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0px 80px 80px 0px rgba(73, 64, 64, 0.1);
}

.archive-photos__img {
  display: block;
  width: 100%;
  height: 347px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.archive-photos__title {
  padding: 30px;
  background: #ffffff;
}

.archive-photos__title h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  color: #3d3833;
  margin: 0;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  .archive-photos__list {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .archive-photos__img {
    height: 300px;
  }
}

@media (max-width: 768px) {
  .archive-photos {
    padding: 40px 0 60px;
  }

  .archive-photos__list {
    gap: 20px;
  }

  .archive-photos__img {
    height: 250px;
  }

  .archive-photos__title {
    padding: 20px;
  }

  .archive-photos__title h3 {
    font-size: 18px;
  }
}

/* =================================== */
/*         Archive Videos Page (Shorts) */
/* =================================== */

.archive-videos {
  padding: 60px 0 100px;
}

.archive-videos__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.archive-videos__item {
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

.archive-videos__item:hover {
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}

.archive-videos__card {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16;
  max-height: 520px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #d9d9d9;
  box-shadow: 0px 24px 40px 0px rgba(73, 64, 64, 0.08);
}

.archive-videos__preview {
  display: block;
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

.archive-videos__item:hover .archive-videos__preview {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.archive-videos__preview:hover .archive-videos__play-icon {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
  background: rgba(10, 10, 10, 0.8);
}

.archive-videos__play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  background: rgba(10, 10, 10, 0.69);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
}

.archive-videos__play-icon svg {
  width: 28px;
  height: 28px;
  margin-left: 3px;
}

.archive-videos__title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 14px 16px 16px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.04) 0%,
    rgba(0, 0, 0, 0.4) 40%,
    rgba(0, 0, 0, 0.92) 100%
  );
  z-index: 1;
}

.archive-videos__title h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.25;
  color: #fafafa;
  margin: 0;
  text-transform: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

@media (max-width: 992px) {
  .archive-videos__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .archive-videos__card {
    max-height: 400px;
  }

  .archive-videos__title h3 {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .archive-videos {
    padding: 40px 0 60px;
  }

  .archive-videos__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .archive-videos__card {
    max-height: 70vh;
  }

  .archive-videos__play-icon {
    width: 52px;
    height: 52px;
  }

  .archive-videos__play-icon svg {
    width: 24px;
    height: 24px;
  }

  .archive-videos__title h3 {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .archive-videos__list {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .archive-videos__card {
    max-height: 85vh;
  }
}

.story-single__cover {
  margin-bottom: 45px;
}

.story-single__cover img {
  width: 100%;
  max-height: 620px;
  object-fit: cover;
}

.story-single__quote {
  position: relative;
  background: #ececec;
  padding: 41px 0;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  align-items: flex-start;
}

.story-single__quote-bar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: #a01d1d;
  flex-shrink: 0;
}

.story-single__quote-text {
  font-family: "Ubuntu Condensed", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.149;
  color: #000000;
  padding-left: 90px;
  padding-right: 90px;
  width: 100%;
  box-sizing: border-box;
}

.story-single__text {
  margin: 15px 0;
}

.story-single__gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 15px 0;
}

.story-single__gallery-item {
  width: 340px;
  height: 220px;
  flex-shrink: 0;
  overflow: hidden;
}

.story-single__gallery-item a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.story-single__gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.story-single__gallery-item:hover img {
  transform: scale(1.05);
}

.swiper {
    overflow: hidden;
}





