@charset "UTF-8";

:root {
  --grey: #F5F5F5;
  --border: 1px solid #00000050;
  --border-radius: 30px;
}

* {
  padding: 0;
  margin: 0;
  border: none;
}

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

a,
a:hover {
  text-decoration: none;
  display: inline-block;
}

/* Common */
nav,
footer,
header,
section,
ul,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
span {
  font-size: inherit;
  font-weight: inherit;
}

h2 {
  margin-left: 20px !important;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

/* Form */
input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type=submit] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

html,
body {
  height: 100%;
  margin: 0;
  scroll-behavior: smooth;
}

body {

  font-family: "Montserrat";
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  display: flex;
  line-height: 1;
  flex-direction: column;
  color: #000;
  background: #ffffff30;
}

main {
  flex: 1;
}

footer {
  flex: 0;
}

a,
button {
  cursor: pointer;
}

@font-face {
  font-family: "Code-Pro-Bold-LC";
  src: url("../fonts1/Code-Pro-Bold-LC.ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Code-Pro-Bold";
  src: url("../fonts1/Code-Pro-Bold.woff");
  font-weight: 500;
  font-style: normal;
}



@font-face {
  font-family: "Code-Pro";
  src: url("../fonts1/Code-Pro.woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts1/Montserrat-SemiBold.ttf");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Code-Pro-Light-Demo";
  src: url("../fonts1/Code-Pro-Light-Demo.woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Code-Pro-Light";
  src: url("../fonts1/Code-Pro-Light.woff");
  font-weight: 700;
  font-style: normal;
}

.header {
  background: #000;
  border-bottom: 1px #000 solid;
}

.header__wrapper {
  display: flex;
  justify-content: flex-start;
  gap: 100px;
}




.header__link {
  border-radius: 20px;
  padding: 6px 30px;
  color: #000;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 600px) {
  .header__link {
    font-size: 20px;
    text-align: center;
  }
}

.promo {
  position: relative;
  z-index: 1;
  color: #000;
  max-width: 1000px;
  margin: 0 auto;
}


@media (max-width: 600px) {}

.promo__top {
  margin-top: 30px;
}

.promo__top-span::after {
  display: block;
  position: absolute;
  border-bottom: 7px solid #e10a30;
  border-left: 0px solid transparent;
  border-top: 7px solid #e10a30;
  border-right: 7px solid transparent;
  left: 0px;
  top: 12px;
  padding: 0 13px 0 0;
  content: "";
  width: 0;
}


.promo__bot {
  max-width: 1000px;
  margin: 0 auto;
}

.promo__bot-heading {
  font-size: 26px;
  margin-bottom: 30px;
  color: #000;
  font-family: 'Inter';
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  max-width: 800px;
}

.promo__bot-heading-time {
  color: #8c8c8c;
  margin-bottom: 10px;
  margin-left: 12px;
  font-family: 'Inter';
  font-size: 12.565px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

  span {
    display: inline-block;
    margin-left: 20px;
  }
}

.promo__img-wrapper {
  width: 100%;

  img {
    width: 100%;
  }
}

.middle {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 20px;
  line-height: 1.2;
}


.middle__heading {
  font-size: 22px;
  color: #000;
  margin-bottom: 15px;
  color: #000;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.middle__title {
  font-size: 22px;
  margin-bottom: 30px;
  margin-top: 30px;
  color: #000;
  margin-left: 16px;
  color: #000;
  font-family: 'Inter';
  font-size: 16.753px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;



}

.middle__wrapper {


  li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    line-height: 1.3;

  }

  li::after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    top: 50%;
    left: 5px;
    transform: translate(0, -50%);
    background: grey;
    border-radius: 50%;

  }
}

.middle__text {
  font-size: 16px;
  margin-bottom: 10px;

  strong {
    font-weight: 700;
  }
}

.middle__text-last {
  color: #A12020;
  font-family: 'Inter';
  font-size: 25.13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 20px;
  margin-bottom: 20px;

  @media (max-width:600px){
    font-size: 15px;
  }
}

.line {
  width: 80%;
  opacity: 0.27;
  height: 1px;
  background: #000;
  margin-left: auto;
  margin-top: 50px;
  margin-bottom: 40px;
}

.strong {
  font-weight: 700;
}

.another-links {
  max-width: 1000px;
  margin: 0 auto;

}

.another-links__top {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #999999;
  margin-bottom: 30px;
}



.another-links__title {
  color: #000;
  font-size: 20px;
  margin-bottom: 30px;
  color: #000;
  font-family: 'Inter';
  font-size: 25.13px;
  font-weight: 600;
}

.another-links__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 50px;

  @media (max-width:992px) {
    flex-wrap: wrap;
    justify-content: center;
  }
}


.another-links__item {
  max-width: 150px;

  a {
    display: block;
    margin-top: 10px;
    font-size: 11px;
    line-height: 1.5;
    color: #000;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    line-height: normal;

  }

  a:hover {
    text-decoration: underline;
  }
}


/* .another-links__item-date {
  color: #8c8c8c;
  font-size: 10px;
  margin-top: 10px;
} */




















.footer__wrapper hr {
  width: 90%;
  height: 1px;
  background: rgba(0, 0, 0, 0.3137254902);
  margin: 0 auto;
  margin-bottom: 10px;
  margin-top: 20px;
}

.footer__top {
  display: flex;
  justify-content: space-between;
}

.footer__top-item {
  border-radius: 20px;
  background: #EDEDED;
  padding: 12px 30px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .footer__top-item {
    padding: 11px 25px;
  }
}

@media (max-width: 600px) {
  .footer__top-item {
    padding: 4px 20px 8px 20px;
  }
}

@media (max-width: 380px) {
  .footer__top-item {
    padding: 4px 15px 8px 15px;
  }
}

.footer__top-item-link {
  color: #000;

  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #FFF;
  font-family: 'Inter';
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 767px) {
  .footer__top-item-link {
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  .footer__top-item-link {
    font-size: 10px;
  }
}

@media (max-width: 380px) {
  .footer__top-item-link {
    font-size: 8px;
  }
}

.footer__bottom {
  text-align: center;
  color: #000;
  font-family: "Code-Pro-Light";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .footer__bottom {
    font-size: 10px;
  }
}

@media (max-width: 600px) {
  .footer__bottom {
    font-size: 8px;
  }
}

.popap {
  display: none;
  position: fixed;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 600px;
  background-color: #fff;
  z-index: 9999;
  overflow-y: auto;
  box-sizing: border-box;
  font-family: "Montserrat", Sans-serif;
  overflow-x: hidden;
  padding-top: 20px;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .popap {
    width: 100%;
    height: 100%;
    top: 0;
  }
}

.popap__close {
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
  color: #fff;
  font-size: 22px;
  transition: 0.3s ease;
}

.popap__header {
  background: linear-gradient(106.57deg, #3D4A8D -4.88%, #6F4599 103.67%);
  padding: 30px;
  color: white;
}

.popap__header p {
  margin: 0;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.popap__header h2 {
  color: #FFFFFF;
  font-family: "Montserrat", Sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 23px;
  margin-bottom: 10px;
}

@media (max-width: 479px) {
  .popap__header h2 {
    font-size: 16px;
    line-height: 20px;
  }
}

.popap__body {
  padding: 30px;
  color: #000;
}

.popap__body p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #000;
}

@media (max-width: 479px) {
  .popap__body p {
    font-size: 10px;
    line-height: 14px;
  }
}

.popap__body h2 {
  margin-top: 40px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1 !important;
  margin-bottom: 20px;
  color: #000;
}

@media (max-width: 479px) {
  .popap__body h2 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 40px;
    margin-top: 50px;
  }
}

.popap__body h3 {
  font-size: 26px;
  font-weight: 600;
  line-height: 1 !important;
  margin-bottom: 20px;
  color: #000;
  margin-top: 40px;
}

@media (max-width: 479px) {
  .popap__body h3 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
    margin-top: 20px;
  }
}

.popap__body li {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #000;
  padding: 5px 0;
}

@media (max-width: 479px) {
  .popap__body li {
    font-size: 10px;
    line-height: 14px;
  }
}

.popap-center {
  margin-bottom: 50px;
}

.popap__close-btn {
  margin-top: 40px;
}

.btn {
  border-radius: 30px;
  padding: 15px 30px 15px 30px;
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
  transition: 0.3s ease;
}

.modal {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease;
}

@media (max-width: 767px) {
  .modal {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.modal-content {
  background-color: #fefefe;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #888;
  max-width: 550px;
  height: 500px;
  text-align: center;
  color: #000000;
  font-size: 22px;
  border-radius: 4px;
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
}

@media (max-width: 767px) {
  .modal-content {
    height: 400px;
    /* margin: 0 20px; */
  }
}

@media (max-width: 580px) {
  .modal-content {
    margin: 60px 10px;
  }
}

@media (max-width: 479px) {
  .modal-content {
    gap: 10px;
    height: 350px;
    margin: 60px 10px;
    padding: 10px;
  }
}

@media (max-width: 380px) {
  .modal-content {
    height: 300px;
  }
}

.modal-content p {
  font-size: 35px;
}

@media (max-width: 499px) {
  .modal-content p {
    font-size: 25px;
  }
}

@media (max-width: 380px) {
  .modal-content p {
    font-size: 20px;
  }
}

.modal-content p:last-child {
  margin-top: 10px;
  font-size: 15px;
}

@media (max-width: 489px) {
  .modal-content p:last-child {
    font-size: 12px;
  }
}

@media (max-width: 380px) {
  .modal-content p:last-child {
    font-size: 10px;
  }
}

.check-img {
  max-width: 50px;
  display: inline-block;
}

.check-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 42px;
  font-weight: 600;
  margin-left: -60px;
}

@media (max-width: 479px) {
  .check-text {
    margin-left: -20px;
    font-size: 30px;
  }
}

.close {
  color: #aaa;
  /* float: right; */
  line-height: 1;
  font-size: 28px;
  font-weight: bold;
  transition: 0.3s ease;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px 20px 15px 15px;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.fade-in {
  opacity: 1;
  /* Установка непрозрачности на 1 для появления */
}

.fade-out {
  opacity: 0;
  /* Установка непрозрачности на 0 для исчезновения */
}

.container {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0px 20px;
}


.footer {
  background: #000;
  color: #fff;
  padding: 20px 0;
  font-size: 15px;
}
.footer {
  color: #fff;
  background: #A12020;
}



.footer__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}

.footer__info {
  margin-bottom: 10px;
}

.footer__copyright {
  font-size: 12px;
  opacity: 0.7;
}

@media (min-width: 768px) {
  .footer__wrapper {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }

  .footer__info {
    margin-bottom: 0;
  }
}


/* Адаптив для планшетов */
@media (max-width: 1024px) {
  .main-container {
    padding: 16px;
  }

  .header {
    flex-direction: column;
    align-items: center;
  }

  .nav-menu {
    gap: 12px;
  }
}

/* Адаптив для телефонов */
@media (max-width: 768px) {
  .main-container {
    padding: 12px;
  }

  .header-title {
    font-size: 24px;
    text-align: center;
  }

  .nav-menu {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .button {
    width: 100%;
    padding: 10px;
  }
}


@media (max-width: 768px) {
  .promo__bot-heading {
    font-size: 24px;
  }

  .middle__heading {
    font-size: 22px;
  }

  .middle__text .middle__title {
    font-size: 14px;
  }

  ul li {
    font-size: 16px;
    line-height: 1.4;
  }
}

@media (max-width: 480px) {
  .promo__bot-heading {
    font-size: 20px;
  }

  .middle__heading {
    font-size: 18px;
  }

  .middle__text {
    font-size: 14px;
  }

  ul li {
    font-size: 14px;
    line-height: 1.3;
  }
}