

/* Start:/company/otzyvy/style.css?1770817101902*/
button.button-consulation.accent-button-default.consultation-modal-button.reviews-top-block__button,
.reviews-top-block-widget{
    display: none;
}

.after-header-with-content.reviews-page-container button{
    margin-top: 30px;
}

@media screen and (max-width: 992px) {
    button.button-consulation.accent-button-default.consultation-modal-button.reviews-top-block__button,
    .reviews-top-block-widget{
        display: block;
    }

    .reviews-top-block-widget{
        margin-top: 5px;
        border-radius: 30px;
    }
    .container-border.second-page-container-border.with-content{
        border-radius: 0 0 30px 30px !important;
    }

    .after-header-with-content.reviews-page-container{
        margin-top: 5px;
        border-radius: 30px;
        padding: 20px 0;
    }

    .reviews-top-block{
        display: flex;
        flex-direction: column;
        grid-gap: 20px;
    }
}
/* End */


/* Start:/local/components/mediamint/ya-review/templates/mini-widget/style.css?17700245341342*/
.review__img-block {
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 375/260;
    position: relative;
    border-radius: 45px;
    overflow: hidden;
}

.review__img-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.review__img-block-widget {
    display: flex;
    flex-direction: column;
    grid-gap: 5px;
    padding: 15px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(15px);

    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 1;

}

.review__img-block-widget-statistics {
    display: flex;
    align-items: center;
    grid-gap: 10px;
}

button.consultation-modal-button.review__img-block-widget-button {
    display: flex;
    align-items: flex-end;
    padding: 0;
    margin: 0;
    gap: 20px;
    background: none;
    border: none;
    color: #FFF;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    line-height: 130%;
    text-decoration: underline;
}

.review__img-block-widget-statistics-stars {
    display: flex;
    align-items: center;
}

.review__img-block-widget-statistics span {
    color: #FFF;

    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
}

@media screen and (max-width: 767px) {
    .review__img-block {
        border-radius: 30px;
    }
}
/* End */


/* Start:/local/components/mediamint/ya-review/templates/.default/style.css?1770024721459*/
.reviews-content-container{
  border-radius: 45px;
  border: 1px solid var(--black-30, rgba(28, 49, 92, 0.30));
  background: #FFF;
  padding: 60px 50px 60px 50px;
  max-width: 864px;
  width: 100%;
  margin-left: 0;
}
.container-border.reviews-section-container{
  padding: 100px 0;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .reviews-content-container{
    padding: 30px 20px;
  }
  .reviews-section-container{
    padding: 50px 0;
  }
}
/* End */


/* Start:/local/components/mediamint/top-page-block/templates/like-form/style.css?17712239772524*/
.top-page-block {
  display: grid;
  grid-template-columns: 797fr 1117fr;
  grid-gap: 5px;
}

.top-page-block-content,
.top-page-block-img-wrapper {
  border-radius: 45px;
  overflow: hidden;
}

.top-page-block-content {
  padding: 100px 50px;
  background-color: #2e2868;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.top-page-block-swiper.top-page-block-img-wrapper.swiper {
  width: 100%;
}
.top-page-block-img,
.top-page-block-img.swiper-slide {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.top-page-block-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: -1;
}

.top-page-block-img-link {
  display: block;
  background: linear-gradient(
    0deg,
    rgba(17, 27, 43, 0.8) 0%,
    rgba(17, 27, 43, 0) 100%
  );
  padding: 50px 34px 30px 34px;
}

.top-page-block-img-link {
  display: flex;
  text-decoration: none;
}

.top-page-block-img-link-text.text-16 {
  color: #fff;
  padding: 10px 20px;
  border-radius: 500px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 252, 0.1);
}
.top-page-block-title.section-title{
  color: #fff;
}
.top-page-block-text.text-20-400{
  color: #fff;
}

.top-page-block .swiper-button-prev,
.top-page-block .swiper-button-next {
  display: flex;
  justify-content: center;
  align-content: center;
  padding: 13px 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f2f4f8;
  color: transparent;
}

.top-page-block .swiper-button-prev {
  transform: rotate(180deg);
}
.top-page-block .swiper-button-prev.swiper-button-disabled,
.top-page-block .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}

.top-page-block-content button{
  margin-top: 20px;
  width: fit-content;
}

@media screen and (max-width: 992px) {
  .top-page-block {
    display: flex;
    flex-direction: column;
  }

  .top-page-block-content {
    padding: 20px;
    grid-gap: 10px;
  }

  .second-page .second-page-container-border.second-page-with-border {
    margin-bottom: 5px;
    padding-bottom: 20px;
    border-radius: 0 0 30px 30px;
  }

  .top-page-block-img-wrapper {
    aspect-ratio: 375/260;
  }

  .top-page-block-content,
  .top-page-block-img-wrapper {
    border-radius: 30px;
  }

  .top-page-block-img-link {
    padding: 15px 10px 10px 10px;
  }
}

@media screen and (max-width: 576px) {
  .top-page-block .swiper-button-prev,
  .top-page-block .swiper-button-next {
    display: none;
  }
}

/* End */
/* /company/otzyvy/style.css?1770817101902 */
/* /local/components/mediamint/ya-review/templates/mini-widget/style.css?17700245341342 */
/* /local/components/mediamint/ya-review/templates/.default/style.css?1770024721459 */
/* /local/components/mediamint/top-page-block/templates/like-form/style.css?17712239772524 */
