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,
.advantages h2,
.footer h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-style: italic;
}
.title,
.choose__item h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.button {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.tools h3,
.choose h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: italic;
}
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 > .text {
  display: block;
}
@media (min-width: 768px) {
  .main > .text {
    display: none;
  }
}
.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));
  font-style: italic;
  text-transform: uppercase;
  line-height: 1.1;
}
.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: 36px;
  }
}
@media (min-width: 1200px) {
  .title {
    font-size: 40px;
  }
}
@media (min-width: 1920px) {
  .title {
    font-size: 48px;
  }
}
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: #fb0;
  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: #fb0;
  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: #fb0;
  -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: #fb0;
  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: #fb0;
  -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";
  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;
}
.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;
}
.button {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 6px;
  color: #000;
  font-size: 16px;
  line-height: 52px;
  text-decoration: none;
  font-style: normal;
  text-align: center;
  border-radius: 6px;
  background-color: #fb0;
  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(153, 112, 0, 0.5),
    0px -2px 10px 0px rgba(153, 112, 0, 0.5);
  box-shadow: 0px 2px 10px 0px rgba(153, 112, 0, 0.5),
    0px -2px 10px 0px rgba(153, 112, 0, 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: #fb0;
  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: #fb0;
  -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: 40px;
    padding-right: 40px;
  }
}
@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: #fb0;
  -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: 1200px) {
  .container {
    max-width: 1180px;
  }
}
@media (min-width: 1920px) {
  .container {
    padding: 0 30px;
    max-width: 1480px;
  }
}
.container-fluid {
  max-width: 1920px;
}
.langCheck {
  --switch-arrow-color: #ffbb04;
  --switch-radius: 5px;
  --switch-height: 26px;
  min-width: 62px;
  top: 0px;
  height: var(--switch-height);
}
@media (min-width: 768px) {
  .langCheck {
    min-width: 100px;
  }
}
@media (min-width: 993px) {
  .langCheck {
    display: block;
    position: relative;
    z-index: 10;
    right: 10px;
  }
}
@media (min-width: 1200px) {
  .langCheck {
    --switch-height: 32px;
  }
}
.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: var(--switch-radius);
  overflow: hidden;
  position: relative;
  z-index: 111;
}
.langCheck__wrapper::after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 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: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;
  height: 100%;
  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: 17px;
  border-radius: 50%;
  border: 1px solid #fff;
}
@media (min-width: 576px) {
  .langCheck__item .icon {
    background-size: 27px;
    width: 19px;
    height: 18px;
    margin: 3px 6px 3px 6px;
  }
}
@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: var(--switch-height);
  background-color: #373737;
  border-radius: 0 0 var(--switch-radius) var(--switch-radius);
  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: 1200px) {
  .langCheck__item.selected {
    --switch-height: 34px;
    height: var(--switch-height);
  }
}
.langCheck__item.selected .icon {
  width: 12px;
  height: 12px;
  background-size: 17px;
  border-radius: 50%;
  border: 1px solid #fff;
}
@media (min-width: 576px) {
  .langCheck__item.selected .icon {
    background-size: 27px;
    margin-left: 11px;
    width: 18px;
    height: 18px;
  }
}
@media (min-width: 768px) {
  .langCheck__item.selected .icon {
    margin-left: 11px;
  }
}
.langCheck__item.selected .langContext {
  font-size: 11px;
  margin: 0;
}
@media (min-width: 768px) {
  .langCheck__item.selected .langContext {
    font-size: 12px;
  }
}
.langCheck__item.selected .arrow {
  --arrow-height: calc(var(--switch-height));
  width: 20px;
  height: 100%;
  height: var(--arrow-height);
  background-color: var(--switch-arrow-color);
  -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: 6px;
  position: relative;
}
@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: #373737;
  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%;
}
.fflag-aw {
  background-position: left 13.9741%;
}
.fflag-bs {
  background-position: left 14.1958%;
}
.fflag-bb {
  background-position: center 14.4175%;
}
.fflag-bq {
  background-position: center 14.6415%;
}
.fflag-bz {
  background-position: center 14.8609%;
}
.fflag-bm {
  background-position: center 15.0826%;
}
.fflag-bo {
  background-position: center 15.306%;
}
.fflag-vg {
  background-position: center 15.528%;
}
.fflag-br {
  background-position: center 15.7496%;
}
.fflag-ca {
  background-position: center 15.9694%;
}
.fflag-ky {
  background-position: center 16.1911%;
}
.fflag-cl {
  background-position: left 16.4128%;
}
.fflag-co {
  background-position: left 16.6345%;
}
.fflag-km {
  background-position: center 16.8562%;
}
.fflag-cr {
  background-position: center 17.0779%;
}
.fflag-cu {
  background-position: left 17.2996%;
}
.fflag-cw {
  background-position: center 17.5213%;
}
.fflag-dm {
  background-position: center 17.743%;
}
.fflag-do {
  background-position: center 17.968%;
}
.fflag-ec {
  background-position: center 18.1864%;
}
.fflag-sv {
  background-position: center 18.4081%;
}
.fflag-fk {
  background-position: center 18.6298%;
}
.fflag-gf {
  background-position: center 18.8515%;
}
.fflag-gl {
  background-position: left 19.0732%;
}
.fflag-gd {
  background-position: center 19.2987%;
}
.fflag-gp {
  background-position: center 19.518%;
}
.fflag-gt {
  background-position: center 19.7383%;
}
.fflag-gy {
  background-position: center 19.96%;
}
.fflag-ht {
  background-position: center 20.1817%;
}
.fflag-hn {
  background-position: center 20.4034%;
}
.fflag-jm {
  background-position: center 20.6241%;
}
.fflag-mq {
  background-position: center 20.8468%;
}
.fflag-mx {
  background-position: center 21.0685%;
}
.fflag-ms {
  background-position: center 21.2902%;
}
.fflag-ni {
  background-position: center 21.5119%;
}
.fflag-pa {
  background-position: center 21.7336%;
}
.fflag-py {
  background-position: center 21.9553%;
}
.fflag-pe {
  background-position: center 22.177%;
}
.fflag-pr {
  background-position: left 22.4002%;
}
.fflag-bl {
  background-position: center 22.6204%;
}
.fflag-kn {
  background-position: center 22.8421%;
}
.fflag-lc {
  background-position: center 23.0638%;
}
.fflag-pm {
  background-position: center 23.2855%;
}
.fflag-vc {
  background-position: center 23.5072%;
}
.fflag-sx {
  background-position: left 23.732%;
}
.fflag-tt {
  background-position: center 23.9506%;
}
.fflag-tc {
  background-position: center 24.1723%;
}
.fflag-en {
  background-position: center 24.394%;
}
.fflag-vi {
  background-position: center 24.6157%;
}
.fflag-uy {
  background-position: left 24.8374%;
}
.fflag-ve {
  background-position: center 25.0591%;
}
.fflag-ab {
  background-position: center 25.279%;
}
.fflag-af {
  background-position: center 25.5025%;
}
.fflag-az {
  background-position: center 25.7242%;
}
.fflag-bd {
  background-position: center 25.9459%;
}
.fflag-bt {
  background-position: center 26.1676%;
}
.fflag-bn {
  background-position: center 26.3885%;
}
.fflag-kh {
  background-position: center 26.611%;
}
.fflag-cn {
  background-position: left 26.8327%;
}
.fflag-ge {
  background-position: center 27.0544%;
}
.fflag-hk {
  background-position: center 27.2761%;
}
.fflag-in {
  background-position: center 27.4978%;
}
.fflag-id {
  background-position: center 27.7195%;
}
.fflag-jp {
  background-position: center 27.9412%;
}
.fflag-kz {
  background-position: center 28.1615%;
}
.fflag-la {
  background-position: center 28.3846%;
}
.fflag-mo {
  background-position: center 28.6063%;
}
.fflag-my {
  background-position: center 28.829%;
}
.fflag-mv {
  background-position: center 29.0497%;
}
.fflag-mn {
  background-position: left 29.2714%;
}
.fflag-mm {
  background-position: center 29.4931%;
}
.fflag-np {
  background-position: left 29.7148%;
}
.fflag-kp {
  background-position: left 29.9365%;
}
.fflag-mp {
  background-position: center 30.1582%;
}
.fflag-pw {
  background-position: center 30.3799%;
}
.fflag-pg {
  background-position: center 30.6016%;
}
.fflag-ph {
  background-position: left 30.8233%;
}
.fflag-sg {
  background-position: left 31.045%;
}
.fflag-kr {
  background-position: center 31.2667%;
}
.fflag-lk {
  background-position: right 31.4884%;
}
.fflag-tw {
  background-position: left 31.7101%;
}
.fflag-tj {
  background-position: center 31.9318%;
}
.fflag-th {
  background-position: center 32.1535%;
}
.fflag-tl {
  background-position: left 32.3752%;
}
.fflag-tm {
  background-position: center 32.5969%;
}
.fflag-vn {
  background-position: center 32.8186%;
}
.fflag-al {
  background-position: center 33.0403%;
}
.fflag-ad {
  background-position: center 33.25975%;
}
.fflag-am {
  background-position: center 33.4837%;
}
.fflag-at {
  background-position: center 33.7054%;
}
.fflag-by {
  background-position: left 33.9271%;
}
.fflag-be {
  background-position: center 34.1488%;
}
.fflag-ba {
  background-position: center 34.3705%;
}
.fflag-bg {
  background-position: center 34.5922%;
}
.fflag-hr {
  background-position: center 34.8139%;
}
.fflag-cy {
  background-position: center 35.0356%;
}
.fflag-cz {
  background-position: left 35.2555%;
}
.fflag-dk {
  background-position: center 35.479%;
}
.fflag-ee {
  background-position: center 35.7007%;
}
.fflag-fo {
  background-position: center 35.9224%;
}
.fflag-fi {
  background-position: center 36.1441%;
}
.fflag-fr {
  background-position: center 36.3658%;
}
.fflag-de {
  background-position: center 36.5875%;
}
.fflag-gi {
  background-position: center 36.8092%;
}
.fflag-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;
}
.text {
  color: #000;
  text-align: left;
  margin: 0 auto;
  background-color: #fff;
  padding: 23px 15px 20px;
  font-size: calc(13px + 17 * ((100vw - 320px) / 1600));
  line-height: 1.57;
}
@media (min-width: 768px) {
  .text {
    margin-left: 0;
    padding: 0;
    background-color: transparent;
    margin-bottom: 50px;
    line-height: 1.16;
    font-size: 18px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .text {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  .text {
    font-size: 24px;
  }
}
.text > p {
  font-style: italic;
  font-size: 14px;
}
@media (min-width: 768px) {
  .text > p {
    font-size: 10px;
  }
}
.text > p.text--subtitle {
  display: none;
  font-style: normal;
  font-size: 20px;
}
@media (min-width: 768px) {
  .text > p.text--subtitle {
    display: block;
  }
}
@media (min-width: 1200px) {
  .text > p.text--subtitle {
    font-size: 24px;
  }
}
.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 200;
  height: 60px;
  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 {
  max-width: 120px;
  font-size: 10px;
  line-height: 27px;
  margin-right: 10px;
}
@media (min-width: 460px) {
  .header .button {
    display: block;
  }
}
@media (min-width: 576px) {
  .header .button {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .header .button {
    line-height: 31px;
    margin-right: 20px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
.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: 43px;
  height: 15px;
}
@media (min-width: 768px) {
  .logo__svg {
    width: 77px;
    height: 27px;
  }
}
.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: 525px;
  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: 20px;
  text-align: left;
  background-image: -webkit-image-set(
    url(../images/sportacademy/bg/xs-1316x514.avif) 1x,
    url(../images/sportacademy/bg/xs-1316x514.webp) 2x,
    url(../images/sportacademy/bg/xs-1316x514.jpg) 2x
  );
  background-image: -webkit-image-set(
    "../images/sportacademy/bg/xs-1316x514.avif" 1x type("image/avif"),
    "../images/sportacademy/bg/xs-1316x514.webp" 2x type("image/webp"),
    "../images/sportacademy/bg/xs-1316x514.jpg" 2x type("image/jpg")
  );
  background-image: -webkit-image-set(
    url("../images/sportacademy/bg/xs-1316x514.avif") 1x type("image/avif"),
    url("../images/sportacademy/bg/xs-1316x514.webp") 2x type("image/webp"),
    url("../images/sportacademy/bg/xs-1316x514.jpg") 2x type("image/jpg")
  );
  background-image: image-set(
    "../images/sportacademy/bg/xs-1316x514.avif" 1x type("image/avif"),
    "../images/sportacademy/bg/xs-1316x514.webp" 2x type("image/webp"),
    "../images/sportacademy/bg/xs-1316x514.jpg" 2x type("image/jpg")
  );
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 49% top;
  overflow: hidden;
}
@media (min-width: 576px) {
  .top {
    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 {
    min-height: 615px;
    padding-top: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
    background-image: -webkit-image-set(
      url(../images/sportacademy/bg/sm-1576x615.avif) 1x,
      url(../images/sportacademy/bg/sm-1576x615.webp) 2x,
      url(../images/sportacademy/bg/sm-1576x615.jpg) 2x
    );
    background-image: -webkit-image-set(
      "../images/sportacademy/bg/sm-1576x615.avif" 1x type("image/avif"),
      "../images/sportacademy/bg/sm-1576x615.webp" 2x type("image/webp"),
      "../images/sportacademy/bg/sm-1576x615.jpg" 2x type("image/jpg")
    );
    background-image: -webkit-image-set(
      url("../images/sportacademy/bg/sm-1576x615.avif") 1x type("image/avif"),
      url("../images/sportacademy/bg/sm-1576x615.webp") 2x type("image/webp"),
      url("../images/sportacademy/bg/sm-1576x615.jpg") 2x type("image/jpg")
    );
    background-image: image-set(
      "../images/sportacademy/bg/sm-1576x615.avif" 1x type("image/avif"),
      "../images/sportacademy/bg/sm-1576x615.webp" 2x type("image/webp"),
      "../images/sportacademy/bg/sm-1576x615.jpg" 2x type("image/jpg")
    );
    background-position: 41% top;
  }
}
@media (min-width: 1200px) {
  .top {
    min-height: 600px;
    padding-top: 30px;
    background-image: -webkit-image-set(
      url(../images/sportacademy/bg/lg-1536x600.avif) 1x,
      url(../images/sportacademy/bg/lg-1536x600.webp) 2x,
      url(../images/sportacademy/bg/lg-1536x600.jpg) 2x
    );
    background-image: -webkit-image-set(
      "../images/sportacademy/bg/lg-1536x600.avif" 1x type("image/avif"),
      "../images/sportacademy/bg/lg-1536x600.webp" 2x type("image/webp"),
      "../images/sportacademy/bg/lg-1536x600.jpg" 2x type("image/jpg")
    );
    background-image: -webkit-image-set(
      url("../images/sportacademy/bg/lg-1536x600.avif") 1x type("image/avif"),
      url("../images/sportacademy/bg/lg-1536x600.webp") 2x type("image/webp"),
      url("../images/sportacademy/bg/lg-1536x600.jpg") 2x type("image/jpg")
    );
    background-image: image-set(
      "../images/sportacademy/bg/lg-1536x600.avif" 1x type("image/avif"),
      "../images/sportacademy/bg/lg-1536x600.webp" 2x type("image/webp"),
      "../images/sportacademy/bg/lg-1536x600.jpg" 2x type("image/jpg")
    );
    background-position: 48% top;
  }
}
@media (min-width: 1440px) {
  .top {
    padding-top: 58px;
    background-image: -webkit-image-set(
      url(../images/sportacademy/bg/lg-1536x600.avif) 1x,
      url(../images/sportacademy/bg/lg-1536x600.webp) 2x,
      url(../images/sportacademy/bg/lg-1536x600.jpg) 2x
    );
    background-image: -webkit-image-set(
      "../images/sportacademy/bg/lg-1536x600.avif" 1x type("image/avif"),
      "../images/sportacademy/bg/lg-1536x600.webp" 2x type("image/webp"),
      "../images/sportacademy/bg/lg-1536x600.jpg" 2x type("image/jpg")
    );
    background-image: -webkit-image-set(
      url("../images/sportacademy/bg/lg-1536x600.avif") 1x type("image/avif"),
      url("../images/sportacademy/bg/lg-1536x600.webp") 2x type("image/webp"),
      url("../images/sportacademy/bg/lg-1536x600.jpg") 2x type("image/jpg")
    );
    background-image: image-set(
      "../images/sportacademy/bg/lg-1536x600.avif" 1x type("image/avif"),
      "../images/sportacademy/bg/lg-1536x600.webp" 2x type("image/webp"),
      "../images/sportacademy/bg/lg-1536x600.jpg" 2x type("image/jpg")
    );
    background-position: 53% top;
  }
}
@media (min-width: 1920px) {
  .top {
    min-height: 750px;
    padding-top: 0;
    background-image: -webkit-image-set(
      url(../images/sportacademy/bg/fhd-1920x750.avif) 1x,
      url(../images/sportacademy/bg/fhd-1920x750.webp) 2x,
      url(../images/sportacademy/bg/fhd-1920x750.jpg) 2x
    );
    background-image: -webkit-image-set(
      "../images/sportacademy/bg/fhd-1920x750.avif" 1x type("image/avif"),
      "../images/sportacademy/bg/fhd-1920x750.webp" 2x type("image/webp"),
      "../images/sportacademy/bg/fhd-1920x750.jpg" 2x type("image/jpg")
    );
    background-image: -webkit-image-set(
      url("../images/sportacademy/bg/fhd-1920x750.avif") 1x type("image/avif"),
      url("../images/sportacademy/bg/fhd-1920x750.webp") 2x type("image/webp"),
      url("../images/sportacademy/bg/fhd-1920x750.jpg") 2x type("image/jpg")
    );
    background-image: image-set(
      "../images/sportacademy/bg/fhd-1920x750.avif" 1x type("image/avif"),
      "../images/sportacademy/bg/fhd-1920x750.webp" 2x type("image/webp"),
      "../images/sportacademy/bg/fhd-1920x750.jpg" 2x type("image/jpg")
    );
  }
}
.top__decor {
  position: absolute;
  width: var(--width);
  height: var(--height);
}
.top__decor img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.top__decor--fball {
  --width: 164px;
  --height: 164px;
  top: 150px;
  right: -40px;
}
@media (min-width: 768px) {
  .top__decor--fball {
    --width: 229px;
    --height: 229px;
    top: 300px;
    right: -70px;
  }
}
@media (min-width: 1200px) {
  .top__decor--fball {
    --width: 303px;
    --height: 303px;
    top: auto;
    bottom: -17%;
    right: -47px;
  }
}
@media (min-width: 1440px) {
  .top__decor--fball {
    right: 5%;
  }
}
@media (min-width: 1920px) {
  .top__decor--fball {
    --width: 379px;
    --height: 379px;
    right: 7%;
  }
}
.top__decor--b-ball {
  --width: 150px;
  --height: 150px;
  top: calc((var(--height) * -0.5));
  right: 20px;
}
@media (min-width: 768px) {
  .top__decor--b-ball {
    --width: 228px;
    --height: 228px;
    top: calc((var(--height) * -0.15));
    right: 44px;
  }
}
@media (min-width: 1200px) {
  .top__decor--b-ball {
    --width: 347px;
    --height: 344px;
    top: calc((var(--height) * -0.11));
    right: 37px;
  }
}
@media (min-width: 1440px) {
  .top__decor--b-ball {
    right: 11%;
  }
}
@media (min-width: 1920px) {
  .top__decor--b-ball {
    --width: 434px;
    --height: 431px;
    right: 12%;
  }
}
.top__decor--regbi {
  display: none;
}
@media (min-width: 768px) {
  .top__decor--regbi {
    width: 228px;
    height: 228px;
  }
}
@media (min-width: 1200px) {
  .top__decor--regbi {
    display: block;
    width: 262px;
    height: 176px;
    left: 99%;
    top: 24%;
  }
}
@media (min-width: 1440px) {
  .top__decor--regbi {
    left: 91%;
  }
}
@media (min-width: 1920px) {
  .top__decor--regbi {
    width: 328px;
    height: 221px;
    left: 89%;
  }
}
.top__decor--tenis {
  width: 113px;
  height: 113px;
  top: 95px;
  left: 20px;
}
@media (min-width: 768px) {
  .top__decor--tenis {
    width: 105px;
    height: 105px;
    top: auto;
    bottom: 24px;
    left: 47%;
  }
}
@media (min-width: 1200px) {
  .top__decor--tenis {
    width: 207px;
    height: 207px;
    left: 55.5%;
    bottom: 73px;
  }
}
@media (min-width: 1440px) {
  .top__decor--tenis {
    left: 54.5%;
  }
}
@media (min-width: 1920px) {
  .top__decor--tenis {
    width: 259px;
    height: 258px;
    left: 55%;
    bottom: 92px;
  }
}
.top__inner {
  position: relative;
  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;
}
@media (min-width: 576px) {
  .top__inner {
    max-width: 80%;
  }
}
@media (min-width: 768px) {
  .top__inner {
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
}
.top p,
.top h1 {
  color: #fff;
}
.top h1 {
  margin-bottom: 24px;
  color: #fff;
  font-size: calc(24px + 20 * ((100vw - 320px) / 1600));
  line-height: 1.2;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .top h1 {
    margin-left: 0;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .top h1 {
    max-width: 100%;
    margin-bottom: 30px;
    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: 40px;
  }
}
@media (min-width: 1920px) {
  .top h1 {
    margin-bottom: 30px;
    font-size: 48px;
  }
}
.top h1 + .text > p {
  margin-bottom: 20px;
  font-size: calc(13px + 17 * ((100vw - 320px) / 1600));
  line-height: 1.58;
}
@media (min-width: 768px) {
  .top h1 + .text > p {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .top h1 + .text > p {
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  .top h1 + .text > p {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .top h1 + .text > p.text--subtitle {
    max-width: 64%;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .top h1 + .text > p.text--subtitle {
    font-size: 24px;
    max-width: 78%;
    margin-bottom: 38px;
  }
}
@media (min-width: 1440px) {
  .top h1 + .text > p.text--subtitle {
    max-width: 77%;
  }
}
@media (min-width: 1920px) {
  .top h1 + .text > p.text--subtitle {
    font-size: 24px;
    letter-spacing: -0.02em;
    max-width: 49%;
    margin-bottom: 30px;
  }
}
.top h1 + .text > p.text--subtitle + p {
  max-width: 84%;
}
@media (min-width: 1200px) {
  .top h1 + .text > p.text--subtitle + p {
    line-height: 1.4;
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  .top h1 + .text > p.text--subtitle + p {
    font-size: 16px;
    max-width: 82%;
  }
}
.top .text {
  display: none;
}
@media (min-width: 768px) {
  .top .text {
    display: block;
    margin-bottom: 10px;
  }
}
@media (min-width: 1920px) {
  .top .text {
    margin-bottom: 35px;
  }
}
.top .button {
  max-width: 280px;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
@media (min-width: 576px) {
  .top .button {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .top .button {
    min-width: 195px;
    margin-bottom: 0px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    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);
  }
}
@media (min-width: 768px) {
  .top .title,
  .top .text,
  .top .button {
    grid-column: 1/4;
  }
}
.top .title {
  grid-row: 1;
}
.top .text {
  grid-row: 2;
}
@media (min-width: 768px) {
  .top .text {
    grid-column: 1/5;
  }
}
@media (min-width: 1200px) {
  .top .text {
    grid-column: 1/4;
  }
}
.top .button {
  grid-row: 3;
}
.advantages {
  padding-bottom: 30px;
  padding-top: 42px;
  color: #000;
  background-color: #fb0;
  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-top: 70px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1920px) {
  .advantages {
    padding-top: 70px;
    padding-bottom: 30px;
  }
}
.advantages h2,
.advantages h3 {
  text-align: center;
  margin-bottom: 20px;
}
.advantages h2 {
  color: #fff;
  margin-bottom: 10px;
  position: relative;
}
@media (min-width: 768px) {
  .advantages h2 {
    padding: 0 2%;
  }
}
@media (min-width: 1200px) {
  .advantages h2 {
    margin-bottom: 29px;
  }
}
@media (min-width: 1920px) {
  .advantages h2 {
    margin-bottom: 41px;
  }
}
@media (min-width: 768px) {
  .advantages h3 {
    margin-bottom: 30px;
  }
}
.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;
  }
}
@media (min-width: 1920px) {
  .advantages h4 {
    margin-bottom: 29px;
  }
}
.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%, #fff)
  );
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%);
}
.advantages h4 span.dotts-ended {
  display: inline-block;
  overflow: hidden;
  position: relative;
  line-height: var(--lh);
  max-height: calc(var(--lh) * var(--max-lines));
  padding-right: 1em;
}
.advantages h4 span.dotts-ended::after {
  content: "";
  position: absolute;
  right: 0;
  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;
  }
}
@media (min-width: 1200px) {
  .advantages__image {
    margin-bottom: 12px;
  }
}
@media (min-width: 1920px) {
  .advantages__image {
    margin-bottom: 28px;
  }
}
.advantages__slide {
  min-width: 0;
  padding: 10px 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: 20px;
}
@media (min-width: 768px) {
  .advantages__item {
    padding: 5px 10px;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    max-width: unset;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .advantages__item {
    margin-bottom: 40px;
  }
}
.advantages__item .advantages__svg-anim {
  fill: #fff;
}
@media (min-width: 768px) {
  .advantages__item .advantages__svg-anim {
    fill: #fb0;
  }
}
.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: #fff;
  }
}
@keyframes moveColor {
  0% {
    -webkit-transform: translate(-3px, -3px);
    transform: translate(-3px, -3px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    fill: #fff;
  }
}
.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;
  }
}
@media (min-width: 1440px) {
  .advantages__item.advantages__item--1 .advantages__image svg {
    width: 107px;
    height: 108px;
  }
}
.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;
  }
}
@media (min-width: 1440px) {
  .advantages__item.advantages__item--2 .advantages__image svg {
    width: 104px;
    height: 108px;
  }
}
.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;
  }
}
@media (min-width: 1440px) {
  .advantages__item.advantages__item--3 .advantages__image svg {
    width: 109px;
    height: 100px;
  }
}
.advantages__item.advantages__item--7 .advantages__image svg {
  width: 102px;
  height: 97px;
}
@media (min-width: 768px) {
  .advantages__item.advantages__item--7 .advantages__image svg {
    width: 67px;
    height: 64px;
  }
}
@media (min-width: 1200px) {
  .advantages__item.advantages__item--7 .advantages__image svg {
    width: 79px;
    height: 76px;
  }
}
@media (min-width: 1440px) {
  .advantages__item.advantages__item--7 .advantages__image svg {
    width: 101px;
    height: 96px;
  }
}
.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--4 .advantages__image svg {
  width: 74px;
  height: 93px;
}
@media (min-width: 768px) {
  .advantages__item.advantages__item--4 .advantages__image svg {
    width: 56px;
    height: 70px;
  }
}
@media (min-width: 1200px) {
  .advantages__item.advantages__item--4 .advantages__image svg {
    width: 66px;
    height: 82px;
  }
}
@media (min-width: 1440px) {
  .advantages__item.advantages__item--4 .advantages__image svg {
    width: 86px;
    height: 107px;
  }
}
.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: 66px;
    height: 63px;
  }
}
@media (min-width: 1200px) {
  .advantages__item.advantages__item--8 .advantages__image svg {
    width: 80px;
    height: 76px;
  }
}
@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: #ffffff;
  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;
  }
}
.tools {
  background-color: #fff;
  color: #000;
  padding: 40px 0 40px;
}
@media (min-width: 768px) {
  .tools {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1440px) {
  .tools {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1920px) {
  .tools {
    padding-top: 70px;
  }
}
.tools h2,
.tools h3 {
  text-align: center;
}
.tools h2 {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .tools h2 {
    margin-bottom: 40px;
  }
}
@media (min-width: 1920px) {
  .tools h2 {
    margin-bottom: 56px;
  }
}
.tools h3 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .tools h3 {
    margin-bottom: 30px;
  }
}
.tools__items {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 10px;
}
@media (min-width: 768px) {
  .tools__items {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
}
.tools__item {
  text-align: center;
  justify-items: center;
}
@supports (grid-template-rows: subgrid) {
  .tools__item {
    display: grid;
    gap: 0px;
    grid-template-rows: subgrid;
    grid-row: span 4;
  }
  @media (min-width: 768px) {
    .tools__item {
      grid-row: span 3;
    }
  }
}
@supports not (grid-template-rows: subgrid) {
  .tools__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tools__item .content .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.tools__item h4,
.tools__item p {
  font-size: 12px;
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .tools__item h4,
  .tools__item p {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .tools__item h4,
  .tools__item p {
    font-size: 16px;
  }
}
.tools__item h4 {
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .tools__item h4 {
    padding: 0 2%;
  }
}
@media (min-width: 1200px) {
  .tools__item h4 {
    margin-bottom: 17px;
  }
}
@media (min-width: 1920px) {
  .tools__item h4 {
    padding: 0 6%;
  }
}
.tools__item p {
  line-height: 1.1;
}
@media (min-width: 1920px) {
  .tools__item p {
    padding: 0 6%;
  }
}
.tools__item--1 .tools__image svg {
  width: 93px;
  height: 71px;
}
@media (min-width: 768px) {
  .tools__item--1 .tools__image svg {
    width: 98px;
    height: 75px;
  }
}
@media (min-width: 1200px) {
  .tools__item--1 .tools__image svg {
    width: 153px;
    height: 116px;
  }
}
.tools__item--2 .tools__image svg {
  width: 79px;
  height: 71px;
}
@media (min-width: 768px) {
  .tools__item--2 .tools__image svg {
    width: 74px;
    height: 67px;
  }
}
@media (min-width: 1200px) {
  .tools__item--2 .tools__image svg {
    width: 115px;
    height: 104px;
  }
}
.tools__item--3 .tools__image svg {
  width: 56px;
  height: 73px;
}
@media (min-width: 1200px) {
  .tools__item--3 .tools__image svg {
    width: 87px;
    height: 113px;
  }
}
.tools__item--4 .tools__image svg {
  width: 50px;
  height: 70px;
}
@media (min-width: 768px) {
  .tools__item--4 .tools__image svg {
    width: 55px;
    height: 77px;
  }
}
@media (min-width: 1200px) {
  .tools__item--4 .tools__image svg {
    width: 86px;
    height: 120px;
  }
}
.tools__item--5 {
  grid-column: 1/3;
}
@media (min-width: 768px) {
  .tools__item--5 {
    grid-column: unset;
  }
}
.tools__item--5 .tools__image svg {
  width: 58px;
  height: 73px;
}
@media (min-width: 768px) {
  .tools__item--5 .tools__image svg {
    width: 61px;
    height: 76px;
  }
}
@media (min-width: 1200px) {
  .tools__item--5 .tools__image svg {
    width: 95px;
    height: 119px;
  }
}
.tools__item .tools__svg-anim {
  fill: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.tools__item.tools__item--animated:nth-child(1) .tools__svg-anim {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.tools__item.tools__item--animated:nth-child(2) .tools__svg-anim {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.tools__item.tools__item--animated:nth-child(3) .tools__svg-anim {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.tools__item.tools__item--animated:nth-child(4) .tools__svg-anim {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.tools__item.tools__item--animated:nth-child(5) .tools__svg-anim {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.tools__item.tools__item--animated svg .tools__svg-anim {
  -webkit-animation-name: toolsMoveColor;
  animation-name: toolsMoveColor;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes toolsMoveColor {
  0% {
    -webkit-transform: translate(-3px, 3px);
    transform: translate(-3px, 3px);
  }
  50% {
    -webkit-transform: translate(-3px, 3px);
    transform: translate(-3px, 3px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    fill: #fb0;
  }
}
@keyframes toolsMoveColor {
  0% {
    -webkit-transform: translate(-3px, 3px);
    transform: translate(-3px, 3px);
  }
  50% {
    -webkit-transform: translate(-3px, 3px);
    transform: translate(-3px, 3px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    fill: #fb0;
  }
}
.tools__image {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .tools__image {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .tools__image {
    margin-bottom: 38px;
  }
}
@media (min-width: 1920px) {
  .tools__image {
    margin-bottom: 28px;
  }
}
.invite {
  padding-top: 40px;
  padding-bottom: 25px;
  overflow: hidden;
  background-color: #fb0;
}
@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;
  }
}
.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: #fb0;
}
.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;
  }
}
.choose {
  background-color: #fff;
  color: #000;
  padding: 20px 0 40px;
}
@media (min-width: 768px) {
  .choose {
    padding-top: 40px;
  }
}
@media (min-width: 1200px) {
  .choose {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1440px) {
  .choose {
    padding-top: 60px;
  }
}
@media (min-width: 1920px) {
  .choose {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.choose h2,
.choose h3 {
  margin-bottom: 20px;
  text-align: center;
}
.choose h3 {
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .choose h3 {
    margin-bottom: 50px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .choose h2 {
    margin-bottom: 24px;
  }
}
.choose__items {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 6px;
}
@media (min-width: 768px) {
  .choose__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    overflow: hidden;
  }
}
.choose__item {
  text-align: center;
  justify-items: center;
}
@supports (grid-template-rows: subgrid) {
  .choose__item {
    display: grid;
    gap: 0px;
    grid-template-rows: subgrid;
    grid-row: span 4;
  }
  @media (min-width: 1200px) {
    .choose__item {
      grid-row: span 3;
    }
  }
}
@supports not (grid-template-rows: subgrid) {
  .choose__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .choose__item .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.choose__item h4 {
  margin-bottom: 15px;
  font-size: 12px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .choose__item h4 {
    margin-bottom: 20px;
    font-size: 20px;
    padding: 0 6px;
  }
}
@media (min-width: 1200px) {
  .choose__item h4 {
    padding: 0;
    line-height: 1.6;
  }
}
@media (min-width: 768px) {
  .choose__item h4 span {
    font-size: 20px;
  }
}
.choose__item p {
  font-size: 12px;
}
@media (min-width: 768px) {
  .choose__item p {
    font-size: 16px;
    line-height: 1.4;
  }
}
.choose__item--1 .choose__image svg {
  width: 56px;
  height: 82px;
}
@media (min-width: 1200px) {
  .choose__item--1 .choose__image svg {
    width: 88px;
    height: 131px;
  }
}
.choose__item--2 .choose__image svg {
  width: 83px;
  height: 84px;
}
@media (min-width: 1200px) {
  .choose__item--2 .choose__image svg {
    width: 130px;
    height: 132px;
  }
}
.choose__item--3 {
  grid-column: 1/3;
}
@media (min-width: 768px) {
  .choose__item--3 {
    grid-column: unset;
  }
}
.choose__item--3 .choose__image svg {
  width: 200px;
  height: 83px;
}
@media (min-width: 1200px) {
  .choose__item--3 .choose__image svg {
    width: 313px;
    height: 131px;
  }
}
.choose__item--3 h4 {
  max-width: 50%;
}
@media (min-width: 768px) {
  .choose__item--3 h4 {
    max-width: 100%;
  }
}
.choose__item--3 p {
  max-width: 79%;
}
.choose__item .choose__svg-anim {
  fill: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.choose__item.choose__item--animated:nth-child(1) .choose__svg-anim {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.choose__item.choose__item--animated:nth-child(2) .choose__svg-anim {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.choose__item.choose__item--animated:nth-child(3) .choose__svg-anim {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.choose__item.choose__item--animated svg .choose__svg-anim {
  -webkit-animation-name: chooseMoveColor;
  animation-name: chooseMoveColor;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes chooseMoveColor {
  0% {
    -webkit-transform: translate(-3px, 3px);
    transform: translate(-3px, 3px);
  }
  50% {
    -webkit-transform: translate(-3px, 3px);
    transform: translate(-3px, 3px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    fill: #fb0;
  }
}
@keyframes chooseMoveColor {
  0% {
    -webkit-transform: translate(-3px, 3px);
    transform: translate(-3px, 3px);
  }
  50% {
    -webkit-transform: translate(-3px, 3px);
    transform: translate(-3px, 3px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    fill: #fb0;
  }
}
.choose__image {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .choose__image {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .choose__image {
    margin-bottom: 37px;
  }
}
@media (min-width: 1920px) {
  .choose__image {
    margin-bottom: 45px;
  }
}
.footer {
  position: relative;
  z-index: 0;
  min-height: 514px;
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-top: 42px;
  padding-bottom: 20px;
  text-align: left;
  overflow: hidden;
}
@media (min-width: 576px) {
  .footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .footer {
    min-height: 615px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .footer {
    min-height: 460px;
  }
}
@media (min-width: 1440px) {
  .footer {
    min-height: 548px;
  }
}
@media (min-width: 1920px) {
  .footer {
    min-height: 572px;
  }
}
.footer h2 {
  margin-bottom: 22px;
}
.footer p {
  margin-bottom: 20px;
  font-size: 10px;
}
@media (min-width: 768px) {
  .footer p {
    font-size: 14px;
  }
}
.footer__absolute-bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-image-set(
    url(../images/sportacademy/bg/xs-1316x514.avif) 1x,
    url(../images/sportacademy/bg/xs-1316x514.webp) 2x,
    url(../images/sportacademy/bg/xs-1316x514.jpg) 2x
  );
  background-image: -webkit-image-set(
    "../images/sportacademy/bg/xs-1316x514.avif" 1x type("image/avif"),
    "../images/sportacademy/bg/xs-1316x514.webp" 2x type("image/webp"),
    "../images/sportacademy/bg/xs-1316x514.jpg" 2x type("image/jpg")
  );
  background-image: -webkit-image-set(
    url("../images/sportacademy/bg/xs-1316x514.avif") 1x type("image/avif"),
    url("../images/sportacademy/bg/xs-1316x514.webp") 2x type("image/webp"),
    url("../images/sportacademy/bg/xs-1316x514.jpg") 2x type("image/jpg")
  );
  background-image: image-set(
    "../images/sportacademy/bg/xs-1316x514.avif" 1x type("image/avif"),
    "../images/sportacademy/bg/xs-1316x514.webp" 2x type("image/webp"),
    "../images/sportacademy/bg/xs-1316x514.jpg" 2x type("image/jpg")
  );
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 52% top;
}
@media (min-width: 768px) {
  .footer__absolute-bg {
    min-height: 615px;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
    background-image: -webkit-image-set(
      url(../images/sportacademy/bg/sm-1576x615.avif) 1x,
      url(../images/sportacademy/bg/sm-1576x615.webp) 2x,
      url(../images/sportacademy/bg/sm-1576x615.jpg) 2x
    );
    background-image: -webkit-image-set(
      "../images/sportacademy/bg/sm-1576x615.avif" 1x type("image/avif"),
      "../images/sportacademy/bg/sm-1576x615.webp" 2x type("image/webp"),
      "../images/sportacademy/bg/sm-1576x615.jpg" 2x type("image/jpg")
    );
    background-image: -webkit-image-set(
      url("../images/sportacademy/bg/sm-1576x615.avif") 1x type("image/avif"),
      url("../images/sportacademy/bg/sm-1576x615.webp") 2x type("image/webp"),
      url("../images/sportacademy/bg/sm-1576x615.jpg") 2x type("image/jpg")
    );
    background-image: image-set(
      "../images/sportacademy/bg/sm-1576x615.avif" 1x type("image/avif"),
      "../images/sportacademy/bg/sm-1576x615.webp" 2x type("image/webp"),
      "../images/sportacademy/bg/sm-1576x615.jpg" 2x type("image/jpg")
    );
  }
}
@media (min-width: 1200px) {
  .footer__absolute-bg {
    min-height: auto;
    background-image: -webkit-image-set(
      url(../images/sportacademy/bg/lg-1536x600.avif) 1x,
      url(../images/sportacademy/bg/lg-1536x600.webp) 2x,
      url(../images/sportacademy/bg/lg-1536x600.jpg) 2x
    );
    background-image: -webkit-image-set(
      "../images/sportacademy/bg/lg-1536x600.avif" 1x type("image/avif"),
      "../images/sportacademy/bg/lg-1536x600.webp" 2x type("image/webp"),
      "../images/sportacademy/bg/lg-1536x600.jpg" 2x type("image/jpg")
    );
    background-image: -webkit-image-set(
      url("../images/sportacademy/bg/lg-1536x600.avif") 1x type("image/avif"),
      url("../images/sportacademy/bg/lg-1536x600.webp") 2x type("image/webp"),
      url("../images/sportacademy/bg/lg-1536x600.jpg") 2x type("image/jpg")
    );
    background-image: image-set(
      "../images/sportacademy/bg/lg-1536x600.avif" 1x type("image/avif"),
      "../images/sportacademy/bg/lg-1536x600.webp" 2x type("image/webp"),
      "../images/sportacademy/bg/lg-1536x600.jpg" 2x type("image/jpg")
    );
  }
}
@media (min-width: 1440px) {
  .footer__absolute-bg {
    background-image: -webkit-image-set(
      url(../images/sportacademy/bg/lg-1536x600.avif) 1x,
      url(../images/sportacademy/bg/lg-1536x600.webp) 2x,
      url(../images/sportacademy/bg/lg-1536x600.jpg) 2x
    );
    background-image: -webkit-image-set(
      "../images/sportacademy/bg/lg-1536x600.avif" 1x type("image/avif"),
      "../images/sportacademy/bg/lg-1536x600.webp" 2x type("image/webp"),
      "../images/sportacademy/bg/lg-1536x600.jpg" 2x type("image/jpg")
    );
    background-image: -webkit-image-set(
      url("../images/sportacademy/bg/lg-1536x600.avif") 1x type("image/avif"),
      url("../images/sportacademy/bg/lg-1536x600.webp") 2x type("image/webp"),
      url("../images/sportacademy/bg/lg-1536x600.jpg") 2x type("image/jpg")
    );
    background-image: image-set(
      "../images/sportacademy/bg/lg-1536x600.avif" 1x type("image/avif"),
      "../images/sportacademy/bg/lg-1536x600.webp" 2x type("image/webp"),
      "../images/sportacademy/bg/lg-1536x600.jpg" 2x type("image/jpg")
    );
  }
}
@media (min-width: 1920px) {
  .footer__absolute-bg {
    background-image: -webkit-image-set(
      url(../images/sportacademy/bg/fhd-1920x750.avif) 1x,
      url(../images/sportacademy/bg/fhd-1920x750.webp) 2x,
      url(../images/sportacademy/bg/fhd-1920x750.jpg) 2x
    );
    background-image: -webkit-image-set(
      "../images/sportacademy/bg/fhd-1920x750.avif" 1x type("image/avif"),
      "../images/sportacademy/bg/fhd-1920x750.webp" 2x type("image/webp"),
      "../images/sportacademy/bg/fhd-1920x750.jpg" 2x type("image/jpg")
    );
    background-image: -webkit-image-set(
      url("../images/sportacademy/bg/fhd-1920x750.avif") 1x type("image/avif"),
      url("../images/sportacademy/bg/fhd-1920x750.webp") 2x type("image/webp"),
      url("../images/sportacademy/bg/fhd-1920x750.jpg") 2x type("image/jpg")
    );
    background-image: image-set(
      "../images/sportacademy/bg/fhd-1920x750.avif" 1x type("image/avif"),
      "../images/sportacademy/bg/fhd-1920x750.webp" 2x type("image/webp"),
      "../images/sportacademy/bg/fhd-1920x750.jpg" 2x type("image/jpg")
    );
    background-position: center;
  }
}
.footer__absolute-grad {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0)),
    color-stop(60.4%, rgba(0, 0, 0, 0.6)),
    color-stop(105.09%, rgba(0, 0, 0, 0.55))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.6) 60.4%,
    rgba(0, 0, 0, 0.55) 105.09%
  );
}
@media (min-width: 768px) {
  .footer__absolute-grad {
    display: none;
  }
}
.footer__decor {
  position: absolute;
  width: var(--width);
  height: var(--height);
}
.footer__decor img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.footer__decor--fball {
  --width: 164px;
  --height: 164px;
  top: 150px;
  right: -40px;
}
@media (min-width: 768px) {
  .footer__decor--fball {
    --width: 229px;
    --height: 229px;
  }
}
@media (min-width: 1200px) {
  .footer__decor--fball {
    --width: 303px;
    --height: 303px;
  }
}
@media (min-width: 1920px) {
  .footer__decor--fball {
    --width: 379px;
    --height: 379px;
  }
}
.footer__decor--b-ball {
  --width: 150px;
  --height: 150px;
  top: calc((var(--height) * -0.5));
  right: 20px;
}
@media (min-width: 768px) {
  .footer__decor--b-ball {
    --width: 228px;
    --height: 228px;
  }
}
@media (min-width: 1200px) {
  .footer__decor--b-ball {
    --width: 347px;
    --height: 344px;
  }
}
@media (min-width: 1920px) {
  .footer__decor--b-ball {
    --width: 434px;
    --height: 431px;
  }
}
.footer__decor--regbi {
  display: none;
}
@media (min-width: 768px) {
  .footer__decor--regbi {
    width: 228px;
    height: 228px;
  }
}
@media (min-width: 1200px) {
  .footer__decor--regbi {
    display: block;
    width: 262px;
    height: 176px;
  }
}
@media (min-width: 1920px) {
  .footer__decor--regbi {
    width: 328px;
    height: 221px;
  }
}
.footer__decor--tenis {
  width: 113px;
  height: 113px;
  top: 95px;
  left: 20px;
}
@media (min-width: 768px) {
  .footer__decor--tenis {
    width: 105px;
    height: 105px;
  }
}
@media (min-width: 1200px) {
  .footer__decor--tenis {
    width: 207px;
    height: 207px;
  }
}
@media (min-width: 1920px) {
  .footer__decor--tenis {
    width: 259px;
    height: 258px;
  }
}
.footer__inner {
  position: relative;
  z-index: 2;
}
@media (min-width: 576px) {
  .footer__inner {
    max-width: 80%;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .footer__inner {
    display: grid;
    max-width: 100%;
    grid-template-columns: repeat(5, 1fr);
  }
}
.footer p,
.footer h1 {
  color: #fff;
}
.footer p {
  line-height: 1.6;
}
@media (min-width: 1200px) {
  .footer p {
    font-size: 14px;
    line-height: 1.4;
  }
}
@media (min-width: 768px) {
  .footer p {
    margin-bottom: 0px;
  }
}
.footer h2 {
  margin-bottom: 20px;
  color: #fff;
  font-size: calc(24px + 20 * ((100vw - 320px) / 1600));
  line-height: 1.1;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .footer h2 {
    max-width: 80%;
    margin-left: 0;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .footer h2 {
    max-width: 100%;
    margin-bottom: 50px;
    margin-left: 0;
    text-shadow: 0 0 1px black, 0 0 1px black;
    font-size: 36px;
    line-height: 1.2;
  }
}
@media (min-width: 1200px) {
  .footer h2 {
    margin-bottom: 30px;
    font-size: 40px;
  }
}
@media (min-width: 1440px) {
  .footer h2 {
    margin-bottom: 20px;
  }
}
@media (min-width: 1920px) {
  .footer h2 {
    font-size: 48px;
  }
}
.footer h1 + .text > p {
  margin-bottom: 20px;
  font-size: 10px;
  line-height: 1.1;
}
@media (min-width: 1200px) {
  .footer h1 + .text > p {
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  .footer h1 + .text > p {
    font-size: 16px;
  }
}
.footer .text {
  background: transparent;
  padding: 0;
}
@media (min-width: 768px) {
  .footer .text p.text--subtitle {
    display: none;
  }
}
.footer .button {
  max-width: 280px;
  width: 100%;
  opacity: 1;
}
@media (min-width: 576px) {
  .footer .button {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .footer .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) {
  .footer .button {
    line-height: 58px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
@media (min-width: 1920px) {
  .footer .button {
    line-height: 48px;
  }
}
.footer .flip-anim {
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
}
.footer .animated {
  -webkit-animation: flipAnim 0.5s ease forwards;
  animation: flipAnim 0.5s ease forwards;
}
@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);
  }
}
@media (min-width: 768px) {
  .footer .title,
  .footer .text,
  .footer .button {
    grid-column: 1/4;
  }
}
@media (min-width: 1200px) {
  .footer .title,
  .footer .text,
  .footer .button {
    grid-column: 1/3;
  }
}

/*Additional new styles*/

/*burger-start*/
.header__left {
  display: flex;
}
.burger-menu {
  display: none;
}
.burger {
  display: none;
  margin-right: 10px;
  overflow: hidden;}
.burger div {
  background-color: #ffffff;
  width: 100%;
  height: 2px;
  border-radius: 0.86px;
  transition: all 0.3s ease;
}

.burger.active div:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}

.burger.active div:nth-child(2) {
  transform: translateX(-22px);
}

.burger.active div:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

@media all and (max-width: 767px) {
  .header::before{
    background-color: #1E1E1E;
  }
  .header.header--fixed .burger-menu.active {
    transform: translateX(0);
  }
  .header.header--fixed .burger-menu:not(.active) {
    transform: translateX(-250%);
  }
  .header:not(.header--fixed) .burger-menu.active {
    transform: translateY(0);
  }
  .header:not(.header--fixed) .burger-menu:not(.active) {
    transform: translateY(-250%);
  }
  .header.header--fixed .burger-menu {
    top: 42px;
  }
  .header:not(.header--fixed) .burger-menu {
    top: 60px;
  }
  .burger-menu {
    transition: all .7s ease;
    z-index: -2;
    padding: 15px 20px 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: absolute;
    left: 0;
    padding-left: 20px;
    width: 137px;
    height: fit-content;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background: linear-gradient(14.64deg, #292929 0%, rgba(28,28,28, 0.93) 101.19%);
  }
  .burger-menu .menu-link {
    margin-bottom: 15px;
  }
  .header__inner .menu-link:not(.only-border){
    margin-right: 0;
  }
  .header__inner .menu-link.only-border,
  .header__inner .header__box {
    display: none;
  }
  .burger {
    display: flex;
    height: 20px;
    width: 20px;
    align-items: self-start;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media all and (max-width: 576px) {
  .header.header--fixed .burger-menu {
    top: 60px;
  }
  .header:not(.header--fixed) .burger-menu {
    top: 60px;
  }
  .footer {
    padding-top: 42px;
    padding-bottom: 42px;
    min-height: fit-content;
  }
}

/*burger-end*/

header a.button.custom-btn.only-border.btn-7::before,
header a.button.custom-btn.only-border.btn-7::after,
header a.button.custom-btn.only-border.btn-7 span::before,
header a.button.custom-btn.only-border.btn-7 span::after {
  display: none;
}
header a.button.custom-btn.only-border.btn-7 {
  background: transparent;
  border: 1px solid #FFBB04;
  color: #ffffff;
  margin-right: 0;
  margin-left: auto;
}
header a.button.custom-btn.only-border.btn-7:hover {
  background-color: #FFBB04;
  color: #000000;
}
header a.button.custom-btn.btn-7:not(.only-border) {
  margin-left: 20px;
}
/*Additional new styles*/