@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Inter:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic);
* {
  font-family: "Inter", Helvetica, sans-serif;
}

body {
  background: rgb(247, 247, 247) !important;
  font-size: 14px;
}

.mt9 {
  margin-top: 90px;
}

.cap-min {
  font-size: 44px;
  font-weight: 600;
  line-height: 120%;
}

.cap-h1 {
  color: rgb(0, 0, 0);
  font-size: 44px;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
}

.container {
  max-width: 1114px;
}

.icon {
  width: 22px;
}

/* ------- menu ---------- */
.header__logo-link {
  width: 197px;
  height: 54px;
}

.menu__container {
  max-width: 1300px;
  padding: 0 10px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.menu__wrapper {
  min-height: 85px;
  gap: 25px;
}

.navbar__list {
  -moz-column-gap: 80px;
       column-gap: 80px;
}

.navbar__item a {
  text-decoration: none;
  color: rgb(0, 0, 0);
  font-size: 15px;
  font-weight: 500;
}
.navbar__item a:hover {
  color: rgb(97, 97, 97);
}
.navbar__item span {
  color: rgb(0, 0, 0);
  font-size: 15px;
  font-weight: 500;
}

.menu__contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 0;
  padding-left: 5px;
}
.menu__contact li {
  list-style: none;
}
.menu__contact li a {
  text-decoration: none;
  color: rgb(0, 0, 0);
}

.full-width-bar {
  width: 100%; /* Занимает всю ширину */
  height: 1px; /* Высота полосы */
  background-color: rgb(115, 115, 115); /* Цвет полосы */
  position: relative; /* Для возможного позиционирования */
  top: 0; /* Расположение в верхней части страницы */
  left: 0; /* Начало с левой стороны */
}

/* ------------- header --------------*/
.wrapper__h1 {
  padding-top: 70px;
  padding-bottom: 70px;
}

/* ------------- banner --------------*/
.img-banner {
  height: auto;
  width: 100%;
}

/* ------------- направления --------------*/
.line__block {
  display: flex;
}
.line__block ul {
  list-style-type: none;
  padding-left: 0;
}
.line__block ul li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.line__block ul li::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("/images/arrow.svg");
  background-size: cover;
  display: inline-block;
  position: absolute;
  left: -20px;
  top: 7px;
}

/*----------- img-block ------------*/
.img-block {
  margin-top: 90px;
}

/* ---------- aboutCokp ------------ */
#aboutCorp {
  margin-top: 100px;
  margin-bottom: 100px;
}

.aboutCorp__wrapper {
  display: flex;
  gap: 20px;
}

.aboutCorp__col {
  width: 50%;
}

/*----------- details ------------ */
#details {
  padding-top: 64px;
  padding-bottom: 64px;
  background: rgb(255, 255, 255);
}

.details__wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  -moz-column-gap: 70px;
       column-gap: 70px;
  row-gap: 30px;
}

.details__block {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: rgb(237, 242, 244);
  padding: 10px;
}
.details__block p {
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  margin: 0;
}
.details__block a {
  color: rgba(0, 24, 141, 0.8);
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}
.details__block a:hover {
  color: rgba(1, 10, 54, 0.8);
}

.doc__img {
  width: 16.9px;
  height: auto;
}

/*---------------- stakes ----------------*/
#stakes {
  padding-top: 64px;
  padding-bottom: 64px;
}

.stakes__wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 102px;
       column-gap: 102px;
  row-gap: 30px;
  flex-wrap: wrap;
}

.stakes__block {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: rgb(237, 242, 244);
  padding: 10px;
}
.stakes__block p {
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  margin: 0;
}
.stakes__block a {
  color: rgba(0, 24, 141, 0.8);
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}
.stakes__block a:hover {
  color: rgba(1, 10, 54, 0.8);
}

/*---------------- contact ----------------*/
.contact__wrapper {
  position: relative;
  background: rgb(255, 255, 255);
  padding: 50px 20px;
}

.contact {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact__link {
  color: rgb(0, 0, 0);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}
.contact__link:hover {
  text-decoration: underline;
}

/*---------------- form ----------------*/
.form__wrapper {
  position: relative;
  background: rgb(237, 242, 244);
  padding: 50px 20px;
}

.form-input {
  box-sizing: border-box;
  border: 1px solid rgb(213, 213, 213);
  border-radius: 8px;
  background: rgb(255, 255, 255);
  width: 100%;
  max-width: 425px;
  height: 48px;
  margin-top: 10px;
  padding-left: 16px;
}

.main-btn {
  border-radius: 8px;
  background: rgb(235, 97, 17);
  border: 1px solid rgb(235, 97, 17);
  width: 100%;
  max-width: 425px;
  height: 56px;
  color: rgb(255, 255, 255);
}
.main-btn:hover {
  border: 1px solid rgb(0, 0, 0);
  background: transparent;
  color: black;
}

.h-96 {
  height: 96px;
}

#success-form,
#error-form {
  display: none;
}

/*---------------- footer ----------------*/
.footer {
  background: rgb(16, 16, 16);
  padding: 35px 0;
}

.container-1320 {
  max-width: 1300px;
  padding: 0 10px;
  margin-left: auto;
  margin-right: auto;
}

.footer__wrapper {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.footer__block-l {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  -moz-column-gap: 40px;
       column-gap: 40px;
  align-items: center;
}

.footer-logo {
  width: 197px;
  height: 54px;
}

.footer__menu {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 24px;
  -moz-column-gap: 91px;
       column-gap: 91px;
  margin-bottom: 0;
  padding-left: 0;
}

.footer__menu__list {
  list-style: none;
}

.footer__menu__link {
  color: rgb(255, 255, 255);
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}
.footer__menu__link:hover {
  color: rgb(139, 139, 139) !important;
}

.footer__block-2 {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.footer__contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  margin-bottom: 0;
  padding-left: 0;
}
.footer__contact li {
  list-style: none;
  color: rgb(255, 255, 255);
}

.footer__contact__link {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.footer__contact__link:hover {
  color: rgb(139, 139, 139) !important;
}

@media (max-width: 576px) {
  .aboutCorp__col {
    width: 100%;
  }
  .center-md {
    text-align: center;
  }
  .line__block ul {
    margin: 0px 19px;
  }
}
@media (min-width: 576px) {
  .line__block ul {
    margin: 0px 46px;
  }
}
@media (max-width: 767px) {
  .cap-h1 {
    font-size: 24px;
  }
  .cap-min {
    font-size: 24px;
  }
  .aboutCorp__wrapper {
    flex-direction: column;
  }
  .aboutCorp__col {
    width: 100%;
  }
  .line__item:nth-child(2n+1) {
    background: rgb(237, 242, 244);
  }
  .line__item:nth-child(2n+2) {
    background: rgb(247, 247, 247);
  }
  .contact {
    align-items: center;
  }
  .form__wrapper {
    text-align: center;
  }
  .field-turnkey {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer__wrapper {
    flex-direction: column;
  }
  .footer__block-l {
    justify-content: center;
    flex-direction: column;
  }
  .footer__menu {
    margin-top: 20px;
    flex-direction: column;
    align-items: center;
  }
  .footer__block-2 {
    margin-top: 50px;
    justify-content: center;
  }
  .footer__contact {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .navbar__list {
    align-items: center;
    flex-wrap: wrap;
  }
  .menu-m {
    margin-left: 10px;
  }
}
@media (max-width: 992px) {
  .menu__container {
    max-width: 100%;
    margin: 0;
  }
  .navbar__list {
    row-gap: 32px;
  }
  .menu-m {
    margin-top: 20px;
  }
  .footer__wrapper {
    justify-content: center;
  }
}/*# sourceMappingURL=style.css.map */