.wrapper-content {
  background-color: #fff;
}

.content-block-top-50px {
  width: 100%;
  height: 50px;
}

/* content zagolovok wrapper */
.content-zagolovok-wrapper {
  padding: 20px;
}

.content-item-zagolovok {
  position: relative;
  overflow: hidden;
}

.content-block-cub {
  position: relative;
  display: block;
  margin: auto;
  width: 100%;
  height: 410px;
}

.content-item-zagolovok img {
  position: relative;
  display: block;
  width: 100%;
  margin: auto;
  height: 100%;
  object-fit: cover;
  /* border-radius: 12px; */
}

/* Ноутбуки и десктопы (от 769px) */
@media (min-width: 769px) {
  .content-item-zagolovok img {
    position: relative;
    display: block;
    width: 100%;
    margin: auto;
    height: 430px;
    object-fit: cover;
    /* border-radius: 12px; */
  }

  .content-block-cub {
    position: relative;
    display: block;
    margin: auto;
    width: 100%;
    height: 450px;
  }
}

/* .content-item-zagolovok:hover img {
  transform: scale(1.05);
} */

/* catalog item title about */
.content-item-title-zagolovok h1 {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  margin: auto;
  padding: 20px;
  /* transform: translate(-50%, -50%); */
  color: rgb(0, 0, 0);
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-align: left;

}

@media (max-width: 768px) {
  .content-item-title-zagolovok h1 {
    width: 100%;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    text-align: left;
    padding: 5px;
  }
}

@media (max-width: 576px) {
  .content-item-title-zagolovok h1 {
    width: 100%;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    text-align: left;
    padding: 5px;
  }
}

/* catalog item description about */
.content-item-description-zagolovok {
  position: relative;
  width: 90%;
  top: 0;
  left: 0;
  /* transform: translate(-50%, -50%); */
  color: rgb(0, 0, 0);
  height: auto;
  padding: 10px;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 1.1px;
  border-left: 2px solid #f4f4f4;
  text-align: left;
}

@media (max-width: 768px) {
  .content-item-description-zagolovok {
    width: 100%;
    height: auto;
    padding: 10px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 1.1px;
    border: none;
    text-align: left;
  }
}

@media (max-width: 576px) {
  .content-item-description-zagolovok {
    width: 100%;
    height: auto;
    padding: 10px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 1.1px;
    border: none;
    text-align: left;
  }

  .content-item-description-zagolovok .row>div {
    /* flex: 0 0 50%; */
    max-width: 100%;
    height: 100%;
    margin: auto;
    padding: 0 20px 10px;
    margin-top: 20px;
  }
}

/* content zagolovok wrapper end */

/* video info content wrapper */
.video-info-content {
  font-family: Arial, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 650px;
  background-color: #f4f4f4;
  z-index: 1;
}

.video-info-wrapper-content {
  position: relative;
  width: 95%;
  max-width: 1200px;
  height: 600px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Скрываем иконку на очень маленьких экранах */
@media (max-width: 480px) {
  .video-info-wrapper-content span img {
    position: absolute;
    display: block;
    width: 200px;
    height: 400px;
    right: 0;
    z-index: 1;
    display: none;
  }
}

/* Ноутбуки и десктопы (от 769px) */
@media (min-width: 769px) {
  .video-info-content {
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70vh;
    background-color: #f4f4f4;
    z-index: 1;
  }

  .video-info-wrapper-content {
    height: 300px;
  }

  .video-info-wrapper-content span {
    position: absolute;
    display: block;
    width: 200px;
    height: 400px;
    right: 0;
    z-index: 2;
  }
}

.video-info-wrapper-content video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.video-info-wrapper-content .content-video-content {
  position: relative;
  display: block;
  z-index: 2;
  text-align: center;
  color: white;
}

.video-info-wrapper-content .content-video-content h1 {
  background-color: #fbbf00;
  color: #000;
  display: inline-block;
  padding: 10px 20px;
  letter-spacing: 1.1px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: 'Raleway', sans-serif;
}

.video-info-wrapper-content .content-video-content p {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 1.1px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}

.video-info-wrapper-content span {
  position: absolute;
  display: block;
  width: 200px;
  height: 400px;
  right: 0;
  z-index: 2;
}

.video-info-wrapper-content .overlay-content-infoContent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

/* Общие стили для обоих видео */
#infoContentVideoSmallBlock,
#infoContentVideoLarge {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

/* По умолчанию показываем маленькое видео */
#infoContentVideoSmallBlock {
  display: block;
}

/* Большое видео скрыто на маленьких экранах */
#infoContentVideoLarge {
  display: none;
}

/* Переключение на большие экраны (от 1024px) */
@media (min-width: 1024px) {
  #infoContentVideoSmallBlock {
    display: none;
  }

  #infoContentVideoLarge {
    display: block;
    object-fit: cover;
  }
}

.background-mask-infoContent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
}

/* video info content wrapper end */




.description__solution__wrapper {
  /* background: linear-gradient(to bottom, #fff, #f7f7f7); */
  /* border: 2px solid #fbbf00; */
  border-radius: 15px;
  padding: 20px 30px;
  max-width: 1200px;
  top: 20px;
  margin: auto;
  width: 100%;
  height: auto;
  text-align: center;
  /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); */
}

.description__solution__wrapper h1 {
  font-size: 2rem;
  color: #222;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  font-weight: bold;
}

.description__solution__wrapper p {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 1.1px;
  color: #000;
  margin-bottom: 30px;
  line-height: 1.6;
  text-align: left;
}

.description__solution__wrapper .benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: space-between;
  margin-bottom: 20px;
}

.benefits .benefit {
  background-color: transparent;
  /* border: 1px solid #eee; */
  border-radius: 10px;
  padding: 15px;
  flex: 1;
  text-align: center;
  /* box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05); */
  min-width: 400px;
}

.benefit h3 {
  font-size: 1.4rem;
  color: #333;
  margin-bottom: 10px;
  font-weight: 600;
}

.benefit p {
  font-size: 0.9rem;
  color: #777;
}

.description__solution__wrapper .btn {
  display: inline-block;
  padding: 15px 40px;
  background-color: #fbbf00;
  color: #000;
  font-size: 1rem;
  font-weight: bold;
  border: none;
  border-radius: 25px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.description__solution__wrapper .btn:hover {
  background-color: #e0a800;
  transform: translateY(-3px);
}

/* Адаптивные стили */
@media (max-width: 768px) {
  .description__solution__wrapper h1 {
    font-size: 2rem;
  }

  .description__solution__wrapper p {
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 1.1px;
  }

  .benefits {
    flex-direction: column;
    align-items: center;
  }

  .benefits .benefit {
    width: 100%;
    /* max-width: 370px; */
  }

  .description__solution__wrapper .btn {
    padding: 12px 30px;
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .description__solution__wrapper {
    padding: 15px 0px;
    margin-top: 20px;
  }

  .description__solution__wrapper h1 {
    font-size: 2rem;
  }

  .description__solution__wrapper p {
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 1.1px;
    padding: 20px;
  }

  .benefits .benefit {
    padding: 10px;
  }

  .description__solution__wrapper .btn {
    padding: 10px 20px;
    font-size: 0.85rem;
  }
}

/* info block */
.info-block {
  font-family: Arial, sans-serif;
}

.info-title {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 20px;
}

.collapsible {
  cursor: pointer;
  padding: 15px;
  font-size: 1.1rem;
  font-weight: 300;
  text-align: left;
  background-color: #fff;
  border: 1px solid #fff;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.collapsible:hover {
  background-color: #fff;
}

.arrow {
  transition: transform 0.3s ease;
}

.collapsible.active .arrow {
  transform: rotate(180deg);
}

.content-info-block {
  padding: 15px;
  display: none;
  overflow: hidden;
  background-color: #ffffff;
  /* border: 1px solid #ccc; */
  border-top: none;
  border-radius: 0 0 5px 5px;
}

.equipment-card {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  background-color: #fff;
}

.equipment-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.equipment-card h4 {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
}

.power-options {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
  justify-content: center;
}

.power-option {
  background-color: #f4f4f4;
  min-width: -webkit-fill-available;
  border: none;
  padding: 8px 12px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #000;
}

.power-option:hover {
  background-color: #000;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
}

.power-option.active {
  background-color: #000;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
}

.form-fields {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin: 20px 0;
}

.form-fields input {
  width: 100%;
  max-width: 400px;
  padding: 12px;
  font-size: 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
  outline: none;
  transition: 0.3s;
  background-color: #f9f9f9;
}

.form-fields input:focus {
  border-color: #000;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 480px) {
  .form-fields input {
    font-size: 14px;
    padding: 10px;
  }
}




.card-title {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}

@media (max-width: 576px) {
  .info-title {
    font-size: 1.25rem;
  }

  .collapsible {
    font-size: 1.1rem;
    color: #000;
  }

  .content-info-block {
    font-size: 0.95rem;
  }
}

/* info block end */

/* swiper wrapper*/
.swiper__block__wrapper {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  border: 1px solid red;
}

.swiper-wrapper {
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.swiper {
  width: 100%;
  height: 600px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  text-align: center;
  font-size: 5px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  margin: auto;
  width: 96%;
  height: 500px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}

/* Стили для пагинации Swiper с использованием высокой специфичности */
.mySwiper .swiper-pagination-bullet {
  background-color: #000 !important;
  opacity: 1 !important;
  /* Полная видимость */
}

.mySwiper .swiper-pagination-bullet-active {
  background-color: #fecc17 !important;
  /* Цвет активной точки */
}

/* swiper wrapper end */



/* modal window */
.modal-content {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  color: #333;
}

.modal-header {
  border-bottom: none;
  padding: 1.5rem;
}

.modal-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #212529;
}

/* purchase equipment */
.purchase__equipment__wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 80px;
}

.purchase__equipment {
  position: relative;
  display: block;
  max-width: 300px;
  width: 100%;
  color: #fff;
  top: 10px;
  margin: auto;
  border: 0.5px solid #fff;
  letter-spacing: 1.1px;
  font-weight: 600;
  font-size: 1.3rem;
  background-color: #000;
  padding: 10px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 10px;
}

.purchase__equipment:hover {
  background: #333333;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* purchase equipment  */
.modal-body input {
  border-radius: 8px;
  padding: 12px;
  font-size: 1rem;
  border: 1px solid #ced4da;
  background-color: #f8f9fa;
  color: #495057;
}

.modal-body input:focus {
  border-color: #000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  outline: none;
}

.modal-body input::placeholder {
  color: #6c757d;
}

.button__wrap__sendmail {
  margin: 20px 0;
  text-align: center;
}

.modal-footer {
  border-top: none;
  padding: 1rem;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
}

.modal-footer p {
  font-size: 0.9rem;
  color: #6c757d;
}


/* blog section */
.blog-section {
  padding: 60px 0;
  background-color: #f8f9fa;
}

.blog-title {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 40px;
  color: #333;
}

.blog-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.blog-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.blog-content {
  padding: 20px;
}

.blog-content h5 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #222;
}

.blog-content p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 15px;
}

.read-more {
  text-decoration: none;
  font-weight: bold;
  color: #007bff;
  transition: color 0.3s;
}

.read-more:hover {
  color: #0056b3;
}

/* blog section end */

/* region map */
.wrapper-map {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  /* background-color: #007bff; */
  background-image: url('../img/icon/ukrainian-map.jpg');
  background-size: cover;
  background-position: center;
  margin-top: 55px;
}

.region-map {
  position: relative;
  display: block;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 20px 0px;
  padding-bottom: 40px;
}

.region {
  width: 190px;
  height: 140px;
  background: linear-gradient(135deg, #ffffff00, #f0f0f0);
  color: #333;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 10px;
  font-weight: bold;
  transition: transform 0.3s, box-shadow 0.3s;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  padding: 5px;
}

.region img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin-bottom: 5px;
}

.region:hover {
  transform: scale(1.1);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
  background: linear-gradient(135deg, #ffcc00, #fecc17);
  color: #000;
}

.region-map-h1 {
  width: 100%;
  max-width: 600px;
  height: auto;
  margin: auto;
  padding-top: 32px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  letter-spacing: 1.1px;
  font-size: 1.7rem;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  text-align: center;
  /* background-color: #fff; */
  border-bottom: 2px solid #f4f4f4;
  color: #ffffff;
}

.modal-img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 10px;
}

/* region map end*/

/* catalog block */
.container {
  max-width: 1200px;
  margin: auto;
  background-color: #fff;
}

h1 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 30px;
}

.category-btn {
  padding: 8px 12px;
  border: none;
  color: #000;
  cursor: pointer;
  font-weight: 400;
  font-size: 1.2rem;
  background-color: #f4f4f4;
  border-radius: 5px;
}

.category-btn.active {
  background: #000;
  color: #fff;
}

.products {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  justify-content: center;
}

.product-card {
  display: none;
  width: 250px;
  background: white;
  padding: 15px;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.product-card img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  margin-bottom: 10px;
}

.price {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #28a745;
  margin-top: 10px;
}

/* catalog block end */

/* video welcome-page */
.welcome-page {
  font-family: Arial, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #f4f4f4;
  z-index: 1;
}

.welcome-page-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Ноутбуки и десктопы (от 769px) */
@media (min-width: 769px) {
  .welcome-page-wrapper .welcome-page-content-video h1 {
    /* background-color: #fbbf00; */
    position: relative;
    display: block;
    margin: auto;
    max-width: 1200px;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    letter-spacing: 1.1px;
    font-size: 2rem;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    margin-top: 200px;
  }

  .welcome-page {
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70vh;
    background-color: #f4f4f4;
    z-index: 1;
  }
}

.welcome-page-wrapper video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.welcome-page-wrapper .welcome-page-content-video {
  position: relative;
  display: block;
  z-index: 2;
  text-align: center;
  color: white;
}

.welcome-page-wrapper .welcome-page-content-video h1 {
  /* background-color: #fbbf00; */
  position: relative;
  display: block;
  margin: auto;
  color: #fff;
  display: inline-block;
  padding: 10px 10px;
  letter-spacing: 1.1px;
  font-size: 2rem;
  font-weight: bold;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 100px;
}

.welcome-page-wrapper .welcome-page-content-video h2 {
  border-bottom: 5px solid #fbbf00;
  color: #fbbf00;
  display: inline-block;
  padding: 10px 20px;
  letter-spacing: 1.1px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: 'Raleway', sans-serif;
}

.welcome-page-wrapper .welcome-page-content-video p {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 1.1px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}

.welcome-page-wrapper span {
  position: absolute;
  display: block;
  width: 200px;
  height: 400px;
  right: 0;
  z-index: 2;
}

.welcome-page-wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1;
}

/* video welcome-page end */