@font-face {
  font-family: "Elza";
  font-weight: bold;
  src: url("../fonts/Elza-Black.otf") format("opentype");
}
@font-face {
  font-family: "Elza";
  font-weight: normal;
  src: url("../fonts/Elza-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Elza";
  font-weight: 600;
  src: url("../fonts/Elza-Semibold.otf") format("opentype");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #fefefe;
  font-family: "Elza";
}

img {
  width: 100%;
}

.reverse {
  flex-direction: row-reverse;
}

.c-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #0050DC;
  padding: 4vw 8vw;
}
@media (max-width: 1024px) {
  .c-main {
    flex-direction: column;
    padding-block: 20px;
  }
}
.c-main .c-main__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 764px;
}
@media (max-width: 1024px) {
  .c-main .c-main__content {
    height: 580px;
  }
}
@media (max-width: 650px) {
  .c-main .c-main__content {
    height: 340px;
  }
}
.c-main .c-main__content img {
  width: 65%;
}
@media (max-width: 650px) {
  .c-main .c-main__content img {
    width: 80%;
  }
}
.c-main .c-main__content h1 {
  font-size: 72px;
  font-weight: 300;
  color: #fefefe;
}
@media (max-width: 650px) {
  .c-main .c-main__content h1 {
    font-size: 28px;
  }
}
.c-main .c-main__content h1 strong {
  font-weight: 600;
  color: #fefefe;
}
.c-main .c-main__content p {
  font-size: 32px;
  font-weight: 100;
  color: #fefefe;
}
@media (max-width: 650px) {
  .c-main .c-main__content p {
    font-size: 18px;
  }
}
.c-main .c-main__content p strong {
  font-weight: 600;
  color: #fefefe;
}
.c-main .c-main__banner {
  width: 50%;
}
@media (max-width: 1024px) {
  .c-main .c-main__banner {
    width: 70%;
    margin-top: 40px;
  }
}
@media (max-width: 650px) {
  .c-main .c-main__banner {
    width: 100%;
  }
}

.organization {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  .organization {
    flex-direction: column-reverse;
  }
}
.organization .organization__banner {
  width: 100%;
}
.organization .organization__content {
  display: flex;
  flex-direction: column;
  margin-inline: 60px;
  width: 50%;
}
@media (max-width: 1024px) {
  .organization .organization__content {
    align-items: center;
    width: 100%;
    margin: 20px 0 20px;
    text-align: center;
  }
}
.organization .organization__content h6 {
  font-size: 56px;
  font-weight: 600;
  margin-block: 20px;
  color: #0050DC;
}
@media (max-width: 650px) {
  .organization .organization__content h6 {
    font-size: 38px;
  }
}
.organization .organization__content p {
  width: 100%;
  font-size: 24px;
  margin: 20px 0 60px;
  color: #0050DC;
}
@media (max-width: 650px) {
  .organization .organization__content p {
    font-size: 20px;
    width: 95%;
  }
}
.organization .organization__content p strong {
  font-weight: 600;
}

.screen {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.screen .screen__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 40px;
}
.screen .screen__content h6 {
  font-size: 56px;
  font-weight: 600;
  margin-block: 20px;
  color: #3C1450;
}
@media (max-width: 650px) {
  .screen .screen__content h6 {
    font-size: 38px;
  }
}
.screen .screen__content p {
  width: 100%;
  font-size: 24px;
  margin: 20px 0 60px;
  color: #3C1450;
}
@media (max-width: 650px) {
  .screen .screen__content p {
    font-size: 20px;
    width: 95%;
  }
}
.screen .screen__content span {
  font-size: 38px;
  font-weight: 700;
  margin-block: 50px;
  display: block;
  color: #3C1450;
}
@media (max-width: 650px) {
  .screen .screen__content span {
    font-size: 20px;
  }
}

.comfortable-eyes {
  margin-top: -3px;
  position: relative;
}
.comfortable-eyes .comfortable-eyes__content {
  position: absolute;
  margin: 100px 80px;
  top: 0;
  left: 0;
}
@media (max-width: 1024px) {
  .comfortable-eyes .comfortable-eyes__content {
    position: inherit;
    color: #2F2F2F;
    text-align: center;
    margin: 0;
  }
}
.comfortable-eyes .comfortable-eyes__content h6 {
  font-size: 4vw;
  font-weight: 600;
  margin-block: 20px;
  color: #fefefe;
}
@media (max-width: 1024px) {
  .comfortable-eyes .comfortable-eyes__content h6 {
    color: #2F2F2F;
    font-size: 56px;
  }
}
@media (max-width: 650px) {
  .comfortable-eyes .comfortable-eyes__content h6 {
    font-size: 38px;
  }
}
.comfortable-eyes .comfortable-eyes__content p {
  font-size: 1.5vw;
  margin: 20px 0 60px;
  color: #fefefe;
}
@media (max-width: 1024px) {
  .comfortable-eyes .comfortable-eyes__content p {
    color: #2F2F2F;
    font-size: 24px;
    margin: 40px 0;
  }
}
@media (max-width: 650px) {
  .comfortable-eyes .comfortable-eyes__content p {
    font-size: 20px;
    width: 95%;
    margin-inline: 10px;
  }
}

.fullHD {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  .fullHD {
    flex-direction: column;
  }
}
.fullHD .fullHD__banner {
  width: 100%;
}
.fullHD .fullHD__content {
  display: flex;
  flex-direction: column;
  margin-inline: 60px;
  width: 50%;
}
@media (max-width: 1024px) {
  .fullHD .fullHD__content {
    align-items: center;
    width: 100%;
    margin: 20px 0 20px;
    text-align: center;
  }
}
.fullHD .fullHD__content h6 {
  font-size: 56px;
  font-weight: 600;
  margin-block: 20px;
  color: #0050DC;
}
@media (max-width: 650px) {
  .fullHD .fullHD__content h6 {
    font-size: 38px;
  }
}
.fullHD .fullHD__content p {
  width: 100%;
  font-size: 24px;
  margin: 20px 0 60px;
  color: #0050DC;
}
@media (max-width: 650px) {
  .fullHD .fullHD__content p {
    font-size: 20px;
    width: 95%;
  }
}
.fullHD .fullHD__content p strong {
  font-weight: 600;
}

.roaming {
  background-image: url("../img/purple-tag.png");
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  .roaming {
    flex-direction: column;
    background-image: none;
  }
}
.roaming .roaming__banner {
  width: 50%;
}
@media (max-width: 1024px) {
  .roaming .roaming__banner {
    width: 80%;
  }
}
.roaming .roaming__banner img {
  width: 95%;
}
.roaming .roaming__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 350px;
  margin-right: 40px;
  width: 50%;
}
@media (max-width: 1024px) {
  .roaming .roaming__content {
    align-items: center;
    background-color: #3C1450;
    width: 100%;
    text-align: center;
    margin: unset;
    padding: 40px;
    border-radius: 0 140px 0 0;
  }
}
@media (max-width: 650px) {
  .roaming .roaming__content {
    border-radius: 0 70px 0 0;
    padding: 40px 30px;
  }
}
.roaming .roaming__content h6 {
  font-size: 56px;
  font-weight: 600;
  color: #fefefe;
  width: fit-content;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .roaming .roaming__content h6 {
    width: 100%;
    padding-block: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 650px) {
  .roaming .roaming__content h6 {
    font-size: 28px;
  }
}
.roaming .roaming__content p {
  font-size: 24px;
  color: #fefefe;
  width: 68%;
}
@media (max-width: 1024px) {
  .roaming .roaming__content p {
    width: 80%;
  }
}
@media (max-width: 650px) {
  .roaming .roaming__content p {
    font-size: 20px;
    width: 100%;
  }
}

.cable {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-block: 80px;
}
@media (max-width: 1024px) {
  .cable {
    flex-direction: column;
  }
}
.cable .cable__banner {
  width: 50%;
}
@media (max-width: 1024px) {
  .cable .cable__banner {
    width: 100%;
  }
}
.cable .cable__content {
  display: flex;
  flex-direction: column;
  margin-inline: 60px;
}
@media (max-width: 1024px) {
  .cable .cable__content {
    align-items: center;
    width: 100%;
    margin: 20px 0 20px;
    text-align: center;
  }
}
.cable .cable__content h6 {
  font-size: 56px;
  font-weight: 600;
  margin-block: 20px;
  color: #0050DC;
}
@media (max-width: 650px) {
  .cable .cable__content h6 {
    font-size: 38px;
  }
}
.cable .cable__content p {
  width: 100%;
  font-size: 24px;
  margin: 20px 0 60px;
  color: #0050DC;
}
@media (max-width: 650px) {
  .cable .cable__content p {
    font-size: 20px;
    width: 95%;
  }
}
.cable .cable__content p strong {
  font-weight: 600;
}

.protection {
  background: linear-gradient(#e5e5e5, #f8f8f8);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 1024px) {
  .protection {
    flex-direction: column;
    padding: 10px 0;
  }
}
.protection .protection__banner {
  width: 30%;
}
@media (max-width: 1024px) {
  .protection .protection__banner {
    width: 100%;
  }
}
.protection .protection__content {
  display: flex;
  flex-direction: column;
  margin-inline: 60px;
  width: 50%;
}
@media (max-width: 1024px) {
  .protection .protection__content {
    align-items: center;
    width: 100%;
    margin: 20px 0 20px;
    text-align: center;
  }
}
.protection .protection__content h6 {
  font-size: 56px;
  font-weight: 600;
  margin-block: 20px;
  color: #0050DC;
}
@media (max-width: 650px) {
  .protection .protection__content h6 {
    font-size: 38px;
  }
}
.protection .protection__content p {
  width: 60%;
  font-size: 24px;
  margin: 20px 0 60px;
  color: #0050DC;
}
@media (max-width: 650px) {
  .protection .protection__content p {
    font-size: 20px;
    width: 95%;
  }
}
.protection .protection__content p strong {
  font-weight: 600;
}

/*# sourceMappingURL=main.min.css.map */
