.bg-gr{
    background-color:#4d99ae !important;
}



.bg-lightbl{
    background-color:#4d99ae;
}

.bg-gr {
  background-color: #e1edf1;
}
body{
    background-color: #e1edf1;
}

.site-header {
    padding: 24px 0 0;
}

.site-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 28px 18px;
}

.site-header__logo {
    width: 38%;
}

.site-header__logo img {
    display: block;
    max-width: 320px;
    width: 100%;
    height: auto;
}

.site-header__right {
    width: 54%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.site-header__top {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 18px;
    color: #fff;
    font-size: 23px;
    font-weight: 600;

}

.site-header__top a {
    color: #fff;
    text-decoration: none;
}

.site-header__divider {
    opacity: 0.8;
}

.site-header__line {
    height: 1px;
    background: rgba(255,255,255,0.35);
    margin: 10px 0 12px;
}

.site-header__menu {

    justify-content: space-between;
    align-items: center;
    gap: 18px;
}

.site-header__menu a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
}

.site-header__menu a:hover {
    text-decoration: underline;
}

.site-header__toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1e024e;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 8px 12px;
}

@media (max-width: 639px) {
    .site-header {
        padding: 0;
    }

    .site-header__inner {
        flex-direction: column;
        align-items: stretch;
        padding: 14px 16px;
    }

    .site-header__logo,
    .site-header__right {
        width: 100%;
    }

    .site-header__logo {
        margin-bottom: 14px;
        text-align: center;
    }

    .site-header__logo img {
        margin: 0 auto;
        max-width: 260px;
    }

    .site-header__top {
        justify-content: center;
        flex-wrap: wrap;
        gap: 8px 12px;
        text-align: center;
        font-size: 15px;
    }

    .site-header__line {
        margin: 12px 0;
    }

    .site-header__menu {
 
        flex-direction: column;
        gap: 0;
        margin-top: 10px;
    }

    .site-header__menu a {
        display: block;
        text-align: center;
        padding: 8px 0;
    }

    .site-header__menu.is-open {
        display: flex;
    }
}

.site-header__top {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 18px;
    color: #fff;
}

.site-header__phone {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.1;
}



.site-header__phone-main {
    font-size: 23px;
    font-weight: 700;
    white-space: nowrap;
}

.site-header__phone-main a {
    color: #fff;
    text-decoration: none;
}

.site-header__phone-sub {
    margin-top: 2px;
    font-size: 12px;
    font-weight: 700;
    opacity: 0.9;
}

.site-header__phone-sub a {
    color: #fff;
    text-decoration: none;
}

.site-header__divider {
  margin-top: 0;
  align-self: center;

  position: relative;
  top: -15px;
}

.site-header__top > a {
  align-self: center;
  top: -7px;
  position: relative;
}

.about-page {
  
}

.about-section .container,
.about-team .container {
   
}

/* layout */
.about-section__inner {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    margin-bottom: 26px;
}

/* story left title */
.about-section__side-title {
    width: 200px;
    font-size: 28px;
    font-weight: 700;
    color: #2e98b4;
    line-height: 1.1;
}

/* content */
.about-section__content {
    flex: 1;
}

.about-box {
    background: #f7f7f7;
    padding: 22px 26px;
    font-size: 17px;
    line-height: 1.55;
    color: #333;
}

.about-box p {
    margin: 0 0 14px;
}

/* person block */
.about-section--person .about-section__media {
    width: 160px;
}

.ph--avatar {
    width: 140px;
    height: 140px;
    border-radius: 50%;
}

/* TEAM */
.about-team {
    padding: 20px 0 30px;
}

.about-team__title {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    color: #2e98b4;
}

.about-team__subtitle {
    text-align: center;
    margin-top: 4px;
    margin-bottom: 20px;
    color: #2e98b4;
    font-size: 16px;
}

/* grid */
.about-team__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px 22px;
}

/* card */
.team-card {
    text-align: center;
}

.team-card__photo {
    width: 150px;
    height: 150px;
    margin: 0 auto 12px;
    border-radius: 50%;
    background: #cfe0ea;
}

.team-card__name {
    font-size: 16px;
    color: #2e98b4;
    font-weight: 600;
}

/* placeholder */
.ph {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.5);

    color: #666;
    font-weight: 700;
}

/* mobile */
@media (max-width: 767px) {

    .about-section__inner {
        flex-direction: column;
        gap: 14px;
    }

    .about-section__side-title {
        width: 100%;
        text-align: center;
        font-size: 22px;
    }

    .about-section--person {
        align-items: center;
    }

    .about-section--person .about-section__media {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .about-team__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .team-card__photo {
        width: 120px;
        height: 120px;
    }
}


.about-us-page {
    padding-bottom: 24px;
}

.about-row {
    margin-bottom: 18px;
}

.about-left-col--story {
    justify-content: flex-start;
    align-items: center;
    padding-top: 4px;
}

.about-left-col--photo {
    min-height: 100%;
}

.about-side-title {
    color: #2e98b4;
    font-size: 31px;
    line-height: 0.95;
    font-weight: 700;
    text-align: center;
    max-width: 180px;
}

.about-white-box {
    background: #f7f7f7;
    padding: 18px 18px 16px;
    min-height: 100%;
}

.about-white-box p {
    margin: 0 0 12px;
    font-size: 17px;
    line-height: 1.45;
    color: #222;
}

.about-founder-photo-wrap {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-founder-photo {
    width: 120px;
    height: 120px;
    border-radius: 9999px;
    object-fit: cover;
    display: block;
}

.about-team-title {
    color: #2e98b4;
    font-size: 22px;
    line-height: 1.05;
    font-weight: 700;
    margin-bottom: 4px;
}

.about-team-subtitle {
    color: #2e98b4;
    font-size: 14px;
    line-height: 1.1;
    margin-bottom: 18px;
}

.about-team-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px 18px;
    justify-items: center;
}

.team-card {
    text-align: center;
}

.team-card__photo {
    width: 166px;
    height: 166px;
    border-radius: 9999px;
    object-fit: cover;
    display: block;
    margin: 0 auto 10px;
    background: #cfe0ea;
}

.team-card__name {
    font-size: 16px;
    line-height: 1.2;
    color: #2e98b4;
    font-weight: 500;
}

@media (max-width: 1023px) {
    .about-row {
        margin-bottom: 24px;
    }

    .about-left-col--story,
    .about-left-col--photo {
        align-items: center;
        justify-content: center;
        padding-top: 0;
        margin-bottom: 8px;
    }

    .about-side-title {
        max-width: none;
        font-size: 26px;
        line-height: 1;
    }

    .about-white-box {
        padding: 16px 16px 14px;
    }

    .about-founder-photo-wrap,
    .about-founder-photo {
        width: 110px;
        height: 110px;
    }

    .about-team-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px 14px;
    }

    .team-card__photo {
        width: 138px;
        height: 138px;
    }
}

@media (max-width: 640px) {
    .about-us-page {
        padding-bottom: 16px;
    }

    .about-side-title {
        font-size: 22px;
    }

    .about-white-box p {
        font-size: 16px;
        line-height: 1.4;
    }

    .team-card__photo {
        width: 124px;
        height: 124px;
    }

    .team-card__name {
        font-size: 15px;
    }
}

/* =========================
   HOME PAGE
========================= */

.home-page {
    background: #d9e7ec;
    padding-bottom: 24px;
}

.home-carriers .container,
.home-different .container,
.home-feature .container,
.home-bottom-bar .container {
    /*max-width: 1040px;*/
}

/* =========================
   HERO INSIDE SHARED HEADER
========================= */

.site-header {
    position: relative;
    z-index: 5;
}

.site-header .home-hero--header {
    position: relative;
    z-index: 8;
    margin-top: 16px;
    margin-bottom: -56px;
}

.site-header .home-hero--header .home-hero__inner {
    position: relative;
    min-height: 405px;
    background: linear-gradient(to bottom, #eef1f2 0%, #7fb8c7 55%, #7bb8c9 100%);
    overflow: visible;
}

.site-header .home-hero--header .home-hero__visual {
    min-height: 405px;
    position: relative;
}

.site-header .home-hero--header .home-hero__img {
    display: block;
    width: 57%;

    height: auto;
    margin-left: 28px;
    padding-top: 18px;
}

.site-header .home-hero--header .home-hero__card {
    position: absolute;
    right: 40px;
    top: 62px;
    width: 50%;
    z-index: 5;
}

.site-header .home-hero--header .home-hero__card-inner {
    background: #f2f2f2;
    border-radius: 18px;
    padding: 46px 56px 46px;
    text-align: center;
}

.home-hero__small {
    color: #ff6d6d;
    font-size: 28px;
    line-height: 1.25;
    font-weight: 700;
    margin-bottom: 18px;
}

.site-header .home-hero--header .home-hero__small span {
   
}

.home-hero__mid {
    color: #2e98b4;
    font-size: 28px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 18px;
}

.home-hero__cta {
    font-size: 17px;
    padding: 10px 16px;
}

.site-header .home-hero--header .home-hero__cta {
    display: inline-block;
    background: #06a886;
    color: #fff;
    font-size: 26px;
    line-height: 1.15;
    font-weight: 700;
    padding: 7px 12px;
}

.site-header .home-hero--header .home-hero__cta em {
    font-style: italic;
}

/* =========================
   CARRIERS
========================= */

.home-carriers {
    padding-top: 56px;
}

.home-carriers__inner {
    background: #f4f4f4;
    padding: 14px 22px 22px;
    text-align: center;
}

.home-carriers__title {
    font-size: 11px;
    font-weight: 700;
    color: #777;
    margin-bottom: 16px;
}

/* база */
.home-carriers__row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-bottom: 30px;
}



.home-carriers__logo {
    min-width: 92px;
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-carriers__row--1 {
    gap: 48px;
}

.home-carriers__row--2 {
    gap: 56px;
    transform: translateX(-10px); /* смещение влево */
}

.home-carriers__row--3 {
    gap: 60px;
    transform: translateX(20px); /* смещение вправо */
}

.home-carriers__row img {
    max-height: 36px;
    max-width: 120px;
    width: auto;
    height: auto;
}

/* =========================
   CONTENT PANELS
========================= */

.home-section {
    background: #f7f7f7;
    padding: 18px 28px 34px;
}

.home-section--intro {
    padding-top: 14px;
    padding-bottom: 8px;
}

.home-section--narrow {
    text-align: center;
}

.home-different__title {
    margin: 0;
    color: #2e98b4;
    font-size: 28px;
    line-height: 1.15;
    font-weight: 700;
    text-align: center;
}

.home-different__title span {
    color: #ff6d6d;
}

/* =========================
   FEATURE COMMON
========================= */

.home-feature__badge {
    display: inline-block;
    background: #2e98b4;
    color: #fff;
    font-size: 22px;
    line-height: 1.1;
    font-weight: 700;
    padding: 10px 18px;
    margin: 0 auto 24px;
}

.home-feature__badge--green {
    background: #06a886;
}

.home-feature__lead {
    max-width: 720px;
    margin: 0 auto 22px;
    color: #2e98b4;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 700;
    text-align: center;
}

.home-feature__lead--left {
    max-width: none;
    margin-left: 0;
    text-align: left;
}

.home-feature__text {
    max-width: 650px;
    margin: 0 auto;
    color: #333;
    font-size: 18px;
    line-height: 1.55;
    text-align: center;
}

.home-feature__text--left {
    max-width: none;
    text-align: left;
}

.home-feature__text p {
    margin: 0 0 14px;
}

/* =========================
   SPLIT SECTION
========================= */

.home-section--split {
    display: flex;
    align-items: center;
    gap: 38px;
}

.home-section__media {
    width: 28%;
}

.home-section__content {
    width: 72%;
}

.home-book-img {
    display: block;
    width: 100%;
    max-width: 190px;
    height: auto;
    margin: 0 auto;
}

/* =========================
   VIDEO / CARD
========================= */

.home-feature__video,
.home-feature__card-image {
    margin: 22px 0 22px;
}

.home-video-img {
    display: block;
    width: 320px;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.home-card-img {
    display: block;
    width: 320px;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

/* =========================
   TOPICS
========================= */

.home-topics {
    margin-top: 26px;
}

.home-topics__title {
    color: #777;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 16px;
    text-align: center;
}

.home-topics__cols {
    display: flex;
    justify-content: center;
    gap: 80px;
    text-align: left;
}

.home-topics__cols ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.home-topics__cols li {
    margin-bottom: 8px;
}

.home-topics__cols a {
    color: #2e98b4;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}

/* =========================
   MOBILE
========================= */

@media (max-width: 767px) {
    .site-header .home-hero--header {
        margin-top: 10px;
        margin-bottom: -20px;
    }

    .site-header .home-hero--header .home-hero__inner {
        min-height: auto;
    }

    .site-header .home-hero--header .home-hero__visual {
        min-height: auto;
    }

    .site-header .home-hero--header .home-hero__img {
        width: 100%;
        max-width: none;
        margin-left: 0;
        padding-top: 0;
    }

    .site-header .home-hero--header .home-hero__card {
        position: static;
        width: calc(100% - 24px);
        margin: 16px auto 0;
    }

    .home-carriers {
        padding-top: 20px;
    }

    .home-carriers__row {
        flex-wrap: wrap;
        gap: 14px 16px;
    }

    .home-section {
        padding: 16px 14px 24px;
    }

    .home-different__title {
        font-size: 22px;
    }

    .home-feature__badge {
        font-size: 18px;
        padding: 8px 12px;
    }

    .home-feature__lead {
        font-size: 20px;
    }

    .home-feature__text {
        font-size: 16px;
    }

    .home-section--split {
        flex-direction: column;
        gap: 20px;
    }

    .home-section__media,
    .home-section__content {
        width: 100%;
    }

    .home-feature__lead--left,
    .home-feature__text--left {
        text-align: center;
    }

    .home-topics__cols {
        flex-direction: column;
        gap: 16px;
    }
}

.site-disclaimer {
    
    padding: 24px 0 0px;
    font-size: 13px;
    line-height: 1.55;
    color: #fff;
}

.site-disclaimer p {
    margin: 0 0 8px;
}