.сustomer-review_block {
    padding: 50px 0;
}

.сustomer-review_content {
    display: flex;
    align-items: center;
    gap: 75px;
    padding: 30px 0 0;
}

.сustomer-review_content div {
    flex: 1 1 calc(50% - 75px);
}

.сustomer-review_video {
    position: relative;
    cursor: pointer;
}

.сustomer-review_video img {
    width: 100%;
    height: 100%;
}

.сustomer-review_video img:hover {
    filter: brightness(0.6);
}

.сustomer-review_video::after {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../image/play.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 53px;
    height: 37px;
    transform: translate(-50%, -50%);
}

.сustomer-review_avtor img {
    border-radius: 4px;
    object-fit: contain;
    width: 50px;
    height: 50px;
}

.сustomer-review_text blockquote {
    padding: 0;
    margin: 0 0 20px;
    border: none;
}

.сustomer-review_text blockquote p {
    font-style: italic;
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    color: #252525;
}

.сustomer-review_avtor {
    display: flex;
    align-items: center;
    gap: 15px;
}

.сustomer-review_avtor__content p {
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    color: #252525;
}

.сustomer-review_avtor__content span {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #676767;
}