@charset "UTF-8";

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

ul,
ol {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

ul {
  list-style: none;
}

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

input,
button,
textarea,
select {
  font: inherit;
}

.registration__btn {
  font-family: 'Arial', sans-serif;
  font-weight: 700;
}

.page-ios__title,
.popup__name {
  font-family: 'Nunito', sans-serif;
  font-weight: 900;
}

.page-ios__action-title,
.popup__btn {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

body,
.logo__slogan,
.page-ios__slogan,
.popup__date {
  font-family: 'Betandyou-Main', sans-serif;
}

/* Media queries */
/* Container */
/* Responsive font size */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

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

a {
  text-decoration: none;
}

html,
body {
  height: 100%;
}

body {
  line-height: 1;
  color: #fff;
  background-color: #000;
  overflow-x: hidden;
}

body.no-scroll {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: fixed;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.gradient {
  background: -o-linear-gradient(219deg, #f7e335, #ffbc00, #ffbc00 100%);
  background: linear-gradient(231deg, #f7e335, #ffbc00, #ffbc00 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 30px;
}

@media (max-width: 576px) {
  .container {
    padding: 0 10px;
  }
}

.wrapper__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
}

.yellow-line {
  width: 100%;
  height: 3px;
  position: relative;
  z-index: 4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-position: 0 0, 100% 0;
  background-repeat: no-repeat;
  background-size: 100% 4px;
  border-top: 4px;
  background-image: -webkit-gradient(linear, left top, right top, from(#FFBB00), to(#FFE300));
  background-image: -o-linear-gradient(left, #FFBB00 0%, #FFE300 100%);
  background-image: linear-gradient(to right, #FFBB00 0%, #FFE300 100%);
}

@font-face {
  font-family: 'Betandyou-Main';
  font-style: normal;
  src: url("../fonts/Betandyou-Main.woff2") format("woff2"), url("../fonts/Betandyou-Main.woff") format("woff"), url("../fonts/Betandyou-Main.ttf") format("ttf");
  font-display: swap;
}

@font-face {
  font-family: 'Betandyou-Main_1';
  font-style: normal;
  src: url("../fonts/Betandyou-Main_1.woff2") format("woff2"), url("../fonts/Betandyou-Main_1.woff") format("woff"), url("../fonts/Betandyou-Main_1.ttf") format("ttf");
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("ttf");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("ttf");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  src: url("../fonts/Nunito-Black.woff2") format("woff2"), url("../fonts/Nunito-Black.woff") format("woff"), url("../fonts/Nunito-Black.ttf") format("ttf");
  font-weight: 900;
  font-display: swap;
}

@font-face {
  font-family: 'Arial';
  font-style: normal;
  src: url("../fonts/Arial.woff2") format("woff2"), url("../fonts/Arial.woff") format("woff"), url("../fonts/Arial.ttf") format("ttf");
  font-weight: 700;
  font-display: swap;
}

.header {
  background-color: #171717;
  border-bottom: 3px solid gray;
}

@media (max-width: 576px) {
  .header {
    position: relative;
    background-color: #232325;
  }
}

.header__inner {
  position: relative;
  z-index: 12;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.6em 0;
}

@media (max-width: 576px) {
  .header__inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

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

.header__box {
  max-height: 27px;
  margin-left: 4vw;
  margin-left: auto;
}

@media (max-width: 576px) {
  .header__box {
    margin-left: 10px;
  }
}

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

@media (max-width: 576px) {
  .header .socials {
    margin-left: 0;
  }
}

@media (max-width: 576px) {
  .header .logo {
    min-width: 80px;
    max-width: 25vw;
  }
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 576px) {
  .logo {
    max-width: 30vw;
  }
}

.logo__svg {
  width: 263px;
  height: 28px;
  -webkit-filter: drop-shadow(0px 0px 32px rgba(0, 0, 0, 0.8));
  filter: drop-shadow(0px 0px 32px rgba(0, 0, 0, 0.8));
}

@media (max-width: 768px) {
  .logo__svg {
    width: 30vw;
  }
}

@media (max-width: 576px) {
  .logo__svg {
    width: 40vw;
    height: 5.2vw;
  }
}

.logo__slogan {
  position: relative;
  margin-left: 5px;
  font-style: italic;
}

@media (max-width: 768px) {
  .logo__slogan {
    display: none;
  }
}

.logo__slogan::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  z-index: -1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 266px;
  height: 20px;
  background-image: url("../images/slogan-back.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 992px) {
  .logo__slogan::before {
    width: 25.85vw;
    height: 2.04vw;
  }
}

.logo__hand {
  display: none;
  margin-left: 5px;
}

.logo__hand-icon {
  width: 27px;
  height: 27px;
}

.logo__hand-icon use {
  fill: white;
}

.logo__text {
  position: relative;
  color: #e1e1e1;
  font-size: 22px;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  .logo__text {
    font-size: 2vw;
  }
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 150px;
  width: 100%;
}

@media (max-width: 768px) {
  .socials {
    max-width: 20%;
  }
}

.socials.socials--mobile {
  display: none;
}

@media (max-width: 576px) {
  .socials.socials--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    padding: 20px 0;
    max-width: 50%;
  }
}

@media (max-width: 576px) {
  .socials__item {
    margin: 0 5px;
  }
}

.socials__link {
  position: relative;
  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;
  width: 26px;
  height: 26px;
  background-color: #ffbc00;
  border: 1px solid #2F2F2F;
  border-radius: 50%;
  -webkit-transition: background-color, 0.3s linear, border-color 0.3s linear, -webkit-filter 0.3s linear;
  transition: background-color, 0.3s linear, border-color 0.3s linear, -webkit-filter 0.3s linear;
  -o-transition: background-color, 0.3s linear, border-color 0.3s linear, filter 0.3s linear;
  transition: background-color, 0.3s linear, border-color 0.3s linear, filter 0.3s linear;
  transition: background-color, 0.3s linear, border-color 0.3s linear, filter 0.3s linear, -webkit-filter 0.3s linear;
  overflow: hidden;
}

@media (max-width: 576px) {
  .socials__link {
    width: 22px;
    height: 22px;
  }
}

.socials__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-radius: 30px;
  border-radius: 0;
  margin-left: -100%;
  -webkit-box-shadow: inset 0 0 0 60px #000;
  box-shadow: inset 0 0 0 60px #000;
}

.socials__link:hover {
  border-color: #ffbc00;
  background-color: transparent;
}

.socials__link:hover::before {
  margin-left: 0;
  -webkit-box-shadow: inset 0 0 0 60px transparent;
  box-shadow: inset 0 0 0 60px transparent;
}

.socials__link:hover use {
  fill: #ffbc00;
}

.socials__link:focus {
  border-color: #f7e335;
  -webkit-filter: opacity(0.8);
  filter: opacity(0.8);
}

.socials__icon {
  position: relative;
  z-index: 2;
  width: 14px;
  height: 14px;
}

.socials__icon use {
  fill: #1f2022;
  -webkit-transition: fill 0.3s linear;
  -o-transition: fill 0.3s linear;
  transition: fill 0.3s linear;
}

.page-ios {
  padding-top: 4vw;
  height: 100%;
  background-image: url(../images/page-bg.webp);
  background-image: -webkit-image-set(url(../images/page-bg.webp) 1x, url(../images/page-bg.webp) 1.5x, url(../images/page-bg.webp) 2x);
  background-image: -webkit-image-set(url(../images/page-bg.jpg) 1x, url(../images/page-bg.jpg) 1.5x, url(../images/page-bg.jpg) 2x);
  background-image: image-set(url(../images/page-bg.jpg) 1x, url(../images/page-bg.jpg) 1.5x, url(../images/page-bg.jpg) 2x);
  background-position: center;
  background-size: cover;
}

.page-ios__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.page-ios .container {
  height: 100%;
}

.page-ios__title,
.page-ios__slogan {
  text-align: center;
}

.page-ios__title {
  margin-bottom: 0.4em;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  font-size: clamp(32px, 3.5vw, 50px);
}

.page-ios__title.element-show {
  opacity: 1;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

@media (max-width: 1350px) {
  .page-ios__title {
    font-size: clamp(32px, 3.5vw, 50px);
  }
}

@media (max-width: 576px) {
  .page-ios__title {
    font-size: clamp(30px, 7vw, 46px);
  }
}

.page-ios__slogan {
  margin-bottom: 40px;
  font-weight: 400;
  font-size: clamp(20px, 2.2vw, 36px);
  opacity: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.page-ios__slogan.element-show {
  opacity: 1;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.page-ios__actions {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media (max-width: 992px) {
  .page-ios__actions {
    -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;
  }
}

@media (max-width: 992px) {
  .page-ios__actions .page-ios__box {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    min-width: 225px;
  }
}

.page-ios__action-title {
  display: none;
}

@media (max-width: 992px) {
  .page-ios__action-title {
    display: block;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    font-size: clamp(27px, 3.6vw, 40px);
  }
}

.page-ios__box {
  position: relative;
  z-index: 2;
  padding-top: 3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.page-ios__image,
.page-ios__rules {
  display: inline-block;
}

.page-ios__image {
  margin-bottom: 20px;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.page-ios__image.element-show {
  opacity: 1;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.page-ios__image:hover .page-ios__svg {
  -webkit-mask-size: 200%;
  -webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, 0.6) 30%, #000 50%, rgba(0, 0, 0, 0.6) 70%);
  -webkit-animation: shine 2s infinite;
  animation: shine 2s infinite;
}

@media (max-width: 992px) {
  .page-ios__image {
    margin-bottom: 0;
  }
}

.page-ios__svg {
  max-width: 18vw;
  max-height: 80px;
  width: 20vw;
  min-width: 166px;
}

@media (max-width: 992px) {
  .page-ios__svg {
    min-width: 225px;
    max-width: none;
  }
}

.page-ios__ellipse {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 54vw;
  height: 38vw;
  max-width: 800px;
  max-height: 500px;
  background: -o-radial-gradient(50% 50%, 50% 50%, #FFBB00 0%, rgba(255, 187, 0, 0.5) 46.35%, rgba(255, 187, 0, 0) 100%);
  background: radial-gradient(50% 50% at 50% 50%, #FFBB00 0%, rgba(255, 187, 0, 0.5) 46.35%, rgba(255, 187, 0, 0) 100%);
  background-blend-mode: overlay;
  opacity: 0.2;
}

@media (max-width: 992px) {
  .page-ios__ellipse {
    top: 50%;
    width: 82vw;
    height: 48vw;
  }
}

@media (max-width: 576px) {
  .page-ios__ellipse {
    width: 100%;
    height: 48vw;
  }
}

.page-ios__image-main {
  position: relative;
  z-index: 2;
  width: 24.6vw;
  max-width: 345px;
  max-height: 388px;
  /* opacity: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%); */
}

/* .page-ios__image-main.element-show {
  opacity: 1;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
} */

@media (max-width: 1350px) {
  .page-ios__image-main {
    width: auto;
  }
}

@media (max-width: 992px) {
  .page-ios__image-main {
    margin-top: 20px;
  }
}

.page-ios__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.page-ios__rules {
  padding-bottom: 2px;
  font-size: clamp(16px, 1.4vw, 22px);
  color: white;
  padding-bottom: 2px;
  padding-top: 2px;
  text-decoration: underline;
  text-underline-position: under;
  border: transparent;
  background: transparent;
  cursor: pointer;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.page-ios__rules.element-show {
  opacity: 1;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.page-ios__rules:hover {
  -webkit-mask-size: 200%;
  -webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, 0.6) 30%, #000 50%, rgba(0, 0, 0, 0.6) 70%);
  -webkit-transition: color 0.3s linear, border-color 0.3s linear, outline-color 0.3s linear;
  -o-transition: color 0.3s linear, border-color 0.3s linear, outline-color 0.3s linear;
  transition: color 0.3s linear, border-color 0.3s linear, outline-color 0.3s linear;
  -webkit-animation: shine 2s infinite;
  animation: shine 2s infinite;
}

.page-ios__rules:active {
  border-color: #ffbc00;
}

.page-ios__rules:focus {
  outline-color: #ffbc00;
}

@-webkit-keyframes shine {
  0% {
    -webkit-mask-position: 150%;
  }

  100% {
    -webkit-mask-position: -50%;
  }
}

@keyframes shine {
  0% {
    -webkit-mask-position: 150%;
  }

  100% {
    -webkit-mask-position: -50%;
  }
}

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

@media (max-width: 992px) {
  .navigation__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 8px 0 0px 40px;
    padding-left: 0;
  }
}

.navigation__item:not(:last-child) {
  margin-right: 7px;
}

@media (max-width: 992px) {
  .navigation__item:not(:last-child) {
    margin-right: 0;
  }
}

@media (max-width: 992px) {
  .navigation__item {
    padding: 8px 0;
    margin-right: 0;
  }
}

.navigation__link {
  position: relative;
  color: #fff;
  font-family: 'Arial';
  font-size: clamp(10px, 0.8vw, 12px);
  padding: 4px;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

@media (max-width: 992px) {
  .navigation__link {
    color: #efefef;
    padding: 4px 0 4px 0;
  }
}

.navigation__link::before {
  display: none;
}

.navigation__link::after {
  content: '';
  position: absolute;
  display: block;
  left: auto;
  bottom: -2px;
  width: 0;
  height: 1px;
  background-color: #ffbc00;
  -webkit-transition: width .2s ease-out;
  -o-transition: width .2s ease-out;
  transition: width .2s ease-out;
  right: 0;
}

@media (max-width: 992px) {
  .navigation__link::after {
    background-color: transparent;
    height: 0;
    width: 0;
  }
}

.navigation__link:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}

@media (max-width: 992px) {
  .navigation__link:hover::after {
    display: none;
  }
}

.navigation__link:active {
  border-bottom: 1px solid #ffbc00;
}

.navigation__link:focus {
  color: #cccccc;
}

@media (max-width: 992px) {
  .navigation__link.active {
    padding-left: 30px;
    font-size: 15px;
  }
}

.navigation__link.active::after {
  width: 100%;
  right: auto;
  left: 0;
}

@media (max-width: 992px) {
  .navigation__link.active::after {
    width: 0;
    left: auto;
  }
}

@media (max-width: 992px) {
  .navigation__link.active::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 0;
    display: block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #ffbc00;
  }
}

.backgrounds {
  /* Now the same background, but with brightness filters*/
  /*Now just a opacity animation*/
  /*End! is that simple! */
}

.backgrounds__img {
  position: absolute;
}

@media (max-width: 576px) {
  .backgrounds__img.backgrounds__img--2 {
    height: 100vh;
  }
}

.backgrounds__img--3 {
  z-index: 10;
}

.backgrounds__img--4 {
  -webkit-animation: gray-anim 8s infinite;
  animation: gray-anim 8s infinite;
}

@-webkit-keyframes gray-anim {
  0% {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }

  20% {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
  }

  50% {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }

  100% {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
}

@keyframes gray-anim {
  0% {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }

  20% {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
  }

  50% {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }

  100% {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
}

@media (max-width: 1124px) {
  .backgrounds__img--4 {
    top: 10%;
  }
}

@media (max-width: 992px) {
  .backgrounds__img--4 {
    top: 0;
  }
}

@media (max-width: 768px) {

  .backgrounds__img.backgrounds__img--4,
  .backgrounds__img.backgrounds__img--5 {
    display: none;
  }
}

.backgrounds__img.backgrounds__img--4 {
  left: 10%;
  top: 3vw;
  z-index: 11;
  width: 35vw;
  height: auto;
  max-width: 550px;
  max-height: 550px;
}

@media (max-width: 1124px) {
  .backgrounds__img.backgrounds__img--4 {
    width: 50vw;
    left: 0;
  }
}

@media (max-width: 992px) {
  .backgrounds__img.backgrounds__img--4 {
    width: 45vw;
    height: 45vw;
  }
}

.backgrounds__img.backgrounds__img--5 {
  width: 30vw;
  height: 39vw;
  left: 12%;
  top: 17%;
  z-index: 11;
}

@media (max-width: 1350px) {
  .backgrounds__img.backgrounds__img--5 {
    height: auto;
    width: 40vw;
  }
}

@media (max-width: 1124px) {
  .backgrounds__img.backgrounds__img--5 {
    top: 13%;
    left: 10%;
    height: auto;
    width: 40vw;
  }
}

@media (max-width: 992px) {
  .backgrounds__img.backgrounds__img--5 {
    left: 15%;
    width: 44vw;
    height: 50vw;
    top: 10%;
  }
}

@media (max-width: 576px) {
  .backgrounds__img.backgrounds__img--5 {
    left: -28%;
    min-width: 270px;
  }
}

.backgrounds__img.backgrounds__img--6 {
  width: 255px;
  height: 247px;
  -o-object-fit: contain;
  object-fit: contain;
  left: auto;
  right: 0;
  top: 0;
}

@media (max-width: 576px) {
  .backgrounds__img.backgrounds__img--6 {
    top: 46px;
    width: 200px;
    height: 190px;
  }
}

.backgrounds__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.backgrounds .lightning {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  height: 100vh;
  background-image: url("../images/main-bg/lightning-bg.webp");
  /* Firefox - UPDATE: no longer needed in FF 88+! */
  background-image: -webkit-image-set(url("../images/main-bg/lightning-bg.webp") 1x, url("../images/main-bg/lightning-bg.webp") 1.5x, url("../images/main-bg/lightning-bg.webp") 2x);
  background-image: -webkit-image-set(url("../images/main-bg/lightning-bg.jpg") 1x, url("../images/main-bg/lightning-bg.jpg") 1.5x, url("../images/main-bg/lightning-bg.jpg") 2x);
  background-image: image-set(url("../images/main-bg/lightning-bg.jpg") 1x, url("../images/main-bg/lightning-bg.jpg") 1.5x, url("../images/main-bg/lightning-bg.jpg") 2x);
  /* Safari */
  background-position: center center;
  background-origin: content-box;
  background-size: cover;
  background-attachment: fixed;
  -webkit-filter: brightness(3);
  filter: brightness(3);
  opacity: 0;
  -webkit-transition: opacity 0.3s linear, -webkit-filter 0.3s linear;
  transition: opacity 0.3s linear, -webkit-filter 0.3s linear;
  -o-transition: filter 0.3s linear, opacity 0.3s linear;
  transition: filter 0.3s linear, opacity 0.3s linear;
  transition: filter 0.3s linear, opacity 0.3s linear, -webkit-filter 0.3s linear;
}

.backgrounds .flashit {
  -webkit-animation: flash ease-out 6s infinite;
  animation: flash ease-out 6s infinite;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}

@-webkit-keyframes flash {
  from {
    opacity: 0;
  }

  12% {
    opacity: 0;
  }

  13% {
    opacity: 0.6;
  }

  14% {
    opacity: 0.2;
  }

  16% {
    opacity: 1;
  }

  20% {
    opacity: 0;
  }

  92% {
    opacity: 0;
  }

  to {
    opacity: 0;
  }
}

@keyframes flash {
  from {
    opacity: 0;
  }

  12% {
    opacity: 0;
  }

  13% {
    opacity: 0.6;
  }

  14% {
    opacity: 0.2;
  }

  16% {
    opacity: 1;
  }

  20% {
    opacity: 0;
  }

  92% {
    opacity: 0;
  }

  to {
    opacity: 0;
  }
}

.footer {
  position: relative;
  z-index: 3;
  /* padding-top: 3.7em; */
  padding-top: clamp(30px, 3vw, 60px);
  padding-bottom: clamp(30px, 3vw, 60px);
  background: -webkit-gradient(linear, left top, left bottom, from(#232325), color-stop(184%, #2F2F2F));
  background: -o-linear-gradient(top, #232325 0%, #2F2F2F 184%);
  background: linear-gradient(180deg, #232325 0%, #2F2F2F 184%);
}

@media (max-width: 576px) {
  .footer {
    padding-top: 4vw;
    padding-bottom: 30px;
  }
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.4em;
}

.footer__copy {
  text-align: center;
  margin: 0 auto 1.5em;
  width: 100%;
}

.footer__text {
  font-size: clamp(10px, 1.15vw, 12px);
  color: #9B9B9B;
  line-height: 1.2;
}

.footer__socials {
  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: 100%;
}

@media (max-width: 576px) {
  .footer__socials {
    margin-bottom: 20px;
  }
}

.footer .logo {
  display: block;
  margin-bottom: 20px;
  margin: 0 auto 20px;

  /* margin-right: 80px; */
}

/* @media (max-width: 992px) {
  .footer .logo {
    margin-right: 40px;
  }
} */

/* @media (max-width: 768px) {
  .footer .logo {
    margin: 0 auto 20px;
  }
} */

@media (max-width: 576px) {
  .footer .logo {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin: 0 auto;
    max-width: 100%;
  }
}

.footer .logo__svg {
  display: block;
  width: 270px;
  height: 34px;
}

@media (max-width: 576px) {
  .footer .logo__svg {
    width: 168px;
    height: 30px;
  }
}

.footer .logo__slogan {
  margin-left: 0;
  width: 270px;
  display: none;
}

@media (max-width: 576px) {
  .footer .logo__slogan {
    display: block;
    width: auto;
  }
}

@media (max-width: 576px) {
  .footer .logo__slogan::before {
    width: 133px;
    height: 10px;
  }
}

.footer .logo__text {
  margin-left: auto;
}

@media (max-width: 576px) {
  .footer .logo__text {
    font-size: 10px;
    text-align: right;
  }
}

@media (max-width: 576px) {
  .footer .logo__hand {
    margin-right: 10px;
  }
}

.footer .navigation {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

/* @media (max-width: 768px) {
  .footer .navigation {
  }
} */

@media (max-width: 576px) {
  .footer .navigation {
    max-width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

@media (max-width: 992px) {
  .footer .navigation__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (max-width: 576px) {
  .footer .navigation__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
  }
}

.footer .navigation__link {
  font-size: clamp(12px, 1.4vw, 20px);
  line-height: 1.16;
}

@media (max-width: 576px) {
  .footer .navigation__link {
    font-size: 18px;
  }
}

@media (max-width: 992px) {

  .footer .navigation__link::before,
  .footer .navigation__link::after {
    display: none;
  }
}

@media (max-width: 992px) {
  .footer .navigation__link.active {
    padding-left: 0;
  }
}

.footer .navigation .navigation__item:not(:last-child) {
  margin-right: 64px;
}

@media (max-width: 1350px) {
  .footer .navigation .navigation__item:not(:last-child) {
    margin-right: 2vw;
  }
}

@media (max-width: 576px) {
  .footer .socials {
    max-width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.popup {
  display: none;
  place-items: center;
  background: rgba(0, 0, 0, 0.7);
}

.popup.popup-show {
  display: grid;
  position: fixed;
  z-index: 111;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.popup__close1,
.popup__close {
  position: absolute;
  z-index: 100;
  right: 18px;
  top: 10px;
  height: 10px;
  width: 32px;
  height: 27px;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  cursor: pointer;
}

.popup__close1:hover,
.popup__close:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.popup__close1:hover .popup__close-btn::before,
.popup__close1:hover .popup__close-btn::after,
.popup__close:hover .popup__close-btn::before,
.popup__close:hover .popup__close-btn::after {
  opacity: 0.4;
}

.popup__close-btn {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.popup__close-btn:before,
.popup__close-btn:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 26px;
  width: 3px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.popup__close-btn:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popup__close-btn:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.popup__wrapper {
  position: relative;
  width: 790px;
  padding: 26px 37px 45px;
  background-color: #000;
  -webkit-box-shadow: 0px 0px 23px -2px #FFDB01;
  box-shadow: 0px 0px 23px -2px #FFDB01;
  border-radius: 39.8949px;
  border: 2px solid #ffbc00;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  background-image: url("../images/popup-bg.jpg");
  background-size: cover;
  background-position: center;
}

@media (max-width: 992px) {
  .popup__wrapper {
    width: 75%;
  }
}

@media (max-width: 576px) {
  .popup__wrapper {
    width: 90%;
    padding: 40px 7px 29px;
  }
}

.popup__image {
  width: 70%;
  height: auto;
  margin: 0 auto;
}

@media (max-width: 576px) {
  .popup__image {
    margin-bottom: 1em;
  }
}

.popup__img {
  max-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.popup__number {
  position: relative;
  z-index: 13;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 15px 10px 0;
  max-width: 53%;
  counter-increment: my-awesome-counter;
}

@media (max-width: 992px) {
  .popup__number {
    max-width: 70%;
  }
}

@media (max-width: 576px) {
  .popup__number {
    max-width: 90%;
  }
}

.popup__number:not(:first-child) .popup__text {
  margin-left: 10px;
}

@media (max-width: 576px) {
  .popup__number:not(:first-child) .popup__text {
    margin-left: 0;
  }
}

@media (max-width: 576px) {
  .popup__number:first-child {
    margin: 0 auto;
  }
}

.popup__number:nth-child(2) {
  margin-left: 7%;
}

@media (max-width: 576px) {
  .popup__number:nth-child(2) {
    margin: 0 auto;
  }
}

.popup__number:nth-child(3) {
  margin-left: 14%;
}

@media (max-width: 576px) {
  .popup__number:nth-child(3) {
    margin: 0 auto;
  }
}

.popup__number:nth-child(4) {
  margin-left: 21%;
}

@media (max-width: 576px) {
  .popup__number:nth-child(4) {
    margin: 0 auto;
  }
}

.popup__number:nth-child(5) {
  margin-left: 28%;
}

@media (max-width: 576px) {
  .popup__number:nth-child(5) {
    margin: 0 auto;
  }
}

.popup__number::before {
  font-family: 'Nunito';
  content: counter(my-awesome-counter);
  font-size: clamp(44px, 4.7vw, 80px);
  color: #fff;
}

@media (max-width: 1124px) {
  .popup__number::before {
    font-size: clamp(24px, 5vw, 52px);
  }
}

@media (max-width: 992px) {
  .popup__number::before {
    font-size: clamp(42px, 8vw, 60px);
  }
}

@media (max-width: 576px) {
  .popup__number::before {
    margin-right: 0.4em;
  }
}

@media (max-width: 576px) {
  .popup__text {
    font-size: clamp(10px, 3vw, 16px);
  }
}

.popup__text span {
  color: #f7e335;
}

.popup__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px 0;
}

.popup__btn {
  padding: 0.8em 1em;
  font-size: clamp(10px, 1.6vw, 18px);
  border-radius: 1.2em;
  color: #000;
  text-transform: uppercase;
  border: 1px solid transparent;
  background: -o-linear-gradient(359.4deg, #FFBC00 19.97%, #FFE400 90.72%), -o-linear-gradient(left, #0354FF -0.35%, #1795F9 99.55%);
  background: linear-gradient(90.6deg, #FFBC00 19.97%, #FFE400 90.72%), linear-gradient(90deg, #0354FF -0.35%, #1795F9 99.55%);
  -webkit-box-shadow: -6.39871px 8.31833px 26.2347px -12.7974px #FFBD01, 0px 6.78782px 4.52522px rgba(0, 0, 0, 0.6);
  box-shadow: -6.39871px 8.31833px 26.2347px -12.7974px #FFBD01, 0px 6.78782px 4.52522px rgba(0, 0, 0, 0.6);
  background-size: 1px 200px;
  -webkit-transition: background 0.3s linear, color 0.3s linear;
  -o-transition: background 0.3s linear, color 0.3s linear;
  transition: background 0.3s linear, color 0.3s linear;
}

.popup__btn:hover {
  background-position: 100px;
  color: #404040;
}

.popup__name,
.popup__date {
  text-align: center;
}

.popup__name {
  font-size: clamp(16px, 2.5vw, 39px);
  line-height: 1.08;
  background: -o-linear-gradient(359.4deg, #FFBC00 19.97%, #FFE400 90.72%), -o-linear-gradient(bottom, #FFFFFF, #FFFFFF);
  background: linear-gradient(90.6deg, #FFBC00 19.97%, #FFE400 90.72%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.popup__date {
  display: none;
  margin-bottom: 16px;
  font-style: normal;
  color: #e5e5e5;
  font-size: clamp(14px, 1.6vw, 24px);
  line-height: 1.26;
}

.popup__frame {
  border: 1px solid #FFFFFF;
  border-radius: 16px;
  padding: 13px 26px 15px 19px;
}

@media (max-width: 576px) {
  .popup__frame {
    padding: 7px 12px 20px 7px;
  }
}

/* ==========start popup STEPS============ */
.popup.show {
  opacity: 1;
}

#popup-steps.show .popup__wrapper {
  width: 100%;
  transform: translate(0, -20px);
}

#popup-steps.show .popup__block {
  position: relative;
  border: none;
}

#popup-steps .popup__block>.popup__close {
  opacity: 1;
}

#popup-steps .popup__block>.popup__close:hover {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

@media (max-width: 576px) {
  #popup-steps.show .popup__block {
    width: 100%;
    transform: translate(0);
    margin: 0 auto;
  }
}

@media (min-width: 767px) {
  #popup-steps.show .popup__block {
    padding: 0;
    border-radius: 40px
  }
}

/* #popup-steps.popup__block {
      max-width: 100%;
      padding: 0;
      border-radius: 40px;
    } */
/* ==========end popup STEPS============ */




.langCheck {
  min-width: 62px;
  top: 0px;
}

@media (min-width: 767px) {
  .langCheck {
    min-width: 100px;
  }
}

@media (min-width: 993px) {
  .langCheck {
    display: block;
    position: relative;
    z-index: 10;
    right: 10px;
  }
}

.langCheck__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  background-color: transparent;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 111;
}

.langCheck__wrapper::after {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 26px;
  background-color: transparent;
  z-index: 1;
}

@media (min-width: 767px) {
  .langCheck__wrapper::after {
    width: 27px;
  }
}

.langCheck__wrapper:hover {
  padding-bottom: 5px;
  -webkit-animation-name: bgShow;
  animation-name: bgShow;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes bgShow {
  0% {
    background-color: transparent;
  }

  100% {
    background-color: #b4b4b4;
  }
}

@keyframes bgShow {
  0% {
    background-color: transparent;
  }

  100% {
    background-color: #b4b4b4;
  }
}

.langCheck__wrapper:hover::after {
  -webkit-animation-name: bgShow2;
  animation-name: bgShow2;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes bgShow2 {
  0% {
    background-color: transparent;
  }

  100% {
    background-color: #c8c8c8;
  }
}

@keyframes bgShow2 {
  0% {
    background-color: transparent;
  }

  100% {
    background-color: #c8c8c8;
  }
}

.langCheck__wrapper:hover .langCheck__item.selected {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  opacity: 1;
}

.langCheck__wrapper:hover .langCheck__item:not(.selected) {
  position: relative;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-animation-name: showItem;
  animation-name: showItem;
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  z-index: 1;
  padding: 3px 0;
  color: #000000;
}

@media (min-width: 767px) {
  .langCheck__wrapper:hover .langCheck__item:not(.selected) {
    -webkit-animation-name: showItemDesc;
    animation-name: showItemDesc;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
}

.langCheck__wrapper:hover .langCheck__item:not(.selected):hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  background-color: #c8c8c8;
}

@-webkit-keyframes showItem {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    font-weight: 700;
    text-shadow: 1px 1px 1px #000;
  }
}

@keyframes showItem {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    font-weight: 700;
    text-shadow: 1px 1px 1px #000;
  }
}

@-webkit-keyframes showItemDesc {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 0;
  }

  100% {
    opacity: .5;
  }
}

@keyframes showItemDesc {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 0;
  }

  100% {
    opacity: .5;
  }
}

.langCheck__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
  opacity: 0.5;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.langCheck__item:hover {
  opacity: 1 !important;
}

.langCheck__item .icon {
  width: 19px;
  height: 18px;
  margin: 3px 6px 3px 6px;
  border-radius: 50%;
  border: 1px solid #fff;
}

@media (min-width: 767px) {
  .langCheck__item .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.langCheck__item .langContext {
  font-style: normal;
  font-family: 'Arial', serif;
  font-size: 10px;
  text-transform: uppercase;
  margin: 5px 7px;
  text-shadow: 1px 1px 1px #000;
  font-weight: 400;
}

@media (min-width: 767px) {
  .langCheck__item .langContext {
    margin: 5px 0;
  }
}

.langCheck__item .langContext font {
  font-style: normal;
  font-family: 'Arial', serif;
}

.langCheck__item input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  opacity: 0;
}

.langCheck__item.selected {
  height: 27px;
  background-color: #373737;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.langCheck__item.selected .icon {
  width: 18px;
  height: 18px;
  margin-left: 11px;
}

.langCheck__item.selected .langContext {
  font-size: 11px;
  margin: 5px;
}

@media (min-width: 767px) {
  .langCheck__item.selected .langContext {
    font-size: 12px;
    margin: 5px 0;
  }
}

.langCheck__item.selected .arrow {
  width: 25px;
  height: 100%;
  background-color: #ffbc00;
  margin-left: auto;
  position: relative;
}

@media (min-width: 767px) {
  .langCheck__item.selected .arrow {
    width: 27px;
    margin-left: auto;
  }
}

.langCheck__item.selected .arrow::before,
.langCheck__item.selected .arrow::after {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #373737;
  height: 2px;
  width: 7px;
  border-radius: 50px;
  position: absolute;
  top: 50%;
}

@media (min-width: 767px) {

  .langCheck__item.selected .arrow::before,
  .langCheck__item.selected .arrow::after {
    width: 9px;
  }
}

.langCheck__item.selected .arrow::before {
  left: 28%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (min-width: 767px) {
  .langCheck__item.selected .arrow::before {
    left: 24%;
  }
}

.langCheck__item.selected .arrow::after {
  right: 28%;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media (min-width: 767px) {
  .langCheck__item.selected .arrow::after {
    right: 24%;
  }
}

.langCheck__item.active {
  display: none;
}

.langCheck__item:not(.selected) {
  position: absolute;
  top: 0;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  opacity: 0;
}


/*
Icon classes can be used entirely standalone. They are named after their original file names.

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTMLд
<i class="icon icon-home"></i>
*/
.icon-pt {
  background-image: url("../images/spriteMobile.png");
  background-position: -4px -39px;
}

@media (min-width: 576px) {
  .icon-pt {
    background-image: url("../images/sprite.png");
    background-position: 0px -36px;
  }
}

.icon-ru {
  background-image: url("../images/spriteMobile.png");
  background-position: -58px -3px;
}

@media (min-width: 576px) {
  .icon-ru {
    background-image: url("../images/sprite.png");
    background-position: -54px -0px;
  }
}

.icon-br {
  background-image: url("../images/spriteMobile.png");
  background-position: -24px -44px;
}

@media (min-width: 576px) {
  .icon-br {
    background-image: url("../images/sprite.png");
    background-position: -18px 0px;
  }
}

.icon-en {
  background-image: url("../images/spriteMobile.png");
  background-position: -40px -3px;
}

@media (min-width: 576px) {
  .icon-en {
    background-image: url("../images/sprite.png");
    background-position: -36px 55px;
  }
}

.icon-fi {
  background-image: url("../images/spriteMobile.png");
  background-position: -21px -3px;
}

@media (min-width: 576px) {
  .icon-fi {
    background-image: url("../images/sprite.png");
    background-position: -18px -54px;
  }
}

.icon-de {
  background-image: url("../images/spriteMobile.png");
  background-position: -3px -21px;
}

@media (min-width: 576px) {
  .icon-de {
    background-image: url("../images/sprite.png");
    background-position: 0px 36px;
  }
}

.icon-el {
  background-image: url("../images/spriteMobile.png");
  background-position: -22px -21px;
}

@media (min-width: 576px) {
  .icon-el {
    background-image: url("../images/sprite.png");
    background-position: -18px -18px;
  }
}

.icon-fr {
  background-image: url("../images/spriteMobile.png");
  background-position: -3px -3px;
}

@media (min-width: 576px) {
  .icon-fr {
    background-image: url("../images/sprite.png");
    background-position: 0px 0px;
  }
}

.icon-es {
  background-image: url("../images/spriteMobile.png");
  background-position: -58px -40px;
}

@media (min-width: 576px) {
  .icon-es {
    background-image: url("../images/sprite.png");
    background-position: -54px -36px;
  }
}

.icon-tr {
  background-image: url("../images/spriteMobile.png");
  background-position: -40px -40px;
}

@media (min-width: 576px) {
  .icon-tr {
    background-image: url("../images/sprite.png");
    background-position: -36px -36px;
  }
}

.icon-no {
  background-image: url("../images/spriteMobile.png");
  background-position: -44px -24px;
}

@media (min-width: 576px) {
  .icon-no {
    background-image: url("../images/sprite.png");
    background-position: -36px 36px;
  }
}

.icon-br {
  background-image: url("../images/spriteMobile.png");
  background-position: -22px -40px;
}

@media (min-width: 576px) {
  .icon-br {
    background-image: url("../images/sprite.png");
    background-position: 55px 18px;
  }
}

.registration__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1124px) {
  .registration__items {
    max-width: unset;
    width: auto;
  }
}

.registration__item:not(:first-child) {
  margin-left: 1.5em;
}

@media (max-width: 576px) {
  .registration__item:not(:first-child) {
    margin-left: 10px;
  }
}

.registration__btn {
  position: relative;
  display: inline-block;
  font-size: clamp(10px, 0.83vw, 12px);
  color: #fff;
  text-transform: uppercase;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.6em;
  -webkit-transition: background 0.3s linear, border-color 0.3s linear;
  -o-transition: background 0.3s linear, border-color 0.3s linear;
  transition: background 0.3s linear, border-color 0.3s linear;
  cursor: pointer;
  overflow: hidden;
}

.registration__btn::before {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  z-index: -1;
}

@media (max-width: 576px) {
  .registration__btn {
    font-size: clamp(8px, 2vw, 11px);
  }
}

.registration__btn:focus {
  color: #000;
}

.registration__btn:active {
  color: #cccccc;
}

.registration__btn:hover::before {
  opacity: 0;
}

.registration__new-user {
  position: relative;
  padding: 0.8em 2.1em;
}

.registration__new-user::before {
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(20%, transparent), color-stop(20.35%, #0354ff), color-stop(99.55%, #1795f9)) top right/500% 500%;
  background: -o-linear-gradient(left, transparent 0%, transparent 20%, #0354ff 20.35%, #1795f9 99.55%) top right/500% 500%;
  background: linear-gradient(90deg, transparent 0%, transparent 20%, #0354ff 20.35%, #1795f9 99.55%) top right/500% 500%;
}

.registration__new-user:hover {
  border: 1px solid #0354ff;
}

@media (max-width: 576px) {
  .registration__new-user {
    padding: 6px 10px;
  }
}

.registration__old-user {
  padding: 0.8em 1.3em;
}

.registration__old-user::before {
  background: -webkit-gradient(linear, left top, right top, color-stop(12.25%, #f40f3e), color-stop(138%, #ffa09f));
  background: -o-linear-gradient(left, #f40f3e 12.25%, #ffa09f 138%);
  background: linear-gradient(90deg, #f40f3e 12.25%, #ffa09f 138%);
}

.registration__old-user:hover {
  border: 1px solid #f40f3e;
}

@media (max-width: 576px) {
  .registration__old-user {
    padding: 6px 10px;
  }
}



/*!*****************************************************

Freak Flags, Copyright ©2021 Michael P. Cohen. Freak flags is licenced under the MIT licence.  

For complete information visit: www.freakflagsprite.com 

******************************************************/

.fflag {
  background-image: url("./../img/icons/flagSprite.png");
  background-repeat: no-repeat;
  background-size: 100% 49494%;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  box-sizing: content-box;
}

.fflag-ch,
.fflag-np {
  box-shadow: none !important
}

.fflag-dz {
  background-position: center 0.2287%;
}

.fflag-ao {
  background-position: center 0.4524%;
}

.fflag-bj {
  background-position: center 0.6721%;
}

.fflag-bw {
  background-position: center 0.8958%;
}

.fflag-bf {
  background-position: center 1.1162%;
}

.fflag-bi {
  background-position: center 1.3379%;
}

.fflag-cm {
  background-position: center 1.5589%;
}

.fflag-cv {
  background-position: center 1.7805%;
}

.fflag-cf {
  background-position: center 2.0047%;
}

.fflag-td {
  background-position: center 2.2247%;
}

.fflag-cd {
  background-position: left 2.4467%;
}

.fflag-dj {
  background-position: left 2.6674%;
}

.fflag-eg {
  background-position: center 2.8931%;
}

.fflag-gq {
  background-position: center 3.1125%;
}

.fflag-er {
  background-position: left 3.3325%;
}

.fflag-et {
  background-position: center 3.5542%;
}

.fflag-ga {
  background-position: center 3.7759%;
}

.fflag-gm {
  background-position: center 4.0015%;
}

.fflag-gh {
  background-position: center 4.2229%;
}

.fflag-gn {
  background-position: center 4.441%;
}

.fflag-gw {
  background-position: left 4.66663%;
}

.fflag-ci {
  background-position: center 4.8844%;
}

.fflag-ke {
  background-position: center 5.1061%;
}

.fflag-ls {
  background-position: center 5.3298%;
}

.fflag-lr {
  background-position: left 5.5495%;
}

.fflag-ly {
  background-position: center 5.7712%;
}

.fflag-mg {
  background-position: center 5.994%;
}

.fflag-mw {
  background-position: center 6.2156%;
}

.fflag-ml {
  background-position: center 6.4363%;
}

.fflag-mr {
  background-position: center 6.658%;
}

.fflag-mu {
  background-position: center 6.8805%;
}

.fflag-yt {
  background-position: center 7.1038%;
}

.fflag-ma {
  background-position: center 7.3231%;
}

.fflag-mz {
  background-position: left 7.5448%;
}

.fflag-na {
  background-position: left 7.7661%;
}

.fflag-ne {
  background-position: center 7.98937%;
}

.fflag-ng {
  background-position: center 8.2099%;
}

.fflag-cg {
  background-position: center 8.4316%;
}

.fflag-re {
  background-position: center 8.6533%;
}

.fflag-rw {
  background-position: right 8.875%;
}

.fflag-sh {
  background-position: center 9.0967%;
}

.fflag-st {
  background-position: center 9.32237%;
}

.fflag-sn {
  background-position: center 9.5426%;
}

.fflag-sc {
  background-position: left 9.7628%;
}

.fflag-sl {
  background-position: center 9.9845%;
}

.fflag-so {
  background-position: center 10.2052%;
}

.fflag-za {
  background-position: left 10.4269%;
}

.fflag-ss {
  background-position: left 10.6486%;
}

.fflag-sd {
  background-position: center 10.8703%;
}

.fflag-sr {
  background-position: center 11.0945%;
}

.fflag-sz {
  background-position: center 11.3135%;
}

.fflag-tg {
  background-position: left 11.5354%;
}

.fflag-tn {
  background-position: center 11.7593%;
}

.fflag-ug {
  background-position: center 11.9799%;
}

.fflag-tz {
  background-position: center 12.2005%;
}

.fflag-eh {
  background-position: center 12.4222%;
}

.fflag-ye {
  background-position: center 12.644%;
}

.fflag-zm {
  background-position: center 12.8664%;
}

.fflag-zw {
  background-position: left 13.0873%;
}

.fflag-ai {
  background-position: center 13.309%;
}

.fflag-ag {
  background-position: center 13.5307%;
}

.fflag-ar {
  background-position: center 13.7524%;
}

.fflag-aw {
  background-position: left 13.9741%;
}

.fflag-bs {
  background-position: left 14.1958%;
}

.fflag-bb {
  background-position: center 14.4175%;
}

.fflag-bq {
  background-position: center 14.6415%;
}

.fflag-bz {
  background-position: center 14.8609%;
}

.fflag-bm {
  background-position: center 15.0826%;
}

.fflag-bo {
  background-position: center 15.306%;
}

.fflag-vg {
  background-position: center 15.528%;
}

.fflag-br {
  background-position: center 15.7496%;
}

.fflag-ca {
  background-position: center 15.9694%;
}

.fflag-ky {
  background-position: center 16.1911%;
}

.fflag-cl {
  background-position: left 16.4128%;
}

.fflag-co {
  background-position: left 16.6345%;
}

.fflag-km {
  background-position: center 16.8562%;
}

.fflag-cr {
  background-position: center 17.0779%;
}

.fflag-cu {
  background-position: left 17.2996%;
}

.fflag-cw {
  background-position: center 17.5213%;
}

.fflag-dm {
  background-position: center 17.743%;
}

.fflag-do {
  background-position: center 17.968%;
}

.fflag-ec {
  background-position: center 18.1864%;
}

.fflag-sv {
  background-position: center 18.4081%;
}

.fflag-fk {
  background-position: center 18.6298%;
}

.fflag-gf {
  background-position: center 18.8515%;
}

.fflag-gl {
  background-position: left 19.0732%;
}

.fflag-gd {
  background-position: center 19.2987%;
}

.fflag-gp {
  background-position: center 19.518%;
}

.fflag-gt {
  background-position: center 19.7383%;
}

.fflag-gy {
  background-position: center 19.96%;
}

.fflag-ht {
  background-position: center 20.1817%;
}

.fflag-hn {
  background-position: center 20.4034%;
}

.fflag-jm {
  background-position: center 20.6241%;
}

.fflag-mq {
  background-position: center 20.8468%;
}

.fflag-mx {
  background-position: center 21.0685%;
}

.fflag-ms {
  background-position: center 21.2902%;
}

.fflag-ni {
  background-position: center 21.5119%;
}

.fflag-pa {
  background-position: center 21.7336%;
}

.fflag-py {
  background-position: center 21.9553%;
}

.fflag-pe {
  background-position: center 22.177%;
}

.fflag-pr {
  background-position: left 22.4002%;
}

.fflag-bl {
  background-position: center 22.6204%;
}

.fflag-kn {
  background-position: center 22.8421%;
}

.fflag-lc {
  background-position: center 23.0638%;
}

.fflag-pm {
  background-position: center 23.2855%;
}

.fflag-vc {
  background-position: center 23.5072%;
}

.fflag-sx {
  background-position: left 23.732%;
}

.fflag-tt {
  background-position: center 23.9506%;
}

.fflag-tc {
  background-position: center 24.1723%;
}

.fflag-en {
  background-position: center 24.394%;
}

.fflag-vi {
  background-position: center 24.6157%;
}

.fflag-uy {
  background-position: left 24.8374%;
}

.fflag-ve {
  background-position: center 25.0591%;
}

.fflag-ab {
  background-position: center 25.279%;
}

.fflag-af {
  background-position: center 25.5025%;
}

.fflag-az {
  background-position: center 25.7242%;
}

.fflag-bd {
  background-position: center 25.9459%;
}

.fflag-bt {
  background-position: center 26.1676%;
}

.fflag-bn {
  background-position: center 26.3885%;
}

.fflag-kh {
  background-position: center 26.611%;
}

.fflag-cn {
  background-position: left 26.8327%;
}

.fflag-ge {
  background-position: center 27.0544%;
}

.fflag-hk {
  background-position: center 27.2761%;
}

.fflag-in {
  background-position: center 27.4978%;
}

.fflag-id {
  background-position: center 27.7195%;
}

.fflag-jp {
  background-position: center 27.9412%;
}

.fflag-kz {
  background-position: center 28.1615%;
}

.fflag-la {
  background-position: center 28.3846%;
}

.fflag-mo {
  background-position: center 28.6063%;
}

.fflag-my {
  background-position: center 28.829%;
}

.fflag-mv {
  background-position: center 29.0497%;
}

.fflag-mn {
  background-position: left 29.2714%;
}

.fflag-mm {
  background-position: center 29.4931%;
}

.fflag-np {
  background-position: left 29.7148%;
}

.fflag-kp {
  background-position: left 29.9365%;
}

.fflag-mp {
  background-position: center 30.1582%;
}

.fflag-pw {
  background-position: center 30.3799%;
}

.fflag-pg {
  background-position: center 30.6016%;
}

.fflag-ph {
  background-position: left 30.8233%;
}

.fflag-sg {
  background-position: left 31.045%;
}

.fflag-kr {
  background-position: center 31.2667%;
}

.fflag-lk {
  background-position: right 31.4884%;
}

.fflag-tw {
  background-position: left 31.7101%;
}

.fflag-tj {
  background-position: center 31.9318%;
}

.fflag-th {
  background-position: center 32.1535%;
}

.fflag-tl {
  background-position: left 32.3752%;
}

.fflag-tm {
  background-position: center 32.5969%;
}

.fflag-vn {
  background-position: center 32.8186%;
}

.fflag-al {
  background-position: center 33.0403%;
}

.fflag-ad {
  background-position: center 33.25975%;
}

.fflag-am {
  background-position: center 33.4837%;
}

.fflag-at {
  background-position: center 33.7054%;
}

.fflag-by {
  background-position: left 33.9271%;
}

.fflag-be {
  background-position: center 34.1488%;
}

.fflag-ba {
  background-position: center 34.3705%;
}

.fflag-bg {
  background-position: center 34.5922%;
}

.fflag-hr {
  background-position: center 34.8139%;
}

.fflag-cy {
  background-position: center 35.0356%;
}

.fflag-cz {
  background-position: left 35.2555%;
}

.fflag-dk {
  background-position: center 35.479%;
}

.fflag-ee {
  background-position: center 35.7007%;
}

.fflag-fo {
  background-position: center 35.9224%;
}

.fflag-fi {
  background-position: center 36.1441%;
}

.fflag-fr {
  background-position: center 36.3658%;
}

.fflag-de {
  background-position: center 36.5875%;
}

.fflag-gi {
  background-position: center 36.8092%;
}

.fflag-el {
  background-position: left 37.0309%;
}

.fflag-hu {
  background-position: center 37.2526%;
}

.fflag-is {
  background-position: center 37.4743%;
}

.fflag-ie {
  background-position: center 37.696%;
}

.fflag-im {
  background-position: center 37.9177%;
}

.fflag-it {
  background-position: center 38.1394%;
}

.fflag-je {
  background-position: center 38.3611%;
}

.fflag-xk {
  background-position: center 38.5828%;
}

.fflag-lv {
  background-position: center 38.8045%;
}

.fflag-li {
  background-position: left 39.0262%;
}

.fflag-lt {
  background-position: center 39.2479%;
}

.fflag-lu {
  background-position: center 39.4696%;
}

.fflag-mt {
  background-position: left 39.6913%;
}

.fflag-md {
  background-position: center 39.913%;
}

.fflag-mc {
  background-position: center 40.1347%;
}

.fflag-me {
  background-position: center 40.3564%;
}

.fflag-nl {
  background-position: center 40.5781%;
}

.fflag-mk {
  background-position: center 40.7998%;
}

.fflag-no {
  background-position: center 41.0215%;
}

.fflag-pl {
  background-position: center 41.2432%;
}

.fflag-pt {
  background-position: center 41.4649%;
}

.fflag-ro {
  background-position: center 41.6866%;
}

.fflag-ru {
  background-position: center 41.9083%;
}

.fflag-sm {
  background-position: center 42.13%;
}

.fflag-rs {
  background-position: center 42.3517%;
}

.fflag-sk {
  background-position: center 42.5734%;
}

.fflag-si {
  background-position: center 42.7951%;
}

.fflag-es {
  background-position: left 43.0168%;
}

.fflag-se {
  background-position: center 43.2385%;
}

.fflag-ch {
  background-position: center 43.4602%;
}

.fflag-tr {
  background-position: center 43.6819%;
}

.fflag-ua {
  background-position: center 43.9036%;
}

.fflag-gb {
  background-position: center 44.1253%;
}

.fflag-va {
  background-position: right 44.347%;
}

.fflag-bh {
  background-position: center 44.5687%;
}

.fflag-ir {
  background-position: center 44.7904%;
}

.fflag-iq {
  background-position: center 45.0121%;
}

.fflag-il {
  background-position: center 45.2338%;
}

.fflag-kw {
  background-position: left 45.4555%;
}

.fflag-jo {
  background-position: left 45.6772%;
}

.fflag-kg {
  background-position: center 45.897%;
}

.fflag-lb {
  background-position: center 46.1206%;
}

.fflag-om {
  background-position: left 46.3423%;
}

.fflag-pk {
  background-position: center 46.561%;
}

.fflag-ps {
  background-position: center 46.7857%;
}

.fflag-qa {
  background-position: center 47.0074%;
}

.fflag-sa {
  background-position: center 47.2291%;
}

.fflag-sy {
  background-position: center 47.4508%;
}

.fflag-ae {
  background-position: center 47.6725%;
}

.fflag-uz {
  background-position: left 47.8942%;
}

.fflag-as {
  background-position: right 48.1159%;
}

.fflag-au {
  background-position: center 48.3376%;
}

.fflag-cx {
  background-position: center 48.5593%;
}

.fflag-cc {
  background-position: center 48.781%;
}

.fflag-ck {
  background-position: center 49.002%;
}

.fflag-fj {
  background-position: center 49.2244%;
}

.fflag-pf {
  background-position: center 49.4445%;
}

.fflag-gu {
  background-position: center 49.6678%;
}

.fflag-ki {
  background-position: center 49.8895%;
}

.fflag-mh {
  background-position: left 50.1112%;
}

.fflag-fm {
  background-position: center 50.3329%;
}

.fflag-nc {
  background-position: center 50.5546%;
}

.fflag-nz {
  background-position: center 50.7763%;
}

.fflag-nr {
  background-position: left 50.998%;
}

.fflag-nu {
  background-position: center 51.2197%;
}

.fflag-nf {
  background-position: center 51.4414%;
}

.fflag-ws {
  background-position: left 51.6631%;
}

.fflag-sb {
  background-position: left 51.8848%;
}

.fflag-tk {
  background-position: center 52.1065%;
}

.fflag-to {
  background-position: left 52.3282%;
}

.fflag-tv {
  background-position: center 52.5499%;
}

.fflag-vu {
  background-position: left 52.7716%;
}

.fflag-wf {
  background-position: center 52.9933%;
}

.fflag-eu {
  background-position: center 53.215%;
}

.fflag-jr {
  background-position: center 53.4315%;
}

.fflag-oly {
  background-position: center 53.6584%;
}

.fflag-un {
  background-position: center 53.875%;
}

.fflag-td.ff-round,
.fflag-gn.ff-round,
.fflag-ci.ff-round,
.fflag-ml.ff-round,
.fflag-ng.ff-round,
.fflag-be.ff-round,
.fflag-fr.ff-round,
.fflag-ie.ff-round,
.fflag-it.ff-round,
.fflag-ro.ff-round {
  background-size: 100% 50000%;
}

.fflag.ff-sm {
  width: 18px;
  height: 11px
}

.fflag.ff-md {
  width: 27px;
  height: 17px
}

.fflag.ff-lg {
  width: 42px;
  height: 27px
}

.fflag.ff-xl {
  width: 60px;
  height: 37px
}

/* ff-round = circular icons */
.ff-round {
  background-size: 160%;
  background-clip: content-box;
  border-radius: 50%;
}

.ff-round.ff-sm {
  width: 12px;
  height: 12px
}

.ff-round.ff-md {
  width: 18px;
  height: 18px
}

.ff-round.ff-lg {
  width: 24px;
  height: 24px
}

.ff-round.ff-xl {
  width: 32px;
  height: 32px
}

.btn-block__wrapper {
  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;
  font-weight: 800;
  font-size: 28px;
  /* line-height: 200%; */
  line-height: 150%;

  opacity: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.btn-block__wrapper.element-show {
  opacity: 1;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.btn-block__wrapper .btn-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 15px;
  background-color: #fff;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 16px;
  text-transform: uppercase;
  flex-wrap: wrap;
  gap: 5px;
}

.success {
  position: absolute;
  top: 100%;
  font-size: 12px;
  line-height: 1;
  color: green;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
}

.btn-block__wrapper .btn-block #promoCode {
  font-weight: 800;
  font-size: 40px;
  font-size: calc(16px + 15 * ((100vw - 320px) / 1600));
  color: #000;
  line-height: 100%;
  text-transform: none;
}

.btnLink,
.btn-block__wrapper .btn-block #copyPromoCode {
  border: none;
  background: -o-linear-gradient(top, #FFE300 0%, #FFBB04 100%), -o-linear-gradient(181.43deg, #DFDFDF 0%, #FFFFFF 100%);
  background: linear-gradient(180deg, #FFE300 0%, #FFBB04 100%), linear-gradient(268.57deg, #DFDFDF 0%, #FFFFFF 100%);
  border-radius: 15px;
  padding: 2% 6%;
  line-height: 100%;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 700;
  color: #000;
  font-size: calc(13px + 12 * ((100vw - 320px) / 1600));
  position: relative;
  transition: box-shadow .3s linear;
}

.btnLink,
.btn-block__wrapper .btn-block #copyPromoCode:hover {
  box-shadow: inset 0px 0px 5px black;
}

.btnLink::before,
.btn-block__wrapper .btn-block #copyPromoCode::before {
  content: '';
  display: flex;
  position: absolute;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  left: 3px;
  top: 3px;
  border-radius: 15px;
  background-color: #fff;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  opacity: 0;
}

.btnLink span,
.btn-block__wrapper .btn-block #copyPromoCode span {
  color: #000;
  display: flex;
  position: relative;
  width: max-content;
  z-index: 3;
}