@import url("https://fonts.googleapis.com/css2?family=Andika&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400&display=swap");
* {
  box-sizing: border-box;
  user-select: none;
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 480px) {
  ::-webkit-scrollbar {
    background-color: #000104;
    width: 5px;
  }
  ::-webkit-scrollbar-thumb {
    background: linear-gradient(to right, #D8D8D8, #cf5300);
  }
}
html, body {
  background-color: #111;
  font-family: "Roboto", sans-serif;
  scroll-behavior: smooth;
  overflow-x: hidden;
  height: 100%;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.preloader {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  background: #111;
  overflow: hidden;
  height: 100vh;
  width: 100%;
  z-index: 99;
  color: white;
}
.preloader__item .loader {
  border: 2px solid transparent;
  border-radius: 50%;
  border-top-color: #cf5300;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 250px;
  height: 250px;
  animation: 1.8s spin infinite linear;
}
.preloader__item .loader2 {
  border: 2px solid transparent;
  border-radius: 50%;
  border-top-color: #cf5300;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 240px;
  height: 240px;
  animation: 1.6s spin infinite linear;
}
.preloader__item .loader3 {
  border: 2px solid transparent;
  border-radius: 50%;
  border-top-color: #cf5300;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 230px;
  height: 230px;
  animation: 1.4s spin infinite linear;
}
.preloader__item .loader4 {
  border: 2px solid transparent;
  border-radius: 50%;
  border-top-color: #cf5300;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 220px;
  height: 220px;
  animation: 1.2s spin infinite linear;
}
.preloader__item img {
  height: 270px;
  width: 270px;
}
.preloader__item p {
  text-align: center;
  font-size: 1.5rem;
  margin: 1rem;
}

@keyframes spin {
  from {
    ransform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.loaded .preloader {
  display: none;
  overflow-y: scroll;
}

.loaded__hiding .preloader {
  transition: 0.3s opacity;
  opacity: 0;
}

.wrapper {
  display: flex;
  max-width: 1920px;
}

.svg {
  background-color: #111;
}
.svg svg {
  background-color: #000104;
}

.svg-rotate {
  background-color: #000104;
  transform: rotate(180deg);
}
@media screen and (min-width: 480px) {
  .svg-rotate {
    margin-top: -2.1rem;
  }
}

nav .nav {
  display: flex;
  position: fixed;
  width: 100%;
  background-color: #000104;
  font-size: 1.1rem;
  height: 5rem;
  color: white;
  z-index: 5;
}
nav .nav__main {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 3rem;
  height: 5rem;
}
nav .nav__main img {
  height: 3.5rem;
  margin: 0 1rem;
  border-radius: 1rem;
}
nav .nav__main p {
  font-weight: 500;
  font-size: 1.3rem;
}
@media screen and (max-width: 320px) {
  nav .nav__main p {
    display: none;
  }
}
@media screen and (max-width: 1080px) {
  nav .nav__main {
    margin: 0 2rem;
  }
}
@media screen and (max-width: 385px) {
  nav .nav__main {
    margin: 0 1rem;
  }
}
@media screen and (max-width: 355px) {
  nav .nav__main {
    margin: 0;
  }
}
nav .nav__items {
  height: 5rem;
  margin: 0 2rem;
}
nav .nav__items ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  height: 5rem;
}
nav .nav__items ul a {
  display: flex;
  align-items: center;
  justify-content: center;
  display: flex !important;
  height: 5rem;
  padding: 0 1.25rem;
  cursor: pointer;
}
nav .nav__items ul a:hover {
  transition: 0.3s;
  color: #cf5300;
}
nav .nav__items ul a li {
  display: inline;
}
nav .nav__items ul a:first-child {
  background: linear-gradient(to right, #D8D8D8, #cf5300);
  border-radius: 6px;
  margin: 0.5rem 0;
  height: 3rem;
  color: white;
}
@media screen and (max-width: 1247px) {
  nav .nav__items {
    display: none;
  }
}
nav .nav__menu {
  display: none;
  font-weight: 300px;
  font-size: 2rem;
  padding: 0 2rem;
}
@media screen and (max-width: 1247px) {
  nav .nav__menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 355px) {
  nav .nav__menu {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 1247px) {
  nav .nav {
    justify-content: space-between;
  }
}
@media screen and (min-width: 1921px) {
  nav .nav {
    justify-content: center;
  }
}

.menu {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  height: 100vh;
  width: 100%;
  background-color: #000104;
  z-index: 10;
  flex-direction: column;
  top: 0;
  color: white;
}
.menu p {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  padding: 2.5rem;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 2rem;
  z-index: 3;
}
.menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80%;
  position: absolute;
  top: 0;
  list-style: none;
  font-size: 1.35rem;
  width: 100%;
  flex-direction: column;
}
.menu ul li {
  border-radius: 15px;
  padding: 1rem;
  text-align: center;
  margin: 0 1rem;
  width: calc(75vw - 2rem);
}
.menu ul li:hover {
  background-color: rgba(255, 255, 255, 0.062745098);
  color: #cf5300;
}
@media screen and (max-width: 400px) {
  .menu ul li {
    width: calc(100vw - 2rem);
  }
}
.menu svg {
  position: absolute;
  bottom: 0;
  height: 30%;
}

main .main {
  background-image: url("images/background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 5rem;
  height: calc(100vh - 5rem);
  width: 100vw;
  position: relative;
}
main .main:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
main .main__items {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: calc(100vh - 5rem);
  position: relative;
  z-index: 3;
  color: white;
}
main .main__items h1, main .main__items h2 {
  margin: 1.5rem 1rem;
  text-align: center;
}
main .main__items h1 {
  font-size: 3.25rem;
}
@media screen and (max-width: 768px) {
  main .main__items h1 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 380px) {
  main .main__items h1 {
    font-size: 2.75rem;
  }
}
@media screen and (max-width: 380px) {
  main .main__items h1 {
    font-size: 2.5rem;
  }
}
main .main__items h2 {
  font-size: 1.35rem;
}
@media screen and (max-width: 480px) {
  main .main__items h2 {
    font-size: 1.25rem;
  }
}
main .main__items a {
  background: linear-gradient(to right, #D8D8D8, #cf5300);
  border-radius: 6px;
  margin: 0.5rem 0;
  height: 3rem;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.75rem 5rem;
  margin: 1.5rem 1rem;
}
@media screen and (min-width: 480px) {
  main .main {
    background-attachment: fixed;
  }
}
main .advantage {
  background-color: #000104;
  font-family: "Andika", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
  padding: 3rem 0;
  width: 100vw;
}
main .advantage__containers {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
main .advantage__images {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.5rem 1rem;
  padding: 0 2rem;
}
main .advantage__images img {
  border-radius: 1000px;
  width: 350px;
}
@media screen and (max-width: 320px) {
  main .advantage__images img {
    width: 90%;
  }
}
@media screen and (max-width: 992px) {
  main .advantage__images {
    margin: 1.5rem 1rem 0;
    padding: 0;
  }
}
main .advantage__items {
  display: flex;
  flex-direction: column;
  width: 50%;
  max-width: 1200px;
}
@media screen and (max-width: 992px) {
  main .advantage__items {
    width: 90%;
  }
}
@media screen and (max-width: 400px) {
  main .advantage__items {
    width: 100%;
  }
}
main .advantage__item {
  margin: 0.5rem;
}
main .advantage__item p {
  font-size: 2.5rem;
  margin: 1rem 0;
}
main .advantage__item span {
  font-size: 1.25rem;
  line-height: 1.5;
}
@media screen and (max-width: 400px) {
  main .advantage__item {
    margin: 1rem;
  }
}
main .advantage__container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 300px;
  margin: 1rem;
  padding: 3rem 0;
  text-align: center;
}
main .advantage__container p {
  font-size: 1.25rem;
  font-weight: 500;
}
main .status {
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: #111;
  color: white;
  padding: 2rem 3rem;
  width: 100vw;
}
main .status__items {
  display: flex;
  max-width: 1920px;
  align-self: center;
  width: 100%;
}
main .status__items ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 1rem;
}
main .status__items ul li {
  padding: 1rem;
  cursor: pointer;
  text-align: center;
}
main .status__items ul li:hover {
  background-color: rgba(255, 255, 255, 0.1254901961) !important;
  transition: 0.3s;
}
@media screen and (max-width: 382px) {
  main .status__items ul li {
    width: 50%;
  }
}
@media screen and (max-width: 470px) {
  main .status__items ul {
    justify-content: center;
  }
}
main .status__items iframe {
  height: 400px;
}
@media screen and (max-width: 796px) {
  main .status__items iframe {
    height: 200px;
  }
}
@media screen and (max-width: 535px) {
  main .status {
    padding: 2rem 1rem;
  }
}
main .partners {
  background-color: #000104;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 1.2rem;
  color: white;
  width: 100vw;
}
main .partners__items {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 3rem 0;
}
main .partners__items p {
  font-family: "Andika", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  text-align: center;
  margin: 1rem 0;
}
main .partners__servers {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1920px;
}
main .partners__container {
  margin: 1.5rem;
  width: 25%;
}
main .partners__container a {
  background: linear-gradient(to right, #D8D8D8, #cf5300);
  border-radius: 6px;
  margin: 0.5rem 0;
  height: 3rem;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.75rem 5rem;
  margin: 1.5rem 0;
}
@media screen and (max-width: 959px) {
  main .partners__container {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  main .partners__container {
    width: 75%;
  }
}
@media screen and (max-width: 480px) {
  main .partners__container {
    width: calc(100vw - 2rem);
    margin: 1rem;
  }
}
main .support {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #111;
  color: white;
  width: 100vw;
}
main .support__items {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 3rem 0;
}
main .support__container {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100vw;
  /*a {
    // Кнопка
    @include button;
    @include center;
    padding: 1.75rem 5rem;
    margin: 1.5rem 1rem;
    @media screen and (max-width: 320px) {
      margin: 1.5rem 0;
    }
  }*/
}
main .support__container iframe {
  background-color: white;
  border-radius: 8px;
  width: 640px;
  min-height: 810px;
  overflow: scroll;
}
@media screen and (max-width: 656px) {
  main .support__container iframe {
    width: calc(100vw - 2rem);
  }
}
@media screen and (max-width: 369px) {
  main .support__container iframe {
    width: 100vw;
  }
}
@media screen and (max-width: 360px) {
  main .support__container iframe {
    width: 330px;
  }
}
@media screen and (max-width: 330px) {
  main .support__container iframe {
    width: 300px;
  }
}
main .support__container iframe::-webkit-scrollbar {
  background-color: #000104;
  width: 5px;
}
main .support__container iframe::-webkit-scrollbar-thumb {
  background: linear-gradient(to right, #D8D8D8, #cf5300);
}
main .support__container p {
  font-family: "Andika", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  text-align: center;
  margin: 1rem 0;
}
main .social {
  background-color: #000104;
  color: white;
  width: 100vw;
}
main .social p {
  font-family: "Andika", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  text-align: center;
  margin: 1rem 0;
}
main .social__items {
  padding: 3rem 0;
}
main .social__icons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
main .social__icons a {
  display: flex;
  align-items: center;
  justify-content: center;
}
main .social__icons a img {
  width: 90px;
  margin: 1rem;
}
main .social__icons a img:hover {
  transform: scale(1.05);
}
main .developer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #111;
  color: white;
  width: 100vw;
}
main .developer p {
  margin: 1rem 2rem;
}
main .developer p span, main .developer p a {
  color: #cf5300;
}
main .developer p a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 487px) {
  main .developer p {
    margin: 0.5rem;
  }
}
@media screen and (max-width: 487px) {
  main .developer {
    flex-direction: column;
    justify-content: center;
  }
}

/*# sourceMappingURL=style.css.map */
