.tab-wrapper .header-tab-image .info-block-image {
  padding-top: 23%;
}
@media only screen and (max-width: 767px) {
  .tab-wrapper .header-tab-image .info-block-image {
    padding-top: 32%;
  }
}

.cs-tabs {
  position: relative;
}
.cs-tabs__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  transform: translateY(-100%);
  width: 100%;
}
.cs-tabs__header-item {
  background: #3b3b3b;
  cursor: pointer;
  font-weight: bold;
  font-size: 24px;
  color: white;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
  margin: 0 5px;
  padding: 21px 0;
  flex: 1 0 auto;
  text-align: center;
}
.cs-tabs__header-item.active, .cs-tabs__header-item:hover {
  color: #141615;
  background: white;
}
.cs-tabs__list {
  padding-top: 105px;
}
@media only screen and (max-width: 1199px) {
  .cs-tabs__list {
    padding-top: 95px;
  }
}
.cs-tabs__item {
  display: none;
  margin: 0 -20px;
}
.cs-tabs__item.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.cs-tabs__image-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 20px;
  height: 257px;
}
.cs-tabs__image-wrap a {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: var(--light-color);
  position: relative;
  cursor: pointer;
}
.cs-tabs__image-wrap a::before {
  font-size: 20px;
  font-family: "Ionicons", sans-serif;
  content: "\f488";
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  line-height: 70px;
  padding-left: 3px;
  text-align: center;
  position: absolute;
  left: 0;
}
.cs-tabs__image-wrap a .svg-play {
  height: 70px;
  width: 70px;
}
.cs-tabs__image-wrap a .svg-play .circle1 {
  stroke: var(--light-color);
  fill: none;
  stroke-width: 4px;
  stroke-miterlimit: 10;
  opacity: 0.3;
}
.cs-tabs__image-wrap a .svg-play .circle2 {
  fill: none;
  stroke-width: 4px;
  stroke-miterlimit: 10;
  opacity: 1;
  stroke-dasharray: 239;
  stroke-dashoffset: 239;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}
.cs-tabs__image-wrap a:hover .circle2 {
  stroke-dashoffset: 0;
}
.cs-tabs__image {
  height: 257px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cs-tabs__info {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
  padding: 0 20px;
  text-align: left;
}
.cs-tabs__title {
  font-size: 36px;
  font-weight: 600;
  color: var(--dark-color);
  text-align: center;
}
.cs-tabs__subtitle {
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.73;
  color: var(--grey-color);
  text-align: center;
  margin-bottom: 75px;
}
@media only screen and (max-width: 991px) {
  .cs-tabs__subtitle {
    margin-bottom: 50px;
  }
}
.cs-tabs__description {
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.73;
  color: var(--grey-color);
  column-count: 2;
  white-space: pre-line;
  column-gap: 50px;
}
.cs-tabs__description:not(:first-child) {
  margin-top: 30px;
}

@media (max-width: 1500px) {
  .cs-tabs__image-wrap, .cs-tabs__image {
    height: 230px;
  }
  .cs-tabs__title {
    font-size: 32px;
    line-height: 1.3;
  }
  .cs-tabs__item {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cs-tabs__info, .cs-tabs__image-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cs-tabs__description:not(:first-child) {
    margin-top: 20px;
  }
}
@media (max-width: 1200px) {
  .cs-tabs__image-wrap, .cs-tabs__image {
    height: 200px;
  }
}
@media (max-width: 991px) {
  .cs-tabs__header {
    transform: translateY(-125%);
  }
  .cs-tabs__list {
    margin-top: 20px;
    padding-top: 40px;
  }
  .cs-tabs__title {
    font-size: 28px;
  }
  .cs-tabs__image-wrap {
    margin-bottom: 20px;
  }
  .cs-tabs__image-wrap a:before,
  .cs-tabs__image-wrap a .svg-play {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .cs-tabs__header {
    transform: none;
    margin-top: -15%;
  }
  .cs-tabs__header-item {
    padding: 15px 0px;
    font-size: 18px;
  }
  .cs-tabs__list {
    margin-top: 40px;
  }
  .cs-tabs__subtitle {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .cs-tabs__header {
    position: static;
    flex-direction: column;
  }
  .cs-tabs__header-item {
    padding: 15px 0px;
    font-size: 16px;
    font-weight: 500;
  }
  .cs-tabs__image-wrap, .cs-tabs__image {
    height: 140px;
  }
  .cs-tabs__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cs-tabs__list {
    padding-top: 0px;
  }
  .cs-tabs__title {
    font-size: 24px;
  }
}

/*# sourceMappingURL=tabs.min.css.map */
