

/* 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/templates/SmartLamps/components/bitrix/news.list/reviews.list/style.css?17712237544693*/
.container-border.reviews__list-container {
    padding: 100px 0;
    margin: 5px 0;
}

.reviews__list {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 32px;
    margin-top: 30px;
}

.reviews__item {
    display: flex;
    width: calc(100%/2 - 16px);
    padding: 30px;
    border-radius: 30px;
    background: var(--Light-gray, #F2F4F8);
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.reviews__item-stars {
    display: flex;
    align-items: center;
}

.reviews__item-stars svg {
    width: 35px;
    height: 35px;
}

.reviews__item-content-title {
    color: #161B25;

    font-size: 25px;
    font-weight: 600;
    line-height: 150%;
}

.reviews__item-content-text {
    color: #161B25;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

.reviews__count {
    color: rgba(28, 49, 92, 0.70);
    font-size: 18px;
    font-weight: 700;
    line-height: 140%;
}

.read-more-link {
    color: var(--black-70, rgba(28, 49, 92, 0.70));

    /* Text 16 */
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    cursor: pointer;
}


.reviews__item-content-author {
    color: var(--black-70, rgba(28, 49, 92, 0.70));

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

.reviews__item-files-link.white-button-default {
    padding: 10px 20px;
    border-radius: 500px;
    background: #E2E7F1;
    text-decoration: none;
}

.reviews__item-files-link.white-button-default span {
    color: var(--black-70, rgba(28, 49, 92, 0.70));
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    /* 18.2px */
}

.reviews__item-files-link.white-button-default:hover span{
    color: #fff;
}


.review-modal.review-modal--hidden {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(28, 49, 92, 0.40) 0%, rgba(28, 49, 92, 0.40) 100%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.review-modal.review-modal--hidden.review-modal--active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1005;
    padding: 15px;
}

.review-modal__container {
    border-radius: 45px;
    background: #FFF;
    display: flex;
    max-width: 1428px;
    padding: 50px;

    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    position: relative;
}

.review-modal__close {
    background-color: transparent;
    border: none;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.review-modal__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

@media screen and (max-width: 1200px) {
    .reviews__item {
        width: calc(100%/2 - 15px);
    }
}

@media screen and (max-width: 992px) {
    .reviews__item-stars svg{
        width: 20px;
        height: 20px;
    }
    .reviews__item-files-link.white-button-default {
        padding: 7px 13px;
    }
    .reviews__item-content-author{
        font-size: 16px;
    }
    .reviews__item-content-title {
        font-size: 20px;
    }

    .reviews__item-content-text {
        font-size: 16px;
    }

    .container-border.reviews__list-container {
        padding: 50px 0;
    }

    .reviews__item {
        width: 100%;
        padding: 20px;
    }

    .review-modal.review-modal--hidden.review-modal--active {
        background-color: #fff;
        padding: 0;
    }

    .review-modal__container {
        border-radius: 0;
        padding: 60px 15px;
        max-width: 100%;
        height: 100%;
    }

    .review-modal__content {
        grid-gap: 10px;
    }

    .review-modal__close {
        right: 10px;
        top: 10px;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        background-color: #2E2868;
        padding: 10px;
    }

    .review-modal__close svg {
        width: 100%;
        height: 100%;
    }

    .review-modal__close svg path {
        fill: #fff;
    }

    .reviews__item-content-text {
        max-height: 85vh;
        overflow-y: auto;
        scrollbar-width: thin;
    }

    .reviews__item-content-text::-webkit-scrollbar {
        width: 5px;
    }

    .reviews__item-content-text::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .reviews__item-content-text::-webkit-scrollbar-thumb {
        background: #888;
    }

    .reviews__list {
        margin-top: 20px;
    }

    .reviews__count {
        font-size: 16px;
    }
}
/* 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/templates/SmartLamps/components/bitrix/news.list/reviews.list/style.css?17712237544693 */
/* /local/components/mediamint/top-page-block/templates/like-form/style.css?17712239772524 */
