.block-our-catalogs {
  padding-top: 90px;
  padding-bottom: 85px;
}

@media screen and (min-width: 768px) {
  .block-our-catalogs {
    padding-top: 180px;
    padding-bottom: 170px;
  }
}

.block-our-catalogs .our-catalogs__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-bottom: 35px;
}

@media screen and (min-width: 576px) {
  .block-our-catalogs .our-catalogs__heading {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 50px;
    margin-bottom: 57px;
  }
}

.block-our-catalogs .our-catalogs__title {
  margin-bottom: 2rem !important;
  font-size: 35px;
}

@media screen and (min-width: 576px) {
  .block-our-catalogs .our-catalogs__title {
    font-size: 50px !important;
    margin-bottom: 0 !important;
  }
}

@media screen and (min-width: 992px) {
  .block-our-catalogs .our-catalogs__title {
    font-size: 70px !important;
  }
}

@media screen and (min-width: 1200px) {
  .block-our-catalogs .our-catalogs__title {
    font-size: 80px !important;
  }
}

@media screen and (min-width: 1400px) {
  .block-our-catalogs .our-catalogs__title {
    font-size: 90px !important;
  }
}

.block-our-catalogs .our-catalogs__item {
  position: relative;
  display: block;
  height: 0;
  padding-bottom: 132%;
}

.block-our-catalogs .our-catalogs__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(59%, rgba(255, 255, 255, 0.3)), color-stop(83%, #FFFFFF));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 59%, #FFFFFF 83%);
  opacity: 0.8;
}

.block-our-catalogs .our-catalogs__item img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.block-our-catalogs .our-catalogs__item__content {
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 10;
}

@media screen and (min-width: 1200px) {
  .block-our-catalogs .our-catalogs__item__content {
    padding: 50px 45px;
  }
}

.block-our-catalogs .our-catalogs__item__year {
  font-weight: 600;
}

.block-our-catalogs .our-catalogs__item__title {
  margin-bottom: 0;
  font-size: 1.5rem;
  letter-spacing: 1%;
}

@media screen and (min-width: 1200px) {
  .block-our-catalogs .our-catalogs__item__title {
    font-size: 2rem;
  }
}

.block-our-catalogs .swiper-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

@media screen and (min-width: 992px) {
  .block-our-catalogs .swiper-navigation {
    margin-bottom: 23px;
  }
}

.block-our-catalogs .swiper-button-prev, .block-our-catalogs .swiper-button-next {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #1F4A7C;
  position: static;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
}

.block-our-catalogs .swiper-button-prev::after, .block-our-catalogs .swiper-button-next::after {
  content: unset;
}

.block-our-catalogs .swiper-button-prev svg, .block-our-catalogs .swiper-button-next svg {
  stroke: #1F4A7C;
  width: 12px;
  height: 22px;
}

.block-our-catalogs .swiper-button-next {
  background-color: #1F4A7C;
}

.block-our-catalogs .swiper-button-next svg {
  stroke: #ffffff;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
