/*
 * Copyright (C) Oleg Karakoz, Agile Apps. 2012-2025.
 * Project: mts
 * Last modified: 09/01/2019, 16:47
 */

.home-guest-feedbacks {
    background-size: contain;
    background-image: url("../../../img/home-guest-part2-bg.png");
    /*height: 660px;*/
    background-color: white;
}

.feedback-arrow-right, .feedback-arrow-left {
    width: 19px;
    height: 39px;
    /*background-color: #979797;*/
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    margin: 0 17.5px;
}

.feedback-arrow-right,
    /*background-image: url("../../../img/right-icon.png");*/
.feedback-arrow-left {
    /*background-image: url("../../../img/left-icon.png");*/
    font-size: 2em;
}

.feedback-gallery-blocks {
    margin-top: 30px;
    display: inline-block;
}

.feedback-gallery-block {
    display: none;
    vertical-align: middle;
}

.feedback-gallery-blocks .feedback-gallery-block:first-child {
    display: flex;
}

.feedback-gallery-text-block {
    width: 430px;
    height: 415px;
    border-radius: 5px;
    background-color: white;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.feedback-gallery-image-block {
    width: 415px;
    height: 415px;
    /*background-color: #e3f7fb;*/
    display: inline-block;
    /*opacity: 0.12;*/
}

.feedback-gallery-image-block img {
    max-width: 415px;
    max-height: 415px;
    text-align: center;
    display: block;
}

.feedback-gallery-text-title {
    font-family: SecularOne;
    font-size: 1.375em;
    text-align: right;
    color: #202020;
    margin-top: 55px;
    margin-right: 50px;
}

.feedback-gallery-text-line {
    width: 140px;
    height: 1px;
    background-color: #979797;
    text-align: right;
    margin-right: 50px;
}

.feedback-gallery-text {
    font-family: Assistant, sans-serif;
    font-size: 1.125em;
    font-weight: 300;
    line-height: 1.44;
    text-align: right;
    color: #000000;
    padding: 10px 50px 0 50px;
    vertical-align: middle;
    overflow: auto;
    max-height: 260px;
}

.feedback-gallery-text-link {
    font-family: Assistant, sans-serif;
    font-size: 1.125em;
    font-weight: bold;
    text-align: right;
    color: #848686;
    text-decoration: underline;
    padding: 10px 50px 0 50px;
    position: absolute;
    bottom: 40px;
}

.feedback-gallery-text-link a {
    color: #848686;
}

.home-content-feedbacks-firms {
    margin-top: 65px;
}

.home-content-feedbacks-firms img {
    margin-right: 120px;
    vertical-align: middle;
}

.feedback-arrow-right.mobile, .feedback-arrow-left.mobile {
    display: none;
}

.home-content-feedbacks-firms-title {
    font-family: SecularOne;
    font-size: 1.875em;
    line-height: 2.33;
    text-align: right;
    color: rgba(25, 25, 25, 0.5);
}

.feedback-gallery {
    padding-bottom: 100px;
}