body {
  font-family: 'SFUIDisplay-Regular';
  font-size: 14px;
}

.header-vi {
  width: 58px;
  height: 23px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: -20px;
  z-index: 99;
  background: url("../img/vi_bg.svg") 0px 0px no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}


.header {
  background: #081456;
  padding: 0px 0px;
  position: relative;
  z-index: 666;
}
.header__container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.header__burger {
  display: none;
}
.header__input {
  margin-left: auto;
  display: none;
}



.header-menu {
  margin-left: 34px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}


.header-currency {
  display: none;
  margin-left: 60px;
}


.bottom-bar {
  background: linear-gradient(0deg, rgba(5, 20, 90, 0.7), rgba(5, 20, 90, 0.7)), #0F23E1;
  padding: 90px 0px;
}
.bottom-bar__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bottom-bar__location {
  margin-top: 52px;
}
.bottom-bar__email {
  margin-top: 30px;
}
.bottom-bar__contacts {
  width: 100%;
  max-width: 330px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.bottom-bar__menu {
  width: 100%;
  margin-left: 105px;
}
.bottom-bar__address {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}



.footer {
  background: #05145A;
  padding-top: 32px;
  padding-bottom: 28px;
}
.footer__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer__left {
  width: 100%;
  max-width: 325px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.footer__logomobile {
  display: none;
}
.footer__copyright {
  margin-top: 22px;
}
.footer__right {
  width: 100%;
  margin-left: 105px;
}
.footer__text {
  margin-top: 24px;
}
.footer__rules {
  margin-top: 24px;
}
.footer__apps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__social {
  margin-left: auto;
}


.header-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
.header-items__link,
.header-items__location {
  margin-left: 45px;
  display: flex;
}



.nav-bar {
  padding: 0px 0px;
  background-color: #ffffff;
  position: relative;
  z-index: 555;
  border-bottom: 1px solid rgba(217, 217, 217, 0.3);
}
.nav-bar__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: space-between;
}





.main-menu {
  padding-left: 0px;
  margin-bottom: 0px;
  display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.main-menu__item {
  list-style: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 32px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.main-menu__link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-top: 31px;
  padding-bottom: 33px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #05145A;
  cursor: pointer;
}
.main-menu__link:hover,
.main-menu__link--active {
  color: #2D3FE5;
  border-bottom: 2px solid #0F23E1;
  text-decoration: none;
}



.menu-banner {
  position: relative;
  background: url('../img/menu-banner-bg.png') -430px center no-repeat;
  background-size: cover;
}
.menu-banner__inner {
  padding-top: 31px;
  padding-bottom: 37px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 109px;
  padding-left: 396px;
}
.menu-banner__img {
  position: absolute;
  left: -25px;
}
.menu-banner__list {
  margin-top: 17px;
}
.menu-banner__btn {
  width: 180px;
  margin-top: 20px;
}




.banner-link-arrow {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: #00D2FF;
  border-radius: 9px;
  padding: 7px 16px;
}
.banner-link-arrow:hover {
  background: #081456;
}
.banner-link-arrow__icon {
  margin-top: 2px;
  margin-right: 8px;
  display: none;
}
.banner-link-text,
.banner-link-arrow__text {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
}
.banner-link-arrow__text:hover {
  text-decoration: none;
  color: #ffffff;
}
.banner-link-arrow__text:hover:after {
  border-color: transparent;
}
.banner-link-arrow__text:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-bottom: 1px solid;
  display: none;
}


.banner-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner-heading__play {
  margin-left: 30px;
}

.play-text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  text-align: center;
}



.slider-nav-second,
.slider-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.slider-nav-second__dots,
.slider-nav__dots {
  margin: 0px 16px;
}
.default-nav {
  height: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.default-nav__prev--reverse svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.default-nav__btn {
  width: 42px;
  height: 42px;
  padding: 0px 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  border: 2px solid #FFFFFF;
  background-color: transparent;
}
.default-nav__btn:active,
.default-nav__btn:focus,
.default-nav__btn:hover {
  background-color: #FFFFFF;
  outline: none;
}
.default-nav__btn:active svg,
.default-nav__btn:focus svg,
.default-nav__btn:hover svg,
.default-nav__btn:active path,
.default-nav__btn:focus path,
.default-nav__btn:hover path {
  stroke: #0033FF;
  fill: #0033FF;
}



.block-calculators {
  padding-top: 155px;
  padding-bottom: 150px;
  background-size: cover;
  margin-top: -60px;
  background: #05145A;
  border-radius: 30px;
  margin-left: 30px;
  margin-right: 30px;
}
.block-calculators__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 87px;
}
.block-calculators__title {
  display: flex;
  justify-content: center;
}
.block-calculators__inner--medium {
  margin-top: 93px;
  width: 100%;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
.block-calculators__others {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.block-calculators__form {
  width: 100%;
  max-width: 520px;
}
.block-calculators__form--medium {
  max-width: 370px;
}
.block-calculators__offers {
  width: 100%;
  max-width: 592px;
  margin-left: auto;
}
.block-calculators__offers--small {
  max-width: 450px;
}
.calculator-form {
  width: 100%;
}
.calculator-form__head {
  margin-bottom: 30px;
}
.calculator-form__group {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 28px;
}
.calculator-form__range {
  margin-top: -2px;
  margin-left: 22px;
  margin-right: 22px;
}
.calculator-form__values {
  padding: 0px 0px;
  margin-top: 20px;
}
.calculator-form__scheme {
  margin-top: 25px;
}
.calculator-form__params {
  margin-top: 32px;
}
.calculator-form__checkboxes {
  margin-bottom: 35px;
}
.slider-values {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.slider-values__min {
  font-family: "SFUIDisplay-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #FFFFFF;
}
.slider-values__max {
  font-family: "SFUIDisplay-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #FFFFFF;
}

.payment-scheme__heading {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
  text-transform: uppercase;
}
.payment-scheme__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.payment-scheme__switch {
  margin: 0px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkbox-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.checkbox-vertical__item {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkbox-vertical__item:last-child {
  margin-bottom: 0px;
}



.checkboxes-vertical {

}
.checkboxes-vertical__label {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF;
  cursor: pointer;
  margin-bottom: 25px;
}


.calculation-offers {
  width: 100%;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 20px 60px rgba(15, 35, 225, 0.6);
          box-shadow: 0px 20px 60px rgba(15, 35, 225, 0.6);
  border-radius: 8px;
  padding: 60px 50px;
  position: relative;
}
.calculation-offers__head {
  padding-bottom: 23px;
  border-bottom: 1px solid #E4E6F1;
  margin-bottom: 22px;
  display: none;
}
.calculation-offers__btn {
  width: 197px;
  margin-top: 40px;
}
.calculation-offers__btn--fluid {
  width: 100%;
  max-width: 100%;
}
.calculation-offers__amount {
  padding-bottom: 20px;
  border-bottom: 1px solid #E4E6F1;
}
.calculation-offers__info {
  padding-top: 25px;
  border-bottom: 1px solid #E4E6F1;
  padding-bottom: 39px;
}
.calculation-offers__text {
  padding-top: 25px;
}
.calculation-offers__shedule {
  margin-top: 27px;
}
.calculation-offers:after {
  content: '';
  display: block;
  position: absolute;
  height: 16px;
  bottom: -16px;
  left: 17px;
  right: 17px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0px 30px 80px rgb(5 20 4.5%);
          box-shadow: 0px 30px 80px rgb(5 20 4.5%);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.calculation-offers:before {
  content: '';
  display: block;
  position: absolute;
  height: 32px;
  bottom: -32px;
  left: 32px;
  right: 32px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0px 30px 80px rgba(5, 20, 90, 0.2);
          box-shadow: 0px 30px 80px rgba(5, 20, 90, 0.2);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}




.offers-table {
  width: 100%;
}
.offers-table__td {
  padding-bottom: 13px;
}
.offers-table__text {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #9799A4;
}
.offers-table__value {
  font-family: Affect;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 100%;
  text-transform: uppercase;
  color: #05145A;
}
.offers-table__value--large {
  font-size: 44px;
  color: #0F23E1;
}
.offers-info__item {
  margin-bottom: 30px;
}
.offers-info__item:last-child {
  margin-bottom: 0px;
}





.banner-apps__item {
  margin-bottom: 11px;
}
.banner-apps__item:last-child {
  margin-bottom: 0px;
}





.footer-apps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-apps__text {
  font-family: "SFUIDisplay-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
}
.footer-apps__item {
  margin-left: 31px;
}
.footer-apps__item:first-child {
  margin-left: 0px;
}
.footer-app {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-app__icon {
  width: 38px;
  height: 38px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
}
.footer-app__icon--mright {
  margin-right: 17px;
}
.footer-app__text {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
}




.credit-title {
  font-family: Affect;
  font-style: normal;
  font-weight: bold;
  font-size: 44px;
  line-height: 100%;
  text-transform: uppercase;
  color: #FFFFFF;
}
.credit-text {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 150.2%;
  color: #FFFFFF;
}
.credit-items ul {
  padding-left: 0px;
  margin-bottom: 0px;
}
.credit-items li {
  list-style: none;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 117%;
  color: #FFFFFF;
  margin-bottom: 16px;
  background: url('../img/check-mark.svg') 0px center no-repeat;
  padding: 4px 0px 4px 32px;
}
.credit-items li:last-child {
  margin-bottom: 0px;
}
.credit-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.credit-btns__btn {
  margin-right: 48px;
  z-index: 222;
}
.credit-btns__btn:last-child {
  margin-right: 0px;
}


.credit-title-second {
  font-family: "SFUIDisplay-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 39px;
  color: #FFFFFF;
}

.credit-text-second {
  font-family: "SFUIDisplay-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #FFFFFF;
}
.credit-text-second p:last-child {
  margin-bottom: 0px;
}
.credit-text-second h1,
.credit-text-second h2,
.credit-text-second h3,
.credit-text-second h4,
.credit-text-second h5,
.credit-text-second h6 {
  font-family: "SFUIDisplay-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 30px;
  color: #FFFFFF;
  margin-bottom: 35px;
}
.credit-text-second ul {
  padding-left: 13px;
  margin-bottom: 0px;
}

.transfer-systems {
  padding-top: 81px;
  padding-bottom: 120px;
}
.transfer-systems__item {
  margin-bottom: 33px;
}
.transfer-bank {
  padding-top: 98px;
  padding-bottom: 128px;
  background: #F2F4F8;
}
.transfer-bank__inner {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}



.default-table table {
  width: 100%;
  border-collapse: unset;
  border-spacing: 0;
  background: #fff;
}
.default-table tr:first-child td,
.default-table tr:first-child th {

}
.default-table tr:nth-child(2n) td {
  background: #ffffff;
}
.default-table tr:nth-child(2n+1) td {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.03)), #FAFAFB;
}
.default-table td,
.default-table th {
  font-family: "SFUIDisplay-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #26262C;
  padding: 22px 30px;
  vertical-align: top;
}
.default-table tr td:first-child,
.default-table tr th:first-child {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.default-table tr td:last-child,
.default-table tr th:last-child {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}


.commission-content p {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  color: #05145A;
  margin-bottom: 30px;
}
.commission-content p small {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
}
.commission-content h1,
.commission-content h2,
.commission-content h3,
.commission-content h4,
.commission-content h5,
.commission-content h6 {
  font-family: Affect;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  color: #05145A;
  margin-bottom: 20px;
}
.strong-content p {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  color: #05145A;
  margin-bottom: 35px;
}
.strong-content h1,
.strong-content h2,
.strong-content h3,
.strong-content h4,
.strong-content h5,
.strong-content h6 {
  font-family: Affect;
  font-style: normal;
  font-weight: bold;
  font-size: 44px;
  line-height: 44px;
  text-transform: uppercase;
  color: #05145A;
  margin-bottom: 25px;
}


.securities-content {
  width: 100%;
  display: inline-block;
}
.securities-content h1,
.securities-content h2,
.securities-content h3,
.securities-content h4,
.securities-content h5,
.securities-content h6 {
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 28px;
  color: #05145A;
  margin-bottom: 35px;
}
.securities-content p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  color: #05145A;
  margin-bottom: 25px;
}
.securities-content ul {
  margin-top: 0px;
  margin-bottom: 23px;
  padding-left: 0px;
}
.securities-content ul li {
  list-style: none;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #05145A;
  margin-bottom: 25px;
  position: relative;
  padding-left: 20px;
}
.securities-content ul li:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #05145A;
  border-radius: 100%;
  position: absolute;
  top: 11px;
  left: 0;
}
.securities-content hr {
  display: block;
  width: 100%;
  border-color: rgb(0 51 254);
  margin-top: 0px;
  margin-bottom: 15px;
}



.securities-content-small {
  width: 100%;
  display: inline-block;
}
.securities-content-small h1,
.securities-content-small h2,
.securities-content-small h3,
.securities-content-small h4,
.securities-content-small h5,
.securities-content-small h6 {
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: normal;
  color: #05145A;
  margin-bottom: 20px;
}
.securities-content-small p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  color: #05145A;
  margin-bottom: 25px;
}
.securities-content-small ul {
  margin-top: 0px;
  margin-bottom: 23px;
  padding-left: 0px;
}
.securities-content-small ul li {
  list-style: none;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #05145A;
  margin-bottom: 25px;
  position: relative;
  padding-left: 20px;
}
.securities-content-small ul li:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #05145A;
  border-radius: 100%;
  position: absolute;
  top: 11px;
  left: 0;
}
.securities-content-small hr {
  display: block;
  width: 100%;
  border-color: rgb(0 51 254);
  margin-top: 0px;
  margin-bottom: 15px;
}




.news-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.news-cards__item {
  width: 50%;
  margin-right: 42px;
  position: relative;
}
.news-cards__item:hover {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 51, 255, 0.42);
          box-shadow: 0px 4px 20px rgba(0, 51, 255, 0.42);
  border-radius: 8px;
}
.news-cards__item:nth-child(2n) {
  margin-right: 0px;
}








.white-link {
  font-family: "SFUIDisplay-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
  display: inline-block;
}
.white-link:hover {
  text-decoration: none;
  color: #FFFFFF;
}

.rules-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 88px;
  padding-bottom: 105px;
}
.rules-items__item {
  margin-right: 40px;
}
.rules-items__item:nth-child(4n) {
  margin-right: 0px;
}
.bank-commission {
  padding-top: 66px;
  padding-bottom: 104px;
  background: #F2F4F8;
}
.bank-commission__inner {
  width: 100%;
  max-width: 841px;
}
.bank-commission__form {
  margin-bottom: 50px;
}
.search-form__group {
  position: relative;
}
.search-form__btn {
  position: absolute;
  top: 0;
  right: 33px;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}



.tarif-table h1,
.tarif-table h2,
.tarif-table h3,
.tarif-table h4,
.tarif-table h5,
.tarif-table h6 {
  font-family: Affect;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 28px;
  text-transform: uppercase;
  color: #05145A;
  margin-bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tarif-table h1:after,
.tarif-table h2:after,
.tarif-table h3:after,
.tarif-table h4:after,
.tarif-table h5:after,
.tarif-table h6:after {
  content: '';
  width: 85px;
  height: 2px;
  background: #E2E2E2;
  margin-top: 25px;
  margin-bottom: 20px;
}



/*.tarif-table table {
  width: 100%;
  table-layout: fixed;
}
.tarif-table tr td {
  width: 350px;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  color: #05145A;
  vertical-align: baseline;
  padding-bottom: 50px;
}
.tarif-table tr td:last-child {
  width: 515px;
  font-family: Affect;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  color: #0F23E1;
}
*/

.fixed-table table {
  width: 100%;
}
.fixed-table tr td {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  color: #05145A;
  vertical-align: top;
  padding-bottom: 55px;
}
.fixed-table tr td:first-child {
  font-family: Affect;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 28px;
  text-transform: uppercase;
  color: #05145A;
}
.fixed-table tr td:last-child {
  font-weight: normal;
  text-align: right;
}
.fixed-table tr:last-child td {
  padding-bottom: 0px;
}




/*
.card-application {
  background: #05145a url('../img/application-bg.jpg') center center no-repeat;
}
.card-application__inner {
  background: url('../img/application-bg2.png') center center no-repeat;
}
.card-application__girl {
  width: 100%;
  max-width: 1465px;
  padding-top: 120px;
  padding-bottom: 125px;
  background: url('../img/application-girl.png') right bottom no-repeat;
  margin-left: auto;
  margin-right: auto;
}
.card-application__form {
  width: 100%;
  max-width: 625px;
  margin-top: 135px;
}
*/



.accredited-block {
  background: #F2F4F8;
  padding-top: 80px;
  padding-bottom: 60px;
}
.accredited-items__item {
  padding-bottom: 0px;
}
.accredited-items__item--active {
  padding-bottom: 30px;
}
.accredited-items__item--active .arrow-closed__arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.accredited-items__item--active .accredited-item__head {
  border-color: transparent;
}
.accredited-items__item--active .accredited-item__inner {
  background: #FFFFFF;
}
.accredited-items__item:last-child {
  padding-bottom: 0px;
  border-bottom: 0px;
}
.accredited-item {
  width: 100%;
  overflow: hidden;
}
.accredited-item__inner {
  background: #FFFFFF;
  padding-right: 55px;
  padding-left: 55px;
  border-radius: 10px;
}
.accredited-item__inner--transparent {
  background: transparent;
}
.accredited-item__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #DBDBDB;
}
.accredited-item__bottom {
  padding-top: 50px;
  border-top: 1px solid #DBDBDB;
  padding-top: 35px;
  padding-bottom: 35px;
  display: none;
}
.accredited-item__bottom--hidden {
  display: none;
}
.accredited-location {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.accredited-location__icon {
  margin-right: 19px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.accredited-location__text {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #05145A;
}
.accredited-location__text:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.accredited-location__text:hover {
  text-decoration: none;
  color: #00D2FF;
}




.programs-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.programs-items__item:not(.programs-item-hidden) {
  width: calc((100% / 2) - 15px);
  position: relative;
}
/*.programs-items__item:not(.programs-item-hidden):nth-child(2n) {
  margin-right: 0px;
}*/
.programs-items__slide {
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 20px;
}
.programs-items--fluid .programs-items__item:not(.programs-item-hidden) {
  width: 100%;
}
.programs-items--fluid .credit-item {
  max-width: 100%;
}
.programs-items--fluid .credit-item::after {
  width: 100%;
}


.program-item {
  width: 100%;
  height: 384px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  overflow: hidden;
}
.program-item__inner {
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(63.54%, rgba(5, 20, 90, 0.5)), to(#05145A));
  background: -o-linear-gradient(top, rgba(5, 20, 90, 0.5) 63.54%, #05145A 100%);
  background: linear-gradient(180deg, rgba(5, 20, 90, 0.5) 63.54%, #05145A 100%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 45px;
  padding-bottom: 45px;
  padding-left: 64px;
  padding-right: 64px;
}
.credit-item__section .credit-section {
  margin-right: 10px;
}


.payments-transfers {
  padding-top: 59px;
  padding-bottom: 100px;
}
.payments-transfers__container {
  width: 100%;
  max-width: 1535px;
  margin-left: auto;
  margin-right: auto;
}
.payments-transfers__items {
  margin-top: 85px;
}
.payments-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.payments-items__item {
  width: calc((100% - 32px * 2) / 3);
  margin-bottom: 54px;
  margin-right: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  position: relative;
}
.payments-items__item .btn-view-white {
  position: inherit;
}
.payments-items__item:nth-child(3n) {
  margin-right: 0px;
}
.payments-items__item:hover {
  -webkit-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
          transform: translateY(-15px);
}
.payments-content {
  
}
.payments-content__container {
  width: 100%;
  max-width: 1535px;
  margin-left: auto;
  margin-right: auto;
  background: #FFFFFF;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-top: 100px;
  padding-left: 281px;
  padding-right: 281px;
  padding-bottom: 125px;
}
.payments-content__files {
  margin-top: 78px;
}


.floating-block {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  z-index: 3333;
  background: #ffffff;
  overflow: auto;
}
.floating-block__header {
  background: #05145A;
  padding: 15px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.floating-block__closed {
  cursor: pointer;
}
.floating-block__search {
  background: #05145A;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 17px;
  padding-right: 17px;
  padding-top: 40px;
}
.floating-block__menu {
  background: #05145A;
  padding-top: 55px;
  padding-bottom: 40px;
  padding-left: 17px;
  padding-right: 17px;
}
.floating-block__slider {
  background-color: #ffffff;
}
.floating-block__contacts {
  padding-top: 122px;
  padding-left: 17px;
  padding-right: 17px;
  padding-bottom: 33px;
  background: #ffffff;
}
.floating-block__offices {
  margin-top: 14px;
}



.arrow-box {
  width: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 55px;
  left: 0;
  bottom: 13px;
}
.arrow-box:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 9px;
  background: url(../img/arrow_box.svg) 0px bottom no-repeat;
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  margin: auto;
}
.arrow-box__line {
  width: 2.1px;
  height: 100%;
  background-color: #0F23E1;
  border-radius: 15px;
}




.bx-pagination {
  margin-top: 70px;
}
.bx-pagination a:first-child,
.bx-pagination a:last-child {
  display: none;
}
.bx-pagination font {
  display: inline-block;
}
.bx-pagination font:first-child {
  display: none;
}
.bx-pagination a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  height: 44px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #05145A;
  background: #F3F3F4;
  border-radius: 6px;
  margin-right: 8px;
  padding: 0px 16px;
  }
  .bx-pagination a:hover {
    color: #05145A;
    text-decoration: none;
  }
  .bx-pagination a:nth-last-child(2) {
    margin-right: 0px;
  }

  .bx-pagination b {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
    background: #05145A;
    border-radius: 6px;
    text-decoration: none;
    margin-right: 8px;
  }

.fancybox-bg {
  background: -o-linear-gradient(0.01deg, #05145A 0.02%, #0F23E1 99.45%) !important;
  background: linear-gradient(89.99deg, #05145A 0.02%, #0F23E1 99.45%) !important;
}


.float-modal {
  display: none;
}


.energobank-app {
  
}
.energobank-app__inner {
  border-radius: 10px;
  padding-top: 83px;
  padding-left: 68px;
  padding-bottom: 82px;
  position: relative;
  background-color: #081456;
  overflow: hidden;
}

.app-background {
  background-image: url('/bitrix/templates/.default/img/energobankapp.png');
  background-position: top right;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
}

.app-gradient-second {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  background-image: url('/bitrix/templates/.default/img/apl_banner_grad.png');
  background-position: top right;
  background-repeat: no-repeat;
}

.energobank-app-text {
  font-family: "SFUIDisplay-Regular"; 
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 51px;
  color: #F8F8FA;
}


.app-background-phone {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 4;
}
.app-background-phone:after {
  content: '';
  width: 307px;
  height: 307px;
  background: #24D3FD;
  display: block;
  border-radius: 100%;
  position: absolute;
  top: 82px;
  right: 195px;
}
.app-background-phone:before {
  content: '';
  background-image: url('/bitrix/templates/.default/img/image 58.png');
  background-position: top right;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 4;
}


.energobank-app-row {
  position: relative;
  z-index: 5;
}
.energobank-app-row__item {
  margin-bottom: 55px;
}
.energobank-app-row__item:last-child {
  margin-bottom: 0px;
}


.energobank-app-items {
  display: flex;
}
.energobank-app-items__item {
  margin-right: 10px;
}
.energobank-app-items__item:last-child {
  margin-right: 0px;
} 



.application-banner {
  
}
.application-banner__inner {
  border-radius: 10px;
  padding-top: 83px;
  padding-left: 68px;
  padding-bottom: 82px;
  position: relative;
  background-color: #081456;
  overflow: hidden;
}


.application-banner-text {
  font-family: "SFUIDisplay-Regular"; 
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 45px;
  color: #F8F8FA;
}


.application-banner-row {
  position: relative;
  z-index: 5;
}
.application-banner-row__item {
  margin-bottom: 55px;
}
.application-banner-row__item:last-child {
  margin-bottom: 0px;
}


.application-banner-items {
  display: flex;
}
.application-banner-items__item {
  margin-right: 10px;
}
.application-banner-items__item:last-child {
  margin-right: 0px;
} 



.application-banner-background-phone {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 4;
}
.application-banner-background-phone:after {
  content: '';
  width: 307px;
  height: 307px;
  background: #24D3FD;
  display: block;
  border-radius: 100%;
  position: absolute;
  top: 25px;
  right: 161px;
}
.application-banner-background-phone:before {
  content: '';
  background-image: url('/bitrix/templates/.default/img/appl_banner_bg.png');
  background-position: top right;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 4;
}


.application-banner-background {
  background-image: url('/bitrix/templates/.default/img/energobankapp.png');
  background-position: top right;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
}

.application-banner-gradient-second {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  background-image: url('/bitrix/templates/.default/img/apl_banner_grad.png');
  background-position: top right;
  background-repeat: no-repeat;
}

.application-banner-btn {
  width: 100%;
  max-width: 246px;
}



.application-form__slider {
  position: relative;
  margin-bottom: 30px;
}
.application-form__values {
  margin-top: 5px;
}
.application-form__group {
  margin-bottom: 27px;
}
.application-form__label {
  padding-left: 22px;
}
.application-form__personal {
  margin-top: 17px;
  display: inline-block;
}
.application-form__button {
  margin-top: 45px;
  width: 100%;
  max-width: 364px;
}
.application-form__button--center {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1200px) {
  .application-form__personal {
    margin-top: 0px;
  }
}
@media (max-width: 1200px) {
  .application-form__button {
    margin-top: 27px;
    max-width: 100%;
  }
}


.application-title {
  font-family: Affect;
  font-style: normal;
  font-weight: bold;
  font-size: 44px;
  line-height: 44px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.application-label {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.application-input {
  width: 100%;
  height: 72px;
  background: #FFFFFF;
  -webkit-box-shadow: inset 0px -5px 20px rgba(15, 35, 225, 0.35);
          box-shadow: inset 0px -5px 20px rgba(15, 35, 225, 0.35);
  border-radius: 4px;
  padding: 22px 22px;
  border: 0px;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  color: #9799A4;
}
.application-input::-webkit-input-placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  color: #9799A4;
}
.application-input::-moz-placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  color: #9799A4;
}
.application-input:-ms-input-placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  color: #9799A4;
}
.application-input::-ms-input-placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  color: #9799A4;
}
.application-input::placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  color: #9799A4;
}
.application-input:active,
.application-input:focus {
  outline: none;
}


@media (max-width: 1200px) {
  .application-input {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 1200px) {
  .application-input::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 22px;
  }
  .application-input::-moz-placeholder {
    font-size: 16px;
    line-height: 22px;
  }
  .application-input:-ms-input-placeholder {
    font-size: 16px;
    line-height: 22px;
  }
  .application-input::-ms-input-placeholder {
    font-size: 16px;
    line-height: 22px;
  }
  .application-input::placeholder {
    font-size: 16px;
    line-height: 22px;
  }
}

/*Block dadata ad*/
.suggestions-wrapper a {
  display: none !important;
}