.place-card.place-card-large {
    display: none !important;
}

.header-banner {
  width: 100%;
  background: #1c85fb;
  color: #fff;
}

.h-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  text-align: left;
}

.h-container > div {
  flex: 1;
  padding: 0 10px;
  border-left: 1px solid #0b396a;
}

.h-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}

.h-subtitle {
  font-size: 15px;
  opacity: 1;
  line-height: 20px;
  color: #fff;
   font-weight: 300;
}

.hero-reviews.mob {
    display: none;
}

/* Mobile styles */
@media (max-width: 768px) {
  .h-container {
	  display: grid;
	  grid-template-columns: 1fr 1fr 1fr;
	  grid-template-rows: auto auto;
	  gap: 4px;
  }

  .h-container > div {
	  border-top: none;
	  padding: 0 0 0 10px;
  }

  .h-col-1 { 
	  grid-column: 1;
      grid-row: 1;
  }
  .h-col-2 { 
	  grid-column: 2;
      grid-row: 1;
	  padding-left: 20px; 
	  border-left: 1px solid #4BE59E; 
  }
  .h-col-3 { 
	  grid-column: 3;
      grid-row: 1;
	  padding-right: 20px; 
  }

  .h-title {
	   font-size: 10px;
        line-height: 14px;
  }

  .h-subtitle {
	font-size: 9px;
    line-height: 14px;
  }
  .hero-reviews:not(.mob) {
    display: none !important;
  }
  .hero-reviews.mob {
    display: flex !important;
    padding: 16px 12px;
    gap: 24px;
    background: #0f142b;
  }
}

.map {
    border-radius: 10px !important;
    width: 100%;
    height: 450px;
    border: 1px solid rgb(42 44 52 / 0.3);
}

.map-box {
    margin-top: 20px;
}

.menu {
}

.menu-list {
    display: flex;
    gap: 26px;
    align-items: center;
}

.menu-item {
}

.menu-link {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 900;
    line-height: 20px;
    text-transform: uppercase;
}

.header-form--cont {
    justify-content: flex-end;
    padding-bottom: 40px;
    background-position: top -55% center;
}

.cont-box {
    justify-content: space-between;
}

.header-mobile--cont {
    background-image: url("../img/header-cont-bg.png");
}

.header-list {
}

.header-list__item {
    color: #ffffffcc;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    padding-left: 34px;
    font-style: normal;
    position: relative;
    text-align: left;
}

.header-list__item::before {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    left: 0;
    top: 3px;
    background-size: fill;
    background-position: center center;
    background-repeat: no-repeat;
}

.--geo::before {
    background-image: url("../fonts/geo-icon.svg");
}

.--phone::before {
    background-image: url("../fonts/phone-icon.svg");
}

.--support::before {
    background-image: url("../fonts/support-icon.svg");
}

.--time::before {
    background-image: url("../fonts/time-icon.svg");
}

.header-list__item:not(:last-child) {
    margin-bottom: 10px;
}

.content-header {
    min-height: 580px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align-last: left;
    width: 100%;
}

.main-title,
.main-title-contact {
    font-size: 60px;
    line-height: 1.2;
}

.header-top {
    gap: 20px;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    padding-top: 0;
    padding-bottom: 0;
}

.accordion-content.active {
    max-height: 400px;
    transition: max-height 0.3s ease-in-out;
    padding-top: 0;
    padding-bottom: 24px;
}

.accordion-header svg {
    transition: transform 0.3s ease-in-out;
}

.accordion-item {
    transition: all 0.2s ease-in-out;
}

.accordion-item {
    background-color: #f6f6f6;
    padding: 15px 55px 27px;
    border: 1px solid rgba(42, 44, 52, 0.1);
    border-radius: 12px 12px 0 0;

    margin-bottom: 0;
    /* transform: translateY(-12px); */
}

.accordion-item {
    margin-top: -10px;
}

.accordion-item:nth-child(5) {
    border-radius: 12px 12px 0 12px;
}

.accordion-title {
    gap: 67px;
}

.accordion-title span {
    color: rgb(13, 18, 16);
    font-family: "Encode Sans Expanded", sans-serif;
    font-size: 24px;
    font-weight: 900;
    line-height: 32px;
}

.accordion-title h3 {
    color: #546880;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}

.accordion-content p {
    margin-top: 20px;
    color: #546880;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    max-width: 950px;
}

.accordion-header svg {
    display: block;
    width: 30px;
}

.header-mobile--about {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top 20% center;
    background-image: url(../img/about-bg.png);
    /* height: 100vh; */
    min-height: 500px;
}

.second-title {
    font-family: "Encode Sans Expanded", sans-serif;
    font-size: 24px;
    font-weight: 900;
    line-height: 32px;
    margin-top: 20px;
}

.prog-bg--about {
    background-image: url("../img/prog-bg2.png");
}

/* .frf {
  max-width: 300px;
  width: 100%;
} */
.last-block {
    padding-top: 45px;
    padding-bottom: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    margin-bottom: 0;
}

.button-button {
    max-width: 400px;
    width: 100%;
    display: block;
}

.last-img-desc {
    max-width: 50%;
    width: 100%;
    /* margin-bottom: -130px; */
}

.last-title {
    color: #ff9500;

    font-size: 36px;
    font-weight: 900;
    line-height: 40px;
}

.bg-last {
    background-color: rgb(3 4 8);
}

.content-block-last {
    max-width: 720px;
    padding-left: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content-block-last p {
    color: #ffffff;
    font-family: "Encode Sans Expanded", sans-serif;
    font-size: 36px;
    font-weight: 300;
    line-height: 40px;
    margin-top: 16px;
    margin-bottom: 100px;
}

.last-img-mob {
    display: none;
}

.menu-item--dropdown {
    position: relative;
}

.menu-dropdown-trigger {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 6px;
}

.menu-dropdown-arrow {
    transition: transform 0.25s ease;
    flex-shrink: 0;
}

.menu-item--dropdown:hover .menu-dropdown-arrow {
    transform: rotate(180deg);
}

.menu-dropdown {
    position: absolute;
    top: calc(100% + 12px);
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffffff;
    border-radius: 10px;
    border: 1px solid rgba(42, 44, 52, 0.12);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    min-width: 220px;
    padding: 8px 0;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
    transform: translateX(-50%) translateY(-4px);
    z-index: 100;
}

.menu-item--dropdown:hover .menu-dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}

.menu-dropdown__link {
    display: block;
    padding: 10px 20px;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #0d1210;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.menu-dropdown__link:hover {
    background-color: #f6f6f6;
    color: #ff9500;
}

.menu-dropdown-trigger {
    position: relative;
}

.menu-dropdown-trigger::after {
    content: '';
    width: 100%;
    height: calc(100% + 12px);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.mobile-nav-link {
    display: block;
    padding: 11px 10px;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    border-radius: 8px;
    transition: background 0.15s, color 0.15s;
}

.mobile-nav-link:hover,
.mobile-nav-link:active {
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
}

.mobile-nav-link--sub {
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.5);
    padding-left: 22px;
}

.mobile-nav-link--sub:hover {
    color: #ff9500;
    background: rgba(255, 149, 0, 0.06);
}

.mobile-accordion-trigger {
    text-align: left;
}

.mobile-accordion.open .mobile-accordion-arrow {
    transform: rotate(180deg);
    opacity: 1;
}

#mobileMenuToggle .hamburger-line {
    height: 2px;
    width: 60%;
}

#mobileMenuToggle.is-open .hamburger-line:nth-child(1) {
    transform: translateY(5px) rotate(45deg);
}
#mobileMenuToggle.is-open .hamburger-line:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}
#mobileMenuToggle.is-open .hamburger-line:nth-child(3) {
   transform: translateY(-7px) rotate(-45deg);
}

#langSwitcherDesktop .ls-dropdown {
    opacity: 0;
    pointer-events: none;
    transform: translateY(-4px);
    transition: opacity 0.2s ease, transform 0.2s ease;
}
#langSwitcherDesktop.ls-open .ls-dropdown {
    opacity: 1 !important;
    pointer-events: all !important;
    transform: translateY(0) !important;
}
#langSwitcherDesktop.ls-open .ls-arrow {
    transform: rotate(180deg) !important;
    opacity: 1 !important;
}
#langSwitcherDesktop.ls-open > button {
    border-color: #f79e1b !important;
    background: rgba(247,158,27,0.1) !important;
}

#mobileMenu .mobile-accordion-arrow {
    width: 12px;
    display: inline;
}

#mobileMenu {
    background: rgba(15, 20, 35, 0.98);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    max-height: 0;
    margin-top: 5px;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

.mobile-accordion-body {
     max-height: 0;
    overflow: hidden;
    transition: max-height 0s!important;
}

ul.list-disc {
    list-style-type: disc;
    
}

/* Information table */
.info-table-section {
  padding-top: 100px;
  padding-bottom: 50px;
}
.info-table-section .page-block-title {
  font-weight: 500;
  text-align: center;
}
.info-table {
  width: 100%;
  border: 1px solid #e5e5e5;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.5;
  box-shadow: 0 4px 20px rgba(247, 158, 27, 0.15);
  border-radius: 16px;
  overflow: hidden;
}
.info-table__row {
  display: grid;
  grid-template-columns: 300px 1fr;
  border-bottom: 1px solid #e5e5e5;
}
.info-table__row:last-child {
  border-bottom: none;
}
.info-table__cell {
  padding: 12px 16px;
}
.info-table__cell--left {
  background: #f79e1b;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}
.info-table__cell--right {
  background: #fff;
  color: #222;
  font-size: 16px;
}

@media (max-width: 768px) {
  .info-table-section {
    padding: 50px 0;
  }
  .info-table__row {
    grid-template-columns: 1fr;
  }
  .info-table__cell--left {
    border-bottom: 1px solid #dcdcf0;
    font-size: 16px;
  }
  .info-table__cell--right {
    font-size: 16px;
  }
}

/* Row block */
.row-block {
  display: flex;
  width: 100%;
  padding: 178px 0 60px 0;
  gap: 40px;
}

.row-block h1 {
  font-size: 44px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 30px;
}

.row-block h2 {
  color: #000;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: left;
}

.row-block p {
  font-size: 18px;
  color: #000;
  width: 100%;
  margin-bottom: 10px;
}

.row-block .row-block-left {
  width: 60%;
  display: flex;
  flex-direction: column;
}

.row-block .row-block-text p {
  font-size: 24px;
  color: #fff;
  width: 100%;
  margin-bottom: 10px;
}

.row-block .row-block-right {
  width: 40%;
  display: flex;
  flex-direction: column;
}

.mission-block {
  padding-top: 50px;
  padding-bottom: 50px;
}

.mission-block .row-block {
  padding: 0;
  align-items: center;
}

.mission-block .row-block-right img {
  max-width: 100%;
  min-height: 378px;
}

@media (max-width: 768px) {
  .mission-block .row-block {
    gap: 0;
  }

  .row-block .row-block-left,
  .row-block .row-block-right {
    width: 100%;
  }

  .row-block {
    padding-top: 102px;
    flex-direction: column;
  }

  .row-block h1 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 0;
  }

  .row-block .row-block-text p {
    font-size: 20px;
    margin-top: 10px;
  }
}

/* User Steps Section */
.user-steps-section {
  padding-bottom: 50px;
}

.section-user-steps__title {
  color: #000;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;
}
.user-steps {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 50px;
}
.user-steps__item {
  display: flex;
  gap: 24px;
  align-items: center;
}
.user-steps__head {
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  min-width: max(280px, 25%);
  background-image: linear-gradient(to bottom, #e7eff8, #ecf2f3);
  border: 1px solid rgb(247 158 27 / 9%);
  border-radius: 80px;
  padding: 12px;
}
.user-steps__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  background: #f79e1b;
  box-shadow: 0 4px 15px rgb(129, 153, 225, 0.4);
}
.user-steps__title {
  color: #f79e1b;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}
.user-steps__text {
  flex: 1;
  display: flex;
  align-items: center;
}
.user-steps__text p {
  font-size: 16px;
  line-height: 1.8;
  color: #2f2320;
}
.section-user-steps__btn {
  display: block;
  max-width: 300px;
  margin: 0 auto;
  padding: 18px 40px;
  background: #f79e1b;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px (129, 153, 225, 0.4);
}
.section-user-steps__btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 30px (129, 153, 225, 0.4);
  background: #f79e1b;
  text-decoration: none;
  color: #fff;
}

@media (max-width: 768px) {
  .user-steps {
    gap: 8px;
  }
  .section-user-steps {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .section-user-steps__title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .user-steps__item {
    gap: 16px;
    flex-direction: column;
    text-align: center;
  }
  .user-steps__head {
    width: 100%;
  }

  .user-steps__number {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .user-steps__title {
    font-size: 16px;
  }

  .user-steps__text {
    width: 100%;
  }
  .user-steps__text p {
    font-size: 13px;
  }
}

/* Roadmap */
.roadmap {
  margin: 0 auto;
  padding-bottom: 50px;
}

.roadmap__title {
  color: #000;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;
}

.roadmap__list {
  position: relative;
}
.roadmap__list:before {
  content: "";
  position: absolute;
  left: 252px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #f79e1b;
}

.roadmap__item {
  display: grid;
  grid-template-columns: 242px 40px 1fr;
  gap: 10px;
  margin-bottom: 30px;
  position: relative;
}
.roadmap__date {
  font-weight: 600;
  color: #f79e1b;
  font-size: 16px;
  text-align: right;
  padding-top: 2px;
}

.roadmap__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #f79e1b;
  margin: 4px auto 0;
  position: relative;
  z-index: 2;
  left: -19px;
  top: 16px;
}

.roadmap__content {
  font-size: 16px;
  line-height: 1.6;
  color: #222;
}

@media (max-width: 768px) {
  .roadmap__list:before {
    left: 10px;
  }
  .roadmap__title {
    font-size: 24px;
  }
  .roadmap__item {
    grid-template-columns: 1fr;
    padding-left: 30px;
  }
  .roadmap__date {
    text-align: left;
    font-size: 13px;
    margin-bottom: 6px;
  }
  .roadmap__dot {
    position: absolute;
    left: 4px;
    top: 4px;
    margin: 0;
  }
}

/* Media Block */
.media-block__row {
  padding-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  justify-content: center;
}
.media__item {
  display: flex;
  flex-direction: column;
  max-width: 372px;
  padding: 50px;
  border-radius: 16px;
  border: 1px solid #dedede;
  min-height: 209px;
}
.media__item img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  margin-bottom: 20px;
}
.media__item--link {
  display: block;
  margin-top: auto;
  color: #707070;
}

.media-block .page-block-title {
  color: #000;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;
}

@media (max-width: 767px) {
  .media__item {
    padding: 30px;
    min-height: 197px;
  }

  .hero-about h1 {
    font-size: 31px;
  }
}

.table-note {
  margin-bottom: 15px !important;
}

.table-content-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 50px;
}

@media (max-width: 1023px) {
    
    .menu-dropdown {
        position: static;
        transform: none;
        box-shadow: none;
        border: none;
        background: none;
        padding: 4px 0 0 16px;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        display: none;
    }

    .menu-item--dropdown.open .menu-dropdown {
        display: block;
    }

    .menu-item--dropdown.open .menu-dropdown-arrow {
        transform: rotate(180deg);
    }

    .menu-dropdown__link {
        color: rgba(255, 255, 255, 0.8);
        font-size: 13px;
        padding: 6px 0;
    }

    .menu-dropdown__link:hover {
        background: none;
        color: #ff9500;
    }
}

@media (min-width: 1024px) {
    .header-mobile--cont {
        min-height: 757px;
    }
}

@media (max-width: 1023px) {
    .header-form--cont {
        background-position: top center;
    }

    .content-header {
        min-height: 250px;
    }

    .main-title-contact {
        font-size: 38px;
        line-height: 1.2;
        text-align: center;
        padding: 0 30px 20px 30px;
    }

    .header-top {
        flex-direction: row;       /* одна строка на мобильных */
        align-items: center;
        justify-content: space-between;
    }

    .main-title {
        font-size: 38px;
        line-height: 1.2;
        text-align: left;
        margin-top: 30px;          /* меньший отступ под новый хедер */
    }

    .second-title {
        font-size: 16px;
        margin-top: 20px;
        padding: 0 30px;
    }

    .accordion-title {
        gap: 14px;
    }

    .accordion-title span {
        margin-right: 0;
    }

    .accordion-title h3 {
        color: #546880;
        font-family: "Inter", sans-serif;
        font-size: 18px;
        font-weight: 600;
        line-height: 28px;
    }

    .accordion-content p {
        margin-top: 20px;
        color: #546880;
        font-family: "Inter", sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        max-width: 950px;
    }
}

@media (max-width: 1023px) {
    .nav-desktop-block {
        display: none !important;
    }
}

@media (min-width: 1024px) {
    .nav-mobile-block {
        display: none !important;
    }
}

@media (max-width: 768px) {
    /* .frf {
      max-width: 400px;
    } */
    .logo {font-size:16px;}
    .last-img-mob {
        display: block;
    }

    .last-img-desc {
        display: none;
    }

    .main-title--about {
        padding-left: 0;
        margin-top: 100px;
    }

    .second-title {
        padding: 0;
    }

    .accordion-item {
        padding-left: 15px;
        padding-right: 15px;
    }

    .card-padding {
        padding: 20px 20px 40px;
    }

    .card-padding-title {
        font-size: 16px;
        font-weight: 900;
        line-height: 22.2px;
    }
    .last-title {
        font-size: 26px;
        line-height: 1.2;
    }

    .content-block-last {
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
    }

    .content-block-last p {
        margin-bottom: 0;
        font-size: 22px;
        line-height: 24px;
        margin-top: 26px;
    }
}

@media (max-width: 576px) {
    .map {
        height: 350px;
    }

    .accordion-title h3 {
        max-width: 230px;
    }
}
