@import url(../fonts/match/stylesheet.css);
:root {
  --white: #fff;
  --black: #000;
  --blue: #4BAADC;
}
* {
  box-sizing: border-box;
  outline: none;
}
html {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
body {
  margin: 0;
  padding: 0;
  display: flex;
  flex: auto;
  flex-direction: column;
  font-family: 'Inter', sans-serif;
  background: #070B14;
  color: var(--white);
  font-size: 18px;
  line-height: 140%;
}
body.one-page {
  padding-top: 30px;
  justify-content: space-between;
  align-items: center;
}
body.one-page .header {
  position: relative;
  margin: 0 auto;
  left: 0;
  transform: none;
  top: 0;
}
body.one-page .wrapper {
  flex: none;
}
body.overflow {
  overflow: hidden;
}
img {
  border: 0;
}
input,
textarea,
a,
button {
  outline: none;
}
a {
  color: var(--blue);
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  color: var(--blue);
  text-decoration: underline;
}
.dn {
  display: none;
}
.clr {
  clear: both;
}
.col {
  vertical-align: top;
  display: inline-block;
}
main {
  flex: auto;
  width: 100%;
  position: relative;
  overflow: hidden;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--black);
  -webkit-box-shadow: 0 0 0 1000 var(--white) inset;
}
.lazy {
  position: fixed;
  top: -99999px;
  left: -9999px;
}
.text-9 {
  font-size: 9px;
  line-height: 140%;
  letter-spacing: -0.04px;
}
.text-12 {
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.04px;
}
.text-14 {
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.04px;
}
.text-16 {
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.04px;
}
.text-18 {
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04px;
}
.text-22 {
  font-size: 22px;
  line-height: 140%;
  letter-spacing: -0.04px;
}
.text-24 {
  font-size: 24px;
  line-height: 140%;
  letter-spacing: -0.04px;
}
.d-link-16 {
  font-family: 'Inter', sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
}
.d-link-14 {
  font-family: 'Inter', sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 150%;
  text-transform: uppercase;
}
.btn {
  display: inline-block;
  text-decoration: none;
  color: var(--white);
  cursor: pointer;
  background: no-repeat center / cover;
  border: 2px solid var(--white);
  border-radius: 28px;
  height: 75px;
  padding: 0 32px;
  transition: all 0.3s ease;
  font-family: 'Inter', sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  font-size: 0.83333333vw;
}
.btn > span {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  gap: 12px;
}
.btn .icon svg path,
.btn .icon svg rect {
  fill: var(--white);
  transition: all 0.3s ease;
}
.btn:hover {
  background-color: var(--white);
  color: var(--black);
  text-decoration: none;
}
.btn:hover .icon svg path,
.btn:hover .icon svg rect {
  fill: var(--black);
}
.btn--small {
  height: 60px;
  border-radius: 20px;
  font-family: 'Inter', sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 150%;
  text-transform: uppercase;
  font-size: 0.72916667vw;
}
.btn--fixed {
  min-width: 250px;
}
.btn--fixed2 {
  min-width: 190px;
}
.btn--fixed3 {
  min-width: 330px;
}
.btn--special {
  border: 0;
  background-image: url(../img/btn.png);
  box-shadow: 0 23px 51px -14px rgba(45, 88, 230, 0.96), inset 0 2px 8px rgba(255, 255, 255, 0.35);
}
.btn--special:hover {
  color: var(--white);
  background-image: url(../img/btn-hover.png);
  box-shadow: 0 23px 51px -14px rgba(45, 88, 230, 0.96), inset 0 2px 8px rgba(255, 255, 255, 0.35);
}
.btn--special:active {
  color: var(--white);
  background-image: url(../img/btn-active.png);
  box-shadow: 0 23px 51px -14px rgba(45, 88, 230, 0.96), inset 0 2px 8px rgba(255, 255, 255, 0.35);
}
.btn--square {
  border: 0;
  width: 75px;
  padding: 0;
  background-image: url(../img/btn-square.png);
}
.btn--square:hover {
  background-image: url(../img/btn-square-hover.png);
}
.btn--square:active {
  background-image: url(../img/btn-square-active.png);
}
.btn--transparent {
  border-color: rgba(255, 255, 255, 0.38);
}
.btn--invisible {
  border-color: transparent;
}
.btn--invisible.active {
  border-color: var(--white);
}
.btn--brick {
  width: 60px;
  height: 60px;
  padding: 0;
  border-radius: 20px;
  font-family: 'Inter', sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 150%;
  text-transform: uppercase;
  font-size: 0.72916667vw;
}
.color-market-blue {
  background: radial-gradient(79.5% 154.83% at 79.5% 89.05%, #6FE5FF 0%, #2C4F9A 100%);
  border: 1px solid rgba(105, 191, 236, 0.31);
  box-shadow: inset 0 0 14px rgba(75, 129, 157, 0.25);
}
.color-market-turquoise {
  background: radial-gradient(79.5% 154.83% at 79.5% 89.05%, #12F0F0 0%, #084F70 100%);
  border: 1px solid rgba(105, 191, 236, 0.31);
  box-shadow: inset 0 0 14px rgba(75, 129, 157, 0.25);
}
.color-market-dark-blue {
  background: radial-gradient(79.5% 154.83% at 79.5% 89.05%, #2B79F1 0%, #143F84 100%);
  border: 1px solid rgba(105, 191, 236, 0.31);
  box-shadow: inset 0 0 14px rgba(75, 129, 157, 0.25);
}
.color-market {
  background: radial-gradient(79.5% 154.83% at 79.5% 89.05%, #8F47FC 0%, #32118E 100%);
  border: 1px solid rgba(105, 191, 236, 0.31);
  box-shadow: inset 0 0 14px rgba(75, 129, 157, 0.25);
}
.color-label-ama {
  background: radial-gradient(79.5% 154.83% at 79.5% 89.05%, #FF4C4C 0%, #8F0000 100%);
  border: 1px solid rgba(105, 191, 236, 0.31);
  box-shadow: inset 0 0 14px rgba(75, 129, 157, 0.25);
}
.color-label-roadmap {
  background: radial-gradient(79.5% 154.83% at 79.5% 89.05%, #FF3F9F 0%, #970137 100%);
  border: 1px solid rgba(105, 191, 236, 0.31);
  box-shadow: inset 0 0 14px rgba(75, 129, 157, 0.25);
}
.color-label-heroes {
  background: radial-gradient(79.5% 154.83% at 79.5% 89.05%, #D55EFF 0%, #700596 100%);
  border: 1px solid rgba(105, 191, 236, 0.31);
  box-shadow: inset 0 0 14px rgba(75, 129, 157, 0.25);
}
.color-label-dev {
  background: radial-gradient(79.5% 154.83% at 79.5% 89.05%, #FF7C44 0%, #AD3400 100%);
  border: 1px solid rgba(105, 191, 236, 0.31);
  box-shadow: inset 0 0 14px rgba(75, 129, 157, 0.25);
}
.gradient-btn {
  background: radial-gradient(88.75% 237.99% at 11.25% 0%, #47D2F4 0%, #2E7AC3 27.08%, #2461D8 50.52%, #5C31BA 84.37%, #DB0DBA 100%);
}
h1,
.h1 {
  font-family: 'Match', sans-serif;
  margin: 0;
  padding: 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 144px;
  line-height: 172px;
}
h1.big,
.h1.big {
  font-size: 280px;
  line-height: 335px;
}
h1.small,
.h1.small {
  font-size: 100px;
  line-height: 120px;
}
h3,
.h3 {
  font-family: 'Match', sans-serif;
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 64px;
  line-height: 77px;
  text-transform: uppercase;
}
h4,
.h4 {
  font-family: 'Match', sans-serif;
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 48px;
  line-height: 57px;
  text-transform: uppercase;
}
h5,
.h5 {
  font-family: 'Match', sans-serif;
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 32px;
  line-height: 38px;
  text-transform: uppercase;
}
.header {
  position: fixed;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  padding: 26px 35px;
  display: flex;
  align-items: center;
  background: rgba(75, 129, 157, 0.4);
  gap: 45px;
  border: 1px solid rgba(105, 191, 236, 0.31);
  box-shadow: inset 0 0 14px rgba(75, 129, 157, 0.25);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 40px;
  transition: all 0.3s ease;
}
.header:before,
.header:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -5px;
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-top: -5px;
  background: #5F9AB9;
  box-shadow: 0 0 16px #6192AC;
  transform: rotate(45deg);
}
.header:after {
  left: auto;
  right: -5px;
}
.header__bg {
  display: none;
  background: rgba(75, 129, 157);
  opacity: 0;
  width: 0;
  height: 100%;
  left: 50%;
  position: absolute;
  z-index: -1;
  top: 0;
  transition: all 0.3s ease;
}
.header--2:not(.scroll) {
  top: 0;
  border-radius: 0;
  border-color: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.header--2:not(.scroll):before,
.header--2:not(.scroll):after {
  opacity: 0;
}
.header--3 .header__bg {
  display: block;
}
.header--3.scroll {
  background: transparent;
  top: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.header--3.scroll:before,
.header--3.scroll:after {
  opacity: 0;
}
.header--3.scroll .header__bg {
  margin-left: -50vw;
  width: 100vw;
  opacity: 1;
}
.section {
  background: no-repeat center / cover;
  position: relative;
}
.section--promo {
  background-image: url(../img/pic/01.jpg);
  text-align: center;
  padding: 220px 0 140px;
}
.section--promo .btns {
  margin-top: 310px;
  justify-content: center;
  position: relative;
}
.section--promo .heroes {
  position: absolute;
  top: 260px;
  left: 50%;
  transform: translateX(-50%);
  width: 1594px;
  height: 679px;
}
.section--about {
  background-image: url(../img/pic/02.jpg);
  text-align: center;
  padding: 100px 0 140px;
}
.section--champions {
  padding: 140px 0 100px;
  height: 1190px;
  background-image: url(../img/pic/03.jpg);
}
.section--champions .title {
  text-align: center;
  margin-bottom: 97px;
}
.section--champions .block {
  width: 535px;
}
.section--champions .content {
  padding: 0 275px 0 213px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section--earn {
  padding: 140px 0 0;
  height: 1190px;
  background-image: url(../img/pic/04.jpg);
}
.section--earn .title {
  text-align: center;
  margin-bottom: 106px;
}
.section--earn .block {
  width: 535px;
}
.section--earn .content {
  padding: 0 450px 0 275px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section--roadmap {
  padding: 100px 0;
  background-image: url(../img/pic/05.jpg);
}
.section--roadmap h3 {
  text-align: center;
}
.section--news {
  padding: 130px 0 0;
}
.section--best {
  background-image: url(../img/pic/06.jpg);
  height: 1070px;
  padding: 250px 0 0 270px;
}
.section--best .title {
  font-size: 144px;
  line-height: 172px;
  margin-bottom: 40px;
}
.section--best .champions {
  position: absolute;
  right: 207px;
  bottom: 102px;
}
.section--best .text {
  width: 468px;
  margin-bottom: 55px;
}
.section--cols .block {
  display: flex;
  justify-content: space-between;
  margin-top: 90px;
  margin-bottom: 35px;
}
.section--cols .block .text {
  width: 600px;
  font-size: 20px;
  line-height: 150%;
}
.section--big-pic-bottom {
  background-image: url(../img/pic/big-pic-bottom.jpg);
  background-position: center bottom;
  background-size: 100% auto;
}
.section--big-pic-bottom .pic {
  width: 1700px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.section--purple {
  background: #541988;
}
.section--similar {
  padding: 140px 0 130px;
}
.section--first {
  padding-top: 200px;
}
.section--first-big {
  padding-top: 260px;
}
.section--pb {
  padding-bottom: 60px;
}
.section--pb-md {
  padding-bottom: 100px;
}
.section--pb-lg {
  padding-bottom: 120px;
}
.section--pb-xl {
  padding-bottom: 150px;
}
.section--pb-xxl {
  padding-bottom: 175px;
}
.section--pt {
  padding-top: 60px;
}
.section--pt-md {
  padding-top: 100px;
}
.section--pt-lg {
  padding-top: 120px;
}
.section--pt-xl {
  padding-top: 150px;
}
.section--pt-xxl {
  padding-top: 175px;
}
.section--comics {
  padding-top: 113px;
  background: rgba(75, 129, 157);
}
.section--comics .breadcrumbs {
  top: 230px;
}
.section--error {
  text-align: center;
  background-image: url(../img/pic/big-pic-bottom.jpg);
  background-position: center bottom;
  background-size: 100% auto;
}
.section--error .btns {
  justify-content: center;
}
.section--error .text {
  width: 600px;
  margin: 30px auto 0;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04px;
  font-size: 0.9375vw;
}
.section__pic {
  background: no-repeat center / cover;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}
.section--title {
  height: 900px;
  background-image: url(../img/pic/pvp01.jpg);
}
.section--title .pic {
  position: absolute;
  right: 320px;
  bottom: 75px;
  height: 584px;
}
.section--title .pic--right {
  right: 275px;
}
.section--title .pic img {
  width: auto;
  height: 100%;
}
.section--flex .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section--bg-left {
  background-image: url(../img/pic/pvp03.jpg);
}
.section--bg-right {
  background-image: url(../img/pic/pvp02.jpg);
}
.section--hover {
  height: 810px;
  margin-bottom: -450px;
  padding-top: 230px;
}
.section--hover:after {
  height: 350px;
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  background: linear-gradient(0, #070B14 0%, rgba(7, 11, 20, 0) 100%);
}
.section--video .content {
  z-index: 2;
}
.comics-list {
  background: #070B14;
  height: 1000px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-areas: "hero skillA ultra ultra" "hero skillB ultra ultra" "hero weapon weapon weapon";
}
.comics-list .comics--main {
  grid-area: hero;
}
.comics-list .comics--2 {
  grid-area: skillA;
}
.comics-list .comics--3 {
  grid-area: skillB;
}
.comics-list .comics--4 {
  grid-area: ultra;
}
.comics-list .comics--5 {
  grid-area: weapon;
}
.text-black {
  color: var(--black);
}
.text-center {
  text-align: center;
}
.btns {
  display: flex;
  gap: 40px;
  margin-top: 60px;
}
.btns--center {
  justify-content: center;
}
.heroes {
  display: inline-block;
  background: url(../img/pic/heroes.png) no-repeat center / contain;
}
.line {
  line-height: 0;
  height: 1px;
  position: relative;
  z-index: 2;
  background: #4B819D;
}
.line span {
  width: 14px;
  height: 14px;
  transform: rotate(45deg);
  display: inline-block;
  background: #5F9AB9;
  box-shadow: 0 0 16px #6192AC;
}
.line div {
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
}
.line div:first-child {
  margin-left: -310px;
}
.line div:last-child {
  margin-left: 310px;
}
.logo {
  display: inline-block;
  background: url(../img/logo.svg) no-repeat center / contain;
  width: 156px;
  height: 31px;
}
.logo--mack {
  background-image: url(../img/logo-mack.svg);
  width: 159px;
  height: 56px;
}
.menu {
  display: flex;
  gap: 32px;
}
.menu-item {
  position: relative;
  z-index: 2;
  height: 58px;
  display: flex;
  align-items: center;
  font-family: 'Inter', sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  font-size: 0.83333333vw;
}
.menu-item a {
  color: var(--white);
  text-decoration: none;
}
.menu-item--sub {
  padding-right: 16px;
}
.menu-item--sub:after,
.menu-item--sub:before {
  content: "";
  background: url(../img/rectangle.svg) no-repeat left center / auto 100%;
  width: 35px;
  height: 58px;
  display: none;
  position: absolute;
  top: 0;
  left: -35px;
  z-index: -1;
}
.menu-item--sub:after {
  left: auto;
  right: -35px;
  background-position: right center;
}
.menu-item.stage2 {
  background: #192B35;
}
.menu-item.stage2:after,
.menu-item.stage2:before {
  display: block;
}
.menu-item.stage2 .menu-sub {
  display: block;
}
.menu-item.stage2 .menu-arrow {
  transform: translateY(-50%) rotate(180deg);
}
.menu-arrow {
  position: absolute;
  background: url(../img/icon-arrow-down.svg) no-repeat center / contain;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  transition: all 0.3s ease;
}
.menu-sub {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -1px);
  width: 418px;
  display: none;
  background: #15242D;
  box-shadow: inset 0 0 16px #243E4E;
}
.menu-sub-item {
  border-bottom: 1px solid #2F4655;
}
.menu-sub-item:last-child {
  border-bottom: 0;
}
.menu-sub-item a {
  padding: 24px 26px;
  display: block;
}
.menu-sub-item a:hover {
  background: #4B819D;
}
.separator {
  line-height: 0;
  width: 1px;
  height: 50px;
  background: #4882A2;
}
.about-cards {
  display: flex;
  gap: 60px;
  justify-content: center;
  margin-top: 80px;
}
.about-card {
  width: 596px;
  padding: 45px 265px 0 45px;
  text-align: left;
  overflow: hidden;
  height: 402px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 30px;
  position: relative;
}
.about-card > * {
  position: relative;
  z-index: 3;
}
.about-card--pvp {
  background: radial-gradient(79.5% 154.83% at 79.5% 89.05%, #12F0F0 0%, #1B9AC1 48.96%, #004B81 100%);
  box-shadow: inset 0 2px 49px rgba(255, 255, 255, 0.35);
}
.about-card--pvp .about-card__pic {
  background-image: url(../img/pic/character1.png);
}
.about-card--pvp:after {
  right: 0;
  bottom: 13px;
}
.about-card--pve {
  background: radial-gradient(79.5% 154.83% at 79.5% 89.05%, #6FE5FF 0%, #157BCD 59.37%, #2C4F9A 100%), #FFFFFF;
  box-shadow: inset 0 2px 49px rgba(255, 255, 255, 0.35);
}
.about-card--pve .about-card__pic {
  background-image: url(../img/pic/character2.png);
}
.about-card--pve:after {
  right: 11px;
  bottom: 6px;
}
.about-card__title {
  font-family: 'Match', sans-serif;
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 64px;
  line-height: 77px;
  text-transform: uppercase;
  font-size: 3.33333333vw;
  line-height: 4.01041667vw;
  margin-bottom: 16px;
  position: relative;
}
.about-card__icon {
  position: absolute;
  top: 15px;
  left: 100%;
  line-height: 0;
  transform: translateX(16px);
}
.about-card__text {
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.04px;
  font-size: 0.72916667vw;
}
.about-card__btn {
  margin-top: 20px;
}
.about-card__pic {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: 2;
  width: 100%;
  background: no-repeat right bottom / 300px auto;
}
.about-card:after {
  content: "";
  z-index: 1;
  position: absolute;
  background: url(../img/elipses.svg) no-repeat center / contain;
  width: 260px;
  height: 260px;
}
.icon {
  line-height: 0;
  width: 24px;
  height: 24px;
  display: inline-block;
}
.icon img,
.icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.icon img path,
.icon svg path {
  transition: all 0.3s ease;
}
.icon--sm {
  width: 20px;
  height: 20px;
}
.icon--md {
  width: 27px;
  height: 27px;
}
.icon--lg {
  width: 32px;
  height: 32px;
}
.icon--xl {
  width: 37px;
  height: 37px;
}
.icon--xxl {
  width: 50px;
  height: 50px;
}
.icon--extra {
  width: 66px;
  height: 66px;
}
.title {
  font-family: 'Match', sans-serif;
  font-weight: bold;
  font-size: 144px;
  line-height: 172px;
  text-transform: uppercase;
}
.title--gradient span {
  display: inline-block;
  padding: 0 50px;
  background: radial-gradient(88.75% 237.99% at 11.25% 0%, #47D2F4 0%, #2E7AC3 27.08%, #2461D8 50.52%, #5C31BA 84.37%, #DB0DBA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.title-sub {
  font-size: 22px;
  line-height: 140%;
  letter-spacing: -0.04px;
  font-size: 1.14583333vw;
  font-weight: 700;
  margin-bottom: 64px;
}
.champions {
  width: 728px;
  background: url(../img/pic/two.png) no-repeat center / contain;
  height: 740px;
  position: relative;
}
.champions .skill {
  position: absolute;
}
.champions .skill:nth-child(1) {
  left: -34px;
  top: 242px;
}
.champions .skill:nth-child(2) {
  left: -20px;
  top: 138px;
}
.champions .skill:nth-child(3) {
  left: 39px;
  top: 55px;
}
.champions .skill:nth-child(4) {
  left: 136px;
  top: 27px;
}
.champions .skill:nth-child(5) {
  left: 461px;
  top: 600px;
}
.champions .skill:nth-child(6) {
  left: 562px;
  top: 598px;
}
.champions .skill:nth-child(7) {
  left: 641px;
  top: 533px;
}
.champions .skill:nth-child(8) {
  left: 680px;
  top: 437px;
}
.champions--2 {
  background-image: url(../img/pic/two2.png);
  width: 753px;
  height: 773px;
}
.skill {
  background: rgba(75, 129, 157, 0.4);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 1px solid rgba(105, 191, 236, 0.31);
  box-sizing: border-box;
  box-shadow: 0 4px 58px rgba(29, 234, 238, 0.37), inset 0 0 22px rgba(31, 197, 217, 0.62);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.04px;
  font-size: 0.83333333vw;
  font-weight: bold;
}
.skill--small {
  width: 60px;
  height: 60px;
}
.skill--big {
  width: 94px;
  height: 94px;
}
.skill--filled {
  background: #4B819D;
}
.bishop {
  background: url(../img/pic/bishop.png) no-repeat center / contain;
  width: 477px;
  height: 674px;
}
.with-card {
  position: relative;
}
.with-card .card {
  position: absolute;
  top: 330px;
  left: 300px;
}
.card {
  position: relative;
}
.card__content {
  position: relative;
  width: 291px;
  height: 358px;
  background: rgba(75, 129, 157, 0.4);
  border: 1px solid rgba(105, 191, 236, 0.31);
  box-shadow: inset 0 0 14px rgba(75, 129, 157, 0.25);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 30px;
  padding: 50px 0 0 0;
}
.card__content:before,
.card__content:after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  background: #64BBE9;
  box-shadow: 0 0 16px #6192AC;
  transform: rotate(45deg);
  width: 9px;
  height: 9px;
  margin: -4px;
  z-index: 1;
}
.card__content:after {
  top: auto;
  bottom: 0;
}
.card__pic {
  margin: 0 auto;
  width: 192px;
  height: 192px;
  border-radius: 15px;
  background: no-repeat center / cover;
}
.card__title {
  width: 210px;
  height: 58px;
  margin: -42px auto 16px;
  background: #4B819D;
  border: 1px solid rgba(105, 191, 236, 0.31);
  box-sizing: border-box;
  box-shadow: inset 0 0 14px rgba(75, 129, 157, 0.25);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Match', sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
}
.card__text {
  width: 200px;
  margin: 0 auto;
  opacity: 0.8;
  text-align: center;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.04px;
  font-size: 0.625vw;
}
.card .skill {
  position: absolute;
  z-index: 2;
}
.card .skill--first {
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}
.card .skill--second {
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}
.card .skill--third {
  bottom: 0;
  left: 0;
  transform: translate(-50%, 50%);
}
.card .skill--fourth {
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%);
}
.card:before,
.card:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  background: #64BBE9;
  box-shadow: 0 0 16px #6192AC;
  transform: rotate(45deg);
  width: 9px;
  height: 9px;
  margin: -4px;
  z-index: 1;
}
.card:after {
  left: auto;
  right: 0;
}
.roadmap {
  margin: 80px 0;
}
.roadmap-item {
  border-radius: 30px;
  width: 298px;
  padding: 36px 52px 0 27px;
  position: relative;
  height: 358px;
}
.roadmap-item:after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  top: 50%;
  right: -35px;
  background: #5F9AB9;
  box-shadow: 0 0 16px #6192AC;
  transform: rotate(45deg) translateY(-50%);
}
.roadmap-item--no-romb:last-child:after {
  display: none;
}
.roadmap-item__title {
  margin-bottom: 17px;
  font-family: 'Match', sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
}
.roadmap-item__text {
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.04px;
  font-size: 0.72916667vw;
  opacity: 0.8;
}
.roadmap-item--1 {
  background: radial-gradient(79.5% 154.83% at 79.5% 89.05%, #12F0F0 0%, #084F70 100%), #4B819D;
  border: 1px solid rgba(105, 191, 236, 0.31);
  box-shadow: inset 0 0 14px rgba(75, 129, 157, 0.25);
}
.roadmap-item--2 {
  background: radial-gradient(79.5% 154.83% at 79.5% 89.05%, #6FE5FF 0%, #2C4F9A 100%), radial-gradient(79.5% 154.83% at 79.5% 89.05%, #12F0F0 0%, #084F70 100%), #4B819D;
  border: 1px solid rgba(105, 191, 236, 0.31);
  box-shadow: inset 0 0 14px rgba(75, 129, 157, 0.25);
}
.roadmap-item--3 {
  background: radial-gradient(79.5% 154.83% at 79.5% 89.05%, #2B79F1 0%, #143F84 100%), #4B819D;
  border: 1px solid rgba(105, 191, 236, 0.31);
  box-shadow: inset 0 0 14px rgba(75, 129, 157, 0.25);
}
.roadmap-item--4 {
  background: radial-gradient(79.5% 154.83% at 79.5% 89.05%, #8F47FC 0%, #32118E 100%), #4B819D;
  border: 1px solid rgba(105, 191, 236, 0.31);
  box-shadow: inset 0 0 14px rgba(75, 129, 157, 0.25);
}
.news {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin: 80px 0;
  align-items: stretch;
}
.news-list {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 60px 0;
}
.news-item {
  background: #15242D;
  padding: 11px 11px 20px;
  text-decoration: none;
  color: var(--white);
  border: 1px solid #1C313E;
  box-shadow: inset 0 0 16px #243E4E;
  border-radius: 30px;
  width: 417px;
  height: 455px;
  display: flex;
  flex-direction: column;
}
.news-item__pic {
  width: 100%;
  height: 306px;
  border-radius: 27px;
  padding: 14px;
  background: linear-gradient(180.2deg, rgba(24, 120, 201, 0.62) 0.17%, rgba(0, 0, 0, 0) 60.42%);
  position: relative;
}
.news-item__pic-outer {
  background: no-repeat center / cover;
  border-radius: 27px;
}
.news-item__content {
  padding: 24px 19px 0;
}
.news-item__title {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
}
.news-item__date {
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.04px;
  font-size: 0.72916667vw;
  opacity: 0.4;
  margin-top: 26px;
}
.news-item__text {
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.04px;
  font-size: 0.72916667vw;
  opacity: 0.8;
  margin-top: 20px;
}
.news-item:hover {
  text-decoration: none;
  color: var(--white);
}
.news-item--faded {
  opacity: 0.5;
}
.news-item--long {
  width: 655px;
  height: auto;
}
.news-item--long .news-item__content {
  padding: 25px 25px 10px;
}
.news-item--empty {
  opacity: 0;
}
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.tag {
  padding: 6px 12px;
  display: inline-block;
  font-family: 'Match', sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  border-radius: 30px;
}
.subscribe {
  height: 73px;
  padding: 0 0 0 68px;
  width: 477px;
  display: flex;
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.05) url(../img/icon-email.svg) no-repeat left 24px center / 28px auto;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 28px;
  transition: all 0.3s ease;
}
.subscribe .btn {
  margin: -2px;
}
.subscribe input {
  flex: 1;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  font-family: 'Inter', sans-serif;
  color: var(--white);
  min-width: 0;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.04px;
  font-size: 0.72916667vw;
}
.subscribe input::placeholder {
  color: var(--white);
}
.subscribe.focused {
  border-color: var(--white);
}
.subscribe--simple {
  background-image: none;
  padding-left: 24px;
}
.subscribe--100 {
  width: 100%;
}
.footer {
  background: rgba(255, 255, 255, 0.05);
}
.footer__content {
  background: radial-gradient(141.11% 100% at 50% 0%, #4D85A0 0%, rgba(0, 0, 0, 0) 63.15%), #070B14;
  padding: 0 280px;
}
.footer__row {
  padding: 70px 0;
}
.footer__row--first {
  border-bottom: 1px solid #4B819D;
}
.footer__row--second {
  padding-bottom: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__row--last {
  display: flex;
  justify-content: space-between;
  font-family: 'Inter', sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  font-size: 0.83333333vw;
  opacity: 0.5;
  padding-bottom: 50px;
  padding-top: 0;
}
.footer-menu {
  display: flex;
  gap: 60px;
}
.footer-menu a {
  color: var(--white);
  text-decoration: none;
}
.footer-menu a:hover {
  color: var(--white);
  text-decoration: underline;
}
.footer--simple {
  background: none;
}
.footer--simple .footer__content {
  background: none;
}
.footer--simple .footer__row {
  padding: 0;
}
.footer--simple .footer__row--first {
  border-bottom: none;
}
.footer--simple .footer__row--last {
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
  gap: 30px;
}
.footer--simple .footer__row .connected {
  justify-content: center;
}
.connected {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.connected__title {
  font-family: 'Match', sans-serif;
  padding: 0;
  font-weight: bold;
  font-size: 64px;
  line-height: 77px;
  text-transform: uppercase;
  font-size: 3.33333333vw;
  line-height: 4.01041667vw;
  margin: 0;
}
.social {
  display: flex;
  gap: 30px;
}
.social-item {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  border: 2px solid var(--white);
  border-radius: 50%;
  width: 84px;
  height: 84px;
  transition: all 0.3s ease;
}
.social-item img,
.social-item svg {
  width: 31px;
}
.social-item img path,
.social-item svg path {
  fill: var(--white);
  transition: all 0.3s ease;
}
.social-item:hover {
  background: var(--white);
}
.social-item:hover svg path {
  fill: var(--black);
}
.social-item--sm {
  width: 50px;
  height: 50px;
}
.social-item--sm img,
.social-item--sm svg {
  width: 19px;
}
.logos {
  display: flex;
  gap: 60px;
  align-items: center;
}
.form {
  width: 420px;
  text-align: center;
  margin: 0 auto;
}
.form .btn {
  width: 328px;
}
.form__row {
  margin-bottom: 30px;
}
.form__row--info {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.04px;
  font-size: 0.72916667vw;
}
.form__row--info .icon {
  vertical-align: bottom;
}
.form__row--special {
  margin-top: -20px;
  margin-bottom: 20px;
  padding: 0 25px;
  text-align: left;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.04px;
  font-size: 0.625vw;
}
.form__text {
  margin-bottom: 35px;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04px;
  font-size: 0.9375vw;
}
.form-elem {
  position: relative;
}
.form-elem .input {
  width: 100%;
}
.form-elem--icon .input {
  padding-right: 60px;
}
.form-elem__icon {
  line-height: 0;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}
.form-elem.passed .input {
  border-color: #28D95A;
}
.form-elem.error {
  padding-bottom: 20px;
}
.form-elem.error .input {
  border-color: #D9282B;
}
.form-elem__error {
  position: absolute;
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  color: #D9282B;
  top: 100%;
  left: 0;
  margin: -10px 0 0 25px;
}
b,
strong {
  font-weight: 600;
}
.input {
  background: rgba(255, 255, 255, 0.05);
  box-shadow: none;
  padding: 0 24px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  height: 75px;
  border-radius: 28px;
  color: var(--white);
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.04px;
  font-size: 0.72916667vw;
}
.input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.input--tiny {
  height: 30px;
  background: rgba(75, 170, 220, 0.12);
  border: 1px solid rgba(75, 170, 220, 0.2);
  border-radius: 8px;
  padding: 0 12px;
  text-align: center;
}
.content {
  padding: 0 275px;
  position: relative;
}
.content--pr-lg {
  padding-right: 330px;
}
.content--pr-sm {
  padding-right: 160px;
}
.content--pl-lg {
  padding-left: 330px;
}
.content--pl-sm {
  padding-left: 160px;
}
.top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
}
.products {
  display: flex;
  justify-content: space-between;
}
.products--list {
  flex-wrap: wrap;
  gap: 60px 0;
}
.products-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 50px 0;
}
.products__title {
  font-family: 'Match', sans-serif;
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 32px;
  line-height: 38px;
  text-transform: uppercase;
  font-size: 1.66666667vw;
  line-height: 1.97916667vw;
}
.products__sort {
  width: 190px;
  text-align: right;
}
.product {
  width: 298px;
  height: 435px;
  border-radius: 30px;
  padding: 20px 20px 25px;
  overflow: hidden;
  background: #1E3848;
  border: 1px solid #1C313E;
  box-shadow: inset 0 0 16px #243E4E;
  /*
  &.gradient-blue{
    .product__pic{
      background: #57aeda;
    }
  }
  &.gradient-blue-dark{
    .product__pic{
      background: #1D55AD;
    }
  }
  &.gradient-turquoise{
    .product__pic{
      background: #0EA3B3;
    }
  }
  &.gradient-purple{
    .product__pic{
      background: #5827BB;
    }
  }
  &.gradient-fuchsia{
    .product__pic{
      background: #ad3bd6;
    }
  }
  &.gradient-orange{
    .product__pic{
      background: #d52f2f;
    }
  }
  &.gradient-brick{
    .product__pic{
      background: #df602a;
    }
  }
  &.gradient-pink{
    .product__pic{
      background: #d72777;
    }
  }*/
}
.product__top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.product__title {
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04px;
  font-size: 0.9375vw;
  font-weight: bold;
  margin-bottom: 7px;
}
.product__article {
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.04px;
  font-size: 0.72916667vw;
  opacity: 0.5;
}
.product__pic {
  width: calc(100% + 1.041666666666667vw);
  height: 275px;
  padding: 33px;
  margin: 13px 0 20px -10px;
  background: #0E1920;
  box-shadow: inset 0 4px 30px rgba(0, 0, 0, 0.25);
  border-radius: 23px;
}
.product__pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product__pic--full {
  padding: 0;
}
.product__pic--cover img {
  object-fit: cover;
}
.product__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.product__price {
  padding-left: 10px;
  font-family: 'Match', sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
}
.product__type {
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.04px;
  font-size: 0.72916667vw;
  opacity: 0.5;
}
.product__text {
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.04px;
  font-size: 0.72916667vw;
  opacity: 0.8;
}
.product--empty {
  opacity: 0;
}
.product--simple {
  width: 298px;
  padding: 0;
  border: 0;
  height: 373px;
  box-shadow: inset 0 0 16px #243E4E;
}
.product--simple .product__pic {
  width: 100%;
  height: 298px;
  margin: 0;
  border-radius: 23px 23px 0 0;
}
.product--simple .product__bottom {
  padding: 20px;
  align-items: center;
}
.product--simple .product__title {
  font-family: 'Match', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  margin: 0;
}
.product--simple .product__icon {
  line-height: 0;
}
.product svg path {
  fill: var(--white);
}
.breadcrumbs {
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.04px;
  font-size: 0.72916667vw;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 30px;
  color: var(--white);
}
.breadcrumbs a {
  color: var(--white);
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: var(--white);
  text-decoration: underline;
}
.breadcrumbs__delimiter {
  display: inline-block;
  background: url(../img/icon-arrow-right.svg) no-repeat center / contain;
  width: 8px;
  height: 6px;
}
.breadcrumbs--right {
  text-align: right;
}
.breadcrumbs--float {
  position: absolute;
  top: 30px;
  right: 275px;
}
.range {
  font-family: 'Inter', sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  font-size: 0.83333333vw;
}
.range__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 13px;
}
.range__sum {
  color: #4BAADC;
}
.range__minmax {
  display: flex;
  justify-content: space-between;
  opacity: 0.4;
  margin-top: 3px;
}
.range__slider {
  line-height: 0;
}
.character {
  padding-bottom: 80px;
}
.character__top {
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.04px;
  font-size: 0.72916667vw;
  display: flex;
  gap: 30px;
  margin-bottom: 50px;
}
.character__cols {
  display: flex;
  gap: 80px;
}
.character__left {
  width: 630px;
}
.character__right {
  flex: 1;
}
.character__pic {
  width: 630px;
  position: relative;
  overflow: hidden;
  height: 630px;
  background: #4C157E;
  box-shadow: inset 0 4px 121px rgba(0, 0, 0, 0.25);
  border-radius: 54px;
  line-height: 0;
  padding: 64px;
}
.character__pic img,
.character__pic video,
.character__pic iframe {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border: 0;
}
.character__pic--video {
  padding: 0;
}
.character__pic-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 4px 121px rgba(0, 0, 0, 0.25);
  z-index: 2;
}
.character__text {
  padding: 35px 30px 0;
  opacity: 0.8;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04px;
  font-size: 0.9375vw;
}
.character__card {
  background: rgba(75, 129, 157, 0.4);
  padding: 30px 65px 44px;
  margin: 30px 0 0;
  border: 1px solid rgba(105, 191, 236, 0.31);
  box-shadow: inset 0 0 14px rgba(75, 129, 157, 0.25);
  border-radius: 30px;
  position: relative;
  z-index: 2;
}
.character__poster {
  border-radius: 54px;
  overflow: hidden;
}
.character__poster img {
  width: 100%;
}
.character-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
.character-price__price {
  font-family: 'Match', sans-serif;
  font-weight: bold;
  font-size: 48px;
  line-height: 57px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.character-price__additional {
  display: flex;
  justify-content: space-between;
  opacity: 0.5;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.04px;
  font-size: 0.72916667vw;
}
.character-params {
  margin-bottom: 60px;
}
.character-params h5 {
  margin-bottom: 20px;
}
.character-params__list {
  display: flex;
  gap: 40px;
}
.character-param {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}
.character-param__title {
  font-family: 'Inter', sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 150%;
  text-transform: uppercase;
  font-size: 0.72916667vw;
}
.character-param__content {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 50px;
  position: relative;
}
.character-param__pic {
  border-radius: 14px;
  width: 50px;
  height: 100%;
  background: no-repeat center / cover;
}
.character-param__count {
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: radial-gradient(79.5% 154.83% at 79.5% 89.05%, #8F47FC 0%, #32118E 100%), #4B819D;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.04px;
  font-size: 0.625vw;
}
.character-param__icon {
  background: rgba(43, 110, 208, 0.1);
  border: 1px solid rgba(75, 170, 220, 0.21);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  width: 50px;
  height: 100%;
}
.character-param__icons {
  display: flex;
  gap: 6px;
}
.character-param__text {
  font-family: 'Inter', sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 150%;
  text-transform: uppercase;
  font-size: 0.72916667vw;
}
.character-param svg path {
  fill: #4BAADC;
}
.character-param--fixed {
  width: 130px;
}
.character-param--2 {
  flex-direction: column-reverse;
  gap: 10px;
}
.character-param--big .character-param__content {
  height: 66px;
}
.character-param--big .character-param__pic {
  width: 66px;
}
.character-param--big .character-param__count {
  width: 30px;
  height: 30px;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.04px;
  font-size: 0.72916667vw;
}
.elem {
  --color: #4BAADC;
}
.elem__icon {
  background: rgba(43, 110, 208, 0.1);
  border: 1px solid rgba(75, 170, 220, 0.21);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  width: 50px;
  height: 50px;
  line-height: 0;
}
.elem__icon svg path {
  fill: var(--color);
}
.elem__title {
  margin-top: 5px;
  color: var(--color);
  text-align: center;
  font-size: 9px;
  line-height: 140%;
  letter-spacing: -0.04px;
  font-size: 0.46875vw;
}
.elem--green {
  --color: #42FF60;
}
.elem--green .elem__icon {
  background: rgba(64, 130, 47, 0.1);
  border: 1px solid rgba(66, 255, 96, 0.21);
}
.elem--blue {
  --color: #4BAADC;
}
.elem--blue .elem__icon {
  background: rgba(43, 110, 208, 0.1);
  border: 1px solid rgba(75, 170, 220, 0.21);
}
.elem--purple {
  --color: #B64BDC;
}
.elem--purple .elem__icon {
  background: rgba(195, 43, 208, 0.1);
  border: 1px solid rgba(220, 75, 205, 0.21);
}
.elem--orange {
  --color: #E88238;
}
.elem--orange .elem__icon {
  background: rgba(208, 83, 43, 0.1);
  border: 1px solid rgba(220, 119, 75, 0.21);
}
.elem--big .elem__icon {
  width: 66px;
  height: 66px;
}
.tip {
  background: radial-gradient(79.5% 154.83% at 79.5% 89.05%, #2B79F1 0%, #143F84 100%), #4B819D;
  position: absolute;
  top: 90%;
  left: -34px;
  border: 1px solid rgba(255, 255, 255, 0.37);
  padding: 25px;
  width: 350px;
  border-radius: 30px;
  z-index: 10;
  display: none;
}
.tip-hover {
  position: relative;
}
.tip-hover:hover {
  z-index: 10;
}
.tip-hover:hover .tip {
  display: block;
}
.tip:before {
  content: "";
  position: absolute;
  top: -14px;
  left: 50px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 14px 14px 14px;
  border-color: transparent transparent #16438B transparent;
  z-index: 2;
}
.tip:after {
  content: "";
  position: absolute;
  top: -16px;
  left: 48px;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 16px 16px 16px;
  border-color: transparent transparent rgba(255, 255, 255, 0.37) transparent;
}
.tip__title {
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04px;
  font-size: 0.9375vw;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 5px;
}
.tip__info {
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.04px;
  font-size: 0.72916667vw;
  opacity: 0.8;
}
.swiper.roadmap .swiper-slide {
  width: auto;
}
.text {
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04px;
  font-size: 0.9375vw;
}
.text--lg {
  width: 820px;
}
.text--md {
  width: 614px;
}
.text--sm {
  width: 420px;
}
.filter {
  position: absolute;
  top: 0;
  right: 0;
  width: 430px;
  height: 100%;
  overflow-y: auto;
  z-index: 1;
  background: #15242D;
  border: 1px solid #1C313E;
  box-shadow: inset 0 0 16px #243E4E;
}
.filter-block {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.filter-block__line {
  display: flex;
  gap: 16px;
}
.filter-block-item {
  height: 60px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  text-decoration: none;
  color: var(--white);
  padding: 0 16px;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 20px;
  font-family: 'Inter', sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 150%;
  text-transform: uppercase;
  font-size: 0.72916667vw;
  transition: all 0.3s ease;
}
.filter-block-item img {
  width: 43px;
}
.filter-block-item.active,
.filter-block-item:hover {
  border-width: 2px;
  border-color: #C64DFF;
  padding: 0 15px;
  text-decoration: none;
  color: var(--white);
}
.filter-block .tags {
  flex-wrap: nowrap;
}
.filter-outer {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 99999;
  transition: all 0.3s ease;
}
.filter-outer.open {
  display: block;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.filter-voile {
  background: #000000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}
.filter__section {
  border-bottom: 1px solid #2F4655;
  padding: 20px 50px;
}
.filter__section:last-child {
  border-bottom: 0;
}
.filter__section--first {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 35px;
}
.filter__section--btns {
  padding-top: 25px;
}
.filter__section--btns .btn {
  width: 100%;
  margin-bottom: 15px;
}
.filter__close {
  cursor: pointer;
}
.filter__title {
  font-family: 'Inter', sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  font-size: 0.83333333vw;
  margin-bottom: 20px;
}
.filter__name {
  font-family: 'Match', sans-serif;
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 32px;
  line-height: 38px;
  text-transform: uppercase;
  font-size: 1.66666667vw;
  line-height: 1.97916667vw;
}
.filter__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.filter__top .filter__title {
  margin-bottom: 0;
}
.filter__slider-controls {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Inter', sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  font-size: 0.83333333vw;
  color: #4BAADC;
}
.filter__slider-controls .input {
  width: 50px;
}
.elems {
  display: flex;
  flex-wrap: wrap;
  gap: 19px;
}
.pagination {
  display: flex;
  gap: 10px;
}
.badges {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 10px;
}
.badge {
  padding: 6px 13px;
  text-decoration: none;
  height: 32px;
  background: rgba(228, 228, 228, 0.1);
  border: 1px solid rgba(224, 224, 224, 0.21);
  border-radius: 15px;
  color: #B1B1B1;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.04px;
  font-size: 0.72916667vw;
}
.badge--green {
  color: #42FF60;
  background: rgba(66, 255, 96, 0.1);
  border: 1px solid rgba(66, 255, 96, 0.21);
}
.badge--blue {
  color: #4BAADC;
  background: rgba(75, 170, 220, 0.1);
  border: 1px solid rgba(75, 170, 220, 0.21);
}
.badge--purple {
  color: #B64BDC;
  background: rgba(220, 75, 205, 0.1);
  border: 1px solid rgba(220, 75, 205, 0.21);
}
.badge--orange {
  color: #E88238;
  background: rgba(220, 119, 75, 0.1);
  border: 1px solid rgba(220, 119, 75, 0.21);
}
.slider-range {
  background: rgba(255, 255, 255, 0.3);
  border: none!important;
  height: 5px;
  line-height: 0;
  border-radius: 18px;
}
.slider-range .ui-widget-header {
  background: #2B6ED0;
  border-radius: 18px;
}
.slider-range .ui-slider-handle {
  background: radial-gradient(88.75% 237.99% at 11.25% 0%, #47D2F4 0%, #2E7AC3 27.08%, #2461D8 50.52%, #5C31BA 84.37%, #DB0DBA 100%);
  box-shadow: 0 23px 51px -14px rgba(45, 88, 230, 0.96), inset 0px 2px 8px rgba(255, 255, 255, 0.35);
  border-radius: 15px;
  width: 24px;
  height: 24px;
  border: none;
  top: -9px;
}
.slider-range--2 {
  background: rgba(255, 255, 255, 0.1);
}
.slider-range-outer {
  padding: 10px 0;
}
.pic {
  line-height: 0;
}
.pic img {
  width: 100%;
}
.pic--xs {
  width: 200px;
}
.pic--sm {
  width: 280px;
}
.pic--md {
  width: 400px;
}
.pic--lg {
  width: 500px;
}
.pic--xl {
  width: 600px;
}
.pic--flip img {
  transform: scaleX(-1);
}
.items {
  display: flex;
  gap: 100px;
  margin-top: 60px;
}
.items--2 {
  display: block;
  margin-top: 90px;
}
.item__icon {
  background: #4B819D;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 178px;
  height: 178px;
  border-radius: 50%;
  border: 1px solid rgba(105, 191, 236, 0.31);
  box-shadow: 0 4px 58px rgba(29, 234, 238, 0.37), inset 0 0 22px rgba(31, 197, 217, 0.62);
  margin-bottom: 50px;
}
.item__icon img {
  width: 73px;
}
.item__icon--transparent {
  background: rgba(75, 129, 157, 0.05);
  border: 1px solid rgba(105, 191, 236, 0.31);
  box-shadow: inset 0 0 22px rgba(31, 197, 217, 0.62);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}
.item__content {
  width: 300px;
}
.item__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.item__text {
  opacity: 0.8;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.04px;
  font-size: 0.72916667vw;
  transition: all 0.3s ease;
}
.item--2 {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-top: 60px;
}
.item--2 .item__icon {
  width: 120px;
  height: 120px;
  margin: 0;
}
.item--2 .item__icon img {
  width: 50px;
  height: auto;
}
.item--2 .item__content {
  width: 540px;
}
.item--2 .item__title {
  font-family: 'Match', sans-serif;
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 32px;
  line-height: 38px;
  text-transform: uppercase;
  font-size: 1.66666667vw;
  line-height: 1.97916667vw;
  margin-bottom: 9px;
}
.item--2 .item__text {
  opacity: 0.5;
}
.item--3 .item__icon img {
  width: 90px;
  height: 90px;
  object-fit: contain;
}
.item--3 .item__content {
  width: 250px;
}
.item--short .item__content {
  width: 495px;
}
.item--transparent {
  box-shadow: inset 0 0 22px rgba(31, 197, 217, 0.62);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}
.item.active .item__text {
  opacity: 1;
}
.talents {
  margin-top: 50px;
}
.talent {
  width: 420px;
  padding: 40px;
  border-radius: 30px;
  margin-top: 35px;
}
.talent__title {
  font-family: 'Match', sans-serif;
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 32px;
  line-height: 38px;
  text-transform: uppercase;
  font-size: 1.66666667vw;
  line-height: 1.97916667vw;
  margin-bottom: 12px;
}
.talent__text {
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.04px;
  font-size: 0.72916667vw;
}
.slider--cards {
  width: 100vw;
  left: 50%;
  position: relative;
  margin-left: -50vw;
}
.slider--cards .swiper-slide {
  width: auto;
  padding: 0 60px;
}
.slider--cards .swiper-slide.swiper-slide-active .slide__content {
  opacity: 1;
}
.slider--cards .swiper-button-next,
.slider--cards .swiper-button-prev {
  position: absolute;
  top: auto;
  bottom: 60px;
  width: 15px;
  height: 25px;
  margin-top: 0;
  background: url(../img/icon-arrow-right2.svg) no-repeat center / contain;
  left: 1290px;
  transform: scaleX(-1);
}
.slider--cards .swiper-button-next:after,
.slider--cards .swiper-button-prev:after {
  display: none;
}
.slider--cards .swiper-button-next.swiper-button--2,
.slider--cards .swiper-button-prev.swiper-button--2 {
  background-image: url(../img/icon-arrow-right3.svg);
}
.slider--cards .swiper-button-next,
.slider--cards .swiper-rtl .swiper-button-prev {
  right: 560px;
  left: auto;
  transform: none;
}
.slider--news {
  margin: 80px 0;
}
.slider--news .swiper-slide {
  width: auto;
}
.slide {
  width: 1370px;
  position: relative;
  height: 700px;
  box-shadow: 0 28px 239px -77px rgba(28, 144, 204, 0.44);
  border-radius: 30px;
  overflow: hidden;
}
.slide__pic {
  background: no-repeat center / cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.slide__shadow {
  background: radial-gradient(71.12% 71.12% at 49.96% 44.38%, rgba(0, 0, 0, 0) 44.39%, #0F2A38 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.slide__content {
  position: absolute;
  z-index: 3;
  bottom: 0;
  right: 0;
  padding: 60px 60px 120px;
  width: 417px;
  min-height: 433px;
  border-radius: 30px 0 0 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.slide__title {
  font-family: 'Match', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 30px;
}
.slide__text {
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.04px;
  font-size: 0.72916667vw;
  opacity: 0.8;
}
.slide--2 .slide__content {
  border-radius: 30px;
}
.comics {
  background: no-repeat center / cover;
  opacity: 0.3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 60px 90px;
  transition: all 0.3s ease;
}
.comics__content {
  position: relative;
}
.comics__title {
  font-family: 'Match', sans-serif;
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 32px;
  line-height: 38px;
  text-transform: uppercase;
  font-size: 1.66666667vw;
  line-height: 1.97916667vw;
  margin-bottom: 14px;
}
.comics__text {
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.04px;
  font-size: 0.72916667vw;
}
.comics.active,
.comics:hover {
  opacity: 1;
}
.comics--main {
  opacity: 1;
  width: 840px;
  padding: 50px 70px;
  align-items: flex-end;
}
.comics--main .comics__content {
  background: #15242D;
  width: 478px;
  padding: 70px 50px 55px;
  border: 1px solid rgba(105, 191, 236, 0.31);
  border-radius: 30px;
}
.comics--main .comics__text {
  margin-top: 22px;
  opacity: 0.5;
}
.comics--2,
.comics--3 {
  padding: 30px 60px;
}
.comics--4 {
  width: 723px;
  height: 675px;
}
.comics--static {
  padding: 0;
  align-items: flex-start;
}
.comics .skill--float {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}
.comics .skills {
  display: flex;
  gap: 30px;
  margin-top: 40px;
}
.tabs {
  display: flex;
  gap: 30px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 18px;
}
.tabs-content {
  padding-top: 90px;
}
.tab {
  flex: 1;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  font-size: 0.83333333vw;
}
.tab.active,
.tab:hover {
  background: radial-gradient(88.75% 237.99% at 11.25% 0%, #47D2F4 0%, #2E7AC3 27.08%, #2461D8 50.52%, #5C31BA 84.37%, #DB0DBA 100%);
}
.tab-content {
  display: none;
}
.tab--disabled {
  background: rgba(255, 255, 255, 0.05) !important;
  cursor: default;
}
.hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hero__col {
  width: 635px;
}
.hero__col--small {
  width: 600px;
}
.hero__stories {
  margin: 40px 0 60px;
}
.hero__story {
  margin-bottom: 30px;
}
.hero-params {
  margin: 30px 0 50px;
}
.hero-param {
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
}
.hero-param:last-child {
  margin-bottom: 0;
}
.hero-param__content {
  flex: 1;
}
.hero-param__title {
  font-family: 'Match', sans-serif;
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 32px;
  line-height: 38px;
  text-transform: uppercase;
  font-size: 1.66666667vw;
  line-height: 1.97916667vw;
  margin-bottom: 14px;
}
.hero-param__text {
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.04px;
  font-size: 0.72916667vw;
  opacity: 0.5;
}
.hero .text {
  font-size: 20px;
  line-height: 150%;
}
.hero-video {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  line-height: 0;
  height: 100%;
  z-index: 1;
}
.hero-video video {
  height: 100%;
  width: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.builds {
  display: flex;
  justify-content: space-between;
}
.build {
  background: #15242D;
  width: 417px;
  border: 1px solid rgba(105, 191, 236, 0.31);
  border-radius: 30px;
}
.build__top {
  font-family: 'Match', sans-serif;
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 32px;
  line-height: 38px;
  text-transform: uppercase;
  font-size: 1.66666667vw;
  line-height: 1.97916667vw;
  border-radius: 30px 30px 0 0;
  display: flex;
  align-items: center;
  padding: 0 60px;
  height: 110px;
  background: rgba(75, 129, 157, 0.4);
  border-bottom: 1px solid rgba(105, 191, 236, 0.31);
  box-shadow: inset 0 0 14px rgba(75, 129, 157, 0.25);
}
.build__skills {
  padding: 45px;
  display: flex;
  justify-content: center;
  gap: 40px 30px;
  flex-wrap: wrap;
}
.build-item {
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #290202;
  border: 3px solid #FFFFFF;
  border-radius: 15px;
}
.build-item img,
.build-item svg {
  width: 45px;
}
.build-item--empty {
  opacity: 0;
}
.build-item--transparent {
  background: transparent;
}
.table {
  background: #15242D;
  overflow: hidden;
  border: 1px solid rgba(105, 191, 236, 0.31);
  box-sizing: border-box;
  border-radius: 30px;
}
.table__top,
.table__head {
  background: rgba(75, 129, 157, 0.4);
  padding: 45px 60px;
  box-shadow: inset 0 0 14px rgba(75, 129, 157, 0.25);
  font-family: 'Match', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
}
.table__content {
  display: table;
  width: 100%;
  padding-bottom: 20px;
}
.table__head,
.table__row {
  display: table-row;
  padding: 0;
}
.table__head > div,
.table__row > div {
  border-top: 1px solid rgba(75, 129, 157, 0.3);
  display: table-cell;
  padding: 30px;
}
.table__head > div:first-child,
.table__row > div:first-child {
  padding-left: 60px;
}
.table__head > div:last-child,
.table__row > div:last-child {
  padding-right: 60px;
}
.table__row > div > div:first-child {
  display: none;
}
.table__head > div {
  vertical-align: middle;
  font-family: 'Inter', sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 150%;
  text-transform: uppercase;
  font-size: 0.72916667vw;
}
.bold {
  font-family: 'Inter', sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  font-size: 0.83333333vw;
}
.red {
  color: #F80F0F;
}
.black {
  color: #000;
}
.green {
  color: #05FF00;
}
.blue {
  color: #3160FCF5;
}
.fancybox__backdrop {
  background: rgba(75, 129, 157, 0.4);
  backdrop-filter: blur(48px);
  -webkit-backdrop-filter: blur(48px);
}
.popup {
  width: 953px;
  border-radius: 30px;
  padding: 60px;
  background: #070B14 no-repeat center / cover;
  color: var(--white);
}
.popup--subscribe {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  background-image: url(../img/pic/popup.jpg);
  height: 540px;
}
.popup--subscribe .text {
  margin: 20px 0 30px;
  width: 400px;
}
.popup--subscribe .btns {
  margin-top: 0;
}
.popup--subscribe .form {
  margin: 30px 0 40px;
}
.popup > .carousel__button.is-close {
  top: 50px;
  right: 50px;
  background: url(../img/icon-cancel.svg) no-repeat center / contain;
  width: 25px;
  height: 25px;
}
.popup > .carousel__button.is-close svg {
  display: none;
}
.faq-row {
  display: flex;
  justify-content: space-between;
  margin: 70px 0;
}
.faq-block {
  margin: 70px 0;
}
.faq-block__title {
  font-family: 'Match', sans-serif;
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 64px;
  line-height: 77px;
  text-transform: uppercase;
  font-size: 3.33333333vw;
  line-height: 4.01041667vw;
  margin-bottom: 50px;
}
.accordion-item {
  border-radius: 30px;
}
.accordion-item:last-child {
  margin-bottom: 0;
}
.accordion-item__top {
  position: relative;
  background: rgba(75, 129, 157, 0.4);
  border: 1px solid rgba(105, 191, 236, 0.31);
  box-shadow: inset 0 0 5px rgba(75, 129, 157, 0.25);
  backdrop-filter: blur(66px);
  -webkit-backdrop-filter: blur(66px);
  font-family: 'Match', sans-serif;
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 32px;
  line-height: 38px;
  text-transform: uppercase;
  font-size: 1.66666667vw;
  line-height: 1.97916667vw;
  padding: 40px 120px 35px 60px;
  cursor: pointer;
  border-radius: 30px;
  transition: all 0.3s ease;
}
.accordion-item__top:after {
  content: "";
  position: absolute;
  background: url(../img/icon-arrow-down.svg) no-repeat center / contain;
  width: 30px;
  height: 30px;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.accordion-item__content {
  border: 1px solid rgba(105, 191, 236, 0.31);
  border-radius: 0 0 30px 30px;
  background: #15242D;
  padding: 40px 60px;
  display: none;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.04px;
  font-size: 0.72916667vw;
}
.accordion-item.open .accordion-item__top {
  border-radius: 30px 30px 0 0;
}
.accordion-item.open .accordion-item__top:after {
  transform: translateY(-50%) rotate(180deg);
}
.accordion-item.static {
  margin-bottom: 70px;
}
.accordion-item.static .accordion-item__top {
  border-radius: 30px 30px 0 0;
  cursor: default;
}
.accordion-item.static .accordion-item__top:after {
  display: none;
}
.accordion-item.static .accordion-item__content {
  display: block;
}
.mt--xs {
  margin-top: 20px;
}
.mt--sm {
  margin-top: 40px;
}
.mt--md {
  margin-top: 70px;
}
.mt--lg {
  margin-top: 90px;
}
.mt--xl {
  margin-top: 120px;
}
.mb--xs {
  margin-bottom: 20px;
}
.mb--sm {
  margin-bottom: 40px;
}
.mb--md {
  margin-bottom: 70px;
}
.mb--lg {
  margin-bottom: 90px;
}
.mb--xl {
  margin-bottom: 120px;
}
.article {
  background: #15242D;
  border: 1px solid rgba(105, 191, 236, 0.31);
  border-radius: 30px;
  padding: 50px 60px;
}
.article__top {
  gap: 20px 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(75, 129, 157, 0.2);
  margin: -50px -60px 50px;
  padding: 50px 60px;
}
.article__text {
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04px;
  font-size: 0.9375vw;
}
.article__text img {
  width: 100%;
  margin: 50px 0;
  display: block;
}
.article__info {
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 40px;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.04px;
  font-size: 0.9375vw;
}
.article__header {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.float {
  z-index: 19;
  position: relative;
  top: 0;
  right: 0;
}
#floatStart {
  transform: translateY(-10vw);
}
body {
  font-size: 0.9375vw;
}
.text-9 {
  font-size: 0.46875vw;
}
.text-12 {
  font-size: 0.625vw;
}
.text-14 {
  font-size: 0.72916667vw;
}
.text-16 {
  font-size: 0.83333333vw;
}
.text-18 {
  font-size: 0.9375vw;
}
.text-22 {
  font-size: 1.14583333vw;
}
.text-24 {
  font-size: 1.25vw;
}
.d-link-16 {
  font-size: 0.83333333vw;
}
.d-link-14 {
  font-size: 0.72916667vw;
}
.btn {
  border-radius: 1.45833333vw;
  height: 3.90625vw;
  padding: 0 1.66666667vw;
  font-size: 0.83333333vw;
}
.btn > span {
  gap: 0.625vw;
}
.btn--small {
  height: 3.125vw;
  border-radius: 1.04166667vw;
  font-size: 0.72916667vw;
}
.btn--fixed {
  min-width: 13.02083333vw;
}
.btn--fixed2 {
  min-width: 9.89583333vw;
}
.btn--fixed3 {
  min-width: 17.1875vw;
}
.btn--special {
  border: 0;
  box-shadow: 0 1.19791667vw 2.65625vw -0.72916667vw rgba(45, 88, 230, 0.96), inset 0 0.10416667vw 0.41666667vw rgba(255, 255, 255, 0.35);
}
.btn--special:hover {
  box-shadow: 0 1.19791667vw 2.65625vw -0.72916667vw rgba(45, 88, 230, 0.96), inset 0 0.10416667vw 0.41666667vw rgba(255, 255, 255, 0.35);
}
.btn--special:active {
  box-shadow: 0 1.19791667vw 2.65625vw -0.72916667vw rgba(45, 88, 230, 0.96), inset 0 0.10416667vw 0.41666667vw rgba(255, 255, 255, 0.35);
}
.btn--square {
  border: 0;
  width: 3.90625vw;
  padding: 0;
}
.btn--brick {
  width: 3.125vw;
  height: 3.125vw;
  padding: 0;
  border-radius: 1.04166667vw;
  font-size: 0.72916667vw;
}
.color-market-blue {
  box-shadow: inset 0 0 0.72916667vw rgba(75, 129, 157, 0.25);
}
.color-market-turquoise {
  box-shadow: inset 0 0 0.72916667vw rgba(75, 129, 157, 0.25);
}
.color-market-dark-blue {
  box-shadow: inset 0 0 0.72916667vw rgba(75, 129, 157, 0.25);
}
.color-market {
  box-shadow: inset 0 0 0.72916667vw rgba(75, 129, 157, 0.25);
}
.color-card-market {
  box-shadow: inset 0 0 0.83333333vw #243E4E;
}
.color-label-ama {
  box-shadow: inset 0 0 0.72916667vw rgba(75, 129, 157, 0.25);
}
.color-label-roadmap {
  box-shadow: inset 0 0 0.72916667vw rgba(75, 129, 157, 0.25);
}
.color-label-heroes {
  box-shadow: inset 0 0 0.72916667vw rgba(75, 129, 157, 0.25);
}
.color-label-dev {
  box-shadow: inset 0 0 0.72916667vw rgba(75, 129, 157, 0.25);
}
h1,
.h1 {
  font-size: 7.5vw;
  line-height: 8.95833333vw;
}
h1.big,
.h1.big {
  font-size: 14.58333333vw;
  line-height: 17.44791667vw;
}
h1.small,
.h1.small {
  font-size: 5.20833333vw;
  line-height: 6.25vw;
}
h3,
.h3 {
  font-size: 3.33333333vw;
  line-height: 4.01041667vw;
}
h4,
.h4 {
  font-size: 2.5vw;
  line-height: 2.96875vw;
}
h5,
.h5 {
  font-size: 1.66666667vw;
  line-height: 1.97916667vw;
}
.header {
  top: 1.5625vw;
  padding: 1.35416667vw 1.82291667vw;
  gap: 2.34375vw;
  box-shadow: inset 0 0 0.72916667vw rgba(75, 129, 157, 0.25);
  backdrop-filter: blur(0.52083333vw);
  -webkit-backdrop-filter: blur(0.52083333vw);
  border-radius: 2.08333333vw;
}
.header:before,
.header:after {
  left: -0.26041667vw;
  width: 0.46875vw;
  height: 0.46875vw;
  margin-top: -0.26041667vw;
  box-shadow: 0 0 0.83333333vw #6192AC;
}
.header:after {
  left: auto;
  right: -0.26041667vw;
}
.header--2:not(.scroll) {
  top: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.header--3.scroll {
  top: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.section--big-pic-bottom .pic {
  width: 88.54166667vw;
}
.section--comics {
  padding-top: 5.88541667vw;
}
.section--comics .breadcrumbs {
  top: 11.97916667vw;
}
.section--promo {
  padding: 11.45833333vw 0 7.29166667vw;
}
.section--promo .btns {
  margin-top: 16.14583333vw;
}
.section--promo .heroes {
  top: 13.54166667vw;
  width: 83.02083333vw;
  height: 35.36458333vw;
}
.section--about {
  padding: 5.20833333vw 0 7.29166667vw;
}
.section--champions {
  padding: 7.29166667vw 0 5.20833333vw;
  height: 61.97916667vw;
}
.section--champions .title {
  margin-bottom: 5.05208333vw;
}
.section--champions .block {
  width: 27.86458333vw;
}
.section--champions .content {
  padding: 0 14.32291667vw 0 11.09375vw;
}
.section--earn {
  padding: 7.29166667vw 0 0;
  height: 61.97916667vw;
}
.section--earn .title {
  margin-bottom: 5.52083333vw;
}
.section--earn .block {
  width: 27.86458333vw;
}
.section--earn .content {
  padding: 0 23.4375vw 0 14.32291667vw;
}
.section--roadmap {
  padding: 5.20833333vw 0;
}
.section--news {
  padding: 6.77083333vw 0 0;
}
.section--cols .block {
  margin-top: 4.6875vw;
  margin-bottom: 1.82291667vw;
}
.section--cols .block .text {
  width: 31.25vw;
  font-size: 1.04166667vw;
}
.section--error .text {
  width: 31.25vw;
  margin: 1.5625vw auto 0;
  font-size: 0.9375vw;
}
.section--best {
  height: 55.72916667vw;
  padding: 13.02083333vw 0 0 14.0625vw;
}
.section--best .title {
  font-size: 7.5vw;
  line-height: 8.95833333vw;
  margin-bottom: 2.08333333vw;
}
.section--best .champions {
  right: 10.78125vw;
  bottom: 5.3125vw;
}
.section--best .text {
  width: 24.375vw;
  margin-bottom: 2.86458333vw;
}
.section--similar {
  padding: 7.29166667vw 0 6.77083333vw;
}
.section--first {
  padding-top: 10.41666667vw;
}
.section--first-big {
  padding-top: 13.54166667vw;
}
.section--pb {
  padding-bottom: 3.125vw;
}
.section--pb-md {
  padding-bottom: 5.20833333vw;
}
.section--pb-lg {
  padding-bottom: 6.25vw;
}
.section--pb-xl {
  padding-bottom: 7.8125vw;
}
.section--pb-xxl {
  padding-bottom: 9.11458333vw;
}
.section--pt {
  padding-top: 3.125vw;
}
.section--pt-md {
  padding-top: 5.20833333vw;
}
.section--pt-lg {
  padding-top: 6.25vw;
}
.section--pt-xl {
  padding-top: 7.8125vw;
}
.section--pt-xxl {
  padding-top: 9.11458333vw;
}
.section--title {
  height: 46.875vw;
}
.section--title .pic {
  right: 16.66666667vw;
  bottom: 3.90625vw;
  height: 30.41666667vw;
}
.section--title .pic--right {
  right: 14.32291667vw;
}
.section--hover {
  height: 42.1875vw;
  margin-bottom: -23.4375vw;
  padding-top: 11.97916667vw;
}
.section--hover:after {
  height: 18.22916667vw;
}
.comics-list {
  height: 52.08333333vw;
}
.btns {
  gap: 2.08333333vw;
  margin-top: 3.125vw;
}
.line span {
  width: 0.72916667vw;
  height: 0.72916667vw;
  box-shadow: 0 0 0.83333333vw #6192AC;
}
.line div {
  top: -0.3125vw;
}
.line div:first-child {
  margin-left: -16.14583333vw;
}
.line div:last-child {
  margin-left: 16.14583333vw;
}
.logo {
  width: 8.125vw;
  height: 1.61458333vw;
}
.logo--mack {
  width: 8.28125vw;
  height: 2.91666667vw;
}
.menu {
  gap: 1.66666667vw;
}
.menu-item {
  height: 3.02083333vw;
  font-size: 0.83333333vw;
}
.menu-item--sub {
  padding-right: 0.83333333vw;
}
.menu-item--sub:after,
.menu-item--sub:before {
  width: 1.82291667vw;
  height: 3.02083333vw;
  left: -1.82291667vw;
}
.menu-item--sub:after {
  left: auto;
  right: -1.82291667vw;
}
.menu-arrow {
  width: 0.41666667vw;
  height: 0.41666667vw;
}
.menu-sub {
  width: 21.77083333vw;
  box-shadow: inset 0 0 0.83333333vw #243E4E;
}
.menu-sub-item a {
  padding: 1.25vw 1.35416667vw;
}
.separator {
  height: 2.60416667vw;
}
.about-cards {
  gap: 3.125vw;
  margin-top: 4.16666667vw;
}
.about-card {
  width: 31.04166667vw;
  padding: 2.34375vw 13.80208333vw 0 2.34375vw;
  height: 20.9375vw;
  border-radius: 1.5625vw;
}
.about-card--pvp {
  box-shadow: inset 0 0.10416667vw 2.55208333vw rgba(255, 255, 255, 0.35);
}
.about-card--pvp:after {
  right: 0;
  bottom: 0.67708333vw;
}
.about-card--pve {
  box-shadow: inset 0 0.10416667vw 2.55208333vw rgba(255, 255, 255, 0.35);
}
.about-card--pve:after {
  right: 0.57291667vw;
  bottom: 0.3125vw;
}
.about-card__title {
  font-size: 3.33333333vw;
  line-height: 4.01041667vw;
  margin-bottom: 0.83333333vw;
}
.about-card__icon {
  top: 0.78125vw;
  transform: translateX(0.83333333vw);
}
.about-card__text {
  font-size: 0.72916667vw;
}
.about-card__btn {
  margin-top: 1.04166667vw;
}
.about-card__pic {
  background-size: 15.625vw auto;
}
.about-card:after {
  width: 13.54166667vw;
  height: 13.54166667vw;
}
.icon {
  width: 1.25vw;
  height: 1.25vw;
}
.icon--sm {
  width: 1.04166667vw;
  height: 1.04166667vw;
}
.icon--md {
  width: 1.40625vw;
  height: 1.40625vw;
}
.icon--lg {
  width: 1.66666667vw;
  height: 1.66666667vw;
}
.icon--xl {
  width: 1.92708333vw;
  height: 1.92708333vw;
}
.icon--xxl {
  width: 2.60416667vw;
  height: 2.60416667vw;
}
.icon--extra {
  width: 3.4375vw;
  height: 3.4375vw;
}
.title {
  font-size: 7.5vw;
  line-height: 8.95833333vw;
}
.title--gradient span {
  padding: 0 2.60416667vw;
}
.title-sub {
  font-size: 1.14583333vw;
  margin-bottom: 3.33333333vw;
}
.champions {
  width: 37.91666667vw;
  height: 38.54166667vw;
}
.champions .skill:nth-child(1) {
  left: -1.77083333vw;
  top: 12.60416667vw;
}
.champions .skill:nth-child(2) {
  left: -1.04166667vw;
  top: 7.1875vw;
}
.champions .skill:nth-child(3) {
  left: 2.03125vw;
  top: 2.86458333vw;
}
.champions .skill:nth-child(4) {
  left: 7.08333333vw;
  top: 1.40625vw;
}
.champions .skill:nth-child(5) {
  left: 24.01041667vw;
  top: 31.25vw;
}
.champions .skill:nth-child(6) {
  left: 29.27083333vw;
  top: 31.14583333vw;
}
.champions .skill:nth-child(7) {
  left: 33.38541667vw;
  top: 27.76041667vw;
}
.champions .skill:nth-child(8) {
  left: 35.41666667vw;
  top: 22.76041667vw;
}
.champions--2 {
  width: 39.21875vw;
  height: 40.26041667vw;
}
.skill {
  width: 3.75vw;
  height: 3.75vw;
  box-shadow: 0 0.20833333vw 3.02083333vw rgba(29, 234, 238, 0.37), inset 0 0 1.14583333vw rgba(31, 197, 217, 0.62);
  backdrop-filter: blur(1.14583333vw);
  -webkit-backdrop-filter: blur(1.14583333vw);
  font-size: 0.83333333vw;
}
.skill--small {
  width: 3.125vw;
  height: 3.125vw;
}
.skill--big {
  width: 4.89583333vw;
  height: 4.89583333vw;
}
.bishop {
  width: 24.84375vw;
  height: 35.10416667vw;
}
.with-card .card {
  top: 17.1875vw;
  left: 15.625vw;
}
.card__content {
  width: 15.15625vw;
  height: 18.64583333vw;
  box-shadow: inset 0 0 0.72916667vw rgba(75, 129, 157, 0.25);
  backdrop-filter: blur(0.52083333vw);
  -webkit-backdrop-filter: blur(0.52083333vw);
  border-radius: 1.5625vw;
  padding: 2.60416667vw 0 0 0;
}
.card__content:before,
.card__content:after {
  box-shadow: 0 0 0.83333333vw #6192AC;
  width: 0.46875vw;
  height: 0.46875vw;
  margin: -0.20833333vw;
}
.card:before,
.card:after {
  box-shadow: 0 0 0.83333333vw #6192AC;
  width: 0.46875vw;
  height: 0.46875vw;
  margin: -0.20833333vw;
}
.card__pic {
  width: 10vw;
  height: 10vw;
  border-radius: 0.78125vw;
}
.card__title {
  width: 10.9375vw;
  height: 3.02083333vw;
  margin: -2.1875vw auto 0.83333333vw;
  box-shadow: inset 0 0 0.72916667vw rgba(75, 129, 157, 0.25);
  border-radius: 0.52083333vw;
  font-size: 1.25vw;
  line-height: 1.51041667vw;
}
.card__text {
  width: 10.41666667vw;
  font-size: 0.625vw;
}
.roadmap {
  margin: 4.16666667vw 0;
}
.roadmap-item {
  border-radius: 1.5625vw;
  width: 15.52083333vw;
  padding: 1.875vw 2.70833333vw 0 1.40625vw;
  height: 18.64583333vw;
}
.roadmap-item:after {
  width: 0.72916667vw;
  height: 0.72916667vw;
  right: -1.82291667vw;
  box-shadow: 0 0 0.83333333vw #6192AC;
}
.roadmap-item__title {
  margin-bottom: 0.88541667vw;
  font-size: 1.25vw;
  line-height: 1.51041667vw;
}
.roadmap-item__text {
  font-size: 0.72916667vw;
}
.roadmap-item--1 {
  box-shadow: inset 0 0 0.72916667vw rgba(75, 129, 157, 0.25);
}
.roadmap-item--2 {
  box-shadow: inset 0 0 0.72916667vw rgba(75, 129, 157, 0.25);
}
.roadmap-item--3 {
  box-shadow: inset 0 0 0.72916667vw rgba(75, 129, 157, 0.25);
}
.roadmap-item--4 {
  box-shadow: inset 0 0 0.72916667vw rgba(75, 129, 157, 0.25);
}
.news {
  gap: 3.125vw;
  margin: 4.16666667vw 0;
}
.news-list {
  gap: 3.125vw 0;
}
.news-item {
  padding: 0.57291667vw 0.57291667vw 1.04166667vw;
  box-shadow: inset 0 0 0.83333333vw #243E4E;
  border-radius: 1.5625vw;
  width: 21.71875vw;
  height: 23.69791667vw;
}
.news-item__pic {
  height: 15.9375vw;
  border-radius: 1.40625vw;
  padding: 0.72916667vw;
}
.news-item__pic-outer {
  border-radius: 1.40625vw;
}
.news-item__content {
  padding: 1.25vw 0.98958333vw 0;
}
.news-item__title {
  font-size: 0.9375vw;
  line-height: 1.14583333vw;
}
.news-item__text {
  font-size: 0.72916667vw;
  margin-top: 1.04166667vw;
}
.news-item__date {
  font-size: 0.72916667vw;
  margin-top: 1.35416667vw;
}
.news-item--long {
  width: 34.11458333vw;
  height: auto;
}
.news-item--long .news-item__content {
  padding: 1.30208333vw 1.30208333vw 0.52083333vw;
}
.tags {
  gap: 1.04166667vw;
}
.tag {
  padding: 0.3125vw 0.625vw;
  font-size: 1.04166667vw;
  line-height: 1.25vw;
  border-radius: 1.5625vw;
}
.subscribe {
  height: 3.80208333vw;
  padding: 0 0 0 3.54166667vw;
  width: 24.84375vw;
  background-position: left 1.25vw center;
  background-size: 1.45833333vw auto;
  border-radius: 1.45833333vw;
}
.subscribe input {
  font-size: 0.72916667vw;
}
.subscribe--simple {
  background-image: none;
  padding-left: 1.25vw;
}
.subscribe--100 {
  width: 100%;
}
.footer__content {
  padding: 0 14.58333333vw;
}
.footer__row {
  padding: 3.64583333vw 0;
}
.footer__row--second {
  padding-bottom: 3.125vw;
}
.footer__row--last {
  font-size: 0.83333333vw;
  padding-bottom: 2.60416667vw;
  padding-top: 0;
}
.footer-menu {
  gap: 3.125vw;
}
.footer--simple .footer__row {
  padding: 0;
}
.footer--simple .footer__row--last {
  padding: 2.60416667vw 0;
  gap: 1.5625vw;
}
.connected__title {
  font-size: 3.33333333vw;
  line-height: 4.01041667vw;
  margin: 0;
}
.social {
  gap: 1.5625vw;
}
.social-item {
  width: 4.375vw;
  height: 4.375vw;
}
.social-item img,
.social-item svg {
  width: 1.61458333vw;
}
.social-item--sm {
  width: 2.60416667vw;
  height: 2.60416667vw;
}
.social-item--sm img,
.social-item--sm svg {
  width: 0.98958333vw;
}
.logos {
  gap: 3.125vw;
}
.form {
  width: 21.875vw;
}
.form .btn {
  width: 17.08333333vw;
}
.form__row {
  margin-bottom: 1.5625vw;
}
.form__row--info {
  margin-bottom: 0.78125vw;
  font-size: 0.72916667vw;
}
.form__row--special {
  margin-top: -1.04166667vw;
  margin-bottom: 1.04166667vw;
  padding: 0 1.30208333vw;
  font-size: 0.625vw;
}
.form-elem--icon .input {
  padding-right: 3.125vw;
}
.form-elem__icon {
  right: 1.25vw;
}
.form-elem.error {
  padding-bottom: 1.04166667vw;
}
.form-elem__error {
  font-size: 0.625vw;
  margin: -0.52083333vw 0 0 1.30208333vw;
}
.input {
  padding: 0 1.25vw;
  height: 3.90625vw;
  border-radius: 1.45833333vw;
  font-size: 0.72916667vw;
}
.input--tiny {
  height: 1.5625vw;
  border-radius: 0.41666667vw;
  padding: 0 0.625vw;
}
.content {
  padding: 0 14.32291667vw;
}
.content--pr-lg {
  padding-right: 17.1875vw;
}
.content--pr-sm {
  padding-right: 8.33333333vw;
}
.content--pl-lg {
  padding-left: 17.1875vw;
}
.content--pl-sm {
  padding-left: 8.33333333vw;
}
.top {
  margin-bottom: 3.64583333vw;
}
.top h3,
.top .h3 {
  margin: 0;
}
.products--list {
  gap: 3.125vw 0;
}
.products-row {
  margin: 2.60416667vw 0;
}
.products__title {
  font-size: 1.66666667vw;
  line-height: 1.97916667vw;
}
.products__sort {
  width: 9.89583333vw;
}
.product {
  width: 15.52083333vw;
  height: 22.65625vw;
  border-radius: 1.5625vw;
  padding: 1.04166667vw 1.04166667vw 1.30208333vw;
  box-shadow: inset 0 0 0.83333333vw #243E4E;
}
.product__top {
  gap: 0.83333333vw;
}
.product__title {
  font-size: 0.9375vw;
  margin-bottom: 0.36458333vw;
}
.product__article {
  font-size: 0.72916667vw;
}
.product__pic {
  height: 14.32291667vw;
  padding: 1.71875vw;
  margin: 0.67708333vw 0 1.04166667vw -0.52083333vw;
  box-shadow: inset 0 0.20833333vw 1.5625vw rgba(0, 0, 0, 0.25);
  border-radius: 1.19791667vw;
}
.product__pic--full {
  padding: 0;
}
.product__bottom {
  gap: 0.83333333vw;
}
.product__price {
  padding-left: 0.52083333vw;
  font-size: 1.25vw;
  line-height: 1.51041667vw;
}
.product__type {
  font-size: 0.72916667vw;
}
.product__text {
  font-size: 0.72916667vw;
}
.product--simple {
  width: 15.52083333vw;
  padding: 0;
  border: 0;
  height: 19.42708333vw;
  box-shadow: inset 0 0 0.83333333vw #243E4E;
}
.product--simple .product__pic {
  width: 100%;
  height: 15.52083333vw;
  margin: 0;
  border-radius: 1.19791667vw 1.19791667vw 0 0;
}
.product--simple .product__bottom {
  padding: 1.04166667vw;
}
.product--simple .product__title {
  font-size: 1.25vw;
  line-height: 1.51041667vw;
  margin: 0;
}
.breadcrumbs {
  font-size: 0.72916667vw;
  gap: 0.52083333vw;
  margin-bottom: 1.5625vw;
}
.breadcrumbs__delimiter {
  width: 0.41666667vw;
  height: 0.3125vw;
}
.breadcrumbs--float {
  top: 1.5625vw;
  right: 14.32291667vw;
}
.range {
  font-size: 0.83333333vw;
}
.range__top {
  margin-bottom: 0.67708333vw;
}
.range__minmax {
  margin-top: 0.15625vw;
}
.character {
  padding-bottom: 4.16666667vw;
}
.character__top {
  font-size: 0.72916667vw;
  gap: 1.5625vw;
  margin-bottom: 2.60416667vw;
}
.character__cols {
  gap: 4.16666667vw;
}
.character__left {
  width: 32.8125vw;
}
.character__pic {
  width: 32.8125vw;
  height: 32.8125vw;
  box-shadow: inset 0 0.20833333vw 6.30208333vw rgba(0, 0, 0, 0.25);
  border-radius: 2.8125vw;
  padding: 3.33333333vw;
}
.character__pic--video {
  padding: 0;
}
.character__pic-shadow {
  box-shadow: inset 0 0.20833333vw 6.30208333vw rgba(0, 0, 0, 0.25);
}
.character__text {
  padding: 1.82291667vw 1.5625vw 0;
  font-size: 0.9375vw;
}
.character__card {
  padding: 1.5625vw 3.38541667vw 2.44791667vw;
  margin: 1.5625vw 0 0;
  box-shadow: inset 0 0 0.72916667vw rgba(75, 129, 157, 0.25);
  border-radius: 1.5625vw;
}
.character__poster {
  border-radius: 2.8125vw;
}
.character-price {
  margin-top: 2.08333333vw;
}
.character-price__price {
  font-size: 2.5vw;
  line-height: 2.96875vw;
  margin-bottom: 0.20833333vw;
}
.character-price__additional {
  font-size: 0.72916667vw;
}
.character-params {
  margin-bottom: 3.125vw;
}
.character-params h5 {
  margin-bottom: 1.04166667vw;
}
.character-params__list {
  gap: 2.08333333vw;
}
.character-param {
  gap: 1.04166667vw;
}
.character-param--fixed {
  width: 6.77083333vw;
}
.character-param--2 {
  gap: 0.52083333vw;
}
.character-param__title {
  font-size: 0.72916667vw;
}
.character-param__content {
  gap: 0.625vw;
  height: 2.60416667vw;
}
.character-param__pic {
  border-radius: 0.72916667vw;
  width: 2.60416667vw;
}
.character-param__count {
  width: 1.14583333vw;
  height: 1.14583333vw;
  font-size: 0.625vw;
}
.character-param__icon {
  border-radius: 0.78125vw;
  width: 2.60416667vw;
}
.character-param__icons {
  gap: 0.3125vw;
}
.character-param__text {
  font-size: 0.72916667vw;
}
.character-param--big .character-param__content {
  height: 3.4375vw;
}
.character-param--big .character-param__pic {
  width: 3.4375vw;
}
.character-param--big .character-param__count {
  width: 1.5625vw;
  height: 1.5625vw;
  font-size: 0.72916667vw;
}
.tip {
  left: -1.77083333vw;
  padding: 1.30208333vw;
  width: 18.22916667vw;
  border-radius: 1.5625vw;
}
.tip:before {
  top: -0.72916667vw;
  left: 2.60416667vw;
  border-width: 0 0.72916667vw 0.72916667vw 0.72916667vw;
}
.tip:after {
  top: -0.83333333vw;
  left: 2.5vw;
  border-width: 0 0.83333333vw 0.83333333vw 0.83333333vw;
}
.tip__title {
  font-size: 0.9375vw;
  margin-bottom: 0.26041667vw;
}
.tip__info {
  font-size: 0.72916667vw;
}
.text {
  font-size: 0.9375vw;
}
.text--lg {
  width: 42.70833333vw;
}
.text--md {
  width: 31.97916667vw;
}
.text--sm {
  width: 21.875vw;
}
.filter {
  width: 22.39583333vw;
  box-shadow: inset 0 0 0.83333333vw #243E4E;
}
.filter-block {
  margin-top: 3.125vw;
}
.filter-block__line {
  gap: 0.83333333vw;
}
.filter-block-item {
  height: 3.125vw;
  gap: 0.52083333vw;
  padding: 0 0.83333333vw;
  border-radius: 1.04166667vw;
  font-size: 0.72916667vw;
}
.filter-block-item img {
  width: 2.23958333vw;
}
.filter-block-item.active,
.filter-block-item:hover {
  border-width: 0.10416667vw;
  padding: 0 0.78125vw;
}
.filter-outer.open {
  backdrop-filter: blur(0.26041667vw);
  -webkit-backdrop-filter: blur(0.26041667vw);
}
.filter__section {
  padding: 1.04166667vw 2.60416667vw;
}
.filter__section--first {
  padding-top: 1.82291667vw;
}
.filter__section--btns {
  padding-top: 1.30208333vw;
}
.filter__section--btns .btn {
  margin-bottom: 0.78125vw;
}
.filter__title {
  font-size: 0.83333333vw;
  margin-bottom: 1.04166667vw;
}
.filter__name {
  font-size: 1.66666667vw;
  line-height: 1.97916667vw;
}
.filter__top {
  margin-bottom: 1.04166667vw;
}
.filter__top .filter__title {
  margin-bottom: 0;
}
.filter__slider-controls {
  gap: 0.41666667vw;
  font-size: 0.83333333vw;
}
.filter__slider-controls .input {
  width: 2.60416667vw;
}
.pagination {
  gap: 0.52083333vw;
}
.elem__icon {
  border-radius: 0.78125vw;
  width: 2.60416667vw;
  height: 2.60416667vw;
}
.elem__title {
  margin-top: 0.26041667vw;
  font-size: 0.46875vw;
}
.elem--big .elem__icon {
  width: 3.4375vw;
  height: 3.4375vw;
}
.elems {
  gap: 0.98958333vw;
}
.slider-range {
  height: 0.26041667vw;
  border-radius: 0.9375vw;
}
.slider-range .ui-widget-header {
  border-radius: 0.9375vw;
}
.slider-range .ui-slider-handle {
  box-shadow: 0 1.19791667vw 2.65625vw -0.72916667vw rgba(45, 88, 230, 0.96), inset 0vw 0.10416667vw 0.41666667vw rgba(255, 255, 255, 0.35);
  border-radius: 0.78125vw;
  width: 1.25vw;
  height: 1.25vw;
  top: -0.46875vw;
}
.slider-range-outer {
  padding: 0.52083333vw 0;
}
.badges {
  gap: 0.78125vw 0.52083333vw;
}
.badge {
  padding: 0.3125vw 0.67708333vw;
  height: 1.66666667vw;
  border-radius: 0.78125vw;
  font-size: 0.72916667vw;
}
.items {
  gap: 5.20833333vw;
  margin-top: 3.125vw;
}
.items--2 {
  margin-top: 4.6875vw;
}
.item__icon {
  width: 9.27083333vw;
  height: 9.27083333vw;
  box-shadow: 0 0.20833333vw 3.02083333vw rgba(29, 234, 238, 0.37), inset 0 0 1.14583333vw rgba(31, 197, 217, 0.62);
  margin-bottom: 2.60416667vw;
}
.item__icon img {
  width: 3.80208333vw;
}
.item__title {
  font-size: 0.83333333vw;
  margin-bottom: 0.72916667vw;
}
.item__text {
  font-size: 0.72916667vw;
}
.item__content {
  width: 15.625vw;
}
.item--2 {
  gap: 2.08333333vw;
  margin-top: 3.125vw;
}
.item--2 .item__icon {
  width: 6.25vw;
  height: 6.25vw;
  margin: 0;
}
.item--2 .item__icon img {
  width: 2.60416667vw;
}
.item--2 .item__title {
  font-size: 1.66666667vw;
  line-height: 1.97916667vw;
  margin-bottom: 0.46875vw;
}
.item--2 .item__content {
  width: 28.125vw;
}
.item--3 .item__icon img {
  width: 4.6875vw;
  height: 4.6875vw;
}
.item--3 .item__content {
  width: 13.02083333vw;
}
.item--transparent {
  box-shadow: inset 0 0 1.14583333vw rgba(31, 197, 217, 0.62);
  backdrop-filter: blur(1.14583333vw);
  -webkit-backdrop-filter: blur(1.14583333vw);
}
.item--short .item__content {
  width: 25.78125vw;
}
.talents {
  margin-top: 2.60416667vw;
}
.talent {
  width: 21.875vw;
  padding: 2.08333333vw;
  border-radius: 1.5625vw;
  margin-top: 1.82291667vw;
}
.talent__title {
  font-size: 1.66666667vw;
  line-height: 1.97916667vw;
  margin-bottom: 0.625vw;
}
.talent__text {
  font-size: 0.72916667vw;
}
.slider--news {
  margin: 4.16666667vw 0;
}
.slider--cards .swiper-slide {
  padding: 0 3.125vw;
}
.slider--cards .swiper-button-next,
.slider--cards .swiper-button-prev {
  bottom: 3.125vw;
  width: 0.78125vw;
  height: 1.30208333vw;
  left: 67.1875vw;
}
.slider--cards .swiper-button-next,
.slider--cards .swiper-rtl .swiper-button-prev {
  right: 29.16666667vw;
  left: auto;
}
.slide {
  width: 71.35416667vw;
  height: 36.45833333vw;
  box-shadow: 0 1.45833333vw 12.44791667vw -4.01041667vw rgba(28, 144, 204, 0.44);
  border-radius: 1.5625vw;
}
.slide__content {
  padding: 3.125vw 3.125vw 6.25vw;
  width: 21.71875vw;
  min-height: 22.55208333vw;
  border-radius: 1.5625vw 0 0 0;
}
.slide__title {
  font-size: 1.5625vw;
  line-height: 1.875vw;
  margin-bottom: 1.5625vw;
}
.slide__text {
  font-size: 0.72916667vw;
}
.slide--2 .slide__content {
  border-radius: 1.5625vw;
}
.comics {
  padding: 3.125vw 4.6875vw;
}
.comics--main {
  width: 43.75vw;
  padding: 2.60416667vw 3.64583333vw;
}
.comics--main .comics__content {
  width: 24.89583333vw;
  padding: 3.64583333vw 2.60416667vw 2.86458333vw;
  border-radius: 1.5625vw;
}
.comics--main .comics__text {
  margin-top: 1.14583333vw;
}
.comics--2,
.comics--3 {
  padding: 1.5625vw 3.125vw;
}
.comics--4 {
  width: 37.65625vw;
  height: 35.15625vw;
}
.comics__title {
  font-size: 1.66666667vw;
  line-height: 1.97916667vw;
  margin-bottom: 0.72916667vw;
}
.comics__text {
  font-size: 0.72916667vw;
}
.comics--static {
  padding: 0;
}
.comics .skills {
  gap: 1.5625vw;
  margin-top: 2.08333333vw;
}
.tabs {
  gap: 1.5625vw;
  border-radius: 0.9375vw;
}
.tabs-content {
  padding-top: 4.6875vw;
}
.tab {
  height: 3.22916667vw;
  border-radius: 0.9375vw;
  font-size: 0.83333333vw;
}
.hero__col {
  width: 33.07291667vw;
}
.hero__col--small {
  width: 31.25vw;
}
.hero__stories {
  margin: 2.08333333vw 0 3.125vw;
}
.hero__story {
  margin-bottom: 1.5625vw;
}
.hero-params {
  margin: 1.5625vw 0 2.60416667vw;
}
.hero-param {
  gap: 1.5625vw;
  margin-bottom: 2.08333333vw;
}
.hero-param:last-child {
  margin-bottom: 0;
}
.hero-param__title {
  font-size: 1.66666667vw;
  line-height: 1.97916667vw;
  margin-bottom: 0.72916667vw;
}
.hero-param__text {
  font-size: 0.72916667vw;
}
.hero .text {
  font-size: 1.04166667vw;
}
.build {
  width: 21.71875vw;
  border-radius: 1.5625vw;
}
.build__top {
  font-size: 1.66666667vw;
  line-height: 1.97916667vw;
  border-radius: 1.5625vw 1.5625vw 0 0;
  padding: 0 3.125vw;
  height: 5.72916667vw;
  box-shadow: inset 0 0 0.72916667vw rgba(75, 129, 157, 0.25);
}
.build__skills {
  padding: 2.34375vw;
  gap: 2.08333333vw 1.5625vw;
}
.build-item {
  width: 3.125vw;
  height: 3.125vw;
  border: 0.15625vw solid #FFFFFF;
  border-radius: 0.78125vw;
}
.build-item img,
.build-item svg {
  width: 2.34375vw;
}
.table {
  border-radius: 1.5625vw;
}
.table__top,
.table__head {
  padding: 2.34375vw 3.125vw;
  box-shadow: inset 0 0 0.72916667vw rgba(75, 129, 157, 0.25);
  font-size: 1.04166667vw;
  line-height: 1.25vw;
}
.table__content {
  padding-bottom: 1.04166667vw;
}
.table__head > div,
.table__row > div {
  padding: 1.5625vw;
}
.table__head > div:first-child,
.table__row > div:first-child {
  padding-left: 3.125vw;
}
.table__head > div:last-child,
.table__row > div:last-child {
  padding-right: 3.125vw;
}
.table__head > div {
  font-size: 0.72916667vw;
}
.bold {
  font-size: 0.83333333vw;
}
.mt--xs {
  margin-top: 1.04166667vw;
}
.mt--sm {
  margin-top: 2.08333333vw;
}
.mt--md {
  margin-top: 3.64583333vw;
}
.mt--lg {
  margin-top: 4.6875vw;
}
.mt--xl {
  margin-top: 6.25vw;
}
.mb--xs {
  margin-bottom: 1.04166667vw;
}
.mb--sm {
  margin-bottom: 2.08333333vw;
}
.mb--md {
  margin-bottom: 3.64583333vw;
}
.mb--lg {
  margin-bottom: 4.6875vw;
}
.mb--xl {
  margin-bottom: 6.25vw;
}
.pic--xs {
  width: 10.41666667vw;
}
.pic--sm {
  width: 14.58333333vw;
}
.pic--md {
  width: 20.83333333vw;
}
.pic--lg {
  width: 26.04166667vw;
}
.pic--xl {
  width: 31.25vw;
}
.fancybox__backdrop {
  backdrop-filter: blur(2.5vw);
  -webkit-backdrop-filter: blur(2.5vw);
}
.popup {
  width: 49.63541667vw;
  border-radius: 1.5625vw;
  padding: 3.125vw;
}
.popup--subscribe {
  height: 28.125vw;
}
.popup--subscribe .text {
  margin: 1.04166667vw 0 1.5625vw;
  width: 20.83333333vw;
}
.popup--subscribe .btns {
  margin-top: 0;
}
.popup--subscribe .form {
  margin: 1.5625vw 0 2.08333333vw;
}
.popup > .carousel__button.is-close {
  top: 2.60416667vw;
  right: 2.60416667vw;
  width: 1.30208333vw;
  height: 1.30208333vw;
}
.faq-row {
  margin: 3.64583333vw 0;
}
.faq-block {
  margin: 3.64583333vw 0;
}
.faq-block__title {
  font-size: 3.33333333vw;
  line-height: 4.01041667vw;
  margin-bottom: 2.60416667vw;
}
.accordion-item {
  border-radius: 1.5625vw;
  margin-bottom: 2.08333333vw;
}
.accordion-item:last-child {
  margin-bottom: 0;
}
.accordion-item__top {
  box-shadow: inset 0 0 0.26041667vw rgba(75, 129, 157, 0.25);
  backdrop-filter: blur(3.4375vw);
  -webkit-backdrop-filter: blur(3.4375vw);
  font-size: 1.66666667vw;
  line-height: 1.97916667vw;
  padding: 2.08333333vw 6.25vw 1.82291667vw 3.125vw;
  border-radius: 1.5625vw;
}
.accordion-item__top:after {
  width: 1.5625vw;
  height: 1.5625vw;
  right: 3.125vw;
}
.accordion-item__content {
  padding: 2.08333333vw 3.125vw;
  border-radius: 0 0 1.5625vw 1.5625vw;
  font-size: 0.72916667vw;
}
.accordion-item.open .accordion-item__top {
  border-radius: 1.5625vw 1.5625vw 0 0;
}
.accordion-item.static {
  margin-bottom: 3.64583333vw;
}
.accordion-item.static .accordion-item__top {
  border-radius: 1.5625vw 1.5625vw 0 0;
}
.article {
  border-radius: 1.5625vw;
  padding: 2.60416667vw 3.125vw;
}
.article__top {
  gap: 1.04166667vw 2.60416667vw;
  margin: -2.60416667vw -3.125vw 2.60416667vw;
  padding: 2.60416667vw 3.125vw;
}
.article__text {
  font-size: 0.9375vw;
}
.article__text img {
  margin: 2.60416667vw 0;
}
.article__info {
  gap: 2.08333333vw;
  font-size: 0.9375vw;
}
.gradient-blue {
  background: radial-gradient(79.5% 154.83% at 79.5% 89.05%, #6FE5FF 0%, #2C4F9A 100%);
  border: 1px solid rgba(105, 191, 236, 0.31);
  box-shadow: inset 0 0 14px rgba(75, 129, 157, 0.25);
  box-shadow: inset 0 0 0.72916667vw rgba(75, 129, 157, 0.25);
}
.gradient-blue-dark {
  background: radial-gradient(79.5% 154.83% at 79.5% 89.05%, #2B79F1 0%, #143F84 100%);
  border: 1px solid rgba(105, 191, 236, 0.31);
  box-shadow: inset 0 0 14px rgba(75, 129, 157, 0.25);
  box-shadow: inset 0 0 0.72916667vw rgba(75, 129, 157, 0.25);
}
.gradient-turquoise {
  background: radial-gradient(79.5% 154.83% at 79.5% 89.05%, #12F0F0 0%, #084F70 100%);
  border: 1px solid rgba(105, 191, 236, 0.31);
  box-shadow: inset 0 0 14px rgba(75, 129, 157, 0.25);
  box-shadow: inset 0 0 0.72916667vw rgba(75, 129, 157, 0.25);
}
.gradient-purple {
  background: radial-gradient(79.5% 154.83% at 79.5% 89.05%, #8F47FC 0%, #32118E 100%);
  border: 1px solid rgba(105, 191, 236, 0.31);
  box-shadow: inset 0 0 14px rgba(75, 129, 157, 0.25);
  box-shadow: inset 0 0 0.72916667vw rgba(75, 129, 157, 0.25);
}
.gradient-fuchsia {
  background: radial-gradient(79.5% 154.83% at 79.5% 89.05%, #D55EFF 0%, #700596 100%);
  border: 1px solid rgba(105, 191, 236, 0.31);
  box-shadow: inset 0 0 14px rgba(75, 129, 157, 0.25);
  box-shadow: inset 0 0 0.72916667vw rgba(75, 129, 157, 0.25);
}
.gradient-orange {
  background: radial-gradient(79.5% 154.83% at 79.5% 89.05%, #FF4C4C 0%, #8F0000 100%);
  border: 1px solid rgba(105, 191, 236, 0.31);
  box-shadow: inset 0 0 14px rgba(75, 129, 157, 0.25);
  box-shadow: inset 0 0 0.72916667vw rgba(75, 129, 157, 0.25);
}
.gradient-brick {
  background: radial-gradient(79.5% 154.83% at 79.5% 89.05%, #FF7C44 0%, #AD3400 100%);
  border: 1px solid rgba(105, 191, 236, 0.31);
  box-shadow: inset 0 0 14px rgba(75, 129, 157, 0.25);
  box-shadow: inset 0 0 0.72916667vw rgba(75, 129, 157, 0.25);
}
.gradient-pink {
  background: radial-gradient(79.5% 154.83% at 79.5% 89.05%, #FF3F9F 0%, #970137 100%);
  border: 1px solid rgba(105, 191, 236, 0.31);
  box-shadow: inset 0 0 14px rgba(75, 129, 157, 0.25);
  box-shadow: inset 0 0 0.72916667vw rgba(75, 129, 157, 0.25);
}
.gradient-legendary {
  background: radial-gradient(107.55% 173.78% at 92.95% 97.24%, #FDFD6A 0%, #E1D800 100%), #15242D;
  border: 1px solid #1C313E;
  box-shadow: inset 0 0 16px #FFFFFF;
  color: #0E1920;
}
.gradient-legendary svg path {
  fill: #0E1920;
}
.gradient-common {
  background: radial-gradient(135.35% 209.06% at 100% 102.3%, #12F0F0 0%, #084F70 100%), radial-gradient(79.5% 154.83% at 79.5% 89.05%, #2B79F1 0%, #143F84 100%);
  border: 1px solid rgba(105, 191, 236, 0.31);
  box-shadow: inset 0 0 14px rgba(75, 129, 157, 0.25);
}
.gradient-epic {
  background: radial-gradient(79.5% 154.83% at 79.5% 89.05%, #8F47FC 0%, #32118E 100%), radial-gradient(79.5% 154.83% at 79.5% 89.05%, #2B79F1 0%, #143F84 100%);
  border: 1px solid rgba(105, 191, 236, 0.31);
  box-shadow: inset 0 0 14px rgba(75, 129, 157, 0.25);
}
.gradient-exalted {
  background: radial-gradient(106.2% 175.07% at 93.62% 96.78%, #F97239 0%, #CF2D09 100%);
  border: 1px solid rgba(105, 191, 236, 0.31);
  box-shadow: inset 0 0 14px rgba(75, 129, 157, 0.25);
}
.gradient-rare {
  background: radial-gradient(131.92% 198.98% at 94.97% 98.16%, #6FE5FF 0%, #2C4F9A 100%), radial-gradient(79.5% 154.83% at 79.5% 89.05%, #2B79F1 0%, #143F84 100%);
  border: 1px solid rgba(105, 191, 236, 0.31);
  box-shadow: inset 0 0 14px rgba(75, 129, 157, 0.25);
}
.bg-legendary {
  background: #ECE71B;
}
.bg-common {
  background: #0EA3B3;
}
.bg-epic {
  background: #5827BB;
}
.bg-exalted {
  background: #EA5928;
}
.bg-rare {
  background: #4382BC;
}
@media only screen and (min-width: 1200px) {
  .roadmap .swiper-wrapper {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 3.125vw;
    text-align: left;
  }
  .slider--news .swiper-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
}
/*xl*/
@media only screen and (max-width: 1199px) {
  .text-9 {
    font-size: 9px;
    line-height: 140%;
    letter-spacing: -0.04px;
  }
  .text-10 {
    font-size: 10px;
    line-height: 140%;
    letter-spacing: -0.04px;
  }
  .text-12 {
    font-size: 12px;
    line-height: 140%;
    letter-spacing: -0.04px;
  }
  .text-13 {
    font-size: 13px;
    line-height: 140%;
    letter-spacing: -0.04px;
  }
  .text-14 {
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.04px;
  }
  .text-16 {
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.04px;
  }
  .text-18 {
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -0.04px;
  }
  .text-22 {
    font-size: 22px;
    line-height: 140%;
    letter-spacing: -0.04px;
  }
  .text-24 {
    font-size: 24px;
    line-height: 140%;
    letter-spacing: -0.04px;
  }
  .d-link-16 {
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
  }
  .d-link-14 {
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 150%;
    text-transform: uppercase;
  }
  .d-link-12 {
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 150%;
    text-transform: uppercase;
  }
  body {
    font-size: 12px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 1.5625vw;
  }
  body.one-page {
    padding-top: 20px;
  }
  body.open .menu--full {
    transform: translateY(0);
  }
  body.open .menu-item--menu {
    background: #192B35;
    border-radius: 17px;
    margin: 0 -15px;
    padding: 0 15px;
  }
  h1,
  .h1,
  .h1--t {
    font-size: 64px;
    line-height: 77px;
  }
  h1.big,
  .h1.big,
  .h1--t.big {
    font-size: 160px;
    line-height: 191px;
  }
  h1.small,
  .h1.small,
  .h1--t.small {
    font-size: 64px;
    line-height: 77px;
  }
  h3,
  .h3,
  .h3--t {
    font-size: 48px;
    line-height: 57px;
  }
  h5,
  .h5,
  .h5--t {
    font-size: 32px;
    line-height: 38px;
  }
  .header {
    top: 20px;
    padding: 20px 35px;
    gap: 40px;
    box-shadow: inset 0 0 14px rgba(75, 129, 157, 0.25);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 30px;
  }
  .header:before,
  .header:after {
    left: -5px;
    width: 9px;
    height: 9px;
    margin-top: -5px;
    box-shadow: 0 0 16px #6192AC;
  }
  .header:after {
    left: auto;
    right: -5px;
  }
  .header--2:not(.scroll) {
    top: 0;
    border-radius: 0;
    border-color: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .header--3.scroll {
    top: 0;
    border-radius: 0;
    border-color: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .btn {
    border-radius: 18px;
    height: 50px;
    padding: 0 32px;
    width: auto;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 150%;
    text-transform: uppercase;
    font-size: 1.5625vw;
  }
  .btn > span {
    gap: 12px;
  }
  .btn--small {
    height: 50px;
    border-radius: 18px;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 150%;
    text-transform: uppercase;
    font-size: 1.5625vw;
  }
  .btn--fixed {
    min-width: 190px;
  }
  .btn--special {
    box-shadow: 0 23px 51px -14px rgba(45, 88, 230, 0.96), inset 0 2px 8px rgba(255, 255, 255, 0.35);
  }
  .btn--special:hover {
    box-shadow: 0 23px 51px -14px rgba(45, 88, 230, 0.96), inset 0 2px 8px rgba(255, 255, 255, 0.35);
  }
  .btn--special:active {
    box-shadow: 0 23px 51px -14px rgba(45, 88, 230, 0.96), inset 0 2px 8px rgba(255, 255, 255, 0.35);
  }
  .btn--square {
    border: 0;
    width: 50px;
    padding: 0;
    height: 50px;
  }
  .btn--square .icon {
    width: 14px;
    height: 14px;
  }
  .btn--brick {
    width: 50px;
    height: 50px;
    padding: 0;
    border-radius: 18px;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 150%;
    text-transform: uppercase;
    font-size: 1.5625vw;
  }
  .logo {
    width: 124px;
    height: 25px;
  }
  .logo--mack {
    width: 106px;
    height: 38px;
  }
  .separator {
    height: 50px;
  }
  .icon {
    width: 24px;
    height: 24px;
  }
  .icon--sm {
    width: 20px;
    height: 20px;
  }
  .icon--md {
    width: 27px;
    height: 27px;
  }
  .icon--lg {
    width: 32px;
    height: 32px;
  }
  .icon--xl {
    width: 37px;
    height: 37px;
  }
  .icon--xxl {
    width: 40px;
    height: 40px;
  }
  .icon--extra {
    width: 68px;
    height: 68px;
  }
  .icon--t-sm {
    width: 20px;
    height: 20px;
  }
  .icon--t-md {
    width: 27px;
    height: 27px;
  }
  .icon--t-lg {
    width: 32px;
    height: 32px;
  }
  .icon--t-xl {
    width: 37px;
    height: 37px;
  }
  .icon--t-xxl {
    width: 40px;
    height: 40px;
  }
  .icon--t-extra {
    width: 68px;
    height: 68px;
  }
  .menu-item {
    height: 48px;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    font-size: 2.08333333vw;
  }
  .menu-item--sub {
    padding-right: 16px;
  }
  .menu-item--sub:after,
  .menu-item--sub:before {
    width: 35px;
    height: 58px;
    left: -35px;
  }
  .menu-item--sub:after {
    left: auto;
    right: -35px;
  }
  .menu-item--no-arrow {
    padding-right: 0;
  }
  .menu-arrow {
    width: 8px;
    height: 8px;
  }
  .menu-sub {
    transform: translate(-50%, -1px);
    width: 218px;
    box-shadow: inset 0 0 16px #243E4E;
  }
  .menu-sub-item a {
    padding: 24px 26px;
  }
  .menu--full {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 998;
    background: #070B14;
    transform: translateY(-100%);
    padding-top: 120px;
    transition: all 0.3s ease;
  }
  .menu--full .menu-item {
    position: relative;
    z-index: 2;
    height: auto;
    display: flex;
    padding: 20px 90px;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
    border-bottom: 1px solid #2F4655;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 150%;
    text-transform: uppercase;
    font-size: 1.82291667vw;
  }
  .menu--full .menu-item--sub {
    padding-right: 0;
  }
  .menu--full .menu-item--sub:after,
  .menu--full .menu-item--sub:before {
    display: block;
  }
  .menu--full .menu-item > span {
    transition: all 0.3s ease;
  }
  .menu--full .menu-item.open {
    padding-bottom: 0;
  }
  .menu--full .menu-item.open .menu-arrow {
    transform: rotate(180deg);
    margin-bottom: 20px;
  }
  .menu--full .menu-item.open > span {
    margin-bottom: 20px;
  }
  .menu--full .menu-item--sub:before,
  .menu--full .menu-item--sub:after {
    display: none;
  }
  .menu--full .menu-arrow {
    width: 8px;
    height: 8px;
    position: relative;
    transform: none;
    margin-left: 8px;
  }
  .menu--full .menu-sub {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: 100vw;
    margin-left: -90px;
    background: rgba(75, 129, 157, 0.4);
    border: 1px solid rgba(105, 191, 236, 0.3);
    box-shadow: inset 0 0 14px rgba(75, 129, 157, 0.25);
    font-size: 12px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 1.5625vw;
  }
  .menu--full .menu-sub-item {
    border-bottom: 1px solid rgba(105, 191, 236, 0.3);
  }
  .menu--full .menu-sub-item:last-child {
    border-bottom: 0;
  }
  .menu--full .menu-sub-item a {
    padding: 20px 90px;
  }
  .section--promo {
    padding: 160px 0 100px;
  }
  .section--promo .btns {
    margin-top: 200px;
  }
  .section--promo .heroes {
    top: 135px;
    width: 1037px;
    height: 434px;
  }
  .section--about {
    padding: 60px 0;
  }
  .section--champions {
    padding: 100px 0 0;
    height: 640px;
    background-position: left -100px center;
  }
  .section--champions .title {
    margin-bottom: 54px;
  }
  .section--champions .block {
    width: 310px;
  }
  .section--champions .content {
    padding: 0 27px 0 42px;
  }
  .section--earn {
    padding: 110px 0 0;
    height: 800px;
    background-position: left -350px center;
  }
  .section--earn .title {
    margin-bottom: 60px;
  }
  .section--earn .block {
    width: 310px;
  }
  .section--earn .content {
    padding: 0 124px 0 59px;
  }
  .section--roadmap {
    padding: 60px 0 100px;
  }
  .section--news {
    padding: 90px 0 0;
  }
  .section--best {
    height: 600px;
    padding: 146px 0 0 60px;
  }
  .section--best .title {
    font-size: 65px;
    line-height: 78px;
    margin-bottom: 24px;
  }
  .section--best .champions {
    right: 32px;
    bottom: 85px;
  }
  .section--best .text {
    width: 245px;
    margin-bottom: 30px;
  }
  .section--cols .block {
    margin-top: 50px;
    margin-bottom: 60px;
  }
  .section--cols .block .text {
    width: 310px;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 1.82291667vw;
  }
  .section--big-pic-bottom {
    background-position: center bottom 100px;
  }
  .section--big-pic-bottom .pic {
    width: 890px;
  }
  .section--error .text {
    width: 342px;
    margin: 20px auto 40px;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 1.82291667vw;
  }
  .section--error .pic {
    width: 890px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .section--similar {
    padding: 70px 0 90px;
  }
  .section--first {
    padding-top: 170px;
  }
  .section--pb {
    padding-bottom: 40px;
  }
  .section--pb-md {
    padding-bottom: 70px;
  }
  .section--pb-lg {
    padding-bottom: 90px;
  }
  .section--pb-t-0 {
    padding-bottom: 0;
  }
  .section--pt {
    padding-top: 40px;
  }
  .section--pt-md {
    padding-top: 70px;
  }
  .section--pt-lg {
    padding-top: 90px;
  }
  .section--pt-t-0 {
    padding-top: 0;
  }
  .section--title {
    height: auto;
    min-height: 620px;
  }
  .section--title .pic {
    right: 75px;
    bottom: 105px;
    height: 306px;
  }
  .section--title .pic--right {
    right: 75px;
  }
  .section--flex .content {
    align-items: flex-start;
  }
  .section--flex .content .pic {
    margin-top: 15px;
  }
  .section--1 .content {
    display: block;
  }
  .section--1 .pic {
    position: absolute;
    top: 0;
    right: 0;
  }
  .section--bg-left {
    background-size: 140% auto;
    background-position: left 50% top;
  }
  .section--bg-left-center {
    background-position: left 50% center;
  }
  .section--bg-right {
    background-size: 120% auto;
    background-position: right 80% top;
  }
  .section--bg-right-center {
    background-position: right 80% center;
  }
  .section--hover {
    height: 600px;
    margin-bottom: -350px;
    padding-top: 170px;
  }
  .section--hover:after {
    height: 350px;
  }
  .section--comics {
    padding-top: 92px;
  }
  .section--comics .breadcrumbs {
    top: 230px;
  }
  .comics-list {
    height: 800px;
    margin-top: 0!important;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-areas: "hero skillA" "hero skillB" "weapon ultra";
  }
  .btns {
    gap: 30px;
    margin-top: 30px;
  }
  .line span {
    width: 14px;
    height: 14px;
    box-shadow: 0 0 16px #6192AC;
  }
  .line div {
    top: -6px;
  }
  .line div:first-child {
    margin-left: -200px;
  }
  .line div:last-child {
    margin-left: 200px;
  }
  .about-cards {
    display: block;
    margin-top: 40px;
  }
  .about-card {
    width: 466px;
    padding: 30px 220px 0 30px;
    margin: 0  auto 40px;
    height: 310px;
    border-radius: 15px;
  }
  .about-card--pvp {
    box-shadow: inset 0 2px 49px rgba(255, 255, 255, 0.35);
  }
  .about-card--pvp:after {
    right: 0;
    bottom: -4px;
  }
  .about-card--pve {
    box-shadow: inset 0 2px 49px rgba(255, 255, 255, 0.35);
  }
  .about-card--pve:after {
    right: 9px;
    bottom: 5px;
  }
  .about-card__title {
    font-size: 48px;
    line-height: 57px;
    font-size: 6.25vw;
    line-height: 7.421875vw;
    margin-bottom: 16px;
  }
  .about-card__icon {
    top: 5px;
    transform: translateX(16px);
  }
  .about-card__icon .icon {
    width: 24px;
    height: 24px;
  }
  .about-card__pic {
    background-size: 230px auto;
  }
  .about-card__text {
    font-size: 12px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 1.5625vw;
  }
  .about-card__btn {
    margin-top: 20px;
  }
  .about-card:after {
    width: 200px;
    height: 200px;
  }
  .champions {
    width: 313px;
    height: 318px;
  }
  .champions .skill:nth-child(1) {
    left: -11px;
    top: 85px;
  }
  .champions .skill:nth-child(2) {
    left: -5px;
    top: 39px;
  }
  .champions .skill:nth-child(3) {
    left: 21px;
    top: 2px;
  }
  .champions .skill:nth-child(4) {
    left: 64px;
    top: -10px;
  }
  .champions .skill:nth-child(5) {
    left: 190px;
    top: 303px;
  }
  .champions .skill:nth-child(6) {
    left: 235px;
    top: 302px;
  }
  .champions .skill:nth-child(7) {
    left: 270px;
    top: 273px;
  }
  .champions .skill:nth-child(8) {
    left: 287px;
    top: 231px;
  }
  .champions--2 {
    width: 401px;
    height: 412px;
  }
  .skill {
    width: 32px;
    height: 32px;
    box-shadow: 0 4px 58px rgba(29, 234, 238, 0.37), inset 0 0 22px rgba(31, 197, 217, 0.62);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    font-size: 10px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 1.30208333vw;
  }
  .skill--small {
    width: 32px;
    height: 32px;
  }
  .skill--big {
    width: 70px;
    height: 70px;
  }
  .bishop {
    width: 236px;
    height: 332px;
  }
  .with-card .card {
    top: 180px;
    left: 130px;
  }
  .card__content {
    width: 156px;
    height: 237px;
    box-shadow: inset 0 0 14px rgba(75, 129, 157, 0.25);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 16px 0 0 0;
  }
  .card__content:before,
  .card__content:after {
    box-shadow: 0 0 16px #6192AC;
    width: 9px;
    height: 9px;
    margin: -4px;
  }
  .card:before,
  .card:after {
    box-shadow: 0 0 16px #6192AC;
    width: 9px;
    height: 9px;
    margin: -4px;
  }
  .card__pic {
    width: 116px;
    height: 116px;
    border-radius: 15px;
  }
  .card__title {
    width: 132px;
    height: 38px;
    margin: -24px auto 10px;
    box-shadow: inset 0 0 14px rgba(75, 129, 157, 0.25);
    border-radius: 10px;
    font-size: 12px;
    line-height: 14px;
  }
  .card__text {
    width: 124px;
    font-size: 10px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 1.30208333vw;
  }
  .card .skill {
    width: 40px;
    height: 40px;
  }
  .roadmap {
    margin: 40px 0 70px;
  }
  .roadmap-item {
    border-radius: 15px;
    padding: 30px 20px;
    width: 218px;
    height: 276px;
  }
  .roadmap-item:after {
    width: 14px;
    height: 14px;
    right: -60px;
    box-shadow: 0 0 16px #6192AC;
  }
  .roadmap-item__title {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 24px;
  }
  .roadmap-item__text {
    font-size: 13px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 1.69270833vw;
  }
  .roadmap-item--1 {
    box-shadow: inset 0 0 14px rgba(75, 129, 157, 0.25);
  }
  .roadmap-item--2 {
    box-shadow: inset 0 0 14px rgba(75, 129, 157, 0.25);
  }
  .roadmap-item--3 {
    box-shadow: inset 0 0 14px rgba(75, 129, 157, 0.25);
  }
  .roadmap-item--4 {
    box-shadow: inset 0 0 14px rgba(75, 129, 157, 0.25);
  }
  .swiper.roadmap {
    position: relative;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
  }
  .swiper.roadmap .swiper-slide {
    padding-left: 25px;
    padding-right: 90px;
  }
  .swiper.roadmap .swiper-slide:last-child {
    padding-right: 25px;
  }
  .slider--cards .swiper-slide {
    width: 100%;
    padding: 0 25px;
  }
  .slider--cards .swiper-button-next,
  .slider--cards .swiper-button-prev {
    bottom: 40px;
    width: 15px;
    height: 25px;
    left: 60px;
  }
  .slider--cards .swiper-button-next,
  .slider--cards .swiper-rtl .swiper-button-prev {
    left: 140px;
    right: auto;
  }
  .slider--news {
    margin: 40px 0;
    position: relative;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
  }
  .slider--news .swiper-slide {
    width: auto;
    padding: 0 15px;
  }
  .slider--news .swiper-slide:first-child {
    padding-left: 25px;
  }
  .slider--news .swiper-slide:last-child {
    padding-right: 25px;
  }
  .slider-navigation {
    margin: 50px auto 0;
    width: 215px;
    display: flex;
    justify-content: space-between;
  }
  .slider-navigation .swiper-button-prev,
  .slider-navigation .swiper-button-next {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    margin: 0;
  }
  .slider-navigation .swiper-button-prev:after,
  .slider-navigation .swiper-button-next:after {
    display: none;
  }
  .slider-navigation .swiper-button-prev {
    transform: scaleX(-1);
  }
  .news {
    gap: 30px;
    margin: 40px 0 70px;
  }
  .news-item {
    width: 218px;
    height: 275px;
    padding: 4px 4px 0;
    box-shadow: inset 0 0 16px #243E4E;
    border-radius: 15px;
  }
  .news-item__pic {
    height: 163px;
    border-radius: 15px;
    padding: 8px;
  }
  .news-item__pic-outer {
    border-radius: 15px;
  }
  .news-item__content {
    padding: 12px 5px 0;
  }
  .news-item__title {
    font-size: 12px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 1.5625vw;
  }
  .news-item__date {
    font-size: 10px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 1.30208333vw;
    margin-top: 7px;
  }
  .news-item__text {
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 1.82291667vw;
    margin-top: 16px;
  }
  .news-item--t-big {
    width: 342px;
  }
  .news-item--long {
    width: 342px;
    height: auto;
  }
  .news-item--long .news-item__pic {
    height: 182px;
  }
  .news-item--long .news-item__title {
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 150%;
    text-transform: uppercase;
    font-size: 1.82291667vw;
  }
  .news-item--long .news-item__content {
    padding: 12px 5px 10px;
  }
  .tags {
    gap: 8px;
  }
  .tags--t-big {
    gap: 30px 20px;
  }
  .tag {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 17px;
    border-radius: 30px;
  }
  .tag--t-big {
    font-size: 20px;
    line-height: 23px;
  }
  .subscribe {
    height: 50px;
    padding: 0 0 0 64px;
    width: 280px;
    background-position: left 24px center;
    background-size: 24px auto;
    border-radius: 18px;
  }
  .subscribe input {
    font-size: 13px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 1.69270833vw;
  }
  .subscribe--simple {
    padding-left: 16px;
  }
  .footer__content {
    padding: 0 25px;
  }
  .footer__row {
    padding: 60px 0;
  }
  .footer__row--second {
    padding-bottom: 50px;
  }
  .footer__row--last {
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 150%;
    text-transform: uppercase;
    font-size: 1.5625vw;
    padding-bottom: 50px;
    padding-top: 0;
    flex-direction: column-reverse;
    align-items: center;
    gap: 30px;
  }
  .footer-menu {
    gap: 30px;
  }
  .footer--simple .footer__row {
    padding: 0;
  }
  .footer--simple .footer__row--last {
    padding: 50px 0;
    gap: 30px;
  }
  .connected {
    flex-direction: column;
  }
  .connected__title {
    font-size: 48px;
    line-height: 57px;
    font-size: 6.25vw;
    line-height: 7.421875vw;
    margin: 0 0 40px;
  }
  .social {
    gap: 30px;
  }
  .social-item {
    width: 50px;
    height: 50px;
  }
  .social-item img,
  .social-item svg {
    width: 19px;
  }
  .social-item--sm {
    width: 50px;
    height: 50px;
  }
  .social-item--sm img,
  .social-item--sm svg {
    width: 19px;
  }
  .logos {
    gap: 30px;
  }
  .form {
    width: 420px;
    text-align: center;
    margin: 0 auto;
  }
  .form .btn {
    width: 328px;
  }
  .form__row {
    margin-bottom: 30px;
  }
  .form__row--info {
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 1.69270833vw;
  }
  .form__row--special {
    margin-top: -20px;
    margin-bottom: 20px;
    padding: 0 25px;
    font-size: 10px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 1.30208333vw;
  }
  .form__text {
    margin-bottom: 35px;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 2.34375vw;
  }
  .form-elem--icon .input {
    padding-right: 60px;
  }
  .form-elem__icon {
    right: 24px;
  }
  .form-elem.error {
    padding-bottom: 20px;
  }
  .form-elem__error {
    font-size: 10px;
    margin: -10px 0 0 25px;
  }
  .input {
    padding: 0 24px;
    height: 50px;
    border-radius: 18px;
    font-size: 13px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 1.69270833vw;
  }
  .input--tiny {
    height: 30px;
    border-radius: 8px;
    padding: 0 12px;
  }
  .tip {
    left: -20px;
    padding: 16px;
    width: 200px;
    border-radius: 15px;
  }
  .tip:before {
    top: -14px;
    left: 20px;
    border-width: 0 14px 14px 14px;
  }
  .tip:after {
    top: -16px;
    left: 18px;
    border-width: 0 16px 16px 16px;
  }
  .tip__title {
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 2.08333333vw;
    margin-bottom: 5px;
  }
  .tip__info {
    font-size: 12px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 1.5625vw;
  }
  .content {
    padding: 0 25px;
  }
  .tablet-pl {
    padding-left: 35px;
  }
  .products--list {
    gap: 40px 0;
  }
  .products-row {
    margin: 50px 0;
  }
  .products__title {
    font-size: 32px;
    line-height: 38px;
    font-size: 4.16666667vw;
    line-height: 4.94791667vw;
  }
  .products__sort {
    width: 200px;
  }
  .product {
    width: 218px;
    height: 324px;
    border-radius: 15px;
    padding: 15px 15px 20px;
  }
  .product__top {
    gap: 16px;
  }
  .product__title {
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 1.82291667vw;
    margin-bottom: 6px;
  }
  .product__article {
    font-size: 12px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 1.5625vw;
  }
  .product__pic {
    width: calc(100% + 1.302083333333333vw);
    height: 196px;
    padding: 25px;
    margin: 15px 0 15px -5px;
    box-shadow: inset 0 4px 30px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
  }
  .product__pic--full {
    padding: 0;
  }
  .product__bottom {
    gap: 16px;
  }
  .product__price {
    padding-left: 0;
    font-size: 20px;
    line-height: 24px;
  }
  .product__type {
    font-size: 12px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 1.5625vw;
  }
  .product__text {
    font-size: 10px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 1.30208333vw;
  }
  .product--simple {
    width: 298px;
    padding: 0;
    border: 0;
    height: 373px;
    box-shadow: inset 0 0 16px #243E4E;
  }
  .product--simple .product__pic {
    width: 100%;
    height: 298px;
    margin: 0;
    border-radius: 15px 15px 0 0;
  }
  .product--simple .product__bottom {
    padding: 20px;
  }
  .product--simple .product__title {
    font-size: 24px;
    line-height: 29px;
    margin: 0;
  }
  .filter {
    width: 400px;
    box-shadow: inset 0 0 16px #243E4E;
  }
  .filter-block {
    margin-top: 60px;
  }
  .filter-block__line {
    gap: 30px 20px;
    flex-wrap: wrap;
    padding: 0 25px;
    margin: 0 -25px;
  }
  .filter-block-item {
    height: 60px;
    gap: 10px;
    padding: 0 16px;
    border-radius: 20px;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 150%;
    text-transform: uppercase;
    font-size: 1.82291667vw;
  }
  .filter-block-item img {
    width: 43px;
  }
  .filter-block-item.active,
  .filter-block-item:hover {
    border-width: 2px;
    padding: 0 15px;
  }
  .filter-block .tags {
    flex-wrap: wrap;
  }
  .filter-outer.open {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
  }
  .filter__section {
    padding: 20px 30px 30px;
  }
  .filter__section--first {
    padding-top: 40px;
  }
  .filter__section--btns {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .filter__section--btns .btn {
    margin-bottom: 15px;
  }
  .filter__title {
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    font-size: 2.08333333vw;
    margin-bottom: 20px;
  }
  .filter__name {
    font-size: 32px;
    line-height: 38px;
    font-size: 4.16666667vw;
    line-height: 4.94791667vw;
  }
  .filter__top {
    margin-bottom: 20px;
  }
  .filter__slider-controls {
    gap: 8px;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    font-size: 2.08333333vw;
  }
  .filter__slider-controls .input {
    width: 50px;
  }
  .elems {
    gap: 19px;
  }
  .slider-range {
    height: 5px;
    border-radius: 18px;
  }
  .slider-range .ui-widget-header {
    border-radius: 18px;
  }
  .slider-range .ui-slider-handle {
    box-shadow: 0 23px 51px -14px rgba(45, 88, 230, 0.96), inset 0px 2px 8px rgba(255, 255, 255, 0.35);
    border-radius: 15px;
    width: 24px;
    height: 24px;
    top: -9px;
  }
  .slider-range-outer {
    padding: 10px 0;
  }
  .pagination {
    gap: 10px;
  }
  .badges {
    gap: 15px 10px;
  }
  .badge {
    padding: 6px 13px;
    height: 32px;
    border-radius: 15px;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 1.82291667vw;
  }
  .elem__icon {
    border-radius: 15px;
    width: 50px;
    height: 50px;
  }
  .elem__title {
    margin-top: 5px;
    font-size: 9px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 1.171875vw;
  }
  .elem--big .elem__icon {
    width: 66px;
    height: 66px;
  }
  .text {
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 1.82291667vw;
  }
  .text--lg {
    width: 587px;
  }
  .text--md {
    width: 342px;
  }
  .text--sm {
    width: 264px;
  }
  .text-t--lg {
    width: 587px;
  }
  .text-t--md {
    width: 342px;
  }
  .text-t--sm {
    width: 264px;
  }
  .breadcrumbs {
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 1.82291667vw;
    gap: 10px;
    margin-bottom: 40px;
  }
  .breadcrumbs__delimiter {
    width: 8px;
    height: 6px;
  }
  .breadcrumbs--float {
    top: 0;
    right: 25px;
  }
  .breadcrumbs--float + * {
    margin-top: 50px;
  }
  .items {
    gap: 70px 0;
    margin-top: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .items--2 {
    display: block;
    margin-top: 40px;
  }
  .item__icon {
    width: 95px;
    height: 95px;
    box-shadow: 0 4px 58px rgba(29, 234, 238, 0.37), inset 0 0 22px rgba(31, 197, 217, 0.62);
    margin-bottom: 20px;
  }
  .item__icon img {
    width: 40px;
  }
  .item__icon--transparent {
    box-shadow: inset 0 0 22px rgba(31, 197, 217, 0.62);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
  }
  .item__content {
    width: 300px;
  }
  .item__title {
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 150%;
    text-transform: uppercase;
    font-size: 1.82291667vw;
    margin-bottom: 12px;
  }
  .item__text {
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 1.82291667vw;
  }
  .item--2 {
    gap: 25px;
    align-items: flex-start;
    margin-top: 30px;
  }
  .item--2 .item__icon {
    width: 68px;
    height: 68px;
    margin: 0;
  }
  .item--2 .item__icon img {
    width: 35px;
    height: auto;
  }
  .item--2 .item__content {
    width: 246px;
  }
  .item--2 .item__title {
    font-size: 32px;
    line-height: 38px;
    font-size: 4.16666667vw;
    line-height: 4.94791667vw;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 2.34375vw;
    margin-bottom: 10px;
  }
  .item--3 .item__icon img {
    width: 55px;
    height: 55px;
    object-fit: contain;
  }
  .item--3 .item__content {
    width: 300px;
  }
  .item--short .item__content {
    width: 246px;
  }
  .item--transparent {
    box-shadow: inset 0 0 22px rgba(31, 197, 217, 0.62);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
  }
  .character {
    padding-bottom: 70px;
  }
  .character__top {
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 1.82291667vw;
    gap: 40px;
    margin-bottom: 40px;
  }
  .character__cols {
    gap: 30px;
  }
  .character__left {
    width: 340px;
  }
  .character__pic {
    width: 340px;
    height: 340px;
    box-shadow: inset 0 4px 121px rgba(0, 0, 0, 0.25);
    border-radius: 54px;
    padding: 35px;
  }
  .character__pic--video {
    padding: 0;
  }
  .character__pic-shadow {
    box-shadow: inset 0 4px 121px rgba(0, 0, 0, 0.25);
  }
  .character__text {
    padding: 40px 0 0;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 1.82291667vw;
  }
  .character__card {
    background: none;
    padding: 0;
    margin: 30px 0 0;
    border: none;
    box-shadow: none;
    border-radius: 0;
  }
  .character__poster {
    border-radius: 54px;
  }
  .character-price {
    flex-direction: column;
    margin-top: 15px;
  }
  .character-price__btn {
    margin-top: 30px;
  }
  .character-price__price {
    font-size: 48px;
    line-height: 57px;
    font-size: 6.25vw;
    line-height: 7.421875vw;
    margin-bottom: 4px;
  }
  .character-price__additional {
    justify-content: center;
    gap: 30px;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 1.82291667vw;
  }
  .character-params {
    margin-bottom: 60px;
  }
  .character-params h5 {
    margin-bottom: 30px;
  }
  .character-params__list {
    gap: 40px;
    flex-wrap: wrap;
  }
  .character-param {
    gap: 20px;
  }
  .character-param__title {
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 150%;
    text-transform: uppercase;
    font-size: 1.82291667vw;
  }
  .character-param__content {
    gap: 12px;
    height: 50px;
  }
  .character-param__pic {
    border-radius: 14px;
    width: 50px;
  }
  .character-param__count {
    width: 22px;
    height: 22px;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 1.5625vw;
  }
  .character-param__icon {
    border-radius: 15px;
    width: 50px;
  }
  .character-param__icons {
    gap: 6px;
  }
  .character-param__text {
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 150%;
    text-transform: uppercase;
    font-size: 1.82291667vw;
  }
  .character-param--fixed {
    width: 130px;
  }
  .character-param--2 {
    gap: 10px;
  }
  .character-param--big .character-param__content {
    height: 66px;
  }
  .character-param--big .character-param__pic {
    width: 66px;
  }
  .character-param--big .character-param__count {
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 1.82291667vw;
  }
  .range {
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    font-size: 2.08333333vw;
  }
  .range__top {
    margin-bottom: 15px;
  }
  .range__minmax {
    margin-top: 0;
  }
  .top {
    margin-bottom: 40px;
  }
  .mt--xs {
    margin-top: 20px;
  }
  .mt--sm {
    margin-top: 30px;
  }
  .mt--md {
    margin-top: 40px;
  }
  .mt--lg {
    margin-top: 50px;
  }
  .mt--xl {
    margin-top: 60px;
  }
  .mt--t-xs {
    margin-top: 20px;
  }
  .mt--t-sm {
    margin-top: 30px;
  }
  .mt--t-md {
    margin-top: 40px;
  }
  .mt--t-lg {
    margin-top: 50px;
  }
  .mt--t-xl {
    margin-top: 60px;
  }
  .mb--xs {
    margin-bottom: 20px;
  }
  .mb--sm {
    margin-bottom: 30px;
  }
  .mb--md {
    margin-bottom: 40px;
  }
  .mb--lg {
    margin-bottom: 50px;
  }
  .mb--xl {
    margin-bottom: 60px;
  }
  .mb--t-xs {
    margin-bottom: 20px;
  }
  .mb--t-sm {
    margin-bottom: 30px;
  }
  .mb--t-md {
    margin-bottom: 40px;
  }
  .mb--t-lg {
    margin-bottom: 50px;
  }
  .mb--t-xl {
    margin-bottom: 60px;
  }
  .talents {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px 0;
    position: relative;
    z-index: 2;
  }
  .talent {
    width: 342px;
    padding: 30px 25px;
    border-radius: 30px;
    margin-top: 0;
  }
  .talent__title {
    font-size: 32px;
    line-height: 38px;
    font-size: 4.16666667vw;
    line-height: 4.94791667vw;
    margin-bottom: 12px;
  }
  .talent__text {
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 1.82291667vw;
  }
  .title {
    font-size: 80px;
    line-height: 96px;
  }
  .title-sub {
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 30px;
  }
  .slide {
    width: 100%;
    height: auto;
    box-shadow: 0 28px 239px -77px rgba(28, 144, 204, 0.44);
    border-radius: 20px;
  }
  .slide__pic {
    position: relative;
    height: 360px;
  }
  .slide__content {
    position: relative;
    padding: 30px 30px 100px;
    width: 100%;
    min-height: 250px;
    border-radius: 0;
    opacity: 1;
  }
  .slide__title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 30px;
  }
  .slide__text {
    width: 476px;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 1.82291667vw;
  }
  .slide--2 .slide__content {
    border-radius: 0;
  }
  .faq-row {
    margin: 60px 0;
  }
  .faq-block {
    margin: 60px 0;
  }
  .faq-block__title {
    font-size: 32px;
    line-height: 38px;
    font-size: 4.16666667vw;
    line-height: 4.94791667vw;
    margin-bottom: 40px;
  }
  .accordion-item {
    border-radius: 18px;
    margin-bottom: 20px;
  }
  .accordion-item:last-child {
    margin-bottom: 0;
  }
  .accordion-item__top {
    box-shadow: inset 0 0 14px rgba(75, 129, 157, 0.25);
    backdrop-filter: blur(66px);
    -webkit-backdrop-filter: blur(66px);
    font-size: 32px;
    line-height: 38px;
    font-size: 4.16666667vw;
    line-height: 4.94791667vw;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 2.34375vw;
    padding: 20px 70px 20px 30px;
    border-radius: 18px;
  }
  .accordion-item__top:after {
    width: 24px;
    height: 24px;
    right: 35px;
  }
  .accordion-item__content {
    border-radius: 0 0 18px 18px;
    padding: 30px 30px 40px;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 1.82291667vw;
  }
  .accordion-item.open .accordion-item__top {
    border-radius: 18px 18px 0 0;
  }
  .accordion-item.static {
    margin-bottom: 60px;
  }
  .accordion-item.static .accordion-item__top {
    border-radius: 18px 18px 0 0;
  }
  .pic--xs {
    width: 130px;
  }
  .pic--sm {
    width: 200px;
  }
  .pic--md {
    width: 270px;
  }
  .pic--lg {
    width: 340px;
  }
  .pic--xl {
    width: 410px;
  }
  .pic--t-margin {
    margin-left: 30px;
    margin-right: 30px;
  }
  .pic--t-xs {
    width: 130px;
  }
  .pic--t-sm {
    width: 200px;
  }
  .pic--t-md {
    width: 270px;
  }
  .pic--t-lg {
    width: 340px;
  }
  .pic--t-xl {
    width: 410px;
  }
  .popup {
    width: 466px;
    border-radius: 15px;
    padding: 40px 30px;
  }
  .popup--subscribe {
    height: 284px;
  }
  .popup--subscribe .text {
    margin: 15px 0 20px;
    width: 200px;
  }
  .popup--subscribe .btns {
    margin-top: 0;
  }
  .popup--subscribe .form {
    margin: 20px 0 30px;
    width: 250px;
  }
  .popup > .carousel__button.is-close {
    top: 25px;
    right: 25px;
    width: 20px;
    height: 20px;
  }
  .article {
    border-radius: 30px;
    padding: 30px;
  }
  .article__top {
    gap: 30px;
    margin: -30px -30px 30px;
    padding: 30px 30px 20px;
  }
  .article__text {
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 2.34375vw;
  }
  .article__text img {
    margin: 30px 0;
  }
  .article__info {
    gap: 20px;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 1.82291667vw;
  }
  .comics {
    padding: 30px 35px;
  }
  .comics__content {
    position: relative;
  }
  .comics__title {
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 2.34375vw;
    margin-bottom: 12px;
  }
  .comics__text {
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 1.82291667vw;
  }
  .comics--main {
    width: 368px;
    padding: 0;
    margin-bottom: -50px;
    position: relative;
    z-index: 2;
  }
  .comics--main .comics__content {
    width: 342px;
    padding: 70px 30px 30px;
    border-radius: 0 18px 0 0;
  }
  .comics--main .comics__text {
    margin-top: 12px;
  }
  .comics--2 {
    height: 300px;
    padding: 30px 35px;
  }
  .comics--3 {
    padding: 30px 35px;
  }
  .comics--4 {
    width: 400px;
    height: auto;
    padding-top: 80px;
  }
  .comics--5 {
    padding-top: 80px;
  }
  .comics .skills {
    gap: 24px;
    margin-top: 20px;
  }
  .comics .skill {
    width: 50px;
    height: 50px;
  }
  .comics .skill--float {
    transform: translate(0, -50%);
  }
  .tabs {
    gap: 10px;
    border-radius: 18px;
  }
  .tabs-content {
    padding-top: 50px;
  }
  .tab {
    height: 50px;
    border-radius: 18px;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 150%;
    text-transform: uppercase;
    font-size: 1.82291667vw;
  }
  .tab-content {
    display: none;
  }
  .hero {
    align-items: flex-start;
    position: relative;
  }
  .hero__col {
    width: 470px;
  }
  .hero__col--small {
    width: 342px;
  }
  .hero__stories {
    margin: 40px 0 0;
  }
  .hero__story {
    margin-bottom: 15px;
  }
  .hero__story h5 {
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 2.34375vw;
  }
  .hero-params {
    margin: 30px 0 40px;
  }
  .hero-param {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
  }
  .hero-param:last-child {
    margin-bottom: 0;
  }
  .hero-param__title {
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 2.34375vw;
    margin-bottom: 16px;
  }
  .hero-param__text {
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 1.82291667vw;
  }
  .hero-param--short .hero-param__content {
    flex: none;
    width: 250px;
  }
  .hero .text {
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 1.82291667vw;
  }
  .hero .pic {
    position: absolute;
    top: 55px;
    right: 0;
  }
  .hero-video {
    display: none;
  }
  .hero-video video {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .build {
    width: 218px;
    border-radius: 18px;
  }
  .build__top {
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 2.34375vw;
    padding: 0 30px;
    height: 65px;
    border-radius: 18px 18px 0 0;
    box-shadow: inset 0 0 14px rgba(75, 129, 157, 0.25);
  }
  .build__skills {
    padding: 30px;
    gap: 20px;
  }
  .build-item {
    width: 32px;
    height: 32px;
    border: 2px solid #FFFFFF;
    border-radius: 9px;
  }
  .build-item img,
  .build-item svg {
    width: 24px;
  }
  .table {
    border-radius: 18px;
  }
  .table__top,
  .table__head {
    padding: 20px 30px;
    box-shadow: inset 0 0 14px rgba(75, 129, 157, 0.25);
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 2.34375vw;
  }
  .table__content {
    padding-bottom: 20px;
  }
  .table__head,
  .table__row {
    padding: 0;
  }
  .table__head > div,
  .table__row > div {
    padding: 20px 15px;
  }
  .table__head > div:first-child,
  .table__row > div:first-child {
    padding-left: 30px;
  }
  .table__head > div:last-child,
  .table__row > div:last-child {
    padding-right: 30px;
  }
  .table__head > div {
    font-size: 12px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 1.5625vw;
  }
  .table .character-param__pic {
    width: 32px;
    height: 32px;
    border-radius: 8px;
  }
  .table .character-param__text {
    font-size: 12px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 1.5625vw;
  }
  .bold {
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 150%;
    text-transform: uppercase;
    font-size: 1.82291667vw;
  }
  #floatStart {
    transform: translateY(-18vw);
  }
  .text-9 {
    font-size: 1.171875vw;
  }
  .text-10 {
    font-size: 1.30208333vw;
  }
  .text-12 {
    font-size: 1.5625vw;
  }
  .text-13 {
    font-size: 1.69270833vw;
  }
  .text-14 {
    font-size: 1.82291667vw;
  }
  .text-16 {
    font-size: 2.08333333vw;
  }
  .text-18 {
    font-size: 2.34375vw;
  }
  .text-22 {
    font-size: 2.86458333vw;
  }
  .text-24 {
    font-size: 3.125vw;
  }
  .d-link-16 {
    font-size: 2.08333333vw;
  }
  .d-link-14 {
    font-size: 1.82291667vw;
  }
  .d-link-12 {
    font-size: 1.5625vw;
  }
  body {
    font-size: 1.5625vw;
  }
  body.one-page {
    padding-top: 2.60416667vw;
  }
  body .menu-item--menu {
    border-radius: 2.21354167vw;
    margin: 0 -1.953125vw;
    padding: 0 1.953125vw;
  }
  h1,
  .h1 {
    font-size: 8.33333333vw;
    line-height: 10.02604167vw;
  }
  h1.big,
  .h1.big {
    font-size: 20.83333333vw;
    line-height: 24.86979167vw;
  }
  h1.small,
  .h1.small {
    font-size: 8.33333333vw;
    line-height: 10.02604167vw;
  }
  h3,
  .h3 {
    font-size: 6.25vw;
    line-height: 7.421875vw;
  }
  h5,
  .h5 {
    font-size: 4.16666667vw;
    line-height: 4.94791667vw;
  }
  .header {
    top: 2.60416667vw;
    padding: 2.60416667vw 4.55729167vw;
    gap: 5.20833333vw;
    box-shadow: inset 0 0 1.82291667vw rgba(75, 129, 157, 0.25);
    backdrop-filter: blur(1.30208333vw);
    -webkit-backdrop-filter: blur(1.30208333vw);
    border-radius: 3.90625vw;
  }
  .header:before,
  .header:after {
    left: -0.65104167vw;
    width: 1.171875vw;
    height: 1.171875vw;
    margin-top: -0.65104167vw;
    box-shadow: 0 0 2.08333333vw #6192AC;
  }
  .header:after {
    left: auto;
    right: -0.65104167vw;
  }
  .header--2:not(.scroll) {
    top: 0;
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .btn {
    border-radius: 2.34375vw;
    height: 6.51041667vw;
    padding: 0 4.16666667vw;
    font-size: 1.5625vw;
  }
  .btn > span {
    gap: 1.5625vw;
  }
  .btn--small {
    height: 6.51041667vw;
    border-radius: 2.34375vw;
    font-size: 1.5625vw;
  }
  .btn--fixed {
    min-width: 24.73958333vw;
  }
  .btn--special {
    box-shadow: 0 2.99479167vw 6.640625vw -1.82291667vw rgba(45, 88, 230, 0.96), inset 0 0.26041667vw 1.04166667vw rgba(255, 255, 255, 0.35);
  }
  .btn--special:hover {
    box-shadow: 0 2.99479167vw 6.640625vw -1.82291667vw rgba(45, 88, 230, 0.96), inset 0 0.26041667vw 1.04166667vw rgba(255, 255, 255, 0.35);
  }
  .btn--special:active {
    box-shadow: 0 2.99479167vw 6.640625vw -1.82291667vw rgba(45, 88, 230, 0.96), inset 0 0.26041667vw 1.04166667vw rgba(255, 255, 255, 0.35);
  }
  .btn--square {
    border: 0;
    width: 6.51041667vw;
    padding: 0;
    height: 6.51041667vw;
  }
  .btn--square .icon {
    width: 1.82291667vw;
    height: 1.82291667vw;
  }
  .btn--brick {
    width: 6.51041667vw;
    height: 6.51041667vw;
    padding: 0;
    border-radius: 2.34375vw;
    font-size: 1.5625vw;
  }
  .logo {
    width: 16.14583333vw;
    height: 3.25520833vw;
  }
  .logo--mack {
    width: 13.80208333vw;
    height: 4.94791667vw;
  }
  .separator {
    height: 6.51041667vw;
  }
  .icon {
    width: 3.125vw;
    height: 3.125vw;
  }
  .icon--sm {
    width: 2.60416667vw;
    height: 2.60416667vw;
  }
  .icon--md {
    width: 3.515625vw;
    height: 3.515625vw;
  }
  .icon--lg {
    width: 4.16666667vw;
    height: 4.16666667vw;
  }
  .icon--xl {
    width: 4.81770833vw;
    height: 4.81770833vw;
  }
  .icon--xl {
    width: 4.81770833vw;
    height: 4.81770833vw;
  }
  .icon--xxl {
    width: 5.20833333vw;
    height: 5.20833333vw;
  }
  .icon--extra {
    width: 8.85416667vw;
    height: 8.85416667vw;
  }
  .icon--t-sm {
    width: 2.60416667vw;
    height: 2.60416667vw;
  }
  .icon--t-md {
    width: 3.515625vw;
    height: 3.515625vw;
  }
  .icon--t-lg {
    width: 4.16666667vw;
    height: 4.16666667vw;
  }
  .icon--t-xl {
    width: 4.81770833vw;
    height: 4.81770833vw;
  }
  .icon--t-xxl {
    width: 5.20833333vw;
    height: 5.20833333vw;
  }
  .icon--t-extra {
    width: 8.85416667vw;
    height: 8.85416667vw;
  }
  .menu-item {
    height: 6.25vw;
    font-size: 2.08333333vw;
  }
  .menu-item--sub {
    padding-right: 2.08333333vw;
  }
  .menu-item--sub:after,
  .menu-item--sub:before {
    width: 4.55729167vw;
    height: 7.55208333vw;
    left: -4.55729167vw;
  }
  .menu-item--sub:after {
    left: auto;
    right: -4.55729167vw;
  }
  .menu-item--no-arrow {
    padding-right: 0;
  }
  .menu-arrow {
    width: 1.04166667vw;
    height: 1.04166667vw;
  }
  .menu-sub {
    transform: translate(-50%, -0.13020833vw);
    width: 28.38541667vw;
    box-shadow: inset 0 0 2.08333333vw #243E4E;
  }
  .menu-sub-item a {
    padding: 3.125vw 3.38541667vw;
  }
  .menu--full {
    padding-top: 15.625vw;
  }
  .menu--full .menu-item {
    padding: 2.60416667vw 11.71875vw;
    font-size: 1.82291667vw;
  }
  .menu--full .menu-item--sub {
    padding-right: 0;
  }
  .menu--full .menu-item.open {
    padding-bottom: 0;
  }
  .menu--full .menu-item.open .menu-arrow {
    margin-bottom: 2.60416667vw;
  }
  .menu--full .menu-item.open > span {
    margin-bottom: 2.60416667vw;
  }
  .menu--full .menu-arrow {
    width: 1.04166667vw;
    height: 1.04166667vw;
    margin-left: 1.04166667vw;
  }
  .menu--full .menu-sub {
    margin-left: -11.71875vw;
    box-shadow: inset 0 0 1.82291667vw rgba(75, 129, 157, 0.25);
    font-size: 1.5625vw;
  }
  .menu--full .menu-sub-item a {
    padding: 2.60416667vw 11.71875vw;
  }
  .section--promo {
    padding: 20.83333333vw 0 13.02083333vw;
  }
  .section--promo .btns {
    margin-top: 26.04166667vw;
  }
  .section--promo .heroes {
    top: 17.578125vw;
    width: 135.02604167vw;
    height: 56.51041667vw;
  }
  .section--about {
    padding: 7.8125vw 0;
  }
  .section--champions {
    padding: 13.02083333vw 0 0;
    height: 83.33333333vw;
    background-position: left -13.02083333vw center;
  }
  .section--champions .title {
    margin-bottom: 7.03125vw;
  }
  .section--champions .block {
    width: 40.36458333vw;
  }
  .section--champions .content {
    padding: 0 3.515625vw 0 5.46875vw;
  }
  .section--earn {
    padding: 14.32291667vw 0 0;
    height: 104.16666667vw;
    background-position: left -45.57291667vw center;
  }
  .section--earn .title {
    margin-bottom: 7.8125vw;
  }
  .section--earn .block {
    width: 40.36458333vw;
  }
  .section--earn .content {
    padding: 0 16.14583333vw 0 7.68229167vw;
  }
  .section--earn .text {
    font-size: 2.34375vw;
  }
  .section--roadmap {
    padding: 7.8125vw 0 13.02083333vw;
  }
  .section--news {
    padding: 11.71875vw 0 0;
  }
  .section--cols .block {
    margin-top: 6.51041667vw;
    margin-bottom: 7.8125vw;
  }
  .section--cols .block .text {
    width: 40.36458333vw;
    font-size: 1.82291667vw;
  }
  .section--big-pic-bottom {
    background-position: center bottom 13.02083333vw;
  }
  .section--big-pic-bottom .pic {
    width: 115.88541667vw;
  }
  .section--error .text {
    width: 44.53125vw;
    margin: 2.60416667vw auto 5.20833333vw;
    font-size: 1.82291667vw;
  }
  .section--error .pic {
    width: 115.88541667vw;
  }
  .section--best {
    height: 78.125vw;
    padding: 19.01041667vw 0 0 7.8125vw;
  }
  .section--best .title {
    font-size: 8.46354167vw;
    line-height: 10.15625vw;
    margin-bottom: 3.125vw;
  }
  .section--best .champions {
    right: 4.16666667vw;
    bottom: 11.06770833vw;
  }
  .section--best .text {
    width: 31.90104167vw;
    margin-bottom: 3.90625vw;
  }
  .section--similar {
    padding: 9.11458333vw 0 11.71875vw;
  }
  .section--first {
    padding-top: 22.13541667vw;
  }
  .section--pb {
    padding-bottom: 5.20833333vw;
  }
  .section--pb-md {
    padding-bottom: 9.11458333vw;
  }
  .section--pb-lg {
    padding-bottom: 11.71875vw;
  }
  .section--pb-t-0 {
    padding-bottom: 0;
  }
  .section--pt {
    padding-top: 5.20833333vw;
  }
  .section--pt-md {
    padding-top: 9.11458333vw;
  }
  .section--pt-lg {
    padding-top: 11.71875vw;
  }
  .section--pt-t-0 {
    padding-top: 0;
  }
  .section--title {
    height: auto;
    min-height: 80.72916667vw;
  }
  .section--title .pic {
    right: 9.765625vw;
    bottom: 13.671875vw;
    height: 39.84375vw;
  }
  .section--title .pic--right {
    right: 9.765625vw;
  }
  .section--flex .content .pic {
    margin-top: 1.953125vw;
  }
  .section--hover {
    height: 78.125vw;
    margin-bottom: -45.57291667vw;
    padding-top: 22.13541667vw;
  }
  .section--hover:after {
    height: 45.57291667vw;
  }
  .section--comics {
    padding-top: 11.97916667vw;
  }
  .section--comics .breadcrumbs {
    top: 22.13541667vw;
  }
  .comics-list {
    height: 104.16666667vw;
  }
  .btns {
    gap: 3.90625vw;
    margin-top: 3.90625vw;
  }
  .line span {
    width: 1.82291667vw;
    height: 1.82291667vw;
    box-shadow: 0 0 2.08333333vw #6192AC;
  }
  .line div {
    top: -0.78125vw;
  }
  .line div:first-child {
    margin-left: -26.04166667vw;
  }
  .line div:last-child {
    margin-left: 26.04166667vw;
  }
  .about-cards {
    margin-top: 5.20833333vw;
  }
  .about-card {
    width: 60.67708333vw;
    padding: 3.90625vw 28.64583333vw 0 3.90625vw;
    margin: 0 auto 5.20833333vw;
    height: 40.36458333vw;
    border-radius: 1.953125vw;
  }
  .about-card--pvp {
    box-shadow: inset 0 0.26041667vw 6.38020833vw rgba(255, 255, 255, 0.35);
  }
  .about-card--pvp:after {
    right: 0;
    bottom: -0.52083333vw;
  }
  .about-card--pve {
    box-shadow: inset 0 0.26041667vw 6.38020833vw rgba(255, 255, 255, 0.35);
  }
  .about-card--pve:after {
    right: 1.171875vw;
    bottom: 0.65104167vw;
  }
  .about-card__title {
    font-size: 6.25vw;
    line-height: 7.421875vw;
    margin-bottom: 2.08333333vw;
  }
  .about-card__pic {
    background-size: 29.94791667vw auto;
  }
  .about-card__icon {
    top: 0.65104167vw;
    transform: translateX(2.08333333vw);
  }
  .about-card__icon .icon {
    width: 3.125vw;
    height: 3.125vw;
  }
  .about-card__text {
    font-size: 1.5625vw;
  }
  .about-card__btn {
    margin-top: 2.60416667vw;
  }
  .about-card:after {
    width: 26.04166667vw;
    height: 26.04166667vw;
  }
  .champions {
    width: 40.75520833vw;
    height: 41.40625vw;
  }
  .champions .skill:nth-child(1) {
    left: -1.43229167vw;
    top: 11.06770833vw;
  }
  .champions .skill:nth-child(2) {
    left: -0.65104167vw;
    top: 5.078125vw;
  }
  .champions .skill:nth-child(3) {
    left: 2.734375vw;
    top: 0.26041667vw;
  }
  .champions .skill:nth-child(4) {
    left: 8.33333333vw;
    top: -1.30208333vw;
  }
  .champions .skill:nth-child(5) {
    left: 24.73958333vw;
    top: 39.453125vw;
  }
  .champions .skill:nth-child(6) {
    left: 30.59895833vw;
    top: 39.32291667vw;
  }
  .champions .skill:nth-child(7) {
    left: 35.15625vw;
    top: 35.546875vw;
  }
  .champions .skill:nth-child(8) {
    left: 37.36979167vw;
    top: 30.078125vw;
  }
  .champions--2 {
    width: 52.21354167vw;
    height: 53.64583333vw;
  }
  .skill {
    width: 4.16666667vw;
    height: 4.16666667vw;
    box-shadow: 0 0.52083333vw 7.55208333vw rgba(29, 234, 238, 0.37), inset 0 0 2.86458333vw rgba(31, 197, 217, 0.62);
    backdrop-filter: blur(2.86458333vw);
    -webkit-backdrop-filter: blur(2.86458333vw);
    font-size: 1.30208333vw;
  }
  .skill--small {
    width: 4.16666667vw;
    height: 4.16666667vw;
  }
  .skill--big {
    width: 9.11458333vw;
    height: 9.11458333vw;
  }
  .bishop {
    width: 30.72916667vw;
    height: 43.22916667vw;
  }
  .with-card .card {
    top: 23.4375vw;
    left: 16.92708333vw;
  }
  .card__content {
    width: 20.3125vw;
    height: 30.859375vw;
    box-shadow: inset 0 0 1.82291667vw rgba(75, 129, 157, 0.25);
    backdrop-filter: blur(1.30208333vw);
    -webkit-backdrop-filter: blur(1.30208333vw);
    border-radius: 1.953125vw;
    padding: 2.08333333vw 0 0 0;
  }
  .card__content:before,
  .card__content:after {
    box-shadow: 0 0 2.08333333vw #6192AC;
    width: 1.171875vw;
    height: 1.171875vw;
    margin: -0.52083333vw;
  }
  .card:before,
  .card:after {
    box-shadow: 0 0 2.08333333vw #6192AC;
    width: 1.171875vw;
    height: 1.171875vw;
    margin: -0.52083333vw;
  }
  .card__pic {
    width: 15.10416667vw;
    height: 15.10416667vw;
    border-radius: 1.953125vw;
  }
  .card__title {
    width: 17.1875vw;
    height: 4.94791667vw;
    margin: -3.125vw auto 1.30208333vw;
    box-shadow: inset 0 0 1.82291667vw rgba(75, 129, 157, 0.25);
    border-radius: 1.30208333vw;
    font-size: 1.5625vw;
    line-height: 1.82291667vw;
  }
  .card__text {
    width: 16.14583333vw;
    font-size: 1.30208333vw;
  }
  .card .skill {
    width: 5.20833333vw;
    height: 5.20833333vw;
  }
  .roadmap {
    margin: 5.20833333vw 0 9.11458333vw;
  }
  .roadmap-item {
    border-radius: 1.953125vw;
    padding: 3.90625vw 2.60416667vw;
    width: 28.38541667vw;
    height: 35.9375vw;
  }
  .roadmap-item:after {
    width: 1.82291667vw;
    height: 1.82291667vw;
    right: -7.8125vw;
    box-shadow: 0 0 2.08333333vw #6192AC;
  }
  .roadmap-item__title {
    margin-bottom: 2.60416667vw;
    font-size: 2.60416667vw;
    line-height: 3.125vw;
  }
  .roadmap-item__text {
    font-size: 1.69270833vw;
  }
  .roadmap-item--1 {
    box-shadow: inset 0 0 1.82291667vw rgba(75, 129, 157, 0.25);
  }
  .roadmap-item--2 {
    box-shadow: inset 0 0 1.82291667vw rgba(75, 129, 157, 0.25);
  }
  .roadmap-item--3 {
    box-shadow: inset 0 0 1.82291667vw rgba(75, 129, 157, 0.25);
  }
  .roadmap-item--4 {
    box-shadow: inset 0 0 1.82291667vw rgba(75, 129, 157, 0.25);
  }
  .swiper.roadmap .swiper-slide {
    padding-left: 3.25520833vw;
    padding-right: 11.71875vw;
  }
  .swiper.roadmap .swiper-slide:last-child {
    padding-right: 3.25520833vw;
  }
  .news {
    gap: 3.90625vw;
    margin: 5.20833333vw 0 9.11458333vw;
  }
  .news-item {
    width: 28.38541667vw;
    height: 35.80729167vw;
    padding: 0.52083333vw 0.52083333vw 0;
    box-shadow: inset 0 0 2.08333333vw #243E4E;
    border-radius: 1.953125vw;
  }
  .news-item__pic {
    height: 21.22395833vw;
    border-radius: 1.953125vw;
    padding: 1.04166667vw;
  }
  .news-item__pic-outer {
    border-radius: 1.953125vw;
  }
  .news-item__content {
    padding: 1.5625vw 0.65104167vw 0;
  }
  .news-item__title {
    font-size: 1.5625vw;
  }
  .news-item__date {
    font-size: 1.30208333vw;
    margin-top: 0.91145833vw;
  }
  .news-item__text {
    font-size: 1.82291667vw;
    margin-top: 2.08333333vw;
  }
  .news-item--t-big {
    width: 44.53125vw;
  }
  .news-item--long {
    width: 44.53125vw;
    height: auto;
  }
  .news-item--long .news-item__pic {
    height: 23.69791667vw;
  }
  .news-item--long .news-item__title {
    font-size: 1.82291667vw;
  }
  .tags {
    gap: 1.04166667vw;
  }
  .tags--t-big {
    gap: 3.90625vw 2.60416667vw;
  }
  .tag {
    padding: 0.78125vw 1.5625vw;
    font-size: 1.82291667vw;
    line-height: 2.21354167vw;
    border-radius: 3.90625vw;
  }
  .tag--t-big {
    font-size: 2.60416667vw;
    line-height: 2.99479167vw;
  }
  .subscribe {
    height: 6.51041667vw;
    padding: 0 0 0 8.33333333vw;
    width: 36.45833333vw;
    background-position: left 3.125vw center;
    background-size: 3.125vw auto;
    border-radius: 2.34375vw;
  }
  .subscribe input {
    font-size: 1.69270833vw;
  }
  .subscribe--simple {
    padding-left: 2.08333333vw;
  }
  .footer__content {
    padding: 0 3.25520833vw;
  }
  .footer__row {
    padding: 7.8125vw 0;
  }
  .footer__row--second {
    padding-bottom: 6.51041667vw;
  }
  .footer__row--last {
    font-size: 1.5625vw;
    padding-bottom: 6.51041667vw;
    padding-top: 0;
    gap: 3.90625vw;
  }
  .footer-menu {
    gap: 3.90625vw;
  }
  .footer--simple .footer__row {
    padding: 0;
  }
  .footer--simple .footer__row--last {
    padding: 6.51041667vw 0;
    gap: 3.90625vw;
  }
  .connected__title {
    font-size: 6.25vw;
    line-height: 7.421875vw;
    margin: 0 0 5.20833333vw;
  }
  .social {
    gap: 3.90625vw;
  }
  .social-item {
    width: 6.51041667vw;
    height: 6.51041667vw;
  }
  .social-item img,
  .social-item svg {
    width: 2.47395833vw;
  }
  .social-item--sm {
    width: 6.51041667vw;
    height: 6.51041667vw;
  }
  .social-item--sm img,
  .social-item--sm svg {
    width: 2.47395833vw;
  }
  .logos {
    gap: 3.90625vw;
  }
  .form {
    width: 54.6875vw;
  }
  .form .btn {
    width: 42.70833333vw;
  }
  .form__row {
    margin-bottom: 3.90625vw;
  }
  .form__row--info {
    margin-bottom: 1.953125vw;
    font-size: 1.69270833vw;
  }
  .form__row--special {
    margin-top: -2.60416667vw;
    margin-bottom: 2.60416667vw;
    padding: 0 3.25520833vw;
    font-size: 1.30208333vw;
  }
  .form__text {
    margin-bottom: 4.55729167vw;
    font-size: 2.34375vw;
  }
  .form-elem--icon .input {
    padding-right: 7.8125vw;
  }
  .form-elem__icon {
    right: 3.125vw;
  }
  .form-elem.error {
    padding-bottom: 2.60416667vw;
  }
  .form-elem__error {
    font-size: 1.30208333vw;
    margin: -1.30208333vw 0 0 3.25520833vw;
  }
  .input {
    padding: 0 3.125vw;
    height: 6.51041667vw;
    border-radius: 2.34375vw;
    font-size: 1.69270833vw;
  }
  .input--tiny {
    height: 3.90625vw;
    border-radius: 1.04166667vw;
    padding: 0 1.5625vw;
  }
  .tip {
    left: -2.60416667vw;
    padding: 2.08333333vw;
    width: 26.04166667vw;
    border-radius: 1.953125vw;
  }
  .tip:before {
    top: -1.82291667vw;
    left: 2.60416667vw;
    border-width: 0 1.82291667vw 1.82291667vw 1.82291667vw;
  }
  .tip:after {
    top: -2.08333333vw;
    left: 2.34375vw;
    border-width: 0 2.08333333vw 2.08333333vw 2.08333333vw;
  }
  .tip__title {
    font-size: 2.08333333vw;
    margin-bottom: 0.65104167vw;
  }
  .tip__info {
    font-size: 1.5625vw;
  }
  .content {
    padding: 0 3.25520833vw;
  }
  .products--list {
    gap: 5.20833333vw 0;
  }
  .products-row {
    margin: 6.51041667vw 0;
  }
  .products__title {
    font-size: 4.16666667vw;
    line-height: 4.94791667vw;
  }
  .products__sort {
    width: 26.04166667vw;
  }
  .product {
    width: 28.38541667vw;
    height: 42.1875vw;
    border-radius: 1.953125vw;
    padding: 1.953125vw 1.953125vw 2.60416667vw;
  }
  .product__top {
    gap: 2.08333333vw;
  }
  .product__title {
    font-size: 1.82291667vw;
    margin-bottom: 0.78125vw;
  }
  .product__article {
    font-size: 1.5625vw;
  }
  .product__pic {
    height: 25.52083333vw;
    padding: 3.25520833vw;
    margin: 1.953125vw 0 1.953125vw -0.65104167vw;
    box-shadow: inset 0 0.52083333vw 3.90625vw rgba(0, 0, 0, 0.25);
    border-radius: 1.953125vw;
  }
  .product__pic--full {
    padding: 0;
  }
  .product__bottom {
    gap: 2.08333333vw;
  }
  .product__price {
    padding-left: 0;
    font-size: 2.60416667vw;
    line-height: 3.125vw;
  }
  .product__type {
    font-size: 1.5625vw;
  }
  .product__text {
    font-size: 1.30208333vw;
  }
  .product--simple {
    width: 38.80208333vw;
    padding: 0;
    border: 0;
    height: 48.56770833vw;
    box-shadow: inset 0 0 2.08333333vw #243E4E;
  }
  .product--simple .product__pic {
    width: 100%;
    height: 38.80208333vw;
    margin: 0;
    border-radius: 1.953125vw 1.953125vw 0 0;
  }
  .product--simple .product__bottom {
    padding: 2.60416667vw;
  }
  .product--simple .product__title {
    font-size: 3.125vw;
    line-height: 3.77604167vw;
    margin: 0;
  }
  .filter {
    width: 55.98958333vw;
    box-shadow: inset 0 0 2.08333333vw #243E4E;
  }
  .filter-block {
    margin-top: 7.8125vw;
  }
  .filter-block__line {
    gap: 3.90625vw 2.60416667vw;
    padding: 0 3.25520833vw;
    margin: 0 -3.25520833vw;
  }
  .filter-block-item {
    height: 7.8125vw;
    gap: 1.30208333vw;
    padding: 0 2.08333333vw;
    border-radius: 2.60416667vw;
    font-size: 1.82291667vw;
  }
  .filter-block-item img {
    width: 5.59895833vw;
  }
  .filter-block-item.active,
  .filter-block-item:hover {
    border-width: 0.26041667vw;
    padding: 0 1.953125vw;
  }
  .filter-outer.open {
    backdrop-filter: blur(0.65104167vw);
    -webkit-backdrop-filter: blur(0.65104167vw);
  }
  .filter__section {
    padding: 2.60416667vw 3.90625vw 3.90625vw;
  }
  .filter__section--first {
    padding-top: 5.20833333vw;
  }
  .filter__section--btns {
    padding-top: 3.90625vw;
    padding-bottom: 0;
  }
  .filter__section--btns .btn {
    margin-bottom: 1.953125vw;
  }
  .filter__title {
    font-size: 2.08333333vw;
    margin-bottom: 2.60416667vw;
  }
  .filter__name {
    font-size: 4.16666667vw;
    line-height: 4.94791667vw;
  }
  .filter__top {
    margin-bottom: 2.60416667vw;
  }
  .filter__slider-controls {
    gap: 1.04166667vw;
    font-size: 2.08333333vw;
  }
  .filter__slider-controls .input {
    width: 6.51041667vw;
  }
  .elems {
    gap: 2.47395833vw;
  }
  .slider-range {
    height: 0.65104167vw;
    border-radius: 2.34375vw;
  }
  .slider-range .ui-widget-header {
    border-radius: 2.34375vw;
  }
  .slider-range .ui-slider-handle {
    box-shadow: 0 2.99479167vw 6.640625vw -1.82291667vw rgba(45, 88, 230, 0.96), inset 0vw 0.26041667vw 1.04166667vw rgba(255, 255, 255, 0.35);
    border-radius: 1.953125vw;
    width: 3.125vw;
    height: 3.125vw;
    top: -1.171875vw;
  }
  .slider-range-outer {
    padding: 1.30208333vw 0;
  }
  .pagination {
    gap: 1.30208333vw;
  }
  .badges {
    gap: 1.953125vw 1.30208333vw;
  }
  .badge {
    padding: 0.78125vw 1.69270833vw;
    height: 4.16666667vw;
    border-radius: 1.953125vw;
    font-size: 1.82291667vw;
  }
  .elem__icon {
    border-radius: 1.953125vw;
    width: 6.51041667vw;
    height: 6.51041667vw;
  }
  .elem__title {
    margin-top: 0.65104167vw;
    font-size: 1.171875vw;
  }
  .elem--big .elem__icon {
    width: 8.59375vw;
    height: 8.59375vw;
  }
  .breadcrumbs {
    font-size: 1.82291667vw;
    gap: 1.30208333vw;
    margin-bottom: 5.20833333vw;
  }
  .breadcrumbs__delimiter {
    width: 1.04166667vw;
    height: 0.78125vw;
  }
  .breadcrumbs--float {
    top: 0;
    right: 3.25520833vw;
  }
  .breadcrumbs--float + * {
    margin-top: 6.51041667vw;
  }
  .text {
    font-size: 1.82291667vw;
  }
  .text--lg {
    width: 76.43229167vw;
  }
  .text--md {
    width: 44.53125vw;
  }
  .text--sm {
    width: 34.375vw;
  }
  .text-t--lg {
    width: 76.43229167vw;
  }
  .text-t--md {
    width: 44.53125vw;
  }
  .text-t--sm {
    width: 34.375vw;
  }
  .character {
    padding-bottom: 9.11458333vw;
  }
  .character__top {
    font-size: 1.82291667vw;
    gap: 5.20833333vw;
    margin-bottom: 5.20833333vw;
  }
  .character__cols {
    gap: 3.90625vw;
  }
  .character__left {
    width: 44.27083333vw;
  }
  .character__pic {
    width: 44.27083333vw;
    height: 44.27083333vw;
    box-shadow: inset 0 0.52083333vw 15.75520833vw rgba(0, 0, 0, 0.25);
    border-radius: 7.03125vw;
    padding: 4.55729167vw;
  }
  .character__pic--video {
    padding: 0;
  }
  .character__pic-shadow {
    box-shadow: inset 0 0.52083333vw 15.75520833vw rgba(0, 0, 0, 0.25);
  }
  .character__poster {
    border-radius: 7.03125vw;
  }
  .character__text {
    padding: 5.20833333vw 0 0;
    font-size: 1.82291667vw;
  }
  .character__card {
    margin: 3.90625vw 0 0;
  }
  .character-price {
    margin-top: 1.953125vw;
  }
  .character-price__btn {
    margin-top: 3.90625vw;
  }
  .character-price__price {
    font-size: 6.25vw;
    line-height: 7.421875vw;
    margin-bottom: 0.52083333vw;
  }
  .character-price__additional {
    gap: 3.90625vw;
    font-size: 1.82291667vw;
  }
  .character-params {
    margin-bottom: 7.8125vw;
  }
  .character-params h5 {
    margin-bottom: 3.90625vw;
  }
  .character-params__list {
    gap: 5.20833333vw;
    flex-wrap: wrap;
  }
  .character-param__title {
    font-size: 1.82291667vw;
  }
  .character-param__content {
    gap: 1.5625vw;
    height: 6.51041667vw;
  }
  .character-param__pic {
    border-radius: 1.82291667vw;
    width: 6.51041667vw;
  }
  .character-param__count {
    width: 2.86458333vw;
    height: 2.86458333vw;
    font-size: 1.5625vw;
  }
  .character-param__icon {
    border-radius: 1.953125vw;
    width: 6.51041667vw;
  }
  .character-param__icons {
    gap: 0.78125vw;
  }
  .character-param__text {
    font-size: 1.82291667vw;
  }
  .character-param--fixed {
    width: 16.92708333vw;
  }
  .character-param--2 {
    gap: 1.30208333vw;
  }
  .character-param--big .character-param__content {
    height: 8.59375vw;
  }
  .character-param--big .character-param__pic {
    width: 8.59375vw;
  }
  .character-param--big .character-param__count {
    width: 3.90625vw;
    height: 3.90625vw;
    font-size: 1.82291667vw;
  }
  .range {
    font-size: 2.08333333vw;
  }
  .range__top {
    margin-bottom: 1.953125vw;
  }
  .range__minmax {
    margin-top: 0;
  }
  .top {
    margin-bottom: 5.20833333vw;
  }
  .items {
    gap: 9.11458333vw 0;
    margin-top: 6.51041667vw;
  }
  .items--2 {
    margin-top: 5.20833333vw;
  }
  .item__icon {
    width: 12.36979167vw;
    height: 12.36979167vw;
    box-shadow: 0 0.52083333vw 7.55208333vw rgba(29, 234, 238, 0.37), inset 0 0 2.86458333vw rgba(31, 197, 217, 0.62);
    margin-bottom: 2.60416667vw;
  }
  .item__icon img {
    width: 5.20833333vw;
  }
  .item__icon--transparent {
    box-shadow: inset 0 0 2.86458333vw rgba(31, 197, 217, 0.62);
    backdrop-filter: blur(2.86458333vw);
    -webkit-backdrop-filter: blur(2.86458333vw);
  }
  .item__content {
    width: 39.0625vw;
  }
  .item__title {
    font-size: 1.82291667vw;
    margin-bottom: 1.5625vw;
  }
  .item__text {
    font-size: 1.82291667vw;
  }
  .item--2 {
    gap: 3.25520833vw;
    align-items: flex-start;
    margin-top: 3.90625vw;
  }
  .item--2 .item__icon {
    width: 8.85416667vw;
    height: 8.85416667vw;
    margin: 0;
  }
  .item--2 .item__icon img {
    width: 4.55729167vw;
    height: auto;
  }
  .item--2 .item__content {
    width: 32.03125vw;
  }
  .item--2 .item__title {
    font-size: 4.16666667vw;
    line-height: 4.94791667vw;
    font-size: 2.34375vw;
    margin-bottom: 1.30208333vw;
  }
  .item--3 .item__icon img {
    width: 7.16145833vw;
    height: 7.16145833vw;
  }
  .item--3 .item__content {
    width: 39.0625vw;
  }
  .item--short .item__content {
    width: 32.03125vw;
  }
  .item--transparent {
    box-shadow: inset 0 0 2.86458333vw rgba(31, 197, 217, 0.62);
    backdrop-filter: blur(2.86458333vw);
    -webkit-backdrop-filter: blur(2.86458333vw);
  }
  .talents {
    margin-top: 3.90625vw;
    gap: 2.60416667vw 0;
  }
  .talent {
    width: 44.53125vw;
    padding: 3.90625vw 3.25520833vw;
    border-radius: 3.90625vw;
    margin-top: 0;
  }
  .talent__title {
    font-size: 4.16666667vw;
    line-height: 4.94791667vw;
    margin-bottom: 1.5625vw;
  }
  .talent__text {
    font-size: 1.82291667vw;
  }
  .slider--cards .swiper-slide {
    padding: 0 3.25520833vw;
  }
  .slider--cards .swiper-button-next,
  .slider--cards .swiper-button-prev {
    bottom: 5.20833333vw;
    width: 1.953125vw;
    height: 3.25520833vw;
    left: 7.8125vw;
  }
  .slider--cards .swiper-button-next,
  .slider--cards .swiper-rtl .swiper-button-prev {
    left: 18.22916667vw;
    right: auto;
  }
  .slider--news {
    margin: 5.20833333vw 0 5.20833333vw -50vw;
  }
  .slider--news .swiper-slide {
    width: auto;
    padding: 0 1.953125vw;
  }
  .slider--news .swiper-slide:first-child {
    padding-left: 3.25520833vw;
  }
  .slider--news .swiper-slide:last-child {
    padding-right: 3.25520833vw;
  }
  .slider-navigation {
    margin: 6.51041667vw auto 0;
    width: 27.99479167vw;
  }
  .title {
    font-size: 10.41666667vw;
    line-height: 12.5vw;
  }
  .title-sub {
    font-size: 1.82291667vw;
    margin-bottom: 3.90625vw;
  }
  .tablet-pl {
    padding-left: 4.55729167vw;
  }
  .slide {
    box-shadow: 0 3.64583333vw 31.11979167vw -10.02604167vw rgba(28, 144, 204, 0.44);
    border-radius: 2.60416667vw;
  }
  .slide__pic {
    height: 46.875vw;
  }
  .slide__content {
    padding: 3.90625vw 3.90625vw 13.02083333vw;
    min-height: 32.55208333vw;
  }
  .slide__title {
    font-size: 3.90625vw;
    line-height: 4.6875vw;
    margin-bottom: 3.90625vw;
  }
  .slide__text {
    width: 61.97916667vw;
    font-size: 1.82291667vw;
  }
  .faq-row {
    margin: 7.8125vw 0;
  }
  .faq-block {
    margin: 7.8125vw 0;
  }
  .faq-block__title {
    font-size: 4.16666667vw;
    line-height: 4.94791667vw;
    margin-bottom: 5.20833333vw;
  }
  .accordion-item {
    border-radius: 4.8vw;
    margin-bottom: 5.33333333vw;
  }
  .accordion-item:last-child {
    margin-bottom: 0;
  }
  .accordion-item__top {
    box-shadow: inset 0 0 1.82291667vw rgba(75, 129, 157, 0.25);
    backdrop-filter: blur(8.59375vw);
    -webkit-backdrop-filter: blur(8.59375vw);
    font-size: 4.16666667vw;
    line-height: 4.94791667vw;
    font-size: 2.34375vw;
    padding: 2.60416667vw 9.11458333vw 2.60416667vw 3.90625vw;
    border-radius: 2.34375vw;
  }
  .accordion-item__top:after {
    width: 3.125vw;
    height: 3.125vw;
    right: 4.55729167vw;
  }
  .accordion-item__content {
    border-radius: 0 0 2.34375vw 2.34375vw;
    padding: 3.90625vw 3.90625vw 5.20833333vw;
    font-size: 1.82291667vw;
  }
  .accordion-item.open .accordion-item__top {
    border-radius: 2.34375vw 2.34375vw 0 0;
  }
  .accordion-item.static {
    margin-bottom: 7.8125vw;
  }
  .accordion-item.static .accordion-item__top {
    border-radius: 2.34375vw 2.34375vw 0 0;
  }
  .mt--xs {
    margin-top: 2.60416667vw;
  }
  .mt--sm {
    margin-top: 3.90625vw;
  }
  .mt--md {
    margin-top: 5.20833333vw;
  }
  .mt--lg {
    margin-top: 6.51041667vw;
  }
  .mt--xl {
    margin-top: 7.8125vw;
  }
  .mt--t-xs {
    margin-top: 2.60416667vw;
  }
  .mt--t-sm {
    margin-top: 3.90625vw;
  }
  .mt--t-md {
    margin-top: 5.20833333vw;
  }
  .mt--t-lg {
    margin-top: 6.51041667vw;
  }
  .mt--t-xl {
    margin-top: 7.8125vw;
  }
  .mb--xs {
    margin-bottom: 2.60416667vw;
  }
  .mb--sm {
    margin-bottom: 3.90625vw;
  }
  .mb--md {
    margin-bottom: 5.20833333vw;
  }
  .mb--lg {
    margin-bottom: 6.51041667vw;
  }
  .mb--xl {
    margin-bottom: 7.8125vw;
  }
  .mb--t-xs {
    margin-bottom: 2.60416667vw;
  }
  .mb--t-sm {
    margin-bottom: 3.90625vw;
  }
  .mb--t-md {
    margin-bottom: 5.20833333vw;
  }
  .mb--t-lg {
    margin-bottom: 6.51041667vw;
  }
  .mb--t-xl {
    margin-bottom: 7.8125vw;
  }
  .pic--xs {
    width: 16.92708333vw;
  }
  .pic--sm {
    width: 26.04166667vw;
  }
  .pic--md {
    width: 35.15625vw;
  }
  .pic--lg {
    width: 44.27083333vw;
  }
  .pic--xl {
    width: 53.38541667vw;
  }
  .pic--t-margin {
    margin-left: 3.90625vw;
    margin-right: 3.90625vw;
  }
  .pic--t-xs {
    width: 16.92708333vw;
  }
  .pic--t-sm {
    width: 26.04166667vw;
  }
  .pic--t-md {
    width: 35.15625vw;
  }
  .pic--t-lg {
    width: 44.27083333vw;
  }
  .pic--t-xl {
    width: 53.38541667vw;
  }
  .popup {
    width: 60.67708333vw;
    border-radius: 1.953125vw;
    padding: 5.20833333vw 3.90625vw;
  }
  .popup--subscribe {
    height: 36.97916667vw;
  }
  .popup--subscribe .text {
    margin: 1.953125vw 0 2.60416667vw;
    width: 26.04166667vw;
  }
  .popup--subscribe .btns {
    margin-top: 0;
  }
  .popup--subscribe .form {
    margin: 2.60416667vw 0 3.90625vw;
    width: 32.55208333vw;
  }
  .popup > .carousel__button.is-close {
    top: 3.25520833vw;
    right: 3.25520833vw;
    width: 2.60416667vw;
    height: 2.60416667vw;
  }
  .article {
    border-radius: 3.90625vw;
    padding: 3.90625vw;
  }
  .article__top {
    gap: 3.90625vw;
    margin: -3.90625vw -3.90625vw 3.90625vw;
    padding: 3.90625vw 3.90625vw 2.60416667vw;
  }
  .article__text {
    font-size: 2.34375vw;
  }
  .article__text img {
    margin: 3.90625vw 0;
  }
  .article__info {
    gap: 2.60416667vw;
    font-size: 1.82291667vw;
  }
  .comics {
    padding: 3.90625vw 4.55729167vw;
  }
  .comics__title {
    font-size: 2.34375vw;
    margin-bottom: 1.5625vw;
  }
  .comics__text {
    font-size: 1.82291667vw;
  }
  .comics--main {
    width: 47.91666667vw;
    padding: 0;
    margin-bottom: -6.51041667vw;
  }
  .comics--main .comics__content {
    width: 44.53125vw;
    padding: 9.11458333vw 3.90625vw 3.90625vw;
    border-radius: 0 2.34375vw 0 0;
  }
  .comics--main .comics__text {
    margin-top: 1.5625vw;
  }
  .comics--2 {
    height: 39.0625vw;
    padding: 3.90625vw 4.55729167vw;
  }
  .comics--3 {
    padding: 3.90625vw 4.55729167vw;
  }
  .comics--4 {
    width: 52.08333333vw;
    height: auto;
    padding-top: 10.41666667vw;
  }
  .comics--5 {
    padding-top: 10.41666667vw;
  }
  .comics .skill {
    width: 6.51041667vw;
    height: 6.51041667vw;
  }
  .comics .skills {
    gap: 3.125vw;
    margin-top: 2.60416667vw;
  }
  .tabs {
    gap: 1.30208333vw;
    border-radius: 2.34375vw;
  }
  .tabs-content {
    padding-top: 6.51041667vw;
  }
  .tab {
    height: 6.51041667vw;
    border-radius: 2.34375vw;
    font-size: 1.82291667vw;
  }
  .hero__col {
    width: 61.19791667vw;
  }
  .hero__col--small {
    width: 44.53125vw;
  }
  .hero__stories {
    margin: 5.20833333vw 0 0;
  }
  .hero__story {
    margin-bottom: 1.953125vw;
  }
  .hero__story h5 {
    font-size: 2.34375vw;
  }
  .hero-params {
    margin: 3.90625vw 0 5.20833333vw;
  }
  .hero-param {
    gap: 3.90625vw;
    margin-bottom: 3.90625vw;
  }
  .hero-param:last-child {
    margin-bottom: 0;
  }
  .hero-param__title {
    font-size: 2.34375vw;
    margin-bottom: 2.08333333vw;
  }
  .hero-param__text {
    font-size: 1.82291667vw;
  }
  .hero-param--short .hero-param__content {
    width: 32.55208333vw;
  }
  .hero .text {
    font-size: 1.82291667vw;
  }
  .hero .pic {
    top: 7.16145833vw;
  }
  .build {
    width: 28.38541667vw;
    border-radius: 2.34375vw;
  }
  .build__top {
    font-size: 2.34375vw;
    padding: 0 3.90625vw;
    height: 8.46354167vw;
    border-radius: 2.34375vw 2.34375vw 0 0;
    box-shadow: inset 0 0 1.82291667vw rgba(75, 129, 157, 0.25);
  }
  .build__skills {
    padding: 3.90625vw;
    gap: 2.60416667vw;
  }
  .build-item {
    width: 4.16666667vw;
    height: 4.16666667vw;
    border: 0.26041667vw solid #FFFFFF;
    border-radius: 1.171875vw;
  }
  .build-item img,
  .build-item svg {
    width: 3.125vw;
  }
}
@media only screen and (max-width: 1199px) and (orientation: landscape) {
  body.one-page {
    padding-top: 0;
  }
  body.one-page .header {
    position: fixed;
    top: 2.60416667vw;
    left: 50%;
    transform: translateX(-50%);
  }
  body.one-page .wrapper {
    flex: auto;
    padding: 19.53125vw 0 13.02083333vw;
  }
}
/*md*/
@media only screen and (max-width: 767px) {
  .text-9 {
    font-size: 9px;
    line-height: 140%;
    letter-spacing: -0.04px;
  }
  .text-10 {
    font-size: 10px;
    line-height: 140%;
    letter-spacing: -0.04px;
  }
  .text-11 {
    font-size: 11px;
    line-height: 140%;
    letter-spacing: -0.04px;
  }
  .text-12 {
    font-size: 12px;
    line-height: 140%;
    letter-spacing: -0.04px;
  }
  .text-13 {
    font-size: 13px;
    line-height: 140%;
    letter-spacing: -0.04px;
  }
  .text-14 {
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.04px;
  }
  .text-16 {
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.04px;
  }
  .text-18 {
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -0.04px;
  }
  .text-22 {
    font-size: 22px;
    line-height: 140%;
    letter-spacing: -0.04px;
  }
  .text-24 {
    font-size: 24px;
    line-height: 140%;
    letter-spacing: -0.04px;
  }
  .d-link-16 {
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
  }
  .d-link-14 {
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 150%;
    text-transform: uppercase;
  }
  .d-link-12 {
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 150%;
    text-transform: uppercase;
  }
  body {
    font-size: 13px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 3.46666667vw;
  }
  body.open .menu {
    transform: translateY(0);
  }
  body.one-page {
    padding-top: 0;
  }
  body.one-page .header {
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
  }
  body.one-page .wrapper {
    flex: auto;
    padding: 180px 0 90px;
  }
  h1,
  .h1 {
    font-size: 64px;
    line-height: 75px;
  }
  h1.big,
  .h1.big {
    font-size: 80px;
    line-height: 96px;
  }
  h1.small,
  .h1.small {
    font-size: 64px;
    line-height: 75px;
  }
  h3,
  .h3 {
    font-size: 36px;
    line-height: 43px;
  }
  h3--m-big,
  .h3--m-big {
    font-size: 48px;
    line-height: 57px;
  }
  h5,
  .h5,
  .h5--m {
    font-size: 32px;
    line-height: 38px;
  }
  .header {
    top: 10px;
    padding: 19px 35px;
    gap: 16px;
    box-shadow: inset 0 0 14px rgba(75, 129, 157, 0.25);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 30px;
  }
  .header:before,
  .header:after {
    left: -5px;
    width: 9px;
    height: 9px;
    margin-top: -5px;
    box-shadow: 0 0 16px #6192AC;
  }
  .header:after {
    left: auto;
    right: -5px;
  }
  .header--2:not(.scroll) {
    top: 0;
    border-radius: 0;
    border-color: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .header--3.scroll {
    top: 0;
    border-radius: 0;
    border-color: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .btn {
    border-radius: 18px;
    height: 60px;
    padding: 0 32px;
    width: 100%;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 150%;
    text-transform: uppercase;
    font-size: 3.2vw;
  }
  .btn > span {
    gap: 12px;
  }
  .btn--small {
    height: 60px;
    border-radius: 18px;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 150%;
    text-transform: uppercase;
    font-size: 3.2vw;
  }
  .btn--fixed {
    min-width: 100%;
  }
  .btn--special {
    box-shadow: 0 23px 51px -14px rgba(45, 88, 230, 0.96), inset 0 2px 8px rgba(255, 255, 255, 0.35);
  }
  .btn--special:hover {
    box-shadow: 0 23px 51px -14px rgba(45, 88, 230, 0.96), inset 0 2px 8px rgba(255, 255, 255, 0.35);
  }
  .btn--special:active {
    box-shadow: 0 23px 51px -14px rgba(45, 88, 230, 0.96), inset 0 2px 8px rgba(255, 255, 255, 0.35);
  }
  .btn--square {
    border: 0;
    width: 50px;
    padding: 0;
    height: 50px;
  }
  .btn--square .icon {
    width: 14px;
    height: 14px;
  }
  .btn--brick {
    width: 60px;
    height: 60px;
    padding: 0;
    border-radius: 18px;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 150%;
    text-transform: uppercase;
    font-size: 3.73333333vw;
  }
  .logo {
    width: 130px;
    height: 26px;
  }
  .logo--mack {
    width: 106px;
    height: 38px;
  }
  .separator {
    height: 50px;
  }
  .icon {
    width: 24px;
    height: 24px;
  }
  .icon--sm {
    width: 20px;
    height: 20px;
  }
  .icon--md {
    width: 27px;
    height: 27px;
  }
  .icon--lg {
    width: 32px;
    height: 32px;
  }
  .icon--xl {
    width: 37px;
    height: 37px;
  }
  .icon--xxl {
    width: 40px;
    height: 40px;
  }
  .icon--extra {
    width: 68px;
    height: 68px;
  }
  .icon--t-sm {
    width: 20px;
    height: 20px;
  }
  .icon--t-md {
    width: 27px;
    height: 27px;
  }
  .icon--t-lg {
    width: 32px;
    height: 32px;
  }
  .icon--t-xl {
    width: 37px;
    height: 37px;
  }
  .icon--t-xxl {
    width: 40px;
    height: 40px;
  }
  .icon--t-extra {
    width: 68px;
    height: 68px;
  }
  .icon--m-sm {
    width: 20px;
    height: 20px;
  }
  .icon--m-md {
    width: 27px;
    height: 27px;
  }
  .icon--m-lg {
    width: 32px;
    height: 32px;
  }
  .icon--m-xl {
    width: 37px;
    height: 37px;
  }
  .icon--m-xxl {
    width: 40px;
    height: 40px;
  }
  .icon--m-extra {
    width: 68px;
    height: 68px;
  }
  .btns {
    gap: 20px;
    margin-top: 30px;
    flex-direction: column;
  }
  .menu--full {
    padding-top: 110px;
  }
  .menu--full .menu-item {
    padding: 20px 50px;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    font-size: 4.26666667vw;
  }
  .menu--full .menu-item--sub {
    padding-right: 0;
  }
  .menu--full .menu-item.open {
    padding-bottom: 0;
  }
  .menu--full .menu-item.open .menu-arrow {
    margin-bottom: 20px;
  }
  .menu--full .menu-item.open > span {
    margin-bottom: 20px;
  }
  .menu--full .menu-arrow {
    width: 8px;
    height: 8px;
    margin-left: 8px;
  }
  .menu--full .menu-sub {
    margin-left: -50px;
    box-shadow: inset 0 0 14px rgba(75, 129, 157, 0.25);
    font-size: 12px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 3.2vw;
  }
  .menu--full .menu-sub-item a {
    padding: 20px 50px;
  }
  .line span {
    width: 14px;
    height: 14px;
    box-shadow: 0 0 16px #6192AC;
  }
  .line div {
    top: -6px;
  }
  .line div:first-child {
    margin-left: -110px;
  }
  .line div:last-child {
    margin-left: 110px;
  }
  .footer__content {
    padding: 0 20px;
  }
  .footer__row {
    padding: 50px 0;
  }
  .footer__row--first {
    margin: 0 -20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer__row--second {
    padding-bottom: 30px;
    display: block;
  }
  .footer__row--second .subscribe {
    margin-top: 30px;
  }
  .footer__row--last {
    flex-direction: column-reverse;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 150%;
    text-transform: uppercase;
    font-size: 3.2vw;
    padding-bottom: 40px;
    padding-top: 0;
    gap: 20px;
  }
  .footer-menu {
    gap: 16px 30px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer--simple {
    padding: 0 15px;
  }
  .footer--simple .footer__row {
    padding: 0;
  }
  .footer--simple .footer__row--last {
    padding: 40px 0 30px;
    gap: 16px;
  }
  .connected {
    display: block;
    text-align: center;
  }
  .connected__title {
    font-size: 36px;
    line-height: 43px;
    font-size: 9.6vw;
    line-height: 11.46666667vw;
    margin: 0 0 30px;
  }
  .connected__title--m-big {
    font-size: 48px;
    line-height: 57px;
  }
  .connected__title--m-big {
    font-size: 12.8vw;
    line-height: 15.2vw;
  }
  .social {
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .social-item {
    width: 50px;
    height: 50px;
  }
  .social-item img,
  .social-item svg {
    width: 19px;
  }
  .social-item--sm {
    width: 50px;
    height: 50px;
  }
  .social-item--sm img,
  .social-item--sm svg {
    width: 19px;
  }
  .logos {
    gap: 40px;
    justify-content: center;
  }
  .subscribe {
    height: 50px;
    padding: 0 0 0 64px;
    width: 100%;
    background-size: 24px auto;
    background-position: left 24px center;
    border-radius: 18px;
  }
  .subscribe .btn {
    margin: -2px;
  }
  .subscribe input {
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 3.73333333vw;
  }
  .subscribe--simple {
    padding-left: 16px;
  }
  .section--promo {
    padding: 140px 20px 60px;
  }
  .section--promo .btns {
    margin-top: 250px;
  }
  .section--promo .heroes {
    top: 210px;
    width: 100%;
    height: 320px;
    background-image: url(../img/pic/heroes-m.png);
    background-size: auto 118%;
  }
  .section--promo h5 {
    font-size: 16px;
    line-height: 19px;
  }
  .section--about {
    padding: 50px 20px;
  }
  .section--champions {
    padding: 50px 0;
    height: auto;
    background-position: left -100px bottom -40px;
    background-size: 250% auto;
  }
  .section--champions .title {
    margin-bottom: 40px;
  }
  .section--champions .block {
    width: 100%;
  }
  .section--champions .content {
    padding: 0 20px;
    flex-direction: column-reverse;
  }
  .section--champions .champions {
    margin-top: 70px;
  }
  .section--earn {
    padding: 40px 0 150px;
    height: auto;
    background-position: left -500px bottom 100px;
    background-size: 300% auto;
  }
  .section--earn .title {
    margin-bottom: 40px;
  }
  .section--earn .block {
    width: 100%;
  }
  .section--earn .content {
    padding: 0 20px;
    flex-direction: column;
  }
  .section--earn .bishop {
    margin-top: 70px;
  }
  .section--roadmap {
    padding: 50px 20px 70px;
  }
  .section--news {
    padding: 50px 0;
  }
  .section--best {
    height: auto;
    padding: 50px 20px 35px;
    background-position: left -460px bottom -50px;
    background-size: 240% auto;
  }
  .section--best .title {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 20px;
  }
  .section--best .champions {
    position: relative;
    right: 0;
    bottom: auto;
    margin: 40px auto 0;
  }
  .section--best .text {
    width: 100%;
    margin-bottom: 30px;
  }
  .section--first {
    padding-top: 140px;
  }
  .section--pb {
    padding-bottom: 40px;
  }
  .section--pb-md {
    padding-bottom: 50px;
  }
  .section--pb-lg {
    padding-bottom: 60px;
  }
  .section--pb-t-0 {
    padding-bottom: 0;
  }
  .section--pt {
    padding-top: 40px;
  }
  .section--pt-md {
    padding-top: 50px;
  }
  .section--pt-lg {
    padding-top: 60px;
  }
  .section--pt-t-0 {
    padding-top: 0;
  }
  .section--similar {
    padding: 50px 0 60px;
  }
  .section--title {
    height: auto;
    padding-bottom: 30px;
    min-height: 0;
  }
  .section--title .pic {
    right: auto;
    bottom: auto;
    position: relative;
    margin: 30px auto 0;
    text-align: center;
    height: 240px;
  }
  .section--title .pic--right {
    right: auto;
  }
  .section--1 .pic {
    position: relative;
    top: auto;
    right: auto;
  }
  .section--flex .content {
    flex-direction: column;
  }
  .section--flex .content .pic {
    margin-top: 60px;
  }
  .section--flex.section--bg-left .content {
    flex-direction: column-reverse;
  }
  .section--bg-left:not(.section--bg-special) {
    background-image: url(../img/pic/pvp02.jpg);
    background-size: 300% auto;
    background-position: right 30% bottom -15%;
  }
  .section--bg-left:not(.section--bg-special).section--bg-left-center {
    background-position: right 30% bottom -15%;
  }
  .section--bg-left.section--bg-special {
    background-size: 300% auto;
    background-position: left 17% bottom -5%;
  }
  .section--bg-left.section--bg-special.section--bg-left-center {
    background-position: left 17% bottom -5%;
  }
  .section--bg-right {
    background-size: 300% auto;
    background-position: right 30% bottom -15%;
  }
  .section--bg-right-center {
    background-position: right 30% bottom -15%;
  }
  .section--big-pic-bottom {
    background-position: center bottom 100px;
  }
  .section--big-pic-bottom .pic {
    width: 335px;
  }
  .section--cols .block {
    display: block;
    margin-top: 40px;
    margin-bottom: 0;
  }
  .section--cols .block .text {
    width: 100%;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 3.73333333vw;
  }
  .section--cols.section--big-pic-bottom {
    background-position: center bottom 400px;
  }
  .section--cols.section--big-pic-bottom .pic {
    width: 335px;
    margin: 20px 0;
  }
  .section--error {
    background-position: center bottom 20%;
    background-size: 200% auto;
  }
  .section--error .text {
    width: 100%;
    margin: 20px auto 30px;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 3.73333333vw;
  }
  .section--error .pic {
    width: 335px;
    margin-top: 70px;
  }
  .section--error h1 {
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
  }
  .section--hover {
    height: 600px;
    margin-bottom: -400px;
    padding-top: 140px;
  }
  .section--hover:after {
    height: 400px;
  }
  .section--comics {
    padding-top: 92px;
  }
  .section--comics .breadcrumbs {
    top: 140px;
    position: absolute;
    left: 20px;
    z-index: 5;
  }
  .comics-list {
    height: 700px;
    display: block;
  }
  .content {
    padding: 0 20px;
  }
  .about-cards {
    display: block;
    margin-top: 40px;
  }
  .about-card {
    width: 100%;
    padding: 30px 20px;
    margin-bottom: 20px;
    height: 370px;
    border-radius: 15px;
  }
  .about-card--pvp {
    box-shadow: inset 0 2px 49px rgba(255, 255, 255, 0.35);
  }
  .about-card--pvp:after {
    right: 0;
    bottom: 4px;
  }
  .about-card--pve {
    box-shadow: inset 0 2px 49px rgba(255, 255, 255, 0.35);
  }
  .about-card--pve:after {
    right: 7px;
    bottom: 6px;
  }
  .about-card__pic {
    background-size: 150px auto;
  }
  .about-card__title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 16px;
  }
  .about-card__icon {
    top: 5px;
    transform: translateX(16px);
  }
  .about-card__icon .icon {
    width: 24px;
    height: 24px;
  }
  .about-card__text {
    font-size: 12px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 3.2vw;
  }
  .about-card__btn {
    margin-top: 20px;
  }
  .about-card:after {
    width: 140px;
    height: 140px;
  }
  .title {
    font-size: 60px;
    line-height: 72px;
  }
  .title--gradient span {
    padding: 0;
  }
  .title-sub {
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 30px;
  }
  .champions {
    width: 313px;
    height: 318px;
  }
  .champions .skill:nth-child(1) {
    left: -11px;
    top: 85px;
  }
  .champions .skill:nth-child(2) {
    left: -5px;
    top: 40px;
  }
  .champions .skill:nth-child(3) {
    left: 21px;
    top: 2px;
  }
  .champions .skill:nth-child(4) {
    left: 65px;
    top: -10px;
  }
  .champions .skill:nth-child(5) {
    left: 190px;
    top: 303px;
  }
  .champions .skill:nth-child(6) {
    left: 235px;
    top: 302px;
  }
  .champions .skill:nth-child(7) {
    left: 270px;
    top: 273px;
  }
  .champions .skill:nth-child(8) {
    left: 278px;
    top: 231px;
  }
  .champions--2 {
    width: 303px;
    height: 311px;
  }
  .skill {
    width: 32px;
    height: 32px;
    box-shadow: 0 4px 58px rgba(29, 234, 238, 0.37), inset 0 0 22px rgba(31, 197, 217, 0.62);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    font-size: 13px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 3.46666667vw;
  }
  .skill--small {
    width: 32px;
    height: 32px;
  }
  .bishop {
    width: 272px;
    height: 383px;
  }
  .with-card .card {
    top: 202px;
    left: 130px;
  }
  .card__content {
    width: 156px;
    height: 237px;
    box-shadow: inset 0 0 14px rgba(75, 129, 157, 0.25);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 16px 0 0 0;
  }
  .card__content:before,
  .card__content:after {
    box-shadow: 0 0 16px #6192AC;
    width: 9px;
    height: 9px;
    margin: -4px;
  }
  .card:before,
  .card:after {
    box-shadow: 0 0 16px #6192AC;
    width: 9px;
    height: 9px;
    margin: -4px;
  }
  .card__pic {
    width: 116px;
    height: 116px;
    border-radius: 15px;
  }
  .card__title {
    width: 132px;
    height: 38px;
    margin: -24px auto 10px;
    background: #4B819D;
    box-shadow: inset 0 0 14px rgba(75, 129, 157, 0.25);
    border-radius: 10px;
    font-size: 12px;
    line-height: 14px;
  }
  .card__text {
    width: 124px;
    font-size: 10px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 2.66666667vw;
  }
  .card .skill {
    width: 40px;
    height: 40px;
  }
  .roadmap {
    margin: 40px 0 50px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 60px;
    text-align: left;
  }
  .roadmap-item {
    border-radius: 15px;
    padding: 30px 20px 0;
    width: 218px;
    height: 276px;
  }
  .roadmap-item:after {
    width: 14px;
    height: 14px;
    right: -48px;
    box-shadow: 0 0 16px #6192AC;
  }
  .roadmap-item__title {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 24px;
  }
  .roadmap-item__text {
    font-size: 13px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 3.46666667vw;
  }
  .roadmap-item--1 {
    box-shadow: inset 0 0 14px rgba(75, 129, 157, 0.25);
  }
  .roadmap-item--2 {
    border: 1px solid rgba(105, 191, 236, 0.31);
    box-shadow: inset 0 0 14px rgba(75, 129, 157, 0.25);
  }
  .roadmap-item--3 {
    box-shadow: inset 0 0 14px rgba(75, 129, 157, 0.25);
  }
  .roadmap-item--4 {
    box-shadow: inset 0 0 14px rgba(75, 129, 157, 0.25);
  }
  .swiper.roadmap .swiper-slide {
    padding-left: 20px;
    padding-right: 70px;
  }
  .swiper.roadmap .swiper-slide:last-child {
    padding-right: 20px;
  }
  .news {
    display: block;
    margin: 30px 0 50px;
  }
  .news-item {
    padding: 6px 6px 20px;
    margin-bottom: 20px;
    box-shadow: inset 0 0 16px #243E4E;
    border-radius: 15px;
    width: 100%;
    height: auto;
  }
  .news-item__pic {
    height: 182px;
    border-radius: 15px;
    padding: 6px;
  }
  .news-item__pic-outer {
    border-radius: 15px;
  }
  .news-item__content {
    padding: 10px 5px 0;
  }
  .news-item__title {
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 3.73333333vw;
  }
  .news-item__date {
    font-size: 10px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 2.66666667vw;
    margin-top: 11px;
  }
  .news-item__text {
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 3.73333333vw;
    margin-top: 16px;
  }
  .news-item--long .news-item__pic {
    height: 182px;
  }
  .news-item--long .news-item__title {
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 150%;
    text-transform: uppercase;
    font-size: 3.73333333vw;
  }
  .news-item--long .news-item__content {
    padding: 12px 5px 10px;
  }
  .news-item--empty {
    display: none;
  }
  .tags {
    gap: 8px;
  }
  .tag {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 17px;
    border-radius: 30px;
  }
  .form {
    width: 90%;
  }
  .form .btn {
    width: 100%;
  }
  .form__row {
    margin-bottom: 30px;
  }
  .form__row--info {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 3.73333333vw;
  }
  .form__row--special {
    margin-top: -20px;
    margin-bottom: 20px;
    padding: 0 25px;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 3.2vw;
  }
  .form__text {
    margin-bottom: 35px;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 3.73333333vw;
  }
  .form-elem--icon .input {
    padding-right: 60px;
  }
  .form-elem__icon {
    right: 24px;
  }
  .form-elem.error {
    padding-bottom: 20px;
  }
  .form-elem__error {
    font-size: 12px;
    margin: -10px 0 0 25px;
  }
  .input {
    padding: 0 24px;
    height: 60px;
    border-radius: 18px;
    font-size: 13px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 3.46666667vw;
  }
  .input--tiny {
    height: 30px;
    border-radius: 8px;
    padding: 0 12px;
  }
  .tip {
    display: none;
  }
  .breadcrumbs {
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 3.73333333vw;
    gap: 10px;
    margin-bottom: 60px;
  }
  .breadcrumbs__delimiter {
    width: 8px;
    height: 6px;
  }
  .breadcrumbs--float {
    position: relative;
    top: auto;
    right: auto;
  }
  .breadcrumbs--float + * {
    margin-top: 0;
  }
  .text {
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 3.73333333vw;
    width: 100%;
  }
  .filter {
    width: 100%;
    box-shadow: inset 0 0 16px #243E4E;
  }
  .filter-block {
    margin-top: 60px;
    display: block;
  }
  .filter-block__line {
    gap: 15px;
    flex-wrap: nowrap;
    overflow: auto;
    padding: 0 20px;
    margin: 0 -20px 40px;
  }
  .filter-block-item {
    height: 60px;
    gap: 10px;
    padding: 0 16px;
    border-radius: 20px;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 150%;
    text-transform: uppercase;
    font-size: 3.73333333vw;
  }
  .filter-block-item img {
    width: 43px;
  }
  .filter-block-item.active,
  .filter-block-item:hover {
    border-width: 2px;
    padding: 0 15px;
  }
  .filter-block .tags {
    flex-wrap: nowrap;
  }
  .filter__section {
    padding: 20px 20px 30px;
  }
  .filter__section--first {
    padding-top: 40px;
  }
  .filter__section--btns {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .filter__section--btns .btn {
    margin-bottom: 15px;
  }
  .filter__title {
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    font-size: 4.26666667vw;
    margin-bottom: 20px;
  }
  .filter__name {
    font-size: 32px;
    line-height: 38px;
    font-size: 8.53333333vw;
    line-height: 10.13333333vw;
  }
  .filter__top {
    margin-bottom: 20px;
  }
  .filter__slider-controls {
    gap: 8px;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    font-size: 4.26666667vw;
  }
  .filter__slider-controls .input {
    width: 50px;
  }
  .products--list {
    gap: 30px;
  }
  .products-row {
    margin: 40px 0;
    flex-direction: column;
    gap: 30px;
    align-items: stretch;
  }
  .products__title {
    font-size: 32px;
    line-height: 38px;
    font-size: 8.53333333vw;
    line-height: 10.13333333vw;
  }
  .products__sort {
    width: 100%;
  }
  .product {
    width: 100%;
    height: 471px;
    border-radius: 30px;
    padding: 20px;
  }
  .product__top {
    gap: 16px;
  }
  .product__title {
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 4.8vw;
    margin-bottom: 6px;
  }
  .product__article {
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 3.73333333vw;
  }
  .product__pic {
    width: calc(100% + 5.333333333333333vw);
    height: 313px;
    padding: 35px;
    margin: 15px 0 20px -10px;
    box-shadow: inset 0 4px 30px rgba(0, 0, 0, 0.25);
    border-radius: 23px;
  }
  .product__pic--full {
    padding: 0;
  }
  .product__bottom {
    gap: 16px;
  }
  .product__price {
    padding-left: 0;
    font-size: 24px;
    line-height: 25px;
  }
  .product__type {
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 3.73333333vw;
  }
  .product__text {
    font-size: 12px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 3.2vw;
  }
  .product--empty {
    display: none!important;
  }
  .product--simple {
    padding: 0;
    border: 0;
    height: 373px;
    box-shadow: inset 0 0 16px #243E4E;
  }
  .product--simple .product__pic {
    width: 100%;
    height: 298px;
    margin: 0;
    border-radius: 15px 15px 0 0;
  }
  .product--simple .product__bottom {
    padding: 20px;
  }
  .product--simple .product__title {
    font-size: 24px;
    line-height: 29px;
    margin: 0;
  }
  .select2 {
    width: 100%!important;
  }
  .slider-range {
    height: 5px;
    border-radius: 18px;
  }
  .slider-range .ui-widget-header {
    border-radius: 18px;
  }
  .slider-range .ui-slider-handle {
    box-shadow: 0 23px 51px -14px rgba(45, 88, 230, 0.96), inset 0px 2px 8px rgba(255, 255, 255, 0.35);
    border-radius: 15px;
    width: 24px;
    height: 24px;
    top: -9px;
  }
  .slider-range-outer {
    padding: 10px 0;
  }
  .badges {
    gap: 15px 10px;
  }
  .badge {
    padding: 6px 13px;
    height: 32px;
    border-radius: 15px;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 3.73333333vw;
  }
  .elems {
    gap: 19px;
  }
  .elem__icon {
    border-radius: 15px;
    width: 50px;
    height: 50px;
  }
  .elem__title {
    margin-top: 5px;
    font-size: 9px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 2.4vw;
  }
  .elem--big .elem__icon {
    width: 66px;
    height: 66px;
  }
  .character {
    padding-bottom: 0;
  }
  .character__top {
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 3.73333333vw;
    gap: 12px;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .character__cols {
    display: block;
  }
  .character__left {
    width: 100%;
  }
  .character__right {
    padding-bottom: 1px;
  }
  .character__pic {
    width: 100%;
    height: 335px;
    box-shadow: inset 0 4px 121px rgba(0, 0, 0, 0.25);
    border-radius: 54px;
    padding: 35px;
  }
  .character__pic--video {
    padding: 0;
  }
  .character__pic-shadow {
    box-shadow: inset 0 4px 121px rgba(0, 0, 0, 0.25);
  }
  .character__text {
    padding: 60px 0 0;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 3.73333333vw;
  }
  .character__card {
    background: none;
    padding: 0;
    margin: 30px 0 0;
    border: none;
    box-shadow: none;
    border-radius: 0;
  }
  .character__poster {
    border-radius: 54px;
    margin: 40px 0;
  }
  .character-price {
    margin-top: 25px;
    text-align: center;
    display: block;
  }
  .character-price__btn {
    margin-top: 30px;
  }
  .character-price__price {
    margin-bottom: 4px;
  }
  .character-price__additional {
    gap: 30px;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 3.73333333vw;
  }
  .character-params {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .character-params h5 {
    margin-bottom: 30px;
  }
  .character-params__list {
    gap: 40px;
  }
  .character-param {
    gap: 12px;
  }
  .character-param__title {
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 150%;
    text-transform: uppercase;
    font-size: 3.73333333vw;
  }
  .character-param__content {
    gap: 12px;
    height: 50px;
  }
  .character-param__pic {
    border-radius: 14px;
    width: 50px;
  }
  .character-param__count {
    width: 22px;
    height: 22px;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 3.2vw;
  }
  .character-param__icon {
    border-radius: 15px;
    width: 50px;
  }
  .character-param__icons {
    gap: 6px;
  }
  .character-param__text {
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 150%;
    text-transform: uppercase;
    font-size: 3.73333333vw;
  }
  .character-param--fixed {
    width: 130px;
  }
  .character-param--2 {
    gap: 10px;
  }
  .character-param--big .character-param__content {
    height: 66px;
  }
  .character-param--big .character-param__pic {
    width: 66px;
  }
  .character-param--big .character-param__count {
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 3.73333333vw;
  }
  .slider--news {
    margin: 40px 0 10px;
    width: 100%;
    left: auto;
  }
  .slider--news .swiper-wrapper {
    display: block;
  }
  .slider--news .swiper-slide {
    padding: 0;
    margin-bottom: 30px;
  }
  .slider--news .swiper-slide:first-child,
  .slider--news .swiper-slide:last-child {
    padding: 0;
  }
  .slider--cards .swiper-slide {
    padding: 0 20px;
  }
  .slider--cards .swiper-button-next,
  .slider--cards .swiper-button-prev {
    bottom: 40px;
    width: 15px;
    height: 25px;
    left: 40px;
  }
  .slider--cards .swiper-button-next,
  .slider--cards .swiper-rtl .swiper-button-prev {
    left: 120px;
    right: auto;
  }
  .top {
    margin-bottom: 40px;
  }
  .items {
    gap: 30px 0;
    margin-top: 40px;
  }
  .items--2 {
    margin-top: 40px;
  }
  .item__icon {
    width: 95px;
    height: 95px;
    box-shadow: 0 4px 58px rgba(29, 234, 238, 0.37), inset 0 0 22px rgba(31, 197, 217, 0.62);
    margin-bottom: 20px;
  }
  .item__icon img {
    width: 40px;
  }
  .item__icon--transparent {
    box-shadow: inset 0 0 22px rgba(31, 197, 217, 0.62);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
  }
  .item__content {
    width: 160px;
  }
  .item__title {
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 150%;
    text-transform: uppercase;
    font-size: 3.73333333vw;
    margin-bottom: 12px;
  }
  .item__text {
    font-size: 11px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 2.93333333vw;
  }
  .item--2 {
    gap: 20px;
    margin-top: 30px;
  }
  .item--2 .item__icon {
    width: 68px;
    height: 68px;
    margin: 0;
  }
  .item--2 .item__icon img {
    width: 30px;
    height: auto;
  }
  .item--2 .item__content {
    width: auto;
    flex: 1;
  }
  .item--2 .item__title {
    font-size: 32px;
    line-height: 38px;
    font-size: 8.53333333vw;
    line-height: 10.13333333vw;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 4.8vw;
    margin-bottom: 10px;
  }
  .item--3 .item__icon img {
    width: 55px;
    height: 55px;
    object-fit: contain;
  }
  .item--3 .item__content {
    width: 160px;
  }
  .item--short .item__content {
    width: 246px;
  }
  .item--transparent {
    box-shadow: inset 0 0 22px rgba(31, 197, 217, 0.62);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
  }
  .talents {
    margin-top: 20px;
    gap: 30px 0;
  }
  .talent {
    width: 100%;
    padding: 30px 20px;
    border-radius: 30px;
  }
  .talent__title {
    font-size: 32px;
    line-height: 38px;
    font-size: 8.53333333vw;
    line-height: 10.13333333vw;
    margin-bottom: 12px;
  }
  .talent__text {
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 3.73333333vw;
  }
  .pic--xs {
    width: 130px;
  }
  .pic--sm {
    width: 200px;
  }
  .pic--md {
    width: 270px;
  }
  .pic--lg {
    width: 340px;
  }
  .pic--xl {
    width: 410px;
  }
  .pic--t-margin {
    margin-left: 30px;
    margin-right: 30px;
  }
  .pic--t-xs {
    width: 130px;
  }
  .pic--t-sm {
    width: 200px;
  }
  .pic--t-md {
    width: 270px;
  }
  .pic--t-lg {
    width: 340px;
  }
  .pic--t-xl {
    width: 410px;
  }
  .pic--m-margin {
    margin-left: 30px;
    margin-right: 30px;
  }
  .pic--m-xs {
    width: 130px;
  }
  .pic--m-sm {
    width: 200px;
  }
  .pic--m-md {
    width: 270px;
  }
  .pic--m-lg {
    width: 340px;
  }
  .pic--m-xl {
    width: 410px;
  }
  .with-card {
    padding-bottom: 60px;
  }
  .slide {
    box-shadow: 0 28px 239px -77px rgba(28, 144, 204, 0.44);
    border-radius: 15px;
  }
  .slide__pic {
    height: 235px;
  }
  .slide__content {
    position: relative;
    padding: 20px 20px 100px;
    min-height: 260px;
  }
  .slide__title {
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 4.8vw;
    margin-bottom: 16px;
  }
  .slide__text {
    width: 100%;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 3.73333333vw;
  }
  .slide--2 .slide__content {
    border-radius: 0;
  }
  .faq-row {
    margin: 40px 0;
    flex-direction: column;
    gap: 40px;
  }
  .faq-block {
    margin: 60px 0;
  }
  .faq-block__title {
    font-size: 32px;
    line-height: 38px;
    font-size: 8.53333333vw;
    line-height: 10.13333333vw;
    margin-bottom: 40px;
  }
  .accordion-item {
    border-radius: 18px;
    margin-bottom: 30px;
  }
  .accordion-item:last-child {
    margin-bottom: 0;
  }
  .accordion-item__top {
    box-shadow: inset 0 0 14px rgba(75, 129, 157, 0.25);
    font-size: 32px;
    line-height: 38px;
    font-size: 8.53333333vw;
    line-height: 10.13333333vw;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 4.8vw;
    padding: 20px 50px 20px 20px;
    border-radius: 18px;
  }
  .accordion-item__top:after {
    width: 24px;
    height: 24px;
    right: 35px;
  }
  .accordion-item__content {
    border-radius: 0 0 18px 18px;
    padding: 20px 15px 30px;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 3.73333333vw;
  }
  .accordion-item.open .accordion-item__top {
    border-radius: 18px 18px 0 0;
  }
  .accordion-item.static {
    margin-bottom: 60px;
  }
  .accordion-item.static .accordion-item__top {
    border-radius: 18px 18px 0 0;
  }
  .fancybox__slide {
    padding: 0;
  }
  .popup {
    width: 100%;
    border-radius: 0;
    padding: 100px 20px 60px;
    background-size: auto 70%;
    background-position: bottom right 5%;
  }
  .popup--subscribe {
    display: block;
    height: auto;
  }
  .popup--subscribe .text {
    margin: 20px 0 30px;
    width: 100%;
  }
  .popup--subscribe .btns {
    margin-top: 0;
  }
  .popup--subscribe .form {
    margin: 20px 0 30px;
    width: 100%;
  }
  .popup--subscribe .pic {
    margin-left: auto;
    margin-right: auto;
    margin-top: 45px;
  }
  .popup > .carousel__button.is-close {
    top: 40px;
    right: 20px;
    width: 24px;
    height: 24px;
  }
  .article {
    border-radius: 18px;
    padding: 20px 15px;
  }
  .article__top {
    gap: 10px;
    margin: -20px -15px 20px;
    padding: 20px 15px 20px;
  }
  .article__header {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 30px;
  }
  .article__text {
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 3.73333333vw;
  }
  .article__text img {
    margin: 20px 0;
  }
  .article__info {
    gap: 20px;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 3.73333333vw;
  }
  .comics {
    padding: 20px 30px;
    display: none;
    width: 100%;
    height: 100%;
  }
  .comics.active {
    display: flex;
  }
  .comics__content {
    position: relative;
    background: #15242D;
    border: 1px solid rgba(105, 191, 236, 0.31);
    border-radius: 18px;
    width: 100%;
    padding: 70px 20px 30px;
  }
  .comics__title {
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 4.8vw;
    margin-bottom: 12px;
  }
  .comics__text {
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 3.73333333vw;
    opacity: 0.5;
  }
  .comics--main .comics__content {
    border-radius: 18px;
    width: 100%;
    padding: 70px 20px 30px;
  }
  .comics .skills {
    gap: 24px;
    margin-top: 20px;
  }
  .comics .skill {
    width: 50px;
    height: 50px;
  }
  .comics .skill--float {
    transform: translate(0, -50%);
  }
  .comics .skill--big {
    width: 70px;
    height: 70px;
  }
  .tabs {
    gap: 10px 0;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 18px;
  }
  .tabs-content {
    padding-top: 40px;
  }
  .tab {
    height: 60px;
    flex: none;
    width: 160px;
    border-radius: 18px;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 150%;
    text-transform: uppercase;
    font-size: 3.73333333vw;
  }
  .hero {
    display: block;
  }
  .hero__col {
    width: 100%;
  }
  .hero__col--small {
    width: 100%;
  }
  .hero__stories {
    margin: 40px 0 0;
  }
  .hero__story {
    margin-bottom: 15px;
  }
  .hero__story h5 {
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 4.8vw;
  }
  .hero-params {
    margin: 40px 0 50px;
  }
  .hero-param {
    gap: 30px;
    margin-bottom: 30px;
  }
  .hero-param:last-child {
    margin-bottom: 0;
  }
  .hero-param__title {
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 4.8vw;
    margin-bottom: 16px;
  }
  .hero-param__text {
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 3.73333333vw;
  }
  .hero-param--short .hero-param__content {
    flex: 1;
    width: auto;
  }
  .hero .text {
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 3.73333333vw;
  }
  .hero .pic {
    position: relative;
    top: auto;
    right: auto;
  }
  .builds {
    overflow-x: auto;
    gap: 30px;
    width: 100vw;
    margin-left: -20px;
    padding: 0 20px;
  }
  .build {
    width: 218px;
    border-radius: 18px;
  }
  .build__top {
    width: 218px;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 4.8vw;
    padding: 0 30px;
    height: 65px;
    border-radius: 18px 18px 0 0;
    box-shadow: inset 0 0 14px rgba(75, 129, 157, 0.25);
  }
  .build__skills {
    padding: 30px;
    gap: 20px;
  }
  .build-item {
    width: 32px;
    height: 32px;
    border: 2px solid #FFFFFF;
    border-radius: 9px;
  }
  .build-item img,
  .build-item svg {
    width: 24px;
  }
  .table {
    border-radius: 18px;
    display: block;
  }
  .table__head {
    display: none;
  }
  .table__top {
    padding: 20px 15px;
    box-shadow: inset 0 0 14px rgba(75, 129, 157, 0.25);
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 4.8vw;
  }
  .table__content {
    padding-bottom: 20px;
  }
  .table__row {
    padding: 10px 0;
    display: block;
    border-top: 1px solid rgba(75, 129, 157, 0.3);
  }
  .table__row > div {
    border-top: 0;
    padding: 10px 15px;
    display: flex;
    gap: 16px;
  }
  .table__row > div:first-child {
    padding-left: 15px;
  }
  .table__row > div:last-child {
    padding-right: 15px;
  }
  .table__row > div > div:first-child {
    display: block;
    width: 145px;
  }
  .table__row > div > div:last-child {
    flex: 1;
  }
  .table__head > div {
    font-size: 12px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 3.2vw;
  }
  .table .character-param__pic {
    width: 32px;
    height: 32px;
    border-radius: 8px;
  }
  .table .character-param__text {
    font-size: 12px;
    line-height: 140%;
    letter-spacing: -0.04px;
    font-size: 3.2vw;
  }
  .bold {
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 150%;
    text-transform: uppercase;
    font-size: 3.73333333vw;
  }
  .tablet-pl {
    padding-left: 0;
  }
  .mt--xs {
    margin-top: 20px;
  }
  .mt--sm {
    margin-top: 30px;
  }
  .mt--md {
    margin-top: 40px;
  }
  .mt--lg {
    margin-top: 50px;
  }
  .mt--xl {
    margin-top: 60px;
  }
  .mt--t-xs {
    margin-top: 20px;
  }
  .mt--t-sm {
    margin-top: 30px;
  }
  .mt--t-md {
    margin-top: 40px;
  }
  .mt--t-lg {
    margin-top: 50px;
  }
  .mt--t-xl {
    margin-top: 60px;
  }
  .mt--m-xs {
    margin-top: 20px;
  }
  .mt--m-sm {
    margin-top: 30px;
  }
  .mt--m-md {
    margin-top: 40px;
  }
  .mt--m-lg {
    margin-top: 50px;
  }
  .mt--m-xl {
    margin-top: 60px;
  }
  .mb--xs {
    margin-bottom: 20px;
  }
  .mb--sm {
    margin-bottom: 30px;
  }
  .mb--md {
    margin-bottom: 40px;
  }
  .mb--lg {
    margin-bottom: 50px;
  }
  .mb--xl {
    margin-bottom: 60px;
  }
  .mb--t-xs {
    margin-bottom: 20px;
  }
  .mb--t-sm {
    margin-bottom: 30px;
  }
  .mb--t-md {
    margin-bottom: 40px;
  }
  .mb--t-lg {
    margin-bottom: 50px;
  }
  .mb--t-xl {
    margin-bottom: 60px;
  }
  .mb--m-xs {
    margin-bottom: 20px;
  }
  .mb--m-sm {
    margin-bottom: 30px;
  }
  .mb--m-md {
    margin-bottom: 40px;
  }
  .mb--m-lg {
    margin-bottom: 50px;
  }
  .mb--m-xl {
    margin-bottom: 60px;
  }
  .text-9 {
    font-size: 2.4vw;
  }
  .text-10 {
    font-size: 2.66666667vw;
  }
  .text-11 {
    font-size: 2.93333333vw;
  }
  .text-12 {
    font-size: 3.2vw;
  }
  .text-13 {
    font-size: 3.46666667vw;
  }
  .text-14 {
    font-size: 3.73333333vw;
  }
  .text-16 {
    font-size: 4.26666667vw;
  }
  .text-18 {
    font-size: 4.8vw;
  }
  .text-22 {
    font-size: 5.86666667vw;
  }
  .text-24 {
    font-size: 6.4vw;
  }
  .d-link-16 {
    font-size: 4.26666667vw;
  }
  .d-link-14 {
    font-size: 3.73333333vw;
  }
  .d-link-12 {
    font-size: 3.2vw;
  }
  body {
    font-size: 3.46666667vw;
  }
  body.one-page .header {
    top: 2.66666667vw;
  }
  body.one-page .wrapper {
    padding: 48vw 0 24vw;
  }
  h1,
  .h1 {
    font-size: 17.06666667vw;
    line-height: 20vw;
  }
  h1.big,
  .h1.big {
    font-size: 21.33333333vw;
    line-height: 25.6vw;
  }
  h1.small,
  .h1.small {
    font-size: 17.06666667vw;
    line-height: 20vw;
  }
  h3,
  .h3 {
    font-size: 9.6vw;
    line-height: 11.46666667vw;
  }
  h3--m-big,
  .h3--m-big {
    font-size: 12.8vw;
    line-height: 15.2vw;
  }
  h5,
  .h5,
  .h5--m {
    font-size: 8.53333333vw;
    line-height: 10.13333333vw;
  }
  .header {
    top: 2.66666667vw;
    padding: 5.06666667vw 9.33333333vw;
    gap: 4.26666667vw;
    box-shadow: inset 0 0 3.73333333vw rgba(75, 129, 157, 0.25);
    backdrop-filter: blur(2.66666667vw);
    -webkit-backdrop-filter: blur(2.66666667vw);
    border-radius: 8vw;
  }
  .header:before,
  .header:after {
    left: -1.33333333vw;
    width: 2.4vw;
    height: 2.4vw;
    margin-top: -1.33333333vw;
    box-shadow: 0 0 4.26666667vw #6192AC;
  }
  .header:after {
    left: auto;
    right: -1.33333333vw;
  }
  .btn {
    border-radius: 4.8vw;
    height: 16vw;
    padding: 0 8.53333333vw;
    font-size: 3.2vw;
  }
  .btn > span {
    gap: 3.2vw;
  }
  .btn--small {
    height: 16vw;
    border-radius: 4.8vw;
    font-size: 3.2vw;
  }
  .btn--special {
    box-shadow: 0 6.13333333vw 13.6vw -3.73333333vw rgba(45, 88, 230, 0.96), inset 0 0.53333333vw 2.13333333vw rgba(255, 255, 255, 0.35);
  }
  .btn--special:hover {
    box-shadow: 0 6.13333333vw 13.6vw -3.73333333vw rgba(45, 88, 230, 0.96), inset 0 0.53333333vw 2.13333333vw rgba(255, 255, 255, 0.35);
  }
  .btn--special:active {
    box-shadow: 0 6.13333333vw 13.6vw -3.73333333vw rgba(45, 88, 230, 0.96), inset 0 0.53333333vw 2.13333333vw rgba(255, 255, 255, 0.35);
  }
  .btn--square {
    border: 0;
    width: 13.33333333vw;
    padding: 0;
    height: 13.33333333vw;
  }
  .btn--square .icon {
    width: 3.73333333vw;
    height: 3.73333333vw;
  }
  .btn--brick {
    width: 16vw;
    height: 16vw;
    padding: 0;
    border-radius: 4.8vw;
    font-size: 3.73333333vw;
  }
  .logo {
    width: 34.66666667vw;
    height: 6.93333333vw;
  }
  .logo--mack {
    width: 28.26666667vw;
    height: 10.13333333vw;
  }
  .separator {
    height: 13.33333333vw;
  }
  .icon {
    width: 6.4vw;
    height: 6.4vw;
  }
  .icon--sm {
    width: 5.33333333vw;
    height: 5.33333333vw;
  }
  .icon--md {
    width: 7.2vw;
    height: 7.2vw;
  }
  .icon--lg {
    width: 8.53333333vw;
    height: 8.53333333vw;
  }
  .icon--xl {
    width: 9.86666667vw;
    height: 9.86666667vw;
  }
  .icon--xxl {
    width: 10.66666667vw;
    height: 10.66666667vw;
  }
  .icon--extra {
    width: 18.13333333vw;
    height: 18.13333333vw;
  }
  .icon--t-sm {
    width: 5.33333333vw;
    height: 5.33333333vw;
  }
  .icon--t-md {
    width: 7.2vw;
    height: 7.2vw;
  }
  .icon--t-lg {
    width: 8.53333333vw;
    height: 8.53333333vw;
  }
  .icon--t-xl {
    width: 9.86666667vw;
    height: 9.86666667vw;
  }
  .icon--t-xxl {
    width: 10.66666667vw;
    height: 10.66666667vw;
  }
  .icon--t-extra {
    width: 18.13333333vw;
    height: 18.13333333vw;
  }
  .icon--m-sm {
    width: 5.33333333vw;
    height: 5.33333333vw;
  }
  .icon--m-md {
    width: 7.2vw;
    height: 7.2vw;
  }
  .icon--m-lg {
    width: 8.53333333vw;
    height: 8.53333333vw;
  }
  .icon--m-xl {
    width: 9.86666667vw;
    height: 9.86666667vw;
  }
  .icon--m-xxl {
    width: 10.66666667vw;
    height: 10.66666667vw;
  }
  .icon--m-extra {
    width: 18.13333333vw;
    height: 18.13333333vw;
  }
  .btns {
    gap: 5.33333333vw;
    margin-top: 8vw;
  }
  .menu--full {
    padding-top: 29.33333333vw;
  }
  .menu--full .menu-item {
    padding: 5.33333333vw 13.33333333vw;
    font-size: 4.26666667vw;
  }
  .menu--full .menu-item--sub {
    padding-right: 0;
  }
  .menu--full .menu-item.open {
    padding-bottom: 0;
  }
  .menu--full .menu-item.open .menu-arrow {
    margin-bottom: 5.33333333vw;
  }
  .menu--full .menu-item.open > span {
    margin-bottom: 5.33333333vw;
  }
  .menu--full .menu-arrow {
    width: 2.13333333vw;
    height: 2.13333333vw;
    margin-left: 2.13333333vw;
  }
  .menu--full .menu-sub {
    margin-left: -13.33333333vw;
    box-shadow: inset 0 0 3.73333333vw rgba(75, 129, 157, 0.25);
    font-size: 3.2vw;
  }
  .menu--full .menu-sub-item a {
    padding: 5.33333333vw 13.33333333vw;
  }
  .line span {
    width: 3.73333333vw;
    height: 3.73333333vw;
    box-shadow: 0 0 4.26666667vw #6192AC;
  }
  .line div {
    top: -1.6vw;
  }
  .line div:first-child {
    margin-left: -29.33333333vw;
  }
  .line div:last-child {
    margin-left: 29.33333333vw;
  }
  .footer__content {
    padding: 0 5.33333333vw;
  }
  .footer__row {
    padding: 13.33333333vw 0;
  }
  .footer__row--first {
    margin: 0 -5.33333333vw;
    padding-right: 5.33333333vw;
    padding-left: 5.33333333vw;
  }
  .footer__row--second {
    padding-bottom: 8vw;
  }
  .footer__row--second .subscribe {
    margin-top: 8vw;
  }
  .footer__row--last {
    font-size: 3.2vw;
    padding-bottom: 10.66666667vw;
    padding-top: 0;
    gap: 5.33333333vw;
  }
  .footer-menu {
    gap: 4.26666667vw 8vw;
  }
  .footer--simple .footer__row {
    padding: 0;
  }
  .footer--simple .footer__row--last {
    padding: 10.66666667vw 0 8vw;
    gap: 8vw;
  }
  .connected__title {
    font-size: 9.6vw;
    line-height: 11.46666667vw;
    margin: 0 0 8vw;
  }
  .connected__title--m-big {
    font-size: 12.8vw;
    line-height: 15.2vw;
  }
  .social {
    gap: 8vw;
  }
  .social-item {
    width: 13.33333333vw;
    height: 13.33333333vw;
  }
  .social-item img,
  .social-item svg {
    width: 5.06666667vw;
  }
  .social-item--sm {
    width: 13.33333333vw;
    height: 13.33333333vw;
  }
  .social-item--sm img,
  .social-item--sm svg {
    width: 5.06666667vw;
  }
  .logos {
    gap: 10.66666667vw;
  }
  .subscribe {
    height: 13.33333333vw;
    padding: 0 0 0 17.06666667vw;
    width: 100%;
    background-size: 6.4vw auto;
    background-position: left 6.4vw center;
    border-radius: 4.8vw;
  }
  .subscribe input {
    font-size: 3.73333333vw;
  }
  .subscribe--simple {
    padding-left: 4.26666667vw;
  }
  .section--promo {
    padding: 37.33333333vw 5.33333333vw 16vw;
  }
  .section--promo .btns {
    margin-top: 66.66666667vw;
  }
  .section--promo .heroes {
    top: 56vw;
    height: 85.33333333vw;
  }
  .section--promo h5 {
    font-size: 4.26666667vw;
    line-height: 5.06666667vw;
  }
  .section--about {
    padding: 13.33333333vw 5.33333333vw;
  }
  .section--champions {
    padding: 13.33333333vw 0;
    background-position: left -26.66666667vw bottom -10.66666667vw;
  }
  .section--champions .title {
    margin-bottom: 10.66666667vw;
  }
  .section--champions .content {
    padding: 0 5.33333333vw;
  }
  .section--champions .champions {
    margin-top: 18.66666667vw;
  }
  .section--earn {
    padding: 10.66666667vw 0 40vw;
    background-position: left -133.33333333vw bottom 26.66666667vw;
  }
  .section--earn .title {
    margin-bottom: 10.66666667vw;
  }
  .section--earn .content {
    padding: 0 5.33333333vw;
  }
  .section--earn .bishop {
    margin-top: 18.66666667vw;
  }
  .section--roadmap {
    padding: 13.33333333vw 5.33333333vw 18.66666667vw;
  }
  .section--news {
    padding: 13.33333333vw 0;
  }
  .section--best {
    padding: 13.33333333vw 5.33333333vw 9.33333333vw;
    background-position: left -122.66666667vw bottom -13.33333333vw;
  }
  .section--best .title {
    font-size: 13.33333333vw;
    line-height: 16vw;
    margin-bottom: 5.33333333vw;
  }
  .section--best .champions {
    margin: 10.66666667vw auto 0;
  }
  .section--best .text {
    margin-bottom: 8vw;
  }
  .section--first {
    padding-top: 37.33333333vw;
  }
  .section--pb {
    padding-bottom: 10.66666667vw;
  }
  .section--pb-md {
    padding-bottom: 13.33333333vw;
  }
  .section--pb-lg {
    padding-bottom: 16vw;
  }
  .section--pb-t-0 {
    padding-bottom: 0;
  }
  .section--pt {
    padding-top: 10.66666667vw;
  }
  .section--pt-md {
    padding-top: 13.33333333vw;
  }
  .section--pt-lg {
    padding-top: 16vw;
  }
  .section--pt-t-0 {
    padding-top: 0;
  }
  .section--similar {
    padding: 13.33333333vw 0 16vw;
  }
  .section--flex .content .pic {
    margin-top: 16vw;
  }
  .section--big-pic-bottom {
    background-position: center bottom 26.66666667vw;
  }
  .section--big-pic-bottom .pic {
    width: 89.33333333vw;
  }
  .section--cols .block {
    margin-top: 10.66666667vw;
    margin-bottom: 0;
  }
  .section--cols .block .text {
    font-size: 3.73333333vw;
  }
  .section--cols.section--big-pic-bottom {
    background-position: center bottom 106.66666667vw;
  }
  .section--cols.section--big-pic-bottom .pic {
    width: 89.33333333vw;
    margin: 5.33333333vw 0;
  }
  .section--error .text {
    margin: 5.33333333vw auto 8vw;
    font-size: 3.73333333vw;
  }
  .section--error .pic {
    width: 89.33333333vw;
    margin-top: 18.66666667vw;
  }
  .section--hover {
    height: 160vw;
    margin-bottom: -106.66666667vw;
    padding-top: 37.33333333vw;
  }
  .section--hover:after {
    height: 106.66666667vw;
  }
  .section--comics {
    padding-top: 24.53333333vw;
  }
  .section--comics .breadcrumbs {
    top: 37.33333333vw;
    left: 5.33333333vw;
  }
  .section--title .pic {
    margin: 8vw auto 0;
    height: 64vw;
  }
  .comics-list {
    height: 186.66666667vw;
  }
  .content {
    padding: 0 5.33333333vw;
  }
  .about-cards {
    margin-top: 10.66666667vw;
  }
  .about-card {
    padding: 8vw 5.33333333vw;
    margin-bottom: 5.33333333vw;
    height: 98.66666667vw;
    border-radius: 4vw;
  }
  .about-card--pvp {
    box-shadow: inset 0 0.53333333vw 13.06666667vw rgba(255, 255, 255, 0.35);
  }
  .about-card--pvp:after {
    right: 0;
    bottom: 1.06666667vw;
  }
  .about-card--pve {
    box-shadow: inset 0 0.53333333vw 13.06666667vw rgba(255, 255, 255, 0.35);
  }
  .about-card--pve:after {
    right: 1.86666667vw;
    bottom: 1.6vw;
  }
  .about-card__pic {
    background-size: 40vw auto;
  }
  .about-card__title {
    font-size: 8vw;
    line-height: 9.6vw;
    margin-bottom: 4.26666667vw;
  }
  .about-card__icon {
    top: 1.33333333vw;
    transform: translateX(4.26666667vw);
  }
  .about-card__icon .icon {
    width: 6.4vw;
    height: 6.4vw;
  }
  .about-card__text {
    font-size: 3.2vw;
  }
  .about-card__btn {
    margin-top: 5.33333333vw;
  }
  .about-card:after {
    width: 37.33333333vw;
    height: 37.33333333vw;
  }
  .title {
    font-size: 16vw;
    line-height: 19.2vw;
  }
  .champions {
    width: 83.46666667vw;
    height: 84.8vw;
  }
  .champions .skill:nth-child(1) {
    left: -2.93333333vw;
    top: 22.66666667vw;
  }
  .champions .skill:nth-child(2) {
    left: -1.33333333vw;
    top: 10.66666667vw;
  }
  .champions .skill:nth-child(3) {
    left: 5.6vw;
    top: 0.53333333vw;
  }
  .champions .skill:nth-child(4) {
    left: 17.33333333vw;
    top: -2.66666667vw;
  }
  .champions .skill:nth-child(5) {
    left: 50.66666667vw;
    top: 80.8vw;
  }
  .champions .skill:nth-child(6) {
    left: 62.66666667vw;
    top: 80.53333333vw;
  }
  .champions .skill:nth-child(7) {
    left: 72vw;
    top: 72.8vw;
  }
  .champions .skill:nth-child(8) {
    left: 74.13333333vw;
    top: 61.6vw;
  }
  .champions--2 {
    width: 80.8vw;
    height: 82.93333333vw;
  }
  .skill {
    width: 8.53333333vw;
    height: 8.53333333vw;
    box-shadow: 0 1.06666667vw 15.46666667vw rgba(29, 234, 238, 0.37), inset 0 0 5.86666667vw rgba(31, 197, 217, 0.62);
    backdrop-filter: blur(5.86666667vw);
    -webkit-backdrop-filter: blur(5.86666667vw);
    font-size: 3.46666667vw;
  }
  .skill--small {
    width: 8.53333333vw;
    height: 8.53333333vw;
  }
  .bishop {
    width: 72.53333333vw;
    height: 102.13333333vw;
  }
  .with-card .card {
    top: 53.86666667vw;
    left: 34.66666667vw;
  }
  .card__content {
    width: 41.6vw;
    height: 63.2vw;
    box-shadow: inset 0 0 3.73333333vw rgba(75, 129, 157, 0.25);
    backdrop-filter: blur(2.66666667vw);
    -webkit-backdrop-filter: blur(2.66666667vw);
    border-radius: 4vw;
    padding: 4.26666667vw 0 0 0;
  }
  .card__content:before,
  .card__content:after {
    box-shadow: 0 0 4.26666667vw #6192AC;
    width: 2.4vw;
    height: 2.4vw;
    margin: -1.06666667vw;
  }
  .card:before,
  .card:after {
    box-shadow: 0 0 4.26666667vw #6192AC;
    width: 2.4vw;
    height: 2.4vw;
    margin: -1.06666667vw;
  }
  .card__pic {
    width: 30.93333333vw;
    height: 30.93333333vw;
    border-radius: 4vw;
  }
  .card__title {
    width: 35.2vw;
    height: 10.13333333vw;
    margin: -6.4vw auto 2.66666667vw;
    box-shadow: inset 0 0 3.73333333vw rgba(75, 129, 157, 0.25);
    border-radius: 2.66666667vw;
    font-size: 3.2vw;
    line-height: 3.73333333vw;
  }
  .card__text {
    width: 33.06666667vw;
    font-size: 2.66666667vw;
  }
  .card .skill {
    width: 10.66666667vw;
    height: 10.66666667vw;
  }
  .roadmap {
    margin: 10.66666667vw 0 13.33333333vw;
    gap: 16vw;
  }
  .roadmap-item {
    border-radius: 4vw;
    padding: 8vw 5.33333333vw 0;
    width: 58.13333333vw;
    height: 73.6vw;
  }
  .roadmap-item:after {
    width: 3.73333333vw;
    height: 3.73333333vw;
    right: -12.8vw;
    box-shadow: 0 0 4.26666667vw #6192AC;
  }
  .roadmap-item__title {
    margin-bottom: 5.33333333vw;
    font-size: 5.33333333vw;
    line-height: 6.4vw;
  }
  .roadmap-item__text {
    font-size: 3.46666667vw;
  }
  .roadmap-item--1 {
    box-shadow: inset 0 0 3.73333333vw rgba(75, 129, 157, 0.25);
  }
  .roadmap-item--2 {
    box-shadow: inset 0 0 3.73333333vw rgba(75, 129, 157, 0.25);
  }
  .roadmap-item--3 {
    box-shadow: inset 0 0 3.73333333vw rgba(75, 129, 157, 0.25);
  }
  .roadmap-item--4 {
    box-shadow: inset 0 0 3.73333333vw rgba(75, 129, 157, 0.25);
  }
  .swiper.roadmap .swiper-slide {
    padding-left: 5.33333333vw;
    padding-right: 18.66666667vw;
  }
  .swiper.roadmap .swiper-slide:last-child {
    padding-right: 5.33333333vw;
  }
  .news {
    margin: 8vw 0 13.33333333vw;
  }
  .news-item {
    padding: 1.6vw 1.6vw 5.33333333vw;
    margin-bottom: 5.33333333vw;
    box-shadow: inset 0 0 4.26666667vw #243E4E;
    border-radius: 4vw;
  }
  .news-item__pic {
    height: 48.53333333vw;
    border-radius: 4vw;
    padding: 1.6vw;
  }
  .news-item__pic-outer {
    border-radius: 4vw;
  }
  .news-item__content {
    padding: 2.66666667vw 1.33333333vw 0;
  }
  .news-item__title {
    font-size: 3.73333333vw;
  }
  .news-item__date {
    font-size: 2.66666667vw;
    margin-top: 2.93333333vw;
  }
  .news-item__text {
    font-size: 3.73333333vw;
    margin-top: 4.26666667vw;
  }
  .news-item--long .news-item__pic {
    height: 48.53333333vw;
  }
  .news-item--long .news-item__title {
    font-size: 3.73333333vw;
  }
  .news-item--long .news-item__content {
    padding: 3.2vw 1.33333333vw 2.66666667vw;
  }
  .tags {
    gap: 2.13333333vw;
  }
  .tag {
    padding: 1.6vw 3.2vw;
    font-size: 3.73333333vw;
    line-height: 4.53333333vw;
    border-radius: 8vw;
  }
  .form__row {
    margin-bottom: 8vw;
  }
  .form__row--info {
    margin-bottom: 4vw;
    font-size: 3.73333333vw;
  }
  .form__row--special {
    margin-top: -5.33333333vw;
    margin-bottom: 5.33333333vw;
    padding: 0 6.66666667vw;
    font-size: 3.2vw;
  }
  .form__text {
    margin-bottom: 9.33333333vw;
    font-size: 3.73333333vw;
  }
  .form-elem--icon .input {
    padding-right: 16vw;
  }
  .form-elem__icon {
    right: 6.4vw;
  }
  .form-elem.error {
    padding-bottom: 5.33333333vw;
  }
  .form-elem__error {
    font-size: 3.2vw;
    margin: -2.66666667vw 0 0 6.66666667vw;
  }
  .input {
    padding: 0 6.4vw;
    height: 16vw;
    border-radius: 4.8vw;
    font-size: 3.46666667vw;
  }
  .input--tiny {
    height: 8vw;
    border-radius: 2.13333333vw;
    padding: 0 3.2vw;
  }
  .text {
    font-size: 3.46666667vw;
  }
  .breadcrumbs {
    font-size: 3.73333333vw;
    gap: 2.66666667vw;
    margin-bottom: 16vw;
  }
  .breadcrumbs__delimiter {
    width: 2.13333333vw;
    height: 1.6vw;
  }
  .breadcrumbs--float + * {
    margin-top: 0;
  }
  .text {
    font-size: 3.73333333vw;
  }
  .filter {
    box-shadow: inset 0 0 4.26666667vw #243E4E;
  }
  .filter-block {
    margin-top: 16vw;
  }
  .filter-block__line {
    gap: 4vw;
    padding: 0 5.33333333vw;
    margin: 0 -5.33333333vw 10.66666667vw;
  }
  .filter-block-item {
    height: 16vw;
    gap: 2.66666667vw;
    padding: 0 4.26666667vw;
    border-radius: 5.33333333vw;
    font-size: 3.73333333vw;
  }
  .filter-block-item img {
    width: 11.46666667vw;
  }
  .filter-block-item.active,
  .filter-block-item:hover {
    border-width: 0.53333333vw;
    padding: 0 4vw;
  }
  .filter__section {
    padding: 5.33333333vw 5.33333333vw 8vw;
  }
  .filter__section--first {
    padding-top: 10.66666667vw;
  }
  .filter__section--btns {
    padding-top: 8vw;
    padding-bottom: 0;
  }
  .filter__section--btns .btn {
    margin-bottom: 4vw;
  }
  .filter__title {
    font-size: 4.26666667vw;
    margin-bottom: 5.33333333vw;
  }
  .filter__name {
    font-size: 8.53333333vw;
    line-height: 10.13333333vw;
  }
  .filter__top {
    margin-bottom: 5.33333333vw;
  }
  .filter__slider-controls {
    gap: 2.13333333vw;
    font-size: 4.26666667vw;
  }
  .filter__slider-controls .input {
    width: 13.33333333vw;
  }
  .product {
    height: 125.6vw;
    border-radius: 8vw;
    padding: 5.33333333vw;
  }
  .product__top {
    gap: 4.26666667vw;
  }
  .product__title {
    font-size: 4.8vw;
    margin-bottom: 1.6vw;
  }
  .product__article {
    font-size: 3.73333333vw;
  }
  .product__pic {
    height: 83.46666667vw;
    padding: 9.33333333vw;
    margin: 4vw 0 5.33333333vw -2.66666667vw;
    box-shadow: inset 0 1.06666667vw 8vw rgba(0, 0, 0, 0.25);
    border-radius: 6.13333333vw;
  }
  .product__pic--full {
    padding: 0;
  }
  .product__bottom {
    gap: 4.26666667vw;
  }
  .product__price {
    padding-left: 0;
    font-size: 6.4vw;
    line-height: 6.66666667vw;
  }
  .product__type {
    font-size: 3.73333333vw;
  }
  .product__text {
    font-size: 3.2vw;
  }
  .product--simple {
    padding: 0;
    border: 0;
    height: 99.46666667vw;
    box-shadow: inset 0 0 4.26666667vw #243E4E;
  }
  .product--simple .product__pic {
    width: 100%;
    height: 79.46666667vw;
    margin: 0;
    border-radius: 4vw 4vw 0 0;
  }
  .product--simple .product__bottom {
    padding: 5.33333333vw;
  }
  .product--simple .product__title {
    font-size: 6.4vw;
    line-height: 7.73333333vw;
    margin: 0;
  }
  .badges {
    gap: 4vw 2.66666667vw;
  }
  .badge {
    padding: 1.6vw 3.46666667vw;
    height: 8.53333333vw;
    border-radius: 4vw;
    font-size: 3.73333333vw;
  }
  .slider-range {
    height: 1.33333333vw;
    border-radius: 4.8vw;
  }
  .slider-range .ui-widget-header {
    border-radius: 4.8vw;
  }
  .slider-range .ui-slider-handle {
    box-shadow: 0 6.13333333vw 13.6vw -3.73333333vw rgba(45, 88, 230, 0.96), inset 0vw 0.53333333vw 2.13333333vw rgba(255, 255, 255, 0.35);
    border-radius: 4vw;
    width: 6.4vw;
    height: 6.4vw;
    top: -2.4vw;
  }
  .slider-range-outer {
    padding: 2.66666667vw 0;
  }
  .elems {
    gap: 5.06666667vw;
  }
  .elem__icon {
    border-radius: 4vw;
    width: 13.33333333vw;
    height: 13.33333333vw;
  }
  .elem__title {
    margin-top: 1.33333333vw;
    font-size: 2.4vw;
  }
  .elem--big .elem__icon {
    width: 17.6vw;
    height: 17.6vw;
  }
  .character {
    padding-bottom: 0;
  }
  .character__top {
    font-size: 3.73333333vw;
    gap: 3.2vw;
    justify-content: space-between;
    margin-bottom: 8vw;
  }
  .character__cols {
    display: block;
  }
  .character__left {
    width: 100%;
  }
  .character__pic {
    width: 100%;
    height: 89.33333333vw;
    box-shadow: inset 0 1.06666667vw 32.26666667vw rgba(0, 0, 0, 0.25);
    border-radius: 14.4vw;
    padding: 9.33333333vw;
  }
  .character__pic--video {
    padding: 0;
  }
  .character__pic-shadow {
    box-shadow: inset 0 1.06666667vw 32.26666667vw rgba(0, 0, 0, 0.25);
  }
  .character__text {
    padding: 16vw 0 0;
    font-size: 3.73333333vw;
  }
  .character__card {
    background: none;
    padding: 0;
    margin: 8vw 0 0;
    border: none;
    box-shadow: none;
    border-radius: 0;
  }
  .character__poster {
    border-radius: 14.4vw;
    margin: 10.66666667vw 0;
  }
  .character-price {
    margin-top: 6.66666667vw;
    text-align: center;
    display: block;
  }
  .character-price__btn {
    margin-top: 8vw;
  }
  .character-price__price {
    margin-bottom: 1.06666667vw;
  }
  .character-price__additional {
    gap: 8vw;
    font-size: 3.73333333vw;
  }
  .character-params {
    margin-top: 10.66666667vw;
    margin-bottom: 10.66666667vw;
  }
  .character-params h5 {
    margin-bottom: 8vw;
  }
  .character-params__list {
    gap: 10.66666667vw;
  }
  .character-param {
    gap: 3.2vw;
  }
  .character-param__title {
    font-size: 3.73333333vw;
  }
  .character-param__content {
    gap: 3.2vw;
    height: 13.33333333vw;
  }
  .character-param__pic {
    border-radius: 3.73333333vw;
    width: 13.33333333vw;
  }
  .character-param__count {
    width: 5.86666667vw;
    height: 5.86666667vw;
    font-size: 3.2vw;
  }
  .character-param__icon {
    border-radius: 4vw;
    width: 13.33333333vw;
  }
  .character-param__icons {
    gap: 1.6vw;
  }
  .character-param__text {
    font-size: 3.73333333vw;
  }
  .character-param--fixed {
    width: 34.66666667vw;
  }
  .character-param--2 {
    gap: 2.66666667vw;
  }
  .character-param--big .character-param__content {
    height: 17.6vw;
  }
  .character-param--big .character-param__pic {
    width: 17.6vw;
  }
  .character-param--big .character-param__count {
    width: 8vw;
    height: 8vw;
    font-size: 3.73333333vw;
  }
  .slider--news {
    margin: 10.66666667vw 0 2.66666667vw;
  }
  .slider--news .swiper-slide {
    margin-bottom: 8vw;
  }
  .slider--cards .swiper-slide {
    padding: 0 5.33333333vw;
  }
  .slider--cards .swiper-button-next,
  .slider--cards .swiper-button-prev {
    bottom: 10.66666667vw;
    width: 4vw;
    height: 6.66666667vw;
    left: 10.66666667vw;
  }
  .slider--cards .swiper-button-next,
  .slider--cards .swiper-rtl .swiper-button-prev {
    left: 32vw;
    right: auto;
  }
  .items {
    gap: 8vw 0;
    margin-top: 10.66666667vw;
  }
  .items--2 {
    margin-top: 10.66666667vw;
  }
  .item__icon {
    width: 25.33333333vw;
    height: 25.33333333vw;
    box-shadow: 0 1.06666667vw 15.46666667vw rgba(29, 234, 238, 0.37), inset 0 0 5.86666667vw rgba(31, 197, 217, 0.62);
    margin-bottom: 5.33333333vw;
  }
  .item__icon img {
    width: 10.66666667vw;
  }
  .item__icon--transparent {
    box-shadow: inset 0 0 5.86666667vw rgba(31, 197, 217, 0.62);
    backdrop-filter: blur(5.86666667vw);
    -webkit-backdrop-filter: blur(5.86666667vw);
  }
  .item__content {
    width: 42.66666667vw;
  }
  .item__title {
    font-size: 3.73333333vw;
    margin-bottom: 3.2vw;
  }
  .item__text {
    font-size: 2.93333333vw;
  }
  .item--2 {
    gap: 5.33333333vw;
    margin-top: 8vw;
  }
  .item--2 .item__icon {
    width: 18.13333333vw;
    height: 18.13333333vw;
    margin: 0;
  }
  .item--2 .item__icon img {
    width: 8vw;
    height: auto;
  }
  .item--2 .item__content {
    width: auto;
    flex: 1;
  }
  .item--2 .item__title {
    font-size: 8.53333333vw;
    line-height: 10.13333333vw;
    font-size: 4.8vw;
    margin-bottom: 2.66666667vw;
  }
  .item--3 .item__icon img {
    width: 14.66666667vw;
    height: 14.66666667vw;
    object-fit: contain;
  }
  .item--3 .item__content {
    width: 42.66666667vw;
  }
  .item--short .item__content {
    width: 65.6vw;
  }
  .item--transparent {
    box-shadow: inset 0 0 5.86666667vw rgba(31, 197, 217, 0.62);
    backdrop-filter: blur(5.86666667vw);
    -webkit-backdrop-filter: blur(5.86666667vw);
  }
  .talents {
    margin-top: 5.33333333vw;
    gap: 8vw 0;
  }
  .talent {
    padding: 8vw 5.33333333vw;
    border-radius: 8vw;
  }
  .talent__title {
    font-size: 8.53333333vw;
    line-height: 10.13333333vw;
    margin-bottom: 3.2vw;
  }
  .talent__text {
    font-size: 3.73333333vw;
  }
  .pic--xs {
    width: 34.66666667vw;
  }
  .pic--sm {
    width: 53.33333333vw;
  }
  .pic--md {
    width: 72vw;
  }
  .pic--lg {
    width: 90.66666667vw;
  }
  .pic--xl {
    width: 109.33333333vw;
  }
  .pic--t-margin {
    margin-left: 8vw;
    margin-right: 8vw;
  }
  .pic--t-xs {
    width: 34.66666667vw;
  }
  .pic--t-sm {
    width: 53.33333333vw;
  }
  .pic--t-md {
    width: 72vw;
  }
  .pic--t-lg {
    width: 90.66666667vw;
  }
  .pic--t-xl {
    width: 109.33333333vw;
  }
  .pic--m-margin {
    margin-left: 8vw;
    margin-right: 8vw;
  }
  .pic--m-xs {
    width: 34.66666667vw;
  }
  .pic--m-sm {
    width: 53.33333333vw;
  }
  .pic--m-md {
    width: 72vw;
  }
  .pic--m-lg {
    width: 90.66666667vw;
  }
  .pic--m-xl {
    width: 109.33333333vw;
  }
  .with-card {
    padding-bottom: 16vw;
  }
  .slide {
    box-shadow: 0 7.46666667vw 63.73333333vw -20.53333333vw rgba(28, 144, 204, 0.44);
    border-radius: 4vw;
  }
  .slide__pic {
    height: 62.66666667vw;
  }
  .slide__content {
    padding: 5.33333333vw 5.33333333vw 26.66666667vw;
    min-height: 69.33333333vw;
  }
  .slide__title {
    font-size: 4.8vw;
    margin-bottom: 4.26666667vw;
  }
  .slide__text {
    width: 100%;
    font-size: 3.73333333vw;
  }
  .slide--2 .slide__content {
    border-radius: 0;
  }
  .faq-row {
    margin: 10.66666667vw 0;
    gap: 10.66666667vw;
  }
  .faq-block {
    margin: 16vw 0;
  }
  .faq-block__title {
    font-size: 8.53333333vw;
    line-height: 10.13333333vw;
    margin-bottom: 10.66666667vw;
  }
  .accordion-item {
    border-radius: 4.8vw;
    margin-bottom: 8vw;
  }
  .accordion-item:last-child {
    margin-bottom: 0;
  }
  .accordion-item__top {
    box-shadow: inset 0 0 3.73333333vw rgba(75, 129, 157, 0.25);
    font-size: 8.53333333vw;
    line-height: 10.13333333vw;
    font-size: 4.8vw;
    padding: 5.33333333vw 13.33333333vw 5.33333333vw 5.33333333vw;
    border-radius: 4.8vw;
  }
  .accordion-item__top:after {
    width: 6.4vw;
    height: 6.4vw;
    right: 9.33333333vw;
  }
  .accordion-item__content {
    border-radius: 0 0 4.8vw 4.8vw;
    padding: 5.33333333vw 4vw 8vw;
    font-size: 3.73333333vw;
  }
  .accordion-item.open .accordion-item__top {
    border-radius: 4.8vw 4.8vw 0 0;
  }
  .accordion-item.static {
    margin-bottom: 16vw;
  }
  .accordion-item.static .accordion-item__top {
    border-radius: 4.8vw 4.8vw 0 0;
  }
  .popup {
    border-radius: 0;
    padding: 26.66666667vw 5.33333333vw 16vw;
  }
  .popup--subscribe .text {
    margin: 5.33333333vw 0 8vw;
  }
  .popup--subscribe .btns {
    margin-top: 0;
  }
  .popup--subscribe .form {
    margin: 5.33333333vw 0 8vw;
  }
  .popup--subscribe .pic {
    margin-top: 12vw;
  }
  .popup > .carousel__button.is-close {
    top: 10.66666667vw;
    right: 5.33333333vw;
    width: 6.4vw;
    height: 6.4vw;
  }
  .article {
    border-radius: 4.8vw;
    padding: 5.33333333vw 4vw;
  }
  .article__top {
    gap: 2.66666667vw;
    margin: -5.33333333vw -4vw 5.33333333vw;
    padding: 5.33333333vw 4vw 5.33333333vw;
  }
  .article__header {
    gap: 8vw;
  }
  .article__text {
    font-size: 3.73333333vw;
  }
  .article__text img {
    margin: 5.33333333vw 0;
  }
  .article__info {
    gap: 5.33333333vw;
    font-size: 3.73333333vw;
  }
  .comics {
    padding: 5.33333333vw 8vw;
  }
  .comics.active {
    display: flex;
  }
  .comics__content {
    position: relative;
    background: #15242D;
    border: 0.26666667vw solid rgba(105, 191, 236, 0.31);
    border-radius: 4.8vw;
    width: 100%;
    padding: 18.66666667vw 5.33333333vw 8vw;
  }
  .comics__title {
    font-size: 4.8vw;
    margin-bottom: 3.2vw;
  }
  .comics__text {
    font-size: 3.73333333vw;
    opacity: 0.5;
  }
  .comics--main .comics__content {
    border-radius: 4.8vw;
    width: 100%;
    padding: 18.66666667vw 5.33333333vw 8vw;
  }
  .comics .skills {
    gap: 6.4vw;
    margin-top: 5.33333333vw;
  }
  .comics .skill {
    width: 13.33333333vw;
    height: 13.33333333vw;
  }
  .comics .skill--float {
    transform: translate(0, -50%);
  }
  .comics .skill--big {
    width: 18.66666667vw;
    height: 18.66666667vw;
  }
  .tabs {
    gap: 2.66666667vw 0;
    border-radius: 4.8vw;
  }
  .tabs-content {
    padding-top: 10.66666667vw;
  }
  .tab {
    height: 16vw;
    width: 42.66666667vw;
    border-radius: 4.8vw;
    font-size: 3.73333333vw;
  }
  .hero__stories {
    margin: 10.66666667vw 0 0;
  }
  .hero__story {
    margin-bottom: 4vw;
  }
  .hero__story h5 {
    font-size: 4.8vw;
  }
  .hero-params {
    margin: 10.66666667vw 0 13.33333333vw;
  }
  .hero-param {
    gap: 8vw;
    margin-bottom: 8vw;
  }
  .hero-param:last-child {
    margin-bottom: 0;
  }
  .hero-param__title {
    font-size: 4.8vw;
    margin-bottom: 4.26666667vw;
  }
  .hero-param__text {
    font-size: 3.73333333vw;
  }
  .hero-param--short .hero-param__content {
    flex: 1;
    width: auto;
  }
  .hero .text {
    font-size: 3.73333333vw;
  }
  .builds {
    gap: 8vw;
    margin-left: -5.33333333vw;
    padding: 0 5.33333333vw;
  }
  .build {
    width: 58.13333333vw;
    border-radius: 4.8vw;
  }
  .build__top {
    width: 58.13333333vw;
    font-size: 4.8vw;
    padding: 0 8vw;
    height: 17.33333333vw;
    border-radius: 4.8vw 4.8vw 0 0;
    box-shadow: inset 0 0 3.73333333vw rgba(75, 129, 157, 0.25);
  }
  .build__skills {
    padding: 8vw;
    gap: 5.33333333vw;
  }
  .build-item {
    width: 8.53333333vw;
    height: 8.53333333vw;
    border-radius: 2.4vw;
  }
  .build-item img,
  .build-item svg {
    width: 6.4vw;
  }
  .bold {
    font-size: 3.73333333vw;
  }
  .mt--xs {
    margin-top: 5.33333333vw;
  }
  .mt--sm {
    margin-top: 8vw;
  }
  .mt--md {
    margin-top: 10.66666667vw;
  }
  .mt--lg {
    margin-top: 13.33333333vw;
  }
  .mt--xl {
    margin-top: 16vw;
  }
  .mt--t-xs {
    margin-top: 5.33333333vw;
  }
  .mt--t-sm {
    margin-top: 8vw;
  }
  .mt--t-md {
    margin-top: 10.66666667vw;
  }
  .mt--t-lg {
    margin-top: 13.33333333vw;
  }
  .mt--t-xl {
    margin-top: 16vw;
  }
  .mt--m-xs {
    margin-top: 5.33333333vw;
  }
  .mt--m-sm {
    margin-top: 8vw;
  }
  .mt--m-md {
    margin-top: 10.66666667vw;
  }
  .mt--m-lg {
    margin-top: 13.33333333vw;
  }
  .mt--m-xl {
    margin-top: 16vw;
  }
  .mb--xs {
    margin-bottom: 5.33333333vw;
  }
  .mb--sm {
    margin-bottom: 8vw;
  }
  .mb--md {
    margin-bottom: 10.66666667vw;
  }
  .mb--lg {
    margin-bottom: 13.33333333vw;
  }
  .mb--xl {
    margin-bottom: 16vw;
  }
  .mb--t-xs {
    margin-bottom: 5.33333333vw;
  }
  .mb--t-sm {
    margin-bottom: 8vw;
  }
  .mb--t-md {
    margin-bottom: 10.66666667vw;
  }
  .mb--t-lg {
    margin-bottom: 13.33333333vw;
  }
  .mb--t-xl {
    margin-bottom: 16vw;
  }
  .mb--m-xs {
    margin-bottom: 5.33333333vw;
  }
  .mb--m-sm {
    margin-bottom: 8vw;
  }
  .mb--m-md {
    margin-bottom: 10.66666667vw;
  }
  .mb--m-lg {
    margin-bottom: 13.33333333vw;
  }
  .mb--m-xl {
    margin-bottom: 16vw;
  }
}
/*# sourceMappingURL=style.css.map */