

/* Start:/bitrix/templates/pinigina/components/bitrix/news.list/reviews/style.css?17185463811869*/
.reviews__item-avatar {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #EADECE;
    margin-right: 10px;
}

.reviews__item-header {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    margin-bottom: 16px;
}

.reviews__item-title {
    font-family: "MuseoSansCyrl500", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000;
  max-width: calc(100% - 56px);
}

.reviews__item {
    padding: 24px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.16);
    border-radius: 24px;
    width: calc(33.3333% - 34px);
    margin: 0px 17px 35px;
    box-sizing: border-box;
}

.reviews__item-text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
}

.reviews__wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0px -17px;
}

.reviews__link a {
    text-decoration: underline;
    transition: all 0.3s ease;
}

.reviews__link a:hover {
    color: #F5B267;
}

.reviews__item-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
	object-fit: cover; 
	object-position: center;
}

.reviews__item-btn--more:hover {
    text-decoration: none;
}

.reviews__item-btn--more {
    font-family: "MuseoSansCyrl300", sans-serif;
    font-weight: 300;
    text-decoration: underline;
    transition: all 0.3s ease;
    cursor: pointer;
    margin: 20px 0px;
}

@media (max-width: 950px) {
	.reviews__item {
		width: calc(50% - 34px);
	}
}


@media (max-width: 550px) {
	.reviews__item {
		width: 100%;
        margin: 0px 0px 35px;
	}
	.all-articles__wrapper .reviews__wrapper {
		margin: 0px;
		padding-bottom: 0px;
	}
}
/* End */


/* Start:/bitrix/templates/pinigina/components/bitrix/form/reviews/bitrix/form.result.new/.default/style.css?1718171785887*/
.feedback__wrapper__form input, 
.feedback__wrapper__form textarea {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.16);
    outline: none;
    border-radius: 16px;
    margin-bottom: 20px;
    padding: 16px 24px;
}

.feedback__wrapper__form .feedback-btn:hover {
    color: #B59570;
    opacity: 0.9;
}

.feedback__wrapper__form .feedback-btn {
    cursor: pointer;
    width: 100%;
    height: 83px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    background: url(/upload/images/btn-background.png);
    background-size: cover;
    box-shadow: 0px 3px 0px 0px #C2A079;
    font-family: "Forum", sans-serif;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #806950;
    margin-bottom: 16px;
    transition: all 0.3s ease;
    border: 0px;
    outline: none;
}

/* End */
/* /bitrix/templates/pinigina/components/bitrix/news.list/reviews/style.css?17185463811869 */
/* /bitrix/templates/pinigina/components/bitrix/form/reviews/bitrix/form.result.new/.default/style.css?1718171785887 */
