@import 'zero.css';
.header {
  background-color: #3D3C3E;
  height: 120px;
  justify-content: center;
  align-items: center;
  display: flex;
  color: #000;
  font-weight: 700;
  font-size: 24px;
}
.header .logo {
  display: flex;
  gap: 20px;
}
.header .burger-menu {
  display: none;
  width: 45px;
}
.header .mobile-menu {
  position: fixed;
  top: 11vh;
  left: -300px;
  width: 300px;
  height: 100vh;
  background-color: #000000;
  z-index: 1000;
  transition: left 0.3s ease-in-out;
  padding: 20px;
  overflow-y: auto;
  color: #ffffff;
}
.header .mobile-menu.open {
  left: 0;
}
.header .mobile-menu-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.header .mobile-menu-item {
  color: #fff;
}
.header .mobile-menu-cross {
  position: absolute;
  right: 0;
  top: 0;
  width: 75px;
}
.header .mobile-menu-cross path {
  fill: #ffffff;
}
.header-content {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
}
.header-content .content-logo__img {
  width: 120px;
}
.header-content .content-nav {
  display: flex;
  align-items: center;
  gap: 125.75px;
}
.header-content .content-nav__item {
  color: #fff;
}
.header-content .content-button {
  background-color: #F3762C;
  color: #fff;
  height: 60px;
  width: 377px;
  border: none;
  border-radius: 10px;
  font-weight: 700;
  font-size: 24px;
  cursor: pointer;
}

@media (max-width: 1400px) {
  .header-content .content-logo__img {
    width: 100px;
  }
  .header-content .content-nav {
    gap: 75px;
  }
  .header-content .content-button {
    height: 60px;
    width: 300px;
    font-size: 20px;
  }
}
@media (max-width: 1000px) {
  .header-content .logo .content-logo__img {
    width: 80px;
  }
  .header-content .content-nav {
    gap: 50px;
  }
  .header-content .content-button {
    height: 40px;
    width: 200px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .header {
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: #000;
  }
  .header-content {
    justify-content: space-around;
    padding: 0;
    gap: 20px;
  }
  .header-content .logo .content-logo__img {
    width: 90px;
  }
  .header-content .logo .burger-menu {
    display: flex;
  }
  .header-content .content-nav {
    display: none;
  }
  .header-content .content-button {
    height: 50px;
    width: 350px;
    font-size: 20px;
  }
}
.main-content {
  height: 100%;
  color: white;
  position: relative;
}
.main-content-hero {
  position: relative;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: 700;
  padding: 0 280px;
  text-align: center;
  gap: 16px;
}
.main-content-hero .content-hero__big {
  font-size: 58px;
  line-height: 0.9;
}
.main-content-hero .content-hero__small {
  font-size: 28px;
}
.main-content-offering {
  display: flex;
  color: black;
  gap: 60px;
}
.main-content-offering .content-offering__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 25%;
}
.main-content-offering .content-offering__item .offering__item-img {
  width: 50px;
  height: 50px;
}
.main-content-offering .content-offering__item .offering__item-head {
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
}
.main-content-offering .content-offering__item .offering__item-text {
  font-size: 14px;
  font-weight: 500;
  margin-top: 4px;
}
.main-content-promo {
  height: 306px;
  padding: 60px 0 60px 40px;
  display: flex;
  flex-direction: column;
  font-weight: 700;
  gap: 18px;
}
.main-content-promo .content-promo__big {
  font-size: 36px;
}
.main-content-promo .content-promo__small {
  font-size: 20px;
}
.main-content-promo .content-button {
  background-color: #F3762C;
  color: #fff;
  height: 60px;
  width: 377px;
  border: none;
  border-radius: 10px;
  font-weight: 700;
  font-size: 24px;
  cursor: pointer;
}
.main-content-service {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  color: #000;
  gap: 50px;
}
.main-content-service .content-service__head {
  font-size: 36px;
  font-weight: 700;
}
.main-content-service .content-service {
  display: flex;
}
.main-content-service .content-service-item {
  width: 300px;
  height: 125px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  gap: 16px;
  text-align: center;
}
.main-content-service .content-service-item span {
  height: 50px;
}
.main-content-about {
  height: 306px;
  background-image: url(../img/backgroundPhoto.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: -68vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 200px;
  text-align: center;
  gap: 20px;
}
.main-content-about .content-about__big {
  font-size: 96px;
  font-weight: 700;
}
.main-content-about .content-about__small {
  font-size: 24px;
}
.main-content .product-card {
  display: flex;
  gap: 20px;
  background: #fff;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3019607843);
  margin-top: 40px;
  height: 730px;
  color: #000;
}
.main-content .product-card-image {
  width: 44%;
  display: flex;
  margin: 120px 0 80px 80px;
}
.main-content .product-thumbnails {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 110px;
  overflow-y: auto;
  padding-right: 5px;
}
.main-content .product-thumbnails::-webkit-scrollbar {
  width: 5px;
}
.main-content .product-thumbnails::-webkit-scrollbar-track {
  background: transparent;
}
.main-content .product-thumbnails::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.24);
  border-radius: 20px;
}
.main-content .thumbnail {
  width: 100%;
  height: 170px;
  flex-shrink: 0;
  overflow: hidden;
  border: 2px solid rgba(1, 1, 1, 0.11);
  border-radius: 4px;
  cursor: pointer;
  transition: border 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-content .thumbnail img {
  width: 90%;
  height: 90%;
  object-fit: contain;
}
.main-content .thumbnail.active {
  border-color: #F3762C;
}
.main-content .product-main-image {
  width: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.main-content .product-main-image .nav-btn {
  position: absolute;
  width: 50px;
  height: 50px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  background-color: #fff;
  color: #F3762C;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: contain;
  cursor: pointer;
}
.main-content .product-main-image .nav-btn img {
  width: 15px;
}
.main-content .product-main-image .prev-btn {
  left: 1vw;
}
.main-content .product-main-image .next-btn {
  right: 1vw;
  transform: rotate(180deg);
}
.main-content .product-main-image img {
  width: 90%;
  height: 90%;
  object-fit: contain;
  border-radius: 4px;
}
.main-content .product-info {
  margin: 80px 80px 80px 0;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.main-content .product-title {
  font-size: 40px;
  font-weight: 700;
}
.main-content .product-price {
  font-size: 24px;
  font-weight: 700;
}
.main-content .tabs {
  display: flex;
  background: #fff;
  position: relative;
  padding-bottom: 4px;
}
.main-content .tab-btn {
  text-align: left;
  padding-bottom: 22px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  width: 240px;
  position: relative;
  transition: color 0.2s;
  overflow: hidden;
}
.main-content .tab-btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #3D3C3E;
  z-index: 1;
}
.main-content .tab-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #F3762C;
  transform: translateX(-100%) scaleX(0);
  transform-origin: left;
  opacity: 0;
  z-index: 2;
  transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.3s;
}
.main-content .tab-btn.active::after {
  transform: translateX(0) scaleX(1);
  opacity: 1;
}
.main-content .tab-content {
  margin-left: 20px;
  border-radius: 0 0 4px 4px;
  height: 300px;
  width: 460px;
  font-size: 18px;
  font-weight: 500;
  overflow-y: auto;
}
.main-content .tab-pane {
  display: none;
}
.main-content .tab-pane.active {
  display: block;
  list-style-type: disc;
}
.main-content .tab-pane li {
  margin: 8px 0;
}
.main-content .tab-pane p {
  margin: 0;
  line-height: 1.5;
}
.main-content .tab-pane div {
  margin: 5px 0;
  line-height: 1.4;
}
.main-content .content-button {
  background-color: #F3762C;
  color: #fff;
  height: 60px;
  width: 377px;
  border: none;
  border-radius: 10px;
  font-weight: 700;
  font-size: 24px;
  cursor: pointer;
}
.main-content .main-content-advantages {
  display: flex;
  gap: 150px;
  color: #000;
}
.main-content .main-content-advantages .content-advantages-left {
  font-size: 24px;
  font-weight: 500;
  width: 700px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.main-content .main-content-advantages .content-advantages-left .advantages-left-top span {
  font-weight: 700;
  font-size: 32px;
}
.main-content .main-content-advantages .content-advantages-left .advantages-left-top ul {
  padding-left: 40px;
  line-height: 1.6;
}
.main-content .main-content-advantages .content-advantages-left .advantages-left-bottom span {
  font-weight: 700;
  font-size: 32px;
}
.main-content .main-content-advantages .content-advantages-left .advantages-left-bottom ul {
  padding-left: 40px;
  line-height: 1.6;
}
.main-content .main-content-advantages .content-advantages-right {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-content .main-content-advantages .content-advantages-right img {
  width: 500px;
}
.main-content-white {
  background-color: white;
  width: 100%;
  padding: 40px 260px 40px 260px;
}
.main-content-transparent {
  padding: 0 260px;
  position: relative;
}
.main-content-transparent::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 260px;
  height: 100%;
  background: white;
  z-index: -1;
}
.main-content-transparent::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 260px;
  height: 100%;
  background: white;
  z-index: -1;
}
.main-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/backgroundPhoto.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: -23vw;
  z-index: -1;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}
.popup-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #ffffff;
  width: 800px;
  height: 475px;
  border-radius: 20px;
  padding: 20px;
  gap: 30px;
}
.popup-content .popup__close {
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
}
.popup-content .popup__logo {
  width: 90px;
}
.popup-content .popup__head {
  font-size: 64px;
  font-weight: 700;
}
.popup-content .popup-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.popup-content .popup-form input {
  border: none;
  border-bottom: black solid 2px;
  font-size: 32px;
  width: 500px;
  padding-bottom: 5px;
}
.popup-content .popup-form input:focus-visible {
  outline: none;
}
.popup-content .popup-form button {
  background-color: #F3762C;
  color: #fff;
  height: 60px;
  width: 377px;
  border: none;
  border-radius: 10px;
  font-weight: 700;
  font-size: 24px;
  cursor: pointer;
}

@media (max-width: 1400px) {
  .main-content-hero {
    padding: 0 250px;
    gap: 16px;
  }
  .main-content-hero .content-hero__big {
    font-size: 50px;
    line-height: 0.9;
  }
  .main-content-hero .content-hero__small {
    font-size: 20px;
  }
  .main-content .content-products .product-card {
    height: 680px;
  }
  .main-content .content-products .product-card-image {
    margin: 100px 0 50px 60px;
  }
  .main-content .content-products .product-card-image .product-main-image .main-img {
    width: 60%;
  }
  .main-content .content-products .product-card .product-info {
    margin: 80px 80px 50px 0;
  }
  .main-content .content-products .product-card .product-info .product-title {
    font-size: 32px;
  }
  .main-content .content-products .product-card .product-info .product-price {
    font-size: 20px;
  }
  .main-content .content-products .product-card .product-info .tabs .tab-btn {
    width: 200px;
    font-size: 16px;
  }
  .main-content .content-products .product-card .product-info .tab-content {
    font-size: 14px;
  }
  .main-content-about .content-about__big {
    font-size: 80px;
  }
  .main-content-about .content-about__small {
    font-size: 20px;
  }
  .main-content-advantages .content-advantages-left .advantages-left-top > span, .main-content-advantages .content-advantages-left .advantages-left-bottom > span {
    font-size: 28px !important;
  }
  .main-content-advantages .content-advantages-left .advantages-left-top ul > li, .main-content-advantages .content-advantages-left .advantages-left-bottom ul > li {
    font-size: 20px;
  }
  .main-content-white {
    padding: 40px 200px;
  }
  .main-content-transparent {
    padding: 0 200px;
  }
  .main-content-transparent::before {
    width: 200px;
  }
  .main-content-transparent::after {
    width: 200px;
  }
}
@media (max-width: 1000px) {
  .main-content-hero {
    padding: 0 200px;
    gap: 16px;
  }
  .main-content-hero .content-hero__big {
    font-size: 42px;
    line-height: 0.9;
  }
  .main-content-hero .content-hero__small {
    font-size: 18px;
  }
  .main-content-promo {
    padding: 40px 0 40px 40px;
  }
  .main-content .content-products .product-card {
    height: 680px;
  }
  .main-content .content-products .product-card-image {
    margin: 100px 0 50px 60px;
  }
  .main-content .content-products .product-card-image .product-main-image .main-img {
    width: 60%;
  }
  .main-content .content-products .product-card .product-info {
    margin: 80px 80px 50px 0;
  }
  .main-content .content-products .product-card .product-info .product-title {
    font-size: 32px;
  }
  .main-content .content-products .product-card .product-info .product-price {
    font-size: 20px;
  }
  .main-content .content-products .product-card .product-info .tabs .tab-btn {
    width: 200px;
    font-size: 16px;
  }
  .main-content .content-products .product-card .product-info .tab-content {
    font-size: 14px;
  }
  .main-content-white {
    padding: 40px 100px;
  }
  .main-content-transparent {
    padding: 0 100px;
  }
  .main-content-transparent::before {
    width: 0;
  }
  .main-content-transparent::after {
    width: 0;
  }
}
@media (max-width: 768px) {
  .main-content .promo {
    display: none;
  }
  .main-content-white {
    padding: 40px 0;
  }
  .main-content-transparent {
    padding: 40px 0;
  }
  .main-content-hero {
    padding: 0 50px;
    gap: 24px;
  }
  .main-content-hero .content-hero__big {
    font-size: 30px;
    line-height: 0.9;
  }
  .main-content-hero .content-hero__small {
    font-size: 12px;
  }
  .main-content-offering {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    justify-items: center;
    padding: 0 20px;
  }
  .main-content-offering .content-offering__item {
    width: 100%;
  }
  .main-content-offering .content-offering__item .offering__item-head {
    font-size: 12px;
  }
  .main-content-offering .content-offering__item .offering__item-text {
    font-size: 8px;
  }
  .main-content-offering .content-offering__item .offering__item-img {
    width: 30px;
    height: 30px;
  }
  .main-content-service .content-service {
    flex-wrap: wrap;
    justify-content: center;
  }
  .main-content-service .content-service .content-service-item {
    width: 210px;
    gap: 30px;
    height: 150px;
  }
  .main-content-service .content-service .content-service-item span {
    height: 60px;
  }
  .main-content .content-products {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .main-content .content-products .product-card {
    flex-direction: column;
    height: fit-content;
    align-items: center;
    width: 90%;
    padding-bottom: 20px;
  }
  .main-content .content-products .product-card .product-thumbnails {
    flex-direction: row;
    width: 100%;
  }
  .main-content .content-products .product-card .product-thumbnails .thumbnail {
    width: 30%;
  }
  .main-content .content-products .product-card-image {
    margin: 20px 0 0 0;
    width: 90%;
    flex-direction: column-reverse;
  }
  .main-content .content-products .product-card-image .product-main-image {
    width: auto;
  }
  .main-content .content-products .product-card-image .product-main-image .main-img {
    width: 80%;
    height: 500px;
  }
  .main-content .content-products .product-card .product-info {
    margin: 20px 0 0 0;
    width: 80%;
  }
  .main-content .content-products .product-card .product-info .tab-content {
    height: 245px;
  }
  .main-content .content-products .product-card .product-info .content-button {
    width: 100%;
  }
  .main-content .main-content-about {
    padding: 0 20px;
    height: 250px;
  }
  .main-content .main-content-about .content-about__big {
    font-size: 64px;
  }
  .main-content .main-content-about .content-about__small {
    font-size: 20px;
  }
  .main-content .main-content-advantages {
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px;
  }
  .main-content .main-content-advantages .content-advantages-left {
    width: 80%;
  }
  .main-content .main-content-advantages .content-advantages-right {
    width: 80%;
  }
  .popup-content {
    width: 90%;
    height: fit-content;
  }
  .popup-content .popup__head {
    font-size: 24px;
  }
  .popup-content .popup-form {
    gap: 50px;
    width: 90%;
  }
  .popup-content .popup-form input {
    width: 100%;
    font-size: 15px;
  }
  .popup-content .popup-form button {
    width: 100%;
  }
}
.content-slider-container {
  display: flex;
  overflow: visible;
  width: 100%;
  position: relative;
  color: black;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
}
.content-slider-container .main-swiper {
  width: 100%;
  height: 330px;
  padding: 0 10px;
}
.content-slider-container .main-swiper .main-swiper-wrapper {
  align-items: center;
}
.content-slider-container .main-swiper .main-swiper-wrapper .main-swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 258px;
  height: 320px;
  gap: 30px;
  background: white;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3019607843);
  text-align: center;
  cursor: pointer;
}
.content-slider-container .swiper-button {
  display: none;
}

.content-slider-head {
  font-size: 36px;
  font-weight: 600;
}

.content-slider-card__img {
  width: 70%;
  height: 60%;
  object-fit: contain;
}

.content-slider-card__text {
  font-size: 16px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .content-slider-container {
    position: relative;
  }
  .content-slider-container .main-swiper {
    width: 80%;
    height: 370px;
  }
  .content-slider-container .main-swiper .main-swiper-wrapper .main-swiper-slide {
    width: 258px;
    height: 360px;
  }
  .content-slider-container .main-swiper .main-swiper-wrapper .main-swiper-slide .content-slider-card__img {
    height: 70%;
  }
  .content-slider-container .swiper-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
    top: 58% !important;
  }
  .content-slider-container .swiper-button svg {
    width: 14px;
    height: 26px;
  }
  .content-slider-container .swiper-button svg path {
    fill: #F3762C;
  }
  .content-slider-container .swiper-button-prev {
    left: 2vw !important;
  }
  .content-slider-container .swiper-button-next {
    right: 2vw !important;
  }
}
.footer {
  background-color: #3D3C3E;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 250px;
  position: relative;
}
.footer-logo {
  position: absolute;
  left: 2vw;
  width: 160px;
}
.footer-social {
  display: flex;
  flex-direction: row;
  gap: 25px;
}
.footer-social img {
  width: 85px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .footer {
    justify-content: space-around;
    background-color: black;
  }
  .footer-logo {
    position: static;
  }
  .footer-social {
    justify-content: center;
    flex-wrap: wrap;
  }
  .footer-social img {
    width: 70px;
  }
}
body {
  font-family: Inter, sans-serif;
}

/*# sourceMappingURL=mainStyles.css.map */
