@media (max-width: 1250px) {
  .hero__img {
    max-width: 300px;
  }
}

@media (max-width: 910px) {
  .hero__img {
    display: none;;
  }

  .header__container {
    flex-direction: column;
    padding-bottom: 20px;
  }
}

@media (max-width: 1024px) {
  .hero__container {
    padding: 0 20px;
  }

  .hero__content {
    width: 100%;
    max-width: 700px;
  }

  .hero__title {
    font-size: 48px;
    max-width: 100%;
  }

  .hero__text {
    width: 100%;
    font-size: 24px;
    margin-bottom: 40px;
  }

  .hero__btn {
    width: 250px;
    padding: 18px;
  }

  .hero__img {
    max-width: 280px;
  }

  .carousel {
    height: 500px;
  }

  .carousel-item {
    --width: clamp(250px, 40vw, 350px);
    --height: clamp(300px, 50vw, 400px);
  }

  .carousel-item .carousel-box {
    padding: 25px;
  }

  .carousel-avatar {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
  }

  .avatar-initial {
    font-size: 20px;
  }

  .carousel-name {
    font-size: 18px;
  }

  .carousel-text {
    font-size: 13px;
    -webkit-line-clamp: 3;
  }

  .competencies__stairs {
    margin: 50px auto 0;
    padding: 30px 0;
  }

  .stair-item {
    margin-bottom: 30px;
  }

  .stair-number {
    width: 70px;
    height: 70px;
    font-size: 20px;
    margin-right: 25px;
  }

  .stair-content {
    padding: 25px;
  }

  .stair-title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .stair-description {
    font-size: 14px;
  }

  .services__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .service-card {
    padding: 30px;
  }

  .service-card__title {
    font-size: 20px;
  }

  .service-card__description {
    font-size: 14px;
  }

  .pricing-cards {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 20px;
    margin: 40px auto 0;
  }

  .pricing-card {
    min-height: 280px;
  }

  .pricing-card__header {
    padding: 25px 20px 20px;
  }

  .pricing-card__title {
    font-size: 20px;
  }

  .pricing-card__hours {
    font-size: 14px;
  }

  .pricing-card__price {
    font-size: 18px;
  }

  .pricing-card__content {
    padding: 20px;
  }

  .pricing-card__toggle {
    padding: 10px 16px;
    font-size: 13px;
  }

  .feature-item {
    font-size: 12px;
    gap: 8px;
  }

  .feature-icon {
    width: 14px;
    height: 14px;
  }
}

@media (max-width: 768px) {

  #footer .footer__container {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
  
  .service-card__title {
    height: 50px;
  }

  /* .header__container {
    flex-direction: column;
    padding-bottom: 20px;
  } */
  
  .header__logo img {
    max-width: 340px;
  }

  .header__nav {
    margin-left: 0;
    margin-right: 0;
    flex-direction: column;
    gap: 20px;
  }

  .header__mail-icon,
.header__telephone-icon,
.header__telegram-icon  {
  width: 28px;
  height: 28px;
}


  .license-card__content-textMain {
    font-size: 14px;
  }
  .hero__container {
    flex-direction: column;
    justify-content: center;
    padding: 40px 20px;
    text-align: center;
  }

  .hero__content {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }

  .hero__title {
    font-size: 36px;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .hero__text {
    width: 100%;
    font-size: 18px;
    margin-bottom: 30px;
    white-space: normal;
    overflow: visible;
    border-right: none;
    animation: none;
  }

  .hero__btn_block {
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }

  .hero__btn {
    width: 100%;
    padding: 16px;
  }

  .hero__img {
    display: none;
  }

  .carousel {
    height: 450px;
  }

  .carousel-item {
    --width: clamp(220px, 45vw, 300px);
    --height: clamp(280px, 70vw, 350px);
  }

  .carousel-item .carousel-box {
    padding: 15px;
  }

  .carousel-avatar {
    width: 60px;
    height: 60px;
    margin-bottom: 18px;
  }

  .avatar-initial {
    font-size: 18px;
  }

  .carousel-name {
    font-size: 16px;
  }

  .carousel-text {
    font-size: 12px;
    -webkit-line-clamp: 3;
  }

  .review-card,
  .review-card__image img,
  .carousel__btn,
  .carousel__dot {
    transition: none !important;
    animation: none !important;
  }

  .review-card {
    box-shadow: 0 5px 20px rgba(0, 92, 115, 0.08);
  }

  .review-card__image img {
    box-shadow: 0 5px 15px rgba(0, 92, 115, 0.15);
  }

  .carousel__track {
    transition: transform 0.2s ease-out;
  }

  .carousel__btn::before {
    display: none;
  }

  .carousel__btn:hover {
    transform: none;
    box-shadow: 0 10px 30px rgba(0, 92, 115, 0.15);
  }

  .competencies__title,
  .licenses__title,
  .technical-support__title,
  .reviews__title {
    font-size: 36px;
    margin-bottom: 40px;
  }

  .bouncing-dot {
    display: none;
  }

  .competencies__stairs {
    margin: 40px auto 0;
    padding: 20px 0;
  }

  .stair-item {
    flex-direction: column;
    text-align: center;
    margin-bottom: 30px;
  }

  .stair-number {
    width: 60px;
    height: 60px;
    font-size: 18px;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .stair-content {
    padding: 20px;
    text-align: center;
  }

  .stair-content::before {
    display: none;
  }

  .stair-title {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .stair-description {
    font-size: 14px;
  }

  .services__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding: 0 15px;
  }

  .service-card {
    padding: 25px;
  }

  .service-card__icon {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
  }

  .service-card__icon svg {
    width: 24px;
    height: 24px;
  }

  .service-card__title {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .service-card__description {
    font-size: 13px;
  }

  .pricing-cards {
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 30px auto 0;
    padding: 0 15px;
  }

  .pricing-card {
    height: auto;
    min-height: 250px;
    min-width: 100%;
  }

  .pricing-card__header {
    padding: 20px 15px 15px;
  }

  .pricing-card__title {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .pricing-card__hours {
    font-size: 13px;
    margin-bottom: 8px;
  }

  .pricing-card__price {
    font-size: 16px;
  }

  .pricing-card__content {
    padding: 15px;
  }

  .pricing-card__toggle {
    padding: 10px 15px;
    font-size: 12px;
    margin-bottom: 15px;
  }

  .pricing-card__features {
    gap: 10px;
  }

  .feature-item {
    font-size: 11px;
    gap: 6px;
  }

  .feature-icon {
    width: 12px;
    height: 12px;
  }

  .feedback-modal__content {
    width: 95%;
    max-width: none;
  }

  .feedback-modal__header {
    padding: 20px 25px;
  }

  .feedback-modal__title {
    font-size: 24px;
  }

  .feedback-modal__close {
    width: 35px;
    height: 35px;
    font-size: 20px;
  }

  #contacts .contacts__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  #contacts .contacts__lead {
    font-size: 32px;
  }

  #contacts .contacts__text {
    font-size: 16px;
  }

  .contacts .contacts__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .contacts .contacts__lead {
    font-size: 32px;
  }

  * {
    animation-duration: 0s !important;
    animation-delay: 0s !important;
    transition-duration: 0s !important;
    transition-delay: 0s !important;
  }

  .service-card,
  .service-card__icon,
  .service-card__title,
  .service-card__description {
    animation: none !important;
    transition: none !important;
  }

  .service-card {
    transform: none !important;
    opacity: 1 !important;
  }

  .services__title {
    font-size: 36px;
    margin-bottom: 40px;
  }

  .services__subtitle {
    font-size: 20px;
    margin-bottom: 50px;
  }

  .services__grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 20px;
  }

  .service-card {
    padding: 30px;
    margin: 0 10px;
  }

  .service-card:hover {
    transform: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  }

  .service-card__icon {
    width: 50px;
    height: 50px;
    transition: none;
  }

  .service-card__icon svg {
    width: 24px;
    height: 24px;
  }

  .service-card__title {
    font-size: 20px;
  }

  .service-card.animate-item {
    animation: none !important;
    transform: none !important;
    opacity: 1 !important;
  }

  .industries__title {
    font-size: 36px;
    margin-bottom: 40px;
  }

  .industries__subtitle {
    font-size: 20px;
    margin-bottom: 50px;
  }

  .industries__chart {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    height: auto;
  }

  .chart-column {
    max-width: 200px;
  }

  .chart-bar {
    width: 80px;
    height: 200px;
    border-radius: 40px;
  }

  .chart-label h4 {
    font-size: 18px;
  }

  .chart-label p {
    font-size: 13px;
  }

  .carousel {
    height: 500px;
  }

  .carousel-item {
    --width: clamp(250px, 40vw, 350px);
    --height: clamp(300px, 70vw, 400px);
  }

  .carousel-item .carousel-box {
    padding: 25px;
  }

  .carousel-avatar {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
  }

  .avatar-initial {
    font-size: 20px;
  }

  .carousel-name {
    font-size: 18px;
  }

  .carousel-text {
    font-size: 13px;
    -webkit-line-clamp: 3;
  }

  .marketplace-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    padding: 0 15px;
  }

  .marketplace-title {
    font-size: 28px;
  }

  .case-modal__content {
    margin: 10% auto;
    width: 95%;
  }

  .case-modal__header {
    padding: 20px 25px;
  }

  .case-modal__title {
    font-size: 20px;
  }

  .case-modal__body {
    padding: 25px;
    font-size: 15px;
    max-height: 70vh;
  }

  .case-btn {
    padding: 8px 16px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {

  .container {
    padding: 20px 10px;
  }

  .services__title,
  .industries__title,
  .reviews__title,
  .licenses__title,
  .marketplace-title,
  .technical-support__title,
  .competencies__title {
    font-size: 28px !important;
  }

  #contacts .contacts__lead {
    font-size: 28px;
    text-align: center;
  }

  .contacts__text {
    text-align: center;
  }

  .contacts .contacts__lead {
    font-size: 28px;
    text-align: center;
  }

  .license-card__title,
  .marketplace-card__title,
  .marketplace-card--modern .marketplace-card__title  {
    font-size: 20px;
  }
  .hero__container {
    padding: 30px 15px;
  }

  .hero__title {
    font-size: 28px;
    margin-bottom: 16px;
  }

  .hero__text {
    font-size: 16px;
    margin-bottom: 25px;
  }

  .hero__btn_block {
    max-width: 100%;
  }

  .hero__btn {
    padding: 14px;
    font-size: 14px;
  }

  .carousel {
    height: 400px;
  }

  .carousel-item {
    --width: clamp(270px, 50vw, 280px);
    --height: clamp(380px, 60vw, 320px);
  }

  .carousel-item .carousel-box {
    padding: 18px;
  }

  .carousel-avatar {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
  }

  .avatar-initial {
    font-size: 16px;
  }

  .carousel-name {
    font-size: 14px;
  }

  .carousel-text {
    font-size: 11px;
    -webkit-line-clamp: 3;
  }
  
  .carousel-position {
    font-size: 12px;
  }

  .carousel-nav-btn {
    display: flex;
  }

  .carousel-nav-btn:hover {
    background: var(--main-blue);
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
  }

  .carousel-nav-btn:active {
    transform: translateY(-50%) scale(0.95);
  }

  .carousel-nav-btn svg {
    width: 24px;
    height: 24px;
    stroke-width: 2.5;
  }

  .carousel-nav-btn--prev {
    left: 10px;
  }

  .carousel-nav-btn--next {
    right: 10px;
  }

  .carousel__track {
    transition: none !important;
  }

  .carousel__dot {
    transition: none !important;
  }

  .carousel__dot.active {
    transform: none;
    box-shadow: none;
  }

  .license-card__content-textMain {
    font-size: 12px;
  }

  .competencies__stairs {
    margin: 30px auto 0;
    padding: 15px 0;
  }

  .stair-item {
    margin-bottom: 25px;
  }

  .stair-number {
    width: 50px;
    height: 50px;
    font-size: 16px;
    margin-bottom: 15px;
  }

  .stair-content {
    padding: 15px;
  }

  .stair-title {
    font-size: 16px;
    margin-bottom: 6px;
  }

  .stair-description {
    font-size: 13px;
  }

  .services__grid {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 0 10px;
  }

  .service-card {
    padding: 20px;
  }

  .service-card__icon {
    width: 45px;
    height: 45px;
    margin-bottom: 15px;
  }

  .service-card__icon svg {
    width: 22px;
    height: 22px;
  }

  .service-card__title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .service-card__description {
    font-size: 12px;
  }

  .carousel-feedback-btn {
    top: 15px;
    right: 15px;
  }

  .feedback-btn-carousel {
    padding: 8px 12px;
    font-size: 11px;
  }

  .feedback-icon-carousel {
    width: 14px;
    height: 14px;
  }

  .pricing-cards {
    gap: 15px;
    margin: 20px auto 0;
    padding: 0 10px;
  }

  .pricing-card {
    min-height: 220px;
    min-width: 100%;
  }

  .pricing-card__header {
    padding: 15px 12px 12px;
  }

  .pricing-card__title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .pricing-card__hours {
    font-size: 12px;
    margin-bottom: 6px;
  }

  .pricing-card__price {
    font-size: 24px;
  }

  .pricing-card__content {
    padding: 12px;
  }

  .pricing-card__toggle {
    padding: 12px 12px;
    font-size: 14px;
    margin-bottom: 12px;
  }

  .pricing-card__features {
    gap: 8px;
  }

  .feature-item {
    font-size: 10px;
    gap: 5px;
  }

  .feature-icon {
    width: 10px;
    height: 10px;
  }

  .feedback-modal__content {
    width: 98%;
    border-radius: 10px;
  }

  .feedback-modal__header {
    padding: 15px 20px;
  }

  .feedback-modal__title {
    font-size: 20px;
  }

  .feedback-modal__close {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }

  .b24-form-container {
    min-height: 300px;
  }

  .carousel {
    height: 450px;
  }

  .carousel-item {
    --width: clamp(270px, 45vw, 300px);
    --height: clamp(380px, 55vw, 350px);
  }

  .carousel-item .carousel-box {
    padding: 20px;
  }

  .carousel-avatar {
    width: 60px;
    height: 60px;
    margin-bottom: 18px;
  }

  .avatar-initial {
    font-size: 18px;
  }

  .carousel-name {
    font-size: 16px;
  }

  .carousel-text {
    font-size: 12px;
    -webkit-line-clamp: 3;
  }

  .marketplace-billing {
    margin-left: 0;
  }
}

@media (max-width: 360px) {
  .carousel {
    height: 350px;
  }

  .carousel-item {
    --width: clamp(180px, 55vw, 260px);
    --height: clamp(370px, 65vw, 300px);
  }

  .carousel-item .carousel-box {
    padding: 15px;
  }

  .carousel-avatar {
    width: 45px;
    height: 45px;
    margin-bottom: 12px;
  }

  .avatar-initial {
    font-size: 14px;
  }

  .carousel-name {
    font-size: 13px;
  }

  .carousel-text {
    font-size: 10px;
    -webkit-line-clamp: 3;
  }

  .carousel__track {
    transition: none !important;
    will-change: auto !important;
  }

  .review-card {
    contain: strict;
    isolation: isolate;
  }

  .carousel__container {
    contain: strict;
  }

  .review-card {
    box-shadow: none;
    border: 1px solid rgba(0, 92, 115, 0.1);
  }

  .review-card__image img {
    box-shadow: none;
    border: 2px solid var(--main-color);
  }

  .carousel__btn {
    box-shadow: none;
    border: 1px solid rgba(0, 92, 115, 0.2);
  }

  .carousel__dot.active {
    background: var(--main-color);
    transform: none;
    box-shadow: none;
    border-color: var(--main-color);
  }
}

@media (max-width: 768px) and (orientation: landscape) {
  .hero__container {
    flex-direction: row;
    padding: 20px;
  }

  .hero__content {
    flex: 2;
    margin-bottom: 0;
  }

  .hero__img {
    flex: 1;
    display: block;
    position: relative;
    max-width: 200px;
    opacity: 0.4;
  }

  .hero__title {
    font-size: 24px;
  }

  .hero__text {
    font-size: 14px;
  }

  /* .hero__btn_block {
    flex-direction: row;
    max-width: 100%;
  } */

  .hero__btn {
    width: auto;
    padding: 12px 20px;
    font-size: 12px;
  }

  .carousel {
    height: 350px;
  }

  .carousel-item {
    --width: clamp(200px, 45vw, 300px);
    --height: clamp(380px, 70vw, 350px);
  }

  .carousel-item .carousel-box {
    padding: 20px;
  }

  .carousel-avatar {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
  }

  .avatar-initial {
    font-size: 18px;
  }

  .carousel-name {
    font-size: 16px;
  }

  .carousel-text {
    font-size: 12px;
    -webkit-line-clamp: 3;
  }

  .review-card {
    width: 300px;
    padding: 25px 20px;
    margin: 12px;
  }

  .review-card__image img {
    width: 70px;
    height: 70px;
  }

  .carousel__navigation {
    margin-top: 20px;
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .review-card__image img {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
  }
}

@media (max-width: 480px) and (max-height: 600px) {
  .reviews__carousel {
    padding: 20px 0;
  }

  .carousel__container {
    padding: 15px 0;
  }

  .carousel__navigation {
    margin-top: 25px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .carousel__track {
    transition: none !important;
  }

  .carousel__btn {
    transition: none !important;
  }

  .carousel__dot {
    transition: none !important;
  }

  .review-card {
    transition: none !important;
  }

  .carousel-item,
  .carousel-item:nth-child(odd),
  .carousel-item:nth-child(even) {
    animation: none !important;
  }

  .carousel-item:hover {
    transform: translate(var(--x), var(--y)) rotate(var(--rot)) !important;
  }

  .carousel-item:hover .carousel-avatar,
  .carousel-item:hover .carousel-rating {
    transform: none !important;
  }

  @keyframes spin {
    from {
      transform: rotateY(0deg);
    }
    to {
      transform: rotateY(0deg);
    }
  }

  @keyframes spinRevert {
    from {
      transform: rotateY(0deg);
    }
    to {
      transform: rotateY(0deg);
    }
  }
}























@media (max-width: 1200px) {
  .license-cards {
    grid-template-columns: repeat(3, minmax(220px, 1fr));
  }
}

@media (max-width: 900px) {
  .licenses__toolbar {
    justify-content: center;
    gap: 16px;
  }

  .marketplace-toolbar {
    justify-content: center;
  }
  
  .license-cards {
    grid-template-columns: repeat(2, minmax(200px, 1fr));
    gap: 20px;
  }

  .licenses__group--onprem.active {
    min-height: 0;
  }

  .licenses__group--onprem .license-cards {
    grid-template-columns: repeat(2, minmax(260px, 320px));
    gap: 20px;
  }
}

@media (max-width: 680px) {
  .licenses {
    padding: 40px 0;
  }
  .licenses__title {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .licenses__subtitle {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .licenses__toolbar {
    flex-direction: column;
    gap: 20px;
  }
  .licenses__tabs {
    order: 2;
  }
  .licenses__billing {
    order: 1;
  }
  .license-cards {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 0 15px;
  }

  .licenses__group--onprem.active {
    min-height: 0;
    align-items: stretch;
  }
  .licenses__group--onprem .license-cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

@media (max-width: 1200px) {
  .marketplace-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 800px;
  }

  .marketplace-title {
    font-size: 32px;
  }
}


@media (max-width: 680px) {
  .marketplace-cards {
    grid-template-columns: 1fr;
    gap: 16px;
    margin: 20px auto;
    padding: 0 10px;
  }

  .marketplace-card__title {
    font-size: 18px;
  }

  .marketplace-card__price-current {
    font-size: 24px;
  }

  .marketplace-title {
    font-size: 24px;
  }
}

@media (max-width: 1200px) {
  .case-modal__nav--outside#casePrev {
    left: 20px;
  }
  .case-modal__nav--outside#caseNext {
    right: 20px;
  }
}


/* @media (max-height: 810px) {
  .hero__img {
    max-width: 350px;
    width: auto;
    height: auto;
    opacity: 0.9;
  }
} */

@media (max-height: 810px) and (max-width: 768px) {
  .hero__img {
    display: none;
  }
}

@media (max-height: 810px) and (max-width: 768px) and (orientation: landscape) {
  .hero__img {
    display: none;
  }
}

/* Portal Page Styles */
@media (max-width: 1200px) {
  .portal-card {
    flex: 0 0 calc(50% - 15px);
    min-width: calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}

@media (max-width: 768px) {
  .second__hero {
    padding: 100px 0 60px;
    min-height: 50vh;
  }

  .second__hero-title {
    font-size: 36px;
  }

  .second__hero-subtitle {
    font-size: 18px;
  }

  .portal-section {
    padding: 20px 0;
  }

  .portal-section__title {
    font-size: 32px;
    margin-bottom: 40px;
  }

  .portal-slider {
    padding: 0 50px;
  }

  .portal-card {
    flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .portal-card__image {
    height: 200px;
  }

  .portal-card__title {
    font-size: 20px;
    min-height: auto;
  }

  .portal-card__description {
    font-size: 15px;
  }

  .portal-slider__btn {
    width: 40px;
    height: 40px;
  }

  .portal-slider__btn svg {
    width: 20px;
    height: 20px;
  }

  .portal-slider__btn--prev {
    left: 5px;
  }

  .portal-slider__btn--next {
    right: 5px;
  }
}

@media (max-width: 480px) {
  .second__hero-title {
    font-size: 28px;
  }

  .second__hero-subtitle {
    font-size: 16px;
  }

  .portal-section__title {
    font-size: 24px;
  }

  .portal-slider {
    padding: 0 40px;
  }

  .portal-card__content {
    padding: 20px;
  }

  .architecture-modal__lead {
    font-size: 22px;
  }

  .architecture-modal__lead--highlight {
    font-size: 26px;
  }

  .architecture-modal__text {
    font-size: 16px;
  }

  .architecture-modal__list {
    font-size: 16px;
  }

  .architecture-modal__btn {
    padding: 14px 30px;
    font-size: 16px;
  }
}