

/* Start:/local/templates/rso/components/bitrix/news.list/main_screen/style.css?17377029057661*/
.main__bannerMain {
  padding-top: 40px;
}
.main__advantages {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 20px;
  margin-bottom: var(--marginBottomMain);
}
@media (max-width: 760px) {
  .main__advantages {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    margin-bottom: var(--marginBottomMainMobile);
  }
}
.main__catalog {
  margin-bottom: var(--marginBottomMain);
}
.main__catalog__title {
  margin-bottom: 40px;
}
@media (max-width: 760px) {
  .main__catalog__title {
    margin-bottom: 30px;
  }
}
.main__catalog__cards {
  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;
}
@media (max-width: 760px) {
  .main__container {
    padding-top: 29px;
  }
  .main__catalog {
    margin-bottom: var(--marginBottomMainMobile);
  }
}

.advantage {
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1490196078);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1490196078);
  border-radius: 10px;
  padding: 15px;
}
.advantage_icon {
  margin-bottom: 8px;
  /*position: relative;*/
  /*top: -1px;*/
}
.advantage_icon img {
  color: var(--icons);
  width: 64px;
}
.advantage__text {
  line-height: 137%;
}
.main__advantages .advantage {
  display: flex;
  flex-direction: column;
}
@media (max-width: 760px) {
  .advantage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    padding: 15px 15px 14px 15px;
  }
  .advantage_icon {
    margin-bottom: 0px;
    width: 44px;
    height: 44px;
  }
  .advantage img {
    width: 44px;
    height: 44px;
  }
  .advantage__container {
    padding-top: 29px;
  }
  .advantage__text {
    line-height: 140%;
  }
}

.banner__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 40px;
  border-radius: 15px;
  background: var(--background_disabled);
  margin-bottom: 20px;
  /*min-height: 532px;*/
}
.banner__text {
  z-index: 1;
  max-width: 658px;
}
.banner__img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.banner__img img {
  border-radius: 0 0 15px 0;
  width: 100%;
  object-fit: cover;

}
.banner__img__mobile {
  display: none;
}
.banner__title {
  margin-bottom: 20px;
  letter-spacing: 0.1px;
}
.banner__title__mobil {
  display: none;
}
.banner__description {
  margin-bottom: 30px;
}
.banner__button {
  width: 320px;
  position: relative;
  top: -2px;
}
@media (max-width: 760px) {
  .banner__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-height: 480px;
    padding: 0 15px 13px 15px;
  }
  /*.banner__img {*/
  /*  display: none;*/
  /*}*/
  /*.banner__img__mobile {*/
  /*  display: block;*/
  /*}*/
  .banner__img__mobile img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
  }
  .banner__text {
    margin-top: 280px;
    width: 100%;
  }
  .banner__title {
    margin-bottom: 12px;
  }
  .banner__title__mobil {
    display: block;
  }
  .banner__button {
    width: 100%;
  }
  .banner__description {
    margin-bottom: 21px;
  }
}
@media (max-width: 991px) {
  .main__advantages .advantage {
    flex-direction: row;
  }
}
.wrapper__arrow__btn {
  cursor: pointer;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  width: inherit;
}
.wrapper__arrow__btn:hover .arrow__btn {
  border: 1px solid var(--link);
  background-color: transparent;
  color: var(--link);
  -webkit-transition: background-color 0.3s ease, color 0.3s ease,
    border 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
}
.wrapper__arrow__btn:hover .arrow__svg svg {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.arrow__btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: var(--desktopBlock);
  width: 100%;
  padding: 0 18px;
  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-radius: 5px;
  border: 1px solid transparent;
  background-color: var(--link);
  color: var(--main);
  -webkit-transition: background-color 0.3s ease, color 0.3s ease,
    border 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
}
@media (max-width: 760px) {
  .arrow__btn {
    height: var(--mobileBlock);
  }
}
.arrow__svg {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: var(--desktopBlock);
  min-width: var(--desktopBlock);
  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-radius: 5px;
  background-color: var(--link);
  color: var(--main);
  -webkit-transition: background-color 0.3s ease, color 0.3s ease,
    border 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease,
    -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease,
    transform 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease,
    transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (max-width: 760px) {
  .arrow__svg {
    min-height: var(--mobileBlock);
    min-width: var(--mobileBlock);
  }
}
.arrow__svg svg {
  -webkit-transition: background-color 0.3s ease, color 0.3s ease,
    border 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease,
    -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease,
    transform 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease,
    transform 0.3s ease, -webkit-transform 0.3s ease;
}

@media (max-width: 760px) {
  .wrapper__arrow__btn {
    gap: 5px;
  }
}

@media (max-width: 991px) {
  .banner__img__mobile {
    width: 100%;
  }
  .banner__img__mobile img {
    position: static;
  }
  .banner__wrapper .banner__text {
    margin-top: -80px;
  }
  .banner__img {
    display: none;
  }
  .banner__img__mobile {
    display: block;
  }
  .banner__wrapper {
    flex-direction: column !important;
  }
  .main__advantages {
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
    gap: 20px !important;
  }
}

@media (min-width: 992px) {
  .banner__img {
    display: block;
    position: static;
  }
  .banner__img__mobile {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1224px) {
  .banner__wrapper {
    flex-direction: column;
  }
  .banner__text {
    width: 100%;
    max-width: unset !important;
  }
}
/* End */


/* Start:/local/templates/rso/components/bitrix/catalog.section.list/main_sections/style.css?17377036594054*/
.main__catalog {
  margin-bottom: var(--marginBottomMain);
}
.main__catalog__title {
  margin-bottom: 40px;
}
@media (max-width: 760px) {
  .main__catalog__title {
    margin-bottom: 30px;
  }
} 
.main__catalog__cards {
  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;
}
@media (max-width: 760px) {
  .main__container {
    padding-top: 29px;
  }
  .main__catalog {
    margin-bottom: var(--marginBottomMainMobile);
  }
}

.catalog__card {
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1490196078);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1490196078);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px;
  min-height: 350px;
  position: relative;
}
.catalog__card__wrapper {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 790px;
}
.catalog__card__title {
  margin-bottom: 20px;
}
.catalog__card__tegs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
.catalog__card__button {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.catalog__card__img img {
  /*position: absolute;*/
  /*top: 0;*/
  /*bottom: 0;*/
  /*right: 0;*/
  /*height: 350px;*/
  /*width: 460px;*/
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.catalog__card__title__mobile {
  display: none;
}
@media (max-width: 760px) {
  .catalog__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 15px;
  }
  .catalog__card__tegs {
    margin-bottom: 10px;
    gap: 10px;
  }
  .catalog__card__tegs > * {
    width: 100%;
  }
  .catalog__card__button {
    max-width: 100%;
  }
  .catalog__card__title {
    display: none;
  }
  .catalog__card__title__mobile {
    display: block;
  }
  .catalog__card__img {
    margin-bottom: 18px;
    position: relative;
    top: 13px;
    left: 8px;
  }
  .catalog__card__img img {
    /*position: relative;*/
    /*height: 200px;*/
    /*width: 100%;*/
    /*-webkit-transform: scale(0.95);*/
    /*-ms-transform: scale(0.95);*/
    /*transform: scale(0.95);*/
    /*-webkit-transform-origin: top left;*/
    /*-ms-transform-origin: top left;*/
    /*transform-origin: top left;*/
    width: 100%;
    height: 100%;
    min-height: 190px;
    max-height: 190px;
    object-fit: contain;
    position: relative;
  }
}

.small__tag {
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: var(--desktopBlock);
  padding: 10px 19px;
  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;
  line-height: 120%;
  border-radius: 5px;
  border: 1px solid transparent;
  background-color: var(--nuances);
  color: var(--text);
  -webkit-transition: background-color 0.3s ease, color 0.3s ease,
    border 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
  text-align: center;
}
.small__tag:hover {
  border: 1px solid var(--nuances);
  background-color: var(--main);
}

@media screen and (max-width: 760px) {
  .small__tag {
    min-height: var(--mobileBlock);
    padding: 12px 10px 8px 10px;
    letter-spacing: 0.3px;
    letter-spacing: 0.3px;
  }
}
@media (min-width: 761px) and (max-width: 991px) {
  .catalog__card__button {
    margin-top: 20px;
  }
}
/* End */


/* Start:/local/templates/rso/components/nastart/block/about/style.css?17377029052106*/
.about__company {
display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: var(--marginBottomMain);
  gap: 20px;
}
.about__company__wrapper {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /*max-width: 700px;*/
}
.about__company__title {
  margin-bottom: 20px;
}
.about__company__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 9px;
}
.about__company__button {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding-top: 40px;
}
.about__company__img {
  overflow: hidden;
  border-radius: 15px;
}
@media (max-width: 760px) {
  .about__company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: var(--marginBottomMainMobile);
  }
  .about__company__wrapper {
    margin-bottom: 20px;
  }
  .about__company__wrap {
    margin-bottom: 18px;
  }
  .about__company__title {
    margin-bottom: 12px;
  }
  .about__company__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 9px;
    line-height: 138%;
  }
  .about__company__button {
    max-width: 100%;
  }
  .about__company__img {
    height: 210px;
  }
}

@media (max-width: 991px) {
  .about__company {
    grid-template-columns: 1fr;
  }
  .about__company__button {
    padding-top: 20px;
    width: 100%;
    max-width: unset;
  }
  .about__company__button a {
    width: 100%;
  }
}
/* End */


/* Start:/local/templates/rso/components/bitrix/news.list/services_main/style.css?17377029051557*/
.we__do {
  margin-bottom: var(--marginBottomMain);
}
.we__do__title {
  margin-bottom: 40px;
}
.we__do__cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [6];
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
.we__do__card {
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1490196078);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1490196078);
  border-radius: 10px;
  padding: 15px 15px 14px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.we__do__card__num {
  width: 52px;
  height: 45px;
  border-radius: 10px;
  background: var(--nuances);
  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;
  margin-bottom: 10px;
}
.we__do__card__text {
  line-height: 142%;
}
@media (max-width: 760px) {
  .we__do {
    margin-bottom: var(--marginBottomMainMobile);
  }
  .we__do__title {
    margin-bottom: 30px;
  }
  .we__do__cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
    grid-row-gap: 20px;
  }
  .we__do__card__num {
    width: 48px;
    height: var(--mobileBlock);
    line-height: 132%;
  }
  .we__do__card__text {
    line-height: 140%;
  }
}

.we__do__card:nth-child(1),
.we__do__card:nth-child(2),
.we__do__card:nth-child(3) {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

.we__do__card:nth-child(4),
.we__do__card:nth-child(5) {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}

/* End */


/* Start:/local/templates/rso/components/nastart/block/text_col_2/style.css?17377029051206*/
.experience {
  margin-bottom: var(--marginBottomMain);
}
.experience__title {
  margin-bottom: 41px;
}
.experience__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 50px;
}
.experience__text p {
  line-height: 138%;
}
.experience__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.experience__text:first-of-type {
  max-width: 670px;
}
@media (max-width: 760px) {
  .experience {
    margin-bottom: var(--marginBottomMainMobile);
  }
  .experience__title {
    margin-bottom: 30px;
  }
  .experience__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
  .experience__cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .experience__card__num {
    width: 52px;
    height: 45px;
  }
  .experience__paragraph {
    line-height: 138%;
  }
}

/* End */


/* Start:/local/templates/rso/components/bitrix/news.list/news_main/style.css?173770290510449*/
.news__main {
  margin-bottom: var(--marginBottomMain);
}
.news__main__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}
.news__main__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.news__main-slider__slider {
  display: none;
}
@media (max-width: 760px) {
  .news__main {
    margin-bottom: var(--marginBottomMainMobile);
  }
  .news__main__button .arrow__btn {
    display: none;
  }
  .news__main__header {
    margin-bottom: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .news__main__cards {
    display: none;
  }
  .news__main-slider__slider {
    display: block;
    padding-bottom: 25px;
  }
  .news__main .news__main-slider__slider .swiper-pagination {
    bottom: 0px;
  }
}

.wrapper__arrow__btn {
  cursor: pointer;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  width: inherit;
}
.wrapper__arrow__btn:hover .arrow__btn {
  border: 1px solid var(--link);
  background-color: transparent;
  color: var(--link);
  -webkit-transition: background-color 0.3s ease, color 0.3s ease,
    border 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
}
.wrapper__arrow__btn:hover .arrow__svg svg {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.arrow__btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: var(--desktopBlock);
  width: 100%;
  padding: 0 18px;
  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-radius: 5px;
  border: 1px solid transparent;
  background-color: var(--link);
  color: var(--main);
  -webkit-transition: background-color 0.3s ease, color 0.3s ease,
    border 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
}
@media (max-width: 760px) {
  .arrow__btn {
    height: var(--mobileBlock);
  }
}
.arrow__svg {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: var(--desktopBlock);
  min-width: var(--desktopBlock);
  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-radius: 5px;
  background-color: var(--link);
  color: var(--main);
  -webkit-transition: background-color 0.3s ease, color 0.3s ease,
    border 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease,
    -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease,
    transform 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease,
    transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (max-width: 760px) {
  .arrow__svg {
    min-height: var(--mobileBlock);
    min-width: var(--mobileBlock);
  }
}
.arrow__svg svg {
  -webkit-transition: background-color 0.3s ease, color 0.3s ease,
    border 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease,
    -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease,
    transform 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease,
    transform 0.3s ease, -webkit-transform 0.3s ease;
}

@media (max-width: 760px) {
  .wrapper__arrow__btn {
    gap: 5px;
  }
}

.small__news__card {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 340px;
  padding: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1490196078);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1490196078);
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.small__news__card__img {
  border-radius: 10px;
  width: 100%;
  min-height: 240px;
  overflow: hidden;
  margin-bottom: 20px;
}
.small__news__card__img img {
  width: 100%;
}
.small__news__card__wrapper {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  gap: 10px;
}
.small__news__card__wrap__text {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}
.small__news__card__wrap {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}
.small__news__card__paragraph {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.small__news__card__date {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  text-align: left;
  color: #c9c9c9;
}
.small__news__card__more {
  border-bottom: 1px solid var(--background_disabled);
  padding-bottom: 8px;
}
.small__news__card:hover {
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2509803922);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2509803922);
}
@media (max-width: 760px) {
  .small__news__card {
    min-width: 100%;
    padding: 15px;
    border-radius: 10px;
  }
  .small__news__card__img {
    margin-bottom: 16px;
  }
  .small__news__card__title {
    line-height: 135%;
  }
  .small__news__card__paragraph {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 4.5em;
    line-height: 135%;
  }
  .small__news__card__wrap__text {
    gap: 11px;
  }
}

.big__news__card {
  min-width: 700px;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  padding: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1490196078);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1490196078);
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.big__news__card__img {
  border-radius: 10px;
  width: 100%;
  max-height: 240px;
  overflow: hidden;
  margin-bottom: 20px;
}
.big__news__card__img img {
  width: 100%;
}
.big__news__card__wrapper {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  gap: 10px;
}
.big__news__card__wrap__text {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}
.big__news__card__wrap {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}
.big__news__card__title {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  line-height: 25.2px;
  text-align: left;
}
.big__news__card__paragraph {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  text-align: left;
  overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 4; /* number of lines to show */
           line-clamp: 4;
   -webkit-box-orient: vertical;
}
.big__news__card__date {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  text-align: left;
  color: #c9c9c9;
}
.big__news__card__more {
  border-bottom: 1px solid var(--background_disabled);
  padding-bottom: 8px;
}
.big__news__card:hover {
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2509803922);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2509803922);
}

.link__bright__btn {
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 25px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease,
    border 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
}
.link__bright__btn__text {
  -webkit-transition: background-color 0.3s ease, color 0.3s ease,
    border 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
  color: var(--link);
}
.link__bright__btn__text:hover {
  color: var(--background);
}

/* End */
/* /local/templates/rso/components/bitrix/news.list/main_screen/style.css?17377029057661 */
/* /local/templates/rso/components/bitrix/catalog.section.list/main_sections/style.css?17377036594054 */
/* /local/templates/rso/components/nastart/block/about/style.css?17377029052106 */
/* /local/templates/rso/components/bitrix/news.list/services_main/style.css?17377029051557 */
/* /local/templates/rso/components/nastart/block/text_col_2/style.css?17377029051206 */
/* /local/templates/rso/components/bitrix/news.list/news_main/style.css?173770290510449 */
