@charset "UTF-8";
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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;
}

.top h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.title span {
  text-transform: none !important;
}

.button {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.button,
.cu .button,
.bu .button {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.cu h2,
.bu h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

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

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

a {
  text-decoration: none;
  cursor: pointer;
}

html,
body {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  line-height: 120%;
  color: #fff;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #313131;
}

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%;
}

.main {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding-top: 50px;
}

@media (min-width: 768px) {
  .main {
    padding-top: 80px;
  }
}

.main .promo {
  color: rgba(0, 0, 0, 0.82);
  padding: 20px 0;
  font-size: 12px;
}

@media (min-width: 576px) {
  .main > .container {
    display: none;
  }
}

.title {
  font-size: calc(25px + 37 * ((100vw - 320px) / 1600));
  line-height: 1.1;
  /* 27.375px */
}

.title + svg {
  margin-bottom: 20px;
  fill: #f40f3e;
  stroke: #f40f3e;
  width: 100%;
}

@media (min-width: 768px) {
  .title + svg {
    margin-bottom: 50px;
  }
}

@media (min-width: 1200px) {
  .title + svg {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .title {
    font-size: 40px;
  }
}

@media (min-width: 1440px) {
  .title {
    font-size: 50px;
  }
}

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-gradient {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(-73.86%, #fff900),
    color-stop(38.81%, #ffd400)
  );
  background: linear-gradient(180deg, #fff900 -73.86%, #ffd400 38.81%);
}

.blue-gradient {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(-73.86%, #1795f9),
    color-stop(38.81%, #0354ff)
  );
  background: linear-gradient(180deg, #1795f9 -73.86%, #0354ff 38.81%);
}

.red-gradient {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(-73.86%, #f95a71),
    color-stop(38.81%, #f40f3e)
  );
  background: linear-gradient(180deg, #f95a71 -73.86%, #f40f3e 38.81%);
}

.gradient-text {
  display: inline-block;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.button {
  display: block;
  text-align: center;
  padding: 12px 28px;
  max-width: 260px;
  width: 100%;
  margin: 0 auto;
  line-height: 50px;
  font-size: 16px;
  letter-spacing: -0.4px;
  border: none;
  border-radius: 6px;
  background-color: #ffbb00;
  color: #000;
  -webkit-transition: background-color 0.3s linear, color 0.3s linear,
    -webkit-box-shadow 0.3s linear;
  transition: background-color 0.3s linear, color 0.3s linear,
    -webkit-box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear, background-color 0.3s linear,
    color 0.3s linear;
  transition: box-shadow 0.3s linear, background-color 0.3s linear,
    color 0.3s linear, -webkit-box-shadow 0.3s linear;
  position: relative;
  overflow-x: hidden;
}

.btn-7 {
  background: #ffbb00;
  line-height: 50px;
  padding: 0;
  border: none;
}

@media (min-width: 1440px) {
  .btn-7 {
    font-size: 20px;
  }
}

.btn-7::after,
.btn-7::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: #ffbb00;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.btn-7::before {
  height: 0%;
  width: 2px;
}

.btn-7::after {
  width: 0%;
  height: 2px;
}

.btn-7:hover {
  color: #ffbb00;
  background: transparent;
}

.btn-7:hover::before {
  height: 100%;
}

.btn-7:hover::after {
  width: 100%;
}

.btn-7:hover span::before {
  height: 100%;
}

.btn-7:hover span::after {
  width: 100%;
}

.btn-7 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.btn-7 span::before,
.btn-7 span::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: #ffbb00;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.btn-7 span::before {
  width: 2px;
  height: 0%;
}

.btn-7 span::after {
  height: 2px;
  width: 0%;
}

.custom-btn {
  background: transparent;
  cursor: pointer;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  position: relative;
  outline: none;
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  src: url("../fonts/mc/Montserrat-Regular.ttf") format("truetype"),
    url("../fonts/mc/Montserrat-Regular.otf") format("opentype"),
    url("../fonts/mc/Montserrat-Regular.woff2") format("woff2"),
    url("../fonts/mc/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat-it";
  font-style: italic;
  src: url("../fonts/mc/Montserrat-Italic.ttf") format("truetype"),
    url("../fonts/mc/Montserrat-Italic.otf") format("opentype"),
    url("../fonts/mc/Montserrat-Italic.woff2") format("woff2"),
    url("../fonts/mc/Montserrat-Italic.woff") format("woff");
  font-weight: 400;
  font-display: swap;
}

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

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  src: url("../fonts/mc/Montserrat-SemiBold.ttf") format("truetype"),
    url("../fonts/mc/Montserrat-SemiBold.otf") format("opentype"),
    url("../fonts/mc/Montserrat-SemiBold.woff2") format("woff2"),
    url("../fonts/mc/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-display: swap;
}

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

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  src: url("../fonts/mc/Montserrat-ExtraBold.ttf") format("truetype"),
    url("../fonts/mc/Montserrat-ExtraBold.otf") format("opentype"),
    url("../fonts/mc/Montserrat-ExtraBold.woff2") format("woff2"),
    url("../fonts/mc/Montserrat-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  src: url("../fonts/mc/Montserrat-ExtraBoldItalic.ttf") format("truetype"),
    url("../fonts/mc/Montserrat-ExtraBoldItalic.otf") format("opentype"),
    url("../fonts/mc/Montserrat-ExtraBoldItalic.woff2") format("woff2"),
    url("../fonts/mc/Montserrat-ExtraBoldItalic.woff") format("woff");
  font-weight: 800;
  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;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*
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 {
  width: 12px;
  height: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.button {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 6px;
  color: #fff;
  font-size: 20px;
  line-height: 52px;
  text-decoration: none;
  font-style: normal;
  text-align: center;
  border-radius: 6px;
  background-color: #f40f3e;
  border: 2px solid transparent;
  cursor: pointer;
  position: relative;
  overflow-x: hidden;
}

@media (min-width: 768px) {
  .button {
    line-height: 56px;
    padding: 0 20px;
  }
}

@media (min-width: 1200px) {
  .button {
    line-height: 62px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1920px) {
  .button {
    line-height: 56px;
  }
}

.button:hover {
  background: #e1ab19;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(150, 7, 36, 0.5),
    0px -2px 10px 0px rgba(150, 7, 36, 0.5);
  box-shadow: 0px 2px 10px 0px rgba(150, 7, 36, 0.5),
    0px -2px 10px 0px rgba(150, 7, 36, 0.5);
}

.button.custom-btn {
  background: transparent;
  cursor: pointer;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  position: relative;
  outline: none;
}

.button.btn-7 {
  background: #f40f3e;
  line-height: 50px;
  padding: 0;
  border: none;
}

@media (min-width: 1440px) {
  .button.btn-7 {
    font-size: 20px;
  }
}

.button.btn-7::after,
.button.btn-7::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: #f40f3e;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.button.btn-7::before {
  height: 0%;
  width: 2px;
}

.button.btn-7::after {
  width: 0%;
  height: 2px;
}

.button.btn-7:hover {
  color: #fff;
  background: transparent;
}

.button.btn-7:hover::before {
  height: 100%;
}

.button.btn-7:hover::after {
  width: 100%;
}

.button.btn-7:hover span::before {
  height: 100%;
}

.button.btn-7:hover span::after {
  width: 100%;
}

.button.btn-7 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .button.btn-7 span {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1200px) {
  .button.btn-7 span {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.button.btn-7 span::before,
.button.btn-7 span::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: #f40f3e;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.button.btn-7 span::before {
  width: 2px;
  height: 0%;
}

.button.btn-7 span::after {
  height: 2px;
  width: 0%;
}

.container {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

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

@media (min-width: 1920px) {
  .container {
    padding: 0 30px;
    max-width: 1460px;
  }
}

.container-fluid {
  max-width: 1920px;
}

nav {
  width: 100%;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  nav {
    margin-bottom: 0px;
    width: auto;
    margin-bottom: 0;
    margin-left: auto;
  }
}

@media (min-width: 768px) {
  nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 768px) {
  nav ul.font a {
    font-size: 13px;
  }
}

@media (min-width: 993px) {
  nav ul.font a {
    font-size: 14px;
  }
}

nav li:not(:last-child) {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  nav li:not(:last-child) {
    margin-bottom: 0;
    margin-right: 18px;
  }
}

nav a {
  position: relative;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  -webkit-transition: color 0.3s linear, text-shadow 0.3s linear;
  transition: color 0.3s linear, text-shadow 0.3s linear;
}

nav a::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  border: 1px solid #313131;
  border-radius: 6px;
  letter-spacing: 0.03em;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: border-color 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, border-color 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, border-color 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
}

nav a:hover {
  color: #b3b3b3;
  text-shadow: 1px 0 0 rgba(255, 255, 255, 0.8);
}

nav a.activeNav:hover {
  border-color: #fff;
}

nav a.activeNav::after {
  border-color: #f40f3e;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.langCheck {
  min-width: 60px;
  top: 0px;
  height: 26px;
  z-index: 11;
}

@media (min-width: 576px) {
  .langCheck {
    height: 30px;
  }
}

@media (min-width: 768px) {
  .langCheck {
    min-width: 80px;
  }
}

@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: 5px;
  overflow: hidden;
  position: relative;
  z-index: 111;
  border: 1px solid #fff;
}

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

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

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

.langCheck__wrapper:hover {
  padding-bottom: 5px;
  -webkit-animation-name: bgShow;
  animation-name: bgShow;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.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: 0.5s;
  animation-duration: 0.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.selected .arrow {
  -webkit-transform-origin: center top 40%;
  -ms-transform-origin: center top 40%;
  transform-origin: center top 40%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.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: 0.7s;
  animation-duration: 0.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;
}

@media (min-width: 768px) {
  .langCheck__wrapper:hover .langCheck__item:not(.selected) {
    -webkit-animation-name: showItemDesc;
    animation-name: showItemDesc;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.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;
}

.langCheck__wrapper:hover .langCheck__item:not(.selected):hover .langContext {
  color: black;
}

@-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: 0.5;
  }
}

@keyframes showItemDesc {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0.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 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

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

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

@media (min-width: 576px) {
  .langCheck__item .icon {
    width: 19px;
    height: 18px;
    margin: 3px 6px 3px 6px;
    background-size: 26px;
  }
}

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

.langCheck__item .langContext {
  color: white;
  font-style: normal;
  font-family: "Arial", serif;
  font-size: 10px;
  text-transform: uppercase;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

@media (min-width: 768px) {
  .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 5px 5px;
  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;
}

@media (min-width: 576px) {
  .langCheck__item.selected {
    height: 30px;
  }
}

.langCheck__item.selected .icon {
  width: 12px;
  height: 12px;
  background-size: 18px;
}

@media (min-width: 576px) {
  .langCheck__item.selected .icon {
    margin-left: 11px;
    width: 18px;
    height: 18px;
    background-size: 26px;
  }
}

@media (min-width: 768px) {
  .langCheck__item.selected .icon {
    margin-left: 11px;
  }
}

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

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

@media (min-width: 1200px) {
  .langCheck__item.selected .langContext {
    font-size: 14px;
  }
}

.langCheck__item.selected .arrow {
  width: 20px;
  height: 100%;
  -webkit-box-shadow: inset 0px 1.80193px 10.2109px rgba(0, 0, 0, 0.14);
  box-shadow: inset 0px 1.80193px 10.2109px rgba(0, 0, 0, 0.14);
  margin-left: auto;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

@media (min-width: 576px) {
  .langCheck__item.selected .arrow {
    width: 27px;
  }
}

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

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

@media (min-width: 576px) {
  .langCheck__item.selected .arrow::before,
  .langCheck__item.selected .arrow::after {
    width: 7px;
  }
}

@media (min-width: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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;
}

.langCheck__item > a.langContext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  color: #fff;
}

.langCheck__item > a.langContext .icon {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

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

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("../images/flagSprite42.png");
  background-repeat: no-repeat;
  background-size: 100% 49494%;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

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

.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 47.6725%;
}

/* argentina
.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-bn {
  background-position: center 25.9459%;
}

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

.fflag-bd {
  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-gr {
  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-be.ff-round,
.fflag-ci.ff-round,
.fflag-fr.ff-round,
.fflag-gn.ff-round,
.fflag-ie.ff-round,
.fflag-it.ff-round,
.fflag-ml.ff-round,
.fflag-ng.ff-round,
.fflag-ro.ff-round,
.fflag-td.ff-round {
  background-size: 100% 50000%;
}

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

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 200;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: height 0.2s ease-out;
  transition: height 0.2s ease-out;
}

@media (min-width: 768px) {
  .header {
    height: 80px;
  }
}

.header::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #313131;
  -webkit-transition: background-color 0.3s linear, opacity 0.3s linear,
    -webkit-filter 0.3s linear;
  transition: background-color 0.3s linear, opacity 0.3s linear,
    -webkit-filter 0.3s linear;
  transition: background-color 0.3s linear, opacity 0.3s linear,
    filter 0.3s linear;
  transition: background-color 0.3s linear, opacity 0.3s linear,
    filter 0.3s linear, -webkit-filter 0.3s linear;
}

.header--fixed {
  z-index: 1000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-bottom: 1px solid #fff;
  -webkit-transition: height 0.3s ease-in;
  transition: height 0.3s ease-in;
}

@media (min-width: 576px) {
  .header--fixed {
    height: 42px;
  }
}

@media (min-width: 768px) {
  .header--fixed {
    height: 56px;
  }
}

.header--fixed::before {
  background-color: #313131;
  opacity: 0.7;
}

.header .button {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 10px;
  display: none;
}

@media (min-width: 460px) {
  .header .button {
    display: block;
  }
}

@media (min-width: 576px) {
  .header .button {
    font-size: 12px;
  }
}

.header__inner {
  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;
  padding: 0.6em 0;
  position: relative;
  z-index: 12;
}

.header nav {
  display: none;
}

@media (min-width: 768px) {
  .header nav {
    display: block;
  }
}

.header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__reg {
  margin-left: auto;
}

.header__box {
  max-height: 54px;
}

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

.header__soc-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: auto;
  margin-right: 18px;
  font-size: 0;
  color: transparent;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.header__soc-item use {
  -webkit-transition: fill 0.3s ease-in;
  transition: fill 0.3s ease-in;
}

.header__soc-item--mail svg {
  width: 17px;
  height: 13px;
}

.header__soc-item--mail use {
  fill: #313131;
}

.header__soc-item:hover {
  opacity: 0.8;
}

.header__soc-item:hover use {
  fill: #f40f3e;
}

.header__soc-item div:first-child {
  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;
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
}

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

.logo__link {
  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;
  color: transparent;
  font-size: 0;
}

.logo__svg {
  width: 120px;
  height: 23px;
  -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 (min-width: 576px) {
  .logo__svg {
    width: 168px;
    height: 19px;
  }
}

@media (min-width: 768px) {
  .logo__svg {
    width: 160px;
  }
}

@media (min-width: 1200px) {
  .logo__svg {
    width: 168px;
  }
}

.logo__link svg {
  width: 121px;
  height: 30px;
  -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 (min-width: 576px) {
  .logo__link svg {
    width: 130px;
    height: 32px;
  }
}

@media (min-width: 1200px) {
  .logo__link svg {
    width: 132px;
    height: 34px
  }
}

.logo__slogan {
  width: 80%;
  background-image: url("../images/slogan-back.png");
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: 1.6em;
}

@media (min-width: 576px) {
  .logo__slogan {
    width: 67%;
  }
}

@media (min-width: 768px) {
  .logo__slogan {
    width: 60%;
  }
}

.logo__text {
  display: none;
}

@media (min-width: 768px) {
  .logo__text {
    position: relative;
    display: block;
    color: #e1e1e1;
    font-size: 16px;
    font-style: italic;
    text-transform: uppercase;
    font-size: calc(10px + 4 * ((100vw - 320px) / 1600));
  }
  .logo__text::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 13em;
    height: 1em;
    background-image: url("../images/slogan-back.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

@media (min-width: 993px) {
  .logo__text {
    padding-left: 0.6em;
  }
}

.logo__hand {
  width: 43px;
  height: 33px;
  margin-left: 5px;
}

@media (max-width: 1124px) {
  .logo__hand {
    width: 25px;
    height: 23px;
  }
}

@media (max-width: 576px) {
  .logo__hand {
    width: 18px;
    height: 15px;
    margin-left: 3px;
  }
}

.logo__hand use {
  fill: white;
}

.top {
  position: relative;
  z-index: 0;
  min-height: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 68px;
  text-align: center;
  background-image: url('../images/wandu/bg/compressed-new/xs-320x470.jpg');
  /* background-image: -webkit-image-set(
    url(../images/wandu/bg/xs-320x470.avif) 1x,
    url(../images/wandu/bg/xs-320x470.webp) 2x,
    url(../images/wandu/bg/xs-320x470.jpg) 2x
  );
  background-image: -webkit-image-set(
    "../images/wandu/bg/xs-320x470.avif" 1x type("image/avif"),
    "../images/wandu/bg/xs-320x470.webp" 2x type("image/webp"),
    "../images/wandu/bg/xs-320x470.jpg" 2x type("image/jpg")
  );
  background-image: -webkit-image-set(
    url("../images/wandu/bg/xs-320x470.avif") 1x type("image/avif"),
    url("../images/wandu/bg/xs-320x470.webp") 2x type("image/webp"),
    url("../images/wandu/bg/xs-320x470.jpg") 2x type("image/jpg")
  );
  background-image: image-set(
    "../images/wandu/bg/xs-320x470.avif" 1x type("image/avif"),
    "../images/wandu/bg/xs-320x470.webp" 2x type("image/webp"),
    "../images/wandu/bg/xs-320x470.jpg" 2x type("image/jpg")
  ); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

@media (min-width: 576px) {
  .top {
    min-height: 613px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media (min-width: 768px) {
  .top {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
    background-image: -webkit-image-set(
      url(../images/wandu/bg/compressed-new/sm-768x615.avif) 1x,
      url(../images/wandu/bg/compressed-new/sm-768x615.webp) 2x,
      url(../images/wandu/bg/compressed-new/sm-768x615.jpg) 2x
    );
    background-image: -webkit-image-set(
      "../images/wandu/bg/compressed-new/sm-768x615.avif" 1x type("image/avif"),
      "../images/wandu/bg/compressed-new/sm-768x615.webp" 2x type("image/webp"),
      "../images/wandu/bg/compressed-new/sm-768x615.jpg" 2x type("image/jpg")
    );
    background-image: -webkit-image-set(
      url("../images/wandu/bg/compressed-new/sm-768x615.avif") 1x type("image/avif"),
      url("../images/wandu/bg/compressed-new/sm-768x615.webp") 2x type("image/webp"),
      url("../images/wandu/bg/compressed-new/sm-768x615.jpg") 2x type("image/jpg")
    );
    background-image: image-set(
      "../images/wandu/bg/compressed-new/sm-768x615.avif" 1x type("image/avif"),
      "../images/wandu/bg/compressed-new/sm-768x615.webp" 2x type("image/webp"),
      "../images/wandu/bg/compressed-new/sm-768x615.jpg" 2x type("image/jpg")
    );
    background-position: center;
  }
}

@media (min-width: 1200px) {
  .top {
    min-height: 610px;
    background-image: -webkit-image-set(
      url(../images/wandu/bg/compressed-new/lg-1200x614.avif) 1x,
      url(../images/wandu/bg/compressed-new/lg-1200x614.webp) 2x,
      url(../images/wandu/bg/compressed-new/lg-1200x614.jpg) 2x
    );
    background-image: -webkit-image-set(
      "../images/wandu/bg/compressed-new/lg-1200x614.avif" 1x type("image/avif"),
      "../images/wandu/bg/compressed-new/lg-1200x614.webp" 2x type("image/webp"),
      "../images/wandu/bg/compressed-new/lg-1200x614.jpg" 2x type("image/jpg")
    );
    background-image: -webkit-image-set(
      url("../images/wandu/bg/compressed-new/lg-1200x614.avif") 1x
        type("image/avif"),
      url("../images/wandu/bg/compressed-new/lg-1200x614.webp") 2x
        type("image/webp"),
      url("../images/wandu/bg/compressed-new/lg-1200x614.jpg") 2x type("image/jpg")
    );
    background-image: image-set(
      "../images/wandu/bg/compressed-new/lg-1200x614.avif" 1x type("image/avif"),
      "../images/wandu/bg/compressed-new/lg-1200x614.webp" 2x type("image/webp"),
      "../images/wandu/bg/compressed-new/lg-1200x614.jpg" 2x type("image/jpg")
    );
  }
}

@media (min-width: 1440px) {
  .top {
    min-height: 750px;
    background-image: -webkit-image-set(
      url(../images/wandu/bg/compressed-new/dt-1441x751.avif) 1x,
      url(../images/wandu/bg/compressed-new/dt-1441x751.webp) 2x,
      url(../images/wandu/bg/compressed-new/dt-1441x751.jpg) 2x
    );
    background-image: -webkit-image-set(
      "../images/wandu/bg/compressed-new/dt-1441x751.avif" 1x type("image/avif"),
      "../images/wandu/bg/compressed-new/dt-1441x751.webp" 2x type("image/webp"),
      "../images/wandu/bg/compressed-new/dt-1441x751.jpg" 2x type("image/jpg")
    );
    background-image: -webkit-image-set(
      url("../images/wandu/bg/compressed-new/dt-1441x751.avif") 1x
        type("image/avif"),
      url("../images/wandu/bg/compressed-new/dt-1441x751.webp") 2x
        type("image/webp"),
      url("../images/wandu/bg/compressed-new/dt-1441x751.jpg") 2x type("image/jpg")
    );
    background-image: image-set(
      "../images/wandu/bg/compressed-new/dt-1441x751.avif" 1x type("image/avif"),
      "../images/wandu/bg/compressed-new/dt-1441x751.webp" 2x type("image/webp"),
      "../images/wandu/bg/compressed-new/dt-1441x751.jpg" 2x type("image/jpg")
    );
  }
}

@media (min-width: 1920px) {
  .top {
    background-image: -webkit-image-set(
      url(../images/wandu/bg/compressed-new/fhd-1920x750-22.avif) 1x,
      url(../images/wandu/bg/compressed-new/fhd-1920x750-22.webp) 2x,
      url(../images/wandu/bg/compressed-new/fhd-1920x750-22.jpg) 2x
    );
    background-image: -webkit-image-set(
      "../images/wandu/bg/compressed-new/fhd-1920x750-22.avif" 1x type("image/avif"),
      "../images/wandu/bg/compressed-new/fhd-1920x750-22.webp" 2x type("image/webp"),
      "../images/wandu/bg/compressed-new/fhd-1920x750-22.jpg" 2x type("image/jpg")
    );
    background-image: -webkit-image-set(
      url("../images/wandu/bg/compressed-new/fhd-1920x750-22.avif") 1x
        type("image/avif"),
      url("../images/wandu/bg/compressed-new/fhd-1920x750-22.webp") 2x
        type("image/webp"),
      url("../images/wandu/bg/compressed-new/fhd-1920x750-22.jpg") 2x
        type("image/jpg")
    );
    background-image: image-set(
      "../images/wandu/bg/compressed-new/fhd-1920x750-22.avif" 1x type("image/avif"),
      "../images/wandu/bg/compressed-new/fhd-1920x750-22.webp" 2x type("image/webp"),
      "../images/wandu/bg/compressed-new/fhd-1920x750-22.jpg" 2x type("image/jpg")
    );
  }
}

.top::before {
  --radius: 20px;
  content: "";
  position: absolute;
  z-index: 2;
  bottom: -1px;
  left: 0;
  border-top-left-radius: var(--radius);
  border-top-right-radius: var(--radius);
  width: 100%;
  height: var(--radius);
  background-color: #fff;
}

@media (min-width: 576px) {
  .top::before {
    --radius: 40px;
  }
}

@media (min-width: 1200px) {
  .top::before {
    bottom: -1px;
  }
}

.top__absolute-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(34.79%, rgba(0, 0, 0, 0)),
    color-stop(49.4%, rgba(0, 0, 0, 0.53)),
    color-stop(103.09%, rgba(0, 0, 0, 0.6))
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 34.79%,
    rgba(0, 0, 0, 0.53) 49.4%,
    rgba(0, 0, 0, 0.6) 103.09%
  ); */

  background: -webkit-gradient(
    linear,
    left top, left bottom,
    color-stop(35.79%, rgba(0, 0, 0, 0)),
    color-stop(48.4%, rgba(0, 0, 0, 0.63)),
    color-stop(103.09%, rgba(0, 0, 0, 0.6))
  );
background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 35.79%,
    rgba(0, 0, 0, 0.63) 48.4%,
    rgba(0, 0, 0, 0.6) 103.09%
  );
background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 35.79%,
    rgba(0, 0, 0, 0.63) 48.4%,
    rgba(0, 0, 0, 0.6) 103.09%
  );
}

@media (min-width: 768px) {
  .top__absolute-bg {
    display: none;
  }
}

.top__inner {
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .top__inner {
    max-width: 380px;
  }
}

@media (min-width: 1200px) {
  .top__inner {
    max-width: 400px;
  }
}

@media (min-width: 1440px) {
  .top__inner {
    max-width: 520px;
  }
}

@media (min-width: 1920px) {
  .top__inner {
    max-width: 540px;
  }
}

.top p,
.top h1 {
  color: #fff;
}

.top h1 {
  margin-bottom: 20px;
  color: #fff;
  font-size: calc(21px + 23 * ((100vw - 320px) / 1600));
  line-height: 1.1;
  text-transform: uppercase;
}

@media (min-width: 576px) {
  .top h1 {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .top h1 {
    max-width: 100%;
    margin-bottom: 16px;
    margin-left: 0;
    text-shadow: 0 0 1px black, 0 0 1px black;
    font-size: 36px;
  }
}

@media (min-width: 1200px) {
  .top h1 {
    margin-bottom: 30px;
    font-size: 40px;
  }
}

@media (min-width: 1440px) {
  .top h1 {
    margin-bottom: 20px;
    font-size: 48px;
  }
}

.top h1 + p {
  margin-bottom: 20px;
  font-size: calc(13px + 17 * ((100vw - 320px) / 1600));
  line-height: 1.28;
  /* 128% */
}

@media (min-width: 768px) {
  .top h1 + p {
    margin-bottom: 50px;
    line-height: 1.1;
    font-size: 18px;
    max-width: 80%;
  }
}

@media (min-width: 1200px) {
  .top h1 + p {
    font-size: 20px;
  }
}

@media (min-width: 1440px) {
  .top h1 + p {
    font-size: 24px;
  }
}

.top .button {
  max-width: 280px;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

@media (min-width: 768px) {
  .top .button {
    margin-bottom: 0px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: 0;
    line-height: 52px;
  }
}

@media (min-width: 1200px) {
  .top .button {
    line-height: 58px;
    max-width: unset;
  }
}

@media (min-width: 1920px) {
  .top .button {
    line-height: 48px;
  }
}

.top .flip-anim {
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
}

.top .animated {
  -webkit-animation: flipAnim 0.5s ease forwards;
  animation: flipAnim 0.5s ease forwards;
}

@-webkit-keyframes flipAnim {
  0% {
    -webkit-filter: blur(15px);
    filter: blur(15px);
    opacity: 0;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
  }
  50% {
    -webkit-filter: blur(15px);
    filter: blur(15px);
    opacity: 1;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
  }
  100% {
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
}

@keyframes flipAnim {
  0% {
    -webkit-filter: blur(15px);
    filter: blur(15px);
    opacity: 0;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
  }
  50% {
    -webkit-filter: blur(15px);
    filter: blur(15px);
    opacity: 1;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
  }
  100% {
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
}

.advantages {
  padding-bottom: 30px;
  color: #000;
  background-color: #fff;
  scroll-margin-top: 60px;
}

@media (min-width: 576px) {
  .advantages {
    scroll-margin-top: 80px;
  }
}

@media (min-width: 768px) {
  .advantages {
    padding-bottom: 20px;
  }
}

@media (min-width: 1200px) {
  .advantages {
    padding-bottom: 20px;
  }
}

@media (min-width: 1920px) {
  .advantages {
    padding-bottom: 70px;
  }
}

.advantages h2 {
  position: relative;
  text-align: center;
}

.advantages h2,
.advantages h3 {
  color: #000;
  text-align: center;
}

.advantages h2,
.advantages h3 {
  margin-bottom: 20px;
}

.advantages__absolute-bg {
  position: relative;
  height: clamp(130px, 35vw, 180px);
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  -webkit-transition: height 0.3s linear;
  transition: height 0.3s linear;
}

@media (min-width: 576px) {
  .advantages__absolute-bg {
    padding-left: 20px;
  }
}

@media (min-width: 1200px) {
  .advantages__absolute-bg {
    height: clamp(180px, 18vw, 240px);
    padding-left: 25px;
  }
}

@media (min-width: 1920px) {
  .advantages__absolute-bg {
    height: clamp(240px, 18vw, 280px);
    padding-left: 30px;
  }
}

.advantages__absolute-bg img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.advantages h4 {
  --lh: 1.1em;
  --max-lines: 3;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: var(--lh);
}

@media (min-width: 768px) {
  .advantages h4 {
    font-size: 10.5px;
  }
}

@media (min-width: 1200px) {
  .advantages h4 {
    font-size: 12.2px;
  }
}

@media (min-width: 1440px) {
  .advantages h4 {
    font-size: 16px;
  }
}

.advantages h4 span.fade-ended {
  display: inline-block;
  position: relative;
  height: calc(var(--lh) * var(--max-lines));
}

.advantages h4 span.fade-ended::after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  height: var(--lh);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    color-stop(50%, white)
  );
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%);
}

.advantages h4 span.dotts-ended {
  display: inline-block;
  /* стили для мноточия '…' */
  /* спрятать текст если у более N строк */
  overflow: hidden;
  /* для установки '…' в абсолютную позицию */
  position: relative;
  /* используйте это значение для расчёта высоты блока */
  line-height: var(--lh);
  /* max-height = line-height (1.2) * число строк (3) */
  max-height: calc(var(--lh) * var(--max-lines));
  /* исправлиление проблемы когда последнее слово не соединяется с правой стороны */
  /* место для многоточия '…' */
  padding-right: 1em;
}

.advantages h4 span.dotts-ended::after {
  content: "";
  position: absolute;
  /* установить позицию в правый нижний угол блока */
  right: 0;
  /* установить width и height */
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  /* цвет фона перед блоком */
  background: white;
}

.advantages h4 span.dotts-ended::before {
  /* многоточие в конце */
  content: "…";
  /* абсолютное позиционирование */
  position: absolute;
  /* установить позицию в правый нижний угол блока */
  right: 0;
  bottom: 0;
}

.advantages p {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.1;
  color: #000;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

@media (min-width: 768px) {
  .advantages p {
    font-size: 10.5px;
  }
}

@media (min-width: 1200px) {
  .advantages p {
    font-size: 12.2px;
  }
}

@media (min-width: 1440px) {
  .advantages p {
    font-size: 16px;
  }
}

.advantages .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.advantages .slick-list {
  overflow: hidden;
}

@media (min-width: 768px) {
  .advantages .slick-list {
    overflow: hidden;
  }
}

.advantages .slick-list.draggable {
  margin-left: -10px;
}

@media (min-width: 576px) {
  .advantages .slick-list.draggable {
    margin-left: -20px;
  }
}

@media (min-width: 768px) {
  .advantages .slick-list.draggable {
    margin-left: 0px;
  }
}

.advantages .slick-slide > div {
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.advantages__image {
  margin-bottom: 16px;
  min-height: 102px;
}

@media (min-width: 768px) {
  .advantages__image {
    min-height: auto;
  }
}

.advantages__slide {
  min-width: 0;
  padding: 20px 0 0;
}

@media (min-width: 768px) {
  .advantages__slide {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow: hidden;
  }
}

.advantages__item {
  padding: 0 5px 0 5px;
  max-width: 50%;
  text-align: center;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .advantages__item {
    padding: 5px 10px;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    max-width: unset;
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .advantages__item {
    margin-bottom: 35px;
  }
}

.advantages__item .advantages__svg-anim {
  fill: #f40f3e;
}

@media (min-width: 768px) {
  .advantages__item .advantages__svg-anim {
    fill: #fff;
  }
}

.advantages__item.advantages__item--animated:nth-child(1)
  .advantages__svg-anim {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.advantages__item.advantages__item--animated:nth-child(2)
  .advantages__svg-anim {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.advantages__item.advantages__item--animated:nth-child(3)
  .advantages__svg-anim {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.advantages__item.advantages__item--animated:nth-child(4)
  .advantages__svg-anim {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.advantages__item.advantages__item--animated:nth-child(5)
  .advantages__svg-anim {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.advantages__item.advantages__item--animated:nth-child(6)
  .advantages__svg-anim {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.advantages__item.advantages__item--animated:nth-child(7)
  .advantages__svg-anim {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}

.advantages__item.advantages__item--animated:nth-child(8)
  .advantages__svg-anim {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}

.advantages__item.advantages__item--animated svg .advantages__svg-anim {
  -webkit-animation-name: moveColor;
  animation-name: moveColor;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes moveColor {
  0% {
    -webkit-transform: translate(-3px, -3px);
    transform: translate(-3px, -3px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    fill: #f40f3e;
  }
}

@keyframes moveColor {
  0% {
    -webkit-transform: translate(-3px, -3px);
    transform: translate(-3px, -3px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    fill: #f40f3e;
  }
}

.advantages__item.advantages__item--1 .advantages__image svg {
  width: 107px;
  height: 108px;
}

@media (min-width: 768px) {
  .advantages__item.advantages__item--1 .advantages__image svg {
    width: 69px;
    height: 70px;
  }
}

@media (min-width: 1200px) {
  .advantages__item.advantages__item--1 .advantages__image svg {
    width: 82px;
    height: 83px;
  }
}

.advantages__item.advantages__item--2 .advantages__image svg {
  width: 103px;
  height: 107px;
}

@media (min-width: 768px) {
  .advantages__item.advantages__item--2 .advantages__image svg {
    width: 67px;
    height: 69px;
  }
}

@media (min-width: 1200px) {
  .advantages__item.advantages__item--2 .advantages__image svg {
    width: 79px;
    height: 82px;
  }
}

.advantages__item.advantages__item--3 .advantages__image svg {
  width: 109px;
  height: 100px;
}

@media (min-width: 768px) {
  .advantages__item.advantages__item--3 .advantages__image svg {
    width: 70px;
    height: 64px;
  }
}

@media (min-width: 1200px) {
  .advantages__item.advantages__item--3 .advantages__image svg {
    width: 83px;
    height: 76px;
  }
}

.advantages__item.advantages__item--4 .advantages__image svg {
  width: 102px;
  height: 97px;
}

@media (min-width: 768px) {
  .advantages__item.advantages__item--4 .advantages__image svg {
    width: 67px;
    height: 64px;
  }
}

@media (min-width: 1200px) {
  .advantages__item.advantages__item--4 .advantages__image svg {
    width: 79px;
    height: 76px;
  }
}

.advantages__item.advantages__item--5 .advantages__image svg {
  width: 90px;
  height: 96px;
}

@media (min-width: 768px) {
  .advantages__item.advantages__item--5 .advantages__image svg {
    width: 76px;
    height: 81px;
  }
}

@media (min-width: 1200px) {
  .advantages__item.advantages__item--5 .advantages__image svg {
    width: 91px;
    height: 85px;
  }
}

@media (min-width: 1440px) {
  .advantages__item.advantages__item--5 .advantages__image svg {
    width: 115px;
    height: 108px;
  }
}

.advantages__item.advantages__item--6 .advantages__image svg {
  width: 102px;
  height: 96px;
}

@media (min-width: 768px) {
  .advantages__item.advantages__item--6 .advantages__image svg {
    width: 56px;
    height: 71px;
  }
}

@media (min-width: 1200px) {
  .advantages__item.advantages__item--6 .advantages__image svg {
    width: 66px;
    height: 85px;
  }
}

@media (min-width: 1440px) {
  .advantages__item.advantages__item--6 .advantages__image svg {
    width: 84px;
    height: 108px;
  }
}

.advantages__item.advantages__item--7 .advantages__image svg {
  width: 102px;
  height: 96px;
}

@media (min-width: 768px) {
  .advantages__item.advantages__item--7 .advantages__image svg {
    width: 66px;
    height: 82px;
  }
}

@media (min-width: 1200px) {
  .advantages__item.advantages__item--7 .advantages__image svg {
    width: 87px;
    height: 105px;
  }
}

.advantages__item.advantages__item--8 .advantages__image svg {
  width: 99px;
  height: 96px;
}

@media (min-width: 768px) {
  .advantages__item.advantages__item--8 .advantages__image svg {
    width: 67px;
    height: 64px;
  }
}

@media (min-width: 1200px) {
  .advantages__item.advantages__item--8 .advantages__image svg {
    width: 79px;
    height: 75px;
  }
}

@media (min-width: 1440px) {
  .advantages__item.advantages__item--8 .advantages__image svg {
    width: 100px;
    height: 95px;
  }
}

.advantages__reg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 100%;
}

@media (min-width: 768px) {
  .advantages__reg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.advantages__reg button,
.advantages__reg a {
  min-width: 280px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .advantages__reg button,
  .advantages__reg a {
    padding: 18px 10px;
    margin: 0;
  }
}

.advantages__reg button {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .advantages__reg button {
    margin-bottom: 0;
    margin-right: 20px;
  }
}

.advantages__reg a.button {
  background: transparent;
  border: 2px solid #0253fd;
  color: #000;
  font-weight: 400;
  -webkit-transition: background-color 0.3s linear, color 0.3s linear;
  transition: background-color 0.3s linear, color 0.3s linear;
}

.advantages__reg a.button:hover {
  background-color: #0253fd;
  color: #fff;
}

.advantages .slick-dots {
  position: relative;
  z-index: 1;
  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: 100%;
}

.advantages .slick-dots li {
  margin: 0 5px;
}

@media (min-width: 768px) {
  .advantages .slick-dots li {
    margin: 0 7px;
  }
}

.advantages .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  font-size: 0;
  background-color: #d9d9d9;
  border: none;
  -webkit-transition: background-color 0.3s linear, width 0.3s linear,
    height 0.3s linear;
  transition: background-color 0.3s linear, width 0.3s linear,
    height 0.3s linear;
  cursor: pointer;
}

@media (min-width: 768px) {
  .advantages .slick-dots li button {
    width: 15px;
    height: 15px;
  }
}

.advantages .slick-dots li.slick-active button {
  width: 15px;
  height: 15px;
  background-color: #454545;
}

@media (min-width: 768px) {
  .advantages .slick-dots li.slick-active button {
    width: 20px;
    height: 20px;
  }
}

.products {
  position: relative;
  scroll-margin-top: 50px;
}

.products::before {
  --radius: 20px;
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  border-top-left-radius: var(--radius);
  border-top-right-radius: var(--radius);
  width: 100%;
  height: var(--radius);
  background-color: #313131;
}

@media (min-width: 768px) {
  .products::before {
    --radius: 40px;
  }
}

@media (min-width: 768px) {
  .products__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.bu {
  padding: 40px 0;
}

.bu .content {
  padding-top: 120px;
}

@media (min-width: 768px) {
  .bu .content {
    padding-top: 0;
  }
}

@media (min-width: 1440px) {
  .bu .content {
    margin-left: 0;
  }
}
.cu .logo__svg,
.bu .logo__svg {
  width: auto;
  height: 29px;
}

@media (min-width: 768px) {
    .cu .logo__svg,
  .bu .logo__svg {
    height: 36px;
  }
}

@media (min-width: 1200px) {
    .cu .logo__svg,
  .bu .logo__svg {
    /* width: 233px; */
    height: 42px;
    max-height: 40px;
  }
}

.cu {
  padding: 40px 0;
}

@media (min-width: 768px) {
  .cu .content {
    margin-left: 30px;
  }
}

@media (min-width: 1200px) {
  .cu .content {
    margin-left: 50px;
  }
}

.cu,
.bu {
  min-height: 500px;
}

@media (min-width: 768px) {
  .cu,
  .bu {
    min-height: 600px;
  }
}

@media (min-width: 1440px) {
  .cu,
  .bu {
    min-height: 720px;
  }
}

@media (min-width: 1920px) {
  .cu,
  .bu {
    min-height: 730px;
  }
}

@media (min-width: 1200px) {
  .cu .content,
  .bu .content {
    padding-top: 133px;
  }
}

@media (min-width: 1440px) {
  .cu .content,
  .bu .content {
    padding-top: 160px;
  }
}

@media (min-width: 1440px) {
  .cu .content,
  .bu .content {
    padding-top: 150px;
  }
}

.cu .logo,
.bu .logo {
  margin-bottom: 35px;
}

@media (min-width: 768px) {
  .cu .logo,
  .bu .logo {
    margin-bottom: 47px;
  }
}

@media (min-width: 1200px) {
  .cu .logo,
  .bu .logo {
    margin-bottom: 50px;
  }
}

@media (min-width: 1920px) {
  .cu .logo,
  .bu .logo {
    margin-bottom: 40px;
  }
}

.cu h2,
.bu h2 {
  margin-bottom: 40px;
  font-size: calc(14px + 16 * ((100vw - 320px) / 1600));
  line-height: 1.1;
  max-width: clamp(70%, 360px,500px);
  /* 15.33px */
}

@media (min-width: 993px) {
  .cu h2,
  .bu h2 {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .cu h2,
  .bu h2 {
    margin-bottom: 30px;
  }
}

@media (min-width: 1440px) {
  .cu h2,
  .bu h2 {
    font-size: 24px;
  }
}

.cu .button,
.bu .button {
  text-align: center;
  font-size: 20px;
  background: linear-gradient(0deg, #f40f3e 0%, #f40f3e 100%),
    linear-gradient(266deg, #0254fd -5.06%, #0453fe 100.77%);
  max-width: 280px;
  width: 100%;
  margin-left: 0;
}

@media (min-width: 1200px) {
  .cu .button,
  .bu .button {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}

.cu .button:disabled,
.bu .button:disabled {
  background: unset;
  background-color: #787878;
  cursor: not-allowed;
}

.cu .button:disabled::after,
.cu .button:disabled::before,
.bu .button:disabled::after,
.bu .button:disabled::before {
  display: none;
}

.cu .button:disabled span::after,
.cu .button:disabled span::before,
.bu .button:disabled span::after,
.bu .button:disabled span::before {
  display: none;
}

.cu .button:disabled:hover,
.bu .button:disabled:hover {
  opacity: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.card {
    @media (min-width: 768px) {

        display: flex;
        flex-direction: column;
        justify-content: space-between;
        /* min-height: 300px; або інше фіксоване значення */
    }
}

.card-content {
    @media (min-width: 768px) {
        display: flex;
        flex-direction: column;
        flex: 1;
    }
}

.spacer {
    @media (min-width: 768px) {
        flex-grow: 1;
        max-height: 70px;
    }

    @media (min-width: 1200px) {
        max-height: 90px;
    }
    @media (min-width: 1200px) {
        max-height: 120px;
    }
    @media (min-width: 1440px) {
        max-height: 140px;
    }
}

.decor {
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  z-index: -1;
  overflow: hidden;
}

@media (min-width: 768px) {
  .decor {
    width: 50%;
    height: 100%;
  }
}

.decor.decor--bu {
  top: 0;
  background: linear-gradient(244deg, #060be3 -6.57%, #0b41b3 132.83%),
    linear-gradient(246deg, #f40f3e -4.61%, #c9062e 110.4%), #f40f3e;
}

.decor.decor--cu {
  top: 50%;
  background: #0b0b33;
}

@media (min-width: 768px) {
  .decor.decor--cu {
    top: 0;
    right: 0;
    left: auto;
  }
}

.decor.decor--cu.decor--cu-loto .decor__item--loto {
  display: none;
}

.decor.decor--cu.decor--cu-loto .decor__item--loto-front {
  display: block;
}

.decor__item {
  position: absolute;
  background-repeat: no-repeat;
}

.decor__item img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.decor__item--football {
  top: -4%;
  right: -43px;
  width: 146px;
  height: 146px;
}

@media (min-width: 768px) {
  .decor__item--football {
    top: auto;
    right: 33px;
    bottom: 80px;
  }
}

@media (min-width: 1200px) {
  .decor__item--football {
    top: -25px;
    right: auto;
    left: -25px;
    width: 170px;
    height: 170px;
  }
}

@media (min-width: 1440px) {
  .decor__item--football {
    width: 190px;
    height: 190px;
  }
}

@media (min-width: 1920px) {
  .decor__item--football {
    width: 228px;
    height: 228px;
  }
}

.decor__item--basketball {
  top: 10%;
  left: 40px;
  width: 72px;
  height: 72px;
}

@media (min-width: 576px) {
  .decor__item--basketball {
    left: 50px;
  }
}

@media (min-width: 768px) {
  .decor__item--basketball {
    right: 28px;
    left: auto;
    top: 26px;
  }
}

@media (min-width: 1200px) {
  .decor__item--basketball {
    top: 34px;
    left: 46%;
    width: 90px;
    height: 91px;
  }
}

@media (min-width: 1440px) {
  .decor__item--basketball {
    left: 62%;
    top: 54px;
    width: 100px;
    height: 94px;
  }
}

@media (min-width: 1920px) {
  .decor__item--basketball {
    left: 76%;
    top: 62px;
    width: 90px;
    height: 90px;
  }
}

.decor__item--volleyball {
  right: 8%;
  bottom: 8%;
  width: 88px;
  height: 88px;
}

@media (min-width: 768px) {
  .decor__item--volleyball {
    left: 40px;
    bottom: 204px;
  }
}

@media (min-width: 1200px) {
  .decor__item--volleyball {
    left: auto;
    right: 87px;
    bottom: 47px;
  }
}

@media (min-width: 1440px) {
  .decor__item--volleyball {
    right: 116px;
    bottom: 50px;
    width: 137px;
    height: 137px;
  }
}

@media (min-width: 1920px) {
  .decor__item--volleyball {
    right: 145px;
    bottom: 70px;
    width: 164px;
    height: 164px;
  }
}

.decor__item--amfootball {
  bottom: -20px;
  left: -28px;
  width: 167px;
  height: 111px;
  rotate: -129deg;
}

@media (min-width: 768px) {
  .decor__item--amfootball {
    bottom: -5px;
    left: -16px;
    width: 163px;
    height: 109px;
  }
}

@media (min-width: 1200px) {
  .decor__item--amfootball {
    width: 192px;
    height: 128px;
    bottom: 0px;
    left: 15px;
  }
}

@media (min-width: 1440px) {
  .decor__item--amfootball {
    width: 213px;
    height: 142px;
  }
}

@media (min-width: 1920px) {
  .decor__item--amfootball {
    width: 217px;
    height: 144px;
  }
}

.decor__item--tenis {
  display: none;
}

@media (min-width: 1200px) {
  .decor__item--tenis {
    top: 138px;
    right: 38px;
    display: block;
    width: 77px;
    height: 78px;
  }
}

@media (min-width: 1440px) {
  .decor__item--tenis {
    right: 47px;
    top: 41%;
    width: 98px;
    height: 100px;
  }
}

@media (min-width: 1920px) {
  .decor__item--tenis {
    right: 97px;
    top: 32%;
    width: 118px;
    height: 120px;
  }
}

.decor__item--cherry {
  bottom: 20px;
  left: 60px;
  width: 102px;
  height: 97px;
  -webkit-transform: rotate(-142deg);
  -ms-transform: rotate(-142deg);
  transform: rotate(-142deg);
  -webkit-filter: blur(4px);
  filter: blur(4px);
}

@media (min-width: 768px) {
  .decor__item--cherry {
    width: 80px;
    height: 76px;
  }
}

@media (min-width: 1200px) {
  .decor__item--cherry {
    width: 170px;
    height: 161px;
    bottom: -20px;
    left: 32%;
  }
}

@media (min-width: 1440px) {
  .decor__item--cherry {
    left: 50px;
  }
}

@media (min-width: 1920px) {
  .decor__item--cherry {
    left: 60px;
    width: 189px;
    height: 179px;
  }
}

.decor__item--triangle {
  bottom: 30%;
  left: 4%;
  width: 75px;
  height: 64px;
  -webkit-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  transform: rotate(-25deg);
}

@media (min-width: 768px) {
  .decor__item--triangle {
    left: 30px;
  }
}

@media (min-width: 1200px) {
  .decor__item--triangle {
    left: auto;
    top: 37px;
    right: 36%;
    width: 104px;
    height: 89px;
  }
}

@media (min-width: 1440px) {
  .decor__item--triangle {
    top: auto;
    bottom: 100px;
  }
}

@media (min-width: 1920px) {
  .decor__item--triangle {
    width: 115px;
    height: 99px;
  }
}

.decor__item--star {
  display: none;
}

@media (min-width: 1440px) {
  .decor__item--star {
    display: block;
    top: 80px;
    left: 40%;
    width: 90px;
    height: 86px;
  }
}

@media (min-width: 1920px) {
  .decor__item--star {
    top: 66px;
    left: 60%;
  }
}

.decor__item--loto {
  bottom: 60px;
  right: -89px;
  width: 214px;
  height: 204px;
  rotate: -24deg;
}

@media (min-width: 768px) {
  .decor__item--loto {
    right: -113px;
    width: 286px;
    height: 275px;
  }
}

@media (min-width: 1200px) {
  .decor__item--loto {
    right: -183px;
    bottom: 110px;
    width: 366px;
    height: 351px;
  }
}

@media (min-width: 1440px) {
  .decor__item--loto {
    right: -160px;
    bottom: 150px;
    width: 418px;
    height: 402px;
  }
}

@media (min-width: 1920px) {
  .decor__item--loto {
    width: 465px;
    height: 446px;
  }
}

.decor__item--loto-front {
  bottom: 60px;
  right: -89px;
  width: 205px;
  height: 204px;
  rotate: -24deg;
}

@media (min-width: 768px) {
  .decor__item--loto-front {
    right: -113px;
    width: 275px;
    height: 275px;
  }
}

@media (min-width: 1200px) {
  .decor__item--loto-front {
    right: -163px;
    bottom: 110px;
    width: 351px;
    height: 351px;
  }
}

@media (min-width: 1440px) {
  .decor__item--loto-front {
    right: -160px;
    bottom: 150px;
    width: 402px;
    height: 402px;
  }
}

@media (min-width: 1920px) {
  .decor__item--loto-front {
    width: 446px;
    height: 446px;
  }
}

.decor__item--trefa {
  width: 45px;
  height: 50px;
  rotate: 140deg;
  right: 19%;
  top: 11%;
}

@media (min-width: 768px) {
  .decor__item--trefa {
    right: 21px;
    top: 66px;
  }
}

@media (min-width: 1200px) {
  .decor__item--trefa {
    right: auto;
    left: 42px;
    top: 20px;
    width: 63px;
    height: 69px;
  }
}

@media (min-width: 1920px) {
  .decor__item--trefa {
    top: 66px;
    left: 106px;
    width: 70px;
    height: 77px;
  }
}

.decor__item--gradient {
  width: 193px;
  height: 192px;
  -webkit-filter: blur(200px);
  filter: blur(200px);
  bottom: 12%;
  right: -50px;
  background-color: #0253fd;
}

@media (min-width: 768px) {
  .decor__item--gradient {
    width: 226px;
    height: 225px;
  }
}

@media (min-width: 1200px) {
  .decor__item--gradient {
    width: 294px;
    height: 294px;
  }
}

@media (min-width: 1920px) {
  .decor__item--gradient {
    width: 326px;
    height: 326px;
  }
}

.invite {
  padding-top: 40px;
  padding-bottom: 25px;
  overflow: hidden;
  background-color: #ffbb00;
}

@media (min-width: 768px) {
  .invite {
    overflow: visible;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 1920px) {
  .invite {
    padding-top: 70px;
  }
}

.invite .invite__subtitle {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 400;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1.2;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .invite .invite__subtitle {
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .invite .invite__subtitle {
    max-width: 70%;
  }
}

.invite__title {
  margin-bottom: 20px;
  color: #fff;
}

@media (min-width: 768px) {
  .invite__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-width: 0;
  }
}

.invite .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (min-width: 768px) {
  .invite .slick-track {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.invite .slick-list {
  overflow: visible;
}

@media (min-width: 768px) {
  .invite .slick-list {
    overflow: hidden;
  }
}

.invite .slick-list.draggable {
  margin-left: -10px;
}

@media (min-width: 576px) {
  .invite .slick-list.draggable {
    margin-left: -20px;
  }
}

@media (min-width: 768px) {
  .invite .slick-list.draggable {
    margin-left: 0px;
    margin-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .invite .slick-list.draggable {
    margin-bottom: 50px;
  }
}

.invite .slick-slide {
  min-height: 100%;
}

@media (min-width: 768px) {
  .invite .slick-slide {
    height: inherit;
  }
}

.invite .slick-slide > div {
  margin: 0 10px;
  height: 100%;
}

.invite .slick-dots {
  position: relative;
  z-index: 1;
  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: 100%;
}

.invite .slick-dots li {
  margin: 0 5px;
}

@media (min-width: 768px) {
  .invite .slick-dots li {
    margin: 0 7px;
  }
}

.invite .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  font-size: 0;
  background-color: #fff;
  border: none;
  -webkit-transition: background-color 0.3s linear, width 0.3s linear,
    height 0.3s linear;
  transition: background-color 0.3s linear, width 0.3s linear,
    height 0.3s linear;
  cursor: pointer;
}

@media (min-width: 768px) {
  .invite .slick-dots li button {
    width: 15px;
    height: 15px;
  }
}

.invite .slick-dots li.slick-active button {
  width: 15px;
  height: 15px;
  background-color: #0253fd;
}

@media (min-width: 768px) {
  .invite .slick-dots li.slick-active button {
    width: 20px;
    height: 20px;
  }
}

.invite__item {
  margin-bottom: 15px;
  cursor: pointer;
}

@media (min-width: 768px) {
  .invite__item {
    margin-bottom: 40px;
    height: 100%;
    min-height: 100%;
  }
}

@media (min-width: 1200px) {
  .invite__item {
    margin-bottom: 50px;
  }
}

.invite__item.invite__item--1 .invite__image svg {
  width: 80px;
  height: 73px;
}

@media (min-width: 576px) {
  .invite__item.invite__item--1 .invite__image svg {
    width: 125px;
    height: 114px;
  }
}

@media (min-width: 1200px) {
  .invite__item.invite__item--1 .invite__image svg {
    width: 141px;
    height: 129px;
  }
}

@media (min-width: 1920px) {
  .invite__item.invite__item--1 .invite__image svg {
    width: 172px;
    height: 158px;
  }
}

.invite__item.invite__item--2 .invite__image svg {
  width: 67px;
  height: 68px;
}

@media (min-width: 576px) {
  .invite__item.invite__item--2 .invite__image svg {
    width: 113px;
    height: 115px;
  }
}

@media (min-width: 1200px) {
  .invite__item.invite__item--2 .invite__image svg {
    width: 124px;
    height: 126px;
  }
}

@media (min-width: 1920px) {
  .invite__item.invite__item--2 .invite__image svg {
    width: 151px;
    height: 154px;
  }
}

.invite__item.invite__item--3 .invite__image svg {
  width: 54px;
  height: 68px;
}

@media (min-width: 576px) {
  .invite__item.invite__item--3 .invite__image svg {
    width: 88px;
    height: 111px;
  }
}

@media (min-width: 1200px) {
  .invite__item.invite__item--3 .invite__image svg {
    width: 100px;
    height: 126px;
  }
}

@media (min-width: 1920px) {
  .invite__item.invite__item--3 .invite__image svg {
    width: 122px;
    height: 154px;
  }
}

.invite__item.invite__item--4 .invite__image svg {
  width: 55px;
  height: 68px;
}

@media (min-width: 576px) {
  .invite__item.invite__item--4 .invite__image svg {
    width: 89px;
    height: 111px;
  }
}

@media (min-width: 1200px) {
  .invite__item.invite__item--4 .invite__image svg {
    width: 102px;
    height: 126px;
  }
}

@media (min-width: 1920px) {
  .invite__item.invite__item--4 .invite__image svg {
    width: 124px;
    height: 154px;
  }
}

.invite__item.invite__item--5 .invite__image svg {
  width: 71px;
  height: 68px;
}

@media (min-width: 576px) {
  .invite__item.invite__item--5 .invite__image svg {
    width: 116px;
    height: 110px;
  }
}

@media (min-width: 1200px) {
  .invite__item.invite__item--5 .invite__image svg {
    width: 131px;
    height: 125px;
  }
}

@media (min-width: 1920px) {
  .invite__item.invite__item--5 .invite__image svg {
    width: 161px;
    height: 154px;
  }
}

.invite__item.invite__item--6 .invite__image svg {
  width: 73px;
  height: 68px;
}

@media (min-width: 576px) {
  .invite__item.invite__item--6 .invite__image svg {
    width: 117px;
    height: 110px;
  }
}

@media (min-width: 1200px) {
  .invite__item.invite__item--6 .invite__image svg {
    width: 134px;
    height: 125px;
  }
}

@media (min-width: 1920px) {
  .invite__item.invite__item--6 .invite__image svg {
    width: 165px;
    height: 154px;
  }
}

.invite__item-wrap {
  position: relative;
  padding-top: 30px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  border: 2px solid #000;
  border-radius: 10px;
}

@media (min-width: 768px) {
  .invite__item-wrap {
    height: 100%;
    min-height: 100%;
    padding-top: 40px;
  }
}

@media (min-width: 1200px) {
  .invite__item-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 1920px) {
  .invite__item-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.invite__image {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .invite__image {
    margin-bottom: 25px;
  }
}

.invite__decor {
  position: absolute;
  width: 30px;
  height: 30px;
}

.invite__decor--1 {
  left: 0;
  top: 0;
}

.invite__decor--2 {
  top: 0;
  right: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.invite__decor--3 {
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.invite__decor--4 {
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.invite__image {
  text-align: center;
}

@media (min-width: 993px) {
  .invite__image {
    text-align: left;
  }
}

.invite h3,
.invite p {
  color: #000;
}

.invite h3 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  text-transform: uppercase;
  text-align: left;
}

@media (min-width: 768px) {
  .invite h3 {
    font-size: 20px;
  }
}

.invite p {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .invite p {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .invite p {
    font-size: 16px;
  }
}

.contacts {
  padding-top: 10px;
  padding-bottom: 40px;
  background-color: #313131;
  scroll-margin-top: 50px;
}

@media (min-width: 768px) {
  .contacts {
    padding-top: 26px;
  }
}

@media (min-width: 1200px) {
  .contacts {
    padding-top: 10px;
    padding-bottom: 100px;
  }
}

@media (min-width: 1440px) {
  .contacts {
    padding-top: 50px;
  }
}

.contacts h2 {
  color: white;
  margin-bottom: 5px;
  text-align: center;
}

@media (min-width: 768px) {
  .contacts h2 {
    text-align: left;
    margin-bottom: 40px;
    grid-column: 1 / 3;
  }
}

@media (min-width: 1200px) {
  .contacts h2 {
    padding-bottom: 20px;
  }
}

@media (min-width: 1440px) {
  .contacts h2 {
    padding-bottom: 0px;
    margin-bottom: 0;
  }
}

.contacts h2 + svg {
  margin-bottom: 30px;
  fill: #f40f3e;
  stroke: #f40f3e;
  width: 100%;
}

@media (min-width: 768px) {
  .contacts h2 + svg {
    display: none;
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .contacts__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.contacts address {
  font-style: normal;
}

@media (min-width: 768px) {
  .contacts address {
    grid-column: 1 /2;
    grid-row: 2;
    align-self: center;
  }
}

.contacts__box {
  display: none;
}

@media (min-width: 768px) {
  .contacts__box {
    position: relative;
    display: block;
    grid-column: 2 /3;
    grid-row: 2;
  }
}

.contacts__absolute-book-wrap {
  position: relative;
  z-index: 10;
}

.contacts__absolute-book {
  position: relative;
  width: 277px;
  height: 250px;
}

@media (min-width: 768px) {
  .contacts__absolute-book {
    width: 335px;
    height: 333px;
  }
}

@media (min-width: 1200px) {
  .contacts__absolute-book {
    width: 433px;
    height: 388px;
  }
}

@media (min-width: 1440px) {
  .contacts__absolute-book {
    width: 488px;
    height: 440px;
  }
}

.contacts__absolute-book img {
  position: relative;
  z-index: 10;
  width: 100%;
  -webkit-transition: -webkit-transform 1s linear;
  transition: -webkit-transform 1s linear;
  transition: transform 1s linear;
  transition: transform 1s linear, -webkit-transform 1s linear;
  height: 100%;
}

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

.contacts__absolute-bg .perspective {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.contacts__absolute-bg .card {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.contacts__circles {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
}

.contacts__absolute-circle {
  position: absolute;
}

@media (min-width: 768px) {
  .contacts__absolute-circle--11 {
    background: linear-gradient(31deg, #f40f3e 10%, #fff 137%);
    border-radius: 50%;
    right: 6%;
    width: 22px;
    height: 22px;
    bottom: 18%;
  }
}

@media (min-width: 1200px) {
  .contacts__absolute-circle--11 {
    -webkit-transform: translateZ(80px);
    transform: translateZ(80px);
    right: 7%;
    bottom: 80px;
    width: 26px;
    height: 26px;
  }
}

@media (min-width: 768px) {
  .contacts__absolute-circle--12 {
    right: 1%;
    bottom: 27%;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: linear-gradient(31deg, #f40f3e 10%, #fff 137%);
  }
}

@media (min-width: 1200px) {
  .contacts__absolute-circle--12 {
    -webkit-transform: translateZ(80px);
    transform: translateZ(80px);
    bottom: 15%;
    right: 0%;
    width: 18px;
    height: 18px;
  }
}

@media (min-width: 768px) {
  .contacts__absolute-circle--13 {
    bottom: 15%;
    right: -2%;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: linear-gradient(31deg, #f40f3e 10%, #fff 137%);
  }
}

@media (min-width: 1200px) {
  .contacts__absolute-circle--13 {
    -webkit-transform: translateZ(80px);
    transform: translateZ(80px);
    right: 2%;
    bottom: 25%;
    width: 14px;
    height: 14px;
  }
}

@media (min-width: 768px) {
  .contacts__absolute-circle--14 {
    top: 11px;
    left: 14%;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: linear-gradient(31deg, #bf8f99 10%, #fff 137%);
  }
}

@media (min-width: 1200px) {
  .contacts__absolute-circle--14 {
    -webkit-transform: translateZ(80px);
    transform: translateZ(80px);
    top: 15px;
    left: 15%;
    width: 16px;
    height: 16px;
  }
}

@media (min-width: 768px) {
  .contacts__absolute-circle--15 {
    width: 20px;
    height: 20px;
    left: 4%;
    top: 4px;
    border-radius: 50%;
    background: linear-gradient(31deg, #bf8f99 10%, #fff 137%);
  }
}

@media (min-width: 1200px) {
  .contacts__absolute-circle--15 {
    -webkit-transform: translateZ(80px);
    transform: translateZ(80px);
    width: 24px;
    height: 24px;
    left: 5%;
    top: 5px;
  }
}

@media (min-width: 768px) {
  .contacts__absolute-circle--16 {
    width: 9px;
    height: 9px;
    left: 12%;
    top: -1px;
    border-radius: 50%;
    background: linear-gradient(31deg, #bf8f99 10%, #fff 137%);
  }
}

@media (min-width: 1200px) {
  .contacts__absolute-circle--16 {
    -webkit-transform: translateZ(80px);
    transform: translateZ(80px);
    width: 12px;
    height: 12px;
    left: 13%;
    top: 0px;
  }
}

.contacts__soc-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 0;
  color: transparent;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.contacts__soc-item use {
  -webkit-transition: fill 0.3s ease-in;
  transition: fill 0.3s ease-in;
}

.contacts__soc-item:not(.contacts__soc-item--time):hover {
  opacity: 0.8;
}

.contacts__soc-item:not(.contacts__soc-item--time):hover use {
  fill: #f40f3e;
}

@media (min-width: 1200px) {
  .contacts__soc-item:last-child {
    margin-bottom: 30px;
  }
}

@media (min-width: 1920px) {
  .contacts__soc-item:last-child {
    margin-bottom: 60px;
  }
}

@media (min-width: 1200px) {
  .contacts__soc-item:first-child {
    margin-top: 30px;
  }
}

@media (min-width: 1440px) {
  .contacts__soc-item:first-child {
    margin-top: 70px;
  }
}

@media (min-width: 1920px) {
  .contacts__soc-item:first-child {
    margin-top: 110px;
  }
}

.contacts__soc-item:not(:last-child) {
  margin-bottom: 20px;
}

.contacts__soc-item div:first-child {
  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;
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
}

@media (min-width: 768px) {
  .contacts__soc-item div:first-child {
    min-width: 45px;
    height: 45px;
  }
}

@media (min-width: 1200px) {
  .contacts__soc-item div:first-child {
    min-width: 54px;
    height: 54px;
  }
}

.contacts__soc-item > span {
  color: #fff;
  margin-left: 15px;
  font-size: 12px;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  display: inline-block;
  font-size: calc(13px + 11 * ((100vw - 320px) / 1600));
  font-weight: 500;
  line-height: 1.4;
  /* 18.852px */
}

@media (min-width: 768px) {
  .contacts__soc-item > span {
    margin-left: 45px;
  }
}

@media (min-width: 1200px) {
  .contacts__soc-item > span {
    font-size: 20px;
  }
}

.contacts__soc-item > span > span {
  display: block;
}

.contacts__soc-item--skype svg {
  width: 18px;
  height: 18px;
}

@media (min-width: 768px) {
  .contacts__soc-item--skype svg {
    width: 28px;
    height: 28px;
  }
}

.contacts__soc-item--skype use {
  fill: #313131;
}

.contacts__soc-item--telegram svg {
  width: 19px;
  height: 15px;
}

@media (min-width: 768px) {
  .contacts__soc-item--telegram svg {
    width: 28px;
    height: 22px;
  }
}

.contacts__soc-item--telegram use {
  fill: #313131;
}

.contacts__soc-item--mail svg {
  width: 17px;
  height: 13px;
}

@media (min-width: 768px) {
  .contacts__soc-item--mail svg {
    width: 28px;
    height: 22px;
  }
}

.contacts__soc-item--mail use {
  fill: #313131;
}

.contacts__soc-item--time svg {
  width: 21px;
  height: 21px;
  fill: #fff;
}

@media (min-width: 768px) {
  .contacts__soc-item--time svg {
    width: 28px;
    height: 28px;
  }
}

.contacts__soc-item--time use {
  stroke: #313131;
}

.links {
  position: relative;
  z-index: 10;
  padding-bottom: 16px;
  padding-top: 1em;
}

@media (min-width: 993px) {
  .links {
    padding-bottom: 0;
  }
}

.links .links-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 576px) {
  .links .links-wrap .reg-btn {
    display: none;
  }
}

.links .reg-btn,
.links .app-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.links .app-links {
  z-index: 2;
  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;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media (min-width: 576px) {
  .links .app-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .links .app-links {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.links .app-links a {
  margin-left: 3%;
  margin-right: 3%;
}

.links .app-links a:not(:last-child) {
  margin-bottom: 1em;
}

@media (min-width: 576px) {
  .links .app-links a:not(:last-child) {
    margin-bottom: 0;
  }
}

.links .app-links__svg {
  width: 34vw;
  height: 10vw;
}

@media (min-width: 576px) {
  .links .app-links__svg {
    width: 150px;
    height: 45px;
  }
}

@media (min-width: 768px) {
  .links .app-links__svg {
    width: 133px;
    height: 40px;
  }
}

.links .soc-networks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.links .soc-networks a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 1%;
  margin-right: 1%;
  height: 28px;
  width: 28px;
  background-color: #fff;
  border-radius: 50%;
}

.links .soc-networks a:last-child {
  pointer-events: none;
  border: 2px solid red;
  color: #000;
  font-weight: 700;
  font-size: 0.8em;
}

.links .soc-networks a svg {
  width: 20px;
  height: 20px;
}

.links .soc-networks a svg use {
  fill: #000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.links .soc-networks a:hover {
  background-color: #ffbb00;
}

.links .reg-btn,
.links .app-btn,
.links .app-links,
.links .soc-networks {
  margin-bottom: 20px;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.links .reg-btn button,
.links .app-btn button {
  min-width: 243px;
}

@media (min-width: 768px) {
  .links .app-btn {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

@media (min-width: 993px) {
  .links .app-btn {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (min-width: 993px) {
  .links .app-btn,
  .links .app-links,
  .links .soc-networks {
    margin-bottom: 0px;
    width: 30%;
  }
  .links .soc-networks {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (min-width: 1200px) {
  .links .app-btn,
  .links .app-links,
  .links .soc-networks {
    width: 30%;
  }
  .links .soc-networks {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .links .soc-networks a {
    width: 36px;
    height: 36px;
  }
  .links .app-links {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.popUp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -100;
  opacity: 0;
}

.popUp--grabBonus {
  text-transform: uppercase;
}

.popUp--grabBonus .popUp__head {
  line-height: 1.24;
  width: 90%;
  text-align: center;
}

.popUp--grabBonus .popUp__head > .gradient-text {
  font-size: calc(22px + 18 * ((100vw - 320px) / 1600));
  margin-bottom: 0.6em;
  padding-right: 2px;
  font-weight: 800;
}

.popUp--grabBonus .popUp__head span.gradient-text {
  font-size: inherit;
  font-style: normal;
}

.popUp--grabBonus .popUp__content h3 {
  margin-bottom: 0.6em;
  text-align: center;
}

.popUp--grabBonus .popUp__list {
  padding-left: 1em;
  list-style: decimal;
}

.popUp--grabBonus .popUp__list li {
  padding-left: 5px;
}

.popUp--grabBonus .gradient-text {
  font-size: 22px;
  font-style: italic;
}

@media (min-width: 576px) {
  .popUp--rules .popUp__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.popUp--rules .popUp__head {
  margin: 0 auto 1em;
}

.popUp--rules .popUp__android,
.popUp--rules .popUp__ios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 576px) {
  .popUp--rules .popUp__android,
  .popUp--rules .popUp__ios {
    max-width: 50%;
    width: 100%;
  }
}

.popUp--rules a.ellipse-btn,
.popUp--rules button.ellipse-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 240px;
}

.popUp--rules .popUp__android .popUp__border {
  margin-right: 0;
}

.popUp--contentVisibility .gradient-text.yellow-gradient {
  font-weight: 800;
}

.popUp--contentVisibility .popUp__list {
  width: 80%;
  font-size: calc(14px + 4 * ((100vw - 320px) / 1600));
  font-style: italic;
  text-align: center;
  margin: 0 auto;
  list-style: none;
}

.popUp--contentVisibility .popUp__list li {
  font-size: inherit;
  margin-bottom: 1em;
  line-height: 1.24;
}

.popUp.show {
  z-index: 100;
  -webkit-animation: animShow 0.6s linear forwards;
  animation: animShow 0.6s linear forwards;
}

@-webkit-keyframes animShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes animShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.popUp.hide {
  -webkit-animation: animHide 1s linear forwards;
  animation: animHide 1s linear forwards;
}

@-webkit-keyframes animHide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    z-index: -100;
  }
}

@keyframes animHide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    z-index: -100;
  }
}

.popUp__block {
  position: relative;
  max-width: 400px;
  width: 100%;
  padding: 15px 10px 15px 10px;
  border-radius: 10px;
  border: 2px solid #fff;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #313131;
}

@media (min-width: 993px) {
  .popUp__block {
    max-width: 710px;
    padding: 20px 10px 20px 10px;
  }
}

.popUp__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 5px;
}

.popUp__close a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 28px;
  width: 28px;
  position: relative;
  opacity: 0.7;
  color: #fff;
  font-weight: 500;
  -webkit-transition: opacity 0.3s linear, border-radius 0.3s linear,
    -webkit-box-shadow 0.3s linear, -webkit-transform 0.3s linear;
  transition: opacity 0.3s linear, border-radius 0.3s linear,
    -webkit-box-shadow 0.3s linear, -webkit-transform 0.3s linear;
  transition: box-shadow 0.3s linear, opacity 0.3s linear, transform 0.3s linear,
    border-radius 0.3s linear;
  transition: box-shadow 0.3s linear, opacity 0.3s linear, transform 0.3s linear,
    border-radius 0.3s linear, -webkit-box-shadow 0.3s linear,
    -webkit-transform 0.3s linear;
}

.popUp__close a::before,
.popUp__close a::after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  width: 80%;
  height: 2px;
  position: absolute;
  top: 45%;
  left: 12%;
  border-radius: 15px;
}

.popUp__close a::before {
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
}

.popUp__close a::after {
  -webkit-transform: rotate(130deg);
  -ms-transform: rotate(130deg);
  transform: rotate(130deg);
}

.popUp__close a:hover {
  opacity: 1;
  background: #fff;
  -webkit-box-shadow: inset 0px 0px 20px 20px #fff;
  box-shadow: inset 0px 0px 20px 20px #fff;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  border-radius: 50%;
}

.popUp__close a:hover::after,
.popUp__close a:hover::before {
  background-color: #735146;
}

.popUp__subtitle {
  margin-bottom: 1em;
}

@media (min-width: 1200px) {
  .popUp__subtitle {
    margin-bottom: 2em;
  }
}

.popUp__subtitle span {
  font-size: 16px;
  display: inline-block;
  padding: 0 4px 0 0;
  font-weight: 800;
}

.popUp__name {
  margin-bottom: 20px;
  font-size: calc(24px + 26 * ((100vw - 320px) / 1600));
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.12;
}

@media (min-width: 1200px) {
  .popUp__name {
    font-size: 40px;
  }
}

.popUp__name span {
  font-size: inherit;
  font-weight: 800;
  padding-right: 3px;
}

.popUp__content {
  margin: auto;
  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;
}

@media (min-width: 576px) {
  .popUp__content {
    max-width: 240px;
  }
}

@media (min-width: 768px) {
  .popUp__content {
    max-width: 460px;
  }
}

.popUp__content h2 {
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  font-size: calc(14px + 1 * ((100vw - 320px) / 1600));
}

.popUp__content h3 {
  line-height: 1.24;
  margin-bottom: 1em;
  font-size: 14px;
  font-weight: 500;
}

.popUp__content svg {
  margin-bottom: 10px;
  width: 29px;
  height: 34px;
}

.popUp__content li,
.popUp__content p {
  line-height: 110%;
  font-size: 12px;
}

.popUp__content li a,
.popUp__content p a {
  text-decoration: underline;
  font-style: normal;
}

.popUp__content li a:hover,
.popUp__content p a:hover {
  color: #ffbb04;
}

.popUp__content li:not(:last-child) {
  margin-bottom: 5px;
}

.popUp__head {
  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;
  width: 60%;
  margin-bottom: 1em;
}

.popUp__border {
  margin-right: 16px;
  padding: 7px 6px 7px 6px;
  margin-bottom: 1em;
  border: 1px solid white;
}

@media (min-width: 576px) {
  .popUp__border {
    margin-top: auto;
  }
}

.popUp__box {
  height: 105px;
  padding-left: 0.2em;
  border-radius: 10px;
  overflow-y: scroll;
}

.popUp__box::-webkit-scrollbar {
  position: relative;
  z-index: 20;
  width: 10px;
  background-color: #333333;
  opacity: 0.2;
  border-radius: 2px;
  width: 4px;
}

.popUp__box::-webkit-scrollbar-thumb {
  position: relative;
  z-index: 20;
  width: 8px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(-73.86%, #f95a71),
    color-stop(38.81%, #f40f3e)
  );
  background: linear-gradient(180deg, #f95a71 -73.86%, #f40f3e 38.81%);
  border-radius: 3px;
}

.popUp__rules {
  padding-right: 4px;
  padding-left: 0.1em;
}

.popUp__list {
  margin-bottom: 10px;
}

.popUp__list--ios {
  padding-left: 1em;
}

.popUp__list--ios li {
  list-style: disc;
  line-height: 1.24;
}

.popUp__list--ios li:not(:last-child) {
  margin-bottom: 5px;
}

.popUp .ellipse-btn {
  text-align: center;
  max-width: 70%;
  width: 100%;
  font-size: 1em;
}

.soc-networks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 10px;
  padding-top: 10px;
}

@media (min-width: 576px) {
  .soc-networks {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-left: auto;
  }
}

.soc-networks .footer__18icon {
  display: none;
}

.soc-networks a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 2%;
  margin-right: 2%;
  height: 30px;
  width: 30px;
  color: transparent;
  font-size: 0;
  background-color: #fff;
  -webkit-transition: -webkit-box-shadow 0.3s linear;
  transition: -webkit-box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear, -webkit-box-shadow 0.3s linear;
  border-radius: 50%;
}

.soc-networks a svg {
  width: 20px;
  height: 20px;
  fill: #313131;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.soc-networks a:hover svg {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.footer {
  padding-top: 25px;
  padding-bottom: 50px;
  background-color: #1a1a1a;
}

@media (min-width: 768px) {
  .footer {
    padding-top: 75px;
    padding-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .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 .logo {
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 576px) {
  .footer .logo {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .footer .logo {
    margin-bottom: 0;
    margin-left: 0;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

.footer .logo__svg {
  width: 165px;
  height: 18px;
}

.footer .logo__link svg {
    width: 168px;
    height: 40px
}

.footer nav {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .footer nav {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (min-width: 1440px) {
  .footer nav li:nth-child(3) {
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .footer nav,
  .footer .logo {
    margin-bottom: 60px;
  }
}

.footer .soc-networks {
  margin-bottom: 30px;
  max-width: 50%;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .footer .soc-networks {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 0;
    margin-right: 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    gap: 10px;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .footer .soc-networks a {
    margin-left: 0;
    margin-right: 0;
  }
}

.footer p {
  margin: 0 auto;
  max-width: 420px;
  text-align: center;
  color: #9b9b9b;
  font-size: 13.5px;
  font-weight: 400;
}

@media (min-width: 768px) {
  .footer p {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 0;
    max-width: 70%;
    text-align: left;
    font-size: 14px;
  }
}

@media (min-width: 993px) {
  .footer p {
    min-width: 80%;
  }
}
