.about-reasons-block .button-container {
    display: flex;
    gap: 10px;
}



#otzivy .srs-section-title {
    text-align: center;
}

.about-text{
    color: var(--grey);
    font-size: 1.2vw;
    line-height: normal;
    font-weight: 100;
    margin-bottom: 2vw;
}

.about-form{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 2vw;
}

.srs-upload-btn{
    border-radius: var(--radius-vw-lg);
    width: 3vw;
    height: 100%;
    background: var(--bg-input);
}

.srs-upload-btn img{
    filter: invert(1);
}

.about-name-flex{
    justify-content: space-between;
    gap: 1vw;
}

.about-group.name{
    width:100%;
}

.about-form .text-input{
    height: 14vw;
}

.about-form .btn-classic{
    border-radius: var(--radius-vw-md);
}

.reviews {
    display: flex;
    flex-direction: column;
    gap: 1vw;
    overflow-y: auto;
    max-height: 34vw;
}

.review-item  {
    background: var(--bg-input);  
    border-radius: var(--radius-px-xl);
    padding: 1vw;
    color: var(--grey);
    font-weight: 100;    
    font-size: 1.2vw;
}

.Name-and-star-group{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.reviews-name{
    text-transform: uppercase;
    color: var(--akcentnyy);
    font-weight: 100;  
}

.reviews-stars{
    font-size: 1.7vw;
    color: var(--star-yellow);
}

.reviews-text{
    margin: 0.8vw 0;
}

.order-3{
    display: flex;
    flex-direction: column;
    gap: 2vw;
}

.location-map{
    height: 100%;
}

iframe#y-map {
    border-radius: var(--radius-px-pill);
    width: 100%;
    height: 100%;
    border: none;
    box-shadow: 0 0 8px rgba(26,130,125,0.2);
    transition: transform 0.3s, box-shadow 0.3s;
}

iframe#y-map:hover {
    transform: scale(1.02);
    box-shadow: 0 0 15px rgba(26,130,125,0.5), 0 0 30px rgba(218,179,121,0.3);
}

@media (min-width: 769px) {
    .srs-review-slider-container {
        width: calc(100% + 0%);
    }
}

@media (max-width: 768px) {
    iframe#y-map {
        height: 430px;
    }  

    #block5-about-reviews.flex-row {
        flex-direction: column-reverse;
        gap: 5vw;
    }
    
    .about-text {
        font-size: 3vw;
        margin-bottom: 5vw;
    }

    .about-name-flex {
        flex-direction: row;
    }

    .srs-upload-btn {
        width: 45px;
    }

    .srs-upload-btn img {
        width: 60%;
    }

    .review-item {
        padding: 3.5vw;
        font-size: 3.5vw;
    }

    .reviews {
        max-height: 75vw;
    }

    .reviews-stars {
        font-size: 3vw;
    }
}.about-reasons-block .left-column h3{
    font-size: 2vw;
    margin-bottom: 4vw;
}

.about-reviews{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
}

.about-review-item {
    display: flex;
    align-items: start;
    flex-direction: column;
    color: var(--grey);
    width: calc(50% - 10px);
    font-size: 1.1vw;
    font-weight: 100;
    background: var(--bg-input);
    padding: 1.5vw;
    border-radius: var(--radius-vw-md);
    margin: 0;
    gap: 0.5vw;
}

.about-review-item span{
    text-transform: uppercase;
    color: var(--akcentnyy);
}

.about-reasons-block .right-column{
    display: flex;
    flex-direction: column;
    gap: 3vw;
    justify-content: space-between;
}

.about-reasons-block .descript{
    font-size: 1.2vw;
    display: flex;
    flex-direction: column;
    gap: 1vw;
}

/********************/

@media (max-width: 768px) {
    .about-reasons-block .left-column h3 {
        font-size: 4vw;
    }

    .descript,
    .about-review-item {
        font-size: 3vw;
    }

    .about-review-item {
        width: 100%;
        padding: 3.5vw;
    }
}