

/* Start:/local/templates/s1/components/bitrix/news.list/hero_index/style.css?17854147936560*/
.hero {
  position: relative;
  min-height: 700px;
  display: flex;
}

.hero .btn-primary {
  border: 1px solid var(--clr-accent);
}

.hero .btn-primary:hover {
  background-color: transparent;
  color: var(--clr-white);
  border-color: var(--clr-white);
}

.hero.light .hero__video::before {
  background: linear-gradient(180deg, rgba(25, 27, 34, 0) 30%, rgb(25, 27, 34) 100%);
}

.hero.light .hero__content_title {
  margin-top: auto;
}

.hero.light .hero__content_desc {
  margin-top: 0;
}

.hero__images {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero__images video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero__images_slider {
  width: 100%;
  height: 100%;
}

.hero__images_slide {
  height: auto;
}

.hero__images_slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero__images::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 101%;
  top: 0;
  left: 0;
  background-size: cover;
}

.hero__content {
  width: 100%;
  height: auto;
  color: #ffffff;
  color: var(--clr-white);
  position: relative;
  display: flex;
  align-items: center;
  flex-grow: 1;
  padding-top: 74px;
}

.hero__content .container {
  height: 100%;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.hero__content_col {
  width: calc((100% - 24px) / 2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(20px, 0.7643312102vw + 17.3248407643px, 32px);
}

.hero__content_desc {
  max-width: 630px;
  margin-top: clamp(16px, 0.5095541401vw + 14.2165605096px, 24px);
  font-size: clamp(16px, 0.2547770701vw + 15.1082802548px, 20px);
  letter-spacing: 0.15px;
  line-height: 1.6;
  padding: 22px 16px;
  border-radius: 10px;
  backdrop-filter: blur(8px);
  border: 1px solid #ffffff;
  border: 1px solid var(--clr-white);
}

.hero__content_more {
  display: flex;
  margin-top: auto;
}

.hero__content_slider {
  width: 100%;
  flex-grow: 1;
}

.hero__content .swiper-slide {
  display: flex;
}

.hero__content .swiper-slide .hero__content_title {
  opacity: 0;
  transition: 0.5s;
}

.hero__content .swiper-slide .hero__content_desc {
  opacity: 0;
}

.hero__content .swiper-slide .hero__content_more {
  opacity: 0;
}

.hero__content .swiper-slide-active .hero__content_title {
  -webkit-animation: fadeInUp 1s 0.5s ease forwards;
  animation: fadeInUp 1s 0.5s ease forwards;
}

.hero__content .swiper-slide-active .hero__content_desc {
  -webkit-animation: fadeInUp 1s 0.7s ease forwards;
  animation: fadeInUp 1s 0.7s ease forwards;
}

.hero__content .swiper-slide-active .hero__content_more {
  -webkit-animation: fadeInUp 1s 0.9s ease forwards;
  animation: fadeInUp 1s 0.9s ease forwards;
}

.hero__slider_navigation {
  display: flex;
  align-items: center;
  position: static;
  margin-top: auto;
  gap: clamp(12px, 0.7643312102vw + 9.3248407643px, 24px);
  margin-left: auto;
}

.hero__slider_control-btn {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(9px);
  color: #ffffff;
  color: var(--clr-white);
  cursor: pointer;
  transition: all 0.3s;
}

.hero__slider_control-btn:hover {
  background: #ffffff;
  background: var(--clr-white);
  color: #f9d840;
  color: var(--clr-accent);
}

.hero__slider_pagination {
  margin-top: 2rem;
  display: flex;
  gap: 8px;
}

.hero__slider_pagination .swiper-pagination-bullet {
  max-width: 72px;
  flex-grow: 1;
  height: 4px;
  background: #2a2d37;
  position: relative;
  margin: 0 !important;
  border-radius: 512px;
  opacity: 1;
}

.hero__slider_pagination .swiper-pagination-bullet span {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #f9d840;
  background-color: var(--clr-accent);
  width: 0%;
  width: var(--progress-width, 0%);
  will-change: width;
}

.hero__slide {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
}

.hero__slide_image {
  width: 100%;
  aspect-ratio: 515/240;
  border-radius: 24px;
  border-radius: var(--radius-item);
  overflow: hidden;
}

.hero__slide_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.hero__slide_type {
  color: rgba(255, 255, 255, 0.3);
  color: var(--clr-white-30);
  font-size: clamp(16px, 0.2547770701vw + 15.1082802548px, 20px);
  line-height: 1;
}

.hero__slide h3 {
  font-size: clamp(20px, 0.7643312102vw + 17.3248407643px, 32px);
  line-height: 1.2;
}

.hero__slide_date {
  color: rgba(255, 255, 255, 0.3);
  color: var(--clr-white-30);
  font-size: clamp(16px, 0.2547770701vw + 15.1082802548px, 20px);
  line-height: 1;
}

@-webkit-keyframes fadeInUp {
  from {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeInUp {
  from {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@media screen and (max-width: 1440px) {

  .hero {
    min-height: 580px;
  }

  .hero__content {
    padding-top: 42px;
  }

  .hero__content_desc {
    margin-top: 0;
    padding: 20px 16px;
  }
}

@media screen and (max-width: 1200px) {
  .hero__content {
    /* padding-top: 76px; */
  }

  .hero__content_col {
    width: 60%;
  }
}

@media screen and (max-width: 991px) {
  .hero {
    height: auto;
  }

  .hero.light .hero__content_title {
    margin-bottom: 0;
  }

  .hero.light .hero__content_desc {
    margin-top: 0;
  }

  .hero__images_slide img {
    -o-object-position: 66%;
    object-position: 66%;
  }

  .hero__content {
    padding-top: 56px;
  }

  .hero__content .container {
    flex-direction: column;
  }

  .hero__content_col {
    width: 100%;
  }

  .hero__content_desc {
    padding: 18px 12px;
  }
}

@media screen and (max-width: 576px) {
  .hero__content {
    padding-top: 32px;
  }

  .hero__content_desc {
    padding: 0;
    backdrop-filter: none;
    border: none;
  }

  .hero__slide {
    gap: 1.125rem;
  }

  .hero__slide_image {
    border-radius: 16px;
  }
}

@media screen and (max-width: 400px) {
  .hero__slide_btn {
    width: 100%;
  }
}

/*# sourceMappingURL=hero.css.map*/
/* End */


/* Start:/local/templates/s1/components/bitrix/catalog.section.list/.default/style.css?17854147939350*/
.catalog-section .heading {
    margin-bottom: clamp(24px, 1.7834394904vw + 17.7579617834px, 52px)
}

.catalog-section-container {
    flex-grow: 1;
}

.catalog-section__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    flex-wrap: wrap
}

.catalog-section__item {
    padding: clamp(12px, 0.7643312102vw + 9.3248407643px, 24px) clamp(15px, 2.101910828vw + 7.6433121019px, 48px);
    border-radius: 24px;
    border-radius: var(--radius-item);
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    cursor: pointer;
    min-height: 232px;
    flex: 1 0 32%;
    overflow: hidden
}

.catalog-section__item::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
    opacity: 0;
    transition: 0.5s;
}

.catalog-section__item:hover:before {
    opacity: 1;
}

.catalog-section__item.dark .catalog-section__item_title {
    color: #ffffff;
    color: var(--clr-white)
}

.catalog-section__item_title {
    flex: 1 0 50%;
    position: relative;
    z-index: 1;
    color: #232C42;
    color: var(--clr-base);
    transition: .5s
}

.catalog-section__item_title h4 {
    font-size: clamp(16px, 0.5095541401vw + 14.2165605096px, 24px);
    font-weight: 600;
    line-height: 1.2
}

.catalog-section__item_nav {
    flex: 1 0 50%;
    opacity: 0;
    transition: opacity .7s;
    height: 100%;
    max-height: 280px;
    overflow-y: auto;
    padding-right: 6px
}

.catalog-section__item_nav_list {
    display: flex;
    flex-direction: column;
    gap: 1rem
}

.catalog-section__item_nav_list a {
    font-size: clamp(14px, 0.5095541401vw + 12.2165605096px, 22px);
    line-height: 1.6;
    font-weight: 500;
    color: #ffffff;
    color: var(--clr-white);
    transition: color .5s
}

.catalog-section__item_nav_list a:hover {
    color: #f9d840;
    color: var(--clr-accent)
}

.catalog-section__item_btn {
    margin-top: auto;
    display: flex;
    position: relative;
    z-index: 2
}

.catalog-section__item_btn .btn {
    border-radius: 50%
}

.catalog-section__item_image {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .7s;
    will-change: transform;
    pointer-events: none
}

.catalog-section__item_image .img-mobile {
    display: none
}

.catalog-section__item_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right;
    object-position: right
}

.catalog-section__item:hover .catalog-section__item_btn .btn {
    background: #f9d840;
    background: var(--clr-accent)
}

.catalog-section__item:hover .catalog-section__item_image {
    scale: 1.02
}

.catalog-section__item:hover .catalog-section__item_title {
    color: #ffffff;
    color: var(--clr-white);
}

@media screen and (max-width: 1440px) {
    .catalog-section__item {
        min-height: 200px;
    }

    .catalog-section__item_title {
        flex-basis: 45%;
        width: 45%
    }

    .catalog-section__item_title h3 {
        font-size: clamp(20px, 0.6369426752vw + 17.7707006369px, 30px)
    }

    .catalog-section__item_nav {
        flex-basis: 55%
    }
}

@media screen and (max-width: 1200px) {
    .catalog-section__list {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem
    }

    .catalog-section__item_title h3 {
        font-size: clamp(18px, 0.6369426752vw + 15.7707006369px, 28px)
    }
}

@media screen and (max-width: 1100px) {
    .catalog-section__item {
        aspect-ratio: initial
    }

    .catalog-section__item_nav {
        flex-basis: 100%;
        margin-top: 1rem;
        margin-bottom: 56px;
        max-height: 200px;
        height: calc(100% - 56px)
    }
}

@media screen and (max-width: 991px) {
    .catalog-section__item {
        flex-basis: 30%;
        /* aspect-ratio: 172/240; */
        justify-content: space-between
    }

    .catalog-section__item_title {
        transition: all .5s;
        flex-basis: 48%
    }

    .catalog-section__item_nav {
        display: none
    }
}

@media screen and (max-width: 768px) {
    .catalog-section__item {
        flex-basis: 45%;
        /* aspect-ratio: 172/240 */
    }

    .btn-quad-lg svg {
        width: auto
    }
}

@media screen and (max-width: 576px) {
    .catalog-section__list {
        grid-template-columns: repeat(1, 1fr);
    }

    .catalog-section__item_title h3 {
        font-size: 1rem
    }

    .catalog-section__item_nav {
        margin-top: 1rem;
        margin-bottom: 56px;
        max-height: 200px;
        height: calc(100% - 56px)
    }
}


.catalog-sections {
    position: relative
}

.catalog-sections::after {
    content: "";
    display: block;
    position: absolute;
    right: 0%;
    bottom: 0;
    z-index: 1;
    width: 130px;
    height: 190px;
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none
}

.catalog-sections .heading {
    margin-bottom: clamp(24px, 1.7834394904vw + 17.7579617834px, 52px)
}

.catalog-sections__list {
    display: flex;
    /* grid-template-columns: repeat(auto-fill, minmax(243px, 1fr));
    align-items: center;
    grid-gap: 1.875rem;
    gap: 1.875rem;
    flex-wrap: wrap;
    position: relative */
}

.catalog-sections__slider {
    overflow: visible;
    width: 100%;
}

.catalog-sections__card.swiper-slide {
    display: flex;
    align-items: center;
    width: -moz-min-content;
    width: min-content;
    gap: 30px;
    padding: clamp(12px, 0.5095541401vw + 10.2165605096px, 20px) clamp(12px, 1.2738853503vw + 7.5414012739px, 32px);
    border-radius: 24px;
    border-radius: var(--radius-item);
    border: 1px solid #8C8D90;
    border: 1px solid var(--clr-grey);
    color: #232C42;
    color: var(--clr-base);
    transition: all .5s
}

.catalog-sections__card .title {
    font-weight: 500;
    line-height: 1.2
}

.catalog-sections__card .btn {
    transition: all .5s
}

.catalog-sections__card:hover {
    border-color: #f9d840;
    border-color: var(--clr-accent);
    color: #232C42;
    color: var(--clr-base);
    transform: translateY(-5px)
}

.catalog-sections__card:hover .btn {
    background: #FFE159;
    background: var(--clr-accent-hover);
    color: #232C42;
    color: var(--clr-base)
}

@media screen and (min-width: 991px) {
    .catalog-sections__item:hover .catalog-sections__item_nav {
        opacity: 1
    }

    .catalog-sections__item:hover .catalog-sections__item_image {
        opacity: 0
    }
}

@media screen and (max-width: 1440px) {
    .catalog-sections__item_title {
        flex-basis: 45%;
        width: 45%
    }

    .catalog-sections__item_title h3 {
        font-size: clamp(20px, 0.6369426752vw + 17.7707006369px, 30px)
    }

    .catalog-sections__item_nav {
        flex-basis: 55%
    }

    .catalog-sections__item_image {
        right: -40px
    }
}

@media screen and (max-width: 1200px) {
    .catalog-sections__list {
        gap: 1rem
    }

    .catalog-sections__item_title h3 {
        font-size: clamp(18px, 0.6369426752vw + 15.7707006369px, 28px)
    }

    .catalog-sections__item_image {
        right: -100px
    }
}

@media screen and (max-width: 1100px) {
    .catalog-sections__item {
        aspect-ratio: initial
    }

    .catalog-sections__item_title {
        flex-basis: 100%
    }

    .catalog-sections__item_nav {
        flex-basis: 100%;
        margin-top: 1rem;
        margin-bottom: 56px;
        max-height: 200px;
        height: calc(100% - 56px)
    }

    .catalog-sections__item_image {
        right: -35%
    }
}

@media screen and (max-width: 991px) {
    .catalog-sections__item {
        flex-basis: 30%;
        /* aspect-ratio: 172/240; */
        justify-content: space-between;
    }

    .catalog-section__item {
        min-height: 200px;
    }

    .catalog-sections__item:hover .catalog-sections__item_title {
        color: #f9d840;
        color: var(--clr-accent)
    }

    .catalog-sections__item:hover .catalog-sections__item_btn .btn {
        background: #f9d840;
        background: var(--clr-accent)
    }

    .catalog-sections__item:hover .catalog-sections__item_image {
        transform: scale(1.02)
    }

    .catalog-sections__item_title {
        transition: all .5s;
        flex-basis: 48%
    }

    .catalog-sections__item_nav {
        display: none
    }

    .catalog-sections__item_image {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transform: translate(0);
        transform-origin: center;
        will-change: transform;
        transition: all .5s
    }

    .catalog-sections__item_image .img-desktop {
        display: none
    }

    .catalog-sections__item_image .img-mobile {
        display: inline-block
    }
}

@media screen and (max-width: 768px) {
    .catalog-sections::after {
        width: 110px
    }

    .catalog-sections__item {
        flex-basis: 45%;
        /* aspect-ratio: 172/240 */
    }

    .catalog-section__item {
        min-height: 176px;
    }
}

@media screen and (max-width: 576px) {
    .catalog-sections::after {
        width: 100px
    }

    .catalog-sections__list {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px
    }
}
/* End */


/* Start:/local/templates/s1/components/bitrix/news.list/brands_index/style.css?17854147935564*/
.brands {
  overflow: hidden;
}

.brands .swiper {
  overflow: visible;
}

.brands .heading {
  margin-bottom: clamp(32px, 1.5286624204vw + 26.6496815287px, 56px);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

.brands.section-white .brands__item {
  background: #ecedee;
  background: var(--clr-white-200);
}

.brands.section-white .brands__item:hover {
  background: #f5f6f7;
  background: var(--clr-white-100);
}

.brands__list {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.brands__list .swiper-slide {
  height: auto;
}

.brands__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center; */
  position: relative;
  border-radius: 24px;
  border-radius: var(--radius-item);
  border: 1px solid #8C8D90;
  border: 1px solid var(--clr-white-300);
  /* aspect-ratio: 341/145; */
  padding: clamp(12px, 1.5286624204vw + 6.6496815287px, 36px) clamp(24px, 1.5286624204vw + 18.6496815287px, 48px);
  transition: 0.8s;
  width: 100%;
  height: 100%;
  gap: 1rem;
}

.brands__item.our {
  border: none;
  aspect-ratio: 1;
}

.brands__item:hover {
  background-color: #ffffff;
  background-color: var(--clr-white);
  border-color: var(--clr-grey);
}

/* .brands__item:hover .brands__item_img-color {
  opacity: 1;
} */
.brands__item_img {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 24/7;
  height: 70px;
  width: 100%;
  flex-shrink: 0;
}

.brands__item img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  transition: all 0.5s;
  pointer-events: none;
  filter: grayscale(1);
  opacity: 0.5;
  display: block;
  flex-grow: 1;
}

.brands__item:hover img {
  filter: grayscale(0);
  opacity: 1;

}

.brands__item img.brands__item_img-color {
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.5s;
}

@-webkit-keyframes fade {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.brands__item_name {
  /* position: absolute; */
  /* display: none; */
  width: 100%;
  bottom: 0;
  left: 0;
  /* padding: clamp(24px, 1.5286624204vw + 18.6496815287px, 48px); */
  font-size: .875rem;
  line-height: 1;
  font-weight: 400 !important;
  color: var(--clr-white-500);
  transition: all 0.3s;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  /* flex-grow: 1; */
}

.brands__item:hover {
  /* color: #f9d840; */
  /* color: var(--clr-accent); */
}

.brands__item:hover .brands__item_name {
  /* color: #f9d840; */
  color: var(--clr-base);
}

.brands__cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-gap: clamp(12px, 1.2738853503vw + 7.5414012739px, 32px);
  gap: clamp(12px, 1.2738853503vw + 7.5414012739px, 32px);
}

.brands__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
  border-radius: 24px;
  border-radius: var(--radius-item);
  border: 1px solid #8C8D90;
  border: 1px solid var(--clr-grey);
  padding: clamp(16px, 1.2738853503vw + 11.5414012739px, 36px);
  transition: 0.7s;
  flex: 1 0;
}

.brands__card_logo {
  position: relative;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.7s;
}

.brands__card_logo.brands__item_img-color {
  position: absolute;
  z-index: 1;
  transition: 0.7s;
}

.brands__card_img {
  position: relative;
  margin-top: auto;
  margin-bottom: 2.875rem;
  aspect-ratio: 198/300;
  height: clamp(200px, 6.3694267516vw + 177.7070063694px, 300px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.brands__card_img img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.7;
  transition: 0.7s;
}

.brands__card_btn {
  display: flex;
  width: 100%;
}

.brands__card:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.0705882353);
  border-color: #ffffff;
  border-color: var(--clr-white);
}

.brands__card:hover .brands__card_logo {
  opacity: 0;
}

.brands__card:hover .brands__card_img img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}

.brands__card:hover .btn {
  background: #f9d840;
  background: var(--clr-accent);
  color: #232C42;
  color: var(--clr-base);
}

.brands__card img {
  width: auto;
  max-width: 100%;
  transition: opacity 0.5s;
}

.brands__card_name {
  position: absolute;
  display: none;
  width: 100%;
  bottom: 0;
  left: 0;
  /* padding: clamp(24px, 1.5286624204vw + 18.6496815287px, 48px); */
  font-size: 1rem;
  line-height: 1;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.3);
  color: var(--clr-white-30);
  transition: all 0.3s;
  text-align: center;
  margin-top: auto;
}

.brands__card:hover {
  color: #f9d840;
  color: var(--clr-accent);
}

.brands__card:hover .brands__item_name {
  color: #f9d840;
  color: var(--clr-accent);
}

@media screen and (max-width:1440px) {
  .brands__item {
    padding: clamp(0.75rem, 0.5rem + 1.25vw, 2rem) clamp(24px, 1.5286624204vw + 18.6496815287px, 48px);
    gap: 0.875rem;
  }

  .brands__item_img {
    height: 60px;
  }
}

@media screen and (max-width: 576px) {
  .brands__cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .brands__item {
    /* aspect-ratio: 172/240; */
  }

  .brands__item_name {
    display: flex;
    justify-content: center;
  }
}
/* End */


/* Start:/local/templates/s1/components/bitrix/catalog.top/top_index/slider/style.css?17854147935510*/
.catalog {
  overflow: hidden;
}
.catalog .heading {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.catalog .heading .hand_icon {
  display: none;
}
.catalog__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(342px, 1fr));
  grid-gap: 24px;
  gap: 24px;
  
}
.catalog__list.swiper {
  overflow: visible;
  padding: 5px 0;
}
.catalog__list .swiper-slide {
  height: auto !important;
}
.catalog__item {
  border-radius: clamp(8px, 0.7643312102vw + 5.3248407643px, 20px);
  border: 1px solid #d7d8d9;
  border: 1px solid var(--clr-white-300);
  padding: 8px;
  background: #ffffff;
  background: var(--clr-white);
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: .7s;
}
.catalog__item:hover {
  /* transform: scale(1.01); */
  box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.2);
}
.catalog__item:hover .catalog__item_image img {
  /* -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05); */
}
.catalog__item:hover .catalog__item_title {
  opacity: 0.7;
}
.catalog__item_content {
  padding: 0 8px 8px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  /* margin-top: auto; */
}
.catalog__item_image {
  width: 100%;
  padding: clamp(14px, 0.6369426752vw + 11.7707006369px, 24px) clamp(14px, 1.4012738854vw + 9.0955414013px, 36px);
  border-radius: clamp(8px, 0.7643312102vw + 5.3248407643px, 20px);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  overflow: hidden;
  position: relative;
}
.catalog__item_image img {
      height: 100%;
    width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  will-change: transform;
}
/* .catalog__item_image:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
} */
.catalog__item .favourite_btn {
  position: absolute;
  z-index: 2;
  top: 1rem;
  right: 1rem;
  width: 48px;
  height: 48px;
}
.catalog__list.grid .catalog__item_tags {
    display: flex;
    gap: clamp(4px, 0.2547770701vw + 3.1082802548px, 8px);
    flex-wrap: wrap;
    /* margin-bottom: 13px; */
    position: absolute;
    bottom: 10px;
    left: 10px;
}
.catalog__item_title {
  max-width: 350px;
  color: #232C42;
  color: var(--clr-base);
  transition: 0.5s;
  margin-bottom: 12px;
  line-height: 1.3;
  display: inline-block;
}

.catalog__item_char {
  margin-bottom: clamp(16px, 0.5095541401vw + 14.2165605096px, 24px);
  margin-top: auto;
}
.catalog__item_bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.catalog__item_bottom > .btn:not(.btn-quad) {
  padding: 16px 18px;
  flex-grow: 1;
}
.catalog__item_bottom .btn-grey {
  background: #ecedee;
  background: var(--clr-white-200);
  color: #232C42;
  color: var(--clr-base);
}
.catalog__item_bottom .btn-grey:hover {
  background: #FFE159;
  background: var(--clr-accent-hover);
  color: #232C42;
  color: var(--clr-base);
}
.catalog__item_bottom .btn-quad {
  height: 48px;
  width: 48px;
  flex-shrink: 0;
}
.catalog__bottom {
  margin-top: 1.5rem;
}

.article {
  font-size: clamp(14px, 0.127388535vw + 13.5541401274px, 16px);
  line-height: 1.4;
  color: #7a7c81;
  margin-bottom: 12px;
}

.char__list {
  display: flex;
  flex-direction: column;
  gap: clamp(6px, 0.3821656051vw + 4.6624203822px, 12px);
}
.char__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: clamp(4px, 0.2547770701vw + 3.1082802548px, 8px) 0;
  font-size: clamp(14px, 0.127388535vw + 13.5541401274px, 16px);
  line-height: 1.4;
  border-bottom: 1px solid #f5f6f7;
  border-bottom: 1px solid var(--clr-white-100);
}
.char__item_name {
  color: #7a7c81;
}
.char__item_value {
  color: #232C42;
  color: var(--clr-base);
  font-weight: 600;
}

@media screen and (max-width: 1550px) {
  .catalog__list {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
  .catalog__item .btn {
    padding: 14px 18px;
  }
}
@media screen and (max-width: 1440px) {
  .catalog__list {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
  }
  .catalog__item .btn {
    border-radius: 8px;
    font-size: 14px;
  }
  .catalog__item .btn-quad {
    width: 44px;
    height: 44px;
  }
  .catalog__item_bottom .btn {
    border-radius: 8px;
    font-size: 14px;
  }
  .catalog__item_bottom .btn-quad {
    width: 44px;
    height: 44px;
  }
  .catalog__item .favourite_btn {
    width: 44px;
    height: 44px;
  }
}
@media screen and (max-width: 991px) {
  .catalog__list {
    gap: 20px;
  }
  .catalog__item .btn {
    border-radius: 8px;
    padding: 14px 14px;
    font-size: 14px;
  }
  .catalog__item .btn-quad {
    width: 42px;
    height: 42px;
  }
  .catalog__item .favourite_btn {
    width: 42px;
    height: 42px;
  }
}
@media screen and (max-width: 768px) {
  .catalog .heading .hand_icon {
    display: block;
  }
  .catalog__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media screen and (max-width: 576px) {
  .catalog {
    overflow: hidden;
  }
  .catalog__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .catalog__list.swiper {
    overflow: visible;
  }
  .catalog__item_content {
    padding: 0;
  }
}
@media screen and (max-width: 450px) {
  .catalog__item_bottom {
    /* flex-direction: column; */
  }
}
/* End */


/* Start:/local/templates/s1/components/bitrix/catalog.top/top_index/slider/themes/blue/style.css?17854147935449*/
/* catalog.top */
.bx_catalog_tile_home_type_2.bx_blue .bx_catalog_tile_slider_arrow_left,
.bx_catalog_tile_home_type_2.bx_blue .bx_catalog_tile_slider_arrow_right 			{background-image: url(/local/templates/s1/components/bitrix/catalog.top/top_index/slider/themes/blue/images/slider_arrow.png)}
.bx_catalog_tile_home_type_2.bx_blue .bx_catalog_tile_slider_pagination li			{background: url(/local/templates/s1/components/bitrix/catalog.top/top_index/slider/themes/blue/images/pagination_dot.png) no-repeat right center}
.bx_catalog_tile_home_type_2.bx_blue .bx_catalog_tile_slider_pagination li:hover,
.bx_catalog_tile_home_type_2.bx_blue .bx_catalog_tile_slider_pagination li.active	{background: url(/local/templates/s1/components/bitrix/catalog.top/top_index/slider/themes/blue/images/pagination_dot.png) no-repeat 0px center}

.bx_catalog_tile_home_type_2.bx_blue .bx_bt_button  				{
	background:#00a2df;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTJkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#00a2df),color-stop(100%,#006fcb));
	background:-webkit-linear-gradient(top,#00a2df 0%,#006fcb 100%);
	background:   -moz-linear-gradient(top,#00a2df 0%,#006fcb 100%);
	background:    -ms-linear-gradient(top,#00a2df 0%,#006fcb 100%);
	background:     -o-linear-gradient(top,#00a2df 0%,#006fcb 100%);
	background:        linear-gradient(to bottom,#00a2df 0%,#006fcb 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a2df',endColorstr='#006fcb',GradientType=0);

	color:#fff;
	text-shadow: 0 1px 0 #165c99;
	display:inline-block;
	border-radius:3px;
	text-align:center;
	text-decoration:none;
	font-size:14px;
	cursor:pointer;
}
.bx_catalog_tile_home_type_2.bx_blue .bx_bt_button:hover  		{
	background:#26b0e4;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI2YjBlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNjg0ZDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#26b0e4),color-stop(100%,#2684d3));
	background:-webkit-linear-gradient(top,#26b0e4 0%,#2684d3 100%);
	background:   -moz-linear-gradient(top,#26b0e4 0%,#2684d3 100%);
	background:    -ms-linear-gradient(top,#26b0e4 0%,#2684d3 100%);
	background:     -o-linear-gradient(top,#26b0e4 0%,#2684d3 100%);
	background:        linear-gradient(to bottom,#26b0e4 0%,#2684d3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#26b0e4',endColorstr='#2684d3',GradientType=0 );
}
.bx_catalog_tile_home_type_2.bx_blue .bx_bt_button:active  		{
	background:#0052bf;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNTJiZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDg1ZDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#0052bf),color-stop(100%,#0085d3));
	background:-webkit-linear-gradient(top,#0052bf 0%,#0085d3 100%);
	background:   -moz-linear-gradient(top,#0052bf 0%,#0085d3 100%);
	background:    -ms-linear-gradient(top,#0052bf 0%,#0085d3 100%);
	background:     -o-linear-gradient(top,#0052bf 0%,#0085d3 100%);
	background:linear-gradient(to bottom,#0052bf 0%,#0085d3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0052bf',endColorstr='#0085d3',GradientType=0 );
}

/* scu_detail_size */
.bx-retina .bx_catalog_tile_home_type_2.bx_blue .bx_item_detail_size ul li.bx_active .cnt{
	-webkit-border-image: url(/local/templates/s1/components/bitrix/catalog.top/top_index/slider/themes/blue/images/x2border_active.png) 2 stretch;
	-moz-border-image: url(/local/templates/s1/components/bitrix/catalog.top/top_index/slider/themes/blue/images/x2border_active.png) 2 stretch;
	-o-border-image: url(/local/templates/s1/components/bitrix/catalog.top/top_index/slider/themes/blue/images/x2border_active.png) 2 stretch;
	border-image: url(/local/templates/s1/components/bitrix/catalog.top/top_index/slider/themes/blue/images/x2border_active.png) 2 fill stretch;
}
/* scu_detail_scu */
.bx-retina .bx_catalog_tile_home_type_2.bx_blue .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{
	-webkit-border-image: url(/local/templates/s1/components/bitrix/catalog.top/top_index/slider/themes/blue/images/x2border_active.png) 2 stretch;
	-moz-border-image: url(/local/templates/s1/components/bitrix/catalog.top/top_index/slider/themes/blue/images/x2border_active.png) 2 stretch;
	-o-border-image: url(/local/templates/s1/components/bitrix/catalog.top/top_index/slider/themes/blue/images/x2border_active.png) 2 stretch;
	border-image: url(/local/templates/s1/components/bitrix/catalog.top/top_index/slider/themes/blue/images/x2border_active.png) 2 fill stretch;
}
/* End */


/* Start:/local/templates/s1/components/bitrix/news.list/about_index/style.css?17854147935246*/
.about.section-dark {
  color: #ffffff;
  color: var(--clr-white);
}
.about.section-dark .heading {
  border-color: #B2C2CC;
}
.about.section-dark .about__content_nums .text {
  color: #B2C2CC;
}
.about.section-dark .about__advs_itm_title {
  font-size: #232C42;
  font-size: var(--clr-base);
}
.about .heading {
  display: grid;
  /* align-items: flex-end; */
  grid-template-columns: repeat(3, 1fr);
  padding-bottom: clamp(24px, 2.0382165605vw + 16.8662420382px, 56px);
  border-bottom: 1px solid #f5f6f7;
  border-bottom: 1px solid var(--clr-white-100);
  grid-gap: 24px;
  gap: 24px;
}
.about .heading h2 {
  max-width: 950px;
  grid-column: span 2;
  margin-bottom: 0;
}
.about__content_nums {
  margin-top: clamp(24px, 2.0382165605vw + 16.8662420382px, 56px);
  margin-bottom: clamp(24px, 2.0382165605vw + 16.8662420382px, 56px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
  gap: 24px;
}
.about__content_nums .num {
  font-size: clamp(32px, 1.0191082803vw + 28.4331210191px, 48px);
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 1rem;
}
.about__content_nums .text {
  font-size: clamp(16px, 0.2547770701vw + 15.1082802548px, 20px);
  color: #8C8D90;
  line-height: 1.8;
}
.about__advs_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
  gap: 24px;
}
.about__advs_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ffffff;
  background: var(--clr-white);
  border-radius: 24px;
  border-radius: var(--radius-item);
  padding: clamp(6px, 0.127388535vw + 5.5541401274px, 8px);
  padding-bottom: clamp(18px, 2.1656050955vw + 10.4203821656px, 52px);
  /* cursor: pointer; */
}
.about__advs_item_img {
  width: 100%;
  height: 346px;
  border-radius: 24px;
  border-radius: var(--radius-item);
  overflow: hidden;
  margin-bottom: 24px;
}
.about__advs_item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.about__advs_item_title {
  text-align: center;
  margin-bottom: 18px;
  line-height: 1.2;
}
.about__advs_item_title h4 {
  line-height: 1.2;
}
.about__advs_item_text {
  text-align: center;
  font-size: clamp(16px, 0.2547770701vw + 15.1082802548px, 20px);
  color: #464F64;
  line-height: 1.4;
  width: 95%;
  margin-top: auto;
}
/* .about__advs_item:hover .about__advs_item_img img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
} */

@media screen and (max-width: 1800px) {
  .about__advs_item_title h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1550px) {
  .about__advs_item_title h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1440px) {
  .about .heading {
    gap: 20px;
  }
  .about__content_nums {
    gap: 20px;
  }
  .about__advs__list {
    gap: 20px;
  }
  .about__advs_item_title h3 {
    font-size: 26px;
  }
  .about__advs_item_text {
    font-size: 16px;
  }
}
@media screen and (max-width: 1350px) {
  .about .heading {
    gap: 16px;
  }
  .about__content_nums {
    gap: 16px;
  }
  .about__advs__list {
    gap: 16px;
  }
  .about__advs_item_title {
    margin-bottom: 16px;
  }
  .about__advs_item_title h3 {
    font-size: 24px;
  }
  .about__advs_item_img {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1200px) {
  .about .heading {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }
  .about .heading h2 {
    grid-column: span 1;
  }
  .about__content_nums {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }
  .about__content_num:first-child {
    display: none;
  }
  .about__advs_list {
    gap: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .about__advs_item {
    width: calc((100% - 16px) / 2);
  }
  .about__advs_item_title {
    margin-bottom: 16px;
  }
  .about__advs_item_title h3 {
    font-size: 24px;
  }
  .about__advs_item_img {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 991px) {
  .about .heading {
    gap: 16px;
    grid-template-columns: repeat(1, 1fr);
  }
  .about__content_nums {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }
  .about__content_num:first-child {
    display: none;
  }
  .about__advs_list {
    gap: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .about__advs_item {
    width: calc((100% - 16px) / 2);
  }
  .about__advs_item_title {
    margin-bottom: 16px;
  }
  .about__advs_item_title h3 {
    font-size: 24px;
  }
  .about__advs_item_img {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .about .heading {
    gap: 16px;
    grid-template-columns: repeat(1, 1fr);
  }
  .about__content_nums {
    gap: 16px;
    grid-template-columns: repeat(1, 1fr);
  }
  .about__advs_list {
    gap: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .about__advs_item {
    width: 100%;
  }
  .about__advs_item_title {
    margin-bottom: 16px;
  }
  .about__advs_item_title h3 {
    font-size: 24px;
  }
  .about__advs_item_img {
    margin-bottom: 24px;
  }
}

/* End */


/* Start:/local/templates/s1/components/bitrix/news.list/partners/style.css?17854147931354*/
.partners.section-dark {
  background-image: url(/local/templates/s1/components/bitrix/news.list/partners/../../../../assets/img/dark-pattern.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.partners.section-dark .swiper-pagination-fraction, .partners.section-dark .swiper-pagination-fraction .swiper-pagination-current {
  color: #ffffff;
  color: var(--clr-white);
}
.partners .heading {
  margin-bottom: 1.5rem;
}
.partners .heading h2 {
  max-width: 1200px;
}
.partners__slider {
  padding: 10px 0;
}
.partners__slider_control {
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.partners__slider_control-btn {
  box-shadow: 0px 0px 17.4px 0px rgba(0, 0, 0, 0.1098039216);
}
.partners__slider_control .swiper-pagination-fraction .swiper-pagination-total {
  font-size: clamp(18px, 0.127388535vw + 17.5541401274px, 20px);
}
.partners__slider_navigation {
  display: flex;
  gap: 8px;
}
.partners__slider .swiper-slide {
  height: auto;
  padding: 2px 0;
}
.partners__slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid var(--clr-white-100);
  border-radius: 12px;
  padding: 16px;
}

.partners__slide_title {
  margin-bottom: 8px;
  font-size: clamp(1.5rem, 1.529vw + 1.166rem, 3rem);
}

.partners__slide_text {
  text-align: center;
  font-size: 14px;
}

/* End */


/* Start:/local/templates/s1/includeStyles/partnersForm.css?17854147933665*/
.request {
  padding-top: clamp(1.25rem, 0.7484rem + 2.293vw, 3.5rem);
  padding-bottom: clamp(4.375rem, 3.822vw + 3.539rem, 8.125rem);
  overflow: hidden;
}
.request__cols {
  display: flex;
  gap: 4px;
}
.request__cols .subtitle {
  line-height: 1.2;
  font-weight: 600;
  color: var(--clr-grey);
}
.request__heading {
  flex: 1 0 33%;
  padding-top: 30px;
  padding-bottom: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}
.request__map {
  margin-top: auto;
  /* padding: 36px;
  border-radius: var(--radius-item);
  background: var(--clr-white); */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  /* box-shadow: 0px 0px 36px 0px rgba(0, 0, 0, 0.0705882353); */
}
.request__map_title {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 500;
}
.request__map_image {
  width: 100%;
  /* border-radius: var(--radius-item);
  aspect-ratio: 480/253; */
}
.request__map_image img {
  width: 100%;
  height: 100%;
     object-fit: contain;
}
.request__content {
  flex: 1 0 66%;
  display: flex;
  position: relative;
}
.request__content_image {
  bottom: -45px;
  aspect-ratio: 1400/875;
  /* height: 88%; */
  width: -webkit-max-content;
  width: max-content;
  position: absolute;
  /* width: 100%; */
  z-index: 0;
  left: -75px;
}
.request__content_image::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  height: 100%;
  width: 30%;
  background: linear-gradient(270deg, #FFFFFF 52.59%, rgba(245, 246, 247, 0) 350.59%);
}
.request__content_image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left bottom;
     object-position: left bottom;
}
.request__content_form {
  width: 100%;
  max-width: 584px;
  margin-left: auto;
  height: auto;
  background: var(--clr-white);
  border-radius: var(--radius-item);
  padding: 48px;
  position: relative;
  box-shadow: 0px 0px 36px 0px #00000012;

}
.request__form_title {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 2rem;
  font-family: var(--font-accent);
  margin-bottom: 32px;
}
.request__form_fields {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

@media screen and (max-width: 1840px) {
  .request__content_image {
    left: -55px;
  }
}
@media screen and (max-width: 1650px) {
  .request__content_form {
    max-width: 524px;
    padding: 42px;
  }
}
@media screen and (max-width: 1440px) {
  .request__heading {
    flex-basis: 28%;
    gap: 24px;
  }
  .request__map {
    /* padding: 30px; */
    gap: 20px;
  }
  .request__content_image {
    left: -30px;
    width: 120%;
  }
  .request__form_title {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1200px) {
  .request__cols {
    gap: 24px;
  }
  .request__heading {
    flex-basis: 44%;
    padding-top: 0;
  }
  .request__content {
    flex-basis: 55%;
  }
  .request__content_image {
    display: none;
  }
  .request__content_form {
    padding: 32px 24px;
  }
}
@media screen and (max-width: 768px) {
  .request__cols {
    flex-direction: column;
  }
  .request__map {
    width: 100%;
  }
  .request__map_image {
    width: 100%;
  }
  .request__heading {
    padding-bottom: 0;
  }
  .request__content {
    flex-direction: column;
  }
  .request__content_image {
    display: block;
    position: relative;
    left: 0;
    width: 200%;
    bottom: 0;
  }
  .request__content_form {
    max-width: none;
    padding: 32px 16px;
  }
}
@media screen and (max-width: 576px) {
  .request__map {
    /* padding: 24px 8px 8px; */
  }
  .request__map .btn {
    width: 100%;
  }
  .request__content_form {
    padding: 24px 12px;
  }
}
/* End */


/* Start:/local/templates/s1/components/bitrix/form/partners/bitrix/form.result.new/.default/style.css?1785414793265*/
.form__success {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 24px 0;
}

.form__success_icon {
	margin-bottom: 1.5rem;
}
.form__success_content {
	min-width: 350px;
}
.form__success_title {
	margin-bottom: 2.75rem;
}
/* End */


/* Start:/local/templates/s1/components/bitrix/news.list/news_index/style.css?17854147934933*/
.news.section.section-white {
    margin-top: calc(clamp(1.25rem, 3.822vw + .414rem, 5rem)*-1)
}

.news.section.section-white .news__item {
    background: #f4f5f6
}

.news.section.section-white .news__item_date {
    color: #7a7c81
}

.news.section.section-white .news__item_title {
    color: #232C42;
    color: var(--clr-base)
}

.news.section.section-white .news__item_title:hover {
    color: #f9d840;
    color: var(--clr-accent)
}

.news.section-dark .news__item {
    background: #ffffff;
    background: var(--clr-white);
    border: 1px solid #B2C2CC;
    border: 1px solid var(--clr-blue-grey)
}

.news.section-dark .news__item_date {
    color: #000
}

.news.section-dark .news__item_title {
    color: #000
}

.news .heading {
    width: 100%;
    margin-bottom: 2rem;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem 2rem
}

.news .heading h2 {
    max-width: 680px
}

.news__dates {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(12px, 0.7643312102vw + 9.3248407643px, 24px)
}

.news__dates_link {
    font-size: clamp(16px, 0.2547770701vw + 15.1082802548px, 20px);
    line-height: 1.6;
    font-weight: 500;
    color: #8C8D90;
    color: var(--clr-grey);
    transition: .3s
}

.news__dates_link:hover,
.news__dates_link.active {
    color: #f9d840;
    color: var(--clr-accent)
}

.news.more .news__list {
    grid-template-columns: repeat(2, 1fr)
}

.news.more .news__item_image {
    height: 348px
}

.news__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1.5rem;
    gap: 1.5rem
}

.news__item {
    border-radius: 24px;
    border-radius: var(--radius-item);
    background: #f5f6f7;
    background: var(--clr-white-100);
    padding: 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.news__item_date {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 24px;
    color: #8C8D90;
    color: var(--clr-grey)
}

.news__item_title {
    max-width: 750px;
    margin-bottom: 24px;
    color: #232C42;
    color: var(--clr-base);
    transition: all .5s;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4; /* Ограничивает до 3 строк */
  overflow: hidden; 
}

.news__item:hover .news__item_title {
    opacity: 0.6;
}

.news__item_image {
    width: 100%;
    height: 244px;
    border-radius: 16px;
    margin-bottom: 24px;
    overflow: hidden
}

.news__item_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .7s
}
.news__item .btn {
    margin-top: auto;
}
.news__item:hover .news__item_image img {
    transform: scale(1.02)
}
.news__item:hover .btn-primary {
    background-color: var(--clr-blue);
    color: var(--clr-white);
}
.news__more_link {
    display: flex;
    margin-left: auto;
    justify-content: flex-end;
    margin-top: 24px
}

@media screen and (max-width: 1200px) {
    .news .heading {
        margin-bottom: 28px
    }

    .news.more .news__item_image {
        height: 280px
    }

    .news__list {
        grid-template-columns: repeat(2, 1fr)
    }

    .news__item {
        padding: 30px
    }
}

@media screen and (max-width: 991px) {
    .news .heading {
        margin-bottom: 24px
    }

    .news__item {
        padding: 24px;
        border-radius: 20px
    }

    .news__item_date {
        margin-bottom: 20px
    }

    .news__item_title {
        margin-bottom: 20px
    }

    .news__item_image {
        border-radius: 12px;
        margin-bottom: 20px
    }
}

@media screen and (max-width: 768px) {
    .news.more .news__list {
        grid-template-columns: repeat(1, 1fr)
    }

    .news.more .news__item_image {
        height: 250px
    }

    .news__list {
        grid-template-columns: repeat(1, 1fr)
    }

    .news__item {
        padding: 24px 16px;
        border-radius: 20px
    }

    .news__item_date {
        margin-bottom: 20px
    }

    .news__item_title {
        margin-bottom: 18px
    }

    .news__item_image {
        border-radius: 12px;
        margin-bottom: 20px
    }
}

@media screen and (max-width: 576px) {
    .news__item {
        padding: 20px 12px;
        border-radius: 16px
    }

    .news__item_date {
        font-size: 16px;
        margin-bottom: 16px
    }

    .news__item_title {
        margin-bottom: 16px
    }

    .news__item_image {
        border-radius: 8px;
        margin-bottom: 16px
    }

    .news__item .btn {
        width: 100%
    }
}

@media screen and (max-width: 400px) {
    .news__item {
        padding: 24px 12px;
        border-radius: 16px
    }

    .news__item_date {
        font-size: 16px;
        margin-bottom: 16px
    }

    .news__item_title {
        margin-bottom: 16px
    }

    .news__item_image {
        height: 250px
    }

    .news__item .btn {
        width: 100%
    }
}
/* End */
/* /local/templates/s1/components/bitrix/news.list/hero_index/style.css?17854147936560 */
/* /local/templates/s1/components/bitrix/catalog.section.list/.default/style.css?17854147939350 */
/* /local/templates/s1/components/bitrix/news.list/brands_index/style.css?17854147935564 */
/* /local/templates/s1/components/bitrix/catalog.top/top_index/slider/style.css?17854147935510 */
/* /local/templates/s1/components/bitrix/catalog.top/top_index/slider/themes/blue/style.css?17854147935449 */
/* /local/templates/s1/components/bitrix/news.list/about_index/style.css?17854147935246 */
/* /local/templates/s1/components/bitrix/news.list/partners/style.css?17854147931354 */
/* /local/templates/s1/includeStyles/partnersForm.css?17854147933665 */
/* /local/templates/s1/components/bitrix/form/partners/bitrix/form.result.new/.default/style.css?1785414793265 */
/* /local/templates/s1/components/bitrix/news.list/news_index/style.css?17854147934933 */
