@charset "UTF-8";
:root {
  --app-height: 100vh;
  --in: cubic-bezier(0.13, 0.81, 0.23, 0.96);
  --header-h: 7.29vw;
  --header-s: 5vw;
  --logo-w: 10.57vw;
  --logo-h: 4.68vw;
  --sliceFigure: 150px;
  --yellow: #f6ff00;
  --yellow2: #fac50e;
  --orange: #ff7c43;
  --white: #ffffff;
  --black: #1b1d1d;
  --black3: #1b1d1d;
  --devider: #e4eaf0;
  --grey900: #101828;
  --grey500: #667085;
  --grey200: #eaecf0;
  --black2: #242424;
  --main-green: #219baa;
  --grey2: #686b72;
  --grey3: #71767c;
  --grey5: #5d6169;
  --bg-grey: #f5f7f9;
  --line: linear-gradient(180deg, #485959 19.29%, rgba(72, 89, 89, 0) 74.51%);
  --line-color: #485959;
  --line-color-20: rgba(72, 89, 89, 0.2);
  --p260: calc((260 / 1920) * 100vw);
  --p190: calc((190 / 1920) * 100vw);
  --p160: calc((160 / 1920) * 100vw);
  --p120: calc((120 / 1920) * 100vw);
  --p100: calc((100 / 1920) * 100vw);
  --p90: calc((90 / 1920) * 100vw);
  --p80: calc((80 / 1920) * 100vw);
  --p70: calc((70 / 1920) * 100vw);
  --p60: calc((60 / 1920) * 100vw);
  --p50: calc((50 / 1920) * 100vw);
  --p40: calc((40 / 1920) * 100vw);
  --p30: calc((30 / 1920) * 100vw);
  --p20: calc((20 / 1920) * 100vw);
  --p10: calc((10 / 1920) * 100vw);
  --g100: calc((100 / 1920) * 100vw);
  --g90: calc((90 / 1920) * 100vw);
  --g80: calc((80 / 1920) * 100vw);
  --g60: calc((60 / 1920) * 100vw);
  --g40: calc((40 / 1920) * 100vw);
  --g30: calc((30 / 1920) * 100vw);
  --g24: calc((24 / 1920) * 100vw);
  --g20: calc((20 / 1920) * 100vw);
  --g18: calc((18 / 1920) * 100vw);
  --g16: calc((16 / 1920) * 100vw);
  --g12: calc((12 / 1920) * 100vw);
  --g10: calc((10 / 1920) * 100vw);
  --g8: calc((8 / 1920) * 100vw);
  --g5: calc((5 / 1920) * 100vw);
  --g4: calc((4 / 1920) * 100vw);
  --g2: calc((2 / 1920) * 100vw);
}

@media screen and (max-width: 1919px) {
  :root {
    --sliceFigure-big: 362px;
    --section-v-offset: 100px;
    --p375: 9.5vw;
  }
}
@media screen and (max-width: 1024px) {
  :root {
    --sliceFigure: 100px;
    --sliceFigure-big: 100px;
    --black3: rgb(27, 29, 29);
    --logo-w: 27.5vw;
    --p260: calc((20 / 393) * 100vw);
    --p190: calc((190 / 393) * 100vw);
    --p160: calc((160 / 393) * 100vw);
    --p120: calc((120 / 393) * 100vw);
    --p100: calc((100 / 393) * 100vw);
    --p90: calc((90 / 393) * 100vw);
    --p80: calc((80 / 393) * 100vw);
    --p70: calc((70 / 393) * 100vw);
    --p60: calc((60 / 393) * 100vw);
    --p50: calc((50 / 393) * 100vw);
    --p40: calc((40 / 393) * 100vw);
    --p30: calc((30 / 393) * 100vw);
    --p20: calc((20 / 393) * 100vw);
    --p10: calc((10 / 393) * 100vw);
    --g100: calc((100 / 393) * 100vw);
    --g90: calc((90 / 393) * 100vw);
    --g80: calc((80 / 393) * 100vw);
    --g60: calc((60 / 393) * 100vw);
    --g40: calc((40 / 393) * 100vw);
    --g30: calc((30 / 393) * 100vw);
    --g24: calc((24 / 393) * 100vw);
    --g20: calc((20 / 393) * 100vw);
    --g18: calc((18 / 393) * 100vw);
    --g16: calc((16 / 393) * 100vw);
    --g12: calc((12 / 393) * 100vw);
    --g10: calc((10 / 393) * 100vw);
    --g8: calc((8 / 393) * 100vw);
    --g5: calc((5 / 393) * 100vw);
    --g4: calc((4 / 393) * 100vw);
    --g2: calc((2 / 393) * 100vw);
    --header-h: 10.5vw;
    --header-s: 7vw;
    --logo-h: 6.5vw;
    --section-v-offset: 50px;
  }
}
.text-64 {
  font-family: "Actay", sans-serif;
  font-size: calc(64 / 1920 * 100vw);
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
@media (max-width: 767px) {
  .text-64 {
    font-size: calc(44 / 393 * 100vw);
  }
}

.text-54 {
  font-family: "Actay", sans-serif;
  font-size: calc(54 / 1920 * 100vw);
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 767px) {
  .text-54 {
    font-size: calc(28 / 393 * 100vw);
  }
}

.text-44 {
  font-family: "Actay", sans-serif;
  font-size: calc(44 / 1920 * 100vw);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
@media (max-width: 767px) {
  .text-44 {
    font-size: calc(28 / 393 * 100vw);
  }
}

.text-28 {
  font-family: "Actay", sans-serif;
  font-size: calc(28 / 1920 * 100vw);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
@media (max-width: 767px) {
  .text-28 {
    font-size: calc(20 / 393 * 100vw);
  }
}

.text-24-b {
  font-family: "Actay", sans-serif;
  font-size: calc(24 / 1920 * 100vw);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
@media (max-width: 767px) {
  .text-24-b {
    font-size: calc(20 / 393 * 100vw);
  }
}

.text-24-r {
  font-family: "Actay", sans-serif;
  font-size: calc(24 / 1920 * 100vw);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 767px) {
  .text-24-r {
    font-size: calc(20 / 393 * 100vw);
  }
}

.text-20-b {
  font-family: "Actay", sans-serif;
  font-size: calc(20 / 1920 * 100vw);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
@media (max-width: 767px) {
  .text-20-b {
    font-size: calc(20 / 393 * 100vw);
  }
}

.text-20-r {
  font-family: "Actay", sans-serif;
  font-size: calc(20 / 1920 * 100vw);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 767px) {
  .text-20-r {
    font-size: calc(20 / 393 * 100vw);
  }
}

.text-18-b {
  font-family: "Actay", sans-serif;
  font-size: calc(18 / 1920 * 100vw);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
@media (max-width: 767px) {
  .text-18-b {
    font-size: calc(14 / 393 * 100vw);
  }
}

.text-18-r {
  font-family: "Actay", sans-serif;
  font-size: calc(18 / 1920 * 100vw);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 767px) {
  .text-18-r {
    font-size: calc(14 / 393 * 100vw);
  }
}

.text-16-b {
  font-family: "Actay", sans-serif;
  font-size: calc(16 / 1920 * 100vw);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
@media (max-width: 767px) {
  .text-16-b {
    font-size: calc(14 / 393 * 100vw);
  }
}

.text-16-r {
  font-family: "Actay", sans-serif;
  font-size: calc(16 / 1920 * 100vw);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 767px) {
  .text-16-r {
    font-size: calc(14 / 393 * 100vw);
  }
}

.text-14-b {
  font-family: "Actay", sans-serif;
  font-size: calc(14 / 1920 * 100vw);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
@media (max-width: 767px) {
  .text-14-b {
    font-size: calc(12 / 393 * 100vw);
  }
}

.text-14-r {
  font-family: "Actay", sans-serif;
  font-size: calc(14 / 1920 * 100vw);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 767px) {
  .text-14-r {
    font-size: calc(12 / 393 * 100vw);
  }
}

.text-13-b {
  font-family: "Actay", sans-serif;
  font-size: calc(13 / 1920 * 100vw);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
@media (max-width: 767px) {
  .text-13-b {
    font-size: calc(12 / 393 * 100vw);
  }
}

.text-13-r {
  font-family: "Actay", sans-serif;
  font-size: calc(13 / 1920 * 100vw);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 767px) {
  .text-13-r {
    font-size: calc(12 / 393 * 100vw);
  }
}

.text-12-b {
  font-family: "Actay", sans-serif;
  font-size: calc(12 / 1920 * 100vw);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
@media (max-width: 767px) {
  .text-12-b {
    font-size: calc(12 / 393 * 100vw);
  }
}

.text-12-r {
  font-family: "Actay", sans-serif;
  font-size: calc(12 / 1920 * 100vw);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 767px) {
  .text-12-r {
    font-size: calc(12 / 393 * 100vw);
  }
}

.text-10-b {
  font-family: "Actay", sans-serif;
  font-size: calc(10 / 1920 * 100vw);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

.text-10-r {
  font-family: "Actay", sans-serif;
  font-size: calc(10 / 1920 * 100vw);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.text-grey2 {
  color: var(--grey2);
}

.text-grey3 {
  color: var(--grey3);
}

.text-grey-500 {
  color: var(--grey500);
}

.text-grey-900 {
  color: var(--grey900);
}

.text-white {
  color: var(--white);
}

.text-black {
  color: var(--black);
}

.text-black2 {
  color: var(--black2);
}

.text-green {
  color: var(--main-green);
}

.text-devider {
  color: var(--devider);
}

.text-orange {
  color: var(--orange);
}

.text-grey5 {
  color: var(--grey5);
}

/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.iti {
  position: relative;
  display: inline-block;
}

.iti * {
  box-sizing: border-box;
}

.iti__hide {
  display: none;
}

.iti__v-hide {
  visibility: hidden;
}

.iti input.iti__tel-input, .iti input.iti__tel-input[type=tel], .iti input.iti__tel-input[type=text] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}

.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}

.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}

.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}

[dir=rtl] .iti__arrow {
  margin-right: 6px;
  margin-left: 0;
}

.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}

.iti__dropdown-content {
  position: absolute;
  z-index: 2;
  margin-left: -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border: 1px solid #ccc;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.iti__dropdown-content--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

.iti__search-input {
  width: 100%;
  border-width: 0;
}

.iti__country-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.iti--flexible-dropdown-width .iti__country-list {
  white-space: nowrap;
}

@media (max-width: 500px) {
  .iti--flexible-dropdown-width .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}

.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

.iti__country {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  outline: 0;
}

.iti__dial-code {
  color: #999;
}

.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti__country-name, .iti__flag-box {
  margin-right: 6px;
}

[dir=rtl] .iti__country-name, [dir=rtl] .iti__flag-box {
  margin-right: 0;
  margin-left: 6px;
}

.iti--allow-dropdown input.iti__tel-input, .iti--allow-dropdown input.iti__tel-input[type=tel], .iti--allow-dropdown input.iti__tel-input[type=text], .iti--separate-dial-code input.iti__tel-input, .iti--separate-dial-code input.iti__tel-input[type=tel], .iti--separate-dial-code input.iti__tel-input[type=text] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

[dir=rtl] .iti--allow-dropdown input.iti__tel-input, [dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=tel], [dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=text], [dir=rtl] .iti--separate-dial-code input.iti__tel-input, [dir=rtl] .iti--separate-dial-code input.iti__tel-input[type=tel], [dir=rtl] .iti--separate-dial-code input.iti__tel-input[type=text] {
  padding-right: 52px;
  padding-left: 6px;
  margin-right: 0;
}

.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}

[dir=rtl] .iti--allow-dropdown .iti__flag-container, [dir=rtl] .iti--separate-dial-code .iti__flag-container {
  right: 0;
  left: auto;
}

.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti--allow-dropdown .iti__flag-container:has(+ input[disabled]):hover, .iti--allow-dropdown .iti__flag-container:has(+ input[readonly]):hover {
  cursor: default;
}

.iti--allow-dropdown .iti__flag-container:has(+ input[disabled]):hover .iti__selected-flag, .iti--allow-dropdown .iti__flag-container:has(+ input[readonly]):hover .iti__selected-flag {
  background-color: transparent;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
  margin-left: 6px;
}

[dir=rtl] .iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
  margin-left: 0;
  margin-right: 6px;
}

.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}

.iti--container:hover {
  cursor: pointer;
}

.iti--fullscreen-popup.iti--container {
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.iti--fullscreen-popup .iti__dropdown-content {
  max-height: 100%;
  position: relative;
}

.iti--fullscreen-popup .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  width: 20px;
}

.iti__flag.iti__be {
  width: 18px;
}

.iti__flag.iti__ch {
  width: 15px;
}

.iti__flag.iti__mc {
  width: 19px;
}

.iti__flag.iti__ne {
  width: 18px;
}

.iti__flag.iti__np {
  width: 13px;
}

.iti__flag.iti__va {
  width: 15px;
}

@media (min-resolution: 2x) {
  .iti__flag {
    background-size: 5762px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0 0;
}

.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0;
}

.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0;
}

.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0;
}

.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0;
}

.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0;
}

.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0;
}

.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0;
}

.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0;
}

.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0;
}

.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0;
}

.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0;
}

.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0;
}

.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0;
}

.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0;
}

.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0;
}

.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0;
}

.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0;
}

.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0;
}

.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0;
}

.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0;
}

.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0;
}

.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0;
}

.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0;
}

.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0;
}

.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0;
}

.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0;
}

.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0;
}

.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0;
}

.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0;
}

.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0;
}

.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0;
}

.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0;
}

.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0;
}

.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0;
}

.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0;
}

.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0;
}

.iti__flag.iti__bz {
  height: 12px;
  background-position: -812px 0;
}

.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0;
}

.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0;
}

.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0;
}

.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0;
}

.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0;
}

.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0;
}

.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0;
}

.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0;
}

.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0;
}

.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0;
}

.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0;
}

.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0;
}

.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0;
}

.iti__flag.iti__cq {
  height: 12px;
  background-position: -1115px 0;
}

.iti__flag.iti__cr {
  height: 12px;
  background-position: -1137px 0;
}

.iti__flag.iti__cu {
  height: 10px;
  background-position: -1159px 0;
}

.iti__flag.iti__cv {
  height: 12px;
  background-position: -1181px 0;
}

.iti__flag.iti__cw {
  height: 14px;
  background-position: -1203px 0;
}

.iti__flag.iti__cx {
  height: 10px;
  background-position: -1225px 0;
}

.iti__flag.iti__cy {
  height: 14px;
  background-position: -1247px 0;
}

.iti__flag.iti__cz {
  height: 14px;
  background-position: -1269px 0;
}

.iti__flag.iti__de {
  height: 12px;
  background-position: -1291px 0;
}

.iti__flag.iti__dg {
  height: 10px;
  background-position: -1313px 0;
}

.iti__flag.iti__dj {
  height: 14px;
  background-position: -1335px 0;
}

.iti__flag.iti__dk {
  height: 15px;
  background-position: -1357px 0;
}

.iti__flag.iti__dm {
  height: 10px;
  background-position: -1379px 0;
}

.iti__flag.iti__do {
  height: 14px;
  background-position: -1401px 0;
}

.iti__flag.iti__dz {
  height: 14px;
  background-position: -1423px 0;
}

.iti__flag.iti__ea {
  height: 14px;
  background-position: -1445px 0;
}

.iti__flag.iti__ec {
  height: 14px;
  background-position: -1467px 0;
}

.iti__flag.iti__ee {
  height: 13px;
  background-position: -1489px 0;
}

.iti__flag.iti__eg {
  height: 14px;
  background-position: -1511px 0;
}

.iti__flag.iti__eh {
  height: 10px;
  background-position: -1533px 0;
}

.iti__flag.iti__er {
  height: 10px;
  background-position: -1555px 0;
}

.iti__flag.iti__es {
  height: 14px;
  background-position: -1577px 0;
}

.iti__flag.iti__et {
  height: 10px;
  background-position: -1599px 0;
}

.iti__flag.iti__eu {
  height: 14px;
  background-position: -1621px 0;
}

.iti__flag.iti__ez {
  height: 14px;
  background-position: -1643px 0;
}

.iti__flag.iti__fi {
  height: 12px;
  background-position: -1665px 0;
}

.iti__flag.iti__fj {
  height: 10px;
  background-position: -1687px 0;
}

.iti__flag.iti__fk {
  height: 10px;
  background-position: -1709px 0;
}

.iti__flag.iti__fm {
  height: 11px;
  background-position: -1731px 0;
}

.iti__flag.iti__fo {
  height: 15px;
  background-position: -1753px 0;
}

.iti__flag.iti__fr {
  height: 14px;
  background-position: -1775px 0;
}

.iti__flag.iti__fx {
  height: 14px;
  background-position: -1797px 0;
}

.iti__flag.iti__ga {
  height: 15px;
  background-position: -1819px 0;
}

.iti__flag.iti__gb {
  height: 10px;
  background-position: -1841px 0;
}

.iti__flag.iti__gd {
  height: 12px;
  background-position: -1863px 0;
}

.iti__flag.iti__ge {
  height: 14px;
  background-position: -1885px 0;
}

.iti__flag.iti__gf {
  height: 14px;
  background-position: -1907px 0;
}

.iti__flag.iti__gg {
  height: 14px;
  background-position: -1929px 0;
}

.iti__flag.iti__gh {
  height: 14px;
  background-position: -1951px 0;
}

.iti__flag.iti__gi {
  height: 10px;
  background-position: -1973px 0;
}

.iti__flag.iti__gl {
  height: 14px;
  background-position: -1995px 0;
}

.iti__flag.iti__gm {
  height: 14px;
  background-position: -2017px 0;
}

.iti__flag.iti__gn {
  height: 14px;
  background-position: -2039px 0;
}

.iti__flag.iti__gp {
  height: 14px;
  background-position: -2061px 0;
}

.iti__flag.iti__gq {
  height: 14px;
  background-position: -2083px 0;
}

.iti__flag.iti__gr {
  height: 14px;
  background-position: -2105px 0;
}

.iti__flag.iti__gs {
  height: 10px;
  background-position: -2127px 0;
}

.iti__flag.iti__gt {
  height: 13px;
  background-position: -2149px 0;
}

.iti__flag.iti__gu {
  height: 11px;
  background-position: -2171px 0;
}

.iti__flag.iti__gw {
  height: 10px;
  background-position: -2193px 0;
}

.iti__flag.iti__gy {
  height: 12px;
  background-position: -2215px 0;
}

.iti__flag.iti__hk {
  height: 14px;
  background-position: -2237px 0;
}

.iti__flag.iti__hm {
  height: 10px;
  background-position: -2259px 0;
}

.iti__flag.iti__hn {
  height: 10px;
  background-position: -2281px 0;
}

.iti__flag.iti__hr {
  height: 10px;
  background-position: -2303px 0;
}

.iti__flag.iti__ht {
  height: 12px;
  background-position: -2325px 0;
}

.iti__flag.iti__hu {
  height: 10px;
  background-position: -2347px 0;
}

.iti__flag.iti__ic {
  height: 14px;
  background-position: -2369px 0;
}

.iti__flag.iti__id {
  height: 14px;
  background-position: -2391px 0;
}

.iti__flag.iti__ie {
  height: 10px;
  background-position: -2413px 0;
}

.iti__flag.iti__il {
  height: 15px;
  background-position: -2435px 0;
}

.iti__flag.iti__im {
  height: 10px;
  background-position: -2457px 0;
}

.iti__flag.iti__in {
  height: 14px;
  background-position: -2479px 0;
}

.iti__flag.iti__io {
  height: 10px;
  background-position: -2501px 0;
}

.iti__flag.iti__iq {
  height: 14px;
  background-position: -2523px 0;
}

.iti__flag.iti__ir {
  height: 12px;
  background-position: -2545px 0;
}

.iti__flag.iti__is {
  height: 15px;
  background-position: -2567px 0;
}

.iti__flag.iti__it {
  height: 14px;
  background-position: -2589px 0;
}

.iti__flag.iti__je {
  height: 12px;
  background-position: -2611px 0;
}

.iti__flag.iti__jm {
  height: 10px;
  background-position: -2633px 0;
}

.iti__flag.iti__jo {
  height: 10px;
  background-position: -2655px 0;
}

.iti__flag.iti__jp {
  height: 14px;
  background-position: -2677px 0;
}

.iti__flag.iti__ke {
  height: 14px;
  background-position: -2699px 0;
}

.iti__flag.iti__kg {
  height: 12px;
  background-position: -2721px 0;
}

.iti__flag.iti__kh {
  height: 13px;
  background-position: -2743px 0;
}

.iti__flag.iti__ki {
  height: 10px;
  background-position: -2765px 0;
}

.iti__flag.iti__km {
  height: 12px;
  background-position: -2787px 0;
}

.iti__flag.iti__kn {
  height: 14px;
  background-position: -2809px 0;
}

.iti__flag.iti__kp {
  height: 10px;
  background-position: -2831px 0;
}

.iti__flag.iti__kr {
  height: 14px;
  background-position: -2853px 0;
}

.iti__flag.iti__kw {
  height: 10px;
  background-position: -2875px 0;
}

.iti__flag.iti__ky {
  height: 10px;
  background-position: -2897px 0;
}

.iti__flag.iti__kz {
  height: 10px;
  background-position: -2919px 0;
}

.iti__flag.iti__la {
  height: 14px;
  background-position: -2941px 0;
}

.iti__flag.iti__lb {
  height: 14px;
  background-position: -2963px 0;
}

.iti__flag.iti__lc {
  height: 10px;
  background-position: -2985px 0;
}

.iti__flag.iti__li {
  height: 12px;
  background-position: -3007px 0;
}

.iti__flag.iti__lk {
  height: 10px;
  background-position: -3029px 0;
}

.iti__flag.iti__lr {
  height: 11px;
  background-position: -3051px 0;
}

.iti__flag.iti__ls {
  height: 14px;
  background-position: -3073px 0;
}

.iti__flag.iti__lt {
  height: 12px;
  background-position: -3095px 0;
}

.iti__flag.iti__lu {
  height: 12px;
  background-position: -3117px 0;
}

.iti__flag.iti__lv {
  height: 10px;
  background-position: -3139px 0;
}

.iti__flag.iti__ly {
  height: 10px;
  background-position: -3161px 0;
}

.iti__flag.iti__ma {
  height: 14px;
  background-position: -3183px 0;
}

.iti__flag.iti__mc {
  height: 15px;
  background-position: -3205px 0;
}

.iti__flag.iti__md {
  height: 10px;
  background-position: -3226px 0;
}

.iti__flag.iti__me {
  height: 10px;
  background-position: -3248px 0;
}

.iti__flag.iti__mf {
  height: 14px;
  background-position: -3270px 0;
}

.iti__flag.iti__mg {
  height: 14px;
  background-position: -3292px 0;
}

.iti__flag.iti__mh {
  height: 11px;
  background-position: -3314px 0;
}

.iti__flag.iti__mk {
  height: 10px;
  background-position: -3336px 0;
}

.iti__flag.iti__ml {
  height: 14px;
  background-position: -3358px 0;
}

.iti__flag.iti__mm {
  height: 14px;
  background-position: -3380px 0;
}

.iti__flag.iti__mn {
  height: 10px;
  background-position: -3402px 0;
}

.iti__flag.iti__mo {
  height: 14px;
  background-position: -3424px 0;
}

.iti__flag.iti__mp {
  height: 10px;
  background-position: -3446px 0;
}

.iti__flag.iti__mq {
  height: 14px;
  background-position: -3468px 0;
}

.iti__flag.iti__mr {
  height: 14px;
  background-position: -3490px 0;
}

.iti__flag.iti__ms {
  height: 10px;
  background-position: -3512px 0;
}

.iti__flag.iti__mt {
  height: 14px;
  background-position: -3534px 0;
}

.iti__flag.iti__mu {
  height: 14px;
  background-position: -3556px 0;
}

.iti__flag.iti__mv {
  height: 14px;
  background-position: -3578px 0;
}

.iti__flag.iti__mw {
  height: 14px;
  background-position: -3600px 0;
}

.iti__flag.iti__mx {
  height: 12px;
  background-position: -3622px 0;
}

.iti__flag.iti__my {
  height: 10px;
  background-position: -3644px 0;
}

.iti__flag.iti__mz {
  height: 14px;
  background-position: -3666px 0;
}

.iti__flag.iti__na {
  height: 14px;
  background-position: -3688px 0;
}

.iti__flag.iti__nc {
  height: 10px;
  background-position: -3710px 0;
}

.iti__flag.iti__ne {
  height: 15px;
  background-position: -3732px 0;
}

.iti__flag.iti__nf {
  height: 10px;
  background-position: -3752px 0;
}

.iti__flag.iti__ng {
  height: 10px;
  background-position: -3774px 0;
}

.iti__flag.iti__ni {
  height: 12px;
  background-position: -3796px 0;
}

.iti__flag.iti__nl {
  height: 14px;
  background-position: -3818px 0;
}

.iti__flag.iti__no {
  height: 15px;
  background-position: -3840px 0;
}

.iti__flag.iti__np {
  height: 15px;
  background-position: -3862px 0;
}

.iti__flag.iti__nr {
  height: 10px;
  background-position: -3877px 0;
}

.iti__flag.iti__nu {
  height: 10px;
  background-position: -3899px 0;
}

.iti__flag.iti__nz {
  height: 10px;
  background-position: -3921px 0;
}

.iti__flag.iti__om {
  height: 10px;
  background-position: -3943px 0;
}

.iti__flag.iti__pa {
  height: 14px;
  background-position: -3965px 0;
}

.iti__flag.iti__pe {
  height: 14px;
  background-position: -3987px 0;
}

.iti__flag.iti__pf {
  height: 14px;
  background-position: -4009px 0;
}

.iti__flag.iti__pg {
  height: 15px;
  background-position: -4031px 0;
}

.iti__flag.iti__ph {
  height: 10px;
  background-position: -4053px 0;
}

.iti__flag.iti__pk {
  height: 14px;
  background-position: -4075px 0;
}

.iti__flag.iti__pl {
  height: 13px;
  background-position: -4097px 0;
}

.iti__flag.iti__pm {
  height: 14px;
  background-position: -4119px 0;
}

.iti__flag.iti__pn {
  height: 10px;
  background-position: -4141px 0;
}

.iti__flag.iti__pr {
  height: 14px;
  background-position: -4163px 0;
}

.iti__flag.iti__ps {
  height: 10px;
  background-position: -4185px 0;
}

.iti__flag.iti__pt {
  height: 14px;
  background-position: -4207px 0;
}

.iti__flag.iti__pw {
  height: 13px;
  background-position: -4229px 0;
}

.iti__flag.iti__py {
  height: 11px;
  background-position: -4251px 0;
}

.iti__flag.iti__qa {
  height: 8px;
  background-position: -4273px 0;
}

.iti__flag.iti__re {
  height: 14px;
  background-position: -4295px 0;
}

.iti__flag.iti__ro {
  height: 14px;
  background-position: -4317px 0;
}

.iti__flag.iti__rs {
  height: 14px;
  background-position: -4339px 0;
}

.iti__flag.iti__ru {
  height: 14px;
  background-position: -4361px 0;
}

.iti__flag.iti__rw {
  height: 14px;
  background-position: -4383px 0;
}

.iti__flag.iti__sa {
  height: 14px;
  background-position: -4405px 0;
}

.iti__flag.iti__sb {
  height: 10px;
  background-position: -4427px 0;
}

.iti__flag.iti__sc {
  height: 10px;
  background-position: -4449px 0;
}

.iti__flag.iti__sd {
  height: 10px;
  background-position: -4471px 0;
}

.iti__flag.iti__se {
  height: 13px;
  background-position: -4493px 0;
}

.iti__flag.iti__sg {
  height: 14px;
  background-position: -4515px 0;
}

.iti__flag.iti__sh {
  height: 10px;
  background-position: -4537px 0;
}

.iti__flag.iti__si {
  height: 10px;
  background-position: -4559px 0;
}

.iti__flag.iti__sj {
  height: 15px;
  background-position: -4581px 0;
}

.iti__flag.iti__sk {
  height: 14px;
  background-position: -4603px 0;
}

.iti__flag.iti__sl {
  height: 14px;
  background-position: -4625px 0;
}

.iti__flag.iti__sm {
  height: 15px;
  background-position: -4647px 0;
}

.iti__flag.iti__sn {
  height: 14px;
  background-position: -4669px 0;
}

.iti__flag.iti__so {
  height: 14px;
  background-position: -4691px 0;
}

.iti__flag.iti__sr {
  height: 14px;
  background-position: -4713px 0;
}

.iti__flag.iti__ss {
  height: 10px;
  background-position: -4735px 0;
}

.iti__flag.iti__st {
  height: 10px;
  background-position: -4757px 0;
}

.iti__flag.iti__su {
  height: 10px;
  background-position: -4779px 0;
}

.iti__flag.iti__sv {
  height: 12px;
  background-position: -4801px 0;
}

.iti__flag.iti__sx {
  height: 14px;
  background-position: -4823px 0;
}

.iti__flag.iti__sy {
  height: 14px;
  background-position: -4845px 0;
}

.iti__flag.iti__sz {
  height: 14px;
  background-position: -4867px 0;
}

.iti__flag.iti__ta {
  height: 10px;
  background-position: -4889px 0;
}

.iti__flag.iti__tc {
  height: 10px;
  background-position: -4911px 0;
}

.iti__flag.iti__td {
  height: 14px;
  background-position: -4933px 0;
}

.iti__flag.iti__tf {
  height: 14px;
  background-position: -4955px 0;
}

.iti__flag.iti__tg {
  height: 13px;
  background-position: -4977px 0;
}

.iti__flag.iti__th {
  height: 14px;
  background-position: -4999px 0;
}

.iti__flag.iti__tj {
  height: 10px;
  background-position: -5021px 0;
}

.iti__flag.iti__tk {
  height: 10px;
  background-position: -5043px 0;
}

.iti__flag.iti__tl {
  height: 10px;
  background-position: -5065px 0;
}

.iti__flag.iti__tm {
  height: 14px;
  background-position: -5087px 0;
}

.iti__flag.iti__tn {
  height: 14px;
  background-position: -5109px 0;
}

.iti__flag.iti__to {
  height: 10px;
  background-position: -5131px 0;
}

.iti__flag.iti__tr {
  height: 14px;
  background-position: -5153px 0;
}

.iti__flag.iti__tt {
  height: 12px;
  background-position: -5175px 0;
}

.iti__flag.iti__tv {
  height: 10px;
  background-position: -5197px 0;
}

.iti__flag.iti__tw {
  height: 14px;
  background-position: -5219px 0;
}

.iti__flag.iti__tz {
  height: 14px;
  background-position: -5241px 0;
}

.iti__flag.iti__ua {
  height: 14px;
  background-position: -5263px 0;
}

.iti__flag.iti__ug {
  height: 14px;
  background-position: -5285px 0;
}

.iti__flag.iti__uk {
  height: 10px;
  background-position: -5307px 0;
}

.iti__flag.iti__um {
  height: 11px;
  background-position: -5329px 0;
}

.iti__flag.iti__un {
  height: 14px;
  background-position: -5351px 0;
}

.iti__flag.iti__us {
  height: 11px;
  background-position: -5373px 0;
}

.iti__flag.iti__uy {
  height: 14px;
  background-position: -5395px 0;
}

.iti__flag.iti__uz {
  height: 10px;
  background-position: -5417px 0;
}

.iti__flag.iti__va {
  height: 15px;
  background-position: -5439px 0;
}

.iti__flag.iti__vc {
  height: 14px;
  background-position: -5456px 0;
}

.iti__flag.iti__ve {
  height: 14px;
  background-position: -5478px 0;
}

.iti__flag.iti__vg {
  height: 10px;
  background-position: -5500px 0;
}

.iti__flag.iti__vi {
  height: 14px;
  background-position: -5522px 0;
}

.iti__flag.iti__vn {
  height: 14px;
  background-position: -5544px 0;
}

.iti__flag.iti__vu {
  height: 12px;
  background-position: -5566px 0;
}

.iti__flag.iti__wf {
  height: 14px;
  background-position: -5588px 0;
}

.iti__flag.iti__ws {
  height: 10px;
  background-position: -5610px 0;
}

.iti__flag.iti__xk {
  height: 15px;
  background-position: -5632px 0;
}

.iti__flag.iti__ye {
  height: 14px;
  background-position: -5654px 0;
}

.iti__flag.iti__yt {
  height: 14px;
  background-position: -5676px 0;
}

.iti__flag.iti__za {
  height: 14px;
  background-position: -5698px 0;
}

.iti__flag.iti__zm {
  height: 14px;
  background-position: -5720px 0;
}

.iti__flag.iti__zw {
  height: 10px;
  background-position: -5742px 0;
}

.iti__flag {
  height: 15px;
  box-shadow: 0 0 1px 0 #888;
  background-image: url(../img/flags.png?1);
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}

@media (min-resolution: 2x) {
  .iti__flag {
    background-image: url(../img/flags@2x.png?1);
  }
}
.iti__flag.iti__np {
  background-color: transparent;
}

/**
Ion.RangeSlider, 2.3.0
© Denis Ineshin, 2010 - 2018, IonDen.com
Build date: 2018-12-11 23:23:51
*/
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial, sans-serif;
}

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}

.irs-handle {
  position: absolute;
  display: block;
  box-sizing: border-box;
  cursor: default;
  z-index: 1;
}

.irs-handle.type_last {
  z-index: 2;
}

.irs-min,
.irs-max {
  position: absolute;
  display: block;
  cursor: default;
}

.irs-min {
  left: 0;
}

.irs-max {
  right: 0;
}

.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}

.irs-with-grid .irs-grid {
  display: block;
}

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}

.irs-grid-pol.small {
  height: 4px;
}

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}

.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}

.irs-disabled {
  opacity: 0.4;
}

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}

.irs--flat {
  height: 40px;
}

.irs--flat.irs-with-grid {
  height: 60px;
}

.irs--flat .irs-line {
  top: 25px;
  height: 12px;
  background-color: #e1e4e9;
  border-radius: 4px;
}

.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #ed5565;
}

.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px;
}

.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9;
}

.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent;
}

.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #da4453;
}

.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: #a43540;
}

.irs--flat .irs-min,
.irs--flat .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  color: white;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #ed5565;
  border-radius: 4px;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565;
}

.irs--flat .irs-grid-pol {
  background-color: #e1e4e9;
}

.irs--flat .irs-grid-text {
  color: #999;
}

.irs--big {
  height: 55px;
}

.irs--big.irs-with-grid {
  height: 70px;
}

.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: white;
  background: linear-gradient(to bottom, #ddd -50%, white 150%);
  border: 1px solid #ccc;
  border-radius: 12px;
}

.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
}

.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px;
}

.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5);
}

.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  border-radius: 30px;
}

.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%);
}

.irs--big .irs-min,
.irs--big .irs-max {
  top: 0;
  padding: 1px 5px;
  color: white;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px;
}

.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
  color: white;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  border-radius: 3px;
}

.irs--big .irs-grid-pol {
  background-color: #428bca;
}

.irs--big .irs-grid-text {
  color: #428bca;
}

.irs--modern {
  height: 55px;
}

.irs--modern.irs-with-grid {
  height: 55px;
}

.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px;
}

.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%);
}

.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px;
}

.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5);
}

.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}

.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: white;
  transform: rotate(45deg);
}

.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
  border-radius: 0 0 3px 3px;
}

.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1;
}

.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%);
}

.irs--modern .irs-handle.state_hover > i:nth-child(1),
.irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2;
}

.irs--modern .irs-handle.state_hover > i:nth-child(3),
.irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a;
}

.irs--modern .irs-min,
.irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: white;
  background-color: #d1d6e0;
  border-radius: 5px;
}

.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: white;
  border-radius: 5px;
}

.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426;
}

.irs--modern .irs-grid {
  height: 25px;
}

.irs--modern .irs-grid-pol {
  background-color: #dedede;
}

.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1;
}

.irs--sharp.irs-with-grid {
  height: 57px;
}

.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: black;
  border-radius: 2px;
}

.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa;
}

.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px;
}

.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5);
}

.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2;
}

.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2;
}

.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
  background-color: black;
}

.irs--sharp .irs-handle.state_hover > i:first-child,
.irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: black;
}

.irs--sharp .irs-min,
.irs--sharp .irs-max {
  color: white;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: 0.4;
  background-color: #a804b2;
  border-radius: 2px;
}

.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: white;
  border-radius: 2px;
}

.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2;
}

.irs--sharp .irs-grid {
  height: 25px;
}

.irs--sharp .irs-grid-pol {
  background-color: #dedede;
}

.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--round {
  height: 50px;
}

.irs--round.irs-with-grid {
  height: 65px;
}

.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px;
}

.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #006cfa;
}

.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px;
}

.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5);
}

.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: white;
  border-radius: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: #f0f6ff;
}

.irs--round .irs-min,
.irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: white;
  border-radius: 4px;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa;
}

.irs--round .irs-grid {
  height: 25px;
}

.irs--round .irs-grid-pol {
  background-color: #dedede;
}

.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--square {
  height: 50px;
}

.irs--square.irs-with-grid {
  height: 60px;
}

.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede;
}

.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: black;
}

.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede;
}

.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid black;
  background-color: white;
  transform: rotate(45deg);
}

.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
  background-color: #f0f6ff;
}

.irs--square .irs-min,
.irs--square .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
}

.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: black;
  color: white;
}

.irs--square .irs-grid {
  height: 25px;
}

.irs--square .irs-grid-pol {
  background-color: #dedede;
}

.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px;
}

.paginationjs {
  display: flex;
  line-height: 1.6;
  font-family: Marmelad, "Lucida Grande", Arial, "Hiragino Sans GB", Georgia, sans-serif;
  font-size: 14px;
  box-sizing: initial;
}

.paginationjs:after {
  display: table;
  content: " ";
  clear: both;
}

.paginationjs .paginationjs-pages {
  float: left;
  margin-left: 10px;
}

.paginationjs .paginationjs-pages ul {
  float: left;
  margin: 0;
  padding: 0;
}

.paginationjs .paginationjs-go-button,
.paginationjs .paginationjs-go-input,
.paginationjs .paginationjs-size-changer {
  margin-left: 10px;
  float: left;
  font-size: 14px;
}

.paginationjs .paginationjs-pages li {
  float: left;
  border: 1px solid #aaa;
  border-right: none;
  list-style: none;
}

.paginationjs .paginationjs-pages li > a {
  min-width: 30px;
  height: 28px;
  line-height: 28px;
  display: block;
  background: #fff;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}

.paginationjs .paginationjs-pages li > a:hover {
  background: #eee;
}

.paginationjs .paginationjs-pages li.active {
  border: none;
}

.paginationjs .paginationjs-pages li.active > a {
  height: 30px;
  line-height: 30px;
  background: #aaa;
  color: #fff;
  cursor: default;
}

.paginationjs .paginationjs-pages li.disabled > a {
  opacity: 0.3;
  cursor: default;
}

.paginationjs .paginationjs-pages li.disabled > a:hover {
  background: 0 0;
}

.paginationjs .paginationjs-pages li:first-child,
.paginationjs .paginationjs-pages li:first-child > a {
  border-radius: 3px 0 0 3px;
}

.paginationjs .paginationjs-pages li:last-child {
  border-right: 1px solid #aaa;
  border-radius: 0 3px 3px 0;
}

.paginationjs .paginationjs-pages li:last-child > a {
  border-radius: 0 3px 3px 0;
}

.paginationjs .paginationjs-size-changer > select {
  height: 28px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #aaa;
  padding: 0;
  font-size: 14px;
  text-align: center;
  vertical-align: baseline;
  outline: 0;
  box-shadow: none;
  box-sizing: initial;
}

.paginationjs .paginationjs-go-input > input[type=text] {
  width: 30px;
  height: 28px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #aaa;
  padding: 0;
  font-size: 14px;
  text-align: center;
  vertical-align: baseline;
  outline: 0;
  box-shadow: none;
  box-sizing: initial;
}

.paginationjs .paginationjs-go-button > input[type=button] {
  min-width: 40px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #aaa;
  text-align: center;
  padding: 0 8px;
  font-size: 14px;
  vertical-align: baseline;
  outline: 0;
  box-shadow: none;
  color: #333;
  cursor: pointer;
  vertical-align: middle\9 ;
}

.paginationjs .paginationjs-go-button > input[type=button]:hover {
  background-color: #f8f8f8;
}

.paginationjs .paginationjs-nav {
  float: left;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}

.paginationjs.paginationjs-small {
  font-size: 12px;
}

.paginationjs.paginationjs-small .paginationjs-pages li > a {
  min-width: 26px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
}

.paginationjs.paginationjs-small .paginationjs-pages li.active > a {
  height: 26px;
  line-height: 26px;
}

.paginationjs.paginationjs-small .paginationjs-size-changer {
  font-size: 12px;
}

.paginationjs.paginationjs-small .paginationjs-size-changer > select {
  height: 24px;
  font-size: 12px;
}

.paginationjs.paginationjs-small .paginationjs-go-input {
  font-size: 12px;
}

.paginationjs.paginationjs-small .paginationjs-go-input > input[type=text] {
  width: 26px;
  height: 24px;
  font-size: 12px;
}

.paginationjs.paginationjs-small .paginationjs-go-button {
  font-size: 12px;
}

.paginationjs.paginationjs-small .paginationjs-go-button > input[type=button] {
  min-width: 30px;
  height: 26px;
  line-height: 24px;
  padding: 0 6px;
  font-size: 12px;
}

.paginationjs.paginationjs-small .paginationjs-nav {
  height: 26px;
  line-height: 26px;
  font-size: 12px;
}

.paginationjs.paginationjs-big {
  font-size: 16px;
}

.paginationjs.paginationjs-big .paginationjs-pages li > a {
  min-width: 36px;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
}

.paginationjs.paginationjs-big .paginationjs-pages li.active > a {
  height: 36px;
  line-height: 36px;
}

.paginationjs.paginationjs-big .paginationjs-size-changer {
  font-size: 16px;
}

.paginationjs.paginationjs-big .paginationjs-size-changer > select {
  height: 34px;
  font-size: 16px;
}

.paginationjs.paginationjs-big .paginationjs-go-input {
  font-size: 16px;
}

.paginationjs.paginationjs-big .paginationjs-go-input > input[type=text] {
  width: 36px;
  height: 34px;
  font-size: 16px;
}

.paginationjs.paginationjs-big .paginationjs-go-button {
  font-size: 16px;
}

.paginationjs.paginationjs-big .paginationjs-go-button > input[type=button] {
  min-width: 50px;
  height: 36px;
  line-height: 34px;
  padding: 0 12px;
  font-size: 16px;
}

.paginationjs.paginationjs-big .paginationjs-nav {
  height: 36px;
  line-height: 36px;
  font-size: 16px;
}

.paginationjs > :first-child {
  margin-left: 0;
}

.paginationjs.paginationjs-theme-blue .paginationjs-pages li {
  border-color: #289de9;
}

.paginationjs.paginationjs-theme-blue .paginationjs-pages li > a {
  color: #289de9;
}

.paginationjs.paginationjs-theme-blue .paginationjs-pages li > a:hover {
  background: #e9f4fc;
}

.paginationjs.paginationjs-theme-blue .paginationjs-pages li.active > a {
  background: #289de9;
  color: #fff;
}

.paginationjs.paginationjs-theme-blue .paginationjs-pages li.disabled > a:hover {
  background: 0 0;
}

.paginationjs.paginationjs-theme-blue .paginationjs-go-input > input[type=text],
.paginationjs.paginationjs-theme-blue .paginationjs-size-changer > select {
  border-color: #289de9;
}

.paginationjs.paginationjs-theme-blue .paginationjs-go-button > input[type=button] {
  background: #289de9;
  border-color: #289de9;
  color: #fff;
}

.paginationjs.paginationjs-theme-blue .paginationjs-go-button > input[type=button]:hover {
  background-color: #3ca5ea;
}

.paginationjs.paginationjs-theme-green .paginationjs-pages li {
  border-color: #449d44;
}

.paginationjs.paginationjs-theme-green .paginationjs-pages li > a {
  color: #449d44;
}

.paginationjs.paginationjs-theme-green .paginationjs-pages li > a:hover {
  background: #ebf4eb;
}

.paginationjs.paginationjs-theme-green .paginationjs-pages li.active > a {
  background: #449d44;
  color: #fff;
}

.paginationjs.paginationjs-theme-green .paginationjs-pages li.disabled > a:hover {
  background: 0 0;
}

.paginationjs.paginationjs-theme-green .paginationjs-go-input > input[type=text],
.paginationjs.paginationjs-theme-green .paginationjs-size-changer > select {
  border-color: #449d44;
}

.paginationjs.paginationjs-theme-green .paginationjs-go-button > input[type=button] {
  background: #449d44;
  border-color: #449d44;
  color: #fff;
}

.paginationjs.paginationjs-theme-green .paginationjs-go-button > input[type=button]:hover {
  background-color: #55a555;
}

.paginationjs.paginationjs-theme-yellow .paginationjs-pages li {
  border-color: #ec971f;
}

.paginationjs.paginationjs-theme-yellow .paginationjs-pages li > a {
  color: #ec971f;
}

.paginationjs.paginationjs-theme-yellow .paginationjs-pages li > a:hover {
  background: #fdf5e9;
}

.paginationjs.paginationjs-theme-yellow .paginationjs-pages li.active > a {
  background: #ec971f;
  color: #fff;
}

.paginationjs.paginationjs-theme-yellow .paginationjs-pages li.disabled > a:hover {
  background: 0 0;
}

.paginationjs.paginationjs-theme-yellow .paginationjs-go-input > input[type=text],
.paginationjs.paginationjs-theme-yellow .paginationjs-size-changer > select {
  border-color: #ec971f;
}

.paginationjs.paginationjs-theme-yellow .paginationjs-go-button > input[type=button] {
  background: #ec971f;
  border-color: #ec971f;
  color: #fff;
}

.paginationjs.paginationjs-theme-yellow .paginationjs-go-button > input[type=button]:hover {
  background-color: #eea135;
}

.paginationjs.paginationjs-theme-red .paginationjs-pages li {
  border-color: #c9302c;
}

.paginationjs.paginationjs-theme-red .paginationjs-pages li > a {
  color: #c9302c;
}

.paginationjs.paginationjs-theme-red .paginationjs-pages li > a:hover {
  background: #faeaea;
}

.paginationjs.paginationjs-theme-red .paginationjs-pages li.active > a {
  background: #c9302c;
  color: #fff;
}

.paginationjs.paginationjs-theme-red .paginationjs-pages li.disabled > a:hover {
  background: 0 0;
}

.paginationjs.paginationjs-theme-red .paginationjs-go-input > input[type=text],
.paginationjs.paginationjs-theme-red .paginationjs-size-changer > select {
  border-color: #c9302c;
}

.paginationjs.paginationjs-theme-red .paginationjs-go-button > input[type=button] {
  background: #c9302c;
  border-color: #c9302c;
  color: #fff;
}

.paginationjs.paginationjs-theme-red .paginationjs-go-button > input[type=button]:hover {
  background-color: #ce4541;
}

.paginationjs .paginationjs-pages li.paginationjs-next {
  border-right: 1px solid #aaa\9 ;
}

.paginationjs .paginationjs-size-changer {
  margin-left: 5px\9 ;
}

.paginationjs .paginationjs-size-changer > select {
  line-height: 28px\9 ;
  vertical-align: middle\9 ;
}

.paginationjs .paginationjs-go-input {
  margin-left: 5px\9 ;
}

.paginationjs .paginationjs-go-input > input[type=text] {
  line-height: 28px\9 ;
  vertical-align: middle\9 ;
}

.paginationjs .paginationjs-go-button {
  margin-left: 5px\9 ;
}

.paginationjs.paginationjs-big .paginationjs-pages li > a {
  line-height: 36px\9 ;
}

.paginationjs.paginationjs-big .paginationjs-go-input > input[type=text] {
  height: 36px\9 ;
  line-height: 36px\9 ;
}

.paginationjs {
  font-family: "Actay", sans-serif;
}

.paginationjs .paginationjs-pages li > a {
  color: var(--button-color);
  font-weight: bold;
}

.paginationjs .paginationjs-pages li {
  border-color: var(--button-color);
}

.paginationjs .paginationjs-pages li.active > a {
  background-color: var(--button-color);
}

.iti {
  width: 100%;
}

.iti__flag {
  background-image: url("../images/libs/flags.png");
}

@media (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../images/libs/flags@2x.png");
  }
}
html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

@font-face {
  font-family: "Actay";
  src: url("../fonts/Actay-Wide-Bd.eot");
  src: local("Actay-Wide-Bd"), local("Actay-Wide-Bd"), url("../fonts/Actay-Wide-Bd.eot?#iefix") format("embedded-opentype"), url("../fonts/Actay-Wide-Bd.woff2") format("woff2"), url("../fonts/Actay-Wide-Bd.woff") format("woff"), url("../fonts/Actay-Wide-Bd.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Actay";
  src: url("../fonts/Actay-Light.eot");
  src: local("Actay-Light"), local("Actay-Light"), url("../fonts/Actay-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Actay-Light.woff2") format("woff2"), url("../fonts/Actay-Light.woff") format("woff"), url("../fonts/Actay-Light.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Angst";
  src: url("../fonts/Angst-Normal.eot");
  src: local("Angst"), local("Angst"), url("../fonts/Angst-Normal.eot?#iefix") format("embedded-opentype"), url("../fonts/Angst-Normal.woff2") format("woff2"), url("../fonts/Angst-Normal.woff") format("woff"), url("../fonts/Angst-Normal.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
* {
  box-sizing: border-box;
}

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

body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

fieldset,
img,
abbr {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ul li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

legend {
  color: #000;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

.debug {
  z-index: 999999;
}

[data-content] {
  position: relative;
}

[data-title] {
  position: relative;
}

[data-breadcrumb] {
  position: relative;
}

.page__inner {
  background: #21332b;
}
.page__inner-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.container {
  background: #21332b;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.tablet .container ~ .container {
  margin-top: 80px;
}
.tablet .container:last-child {
  margin-bottom: 80px;
}

.mobile .container ~ .container {
  margin-top: 60px;
}
.mobile .container:last-child {
  margin-bottom: 60px;
}

html {
  font-size: 14px;
}

body {
  margin: 0;
  min-width: 320px;
  line-height: 1.5em;
  font-family: "Actay", sans-serif;
  overflow-x: hidden !important;
  font-size: 14px;
  background: #21332b;
}

body input,
body textarea {
  border: #666 1px solid;
  outline: none;
}

::-webkit-scrollbar {
  width: 4px;
  display: none;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgb(31, 28, 28);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(245, 223, 186);
  -webkit-box-shadow: inset 0 0 6px rgb(245, 223, 186);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #c1c1c1;
}

::-moz-selection {
  background-color: gray;
  color: #fff;
}

::selection {
  background-color: gray;
  color: #fff;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

:-moz-placeholder {
  color: #ccc;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  border-color: red;
}

body input:required:valid,
body textarea:required:valid {
  border-color: green;
}

img {
  width: 100%;
  display: block;
}

body *:focus {
  outline: none;
}

body.focus-tab--enable *:focus {
  outline-color: #4d90fe;
  outline-offset: -2px;
  outline-style: auto;
  outline-width: 7px;
}

button {
  background: none;
  border: navajowhite;
  margin: 0;
  padding: 0;
}

button:hover,
a:hover,
select:hover {
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  .intl-tel-input.allow-dropdown .flag-container,
  .intl-tel-input.separate-dial-code .flag-container {
    left: 5%;
  }
}

@media screen and (max-width: 1200px) {
  .intl-tel-input.allow-dropdown input,
  .intl-tel-input.allow-dropdown input[type=tel],
  .intl-tel-input.allow-dropdown input[type=text],
  .intl-tel-input.separate-dial-code input,
  .intl-tel-input.separate-dial-code input[type=tel],
  .intl-tel-input.separate-dial-code input[type=text] {
    padding-left: 95px;
  }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.custom-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

.custom-scroll::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f5f5;
}

.custom-scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: gray;
}

.custom-scroll::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.container--full-screen {
  max-height: none;
  width: 100%;
  height: 100vh;
  padding: 0;
}

.text-uppercase {
  text-transform: uppercase;
}

.thumbs__item {
  border-radius: 4px;
  width: 8px;
  height: 8px;
  background-color: var(--color-white);
  opacity: 1;
  transition: width 0.25s ease-out;
  transform-origin: center;
  flex-shrink: 0;
}
.thumbs__item[class*=active] {
  width: 16px;
  background-color: var(--color-blue);
}
.thumbs > :nth-child(n+2) {
  margin-left: 8px;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.mfp-3d-unfold .mfp-content {
  perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(-60deg);
}
.mfp-3d-unfold .mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}

.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: rotateY(0deg);
}
.mfp-ready .mfp-bg {
  opacity: 0.8;
}

.mfp-removing .mfp-with-anim {
  transform: rotateY(60deg);
  opacity: 0;
}
.mfp-removing .mfp-bg {
  opacity: 0;
}

@keyframes scroll {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(0, 40%);
  }
}
.page__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 2;
  min-height: 100vh;
}
.page__inner .page__content {
  flex-grow: 1;
  background: var(--bg-grey);
}
.page__inner .page__footer-wrapper {
  flex-shrink: 0;
}

.form-popup {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(104deg, rgba(254, 254, 254, 0.51) 0%, rgba(255, 255, 255, 0.67) 100%);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  z-index: 101;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all ease-in-out 0.5s;
}
.form-popup.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.form-popup.active .form-popup-inner {
  transform: translateY(0);
}
.form-popup-inner {
  position: relative;
  display: flex;
  align-items: center;
  background: var(--main-green);
  transform: translateY(100%);
  padding: var(--p40);
  width: 37.3958333333vw;
  height: 100%;
  transition: all ease-in-out 0.5s;
}
@media (max-width: 1024px) {
  .form-popup-inner {
    width: 100%;
  }
}
.form-popup-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.form-popup-success {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  background: var(--main-green);
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-100%);
  transition: all ease-in-out 0.5s;
}
.form-popup-success::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid var(--white);
}
.form-popup-success.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.form-popup-close {
  position: absolute;
  top: 50%;
  left: 0%;
  width: 5.1041666667vw;
  height: 5.1041666667vw;
  transform: translate(-100%, -50%);
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: var(--main-green);
}
@media (max-width: 1024px) {
  .form-popup-close {
    top: 0;
    left: 100%;
    transform: translate(-100%, 0%);
    width: 19.7916666667vw;
    height: var(--header-h);
  }
}
@media (max-width: 767px) {
  .form-popup-close {
    width: 16vw;
  }
}
.form-popup-close:hover svg {
  transform: rotate(90deg);
}
.form-popup-close svg {
  width: 30%;
  height: 30%;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 1024px) {
  .form-popup-close svg {
    width: 50%;
    height: 50%;
  }
}
.form-popup .form-wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--g60);
  width: 100%;
  z-index: 1;
}

.footer-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1024px) {
  .footer-form {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .footer-form {
    width: 100%;
  }
}
.footer-form__title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.footer-form__title-svg {
  width: 12px;
  height: 12px;
}

.form-inner {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: var(--g20);
}

.submit-btn,
.form-thanks-btn {
  margin-top: 40px;
  cursor: pointer;
  border-left: none;
  border-right: none;
  width: 360px;
}
@media screen and (max-width: 1440px) {
  .submit-btn,
  .form-thanks-btn {
    width: 310px;
  }
}

.form-fields-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: var(--g20);
}
@media (max-width: 767px) {
  .form-fields-wrap {
    flex-direction: column;
    gap: var(--g20);
  }
}

.form-field:not(#t) {
  position: relative;
  background: transparent;
  transition: all 0.3s;
  width: 100%;
}

.form-field {
  position: relative;
}
.form-field::before {
  content: attr(data-before);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0;
  color: var(--white);
  z-index: 1; /* Ensure visibility */
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out;
  font-family: "Actay", sans-serif;
  font-size: 0.7291666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  background: var(--main-green);
  padding: calc(8 / 1920 * 100vw) calc(12 / 1920 * 100vw);
}
@media (max-width: 1024px) {
  .form-field::before {
    font-size: 1.8229166667vw;
    padding: calc(8 / 768 * 100vw) calc(12 / 768 * 100vw);
  }
}
@media (max-width: 767px) {
  .form-field::before {
    font-size: 3.7333333333vw;
    padding: calc(8 / 375 * 100vw) calc(12 / 375 * 100vw);
  }
}
.form-field:focus-within::before, input:valid + .form-field::before {
  opacity: 1;
}

[data-btn-submit] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5.2083333333vw;
  padding: 0.8854166667vw 0;
  background: var(--white);
  margin-top: var(--g40);
}
@media (max-width: 1024px) {
  [data-btn-submit] {
    height: 13.0208333333vw;
    padding: 2.2135416667vw 0;
    margin-top: 5.2083333333vw;
  }
}

[data-animation=focus] .input-message {
  color: var(--gray3);
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 3;
  display: flex;
  transform: translate(0%, -50%);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  transition: all 0.16s cubic-bezier(0, 0, 0.2, 1) 0ms;
}

textarea.form-field__input {
  width: 100%;
  height: 8.0208333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 3.125vw var(--p40);
  resize: none;
  color: var(--white);
}
@media (max-width: 1024px) {
  textarea.form-field__input {
    font-size: 2.0833333333vw;
    height: 18.359375vw;
    padding: 7.5520833333vw var(--p40);
  }
}
@media (max-width: 767px) {
  textarea.form-field__input {
    font-size: 4.2666666667vw;
    height: 32vw;
    padding: 12.2666666667vw var(--p40);
  }
}

.form-field-input {
  position: relative;
}
.form-field-input::after {
  content: "*";
  position: absolute;
  top: 0;
  right: 3px;
  color: var(--white);
  border-radius: 8px;
  z-index: 1; /* Ensure visibility */
  opacity: 1;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
.form-field-input:focus-within::after, input:valid + .form-field-input::after {
  opacity: 0;
}
.form-field-input[data-field-comment]::after {
  content: "";
  display: none;
}

.form-field__input {
  display: flex;
  height: 5.2083333333vw;
  padding: 0.8854166667vw 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: var(--white);
  text-align: center;
  font-family: "Actay", sans-serif;
  font-size: 0.9375vw;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  background: rgba(255, 255, 255, 0.05);
  border: none;
  width: 100%;
  position: relative;
}
@media (max-width: 1024px) {
  .form-field__input {
    font-size: 2.0833333333vw;
    height: 13.0208333333vw;
    padding: 2.2135416667vw 0;
  }
}
@media (max-width: 767px) {
  .form-field__input {
    font-size: 4.2666666667vw;
    height: 17.0666666667vw;
    padding: 6.4vw var(--p40);
  }
}
.form-field__input:focus::-moz-placeholder {
  opacity: 0;
}
.form-field__input:focus::placeholder {
  opacity: 0;
}
.form-field__input:focus {
  border: 1px solid var(--white);
  transition: all 0.3s ease-in-out;
}
.form-field__input::-moz-placeholder {
  color: var(--darkblue_color);
  text-align: center;
}
.form-field__input::placeholder {
  color: var(--darkblue_color);
  text-align: center;
}
.form-field__input:focus + .form-field-message {
  opacity: 1;
}
.form-field__input:focus + .form-field-input::after {
  opacity: 0;
}

.mask-absolute {
  color: var(--color-gray);
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  height: 60px;
  width: 100%;
  padding-left: 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}
@media screen and (max-width: 1440px) {
  .mask-absolute {
    height: 48px;
    padding-left: 16px;
  }
}

[data-animation=focus] .form-field__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

[data-animation=none] .input-message {
  color: var(--color-gray);
  text-align: right;
  position: absolute;
  left: 0;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  text-transform: none;
  transform: translate(0%, 100%);
}

[data-field-input][data-status=field--inactive]:not(#r) .input-message {
  color: var(--color-gray);
}

[data-field-input][data-status=field--active]:not(#r) .input-message {
  color: var(--color-gray);
}

[data-field-input][data-status=field--error]:not(#r) .input-title {
  opacity: 0;
}
[data-field-input][data-status=field--error]:not(#r) .input-message {
  color: #ea4041;
  position: absolute;
  transform: translateY(50%);
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
}
@media (max-width: 1919px) {
  [data-field-input][data-status=field--error]:not(#r) .input-message {
    transform: translateY(15%);
  }
}

[data-field-input][data-status=field--success]:not(#r) .input-message {
  color: #96c480;
}

.selected:not(#f) .input-message {
  top: 0;
  color: var(--color-gray);
  text-align: left;
}

.requaired-block-ico {
  width: 25px;
  height: 25px;
}
.requaired-block-ico svg {
  width: 100%;
  height: 100%;
}

.requaired-block__ico {
  width: 25px;
  height: 25px;
}
.requaired-block__ico svg {
  width: 100%;
  height: 100%;
}
.requaired-block__text {
  color: var(--color-gray);
  text-align: left;
  margin: 0px calc(18 / 1920 * 100vw);
  white-space: nowrap;
}

.form-field-message {
  position: absolute;
  top: 0;
  opacity: 0;
  color: var(--color-gray);
  text-align: left;
  transform: translateY(calc(-100% - 10px));
}

.requaired-block-ico--position {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}

.form-thanks-wrapper {
  opacity: 0;
  visibility: hidden;
  height: 100vh;
  width: 100vw;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: rgba(10, 17, 27, 0.5);
  transition: opacity 0.5s ease-out, visibility 1ms linear 0.5s;
}
.form-thanks-wrapper.active {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease-out, visibility 1ms linear 0.5s;
}
.form-thanks-wrapper .form-thanks {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 50%;
  height: 40%;
  background: #ffffff;
}

.form .iti input {
  padding-right: 60px;
}

.tablet .form-wrapper,
.mobile .form-wrapper {
  background-color: var(--color-white);
}
.tablet .form-wrapper .form,
.mobile .form-wrapper .form {
  width: 100%;
  padding-left: var(--page-side-fields);
  padding-right: var(--page-side-fields);
  flex-wrap: wrap;
}
.tablet .form-wrapper .form-close,
.mobile .form-wrapper .form-close {
  top: 70px;
}
.tablet .form-wrapper .form-title,
.mobile .form-wrapper .form-title {
  margin-bottom: 16px;
}

.mobile .form-description {
  font-size: 12px;
  padding-left: 16px;
  padding-right: 16px;
}
.mobile [data-btn-submit] {
  margin-top: 20px;
}

.button {
  pointer-events: auto;
  outline: none;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font: inherit;
  font-family: "Actay", sans-serif;
  line-height: normal;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1234px;
  gap: calc(16 / 1920 * 100vw);
}
@media (max-width: 767px) {
  .button {
    gap: calc(16 / 393 * 100vw);
  }
}

.button--l {
  height: calc(48 / 1920 * 100vw);
  width: -moz-fit-content;
  width: fit-content;
  padding: calc(13 / 1920 * 100vw) calc(24 / 1920 * 100vw);
}
@media (max-width: 767px) {
  .button--l {
    height: calc(48 / 393 * 100vw);
    width: -moz-fit-content;
    width: fit-content;
    padding: calc(14 / 393 * 100vw) calc(24 / 393 * 100vw);
  }
}

.button--primary--green {
  background-color: var(--main-green);
  border: 1px solid var(--main-green);
  box-shadow: 0px 0px 25px 0px rgba(33, 155, 170, 0);
  transition: all 0.3s ease-in-out;
}
.button--primary--green:hover {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 25px 0px rgba(33, 155, 170, 0.35);
}
.button--primary--green:hover span {
  color: var(--main-green);
}
.button--primary--green.disabled {
  background-color: #e2e2e2;
  box-shadow: none;
}
.button--primary--green.disabled span {
  color: var(--mid-grey);
}
.button--primary--green span {
  font-family: "Actay", sans-serif;
  font-size: calc(16 / 1920 * 100vw);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--white);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .button--primary--green span {
    font-size: calc(16 / 402 * 100vw);
  }
}

.button--primary--black {
  background-color: var(--black);
  border: 1px solid var(--black);
  box-shadow: 0px 0px 25px 0px rgba(33, 155, 170, 0);
  transition: all 0.3s ease-in-out;
}
.button--primary--black:hover {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 25px 0px rgba(3, 8, 9, 0.35);
}
.button--primary--black:hover span {
  color: var(--black);
}
.button--primary--black.disabled {
  background-color: #e2e2e2;
  box-shadow: none;
}
.button--primary--black.disabled span {
  color: var(--mid-grey);
}
.button--primary--black span {
  font-family: "Actay", sans-serif;
  font-size: calc(16 / 1920 * 100vw);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--white);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .button--primary--black span {
    font-size: calc(16 / 402 * 100vw);
  }
}

.button--primary--white {
  background-color: var(--white);
  border: 1px solid var(--white);
  box-shadow: 0px 0px 25px 0px rgba(245, 245, 245, 0);
  transition: all 0.3s ease-in-out;
}
.button--primary--white:hover {
  background-color: rgba(255, 255, 255, 0);
  box-shadow: 0px 0px 25px 0px rgba(245, 245, 245, 0.35);
}
.button--primary--white:hover span {
  color: var(--main-green);
}
.button--primary--white span {
  font-family: "Actay", sans-serif;
  font-size: calc(16 / 1920 * 100vw);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--main-green);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .button--primary--white span {
    font-size: calc(16 / 402 * 100vw);
  }
}

.button--secondary--green {
  border: 1px solid var(--main-green);
  box-shadow: 0px 0px 25px 0px rgba(33, 155, 170, 0.25);
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.3s ease-in-out;
}
.button--secondary--green:hover {
  box-shadow: 0px 0px 25px 0px rgba(33, 155, 170, 0);
  background: var(--main-green);
}
.button--secondary--green:hover span {
  color: var(--white);
}
.button--secondary--green.disabled {
  border: 1px solid #e2e2e2;
  box-shadow: none;
}
.button--secondary--green.disabled span {
  color: #e2e2e2;
}
.button--secondary--green.disabled svg {
  fill: #e2e2e2;
}
.button--secondary--green span {
  font-family: "Actay", sans-serif;
  font-size: calc(16 / 1920 * 100vw);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--main-green);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .button--secondary--green span {
    font-size: calc(16 / 402 * 100vw);
  }
}

.button--secondary--black {
  border: 1px solid var(--basic-grey);
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.button--secondary--black:hover {
  border: 1px solid var(--black);
}
.button--secondary--black.disabled {
  border: 1px solid var(--basic-grey);
  box-shadow: none;
}
.button--secondary--black.disabled span {
  color: var(--basic-grey);
}
.button--secondary--black.disabled svg {
  fill: var(--basic-grey);
}
.button--secondary--black svg {
  fill: var(--black);
}
.button--secondary--black span {
  font-family: "Actay", sans-serif;
  font-size: calc(16 / 1920 * 100vw);
  font-style: normal;
  letter-spacing: 0.224px;
  font-weight: 400;
  line-height: 150%;
  color: var(--black);
}
@media (max-width: 767px) {
  .button--secondary--black span {
    font-size: calc(16 / 402 * 100vw);
  }
}

.hero {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--g20);
  position: relative;
}
.hero-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 1024px) {
  .hero-inner {
    flex-direction: column;
    justify-content: center;
    justify-content: flex-start;
  }
}
.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #21332b;
}
.hero-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-content-wrap {
  position: relative;
  z-index: 2;
  width: calc(772 / 1920 * 100vw);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: var(--p80) 0 var(--p80) var(--p80);
}
@media (max-width: 1024px) {
  .hero-content-wrap {
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    padding: var(--p20) var(--p20) 0 var(--p20);
    align-items: center;
    justify-content: flex-start;
    gap: var(--p40);
  }
}
@media (max-width: 767px) {
  .hero-content-wrap {
    padding: var(--p40) var(--p20) 0 var(--p20);
  }
}
.hero-content {
  display: flex;
  flex-direction: column;
  gap: calc(60 / 1920 * 100vw);
}
@media (max-width: 1024px) {
  .hero-content {
    gap: calc(40 / 768 * 100vw);
    align-items: center;
  }
}
@media (max-width: 767px) {
  .hero-content {
    gap: calc(24 / 375 * 100vw);
  }
}
.hero-logo {
  width: calc(260 / 1920 * 100vw);
  height: calc(66 / 1920 * 100vw);
}
@media (max-width: 1024px) {
  .hero-logo {
    width: calc(120 / 768 * 100vw);
    height: calc(30 / 768 * 100vw);
  }
}
@media (max-width: 767px) {
  .hero-logo {
    width: calc(128 / 393 * 100vw);
    height: calc(32 / 393 * 100vw);
  }
}
.hero-text {
  display: flex;
  flex-direction: column;
  gap: calc(28 / 1920 * 100vw);
}
@media (max-width: 1024px) {
  .hero-text {
    gap: calc(16 / 768 * 100vw);
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .hero-text {
    gap: calc(16 / 375 * 100vw);
  }
}
.hero-title {
  color: #fff;
  font-family: "Angst", sans-serif;
  font-style: normal;
  font-weight: 50;
  line-height: 110%;
  font-size: calc(86 / 1920 * 100vw);
}
@media (max-width: 1024px) {
  .hero-title {
    font-size: calc(60 / 768 * 100vw);
  }
}
@media (max-width: 767px) {
  .hero-title {
    font-size: calc(42 / 375 * 100vw);
  }
}
.hero-subtitle {
  color: #fff;
  font-family: "Actay", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 43.2px */
  letter-spacing: -0.72px;
  font-size: calc(36 / 1920 * 100vw);
}
@media (max-width: 1024px) {
  .hero-subtitle {
    font-size: calc(28 / 768 * 100vw);
  }
}
@media (max-width: 767px) {
  .hero-subtitle {
    font-size: calc(24 / 375 * 100vw);
  }
}
.hero-subtitle span {
  font-weight: 700;
}
.hero-btn-wrap {
  display: flex;
  flex-direction: column;
  gap: var(--g20);
}
@media (max-width: 1024px) {
  .hero-btn-wrap {
    gap: calc(12 / 768 * 100vw);
    align-items: center;
  }
}
@media (max-width: 767px) {
  .hero-btn-wrap {
    gap: calc(12 / 375 * 100vw);
  }
}
.hero-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--g10);
  padding: calc(24 / 1920 * 100vw) calc(48 / 1920 * 100vw);
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  background: #b89c77;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  .hero-btn {
    padding: calc(16 / 768 * 100vw) calc(32 / 768 * 100vw);
  }
}
@media (max-width: 767px) {
  .hero-btn {
    padding: calc(16 / 393 * 100vw) calc(32 / 393 * 100vw);
  }
}
.hero-btn:hover {
  background: #debf97;
  opacity: 0.8;
}
.hero-btn span {
  color: #21332b;
  font-family: "Actay", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.48px;
  font-size: calc(24 / 1920 * 100vw);
}
@media (max-width: 1024px) {
  .hero-btn span {
    font-size: calc(16 / 768 * 100vw);
  }
}
@media (max-width: 767px) {
  .hero-btn span {
    font-size: calc(16 / 375 * 100vw);
  }
}
.hero-btn-text {
  color: #cfcfcf;
  font-family: "Actay", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  letter-spacing: -0.32px;
  font-size: calc(16 / 1920 * 100vw);
}
@media (max-width: 1024px) {
  .hero-btn-text {
    font-size: calc(12 / 768 * 100vw);
  }
}
@media (max-width: 767px) {
  .hero-btn-text {
    font-size: calc(12 / 375 * 100vw);
  }
}
.hero-img {
  position: relative;
  z-index: 2;
  width: calc(1128 / 1920 * 100vw);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .hero-img {
    max-width: calc(600 / 768 * 100vw);
    width: 100%;
  }
}
@media (max-width: 767px) {
  .hero-img {
    max-width: calc(360 / 375 * 100vw);
    width: 100%;
  }
}
.hero-img img {
  width: 100%;
  height: 100%;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 40;
  transition: all 1500ms cubic-bezier(0.06, 0.65, 0.2, 1);
  transform: translateY(0%);
}
.header.header-hidden {
  transform: translateY(-100%);
}
.header.bg {
  background: var(--black3);
}
.header.bg .header-inner {
  margin-top: 0;
}
.header.bg .header-logo svg .header-logo-svg-path {
  fill: var(--white);
}
.header.bg .header-logo svg .header-logo-path {
  fill: #219baa;
}
.header-logo-path {
  fill: #ffffff;
}
.header-inner {
  margin-top: calc(25 / 1920 * 100vw);
  position: relative;
  z-index: 10;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--p20) var(--p260);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .header-inner {
    padding: calc(26 / 393 * 100vw);
    margin-top: 0;
  }
}
.header-logo {
  position: relative;
  width: calc(133 / 1920 * 100vw);
  height: calc(34 / 1920 * 100vw);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .header-logo {
    width: calc(124 / 393 * 100vw);
    height: calc(32 / 393 * 100vw);
  }
}
.header-logo svg {
  width: 100%;
  height: auto;
  transition: all 0.3s ease-in-out;
}
.header-logo-svg-path {
  fill: #1b1d1d;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .header-logo-svg-path {
    fill: var(--white);
  }
}
.header-left {
  display: flex;
  align-items: center;
  gap: calc(148 / 1920 * 100vw);
}
.header-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--g40);
}
@media (max-width: 767px) {
  .header-links {
    display: none;
  }
}
.header-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
}
.header-link a {
  text-decoration: none;
  display: flex;
}
.header-link a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--white);
  transition: width 0.3s ease-in-out;
}
.header-link a:hover::after {
  width: 100%;
}
@media (max-width: 767px) {
  .header-right {
    display: none;
  }
}

.footer {
  position: relative;
  z-index: 2;
  background: var(--black);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(20 / 393 * 100vw);
    width: 1px;
    height: 100%;
    background: var(--line-color-20);
    z-index: -1;
  }
}
@media (max-width: 767px) {
  .footer::after {
    content: "";
    position: absolute;
    top: 0;
    right: calc(20 / 393 * 100vw);
    width: 1px;
    height: 100%;
    background: var(--line-color-20);
    z-index: -1;
  }
}
.footer-top {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 var(--p190);
  position: relative;
}
@media (max-width: 767px) {
  .footer-top {
    padding: 0;
  }
}
.footer-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  opacity: 0.2;
  background: var(--line-color);
}
.footer-top::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  opacity: 0.2;
  background: var(--line-color);
}
.footer-top-deco {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(79 / 1920 * 100vw);
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .footer-top-deco {
    height: calc(40 / 393 * 100vw);
    width: 100%;
  }
}
.footer-top-deco::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  opacity: 0.2;
  background: var(--line-color);
}
.footer-top-deco::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  opacity: 0.2;
  background: var(--line-color);
}
@media (max-width: 767px) {
  .footer-top-deco--desktop {
    display: none;
  }
}
.footer-top-deco--mobile {
  display: none;
}
@media (max-width: 767px) {
  .footer-top-deco--mobile {
    display: flex;
  }
}
.footer-top-deco svg {
  width: 100%;
  height: 100%;
}
.footer-deco-left {
  width: var(--p190);
  height: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .footer-deco-left {
    display: none;
  }
}
.footer-deco-left::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  opacity: 0.2;
  background: var(--line-color);
}
.footer-deco-left svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .footer-deco-left svg {
    display: none;
  }
}
.footer-deco-right {
  width: var(--p190);
  height: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .footer-deco-right {
    display: none;
  }
}
.footer-deco-right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  opacity: 0.2;
  background: var(--line-color);
}
.footer-deco-right svg {
  width: 100%;
  height: 100%;
}
.footer-inner {
  display: flex;
}
.footer-content-wrap {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .footer-content-wrap {
    width: 100%;
  }
}
.footer-content {
  display: flex;
  padding: var(--p90) var(--p70) var(--p70) var(--p70);
  position: relative;
  gap: calc(169 / 1920 * 100vw);
}
@media (max-width: 767px) {
  .footer-content {
    padding: calc(30 / 393 * 100vw) calc(20 / 393 * 100vw) calc(100 / 393 * 100vw) calc(20 / 393 * 100vw);
    gap: calc(60 / 393 * 100vw);
    flex-direction: column;
  }
}
.footer-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  opacity: 0.2;
  background: var(--line-color);
}
.footer-intro {
  display: flex;
  flex-direction: column;
  width: calc(231 / 1920 * 100vw);
}
@media (max-width: 767px) {
  .footer-intro {
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
.footer-logo {
  margin-bottom: var(--p30);
  display: flex;
  align-items: center;
}
.footer-logo svg {
  width: calc(133.339 / 1920 * 100vw);
  height: calc(33.975 / 1920 * 100vw);
}
@media (max-width: 767px) {
  .footer-logo svg {
    width: calc(123 / 393 * 100vw);
    height: calc(30 / 393 * 100vw);
  }
}
.footer-text {
  margin-bottom: var(--p60);
}
@media (max-width: 767px) {
  .footer-text {
    margin-bottom: var(--p30);
    width: 70%;
  }
}
.footer-socials {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .footer-socials {
    flex-wrap: nowrap;
  }
}
.footer-socials-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(60 / 1920 * 100vw);
  height: calc(60 / 1920 * 100vw);
  padding: var(--p20);
  border-right: 1px solid var(--line-color-20);
  border-top: 1px solid var(--line-color-20);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .footer-socials-item {
    width: calc(60 / 393 * 100vw);
    height: calc(60 / 393 * 100vw);
    padding: var(--p20);
    border-bottom: 1px solid var(--line-color-20);
  }
}
.footer-socials-item:first-child {
  border-left: 1px solid var(--line-color-20);
}
@media (max-width: 767px) {
  .footer-socials-item:first-child {
    border-left: none;
  }
}
@media (max-width: 767px) {
  .footer-socials-item:last-child {
    border-right: none;
  }
}
.footer-socials-item:nth-child(4n) {
  border-left: 1px solid var(--line-color-20);
}
@media (max-width: 767px) {
  .footer-socials-item:nth-child(4n) {
    border-left: none;
  }
}
.footer-socials-item:nth-last-child(-n+3) {
  border-bottom: 1px solid var(--line-color-20);
}
.footer-socials-item:hover {
  background: var(--main-green);
  color: var(--white);
}
.footer-socials-item:hover svg {
  fill: var(--white);
}
.footer-socials-item svg {
  width: 100%;
  height: 100%;
  fill: var(--grey5);
  transition: all 0.3s ease-in-out;
}
.footer-links-group {
  display: flex;
  gap: var(--g100);
}
@media (max-width: 767px) {
  .footer-links-group {
    flex-wrap: wrap;
    gap: 0;
    row-gap: calc(70 / 393 * 100vw);
  }
}
.footer-links-wrap {
  display: flex;
  flex-direction: column;
  gap: var(--g40);
}
@media (max-width: 767px) {
  .footer-links-wrap {
    width: 50%;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: calc(20 / 393 * 100vw);
  }
}
.footer-links {
  display: flex;
  flex-direction: column;
  gap: var(--g18);
}
@media (max-width: 767px) {
  .footer-links {
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: calc(14 / 393 * 100vw);
  }
}
.footer-links a {
  text-decoration: none;
  display: flex;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.footer-links a:hover::after {
  width: 100%;
}
.footer-links a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--white);
  transition: width 0.3s ease-in-out;
}
.footer-content-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--p30) var(--p70);
  position: relative;
  gap: calc(169 / 1920 * 100vw);
}
@media (max-width: 767px) {
  .footer-content-bottom {
    flex-direction: column-reverse;
    align-items: center;
    padding: calc(33 / 393 * 100vw) calc(20 / 393 * 100vw);
  }
}
.footer-content-bottom * {
  font-weight: 300;
}
.footer-content-bottom-privacy {
  display: flex;
  align-items: center;
  gap: var(--g10);
}
.footer-content-bottom-privacy a {
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
.footer-content-bottom-privacy a:hover {
  color: var(--white);
}

.modal-mobile {
  position: fixed;
  height: 100dvh;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: flex;
  align-items: flex-end;
  background: rgba(23, 23, 23, 0.9);
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out 0.4s;
}
.modal-mobile.active {
  opacity: 1;
  visibility: visible;
  transition: all ease-in-out 0.4s;
}
.modal-mobile-inner {
  width: 100%;
}
.modal-mobile-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  border-radius: 12px 12px 0px 0px;
  border-top: 1px solid rgba(231, 178, 93, 0.09);
  border-bottom: 1px solid rgba(231, 178, 93, 0.09);
  border-left: 1px solid rgba(231, 178, 93, 0.09);
  backdrop-filter: blur(17px);
}
.modal-mobile-btn {
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--g8);
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  height: 18.88vw;
}
.modal-mobile-btn--open {
  position: relative;
}
.modal-mobile-btn--open::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(270deg, rgba(245, 223, 186, 0) 0%, #f5dfba 50%, rgba(143, 130, 109, 0) 100%);
  z-index: 1;
}
.modal-mobile-btn--open::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(270deg, rgba(245, 223, 186, 0) 0%, #f5dfba 50%, rgba(143, 130, 109, 0) 100%);
  z-index: 1;
}
.modal-mobile-btn--close span {
  color: var(--color-pantone-1);
}
/*# sourceMappingURL=main.min.css.map */
