html,
body,
div,
span,
object,
iframe,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
code,
em,
img,
small,
strike,
strong,
sub,
sup,
tt,
b,
u,
i,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
canvas,
embed,
footer,
header,
nav,
section,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}

footer,
header,
nav,
section,
main {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

.gap-2 {
  gap: 2px;
}

.gap-4 {
  gap: 4px;
}

.gap-6 {
  gap: 6px;
}

.gap-8 {
  gap: 8px;
}

.gap-10 {
  gap: 10px;
}

.gap-12 {
  gap: 12px;
}

.gap-14 {
  gap: 14px;
}

.gap-16 {
  gap: 16px;
}

.gap-18 {
  gap: 18px;
}

.gap-20 {
  gap: 20px;
}

.gap-22 {
  gap: 22px;
}

.gap-24 {
  gap: 24px;
}

.gap-26 {
  gap: 26px;
}

.gap-28 {
  gap: 28px;
}

.gap-30 {
  gap: 30px;
}

.gap-32 {
  gap: 32px;
}

.gap-34 {
  gap: 34px;
}

.gap-36 {
  gap: 36px;
}

.gap-38 {
  gap: 38px;
}

.gap-40 {
  gap: 40px;
}

.gap-42 {
  gap: 42px;
}

.gap-44 {
  gap: 44px;
}

.gap-46 {
  gap: 46px;
}

.gap-48 {
  gap: 48px;
}

.gap-50 {
  gap: 50px;
}

.gap-52 {
  gap: 52px;
}

.gap-54 {
  gap: 54px;
}

.gap-56 {
  gap: 56px;
}

.gap-58 {
  gap: 58px;
}

.gap-60 {
  gap: 60px;
}

.gap-62 {
  gap: 62px;
}

.gap-64 {
  gap: 64px;
}

.gap-66 {
  gap: 66px;
}

.gap-68 {
  gap: 68px;
}

.gap-70 {
  gap: 70px;
}

.gap-72 {
  gap: 72px;
}

.gap-74 {
  gap: 74px;
}

.gap-76 {
  gap: 76px;
}

.gap-78 {
  gap: 78px;
}

.gap-80 {
  gap: 80px;
}

.gap-82 {
  gap: 82px;
}

.gap-84 {
  gap: 84px;
}

.mt-1 {
  margin-top: 10px;
}

.mt-2 {
  margin-top: 20px;
}

.mt-3 {
  margin-top: 30px;
}

.mt-4 {
  margin-top: 40px;
}

.mt-5 {
  margin-top: 50px;
}

.mt-6 {
  margin-top: 60px;
}

.mt-7 {
  margin-top: 70px;
}

.mt-8 {
  margin-top: 80px;
}

.mt-9 {
  margin-top: 90px;
}

.text-size-16 {
  font-size: 16px;
}

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

.text-size-20 {
  font-size: 20px;
}

.text-size-22 {
  font-size: 22px;
}

.text-size-24 {
  font-size: 24px;
}

.text-size-26 {
  font-size: 26px;
}

.text-size-28 {
  font-size: 28px;
}

*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: transparent;
}

a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: underline;
  text-decoration-color: transparent;
}

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

._hidden {
  display: none !important;
}

._flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

*,
html {
  scroll-behavior: smooth !important;
}

* {
  scrollbar-width: thin;
  scrollbar-color: gray #161616;
  -webkit-tap-highlight-color: transparent;
}

*::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

*::-webkit-scrollbar-thumb {
  background-color: gray;
  border-radius: 14px;
  border: 0 none #ffffff;
}

.grid-container {
  --padding-inline: 40px;
  --content-max-width: 1500px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: [full-width-start] minmax(var(--padding-inline), 1fr) [content-start] min(100% - var(--padding-inline) * 2, var(--content-max-width)) [content-end] minmax(var(--padding-inline), 1fr) [full-width-end];
  grid-template-columns: [full-width-start] minmax(var(--padding-inline), 1fr) [content-start] min(100% - var(--padding-inline) * 2, var(--content-max-width)) [content-end] minmax(var(--padding-inline), 1fr) [full-width-end];
}

.grid-content {
  grid-column: content;
}

.grid-content-full {
  grid-column: full-width;
}

.btn {
  font-family: "Segoe UI", sans-serif;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 6px;
  padding: 8px;
  max-width: 200px;
  width: 100%;
  min-height: 52px;
  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;
  gap: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(193, 168, 118)), to(rgb(250, 177, 32)));
  background: -o-linear-gradient(top, rgb(193, 168, 118) 0%, rgb(250, 177, 32) 100%);
  background: linear-gradient(180deg, rgb(193, 168, 118) 0%, rgb(250, 177, 32) 100%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: #FFF;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn:after {
  content: url("../img/icons/arrow.svg");
  display: inline-block;
  margin-top: 3px;
}

.btn:hover:after {
  content: url("../img/icons/arrow-hover.svg");
}

.btn[disabled] {
  border: 1px solid rgba(110, 110, 110, 0.75);
  background: #4E4E4E;
  color: #6E6E6E;
  pointer-events: none;
}

.btn:hover {
  color: #FAB120;
  background-size: 0 100%;
}

.input {
  max-width: 100%;
  width: 100%;
  min-height: 30px;
  background: transparent;
  outline: 0;
  border: 0;
  border-bottom: 1px solid #A1A1AA;
  color: #71717A;
  font-family: "Segoe UI", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0.02rem;
}

.input::-webkit-input-placeholder {
  font-weight: 400;
  line-height: 1.375;
  letter-spacing: 0.02em;
  color: #71717A;
}

.input::-moz-placeholder {
  font-weight: 400;
  line-height: 1.375;
  letter-spacing: 0.02em;
  color: #71717A;
}

.input:-ms-input-placeholder {
  font-weight: 400;
  line-height: 1.375;
  letter-spacing: 0.02em;
  color: #71717A;
}

.input::-ms-input-placeholder {
  font-weight: 400;
  line-height: 1.375;
  letter-spacing: 0.02em;
  color: #71717A;
}

.input::placeholder {
  font-weight: 400;
  line-height: 1.375;
  letter-spacing: 0.02em;
  color: #71717A;
}

.input:not(:-moz-placeholder-shown) {
  color: #C1A876;
  border-bottom: 1px solid #A1A1AA;
}

.input:not(:-ms-input-placeholder) {
  color: #C1A876;
  border-bottom: 1px solid #A1A1AA;
}

.input:not(:placeholder-shown) {
  color: #C1A876;
  border-bottom: 1px solid #A1A1AA;
}

.input:not(:-moz-placeholder-shown) + span {
  opacity: 1;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.input:not(:-ms-input-placeholder) + span {
  opacity: 1;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.input:not(:placeholder-shown) + span {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.input:hover {
  -o-border-image: -o-linear-gradient(left, rgb(193, 168, 118) 0%, rgba(250, 177, 32, 0.5) 100%) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(rgb(193, 168, 118)), to(rgba(250, 177, 32, 0.5))) 1;
     border-image: linear-gradient(90deg, rgb(193, 168, 118) 0%, rgba(250, 177, 32, 0.5) 100%) 1;
}

.input:focus {
  border-bottom: 1px solid #C1A876;
}

.input.error {
  -o-border-image: #E44444;
     border-image: #E44444;
}

.label {
  margin-top: 2ch;
  font-weight: 400;
  width: 100%;
  color: #71717A;
  font-family: "Segoe UI", sans-serif;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.375rem;
  letter-spacing: 0.02rem;
  position: relative;
}

.label__text {
  position: absolute;
  left: 3px;
  top: -2ch;
  font-size: 13px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.modal {
  position: fixed;
  bottom: 0;
  z-index: 1000;
  display: -ms-grid;
  display: grid;
  min-height: 100vh;
  max-width: 100vw;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  border: 0;
  outline: 0;
  -webkit-transform: translateY(-120vh);
      -ms-transform: translateY(-120vh);
          transform: translateY(-120vh);
}

.modal._in {
  -webkit-animation: entry 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
          animation: entry 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.modal._out {
  -webkit-animation: out 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
          animation: out 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.modal__container {
  border-radius: 12px;
  padding: 34px 25px 20px;
  max-height: 100vh;
  overflow: auto;
  background: #141414 url("../img/background/planet.png") no-repeat center bottom;
}

.modal__close {
  display: block;
  color: var(--Main, #094B70);
  position: absolute;
  right: 30px;
  top: 45px;
  cursor: pointer;
}

.modal__close:hover {
  opacity: 0.8;
}

.pop {
  color: #222;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
  margin-inline: auto;
  height: 100%;
}

.pop__top-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pop__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 420px;
  width: 100%;
}

.pop__title {
  color: #C1A876;
  font-family: "Segoe UI", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1rem;
  margin-bottom: 64px;
}

.pop__bottom {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.66667;
  letter-spacing: 0.02em;
  text-align: center;
  color: #71717A;
  max-width: 500px;
}

.pop button {
  margin-top: 48px;
  max-width: 100%;
}

@-webkit-keyframes entry {
  0% {
    -webkit-transform: translateY(-120vh);
            transform: translateY(-120vh);
    opacity: 0;
  }

  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-backdrop-filter: blur(0) brightness(1);
            backdrop-filter: blur(0) brightness(1);
  }

  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-backdrop-filter: blur(var(--blur, 4px)) brightness(var(--brightness, 0.5));
            backdrop-filter: blur(var(--blur, 4px)) brightness(var(--brightness, 0.5));
  }
}

@keyframes entry {
  0% {
    -webkit-transform: translateY(-120vh);
            transform: translateY(-120vh);
    opacity: 0;
  }

  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-backdrop-filter: blur(0) brightness(1);
            backdrop-filter: blur(0) brightness(1);
  }

  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-backdrop-filter: blur(var(--blur, 4px)) brightness(var(--brightness, 0.5));
            backdrop-filter: blur(var(--blur, 4px)) brightness(var(--brightness, 0.5));
  }
}

@-webkit-keyframes out {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-backdrop-filter: blur(var(--blur, 4px)) brightness(var(--brightness, 0.5));
            backdrop-filter: blur(var(--blur, 4px)) brightness(var(--brightness, 0.5));
  }

  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-backdrop-filter: blur(0) brightness(1);
            backdrop-filter: blur(0) brightness(1);
  }

  to {
    -webkit-transform: translateY(-120vh);
            transform: translateY(-120vh);
    opacity: 0;
  }
}

@keyframes out {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-backdrop-filter: blur(var(--blur, 4px)) brightness(var(--brightness, 0.5));
            backdrop-filter: blur(var(--blur, 4px)) brightness(var(--brightness, 0.5));
  }

  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-backdrop-filter: blur(0) brightness(1);
            backdrop-filter: blur(0) brightness(1);
  }

  to {
    -webkit-transform: translateY(-120vh);
            transform: translateY(-120vh);
    opacity: 0;
  }
}

:root {
  --blur: 0px;
  --brightness: 1;
}

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

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Segoe UI", sans-serif;
  font-weight: 400;
  background: #121212;
  color: #D4D4D8;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 24px;
}

.meeting {
  justify-items: center;
  padding-block: 175px 95px;
  background: url("../img/background/planet.png") no-repeat center bottom;
}

.meeting__inner {
  text-align: center;
  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;
}

.meeting__title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 1.2;
  text-align: center;
  background: -o-linear-gradient(271deg, #FFF 0%, #FFF 50%, #52525B 100%);
  background: linear-gradient(179deg, #FFF 0%, #FFF 50%, #52525B 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 600px;
}

.meeting__text {
  font-size: 18px;
  line-height: 1.5;
  color: #A1A1AA;
  margin-bottom: 3.5em;
}

.info {
  background: #141414;
  padding-bottom: 126px;
  position: relative;
  isolation: isolate;
  overflow-x: hidden;
}

.info__inner {
  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;
}

.info__top--mobile {
  display: none;
}

.info__btn-border {
  padding: 3px;
  max-width: 308px;
  width: 100%;
  min-height: 88px;
  background: -o-linear-gradient(285deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.1) 50%);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.1) 50%);
  margin-top: -40px;
  border-radius: 15px;
}

.info__btn-date {
  background: #202020;
  border: 3px solid rgba(255, 255, 255, 0.05);
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  color: #FAB120;
  border-radius: 15px;
  cursor: default;
  max-width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 50px 0 rgba(255, 255, 255, 0.1);
          box-shadow: 0 0 50px 0 rgba(255, 255, 255, 0.1);
}

.info__btn-date:after {
  content: none;
}

.info__btn-date:hover:after {
  content: none;
}

.info__center--mobile {
  display: none;
}

.info__bottom {
  margin-top: -25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  gap: 40px;
}

.info__btn-city {
  font-family: "Segoe UI", sans-serif;
  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;
  max-width: 230px;
  width: 100%;
  min-height: 74px;
  background: rgba(32, 32, 32, 0.6);
  color: #FAB120;
  font-weight: 600;
  font-size: 24px;
  border: 1px solid rgb(255, 224, 163);
  border-radius: 15px;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.info__btn-city:focus,
.info__btn-city:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}

.info__bottom-img {
  max-width: 1920px;
  width: 100%;
  opacity: 0.2;
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.places {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.places__item {
  border: 1px solid white;
  border-radius: 8px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.places__btn {
  max-width: 320px;
}

.item__content {
  padding: 34px 0 20px 42px;
  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;
  gap: 64px;
  position: relative;
  z-index: 2;
}

.item__content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.item__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.item__place {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  background: -webkit-gradient(linear, left top, left bottom, from(#C1A876), to(rgba(250, 177, 32, 0.5)));
  background: -o-linear-gradient(top, #C1A876 0%, rgba(250, 177, 32, 0.5) 100%);
  background: linear-gradient(180deg, #C1A876 0%, rgba(250, 177, 32, 0.5) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.item__address-text {
  line-height: 1.5;
  color: #71717A;
}

.item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.item__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
}

.item__list-text {
  line-height: 1.5;
  color: #D4D4D8;
}

.item__list-text span {
  color: #71717A;
}

.item__list-description {
  font-size: 14px;
  line-height: 1.5;
  color: #71717A;
}

.item__image {
  margin-left: -100px;
  z-index: 1;
  border-radius: 0 8px 8px 0;
}

.item__image--moscow {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #121212), to(rgba(115, 115, 115, 0))), url("../img/background/moscow.png") 50%/cover no-repeat;
  background: -o-linear-gradient(left, #121212 0, rgba(115, 115, 115, 0) 100%), url("../img/background/moscow.png") 50%/cover no-repeat;
  background: linear-gradient(90deg, #121212 0, rgba(115, 115, 115, 0) 100%), url("../img/background/moscow.png") 50%/cover no-repeat;
}

.item__image--krasnodar {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #121212), to(rgba(115, 115, 115, 0))), url("../img/background/krasnodar.png") 50%/cover no-repeat;
  background: -o-linear-gradient(left, #121212 0, rgba(115, 115, 115, 0) 100%), url("../img/background/krasnodar.png") 50%/cover no-repeat;
  background: linear-gradient(90deg, #121212 0, rgba(115, 115, 115, 0) 100%), url("../img/background/krasnodar.png") 50%/cover no-repeat;
}

.site {
  justify-items: center;
  padding-block: 160px;
  background: url("../img/background/earth-bottom.svg") no-repeat center bottom;
}

.site__inner {
  text-align: center;
  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;
}

.site__title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.25;
  text-align: center;
  background: -o-linear-gradient(271deg, #FFF 0%, #FFF 50%, #52525B 100%);
  background: linear-gradient(179deg, #FFF 0%, #FFF 50%, #52525B 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 530px;
}

.site__text {
  line-height: 1.75;
  text-align: center;
  color: #E1E1E1;
  margin-bottom: 48px;
  max-width: 760px;
}

.footer {
  min-height: 92px;
}

.footer__inner {
  border-top: 1px solid #3F3F46;
  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: 20px 8px 8px;
}

.footer__copyright {
  font-size: 13px;
  line-height: 1.43982;
  color: #71717A;
}

.footer__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.footer__media-divider {
  font-size: 14px;
  line-height: 1.42857;
  color: #71717A;
  cursor: default;
}

@media screen and (min-width: 768px) {
  .modal {
    padding-top: unset;
    justify-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .modal__container {
    max-width: 80vw;
    max-height: 80vh;
    width: 100%;
    position: fixed;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    margin: auto;
    padding: 48px 25px 20px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  .modal__close {
    right: 40px;
    top: 40px;
  }

  .pop__top-mobile {
    display: none;
  }

  .pop__center {
    max-width: 320px;
  }

  :root {
    --blur: 4px;
    --brightness: 0.5;
  }
}

@media screen and (min-width: 1280px) {
  .modal__container {
    max-width: 976px;
  }
}

@media screen and (max-width: 1439px) {
  .info__bottom-img {
    bottom: 50px;
  }
}

@media screen and (max-width: 1024px) {
  .meeting {
    -webkit-padding-after: 118px;
            padding-block-end: 118px;
  }

  .meeting__title {
    font-size: 54px;
  }

  .meeting__text {
    font-size: 16px;
  }
}

@media screen and (max-width: 1023px) {
  .info__bottom-img {
    min-width: 1023px;
  }

  .places__item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr auto;
    grid-template-rows: 1fr auto;
    justify-items: stretch;
  }

  .places__btn {
    max-width: 100%;
  }

  .item__content {
    padding: 10px;
    gap: 40px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .item__image--moscow {
    background: url("../img/background/moscow.png") 50%/cover no-repeat;
  }

  .item__image--krasnodar {
    background: url("../img/background/krasnodar.png") 50%/cover no-repeat;
    aspect-ratio: 4/3;
    margin: 8px;
  }

  .item__image {
    max-height: 300px;
    aspect-ratio: 4/3;
    margin: 8px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    border-radius: 8px;
  }
}

@media screen and (max-width: 767px) {
  .btn {
    min-height: 48px;
  }

  .grid-container {
    --padding-inline: 14px;
  }

  .header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .header__btn {
    display: none;
  }

  .meeting {
    padding-block: 145px 204px;
  }

  .meeting__title {
    font-size: 32px;
  }

  .meeting__text {
    font-size: 14px;
  }

  .info {
    padding-bottom: 80px;
  }

  .info__top {
    display: none;
  }

  .info__top--mobile {
    display: block;
  }

  .info__btn-border {
    max-width: 262px;
    min-height: 62px;
    padding: 2px;
  }

  .info__btn-date {
    font-size: 16px;
    border: 2px solid rgba(255, 255, 255, 0.05);
  }

  .info__center {
    display: none;
  }

  .info__center--mobile {
    display: block;
  }

  .info__bottom {
    gap: 30px;
    margin-top: -20px;
  }

  .info__btn-city {
    font-size: 16px;
    max-width: 164px;
    min-height: 52px;
    border-radius: 8px;
  }

  .info__bottom-img {
    bottom: 0;
  }

  .places {
    margin-top: 32px;
  }

  .item__address-text {
    font-size: 14px;
  }

  .item__list {
    font-size: 14px;
  }

  .item__list-description {
    font-size: 12px;
  }

  .site {
    padding-block: 160px 80px;
  }

  .site__title {
    font-weight: 800;
    font-size: 32px;
  }

  .site__text {
    font-size: 14px;
    color: #A1A1AA;
  }

  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }
}