:root {
  --time-function: 250ms cubic-bezier(0.4, 0, 0.2, 1);
  --dark-text: #2f2525;
  --red-main: #e62323;
  --white-text: #fff;
  --secondary-dark: rgba(47, 37, 37, 0.8);
  --element: rgba(47, 37, 37, 0.1);
  --white-secondary: #fcfbfb;
  --font-family: "Roboto", sans-serif;
  --second-family: "TikTok Sans", sans-serif;
  --icon-polygon: url("<?php echo esc_url(get_template_directory_uri() . "/assets/img/icons/polygon.svg"); ?>");
}

/* Reset styles */
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

button {
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

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

html {
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

body {
  margin: 0;
}

hr {
  height: 0;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
pre,
samp {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
}

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

button,
select {
  text-transform: none;
}

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

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

@font-face {
  font-family: "Roboto";
  src: url("/wp-content/themes/conferences/assets/fonts/Roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/wp-content/themes/conferences/assets/fonts/Roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/wp-content/themes/conferences/assets/fonts/Roboto/Roboto-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/wp-content/themes/conferences/assets/fonts/TikTokSans/TikTokSans-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/*
@font-face {
  font-family: "Mulish";
  src: url("/wp-content/themes/conferences/assets/fonts/Mulish/Mulish-Bold.ttf")
    format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mulish";
  src: url("/wp-content/themes/conferences/assets/fonts/Mulish/Mulish-ExtraLight.ttf")
    format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Laila";
  src: url("/wp-content/themes/conferences/assets/fonts/Laila/Laila-Medium.ttf")
    format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Laila";
  src: url("/wp-content/themes/conferences/assets/fonts/Laila/Laila-Regular.ttf")
    format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-family);
  color: var(--dark-text);
  font-weight: 400;
  font-size: 14px;
}

section {
  margin: 0 auto;
}

.container {
  padding-left: clamp(16px, 14 * (100vw - 375px) / 1065 + 16px, 30px);
  padding-right: clamp(16px, 14 * (100vw - 375px) / 1065 + 16px, 30px);
  max-width: 1440px;
}

.header {
  padding: 13px 0;
}

.header__inner {
  display: flex;
  align-items: center;
  gap: 18px;
}

.header__logo {
  width: 80px;
  height: 44px;
}

.header__logo img {
  display: block;
  width: auto;
}

.header__email {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: var(--dark-text);
  padding: 6px 0;
}

.header__email--mobile {
  display: none;
}

.socials-list,
.socials-list-text {
  display: none;
}

.header__cta {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 12px 24px;
  background: var(--red-main);
  text-decoration: none;
  height: 44px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: var(--white-text);
  min-width: 180px;
  position: relative;
}

.header__cta::before,
.header__cta::after {
  content: none;
}

.header__cta .reg-submit__text {
  position: relative;
  z-index: 1;
  color: var(--white-text);
}

.header__cta .reg-submit__text::before,
.header__cta .reg-submit__text::after {
  content: none;
}

.header-nav {
  margin-left: auto;
}

.header-menu-box {
  list-style: none;
  margin: 0;
  margin-left: auto;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 27.5px;
}

.header-menu {
  list-style: none;
  margin: 0;
  margin-left: auto;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 27.5px;
}

.header-menu > li {
  position: relative;
}

.header-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: var(--dark-text);
  padding: 10px 0;
}

.header-submenu {
  list-style: none;
  border: 1px solid var(--element);
  border-radius: 8px;
  padding: 16px;
  background: var(--white-text);
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: none;
  z-index: 10;
  width: -moz-max-content;
  width: max-content;
}

.header-submenu .header-link {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: var(--dark-text);
  padding: 6px 0;
}

.header__burger {
  display: none;
  border-radius: 8px;
  padding: 11px;
  background: var(--dark-text);
  border: none;
}

.header__burger-icon {
  width: 20px;
  height: 20px;
}

@media (min-width: 1024px) and (hover: hover) and (pointer: fine) {
  .header__email {
    transition: color var(--time-function);
  }
  .header__email:hover {
    color: var(--red-main);
  }
  .header-link {
    transition: color var(--time-function);
  }
  .header-link:hover {
    color: var(--red-main);
  }
  .header-submenu {
    transition: opacity var(--time-function), visibility var(--time-function), transform var(--time-function);
  }
  .header-menu > li:hover > .header-submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .header__cta {
    overflow: hidden;
    transition: 0.7s;
    --mask: 12px;
  }
  .header__cta::before,
  .header__cta::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: var(--mask);
    background: var(--red-main);
    z-index: 3;
    pointer-events: none;
    transition: 0.7s;
  }
  .header__cta::before {
    top: 0;
    border-radius: 8px 8px 0 0;
  }
  .header__cta::after {
    bottom: 0;
    border-radius: 0 0 8px 8px;
  }
  .header__cta .reg-submit__text {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: block;
    color: transparent;
  }
  .header__cta .reg-submit__text::before,
  .header__cta .reg-submit__text::after {
    content: attr(data-text);
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    color: var(--white-text);
    transition: 0.7s;
    will-change: transform;
    pointer-events: none;
  }
  .header__cta .reg-submit__text::before {
    transform: translateY(0);
  }
  .header__cta .reg-submit__text::after {
    transform: translateY(100%);
  }
  .header__cta:hover .reg-submit__text::before,
  .header__cta:focus-visible .reg-submit__text::before {
    transform: translateY(-100%);
  }
  .header__cta:hover .reg-submit__text::after,
  .header__cta:focus-visible .reg-submit__text::after {
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .header__cta .reg-submit__text::before,
  .header__cta .reg-submit__text::after {
    transition: none;
  }
}
@media (max-width: 1315px) {
  .header {
    position: relative;
  }
  .header.is-menu-open .header-nav {
    opacity: 1;
    visibility: visible;
    height: 734px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .header-menu {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 12px;
    margin-left: 0;
  }
  .header__burger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .header__email--desktop {
    display: none;
  }
  .header__email--mobile {
    display: block;
    padding: 8px 0;
  }
  .mobile__menu-socials {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .header-nav {
    padding: 41px clamp(16px, 14 * (100vw - 375px) / 1065 + 16px, 30px) 32px;
    position: absolute;
    bottom: 0;
    inset: 0;
    background: #fff;
    margin-top: 68px;
    opacity: 0;
    visibility: hidden;
    transition: 0.18s ease;
    z-index: 10;
    overflow: auto;
  }
  .header__burger-icon--close {
    display: none;
  }
  .header.is-menu-open .header__burger-icon--open {
    display: none;
  }
  .header.is-menu-open .header__burger-icon--close {
    display: block;
  }
  .header-menu > li {
    border: 0;
  }
  .header-menu > li > .header-link {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: var(--dark-text);
    padding: 6px 0;
  }
  .socials-list {
    display: flex;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 12px 0 0;
  }
  .socials-list__link {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: #f6f6f6;
    text-decoration: none;
  }
  .socials-list__icon {
    width: 20px;
    height: 20px;
    display: block;
  }
  .socials-list-text {
    display: inline-block;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: var(--secondary-dark);
    opacity: 0.9;
  }
  .header-submenu {
    position: static;
    border: 0;
    padding: 16px;
    background: #f6f6f6;
    opacity: 1;
    visibility: visible;
    transform: none;
    border-radius: 16px;
    width: 343px;
  }
  .header-submenu > li > .header-link {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: var(--dark-text);
  }
  .header-submenu > li:not(:last-child) {
    margin-bottom: 4px;
  }
  .header-menu li.has-children {
    flex-wrap: wrap;
  }
  .header-menu li.has-children > .header-submenu {
    flex: 0 0 100%;
  }
}
.header-menu > li.has-children.is-open > .header-submenu {
  opacity: 1;
  visibility: visible;
}

.header-menu li.has-children > .header-link::after {
  content: none;
}

.header-menu li.has-children {
  display: flex;
  align-items: center;
  gap: 6px;
}

.header-menu__toggle {
  width: 36px;
  height: 36px;
  margin: -10px 0;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  display: inline-grid;
  place-items: center;
  color: var(--red-main);
  pointer-events: auto;
}

.header-menu__toggle::before {
  content: "";
  width: 12px;
  height: 5px;
  display: block;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20width%3D'12'%20height%3D'5'%20viewBox%3D'0%200%2012%205'%20fill%3D'none'%20xmlns%3D'http%3A//www.w3.org/2000/svg'%3E%3Cpath%20d%3D'M6%205L4.37114e-07%20-9.5399e-08L12%209.53674e-07L6%205Z'%20fill%3D'white'/%3E%3C/svg%3E") no-repeat center/contain;
  mask: url("data:image/svg+xml,%3Csvg%20width%3D'12'%20height%3D'5'%20viewBox%3D'0%200%2012%205'%20fill%3D'none'%20xmlns%3D'http%3A//www.w3.org/2000/svg'%3E%3Cpath%20d%3D'M6%205L4.37114e-07%20-9.5399e-08L12%209.53674e-07L6%205Z'%20fill%3D'white'/%3E%3C/svg%3E") no-repeat center/contain;
  transform: rotate(0deg);
}

@media (min-width: 1024px) and (hover: hover) and (pointer: fine) {
  .header-menu__toggle::before {
    transition: transform 0.18s ease;
  }
}
.header-menu li.has-children.is-open > .header-menu__toggle::before {
  transform: rotate(180deg);
}

.header-submenu[hidden] {
  display: none !important;
}

.header-link.is-active {
  position: relative;
}

.header-link.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  width: 100%;
  height: 1px;
  background: var(--dark-text);
}

.header-menu li.has-children > .header-link {
  position: relative;
}

.header-menu li.has-children.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  width: calc(100% - 42px);
  height: 1px;
  background: var(--dark-text);
}

.footer {
  background: #000;
  padding-top: 48px;
}

.footer__logo {
  display: inline-flex;
  width: clamp(146px, 20 * (100vw - 375px) / 1065 + 146px, 166px);
}

.footer__logo img {
  display: block;
  height: auto;
}

.footer__partners {
  display: grid;
  max-width: 431px;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  place-items: center;
  padding-top: clamp(8px, 20 * (100vw - 375px) / 1065 + 8px, 28px);
  padding-bottom: clamp(16px, 24 * (100vw - 375px) / 1065 + 16px, 40px);
}
@media screen and (min-width: 1100px) {
  .footer__partners {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1120px) {
  .footer__partners {
    grid-template-columns: repeat(4, 1fr);
  }
}

.footer__partner-icon {
  display: block;
  max-height: 35px;
  width: auto;
  max-width: 94px;
}

.footer__nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-menu__link {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: var(--white-text);
  padding: 2px 0;
  display: inline-block;
}

.footer__qr {
  grid-column: 2;
  justify-self: end;
  width: clamp(80px, 25 * (100vw - 375px) / 1065 + 80px, 105px);
  height: clamp(80px, 25 * (100vw - 375px) / 1065 + 80px, 105px);
  border-radius: 8px;
  background: #fff;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer__contact-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: var(--white-text);
  opacity: 0.6;
}

.footer__email {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: var(--white-text);
}

.footer__social {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  justify-content: flex-end;
}
@media screen and (min-width: 1100px) {
  .footer__social {
    flex-direction: row;
  }
}

.footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--white-text);
  border-radius: 8px;
  width: 40px;
  height: 40px;
  position: relative;
  overflow: hidden;
}

.footer__social-icon {
  width: 20px;
  height: 20px;
  display: block;
  opacity: 0;
}

.footer__social-link::before,
.footer__social-link::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--ico);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  pointer-events: none;
  transform: none;
}

.footer__social-link::after {
  display: none;
}

.footer__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 24px;
  background: var(--red-main);
  text-decoration: none;
  height: 44px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: var(--white-text);
  min-width: 180px;
  position: relative;
}

.footer__cta::before,
.footer__cta::after {
  content: none;
}

.footer__cta .reg-submit__text {
  position: relative;
  z-index: 1;
  color: var(--white-text);
}

.footer__cta .reg-submit__text::before,
.footer__cta .reg-submit__text::after {
  content: none;
}

@media (min-width: 1024px) and (hover: hover) and (pointer: fine) {
  .footer-menu__link {
    transition: color 0.15s ease, opacity 0.15s ease;
  }
  .footer-menu__link:hover {
    color: var(--red-main);
  }
  .footer__email {
    transition: color var(--time-function);
  }
  .footer__email:hover {
    color: var(--red-main);
  }
  .footer__bottom-link {
    transition: color var(--time-function);
  }
  .footer__bottom-link:hover {
    color: var(--red-main);
  }
  .footer__social-link::before,
  .footer__social-link::after {
    transition: 0.5s;
    will-change: transform;
  }
  .footer__social-link::before {
    transform: translateX(0);
  }
  .footer__social-link::after {
    display: block;
    transform: translateX(-100%);
  }
  .footer__social-link:hover::before,
  .footer__social-link:focus-visible::before {
    transform: translateX(100%);
  }
  .footer__social-link:hover::after,
  .footer__social-link:focus-visible::after {
    transform: translateX(0);
  }
  .footer__cta {
    overflow: hidden;
    transition: 0.7s;
    --mask: 12px;
  }
  .footer__cta::before,
  .footer__cta::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: var(--mask);
    background: var(--red-main);
    z-index: 3;
    pointer-events: none;
    transition: 0.7s;
  }
  .footer__cta::before {
    top: 0;
    border-radius: 8px 8px 0 0;
  }
  .footer__cta::after {
    bottom: 0;
    border-radius: 0 0 8px 8px;
  }
  .footer__cta .reg-submit__text {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: block;
    color: transparent;
  }
  .footer__cta .reg-submit__text::before,
  .footer__cta .reg-submit__text::after {
    content: attr(data-text);
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    color: var(--white-text);
    transition: 0.7s;
    will-change: transform;
    pointer-events: none;
  }
  .footer__cta .reg-submit__text::before {
    transform: translateY(0);
  }
  .footer__cta .reg-submit__text::after {
    transform: translateY(100%);
  }
  .footer__cta:hover .reg-submit__text::before,
  .footer__cta:focus-visible .reg-submit__text::before {
    transform: translateY(-100%);
  }
  .footer__cta:hover .reg-submit__text::after,
  .footer__cta:focus-visible .reg-submit__text::after {
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .footer__social-link::before,
  .footer__social-link::after {
    transition: none;
  }
  .footer__cta .reg-submit__text::before,
  .footer__cta .reg-submit__text::after {
    transition: none;
  }
}
.footer__bottom {
  padding: clamp(16px, 5 * (100vw - 375px) / 1065 + 16px, 21px) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  margin-top: 30px;
}
@media screen and (min-width: 660px) {
  .footer__bottom {
    display: flex;
    justify-content: space-between;
    gap: 28px;
  }
}

.footer__bottom-link {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: var(--white-text);
  padding: 6px 0;
}

.footer__bottom-list {
  display: flex;
  gap: clamp(16px, 12 * (100vw - 375px) / 1065 + 16px, 28px);
  align-items: center;
}

.footer__top {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) minmax(0, 144px) minmax(0, 302px) minmax(0, 163px);
  grid-template-areas: "logo     navL    navR     qr" ".       navL    .         qr" "partners .     contacts    ." "partners social  .        cta" "bottom  bottom  bottom    bottom";
  align-items: start;
}

.footer__logo {
  grid-area: logo;
}

.footer__partners {
  grid-area: partners;
}

.footer__qr {
  grid-area: qr;
  justify-self: end;
}

.footer__contacts {
  grid-area: contacts;
}

.footer__social {
  grid-area: social;
  margin-top: auto;
}

.footer__bottom {
  grid-area: bottom;
}

.footer__cta {
  grid-area: cta;
  justify-self: end;
  margin-top: auto;
}

.footer__nav {
  display: contents;
}

.footer__nav-col:first-child {
  grid-area: navL;
}

.footer__nav-col:last-child {
  grid-area: navR;
}

.footer__nav-col--left {
  grid-area: navL;
}

.footer__nav-col--right {
  grid-area: navR;
}

@media (max-width: 1099px) {
  .footer__top {
    grid-template-columns: 1fr minmax(0, 80px);
    -moz-column-gap: 72px;
    column-gap: 72px;
    row-gap: 24px;
    grid-template-areas: "logo     qr" "nav      social" "contacts ." "cta      cta" "partners partners" "bottom bottom";
    align-items: start;
  }
  .footer__nav-col--left,
  .footer__nav-col--right {
    grid-area: auto !important;
  }
  .footer__logo {
    grid-area: logo;
  }
  .footer__qr {
    grid-area: qr;
    justify-self: end;
  }
  .footer__social {
    grid-area: social;
    justify-self: end;
  }
  .footer__contacts {
    grid-area: contacts;
  }
  .footer__cta {
    grid-area: cta;
    justify-self: stretch;
  }
  .footer__partners {
    grid-area: partners;
    margin: 0 auto;
  }
  .footer__nav {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .footer__right {
    grid-template-columns: 1fr;
  }
  .footer__contacts,
  .footer__right-row {
    grid-column: auto;
  }
  .footer__right-row {
    justify-content: flex-start;
    gap: 18px;
    flex-wrap: wrap;
  }
  .reg-submit__text {
    height: auto;
  }
  .footer__bottom {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .footer__nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 12px;
    column-gap: 12px;
    row-gap: 12px;
  }
}
@media (max-width: 767px) {
  .footer__nav {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 16px;
  }
}
@media (min-width: 1120px) and (max-width: 1249px) {
  .footer__top {
    grid-template-columns: minmax(300px, 1fr) minmax(0, 144px) minmax(0, 210px) minmax(0, 163px);
  }
}
.footer-menu,
.footer-submenu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-menu__item.has-children {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.footer-menu__item.has-children > .footer-menu__link {
  color: #fff;
}

.footer-menu__item.is-open > .footer-menu__link {
  color: #999;
}

.footer-menu__item.has-children > .footer-submenu {
  flex: 0 0 100%;
}

.footer-menu__toggle {
  width: 36px;
  height: 36px;
  margin: -10px -10px -10px 0;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  display: inline-grid;
  place-items: center;
  color: #fff;
}

.footer-menu__toggle::before {
  content: "";
  width: 12px;
  height: 5px;
  display: block;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20width%3D'12'%20height%3D'5'%20viewBox%3D'0%200%2012%205'%20fill%3D'none'%20xmlns%3D'http%3A//www.w3.org/2000/svg'%3E%3Cpath%20d%3D'M6%205L4.37114e-07%20-9.5399e-08L12%209.53674e-07L6%205Z'%20fill%3D'white'/%3E%3C/svg%3E") no-repeat center/contain;
  mask: url("data:image/svg+xml,%3Csvg%20width%3D'12'%20height%3D'5'%20viewBox%3D'0%200%2012%205'%20fill%3D'none'%20xmlns%3D'http%3A//www.w3.org/2000/svg'%3E%3Cpath%20d%3D'M6%205L4.37114e-07%20-9.5399e-08L12%209.53674e-07L6%205Z'%20fill%3D'white'/%3E%3C/svg%3E") no-repeat center/contain;
  transform: rotate(0deg);
}

@media (min-width: 1024px) and (hover: hover) and (pointer: fine) {
  .footer-menu__item.has-children > .footer-menu__link {
    transition: color var(--time-function);
  }
  .footer-menu__item.has-children > .footer-menu__link:hover {
    color: var(--red-main);
  }
  .footer-menu__toggle::before {
    transition: transform 0.18s ease;
  }
}
.footer-menu__item.has-children.is-open > .footer-menu__toggle {
  color: #999;
}

.footer-menu__item.has-children.is-open > .footer-menu__toggle::before {
  transform: rotate(180deg);
}

.footer-submenu {
  display: none;
  margin: 0;
  padding: 0;
}

.footer-menu__item.is-open > .footer-submenu {
  display: grid;
  gap: 10px;
}

.footer-submenu[hidden] {
  display: none !important;
}

.footer-submenu .footer-menu__link {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: var(--white-text);
}

@media (min-width: 1024px) and (hover: hover) and (pointer: fine) {
  .footer-submenu .footer-menu__link {
    transition: color var(--time-function);
  }
  .footer-submenu .footer-menu__link:hover {
    color: var(--red-main);
    cursor: pointer;
  }
}
/*# sourceMappingURL=app.css.map */
