/* ==========================================
   БАЗОВЫЕ СТИЛИ DIVIDER
   ========================================== */
.mxd-divider {
  height: 850px;
  margin-top: 50px;
}

.mxd-divider__video,
.mxd-divider__image {
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  border-radius: 20px;
}

.mxd-divider__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mxd-divider__video iframe,
.mxd-divider__video video,
.mxd-divider__image img {
  width: 100%;
  height: 86%;
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  border-radius: 20px;
}

.mxd-divider__video .parallax-video {
  height: 910px !important;
  transition: transform 0.1s linear;
  border-radius: 40px;
}

/* ==========================================
   КОНТЕЙНЕР
   ========================================== */
.mxd-container {
  position: relative;
  width: 100%;
  max-width: 1920px;
  padding: 0 15rem;
  margin: 0 auto;
}

/* ==========================================
   ЗАГОЛОВКИ
   ========================================== */
.faw-history-title {
  text-align: center;
  position: relative;
  z-index: 2;
  font-family: var(--_font-accent);
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.faw-history-title h2 {
  font-size: 6rem;
  color: #000;
  display: inline-block;
  padding: 50px 60px 0 60px;
  line-height: 1.2;
}

.faw-history-title h3 {
  font-size: 3.1rem;
  font-weight: 600;
  color: #000;
  display: block;
  letter-spacing: 0;
  margin: 0 180px -50px 180px;
  line-height: 1.4;
}

/* ==========================================
   МАНИФЕСТ (ТЕКСТОВЫЕ БЛОКИ)
   ========================================== */
.mxd-hero-00__bottom {
  position: relative;
  width: 100%;
  margin: 0;
}

.hero-00-manifest {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-00-manifest .mxd-manifest {
  font-size: 3rem;
  max-width: 100%;
  margin: 0px 180px 0px 180px;
  text-align: justify;
  line-height: 1.6;
  color: #000;
}


.hero-00-manifest .mxd-manifest p {
  font-size: 3rem;
  line-height: 1.6;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  color: #000;
}

.hero-00-manifest .mxd-manifest p:last-child {
  margin-bottom: 0;
}

.hero-00-manifest .mxd-manifest ul,
.hero-00-manifest .mxd-manifest ol {
  font-size: 3rem;
  line-height: 1.6;
  text-align: left;
  margin: 0rem 0rem 1rem 3rem;
  list-style-position: outside !important;

}

.hero-00-manifest .mxd-manifest ul {
  list-style-type: disc !important;
}

.hero-00-manifest .mxd-manifest ol {
  list-style-type: decimal !important;
}

.hero-00-manifest .mxd-manifest li {
  font-size: 3rem;
  line-height: 1.6;
  margin-bottom: 0.8em;
  color: #000;
  display: list-item !important;
}

.hero-00-manifest .mxd-manifest strong,
.hero-00-manifest .mxd-manifest b {
  font-weight: 700;
  color: #000;
}

.hero-00-manifest .mxd-manifest em,
.hero-00-manifest .mxd-manifest i {
  font-style: italic;
}

.hero-00-manifest .mxd-manifest a {
  color: #0066cc;
  text-decoration: underline;
  transition: color 0.3s;
}

.hero-00-manifest .mxd-manifest a:hover {
  color: #004499;
}

/* ==========================================
   ОТСТУПЫ СЕКЦИЙ
   ========================================== */
.mxd-section.padding-pre-title {
  padding-bottom: 0;
  margin-bottom: 2rem;
}

.mxd-section.padding-grid-pre-pinned {
  padding-bottom: 0;
  margin-bottom: 4rem;
}

.fade-in {
  display: block !important;
}

.title-after-video {
  margin-top: 3rem;
  margin-bottom: 2rem;
}

/* ==========================================
   АДАПТИВНОСТЬ
   ========================================== */

/* Desktop Large (1600px+) */
@media (min-width: 1600px) {
  .faw-history-title {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .faw-history-title h2 {
    font-size: 6.5rem;
  }

  .faw-history-title h3 {
    font-size: 3.5rem;
    margin: 0 2rem -30px 2rem;
  }

  .hero-00-manifest .mxd-manifest,
  .hero-00-manifest .mxd-manifest p,
  .hero-00-manifest .mxd-manifest ul,
  .hero-00-manifest .mxd-manifest ol,
  .hero-00-manifest .mxd-manifest li {
    font-size: 3.2rem;
  }
}

/* Desktop Medium (1400px - 1599px) */
@media (min-width: 1400px) and (max-width: 1599px) {
  .mxd-divider {
    height: 700px;
    margin-top: 60px;
  }

  .mxd-container {
    padding: 0 10rem;
  }

  .faw-history-title h2 {
    font-size: 4.5rem;
    padding: 30px 40px 0 40px;
  }

  .faw-history-title h3 {
    font-size: 3rem;
    margin: 0 120px -30px 120px;
  }

  .hero-00-manifest .mxd-manifest {
    margin: 20px 120px 80px 120px;
  }

  .hero-00-manifest .mxd-manifest,
  .hero-00-manifest .mxd-manifest p,
  .hero-00-manifest .mxd-manifest ul,
  .hero-00-manifest .mxd-manifest ol,
  .hero-00-manifest .mxd-manifest li {
    font-size: 2.8rem;
  }

  .mxd-divider__video .parallax-video {
    height: 815px !important;
  }
}

/* Desktop Small (1025px - 1399px) */
@media (min-width: 1025px) and (max-width: 1399px) {
  .mxd-divider {
    height: 555px;
    margin-top: 40px;
  }

  .mxd-container {
    padding: 0 5rem;
  }

  .faw-history-title h2 {
    font-size: 4.5rem;
    padding: 20px 30px 0 30px;
  }

  .faw-history-title h3 {
    font-size: 2.8rem;
    margin: 0 80px -30px 80px;
  }

  .hero-00-manifest .mxd-manifest {
    margin: 20px 80px 60px 80px;
  }

  .hero-00-manifest .mxd-manifest,
  .hero-00-manifest .mxd-manifest p,
  .hero-00-manifest .mxd-manifest ul,
  .hero-00-manifest .mxd-manifest ol,
  .hero-00-manifest .mxd-manifest li {
    font-size: 2.5rem;
  }

  .mxd-divider__video .parallax-video {
    height: 577px !important;
  }
}

/* ========================================== 
   УБИРАЕМ BORDER-RADIUS ДЛЯ УСТРОЙСТВ ≤ 1024px
   ========================================== */
@media (max-width: 1024px) {

  .mxd-divider,
  .mxd-divider__video,
  .mxd-divider__image,
  .mxd-divider__video iframe,
  .mxd-divider__video video,
  .mxd-divider__image img,
  .mxd-divider__video .parallax-video {
    border-radius: 0 !important;
  }
}

/* Tablet Large (769px - 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
  .mxd-divider {
    height: 535px;
    margin-top: 30px;
  }

  .mxd-container {
    padding: 0 3rem;
  }

  .faw-history-title h2 {
    font-size: 4rem;
    padding: 15px 20px 0 20px;
  }

  .faw-history-title h3 {
    font-size: 2.5rem;
    margin: 0 50px -20px 50px;
  }

  .hero-00-manifest .mxd-manifest {
    margin: 20px 50px 50px 50px;
  }

  .hero-00-manifest .mxd-manifest,
  .hero-00-manifest .mxd-manifest p,
  .hero-00-manifest .mxd-manifest ul,
  .hero-00-manifest .mxd-manifest ol,
  .hero-00-manifest .mxd-manifest li {
    font-size: 2.2rem;
  }

  .mxd-divider__video .parallax-video {
    height: 543px !important;
  }

  .mxd-section.padding-grid-pre-pinned {
    padding-bottom: 0;
    margin-bottom: 0rem;
  }
}

/* Tablet Small (481px - 768px) */
@media (min-width: 481px) and (max-width: 768px) {
  .mxd-divider {
    height: 405px;
    margin-top: 0px;
  }

  .mxd-container {
    padding: 0 2rem;
  }

  .mxd-section.padding-grid-pre-pinned {
    padding-bottom: 0;
    margin-bottom: 0rem;
  }

  .faw-history-title h2 {
    font-size: 3.5rem;
    padding: 10px 15px 0 15px;
  }

  .faw-history-title h3 {
    font-size: 2.2rem;
    margin: 0 30px -15px 30px;
  }

  .hero-00-manifest .mxd-manifest {
    margin: 20px 30px 40px 30px;
    text-align: left;
  }

  .hero-00-manifest .mxd-manifest,
  .hero-00-manifest .mxd-manifest p,
  .hero-00-manifest .mxd-manifest ul,
  .hero-00-manifest .mxd-manifest ol,
  .hero-00-manifest .mxd-manifest li {
    font-size: 2rem;
  }

  .mxd-divider__video .parallax-video {
    height: 410px !important;
  }
}

/* Mobile Large (376px - 480px) */
@media (min-width: 376px) and (max-width: 480px) {
  .mxd-divider {
    height: 197px;
    margin-top: 15px;
  }

  .mxd-container {
    padding: 0 1.5rem;
  }

  .faw-history-title h2 {
    font-size: 3rem;
    padding: 10px;
  }

  .faw-history-title h3 {
    font-size: 2rem;
    margin: 0 20px -10px 20px;
  }

  .hero-00-manifest .mxd-manifest {
    margin: 15px 20px 30px 20px;
    text-align: left;
  }

  .hero-00-manifest .mxd-manifest,
  .hero-00-manifest .mxd-manifest p,
  .hero-00-manifest .mxd-manifest ul,
  .hero-00-manifest .mxd-manifest ol,
  .hero-00-manifest .mxd-manifest li {
    font-size: 1.8rem;
  }

  .mxd-divider__video .parallax-video {
    height: 254px !important;
  }
}

/* Mobile Small (до 375px) */
@media (max-width: 375px) {
  .mxd-divider {
    height: 193px;
    margin-top: 10px;
  }

  .mxd-container {
    padding: 0 1rem;
  }

  .faw-history-title h2 {
    font-size: 2.5rem;
    padding: 10px;
  }

  .faw-history-title h3 {
    font-size: 1.8rem;
    margin: 0 15px -10px 15px;
  }

  .hero-00-manifest .mxd-manifest {
    margin: 0px 15px 0px 15px;
    text-align: left;
  }

  .hero-00-manifest .mxd-manifest,
  .hero-00-manifest .mxd-manifest p,
  .hero-00-manifest .mxd-manifest ul,
  .hero-00-manifest .mxd-manifest ol,
  .hero-00-manifest .mxd-manifest li {
    font-size: 1.6rem;
  }

  .mxd-divider__video .parallax-video {
    height: 200px !important;
  }

  .mxd-section.padding-pre-title {
    padding-bottom: 0;
    margin-bottom: 0rem;
  }
}