/*!***********************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./pages/premier/premier.scss ***!
  \***********************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: "SBSansDisplay";
  font-weight: 300;
  font-style: normal;
  src: url(../assets/fonts/SBSansDisplay-Light.woff2) format("woff2"), url(../assets/fonts/SBSansDisplay-Light.woff) format("woff");
}
@font-face {
  font-family: "SBSansDisplay";
  font-weight: 300;
  font-style: normal;
  src: url(../assets/fonts/SBSansDisplay-Regular.woff2) format("woff2"), url(../assets/fonts/SBSansDisplay-Regular.woff) format("woff");
}
@font-face {
  font-family: "SBSansDisplay";
  font-weight: 600;
  font-style: normal;
  src: url(../assets/fonts/SBSansDisplay-SemiBold.woff2) format("woff2"), url(../assets/fonts/SBSansDisplay-SemiBold.woff) format("woff");
}
@font-face {
  font-family: "SBSansDisplay Text";
  font-weight: 300;
  font-style: normal;
  src: url("../assets/fonts/SB%20Sans%20Text%20Light.woff2") format("woff2"), url("../assets/fonts/SB%20Sans%20Text%20Light.woff") format("woff");
}
@font-face {
  font-family: "SBSansDisplay Text";
  font-weight: 400;
  font-style: normal;
  src: url("../assets/fonts/SB%20Sans%20Text%20Medium.woff2") format("woff2"), url("../assets/fonts/SB%20Sans%20Text%20Medium.woff") format("woff");
}
@font-face {
  font-family: "SBSansDisplay Text";
  font-weight: 600;
  font-style: normal;
  src: url("../assets/fonts/SB%20Sans%20Text%20Bold.woff2") format("woff2"), url("../assets/fonts/SB%20Sans%20Text%20Bold.woff") format("woff");
}
/**
Andy Bell
https://hankchizljaw.com/wrote/a-modern-css-reset/
 */
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  color: rgb(38, 201, 60);
}

li::marker {
  color: rgb(38, 201, 60);
}

li.pink::marker {
  color: white;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  z-index: 100;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
  -moz-appearance: textfield; /* Firefox */
}

:root {
  --font-primery: "SBSansDisplay Text", "MuseoSansCyrl", "Arial", sans-serif;
  --color-white: #ffffff;
  --color-black: #003140;
  --color-black-rgba50: rgba(0, 49, 64, 0.5);
  --color-blue: #00b2df;
  --color-red: #e64646;
}

:root {
  --bg-body-color: var(--color-white);
  --bg-primery-color: var(--color-black);
  --text-primery-color: var(--color-blue);
  --error-primery-color: var(--color-red) ;
}

html,
body {
  height: 100%;
  overflow-x: hidden !important;
}

html.active, body.active {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}

html {
  margin: 0 calc(-1 * (100vw - 100%));
  overflow-x: hidden;
}

body {
  padding: 0;
  margin: 0;
  overflow-x: hidden !important;
  background-size: cover;
  color: white;
  height: 100%;
  position: relative;
}

a {
  text-decoration-skip-ink: none;
  color: black;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.visually-hidden:not(:focus):not(:active),
input[type=checkbox].visually-hidden,
input[type=radio].visually-hidden,
input[type=file].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

h2 {
  color: #FFF;
  font-family: "SBSansDisplay";
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}

h3 {
  color: #FFF;
  font-family: "SBSansDisplay";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px;
}

h4 {
  color: #61C3D8;
  font-family: "SBSansDisplay";
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

h5 {
  color: #FFF;
  font-family: "SBSansDisplay";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin: 0;
}

li {
  color: #FFF;
  font-family: "SBSansDisplay";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 0;
}

p {
  color: #FFF;
  font-family: "SBSansDisplay Text";
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: -0.02em;
}

@media screen and (max-width: 1300px) {
  h3 {
    font-size: 35px;
  }
  h2 {
    font-size: 33px;
  }
  p {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 450px) {
  p {
    font-size: 16px;
  }
}
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: white;
  border-style: solid;
  border-width: 1px;
}

header .wrapper {
  margin-bottom: 0;
}

.header {
  width: 100%;
  display: grid;
  grid-template-columns: 1.1fr 1.2fr;
  grid-template-rows: auto 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  padding-bottom: 110px;
}
@media screen and (max-width: 1366px) {
  .header {
    padding-bottom: 110px;
  }
}
@media screen and (max-width: 1200px) {
  .header {
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 1024px) {
  .header {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    display: flex;
    flex-direction: column;
    padding-bottom: 40px;
  }
}
.header-bg {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 2000px;
  width: 100%;
  z-index: 3;
  position: relative;
  background: url(../assets/img/tree.png) 100% 0/55% no-repeat;
}
@media screen and (min-width: 1921px) {
  .header-bg {
    background: url(../assets/img/tree.png) 100% 0%/55% no-repeat;
  }
}
@media screen and (max-width: 1800px) {
  .header-bg {
    background: url(../assets/img/tree.png) 140% 0%/66% no-repeat;
  }
}
@media screen and (max-width: 1200px) {
  .header-bg {
    margin: 0 auto;
    background: url(../assets/img/tree.png) 160% 0%/72% no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .header-bg {
    background: url(../assets/img/tree.png) 100% 78px/100% no-repeat;
  }
}
@media screen and (max-width: 480px) {
  .header-bg {
    margin: 0 auto;
  }
}
.header-bg__pink {
  background: url(../assets/img/tree-pink.png) 100% 0/40% no-repeat;
}
@media screen and (min-width: 1921px) {
  .header-bg__pink {
    background: url(../assets/img/tree-pink.png) 100% 0%/55% no-repeat;
  }
}
@media screen and (max-width: 1800px) {
  .header-bg__pink {
    background: url(../assets/img/tree-pink.png) 140% 0%/66% no-repeat;
  }
}
@media screen and (max-width: 1200px) {
  .header-bg__pink {
    margin: 0 auto;
    background: url(../assets/img/tree-pink.png) 160% 0%/72% no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .header-bg__pink {
    background: url(../assets/img/tree-pink.png) 100% 78px/100% no-repeat;
  }
}
@media screen and (max-width: 480px) {
  .header-bg__pink {
    margin: 0 auto;
  }
}
.header-content {
  display: flex;
  flex-direction: column;
  gap: 60px;
  max-width: 558px;
}
@media screen and (max-width: 1200px) {
  .header-content {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .header-content {
    margin: 0 16px;
    text-align: center;
  }
}
.header-content__buttons {
  grid-area: 3/1/5/2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-template-areas: "grid1 grid1" "grid2 grid3";
  row-gap: 40px;
  column-gap: 16px;
}
@media screen and (max-width: 1200px) {
  .header-content__buttons {
    column-gap: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .header-content__buttons {
    grid-area: 4/1/6/3;
    row-gap: 16px;
    margin-top: 118px;
  }
}
@media screen and (max-width: 768px) {
  .header-content__buttons {
    order: 4;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}
.header-content__buttons .grid1 {
  grid-area: grid1;
}
.header-content__buttons .grid2 {
  grid-area: grid2;
}
.header-content__buttons .grid3 {
  grid-area: grid3;
}
.header-content__logo {
  grid-area: 1/1/2/2;
  padding-top: 42px;
}
@media screen and (max-width: 1024px) {
  .header-content__logo {
    grid-area: 1/1/2/2;
  }
}
@media screen and (max-width: 768px) {
  .header-content__logo {
    order: 1;
  }
}
.header-content__logo.mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .header-content__logo.mobile {
    display: flex;
  }
}
.header-content__logo.dekstop {
  display: block;
}
@media screen and (max-width: 768px) {
  .header-content__logo.dekstop {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header-content__logo {
    padding: 0;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 100%;
    background: rgb(2, 33, 39);
    position: relative;
    z-index: 3;
  }
  .header-content__logo svg {
    padding: 0;
    margin: 24px auto;
    width: fit-content;
    align-items: center;
  }
}
.header-content__text {
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 40px;
  grid-area: 2/1/3/2;
}
@media screen and (max-width: 1200px) {
  .header-content__text {
    gap: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .header-content__text {
    grid-area: 2/1/4/2;
  }
}
@media screen and (max-width: 768px) {
  .header-content__text {
    order: 3;
    text-align: center;
    margin-bottom: 44px;
  }
}
@media screen and (max-width: 480px) {
  .header-content__text {
    margin-bottom: 24px;
  }
}
.header-tree {
  grid-area: 1/2/5/3;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .header-tree {
    grid-area: 1/2/4/3;
  }
}
@media screen and (max-width: 768px) {
  .header-tree {
    order: 2;
    margin-bottom: 430px;
  }
}
@media screen and (max-width: 580px) {
  .header-tree {
    margin-bottom: 330px;
  }
}
@media screen and (max-width: 420px) {
  .header-tree {
    margin-bottom: 265px;
  }
}
.header-tree img {
  width: auto;
  height: 100%;
  max-height: 464px;
}
@media screen and (max-width: 1800px) {
  .header-tree img {
    max-height: 386px;
  }
}
@media screen and (max-width: 1024px) {
  .header-tree img {
    max-height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .header-tree img {
    max-height: 316px;
  }
}
@media screen and (max-width: 620px) {
  .header-tree img {
    max-height: 250px;
  }
}
@media screen and (max-width: 580px) {
  .header-tree img {
    max-height: 216px;
  }
}
@media screen and (max-width: 480px) {
  .header-tree img {
    max-height: 176px;
  }
}
.header-clock {
  position: relative;
  display: flex;
  justify-content: center;
  top: 0;
}
@media screen and (max-width: 768px) {
  .header-clock {
    margin-right: 154px;
  }
}

.title {
  font-size: 21px;
  font-weight: 600;
  line-height: 140%;
  font-family: "SBSansDisplay";
}
.title--fs_18 {
  font-size: 18px;
  line-height: 24px;
}
@media screen and (max-width: 1200px) {
  .title--fs_18 {
    font-size: 14px;
    line-height: 19px;
  }
}
@media screen and (max-width: 480px) {
  .title--fs_18 {
    font-size: 12px;
    line-height: 21px;
  }
}
.title--fs_20 {
  font-size: 20px;
  line-height: 25px;
}
@media screen and (max-width: 1200px) {
  .title--fs_20 {
    font-size: 18px;
    line-height: 24px;
  }
}
.title--fs_24 {
  font-size: 24px;
  line-height: 32px;
}
@media screen and (max-width: 1200px) {
  .title--fs_24 {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 480px) {
  .title--fs_24 {
    font-size: 20px;
    line-height: 26px;
  }
}
.title--fs_24-2 {
  font-size: 24px;
  line-height: 32px;
}
@media screen and (max-width: 480px) {
  .title--fs_24-2 {
    font-size: 20px;
    line-height: 26px;
  }
}
.title--fs_32 {
  font-size: 32px;
  line-height: 38px;
}
@media screen and (max-width: 768px) {
  .title--fs_32 {
    font-size: 24px;
    line-height: 31px;
  }
}
.title--fs_40 {
  font-size: 40px;
  line-height: 52px;
}
@media screen and (max-width: 1200px) {
  .title--fs_40 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .title--fs_40 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media screen and (max-width: 480px) {
  .title--fs_40 {
    font-size: 24px;
    line-height: 32px;
  }
}
.title--fs_48 {
  font-size: 48px;
  line-height: 52px;
}
@media screen and (max-width: 1200px) {
  .title--fs_48 {
    font-size: 40px;
    line-height: 46px;
  }
}
@media screen and (max-width: 1024px) {
  .title--fs_48 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .title--fs_48 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media screen and (max-width: 480px) {
  .title--fs_48 {
    font-size: 24px;
    line-height: 32px;
  }
}
.title--center {
  text-align: center;
}

.text {
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
  font-family: "SBSansDisplay Text";
}
.text--fs_11 {
  font-size: 11px;
  line-height: 16px;
}
.text--fs_16 {
  font-size: 16px;
  line-height: 21px;
}
@media screen and (max-width: 480px) {
  .text--fs_16 {
    font-size: 12px;
    line-height: 21px;
  }
}
.text--fs_16-300 {
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
}
.text--fs_18 {
  font-size: 18px;
  line-height: 24px;
}
@media screen and (max-width: 480px) {
  .text--fs_18 {
    font-size: 12px;
    line-height: 21px;
  }
}
.text--fs_20 {
  font-size: 20px;
  line-height: 26px;
}
.text--fs_22 {
  font-size: 22px;
  line-height: 28px;
}
@media screen and (max-width: 768px) {
  .text--fs_22 {
    font-size: 20px;
    min-height: 26px;
  }
}
.text--fs_24 {
  font-size: 24px;
  line-height: 30px;
}
@media screen and (max-width: 1024px) {
  .text--fs_24 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .text--fs_24 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 480px) {
  .text--fs_24 {
    font-size: 16px;
    line-height: 21px;
  }
}
.text--fs_24-600 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .text--fs_24-600 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .text--fs_24-600 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 480px) {
  .text--fs_24-600 {
    font-size: 16px;
    line-height: 21px;
  }
}
.text--fs_40 {
  font-size: 40px;
  line-height: 42px;
}
@media screen and (max-width: 1200px) {
  .text--fs_40 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media screen and (max-width: 480px) {
  .text--fs_40 {
    font-size: 24px;
    line-height: 32px;
  }
}
.text--fs_48 {
  font-size: 48px;
  line-height: 52px;
}
@media screen and (max-width: 1200px) {
  .text--fs_48 {
    font-size: 40px;
    line-height: 52px;
  }
}
@media screen and (max-width: 768px) {
  .text--fs_48 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media screen and (max-width: 480px) {
  .text--fs_48 {
    font-size: 14px;
    line-height: 19px;
  }
}
.text--fs_180 {
  font-size: 180px;
  line-height: 210px;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .text--fs_180 {
    font-size: 140px;
    line-height: 150px;
  }
}
@media screen and (max-width: 768px) {
  .text--fs_180 {
    font-size: 86px;
    line-height: 110px;
  }
}
@media screen and (max-width: 480px) {
  .text--fs_180 {
    font-size: 40px;
    line-height: 48px;
  }
}
.text--center {
  text-align: center;
}
.text--green {
  color: rgb(38, 201, 60);
}
.text--pink {
  color: #D00E62;
}
.text--white {
  color: #ffffff;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
  transition: 0.5s;
  -webkit-appearance: none;
  font-family: "SBSansDisplay Text";
  letter-spacing: 0;
  text-align: center;
  background: #3EAF20;
  border-radius: 110px;
  color: white;
  padding: 20px;
  border: none;
  z-index: 30;
  margin: 0 auto;
  max-height: 64px;
}
@media screen and (max-width: 480px) {
  .button {
    padding: 15px;
  }
}
.button--no-hover:hover {
  background: none !important;
  cursor: auto;
}
.button:hover {
  background: #0FBF00;
}
.button--full {
  width: 100%;
}
.button--271 {
  max-width: 271px;
  width: 100%;
}
.button--308 {
  max-width: 308px;
  width: 100%;
}
.button--438 {
  max-width: 438px;
  width: 100%;
}
.button--258 {
  max-width: 258px;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .button--258 {
    max-width: unset;
  }
}
.button--trans {
  background: transparent;
  border: 3px solid #0FBF00;
}
.button--trans--pink {
  background: transparent;
  border: 1px solid #FFFFFF;
}
.button--trans--pink:hover {
  border: 3px solid rgba(208, 13, 98, 0.62);
  background: rgba(208, 13, 98, 0.62);
}
.button--pink {
  background: #A61E61;
  border: 3px solid #A61E61;
}
.button--pink:hover {
  border: 3px solid rgba(208, 13, 98, 0.62);
  background: rgba(208, 13, 98, 0.62);
}
.button--border-w {
  border: 1px white solid;
}
.button--block {
  border: 1px solid rgb(255, 255, 255);
  background: linear-gradient(128.57deg, rgba(2, 33, 39, 0.3215686275) -16.66%, rgba(14, 141, 100, 0.5294117647) 97.68%);
  padding: 17px 66px;
  backdrop-filter: blur(15px);
}
.button--block--pink {
  background: linear-gradient(128.57deg, #351E3B -16.66%, #A61E61 97.68%);
  border: 1px solid #D00E62;
}
@media screen and (max-width: 480px) {
  .button--block {
    padding: 12px 26px;
  }
}
.button-submit {
  margin: 43px 0;
}
.button__el {
  font-size: 20px;
  font-family: "SBSansDisplay Text";
  font-style: normal;
  font-weight: 300;
}

.clock {
  margin-left: -1px;
  position: absolute;
  top: 218px;
  width: 170px;
  height: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../assets/img/watch.png) center/contain no-repeat;
  border-radius: 50%;
  z-index: 111;
}
@media screen and (max-width: 1800px) {
  .clock {
    top: 178px;
    width: 144px;
    height: 144px;
  }
}
@media screen and (max-width: 1024px) {
  .clock {
    top: 144px;
    width: 104px;
    height: 104px;
  }
}
@media screen and (max-width: 768px) {
  .clock {
    height: 132px;
    top: 140px;
    width: 124px;
  }
}
@media screen and (max-width: 620px) {
  .clock {
    top: 110px;
    width: 96px;
    height: 100px;
  }
}
@media screen and (max-width: 580px) {
  .clock {
    top: 99px;
    width: 82px;
    height: 82px;
  }
}
@media screen and (max-width: 480px) {
  .clock {
    top: 92px;
    width: 78px;
    height: 78px;
  }
}
@media screen and (max-width: 420px) {
  .clock {
    top: 81px;
    width: 68px;
    height: 68px;
  }
}
.clock:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: black;
  z-index: 111;
}
.clock .hour {
  position: absolute;
}
.clock .hour .hours {
  width: 98px;
  height: 98px;
  display: flex;
  justify-content: center;
  position: relative;
  border-radius: 50%;
  z-index: 111;
}
@media screen and (max-width: 1800px) {
  .clock .hour .hours {
    width: 88px;
    height: 88px;
  }
}
@media screen and (max-width: 1024px) {
  .clock .hour .hours {
    width: 76px;
    height: 76px;
  }
}
@media screen and (max-width: 480px) {
  .clock .hour .hours {
    width: 35px;
    height: 35px;
  }
}
.clock .hour .hours:before {
  content: "";
  background: url(../assets/img/hours.png) center/cover no-repeat;
  width: 8px;
  height: 54px;
  z-index: 111;
  border-radius: 6px 6px 0 0;
}
@media screen and (max-width: 1800px) {
  .clock .hour .hours:before {
    height: 48px;
  }
}
@media screen and (max-width: 1024px) {
  .clock .hour .hours:before {
    width: 4px;
    height: 38px;
  }
}
@media screen and (max-width: 480px) {
  .clock .hour .hours:before {
    width: 2px;
    height: 19px;
  }
}
.clock .minute {
  position: absolute;
}
.clock .minute .minutes {
  width: 146px;
  height: 146px;
  display: flex;
  justify-content: center;
  position: relative;
  border-radius: 50%;
  z-index: 111;
}
@media screen and (max-width: 1800px) {
  .clock .minute .minutes {
    width: 123px;
    height: 123px;
  }
}
@media screen and (max-width: 1024px) {
  .clock .minute .minutes {
    width: 94px;
    height: 94px;
  }
}
@media screen and (max-width: 480px) {
  .clock .minute .minutes {
    width: 42px;
    height: 42px;
  }
}
.clock .minute .minutes:before {
  content: "";
  width: 4px;
  height: 80px;
  background: url(../assets/img/minutes.png) center/cover no-repeat;
  z-index: 111;
  border-radius: 6px 6px 0 0;
}
@media screen and (max-width: 1800px) {
  .clock .minute .minutes:before {
    width: 3px;
    height: 68px;
  }
}
@media screen and (max-width: 1024px) {
  .clock .minute .minutes:before {
    height: 50px;
  }
}
@media screen and (max-width: 480px) {
  .clock .minute .minutes:before {
    width: 2px;
    height: 22px;
  }
}
.clock .second {
  position: absolute;
}
.clock .second .seconds {
  width: 155px;
  height: 155px;
  display: flex;
  justify-content: center;
  position: relative;
  border-radius: 50%;
  z-index: 111;
}
@media screen and (max-width: 1800px) {
  .clock .second .seconds {
    width: 138px;
    height: 138px;
  }
}
@media screen and (max-width: 1024px) {
  .clock .second .seconds {
    width: 76px;
    height: 76px;
  }
}
@media screen and (max-width: 480px) {
  .clock .second .seconds {
    width: 48px;
    height: 48px;
  }
}
.clock .second .seconds:before {
  content: "";
  width: 2px;
  height: 110px;
  background: url(../assets/img/seconds.png) center/cover no-repeat;
  z-index: 111;
  border-radius: 6px 6px 0 0;
}
@media screen and (max-width: 1800px) {
  .clock .second .seconds:before {
    height: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .clock .second .seconds:before {
    height: 54px;
  }
}
@media screen and (max-width: 480px) {
  .clock .second .seconds:before {
    height: 34px;
    width: 1px;
  }
}

.timer__flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 1800px) {
  .timer__flex {
    gap: 0px;
    justify-content: space-between;
  }
}
.timer__count-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .timer__count-block {
    gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  .timer__count-block {
    gap: 10px;
  }
}
.timer__dott {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-bottom: 18px;
}
.timer__dott img {
  min-width: 14px;
  min-height: 44px;
  width: 14px;
  height: 44px;
}
@media screen and (max-width: 768px) {
  .timer__dott img {
    min-width: 6px;
    min-height: 16px;
    width: 6px;
    height: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .timer__dott {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 480px) {
  .timer__dott {
    margin-bottom: 24px;
  }
}

.presentation-block {
  background: linear-gradient(128.57deg, #022127 -16.66%, #0E8D64 97.68%);
  backdrop-filter: blur(54px);
  width: auto;
  height: auto;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin: 0 auto;
  padding: 58px;
  z-index: 2;
  position: relative;
}
.presentation-block--pink {
  background: linear-gradient(128.57deg, #351E3B -16.66%, #A61E61 97.68%);
}
@media screen and (max-width: 1024px) {
  .presentation-block {
    padding: 56px;
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .presentation-block {
    gap: 32px;
  }
}
@media screen and (max-width: 480px) {
  .presentation-block {
    gap: 24px;
    padding: 24px 16px;
  }
}
.presentation-block__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .presentation-block__content {
    gap: 32px;
  }
}
@media screen and (max-width: 480px) {
  .presentation-block__content {
    gap: 24px;
  }
}
.presentation-block__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .presentation-block__grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}
.presentation-block__grid .block {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-height: 529px;
  padding: 24px 24px 0 24px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .presentation-block__grid .block {
    min-height: 385px;
  }
}
@media screen and (max-width: 480px) {
  .presentation-block__grid .block {
    min-height: 425px;
  }
}
.presentation-block__grid .block-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 480px) {
  .presentation-block__grid .block-content {
    gap: 18px;
  }
}
.presentation-block__grid .block-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.presentation-block__grid .block-bottom img {
  width: auto;
  height: 140px;
  margin: 0 auto;
  align-items: center;
}
.presentation-block__grid .block-one {
  grid-area: 1/1/2/2;
}
.presentation-block__grid .block-two {
  grid-area: 1/2/2/3;
}
.presentation-block__grid .block-three {
  grid-area: 1/3/2/4;
}
.presentation-block--flex {
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin: 0 24px;
}
.presentation-block--flex .button {
  padding: 18px;
}

.predictions-flex {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 480px) {
  .predictions-flex {
    gap: 24px;
  }
}
.predictions-block {
  background: url(../assets/img/predictions.png) center/cover no-repeat;
  backdrop-filter: blur(54px);
  width: 100%;
  height: 668px;
  border-radius: 30px;
  display: flex;
  flex-direction: row;
  gap: 60px;
  margin: 0 auto;
  padding: 36px;
  z-index: 2;
}
.predictions-block--pink {
  background: url(../assets/img/predictions-pink.png) center/cover no-repeat;
}
@media screen and (max-width: 1024px) {
  .predictions-block--pink {
    background: url(../assets/img/predictions-mbl-pink.png) center/cover no-repeat;
  }
}
@media screen and (max-width: 1024px) {
  .predictions-block {
    gap: 0;
    padding: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .predictions-block {
    background: url(../assets/img/predictions-mbl.png) center/cover no-repeat;
    flex-direction: column-reverse;
    justify-content: space-between;
    height: 1465px;
    padding: 16px 16px 40px 16px;
  }
  .predictions-block--pink {
    background: url(../assets/img/predictions-mbl-pink.png) center/cover no-repeat;
  }
}
@media screen and (max-width: 480px) {
  .predictions-block {
    padding: 16px;
    height: 1010px;
  }
}
.predictions-block__clicker {
  width: 480px;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .predictions-block__clicker {
    width: 380px;
  }
}
@media screen and (max-width: 1024px) {
  .predictions-block__clicker {
    width: 100%;
  }
}
.predictions-block__ball {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.predictions-block__content {
  width: 100%;
  opacity: 1;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  transform: translateY(0);
}
.predictions-block__content.hidden {
  opacity: 0;
  transform: translateY(-20px);
  pointer-events: none;
  position: absolute;
}
.predictions-block__content.third {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}
.predictions-block__content.third .block1 {
  grid-area: 1/1/2/3;
}
.predictions-block__content.third .block2 {
  grid-area: 2/1/5/2;
}
.predictions-block__content.third .block3 {
  grid-area: 2/2/5/3;
}
@media screen and (max-width: 768px) {
  .predictions-block__content.third {
    display: flex;
    flex-direction: column;
  }
}
.predictions-block__content.one {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.predictions-block__content.one .block1 {
  margin: 0 auto;
  width: 80%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .predictions-block__content.one .block1 {
    justify-content: center;
  }
}
@media screen and (max-width: 1024px) {
  .predictions-block__content.one .block1 {
    margin-top: 125px;
    width: 100%;
  }
}
.predictions-block__contentBl {
  background: linear-gradient(128.57deg, rgba(2, 33, 39, 0.5) -16.66%, rgba(14, 141, 100, 0.5) 97.68%);
  backdrop-filter: blur(54px);
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px;
  justify-content: space-between;
  max-height: 432px;
}
.predictions-block__contentBl--pink {
  background: linear-gradient(128.57deg, #351E3B -16.66%, #A61E61 97.68%);
  border: 1px solid;
  border-image-source: linear-gradient(265.53deg, #D00E62 -3.82%, #ED5295 105.48%);
}
@media screen and (max-width: 1024px) {
  .predictions-block__contentBl {
    padding: 16px;
  }
}
.predictions-block__contentBl .block-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.predictions-block__contentBl .promo-input {
  padding: 14px;
  color: black;
  border-radius: 12px;
  background: rgb(255, 255, 255);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 266px;
}
@media screen and (max-width: 1024px) {
  .predictions-block__contentBl .promo-input {
    padding: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .predictions-block__contentBl .promo-input {
    max-width: unset;
    width: 100%;
  }
}
.predictions-block__contentBl .promo-input p {
  font-size: 18px;
  line-height: 24px;
  color: black;
}
.predictions-block__contentBl .promo-input .copy {
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.predictions-block__contentBl .promo-input .copy svg {
  margin: auto;
}

.final-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  transition: 0.5s;
  z-index: 121;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.final-popup.is-active {
  opacity: 1;
  visibility: visible;
}
.final-popup__close {
  width: 23px;
  height: 23px;
  cursor: pointer;
}
.final-popup__container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.final-popup--title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.final-popup__text {
  color: var(--color-black);
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  margin-bottom: 29px;
}
.final-popup__form {
  position: relative;
  border-radius: 24px;
  border: 1px solid #0E8D64;
  background: linear-gradient(128.57deg, #022127 -16.66%, #0E8D64 97.68%);
  backdrop-filter: blur(54px);
  padding: 40px;
  width: 60%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}
.final-popup__form--pink {
  background: linear-gradient(128.57deg, #351E3B -16.66%, #A61E61 97.68%);
}
@media screen and (max-width: 1024px) {
  .final-popup__form {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .final-popup__form {
    padding: 30px;
    width: 90%;
  }
}
@media screen and (max-width: 580px) {
  .final-popup__form {
    position: absolute;
    top: 0;
  }
}
@media screen and (max-width: 480px) {
  .final-popup__form {
    width: 90%;
    padding: 14px;
  }
}
.final-popup__form .img-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.final-popup__form .img-block img {
  width: auto;
  height: auto;
}
.final-popup--block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 28px;
}
@media screen and (max-width: 768px) {
  .final-popup--block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.final-popup--text-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}
.final-popup .promo-input {
  padding: 20px;
  color: black;
  border-radius: 12px;
  background: rgb(255, 255, 255);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 266px;
}
@media screen and (max-width: 768px) {
  .final-popup .promo-input {
    max-width: unset;
    width: 100%;
  }
}
.final-popup .promo-input p {
  color: black;
}
.final-popup .promo-input .copy {
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.final-popup .promo-input .copy svg {
  margin: auto;
}

.million-dropdown-pink__item {
  background-image: radial-gradient(circle, rgba(208, 14, 98, 0.4) 0, hsla(0, 0%, 100%, 0) 60%);
  border-radius: 30px;
  border: 1px solid rgba(208, 14, 98, 0.84);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
}
@media screen and (max-width: 480px) {
  .million-dropdown-pink__item {
    padding: 16px;
  }
}
.million-dropdown-pink__item.is-active .million-dropdown__icon {
  transform: rotate(0deg);
}
.million-dropdown-pink__content {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
  visibility: hidden;
}
.million-dropdown-pink__title {
  font-weight: 400;
  font-size: 24px;
  line-height: 31.2px;
  color: rgba(208, 14, 98, 0.84);
  cursor: pointer;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .million-dropdown-pink__title {
    font-size: 20px;
    line-height: 26px;
  }
}
.million-dropdown-pink__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.2px;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .million-dropdown-pink__text {
    font-size: 16px;
    line-height: 21px;
  }
}
@media screen and (max-width: 480px) {
  .million-dropdown-pink__text {
    font-size: 14px;
    line-height: 19px;
  }
}
.million-dropdown-pink__icon {
  position: absolute;
  right: 34.5px;
  top: 0;
  transform: rotate(180deg);
  transition: all 0.3s ease;
}
@media screen and (max-width: 480px) {
  .million-dropdown-pink__icon {
    right: 19px;
  }
}
@media screen and (max-width: 480px) {
  .million-dropdown-pink {
    padding: 0;
  }
}

.million-dropdown__item {
  background-image: linear-gradient(191.96deg, rgba(2, 33, 39, 0.6) -8.57%, rgba(14, 141, 100, 0.39) 70.06%);
  border-radius: 30px;
  border: 1px solid #26c93c;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
}
@media screen and (max-width: 480px) {
  .million-dropdown__item {
    padding: 16px;
  }
}
.million-dropdown__item.is-active .million-dropdown__icon {
  transform: rotate(0deg);
}
.million-dropdown__content {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
  visibility: hidden;
}
.million-dropdown__title {
  font-weight: 400;
  font-size: 24px;
  line-height: 31.2px;
  color: #26c93c;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .million-dropdown__title {
    font-size: 20px;
    line-height: 26px;
  }
}
.million-dropdown__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.2px;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .million-dropdown__text {
    font-size: 16px;
    line-height: 21px;
  }
}
@media screen and (max-width: 480px) {
  .million-dropdown__text {
    font-size: 14px;
    line-height: 19px;
  }
}
.million-dropdown__icon {
  position: absolute;
  right: 34.5px;
  top: 0;
  transform: rotate(180deg);
  transition: all 0.3s ease;
}
@media screen and (max-width: 480px) {
  .million-dropdown__icon {
    right: 19px;
  }
}
@media screen and (max-width: 480px) {
  .million-dropdown {
    padding: 0;
  }
}

.prise-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  transition: 0.5s;
  z-index: 121;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.prise-popup.is-active {
  opacity: 1;
  visibility: visible;
}
.prise-popup__close {
  width: 23px;
  height: 23px;
  cursor: pointer;
}
.prise-popup__container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.prise-popup--title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.prise-popup__text {
  color: var(--color-black);
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  margin-bottom: 29px;
}
.prise-popup__form {
  position: relative;
  border-radius: 24px;
  border: 1px solid #0E8D64;
  background: linear-gradient(128.57deg, #022127 -16.66%, #0E8D64 97.68%);
  backdrop-filter: blur(54px);
  padding: 40px;
  width: 60%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}
.prise-popup__form--pink {
  background: linear-gradient(128.57deg, #351E3B -16.66%, #A61E61 97.68%);
}
@media screen and (max-width: 1024px) {
  .prise-popup__form {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .prise-popup__form {
    padding: 30px;
    width: 90%;
  }
}
@media screen and (max-width: 580px) {
  .prise-popup__form {
    position: absolute;
    top: 0;
  }
}
@media screen and (max-width: 480px) {
  .prise-popup__form {
    width: 90%;
    padding: 14px;
  }
}
.prise-popup--block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
}
.prise-popup--content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
}
.prise-popup--grid {
  display: grid;
  grid-template-columns: 1.1fr 1.2fr;
  grid-template-rows: auto 1fr;
  column-gap: 24px;
  row-gap: 24px;
}
@media screen and (max-width: 580px) {
  .prise-popup--grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}

.polis-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  transition: 0.5s;
  z-index: 121;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.polis-popup.is-active {
  opacity: 1;
  visibility: visible;
}
.polis-popup__close {
  width: 23px;
  height: 23px;
  cursor: pointer;
}
.polis-popup__container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.polis-popup--title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.polis-popup__text {
  color: var(--color-black);
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  margin-bottom: 29px;
}
.polis-popup__form {
  position: relative;
  border-radius: 24px;
  border: 1px solid #0E8D64;
  background: linear-gradient(128.57deg, #022127 -16.66%, #0E8D64 97.68%);
  backdrop-filter: blur(54px);
  padding: 40px;
  width: 60%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .polis-popup__form {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .polis-popup__form {
    padding: 30px;
    width: 90%;
  }
}
@media screen and (max-width: 580px) {
  .polis-popup__form {
    position: absolute;
    top: 0;
  }
}
@media screen and (max-width: 480px) {
  .polis-popup__form {
    width: 90%;
    padding: 14px;
  }
}
.polis-popup--block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
}
.polis-popup--content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
}
.polis-popup--flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.polis-popup--flex .arrow {
  max-height: 40px;
  width: 14px;
  margin: 0 auto;
}
.polis-popup--flex .certificate {
  max-height: 258px;
  width: 396px;
  object-fit: fill;
  margin: 0 auto;
  border-radius: 24px;
}

.blocks-flex {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  column-gap: 32px;
  row-gap: 52px;
}
@media screen and (max-width: 1200px) {
  .blocks-flex {
    column-gap: 28px;
    row-gap: 86px;
  }
}
@media screen and (max-width: 768px) {
  .blocks-flex {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .blocks-flex {
    row-gap: 44px;
  }
}
.blocks-flex .block {
  background: linear-gradient(128.57deg, #022127 -16.66%, #0E8D64 97.68%);
  padding: 55px 55px 0 55px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
  position: relative;
  max-width: 608px;
}
.blocks-flex .block--pink {
  background: linear-gradient(125.38deg, #351E3B 15.9%, rgba(166, 30, 97, 0.32) 128.3%);
}
@media screen and (max-width: 768px) {
  .blocks-flex .block {
    padding: 30px 16px 0 16px;
    margin-top: 44px;
    max-width: unset;
    width: 100%;
  }
}
.blocks-flex .block-bg {
  position: absolute;
  top: 16%;
  left: 0;
  width: 100%;
  transform: rotate(350deg);
  min-height: 300px;
  background: radial-gradient(41.38% 36.57% at 50% 36%, rgba(114, 245, 107, 0.3803921569) 0%, rgba(55, 247, 188, 0.5) -21%, rgba(98, 214, 251, 0.2) 60.12%, rgba(6, 100, 91, 0) 104%);
}
.blocks-flex .block-bottom {
  display: flex;
  flex-direction: column;
}
.blocks-flex .block-bottom .bottom-btn {
  position: absolute;
  bottom: -26px;
  left: 0;
  z-index: 100;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .blocks-flex .block-bottom .bottom-btn {
    bottom: -22px;
    flex-direction: column;
    gap: 8px;
  }
}
.blocks-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr; /* Две колонки одинаковой ширины */
  grid-template-rows: auto auto; /* Две строки с автоматической высотой */
  column-gap: 32px;
  row-gap: 52px;
}
@media screen and (max-width: 1200px) {
  .blocks-grid {
    column-gap: 28px;
    row-gap: 86px;
  }
}
@media screen and (max-width: 768px) {
  .blocks-grid {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .blocks-grid {
    row-gap: 44px;
  }
}
.blocks-grid .block {
  background: linear-gradient(128.57deg, #022127 -16.66%, #0E8D64 97.68%);
  padding: 55px 55px 0 55px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
  position: relative;
}
.blocks-grid .block--pink {
  background: linear-gradient(125.38deg, #351E3B 15.9%, rgba(166, 30, 97, 0.32) 128.3%);
}
@media screen and (max-width: 768px) {
  .blocks-grid .block {
    padding: 30px 16px 0 16px;
  }
}
.blocks-grid .block-bg {
  position: absolute;
  top: 16%;
  left: 0;
  width: 100%;
  transform: rotate(350deg);
  min-height: 300px;
  background: radial-gradient(41.38% 36.57% at 50% 36%, rgba(114, 245, 107, 0.3803921569) 0%, rgba(55, 247, 188, 0.5) -21%, rgba(98, 214, 251, 0.2) 60.12%, rgba(6, 100, 91, 0) 104%);
}
.blocks-grid .block-bottom {
  display: flex;
  flex-direction: column;
}
.blocks-grid .block-bottom .bottom-btn {
  position: absolute;
  bottom: -26px;
  left: 0;
  z-index: 100;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .blocks-grid .block-bottom .bottom-btn {
    gap: 28px;
  }
}
@media screen and (max-width: 768px) {
  .blocks-grid .block-bottom .bottom-btn {
    bottom: -22px;
    flex-direction: column;
    gap: 8px;
  }
}

.rules-banner-2--padding {
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .rules-banner-2--padding {
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .rules-banner-2--padding {
    padding: 0;
  }
}

.text-prizes {
  text-align: center;
  display: flex;
  justify-content: center;
  margin: auto;
}

.rules-banner {
  z-index: 2;
  position: relative;
  background: linear-gradient(128.57deg, rgba(2, 33, 39, 0.2) -16.66%, rgba(14, 141, 100, 0.2) 97.68%);
  backdrop-filter: blur(54px);
  border: 1px solid var(--Font-Brand, rgb(38, 201, 60));
  border-radius: 24px;
  display: grid;
  gap: 0px;
  grid-template-columns: 1.1fr 1fr;
  grid-template-rows: repeat(1, 1fr);
  padding: 40px 0 0 40px;
  max-height: 600px;
}
@media screen and (max-width: 1200px) {
  .rules-banner {
    max-height: 720px;
  }
}
.rules-banner--pink {
  background: linear-gradient(128.57deg, rgba(53, 30, 59, 0.5) -16.66%, rgba(166, 30, 97, 0.5) 97.68%);
  border: 1px solid #D00D62;
}
@media screen and (max-width: 1024px) {
  .rules-banner {
    display: flex;
    flex-direction: column;
    max-height: fit-content;
    padding: 40px 40px 0 40px;
  }
}
@media screen and (max-width: 480px) {
  .rules-banner {
    padding: 24px 20px 0 20px;
  }
}
.rules-banner-2 {
  z-index: 2;
  position: relative;
  background: linear-gradient(128.57deg, rgba(2, 33, 39, 0.2) -16.66%, rgba(14, 141, 100, 0.2) 97.68%);
  border: 1px solid var(--Font-Brand, rgb(38, 201, 60));
  border-radius: 24px;
  display: grid;
  gap: 16px;
  grid-template-columns: 1.1fr 1fr;
  grid-template-rows: repeat(1, 1fr);
}
.rules-banner-2--pink {
  background: linear-gradient(128.57deg, rgba(53, 30, 59, 0.5) -16.66%, rgba(166, 30, 97, 0.5) 97.68%);
  border: 1px solid #D00D62;
}
@media screen and (max-width: 768px) {
  .rules-banner-2 {
    display: flex;
    flex-direction: column;
    max-height: fit-content;
    padding: 24px 20px;
  }
}
@media screen and (max-width: 480px) {
  .rules-banner-2 {
    gap: 45px;
  }
}
.rules-banner-3 {
  z-index: 2;
  position: relative;
  background: linear-gradient(128.57deg, rgba(2, 33, 39, 0.2) -16.66%, rgba(14, 141, 100, 0.2) 97.68%);
  border: 1px solid var(--Font-Brand, rgb(38, 201, 60));
  border-radius: 24px;
  display: grid;
  gap: 0px;
  grid-template-columns: 1.1fr 1fr;
  grid-template-rows: repeat(1, 1fr);
}
.rules-banner-3--pink {
  background: linear-gradient(128.57deg, rgba(53, 30, 59, 0.5) -16.66%, rgba(166, 30, 97, 0.5) 97.68%);
  border: 1px solid #D00D62;
}
@media screen and (max-width: 1024px) {
  .rules-banner-3 {
    padding: 0 40px 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .rules-banner-3 {
    padding: 40px 40px 0 40px;
  }
}
@media screen and (max-width: 580px) {
  .rules-banner-3 {
    display: flex;
    flex-direction: column;
    max-height: fit-content;
    gap: 45px;
  }
}
.rules-title {
  margin-bottom: 16px;
}
.rules-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 40px;
}
.rules-ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-left: 16px;
}
.rules-docs {
  display: flex;
  max-width: 250px;
  align-items: center;
  gap: 20px;
}
.rules-image {
  position: relative;
  min-height: 330px;
}
@media screen and (max-width: 1024px) {
  .rules-image {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}
@media screen and (max-width: 480px) {
  .rules-image {
    min-height: 244px;
  }
}
.rules-image img {
  position: absolute;
  bottom: 0;
}
.rules-image-2 {
  position: relative;
  display: flex;
  justify-content: right;
}
@media screen and (max-width: 768px) {
  .rules-image-2 {
    justify-content: center;
  }
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  transition: 0.5s;
  z-index: 121;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.popup.is-active {
  opacity: 1;
  visibility: visible;
}
.popup__close {
  width: 23px;
  height: 23px;
  cursor: pointer;
}
.popup__container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.popup--title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.popup__text {
  color: var(--color-black);
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  margin-bottom: 29px;
}
.popup__form {
  position: relative;
  border-radius: 24px;
  border: 1px solid #0E8D64;
  background: linear-gradient(128.57deg, #022127 -16.66%, #0E8D64 97.68%);
  backdrop-filter: blur(54px);
  padding: 40px;
  width: 60%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}
.popup__form--pink {
  background: linear-gradient(128.57deg, #351E3B -16.66%, #A61E61 97.68%);
}
@media screen and (max-width: 1024px) {
  .popup__form {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .popup__form {
    padding: 30px;
    width: 90%;
  }
}
@media screen and (max-width: 580px) {
  .popup__form {
    position: absolute;
    top: 0;
  }
}
@media screen and (max-width: 480px) {
  .popup__form {
    width: 90%;
    padding: 14px;
  }
}
.popup--block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.popup--content {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  grid-template-rows: auto 1fr;
  column-gap: 44px;
  row-gap: 0;
}
.popup--content .text {
  display: flex;
  justify-content: center;
  vertical-align: middle;
  height: fit-content;
  margin: auto 0;
}
.popup--content .img-block {
  display: flex;
  flex-direction: column;
  justify-content: end;
}
@media screen and (max-width: 768px) {
  .popup--content {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .popup--content img {
    max-height: 198px;
    height: 100%;
    width: auto;
    margin: 0 auto;
  }
}
.popup--bottom-content {
  background: rgba(38, 201, 60, 0.1);
  border-radius: 24px;
  border: 1px solid #0E8D64;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.popup--bottom-content--pink {
  background: #522A5D;
  border: 1px solid var(--White, #FFFFFF);
}
@media screen and (max-width: 768px) {
  .popup--bottom-content {
    padding: 16px;
  }
}
.popup--bottom-content .button {
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .popup--bottom-content .button {
    max-width: unset;
  }
}

.map-block {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 480px) {
  .map-block {
    gap: 24px;
  }
}
.map-bg {
  background: url(../assets/img/map-dekst.png) center/100% no-repeat;
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-template-rows: repeat(8, 1fr);
  grid-column-gap: 28px;
  grid-row-gap: 8px;
  width: auto;
  height: auto;
  padding: 0;
  margin: -144px auto;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .map-bg {
    grid-column-gap: 0;
    grid-row-gap: 28px;
    margin: -144px auto;
  }
}
@media screen and (max-width: 1024px) {
  .map-bg {
    grid-column-gap: 0;
    grid-row-gap: 28px;
  }
}
@media screen and (max-width: 768px) {
  .map-bg {
    background: url(../assets/img/map-mbl.png) center/contain no-repeat;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 134px;
    grid-row-gap: 120px;
    padding: 10%;
    width: 100%;
    margin: auto;
  }
  .map-bg--pink {
    background: url(../assets/img/map-mbl-pink.png) center/contain no-repeat;
  }
}
@media screen and (max-width: 480px) {
  .map-bg {
    grid-column-gap: 78px;
    grid-row-gap: 50px;
  }
}
.map-bg--pink {
  background: url(../assets/img/map-dekst-pink.png) center/100% no-repeat;
}
@media screen and (max-width: 768px) {
  .map-bg--pink {
    background: url(../assets/img/map-mbl-pink.png) center/contain no-repeat;
  }
}
.map-region {
  display: flex;
  justify-content: center;
}
.map-region-one {
  grid-area: 4/2/5/3;
}
.map-region-two {
  grid-area: 5/2/6/3;
}
.map-region-three {
  grid-area: 6/2/7/3;
}
.map-region-four {
  grid-area: 5/3/6/4;
}
.map-region-five {
  grid-area: 5/4/6/5;
}
.map-region-six {
  grid-area: 5/6/6/7;
}
.map-region-seven {
  grid-area: 5/7/6/8;
}
.map-region-eight {
  grid-area: 6/8/7/9;
}
@media screen and (max-width: 768px) {
  .map-region-one {
    grid-area: 1/1/2/2;
  }
  .map-region-two {
    grid-area: 1/2/2/3;
  }
  .map-region-three {
    grid-area: 2/1/3/2;
  }
  .map-region-four {
    grid-area: 2/2/3/3;
  }
  .map-region-five {
    grid-area: 3/1/4/2;
  }
  .map-region-six {
    grid-area: 3/2/4/3;
  }
  .map-region-seven {
    grid-area: 4/1/5/2;
  }
  .map-region-eight {
    grid-area: 4/2/5/3;
  }
}
.map-img {
  width: auto;
  height: auto;
  object-fit: contain;
  transition: transform 0.3s ease; /* Анимация трансформации */
  cursor: pointer;
}
.map-img:hover {
  transform: scale(1.2);
}

.wrapper {
  box-sizing: border-box;
  margin: 0 auto 144px;
  max-width: 1244px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .wrapper {
    padding: 0 20px;
    margin: 0 auto 104px;
  }
}
@media screen and (max-width: 480px) {
  .wrapper {
    margin: 0 auto 48px;
  }
}

.infoPopap.down {
  top: 95px !important;
  left: -130px !important;
}
@media screen and (max-width: 768px) {
  .infoPopap.down {
    top: 90px !important;
    left: -20px !important;
    right: unset !important;
  }
}
@media screen and (max-width: 620px) {
  .infoPopap.down {
    top: 90px !important;
    left: -170px !important;
    right: unset !important;
  }
}
@media screen and (max-width: 480px) {
  .infoPopap.down {
    top: 90px !important;
    left: -123px !important;
    right: unset !important;
  }
}
@media screen and (max-width: 390px) {
  .infoPopap.down {
    top: 90px !important;
    left: -191px !important;
    right: unset !important;
  }
}

body {
  background: #022127;
}

.gradient-wrapper {
  background: rgba(15, 191, 0, 0.502);
  background: radial-gradient(circle, rgba(15, 191, 0, 0.502) 0, hsla(0, 0%, 100%, 0) 60%);
  bottom: -85%;
  filter: blur(80px);
  height: 946px;
  opacity: 0.7;
  position: absolute;
  right: 60%;
  transform: rotate(57deg);
  width: 958px;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .gradient-wrapper {
    bottom: -40%;
  }
}

.gradient-banner, .gradient-banner-2 {
  filter: blur(80px);
  opacity: 0.5;
  position: absolute;
  transform: rotate(65deg);
  z-index: 1;
}
@media screen and (min-width: 1921px) {
  .gradient-banner, .gradient-banner-2 {
    display: none;
  }
}

.gradient-banner {
  background: rgba(66, 227, 180, 0.502);
  background: radial-gradient(circle, rgba(66, 227, 180, 0.502) 0, hsla(0, 0%, 100%, 0) 60%);
  bottom: 30%;
  height: 700px;
  right: 25%;
  width: 700px;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .gradient-banner {
    bottom: 50%;
  }
}

.gradient-banner-2 {
  background: rgba(15, 191, 0, 0.502);
  background: radial-gradient(circle, rgba(15, 191, 0, 0.502) 0, hsla(0, 0%, 100%, 0) 60%);
  bottom: -15%;
  height: 500px;
  right: 0;
  width: 500px;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .gradient-banner-2 {
    bottom: 25%;
  }
}

.gradient-wrapper2 {
  background: rgba(15, 191, 0, 0.502);
  background: radial-gradient(circle, rgba(15, 191, 0, 0.502) 0, hsla(0, 0%, 100%, 0) 60%);
  bottom: -280%;
  filter: blur(80px);
  height: 946px;
  opacity: 0.7;
  position: absolute;
  right: 60%;
  transform: rotate(57deg);
  width: 958px;
  z-index: 1;
}
@media screen and (min-width: 1921px) {
  .gradient-wrapper2 {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .gradient-wrapper2 {
    bottom: -196%;
  }
}

.gradient-banner-3, .gradient-banner-4, .gradient-banner-5, .gradient-banner-6, .gradient-banner-7, .gradient-banner-8, .gradient-banner-9, .gradient-banner-10, .gradient-banner-11, .gradient-banner-12, .gradient-banner-13 {
  filter: blur(80px);
  opacity: 0.5;
  position: absolute;
  transform: rotate(65deg);
  z-index: 1;
}
@media screen and (min-width: 1921px) {
  .gradient-banner-3, .gradient-banner-4, .gradient-banner-5, .gradient-banner-6, .gradient-banner-7, .gradient-banner-8, .gradient-banner-9, .gradient-banner-10, .gradient-banner-11, .gradient-banner-12, .gradient-banner-13 {
    display: none;
  }
}

.gradient-banner-3 {
  background: rgba(66, 227, 180, 0.502);
  background: radial-gradient(circle, rgba(66, 227, 180, 0.502) 0, hsla(0, 0%, 100%, 0) 60%);
  bottom: -70%;
  height: 700px;
  right: -16%;
  width: 700px;
  z-index: 1;
}
@media screen and (min-width: 1921px) {
  .gradient-banner-3 {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .gradient-banner-3 {
    bottom: -46%;
  }
}

.gradient-banner-4 {
  background: rgba(15, 191, 0, 0.502);
  background: radial-gradient(circle, rgba(15, 191, 0, 0.502) 0, hsla(0, 0%, 100%, 0) 60%);
  bottom: -115%;
  height: 1000px;
  right: -20%;
  width: 1000px;
  z-index: 1;
}
@media screen and (min-width: 1921px) {
  .gradient-banner-4 {
    display: none;
  }
}

.gradient-banner-5 {
  background: rgba(66, 227, 180, 0.502);
  background: radial-gradient(circle, rgba(66, 227, 180, 0.77) 0, hsla(0, 0%, 100%, 0) 60%);
  bottom: -304%;
  filter: blur(80px);
  height: 700px;
  right: 62%;
  width: 700px;
  z-index: 1;
}
@media screen and (min-width: 1921px) {
  .gradient-banner-5 {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .gradient-banner-5 {
    bottom: -220%;
  }
}

.gradient-banner-6 {
  background: rgba(66, 227, 180, 0.502);
  background: radial-gradient(circle, rgba(66, 227, 180, 0.502) 0, hsla(0, 0%, 100%, 0) 60%);
  bottom: -375%;
  height: 700px;
  right: -15%;
  width: 700px;
  z-index: 1;
}
@media screen and (min-width: 1921px) {
  .gradient-banner-6 {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .gradient-banner-6 {
    bottom: -265%;
  }
}

.gradient-banner-7 {
  background: rgba(15, 191, 0, 0.502);
  background: radial-gradient(circle, rgba(15, 191, 0, 0.502) 0, hsla(0, 0%, 100%, 0) 60%);
  bottom: -354%;
  height: 1000px;
  right: -20%;
  width: 1000px;
  z-index: 1;
}
@media screen and (min-width: 1921px) {
  .gradient-banner-7 {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .gradient-banner-7 {
    bottom: -248%;
  }
}

.gradient-banner-8 {
  background: rgba(66, 227, 180, 0.502);
  background: radial-gradient(circle, rgba(66, 227, 180, 0.77) 0, hsla(0, 0%, 100%, 0) 60%);
  bottom: -500%;
  filter: blur(80px);
  height: 700px;
  right: 62%;
  width: 700px;
  z-index: 1;
}
@media screen and (min-width: 1921px) {
  .gradient-banner-8 {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .gradient-banner-8 {
    display: none;
  }
}

.gradient-wrapper3 {
  background: rgba(15, 191, 0, 0.502);
  background: radial-gradient(circle, rgba(15, 191, 0, 0.502) 0, hsla(0, 0%, 100%, 0) 60%);
  bottom: -478%;
  filter: blur(80px);
  height: 946px;
  opacity: 0.7;
  position: absolute;
  right: 60%;
  transform: rotate(57deg);
  width: 958px;
  z-index: 1;
}
@media screen and (min-width: 1921px) {
  .gradient-wrapper3 {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .gradient-wrapper3 {
    display: none;
  }
}

.gradient-banner-9 {
  background: rgba(66, 227, 180, 0.502);
  background: radial-gradient(circle, rgba(66, 227, 180, 0.502) 0, hsla(0, 0%, 100%, 0) 60%);
  bottom: -595%;
  height: 700px;
  right: -15%;
  width: 700px;
  z-index: 1;
}
@media screen and (min-width: 1921px) {
  .gradient-banner-9 {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .gradient-banner-9 {
    bottom: -436%;
  }
}

.gradient-banner-10 {
  background: rgba(15, 191, 0, 0.502);
  background: radial-gradient(circle, rgba(15, 191, 0, 0.502) 0, hsla(0, 0%, 100%, 0) 60%);
  bottom: -572%;
  height: 1000px;
  right: -20%;
  width: 1000px;
  z-index: 1;
}
@media screen and (min-width: 1921px) {
  .gradient-banner-10 {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .gradient-banner-10 {
    display: none;
  }
}

.gradient-banner-11 {
  background: rgba(66, 227, 180, 0.502);
  background: radial-gradient(circle, rgba(66, 227, 180, 0.77) 0, hsla(0, 0%, 100%, 0) 60%);
  bottom: -622%;
  filter: blur(80px);
  height: 700px;
  right: 62%;
  width: 700px;
  z-index: 1;
}
@media screen and (min-width: 1921px) {
  .gradient-banner-11 {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .gradient-banner-11 {
    bottom: -548%;
  }
}

.gradient-wrapper4 {
  background: rgba(15, 191, 0, 0.502);
  background: radial-gradient(circle, rgba(15, 191, 0, 0.502) 0, hsla(0, 0%, 100%, 0) 60%);
  bottom: -605%;
  filter: blur(80px);
  height: 946px;
  opacity: 0.7;
  position: absolute;
  right: 60%;
  transform: rotate(57deg);
  width: 958px;
  z-index: 1;
}
@media screen and (min-width: 1921px) {
  .gradient-wrapper4 {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .gradient-wrapper4 {
    bottom: -526%;
  }
}

.gradient-banner-12 {
  background: rgba(66, 227, 180, 0.502);
  background: radial-gradient(circle, rgba(66, 227, 180, 0.502) 0, hsla(0, 0%, 100%, 0) 60%);
  bottom: -638%;
  height: 700px;
  right: -15%;
  width: 700px;
  z-index: 1;
}
@media screen and (min-width: 1921px) {
  .gradient-banner-12 {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .gradient-banner-12 {
    bottom: -530%;
  }
}

.gradient-banner-13 {
  background: rgba(15, 191, 0, 0.502);
  background: radial-gradient(circle, rgba(15, 191, 0, 0.502) 0, hsla(0, 0%, 100%, 0) 60%);
  bottom: -615%;
  height: 1000px;
  right: -20%;
  width: 1000px;
  z-index: 1;
}
@media screen and (min-width: 1921px) {
  .gradient-banner-13 {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .gradient-banner-13 {
    bottom: -580%;
  }
}

.snow-wrapper {
  background: url(../assets/img/snow.png) center/contain no-repeat;
  bottom: -85%;
  height: 946px;
  opacity: 0.7;
  position: absolute;
  right: 60%;
  transform: rotate(57deg);
  width: 958px;
  z-index: 1;
}
@media screen and (min-width: 1921px) {
  .snow-wrapper {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .snow-wrapper {
    bottom: -20%;
    height: 814px;
    opacity: 0.7;
    position: absolute;
    right: 25%;
    transform: rotate(57deg);
    width: 858px;
    z-index: 1;
  }
}

.snow-banner, .snow-banner-2 {
  filter: blur(80px);
  opacity: 0.5;
  position: absolute;
  transform: rotate(65deg);
  z-index: 1;
}
@media screen and (min-width: 1921px) {
  .snow-banner, .snow-banner-2 {
    display: none;
  }
}

.snow-banner {
  background: url(../assets/img/snow.png) center/contain no-repeat;
  bottom: 30%;
  height: 700px;
  right: 25%;
  width: 700px;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .snow-banner {
    bottom: 60%;
  }
}

.snow-banner-2 {
  background: url(../assets/img/snow.png) center/contain no-repeat;
  bottom: -10%;
  height: 500px;
  right: 0;
  width: 500px;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .snow-banner-2 {
    bottom: 45%;
  }
}

.snow-wrapper2 {
  background: url(../assets/img/snow.png) center/contain no-repeat;
  bottom: -280%;
  height: 946px;
  opacity: 0.7;
  position: absolute;
  right: 60%;
  transform: rotate(57deg);
  width: 958px;
  z-index: 1;
}
@media screen and (min-width: 1921px) {
  .snow-wrapper2 {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .snow-wrapper2 {
    bottom: -258%;
  }
}

.snow-banner-3, .snow-banner-4, .snow-banner-5, .snow-banner-6, .snow-banner-7, .snow-banner-8, .snow-banner-9, .snow-banner-10, .snow-banner-11, .snow-banner-12, .snow-banner-13 {
  position: absolute;
  transform: rotate(65deg);
  z-index: 1;
}
@media screen and (min-width: 1921px) {
  .snow-banner-3, .snow-banner-4, .snow-banner-5, .snow-banner-6, .snow-banner-7, .snow-banner-8, .snow-banner-9, .snow-banner-10, .snow-banner-11, .snow-banner-12, .snow-banner-13 {
    display: none;
  }
}

.snow-banner-3 {
  background: url(../assets/img/snow.png) center/contain no-repeat;
  bottom: -70%;
  height: 700px;
  right: -16%;
  width: 700px;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .snow-banner-3 {
    bottom: -20%;
  }
}

.snow-banner-4 {
  background: url(../assets/img/snow.png) center/contain no-repeat;
  bottom: -115%;
  height: 1000px;
  right: -20%;
  width: 1000px;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .snow-banner-4 {
    bottom: -184%;
  }
}

.snow-banner-5 {
  background: url(../assets/img/snow.png) center/contain no-repeat;
  bottom: -304%;
  height: 700px;
  right: 62%;
  width: 700px;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .snow-banner-5 {
    bottom: -202%;
    filter: blur(0px);
    height: 686px;
    right: 43%;
    width: 700px;
    z-index: 1;
  }
}

.snow-banner-6 {
  background: url(../assets/img/snow.png) center/contain no-repeat;
  bottom: -375%;
  height: 700px;
  right: -15%;
  width: 700px;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .snow-banner-6 {
    bottom: -202%;
  }
}

.snow-banner-7 {
  background: url(../assets/img/snow.png) center/contain no-repeat;
  bottom: -354%;
  height: 1000px;
  right: -20%;
  width: 1000px;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .snow-banner-7 {
    display: none;
  }
}

.snow-banner-8 {
  background: url(../assets/img/snow.png) center/contain no-repeat;
  bottom: -500%;
  filter: blur(80px);
  height: 700px;
  right: 62%;
  width: 700px;
  z-index: 1;
}

.snow-wrapper3 {
  background: url(../assets/img/snow.png) center/contain no-repeat;
  bottom: -478%;
  height: 946px;
  opacity: 0.7;
  position: absolute;
  right: 60%;
  transform: rotate(57deg);
  width: 958px;
  z-index: 1;
}

.snow-banner-9 {
  background: url(../assets/img/snow.png) center/contain no-repeat;
  bottom: -595%;
  height: 700px;
  right: -15%;
  width: 700px;
  z-index: 1;
}

.snow-banner-10 {
  background: url(../assets/img/snow.png) center/contain no-repeat;
  bottom: -572%;
  height: 1000px;
  right: -20%;
  width: 1000px;
  z-index: 1;
}
@media screen and (min-width: 1921px) {
  .snow-banner-10 {
    display: none;
  }
}

.snow-banner-11 {
  background: url(../assets/img/snow.png) center/contain no-repeat;
  bottom: -620%;
  filter: blur(80px);
  height: 700px;
  right: 62%;
  width: 700px;
  z-index: 1;
}
@media screen and (min-width: 1921px) {
  .snow-banner-11 {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .snow-banner-11 {
    display: none;
  }
}

.snow-wrapper4 {
  background: url(../assets/img/snow.png) center/contain no-repeat;
  bottom: -616%;
  height: 946px;
  opacity: 0.7;
  position: absolute;
  right: 60%;
  transform: rotate(57deg);
  width: 958px;
  z-index: 1;
}
@media screen and (min-width: 1921px) {
  .snow-wrapper4 {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .snow-wrapper4 {
    display: none;
  }
}

.snow-banner-12 {
  background: url(../assets/img/snow.png) center/contain no-repeat;
  bottom: -470%;
  height: 700px;
  right: -15%;
  width: 700px;
  z-index: 1;
}
@media screen and (min-width: 1921px) {
  .snow-banner-12 {
    display: none;
  }
}

.snow-banner-13 {
  background: url(../assets/img/snow.png) center/contain no-repeat;
  bottom: -616%;
  height: 1000px;
  right: -20%;
  width: 1000px;
  z-index: 1;
}
@media screen and (min-width: 1921px) {
  .snow-banner-13 {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .snow-banner-13 {
    display: none;
  }
}
/*!***************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./components/form/Form/form.scss ***!
  \***************************************************************************************************************************/
.forms-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 25px;
  border-radius: 30px;
  background: linear-gradient(192deg, #022127 -8.57%, rgba(14, 141, 100, 0.65) 70.06%);
  backdrop-filter: blur(27px);
  padding: 60px 120px;
  width: 100%;
  margin: auto auto 104px auto;
  height: 100%;
  z-index: 2;
  position: relative;
}
.forms-block--pink {
  background: linear-gradient(128.57deg, #351E3B -16.66%, #A61E61 97.68%);
}
@media screen and (max-width: 768px) {
  .forms-block {
    padding: 35px;
    gap: 24px;
  }
}
@media screen and (max-width: 480px) {
  .forms-block {
    gap: 16px;
    padding: 8px;
  }
}

.form__flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 68px;
  gap: 68px;
}
@media screen and (max-width: 768px) {
  .form__flex {
    margin-bottom: 40px;
    gap: 40px;
  }
}
@media screen and (max-width: 480px) {
  .form__flex {
    gap: 32px;
    margin-bottom: 32px;
  }
}
.form__el {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  width: 100%;
}
.form__el__guest {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  align-items: center;
}
.form__el__guest .cell__name {
  margin-bottom: 0;
  width: 65px;
}
.form__buttons {
  display: flex;
  gap: 24px;
}
.form__group {
  display: flex;
  gap: 12px;
}
.form__error {
  display: none;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 140%;
  color: var(--error-primery-color);
}
.form.js-form-hidden {
  display: none;
}

.infoPhoneHelper {
  z-index: 2;
  display: flex;
  justify-content: center;
  position: relative;
  border-radius: 999px;
  border: 1px #62D6FB solid;
  width: 40px;
  height: 40px;
}

.infoPhoneHelper .infoIcon {
  z-index: 2;
  cursor: pointer;
  width: 20px;
  height: 25px;
  margin: auto;
}

.infoPhoneHelper:hover .infoPopap {
  display: block;
}

.infoPhoneHelper .infoPopap {
  display: none;
  position: absolute;
  z-index: 222;
  top: 60px;
  left: 50px;
  transform: translateY(-100%);
  font-size: 16px;
  font-family: "SBSansDisplay Text";
  line-height: 1.2 !important;
  font-weight: 300;
  color: white;
  background: #06443B;
  border-radius: 10px;
  border: 1px solid grey;
  padding: 20px 10px 20px 20px;
  width: auto;
}

.infoPhoneHelper .infoPopap:before {
  content: "";
  position: absolute;
  bottom: 40px;
  left: -10px;
  width: 20px;
  height: 20px;
  border-bottom: 1px solid grey;
  border-right: 1px solid grey;
  background: #06443B;
  transform: translateY(50%) rotate(135deg);
}

@media screen and (max-width: 1366px) {
  .infoPhoneHelper .infoPopap {
    left: -270px;
    top: -20px;
  }
  .infoPhoneHelper .infoPopap:before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .infoPhoneHelper .infoIcon {
    width: 10px;
    height: 15px;
  }
  .infoPhoneHelper .infoPopap {
    right: -100%;
    left: unset;
    top: -20px;
    font-size: 12px;
  }
  .infoPhoneHelper .infoPopap:before {
    left: 245px;
  }
}
/*!***************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./components/form/Cell/cell.scss ***!
  \***************************************************************************************************************************/
.cell {
  --cell-text-color: rgb(255, 255, 255);
  --cell-error-color: #FF3D51;
  --cell-border-color: #50505D;
  --cell-disabled-color: #c4c4c4;
  --cell-background-color: rgba(38, 38, 44, 0.42);
  --cell-border-color-on-focus: #ced1d5;
}
.cell--mb24 {
  margin-bottom: 24px;
}
.cell__name {
  position: relative;
  display: block;
  margin-bottom: 15px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: var(--color-white);
  background-color: transparent;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .cell__name {
    font-size: 14px;
  }
}
.cell__content {
  position: relative;
}
.cell__date {
  display: flex;
  gap: 12px;
}
.cell__date .cell__border-box {
  display: flex;
  justify-content: center;
}
.cell__date .cell__border-content {
  margin: auto 0;
}
.cell__date .cell__name {
  margin: 0;
}
.cell__date .cell__data {
  width: 100%;
}
.cell__data {
  position: relative;
  background: hsla(0, 0%, 100%, 0.06);
  border: 1px solid hsla(0, 0%, 100%, 0.5);
  border-radius: 110px;
  display: flex;
  flex-direction: row;
  padding: 20px 20px 20px 50px;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .cell__data {
    padding: 15px 16px;
  }
}
.cell__error-message {
  margin-top: 6px;
  font-size: 14px;
  line-height: 140%;
  color: var(--cell-error-color);
  display: none;
  font-family: "SBSansDisplay Text";
}
.cell__identificator {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translate(0, -50%);
}
.cell__icon {
  display: block;
}
.cell.js-focus .cell__data {
  border-color: var(--cell-border-color-on-focus);
}
.cell.js-cell-error .cell__data {
  border-color: var(--cell-error-color);
}
.cell.js-cell-disabled .cell__data {
  background-color: var(--cell-disabled-color);
  pointer-events: none;
  cursor: not-allowed;
}
.cell.js-cell-hidden {
  display: none;
}
/*!*************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./components/form/CellInput/cellInput.scss ***!
  \*************************************************************************************************************************************/
.cell-input {
  --cell-input-text-color: rgb(255, 255, 255);
  --cell-input-placeholder: rgb(255, 255, 255);
  width: 100%;
  padding: 0;
  font-size: 16px;
  line-height: 140%;
  color: var(--cell-input-text-color);
  border: none;
  outline: none;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .cell-input {
    font-size: 16px;
  }
}
.cell-input::placeholder {
  color: var(--cell-input-text-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
@media screen and (max-width: 768px) {
  .cell-input::placeholder {
    font-size: 16px;
  }
}
/*!***************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./components/form/CellSelect/cellSelect.scss ***!
  \***************************************************************************************************************************************/
.cell-select {
  --cell-select-text-color: rgb(255, 255, 255);
  --cell-select-icon-color: rgba(255, 255, 255, 0.65);
  --cell-select-background-color-hover: #50505D;
  --cell-select-text-color-not-selected: #c4c4c4;
  --cell-select-input-placeholder: rgb(255, 255, 255);
  position: relative;
  width: 100%;
  z-index: 10;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .cell-select {
    z-index: 2;
  }
}
.cell-select__header {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cell-select__current {
  font-size: 18px;
  line-height: 140%;
  color: var(--cell-select-text-color);
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.32, 0, 0.67, 0);
}
@media screen and (max-width: 768px) {
  .cell-select__current {
    font-size: 14px;
  }
}
.cell-select__input {
  width: 100%;
  padding: 0;
  font-size: 18px;
  line-height: 140%;
  min-width: 2px;
  color: var(--cell-select-text-color);
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .cell-select__input {
    font-size: 14px;
    min-height: 36px;
  }
}
.cell-select__input::placeholder {
  font-size: 18px;
  line-height: 140%;
  color: var(--cell-select-input-placeholder);
}
@media screen and (max-width: 768px) {
  .cell-select__input::placeholder {
    font-size: 14px;
  }
}
.cell-select__input-box {
  width: 100%;
}
.cell-select__icon {
  fill: var(--cell-select-icon-color);
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .cell-select__icon {
    width: 14px;
    height: auto;
  }
}
.cell-select__body-icon {
  opacity: 0;
  fill: var(--cell-select-icon-color);
  transition: 0.2s;
}
.cell-select__body {
  display: none;
  position: absolute;
  left: 49%;
  right: 0;
  top: calc(100% + 20px);
  width: calc(100% + 50px);
  max-height: 350px;
  overflow-y: auto;
  transform: translate(-50%, 0);
  background: rgb(52, 111, 103);
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 20px;
  box-shadow: 0px 2px 2px -8px rgba(73, 75, 89, 0.12);
  backdrop-filter: blur(10px);
  border-radius: 42px;
}
.cell-select__body-pink {
  background: rgba(145, 33, 91, 0.89);
}
.cell-select.is-active {
  z-index: 11;
}
.cell-select.is-active .cell-select__icon {
  transform: rotate(180deg);
}
.cell-select__item {
  font-family: "SBSansDisplay Text";
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.04em;
  padding: 12px 16px;
  transition: color 0.5s;
}
@media screen and (max-width: 768px) {
  .cell-select__item {
    font-size: 14px;
  }
}
.cell-select__item:hover {
  color: #3EAF20;
}
.cell-select__item-pink:hover {
  color: #5C0C33;
}
.cell-select__item.is-chosen {
  color: var(--cell-select-text-color);
}
.cell-select__item.is-chosen .cell-select__body-icon {
  opacity: 1;
}
/*!***********************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./components/form/Checkbox/сheckbox.scss ***!
  \***********************************************************************************************************************************/
.checkbox {
  --checkbox-text-color: #F2F5F8;
  --checkbox-link-color: #A0E720;
  --checkbo-window-color: rgba(38, 38, 44, 0.42);
  --checkbo-border-color: #50505D;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .checkbox {
    width: 100%;
  }
}
.checkbox--margin {
  margin-bottom: 24px;
}
.checkbox__item {
  display: flex;
  flex-shrink: 0;
  align-items: center;
}
.checkbox__item--half {
  width: 50%;
  margin-bottom: 30px;
}
.checkbox__window {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin: auto;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 10px;
}
@media screen and (max-width: 480px) {
  .checkbox__window {
    width: 30px;
    height: 30px;
  }
}
.checkbox__icon-mark {
  fill: #00e305;
  opacity: 0;
  transition: 0.5s;
}
.checkbox__icon-mark.disabled {
  fill: #818e9e;
  stroke: #818e9e;
}
.checkbox__name {
  display: flex;
  gap: 34px;
  align-self: baseline;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.04em;
  color: var(--checkbox-text-color);
  cursor: pointer;
}
.checkbox__name--info {
  margin-right: 12px;
  min-width: 126px;
}
.checkbox__name--center {
  align-self: center;
}
.checkbox__input:checked + .checkbox__name .checkbox__icon-mark {
  opacity: 1;
}
.checkbox__link {
  color: var(--checkbox-link-color);
  text-decoration: none;
  border-bottom: 1px solid var(--checkbox-link-color);
  transition: 0.5s;
}
.checkbox__link:hover {
  border-bottom: 1px solid transparent;
}
.checkbox__text--margin {
  margin-right: 5px;
}
.checkbox.js-checkbox-hidden {
  display: none;
}
/*!******************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./components/other/Popup/Popup.scss ***!
  \******************************************************************************************************************************/
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  transition: 0.5s;
  z-index: 121;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.popup.is-active {
  opacity: 1;
  visibility: visible;
}
.popup__close {
  width: 23px;
  height: 23px;
  cursor: pointer;
}
.popup__container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.popup--title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.popup__text {
  color: var(--color-black);
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  margin-bottom: 29px;
}
.popup__form {
  position: relative;
  border-radius: 24px;
  border: 1px solid #0E8D64;
  background: linear-gradient(128.57deg, #022127 -16.66%, #0E8D64 97.68%);
  backdrop-filter: blur(54px);
  padding: 40px;
  width: 60%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}
.popup__form--pink {
  background: linear-gradient(128.57deg, #351E3B -16.66%, #A61E61 97.68%);
}
@media screen and (max-width: 1024px) {
  .popup__form {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .popup__form {
    padding: 30px;
    width: 90%;
  }
}
@media screen and (max-width: 580px) {
  .popup__form {
    position: absolute;
    top: 0;
  }
}
@media screen and (max-width: 480px) {
  .popup__form {
    width: 90%;
    padding: 14px;
  }
}
.popup--block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.popup--content {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  grid-template-rows: auto 1fr;
  column-gap: 44px;
  row-gap: 0;
}
.popup--content .text {
  display: flex;
  justify-content: center;
  vertical-align: middle;
  height: fit-content;
  margin: auto 0;
}
.popup--content .img-block {
  display: flex;
  flex-direction: column;
  justify-content: end;
}
@media screen and (max-width: 768px) {
  .popup--content {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .popup--content img {
    max-height: 198px;
    height: 100%;
    width: auto;
    margin: 0 auto;
  }
}
.popup--bottom-content {
  background: rgba(38, 201, 60, 0.1);
  border-radius: 24px;
  border: 1px solid #0E8D64;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.popup--bottom-content--pink {
  background: #522A5D;
  border: 1px solid var(--White, #FFFFFF);
}
@media screen and (max-width: 768px) {
  .popup--bottom-content {
    padding: 16px;
  }
}
.popup--bottom-content .button {
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .popup--bottom-content .button {
    max-width: unset;
  }
}
/*!************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./components/other/SuccesPopup/Popup.scss ***!
  \************************************************************************************************************************************/
.succes-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  transition: 0.5s;
  z-index: 121;
}
.succes-popup.is-active {
  opacity: 1;
  visibility: visible;
}
.succes-popup__close {
  width: 23px;
  height: 23px;
  cursor: pointer;
}
.succes-popup__container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .succes-popup__container {
    height: 110%;
    top: 25%;
    position: absolute;
  }
}
.succes-popup--title {
  display: flex;
  flex-direction: row;
  justify-content: end;
}
.succes-popup__text {
  color: var(--color-black);
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  margin-bottom: 29px;
}
.succes-popup__form {
  position: relative;
  border-radius: 24px;
  border: 1px solid #0E8D64;
  background: linear-gradient(128.57deg, #022127 -16.66%, #0E8D64 97.68%);
  backdrop-filter: blur(54px);
  padding: 40px;
  width: 60%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}
.succes-popup__form--pink {
  background: linear-gradient(128.57deg, #351E3B -16.66%, #A61E61 97.68%);
}
@media screen and (max-width: 1024px) {
  .succes-popup__form {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .succes-popup__form {
    padding: 30px;
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .succes-popup__form {
    width: 90%;
    padding: 14px;
  }
}
.succes-popup--block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
}
.succes-popup--content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
}
/*!****************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./components/other/FinalPopup/finalPopup.scss ***!
  \****************************************************************************************************************************************/
.final-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  transition: 0.5s;
  z-index: 121;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.final-popup.is-active {
  opacity: 1;
  visibility: visible;
}
.final-popup__close {
  width: 23px;
  height: 23px;
  cursor: pointer;
}
.final-popup__container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.final-popup--title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.final-popup__text {
  color: var(--color-black);
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  margin-bottom: 29px;
}
.final-popup__form {
  position: relative;
  border-radius: 24px;
  border: 1px solid #0E8D64;
  background: linear-gradient(128.57deg, #022127 -16.66%, #0E8D64 97.68%);
  backdrop-filter: blur(54px);
  padding: 40px;
  width: 60%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}
.final-popup__form--pink {
  background: linear-gradient(128.57deg, #351E3B -16.66%, #A61E61 97.68%);
}
@media screen and (max-width: 1024px) {
  .final-popup__form {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .final-popup__form {
    padding: 30px;
    width: 90%;
  }
}
@media screen and (max-width: 580px) {
  .final-popup__form {
    position: absolute;
    top: 0;
  }
}
@media screen and (max-width: 480px) {
  .final-popup__form {
    width: 90%;
    padding: 14px;
  }
}
.final-popup__form .img-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.final-popup__form .img-block img {
  width: auto;
  height: auto;
}
.final-popup--block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 28px;
}
@media screen and (max-width: 768px) {
  .final-popup--block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.final-popup--text-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}
.final-popup .promo-input {
  padding: 20px;
  color: black;
  border-radius: 12px;
  background: rgb(255, 255, 255);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 266px;
}
@media screen and (max-width: 768px) {
  .final-popup .promo-input {
    max-width: unset;
    width: 100%;
  }
}
.final-popup .promo-input p {
  color: black;
}
.final-popup .promo-input .copy {
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.final-popup .promo-input .copy svg {
  margin: auto;
}
/*!***********************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./components/other/PrisePopup/Popup.scss ***!
  \***********************************************************************************************************************************/
.prise-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  transition: 0.5s;
  z-index: 121;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.prise-popup.is-active {
  opacity: 1;
  visibility: visible;
}
.prise-popup__close {
  width: 23px;
  height: 23px;
  cursor: pointer;
}
.prise-popup__container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.prise-popup--title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.prise-popup__text {
  color: var(--color-black);
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  margin-bottom: 29px;
}
.prise-popup__form {
  position: relative;
  border-radius: 24px;
  border: 1px solid #0E8D64;
  background: linear-gradient(128.57deg, #022127 -16.66%, #0E8D64 97.68%);
  backdrop-filter: blur(54px);
  padding: 40px;
  width: 60%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}
.prise-popup__form--pink {
  background: linear-gradient(128.57deg, #351E3B -16.66%, #A61E61 97.68%);
}
@media screen and (max-width: 1024px) {
  .prise-popup__form {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .prise-popup__form {
    padding: 30px;
    width: 90%;
  }
}
@media screen and (max-width: 580px) {
  .prise-popup__form {
    position: absolute;
    top: 0;
  }
}
@media screen and (max-width: 480px) {
  .prise-popup__form {
    width: 90%;
    padding: 14px;
  }
}
.prise-popup--block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
}
.prise-popup--content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
}
.prise-popup--grid {
  display: grid;
  grid-template-columns: 1.1fr 1.2fr;
  grid-template-rows: auto 1fr;
  column-gap: 24px;
  row-gap: 24px;
}
@media screen and (max-width: 580px) {
  .prise-popup--grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}

/*# sourceMappingURL=premier.css.map*/