*,
*::before,
*::after {
  box-sizing: border-box; }

* {
  margin: 0; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth; }

body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%; }

input,
button,
textarea,
select {
  font: inherit; }

button {
  background: none;
  border: none;
  cursor: pointer; }

a {
  text-decoration: none;
  color: inherit; }

ul,
ol {
  list-style: none;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: "e-Ukraine";
  src: local("e-Ukraine Bold"), url("../fonts/e-Ukraine-Bold.woff2") format("woff2"), url("../fonts/e-Ukraine-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "e-Ukraine";
  src: local("e-Ukraine Light"), url("../fonts/e-Ukraine-Light.woff2") format("woff2"), url("../fonts/e-Ukraine-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "e-Ukraine";
  src: local("e-Ukraine Regular"), url("../fonts/e-Ukraine-Regular.woff2") format("woff2"), url("../fonts/e-Ukraine-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "e-Ukraine";
  src: local("e-Ukraine Medium"), url("../fonts/e-Ukraine-Medium.woff2") format("woff2"), url("../fonts/e-Ukraine-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

body {
  font-family: "e-Ukraine", Arial, Helvetica, sans-serif;
  color: #000; }

body:has(.header-menu.show),
body:has(.header-submenu_list.show) {
  overflow: hidden; }

.chevron {
  display: block;
  width: .5rem;
  height: .5rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform .3s ease; }

.arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid currentColor;
  transition: transform 0.25s ease;
  transform: rotate(90deg) translateX(25%); }

.header {
  background: #195188;
  width: 100%;
  padding: 1rem; }
  @media (min-width: 768px) {
    .header {
      padding: 1.5rem; } }
  @media (min-width: 992px) {
    .header {
      padding: 1.25rem 1.5rem 0; } }
  @media (min-width: 1400px) {
    .header {
      padding-top: 2.5rem;
      padding-bottom: 0; } }
  .header_section {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: calc(992px - 0.02px)) {
      .header_section--top {
        display: none; } }
    @media (min-width: 992px) {
      .header_section--top {
        margin-bottom: .5rem;
        align-items: flex-start; } }
    @media (min-width: 1400px) {
      .header_section--top {
        margin-bottom: 1rem; } }
    @media (min-width: 768px) and (max-width: calc(992px - 0.02px)) {
      .header_section--bottom {
        align-items: flex-start; } }
    @media (min-width: 992px) {
      .header_section--bottom {
        align-items: flex-start; } }
  .header_logo {
    z-index: 3;
    display: flex;
    align-items: center;
    text-decoration: none; }
    .header_logo--mobile {
      width: 64px;
      height: 64px; }
      @media (min-width: 768px) {
        .header_logo--mobile {
          width: 82px;
          height: 82px; } }
      @media (min-width: 992px) {
        .header_logo--mobile {
          display: none; } }
    .header_logo--desktop {
      width: 82px;
      height: 82px; }
      @media (min-width: 1400px) {
        .header_logo--desktop {
          width: 101px;
          height: 101px; } }
  .header_logo-label {
    display: none; }
    @media (min-width: 992px) {
      .header_logo-label {
        display: block;
        height: 80px;
        font-size: 2.25rem;
        line-height: 1.1;
        color: #fff;
        max-width: 354px;
        text-transform: uppercase;
        font-family: "Akrobat", Arial, sans-serif;
        font-weight: 800; } }
  .header_list-mobile {
    display: flex;
    flex-direction: column;
    margin: 0; }
    @media (min-width: 992px) {
      .header_list-mobile {
        display: none; } }
  .header_list-desktop {
    display: none;
    margin: 0; }
    @media (min-width: 992px) {
      .header_list-desktop {
        display: flex;
        gap: 46px;
        position: relative;
        flex-direction: row;
        z-index: 3; } }
  .header_link-mobile {
    text-decoration: none;
    padding: 0.625rem 0;
    width: 100%;
    display: block;
    border-bottom: 1px solid #76a4ff; }
    @media (min-width: 992px) {
      .header_link-mobile {
        padding: 0;
        border-top: none; } }
  .header_actions-bottom {
    display: flex; }

.header-nav {
  display: flex;
  gap: 2rem;
  font-size: .875rem; }
  @media (min-width: 1400px) {
    .header-nav {
      gap: 4rem; } }
  .header-nav_link {
    color: #000; }
    @media (min-width: 992px) {
      .header-nav_link {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #86c3ff;
        padding: 1rem 0; } }
    @media (min-width: 992px) {
      .header-nav_link:hover {
        color: #fff; } }
    @media (min-width: 992px) {
      .header-nav_link.active {
        color: #fff; } }
    @media (min-width: 992px) {
      .header-nav_link .arrow {
        margin-left: .625rem; } }
    @media (min-width: 992px) {
      .header-nav_link:not(.collapsed) {
        color: #fff; } }
    @media (min-width: 992px) {
      .header-nav_link:not(.collapsed) .arrow {
        transform: rotate(270deg); } }
.header-menu {
  height: calc(100dvh - 96px);
  background: rgba(0, 0, 0, 0.502);
  position: absolute;
  width: 100%;
  z-index: 2; }
  .cms-ready .header-menu {
    height: calc(100dvh - 96px - 46px); }
  @media (min-width: 768px) {
    .header-menu {
      height: calc(100dvh - 130px); }
      .cms-ready .header-menu {
        height: calc(100dvh - 130px - 46px); } }
  @media (min-width: 992px) {
    .header-menu {
      height: calc(100dvh - 179px); }
      .cms-ready .header-menu {
        height: calc(100dvh - 179px - 46px); } }
  @media (min-width: 1400px) {
    .header-menu {
      padding: 1.25rem;
      height: calc(100dvh - 226px); }
      .cms-ready .header-menu {
        height: calc(100dvh - 226px - 46px); } }
  .header-menu_body-wrapper {
    background: #fff;
    height: 100%;
    display: flex;
    flex-direction: column; }
    @media (min-width: 1400px) {
      .header-menu_body-wrapper {
        max-width: 75rem;
        height: auto;
        margin: 0 auto;
        border-radius: 8px;
        overflow: hidden;
        max-height: calc(100dvh - 226px - (1.25rem * 2)); }
        .cms-ready .header-menu_body-wrapper {
          max-height: calc(100dvh - 226px - 46px - (1.25rem * 2)); } }
  .header-menu_body {
    overflow: auto;
    padding: 2rem 1rem; }
    @media (min-width: 768px) {
      .header-menu_body {
        padding: 2.5rem 1.5rem; } }
  .header-menu_submenu {
    background: #195188;
    border-top: 1px solid #1c63ab;
    display: flex;
    padding: .5rem 1rem; }
    @media (min-width: 768px) {
      .header-menu_submenu {
        display: none; } }
  .header-menu_socials {
    margin-top: auto;
    background: #195188;
    padding: .75rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (min-width: 1400px) {
      .header-menu_socials {
        display: none; } }
.header-submenu {
  background: #e7f3ff;
  overflow-y: auto; }
  @media (min-width: 992px) {
    .header-submenu {
      max-height: calc(100dvh - 179px); }
      .cms-ready .header-submenu {
        max-height: calc(100dvh - 179px - 46px); } }
  @media (min-width: 1400px) {
    .header-submenu {
      max-height: calc(100dvh - 226px - 46px); }
      .cms-ready .header-submenu {
        max-height: calc(100dvh - 226px - 46px); } }
  .header-submenu:has(.show) {
    display: flex;
    padding: 2.5rem 1.5rem 3rem; }
  .header-submenu_wrapper {
    background: rgba(0, 0, 0, 0.502);
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1; }
    .header-submenu_wrapper:has(.show) {
      width: 100%;
      height: 100%; }
    @media (max-width: calc(992px - 0.02px)) {
      .header-submenu_wrapper {
        display: none; } }
    @media (min-width: 768px) {
      .header-submenu_wrapper {
        top: 130px; }
        .cms-ready .header-submenu_wrapper {
          top: calc(130px + 46px); } }
    @media (min-width: 992px) {
      .header-submenu_wrapper {
        top: 179px; }
        .cms-ready .header-submenu_wrapper {
          top: calc(179px + 46px); } }
    @media (min-width: 1400px) {
      .header-submenu_wrapper {
        top: 226px; }
        .cms-ready .header-submenu_wrapper {
          top: calc(226px + 46px); } }
  .header-submenu_list.collapsing {
    display: none; }
  .header-submenu_list.show {
    display: flex;
    flex-wrap: wrap; }
  .header-submenu_item {
    display: flex; }
    @media (min-width: 992px) {
      .header-submenu_item {
        width: calc(100% / 3); } }
    @media (min-width: 1400px) {
      .header-submenu_item {
        width: calc(100% / 4); } }
  .header-submenu_link {
    display: flex;
    padding: .875rem 0;
    word-break: break-word; }
    @media (min-width: 768px) {
      .header-submenu_link {
        padding-top: .625rem;
        padding-bottom: .625rem; } }
    .header-submenu_link:hover {
      text-decoration: underline; }
    .header-submenu_link svg {
      color: #195188;
      margin-right: .625rem; }

.burger {
  display: block;
  position: relative;
  width: 24px;
  height: 18px;
  z-index: 3; }
  @media (min-width: 768px) {
    .burger {
      width: 18px;
      height: 14px; } }
  .burger:after, .burger:before,
  .burger span {
    content: "";
    position: absolute;
    background: #fff;
    width: 100%;
    height: 2px;
    transition: all .3s ease 0s;
    left: 0; }
  .burger:before {
    top: 0; }
  .burger:after {
    bottom: 0; }
  .burger span {
    top: 50%;
    transform: translateY(-50%); }
  .burger:not(.collapsed .burger):before, .burger:not(.collapsed .burger):after {
    position: absolute;
    background: #000; }
  .burger:not(.collapsed .burger):before {
    transform: rotate(45deg);
    top: 8px; }
    @media (min-width: 768px) {
      .burger:not(.collapsed .burger):before {
        top: 6px; } }
  .burger:not(.collapsed .burger):after {
    transform: rotate(-45deg);
    bottom: 8px; }
    @media (min-width: 768px) {
      .burger:not(.collapsed .burger):after {
        top: 6px; } }
  .burger:not(.collapsed .burger) span {
    scale: 0; }
  @media (max-width: calc(1400px - 0.02px)) {
    .burger_label {
      display: none; } }
  @media (min-width: 1400px) {
    .burger_label {
      margin-left: 10px;
      font-size: .875rem; } }
  .burger_sub-wrapper {
    display: flex;
    align-items: center; }
    .burger_sub-wrapper:hover .burger_wrapper, .burger_sub-wrapper:focus .burger_wrapper {
      background: #baddff;
      color: #000; }
    .burger_sub-wrapper:hover .burger:after,
    .burger_sub-wrapper:hover .burger:before,
    .burger_sub-wrapper:hover span, .burger_sub-wrapper:focus .burger:after,
    .burger_sub-wrapper:focus .burger:before,
    .burger_sub-wrapper:focus span {
      background: #000; }
    .burger_sub-wrapper:focus {
      border-radius: 4px;
      outline-offset: 2px;
      outline: 2px solid #195188; }
  .burger_wrapper {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (min-width: 768px) and (max-width: calc(992px - 0.02px)) {
      .burger_wrapper {
        margin-left: 2.625rem; } }
    .burger_wrapper:not(.collapsed .burger_wrapper) {
      background: #baddff;
      color: #000; }

.cabinet {
  border: 1px solid #86c3ff;
  color: #86c3ff;
  font-size: .75rem;
  padding: 0 1rem;
  height: 32px;
  display: flex;
  align-items: center;
  border-radius: 60px; }
  @media (min-width: 1400px) {
    .cabinet {
      margin-left: 2.5rem; } }
  .cabinet:hover {
    color: #000;
    background: #86c3ff; }
  .cabinet:focus {
    outline-offset: 2px;
    outline: 2px solid #195188; }
  .cabinet_icon {
    width: 20px;
    height: 20px;
    margin-left: .625rem; }

.nav-item.has-children > ul {
  display: none;
  position: absolute; }

.nav-item.has-children.open > ul {
  display: block; }

.footer {
  background: #195188;
  overflow: hidden;
  padding: 4rem 1rem; }
  @media (min-width: 768px) {
    .footer {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  .footer__logo {
    display: flex;
    align-items: center;
    text-decoration: none; }
  .footer__logo-label {
    display: none; }
    @media (min-width: 992px) {
      .footer__logo-label {
        display: block;
        font-size: 2.25rem;
        line-height: 1.1;
        color: #fff;
        max-width: 354px;
        text-transform: uppercase;
        font-family: Akrobat, Arial, sans-serif;
        font-weight: 800; } }
  .footer__section:first-child {
    margin-bottom: 40px; }
  @media (min-width: 768px) {
    .footer__section:not(:first-child) {
      border-top: 1px solid #3872e4;
      padding-top: 40px; } }
  .footer__text {
    color: #86c3ff;
    font-size: .75rem;
    line-height: 1.6;
    margin-bottom: 2.5rem; }

.socials {
  display: flex;
  gap: 0.625rem; }
  .socials_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .header-menu .socials_wrapper {
      margin-top: auto;
      background: #195188;
      padding: .75rem 1rem; }
      @media (min-width: 1400px) {
        .header-menu .socials_wrapper {
          display: none; } }
    @media (max-width: calc(1400px - 0.02px)) {
      .header_section--top .socials_wrapper {
        display: none; } }
  .socials_link {
    color: #86c3ff;
    width: 40px;
    height: 40px;
    padding: .5rem;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .socials_link:hover {
      color: #fff; }
    .socials_link--bg-primary {
      background: #1c63ab;
      color: #fff; }
      .socials_link--bg-primary:hover {
        background: #195188; }
      .socials_link--bg-primary:focus {
        outline-offset: 2px;
        outline: 2px solid #195188; }
    .socials_link--width-large {
      width: 56px;
      height: 56px; }
  .footer .socials {
    margin: 1.5rem -.5rem 0; }
    @media (min-width: 992px) {
      .footer .socials {
        justify-content: end; } }
.main-content {
  overflow: hidden; }

.contact-links {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start; }

.contact-link {
  color: #86c3ff; }

a.contact-link:hover {
  color: #fff; }

@media (min-width: 768px) {
  .menu-lists_wrapper {
    overflow: hidden; } }

@media (min-width: 768px) {
  .menu-lists {
    column-count: 2;
    column-gap: 20px;
    margin-top: -1px; } }

@media (min-width: 992px) {
  .menu-lists {
    column-count: 3;
    column-gap: 20px; } }

.menu-list {
  break-inside: avoid; }
  @media (min-width: 768px) {
    .menu-list {
      border-top: 1px solid #1e76cc;
      padding-top: 1.25rem; }
      .menu-list:not(:first-child) {
        margin-top: 1.25rem; } }
  .menu-list_title {
    font-size: 1.125rem;
    padding: .625rem 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer; }
    @media (max-width: calc(768px - 0.02px)) {
      .menu-list_title {
        border-bottom: 1px solid #59a7f3; }
        .menu-list_title[aria-expanded="false"] {
          border-bottom: 1px solid #59a7f3; } }
    @media (min-width: 768px) {
      .menu-list_title {
        font-size: 1.25rem;
        pointer-events: none;
        cursor: default; } }
    @media (min-width: 768px) {
      .menu-list_title .chevron {
        display: none; } }
    .menu-list_title[aria-expanded="true"] .chevron {
      transform: rotate(225deg); }
    .footer .menu-list_title {
      color: #fff;
      font-size: 1.125rem; }
      @media (max-width: calc(768px - 0.02px)) {
        .footer .menu-list_title {
          border-color: #fff;
          font-size: 1.125rem; }
          .footer .menu-list_title[aria-expanded="false"] {
            border-color: #59a7f3; } }
  .menu-list_body {
    padding: 0;
    margin: 0; }
    @media (min-width: 768px) {
      .menu-list_body {
        display: block !important;
        height: auto !important;
        visibility: visible; } }
  .menu-list_item {
    padding: 0;
    font-size: .875rem; }
    .menu-list_item:first-child {
      padding-top: .625rem; }
      @media (min-width: 768px) {
        .menu-list_item:first-child {
          padding: 0; } }
    .menu-list_item:last-child {
      padding-bottom: 1.25rem; }
      @media (min-width: 768px) {
        .menu-list_item:last-child {
          padding: 0; } }
  .menu-list_link {
    display: flex;
    align-items: center;
    padding: .875rem 0;
    word-break: break-word; }
    @media (max-width: calc(768px - 0.02px)) {
      .menu-list_link {
        width: 100%; } }
    @media (min-width: 768px) {
      .menu-list_link {
        padding-top: .625rem;
        padding-bottom: .625rem;
        display: inline-flex;
        width: auto; } }
    .menu-list_link svg {
      color: #195188;
      margin-right: .5rem; }
      .footer .menu-list_link svg {
        display: none; }
    .menu-list_link:hover {
      text-decoration: underline; }
    .footer .menu-list_link {
      color: #86c3ff; }
      .footer .menu-list_link:hover {
        color: #fff; }

.actions_list {
  display: flex;
  gap: 1rem; }
  @media (min-width: 1400px) {
    .actions_list {
      gap: .5rem;
      margin-left: 3rem; } }
  .header-menu_submenu .actions_list {
    margin-left: auto; }
  .header_actions-bottom .actions_list {
    display: none; }
    @media (min-width: 768px) and (max-width: calc(992px - 0.02px)) {
      .header_actions-bottom .actions_list {
        display: flex; } }
.actions_item {
  font-size: .875rem;
  color: #fff;
  padding: .25rem;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .3s, color .3s; }
  .actions_item:hover {
    color: #fff; }
  .actions_item.active {
    position: relative;
    background: #ffd830;
    color: #000; }
    .actions_item.active.badge:after {
      background: #1a4db1; }
  .actions_item.badge:after {
    content: "";
    position: absolute;
    top: .25rem;
    right: .25rem;
    background: #ffd830;
    width: .5rem;
    height: .5rem;
    border-radius: 100%; }
  .actions_item:hover {
    background: #baddff;
    color: #000; }
  .actions_item--close {
    display: none; }
  .actions_item--active {
    background: #baddff;
    color: #000; }
    .actions_item--active .actions_item--open {
      display: none; }
    .actions_item--active .actions_item--close {
      display: block; }

.actions_icon {
  width: 22px;
  min-width: 22px;
  height: 22px; }

.timer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  flex-wrap: wrap;
  gap: 1rem; }
  @media (min-width: 576px) {
    .timer {
      gap: 1.5rem;
      flex-direction: row;
      flex-wrap: nowrap;
      gap: 1rem 1.5rem; } }
  .timer_wrapper {
    padding: 1rem; }
    @media (min-width: 768px) {
      .timer_wrapper {
        padding-left: 1.5rem;
        padding-right: 1.5rem; } }
  .timer_title {
    font-size: .75rem;
    order: 2;
    width: 100%; }
    @media (min-width: 576px) {
      .timer_title {
        order: unset;
        min-width: 0;
        flex: 1;
        width: auto; } }
    @media (min-width: 992px) {
      .timer_title {
        font-size: .875rem; } }
  .timer_btn > span {
    display: none;
    white-space: nowrap; }
    @media (min-width: 992px) {
      .timer_btn > span {
        display: block; } }
.countdown {
  display: flex;
  gap: 1.5rem; }
  .countdown_block {
    background: #baddff;
    padding: .5rem .375rem;
    border-radius: 4px; }
    @media (min-width: 576px) {
      .countdown_block {
        padding: .75rem .625rem; } }
  .countdown_value {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.4; }
    @media (min-width: 576px) {
      .countdown_value {
        font-size: 2rem; } }
    @media (min-width: 992px) {
      .countdown_value {
        font-size: 2.5rem; } }
  .countdown_label {
    font-size: .5rem;
    text-align: center; }
    @media (min-width: 992px) {
      .countdown_label {
        font-size: .625rem; } }
.banners {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem; }
  @media (min-width: 992px) {
    .banners {
      width: calc(100% / 3 * 2); } }
  @media (min-width: 992px) {
    .banners_wrapper {
      display: flex; } }
  .banners + * {
    margin-top: 1.5rem; }
    @media (min-width: 992px) {
      .banners + * {
        margin: 0 0 0 1.5rem; } }
.banner {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 180px;
  overflow: hidden;
  border-radius: 8px;
  width: 100%; }
  @media (min-width: 768px) {
    .banner {
      width: calc((100% - (1.5rem * (2 - 1))) / 2); } }
  .banner:hover .banner_overlay, .banner:focus .banner_overlay {
    opacity: .6; }
  .banner:hover .icon, .banner:focus .icon {
    opacity: 1;
    visibility: visible; }
  .banner_img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .banner_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    z-index: 1; }
  .banner_text {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.5;
    position: absolute;
    bottom: 1.5rem;
    left: 1.5rem;
    right: 1.5rem;
    z-index: 2;
    text-align: left;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }
    @media (min-width: 768px) {
      .banner_text {
        font-size: 1.5rem; } }
  .banner .icon {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s visibility .3s; }

.call-to-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem; }

.call-to-action {
  width: 100%;
  height: 150px;
  border-radius: 8px;
  background: linear-gradient(90deg, #377cc1 0%, #195188 100%);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  @media (min-width: 768px) {
    .call-to-action {
      width: calc((100% - (1.5rem * (2 - 1))) / 2); } }
  @media (min-width: 992px) {
    .call-to-action {
      width: calc((100% - (1.5rem * (4 - 1))) / 4); } }
  .call-to-action:hover, .call-to-action:focus {
    background: #195188; }
  .call-to-action_text {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }

.commission-details {
  padding: 1rem; }
  @media (min-width: 768px) {
    .commission-details {
      padding: 1.5rem; } }
  .commission-details_container {
    gap: 1.5rem;
    padding: 0; }
    @media (min-width: 576px) {
      .commission-details_container {
        gap: 2rem;
        display: flex; } }
  .commission-details_image-block:has(+ *) {
    margin-bottom: 1rem; }
    @media (min-width: 576px) {
      .commission-details_image-block:has(+ *) {
        margin-bottom: 0; } }
  .commission-details_image {
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden; }
    .commission-details_image:has(+ *) {
      margin-bottom: 1.5rem; }
    @media (min-width: 576px) {
      .commission-details_image {
        aspect-ratio: unset;
        width: 246px;
        height: 310px; } }
    @media (min-width: 992px) {
      .commission-details_image {
        width: 386px;
        height: 486px; } }
    .commission-details_image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: 50% 0;
      display: block; }
  .commission-details_socials {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    .commission-details_socials .socials_wrapper {
      gap: 8px; }
  .commission-details_socials-label {
    font-size: 1.25rem; }
    .commission-details_socials-label:has(+ *) {
      margin-bottom: 1rem; }
  .commission-details_content-block h1,
  .commission-details_content-block h2,
  .commission-details_content-block h3,
  .commission-details_content-block h4,
  .commission-details_content-block h5,
  .commission-details_content-block h6 {
    margin-bottom: 1.25rem; }

.commission-page {
  padding: 1rem; }
  @media (min-width: 768px) {
    .commission-page {
      padding: 1.5rem; } }
.commission-label {
  font-size: .875rem;
  display: block;
  border: 2px solid #195188;
  cursor: pointer;
  border-radius: 4px;
  padding: .75rem 1rem;
  line-height: 1;
  transition: background .3s, color .3s; }
  .commission-label.active {
    background: #195188;
    color: #fff; }
  .commission-label_list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px; }
    .commission-label_list:has(+ *) {
      margin-bottom: 1.5rem; }

.commission-card {
  width: 100%;
  border-radius: 8px;
  background: #e7f3ff;
  overflow: hidden;
  transition: background .3s;
  cursor: pointer; }
  @media (min-width: 576px) {
    .commission-card {
      width: calc((100% - (1.5rem * (2 - 1))) / 2); } }
  @media (min-width: 992px) {
    .commission-card {
      width: calc((100% - (1.5rem * (4 - 1))) / 4); } }
  .commission-card:hover {
    background: #baddff; }
  .commission-card:focus {
    outline-offset: 2px;
    outline: 2px solid #195188; }
  .commission-card_list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem; }
  .commission-card_image {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden; }
    .commission-card_image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
  .commission-card_content {
    padding: 1rem; }
  .commission-card_full-name {
    color: #195188;
    font-size: 1.1rem; }
    .commission-card_full-name:has(+ *) {
      margin-bottom: .5rem; }
  .commission-card_position {
    font-size: .75rem; }

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