

/* Start:/local/css/components/comments.css?171164652110936*/
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.eot");
    src: local("Roboto Medium"), local("Roboto-Medium"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.eot?#iefix") format("embedded-opentype"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.woff2") format("woff2"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.woff") format("woff"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.ttf") format("truetype"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.svg#Roboto") format("svg");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.eot");
    src: local("Roboto"), local("Roboto-Regular"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.eot?#iefix") format("embedded-opentype"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.woff2") format("woff2"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.woff") format("woff"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.ttf") format("truetype"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.svg#Roboto") format("svg");
}

@supports (-ms-ime-align:auto) { /*Edge - works to 41.16299.402.0*/
    html {
        overflow: hidden;
        height: 100%;
    }
    body {
        overflow: auto;
        height: 100%;
        position: relative;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { /*Ie 10/11*/
    html {
        overflow: hidden;
        height: 100%;
    }
    body {
        overflow: auto;
        height: 100%;
    }
}

@media screen and (min-width: 0) {
    .af-comments {
        display: block;
        width: 100%;
        padding: 0 0 0 0;
        margin: 0 0 0 0;
    }
    .af-comments-item {
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        padding-bottom: 10px;
        border-bottom: 1px solid #b5b5b5;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .af-comments-item .af-comments-information {
        display: flex;
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 10px;
    }

    /* COMMENTS PROFILE */
    .af-comments-item .af-comments-profile {
        display: flex;
        width: auto;
        max-width: calc(100% - 150px);
        height: auto;
        margin: 0 10px 0 0;
        flex-wrap: wrap;
        align-items: center;
    }
    .af-comments-item .af-comments-avatar {
        display: flex;
        width: 40px;
        height: 40px;
        line-height: 1;
        color: #ffffff;
        font-size: 16px;
        font-weight: 500;
        font-family: 'Roboto';
        text-align: center;
        text-transform: uppercase;
        -ms-user-select: none;
        user-select: none;
        -moz-user-select: none;
        -webkit-user-select: none;
        margin-right: 10px;
        border-radius: 100%;
        background-color: #b5b5b5;
        overflow: hidden;
        align-items: center;
        justify-content: center;
    }
    .af-comments-item .af-comments-avatar img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
           object-position: center;
    }
    .af-comments-item .af-comments-name {
        display: block;
        width: auto;
        height: auto;
        font-family: 'Roboto';
        font-size: 16px;
        font-weight: 500;
    }
    .af-comments-item .af-comments-profile + .af-comments-date {
        margin-left: auto;
    }
    .af-comments-item .af-rating {
        width: 125px;
        height: 25px;
        margin: 10px auto 10px 0;
    }
    .af-comments-item .af-comments-date {
        display: block;
        width: auto;
        height: auto;
        font-family: 'Roboto';
        font-weight: 400;
        font-style: normal;
        line-height: 1;
        font-size: 14px;
        color: #b5b5b5;
        margin: 10px 10px 10px 0;
    }
    .af-comments-item .af-comments-stores {
        display: block;
        width: auto;
        height: auto;
        font-family: 'Roboto';
        font-weight: 400;
        font-style: normal;
        line-height: 1;
        font-size: 14px;
        color: #b5b5b5;
        margin: 10px 0;
    }
    .af-comments-item .af-comments-store:not(:last-child)::after {
        content: ',\00a0';
    }
    .af-comments-item .af-comments-message {
        display: block;
        width: 100%;
        font-family: 'Roboto';
        font-weight: 400;
        font-style: normal;
        line-height: 1.3;
        font-size: 14px;
        margin: 0 0 10px 0;
    }
    .af-comments-item .af-comments-products {
        display: flex;
        width: 100%;
        height: auto;
        margin: 0 0 5px 0;
        flex-wrap: wrap;
    }
    .af-comments-item .af-comments-product {
        display: block;
        width: auto;
        font-family: 'Roboto';
        font-weight: 400;
        font-style: normal;
        line-height: 1;
        font-size: 14px;
        color: #3d3d3d;
        margin: 0 0 5px 0;
    }
    .af-comments-item .af-comments-images {
        display: flex;
        width: 100%;
        height: auto;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .af-comments-item .af-comments-image {
        display: block;
        width: 80px;
        height: 80px;
        position: relative;
        margin: 0 10px 10px 0;
    }
    .af-comments-item .af-comments-image::after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .6);
        background-size: auto auto;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url('/local/img/assets/search.png');
        transition: 200ms ease;
        cursor: pointer;
        transform: scale3d(0, 0, 1);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .af-comments-item .af-comments-image:hover::after {
        transform: scale3d(1, 1, 1);
    }

    .af-comments-item .af-comments-orders {
        display: inline-block;
        margin-bottom: 20px;
    }
    .af-comments-item .af-comments-orders {
        display: flex;
        width: auto;
        height: auto;
        font-family: 'Roboto';
        font-weight: 400;
        font-style: normal;
        line-height: 1;
        font-size: 14px;
        color: #b5b5b5;
    }
    .af-comments-item .af-comments-order {
        display: flex;
        width: auto;
        height: auto;
        margin: 0 0 10px;
        align-self: center;
    }
    .af-comments-item .af-comments-order:not(:last-child)::after {
        content: ',\00a0';
    }
    .af-comments-item .af-comments-tags {
        display: flex;
        width: 100%;
        height: auto;
        flex-wrap: wrap;
    }
    .af-comments-item .af-comments-tag {
        display: flex;
        width: auto;
        height: auto;
        font-family: 'Roboto';
        font-weight: 400;
        font-style: normal;
        line-height: 1;
        font-size: 14px;

        font-size: 14px;
        margin-left: 5px;
    }
    .af-comments-item .af-comments-tag:first-child {
        margin-left: 0;
    }
    .af-comments-item .af-comments-tag[data-status] {
        font-style: italic;
        padding-left: 18px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        background-size: 13px 13px;
        background-repeat: no-repeat;
        background-position: left center;
    }
    .af-comments-item .af-comments-tag[data-status="afonya"] {
        color: #007cc3;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAMAAABFNRROAAAAQlBMVEX///8Ai7kAi7kAi7kAi7kAi7kAi7kAi7kAi7kAi7kAi7kAi7kAi7kAi7kAi7kAi7kAi7kAi7kAi7kAi7kAi7kAi7m7wcGhAAAAFXRSTlMABgoLJDdEUmmBoK6vvsHc5Ofp6vE9IMfdAAAAVUlEQVR42lXOSRKAMAhEUeKAGpyx739VWxIX+btXgQrC1G64qXyljFJOFPGTY6hdgIpVbP0OE6/oZsAFOKYnwPh2DuNa4NwjJcA9Bbkg0va/9pb2zhdvjQmWhdw9JAAAAABJRU5ErkJggg==);
    }
    .af-comments-item .af-comments-tag[data-status="aproved"] {
        color: #ffca28;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAMAAABFNRROAAAAQlBMVEX///8LvQALvQALvQALvQALvQALvQALvQALvQALvQALvQALvQALvQALvQALvQALvQALvQALvQALvQALvQALvQALvQDSrL/BAAAAFXRSTlMABgoLJDdEUmmBoK6vvsHc5Ofp6vE9IMfdAAAAVUlEQVR42lXOSRKAMAhEUeKAGpyx739VWxIX+btXgQrC1G64qXyljFJOFPGTY6hdgIpVbP0OE6/oZsAFOKYnwPh2DuNa4NwjJcA9Bbkg0va/9pb2zhdvjQmWhdw9JAAAAABJRU5ErkJggg==);
    }
    .af-comments-item .af-assessments {
        display: flex;
        width: 100%;
        justify-content: flex-end;
        align-items: center;
        flex-wrap: wrap;
        margin-top: 20px;
    }
    .af-assessments .af-assessments-title {
        display: block;
        width: auto;
        height: auto;
        font-family: 'Roboto';
        font-weight: 400;
        font-style: normal;
        line-height: 1;
        font-size: 14px;
        color: #b5b5b5;
        margin-right: 10px;
    }
    .af-assessments .af-assessments-controls {
        display: flex;
        width: 100px;
        height: 20px;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
    }
    .af-assessments .af-assessments-controls::before {
        content: attr(data-total);
        display: block;
        width: 50%;
        height: auto;
        color: #3d3d3d;
        text-align: center;
        font-size: 18px;
        font-family: 'Roboto';
        font-weight: 500;
        font-style: normal;
        line-height: 1;
        order: 2;
    }
    .af-assessments .af-assessments-control {
        display: block;
        width: 25%;
        height: 100%;
        opacity: .5;
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url('/local/img/assets/assessments.svg');
        transition: 200ms ease;
        -moz-transition: 200ms ease;
        -webkit-transition: 200ms ease;
        cursor: pointer;
    }
    .af-assessments .af-assessments-control:hover,
    .af-assessments .af-assessments-control.active {
		opacity: 1;
	}
    .af-assessments .af-assessments-control__like {
        order: 1;
    }
    .af-assessments .af-assessments-control__dislike {
        order: 3;
        transform: rotate3d(0, 0, 1, 180deg);
    }
}

/* End */


/* Start:/local/css/components/rating.css?16307539193142*/
@media screen and (min-width: 0) {
    .af-rating {
        display: flex;
        width: 140px;
        height: 28px;
        position: relative;
    }
    .af-rating .af-rating-input {
        display: block;
        width: 30px;
        max-width: 20%;
        height: 100%;
        position: relative;
        margin: 0 0 0 0;
        border: 0;
        opacity: 0;
        background: none;
        cursor: pointer;
        z-index: 1;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
    }
    .af-rating .af-rating-stars {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;
        background-size: auto 100%;
        background-position: left top;
        background-repeat: repeat-x;
        background-image: url(/local/img/assets/star-empty.svg);
    }
    .af-rating .af-rating-stars::before {
        content: "";
        display: block;
        width: 0;
        height: 100%;
        background-size: auto 100%;
        background-position: left top;
        background-repeat: repeat-x;
        background-image: url('/local/img/assets/star-full.svg');
        transition: 50ms ease 20ms;
    }
    .af-rating .af-rating-stars::after {
        display: none;
        content: '';
        width: 0;
        max-width: 0;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-size: auto 100%;
        background-repeat: repeat-x;
        background-position: center left -3px;
    }
    .af-rating[content="1"] .af-rating-stars::before,
    .af-rating[data-rating="1"] .af-rating-stars::before,
    .af-rating .af-rating-input[value="1"]:checked ~ .af-rating-stars::before,
    .af-rating > .af-rating-input[type="radio"][value="1"]:hover ~ .af-rating-stars::before {
        width: 20%;
    }
    .af-rating[content="2"] .af-rating-stars::before,
    .af-rating[data-rating="2"] .af-rating-stars::before,
    .af-rating .af-rating-input[value="2"]:checked ~ .af-rating-stars::before,
    .af-rating > .af-rating-input[type="radio"][value="2"]:hover ~ .af-rating-stars::before {
        width: 40%;
    }
    .af-rating[content="3"] .af-rating-stars::before,
    .af-rating[data-rating="3"] .af-rating-stars::before,
    .af-rating .af-rating-input[value="3"]:checked ~ .af-rating-stars::before,
    .af-rating > .af-rating-input[type="radio"][value="3"]:hover ~ .af-rating-stars::before {
        width: 60%;
    }
    .af-rating[content="4"] .af-rating-stars::before,
    .af-rating[data-rating="4"] .af-rating-stars::before,
    .af-rating .af-rating-input[value="4"]:checked ~ .af-rating-stars::before,
    .af-rating > .af-rating-input[type="radio"][value="4"]:hover ~ .af-rating-stars::before {
        width: 80%;
    }
    .af-rating[content="5"] .af-rating-stars::before,
    .af-rating[data-rating="5"] .af-rating-stars::before,
    .af-rating .af-rating-input[value="5"]:checked ~ .af-rating-stars::before,
    .af-rating > .af-rating-input[type="radio"][value="5"]:hover ~ .af-rating-stars::before {
        width: 100%;
    }
}

/* End */


/* Start:/local/css/reviews.css?174850907715640*/
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.eot");
    src: local("Roboto Medium"), local("Roboto-Medium"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.eot?#iefix") format("embedded-opentype"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.woff2") format("woff2"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.woff") format("woff"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.ttf") format("truetype"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.svg#Roboto") format("svg");
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.eot");
    src: local("Roboto"), local("Roboto-Regular"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.eot?#iefix") format("embedded-opentype"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.woff2") format("woff2"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.woff") format("woff"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.ttf") format("truetype"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.svg#Roboto") format("svg");
}

@supports (-ms-ime-align:auto) { /*Edge - works to 41.16299.402.0*/
    html {
        overflow: hidden;
        height: 100%;
    }
    body {
        overflow: auto;
        height: 100%;
        position: relative;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { /*Ie 10/11*/
    html {
        overflow: hidden;
        height: 100%;
    }
    body {
        overflow: auto;
        height: 100%;
    }
}

@-moz-document url-prefix() {
    select, select:-moz-focusring, select::-moz-focus-inner {
       color: transparent !important;
       text-shadow: 0 0 0 #000 !important;
       background-image: none !important;
       border:0;
    }
}

@media screen and (min-width: 0) {

    /* COMMON */
    .af-page.af-page__feedback {
        display: block;
        width: 100%;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        line-height: 1;
        height: auto;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }
    .af-page__feedback strong {
        font-weight: 500;
    }
    .af-page__feedback *::-webkit-input-placeholder {
        color: #BDBDBD;
    }
    .af-page__feedback *::-moz-placeholder {
        color: #BDBDBD;
    }
    .af-page__feedback *:-moz-placeholder {
        color: #BDBDBD;
    }
    .af-page__feedback .af-page-section {
        display: block;
        width: 100%;
        height: auto;
        margin: 0 0 0 0;
        padding: 40px 20px 0;
        box-sizing: border-box;
    }
    .af-page__feedback .af-page-title {
        font-family: 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 500;
        line-height: 1;
        color: #222222;
    }
    .af-page__feedback .af-page-description {
        font-family: 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400;
        line-height: 1.3;
        color: #222222;
    }

    /* MAIN */
    .af-page__feedback .af-main {
        display: flex;
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .af-page__feedback .af-main-image {
        display: block;
        min-width: 200px;
        width: calc(33.33% - 13.33px);
        height: auto;
    }
    .af-page__feedback .af-main-image img {
        display: block;
        width: 100%;
        height: auto;
    }
    .af-page__feedback .af-main-information {
        display: block;
        min-width: 400px;
        width: auto;
        height: auto;
    }
    .af-page__feedback .af-main-image + .af-main-information {
        width: calc(66.66% - 6.66px);
        max-width: calc(100% - 220px);
    }
    .af-page__feedback .af-main-title {
        display: block;
        font-family: 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        color: #222222;
        font-size: 28px;
        text-align: left;
        margin-bottom: 20px;
    }
    .af-page__feedback .af-main-description {
        display: block;
        font-family: 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400;
        line-height: 1.3;
        color: #222222;
        font-size: 14px;
        text-align: left;
        margin-bottom: 20px;
    }

    /* FORM */
    .af-page__feedback .af-form-wrapper {
        display: flex;
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
    }
    .af-page__feedback .af-form-group {
        display: flex;
        min-width: 200px;
        height: auto;
        margin-bottom: 20px;
        align-items: baseline;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .af-page__feedback .af-form-group.af-form-group__small {
        width: calc(33.33% - 13.33px);
    }
    .af-page__feedback .af-form-group.af-form-group__medium {
        width: calc(66.66% - 6.66px);
    }
    .af-page__feedback .af-form-group.af-form-group__big {
        width: 100%;
    }
    .af-page__feedback .af-form-group.af-form-group__big.permission {
        padding-top: 15px;
    }
    .af-page__feedback .af-form-caption {
        display: block;
        width: 100%;
        height: auto;
        font-family: 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 500;
        line-height: 1;
        font-size: 14px;
        color: #222222;
        margin-bottom: 10px;
    }
    .af-page__feedback .af-form-group.af-form-group__required .af-form-caption::after {
        content: ' *';
        display: inline;
        font-family: 'Roboto', sans-serif;
        font-style: normal;
        line-height: 1;
        font-size: 14px;
        color: #222222;
        font-weight: 500;
    }
    .af-page__feedback .af-form-label {
        display: flex;
        width: auto;
        height: auto;
        font-family: 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        font-size: 14px;
        color: #222222;
        cursor: pointer;
        align-items: center;
        justify-content: flex-start;
        transition: 200ms ease;
    }
    .af-page__feedback .af-form-radio {
        display: block;
        width: 10px;
        height: 10px;
        margin: 0;
        border: 2px solid white;
        border-radius: 100%;
        box-shadow: 0 0 0 1px #BDBDBD;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        transition: 200ms ease;
    }
    .af-page__feedback .af-form-label:hover,
    .af-page__feedback .af-form-radio:checked + span {
        color: #0f74d1;
    }
    .af-page__feedback .af-form-label:hover .af-form-radio {
        box-shadow: 0 0 0 2px #0f74d1;
    }
    .af-page__feedback .af-form-radio:checked {
        box-shadow: 0 0 0 1px #0f74d1;
        background-color: #0f74d1;
    }
    .af-page__feedback .af-form-input {
        display: block;
        width: 100%;
        height: 38px;
        font-family: 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        font-size: 14px;
        color: #222222;
        padding: 0 10px;
        border: 1px solid #BDBDBD;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        background-position: right 5px center;
        transition: 200ms ease;
    }
    .af-page__feedback .af-form-input:focus,
    .af-page__feedback .af-form-input:hover {
        border-color: #0f74d1;
    }
    .af-page__feedback .af-form-input[type="email"]:valid:not(:placeholder-shown),
    .af-page__feedback .af-form-input[type="text"]:valid:not(:placeholder-shown),
    .af-page__feedback .af-form-input[type="email"]:invalid:not(:placeholder-shown),
    .af-page__feedback .af-form-input[type="text"]:invalid:not(:placeholder-shown) {
        padding-right: 25px;
        background-size: 20px 20px;
        background-repeat: no-repeat;
    }
    .af-page__feedback .af-form-input[type="email"]:valid:not(:placeholder-shown),
    .af-page__feedback .af-form-input[type="text"]:valid:not(:placeholder-shown) {
        border-color: #5cb85c;
        background-image: url('/local/img/assets/checkmark.png');
    }
    .af-page__feedback .af-form-input[type="email"]:invalid:not(:placeholder-shown),
    .af-page__feedback .af-form-input[type="text"]:invalid:not(:placeholder-shown) {
        border-color: #d9534f;
        background-image: url(/local/img/assets/highmark.png);
    }
    .af-page__feedback .af-form-select {
        display: block;
        width: 100%;
        height: 38px;
        font-family: 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        font-size: 14px;
        color: #222222;
        padding: 0 10px;
        border: 1px solid #BDBDBD;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        transition: 200ms ease;
        cursor: pointer;
    }
    .af-page__feedback .af-form-select:focus,
    .af-page__feedback .af-form-select:hover {
        border-color: #0f74d1;
    }
    .af-page__feedback .af-form-select option:disabled,
    .af-page__feedback .af-form-select option[disabled] {
        display: none;
    }
    .af-page__feedback .af-form-textarea {
        display: block;
        width: 100%;
        min-height: 200px;
        max-height: 500px;
        font-family: 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        font-size: 14px;
        color: #222222;
        padding: 10px;
        font-size: 14px;
        border: 1px solid #BDBDBD;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        transition: 200ms ease;
        resize: vertical;
    }
    .af-page__feedback .af-form-textarea:focus,
    .af-page__feedback .af-form-textarea:hover {
        border-color: #0f74d1;
    }
    .af-page__feedback .af-form-link {
        display: block;
        width: auto;
        max-width: 100px;
        height: auto;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        font-size: 14px;
        color: #0f74d1;
        text-decoration: none;
        padding-bottom: 2px;
        border-bottom: 1px solid #0f74d1;
        box-sizing: border-box;
    }
    .af-page__feedback .af-form-label.af-form-label__type {
        align-items: center;
        margin-bottom: 10px;
        border: 1px solid transparent;
        box-sizing: border-box;
    }
    .af-page__feedback .af-form-label.af-form-label__type:focus {
        border-color: #0f74d1;
    }
    .af-page__feedback .af-form-label.af-form-label__type:not(:last-of-type) {
        margin-right: 20px;
    }
    .af-page__feedback .af-form-label.af-form-label__type .af-form-radio {
        margin-right: 10px;
    }
    .af-page__feedback .af-form-label.af-form-label__type .af-form-radio:focus {
        outline-width: 2px;
        outline-style: solid;
        outline-color: #0f74d1;
    }
    .af-page__feedback .af-form-input.af-form-input__product:not(:first-of-type) {
        width: calc(100% - 30px);
        margin-top: 10px;
    }
    .af-page__feedback .af-form-input.af-form-input__product + span {
        display: flex;
        width: 30px;
        height: 38px;
        font-size: 20px;
        font-weight: 400;
        line-height: 1;
        font-family: 'Roboto', sans-serif;
        color: #BDBDBD;
        margin-top: 10px;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        -ms-user-select: none;
        user-select: none;
        -moz-user-select: none;
        -webkit-user-select: none;
    }
    .af-page__feedback .af-form-input.af-form-input__product ~ .af-form-link {
        margin-top: 10px;
    }
    .af-page__feedback .af-form-wrapper[data-error][data-status="error"]::after {
        content: attr(data-error);
        max-width: 250px;
        color: #d9534f;
        font-family: 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        font-size: 14px;
        margin: 0 auto 0 20px;
        justify-self: flex-start;
        align-self: center;
    }
    .af-page__feedback .af-form-message {
        display: block;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 2;
        background-color: rgba(255, 255, 255, .7);
        -webkit-backdrop-filter: blur(.8px);
        backdrop-filter: blur(.8px);
    }
    .af-page__feedback .af-form-message p {
        display: block;
        width: 500px;
        max-width: 100%;
        height: auto;
        font-family: 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400;
        line-height: 1.3;
        color: #222222;
        font-size: 16px;
        text-align: left;
        margin: 0 auto 0;
        padding: 60px 40px;
        border: 1px solid #5cb85c;
        box-sizing: border-box;
        background-color: rgba(255, 255, 255, 1);
        position: fixed;
        top: 5%;
        left: 0;
        right: 0;
    }
    .af-page__feedback .af-form-message a {
        display: flex;
        width: 40px;
        height: 40px;
        font-family: 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400;
        line-height: 1.3;
        color: #BDBDBD;
        text-decoration: none;
        font-size: 22px;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        right: 0;
    }
    .af-page__feedback .paginator,
    .af-page__feedback .right {
        display: flex;
        width: auto;
        height: auto;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
    }
    #content .main .text .af-page__feedback .paginator a,
    .af-page__feedback .paginator a {
        width: auto;
        height: auto;
        font-size: 12px;
        font-family: "Roboto", sans-serif;
        line-height: 1;
        font-style: normal;
        font-weight: 400;
        color: #222222;
        padding: 6px;
        border: 1px solid #BDBDBD;
        box-sizing: border-box;
        background-color: #F0F0F0;
        cursor: pointer;
        transition: 200ms ease;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
    }
    #content .main .text .af-page__feedback .paginator a:hover,
    .af-page__feedback .paginator a:hover {
        color: #222222;
        border-color: #0f74d1;
    }
    #content .main .text .af-page__feedback .paginator a.active,
    .af-page__feedback .paginator a.active {
        color: #222222;
        cursor: default;
        background-color: transparent;
        pointer-events: none;
    }
    .af-page__feedback .paginator .right *:not(:last-child) {
        margin-left: 5px;
    }
}

/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.css?143080762764*/
font.errortext
{
	color:red;
}

font.notetext
{
	color:green;
}

/* End */
/* /local/css/components/comments.css?171164652110936 */
/* /local/css/components/rating.css?16307539193142 */
/* /local/css/reviews.css?174850907715640 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.css?143080762764 */
