.catalog-sections {
  margin-top: 40px;
  margin-bottom: 60px;
}
.catalog-sections .section {
  display: flex;
  margin-bottom: 30px;
}
@media (max-width: 700px) {
  .catalog-sections .section {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.catalog-sections .section:nth-child(2n) .section-images {
  order: 2;
  margin-right: 0;
  margin-left: 120px;
}
@media (max-width: 1023px) {
  .catalog-sections .section:nth-child(2n) .section-images {
    margin-left: 80px;
  }
}
@media (max-width: 700px) {
  .catalog-sections .section:nth-child(2n) .section-images {
    margin-left: 0;
    order: unset;
    align-self: flex-end;
  }
}
.catalog-sections .section:nth-child(2n) .section-images .texture-image {
  left: -68px;
  right: unset;
}
@media (max-width: 1023px) {
  .catalog-sections .section:nth-child(2n) .section-images .texture-image {
    left: -50px;
  }
}
@media (max-width: 479px) {
  .catalog-sections .section:nth-child(2n) .section-images .texture-image {
    left: -40px;
  }
}
.catalog-sections .section:nth-child(2n) .section-images .texture-image:before {
  left: unset;
  right: 0;
}
.catalog-sections .section.with-slider .section-images {
  height: 560px;
}
.catalog-sections .section.with-slider .section-images:not(.swiper-initialized) {
  overflow: hidden;
}
@media (max-width: 700px) {
  .catalog-sections .section.with-slider .section-images {
    height: 380px;
  }
}
@media (max-width: 479px) {
  .catalog-sections .section.with-slider .section-images {
    height: 280px;
  }
}
.catalog-sections .section.with-slider .section-images .texture-image {
  height: 496px;
}
@media (max-width: 700px) {
  .catalog-sections .section.with-slider .section-images .texture-image {
    height: 315px;
  }
}
@media (max-width: 479px) {
  .catalog-sections .section.with-slider .section-images .texture-image {
    height: 230px;
    width: 120px;
  }
}
.catalog-sections .section .section-images {
  height: 485px;
  width: 48%;
  flex-shrink: 0;
  position: relative;
  margin-right: 120px;
  box-sizing: border-box;
}
@media (max-width: 1162px) {
  .catalog-sections .section .section-images {
    width: 40%;
  }
}
@media (max-width: 1023px) {
  .catalog-sections .section .section-images {
    margin-right: 80px;
  }
}
@media (max-width: 700px) {
  .catalog-sections .section .section-images {
    width: calc(100% - 50px);
    margin-right: 0;
    height: 380px;
  }
}
@media (max-width: 479px) {
  .catalog-sections .section .section-images {
    width: calc(100% - 40px);
    height: 280px;
  }
}
.catalog-sections .section .section-images img.main-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.catalog-sections .section .section-images .texture-image {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -68px;
  height: 425px;
}
@media (max-width: 1023px) {
  .catalog-sections .section .section-images .texture-image {
    right: -50px;
    width: 155px;
  }
}
@media (max-width: 700px) {
  .catalog-sections .section .section-images .texture-image {
    height: 315px;
  }
}
@media (max-width: 479px) {
  .catalog-sections .section .section-images .texture-image {
    right: -40px;
    height: 230px;
    width: 120px;
  }
}
.catalog-sections .section .section-images .texture-image img {
  display: block;
}
@media (max-width: 1023px) {
  .catalog-sections .section .section-images .texture-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
  }
}
.catalog-sections .section .section-images .texture-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(100% - 78px);
  box-shadow: 0 0 17px 3px rgba(0, 0, 0, 0.4);
  z-index: -1;
}
@media (max-width: 1023px) {
  .catalog-sections .section .section-images .texture-image:before {
    width: calc(100% - 60px);
  }
}
@media (max-width: 479px) {
  .catalog-sections .section .section-images .texture-image:before {
    width: calc(100% - 50px);
  }
}
.catalog-sections .section .section-description {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 23px;
  padding-top: 30px;
  width: calc(52% - 120px);
}
@media (max-width: 1162px) {
  .catalog-sections .section .section-description {
    width: calc(60% - 120px);
  }
}
@media (max-width: 1023px) {
  .catalog-sections .section .section-description {
    gap: 20px;
    width: calc(60% - 80px);
  }
}
@media (max-width: 700px) {
  .catalog-sections .section .section-description {
    width: 100%;
  }
}
.catalog-sections .section .section-description .section-title-block .section-title {
  display: inline-block;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 40px;
}
@media (max-width: 1023px) {
  .catalog-sections .section .section-description .section-title-block .section-title {
    font-size: 24px;
    line-height: 33px;
  }
}
@media (max-width: 479px) {
  .catalog-sections .section .section-description .section-title-block .section-title {
    font-size: 22px;
    line-height: 33px;
  }
}
.catalog-sections .section .section-description .section-title-block .section-links-wrap {
  margin-top: 20px;
}
@media (max-width: 1023px) {
  .catalog-sections .section .section-description .section-title-block .section-links-wrap {
    margin-top: 15px;
  }
}
@media (max-width: 700px) {
  .catalog-sections .section .section-description .section-title-block .section-links-wrap {
    margin-top: 10px;
  }
}
.catalog-sections .section .section-description .section-title-block .section-links-wrap.with-limit {
  position: relative;
}
.catalog-sections .section .section-description .section-title-block .section-links-wrap.with-limit .section-links-overflow {
  height: 25px;
  overflow: hidden;
  transition: all 0.3s;
}
@media (max-width: 700px) {
  .catalog-sections .section .section-description .section-title-block .section-links-wrap.with-limit .section-links-overflow {
    padding-right: 20px;
  }
}
.catalog-sections .section .section-description .section-title-block .section-links-wrap.with-limit .section-links-overflow:not(.active) .more:after {
  opacity: 1;
}
.catalog-sections .section .section-description .section-title-block .section-links-wrap.with-limit .section-links-overflow .more {
  position: absolute;
  width: 11px;
  height: 11px;
  right: -30px;
  top: 8px;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .catalog-sections .section .section-description .section-title-block .section-links-wrap.with-limit .section-links-overflow .more {
    top: 7px;
  }
}
@media (max-width: 1023px) {
  .catalog-sections .section .section-description .section-title-block .section-links-wrap.with-limit .section-links-overflow .more {
    top: 6px;
    right: -17px;
  }
}
@media (max-width: 700px) {
  .catalog-sections .section .section-description .section-title-block .section-links-wrap.with-limit .section-links-overflow .more {
    top: 7px;
    right: 0;
  }
}
.catalog-sections .section .section-description .section-title-block .section-links-wrap.with-limit .section-links-overflow .more:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 2px;
  background: #203873;
}
.catalog-sections .section .section-description .section-title-block .section-links-wrap.with-limit .section-links-overflow .more:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 14px;
  background: #203873;
  opacity: 0;
  transition: opacity 0.3s;
}
.catalog-sections .section .section-description .section-title-block .section-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
}
@media (max-width: 1023px) {
  .catalog-sections .section .section-description .section-title-block .section-links {
    margin-top: 15px;
  }
}
@media (max-width: 700px) {
  .catalog-sections .section .section-description .section-title-block .section-links {
    margin-top: 10px;
  }
}
.catalog-sections .section .section-description .section-title-block .section-links .section-link {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
  color: #203873;
  text-decoration: underline dashed;
  text-underline-offset: 5px;
  font-weight: bold;
  transition: all 0.3s;
}
@media (max-width: 479px) {
  .catalog-sections .section .section-description .section-title-block .section-links .section-link {
    font-size: 13px;
  }
}
.catalog-sections .section .section-description .section-title-block .section-links .section-link:hover {
  text-decoration-color: transparent;
}
@media (max-width: 700px) {
  .catalog-sections .section .section-description .border {
    margin-top: -10px;
  }
}
.catalog-sections .section .section-description .section-text {
  font-size: 16px;
  line-height: 30px;
  flex-grow: 1;
}
@media (max-width: 1023px) {
  .catalog-sections .section .section-description .section-text {
    font-size: 15px;
    line-height: 26px;
  }
}
@media (max-width: 700px) {
  .catalog-sections .section .section-description .section-text {
    margin-top: -10px;
  }
}
@media (max-width: 479px) {
  .catalog-sections .section .section-description .section-text {
    font-size: 13px;
    line-height: 22px;
  }
}
.catalog-sections .section .section-description .section-detail-btn {
  width: 68px;
  height: 33px;
  display: flex;
  align-items: center;
  fill: #fff;
  background: #203873;
  transition: all 0.3s;
}
.catalog-sections .section .section-description .section-detail-btn:hover {
  fill: #203873;
  background: #fff;
}
.catalog-sections .section .section-mini-images-slider-wrapper {
  display: flex;
}
@media (max-width: 700px) {
  .catalog-sections .section .section-mini-images-slider-wrapper {
    order: -1;
  }
}
.catalog-sections .section .section-mini-images-slider-wrapper .section-mini-images-slider-navigation {
  flex-shrink: 0;
  width: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.catalog-sections .section .section-mini-images-slider-wrapper .section-mini-images-slider-navigation .slider-nav {
  fill: rgb(218, 218, 218);
  transition: all 0.3s;
}
.catalog-sections .section .section-mini-images-slider-wrapper .section-mini-images-slider-navigation .slider-nav:not(.swiper-button-disabled):hover {
  fill: #203873;
  cursor: pointer;
}
.catalog-sections .section .section-mini-images-slider-wrapper .section-mini-images-slider {
  overflow: hidden;
  flex-grow: 1;
}
.catalog-sections .section .section-mini-images-slider-wrapper .section-mini-images-slider:not(.swiper-initialized) .swiper-wrapper {
  display: flex;
}
.catalog-sections .section .section-mini-images-slider-wrapper .section-mini-images-slider .section-mini-image {
  cursor: pointer;
}
.catalog-sections .section .section-mini-images-slider-wrapper .section-mini-images-slider .section-mini-image img {
  display: block;
  max-width: 100%;
}

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