@charset "UTF-8";
html {
  box-sizing: border-box;
  font-size: 16px;
}

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

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

.connect {
  overflow: hidden;
  position: relative;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background-image: url("img/connectBg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.connect__left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 90px;
  align-items: center;
  justify-content: center;
}

.connect__suptitle {
  display: flex;
  align-items: center;
  margin-bottom: 21px;
}

.connect__suptitle-address {
  font-size: 20px;
  margin-right: 27px;
}

.connect__suptitle-ddos {
  text-align: center;
  padding: 7px 22px;
  background: #D9D9D9;
  color: black;
  border-radius: 100px;
  font-size: 20px;
}

.connect__title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 21px;
}

.connect__loader-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.connect__loader-text {
  font-size: 24px;
}

.img-wrap {
  max-width: 590px;
}

.connect__right-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.connect__right-text span {
  font-size: 20px;
  font-weight: 400;
  opacity: 0.7;
}

.connect__suptitle-img {
  padding: 11px;
  background: white;
  border-radius: 100px;
  margin-right: 11px;
}

.bg-logo {
  pointer-events: none;
  position: absolute;
}

.bg-logo-1 {
  width: 200px;
  height: 200px;
  top: -50px;
  left: 373px;
}

.bg-logo-2 {
  width: 246px;
  height: 246px;
  top: 155px;
  left: 76px;
  opacity: 0.6;
}

.bg-logo-3 {
  width: 147px;
  height: 147px;
  top: 500px;
  right: 200px;
  opacity: 1;
}

.bg-logo-4 {
  width: 246px;
  height: 246px;
  bottom: 600px;
  right: 100px;
  opacity: 1;
}

.bg-logo-5 {
  width: 530px;
  height: 530px;
  bottom: -200px;
  left: 100px;
  opacity: 0.6;
}

.loading {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  border: 0.25rem solid rgba(255, 255, 255, 0.2);
  border-top-color: rgb(255, 255, 255);
  animation: spin 1s infinite linear;
}
.loading--double {
  border-style: double;
  border-width: 0.5rem;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  50% {
    background: rgb(255, 255, 255);
  }
}
.captcha-wrap {
  /*Эти стили удалить*/
  max-width: 300px;
  width: 100%;
  height: 80px;
  border: 1px solid white;
  /*---------------------*/
  align-self: center;
  grid-row: 5/8;
  margin-bottom: 70px;
}

@media (max-device-width: 1280px) {
  .container {
    grid-column-gap: 60px;
  }
}
@media (max-device-width: 988px) {
  .connect {
    height: auto;
    overflow: auto;
  }
  .container {
    padding: 50px 0 100px 0;
    grid-template-columns: 1fr;
    align-content: center;
  }
  .bg-logo {
    display: none;
  }
  .connect__right {
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-row: 1/3;
    margin-bottom: 35px;
  }
  .connect__left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .connect__title {
    text-align: center;
    grid-row: 1/3;
    margin-bottom: 40px;
  }
  .connect__loader-wrap {
    flex-direction: column;
    justify-content: center;
    grid-row: 3/5;
    margin-bottom: 35px;
  }
  .connect__suptitle {
    margin-bottom: 0;
  }
  .connect__loader {
    margin-bottom: 16px;
  }
  .connect__right-img {
    aspect-ratio: 1/1;
  }
}
@media (max-device-width: 480px) {
  .connect__right-img {
    width: 320px;
  }
  .connect__right-text {
    flex-direction: column;
  }
  .connect__right-text span:first-child {
    margin-bottom: 12px;
  }
  .connect__suptitle {
    flex-direction: column;
  }
  .connect__suptitle-img {
    margin-right: 0;
    margin-bottom: 11px;
  }
  .connect__suptitle-address {
    margin-right: 0;
    margin-bottom: 16px;
  }
  .connect__loader-text {
    text-align: center;
  }
}

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