@charset "UTF-8";
.fz-40 {
  font-size: 40px; }
  @media (max-width: 1499px) {
    .fz-40 {
      font-size: 28px; } }
  @media (max-width: 767px) {
    .fz-40 {
      font-size: 18px; } }

.fz-28 {
  font-size: 28px; }

.fz-24 {
  font-size: 24px; }

.fz-20 {
  font-size: 20px; }
  @media (max-width: 767px) {
    .fz-20 {
      font-size: 12px; } }

.fz-18 {
  font-size: 18px; }
  @media (max-width: 767px) {
    .fz-18 {
      font-size: 14px; } }

.fz-16 {
  font-size: 16px; }
  @media (max-width: 767px) {
    .fz-16 {
      font-size: 14px; } }

.fz-15 {
  font-size: 15px; }
  @media (max-width: 767px) {
    .fz-15 {
      font-size: 12px; } }

.fz-14 {
  font-size: 14px; }
  @media (max-width: 1499px) {
    .fz-14 {
      font-size: 12px; } }

.fz-12 {
  font-size: 12px; }
  @media (max-width: 767px) {
    .fz-12 {
      font-size: 10px; } }

.gestion footer {
  margin-top: 0; }

.gestion .index-faq-section {
  background-color: #F7F7F7;
  margin-top: 0; }

.gestion .page-header-section--subsection {
  align-items: center;
  text-align: center;
  width: 100%; }

@media (min-width: 768px) {
  .gestion .breadcrumb__list {
    justify-content: center; } }

.gestion .page-article-hero {
  max-height: 750px; }

.gestion .page-article-hero + .container {
  margin-top: -450px;
  margin-bottom: 180px; }

.gestion .page-article-hero__image:after {
  content: none; }

.gestion .page-header-section__title {
  font-size: 48px;
  line-height: 1.2; }
  .gestion .page-header-section__title span {
    display: block;
    font-size: 36px; }

@media (max-width: 767px) {
  .gestion .form-block-section--v4 .form-block-section__inner {
    padding: 30px 40px; }
  .gestion .form-block-section__left {
    padding: 0;
    margin-bottom: 20px; }
    .gestion .form-block-section__left .presection__title {
      text-align: left;
      font-weight: 400;
      font-size: 18px; }
  .gestion .form-block-section__descr {
    font-size: 14px; }
  .gestion .presection__title {
    font-weight: 500; }
  .gestion .page-article-hero + .container {
    margin-bottom: 20px;
    margin-top: 0;
    position: relative; }
  .gestion .page-article-hero + .container .page-header-section {
    left: 0;
    right: 0;
    z-index: 2;
    text-align: left;
    align-items: flex-start;
    padding: 0 15px; }
  .gestion .page-header-section__title {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 400; }
    .gestion .page-header-section__title span {
      display: block;
      font-size: 22px; }
  .gestion .page-article-hero:after {
    position: absolute;
    content: "";
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    left: 0;
    right: 0;
    height: 140px;
    z-index: 2; } }

@media (max-width: 575px) {
  .gestion .form-block-section--v4 .form-block-section__inner {
    padding: 20px 12px; } }

.gestion.gestion-b .page-article-hero + .container {
  margin-bottom: 250px;
  position: relative; }
  @media (max-width: 767px) {
    .gestion.gestion-b .page-article-hero + .container {
      margin-bottom: 20px; } }

@media (max-width: 767px) {
  .gestion.gestion-b .g-text {
    padding: 0 0 40px; } }

.g-services {
  position: relative; }
  .g-services__inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 27px;
    grid-template-rows: 1fr; }
    @media (max-width: 1499px) {
      .g-services__inner {
        grid-template-columns: 1fr 1fr; } }
    @media (max-width: 767px) {
      .g-services__inner {
        grid-template-columns: 1fr;
        gap: 20px; } }
  .g-services-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    min-height: 220px;
    text-align: center;
    color: #2B2A29;
    line-height: 1.2;
    padding: 33px 40px 25px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    transition: all ease .3s; }
    @media (min-width: 1200px) {
      .g-services-card:hover {
        box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.4); } }
    @media (max-width: 767px) {
      .g-services-card {
        min-height: 160px;
        padding: 20px 17px; } }
    .g-services-card__title {
      font-size: 22px;
      text-transform: uppercase;
      font-weight: 500;
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        .g-services-card__title {
          font-size: 16px;
          margin-bottom: 12px; } }
    .g-services-card__descr {
      font-size: 18px;
      font-weight: 300;
      color: #2B2A29; }
      @media (max-width: 767px) {
        .g-services-card__descr {
          font-size: 14px;
          font-weight: 400;
          line-height: 1.6; } }
    .g-services-card__link {
      margin-top: 20px;
      margin-bottom: 0; }
    @media (min-width: 1200px) {
      .g-services-card .more-link:hover .more-link__title {
        color: #0085cf; } }
    @media (max-width: 767px) {
      .g-services-card .more-link__title {
        font-weight: 500;
        color: #0085cf; } }

.g-text {
  padding: 80px 0; }
  @media (max-width: 767px) {
    .g-text {
      padding: 60px 15px; }
      .g-text .presection__title {
        text-align: left;
        font-size: 20px; } }
  .g-text-block {
    max-width: 1100px;
    margin: 0 auto; }
    .g-text-block.content p {
      font-size: 18px;
      font-weight: 300;
      line-height: 1.6; }
      .g-text-block.content p b {
        font-weight: 400; }
    @media (max-width: 767px) {
      .g-text-block.content p {
        font-size: 14px;
        font-weight: 400; }
        .g-text-block.content p b {
          font-weight: 500; } }

.g-benefits-grid {
  display: grid;
  grid-template-rows: 1fr;
  background: rgba(228, 228, 228, 0.1); }
  .g-benefits-grid__item {
    position: relative; }
    .g-benefits-grid__item:nth-child(2n) .g-benefits-descr {
      order: -1;
      padding-left: 50px;
      padding-right: 8.5vw; }
      @media (max-width: 767px) {
        .g-benefits-grid__item:nth-child(2n) .g-benefits-descr {
          padding-left: 25px; } }
    .g-benefits-grid__item:nth-child(2n) .g-benefits-img {
      left: 50%;
      right: 0; }

.g-benefits-inner {
  display: grid;
  grid-template-columns: 1fr 1fr; }
  @media (max-width: 1199px) {
    .g-benefits-inner {
      grid-template-columns: 1fr; } }

.g-benefits-descr {
  padding-left: 8.5vw;
  min-height: 660px;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media (max-width: 1199px) {
    .g-benefits-descr {
      order: -1;
      min-height: auto;
      padding: 40px 0 40px 50px; } }
  @media (max-width: 767px) {
    .g-benefits-descr {
      padding: 30px 15px 30px 25px; } }
  .g-benefits-descr__title {
    font-weight: 400;
    position: relative;
    font-size: 34px;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .g-benefits-descr__title {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 20px; } }
    .g-benefits-descr__title:before {
      position: absolute;
      content: "";
      width: 36px;
      height: 3px;
      background-color: #0085cf;
      top: 25px;
      left: -50px; }
      @media (max-width: 767px) {
        .g-benefits-descr__title:before {
          width: 12px;
          top: 10px;
          height: 2px;
          left: -20px; } }
  .g-benefits-descr__text p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6; }
    .g-benefits-descr__text p:not(:last-child) {
      margin-bottom: 20px; }
    @media (max-width: 767px) {
      .g-benefits-descr__text p {
        font-size: 14px;
        font-weight: 400; }
        .g-benefits-descr__text p:not(:last-child) {
          margin-bottom: 15px; } }

.g-benefits-img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 50%; }
  @media (max-width: 1199px) {
    .g-benefits-img {
      position: static; } }
  @media (max-width: 767px) {
    .g-benefits-img {
      margin: 0 -15px; } }
  .g-benefits-img .lazy-img-wrap {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 1199px) {
      .g-benefits-img .lazy-img-wrap {
        position: relative; } }
    .g-benefits-img .lazy-img-wrap img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.g-offer {
  margin-top: 130px;
  background: #F6F6F6;
  padding: 60px 0; }
  @media (max-width: 767px) {
    .g-offer {
      margin-top: 60px;
      padding: 30px 0 40px; }
      .g-offer .presection__title {
        padding: 0 15px; } }
  .g-offer__subtitle {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
    margin: 0 auto 48px;
    max-width: 900px;
    text-align: center; }
    @media (max-width: 767px) {
      .g-offer__subtitle {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 30px;
        text-align: left;
        padding: 0 15px; } }
  .g-offer__cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    gap: 24px; }
    @media (max-width: 1499px) {
      .g-offer__cards {
        grid-template-columns: 1fr 1fr; } }
    @media (max-width: 767px) {
      .g-offer__cards {
        gap: 20px;
        grid-template-columns: 1fr; } }
  .g-offer-card {
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition: all ease .3s; }
    @media (min-width: 1200px) {
      .g-offer-card:hover {
        cursor: pointer;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
        transform: translateY(-3px); } }
    .g-offer-card__head {
      font-size: 26px;
      color: #ffffff;
      line-height: 1.2;
      font-weight: 400;
      padding: 15px 0;
      text-align: center;
      background: linear-gradient(90deg, #D3DCEA 0%, #849ABD 52.08%, #8BA2C6 100%); }
      @media (max-width: 767px) {
        .g-offer-card__head {
          padding: 12px;
          font-size: 20px; } }
      .g-offer-card__head.silver {
        background: linear-gradient(90deg, #787878 0%, #C2C2C2 15.62%, #CDCDCD 20.31%, #8A8A8A 48.96%, #787878 76.56%, #7A7A7A 100%); }
      .g-offer-card__head.gold {
        position: relative;
        overflow: hidden;
        background: linear-gradient(89.91deg, #F0C652 0.06%, #A37925 41.66%, #BF8D29 99.9%); }
        .g-offer-card__head.gold:before {
          content: 'Популярный';
          position: absolute;
          bottom: 0;
          right: -18px;
          height: 19px;
          line-height: 19px;
          padding: 0 35px;
          font-size: 9px;
          font-weight: 500;
          text-transform: uppercase;
          color: #ffffff;
          background-color: #0085cf;
          transform: rotate(40deg) translateY(-35px); }
          @media (max-width: 767px) {
            .g-offer-card__head.gold:before {
              right: -20px;
              height: 16px;
              line-height: 16px;
              font-size: 6px;
              transform: rotate(40deg) translateY(-26px); } }
      .g-offer-card__head.platinum {
        background: linear-gradient(90deg, #B8B49F 0%, #C4C0AB 11.6%, #CAC6B1 20.39%, #AFAB96 30.3%, #898571 72.4%, #7E7A65 83.23%, #9C9883 100%); }
    .g-offer-card__body {
      padding: 25px 20px 110px;
      display: flex;
      flex-direction: column;
      align-items: center; }
      @media (max-width: 767px) {
        .g-offer-card__body {
          padding: 16px 18px 100px; } }
    .g-offer-card__price {
      text-align: center;
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        .g-offer-card__price {
          margin-bottom: 20px; } }
      .g-offer-card__price p:first-child {
        font-size: 40px;
        font-weight: 400;
        margin-bottom: 10px;
        line-height: 1; }
        @media (max-width: 767px) {
          .g-offer-card__price p:first-child {
            margin-bottom: 6px; } }
        .g-offer-card__price p:first-child span {
          font-weight: 700; }
      .g-offer-card__price p:nth-child(2) {
        color: #707070;
        font-size: 14px;
        margin-bottom: 15px; }
        @media (max-width: 767px) {
          .g-offer-card__price p:nth-child(2) {
            font-size: 10px; } }
      .g-offer-card__price p:nth-child(3) {
        font-size: 18px;
        font-weight: 400; }
        .g-offer-card__price p:nth-child(3) span {
          font-weight: 500;
          font-size: 28px; }
        @media (max-width: 767px) {
          .g-offer-card__price p:nth-child(3) {
            font-size: 16px; }
            .g-offer-card__price p:nth-child(3) span {
              font-size: 18px; } }
    .g-offer-card__list {
      padding-left: 25px;
      list-style: disc; }
      @media (max-width: 767px) {
        .g-offer-card__list {
          padding-left: 16px; } }
      .g-offer-card__list li {
        list-style-type: disc;
        font-size: 18px;
        font-weight: 400; }
        @media (max-width: 767px) {
          .g-offer-card__list li {
            font-size: 14px; } }
        .g-offer-card__list li:not(:last-child) {
          margin-bottom: 16px; }
          @media (max-width: 767px) {
            .g-offer-card__list li:not(:last-child) {
              margin-bottom: 12px; } }
    .g-offer-card__btn {
      position: absolute;
      bottom: 30px; }

.g-footer {
  margin-top: 130px; }
  @media (max-width: 767px) {
    .g-footer {
      margin-top: 60px; } }
  .g-footer .g-benefits-grid {
    background-color: #fff; }
  @media (max-width: 767px) {
    .g-footer .g-benefits-descr__title {
      font-size: 18px; } }
  .g-footer .g-benefits-descr__title:before {
    content: none; }
  .g-footer .g-benefits-descr {
    padding-top: 30px;
    padding-bottom: 30px; }
    @media (max-width: 1199px) {
      .g-footer .g-benefits-descr {
        padding-top: 0;
        padding-bottom: 0; } }
    @media (max-width: 767px) {
      .g-footer .g-benefits-descr {
        padding-left: 20px;
        padding-top: 0; } }
  .g-footer .g-benefits-img:before {
    content: '';
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    top: 0;
    width: 80%;
    background: linear-gradient(270.06deg, #FFFFFF 0.05%, rgba(255, 255, 255, 0) 99.94%); }
  @media (max-width: 1199px) {
    .g-footer .g-benefits-img {
      position: relative; } }
  .g-footer .g-benefits-descr__btn {
    margin-top: 48px;
    align-self: flex-start;
    min-width: 190px; }
    @media (max-width: 767px) {
      .g-footer .g-benefits-descr__btn {
        margin-top: 20px; } }

.g-counter {
  padding-bottom: 80px; }
  @media (max-width: 767px) {
    .g-counter {
      padding-bottom: 40px; } }
  .g-counter-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px; }
    @media (max-width: 1199px) {
      .g-counter-grid {
        grid-template-columns: 1fr 1fr; } }
    @media (max-width: 575px) {
      .g-counter-grid {
        grid-template-columns: 1fr;
        gap: 16px; } }
  .g-counter__item {
    padding: 33px 40px 25px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center; }
    @media (max-width: 1499px) {
      .g-counter__item {
        padding: 24px 32px; } }
    @media (max-width: 767px) {
      .g-counter__item {
        padding: 16px 20px;
        gap: 8px; } }
    .g-counter__item-number {
      color: #0085cf;
      font-size: 46px;
      font-weight: 400; }
      @media (max-width: 767px) {
        .g-counter__item-number {
          font-size: 36px; } }
    .g-counter__item-title {
      text-transform: uppercase;
      font-weight: 400;
      font-size: 22px; }
      @media (max-width: 1499px) {
        .g-counter__item-title {
          font-size: 18px; } }
      @media (max-width: 767px) {
        .g-counter__item-title {
          font-size: 16px; } }
