/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

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

:focus,
:active {
  outline: none;
}

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

/* Links */
a, a:link, a:visited {
  /* color: inherit; */
  text-decoration: none;
  /* display: inline-block; */
  /* color: #154169 !important; */
}

a:hover {
  /* color: inherit; */
  text-decoration: none;
}

/* Common */
aside, nav, footer, header, section, main {
  display: block;
}

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

ul, ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img, svg {
  max-width: 100%;
  height: auto;
}

/* Form */
input, textarea, button, select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
}

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

button, input[type=submit] {
  display: inline-block;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  background: none;
  cursor: pointer;
}

input:focus, input:active,
button:focus, button:active {
  outline: none;
}

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

label {
  cursor: pointer;
}

legend {
  display: block;
}

@font-face {
  font-family: "Gerbera";
  src: local("Gerbera Light"), local("Gerbera-Regular"), url("../font/Gerbera-Light.woff2") format("woff2"), url("../font/Gerbera-Light.woff") format("woff"), url("../font/Gerbera-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gerbera";
  src: local("Gerbera Regular"), local("Gerbera-Regular"), url("../font/Gerbera.woff2") format("woff2"), url("../font/Gerbera.woff") format("woff"), url("../font/Gerbera.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gerbera";
  src: local("Gerbera Medium"), local("Gerbera-Regular"), url("../font/Gerbera-Medium.woff2") format("woff2"), url("../font/Gerbera-Medium.woff") format("woff"), url("../font/Gerbera-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gerbera";
  src: local("Gerbera Bold"), local("Gerbera-Regular"), url("../font/Gerbera-Bold.woff2") format("woff2"), url("../font/Gerbera-Bold.woff") format("woff"), url("../font/Gerbera-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Gerbera";
  src: local("Gerbera Black"), local("Gerbera-Regular"), url("../font/Gerbera-Black.woff2") format("woff2"), url("../font/Gerbera-Black.woff") format("woff"), url("../font/Gerbera-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
.container {
  max-width: 1220px;
  padding: 0 20px;
  margin: 0 auto;
}

body {
  font-family: Gerbera;
}

.header {
  position: relative;
  background: linear-gradient(60.93deg, #D81717 4.24%, #F28975 89.96%, #FFC2A4 132.66%);
  padding: 60px 0 120px;
  overflow: hidden;
}
.header::after {
  content: "";
  position: absolute;
  display: block;
  width: 160px;
  height: 236px;
  background-image: url("../img/header-bg01.svg");
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  left: 0;
  z-index: 9;
}
.header::before {
  content: "";
  position: absolute;
  display: block;
  width: 144px;
  height: 235px;
  background-image: url("../img/header-bg02.svg");
  background-image: url("../img/header-bg02.png");
  background-repeat: no-repeat;
  background-size: contain;
  top: 100px;
  right: -70px;
  z-index: 9;
}

.header__text {
  margin: 105px 0 40px;
  position: relative;
  font-weight: 300;
}
.header__text h1 {
  color: #fff;
  font-size: 35px;
  line-height: 140%;
}
.header__text::before {
  content: "";
  position: absolute;
  display: block;
  width: 160px;
  height: 236px;
  background-image: url("../img/header-bg03.svg");
  background-repeat: no-repeat;
  background-size: contain;
  top: -150px;
  left: 250px;
  z-index: 9;
}

.header__content {
  grid-column-start: 2;
  position: relative;
  z-index: 99;
}

.header__logo {
  display: flex;
  justify-content: right;
  -webkit-justify-content: right;
  position: relative;
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.header__logo img {
  width: 150px;
}
.header__logo::before {
  content: "";
  position: absolute;
  display: block;
  width: 780px;
  height: 680px;
  background-image: url("../img/main-header.svg");
  background-image: url("../img/main-img-head.png");
  background-repeat: no-repeat;
  background-size: contain;
  top: -130px;
  left: -780px;
  z-index: -1;
}

.header__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.header__img {
  position: relative;
}
.header__img img {
  position: absolute;
  top: -100px;
  left: -150px;
}

.header__buttons {
  display: flex;
  white-space: nowrap;
}
.header__buttons .button {
  margin: 0 30px 0 0;
}

@media (max-width: 1024px) {
  .header__inner {
    grid-template-columns: 1fr;
  }
  .header__text {
    margin: 320px 0 30px;
    font-weight: 300;
  }
  .header__logo::before {
    width: 680px;
    height: 580px;
    top: -200px;
    left: 0;
  }
  .header__text::before {
    left: 0;
  }
}
@media (max-width: 768px) {
  .header__text h1 {
    font-size: 20px;
  }
  .header__logo::before {
    top: -85px;
    left: -35px;
    width: 115vw;
  }
}
@media (max-width: 596px) {
  .header__buttons {
    flex-wrap: wrap;
  }
  .header__buttons button {
    width: 100%;
    margin: 0 0 30px 0 !important;
  }
  .header__logo img {
    width: 100px;
  }
  .header::before {
    display: none;
  }
  .header__text::before {
    top: -100px;
    left: -50px;
  }
}
.button {
  background: #000;
  color: #fff;
  border-radius: 10px;
  width: 280px;
  text-align: center;
  display: inline-block;
  padding: 20px 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 22.4px;
}
.button.button--upload::before {
  content: "";
  background-image: url("../img/upload.svg");
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 0 14px 0 0;
}

.button-style-2 {
  color: #fff;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: underline;
  display: inline-flex;
  align-items: center;
}
.button-style-2.button-style-2--play::before {
  content: "";
  background-image: url("../img/play.svg");
  background-repeat: no-repeat;
  width: 16px;
  height: 17px;
  display: inline;
  margin: 0 8px 0;
}

.button-reed-more {
  font-size: 18px;
  line-height: 140%;
  text-align: right;
  letter-spacing: 0.05em;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #fff;
}

.button-close::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("../img/close.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.swiper-project__button-prev {
  background: url("../img/arrow.svg");
  width: 47px;
  height: 110px;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.swiper-project__button-next {
  background: url("../img/arrow.svg");
  width: 47px;
  height: 110px;
  transform: rotate(180deg);
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 30px !important;
}

.swiper-button-next {
  right: -10px !important;
  color: #000 !important;
}

.swiper-button-prev {
  left: -10px !important;
  color: #000 !important;
}

@media (max-width: 768px) {
  .swiper-project__button-prev {
    width: 20px;
    height: 90px;
    background: url("../img/arrow-m.svg");
    margin: 0 0 0 10px;
  }
  .swiper-project__button-next {
    width: 20px;
    height: 90px;
    background: url("../img/arrow-m.svg");
    margin: 0 10px 0 0;
  }
  .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px !important;
  }
  .swiper-button-next {
    right: -30px !important;
    color: #000 !important;
  }
  .swiper-button-prev {
    left: -30px !important;
    color: #000 !important;
  }
}
.statistics {
  background: #F5F5F5;
}

.statistics__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  margin: -60px 0 0;
  z-index: 999;
  position: relative;
}

.statistics__card {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(17px);
  border-radius: 30px;
  padding: 30px;
  -webkit-backdrop-filter: blur(17px);
  -webkit-appearance: none;
}

.statistics__card-title {
  font-size: 64px;
  line-height: 130%;
  color: #D81717;
  font-weight: 700;
  white-space: nowrap;
}
.statistics__card-title span {
  font-size: 44px;
}

.statistics__card-text {
  font-size: 16px;
  line-height: 130%;
  color: #4E4E4E;
}
.statistics__card-text a {
  color: #D81717;
  text-decoration: underline;
}

.statistics__title {
  padding: 60px 0 90px;
  color: #000;
  font-size: 45px;
  line-height: 140%;
  font-weight: 700;
}
.statistics__title span {
  color: #D81717;
}
.statistics__title ul {
  display: inline-flex;
}
.statistics__title ul li {
  margin: 0 -25px 0 0;
  width: 64px;
  height: 64px;
}
.statistics__title ul li img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 1024px) {
  .statistics__cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .statistics__title {
    font-size: 27px;
  }
  .statistics__card {
    padding: 20px 15px;
  }
  .statistics__card-title {
    font-size: 50px;
  }
  .statistics__card-title span {
    font-size: 28px;
  }
  .statistics__card-text {
    font-size: 12px;
  }
  .statistics__title ul li {
    margin: 0 -10px 0 0;
    width: 36px;
    height: 36px;
  }
  .statistics__title ul li img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .statistics__title img {
    height: 36px;
  }
}
.footer {
  background: linear-gradient(60.93deg, #D81717 4.24%, #F28975 89.96%, #FFC2A4 132.66%);
  padding: 60px 0 90px;
  position: relative;
  overflow: hidden;
}
.footer::before {
  content: "";
  position: absolute;
  display: block;
  width: 143px;
  height: 234px;
  background-image: url("../img/footer-bg01.png");
  top: 0;
  left: 0;
  z-index: 9;
  background-repeat: round;
}
.footer::after {
  content: "";
  position: absolute;
  display: block;
  width: 143px;
  height: 234px;
  background-image: url("../img/footer-bg02.png");
  bottom: 0;
  right: 0;
  z-index: 9;
  background-repeat: round;
}

.footer__inner {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}

.footer__text {
  font-size: 45px;
  line-height: 110%;
  color: #fff;
  font-weight: 700;
  position: relative;
  z-index: 99;
}
.footer__text::after {
  content: "";
  position: absolute;
  display: block;
  width: 609px;
  height: 312px;
  background-image: url("../img/footer-bg03.png");
  background-repeat: no-repeat;
  background-size: contain;
  top: 145px;
  left: -100px;
  z-index: 9;
}

@media (max-width: 900px) {
  .footer__inner {
    grid-template-columns: 1fr;
  }
  .footer__text {
    font-size: 30px;
  }
  .footer__text::after {
    bottom: -700px;
    left: 0;
  }
}
@media (max-width: 768px) {
  .footer__text {
    font-size: 30px;
  }
}
@media (max-width: 500px) {
  .footer__text:after {
    width: 115vw;
    top: 460px;
    left: -50px;
  }
}
.title {
  font-size: 52px;
  line-height: 110%;
  text-align: center;
  color: #000;
  font-weight: 700;
}
.title span {
  color: #D81717;
}

@media (max-width: 768px) {
  .title {
    font-size: 30px;
  }
}
.partners {
  margin: 90px 0 65px;
}

.partners-list {
  margin: 30px 0 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 20px;
}

.partners-list-item {
  justify-self: center;
  align-self: center;
}

.partners__logo {
  margin: 30px 0 0;
}
.partners__logo img {
  width: 100%;
}

.partners__logo--mobile {
  display: none;
}

@media (max-width: 768px) {
  .partners__logo--mobile {
    display: block;
  }
  .partners__logo--desctop {
    display: none;
  }
  .partners-list {
    grid-template-columns: repeat(4, 1fr);
  }
  .partners-list .partners-list-item:nth-of-type(10) {
    grid-column: 2/4;
  }
  .partners-list .partners-list-item:nth-of-type(14) {
    grid-column: 3/5;
  }
}
.slider-card {
  min-width: 580px !important;
  max-width: 580px !important;
}

.swiper-project .swiper-wrapper {
  align-items: center;
  margin: 60px 0 0;
}

.slider-cards {
  margin: 90px 0 0;
}

.slider-card {
  background: linear-gradient(60.93deg, #D81717 4.24%, #F28975 89.96%, #FFC2A4 132.66%);
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.slider-card::after {
  content: "";
  background-image: url("../img/card-back01.svg");
  width: 144px;
  height: 173px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.slider-card button {
  position: absolute;
  bottom: 30px;
  right: 45px;
  font-size: 14px;
}
.slider-card .slider-card__img {
  margin: 0 0 -25px;
  height: 300px;
}
.slider-card .slider-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: top;
  object-position: top;
}

.slider-card__inner {
  padding: 0 45px 30px;
  position: relative;
  z-index: 9;
}

.slider-card__logo-block img:first-child::after {
  content: "";
  display: block;
  width: 3px;
  height: 20px;
  background: #fff;
}
.slider-card__logo-block img:first-child {
  padding: 0 30px 0 0;
}
.slider-card__logo-block img:last-child {
  padding: 0 0 0 30px;
}

.slider-card__title {
  font-size: 24px;
  line-height: 120%;
  color: #fff;
  margin: 40px 0 0;
}

.info--slider {
  display: flex;
  margin: 20px 0;
}
.info--slider .info__time {
  color: #fff;
}
.info--slider .info__format {
  color: #fff;
}

.slider-card__text {
  font-size: 12px;
  line-height: 140%;
  color: #fff;
  margin: 0 0 30px;
}

.slider-card.swiper-slide-active .slider-card__img {
  height: 380px;
}
.slider-card.swiper-slide-active .slider-card__title {
  font-size: 30px;
}
.slider-card.swiper-slide-active .slider-card__text {
  font-size: 16px;
  margin: 0 0 60px;
}
.slider-card.swiper-slide-active button {
  font-size: 18px;
}

.slider-btn__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  width: 100%;
  margin: 30px 0 0;
}

.slider-btn__inner {
  width: 675px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1220px) {
  .swiper-project {
    margin: 0 -20px !important;
  }
}
@media (max-width: 768px) {
  .slider-btn__inner {
    width: unset;
  }
  .swiper-project .swiper-wrapper {
    align-items: center;
    margin: 40px 0 0;
  }
  .slider-card {
    min-width: unset !important;
    max-width: unset !important;
  }
  .swiper-project {
    padding: 0 30px !important;
  }
  .slider-card.swiper-slide-active .slider-card__img, .slider-card.swiper-slide .slider-card__img {
    height: 213px;
  }
  .slider-card.swiper-slide-active .slider-card__title, .slider-card.swiper-slide .slider-card__title {
    font-size: 16px;
    margin: 20px 0 0;
  }
  .slider-card.swiper-slide-active .slider-card__text, .slider-card.swiper-slide .slider-card__text {
    font-size: 12px;
    margin: 0 0 40px;
  }
  .slider-card.swiper-slide-active .info--slider, .slider-card.swiper-slide .info--slider {
    flex-direction: column;
  }
  .slider-card.swiper-slide-active button, .slider-card.swiper-slide button {
    right: 30px;
    font-size: 16px;
  }
  .slider-card.swiper-slide-active .slider-card__inner, .slider-card.swiper-slide .slider-card__inner {
    padding: 0 30px 30px;
  }
  .slider-card__info-time {
    font-size: 12px;
  }
  .slider-card__info-format {
    font-size: 12px;
  }
}
.popup {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4274509804);
  display: block;
  top: 0;
  left: 0;
  padding: 20px;
  transition: 0.2s ease-in-out;
  opacity: 0;
  z-index: -99;
}
.popup.popup--active {
  z-index: 999;
  opacity: 1;
}

.popup__inner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 60px 70px;
  border-radius: 40px;
  position: relative;
  max-width: 1180px;
  display: grid;
  grid-template-columns: 45% 50%;
  grid-column-gap: 5%;
}
.popup__inner button {
  position: absolute;
  top: 30px;
  right: 30px;
}
.popup__inner button::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("../img/close.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.popup__slider {
  padding: 0 30px;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}

.popup__title {
  font-size: 35px;
  line-height: 120%;
  color: #D81717;
  margin: 30px 0;
}

.popup__text {
  font-size: 16px;
  line-height: 140%;
}
.popup__text p {
  margin: 30px 0 0;
}

.popup__about-block {
  margin: 112px 0 0;
}
.popup__about-block ul {
  margin: 30px 0 0;
  display: flex;
  align-items: center;
  grid-gap: 30px;
}
.popup__about-block li {
  height: 30px;
}
.popup__about-block li img {
  height: 100%;
  object-fit: contain;
}

.popup__about-title {
  font-size: 30px;
  line-height: 120%;
}

.swiper-popup {
  border-radius: 30px;
  overflow: hidden;
}

.swiper-popup__slide {
  height: 460px !important;
  position: relative;
  overflow: hidden;
}
.swiper-popup__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 1180px) {
  .popup {
    padding: 0;
  }
  .popup.popup--active {
    overflow: auto;
  }
  .popup.popup--active .popup__inner {
    top: 0;
    left: 0;
    transform: translate(0, 0);
    border-radius: 0;
  }
}
@media (max-width: 1024px) {
  .popup__inner {
    display: block;
    padding: 60px 30px;
  }
  .popup__about-title {
    font-size: 28px;
    margin: 20px 0;
  }
  .popup__text {
    font-size: 12px;
  }
  .popup__text p {
    margin: 20px 0 0;
  }
  .popup__about-block {
    margin: 40px 0 0;
  }
  .popup__slider {
    margin: 40px 0 0;
  }
  .popup__slider {
    padding: 0;
  }
}
@media (max-width: 500px) {
  .swiper-popup__slide {
    background: #F5F5F5;
    height: 300px !important;
    position: relative;
    overflow: hidden;
  }
}
.popup-thanks {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4274509804);
  display: block;
  top: 0;
  left: 0;
  padding: 20px;
  transition: 0.2s;
  opacity: 0;
  z-index: -99;
}
.popup-thanks.popup-thanks--active {
  z-index: 999;
  opacity: 1;
}
.popup-thanks .popup-thanks__inner {
  max-width: 580px;
  text-align: center;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 60px 20px;
  border-radius: 40px;
  position: relative;
  text-transform: none;
}
.popup-thanks .popup-thanks__inner .button-thanks-close {
  position: absolute;
  top: 30px;
  right: 30px;
}
.popup-thanks .popup-thanks__inner .button-thanks-close::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("../img/close.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.popup-thanks .popup-thanks__title {
  font-size: 35px;
  line-height: 120%;
  color: #D81717;
}
.popup-thanks .popup-thanks__text {
  font-size: 16px;
  line-height: 140%;
  color: #000;
}

.popup-video {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4274509804);
  display: block;
  top: 0;
  left: 0;
  padding: 20px;
  transition: 0.2s ease-in-out;
  opacity: 0;
  z-index: -99;
}
.popup-video.popup-video--active {
  z-index: 9999;
  opacity: 1;
}

.popup-video__inner {
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 40px;
  position: relative;
  max-width: 1180px;
}
.popup-video__inner .button-video-close {
  position: absolute;
  top: 30px;
  right: 30px;
}
.popup-video__inner .button-video-close::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("../img/close-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 1180px) {
  .popup {
    padding: 0;
  }
  .popup.popup--active {
    overflow: auto;
  }
  .popup.popup--active .popup__inner {
    top: 0;
    left: 0;
    transform: translate(0, 0);
    border-radius: 0;
  }
}
.notice {
  max-width: 500px;
}

.notice__message {
  padding: 10px 20px;
  font-size: 12px;
  line-height: 140%;
  border-radius: 5px;
  background: #fff;
  color: #D81717;
  margin: 0 0 10px;
  display: none;
}
.notice__message:last-child {
  margin: 0 0 30px;
}
.notice__message.notice--active {
  display: inline-block;
}

.checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
  left: -9999px;
}

.checkbox {
  position: relative;
  display: block;
  margin: 10px 0 30px;
}
.checkbox .checkbox__box {
  position: absolute;
  top: 6px;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #FFFFFF;
  border-radius: 5px;
  transform: translateY(-50%);
}
.checkbox .checkbox__box + p {
  margin: 0 0 0 30px;
  color: #fff;
  font-size: 12px;
}
.checkbox .checkbox__box + p a {
  color: inherit;
  text-decoration: underline;
}
.checkbox .checkbox__box::before {
  content: "";
  width: 14px;
  height: 13px;
  background-image: url("../img/yes.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 0.2s ease-in-out;
}
.checkbox:hover .checkbox__box {
  border-color: #fff;
}
.checkbox input[type=checkbox]:checked + .checkbox__box::before {
  transform: translate(-50%, -50%) scale(1);
}
.checkbox input[type=checkbox]:checked + .checkbox__box {
  background: #fff;
}

.footer__form {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 99;
}
.footer__form_input {
  width: 80%;
  padding: 0 0 20px;
  margin: 0 0 30px;
  border-bottom: 1px solid #fff;
  font-size: 12px;
  color: #fff;
  -webkit-appearance: none;
  border-radius: 0;
}
.footer__form_input::placeholder {
  color: inherit;
  color: rgba(255, 255, 255, 0.5);
}
.footer__form_input::-moz-placeholder {
  color: inherit;
  color: rgba(255, 255, 255, 0.5);
}
.footer__form textarea {
  width: 80%;
  padding: 0 0 20px;
  margin: 0 0 30px;
  border-bottom: 1px solid #fff;
  font-size: 12px;
  color: #fff;
  resize: none;
  overflow: hidden;
  -webkit-appearance: none;
  border-radius: 0;
}
.footer__form textarea::placeholder {
  color: inherit;
  color: rgba(255, 255, 255, 0.5);
}

.checkbox input[type=checkbox] {
  opacity: 0 !important;
  position: absolute !important;
  left: 4px !important;
}

@media (max-width: 900px) {
  .footer__form {
    margin: 30px 0 130px;
  }
  .footer__form_input {
    width: 100%;
  }
  .footer__form textarea {
    width: 100%;
  }
  .footer__form .button {
    display: block;
    width: 100%;
  }
}
.logo-block {
  display: flex;
  align-items: center;
}
.logo-block img {
  height: 35px;
  -o-object-fit: contain;
  object-fit: contain;
  display: inline-block;
}

.logo-block__logo {
  display: flex;
  align-items: center;
}
.logo-block__logo::after {
  content: "";
  margin: 0 30px;
  height: 38px;
  width: 3px;
  background: #fff;
  display: inline-block;
  border-radius: 3px;
}

.logo-block--dark .logo-block__logo::after {
  background: #000;
}

@media (max-width: 768px) {
  .logo-block__logo::after {
    height: 20px;
    margin: 0 15px;
  }
  .logo-block img {
    height: 20px;
  }
}
.info__time {
  font-size: 16px;
  line-height: 140%;
  font-weight: 300;
  margin: 0 50px 0 0;
}
.info__time span {
  font-weight: 700;
}

.info__format {
  font-size: 16px;
  line-height: 140%;
  font-weight: 300;
}
.info__format span {
  font-weight: 700;
}

@media (max-width: 768px) {
  .info__time {
    font-size: 12px;
  }
  .info__format {
    font-size: 12px;
  }
}

/*# sourceMappingURL=main.min.css.map */
