

/* Start:/local/templates/verba/assets/css/why-block.css?17703906301557*/
.why-block {
  background-color: #f8f8f8;
}

.why-block .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 20px);
}

.why-block .swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 20px);
}

.why-block .swiper-button-next:after,
.why-block .swiper-button-prev:after {
  color: #f8f8f8;
  font-size: 3em;
}

.why-slider__item {
  width: 97.6%;
  position: relative;
}

.why-slider__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 32px 66px 32px 32px;
  background-color: #fff;
  transition: opacity 0.3s 0.3s;
  opacity: 0;
  box-sizing: border-box;
}

.why-slider__title {
  font-weight: 400;
  font-size: 24px;
  line-height: 133%;
  color: #282828;
}

.why-slider__desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #282828;
  max-width: 635px;
  width: 100%;
  align-self: flex-end;
  margin-top: -8px;
}

.why-slider__image {
  width: 100%;
  display: block;
  height: 640px;
  object-fit: cover;
  object-position: center;
}

.why-slider {
  overflow: visible;
}

.why-slider__item.swiper-slide-active .why-slider__bottom {
  opacity: 1;
}

@media (max-width: 1200px) {
  .why-slider__desc {
    margin-top: 16px;
  }
}

@media (max-width: 861px) {
  .why-slider__image {
    height: 300px;
  }

  .why-slider__bottom {
    position: static;
    padding: 16px;
    gap: 16px;
  }

  .why-slider__desc {
    margin-top: 0;
  }
}
/* End */


/* Start:/local/templates/verba/assets/css/about-sys.css?1770390630898*/
.about-sys__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about-sys__image {
  aspect-ratio: 37/45;
  max-width: 100%;
}

.about-sys__content {
  max-width: 592px;
  width: 100%;
  padding: 40px 32px 41px 32px;
  box-sizing: border-box;
  background-color: #fff;
}

.about-sys__content h2 {
  margin: 0 0 20px 0;
  font-weight: 400;
  font-size: 30px;
  line-height: 127%;
  color: #282828;
  letter-spacing: inherit;
}

.about-sys__content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #282828;
  max-width: 100%;
  padding-right: 0;
  margin: 0;
}

.about-sys__content p+p {
  margin-top: 10px;
}

@media (max-width: 1024px) {
  .about-sys__row {
    flex-direction: column;
    gap: 32px;
  }
}

@media (max-width: 861px) {
  .about-sys__content {
    padding: 25px 20px;
  }
}
/* End */


/* Start:/local/templates/verba/assets/css/how-recom.css?1770390630828*/
.how-recom__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px 30px;
}

.how-recom-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 16px;
  background: #f8f8f8;
}

.how-recom-item__name {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #282828;
}

.how-recom-item__link {
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #000;
}

@media (max-width: 1200px) {
  .how-recom__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 861px) {
  .how-recom__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .how-recom__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
/* End */


/* Start:/local/templates/verba/assets/css/about-item.css?17703906301124*/
.about-item__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about-item__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 592px;
  width: 100%;
}

.about-item__title {
  margin: 0;
  font-weight: 400;
  font-size: 36px;
  line-height: 122%;
  color: #282828;
}

.about-item__desc {
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  color: #282828;
  max-width: 100%;
  padding-right: 0;
  letter-spacing: inherit;
  margin: 0;
}

.about-item__time {
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
  color: #282828;
}

.about-item__image {
  aspect-ratio: 37/45;
  flex-shrink: 0;
  object-fit: cover;
  max-width: 592px;
}

@media (max-width: 1024px) {
  .about-item__row {
    flex-direction: column;
    gap: 32px;
  }

  .about-item__content {
    max-width: 100%;
  }

  .about-item__image {
    order: 1;
    max-width: 100%;
  }
}

@media (max-width: 861px) {
  .about-item__desc {
    font-size: 18px;
  }

  .about-item__time {
    font-size: 16px;
  }
}
/* End */


/* Start:/local/templates/verba/assets/css/recommendations.css?17703906301643*/
.recommendations {
  background: #f8f8f8;
}

.recommendations__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.recommendations__head {
  max-width: 704px;
}

.recommendations__title {
  font-weight: 400;
  font-size: 48px;
  line-height: 125%;
  color: #282828;
  margin: -13px 0 0 0;
  letter-spacing: inherit;
}

.recommendations__content {
  max-width: 480px;
  width: 100%;
}

.recommendations__item {
  padding: 20px 0;
  border-top: 1px solid rgba(40, 40, 40, 0.5);
}

.recommendations__item:last-child {
  border-bottom: 1px solid rgba(40, 40, 40, 0.5);
}

.recommendations__item-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  color: #282828;
}

.recommendations__desc {
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  color: #282828;
  margin-top: 20px;
}

.recommendations__item-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #282828;
  margin-bottom: 8px;
}

.recommendations__item-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #000;
}

@media (max-width: 1024px) {

  .recommendations__content,
  .recommendations__head {
    max-width: 100%;
  }

  .recommendations__row {
    align-items: flex-start;
  }
}

@media (max-width: 861px) {
  .recommendations__title {
    font-size: 30px;
    line-height: 1.4em;
  }

  .recommendations__row {
    flex-direction: column;
  }

  .recommendations__desc {
    font-size: 18px;
  }
}
/* End */


/* Start:/local/templates/verba/assets/css/methods.css?1770390630791*/
.methods__slider .swiper-slide {
  height: auto;
}

.methods__slider {
  overflow: visible;
}

.methods-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.methods-item__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px 16px;
  background: #f8f8f8;
  height: 100%;
  gap: 40px;
}

.methods-item__image {
  height: 260px;
  flex-shrink: 0;
}

.methods-item__image img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.methods-item__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #282828;
}

.methods-item__desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #282828;
}
/* End */
/* /local/templates/verba/assets/css/why-block.css?17703906301557 */
/* /local/templates/verba/assets/css/about-sys.css?1770390630898 */
/* /local/templates/verba/assets/css/how-recom.css?1770390630828 */
/* /local/templates/verba/assets/css/about-item.css?17703906301124 */
/* /local/templates/verba/assets/css/recommendations.css?17703906301643 */
/* /local/templates/verba/assets/css/methods.css?1770390630791 */
