@charset "UTF-8";
/* Font-face подключения в вашем стиле */
@font-face {
  font-family: "Main";
  src: url("fonts/Manrope-ExtraBold.ttf") format("truetype"), url("fonts/Manrope-ExtraBold.woff") format("woff"), url("fonts/Manrope-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Main";
  src: url("fonts/Manrope-Bold.ttf") format("truetype"), url("fonts/Manrope-Bold.woff") format("woff"), url("fonts/Manrope-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Main";
  src: url("fonts/Manrope-Semibold.ttf") format("truetype"), url("fonts/Manrope-Semibold.woff") format("woff"), url("fonts/Manrope-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Main";
  src: url("fonts/Manrope-Medium.ttf") format("truetype"), url("fonts/Manrope-Medium.woff") format("woff"), url("fonts/Manrope-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Main";
  src: url("fonts/Manrope-Regular.ttf") format("truetype"), url("fonts/Manrope-Regular.woff") format("woff"), url("fonts/Manrope-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Main";
  src: url("fonts/Manrope-Light.ttf") format("truetype"), url("fonts/Manrope-Light.woff") format("woff"), url("fonts/Manrope-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Main";
  src: url("fonts/Manrope-Thin.ttf") format("truetype"), url("fonts/Manrope-Thin.woff") format("woff"), url("fonts/Manrope-Thin.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Main";
  src: url("fonts/Manrope-Medium.ttf") format("truetype"), url("fonts/Manrope-Medium.woff") format("woff"), url("fonts/Manrope-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Second";
  src: url("fonts/Roboto-Medium.ttf") format("truetype"), url("fonts/Roboto-Medium.woff") format("woff"), url("fonts/Roboto-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Second";
  src: url("fonts/Roboto-Regular.ttf") format("truetype"), url("fonts/Roboto-Regular.woff") format("woff"), url("fonts/Roboto-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
:root {
  --color-main: #30458c;
  --color-grey: #e4e4e4;
  --color-bright: #fff;
  --color-dark: #000;
  --color-red: #b41313;
  --size-xxxs: clamp(8px, calc((1vw + 1vh) * 0.6), 20px);
  --size-xs: clamp(12px, calc((1vw + 1vh) * 0.8), 28px);
  --size-sm: clamp(16px, calc((1vw + 1vh) * 1), 36px);
  --size-md: clamp(20px, calc((1vw + 1vh) * 1.2), 44px);
  --size-lg: clamp(24px, calc((1vw + 1vh) * 2), 60px);
  --size-xl: clamp(32px, calc((1vw + 1vh) * 3), 92px);
  --size-xxl: clamp(48px, calc((1vw + 1vh) * 5), 156px);
  --size-xxxl: clamp(64px, calc((1vw + 1vh) * 10), 236px);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box !important;
  font-family: Main, Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-wrap: wrap;
  scroll-behavior: smooth;
}

body {
  background-color: var(--color-grey);
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

li {
  text-decoration: none;
  list-style: none;
}

.container {
  margin: var(--size-sm);
}

.headline {
  font-size: var(--size-xl);
  color: var(--color-main);
  line-height: 1;
  padding-top: var(--size-md);
  padding-bottom: var(--size-xs);
  overflow-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}
@media (min-width: 768px) {
  .headline {
    -webkit-hyphens: none;
            hyphens: none;
  }
}

.paragraph {
  font-size: var(--size-sm);
}

.mobile-only {
  display: flex !important;
}
@media (min-width: 768px) {
  .mobile-only {
    display: none !important;
  }
}

.tablet-only {
  display: none !important;
}
@media (min-width: 768px) {
  .tablet-only {
    display: flex !important;
  }
}

.lg-only {
  display: none !important;
}
@media (min-width: 1224px) {
  .lg-only {
    display: flex !important;
  }
}

.before-lg-only {
  display: flex !important;
}
@media (min-width: 1224px) {
  .before-lg-only {
    display: none !important;
  }
}

.wrapper {
  z-index: 1;
}

.unite {
  display: flex;
  gap: var(--size-sm);
}
.unite--column {
  flex-direction: column;
}

.extra-bold {
  font-weight: 800;
}

.upper {
  z-index: 1 !important;
}

.upper-2 {
  z-index: 2 !important;
}

.w100 {
  width: 100% !important;
}

.main {
  background-color: var(--color-bright);
  border-radius: 25px 25px 0 0;
  margin: 20px;
  margin-bottom: 0;
  padding-bottom: 1px;
  overflow-x: hidden;
}
@media (min-width: 1024px) {
  .main {
    border-radius: 50px 50px 0 0;
  }
}

.menu {
  display: none;
  height: 100%;
}
@media (min-width: 768px) {
  .menu {
    display: block;
  }
}
.menu__list {
  display: flex;
  height: 100%;
  gap: var(--size-xs);
  flex-direction: column;
}
@media (min-width: 1224px) {
  .menu__list {
    flex-direction: row;
  }
}
.menu__item {
  height: -moz-max-content;
  height: max-content;
  width: 100%;
}
.menu__image {
  display: none;
  height: 100%;
  background: url(./images/bg.jpg);
  background-size: cover;
  border-radius: 25px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .menu__image {
    display: block;
    border-radius: 50px;
  }
}
@media (min-width: 1024px) {
  .menu__image {
    border-radius: 50px;
  }
}
@media (min-width: 1224px) {
  .menu__image {
    display: none;
  }
}

.logo {
  display: flex;
  gap: var(--size-sm);
  width: 100%;
}

button {
  all: unset;
  display: inline-block;
  cursor: pointer;
}

.button {
  display: flex;
  position: relative;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  border-radius: 10pc;
  color: var(--color-dark);
  background-color: rgba(0, 0, 0, 0);
  padding: 1rem 2rem;
  width: -moz-max-content;
  width: max-content;
  transition: 0.3s;
  font-size: var(--size-sm);
}
.button--primary {
  background-color: var(--color-bright);
  color: var(--color-main);
  width: 100%;
}
.button--primary svg {
  display: none;
}
@media (min-width: 768px) {
  .button--primary {
    width: -moz-max-content;
    width: max-content;
  }
  .button--primary svg {
    display: block;
  }
}
.button--primary:hover {
  background-color: var(--color-dark);
  color: var(--color-bright);
}
.button--second {
  background-color: var(--color-grey);
}
.button--second:hover {
  background-color: var(--color-main);
  color: var(--color-bright);
}
.button--second:hover::before {
  content: "•";
  position: absolute;
  left: var(--size-xs);
}
.button--third {
  border: 1px solid var(--color-bright);
  color: var(--color-bright);
}
.button--third:hover {
  border-color: var(--color-dark);
  color: var(--color-dark);
}
@media (min-width: 768px) {
  .button--third {
    border: 1px solid var(--color-dark);
    color: var(--color-dark);
  }
  .button--third:hover {
    border-color: var(--color-main);
    color: var(--color-main);
  }
}

.hero {
  display: grid;
  gap: var(--size-xs);
  grid-template-areas: "menu logos button" "menu description description";
}
@media (min-width: 1224px) {
  .hero {
    grid-template-areas: "menu logos button" "description description description";
  }
}
@media (min-width: 768px) {
  .hero__button {
    margin-bottom: auto;
  }
}
.hero__menu {
  grid-area: menu;
  position: absolute;
  display: flex;
  top: 80vh;
  transform: translateY(-50%) translateX(510%) rotate(7deg);
  flex-direction: column;
  gap: var(--size-sm);
  transition: all 0.3s ease;
  z-index: 8;
}
.hero__menu--active {
  display: block;
  transform: translateY(-50%) translateX(15%) rotate(0deg);
}
@media (min-width: 768px) {
  .hero__menu {
    position: static;
    transform: none;
  }
}
.hero__main-image {
  display: none;
}
@media (min-width: 1224px) {
  .hero__main-image {
    display: block;
    height: 100%;
    background: url(./images/bg.jpg);
    background-size: cover;
    border-radius: 25px;
  }
}
.hero__description {
  position: relative;
  height: 90vh;
  grid-area: description;
  display: flex;
  gap: var(--size-xs);
}
.hero__description-item {
  width: 100%;
}
@media (min-width: 1224px) {
  .hero__description-item {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .hero__description {
    border-radius: 50px;
  }
}
.hero__logos {
  display: flex;
  gap: var(--size-xs);
  width: 100%;
  grid-area: logos;
}
@media (min-width: 768px) {
  .hero__logos {
    justify-content: center;
  }
}
.hero__top-button {
  grid-area: button;
  justify-content: end;
  align-items: center;
}
.hero__logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .hero__logo {
    padding: 0 var(--size-xs);
    border-radius: 10pc;
    background-color: var(--color-grey);
    height: 100%;
  }
}
.hero__wrapper {
  padding: var(--size-xs);
  color: var(--color-bright);
  position: relative;
  border-radius: 25px;
  background-image: url(./images/bg.jpg);
  background-size: cover;
  background-position: 0;
  overflow: hidden;
}
.hero__wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  right: 50%;
  top: 0;
  bottom: 0;
  background-color: var(--color-main);
  z-index: 0;
}
@media (min-width: 768px) {
  .hero__wrapper::after {
    right: 0;
  }
}
.hero__wrapper::before {
  content: "";
  position: absolute;
  right: 0;
  left: 50%;
  top: 0;
  bottom: 0;
  opacity: 0.5;
  background-color: var(--color-main);
  z-index: 0;
}
.hero__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: var(--size-xs);
  transition: 0.3s all;
}
.hero__content--hidden {
  transform: rotate(-7deg) translateX(-130%);
}
.hero__title {
  margin-top: auto;
  margin-bottom: auto;
}
.hero__headline {
  color: var(--color-bright);
}
.hero__hamburger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 40px;
  height: 24px;
  cursor: pointer;
  z-index: 10;
  position: relative;
  margin-left: auto;
  background: transparent;
  border: none;
  padding: 0;
}
.hero__hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--color-main);
  transition: all 0.3s ease;
  transform-origin: center;
}
.hero__hamburger span:first-child {
  transform: translateY(0) rotate(0deg);
}
.hero__hamburger span:last-child {
  transform: translateY(0) rotate(0deg);
}
.hero__hamburger.active span:first-child {
  transform: translateY(11px) rotate(45deg);
}
.hero__hamburger.active span:last-child {
  transform: translateY(-11px) rotate(-45deg);
}

.bullets {
  position: relative;
}
.bullets__list {
  display: grid;
  gap: var(--size-sm);
}
@media (min-width: 480px) {
  .bullets__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1224px) {
  .bullets__list {
    grid-template-columns: repeat(4, 1fr);
  }
}

.speaker {
  position: relative;
}
@media (min-width: 2500px) {
  .speaker {
    transform: translateX(20%);
  }
}
.speaker__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  aspect-ratio: 1;
  padding: 0 20vw;
  transform: translateY(-5%);
  max-width: 1200px;
}
@media (min-width: 1440px) {
  .speaker__content {
    padding: 0 clamp(1px, 15vw, 400px) 0 20vw;
  }
}
@media (min-width: 1920px) {
  .speaker__content {
    padding: 0 clamp(1px, 15vw, 100px) 0 19vw;
  }
}
.speaker__line {
  position: absolute;
  width: 150%;
  top: -10vw;
  z-index: 0;
  max-width: 2000px;
}
.speaker__line--bottom {
  left: 56%;
  top: auto;
  bottom: -4%;
}
@media (min-width: 1440px) {
  .speaker__line--bottom {
    bottom: -0.5%;
  }
}
@media (min-width: 1920px) {
  .speaker__line--bottom {
    width: 100%;
    left: 1000px;
  }
}
@media (min-width: 2500px) {
  .speaker__line--bottom {
    left: calc(1000px + 5vw);
  }
}
.speaker__line--top {
  left: -80%;
  top: -20%;
  bottom: auto;
}
@media (min-width: 1440px) {
  .speaker__line--top {
    left: -70%;
  }
}
@media (min-width: 1920px) {
  .speaker__line--top {
    width: 100%;
    left: -1200px;
    top: -400px;
  }
}
.speaker__paragraph {
  color: var(--color-main);
  font-size: var(--size-sm);
  width: 80%;
}
@media (min-width: 768px) {
  .speaker__paragraph {
    font-size: var(--size-md);
  }
}
@media (min-width: 1440px) {
  .speaker__paragraph {
    width: 95%;
  }
}
.speaker__background {
  border-radius: 50px;
  background-color: var(--color-main);
  position: absolute;
  left: 15%;
  top: 12%;
  width: 75%;
  max-width: 800px;
  aspect-ratio: 1;
  z-index: 0;
  transform: rotate(-15deg);
  box-shadow: var(--size-xs) 4px 4px rgba(0, 0, 0, 0.25);
}
.speaker__background::before {
  content: "";
  border-radius: 50px;
  background-color: var(--color-grey);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 95%;
  aspect-ratio: 1;
  z-index: 0;
  transform: rotate(-15deg);
}
.speaker__image {
  position: absolute;
  right: -7vw;
  width: 50vw;
  max-width: 800px;
  bottom: 0;
}
@media (min-width: 1224px) {
  .speaker__image {
    bottom: 2%;
    right: -7.5vw;
  }
}
@media (min-width: 1440px) {
  .speaker__image {
    bottom: 7%;
    right: -5vw;
    left: 53vw;
  }
}
@media (min-width: 1920px) {
  .speaker__image {
    bottom: 7%;
    left: 950px;
  }
}
@media (min-width: 2500px) {
  .speaker__image {
    bottom: 9%;
    left: calc(1000px + 4vw);
  }
}

.card {
  display: flex;
  flex-direction: column;
  border-radius: 25px;
  background-color: var(--color-grey);
  aspect-ratio: 1;
  padding: var(--size-sm);
  color: var(--color-main);
  max-height: 800px;
  width: 100%;
}
@media (min-width: 480px) {
  .card {
    aspect-ratio: 0.5;
  }
}
@media (min-width: 1024px) {
  .card {
    border-radius: 50px;
  }
}
.card--image {
  background: var(--image-url);
  background-size: cover;
  color: var(--color-bright);
}
.card--image .card__number {
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke: 2px var(--color-bright);
  text-stroke: 2px #000;
}
.card--color {
  background-color: var(--color-main);
  color: var(--color-bright);
}
.card__number {
  font-size: var(--size-xxxl);
  font-weight: 800;
  line-height: 0.8;
  margin-left: auto;
}
.card__text {
  font-size: var(--size-sm);
  margin-top: auto;
}
@media (min-width: 480px) {
  .card__text {
    padding-top: 100px;
    font-size: var(--size-sm);
  }
}

.video {
  margin-top: 0;
}
.video__content {
  border-radius: 25px;
  padding: var(--size-sm);
  height: 60vh;
  background-color: var(--color-main);
}
@media (min-width: 1024px) {
  .video__content {
    border-radius: 50px;
  }
}
.video__headline {
  color: var(--color-bright);
}

.form {
  display: flex;
  flex-direction: column;
}
.form__button {
  margin-top: var(--size-xs);
  margin-left: auto;
}
.form__wrapper {
  display: flex;
  flex-direction: column;
  background-color: var(--color-grey);
  padding: var(--size-xs);
  border-radius: 25px;
}
@media (min-width: 1024px) {
  .form__wrapper {
    border-radius: 50px;
  }
}
.form__inputs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: var(--size-xs);
       column-gap: var(--size-xs);
  row-gap: var(--size-xs);
}
.form__item {
  display: flex;
  flex-direction: column;
  grid-column: span 2;
  position: relative;
}
.form__item--not-valid:not(.form__item--checkbox) {
  position: relative;
}
.form__item--not-valid:not(.form__item--checkbox) .form__input {
  outline: 2px solid var(--color-red);
  color: var(--color-red);
  padding-right: 30px;
}
.form__item--not-valid:not(.form__item--checkbox) .form__label {
  color: var(--color-red);
}
.form__item--not-valid:not(.form__item--checkbox)::after {
  content: "✕";
  position: absolute;
  right: 10px;
  bottom: -12px;
  transform: translateY(-50%);
  color: var(--color-red);
  font-size: 24px;
  font-weight: 600;
}
@media (min-width: 640px) {
  .form__item--not-valid:not(.form__item--checkbox)::after {
    bottom: -8px;
    right: 16px;
  }
}
@media (min-width: 1200px) {
  .form__item--not-valid:not(.form__item--checkbox)::after {
    font-size: 28px;
    right: 24px;
    bottom: -12px;
  }
}
.form__item--focused .form__label {
  color: var(--color-dark) !important;
}
.form__item--focused .form__input {
  border-color: var(--color-dark);
  color: var(--color-dark);
  outline: 2px solid var(--color-dark) !important;
}
.form__item--checkbox {
  display: flex;
  margin-top: var(--size-xs);
  position: relative;
  padding-left: 30px;
}
@media (min-width: 640px) {
  .form__item {
    grid-column: span 1;
  }
}
.form__item:nth-last-child(1) {
  grid-column: span 2;
}
.form__checkbox {
  position: absolute;
  opacity: 0;
  left: 0;
}
.form__checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-size: var(--size-xs);
  color: var(--color-main);
  font-weight: 500;
}
@media (min-width: 640px) {
  .form__checkbox + label {
    font-size: var(--size-sm);
  }
}
.form__checkbox + label:before {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid var(--color-main);
  border-radius: 10pc;
  background: var(--color-bright);
}
.form__checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: -24px;
  top: 6px;
  width: 10px;
  height: 10px;
  background: var(--color-main);
  border-radius: 10pc;
}
.form__checkbox:focus + label:before {
  box-shadow: 0 0 0 2px var(--color-main);
}
.form__input {
  padding: var(--size-xs);
  font-size: var(--fs-xs);
  border: 1px solid var(--color-main);
  border-radius: var(--size-xs);
  color: var(--color-main);
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
}
.form__label {
  font-size: var(--size-xs);
  margin-bottom: var(--size-xs);
  font-weight: 500;
  color: var(--color-main);
}

.error-message {
  display: none;
  position: absolute;
  top: 92%;
  color: #ff0000;
  font-size: var(--size-xxxs);
  margin-top: 5px;
}

.footer {
  min-height: auto;
  position: relative;
  align-items: start;
  background-color: var(--color-main);
  margin: 0;
  color: var(--color-bright);
  border-radius: 25px 25px 0 0;
  padding: var(--size-sm) 0;
}
@media (min-width: 1024px) {
  .footer {
    border-radius: 50px 50px 0 0;
  }
}
.footer__content {
  display: grid;
  min-height: 100%;
  padding: var(--size-sm);
  z-index: 3;
  gap: var(--size-sm);
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
}
@media (min-width: 1200px) {
  .footer__content {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    gap: var(--size-sm);
  }
}
.footer__logo {
  height: calc(var(--size-sm) * 1.5);
  grid-column: 1/-1;
  display: block;
}
@media (min-width: 1200px) {
  .footer__logo {
    display: none;
  }
}
.footer__links {
  display: none;
}
@media (min-width: 1200px) {
  .footer__links {
    display: flex;
    flex-direction: column;
    gap: var(--size-sm);
  }
}
.footer__contacts {
  grid-column: 1/-1;
}
@media (min-width: 1200px) {
  .footer__contacts {
    grid-column: 4;
  }
}
.footer__item {
  display: flex;
  flex-direction: column;
  gap: var(--size-sm);
}
.footer__label {
  font-size: var(--size-sm);
  font-weight: 600;
  margin-bottom: var(--size-sm);
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .footer__label {
    font-size: 24px;
  }
}
@media (min-width: 1400px) {
  .footer__label {
    font-size: 36px;
  }
}
.footer__sub-label {
  font-size: var(--size-sm);
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  margin: var(--size-xs) 0 var(--size-xs);
}
@media (min-width: 1200px) {
  .footer__sub-label {
    font-size: 14px;
  }
}
@media (min-width: 1400px) {
  .footer__sub-label {
    font-size: 20px;
  }
}
.footer__text {
  display: flex;
  flex-direction: column;
  gap: var(--size-xs);
  font-size: var(--size-sm);
}
.footer__text a,
.footer__text span {
  color: var(--color-white);
  text-decoration: none;
  transition: opacity 0.3s;
  line-height: 1.2;
  font-size: var(--size-sm);
  font-weight: 200;
}
.footer__text a:hover {
  opacity: 0.8;
  text-decoration: underline;
}
@media (min-width: 1200px) {
  .footer__text a,
  .footer__text span {
    font-size: 14px;
  }
}
@media (min-width: 1400px) {
  .footer__text a,
  .footer__text span {
    font-size: 20px;
  }
}
.footer__social {
  display: flex;
  flex-direction: column;
  margin-top: var(--size-sm);
  gap: var(--size-sm);
}
@media (min-width: 1200px) {
  .footer__social {
    margin-top: var(--size-sm);
    flex-direction: column;
    align-items: flex-start;
    gap: var(--size-sm);
  }
}
.footer__icons {
  display: flex;
  gap: var(--size-sm);
}
.footer__icons a {
  transition: opacity 0.3s;
}
.footer__icons a:hover {
  opacity: 0.7;
}
.footer__icons img {
  width: 24px;
  height: 24px;
}
@media (min-width: 1200px) {
  .footer__icons img {
    width: 20px;
    height: 20px;
  }
}
.footer__link {
  font-size: var(--size-sm);
  color: var(--color-white);
  text-decoration: underline;
  transition: opacity 0.3s;
}
.footer__link:hover {
  opacity: 0.8;
}
@media (min-width: 1200px) {
  .footer__link {
    font-size: 14px;
  }
}
@media (min-width: 1400px) {
  .footer__link {
    font-size: 16px;
  }
}
.footer__copy {
  grid-column: 1/-1;
  line-height: 1.2;
  display: flex;
  justify-content: space-between;
  gap: var(--size-sm);
  flex-direction: column;
  font-size: var(--size-sm);
  margin-top: var(--size-sm);
  padding-top: var(--size-sm);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  opacity: 0.7;
}
@media (min-width: 640px) {
  .footer__copy {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .footer__copy {
    font-size: 12px;
  }
}
@media (min-width: 1400px) {
  .footer__copy {
    font-size: 14px;
  }
}
.footer__copy-text {
  max-width: 550px;
  width: 100%;
}

.modal {
  display: flex;
  position: fixed;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
}
.modal__window {
  padding: var(--size-sm) var(--size-md);
  background-color: var(--color-bright);
  border-radius: 25px;
  max-width: 350px;
  position: relative;
  margin: var(--size-sm);
}
.modal__close {
  position: absolute;
  right: 20px;
  top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 18px;
  cursor: pointer;
  z-index: 10;
  margin-left: auto;
}
.modal__close span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--color-main);
  transition: all 0.3s ease;
}
.modal__close span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.modal__close span:nth-child(2) {
  transform: translateY(-8px) rotate(-45deg);
}
.modal__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--size-sm);
  color: var(--color-dark);
  text-align: center;
}
.modal__headline {
  font-size: var(--size-md);
  color: var(--color-main);
  font-weight: 600;
  line-height: 1;
}
.modal__text {
  font-size: var(--size-sm);
  line-height: 1.2;
}
.modal__button {
  width: -moz-max-content;
  width: max-content;
  background-color: var(--color-grey);
  cursor: pointer;
}/*# sourceMappingURL=style.css.map */