.bol-image-switcher-block {
  width: 100%;
  max-width: 1400px !important;
}
.bol-image-switcher-block .switcher-desktop {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1024px) {
  .bol-image-switcher-block .switcher-desktop {
    display: none;
  }
}
.bol-image-switcher-block .switcher-desktop .col {
  width: 50%;
}
.bol-image-switcher-block .switcher-desktop .col-left {
  width: 100%;
  max-width: 600px;
}
.bol-image-switcher-block .switcher-desktop .col-left .switcher-list {
  list-style-type: none;
  padding: 0;
}
.bol-image-switcher-block .switcher-desktop .col-left .switcher-list .switcher-list-item {
  display: block;
  border-bottom: 1px solid rgba(24, 71, 132, 0.5);
}
.bol-image-switcher-block .switcher-desktop .col-left .switcher-list .switcher-list-item .switcher-btn {
  display: block;
  position: relative;
  border: none;
  margin-right: 25px;
  padding: 24px 30px;
  color: #798492;
  font-family: Lato, sans-serif;
  font-size: 22px;
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  line-height: 1.36;
  background-color: transparent;
  text-align: left;
  text-wrap: wrap;
  text-wrap: pretty;
  text-transform: none;
  transition: all 0.3s ease;
  box-shadow: none !important;
  background-color: transparent;
  background-image: none;
}
.bol-image-switcher-block .switcher-desktop .col-left .switcher-list .switcher-list-item .switcher-btn::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  background-image: url(./assets/right-arrow-gray.png);
  background-size: contain;
  background-position: center;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.bol-image-switcher-block .switcher-desktop .col-left .switcher-list .switcher-list-item .switcher-btn.active-btn {
  color: #000;
  background: linear-gradient(90deg, #184784 0%, #28BC8D 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bol-image-switcher-block .switcher-desktop .col-left .switcher-list .switcher-list-item .switcher-btn.active-btn::after {
  background-image: url(./assets/right-arrow-blue.png);
}
.bol-image-switcher-block .switcher-desktop .col-right {
  max-width: 685px;
  min-height: 425px;
  position: relative;
}
.bol-image-switcher-block .switcher-desktop .col-right .switcher-image-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
}
.bol-image-switcher-block .switcher-desktop .col-right .switcher-image-wrap.active-img {
  opacity: 1;
}
.bol-image-switcher-block .switcher-desktop .col-right .switcher-image-wrap .switcher-image {
  -o-object-fit: scale-down;
     object-fit: scale-down;
  width: 100%;
  height: 100%;
}
.bol-image-switcher-block .switcher-mobile {
  display: none;
}
@media (max-width: 1024px) {
  .bol-image-switcher-block .switcher-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
  }
}
.bol-image-switcher-block .switcher-mobile .switcher-card {
  background-color: #f7faff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  max-width: 400px;
  padding: 24px 30px;
  border-radius: 30px;
  box-shadow: 0 4px 4px -4px rgba(12, 12, 13, 0.05), 0 16px 32px -4px rgba(12, 12, 13, 0.1);
}
.bol-image-switcher-block .switcher-mobile .switcher-card .mobile-image-wrap {
  max-width: 100%;
}
.bol-image-switcher-block .switcher-mobile .switcher-card .mobile-text-wrap {
  text-align: center;
  text-wrap: pretty;
}/*# sourceMappingURL=bol-image-switcher.css.map */