.yurts {
  margin-top: 100px;
}

.yurts__title {
  font-size: 70px;
  line-height: 85px;
  font-weight: 600;
  text-transform: uppercase;
}

.yurts__title-sub {
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 38px 0;
}

.yurts__img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.yurts-info {
  margin: 155px 0 200px;
}

.yurts-info__title {
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
  text-transform: uppercase;
}

.yurts-info-item {
  width: 26%;
  margin-top: 85px;
}

.yurts-info-item__title {
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
}

.yurts-info-item__text {
  font-size: 16px;
  line-height: 20px;
  margin-top: 25px;
}

.yurts-item {
  width: 32.5%;
  text-transform: uppercase;
  font-weight: 600;
}

.yurts-item__img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 308px;
}

.yurts-item__title {
  font-size: 32px;
  line-height: 39px;
  margin: 40px 0;
}

.yurts-item__text {
  font-size: 20px;
  line-height: 30px;
}

.yurts-photos .photo {
  -o-object-fit: cover;
     object-fit: cover;
  height: 400px;
  -o-object-position: bottom;
     object-position: bottom;
  margin-bottom: 4px;
}

.yurts-photos .photo1 {
  width: 28%;
}

.yurts-photos .photo2 {
  width: 47.5%;
}

.yurts-photos .photo3 {
  width: 24%;
}

.yurts-photos .photo4 {
  width: 33.5%;
}

.yurts-photos .photo5 {
  width: 31%;
}

.yurts-photos .photo6 {
  width: 35%;
}

@media (max-width: 1600px) {
  .yurts {
    margin-top: 60px;
  }
  .yurts__title {
    font-size: 50px;
    line-height: 70px;
  }
  .yurts__title-sub {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    margin: 10px 0 20px;
  }
  .yurts-info {
    margin: 80px 0;
  }
  .yurts-info__title {
    font-size: 30px;
  }
  .yurts-info-item {
    width: 30%;
    margin-top: 50px;
  }
  .yurts-info-item__title {
    font-size: 22px;
    line-height: 28px;
  }
  .yurts-info-item__text {
    margin-top: 15px;
  }
  .yurts-item__title {
    font-size: 22px;
    line-height: 28px;
    margin: 15px 0;
  }
  .yurts-item__text {
    font-size: 16px;
    line-height: 20px;
  }
  .yurts-photos .photo {
    height: 300px;
  }
}

@media (max-width: 992px) {
  .yurts__title {
    font-size: 40px;
    line-height: 50px;
  }
  .yurts__title-sub {
    font-size: 20px;
    line-height: 24px;
  }
  .yurts-item {
    width: 100%;
    margin-bottom: 25px;
  }
  .yurts-item:last-child {
    margin-bottom: 0;
  }
  .yurts-item__title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .yurts-info-item {
    width: 48%;
  }
  .yurts-photos .photo {
    height: 250px;
  }
  .yurts-photos .photo1 {
    width: 39.5%;
  }
  .yurts-photos .photo2 {
    width: 60%;
  }
  .yurts-photos .photo3 {
    width: 34.5%;
  }
  .yurts-photos .photo4 {
    width: 65%;
  }
  .yurts-photos .photo5 {
    width: 37.5%;
  }
  .yurts-photos .photo6 {
    width: 62%;
  }
}

@media (max-width: 576px) {
  .yurts__title {
    font-size: 32px;
    line-height: 40px;
  }
  .yurts__title-sub {
    font-size: 18px;
    line-height: 24px;
  }
  .yurts__img {
    width: 110%;
    margin-left: -5%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 200px;
    -o-object-position: center;
       object-position: center;
  }
  .yurts-info__title {
    font-size: 24px;
    line-height: 30px;
  }
  .yurts-info-item {
    width: 100%;
    margin-top: 30px;
  }
  .yurts-info-item__title {
    font-size: 18px;
    line-height: 24px;
  }
  .yurts-info-item__text {
    margin-top: 10px;
  }
  .yurts-item__img {
    height: 200px;
  }
  .yurts-item__title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .yurts-item__text {
    font-size: 16px;
    line-height: 25px;
  }
  .yurts-photos .photo {
    width: 100% !important;
  }
}
