.index-sections {
  margin-top: 50px;
  margin-bottom: 85px;
}
@media screen and (max-width: 500px) {
  .index-sections {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.index-sections__list {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 20px;
}
@media screen and (max-width: 1280px) {
  .index-sections__list {
    grid-gap: 10px;
  }
}
.index-sections .item-section {
  position: relative;
  min-height: 450px;
  width: calc(50% - 10px);
  background-color: #919191;
}
@media screen and (max-width: 1280px) {
  .index-sections .item-section {
    width: 100%;
    min-height: 300px;
  }
}
@media screen and (max-width: 500px) {
  .index-sections .item-section {
    min-height: 250px;
  }
}
.index-sections .item-section:hover .item-section__anons {
  opacity: 1;
}
.index-sections .item-section:hover .item-section__img img {
  transform: scale(1.2);
}
.index-sections .item-section:nth-child(3), .index-sections .item-section:nth-child(4), .index-sections .item-section:nth-child(5), .index-sections .item-section:nth-child(6) {
  width: calc(10% - 20px);
  flex-grow: 1;
  min-height: 560px;
}
@media screen and (max-width: 1280px) {
  .index-sections .item-section:nth-child(3), .index-sections .item-section:nth-child(4), .index-sections .item-section:nth-child(5), .index-sections .item-section:nth-child(6) {
    width: calc(50% - 10px);
    min-height: 350px;
  }
}
@media screen and (max-width: 500px) {
  .index-sections .item-section:nth-child(3), .index-sections .item-section:nth-child(4), .index-sections .item-section:nth-child(5), .index-sections .item-section:nth-child(6) {
    width: 100%;
    min-height: 250px;
  }
}
.index-sections .item-section:nth-child(6) {
  flex-grow: 2;
}
.index-sections .item-section:nth-child(5) {
  flex-grow: 1.3;
}
.index-sections .item-section__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.index-sections .item-section__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  overflow: hidden;
}
.index-sections .item-section__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 7s all linear;
}
.index-sections .item-section__anons {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  padding: 60px;
  box-sizing: border-box;
  opacity: 0;
  transition: 0.2s all linear;
}
@media screen and (max-width: 500px) {
  .index-sections .item-section__anons {
    opacity: 1;
    padding: 20px;
  }
}
.index-sections .item-section__title {
  color: #FFF;
  text-align: center;
  font-family: "Matahari 600 Extended", Arial, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
}
.index-sections .item-section__text {
  color: #FAFAFA;
  font-size: 13px;
  font-family: "Matahari 600 Extended", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  opacity: 0.6;
  line-height: 130%;
}

/*# sourceMappingURL=style.css.map */
