

/* Start:/local/templates/main/components/it24/template/page_partners/style.css?17791151752665*/
.partners {
  color: #363d4d;
}

.partners__info {
  padding-top: 80px;
}

.partners__subtitle {
  max-width: 1120px;
  margin: 0;
  font-size: 30px;
  line-height: 39px;
  font-weight: 700;
  color: #363d4d;
}

.partners__subtitle span {
  font-weight: 700;
  color: #177bd3;
}

.partners__text {
  max-width: 850px;
  margin: 30px 0 0;
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
  color: #363d4d;
}

.partners-banner {
  margin-top: 110px;
  min-height: 580px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.partners-cooperation {
  margin: 110px 0 80px;
  color: #363d4d;
}

.partners-cooperation__title {
  max-width: 1120px;
  margin: 0;
  font-size: 30px;
  line-height: 39px;
  font-weight: 700;
  color: #363d4d;
}

.partners-cooperation__title span {
  font-weight: 700;
  color: #177bd3;
}

.partners-cooperation__text {
  max-width: 850px;
  margin: 30px 0 0;
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
  color: #363d4d;
}

@media (max-width: 1300px) {
  .partners__subtitle {
    font-size: 30px;
    line-height: 39px;
  }

  .partners-banner {
    margin-top: 70px;
  }

  .partners-banner {
    min-height: 472px;
  }

  .partners-cooperation {
    margin-top: 70px;
  }
}

@media (max-width: 992px) {
  .partners__info {
    padding-top: 60px;
  }

  .partners__text {
    font-size: 18px;
    line-height: 29px;
  }

  .partners-banner {
    min-height: 362px;
  }

  .partners-cooperation__text {
    font-size: 18px;
    line-height: 29px;
  }
}

@media (max-width: 768px) {
  .partners__info {
    padding-top: 50px;
  }

  .partners__subtitle {
    font-size: 24px;
    line-height: 31px;
  }

  .partners__text {
    font-size: 16px;
    line-height: 24px;
  }

  .partners-banner {
    margin-top: 50px;
  }

  .partners-banner {
    min-height: 278px;
  }

  .partners-cooperation {
    margin-top: 50px;
  }

  .partners-cooperation__title {
    font-size: 24px;
    line-height: 31px;
  }

  .partners-cooperation__text {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 480px) {
  .partners__info {
    padding-top: 40px;
  }

  .partners__subtitle {
    font-size: 18px;
    line-height: 23px;
  }

  .partners__text {
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .partners-banner {
    margin-top: 40px;
  }

  .partners-banner {
    min-height: 184px;
  }

  .partners-cooperation {
    margin: 40px 0 50px;
  }

  .partners-cooperation__title {
    font-size: 18px;
    line-height: 23px;
  }

  .partners-cooperation__text {
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
  }
}

/* End */


/* Start:/local/templates/main/components/bitrix/system.pagenavigation/.default/style.css?1769435768936*/

.pagination {
    width: 100%;
    display: flex;
    justify-content: center;
}

.pagination__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex !important;
    justify-content: center !important;
    align-items: center;
    gap: 14px;
    width: auto;
}

.pagination__item {
    display: inline-flex;
}

.pagination__link,
.pagination__current,
.pagination__next {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    font-size: 15px;
    line-height: 1;
    user-select: none;
    text-decoration: none;
    transition: color 200ms ease;
}

.pagination__link {
    color: #1f2937;
}

.pagination__link:hover {
    color: #9ca3af;
}

.pagination__current {
    color: #1c7ed6;
    font-weight: 600;
}

.pagination__next {
    min-width: auto;
    font-size: 18px;
    color: #1f2937;
}

.pagination__next:hover {
    color: #9ca3af;
}

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/block_partners/style.css?17791162721678*/
.about-pathners__wrapper {
  margin: 80px 0;
  color: #363d4d;
}

.about-pathners__wrapper-block {
  row-gap: 40px;
}

.about-pathners__wrapper-item_img {
  display: flex;
  align-items: center;
  height: 62px;
}

.about-pathners__wrapper-item_img img {
  display: block;
  max-width: 200px;
  max-height: 50px;
  object-fit: contain;
}

.about-pathners__wrapper-item_title {
  max-width: 280px;
  margin-top: 30px;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  color: #363d4d;
}

.about-pathners__wrapper-item_title a {
  color: #363d4d;
  text-decoration: none;
}

.about-pathners__wrapper-item_text {
  max-width: 280px;
  margin-top: 4px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: #363d4d;
}

.about-pathners__wrapper-item_text p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: #363d4d;
}

.about-pathners__wrapper-item_text a {
  color: #363d4d;
  text-decoration: none;
}

.about-pathners__wrapper-item_text span {
  color: #177bd3;
}

@media (max-width: 768px) {
  .about-pathners__wrapper {
    margin: 60px 0;
  }

  .about-pathners__wrapper-block {
    row-gap: 30px;
  }

  .about-pathners__wrapper-item_title {
    margin-top: 15px;
  }
}

@media (max-width: 480px) {
  .about-pathners__wrapper {
    margin: 40px 0;
  }

  .about-pathners__wrapper-block {
    row-gap: 25px;
  }

  .about-pathners__wrapper-item_img {
    height: 50px;
  }

  .about-pathners__wrapper-item_img img {
    max-width: 180px;
    max-height: 45px;
  }

  .about-pathners__wrapper-item_title {
    max-width: none;
    margin-top: 10px;
  }

  .about-pathners__wrapper-item_text {
    max-width: none;
  }
}

/* End */


/* Start:/local/templates/main/components/it24/template/block_advantages/style.css?17791150021416*/
.advantages-block {
    margin: 80px 0;
    color: #363d4d;
}

.advantages-block__title {
    margin: 0 0 40px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 800;
    color: #363d4d;
}

.advantages-block__item {
    height: 100%;
}

.advantages-block__visual {
    display: flex;
    align-items: center;
    height: 66px;
    margin-bottom: 22px;
}

.advantages-block__icon {
    display: block;
    max-width: 66px;
    max-height: 66px;
}

.advantages-block__number {
    font-size: 40px;
    line-height: 40px;
    font-weight: 800;
    color: #363d4d;
}

.advantages-block__text {
    max-width: 310px;
    margin: 0;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #363d4d;
}

@media (max-width: 991.98px) {
   
    .advantages-block__text {
        font-size: 18px;
        line-height: 23px;
    }
}

@media (max-width: 575.98px) {

    .advantages-block {
      margin: 50px 0;
    }

    .advantages-block__title {
        margin-bottom: 30px;
        font-size: 20px;
        line-height: 26px;
    }

    .advantages-block__visual {
        height: 48px;
        margin-bottom: 15px;
    }

    .advantages-block__icon {
        max-width: 48px;
        max-height: 48px;
    }

    .advantages-block__number {
        font-size: 24px;
        line-height: 24px;
    }

    .advantages-block__text {
        font-size: 12px;
        line-height: 16px;
    }
}

/* End */
/* /local/templates/main/components/it24/template/page_partners/style.css?17791151752665 */
/* /local/templates/main/components/bitrix/system.pagenavigation/.default/style.css?1769435768936 */
/* /local/templates/main/components/bitrix/news.list/block_partners/style.css?17791162721678 */
/* /local/templates/main/components/it24/template/block_advantages/style.css?17791150021416 */
