::-moz-selection {
  background: var(--primary);
  color: var(--white);
  text-shadow: none;
}
::selection {
  background: var(--primary);
  color: var(--white);
  text-shadow: none;
}

:root {
  --primary: #0027af;
  --primary-rgb: 0, 39, 175;
  --secondary: #1447ff;
  --secondary-rgb: 20, 71, 255;
  --primary-gradient: linear-gradient(
    180deg,
    var(--secondary) 0%,
    var(--primary) 100%
  );
  --background: #f0f6fa;
  --grey: #343538;
  --white: #fff;
  --red: #dc3545;
  --success: #198754;
  --success-contrast: #fff;
  --danger: #dc3545;
  --danger-contrast: #fff;
  --paper: #343538;
  --paper-text: #fff;
  --text: #83818f;

  --header-s: 60px;
  --header-m: 72px;
  --header-l: 176px;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  src: url(/fonts/Montserrat/Montserrat-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Montserrat-Medium";
  font-weight: 500;
  src: url(/fonts/Montserrat/Montserrat-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "Montserrat-SemiBold";
  font-weight: 600;
  src: url(/fonts/Montserrat/Montserrat-SemiBold.ttf) format("truetype");
}
@font-face {
  font-family: "Montserrat-Bold";
  font-weight: 700;
  src: url(/fonts/Montserrat/Montserrat-Bold.ttf) format("truetype");
}

html * {
  cursor: url(/images/cursor.png), auto !important;
}

ol,
ul {
  list-style: none;
}

a,
input,
textarea,
label,
button {
  -webkit-tap-highlight-color: transparent !important;
  cursor: url(/images/cursor-sel.png), auto !important;
}

input,
button {
  font-family: "Montserrat";
  font-size: 1rem;
}

img {
  display: block;
}

a,
a:hover {
  text-decoration: none;
  color: inherit;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  max-width: 100%;
  height: auto;
}

.preload *:not([data-aos]) {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.html--mobilemenu-opened main {
  pointer-events: none;
}

body {
  background: #fff;

  font-family: "Montserrat";
  line-height: 24px;
  color: var(--text);
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body.lock {
  overflow: hidden;
}

main {
  background: var(--background);

  min-height: 100vh;
  padding-top: var(--header-s);
}

.hide_desktop {
  display: none;
}

.elf-section {
  padding: 3rem 0;
}
.mega-section {
  padding: 2.5rem 0;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}

.overlay-js,
.overlay-color {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}

.image-contain,
.image-cover {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.image-contain {
  -o-object-fit: contain;
  object-fit: contain;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Montserrat-Bold";
  line-height: 1.2;
  color: #000;
}

h1 {
  font-size: 35px;
  line-height: 42px;
}
h2 {
  font-size: 28px;
  line-height: 33.6px;
}
h3 {
  font-size: 21px;
  line-height: 28px;
}

b {
  font-family: "Montserrat-Bold";
}

.section-title__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.section-title__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.swiper-button-prev-small {
  margin-right: 12px;
}
.section-title__right > a {
  display: none;
}
.section-title__right > a:hover {
  color: white;
  -webkit-box-shadow: 0 0 20px var(--primary);
  box-shadow: 0 0 20px var(--primary);
}
.slider-arrow__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
}
.section-title {
  display: block;
  font-family: "Montserrat-Bold";
  font-size: 28px;
  line-height: 33.6px;
  color: #000;
}
.section-title--center {
  text-align: center;
}
.section-title__box .section-title--center {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

button:focus {
  outline: none;
}
.button {
  background-color: transparent;

  display: -webkit-inline-box;

  display: -ms-inline-flexbox;

  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 28px;
  outline: 0;
  border: 0;
  border-radius: 25px;
  font-family: "Montserrat-Bold";
  font-size: 16px;
  color: #fff;
  line-height: 1;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.button--gradient {
  background: var(--primary);
  background: var(--primary-gradient);
  color: var(--white);
}
.button--gradient:hover {
  -webkit-box-shadow: 0 0 20px var(--primary);
  box-shadow: 0 0 20px var(--primary);
  color: var(--white);
}

.button:disabled {
  opacity: 0.5;
  color: rgba(255, 255, 255, 0.5);
}
.button:disabled:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.blick {
  position: relative;
  overflow: hidden;
}
.blick:after {
  content: "";
  position: absolute;

  display: block;
  width: 17px;
  height: 200px;
  margin-left: 50px;
  background: var(--white);
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 0.5) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0.5)),
    color-stop(50%, rgba(255, 255, 255, 1)),
    to(rgba(255, 255, 255, 0.5))
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 0.5) 100%
  );
  left: -55%;
  top: -70px;
  z-index: 1;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-animation: movingFlare 5s ease-in-out 1s infinite;
  animation: movingFlare 5s ease-in-out 1s infinite;
}

.swiper-button-prev-small,
.swiper-button-next-small {
  background-color: transparent;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #818a8f;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.swiper-button-prev-small:hover,
.swiper-button-next-small:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}

.swiper-button-prev-large,
.swiper-button-next-large {
  display: none;
}
.swiper-button-lock {
  display: none !important;
}

.swiper-dots-default {
  position: relative;
  bottom: -20px !important;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.swiper-dots-default .swiper-pagination-bullet {
  background: transparent;

  width: 15px;
  height: 15px;
  border: 2px solid #000;
  opacity: 1;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
  -o-transition: background-color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.swiper-dots-default .swiper-pagination-bullet-active {
  border-color: var(--secondary);
  background: var(--secondary);
}

.alert {
  position: fixed;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-100%);
  -ms-transform: translateX(-50%) translateY(-100%);
  transform: translateX(-50%) translateY(-100%);

  width: 95%;
  max-width: 1000px;
  padding: 15px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 1000;
}
.alert h4 {
  font-size: 28px;
}
.alert h5 {
  font-size: 22px;
  margin-top: 8px;
}
.alert.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.alert.alert-next {
  -webkit-animation: alert-next 0.6s ease-in-out;
  animation: alert-next 0.6s ease-in-out;
}

@-webkit-keyframes alert-next {
  50% {
    -webkit-transform: translateX(-50%) translateY(-150%);
    transform: translateX(-50%) translateY(-150%);
  }

  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@keyframes alert-next {
  50% {
    -webkit-transform: translateX(-50%) translateY(-150%);
    transform: translateX(-50%) translateY(-150%);
  }

  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.alert#alert-success {
  background: var(--success);
}
.alert#alert-success h4,
.alert#alert-success h5 {
  color: var(--success-contrast);
}

.alert#alert-error {
  background: var(--danger);
}
.alert#alert-error h4,
.alert#alert-error h5 {
  color: var(--danger-contrast);
}

@-webkit-keyframes movingFlare {
  0% {
    left: -30px;
    margin-left: 0px;
  }

  25% {
    left: 110%;
    margin-left: 80px;
  }

  100% {
    left: 110%;
    margin-left: 80px;
  }
}

@keyframes movingFlare {
  0% {
    left: -30px;
    margin-left: 0px;
  }

  25% {
    left: 110%;
    margin-left: 80px;
  }

  100% {
    left: 110%;
    margin-left: 80px;
  }
}

/* POPUP */

.popup {
  z-index: 111;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;

  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

.popup.open {
  opacity: 1;
  visibility: visible;
}

.popup__body {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  overflow: auto;
}

.popup__content {
  position: relative;

  background-color: #fff;

  width: 100%;
  max-width: 400px;
  padding: 20px;
  color: #000;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.popup__close {
  position: absolute;
  top: 0px;
  right: 0px;

  background: transparent;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border: none;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.popup__close i {
  font-size: 24px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: darkred;
}
.popup__close:hover {
  background: rgba(0, 0, 0, 0.2);
}
.popup__close:hover i {
  color: black;
}

.popup .popup__header {
  margin-bottom: 16px;
}
.popup .section-title {
  margin-bottom: 16px;
  font-size: 21px;
  line-height: 28px;
}
.popup .section-title__caption {
  font-size: 14px;
  text-align: center;
  line-height: 20px;
}
.popup .popup__form-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin-bottom: 24px;
}
.popup .popup__form-input {
  position: relative;
  background-color: #fff;
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #d0d8dd;
  border-radius: 6px;
  font-size: 16px;
  color: #000;
  line-height: 1;
}
.popup ._error .popup__form-input:not(:focus),
.popup ._error .popup__form-input:not(:focus-visible),
.popup ._error .popup__form-input {
  border-color: var(--danger);
  -webkit-box-shadow: 0 0 0 1px var(--danger);
  box-shadow: 0 0 0 1px var(--danger);
}
.popup .popup__form-input:focus-visible,
.popup .popup__form-input:focus {
  border-color: #6e8d9f;
  -webkit-box-shadow: 0 0 0 1px #6e8d9f;
  box-shadow: 0 0 0 1px #6e8d9f;
  outline: none;
}
.popup .popup__form-box--header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 4px;
}
.popup .popup__form-label {
  margin: 0;
  padding-right: 16px;
  font-family: "Montserrat-Bold";
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
}
.popup ._error .popup__form-label {
  color: var(--danger);
}
.popup .popup__form-error {
  display: none;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  font-family: "Montserrat-Medium";
  font-size: 0.85rem;
  color: var(--danger);
  line-height: 0.85rem;
  text-align: right;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.popup ._error .popup__form-error {
  display: block;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}
.popup .popup__form-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.popup .popup__form-footer--personal {
  position: relative;

  max-width: 320px;
  margin-bottom: 32px;
  padding: 0 32px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.popup .popup__form-footer--checkbox {
  position: absolute;
  top: -9999px;
  left: -9999px;
  width: 1px;
  height: 1px;
  visibility: hidden;
}
.popup .popup__form-footer--title {
  font-size: 14px;
  line-height: 20px;
  color: #83818f;
  font-weight: 400;
  vertical-align: top;
}
.popup .popup__form-footer--title a {
  border-bottom: 1px solid;
}
.popup .popup__form-footer--icon {
  position: absolute;
  top: 3px;
  left: 0;

  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #d0d8dd;
  border-radius: 2px;
  cursor: pointer;
}
.popup .popup__form-footer--icon i {
  position: absolute;
  top: -5px;
  left: 2px;

  font-size: 20px;
  color: var(--primary);
  -webkit-transform: scale(0) translateX(-10px);
  -ms-transform: scale(0) translateX(-10px);
  transform: scale(0) translateX(-10px);
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.popup .popup__form-footer--checkbox:checked ~ .popup__form-footer--icon i {
  -webkit-transform: scale(1) translateX(0);
  -ms-transform: scale(1) translateX(0);
  transform: scale(1) translateX(0);
}

@media screen and (min-width: 576px) {
}

@media screen and (min-width: 768px) {
  h1 {
    font-size: 42.5px;
    line-height: 51px;
  }
  h2 {
    font-size: 34px;
    line-height: 40.8px;
  }
  h3 {
    font-size: 30px;
    line-height: 40px;
  }

  .section-title {
    font-size: 34px;
    line-height: 40.8px;
  }
  .elf-section {
    padding: 4rem 0;
  }
  .mega-section {
    padding: 5rem 0;
  }

  .section-title__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 3rem;
  }
  .section-title__right {
    padding-left: 24px;
  }
  .section-title__right > a {
    background: var(--primary);

    display: -webkit-inline-box;

    display: -ms-inline-flexbox;

    display: inline-flex;
    margin-left: 24px;
  }
  .section-title__right > a:hover {
    color: white;
    -webkit-box-shadow: 0 0 20px var(--primary);
    box-shadow: 0 0 20px var(--primary);
  }
  .slider-arrow__box {
    margin: 0;
  }

  .swiper-button-prev-large,
  .swiper-button-next-large {
    position: relative;

    background: var(--background);

    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    color: #000;
    z-index: 1;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .swiper-button-prev-large::before,
  .swiper-button-next-large::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;

    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid #818a8f;
    border-radius: 50%;
    margin-top: -20px;
    margin-left: -20px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .swiper-button-prev-large:hover,
  .swiper-button-next-large:hover {
    background: var(--secondary);
    color: var(--white);
  }
  .swiper-button-prev-large:hover::before,
  .swiper-button-next-large:hover::before {
    border-color: var(--secondary);
  }

  main {
    padding-top: var(--header-m);
  }
}

@media only screen and (min-width: 992px) {
  h1 {
    font-size: 50px;
    line-height: 60px;
  }
  h2 {
    font-size: 40px;
    line-height: 48px;
  }

  .section-title {
    font-size: 40px;
    line-height: 48px;
  }
  .hide_mobile {
    display: none;
  }
  .hide_desktop {
    display: block;
  }
}

@media only screen and (min-width: 1200px) {
}

@media only screen and (min-width: 1300px) {
  .container {
    padding: 0 65px;
  }

  main {
    padding-top: var(--header-l);
  }
}
