.default-btn {
  width: 100%;
  background: #0F23E1;
  -webkit-box-shadow: 0px 4px 12px rgba(15, 35, 225, 0.2), inset 0px -5px 10px rgba(5, 20, 90, 0.15);
          box-shadow: 0px 4px 12px rgba(15, 35, 225, 0.2), inset 0px -5px 10px rgba(5, 20, 90, 0.15);
  border-radius: 12px;
  position: relative;
  outline: none;
  padding: 0px 0px;
  border: none;
}
.default-btn__inner {
  width: 100%;
  height: 56px;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 25px;
}
.default-btn__text {
  font-family: "SFUIDisplay-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #FFFFFF;
  text-align: center;
}
.default-btn__text:hover {
  text-decoration: none;
  color: #05145A;
}
.default-btn__text:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.default-btn__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.default-btn__icon--mleft {
  margin-left: 12px;
}
.default-btn__icon--mright {
  margin-right: 12px;
}
.default-btn:hover,
.default-btn:focus,
.default-btn:active {
  background-color: #00d2ff;
  outline: none;
}
.default-btn__inner:hover path {
  fill: #05145A;
}

.form-btn {
  width: 100%;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 12px rgba(15, 35, 225, 0.2), inset 0px -5px 10px rgba(5, 20, 90, 0.15);
          box-shadow: 0px 4px 12px rgba(15, 35, 225, 0.2), inset 0px -5px 10px rgba(5, 20, 90, 0.15);
  border-radius: 4px;
  position: relative;
  outline: none;
  padding: 0px 0px;
  border: none;
}
.form-btn__inner {
  height: 56px;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 30px;
}
.form-btn__text {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #05145A;
}
.form-btn__text:hover {
  text-decoration: none;
  color: #05145A;
}
.form-btn__text:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.form-btn__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.form-btn__icon--mleft {
  margin-left: 12px;
}
.form-btn__icon--mright {
  margin-right: 12px;
}
.form-btn:hover {
  background: #00D2FF;
}


.banner-heading__text {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
  text-align: center;
  display: inline-block;
  background: #00D2FF;
  border-radius: 9px;
  padding: 7px 15px;
}
.banner-heading__text:hover {
  color: #FFFFFF;
  text-decoration: none;
  border-color: transparent;
}
.banner-heading__text--underline {
  
}
.menu-banner-ul {
  padding-left: 0px;
  margin-bottom: 0px;
}
.menu-banner-ul__item {
  list-style: none;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19.07px;
  color: #05145A;
}
.menu-banner-title {
  font-family: Affect;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 32px;
  color: #05145A;
}


.slider-btn {
  width: 56px;
  height: 56px;
  padding: 0px 0px;
  outline: none;
  border-radius: 100%;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-btn:active,
.slider-btn:focus,
.slider-btn:hover {
  outline: none;
  border-color: #ffffff;
}
.slider-btn--second {
  border: 2px solid #081456;
}
.slider-btn--second:hover,
.slider-btn--second:focus,
.slider-btn--second:active {
  border-color: #081456;
  background-color: #081456;
}
.slider-btn--second:hover path,
.slider-btn--second:focus path,
.slider-btn--second:active path {
  fill: #ffffff;
  stroke: #ffffff;
}

.slider-dots-second,
.slider-dots {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.slider-dots-second__item,
.slider-dots__item {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: none;
  background: transparent;
  padding: 0px 0px;
  outline: none;
  -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: 2px solid transparent;
  position: relative;
}
.slider-dots-second__item:active,
.slider-dots__item:active,
.slider-dots-second__item:focus,
.slider-dots__item:focus {
  outline: none;
}
.slider-dots-second__item.active,
.slider-dots__item.active {
  border-color: rgba(255, 255, 255, 0.5);
}
.slider-dots-second__item.active span,
.slider-dots__item.active span {
  background-color: #ffffff;
}
.slider-dots-second__item svg,
.slider-dots__item svg {
  position: absolute;
  z-index: 5555;
  top: 0;
  bottom: 0;
  left: -2px;
  right: 0;
  margin: auto;
}
.slider-dots-second__item span,
.slider-dots__item span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.25);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.slider-dots-second__item--second span,
.slider-dots__item--second span {
  background: rgba(8, 20, 86, 0.25);
}
.slider-dots-second__item--second.active span,
.slider-dots__item--second.active span {
  background: #081456;
}
.slider-dots-second__item--second.active,
.slider-dots__item--second.active {
  border-color: rgba(8, 20, 86, 0.25);
}


.gradient-btn {
  position: relative;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, from(#00d4ff), to(#0033ff));
  background: -o-linear-gradient(left, #00d4ff 0%, #0033ff 100%);
  background: linear-gradient(90deg, #00d4ff 0%, #0033ff 100%);
  border-radius: 4px;
  padding: 2px;
}
.gradient-btn__inner {
  width: 100%;
  height: 54px;
  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;
  border-radius: 3px;
  padding: 0px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ffffff;
  z-index: 1;
}
.gradient-btn__inner--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.gradient-btn__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.gradient-btn__icon--mright {
  margin-right: 8px;
}
.gradient-btn__icon--mleft {
  margin-left: 8px;
}
.gradient-btn__link {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #05145A;
}
.gradient-btn:hover {
  background: #0F23E1;
}
.gradient-btn:hover .gradient-btn__inner {
  background: #0F23E1;
}
.gradient-btn:hover .gradient-btn__inner path,
.gradient-btn:hover .gradient-btn__inner circle {
  fill: #00D2FF;
}
.gradient-btn:hover .gradient-btn__link {
  text-decoration: none;
  color: #ffffff;
}

.currency-name {
  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;
}
.currency-name__icon {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  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;
  overflow: hidden;
  margin-right: 10px;
  -webkit-box-shadow: 0px 8px 25px rgba(5, 20, 90, 0.15);
          box-shadow: 0px 8px 25px rgba(5, 20, 90, 0.15);
}
.currency-name__icon--large {
  width: 40px;
  height: 40px;
  margin-right: 18px;
}
.currency-name__text {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
  text-transform: uppercase;
}
.currency-name__text--large {
  font-size: 20px;
  line-height: 30px;
  color: #05145A;
}
.currency-value {
  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;
}
.currency-value__text {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
}
.currency-value__text--large {
  font-size: 20px;
  line-height: 30px;
  color: #05145A;
}
.currency-value__arrow {
  margin-left: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.currency-value__arrow--large {
  margin-left: 17px;
}

.information-link {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #939393;
}
.information-link:hover {
  color: #939393;
  text-decoration: none;
}

.mobile-phone {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #05145A;
}
.mobile-phone:hover {
  text-decoration: none;
  color: #00D2FF;
}

.container {
  width: 100%;
  max-width: 1170px;
  padding-left: 0px;
  padding-right: 0px;
}
.block-title {
  /*font-family: Affect;
  font-style: normal;
  font-weight: bold;
  font-size: 44px;
  line-height: 100%;
  text-transform: uppercase;
  color: #05145A;*/
  font-family: "SFUIDisplay-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 58px;
  color: #26262C;
  margin-bottom: 0px;
}
.offers-title {
  /*font-family: Affect;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 100%;
  text-transform: uppercase;
  color: #05145A;*/
  font-family: "SFUIDisplay-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  color: #26262C;
}
.form-title {
  font-family: Affect;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 44px;
  text-align: center;
  text-transform: uppercase;
  color: #05145A;
  margin-bottom: 0px;
}
.form-title--large {
  font-weight: bold;
  font-size: 44px;
}
.form-subtitle {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 24px;
  color: #05145A;
  margin-bottom: 0px;
}
.form-error {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 13px;
  color: red;
  margin-bottom: 0px;
}
.form-success {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 13px;
  color: green;
  margin-bottom: 0px;
}
.box-title {
  font-family: "SFUIDisplay-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 29px;
  line-height: 38px;
  color: #000000;
}
.box-text {
  font-family: "SFUIDisplay-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: rgba(0,0,0,0.7);
}
.default-title {
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 45px;
  color: #05145A;
}
.rule-title {
  font-family: Affect;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: #05145A;
}


.btn-view {
  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;
  position: relative;
}
.btn-view__text {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  text-align: right;
  color: #05145A;
  border-bottom: 3px solid transparent;
}
.btn-view__text--white {
  color: #ffffff;
}
.btn-view__text--small {
  font-size: 16px;
  line-height: 22px;
}
.btn-view__text:hover {
  text-decoration: none;
  color: #05145A;
}
.btn-view__text--white:hover {
  color: #ffffff;
}
.btn-view__icon {
  width: 31px;
  height: 31px;
  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: 2px solid rgba(5, 20, 90, 0.25);
  border-radius: 100%;
  margin-left: 8px;
}
.btn-view__icon--white {
  border: 2px solid rgba(255, 255, 255, 0.25);
}
.btn-view__icon--small {
  width: 28px;
  height: 28px;
}


.btn-view-white {
  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;
  position: relative;
}
.btn-view-white__text {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  text-align: right;
  color: #ffffff;
  border-bottom: 3px solid transparent;
}
.btn-view-white__text:hover {
  text-decoration: underline;
  color: #ffffff;
}
.btn-view-white__text:hover + .btn-view-white__icon {
  background-color: #ffffff;
}
.btn-view-white__text:hover + .btn-view-white__icon svg,
.btn-view-white__text:hover + .btn-view-white__icon path {
  fill: #0033FF;
}
.btn-view-white__icon {
  width: 31px;
  height: 31px;
  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: 2px solid rgba(255, 255, 255, 0.25);
  border-radius: 100%;
  margin-left: 8px;
}
.list-closed {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-62.5%, #00D2FF), to(#0F23E1));
  background: -o-linear-gradient(top, #00D2FF -62.5%, #0F23E1 100%);
  background: linear-gradient(180deg, #00D2FF -62.5%, #0F23E1 100%);
  border-radius: 100%;
  -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;
  cursor: pointer;
}
.list-closed__text {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 86.8%;
  color: #FFFFFF;
}
.other-offers {
  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;
  position: relative;
}
.other-offers__link {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: right;
  color: #FFFFFF;
  border-bottom: 1px solid transparent;
}
.other-offers__link:hover {
  text-decoration: none;
  color: #FFFFFF;
  border-color: #ffffff;
}
.other-offers__icon {
  width: 28px;
  height: 28px;
  border: 2px solid rgba(255, 255, 255, 0.25);
  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%;
  margin-left: 10px;
}
.calculator-label {
  font-family: "SFUIDisplay-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.calculator-input {
  width: 100%;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 22px 20px 21px 20px;
  font-family: "SFUIDisplay-Regular"; 
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 15px;
  color: #26262C;
  border: none;
  -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);
}
.calculator-input.active,
.calculator-input:focus,
.calculator-input:active {
  outline: none;
  color: #0F23E1;
}
.calculator-input__perce {
  color: rgba(38, 38, 44, 0.5);
}

.rubl-28 {
  display: inline-block;
}
.rubl-28__text {
  font-family: Affect;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: normal;
  color: #05145A;
}
.rubl-31 {
  display: inline-block;
}
.rubl-31__text {
  font-family: 'Rouble';
  font-style: normal;
  font-weight: normal;
  font-size: 31px;
  line-height: 27px;
  color: #26262C;
}

.rubl {
  font-family: 'Rouble';
}


.prencent {
  display: inline-block;
}
.prencent__text {
  font-family: Affect;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: normal;
  color: #0F23E1;
}


.percent-20 {
  display: inline-block;
}
.percent-20__text {
  font-family: "SFUIDisplay-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #26262C;
}
.percent-36 {
  display: inline-block;
}
.percent-36__text {
  font-family: Affect;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 36px;
  text-transform: uppercase;
  color: #05145A;
}
.play-btn {
  width: 134px;
  height: 134px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  overflow: hidden;
  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;
  cursor: pointer;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.play-btn__inner {
  width: 105px;
  height: 105px;
  display: block;
  background-color: #ffffff;
  border-radius: 100%;
  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;
}

.blue-btn {
  width: 100%;
  position: relative;
}
.blue-btn__inner {
  width: 100%;
  height: 56px;
  background: #0F23E1;
  -webkit-box-shadow: 0px 4px 12px rgba(15, 35, 225, 0.2), inset 0px -5px 10px rgba(5, 20, 90, 0.15);
          box-shadow: 0px 4px 12px rgba(15, 35, 225, 0.2), inset 0px -5px 10px rgba(5, 20, 90, 0.15);
  border-radius: 4px;
  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: none;
  padding: 0px 20px;
}
.blue-btn__inner--small {
  height: 47px;
}
.blue-btn__inner--large {
  height: 65px;
}
.blue-btn__inner--step {
  height: 62px;
  border-radius: 12px;
  justify-content: space-between;
  padding-left: 30px;
}
.blue-btn__icon {
  margin-left: 9px;
  display: flex;
}
.blue-btn__text {
  font-family: "SFUIDisplay-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  text-align: center;
  margin-top: -4px;
}
.blue-btn__text--small {
  font-size: 14px;
  line-height: 19px;
}
.blue-btn__text:hover {
  text-decoration: none;
  color: #FFFFFF;
}
.blue-btn__inner:hover {
  background-color: #05145A;
}


.center-btn {
  width: 100%;
  position: relative;
}
.center-btn__inner {
  width: 100%;
  height: 56px;
  background: #0F23E1;
  -webkit-box-shadow: 0px 4px 12px rgba(15, 35, 225, 0.2), inset 0px -5px 10px rgba(5, 20, 90, 0.15);
          box-shadow: 0px 4px 12px rgba(15, 35, 225, 0.2), inset 0px -5px 10px rgba(5, 20, 90, 0.15);
  border-radius: 4px;
  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: none;
  padding: 0px 20px;
  height: 62px;
  border-radius: 12px;
  justify-content: space-between;
  padding-left: 30px;
}
.center-btn__icon {
  display: flex;
}
.center-btn__icon--indentRight {
  margin-right: 15px;
}
.center-btn__icon--indentLeft {
  margin-left: 15px;
}
.center-btn__text {
  width: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  text-align: center;
  margin-top: -4px;
  white-space: nowrap;
}
.center-btn__text--small {
  font-size: 14px;
  line-height: 19px;
}
.center-btn__text:hover {
  text-decoration: none;
  color: #FFFFFF;
}
.center-btn__inner:hover {
  background-color: #05145A;
}
.center-btn__inner:hover,
.center-btn__inner:focus,
.center-btn__inner:active {
  outline: none;
}

.transparent-btn {
  width: 100%;
  height: 54px;
  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: 2px solid #FFFFFF;
  border-radius: 4px;
  padding: 0px 20px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
}
.transparent-btn:hover {
  color: #05145A;
  text-decoration: none;
  background-color: #ffffff;
}
.arrow-btn {
  width: 100%;
  height: 54px;
  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: 2px solid #FFFFFF;
  border-radius: 4px;
  padding: 0px 30px;
  position: relative;
}
.arrow-btn:hover {
  background-color: #ffffff;
}
.arrow-btn:hover svg,
.arrow-btn:hover path {
  fill: #05145A;
}
.arrow-btn:hover svg {
  transform: translateX(5px);
}
.arrow-btn__text {
  font-family: "SFUIDisplay-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
}
.arrow-btn__text:after {
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
}
.arrow-btn__text:hover {
  color: #05145A;
  text-decoration: none;
}
.arrow-btn__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.arrow-btn__icon svg {
  transition: 1s;
}
.arrow-btn__icon--mright {
  margin-right: 8px;
}
.arrow-btn__icon--mleft {
  margin-left: 8px;
}




.pay-btn {
  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;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 12px rgba(15, 35, 225, 0.2), inset 0px -5px 10px rgba(5, 20, 90, 0.15);
          box-shadow: 0px 4px 12px rgba(15, 35, 225, 0.2), inset 0px -5px 10px rgba(5, 20, 90, 0.15);
  border-radius: 4px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 9px;
  padding-right: 12px;
  position: relative;
}
.pay-btn__arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 6px;
}
.pay-btn__text {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #05145A;
  text-transform: uppercase;
}
.pay-btn__text:hover {
  text-decoration: none;
  color: #05145A;
}


.footer-text p {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
  margin-bottom: 0px;
}

.information-list {
  padding-left: 0px;
  margin-bottom: 0px;
}
.information-list__item {
  list-style: none;
  margin-bottom: 5px;
}



.banner-table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.banner-table__row {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 90px;
}
.banner-table__row p {
  font-size: 16px;
  line-height: 22px;
  margin-top: 20px;
}
.banner-table__row--right45 {
  margin-right: 45px;
}
.banner-table__row--right70 {
  margin-right: 70px;
}
.banner-table__value {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  margin-top: 7px;
}
.banner-table__value--top21 {
  margin-top: 21px;
}
.banner-table__value--second {
  font-family: "SFUIDisplay-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: #FFFFFF;
}
.banner-table__name {
  font-family: "Affect";
  font-style: normal;
  font-weight: bold;
  font-size: 58px;
  line-height: 100%;
  text-transform: uppercase;
  color: #00D2FF;
  margin-top: 0px;
}
.banner-table__name strong {
  font-size: 36px;
  line-height: 36px;
}
.banner-table__name--text44 {
  font-size: 44px;
  line-height: 100%;
}
.banner-table__name--text44 strong {
  font-size: 28px;
  line-height: 28px;
}
.banner-table__name--second {
  font-family: "SFUIDisplay-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 39px;
  color: #FFFFFF;
  text-transform: unset;
}


.rate-table table {
  width: 100%;
}
.rate-table tr:first-child td {
  font-family: "Affect";
  font-style: normal;
  font-weight: bold;
  font-size: 58px;
  line-height: 100%;
  text-transform: uppercase;
  color: #00D2FF;
  padding-top: 0px;
}
.rate-table td {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  padding-top: 7px;
  vertical-align: baseline;
}
.rate-table td p {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  margin-top: 0px;
  text-transform: none;
}
.rate-table td strong {
  font-size: 36px;
  line-height: 36px;
}
.rate-table__credit {
  width: 100%;
  max-width: 515px;
}
.rate-table__credit tr:first-child td {
  font-size: 44px;
  line-height: 100%;
}
.rate-table__credit td {
  font-size: 14px;
  line-height: 19px;
  padding-top: 21px;
  text-transform: uppercase;
}
.rate-table__credit td strong {
  font-size: 28px;
  line-height: 28px;
}
.rate-table__credit--widthMedium {
  max-width: 1015px;
}
.rate-table__credit--widthFluid {
  max-width: 100%;
}



.custom-checkbox {
  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;
}
.custom-checkbox__input {
  display: none;
}
.custom-checkbox__input:checked + .custom-checkbox__label .custom-checkbox__icon:after {
  display: block;
}
.custom-checkbox__icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: #FFFFFF;
  border: 2px solid #00D2FF;
  border-radius: 100%;
  margin-right: 16px;
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.custom-checkbox__icon--blue {
  border-color: #0F23E1;
}
.custom-checkbox__icon:after {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #0033FF;
  border-radius: 100%;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.custom-checkbox__label {
  margin-bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "SFUIDisplay-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #FFFFFF;
  cursor: pointer;
}
.custom-checkbox__label--small {
  font-size: 18px;
  line-height: 25px;
  color: #05145A;
}
.custom-checkbox__link {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #05145A;
  border-bottom: 1px solid;
}
.custom-checkbox__link:hover {
  text-decoration: none;
  border-color: transparent;
  color: #05145A;
}
.custom-checkbox__link--white {
  color: #ffffff;
}
.custom-checkbox__link--white:hover {
  color: #ffffff;
}



.second-checkbox {
  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;
}
.second-checkbox__input {
  display: none;
}
.second-checkbox__input:checked + .second-checkbox__label .second-checkbox__icon:after {
  display: block;
}
.second-checkbox__icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: #FFFFFF;
  border: 2px solid #0F23E1;
  border-radius: 100%;
  margin-right: 16px;
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.second-checkbox__icon--blue {
  border-color: #0F23E1;
}
.second-checkbox__icon:after {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #0F23E1;
  border-radius: 100%;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.second-checkbox__label {
  margin-bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF;
  cursor: pointer;
}
.second-checkbox__label--small {
  font-size: 18px;
  line-height: 25px;
  color: #05145A;
}
.second-checkbox__link {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #05145A;
  border-bottom: 1px solid;
}
.second-checkbox__link:hover {
  text-decoration: none;
  border-color: transparent;
  color: #05145A;
}
.second-checkbox__link--white {
  color: #ffffff;
}
.second-checkbox__link--white:hover {
  color: #ffffff;
}


.minimum-amount__text {
  font-family: "SFUIDisplay-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 22px;
  text-transform: uppercase;
  color: rgba(38, 38, 44, 0.5);
}
.minimum-amount__price {
  font-family: "SFUIDisplay-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 31px;
  line-height: 27px;
  letter-spacing: -0.02em;
  color: #26262C;
  margin-top: 15px;
}
.rate-text__title {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #9799A4;
}
.rate-text__text {
  font-family: "SFUIDisplay-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  text-transform: uppercase;
  color: #26262C;
  margin-top: 15px;
}
.offers-textarea__title {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #9799A4;
}
.offers-textarea__text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #05145A;
}
.offers-textarea__text--mtop {
  margin-top: 3px;
}
.offers-textarea__link {
  color: #0F23E1;
  text-decoration: underline;
}
.offers-textarea__link:hover {
  text-decoration: none;
  color: #0F23E1;
}
.business-button {
  width: 100%;
  height: 40px;
  background: #FFFFFF;
  border-radius: 10px;
  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: relative;
  padding: 0px 15px;
}
.business-button__text {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #05145A;
}
.business-button__text:hover {
  text-decoration: none;
  color: #05145A;
}
.business-button__text:after {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.shedule-btn {
  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;
}
.shedule-btn__icon {
  margin-right: 17px;
}
.shedule-btn__text {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #05145A;
}
.shedule-btn__text:hover {
  color: #0033FF;
  text-decoration: none;
}
.shedule-btn__text:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.on-map-btn {
  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;
}
.on-map-btn__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 9px;
  transition: 300ms;
}
.on-map-btn__text {
  font-family: "SFUIDisplay-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: rgba(0,0,0,0.7);
}
.on-map-btn__text:hover {
  text-decoration: none;
  color: rgba(0,0,0,0.7);
  border-color: transparent;
}
.on-map-btn__text:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.on-map-btn:hover .on-map-btn__icon {
  transform: translateX(5px);
}

.default-box__title {
  margin-top: 29px;
}
.default-box__text {
  margin-top: 35px;
}


.term-box {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 32px 32px;
  -webkit-box-shadow: 0px 5px 25px rgba(5, 20, 90, 0.1);
          box-shadow: 0px 5px 25px rgba(5, 20, 90, 0.1);
}
.term-box__icon {
  display: none;
}
.term-box__title {
  margin-top: 18px;
}
.term-box__title strong {
  font-family: "SFUIDisplay-Regular"; 
  font-weight: 400;
  font-size: 29px;
  line-height: 38px;
}
.term-box__text {

}


.circle-box__inner {
  width: 50px;
  height: 50px;
  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: #081456;
  border-radius: 15px;
}
.circle-box__text {
  font-family: "SFUIDisplay-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 50px;
  color: #FAFAFB;
}
.icon-box {
  width: 100%;
  display: block;
}
.icon-box__bg {
  width: 56px;
  height: 56px;
  background: #0033FF;
  -webkit-box-shadow: 0px 4px 12px rgba(15, 35, 225, 0.2), inset 0px 4px 4px rgba(255, 255, 255, 0.25), inset 0px -5px 10px rgba(5, 20, 90, 0.15);
          box-shadow: 0px 4px 12px rgba(15, 35, 225, 0.2), inset 0px 4px 4px rgba(255, 255, 255, 0.25), inset 0px -5px 10px rgba(5, 20, 90, 0.15);
  border-radius: 6px;
  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;
}
.icon-box__bg--opacity {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.check-icon {
  width: 40px;
  height: 40px;
  background: #00D2FF;
  border-radius: 100%;
  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;
}
.repaiment-box {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  padding: 45px 40px;
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  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;
  justify-content: flex-start;
  background: #FFFFFF;
  box-shadow: 0px 4px 24px rgba(58, 65, 74, 0.1);
  border-radius: 10px;
}
.repaiment-box__text {
  margin-top: 21px;
}
.repaiment-box__link {
  margin-top: 49px;
}
.repaiment-box-text {
  font-family: "SFUIDisplay-Regular"; 
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
}
.repaiment-box:hover {
  -webkit-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
          transform: translateY(-15px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 25px 40px rgba(5, 20, 90, 0.14);
          box-shadow: 0px 25px 40px rgba(5, 20, 90, 0.14);
}
.repaiment-box:hover .repaiment-box__link {
  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;
}
.property-box {
  width: 100%;
  background: #F2F4F8;
  border: 1px solid #C8CBD9;
  border-radius: 8px;
  padding: 32px 32px;
}
.property-box__text {
  margin-top: 36px;
}



.archive-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.archive-link__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.archive-link__icon--mRight {
  margin-right: 10px;
}
.archive-link__text {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 30px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #05145A;
}
.archive-link__text:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  color: #05145A;
}
.archive-link__text:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.default-label {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  color: #05145A;
  margin-bottom: 0px;
  cursor: pointer;
}


/*.default-input {
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#00d4ff), to(#0033ff));
  background: -o-linear-gradient(left, #00d4ff 0%, #0033ff 100%);
  background: linear-gradient(90deg, #00d4ff 0%, #0033ff 100%);
  padding: 2px 2px;
  border-radius: 4px;
}
.default-input__ {
  width: 100%;
  height: 63px;
  padding: 0px 19px;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  color: #05145A;
  border: none;
  border-radius: 3px;
}
.default-input__text:hover,
.default-input__text:focus,
.default-input__text:active {
  outline: none;
}*/


.default-input {
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#00d4ff), to(#0033ff));
  background: -o-linear-gradient(left, #00d4ff 0%, #0033ff 100%);
  background: linear-gradient(90deg, #00d4ff 0%, #0033ff 100%);
  padding: 2px 2px;
  border-radius: 4px;
}
.default-input__text {
  width: 100%;
  height: 63px;
  padding: 0px 19px;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  color: #05145A;
  border: none;
  border-radius: 3px;
}
.default-input__text:hover,
.default-input__text:focus,
.default-input__text:active {
  outline: none;
}
.default-input__textarea {
  width: 100%;
  height: 160px;
  padding: 19px 19px;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  color: #05145A;
  border: none;
  border-radius: 3px;
  display: block;
}
.default-input__textarea:hover,
.default-input__textarea:focus,
.default-input__textarea:active {
  outline: none;
}



.review-input {
  width: 100%;
  border-radius: 4px;
}
.review-input__text {
  width: 100%;
  height: 50px;
  padding: 0px 19px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #26262C;
  border: 1px solid #F1F3F6;
  border-radius: 6px;
}
.review-input__text:hover,
.review-input__text:focus,
.review-input__text:active {
  outline: none;
}
.review-input__textarea {
  width: 100%;
  height: 160px;
  padding: 19px 19px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #26262C;
  border: 1px solid #F1F3F6;
  border-radius: 6px;
  display: block;
}
.review-input__textarea:hover,
.review-input__textarea:focus,
.review-input__textarea:active {
  outline: none;
}
.review-input__text:placeholder,
.review-input__textarea:placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #26262C;
}


.news-card {
  width: 100%;
  height: 100%;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 66px;
  padding-bottom: 47px;
  border-radius: 8px;
  background: #FFFFFF url('../img/news-card-bg.svg') 0px 0px no-repeat;
  background-size: cover;
}
.news-card__inner {
  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;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news-card__title {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
  color: #05145A;
}
.news-card__btn {
  width: 264px;
  margin-top: 58px;
}
.search-input {
  background: #00d2ff;
  background: -o-linear-gradient(274deg, #00d2ff 0%, #0f23e1 100%);
  background: linear-gradient(176deg, #00d2ff 0%, #0f23e1 100%);
  padding: 1px 1px;
  border-radius: 31px;
}
.search-input__text {
  width: 100%;
  height: 64px;
  background: #FFFFFF;
  border-radius: 31px;
  border: none;
  padding: 0px 125px 0px 30px;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #05145a;
}
.search-input__text:placeholder {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: rgba(5, 20, 90, 0.37);
}
.search-input__text:focus,
.search-input__text:active {
  outline: none;
}


.slider-count {
  margin-bottom: 17px;
  margin-right: 19px;
}
.slider-count__inner {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  color: #000000;
}
.slider-count__text {
  color: #000000;
}
.slider-count__select {
  color: #0033FF;
}


.content-caption {
  background: #FFFFFF;
  padding-top: 56px;
  padding-bottom: 56px;
  padding-left: 158px;
  padding-right: 158px;
}
.content-caption p {
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  color: #05145A;
}
.content-caption p:last-child {
  margin-bottom: 0px;
}


.congratulation-content p {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
}
.congratulation-content p:last-child {
  margin-bottom: 0px;
}
.congratulation-content p strong {
  font-weight: normal;
  font-size: 20px;
  line-height: 27px;
}
.congratulation-content h1,
.congratulation-content h2,
.congratulation-content h3,
.congratulation-content h4,
.congratulation-content h5,
.congratulation-content h6 {
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 34px;
  text-align: center;
  color: #FFFFFF;
}




.section-link {
  display: block;
  background: #FFFFFF;
  border-radius: 9px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 5px 16px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background: rgba(238, 238, 240, 0.5);
}
.section-link__href:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-link--active,
.section-link:hover {
  text-decoration: none;
  color: #ffffff;
  background: #081456;
}
.section-link--active .section-link__text,
.section-link:hover .section-link__text {
  color: #ffffff;
}
.section-link__text {
  font-family: "SFUIDisplay-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: #26262C;
  position: relative;
  z-index: 1;
}




.tag-link {
  position: relative;
}
.tag-link__bg {
  border-radius: 26px;
  padding: 7px 25px;
  background: #ffffff;
}
.tag-link__bg--active,
.tag-link__bg:hover {
  background: #0F23E1;
}
.tag-link__bg--active .tag-link__text,
.tag-link__bg:hover .tag-link__text {
  text-decoration: none;
  color: #ffffff;
}
.tag-link__text {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #05145A;
}
.tag-link__text:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.tag-link__text--active,
.tag-link__text:hover {
  text-decoration: none;
  color: #ffffff;
}
.pagination__inner {
  padding-left: 0px;
  margin-bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.pagination__item {
  list-style: none;
  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;
}
.pagination__item--elipsis {
  margin-left: 5px;
  margin-right: 9px;
}
.pagination-link {
  position: relative;
}
.pagination-link__text {
  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%;
  width: 31px;
  height: 31px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #05145A;
}
.pagination-link__text:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.pagination-link__text--active,
.pagination-link__text:hover {
  color: #ffffff;
  background: #0F23E1;
  text-decoration: none;
}
.pagination-elipsis {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #05145A;
}
.pagination-btn__link {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #05145A;
}
.pagination-btn__link:hover {
  text-decoration: none;
  color: #05145A;
}
.custom-dots {
  width: 24px;
  height: 24px;
  background: none;
  color: inherit;
  border: none;
  margin-right: 7px;
  border: 2px solid transparent;
  padding: 0 !important;
  border-radius: 100%;
  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;
  font: inherit;
}
.custom-dots.active {
  border-color: #00D2FF;
}
.custom-dots.active span {
  background: #ffffff;
}
.custom-dots span {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  display: block;
  background: rgba(255, 255, 255, 0.4);
}
.blur-bg {
  position: relative;
}
.blur-bg:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #FFFFFF;
  -webkit-filter: blur(114px);
          filter: blur(114px);
}

.burger-btn {
  width: 22px;
  cursor: pointer;
}
.burger-btn__bar {
  width: 100%;
  height: 2px;
  background-color: #ffffff;
}
.burger-btn__bar--indent {
  margin: 5px 0px;
}
.input-btn {
  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;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 12px rgba(15, 35, 225, 0.2), inset 0px -5px 10px rgba(5, 20, 90, 0.15);
          box-shadow: 0px 4px 12px rgba(15, 35, 225, 0.2), inset 0px -5px 10px rgba(5, 20, 90, 0.15);
  border-radius: 4px;
  padding: 0px 13px;
  width: 100%;
  height: 29px;
  position: relative;
}
.input-btn__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
}
.input-btn__text {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #05145A !important;
}
.read-next {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #0033FF;
}



.default-content__switch {
  margin-bottom: 30px;
}
.default-content p {
  font-family: 'SFUIDisplay-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #26262C;
  margin-bottom: 30px;
}
.default-content p strong {
  font-family: 'SFUIDisplay-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #05145A;
  display: inline-block;
}
.default-content h1 {
  font-family: 'SFUIDisplay-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 42px;
  color: #000000;
  margin-bottom: 30px;
}
.default-content h2 {
  font-family: 'SFUIDisplay-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  color: #000000;
  margin-bottom: 30px;
}
.default-content h3 {
  font-family: 'SFUIDisplay-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 30px;
}
.default-content h4,
.default-content h5,
.default-content h6 {
  font-family: 'SFUIDisplay-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  margin-bottom: 30px;
}
.default-content ul {
  padding-left: 0px;
  margin-bottom: 30px;
}
.default-content ul li {
  font-family: 'SFUIDisplay-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #26262C;
  list-style: none;
  margin-bottom: 10px;
  display: flex;
  align-items: baseline;
}
.default-content ul li a {
  display: contents;
}
.default-content ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  background: rgba(38, 38, 44, 0.3);
  border-radius: 100%;
  display: block;
  margin-right: 50px;
  flex: 0 0 auto;
  position: relative;
  top: -4px;
}

.default-content ol {
  padding-left: 25px;
  margin-bottom: 30px;
}
.default-content ol li {
  font-family: 'SFUIDisplay-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #26262C;
  padding-left: 53px;
  margin-bottom: 10px;
}
.default-content ol li a {
  display: contents;
}

/*.file-list {
    width: 100%;
    max-width: 817px;
}*/


.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.column__sidebar {
  width: 100%;
  max-width: 330px;
  flex: 0 0 auto;
}
.column__sidebar--mright {
  margin-right: 70px;
}
.column__content {
  width: 100%;
}
.column__content--mright {
  margin-right: 70px;
}
.column__content--fluid {
  max-width: 100%;
}


.text-question {
  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;
}
.text-question__text {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
}
.text-question__text--opacity {
  opacity: 0.7;
}
.text-question__text--colorBlue {
  color: #05145A;
}
.text-question__icon {
  margin-left: 6px;
}



.switch-blue {
  width: 57px;
  height: 32px;
  position: relative;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 15px 30px rgba(15, 35, 225, 0.4);
          box-shadow: 0px 15px 30px rgba(15, 35, 225, 0.4);
  border-radius: 31px;
  margin-bottom: 0px;
}
.switch-blue__input {
  display: none;
}
.switch-blue__input:checked + .switch-blue__btn {
  -webkit-transform: translateX(26px);
      -ms-transform: translateX(26px);
          transform: translateX(26px);
}
.switch-blue__input:checked + .text-question__text {
  color: red;
}
.switch-blue__btn {
  width: 23px;
  height: 24px;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: #0F23E1;
  -webkit-box-shadow: 0px 2px 10px rgba(15, 35, 225, 0.52), inset 0px -2px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 10px rgba(15, 35, 225, 0.52), inset 0px -2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 100%;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 4px;
  margin-right: 4px;
}



.bitrix-custom-form {
  width: 100%;
  max-width: 1191px;
  margin: auto;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 8px;
  padding-top: 80px;
  padding-bottom: 70px;
}
.bitrix-custom-form__title {

}
.bitrix-custom-form__name {
  margin-bottom: 32px;
}
.bitrix-custom-form__fields {
  margin-top: 60px;
  width: 100%;
  max-width: 601px;
  margin-left: auto;
  margin-right: auto;
}
.bitrix-custom-form__group {

}
.bitrix-custom-form__label {
  margin-bottom: 27px;
}

.bitrix-custom-form-title {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 24px;
  color: #05145A;
  margin-bottom: 0px;
}


.toggle-title {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.toggle-title:after {
  content: '';
  background-image: url('/bitrix/templates/.default/img/angle-arrow-down.svg');
  background-position: center;
  width: 11px;
  height: 6px;
  display: inline-block;
  margin-left: 7px;
  margin-top: 4px;
  transition: 400ms;
}
.toggle-title--active:after {
  transform: rotate(180deg);
}


.bottom-links {
  padding-left: 0px;
  margin-bottom: 0px;
  display: flex;
}
.bottom-links__item {
  list-style: none;
  margin-right: 35px;
}
.bottom-links__link {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #0F23E1;
  border-bottom: 1px solid;
}
.bottom-links__link:hover {
  color: #0F23E1;
  text-decoration: none;
  border-color: transparent;
}

.new-heading {
  font-family: "SFUIDisplay-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 58px;
  color: #26262C;
}


.content-rows {

}
.content-rows__row {
  margin-bottom: 56px;
}
.content-rows__row:last-child {
  margin-bottom: 0px;
}


.file-icon {
  position: relative;
}
.file-icon__text {
  font-family: 'Affect';
  font-style: normal;
  font-weight: 700;
  font-size: 8px;
  line-height: 11px;
  position: absolute;
  bottom: 13px;
  z-index: 0;
  color: #fff;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.table-wrapper {
  border-radius: 14px;
  border: 10px solid #ffffff;
  box-shadow: 0px 4px 24px rgba(58, 65, 74, 0.1);
}

.making-btn {
  padding: 20px 50px;
  background: #0F23E1;
  border-radius: 8px;
  font-family: "SFUIDisplay-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
}
.making-btn:hover {
  text-decoration: none;
  color: #FFFFFF;
  background: #2f43fb;
}


.credit-section {
  font-family: "SFUIDisplay-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
  background: #00D2FF;
  border-radius: 5px;
  display: inline-flex;
  padding: 6px 20px;
}
.credit-section--hide {
  display: none;
}

.item-circle {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 555;
}

.item-indent-top {
  height: 100px;
}