@font-face {
  font-family: "MuseoSansCyrl";
  src: url("../fonts/MuseoSansCyrl500/MuseoSansCyrl500.eot");
  src: url("../fonts/MuseoSansCyrl500/MuseoSansCyrl500.eot?#iefix")format("embedded-opentype"),
    url("../fonts/MuseoSansCyrl500/MuseoSansCyrl500.woff") format("woff"),
    url("../fonts/MuseoSansCyrl500/MuseoSansCyrl500.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "MuseoSansCyrl";
  src: url("../fonts/MuseoSansCyrl900/MuseoSansCyrl900.eot");
  src: url("../fonts/MuseoSansCyrl900/MuseoSansCyrl900.eot?#iefix")format("embedded-opentype"),
    url("../fonts/MuseoSansCyrl900/MuseoSansCyrl900.woff") format("woff"),
    url("../fonts/MuseoSansCyrl900/MuseoSansCyrl900.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
}

@font-face {
  font-family: "MuseoSansCyrl";
  src: url("../fonts/MuseoSansCyrl300/MuseoSansCyrl300.eot");
  src: url("../fonts/MuseoSansCyrl300/MuseoSansCyrl300.eot?#iefix")format("embedded-opentype"),
    url("../fonts/MuseoSansCyrl300/MuseoSansCyrl300.woff") format("woff"),
    url("../fonts/MuseoSansCyrl300/MuseoSansCyrl300.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "MuseoSansCyrl";
  src: url("../fonts/MuseoSansCyrl700/MuseoSansCyrl700.eot");
  src: url("../fonts/MuseoSansCyrl700/MuseoSansCyrl700.eot?#iefix")format("embedded-opentype"),
    url("../fonts/MuseoSansCyrl700/MuseoSansCyrl700.woff") format("woff"),
    url("../fonts/MuseoSansCyrl700/MuseoSansCyrl700.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "MuseoSansCyrl";
  src: url("../fonts/MuseoSansCyrl500Italic/MuseoSansCyrl500Italic.eot");
  src: url("../fonts/MuseoSansCyrl500Italic/MuseoSansCyrl500Italic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/MuseoSansCyrl500Italic/MuseoSansCyrl500Italic.woff") format("woff"),
    url("../fonts/MuseoSansCyrl500Italic/MuseoSansCyrl500Italic.ttf") format("truetype");
  font-style: italic;
  font-weight: normal;
}

/* @font-face {
  font-family: 'Istok Web';
  src: local('../fonts/IstokWeb-Bold/Istok Web Bold'), local('../fonts/IstokWeb-Bold/Istok-Web-Bold'),
    url('../fonts/IstokWeb-Bold/IstokWeb-Bold.woff2') format('woff2'),
    url('../fonts/IstokWeb-Bold/IstokWeb-Bold.woff') format('woff'),
    url('../fonts/IstokWeb-Bold/IstokWeb-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
} */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers.
   */

body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */

main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */

small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

img {
  border-style: none;
}

/* Forms
     ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
  display: list-item;
}

/* Misc
     ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */

template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */

[hidden] {
  display: none;
}


/*Основной файл*/


:root {
  --font-family: "MuseoSansCyrl", sans-serif;
  --second-family: "Istok Web", sans-serif;

  --transition-property: all .3s ease-out;
}

body,
html {
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  color: #101010;
}

body {
  overflow-x: hidden;
  background: linear-gradient(141deg, #101010 0%, #260100 98%);
}

* {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

h2 {
  font-weight: 900;
  font-size: 60px;
  line-height: 1.2;
  color: #ffa00e;
}

h2 span {
  color: #FFF;
}

.--white {
  color: #FFF;
}


.container {
  max-width: 1320px;
  padding: 0 15px;
  margin: 0 auto;
}

.btn{
  text-decoration: none;
  outline: none;
  border: unset;
  cursor: pointer;
  background: transparent;
  display: flex;
  padding: 0;
}

.btn > div {
  background: #DF2926;
  border-radius: 10px;
  font-weight: 400;
  color: #fff;
  padding: 0 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65px;
  transition: var(--transition-property);
  
}

.btn__tgBot {
  width: fit-content;
}

.btn__tgBot > div{

  background: #FF540B;
}



.btn__tgBot .btn__txt{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
}
.btn__tgBot:hover > div{
  color: #FF540B;
}

.btn__tgBot .btn__txt svg path{
  transition: var(--transition-property);
}

.btn__tgBot:hover .btn__txt svg path{
  fill: #FF540B;
}

.btn--pg .btn__txt{
  padding: 0 34px;
}


.btn:hover .btn__txt{
  background: #fff;
  color: #df2926;
}

.btn .btn__icon svg{
  transition: var(--transition-property);
}

.btn:hover .btn__icon svg{
  transform: rotate(45deg);
}




.slider-arrows__prev,
.slider-arrows__next {
  cursor: pointer;
  transition: var(--transition-property);
}

.slider-arrows__prev svg path, .slider-arrows__prev svg rect,
.slider-arrows__next svg path, .slider-arrows__next svg rect{
  transition: var(--transition-property);
}

@media (hover: hover) {

.slider-arrows__prev:hover svg path, 
.slider-arrows__next:hover svg path{
  fill: #FFF;
}

.slider-arrows__prev:hover svg rect,
.slider-arrows__next:hover svg rect{
  stroke: #df2926;
  fill: #df2926;
}

}


/* .fix_h {
  padding-top: 80px;
} */

.ov {
  overflow: hidden;
}


.block-loaded:before {
  z-index: 9999999;
  content: '';
  display: block;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.45);
  background-image: url("../img/preloader.svg");
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: 50%;
  position: fixed;
  top: 0;
  left: 0;
}


.button-up{
  position: fixed;
  opacity: 0;

  transition: var(--transition-property);
  right: 40px;
  bottom: 40px;
  z-index: 99999;
}

.button-up.show{
  opacity: 1;

}

a{
  color: #ff6800;
}

.locked{
  overflow: hidden;
}

@media (max-width: 1250px) {
 /*  .fix_h {
    padding-top: 110px;
  } */
}

@media (max-width: 480px) {
  .btn {
    height: 50px;
    font-size: 16px;
  }

  .btn > div{
    height: 50px;
    font-size: 16px;
  }

  .btn--pg .btn__txt {
    padding: 0 20px;
  }

  .btn .btn__icon{
    display: none;
  }

  h2 {
    font-size: 40px;
  }
}



/*Шапка*/
.header {
  border-radius: 0 0 0 90px;
  background: #0D0D0D;
  padding-top: 1px;
  padding-bottom: 1px;
  position: relative;
  overflow: hidden;
  background-image: url("../img/header_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 1080px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 12px 90px 0 rgba(255, 0, 0, 0.25);
}

/*.header::before {
  content: "";
  background-image: url("../img/header_img_1.png");
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 484px;
  height: 608px;
}*/

.header--privacy{
  border-radius: 0;
}

.header--privacy::before{
  display: none;
}

/* .fix_h .header::before{
  top: -80px;
} */

.header__wrapper{
  position: relative;
}

.header__wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: var(--bg-image);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.1;
}

/* .header::after { */
  .header__stetoscop{
  /* content: ""; */
  background-image: url("../img/header_img_2.png");
  background-repeat: no-repeat;
  position: absolute;
  top: 270px;
  left: calc(50% + 170px);
  transform: rotate(27deg);
  width: 870px;
  height: 600px;
  z-index: 10;
  transition: var(--transition-property);
}

.header__fire {
  position: absolute;
  transition: var(--transition-property);
  background-image: url("../img/header_fire.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10;
}



.header__fire--1{
  top: 273px;
  right: 17.5%;
  transform: rotate(-15deg);
  width: 130px;
  height: 130px;
}

.header__fire--2{
  top: 359px;
  right: 5%;
  transform: rotate(15deg);
  width: 213px;
  height: 213px;
}

.header__fire--3{
  top: 473px;
  right: 11%;
  transform: rotate(-15deg);
  width: 370px;
  height: 370px;
}

@media (max-width: 1000px) {
  .header__fire{
    display: none;
  }
}

/* .fix_h .header::after{
  top: 190px;
} */


.menu__container {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 100;
  position: relative;
}

.header--privacy .menu__container{
  margin-bottom: 30px;
}

.menu{
  margin-top: 0;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  transition: var(--transition-property);
}


.menu.menu_fixed { 
  background: #010101;
  transform: translateY(-110%);
  transition: var(--transition-property);
}


.scroll_down .menu.menu_fixed{
  background: transparent !important;
}

.scroll_up .menu.menu_fixed{
  transform: translateY(0%);
}

/* @keyframes ani {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
} */

.menu .menu__container {
  max-width: 1320px;
  padding: 0 15px;
  margin: 30px auto 30px;
}

.menu__logo-wrapper {
  display: flex;
  gap: 33px;
  align-items: center;
}

.menu__logo-item {
  display: flex;
}

.menu__logo-item img {
  width: 100%;
}

.menu__list {
  display: flex;
  gap: 38px;
  list-style: none;
  padding: 0;
}

.menu__item-link {
  color: #fff;
  text-decoration: none;
  transition: var(--transition-property);
}

/* Стили для кнопки в меню */
.menu__item-link[type="button"] {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

.menu__item-link--all{
  cursor: default;
}

.menu__item-link:hover {
  /* text-decoration: underline; */
  color: #df2926;
}

/* Выпадающее меню */
.menu__item {
  position: relative;
}

.menu__item-link {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Стрелочка только для пунктов с подменю */
.menu__item:has(.menu__sublist) .menu__item-link::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #fff;
  transition: var(--transition-property);
}

.menu__item:has(.menu__sublist):hover .menu__item-link::after {
  transform: rotate(180deg);
}

/* Невидимый мост для предотвращения дерганий */
.menu__item:has(.menu__sublist)::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 22px; /* Точный размер зазора */
  z-index: 998;
  pointer-events: auto; /* Важно! Позволяем взаимодействие */
  background: transparent;
}

.menu__sublist {
  position: absolute;
  top: calc(100% + 22px); /* Отступ 22px от родительского элемента */
  left: 0;
  background: rgba(223, 41, 38, 0.2);
  border-radius: 10px;
  padding: 10px;
  list-style: none;
  margin: 0;
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1000;
  backdrop-filter: blur(5px);
}

/* Треугольный выступ сверху */
.menu__sublist::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 17px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid rgba(223, 41, 38, 0.2);
}

.menu__item:has(.menu__sublist):hover .menu__sublist {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.menu__subitem {
  margin: 0;
}

.menu__sublink {
  display: block;
  padding: 8px 12px;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  transition: var(--transition-property);
  font-size: 16px;
  white-space: nowrap;
}

.menu__sublink:hover {
  background: rgba(223, 41, 38, 0.4);
  color: #fff;
}

.menu__button-wrapper {
  display: flex;
  gap: 30px;
}


.menu__open-menu {
  display: none;
}

.menu__mobile-logo-wrapper {
  display: none;
}

.menu__close-menu {
  display: none;
}

.menu__mobile-btn {
  display: none;
}

@media (max-width: 1250px) {
  .menu__main {
    transition: .5s;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateY(-110%);
    max-width: 100%;
    height: 100dvh;
    background: #fff;
    z-index: 9999999;

    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 40px;
    overflow: auto;
  }

  .menu__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 38px;
}

  /* Мобильная версия выпадающего меню */
  .menu__item:has(.menu__sublist)::before {
    display: none; /* Убираем невидимый мост на мобильных */
  }

  /* Показываем стрелочку у пунктов с подменю на мобильных */
  .menu__item:has(.menu__sublist) .menu__item-link::after {
    display: block;
    border-top: 6px solid #101010;
    transition: transform 0.3s ease;
  }

  /* Поворачиваем стрелочку при открытом подменю */
  .menu__item.submenu-open .menu__item-link::after {
    transform: rotate(180deg);
  }

  .menu__sublist {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    background: transparent; /* Убираем фон */
    margin: 0;
    padding: 0;
    border-radius: 0;
    top: auto;
    min-width: auto;
    display: flex;
    flex-direction: column;
    gap: 38px;
    align-items: center;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  /* Открытое состояние подменю в мобильной версии */
  .menu__item.submenu-open .menu__sublist {
    max-height: 500px; /* Достаточно большое значение для показа всех элементов */
  }

  /* Убираем треугольник на мобильных */
  .menu__sublist::before {
    display: none;
  }

  .menu__sublink {
    color: #101010;
    font-size: 18px; /* Такой же размер как у обычных пунктов */
    padding: 0;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start; /* Выравнивание по левому краю */
    text-align: left; /* Текст по левому краю */
    width: 100%;
  }

  .menu__sublink:hover {
    background: transparent; /* Убираем фон при наведении */
    color: #101010;
  }

  .menu__main.active {
    transform: translateY(0);

  }

  .menu__open-menu {
    width: 40px;
    height: 50px;
    position: relative;
    display: block;
    cursor: pointer;
  }

  .menu__open-line {
    height: 2px;
    background: #fff;
    position: absolute;
    top: 18px;
    left: 0;
    right: 0;
  }

  .menu__open-line--2 {
    top: 30px;
  }

  .menu__mobile-logo-wrapper {
    display: flex;
    gap: 33px;
    align-items: center;
  }

  .menu__list {
    flex-direction: column;
  }

  .menu__item-link {
    color: #101010;
  }

  .menu__close-menu {
    display: block;
    position: absolute;
    top: 45px;
    right: 40px;
    z-index: 22;
    cursor: pointer;
  }

  .menu__mobile-logo-item img {
    width: auto;
    height: 100%;
  }

  .menu__main.active .menu__mobile-btn {
    display: block;
    max-width: 480px;
  }

  .menu__main.active .menu__mobile-btn .btn,
  .menu__main.active .menu__mobile-btn .btn__txt{
    width: 100%;
  }
}


@media (max-width: 480px) {
  .header {
    border-radius: 0 0 90px 90px;
    min-height: unset;
  }

  .menu__logo-wrapper{
    flex-direction: column;
    max-width: 22%;
    gap: 10px;
  }

  .menu__logo-item:first-child {
    height: 45px;
  }


  .btn__soc {
    display: none;
  }

  .menu__mobile-logo-item {
    height: 45px;
  }

  .menu__mobile-btn {
    display: block;
    max-width: auto;
  }

  .menu__list {
    align-items: center;
  }
}




/*Hero блок*/

.hero {
  margin-top: 215px;
  display: flex;
  flex-direction: column;
  z-index: 10;
  position: relative;
}


.hero__theme {
  border-radius: 28px;
  background: #DF2926;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.2;
  color: #fff;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-bottom: 36px;
  margin-left: -14px;
  position: relative;
}

.hero__theme:before{
  content: '';
  /*background-image: url("../img/flasher.png");*/
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: -73px;
  left: -32px;
  width: 88px;
  height: 95px;
}

.hero__title {
  margin-bottom: 90px;
}

/*.hero__title--subtitle {
  margin-bottom: 30px;
}*/

.hero__title h1 {
  font-weight: 900;
  font-size: 100px;
  color: #fff;
  margin: 0;

}

.hero__title h1 span {
  color: #fff;
}

.hero__subtitle {
  font-weight: 300;
  font-size: 60px;
  line-height: 1;
  color: #fff;
  margin-bottom: 30px;
}


.hero__tgBot{
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 36px;
  text-decoration: none;
  transition: var(--transition-property);

  border-radius: 28px;
  background: #df2926;
  padding: 10px 20px;
  width: fit-content;
}

.hero__tgBot:hover{
  background: #FFFFFF;
}

.hero__tgBot-bottom{
  margin-bottom: 0px;
  justify-content: end;
  justify-self: end;
}

.hero__tgBot-href{
  color: #FFFFFF;
  text-decoration: none;
}

.hero__tgBot:hover .hero__tgBot-href{
  /* text-decoration: underline; */
  color: #df2926;
}

.hero__tgBot-img img{
  max-width: 60px;
}

.hero__tizers {
  display: flex;
  gap: 30px;
}

.hero__tizers-item {
  width: 420px;
  height: 163px;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.4;
  text-transform: uppercase;
  color: rgba(16, 16, 16, 0.7);
  padding: 22px 40px;
  position: relative;
}


.hero__tizers-item--when {
  /*background-image: url("../img/when.png");
  background-repeat: no-repeat;*/
  border: 1px solid #FFFFFF;
  border-radius: 20px;
}

.hero__tizers-item--how {
  background-image: url("../img/how.png");
  background-repeat: no-repeat;
}

.hero__tizers-title{
  font-weight: 700;
font-size: 20px;
line-height: 140%;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.5);
margin-bottom: 7px;
}

.hero__tizers-description{
  font-weight: 700;
  font-size: 30px;
  line-height: 140%;
  text-transform: uppercase;
  color: #fff;
}

.hero__tizers-icons {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  gap: 14px;
}

.hero__tizers-icon {
  display: flex;
}

.hero__tizers-icon img {
  width: 100%;
  border-radius: 100%;
  transition: var(--transition-property);
}

.hero__tizers-icon:hover img{
  background: #df2926;
  border-radius: 100%;
}

.hero__btn{
  margin-bottom: 30px;
}

@media (max-width: 1370px) {
  .hero__theme {
    margin-left: 0;
  }
}

@media (max-width: 1000px) {

  .hero{
    margin-top: 152px;
  }

  

  .hero__tizers-item {
    width: 100%;
    background-size: contain;
    height: auto;
    aspect-ratio: 2.282 / 1;
    font-size: 20px;
  }

  .hero__tizers-icon {
    width: 50px;
  }
}


@media (max-width: 480px) {
  .hero__theme {
    margin-left: 0;
    font-size: 20px;
  }

  .hero__title h1 {
    font-size: 60px;
  }

  .hero__tizers {
    flex-direction: column;
  }

  .hero__tizers-item {
    width: 100%;
    background-size: contain;
    height: 180px;
    aspect-ratio: 2.282 / 1;
    font-size: 20px;
  }

  .hero__tizers-icon {
    width: 50px;
  }

  .hero__tizers-item--how{
    background-size: 100% 175px;
  }
}



/*Бегущая строка*/
.run-line {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 60px;
  overflow-x: hidden;
  margin-top: 80px;
  margin-bottom: 80px;
}

.run-line__track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 32s linear infinite;

  font-weight: 900;
  font-size: 50px;
  line-height: 1ю2;
  color: rgba(255, 255, 255, 0.4);

  display: flex;
  align-items: center;
  height: 100%;
  gap: 37px;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (max-width:480px) {
  .run-line {
    height: 70px;
  }

  .run-line__track {
    font-size: 40px;
  }
}


/*О конференции*/

.about {
  
  margin-top: -85px;
  padding-top: 85px;
  padding-bottom: 120px;
}


.about__head {
  margin-top: 120px;
  display: flex;
  gap: 197px;
  margin-bottom: 89px;
}

.about__description {
  color: #fff;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.2;
  margin-top: 28px;
  margin-left: -60px;
  margin-bottom: 80px;
}

.about__wrapper{
  padding-top: 120px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.about__video-wrapper{
  padding-top: 120px;
}

.about__left{
  flex: 1;
}

.about__title--video{
  margin-bottom: 80px;
}

.about__right{
  flex: 0 1 588px;
}


.about__content-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 143px;
}

.about__img {
  margin-top: 63px;
}

.about__img img {
  width: 100%;
}

.about__content {
  margin-left: 50px;
}


.about__skills {
  margin-bottom: 58px;
  position: relative;
  height: 145px;
}


.about__skill {
  border: 0.58px solid #101010;
  border-radius: 12px;
  background: #fff;

  font-style: italic;
  font-weight: 500;
  font-size: 23px;
  line-height: 1.65;
  height: 55px;
  display: flex;
  align-items: center;
  padding: 0 42px;
  position: absolute;
  top: 0;
  left: 0;
  transition: var(--transition-property);
}

.about__skill--0 {
  top: 42px;
  transform: rotate(18deg);
  z-index: 10;
}

.about__skill--1 {
  top: -3px;
  left: 71px;
  transform: rotate(5deg);
  z-index: 8;
}

.about__skill--2 {
  top: 26px;
  left: 190px;
  transform: rotate(-34deg);
}

.about__skill--3 {
  top: 92px;
  left: 275px;
  transform: rotate(-1deg);
  z-index: 10;
}

.about__skill--4 {
  top: 42px;
  left: 375px;
  transform: rotate(14deg);
  z-index: 8;
}

.about__content-title h3 {
  font-weight: 700;
  font-size: 25px;
  line-height: 1.4;
  color: #df2926;
  margin-bottom: 30px;
}

.about__content-text {
  max-width: 420px;
  color: #fff;
}

.about__content-text,
.about__content-text p {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 65px;
}

.about__content-text ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

.about__content-text ul li{
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 14px;
  padding-left: 40px;
  position: relative;
}

.about__content-text ul li::before {
  content: "";
  width: 24px;
  height: 30px;
  position: absolute;
  left: 0;
  top: -6px;
  background-image: url("../img/small_fire.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.about__video-link{
  margin-top: 80px;
  display: flex;
  justify-content: center;
}

.about__video-link img{
  width: 24px;
  height: 30px;
  margin-right: 10px;
}


@media (max-width:1000px) {
  .about__head {
    flex-direction: column;
    gap: 20px;
  }

  .about__wrapper {
    flex-direction: column;
    gap: 20px;
  }

  .about__description{
    font-size: 20px;
    margin-left: 0;
    margin-bottom: 20px;
  }

  .about__skill {
    font-size: 18px;
    padding: 0 20px;
    height: 50px;
  }


  .about__skill--1 {
    left: 13%;
  }

  .about__skill--2 {
    left: 32%;
  }

  .about__skill--3 {
    left: 51%;
  }

  .about__skill--4 {
    left: 67%;
  }

  .about__content-wrapper{
    gap: 30px;
  }

  .about__img{
    flex: 0 1 20%;
  }

  .about__content{
    flex:1 0 70%;
  }
}

@media (max-width:480px) {
  

  .about__content-wrapper {
    flex-direction: column;
    gap: 20px;
  }

  .about__img {
    flex: auto;
  }

  .about__content{
    flex: auto;
    margin-left: 0;
  }

  
}

/*Что вы получите от конференции*/
.what{
  padding-bottom: 120px;
  
}

.what__title{
 
  margin-bottom: 73px;
}

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

.what__item{
  background: #FFF;
  border-radius: 20px 20px 20px 20px;
  position: relative;
  padding: 45px;
  min-height: 376px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  position: relative;

  background-image: url("../img/what_border.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 105px;
}


.what__number{
  position: absolute;
  top:-1px;
  left: -1px;
  color: #df2926;
  font-size: 30px;
  font-weight: 500;
  width: 105px;
  height: 105px;
  background-repeat: no-repeat;
}

.what__number span{
  top: 25px;
  left: 25px;
  position: absolute;
}

.what__icon{
  position: absolute;
  top: 45px;
  right: 45px;
  width: 68px;
}

.what__icon img{
  width: 100%;
}


.what__item-title{
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 20px;
  z-index: 10;
  position: relative;
  max-width: 420px;
}

.what__description{
  position: relative;
  z-index: 10;
  max-width: 393px;
}


.what__item::before{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: top right;

}

.what__item--0::before{
  background-image: url("../img/what_item_bg_1.png");  
}

.what__item--1::before{
  background-image: url("../img/what_item_bg_2.png");  
}

.what__item--2::before{
  background-image: url("../img/what_item_bg_3.png");  
}

.what__item--3::before{
  background-image: url("../img/what_item_bg_4.png");  
}

@media (max-width:1000px){
.what__list{
  display: flex;
  flex-direction: column;
}

.what__item::before{
  display: none;
}

.what__item{
  margin: -1px;
}
}

/*Почему будет интересно?*/
.interesting {
  padding-bottom: 120px;
  /* background: #f0ebff; */
}

.interesting--white{
  background: #FFF;
  margin-top: -1px;
}


.interesting__title {
  margin-bottom: 80px;
}

.interesting--white .interesting__title h2{
  color: #df2926;
}

.interesting--white .interesting__title h2 span{
  color: #000;
}




.interesting__list {
  display: grid;
  gap: 30px;
  position: relative;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

/*.interesting__list::before {
  content: "";
  width: 93px;
  height: 82px;
  background-image: url("../img/interesting_1.png");
  background-repeat: no-repeat;
  position: absolute;
  top: -30px;
  left: 511px;
}

.interesting__list::after {
  content: "";
  width: 93px;
  height: 82px;
  background-image: url("../img/interesting_2.png");
  background-repeat: no-repeat;
  position: absolute;
  top: 25px;
  right: -40px;
}*/

.interesting__item {
  border: 1px solid #000;
  border-radius: 20px;
  background: #fff;
  padding: 22px;
}

.interesting__item-number {
  font-weight: 900;
  font-size: 95px;
  line-height: 1;
  color: rgba(223, 41, 38, 0.16);
  margin-bottom: 5px;
}

.interesting__item-title {
  font-weight: 600;
  font-size: 25px;
  line-height: 1.4;
  margin-bottom: 11px;
}

.interesting__item-description {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
}


.slider-arrows__wrapper {
  display: flex;
  margin-top: 30px;
  gap: 30px;
  justify-content: center;
}




@media (max-width: 1000px) {
  .interesting__list {
    display: flex;
    flex-direction: column;
  }

  .interesting__list .swiper-wrapper{
    align-items: stretch;
  }

  .interesting__item{
    height: auto;
  }

  .interesting__list::after, .interesting__list::before {
    display: none;
  }
}


/*Программа*/
.programm {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #FFF;
}

.programm__title {
  margin-bottom: 80px;
}

.programm__title h2{
  color: #df2926;
}


.programm__list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.programm__item {
  position: relative;
  display: flex;
  gap: 60px;
  border: 1px solid #101010;
  border-radius: 20px;
  padding: 50px 25px 50px 50px;
  transition: var(--transition-property);
  height: 402px;
}





.programm__icon-wrapper {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 105px;
  height: 105px;
  background-image: url("../img/programm_border.png");
  background-repeat: no-repeat;
  display: flex;
  justify-content: flex-end;
}

.programm__icon {
  border-radius: 10px;
  width: 65px;
  height: 65px;
  background: #df2926;
  display: flex;
  align-items: center;
  justify-content: center;
}

.programm__item .programm__icon svg {
  transition: var(--transition-property);
}



.programm__left {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex: 0 0 470px;
}

.programm__time {
  height: 90px;
  padding: 0 27px;
  border-radius: 10px;
  background: #FEF4EE;
  font-weight: 500;
  font-size: 50px;
  align-items: center;
  display: flex;
  width: fit-content;
  margin-top: 10px;
}


.programm__description {
  font-weight: 500;
  font-size: 30px;
  line-height: 1.2;
}


.programm__right {
  display: flex;
  flex-direction: column;
  gap: 40px;
  flex: 1 1 auto;
  overflow: hidden;
}

.programm__spiker {
  display: flex;
  gap: 35px;
  align-items: center;
  margin: 30px 0;
  transition: var(--transition-property);
}

/* .programm__spiker-foto{
  border-radius: 100%;
  overflow: hidden;
  width: 240px;
  aspect-ratio: 1;
} */

.programm__spiker-foto img {
  width: 240px;
  height: auto;
  border-radius: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  display: flex;
  object-position: center;
  filter: grayscale(100%);
  transition: var(--transition-property);
}

.programm__spiker-info {
  display: flex;
  flex-direction: column;
  gap: 25px;
  transition: var(--transition-property);
}

.programm__spiker-name {
  font-weight: 700;
  font-size: 25px;
}

.programm__spiker-doljnost {
  font-size: 18px;
  line-height: 1.2;
}

.programm__tizer-list {
  opacity: 0;
  height: 0;
  transition: var(--transition-property);
  column-count: 2;
  column-gap: 45px;
  display: none;
}

.programm__tiser-item {
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 20px;
  padding-left: 39px;
  position: relative;
  padding-top: 6px;
}

.programm__tiser-item::before {
  content: "";
  width: 24px;
  height: 30px;
  /*background: #df2926;
  transform: rotate(45deg);
  border-radius: 2px;*/
  position: absolute;

  left: 0;
    top: 0;
    background-image: url(../img/small_fire.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}


@media (hover: hover) {
  .programm__item:hover {
    background: #FEF4EE;
    gap: 34px;
  }

  .programm__item:hover .programm__icon svg {
    transform: rotate(45deg);
  }

  .programm__item:hover .programm__spiker {
    margin: 0;
    /* margin-top: -10px; */
  }


  .programm__item:hover .programm__spiker-info {
    gap: 11px;
  }

  .programm__item:hover .programm__spiker-foto img {
    filter: grayscale(0%);
    width: 110px;
  }

  .programm__item:hover .programm__tizer-list {
    opacity: 1;
    height: auto;
    display: block;
  }

}

@media (max-width:1000px) {
  .programm__item {
    padding: 20px;
    flex-direction: column;
    height: auto;
    gap: 30px;
  }

  .programm__left {
    flex: auto;
  }

  .programm__description {
    font-size: 20px;
  }

  .programm__icon-wrapper {
    display: none;
  }

  .programm__time {
    font-size: 30px;
    height: 60px;
  }

  .programm__spiker-foto img {
    width: 100px;
  }

  .programm__spiker {
    gap: 15px;
    margin: 0;
  }

  .programm__spiker-info {
    gap: 10px;
  }

  .programm__spiker-name {
    font-size: 18px;
  }

  .programm__spiker-doljnost {
    font-size: 16px;
  }

  .programm__tizer-list {
    display: block;
    opacity: 1;
    height: auto;
    column-count: 1;
  }
}

/*Спикеры*/
.spikers {
  
  padding-top: 120px;
  padding-bottom: 120px;
}

.spikers__head{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.spikers__slider {
  margin-top: 80px;
}

.spikers__item {
  /* width: 420px !important; */
  /* transition: var(--transition-property); */
  background: #FFF;
  border-radius: 20px;
  height: auto;
}



.spikers__item.swiper-slide-active {
  /* width: 533px !important; */
  width: 27.76% !important;
}


.spikers__img img {
  width: 100%;
  height: 386px;
  object-fit: cover;
  object-position: center;
  filter: grayscale(100%);
  transition: var(--transition-property);
  border-radius: 20px;
}


.spikers__item.swiper-slide-active .spikers__img img {
  filter: grayscale(0%);
  /* width: 533px; */
  height: 452px;
}

.spikers__name {
  font-weight: 700;
  font-size: 25px;
  margin: 30px 27px 59px;
  transition: var(--transition-property);
}

.spikers__item.swiper-slide-active {
  /* margin-bottom: 30px; */
}

.spikers__doljnost {
  font-size: 18px;
  line-height: 1.2;
  height: 0;
  opacity: 0;
  transition: var(--transition-property);
  margin: 0 27px 35px;
}

.spikers__item.swiper-slide-active .spikers__doljnost {
  height: auto;
  opacity: 1;
}

.spikers__slider .swiper-wrapper {
  align-items: center;
  min-height: 677px;
}

@media (max-width:480px) {

  .slider-arrows__wrapper-out{
    display: none;
  }
  
  .spikers__slider {
    margin: 80px 15px 0;
  }

  .spikers__item.swiper-slide-active {
    width: 100% !important;
  }

  .spikers__doljnost {
    height: auto;
    opacity: 1;
  }

  .spikers__item.swiper-slide-active .spikers__img img {
    height: 386px;
  }

  .spikers__img img {
    height: 386px;
  }

  .spikers__slider .swiper-wrapper {
    align-items: stretch;
    min-height: auto;
  }

  .spikers__slider .swiper-slide {
    height: auto;
  }
}


/*Организаторы*/

.organizers {
  padding-bottom: 200px;
}

.organizers__title {
  margin-bottom: 80px;
}

.organizers__list {
  display: grid;
  
  gap: 30px;
}

.organizers__list--2{
  grid-template-columns: 1fr 1fr;
}


.organizers__item {
  border-radius: 20px;
  position: relative;
  padding: 45px 45px 66px;
  text-decoration: none;
  background: transparent;
  overflow: visible;
  border: 1px solid #fff;
}

.organizers__item::before {
  content: '';
  position: absolute;
  top: -2px;
  right: -2px;
  width: 110px;
  height: 110px;
  background: #220404;
}

.organizers__icon-wrapper {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 110px;
  height: 110px;
  background-image: url("../img/programm_border_2.png");
  background-repeat: no-repeat;
  display: flex;
  justify-content: flex-end;
}

.organizers__icon {
  border-radius: 10px;
  width: 65px;
  height: 65px;
  background: #df2926;
  display: flex;
  align-items: center;
  justify-content: center;
}

.organizers__item .organizers__icon svg {
  transition: var(--transition-property);
}

.organizers__item:hover .organizers__icon svg {
  transform: rotate(45deg);
}




.organizers__logo {
  margin-bottom: 50px;
}

.organizers__name {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.2;
  text-decoration: none;
  color: #fff;
  transition: var(--transition-property);
}

.organizers__item:hover .organizers__name{
  color: #df2926;
}



.organizers__description {
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
}


@media (max-width:480px) {
  .organizers__list {
    grid-template-columns: 1fr;
  }

  .organizers__item {
    padding: 40px;
  }
}

/*Партнеры*/

.partners {
  border-radius: 90px 0 0 0;
  border: 1px solid #FFF;
  border-bottom: none;
  /*background: linear-gradient(141deg, #101010 0%, #260100 98%);*/
  position: relative;
  z-index: 2;
  padding: 120px 0 210px;
  /*margin-top: -80px;*/
}

.partners__head {
  display: flex;
  gap: 70px;
  align-items: center;
  margin-bottom: 80px;
}

.partners__title h2{
  color:#fff;
}


.partners__description {
  font-weight: 500;
  font-size: 30px;
  line-height: 1.2;
  color: #fff;
}


.partners__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 32px;
}

.partners__item {
  /*border: 1px solid rgba(255, 255, 255, 0.5);*/
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition-property);
}

.partners__img img {
  opacity: 0.5;
  transition: var(--transition-property);
  width: 100%;
  padding: 5px;
}

.partners__item--connect {
  grid-column: 4 / 6;
  color: #FFF;
  aspect-ratio: auto;
}

.partners__item:hover {
  /*border: 1px solid rgba(255, 255, 255, 1);*/
  border: 1px solid #FFF;
}

.partners__item:hover .partners__img img {
  opacity: 1;
}


.partners__item-connect {
  display: flex;
  gap: 35px;
  align-items: center;
  cursor: pointer;
  transition: var(--transition-property);
  text-decoration: none;
}

.partners__item-connect-text {
  font-weight: 500;
  font-size: 25px;
  line-height: 1.4;
  color: gray;
  transition: var(--transition-property);
}

@media (hover: hover) {

  .partners__item--connect:hover {
    border: 1px solid #df2926;
    background: #df2926;
  }
  .partners__item--connect:hover .partners__item-connect-text {
    color: #FFF;
  }
  .partners__item--connect:hover .partners__item-connect-icon svg path{
    stroke: #FFF;
  }
}


@media (max-width:1000px) {
  .partners__head {
    flex-direction: column;
    gap: 30px;
    align-items: baseline;
  }

  .partners__list {
    display: flex;
    flex-direction: column;
  }

  .partners__item {
    border: 1px solid gray;
  }

  .partners__img img {
    opacity: 1;
  }

  .partners__item--connect {
    height: auto;
  }

  .partners__item-connect {
    flex-direction: column;
    gap: 0px;
  }

  .partners__item-connect-text {
    font-size: 18px;
  }

  .partners__item-connect-icon svg {
    width: 60px;
  }
}


/*Форма*/

.form-section {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  border-radius: 0 90px 0 0;
  background: #FFF;
  margin-top: -90px;
  overflow: hidden;
  z-index: 2;
}

.form-section::before {
  content: "";
  position: absolute;
  right: 0;
  top: -205px;
  background-image: url("../img/form_bg.png");
  background-repeat: no-repeat;
  width: 327px;
  height: 676px;
}


.form-section__head {
  display: flex;
  gap: 66px;
  align-items: center;
  margin-bottom: 80px;
}

.form-section__description {
  font-weight: 500;
  font-size: 30px;
  line-height: 1.2;
}

.form {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 30px;
  column-gap: 60px;
}

.form__input-wrapper {
  display: flex;
  align-items: flex-end;
}

.form__input {
  width: 100%;
  height: 60px;
  outline: unset;
  border: unset;
  border-bottom: 1px solid rgba(16, 16, 16, 0.5);
  display: flex;
  align-items: center;

  color: rgba(16, 16, 16, 0.5);
  font-size: 15px;
  line-height: 1.2;
}

.form__input::placeholder {
  color: rgba(16, 16, 16, 0.5);
  font-size: 15px;
  line-height: 1.2;
}


.form__input-required{
  position: absolute;
  left: 55px;
  top: 5px;
  color: rgba(16, 16, 16, 0.5);
  font-size: 15px;
}
.btn__send-form {
  width: 100%;
}


.form-section__agree {
  margin-top: 40px;
  font-size: 15px;
  line-height: 1.2;
}

.form-section__agree a {
  text-decoration: underline;
  color: #df2926;
}

.form-section__form .ag-countrymask{
  width: 100%;
}

@media (max-width:1000px) {
  .form {
    grid-template-columns: 1fr;
  }

  .form-section__title h2{
    font-size: 30px;
  }

  .form-section__head{
    flex-direction: column;
    align-items: baseline;
  }

  .form-section__description{
    font-size: 20px;
  }

 
}

/*faq*/
.faq {
  background: #FFF;
  padding: 120px 0;
}

.faq__title {
  margin-bottom: 80px;
}

.faq__title h2{
  color:#000;
}

.faq__list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.faq__item {
  border: 1px solid #000;
  border-radius: 20px;
  padding: 80px;
  position: relative;
  cursor: pointer;
}

.faq__item::before {
  content: '';
  position: absolute;
  top: -2px;
  right: -2px;
  width: 105px;
  height: 105px;
  background: #FFF;
}

.faq__item.active {
  background: rgba(255, 255, 255, 0.1);
}

.faq__item-title {
  font-weight: 500;
  font-size: 30px;
  line-height: 1.2;
  color: #000;
}

.faq__description {
  height: 0;
  opacity: 0;
  transition: var(--transition-property);
  font-size: 19px;
  line-height: 1.2;
  color: #000;

}

.faq__item.active .faq__description {
  height: auto;
  opacity: 1;
  padding-top: 30px;
}


.faq__icon-wrapper {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 105px;
  height: 105px;
  background-image: url("../img/programm_border.png");
  background-repeat: no-repeat;
  display: flex;
  justify-content: flex-end;
}

.faq__icon {
  border-radius: 10px;
  width: 65px;
  height: 65px;
  background: #df2926;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq__item .faq__icon svg {
  transition: var(--transition-property);
}

.faq__item.active .faq__icon svg {
  transform: rotate(45deg);
}

.faq__description p {
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
}

.faq__item.active .faq__description p {
  margin-bottom: 10px;
}


@media (max-width:480px) {
  .faq__item {
    padding: 40px;
    min-height: 125px;
  }

  .faq__item-title {
    max-width: 80%;
    font-size: 20px;
  }

  .faq__description,
  .faq__description p {
    font-size: 16px;
  }
}

/*Регистрируйтесь*/
.reg-in {

  position: relative;

}

.reg-in__wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  /*border-bottom: 1px solid rgba(255, 255, 255, 0.5);*/
  padding: 110px 0;
  margin-top: 120px;
  position: relative;
}

.reg-in__wrapper::after {
  content: "";
  background-image: url("../img/reg-in-border.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom right;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 110px;
}

/*
.reg-in::before {
  content: "";
  background-image: url("../img/footer_bg.png");
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 658px;
  height: 515px;
}*/

.reg-in__fire{
  position: absolute;
  top: -240px;
  left: 0;
  width: 330px;
  height: 330px;
  background-image: url("../img/header_fire.png");
  background-size: cover;
  background-repeat: no-repeat;
  transform: rotate(-15deg);
}

.reg-in__extinguisher{
  position: absolute;
  top: 210px;
  right: -146px;
  width: 656px;
  height: 687px;
  background-image: url("../img/extinguisher.png");
  background-repeat: no-repeat;
}


.reg-in__img {
  position: absolute;
  top: -50px;
  right: 150px;
}

.reg-in__title {
  font-weight: 900;
  font-size: 75px;
  line-height: 1.2;
  text-align: center;
  color: #df2926;
  margin-bottom: 65px;
}

.reg-in__title span {
  color: #fff;
}

.reg-in__btn {
  display: flex;
  justify-content: center;
}

.reg-in__icons {
  display: flex;
  gap: 14px;
  align-items: flex-end;
  justify-content: flex-end;
  width: 202px;
  height: 110px;
  position: absolute;
  right: 0;
  bottom: -1px;
  z-index: 10;
  /*background-image: url("../img/footer_icons_bg.png");
  background-repeat: no-repeat;*/
}

/* .reg-in__btn .btn{
  width: fit-content;
} */

.reg-in__mobile-icons {
  display: none;
}

@media (max-width:480px) {

  .reg-in {
    overflow: hidden;
  }

  .reg-in__title {
    font-size: 40px;
    margin-bottom: 30px;
  }

  .reg-in__img {
    display: none;
  }

  .reg-in__icons {
    display: none;
  }

  .reg-in__mobile-icons {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 30px;
  }

  .reg-in__fire{
    display: none;
  }

  .reg-in__extinguisher{
    display: none;
  }

  .reg-in__wrapper{
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .reg-in__wrapper::after{
    display: none;
  }

}


/* footer */

.footer {

  padding-bottom:120px;
  overflow: hidden;
}

.footer__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  margin-top: 120px;
}

.footer__logos {
  display: flex;
  gap: 33px;
  align-items: center;
}

.footer__socials {
  display: flex;
      gap: 14px;
      align-items: center;
      justify-content: center;
      margin-bottom: 50px;
}

.footer_up {
  display: flex;
  align-items: center;
  justify-content: center;

}

.button-up__btn {
  cursor: pointer;
  
}

.button-up__btn > *{
  transition: var(--transition-property);
}

.button-up__btn rect{
  fill:transparent;
}

.button-up__btn:hover rect{
  fill:#df2926;
}

.button-up__btn:hover path{
  fill:#FFF;
}

.footer__logo img {
  width: 100%;
}

@media (max-width:480px) {
  .footer {
    padding: 60px 0;
  }

  .footer__logo {
    width: 50px;
  }

  .footer__wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .footer_up {
    justify-content: flex-end;
  }
}









.popup__form-layer {
  -webkit-transition: opacity .25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: opacity .25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: opacity .25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: opacity .25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity .25s cubic-bezier(0.645, 0.045, 0.355, 1);
  pointer-events: none;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1199;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(32, 32, 32, 0.75);
}

.popup__form-layer.show {
  z-index: 99999;
  pointer-events: auto;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  overflow-y: auto;
}


.popup__form-wrapper{
  max-width: 930px;
  width: 100%;
  background: #FFF;
  min-height: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding: 50px;
  transform: translateX(-110%);
  transition: var(--transition-property);
  position: relative;
}

.popup__form-layer.show .popup__form-wrapper{
  transform: translateX(0);
}

.popup__close{
  position: absolute;
  top: 100px;
  right: -150px;
  cursor: pointer;
}

.popup__title{
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 30px;
}

.popup__subtitle{
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 60px;
  color: #df2926;
}


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

.popup__form-row{
  display: flex;
  gap: 10px;
  /* align-items: center; */
  flex-direction: column;

}

.popup__form-row--hor{
  flex-direction: row;
}

.popup__form-row--bgap{
  gap: 30px;
  margin-top: 50px;
}

.popup__form-row--radio{
  flex-direction: column;
  align-items: flex-start;
  padding-top: 20px;
}

.popup__form-label{
  font-size: 25px;
  color: #101010;;
  font-weight: 600;
}

.popup__form-label--mob{
  display: none;
}

/* .popup__form-label b{
  color: #101010;
  font-weight: 500;
} */

.popup__form-input-wrapper{
  display: flex;
  flex: auto;
  align-items: center;
}


.popup__form-input-wrapper--radio{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 20px;
  width: 100%;
}


.popup__form-radio label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 36px;
  margin-right: 0;
  line-height: 22px;
  user-select: none;
  font-size: 18px;
  color: #000000;
  font-weight: 400;
}

.popup__form-radio input[type=radio] {
  display: none;
}

.popup__form-radio label:before {
  content: "";
  display: inline-block;
  width: 27px;
  height: 27px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  /* background: url("../img/radio_uncheked.svg") 0 0 no-repeat; */

  border: 2px solid #df2926;
  border-radius: 100%;
  background-color: #fefafb;
}


.popup__form-radio label:after{
  content: ""; 
  background-color: #df2926;
  border-radius: 100%;
  width: 19px;
  height: 19px;
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: var(--transition-property);
}

.popup__form-radio input[type=radio]:checked + label:after {
  opacity: 1;
}

.input-field{
  width: 100%;
  position: relative;
}

.popup__form-symbol{
  font-size: 30px;
  color: rgba(16, 16, 16, 0.3);
  font-weight: 700;
}

.popup__form-input {
  width: 100%;
  height: 60px;
  outline: unset;
  border: unset;
  border-bottom: 2px solid #c8c9d0;
  display: flex;
  color: #010101;
  line-height: 1.2;
  padding: 15px 15px 5px;
  font-size: 20px;

  transition: var(--transition-property);
}

.popup__form-input:hover, .popup__form-input:active, .popup__form-input:focus{
  border-bottom: 2px solid #df2926;
}

.popup__form-input::placeholder {
  color: rgba(16, 16, 16, 0.5);
  font-size: 20px;
  line-height: 1.2;
}

.popup__form-submit-policy label{
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
}


.form__input-phone{
  text-align: left;
}


.popup__agree {
  font-size: 15px;
  line-height: 1.2;
  max-width: 400px;
}

.popup__agree a{
  text-decoration: underline;
  color: #df2926;
}

.popup__btn{
  flex: 0 0 300px;
}

.input-field__error-icon{
  opacity: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: var(--transition-property);
  display: flex;
}

.input-field.error .input-field__error-icon{
  opacity: 1;
  height: auto;
}

.input-field__error-text{
  opacity: 0;
  height: 0;
  transition: var(--transition-property);
  position: absolute;
  top: calc(50% - 30px);
  right: 20px;
  transform: translateY(-50%);
  font-size: 15px;
    padding: 7px 12px;
    background: #FFF;
    border-radius: 20px;
    -webkit-box-shadow: 3px 2px 6px 0px rgba(223, 41, 38, 0.2);
    -moz-box-shadow: 3px 2px 6px 0px rgba(223, 41, 38, 0.2);
    box-shadow: 3px 2px 6px 0px rgba(223, 41, 38, 0.2);
}

.input-field.error .input-field__error-icon:hover + .input-field__error-text{
  opacity: 1;
  height: auto;
}


.form__error_msg{
  color: #df2926;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 500;
  text-align: center;
}

.popup__form .ag-countrymask{
  width: 100%;
}

.popup__required-input{
  color: #df2926;
}

@media (max-width:1100px){

  .popup__form-input{
    text-align: left;
    padding-left: 0;
  }

  .popup__close{
    right: 20px;
    top: 42px;
  }

  .popup__close svg{
    width: 30px;
  }

  .popup__close svg path{
    stroke: #9f9f9f;;
  }

  

  .popup__form-row--bgap{
    margin-top: 0;
  }
}

@media (max-width:750px){
  .popup__form{
    gap: 30px;
  }

  .popup__form-wrapper{
    padding: 50px 30px;
    overflow-y: auto;
  }

  .popup__title{
    font-size: 25px;
  }

  .popup__subtitle{
    font-size: 20px;
  }

  .popup__form-row{
    flex-direction: column;
    align-items: baseline;
  }

  .popup__form-label{
    font-size: 20px;
  }

  .popup__form-input-wrapper{
    width: 100%;
  }

  .popup__form-input, .popup__form-input::placeholder{
    font-size: 18px;
  }

  .popup__form-input-wrapper--radio{
    grid-template-columns: 1fr;
  }

  

  .popup__btn{
    flex: auto;
  }


  .popup__form-label--mob{
    display: block;
  }

  .popup__form-label--desc{
    display: none;
  }
}



.success-popup{
  pointer-events: none;
  opacity: 0;
  z-index: 999999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(10px);
  transition: var(--transition-property);
  padding: 15px;
}


.success-popup.show{
  opacity: 1;
  pointer-events: auto;
}


.success-popup__wrapper{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  max-width: 986px;
  max-height: 537px;
  width: 100%;
  height: 100%;
  background: #FFF;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.25);
  border-radius: 35px;
  padding: 80px;
  z-index: 9999999;
  position: relative;
}

.success-popup__title{
  font-weight: 900;
  font-size: 40px;
  color: #df2926;
}

.success-popup__title span{
  color: #101010;
}

.success-popup__content{
  display: flex;
  gap: 20px;
  align-items: center;
}

.success-popup__left{
  flex: 0 1 60%;
}

.success-popup__text{
  font-weight: 500;
  font-size: 30px;
  line-height: 1.4;
  padding-top: 40px;
  margin-bottom: 52px;
}

.success-popup__right{
  flex: 0 1 40%;
  min-width: 200px;
}

.success-popup__right img{
  width: 100%;
  min-width: 200px;
}

.success-popup__btn .btn{
  max-width: 300px;
}

.success-popup__close{
  position: absolute;
  right: 42px;
  top: 42px;
  cursor: pointer;
}

.success-popup__close svg{
  width: 30px;
  height: 30px;
}



@media (max-width:750px){
  .success-popup{
    
  }

  .success-popup__wrapper{
    height: auto;
    max-height: none;
    padding: 40px;
  }

  .success-popup__right{
    display: none;
  }

  .success-popup__left{
    flex: auto;
  }

  .success-popup__close{
    top: 20px;
    right: 20px;
  }
}

.privacy ol{    
  max-width: 900px;
  list-style: none;
  counter-reset: num;
}

.privacy ol li::marker{
  display: none;
}

.privacy ol li::before {
  height: 20px;
  min-width: 20px;
  padding: 0 5px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  background: rgba(223, 41, 38, 0.1);
  border-radius: 50%;
  counter-increment: num;
  content: counters(num, ".") '.';
  position: absolute;
  left: -1px;
  top: 2px;
  color: #101010;
  font-weight: 500;
}

.privacy ol li{
  margin-bottom: 20px;
  line-height: 1.4;
  position: relative;
  padding-left: 40px;
}

.privacy ol li p{
  line-height: 1.4;
  margin-bottom: 20px;
}

.privacy a{
  color: #df2926;
}



.partners__item--connect {
  color: #FFF;
  aspect-ratio: auto;
}

.partners__item--span1 {
  grid-column: span 1;
}

.partners__item--span2 {
  grid-column: span 2;
}

.partners__item--span3 {
  grid-column: span 3;
}

.partners__item--span4 {
  grid-column: span 4;
}

.partners__item--span5 {
  grid-column: span 5;
}



#panel{
  z-index: 1000000;
  position: relative;
}

/* Стили для видео iframe */
iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: none;
} 


.presentation{
  padding-top: 120px;
}

.presentation__list{
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}

.presentation__item{
  display: flex;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #D9D9D9;
  gap: 15px;
  align-items: center;
}

.presentation__item-title{
  font-size: 30px;
  line-height: 1.2;
  flex: 1;
  color: #fff;
}

.presentation__item-link{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  background: #df2926;
  border-radius: 10px;
  flex: 0 1 65px;
  transition: var(--transition-property);
}

.presentation__item-link svg path{
  transition: var(--transition-property);
}


.presentation__item-link:hover{
  background: #fff;
}

.presentation__item-link:hover svg path{
  stroke: #df2926;
}

/* Tooltip styles */
.tooltip {
  position: fixed;
  background: #ffffff !important;
  color: #333333 !important;
  padding: 12px 16px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.4;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 9999;
  max-width: 350px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  pointer-events: none;
  white-space: normal;
}

.tooltip.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(0) !important;
}

.tooltip::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -12px;
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-right-color: #ffffff !important;
}

.btn[data-tooltip] {
  position: relative;
}

.video-intro{
  margin-bottom: 120px;
}

.popup__form-submit-policy{
  margin-top: 20px;
}