@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);
}

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 {
  text-decoration: none;
  color: inherit;
  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;
}

.page__title-wrapper {
  padding-top: 90px;
  padding-bottom: 24px;
}
@media screen and (min-width: 920px) {
  .page__title-wrapper {
    padding-top: 211px;
    padding-bottom: 30px;
  }
}

.page__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.09;
  text-align: left;
}
@media screen and (min-width: 920px) {
  .page__title {
    font-size: 55px;
  }
}

.banner__content {
  display: flex;
  border-radius: 24px;
  overflow: hidden;
  flex-direction: column;
}
@media screen and (min-width: 1280px) {
  .banner__content {
    flex-direction: row;
    border-radius: 36px;
  }
}

.banner__link {
  color: inherit;
  text-decoration: none;
}

.banner__image-block {
  width: 100%;
  background: url("./../images/bannerBg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 192px;
  flex-shrink: 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .banner__image-block .background {
    background: url("./../images/bannerBg@2x.png");
  }
}
@media screen and (min-width: 1280px) {
  .banner__image-block {
    height: 480px;
    width: 67.8%;
  }
}

.banner__overlay {
  background-color: rgba(12, 23, 44, 0.6509803922);
  width: 100%;
  height: 100%;
  position: relative;
}

.banner__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 11px;
  align-items: center;
}
@media screen and (min-width: 1280px) {
  .banner__logo {
    gap: 26px;
  }
}

.banner__logo-text {
  display: block;
  white-space: nowrap;
}

.banner__logo {
  font-size: 21.38px;
  font-weight: 500;
  line-height: 1.4286;
  letter-spacing: 0.02em;
  color: #fff;
}
@media screen and (min-width: 1280px) {
  .banner__logo {
    font-size: 51.44px;
  }
}

.banner__icon-wrapper {
  width: 29px;
  height: 29px;
}
.banner__icon-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1280px) {
  .banner__icon-wrapper {
    width: 69px;
    height: 69px;
  }
}

.banner__text-block {
  width: 100%;
  padding: 30px;
  background-color: rgba(12, 23, 44, 0.031372549);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 1280px) {
  .banner__text-block {
    width: 32.2%;
    padding: 44px;
  }
}

.banner__top-block {
  margin-bottom: 42px;
}

.banner__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1667;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (min-width: 1280px) {
  .banner__title {
    font-size: 36px;
    margin-bottom: 16px;
  }
}

.banner__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.banner__bottom-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.banner__chip {
  background-color: rgba(111, 83, 255, 0.0784313725);
  padding: 3px 12px;
  color: #6f53ff;
  border-radius: 6px;
}

.banner__date {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7143;
}

.blog {
  padding-top: 49px;
  padding-bottom: 90px;
}
@media screen and (min-width: 920px) {
  .blog {
    padding-top: 66px;
    padding-bottom: 108px;
  }
}

.blog__container {
  display: flex;
  flex-direction: column;
}

.blog__articles-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}
@media screen and (min-width: 1280px) {
  .blog__articles-list {
    gap: 24px;
    margin-bottom: 36px;
  }
}
.blog__articles-list .blog__articles-list-item {
  width: 100%;
}
@media screen and (min-width: 920px) {
  .blog__articles-list .blog__articles-list-item {
    width: calc((100% - 24px) / 2);
  }
}
@media screen and (min-width: 1280px) {
  .blog__articles-list .blog__articles-list-item {
    width: calc((100% - 48px) / 3);
  }
}

.list-item {
  padding: 24px;
  background-color: #f8f8f9;
  border-radius: 24px;
  transition: background-color 0.3s linear, box-shadow 0.3s linear;
}
@media screen and (min-width: 920px) {
  .list-item {
    padding: 36px 42px 42px;
  }
}

.list-item:hover {
  background-color: #fff;
  box-shadow: 0px 0px 25px 0px rgba(19, 17, 118, 0.0196078431), 50px 50px 100px 0px rgba(19, 17, 118, 0.0901960784);
}

.list-item__link {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.list-item__title-block {
  margin-bottom: 36px;
}

.list-item__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1667;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (min-width: 920px) {
  .list-item__title {
    font-size: 36px;
  }
}

.list-item__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.list-item__bottom-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.list-item__chip {
  padding: 3px 12px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.list-item__chip--purple {
  background-color: rgba(111, 83, 255, 0.0784313725);
  color: #6f53ff;
}

.list-item__chip--pink {
  color: #ea1df1;
  background-color: rgba(234, 29, 241, 0.0784313725);
}

.list-item__chip--blue {
  background-color: rgba(35, 130, 245, 0.0901960784);
  color: #2382f5;
}

.list-item__chip--green {
  background-color: rgba(3, 209, 0, 0.0784313725);
  color: #03d100;
}

.list-item__date {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.blog__filter {
  margin-bottom: 24px;
}
@media screen and (min-width: 920px) {
  .blog__filter {
    margin-bottom: 36px;
  }
}

.blog__filter-list {
  display: none;
  flex-direction: row;
  gap: 3px;
  padding: 3px;
  background-color: rgba(12, 23, 44, 0.031372549);
  width: fit-content;
  border-radius: 12px;
}
@media screen and (min-width: 920px) {
  .blog__filter-list {
    display: flex;
  }
}

.blog__button {
  cursor: pointer;
  padding: 9px 18px;
  border-radius: 10px;
  border: none;
  background-color: transparent;
  color: #0c172c;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7143;
  transition: background-color 0.3s linear;
}
.blog__button:hover {
  background-color: #fff;
}

.blog__button.current {
  background-color: #fff;
  color: #1d6dce;
  box-shadow: 0px 3px 12px 0px rgba(12, 23, 44, 0.0588235294);
}

.blog__filter-select-label {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7143;
  margin-bottom: 5px;
}
@media screen and (min-width: 920px) {
  .blog__filter-select-label {
    display: none !important;
  }
}

select.blog__filter-select {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.blog__filter-select {
  display: block;
  height: auto !important;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  width: min(312px, 100%) !important;
}
@media screen and (min-width: 920px) {
  .blog__filter-select {
    display: none !important;
  }
}
.blog__filter-select::after {
  right: 15px !important;
}
.blog__filter-select .current {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  width: fit-content;
}
.blog__filter-select.open {
  border: 1px solid #2382f5 !important;
}
.blog__filter-select .nice-select-dropdown {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.blog__filter-select .nice-select-dropdown ul {
  height: 100% !important;
  max-height: unset;
}
.blog__filter-select .nice-select-dropdown li {
  display: block;
  position: relative;
  padding-top: 4px;
  padding-bottom: 4px;
}
.blog__filter-select .nice-select-dropdown li.selected {
  background-color: rgba(35, 130, 245, 0.0901960784) !important;
  font-weight: 400 !important;
}
.blog__filter-select .nice-select-dropdown li:hover {
  background-color: rgba(35, 130, 245, 0.0901960784) !important;
  color: #1d6dce;
}
.blog__filter-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);
}

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

.pagination {
  position: relative;
}
.pagination .ellipse {
  color: rgba(12, 23, 44, 0.3882352941);
}
.pagination > ul {
  display: flex;
  background-color: rgba(12, 23, 44, 0.031372549);
  border-radius: 12px;
  padding: 3px;
  gap: 3px;
  width: fit-content;
}
.pagination > ul > li {
  font-size: 14px;
  line-height: 1.7143;
}
.pagination > ul > li > a, .pagination > ul > li > span {
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: inherit;
}
.pagination > ul > li > .current {
  background-color: #fff;
  color: #1d6dce;
}
.pagination > ul > li > a {
  transition: background-color 0.3s linear;
}
.pagination > ul > li > a:hover, .pagination > ul > li > a:active {
  background-color: #fff;
}
.pagination > ul > li:first-of-type {
  position: absolute;
  top: 3px;
  right: 48px;
  width: 42px;
  height: 42px;
  z-index: 2;
  border-radius: 10px;
  display: none;
}
@media screen and (min-width: 920px) {
  .pagination > ul > li:first-of-type {
    display: block;
  }
}
.pagination > ul > li:first-of-type .prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: background-color 0.3s linear;
  background-color: transparent;
}
.pagination > ul > li:first-of-type .prev svg {
  display: block;
}
.pagination > ul > li:first-of-type .prev:not(.current):hover, .pagination > ul > li:first-of-type .prev:not(.current):active {
  background-color: #fff;
}
.pagination > ul > li:first-of-type .prev.current svg {
  opacity: 0.39;
}
.pagination > ul > li:last-of-type {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 42px;
  height: 42px;
  z-index: 2;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  display: none;
}
@media screen and (min-width: 920px) {
  .pagination > ul > li:last-of-type {
    display: block;
  }
}
.pagination > ul > li:last-of-type .next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: background-color 0.3s linear;
  background-color: transparent;
}
.pagination > ul > li:last-of-type .next svg {
  display: block;
}
.pagination > ul > li:last-of-type .next:not(.current):hover, .pagination > ul > li:last-of-type .next:not(.current):active {
  background-color: #fff;
}
.pagination > ul > li:last-of-type .next.current svg {
  opacity: 0.39;
}
.pagination:after {
  content: "";
  position: absolute;
  width: 93px;
  height: 48px;
  background-color: rgba(12, 23, 44, 0.031372549);
  top: 0;
  right: 0;
  border-radius: 12px;
  display: none;
}
@media screen and (min-width: 920px) {
  .pagination:after {
    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=blog.css.map */