img {
  max-width: 100%;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
}

.container {
  width: 1200px;
  margin: 0 auto;
  max-width: 95%;
}

.main {
  background: url("./images/bg.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 25px;
}

h1, h2, h4, h5, h6 {
  /* font-family: "Cormorant"; */
  font-family: "Mulish", sans-serif;
  margin: 0;
  padding: 0;
}

ul {
  padding: 0;
  margin: 0;
}

p, a, li, h3 {
  font-family: "Mulish", sans-serif;
  margin: 0;
  padding: 0;
}

.main-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  flex-wrap: wrap;
  gap: 15px;
}

.main__title {
  color: #fff;
  font-size: 35px;
  font-weight: 600;
  line-height: 140%;
  max-width: 780px;
  text-transform: uppercase;
  margin-bottom: 32px;
  margin-top: 80px;
}

.main__descr {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
  max-width: 635px;
  margin-bottom: 30px;
}

.main-header__descr {
  margin-right: auto;
  margin-left: 25px;
}

.main-header-contact {
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.main-header-contact__phone {
  font-size: 24px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  line-height: 140%;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .main-header__logo {
    width: 110px;
  }

  .main-header__descr {
    margin-left: 5px;
    font-size: 12px;
  }

  .main-header-social__text {
    display: none;
  }

  .main-header-social {
    margin: 1px !important;
  }

  .main-header-contact__text {
    font-size: 10px;
  }

  .main-header-contact__phone {
    font-size: 16px;
  }

  .main {
    background:  #0B0E16 url("./images/bg-mob.jpg") top center no-repeat;
    background-size: contain;

  }
}

@media screen and (min-width: 320px) and (max-width: 1023px) {
  .main__title {
    font-size: 21px;
    margin-bottom: 20px;
    margin-top: 50px;
  }

  .main__descr {
    font-size: 16px;
    margin-bottom: 25px;
  }
}


@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .main__title {
    font-size: 28px;
  }
}




.feature {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 50px;
}

.feature-item {
  padding: 30px;
  border-radius: 16px;
  background: rgba(35, 36, 41, 0.8);
  backdrop-filter: blur(10px);
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
}

.feature-item-text {
  display: flex;
  flex-direction: column;
  gap: 15px;
}


@media screen and (min-width: 320px) and (max-width: 767px) {
  .feature {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .feature-item {
    padding: 20px;
  }

  .feature-item-text__descr {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .feature {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  .feature-item {
    padding: 25px;
  }
}


.marquiz__container {
  text-align-last: left;
}



.bank {
  background: #0B0E16;
  padding: 40px 0;
  color: #fff;
}

.bank-header {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
}

.bank-header__title {
  max-width: 660px;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 140%;
}

.bank-block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
}

.bank-item {
  background: rgba(35, 36, 41, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
}


@media screen and (min-width: 320px) and (max-width: 767px) {
  .bank-block {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .bank-item {
    padding: 20px;
  }
}

@media screen and (min-width: 320px) and (max-width: 1023px) {
  .bank-header {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
  }

  ul {
    margin-left: 20px;
  }

  .bank-header__title {
    font-size: 28px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .bank-block {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  .bank-item {
    padding: 25px;
  }
}







.footer {
  background: #0B0E16;
  padding: 50px 0;
}

.footer-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-policy {
  text-align: right;
}

.footer__logo {
  margin-right: 25px;
}

.footer__descr {
  margin-right: auto;
}

.main-header-social {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.main-header-social__text {
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .footer-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    text-align: center;
  } 

  .footer__descr {
    margin-right: 0;
  }

  .footer-policy {
    text-align: center;
  }
} 