@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Gilroy-Medium";
  line-height: 130%;
}

html, body {
  overflow-x: hidden;
}

body {
  background: url(../img/bg.png) #0c050f center top no-repeat;
  background-size: 1920px auto;
  /* Container width * 1.37 */
}

@media screen and (min-width: 1920px) {
  body {
    background-size: 100% auto;
  }
}
.compensate-for-scrollbar {
  padding-right: 0 !important;
}

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

.flex-aa {
  display: flex;
  justify-content: center;
}

.container {
  width: 1400px;
  margin: 0 auto;
  position: relative;
}

input::-webkit-input-placeholder {
  color: #000;
}

input::-moz-placeholder {
  color: #000;
}

/* Firefox 19+ */
input:-moz-placeholder {
  color: #000;
}

/* Firefox 18- */
input:-ms-input-placeholder {
  color: #000;
}

a {
  display: block;
  outline: none;
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

button {
  display: block;
  cursor: pointer;
  background: transparent;
  border: none;
  outline: none;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

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

svg {
  display: block;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

input,
textarea,
select {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
}

li {
  display: block;
  list-style: none;
}

label {
  display: block;
}

/* Баннер */
.banner {
  background: #6a3093;
  background: -webkit-gradient(linear, left top, right top, from(#6a3093), to(#a044ff));
  background: -o-linear-gradient(left, #6a3093 0%, #a044ff 100%);
  background: linear-gradient(90deg, #6a3093 0%, #a044ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6a3093",endColorstr="#a044ff",GradientType=1);
  padding-top: 15px;
  padding-bottom: 15px;
}
.banner p {
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
  font-family: "Beaufort for LOL";
  font-weight: 700;
  color: #fff;
  font-size: 20px;
}
.banner p span {
  font-family: "Beaufort for LOL";
  font-weight: 700;
  color: #ccc3cd;
}

.banner__close {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 50%;
  cursor: pointer;
  width: 18px;
  height: 18px;
  margin-top: -9px;
}
.banner__close:before, .banner__close:after {
  position: absolute;
  display: block;
  content: "";
  height: 2px;
  background: #fff;
  border-radius: 2px;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  width: 24px;
  margin-left: -12px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.banner__close:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* Header */
.header {
  background: rgba(24, 21, 28, 0.9);
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  z-index: 10;
}

.navbar {
  display: none;
}

.nav {
  margin-left: -25px;
}
.nav li {
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}
.nav li:after {
  position: absolute;
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  background: #544f59;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  margin-top: -2px;
  right: -2px;
}
.nav li:last-child:after {
  display: none;
}
.nav li a {
  font-size: 16px;
  text-transform: uppercase;
  color: #938c9a;
  font-family: "Beaufort for LOL";
}
.nav li a:hover {
  color: #fff;
}

.header__links {
  margin-right: -15px;
}
.header__links a {
  margin-left: 15px;
  margin-right: 15px;
}

.header__link {
  width: 48px;
  height: 48px;
  border-radius: 48px;
  border: 2px solid #2b2732;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  color: #938c9a;
}
.header__link:hover {
  color: #fff;
  border: 2px solid #a044ff;
  box-shadow: inset 0px 0px 20px rgba(160,68,255,1);
  /* border-color: #938c9a; */
}
.header__link img {
  height: 16px;
}
.header__link span {
  display: block;
  text-align: center;
  line-height: 44px;
  font-size: 16px;
  font-family: "Beaufort for LOL";
}

.btnlk {
  font-family: "Beaufort for LOL";
  /* font-weight: bold; */
  border: 2px solid #6a3093;
  border-radius: 50px;
  padding: 15px 35px;
  width: 200px;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 2;
  letter-spacing: 1px;
  text-align: center;
}

.btnlk:hover {
  border: 2px solid #a957fe;
  box-shadow: inset 0px 0px 30px rgba(160,68,255,1);
}

.btnlk_adapt {
  font-family: "Beaufort for LOL";
  /* font-weight: bold; */
  border: 2px solid #6a3093;
  border-radius: 50px;
  padding: 15px 35px;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 2;
  letter-spacing: 1px;
  text-align: center;
}

.btnlk_adapt:hover {
  border: 2px solid #a957fe;
  box-shadow: inset 0px 0px 30px rgba(160,68,255,1);
}

.btn {
  font-family: "Beaufort for LOL";
  /* font-weight: bold; */
  border: 2px solid #a957fe;
  border-radius: 50px;
  padding: 15px 35px;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 2;
  letter-spacing: 1px;
  text-align: center;
}
.btn span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: #6a3093;
  background: -webkit-gradient(linear, left top, right top, from(#6a3093), to(#a044ff));
  background: -o-linear-gradient(left, #6a3093 0%, #a044ff 100%);
  background: linear-gradient(90deg, #6a3093 0%, #a044ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6a3093",endColorstr="#a044ff",GradientType=1);
  -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  -o-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.btn:hover {
  border: 2px solid #a044ff;
  box-shadow: inset 0px 0px 30px rgba(160,68,255,1);
}

.btn:hover span {
  width: 225%;
  height: 500px;
}

.btn.btn_filled {
  background: #6a3093;
  background: -webkit-gradient(linear, left top, right top, from(#6a3093), to(#a044ff));
  background: -o-linear-gradient(left, #6a3093 0%, #a044ff 100%);
  background: linear-gradient(90deg, #6a3093 0%, #a044ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6a3093",endColorstr="#a044ff",GradientType=1);
}
.btn.btn_filled:hover {
  -webkit-box-shadow: 0px 0px 35px 0px #5e309c;
  box-shadow: 0px 0px 35px 0px #5e309c;
}

.header__language-block {
  position: absolute;
  right: -7px;
  top: calc(100% + 32px);
  width: 62px;
  background: #1c1621;
  border: 1px solid #1f1925;
  border-radius: 25px;
  padding: 2px 0px;
  display: none;
}
.header__language-block:before {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: -8px;
  left: 50%;
  margin-left: -5px;
  border-top: 5px solid #1c1621;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.header__language-block li {
  border-bottom: 1px solid #1f1925;
  padding: 6px;
}
.header__language-block li:last-child {
  border: none;
}
.header__language-block li a {
  margin: 0;
}

/* Первый экран */
main {
  padding-bottom: 120px;
  border-bottom: 2px solid #2b2732;
  position: relative;
}
main:after {
  position: absolute;
  display: block;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #2b2732;
  width: 16px;
  height: 16px;
  bottom: -1px;
  left: 50%;
  margin-bottom: -8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #1e1925;
}

.hero {
  padding-top: 230px;
  padding-bottom: 175px;
  border-bottom: 2px solid #2b2732;
  position: relative;
}
.hero:after {
  position: absolute;
  display: block;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #2b2732;
  width: 16px;
  height: 16px;
  bottom: -1px;
  left: 50%;
  margin-bottom: -8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #1e1925;
}

.hero__card {
  border: 2px solid rgba(31, 25, 37, 0.3);
  width: 320px;
  padding: 35px;
  border-radius: 20px;
  background: rgba(28, 22, 33, 0.7);
  transition: all ease 0.3s;
}

.hero__card:hover {
  border: 2px solid #a044ff;
  /* background: rgba(32, 28, 38, 0.85); */
}

.hero__card-icon {
  width: 100%;
  justify-content: center;
  display: flex;
  margin-bottom: 12px;
}

.hero__card-icon img {
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
}

.hero__card-title {
  color: #ccc3cd;
  font-size: 24px;
  font-family: "Beaufort for LOL";
  text-align: center;
  margin-bottom: 12px;
}

.hero__card-progress {
  width: 205px;
  height: 10px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  overflow: hidden;
  background: #524c58;
  position: relative;
  margin-bottom: 12px;
}
.hero__card-progress span {
  position: absolute;
  display: block;
  top: 0;
  height: 100%;
  background: #3e9940;
}

.hero__card-info {
  text-align: center;
  color: #b3a9be;
  font-size: 18px;
}

.hero__info {
  width: 550px;
}

.hero__status { 
  margin-top: -400px;
}

.hero__logo {
  margin-top: -230px;
}
.hero__logo img {
  width: 600px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  display: block;
}

.hero__logo span {
  display: block;
  margin-top: -38px;
  text-align: center;
  color: rgba(193, 191, 189, 0.369);
  font-size: 28px;
  font-family: "Beaufort for LOL";
  letter-spacing: 4.5px;
  text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.35);
  background: -webkit-gradient(linear, left top, left bottom, from(#cacaca), to(#606060));
  background: -o-linear-gradient(top, #cacaca, #606060);
  background: linear-gradient(to bottom, #cacaca, #606060);
  -webkit-background-clip: text;
  /* Для веб-китов, чтобы обрезать фон по форме текста */
  -webkit-text-fill-color: transparent;
}

.hero__title {
  text-align: center;
  color: #fff;
  font-family: "Beaufort for LOL";
  font-size: 28px;
  margin-bottom: 18px;
}

.hero__description {
  margin-bottom: 100px;
  color: #b3a9be;
  font-size: 20px;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}

.hero__btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}
.hero__btn a {
  width: 444px;
  height: 96px;
  position: relative;
  padding: 20px 100px;
}
.hero__btn a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.hero__btn a:hover img {
  -webkit-filter: drop-shadow(0px 0px 35px #a044ff);
  filter: drop-shadow(0px 0px 35px #a044ff);
}
.hero__btn a span {
  position: relative;
  z-index: 2;
  text-align: center;
  display: block;
  line-height: 56px;
  color: #fff;
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-family: "Beaufort for LOL";
  white-space: nowrap;
}

/* Ключевые особенности */
section {
  padding-top: 30px;
  padding-bottom: 30px;
}
section.pt-big {
  padding-top: 55px;
}
section.pb-big {
  padding-bottom: 55px;
}

.section__title {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section__title h2 {
  font-size: 32px;
  font-family: "Beaufort for LOL";
  margin-bottom: 40px;
  background: #6a3093;
  background: -webkit-gradient(linear, left top, right top, from(#6a3093), to(#a044ff));
  background: -o-linear-gradient(left, #6a3093 0%, #a044ff 100%);
  background: linear-gradient(90deg, #6a3093 0%, #a044ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6a3093",endColorstr="#a044ff",GradientType=1);
  -webkit-background-clip: text;
  /* Для веб-китов, чтобы обрезать фон по форме текста */
  -webkit-text-fill-color: transparent;
  text-align: center;
}

.features__slider-wrapper {
  position: relative;
}

.features__arrow {
  position: absolute;
  top: 50%;
  width: 25px;
  height: 38px;
  background: url(../img/arrow.svg) center center no-repeat;
  background-size: 100% 100%;
  margin-top: -19px;
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.features__arrow.swiper-button-disabled {
  cursor: default;
  opacity: 0.2;
}

.features__arrow_prev {
  left: -60px;
}

.features__arrow_next {
  right: -60px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.features__dots {
  display: none;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  cursor: pointer;
  background: #ccc3cd;
  opacity: 1;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #6a3093;
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin-left: 8px;
  margin-right: 8px;
}

.features__slider {
  overflow: hidden;
}

.feature,
.news__item {
  border: 2px solid rgba(31, 25, 37, 1);
  border-radius: 20px;
  overflow: hidden;
  background: #1f1b25;
  padding: 280px 24px 30px 24px;
  height: auto;
  position: relative;
  transition: all ease 0.3s;
}
.feature:hover,
.news__item:hover {
  border: 2px solid #a044ff;
}

.feature:before,
.news__item:before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: #1f1925;
  background: -webkit-gradient(linear, left bottom, left top, from(#1f1925), color-stop(20%, #1f1925), to(rgba(31, 27, 37, 0)));
  background: -o-linear-gradient(bottom, #1f1925 0%, #1f1925 20%, rgba(31, 27, 37, 0) 100%);
  background: linear-gradient(0deg, #1f1925 0%, #1f1925 20%, rgba(31, 27, 37, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1f1925",endColorstr="#1f1925",GradientType=1);
}

.feature__img,
.news__item-img {
  position: absolute;
  -o-object-position: top;
  object-position: top;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
}

.feature__title,
.news__item-title {
  position: relative;
  z-index: 2;
  margin-bottom: 8px;
  text-align: center;
  color: #ccc3cd;
  font-size: 24px;
  font-family: "Beaufort for LOL";
}

.feature__description,
.news__item-text {
  text-align: center;
  color: #b3a9be;
  font-size: 18px;
  position: relative;
  z-index: 2;
}

.feature__btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 24px;
}

.broadcasts__items {
  gap: 40px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.broadcasts__items a {
  width: calc(25% - 30px);
  background: #1c1621;
  border: 2px solid #1f1925;
  border-radius: 20px;
  text-align: center;
  color: #ccc3cd;
  font-size: 18px;
  font-family: "Gilroy-Semibold";
  padding: 20px;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.broadcasts__items a:hover {
  background: #1f1925;
  border: 2px solid #a044ff;
}

.broadcasts__items iframe {
  width: calc(25% - 30px);
  background: #1c1621;
  border: 2px solid #1f1925;
  border-radius: 20px;
  text-align: center;
  color: #ccc3cd;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* Новости */
.news__items {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "news1 news2" "news1  news3";
}

.news__item_1 {
  grid-area: news1;
  min-height: 590px;
}

.news__item_2 {
  grid-area: news2;
}

.news__item_3 {
  grid-area: news3;
}

.news__item {
  padding: 34px;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}
.news__item .btn {
  margin-top: 28px;
}

.news__item-title,
.news__item-text {
  text-align: left;
  width: 100%;
}

.rating__select {
  position: relative;
  margin-bottom: 40px;
}

.dd-select {
  position: relative;
  cursor: pointer;
}

.dd-container {
  width: 100%;
  position: relative;
  background: #FFF;
  border-radius: 3px;
  border: 1px solid #CCC;
}

.dd-desc {
  color: #aaa;
  display: block;
  overflow: hidden;
}

.dd-selected {
  overflow: hidden;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 48px;
  -ms-flex-line-pack: center;
  align-content: center;
  background: #FFF;
  padding: 0px 42px 0px 18px;
}

.dd-selected-text {
  width: calc(100% - 32px);
  color: #333;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
}

.dd-option {
  border: none;
  padding: 9px 14px;
}

.dd-options {
  width: 100%;
  border-top: none;
  list-style: none;
  -webkit-box-shadow: 0px 1px 5px #ddd;
  box-shadow: 0px 1px 5px #ddd;
  display: none;
  position: absolute;
  z-index: 2000;
  margin: 0;
  padding: 0;
  overflow: auto;
  width: auto;
  min-width: 100%;
  border: 2px solid #883bcf;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.09);
  top: calc(100% + 8px);
  background: #1c1621;
}
.dd-options li {
  border-bottom: 1px solid #883bcf;
}
.dd-options li:last-child {
  border: none;
}

.dd-options > li:last-child > .dd-option {
  border-bottom: none;
}

.dd-selected-description-truncated {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dd-option-selected {
  background: #ECECEC;
}

.dd-container {
  width: 100%;
  position: relative;
  background: transparent;
  border-radius: 0px;
  border: none;
}

.dd-selected {
  min-width: 230px;
  border: 2px solid #883bcf;
  background: transparent;
  border-radius: 30px;
  position: relative;
  cursor: pointer;
}
.dd-selected:after {
  position: absolute;
  display: block;
  content: "";
  width: 8px;
  height: 15px;
  background: url(../img/arrow.svg) center center no-repeat;
  background-size: 100% 100%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 50%;
  margin-top: -7px;
  right: 20px;
}

.dd-selected-text {
  width: 100%;
  font-size: 16px;
  color: #fff;
  font-family: "Gilroy-Semibold";
  cursor: pointer;
}

.dd-option {
  padding: 12px 12px 12px 30px;
  height: auto;
  position: relative;
  color: #fff;
}
.dd-option:hover {
  color: #fff;
  /* background: #fff; */
  box-shadow: inset 0px 0px 20px rgba(160,68,255,1);
  cursor: pointer;
}

.dd-option-text {
  width: 100%;
  cursor: pointer;
  font-family: "Gilroy-Semibold";
  font-size: 16px;
}

.dd-option-selected {
  background: transparent;
}
.dd-option-selected:before {
  position: absolute;
  display: block;
  content: "";
  width: 6px;
  height: 9px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 17px;
  left: 12px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.dd-option-selected:hover:before {
  border-color: #000;
}

.rating__select {
  position: relative;
}

/* Рейтинг */
.rating__cols {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 40px;
}

.rating__col {
  width: calc(33.3% - 27px);
  background: #1c1621;
  border-radius: 20px;
  border: 2px solid #1f1925;
  padding: 30px;
  overflow-y: auto;
  transition: all ease 0.3s;
}

.rating__col:hover {
  border: 2px solid #a044ff;
}

.rating__title {
  text-align: center;
  color: #fff;
  margin-bottom: 16px;
  color: #ccc3cd;
  font-size: 24px;
  font-family: "Beaufort for LOL";
}

.rating__table {
  min-width: 100%;
  width: 100%;
  margin-top: 15px !important;
  margin-bottom: 20px;
  border-radius: 5px;
  overflow: hidden;
  border-radius: 10px;
  border: 0;
}

.rating__table tr {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background: #1f1925;
}

.rating__table tr:not(:last-child) {
  border-bottom: 1px dotted #3e3e3e;
}

.rating__table tr:first-child {
  border-bottom: 1px solid #1f1925;
  background: #241e2b;
}

.rating__table tr:nth-child(n+3):nth-child(odd) {
  background: #201b26;
}

.rating__table tr:first-child .rating__table td {
  font-family: "Gilroy-Medium";
  font-weight: 400;
  color: #f0e3db;
  font-size: 16px;
  line-height: 16px;
}

@media (max-width: 1024px) {
  .rating__table tr:first-child .rating__table td {
    font-size: 14px;
    line-height: 14px;
  }
}

.rating__table td {
  height: auto !important;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  padding: 15px 20px;
  text-align: left;
  font-family: 'Gilroy';
  color: #848181;
  font-size: 14px;
  line-height: 20px;
}

@media (max-width: 1024px) {
  .rating__table td {
    font-size: 14px;
    line-height: 16px;
    padding: 10px 10px;
  }
}

.rating__table td:first-child {
  text-align: center;
  font-weight: 400;
  font-family: "Gilroy-Medium";
}

.rating__table td:last-child {
  text-align: center;
  font-weight: 400;
  font-family: "Gilroy-Medium";
}

/* Footer */
footer {
  padding: 40px 0px;
  background: #100b12;
}

.footer__content {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 40px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer__url {
  margin-bottom: 16px;
  color: #ccc3cd;
  font-size: 24px;
  font-family: "Beaufort for LOL";
}

.footer__copy {
  color: #938c9a;
  font-size: 18px;
}

.footer__menu-title {
  color: #ccc3cd;
  font-size: 24px;
  font-family: "Beaufort for LOL";
  margin-bottom: 16px;
}

.footer__menu ul li {
  margin-bottom: 16px;
}
.footer__menu ul li:last-child {
  margin-bottom: 0;
}
.footer__menu ul li a {
  display: inline;
  color: #938c9a;
  font-size: 18px;
}
.footer__menu ul li a:hover {
  color: #fff;
}

/* Модальное окно */
.modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 300;
  display: none;
}

.modal__blackout {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(12, 5, 15, 0.85);
  z-index: 1;
}

.modal__block {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.modal {
  background: #1c1621;
  border: 2px solid #1f1925;
  width: 800px;
  max-height: calc(100vh - 30px);
  overflow-y: auto;
  border-radius: 20px;
  padding-top: 32px;
  position: relative;
  z-index: 2;
}

.modal__top {
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
  border-bottom: 2px solid #2b2732;
}
.modal__top:after {
  position: absolute;
  display: block;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #2b2732;
  width: 16px;
  height: 16px;
  bottom: -1px;
  left: 50%;
  margin-bottom: -8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #1e1925;
}
.modal__top .btn {
  margin-bottom: 32px;
}

.modal__title {
  color: #ccc3cd;
  font-size: 32px;
  text-transform: uppercase;
  font-weight: bold;
  font-weight: 700;
  letter-spacing: 2px;
  margin-right: 20px;
  margin-bottom: 32px;
  font-weight: 700;
  font-family: "Beaufort for LOL";
}

.file {
  padding: 32px 40px;
}

.file__title {
  margin-bottom: 40px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  font-weight: 700;
  background: #6a3093;
  background: -webkit-gradient(linear, left top, right top, from(#6a3093), to(#a044ff));
  background: -o-linear-gradient(left, #6a3093 0%, #a044ff 100%);
  background: linear-gradient(90deg, #6a3093 0%, #a044ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6a3093",endColorstr="#a044ff",GradientType=1);
  -webkit-background-clip: text;
  /* Для веб-китов, чтобы обрезать фон по форме текста */
  -webkit-text-fill-color: transparent;
  padding-right: 50px;
  font-weight: 700;
  font-family: "Beaufort for LOL";
}

.file__links-title {
  margin-bottom: 20px;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Beaufort for LOL";
  color: #ccc3cd;
}
.file__links-title.white {
  color: #fff;
}

.file__links {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-bottom: 28px;
}
.file__links:last-child {
  padding-bottom: 0;
}
.file__links a {
  margin-right: 20px;
  margin-bottom: 12px;
}

.rating__off {
  margin-bottom: 100px;
  color: #b3a9be;
  font-size: 16px;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
}