.er-rating-wrap {
    background: #F9FAFB;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    padding: 24px;
    margin-bottom: 36px;
}

.er-rating-col {
    flex: 1 0 0%;
}

.er-rating-value {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #232323;
    margin-bottom: 8px;
}

.er-rating-count {
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    color: #232323;
}

.er-rating-stars {
    margin-bottom: 8px;
}

.er-starts {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 130px;
    height: 20px;
}

.er-starts-value-0 {
    background: url("/local/templates/mst/css/images/star_0.svg") left center no-repeat;
}

.er-starts-value-1 {
    background: url("/local/templates/mst/css/images/star_1.svg") left center no-repeat;
}

.er-starts-value-2 {
    background: url("/local/templates/mst/css/images/star_2.svg") left center no-repeat;
}

.er-starts-value-3 {
    background: url("/local/templates/mst/css/images/star_3.svg") left center no-repeat;
}

.er-starts-value-4 {
    background: url("/local/templates/mst/css/images/star_4.svg") left center no-repeat;
}

.er-starts-value-5 {
    background: url("/local/templates/mst/css/images/star_5.svg") left center no-repeat;
}

.er-rating-assessments-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #232323;
    margin-bottom: 20px;
}

.er-rating-assessments-none {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #232323;
}

.er-rating-assessments {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.er-rating-assessments div {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #232323;
}

.er-rating-assessments-name {
    flex: 1 0 0%;
}

.er-rating-assessments-value {
    flex: 0 0 auto;
    width: auto;
}

.er-rating-assessments div.er-rating-assessments-line {
    flex: 0 0 auto;
    width: 100%;
    margin-top: 4px;
    height: 3px;
    background: #C2C2C2;
}

.er-rating-assessments div.er-rating-assessments-line span {
    display: block;
    height: 100%;
    background: #026EF9;
}

.er-wrap-items {
}

.er-item {
    margin-bottom: 32px;
}

.er-item-head {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.er-item-head-col {
    flex: 1 0 0%;
}

.er-item-head-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 16px;
}

.er-item-head-stars {
    margin-right: 16px;
}

.er-item-head-inshop {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #00C236;
    height: 25px;
    display: flex;
    align-items: center;
    padding-left: 32px;
    padding-right: 8px;
    background: url("/local/templates/mst/images/check-green2.svg") 8px center no-repeat, #EFFFF4;
    border-radius: 4px;
}

.er-item-head-name {
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: #232323;
    margin-right: 16px;
}

.er-item-head-date,
.er-item-head-experience {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #979797;
    margin-right: 16px;
}

.er-item-head-assessments {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 16px;
    margin-right: 28px;
    flex: 1 0 0%;
}

.er-item-head-assessments:last-child {
    margin-right: 0;
}

.er-item-head-assessments div {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #232323;
}

.er-item-head-assessments-name {
    flex: 1 0 0%;
}

.er-item-head-assessments-value {
    flex: 0 0 auto;
    width: auto;
}

.er-item-head-assessments div.er-item-head-assessments-line {
    flex: 0 0 auto;
    width: 100%;
    margin-top: 4px;
    height: 3px;
    background: #C2C2C2;
}

.er-item-head-assessments div.er-item-head-assessments-line span {
    display: block;
    height: 100%;
    background: #026EF9;
}

.er-item-body {
    margin-bottom: 8px;
}

.er-item-body-text {
    margin-bottom: 16px;
}

.er-item-body-text-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: #232323;
    margin-bottom: 8px;
}

.er-item-body-text-value {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #232323;
}

.er-item-body-photo {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px 16px -4px;
}

.er-item-body-photo a {
    display: block;
    flex: 0 0 auto;
    width: auto;
    padding: 4px;
}

.er-item-body-photo a img {
    display: block;
    max-width: 100%;
    width: 100%;
}

.er-item-body-hidden {
    display: none;
}

.er-item-bottom {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 16px;
}

.er-item-bottom-100 {
    flex: 0 0 auto;
    width: 100%;
}

.er-item-show-all {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #026EF9;
    padding-right: 30px;
    cursor: pointer;
    position: relative;
}

.er-item-reply:hover,
.er-item-show-answers:hover,
.er-item-show-all:hover {
    text-decoration: underline;
}

.er-item-show-all::after {
    content: "";
    width: 17px;
    height: 11px;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    background: url("/local/templates/mst/images/er-down-blue.svg") center center no-repeat;
}

.er-item-show-all.active::after {
    transform: translate(0, -50%) rotate(180deg);
}

.er-item-reply,
.er-item-show-answers {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #026EF9;
    cursor: pointer;
}

.er-show {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #232323;
    cursor: pointer;
    margin-top: 24px;
    padding-right: 30px;
    position: relative;
    width: fit-content;
}

.er-show::after {
    content: "";
    width: 17px;
    height: 11px;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    background: url("/local/templates/mst/images/eq-down.svg") center center no-repeat;
}

.er-show.active::after {
    transform: translate(0, -50%) rotate(180deg);
}

.er-item-hide {
    display: none;
}

.er-item-answer {
    margin-bottom: 16px;
}

.er-item-answer-head {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.er-item-answer-name {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #232323;
    padding: 4px 0;
    margin-right: 16px;
}

.er-item-answer-name.admin {
    color: #026EF9;
}

.er-item-answer-date {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #979797;
}

.er-item-answer-text {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #232323;
    margin-bottom: 16px;
}

.er-item-answer-bottom {
    display: flex;
    gap: 16px;
}

.er-item-answers {
    padding-top: 16px;
    padding-left: 56px;
    display: none;
    margin-top: -32px;
}


.er-form {
    margin-bottom: 36px;
}

.er-form-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #080C37;
    margin-bottom: 24px;
}

.er-form .communication-form {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.er-form .communication-form .er-form-col {
    flex: 1 0 0%;
}

.er-form .communication-form .er-form-col .communication-form--big__row {
    margin-bottom: 24px;
}

.er-form .communication-form .er-form-col .communication-form--big__col:first-child {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #232323;
}

.er-form .communication-form .er-form-col .communication-form--big__col {
    width: auto;
    flex: 1 0 0%;
}

.er-form .communication-form .er-form-col .communication-form--big__row.er-form-item-user-experience {
    display: block;
}

.er-form .communication-form .er-form-col .communication-form--big__row.er-form-item-user-experience .communication-form--big__col:first-child {
    margin-bottom: 8px;
}

.er-form .communication-form .er-form-col .our-product {
    margin-top: 0;
}

.er-form .communication-form .er-form-col .our-product label {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #232323;
    margin-top: -5px;
    padding-left: 24px;
}

.er-form .communication-form .er-form-col .er-form-display-block {
    display: block;
    margin-bottom: 16px;
}

.er-form .communication-form .er-form-col .er-form-block-title {
    margin-bottom: 16px;
}

.er-form .communication-form .er-form-col .communication-form__item {
    margin-bottom: 8px;
}

.er-form .inBlockTypeFile{
    padding-left: 0;
}

@media (max-width: 1023px) {
    .er-rating-wrap {
        border-bottom: 1px solid #E1E3DE;
        margin-bottom: 30px;
    }

    .er-rating-col {
        flex: 0 0 auto;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .er-rating-value {
        flex: 0 0 auto;
        width: 100%;
    }

    .er-rating-stars {
        flex: 1 0 0%;
    }

    .er-rating-count {
        flex: 0 0 auto;
        width: auto;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
    }

    .er-rating-assessments-title {
        font-weight: 700;
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 10px;
        flex: 0 0 auto;
        width: 100%;
    }

    .er-rating-assessments {
        flex: 0 0 auto;
        width: 100%;
    }

    .er-rating-assessments div {
        font-weight: 500;
        line-height: 24px;
    }

    .er-item-answer-name {
        font-size: 14px;
        line-height: 17px;
    }

    .er-item-answer-date {
        font-size: 12px;
        line-height: 22px;
    }

    .er-item-answer-text {
        font-size: 13px;
        line-height: 20px;
    }

    .er-item-answers {
        padding-left: 16px;
        padding-top: 0;
        margin-top: -24px;
    }

    .er-item-show-all,
    .er-item-reply,
    .er-item-show-answers {
        font-size: 14px;
        line-height: 22px;
    }

    .er-item-head {
        gap: 0;
    }

    .er-item-head-col {
        flex: 0 0 auto;
        width: 100%;
    }

    .er-item-head-stars {
        flex: 0 0 auto;
        width: 100%;
        order: 2;
    }

    .er-item-head-inshop {
        order: 1;
        margin-bottom: 16px;
    }

    .er-item-head-name {
        margin-bottom: 16px;
    }

    .er-item-head-date {
        font-size: 12px;
        line-height: 22px;
    }

    .er-item-head-experience {
        flex: 0 0 auto;
        width: 100%;
    }

    .er-item-head-assessments {
        flex: 0 0 auto;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .er-item-head-assessments:last-child {
        margin-bottom: 0;
    }

    .er-item-body-text-title {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 4px;
    }

    .er-item-body-text-value {
        font-size: 13px;
        line-height: 20px;
    }

    .er-form{
        background: #F9FAFB;
        border-bottom: 1px solid #E1E3DE;
        border-radius: 20px;
        margin-bottom: 0;
        padding: 24px;
    }
    .er-form-title{
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 16px;
    }
    .er-form .communication-form{
        display: block;
    }
    .er-form .communication-form .er-form-col .communication-form--big__row{
        display: block;
        margin-bottom: 16px;
    }
    .er-form .communication-form .er-form-col .communication-form--big__col:first-child{
        margin-bottom: 5px;
        line-height: 24px;
    }
    .er-form .communication-form .er-form-col .communication-experience__item{
        font-size: 12px;
    }
    .er-form .communication-form .er-form-col{
        margin-bottom: 8px;
    }
    .er-form .communication-form .er-form-col .er-form-block-title{
        margin-bottom: 10px !important;
    }
    .er-form .communication-form .er-form-col .communication-form__item{
        margin-bottom: 16px;
    }
}