.custom__block1 .bg-blue {
  background: #F4F5FA; }

.custom__block1 .pb-30 {
  padding: 0 0 30px; }

.custom__block1 .title__wrap {
  margin: 0px 0 50px; }
  .custom__block1 .title__wrap .title {
    margin: 0 auto;
    text-align: center; }

.custom__block1 .principles,
.custom__block1.stages {
  padding: 50px 0 50px; }

.custom__block1 .card {
  position: relative;
  box-sizing: border-box;
  padding: 30px !important;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  border-bottom: 2px solid #1B41EA;
  width: auto;
  height: 100%;
  margin-right: 30px; }
  .custom__block1 .card:last-child .card {
    margin-right: 0px; }
  .custom__block1 .card .title {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 15px; }

.custom__block1 .row div:last-child .card {
  margin-right: 0px; }

.custom__block1 .card__stage {
  position: absolute;
  top: 16px;
  right: 20px;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  color: #E2E4F0; }

.custom__block1 .icon-wrap {
  margin: 0 0 20px; }

.custom__block1 .card-desc {
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  color: #000000; }

.custom__block1 .img-wrap {
  margin: 0 0 20px; }
  .img-wrap img {
    width: 100%;
    height: 180px; }

.custom__block1 .btn {
  padding: 0;
  border: none;
  background: initial;
  margin: 20px 0 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #1B41EA;
  display: flex;
  gap: 10px; }
  .custom__block1 .btn::after {
    content: url(/assets/icons/Arrow.svg); }
  .custom__block1 .btn:hover {
    color: #1A35AE; }
    .custom__block1 .btn:hover::after {
      content: url(/assets/icons/Arrow_h.svg); }
  .custom__block1 .btn object {
    display: flex;
    justify-content: center; }

.custom__block1.stages .card {
  background: #F9F9FD; }

.custom__block1.similar {
  padding: 0 0 50px; }
  .custom__block1.similar .card {
    background: #F9F9FD; }
    .custom__block1.similar .card:hover {
      box-shadow: 0px 20px 20px -10px rgba(26, 53, 174, 0.1); }
  .custom__block1.similar .card-desc {
    height: 63px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }

.custom__bg-gray {
  background-color: #F4F5FA;
}



/* response */

@media screen and (max-width: 1130px) {
  .custom__block1 .container {
    /*padding: 0 20px !important;*/ } }
@media screen and (max-width: 991px) {
  .custom__block1 .principles {
    padding: 30px 0 30px; }

  .custom__block1.stages {
    padding: 30px 0 0px; }

  .custom__block1.similar {
    padding: 0 0 30px; }

  .custom__block1 .title__wrap {
    margin: 0 0 30px; }

  .custom__block1 .card-wrap {
    margin: 0 0 30px; }
    .custom__block1 .card-wrap .card {
      margin: 0; }

  .custom__block1 .pb-30 {
    padding: 0; }

  .custom__block1 .img-wrap img {
    width: auto;
    height: auto; } }
@media screen and (max-width: 532px) {
  .custom__block1 .container {
    max-width: 290px;
    /*padding: 0 !important;*/ }

  .custom__block1 .title__wrap .title {
    font-size: 28px;
    line-height: 30px; }

  .custom__block1 .card .title,
  .custom__block1 .card .card-desc {
    position: relative;
    z-index: 1; }
  .custom__block1 .card .card__stage {
    opacity: .7;
    z-index: 0; }

  .custom__block1 .img-wrap img {
    width: 100%;
    height: auto; } }

.b-prices {
  margin-bottom: -1.5rem;
}
@media (min-width: 992px) {
  .b-prices .item {
    display: grid;
  }    
}



.rekom__swap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.rekom__swap .block {
  width: calc(100% / 3 - 14px);
  display: flex;
  align-items: center;
  justify-content: center;
  filter: brightness(0);
  transition: 0.3s;
  cursor: pointer;
}

.rekom__swap .block img {
  max-width: 100%;
}

.rekom__swap span {
  font-size: 36px;
  font-weight: 600;
  font-family: RobotoSlub;
  text-align: center;
  margin-bottom: 0;
  line-height: 1.2;
}

.rekom__swap .block:hover {
  filter: brightness(1);
}

@media (max-width: 767px) {
  .rekom__swap .block {
    width: 100%;
  }
}


.anchor {
  padding-top: 140px;
  margin-top: -140px;
}


.owl-carousel.partners__wrapper .owl-stage {
  display: flex;
  align-items: center;
}
.owl-carousel.partners__wrapper .owl-stage .owl-item:not(.active) {
  opacity: 0;
}