/* 1. Settings
=========================*/
/* 2. Font family
=========================*/
/* 3. Font sizes
=========================*/
/* 4. Colors
=========================*/
/* 39. Tooltips
=========================*/
/* Default */
/* Sizes */
/* Styling */
/* Default Buttons
============================*/
/* Outline Buttons
============================*/
/* Inverted Buttons
============================*/
/* Gradient Buttons
============================*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.hidden {
  display: none !important; }

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

html {
  font-size: 10px;
  font-variant-numeric: lining-nums; }

html,
body {
  -webkit-overflow-scrolling: touch; }
  html.fixed,
  body.fixed {
    overflow: hidden;
    touch-action: none; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  background-color: #000000;
  font-family: 'Poppins', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #FFFFFF;
  overflow-x: hidden; }
  body.home .site__wrapper {
    padding-top: 0; }
  body.home .header {
    background-color: #000000; }
  body.home .services {
    margin-top: 20rem; }
  body.home .services__bg--top {
    top: 0; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit; }

a {
  color: #FFFFFF;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }
  a:focus {
    outline: 0;
    text-decoration: none; }

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

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

::-webkit-scrollbar {
  width: 1.5rem;
  height: 1.5rem; }

::-webkit-scrollbar-track {
  background-color: #2E2B31; }

::-webkit-scrollbar-thumb {
  border: solid 0.4rem #2E2B31;
  border-radius: 1rem;
  background-color: #9C5FD9; }

::selection {
  background-color: #2E2B31;
  color: #FFFFFF; }

.site {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.site__wrapper {
  position: relative;
  padding-top: 10rem; }

.mask {
  position: fixed;
  height: 100%;
  background: #000000;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s; }
  .mask.active {
    opacity: 0.7;
    visibility: visible; }

/* Vendor libs */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }
  .slick-slider .slick-track,
  .slick-slider .slick-list {
    transform: translate3d(0, 0, 0); }

.slick-list {
  position: relative;
  display: block;
  margin: 0 -1rem;
  padding: 0;
  overflow: hidden; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-track {
  position: relative;
  display: flex;
  left: 0;
  top: 0; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  display: none;
  min-height: 1px;
  height: auto;
  padding: 0 1rem; }
  .slick-slide:focus {
    outline: 0; }
  .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; }

/* Arrows */
.arrow {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 2rem; }

.slick-arrow {
  display: block;
  height: 4.8rem;
  width: 4.8rem;
  padding: 0;
  border-radius: 50%;
  border: none;
  background-color: #FFFFFF;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.175 7L6.575 1.4L8 0L16 8L8 16L6.575 14.6L12.175 9H0V7H12.175Z' fill='%23212122'/%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.6rem;
  line-height: 0;
  font-size: 0;
  color: transparent;
  outline: none;
  cursor: pointer;
  z-index: 1;
  transition: 0.3s; }
  .slick-arrow:hover, .slick-arrow:focus {
    outline: none;
    background-color: #FFFFFF;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.175 7L6.575 1.4L8 -6.99382e-07L16 8L8 16L6.575 14.6L12.175 9L6.11959e-07 9L7.86805e-07 7L12.175 7Z' fill='%23E30613'/%3e%3c/svg%3e ");
    box-shadow: 0 0 10px #2121221A;
    color: transparent; }
  .slick-arrow.slick-disabled {
    opacity: 0.1; }
  .slick-arrow.slick-hidden {
    display: none; }

.slick-prev {
  transform: rotate(180deg); }

@media (max-width: 1210px) {
  .arrow {
    gap: 1.2rem;
    margin-top: 1.2rem; }
  .slick-arrow {
    display: block;
    height: 4rem;
    width: 4rem; } }

@media (max-width: 992px) {
  .slick-list {
    margin: 0 -0.6rem; }
  .slick-slide {
    padding: 0 0.6rem; } }

@media (max-width: 640px) {
  .js-video-carousel .slick-track,
  .js-video-carousel-mob .slick-track,
  .js-news-carousel .slick-track,
  .js-gallery-carousel .slick-track,
  .js-player-carousel .slick-track {
    margin-left: 12.8%; } }

.slick-dots {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 1rem;
  margin-top: 3rem; }
  .slick-dots li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 1.2rem; }
    .slick-dots li.slick-active button {
      background-color: #9C5FD9; }
    .slick-dots li button {
      display: block;
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
      border: none;
      border-radius: 1.2rem;
      background-color: #353138;
      outline: none;
      font-size: 0;
      cursor: pointer;
      transition: 0.3s; }
      .slick-dots li button:hover {
        background-color: #9C5FD9; }

/*
 *  Remodal - v1.1.0
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
/* 34. Modals
=========================*/
/* Overlay */
/* Animation */
/* Wrapper */
/* Close Btn */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none; }
  html.remodal-is-locked body {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none; }

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none; }

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px; }

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: ""; }

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden; }

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  text-size-adjust: 100%; }

.remodal-is-initialized {
  display: inline-block; }

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px); }

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(0, 0, 0, 0.7); }

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards; }

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes; }

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes; }

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 1.5rem; }

/* Default theme styles of the modal dialog */
.remodal {
  width: 100%;
  padding: 35px;
  transform: translate3d(0, 0, 0);
  color: #000000; }

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards; }

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes; }

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes; }

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle; }

/* Keyframes */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0; }
  to {
    transform: none;
    opacity: 1; } }

@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0; }
  to {
    transform: none;
    opacity: 1; } }

@-webkit-keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1; }
  to {
    transform: scale(0.95);
    opacity: 0; } }

@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1; }
  to {
    transform: scale(0.95);
    opacity: 0; } }

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

/* Media queries */
@media only screen and (min-width: 841px) {
  .remodal {
    max-width: 800px; } }

/* IE8  */
.lt-ie9 .remodal-overlay {
  background: #000000; }

.lt-ie9 .remodal {
  width: 490px; }

.remodal {
  padding: 0;
  overflow: hidden; }

.remodal-close {
  position: absolute;
  top: 3.5rem;
  right: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.4rem;
  height: 1.4rem;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  outline: 0;
  z-index: 4;
  cursor: pointer;
  overflow: visible;
  transition: 0.3s; }
  .remodal-close:before {
    content: "";
    position: absolute;
    top: 0.6rem;
    left: 0;
    width: 100%;
    height: 0.2rem;
    background-color: #FFFFFF;
    transform: rotate(-45deg);
    transition: 0.3s; }
  .remodal-close:after {
    content: "";
    position: absolute;
    top: 0.6rem;
    left: 0;
    width: 100%;
    height: 0.2rem;
    background-color: #FFFFFF;
    transform: rotate(45deg);
    transition: 0.3s; }

.modal__title {
  margin-bottom: 2rem;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: left;
  color: #FFFFFF; }

@media (max-width: 768px) {
  .remodal .form {
    padding: 4rem 3rem; }
  .modal__title {
    font-size: 2rem; } }

/* Import blocks */
.text {
  padding-bottom: 10rem; }

.block__header {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem; }
  .block__header.center {
    align-items: center;
    text-align: center; }
  .block__header .block__title {
    margin-bottom: 0; }
  .block__header .block__subtitle {
    margin-bottom: 0; }

.block__title {
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.53; }
  .block__title.center {
    text-align: center; }

.block__subtitle {
  margin-bottom: 2.5rem;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9C5FD9; }

.block__text {
  font-weight: 600;
  font-size: 1.6rem; }
  .block__text h1 {
    margin-bottom: 0.5em;
    font-weight: 700;
    font-size: 6rem; }
    .block__text h1:not(:first-of-type) {
      margin-top: 1em; }
  .block__text h2 {
    margin-bottom: 0.5em;
    font-weight: 700;
    font-size: 4.4rem; }
    .block__text h2:not(:first-of-type) {
      margin-top: 1em; }
  .block__text h3 {
    margin-bottom: 0.5em;
    font-weight: 700;
    font-size: 3.8rem; }
    .block__text h3:not(:first-of-type) {
      margin-top: 1em; }
  .block__text h4 {
    margin-bottom: 0.5em;
    font-weight: 700;
    font-size: 3.2rem; }
    .block__text h4:not(:first-of-type) {
      margin-top: 1em; }
  .block__text h5 {
    margin-bottom: 0.5em;
    font-weight: 700;
    font-size: 2.6rem; }
    .block__text h5:not(:first-of-type) {
      margin-top: 1em; }
  .block__text h6 {
    margin-bottom: 0.5em;
    font-weight: 700;
    font-size: 2rem; }
    .block__text h6:not(:first-of-type) {
      margin-top: 1em; }
  .block__text p {
    margin-bottom: 1em; }
    .block__text p:last-of-type {
      margin-bottom: 0; }
  .block__text a {
    text-decoration: underline;
    text-decoration-color: transparent;
    color: #9C5FD9;
    transition: 0.3s; }
    .block__text a:hover {
      text-decoration-color: #9C5FD9; }
  .block__text ul {
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 40px; }

.cookie-window-block {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  display: flex;
  align-items: center;
  width: 80rem;
  max-width: calc(100% - 4rem);
  gap: 2rem;
  padding: 4rem;
  border-radius: 4rem;
  border: solid 1px #262626;
  background-color: #151218;
  z-index: 10; }
  .cookie-window-block.closed {
    display: none !important; }

@media (max-width: 768px) {
  .cookie-window-block {
    flex-direction: column;
    align-items: flex-start;
    width: 50rem;
    padding: 3rem; } }

.breadcrumbs {
  position: relative;
  padding-top: 5rem; }

.breadcrumbs__wrapper {
  display: flex;
  align-items: center;
  gap: 1.7rem 0;
  overflow-x: auto;
  white-space: nowrap; }
  .breadcrumbs__wrapper::-webkit-scrollbar {
    width: 0;
    height: 0; }

.breadcrumbs__item {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  margin-right: 1.7rem;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #9C5FD9;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: 0.3s; }
  .breadcrumbs__item:not(:last-child):after {
    content: '::';
    display: inline-block;
    width: 1rem;
    height: 100%;
    margin-left: 1.7rem;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    pointer-events: none; }
  .breadcrumbs__item:last-child {
    color: #5A575C; }
  .breadcrumbs__item:hover:not(:last-child) {
    text-decoration-color: #9C5FD9; }

@media (max-width: 992px) {
  .breadcrumbs {
    padding-top: 3rem; } }

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 1.2rem;
  margin-top: 1.6rem;
  text-align: center; }

.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.6rem;
  height: 3.6rem;
  padding: 0.6rem;
  border-radius: 50%;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.48;
  letter-spacing: 0.01em;
  color: #676A6E;
  transition: 0.3s; }
  .page-numbers.current {
    background-color: #FFFFFF;
    color: #000000; }
  .page-numbers.prev, .page-numbers.next {
    position: relative;
    width: 4.8rem;
    height: 4.8rem;
    background-color: #FFFFFF; }
    .page-numbers.prev:before, .page-numbers.next:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 1.6rem;
      height: 1.6rem;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      transition: 0.3s; }
  .page-numbers.prev {
    margin-right: 0.8rem; }
    .page-numbers.prev:before {
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4.325 9L9.925 14.6L8.5 16L0.5 8L8.5 0L9.925 1.4L4.325 7L16.5 7V9L4.325 9Z' fill='%23212122'/%3e%3c/svg%3e "); }
    .page-numbers.prev:hover:before {
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4.325 9L9.925 14.6L8.5 16L0.5 8L8.5 0L9.925 1.4L4.325 7L16.5 7V9L4.325 9Z' fill='%23E30613'/%3e%3c/svg%3e "); }
  .page-numbers.next {
    margin-left: 0.8rem; }
    .page-numbers.next:before {
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.675 7L7.075 1.4L8.5 0L16.5 8L8.5 16L7.075 14.6L12.675 9H0.5V7H12.675Z' fill='%23212122'/%3e%3c/svg%3e "); }
    .page-numbers.next:hover:before {
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.675 7L7.075 1.4L8.5 0L16.5 8L8.5 16L7.075 14.6L12.675 9H0.5V7H12.675Z' fill='%23E30613'/%3e%3c/svg%3e "); }

a.page-numbers:hover {
  color: #9C5FD9; }

@media (max-width: 768px) {
  .page-numbers.prev, .page-numbers.next {
    width: 4rem;
    height: 4rem; }
  .page-numbers.prev {
    margin-right: 0; }
  .page-numbers.next {
    margin-left: 0; } }

.error__page {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 13rem;
  z-index: 1; }

.error__page-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 50rem; }
  .error__page-wrapper .block__title {
    font-size: 30rem;
    line-height: 1; }
  .error__page-wrapper .block__text {
    margin-bottom: 2rem; }

@media (max-width: 992px) {
  .error__page {
    margin-bottom: 10rem; }
  .error__page-wrapper .block__title {
    font-size: 30vw; } }

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 5.4rem;
  padding: 0.5rem 2.4rem;
  border-radius: 5.4rem;
  border: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: 0.3s; }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus {
    outline: 0; }
  .btn--main {
    background-color: #9C5FD9;
    color: #FFFFFF; }
    .btn--main:hover {
      background-color: #2E2B31; }
  .btn--o-main {
    border: solid 1px #9C5FD9;
    background-color: transparent;
    color: #9C5FD9; }
    .btn--o-main:hover {
      background-color: #9C5FD9;
      color: #FFFFFF; }

.tournament-table-box {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.48;
  letter-spacing: 0.01em;
  text-align: center; }

.tournament-table-box__heading {
  display: flex;
  padding-bottom: 2rem;
  border-bottom: 1px solid #2A2A2C1F; }

.tournament-table-box__club-title {
  flex: 1;
  text-align: left; }

.tournament-table-box__games-count {
  width: 2.4rem;
  margin-left: 1.6rem; }

.tournament-table-box__points {
  width: 2.4rem;
  margin-left: 1.6rem;
  font-weight: 700; }

.tournament-table-box__row {
  display: flex;
  align-items: center;
  padding: 0.4rem 0;
  border-bottom: 1px solid #2A2A2C1F; }

.tournament-table-box__positions {
  width: 2.4rem;
  margin-right: 0.8rem; }

.tournament-table-box__team-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  margin-right: 0.8rem; }
  .tournament-table-box__team-logo img {
    display: block;
    width: 100%;
    height: 100%; }

.tournament-table-box__team-name {
  flex: 1;
  font-family: 'Fira Sans', 'Inter', sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-align: left;
  overflow: hidden; }

.tournament-table-box__games {
  width: 2.4rem;
  margin-left: 1.6rem; }

@media (max-width: 992px) {
  .tournament-table-box {
    font-size: 1.4rem; }
  .tournament-table-box__games-count {
    margin-left: 1.2rem; }
  .tournament-table-box__points {
    margin-left: 1.2rem; }
  .tournament-table-box__team-logo {
    width: 4.8rem;
    height: 4.8rem; }
  .tournament-table-box__team-name {
    font-size: 1.5rem; } }

.form {
  width: 80rem;
  max-width: 100%;
  margin: 0 auto;
  padding: 4.8rem 6rem;
  border-radius: 4rem;
  background-color: #151218; }

form {
  width: 100%; }
  form .btn[type="submit"] {
    min-width: 14rem; }

.form__row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 0;
  margin: 0 -1rem 2rem; }
  .form__row:last-of-type {
    margin-bottom: 0; }

.form__item {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 0 1rem; }
  .form__item.full {
    width: 100%; }
  .form__item.center {
    align-items: center; }

.form__successfully {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16rem 0;
  text-align: center; }

.form__img {
  height: 9.5rem;
  margin-bottom: 2rem; }
  .form__img img {
    display: block;
    height: 100%; }

.form__tille {
  margin-bottom: 1rem;
  font-size: 2.6rem;
  font-weight: 700;
  color: #FFFFFF; }

.form__text {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.1;
  color: #FFFFFF; }

@media (max-width: 992px) {
  .form {
    padding: 4rem; } }

@media (max-width: 768px) {
  .form__item {
    width: 100%; }
  .form__successfully {
    padding: 10rem 0; } }

.label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 0.6rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #FFFFFF;
  cursor: pointer; }
  .label span {
    color: #6A6A6A; }

@media (max-width: 768px) {
  .label {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    text-align: left; } }

.input {
  width: 100%;
  height: 5.4rem;
  padding: 0.5rem 2rem;
  border-radius: 1rem;
  border: none;
  vertical-align: middle;
  background-color: #2E2B31;
  font-family: inherit;
  font-weight: 500;
  font-size: 1.6rem;
  color: #FFFFFF;
  font-variant-numeric: lining-nums;
  transition: 0.3s; }
  .input:focus {
    outline: 0; }
  .input::placeholder {
    color: #6A6A6A; }
  .input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 5.4rem #2E2B31;
    -webkit-text-fill-color: #FFFFFF; }
  .input[type="file"] {
    display: none; }

.file__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 5.4rem;
  padding: 0.3rem 0.3rem 0.3rem 2rem;
  border-radius: 1rem;
  background-color: #2E2B31;
  font-weight: 500;
  font-size: 1.6rem;
  color: #6A6A6A; }
  .file__wrapper .btn {
    max-width: 100%;
    height: 100%;
    border-radius: 1rem;
    font-weight: 500; }
    .file__wrapper .btn.active {
      background-color: #9C5FD9;
      color: #FFFFFF; }

.textarea {
  width: 100%;
  height: 11rem;
  padding: 2rem;
  border-radius: 1rem;
  border: none;
  vertical-align: middle;
  background-color: #2E2B31;
  font-family: inherit;
  font-weight: 500;
  font-size: 1.6rem;
  color: #FFFFFF;
  font-variant-numeric: lining-nums;
  resize: none;
  transition: 0.3s; }
  .textarea:focus {
    outline: 0; }
  .textarea::placeholder {
    color: #6A6A6A; }

.accordion {
  display: flex;
  flex-direction: column;
  gap: 2rem; }

.accordion__item {
  position: relative;
  border-radius: 4rem;
  background-color: #151218;
  transition: 0.3s; }
  .accordion__item.active .accordion__title a:before {
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='8' viewBox='0 0 16 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M8.0305 7.83121L15.0534 0.979811C15.2834 0.755333 15.283 0.391897 15.0522 0.167795C14.8215 -0.0561333 14.4477 -0.0555547 14.2176 0.168952L7.61265 6.61254L1.00777 0.16872C0.777598 -0.0557579 0.404062 -0.0563366 0.173297 0.167563C0.0576162 0.279903 -0.000224132 0.427077 -0.000224139 0.574251C-0.000224145 0.721049 0.05723 0.867644 0.172107 0.979782L7.19484 7.83121C7.3054 7.93933 7.45587 8 7.61265 8C7.76943 8 7.91972 7.93916 8.0305 7.83121Z' fill='%239C5FD9'/%3e%3c/svg%3e ");
    transform: translateY(-50%) rotateZ(180deg); }

.accordion__title a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 9rem;
  padding: 2rem 9.2rem 2rem 4rem;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.5;
  color: #FFFFFF;
  transition: 0.3s; }
  .accordion__title a:hover {
    color: #9C5FD9; }
  .accordion__title a:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 2.2rem;
    transform: translateY(-50%);
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 50%;
    border: solid 1px #9C5FD9;
    background-color: #9C5FD9;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='8' viewBox='0 0 16 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M8.0305 7.83121L15.0534 0.979811C15.2834 0.755333 15.283 0.391897 15.0522 0.167795C14.8215 -0.0561333 14.4477 -0.0555547 14.2176 0.168952L7.61265 6.61254L1.00777 0.16872C0.777598 -0.0557579 0.404062 -0.0563366 0.173297 0.167563C0.0576162 0.279903 -0.000224132 0.427077 -0.000224139 0.574251C-0.000224145 0.721049 0.05723 0.867644 0.172107 0.979782L7.19484 7.83121C7.3054 7.93933 7.45587 8 7.61265 8C7.76943 8 7.91972 7.93916 8.0305 7.83121Z' fill='white'/%3e%3c/svg%3e ");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.6rem;
    transform-origin: center;
    transition: 0.3s; }

.accordion__content {
  width: 87.5rem;
  max-width: 100%;
  padding: 0 2.2rem 4rem 4rem;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #FFFFFF; }
  .accordion__content.hide {
    display: none; }
  .accordion__content p {
    margin-bottom: 0.5em; }
    .accordion__content p:last-child {
      margin-bottom: 0; }
  .accordion__content li {
    margin-bottom: 0.5em; }
    .accordion__content li:last-child {
      margin-bottom: 0; }

@media (max-width: 768px) {
  .accordion__title a {
    padding-right: 7rem;
    padding-left: 3rem;
    font-size: 1.8rem; }
    .accordion__title a:before {
      right: 2rem;
      width: 3.8rem;
      height: 3.8rem;
      background-size: 1.4rem; }
  .accordion__content {
    padding: 0 2.2rem 3rem 3rem; } }

.intro {
  position: relative; }

.intro__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto; }
  .intro__bg img {
    display: block;
    width: 100%; }

.intro__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-height: 100vh;
  padding: 20rem 0 2.5rem;
  color: #FFFFFF;
  text-align: center; }

.intro__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%; }

.intro__title {
  width: 101rem;
  max-width: 100%;
  margin-bottom: 1.2rem;
  font-size: 8.6rem;
  font-weight: 700;
  line-height: 1.07; }

.intro__text {
  width: 82rem;
  max-width: 100%;
  margin-bottom: 2rem;
  font-size: 1.9rem;
  font-weight: 500; }

.intro__scroll {
  position: relative;
  padding-left: 5rem;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transform-origin: center bottom;
  transform: rotate(-90deg) translateX(50%);
  transition: 0.3s; }
  .intro__scroll:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 3.4rem;
    height: 2.2rem;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='34' height='23' viewBox='0 0 34 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M33.642 11.642C33.642 5.58924 28.7464 0.641968 22.7576 0.641968L11.2437 0.641968C5.25323 0.641968 0.357983 5.58959 0.357983 11.642C0.357983 17.6943 5.25358 22.642 11.2423 22.642H22.7576C28.7467 22.642 33.642 17.6943 33.642 11.642ZM21.2479 13.4304C20.2543 13.4304 19.4742 12.642 19.4742 11.642C19.4742 10.6433 20.2543 9.84941 21.2479 9.84941H26.0927C27.0809 9.84941 27.8623 10.6433 27.8623 11.642C27.8623 12.6406 27.0822 13.4304 26.0927 13.4304H21.2479Z' fill='%239C5FD9'/%3e%3c/svg%3e ");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: 0.3s; }
  .intro__scroll:hover {
    color: rgba(255, 255, 255, 0.5); }
    .intro__scroll:hover:before {
      transform: translateY(-50%) translateX(0.5rem); }

@media (max-width: 1100px) {
  .intro__bg {
    top: auto;
    bottom: 0; }
  .intro__wrapper {
    padding: 15rem 0 2.5rem; }
  .intro__title {
    width: 74rem;
    font-size: 6rem; } }

@media (max-width: 992px) {
  .intro__wrapper {
    min-height: 80rem; } }

@media (max-width: 768px) {
  .intro__title {
    font-size: 4.4rem; }
  .intro__text {
    font-size: 1.6rem; } }

.services {
  position: relative; }

.services__bg {
  position: absolute;
  z-index: -1; }
  .services__bg--top {
    top: -12.5rem;
    right: 0; }
  .services__bg--middle {
    top: 50%;
    left: 0;
    transform: translateY(-50%); }
    .services__bg--middle + .services__bg--bottom {
      left: auto;
      right: 0; }
  .services__bg--bottom {
    bottom: 1.2rem;
    left: 0; }
  .services__bg img {
    display: block;
    width: auto;
    max-width: 100%; }

.services__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 0; }
  .services__list .services__wrapper:nth-child(2n) {
    justify-content: flex-end; }
  .services__list .services__item {
    width: calc(40% + 2rem); }
  .services__list .services__item-wrapper {
    padding: 6rem; }
  .services__list .services__img {
    height: 10rem; }
  .services__list .services__title {
    font-size: 3rem; }
  .services__list .services__text {
    margin-bottom: 3rem; }

.services__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2rem 0;
  margin: 0 -1rem; }

.services__item {
  width: calc(100% / 3);
  padding: 0 1rem; }
  .services__item .btn {
    height: 4.4rem;
    padding: 0 2rem;
    font-size: 1.6rem; }

.services__item-wrapper {
  height: 100%;
  padding: 4rem 4rem 5.4rem;
  border-radius: 4rem;
  background-color: #151218; }

.services__img {
  height: 9rem;
  margin-bottom: 4.3rem; }
  .services__img img {
    display: block;
    height: 100%; }

.services__title {
  margin-bottom: 1.4rem;
  font-size: 2.6rem;
  font-weight: 700; }

.services__text {
  font-weight: 600; }

@media (max-width: 1100px) {
  .services__item {
    width: 50%; } }

@media (max-width: 992px) {
  .services__list .services__item {
    width: 50%; }
  .services__list .services__item-wrapper {
    padding: 4rem; }
  .services__list .services__title {
    font-size: 2.6rem; }
  .services__list .services__img {
    height: 8rem; }
  .services__img {
    height: 8rem;
    margin-bottom: 3rem; } }

@media (max-width: 768px) {
  .services__list .services__item {
    width: 100%; }
  .services__item {
    width: 100%; } }

.testimonials {
  position: relative;
  margin-top: 13rem;
  padding-bottom: 23rem; }

.testimonials__bg {
  position: absolute;
  bottom: -2.6rem;
  left: 0;
  width: 100%;
  z-index: -1; }
  .testimonials__bg img {
    display: block;
    width: 100%; }

.testimonials__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 6rem 6rem 5.4rem;
  border-radius: 4rem;
  background-color: #151218; }

.testimonials__text {
  position: relative;
  padding: 5rem 0 3.5rem;
  font-weight: 600; }
  .testimonials__text:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4.3rem;
    height: 3rem;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='43' height='30' viewBox='0 0 43 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.534682 30C0.178227 28.8764 0 27.9401 0 27.191C0 26.5169 0.106937 25.618 0.32081 24.4944C5.0973 24.4944 7.48555 21.9101 7.48555 16.7416C7.48555 14.8689 6.55877 13.8202 4.7052 13.5955C1.99615 13.3708 0.641619 11.5356 0.641619 8.08989C0.641619 5.46816 1.21195 3.48315 2.3526 2.13483C3.56455 0.71161 5.70328 0 8.76879 0C12.975 0 15.078 2.99625 15.078 8.98876C15.078 14.9813 13.9374 19.9625 11.6561 23.9326C9.37476 27.9775 5.66763 30 0.534682 30Z' fill='%239C5FD9'/%3e%3cpath d='M28.4175 30C28.0611 28.8764 27.8828 27.9401 27.8828 27.191C27.8828 26.5169 27.9898 25.618 28.2036 24.4944C32.9801 24.4944 35.3684 21.9101 35.3684 16.7416C35.3684 14.8689 34.4416 13.8202 32.588 13.5955C29.879 13.3708 28.5244 11.5356 28.5244 8.08989C28.5244 5.46816 29.0948 3.48315 30.2354 2.13483C31.4474 0.71161 33.5861 0 36.6516 0C40.8578 0 42.9609 2.99625 42.9609 8.98876C42.9609 14.9813 41.8202 19.9625 39.5389 23.9326C37.2576 27.9775 33.5505 30 28.4175 30Z' fill='%239C5FD9'/%3e%3c/svg%3e ");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }

.testimonials__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 2.5rem;
  border-top: solid 1px #262626; }

.testimonials__name {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.875; }

.testimonials__subname {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
  color: #6A6A6A; }

.testimonials__img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.6rem; }
  .testimonials__img img {
    display: block;
    max-height: 100%; }

@media (max-width: 1100px) {
  .testimonials {
    margin-top: 10rem;
    padding-bottom: 20rem; } }

@media (max-width: 992px) {
  .testimonials {
    padding-bottom: 15rem; }
  .testimonials__item {
    padding: 4rem; } }

.request {
  margin-top: 12.5rem;
  padding-bottom: 21rem; }

@media (max-width: 1100px) {
  .request {
    margin-top: 10rem;
    padding-bottom: 20rem; } }

@media (max-width: 992px) {
  .request {
    padding-bottom: 15rem; } }

.about {
  position: relative; }

.about__wrapper {
  display: flex;
  flex-direction: column;
  gap: 30rem; }

.about__bg {
  position: absolute;
  top: 11rem;
  left: 0;
  width: 100%;
  z-index: -1; }
  .about__bg img {
    display: block;
    width: 100%; }

.about__block {
  width: 50%; }
  .about__block:nth-child(2n) {
    margin-left: auto; }
  .about__block .block__text {
    max-width: 59rem;
    line-height: 1.875; }

.about__title {
  margin-bottom: 1rem;
  font-size: 2.6rem;
  font-weight: 700; }

@media (max-width: 992px) {
  .about__wrapper {
    gap: 10rem; }
  .about__block {
    width: 100%; }
  .about__bg {
    top: auto;
    bottom: -8rem; } }

@media (max-width: 768px) {
  .about__wrapper {
    gap: 5rem; } }

.careers {
  position: relative; }
  .careers .block__text.careers__text {
    width: calc(50% - 1rem);
    margin-bottom: 5rem; }
  .careers .carrers__bg {
    position: absolute;
    bottom: -2.5rem;
    right: 0;
    z-index: -1; }
    .careers .carrers__bg img {
      display: block;
      max-width: 100%; }

.careers__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 0;
  margin: 0 -1rem; }

.careers__block {
  width: 50%;
  padding: 0 1rem; }

.careers__block-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 5.5rem 6rem 6rem;
  border-radius: 4rem;
  background-color: #151218; }

.careers__header {
  min-height: 17rem;
  margin-bottom: 2.2rem;
  padding-bottom: 2.2rem;
  border-bottom: solid 1px #262626; }

.careers__title {
  margin-bottom: 1rem;
  font-size: 2.6rem;
  font-weight: 700; }

.careers__footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  flex: 1; }
  .careers__footer .block__text {
    margin-bottom: 1rem; }
    .careers__footer .block__text ul {
      padding-inline-start: 18px; }
    .careers__footer .block__text li {
      line-height: 1.875; }
      .careers__footer .block__text li::marker {
        color: #9C5FD9; }

.careers__footer-title {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 700; }

@media (max-width: 992px) {
  .careers .block__text.careers__text {
    width: 100%; }
  .careers__block-wrapper {
    padding: 4rem; } }

@media (max-width: 768px) {
  .careers__block {
    width: 100%; }
  .careers__header {
    min-height: auto; } }

.contacts {
  position: relative;
  margin-bottom: 13rem;
  padding-top: 5rem; }
  .contacts .breadcrumbs {
    padding-top: 0; }
    .contacts .breadcrumbs .container {
      padding: 0; }
  .contacts .form {
    width: 100%; }

.contacts__bg {
  position: absolute;
  bottom: -6rem;
  right: 0;
  z-index: -1; }
  .contacts__bg img {
    display: block;
    max-width: 100%; }

.contacts__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 0;
  margin: 0 -1rem; }

.contacts__block {
  padding: 0 1rem; }
  .contacts__block:first-child {
    width: 42rem;
    max-width: 100%; }
  .contacts__block:last-child {
    flex: 1; }

@media (max-width: 1100px) {
  .contacts__block:first-child {
    width: 34rem; } }

@media (max-width: 992px) {
  .contacts__block:first-child {
    width: 100%; } }

.faq {
  position: relative;
  margin-bottom: 13rem; }

.faq__bg {
  position: absolute;
  top: -20rem;
  right: 0;
  z-index: -1; }
  .faq__bg img {
    display: block;
    max-width: 100%; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #010302;
  z-index: 10;
  transition: 0.3s; }
  .header .btn {
    height: 4.4rem;
    padding: 0 2rem;
    font-size: 1.6rem; }

.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 10rem;
  gap: 3rem;
  transition: 0.3s; }

.logo {
  display: inline-flex;
  align-items: center;
  height: 5rem; }
  .logo img {
    display: block;
    height: 100%; }

.header__block {
  display: flex;
  align-items: center; }

.nav {
  display: flex;
  gap: 7rem; }

.nav__item a {
  font-size: 1.6rem;
  font-weight: 600;
  transition: 0.3s; }
  .nav__item a:hover {
    color: #9C5FD9; }

.nav__item.active {
  color: #9C5FD9; }

@media (max-width: 1100px) {
  .nav {
    gap: 4rem; } }

@media (max-width: 992px) {
  .header__wrapper {
    height: 8rem; }
  .logo {
    height: 4rem; }
  .menu__show {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 3rem;
    height: 1.8rem; }
    .menu__show:before, .menu__show:after,
    .menu__show i {
      content: '';
      width: 100%;
      display: block;
      height: 2px;
      border-radius: 2px;
      background-color: #FFFFFF;
      transition: 0.3s; }
    .menu__show:hover:before {
      transform: translateY(0.2rem); }
    .menu__show:hover:after {
      transform: translateY(-0.2rem); }
  .menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 30rem;
    height: 100vh;
    background-color: #151218;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    pointer-events: none;
    z-index: 101;
    transition: 0.3s; }
    .menu.opened {
      opacity: 1;
      visibility: visible;
      transform: translateX(0);
      pointer-events: initial; }
    .menu .nav {
      flex-direction: column;
      gap: 2rem;
      margin-bottom: 4rem; }
    .menu .btn {
      height: 4.4rem;
      font-size: 1.6rem; }
  .menu__close {
    position: relative;
    display: block;
    width: 3rem;
    height: 3rem;
    margin-top: 4rem;
    margin-left: auto;
    transform: translateY(-50%);
    z-index: 10; }
    .menu__close:before, .menu__close:after {
      content: '';
      background-color: #FFFFFF;
      height: 2px;
      width: 100%;
      position: absolute;
      top: 14px;
      left: 0;
      transform: rotate(45deg);
      border-radius: 2px; }
    .menu__close:after {
      transform: rotate(-45deg); } }

.footer {
  padding-bottom: 5.5rem;
  background-color: #000000;
  border-top: solid 1px #151218; }
  .footer .nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 2.5rem; }

.footer__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4rem 0;
  padding-top: 6rem; }

.footer__block {
  width: calc(100% / 3); }

.footer__line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding-top: 1.5rem; }

.copyright {
  font-size: 1.3rem;
  font-weight: 600; }

@media (max-width: 992px) {
  .footer__block:first-child {
    width: 100%; }
  .footer__block:not(:first-child) {
    width: 50%; } }

@media (max-width: 540px) {
  .footer {
    padding-bottom: 4rem; }
    .footer .logo {
      margin-left: auto;
      margin-right: auto; }
    .footer .nav {
      align-items: center; }
  .footer__wrapper {
    padding-top: 4rem;
    text-align: center; }
  .footer__block:not(:first-child) {
    width: 100%; }
  .footer__line {
    flex-direction: column;
    align-items: center;
    padding-top: 4rem; } }

@media (max-width: 1100px) {
  body.home .services {
    margin-top: 10rem; }
  .block__title {
    font-size: 5rem; } }

@media (min-width: 993px) {
  .hide-desktop {
    display: none !important; } }

@media (max-width: 992px) {
  .hide-mobile {
    display: none !important; }
  .site__wrapper {
    padding-top: 8rem; } }

@media (max-width: 768px) {
  .block__title {
    font-size: 4.4rem; } }
