

/* Start:/local/templates/template/components/bitrix/news/articles/bitrix/news.list/.default/style.css?17811689253395*/
.sights {
 
  background: url("/local/templates/template/images/index/bg-catalog.png");
padding-bottom: 40px;
}

.sights__title-block {
margin-bottom: 25px;
}

.sights__list {
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
-webkit-column-gap: 30px;
        column-gap: 30px;
row-gap: 30px;
margin-bottom: 65px;
}

.sights__item {
  position:relative;
  width: 270px;
  height:349px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0);
          box-shadow: 0px 0px 25px rgba(0, 0, 0, 0);
  border-radius: 20px;
}

.sights__item::before {
  content: '';
  z-index: 10;
  width: 270px;
  height: 349px;
  display: block;
  border-radius: 10px;
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 80%);
}

.sights__item:hover {
-webkit-transform: scale(1.05);
        transform: scale(1.05);
-webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.35);
        box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.35);
}

.sights__item:hover .sights__text {
text-decoration: none;
}

.sights__image {
border-radius: 10px;
width: 100%;
-o-object-fit: cover;
   object-fit: cover;
margin-bottom: 12px;
}

.sights__text {
  position: absolute;
  top:227px;
  border-radius: 0 0 20px 20px;
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
  padding: 0 12px;
  min-height: 100px;
  z-index: 11;
}

.sights__button {
max-width: 412px;
margin: 0 auto;
}

.links {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
margin-bottom: 50px;
}

.links__item {
font-size: 18px;
line-height: 1;
padding: 5px;
}

.links__link {
margin-right: 5px;
-webkit-transition: 0.2s;
transition: 0.2s;
}

.links__link:hover {
-webkit-transform: scale(1.2);
        transform: scale(1.2);
}

.links__link-active {
background-color: #17aa00;
border-radius: 50%;
padding: 5px;
color: #fff;
}

.links__prev {
margin-right: 10px;
}

.links__next {
margin-left: 10px;
}

.links__hide {
display: none;
}

.links__margin {
margin: 0 5px;
}

.seo {
margin-bottom: 40px;
}

.seo__title-block {
margin-bottom: 45px;
}

.seo__text {
font-size: 24px;
color: #212121;
line-height: 1.5;
}

.seo__text-margin {
margin-bottom: 60px;
}

@media screen and (max-width: 1280px) {
.sights__list {
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
}
.seo__title-block {
  margin-bottom: 20px;
}
.seo__text {
  font-size: 20px;
}
}

@media screen and (max-width: 800px) {
.sights__list {
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}
}

@media screen and (max-width: 500px) {
.sights__item, .sights__item::before {
width:100%;
}
.sights__list {
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
}
.sights__title-block {
  margin-bottom: 30px;
}
.sights__title-block .title {
word-break: break-word;
hyphens:auto;
  font-size: 24px;
  padding:0 20px;
}
.seo.about {
  box-shadow:none;
}
.seo.about .title {
  font-size: 30px;
}
.sights {
  padding-bottom:0 !important;
}
}
/* End */
/* /local/templates/template/components/bitrix/news/articles/bitrix/news.list/.default/style.css?17811689253395 */
