

/* Start:/local/templates/Sanruzh2023/components/likeit/iblock.element.add.form/add_reviews/style.css?17417028765215*/
.container {
    max-width: 1110px;
    margin: 0 auto;
}

.form-title {
    color: #333;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 38.4px */
}

.form-action__success {
    text-align: center;
    padding: 15px;
    color: #00b359;
}

.form {
    margin-top: 68px;
    margin-bottom: 116px;
}

.form-block {
    margin-top: 50px;
    display: none;
}

.form-wrapper {
    display: flex;
    flex-direction: column;
    gap: 54px;
    width: 100%;
}

.form-group {
    width: 100%;
}

.form-group__title {
    color: #333;
    font-family: 'Gilroy';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 88.889% */
}

.form-group__title span {
    color: #9C0F0F;
}

.form-group__controls {
    width: 100%;
    margin-top: 4px;
    position: relative;
}

.form-row {
    display: flex;
    gap: 10px;
}

.form-row#children {
    flex-wrap: wrap;
    gap: 54px 10px;
}

#children .form-group {
    max-width: 363px;
}

.form-group__controls input {
    width: 100%;
    border-radius: 4px;
    background: #F8F8F8;
    color: #898989;
    font-family: 'Gilroy';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 87.5% */
    padding: 0 16px;
    height: 44px;
    outline: none;
    border: none;
    position: relative;
}

input[type="date"]:focus::before,
input[type="date"]:valid::before {
    display: none;
}

.form-group__controls input.error {
    border: 1px solid #9C0F0F;
}

.form-group__controls textarea {
    width: 100%;
    border-radius: 4px;
    background: #F8F8F8;
    color: #898989;
    font-family: 'Gilroy';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 87.5% */
    padding: 15px 16px;
    outline: none;
    border: none;
    resize: none;
    height: 140px;
}

.form-group__controls input[type="number"] {
    -moz-appearance: textfield;
}

.form-group__controls input::-webkit-inner-spin-button,
.form-group__controls input::-webkit-outer-spin-button {
    display: none;
}

.form-group__controls input#date {
    background-image: url(/local/templates/Sanruzh2023/components/likeit/iblock.element.add.form/add_reviews/img/date.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
}

.form-group__controls input#time {
    background-image: url(/local/templates/Sanruzh2023/components/likeit/iblock.element.add.form/add_reviews/img/time.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
}

.form-check {
    display: flex;
    margin-top: 54px;
    justify-content: space-between;
}

.form-check__text {
    max-width: 940px;
    color: #333;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.form-check__text span {
    font-weight: 600;
}

.form-check__text a {
    color: #9C0F0F;
    text-decoration: none;
    border-bottom: 1px solid #9C0F0F;
    font-weight: 700;
}

.form-check__text .form__check-text-star {
    color: #9C0F0F;
    font-weight: 700 ;
}

.form-check__action {
    position: relative;
    flex: 0 0 auto;
}

.form-check__action input {
    position: absolute;
    opacity: 0;
}

.form-check__action span {
    border-radius: 4px;
    border: 1px solid #898989;
    display: flex;
    width: 36px;
    height: 36px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.form-check__action input:checked~label span {
    border: 1px solid #333;
    background: #F8F8F8;
}

.form-check__action input:checked~label span path {
    fill: #9C0F0F;
    stroke: #9C0F0F;
}

.form-check__action.error span {
    border: 1px solid #9C0F0F;
}

.form-button {
    border-radius: 4px;
    background: #9C0F0F;
    border: none;
    outline: none;
    padding: 12px 30px;
    color: #FFF;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-top: 30px;
    cursor: pointer;
}

.form-info {
    margin-top: 30px;
    display: none;
    align-items: center;
    padding: 10px 16px;
    gap: 20px;
    color: #FFF;
    font-family: 'Gilroy';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 87.5% */
    border-radius: 4px;
    background: #9C0F0F;
}

.form-info.active {
    display: flex;
}

@media (max-width: 1150px) {
    .container {
        margin: 0 20px;
    }

    .form-title {
        font-size: 28px;
    }

    .form-wrapper {
        gap: 20px;
    }

    .form-group__title {
        font-size: 16px;
    }

    .form-row {
        flex-wrap: wrap;
        gap: 20px;
    }

    .form-group__controls input {
        font-size: 14px;
    }

    .form-row#children {
        flex-wrap: wrap;
        gap: 20px 10px;
    }

    #children .form-group {
        max-width: 100%;
    }

    .form-group__controls textarea {
        height: 115px;
    }

    .form-info {
        margin-top: 10px;
        font-size: 14px;
    }

    .form-check {
        margin-top: 30px;
        font-size: 14px;
        gap: 34px;
    }

    .form-check__action span {
        width: 32px;
        height: 32px;
    }

    .form-check__action svg {
        width: 21px;
        height: 21px;
    }

    .form-button {
        width: 100%;
    }
}

/* End */


/* Start:/local/templates/Sanruzh2023/css/fonts/Gilroy/stylesheet.css?1733741534714*/
@font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/Sanruzh2023/css/fonts/Gilroy/Gilroy-Regular.eot');
    src: local('Gilroy Regular'), local('Gilroy-Regular'),
        url('/local/templates/Sanruzh2023/css/fonts/Gilroy/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/Sanruzh2023/css/fonts/Gilroy/Gilroy-Regular.woff') format('woff'),
        url('/local/templates/Sanruzh2023/css/fonts/Gilroy/Gilroy-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/Sanruzh2023/css/fonts/Gilroy/Gilroy-Medium.eot');
    src: local('Gilroy Medium'), local('Gilroy-Medium'),
        url('/local/templates/Sanruzh2023/css/fonts/Gilroy/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/Sanruzh2023/css/fonts/Gilroy/Gilroy-Medium.woff') format('woff'),
        url('/local/templates/Sanruzh2023/css/fonts/Gilroy/Gilroy-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

/* End */


/* Start:/local/templates/Sanruzh2023/components/bitrix/news.list/list_reviews/style.css?1741702876662*/
.reviews-wrapper {
    display: flex;
    flex-direction: column;
    gap: 54px;
    width: 100%;
}
.review-item__text {
    height: 100% !important;
}

.review-item__inner {
    padding: 20px;
}

.review-item__head-info {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.review-item__name {
    display: flex;
    flex-direction: column;
}

.reviews-item__country {
    font-size: 13px;
    line-height: 19.6px;
    font-weight: 400;
    color: #8a8a8a;
}

@media (max-width: 500px) {
    .review-item__head-info {
        flex-direction: column;
    }
    .review-item__avatar img {
        height: 50px;
        width: 50px;
    }
}
/* End */


/* Start:/local/templates/Sanruzh2023/components/bitrix/system.pagenavigation/news_list/style.css?1753368794398*/
.pagination {
    display: flex;
    justify-content: center;
    padding-bottom: 80px;
}
.page-link {
    padding: .375rem .75rem;
    border: 1px solid #EAEAEA;
    border-radius: 4px;
    margin: .25rem;
    text-decoration: none;
    color: #333;
}
.page-link__active{
    color: #9C0F0F;
}
@media (max-width: 768px) {
    .pagination {
        padding-bottom: 25px;
    }
}
/* End */
/* /local/templates/Sanruzh2023/components/likeit/iblock.element.add.form/add_reviews/style.css?17417028765215 */
/* /local/templates/Sanruzh2023/css/fonts/Gilroy/stylesheet.css?1733741534714 */
/* /local/templates/Sanruzh2023/components/bitrix/news.list/list_reviews/style.css?1741702876662 */
/* /local/templates/Sanruzh2023/components/bitrix/system.pagenavigation/news_list/style.css?1753368794398 */
