@charset "UTF-8";
:root {
  --white: #fff;
  --blue: #3758f9;
  --black: #09090b;
  --light-blue: #eff2ff;
  --grey-text: #677177;
  --line: #e4e4e7;
  --color1: #f08308;
  --color2: #28313A;
  --color3: #F4B637;
}

body {
  background-color: #fff;
  font-family: "Inter", sans-serif;
}
body::-webkit-scrollbar-track {
  border-radius: 0px;
  background-color: #E4E4E7;
}
body::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}
body::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: var(--color1);
}

html,
body {
  height: 100%;
  margin: 0;
}

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

* {
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 992px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
}

.logo {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
}

section {
  padding: clamp(40px, 8vw, 75px) 0;
}

strong {
  font-weight: 600;
}

p {
  line-height: 140%;
}

.top {
  display: -ms-grid;
  display: grid;
  gap: 24px;
  margin-bottom: 44px;
}
.top--center .main-title {
  text-align: center;
}
.top--center .main-title:after {
  left: 0;
  right: 0;
  margin: 0 auto;
}

.main-title {
  font-size: clamp(26px, 4.267vw, 42px);
  line-height: 135%;
  font-weight: 600;
  color: var(--color2);
  position: relative;
}
.main-title::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100px;
  height: 4px;
  content: "";
  background: var(--color1);
}

.pretitle {
  font-size: clamp(18px, 2.8vw, 24px);
  line-height: 135%;
  font-weight: 400;
  color: var(--color2);
}

.hero {
  height: 600px;
  background-image: url(../img/img235236.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.hero::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(27, 27, 27);
  opacity: 0.7;
}
.hero .container {
  position: relative;
  z-index: 3;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero h1 {
  font-size: clamp(34px, 5.6vw, 50px);
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 40px;
  text-align: center;
  color: #fff;
}
.hero p {
  text-align: center;
  font-size: clamp(18px, 2.933vw, 24px);
  font-weight: 600;
  line-height: 140%;
  color: #fff;
}

.about__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(24px, 5.867vw, 60px);
}
.about__image {
  width: 50%;
}
.about__image img {
  width: 100%;
}
.about__main {
  width: 50%;
}
@media (max-width: 992px) {
  .about__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about__main {
    width: 100%;
  }
  .about__image {
    width: 100%;
  }
}

.services__list {
  display: -ms-grid;
  display: grid;
  gap: 24px;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 992px) {
  .services__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .services__list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.services .services-item {
  border: 2px solid var(--color1);
}
.services .services-item__image {
  height: 200px;
  overflow: hidden;
}
.services .services-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.23s;
  transition: 0.23s;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.services .services-item__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 12px;
}
.services .services-item p {
  font-size: 16px;
  font-weight: 400;
}
.services .services-item__content {
  padding: 24px 12px;
  border-top: 2px solid var(--color1);
}
.services .services-item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.trust .trust-cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 768px) {
  .trust .trust-cards {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.trust .trust-card {
  background-color: var(--color1);
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.trust .trust-card svg {
  fill: #fff;
  width: 56px;
  height: 56px;
}
.trust .trust-card h3 {
  font-size: 24px;
  color: #fff;
  text-align: center;
}
.trust .trust-card p {
  color: #fff;
  text-align: center;
}

.contact-form {
  margin: 0 auto;
  text-align: left;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid rgb(189, 189, 189);
  background-color: #e6e6e6;
  font-size: 1rem;
  outline: none;
  -webkit-transition: border 0.3s, background-color 0.3s;
  transition: border 0.3s, background-color 0.3s;
}

.contact-submit {
  background-color: var(--color1);
  color: #fff;
  padding: 15px 45px;
  border: none;
  font-size: 22px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, transform 0.3s;
  transition: background-color 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.contact-submit:hover {
  background-color: var(--color1);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.breadcrumbs-sc {
  padding: 24px 0;
}

.breadcrumbs {
  margin: 20px 0;
  color: #555;
}

.breadcrumbs a {
  color: var(--color1);
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.breadcrumbs a:hover {
  color: var(--color1);
}

.breadcrumbs .separator {
  margin: 0 5px;
  color: #999;
}

.page-top {
  margin-bottom: clamp(40px, 8vw, 80px);
}
.page-top .main-title {
  text-align: center;
}
.page-top .main-title:after {
  left: 0;
  right: 0;
  margin: 0 auto;
}

.text-page {
  max-width: 900px;
  margin: 0 auto;
}
.text-page img {
  width: 100%;
  margin-bottom: clamp(30px, 5.333vw, 50px);
}
.text-page h2 {
  font-size: clamp(26px, 4.4vw, 36px);
  font-weight: 700;
  margin-bottom: 30px;
}
.text-page .sc-txt {
  margin-bottom: 60px;
}

.stats-section {
  padding: 60px 20px;
  background-color: #f5f5f5;
  text-align: center;
  margin-top: 100px;
}

.stats-section .container {
  max-width: 1000px;
  margin: 0 auto;
}

.stats-section h2 {
  font-size: 32px;
  margin-bottom: 10px;
}

.stats-section .subtitle {
  font-size: 18px;
  margin-bottom: 40px;
  color: #555;
}

.stats-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}

.stat-card {
  background-color: var(--color1);
  padding: 30px 20px;
  border-radius: 8px;
  width: 200px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.stat-card h3 {
  font-size: 36px;
  margin-bottom: 10px;
  color: #fff;
}

.stat-card p {
  font-size: 16px;
  color: #fff;
}

.contact-info {
  padding: 60px 20px;
  background-color: #fff;
  text-align: center;
  color: #28313A;
}

.contact-info .container {
  max-width: 900px;
  margin: 0 auto;
}

.contact-info h2 {
  font-size: 32px;
  margin-bottom: 10px;
  color: #28313A;
}

.contact-info .subtitle {
  font-size: 18px;
  margin-bottom: 40px;
  color: #555;
}

.contact-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact-card {
  background-color: #28313A;
  padding: 25px 20px;
  border-radius: 8px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 45%;
          flex: 1 1 45%;
  min-width: 250px;
  text-align: left;
  color: #fff;
  position: relative;
}

.contact-card .icon {
  font-size: 30px;
  color: #F08306;
  margin-bottom: 15px;
}
.contact-card .icon svg {
  width: 24px;
  height: 24px;
}

.contact-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #F08306;
}

.contact-card p {
  font-size: 16px;
  line-height: 1.6;
}

.faq-section {
  background-color: #28313A;
  color: #fff;
  text-align: center;
}

.faq-item {
  margin-bottom: 20px;
  text-align: left;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.faq-question {
  width: 100%;
  background-color: #28313A;
  border: 2px solid #F08306;
  color: #F08306;
  padding: 25px 25px;
  font-size: clamp(20px, 2.933vw, 24px);
  cursor: pointer;
  text-align: left;
  border-radius: 6px;
  position: relative;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 20px;
  font-size: 30px;
}

.faq-question.active::after {
  content: "-";
}

.faq-answer {
  display: none;
  padding: 15px 20px;
  border-left: 4px solid #F08306;
  background-color: #1f262e;
  border-radius: 0 0 6px 6px;
  margin-top: 5px;
}

.faq-answer p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
}

.pgff h3 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 15px;
}
.pgff p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
}
.pgff ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}
.pgff ul li {
  margin-bottom: 8px;
}

:root {
  --popup-accent: #16a34a;
  /* цвет иконки/успеха */
  --popup-text: #111;
  /* основной текст */
  --popup-bg: #fff;
  /* фон карточки */
  --popup-overlay: rgba(10, 15, 25, .55);
  /* фон оверлея */
  --popup-radius: 16px;
  --popup-shadow: 0 20px 50px rgba(0, 0, 0, .2);
}

.popup[hidden] {
  display: none !important;
}

.popup {
  position: fixed;
  inset: 0;
  z-index: 1000;
}

.popup__overlay {
  position: absolute;
  inset: 0;
  background: var(--popup-overlay);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  -webkit-animation: popup-overlay-in 0.25s ease both;
          animation: popup-overlay-in 0.25s ease both;
}

.popup__content {
  position: relative;
  z-index: 1;
  max-width: 520px;
  margin: 40px auto;
  padding: 32px 28px;
  background: var(--popup-bg);
  color: var(--popup-text);
  border-radius: var(--popup-radius);
  -webkit-box-shadow: var(--popup-shadow);
          box-shadow: var(--popup-shadow);
  -webkit-transform: translateY(20px) scale(0.98);
          transform: translateY(20px) scale(0.98);
  opacity: 0;
  -webkit-animation: popup-in 0.35s ease forwards;
          animation: popup-in 0.35s ease forwards;
  font: inherit;
}

.popup__close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 10px;
  background: transparent;
  color: #667085;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease, -webkit-transform 0.1s ease;
  transition: background-color 0.2s ease, color 0.2s ease, -webkit-transform 0.1s ease;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.1s ease;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.1s ease, -webkit-transform 0.1s ease;
}

.popup__close:hover {
  background: #f2f4f7;
  color: #344054;
}

.popup__close:active {
  -webkit-transform: scale(0.96);
          transform: scale(0.96);
}

.popup__icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  margin: 8px 0 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: color-mix(in oklab, var(--popup-accent) 15%, white);
  color: var(--popup-accent);
}

.popup__icon::before {
  content: "";
  width: 32px;
  height: 32px;
  display: block;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") no-repeat center/contain;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") no-repeat center/contain;
  background: var(--popup-accent);
}

.popup__title {
  margin: 8px 0 8px;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
}

.popup__text {
  margin: 0 0 6px;
  font-size: 16px;
  line-height: 1.6;
  color: #475467;
}

/* Небольшая анимация появления */
@-webkit-keyframes popup-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px) scale(0.98);
            transform: translateY(20px) scale(0.98);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}
@keyframes popup-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px) scale(0.98);
            transform: translateY(20px) scale(0.98);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}
@-webkit-keyframes popup-overlay-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes popup-overlay-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Состояние кнопки отправки при имитации отправки */
.contact-submit[disabled] {
  opacity: 0.7;
  cursor: not-allowed;
}

/* Мобильные отступы */
@media (max-width: 480px) {
  .popup__content {
    margin: 16px;
    padding: 24px 20px;
    border-radius: 14px;
  }
  .popup__title {
    font-size: 20px;
  }
  .popup__text {
    font-size: 15px;
  }
}
.feedbacks .feedbacks-slide {
  background-color: #fff;
  border: 5px solid var(--color1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 12px;
}
.feedbacks .feedbacks-slide__img {
  height: 100px;
  width: 100px;
  border-radius: 100px;
  overflow: hidden;
  border: 4px solid var(--color1);
  margin-bottom: 24px;
}
.feedbacks .feedbacks-slide__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.feedbacks .feedbacks-slide__name {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
.feedbacks .feedbacks-slide__rate {
  margin-top: 24px;
  margin-bottom: 24px;
}
.feedbacks .feedbacks-slide__rate svg {
  fill: rgb(255, 184, 30);
}
.feedbacks .feedbacks-slide__text {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.feedbacks__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 100px;
  margin-top: 50px;
}

.button-next,
.button-prev {
  width: 80px;
  height: 60px;
  background-color: var(--color1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.button-next svg,
.button-prev svg {
  width: 40px;
  height: 40px;
  fill: #fff;
}

.button-next svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.support .support-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(12px, 4vw, 44px);
}
@media (max-width: 992px) {
  .support .support-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.support__main {
  width: 50%;
}
@media (max-width: 992px) {
  .support__main {
    width: 100%;
  }
}
.support .support-peps {
  width: 50%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 992px) {
  .support .support-peps {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .support .support-peps {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
}
.support .support-peps .support-peps-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px;
  gap: 24px;
  border: 4px solid #28313A;
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
.support .support-peps .support-peps-item__image {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  overflow: hidden;
}
.support .support-peps .support-peps-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.support .support-peps .support-peps-item h4 {
  font-size: clamp(20px, 2.933vw, 24px);
  font-weight: 600;
  text-align: center;
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
.support .support-peps .support-peps-item p {
  text-align: center;
  font-size: 18px;
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
.support .support-peps .support-peps-item:hover {
  background-color: var(--color1);
}
.support .support-peps .support-peps-item:hover h4 {
  color: #fff;
}
.support .support-peps .support-peps-item:hover p {
  color: #fff;
}

.sectionblog__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 768px) {
  .sectionblog__list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.sectionblog .sectionblog-item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 250px;
  overflow: hidden;
  margin-bottom: 24px;
}
.sectionblog .sectionblog-item__top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.sectionblog .sectionblog-item__top:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.sectionblog .sectionblog-item__content {
  padding: 12px 4px;
}
.sectionblog .sectionblog-item .date {
  color: #666666;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 12px;
}
.sectionblog .sectionblog-item__title a {
  font-size: 20px;
  font-weight: 600;
  color: var(--color2);
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
.sectionblog .sectionblog-item__title a:hover {
  color: var(--color1);
}
.sectionblog .sectionblog-item p {
  font-size: 16px;
  margin-top: 14px;
}

.header {
  padding: 42px 0;
  background-color: var(--color2);
}
.header__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .logo {
  position: relative;
  z-index: 10;
}
.header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
.header__nav li a {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}
.header__nav li a:hover {
  text-decoration: underline;
}
.header .btn-menu {
  display: none;
}
@media (max-width: 992px) {
  .header__nav ul {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .header {
    padding: 20px 0;
  }
  .header__box {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header__nav {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    right: 0;
    background: #192734;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    height: 100vh;
    width: 100%;
    padding-top: 100px;
  }
  .header__nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 35px;
  }
  .header__nav.active {
    opacity: 1;
    visibility: visible;
  }
  .header .btn-menu {
    width: 30px;
    height: 40px;
    position: relative;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 10;
  }
  .header .btn-menu span {
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    border-radius: 1px;
  }
  .header .btn-menu span:nth-child(1) {
    top: 10px;
  }
  .header .btn-menu span:nth-child(2) {
    top: 19px;
  }
  .header .btn-menu span:nth-child(3) {
    top: 28px;
  }
  .header .btn-menu.active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 19px;
  }
  .header .btn-menu.active span:nth-child(2) {
    opacity: 0;
  }
  .header .btn-menu.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 19px;
  }
}

.footer {
  background: var(--color2);
  margin-top: clamp(20px, 4vw, 40px);
}
.footer__main {
  padding: clamp(40px, 8vw, 80px) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(24px, 4.533vw, 48px) 12px;
}
.footer .footer-col {
  width: 100%;
}
.footer .footer-col:nth-child(1) {
  max-width: 233px;
}
@media (max-width: 1200px) {
  .footer .footer-col:nth-child(1) {
    max-width: 32%;
  }
}
.footer .footer-col:nth-child(2) {
  max-width: 210px;
}
@media (max-width: 1200px) {
  .footer .footer-col:nth-child(2) {
    max-width: 32%;
  }
}
.footer .footer-col:nth-child(3) {
  max-width: 210px;
}
@media (max-width: 1200px) {
  .footer .footer-col:nth-child(3) {
    max-width: 32%;
  }
}
.footer .footer-col:nth-child(4) {
  max-width: 519px;
}
.footer__bottom {
  padding: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--line);
}
@media (max-width: 1200px) {
  .footer__main {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer .footer-col:nth-child(4) {
    width: 100%;
  }
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 768px) {
  .footer .footer-col:nth-child(1) {
    min-width: 100%;
  }
  .footer .footer-col:nth-child(2), .footer .footer-col:nth-child(3) {
    min-width: 46%;
    max-width: 46%;
  }
}
@media (max-width: 420px) {
  .footer .footer-col:nth-child(1) {
    min-width: 100%;
  }
  .footer .footer-col:nth-child(2), .footer .footer-col:nth-child(3) {
    min-width: 100%;
    max-width: 100%;
  }
}

.foo-contacts {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: var(--white);
  display: -ms-grid;
  display: grid;
  gap: 10px;
  margin-top: 10px;
}
.foo-contacts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: var(--white);
  padding-top: 13px;
  padding-bottom: 13px;
  gap: 20px;
  background-repeat: no-repeat;
  background-position: center left;
}
.foo-contacts a:hover {
  text-decoration: underline;
}

.footer-menu {
  display: -ms-grid;
  display: grid;
  gap: 10px;
}
.footer-menu span {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  color: var(--white);
  padding: 13px 20px;
}
.footer-menu ul {
  padding-top: 10px;
}
.footer-menu ul li {
  padding: 8px 20px;
}
.footer-menu ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--white);
}
.footer-menu ul li a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .footer-menu span {
    padding-left: 0;
  }
  .footer-menu ul li {
    padding-left: 0;
  }
}

.subscr {
  display: -ms-grid;
  display: grid;
  gap: 19px;
}
.subscr__title {
  font-weight: 700;
  font-size: clamp(28px, 4.533vw, 40px);
  line-height: 120%;
  color: var(--white);
}
.subscr form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  padding-right: 28px;
  width: 100%;
}
.subscr .input {
  width: 100%;
}
.subscr .input input {
  width: 100%;
  border: none;
  height: 50px;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.1);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--white);
}
.subscr .input input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--white);
}
.subscr .input input::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--white);
}
.subscr .input input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--white);
}
.subscr .input input::-ms-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--white);
}
.subscr .input input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--white);
}
.subscr__submit {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: var(--black);
  padding: 10px 28px;
  background: var(--white);
  border: none;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
}
.subscr p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--light-blue);
}
@media (max-width: 768px) {
  .subscr form {
    padding-right: 0;
  }
  .subscr__submit {
    padding: 10px 20px;
  }
}