* {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  background-color: #191919;
}

.container {
  margin: 0 94px;
}

a {
  text-decoration: none;
}

ul {
  list-style-type: none;
}

input {
  border: 0;
  outline: 0;
}

input[type="button"] {
  cursor: pointer;
}

.mainScreen {
  background-image: url("../images/bgImage.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

header {
  padding-top: 47px;
}

.nav {
  width: 60%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 79px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 37px;
  margin: 0 auto;
}

.nav2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 80vh;
  padding: 50px;
}

#burger {
  cursor: pointer;
  width: 40px;
  display: none;
}

.burger-container {
  margin-left: auto;
}

/* Анімація навігації header */

.nav .list li {
  position: relative;
  padding-bottom: 5px;
}

.nav .list li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s ease-in-out;
}

.nav .list li:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

/* Кінець анімації header */

.logo {
  display: flex;
  align-items: center;
}

.logo div {
  display: flex;
  flex-direction: column;
  margin-left: 23px;
}

.logo div span:first-child {
  font-weight: 800;
  letter-spacing: 5px;
}

.logo div span:last-child {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 5px;
}

.list {
  display: flex;
  align-items: center;
}

.list li {
  margin-left: 58px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.list li img {
  margin-right: 18px;
}

.title {
  position: relative;
}

.title h1:first-child {
  font-size: 64px;
}

.title .titleBg {
  position: absolute;
  left: 0;
  top: -25px;
  opacity: 0.5;
  font-size: 103px;
  color: transparent;
  -webkit-text-stroke: 0.4px white;
}

.mainScreenContent {
  margin-top: 169px;
}

.mainScreenContent p {
  margin-top: 70px;
  margin-bottom: 132px;
  width: 50%;
  font-weight: 500;
  font-size: 20px;
}

.buttons {
  display: flex;
  padding-bottom: 166px;
}

.btnDownload {
  font-weight: 500;
  padding: 20px 100px;
  background-color: #fff;
  color: #000;
  border-radius: 18px;
  transition: 0.5s;
}

.btnVideo {
  background-color: rgba(255, 255, 255, 0.1);
  color: #aeaeae;
  font-weight: 400;
  padding: 20px 100px;
  border-radius: 18px;
  margin-left: 28px;
  transition: 0.5s;
}

.btnVideo:hover {
  box-shadow: 2px 2px 25px 0px #aeaeae;
}

.btnDownload:hover {
  box-shadow: 2px 2px 25px 0px rgba(255, 255, 255, 1);
}

.bg {
  background-image: url("../images/bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.cardsContainer h2,
.infoContainer h2,
.news h2 {
  font-size: 36px;
  margin-top: 116px;
  margin-bottom: 11px;
}

.cardsContainer p,
.infoContainer p,
.news p {
  opacity: 0.5;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 79px;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 44px;
  margin-bottom: 159px;
}

.card {
  padding: 26px 29px;
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 31px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  transition: 0.5s;
}

.card:hover {
  background-color: rgba(255, 255, 255, 0.25);
}

.card div {
  display: flex;
  align-items: center;
}

.card div h3 {
  margin-left: 30px;
  font-size: 24px;
}

.card p {
  color: #ffffff;
  font-weight: 400;
  margin-top: 29px;
  margin-bottom: 0;
}

.info {
  display: flex;
  align-items: center;
}

.infoImg {
  width: 40%;
  animation: animation 7s ease-in-out infinite;
}

.infoRight {
  width: 60%;
}

.infoAdd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.16);
  padding: 28px 34px;
  border-radius: 10px;
}

#infoContent {
  opacity: 1;
  transition: 1s;
}

.infoAdd p {
  margin-bottom: 0;
  font-size: 20px;
  opacity: 1;
}

.btnAdd {
  width: 41px;
  height: 41px;
  background-color: rgba(255, 255, 255, 0.23);
  color: #c3c3c3;
  border-radius: 6px;
  font-size: 24px;
  transition: 0.5s;
}

.btnAdd:hover {
  color: #fff;
}

.dopInfoFlex {
  display: flex;
  align-items: center;
  margin-top: 50px;
}

.dopInfoFlex:first-child {
  margin-top: 57px;
}

.dopInfoFlex p {
  margin-bottom: 0;
  color: #ffffff;
}

.dopInfoImg {
  padding: 15px;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.23);
  margin-right: 27px;
}

.dopInfoFlex div h4 {
  margin-bottom: 9px;
  font-size: 20px;
  opacity: 1;
}

.dopInfoFlex div p {
  font-size: 16px;
  color: #fff;
}

.infoServer p {
  margin: 0;
  font-size: 14px;
}

.infoServer h2 {
  margin: 0 20px 0 0;
  font-size: 24px;
  padding: 9px 20px;
  background-color: rgba(255, 255, 255, 0.23);
  border-radius: 14px;
  opacity: 1;
  font-weight: 500;
}

.infoServer {
  margin: 87px 0;
  display: flex;
  align-items: center;
  padding: 26px 21px;
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 27px;
  width: 384px;
}

.circle {
  width: 27px;
  height: 27px;
  background-color: #c15050;
  border: 3px solid rgb(255 172 172 / 26%);
  border-radius: 20px;
  margin-left: auto;
}

.buttons2 {
  display: flex;
  padding-bottom: 129px;
}

.newsCards {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.newsCard .newsImg {
  width: 100%;
}

.newsCard {
  width: 25%;
  padding: 16px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 26px;
  transition: .5s;
}

.newsCard img {
  border-radius: 26px;
}

.newsCard:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.newsCards h5 {
  font-size: 20px;
  margin-top: 22px;
  margin-bottom: 13px;
  font-weight: 600;
}

.newsCards p {
  font-size: 16px;
  color: rgb(255 255 255);
  font-weight: 400;
  margin-bottom: 0;
}

.newsFlex {
  display: flex;
  align-items: center;
}

.newsBetween {
  justify-content: space-between;
  gap: 15px;
  margin-top: 50px;
  margin-bottom: 32px;
}

.arrow {
  margin-left: 10px;
}

.data {
  margin-right: 9px;
}

.moreRead {
  cursor: pointer;
}

.moreRead a {
  color: #fff;
  transition: 0.5s;
}

.moreRead a:hover {
  transform: translateX(5px);
}

.newsFlex a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}


.titleNetworks {
  margin-top: 90px;
  margin-bottom: 68px;
  font-size: 24px;
  color: #aeaeae;
  font-weight: 500;
}

.networksFlex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding-bottom: 192px;
}

.network {
  display: flex;
  align-items: center;
  width: 20%;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 20px;
  border-radius: 21px;
  transition: 0.5s;
  cursor: pointer;
}

.network a {
  display: flex;
  align-items: center;
}


.network:hover {
  background-color: rgba(255, 255, 255, 0.25);
}

.network img {
  margin-right: 31px;
}

.network p {
  font-weight: 500;
  font-size: 20px;
}

footer {
  background-color: #131313;
  position: relative;
  z-index: 2;
}

footer li {
  cursor: pointer;
}

.footerEnd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 39px;
  gap: 50px;
}

.footerList {
  display: flex;
  justify-content: space-between;
  gap: 70px;
  padding-top: 67px;
  margin-bottom: 57px;
}

.footerEnd p {
  font-weight: 500;
  font-size: 16px;
  color: #aeaeae;
}

.footerPay {
  display: flex;
  justify-content: end;
  gap: 28px;
}

.none {
  display: none;
}

.block {
  display: block !important;
}

.imgNone {
  display: none;
}

.footerPay li {
  width: 85px;
  height: 35px;
  background-color: #fff;
  border-radius: 8px;
  transition: 0.5s;
}

.addClassJs {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.footerPay li:hover {
  transform: rotate(10deg);
}

.footerPay li img {
  padding: 10px 22px;
}

.footerActive {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
}

footer li {
  color: #aeaeae;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.footerLogo {
  position: relative;
  margin-right: 100px;
}

.footerTitleBg {
  position: absolute;
  left: -31px;
  top: -30px;
  opacity: 0.5;
  font-size: 48px;
  color: transparent;
  font-weight: 800;
  -webkit-text-stroke: 0.2px white;
  letter-spacing: 10px;
}

.footerCircle {
  width: 210px;
  height: 155px;
  background-color: #fff;
  filter: blur(187px);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  border-radius: 50% 50% 0 0;
}

/* Анімація */
@keyframes animation {
  0% {
    transform: rotate(0deg);
  }

  33% {
    transform: rotate(15deg);
  }

  66% {
    transform: rotate(-15deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

/* Адаптація */

@media screen and (max-width: 1400px) {
  .footerList {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footerPay {
    justify-content: center;
  }
}

@media screen and (max-width: 1300px) {
  .newsCards {
    flex-wrap: wrap;
    justify-content: center;
  }

  .newsCard {
    width: 40%;
  }

  .cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 1250px) {
  div .infoServer h2 {
    margin: 0;
    margin-right: 20px;
  }

  .btnDownload,
  .btnVideo {
    padding: 20px 75px;
  }

  .infoAdd {
    padding: 20px;
  }

  .infoServer {
    padding: 20px;
    margin: 60px 0;
  }
}

@media screen and (max-width: 1200px) {
  .title .titleBg {
    font-size: 85px;
    top: -20px;
  }

  .mainScreenContent {
    margin-top: 120px;
  }

  .title h1:first-child {
    font-size: 55px;
  }

  .buttons2 {
    padding-bottom: 0;
    justify-content: center;
  }

  .mainScreenContent p {
    width: 75%;
    margin-top: 50px;
    margin-bottom: 100px;
  }

  .info {
    flex-wrap: wrap;
  }

  .infoImg {
    width: 60%;
    margin: 0 auto;
  }

  .infoRight {
    margin: 0 auto;
  }

  .card div img {
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 1150px) {
  .networksFlex {
    flex-wrap: wrap;
    justify-content: center;
    padding: 15px;
    margin-bottom: 50px;
  }

  .network {
    width: 40%;
  }

  .network p {
    font-size: 18px;
  }

  .list li {
    margin-left: 20px;
  }

  .list li img {
    margin-right: 10px;
  }

  .footerEnd {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .newsFlex {
    flex-wrap: wrap;
  }

  .title .titleBg {
    font-size: 65px;
    top: -15px;
  }

  .title h1:first-child {
    font-size: 45px;
  }
}

@media screen and (max-width: 900px) {

  .cardsContainer h2,
  .infoContainer h2,
  .news h2 {
    font-size: 30px;
    margin-top: 80px;
  }

  .cards {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .infoImg {
    animation: none;
  }

  #list {
    display: none;
  }

  #list li {
    margin-bottom: 75px;
  }

  #list li a {
    font-size: 25px;
  }

  #burger {
    display: block;
  }

  .nav {
    padding: 15px 50px;
  }
}

@media screen and (max-width: 850px) {
  .newsCard {
    width: 50%;
  }

  .btnDownload,
  .btnVideo {
    padding: 20px 45px;
  }

  .cardsContainer p {
    font-size: 16px;
  }

  .card div h3 {
    font-size: 20px;
  }

  .mainScreenContent p {
    font-size: 18px;
  }

  .cardsContainer h2,
  .infoContainer h2,
  .news h2 {
    font-size: 25px;
    margin-top: 50px;
  }

  .infoRight {
    width: 80%;
  }
}

@media screen and (max-width: 800px) {
  .title h1:first-child {
    font-size: 30px;
  }

  .title .titleBg {
    font-size: 45px;
    top: -10px;
  }

  .mainScreenContent p {
    margin-top: 25px;
    margin-bottom: 25px;
    width: 100%;
  }

  .mainScreenContent {
    margin-top: 50px;
  }

  .buttons {
    padding-bottom: 25px;
  }

  .btnDownload,
  .btnVideo {
    padding: 10px 20px;
    border-radius: 10px;
  }
}

@media screen and (max-width: 700px) {
  .cardsContainer p {
    margin-bottom: 0px;
  }

  .cards {
    margin-bottom: 35px;
  }

  .infoImg {
    width: 100%;
  }

  .titleNetworks {
    margin: 45px 0;
  }

  .network {
    width: 60%;
  }

  .newsCard {
    width: 70%;
  }

  .dopInfoFlex {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 15px;
  }

  .card div img {
    width: 40px;
    height: 40px;
  }

  .footerList {
    text-align: center;
  }

  .logo {
    display: flex;
    justify-content: center;
  }

  .infoServer {
    width: 90%;
    margin: 25px auto;
  }

  .container {
    margin: 0 30px;
  }

  .cardsContainer p {
    margin-bottom: 25px;
  }

  .title {
    margin-top: 35px;
  }

  .buttons,
  .buttons2 {
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
  }

  .btnVideo {
    margin-left: 0;
  }

  .footerLogo {
    width: 100%;
    margin: 0 auto;
  }

  .footerTitleBg {
    width: 50%;
    font-size: 36px;
    top: -45px;
    left: 25%;
  }
}

@media screen and (max-width: 500px) {
  .newsCard {
    width: 70%;
  }

  .card {
    width: 70%;
    margin: 0 auto;
  }

  .container {
    margin: 0 20px;
  }

  .footerList {
    gap: 30px;
  }

  .footerTitleBg {
    left: 20%;
  }

  .title h1:first-child {
    font-size: 25px;
  }

  .title .titleBg {
    font-size: 40px;
    top: -10px;
  }
}


.newsCard {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}