.wrapper-highlighted {
  padding: 24px;
  box-shadow: 0px 2px 19px 0px rgba(180, 180, 180, 0.2509803922);
  border-radius: 8px;
}

.wrapper-style-teaser1 {
  border-radius: 8px;
  padding: 12px;
  position: relative;
}

.wrapper-style-teaser1-alt {
  border-radius: 8px;
  padding: 24px;
  position: relative;
}

.wrapper-style-teaser1:hover {
  box-shadow: 0 2px 19px 0 rgba(180, 180, 180, 0.2509803922);
  z-index: 1;
}

.wrapper-style-teaser3 {
  border-radius: 8px;
  padding: 12px;
  position: relative;
}

.wrapper-style-teaser3:hover {
  box-shadow: 0 2px 19px 0 rgba(180, 180, 180, 0.2509803922);
  z-index: 1;
}

.wrapper-style-teaser-tags {
  margin-top: -6px;
  min-height: 21px;
}

.button-filter-catalog-wrapper {
  display: none;
}

.page-catalog .block-system-main-block {
  padding: 0;
}
.page-catalog .block-ap-catalog {
  padding-top: 24px;
}

.block-ap-product-collections.block-ap-catalog-products-list {
  padding: 0;
}

.layout--twocol-section.layout--twocol-section--75-25 {
  margin-top: 24px;
  margin-bottom: 24px;
  display: grid;
  gap: 64px;
  grid-template-columns: 1fr 270px;
}
.layout--twocol-section.layout--twocol-section--75-25 .layout__region.layout__region--second {
  flex-direction: column;
  gap: 48px;
  display: flex;
}

.page-news .content-page-news .content-page__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.product_collection--tile {
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: all 0.3s ease;
  position: relative;
}
.product_collection--tile .product_collection__image {
  position: relative;
  aspect-ratio: 1/1;
  background-color: #f5f5f5;
  border-radius: 20px;
  overflow: hidden;
}
.product_collection--tile .product_collection__image img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.product_collection--tile .product_collection__title {
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto";
  font-weight: 700;
}
.product_collection--tile .product_collection__title .field-name .value {
  text-align: center;
}
.product_collection--tile .product_collection__title .field-name .value a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.product_collection--tile:hover .product_collection__image {
  background-color: #f0f0f0;
}

.view-agregati .view-content {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}

.block-field-blockproduct-collectionproduct-collectionfield-body {
  padding: 0 !important;
}

.page-articles .field-type-list .value {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: baseline;
}

.number-with-icons {
  display: flex;
  gap: 8px;
}
.number-with-icons .plink {
  display: block;
  width: 24px;
  height: 24px;
}
.number-with-icons .max-link {
  background-image: url("/themes/custom/rs_ural/assets/img/max-icon.svg");
}
.number-with-icons .tg-link {
  background-image: url("/themes/custom/rs_ural/assets/img/tg-icon.svg");
}
.number-with-icons .wp-link {
  background-image: url("/themes/custom/rs_ural/assets/img/wp-icon.svg");
}

.ck-tpl__text h3 {
  margin-top: 24px !important;
}

.page-about .about-intro {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.page-about .about-intro .about-intro__header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.page-about .about-intro .about-intro__stats {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
.page-about .about-intro .about-intro__stat {
  display: flex;
  padding: var(--space-space-500, 24px);
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-space-200, 8px);
  flex: 1 0 0;
  border-radius: var(--radius-radius-400, 20px);
  background: var(--color-base-color-gray-3, #F5F5F5);
}
.page-about .about-intro .about-intro__stat .about-intro__stat-value {
  font-size: 24px;
  line-height: 32px;
  font-family: "Oswald";
  font-weight: 700;
  font-family: "Roboto";
  color: #205B7E;
}
.page-about .about-intro .about-intro__stat .about-intro__stat-desc,.page-about .about-intro .about-intro__stat p {
  font-size: 20px;
  line-height: 28px;
  font-family: "Roboto";
  font-weight: 400;
}
.page-about .about-intro .about-intro__stat p {
  margin: 0;
}
.page-about .about-intro .about-intro__promise {
  background: #205B7E;
  color: #ffffff;
}
.page-about .about-gallery .about-gallery__inner {
  overflow: visible !important;
  --swiper--enabled: true;
  --swiper--slides-per-view: 2;
  --swiper--gap: 20px;
  --swiper--pagination-enabled: false;
  --swiper--simulate-touch-enabled: true;
}
.page-about .about-gallery .about-gallery__inner .swiper-pagination {
  bottom: -14px !important;
  height: 8px !important;
}
.page-about .about-gallery .about-gallery__inner .about-gallery__item img {
  border-radius: 20px;
}
.page-about .warehouse {
  display: grid;
  border-radius: 20px;
  border: 1px solid #B0CCDE;
  grid-template-columns: 1fr 1fr;
}
.page-about .warehouse .warehouse__text {
  padding: 48px;
}
.page-about .docs {
  position: relative;
  padding: 48px;
  border-radius: 20px;
  overflow: hidden;
}
.page-about .docs .docs__background {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
}
.page-about .docs .docs__background img {
  width: 100%;
  height: 100%;
}
.page-about .docs .docs__image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-about .docs .docs__image img {
  position: absolute;
  height: 100%;
  top: 0;
  z-index: 2;
  right: 48px;
}
.page-about .docs .docs__text {
  color: #ffffff;
  position: relative;
  z-index: 2;
  width: 604px;
  font-size: 20px;
  line-height: 28px;
  font-family: "Roboto";
  font-weight: 400;
}
.page-about .advantages {
  grid-template-columns: 1fr 1fr !important;
}

.advantages .advantages-item--warehouse .advantages-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.advantages .advantages-item--warehouse .advantages-icon:hover:first-child,.advantages .advantages-item--warehouse .advantages-icon:hover::before {
  text-decoration: none;
}
.advantages .advantages-item--warehouse .advantages-icon {
  padding-inline: 0;
  aspect-ratio: 1/1;
  font-size: 0;
  color: transparent;
  gap: 0;
  text-indent: -9999px;
}
.advantages .advantages-item--warehouse .advantages-icon:first-child {
  text-decoration: none;
}
.advantages .advantages-item--warehouse .advantages-icon::before {
  content: "\e93d";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 28px;
  font-weight: 400;
  line-height: 28px;
  color: #205B7E;
  text-decoration: none;
}
.advantages .advantages-item--prices .advantages-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.advantages .advantages-item--prices .advantages-icon:hover:first-child,.advantages .advantages-item--prices .advantages-icon:hover::before {
  text-decoration: none;
}
.advantages .advantages-item--prices .advantages-icon {
  padding-inline: 0;
  aspect-ratio: 1/1;
  font-size: 0;
  color: transparent;
  gap: 0;
  text-indent: -9999px;
}
.advantages .advantages-item--prices .advantages-icon:first-child {
  text-decoration: none;
}
.advantages .advantages-item--prices .advantages-icon::before {
  content: "\e93f";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 28px;
  font-weight: 400;
  line-height: 28px;
  color: #205B7E;
  text-decoration: none;
}
.advantages .advantages-item--conditions .advantages-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.advantages .advantages-item--conditions .advantages-icon:hover:first-child,.advantages .advantages-item--conditions .advantages-icon:hover::before {
  text-decoration: none;
}
.advantages .advantages-item--conditions .advantages-icon {
  padding-inline: 0;
  aspect-ratio: 1/1;
  font-size: 0;
  color: transparent;
  gap: 0;
  text-indent: -9999px;
}
.advantages .advantages-item--conditions .advantages-icon:first-child {
  text-decoration: none;
}
.advantages .advantages-item--conditions .advantages-icon::before {
  content: "\e940";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 28px;
  font-weight: 400;
  line-height: 28px;
  color: #205B7E;
  text-decoration: none;
}
.advantages .advantages-item--processing .advantages-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.advantages .advantages-item--processing .advantages-icon:hover:first-child,.advantages .advantages-item--processing .advantages-icon:hover::before {
  text-decoration: none;
}
.advantages .advantages-item--processing .advantages-icon {
  padding-inline: 0;
  aspect-ratio: 1/1;
  font-size: 0;
  color: transparent;
  gap: 0;
  text-indent: -9999px;
}
.advantages .advantages-item--processing .advantages-icon:first-child {
  text-decoration: none;
}
.advantages .advantages-item--processing .advantages-icon::before {
  content: "\e938";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 28px;
  font-weight: 400;
  line-height: 28px;
  color: #205B7E;
  text-decoration: none;
}
.advantages .advantages-item--consulting .advantages-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.advantages .advantages-item--consulting .advantages-icon:hover:first-child,.advantages .advantages-item--consulting .advantages-icon:hover::before {
  text-decoration: none;
}
.advantages .advantages-item--consulting .advantages-icon {
  padding-inline: 0;
  aspect-ratio: 1/1;
  font-size: 0;
  color: transparent;
  gap: 0;
  text-indent: -9999px;
}
.advantages .advantages-item--consulting .advantages-icon:first-child {
  text-decoration: none;
}
.advantages .advantages-item--consulting .advantages-icon::before {
  content: "\e933";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 28px;
  font-weight: 400;
  line-height: 28px;
  color: #205B7E;
  text-decoration: none;
}
.advantages .advantages-item--quality .advantages-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.advantages .advantages-item--quality .advantages-icon:hover:first-child,.advantages .advantages-item--quality .advantages-icon:hover::before {
  text-decoration: none;
}
.advantages .advantages-item--quality .advantages-icon {
  padding-inline: 0;
  aspect-ratio: 1/1;
  font-size: 0;
  color: transparent;
  gap: 0;
  text-indent: -9999px;
}
.advantages .advantages-item--quality .advantages-icon:first-child {
  text-decoration: none;
}
.advantages .advantages-item--quality .advantages-icon::before {
  content: "\e939";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 28px;
  font-weight: 400;
  line-height: 28px;
  color: #205B7E;
  text-decoration: none;
}
.advantages .advantages-item--logistics .advantages-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.advantages .advantages-item--logistics .advantages-icon:hover:first-child,.advantages .advantages-item--logistics .advantages-icon:hover::before {
  text-decoration: none;
}
.advantages .advantages-item--logistics .advantages-icon {
  padding-inline: 0;
  aspect-ratio: 1/1;
  font-size: 0;
  color: transparent;
  gap: 0;
  text-indent: -9999px;
}
.advantages .advantages-item--logistics .advantages-icon:first-child {
  text-decoration: none;
}
.advantages .advantages-item--logistics .advantages-icon::before {
  content: "\e936";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 28px;
  font-weight: 400;
  line-height: 28px;
  color: #205B7E;
  text-decoration: none;
}
.advantages .advantages-item--support .advantages-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.advantages .advantages-item--support .advantages-icon:hover:first-child,.advantages .advantages-item--support .advantages-icon:hover::before {
  text-decoration: none;
}
.advantages .advantages-item--support .advantages-icon {
  padding-inline: 0;
  aspect-ratio: 1/1;
  font-size: 0;
  color: transparent;
  gap: 0;
  text-indent: -9999px;
}
.advantages .advantages-item--support .advantages-icon:first-child {
  text-decoration: none;
}
.advantages .advantages-item--support .advantages-icon::before {
  content: "\e93e";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 28px;
  font-weight: 400;
  line-height: 28px;
  color: #205B7E;
  text-decoration: none;
}
.advantages .advantages-item--support .advantages-icon {
  background-color: #FFF2AA !important;
}
.advantages .advantages-item--support {
  border-color: #F4D213 !important;
}

.contacts-info {
  display: grid;
  background: #f5f5f5;
  border-radius: 20px;
  padding: 24px;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.contacts-info .contacts-info__item h3 {
  font-weight: 700;
  margin: 0 0 16px;
}
.contacts-info .contacts-info__item h3,.contacts-info .contacts-info__item p {
  font-size: 20px;
  line-height: 28px;
  font-family: "Roboto";
  color: #3a3a3a;
}
.contacts-info .contacts-info__item p {
  font-weight: 400;
  margin: 0;
}
.contacts-info .contacts-info__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contacts-info .contacts-info__list a {
  font-size: 20px;
  line-height: 28px;
  font-family: "Roboto";
  font-weight: 400;
  color: #205B7E;
}
.contacts-info .contacts-info__list--phones {
  gap: 16px;
}
.contacts-info .contacts-info__phone {
  align-items: center;
}
.contacts-info .contacts-info__phone .plink img {
  display: block;
  width: 100%;
  height: 100%;
}
.contacts-info .contacts-info__phone a:not(.plink) {
  font-size: 20px;
  line-height: 28px;
  font-family: "Roboto";
  font-weight: 700;
  color: #3a3a3a;
  text-decoration: none;
}
.contacts-info .contacts-info__phone a:not(.plink):hover {
  color: #205B7E;
}
.contacts-info .contacts-info__map-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.contacts-info .contacts-info__map-link:hover:first-child,.contacts-info .contacts-info__map-link:hover::before {
  text-decoration: none;
}
.contacts-info .contacts-info__map-link::after {
  content: "\e910";
  font-family: "icon-base";
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #205B7E;
  margin: 0;
  text-decoration: none;
}
.contacts-info .contacts-info__map-link {
  align-self: flex-start;
  gap: 8px;
}

.contacts-requisites {
  margin-top: 96px;
}
.contacts-requisites h2 {
  margin-bottom: 24px;
}
.contacts-requisites .contacts-requisites__content {
  display: grid;
  align-items: start;
  gap: 24px;
  grid-template-columns: 1fr 280px;
}
.contacts-requisites .contacts-requisites__list {
  display: flex;
  flex-direction: column;
  border: 1px solid #B0CCDE;
  border-radius: 20px;
  padding: 24px;
  gap: 16px;
}
.contacts-requisites .contacts-requisites__row {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto";
  font-weight: 400;
}
.contacts-requisites .contacts-requisites__label {
  color: #8c8c8c;
}
.contacts-requisites .contacts-requisites__value {
  color: #1f1f1f;
}
.contacts-requisites .contacts-requisites__download {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  background: #205B7E;
  border-radius: 20px;
  padding: 24px;
}
.contacts-requisites .contacts-requisites__download img {
  width: 100px;
  height: 140px;
}
.contacts-requisites .contacts-requisites__download .contacts-requisites__download-title {
  font-size: 20px;
  line-height: 28px;
  font-family: "Roboto";
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}
.contacts-requisites .contacts-requisites__download .btn.btn-primary.btn-yellow {
  width: 100%;
  height: 56px;
  border-radius: 12px;
  font-weight: 700;
  color: #205B7E;
}
@media (max-width: 1279px) {
  .page-about .about-intro .about-intro__stats {
    grid-template-columns: 1fr 1fr;
  }
  .contacts-info {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 48px;
  }
  .contacts-requisites {
    margin-top: 64px;
  }
  .contacts-requisites h2 {
    margin-bottom: 16px;
  }
  .contacts-requisites .contacts-requisites__list {
    gap: 24px;
  }
}
@media (max-width: 1023px) {
  .layout--twocol-section.layout--twocol-section--75-25 {
    grid-template-columns: 1fr;
  }
  .layout--twocol-section.layout--twocol-section--75-25 .layout__region.layout__region--second {
    display: none;
  }
  .view-agregati .view-content {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
  .page-about .about-intro,.page-about .about-intro .about-intro__header,.page-about .about-intro .about-intro__stats {
    gap: 16px;
  }
  .page-about .about-gallery .about-gallery__inner {
    --swiper--gap: 16px;
    --swiper--pagination-enabled: true;
  }
  .page-about .warehouse .warehouse__text,.page-about .docs {
    padding: 32px;
  }
  .page-about .docs .docs__image img {
    right: 32px;
  }
  .page-about .docs .docs__text {
    width: 480px;
  }
}
@media (max-width: 767px) {
  .page-catalog .block-ap-catalog {
    padding-top: 0;
  }
  .view-agregati .view-content {
    grid-template-columns: repeat(2, 1fr);
  }
  .page-about .about-intro .about-intro__header,.page-about .about-intro .about-intro__stats {
    grid-template-columns: 1fr;
  }
  .page-about .about-intro .about-intro__stat .about-intro__stat-value {
    font-size: 20px;
    line-height: 28px;
    font-family: "Roboto";
    font-weight: 700;
  }
  .page-about .about-intro .about-intro__stat .about-intro__stat-desc,.page-about .about-intro .about-intro__stat p {
    font-size: 16px;
    line-height: 24px;
    font-family: "Roboto";
    font-weight: 400;
  }
  .page-about .about-gallery .about-gallery__inner {
    overflow: hidden;
    --swiper--slides-per-view: 1;
  }
  .page-about .warehouse {
    grid-template-columns: 1fr;
  }
  .page-about .warehouse .warehouse__text,.page-about .docs {
    padding: 24px;
  }
  .page-about .docs .docs__image img {
    position: relative;
    height: 156px;
    margin-bottom: 16px;
    right: 0;
  }
  .page-about .docs .docs__text {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    font-family: "Roboto";
    font-weight: 400;
  }
  .page-about .advantages {
    grid-template-columns: 1fr !important;
  }
  .contacts-info {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .contacts-requisites {
    margin-top: 48px;
  }
  .contacts-requisites .contacts-requisites__content {
    grid-template-columns: 1fr;
  }
}