@charset "UTF-8";
/* Spaces */
/* Spaces */
/*
Миксин для media queries. Определены следующие размеры:
- mobile - для мобильных < 768px
- mobile-landscape - для мобильных в ланшафтном режиме.
- mobile-tablet - только для планшетов и мобильных
- only-tablet - только для планшетов
- tablet - для планшетов с разрешением <= 768px (портретный режим)
- desktop-small - маленькие экраны и некоторые планшеты в ланшафтном режиме (например iPad)
- desktop - большие экраны от 1256px
- 2x - для ретины
*/
/*
Перевод px в rem.
line-height задается как некая заглушка, чтобы не наследовать от родительского элемента
*/
html,
body,
div,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
em,
img,
kbd,
q,
s,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
article,
figure,
figcaption,
footer,
header,
menu,
nav,
section,
time,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* Spaces */
/* Spaces */
/*
Миксин для media queries. Определены следующие размеры:
- mobile - для мобильных < 768px
- mobile-landscape - для мобильных в ланшафтном режиме.
- mobile-tablet - только для планшетов и мобильных
- only-tablet - только для планшетов
- tablet - для планшетов с разрешением <= 768px (портретный режим)
- desktop-small - маленькие экраны и некоторые планшеты в ланшафтном режиме (например iPad)
- desktop - большие экраны от 1256px
- 2x - для ретины
*/
/*
Перевод px в rem.
line-height задается как некая заглушка, чтобы не наследовать от родительского элемента
*/
body {
  font: normal 400 1rem/140% "loos-wide", sans-serif;
  color: #253245;
}

/* Spaces */
/* Spaces */
/*
Миксин для media queries. Определены следующие размеры:
- mobile - для мобильных < 768px
- mobile-landscape - для мобильных в ланшафтном режиме.
- mobile-tablet - только для планшетов и мобильных
- only-tablet - только для планшетов
- tablet - для планшетов с разрешением <= 768px (портретный режим)
- desktop-small - маленькие экраны и некоторые планшеты в ланшафтном режиме (например iPad)
- desktop - большие экраны от 1256px
- 2x - для ретины
*/
/*
Перевод px в rem.
line-height задается как некая заглушка, чтобы не наследовать от родительского элемента
*/
.btn {
  display: inline-flex;
  min-height: 56px;
  margin: 0;
  outline: 0;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  transition: all 0.1s ease-in-out;
  box-sizing: border-box;
  user-select: none;
  line-height: 120%;
  font-weight: 400;
  background-color: #FF2B39;
  text-decoration: none;
  border: 2px solid transparent;
  text-transform: uppercase;
  font-family: "loos-extended", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #253245;
  font-size: 1rem;
  line-height: 160%;
  font-family: "loos-wide", sans-serif;
  font-weight: 400;
  color: white;
  padding: 8px 40px;
}
@media (min-width: 1024px) {
  .btn {
    font-size: calc((100vw - 80rem) / 100 + 1rem);
    line-height: 140%;
  }
}
@media (min-width: 768px) {
  .btn {
    padding: 0 32px;
  }
}
@media (min-width: 1024px) {
  .btn {
    padding: 1vw 3vw;
  }
}
.btn:hover {
  color: #253245;
  text-decoration: none;
  background-color: transparent;
  border-color: #FF2B39;
}
.btn__linear {
  color: #253245;
  background-color: transparent;
  border-color: #253245;
}
.btn__linear:hover {
  border-color: #FF2B39;
}
.btn__white {
  background-color: white;
  color: #253245;
}
.btn__white:hover {
  color: white;
  text-decoration: none;
  background-color: transparent;
  border-color: white;
}

.column-1 {
  width: 100%;
  max-width: 768px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1024px) {
  .column-1 {
    max-width: 70vw;
  }
}
.column-1-wide {
  width: 100%;
  max-width: 1110px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1024px) {
  .column-1-wide {
    max-width: 90vw;
  }
}
.column-1-full {
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.column-2 {
  width: 100%;
  max-width: 768px;
  margin-right: auto;
  margin-left: auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: auto;
}
@media (min-width: 768px) {
  .column-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .column-2 {
    max-width: 70vw;
  }
}
.column-2-wide {
  width: 100%;
  max-width: 1110px;
  margin-right: auto;
  margin-left: auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: auto;
}
@media (min-width: 768px) {
  .column-2-wide {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .column-2-wide {
    max-width: 90vw;
  }
}
.column-2-full {
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: auto;
}
@media (min-width: 768px) {
  .column-2-full {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Spaces */
/* Spaces */
/*
Миксин для media queries. Определены следующие размеры:
- mobile - для мобильных < 768px
- mobile-landscape - для мобильных в ланшафтном режиме.
- mobile-tablet - только для планшетов и мобильных
- only-tablet - только для планшетов
- tablet - для планшетов с разрешением <= 768px (портретный режим)
- desktop-small - маленькие экраны и некоторые планшеты в ланшафтном режиме (например iPad)
- desktop - большие экраны от 1256px
- 2x - для ретины
*/
/*
Перевод px в rem.
line-height задается как некая заглушка, чтобы не наследовать от родительского элемента
*/
.header {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  padding: 0 0 0 24px;
  background-color: white;
  z-index: 100;
  box-sizing: border-box;
  width: 100%;
}
@media (min-width: 768px) {
  .header {
    background-color: transparent;
    padding: 0 0 0 5vw;
    height: 4vw;
    min-height: 56px;
    transition: all 0.3s ease-in-out;
    z-index: -1;
  }
}
@media (max-width: 767px) {
  .header__substrate {
    display: none;
  }
}
@media (min-width: 768px) {
  .header__substrate {
    position: absolute;
    top: -7vw;
    left: 0;
    width: 100%;
    height: 4vw;
    min-height: 56px;
    display: flex;
    padding: 0 5vw;
    justify-content: flex-end;
    box-sizing: border-box;
    background-color: white;
    transform: translateY(-100%);
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 0 rgb(37, 50, 69);
  }
}
.header__substrate .btn {
  height: 4vw;
}
.header__substrate-btn {
  transform: translateY(-8vw);
  transition: transform 0.3s ease-in-out;
  z-index: 200;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .header__substrate-btn {
    display: none;
  }
}
.header__substrate-btn.show {
  transform: translateY(0);
}
.header__info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-transform: uppercase;
  margin-right: 1vw;
}
.header__info-place {
  display: flex;
  gap: 10px;
  font-family: "loos-extended", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #253245;
  font-size: 0.75rem;
  line-height: 160%;
  font-family: "loos-wide", sans-serif;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .header__info-place {
    font-size: calc((100vw - 100rem) / 200 + 1rem);
    line-height: 160%;
  }
}
@media (min-width: 1024px) {
  .header__info-place {
    font-size: calc((100vw - 130rem) / 200 + 1rem);
    line-height: 160%;
  }
}
.header__info-place a {
  color: #253245;
  text-decoration: none;
}
.header__info-time-small {
  font-family: "loos-extended", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #253245;
  font-size: 0.75rem;
  line-height: 160%;
  font-family: "loos-wide", sans-serif;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .header__info-time-small {
    font-size: calc((100vw - 100rem) / 200 + 1rem);
    line-height: 160%;
  }
}
@media (min-width: 1024px) {
  .header__info-time-small {
    font-size: calc((100vw - 130rem) / 200 + 1rem);
    line-height: 160%;
  }
}

@media (min-width: 768px) {
  .header.compact {
    padding: 0.5vw 0 0.5vw 5vw;
    z-index: 100;
  }
}

@media (min-width: 768px) {
  .compact .header__substrate {
    top: 0;
    transform: translateY(0);
    box-shadow: 0 1vw 5vw rgba(37, 50, 69, 0.5);
  }
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
  width: 100%;
}
@media (min-width: 1024px) {
  .nav {
    width: max-content;
  }
}

@media (min-width: 768px) {
  .header .nav {
    transform: translateY(5vw);
    transition: all 0.3s ease-in-out;
  }
}

@media (min-width: 768px) {
  .header.compact .nav {
    transform: translateY(0);
  }
}

@media (min-width: 768px) {
  .logo img {
    width: 17vw;
    height: auto;
    transition: all 0.3s ease-in-out;
  }
}
@media (min-width: 1024px) {
  .logo {
    width: 15vw;
  }
}
@media (min-width: 1256px) {
  .logo {
    width: 13vw;
  }
}

@media (min-width: 768px) {
  .header.compact .logo img {
    width: 11vw;
  }
}
@media (min-width: 1024px) {
  .header.compact .logo img {
    width: 9vw;
  }
}

.menu {
  height: 60px;
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .menu {
    display: none;
  }
}
.menu__label {
  font-size: 1.25rem;
  line-height: 100%;
  font-family: "loos-extended", sans-serif;
  display: flex;
  align-items: center;
  color: #253245;
}
.menu__label-e-element {
  width: 12px;
  height: 2px;
  background-color: #253245;
  position: relative;
  top: 3px;
  margin: 0 1px;
}
.menu__label-e-element:before, .menu__label-e-element:after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background-color: #253245;
  position: absolute;
  left: 0;
}
.menu__label-e-element:before {
  top: -4px;
}
.menu__label-e-element:after {
  bottom: -4px;
}
.menu__close-btn {
  position: relative;
  width: 24px;
  height: 48px;
  transition: all 0.15s ease-in-out;
  transform: translateY(2px);
}
.menu__close-btn:before, .menu__close-btn:after {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  position: absolute;
  top: 24px;
  left: 12px;
  background-color: #253245;
  transform-origin: center;
  transition: all 0.15s ease-in-out;
}
.menu.open .menu__close-btn {
  width: 48px;
}
.menu.open .menu__close-btn:before {
  transform: translateY(0) rotate(45deg);
}
.menu.open .menu__close-btn:after {
  transform: translateY(0) rotate(-45deg);
}
.menu__links-splitter {
  width: 24px;
  height: 1px;
  background-color: white;
  opacity: 0.5;
}
.menu__links-wrap {
  background: no-repeat top 5vw right -10vw url("../img/d-sign.svg"), no-repeat top 50vh left -10vw url("../img/l-sign.svg"), #253245;
  position: absolute;
  width: 100%;
  height: 0;
  top: 60px;
  left: 0;
  justify-content: center;
  display: flex;
  overflow: auto;
  transition: all 0.3s ease-in-out;
  overscroll-behavior: none;
}
@media (min-width: 768px) {
  .menu__links-wrap {
    display: none;
  }
}
.menu__links-wrap.open {
  height: calc(100vh - 60px);
}
.menu__links {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  list-style: none;
  gap: 30px;
  padding-top: 48px;
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .menu__links {
    padding-top: 80px;
    padding-bottom: 96px;
  }
}
@media (min-width: 1024px) {
  .menu__links {
    padding-top: 96px;
    padding-bottom: 112px;
  }
}
@media (min-width: 1256px) {
  .menu__links {
    padding-top: 112px;
    padding-bottom: 144px;
  }
}
.menu__link {
  font-family: "loos-extended", sans-serif;
  color: white;
  font-size: 1.125rem;
  text-decoration: none;
}

/* Spaces */
/* Spaces */
/*
Миксин для media queries. Определены следующие размеры:
- mobile - для мобильных < 768px
- mobile-landscape - для мобильных в ланшафтном режиме.
- mobile-tablet - только для планшетов и мобильных
- only-tablet - только для планшетов
- tablet - для планшетов с разрешением <= 768px (портретный режим)
- desktop-small - маленькие экраны и некоторые планшеты в ланшафтном режиме (например iPad)
- desktop - большие экраны от 1256px
- 2x - для ретины
*/
/*
Перевод px в rem.
line-height задается как некая заглушка, чтобы не наследовать от родительского элемента
*/
.footer {
  padding: 60px 24px;
  background-color: #F6F6F6;
}
@media (min-width: 1024px) {
  .footer {
    background-color: white;
    padding: 5vw 0;
  }
}
.footer__wrap {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  gap: 60px;
}
@media (min-width: 1024px) {
  .footer__wrap {
    flex-direction: row;
  }
}
.footer__menu {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1024px) {
  .footer__menu {
    gap: 1vw;
    align-items: end;
  }
}
.footer__menu ul {
  list-style: none;
  display: inline-flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1024px) {
  .footer__menu ul {
    flex-direction: row;
    gap: 2vw;
  }
}
.footer__menu ul:first-child:after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 1px;
  background-color: #253245;
  opacity: 0.4;
}
@media (min-width: 1024px) {
  .footer__menu ul:first-child:after {
    display: none;
  }
}
.footer__menu li {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (min-width: 1024px) {
  .footer__menu li {
    gap: 2vw;
  }
}
@media (min-width: 1024px) {
  .footer__menu li:nth-child(1):after,
  .footer__menu li:nth-child(2):after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 1.5vw;
    background-color: #253245;
    opacity: 0.4;
  }
}
.footer__menu a {
  font-family: "loos-extended", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #253245;
  font-size: 1rem;
  line-height: 160%;
  font-family: "loos-wide", sans-serif;
  font-weight: 400;
  color: #253245;
  text-transform: uppercase;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .footer__menu a {
    font-size: calc((100vw - 80rem) / 100 + 1rem);
    line-height: 140%;
  }
}
@media (min-width: 1024px) {
  .footer__menu img {
    width: 2vw;
    height: auto;
    aspect-ratio: 1;
  }
}
@media (min-width: 768px) {
  .footer .logo img {
    width: 11vw;
  }
}
@media (min-width: 1024px) {
  .footer .logo img {
    width: 11vw;
  }
}

/* Spaces */
/* Spaces */
/*
Миксин для media queries. Определены следующие размеры:
- mobile - для мобильных < 768px
- mobile-landscape - для мобильных в ланшафтном режиме.
- mobile-tablet - только для планшетов и мобильных
- only-tablet - только для планшетов
- tablet - для планшетов с разрешением <= 768px (портретный режим)
- desktop-small - маленькие экраны и некоторые планшеты в ланшафтном режиме (например iPad)
- desktop - большие экраны от 1256px
- 2x - для ретины
*/
/*
Перевод px в rem.
line-height задается как некая заглушка, чтобы не наследовать от родительского элемента
*/
.intro {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .intro {
    background-color: #FF2B39;
  }
}
@media (min-width: 768px) {
  .intro {
    aspect-ratio: 16/9;
  }
}
.intro__wrap {
  height: 100%;
  position: relative;
  display: grid;
}
@media (max-width: 767px) {
  .intro__wrap {
    padding-top: 24px;
    box-sizing: border-box;
    grid-template-columns: minmax(24px, 1fr) minmax(auto, 576px) minmax(24px, 1fr);
    grid-template-rows: repeat(3, auto);
    grid-template-areas: ". info ." ". title ." ". btn .";
  }
}
@media (min-width: 768px) {
  .intro__wrap {
    grid-template-columns: 45% 5% 11% 39%;
    grid-template-rows: 50% 30% 10%;
    width: 90%;
  }
}
.intro__title-wrap, .intro__title-2-wrap {
  color: #253245;
  font-family: "loos-extended", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #253245;
  font-size: 2.25rem;
  line-height: 120%;
  display: flex;
  align-items: center;
  z-index: 10;
  position: relative;
  grid-area: 1/2/2/3;
}
@media (min-width: 1024px) {
  .intro__title-wrap, .intro__title-2-wrap {
    font-size: calc(0.5rem + 4vw);
    line-height: 110%;
  }
}
@media (min-width: 768px) {
  .intro__title-wrap, .intro__title-2-wrap {
    grid-area: 2/1/3/5;
  }
}
.intro__title-wrap {
  z-index: 10;
}
@media (max-width: 767px) {
  .intro__title-wrap {
    grid-area: title;
  }
}
@media (min-width: 768px) {
  .intro__title-wrap {
    grid-area: 2/1/3/2;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .intro__title {
    color: white;
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .intro__title {
    width: max-content;
    text-wrap: nowrap;
    white-space: pre;
  }
}
.intro__title-2-wrap {
  color: white;
  z-index: 1;
}
@media (max-width: 767px) {
  .intro__title-2-wrap {
    display: none;
  }
}
.intro__photo-L {
  grid-area: 2/2/4/4;
  background-color: #253245;
  z-index: -1;
}
@media (max-width: 767px) {
  .intro__photo-L {
    display: none;
  }
}
.intro__photo-L-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
.intro__photo-L-wrap:after {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  border: 1px solid white;
  position: absolute;
  top: 1vw;
  right: -1vw;
}
.intro__photo-L img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .intro__photo-D {
    grid-area: 1/1/4/3;
    z-index: 0;
    position: relative;
  }
}
@media (min-width: 768px) {
  .intro__photo-D {
    grid-area: 1/3/3/5;
    display: grid;
    grid-template-columns: 2vw auto 12vw;
    grid-template-rows: 1fr auto 2vw;
    grid-template-areas: ". . ." ". img .";
  }
}
@media (max-width: 767px) {
  .intro__photo-D-wrap {
    width: auto;
    height: 100%;
  }
}
@media (min-width: 768px) {
  .intro__photo-D-wrap {
    width: auto;
    height: 28vw;
    aspect-ratio: 1;
    grid-area: img;
    position: relative;
  }
}
.intro__photo-D-wrap:after {
  width: calc(100% + 30px);
  height: 100%;
  content: "";
  display: block;
  border: 1px solid white;
  position: absolute;
  border-radius: 0 100vh 100vh 0;
}
@media (max-width: 767px) {
  .intro__photo-D-wrap:after {
    width: calc(100% + 30px);
    top: -24px;
    right: -24px;
    left: -30px;
  }
}
@media (min-width: 768px) {
  .intro__photo-D-wrap:after {
    width: 100%;
    top: -1.5vw;
    right: -1.5vw;
    border-radius: 0 50vw 50vw 0;
  }
}
.intro__photo-D img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 100vh 100vh 0;
  background-color: rgba(37, 50, 69, 0.5);
}
@media (min-width: 768px) {
  .intro__photo-D img {
    border-radius: 0 50vw 50vw 0;
  }
}
.intro__info {
  display: flex;
  padding: 100px 24px 0 0;
  position: relative;
  z-index: 10;
  text-transform: uppercase;
  border-left: 1px solid #FF2B39;
}
@media (max-width: 767px) {
  .intro__info {
    grid-area: info;
  }
}
@media (min-width: 768px) {
  .intro__info {
    grid-area: 1/3/3/5;
    padding: 5vw 2vw 0 0;
    justify-content: flex-end;
    z-index: 0;
    background-color: #FF2B39;
  }
}
.intro__info-wrap {
  width: max-content;
}
@media (min-width: 1024px) {
  .intro__info-wrap {
    z-index: 100;
  }
}
.intro__info-place {
  display: flex;
  gap: 10px;
  font-family: "loos-extended", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #253245;
  font-size: 1rem;
  line-height: 160%;
  font-family: "loos-wide", sans-serif;
  font-weight: 400;
  font-weight: 100;
  color: white;
}
@media (min-width: 1024px) {
  .intro__info-place {
    font-size: calc((100vw - 80rem) / 100 + 1rem);
    line-height: 140%;
  }
}
.intro__info-time {
  font-family: "loos-extended", sans-serif;
  font-weight: 400;
  color: white;
  font-size: 1.125rem;
  line-height: 160%;
}
@media (min-width: 1024px) {
  .intro__info-time {
    font-size: calc((100vw - 30rem) / 100 + 1rem);
    line-height: calc((100vw - 30rem) / 50 + 1rem);
  }
}
.intro__info-time-small {
  font-family: "loos-extended", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #253245;
  font-size: 0.75rem;
  line-height: 160%;
  font-family: "loos-wide", sans-serif;
  font-weight: 400;
  color: white;
  position: relative;
  top: -1vw;
  font-weight: 100;
}
@media (min-width: 1024px) {
  .intro__info-time-small {
    font-size: calc((100vw - 100rem) / 200 + 1rem);
    line-height: 160%;
  }
}
.intro__info a {
  color: white;
  text-decoration: none;
}
.intro__btn {
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .intro__btn {
    margin-top: 60px;
    padding-bottom: 80px;
    grid-area: btn;
  }
}
@media (min-width: 768px) {
  .intro__btn {
    grid-area: 3/1/4/2;
  }
}
@media (max-width: 767px) {
  .intro__btn .btn {
    background: white;
    color: #253245;
  }
  .intro__btn .btn:hover {
    background-color: transparent;
    border-color: white;
    color: white;
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.gallery {
  position: relative;
  border-top: 1px solid white;
}
@media (min-width: 768px) {
  .gallery {
    margin-top: 100px;
  }
}
.gallery__slider img {
  width: 100%;
  height: auto;
}
.gallery__slider-next-btn-mask {
  width: 20%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: linear-gradient(267deg, rgb(225, 49, 47) 0%, rgba(225, 49, 47, 0) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: width 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .gallery__slider-next-btn-mask {
    width: 18%;
  }
}
@media (min-width: 1024px) {
  .gallery__slider-next-btn-mask {
    width: 15%;
  }
}
@media (min-width: 1256px) {
  .gallery__slider-next-btn-mask {
    width: 10%;
  }
}
.gallery__slider-next-btn {
  background: transparent;
  border: none;
  outline: none;
  z-index: 10;
}
@media (max-width: 767px) {
  .gallery__slider-next-btn {
    display: none;
  }
}
.gallery__slider-prev-btn {
  display: none;
}

.tns-item {
  border-left: 1px solid white;
}

/* Spaces */
/* Spaces */
/*
Миксин для media queries. Определены следующие размеры:
- mobile - для мобильных < 768px
- mobile-landscape - для мобильных в ланшафтном режиме.
- mobile-tablet - только для планшетов и мобильных
- only-tablet - только для планшетов
- tablet - для планшетов с разрешением <= 768px (портретный режим)
- desktop-small - маленькие экраны и некоторые планшеты в ланшафтном режиме (например iPad)
- desktop - большие экраны от 1256px
- 2x - для ретины
*/
/*
Перевод px в rem.
line-height задается как некая заглушка, чтобы не наследовать от родительского элемента
*/
.about {
  background: no-repeat top 40px left 67% url("../img/l.day_mobile.svg") #F6F6F6;
  padding: 60px 0 40px;
}
@media (min-width: 768px) {
  .about {
    background-position: top 40px left -5%;
  }
}
@media (min-width: 1024px) {
  .about {
    background: no-repeat top 3vw left 27% url("../img/l.day.svg") #F6F6F6;
    padding: 7vw 0 5vw;
  }
}
.about__wrap {
  display: flex;
  justify-content: flex-end;
  padding: 0 24px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .about__wrap {
    padding: 0 40px;
  }
}
@media (min-width: 1024px) {
  .about__wrap {
    padding: 0 15%;
  }
}
.about__content {
  max-width: 576px;
}
@media (min-width: 768px) {
  .about__content {
    max-width: 100%;
    width: 75%;
  }
}
.about__title {
  font-family: "loos-extended", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #253245;
  font-size: 1.75rem;
  line-height: 130%;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .about__title {
    font-size: calc((100vw - 30rem) / 40 + 1rem);
    line-height: 120%;
  }
}
@media (min-width: 1024px) {
  .about__title {
    margin-bottom: 4vw;
  }
}
.about__paragraph {
  font-family: "loos-extended", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #253245;
  font-size: 1rem;
  line-height: 160%;
  font-family: "loos-wide", sans-serif;
  font-weight: 400;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .about__paragraph {
    font-size: calc((100vw - 80rem) / 100 + 1rem);
    line-height: 140%;
  }
}
@media (min-width: 1024px) {
  .about__paragraph {
    margin-top: 1.5vw;
  }
}
.about a {
  color: #253245;
  text-decoration: underline;
}
.about a:hover {
  color: #FF2B39;
  text-decoration: none;
}

.partners {
  padding-top: 40px;
}
@media (min-width: 1024px) {
  .partners {
    padding-top: 6vw;
  }
}
.partners h2 {
  text-transform: uppercase;
  position: relative;
  font-size: 1.25rem;
  margin: 0;
}
.partners__list {
  overflow: hidden;
}
.partners__list img {
  max-width: 130px;
  max-height: 50px;
}
@media (min-width: 768px) {
  .partners__list img {
    max-width: 150px;
    max-height: 62px;
  }
}
@media (min-width: 1024px) {
  .partners__list img {
    max-width: 200px;
    max-height: 100px;
  }
}
.partners__list-wrap {
  display: flex;
}
.partners__list-wrap.start {
  animation: ticker 20s linear 0s infinite normal both;
  animation-play-state: running;
}
@media (min-width: 768px) {
  .partners__list-wrap {
    animation-duration: 30s;
  }
}
.partners__list-wrap:nth-child(2).start {
  animation-delay: -2s;
  animation-duration: 31s;
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .partners__list-wrap:nth-child(2).start {
    margin-top: 50px;
  }
}
.partners ul {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  list-style: none;
  gap: 60px;
}
@media (min-width: 1024px) {
  .partners ul {
    gap: 7vw;
  }
}
.partners ul li:first-child {
  padding-left: 60px;
}
@media (min-width: 1024px) {
  .partners ul li:first-child {
    padding-left: 7vw;
  }
}
.partners ul img {
  filter: grayscale(1) opacity(0.5) contrast(0.5);
  transition: all 0.15s ease-in-out;
}
.partners ul img:hover {
  filter: grayscale(0) opacity(1) contrast(1);
}

@keyframes ticker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(var(--ticker-offset));
  }
}
/* Spaces */
/* Spaces */
/*
Миксин для media queries. Определены следующие размеры:
- mobile - для мобильных < 768px
- mobile-landscape - для мобильных в ланшафтном режиме.
- mobile-tablet - только для планшетов и мобильных
- only-tablet - только для планшетов
- tablet - для планшетов с разрешением <= 768px (портретный режим)
- desktop-small - маленькие экраны и некоторые планшеты в ланшафтном режиме (например iPad)
- desktop - большие экраны от 1256px
- 2x - для ретины
*/
/*
Перевод px в rem.
line-height задается как некая заглушка, чтобы не наследовать от родительского элемента
*/
.achievements__wrap {
  display: flex;
  justify-content: center;
  padding: 60px 0 80px;
}
@media (min-width: 1024px) {
  .achievements__wrap {
    padding: 7vw 0 9vw;
  }
}
.achievements__wrap ul {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 576px;
  list-style: none;
  grid-gap: 40px;
}
@media (min-width: 768px) {
  .achievements__wrap ul {
    max-width: 75%;
    grid-gap: 8vw;
    grid-template-columns: repeat(3, auto);
  }
}
.achievements__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media (min-width: 1024px) {
  .achievements__item {
    gap: 0.5vw;
  }
}
.achievements__item:nth-child(1) .achievements__item-title.add-plus:after, .achievements__item:nth-child(2) .achievements__item-title.add-plus:after {
  content: "+";
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
  font-family: "loos-extended", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #253245;
  font-weight: 700;
  font-size: 1rem;
  line-height: 140%;
}
@media (min-width: 1024px) {
  .achievements__item:nth-child(1) .achievements__item-title.add-plus:after, .achievements__item:nth-child(2) .achievements__item-title.add-plus:after {
    font-size: calc((100vw - 30rem) / 90 + 1rem);
    line-height: 130%;
  }
}
.achievements__item:nth-child(1) .achievements__item-title.add-plus.add-plus__show:after, .achievements__item:nth-child(2) .achievements__item-title.add-plus.add-plus__show:after {
  opacity: 1;
}
.achievements__item-title {
  font-family: "loos-extended", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #253245;
  font-size: 2.25rem;
  line-height: 120%;
  display: flex;
  align-items: center;
  gap: 6px;
}
@media (min-width: 1024px) {
  .achievements__item-title {
    font-size: calc(0.5rem + 4vw);
    line-height: 110%;
  }
}
@media (min-width: 1024px) {
  .achievements__item-title {
    gap: 0.5vw;
  }
}
.achievements__item-description {
  font-family: "loos-extended", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #253245;
  font-size: 1rem;
  line-height: 160%;
  font-family: "loos-wide", sans-serif;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .achievements__item-description {
    font-size: calc((100vw - 80rem) / 100 + 1rem);
    line-height: 140%;
  }
}

/* Spaces */
/* Spaces */
/*
Миксин для media queries. Определены следующие размеры:
- mobile - для мобильных < 768px
- mobile-landscape - для мобильных в ланшафтном режиме.
- mobile-tablet - только для планшетов и мобильных
- only-tablet - только для планшетов
- tablet - для планшетов с разрешением <= 768px (портретный режим)
- desktop-small - маленькие экраны и некоторые планшеты в ланшафтном режиме (например iPad)
- desktop - большие экраны от 1256px
- 2x - для ретины
*/
/*
Перевод px в rem.
line-height задается как некая заглушка, чтобы не наследовать от родительского элемента
*/
.video {
  display: flex;
  justify-content: center;
  padding: 0 24px;
}
@media (min-width: 1024px) {
  .video {
    padding: 0;
  }
}
.video__wrap {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "main" "second" "description";
  gap: 20px;
  max-width: 576px;
}
@media (min-width: 768px) {
  .video__wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    grid-template-areas: "main main" "second description";
  }
}
@media (min-width: 1024px) {
  .video__wrap {
    max-width: 100%;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 1fr auto;
    grid-template-areas: "main description" "main second";
    width: 75%;
    gap: 3vw;
  }
}
.video video {
  aspect-ratio: 16/9;
  max-width: 100%;
}
.video .video__main {
  grid-area: main;
}
.video .video__second {
  grid-area: second;
}
.video__description {
  transform: translateY(-0.8vw);
  font-family: "loos-extended", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #253245;
  font-size: 1rem;
  line-height: 160%;
  font-family: "loos-wide", sans-serif;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .video__description {
    font-size: calc((100vw - 80rem) / 100 + 1rem);
    line-height: 140%;
  }
}

/* Spaces */
/* Spaces */
/*
Миксин для media queries. Определены следующие размеры:
- mobile - для мобильных < 768px
- mobile-landscape - для мобильных в ланшафтном режиме.
- mobile-tablet - только для планшетов и мобильных
- only-tablet - только для планшетов
- tablet - для планшетов с разрешением <= 768px (портретный режим)
- desktop-small - маленькие экраны и некоторые планшеты в ланшафтном режиме (например iPad)
- desktop - большие экраны от 1256px
- 2x - для ретины
*/
/*
Перевод px в rem.
line-height задается как некая заглушка, чтобы не наследовать от родительского элемента
*/
.for-whom {
  margin: 60px 0 40px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .for-whom {
    margin: 80px 0 60px;
  }
}
@media (min-width: 1024px) {
  .for-whom {
    margin: 9vw 0 7vw;
    background: no-repeat top 5vw right 12vw url("../img/d-sign.svg"), no-repeat bottom 1vw left 2vw url("../img/l-sign.svg");
  }
}
.for-whom__wrap {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  padding: 0 24px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .for-whom__wrap {
    padding: 0 40px;
  }
}
@media (min-width: 1024px) {
  .for-whom__wrap {
    padding: 0 5%;
  }
}
.for-whom__content {
  max-width: 576px;
  width: 100%;
}
@media (min-width: 1024px) {
  .for-whom__content {
    max-width: 100%;
    width: 75%;
  }
}
.for-whom__title {
  font-family: "loos-extended", sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 2vw;
  color: #253245;
  font-size: 1.75rem;
  line-height: 130%;
}
@media (min-width: 1024px) {
  .for-whom__title {
    font-size: calc((100vw - 30rem) / 20 + 1rem);
    line-height: calc((100vw - 30rem) / 18 + 1rem);
  }
}
.for-whom__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  row-gap: 20px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .for-whom__list {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .for-whom__list {
    margin-top: 5vw;
    max-width: 90%;
  }
}
.for-whom__list-item {
  display: flex;
  align-items: center;
  padding-right: 40px;
  font-family: "loos-extended", sans-serif;
  font-weight: 400;
  color: #253245;
  font-size: 1.125rem;
  line-height: 160%;
  font-family: "loos-extended", sans-serif;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .for-whom__list-item {
    font-size: calc((100vw - 30rem) / 100 + 1rem);
    line-height: calc((100vw - 30rem) / 50 + 1rem);
  }
}
@media (max-width: 767px) {
  .for-whom__list-item {
    gap: 16px;
  }
  .for-whom__list-item:before {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background-color: #FF2B39;
  }
}
@media (min-width: 768px) {
  .for-whom__list-item {
    gap: 40px;
  }
  .for-whom__list-item:not(:first-child):before {
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    background-color: #253245;
  }
}

/* Spaces */
/* Spaces */
/*
Миксин для media queries. Определены следующие размеры:
- mobile - для мобильных < 768px
- mobile-landscape - для мобильных в ланшафтном режиме.
- mobile-tablet - только для планшетов и мобильных
- only-tablet - только для планшетов
- tablet - для планшетов с разрешением <= 768px (портретный режим)
- desktop-small - маленькие экраны и некоторые планшеты в ланшафтном режиме (например iPad)
- desktop - большие экраны от 1256px
- 2x - для ретины
*/
/*
Перевод px в rem.
line-height задается как некая заглушка, чтобы не наследовать от родительского элемента
*/
.speakers {
  margin: 60px 0 0;
  box-sizing: border-box;
  width: 100%;
}
@media (min-width: 1024px) {
  .speakers {
    margin: 7vw 0 0;
  }
}
.speakers__wrap {
  display: grid;
  padding: 0 24px;
  grid-template-columns: 1fr;
  box-sizing: border-box;
  grid-column-gap: 40px;
}
@media (min-width: 768px) {
  .speakers__wrap {
    padding: 0 40px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "content content" "sp_2 sp_3 " "sp_4 sp_5" "sp_6 sp_7" "sp_8 sp_9" "sp_10 sp_11" "sp_12 sp_13" "sp_14 sp_15" "sp_16 sp_17" "sp_18 sp_19";
    grid-column-gap: 60px;
  }
}
@media (min-width: 1024px) {
  .speakers__wrap {
    padding: 0 5%;
    grid-column-gap: 4vw;
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas: "content content sp_2 sp_3" "sp_4 sp_5 sp_6 ." "sp_7 sp_8 . ." ". sp_9 sp_10 sp_11" ". . sp_12 sp_13" "sp_14 sp_15 sp_16 ." "sp_17 sp_18 . ." ". sp_19 sp_20 .";
  }
}
@media (max-width: 767px) {
  .speakers__content {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .speakers__content {
    grid-area: content;
  }
}
.speakers__title {
  font-family: "loos-extended", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #253245;
  font-size: 1.75rem;
  line-height: 130%;
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .speakers__title {
    font-size: calc((100vw - 30rem) / 40 + 1rem);
    line-height: 120%;
  }
}
@media (min-width: 1024px) {
  .speakers__title {
    margin-top: 4vw;
  }
}
.speakers__description {
  font-family: "loos-extended", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #253245;
  font-size: 1rem;
  line-height: 160%;
  font-family: "loos-wide", sans-serif;
  font-weight: 400;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .speakers__description {
    font-size: calc((100vw - 80rem) / 100 + 1rem);
    line-height: 140%;
  }
}
@media (min-width: 1024px) {
  .speakers__description {
    margin-top: 1.5vw;
  }
}

.speaker {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  margin-bottom: 40px;
  transition: transform 0.5s cubic-bezier(0.5, 0.01, 0.01, 1);
}
@media (max-width: 767px) {
  .speaker {
    max-width: 400px;
    align-items: center;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .speaker {
    margin-bottom: 100px;
  }
}
@media (min-width: 1024px) {
  .speaker {
    margin-bottom: 80px;
  }
}
.speaker__photo {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}
@media (max-width: 767px) {
  .speaker__photo {
    max-width: 160px;
  }
}
.speaker__name {
  display: inline-block;
  font-family: "loos-extended", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #253245;
  font-weight: 700;
  font-size: 1rem;
  line-height: 140%;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .speaker__name {
    font-size: calc((100vw - 30rem) / 90 + 1rem);
    line-height: 130%;
  }
}
@media (min-width: 768px) {
  .speaker__name {
    margin-top: 40px;
  }
}
@media (min-width: 1024px) {
  .speaker__name {
    margin-top: 2vw;
  }
}
.speaker__position {
  font-family: "loos-extended", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #253245;
  font-size: 1rem;
  line-height: 160%;
  font-family: "loos-wide", sans-serif;
  font-weight: 400;
  font-weight: 400;
  margin-top: 10px;
}
@media (min-width: 1024px) {
  .speaker__position {
    font-size: calc((100vw - 80rem) / 100 + 1rem);
    line-height: 140%;
  }
}
@media (min-width: 1024px) {
  .speaker__position {
    margin-top: 1vw;
  }
}
@media (min-width: 768px) {
  .speaker:nth-child(1) {
    grid-area: sp_1;
  }
  .speaker:nth-child(2) {
    grid-area: sp_2;
  }
  .speaker:nth-child(3) {
    grid-area: sp_3;
  }
  .speaker:nth-child(4) {
    grid-area: sp_4;
  }
  .speaker:nth-child(5) {
    grid-area: sp_5;
  }
  .speaker:nth-child(6) {
    grid-area: sp_6;
  }
  .speaker:nth-child(7) {
    grid-area: sp_7;
  }
  .speaker:nth-child(8) {
    grid-area: sp_8;
  }
  .speaker:nth-child(9) {
    grid-area: sp_9;
  }
  .speaker:nth-child(10) {
    grid-area: sp_10;
  }
  .speaker:nth-child(11) {
    grid-area: sp_11;
  }
  .speaker:nth-child(12) {
    grid-area: sp_12;
  }
  .speaker:nth-child(13) {
    grid-area: sp_13;
  }
  .speaker:nth-child(14) {
    grid-area: sp_14;
  }
  .speaker:nth-child(15) {
    grid-area: sp_15;
  }
  .speaker:nth-child(16) {
    grid-area: sp_16;
  }
  .speaker:nth-child(17) {
    grid-area: sp_17;
  }
  .speaker:nth-child(18) {
    grid-area: sp_18;
  }
  .speaker:nth-child(19) {
    grid-area: sp_19;
  }
  .speaker:nth-child(20) {
    grid-area: sp_20;
  }
}
@media (min-width: 768px) {
  .speaker.has-card:hover {
    transform: scale(1.05);
    cursor: pointer;
  }
}

@media (max-width: 767px) {
  .speakers.speaker-hide .speaker:nth-child(n+8) {
    display: none;
  }
}

.show-more-speakers__wrap {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .show-more-speakers__wrap {
    display: none;
  }
}

.speaker__loader-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Spaces */
/* Spaces */
/*
Миксин для media queries. Определены следующие размеры:
- mobile - для мобильных < 768px
- mobile-landscape - для мобильных в ланшафтном режиме.
- mobile-tablet - только для планшетов и мобильных
- only-tablet - только для планшетов
- tablet - для планшетов с разрешением <= 768px (портретный режим)
- desktop-small - маленькие экраны и некоторые планшеты в ланшафтном режиме (например iPad)
- desktop - большие экраны от 1256px
- 2x - для ретины
*/
/*
Перевод px в rem.
line-height задается как некая заглушка, чтобы не наследовать от родительского элемента
*/
.telegram {
  padding: 0 24px;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .telegram {
    margin-top: 80px;
  }
}
@media (min-width: 768px) {
  .telegram {
    padding: 0 40px;
    margin-top: 3vw;
  }
}
@media (min-width: 1024px) {
  .telegram {
    padding: 0 15%;
  }
}
.telegram__wrap {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: no-repeat bottom -30px center url("../img/telegram-sign-2.svg") #FF2B39;
  min-height: 30vh;
  padding: 60px 32px 50px;
  gap: 40px;
}
@media (max-width: 767px) {
  .telegram__wrap {
    max-width: 320px;
  }
}
@media (min-width: 768px) {
  .telegram__wrap {
    flex-direction: row;
    padding: 3vw 4vw;
    background: no-repeat 70% center/contain url("../img/telegram-sign.svg") #FF2B39;
    min-height: auto;
  }
}
.telegram__content {
  font-family: "loos-extended", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #253245;
  font-size: 1rem;
  line-height: 160%;
  font-family: "loos-wide", sans-serif;
  font-weight: 400;
  font-family: "loos-extended", sans-serif;
  font-weight: 400;
  color: white;
}
@media (min-width: 1024px) {
  .telegram__content {
    font-size: calc((100vw - 80rem) / 100 + 1rem);
    line-height: 140%;
  }
}
@media (max-width: 767px) {
  .telegram .btn {
    width: 100%;
  }
}

/* Spaces */
/* Spaces */
/*
Миксин для media queries. Определены следующие размеры:
- mobile - для мобильных < 768px
- mobile-landscape - для мобильных в ланшафтном режиме.
- mobile-tablet - только для планшетов и мобильных
- only-tablet - только для планшетов
- tablet - для планшетов с разрешением <= 768px (портретный режим)
- desktop-small - маленькие экраны и некоторые планшеты в ланшафтном режиме (например iPad)
- desktop - большие экраны от 1256px
- 2x - для ретины
*/
/*
Перевод px в rem.
line-height задается как некая заглушка, чтобы не наследовать от родительского элемента
*/
.schedule {
  margin: 80px 0 90px;
  box-sizing: border-box;
  width: 100%;
}
@media (min-width: 768px) {
  .schedule {
    margin-top: 7vw;
  }
}
.schedule__wrap {
  padding: 0 24px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .schedule__wrap {
    padding: 0 40px;
  }
}
@media (min-width: 1024px) {
  .schedule__wrap {
    padding: 0 5%;
  }
}
.schedule__content {
  margin: 30px 0 50px;
}
@media (min-width: 768px) {
  .schedule__content {
    margin: 0 0 5vw;
  }
}
.schedule__content-desktop {
  display: grid;
  grid-template-columns: auto repeat(2, 3fr);
}
@media (max-width: 767px) {
  .schedule__content-desktop {
    display: none;
  }
}
@media (min-width: 1024px) {
  .schedule__content-desktop {
    grid-template-columns: 1fr repeat(2, 3fr);
  }
}
@media (min-width: 1256px) {
  .schedule__content-desktop {
    grid-template-columns: 2fr repeat(2, 3fr);
  }
}
.schedule__content-mobile {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .schedule__content-mobile {
    display: none;
  }
}
.schedule__title {
  font-family: "loos-extended", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #253245;
  font-size: 1.75rem;
  line-height: 130%;
}
@media (min-width: 1024px) {
  .schedule__title {
    font-size: calc((100vw - 30rem) / 40 + 1rem);
    line-height: 120%;
  }
}
@media (min-width: 768px) {
  .schedule__title-loading {
    text-align: center;
    margin-bottom: 3vw;
  }
}
.schedule__subtitle {
  font-family: "loos-extended", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #253245;
  font-size: 1rem;
  line-height: 160%;
  font-family: "loos-wide", sans-serif;
  font-weight: 400;
  font-family: "loos-extended", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  padding: 4vw 0 2vw;
}
@media (min-width: 1024px) {
  .schedule__subtitle {
    font-size: calc((100vw - 80rem) / 100 + 1rem);
    line-height: 140%;
  }
}
@media (min-width: 768px) {
  .schedule__subtitle {
    padding: 4vw 5vw 0.5vw;
  }
}
@media (min-width: 1024px) {
  .schedule__subtitle {
    padding-bottom: 0.2vw;
  }
}
.schedule__description {
  font-family: "loos-extended", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #253245;
  font-size: 1rem;
  line-height: 160%;
  font-family: "loos-wide", sans-serif;
  font-weight: 400;
  opacity: 0.6;
  text-align: center;
}
@media (min-width: 1024px) {
  .schedule__description {
    font-size: calc((100vw - 80rem) / 100 + 1rem);
    line-height: 140%;
  }
}
.schedule__subtitle + .schedule__time {
  border-top-color: #FF2B39;
}
.schedule__time {
  font-family: "loos-extended", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #253245;
  font-size: 1rem;
  line-height: 160%;
  font-family: "loos-wide", sans-serif;
  font-weight: 400;
  font-family: "loos-extended", sans-serif;
  color: #FF2B39;
  padding-top: 4vw;
  border-top: 1px solid #D1D1D1;
}
@media (min-width: 1024px) {
  .schedule__time {
    font-size: calc((100vw - 80rem) / 100 + 1rem);
    line-height: 140%;
  }
}
@media (min-width: 768px) {
  .schedule__time:nth-child(1) {
    border-top: none;
  }
}
@media (min-width: 1024px) {
  .schedule__time {
    padding-top: 2vw;
  }
}
.schedule__link {
  font-family: "loos-extended", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #253245;
  font-size: 1rem;
  line-height: 160%;
  font-family: "loos-wide", sans-serif;
  font-weight: 400;
  text-decoration: none;
  padding: 10px 0 30px;
}
@media (min-width: 1024px) {
  .schedule__link {
    font-size: calc((100vw - 80rem) / 100 + 1rem);
    line-height: 140%;
  }
}
@media (min-width: 768px) {
  .schedule__link {
    padding: 4vw 5vw 3vw;
    border-top: 1px solid #D1D1D1;
  }
  .schedule__link:nth-child(2), .schedule__link:nth-child(3) {
    border-top: none;
  }
  .schedule__link:nth-child(5), .schedule__link:nth-child(6) {
    border-top-color: #FF2B39;
  }
}
@media (min-width: 1024px) {
  .schedule__link {
    padding: 2vw 5vw 4vw;
  }
}
.schedule__link[data-issue-id]:hover {
  cursor: pointer;
}
.schedule__wait-loader {
  position: relative;
  width: 64px;
  height: 64px;
  margin-top: 40px;
  transform: translateX(20px);
}
@media (min-width: 768px) {
  .schedule__wait-loader {
    margin-top: 2vw;
    transform: translateX(1vw);
  }
}
.schedule__wait-loader-L, .schedule__wait-loader-D {
  background-color: #253245;
  position: absolute;
  top: 5px;
  left: -5px;
  border: 2px solid white;
}
.schedule__wait-loader-L {
  width: 33px;
  height: 42px;
  animation: bounce 0.5s cubic-bezier(0, 0.82, 0, 1) -0.3s infinite alternate both;
}
.schedule__wait-loader-D {
  width: 42px;
  height: 42px;
  border-radius: 0 24px 24px 0;
  top: -5px;
  left: 5px;
  animation: bounce 0.5s cubic-bezier(0, 0.62, 0.35, 1) 0s infinite alternate both;
}

.timetable-speakers {
  display: flex;
  gap: 20px;
  flex-direction: column;
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .timetable-speakers {
    flex-direction: row;
    margin-top: 2vw;
    gap: 2vw;
  }
}

.timetable-speaker {
  display: flex;
  gap: 12px;
}
@media (min-width: 1024px) {
  .timetable-speaker {
    gap: 1vw;
  }
}
.timetable-speaker__info {
  display: flex;
  flex-direction: column;
  font-size: 0.8125rem;
  line-height: 130%;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .timetable-speaker__info {
    font-size: 1rem;
  }
}
.timetable-speaker__img {
  width: 32px;
  height: 32px;
  border-radius: 16px;
}
.timetable-speaker__name, .timetable-speaker__company {
  display: flex;
}

.loader__wrap {
  grid-area: 1/1/2/4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (min-width: 768px) {
  .loader__wrap {
    gap: 1vw;
  }
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  0% {
    transform: translateY(10px);
  }
}
/* Spaces */
.loader {
  width: 64px;
  height: 64px;
  position: relative;
  border: 2px solid #253245;
  border-left-color: transparent;
  border-radius: 34px;
  animation: rotation 1s linear 0s infinite normal both;
}
.loader:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 5px;
  left: 5px;
  border: 2px solid #FF2B39;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-radius: 28px;
  animation: rotation 6s linear 0s infinite normal both;
}

@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Spaces */
/* Spaces */
/*
Миксин для media queries. Определены следующие размеры:
- mobile - для мобильных < 768px
- mobile-landscape - для мобильных в ланшафтном режиме.
- mobile-tablet - только для планшетов и мобильных
- only-tablet - только для планшетов
- tablet - для планшетов с разрешением <= 768px (портретный режим)
- desktop-small - маленькие экраны и некоторые планшеты в ланшафтном режиме (например iPad)
- desktop - большие экраны от 1256px
- 2x - для ретины
*/
/*
Перевод px в rem.
line-height задается как некая заглушка, чтобы не наследовать от родительского элемента
*/
.issue-card {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(37, 50, 69, 0.7);
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
  padding: 0 10px;
  box-sizing: border-box;
}
.issue-card__wrap {
  background-color: white;
  display: none;
  position: relative;
  grid-template-columns: 1fr;
}
.issue-card.open {
  display: flex;
  animation: fadeIn 0.3s ease-in-out 0s 1 normal both;
}
.issue-card.open > .issue-card__wrap {
  display: grid;
  animation: riseUp 0.3s ease-in-out 0s 1 normal both, fadeIn 0.5s ease-in-out 0s 1 normal both;
}
.issue-card__header {
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.issue-card__header span {
  font-family: "loos-extended", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #253245;
  font-size: 0.75rem;
  line-height: 160%;
  font-family: "loos-wide", sans-serif;
  font-weight: 400;
  color: #FF2B39;
}
@media (min-width: 1024px) {
  .issue-card__header span {
    font-size: calc((100vw - 100rem) / 200 + 1rem);
    line-height: 160%;
  }
}
.issue-card__header span.add-splitter:first-child::after {
  font-family: "loos-extended", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #253245;
  font-size: 0.75rem;
  line-height: 160%;
  font-family: "loos-wide", sans-serif;
  font-weight: 400;
  color: #FF2B39;
  content: "◆";
  display: inline-block;
  padding: 0 10px;
  transform: translateY(-0.1vw);
}
@media (min-width: 1024px) {
  .issue-card__header span.add-splitter:first-child::after {
    font-size: calc((100vw - 100rem) / 200 + 1rem);
    line-height: 160%;
  }
}
.issue-card__content {
  grid-area: content;
  padding-top: 30px;
}
@media (min-width: 768px) {
  .issue-card__content {
    padding-top: 5vw;
  }
}
.issue-card__content-wrap {
  overflow: auto;
  max-height: 80vh;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "content" "photo";
  padding: 0 20px 120px;
}
@media (min-width: 768px) {
  .issue-card__content-wrap {
    padding: 0 5vw 6vw;
    grid-template-columns: 1fr auto;
    grid-template-areas: "content photo";
    grid-column-gap: 40px;
  }
}
.issue-card__content h2 {
  text-transform: uppercase;
  font-family: "loos-extended", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #253245;
  font-weight: 700;
  font-size: 1rem;
  line-height: 140%;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .issue-card__content h2 {
    font-size: calc((100vw - 30rem) / 90 + 1rem);
    line-height: 130%;
  }
}
@media (min-width: 1024px) {
  .issue-card__content h2 {
    margin-top: 1vw;
  }
}
.issue-card__content p {
  font-family: "loos-extended", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #253245;
  font-size: 1rem;
  line-height: 160%;
  font-family: "loos-wide", sans-serif;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .issue-card__content p {
    font-size: calc((100vw - 80rem) / 100 + 1rem);
    line-height: 140%;
  }
}
.issue-card__logo {
  margin-bottom: 40px;
}
.issue-card__speaker-info {
  grid-area: photo;
  margin-top: 40px;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .issue-card__speaker-info {
    gap: 2vw;
    margin-top: 8vw;
  }
}
.issue-card__speaker {
  position: relative;
  aspect-ratio: 1;
  width: 250px;
}
@media (min-width: 1024px) {
  .issue-card__speaker {
    width: 14vw;
  }
}
.issue-card__speaker-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.issue-card__speaker::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(13deg, #253245 0%, rgba(37, 50, 69, 0.07) 47%), rgba(37, 50, 69, 0.07);
  z-index: 10;
}
.issue-card__speaker picture,
.issue-card__speaker img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.issue-card__speaker-name {
  z-index: 20;
  font-family: "loos-extended", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #253245;
  font-size: 1rem;
  line-height: 160%;
  font-family: "loos-wide", sans-serif;
  font-weight: 400;
  font-family: "loos-extended", sans-serif;
  font-weight: 700;
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .issue-card__speaker-name {
    font-size: calc((100vw - 80rem) / 100 + 1rem);
    line-height: 140%;
  }
}
@media (min-width: 1024px) {
  .issue-card__speaker-name {
    margin-top: 2vw;
  }
}
.issue-card__speaker-position {
  display: inline-block;
  margin: 16px 0 20px 0;
  max-width: 220px;
  font-family: "loos-extended", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #253245;
  font-size: 0.75rem;
  line-height: 160%;
  font-family: "loos-wide", sans-serif;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .issue-card__speaker-position {
    font-size: calc((100vw - 100rem) / 200 + 1rem);
    line-height: 160%;
  }
}
@media (min-width: 1024px) {
  .issue-card__speaker-position {
    margin: 0.5vw 0 1vw;
    max-width: 14vw;
  }
}
.issue-card__speaker-company-logo {
  max-width: 160px;
  max-height: 70px;
}
@media (min-width: 1024px) {
  .issue-card__speaker-company-logo {
    max-width: 6vw;
    max-height: 3vw;
    width: 100%;
    margin-top: 1vw;
  }
}
.issue-card__close {
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 48px;
  height: 48px;
  top: 0;
  right: 0;
  color: white;
  background-color: transparent;
  border: none;
  font-size: 0;
  transform: scale(1);
  transition: all 0.1s ease-in-out;
  background-image: linear-gradient(270deg, #253245 75%, #253245 100%);
  line-height: 0;
  cursor: pointer;
  z-index: 100;
}
@media (min-width: 1024px) {
  .issue-card__close {
    width: 3vw;
    height: 3vw;
  }
}
.issue-card__close svg {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}
@media (min-width: 768px) {
  .issue-card__close:hover {
    transform: scale(1.1);
  }
}
.issue-card.several-speakers .issue-card__logo {
  display: none;
}
.issue-card.several-speakers .issue-card__content-wrap {
  grid-template-columns: 1fr;
  grid-template-areas: "content" "photo";
}
@media (min-width: 768px) {
  .issue-card.several-speakers .issue-card__speaker-info {
    margin-top: 2vw;
  }
}
.issue-card__description {
  margin: 10px 0;
}
@media (min-width: 1024px) {
  .issue-card__description {
    margin: 1vw 0 2vw;
  }
}
.issue-card__description ul {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  padding-left: 40px;
  margin: 10px 0;
}
@media (min-width: 1024px) {
  .issue-card__description ul {
    margin: 1vw 0 2vw;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes riseUp {
  0% {
    transform: translateY(80px);
  }
  100% {
    transform: translateY(0);
  }
}
/* Spaces */
/* Spaces */
/*
Миксин для media queries. Определены следующие размеры:
- mobile - для мобильных < 768px
- mobile-landscape - для мобильных в ланшафтном режиме.
- mobile-tablet - только для планшетов и мобильных
- only-tablet - только для планшетов
- tablet - для планшетов с разрешением <= 768px (портретный режим)
- desktop-small - маленькие экраны и некоторые планшеты в ланшафтном режиме (например iPad)
- desktop - большие экраны от 1256px
- 2x - для ретины
*/
/*
Перевод px в rem.
line-height задается как некая заглушка, чтобы не наследовать от родительского элемента
*/
.infopartners {
  padding: 40px 0 220px;
}
@media (max-width: 767px) {
  .infopartners {
    background-color: #F6F6F6;
  }
}
@media (min-width: 768px) {
  .infopartners {
    padding: 3vw 0;
  }
}
.infopartners__wrap {
  display: grid;
  padding: 0 24px;
  grid-gap: 80px;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .infopartners__wrap {
    position: relative;
  }
  .infopartners__wrap:before {
    display: block;
    content: "";
    background: #253245;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 33.3%;
    transition: position 0.3s ease-in-out;
  }
}
@media (min-width: 1024px) {
  .infopartners__wrap {
    grid-gap: 100px;
  }
  .infopartners__wrap:before {
    left: 29.5%;
  }
}
.infopartners__section {
  display: grid;
  grid-template-columns: auto;
  grid-row-gap: 40px;
}
@media (min-width: 768px) {
  .infopartners__section {
    grid-template-columns: 1fr 2fr;
    grid-row-gap: 120px;
  }
}
@media (min-width: 1024px) {
  .infopartners__section {
    grid-template-columns: 2fr 5fr;
  }
}
.infopartners__title {
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .infopartners__title:before {
    display: block;
    content: "";
    background: #253245;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -20px;
    left: 0;
    transition: position 0.3s ease-in-out;
  }
}
@media (min-width: 768px) {
  .infopartners__title {
    justify-content: flex-end;
    padding-right: 60px;
  }
}
.infopartners__title:nth-child(2) {
  margin-top: 60px;
}
.infopartners h2 {
  position: relative;
  font-family: "loos-extended", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #253245;
  font-size: 1.75rem;
  line-height: 130%;
  margin: 0;
}
@media (min-width: 1024px) {
  .infopartners h2 {
    font-size: calc((100vw - 30rem) / 40 + 1rem);
    line-height: 120%;
  }
}
@media (min-width: 768px) {
  .infopartners h2 {
    font-family: "loos-extended", sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #253245;
    font-weight: 700;
    font-size: 1rem;
    line-height: 140%;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .infopartners h2 {
    font-size: calc((100vw - 30rem) / 90 + 1rem);
    line-height: 130%;
  }
}
.infopartners__logos ul {
  display: flex;
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  list-style: none;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .infopartners__logos ul {
    grid-column-gap: 60px;
    grid-row-gap: 30px;
    padding: 40px 0 40px 60px;
  }
}
@media (min-width: 1024px) {
  .infopartners__logos ul {
    grid-column-gap: 80px;
    grid-row-gap: 40px;
  }
}
.infopartners__logo {
  --base-size: 150px;
  --correction-factor: 1;
}
@media (min-width: 768px) {
  .infopartners__logo {
    --base-size: 200px;
  }
}
@media (min-width: 1024px) {
  .infopartners__logo {
    --base-size: 250px;
  }
}
.infopartners__logo a {
  display: flex;
}
.infopartners__logo img {
  width: 100%;
  height: auto;
  max-width: 200px;
  max-width: calc(var(--base-size) * var(--correction-factor));
}
.infopartners__logo img {
  filter: grayscale(1) opacity(0.5) contrast(0.5);
  transition: all 0.15s ease-in-out;
}
.infopartners__logo img:hover {
  filter: grayscale(0) opacity(1) contrast(1);
}

/* Spaces */
/* Spaces */
/*
Миксин для media queries. Определены следующие размеры:
- mobile - для мобильных < 768px
- mobile-landscape - для мобильных в ланшафтном режиме.
- mobile-tablet - только для планшетов и мобильных
- only-tablet - только для планшетов
- tablet - для планшетов с разрешением <= 768px (портретный режим)
- desktop-small - маленькие экраны и некоторые планшеты в ланшафтном режиме (например iPad)
- desktop - большие экраны от 1256px
- 2x - для ретины
*/
/*
Перевод px в rem.
line-height задается как некая заглушка, чтобы не наследовать от родительского элемента
*/
.action {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: auto 40px auto;
  margin-top: -120px;
  box-sizing: border-box;
  width: 100%;
}
@media (min-width: 768px) {
  .action {
    margin-top: 60px;
  }
}
@media (min-width: 1024px) {
  .action {
    margin-top: 5vw;
    grid-template-columns: 63vw auto auto 5vw;
    grid-template-rows: 5vw auto 7vw;
  }
}
.action__wrap {
  background-color: #FF2B39;
  grid-area: 2/1/4/4;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 24px 40px;
  position: relative;
  z-index: 10;
  mix-blend-mode: darken;
}
@media (min-width: 1024px) {
  .action__wrap {
    padding: 5vw 0 7vw;
    grid-area: 2/1/4/3;
  }
}
.action__main-content {
  font-family: "loos-extended", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #253245;
  font-size: 1.75rem;
  line-height: 130%;
  color: white;
}
@media (min-width: 1024px) {
  .action__main-content {
    font-size: calc((100vw - 30rem) / 40 + 1rem);
    line-height: 120%;
  }
}
.action__info {
  font-family: "loos-extended", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #253245;
  font-size: 0.75rem;
  line-height: 160%;
  font-family: "loos-wide", sans-serif;
  font-weight: 400;
  color: white;
  margin-top: 80px;
}
@media (min-width: 1024px) {
  .action__info {
    font-size: calc((100vw - 100rem) / 200 + 1rem);
    line-height: 160%;
  }
}
@media (min-width: 1024px) {
  .action__info {
    text-align: center;
    margin-top: auto;
    max-width: 40vw;
  }
}
.action__info-time-small {
  font-family: "loos-extended", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #253245;
  font-size: 0.75rem;
  line-height: 160%;
  font-family: "loos-wide", sans-serif;
  font-weight: 400;
  color: white;
  position: relative;
  top: -1vw;
  font-weight: 100;
}
@media (min-width: 1024px) {
  .action__info-time-small {
    font-size: calc((100vw - 100rem) / 200 + 1rem);
    line-height: 160%;
  }
}
.action .btn-wrap {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .action .btn-wrap {
    margin-top: 3vw;
  }
}
.action__element-D {
  grid-area: 1/2/3/3;
  position: relative;
  aspect-ratio: 1;
  width: 160px;
}
@media (min-width: 1024px) {
  .action__element-D {
    grid-area: 1/2/3/4;
    width: auto;
  }
}
.action__element-D-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 80px 80px 0;
  background-color: rgba(37, 50, 69, 0.5);
}
@media (min-width: 1024px) {
  .action__element-D-img {
    border-radius: 0 20vw 20vw 0;
  }
}

/**
Блок вопросов и ответов
декабрь 2018
Используется на странице тарифа
 */
/* Spaces */
/*
Миксин для media queries. Определены следующие размеры:
- mobile - для мобильных < 768px
- mobile-landscape - для мобильных в ланшафтном режиме.
- mobile-tablet - только для планшетов и мобильных
- only-tablet - только для планшетов
- tablet - для планшетов с разрешением <= 768px (портретный режим)
- desktop-small - маленькие экраны и некоторые планшеты в ланшафтном режиме (например iPad)
- desktop - большие экраны от 1256px
- 2x - для ретины
*/
/*
Перевод px в rem.
line-height задается как некая заглушка, чтобы не наследовать от родительского элемента
*/
.lg-qa {
  margin: 60px 0;
  padding: 0 24px;
}
@media (min-width: 1024px) {
  .lg-qa {
    margin: 5vw 0 7vw;
  }
}
.lg-qa__title {
  font-family: "loos-extended", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #253245;
  font-size: 1.75rem;
  line-height: 130%;
}
@media (min-width: 1024px) {
  .lg-qa__title {
    font-size: calc((100vw - 30rem) / 40 + 1rem);
    line-height: 120%;
  }
}
.lg-qa__wrap {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .lg-qa__wrap {
    margin-top: 2vw;
  }
}
.lg-qa__block._expanded .lg-qa__question::after {
  transform: rotate(180deg);
}
.lg-qa__block:not(:last-child) {
  border-bottom: 1px solid #EBF2F9;
}
.lg-qa__question {
  font-family: "loos-extended", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #253245;
  font-size: 1rem;
  line-height: 160%;
  font-family: "loos-wide", sans-serif;
  font-weight: 400;
  color: #253245;
  cursor: pointer;
  position: relative;
  padding: 20px 32px 20px 0;
}
@media (min-width: 1024px) {
  .lg-qa__question {
    font-size: calc((100vw - 80rem) / 100 + 1rem);
    line-height: 140%;
  }
}
@media (min-width: 1024px) {
  .lg-qa__question {
    padding: 1vw 0;
  }
}
@media (min-width: 1024px) {
  .lg-qa__question {
    padding: 40px 0;
  }
}
.lg-qa__question::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 24px;
  right: 0;
  transition: all 0.3s;
  background-image: url("../img/icons/arrow-down.svg");
}
@media (min-width: 1024px) {
  .lg-qa__question::after {
    top: 2vw;
  }
}
.lg-qa__answer {
  font-family: "loos-extended", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #253245;
  font-size: 0.75rem;
  line-height: 160%;
  font-family: "loos-wide", sans-serif;
  font-weight: 400;
  line-height: 1.75rem;
  color: #253245;
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s ease-out;
}
@media (min-width: 1024px) {
  .lg-qa__answer {
    font-size: calc((100vw - 100rem) / 200 + 1rem);
    line-height: 160%;
  }
}
@media (min-width: 1024px) {
  .lg-qa__answer {
    max-width: 50vw;
  }
}
.lg-qa__answer__text {
  padding: 0 0 2vw;
  display: flex;
  flex-direction: column;
  gap: 10px;
  opacity: 0.7;
}
.lg-qa__answer__text p {
  margin: 0px;
}
.lg-qa__answer__text a {
  color: #253245;
}
.lg-qa__answer__text a:hover {
  color: #E1312F;
  text-decoration: none;
}