*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  margin: 0 auto;
  font-family: "OpenSans";
  font-weight: 400;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

span {
  display: inline-block;
}

img {
  display: block;
  max-width: 100%;
}

li {
  list-style: none;
}

input, textarea, button, select {
  font-family: inherit;
  border: 0;
  background: none;
  outline: none;
  resize: none;
}

/* Inter */
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter_24pt-Regular.woff") format("woff"), url("../fonts/Inter/Inter_24pt-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter_24pt-Medium.woff") format("woff"), url("../fonts/Inter/Inter_24pt-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter_24pt-SemiBold.woff") format("woff"), url("../fonts/Inter/Inter_24pt-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter_24pt-Bold.woff") format("woff"), url("../fonts/Inter/Inter_24pt-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  display: swap;
}
/* OpenSans */
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans/OpenSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  display: swap;
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans/OpenSans-Medium.woff") format("woff"), url("../fonts/OpenSans/OpenSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  display: swap;
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans/OpenSans-SemiBold.woff") format("woff"), url("../fonts/OpenSans/OpenSans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  display: swap;
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans/OpenSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  display: swap;
}
/* Geologica */
@font-face {
  font-family: "Geologica";
  src: url("../fonts/Geologica/Geologica-Regular.woff") format("woff"), url("../fonts/Geologica/Geologica-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  display: swap;
}
@font-face {
  font-family: "Geologica";
  src: url("../fonts/Geologica/Geologica-Medium.woff") format("woff"), url("../fonts/Geologica/Geologica-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  display: swap;
}
@font-face {
  font-family: "Geologica";
  src: url("../fonts/Geologica/Geologica-SemiBold.woff") format("woff"), url("../fonts/Geologica/Geologica-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  display: swap;
}
@font-face {
  font-family: "Geologica";
  src: url("../fonts/Geologica/Geologica-Bold.woff") format("woff"), url("../fonts/Geologica/Geologica-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  display: swap;
}
@font-face {
  font-family: "Geologica";
  src: url("../fonts/Geologica/Geologica-ExtraBold.woff") format("woff"), url("../fonts/Geologica/Geologica-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  display: swap;
}
/* MonoSans */
@font-face {
  font-family: "MonoSans";
  src: url("../fonts/MonoSans/MonaSans_Condensed-Regular.woff") format("woff"), url("../fonts/MonoSans/MonaSans_Condensed-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  display: swap;
}
@font-face {
  font-family: "MonoSans";
  src: url("../fonts/MonoSans/MonaSans_Condensed-Medium.woff") format("woff"), url("../fonts/MonoSans/MonaSans_Condensed-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  display: swap;
}
@font-face {
  font-family: "MonoSans";
  src: url("../fonts/MonoSans/MonaSans_Condensed-SemiBold.woff") format("woff"), url("../fonts/MonoSans/MonaSans_Condensed-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  display: swap;
}
@font-face {
  font-family: "MonoSans";
  src: url("../fonts/MonoSans/MonaSans_Condensed-Bold.woff") format("woff"), url("../fonts/MonoSans/MonaSans_Condensed-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  display: swap;
}
.title {
  font-family: "Geologica";
  font-weight: 500;
  font-size: 60px;
  line-height: 150%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  text-align: center;
}

.section-title {
  font-family: "Geologica";
  font-weight: 500;
  font-size: 40px;
  line-height: 150%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #1b1b19;
}

.page .header {
  -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}

.header {
  padding: 15px 0;
}
.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header__logo img {
  height: 70px;
}
.header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
.header nav ul li a {
  font-family: "Geologica";
  font-weight: 400;
}
.header .burger-icon {
  cursor: pointer;
  display: none;
}
.header__btn a {
  background-color: #B93334;
  color: #fff;
  padding: 10px 25px;
  border-radius: 6px;
}

.burger-menu {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  z-index: -99999999;
  opacity: 0;
  visibility: hidden;
}
.burger-menu.active {
  z-index: 99999999;
  opacity: 1;
  visibility: visible;
}
.burger-menu nav ul li a {
  font-family: "Geologica";
  font-size: 18px;
  font-weight: 400;
  display: block;
  margin-bottom: 15px;
}
.burger-menu .burger-close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.hero {
  height: calc(100vh - 100px);
  width: 100%;
  background-image: url("../img/banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.hero .container {
  height: 100%;
}
.hero__wrapper {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  z-index: 9999999;
  position: relative;
}
.hero__wrapper h2 {
  font-size: 60px;
  font-weight: 800;
  font-family: "Geologica";
  margin-bottom: 15px;
  text-transform: uppercase;
}
.hero__wrapper p {
  max-width: 450px;
  margin-bottom: 25px;
}
.hero__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hero__btns a {
  padding: 13px 20px;
  border-radius: 8px;
}
.hero__btns a:first-child {
  background-color: #fff;
  color: #000;
  border: none;
}
.hero__btns a:last-child {
  color: #fff;
  border: 1px solid #fff;
}
.hero .overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.products {
  margin-bottom: 100px;
}
.products .title {
  margin-bottom: 45px;
}
.products__card {
  border-radius: 18px;
  text-align: center;
}
.products__card h2 {
  font-family: "MonoSans";
  font-size: 41px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 30px;
}
.products__card img {
  width: 100%;
  margin: 0 auto;
}

.company {
  margin: 80px 0 120px;
}
.company__inner img {
  border-radius: 40px;
}
.company__inner h2 {
  font-family: "Geologica";
  font-weight: 500;
  font-size: 60px;
  line-height: 150%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #1b1b19;
  margin-bottom: 20px;
}
.company__inner p {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #1b1b19;
  margin-bottom: 30px;
}
.company__inner a {
  font-family: "Geologica";
  border-radius: 100px;
  padding: 21px 33px;
  background-color: #B93334;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #fff;
}

.advantage {
  margin-bottom: 130px;
}
.advantage .title {
  margin-bottom: 10px;
}
.advantage p {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #1b1b19;
  max-width: 1028px;
  margin: 0 auto 59px;
}
.advantage__video {
  margin-top: 30px;
}

.partners {
  margin-bottom: 100px;
}
.partners .title {
  margin-bottom: 10px;
}
.partners p {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #1b1b19;
  max-width: 970px;
  margin: 0 auto 59px;
}
.partners__card {
  -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.1);
  box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.1);
  overflow: hidden;
  border-radius: 40px;
  margin-bottom: 35px;
}

.about {
  padding: 100px 0 150px;
}
.about__company-info {
  margin-bottom: 130px;
}
.about__company-info .title {
  margin-bottom: 10px;
}
.about__company-info h3 {
  margin-bottom: 20px;
}
.about__company-info p {
  max-width: 806px;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #1b1b19;
  margin: 0 auto;
  margin-bottom: 40px;
}
.about__history {
  margin-bottom: 130px;
}
.about__history h3 {
  margin-bottom: 20px;
}
.about__history p {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #1b1b19;
}
.about__values {
  margin-bottom: 130px;
}
.about__values h3 {
  text-align: center;
  margin-bottom: 50px;
}
.about__values-card {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  padding: 30px 24px;
  border-radius: 40px;
  height: 100%;
}
.about__values-card h4 {
  font-family: "Geologica";
  font-weight: 500;
  font-size: 26px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #1b1b19;
  margin: 15px 0;
}
.about__values-card p {
  font-weight: 400;
  font-size: 14px;
  line-height: 170%;
  letter-spacing: -0.01em;
  color: #1b1b19;
}
.about .about__mission-img {
  border-radius: 40px;
}
.about__stats {
  background-color: #B93334;
  padding: 70px 0;
  color: #fff;
  font-family: "Geologica";
  margin-bottom: 100px;
}
.about__stats h2 {
  font-weight: 500;
  font-size: 40px;
  line-height: 150%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.about .stats__card h4 {
  font-weight: 500;
  font-size: 50px;
}
.about .stats__card span {
  font-weight: 400;
  font-size: 30px;
  line-height: 146%;
}
.about__certificates h3 {
  margin-bottom: 28px;
}
.about__certificates p {
  font-weight: 400;
  font-size: 18px;
  line-height: 170%;
  letter-spacing: -0.01em;
  color: #1b1b19;
  max-width: 550px;
}
.about__certificates .cert-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about__certificates .cert-card {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  padding: 35px;
  border-radius: 40px;
}
.about__cert-list {
  margin-top: 130px;
}
.about__cert-list h3 {
  text-align: center;
}
.about__banner {
  margin: 50px 0 120px;
}
.about__deliveries h3 {
  margin-bottom: 15px;
}
.about__deliveries p {
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  letter-spacing: -0.01em;
  color: #1b1b19;
  margin-bottom: 35px;
}
.about__cards-item {
  border-radius: 40px;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  padding: 34px 0;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Geologica";
  font-weight: 500;
  font-size: 22px;
  line-height: 150%;
  text-align: center;
  color: #1b1b19;
}
.about__cards-item span {
  display: block;
  margin-top: 10px;
}

.purchase {
  padding: 130px 0;
}
.purchase .partners {
  margin-bottom: 0;
}
.purchase__image {
  display: block;
  margin-bottom: 30px;
}
.purchase__offer {
  background: linear-gradient(171deg, rgb(185, 51, 52) 19%, rgb(219, 88, 88) 50%);
  border-radius: 40px;
  padding: 76px 25px;
  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;
  color: #fff;
}
.purchase__offer h3 {
  font-family: "Geologica";
  font-weight: 500;
  font-size: 40px;
  line-height: 150%;
  letter-spacing: -0.01em;
  text-align: center;
  margin-bottom: 20px;
}
.purchase__offer p {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -0.01em;
  text-align: center;
  max-width: 750px;
  color: #fff;
}
.purchase__offer .purchase__btn {
  background-color: #fff;
  color: #B93334;
  padding: 12px 25px;
  font-weight: 500;
  font-family: "Geologica";
  border-radius: 6px;
}

.media {
  padding: 100px 0;
}
.media__wrapper h2 {
  margin-bottom: 10px;
}
.media__wrapper p {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #1b1b19;
  max-width: 1028px;
  margin: 0 auto 30px;
}
.media__btns {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
}
.media__btns button {
  max-width: 300px;
  width: 100%;
  border-radius: 100px;
  border: 1px solid #B93334;
  padding: 15px 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-family: "Geologica";
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.01em;
  text-align: center;
}
.media__btns button.active {
  background-color: #B93334;
  color: #fff;
}

.media .tab-button:hover:not(.active) {
  background: #ba3d3d;
  color: white;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}
.media .tabs-header {
  margin: 40px 0;
}
.media .tab-content {
  min-height: 400px;
}
.media .content-section {
  display: none;
  -webkit-animation: fadeIn 0.5s ease-in-out;
  animation: fadeIn 0.5s ease-in-out;
}
.media .content-section.active {
  display: block;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.contacts {
  padding: 100px 0;
}
.contacts .title {
  margin-bottom: 10px;
}
.contacts__subtitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #1b1b19;
  max-width: 1028px;
  margin: 0 auto 40px;
}
.contacts__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 27px;
  font-family: "Geologica";
  font-weight: 500;
  font-size: 25px;
  line-height: 150%;
  letter-spacing: -0.01em;
  background: #f8f8f8;
  padding: 20px 25px;
  border-radius: 30px;
  margin-bottom: 20px;
}
.contacts__card span {
  display: block;
  width: 76%;
}
.contacts__card-icon {
  width: 70px;
  height: 70px;
  border-radius: 12px;
  background-color: #B93334;
  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;
}
.contacts__social {
  background-color: #f8f8f8;
  padding: 20px 25px;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 31px;
}
.contacts__social a {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 1px solid #B93334;
  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;
}
.contacts__form-wrapper {
  background-color: #f8f8f8;
  padding: 34px 39px;
  border-radius: 25px;
}
.contacts__form-wrapper h3 {
  font-family: "Geologica";
  font-weight: 500;
  font-size: 30px;
  line-height: 150%;
  letter-spacing: -0.01em;
  margin-bottom: 19px;
}
.contacts__form-wrapper form input {
  width: 100%;
  border: 1px solid #bdbdbd;
  border-radius: 20px;
  background-color: #fff;
  padding: 20px 0 20px 20px;
  margin-bottom: 15px;
}
.contacts__form-wrapper form textarea {
  background-color: #fff;
  width: 100%;
  padding: 25px;
  border: 1px solid #bdbdbd;
  border-radius: 20px;
  height: 125px;
}
.contacts__form-wrapper form button {
  border-radius: 20px;
  background-color: #B93334;
  color: #fff;
  padding: 25px 0;
  width: 100%;
  margin-top: 20px;
  font-family: "Geologica";
  font-weight: 500;
  font-size: 18px;
}
.contacts__form-wrapper form .contacts__form-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
}

.footer {
  background-color: #B93334;
  color: #fff;
}
.footer__wrapper {
  padding: 70px 0;
}
.footer__logo {
  margin-bottom: 25px;
  display: block;
}
.footer__logo img {
  height: 90px;
}
.footer__subtitle {
  font-family: "Geologica";
  font-weight: 400;
  font-size: 18px;
  line-height: 127%;
  margin-bottom: 25px;
}
.footer__customer-btn {
  font-family: "Geologica";
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  background-color: #fff;
  border-radius: 100px;
  padding: 10px 30px;
  color: #B93334;
}
.footer__heading {
  font-weight: 700;
  font-size: 22px;
  line-height: 150%;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.footer__inner ul li {
  margin-bottom: 15px;
}
.footer__inner ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
}
.footer__contacts p {
  margin-bottom: 15px;
}
.footer__contacts .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.footer__contacts .socials a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #fff;
  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;
}
.footer__phone {
  margin-bottom: 25px;
}
.footer__copyright {
  background-color: #e24141;
  padding: 20px 0;
}
.footer__copyright-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 400;
  font-size: 16px;
  line-height: 107%;
}
.footer__copyright-inner .footer__company {
  margin-left: 45px;
}
.footer__copyright-inner a {
  text-decoration: underline;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999999999;
  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;
}
.popup-wrapper {
  display: none;
}
.popup-wrapper.active {
  display: block;
}
.popup__inner {
  max-width: 550px;
  background-color: #fff;
  padding: 80px 0;
  width: 100%;
  position: relative;
}
.popup__inner h3 {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 151%;
  margin-bottom: 32px;
}
.popup__inner form {
  width: 66%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.popup__inner form input {
  width: 100%;
  border: 1px solid #686d71;
  padding: 12px 18px;
}
.popup__inner form button {
  background-color: #B93334;
  padding: 12px 18px;
  display: block;
  width: 100%;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.popup__inner form button:hover {
  background-color: #ba3e3e;
}
.popup__close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .header nav {
    display: none;
  }
  .header__btn {
    display: none;
  }
  .header .burger-icon {
    display: block;
  }
}
@media (max-width: 992px) {
  .header__logo img {
    height: 50px;
  }
  .hero {
    height: calc(100vh - 80px);
  }
  .company__inner img {
    display: block;
    margin-bottom: 35px;
  }
  .advantage img {
    width: 100%;
    height: 100%;
  }
  .advantage .col-lg-8 {
    margin-top: 25px;
  }
  .about__history .row .col-lg-6:first-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .about__history .row .col-lg-6 img {
    width: 100%;
  }
  .about__certificates p {
    max-width: 100%;
  }
  .about__certificates .cert-inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .about__certificates h3 {
    text-align: center;
    margin-bottom: 15px;
  }
  .about__cert-list a {
    width: 100%;
  }
  .about__cert-list a img {
    width: 100%;
  }
  .about__cert-list h3 {
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .company__inner h2 {
    font-size: 50px;
    margin-bottom: 10px;
  }
  .title {
    font-size: 50px;
  }
  .footer__heading {
    margin-bottom: 15px;
  }
  .footer__customer-btn {
    display: inline-block;
    margin-bottom: 25px;
  }
}
@media (max-width: 576px) {
  .hero__wrapper h2 {
    font-size: 50px;
  }
  .hero__wrapper p {
    font-size: 15px;
  }
  .company__inner h2 {
    font-size: 40px;
  }
  .company__inner p {
    font-size: 16px;
  }
  .company__inner a {
    padding: 15px 33px;
  }
  .title {
    font-size: 40px;
  }
  .company {
    margin-bottom: 80px;
  }
  .products .title {
    margin-bottom: 30px;
  }
  .partners p {
    font-size: 16px;
  }
  .partners__card {
    border-radius: 8px;
    margin-bottom: 22px;
  }
  .products {
    margin-bottom: 80px;
  }
  .advantage p {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .partners {
    margin-bottom: 60px;
  }
  .footer__copyright-inner {
    -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;
    text-align: center;
    gap: 20px;
  }
  .about__company-info p {
    font-size: 16px;
  }
  .about__company-info {
    margin-bottom: 80px;
  }
  .popup {
    padding: 0 16px;
  }
  .popup h3 br {
    display: none;
  }
  .popup__inner form {
    width: 86%;
  }
  .about__history p {
    font-size: 16px;
  }
  .about__history h3 {
    text-align: center;
  }
  .about__history {
    margin-bottom: 80px;
  }
  .section-title {
    font-size: 26px;
  }
  .about__values {
    margin-bottom: 80px;
  }
  .about__values-card {
    border-radius: 20px;
  }
  .about__stats {
    padding: 50px 0;
  }
  .about .stats__card span {
    font-size: 22px;
  }
  .about .stats__card h4 {
    font-size: 40px;
  }
  .about__stats h2 {
    font-size: 30px;
  }
  .about__banner {
    margin-bottom: 60px;
  }
  .about__cards-item {
    font-size: 16px;
  }
  .about__cards-item {
    border-radius: 20px;
    padding: 25px 0;
  }
  .purchase__offer {
    padding: 50px 25px;
  }
  .purchase {
    padding: 80px 0;
  }
  .media {
    padding-top: 80px;
  }
  .media__wrapper p {
    font-size: 16px;
  }
  .contacts__subtitle {
    font-size: 16px;
  }
  .contacts__card {
    padding: 15px 20px;
    font-size: 18px;
  }
  .contacts__card-icon {
    width: 50px;
    height: 50px;
  }
  .contacts__card-icon img {
    width: 30px;
    height: 30px;
  }
  .contacts__social {
    gap: 10px;
  }
  .contacts__form-wrapper {
    padding: 34px 15px;
  }
  .contacts__form-wrapper h3 {
    font-size: 22px;
  }
  .contacts__form-wrapper form button {
    padding: 18px 0;
  }
  .partners p {
    margin-bottom: 35px;
  }
  .purchase__offer h3 {
    font-size: 26px;
  }
}
@media (max-width: 500px) {
  .hero__wrapper h2 {
    font-size: 36px;
  }
  .hero__wrapper p {
    font-size: 15px;
  }
  .hero__btns a {
    padding: 10px 18px;
    font-size: 15px;
  }
  .company__inner p {
    font-size: 14px;
  }
  .company__inner h2 {
    font-size: 30px;
  }
  .title {
    font-size: 30px;
  }
  .company__inner a {
    font-size: 14px;
    padding: 12px 25px;
  }
  .partners p {
    font-size: 14px;
  }
}



.page-status {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
}

.status__icon {
	max-width: 500px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.status__icon h1 {
	text-align: center;
}