@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
  --webkey-color-primary: #0D448C;
  --webkey-color-success: #7CB342;
  --webkey-color-info: #03a9f4;
  --webkey-color-warning: #FF8833;
  --webkey-color-error: #ff1a1a;
  --webkey-color-text: #111827;
  --webkey-color-text-grey: #9ca3af;
  --webkey-font-family: "Inter";
  --webkey-margin-top: 0.5rem;
  --webkey-margin-right: 0.5rem;
  --webkey-margin-end-block: 100px;
  --webkey-padding: 0.375rem;
  --webkey-border-radius: 0.375rem;
  --webkey-border: 1px solid #D1D5DB;
  --webkey-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.2);
  font-family: var(--webkey-font-family);
  margin: 0;
  padding: 0; }

.home {
  position: relative;
  padding-bottom: 20rem;
  padding-top: 10rem;
  margin-bottom: 50px;
  background-image: url("../../web/landing/home/img/bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .home_text {
    display: block; }
    .home_text h1 {
      color: white;
      font-weight: 800;
      font-size: 48px;
      line-height: 3.75rem; }
    .home_text p {
      display: inline-block;
      max-width: 620px;
      color: white; }

@media screen and (max-width: 576px) {
  .home {
    display: flex;
    width: 100%;
    margin-bottom: 25px;
    padding-bottom: 150px;
    padding-top: 7rem; }
    .home_text {
      padding-top: 0;
      padding-bottom: 0; } }

@media screen and (max-width: 320px) {
  .home_text h1 {
    font-size: 32px;
    line-height: 2.75rem; }
  .home_text p {
    font-size: 14px; } }

.about__license {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin-top: 3rem; }
  .about__license img {
    width: 100px;
    height: 100px; }

.about__photo {
  width: 100%;
  height: 350px;
  background-position: center;
  background-size: cover;
  border-radius: var(--webkey-border-radius); }

@media screen and (max-width: 1024px) {
  .about__license {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin-top: 3rem; }
    .about__license img {
      width: 100px;
      height: 100px; }
  .about__photo {
    height: 350px;
    margin-top: 1rem; } }

@media screen and (max-width: 768px) {
  .about__photo {
    height: 250px; } }

@media screen and (max-width: 320px) {
  .about__license img {
    width: 75px;
    height: 75px; }
  .about__photo {
    height: 200px; } }

.services__body__desktop {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.services__body__mobile {
  display: none; }

.services__body__block {
  width: calc(25% - 1rem);
  margin-right: 1rem;
  height: 280px;
  background-color: var(--webkey-color-primary);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: var(--webkey-border-radius);
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  position: relative; }
  .services__body__block__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem; }
  .services__body__block__category {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.28);
    backdrop-filter: blur(10px);
    color: #FFF;
    text-decoration: none;
    font-size: 0.875rem;
    line-height: 1.1rem;
    font-weight: 600;
    transition: background-color 0.2s ease, transform 0.2s ease; }
    .services__body__block__category:hover {
      background: rgba(255, 255, 255, 0.28);
      color: #FFF;
      transform: translateY(-1px); }
  .services__body__block p {
    color: #FFF;
    text-align: center;
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
    overflow-wrap: anywhere; }
  .services__body__block:hover {
    cursor: pointer;
    box-shadow: 0 0 1rem rgba(13, 68, 140, 0.25); }
  .services__body__block_big {
    width: calc(50% - 1rem);
    margin-right: 1rem;
    height: 280px;
    background-color: var(--webkey-color-primary);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: var(--webkey-border-radius);
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    position: relative; }
    .services__body__block_big__content {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 0.75rem; }
    .services__body__block_big__category {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0.35rem 0.75rem;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.16);
      border: 1px solid rgba(255, 255, 255, 0.28);
      backdrop-filter: blur(10px);
      color: #FFF;
      text-decoration: none;
      font-size: 0.875rem;
      line-height: 1.1rem;
      font-weight: 600;
      transition: background-color 0.2s ease, transform 0.2s ease; }
      .services__body__block_big__category:hover {
        background: rgba(255, 255, 255, 0.28);
        color: #FFF;
        transform: translateY(-1px); }
    .services__body__block_big p {
      color: #FFF;
      text-align: center;
      font-size: 1rem;
      font-weight: 400;
      margin: 0;
      overflow-wrap: anywhere; }
    .services__body__block_big:hover {
      cursor: pointer;
      box-shadow: 0 0 1rem rgba(13, 68, 140, 0.25); }
  .services__body__block_full {
    width: calc(100% - 1rem);
    margin-right: 1rem;
    height: 280px;
    background-color: var(--webkey-color-primary);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: var(--webkey-border-radius);
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    position: relative; }
    .services__body__block_full__content {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 0.75rem; }
    .services__body__block_full__category {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0.35rem 0.75rem;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.16);
      border: 1px solid rgba(255, 255, 255, 0.28);
      backdrop-filter: blur(10px);
      color: #FFF;
      text-decoration: none;
      font-size: 0.875rem;
      line-height: 1.1rem;
      font-weight: 600;
      transition: background-color 0.2s ease, transform 0.2s ease; }
      .services__body__block_full__category:hover {
        background: rgba(255, 255, 255, 0.28);
        color: #FFF;
        transform: translateY(-1px); }
    .services__body__block_full p {
      color: #FFF;
      text-align: center;
      font-size: 1rem;
      font-weight: 400;
      margin: 0;
      overflow-wrap: anywhere; }
    .services__body__block_full:hover {
      cursor: pointer;
      box-shadow: 0 0 1rem rgba(13, 68, 140, 0.25); }

.services__footer {
  display: none; }

@media screen and (max-width: 1024px) {
  .services__body__block {
    width: calc(25% - 0.5rem);
    margin-right: 0.5rem;
    height: 200px;
    background-color: var(--webkey-color-primary);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: var(--webkey-border-radius);
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    position: relative; }
    .services__body__block__content {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 0.75rem; }
    .services__body__block__category {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0.35rem 0.75rem;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.16);
      border: 1px solid rgba(255, 255, 255, 0.28);
      backdrop-filter: blur(10px);
      color: #FFF;
      text-decoration: none;
      font-size: 0.875rem;
      line-height: 1.1rem;
      font-weight: 600;
      transition: background-color 0.2s ease, transform 0.2s ease; }
      .services__body__block__category:hover {
        background: rgba(255, 255, 255, 0.28);
        color: #FFF;
        transform: translateY(-1px); }
    .services__body__block p {
      color: #FFF;
      text-align: center;
      font-size: 1rem;
      font-weight: 400;
      margin: 0;
      overflow-wrap: anywhere; }
    .services__body__block:hover {
      cursor: pointer;
      box-shadow: 0 0 1rem rgba(13, 68, 140, 0.25); }
    .services__body__block_big {
      width: calc(50% - 0.5rem);
      margin-right: 0.5rem;
      height: 200px;
      background-color: var(--webkey-color-primary);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      border-radius: var(--webkey-border-radius);
      margin-top: 0.5rem;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 1rem;
      position: relative; }
      .services__body__block_big__content {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.75rem; }
      .services__body__block_big__category {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0.35rem 0.75rem;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.16);
        border: 1px solid rgba(255, 255, 255, 0.28);
        backdrop-filter: blur(10px);
        color: #FFF;
        text-decoration: none;
        font-size: 0.875rem;
        line-height: 1.1rem;
        font-weight: 600;
        transition: background-color 0.2s ease, transform 0.2s ease; }
        .services__body__block_big__category:hover {
          background: rgba(255, 255, 255, 0.28);
          color: #FFF;
          transform: translateY(-1px); }
      .services__body__block_big p {
        color: #FFF;
        text-align: center;
        font-size: 1rem;
        font-weight: 400;
        margin: 0;
        overflow-wrap: anywhere; }
      .services__body__block_big:hover {
        cursor: pointer;
        box-shadow: 0 0 1rem rgba(13, 68, 140, 0.25); }
    .services__body__block_full {
      width: calc(100% - 0.5rem);
      margin-right: 0.5rem;
      height: 200px;
      background-color: var(--webkey-color-primary);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      border-radius: var(--webkey-border-radius);
      margin-top: 0.5rem;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 1rem;
      position: relative; }
      .services__body__block_full__content {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.75rem; }
      .services__body__block_full__category {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0.35rem 0.75rem;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.16);
        border: 1px solid rgba(255, 255, 255, 0.28);
        backdrop-filter: blur(10px);
        color: #FFF;
        text-decoration: none;
        font-size: 0.875rem;
        line-height: 1.1rem;
        font-weight: 600;
        transition: background-color 0.2s ease, transform 0.2s ease; }
        .services__body__block_full__category:hover {
          background: rgba(255, 255, 255, 0.28);
          color: #FFF;
          transform: translateY(-1px); }
      .services__body__block_full p {
        color: #FFF;
        text-align: center;
        font-size: 1rem;
        font-weight: 400;
        margin: 0;
        overflow-wrap: anywhere; }
      .services__body__block_full:hover {
        cursor: pointer;
        box-shadow: 0 0 1rem rgba(13, 68, 140, 0.25); } }

@media screen and (max-width: 768px) {
  .services__body__desktop {
    display: none; }
  .services__body__mobile {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .services__body__block {
    width: calc(50% - 0.5rem);
    margin-right: 0.5rem;
    height: 160px;
    background-color: var(--webkey-color-primary);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: var(--webkey-border-radius);
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    position: relative; }
    .services__body__block__content {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 0.75rem; }
    .services__body__block__category {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0.35rem 0.75rem;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.16);
      border: 1px solid rgba(255, 255, 255, 0.28);
      backdrop-filter: blur(10px);
      color: #FFF;
      text-decoration: none;
      font-size: 0.875rem;
      line-height: 1.1rem;
      font-weight: 600;
      transition: background-color 0.2s ease, transform 0.2s ease; }
      .services__body__block__category:hover {
        background: rgba(255, 255, 255, 0.28);
        color: #FFF;
        transform: translateY(-1px); }
    .services__body__block p {
      color: #FFF;
      text-align: center;
      font-size: 1rem;
      font-weight: 400;
      margin: 0;
      overflow-wrap: anywhere; }
    .services__body__block:hover {
      cursor: pointer;
      box-shadow: 0 0 1rem rgba(13, 68, 140, 0.25); }
    .services__body__block_big {
      width: calc(100% - 0.5rem);
      margin-right: 0.5rem;
      height: 160px;
      background-color: var(--webkey-color-primary);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      border-radius: var(--webkey-border-radius);
      margin-top: 0.5rem;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 1rem;
      position: relative; }
      .services__body__block_big__content {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.75rem; }
      .services__body__block_big__category {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0.35rem 0.75rem;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.16);
        border: 1px solid rgba(255, 255, 255, 0.28);
        backdrop-filter: blur(10px);
        color: #FFF;
        text-decoration: none;
        font-size: 0.875rem;
        line-height: 1.1rem;
        font-weight: 600;
        transition: background-color 0.2s ease, transform 0.2s ease; }
        .services__body__block_big__category:hover {
          background: rgba(255, 255, 255, 0.28);
          color: #FFF;
          transform: translateY(-1px); }
      .services__body__block_big p {
        color: #FFF;
        text-align: center;
        font-size: 1rem;
        font-weight: 400;
        margin: 0;
        overflow-wrap: anywhere; }
      .services__body__block_big:hover {
        cursor: pointer;
        box-shadow: 0 0 1rem rgba(13, 68, 140, 0.25); }
    .services__body__block_full {
      width: calc(100% - 0.5rem);
      margin-right: 0.5rem;
      height: 160px;
      background-color: var(--webkey-color-primary);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      border-radius: var(--webkey-border-radius);
      margin-top: 0.5rem;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 1rem;
      position: relative; }
      .services__body__block_full__content {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.75rem; }
      .services__body__block_full__category {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0.35rem 0.75rem;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.16);
        border: 1px solid rgba(255, 255, 255, 0.28);
        backdrop-filter: blur(10px);
        color: #FFF;
        text-decoration: none;
        font-size: 0.875rem;
        line-height: 1.1rem;
        font-weight: 600;
        transition: background-color 0.2s ease, transform 0.2s ease; }
        .services__body__block_full__category:hover {
          background: rgba(255, 255, 255, 0.28);
          color: #FFF;
          transform: translateY(-1px); }
      .services__body__block_full p {
        color: #FFF;
        text-align: center;
        font-size: 1rem;
        font-weight: 400;
        margin: 0;
        overflow-wrap: anywhere; }
      .services__body__block_full:hover {
        cursor: pointer;
        box-shadow: 0 0 1rem rgba(13, 68, 140, 0.25); }
  .services__footer {
    display: flex;
    justify-content: center;
    width: 100%; } }

@media screen and (max-width: 320px) {
  .services__body__mobile {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .services__body__block {
    width: calc(50% - 0.5rem);
    margin-right: 0.5rem;
    height: 140px;
    background-color: var(--webkey-color-primary);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: var(--webkey-border-radius);
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    position: relative; }
    .services__body__block__content {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 0.75rem; }
    .services__body__block__category {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0.35rem 0.75rem;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.16);
      border: 1px solid rgba(255, 255, 255, 0.28);
      backdrop-filter: blur(10px);
      color: #FFF;
      text-decoration: none;
      font-size: 0.875rem;
      line-height: 1.1rem;
      font-weight: 600;
      transition: background-color 0.2s ease, transform 0.2s ease; }
      .services__body__block__category:hover {
        background: rgba(255, 255, 255, 0.28);
        color: #FFF;
        transform: translateY(-1px); }
    .services__body__block p {
      color: #FFF;
      text-align: center;
      font-size: 1rem;
      font-weight: 400;
      margin: 0;
      overflow-wrap: anywhere; }
    .services__body__block:hover {
      cursor: pointer;
      box-shadow: 0 0 1rem rgba(13, 68, 140, 0.25); }
    .services__body__block_big {
      width: calc(100% - 0.5rem);
      margin-right: 0.5rem;
      height: 140px;
      background-color: var(--webkey-color-primary);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      border-radius: var(--webkey-border-radius);
      margin-top: 0.5rem;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 1rem;
      position: relative; }
      .services__body__block_big__content {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.75rem; }
      .services__body__block_big__category {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0.35rem 0.75rem;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.16);
        border: 1px solid rgba(255, 255, 255, 0.28);
        backdrop-filter: blur(10px);
        color: #FFF;
        text-decoration: none;
        font-size: 0.875rem;
        line-height: 1.1rem;
        font-weight: 600;
        transition: background-color 0.2s ease, transform 0.2s ease; }
        .services__body__block_big__category:hover {
          background: rgba(255, 255, 255, 0.28);
          color: #FFF;
          transform: translateY(-1px); }
      .services__body__block_big p {
        color: #FFF;
        text-align: center;
        font-size: 1rem;
        font-weight: 400;
        margin: 0;
        overflow-wrap: anywhere; }
      .services__body__block_big:hover {
        cursor: pointer;
        box-shadow: 0 0 1rem rgba(13, 68, 140, 0.25); }
    .services__body__block_full {
      width: calc(100% - 0.5rem);
      margin-right: 0.5rem;
      height: 140px;
      background-color: var(--webkey-color-primary);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      border-radius: var(--webkey-border-radius);
      margin-top: 0.5rem;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 1rem;
      position: relative; }
      .services__body__block_full__content {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.75rem; }
      .services__body__block_full__category {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0.35rem 0.75rem;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.16);
        border: 1px solid rgba(255, 255, 255, 0.28);
        backdrop-filter: blur(10px);
        color: #FFF;
        text-decoration: none;
        font-size: 0.875rem;
        line-height: 1.1rem;
        font-weight: 600;
        transition: background-color 0.2s ease, transform 0.2s ease; }
        .services__body__block_full__category:hover {
          background: rgba(255, 255, 255, 0.28);
          color: #FFF;
          transform: translateY(-1px); }
      .services__body__block_full p {
        color: #FFF;
        text-align: center;
        font-size: 1rem;
        font-weight: 400;
        margin: 0;
        overflow-wrap: anywhere; }
      .services__body__block_full:hover {
        cursor: pointer;
        box-shadow: 0 0 1rem rgba(13, 68, 140, 0.25); } }

.services__details {
  min-height: calc(100vh - 25rem);
  position: relative;
  padding-bottom: 20rem;
  padding-top: 10rem;
  margin-bottom: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .services__details__text {
    display: block; }
    .services__details__text h1 {
      color: white;
      font-weight: 800;
      font-size: 48px;
      line-height: 3.75rem; }
      @media screen and (max-width: 768px) {
        .services__details__text h1 {
          font-size: 42px;
          line-height: 3rem; } }
      @media screen and (max-width: 576px) {
        .services__details__text h1 {
          font-size: 36px;
          line-height: 2.5rem; } }
      @media screen and (max-width: 320px) {
        .services__details__text h1 {
          font-size: 32px; } }
    .services__details__text p {
      display: block;
      max-width: 620px;
      color: white; }
  .services__details__works__block {
    margin-bottom: 1rem; }
    .services__details__works__block .swiper {
      width: 100%;
      height: 400px; }
    .services__details__works__block_image {
      width: 100%;
      height: 400px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }

.employee {
  display: flex;
  justify-content: space-between;
  width: 100%; }
  .employee__block {
    width: 100%; }
    .employee__block_content {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center; }
      .employee__block_content h4 {
        width: 100% !important;
        text-align: center;
        font-size: 1.3rem;
        font-weight: 600;
        margin-top: 0;
        margin-bottom: 0; }
      .employee__block_content p {
        font-size: 14px;
        text-align: center;
        margin-top: 0;
        margin-bottom: 0; }
      .employee__block_content p.job_title {
        min-height: 25px;
        font-size: 1.3rem;
        font-weight: 600;
        margin-top: 0;
        margin-bottom: 0;
        text-align: center; }
      .employee__block_content .photo {
        width: 256px;
        height: 256px;
        margin-bottom: 0.5rem;
        border-radius: 100%;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #fff; }

@media screen and (max-width: 768px) {
  .employee {
    flex-direction: column; }
    .employee__block_content .photo {
      width: 150px;
      height: 150px; } }

.partners__block {
  display: flex;
  justify-content: space-around;
  width: 100%; }
  .partners__block_content {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    height: 150px; }
    .partners__block_content img {
      width: 100%;
      height: 50px; }

.partners .partners_slider {
  width: 100%;
  height: 150px; }
  .partners .partners_slider .swiper-wrapper {
    transition-timing-function: linear; }
    .partners .partners_slider .swiper-wrapper .swiper-slide {
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center; }
      .partners .partners_slider .swiper-wrapper .swiper-slide img {
        display: block;
        width: 100%;
        height: 150px;
        object-fit: contain; }

@media screen and (max-width: 768px) {
  .partners__block {
    display: flex;
    justify-content: space-around;
    width: 100%; }
    .partners__block_content {
      display: flex;
      justify-content: space-evenly;
      flex-direction: column;
      align-items: center;
      width: 100%;
      height: 150px; }
      .partners__block_content img {
        width: 100%;
        height: 30px; } }

.contact__body {
  display: flex;
  justify-content: space-between;
  flex-direction: column; }
  .contact__body__block {
    display: flex;
    justify-content: space-between;
    width: 100%; }
    .contact__body__block_map {
      width: 100%; }
      .contact__body__block_map iframe {
        border-radius: var(--webkey-border-radius); }
    .contact__body__block_info {
      width: 100%;
      padding: 1rem; }
      .contact__body__block_info__item {
        display: flex;
        justify-content: space-between; }
      .contact__body__block_info p {
        font-weight: 600; }
      .contact__body__block_info a {
        width: 50%;
        display: inline-block;
        margin-bottom: 1rem;
        text-align: end;
        font-size: 1rem; }

@media screen and (max-width: 768px) {
  .contact__body {
    display: flex;
    justify-content: space-between; }
    .contact__body__block {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-direction: column-reverse; }
      .contact__body__block_info p {
        font-size: 14px; }
      .contact__body__block_info a {
        font-size: 14px; } }

@media screen and (max-width: 576px) {
  .contact__body__block_info p {
    text-align: left; }
  .contact__body__block_info span, .contact__body__block_info a {
    text-align: right; } }

:root {
  --cookie-font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --cookie-banner-bg: #0d448c;
  --cookie-banner-text: #ffffff;
  --cookie-btn-primary-bg: #ffffff;
  --cookie-btn-primary-text: #0d448c;
  --cookie-modal-btn-primary-bg: #0d448c; }

.cookie,
.cookie-modal {
  font-family: var(--cookie-font-family); }

.cookie {
  position: fixed;
  inset: auto 16px 16px 16px;
  z-index: 9999; }
  .cookie__card {
    max-width: 1120px;
    margin: 0 auto;
    padding: 20px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 20px;
    align-items: center;
    border-radius: 24px;
    background: var(--cookie-banner-bg);
    color: var(--cookie-banner-text);
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(18px); }
  .cookie h2 {
    margin: 0 0 8px;
    font-size: 20px; }
  .cookie p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.5; }
  .cookie a {
    color: var(--cookie-banner-text);
    text-decoration: underline; }
  .cookie__actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end; }
  .cookie__btn {
    border: 0;
    border-radius: 999px;
    padding: 12px 18px;
    cursor: pointer;
    font-weight: 700;
    transition: 0.2s ease; }
    .cookie__btn:hover {
      transform: translateY(-1px); }
    .cookie__btn--primary {
      background: var(--cookie-btn-primary-bg);
      color: var(--cookie-btn-primary-text); }
    .cookie__btn--secondary {
      background: rgba(255, 255, 255, 0.14);
      color: var(--cookie-banner-text); }
    .cookie__btn--ghost {
      background: transparent;
      color: var(--cookie-banner-text);
      border: 1px solid rgba(255, 255, 255, 0.28); }

.cookie-modal {
  position: fixed;
  inset: 0;
  z-index: 10000; }
  .cookie-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55); }
  .cookie-modal__box {
    position: relative;
    max-width: 560px;
    margin: 7vh auto;
    padding: 28px;
    border-radius: 28px;
    background: #fff;
    color: #111;
    box-shadow: 0 30px 100px rgba(0, 0, 0, 0.3); }
  .cookie-modal__close {
    position: absolute;
    right: 18px;
    top: 14px;
    border: 0;
    background: transparent;
    color: #111;
    font-size: 30px;
    cursor: pointer; }
  .cookie-modal h2 {
    margin: 0 0 10px; }
  .cookie-modal p {
    color: #555;
    line-height: 1.5; }
  .cookie-modal__actions {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-top: 20px;
    flex-wrap: wrap; }
    .cookie-modal__actions .cookie__btn--ghost {
      color: #111;
      border-color: #ddd; }
    .cookie-modal__actions .cookie__btn--primary {
      background: var(--cookie-modal-btn-primary-bg);
      color: #fff; }

.cookie-toggle {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 0;
  border-top: 1px solid #eee; }
  .cookie-toggle small {
    display: block;
    margin-top: 4px;
    color: #666; }
  .cookie-toggle input {
    width: 46px;
    height: 26px;
    accent-color: var(--cookie-modal-btn-primary-bg);
    cursor: pointer; }
  .cookie-toggle--disabled {
    opacity: 0.65; }

@media (max-width: 768px) {
  .cookie {
    inset: auto 10px 10px; }
    .cookie__card {
      grid-template-columns: 1fr;
      padding: 18px; }
    .cookie__actions {
      flex-direction: column; }
      .cookie__actions button {
        width: 100%; }
  .cookie-modal__box {
    margin: 0;
    min-height: 100%;
    border-radius: 24px 24px 0 0; } }

/*# sourceMappingURL=landing.css.map */