/* banner */
.banner{
  padding-top: 20px;
  margin-bottom: clamp(30px, 4vw, 55px);
}
.banner__wrap{
  background-color: var(--orange-light);
  border-radius: 30px;
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
  width: 100%;
  min-height: 434px;
}
.banner__content{
  max-width: 738px;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
  margin-bottom: 36px;
}
.banner__title{
  position: relative;
  padding-bottom: 12px;
}
.banner__image{
  max-width: 238px;
  width: 100%;
  position: absolute;
  bottom: 100%;
  right: 182px;
}
.banner__rating{
  max-width: 141px;
  width: 100%;
  position: absolute;
  bottom: calc(100% + 8px);
  right: 46px;
}
.banner__content__order{
  gap: 15px;
  width: fit-content;
  border-radius: 5px;
  padding: 9px 12px;
}
.banner__content__order span{
  margin-top: 7px;
  display: inline-block;
}
.banner__content__order:hover{
  text-decoration: none;
  opacity: 0.7;
  color: #fff;
}
.banner__info{
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  width: 100%;
  border-radius: 10px;
  padding: 18px 30px;
  gap: 50px;
  position: relative;
}
.banner__info-item{
  gap: 20px;
  position: relative;
}
.banner__info-item:before{
  content: "";
  position: absolute;
  top: 0;
  right: -25px;
  width: 1px;
  height: 100%;
  background-color: var(--grey);
}
.banner__info-item:last-of-type:before{
  display: none;
}
.banner__info-item b{
  margin-bottom: 7px;
  display: inline-block;
}
@media (max-width: 1199px) {
  .banner__content{
    max-width: calc(100% - 335px);
  }
}
@media (max-width: 991px) {
  .banner__content{
    max-width: calc(100% - 176px);
    position: relative;
    z-index: 1;
  }
  .banner__rating {
      max-width: 80px;
      right: 20px;
  }
  .banner__image {
      max-width: 181px;
      right: 95px;
  }
  .banner__info{
    flex-wrap: wrap;
  }
  .banner__info-item {
    width: calc(50% - 25px);
  }
  .banner__info-item:before{
    display: none;
  }
}
@media (max-width: 576px) {
  .banner__wrap{
    padding-top: 20px;
  }
  .banner__content{
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 60px;
  }
  .banner__image {
      max-width: 87px;
      right: 20px;
  }
  .banner__rating {
      max-width: 55px;
      right: 90px;
  }
  .banner__info{
    gap: 17px;
  }
  .banner__info-item{
    width: 100%;
  }
  .banner__info-item img{
    width: 40px;
  }
  .banner__content__order{
    font-size: 14px;
  }
}

/* prices__wrap  */
.prices{
  padding-top: clamp(30px, 4vw, 55px);
  padding-bottom: 65px;
}
.prices__wrap{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 17px;
}
.prices__brand-img{
  max-width: 114px;
  height: 72px;
  margin: auto;
  margin-bottom: 10px;
}
.prices__brand-img img{
  max-height: 100%;
}
.prices__brand-title{
  font-size: 26px;
}
.prices__brand{
  background: #FFFFFF;
  box-shadow: -1px -1px 5px rgba(0, 0, 0, 0.1), 1px 1px 5px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 40px 26px 26px 26px;
  width: calc(25% - 13px);
}
.prices__brand-details{
  margin-top: 16px;
  margin-bottom: 20px;
  border-top: solid 1px var(--grey);
  border-bottom: solid 1px var(--grey);
  padding-top: 18px;
  padding-bottom: 18px;
}
.prices__brand-details li {
  display: flex;
  width: 100%;
  margin-bottom: 6px;
  justify-content: space-between;
  gap: 10px;
}
.prices__brand-details li:last-of-type{
  margin-bottom: 0;
}
.prices__brand-price{
  font-size: 24px;
}
.prices__brand-price b{
  font-size: 32px;
}
.prices__info{
  margin-top: 10px;
}
.prices__catalog-btn{
  font-size: 24px;
  padding: 22px 36px;
  margin-top: 38px;
}
@media (max-width: 991px) {
  .prices__brand {
      width: calc(50% - 13px);
  }
}
@media (max-width: 576px) {
  .prices__wrap{
      gap: 10px;
  }
  .prices__brand {
      width: calc(50% - 5px);
  }
  .prices__brand-title {
      font-size: 16px;
  }
  .prices__brand-img {
    max-width: 85px;
    height: 52px;
  }
  .prices__brand{
    padding: 20px 12px 12px 12px;
  }
  .prices__brand-details{
    font-size: 12px;
  }
  .prices__brand-details li{
    gap: 5px;
  }
  .prices__brand-price {
      font-size: 16px;
  }
  .prices__brand-price b {
      font-size: 19px;
  }
  .prices__catalog-btn {
      font-size: 16px;
      padding: 14px 25px;
      margin-top: 28px;
      width: 100%;
  }
}

/* how  */
.how{
  padding-top: clamp(30px, 4vw, 65px);
  padding-bottom: clamp(30px, 4vw, 65px);
}
.how__wrap{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 11px;
  margin-bottom: 40px;
}
.how__item{
  width: calc(25% - 8.5px);
  background: #FFFFFF;
  box-shadow: -1px -1px 5px rgba(0, 0, 0, 0.1), 1px 1px 5px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 36px 15px 26px 15px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.how__item-img{
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.how__item-img-num{
  position: absolute;
  background: var(--orange);
  border-radius: 5px;
  width: 45px;
  height: 45px;
  top: -20px;
  left: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
}
.how__item-img img{
  width: 100%;
  border-radius: 10px;
}
.how__item-content{
  text-align: center;
}
.how__item-title{
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 23px;
}
.how__item-bottom{
  margin-top: auto;
  text-align: center;
  font-weight: 700;
}
.how__item-bottom-text .icon{
  margin-right: 7px;
}
.how__info{
  font-size: 40px;
}
@media (max-width: 991px) {
  .how__wrap{
    margin-bottom: 25px;
  }
  .how__item {
    width: calc(50% - 8.5px);
  }
  .how__info {
      font-size: 31px;
  }
}
@media (max-width: 576px) {
  .how__item {
    width: 100%;
  }
   .how__info {
        font-size: 22px;
    }
}

/* why */
.why{
  padding-top: clamp(30px, 4vw, 65px);
  padding-bottom: 25px;
}
.why__wrap{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 22px;
}
.why__item{
  width: calc(25% - 17px);
  text-align: center;
  background: #FFFFFF;
  box-shadow: -1px -1px 5px rgba(0, 0, 0, 0.1), 1px 1px 5px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 26px 18px 35px 18px;
}
.why__item-pic{
  width: 87px;
  height: 87px;
  border-radius: 100%;
  background-color: var(--orange-light);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
}
.why__item-pic img{
  max-height: 54px;
}
.why__item-title{
  padding-bottom: 23px;
  margin-bottom: 14px;
  position: relative;
}
.why__item-title:before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 22px;
  height: 2px;
  background-color: var(--orange);
}
@media (max-width: 991px) {
  .why__item{
    width: calc(50% - 11px);
  }
}
@media (max-width: 576px) {
  .why__item{
    width: 100%;
  }
  .why h2{
    padding-bottom: 0!important;
  }
}


/* feedbacks  */
.feedbacks{
  padding-top: clamp(30px, 4vw, 55px);
  padding-bottom: clamp(30px, 4vw, 55px);
}
.feedback__iframe{
  margin: auto;
  border: none;
  display: block;
  max-width: 760px;
}

/* faq  */
.faq-index{
  padding-top: clamp(30px, 4vw, 55px);
  padding-bottom: clamp(30px, 4vw, 55px);
}
.faq__ask{
  margin-top: 60px;
}
@media (max-width: 767px) {
  .faq__ask {
      margin-top: 30px;
  }
}

/* maps  */
.maps{
  padding-top: clamp(30px, 4vw, 55px);
  padding-bottom: clamp(30px, 4vw, 55px);
}
.maps__types{
  display: flex;
  width: 100%;
  gap: 10px 20px;
  justify-content: space-between;
}
.maps__types-item{
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px 15px 20px 33px;
  border: solid 1px #fff;
}
.maps__types-item p{
  margin-bottom: 6px;
}
.maps__types-item img,
.maps__types-item .icon{
  flex-shrink: 0;
}
.maps__types-item .icon{
  margin-left: auto;
  border: solid 1px var(--grey);
  width: 46px;
  height: 46px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
.maps__types-item:hover{
  text-decoration: none;
  border-color: var(--grey);
}
.maps__item{
  width: 100%;
  height: 403px;
  margin-top: 32px;
}
.maps__item iframe{
  width: 100%;
  height: 100%;
  border: none;
  object-fit: cover;
  border-radius: 5px;
}
.maps__info{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 53px;
}
.maps__info .icon{
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .maps__types{
    flex-wrap: wrap;
  }
  .maps__item{
    height: 285px;
  }
}
@media (max-width: 767px) {
  .maps__types-item{
    width: 100%;
  }
  .maps__info{
    margin-top: 29px;
    align-items: flex-start;
  }
}

/* addresses  */
.addresses{
  padding-top: clamp(30px, 4vw, 55px);
}
.addresses__wrap{
  padding-top: 37px;
  padding-bottom: 55px;
  display: flex;
  border-top: solid 1px var(--grey);
}
.addresses__item{
  max-width: 363px;
  width: 100%;
}
.addresses__item-list{
  padding-right: 37px;
  height: 100%;
  border-right: solid 1px var(--grey);
}
.addresses__item-list li{
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
  border-bottom: solid 1px var(--grey);
}
.addresses__item-list a{
  display: flex;
  align-items: center;
}
.addresses__item-list a span{
  margin-left: 10px;
}
.addresses__item-list a img{
  margin-right: 18px;
}
.addresses__item-list li:last-of-type{
  margin-bottom: 0;
  border-bottom: none;
}
.addresses__item-list a:hover{
  text-decoration: none;
}
.addresses__item-site{
  padding-left: 42px;
  padding-right: 32px;
  border-right: solid 1px var(--grey);
  height: 100%;
  padding-top: 58px;

}
.addresses__item-site__logo{
  display: flex;
  align-items: center;
  gap: 43px;
  margin-bottom: 43px;
}
.addresses__item-site__logo div{
  position: relative;
}
.addresses__item-site__logo div:before{
  content: "";
  position: absolute;
  left: -21px;
  top: -13px;
  width: 1px;
  height: 66px;
  background-color: var(--grey);
}
.addresses__item-site p{
  line-height: 170%;
}
.addresses__item-socials{
  padding-top: 26px;
  padding-left: 48px;
}
.addresses__item-socials ul li{
  margin-bottom: 36px;
  width: 100%;
}
.addresses__item-socials ul li a{
  gap: 15px;
}
.addresses__item-socials .decoration{
  text-decoration: underline;
}
.addresses__item-socials-title{
  margin-bottom: 47px;
}
.addresses__item-socials__list{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 176px;
  margin-left: 20px;
}
.addresses__item-socials__list a{
  width: 53px;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border-radius: 10px;
  background-color: var(--orange);
}
.addresses__item-socials__list a:hover{
  opacity: 0.7;
}
.addresses__item-socials__list img{
  max-height: 28px;
}
@media (max-width: 991px) {
  .addresses__item-site__logo {
      margin-bottom: 22px;
  }
  .addresses__item{
    max-width: 100%;
  }
  .addresses__wrap{
    flex-wrap: wrap;
    padding-bottom: 37px;
  }
  .addresses__item:nth-of-type(2){
    order: 1;
  }
  .addresses__item:nth-of-type(1){
    order: 2;
  }
  .addresses__item:nth-of-type(3){
    order: 3;
  }
  .addresses__item-site{
    border-right: none;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    border-bottom: solid 1px var(--grey);
  }
  .addresses__item-list{
    border-right: none;
     padding-top: 30px;
    padding-right: 0;
  }
  .addresses__item-socials{
    padding-left: 0;
  }
  .addresses__item-socials__list{
    margin-left: auto;
    margin-right: auto;
  }
}


.process {
    padding-top: 45px;
    padding-bottom: 25px;
}
.process__wrap {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 17px;
    margin-bottom: 39px;
}
.process__img {
    max-width: 468px;
    width: 100%;
    flex-shrink: 0;
}
.process__img img {
    border-radius: 5px;
}
.process__content {
    padding: 20px 35px;
}
.process__num {
    border: solid 1px var(--orange);
    width: 45px;
    height: 45px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 17px;
}
.process__content-title {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 14px;
}
.process__content-duration__wrap {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 100%;
}
.process__content-duration__link {
    padding: 11px 25px;
    border: solid 1px var(--orange);
    border-radius: 5px;
}
.process__content-duration__link:hover {
    text-decoration: none;
    background-color: var(--orange);
    color: #fff;
}
.process__content-duration {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    margin-top: 25px;
}
.process__content-duration span {
    font-size: 32px;
}

/* Адаптив (аналогично 812) */
@media (max-width: 991px) {
    .process {
        padding-top: 25px;
    }
    .process__wrap {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .process__content {
        order: 1;
        padding: 0;
    }
    .process__img {
        order: 2;
        max-width: 100%;
    }
    .process__content-title {
        font-size: 23px;
    }
    .process__content-duration {
        margin-top: 15px;
    }
    .process__content-duration span {
        font-size: 25px;
    }
    .process__content-duration .icon {
        width: 24px;
        height: 24px;
    }
}
@media (max-width: 767px) {
    .process ._info-wrap {
        flex-wrap: wrap;
    }
    .process ._info-wrap a {
        width: 100%;
    }
}

/* risks – особые условия для партнёров */
.risks {
    padding-top: 25px;
    padding-bottom: 25px;
}
.risks__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    gap: 20px; /* отступ между блоками */
}
.risks__item {
    width: calc(50% - 10px); /* два блока в ряд с учётом gap */
    border-radius: 5px;
    background-color: #fff;
    padding: 25px 30px;
    box-sizing: border-box;
    box-shadow: -1px -1px 5px rgba(0, 0, 0, 0.1), 1px 1px 5px rgba(0, 0, 0, 0.1);
}
.risks__item-icon {
    margin-bottom: 24px;
}
.risks__item-title {
    font-size: 24px;
    position: relative;
    padding-bottom: 29px;
    margin-bottom: 40px;
}
.risks__item-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 64px;
    height: 4px;
    background-color: var(--orange); /* оранжевый, как вы просили */
}
.risks__item-txt {
    line-height: 200%;
}
.risks__item-txt ul {
    list-style: disc;
    padding-left: 20px;
    text-align: left;
}
.risks__item-txt li {
    display: list-item;
    margin-bottom: 6px;
}
/* адаптив для планшетов и телефонов */
@media (max-width: 767px) {
    .risks__wrap {
        gap: 15px;
    }
    .risks__item {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .risks__item-icon {
        margin-bottom: 16px;
    }
    .risks__item-icon svg {
        max-width: 50px;
        height: auto;
    }
    .risks__item-title {
        margin-bottom: 20px;
        font-size: 22px;
    }
    .risks__item-txt {
        line-height: 1.5;
    }
}

.risks__item-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 64px;
    height: 4px;
    background-color: var(--blue);
}
.risks__item-title:before {
    ...
    background-color: var(--orange);
}