@charset "UTF-8";
* {
  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%;
  --primary: #089CB9;
  --secondary: #DFF026;
}

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

* {
  position: relative;
}

html {
  font-size: 10px;
  background-color: #0B8EAD;
  scroll-behavior: smooth;
}
html.fslightbox-open {
  background-color: #fff;
}

body {
  font-family: "Inter", sans-serif;
  display: flex !important;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
  background-color: #fff;
}
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: 5rem 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: 115rem;
  padding: 0 2rem;
}

.container-wide {
  max-width: 100%;
}

.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(95, 55, 228, 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: #5f37e4;
  opacity: 1;
}

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

.swiper-button-next,
.swiper-button-prev {
  width: 4.3rem;
  height: 4.3rem;
  border-radius: 8rem;
  transition: 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 0px 12px rgba(60, 63, 74, 0.1);
  min-width: 4.3rem;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  cursor: default;
}
.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: rgba(255, 255, 255, 0.2);
}

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

.float-message {
  position: fixed;
  right: 1.5rem;
  bottom: 2rem;
  display: block;
  z-index: 9;
  transition: 0.2s ease-in-out;
  border-radius: 50%;
  box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.1);
  width: 6.5rem;
}
@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 {
  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: #5f37e4;
  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;
}

.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;
}

.wpml-ls-statics-footer {
  display: none !important;
}

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

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

@media only screen and (min-width: 450px) {
  .grid-2,
  .grid-3,
  .grid-4,
  .grid-5 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .grid-3,
  .grid-4,
  .grid-5 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1190px) {
  .grid-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 1190px) {
  .grid-5 {
    grid-template-columns: repeat(5, 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: 2rem;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #051322;
}
@media only screen and (min-width: 576px) {
  .h2,
  h2 {
    font-size: calc(2rem + 24 * (100vw - 375px) / 625);
  }
}
@media only screen and (min-width: 992px) {
  .h2,
  h2 {
    font-size: 4.4rem;
  }
}

.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.2rem;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 2.4rem;
  padding-left: 2.8rem;
  position: relative;
  display: inline-flex;
  align-items: center;
}
.title-small:before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background-color: var(--primary);
  position: absolute;
  display: block;
  left: 0;
}
@media only screen and (min-width: 992px) {
  .title-small {
    font-size: 1.4rem;
    margin-bottom: 1.2rem;
  }
}

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

input,
textarea {
  border-bottom: 1px solid rgba(179, 193, 198, 0.4);
  background-color: transparent;
  padding: 2.75rem 0 1.25rem;
  height: 6.4rem;
  width: 100%;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 120%;
  color: black;
  transition: 0.1s ease-in-out;
  border-radius: 0;
}
@media only screen and (min-width: 992px) {
  input,
  textarea {
    font-size: 1.8rem;
  }
}

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

select {
  border: 1px solid rgba(69, 83, 241, 0.15);
  border-radius: 8px;
  padding: 1.4rem 1.2rem;
  width: 100%;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 100%;
  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 !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__country-list {
  border-radius: 0 !important;
}
.iti--allow-dropdown input {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

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

form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
form label > .label {
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 100%;
  color: rgba(0, 0, 0, 0.8);
  text-align: left;
  height: 2.4rem;
  position: absolute;
  left: 0;
  top: 2rem;
  opacity: 0.8;
  transition: 0.2s linear;
  cursor: text;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  form label > .label {
    font-size: 1.8rem;
  }
}
form label > .label span {
  opacity: 0.3;
  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 input:is(:-webkit-autofill, :autofill) {
  transition: none;
}
form input {
  width: 100%;
}

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

.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: 1.6rem;
}
.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(0, 0, 0, 0.6);
  border-radius: 2px;
  background-color: #ffffff;
  margin-right: 1rem;
  margin-bottom: 1rem;
  cursor: pointer;
  float: left;
}
.wpcf7-acceptance input[type=checkbox]:hover + span:before {
  border-color: #000;
  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='%23000000'/%3E%3C/svg%3E%0A") no-repeat center center;
}
.wpcf7-acceptance input[type=checkbox]:checked + span:before {
  border-color: var(--primary);
  background: var(--primary) 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='%23FFFFFF'/%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.4rem;
  font-weight: 300;
  color: #000;
  vertical-align: sub;
}
@media only screen and (min-width: 992px) {
  .wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 1.4rem;
  }
}
.wpcf7-acceptance .wpcf7-list-item-label a {
  font-size: inherit;
  color: inherit;
  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] {
  height: 5.2rem;
  box-sizing: border-box;
  font-size: 1.3rem;
  font-weight: 500;
  text-transform: uppercase;
}

.inline-form .wpcf7-form-control-wrap input,
.inline-form .wpcf7-form-control-wrap textarea {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 300;
  height: 6rem;
  padding: 1.8rem 5rem 1.8rem 0;
}
.inline-form .wpcf7-form-control-wrap input::placeholder,
.inline-form .wpcf7-form-control-wrap textarea::placeholder {
  color: #F5F5F5;
  font-size: inherit;
  font-weight: inherit;
  opacity: 1;
}
.inline-form .label span {
  color: #fff;
}
.inline-form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  font-size: 0;
  height: 4.2rem;
  width: 4.2rem;
  padding: 0;
  background: url(../img/icons/submit.svg) no-repeat center center;
  border-radius: 8rem;
  transition: 0.2s ease-in-out;
}
.inline-form input[type=submit]:hover {
  background-color: #5CE5FD;
}
.inline-form .wpcf7-not-valid-tip {
  color: #ffbaba !important;
}
.inline-form input {
  border-color: rgba(255, 255, 255, 0.3);
}
.inline-form input:focus {
  border-color: green;
}

label:hover .label {
  color: #121212;
}
label:hover .wpcf7-form-control-wrap:after {
  width: 100%;
}
label .wpcf7-form-control-wrap input::placeholder, label .wpcf7-form-control-wrap textarea::placeholder {
  display: none;
  opacity: 0;
}
label .wpcf7-form-control-wrap:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 0;
  transition: 0.3s ease-in-out;
  background-color: var(--primary);
  height: 1px;
}
label .wpcf7-form-control-wrap:has(span.wpcf7-not-valid-tip) {
  margin-bottom: 2rem;
}
label .wpcf7-form-control-wrap:has(span.wpcf7-not-valid-tip):after {
  background-color: #FF3B30;
  width: 100%;
}
label .wpcf7-form-control-wrap:has(input:focus):after, label .wpcf7-form-control-wrap:has(textarea:focus):after, label .wpcf7-form-control-wrap:has(input:not(:placeholder-shown)):after, label .wpcf7-form-control-wrap:has(textarea:not(:placeholder-shown)):after {
  width: 100%;
}

.wpcf7-not-valid-tip {
  color: #FF3B30 !important;
  display: block;
  position: absolute;
  bottom: -2rem;
}

.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 var(--primary) inset !important;
  -webkit-text-fill-color: #fff;
}
.bg-accent .wpcf7-form-control-wrap:after {
  background-color: #5CE5FD;
}

.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.6rem 3rem;
  font-size: 1.4rem;
  line-height: 120%;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.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: var(--primary);
  border-radius: 2.4rem;
}
.bttn:hover {
  background-color: var(--primary);
}

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

.bttn-outline {
  background-color: rgba(95, 55, 228, 0.15);
  color: #5f37e4;
  box-shadow: none !important;
  border-radius: 8px;
}
.bttn-outline:hover {
  background-color: #5f37e4;
  color: #fff;
}

.bttn-border {
  color: #5f37e4;
  box-shadow: inset 0px 0px 0 2px #5f37e4;
  border-radius: 8px;
}
.bttn-border:hover {
  background-color: rgba(95, 55, 228, 0.08);
}

.bttn-white {
  background-color: #fff;
  color: #5f37e4;
}
.bttn-white:hover {
  background-color: #ebebeb;
  color: #5f37e4;
}

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

.bttn-loading,
.wpcf7 .wpcf7-form.submitting .wpcf7-submit {
  background-image: url(../img/general/spinner.svg);
  background-repeat: no-repeat !important;
  background-position: center !important;
  text-shadow: none;
  color: transparent;
  transition: none;
}

.bttn-link {
  color: #5f37e4;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  box-shadow: none !important;
  font-size: 1.6rem;
}
.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 width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.490159 11.0961C0.0996346 11.4866 0.0996346 12.1198 0.490159 12.5103C0.880683 12.9009 1.51385 12.9009 1.90437 12.5103L0.490159 11.0961ZM12.8039 1.19662C12.8039 0.644336 12.3562 0.196621 11.8039 0.196621L2.80387 0.196621C2.25158 0.19662 1.80387 0.644336 1.80387 1.19662C1.80387 1.74891 2.25158 2.19662 2.80387 2.19662L10.8039 2.19662L10.8039 10.1966C10.8039 10.7489 11.2516 11.1966 11.8039 11.1966C12.3562 11.1966 12.8039 10.7489 12.8039 10.1966L12.8039 1.19662ZM1.90437 12.5103L12.511 1.90373L11.0968 0.489514L0.490159 11.0961L1.90437 12.5103Z' fill='%235F37E4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  width: 1.2rem;
  height: 1.2rem;
  background-size: contain;
  transition: 0.2s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .bttn-link:after {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.bttn-link:hover:after {
  transform: scale(1, -1);
}
.bttn-link.link-loading {
  transition: none;
  background-image: url("../img/general/spinner-black.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: #5f37e4;
  border-radius: 0.5rem !important;
  margin: 0.2rem !important;
}

.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;
  }
}

.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: var(--primary) !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 span {
  transition: 0.2s ease-in-out;
}
.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.svg) no-repeat center center;
  width: 0.6rem;
  height: 0.5rem;
  border: none !important;
  filter: brightness(0);
  right: auto !important;
  margin-left: 4px;
  transition: 0.2s ease-in-out;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a {
  color: var(--primary) !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;
}

.header {
  position: fixed;
  width: 100%;
  padding: 1.5rem 0;
  z-index: 99;
  transition: 0.2s linear;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
}
@media only screen and (max-width: 992px) {
  .header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
@media only screen and (min-width: 992px) {
  .header {
    padding: 0;
  }
}
@media only screen and (min-width: 992px) {
  .header > .container:before {
    content: "";
    display: block;
    width: 100%;
    max-width: 111rem;
    height: 1px;
    display: block;
    background: rgba(255, 255, 255, 0.3);
    bottom: 0;
    position: absolute;
    pointer-events: none;
  }
  .header > .container:has(.menu-item:hover):before {
    z-index: 999;
    background: rgba(179, 193, 198, 0.5);
  }
}
.header.autoHide.header--hide {
  transform: translate(0, -100%);
}
.header--scrolled {
  background: rgba(255, 255, 255, 0.9);
}
.header--scrolled,
.header--scrolled .container {
  border-color: #B3C1C6;
}
.header--scrolled .header__logo img {
  filter: none;
}
.header--scrolled .header__menu-list > .menu-item > a {
  color: #000;
}
.header--scrolled .header__burger:before, .header--scrolled .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: 10.8rem;
}
.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__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;
}
.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;
  }
}
@media only screen and (min-width: 992px) {
  .header:hover:not(.header--scrolled) {
    background: #fff;
  }
  .header:hover:not(.header--scrolled) .header__logo img {
    filter: none;
  }
  .header:hover:not(.header--scrolled) .header__menu-list > .menu-item:not(:hover) > a {
    color: #000;
  }
}
.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 > .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;
  }
  .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 {
  text-transform: uppercase;
  padding: 1.1rem 0 !important;
  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);
    padding: 1.2rem 0 !important;
  }
}
.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: 13px;
  }
}
.header__menu-list .menu-item a:hover {
  color: var(--primary);
}
@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;
  }
}
.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 {
  text-transform: uppercase;
  color: var(--primary);
}
@media only screen and (min-width: 992px) {
  .header__menu-list > .menu-item > a {
    padding: 28px 18px;
    color: #fff;
  }
}
.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:not(:hover):not(.header--scrolled) .wpml-ls-legacy-dropdown a span {
  color: #fff;
}
.header:not(:hover):not(.header--scrolled) .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  filter: brightness(0) saturate(100%) invert(100%);
}

body.menu-open .bg-dark {
  display: block;
}
body.menu-open .header__logo img {
  filter: none;
}
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);
  }
}

.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 {
  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.popup--video {
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .popup.popup--video {
    max-width: 768px;
  }
}
@media only screen and (min-width: 1190px) {
  .popup.popup--video {
    max-width: 1000px;
  }
}
@media only screen and (min-width: 1900px) {
  .popup.popup--video {
    max-width: 1500px;
  }
}
.popup.popup--video .popup__close {
  top: -4.5rem;
  right: 0;
}
.popup.popup--video .popup__close svg path {
  fill: #fff;
}
.popup.popup--video .popup__close:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.popup.popup--video .popup__video-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}
.popup.popup--video .popup__video {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  overflow: hidden;
  width: 1500px;
  max-width: 100%;
}
@media only screen and (min-width: 992px) {
  .popup.popup--video .popup__video {
    border-radius: 16px;
  }
}
.popup.popup--video .popup__video iframe, .popup.popup--video .popup__video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer {
  background: #089cb9;
  background: linear-gradient(0deg, #089cb9, #089cb9), linear-gradient(180deg, #089cb9 53.09%, #00bbd6 108.85%);
  z-index: 10;
  padding: 5rem 0;
}
@media only screen and (min-width: 992px) {
  .footer {
    z-index: 1;
    padding: 11rem 0 6rem;
  }
}
@media only screen and (min-width: 992px) {
  .footer__wrap {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 1.2rem;
  }
}
@media only screen and (min-width: 992px) {
  .footer__wrap .footer__mail {
    grid-column: 1/5;
    max-width: 32rem;
  }
}
.footer__wrap .footer__mail-title {
  color: #5ce5fd;
  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;
}
.footer__wrap .footer__mail-form {
  margin-top: 2.6rem;
}
.footer__wrap .footer__mail-form form {
  gap: 0;
}
.footer__wrap .footer__menu {
  width: 100%;
  margin-top: 3.6rem;
}
@media only screen and (min-width: 992px) {
  .footer__wrap .footer__menu {
    grid-column: 6/13;
    margin-top: 0;
  }
}
.footer__wrap .footer__menu-list {
  grid-gap: 0;
}
@media only screen and (min-width: 992px) {
  .footer__wrap .footer__menu-list {
    grid-row-gap: 3rem;
  }
}
@media only screen and (max-width: 992px) {
  .footer__wrap .footer__menu .menu-item-has-children:after {
    content: "";
    position: absolute;
    right: 0;
    top: 1.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;
    filter: invert(100%);
  }
  .footer__wrap .footer__menu .menu-item-has-children.show:after {
    transform: scale(1, -1);
  }
}
.footer__wrap .footer__menu .menu-item-has-children > a {
  color: var(--secondary);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 1.4rem;
}
@media only screen and (max-width: 992px) {
  .footer__wrap .footer__menu-list > .menu-item + .menu-item {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .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: none;
  margin: 0 0 1.2rem;
}
@media only screen and (min-width: 992px) {
  .footer__wrap .footer__menu .sub-menu {
    display: block;
    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: #5ce5fd;
}
.footer hr {
  display: none;
  margin: 3rem 0;
  background-color: rgba(255, 255, 255, 0.3);
  height: 1px;
}
@media only screen and (min-width: 992px) {
  .footer hr {
    margin: 5rem 0 2.8rem;
    display: block;
  }
}
.footer__bottom {
  display: flex;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 992px) {
  .footer__bottom {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 1.2rem;
    align-items: center;
  }
}
.footer__bottom .footer__copyright {
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.3);
  font-weight: 400;
}
@media only screen and (max-width: 992px) {
  .footer__bottom .footer__copyright {
    margin-top: 3rem;
    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-reverse;
  margin-top: 3.6rem;
}
@media only screen and (min-width: 992px) {
  .footer__bottom .footer__links {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    grid-column: 6/13;
    margin-top: 0;
  }
}
.footer__bottom .footer__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 2.6rem 0 0;
}
@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: #fff;
}
@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: #5ce5fd;
}
.footer__bottom .footer__social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
@media only screen and (max-width: 992px) {
  .footer__bottom .footer__social {
    padding: 1.2rem 0;
  }
  .footer__bottom .footer__social:before, .footer__bottom .footer__social:after {
    content: "";
    width: calc(100% + 4rem);
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    display: block;
    position: absolute;
    left: -2rem;
  }
  .footer__bottom .footer__social:before {
    top: 0;
  }
  .footer__bottom .footer__social:after {
    bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .footer__bottom .footer__social {
    justify-content: flex-end;
  }
}
.footer__bottom .footer__social a {
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.2rem;
  transition: 0.2s ease-in-out;
}
.footer__bottom .footer__social a img {
  max-height: 1.6rem;
}
.footer__bottom .footer__social a:hover {
  background-color: #5ce5fd;
}

.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;
  display: none;
  overflow-y: auto;
  height: 100%;
}

/* Container */
.cmplz-cookiebanner {
  width: 100% !important;
  max-width: 640px !important;
  padding: 32px 26px !important;
}
@media only screen and (min-width: 768px) {
  .cmplz-cookiebanner {
    grid-row-gap: 20px !important;
  }
}

.cmplz-cookiebanner.cmplz-show {
  background: #ffffff !important;
  box-shadow: 0px 0px 86px rgba(8, 31, 90, 0.15) !important;
  border-radius: 16px !important;
}

.cmplz-cookiebanner .cmplz-header {
  grid-template-columns: 48px 1fr 48px !important;
}

/* Logo */
/* Title */
.cmplz-cookiebanner .cmplz-title {
  justify-self: flex-start !important;
  font-weight: 600 !important;
  font-size: 28px !important;
  line-height: 30px !important;
  color: #10182f !important;
}
@media (max-width: 425px) {
  .cmplz-cookiebanner .cmplz-title {
    display: block !important;
  }
}

/* Message */
.cmplz-cookiebanner .cmplz-message,
.cmplz-cookiebanner .cmplz-message p {
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 22px !important;
  color: #10182f !important;
  width: 100% !important;
}

.cmplz-cookiebanner .cmplz-message a {
  color: #5f37e4 !important;
  text-decoration: underline !important;
}

.cmplz-cookiebanner .cmplz-message br {
  content: "";
  height: 0;
  display: block;
}

.cmplz-cookiebanner .cmplz-message .cook-mess-en {
  display: none;
}

html:not([lang=uk]) .cmplz-cookiebanner .cmplz-message .cook-mess-en {
  display: block;
}
html:not([lang=uk]) .cmplz-cookiebanner .cmplz-message .cook-mess-ua {
  display: none;
}

/* All buttons */
.cmplz-cookiebanner .cmplz-categories.cmplz-fade-in {
  margin-top: 20px !important;
  width: 100% !important;
  border: 1px solid #f1f2f9 !important;
  border-radius: 10px !important;
  padding: 5px 20px 10px 20px !important;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category {
  border-bottom: 0px solid !important;
  background-color: rgba(239, 239, 239, 0) !important;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category:not(:last-child) {
  margin-bottom: 0px !important;
  border-bottom: 1px solid #f1f2f9 !important;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header {
  padding: 15px 0px 15px 0px !important;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active {
  font-weight: 600 !important;
  font-size: 13px !important;
  line-height: 20px !important;
  color: #64c900 !important;
  display: flex !important;
  flex-direction: row-reverse !important;
  align-items: center !important;
  gap: 10px !important;
  margin-left: auto !important;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active .cmplz-banner-checkbox {
  background: rgba(100, 201, 0, 0.4) !important;
  width: 20px !important;
  height: 16px !important;
  border-radius: 90px !important;
  margin-right: 3px !important;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active .cmplz-banner-checkbox::after {
  content: "";
  background: #64c900;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-left: 8px;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-title {
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  color: #10182f !important;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-description {
  padding: 0px 0px 10px 32px !important;
}

.cmplz-categories .cmplz-category span {
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 22px !important;
  color: #10182f !important;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:before {
  background-color: #babce0 !important;
  height: 20px !important;
  width: 40px !important;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:after {
  height: 14px !important;
  width: 14px !important;
  top: -4px !important;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header {
  display: flex !important;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox {
  margin-left: auto !important;
  margin-right: 10px !important;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-icon.cmplz-open {
  order: -1;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox {
  left: unset !important;
  right: 0 !important;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:checked + .cmplz-label::before {
  background-color: #64c900 !important;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:focus + .cmplz-label:before {
  box-shadow: unset !important;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:checked + .cmplz-label:after {
  left: 22px !important;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-icon.cmplz-open {
  height: 24px;
  width: 24px;
  padding: 4px;
  border-radius: 50%;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category[open] .cmplz-icon.cmplz-open {
  background: #5f37e4;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-icon.cmplz-open svg {
  width: 90%;
  height: 90%;
  display: block;
  margin: 0 auto;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-icon.cmplz-open svg path {
  fill: #5f37e4;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category[open] .cmplz-icon.cmplz-open svg path {
  fill: #fff;
}

.cmplz-cookiebanner .cmplz-buttons {
  justify-content: flex-end !important;
  gap: 16px !important;
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
  border-radius: 8px !important;
  width: auto !important;
  padding: 12px 14px !important;
  border: unset !important;
  background: rgba(77, 58, 255, 0.1) !important;
  color: #5f37e4 !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 120% !important;
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept {
  background-color: #5f37e4 !important;
  color: #ffffff !important;
}

.cmplz-btn.cmplz-accept::after {
  content: "Прийняти всі";
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny::after {
  content: "Відхилити всі";
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences::after {
  content: "Переглянути налаштування";
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences::after {
  content: "Зберегти налаштування";
}

.cmplz-category.cmplz-functional .cmplz-category-title::after {
  content: "Функціональні цілі";
}

.cmplz-category.cmplz-statistics .cmplz-category-title::after {
  content: "Маркетингові цілі";
}

.cmplz-category.cmplz-marketing .cmplz-category-title::after {
  content: "Статистичні цілі";
}

.cmplz-description-functional::after {
  content: "Технічне зберігання або доступ необхідні виключно для законної мети надання можливості використання конкретної послуги, явно запитаної передплатником або користувачем, або з єдиною метою здійснення передачі комунікацій через мережу електронного зв'язку.";
}

.cmplz-description-statistics::after {
  content: "Технічне зберігання або доступ, який використовується виключно для статистичних цілей.";
}

.cmplz-description-marketing::after {
  content: "Технічне зберігання або доступ потрібні для створення профілів користувачів для надсилання реклами або відстеження користувача на вебсайті або на кількох вебсайтах в аналогічних маркетингових цілях. ";
}

html:not([lang=uk]) .cmplz-btn.cmplz-accept::after {
  content: "Accept";
}
html:not([lang=uk]) .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny::after {
  content: "Deny";
}
html:not([lang=uk]) .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences::after {
  content: "View preferences";
}
html:not([lang=uk]) .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences::after {
  content: "Save preferences";
}
html:not([lang=uk]) .cmplz-category.cmplz-functional .cmplz-category-title::after {
  content: "Functional";
}
html:not([lang=uk]) .cmplz-category.cmplz-statistics .cmplz-category-title::after {
  content: "Statistics";
}
html:not([lang=uk]) .cmplz-category.cmplz-marketing .cmplz-category-title::after {
  content: "Marketing";
}
html:not([lang=uk]) .cmplz-description-functional::after {
  content: "The technical storage or access is strictly necessary for the legitimate purpose of enabling the use of a specific service explicitly requested by the subscriber or user, or for the sole purpose of carrying out the transmission of a communication over an electronic communications network.";
}
html:not([lang=uk]) .cmplz-description-statistics::after {
  content: "The technical storage or access that is used exclusively for statistical purposes.";
}
html:not([lang=uk]) .cmplz-description-marketing::after {
  content: "The technical storage or access is required to create user profiles to send advertising, or to track the user on a website or across several websites for similar marketing purposes.";
}

.fslightbox-source {
  border-radius: 0.4rem;
  background: #FBFBFE;
}
@media only screen and (min-width: 992px) {
  .fslightbox-source {
    border-radius: 1.2rem;
  }
}
.fslightbox-slide-btn {
  background: rgba(255, 255, 255, 0.1) !important;
  box-shadow: 0 0 12px rgba(60, 63, 74, 0.1);
  border-radius: 50%;
}
@media only screen and (min-width: 992px) {
  .fslightbox-slide-btn {
    padding: 15px !important;
  }
}
.fslightbox-open {
  overflow: visible !important;
  height: auto !important;
}
.fslightbox-open body {
  overflow: hidden;
  height: 100vh;
}