

/* Start:/local/templates/reysmus/components/wbc-component/list/about/style.css?1775652067152*/
.title-about p {
    font-size: var(--rey-body-font-size);
    font-weight: var(--rey-body-font-weight);
    line-height: var(--rey-body-line-height);
}
/* End */


/* Start:/local/templates/reysmus/components/wbc-component/list/ratings/style.css?17810865065665*/
.awards {
    display: grid;
    grid-template-columns: 549px auto;
    grid-column-gap: 42px;
    margin-bottom: 14px;
}

.awards__title.h1 {
    margin: 24px 0 32px;
    font-size: 48px;
}

.awards__desc {
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
}

.awards-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-column-gap: 20px;
    height: 100px;
    border-bottom: 1px solid #C3D0D3;
}

.awards-item:last-child {
    border-bottom: none;
}

.awards-item__icon {
    flex-shrink: 0;
}

.awards-item__icon img:first-child {
    margin: -20px 15px 0 0;
}

.awards-item__info {
    position: relative;
    min-width: 172px;
    padding-left: 64px;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
}

.awards-item__info:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 31px;
    height: 31px;
    margin-top: -15px;
    background-image: url(/local/templates/reysmus/images/svg-icons/star.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.awards-item__info sup {
    margin-left: 12px;
    font-size: 18px;
    line-height: 1.5;
}

.awards-sert {
    margin-top: -3px;
    padding: 47px 20px 28px;
    background-color: #F2F4F5;
    width: 549px;
    position: relative;
    z-index: 1;
}

.awards-sert__logo {
    margin-bottom: 68px;
}

.awards-sert__picts {
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
}

.awards-sert-slider .awards-sert__pict {
    object-fit: contain;
    cursor: pointer;
    width: inherit;
    height: 200px;
}

.awards-sert__pict-big {
    max-width: 421px;
    width: auto;
    height: auto;
    display: block;
    position: relative;
    z-index: 2;
}

.awards-sert__pict-small {
    display: flex;
    align-items: center;
    gap: 3px;
    max-width: 506px;
}

.awards-sert__pict-small .awards-sert__pict img {
    display: flex;
    max-height: 231px;
}

.awards-sert-slider .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 230px;
    width: auto;
}

.awards-pagination {
    display: flex;
    margin-top: 30px;
}

.awards-sert-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.awards-sert-slider .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 230px;
    width: auto;
}

.awards-sert-slider .swiper-slide img {
    max-height: 200px;
    width: auto;
    object-fit: contain;
}

.awards-sert-slider img[src*="prodoktorov-top-20"] {
    height: auto;
    max-height: 110px;
    object-fit: contain;
}

.awards-pagination {
    display: flex;
}

.awards-sert-slider .awards-pagination .swiper-button-prev,
.awards-sert-slider .awards-pagination .swiper-button-next {
    width: 40px;
    position: relative;
    z-index: 10;
    transform: none;
}

.awards-sert-slider .swiper-button-prev:after,
.awards-sert-slider .swiper-button-next:after {
    font-family: swiper-icons;
    font-size: 30px;
    font-weight: bold;
    color: #000;
}

.awards-sert-slider .awards-pagination .swiper-button-prev:after {
    content: "←";
}

.awards-sert-slider .awards-pagination .swiper-button-next:after {
    content: "→";
}

@media only screen and (max-width: 1420px) {
    .awards-item__info {
        min-width: 149px;
        padding-left: 50px;
        font-size: 24px;
    }

    .awards-sert__pict-big {
        max-width: 360px;
    }
}

@media only screen and (max-width: 1240px) {
    .awards {
        display: flex;
        flex-direction: column;
    }

    .awards__desc {
        display: none;
    }

    .awards-item__icon {
        flex-shrink: 1;
    }

    .awards-sert {
        padding: 29px 20px 49px;
        width: 100%;
        overflow: hidden;
    }

    .awards-sert__logo {
        margin-bottom: 31px;
    }

    .awards-sert-slider {
        width: 500px;
        margin-left: 0;
    }

    .awards-sert-slider.swiper {
        margin-top: 0;
    }
}

@media only screen and (max-width: 900px) {
    .awards-sert-slider.swiper {
        width: 90%;
    }
}

@media only screen and (max-width: 580px) {
    .awards {
        margin-top: -5px;
    }

    .awards-main {
        margin-bottom: 28px;
    }

    .awards-item {
        grid-column-gap: 0;
        height: 76px;
    }

    .awards__title.h1 {
        font-size: 30px;
        margin-bottom: 18px;
    }

    .awards-item__icon img:first-child {
        max-height: 46px;
        margin: -8px 7px 0 0;
    }

    .img1 {
        width: 45px;
    }

    .awards-item__info {
        min-width: 130px;
        padding-left: 33px;
        margin-top: 6px;
    }

    .awards-item__info sup {
        font-size: 16px;
    }

    .awards-sert__logo img {
        max-height: 44px;
        width: 100%;
    }

    .awards-sert__picts {
        overflow: visible;
        width: 100%;
    }

    .awards-sert-slider .swiper-slide {
        width: auto;
        max-width: 100%;
    }

    .awards-sert__pict {
        width: auto;
        flex-direction: column;
        align-items: center;
    }

    .awards-sert-slider {
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-right: -20px;
    }
}

@media screen and (max-width: 480px) {
    .awards {
        margin-bottom: 8px;
    }

    .awards-sert {
        padding-bottom: 18px;
    }

    .awards-sert__logo {
        margin-bottom: 18px;
    }

    .awards-sert__pict-big {
        max-width: 238px;
    }
}
/* End */


/* Start:/local/templates/reysmus/components/wbc-component/list/reviews/style.css?1762955027138*/
.section-reviews {
    margin-top: 66px;
}

@media screen and (max-width: 480px) {
    .section-reviews {
        margin-top: 8px;
    }
}
/* End */
/* /local/templates/reysmus/components/wbc-component/list/about/style.css?1775652067152 */
/* /local/templates/reysmus/components/wbc-component/list/ratings/style.css?17810865065665 */
/* /local/templates/reysmus/components/wbc-component/list/reviews/style.css?1762955027138 */
