

@media (min-width: 0) {

    .review {
        margin-top: 32px;
    }


    .review__tourist-name {
        align-self: center;
        margin-left: 16px;

        font-size: 14px;
        line-height: 16px;

        letter-spacing: var(--tr-ls-2);
        font-weight: var(--tr-fw-semi-bold);

        flex-grow: 1;
    }


    .review__tourist-letter {
        display: inline-block;

        width: 50px !important;
        height: 50px !important;
        background-color: var(--tr-green-70);
        border-radius: 50px;
        text-align: center;

        color: var(--tr-green-110);
        font-size: 24px;
        font-weight: var(--tr-fw-semi-bold);
        line-height: 36px;

        padding-top: 7px;
        padding-bottom: 7px;
    }

    .review__tourist-avatar img {
        width: 50px;
        height: 50px;
    }


    .review__date {
        display: none;
    }

    .reviews-stars {
        display: inline-block;
        font-size: 13px;
        line-height: 16px;
    }

    .review__date_mobile {
        color: var(--tr-gray-70);
        font-weight: var(--tr-fw-regular);
        letter-spacing: var(--tr-ls-5);
        font-size: 12px;
        line-height: 14px;
        float: right;
    }

    .review__stars_mobile {
        margin-top: 6px;
    }

    .review__stars_mobile i {
        color: var(--tr-blue-100);
        margin-right: 2px;
        font-size: 14px;
        line-height: 14px;
    }


    .review__title {
        margin-top: 20px;
        font-weight: var(--tr-fw-semi-bold);

        font-size: 14px;
        line-height: 16px;
        letter-spacing: var(--tr-ls-2);
    }

    .review__description {
        margin-top: 12px;
        font-weight: var(--tr-fw-regular);

        font-size: 14px;
        line-height: 16px;
    }


    .review__gallery {
        margin-top: 32px;
    }

    .review__gallery-image img {
        border-radius: var(--bs-border-radius);
    }

    .review__gallery-image:nth-child(3) {
        position: relative;
    }

    .review__gallery-btn-all {
        display: inline-block;

        position: absolute;
        padding: 6px 12px 6px 12px;

        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);

        color: #ffffff;
        font-weight: var(--tr-fw-medium);
        font-size: 12px;
        line-height: 16px;

        text-decoration: none;

        background-color: rgba(255,255,255,0.4);
        backdrop-filter: blur(15px);

        border-radius: 40px;
        letter-spacing: var(--tr-ls-5);
        text-wrap: nowrap;
    }

    .review__more {
        color: var(--tr-gray-70);
        margin-top: 12px;
        font-size: 14px;
        line-height: 16px;
    }

    .review__more_icon {
        font-size: 20px;
        margin-left: 3px;
        vertical-align: middle;
    }
}


@media (min-width: 768px) {


    .review__date {
        display: flex;
    }

    .review__date span {
        vertical-align: top;
    }

    .reviews-stars {
        color: var(--tr-blue-100);
        vertical-align: baseline;
    }

    .reviews-stars i {
        font-size: 15px;
        margin-left: 2px;
    }

    .review__date_mobile {
        display: none;
    }

    .review__stars_mobile {
        display: none;
    }

    .review__tourist-name {
        font-size: 16px;
        line-height: 24px;
    }

    .review__tourist-letter {
        font-size: 30px;
        line-height: 36px;
    }

    .review__title {
        letter-spacing: var(--tr-ls-5);
        font-weight: var(--tr-fw-medium);
        font-size: 16px;
        line-height: 20px;
    }

    .review__description {
        font-size: 16px;
        line-height: 20px;
    }

    .review__gallery {
        margin-top: 20px;
    }

    .review__gallery .row {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 1.5rem;
        --bs-border-radius: 0.375rem;

    }

    .review__gallery-image img {
        border-radius: var(--bs-border-radius-lg);
    }

    .review__gallery-btn-all {
        font-size: 16px;
        line-height: normal;
    }

    .review__more {
        font-size: 16px;
        line-height: 20px;
    }

}


@media (min-width: 1200px) {

    .review {
        margin-top: 40px;
    }

    .review__tourist-letter {
        display: inline-block;

        font-size: 30px;
        line-height: 36px;

        padding-top: 7px;
        padding-bottom: 7px;
    }

    .review__date_mobile {
        display: none;
    }

    .review__stars_mobile {
        display: none;
    }

    .review__title {
        font-weight: var(--tr-fw-semi-bold);
        font-size: 16px;
        line-height: 19px;
    }

    .review__gallery {
        margin-top: 32px;
        font-size: 50px;
    }

    .review__description {
        line-height: 19px;
    }

    .review__gallery-image:nth-child(3) {
        position: inherit;
    }

    .review__gallery-image:nth-child(4) {
        position: relative;
    }

    .review__gallery-btn-all {
        font-size: 14px;
        line-height: 16px;
        font-weight: var(--tr-fw-medium);

        top: 83%;
        left: 75%;

        padding: 10px 12px 10px 12px;
    }
}


.review_gallery img:hover {
    -webkit-filter: brightness(70%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.review__more a {
    text-decoration: none;
}



/*
.reviews-stars {
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
}
*/



/*
.reviews-last-photo {
    position: relative;
}


.reviews-btn-photo {
    display: inline-block;

    position: absolute;
    padding: 6px 12px 6px 12px;

    bottom: 20px;
    right: 32px;

    color: #ffffff;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;

    text-decoration: none;

    background-color: rgba(255,255,255,0.4);
    backdrop-filter: blur(15px);

    border-radius: 40px;
    letter-spacing: -0.03rem;
}
*/