@font-face {
  font-family: 'FuturaPT';
  font-weight: 300;
  src: url('../fonts/FuturaCyrillicLight.ttf');
}

@font-face {
  font-family: 'FuturaPT';
  font-weight: 400;
  src: url('../fonts/FuturaCyrillicBook.ttf');
}

@font-face {
  font-family: 'FuturaPT';
  font-weight: 600;
  src: url('../fonts/FuturaCyrillicBold.ttf');
}

@font-face {
  font-family: 'FuturaPT';
  font-weight: 700;
  src: url('../fonts/FuturaCyrillicHeavy.ttf');
}

.header {
  /* position: fixed !important;
  z-index: 10;
  top: 0;
  background-color: transparent; */
}

.header__container {
  max-width: 1895px;
  padding: 0 70px;
}

.header__block {
  height: 77px;
  background-color: #ffffff;
  border-radius: 300px;

  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;

  padding: 0 4% 0 5%;
}

.header__left {
  flex: 1;
}

.logo-desktop {
  display: block;
}

.logo-mobile {
  display: none;
}

.header__middle {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
}

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

.header__icon {
  width: 24px;
  height: 24px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.header__icon:hover {
  fill: #66c3cd;
}

.header__icon svg {
  max-width: 100%;
  max-height: 100%;
}

.header__right {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 10%;
}

.header__btns {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 20px;
}

.header-btn {
  transition: background .2s ease-in-out;
  text-decoration: none;
  font-family: 'SF Pro Display', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  padding: 9px 28px;

  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}

.header-btn--red {
  background: #E84718;
  border: 1px solid #E84718;
  color: #ffffff;
}

.header-btn--white {
  background: #FFFFFF;
  color: #E84718;
  border: 1px solid #E84718;
}

.header-btn--red:hover {
  background: #FFFFFF;
  color: #E84718;
  border: 1px solid #E84718;
}

.header-btn--white:hover {
  background: #E84718;
  border: 1px solid #E84718;
  color: #ffffff;
}

.header-btn--login::before {
  content: '';
  position: relative;
  display: flex;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.72039 13.3871C4.50179 12.6057 5.5616 12.1667 6.66667 12.1667H13.3333C14.4384 12.1667 15.4982 12.6057 16.2796 13.3871C17.061 14.1685 17.5 15.2283 17.5 16.3333V18C17.5 18.4602 17.1269 18.8333 16.6667 18.8333C16.2064 18.8333 15.8333 18.4602 15.8333 18V16.3333C15.8333 15.6703 15.5699 15.0344 15.1011 14.5656C14.6323 14.0967 13.9964 13.8333 13.3333 13.8333H6.66667C6.00363 13.8333 5.36774 14.0967 4.8989 14.5656C4.43006 15.0344 4.16667 15.6703 4.16667 16.3333V18C4.16667 18.4602 3.79357 18.8333 3.33333 18.8333C2.8731 18.8333 2.5 18.4602 2.5 18V16.3333C2.5 15.2283 2.93899 14.1685 3.72039 13.3871Z' fill='%23E84718'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 3.83333C8.61933 3.83333 7.50004 4.95262 7.50004 6.33333C7.50004 7.71405 8.61933 8.83333 10 8.83333C11.3808 8.83333 12.5 7.71405 12.5 6.33333C12.5 4.95262 11.3808 3.83333 10 3.83333ZM5.83337 6.33333C5.83337 4.03215 7.69885 2.16667 10 2.16667C12.3012 2.16667 14.1667 4.03215 14.1667 6.33333C14.1667 8.63452 12.3012 10.5 10 10.5C7.69885 10.5 5.83337 8.63452 5.83337 6.33333Z' fill='%23E84718'/%3E%3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.header-btn--white.header-btn--login:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.72039 13.3871C4.50179 12.6057 5.5616 12.1667 6.66667 12.1667H13.3333C14.4384 12.1667 15.4982 12.6057 16.2796 13.3871C17.061 14.1685 17.5 15.2283 17.5 16.3333V18C17.5 18.4602 17.1269 18.8333 16.6667 18.8333C16.2064 18.8333 15.8333 18.4602 15.8333 18V16.3333C15.8333 15.6703 15.5699 15.0344 15.1011 14.5656C14.6323 14.0967 13.9964 13.8333 13.3333 13.8333H6.66667C6.00363 13.8333 5.36774 14.0967 4.8989 14.5656C4.43006 15.0344 4.16667 15.6703 4.16667 16.3333V18C4.16667 18.4602 3.79357 18.8333 3.33333 18.8333C2.8731 18.8333 2.5 18.4602 2.5 18V16.3333C2.5 15.2283 2.93899 14.1685 3.72039 13.3871Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 3.83333C8.61933 3.83333 7.50004 4.95262 7.50004 6.33333C7.50004 7.71405 8.61933 8.83333 10 8.83333C11.3808 8.83333 12.5 7.71405 12.5 6.33333C12.5 4.95262 11.3808 3.83333 10 3.83333ZM5.83337 6.33333C5.83337 4.03215 7.69885 2.16667 10 2.16667C12.3012 2.16667 14.1667 4.03215 14.1667 6.33333C14.1667 8.63452 12.3012 10.5 10 10.5C7.69885 10.5 5.83337 8.63452 5.83337 6.33333Z' fill='%23ffffff'/%3E%3C/svg%3E");
}

.banner {
  position: relative;
  background-image: url('../img/bg-banner_2.png'), url('../img/bg-banner_1.jpg');
  background-size: auto 600px, cover;
  background-position: center center, center top;
  background-repeat: no-repeat;
  max-width: 100%;
  overflow: hidden;
  min-height: 1140px;
  animation: scale-bg 4s infinite alternate ease-in-out, pulse-bg 4s 4s infinite alternate ease-in-out;
}

.banner-line {
  z-index: 0;
}

.banner-line--1 {
  position: absolute;
  width: 539px;
  height: 13px;
  left: 10%;
  top: 16%;

  background: linear-gradient(-90deg, #E44719 7.4%, rgba(199, 68, 29, 0) 86.77%);
  border-radius: 30.5px;
  animation-delay: 1s;
  animation: movement 4s infinite ease-in-out;
}

.banner-line--2 {
  position: absolute;
  width: 319px;
  height: 4px;
  left: 41%;
  top: 580px;

  background: linear-gradient(-90deg, #E44719 7.4%, rgba(199, 68, 29, 0) 86.77%);
  border-radius: 30.5px;
  animation: movement 3.5s infinite ease-in-out;
}

.banner-line--3 {
  position: absolute;
  width: 176px;
  height: 7px;
  left: 50%;
  top: 21%;

  background: linear-gradient(-90deg, #66C2CD 7.4%, rgba(102, 194, 205, 0) 86.77%);
  border-radius: 30.5px;
  animation: movement 3.6s infinite ease-in-out;
}

.banner-line--4 {

  position: absolute;
  width: 686px;
  height: 7px;
  left: 70%;
  top: 23%;

  background: linear-gradient(-90deg, #66C2CD 7.4%, rgba(102, 194, 205, 0) 86.77%);
  border-radius: 30.5px;
  animation: movement 3.9s infinite ease-in-out;
}

.banner-line--5 {
  position: absolute;
  width: 176px;
  height: 7px;
  left: 90%;
  top: 15%;

  background: linear-gradient(-90deg, #66C2CD 7.4%, rgba(102, 194, 205, 0) 86.77%);
  border-radius: 30.5px;
  animation: movement 3.8s infinite ease-in-out;
}

.banner-line--6 {
  position: absolute;
  width: 176px;
  height: 7px;
  left: 60%;
  top: 31%;

  background: linear-gradient(-90deg, #66C2CD 7.4%, rgba(102, 194, 205, 0) 86.77%);
  border-radius: 30.5px;
  animation: movement 3.7s infinite ease-in-out;
}

.banner-line--7 {
  position: absolute;
  width: 539px;
  height: 7px;
  left: 80%;
  top: 35%;

  background: linear-gradient(-90deg, #E44719 7.4%, rgba(199, 68, 29, 0) 86.77%);
  border-radius: 30.5px;
  animation: movement 3.6s infinite ease-in-out;
}

.banner__container {
  max-width: 1900px;
}

.banner-block {
  padding-top: 360px;
  /* padding-top: 50px; */
  padding-left: 10%;
  padding-right: 10%;
}

.banner-title {
  font-family: 'FuturaPT', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 52px;
  line-height: 67px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  max-width: 810px;
  color: #FFFFFF;
  margin-bottom: 0;
}

.banner-date {
  font-family: 'FuturaPT', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 64px;
  line-height: 94.2%;
  letter-spacing: 1.92px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 115px;

  display: flex;
  flex-direction: column;
  align-items: flex-end;
  max-width: 770px;
  width: 35vw;
}

.banner-date__1 {
  margin-right: 125px;
  position: relative;
}

.banner_date__2 {
  position: relative;
}

.banner_date__3 {
  color:  #FFF;
  font-family: 'FuturaPT', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 450;
  line-height: 94.2%;
  letter-spacing: 0.72px;
  margin-top: 13px;
}

.banner-date__1::after {
  content: '';
  position: absolute;
  width: 1058px;
  height: 44px;
  left: 300px;
  top: 10px;
  display: block;
  opacity: 0;

  /*background: linear-gradient(90deg, #66C2CD 7.4%, rgba(102, 194, 205, 0) 86.77%);*/
  border-radius: 45px;
  animation: banner-date-1 1s 0.6s forwards ease-in-out;
}

.banner_date__2::after {
  content: '';
  position: absolute;
  width: 1279px;
  height: 57px;
  left: 1230px;
  top: -20px;
  display: block;
  opacity: 0;

  background: linear-gradient(90deg, #E44719 7.4%, rgba(199, 68, 29, 0) 86.77%);
  border-radius: 30.5px;
  animation: banner-date-2 1.2s 0.6s forwards ease-in-out;
}

.banner_btn {
  width: 450px;
  height: 110px;
  background: linear-gradient(180deg, #FDA187 0%, #F0562A 100%);
  border-radius: 55px;

  display: flex;
  align-items: center;
  justify-content: center;

  text-decoration: none;
  transition: transform 0.5s ease-in-out;
}

.banner_btn:hover {
  transform: scale(1.05);
}

.banner_btn__layer-1 {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: linear-gradient(180deg, #F1562A 0%, #B0300A 100%);
  border-radius: 53px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.banner_btn__layer-2 {
  width: calc(100% - 16px);
  height: calc(100% - 18px);
  background: linear-gradient(92.04deg, #942E11 8.49%, #D9461C 38.45%, #D03E14 85.7%, #9F2D0D 96.21%);
  border-radius: 45px;

  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}

.banner_btn__layer-2::before {
  content: '';
  width: 88px;
  height: 88px;
  display: block;
  border-radius: 50%;
  position: relative;
  background-image: radial-gradient(56.25% 56.25% at 59.37% 38.94%, #FF9C81 0%, #EE6F4A 34.9%, #A82906 83.33%, #EA5227 100%);
  background-position: center center;
}

.banner_btn__text {
  font-family: 'FuturaPT', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
}

body.home .banner-text {
  max-width: 700px;
  font-family: 'FuturaPT', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 110%;
  color: #FFFFFF;
  margin-top: -100px;
  margin-left: auto;
  margin-bottom: 35px;
}

body:not(.home) {
  /* padding-top: 150px !important; */
}

.banner-mission {
  max-width: 700px;
  margin: 15px 0 100px auto;
}


body.home .banner-mission__title {
  font-family: 'FuturaPT', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 110%;
  color: #FFFFFF;
  margin-bottom: 54px;
  position: relative;
}

.banner-mission__title::after {
  content: '';
  width: 500px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -25px;
  background: linear-gradient(90deg, #E44719 7.4%, rgba(199, 68, 29, 0) 86.77%);
  border-radius: 30.5px;
}

body.home .banner-mission__text {
  font-family: 'FuturaPT', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 110%;
  text-align: left;
  color: #FFFFFF;
}

.banner-mission__swipe {
  margin-left: 100px;
}

header.sticky+div {
  padding-top: 0;
}

.appear {
  opacity: 0;
  animation: appear 0.6s forwards ease-in-out;
}

.owl-item .quote {
  font-family: 'FuturaPTBook', sans-serif;
  line-height: 1.2;
}

.fnNews .title {
  font-family: 'FuturaPT', sans-serif;
  font-weight: 400;
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 1.2;
}

.materials-block {
  display: flex;
  flex-direction: row;
  z-index: 1;
  position: relative;
}

.materials-block::before {
  content: '';
  position: absolute;
  top: -110px;
  background-image: url(../img/bg-materials.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  z-index: -1;
  width: 100%;
  height: calc(100% + 110px + 80px);
}



.materials-block__1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
  background-color: #E84718;
  padding: 90px 71px;
  gap: 30px;
}

.materials-block__2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  background-color: #66C3CD;
  padding: 90px 86px;
  gap: 30px;
}

.materials-block__img {
  width: 100%;
  max-width: 100px;
  height: 100px;
}

.materials-block__img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.materials-block__text {
  text-decoration: none;
  max-width: 513px;
}

.materials-block__title {
  margin: 0;
  color: #FFF;
  font-family: 'FuturaPT', sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 11px;
}

.materials-block__description {
  margin: 0;
  color: #FFF;
  font-family: 'FuturaPT', sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.main-topic {
  padding: 70px 0;
  background-image: url('../img/bg-main-topic.jpg');
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
  margin-bottom: 70px;
}

.main-topic h2 {
  margin-bottom: 32px;
  font-family: 'FuturaPT', sans-serif;
  text-transform: uppercase;
  color: #FFFFFF;
}

.main-topic__list ul {
  padding: 0;
  margin: 0;

  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 60px;
}

.main-topic__list li {
  padding: 24px 40px 24px 72px;
  font-family: 'FuturaPT', sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
  list-style: none;
  position: relative;
  background-color: #E84718;
  margin: 0;
}

.main-topic__list li::before {
  background-color: #ffffff;
  width: 8px;
  height: 8px;
  top: 50%;
  left: 40px;
  transform: translate(-50%, -50%);
}

.header__btns-mobile {
  display: none;
}

@media screen and (max-width: 1600px) {
  .materials-block__title {
    font-size: 32px;
  }
  
  .materials-block__description {
    font-size: 18px;
  }
}

@media screen and (max-width: 1400px) {
  .materials-block__title {
    font-size: 30px;
  }
  
  .materials-block__description {
    font-size: 16px;
  }
}

@media screen and (max-width: 1280px) {
  .materials-block__title {
    font-size: 26px;
  }
  
  .materials-block__description {
    font-size: 16px;
  }

  .materials-block__1,
  .materials-block__2 {
    padding: 90px 50px;
  }

  .main-topic__list ul {
    gap: 16px 50px;
  }

  .main-topic__list li {
    font-size: 25px;
    padding: 24px 30px 24px 50px;
  }

  .main-topic__list li::before {
    left: 30px;
  }
}


@media screen and (max-width: 1700px) {
  .banner-block {
    padding-top: 200px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .banner {
    min-height: 900px;
  }

  .banner-date {
    width: 46vw;
  }

  body.home .banner-text {
    max-width: 50%;
  }

  .banner-mission {
    max-width: 50%;
  }
}

@media screen and (max-width: 1200px) {
  .banner-block {
    /* padding-top: 20vh; */
    padding-top: 150px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .header__middle {
    display: none;
  }

  .banner-title {
    margin-bottom: 40px;
  }

  .logo-desktop {
    display: none;
  }

  .logo-mobile {
    display: block;
  }

  .banner-date {
    width: 450px;
  }

  body.home .banner-text {
    max-width: 100%;
    margin-top: 100px;
    margin-left: 0;
  }

  .banner-mission {
    max-width: 100%;
    margin: 55px auto 100px 0;
  }

  .header__container {
    padding: 0 7px;
  }
}

@media screen and (max-width: 1000px) {
  .materials-block {
    flex-direction: column;
  }

  .materials-block__1,
  .materials-block__2 {
    align-items: center;
    justify-content: flex-start;
    padding: 90px 100px;
  }

  .materials-block::before {
    background-position: top right;
    background-size: cover;
    height: calc(100% + 100px);
    top: -55px;
  }
}

@media screen and (max-width: 992px) {
  .main-topic__list ul {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 930px) {
  .header__btns {
    display: none;
  }

  .header__block {
    padding: 0 37px 0 30px;
    height: 70px;
  }

  .header {
    padding: 6px 0;
  }

  .banner {
    background-image: url('../img/bg-banner_2.png'), url('../img/bg-banner_1-mobile.jpg');
    background-size: auto 600px, cover;
    background-position: center bottom, center top;
    min-height: 550px;
  }

  .banner-line--1 {
    width: 319px;
    height: 2px;
    background: linear-gradient(-90deg, #E44719 7.4%, rgba(199, 68, 29, 0) 86.77%);
    border-radius: 30.5px;

    left: 15px;
    top: 16%;
  }

  .banner-line--2 {
    width: 72px;
    height: 3px;
    background: linear-gradient(-90deg, #66C2CD 7.4%, rgba(102, 194, 205, 0) 86.77%);
    border-radius: 30.5px;

    left: 232px;
    top: 12%;
  }

  .banner-line--3 {
    width: 176px;
    height: 7px;
    background: linear-gradient(-90deg, #66C2CD 7.4%, rgba(102, 194, 205, 0) 86.77%);
    border-radius: 30.5px;

    left: 167px;
    top: 20%;
  }

  .banner-line--4 {
    position: absolute;
    width: 72px;
    height: 3px;
    background: linear-gradient(-90deg, #66C2CD 7.4%, rgba(102, 194, 205, 0) 86.77%);
    border-radius: 30.5px;

    left: 222px;
    top: 24%;
  }

  .banner-line--5 {
    position: absolute;
    width: 72px;
    height: 3px;
    background: linear-gradient(-90deg, #66C2CD 7.4%, rgba(102, 194, 205, 0) 86.77%);
    border-radius: 30.5px;

    left: 160px;
    top: 48%;
  }

  .banner-line--6 {
    width: 139px;
    height: 1px;
    background: linear-gradient(-90deg, #E44719 7.4%, rgba(199, 68, 29, 0) 86.77%);
    border-radius: 30.5px;

    left: 15px;
    top: 32%;
  }

  .banner-line--7 {
    display: none;
  }

  .banner-block {
    padding-top: 120px;
  }

  .banner-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 14px;
    max-width: 245px;
  }

  .banner-block {
    padding-left: 0;
    padding-right: 0;
  }

  .banner-date {
    font-size: 30px;
    line-height: 94.2%;
    width: 200px;
    margin: 0 auto 15px 50px;
  }

  .banner-date__1 {
    margin-right: 60px;
  }

  .banner_date__3 {
    font-size: 14px;
  }

  .banner_btn__text {
    font-size: 12px;
    line-height: 15px;
  }

  .banner_btn {
    width: 230px;
    height: 56px;
    border-radius: 27.9867px;
  }

  .banner_btn__layer-1 {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border-radius: 26.969px;
  }

  .banner_btn__layer-2 {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border-radius: 22.8982px;
    gap: 8px;
  }

  .banner_btn__layer-2::before {
    width: 45px;
    height: 45px;
  }

  body.home .banner-text {
    margin-top: 50px;
    font-size: 16px;
    line-height: 110%;
  }

  .banner-mission {
    margin: 30px 0 35px;
  }

  body.home .banner-mission__title {
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 29px;
  }

  .banner-mission__title::after {
    width: 276px;
    height: 2px;
    bottom: -13px;

    background: linear-gradient(90deg, #E44719 7.4%, rgba(199, 68, 29, 0) 86.77%);
    border-radius: 30.5px;
  }

  .banner-mission__swipe {
    margin-left: 0;
    display: inline-block;
  }

  body.home .banner-mission__text {
    font-size: 16px;
    line-height: 110%;
  }

  .banner-date__1::after {
    width: 288px;
    height: 19px;
    left: 100px;
    top: 0;

    background: linear-gradient(90deg, #66C2CD 7.4%, rgba(102, 194, 205, 0) 86.77%);
    border-radius: 45px;
    animation: banner-date-1-mobile 1s 0.6s forwards ease-in-out;
  }

  .banner_date__2::after {
    width: 339px;
    height: 24px;
    left: 180px;
    top: -15px;

    background: linear-gradient(90deg, #E44719 7.4%, rgba(199, 68, 29, 0) 86.77%);
    border-radius: 30.5px;
    animation: banner-date-2-mobile 1s 0.6s forwards ease-in-out;
  }

  .banner__container {
    max-width: 700px;
  }

  .header__btns-mobile {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    gap: 16px;
    margin-top: 24px;
  }

  .header__btns-mobile .header-btn {
    flex: 1;
  }

  .modal#modalMenu {
    top: -20px;
  }
}

@media screen and (max-width: 768px) {
  .materials-block__1,
  .materials-block__2 {
    padding: 90px 10%;
  }

  .banner_btn {
    margin-bottom: 55px;
  }

  .main-topic {
    background-image: url('../img/bg-main-topic-mobile.jpg');
    padding: 40px 0 56px;
  }

  .main-topic h2 {
    margin-bottom: 16px;
  }

  .main-topic__list ul {
    gap: 8px;
  }
  
  .main-topic__list li {
    padding: 16px 16px 16px 32px;
    font-size: 16px;
  }

  .main-topic__list li::before {
    left: 16px;
  }

  .header__btns-mobile {
    flex-direction: column;
  }

  .header__btns-mobile .header-btn {
    font-size: 17px;
    padding: 10px;
    line-height: 130%;
  } 

  body:not(.home) {
    /*padding-top: 100px !important;*/
  }
}

@media screen and (max-width: 350px) {
  .banner_btn {
    margin-bottom: 135px;
  }
}

@keyframes appear {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes movement {
  0% {
    transform: translateX(-150vw);
  }

  100% {
    transform: translateX(150vw);
  }
}

@keyframes scale-bg {
  0% {
    background-size: auto 0px, cover;
  }

  100% {
    background-size: auto 600px, cover;
  }
}

@keyframes pulse-bg {
  0% {
    background-size: auto 600px, cover;
  }

  100% {
    background-size: auto 500px, cover;
  }
}

@keyframes banner-date-1 {
  0% {
    left: 2000px;
    opacity: 0;
  }

  100% {
    left: 300px;
    opacity: 1;
  }
}

@keyframes banner-date-2 {
  0% {
    left: 2000px;
    opacity: 0;
  }

  100% {
    left: 500px;
    opacity: 1;
  }
}


@keyframes banner-date-1-mobile {
  0% {
    left: 1000px;
    opacity: 0;
  }

  100% {
    left: 100px;
    opacity: 1;
  }
}

@keyframes banner-date-2-mobile {
  0% {
    left: 1000px;
    opacity: 0;
  }

  100% {
    left: 180px;
    opacity: 1;
  }
}