body, html{
  overflow-x: hidden !important;
}
.unis-section{
  font-family: 'PFDinTextCondPro', sans-serif;
  color: #222;
  max-width: 1020px;
  margin: 0 0 100px auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.col-show{
  display: none;
}

/* Верхний блок: Картинка слева + Текст справа */
.unis-top{
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

/* Блок для картинки со всеми банками (в вебе экспортируется целиком) */
.unis-graphics{
  flex: 0 0 436px; /* Фиксированная ширина из макета для десктопа */
  position: relative;
}

.unis-graphics img{
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  margin-top: 65px;
}

/* Текстовая часть справа */
.unis-content{
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-top: 20px;
}

.unis-quote{
  display: flex;
  gap: 80px;
  align-items: flex-start;
  margin-left: -80px;
}

.quote-icon{
  flex-shrink: 0;
}

.quote-icon svg{
  width: 94px;
  height: 89px;
  fill: #31b8b5;
}

.quote-text{
  font-style: italic;
  font-weight: 400;
  font-size: 25px;
  line-height: 1.2; /* 36px / 25px */
  margin: 0;
}

.unis-description{
  font-weight: 400;
}

.unis-description p{
  margin: 0 0 0.6em;
  font-size: 20px;
  line-height: 32px;
}

.unis-description p:last-child{
  margin-bottom: 0;
}

/* Нижний блок: Серая плашка */
.unis-bottom{
  background: #f9f9fa;
  border-radius: 20px;
  padding: 40px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5; /* 30px / 20px */
}

.unis-bottom p{
  margin-bottom: 1em;
}

.unis-bottom p:last-child{
  margin-bottom: 0;
}

/* Адаптивность для мобильных устройств */
@media (max-width: 860px){
  .unis-top{
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-top: 100px;
  }

  .unis-graphics{
    flex: auto;
    width: 100%;
    max-width: 436px;
  }

  .unis-content{
    padding-top: 0;
  }

  .unis-description{
    font-size: 18px;
    line-height: 1.6;
  }

  .unis-bottom{
    font-size: 18px;
    padding: 30px 20px;
  }

  .unis-quote{
    margin-left: 0;
    gap: 30px;
    position: absolute;
    width: 100%;
    top: 0;
  }
}

.unis-system{
  max-width: 1020px;
  margin: 0 0 100px auto;
}

.unis-system p{
  font-size: 20px;
  line-height: 30px;
  margin-top: 10px;
  margin-bottom: 0;
  color: #333;
}

.unis-system p:first-of-type{
  margin-top: 0;
}

.unis-system .row{
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px;
}

.unis-system .row:before, .unis-system .row:after{
  display: none;
}

.unis-system .row .col{
  width: 100%;
}


.unis-system .row .col-wide{
  max-width: 53.92%;
  min-width: 53.92%;
}

.unis-system .row .col img, .unis-system .row .col-wide img{
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-height: 360px;
  min-height: 360px;
}

.unis-system .row .col-wide-height img{
  max-height: 744px;
  min-height: 744px;
}

.unis-system .row .col-wide .swiper-slide img{
  min-height: 482.78px;
}

.unis-system .row .col .ubirblock{
  margin: 0;
  height: 360px;
  padding: 30px 40px;
}

.unis-system .row .col .about-video{
  height: 240px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
}

.unis-system .row .col .about-video img{
  height: 170px;
  min-height: 170px;
  max-height: 170px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.unis-system .row .col .about-video .video-title{
  font-size: 20px;
  color: #333;
}

.unis-system .row .col .ubirblock svg{
  min-height: 60px;
}

.unis-system .greyblock{
  padding: 50px 0;
  background-position: 58% 50%;
  position: relative;
  background-size: 19%;
}

.unis-system .greyblock-only{
  padding: 60px;
}

.unis-system .philosophy_wrapper{
  margin-top: 20px;
}

.unis-system .greyblock:after{
  display: block;
  content: '';
  position: absolute;
  height: 100%;
  width: 150%;
  right: -150%;
  background: #f9f9fa;
  top: 0;
}

.unis-system .greyblock .advantages{
  margin-top: 40px;
}

.unis-system .greyblock .col{
  padding-left: 20px;
}

.unis-system .greyblock .ubirblock{
  width: 436px;
  height: 560px;
  float: right;
  padding: 40px;
  margin: 0 0 0 auto;
}

.unis-system .greyblock .ubirblock svg{
  margin: 0 auto 40px;
  display: block;
}

.unis-system .row.greyblock .col-wide{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}


.section-title{
  font-size: 54px;
  font-weight: 400;
  line-height: 1.1;
  margin: 0 0 40px 0;
  color: #333;
  letter-spacing: -0.5px;
}

.grid-layout{
  display: grid;
  grid-template-columns: 1fr 323px 1fr;
  gap: 20px;
}

.column{
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between;
}

/* Боковые карточки */
.info-card{
  background: #f9f9fa;
  border-radius: 12px;
  padding: 12px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  min-height: 144px;
  box-sizing: border-box;
}

.card-icon{
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #31b8b5;
}

.card-content{
  display: flex;
  flex-direction: column;
  height: 100%;
}

.card-title{
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 8px 0;
  line-height: 1.25;
}

p.card-text{
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  line-height: 1.3;
  color: #333;
}

/* Центральная карточка */
.center-card{
  background: url("back01.jpg") 0 0 no-repeat;
  padding: 40px 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  height: 100%;
  box-sizing: border-box;
  background-size: cover;
}

/* Декоративные круги/волны для центральной карточки (имитация макета) */
.center-card::before{
  content: '';
  position: absolute;
  top: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5);
}
.center-card::after{
  content: '';
  position: absolute;
  bottom: -50px;
  left: -50px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5);
}

.stat-block{
  text-align: center;
  z-index: 1;
  margin-bottom: 20px;
}

.stat-number{
  font-family: 'PFDinTextCondPro', sans-serif;
  font-size: 100px;
  font-weight: 500;
  line-height: 0.9;
  color: #2eb7b4;
  margin: 0;
}

.stat-label{
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
}

.btn-presentation{
  background: linear-gradient(106.99deg, #31b8b5 0%, #00bfbb 100%);
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  padding: 0 20px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  box-sizing: border-box;
  z-index: 1;
  transition: opacity 0.2s;
  border: none;
  cursor: pointer;
}

.btn-presentation:hover{
  opacity: 0.9;
  color: #fff;
}

.catalog-items{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}

.catalog-item{
  background: #f9f9fa;
  display: flex;
  height: 104px;
  min-width: calc(50% - 5px);
  border-radius: 12.33px;
  padding: 12px;
  margin-bottom: 10px;
}

.catalog-item-icon{
  width: 80px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.catalog-item-icon img{
  width: 80px !important;
  height: 80px !important;
  max-height: 80px !important;
  min-height: 80px !important;
  border-radius: 0 !important;
}

.catalog-item-text{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  margin-left: 10px;
}


/* Адаптивность */

@media (max-width: 1342px){

  .catalog-item{
    flex-direction: column;
    height: auto;
  }

  .catalog-item-icon{
    width: 100%;
    margin-bottom: 10px;
  }

  .catalog-item-text{
    margin-left: 0;
    text-align: center;
  }

  .section-title{
    font-size: 50px;
  }

  .column-m{
    justify-content: unset;
  }

  .unis-system p{
    font-size: 18px;
  }

  .unis-system p.card-text{
    font-size: 12px;
  }

  .unis-system .card-title{
    font-size: 15px;
  }

  .column .advantages li{
    font-size: 18px;
  }

  .column .advantages-small li{
    font-size: 14px;
  }
}

@media (max-width: 1200px){
  .grid-layout{
    grid-template-columns: 1fr 1fr;
  }

  .center-column{
    grid-column: span 2;
    order: -1;
  }

  .center-card{
    min-height: 400px;
  }

  .section-title{
    font-size: 42px;
  }

  .unis-system .row{
    flex-wrap: wrap;
  }

  .unis-system .row .col-wide{
    min-width: 100%;
    max-width: 100%;
  }

  .col-wide-height{
    display: none;
  }

  .unis-system .row .col .about-video{
    height: 420px;
  }

  .unis-system .row .col .about-video img{
    min-height: 330px;
    max-height: 330px;
  }
}

@media (max-width: 768px){
  .unis-quote{
    position: absolute;
    top: 0;
    width: 100%;
  }

  .unis-top{
    display: flex;
    flex-direction: column;
    padding-top: 100px;
    position: relative;
  }

  .grid-layout{
    grid-template-columns: 1fr;
  }

  .center-column{
    grid-column: span 1;
  }

  .section-title{
    font-size: 28px;
    margin: 0 0 15px 0;
  }

  .section-title br{
    display: none;
  }

  .column .advantages li, .unis-system p{
    font-size: 14px;
    line-height: 20px;
  }

  .unis-system .row .col .about-video{
    height: 240px;
  }

  .unis-system .row .col .about-video img{
    min-height: 170px;
    max-height: 170px;
  }

  .catalog-item-text{
    font-size: 12px;
  }

  .catalog-item-icon img{
    width: 60px !important;
    height: 60px !important;
    max-height: 60px !important;
    min-height: 60px !important;
  }

  .unis-system{
    margin: 0 0 40px auto;
  }

  .unis-system .greyblock-only{
    padding: 20px;
    margin: 0 -20px;
  }

  .philosophy_wrapper{
    display: flex;
    flex-direction: column;
  }

  .philosophy_link{
    display: flex;
  }

  .unis-system .row .col-wide .swiper-slide img{
    min-height: auto;
  }


  .unis-system .greyblock .ubirblock{
    width: 100%;
    height: auto;
    margin: 0 !important;
  }

  .unis-system .greyblock .col{
    padding-left: 0;
  }

  .unis-system .greyblock{
    background: #f9f9fa;
    padding: 20px !important;
    margin: 0 -20px !important;
  }

  .unis-system .greyblock .advantages{
    margin-top: 20px;
  }

  .unis-system .greyblock:after{
    display: none;
  }

  .col-hide{
    display: none;
  }

  .col-show{
    display: block;
  }

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

  .quote-icon svg{
    width: 80px;
    height: 76px;
  }

  .unis-description p, .unis-bottom p{
    font-size: 14px;
    line-height: 20px;
  }

  .unis-bottom{
    border-radius: 0;
    margin: 0 -20px;
  }

  .unis-bottom p{
    margin: 0 0 0.6em;
  }

  .unis-system .row .col .ubirblock svg{
    width: 80px;
    height: 80px;
  }

  .unis-section{
    gap: 20px;
    margin-bottom: 40px;
  }

  .info-card{
    min-height: auto;
  }
}