@font-face {
  font-family: "Inter Tight";
  font-weight: 400;
  font-style: normal;
  src: url("./../fonts/Inter-Tight-Regular/Inter Tight.eot"); /* IE9 eot*/
  src: url("./../fonts/Inter-Tight-Regular/Inter Tight.eot?iefix") format("embedded-opentype"), url("./../fonts/Inter-Tight-Regular/Inter Tight.woff2") format("woff2"), url("./../fonts/Inter-Tight-Regular/Inter Tight.woff") format("woff"), url("./../fonts/Inter-Tight-Regular/Inter Tight.ttf") format("truetype"), url("./../fonts/Inter-Tight-Regular/Inter Tight.svg#Inter Tight") format("svg"); /* iOS 4.1- */
}
@font-face {
  font-family: "Inter Tight";
  font-weight: 500;
  font-style: normal;
  src: url("./../fonts/Inter-Tight-Medium/Inter-Tight-Medium.eot"); /* IE9 eot*/
  src: url("./../fonts/Inter-Tight-Medium/Inter-Tight-Medium.eot?iefix") format("embedded-opentype"), url("./../fonts/Inter-Tight-Medium/Inter-Tight-Medium.woff2") format("woff2"), url("./../fonts/Inter-Tight-Medium/Inter-Tight-Medium.woff") format("woff"), url("./../fonts/Inter-Tight-Medium/Inter-Tight-Medium.ttf") format("truetype"), url("./../fonts/Inter-Tight-Medium/Inter-Tight-Medium.svg#InterTight-Medium") format("svg"); /* iOS 4.1- */
}
@font-face {
  font-family: "Staatliches";
  font-weight: 400;
  font-style: normal;
  src: url("./../fonts/Staatliches-Regular/Staatliches-Regular.eot"); /* IE9 eot*/
  src: url("./../fonts/Staatliches-Regular/Staatliches-Regular.eot?iefix") format("embedded-opentype"), url("./../fonts/Staatliches-Regular/Staatliches-Regular.woff2") format("woff2"), url("./../fonts/Staatliches-Regular/Staatliches-Regular.woff") format("woff"), url("./../fonts/Staatliches-Regular/Staatliches-Regular.ttf") format("truetype"), url("./../fonts/Staatliches-Regular/Staatliches-Regular.svg#Staatliches-Regular") format("svg"); /* iOS 4.1- */
}
.nice-select.form-select {
  width: 100% !important;
  height: unset !important;
  padding: 9px 18px;
  border-radius: 10px !important;
  background-color: transparent !important;
  outline: none !important;
  transition: border-color 0.3s linear !important;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1882352941) !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}
.nice-select.form-select:hover {
  border: 1px solid rgba(255, 255, 255, 0.3882352941) !important;
}
.nice-select.form-select::after {
  top: 50% !important;
  transform: rotate(0) translateY(-50%) !important;
  width: 20px !important;
  height: 20px !important;
  transform-origin: top !important;
  margin-top: 0 !important;
  background: url("./../images/icons/chevron-down.svg");
  border: none !important;
  transition: transform 0s linear !important;
}
.nice-select.form-select.open::after {
  transform: rotate(180deg) translateY(-50%) !important;
}
.nice-select.form-select .current {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.6509803922);
  transition: color 0.3s linear;
}
.nice-select.form-select:hover .current {
  color: rgba(255, 255, 255, 0.8509803922);
}
.nice-select.form-select.open {
  border: 1px solid #2382f5 !important;
  color: #ffffff;
}
.nice-select.form-select .nice-select-dropdown {
  width: 100%;
  border-radius: 10px !important;
  padding-top: 12px;
  padding-bottom: 12px;
  box-shadow: 0px 24px 36px 0px rgba(23, 32, 61, 0.1019607843);
}
.nice-select.form-select .nice-select-dropdown .list {
  border-radius: 0 !important;
}
.nice-select.form-select .nice-select-dropdown .list:hover .option.selected:not(:hover) {
  background-color: rgba(35, 130, 245, 0.0901960784) !important;
}
.nice-select.form-select .nice-select-dropdown li {
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #0c172c;
  transition: background-color 0.3s linear, color 0.3s linear !important;
}
.nice-select.form-select .nice-select-dropdown li.selected {
  background-color: rgba(35, 130, 245, 0.0901960784) !important;
  font-weight: 400 !important;
  color: #1d6dce;
}
.nice-select.form-select .nice-select-dropdown li.selected:hover {
  color: #0e69d8;
}
.nice-select.form-select .nice-select-dropdown li:hover {
  background-color: rgba(35, 130, 245, 0.0901960784) !important;
  color: #0c172c;
}
.nice-select.form-select .nice-select-dropdown li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 36px);
  height: 1px;
  background-color: rgba(12, 23, 44, 0.0901960784);
}

.nice-select.form-select.form-select--modal {
  border: 1px solid rgba(5, 24, 60, 0.1019607843) !important;
}
.nice-select.form-select.form-select--modal:hover {
  border: 1px solid rgba(12, 23, 44, 0.1882352941) !important;
}
.nice-select.form-select.form-select--modal:hover .current {
  color: #303a4c !important;
}
.nice-select.form-select.form-select--modal.open {
  border: 1px solid #2382f5 !important;
}
.nice-select.form-select.form-select--modal .current {
  color: #616876 !important;
  transition: color 0.3s linear;
}
.nice-select.form-select.form-select--modal .current.picked {
  color: #0c172c !important;
}
.nice-select.form-select.form-select--modal::after {
  background: url("./../images/icons/chevron-down-grey.svg");
}

.nice-select.language-select {
  height: unset !important;
  padding: 5px 29px 5px 11px;
  border-radius: 8px !important;
  background-color: rgba(255, 255, 255, 0.0588235294) !important;
  outline: none !important;
  transition: border-color 0.3s linear, color 0.3s linear !important;
  border: 1px solid rgba(12, 23, 44, 0.0901960784) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.7143 !important;
  letter-spacing: 0.02em !important;
}
.nice-select.language-select::before {
  content: "";
  position: absolute;
  top: 50% !important;
  left: 35px !important;
  transform: rotate(0) translateY(-50%) !important;
  width: 20px !important;
  height: 20px !important;
  transform-origin: top !important;
  margin-top: 0 !important;
  background: url("./../images/icons/chevron-down3.svg");
  border: none !important;
  opacity: 0 !important;
  transition: opacity 0.3s linear;
}
.nice-select.language-select::after {
  top: 50% !important;
  left: 35px !important;
  transform: rotate(0) translateY(-50%) !important;
  width: 20px !important;
  height: 20px !important;
  transform-origin: top !important;
  margin-top: 0 !important;
  background: url("./../images/icons/chevron-down3.svg");
  border: none !important;
  opacity: 1 !important;
  transition: opacity 0.3s linear;
}
.nice-select.language-select .current {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7143;
  letter-spacing: 0.02em;
  width: fit-content;
  color: #616876;
  transition: color 0.3s linear;
}
.nice-select.language-select:hover {
  border: 1px solid rgba(12, 23, 44, 0.1882352941) !important;
}
.nice-select.language-select:hover .current {
  color: #303a4c;
}
.nice-select.language-select:hover::before {
  opacity: 1 !important;
}
.nice-select.language-select:hover::after {
  opacity: 0 !important;
}
.nice-select.language-select.open {
  border: 1px solid #2382f5 !important;
}
.nice-select.language-select.open .current {
  color: #0c172c;
}
.nice-select.language-select.open::before {
  opacity: 1 !important;
  transform: rotate(180deg) translateY(-50%) !important;
}
.nice-select.language-select.open::after {
  opacity: 0 !important;
  transform: rotate(180deg) translateY(-50%) !important;
}
.nice-select.language-select .nice-select-dropdown {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.0588235294) !important;
  border-radius: 10px !important;
  padding-top: 11px;
  padding-bottom: 11px;
  box-shadow: 10px 10px 20px 0px rgba(19, 17, 118, 0.0588235294), 0px 0px 10px 0px rgba(19, 17, 118, 0.0392156863);
}
.nice-select.language-select .nice-select-dropdown .list {
  border-radius: 0 !important;
}
.nice-select.language-select .nice-select-dropdown .list:hover .option.selected:not(:hover) {
  background-color: rgba(35, 130, 245, 0.0901960784) !important;
}
.nice-select.language-select .nice-select-dropdown li {
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
  display: block;
  color: #0c172c;
  transition: background-color 0.3s linear, color 0.3s linear !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7143;
}
.nice-select.language-select .nice-select-dropdown li.selected {
  background-color: rgba(35, 130, 245, 0.0901960784) !important;
  color: #0e69d8;
  font-weight: 400;
}
.nice-select.language-select .nice-select-dropdown li.selected:hover {
  color: #0e69d8;
}
.nice-select.language-select .nice-select-dropdown li:hover {
  background-color: rgba(35, 130, 245, 0.0901960784) !important;
  color: #0c172c;
  font-weight: 400;
}
.nice-select.language-select .nice-select-dropdown li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 36px);
  height: 1px;
  background-color: rgba(12, 23, 44, 0.0901960784);
}

.accordion-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.ac {
  margin-top: 0 !important;
  border: none !important;
  background-color: transparent !important;
}

.ac-trigger {
  color: #0c172c !important;
  transition: color 0.3s linear !important;
}
.ac-trigger::after {
  content: "" !important;
  position: absolute !important;
  width: 30px !important;
  height: 30px !important;
  top: 13px !important;
  background: url("./../images/icons/chevron-down2.svg");
  transform: rotate(0) !important;
  transition: opacity 0.3s linear;
  transform-origin: center !important;
  opacity: 1;
  stroke: #0c172c !important;
}
.ac-trigger::before {
  content: "" !important;
  position: absolute !important;
  width: 30px !important;
  height: 30px !important;
  right: 10px;
  top: 13px !important;
  background: url("./../images/icons/chevron-down2-blue.svg");
  transform: rotate(0) !important;
  transition: opacity 0.3s linear;
  transform-origin: center !important;
  opacity: 0;
  stroke: #0c172c !important;
}
.ac-trigger:hover {
  color: #2382f5 !important;
}
.ac-trigger:hover::after {
  opacity: 0;
}
.ac-trigger:hover::before {
  opacity: 1;
}

.ac.is-active .ac-trigger::after {
  transform: rotate(180deg) !important;
  opacity: 0;
}
.ac.is-active .ac-trigger::before {
  transform: rotate(180deg) !important;
  opacity: 1;
}

.ac-trigger {
  padding: 0 59px 0 0 !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  line-height: 1.1538 !important;
}
@media screen and (min-width: 1280px) {
  .ac-trigger {
    font-size: 35px !important;
  }
}

.ac-panel {
  padding-top: 16px !important;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ac-text {
  padding: 0 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.5625 !important;
  letter-spacing: 0.02em !important;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  line-height: 20px;
  color: #0c172c;
  overflow-x: hidden;
  font-family: "Inter Tight";
  width: 100%;
}

main {
  overflow-x: hidden;
}

img {
  display: block;
}

.container {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
  max-width: 480px;
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media screen and (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media screen and (min-width: 1448px) {
  .container {
    padding: 0 19px;
    max-width: 1448px;
  }
}

.button {
  display: block;
  padding: 15px 25px;
  border-radius: 12px;
  color: #fff;
  background-color: #2382f5;
  border: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.21;
  text-transform: capitalize;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s linear;
}
@media (hover: hover) and (pointer: fine) {
  .button:hover {
    background-color: #1d6dce;
  }
}
.button:active {
  background-color: #0059b2;
}
.button svg {
  fill: #fff;
  stroke: #fff;
  width: 20px;
  height: 20px;
  display: block;
  min-width: 20px;
  min-height: 20px;
}

.button--white {
  display: block;
  padding: 15px 25px;
  border-radius: 12px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.21;
  text-align: center;
  text-transform: capitalize;
  text-decoration: none;
  border: 1px solid #0c172c;
  color: #0c172c;
  cursor: pointer;
  transition: background-color 0.3s linear, color 0.3s linear;
}
@media (hover: hover) and (pointer: fine) {
  .button--white:hover {
    background-color: #0c172c;
    color: #fff;
  }
}
.button--white:active {
  background-color: #303a4c;
  color: #fff;
}
.button--white svg {
  fill: #fff;
  stroke: #fff;
  width: 20px;
  height: 20px;
  display: block;
  min-width: 20px;
  min-height: 20px;
}

.button--dark {
  display: block;
  padding: 15px 15px;
  border-radius: 12px;
  background-color: transparent;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.21;
  text-align: center;
  text-transform: capitalize;
  text-decoration: none;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .button--dark {
    padding: 15px 25px;
  }
}
.button--dark svg {
  fill: #fff;
  stroke: #fff;
  width: 20px;
  height: 20px;
  display: block;
  min-width: 20px;
  min-height: 20px;
}

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.header__wrapper {
  position: absolute;
  z-index: 2;
  width: 100%;
  padding-top: 22px;
  padding-bottom: 22px;
  background-color: #fff;
}
@media screen and (min-width: 1448px) {
  .header__wrapper {
    padding-left: 22px;
    padding-right: 22px;
  }
}

.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (min-width: 1448px) {
  .header__container {
    padding-left: 35px;
    padding-right: 35px;
  }
}

.header__logo {
  display: flex;
  gap: 10px;
  align-items: center;
  text-decoration: none;
}

.header__logo-image {
  display: block;
  width: 27px;
  height: 27px;
}

.header__logo-label {
  font-family: Inter Tight;
  font-size: 20.04px;
  font-weight: 500;
  line-height: 1.4286;
  color: #0c172c;
  display: none;
}
@media screen and (min-width: 768px) {
  .header__logo-label {
    display: block;
  }
}

.nav {
  display: none;
}
@media screen and (min-width: 1280px) {
  .nav {
    display: block;
  }
}

.nav__list {
  display: flex;
  gap: 40px;
}

.nav__list-item {
  font-size: 14px;
  line-height: 1.4286;
  letter-spacing: 0.02em;
  text-transform: capitalize;
}

.nav__link:visited,
.nav__link {
  text-decoration: none;
  color: #0c172c;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  transition: color 0.3s linear;
}
.nav__link.current {
  color: #0e69d8;
}
.nav__link:hover {
  color: #0e69d8;
}

.header__right-block {
  align-items: center;
  gap: 6px;
  display: none;
}
.header__right-block select {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
@media screen and (min-width: 1280px) {
  .header__right-block {
    display: flex;
  }
}

.header__request-button {
  font-size: 14px;
  line-height: 1.2143;
  padding-top: 6px;
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7143;
}

.header__menu-button {
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3333;
  padding: 0;
}
@media screen and (min-width: 1280px) {
  .header__menu-button {
    display: none;
  }
}

.menu {
  z-index: 3;
  min-width: 100vw;
  min-height: 100vh;
  position: fixed;
  top: 0;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.3s linear;
}
@media screen and (min-width: 1280px) {
  .menu {
    display: none;
  }
}
.menu > .menu__content {
  transform: translateY(-80px);
  transition: all 0.3s linear;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 30px 30px 30px;
}
.menu.overlay {
  visibility: visible;
  opacity: 1;
}
.menu.overlay > .menu__content {
  transform: translateY(0);
}

.menu__content {
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  background-image: url("./../images/hero-bg-menu.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .menu__content .background {
    background-image: url("./../images/hero-bg-menu@2x.png");
  }
}

.menu__top-block {
  display: flex;
  justify-content: space-between;
}
.menu__top-block select {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.menu_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.menu__link {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.3461;
  text-align: center;
  text-decoration: none;
  color: #0c172c;
  transition: color 0.3s linear;
}
.menu__link.current {
  color: #0e69d8;
}
@media (hover: hover) and (pointer: fine) {
  .menu__link:hover {
    color: #0e69d8;
  }
}

.menu__bottom-block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  flex-shrink: 0;
}
.menu__bottom-block a,
.menu__bottom-block button {
  width: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  .menu__bottom-block a,
  .menu__bottom-block button {
    width: 500px;
  }
}

.menu__close-button {
  cursor: pointer;
  background-color: transparent;
  border: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3333;
  padding: 0;
}

.footer {
  padding-top: 67px;
  padding-bottom: 16px;
}
@media screen and (min-width: 1280px) {
  .footer {
    padding-top: 108px;
    padding-bottom: 26px;
  }
}

.footer__container {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media screen and (min-width: 768px) {
  .footer__container {
    gap: 100px;
  }
}

.footer__top-block {
  display: flex;
  flex-direction: column;
  gap: 41px;
}
@media screen and (min-width: 1280px) {
  .footer__top-block {
    flex-direction: row;
    justify-content: space-between;
  }
}

.footer__left-block {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 376px;
}

.footer__about {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5625;
  letter-spacing: 0.02em;
}

.footer__right-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 56px;
}
@media screen and (min-width: 768px) {
  .footer__right-block {
    gap: 72px;
  }
}

@media screen and (min-width: 768px) {
  .communication-links {
    padding-left: 45px;
  }
}

.footer__links-label {
  margin-bottom: 11px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .footer__links-label {
    font-size: 24px;
  }
}

.footer__links-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer__link {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-decoration: none;
  color: inherit;
  transition: color 0.3s linear;
}
.footer__link:hover {
  color: #2382f5;
}

.footer__bottom-block {
  position: relative;
  padding-top: 23px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 27px;
}
@media screen and (min-width: 768px) {
  .footer__bottom-block {
    justify-content: space-between;
    flex-direction: row;
  }
}
.footer__bottom-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(5, 24, 60, 0.1019607843);
}

.footer__copyright {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4286;
  letter-spacing: 0.02em;
}

.footer__locations {
  display: flex;
  gap: 30px;
}

.footer__location-icon {
  display: block;
  width: 20px;
  height: 20px;
  stroke: #0c172c;
  transition: stroke 0.3s linear;
}

.footer__location-link {
  display: flex;
  gap: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4286;
  letter-spacing: 0.02em;
  text-decoration: none;
  color: inherit;
  transition: color 0.3s linear;
}
.footer__location-link:hover {
  color: #2382f5;
}
.footer__location-link:hover .footer__location-icon {
  stroke: #2382f5;
}

.footer__logo {
  display: flex;
  gap: 10px;
  align-items: center;
  text-decoration: none;
}

.footer__logo-image {
  width: 27px;
  height: 27px;
}

.footer__logo-label {
  font-size: 20.04px;
  font-weight: 500;
  line-height: 1.4286;
  letter-spacing: 0.02em;
  color: #0c172c;
}

.hero {
  padding-top: 148px;
  position: relative;
  padding-bottom: 97px;
}
@media screen and (min-width: 1280px) {
  .hero {
    padding-top: 237px;
    padding-bottom: 167px;
  }
}

.hero__background {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 100%;
  height: 650px;
  z-index: -1;
  transform: translateX(-50%);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  background-image: url("./../images/hero-bg-mobile.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .hero__background .background {
    background-image: url("./../images/hero-bg-mobile@2x.png");
  }
}
@media screen and (min-width: 768px) {
  .hero__background {
    top: 0;
    left: 50%;
    width: 100%;
    height: 550px;
    background-image: url("./../images/hero-bg.png");
  }
}
@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min-resolution: 192dpi) {
  .hero__background .background {
    background-image: url("./../images/hero-bg@2x.png");
  }
}
@media screen and (min-width: 1280px) {
  .hero__background {
    height: 770px;
  }
}

.hero__title {
  font-size: 38px;
  font-weight: 500;
  line-height: 41px;
  text-align: center;
  margin: 0 auto 17px auto;
  max-width: 814px;
}
@media screen and (min-width: 1280px) {
  .hero__title {
    font-size: 70px;
    line-height: 78px;
    margin-bottom: 29px;
  }
}

.hero__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
  max-width: 526px;
  margin: 0 auto;
  margin-bottom: 36px;
}
@media screen and (min-width: 1280px) {
  .hero__text {
    margin-bottom: 46px;
    font-size: 20px;
  }
}

.hero__buttons-block {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0 auto;
  width: 100%;
}
.hero__buttons-block a,
.hero__buttons-block button {
  width: 100%;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.hero__buttons-block button {
  padding-top: 12px;
  padding-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .hero__buttons-block {
    flex-direction: row;
    width: fit-content;
  }
  .hero__buttons-block a,
  .hero__buttons-block button {
    width: fit-content;
  }
}
@media screen and (min-width: 1280px) {
  .hero__buttons-block {
    flex-direction: row;
  }
}

.partners__list {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  gap: 35px;
  min-width: 100%;
  align-items: center;
  animation: scroll 10s linear infinite;
}

.partners__title {
  margin-bottom: 22px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1280px) {
  .partners__title {
    margin-bottom: 37px;
  }
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
.partners__icons-container {
  position: relative;
  padding-top: 24px;
  padding-bottom: 24px;
}
.partners__icons-container::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 1px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(5, 24, 60, 0.1019607843);
}
.partners__icons-container::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(5, 24, 60, 0.1019607843);
}
.partners__icons-container .partners__gradient-container {
  position: relative;
  --gap: 35px;
  display: flex;
  user-select: none;
  gap: var(--gap);
  overflow: hidden;
  margin-left: -100px;
  margin-right: -100px;
}
.partners__icons-container .partners__gradient-container:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(to right, white 0%, transparent 10%, transparent 90%, white 100%);
}

.container.partners__container {
  max-width: 100vw;
  padding: 0;
}
@media screen and (min-width: 1448px) {
  .container.partners__container {
    max-width: 1448px;
  }
}

.collaborating {
  padding-top: 67px;
  padding-bottom: 102px;
}
@media screen and (min-width: 1280px) {
  .collaborating {
    padding-top: 102px;
    padding-bottom: 102px;
  }
}

.slider-container {
  overflow: visible !important;
}

.collaborating__title {
  margin-bottom: 35px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1667;
  text-align: center;
  max-width: 707px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1280px) {
  .collaborating__title {
    margin-bottom: 77px;
    font-size: 55px;
  }
}

.collaborating__cards-list {
  display: flex;
}
@media screen and (min-width: 1280px) {
  .collaborating__cards-list {
    display: flex;
  }
}

.collaborating__card {
  border: 1px solid #fff;
  padding: 30px;
  height: unset !important;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 50px 50px 100px 0px rgba(19, 17, 118, 0.0901960784), 0px 0px 25px 0px rgba(19, 17, 118, 0.0196078431);
  opacity: 0;
  transition: background-color 0.3s linear, box-shadow 0.3s linear, border-color 0.3s linear, opacity 0.3s linear !important;
}
.collaborating__card.swiper-slide-active {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .collaborating__card.swiper-slide-active + .swiper-slide {
    opacity: 1;
  }
}
@media screen and (min-width: 1280px) {
  .collaborating__card {
    opacity: 1;
    box-shadow: none;
    background-color: #f9f9fb;
    border: 1px solid rgba(5, 24, 60, 0.1019607843);
  }
}
@media screen and (min-width: 1280px) and (hover: hover) {
  .collaborating__card:hover {
    box-shadow: 50px 50px 100px 0px rgba(19, 17, 118, 0.0901960784);
    border: 1px solid #fff;
    background-color: #fff;
  }
}
@media screen and (min-width: 1448px) {
  .collaborating__card {
    padding: 60px;
  }
}

.collaborating__icon-wrapper {
  width: 65px;
  height: 65px;
  margin-bottom: 31px;
  border-radius: 15px;
}
.collaborating__icon-wrapper svg {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 15px;
}
@media screen and (min-width: 1280px) {
  .collaborating__icon-wrapper {
    margin-bottom: 32px;
  }
}

.collaborating__card-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1538;
  text-align: left;
  margin-bottom: 12px;
}
@media screen and (min-width: 1280px) {
  .collaborating__card-title {
    margin-bottom: 16px;
    font-size: 36px;
  }
}

.collaborating__card-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5625;
  text-align: left;
}

.blue {
  box-shadow: 0px 15px 35px 0px rgba(35, 130, 245, 0.2509803922);
}

.green {
  box-shadow: 0px 15px 35px 0px rgba(2, 158, 0, 0.2509803922);
}

.purple {
  box-shadow: 0px 15px 35px 0px rgba(67, 31, 255, 0.2509803922);
}

.pink {
  box-shadow: 0px 15px 35px 0px rgba(234, 29, 241, 0.2509803922);
}

.swiper-pagination {
  bottom: -54px !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0c172c;
}

.about {
  padding-top: 54px;
  padding-bottom: 83px;
}
@media screen and (min-width: 1280px) {
  .about {
    padding-top: 102px;
    padding-bottom: 102px;
  }
}

.about__list {
  display: flex;
  flex-direction: column;
  gap: 94px;
}
@media screen and (min-width: 768px) {
  .about__list {
    gap: 35px;
  }
}

.about__list-item {
  display: flex;
  gap: 40px;
  flex-direction: column-reverse;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .about__list-item {
    gap: 20px;
    flex-direction: row;
  }
  .about__list-item:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
}

.content__wrapper {
  width: 100%;
  max-width: 518px;
}
@media screen and (min-width: 1280px) {
  .content__wrapper {
    width: 50%;
    padding-top: 52px;
  }
}

.about__list-item:nth-of-type(2n) .content__wrapper {
  max-width: 649px;
}
@media screen and (min-width: 1280px) {
  .about__list-item:nth-of-type(2n) .content__wrapper {
    padding-top: 52px;
  }
}
@media screen and (min-width: 1280px) {
  .about__list-item:nth-of-type(2n) .image__wrapper {
    padding-left: 17px;
  }
}

.about__list-item:nth-of-type(2) .image__wrapper {
  margin-left: 25px;
}
@media screen and (min-width: 768px) {
  .about__list-item:nth-of-type(2) .image__wrapper {
    margin-left: unset;
  }
}

.about__list-item:nth-of-type(3) .image__wrapper {
  margin-left: 20px;
}
@media screen and (min-width: 768px) {
  .about__list-item:nth-of-type(3) .image__wrapper {
    margin-left: unset;
  }
}

@media screen and (min-width: 1280px) {
  .about__list-item:nth-of-type(3) .content__wrapper {
    padding-top: 42px;
  }
  .about__list-item:nth-of-type(3) .content__wrapper .about__list-item-title {
    max-width: 460px;
  }
  .about__list-item:nth-of-type(3) .content__wrapper .about__list-item-paragraph {
    max-width: 540px;
  }
}
@media screen and (min-width: 1280px) {
  .about__list-item:nth-of-type(3) .image__wrapper {
    padding-top: 56px;
  }
}

.image__wrapper {
  width: 100%;
}
.image__wrapper img {
  max-width: 100%;
  display: block;
}
@media screen and (min-width: 1280px) {
  .image__wrapper {
    width: 50%;
    padding-left: 135px;
    padding-top: 15px;
  }
}

.about__list-item-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
  text-align: left;
  margin-bottom: 24px;
}
@media screen and (min-width: 1280px) {
  .about__list-item-title {
    font-size: 55px;
    line-height: 60px;
    margin-bottom: 26px;
  }
}

.about__list-item-text {
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5625;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1280px) {
  .about__list-item-text {
    gap: 20px;
  }
}

.about__list-item-text-blocks {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 36px;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .about__list-item-text-blocks {
    flex-direction: row;
    margin-top: 50px;
  }
}

.text-block {
  gap: 15px;
  display: flex;
  flex-direction: row;
}
@media screen and (min-width: 768px) {
  .text-block {
    flex-direction: column;
  }
  .text-block:nth-of-type(1) {
    max-width: 143px;
  }
  .text-block:nth-of-type(2) {
    max-width: 155px;
  }
  .text-block:nth-of-type(3) {
    max-width: 169px;
  }
}

.text-block__big-text {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.1667;
  width: 71px;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .text-block__big-text {
    font-size: 35px;
  }
}

.text-block__regular-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5625;
  letter-spacing: 0.02em;
}

.map {
  padding-top: 0;
  padding-bottom: 102px;
}
@media screen and (min-width: 768px) {
  .map {
    padding-top: 67px;
  }
}
@media screen and (min-width: 1280px) {
  .map {
    padding-top: 102px;
    padding-bottom: 102px;
  }
}
.map .swiper-slide {
  opacity: 0;
  transition: opacity 0.3s linear;
}
@media screen and (min-width: 768px) {
  .map .swiper-slide {
    opacity: 1;
  }
}
.map .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.map__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .map__title {
    font-size: 55px;
    line-height: 60px;
    margin-bottom: 26px;
  }
}

.map__subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-align: center;
  max-width: 470px;
  margin-bottom: 61px;
  margin-left: auto;
  margin-right: auto;
}

.map__cards-list {
  display: flex;
  position: relative;
}
@media screen and (min-width: 768px) {
  .map__cards-list {
    flex-direction: column;
  }
}
.map__cards-list::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 2px;
  opacity: 0.2;
}
@media screen and (min-width: 768px) {
  .map__cards-list::before {
    background: repeating-linear-gradient(#fff 0%, #fff 10px, rgba(0, 0, 0, 0) 10px, rgba(0, 0, 0, 0) 20px), linear-gradient(180deg, rgba(5, 24, 60, 0) 2%, rgb(5, 24, 60) 14.5%, rgb(5, 24, 60) 88%, rgba(5, 24, 60, 0) 100%);
  }
}

.map__card {
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex !important;
  flex-direction: column-reverse;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .map__card {
    flex-direction: row;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .map__card:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
  .map__card:nth-of-type(2n) .map__card-text-block {
    justify-content: flex-start;
  }
  .map__card:nth-of-type(2n) .map__card-image-block {
    justify-content: flex-end;
  }
}

.map__card-text-block {
  width: 100% !important;
  display: flex;
  align-items: end;
  padding-top: 34px;
}
@media screen and (min-width: 768px) {
  .map__card-text-block {
    width: calc((100% - 50px) / 2) !important;
    padding-top: 0;
    justify-content: end;
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (min-width: 768px) {
  .map__card-text {
    max-width: 450px;
  }
}

.map__card-text-block-date {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-bottom: 17px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .map__card-text-block-date {
    text-align: unset;
  }
}

.map__card-text-block-price {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 22px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .map__card-text-block-price {
    text-align: unset;
    font-size: 36px;
    font-weight: 500;
    line-height: 42px;
  }
}

.map__card-text-block-description,
.map__card-text > p:not([class]) {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .map__card-text-block-description,
  .map__card-text > p:not([class]) {
    text-align: unset;
    max-width: 384px;
  }
}
.map__card-text-block-description b,
.map__card-text > p:not([class]) b {
  font-weight: 500;
}

.map__card-number-block {
  width: 50px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.map__card-number-block::before {
  content: "";
  position: absolute;
  width: 100vw;
  z-index: -1;
  height: 2px;
  background: repeating-linear-gradient(to right, #fff 0px, #fff 10px, rgba(0, 0, 0, 0) 10px, rgba(0, 0, 0, 0) 20px), linear-gradient(to right, rgba(5, 24, 60, 0) 2%, rgba(5, 24, 60, 0.2) 14.5%, rgba(5, 24, 60, 0.2) 88%, rgba(5, 24, 60, 0) 100%);
}
@media screen and (min-width: 768px) {
  .map__card-number-block::before {
    content: none;
  }
}

.map__card-number {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  box-shadow: 0px 15px 25px 0px rgba(0, 46, 92, 0.1490196078);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.21;
  letter-spacing: 0.02em;
  text-align: center;
  background-color: white;
}

.map__card-image-block {
  width: 100% !important;
  display: flex;
  justify-content: center;
  height: 246px;
}
@media screen and (min-width: 768px) {
  .map__card-image-block {
    height: unset;
    width: calc((100% - 50px) / 2) !important;
    justify-content: start;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1280px) {
  .map__card-image-block {
    padding-top: 40px;
  }
}

.map__card:nth-of-type(1) .map__card-image-block {
  margin-right: -50px;
}
@media screen and (min-width: 768px) {
  .map__card:nth-of-type(1) .map__card-image-block {
    margin-right: unset;
  }
}

.map__card:nth-of-type(2) .map__card-image-block {
  margin-right: -30px;
}
@media screen and (min-width: 768px) {
  .map__card:nth-of-type(2) .map__card-image-block {
    margin-right: unset;
  }
}

.map__card:nth-of-type(3) .map__card-image-block {
  margin-left: -60px;
}
@media screen and (min-width: 768px) {
  .map__card:nth-of-type(3) .map__card-image-block {
    margin-left: unset;
  }
}

.map__card:nth-of-type(4) .map__card-image-block {
  margin-right: -50px;
}
@media screen and (min-width: 768px) {
  .map__card:nth-of-type(4) .map__card-image-block {
    margin-right: unset;
  }
}

.demo {
  background-color: #0c172c;
  position: relative;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 66px;
}
@media screen and (min-width: 1280px) {
  .demo {
    padding-top: 144px;
    padding-bottom: 144px;
  }
}

.demo__bg-coin1 {
  position: absolute;
  width: 301px;
  height: 301px;
  top: 40%;
  right: -150px;
  pointer-events: none;
  background: url("./../images/coin1-new.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .demo__bg-coin1 .background {
    background: url("./../images/coin1-new@2x.png");
  }
}
@media screen and (min-width: 768px) {
  .demo__bg-coin1 {
    top: 23px;
    left: 15%;
    transform: translateX(0);
  }
}

.demo__bg-coin2 {
  position: absolute;
  top: 112px;
  left: 0;
  pointer-events: none;
  transform: translateX(-45%);
  background: url("./../images/coin2-new.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 301px;
  height: 301px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .demo__bg-coin2 .background {
    background: url("./../images/coin2-new@2x.png");
  }
}
@media screen and (min-width: 768px) {
  .demo__bg-coin2 {
    top: 242px;
    left: auto;
    right: -120px;
    width: 367px;
    height: 367px;
  }
}

.demo__bg-coin3 {
  position: absolute;
  z-index: 5;
  bottom: -25px;
  left: -12px;
  pointer-events: none;
  background: url("./../images/coin3-new.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 281px;
  height: 154px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .demo__bg-coin3 .background {
    background: url("./../images/coin3-new@2x.png");
  }
}
@media screen and (min-width: 768px) {
  .demo__bg-coin3 {
    bottom: 0;
    left: 50%;
    width: 330px;
    height: 180px;
  }
}
@media screen and (min-width: 1280px) {
  .demo__bg-coin3 {
    width: 472px;
    height: 258px;
  }
}

.demo__container {
  position: relative;
  z-index: 2;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  padding: 40px 30px;
  max-width: min(480px, 100% - 20px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 31px;
}
@media screen and (min-width: 768px) {
  .demo__container {
    max-width: 768px;
    flex-direction: row;
    gap: 38px;
  }
}
@media screen and (min-width: 1280px) {
  .demo__container {
    max-width: 1280px;
  }
}
@media screen and (min-width: 1448px) {
  .demo__container {
    padding: 97px 100px;
    max-width: 1410px;
  }
}

.demo__text-block {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .demo__text-block {
    max-width: 441px;
    width: 50%;
  }
}

.demo__form-block {
  width: 100%;
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .demo__form-block {
    width: 50%;
    padding-top: 20px;
  }
}

.demo__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
  color: #ffffff;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .demo__title {
    font-size: 52px;
    line-height: 60px;
    margin-bottom: 26px;
  }
}

.demo__download-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .demo__download-button {
    width: fit-content;
  }
}

.demo__text {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5625;
  letter-spacing: 0.02em;
  color: #ffffff;
}
@media screen and (min-width: 1280px) {
  .demo__text {
    margin-top: 30px;
  }
}

.demo__paragraph {
  margin-bottom: 8px;
}

.demo__list {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.demo__list.desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .demo__list.desktop {
    display: flex;
  }
}

.demo__list-item {
  position: relative;
}
.demo__list-item::before {
  content: "";
  position: absolute;
  left: -14px;
  top: 10px;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 100;
}

.demo__label-span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4286;
  letter-spacing: 0.02em;
  color: #fff;
  margin-bottom: 5px;
}

.blue {
  color: #2382f5;
}

.demo__form-inputs {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 24px;
}
.demo__form-inputs select {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
@media screen and (min-width: 768px) {
  .demo__form-inputs {
    margin-bottom: 50px;
  }
}

.demo__input {
  background-color: transparent;
  padding: 9px 18px;
  border-radius: 10px;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1882352941);
  outline: none;
  caret-color: #2382f5;
  transition: border-color 0.3s linear;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.02em;
  color: #fff;
}
.demo__input:hover {
  border: 1px solid rgba(255, 255, 255, 0.3882352941);
}
.demo__input:focus-visible {
  border: 1px solid #2382f5;
}
.demo__input::placeholder {
  transition: color 0.3s linear;
  color: rgba(255, 255, 255, 0.6509803922);
}
.demo__input:hover::placeholder {
  color: rgba(255, 255, 255, 0.8509803922);
}

.demo__form-bottom-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.demo__form-bottom-block .demo__form-text {
  max-width: 180px;
}
@media screen and (min-width: 1280px) {
  .demo__form-bottom-block {
    flex-direction: row;
  }
  .demo__form-bottom-block .demo_form-button {
    width: fit-content;
  }
  .demo__form-bottom-block .demo__form-text {
    max-width: 192px;
    text-align: start;
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
  }
}

.demo_form-button {
  width: 100%;
}

.demo__form-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4286;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
}

.readmore-container {
  padding-top: 1px;
  margin-left: -15px;
  padding-left: 15px;
}
@media screen and (min-width: 768px) {
  .readmore-container {
    display: none;
  }
}

.more-link,
.less-link {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5625;
  letter-spacing: 0.02em;
  color: #2382f5;
  text-decoration: none;
  display: flex;
  gap: 5px;
  align-items: center;
}

.more-link svg {
  transform: rotate(0);
}

.less-link svg {
  transform: rotate(180deg);
}

.faq {
  padding-top: 67px;
  padding-bottom: 67px;
}
@media screen and (min-width: 1280px) {
  .faq {
    padding-top: 102px;
    padding-bottom: 102px;
  }
}

.faq__container {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1280px) {
  .faq__container {
    flex-direction: row;
  }
}

.faq__title-block {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .faq__title-block {
    gap: 86px;
  }
}

.faq__content-block {
  width: 100%;
}

.faq__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
  max-width: 452px;
}
@media screen and (min-width: 1280px) {
  .faq__title {
    font-size: 55px;
    line-height: 60px;
  }
}

.faq__image-wrapper {
  display: none;
}
.faq__image-wrapper img {
  margin-left: -19px;
}
@media screen and (min-width: 1280px) {
  .faq__image-wrapper {
    display: block;
  }
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 100;
}

.modal {
  background: white;
  padding: 70px 48px 19px;
  height: 100vh;
  height: 100dvh;
  position: relative;
  overflow-y: auto;
  width: 100%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
}
@media screen and (min-width: 920px) {
  .modal {
    padding: 44px 48px;
    border-radius: 36px;
    height: auto;
    overflow-y: unset;
    width: min(100%, 528px);
  }
}

.modal__close-button {
  padding: 12px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 12px;
}
.modal__close-button svg {
  display: block;
  transition: stroke 0.3s linear;
  stroke: #0c172c;
}
.modal__close-button:hover svg {
  stroke: #2382f5;
}

.modal-header {
  font-weight: 500;
  margin-bottom: 6px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2857;
  text-align: left;
}
@media screen and (min-width: 920px) {
  .modal-header {
    margin-bottom: 3px;
    font-size: 28px;
  }
}

.modal-body {
  margin-bottom: 20px;
}

.modal-form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.close-button {
  background-color: #d9534f;
  color: white;
  border: none;
  padding: 8px 12px;
  border-radius: 4px;
  cursor: pointer;
}

.demo__label-span--modal {
  color: #0c172c;
  text-align: start;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7143;
}

.demo__input--modal {
  color: #0c172c !important;
  border: 1px solid rgba(12, 23, 44, 0.0901960784);
  transition: border 0.3s linear;
}
.demo__input--modal:hover {
  border: 1px solid rgba(12, 23, 44, 0.1882352941);
}
.demo__input--modal:hover::placeholder {
  color: #303a4c;
}
.demo__input--modal:focus-within {
  border: 1px solid #2382f5;
}
.demo__input--modal::placeholder {
  color: #616876;
}

.demo__form-inputs--modal {
  gap: 24px;
}
@media screen and (min-width: 920px) {
  .demo__form-inputs--modal {
    margin-bottom: 70px;
    gap: 19px;
  }
}

.demo__form-text--modal {
  color: #0c172c;
  max-width: 216px !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px !important;
}
@media screen and (min-width: 920px) {
  .demo__form-text--modal {
    text-align: start;
  }
}

.demo__form-bottom-block--modal {
  display: flex;
  gap: 37px;
}
@media screen and (min-width: 920px) {
  .demo__form-bottom-block--modal {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}

.demo_form-button--modal {
  border-radius: 12px;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 12px 24px;
}
@media screen and (min-width: 920px) {
  .demo_form-button--modal {
    flex-direction: row-reverse;
    width: fit-content;
  }
}

.info {
  background-color: #fff !important;
  background: #fff !important;
  width: 90vw !important;
  max-width: unset !important;
  padding: 30px 36px !important;
  color: #0c172c !important;
  height: 174px !important;
  border-radius: 12px !important;
  box-shadow: 0px 0px 25px 0px rgba(19, 17, 118, 0.0196078431), 50px 50px 100px 0px rgba(19, 17, 118, 0.0901960784) !important;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
@media screen and (min-width: 480px) {
  .info {
    width: 348px !important;
  }
}
.info::after {
  content: "Your demo request has been submitted. Check your email for confirmation.";
  display: block;
  margin-right: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7143;
  max-width: 273px;
  margin-top: 17px;
}
.info .toast-close {
  position: absolute;
  top: 6px;
  right: 6px;
  color: transparent;
  display: block;
  width: 42px;
  height: 42px;
  opacity: 1;
  background: url("./../images/icons/cross.svg");
  background-repeat: no-repeat;
  background-position: center;
  transition: background 0.3s linear;
}
.info .toast-close:hover {
  background: url("./../images/icons/cross-blue.svg");
  background-repeat: no-repeat;
  background-position: center;
}/*# sourceMappingURL=styles.css.map */


.copyright-box{
  display: flex;
  align-items: center;
  justify-content: end;
}
.copyright-copy{
  color: var(--White, #333);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.copyright-copy a{
  color: #5FBB3B;
  font-family: "Open Sans", "Work Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}
.copyright-logo{
  height: 22px;
  margin-right: 8px;
}