:root {
  --blank-value: 80px;
}

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

::selection {
  color: #1B1B67;
  background-color: #DBEBFE;
}

html {
  font-size: 16px;
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
  text-rendering: optimizeLegibility;
  font-smooth: always;
  font-smoothing: antialiased;
  scroll-behavior: smooth;
}

input, select, button {
  font-family: "Averta", sans-serif;
}

@font-face {
  font-family: "Averta";
  src: url("/assets/font/Averta-Regular/font.woff2") format("woff2"), url("/assets/font/Averta-Regular/font.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "Averta";
  src: url("/assets/font/Averta-Semibold/font.woff2") format("woff2"), url("/assets/font/Averta-Semibold/font.woff") format("woff");
  font-weight: 600;
}
@font-face {
  font-family: "Averta";
  src: url("/assets/font/Averta-Bold/font.woff2") format("woff2"), url("/assets/font/Averta-Bold/font.woff") format("woff");
  font-weight: 700;
}
body {
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  background-color: #ffffff;
  font-family: "Averta", sans-serif;
}
body.-disabled-scroll {
  overflow: hidden;
}

a {
  color: #4c4f52;
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.625rem;
  letter-spacing: 0.19px;
  text-decoration: underline;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0;
}

p {
  margin: 0 0 10px 0;
  color: #4c4f52;
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  line-height: 1.75rem;
  letter-spacing: 0.19px;
}

ul, ol {
  margin: 0;
  padding: 0;
  max-width: 100%;
}
ul li, ol li {
  margin: 0;
  padding: 0;
}

ul:not(.breadcrumb__list) {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 10px 16px;
}
ul:not(.breadcrumb__list) li {
  color: #4c4f52;
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  line-height: 1.75rem;
  letter-spacing: 0.19px;
}

strong {
  font-size: 16px;
  font-size: 1rem;
  line-height: 25.6px;
  line-height: 1.6rem;
  font-weight: 600;
}

.navigation {
  display: flex;
  justify-content: center;
  width: 100%;
}
.navigation__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  min-height: 120px;
  max-width: 1280px;
  background-color: #f7f9fa;
  border-top: 1px solid #eff1f3;
  border-bottom: 1px solid #eff1f3;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}
.navigation__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 110px;
  height: 120px;
  background-size: auto;
  background-position: center center;
  background-repeat: no-repeat;
  text-decoration: none;
}
.navigation__item:first-child {
  background-image: url("/assets/svg/navigation-left.svg");
  border-right: 1px solid #eff1f3;
}
.navigation__item:first-child.-deactive {
  background-image: none;
  border: 0;
}
.navigation__item:nth-child(2) {
  justify-content: space-between;
  padding: 0 40px;
  max-width: 100%;
}
.navigation__item:last-child {
  background-image: url("/assets/svg/navigation-right.svg");
  border-left: 1px solid #eff1f3;
}
.navigation__item:last-child.-deactive {
  background-image: none;
  border: 0;
}
.navigation__item__left, .navigation__item__right {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.navigation__item__left {
  text-align: left;
}
.navigation__item__right {
  text-align: right;
}
.navigation__item__title {
  color: #0154a3;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
  font-weight: 600;
}
.navigation__item__page {
  color: #4c4f52;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 2rem;
  font-weight: 400;
}

.header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  height: 63px;
  background-color: #ffffff;
}
.header__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 55px;
  width: 100%;
  max-width: 1280px;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}
.header__logo {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.header__logo__link {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.header__language {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 0 0 90px;
}
.header__language__item {
  color: #4c4f52;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 19.2px;
  line-height: 1.2rem;
  font-weight: 400;
  text-decoration: none;
}
.header__language__item:last-child {
  margin: 0 0 0 25px;
}
.header__language__item.-active {
  font-weight: 600;
}
.header__navigation {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__navigation__item {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: inherit;
}
.header__navigation__item__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  max-height: 230px;
}
.header__navigation__item__sub {
  position: absolute;
  top: 57px;
  left: 25%;
  z-index: 8;
  display: flex;
  flex-direction: column;
  padding: 30px;
  min-width: 300px;
  max-height: 430px;
  background-color: #ffffff;
  border-top: 1px solid #0154a3;
  box-shadow: 0 25px 40px 0 rgba(49, 49, 48, 0.05);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-28%) translateY(5px);
          transform: translateX(-28%) translateY(5px);
  transition: opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
}
.header__navigation__item__sub__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 8px 0;
  color: #4c4f52;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20.8px;
  line-height: 1.3rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.4s;
}
.header__navigation__item__sub__link::after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("/assets/svg/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 0;
  transition: opacity 0.4s;
}
.header__navigation__item__sub__link:hover {
  color: #0154a3;
}
.header__navigation__item__sub__link:hover::after {
  opacity: 1;
}
.header__navigation__item:hover .header__navigation__item__sub {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-28%) translateY(2%);
          transform: translateX(-28%) translateY(2%);
  transition: opacity 0.3s, visibility 0s 0s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s, visibility 0s 0s;
  transition: transform 0.3s, opacity 0.3s, visibility 0s 0s, -webkit-transform 0.3s;
}
.header__navigation__item:last-child a {
  margin-right: 0;
}
.header__navigation__link {
  display: flex;
  align-items: center;
  margin: 0 16px;
  height: 63px;
  color: #4c4f52;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20.8px;
  line-height: 1.3rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.4s;
}
.header__navigation__link:hover {
  color: #0154a3;
}
.header__navigation__link.-active {
  color: #0154a3;
}
.header__navigation__all {
  margin: 20px 0 0 0;
  padding: 20px 0 0 0;
  border-top: 1px solid #ccd3da;
  color: #4c4f52;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20.8px;
  line-height: 1.3rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.4s;
}
.header__navigation__all:hover {
  color: #0154a3;
}
.header-mobile {
  position: relative;
  display: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 40px;
}
.header-mobile__nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  flex-direction: column;
  margin: 56px 0 0 0;
  padding: 40px 0;
  width: 100%;
  height: calc(100% - 56px);
  background-color: #0154a3;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  overflow: hidden;
}
.header-mobile__nav.-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.header-mobile__nav__navigation {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
.header-mobile__nav__link {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #1c65ac;
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.8px;
  cursor: pointer;
}
.header-mobile__nav__link a {
  color: #ffffff;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28.8px;
  line-height: 1.8rem;
  font-weight: 700;
  text-decoration: none;
}
.header-mobile__nav__link__sub {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 3;
  flex-direction: column;
  padding: 0 20px;
  width: 100%;
  height: 100%;
  background-color: #0154a3;
  transition: left 0.4s ease-in-out;
}
.header-mobile__nav__link__sub.-active {
  left: 0;
}
.header-mobile__nav__link__sub.-passive {
  display: none;
}
.header-mobile__nav__link__sub-item {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  color: #ffffff;
  border-bottom: 1px solid #1c65ac;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.18px;
}
.header-mobile__nav__link:last-child {
  border: none;
}
.header-mobile__nav__link.-arrow::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 15px;
  background-image: url("/assets/svg/arrow-right-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.header-mobile__nav__link.-lang {
  margin: 44px 0 0 0;
}
.header-mobile__nav__link.-lang::after {
  display: none;
}
.header-mobile__container {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  width: 100%;
  height: auto;
}
.header-mobile__back {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 40px 0 0 0;
  padding: 10px 0;
  color: #ffffff;
  border-bottom: 1px solid #0154a3;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20.8px;
  line-height: 1.3rem;
  font-weight: 700;
  cursor: pointer;
}
.header-mobile__back::before {
  content: "";
  position: relative;
  left: 0;
  display: inline-block;
  margin: 0 10px 0 0;
  width: 15px;
  height: 20px;
  background-image: url("/assets/svg/arrow-right-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header .hamburger {
  display: none;
  padding: 19px;
  margin: 0 -21px 0 0;
  font: inherit;
  color: inherit;
  background-color: transparent;
  border: 0;
  text-transform: none;
  transition-property: opacity, background-color, -webkit-filter;
  transition-property: opacity, filter, background-color;
  transition-property: opacity, filter, background-color, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  cursor: pointer;
  overflow: visible;
}
.header .hamburger.is-active {
  background-color: #0154a3;
}
.header .hamburger.is-active .hamburger-inner,
.header .hamburger.is-active .hamburger-inner::before,
.header .hamburger.is-active .hamburger-inner::after {
  background-color: #ffffff;
}
.header .hamburger-box {
  position: relative;
  top: 2px;
  left: 2px;
  display: inline-block;
  width: 22px;
  height: 16px;
}
.header .hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px;
}
.header .hamburger-inner, .header .hamburger-inner::before, .header .hamburger-inner::after {
  position: absolute;
  width: 22px;
  height: 2px;
  background-color: #0154a3;
  border-radius: 4px;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.header .hamburger-inner::before, .header .hamburger-inner::after {
  content: "";
  display: block;
}
.header .hamburger-inner::before {
  top: -8px;
}
.header .hamburger-inner::after {
  bottom: -8px;
}
.header .hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.header .hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.header .hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.header .hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.header .hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.header .hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.footer {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.footer__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 40px 54px;
  width: 100%;
  max-width: 1280px;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}
.footer__container:first-child {
  border-bottom: 1px solid #eeeeee;
}
.footer__container:last-child {
  padding: 27px 54px;
}
.footer__text {
  display: flex;
  flex-direction: row;
}
.footer__text__item {
  margin: 0 45px 0 0;
  color: #4c4f52;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 19.2px;
  line-height: 1.2rem;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.4s;
}
.footer__text__item:hover {
  color: #0154a3;
}
.footer__text p {
  margin: 0;
  color: #4c4f52;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 19.2px;
  line-height: 1.2rem;
  font-weight: 400;
}
.footer__social {
  display: flex;
  flex-direction: row;
}
.footer__social__item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 6px;
  width: 36px;
  height: 36px;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  transition: background-color 0.4s;
}
.footer__social__item:hover {
  background-color: #eaeaea;
}
.footer__social__icon {
  -o-object-fit: contain;
     object-fit: contain;
}

.popup {
  opacity: 0;
  pointer-events: none;
  z-index: 9999;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  transition: opacity 100ms ease-out;
  transition-delay: 100ms;
}
.popup.-active {
  opacity: 1;
  pointer-events: all;
}
.popup.-active .popup__inner {
  opacity: 1;
  pointer-events: all;
  -webkit-animation: come-in 200ms ease-out forwards;
          animation: come-in 200ms ease-out forwards;
}
.popup .-left {
  text-align: left;
}
.popup .-bold {
  font-weight: bold;
}
.popup .-image {
  padding: 0;
}
.popup__inner {
  overflow: hidden;
  position: relative;
  opacity: 0;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  margin: 1rem;
  max-width: 40rem;
  max-height: 40rem;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 -4px 39px 0 rgba(0, 0, 0, 0.22);
  transition: opacity 100ms ease-out;
}
@-webkit-keyframes come-in {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes come-in {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.popup__close-button {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: 0;
}
.popup__close-button:hover {
  opacity: 0.85;
}
.popup__close-button img {
  width: 100%;
  height: 100%;
}
.popup__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
  color: #4c4f52;
  text-align: center;
}
.popup__content a {
  color: #4c4f52;
  font-weight: bold;
}
.popup__content a:hover {
  color: #0154a3;
}
.popup__content h2,
.popup__content p {
  margin: 0 !important;
}
.popup__content p {
  font-size: 16px;
}
.popup__content img {
  margin: auto;
  width: 100%;
  height: auto;
}
.popup__content .button {
  margin: 1rem 0 0;
  width: 100% !important;
  min-width: unset !important;
}
.popup img {
  display: block;
}

.cookie-sticky {
  z-index: 99;
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 22px 32px;
  width: 100%;
  background-color: #ffffff;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: visibility 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, visibility 0.3s;
  transition: transform 0.3s, visibility 0.3s, -webkit-transform 0.3s;
}
.cookie-sticky__close {
  z-index: 1;
  position: absolute;
  top: 5px;
  right: 5px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 5px;
  cursor: pointer;
}
.cookie-sticky__close img {
  width: 18px;
  height: auto;
}
.cookie-sticky__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}
.cookie-sticky__text {
  color: #4c4f52;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-weight: 500;
}
.cookie-sticky__text a {
  color: #0154a3;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-weight: 500;
  text-decoration: underline;
}
.cookie-sticky__buttons {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-top: 22px;
  gap: 10px;
}
.cookie-sticky__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  color: #313130;
  background-color: #ffffff;
  border: 2px solid #DFE5EB;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.4s, border 0.4s, background-color 0.4s;
  cursor: pointer;
}
.cookie-sticky__button:hover {
  color: #0154a3;
  background-color: #fbfbfb;
  border: 2px solid #0154a3;
}
.cookie-sticky.-hidden {
  -webkit-transform: translateX(-120%);
          transform: translateX(-120%);
  visibility: hidden;
  transition: visibility 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, visibility 0.3s;
  transition: transform 0.3s, visibility 0.3s, -webkit-transform 0.3s;
}
@media only screen and (max-width: 1024px) {
  :root {
    --blank-value: 50px;
  }
  .header__language {
    margin: 0 0 0 45px;
  }
}
@media only screen and (max-width: 909px) {
  .header {
    height: 56px;
  }
  .header__container {
    padding: 0 20px;
    border: 0;
  }
  .header__language {
    display: none;
  }
  .header__navigation {
    display: none;
  }
  .header-mobile__nav {
    display: flex;
  }
  .header .hamburger {
    display: inline-block;
    margin: 0 -20px 0 0;
  }
  .footer__container:last-child {
    padding: 20px;
  }
  .footer__container {
    padding: 20px;
    border: 0;
  }
}
@media only screen and (max-width: 768px) {
  p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 26px;
    line-height: 1.625rem;
    letter-spacing: 0.18px;
  }
  ul:not(.breadcrumb__list) li {
    font-size: 16px;
    font-size: 1rem;
    line-height: 26px;
    line-height: 1.625rem;
    letter-spacing: 0.18px;
  }
}
@media only screen and (max-width: 639px) {
  .navigation__item:first-child {
    display: none;
  }
  .navigation__item:last-child {
    display: none;
  }
  .navigation__item__page {
    max-width: 140px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28.8px;
    line-height: 1.8rem;
  }
  .footer__container {
    flex-direction: column;
  }
  .footer__text {
    flex-direction: column;
    margin: 0 0 30px 0;
    text-align: center;
  }
  .footer__text__item {
    margin: 0 0 5px 0;
  }
  .footer__social {
    margin: 0 0 22px 0;
  }
}
@media only screen and (min-width: 480px) {
  .cookie-sticky__buttons {
    flex-direction: row;
    gap: unset;
  }
  .cookie-sticky__button {
    width: 110px;
  }
}
@media only screen and (min-width: 560px) {
  .cookie-sticky {
    max-width: 416px;
  }
}
@media only screen and (min-width: 640px) {
  .popup__content {
    padding: 1.83rem 2rem;
  }
}




