body{
    font-family: arial, sans-serif;
    background-color: #e0e0e0;
    margin: 0%;
    color: rgb(29, 29, 29);}
.back{
  background-color: #e0e0e0;
    font-size: 40px;
    color: rgb(29, 29, 29);
    padding: 15px; }
.text-h{
    background-image:url(просторы.png);
    padding: 30px 20px 30px 20px;
}
.Text-h h1{
font-size: 40px;
}

.kolvo{
    display: inline-block;
  width: 20%;
  padding: 5px 2% ;
  text-align: justify;
  font-size: 20px;
  margin: 5px 0px 0px 30px;
  font-size: 14px;
    font-style: italic;
}
.price{
    text-align: right;
    font-size: 20px;
}
.kolvo2{
    display: inline-block;
  width: 20%;
  margin: -12px 0px 0px 30px;
  padding: 5px 2% ;
  text-align: justify;
  font-size: 10px;
    font-style: italic;}
.text{
    margin: 10px 0px;
    padding: 20px 20px;
    border-top: 2px solid rgb(150,150, 150);
    line-height: 1.5;
    font-size: 20px;
}
.imgg{
    background-color:  #c2c2c2;
    border-radius: 20px;
    overflow: hidden;
    font-size: 20px;
    margin: 0px 3% 0px 2%;
    display: inline-block;
    width: 25%;
    text-align: justify;
    vertical-align: top;
}
.imgg p{
    padding: 5px;
    line-height: 1.5;
}
.mesta{
    padding: 10px 20px; ;
}

.reviews-section {
    border-top: 2px solid rgb(150,150, 150);
    padding-top: 20px;
    color: #333;
}

.reviews-slides {
    display: flex;
    overflow: hidden;
    position: relative;
}

.review {
    min-width: 100%; 
    box-sizing: border-box;
    padding: 15px;
}

.author-photo {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 15px;
}

.review-content {
    overflow: hidden;
}

.review-text {
    font-style: italic;
}

.excursion-link {
    display: inline-block;
    margin-top: 10px;
    color: #5A67D8;
    text-decoration: none;
}

.excursion-link:hover {
    text-decoration: underline;
}
.description {
  margin: 0px 100px 0px -30px
}

.reviews-slider {
    display: flex;
    width: 300px; 
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #e0e0e0;
}

.review-item {
    flex: 0 0 100%; 
    padding: 10px;
    box-sizing: border-box;
    transition: transform 0.5s ease; 
}

.author-photo {
    width: 100px; 
    border-radius: 50%; 
    height: 100px;
}

.author-name {
    font-size: larger;
    font-weight: bold;
}

.review-date {
    color: #e0e0e0; 
    font-size: small;
}

.review-text {
    margin: 10px 0; 
}

.excursion-link {
    display: inline-block;
    margin-top: 10px; 
    color: rgb(29, 29, 29);
    text-decoration: underline;
    cursor: pointer;
}
