@media (min-width: 1920px) {
  .header-main {
    background-size: cover;
  }
}
@media (max-width: 1024px) {
  .header {
    padding-top: 64px;
    margin-bottom: 72px;
  }
  .header .logo {
    margin-bottom: 56px;
  }
  .header-main {
    min-height: 888px;
    margin-top: 56px;
  }
  .header-main__title {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 24px;
  }
  .form-sign .container {
    margin-top: 32px;
  }
  .form-sign__title {
    font-size: 20px;
    line-height: 24px;
  }
  .info-block {
    flex-direction: column;
    gap: 48px;
    text-align: center;
  }
  .info-block > .left {
    width: 100%;
    font-size: 32px;
    line-height: 40px;
  }
  .info-block > .right {
    width: 100%;
    gap: 72px;
    justify-content: center;
  }
  .number-custom__title {
    font-size: 64px;
    line-height: 72px;
  }
  .number-custom__desc {
    font-size: 20px;
    line-height: 24px;
  }
  .content-block {
    gap: 40px;
    margin-bottom: 72px;
  }
  .content-block .grid-items {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 32px;
    font-size: 32px;
    line-height: 40px;
  }
  .content-block .grid-items div {
    margin: 0 auto;
  }
  .content-block .grid-items:nth-child(n) > div:first-child {
    grid-area: unset;
  }
  .content-block .grid-items:nth-child(n) > div:last-child {
    grid-area: unset;
    max-width: unset;
  }
  .content-block .grid-items:nth-child(2n) > div:first-child {
    grid-area: unset;
    max-width: unset;
  }
  .content-block .grid-items:nth-child(2n) > div:last-child {
    grid-area: unset;
  }
  .count-block {
    gap: 32px;
  }
  .count-block__title {
    font-size: 32px;
    line-height: 40px;
  }
  .count-block .count-block__item {
    gap: 16px;
  }
  .time {
    font-size: 64px;
    line-height: 72px;
  }
  .text {
    font-size: 20px;
    line-height: 24px;
  }
  .footer {
    padding-bottom: 64px;
    margin-top: 72px;
  }
  .notify-cookie {
    max-width: 592px;
    bottom: 43px;
  }
}
@media (max-width: 767px) {
  .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .logo img {
    max-width: 78px;
  }
  .header {
    padding-top: 37px;
    margin-bottom: 64px;
  }
  .header .logo {
    margin-bottom: 32px;
  }
  .header-main {
    background-image: url("../../img/main-767.png");
    background-size: cover;
    min-height: 510px;
    margin-top: 32px;
  }
  .header-main__title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 16px;
  }
  .style-element {
    gap: 8px;
    padding: 4px 20px 4px 10px;
  }
  .style-element span {
    font-size: 16px;
    line-height: 20px;
  }
  .style-element img {
    max-width: 64px;
  }
  .form-sign {
    text-align: center;
  }
  .form-sign .container {
    flex-direction: column;
    gap: 8px;
    margin-top: 24px;
  }
  .form-sign .container > * {
    width: 100%;
  }
  .form-sign__title {
    font-size: 20px;
    line-height: 24px;
  }
  .info-block {
    margin-bottom: 64px;
    gap: 40px;
  }
  .info-block > .left {
    font-size: 20px;
    line-height: 28px;
  }
  .info-block > .right {
    flex-direction: column;
    gap: 32px;
  }
  .number-custom__title {
    font-size: 56px;
    line-height: 64px;
  }
  .number-custom__desc {
    font-size: 18px;
  }
  .content-block {
    gap: 32px;
    margin-bottom: 64px;
  }
  .content-block .grid-items {
    gap: 20px;
    font-size: 20px;
    line-height: 28px;
  }
  .count-block__title {
    font-size: 20px;
    line-height: 28px;
  }
  .time {
    font-size: 56px;
    line-height: 64px;
  }
  .text {
    font-size: 18px;
  }
  .footer {
    padding-top: 64px;
    padding-bottom: 64px;
    margin-top: 64px;
  }
  .footer__title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 24px;
  }
  .social-networks {
    gap: 40px;
    margin-bottom: 40px;
  }
  .social-networks img {
    width: 40px;
    height: 40px;
  }
  .notify-cookie {
    bottom: 22px;
  }
  .notify-cookie .notify-cookie__container {
    flex-direction: column;
  }
  .notify-cookie button {
    width: 100%;
    max-width: unset;
  }
}
@media (max-width: 717px) {
  .notify-cookie {
    max-width: calc(100% - 80px);
  }
}
@media (max-width: 360px) {
  .header-main {
    background-image: url("../../img/main-360.png");
    background-size: contain;
    min-height: 672px;
  }
}