

/* Start:/local/templates/kleb/components/bitrix/news.list/advantages/style.css?17100777401584*/
.section-advantages {
  padding: 105px 0 61px;
}
@media (max-width: 991px) {
  .section-advantages {
    padding: 60px 0 30px;
  }
}
@media (max-width: 767px) {
  .section-advantages {
    padding: 40px 0 12px;
  }
}
.section-advantages .advantages {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .section-advantages .advantages {
    flex-wrap: wrap;
  }
}
.section-advantages .advantages .advantage {
  margin: 0 151px 0 0;
}
@media (max-width: 1400px) {
  .section-advantages .advantages .advantage {
    margin: 0 60px 0 0;
  }
}
@media (max-width: 991px) {
  .section-advantages .advantages .advantage {
    margin: 0 0 30px;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .section-advantages .advantages .advantage {
    margin: 0 0 15px;
  }
}
.section-advantages .advantages .advantage span {
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #8d8d8d;
  display: block;
  margin: 0 0 5px;
}
@media (max-width: 767px) {
  .section-advantages .advantages .advantage span {
    font-size: 14px;
    letter-spacing: -0.02em;
  }
}
.section-advantages .advantages .advantage p {
  font-size: 96px;
  line-height: 115px;
  text-transform: uppercase;
  color: #001e54;
  font-weight: 500;
}
.section-advantages .advantages .advantage p small {
  font-weight: 500;
}
@media (max-width: 767px) {
  .section-advantages .advantages .advantage p {
    font-size: 14px;
    letter-spacing: -0.02em;
    font-size: 48px;
    line-height: 58px;
  }
}

/* End */


/* Start:/local/templates/kleb/components/bitrix/news.detail/about/style.css?17100864592942*/
.section-about {
  padding: 61px 0 86px;
}
@media (max-width: 991px) {
  .section-about {
    padding: 30px 0 40px;
  }
}
@media (max-width: 767px) {
  .section-about {
    padding: 25px 0 15px;
  }
}
.section-about .mobile-title {
  display: none;
}
@media (max-width: 991px) {
  .section-about .mobile-title {
    display: block;
    order: 1;
  }
}
@media (max-width: 767px) {
  .section-about .mobile-title {
    margin: 0 0 43px;
  }
}
.section-about .container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .section-about .container {
    flex-wrap: wrap;
  }
}
.section-about .about-left {
  max-width: 646px;
}
@media (max-width: 991px) {
  .section-about .about-left {
    order: 3;
    max-width: 100%;
  }
  .section-about .about-left h2 {
    display: none;
  }
}
.section-about .about-right {
  position: relative;
  padding: 0 80px 0 0;
}
@media (max-width: 991px) {
  .section-about .about-right {
    order: 2;
    max-width: 100%;
    padding: 0;
    margin: 0 0 45px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .section-about .about-right {
    margin: 0 0 30px;
  }
}
.section-about .about-right:before {
  content: "";
  position: absolute;
  right: -47px;
  top: -69px;
  width: 297px;
  height: 308px;
  border-radius: 100%;
  background: #bdd2e4;
  filter: blur(150px);
  z-index: -1;
}
.section-about .about-right:after {
  content: "";
  position: absolute;
  right: 0;
  top: -58px;
  width: 653px;
  height: 555px;
  background: url("/local/templates/kleb/components/bitrix/news.detail/about/img/about-layer.svg") center no-repeat;
  z-index: -1;
}
@media (max-width: 991px) {
  .section-about .about-right:after {
    right: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .section-about .about-right:after {
    background-size: contain;
    width: 340px;
    height: 261px;
  }
}
.section-about .about-right img {
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0), 0 8px 7px 0 rgba(0, 0, 0, 0.01), 0 20px 13px 0 rgba(0, 0, 0, 0.01), 0 39px 25px 0 rgba(0, 0, 0, 0.01), 0 65px 47px 0 rgba(0, 0, 0, 0.02), 0 100px 80px 0 rgba(0, 0, 0, 0.02);
  border-radius: 24px;
}
@media (max-width: 767px) {
  .section-about .about-right img {
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0), 0 8px 7px 0 rgba(0, 0, 0, 0.01), 0 20px 13px 0 rgba(0, 0, 0, 0.01), 0 39px 25px 0 rgba(0, 0, 0, 0.01), 0 65px 47px 0 rgba(0, 0, 0, 0.02), 0 100px 80px 0 rgba(0, 0, 0, 0.02);
    max-width: 287px;
    height: 215px;
    width: 100%;
  }
}
.section-about .section-title {
  margin: 0 0 41px;
}
.section-about .section-description {
  margin: 0 0 53px;
}
@media (max-width: 767px) {
  .section-about .section-description {
    margin: 0 0 23px;
  }
}
.section-about .buttons .btn:nth-child(1) {
  margin: 0 26px 0 0;
}
@media (max-width: 767px) {
  .section-about .buttons .btn:nth-child(1) {
    margin: 0 13px 0 0;
  }
}

/* End */


/* Start:/local/templates/kleb/components/bitrix/news.list/partners/style.css?17100775772489*/
.section-partners {
  padding: 86px 0 70px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .section-partners {
    padding: 0;
  }
  .section-partners .container {
    padding-right: 0;
  }
}
.section-partners .partners {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -38px;
}
@media (max-width: 1400px) {
  .section-partners .partners {
    margin: 0 -15px;
  }
}
@media (max-width: 991px) {
  .section-partners .partners {
    overflow: auto;
    padding: 40px 0;
  }
  .section-partners .partners::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 767px) {
  .section-partners .partners {
    padding: 15px 0;
  }
}
.section-partners .partners .partner-item {
  padding: 0 38px;
  position: relative;
  min-height: 86px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1400px) {
  .section-partners .partners .partner-item {
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .section-partners .partners .partner-item {
    min-width: 150px;
  }
}
@media (max-width: 767px) {
  .section-partners .partners .partner-item {
    min-width: 133px;
    padding: 0 22px;
  }
}
.section-partners .partners .partner-item img {
  filter: grayscale(1);
  transition: all 0.3s ease;
}
.section-partners .partners .partner-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 86px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0), 0 8px 7px 0 rgba(0, 0, 0, 0.01), 0 20px 13px 0 rgba(0, 0, 0, 0.01), 0 39px 25px 0 rgba(0, 0, 0, 0.01), 0 65px 47px 0 rgba(0, 0, 0, 0.02), 0 100px 80px 0 rgba(0, 0, 0, 0.02);
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
@media (max-width: 991px) {
  .section-partners .partners .partner-item:before {
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0), 0 8px 7px 0 rgba(0, 0, 0, 0.01), 0 20px 13px 0 rgba(0, 0, 0, 0.01), 0 15px 5px 0 rgba(0, 0, 0, 0.01), 0 15px 27px 0 rgba(0, 0, 0, 0.02), 0 30px 20px 0 rgba(0, 0, 0, 0.02);
  }
}
@media (max-width: 767px) {
  .section-partners .partners .partner-item:before {
    height: 48px;
  }
}
.section-partners .partners .partner-item:hover:before {
  opacity: 1;
  visibility: visible;
}
.section-partners .partners .partner-item:hover img {
  filter: grayscale(0);
}

/* End */


/* Start:/local/templates/kleb/components/bitrix/catalog.section.list/home_sections/style.css?17100775032255*/
.section-catalog {
  padding: 70px 0;
}
@media (max-width: 767px) {
  .section-catalog {
    padding: 15px 0 30px;
  }
  .section-catalog .section-title {
    margin: 0 0 15px;
  }
  .section-catalog .section-title br {
    display: none;
  }
}
.section-catalog .section-description {
  margin: 0 0 100px;
}
@media (max-width: 767px) {
  .section-catalog .section-description {
    margin: 0 0 25px;
  }
}
.section-catalog .row {
  margin: 0 -41px;
}
@media (max-width: 991px) {
  .section-catalog .row {
    margin: 0 -15px;
    flex-wrap: nowrap;
    overflow: auto;
  }
  .section-catalog .row::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 767px) {
  .section-catalog .row {
    margin: 0 -26px 0 -6px;
  }
}
.section-catalog .row [class*=col-] {
  padding: 0 41px;
  margin: 0 0 80px;
}
@media (max-width: 991px) {
  .section-catalog .row [class*=col-] {
    padding: 0 15px;
    margin: 0;
    min-width: 279px;
  }
}
@media (max-width: 767px) {
  .section-catalog .row [class*=col-] {
    padding: 0 6px;
  }
}
.section-catalog .catalog-item__img {
  padding: 4px 6px 4px 5px;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0), 0 8px 7px 0 rgba(0, 0, 0, 0.01), 0 20px 13px 0 rgba(0, 0, 0, 0.01), 0 39px 25px 0 rgba(0, 0, 0, 0.01), 0 65px 47px 0 rgba(0, 0, 0, 0.02), 0 100px 80px 0 rgba(0, 0, 0, 0.02);
  margin: 0 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 0;
  transition: all 0.3s ease;
}
.section-catalog .catalog-item__img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 26px;
}
.section-catalog .catalog-item__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  color: #1d1d1b;
}
.section-catalog .catalog-item:hover .catalog-item__img {
  top: -15px;
}
@media (max-width: 767px) {
  .section-catalog .catalog-item:hover .catalog-item__img {
    top: 0;
  }
}
.section-catalog .catalog-item:hover .catalog-item__title {
  color: #b70023;
}
.section-catalog .full-width {
  margin: 49px 0 0;
}
@media (max-width: 767px) {
  .section-catalog .full-width {
    margin: 34px 0 0;
  }
}

/* End */


/* Start:/local/templates/kleb/components/bitrix/news.list/experience/style.css?17100779412407*/
.section-experience {
  padding: 70px 0 65px;
}
@media (max-width: 767px) {
  .section-experience {
    padding: 30px 0;
  }
}
.section-experience .section-description {
  margin: 0 0 100px;
  padding: 0 85px 0 0;
}
@media (max-width: 767px) {
  .section-experience .section-description {
    padding: 0;
    margin: 0 0 40px;
  }
}
.section-experience [class*=col-] {
  display: flex;
  margin: 0 0 85px;
}
@media (max-width: 991px) {
  .section-experience [class*=col-] {
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .section-experience [class*=col-] {
    margin: 0 0 24px;
  }
}
.section-experience [class*=col-]:nth-child(even) {
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .section-experience [class*=col-]:nth-child(even) {
    justify-content: flex-start;
  }
}
.section-experience .exp-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 531px;
  padding: 0 42px 0 0;
}
@media (max-width: 991px) {
  .section-experience .exp-item {
    max-width: 100%;
    padding: 0;
  }
}
.section-experience .exp-item__image {
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0), 0 8px 7px 0 rgba(0, 0, 0, 0.01), 0 20px 13px 0 rgba(0, 0, 0, 0.01), 0 39px 25px 0 rgba(0, 0, 0, 0.01), 0 65px 47px 0 rgba(0, 0, 0, 0.02), 0 100px 80px 0 rgba(0, 0, 0, 0.02);
  background: #bdd2e4;
  border-radius: 26px;
  min-width: 130px;
  max-width: 130px;
  height: 130px;
  margin: 0 40px 0 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .section-experience .exp-item__image {
    min-width: 73px;
    max-width: 73px;
    height: 70px;
    margin: 0 20px 0 0;
    border-radius: 18px;
  }
  .section-experience .exp-item__image svg {
    width: 32px;
    height: 32px;
  }
}
.section-experience .exp-item__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  color: #1d1d1b;
}
@media (max-width: 767px) {
  .section-experience .exp-item__title {
    font-size: 16px;
    line-height: 19px;
  }
}
.section-experience .exp-item__title span {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #606060;
  display: block;
  margin: 10px 0 0;
}
@media (max-width: 767px) {
  .section-experience .exp-item__title span {
    font-size: 14px;
    line-height: 14px;
  }
}

/* End */


/* Start:/local/templates/kleb/components/bitrix/main.include/static_form/style.css?17107706854482*/
.section-cta {
  padding: 70px 0 65px;
  position: relative;
}
@media (max-width: 767px) {
  .section-cta {
    padding: 0 0 25px;
  }
}
.section-cta:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 56%;
  background: #ececec;
  z-index: -1;
}
.section-cta .form-wrapper {
  padding: 61px 56px 63px;
  background: #b70023;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .section-cta .form-wrapper {
    padding: 403px 20px 42px;
    width: calc(100% + 40px);
    margin: 0 -20px;
  }
}
.section-cta .form-wrapper .cta-image {
  position: absolute;
  right: 0;
  top: 0;
	height: 100%;
  object-fit: cover;
  object-position: left;
}
@media (max-width: 1400px) {
  .section-cta .form-wrapper .cta-image {
    right: -150px;
  }
}
@media (max-width: 991px) {
  .section-cta .form-wrapper .cta-image {
    right: -350px;
  }
}
@media (max-width: 767px) {
  .section-cta .form-wrapper .cta-image {
    display: block;
    position: absolute;
    right: 0;
    top: 10px;
  }
}
.section-cta .form-wrapper h3 {
  margin: 0 0 24px;
  color: #fff;
  font-weight: 800;
  font-size: 29px;
  line-height: 32px;
  letter-spacing: -0.01em;
  max-width: 467px;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .section-cta .form-wrapper h3 {
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 33px;
  }
}
.section-cta .form-wrapper form {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .section-cta .form-wrapper form {
    flex-direction: column;
    align-items: flex-start;
  }
}
.section-cta .form-wrapper .form-group-wrapper {
  margin: 0 20px 0 0;
  max-width: 313px;
  width: 100%;
}
@media (max-width: 767px) {
  .section-cta .form-wrapper .form-group-wrapper {
    margin: 0 0 20px;
    max-width: 100%;
  }
}
.section-cta .form-wrapper .form-group-wrapper:nth-child(2) {
  max-width: 372px;
}
@media (max-width: 767px) {
  .section-cta .form-wrapper .form-group-wrapper:nth-child(2) {
    max-width: 100%;
  }
}
.section-cta .form-wrapper .form-group-wrapper .form-group {
  margin: 0;
}
.section-cta .form-wrapper .form-group-wrapper .form-group .form-control {
  padding: 21px 20px;
  height: 70px;
  border: 1px solid #fff;
  border-radius: 8px;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  outline: none;
  box-shadow: none;
  background: transparent;
}
@media (max-width: 767px) {
  .section-cta .form-wrapper .form-group-wrapper .form-group .form-control {
    padding: 12px 20px;
    height: 52px;
    font-size: 18px;
  }
}
.section-cta .form-wrapper .form-group-wrapper .form-group .form-control::-webkit-input-placeholder {
  color: #fff;
}
.section-cta .form-wrapper .form-group-wrapper .form-group .form-control::-moz-placeholder {
  color: #fff;
}
.section-cta .form-wrapper .form-group-wrapper .form-group .form-control:-ms-input-placeholder {
  color: #fff;
}
.section-cta .form-wrapper .form-group-wrapper .form-group .form-control:-moz-placeholder {
  color: #fff;
}
.section-cta .form-wrapper .form-group-wrapper .form-group .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}
.section-cta .form-wrapper .form-group-wrapper .form-group .form-control:focus:-moz-placeholder {
  color: transparent;
}
.section-cta .form-wrapper .form-group-wrapper .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.section-cta .form-wrapper .form-group-wrapper .form-group .form-control:focus:-ms-input-placeholder {
  color: transparent;
}
.section-cta .form-wrapper .btn {
  min-height: 70px;
  padding: 21px 40px;
  color: #1d1d1b;
  border-color: #bdd2e4;
  background: #bdd2e4;
}
@media (max-width: 767px) {
  .section-cta .form-wrapper .btn {
    min-height: 50px;
    padding: 11px 40px;
    max-width: 180px;
    font-size: 20px;
    border-radius: 8px;
  }
}
.section-cta .form-wrapper .btn:hover {
  background: transparent;
  color: #bdd2e4;
}

.section-cta .form-wrapper.success form {
  display: none;
}

.section-cta .form-wrapper .success__msg {
  color: #fff;
  font-weight: 500;
  font-size: 25px;
	line-height: 70px;
  display: none;
}

.section-cta .form-wrapper.success .success__msg {
  display: block;
}
/* End */


/* Start:/local/templates/kleb/components/bitrix/news.list/home_order/style.css?17100804842598*/
.section-order {
  padding: 65px 0 192px;
  background: #ececec;
}
@media (max-width: 991px) {
  .section-order {
    padding: 40px 0 50px;
  }
}
@media (max-width: 767px) {
  .section-order {
    padding: 27px 0 36px;
  }
}
.section-order .section-description {
  margin: 0 0 83px;
}
@media (max-width: 767px) {
  .section-order .section-description {
    margin: 0 0 33px;
  }
}
.section-order .row {
  margin: 0 -31px;
}
@media (max-width: 1200px) {
  .section-order .row {
    margin: 0 -15px;
  }
}
@media (max-width: 991px) {
  .section-order .row {
    justify-content: center;
  }
}
.section-order .row [class*=col-] {
  padding: 0 31px;
}
@media (max-width: 1200px) {
  .section-order .row [class*=col-] {
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .section-order .row [class*=col-] {
    margin: 0 0 30px;
  }
}
@media (max-width: 767px) {
  .section-order .row [class*=col-] {
    margin: 0 0 24px;
  }
}
@media (max-width: 767px) {
  .section-order .row [class*=col-]:nth-child(2) .order-item {
    padding: 34px 22px 28px;
  }
}
.section-order .row [class*=col-]:nth-child(2) .order-item p {
  color: #000;
}
.section-order .order-item {
  padding: 82px 56px 26px 69px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0), 0 8px 7px 0 rgba(0, 0, 0, 0.01), 0 20px 13px 0 rgba(0, 0, 0, 0.01), 0 39px 25px 0 rgba(0, 0, 0, 0.01), 0 65px 47px 0 rgba(0, 0, 0, 0.02), 0 100px 80px 0 rgba(0, 0, 0, 0.02);
  background: #fff;
  border-radius: 26px;
  height: 100%;
}
@media (max-width: 1200px) {
  .section-order .order-item {
    padding: 60px 35px 30px;
  }
}
@media (max-width: 767px) {
  .section-order .order-item {
    padding: 34px 22px 51px;
  }
}
.section-order .order-item__img {
  margin: 0 0 50px;
}
@media (max-width: 767px) {
  .section-order .order-item__img {
    margin: 0 0 30px;
  }
  .section-order .order-item__img svg {
    max-width: 30px;
    height: 30px;
  }
}
.section-order .order-item p {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #606060;
}
@media (max-width: 767px) {
  .section-order .order-item p {
    font-size: 13px;
    line-height: 16px;
  }
}
.section-order .order-item .btn {
  padding: 9px 16px;
  color: #fff;
  background: #bdd2e4;
  margin: 38px 0 0;
  border-color: #bdd2e4;
  font-size: 14px;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .section-order .order-item .btn {
    margin: 15px 0 0;
  }
}
.section-order .order-item .btn:Hover {
  background: transparent;
  color: #bdd2e4;
}

/* End */


/* Start:/local/templates/kleb/components/bitrix/news.list/home_news/style.css?17100828592167*/
.section-news {
  padding: 81px 0 100px;
}
@media (max-width: 767px) {
  .section-news {
    padding: 33px 0 45px;
  }
}
.section-news [class*=col-] {
  margin: 0 0 56px;
  display: flex;
}
@media (max-width: 767px) {
  .section-news [class*=col-] {
    margin: 0 0 40px;
  }
  .section-news [class*=col-]:nth-last-child(1) {
    margin: 0 0 33px;
  }
}
.section-news [class*=col-]:nth-child(even) {
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .section-news [class*=col-]:nth-child(even) {
    justify-content: flex-start;
  }
}
.section-news .full-width {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .section-news .full-width {
    margin: 0;
  }
}

.news-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 597px;
}
@media (max-width: 991px) {
  .news-item {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .news-item {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.news-item__img {
  margin: 0 41px 0 0;
  min-width: 176px;
  max-width: 176px;
  border-radius: 20px;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .news-item__img {
    min-width: 100%;
    max-width: 100%;
    margin: 0 0 24px;
  }
}
.news-item__img img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .news-item__img img {
    height: 189px;
  }
}
.news-item__info--title {
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: #000;
  display: block;
  margin: 0 0 15px;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .news-item__info--title {
    font-size: 16px;
    line-height: 19px;
  }
}
.news-item__info--description {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #4c6171;
  display: block;
}
@media (max-width: 767px) {
  .news-item__info--description {
    font-size: 14px;
    line-height: 17px;
  }
}
.news-item:hover .news-item__img {
  opacity: 0.7;
}
.news-item:hover .news-item__info--title {
  color: #b70023;
}

/* End */
/* /local/templates/kleb/components/bitrix/news.list/advantages/style.css?17100777401584 */
/* /local/templates/kleb/components/bitrix/news.detail/about/style.css?17100864592942 */
/* /local/templates/kleb/components/bitrix/news.list/partners/style.css?17100775772489 */
/* /local/templates/kleb/components/bitrix/catalog.section.list/home_sections/style.css?17100775032255 */
/* /local/templates/kleb/components/bitrix/news.list/experience/style.css?17100779412407 */
/* /local/templates/kleb/components/bitrix/main.include/static_form/style.css?17107706854482 */
/* /local/templates/kleb/components/bitrix/news.list/home_order/style.css?17100804842598 */
/* /local/templates/kleb/components/bitrix/news.list/home_news/style.css?17100828592167 */
