.companies-news {
  padding-left: 100px;
  padding-right: 100px;
  max-width: initial;
}
.companies-news-flex-edited {
  margin: 64px 0 40px;
}
.companies-news .companies-news__read-more:hover {
  opacity: 0.5;
}
.companies-news-flex-edited .companies-news-slider {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 600px;
}
.companies-news-flex-edited .block {
  width: calc(33.333% - 20px);
  flex-basis: calc(50% - 20px);
  max-width: 440px;
  font: 18px/24px var(--font-family-rg);
  color: #2b1b35;
  margin: 0 40px;
  background: #f5f6f7;
  transition: 0.4s;
  position: relative;
  max-height: calc(50% - 20px);
  overflow: hidden;
  background-position: center center;
  background-size: cover !important;
}
.companies-news-flex-edited .block.order-1 {
  order: 1;
}
.companies-news-flex-edited .block.order-2 {
  order: 2;
}
.companies-news-flex-edited .block.order-3 {
  order: 3;
}
.companies-news-flex-edited .block.order-4 {
  order: 4;
}
.companies-news-flex-edited .block.no-margin {
  margin-left: 0;
  margin-right: 0;
}
.companies-news-flex-edited .block.no-margin-bottom {
  margin-bottom: 0 !important;
}
.companies-news-flex-edited .block.margin {
  margin-left: 40px !important;
  margin-right: 40px !important;
}
.companies-news-flex-edited .block.margin-bottom {
  margin-bottom: 40px;
}
.companies-news-flex-edited .block:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30px;
  bottom: 50px;
  content: "";
  z-index: 2;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(245, 246, 247, 1) 100%
  );
  opacity: 0;
}
.companies-news-flex-edited .block.blue:after {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(22, 76, 181, 1) 100%
  );
}
.companies-news-flex-edited .block.blue:hover {
  box-shadow: 0px 20px 50px rgba(22, 76, 181, 0.5);
}
.companies-news-flex-edited .block.with-image:after,
.companies-news-flex-edited .block.with-image:before {
  opacity: 0;
}
.companies-news-flex-edited .block:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  z-index: 3;
  background: #f5f6f7;
  opacity: 0;
}
.companies-news-flex-edited .block.blue:before {
  background: #164cb5;
}
.companies-news-flex-edited .block.light {
  background: #f1f6ff !important;
}
.companies-news-flex-edited .block:hover {
  box-shadow: 0px 20px 50px rgba(43, 27, 53, 0.25);
}
.companies-news-flex-edited .block:nth-child(2) {
  margin-bottom: 40px;
}
.companies-news-flex-edited .block .item-image {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.companies-news-flex-edited .block .item-image.center {
  position: absolute;
  left: 0;
}
.companies-news-flex-edited .block .item-image.small {
  left: 0;
  background-position: right;
}

.companies-news-flex-edited .block .item-image img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}
@media (min-width: 1170px) {
  .companies-news-flex-edited .block .item-image.center img {
    max-height: 300px;
  }
}
@media only screen and (max-width: 1399px) {
  .companies-news-flex-edited .block .item-image.center img {
    max-height: 240px;
  }
}
.companies-news-flex-edited .block.with-image .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center center;
}
.companies-news-flex-edited .block.with-image .image:before,
.companies-news-flex-edited .block.with-image .image:after,
.companies-news-flex-edited .block.with-image:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: auto;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  opacity: 0;
}
.companies-news-flex-edited .block.hover-no-lightness .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center center;
}
.companies-news-flex-edited .block.hover-no-lightness .image:before,
.companies-news-flex-edited .block.hover-no-lightness .image:after,
.companies-news-flex-edited .block.hover-no-lightness:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: auto;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  opacity: 0;
}
.companies-news-flex-edited .block.with-image:hover .image:before {
  background: linear-gradient(
    234.34deg,
    rgba(255, 255, 255, 0) 50.28%,
    #ffffff 100%
  );
  opacity: 0.4;
}
.companies-news-flex-edited .block.with-image:hover .image:after {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 50.28%,
    #ffffff 100%
  );
  opacity: 0.6;
}
.companies-news-flex-edited .block.with-image:hover:before {
  background: #ffffff;
  opacity: 0.8;
}
.companies-news-flex-edited .block.with-image:hover .image {
}
.companies-news-flex-edited .block.full-height {
  flex-basis: 100%;
  max-height: 100%;
  margin: 0;
  background: transparent;
}
.companies-news-flex-edited .block.full-height.max-height:before,
.companies-news-flex-edited .block.full-height.max-height:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 2;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.companies-news-flex-edited .block.full-height.max-height:before {
  background: linear-gradient(
    251.49deg,
    rgba(43, 27, 53, 0) 50.28%,
    #2b1b35 100%
  );
  opacity: 0;
}
.companies-news-flex-edited .block.full-height.max-height:after {
  background: linear-gradient(180deg, rgba(43, 27, 53, 0) 50.28%, #2b1b35 100%);
  opacity: 0;
}
.companies-news-flex-edited .block.full-height.max-height:hover:before {
  background: #164cb5;
  opacity: 0.8;
}
.companies-news-flex-edited .block.full-height.max-height:hover:after {
  background: linear-gradient(
    213.61deg,
    rgba(0, 73, 188, 0) 50.28%,
    #0049bc 100%
  );
  opacity: 0;
}
.companies-news-flex-edited .block.full-height.max-height .image:before,
.companies-news-flex-edited .block.full-height.max-height .image:after {
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.companies-news-flex-edited .block.full-height.max-height:hover .image:before,
.companies-news-flex-edited .block.full-height.max-height:hover .image:after {
}
.companies-news-flex-edited .block.full-height.max-height:hover {
  box-shadow: 0px 20px 50px rgba(22, 76, 181, 0.5);
}
.companies-news-flex-edited .block.blue {
  background: #164cb5;
  color: #ffffff;
}
.companies-news-flex-edited .block.blue .text .title {
  color: #fff !important;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  display: block;
}
.companies-news-flex-edited .block.blue:hover .text .title {
  opacity: 0.5;
}
.companies-news-flex-edited .block.full-height .image {
  height: 100% !important;
  position: absolute !important;
  background-repeat: no-repeat;
  background-position: center center;
}
.companies-news-flex-edited .block.full-height .image:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(43, 27, 53, 0) 50.28%, #2b1b35 100%);
  opacity: 0.6;
}
.companies-news-flex-edited
  .block.full-height.with-image.no-shadow
  .image:before {
  display: none;
}
.companies-news-flex-edited
  .block.full-height.hover-no-lightness.no-shadow
  .image:before {
  display: none;
}
.companies-news-flex-edited .block.full-height.max-height {
  color: #fff;
}
.companies-news-flex-edited .block.full-height.max-height .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
}
.companies-news-flex-edited .block.full-height.max-height .image:after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(43, 27, 53, 0) 50.28%, #2b1b35 100%);
  opacity: 0.4;
}
.companies-news-flex-edited .block.full-height.max-height .text {
  margin-top: 320px;
}
.companies-news-flex-edited .block .image {
  background-size: cover;
}
.companies-news-flex-edited .block .date {
  font-size: 12px;
  line-height: 15px;
  color: #868686;
  margin: 0 0 7px;
}
.companies-news-flex-edited .block.full-height.max-height .date,
.companies-news-flex-edited .block.blue .date {
  color: #fff;
  opacity: 0.5;
}
.companies-news-flex-edited .block .text {
  padding: 24px;
  position: relative;
  z-index: 3;
}
.companies-news-flex-edited .block .text .title {
  font: 24px/32px var(--font-family-b);
  margin: 0 0 8px;
}
.companies-news-flex-edited .block:hover .text .title {
  color: #164cb5;
}
.companies-news-flex-edited .block.full-height.max-height .text .title {
  color: #fff !important;
}
.companies-news-flex-edited .block .companies-news__read-more {
  text-align: left;
  position: absolute;
  bottom: 24px;
  left: 24px;
  z-index: 3;
  letter-spacing: 1.35px;
  text-transform: uppercase;
  color: #164cb5;
  font: 12px/15px var(--font-family-b);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.companies-news-flex-edited
  .block.full-height.max-height
  .companies-news__read-more {
  color: #fff;
}
.companies-news-flex-edited
  .block.full-height.max-height
  .companies-news__read-more
  i {
  border: solid #fff;
  border-width: 0 2.25px 2.25px 0;
}
.companies-news-flex-edited .block:hover .companies-news__read-more {
  opacity: 0.5;
}
.companies-news-flex-edited .block.blue .companies-news__read-more {
  color: #ffffff;
}
.companies-news-flex-edited .block.blue:hover .companies-news__read-more {
  opacity: 0.5;
}
.companies-news-flex-edited .block .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
@media (max-width: 1439px) {
  .companies-news {
    padding-left: 72px;
    padding-right: 72px;
  }
  .companies-news-flex-edited .block.margin {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .companies-news-flex-edited .block.margin-bottom {
    margin-bottom: 32px;
  }
  .companies-news-flex-edited .block {
    width: calc(33% - 16px);
    flex-basis: calc(50% - 16px);
    margin: 0 30px;
    max-height: calc(50% - 16px);
  }
  .companies-news-flex-edited .companies-news-slider {
    height: 510px;
  }
  .companies-news-flex-edited .block.full-height .image {
    height: 270px;
  }
  .companies-news-flex-edited .block.full-height.max-height .text {
    margin-top: 270px;
  }
}
@media (max-width: 1269px) {
  .companies-news {
    padding-left: 44px;
    padding-right: 44px;
  }
  .companies-news-flex-edited .block.margin-bottom {
    margin-bottom: 24px;
  }
  .companies-news-flex-edited .block.margin {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .companies-news-flex-edited .block {
    width: calc(33% - 12px);
    flex-basis: calc(50% - 12px);
    margin: 0 24px;
    max-height: calc(50% - 12px);
  }
  .companies-news-flex-edited .companies-news-slider {
    height: 424px;
  }
  .companies-news-flex-edited .block .text p {
    display: none;
  }
  .companies-news-flex-edited .block .text .title {
    font: 20px/26px var(--font-family-b);
  }
  .companies-news h2 {
    font-size: 28px;
    margin-bottom: 62px;
  }
  .companies-news-flex-edited .block .item-image img {
    max-height: 200px;
  }
  .companies-news-flex-edited .block.full-height .image {
    height: 220px;
  }
  .companies-news-flex-edited .block.full-height.max-height .text {
    margin-top: 220px;
  }
}
@media (max-width: 1023px) {
  .companies-news {
    padding-left: 44px;
    padding-right: 44px;
  }
  .companies-news h2 {
    margin-bottom: 51px;
  }
  .companies-news-flex-edited .companies-news-slider {
    display: block;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 24px;
    column-gap: 24px;
    width: 100%;
  }
  .companies-news-flex-edited .block {
    width: 100%;
    max-width: 100%;
  }
  .companies-news-flex-edited .block:hover {
    box-shadow: none !important;
  }
  .companies-news-flex-edited .block.order-1 {
    margin-bottom: 24px !important;
    margin-left: 0 !important;
  }
  .companies-news-flex-edited .block.order-3 {
    margin-bottom: 0 !important;
    margin-left: 0 !important;
  }
  .companies-news-flex-edited .block.order-2,
  .companies-news-flex-edited .block.order-4 {
    margin-right: 0 !important;
  }
  .companies-news-flex-edited .companies-news-slider {
    height: auto;
    flex-direction: initial;
  }
  .companies-news-flex-edited .block.full-height {
    flex-basis: auto;
    order: -1;
    height: 504px;
    margin: 0 0 24px;
  }
  .companies-news-flex-edited .block .item-image img {
    max-height: 240px;
  }
  .companies-news-flex-edited .block {
    margin: 0;
    height: 240px;
  }
  .companies-news-flex-edited .block .text p {
    display: block;
  }
  .companies-news-flex-edited .block.full-height .image {
    height: 260px;
  }
  .companies-news-flex-edited .block.full-height.max-height .text {
    margin-top: 260px;
  }
}
@media (max-width: 767px) {
  .companies-news {
    padding-left: 28px;
    padding-right: 28px;
  }
  .companies-news-flex-edited .block .text p {
    display: none;
  }
  .companies-news-flex-edited .block {
    height: 168px;
  }
  .companies-news-flex-edited .block.full-height {
    height: 360px;
  }
  .companies-news-flex-edited .block .item-image img {
    max-height: 168px;
  }
  .companies-news-flex-edited .block .item-image.small {
    background: none !important;
  }
  .companies-news-flex-edited {
    margin: 48px 0 40px;
  }
  .companies-news-flex-edited .block .text .title {
    font: 18px/24px var(--font-family-b);
  }
  .companies-news-flex-edited .block .item-image.center img {
    max-height: 100%;
    max-width: 150px;
  }
}
@media (max-width: 559px) {
  .companies-news,
  .filter-catalogNew {
    padding-left: 0px;
    padding-right: 0px;
  }
  .companies-news-flex-edited {
    margin: 48px 0 40px;
  }
  .companies-news-flex-edited .companies-news-slider {
    display: flex;
    -webkit-column-count: auto;
    column-count: auto;
    -webkit-column-gap: inherit;
    column-gap: inherit;
  }
  .companies-news-flex-edited .block {
    flex-basis: 100%;
    height: 100%;
    min-height: 168px;
  }
  .companies-news-flex-edited .block.order-2 {
    order: 1;
  }
  .companies-news-flex-edited .block.order-1 {
    order: 2;
  }
  .companies-news-flex-edited .block.order-4 {
    order: 3;
  }
  .companies-news-flex-edited .block.order-3 {
    order: 4;
  }
  .companies-news-flex-edited .block.full-height {
    height: 250px;
    margin: 0;
    color: #fff;
    height: 100%;
    min-height: 168px;
  }
  .companies-news-flex-edited .block.full-height .image {
    height: 250px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  .companies-news-flex-edited .block .text {
    padding: 24px 12px;
  }
  .companies-news-flex-edited .block .item-image {
    display: none;
  }
  .companies-news-flex-edited .block.light .mobile-shadow {
    opacity: 0 !important;
  }
  .companies-news-flex-edited .block.full-height .companies-news__read-more {
    color: #fff;
  }
  .companies-news-flex-edited .block.full-height .companies-news__read-more i {
    border: solid #fff;
    border-width: 0 2.25px 2.25px 0;
  }
  .companies-news-flex-edited .block.full-height .date {
    color: #fff;
    opacity: 0.5;
  }
  .companies-news-flex-edited .block.full-height .mobile-shadow {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #2b1b35;
    opacity: 0.2;
  }
  .companies-news-flex-edited .block.full-height.max-height .text {
    margin-top: 0;
  }
  .companies-news-flex-edited .block .text .title {
    color: #2b1b35 !important;
  }
  .companies-news-flex-edited .block.full-height .text .title {
    color: #fff !important;
  }
  .companies-news-flex-edited .block.light .date {
    color: #2b1b35 !important;
  }
  .companies-news-flex-edited .block.light .companies-news__read-more {
    color: #164cb5 !important;
  }
  .companies-news-flex-edited .block.light .text .title {
    color: #2b1b35 !important;
  }
  .companies-news-flex-edited .block .text .title {
    font: 18px/24px var(--font-family-b);
  }
  .companies-news-flex-edited .block .companies-news__read-more {
    left: 12px;
  }
  .companies-news-flex-edited .block:nth-child(1),
  .companies-news-flex-edited .block:nth-child(2) {
    margin: 0 !important;
  }
  .companies-news-flex-edited .my-dots {
    margin-bottom: 0px;
  }
  .companies-news-flex-edited .block:after,
  .companies-news-flex-edited .block:before {
    display: none;
  }
  .companies-news-flex-edited .block:hover {
    box-shadow: none !important;
  }
}
