@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #242430;
  overflow-x: hidden !important;
}

.wrapper {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 2ё0px;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}
.header__left {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 78px;
}
.header__left .logo {
  width: 100%;
  max-width: 80px;
}
.header__left .menu {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.header__left .menu__item {
  color: #FFF;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  cursor: pointer;
}
.header__left .menu__item::after {
  content: "";
  width: 0;
  height: 3px;
  background: #00BC87;
  position: absolute;
  left: 0;
  bottom: -8px;
  transition: 0.5s;
}
.header__left .menu__item:hover::after {
  width: 50%;
}
.header__right {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
}
.header__right .langs {
  color: #6C6C6C;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
}
.header__right .langs .active {
  color: #fff;
}
.header__right .btn {
  background-color: #6A72F7;
  border-radius: 50%;
  border: none;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__right .btn img {
  width: 100%;
  max-width: 10px;
}
.header #menu {
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 18px;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 6px;
  z-index: 1200;
}
.header #menu span {
  width: 60px;
  height: 2px;
  background-color: #fff;
  border-radius: 3px;
  transition: 0.3s ease;
  transform-origin: center;
}
.header .open .line1 {
  transform: rotate(45deg) translateY(3px) translateX(4px);
}
.header .open .line2 {
  transform: rotate(-45deg) translateY(-3px) translateX(4px);
}

.side__menu {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: -10000px;
  background-color: #242430;
  z-index: 12;
  padding: 10px;
  animation-fill-mode: forwards;
}
.side__menu_wrapper {
  padding: 0 10px;
}
.side__menu_wrapper ul {
  list-style: none;
}
.side__menu_wrapper ul li {
  color: #FFF;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 10px;
}

.hero {
  position: relative;
}
.hero__main {
  background: url("../images/hero.webp") no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 680px;
  max-height: 680px;
  border-radius: 30px;
  box-shadow: 0px 0px 200px 0px rgba(0, 0, 0, 0.5);
  display: flex;
  gap: 120px;
}
.hero__main_menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  gap: 120px;
}
.hero__main_menu .slogan {
  writing-mode: vertical-rl;
  transform: rotate(360deg);
  text-align: center;
  margin-bottom: 20px;
  color: #FFF;
  font-family: "Montserrat";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.hero__main_text {
  display: flex;
  align-items: center;
  gap: 290px;
}
.hero__main_text .name {
  color: #FFF;
  font-family: "Montserrat";
  font-size: 68px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.hero__main_text .about-text {
  color: #FFF;
  font-family: "Montserrat";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.hero__main_text img {
  width: 100%;
  max-width: 96px;
}
.hero .transparent_txt {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 35px;
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 10vw;
  font-style: normal;
  font-weight: 700;
  line-height: 150px;
  text-transform: uppercase;
  text-wrap: nowrap;
  opacity: 0.05;
  max-width: 100vw;
  width: -moz-fit-content;
  width: fit-content;
}
.hero .scrollDown {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 100px;
  z-index: 1100;
  position: relative;
}
.hero .scrollDown img {
  cursor: pointer;
}

.line {
  width: 100%;
  height: 1px;
  background-color: #383844;
  margin: 50px 0;
}

.about {
  padding-left: 30%;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 50px;
}
.about__ttl {
  color: #6A72F7;
  font-family: "Montserrat";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.about__txt {
  color: #FFF;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Montserrat";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  margin-top: 21px;
  margin-bottom: 49px;
}
.about__items {
  display: flex;
  align-items: center;
}
.about__items_item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.about__items_item p {
  color: #6C6C6C;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.about__items_item img {
  border: 2px solid #6A72F7;
  border-radius: 50%;
  padding: 10px;
}

.mission__top {
  margin-top: 57px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 20px;
}
.mission__top p {
  color: #FFF;
  font-family: "Montserrat";
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.mission__top img {
  width: 100%;
  max-width: 490px;
  border-radius: 30px;
  background: rgba(108, 108, 108, 0.5);
  box-shadow: 0px 0px 200px 0px rgba(0, 0, 0, 0.5);
}
.mission__bottom {
  margin-bottom: 100px !important;
}
.mission__bottom h2 {
  color: #FFF;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
  margin-bottom: 100px;
  margin-top: 70px;
}
.mission__bottom_content {
  display: flex;
  justify-content: end;
}
.mission__bottom_content .left {
  align-self: flex-start;
  margin-right: 18%;
}
.mission__bottom_content .left p {
  writing-mode: vertical-lr;
  color: #FFF;
  font-family: "Montserrat";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.mission__bottom_content .accordion {
  flex: 1;
  align-self: flex-end;
  max-width: 62%;
}
.mission__bottom_content .accordion-item {
  border-top: 1px solid #383844;
}
.mission__bottom_content .accordion-item:last-child {
  border-bottom: 1px solid #383844;
}
.mission__bottom_content .empty {
  min-width: 40px !important;
  height: 40px;
}
.mission__bottom_content .accordion-header {
  padding: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 95px;
  color: #FFF;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  transition: background-color 0.3s ease; /* Добавляем небольшую анимацию фона */
}
.mission__bottom_content .accordion-header img {
  width: 40px;
  height: 40px;
}
.mission__bottom_content .accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 15px;
  color: #cfcfcf;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 400;
  transition: max-height 0.5s ease, padding 0.5s ease;
  box-sizing: border-box;
  display: flex;
  gap: 95px;
}
.mission__bottom_content .accordion-content.open {
  max-height: 500px; /* Достаточное значение, чтобы содержимое могло раскрыться */
  padding-top: 15px;
  padding-bottom: 15px;
}

.accord-wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.specification {
  margin-top: 100px;
  padding-bottom: 115px;
}
.specification h2 {
  color: #FFF;
  font-family: "Montserrat";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 75px;
}
.specification .product {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 20px;
  padding: 20px;
  background-color: #2f2f3a;
  border-radius: 30px;
  margin-bottom: 15px;
}
.specification .product img {
  width: 100%;
  max-width: 400px;
  border-radius: 20px;
}
.specification .product__info {
  flex: 1;
}
.specification .product__info_name {
  color: #6a72f7;
  font-family: "Montserrat";
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 20px;
}
.specification .product__info_specs .specs_item {
  margin-bottom: 10px;
  display: flex;
  gap: 10px;
}
.specification .product__info_specs .specs_item_left {
  flex: 0.25;
  color: #fff;
  font-family: "Montserrat";
}
.specification .product__info_specs .specs_item_right {
  flex: 0.75;
  color: #cfcfcf;
  font-family: "Montserrat";
}
.specification .product__info_specs .specs_item_right .invisibleLeft {
  display: none;
}
.specification .product__info_model {
  color: #6C6C6C;
  text-align: center;
  font-family: "Montserrat";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 11px;
}
.specification .product__info_price {
  color: #6A72F7;
  text-align: center;
  font-family: "Montserrat";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
.specification .reverse {
  flex-direction: row-reverse;
}
.specification .swiper {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.specification .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.specification .swiper-slide .product__name {
  color: #FFF;
  text-align: center;
  font-family: "Montserrat";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 11px;
}
.specification .swiper-slide .product__model {
  color: #6C6C6C;
  text-align: center;
  font-family: "Montserrat";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 11px;
}
.specification .swiper-slide .product__price {
  color: #6A72F7;
  text-align: center;
  font-family: "Montserrat";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
.specification .prduct {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.specification .swiper-slide img {
  display: block;
  width: 100%;
  max-width: 340px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
  background: rgba(108, 108, 108, 0.5);
  box-shadow: 0px 0px 200px 0px rgba(0, 0, 0, 0.5);
  margin-bottom: 48px;
}

.footer {
  padding-bottom: 100px;
}
.footer__heading {
  color: #FFF;
  font-family: "Montserrat";
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120px;
  text-transform: uppercase;
}
.footer__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 75px;
}
.footer__content_left img {
  width: 100%;
  max-width: 130px;
  border-radius: 10px;
}
.footer__content_text {
  color: #FFF;
  font-family: "Montserrat";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
  margin-top: 20px;
}
.footer__content .form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.footer__content .form input {
  background: transparent;
  border-radius: 30px;
  border: 1px solid #383844;
  padding: 16px 26px;
  width: 100%;
  max-width: 490px;
  color: #fff;
  font-family: "Montserrat";
}
.footer__content .form input::-moz-placeholder {
  color: #FFF;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
}
.footer__content .form input::placeholder {
  color: #FFF;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
}
.footer__content .form button {
  border-radius: 50px;
  background: #6A72F7;
  border: none;
  outline: none;
  width: 200px;
  height: 50px;
  flex-shrink: 0;
  color: #FFF;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
}
.footer__content .form .policy {
  font-family: "Montserrat";
  font-size: 12px;
  color: #cfcfcf;
}
.footer__content .form .policy a {
  color: #cfcfcf;
}
.footer__content .contact__mail, .footer__content .contact__number {
  font-family: "Montserrat";
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}

#response {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background-color: #fff;
  text-align: center;
  border-radius: 15px;
  padding: 20px;
  font-family: "Montserrat", sans-serif;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translateY(100px);
  pointer-events: none;
  max-width: 300px;
  z-index: 1000;
}

@media screen and (max-width: 960px) {
  .side__menu {
    display: block !important;
  }
  #menu {
    display: flex !important;
  }
  .menu {
    display: none !important;
  }
  .hero__main_menu {
    display: none !important;
  }
  .hero__main_text {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0;
    width: 100%;
  }
  .hero__main_text div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .hero__main_text .name {
    font-size: 50px !important;
  }
  .hero__main_text .about-text {
    color: #FFF;
    font-family: "Montserrat";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .transparent_txt {
    text-overflow: ellipsis;
    text-wrap: wrap;
    font-size: 9vw;
    -webkit-line-clamp: 2;
  }
  .about {
    padding-left: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .about__txt {
    font-size: 20px !important;
    line-height: 110%;
  }
  .about__items {
    flex-direction: column;
    gap: 20px;
    align-items: start;
  }
  .about__items_item p {
    font-size: 20px;
  }
  .mission__top {
    flex-direction: column;
    gap: 32px;
  }
  .mission__top p {
    font-size: 30px !important;
  }
  .mission_ttl {
    font-size: 30px !important;
  }
  .mission__bottom_content .left {
    display: none !important;
  }
  .mission__bottom_content .accordion {
    max-width: 90%;
    margin: 0 auto !important;
  }
  .mission__bottom_content .accordion-header {
    font-size: 20px !important;
    gap: 14px;
  }
  .mission__bottom_content .accordion-content {
    gap: 14px !important;
  }
  .product {
    flex-direction: column;
    align-items: center !important;
  }
  .product .specs_item_left {
    display: none;
  }
  .product .specs_item_right {
    flex: 1 !important;
    text-align: justify;
  }
  .reverse {
    flex-direction: column !important;
  }
  .footer__text {
    margin-bottom: 40px;
  }
  .footer__content {
    flex-direction: column;
    gap: 30px;
  }
  .footer__content .companyName {
    font-size: 50px !important;
    line-height: normal;
  }
  .footer__content .form {
    align-items: center;
  }
  .swiper-slide {
    width: 100% !important;
  }
}
@keyframes slideMenu {
  0% {
    left: -10000px;
  }
  100% {
    left: 0;
  }
}
@keyframes slideMenuOut {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@media screen and (max-width: 550px) {
  .mission__top p {
    font-size: 20px !important;
  }
  .specification h2 {
    text-align: center;
  }
}/*# sourceMappingURL=styles.css.map */