@charset "UTF-8";

#wrapper {
    background: #f5f4f4;
}
.visually-hidden {
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    position: absolute;
    width: 1px;
}
#spr .container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1024px;
    width: 88.88%;
}
.undisplayed {
    display: none !important;
}
#spr .row {
    display: block !important;
}
@media (max-width: 767px) {
    #spr .container {
        min-width: 320px;
        width: 100%;
    }
}
.attestation__wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.attestation__block {
    height: auto;
    width: 58.59%;
}
.attestation__block--sidebar {
    width: 38.9%;
}
.attestation__title {
	font-family: 'MT Qeyemour', sans-serif;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 1em;
    margin-top: 0.5em;
    text-align: center;
    text-transform: uppercase;
}
.attestation__title-company {
    font-weight: 700;
}
.attestation__content-block {
    margin-bottom: 16px;
}
.attestation__content-wrapper {
    background-color: #fff;
    padding: 16px 32px;
}
.attestation__content-title {
    align-items: center;
    background-color: rgba(24,24,24,1);
    color: #fff;
    display: block;
    flex-wrap: wrap;
    font-size: 20px;
    font-weight: 400;
    justify-content: center;
    line-height: 28px;
    min-height: 45px;
    padding: 9px 10px 8px;
    text-align: center;
}
.attestation__content-title b {
    font-weight: 700;
}
.attestation__content-subtitle {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 8px;
}
@media (max-width: 980px) {
    .attestation__wrapper {
        flex-direction: column;
    }
    .attestation__block {
        width: 100%;
    }
    .attestation__block--sidebar {
        order: 0;
        width: 100%;
    }
}
@media (max-width: 767px) {
    .attestation__title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 16px;
    }
    .attestation__content-block {
        margin-bottom: 16px;
    }
    .attestation__content-title {
        font-size: 22px;
    }
    .attestation__content-wrapper {
        padding: 16px;
    }
}
.attestation__no-review {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.attestation__no-review--spaced {
    padding-bottom: 88px;
    padding-top: 88px;
}
.attestation__no-review-text {
    font-weight: 700;
    margin-bottom: 8px;
    margin-top: 8px;
}
#spr .container .error-title {
    font-size: 39px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 47px;
    text-align: center;
}
#spr .container .error-text {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 22px;
    text-align: center;
}
#spr .container .error-img {
    display: block;
    height: 374px !important;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
#spr .container .button-error {
    background-color: #fff;
    border: 1px solid rgba(185,135,71,1);
    border-radius: 4px;
    color: rgba(185,135,71,1);
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 7px 10px;
    width: 20% !important;
}
.link {
    font-weight: 700;
    transition: all 0.3s ease;
}
.link--accented {
    color: rgba(185,135,71,1);
}
.link:focus,
.link:hover {
    opacity: 0.7;
    outline: none;
    text-decoration: underline;
}
.button {
    align-items: center;
    border-radius: 0;
    cursor: pointer;
    display: flex;
    font: inherit;
    justify-content: center;
    transition: all 0.3s ease;
}
.button--accented {
    background-color: rgba(185,135,71,1);
    border: none;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    min-height: 35px;
    padding: 9px 15px;
}
.button:focus,
.button:hover {
    opacity: 0.7;
    outline: none;
}
.button--reset {
    background: none;
    border: none;
}
.select {
    position: relative;
}
.select select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: 1px solid #737373;
    color: #2f3237;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    height: 46px;
    line-height: 21px;
    padding: 13px 28px 12px 24px;
    width: 100%;
}
.select select:focus,
.select select:hover {
    outline: 1px solid #babbbc;
}
.select:after {
    border: 4px solid transparent;
    border-top-color: #2f3237;
    content: "";
    margin-top: 4px;
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
}
.input {
    align-items: center;
    border: 1px solid #737373;
    display: flex;
    height: 47px;
}
.input input {
    background: none;
    border: 0;
    color: #2f3237;
    font-size: 14px;
    font-weight: 400;
    height: 100%;
    line-height: 14px;
    padding: 15px 14px;
    width: 100%;
}
.input input::placeholder {
    color: #babbbc;
    font: inherit;
}
.input input:active,
.input input:focus {
    outline: none;
}
.input:focus-within,
.input:hover {
    outline: 1px solid #babbbc;
}
@media (max-width: 767px) {
    .input input {
        font-size: 16px;
        padding: 15px 20px;
    }
}
.stars {
    display: flex;
}
.stars__item {
    --star-bg-size: 24px;
    --rating-item-percent: 0;
    align-items: center;
    background: url(../../img/icon-star.ec71a912.svg) center 45%, linear-gradient(0deg, rgba(185,135,71,0.3), rgba(185,135,71,0.3)), linear-gradient(0deg, rgba(185,135,71,1), rgba(185,135,71,1));
    background-repeat: no-repeat;
    background-size: var(--star-bg-size), 100% 100%, var(--rating-item-percent) 100%;
    display: flex;
    height: 32px;
    justify-content: center;
    width: 32px;
}
.stars__item--accented {
    background-color: rgba(185,135,71,1);
}
.stars__item:not(:last-of-type) {
    margin-right: 8px;
}
.stars--small .stars__item {
    --star-bg-size: 16px;
    height: 22px;
    width: 22px;
}
.stars--small .stars__item:not(:last-of-type) {
    margin-right: 2px;
}
@media (max-width: 767px) {
    .stars__item {
        --star-bg-size: 32px;
        height: 44px;
        width: 44px;
    }
    .stars--small .stars__item {
        --star-bg-size: 25px;
        height: 35px;
        width: 35px;
    }
    .stars--small .stars__item:not(:last-of-type) {
        margin-right: 4px;
    }
}
.pagination {
    display: flex;
    justify-content: center;
    padding: 17px 12px 17px 0;
}
.pagination__button {
    background: none;
    border: 1px solid #fd5f3e;
    border-radius: 2px;
    color: #fd5f3e;
    height: 40px;
    margin: 0 12px;
    min-width: 45px;
    padding: 5px 17px 5px 15px;
}
.pagination__button--last,
.pagination__button--next {
    padding-left: 17px;
    padding-right: 15px;
}
.pagination__button.disabled {
    border-color: #a3a4a6;
    color: #a3a4a6;
    cursor: default;
}
.pagination__button.disabled:focus,
.pagination__button.disabled:hover {
    opacity: 1;
}
.pagination__page {
    font-size: 14px;
    font-weight: 400;
    margin: 0 21px;
}
.pagination__page,
.pagination__page-current {
    align-items: center;
    display: flex;
    line-height: 24px;
}
.pagination__page-current {
    border: 1px solid #2f3237;
    border-radius: 2px;
    font-size: 18px;
    font-weight: 700;
    height: 40px;
    justify-content: center;
    margin: 0 8px 0 16px;
    min-width: 45px;
    padding-left: 4px;
    padding-right: 6px;
}
@media (max-width: 767px) {
    .pagination {
        padding: 24px 5px 32px;
    }
    .pagination__button {
        border-radius: 4px;
        border-width: 2px;
        height: 39px;
        margin: 0 8px;
        min-width: 39px;
        padding: 5px 13px;
    }
    .pagination__page {
        font-size: 15px;
        margin: 0 8px;
    }
    .pagination__page-current {
        border-radius: 4px;
        border-width: 2px;
        font-size: 16px;
        height: 39px;
        margin: 0 4px;
        min-width: 39px;
    }
}
@media (max-width: 374px) {
    .pagination__button {
        margin: 0 3px;
        padding-left: 6px;
        padding-right: 8px;
    }
    .pagination__button--last,
    .pagination__button--next {
        padding-left: 8px;
        padding-right: 6px;
    }
    .pagination__page {
        margin: 0 auto;
    }
}
.certification {
    align-items: center;
    display: none;
    flex-direction: column;
    font-size: 14px;
    font-weight: 500;
    justify-content: flex-end;
    line-height: 20px;
}
.certification a {
    align-self: flex-end;
    font-size: 14px;
}
.certification__wrapper {
    max-width: 100%;
    width: 183px;
}
.certification__wrapper p {
    margin-bottom: 18px;
}
.certification__wrapper .afnor {
    display: flex;
    justify-content: space-between;
}
.certification__wrapper .afnor_tooltip {
    position: relative;
    text-align: center;
}
.certification__wrapper .afnor_tooltip_content {
    background: #2f3237;
    border-radius: 3px;
    color: #fff;
    display: none;
    left: 50%;
    min-width: 260px;
    padding: 24px 24px 24px 34px;
    position: absolute;
    text-align: left;
    top: -114px;
    transform: translate(-50%, 40%);
    z-index: 1;
}
.certification__wrapper .afnor_tooltip_content:before {
    border: 7px solid transparent;
    border-bottom-color: #2f3237;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -7px;
    pointer-events: none;
    position: absolute;
    top: -13px;
    transform: translate(0);
    width: 0;
    z-index: 1;
}
.certification__wrapper .afnor_tooltip_content ul {
    display: list-item;
    font-size: 12px;
    list-style: disc;
    list-style-type: disc;
}
.certification__wrapper .afnor_tooltip_content ul li a {
    font-size: 12px;
    font-weight: 400;
    text-decoration: underline;
}
.certification__wrapper .afnor_tooltip:hover .afnor_tooltip_content {
    display: inline-block;
}
@media (max-width: 767px) {
    .certification {
        background-color: #fff;
        display: flex;
        padding: 22px 16px 15px;
    }
    .certification a {
        align-self: flex-start;
        margin-top: 0;
    }
    .certification__wrapper {
        font-weight: 400;
        width: 100%;
    }
    .certification__wrapper p {
        margin-bottom: 8px;
    }
}
.header {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 5px;
    padding-bottom: 24px;
    padding-top: 24px;
    position: relative;
}
.header__logo {
    display: flex;
    height: auto;
    margin-right: 10px;
    width: 210px;
}
.header__logo img {
    min-width: 100%;
    object-fit: contain;
}
.header__features {
    align-items: center;
    display: flex;
    justify-content: flex-end;
}
.header__features-text {
    align-items: center;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.header__company-logo {
    display: none;
    height: 33px;
    width: 81px;
}
span.header__company-logo {
    font-weight: 700;
    hyphens: auto;
}
@media (max-width: 767px) {
    .header {
        padding: 8px 24px;
    }
    .header__logo {
        width: 159px;
    }
    .header__features {
        display: none;
    }
    .header__company-logo {
        display: initial;
        height: 81px;
        object-fit: contain;
        width: 81px;
    }
}
#header-business {
    margin-left: 20px;
}
.rating {
    display: flex;
    height: auto;
    margin-bottom: 16px;
    min-height: max-content;
}
.rating__certification,
.rating__logo {
    align-items: center;
    background-color: #fff;
    display: flex;
    flex-shrink: 0;
    height: auto;
    justify-content: center;
    max-width: 30%;
    padding: 25px;
    width: 291px;
}
.rating__logo {
    flex: 0 0 20%;
}
.rating__certification {
    display: flex;
    flex: 0 0 50%;
    min-width: 50%;
    max-width: 50%;
}
.rating__logo img {
    height: auto;
    max-height: 132px;
    max-width: 200px;
    object-fit: contain;
    width: 100%;
}
.rating__logo span {
    font-weight: 700;
    hyphens: auto;
    width: 200px;
}
.rating__value {
    align-items: center;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    margin-left: 4px;
    margin-right: 4px;
    padding: 24px 10px;
    flex: 0 0 30%;
}
.rating__value-numeric {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: -3px;
    line-height: 32px;
    margin-bottom: 6px;
}
.rating__value-fact {
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
}
.rating__value-stars {
    margin-bottom: 16px;
}
.rating__details {
    color: #737373;
    flex-wrap: wrap;
    font-size: 12px;
    font-weight: 400;
    justify-content: space-between;
    line-height: 16px;
    text-align: center;
    width: 100%;
}
.rating__details b {
    font-weight: 700;
}
@media (max-width: 767px) {
    .rating {
        margin-bottom: 4px;
    }
    .rating__certification,
    .rating__logo {
        display: none;
    }
    .rating__value {
        margin: 0 0 4px;
        padding: 8px 24px;
    }
    .rating__value-numeric {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 8px;
    }
    .rating__value-fact {
        font-size: 60px;
        line-height: 60px;
    }
    .rating__value-stars {
        margin-bottom: 16px;
    }
    .rating__details {
        font-size: 14px;
        width: 75%;
    }
    .rating__details p {
        margin-bottom: 4px;
    }
}
.anchors {
    display: none;
    margin-bottom: 16px;
}
.anchors__anchor {
    align-items: center;
    display: flex;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
}
.anchors__anchor:before {
    background: url(/build/images/icon-info.0a75a497.svg) 50% / contain no-repeat;
    background-size: contain;
    content: "";
    height: 20px;
    margin-right: 9px;
    width: 20px;
}
.anchors__anchor:last-of-type:before {
    background-image: url(/build/images/icon-user.76a2361d.svg);
}
.anchors__anchor:not(:last-of-type) {
    margin-bottom: 10px;
}
@media (max-width: 980px) {
    .anchors {
        align-items: flex-start;
        background: #fff;
        display: flex;
        flex-direction: column;
        padding: 16px;
        text-decoration: underline;
    }
}
.information__select {
    margin-bottom: 16px;
}
.information__item {
    align-items: flex-start;
    display: flex;
    margin-bottom: 15px;
}
.information__item--description {
    display: grid;
}
.information__item--description .information__item-title {
    grid-row: 1/2;
}
.information__item--description .information__item-text {
    display: block;
    grid-row: 1/2;
    padding-left: 10px;
    text-align: justify;
}
.information__item--description--see-more {
    grid-column: 2;
}
.information__item--description--see-more button {
    font-size: 14px;
    margin-top: 10px;
}
.information__item--status .information__item-text {
    color: #02bc77;
    font-weight: 700;
}
.information__item-title {
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    margin-right: 10px;
    min-width: 70px;
    width: 26.27%;
}
.information__item-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    word-break: break-word;
}
.information__item-text:focus-within .information__item-button,
.information__item-text:hover .information__item-button {
    display: initial;
}
.information__item-text a {
    font-size: 15px;
}
.information__item-text--cut {
    height: 108px;
    overflow: hidden;
    position: relative;
}
.information__item-text--cut input {
    display: none;
}
.information__item-text--cut:after {
    background: linear-gradient(0deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0));
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.information__item-button {
    display: none;
    flex-shrink: 0;
    height: 19px;
    padding: 0;
    position: absolute;
    right: 0;
    width: 16px;
}
.information__item-button img {
    min-width: 100%;
    object-fit: contain;
}
.information__contacts {
    border: 1px solid rgba(185,135,71,1);
    display: flex;
    flex-direction: column;
    justify-content: start;
    margin-bottom: 15px;
    margin-top: 32px;
    padding: 16px;
    position: relative;
}
.information__contacts .contacts__title {
    align-items: flex-start;
    color: rgba(185,135,71,1);
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 15px;
    position: static;
}
.information__contacts .information__item {
    flex-wrap: wrap;
    position: relative;
}
.information__contacts .information__item:last-of-type {
    margin-bottom: 0;
}
.information__contacts .information__item-text {
    padding-right: 20px;
}
.information__contacts a {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    position: relative;
    width: 100%;
}
.description__open-btn {
    color: rgba(185,135,71,1);
}
.information__item-text-address {
    display: block;
}
@media (max-width: 980px) {
    .information__item--description {
        flex-direction: row;
    }
}
@media (max-width: 767px) {
    .information__list {
        display: flex;
        flex-direction: column;
    }
    .information__item--description {
        flex-direction: column;
        order: -1;
    }
    .information__item-title {
        font-size: 18px;
        font-weight: 700;
        line-height: 20px;
    }
    .information__item-text {
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
    }
    .information__item-text a {
        font-size: 18px;
        line-height: 20px;
    }
    .information__contacts {
        border-radius: 4px;
    }
    .information__contacts .information__item-title {
        font-size: 14px;
        margin-right: 16px;
    }
    .information__contacts .information__item-text a {
        font-size: 15px;
        padding-right: 20px;
    }
    .information__item-button {
        height: 29px;
        right: 16px;
        width: 25px;
    }
}
.socials__banner {
    display: block;
    height: auto;
    width: 100%;
}
.socials__banner img {
    min-width: 100%;
    object-fit: contain;
}
.socials__wrapper {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    padding: 20px;
    text-align: center;
}
.socials__buttons {
    display: flex;
}
.socials__button {
    background-color: transparent;
    border: 1px solid #1877f2;
    color: #1877f2;
    flex: 1 0 40%;
    height: auto;
    margin-bottom: 17px;
    min-height: 40px;
    padding: 5px;
}
.socials__button:first-of-type {
    margin-right: 20px;
}
.socials__button img {
    margin-right: 9px;
}
@media (max-width: 767px) {
    .socials__wrapper {
        padding: 10px 57px 16px;
    }
    .socials__buttons {
        flex-direction: column;
        margin-top: 16px;
        order: 1;
    }
    .socials__button {
        font-size: 18px;
        font-weight: 500;
        line-height: 18px;
        margin-bottom: 0;
        min-height: 60px;
    }
    .socials__button img {
        height: 28px;
        width: 28px;
    }
    .socials__button:first-of-type {
        margin-bottom: 32px;
        margin-right: 0;
    }
}
.about a {
    font-size: 15px;
}
.about__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 30px;
}
.about__subtitle,
.about__text {
    display: flex;
    flex-direction: column;
}
.about__subtitle {
    font-weight: 700;
    margin-top: 32px;
}
.about__feedback {
    margin-bottom: 32px;
    margin-top: 17px;
}
.about__feedback-text:not(:last-of-type) {
    margin-bottom: 24px;
}
.about__complaint {
    margin-bottom: 16px;
}
@media (max-width: 767px) {
    .about {
        margin-bottom: 4px;
    }
    .about a {
        font-size: 18px;
        margin-top: 5px;
    }
    .about__text {
        display: flex;
        flex-direction: column;
        font-size: 16px;
        font-weight: 400;
        line-height: 19px;
        margin-bottom: 20px;
    }
    .about__feedback {
        margin-bottom: 32px;
        margin-top: 16px;
    }
    .about__complaint {
        margin-bottom: 0;
    }
}
.filters__wrapper {
    border: 1px solid #cfcfcf;
}
.filters__search {
    margin-bottom: 16px;
}
.filters__search-btn {
    height: 35px;
    margin-right: 4px;
    min-width: 106px;
}
.filters__search-btn img {
    display: none;
}
.filters__marks-list {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.filters__mark {
    align-items: center;
    display: flex;
    font-size: 14px;
    margin-bottom: 16px;
}
.filters__mark label {
    align-items: center;
    display: flex;
    position: relative;
}
.filters__mark input:focus-visible + label:before,
.filters__mark input:hover + label:before {
    opacity: 0.7;
    outline: none;
}
.filters__mark input:checked + label:before {
    background-color: rgba(185,135,71,1);
    border-color: rgba(185,135,71,1);
}
.filters__mark input:checked + label:after {
    background: url(/build/images/icon-mark.df4e8090.svg) 50% no-repeat;
    content: "";
    cursor: pointer;
    display: block;
    height: 100%;
    left: 3px;
    position: absolute;
    width: 15px;
}
.filters__mark-scale {
    background-color: #e5e5e5;
    border-radius: 4px;
    display: flex;
    flex-grow: 1;
    height: 9px;
    margin-left: 18px;
    margin-right: 18px;
    width: auto;
}
.filters__mark-bar {
    background-color: rgba(24,24,24,1);
    border-radius: 4px;
    height: 100%;
}
.filters__mark-count {
    flex-shrink: 0;
    min-width: 24px;
    text-align: right;
}
.filters__open-btn {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}
.filters__marks--cut {
    height: 108px;
    overflow: hidden;
    position: relative;
}
.filters__marks--cut input {
    display: none;
}
.filters__marks--cut:after {
    background: linear-gradient(0deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0));
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.filters__title {
    font-weight: 700;
}
.filters__wrapper--mobile {
    display: none;
}
@media (max-width: 767px) {
    .filters__title {
        display: block;
    }
    .filters__title:first-of-type {
        margin-bottom: 9px;
    }
    .filters__search-btn {
        height: 35px;
        min-width: 40px;
        padding: 0;
        width: 40px;
    }
    .filters__search-btn span {
        display: none;
    }
    .filters__search-btn img {
        display: block;
        height: 20px;
        width: auto;
    }
    .filters__mark {
        margin-bottom: 24px;
    }
    .filters__mark label {
        font-size: 18px;
    }
    .filters__mark input:checked + label:after {
        background-size: contain;
        width: 25px;
    }
    .filters__mark-scale {
        margin-left: 8px;
        margin-right: 8px;
    }
    .filters__marks--cut {
        height: 138px;
    }
    .filters__open-btn {
        margin-bottom: 16px;
    }
    .filters__wrapper--mobile {
        display: block;
    }
}
.reviews__wrapper {
    display: flex;
    flex-direction: column;
}
.reviews__wrapper > :last-child {
    flex-basis: 100%;
}
.reviews__remark {
    align-self: center;
    color: #737373;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 6px;
}
.reviews__list {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.reviews__item {
    margin-bottom: 8px;
}
@media (max-width: 767px) {
    .reviews__remark {
        font-size: 14px;
        margin-bottom: 4px;
    }
    .reviews__item {
        margin-bottom: 8px;
    }
}
.review {
    background-color: #fff;
    border: 1px solid #cfcfcf;
    padding: 16px;
}
.review__header {
    align-items: flex-start;
    display: flex;
    margin-bottom: 7px;
}
.review__rating,
.review__stars {
    margin-right: 10px;
}
.review__rating {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -1px;
}
.review__compensated {
    align-self: flex-end;
    margin-right: auto;
}
.review__compensated img {
    height: 27px;
    position: relative;
    top: -2px;
    width: 27px;
}
.review__compensated .compensated_tooltip {
    position: relative;
    text-align: center;
}
.review__compensated .compensated_tooltip_content {
    background: #f5f4f4;
    border-radius: 3px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    display: none;
    font-size: 12px;
    min-width: 260px;
    padding: 16px;
    position: absolute;
    text-align: left;
    transform: translate(20px, -56px);
    z-index: 1;
}
.review__compensated div.compensated_tooltip:hover div.compensated_tooltip_content {
    display: inline-block;
}
.review__rating-fact {
    color: #fd5f3e;
    font-size: 22px;
    font-weight: 700;
}
@media (max-width: 767px) {
    #result_all_reviews .review__rating-fact {
        font-size: 2rem;
    }
}
.review__action-btn {
    margin-left: 5px;
    padding: 0;
}
.review__action-btn img {
    margin-bottom: 3px;
    object-fit: contain;
}
.review__text {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 6px;
    white-space: break-spaces;
}
.review__data {
    color: #737373;
    display: block;
    flex-wrap: wrap;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
}
.review__data .anonymized {
    font-size: 10px;
}
.review__data-name,
.review__data-time {
    font-weight: 700;
}
.review__response {
    background-color: #f5f4f4;
    margin: 14px 16px 0;
    padding: 10px 16px 15px;
}
.review__response--hide {
    display: none;
}
.review__response-header {
    align-items: center;
    color: #737373;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 3px;
}
.review__response-header:before {
    background: url(/build/images/icon-response.636be4c0.svg) 50% no-repeat;
    content: "";
    height: 10px;
    margin-right: 4px;
    width: 12px;
}
.review__response-header .flag-review {
    margin-left: auto;
}
.review__response__toggle {
    cursor: pointer;
    font-size: 16px;
    line-height: 18px;
    margin-right: 16px;
    margin-top: 10px;
    text-align: right;
}
.review__response__toggle--displayed span:before {
    margin-top: 2px !important;
    transform: rotate(225deg) !important;
}
.review__response__toggle--displayed .review__response__toggle__hide-text {
    display: none !important;
}
.review__response__toggle--displayed .review__response__toggle__display-text {
    display: block !important;
}
.review__response__toggle span:before {
    border-left: 2px solid #000;
    border-top: 2px solid #000;
    content: "";
    height: 6px;
    margin-left: -15px;
    margin-top: 6px;
    position: absolute;
    transform: rotate(45deg);
    width: 6px;
}
.review__response__toggle .review__response__toggle__hide-text {
    display: block;
}
.review__response__toggle .review__response__toggle__display-text {
    display: none;
}
.review__response-text {
    display: flex;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    white-space: break-spaces;
}
.review__response-text:before {
    background-color: rgba(185,135,71,1);
    content: "";
    flex-shrink: 0;
    margin: 3px 8px 3px 16px;
    width: 3px;
}
.review__tooltip {
    background-color: #fff;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
    display: none;
    flex-direction: column;
    min-width: 125px;
    position: absolute;
    right: 0;
    top: -2px;
    transform: translateY(-100%);
}
.review__tooltip--opened {
    display: flex;
}
.review__tooltip-action {
    align-items: center;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    min-height: 42px;
    padding: 5px 13px;
    transition: all 0.3s ease;
    width: 100%;
}
.review__tooltip-action:not(:last-of-type) {
    border-bottom: 1px solid #e5e5e5;
}
.review__tooltip-action:hover {
    background-color: #f5f4f4;
    font-weight: 500;
}
.review .with-tooltip {
    position: relative;
}
.review .with-tooltip .review__tooltip {
    display: flex;
}
.highlighted {
    background-color: rgba(255, 95, 62, 0.5);
    font-weight: 700;
}
@media (max-width: 767px) {
    .review {
        border: 0;
    }
    .review__rating {
        font-size: 25px;
        font-weight: 700;
        letter-spacing: -2px;
    }
    .review__rating-fact {
        font-size: 34px;
    }
    .review__action-btn {
        height: 19px;
        width: 19px;
    }
    .review__action-btn img {
        min-width: 100%;
    }
    .review__text {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .review__data {
        line-height: 19px;
    }
    .review__data .review__action-btn {
        height: 15px;
        width: 15px;
    }
    .review__response {
        margin: 8px 0 0 16px;
        padding: 8px 8px 16px;
    }
    .review__response .review__action-btn {
        display: none;
    }
    .review__response-header {
        font-size: 16px;
        font-weight: 500;
        line-height: 32px;
    }
    .review__response-text {
        font-size: 16px;
        line-height: 18px;
    }
    .review__compensated .compensated_tooltip_content {
        transform: translate(-180px, -120px);
    }
}
.form {
    padding-top: 16px;
}
.form,
.form__field {
    display: flex;
    flex-direction: column;
}
.form__field {
    margin-bottom: 16px;
}
.form__field input,
.form__field textarea {
    padding: 10px 14px;
}
.form__field textarea {
    height: 122px;
    resize: none;
}
.form__label {
    align-items: center;
    color: #2f3237;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    margin-bottom: 8px;
}
.form__label-remark {
    color: #737373;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    margin-left: 8px;
}
.form__field-wrapper {
    align-items: center;
    border: 1px solid #737373;
    color: #737373;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    padding: 16px;
    text-align: center;
}
.form__field-wrapper a {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 16px;
}
.form__submit-btn {
    align-self: center;
    margin-top: 32px;
    min-width: 80px;
}
.footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-left: 400px;
    padding-bottom: 32px;
}
.footer .footer__copyright {
    color: rgba(185,135,71,1);
    flex-direction: row;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
}
@media (max-width: 1024px) {
    .footer {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin: 0;
        padding: 28px 16px;
    }
}
.modal-overlay {
    background-color: hsla(220, 2%, 65%, 0.4);
    display: none;
}
.modal-overlay--opened {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}
.modal {
    background-color: #fff;
    border: 1px solid rgba(185,135,71,1);
}
.modal__header {
    align-items: center;
    border-bottom: 1px solid rgba(185,135,71,1);
    display: flex;
    height: 50px;
    justify-content: center;
    position: relative;
}
.modal__title {
    color: rgba(185,135,71,1);
    font-size: 18px;
    font-weight: 500;
}
.modal__subtitle {
    margin-bottom: 20px;
}
.modal__content {
    padding: 32px;
}
.modal__close:after {
    color: rgba(185,135,71,1);
    content: "×";
    cursor: pointer;
    display: inline-block;
    font-size: 30px;
    position: absolute;
    right: 21px;
    top: 50%;
    transform: translateY(-50%);
}
.report-review-modal {
    min-width: 370px;
}
#snackbar {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
    left: 50%;
    margin: 24px;
    min-width: 344px;
    padding: 16px;
    position: fixed;
    text-align: center;
    top: 30px;
    transform: translateX(-50%);
    visibility: hidden;
}
#snackbar.error {
    border-bottom: 3px solid rgba(185,135,71,1);
}
#snackbar.success {
    border-bottom: 3px solid #02bc77;
}
#snackbar.warning {
    border-bottom: 3px solid #ff0;
}
#snackbar.info {
    border-bottom: 3px solid #1877f2;
}
#snackbar.show {
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
    visibility: visible;
}
@-webkit-keyframes fadein {
    0% {
        opacity: 0;
        top: 0;
    }
    to {
        opacity: 1;
        top: 30px;
    }
}
@keyframes fadein {
    0% {
        opacity: 0;
        top: 0;
    }
    to {
        opacity: 1;
        top: 30px;
    }
}
@-webkit-keyframes fadeout {
    0% {
        opacity: 1;
        top: 30px;
    }
    to {
        opacity: 0;
        top: 0;
    }
}
@keyframes fadeout {
    0% {
        opacity: 1;
        top: 30px;
    }
    to {
        opacity: 0;
        top: 0;
    }
}
.__captcha-container > div {
    margin: auto;
}
.icon-large {
    height: 2rem;
    width: auto;
}
.review-source-select--mobile {
    display: none;
}
@media (max-width: 767px) {
    .review-source-select--mobile {
        display: block;
    }
    .review-source-select {
        display: none;
    }
}
.ph-item {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    direction: ltr;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 30px 15px 15px;
    position: relative;
}
.ph-item,
.ph-item *,
.ph-item :after,
.ph-item :before {
    box-sizing: border-box;
}
.ph-item:before {
    animation: phAnimation 0.8s linear infinite;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 46%, hsla(0, 0%, 100%, 0.35) 50%, hsla(0, 0%, 100%, 0) 54%) 50% 50%;
    bottom: 0;
    content: " ";
    left: 50%;
    margin-left: -250%;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 500%;
    z-index: 1;
}
.ph-item > * {
    display: flex;
    flex: 1 1 auto;
    flex-flow: column;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}
.ph-row {
    display: flex;
    flex-wrap: wrap;
    margin-top: -7.5px;
}
.ph-row div {
    background-color: #ced4da;
    height: 10px;
    margin-top: 7.5px;
}
.ph-row .big,
.ph-row.big div {
    height: 20px;
}
.ph-row .empty {
    background-color: hsla(0, 0%, 100%, 0);
}
.ph-col-2 {
    flex: 0 0 16.6666666667%;
}
.ph-col-4 {
    flex: 0 0 33.3333333333%;
}
.ph-col-6 {
    flex: 0 0 50%;
}
.ph-col-8 {
    flex: 0 0 66.6666666667%;
}
.ph-col-10 {
    flex: 0 0 83.3333333333%;
}
.ph-col-12 {
    flex: 0 0 100%;
}
[class*="ph-col"] {
    direction: ltr;
}
[class*="ph-col"] > * + .ph-row {
    margin-top: 0;
}
[class*="ph-col"] > * + * {
    margin-top: 7.5px;
}
.ph-avatar {
    background-color: #ced4da;
    border-radius: 50%;
    min-width: 60px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.ph-avatar:before {
    content: " ";
    display: block;
    padding-top: 100%;
}
.ph-picture {
    background-color: #ced4da;
    height: 120px;
    width: 100%;
}
@keyframes phAnimation {
    0% {
        transform: translate3d(-30%, 0, 0);
    }
    to {
        transform: translate3d(30%, 0, 0);
    }
}

@media (min-width: 768px) {
    .flag-review .review_action .review_action_popup_wrapper {
        top: 50%;
        left: 19px;
        bottom: auto;
    }
    .flag-review .review_action img:hover+.review_action_popup_wrapper {
        display: block;
    }
}
.review_action_info {
    display: none;
}
.review_action_info .review_action_popup_wrapper {
    position: relative;
    bottom: 0;
    left: -15px;
    top: 20px;
    padding-left: 12px;
    transform: translateY(-50%);
    z-index: 2;
}
.review_action_info .review_action_popup {
    font-size: 12px;
    line-height: 14px;
    background: #f7f7f7;
    /*box-shadow: 0px 8px 20px rgba(0,0,0,.1);*/
    border-radius: 4px;
    padding: 12px;
    max-width: 100%;
    display: block;
}
.reviews__remark {
    align-self: self-end;
}
.information__contacts {
    text-align: center;
}
.information__contacts .information__item-text {
    padding-right: 0;
    width: 100%;
}
@media (min-width: 320px) and (max-width: 767px) {
.rating__value {
    flex: 0 0 100%;
  }
  .reviews__remark {
    align-self: center;
  }
  .information__item-title {
    font-size: 16px;
  }
  .information__item-text, .information__item-text a {
    text-align: center;
    font-size: 14px;
    width: 100%;
  }
}