@charset "UTF-8";
.reviews {
    margin-top: 140px;
}
.reviews .page-header {
    margin-bottom: 82px;
}
.reviews .callbackform {
    padding-top: 100px;
    padding-bottom: 120px;
}
.reviews .callbackform .descblock {
    position: relative;
    top: auto;
}
.reviews .callbackform .callbackformimg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.reviews .callbackform .inputblock:not(:first-child) {
    margin-top: 30px;
}
.reviews .callbackform .inputblock .form__label {
    margin-bottom: 12px;
}
.reviews .callbackform .form__checkbox {
    margin-top: 38px;
}
.reviews .callbackform .form__checkbox .checkboxelem .selectcheck label {
    margin-bottom: 0;
}
.reviews .callbackform .btnp {
    margin-top: 48px;
}

.page-header {
    margin-top: 100px;
}

.breadcrumds {
    font-weight: 400;
    font-size: 13px;
    line-height: 160%;
    color: #797676;
}
.breadcrumds__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.breadcrumds__item {
    position: relative;
}
.breadcrumds__item:not(:last-child) {
    margin-right: 10px;
}
.breadcrumds__item:not(:last-child):after {
    content: "–";
    margin-left: 9px;
}
.breadcrumds__link {
    text-decoration: none;
    color: #797676;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
.breadcrumds__link:hover {
    text-decoration: none;
    color: #000000;
}
.breadcrumds span.breadcrumds__link {
    color: #000000;
}

.review-section {
    padding: 100px 0;
}

.review-text {
    font-weight: 500;
    font-family: "medium", sans-serif;
    font-size: 24px;
    line-height: 150%;
    color: #000000;
    position: relative;
    padding-top: 106px;
    margin-top: 10px;
}
.review-text:before {
    content: "";
    display: block;
    width: 64px;
    height: 46px;
    background: url(../reviews_detail/image/quotemarkst.svg) no-repeat left top;
    position: absolute;
    left: 0;
    top: 0;
}
.review-text * {
    font-family: "medium", sans-serif;
    font-weight: 500;
}

.reviewer {
    max-width: 565px;
    position: relative;
}
.reviewer__img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.reviewer__img:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(-13.89%, #000000), color-stop(45.5%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(bottom, #000000 -13.89%, rgba(0, 0, 0, 0) 45.5%);
    background: linear-gradient(0deg, #000000 -13.89%, rgba(0, 0, 0, 0) 45.5%);
}
.reviewer__caption {
    color: #FFFFFF;
    padding: 60px 60px 65px;
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    right: 0;
}
.reviewer__name {
    font-weight: 500;
    font-size: 36px;
    line-height: 150%;
    color: #FFFFFF;
    font-family: "medium", sans-serif;
    margin: 0;
}
.reviewer__post {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.17;
    font-family: "medium", sans-serif;
    margin-top: 10px;
    margin-bottom: 0;
}

.review-objects-section__showmore {
    padding-bottom: 100px;
    text-align: center;
}
.review-objects-section__showmore .showmore {
    border: 0;
    background-color: transparent;
    cursor: pointer;
    outline: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.review-objects-section__showmore .showmore:hover {
    opacity: 0.64;
}

.other-reviews-section {
    padding-top: 100px;
    padding-bottom: 175px;
    background-color: #fff;
}
.other-reviews-section__title {
    margin-bottom: 130px;
}

.review-object {
    padding: 100px 0;
    position: relative;
}
.review-object:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #B7A5A5;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.review-object-slider {
    margin-top: 100px;
    padding-top: 140px;
}
.review-object-slider .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}
.review-object-slider .swiper-slide {
    width: auto !important;
}

.review-object-slide.slidefirst {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.review-object-slide.slidesecond {
    -webkit-transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    transform: translateY(-90px);
}
.review-object-slide.slidethird {
    -webkit-transform: translateY(-140px);
    -ms-transform: translateY(-140px);
    transform: translateY(-140px);
}
.review-object-slide.slidefouth {
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}
.review-object-slide.orig {
    display: none;
}
.review-object-slide.short {
    display: none;
}

.review-object-img-mobile {
    display: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.other-reviews .row.swiper-wrapper {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: auto !important;
}
.other-reviews + .swiper-pagination {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 32px;
}

.other-review {
    max-width: 420px;
    height: 100%;
}
.other-review__text {
    margin-bottom: 50px;
    font-family: "medium", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    color: #000000;
    position: relative;
    padding-top: 86px;
}
.other-review__text * {
    font-family: "medium", sans-serif;
    font-weight: 500;
}
.other-review__text:before {
    content: "";
    display: block;
    width: 64px;
    height: 46px;
    background: url(../reviews_detail/image/quotemarkst.svg) no-repeat left top;
    position: absolute;
    left: 0;
    top: 0;
}
.other-review__user {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.other-review__img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 42px;
    background: #ffffff url("../reviews_detail/image/user-photo-blank.svg") no-repeat center center;
}
.other-review__img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.other-review__caption {
    width: calc(100% - 132px);
}
.other-review__name {
    display: block;
    margin: 0;
    font-family: "medium", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.5;
    color: #000000;
}
.other-review__post {
    display: block;
    margin-top: 10px;
    margin-bottom: 0;
    font-family: "medium", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.14;
    color: #797676;
}

.gotostore {
    display: block;
    position: fixed;
    text-decoration: none;
    outline: 0;
    z-index: 48;
    right: 0;
    top: 198px;
    width: 186px;
    height: 52px;
    line-height: 52px;
    background-color: #000000;
    color: #ffffff;
    font-weight: 500;
    font-size: 20px;
    font-family: "medium", sans-serif;
    text-align: center;
    text-transform: lowercase;
    padding: 0 16px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.gotostore:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #444444;
}

.review-object-detail {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.review-object-detail .review-text {
    width: 100%;
}

.review-object-img {
    max-width: 565px;
    position: relative;
}
.review-object-img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.review-object-img + .reviewer-mini {
    display: none;
}

.reviewer-mini {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 48px;
}
.reviewer-mini__img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 42px;
    background: #ffffff url("../reviews_detail/image/user-photo-blank.svg") no-repeat center center;
}
.reviewer-mini__img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.reviewer-mini__caption {
    width: calc(100% - 132px);
}
.reviewer-mini__name {
    display: block;
    margin: 0;
    font-family: "medium", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.5;
    color: #000000;
}
.reviewer-mini__post {
    display: block;
    margin-top: 10px;
    margin-bottom: 0;
    font-family: "medium", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.14;
    color: #797676;
}

@media (min-width: 576px) {
    .review-object:before {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .review-object:before {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .review-object:before {
        max-width: 960px;
    }
}
@media (min-width: 1025px) {
    .review-object:before {
        max-width: 1170px;
    }
}
@media (min-width: 1200px) {
    .review-object:before {
        max-width: 1170px;
    }
}
@media (min-width: 1481px) {
    .review-object:before {
        max-width: 1450px;
    }
}
@media (min-width: 1640px) {
    .review-object:before {
        max-width: 1600px;
    }
}
@media (min-width: 1800px) {
    .review-object:before {
        max-width: 1720px;
    }
}
@media (min-width: 1921px) and (max-width: 3999px) {
    .review-object-slide.short {
        display: none;
    }
    .review-object-slide.orig {
        display: block;
    }
    .review-object-slide.huge {
        display: none;
    }
}
@media (max-width: 1920px) {
    .review-object-slide.short {
        display: none;
    }
    .review-object-slide.huge {
        display: none;
    }
    .review-object-slide.orig {
        display: block;
    }
}
@media (max-width: 1641px) {
    .reviews {
        margin-top: 80px;
    }
    .reviews .page-header {
        margin-bottom: 0;
    }

    .review-object-slide.short {
        display: block;
    }
    .review-object-slide.huge {
        display: none;
    }
    .review-object-slide.orig {
        display: none;
    }

    .other-review__text {
        font-size: 22px;
    }

    .other-reviews-section {
        padding-bottom: 130px;
    }
    .other-reviews-section__title {
        margin-bottom: 90px;
    }
}
@media (max-width: 1480px) {
    .other-reviews-section {
        padding-bottom: 115px;
        padding-top: 90px;
    }
    .other-reviews-section__title {
        margin-bottom: 75px;
    }

    .reviewer-mini__img {
        margin-right: 28px;
    }
    .reviewer-mini__caption {
        width: calc(100% - 118px);
    }
    .reviewer-mini__name {
        font-size: 22px;
    }

    .other-review {
        max-width: 340px;
    }
    .other-review__text {
        font-size: 20px;
        padding-top: 72px;
        margin-bottom: 40px;
    }
    .other-review__img {
        margin-right: 28px;
    }
    .other-review__caption {
        width: calc(100% - 118px);
    }
    .other-review__name {
        font-size: 22px;
    }

    .review-object-slider {
        margin-top: 100px;
    }

    .review-text {
        font-size: 22px;
        padding-top: 86px;
    }

    .page-header {
        margin-top: 75px;
    }

    .reviewer__caption {
        padding: 48px 48px 56px;
    }
}
@media (max-width: 1199px) {
    .reviews {
        margin-top: 100px;
    }

    /*.review-object-slide.slidefirst {*/
    /*    display: none;*/
    /*}*/

    .other-reviews-section {
        padding-bottom: 100px;
        padding-top: 75px;
    }
    .other-reviews-section__title {
        margin-bottom: 65px;
    }

    .other-reviews .row {
        margin-left: 0;
        margin-right: 0;
    }
    .other-reviews .col-auto {
        padding-left: 0;
        padding-right: 0;
    }
    .other-reviews .swiper-slide {
        width: 470px;
    }

    .other-review {
        width: 420px;
        max-width: 420px;
        margin-right: 50px;
    }
    .other-review__text {
        font-size: 24px;
        padding-top: 86px;
        margin-bottom: 50px;
    }
    .other-review__text:before {
        background-size: contain;
        width: 64px;
        height: 46px;
    }
    .other-review__img {
        margin-right: 42px;
        width: 90px;
        height: 90px;
    }
    .other-review__caption {
        width: calc(100% - 132px);
    }
    .other-review__name {
        font-size: 24px;
    }

    .reviewer-mini__img {
        margin-right: 24px;
        width: 76px;
        height: 76px;
    }
    .reviewer-mini__caption {
        width: calc(100% - 100px);
    }
    .reviewer-mini__name {
        font-size: 20px;
    }

    .review-object {
        padding: 80px 0 60px;
    }

    .review-objects-section__showmore {
        padding-bottom: 80px;
    }

    .page-header {
        margin-top: 50px;
    }

    .review-section {
        padding: 80px 0 90px;
    }

    .review-object-img {
        max-width: 480px;
    }

    .review-text,
    .reviewer-mini {
        max-width: 480px;
    }

    .reviews .callbackform {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
@media (max-width: 1024px) {
    .review-object-img,
    .reviewer {
        margin-left: 28px;
    }

    .reviewer__caption {
        padding: 20px;
    }

    .review-section {
        padding: 80px 0;
    }

    .review-object {
        padding-top: 50px;
        padding-bottom: 24px;
    }
    .review-object > .container > .row {
        display: block;
    }
    .review-object > .container > .row [class*=col-] {
        width: auto;
        max-width: none;
    }
    .review-object .p__title48 {
        margin-bottom: 50px;
    }

    .review-object-slider {
        margin-top: 80px;
    }

    .other-reviews-section {
        padding: 100px 0;
    }
    .other-reviews-section__title {
        font-size: 40px;
        margin-bottom: 80px;
    }

    .reviews .callbackform {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .reviews .callbackform .p__title48 {
        text-align: left;
    }
    .reviews .callbackform .pageform {
        margin-top: 60px;
    }
    .reviews .callbackform .p__title48 {
        font-size: 38px;
    }

    .review-text {
        font-size: 20px;
        margin-top: 0;
    }
}
@media (max-width: 1024px) and (min-width: 992px) {
    .other-reviews {
        margin-left: calc((100vw - 948px) / -2);
        margin-right: calc((100vw - 948px) / -2);
    }
    .other-reviews .col-auto:first-child {
        margin-left: calc((100vw - 948px) / 2);
    }
    .other-reviews .col-auto:last-child {
        margin-right: calc((100vw - 948px) / 2);
    }
    .other-reviews .col-auto:last-child .other-review {
        margin-right: 0;
    }
}
@media (max-width: 991px) {
    .reviewer__name {
        font-size: 28px;
    }
    .reviewer__post {
        margin-top: 6px;
    }
    .reviewer__img {
        /*min-height: 390px;*/
        height: 100%;
    }

    .review-object-img {
        min-height: 390px;
        height: 100%;
    }

    .review-text {
        padding-top: 60px;
    }
    .review-text:before {
        width: 56px;
        height: 40px;
        background-size: contain;
    }

    .reviewer-mini {
        margin-top: 28px;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .other-reviews {
        margin-left: calc((100vw - 708px) / -2);
        margin-right: calc((100vw - 708px) / -2);
    }
    .other-reviews .col-auto:first-child {
        margin-left: calc((100vw - 708px) / 2);
    }
    .other-reviews .col-auto:last-child {
        margin-right: calc((100vw - 708px) / 2);
    }
    .other-reviews .col-auto:last-child .other-review {
        margin-right: 0;
    }

    .other-review {
        margin-right: 28px;
    }
}
@media (max-width: 767px) {
    .breadcrumds {
        padding-top: 18px;
    }

    .page-header {
        margin-top: 28px;
    }

    .gotostore {
        font-size: 16px;
        height: 42px;
        line-height: 43px;
        width: 156px;
        top: 120px;
    }

    .page-header .p__title64 {
        font-size: 36px;
    }

    .review-section {
        padding-top: 48px;
        padding-bottom: 54px;
    }
    .review-section [class*=col-] {
        padding-left: 6px;
        padding-right: 6px;
    }

    .review-text,
    .reviewer,
    .review-object-img {
        max-width: none;
    }

    .reviewer,
    .review-object-img {
        margin-left: 0;
        margin-top: 40px;
    }

    .reviews {
        margin-top: 90px;
    }
    .reviews .callbackform .pageform {
        margin-top: 50px;
    }
    .reviews .callbackform .backtextblock .descblock {
        text-align: left;
    }
    .reviews .callbackform .inputblock {
        text-align: left;
    }
    .reviews .callbackform .inputblock:not(:first-child) {
        margin-top: 38px;
    }
    .reviews .callbackform .inputblock .form__label {
        text-align: left;
        margin-bottom: 12px;
    }
    .reviews .callbackform .inputblock .form__input {
        text-align: left;
    }
    .reviews .callbackform .inputblock .form__input::-webkit-input-placeholder {
        text-align: left;
    }
    .reviews .callbackform .inputblock .form__input::-moz-placeholder {
        text-align: left;
    }
    .reviews .callbackform .inputblock .form__input:-ms-input-placeholder {
        text-align: left;
    }
    .reviews .callbackform .inputblock .form__input::-ms-input-placeholder {
        text-align: left;
    }
    .reviews .callbackform .inputblock .form__input::placeholder {
        text-align: left;
    }
    .reviews .callbackform .form__checkbox {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        margin-top: 38px;
    }
    .reviews .callbackform .form__checkbox .checkboxelem .selectcheck label {
        margin-bottom: 0;
    }
    .reviews .callbackform .btnp {
        margin-top: 38px;
    }
    .reviews .callbackform .p__title48 {
        font-size: 30px;
    }

    .review-object {
        position: relative;
        background: #F5F5F5;
    }

    .other-reviews-section {
        padding: 75px 0;
    }
    .other-reviews-section__title {
        margin-bottom: 60px;
    }

    .review-object-detail .reviewer-mini {
        display: none;
    }

    .review-object-img {
        height: auto;
        min-height: 1px;
    }
    .review-object-img + .reviewer-mini {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .reviewer__img {
        /*min-height: 1px;*/
        height: auto;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .other-reviews {
        margin-left: calc((100vw - 528px) / -2);
        margin-right: calc((100vw - 528px) / -2);
    }
    .other-reviews .col-auto:first-child {
        margin-left: calc((100vw - 528px) / 2);
    }
    .other-reviews .col-auto:last-child {
        margin-right: calc((100vw - 528px) / 2);
    }
    .other-reviews .col-auto:last-child .other-review {
        margin-right: 0;
    }
    .other-reviews .swiper-slide {
        width: 450px;
    }

    .other-review {
        margin-right: 24px;
    }
    .other-review__text {
        font-size: 22px;
        margin-bottom: 44px;
    }
}
@media (max-width: 575px) {
    .other-reviews .swiper-wrapper {
        height: auto !important;
    }

    .other-review {
        margin-right: 0;
        width: auto;
        max-width: none;
    }
    .other-review__text {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .other-reviews-section {
        padding: 60px 30px 60px 14px;
    }
    .other-reviews-section__title {
        font-size: 30px;
        margin-bottom: 40px;
    }

    .gotostore {
        width: 136px;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
        padding: 0 12px;
    }

    .review-text {
        padding-right: 36px;
    }

    .review-object .text {
        padding-right: 24px;
    }
    .review-object .p__title48 {
        padding-right: 24px;
    }

    .review-section .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .page-header,
    .breadcrumds {
        padding-left: 14px;
        padding-right: 14px;
    }
}
@media (max-width: 480px) {
    .reviews .callbackform {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .reviews .callbackform .form__checkbox {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .reviews .callbackform .btnp {
        width: 100%;
    }

    .review-text {
        font-size: 18px;
        padding-right: 20px;
    }

    .other-reviews-section {
        padding: 48px 30px 48px 14px;
    }

    .other-review__img {
        width: 80px;
        height: 80px;
        margin-right: 24px;
    }
    .other-review__name {
        font-size: 22px;
    }
    .other-review__caption {
        width: calc(100% - 104px);
    }
    .other-review__post {
        margin-top: 6px;
    }
}
@media (max-width: 420px) {
    .reviews .callbackform {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .reviews .callbackform .p__title48 {
        max-width: 348px;
    }

    .review-text {
        font-size: 16px;
    }

    .other-reviews-section {
        padding: 40px 30px 40px 14px;
    }

    .other-review__img {
        width: 76px;
        height: 76px;
        margin-right: 20px;
    }
    .other-review__name {
        font-size: 20px;
    }
    .other-review__caption {
        width: calc(100% - 96px);
    }
    .other-review__post {
        margin-top: 6px;
    }
    .other-review__text {
        font-size: 18px;
    }
}
@media (max-width: 374px) {
    .reviews .callbackform {
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .reviews .callbackform .p__title48 {
        font-size: 24px;
    }
    .reviews .callbackform .pageform {
        margin-top: 30px;
    }
    .reviews .callbackform .form__checkbox .checkboxelem .selectcheck label {
        text-align: left;
    }
    .reviews .callbackform .form__checkbox .checkboxelem .selectcheck label span {
        text-align: left;
    }
    .reviews .callbackform .form__checkbox .checkboxelem .selectcheck .maintext {
        display: inline;
    }
}
@media (max-width: 360px) {
    .reviews .callbackform .form__checkbox .checkboxelem .selectcheck label:before {
        left: 0;
    }
}