* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

:root {
  --app-height: 100%;
  --black: #051322;
  --primary: #8658d4;
}

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

* {
  position: relative;
}

html {
  font-size: 10px;
  background-color: #fff;
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  display: flex !important;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
}
body.menu-open {
  overflow: hidden;
  height: 100vh;
}
body.scroll-disable {
  height: 100vh;
  overflow: hidden;
}

img {
  width: auto;
  height: auto;
}

section {
  overflow: hidden;
  z-index: 1;
  padding: 6rem 0;
}
@media only screen and (min-width: 992px) {
  section {
    padding: 10rem 0 7rem;
  }
}

.bg-grey {
  background-color: #f7f7f7;
}

main {
  flex: 1;
}

.container,
[class*=__container] {
  margin: 0 auto;
  width: 100%;
  max-width: 125.6rem;
  padding: 0 2.8rem;
}

.container-wide {
  max-width: 100%;
}
@media only screen and (max-width: 576px) {
  .container-wide-mob {
    padding: 0 1.25rem;
  }
}

.tac {
  text-align: center;
  margin: 0 auto;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  display: block;
  background-color: rgba(81, 45, 141, 0.25);
  opacity: 0.5;
  border-radius: 1.6rem;
  margin: 1rem;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .swiper-pagination-bullet {
    margin: 0.5rem;
  }
}
.swiper-pagination-bullet-active {
  background-color: #512D8D;
  opacity: 1;
}

.swiper-bttns {
  display: flex;
  align-items: center;
}

.swiper-button-next,
.swiper-button-prev {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 8rem;
  transition: 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  min-width: 4.8rem;
  border: solid 1px #fff;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  cursor: default;
  border: solid 1px rgba(255, 255, 255, 0.1);
}
.swiper-button-next.swiper-button-disabled path,
.swiper-button-prev.swiper-button-disabled path {
  opacity: 0.25;
}
.swiper-button-next path,
.swiper-button-prev path {
  transition: 0.2s ease-in-out;
}
.swiper-button-next:not(.swiper-button-disabled):hover,
.swiper-button-prev:not(.swiper-button-disabled):hover {
  transform: scale(1.1);
  background: #fff;
}
.swiper-button-next:not(.swiper-button-disabled):hover path,
.swiper-button-prev:not(.swiper-button-disabled):hover path {
  stroke: #051322;
}

.swiper-button-next {
  margin-left: 1.8rem;
}

@keyframes jump {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
  100% {
    transform: translateY(0);
  }
}
.float-message {
  position: fixed;
  right: 1.5rem;
  bottom: 2rem;
  display: block;
  z-index: 9;
  border-radius: 50%;
  box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.1);
  width: 6.5rem;
  border: 2px solid rgba(0, 0, 0, 0);
  transition: border-color 0.6s ease-in-out, all 0.2s ease-in-out;
}
.float-message.border {
  border-color: #512D8D;
}
.float-message.updated {
  animation: 0.5s jump ease;
}
@media only screen and (min-width: 992px) {
  .float-message {
    width: 84px;
    right: 30px;
    bottom: 30px;
    box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.1);
  }
}
.float-message img {
  border-radius: 50%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.float-message:hover {
  transform: scale(1.1);
}

.cn-set-cookie.cn-button {
  display: block;
  background: #ff622f;
  color: #fff;
  padding: 0.3rem 1rem;
  border-radius: 0.4rem;
}

.swiper-pagination-custom {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 120%;
  color: #b0b0b0;
}
.swiper-pagination-custom span,
.swiper-pagination-custom .swiper-pagination-current {
  font-size: 4.2rem;
  line-height: 100%;
  color: #512D8D;
  padding: 0 0.6rem 0.3rem 0;
}

.swiper-pagination-progressbar {
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 1rem;
  height: 1px;
  margin-top: 2.6rem;
}
@media only screen and (min-width: 992px) {
  .swiper-pagination-progressbar {
    margin-top: 3.2rem;
  }
}
.swiper-pagination-progressbar-fill {
  background-color: #fff;
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 3px;
  transform: scale(0);
  transform-origin: left top;
  border-radius: 1rem;
}

.bg-accent {
  background-color: #512D8D;
}

.otgs-development-site-front-end {
  display: none !important;
}

.menu-item.hr {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 0.8rem;
  margin-top: 0.8rem;
}

::view-transition-old(root),
::view-transition-new(root) {
  animation-duration: 0.2s;
}

.fslightbox-source {
  background-color: #fff;
}

#magic-line {
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100px;
  height: 1px;
  background: var(--primary);
  z-index: -1;
}
#magic-line.magic-line-vertical {
  width: 1px;
  right: 0;
  left: unset;
  z-index: 1;
}

.grid,
.grid-2,
.grid-3,
.grid-4 {
  display: grid;
  grid-gap: 20px;
}
@media only screen and (min-width: 576px) {
  .grid .w100,
  .grid-2 .w100,
  .grid-3 .w100,
  .grid-4 .w100 {
    grid-column: span 2;
  }
}

@media only screen and (min-width: 576px) {
  .grid-2,
  .grid-3,
  .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .grid-3,
  .grid-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1312px) {
  .grid-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
h1,
h2,
h3,
h4,
h5,
p,
span,
div,
a,
li,
textarea,
input,
button,
input::placeholder,
textarea::placeholder {
  font-size: 1.4rem;
  font-style: normal;
  line-height: 120%;
}

.h2,
h2 {
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 112%;
  letter-spacing: -0.03em;
  color: #051322;
}
@media only screen and (min-width: 576px) {
  .h2,
  h2 {
    font-size: calc(2.6rem + 24 * (100vw - 375px) / 625);
  }
}
@media only screen and (min-width: 992px) {
  .h2,
  h2 {
    font-size: 5.6rem;
  }
}

.h3,
h3,
.h4,
h4 {
  font-size: 2rem;
  line-height: 1.4;
}
@media only screen and (min-width: 576px) {
  .h3,
  h3,
  .h4,
  h4 {
    font-size: calc(2rem + 4 * (100vw - 375px) / 625);
  }
}
@media only screen and (min-width: 992px) {
  .h3,
  h3,
  .h4,
  h4 {
    font-size: 2.4rem;
  }
}

p {
  font-size: 1.6rem;
  line-height: 1.75;
}
@media only screen and (min-width: 992px) {
  p {
    font-size: 1.8rem;
  }
}

.title-small {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 140%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #06B2E3;
  margin-bottom: 0.4rem;
}
@media only screen and (min-width: 992px) {
  .title-small {
    font-size: 1.6rem;
  }
}

.bg-accent {
  color: #fff;
}
.bg-accent .title-small {
  background: rgba(255, 255, 255, 0.7);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.bg-accent h1,
.bg-accent h2,
.bg-accent h3,
.bg-accent h4,
.bg-accent h5,
.bg-accent h6 {
  color: #fff;
}

.descr {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 130%;
  color: #051322;
  margin-top: 1.6rem;
}
@media only screen and (min-width: 992px) {
  .descr {
    font-size: 1.8rem;
  }
}

input,
textarea {
  border: 1px solid #c6c2ef;
  background-color: transparent;
  border-radius: 12px;
  padding: 2.75rem 2.1rem 1.25rem;
  width: 100%;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 140%;
  letter-spacing: 0;
  color: #051322;
  transition: 0.1s ease-in-out;
}
input:hover, input:focus,
textarea:hover,
textarea:focus {
  border-color: #af87f8;
  background-color: rgba(175, 135, 248, 0.1019607843);
}
input:hover.wpcf7-not-valid, input:focus.wpcf7-not-valid,
textarea:hover.wpcf7-not-valid,
textarea:focus.wpcf7-not-valid {
  border-color: #ff3b30;
}

textarea {
  min-height: 12rem;
  width: 100% !important;
  max-height: 16rem;
  display: block;
}

select {
  border: 1px solid rgba(69, 83, 241, 0.15);
  border-radius: 8px;
  padding: 1.4rem 1.2rem;
  width: 100%;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #2b2b2b;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff url("../img/icons/select.svg") no-repeat right 1.6rem center;
}
@media only screen and (min-width: 992px) {
  select {
    font-size: 1.4rem;
  }
}

.iti {
  width: 100%;
}
.iti__selected-flag {
  background: transparent !important;
  padding: 0 0 0 2rem !important;
  width: 68px !important;
}
.iti__selected-flag:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 2rem;
  bottom: 2rem;
  width: 1px;
  background-color: rgba(24, 26, 28, 0.1);
}
.iti__selected-flag:hover {
  background: transparent !important;
}
.iti__selected-flag:hover:after {
  background-color: var(--primary);
}
.iti--allow-dropdown input {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=tel] {
  padding-left: 76px !important;
}

.wpcf7-form-control-wrap {
  display: block;
}

form label {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 100%;
  color: #000;
  text-align: left;
}
form label span {
  color: #babce0;
  font-size: inherit;
}
form label span.label-phone {
  display: none;
}
form label > .label {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 140%;
  letter-spacing: 0;
  color: #606492;
  text-align: left;
  height: 2.4rem;
  position: absolute;
  left: 2rem;
  top: 2.1rem;
  opacity: 0.8;
  transition: 0.2s linear;
  cursor: text;
  z-index: 1;
}
form label > .label span {
  opacity: 0.5;
  font-size: inherit;
  line-height: inherit;
}
form label > .label > .wpcf7-form-control-wrap {
  margin-top: 0.8rem;
}
form label:has(input:focus) .label,
form label:has(input:not(:placeholder-shown)) .label,
form label:has(textarea:focus) .label,
form label:has(textarea:not(:placeholder-shown)) .label,
form label:has(input:is(:-webkit-autofill, :autofill)) .label {
  top: 1.25rem;
  font-size: 1rem;
  color: rgba(28, 28, 28, 0.5);
  height: 1.1rem;
}
form label:has(input:focus) {
  background-color: inherit;
}
form input:is(:-webkit-autofill, :autofill) {
  transition: none;
}
form input {
  width: 100%;
}

.screen-reader-response {
  display: none;
}

.wpcf7-not-valid-tip {
  color: rgb(181, 0, 0) !important;
  margin-top: 0.4rem;
  display: block;
}

.wpcf7-response-output {
  display: none;
}

.invalid .wpcf7-response-output {
  text-align: center;
  font-size: 1.6rem;
  width: 100%;
  padding: 2rem 0.5rem;
  background: #f5f5f5;
  border-radius: 1.8rem;
}
@media only screen and (min-width: 992px) {
  .invalid .wpcf7-response-output {
    font-size: 1.8rem;
    padding: 2rem;
  }
}

.wpcf7-spinner {
  display: none !important;
}

.label-more:after {
  content: "i";
  display: inline-flex;
  border-radius: 4rem;
  background-color: #eee;
  margin-left: 0.6rem;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
}
.label-more .hide {
  background-color: #fff;
  border-radius: 0.4rem;
  width: 38rem;
  padding: 1.6rem;
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 3.2rem;
  box-shadow: 0px 5px 14px rgba(52, 52, 52, 0.07);
  color: #051322;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 120%;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease-in-out;
  transform: translateY(1rem);
}
@media only screen and (min-width: 992px) {
  .label-more .hide {
    left: 10rem;
  }
}
.label-more:hover .hide {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

select[multiple] {
  background: #fff;
  padding: 0;
}
select[multiple] option {
  padding: 1rem 1.8rem;
}

.wpcf7-form-control-wrap.accept-this {
  margin-top: 0.8rem;
}

.wpcf7-acceptance {
  display: block;
  margin-top: 2.75rem;
}
.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.wpcf7-acceptance label {
  display: inline-block;
  width: 100%;
  font-weight: 300;
  letter-spacing: -0.03em;
  font-size: 12px;
  line-height: inherit;
}
.wpcf7-acceptance input[type=checkbox] {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
}
.wpcf7-acceptance input[type=checkbox] + span:before {
  content: "";
  width: 24px;
  height: 24px;
  -webkit-appearance: none;
  border: 1px solid rgba(175, 135, 248, 0.5);
  border-radius: 4px;
  background-color: transparent;
  margin-right: 1rem;
  margin-bottom: 1rem;
  cursor: pointer;
  float: left;
}
.wpcf7-acceptance input[type=checkbox]:checked + span:before {
  background: url("data:image/svg+xml,%3Csvg width='14' height='12' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='1' d='M3.81338 7.24796C3.58938 7.24796 3.36538 7.16296 3.19438 6.99196L0.82138 4.61896C0.47938 4.27696 0.47938 3.72297 0.82138 3.38196C1.16338 3.03996 1.71638 3.03896 2.05838 3.38096L3.81338 5.13596L7.94138 1.00796C8.28338 0.665965 8.83638 0.665965 9.17838 1.00796C9.52038 1.34996 9.52038 1.90396 9.17838 2.24596L4.43238 6.99196C4.26138 7.16296 4.03738 7.24796 3.81338 7.24796Z' fill='%23AF87F8'/%3E%3C/svg%3E%0A") no-repeat center center;
}
.wpcf7-acceptance span:before:hover {
  border-color: rgba(5, 19, 34, 0.5);
}
.wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 1.2rem;
  color: #051322;
  vertical-align: sub;
}
.wpcf7-acceptance .wpcf7-list-item-label a {
  font-size: inherit;
  color: #512D8D;
  text-decoration: underline;
  font-weight: 400;
}

.wpcf7 input {
  transition: none;
}
.wpcf7 input:-webkit-autofill,
.wpcf7 input:-webkit-autofill:hover,
.wpcf7 input:-webkit-autofill:focus,
.wpcf7 input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 5rem white inset !important;
}
.wpcf7-not-valid-tip {
  font-size: 1.2rem;
}
.wpcf7 .dynamic_CF7_URL {
  margin: 0 !important;
}
.wpcf7 input[type=submit] {
  box-sizing: border-box;
  font-size: 1.3rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 2rem;
}
.wpcf7 .bttn {
  font-size: 1.3rem;
  box-sizing: border-box;
  font-size: 1.3rem;
  font-weight: 500;
  margin-top: 2rem;
}
.wpcf7 .grid-2 {
  grid-gap: 10px;
}

.inline-form .wpcf7-form-control-wrap input,
.inline-form .wpcf7-form-control-wrap textarea {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 300;
  height: 5rem;
  padding: 1.1rem 5rem 1.1rem 2.1rem;
  border-radius: 99px;
}
.inline-form .wpcf7-form-control-wrap input::placeholder,
.inline-form .wpcf7-form-control-wrap textarea::placeholder {
  color: rgba(198, 194, 239, 0.6);
  font-size: inherit;
  font-weight: inherit;
}
.inline-form .label span {
  color: #fff;
}
.inline-form input[type=submit] {
  position: absolute;
  border: none;
  top: 0.4rem;
  right: 0.5rem;
  cursor: pointer;
  font-size: 0;
  height: 4.2rem;
  width: 4.2rem;
  padding: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='14' viewBox='0 0 18 14' fill='none'%3E%3Cpath d='M1.47656 6.99171H16.5049M16.5049 6.99171L10.3569 0.84375M16.5049 6.99171L10.3569 13.1397' stroke='%23121212' stroke-width='1.36621' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center center;
  border-radius: 8rem;
  transition: 0.3s ease-in-out;
  background-color: #fff;
  margin: 0;
}
.inline-form input[type=submit]:hover {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='14' viewBox='0 0 18 14' fill='none'%3E%3Cpath d='M1.47656 6.99171H16.5049M16.5049 6.99171L10.3569 0.84375M16.5049 6.99171L10.3569 13.1397' stroke='%23ffffff' stroke-width='1.36621' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center center;
  background-color: #000;
}
.inline-form .wpcf7-not-valid-tip {
  color: #ffbaba !important;
}
.inline-form input {
  border-color: rgba(198, 194, 239, 0.6);
}
.inline-form input:focus {
  border-color: #c6c2ef;
}

label:hover .label {
  color: #121212;
}
label:hover .wpcf7-form-control-wrap:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
label .wpcf7-form-control-wrap input::placeholder,
label .wpcf7-form-control-wrap textarea::placeholder {
  display: none;
  opacity: 0;
}
label .wpcf7-form-control-wrap:has(span.wpcf7-not-valid-tip) {
  margin-bottom: 2rem;
}

.wpcf7-not-valid-tip {
  color: #ff3b30 !important;
  display: block;
}

.bg-accent input:-webkit-autofill, .bg-accent input:-webkit-autofill:hover, .bg-accent input:-webkit-autofill:focus, .bg-accent input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 5rem #512D8D inset !important;
  -webkit-text-fill-color: #fff;
}
.bg-accent .wpcf7-form-control-wrap::after {
  background-color: #aa99ff;
}

.bttn,
.bttn-outline,
.bttn-link,
.bttn-border {
  cursor: pointer;
  user-select: none;
  min-height: 4.2rem;
  transition: 0.2s ease-in-out;
  border: none;
  padding: 1.3rem 2.2rem;
  font-size: 1.4rem;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: 0px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease-in-out;
}
.bttn svg,
.bttn-outline svg,
.bttn-link svg,
.bttn-border svg {
  margin-left: 1rem;
  transition: 0.2s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .bttn,
  .bttn-outline,
  .bttn-link,
  .bttn-border {
    font-size: 1.6rem;
  }
}

.bttn {
  color: #fff;
  background-color: #EE502A;
  border-radius: 20rem;
  border: 1px solid transparent;
}
.bttn:hover {
  color: #051322;
  background-color: #fff;
}
.bttn-arrow::after {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 4rem;
  aspect-ratio: 1/1;
  height: 4rem;
  background-color: #fff;
  color: #051322;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease-in-out;
  margin-left: 1.4rem;
}
@media (min-width: 992px) {
  .bttn-arrow::after {
    margin-left: 2.7rem;
  }
}
.bttn-arrow::before {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="14" viewBox="0 0 18 14" fill="none"><path d="M1.43555 7.03858H16.4639M16.4639 7.03858L10.3159 0.890625M16.4639 7.03858L10.3159 13.1865" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>') center/cover no-repeat;
  background-color: #000;
  width: 1.5rem;
  height: 1.166rem;
}
.bttn-arrow:hover::before {
  background-color: #fff;
}
.bttn-arrow:hover::after {
  background-color: #000;
}

@media only screen and (min-width: 992px) {
  .bttn-big,
  form .bttn {
    font-size: 1.8rem;
    letter-spacing: -0.02em;
  }
}

.bttn-outline {
  background-color: rgba(165, 43, 13, 0.8);
  color: #fff;
  box-shadow: none !important;
  border-radius: 20rem;
}
.bttn-outline:hover {
  background-color: #EE502A;
  color: #fff;
}

.bttn-border {
  color: #fff;
  background-color: transparent;
  border-radius: 20rem;
  border: 1px solid #EE502A;
}
.bttn-border:hover {
  background-color: #EE502A;
  color: #fff;
}
.bttn-border-white {
  border: 1px solid #fff;
}
.bttn-border-white:hover {
  background-color: #fff;
  color: #051322;
}

.bttn-white {
  background-color: #fff;
  color: #051322;
}
.bttn-white:hover {
  background-color: rgba(255, 255, 255, 0.7);
}

.bttn[disabled] {
  opacity: 0.7;
  cursor: default;
}

.bttn-loading,
.wpcf7 .wpcf7-form.submitting .wpcf7-submit,
.wpcf7 .wpcf7-form.submitting button {
  background-repeat: no-repeat !important;
  background-position: center !important;
  text-shadow: none;
  color: transparent !important;
  transition: none;
}

.wpcf7 .wpcf7-form.submitting button .bttn-circle {
  opacity: 0;
}

.wpcf7 .wpcf7-form.submitting .wpcf7-submit,
.wpcf7 .wpcf7-form.submitting button {
  background-image: url("../img/general/spinner.svg");
}

.bttn-loading {
  background-image: url("../img/general/spinner-purple.svg");
}

.bttn-link {
  color: #051322;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  box-shadow: none !important;
  font-size: 1.6rem;
  border: 0;
  border-radius: 0;
  letter-spacing: 0.02em;
  font-weight: 500;
}
.bttn-link span {
  font-size: inherit;
  display: none;
  margin-right: 0.6rem;
}
@media only screen and (min-width: 992px) {
  .bttn-link span {
    display: inline;
  }
}
.bttn-link:after {
  content: "";
  display: block;
  margin-left: 1.2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='14' viewBox='0 0 13 14' fill='none'%3E%3Cpath d='M1.19963 1.51025H11.9797M11.9797 1.51025V12.2904M11.9797 1.51025L1 12.49' stroke='%23512D8D' stroke-width='1.36621' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  width: 1.3rem;
  height: 1.3rem;
  background-size: contain;
  transition: 0.2s ease-in-out;
}
.bttn-link:hover:after {
  transform: scale(1, -1);
  background-color: transparent;
}
.bttn-link-white {
  color: #fff;
}
.bttn-link-white:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13' fill='none'%3E%3Cpath d='M1.19963 1.01025H11.9797M11.9797 1.01025V11.7904M11.9797 1.01025L1 11.99' stroke='white' stroke-width='1.36621' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.bttn-link.link-loading {
  transition: none;
  background-image: url("../img/general/spinner-purple.svg");
  background-repeat: no-repeat !important;
  background-position: center !important;
  text-shadow: none;
  color: transparent;
  cursor: default;
}
.bttn-link.link-loading:after {
  display: none;
}

.bttn-submit {
  width: 43px !important;
  height: 43px !important;
  background: url("../img/icons/submit.svg") no-repeat center center;
  font-size: 0 !important;
  line-height: 0 !important;
  color: #512D8D;
  border-radius: 0.5rem !important;
  margin: 0.2rem !important;
}

.bttn-main {
  padding: 0.8rem 0.8rem 0.8rem 2.4rem;
  letter-spacing: -0.02em;
}
.bttn-main:hover .bttn-circle {
  color: #fff;
  background-color: #051322;
}
.bttn-main .bttn-circle {
  margin-left: 1.4rem;
}
.bttn-main.bttn-big {
  font-size: 1.8rem;
}
.bttn-main.bttn-big .bttn-circle {
  margin-left: 2.7rem;
}

.bttn-circle {
  width: 4rem;
  height: 4rem;
  background-color: #fff;
  padding: 1.1rem;
  color: #051322;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease-in-out;
}
.bttn-circle svg {
  margin: 0;
  width: 1.5rem;
  height: auto;
}

.bttns {
  margin-top: 3.2rem;
}
.bttns a {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .bttns a {
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  .bttns a + a {
    margin-top: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .bttns a + a {
    width: auto;
    margin-left: 1.6rem;
  }
}

.wpcf7 .bttn-main:hover .bttn-circle {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='14' viewBox='0 0 17 14' fill='none'%3E%3Cpath d='M0.916016 6.99171H15.9444M15.9444 6.99171L9.7964 0.84375M15.9444 6.99171L9.7964 13.1397' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.wpcf7 .bttn-main span {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-transform: none;
}
.wpcf7 .bttn-main .bttn-circle {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='14' viewBox='0 0 17 14' fill='none'%3E%3Cpath d='M0.916016 6.99171H15.9444M15.9444 6.99171L9.7964 0.84375M15.9444 6.99171L9.7964 13.1397' stroke='%23051322' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.5rem;
  margin-left: 1.6rem;
}

.wpml-ls-legacy-dropdown {
  position: absolute !important;
  top: 1.2rem;
  right: 7rem;
  width: auto !important;
}
.wpml-ls-legacy-dropdown:not(:has(.wpml-ls-link)) {
  display: none;
}
@media only screen and (min-width: 992px) {
  .wpml-ls-legacy-dropdown {
    margin-left: 2rem;
    position: static !important;
  }
}
.wpml-ls-legacy-dropdown a:hover {
  color: #512D8D !important;
  background-color: #f9f9fc !important;
}
.wpml-ls-legacy-dropdown a {
  display: block;
  text-decoration: none;
  background-color: #fff;
  border: 0 !important;
  font-weight: 600;
  font-size: 14px !important;
  line-height: 20px !important;
  color: #000 !important;
  padding: 8px 1rem !important;
  letter-spacing: 0.02em;
  transition: none;
}
.wpml-ls-legacy-dropdown a span {
  font-weight: 500;
  font-size: 14px;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: calc(50% - 0.175em);
  content: "";
  background: url(../img/icons/lang-redesigne.svg) no-repeat center center;
  width: 0.6rem;
  height: 0.5rem;
  border: none !important;
  filter: brightness(0);
  right: auto !important;
  margin-left: 4px;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a {
  color: #512D8D !important;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a:after {
  filter: brightness(1);
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu {
  visibility: visible;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  list-style-type: none;
  z-index: 101;
  border: 1px solid #ececec !important;
  border-radius: 0.4rem;
  overflow: hidden;
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.2);
  padding: 4px 0 !important;
  transition: none;
  background: #fff;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  background-color: transparent !important;
  padding-right: 2.2rem !important;
}

@keyframes Shake {
  0% {
    transform: rotate(4deg);
  }
  25% {
    transform: rotate(-3deg);
  }
  50% {
    transform: rotate(4deg);
  }
  75% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(4deg);
  }
}
.header {
  position: fixed;
  width: 100%;
  padding: 1rem 0;
  z-index: 99;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .header {
    padding: 0;
  }
}
.header > .container:before {
  content: "";
  display: block;
  width: calc(100% - 3.2rem);
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  bottom: -1rem;
  position: absolute;
  pointer-events: none;
}
@media only screen and (min-width: 992px) {
  .header > .container:before {
    width: calc(100% - 5.6rem);
    max-width: 120rem;
    bottom: 0;
  }
}
@media only screen and (max-width: 992px) {
  .header > .container {
    padding: 0px 1.6rem;
  }
}
.header.autoHide.header--hide {
  transform: translate(0, -100%);
}
.header--scrolled, .header--blog {
  background: rgba(255, 255, 255, 0.9);
  border-bottom: solid 1px #edecf5;
}
.header--scrolled .header__logo svg path, .header--blog .header__logo svg path {
  fill: #0bbad5;
}
.header--scrolled .header__logo svg .svg-text path, .header--blog .header__logo svg .svg-text path {
  fill: #121212;
}
.header--scrolled .header__menu-list > .menu-item > a, .header--blog .header__menu-list > .menu-item > a {
  color: #000;
}
.header--scrolled .header__burger:before, .header--scrolled .header__burger:after, .header--blog .header__burger:before, .header--blog .header__burger:after {
  background-color: #000;
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 992px) {
  .header .container {
    position: static;
  }
}
.header__logo {
  z-index: 200;
  transition: 0.5s linear;
  max-width: 8.9rem;
}
.header__logo img {
  max-width: 100%;
  height: auto;
  filter: brightness(0) saturate(100%) invert(100%);
}
@media only screen and (min-width: 992px) {
  .header__logo {
    max-width: 14rem;
  }
}
.header__logo svg {
  max-width: 100%;
}
.header__logo svg path {
  fill: #fff;
  transition: 0.1s linear;
}
.header__logo svg .svg-text path {
  transition: 0.2s linear;
}
.header__burger {
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  z-index: 200;
}
@media only screen and (min-width: 992px) {
  .header__burger {
    display: none;
  }
}
.header__burger:before, .header__burger:after {
  content: "";
  position: absolute;
  width: 2.4rem;
  height: 0.2rem;
  left: 50%;
  background-color: #fff;
  transform: translate(-50%, -50%);
  transition: top 0.15s linear 0.15s, transform 0.15s linear, background 0.3s linear, -webkit-transform 0.15s linear;
  border-radius: 5px;
}
.header__burger:before {
  top: calc(50% - 0.35rem);
}
.header__burger:after {
  top: calc(50% + 0.35rem);
}
.header__menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 100vw;
  height: 100vh;
  height: var(--app-height);
  background-color: #fff;
  z-index: 100;
  transition: left 0.3s linear;
  padding-top: 7rem;
}
@media only screen and (min-width: 992px) {
  .header__menu {
    width: auto;
    height: auto;
    position: static;
    padding: 0;
    background-color: transparent;
    margin-left: auto;
    display: flex;
    align-items: center;
  }
}
.header__menu-scroll {
  position: static;
}
.header__menu-scroll > div {
  position: static;
}
@media only screen and (max-width: 992px) {
  .header__menu-scroll {
    overflow: auto;
    height: 100%;
    padding: 0 1.5rem 3.2rem;
  }
}
.header__menu .bttn {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .header__menu .bttn {
    padding: 0.75rem 1.5rem;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 120%;
    min-height: auto;
    width: auto;
    display: none;
  }
}
.header__menu-list {
  list-style-type: none;
}
@media only screen and (min-width: 992px) {
  .header__menu-list {
    display: flex;
    position: static;
  }
}
.header__menu-list > .menu-item.menu-item-has-children.show > a {
  color: var(--primary);
}
.header__menu-list > .menu-item.menu-item-has-children.show > a:after {
  opacity: 1;
  height: 2px;
}
@media only screen and (min-width: 992px) {
  .header__menu-list > .menu-item:has(.menu-item:hover) a {
    color: #000;
  }
}
.header__menu-list .menu-item.data-export {
  padding-top: 1.2rem;
  margin-top: 1.2rem;
  border-top: 1px solid #af87f8;
}
@media only screen and (min-width: 992px) {
  .header__menu-list .menu-item.data-export {
    grid-row: 3;
    margin-top: 0;
    padding-top: 1.6rem;
    border-top: none;
  }
  .header__menu-list .menu-item.data-export:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #af87f8;
    margin-top: -1.6rem;
  }
}
.header__menu-list > .menu-item > .sub-menu-container {
  display: none;
  background: #fff;
  height: auto;
  overflow: visible;
  width: 100%;
  z-index: 99;
}
@media only screen and (max-width: 992px) {
  .header__menu-list > .menu-item > .sub-menu-container {
    padding-left: 1.8rem;
    border-left: 1px solid rgba(179, 193, 198, 0.5);
  }
  .header__menu-list > .menu-item > .sub-menu-container .sub-menu .sub-menu .sub-menu {
    padding-left: 1.8rem;
    border-left: 1px solid rgba(179, 193, 198, 0.5);
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .header__menu-list > .menu-item > .sub-menu-container {
    overflow: hidden;
    max-height: 0;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0;
    box-shadow: 0px 20px 50px rgba(18, 17, 39, 0.08);
    z-index: -999;
    display: block;
    pointer-events: none;
    transition: 0.2s ease-in-out;
    border-top: solid 0px transparent;
  }
  .header__menu-list > .menu-item > .sub-menu-container::-webkit-scrollbar {
    width: 11px;
    background-color: transparent;
    border-radius: 8px;
  }
  .header__menu-list > .menu-item > .sub-menu-container::-webkit-scrollbar-thumb {
    border-radius: 8px;
    height: 72px;
    background-color: #606492;
    border: 4px solid #fff;
  }
}
.header__menu-list > .menu-item > .sub-menu-container .container {
  align-items: flex-start;
}
@media only screen and (max-width: 992px) {
  .header__menu-list > .menu-item > .sub-menu-container .container {
    padding: 0;
    flex-direction: column;
  }
}
@media only screen and (min-width: 992px) {
  .header__menu-list > .menu-item > .sub-menu-container .column > .sub-menu > .menu-item + .menu-item {
    margin-top: 1.2rem;
  }
}
.header__menu-list > .menu-item > .sub-menu-container .sub-menu:first-child > .menu-item:not(.column) > a,
.header__menu-list > .menu-item > .sub-menu-container .column > .sub-menu > .menu-item > a {
  font-weight: 500 !important;
}
@media only screen and (max-width: 992px) {
  .header__menu-list > .menu-item > .sub-menu-container .sub-menu:first-child > .menu-item:not(.column) > a,
  .header__menu-list > .menu-item > .sub-menu-container .column > .sub-menu > .menu-item > a {
    font-size: 15px;
    width: max-content;
    max-width: calc(100% - 4.2rem);
  }
}
@media only screen and (min-width: 992px) {
  .header__menu-list > .menu-item > .sub-menu-container .sub-menu:first-child > .menu-item:not(.column) > a,
  .header__menu-list > .menu-item > .sub-menu-container .column > .sub-menu > .menu-item > a {
    color: var(--primary);
  }
}
.header__menu-list > .menu-item > .sub-menu-container .column > .sub-menu > .menu-item.menu-item-has-children .sub-menu .sub-menu {
  display: none;
}
.header__menu-list > .menu-item > .sub-menu-container .column > .sub-menu > .menu-item.menu-item-has-children .sub-menu > .menu-item.menu-item-has-children {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .header__menu-list > .menu-item > .sub-menu-container .column > .sub-menu > .menu-item.menu-item-has-children .sub-menu > .menu-item.menu-item-has-children > a {
    display: inline-flex;
  }
}
.header__menu-list > .menu-item > .sub-menu-container .column > .sub-menu > .menu-item.menu-item-has-children .sub-menu > .menu-item.menu-item-has-children:after {
  content: "";
  position: absolute;
  right: 0;
  top: -0.4rem;
  width: 3.2rem;
  height: 3.2rem;
  background: url("../img/icons/arrow.svg") no-repeat center center;
  transition: 0.2s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.header__menu-list > .menu-item > .sub-menu-container .column > .sub-menu > .menu-item.menu-item-has-children .sub-menu > .menu-item.menu-item-has-children.show:after {
  transform: scale(1, -1);
}
.header__menu-list > .menu-item > .sub-menu-container > .container > .sub-menu {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .header__menu-list > .menu-item > .sub-menu-container > .container > .sub-menu {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 0 5.8rem;
  }
}
.header__menu-list > .menu-item > .sub-menu-container > .container > .sub-menu .menu-item.column > a {
  display: none;
}
.header__menu-list > .menu-item > .sub-menu-container > .container > .sub-menu .menu-item a {
  display: flex;
  padding: 0.8rem 0;
  font-weight: 300;
}
@media only screen and (min-width: 992px) {
  .header__menu-list > .menu-item > .sub-menu-container > .container > .sub-menu .menu-item a {
    padding: 0.4rem 0;
  }
}
.header__menu-list > .menu-item > .sub-menu-container > .container > .sub-menu .menu-item a .menu-wrap {
  flex: 1;
  margin-left: 0.4rem;
}
@media only screen and (min-width: 992px) {
  .header__menu-list > .menu-item > .sub-menu-container > .container > .sub-menu .menu-item a:hover {
    color: var(--primary);
  }
}
@media only screen and (min-width: 992px) {
  .header__menu-list > .menu-item > .sub-menu-container > .container > .sub-menu-wrap {
    max-width: 32rem;
  }
}
.header__menu-list .menu-item {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .header__menu-list .menu-item {
    position: static;
  }
}
.header__menu-list .menu-item.hr {
  display: none;
}
@media only screen and (min-width: 992px) {
  .header__menu-list .menu-item.hr {
    display: block;
    height: 1px;
    background: rgba(179, 193, 198, 0.3);
    padding: 0 !important;
    margin: 20px 0 12px;
    grid-column: 1/5;
  }
  .header__menu-list .menu-item.hr a {
    display: none !important;
  }
}
.header__menu-list .menu-item a {
  display: block;
  text-decoration: none;
  color: #121212;
  padding: 1.6rem 0;
  transition: 0.2s ease-in-out;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
}
@media only screen and (min-width: 992px) {
  .header__menu-list .menu-item a {
    padding: 1rem 0;
    font-size: 14px;
  }
}
.header__menu-list .menu-item a:hover {
  color: var(--primary);
}
.header__menu-list .menu-item .sub-menu-container {
  display: none;
  background: #fff;
  height: auto;
  overflow: visible;
  width: 100%;
  z-index: 99;
}
@media only screen and (min-width: 992px) {
  .header__menu-list .menu-item .sub-menu-container {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    padding: 5.4rem 0 6rem;
    border-top: 1px solid #eeeeee;
    box-shadow: 0px 20px 50px rgba(18, 17, 39, 0.08);
    z-index: -1;
  }
}
.header__menu-list .menu-item .sub-menu-container .container {
  align-items: flex-start;
}
@media only screen and (max-width: 992px) {
  .header__menu-list .menu-item .sub-menu-container .container {
    padding: 0;
    flex-direction: column;
  }
}
.header__menu-list .menu-item .sub-menu {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .header__menu-list .menu-item .sub-menu {
    max-height: 75vh;
    overflow-y: auto;
    overflow-x: hidden;
    flex: 2;
    display: flex;
    flex-wrap: wrap;
    gap: 1.6rem 3rem;
  }
  .header__menu-list .menu-item .sub-menu::-webkit-scrollbar {
    width: 0.6rem;
    height: 0.6rem;
    background-color: #e5e5e5;
    border-radius: 0.2rem;
  }
  .header__menu-list .menu-item .sub-menu::-webkit-scrollbar-thumb {
    border-radius: 0.2rem;
    background-color: #8d8d8d;
  }
  .header__menu-list .menu-item .sub-menu::-webkit-scrollbar {
    width: 0.6rem;
    height: 0.6rem;
    background-color: #e5e5e5;
    border-radius: 0.2rem;
  }
  .header__menu-list .menu-item .sub-menu::-webkit-scrollbar-thumb {
    border-radius: 0.2rem;
    background-color: #8d8d8d;
  }
}
@media only screen and (min-width: 992px) {
  .header__menu-list .menu-item .sub-menu .menu-item {
    width: calc(50% - 1.5rem);
  }
}
.header__menu-list .menu-item .sub-menu .menu-item a {
  max-width: 35rem;
  display: flex;
  padding: 0.8rem 0;
}
@media only screen and (min-width: 992px) {
  .header__menu-list .menu-item .sub-menu .menu-item a {
    padding: 1.2rem;
    border-radius: 8px;
  }
}
.header__menu-list .menu-item .sub-menu .menu-item a .menu-icon {
  width: 3.8rem;
  height: 3.8rem;
}
.header__menu-list .menu-item .sub-menu .menu-item a .menu-icon svg,
.header__menu-list .menu-item .sub-menu .menu-item a .menu-icon img {
  top: -0.2rem;
  max-width: 100%;
  height: auto;
  width: 2.4rem;
  transition: 0.2s ease-in-out;
}
.header__menu-list .menu-item .sub-menu .menu-item a .menu-wrap {
  flex: 1;
  margin-left: 0.4rem;
}
.header__menu-list .menu-item .sub-menu .menu-item a .menu-title {
  color: #512D8D;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 120%;
  transition: 0.2s ease-in-out;
}
.header__menu-list .menu-item .sub-menu .menu-item a .menu-descr {
  font-weight: 300;
  font-size: 1rem;
  line-height: 140%;
  color: #606492;
  margin-top: 0.4rem;
  transition: 0.2s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .header__menu-list .menu-item .sub-menu .menu-item a .menu-descr {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 992px) {
  .header__menu-list .menu-item .sub-menu .menu-item a:hover {
    background-color: #f3f2fd;
  }
}
.header__menu-list .menu-item .sub-menu .menu-item.wide {
  width: 100%;
}
.header__menu-list .menu-item .sub-menu .menu-item.wide a {
  max-width: 100%;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .header__menu-list .menu-item .sub-menu-wrap {
    max-width: 32rem;
  }
}
.header__menu-list .menu-item .sub-menu-title {
  display: none;
}
@media only screen and (min-width: 992px) {
  .header__menu-list .menu-item .sub-menu-title {
    display: block;
    font-weight: 500;
    font-size: 2.6rem;
    line-height: 120%;
    letter-spacing: -0.05em;
    color: #051322;
  }
}
.header__menu-list .menu-item .sub-menu-descr {
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 130%;
  color: #606492;
  margin-bottom: 0.8rem;
}
@media only screen and (min-width: 992px) {
  .header__menu-list .menu-item .sub-menu-descr {
    font-size: 1.4rem;
    margin-top: 1.6rem;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .header__menu-list .menu-item .sub-menu-list {
    flex: 2;
    margin-left: 2.5rem;
    padding-left: 2.5rem;
    border-left: 1px solid #ededed;
  }
}
@media only screen and (min-width: 992px) {
  .header__menu-list .menu-item .sub-menu-list .sub-menu {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }
}
.header__menu-list .menu-item .sub-menu-top-text {
  margin-bottom: 1.2rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #1c1c1c;
}
.header__menu-list .menu-item .sub-menu-news {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .header__menu-list .menu-item .sub-menu-news .menu-news {
    display: grid;
    gap: 4.5rem;
    grid-template-columns: 39.6rem 1fr;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1312px) {
  .header__menu-list .menu-item .sub-menu-news .menu-news {
    gap: 2.5rem;
  }
}
.header__menu-list .menu-item .sub-menu-news .menu-news__filter-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  border-bottom: 1px solid rgba(234, 234, 249, 0.5);
}
@media only screen and (min-width: 992px) {
  .header__menu-list .menu-item .sub-menu-news .menu-news__filter-wrap {
    gap: 2.4rem;
    padding-right: 4.5rem;
    border-right: 1px solid rgba(234, 234, 249, 0.5);
    border-bottom: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1312px) {
  .header__menu-list .menu-item .sub-menu-news .menu-news__filter-wrap {
    padding-right: 2.5rem;
  }
}
.header__menu-list .menu-item .sub-menu-news .menu-news__filter-wrap li {
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .header__menu-list .menu-item .sub-menu-news .menu-news__filter-wrap li:hover, .header__menu-list .menu-item .sub-menu-news .menu-news__filter-wrap li.current {
    background: rgba(234, 234, 249, 0.35);
    border-radius: 8px;
  }
  .header__menu-list .menu-item .sub-menu-news .menu-news__filter-wrap li:not(:last-child):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(234, 234, 249, 0.5);
    position: absolute;
    bottom: -1.3rem;
    right: 0;
  }
}
.header__menu-list .menu-item .sub-menu-news .menu-news__filter .filter-box {
  display: flex;
  gap: 1.4rem;
  padding: 1.2rem;
  cursor: pointer;
}
.header__menu-list .menu-item .sub-menu-news .menu-news__filter .filter-cont {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: 0;
  width: 100%;
}
.header__menu-list .menu-item .sub-menu-news .menu-news__filter .filter-icon {
  width: 2.4rem;
  height: 2.4rem;
  min-width: 2.4rem;
  color: #512D8D;
}
.header__menu-list .menu-item .sub-menu-news .menu-news__filter .filter-icon svg,
.header__menu-list .menu-item .sub-menu-news .menu-news__filter .filter-icon img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header__menu-list .menu-item .sub-menu-news .menu-news__filter .filter-title {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 120%;
  color: #512D8D;
}
.header__menu-list .menu-item .sub-menu-news .menu-news__filter .filter-descr {
  font-size: 1.2rem;
  line-height: 140%;
  color: #606492;
}
.header__menu-list .menu-item .sub-menu-news .menu-news__wrap {
  padding-top: 1.6rem;
}
@media only screen and (max-width: 992px) {
  .header__menu-list .menu-item .sub-menu-news .menu-news__wrap {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .header__menu-list .menu-item .sub-menu-news .menu-news__wrap {
    padding-top: 1.4rem;
  }
}
.header__menu-list .menu-item .sub-menu-news .menu-news__wrap-label {
  font-size: 1.4rem;
  line-height: 120%;
  color: #606492;
  margin-bottom: 0.8rem;
}
.header__menu-list .menu-item .sub-menu-news .menu-news__items {
  display: grid;
  gap: 0.8rem 4.6rem;
}
@media only screen and (min-width: 992px) {
  .header__menu-list .menu-item .sub-menu-news .menu-news__items {
    grid-template-columns: repeat(2, 1fr);
    max-height: 70vh;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .header__menu-list .menu-item .sub-menu-news .menu-news__items::-webkit-scrollbar {
    width: 0.6rem;
    height: 0.6rem;
    background-color: #e5e5e5;
    border-radius: 0.2rem;
  }
  .header__menu-list .menu-item .sub-menu-news .menu-news__items::-webkit-scrollbar-thumb {
    border-radius: 0.2rem;
    background-color: #8d8d8d;
  }
  .header__menu-list .menu-item .sub-menu-news .menu-news__items::-webkit-scrollbar {
    width: 0.6rem;
    height: 0.6rem;
    background-color: #e5e5e5;
    border-radius: 0.2rem;
  }
  .header__menu-list .menu-item .sub-menu-news .menu-news__items::-webkit-scrollbar-thumb {
    border-radius: 0.2rem;
    background-color: #8d8d8d;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1312px) {
  .header__menu-list .menu-item .sub-menu-news .menu-news__items {
    gap: 0.8rem 2.5rem;
  }
}
.header__menu-list .menu-item .sub-menu-news .menu-news__item {
  padding: 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  transition: 0.2s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .header__menu-list .menu-item .sub-menu-news .menu-news__item {
    width: 28.2rem;
  }
}
.header__menu-list .menu-item .sub-menu-news .menu-news__item:hover {
  background: rgba(234, 234, 249, 0.35);
  border-radius: 8px;
}
.header__menu-list .menu-item .sub-menu-news .menu-news__item:hover .menu-article__img {
  opacity: 0;
  visibility: hidden;
}
.header__menu-list .menu-item .sub-menu-news .menu-news__item:hover .menu-article__title {
  margin-left: -35%;
}
@media only screen and (min-width: 992px) {
  .header__menu-list .menu-item .sub-menu-news .menu-news__item:hover .menu-article__title {
    margin-left: -11.2rem;
  }
}
.header__menu-list .menu-item .sub-menu-news .menu-news .menu-article__head {
  display: flex;
  gap: 1.6rem;
}
.header__menu-list .menu-item .sub-menu-news .menu-news .menu-article__date, .header__menu-list .menu-item .sub-menu-news .menu-news .menu-article__read {
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #606492;
}
.header__menu-list .menu-item .sub-menu-news .menu-news .menu-article__content {
  display: flex;
  gap: 1.2rem;
}
.header__menu-list .menu-item .sub-menu-news .menu-news .menu-article__img {
  width: 10.2rem;
  min-width: 10.2rem;
  height: 5.4rem;
  border-radius: 4px;
  overflow: hidden;
  transition: 0.2s ease-in-out;
}
.header__menu-list .menu-item .sub-menu-news .menu-news .menu-article__img .just-watched {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(22, 26, 27, 0.5);
  z-index: 2;
  color: #fff;
  font-size: 1.1rem;
}
.header__menu-list .menu-item .sub-menu-news .menu-news .menu-article__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.header__menu-list .menu-item .sub-menu-news .menu-news .menu-article__title {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 130%;
  color: #051322;
  height: 5.4rem;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
  transition: 0.2s ease-in-out;
  text-wrap: balance;
}
.header__menu-list .menu-item .sub-menu-news .menu-news .menu-article__media {
  background-color: #512D8D;
  border-radius: 0.4rem;
  padding: 0.2rem 0.4rem;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-left: auto;
}
@media only screen and (max-width: 992px) {
  .header__menu-list .menu-item-has-children:not(.column):after {
    content: "";
    position: absolute;
    right: 0;
    top: 0.4rem;
    bottom: 0;
    width: 3.2rem;
    height: 3.2rem;
    background: url("../img/icons/arrow.svg") no-repeat center center;
    transition: 0.2s ease-in-out;
    z-index: -1;
  }
  .header__menu-list .menu-item-has-children:not(.column).show:after {
    transform: scale(1, -1);
  }
  .header__menu-list .menu-item.menu-item-has-children > a {
    min-width: 50%;
    max-width: calc(100% - 52px);
    display: inline-block;
  }
}
@media only screen and (min-width: 992px) {
  .header__menu-list .menu-item.sub-menu-grid-1 .sub-menu {
    display: block !important;
  }
  .header__menu-list .menu-item.sub-menu-grid-2 .sub-menu {
    grid-template-columns: repeat(2, 1fr) !important;
    width: auto !important;
  }
  .header__menu-list .menu-item.menu-item-has-children:not(.hide-desk):hover > a {
    color: var(--primary);
  }
  .header__menu-list .menu-item.menu-item-has-children:not(.hide-desk):hover .sub-menu-container {
    max-height: calc(100vh - 10rem);
    padding: 2rem 0 3.2rem;
    z-index: 1;
    pointer-events: auto;
    border-top: solid 1px #edecf5;
  }
}
.header__menu-list .menu-item.hide-desk .sub-menu-wrap {
  display: none;
}
.header__menu-list .menu-item.hide-desk .sub-menu .menu-item a {
  align-items: center;
  padding: 0.4rem 0;
}
.header__menu-list .menu-item.hide-desk .sub-menu .menu-item a .menu-icon {
  display: flex;
  align-items: center;
}
.header__menu-list > .menu-item:hover > a {
  color: var(--primary);
}
.header__menu-list > .menu-item:after {
  top: 0.9rem;
}
.header__menu-list > .menu-item > a {
  color: var(--primary);
}
@media only screen and (min-width: 992px) {
  .header__menu-list > .menu-item > a {
    padding: 28px 20px;
    color: #fff;
  }
}
@media only screen and (min-width: 992px) {
  .header__menu-list .sub-menu-tabs {
    width: 100%;
  }
  .header__menu-list .sub-menu-tabs .menu__filter {
    display: grid;
    gap: 5.4rem;
    grid-template-columns: 28.4rem 1fr;
  }
  .header__menu-list .sub-menu-tabs .menu__filter__list {
    display: flex;
    flex-direction: column;
  }
  .header__menu-list .sub-menu-tabs .menu__filter__list::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #edecf5;
  }
  .header__menu-list .sub-menu-tabs .menu__filter__list .filter a {
    padding: 1.8rem 0.4rem;
    font-weight: 500;
    font-size: 1.8rem;
    letter-spacing: -0.02em;
  }
  .header__menu-list .sub-menu-tabs .menu__filter__type .sub-menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1.6rem 6.4rem;
  }
  .header__menu-list .sub-menu-tabs .menu__filter__type .sub-menu-children > a {
    padding: 0.2rem;
    color: #8c56ef;
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 105%;
    letter-spacing: 0;
    text-transform: uppercase;
  }
  .header__menu-list .sub-menu-tabs .menu__filter__type .sub-menu-nested {
    margin-top: 1.6rem;
  }
  .header__menu-list .sub-menu-tabs .menu__filter__type .sub-menu-nested a {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 100%;
    letter-spacing: -0.03em;
    padding: 1rem 0.2rem;
    color: #051322;
    text-transform: unset;
  }
  .header__menu-list .sub-menu-tabs .menu__filter__type .sub-menu-nested a:hover {
    color: #8658d4;
  }
}
.header__menu-list + .bttn {
  margin-left: 0;
  margin-top: 2.2rem;
  width: 100%;
  height: 5rem;
}
@media only screen and (min-width: 992px) {
  .header__menu-list + .bttn {
    margin-left: 4rem;
    margin-top: 0;
    width: auto;
    height: auto;
  }
}
.header__lang-desk {
  display: none;
}
@media only screen and (min-width: 992px) {
  .header__lang-desk {
    display: block;
    margin-left: 2rem;
  }
  .header__lang-desk a {
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 4rem;
    text-decoration: none;
    color: #9c9eba;
    display: flex;
    align-items: center;
    padding: 0 1rem;
    letter-spacing: 0.02em;
  }
  .header__lang-desk a.active:after {
    content: "";
    background: url("../img/icons/lang.svg") no-repeat center center;
    width: 0.6rem;
    height: 0.4rem;
    margin-left: 0.4rem;
  }
  .header__lang-desk ul {
    transition: 0.2s linear;
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 0.5rem 0.5rem 0 #ddd;
  }
  .header__lang-desk ul li {
    transition: 0.2s ease-in-out;
  }
  .header__lang-desk ul li a {
    transition: 0.2s ease-in-out;
  }
  .header__lang-desk ul li:hover {
    background-color: rgb(236, 236, 236);
  }
  .header__lang-desk ul li:hover a {
    color: #000;
  }
}
.header__contacts span {
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 130%;
  color: #606492;
}
.header__contacts a {
  display: block;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 120%;
  color: var(--primary);
  padding: 0.8rem 0;
}
.header__contacts li:not(:first-child) {
  margin-top: 1.2rem;
}
@media only screen and (min-width: 992px) {
  .header__contacts {
    display: none;
  }
}
.header__contacts + a {
  margin-top: 2.4rem;
}
.header .wpml-ls-legacy-dropdown a {
  color: #fff !important;
}
.header .wpml-ls-legacy-dropdown .wpml-ls-item-toggle {
  transition: all 0.3s ease-in-out;
}
.header .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:after {
  transition: all 0.3s ease-in-out;
  filter: brightness(0) saturate(100%) invert(100%);
}
.header.hide-desk .sub-menu-wrap {
  display: none;
}
.header.hide-desk .sub-menu .menu-item a {
  align-items: center;
  padding: 0.4rem 0;
}
.header.hide-desk .sub-menu .menu-item a .menu-icon {
  display: flex;
  align-items: center;
}
.header .sub-menu-container {
  display: none;
  background: #fff;
  height: auto;
  overflow: visible;
  width: 100%;
  z-index: 99;
}
@media only screen and (min-width: 992px) {
  .header .sub-menu-container {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    padding: 5.4rem 0 6rem;
    border-top: 1px solid #eeeeee;
    box-shadow: 0px 20px 50px rgba(18, 17, 39, 0.08);
    z-index: -1;
  }
}
.header .sub-menu-container .container {
  align-items: flex-start;
}
@media only screen and (max-width: 992px) {
  .header .sub-menu-container .container {
    padding: 0;
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .header .sub-menu-list {
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .header .sub-menu-list {
    flex: 2;
    margin-left: 3rem;
    padding-left: 3rem;
    border-left: 1px solid #ededed;
  }
}
@media only screen and (min-width: 992px) {
  .header .sub-menu-list .sub-menu {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }
}
.header .sub-menu-top-text {
  margin-bottom: 1.6rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #051322;
}
.header .sub-menu {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .header .sub-menu {
    max-height: 75vh;
    overflow-y: auto;
    overflow-x: hidden;
    flex: 2;
    display: flex;
    flex-wrap: wrap;
    gap: 1.6rem 3rem;
  }
  .header .sub-menu::-webkit-scrollbar {
    width: 0.6rem;
    height: 0.6rem;
    background-color: #e5e5e5;
    border-radius: 0.2rem;
  }
  .header .sub-menu::-webkit-scrollbar-thumb {
    border-radius: 0.2rem;
    background-color: #8d8d8d;
  }
  .header .sub-menu::-webkit-scrollbar {
    width: 0.6rem;
    height: 0.6rem;
    background-color: #e5e5e5;
    border-radius: 0.2rem;
  }
  .header .sub-menu::-webkit-scrollbar-thumb {
    border-radius: 0.2rem;
    background-color: #8d8d8d;
  }
}
@media only screen and (min-width: 992px) {
  .header .sub-menu .menu-item {
    width: calc(50% - 1.5rem);
  }
}
.header .sub-menu .menu-item a {
  max-width: 35rem;
  display: flex;
  padding: 0.8rem 0;
}
@media only screen and (min-width: 992px) {
  .header .sub-menu .menu-item a {
    padding: 1.2rem;
    border-radius: 8px;
  }
}
.header .sub-menu .menu-item a .menu-icon {
  width: 3.8rem;
  height: 3.8rem;
}
.header .sub-menu .menu-item a .menu-icon svg,
.header .sub-menu .menu-item a .menu-icon img {
  top: -0.2rem;
  max-width: 100%;
  height: auto;
  width: 2.4rem;
  transition: 0.2s ease-in-out;
}
.header .sub-menu .menu-item a .menu-wrap {
  flex: 1;
  margin-left: 0.4rem;
}
.header .sub-menu .menu-item a .menu-title {
  color: #512D8D;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 120%;
  transition: 0.2s ease-in-out;
}
.header .sub-menu .menu-item a .menu-descr {
  font-weight: 300;
  font-size: 1rem;
  line-height: 140%;
  color: #606492;
  margin-top: 0.4rem;
  transition: 0.2s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .header .sub-menu .menu-item a .menu-descr {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 992px) {
  .header .sub-menu .menu-item a:hover {
    background-color: #f3f2fd;
  }
}
@media only screen and (min-width: 992px) {
  .header .sub-menu .menu-item {
    width: calc(50% - 1.5rem);
  }
}
.header .sub-menu .menu-item a {
  max-width: 35rem;
  display: flex;
  padding: 0.8rem 0;
}
@media only screen and (min-width: 992px) {
  .header .sub-menu .menu-item a {
    padding: 1.2rem;
    border-radius: 8px;
  }
}
.header .sub-menu .menu-item a .menu-icon {
  width: 3.8rem;
  height: 3.8rem;
}
.header .sub-menu .menu-item a .menu-icon svg,
.header .sub-menu .menu-item a .menu-icon img {
  top: -0.2rem;
  max-width: 100%;
  height: auto;
  width: 2.4rem;
  transition: 0.2s ease-in-out;
}
.header .sub-menu .menu-item a .menu-wrap {
  flex: 1;
  margin-left: 0.4rem;
}
.header .sub-menu .menu-item a .menu-title {
  color: #512D8D;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 120%;
  transition: 0.2s ease-in-out;
}
.header .sub-menu .menu-item a .menu-descr {
  font-weight: 300;
  font-size: 1rem;
  line-height: 140%;
  color: #606492;
  margin-top: 0.4rem;
  transition: 0.2s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .header .sub-menu .menu-item a .menu-descr {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 992px) {
  .header .sub-menu .menu-item a:hover {
    background-color: #f3f2fd;
  }
}
.header .sub-menu .menu-item.wide {
  width: 100%;
}
.header .sub-menu .menu-item.wide a {
  max-width: 100%;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .header .sub-menu-wrap {
    max-width: 32rem;
  }
}
.header .sub-menu-title {
  display: none;
}
@media only screen and (min-width: 992px) {
  .header .sub-menu-title {
    display: block;
    font-weight: 500;
    font-size: 2.6rem;
    line-height: 120%;
    letter-spacing: -0.05em;
    color: #051322;
  }
}
.header .sub-menu-descr {
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 130%;
  color: #606492;
  margin-bottom: 0.8rem;
}
@media only screen and (min-width: 992px) {
  .header .sub-menu-descr {
    font-size: 1.4rem;
    margin-top: 1.6rem;
    margin-bottom: 0;
  }
}
.header .sub-menu-news {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .header .sub-menu-news .menu-news {
    display: grid;
    gap: 4.5rem;
    grid-template-columns: 39.6rem 1fr;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1312px) {
  .header .sub-menu-news .menu-news {
    gap: 2.5rem;
  }
}
.header .sub-menu-news .menu-news__filter-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  border-bottom: 1px solid rgba(234, 234, 249, 0.5);
}
@media only screen and (min-width: 992px) {
  .header .sub-menu-news .menu-news__filter-wrap {
    gap: 2.4rem;
    padding-right: 4.5rem;
    border-right: 1px solid rgba(234, 234, 249, 0.5);
    border-bottom: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1312px) {
  .header .sub-menu-news .menu-news__filter-wrap {
    padding-right: 2.5rem;
  }
}
.header .sub-menu-news .menu-news__filter-wrap li {
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .header .sub-menu-news .menu-news__filter-wrap li:hover, .header .sub-menu-news .menu-news__filter-wrap li.current {
    background: rgba(234, 234, 249, 0.35);
    border-radius: 8px;
  }
  .header .sub-menu-news .menu-news__filter-wrap li:not(:last-child):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(234, 234, 249, 0.5);
    position: absolute;
    bottom: -1.3rem;
    right: 0;
  }
}
.header .sub-menu-news .menu-news__filter .filter-box {
  display: flex;
  gap: 1.4rem;
  padding: 1.2rem;
  cursor: pointer;
}
.header .sub-menu-news .menu-news__filter .filter-cont {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: 0;
  width: 100%;
}
.header .sub-menu-news .menu-news__filter .filter-icon {
  width: 2.4rem;
  height: 2.4rem;
  min-width: 2.4rem;
  color: #512D8D;
}
.header .sub-menu-news .menu-news__filter .filter-icon svg,
.header .sub-menu-news .menu-news__filter .filter-icon img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header .sub-menu-news .menu-news__filter .filter-title {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 120%;
  color: #512D8D;
}
.header .sub-menu-news .menu-news__filter .filter-descr {
  font-size: 1.2rem;
  line-height: 140%;
  color: #606492;
}
.header .sub-menu-news .menu-news__wrap {
  padding-top: 1.6rem;
}
@media only screen and (max-width: 992px) {
  .header .sub-menu-news .menu-news__wrap {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .header .sub-menu-news .menu-news__wrap {
    padding-top: 1.4rem;
  }
}
.header .sub-menu-news .menu-news__wrap-label {
  font-size: 1.4rem;
  line-height: 120%;
  color: #606492;
  margin-bottom: 0.8rem;
}
.header .sub-menu-news .menu-news__items {
  display: grid;
  gap: 0.8rem 4.6rem;
}
@media only screen and (min-width: 992px) {
  .header .sub-menu-news .menu-news__items {
    grid-template-columns: repeat(2, 1fr);
    max-height: 70vh;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .header .sub-menu-news .menu-news__items::-webkit-scrollbar {
    width: 0.6rem;
    height: 0.6rem;
    background-color: #e5e5e5;
    border-radius: 0.2rem;
  }
  .header .sub-menu-news .menu-news__items::-webkit-scrollbar-thumb {
    border-radius: 0.2rem;
    background-color: #8d8d8d;
  }
  .header .sub-menu-news .menu-news__items::-webkit-scrollbar {
    width: 0.6rem;
    height: 0.6rem;
    background-color: #e5e5e5;
    border-radius: 0.2rem;
  }
  .header .sub-menu-news .menu-news__items::-webkit-scrollbar-thumb {
    border-radius: 0.2rem;
    background-color: #8d8d8d;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1312px) {
  .header .sub-menu-news .menu-news__items {
    gap: 0.8rem 2.5rem;
  }
}
.header .sub-menu-news .menu-news__item {
  padding: 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  transition: 0.2s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .header .sub-menu-news .menu-news__item {
    width: 28.2rem;
  }
}
.header .sub-menu-news .menu-news__item:hover {
  background: rgba(234, 234, 249, 0.35);
  border-radius: 8px;
}
.header .sub-menu-news .menu-news__item:hover .menu-article__img {
  opacity: 0;
  visibility: hidden;
}
.header .sub-menu-news .menu-news__item:hover .menu-article__title {
  margin-left: -35%;
}
@media only screen and (min-width: 992px) {
  .header .sub-menu-news .menu-news__item:hover .menu-article__title {
    margin-left: -11.2rem;
  }
}
.header .sub-menu-news .menu-news .menu-article__head {
  display: flex;
  gap: 1.6rem;
}
.header .sub-menu-news .menu-news .menu-article__date, .header .sub-menu-news .menu-news .menu-article__read {
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #606492;
}
.header .sub-menu-news .menu-news .menu-article__content {
  display: flex;
  gap: 1.2rem;
}
.header .sub-menu-news .menu-news .menu-article__img {
  width: 10.2rem;
  min-width: 10.2rem;
  height: 5.4rem;
  border-radius: 4px;
  overflow: hidden;
  transition: 0.2s ease-in-out;
}
.header .sub-menu-news .menu-news .menu-article__img .just-watched {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(22, 26, 27, 0.5);
  z-index: 2;
  color: #fff;
  font-size: 1.1rem;
}
.header .sub-menu-news .menu-news .menu-article__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.header .sub-menu-news .menu-news .menu-article__title {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 130%;
  color: #051322;
  height: 5.4rem;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
  transition: 0.2s ease-in-out;
  text-wrap: balance;
}
.header .sub-menu-news .menu-news .menu-article__media {
  background-color: #512D8D;
  border-radius: 0.4rem;
  padding: 0.2rem 0.4rem;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-left: auto;
}
@media only screen and (min-width: 992px) {
  .header:hover:not(.header--scrolled, .header--blog) {
    background: #fff;
  }
  .header:hover:not(.header--scrolled, .header--blog) .header__logo svg path {
    fill: #0bbad5;
  }
  .header:hover:not(.header--scrolled, .header--blog) .header__logo svg .svg-text path {
    fill: #121212;
  }
  .header:hover:not(.header--scrolled, .header--blog) .header__menu-list > .menu-item:not(:hover) > a {
    color: #000;
  }
  .header:hover:not(.header--scrolled, .header--blog) .wpml-ls-legacy-dropdown .wpml-ls-item-legacy-dropdown a {
    color: #000 !important;
  }
  .header:hover:not(.header--scrolled, .header--blog) .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:after {
    filter: unset;
  }
}
.header.header--scrolled .wpml-ls-legacy-dropdown .wpml-ls-item-legacy-dropdown a {
  color: #000 !important;
  transition: unset;
}
.header.header--scrolled .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:after {
  filter: unset;
}

body.menu-open .bg-dark {
  display: block;
}
body.menu-open .header__logo svg path {
  fill: #0bbad5;
}
body.menu-open .header__logo svg .svg-text path {
  fill: #121212;
}
body.menu-open .header__menu {
  left: 0;
}
@media only screen and (min-width: 576px) {
  body.menu-open .header__menu {
    left: 50vw;
    width: 50vw;
  }
}
@media only screen and (max-width: 992px) {
  body.menu-open .header__burger::before, body.menu-open .header__burger::after {
    background-color: #000;
    -webkit-transition: top 0.15s linear, background 0.3s linear, -webkit-transform 0.15s linear 0.15s;
    transition: top 0.15s linear, background 0.3s linear, -webkit-transform 0.15s linear 0.15s;
    -o-transition: top 0.15s linear, transform 0.15s linear 0.15s, background 0.3s linear;
    transition: top 0.15s linear, transform 0.15s linear 0.15s, background 0.3s linear;
    transition: top 0.15s linear, transform 0.15s linear 0.15s, background 0.3s linear, -webkit-transform 0.15s linear 0.15s;
  }
  body.menu-open .header__burger:before {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  body.menu-open .header__burger:after {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}

body.search-show .header__menu {
  opacity: 0;
  pointer-events: none;
}
body.search-show .header__search-wrap {
  opacity: 1;
  pointer-events: all;
}

@media only screen and (max-width: 992px) {
  body.notify-show {
    height: 100vh;
    overflow: hidden;
  }
}
body.notify-show .header__notify-container {
  opacity: 1;
  pointer-events: all;
  transform: translate(0);
}

.popup-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  padding: 2rem 1.5rem;
  display: none;
  overflow-y: auto;
  height: 100%;
}
.popup-bg.show {
  display: block;
}
@media only screen and (min-width: 992px) {
  .popup-bg.show {
    animation: popupBg 0.2s linear forwards;
  }
  @keyframes popupBg {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
}
.popup-bg.popup-bg--contacts {
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(30px);
  padding: 6rem 1.5rem;
}

.popup {
  display: none;
  background-color: #fff;
  border-radius: 16px;
  max-width: 780px;
  position: relative;
  margin: 0 auto;
}
.popup.show {
  display: block;
}
@media only screen and (min-width: 992px) {
  .popup.show {
    animation: popupShow 0.15s linear forwards;
  }
  @keyframes popupShow {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}
.popup-wrap {
  min-height: 100%;
  display: flex;
  align-items: center;
}
.popup__wrap {
  padding: 40px 20px 20px;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .popup__wrap {
    padding: 46px 60px;
  }
}
.popup__close {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  cursor: pointer;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  border-radius: 0.4rem;
  transition: 0.2s ease-in-out;
}
.popup__close:hover {
  background-color: #f5f5f5;
}
.popup__img {
  width: 100%;
}
.popup__img img {
  width: 100%;
  height: auto;
}
.popup__title {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .popup__title {
    font-size: 22px;
  }
}
.popup__subtitle {
  font-size: 1.4rem;
  margin-top: 1.4rem;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .popup__subtitle {
    font-size: 1.6rem;
    margin-top: 1.6rem;
  }
}
.popup__descr {
  font-size: 1.4rem;
  line-height: 120%;
  margin-top: 2rem;
  text-align: center;
}
.popup__descr-short {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #7c858e;
  margin-top: 3.2rem;
  text-align: center;
  max-width: 50rem;
}
@media only screen and (min-width: 992px) {
  .popup__descr-short {
    margin: 2rem auto 1.4rem;
  }
}
.popup__form {
  margin-top: 3.2rem;
}

.popup--thanks {
  text-align: center;
  padding: 7rem 1rem 5rem;
}
@media only screen and (min-width: 992px) {
  .popup--thanks {
    padding: 6rem 3.2rem 6rem;
  }
}
.popup--thanks .popup__title {
  font-size: 2.4rem;
  margin-right: 0;
}
.popup--thanks .popup__subtitle {
  margin-top: 0.8rem;
}
.popup--thanks .popup__bttn {
  margin-top: 3rem;
}
.popup--thanks .popup__img {
  display: block;
  margin: -6rem auto 0;
}
.popup--thanks .popup__img img {
  max-width: 28rem;
  height: auto;
}
@media only screen and (min-width: 992px) {
  .popup--thanks .popup__img img {
    max-width: 40rem;
  }
}

.popup--img {
  padding: 0 !important;
}
.popup--img .popup__close svg {
  filter: invert(1);
}
.popup--img .popup__close:hover {
  background-color: rgba(255, 255, 255, 0.25);
}
.popup--img .popup__img {
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .popup--img .popup__head {
    background-color: #f7f7f7;
    padding-bottom: 3.2rem;
  }
  .popup--img .popup__img {
    margin: 0 auto;
  }
  .popup--img .popup__wrap {
    padding-top: 0;
  }
  .popup--img .popup__title {
    margin: 1.6rem 0 0;
    text-align: center;
  }
}

.popup--switch .popup__bttns {
  grid-gap: 1rem;
}
.popup--switch .popup__bttns img {
  max-width: 2rem;
  margin-right: 0.5rem;
  vertical-align: top;
}
@media only screen and (max-width: 576px) {
  .popup--switch .popup__bttns .bttn {
    font-size: 1.2rem;
  }
}

.popup--contact {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  color: #121212;
  padding: 40px 20px 20px;
  max-width: 1040px !important;
}
@media only screen and (min-width: 992px) {
  .popup--contact {
    padding: 30px;
  }
}
.popup--contact .popup__close {
  top: -4.5rem;
  right: 0;
}
.popup--contact .popup__close svg path {
  fill: #fff;
}
.popup--contact .popup__close:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.popup--contact .popup__wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}
@media only screen and (min-width: 992px) {
  .popup--contact .popup__wrapper {
    flex-direction: row;
    align-items: center;
  }
}
.popup--contact .popup__content {
  padding: 0;
  width: 100%;
  max-width: 32rem;
}
.popup--contact .popup__content-title {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #06B2E3;
  text-transform: uppercase;
}
.popup--contact .popup__content-descr {
  margin-top: 1.2rem;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 160%;
  list-style-type: none;
  color: #121212;
  display: block;
}
.popup--contact .popup__content-descr li,
.popup--contact .popup__content-descr a {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}
.popup--contact .popup__content-descr + .popup__content-title {
  margin-top: 4rem;
}
.popup--contact .popup__map {
  max-width: 643px;
  height: 480px;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  background: #f6f5f5;
}
@media only screen and (min-width: 992px) {
  .popup--contact .popup__map {
    width: 643px;
  }
}
.popup--contact .popup__map iframe {
  width: 100%;
  height: 100%;
}

.footer {
  background: #512d8d;
  z-index: 10;
  padding: 10rem 0;
}
@media only screen and (min-width: 992px) {
  .footer {
    z-index: 1;
    padding: 6rem 0;
  }
}
@media only screen and (min-width: 992px) {
  .footer__wrap .footer__logo {
    grid-column: 1/4;
    margin-top: 2rem;
  }
}
.footer__wrap .footer__logo-img {
  max-width: 17.6rem;
  display: block;
}
.footer__wrap .footer__logo-img img {
  max-width: 100%;
}
.footer__wrap .footer__logo-descr {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 140%;
  margin-top: 3.2rem;
  max-width: 23rem;
  color: #fff;
}
.footer__wrap .footer__menu {
  width: 100%;
  margin-top: 3.4rem;
  padding-top: 1.2rem;
}
@media only screen and (min-width: 992px) {
  .footer__wrap .footer__menu {
    grid-column: 5/10;
    gap: 4.6rem;
    margin-top: 3rem;
    padding-top: unset;
  }
}
.footer__wrap .footer__menu-list {
  grid-gap: 0;
}
.footer__wrap .footer__menu .menu-item-has-children > a {
  color: #0bbad5;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 1.4rem;
}
@media only screen and (max-width: 992px) {
  .footer__wrap .footer__menu .m-top {
    margin-top: 3.4rem;
  }
  .footer__wrap .footer__menu .menu-item a {
    padding: 1.8rem 0;
    height: 6rem;
    display: inline-flex;
    align-items: center;
  }
}
.footer__wrap .footer__menu .sub-menu {
  display: block;
  margin: 0 0 1.2rem;
}
@media only screen and (min-width: 992px) {
  .footer__wrap .footer__menu .sub-menu {
    margin: 1.6rem 0 0;
  }
}
.footer__wrap .footer__menu .sub-menu .menu-item a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 300;
  padding: 0.8rem 0;
  display: inline-block;
  transition: 0.2s ease-in-out;
  height: auto;
}
.footer__wrap .footer__menu .sub-menu .menu-item a:hover {
  color: #af87f8;
}
.footer__wrap .footer__menu-list {
  margin: 1.8rem 0 1.2rem;
}
@media only screen and (min-width: 992px) {
  .footer__wrap .footer__menu-list {
    margin: 1.6rem 0 0;
  }
}
.footer__wrap .footer__menu-list .menu-item a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 300;
  padding: 0.8rem 0;
  display: inline-block;
  transition: 0.2s ease-in-out;
  height: auto;
}
.footer__wrap .footer__menu-list .menu-item a:hover {
  color: #af87f8;
}
.footer__wrap .footer__mail {
  margin-top: 4rem;
}
@media only screen and (min-width: 992px) {
  .footer__wrap .footer__mail {
    grid-column: 10/18;
    max-width: 33.6rem;
    margin-top: 3rem;
    margin-left: auto;
  }
}
.footer__wrap .footer__mail-title {
  color: #0bbad5;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.06em;
}
.footer__wrap .footer__mail-descr {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 160%;
  color: #fff;
  margin-top: 2.6rem;
  opacity: 0.7;
}
.footer__wrap .footer__mail-form {
  margin-top: 2.2rem;
}
.footer__wrap .footer__mail-form form {
  gap: 0;
}
.footer__wrap .footer__mail .wpcf7-list-item {
  display: block;
  margin-top: 2.2rem;
  text-align: center;
}
.footer__wrap .footer__mail .wpcf7-acceptance .wpcf7-list-item-label {
  color: #fff;
}
.footer__wrap .footer__mail .wpcf7-acceptance label {
  font-size: 1.1rem;
  line-height: 120%;
  color: #fff;
  font-weight: 300;
}
.footer__wrap .footer__mail .wpcf7-acceptance label a {
  color: #fff;
  text-decoration: underline;
}
.footer__wrap-head, .footer__wrap-body {
  padding-bottom: 1.6rem;
}
@media only screen and (min-width: 992px) {
  .footer__wrap-head, .footer__wrap-body {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 1.2rem;
    padding-bottom: 2.4rem;
  }
}
@media (max-width: 576px) {
  .footer__wrap-body {
    padding-bottom: 0.8rem;
  }
}
@media only screen and (min-width: 992px) {
  .footer__wrap-body .footer__menu {
    grid-column: 5/18;
    grid-template-columns: 1fr 33.6rem;
    column-gap: 12.4rem;
    column-count: 2;
    display: block;
  }
  .footer__wrap-body .footer__menu .menu-item-has-children {
    margin-bottom: 1.6rem;
  }
  .footer__wrap-body .footer__menu .menu-item-has-children a {
    text-transform: inherit;
    font-weight: 500;
  }
  .footer__wrap-body .footer__menu .menu-item-has-children a:hover {
    color: #fff;
  }
  .footer__wrap-body .footer__menu .menu-item-has-children .sub-menu {
    margin: 0.8rem 0 0;
    padding-left: 1rem;
  }
}
.footer__noties {
  padding-top: 1.6rem;
}
@media only screen and (min-width: 992px) {
  .footer__noties {
    padding-top: 2.8rem;
    grid-column: 1/4;
  }
}
.footer__noties-title {
  font-weight: 500;
  font-size: 3.3rem;
  line-height: 130%;
  letter-spacing: -0.03em;
  color: #fff;
}
.footer__noties-descr {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 140%;
  letter-spacing: 0;
  color: #fff;
  margin-top: 1.8rem;
}
.footer__bottom {
  display: flex;
  flex-direction: column;
  margin-top: 1.6rem;
}
@media only screen and (min-width: 992px) {
  .footer__bottom {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 1.2rem;
    align-items: center;
    margin-top: 5rem;
  }
}
.footer__bottom .footer__copyright {
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}
@media only screen and (max-width: 992px) {
  .footer__bottom .footer__copyright {
    margin-top: 1rem;
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .footer__bottom .footer__copyright {
    grid-column: 1/4;
  }
}
.footer__bottom .footer__links {
  display: flex;
  flex-direction: column;
  margin-top: 0.6rem;
}
@media only screen and (min-width: 992px) {
  .footer__bottom .footer__links {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    grid-column: 5/18;
    margin-top: 0;
  }
}
.footer__bottom .footer__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
@media only screen and (min-width: 992px) {
  .footer__bottom .footer__list {
    margin: 0 0 0 -1.8rem;
    justify-content: center;
    gap: 0;
  }
}
.footer__bottom .footer__list li a {
  font-size: 1.3rem;
  font-weight: 400;
  display: block;
  padding: 1rem 0;
  transition: 0.2s ease-in-out;
  color: rgba(255, 255, 255, 0.7);
}
@media only screen and (min-width: 992px) {
  .footer__bottom .footer__list li a {
    padding: 1rem 1.8rem;
  }
}
.footer__bottom .footer__list li a:hover {
  color: #fff;
}
.footer__bottom .footer__social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
@media only screen and (min-width: 992px) {
  .footer__bottom .footer__social {
    justify-content: flex-start;
    grid-column: 1/4;
  }
}
.footer__bottom .footer__social a {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4rem;
  transition: 0.2s ease-in-out;
}
.footer__bottom .footer__social a img {
  max-width: 2.4rem;
  max-height: 2.4rem;
}
.footer__bottom .footer__social a:hover {
  background-color: #af87f8;
}
.footer hr {
  height: 1px;
  background-color: rgba(198, 194, 239, 0.2);
  margin: 3.2rem 0;
}
@media only screen and (min-width: 992px) {
  .footer hr {
    margin: 2.4rem 0;
  }
}
.footer .wpcf7 .wpcf7-form.submitting .wpcf7-submit {
  background-image: url("../img/general/spinner-violet.svg");
}

.bg-dark {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 50;
  padding: 2rem 1.5rem;
  overflow-y: auto;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out;
}

:root {
  --f-spinner-width: 36px;
  --f-spinner-height: 36px;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75;
}

.f-spinner {
  margin: auto;
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height);
}

.f-spinner svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  animation: f-spinner-rotate 2s linear infinite;
}

.f-spinner svg * {
  stroke-width: var(--f-spinner-stroke);
  fill: none;
}

.f-spinner svg *:first-child {
  stroke: var(--f-spinner-color-1);
}

.f-spinner svg *:last-child {
  stroke: var(--f-spinner-color-2);
  animation: f-spinner-dash 2s ease-in-out infinite;
}

@keyframes f-spinner-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.f-throwOutUp {
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp;
}

.f-throwOutDown {
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown;
}

@keyframes f-throwOutUp {
  to {
    transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
    opacity: 0;
  }
}
@keyframes f-throwOutDown {
  to {
    transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
    opacity: 0;
  }
}
.f-zoomInUp {
  animation: var(--f-transition-duration, 0.2s) ease 0.1s both f-zoomInUp;
}

.f-zoomOutDown {
  animation: var(--f-transition-duration, 0.2s) ease both f-zoomOutDown;
}

@keyframes f-zoomInUp {
  from {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-zoomOutDown {
  to {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
.f-fadeIn {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
  z-index: 2;
}

.f-fadeOut {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
  z-index: 1;
}

@keyframes f-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeOut {
  100% {
    opacity: 0;
  }
}
.f-fadeFastIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
  z-index: 2;
}

.f-fadeFastOut {
  animation: var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;
  z-index: 2;
}

@keyframes f-fadeFastIn {
  0% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeFastOut {
  100% {
    opacity: 0;
  }
}
.f-fadeSlowIn {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
  z-index: 2;
}

.f-fadeSlowOut {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
  z-index: 1;
}

@keyframes f-fadeSlowIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeSlowOut {
  100% {
    opacity: 0;
  }
}
.f-crossfadeIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
  z-index: 2;
}

.f-crossfadeOut {
  animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both f-crossfadeOut;
  z-index: 1;
}

@keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-crossfadeOut {
  100% {
    opacity: 0;
  }
}
.f-slideIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
}

.f-slideIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
}

.f-slideOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
}

.f-slideOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
}

@keyframes f-slideInPrev {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideInNext {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideOutNext {
  100% {
    transform: translateX(-100%);
  }
}
@keyframes f-slideOutPrev {
  100% {
    transform: translateX(100%);
  }
}
.f-classicIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
  z-index: 2;
}

.f-classicIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
  z-index: 2;
}

.f-classicOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
  z-index: 1;
}

.f-classicOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
  z-index: 1;
}

@keyframes f-classicInNext {
  0% {
    transform: translateX(-75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicInPrev {
  0% {
    transform: translateX(75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicOutNext {
  100% {
    transform: translateX(-75px);
    opacity: 0;
  }
}
@keyframes f-classicOutPrev {
  100% {
    transform: translateX(75px);
    opacity: 0;
  }
}
:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65;
}

.f-button {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  box-shadow: var(--f-button-shadow);
  pointer-events: all;
  cursor: pointer;
  transition: var(--f-button-transition);
}

@media (hover: hover) {
  .f-button:hover:not([disabled]) {
    color: var(--f-button-hover-color);
    background-color: var(--f-button-hover-bg);
  }
}
.f-button:active:not([disabled]) {
  background-color: var(--f-button-active-bg);
}

.f-button:focus:not(:focus-visible) {
  outline: none;
}

.f-button:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
}

.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: opacity 0.15s ease;
  transform: var(--f-button-transform);
  filter: var(--f-button-svg-filter);
  pointer-events: none;
}

.f-button[disabled] {
  cursor: default;
}

.f-button[disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity);
}

.f-carousel__nav .f-button.is-prev, .f-carousel__nav .f-button.is-next, .fancybox__nav .f-button.is-prev, .fancybox__nav .f-button.is-next {
  position: absolute;
  z-index: 1;
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-next {
  top: 50%;
  transform: translateY(-50%);
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-prev {
  left: var(--f-button-prev-pos);
}

.is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-next {
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev, .is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
  left: auto;
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next, .is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
  right: auto;
  left: var(--f-button-prev-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-next {
  top: auto;
  left: 50%;
  transform: translateX(-50%);
}

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-prev {
  top: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-next {
  bottom: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev svg, .is-vertical .f-carousel__nav .f-button.is-next svg, .is-vertical .fancybox__nav .f-button.is-prev svg, .is-vertical .fancybox__nav .f-button.is-next svg {
  transform: rotate(90deg);
}

.f-carousel__nav .f-button:disabled, .fancybox__nav .f-button:disabled {
  pointer-events: none;
}

html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto;
}

html.with-fancybox body {
  touch-action: none;
}

html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
  overflow: hidden !important;
  overscroll-behavior-y: none;
}

.fancybox__container {
  max-width: 100%;
  width: 100%;
  --fancybox-color: #dbdbdb;
  --fancybox-hover-color: #fff;
  --fancybox-bg: rgba(24, 24, 27, 0.98);
  --fancybox-slide-gap: 10px;
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-color-1: rgba(255, 255, 255, 0.1);
  --f-spinner-color-2: #bbb;
  --f-spinner-stroke: 3.65;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #f8f8f8;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: visible;
  z-index: var(--fancybox-zIndex, 1050);
  outline: none;
  transform-origin: top left;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overscroll-behavior-y: contain;
}

.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
  box-sizing: inherit;
}

.fancybox__container::backdrop {
  background-color: rgba(0, 0, 0, 0);
}

.fancybox__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: var(--fancybox-bg);
  opacity: var(--fancybox-opacity, 1);
  will-change: opacity;
}

.fancybox__carousel {
  position: relative;
  box-sizing: border-box;
  flex: 1;
  min-height: 0;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip;
}

.fancybox__viewport {
  width: 100%;
  height: 100%;
}

.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: grab;
}

.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.fancybox__track {
  display: flex;
  margin: 0 auto;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 var(--fancybox-slide-gap) 0 0;
  padding: 4px;
  overflow: auto;
  overscroll-behavior: contain;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 40px;
}

.fancybox__slide.has-iframe, .fancybox__slide.has-video, .fancybox__slide.has-html5video {
  overflow: hidden;
}

.fancybox__slide.has-image {
  overflow: hidden;
}

.fancybox__slide.has-image.is-animating, .fancybox__slide.has-image.is-selected {
  overflow: visible;
}

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

.fancybox__backdrop:empty, .fancybox__viewport:empty, .fancybox__track:empty, .fancybox__slide:empty {
  display: block;
}

.fancybox__content {
  align-self: center;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0;
  padding: 2rem;
  max-width: 100%;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  cursor: default;
  border-radius: 0;
  z-index: 20;
}

.is-loading .fancybox__content {
  opacity: 0;
}

.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}

.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__content [data-selectable], .fancybox__content [contenteditable] {
  cursor: auto;
}

.fancybox__slide.has-image > .fancybox__content {
  padding: 0;
  background: #fbfbfe;
  min-height: 1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: none;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.fancybox__slide.has-image > .fancybox__content > picture > img {
  width: 100%;
  height: auto;
  max-height: 100%;
}

.is-animating .fancybox__content, .is-dragging .fancybox__content {
  will-change: transform, width, height;
}

.fancybox-image {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  user-select: none;
  filter: blur(0px);
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  flex-shrink: 0;
  margin: 0;
  padding: 14px 0 4px 0;
  overflow-wrap: anywhere;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  cursor: auto;
  visibility: visible;
}

.is-loading .fancybox__caption, .is-closing .fancybox__caption {
  opacity: 0;
  visibility: hidden;
}

.is-compact .fancybox__caption {
  padding-bottom: 0;
}

.f-button.is-close-btn {
  --f-button-svg-stroke-width: 2;
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 40;
}

.fancybox__content > .f-button.is-close-btn {
  --f-button-width: 34px;
  --f-button-height: 34px;
  --f-button-border-radius: 4px;
  --f-button-color: var(--fancybox-color, #fff);
  --f-button-hover-color: var(--fancybox-color, #fff);
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
  position: absolute;
  top: -38px;
  right: 0;
  opacity: 0.75;
}

.is-loading .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.is-zooming-out .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.fancybox__content > .f-button.is-close-btn:hover {
  opacity: 1;
}

.fancybox__footer {
  padding: 0;
  margin: 0;
  position: relative;
}

.fancybox__footer .fancybox__caption {
  width: 100%;
  padding: 24px;
  opacity: var(--fancybox-opacity, 1);
  transition: all 0.25s ease;
}

.is-compact .fancybox__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(24, 24, 27, 0.5);
}

.is-compact .fancybox__footer .fancybox__caption {
  padding: 12px;
}

.is-compact .fancybox__content > .f-button.is-close-btn {
  --f-button-border-radius: 50%;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-outline-color: #000;
  --f-button-bg: rgba(0, 0, 0, 0.6);
  --f-button-active-bg: rgba(0, 0, 0, 0.6);
  --f-button-hover-bg: rgba(0, 0, 0, 0.6);
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-filter: none;
  top: 5px;
  right: 5px;
}

.fancybox__nav {
  --f-button-width: 50px;
  --f-button-height: 50px;
  --f-button-border: 0;
  --f-button-border-radius: 50%;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(24, 24, 27, 0.3);
  --f-button-active-bg: rgba(24, 24, 27, 0.5);
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 26px;
  --f-button-svg-height: 26px;
  --f-button-svg-stroke-width: 2.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
  --f-button-svg-disabled-opacity: 0.65;
  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__nav .f-button:before {
  position: absolute;
  content: "";
  top: -30px;
  right: -20px;
  left: -20px;
  bottom: -30px;
  z-index: 1;
}

.is-idle .fancybox__nav {
  animation: 0.15s ease-out both f-fadeOut;
}

.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__slide > .f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
  z-index: 30;
  cursor: pointer;
}

.fancybox-protected {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  user-select: none;
}

.fancybox-ghost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  z-index: 40;
  user-select: none;
  pointer-events: none;
}

.fancybox-focus-guard {
  outline: none;
  opacity: 0;
  position: fixed;
  pointer-events: none;
}

.fancybox__container:not([aria-hidden]) {
  opacity: 0;
}

.fancybox__container.is-animated[aria-hidden=false] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=false] .fancybox__slide > *:not(.fancybox__content) {
  animation: var(--f-interface-enter-duration, 0.25s) ease 0.1s backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
  animation: var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=true] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=true] .fancybox__slide > *:not(.fancybox__content) {
  animation: var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut;
}

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
  animation: var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut;
}

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content {
  width: calc(100% - 120px);
  height: 90%;
}

.fancybox__container.is-compact .has-iframe .fancybox__content, .fancybox__container.is-compact .has-map .fancybox__content, .fancybox__container.is-compact .has-pdf .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}

.fancybox-placeholder {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.f-carousel__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-outline: 0;
  --f-thumb-outline-color: #5eb0ef;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-border-radius: 2px;
  --f-thumb-offset: 0px;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0;
}

.f-carousel__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
}

.f-carousel__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
}

.f-thumbs {
  position: relative;
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
  perspective: 1000px;
  transform: translateZ(0);
}

.f-thumbs .f-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-image: linear-gradient(#ebeff2, #e2e8f0);
  z-index: -1;
}

.f-thumbs .f-spinner svg {
  display: none;
}

.f-thumbs.is-vertical {
  height: 100%;
}

.f-thumbs__viewport {
  width: 100%;
  height: auto;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.f-thumbs__track {
  display: flex;
}

.f-thumbs__slide {
  position: relative;
  flex: 0 0 auto;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: var(--f-thumb-width);
  height: var(--f-thumb-height);
  overflow: visible;
  cursor: pointer;
}

.f-thumbs__slide.is-loading img {
  opacity: 0;
}

.is-classic .f-thumbs__viewport {
  height: 100%;
}

.is-modern .f-thumbs__track {
  width: max-content;
}

.is-modern .f-thumbs__track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc((var(--f-thumb-clip-width, 0)) * -0.5);
  width: calc(var(--width, 0) * 1px + var(--f-thumb-clip-width, 0));
  cursor: pointer;
}

.is-modern .f-thumbs__slide {
  width: var(--f-thumb-clip-width);
  transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
  transition: none;
  pointer-events: none;
}

.is-modern.is-resting .f-thumbs__slide {
  transition: transform 0.33s ease;
}

.is-modern.is-resting .f-thumbs__slide__button {
  transition: clip-path 0.33s ease;
}

.is-using-tab .is-modern .f-thumbs__slide:focus-within {
  filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
}

.f-thumbs__slide__button {
  appearance: none;
  width: var(--f-thumb-width);
  height: 100%;
  margin: 0 -100% 0 -100%;
  padding: 0;
  border: 0;
  position: relative;
  border-radius: var(--f-thumb-border-radius);
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  outline: none;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  opacity: var(--f-thumb-opacity);
  transition: opacity 0.2s ease;
}

.f-thumbs__slide__button:hover {
  opacity: var(--f-thumb-hover-opacity);
}

.f-thumbs__slide__button:focus:not(:focus-visible) {
  outline: none;
}

.f-thumbs__slide__button:focus-visible {
  outline: none;
  opacity: var(--f-thumb-selected-opacity);
}

.is-modern .f-thumbs__slide__button {
  --clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );
  clip-path: var(--clip-path);
}

.is-classic .is-nav-selected .f-thumbs__slide__button {
  opacity: var(--f-thumb-selected-opacity);
}

.is-classic .is-nav-selected .f-thumbs__slide__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  bottom: 0;
  border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
  border-radius: var(--f-thumb-border-radius);
  animation: f-fadeIn 0.2s ease-out;
  z-index: 10;
}

.f-thumbs__slide__img {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: var(--f-thumb-offset);
  box-sizing: border-box;
  pointer-events: none;
  object-fit: cover;
  border-radius: var(--f-thumb-border-radius);
}

.f-thumbs.is-horizontal .f-thumbs__track {
  padding: 8px 0 12px 0;
}

.f-thumbs.is-horizontal .f-thumbs__slide {
  margin: 0 var(--f-thumb-gap) 0 0;
}

.f-thumbs.is-vertical .f-thumbs__track {
  flex-wrap: wrap;
  padding: 0 8px;
}

.f-thumbs.is-vertical .f-thumbs__slide {
  margin: 0 0 var(--f-thumb-gap) 0;
}

.fancybox__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-border-radius: 2px;
  --f-thumb-outline: 2px;
  --f-thumb-outline-color: #ededed;
  position: relative;
  opacity: var(--fancybox-opacity, 1);
  transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.fancybox__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-classic .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-modern .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-horizontal {
  padding: 0 var(--f-thumb-gap);
}

.fancybox__thumbs.is-vertical {
  padding: var(--f-thumb-gap) 0;
}

.is-compact .fancybox__thumbs {
  --f-thumb-width: 64px;
  --f-thumb-clip-width: 32px;
  --f-thumb-height: 48px;
  --f-thumb-extra-gap: 10px;
}

.fancybox__thumbs.is-masked {
  max-height: 0px !important;
}

.is-closing .fancybox__thumbs {
  transition: none !important;
}

.fancybox__toolbar {
  --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: rgba(24, 24, 27, 0.65);
  --f-button-hover-bg: rgba(70, 70, 73, 0.65);
  --f-button-active-bg: rgba(90, 90, 93, 0.65);
  --f-button-border-radius: 0;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: 0.65;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));
  pointer-events: none;
  z-index: 20;
}

.fancybox__toolbar :focus-visible {
  z-index: 1;
}

.fancybox__toolbar.is-absolute, .is-compact .fancybox__toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.is-idle .fancybox__toolbar {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__toolbar__column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}

.fancybox__toolbar__column.is-left, .fancybox__toolbar__column.is-right {
  flex-grow: 1;
  flex-basis: 0;
}

.fancybox__toolbar__column.is-right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
}

.fancybox__infobar {
  padding: 0 5px;
  line-height: var(--f-button-height);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: default;
  user-select: none;
}

.fancybox__infobar span {
  padding: 0 5px;
}

.fancybox__infobar:not(:first-child):not(:last-child) {
  background: var(--f-button-bg);
}

[data-fancybox-toggle-slideshow] {
  position: relative;
}

[data-fancybox-toggle-slideshow] .f-progress {
  height: 100%;
  opacity: 0.3;
}

[data-fancybox-toggle-slideshow] svg g:first-child {
  display: flex;
}

[data-fancybox-toggle-slideshow] svg g:last-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:first-child {
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:last-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: flex;
}

.f-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
  z-index: 30;
  user-select: none;
  pointer-events: none;
}

.fancybox__nav {
  position: unset;
}

.f-button[data-fancybox-toggle-slideshow] {
  display: none;
}

.ui_kit {
  background-color: #cbdbc7;
}
.ui_kit__wrap {
  display: flex;
  gap: 3.2rem 1.6rem;
  flex-wrap: wrap;
}