@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: local("Montserrat-Bold"), url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  src: local("Montserrat-Black"), url("../fonts/Montserrat-Black.woff2") format("woff2"), url("../fonts/Montserrat-Black.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  src: local("Montserrat-ExtraBold"), url("../fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("../fonts/Montserrat-ExtraBold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: local("Montserrat-SemiBold"), url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: local("Montserrat-Regular"), url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: local("Montserrat-Medium"), url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-display: swap;
}
html {
  box-sizing: border-box;
  font-size: 10px;
}

*:first-child {
  margin-top: 0;
}

*:last-child {
  margin-bottom: 0;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  /* line-height: 24px; */
  color: #232323;
  background-color: #ffffff;
}

header .container, footer .container {
  display: block;
  width: 100%;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}

@media (min-width: 720px) {
  header .container, footer .container {
    padding-right: 22px;
    padding-left: 22px;
  }
}
@media (min-width: 1200px) {
  header .container, footer .container {
    padding-right: 34px;
    padding-left: 34px;
  }
}
@media (min-width: 1400px) {
  header .container, footer .container {
    padding-right: 40px;
    padding-left: 40px;
  }
}
header .container .container, footer .container .container {
  padding-right: 0;
  padding-left: 0;
}

.container-paddings {
  padding-right: 22px;
  padding-left: 22px;
}

@media (min-width: 1200px) {
  .container-paddings {
    padding-right: 34px;
    padding-left: 34px;
  }
}
@media (min-width: 1400px) {
  .container-paddings {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.container-escape {
  width: calc(100% + 44px);
  margin-right: -22px;
  margin-left: -22px;
}

@media (min-width: 1200px) {
  .container-escape {
    width: calc(100% + 68px);
    margin-right: -34px;
    margin-left: -34px;
  }
}
@media (min-width: 1400px) {
  .container-escape {
    width: calc(100% + 80px);
    margin-right: -40px;
    margin-left: -40px;
  }
}
.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.hidden {
  display: none !important;
}

.clearboth {
  clear: both;
}

a {
  color: #407bc1;
  text-decoration: none;
  transition-property: color;
  transition-duration: 0.3s;
}

a:focus, a:hover {
  color: #2c5789;
}

a:active {
  color: inherit;
  transition-duration: 0.1s;
}

b {
  font-weight: 600;
}

.link {
  color: #407bc1;
}

.link:focus-visible, .link:hover {
  color: #2c5789;
}

.link2 {
  color: #2c5789;
}

.link2:focus-visible, .link2:hover {
  color: #5b6378;
}

.link3 {
  color: #5b6378;
}

.link3:focus-visible, .link3:hover {
  color: #2c5789;
}

.page__header {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
}

.page__footer {
  position: relative;
  z-index: 0;
  flex: 0 0 auto;
}

.tel-block {
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
}

.tel-block a {
  text-decoration: none;
}

.tel-block__caption {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.04em;
  white-space: nowrap;
  color: #81899c;
}

.tel-block__tels {
  display: flex;
  gap: 4px 8px;
}

.tel-block__tel {
  display: block;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  white-space: nowrap;
  color: inherit;
}

.tel-block__tel-sec {
  display: block;
  padding-top: 4px;
  white-space: nowrap;
  color: #5b6378;
}

.tel-block--footer {
  font-size: 13px;
}

.tel-block--footer .tel-block__tel {
  font-size: 16px;
}

.tel-block--header {
  font-weight: 500;
  font-size: 13px;
  line-height: 26px;
}

@media (min-width: 1600px) {
  .tel-block--header {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .tel-block--header .tel-block__caption {
    font-size: 12px;
  }
}
.tel-block--header .tel-block__tel {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

@media (min-width: 1600px) {
  .tel-block--header .tel-block__tel {
    font-size: 18px;
  }
}
.tel-block--header-big-tels .tel-block__tels {
  -moz-column-gap: 24px;
  column-gap: 24px;
}

.tel-block--header-big-tels .tel-block__tel-sec {
  padding-bottom: 4px;
  font-weight: 500;
  line-height: 24px;
  color: #81899c;
}

.tel-block--header-big-tels .tel-block__tel-sec:focus, .tel-block--header-big-tels .tel-block__tel-sec:hover {
  color: #2c5789;
}

.tel-block--footer-big-tels .tel-block__tels {
  -moz-column-gap: 24px;
  column-gap: 24px;
}

@media (max-width: 1199px) {
  .tel-block--footer-big-tels .tel-block__tels {
    flex-direction: column;
  }
}
.tel-block--footer-big-tels .tel-block__tel-sec {
  padding-bottom: 4px;
  font-weight: 500;
  line-height: 24px;
  color: #81899c;
}

.tel-block--footer-big-tels .tel-block__tel-sec:focus, .tel-block--footer-big-tels .tel-block__tel-sec:hover {
  color: #2c5789;
}

.footer {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
}

footer.footer {
  background-color: #f0f3fe;
  min-width: 960px;
}
@media (min-width: 1200px) {
  footer.footer {
    min-width: 1200px;
  }
}
footer.footer *, footer.footer *::after, footer.footer *::before {
  box-sizing: border-box;
}

.footer a {
  font-weight: 500;
}

.footer__link-wrap {
  display: block;
}

.footer__link-wrap:not(:last-child) {
  margin-bottom: 16px;
}

.footer__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 40px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 1200px) {
  .footer__inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.footer__part {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: calc(33.3333333333% - 20px);
}

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

.footer__about-part {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  max-width: 310px;
}

.footer__about-part--main {
  row-gap: 10px;
}

.footer__about-title {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
}

.footer__copy {
  color: #5b6378;
}

.footer__copy-row, .footer__list-title {
  display: block;
}

.footer__about-links {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 8px;
  column-gap: 8px;
}

.footer__contacts {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.footer__tels {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}

.footer__tel-block:only-child {
  min-height: 108px;
}

.footer__info {
  display: flex;
  flex-direction: column;
  height: 100%;
  row-gap: 48px;
}

.footer__info-title {
  display: block;
}

.socials__list {
  display: flex;
  gap: 16px;
  padding-left: 0;
  list-style-type: none;
}

.socials__link {
  display: flex;
}

.socials__icon-wrap {
  position: relative;
  width: 32px;
  height: 32px;
  margin: auto;
}

.socials__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  opacity: 1;
  transition: opacity 0.3s;
}

.socials--filled .socials__icon--mono {
  display: none;
}

.socials:not([class*=socials--filled]) .socials__icon--mono-filled {
  display: none;
}

.socials__icon--colored {
  opacity: 0;
}

.socials__link:focus-visible .socials__icon--mono, .socials__link:hover .socials__icon--mono {
  opacity: 0;
}

.socials__link:focus-visible .socials__icon--colored, .socials__link:hover .socials__icon--colored {
  opacity: 1;
}

.currency {
  font-weight: 500;
}

.currency__inner {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.currency__info {
  display: flex;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.currency__link {
  display: inline-block;
  opacity: 0.7;
}

.currency__list {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 13px;
  column-gap: 13px;
  max-width: 290px;
  margin: 0;
  padding-left: 0;
  font-weight: 600;
  list-style-type: none;
}

.currency__item {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 13px;
}

.currency__name {
  position: relative;
  display: inline-block;
  padding-right: 27px;
  color: #5b6378;
}

.currency__name::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='16' height='16' rx='2' stroke='%235B6378' stroke-width='2'/%3E%3Cpath d='m1 13 5-5 4 4 7-7' stroke='%235B6378' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.5;
  pointer-events: none;
}

.currency__value {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}

.currency__value--up::after, .currency__value--down::after {
  content: "";
  position: absolute;
  top: 1px;
  right: 0;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m10 12 4-4-4-4m2 4H2' stroke='%2381899C' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}

.currency__value--up::after {
  transform: rotate(-90deg);
}

.currency__value--down::after {
  transform: rotate(90deg);
}

header.header {
  background-color: #ffffff;
  min-width: 960px;
}
@media (min-width: 1200px) {
  header.header {
    min-width: 1200px;
  }
}
header.header *, header.header *::after, header.header *::before {
  box-sizing: border-box;
}

.header__notice-wrap {
  display: none;
  position: relative;
  z-index: 3;
}

.header__container {
  position: relative;
  z-index: 2;
  padding-top: 8px;
  padding-bottom: 8px;
}

.header__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

@media (min-width: 1200px) {
  .header__inner {
    align-items: flex-start;
  }
}
.header__logo-wrap {
  display: flex;
  flex-grow: 5;
  max-width: 127px;
}

@media (min-width: 1200px) {
  .header__logo-wrap {
    max-width: 148px;
    padding-top: 4px;
  }
}
.header__logo-box {
  display: block;
}

.header__logo-wrap img {
  width: 127px;
  height: 85px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left center;
  object-position: left center;
}

@media (min-width: 1200px) {
  .header__logo-wrap img {
    width: 148px;
    height: 99px;
  }
}
.header__main {
  flex-grow: 1;
  max-width: 760px;
  padding-top: 9px;
}

@media (min-width: 1200px) {
  .header__main {
    max-width: 940px;
    padding-top: 13px;
  }
}
@media (min-width: 1400px) {
  .header__main {
    max-width: 1060px;
  }
}
@media (min-width: 1600px) {
  .header__main {
    max-width: 1180px;
  }
}
.header__main-inner {
  display: flex;
  flex-direction: column-reverse;
  row-gap: 3px;
}

.header__main-part {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 14px;
  column-gap: 14px;
}

@media (min-width: 1600px) {
  .header__main-part {
    -moz-column-gap: 24px;
    column-gap: 24px;
  }
}
.header__info-wrap {
  flex-grow: 1;
}

@media (min-width: 1200px) {
  .header__info-wrap {
    flex-grow: 4;
  }
}
@media (min-width: 1400px) {
  .header__info-wrap {
    flex-grow: 2;
  }
}
.header__info {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 14px;
  column-gap: 14px;
  min-height: 52px;
}

@media (min-width: 1600px) {
  .header__info {
    max-width: 860px;
  }
}
@media (min-width: 1200px) {
  .header__select-wrap {
    flex-grow: 1;
  }
}
@media (min-width: 1400px) {
  .header__select-wrap {
    flex-grow: 2;
  }
}
.header__defs {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 14px;
  column-gap: 14px;
}

@media (min-width: 1200px) {
  .header__defs {
    justify-content: space-between;
    flex-grow: 2;
  }
}
@media (min-width: 1400px) {
  .header__defs {
    flex-grow: 4;
  }
}
@media (min-width: 1600px) {
  .header__defs {
    flex-grow: 5;
  }
}
.header__def {
  flex-grow: 1;
}

@media (min-width: 1200px) {
  .header__def {
    flex-grow: 1;
  }
}
@media (min-width: 1400px) {
  .header__def {
    flex-grow: 3;
  }
}
@media (max-width: 1199px) {
  .header__socials-wrap {
    display: none;
  }
}
@media (min-width: 1200px) {
  .header__socials-wrap {
    display: flex;
    justify-content: flex-end;
    flex-grow: 1;
  }
}
@media (min-width: 1400px) {
  .header__socials-wrap {
    flex-grow: 2;
  }
}
.header__nav-wrap {
  display: flex;
  flex-grow: 1;
  max-width: 546px;
}

@media (min-width: 1200px) {
  .header__nav-wrap {
    max-width: 677px;
  }
}
@media (min-width: 1400px) {
  .header__nav-wrap {
    max-width: 770px;
  }
}
@media (min-width: 1600px) {
  .header__nav-wrap {
    max-width: 803px;
  }
}
.header__nav {
  flex-grow: 1;
}

.nav a {
  text-decoration: none;
}

.nav__inner {
  width: 100%;
}

.nav__list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-left: 0;
  list-style-type: none;
}

.nav__item:not(:last-child) {
  padding-right: 10px;
}

.nav-item--relative .nav-item__inner {
  position: relative;
}

.nav-item__head {
  position: relative;
  display: flex;
  -moz-column-gap: 10px;
  column-gap: 10px;
  width: 100%;
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-align: start;
  background-color: transparent;
  border: none;
  transition: color 0.3s;
}

@media (min-width: 1200px) {
  .nav-item__head {
    font-size: 16px;
  }
}
.nav-item__title {
  flex-grow: 1;
  display: inline-block;
  padding: 11px 0;
}

@media (min-width: 1200px) {
  .nav-item__title {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.nav-item__btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
}

.nav-item__inner:hover .nav-item__btn {
  width: 0;
  transition: width 0s ease 0.3s;
}

.nav-item__icon {
  display: none;
}

.nav-item__body {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #232323;
  background-color: #ffffff;
  overflow: hidden;
  visibility: hidden;
  transition: height 0.3s ease-in-out, opacity 0.3s 0s, transform 0.3s 0s, box-shadow 0.3s ease-in-out, z-index 0s 0.3s, visibility 0s 0.3s;
  transition-property: height, opacity, transform, box-shadow, z-index, visibility;
  transition-duration: 0.3s, 0.3s, 0.3s, 0.3s, 0s, 0s;
  transition-delay: 0s, 0s, 0s, 0s, 0.3s, 0.3s;
  transition-timing-function: ease-in-out;
  border-radius: 8px;
  opacity: 0;
  transform: translateY(-20px);
  transition-duration: 0s;
  transition-delay: 0s;
}

.nav-item--relative .nav-item__body {
  width: auto;
}

.nav-item--active .nav-item__body, .nav-item__inner:hover .nav-item__body {
  transition: height 0.3s ease-in-out, opacity 0.3s 0s, transform 0.3s 0s, box-shadow 0.3s ease-in-out, z-index 0s, visibility 0s;
  visibility: visible;
  box-shadow: 0px 14px 40px rgba(165, 165, 197, 0.4);
  opacity: 1;
  transform: translateY(0px);
  z-index: 1;
}

.nav-item__list {
  list-style-type: none;
  padding: 24px 40px;
}

@media (min-width: 1400px) {
  .nav-item--list-3-col .nav-item__list, .nav-item--list-4-col .nav-item__list, .nav-item--list-5-col .nav-item__list, .nav-item--list-5-col-flex .nav-item__list {
    padding: 40px 80px;
  }
}
.nav-item--list-3-col .nav-item__list {
  -moz-column-count: 3;
  column-count: 3;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

.nav-item--list-4-col .nav-item__list {
  -moz-column-count: 4;
  column-count: 4;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

.nav-item--list-5-col .nav-item__list {
  -moz-column-count: 5;
  column-count: 5;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

.nav-item--list-5-col-flex .nav-item__list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 40px);
  margin-right: -20px;
  margin-left: -20px;
}

@media (min-width: 1400px) {
  .nav-item--list-5-col-flex .nav-item__list {
    font-size: 18px;
  }
}
.nav-item--list-5-col-flex .nav-item__list-item {
  flex-shrink: 0;
  width: calc(20% - 40px);
  margin-right: 20px;
  margin-left: 20px;
}

.nav-item__link-wrap {
  display: inline-block;
}

.nav-item__link {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  color: inherit;
}

@media (min-width: 1400px) {
  .nav-item__link {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.nav-item__link img {
  display: inline-flex;
  width: 24px;
  height: 24px;
  margin-left: 10px;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.nav-item__btn-more {
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  text-transform: none;
  letter-spacing: normal;
  border-radius: 0;
}

@media (min-width: 1400px) {
  .nav-item__btn-more {
    font-size: 16px;
  }
}
ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

button:not(:disabled) {
  cursor: pointer;
}

.img {
  height: auto;
  border-radius: 8px;
  overflow: hidden;
}

.page__main {
  position: relative;
  z-index: 0;
  flex: 1 0 auto;
  padding-bottom: 50px;
}

@media (min-width: 1200px) {
  .page__main {
    padding-bottom: 60px;
  }
}
@media (min-width: 1400px) {
  .page__main {
    padding-bottom: 80px;
  }
}
@media (min-width: 1600px) {
  .page__main {
    padding-bottom: 100px;
  }
}
.btn {
  position: relative;
  display: flex;
  margin: 0;
  padding-right: 10px;
  padding-left: 10px;
  font-weight: 700;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  color: #fff;
  background-color: #2c5789;
  border: none;
  border-radius: 6px;
  transition-property: color, background-color;
  transition-duration: 0.3s;
}

.btn:focus,
.btn:hover:not(:disabled) {
  color: #fff;
  background-color: #407bc1;
}

.btn:disabled {
  background-color: #c9c9dc;
}

.btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  border: 1px solid transparent;
  border-radius: inherit;
  pointer-events: none;
  transition: border-color 0.3s;
}

.btn__inner {
  position: relative;
  z-index: 0;
  display: flex;
  margin: auto;
}

.btn:disabled .btn__inner {
  opacity: 0.8;
}

.btn__icon {
  flex-shrink: 0;
  margin-right: 12px;
}

.btn__text {
  width: 100%;
}

.btn--sm {
  padding: 8px 18px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-transform: none;
  letter-spacing: normal;
  background-color: #407bc1;
}

.btn--sm:focus,
.btn--sm:hover:not(:disabled) {
  color: #fff;
  background-color: #2c5789;
}

.btn--sm2 {
  padding: 8px 31px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-transform: none;
  letter-spacing: normal;
  background-color: #407bc1;
}

.btn--sm2:focus,
.btn--sm2:hover:not(:disabled) {
  color: #fff;
  background-color: #2c5789;
}

.btn--xl {
  padding-top: 20px;
  padding-bottom: 20px;
}

.btn--blue-light {
  color: #2c5789;
  background-color: #f0f3fe;
}

.btn--blue-light:focus,
.btn--blue-light:hover:not(:disabled) {
  color: #2c5789;
  background-color: #e1edff;
}

.btn--blue-light:disabled {
  background-color: #f3f4f8;
  opacity: 0.7;
}

.lk-link__link {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 8px;
  column-gap: 8px;
  margin: 0;
  font-weight: 600;
  font-size: 11px;
  line-height: 24px;
  letter-spacing: 0.06em;
  text-align: start;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  color: inherit;
  padding: 3px 14px;
  background-color: #fff;
  border: 1px solid #e9ecf1;
  border-radius: 4px;
  transition: border-color 0.3s;
}

.lk-link__link:focus-visible,
.lk-link__link:hover {
  border-color: #488cdd;
}

.lk-link__icon {
  position: relative;
  left: 0;
  width: 16px;
  height: 16px;
  stroke: #5b6378;
  opacity: 0.5;
  transition: stroke 0.3s, opacity 0.3s, left 0.3s;
}

.lk-link__link:focus-visible .lk-link__icon,
.lk-link__link:hover .lk-link__icon {
  stroke: #488cdd;
  opacity: 1;
  left: 8px;
}

.lk-link__icon-mobile {
  fill: #b5b9c5;
  width: 24px;
  height: 24px;
}

.lk-link__icon-mobile {
  display: none;
}

.select-wrap {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: normal;
}

.select-wrap__caption {
  margin-right: 14px;
  white-space: nowrap;
  color: #81899c;
}

.select-wrap--sm {
  font-size: 13px;
  letter-spacing: 0.04em;
}

.select-wrap--vert {
  flex-direction: column;
  align-items: flex-start;
}

.select-wrap--vert .select-wrap__caption {
  margin-right: 0;
}

.select-input__inner {
  position: relative;
  z-index: 0;
  display: flex;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: normal;
  text-align: start;
  transition-property: z-index;
  transition-delay: 0.3s;
}

.select-input--active .select-input__inner {
  z-index: 4;
  transition-delay: 0s;
}

.select-input__input-wrap {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  color: inherit;
  background-color: #ffffff;
  border-radius: 4px;
  transition: color 0.3s;
  overflow: hidden;
}

.select-input__input-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid transparent;
  border-radius: inherit;
  pointer-events: none;
  transition-property: border-color;
  transition-duration: 0.3s;
}

.select-input__input {
  display: inline-flex;
  width: 177px;
  margin: 0;
  padding: 4px 16px 4px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: inherit;
  background-color: transparent;
  border: none;
  outline: none;
  overflow: hidden;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select-input__icon-wrap {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 16px;
  height: 100%;
  margin: 0;
  padding: 0;
  color: inherit;
  background-color: transparent;
  border: none;
  border-radius: inherit;
  outline-width: 2px;
  outline-offset: -1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select-input__input:-moz-read-only ~ .select-input__icon-wrap {
  width: 100%;
}

.select-input__input:read-only ~ .select-input__icon-wrap {
  width: 100%;
}

.select-input__icon {
  position: relative;
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  fill: #81899c;
  transition-property: fill, transform;
  transition-duration: 0.3s;
}

.select-input__input-wrap:hover .select-input__icon {
  fill: #232323;
}

.select-input__input:focus ~ .select-input__icon-wrap .select-input__icon {
  transform: scale(-1, -1);
}

.select-input--active .select-input__icon {
  transform: scale(-1, -1);
}

.select-input__list-wrap {
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  z-index: 2;
  display: block;
  min-width: 100%;
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition-property: opacity, transform, box-shadow, visibility;
  transition-timing-function: ease-in-out;
}

.select-input--active .select-input__list-wrap {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0px);
  transition-duration: 0.3s, 0.3s, 0.3s, 0s;
}

.select-input__list {
  margin: 0;
  padding: 5px 1.25px;
  border-radius: 3.75px;
  background-color: #ffffff;
  z-index: 10;
  max-height: 210px;
  overflow: auto;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  list-style: none;
  scrollbar-color: rgba(129, 137, 156, 0.4) transparent;
  scrollbar-width: thin;
}

.select-input__list::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.select-input__list::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.2);
}

.select-input__item--active {
  background-color: #f0f3fe;
}

.select-input__item-inner {
  display: block;
  width: 100%;
  margin: 0;
  padding: 12px;
  font-size: 14px;
  text-align: start;
  text-decoration: none;
  background-color: transparent;
  border-width: 0;
  outline-width: 0;
  transition: background-color 0.2s ease;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select-input__item-inner:focus-visible, .select-input__item-inner:hover {
  background-color: #e1edff;
}

.select-input__item-top {
  display: flex;
  justify-content: space-between;
  gap: 8px 16px;
}

.select-input--age .select-input__inner {
  transition-delay: 0s;
}

.select-input--age .select-input__input-wrap::before {
  border-color: #e9ecf1;
}

.select-input--age .select-input__input {
  width: 150px;
  padding: 16px 30px 16px 16px;
  font-size: 15px;
}

.select-input--age .select-input__icon-wrap {
  width: 100%;
  padding-right: 16px;
}

.select-input--age .select-input__list-wrap {
  min-width: 100%;
}

#agencies {
  float: none !important;
}
/*# sourceMappingURL=maps/online.ambotis.css.map */
