@charset "UTF-8";
/* Document
 * ========================================================================== */
/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Backgrounds do not repeat by default (opinionated).
 */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  background-repeat: no-repeat; /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Breaks words to prevent overflow in all browsers (opinionated).
 * 4. Use a 4-space tab width in all browsers (opinionated).
 * 5. Remove the grey highlight on links in iOS (opinionated).
 * 6. Prevent adjustments of font size after orientation changes in iOS.
 */
:where(:root) {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  overflow-wrap: break-word; /* 3 */
  -moz-tab-size: 4; /* 4 */
  -o-tab-size: 4;
     tab-size: 4; /* 4 */
  -webkit-tap-highlight-color: transparent; /* 5 */
  -webkit-text-size-adjust: 100%; /* 6 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
:where(body) {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
:where(h1) {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, and Safari.
 */
:where(dl, ol, ul) :where(dl, ol, ul) {
  margin: 0;
}

/**
 * 1. Correct the inheritance of border color in Firefox.
 * 2. Add the correct box sizing in Firefox.
 */
:where(hr) {
  color: inherit; /* 1 */
  height: 0; /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
:where(nav) :where(ol, ul) {
  list-style-type: none;
  padding: 0;
}

/**
 * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
 */
:where(nav li)::before {
  content: "​";
  float: left;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Prevent overflow of the container in all browsers (opinionated).
 */
:where(pre) {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
  overflow: auto; /* 3 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Add the correct text decoration in Safari.
 */
:where(abbr[title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
:where(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.
 */
:where(code, kbd, samp) {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
:where(small) {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
:where(audio, canvas, iframe, img, svg, video) {
  vertical-align: middle;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
:where(iframe) {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
:where(svg:not([fill])) {
  fill: currentColor;
}

/* Tabular data
 * ========================================================================== */
/**
 * 1. Collapse border spacing in all browsers (opinionated).
 * 2. Correct table border color inheritance in all Chrome, Edge, and Safari.
 * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */
:where(table) {
  border-collapse: collapse; /* 1 */
  border-color: inherit; /* 2 */
  text-indent: 0; /* 3 */
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
:where(button, input, select) {
  margin: 0;
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
:where(button, [type=button i], [type=reset i], [type=submit i]) {
  -webkit-appearance: button;
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */
:where(fieldset) {
  border: 1px solid #a0a0a0;
}

/**
 * Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
:where(progress) {
  vertical-align: baseline;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 3. Change the resize direction in all browsers (opinionated).
 */
:where(textarea) {
  margin: 0; /* 1 */
  resize: vertical; /* 3 */
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
:where([type=search i]) {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons 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 styles in Safari.
 */
:where(dialog) {
  background-color: white;
  border: solid;
  color: black;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

:where(dialog:not([open])) {
  display: none;
}

/*
 * Add the correct display in Safari.
 */
:where(details > summary:first-of-type) {
  display: list-item;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
:where([aria-busy=true i]) {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
:where([aria-controls]) {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
:where([aria-disabled=true i], [disabled]) {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
:where([aria-hidden=false i][hidden]) {
  display: initial;
}

:where([aria-hidden=false i][hidden]:not(:focus)) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Add typography inheritance in all browsers (opinionated).
 */
:where(button, input, select, textarea) {
  background-color: transparent; /* 1 */
  border: 1px solid WindowFrame; /* 1 */
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  letter-spacing: inherit; /* 2 */
  padding: 0.25em 0.375em; /* 1 */
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */
:where(select) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4'%3E%3Cpath d='M4 0h6L7 4'/%3E%3C/svg%3E") no-repeat right center/1em;
  border-radius: 0;
  padding-right: 1em;
}

/**
 * Don't show the arrow for multiple choice selects
 */
:where(select[multiple]) {
  background-image: none;
}

/**
 * Remove the border and padding in all browsers (opinionated).
 */
:where([type=color i], [type=range i]) {
  border-width: 0;
  padding: 0;
}

/**
 * Add the correct system-ui font-family in Firefox.
 */
@font-face {
  font-family: system-ui;
  src: local(".AppleSystemUIFont"), local("Segoe UI"), local("Ubuntu"), local("Roboto-Regular"), local("HelveticaNeue");
}
@font-face {
  font-family: system-ui;
  font-style: italic;
  src: local(".AppleSystemUIFont"), local("Segoe UI Italic"), local("Ubuntu-Italic"), local("Roboto-Italic"), local("HelveticaNeue-Italic");
}
@font-face {
  font-family: system-ui;
  font-weight: bold;
  src: local(".AppleSystemUIFont"), local("Segoe UI Bold"), local("Ubuntu-Bold"), local("Roboto-Bold"), local("HelveticaNeue-Bold");
}
@font-face {
  font-family: system-ui;
  font-style: italic;
  font-weight: bold;
  src: local(".AppleSystemUIFont"), local("Segoe UI Bold Italic"), local("Ubuntu-BoldItalic"), local("Roboto-BoldItalic"), local("HelveticaNeue-BoldItalic");
}
/**
 * Use the default user interface font in all browsers (opinionated).
 */
html {
  font-family: system-ui, -apple-system, "Segoe UI", "Roboto", "Ubuntu", "Cantarell", "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/**
 * Use the default monospace user interface font in all browsers (opinionated).
 */
code,
kbd,
samp,
pre {
  font-family: ui-monospace, "Menlo", "Consolas", "Roboto Mono", "Ubuntu Monospace", "Noto Mono", "Oxygen Mono", "Liberation Mono", monospace, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/**
 * Restrict sizing to the page width in all browsers (opinionated).
 */
:where(iframe, img, input, video, select, textarea) {
  height: auto;
  max-width: 100%;
}
html, body {
  height: 100%;
}
main {
  width: 100%;
}

.content-width {
  max-width: 70vw;
  margin: 0 auto;
}

.mobile-only {
  display: none;
}

.desktop-only {
  display: block;
}
.no-scroll {
  overflow: hidden;
}.mobile-menu {
  display: none;
}
.mobile-menu__content {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  max-width: 300px;
  width: 100%;
  padding: 48px 40px 38px;
  background-color: #fcc211;
  -webkit-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mobile-menu__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
}
.mobile-menu__close {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 20px;
  right: 20px;
}
.mobile-menu__close::before, .mobile-menu__close::after {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  width: 24px;
  height: 2px;
  background-color: #181c1f;
}
.mobile-menu__close::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.mobile-menu__close::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.mobile-menu__logo {
  display: block;
  margin-bottom: 25px;
}
.mobile-menu__logo img {
  max-width: 200px;
  width: 100%;
}

.mobile-menu__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  font-size: 24px;
  line-height: 1.2;
  color: #181c1f;
  font-size: 16px;
  font-weight: 600;
}
.mobile-menu__nav a {
  text-decoration: none;
  color: inherit;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.mobile-menu__nav a:hover {
  color: #ffffff;
}

.mobile-menu__register-btn {
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  margin-top: auto;
  background-color: #181c1f;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  padding: 15px 24px;
  line-height: 1.01;
  height: 45px;
}
.burger {
  display: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #181c1f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
  cursor: pointer;
}

.burger__inner {
  width: 22px;
  height: 14px;
  position: relative;
}
.burger__inner::before, .burger__inner::after {
  position: absolute;
  content: "";
  background-color: #ffffff;
  width: 22px;
  height: 2px;
  left: 0;
}
.burger__inner::before {
  top: 0;
}
.burger__inner::after {
  bottom: 0;
}
.burger__inner span {
  position: absolute;
  top: 50%;
  right: 0;
  width: 18px;
  height: 2px;
  background-color: #ffffff;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.burger__checkbox {
  display: none;
}

.burger__checkbox:checked ~ .mobile-menu__overlay {
  display: block;
}

.burger__checkbox:checked ~ .mobile-menu__content {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 3.412073491vw;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  z-index: 1000;
  min-height: 80px;
  opacity: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header.sticked {
  background-color: #fcc211;
  position: fixed;
}

div[data-observer-intercept] {
  height: 150px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.header__logo {
  width: calc(0.0828125 * 100vw + 1px);
}
.header__logo img {
  width: 100%;
}
.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 50%;
}

.header-menu__link {
  color: inherit;
  text-transform: uppercase;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  line-height: 1;
  font-size: calc(0.009375 * 100vw + 1px);
  text-decoration: none;
  padding: 2px 15px 2px 0;
  position: relative;
}
.header-menu__link:hover {
  color: #9e9e9e;
}
.header-menu__link--active {
  color: white;
}
.header-menu__link--active::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: white;
}

.header-menu__register-btn {
  background-image: url("./svg/button-reg.svg");
  background-size: 100%;
  width: calc(0.084375 * 100vw + -2px);
  aspect-ratio: 141/52;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.header-menu__register-btn:hover {
  -webkit-transform: rotate(10deg) scale(1.1);
      -ms-transform: rotate(10deg) scale(1.1);
          transform: rotate(10deg) scale(1.1);
}
.footer {
  width: 100%;
  background-color: #fbbc09;
  padding: calc(0.046875 * 100vw + 80px) calc(0.0546875 * 100vw + -5px) 60px;
  clip-path: polygon(0 3.9vw, 100% 0, 100% 100%, 0 100%);
}

.footer__logo {
  max-width: 120px;
}

.footer__inner {
  margin: 0 auto;
  max-width: 1160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__tagline {
  font-size: 12px;
  line-height: 1.55;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 0;
}

.footer__contact-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__link {
  color: inherit;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 500;
  letter-spacing: 1px;
  border-bottom: 1px solid #181c1f;
}
.footer__link--contacts {
  margin-right: 90px;
}



@font-face {
  font-family: "InterVariable";
  src: url("./fonts/Inter-VariableFont_opsz,wght.ttf") format("truetype");
  font-weight: 300 700;
  font-style: normal;
}
@font-face {
  font-family: "dela-gothic-one";
  src: url("./fonts/dela-gothic-one.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
#sponsors h1, #sponsors h2, #sponsors h3, #sponsors h4, #sponsors h5 {
  font-family: "dela-gothic-one", sans-serif;
  font-weight: 400;
}

body {
  font-family: "InterVariable", "Roboto", sans-serif;
  display: flex;
  flex-direction: column;
}

#sponsors .burger {
  top: 8px;
}

.sponsors-main-content {
  background-color: #EFEFEF;
  width: 100%;
}
.sponsors-main-content__wrapper {
  max-width: 834px;
  margin: 0 auto;
}
.header-sponsors {
  width: 100%;
  height: 65px;
  background-color: #FDC300;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.header-sponsors__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 38px;
     -moz-column-gap: 38px;
          column-gap: 38px;
  padding: 0 20px;
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
}

.header-sponsors__logo {
  width: 80px;
}

.header-menu--sponsors {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "InterVariable";
}
.header-menu--sponsors .header-menu__link {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.52px;
  line-height: 16px;
}

.header-menu__link--bold {
  padding: 0;
  color: white;
  width: 154px;
  height: 36px;
  font-size: 14px !important;
  line-height: 36px;
  background-color: #C30000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 18px;
  font-weight: 500;
}

.header-menu__link--sponsors {
  color: #C30000;
}
.cover {
  width: 100%;
  height: calc(100% - 65px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: aqua;
  position: relative;
}

.cover__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.cover__gradient {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 53%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(rgba(0, 0, 0, 0), #000000);
}

.cover__text-block {
  position: absolute;
  text-align: center;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 85px;
  color: white;
}

.cover__title {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 44px;
  letter-spacing: 3px;
  margin-top: 0;
  margin-bottom: 15px;
}

.cover__subtitle {
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1.6px;
  line-height: 20px;
  margin-top: 0;
  margin-bottom: 12px;
}

.cover__description {
  font-size: 18px;
  line-height: 21px;
  max-width: 665px;
  margin: 0;
}
.sponsors-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 33px;
  padding-bottom: 26px;
  border-bottom: 1px solid #FDC300;
  margin-bottom: 25px;
}
.top-sponsors {
  background-color: white;
  border-radius: 10px;
  margin-bottom: 40px;
}

.top-sponsor-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-sponsor-card__wrapper {
  padding: 25px 0 20px 23px;
  width: 61%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-sponsor-card__photo {
  width: 28.8557%;
  border-radius: 7px;
  padding: 8px 7px 7px 0;
}

.top-sponsor-card__title, .top-sponsor-card__description, .top-sponsor-card__name {
  margin: 0;
}

.top-sponsor-card__title {
  font-size: 18px;
  line-height: 1.444;
  text-transform: uppercase;
}

.top-sponsor-card__description {
  font-size: 15px;
  line-height: 1.26666;
}

.top-sponsor-card__name {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

.top-sponsor-card__logo {
  -ms-flex-item-align: self-start;
      -ms-grid-row-align: self-start;
      align-self: self-start;
}
.sponsors-block {
  margin-bottom: 75px;
}

.sponsors-block__title {
  margin-top: 0;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 5px;
}

.sponsors-block__description {
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
}
.sponsors-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.sponsors-item {
  background-color: white;
  border-radius: 10px;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr auto auto;
  grid-template-rows: auto 1fr auto auto;
}

.sponsors-item__img-wrapper {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 9px 9px 25px;
  aspect-ratio: 392/264;
}

.sponsors-item__img {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
}

.sponsors-item__logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sponsors-item__description {
  padding: 0 20px;
  font-size: 15px;
  line-height: 19px;
  text-align: center;
  margin: 0;
  margin-top: 30px;
}

.sponsors-item__name {
  text-align: center;
  font-family: "InterVariable";
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1.6px;
  color: #0f0f0f;
  margin: 20px 0 25px;
}

.sponsors-item__logo--events {
  width: 101px;
}
.sponsors-item__logo--svoi {
  width: 152px;
}
.sponsors-item__logo--m {
  width: 146px;
}
.sponsors-item__logo--mice {
  width: 157px;
}

.invitation {
  text-align: center;
  margin-bottom: 55px;
}

.invitation__title {
  color: #C30000;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 29px;
  margin: 0 0 20px;
}

.invitation__description {
  font-size: 18px;
  line-height: 21px;
  margin: 0 0 30px;
}

.invitation__btn {
  display: block;
  margin: 0 auto;
  background-color: #C30000;
  border-radius: 18px;
  text-decoration: none;
  color: white;
  width: 324px;
  height: 36px;
  font-size: 14px;
  line-height: 36px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.56px;
}
.footer-sponsors {
  height: 200px;
  background-color: #FDC300;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__inner {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.footer__tagline {
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.48px;
  line-height: 15px;
  color: #505050;
}

.footer__contact-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  list-style: none;
  text-align: right;
}
.footer__contact-block li {
  font-size: 12px;
  letter-spacing: 0.48px;
  margin-bottom: 10px;
}
.footer__contact-block li:last-child {
  margin-bottom: 0;
}

.footer__link {
  border-bottom: none;
  font-size: inherit;
  font-weight: 600;
  line-height: 15px;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.footer__link:hover {
  color: #C30000;
}
.footer-sponsors__logo {
  width: 93px;
}

@media (max-width: 960px){

  .mobile-menu {
    display: block;
  }
  .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 8px;
    right: 20px;
  }
}

@media (max-width: 500px){
  .sponsors-main-content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .cover__gradient {
    height: auto;
    aspect-ratio: 393/346;
  }
  .cover__text-block {
    width: calc(100% - 20px);
  }
  .cover__subtitle {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .cover__title {
    margin-bottom: 10px;
  }
  .cover__description {
    max-width: 100%;
    width: 100%;
  }
  .sponsors-line {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top-sponsor-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .top-sponsor-card__photo {
    width: 100%;
    padding: 6px 6px 0;
    margin-bottom: 30px;
  }
  .top-sponsor-card__photo img {
    width: 100%;
  }
  .top-sponsor-card__logo {
    margin: 0 auto;
    margin-bottom: 25px;
  }
  .top-sponsor-card__title {
    margin-bottom: 10px;
  }
  .top-sponsor-card__description {
    margin-bottom: 30px;
  }
  .top-sponsor-card__name {
    margin-bottom: 25px;
  }
  .top-sponsor-card__wrapper {
    width: 100%;
    text-align: center;
    padding: 0 6px;
  }
  .sponsors-block__title {
    margin-bottom: 10px;
  }
  .sponsors-items {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .invitation__btn {
    width: 100%;
  }
  .footer-sponsors {
    height: auto;
  }
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__contact-block {
    margin-top: 35px;
    padding: 0;
    margin-bottom: 27px;
  }
  .footer-sponsors__logo {
    display: block;
    margin: 0 auto;
    margin-bottom: 28px;
  }
  .footer__tagline {
    margin-bottom: 15px;
  }
  .sponsors-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sponsors-item__img-wrapper {
    width: calc(100% - 18px);
  }
}
@media (max-width: 900px){
  .header-menu--sponsors {
    display: none;
  }
}