@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy/Gilroy-Regular.eot");
  src: local("Gilroy Regular"), local("Gilroy-Regular"), url("../fonts/gilroy/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/gilroy/Gilroy-Regular.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-Regular.woff") format("woff"), url("../fonts/gilroy/Gilroy-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy/Gilroy-Bold.eot");
  src: local("Gilroy Bold"), local("Gilroy-Bold"), url("../fonts/gilroy/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/gilroy/Gilroy-Bold.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-Bold.woff") format("woff"), url("../fonts/gilroy/Gilroy-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy/Gilroy-Black.eot");
  src: local("Gilroy Black"), local("Gilroy-Black"), url("../fonts/gilroy/Gilroy-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/gilroy/Gilroy-Black.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-Black.woff") format("woff"), url("../fonts/gilroy/Gilroy-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy/Gilroy-Semibold.eot");
  src: local("Gilroy Semibold"), local("Gilroy-Semibold"), url("../fonts/gilroy/Gilroy-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/gilroy/Gilroy-Semibold.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-Semibold.woff") format("woff"), url("../fonts/gilroy/Gilroy-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy/Gilroy-Medium.eot");
  src: local("Gilroy Medium"), local("Gilroy-Medium"), url("../fonts/gilroy/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/gilroy/Gilroy-Medium.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-Medium.woff") format("woff"), url("../fonts/gilroy/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy/Gilroy-Extrabold.eot");
  src: local("Gilroy Extrabold"), local("Gilroy-Extrabold"), url("../fonts/gilroy/Gilroy-Extrabold.eot?#iefix") format("embedded-opentype"), url("../fonts/gilroy/Gilroy-Extrabold.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-Extrabold.woff") format("woff"), url("../fonts/gilroy/Gilroy-Extrabold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
/*@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy/Gilroy-Heavy.eot");
  src: local("Gilroy Heavy"), local("Gilroy-Heavy"), url("../fonts/gilroy/Gilroy-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/gilroy/Gilroy-Heavy.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-Heavy.woff") format("woff"), url("../fonts/gilroy/Gilroy-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}*/
@font-face {
  font-family: "icons";
  src: url("../fonts/icons/icons.eot?f7k4w6");
  src: url("../fonts/icons/icons.eot?f7k4w6#iefix") format("embedded-opentype"), url("../fonts/icons/icons.ttf?f7k4w6") format("truetype"), url("../fonts/icons/icons.woff?f7k4w6") format("woff"), url("../fonts/icons/icons.svg?f7k4w6#icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class*=_icon-]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class*=_icon-]:before {
  display: block;
}

._icon-arrow-right:before {
  content: "\e900";
}

._icon-discord:before {
  content: "\e901";
}

._icon-forum:before {
  content: "\e902";
}

._icon-home:before {
  content: "\e903";
}

._icon-news:before {
  content: "\e904";
}

._icon-promo-video:before {
  content: "\e905";
}

._icon-studia-dz:before {
  content: "\e906";
}

._icon-tiktok:before {
  content: "\e907";
}

._icon-wallet:before {
  content: "\e908";
}

._icon-youtube:before {
  content: "\e909";
}

._icon-alendar:before {
  content: "\e90a";
}

:root {
  --ff-main: "Gilroy";
  --fs-main: rem(16);
  --color-main: #fff;
  --clr-yellow: #fed500;
  --clr-black: #0d0d0d;
  --clr-grey: #666;
}

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

* {
  margin: 0;
  padding: 0;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
  font-weight: inherit;
  font-size: inherit;
}

ol,
ul {
  list-style: none;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  color: var(--color-main);
  line-height: 1.2;
  font-family: var(--ff-main);
  font-size: var(--fs-main);
  text-rendering: optimizeLegibility;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-family: var(--ff-main);
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.wrapper > main {
  flex: 1 1 auto;
}

[class*=__container] {
  max-width: 90.375rem;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

html.lock-scroll,
body.lock-scroll {
  overflow: hidden;
}

.title {
  position: relative;
  color: var(--color-main);
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
}
@supports (font-size: clamp( 1.25rem , 0.7526642984rem  +  2.486678508vw , 3rem )) {
  .title {
    font-size: clamp( 1.25rem , 0.7526642984rem  +  2.486678508vw , 3rem );
  }
}
@supports not (font-size: clamp( 1.25rem , 0.7526642984rem  +  2.486678508vw , 3rem )) {
  .title {
    font-size: calc(
      1.25rem + 1.75 * (100vw - 20rem) / 70.375
    );
  }
}
@supports (margin-bottom: clamp( 3.125rem , 2.2369005329rem  +  4.4404973357vw , 6.25rem )) {
  .title:not(:last-child) {
    margin-bottom: clamp( 3.125rem , 2.2369005329rem  +  4.4404973357vw , 6.25rem );
  }
}
@supports not (margin-bottom: clamp( 3.125rem , 2.2369005329rem  +  4.4404973357vw , 6.25rem )) {
  .title:not(:last-child) {
    margin-bottom: calc(
      3.125rem + 3.125 * (100vw - 20rem) / 70.375
    );
  }
}
.title--contur {
  position: absolute;
  top: -85%;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  font-size: 70px;
  -webkit-text-stroke: 0.5px var(--clr-yellow);
  text-stroke: 0.5px var(--clr-yellow);
  color: transparent;
  opacity: 0.3;
}
@supports (font-size: clamp( 1.5625rem , 0.7632104796rem  +  3.9964476021vw , 4.375rem )) {
  .title--contur {
    font-size: clamp( 1.5625rem , 0.7632104796rem  +  3.9964476021vw , 4.375rem );
  }
}
@supports not (font-size: clamp( 1.5625rem , 0.7632104796rem  +  3.9964476021vw , 4.375rem )) {
  .title--contur {
    font-size: calc(
      1.5625rem + 2.8125 * (100vw - 20rem) / 70.375
    );
  }
}

.modal {
  opacity: 0;
  visibility: hidden;
  width: 31.5625rem;
  position: fixed;
  top: 15.625rem;
  left: 50%;
  z-index: 1000;
  transform: translateX(-50%);
  padding: 2.5rem;
  border-radius: 1rem;
  background: rgba(13, 13, 13, 0.7);
  box-shadow: 0px -1px 0px 1px var(--clr-yellow);
  transition: 0.8s;
}
@media (max-width: 35em) {
  .modal {
    width: 90%;
  }
}
.modal.on-modal {
  visibility: visible;
  opacity: 1;
}
.modal__title {
  color: var(--clr-yellow);
  font-size: 2rem;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 2.5rem;
}
.modal__input {
  margin-bottom: 1.5rem;
}
.modal__input input {
  width: 100%;
  border: none;
  border-radius: 16px;
  color: #fff;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.1);
  padding: 1.6875rem 1.5rem;
}
.modal__input input:focus {
  outline: 1px solid var(--color-main);
}
.modal__count {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
  margin-top: 2.3125rem;
  margin-bottom: 4.375rem;
}
.modal__count > :first-child {
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0.4;
}
.modal__count > :last-child {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
}
.modal__count::after {
  content: "";
  position: absolute;
  display: block;
  opacity: 0.2;
  background: var(--clr-yellow);
  height: 0.125rem;
  bottom: 15rem;
  left: 0;
  width: 100%;
}
.modal__line {
  opacity: 0.2;
  background: var(--clr-yellow);
}
.modal__btn {
  cursor: pointer;
  border: none;
  outline: none;
  border-radius: 0.5rem;
  background: var(--clr-yellow);
  color: var(--clr-black);
  font-size: 1.125rem;
  font-weight: 600;
  width: 100%;
  padding-block: 1.5rem;
}

.header {
  position: absolute;
  top: 20px;
  width: 100%;
  z-index: 100;
}
.header__container {
  background-color: rgba(13, 13, 13, 0.7);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
  padding-block: 0.75rem;
  padding-inline: 2rem;
  box-shadow: 0px 0px 24px 0px rgba(254, 213, 0, 0.16);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border-radius: 1.5rem;
}
@media (max-width: 73.68625em) {
  .header__container {
    justify-content: start;
    gap: 4.375rem;
  }
}
@media (max-width: 47.99875em) {
  @supports (gap: clamp( 1.875rem , 0.0852908277rem  +  8.9485458613vw , 4.375rem )) {
    .header__container {
      gap: clamp( 1.875rem , 0.0852908277rem  +  8.9485458613vw , 4.375rem );
    }
  }
  @supports not (gap: clamp( 1.875rem , 0.0852908277rem  +  8.9485458613vw , 4.375rem )) {
    .header__container {
      gap: calc(
      1.875rem + 2.5 * (100vw - 20rem) / 27.9375
    );
    }
  }
}
.header__logo {
  position: relative;
  z-index: 10;
  flex: 0 0 8.875rem;
}
@media (max-width: 73.68625em) {
  .header__logo {
    margin-right: auto;
  }
}
@media (max-width: 47.99875em) {
  @supports (flex-basis: clamp( 5rem , 2.225950783rem  +  13.870246085vw , 8.875rem )) {
    .header__logo {
      flex-basis: clamp( 5rem , 2.225950783rem  +  13.870246085vw , 8.875rem );
    }
  }
  @supports not (flex-basis: clamp( 5rem , 2.225950783rem  +  13.870246085vw , 8.875rem )) {
    .header__logo {
      flex-basis: calc(
      5rem + 3.875 * (100vw - 20rem) / 27.9375
    );
    }
  }
}
@media (max-width: 29.99875em) {
  .header__logo {
    position: absolute;
    z-index: -1;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.header__menu-block {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.5rem;
}
@media (max-width: 73.68625em) {
  .header__menu-block {
    gap: 6.25rem;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    left: -100%;
    top: -1.25rem;
    width: 100%;
    height: 100vh;
    background: url("../../image/back-start.webp") 0 0/cover no-repeat;
    padding: 1.875rem;
    transition: left 0.3s ease 0s;
  }
  .header__menu-block._active {
    left: 0;
  }
}
.header__burger {
  display: none;
}
@media (max-width: 73.68625em) {
  .header__burger {
    margin-right: 1.875rem;
    flex: 0 0 2.5rem;
    display: block;
    position: relative;
    width: 2.5rem;
    height: 1.75rem;
    cursor: pointer;
    border-radius: 0.0625rem;
    background-color: rgba(27, 27, 27, 0.6);
    outline-offset: 1.1875rem;
    outline-style: solid;
    outline-width: 0.125rem;
    outline-color: var(--clr-yellow);
    z-index: 5;
  }
  .header__burger span, .header__burger::before, .header__burger::after {
    content: "";
    transition: all 0.3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 0.125rem;
    background-color: var(--clr-yellow);
  }
  .header__burger::before {
    top: 0;
  }
  .header__burger::after {
    bottom: 0;
  }
  .header__burger span {
    top: calc(50% - 0.0625rem);
  }
  .menu-open .header__burger span {
    width: 0;
  }
  .menu-open .header__burger::before {
    top: calc(50% - 0.0625rem);
    transform: rotate(-45deg);
  }
  .menu-open .header__burger::after {
    bottom: calc(50% - 0.0625rem);
    transform: rotate(45deg);
  }
}
@media (max-width: 29.99875em) {
  .header__burger {
    margin-right: 0.625rem;
  }
}
.header__menu {
  margin-inline: auto;
}
.header__social {
  display: flex;
  gap: 2.5rem;
}
@media (max-width: 73.68625em) {
  .header__social {
    gap: 3.75rem;
  }
}
.header__button {
  cursor: pointer;
  outline: none;
  border: none;
  flex: 0 0 17.0625rem;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: -1;
  padding-top: 1.4375rem;
  padding-bottom: 1.4375rem;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 1rem;
  color: var(--clr-yellow);
  background-color: rgba(27, 27, 27, 0.6);
  box-shadow: 0px -1px 0px 1px var(--clr-yellow);
}
@media (max-width: 47.99875em) {
  @supports (flex-basis: clamp( 3.125rem , -6.8526286353rem  +  49.8881431767vw , 17.0625rem )) {
    .header__button {
      flex-basis: clamp( 3.125rem , -6.8526286353rem  +  49.8881431767vw , 17.0625rem );
    }
  }
  @supports not (flex-basis: clamp( 3.125rem , -6.8526286353rem  +  49.8881431767vw , 17.0625rem )) {
    .header__button {
      flex-basis: calc(
      3.125rem + 13.9375 * (100vw - 20rem) / 27.9375
    );
    }
  }
}
@media (max-width: 29.99875em) {
  .header__button {
    flex: 1;
  }
}
.header__button::before {
  font-size: 1.25rem;
}
.header__button:after {
  content: "";
  background: var(--color-main);
  height: 9.6875rem;
  width: 3.125rem;
  opacity: 0.2;
  position: absolute;
  top: -3.125rem;
  left: -4.6875rem;
  transform: rotate(35deg);
  transition: all 750ms cubic-bezier(0.19, 1, 0.22, 1);
}
.header__button:hover:after {
  left: 120%;
  transition: all 750ms cubic-bezier(0.19, 1, 0.22, 1);
}

.menu__list {
  display: flex;
  gap: 4rem;
  align-items: center;
}
@supports (gap: clamp( 2.5rem , -4.8170731707rem  +  9.756097561vw , 4rem )) {
  .menu__list {
    gap: clamp( 2.5rem , -4.8170731707rem  +  9.756097561vw , 4rem );
  }
}
@supports not (gap: clamp( 2.5rem , -4.8170731707rem  +  9.756097561vw , 4rem )) {
  .menu__list {
    gap: calc(
      2.5rem + 1.5 * (100vw - 75rem) / 15.375
    );
  }
}
@media (max-width: 73.68625em) {
  .menu__list {
    flex-direction: column;
    align-items: start;
    gap: 4.625rem;
  }
}
.menu__link {
  display: flex;
  gap: 0.625rem;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 73.68625em) {
  .menu__link {
    font-size: 1.875rem;
    gap: 1.875rem;
  }
}
.menu__link::before {
  font-size: 1.25rem;
}
@media (max-width: 73.68625em) {
  .menu__link::before {
    font-size: 3.125rem;
  }
}
.menu__item {
  position: relative;
  opacity: 0.6;
  transition: 0.4s;
}
.menu__item:first-child .menu__link:before {
  font-size: 1.125rem;
}
@media (max-width: 73.68625em) {
  .menu__item:first-child .menu__link:before {
    font-size: 3.125rem;
  }
}
.menu__item.active {
  opacity: 1;
}
.menu__item.active::before {
  content: "";
  position: absolute;
  z-index: 1000;
  top: -35px;
  left: 40%;
  display: block;
  width: 0;
  height: 0;
  border-top: 15px solid var(--clr-yellow);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}
@media (max-width: 73.68625em) {
  .menu__item.active::before {
    display: none;
  }
}
.menu__item:hover {
  opacity: 1;
}

.active {
  opacity: 1;
}

.social__link {
  font-size: 1.5rem;
  transition: 0.8s;
}
.social__link:hover {
  color: var(--clr-grey);
}
@media (max-width: 73.68625em) {
  .social__link {
    font-size: 3.375rem;
  }
}

.start {
  background: url("../../image/back-start.webp") center/cover no-repeat;
}
.start__container {
  display: grid;
  grid-template-columns: 2fr 1.5fr;
/*  padding-bottom: 7.5rem;*/
  padding-bottom: 0 !important;
  transition: 0.4s;
}
@supports (padding-top: clamp( 11.25rem , 4.4218061674rem  +  11.013215859vw , 14.375rem )) {
  .start__container {
    padding-top: clamp( 11.25rem , 4.4218061674rem  +  11.013215859vw , 14.375rem );
  }
}
@supports not (padding-top: clamp( 11.25rem , 4.4218061674rem  +  11.013215859vw , 14.375rem )) {
  .start__container {
    padding-top: calc(
      11.25rem + 3.125 * (100vw - 62rem) / 28.375
    );
  }
}
@supports (padding-bottom: clamp( 5rem , -0.4625550661rem  +  8.8105726872vw , 7.5rem )) {
  .start__container {
    padding-bottom: clamp( 5rem , -0.4625550661rem  +  8.8105726872vw , 7.5rem );
  }
}
@supports not (padding-bottom: clamp( 5rem , -0.4625550661rem  +  8.8105726872vw , 7.5rem )) {
  .start__container {
    padding-bottom: calc(
      5rem + 2.5 * (100vw - 62rem) / 28.375
    );
  }
}
.start__container.on-modal {
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 47.99875em) {
  .start__container {
    grid-template-columns: 1fr;
  }
}
.start__description {
  align-self: center;
}
@media (max-width: 47.99875em) {
  .start__description {
    grid-column: 1/-1;
    grid-row: 1;
    align-self: flex-end;
  }
}
.start__title {
  position: relative;
  z-index: 56;
  color: var(--color-main);
  font-weight: 900;
  text-transform: uppercase;
}
@supports (font-size: clamp( 1.5625rem , 1.0651642984rem  +  2.486678508vw , 3.3125rem )) {
  .start__title {
    font-size: clamp( 1.5625rem , 1.0651642984rem  +  2.486678508vw , 3.3125rem );
  }
}
@supports not (font-size: clamp( 1.5625rem , 1.0651642984rem  +  2.486678508vw , 3.3125rem )) {
  .start__title {
    font-size: calc(
      1.5625rem + 1.75 * (100vw - 20rem) / 70.375
    );
  }
}
.start__title:not(:last-child) {
  margin-bottom: 3.5rem;
}
.start__buttons {
  position: relative;
  z-index: 56;
  display: flex;
  gap: 2rem;
}
@media (max-width: 73.68625em) {
  .start__buttons {
    flex-direction: column;
    align-items: start;
  }
  @supports (gap: clamp( 1.25rem , 0.9702797203rem  +  1.3986013986vw , 2rem )) {
    .start__buttons {
      gap: clamp( 1.25rem , 0.9702797203rem  +  1.3986013986vw , 2rem );
    }
  }
  @supports not (gap: clamp( 1.25rem , 0.9702797203rem  +  1.3986013986vw , 2rem )) {
    .start__buttons {
      gap: calc(
      1.25rem + 0.75 * (100vw - 20rem) / 53.625
    );
    }
  }
}
.start__btn {
  position: relative;
  border: none;
  cursor: pointer;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 4rem;
  border-radius: 1rem;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  overflow: hidden;
}
.start__btn:after {
  content: "";
  background: var(--color-main);
  height: 9.6875rem;
  width: 3.125rem;
  opacity: 0.2;
  position: absolute;
  top: -3.125rem;
  left: -4.6875rem;
  transform: rotate(35deg);
  transition: all 750ms cubic-bezier(0.19, 1, 0.22, 1);
}
.start__btn:hover:after {
  left: 120%;
  transition: all 750ms cubic-bezier(0.19, 1, 0.22, 1);
}
@media (max-width: 73.68625em) {
  .start__btn {
    width: 18.75rem;
  }
}
@media (max-width: 29.99875em) {
  .start__btn {
    width: 100%;
  }
}
.start__btn--yellow {
  color: var(--clr-black);
  background: var(--clr-yellow);
}
.start__btn--yellow::after {
  background: var(--clr-black);
}
.start__btn--yellow::before {
  order: 2;
}
.start__btn--grey {
  background: rgba(255, 255, 255, 0.2);
}
.start__image {
  position: relative;
  justify-self: center;
}
@media (max-width: 47.99875em) {
  .start__image {
    grid-column: 1/-1;
    grid-row: 1;
  }
}
.start__image img {
  position: relative;
}
@supports (height: clamp( 31.875rem , 1.1481277533rem  +  49.5594713656vw , 45.9375rem )) {
  .start__image img {
    height: clamp( 31.875rem , 1.1481277533rem  +  49.5594713656vw , 45.9375rem );
  }
}
@supports not (height: clamp( 31.875rem , 1.1481277533rem  +  49.5594713656vw , 45.9375rem )) {
  .start__image img {
    height: calc(
      31.875rem + 14.0625 * (100vw - 62rem) / 28.375
    );
  }
}
.start__image::before {
  content: "";
  position: absolute;
  top: 6.25rem;
  border-radius: 1rem;
  background-color: rgba(254, 213, 0, 0.4);
  box-shadow: 10px 4px 34px 0px rgba(255, 255, 255, 0.25) inset;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  display: block;
  transform: perspective(400px) rotateX(-7deg);
  rotate: -10deg;
}
@supports (left: clamp( -6.25rem , 3.7031938326rem  +  -11.013215859vw , -3.125rem )) {
  .start__image::before {
    left: clamp( -6.25rem , 3.7031938326rem  +  -11.013215859vw , -3.125rem );
  }
}
@supports not (left: clamp( -6.25rem , 3.7031938326rem  +  -11.013215859vw , -3.125rem )) {
  .start__image::before {
    left: calc(
      -3.125rem + -3.125 * (100vw - 62rem) / 28.375
    );
  }
}
@supports (width: clamp( 24.0625rem , -7.34719163rem  +  50.6607929515vw , 38.4375rem )) {
  .start__image::before {
    width: clamp( 24.0625rem , -7.34719163rem  +  50.6607929515vw , 38.4375rem );
  }
}
@supports not (width: clamp( 24.0625rem , -7.34719163rem  +  50.6607929515vw , 38.4375rem )) {
  .start__image::before {
    width: calc(
      24.0625rem + 14.375 * (100vw - 62rem) / 28.375
    );
  }
}
@supports (height: clamp( 24.0625rem , -6.9375rem  +  50vw , 38.25rem )) {
  .start__image::before {
    height: clamp( 24.0625rem , -6.9375rem  +  50vw , 38.25rem );
  }
}
@supports not (height: clamp( 24.0625rem , -6.9375rem  +  50vw , 38.25rem )) {
  .start__image::before {
    height: calc(
      24.0625rem + 14.1875 * (100vw - 62rem) / 28.375
    );
  }
}

.game {
  background: var(--clr-black) url("../../image/back-start.webp") left center no-repeat;
}
@supports (padding-top: clamp( 5rem , 3.8987566607rem  +  5.5062166963vw , 8.875rem )) {
  .game__container {
    padding-top: clamp( 5rem , 3.8987566607rem  +  5.5062166963vw , 8.875rem );
  }
}
@supports not (padding-top: clamp( 5rem , 3.8987566607rem  +  5.5062166963vw , 8.875rem )) {
  .game__container {
    padding-top: calc(
      5rem + 3.875 * (100vw - 20rem) / 70.375
    );
  }
}
@supports (padding-bottom: clamp( 3.125rem , 2.2369005329rem  +  4.4404973357vw , 6.25rem )) {
  .game__container {
    padding-bottom: clamp( 3.125rem , 2.2369005329rem  +  4.4404973357vw , 6.25rem );
  }
}
@supports not (padding-bottom: clamp( 3.125rem , 2.2369005329rem  +  4.4404973357vw , 6.25rem )) {
  .game__container {
    padding-bottom: calc(
      3.125rem + 3.125 * (100vw - 20rem) / 70.375
    );
  }
}
.game__cards {
  display: grid;
  grid-template-columns: repeat(3, var(--size-card));
  justify-content: space-around;
}
@supports (--size-card: clamp( 14.375rem , 5.9779850746rem  +  17.3134328358vw , 21.625rem )) {
  .game__cards {
    --size-card: clamp( 14.375rem , 5.9779850746rem  +  17.3134328358vw , 21.625rem );
  }
}
@supports not (--size-card: clamp( 14.375rem , 5.9779850746rem  +  17.3134328358vw , 21.625rem )) {
  .game__cards {
    --size-card: calc(
      14.375rem + 7.25 * (100vw - 48.5rem) / 41.875
    );
  }
}
@media (max-width: 47.99875em) {
  .game__cards {
    grid-template-columns: minmax(12.5rem, 27.875rem);
  }
  @supports (gap: clamp( 1.25rem , 0.7130872483rem  +  2.6845637584vw , 2rem )) {
    .game__cards {
      gap: clamp( 1.25rem , 0.7130872483rem  +  2.6845637584vw , 2rem );
    }
  }
  @supports not (gap: clamp( 1.25rem , 0.7130872483rem  +  2.6845637584vw , 2rem )) {
    .game__cards {
      gap: calc(
      1.25rem + 0.75 * (100vw - 20rem) / 27.9375
    );
    }
  }
}

.card-game {
  padding: 1.5rem;
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.card-game__title {
  padding-left: 2.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  align-items: center;
  gap: 3.5rem;
}
.card-game__title > *:last-child {
  font-size: 1.5rem;
  font-weight: 800;
}
.card-game__namber {
  position: relative;
  color: #003957;
  font-size: 1.5rem;
  font-weight: 800;
  text-transform: uppercase;
}
.card-game__namber::before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  outline-offset: 0.625rem;
  outline-width: 0.0625rem;
  outline-style: solid;
  outline-color: var(--color-main);
  width: 3.0625rem;
  height: 3.0625rem;
  border-radius: 0.125rem;
  background-color: var(--color-main);
}
.card-game__desc {
  flex: 1;
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 0.875rem;
}
.card-game__btn {
  overflow: hidden;
  position: relative;
  z-index: -1;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 0.5rem;
  text-transform: uppercase;
  padding-block: 1.125rem;
}
.card-game__btn:after {
  background: var(--color-main);
  content: "";
  height: 9.6875rem;
  left: -4.6875rem;
  opacity: 0.2;
  position: absolute;
  top: -3.125rem;
  transform: rotate(35deg);
  transition: all 750ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 3.125rem;
}
.card-game__btn:hover:after {
  left: 120%;
  transition: all 750ms cubic-bezier(0.19, 1, 0.22, 1);
}
.card-game__btn--grey {
  background: var(--clr-grey);
}
.card-game__btn--black {
  background: var(--clr-black);
}
.card-game__btn--black:after {
  background: var(--color-main);
}
.card-game__btn--yellow {
  color: var(--clr-black);
  background: var(--clr-yellow);
}
.card-game__btn--yellow:after {
  background: var(--clr-black);
}
.card-game__image {
  flex-grow: 99;
  display: flex;
}
.card-game__image img {
  width: 15.125rem;
  margin: auto;
}

.last-news {
  background: var(--clr-black) url("../../image/bg-for-news.png") right center no-repeat;
}
@supports (padding-top: clamp( 5rem , 3.8987566607rem  +  5.5062166963vw , 8.875rem )) {
  .last-news__container {
    padding-top: clamp( 5rem , 3.8987566607rem  +  5.5062166963vw , 8.875rem );
  }
}
@supports not (padding-top: clamp( 5rem , 3.8987566607rem  +  5.5062166963vw , 8.875rem )) {
  .last-news__container {
    padding-top: calc(
      5rem + 3.875 * (100vw - 20rem) / 70.375
    );
  }
}
@supports (padding-bottom: clamp( 3.125rem , 2.2369005329rem  +  4.4404973357vw , 6.25rem )) {
  .last-news__container {
    padding-bottom: clamp( 3.125rem , 2.2369005329rem  +  4.4404973357vw , 6.25rem );
  }
}
@supports not (padding-bottom: clamp( 3.125rem , 2.2369005329rem  +  4.4404973357vw , 6.25rem )) {
  .last-news__container {
    padding-bottom: calc(
      3.125rem + 3.125 * (100vw - 20rem) / 70.375
    );
  }
}
.last-news__page {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 73.68625em) {
  .last-news__page {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.news-full {
  display: grid;
  gap: 1.5rem;
}
@media (max-width: 73.68625em) {
  .news-full {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 47.99875em) {
  .news-full {
    grid-template-columns: 1fr;
  }
}
.news-full__image {
  width: 80%;
  border-radius: 24px;
  overflow: hidden;
}
@media (max-width: 73.68625em) {
  .news-full__image {
    width: 100%;
  }
}
.news-full__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-full__body {
  width: 80%;
}
@media (max-width: 73.68625em) {
  .news-full__body {
    width: 100%;
  }
}
.news-full__title {
  font-size: 1.5rem;
  font-weight: 700;
}
.news-full__title:not(:last-child) {
  margin-bottom: 0.5rem;
}
.news-full__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  opacity: 0.6;
}
.news-full__text:not(:last-child) {
  margin-bottom: 1.875rem;
}
.news-full__date {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--clr-yellow);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}
.news-full__date::before {
  font-size: 1.5rem;
}

.news-short {
  display: grid;
  gap: 1rem;
}
@media (max-width: 73.68625em) {
  .news-short {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media (max-width: 47.99875em) {
  .news-short {
    grid-template-columns: 1fr;
  }
}
.news-short__card {
  display: grid;
  grid-template-columns: 13.8125rem 1fr;
  gap: 1.5rem;
}
@media (max-width: 73.68625em) {
  .news-short__card {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 29.99875em) {
  .news-short__card {
    grid-template-columns: 1fr;
  }
}
.news-short__image {
  height: 9.125rem;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 29.99875em) {
  .news-short__image {
    grid-column: 1/-1;
    grid-row: 1;
  }
}
.news-short__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-short__body {
  align-self: center;
}
@media (max-width: 29.99875em) {
  .news-short__body {
    grid-column: 1/-1;
    grid-row: 1;
    justify-self: center;
    padding: 1rem;
  }
}
.news-short__title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.375rem;
}
@supports (font-size: clamp( 1.125rem , 0.4225609756rem  +  1.4634146341vw , 1.5rem )) {
  .news-short__title {
    font-size: clamp( 1.125rem , 0.4225609756rem  +  1.4634146341vw , 1.5rem );
  }
}
@supports not (font-size: clamp( 1.125rem , 0.4225609756rem  +  1.4634146341vw , 1.5rem )) {
  .news-short__title {
    font-size: calc(
      1.125rem + 0.375 * (100vw - 48rem) / 25.625
    );
  }
}
.news-short__date {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--clr-yellow);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}
.news-short__date::before {
  font-size: 1.5rem;
}

.for-us {
  background: var(--clr-black);
}
@supports (padding-top: clamp( 5rem , 3.8987566607rem  +  5.5062166963vw , 8.875rem )) {
  .for-us__container {
    padding-top: clamp( 5rem , 3.8987566607rem  +  5.5062166963vw , 8.875rem );
  }
}
@supports not (padding-top: clamp( 5rem , 3.8987566607rem  +  5.5062166963vw , 8.875rem )) {
  .for-us__container {
    padding-top: calc(
      5rem + 3.875 * (100vw - 20rem) / 70.375
    );
  }
}
@supports (padding-bottom: clamp( 3.125rem , 2.2369005329rem  +  4.4404973357vw , 6.25rem )) {
  .for-us__container {
    padding-bottom: clamp( 3.125rem , 2.2369005329rem  +  4.4404973357vw , 6.25rem );
  }
}
@supports not (padding-bottom: clamp( 3.125rem , 2.2369005329rem  +  4.4404973357vw , 6.25rem )) {
  .for-us__container {
    padding-bottom: calc(
      3.125rem + 3.125 * (100vw - 20rem) / 70.375
    );
  }
}
.for-us__cards {
  display: grid;
  grid-template-columns: repeat(3, var(--size-card));
  justify-content: space-around;
}
@supports (--size-card: clamp( 14.375rem , 5.9779850746rem  +  17.3134328358vw , 21.625rem )) {
  .for-us__cards {
    --size-card: clamp( 14.375rem , 5.9779850746rem  +  17.3134328358vw , 21.625rem );
  }
}
@supports not (--size-card: clamp( 14.375rem , 5.9779850746rem  +  17.3134328358vw , 21.625rem )) {
  .for-us__cards {
    --size-card: calc(
      14.375rem + 7.25 * (100vw - 48.5rem) / 41.875
    );
  }
}
@media (max-width: 47.99875em) {
  .for-us__cards {
    grid-template-columns: minmax(12.5rem, 27.875rem);
  }
  @supports (gap: clamp( 1.25rem , 0.7130872483rem  +  2.6845637584vw , 2rem )) {
    .for-us__cards {
      gap: clamp( 1.25rem , 0.7130872483rem  +  2.6845637584vw , 2rem );
    }
  }
  @supports not (gap: clamp( 1.25rem , 0.7130872483rem  +  2.6845637584vw , 2rem )) {
    .for-us__cards {
      gap: calc(
      1.25rem + 0.75 * (100vw - 20rem) / 27.9375
    );
    }
  }
}

.card-for-us {
  display: flex;
  flex-direction: column;
}
.card-for-us__header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
.card-for-us__header:not(:last-child) {
  margin-bottom: 1.5rem;
}
.card-for-us__icon::before {
  color: var(--clr-yellow);
  font-size: 3rem;
}
.card-for-us__title h3 {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}
@supports (font-size: clamp( 0.875rem , 0.4464285714rem  +  0.8928571429vw , 1rem )) {
  .card-for-us__title h3 {
    font-size: clamp( 0.875rem , 0.4464285714rem  +  0.8928571429vw , 1rem );
  }
}
@supports not (font-size: clamp( 0.875rem , 0.4464285714rem  +  0.8928571429vw , 1rem )) {
  .card-for-us__title h3 {
    font-size: calc(
      0.875rem + 0.125 * (100vw - 48rem) / 14
    );
  }
}
@media (max-width: 47.99875em) {
  .card-for-us__title h3 {
    font-size: 1rem;
  }
}
.card-for-us__title h4 {
  display: flex;
  gap: 0.5rem;
  font-weight: 300;
  text-transform: uppercase;
}
@supports (font-size: clamp( 0.875rem , 0.4464285714rem  +  0.8928571429vw , 1rem )) {
  .card-for-us__title h4 {
    font-size: clamp( 0.875rem , 0.4464285714rem  +  0.8928571429vw , 1rem );
  }
}
@supports not (font-size: clamp( 0.875rem , 0.4464285714rem  +  0.8928571429vw , 1rem )) {
  .card-for-us__title h4 {
    font-size: calc(
      0.875rem + 0.125 * (100vw - 48rem) / 14
    );
  }
}
@media (max-width: 47.99875em) {
  .card-for-us__title h4 {
    font-size: 1rem;
  }
}
.card-for-us__title h4 span {
  color: var(--clr-yellow);
}
.card-for-us__desc {
  text-align: center;
  opacity: 0.6;
  flex: 1;
}
.card-for-us__desc:not(:last-child) {
  margin-bottom: 2rem;
}
.card-for-us__button {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border: none;
  outline: none;
  border-radius: 1rem;
  width: 100%;
  padding: 1.5rem;
  background: var(--clr-yellow);
  color: var(--clr-black);
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}
.card-for-us__button:after {
  content: "";
  background: var(--clr-black);
  height: 9.6875rem;
  width: 3.125rem;
  opacity: 0.2;
  position: absolute;
  top: -3.125rem;
  left: -4.6875rem;
  transform: rotate(35deg);
  transition: all 750ms cubic-bezier(0.19, 1, 0.22, 1);
}
.card-for-us__button:hover:after {
  left: 120%;
  transition: all 750ms cubic-bezier(0.19, 1, 0.22, 1);
}

.footer__container {
  padding-block: 1.5rem;
  display: flex;
}
@supports (gap: clamp( 1.25rem , -0.134083045rem  +  6.9204152249vw , 6.25rem )) {
  .footer__container {
    gap: clamp( 1.25rem , -0.134083045rem  +  6.9204152249vw , 6.25rem );
  }
}
@supports not (gap: clamp( 1.25rem , -0.134083045rem  +  6.9204152249vw , 6.25rem )) {
  .footer__container {
    gap: calc(
      1.25rem + 5 * (100vw - 20rem) / 72.25
    );
  }
}
@media (max-width: 47.99875em) {
  .footer__container {
    flex-direction: column;
  }
}
.footer__main {
  background-color: #222;
}
.footer__title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
}
.footer__title:not(:last-child) {
  margin-bottom: 1rem;
}
.footer__desc {
  margin-right: auto;
  max-width: 15.625rem;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
}
.footer__desc img {
  width: 6.125rem;
  margin-bottom: 0.9375rem;
}
.footer__desc p {
  opacity: 0.6;
}
.footer__list:not(:last-child) {
  margin-bottom: 0.9375rem;
}
.footer__list li {
  font-size: 0.875rem;
  font-weight: 500;
  opacity: 0.6;
}
.footer__list li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.footer__list-payment {
  display: grid;
  grid-template-columns: repeat(2, 2.1875rem);
  grid-template-rows: repeat(2, 1.5rem);
  gap: 0.5rem 1rem;
  overflow: hidden;
}
.footer__list-payment img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer__social {
  display: flex;
  gap: 1.75rem;
  align-items: center;
  font-size: 1.125rem;
}
.footer__copyright {
  background-color: #555;
}

.copyright__container {
  padding-block: 0.1875rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.75rem;
}
@media (max-width: 29.99875em) {
  .copyright__container {
    flex-direction: column;
    gap: 0.3125rem;
  }
}
.copyright__studia {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.copyright__studia img {
  width: 28px;
  height: 28px;
}/*# sourceMappingURL=style.css.map */