@charset "UTF-8";
.fl-style-full-page {
  min-height: 100vh;
  width: 100%;
}

@media screen and (max-width: 430px) {
  .fl-style-sm-hidden {
    display: none !important;
  }
}
@media screen and (min-width: 431px) {
  .fl-style-sm-show {
    display: none !important;
  }
}
@media screen and (max-width: 576px) {
  .fl-style-wide-sm-hidden {
    display: none !important;
  }
}
@media screen and (min-width: 577px) {
  .fl-style-wide-sm-show {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .fl-style-mobile-hidden,
  .fl-style-md-hidden {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .fl-style-desktop-hidden,
  .fl-style-md-show {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .fl-style-lg-hidden {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .fl-style-lg-show {
    display: none !important;
  }
}
/**
  Учитывает интервалы, на которых aside сильно сужает ширину контента
 */
.fl-link {
  color: #0060E1;
  cursor: pointer;
}

.fl-link:hover {
  color: #0060E1;
}

.fl-modal-filters-custom-fields {
  margin-top: 12px;
}

.fl-modal-select {
  margin-bottom: 12px;
}

.fl-modal-select .fl-select,
.fl-modal-select .fl-input-wrapper .fl-input-container {
  height: 56px;
}

.ui-font-h1-regular {
  font-size: 44px;
  font-weight: 400;
  line-height: 53px;
}

.ui-font-h2-regular {
  font-size: 32px;
  font-weight: 400;
  line-height: 39px;
}

.ui-font-h3-regular {
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

.ui-font-h4-regular {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: -0.2px;
}

.ui-font-body-regular {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.2px;
}

.ui-font-subtitle-regular {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.2px;
}

.ui-font-caption-regular {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.17px;
}

.ui-font-h1-medium {
  font-size: 44px;
  font-weight: 500;
  line-height: 53px;
}

.ui-font-h2-medium {
  font-size: 32px;
  font-weight: 500;
  line-height: 39px;
}

.ui-font-h3-medium {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

.ui-font-h4-medium {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: -0.2px;
}

.ui-font-body-medium {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.2px;
}

.ui-font-subtitle-medium {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.2px;
}

.ui-font-caption-medium {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.17px;
}

.ui-font-h1-bold {
  font-size: 44px;
  font-weight: 700;
  line-height: 53px;
}

.ui-font-h2-bold {
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
}

.ui-font-h3-bold {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.ui-font-h4-bold {
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: -0.2px;
}

.ui-font-body-bold {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.2px;
}

.ui-font-subtitle-bold {
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: -0.2px;
}

.ui-font-caption-bold {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: -0.17px;
}

/*
  Функция обрезающая единицы измерения и возвращающая число
  @param {Number}
  @return {Number}
*/
/** Flex mixins */
/** Grid mixins */
/** Gap mixins */
/** Line clamp mixins */
/** Margin&Padding mixins */
/** Other mixins */
.fl-lp-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  max-width: 1346px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .fl-lp-container {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 960px;
  }
}
@media screen and (max-width: 768px) {
  .fl-lp-container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 720px;
  }
}
@media screen and (max-width: 576px) {
  .fl-lp-container {
    max-width: 540px;
  }
}
@media screen and (max-width: 430px) {
  .fl-lp-container {
    max-width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .fl-lp-container {
    max-width: 100%;
  }
}
.fl-lp-header {
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fl-lp-header > * + * {
  margin-left: 10px;
}

.fl-lp-header__block {
  display: flex;
  align-items: center;
}

.fl-lp-header__menu {
  margin-right: 16px;
}

.fl-lp-header__logo {
  margin-bottom: 0;
  margin-right: 64px;
}

.fl-lp-header__nav {
  display: flex;
  align-items: center;
}

.fl-lp-header__nav > * + * {
  margin-left: 44px;
}

.fl-lp-header__nav--link:link, .fl-lp-header__nav--link:visited {
  font-size: 18px;
  line-height: 22px;
  transition: color 0.2s;
  font-weight: 500;
  color: #4F4F4F;
}

.fl-lp-header__nav--link:link:hover, .fl-lp-header__nav--link:visited:hover {
  color: #333333;
}

.fl-lp-header__nav--link.dropdown-toggle::after {
  transition: transform 0.2s;
  content: "\f110";
  border: none;
  font-family: "LineAwesome", serif;
  font-size: 0.9em;
  vertical-align: unset;
}

.fl-lp-header__nav--link.dropdown-toggle[aria-expanded=true]::after {
  transform: rotate(180deg);
}

.fl-lp-header__buttons {
  display: flex;
  align-items: center;
}

.fl-lp-header__buttons--button-xs {
  width: 79px;
}

.fl-lp-header__buttons--button-s {
  width: 116px;
}

.fl-lp-header__buttons--button-m {
  width: 202px;
}

.fl-lp-header__buttons > * + * {
  margin-left: 15px;
}

@media screen and (max-width: 768px) {
  .fl-lp-header__logo {
    margin: 0;
  }
  .fl-lp-header__logo {
    max-width: 193px;
    width: 100%;
  }
  .fl-lp-header__logo img {
    width: 100%;
  }
}
@media screen and (max-width: 430px) {
  .fl-lp-header__buttons--button-xs {
    width: unset;
  }
}
.fl-lp-footer-container {
  margin-top: 174px;
  background-color: #0060E1;
}

@media screen and (max-width: 768px) {
  .fl-lp-footer-container {
    margin-top: 32px;
  }
}
.fl-lp-footer {
  padding-top: 54px;
  padding-bottom: 58px;
}

.fl-lp-footer-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fl-lp-footer-main-buttons {
  display: flex;
  gap: 24px;
}

.fl-lp-footer-main__button {
  font-weight: 500;
  color: #fff;
  border: 1px solid #fff;
}

.fl-lp-footer-main__button.size-s {
  min-width: 136px;
}

.fl-lp-footer-main__button._primary {
  background-color: #fff;
  color: #0060E1;
  border: none;
}

.fl-lp-footer-info {
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
}

.fl-lp-footer-info._mobile {
  display: none;
}

.fl-lp-footer-info__address {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}

.fl-lp-footer-info-credits {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 296px;
}

.fl-lp-footer-info-credits__text {
  font-size: 16px;
  line-height: 20px;
  margin-right: 16px;
  color: #fff;
}

.fl-lp-footer-info-credits__link:link {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  font-weight: 700;
  color: #fff;
}

.fl-lp-footer-info-credits__link:hover {
  color: #70ADFF;
}

.fl-lp-footer-columns {
  display: grid;
  grid-template-columns: repeat(3, 296px);
  grid-row-gap: 40px;
  grid-gap: 24px;
  justify-content: space-between;
  margin-top: 44px;
}

.fl-lp-footer-columns__block {
  display: grid;
  gap: 40px;
}

@media screen and (max-width: 768px) {
  .fl-lp-footer-columns__block {
    gap: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .fl-lp-footer-columns {
    grid-template-columns: repeat(2, 296px);
  }
}
@media screen and (max-width: 768px) {
  .fl-lp-footer-columns {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 24px;
    grid-gap: 22px;
    margin-top: 24px;
  }
}
@media screen and (max-width: 576px) {
  .fl-lp-footer-columns {
    grid-template-columns: 1fr;
  }
}
.fl-lp-footer-links {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 300px;
  text-align: left;
}

.fl-lp-footer-links__title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 4px;
  font-weight: 700;
  color: #fff;
}

.fl-lp-footer-links__link {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}

.fl-lp-footer-links__link:visited {
  color: #fff;
}

.fl-lp-footer-links__link:link {
  color: #fff;
}

.fl-lp-footer-links__link:hover {
  color: #70ADFF;
}

.fl-lp-footer__apps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

@media screen and (max-width: 768px) {
  .fl-lp-footer__apps {
    grid-template-columns: 1fr;
  }
}
.fl-lp-footer__apps._reverse-gap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.fl-lp-footer__app-link {
  transition: color 0.2s, background-color 0.2s;
  display: flex;
  gap: 4px;
  min-width: 139px;
  max-width: -moz-min-content;
  max-width: min-content;
  padding: 11px;
  border-radius: 4px;
  border: 1px solid #E0E0E0;
  color: white;
  white-space: nowrap;
  cursor: pointer;
}

.fl-lp-footer__app-link:visited, .fl-lp-footer__app-link:link {
  color: white;
}

.fl-lp-footer__app-link:hover {
  background-color: #2678E5;
}

.fl-lp-footer__copyrights {
  font-size: 16px;
  line-height: 20px;
  max-width: 830px;
  margin: auto;
  padding-top: 256px;
  text-align: center;
  color: #fff;
}

.fl-lp-footer__logo {
  max-width: 165px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 768px) {
  .fl-lp-footer {
    padding-top: 32px;
    padding-bottom: 78px;
  }
  .fl-lp-footer-main {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .fl-lp-footer-main-buttons {
    gap: 14px;
  }
  .fl-lp-footer-info {
    display: none;
  }
  .fl-lp-footer-info__address {
    font-size: 14px;
    line-height: 18px;
  }
  .fl-lp-footer-info-credits {
    gap: 16px;
  }
  .fl-lp-footer-info-credits__text {
    display: none;
  }
  .fl-lp-footer-info-credits__link:link {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
  }
  .fl-lp-footer-info._mobile {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 32px;
  }
  .fl-lp-footer-links__title {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 0px;
  }
  .fl-lp-footer-links__link {
    font-size: 14px;
    line-height: 18px;
  }
  .fl-lp-footer__copyrights {
    display: none;
  }
}
.fl-lp-h1 {
  font-size: 72px;
}

.fl-lp-h2 {
  font-size: 54px;
}

.fl-lp-h3 {
  font-size: 44px;
}

.fl-lp-text-center {
  text-align: center;
}

.fl-lp-h1, .fl-lp-h2, .fl-lp-h3 {
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .fl-lp-h1, .fl-lp-h2, .fl-lp-h3 {
    font-size: 24px;
  }
}
.fl-lp-h4, .fl-lp-h5, .fl-lp-h6 {
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .fl-lp-h4, .fl-lp-h5, .fl-lp-h6 {
    font-size: 24px;
    line-height: 1.2;
  }
}
.fl-lp-full {
  min-height: 100vh;
  width: 100%;
}

.fl-lp-margin-bottom-l {
  margin-bottom: 50px;
}

.fl-lp-margin-bottom-x {
  margin-bottom: 115px;
}

.fl-lp-column-2 {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(2, calc(50% - 20px));
}

.fl-lp-grid-item-right {
  justify-self: right;
}

.fl-lp-clip-content {
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .fl-lp-column-2 {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 769px) {
  .fl-lp-text-md-center {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .fl-lp-margin-bottom-l {
    margin-bottom: 16px;
  }
  .fl-lp-margin-bottom-x {
    margin-bottom: 24px;
  }
}
