@charset "UTF-8";
html, body, div, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: clamp(15px, 15px + (17 - 15) * (100vw - 375px) / (1440 - 375), 17px);
  vertical-align: baseline;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none !important;
  -webkit-tap-highlight-color: transparent !important;
}

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

body {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  background: #fff;
  color: #1B1B1B;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}
blockquote::before, blockquote::after, q::before, q::after {
  content: "";
}

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

b, strong {
  font-weight: bold;
}

/* Montserrat Light (300) */
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
/* Montserrat Regular (400) */
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
/* Montserrat Medium (500) */
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
/* Montserrat Bold (700) */
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  /* або bold */
  font-style: normal;
}
/* Montserrat ExtraBold (800) */
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot") format("embedded-opentype"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/*------------------------------------------*/
/* - SOCIAL NETWORKS BLOCK */
/*------------------------------------------*/
.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.social__item {
  display: block;
}
.social__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.social__link:hover {
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
  opacity: 0.85;
}

/*------------------------------------------*/
/* - TEXT UTILITIES */
/*------------------------------------------*/
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-justify {
  text-align: justify;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-light {
  font-weight: 300;
}
.text-regular {
  font-weight: 400;
}
.text-medium {
  font-weight: 500;
}
.text-semibold {
  font-weight: 600;
}
.text-bold {
  font-weight: 700;
}
.text-extrabold {
  font-weight: 800;
}
.text-black {
  font-weight: 900;
}
.text-xl {
  font-size: 60px;
  font-size: calc(36px + (60 - 36) * (100vw - 300px) / 1620);
  line-height: 1.22;
}
.text-l {
  font-size: 24px;
  font-size: calc(18px + (24 - 18) * (100vw - 300px) / 1620);
  line-height: 1.3;
}
.text-m {
  font-size: 18px;
  font-size: calc(16px + (18 - 16) * (100vw - 300px) / 1620);
  line-height: 1.3;
}
.text-s {
  font-size: 20px;
  font-size: calc(14px + (20 - 14) * (100vw - 300px) / 1620);
  line-height: 1.3;
}

.letter-spacing {
  letter-spacing: 0.1em;
}

/*------------------------------------------*/
/* - HEADINGS */
/*------------------------------------------*/
.heading b {
  font-weight: 800;
}
.heading:not(b) {
  font-weight: 300;
}

.h1 {
  font-size: 70px;
  font-size: calc(40px + (70 - 40) * (100vw - 300px) / 1620);
  line-height: 1.1;
}

.h2 {
  font-size: 50px;
  font-size: calc(33px + (50 - 33) * (100vw - 300px) / 1620);
  line-height: 1.3;
}

.h3 {
  font-size: 18px;
  font-size: calc(16px + (18 - 16) * (100vw - 300px) / 1620);
  line-height: 1.3;
}

.h4 {
  font-size: 30px;
  font-size: calc(25px + (30 - 25) * (100vw - 300px) / 1620);
  line-height: 1.3;
}

.h5 {
  font-size: 25px;
  font-size: calc(20px + (25 - 20) * (100vw - 300px) / 1620);
  line-height: 1.3;
}

.h6 {
  font-size: 17px;
  font-size: calc(15px + (17 - 15) * (100vw - 300px) / 1620);
  line-height: 1.3;
}

/*------------------------------------------*/
/* - ICONMOON FONTS */
/*------------------------------------------*/
.icon,
[class^=icon-],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-whatsapp::before {
  content: "\f000";
}

.icon-viber::before {
  content: "\f001";
}

.icon-telegram::before {
  content: "\f002";
}

.icon-close::before {
  content: "\f003";
}

.icon-ar-right::before {
  content: "\f004";
}

.icon-ar-left::before {
  content: "\f005";
}

/*------------------------------------------*/
/* - GLOBAL STYLES */
/*------------------------------------------*/
html {
  overflow-y: scroll;
  scrollbar-gutter: stable;
}
html.overflow-menu, html.overflow-menu body, html.overflow-hidden, html.overflow-hidden body {
  overflow: hidden;
}
html:not(.touch-screen)::-webkit-scrollbar,
html:not(.touch-screen) *::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
html:not(.touch-screen)::-webkit-scrollbar-track,
html:not(.touch-screen) *::-webkit-scrollbar-track {
  background-color: #eee;
}
html:not(.touch-screen)::-webkit-scrollbar-thumb,
html:not(.touch-screen) *::-webkit-scrollbar-thumb {
  background-color: #312783 !important;
}
html .hide-scrollbar,
html body .hide-scrollbar {
  scrollbar-width: none;
}
html .hide-scrollbar::-webkit-scrollbar,
html body .hide-scrollbar::-webkit-scrollbar {
  display: none;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: auto;
  -webkit-user-drag: none;
}
img::-moz-selection {
  background-color: transparent;
}
img::selection {
  background-color: transparent;
}

.--relative {
  position: relative;
}

.overlap {
  position: relative;
  z-index: 3;
}

.body-padding {
  height: 165px;
}
@media (max-width: 991px) {
  .body-padding {
    height: 136px;
  }
}

.section {
  position: relative;
  overflow: hidden;
}

.main {
  overflow: hidden;
  min-height: 50vh;
}
.main-wrapper {
  position: relative;
  z-index: 1;
}

/*------------------------------------------*/
/* - SWIPER */
/*------------------------------------------*/
.swiper-container {
  position: relative;
  width: 100%;
  margin-inline: auto;
  padding: 0;
  list-style: none;
  overflow: hidden;
  opacity: 0;
  z-index: 1;
}
.swiper-container.swiper-initialized {
  opacity: 1;
}
.swiper-container:not(.swiper-no-swiping) {
  cursor: -webkit-grab;
  cursor: grab;
}

.swiper-pagination {
  position: relative;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 21px;
  z-index: 2 !important;
}
.swiper-pagination.swiper-pagination-horizontal {
  width: auto;
}
.swiper-pagination-bullet {
  font-size: 0;
  width: 50px;
  height: 5px;
  background: rgba(200, 198, 229, 0.5);
  border-radius: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
@media (max-width: 767px) {
  .swiper-pagination-bullet {
    width: 55px;
  }
}
.swiper-pagination-bullet-active {
  background: rgb(255, 60, 0);
}
@media (max-width: 767px) {
  .swiper-pagination {
    display: none;
  }
}

@media (max-width: 767px) {
  .swiper-controls {
    margin-top: 50px;
  }
}

.swiper-button__wrap {
  cursor: auto;
  background: rgb(65, 102, 176);
  border-radius: 5px;
  position: relative;
}
.swiper-button__wrap:after {
  content: "";
  width: 1px;
  height: 70%;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 50%;
}
.swiper-button-next, .swiper-button-prev {
  width: 65px;
  height: 50px;
  background: transparent;
  border: none;
  border-radius: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (max-width: 767px) {
  .swiper-button-next, .swiper-button-prev {
    width: 52px;
    height: 40px;
  }
}
.swiper-button-next::after, .swiper-button-prev::after {
  display: none;
}
.swiper-button-next i, .swiper-button-prev i {
  font-size: clamp(12px, 12px + (15 - 12) * (100vw - 375px) / (1440 - 375), 15px);
  color: rgb(200, 198, 229);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
  background: #C8C6E5;
}
.swiper-button-next:hover i, .swiper-button-prev:hover i {
  color: #fff;
}

.fade-in {
  -webkit-animation: fade-in 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
          animation: fade-in 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.animate-in {
  -webkit-animation: modalIn 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
          animation: modalIn 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

.animate-away {
  -webkit-animation: modalAway 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
          animation: modalAway 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

@-webkit-keyframes modalIn {
  0% {
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes modalIn {
  0% {
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@-webkit-keyframes modalAway {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
  }
}
@keyframes modalAway {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.dashed {
  -webkit-animation: dash 8s linear infinite;
  animation: dash 8s linear infinite;
}
.dashed__box {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  left: 20px;
  top: 15px;
  position: relative;
}

@keyframes dash {
  from {
    stroke-dashoffset: 200;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes dash {
  from {
    stroke-dashoffset: 200;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.animation {
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.animation.animated {
  opacity: 1;
}

/* ==========================================================================
   HEADER COMPONENT (Desktop-first base)
   ========================================================================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  padding: 20px 0;
  -webkit-transition: background-color 0.35s cubic-bezier(0.25, 1, 0.5, 1), padding 0.35s cubic-bezier(0.25, 1, 0.5, 1);
  transition: background-color 0.35s cubic-bezier(0.25, 1, 0.5, 1), padding 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}
.header.is-open {
  background-color: rgb(13, 27, 42);
}
.header.scrolled {
  background-color: rgb(13, 27, 42);
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  width: 100%;
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 1002;
}
.header__logo img {
  display: block;
  max-height: clamp(55px, 55px + (125 - 55) * (100vw - 375px) / (1440 - 375), 125px);
  width: auto;
}
.header__navigation-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0 clamp(30px, 30px + (65 - 30) * (100vw - 375px) / (1440 - 375), 65px);
  gap: clamp(20px, 20px + (60 - 20) * (100vw - 375px) / (1440 - 375), 60px);
}
.header .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(15px, 15px + (50 - 15) * (100vw - 375px) / (1440 - 375), 50px);
  margin: 0;
  padding: 0;
  list-style: none;
}
.header .menu-item a {
  display: block;
  color: #ffffff;
  font-size: clamp(14px, 14px + (17 - 14) * (100vw - 375px) / (1440 - 375), 17px);
  white-space: nowrap;
  text-decoration: none;
  -webkit-transition: color 0.35s cubic-bezier(0.25, 1, 0.5, 1);
  transition: color 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (max-width: 991px) {
  .header .menu-item a {
    font-size: 18px;
  }
}
.header .menu-item a:hover, .header .menu-item a.active {
  color: rgb(66, 103, 175);
}
.header .lang-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(15px, 15px + (20 - 15) * (100vw - 375px) / (1440 - 375), 20px);
  margin: 0;
  padding: 0;
  list-style: none;
}
.header .lang-item a {
  display: block;
  color: #ffffff;
  font-size: clamp(14px, 14px + (17 - 14) * (100vw - 375px) / (1440 - 375), 17px);
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: color 0.35s cubic-bezier(0.25, 1, 0.5, 1);
  transition: color 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (max-width: 991px) {
  .header .lang-item a {
    font-size: 18px;
  }
}
.header .lang-item:hover a, .header .lang-item.active a {
  color: rgb(66, 103, 175);
}
.header__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.header__contacts {
  color: #ffffff;
  font-size: clamp(14px, 14px + (17 - 14) * (100vw - 375px) / (1440 - 375), 17px);
  white-space: nowrap;
  z-index: 1002;
}

/* ==========================================================================
   BURGER BUTTON (Hidden on Desktop)
   ========================================================================== */
.burger {
  display: none;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  position: relative;
  z-index: 1005;
  width: 26px;
  height: 25px;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  color: inherit;
  -webkit-transition: opacity 0.35s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}
.burger:hover {
  opacity: 0.8;
}
.burger__box {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 18px;
}
.burger__inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.burger__inner, .burger__inner::before, .burger__inner::after {
  position: absolute;
  width: 26px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-transition: top 0.2s ease, background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: top 0.2s ease, background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, top 0.2s ease, background-color 0.2s ease;
  transition: transform 0.2s ease, top 0.2s ease, background-color 0.2s ease, -webkit-transform 0.2s ease;
}
.burger__inner::before, .burger__inner::after {
  content: "";
  display: block;
}
.burger__inner::before {
  top: -6px;
}
.burger__inner::after {
  bottom: -6px;
}
.burger--active .burger__inner {
  background-color: transparent !important;
}
.burger--active .burger__inner::before {
  top: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.burger--active .burger__inner::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* ==========================================================================
   ОБ'ЄДНАНИЙ МЕДІА-ЗАПИТ ДЛЯ МОБІЛЬНИХ ПРИСТРОЇВ (Оптимізація ваги файлу)
   ========================================================================== */
@media (max-width: 991px) and (max-width: 767px) {
  .header {
    padding: 15px 0;
  }
}
@media (max-width: 991px) {
  .header__logo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 auto;
  }
  .header__contacts {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 14px;
  }
  .header__social {
    gap: 10px;
  }
  .header__navigation-wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
    width: 100%;
    height: 100vh;
    padding: 120px 20px 50px 20px;
    overflow: hidden auto;
    background-color: rgb(13, 27, 42);
    translate: -100% 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: translate 0.35s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.35s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.35s cubic-bezier(0.25, 1, 0.5, 1);
    transition: translate 0.35s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.35s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.35s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .header .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 25px;
  }
  .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .is-open .header__navigation-wrap {
    translate: 0 0;
    opacity: 1;
    visibility: visible;
  }
}
.footer {
  position: relative;
  background: rgb(13, 27, 42);
  padding: clamp(30px, 30px + (40 - 30) * (100vw - 375px) / (1440 - 375), 40px) 0 clamp(30px, 30px + (57 - 30) * (100vw - 375px) / (1440 - 375), 57px) 0;
}
.footer__container {
  display: grid;
  grid-template-columns: auto 2fr 2fr 1fr;
  gap: clamp(30px, 30px + (55 - 30) * (100vw - 375px) / (1440 - 375), 55px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .footer__container {
    grid-template-columns: auto 1.5fr 1fr;
  }
}
@media (max-width: 767px) {
  .footer__container {
    grid-template-columns: 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    gap: 15px;
  }
}
.footer__logo {
  display: block;
  width: clamp(70px, 70px + (95 - 70) * (100vw - 375px) / (1440 - 375), 95px);
  height: clamp(88px, 88px + (120 - 88) * (100vw - 375px) / (1440 - 375), 120px);
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__logo-link {
  display: inline-block;
}
@media (max-width: 767px) {
  .footer__brand {
    margin-bottom: 10px;
  }
}
.footer__info {
  font-size: 16px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .footer__info {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.footer__copyright {
  color: rgb(138, 155, 176);
  margin-bottom: clamp(10px, 10px + (20 - 10) * (100vw - 375px) / (1440 - 375), 20px);
  font-size: 15, 16;
}
.footer__developer {
  color: rgb(138, 155, 176);
  font-size: clamp(15px, 15px + (16 - 15) * (100vw - 375px) / (1440 - 375), 16px);
}
.footer__developer-link {
  color: rgb(138, 155, 176);
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.footer__developer-link:hover {
  color: #ffffff;
}
.footer__nav {
  width: 100%;
}
@media (max-width: 991px) {
  .footer__nav {
    display: none;
  }
}
.footer {
  /* Сітка для розділення одного списку на дві рівні колонки */
}
.footer__menu {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 110px;
}
.footer__link {
  color: #ffffff;
  text-decoration: none;
  font-size: 17px;
  font-weight: 300;
  display: inline-block;
  -webkit-transition: color 0.2s ease, -webkit-transform 0.2s ease;
  transition: color 0.2s ease, -webkit-transform 0.2s ease;
  transition: color 0.2s ease, transform 0.2s ease;
  transition: color 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
.footer__link:hover {
  color: #0091ff;
  -webkit-transform: translateX(3px);
      -ms-transform: translateX(3px);
          transform: translateX(3px);
}
@media (max-width: 576px) {
  .footer__link:hover {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(15px, 15px + (26 - 15) * (100vw - 375px) / (1440 - 375), 26px);
}
@media (max-width: 767px) {
  .footer__contacts {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer__phone {
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-size: 17px;
  font-weight: 300;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.footer__phone:hover {
  color: rgb(169, 173, 176);
}
.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.footer__social-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
}
.footer__social-link:hover {
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
  opacity: 0.8;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-inline-block {
  display: inline-block !important;
}

@media (min-width: 576px) {
  .d-sm-block {
    display: block !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
  .d-md-none {
    display: none !important;
  }
  .d-md-flex {
    display: flex !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-block {
    display: block !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
}
.container {
  width: 100%;
  max-width: 1290px;
  margin: auto;
  padding: 0 10px;
}
@media (max-width: 991px) {
  .container {
    padding: 0 15px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .container-fluid {
    padding: 0 15px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.m-auto {
  display: block;
  margin: auto;
}

.m-row {
  margin: 0 -10px;
}

.p-0 {
  padding: 0;
}
.column {
  padding: 0 10px;
  position: relative;
}

.align-self-middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}

.align-self-end {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.align-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.align-spaced {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.align-evenly {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.align-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.align-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.align-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.align-start {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-start;
}

.align-self-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.align-content-justify {
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.col-xs-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-xs-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666666%;
  flex: 0 0 16.666666%;
  max-width: 16.666666%;
}

.col-xs-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24.999999%;
  flex: 0 0 24.999999%;
  max-width: 24.999999%;
}

.col-xs-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333332%;
  flex: 0 0 33.333332%;
  max-width: 33.333332%;
}

.col-xs-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666665%;
  flex: 0 0 41.666665%;
  max-width: 41.666665%;
}

.col-xs-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49.999998%;
  flex: 0 0 49.999998%;
  max-width: 49.999998%;
}

.col-xs-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333331%;
  flex: 0 0 58.333331%;
  max-width: 58.333331%;
}

.col-xs-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666664%;
  flex: 0 0 66.666664%;
  max-width: 66.666664%;
}

.col-xs-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 74.999997%;
  flex: 0 0 74.999997%;
  max-width: 74.999997%;
}

.col-xs-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-xs-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666663%;
  flex: 0 0 91.666663%;
  max-width: 91.666663%;
}

.col-xs-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 99.999996%;
  flex: 0 0 99.999996%;
  max-width: 99.999996%;
}

@media (min-width: 576px) {
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666666%;
    flex: 0 0 16.666666%;
    max-width: 16.666666%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24.999999%;
    flex: 0 0 24.999999%;
    max-width: 24.999999%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333332%;
    flex: 0 0 33.333332%;
    max-width: 33.333332%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666665%;
    flex: 0 0 41.666665%;
    max-width: 41.666665%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49.999998%;
    flex: 0 0 49.999998%;
    max-width: 49.999998%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333331%;
    flex: 0 0 58.333331%;
    max-width: 58.333331%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666664%;
    flex: 0 0 66.666664%;
    max-width: 66.666664%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 74.999997%;
    flex: 0 0 74.999997%;
    max-width: 74.999997%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666663%;
    flex: 0 0 91.666663%;
    max-width: 91.666663%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 99.999996%;
    flex: 0 0 99.999996%;
    max-width: 99.999996%;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666666%;
    flex: 0 0 16.666666%;
    max-width: 16.666666%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24.999999%;
    flex: 0 0 24.999999%;
    max-width: 24.999999%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333332%;
    flex: 0 0 33.333332%;
    max-width: 33.333332%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666665%;
    flex: 0 0 41.666665%;
    max-width: 41.666665%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49.999998%;
    flex: 0 0 49.999998%;
    max-width: 49.999998%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333331%;
    flex: 0 0 58.333331%;
    max-width: 58.333331%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666664%;
    flex: 0 0 66.666664%;
    max-width: 66.666664%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 74.999997%;
    flex: 0 0 74.999997%;
    max-width: 74.999997%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666663%;
    flex: 0 0 91.666663%;
    max-width: 91.666663%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 99.999996%;
    flex: 0 0 99.999996%;
    max-width: 99.999996%;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666666%;
    flex: 0 0 16.666666%;
    max-width: 16.666666%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24.999999%;
    flex: 0 0 24.999999%;
    max-width: 24.999999%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333332%;
    flex: 0 0 33.333332%;
    max-width: 33.333332%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666665%;
    flex: 0 0 41.666665%;
    max-width: 41.666665%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49.999998%;
    flex: 0 0 49.999998%;
    max-width: 49.999998%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333331%;
    flex: 0 0 58.333331%;
    max-width: 58.333331%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666664%;
    flex: 0 0 66.666664%;
    max-width: 66.666664%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 74.999997%;
    flex: 0 0 74.999997%;
    max-width: 74.999997%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666663%;
    flex: 0 0 91.666663%;
    max-width: 91.666663%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 99.999996%;
    flex: 0 0 99.999996%;
    max-width: 99.999996%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666666%;
    flex: 0 0 16.666666%;
    max-width: 16.666666%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24.999999%;
    flex: 0 0 24.999999%;
    max-width: 24.999999%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333332%;
    flex: 0 0 33.333332%;
    max-width: 33.333332%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666665%;
    flex: 0 0 41.666665%;
    max-width: 41.666665%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49.999998%;
    flex: 0 0 49.999998%;
    max-width: 49.999998%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333331%;
    flex: 0 0 58.333331%;
    max-width: 58.333331%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666664%;
    flex: 0 0 66.666664%;
    max-width: 66.666664%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 74.999997%;
    flex: 0 0 74.999997%;
    max-width: 74.999997%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666663%;
    flex: 0 0 91.666663%;
    max-width: 91.666663%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 99.999996%;
    flex: 0 0 99.999996%;
    max-width: 99.999996%;
  }
}
/* small phones grid*/
@media (max-width: 475px) {
  .col-exs-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-exs-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666666%;
    flex: 0 0 16.666666%;
    max-width: 16.666666%;
  }
  .col-exs-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24.999999%;
    flex: 0 0 24.999999%;
    max-width: 24.999999%;
  }
  .col-exs-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333332%;
    flex: 0 0 33.333332%;
    max-width: 33.333332%;
  }
  .col-exs-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666665%;
    flex: 0 0 41.666665%;
    max-width: 41.666665%;
  }
  .col-exs-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49.999998%;
    flex: 0 0 49.999998%;
    max-width: 49.999998%;
  }
  .col-exs-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333331%;
    flex: 0 0 58.333331%;
    max-width: 58.333331%;
  }
  .col-exs-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666664%;
    flex: 0 0 66.666664%;
    max-width: 66.666664%;
  }
  .col-exs-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 74.999997%;
    flex: 0 0 74.999997%;
    max-width: 74.999997%;
  }
  .col-exs-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-exs-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666663%;
    flex: 0 0 91.666663%;
    max-width: 91.666663%;
  }
  .col-exs-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 99.999996%;
    flex: 0 0 99.999996%;
    max-width: 99.999996%;
  }
}
@media (max-width: 575px) {
  .order-xs-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (max-width: 575px) {
  .order-xs-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (max-width: 767px) {
  .offset-md-0 {
    margin-left: 0 !important;
  }
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

/*spacers*/
.spacer {
  clear: both;
}

.spacer-xxl {
  height: 140px;
}

.spacer-xl {
  height: 110px;
}

.spacer-lg {
  height: 100px;
}

.spacer-md {
  height: 70px;
}

.spacer-sm {
  height: 50px;
}

.spacer-xs {
  height: 30px;
}

.spacer-ss {
  height: 10px;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 9px 32px;
  font-family: inherit;
  font-size: 17px;
  font-weight: 600;
  line-height: 2.24;
  text-decoration: none;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 12px;
  cursor: pointer;
  -webkit-transition: background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease;
  transition: background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease;
}
.btn--primary {
  background-color: rgba(79, 93, 169, 0.85);
  color: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 10px 10px 20px 0px rgba(37, 94, 205, 0.5019607843);
          box-shadow: 10px 10px 20px 0px rgba(37, 94, 205, 0.5019607843);
}
.btn--primary:hover {
  background-color: rgb(79, 93, 169);
}
.btn--outline {
  background-color: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.25);
  color: #ffffff;
}
.btn--outline:hover {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.5);
}
.btn:active {
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
  opacity: 0.9;
}

/*------------------------------------------*/
/* - ACCESSIBILITY & RESET */
/*------------------------------------------*/
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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

input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

input {
  border-radius: 0;
}

input:focus,
button:focus {
  outline: none;
}

/*------------------------------------------*/
/* - FORM FIELDS */
/*------------------------------------------*/
.field {
  position: relative;
}
.field__grid {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}
.field__input, .field__textarea {
  display: block;
  width: 100%;
  padding: 17px 15px;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1;
  color: rgb(138, 155, 176);
  background: #fff;
  border: 1px solid rgb(169, 173, 176);
  border-radius: 10px;
  cursor: pointer;
  resize: none;
}
.field__textarea {
  min-height: 105px;
}
.field__btn {
  display: block;
  min-width: 280px;
  margin: 9px auto 0;
  padding: 18px 33px 19px;
  line-height: 100%;
}
@media (min-width: 767px) {
  .field__btn {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
@media (max-width: 767px) {
  .field__btn {
    max-width: 100%;
    margin-top: 10px;
  }
}

/*------------------------------------------*/
/* - PLACEHOLDERS */
/*------------------------------------------*/
::-webkit-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.5;
  color: rgb(138, 155, 176);
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
::-moz-placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.5;
  color: rgb(138, 155, 176);
  opacity: 1;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
:-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.5;
  color: rgb(138, 155, 176);
  opacity: 1;
  -ms-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
::-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.5;
  color: rgb(138, 155, 176);
  opacity: 1;
  -ms-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
::placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.5;
  color: rgb(138, 155, 176);
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

:focus::-webkit-input-placeholder {
  opacity: 0;
}

:focus::-moz-placeholder {
  opacity: 0;
}

:focus:-ms-input-placeholder {
  opacity: 0;
}

:focus::-ms-input-placeholder {
  opacity: 0;
}

:focus::placeholder {
  opacity: 0;
}

/*------------------------------------------*/
/* - PLUGINS & AUTOFILL */
/*------------------------------------------*/
div.wpcf7 .ajax-loader {
  display: none !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
input:-internal-autofill-selected {
  -webkit-appearance: menulist-button;
          appearance: menulist-button;
  background-image: none !important;
  caret-color: #fff;
  -webkit-text-fill-color: #fff !important;
  -webkit-box-shadow: 0 0 0 1000px #21242C inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

/*------------------------------------------*/
/* - CMS CONTENT (DYNAMIC WYSIWYG STYLES)   */
/*------------------------------------------*/
.cms-content {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  line-height: normal;
  color: rgb(13, 27, 42);
}
.cms-content b,
.cms-content strong {
  font-weight: bold;
}
.cms-content > *:last-child {
  margin-bottom: 0;
}
.cms-content p:not(.cms-content p:last-child) {
  margin-bottom: 10px;
}
.cms-content p {
  font-size: clamp(17px, 17px + (20 - 17) * (100vw - 375px) / (1440 - 375), 20px);
  line-height: 1.5;
}
.cms-content p + ul, .cms-content p + ol {
  margin-top: 15px;
}
.cms-content h2,
.cms-content h3,
.cms-content h4,
.cms-content h5,
.cms-content h6 {
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: clamp(16px, 16px + (24 - 16) * (100vw - 375px) / (1440 - 375), 24px);
}
.cms-content h2 {
  font-size: 24px;
  font-size: calc(20px + (24 - 20) * (100vw - 300px) / 1620);
}
.cms-content h3 {
  font-size: 20px;
  font-size: calc(18px + (20 - 18) * (100vw - 300px) / 1620);
}
.cms-content h4 {
  font-size: 18px;
  font-size: calc(16px + (18 - 16) * (100vw - 300px) / 1620);
}
.cms-content h5 {
  font-size: 16px;
  font-size: calc(14px + (16 - 14) * (100vw - 300px) / 1620);
}
.cms-content h6 {
  font-size: 14px;
  font-size: calc(12px + (14 - 12) * (100vw - 300px) / 1620);
}
.cms-content a:not(.btn-primary) {
  position: relative;
  color: #312783;
  font-weight: bold;
  text-decoration: none;
}
.cms-content a:not(.btn-primary)::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  width: 100%;
  height: 1px;
  margin: 0 auto;
  background-color: #312783;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.cms-content a:not(.btn-primary):hover::before {
  width: 0;
}
.cms-content img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cms-content img {
    height: 100%;
    max-height: 400px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.cms-content .aligncenter {
  margin: 0 auto;
}
.cms-content .wp-block-image {
  margin-bottom: 24px;
}
.cms-content .wp-block-image img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}
.cms-content .wp-block-image figcaption {
  margin: 5px 0 15px;
}
.cms-content .wp-block-video video {
  width: 100%;
  max-height: 400px;
}
.cms-content ul,
.cms-content ol {
  margin-bottom: 30px;
  padding-left: 24px;
}
.cms-content ul li,
.cms-content ol li {
  font-size: 16px;
  font-size: calc(14px + (16 - 14) * (100vw - 300px) / 1620);
  line-height: 1.4;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cms-content ul li,
  .cms-content ol li {
    margin-bottom: 15px;
  }
}
.cms-content ul li:last-child,
.cms-content ol li:last-child {
  margin-bottom: 0;
}
.cms-content ul {
  list-style-type: disc;
}
.cms-content ol {
  list-style-type: decimal;
}
.cms-content blockquote {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  padding: 34px 20px;
  background: #ffffff;
  border-radius: 0;
}
@media (max-width: 991px) {
  .cms-content blockquote {
    margin: 50px 0;
    padding: 15px;
  }
}
.cms-content blockquote,
.cms-content blockquote p {
  position: relative;
  font-size: 17px;
  font-size: calc(14px + (17 - 14) * (100vw - 300px) / 1620);
  line-height: 1.58;
}
.cms-content table {
  width: 100%;
  margin: 15px 0;
  border-collapse: collapse;
}
.cms-content table tr:nth-child(odd) td {
  background-color: #ffffff;
}
.cms-content table tr td {
  padding: 15px 20px;
  font-size: 20px;
  font-size: calc(16px + (20 - 16) * (100vw - 300px) / 1620);
  color: rgb(61, 63, 61);
  vertical-align: middle;
  text-overflow: ellipsis;
  overflow: hidden;
}
.cms-content table tr td:nth-child(1) {
  width: 40%;
  font-weight: 600;
}
@media (max-width: 767px) {
  .cms-content table tr td:nth-child(1) {
    width: 70%;
  }
}

/*------------------------------------------*/
/* - POPUPS */
/*------------------------------------------*/
.popup-wrapper {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  visibility: hidden;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.popup-wrapper.active {
  left: 0;
  visibility: visible;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.popup-wrapper.active .bg-layer {
  opacity: 1;
}
.popup-wrapper .bg-layer {
  position: absolute;
  inset: -6.25rem 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.popup-content {
  position: absolute;
  inset: 0;
  padding: 0.9375rem calc(var(--bs-gutter-x) / 2);
  overflow: auto;
  font-size: 0;
  text-align: center;
  letter-spacing: 0;
  opacity: 0;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: opacity 0.3s ease-out, left 0s 0.3s, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, left 0s 0.3s, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out, left 0s 0.3s;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out, left 0s 0.3s, -webkit-transform 0.3s ease-out;
  overflow-behavior: contain;
}
.popup-content::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.popup-content.active {
  z-index: 5;
  left: 0;
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.3s ease-out, left 0s 0s, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, left 0s 0s, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out, left 0s 0s;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out, left 0s 0s, -webkit-transform 0.3s ease-out;
}
.popup-content .layer-close {
  position: absolute;
  inset: auto 0 0 0;
  height: 625rem;
}
.popup-content .form-control:not(.no-margin) {
  margin-bottom: 20px;
}
.popup-content .form-control__input {
  padding: 17px 20px 16px;
}
.popup-content .btn-primary {
  display: block;
  width: 100%;
  max-width: 304px;
  margin: 0 auto;
}
.popup-content[data-rel=category] .popup-container {
  max-width: 730px;
}
.popup-content[data-rel=category] .category__info {
  padding: 27px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(21, 21, 21, 0.6);
  backdrop-filter: blur(42px);
}
.popup-content[data-rel=category] .category__title {
  margin-bottom: clamp(20px, 20px + (40 - 20) * (100vw - 375px) / (1440 - 375), 40px);
  font-size: clamp(22px, 22px + (30 - 22) * (100vw - 375px) / (1440 - 375), 30px);
  font-weight: 800;
  color: #fff;
}
.popup-content[data-rel=category] .category__img {
  width: 100%;
  max-height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}
.popup-content[data-rel=thanks] .btn-close {
  position: absolute;
  top: 40px;
  background: transparent;
  width: 30px;
  height: 30px;
  font-size: 30px;
  color: #fff;
  right: 20%;
}
@media (max-width: 991px) {
  .popup-content[data-rel=thanks] .btn-close {
    right: 15px;
    top: 15px;
    width: 25px;
    height: 25px;
    font-size: 25px;
  }
}
.popup-content[data-rel=thanks] .popup-container {
  max-width: 900px;
}
.popup-content[data-rel=thanks] .thanks__info {
  color: #fff;
}
.popup-content[data-rel=thanks] .thanks__title {
  margin-bottom: 30px;
  font-weight: 800;
  font-size: clamp(40px, 40px + (50 - 40) * (100vw - 375px) / (1440 - 375), 50px);
  font-weight: 800;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#A9ADB0), to(#7E8287));
  background-image: linear-gradient(180deg, #A9ADB0 0%, #7E8287 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.popup-content[data-rel=thanks] .thanks__subtitle {
  font-size: clamp(24px, 24px + (40 - 24) * (100vw - 375px) / (1440 - 375), 40px);
  margin-bottom: clamp(30px, 30px + (60 - 30) * (100vw - 375px) / (1440 - 375), 60px);
}
.popup-content[data-rel=thanks] .thanks__description {
  font-size: clamp(17px, 17px + (25 - 17) * (100vw - 375px) / (1440 - 375), 25px);
  line-height: 1.5;
  margin-bottom: clamp(30px, 30px + (80 - 30) * (100vw - 375px) / (1440 - 375), 80px);
}
.popup-content[data-rel=thanks] .thanks__bg {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.15;
}
.popup-content[data-rel=thanks] .thanks__bg--wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(13, 27, 42);
}

.popup-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 585px;
  padding: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .popup-container {
    padding: 54px 15px 0 15px;
  }
}
.popup-container__inner {
  padding: clamp(30px, 30px + (45 - 30) * (100vw - 375px) / (1440 - 375), 45px) clamp(15px, 15px + (30 - 15) * (100vw - 375px) / (1440 - 375), 30px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(21, 21, 21, 0);
  backdrop-filter: blur(42px);
}
.popup-container .btn-close {
  position: absolute;
  z-index: 10;
  top: 10px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .popup-container .btn-close {
    top: 5px;
    right: 15px;
  }
}
.popup-container .btn-close i {
  font-size: 18px;
  color: rgb(255, 255, 255);
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.popup-container .btn-close:hover i {
  color: rgba(255, 255, 255, 0.7);
}

.popup-form__title, .popup-form__description {
  color: #fff;
}
.popup-form__title {
  margin-bottom: clamp(10px, 10px + (20 - 10) * (100vw - 375px) / (1440 - 375), 20px);
  font-size: clamp(28px, 28px + (35 - 28) * (100vw - 375px) / (1440 - 375), 35px);
  font-weight: 800;
}
.popup-form__description {
  font-size: 17px;
  margin-bottom: 26px;
  position: relative;
}
@media (min-width: 767px) {
  .popup-form__description {
    width: calc(100% + 40px);
    left: -20px;
  }
}
.popup-form__description b {
  font-weight: 800;
}
.popup-form .btn--primary {
  width: 100%;
  max-width: 280px;
  margin: 10px auto 0 auto;
}

:root {
  --fs-base: fluid(15, 17);
  --fs-hero: fluid(30, 50);
}

/*==========================================================================
  - S-HERO SECTION
  ==========================================================================*/
.s-hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  color: #fff;
  padding: 160px 0 40px 0;
}
@media (max-width: 767px) {
  .s-hero {
    text-align: center;
  }
}
.s-hero .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.15;
}
.s-hero .bg__wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(13, 27, 42);
}
.s-hero__content {
  padding: 50px 0;
}
.s-hero .heading {
  margin-bottom: clamp(16px, 16px + (40 - 16) * (100vw - 375px) / (1440 - 375), 40px);
}
.s-hero .heading:not(b) {
  font-weight: 300;
  font-size: clamp(25px, 25px + (40 - 25) * (100vw - 375px) / (1440 - 375), 40px);
}
.s-hero .heading b {
  display: block;
  margin-bottom: 17px;
  font-size: clamp(40px, 40px + (50 - 40) * (100vw - 375px) / (1440 - 375), 50px);
  font-weight: 800;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#A9ADB0), to(#7E8287));
  background-image: linear-gradient(180deg, #A9ADB0 0%, #7E8287 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
@media (max-width: 767px) {
  .s-hero .heading b {
    max-width: 300px;
    margin: 0 auto 4px auto;
    text-align: center;
  }
}
.s-hero .description {
  margin-bottom: 41px;
  font-size: clamp(18px, 18px + (20 - 18) * (100vw - 375px) / (1440 - 375), 20px);
  line-height: 1.5;
}
.s-hero .benefit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 4px 6px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-style: dashed;
  border-radius: 10px;
  background: linear-gradient(152.97deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0) 100%);
}
@media (min-width: 767px) {
  .s-hero .benefit {
    min-width: 240px;
  }
}
@media (max-width: 767px) {
  .s-hero .benefit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding: 20px 10px;
    gap: 15px;
  }
}
.s-hero .benefit__wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: clamp(22px, 22px + (70 - 22) * (100vw - 375px) / (1440 - 375), 70px);
}
@media (max-width: 767px) {
  .s-hero .benefit__wrap {
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }
}
.s-hero .benefit__icon-wrap {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#A9ADB0), to(#7E8287));
  background: linear-gradient(180deg, #A9ADB0 0%, #7E8287 100%);
}
.s-hero .benefit__title {
  font-size: var(--fs-base);
  color: rgb(255, 255, 255);
}

.hero-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(20px, 20px + (24 - 20) * (100vw - 375px) / (1440 - 375), 24px);
}
.hero-actions__btn {
  min-width: 200px;
}
@media (max-width: 576px) {
  .hero-actions__btn {
    width: 100%;
  }
}

/*==========================================================================
  - S-CATEGORY SECTION
  ==========================================================================*/
.s-category {
  padding: clamp(50px, 50px + (100 - 50) * (100vw - 375px) / (1440 - 375), 100px) 0;
}
.s-category .heading {
  margin-bottom: clamp(16px, 16px + (50 - 16) * (100vw - 375px) / (1440 - 375), 50px);
}
.s-category .description {
  margin-bottom: clamp(20px, 20px + (45 - 20) * (100vw - 375px) / (1440 - 375), 45px);
  font-size: clamp(17px, 17px + (24 - 17) * (100vw - 375px) / (1440 - 375), 24px);
}
.s-category .promo-card__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 27px;
}
@media (max-width: 991px) {
  .s-category .promo-card__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 567px) {
  .s-category .promo-card__grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.s-category .promo-card {
  --card-padding: 30px 20px;
  --transition-curve: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: clamp(230px, 230px + (375 - 230) * (100vw - 375px) / (1440 - 375), 375px);
  border-radius: 10px;
  overflow: hidden;
  background-color: #1a1515;
  isolation: isolate;
}
.s-category .promo-card:hover .promo-card__img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.s-category .promo-card:hover .promo-card__action-icon {
  -webkit-transform: translateX(6px);
      -ms-transform: translateX(6px);
          transform: translateX(6px);
}
.s-category .promo-card__hitbox {
  position: absolute;
  inset: 0;
  z-index: 3;
  cursor: pointer;
}
.s-category .promo-card__body {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: var(--card-padding);
  color: #ffffff;
  pointer-events: none;
}
.s-category .promo-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s var(--transition-curve);
  transition: -webkit-transform 0.5s var(--transition-curve);
  transition: transform 0.5s var(--transition-curve);
  transition: transform 0.5s var(--transition-curve), -webkit-transform 0.5s var(--transition-curve);
  will-change: transform;
}
.s-category .promo-card__img--wrap {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.s-category .promo-card__img--wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(13, 27, 42, 0.7);
}
.s-category .promo-card__header {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 46px;
}
@media (min-width: 768px) {
  .s-category .promo-card__header {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.s-category .promo-card__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: clamp(40px, 40px + (50 - 40) * (100vw - 375px) / (1440 - 375), 50px);
  height: clamp(40px, 40px + (50 - 40) * (100vw - 375px) / (1440 - 375), 50px);
}
.s-category .promo-card__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.s-category .promo-card__title {
  margin: 0;
  font-size: clamp(18px, 18px + (20 - 18) * (100vw - 375px) / (1440 - 375), 20px);
  font-weight: 700;
  line-height: 1.25;
}
.s-category .promo-card__text {
  margin: 0 0 auto 0;
  font-size: clamp(15px, 15px + (17 - 15) * (100vw - 375px) / (1440 - 375), 17px);
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
}
.s-category .promo-card__action {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 24px;
}
.s-category .promo-card__action-text {
  font-size: clamp(15px, 15px + (17 - 15) * (100vw - 375px) / (1440 - 375), 17px);
  font-weight: 400;
}
.s-category .promo-card__action-icon {
  font-size: 14px;
  -webkit-transition: -webkit-transform 0.3s var(--transition-curve);
  transition: -webkit-transform 0.3s var(--transition-curve);
  transition: transform 0.3s var(--transition-curve);
  transition: transform 0.3s var(--transition-curve), -webkit-transform 0.3s var(--transition-curve);
}

/*==========================================================================
  - S-ABOUT SECTION
  ==========================================================================*/
.s-about {
  padding: clamp(50px, 50px + (100 - 50) * (100vw - 375px) / (1440 - 375), 100px) 0;
  background: rgb(248, 249, 253);
}
.s-about .heading,
.s-about .description {
  margin-bottom: clamp(30px, 30px + (50 - 30) * (100vw - 375px) / (1440 - 375), 50px);
}
.s-about .img {
  aspect-ratio: 2;
  border-radius: 20px;
}

/*==========================================================================
  - S-PARTNERS SECTION
  ==========================================================================*/
.s-partners {
  padding: clamp(50px, 50px + (100 - 50) * (100vw - 375px) / (1440 - 375), 100px) 0;
}
.s-partners .swiper-container {
  margin-top: clamp(30px, 30px + (42 - 30) * (100vw - 375px) / (1440 - 375), 42px);
}
.s-partners .partner__img {
  width: 80%;
  height: 70%;
  -o-object-fit: contain;
     object-fit: contain;
}
.s-partners .partner__img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 150px;
  border: 1px solid rgb(230, 230, 230);
  border-radius: 10px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  will-change: filter;
  -webkit-transition: -webkit-filter 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-filter 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: filter 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: filter 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-filter 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.s-partners .partner__img-wrap:hover {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

/*==========================================================================
  - S-TESTIMONIAL SECTION
  ==========================================================================*/
.s-testimonial {
  padding-bottom: clamp(50px, 50px + (100 - 50) * (100vw - 375px) / (1440 - 375), 100px);
}
.s-testimonial .swiper-container {
  margin-top: clamp(30px, 30px + (47 - 30) * (100vw - 375px) / (1440 - 375), 47px);
}
.s-testimonial .testimonial-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  min-height: 265px;
  padding: 23px 20px;
  border-radius: 10px;
  background: rgb(248, 249, 253);
}
.s-testimonial .testimonial-card__name {
  font-size: 20px;
  font-weight: bold;
}
.s-testimonial .testimonial-card__meta {
  font-weight: 500;
}
.s-testimonial .testimonial-card__text {
  font-weight: 300;
  line-height: 1.5;
}

/*==========================================================================
  - S-BENEFIT SECTION
  ==========================================================================*/
.s-benefit {
  position: relative;
  padding: clamp(50px, 50px + (100 - 50) * (100vw - 375px) / (1440 - 375), 100px) 0;
}
@media (max-width: 767px) {
  .s-benefit {
    margin-top: 50px;
  }
}
.s-benefit .heading {
  margin-bottom: clamp(20px, 20px + (50 - 20) * (100vw - 375px) / (1440 - 375), 50px);
  color: rgb(255, 255, 255);
}
.s-benefit .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.1;
}
.s-benefit .bg__wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(13, 27, 42);
}
.s-benefit .benefit {
  display: grid;
  grid-template-columns: clamp(59px, 59px + (90 - 59) * (100vw - 375px) / (1440 - 375), 90px) 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: clamp(10px, 10px + (30 - 10) * (100vw - 375px) / (1440 - 375), 30px) clamp(10px, 10px + (23 - 10) * (100vw - 375px) / (1440 - 375), 23px);
  border-radius: clamp(90px, 90px + (150 - 90) * (100vw - 375px) / (1440 - 375), 150px);
  background: linear-gradient(152.97deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
  backdrop-filter: blur(42px);
  color: #fff;
}
.s-benefit .benefit__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 991px) {
  .s-benefit .benefit__wrap {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.s-benefit .benefit__title {
  margin-bottom: 15px;
  font-size: clamp(17px, 17px + (20 - 17) * (100vw - 375px) / (1440 - 375), 20px);
}
.s-benefit .benefit__description {
  font-size: clamp(15px, 15px + (17 - 15) * (100vw - 375px) / (1440 - 375), 17px);
  line-height: 1.6;
}
.s-benefit .benefit__icon-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: clamp(61px, 61px + (90 - 61) * (100vw - 375px) / (1440 - 375), 90px);
  height: clamp(61px, 61px + (90 - 61) * (100vw - 375px) / (1440 - 375), 90px);
  border-radius: 100%;
  background: rgb(13, 27, 42);
}

/*==========================================================================
  - S-CONTACTS SECTION
  ==========================================================================*/
.s-contacts {
  padding: clamp(0px, 0px + (100 - 0) * (100vw - 375px) / (1440 - 375), 100px) 0 100px 0;
}
.s-contacts__inner {
  position: relative;
  padding: clamp(10px, 10px + (20 - 10) * (100vw - 375px) / (1440 - 375), 20px) clamp(10px, 10px + (20 - 10) * (100vw - 375px) / (1440 - 375), 20px) clamp(10px, 10px + (20 - 10) * (100vw - 375px) / (1440 - 375), 20px) clamp(10px, 10px + (30 - 10) * (100vw - 375px) / (1440 - 375), 30px);
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .s-contacts__inner {
    padding-top: 30px;
  }
}
.s-contacts__inner:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(248, 249, 253);
  border-radius: 30px;
}
.s-contacts .heading {
  margin-bottom: 35px;
}
.s-contacts .description {
  margin-bottom: 43px;
}
.s-contacts .contacts {
  display: grid;
  gap: clamp(20px, 20px + (30 - 20) * (100vw - 375px) / (1440 - 375), 30px);
}
@media (max-width: 767px) {
  .s-contacts .contacts__info {
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .s-contacts .contacts__link {
    display: block;
  }
}
.s-contacts .contacts__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  background: rgb(66, 103, 175);
}
.s-contacts .contacts__item {
  display: grid;
  grid-template-columns: 55px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(13px, 13px + (20 - 13) * (100vw - 375px) / (1440 - 375), 20px);
}
.s-contacts .contacts__form {
  padding: 30px clamp(10px, 10px + (37 - 10) * (100vw - 375px) / (1440 - 375), 37px);
  border-radius: 30px;
  background: rgb(255, 255, 255);
}
.s-contacts .contacts__form--title {
  margin-bottom: 9px;
  font-size: 22px;
}
@media (max-width: 991px) {
  .s-contacts .contacts__form--title {
    text-align: center;
  }
}
.s-contacts .contacts__form--title b {
  font-weight: 800;
}
@media (max-width: 991px) {
  .s-contacts .contacts__form--title b {
    display: block;
  }
}
@media (min-width: 991px) {
  .s-contacts .contacts__form .field__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 991px) {
  .s-contacts .contacts__form .field:nth-child(3), .s-contacts .contacts__form .field:nth-child(4) {
    grid-column: span 2;
  }
}
.s-contacts .map {
  width: 100%;
  height: 100%;
}
.s-contacts .map__wrap {
  width: 100%;
  height: 440px;
  overflow: hidden;
  border-radius: 20px;

}
.contacts__link--wrap {
    display: grid;
    gap: 15px;
}
.map-info h4{
	font-weight:bold;
	margin-bottom:10px;

}
.map-info a{
	color:rgb(66, 103, 175);
}
/*# sourceMappingURL=app.css.map */