@charset "UTF-8";

@font-face {
  font-family: "ApercuPro";
  font-display: swap;
  src: url("../fonts/ApercuPro-Black.woff") format("woff"), url("../fonts/ApercuPro-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "ApercuPro";
  font-display: swap;
  src: url("../fonts/ApercuPro-Medium.woff") format("woff"), url("../fonts/ApercuPro-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "ApercuPro";
  font-display: swap;
  src: url("../fonts/ApercuPro-Regular.woff") format("woff"), url("../fonts/ApercuPro-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "ApercuPro";
  font-display: swap;
  src: url("../fonts/ApercuPro-Bold.woff") format("woff"), url("../fonts/ApercuPro-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "ApercuPro";
  font-display: swap;
  src: url("../fonts/ApercuPro-ExtraLight.woff") format("woff"), url("../fonts/ApercuPro-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "ApercuPro";
  font-display: swap;
  src: url("../fonts/ApercuPro-Thin.woff") format("woff"), url("../fonts/ApercuPro-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "ApercuPro";
  font-display: swap;
  src: url("../fonts/ApercuPro-Light.woff") format("woff"), url("../fonts/ApercuPro-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "FuturaPT";
  font-display: swap;
  src: url("../fonts/FuturaPT-Bold.woff") format("woff"), url("../fonts/FuturaPT-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "FuturaPT";
  font-display: swap;
  src: url("../fonts/FuturaPT-ExtraBold.woff") format("woff"), url("../fonts/FuturaPT-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "FuturaPT";
  font-display: swap;
  src: url("../fonts/FuturaPT-Heavy.woff") format("woff"), url("../fonts/FuturaPT-Heavy.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "FuturaPT";
  font-display: swap;
  src: url("../fonts/FuturaPT-Light.woff") format("woff"), url("../fonts/FuturaPT-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "FuturaPT";
  font-display: swap;
  src: url("../fonts/FuturaPT-Medium.woff") format("woff"), url("../fonts/FuturaPT-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "FuturaPT";
  font-display: swap;
  src: url("../fonts/FuturaPT-Demi.woff") format("woff"), url("../fonts/FuturaPT-Demi.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "FuturaPT";
  font-display: swap;
  src: url("../fonts/FuturaPT-Book.woff") format("woff"), url("../fonts/FuturaPT-Book.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

html,
body {
  box-sizing: border-box;
  height: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

body {
  font-family: "FuturaPT", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  color: #28303B;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-container {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.main {
  background: #FBFEFF;
  flex-grow: 1;
}

.container {
  max-width: 1160px;
  padding: 0 15px;
  margin: 0 auto;
}

h1.section-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 125%;
}

h2.section-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 124%;
}

h3.section-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 132%;
}

h4.section-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 132%;
}

.btn-reset {
  cursor: pointer;
  border: none;
  color: inherit;
  background: none;
}

.btn {
  font-family: "ApercuPro", sans-serif;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  padding: 13px;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  border: 1px solid transparent;
  background: #0AB464;
  border-radius: 100px;
  cursor: pointer;
  width: 100%;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  box-shadow: 0px 0px 24px rgba(20, 143, 133, 0.16);
}

.btn:hover {
  background: #02a056;
}

.btn:active {
  background: #1ec275;
}

.btn-transparent {
  background: transparent;
  border: 1px solid #0AB464;
  color: #0AB464;
}

.btn-transparent:hover {
  background: #0AB464;
  color: #fff;
}

.btn-green {
  background: #0AB464;
}

.btn-green:hover {
  background: #5bf3c0;
}

.btn-green:focus {
  border: 1px solid #333;
}

.btn-green:active {
  background: #42b48e;
}

.btn-link {
  max-width: 150px;
  width: 100%;
  display: inline-block;
  position: relative;
  padding: 6px 45px 6px 25px;
  text-align: center;
  line-height: 24px;
  border: 1px solid #586A83;
  border-radius: 40px;
  transition: all 0.2s;
}

.btn-link:hover {
  background: #212E55;
  color: #fff;
}

.btn-link:hover:after {
  border-color: #fff;
}

.btn-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 6px;
  border: solid #333;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.2s;
}

.section-banner {
  color: #fff;
  background: #212E55;
  padding-top: 16px;
}

.section-banner .container {
  padding: 0 15px 58px;
}

.section-banner_bg .container {
  height: 100%;
  background-position-x: 100%;
  background-position-y: 50%;
  background-image: url(../images/banner-bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.section-banner__title {
  text-align: center;
  font-family: "ApercuPro", sans-serif;
  font-size: 48px;
  font-weight: bold;
}

.section-banner__date {
  padding-top: 20px;
  font-weight: bold;
  font-size: 24px;
  margin-right: 20px;
  white-space: nowrap;
}

.section-banner__wrapper {
  margin-top: 50px;
  display: flex;
  align-items: flex-start;
}

.section-banner__wrapper .section-banner__title {
  text-align: left;
  max-width: 670px;
}

.section-banner__content {
  max-width: 570px;
  color: #fff;
}

.section-banner__content .section-title {
  margin-bottom: 16px;
}

.breadcrumbs {
  display: flex;
  font-weight: 400;
  margin-bottom: 15px;
}

.breadcrumbs-link {
  display: flex;
}

.breadcrumbs-link:after {
  content: "/";
  display: block;
  margin: 0 4px 0 5px;
}

.breadcrumbs-current {
  color: #788089;
}

.main-block {
  padding: 24px 30px;
  background: #FFFFFF;
  box-shadow: 0px 0px 24px rgba(193, 208, 221, 0.24);
  border-radius: 8px;
}

.main-block__wrapper {
  display: flex;
}

.main-block__col {
  width: 100%;
}

.main-block__border {
  width: 1px;
  background: #E5E5E5;
  margin: 0 56px;
}

.main-link {
  color: #586A83;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: all 0.2s;
}

.main-link:hover {
  color: #0AB464;
}

input,
textarea {
  font-family: "FuturaPT", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  padding: 9px 15px;
  display: block;
  width: 100%;
  border: 1px solid #EAECF0;
  border-radius: 5px;
  transition: all 0.2s;
  outline: none;
}

input:hover,
textarea:hover {
  border: 1px solid #212E55;
}

input:focus,
textarea:focus {
  border: 1px solid #212E55;
}

input.error,
textarea.error {
  border-color: #EB5757;
}

input[readonly],
textarea[readonly] {
  cursor: default;
}

input[readonly]:hover,
textarea[readonly]:hover {
  border: 1px solid #EAECF0;
}

input[readonly]:hover,
textarea[readonly]:hover {
  border: 1px solid #EAECF0;
}

select {
  cursor: pointer;
  font-family: "FuturaPT", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  padding: 9px 15px;
  display: block;
  width: 100%;
  border: 1px solid #EAECF0;
  border-radius: 5px;
  transition: all 0.2s;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 40px;
  color: #a4a4a4;
}

select.error {
  border-color: #EB5757;
}

select option {
  color: #333;
}

select:hover {
  border: 1px solid #212E55;
}

select:focus {
  border: 1px solid #212E55;
}

.select_arrow {
  position: absolute;
  bottom: 18px;
  right: 20px;
  width: 6px;
  height: 6px;
  border: solid #333;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
}

.mCSB_inside > .mCSB_container {
  margin-right: 0;
  position: relative;
  padding-left: 20px;
}

.mCSB_scrollTools {
  position: absolute;
  left: 0;
  width: 4px;
}

.mCSB_scrollTools .mCSB_draggerContainer {
  width: 4px;
  background: linear-gradient(130.49deg, #EFFFF8 9.76%, #EFF3FF 91.14%);
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: linear-gradient(130.49deg, #EFFFF8 9.76%, #EFF3FF 91.14%);
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background: #5C6A81 !important;
  border-radius: 5px;
}

.ui-widget.ui-widget-content {
  height: 2px;
  border: none !important;
  border-radius: 2px;
  background: #E0EBF4;
}

.ui-slider-horizontal .ui-slider-range-min {
  background: linear-gradient(90deg, #044E2B 0%, #0AB464 100%);
}

.ui-slider-horizontal .ui-slider-handle {
    outline: none;
    cursor: pointer !important;
    top: -14px !important;
    border: 1px solid #fff!important;
    background: #0AB464 !important;
    border-radius: 50%!important;
    width: 28px !important;
    height: 28px !important;
    z-index: 100;
}

.input-block {
  position: relative;
}

.input-block__label {
  position: absolute;
  top: 0;
  left: 10px;
  transform: translateY(-50%);
  font-size: 12px;
  background: #fff;
  padding: 0 4px;
  color: #788089;
}

.input-block__label span {
  color: #F44646;
}

.input-block.error .input-block__label {
  color: #F44646;
}

.input-block.error input,
.input-block.error textarea,
.input-block.error select {
  border-color: #F44646;
}

label.error {
  position: absolute;
  top: calc(100% + 2px);
  font-size: 10px;
  color: #F44646;
  left: 0;
}

.control {
  position: relative;
  padding-left: 25px;
  display: inline-block;
  cursor: pointer;
}

.control:hover input ~ .control_indicator {
  border-color: #A4D277;
}

.control input {
  width: 40px;
  height: 100%;
  z-index: 2;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.control input:checked ~ .control_indicator {
  border-color: #A4D277;
}

.control input:checked ~ .control_indicator:after {
  display: block;
}

.control input.error ~ .control_indicator {
  border-color: #EB5757;
}

.control label.error {
  height: 0;
  opacity: 0;
}

.control .control_indicator {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 1px;
  border: 2px solid #788089;
}

.control .control_indicator:hover {
  border-color: #28303B;
}

.control .control_indicator:after {
  content: "";
  display: none;
}

.control-radio:hover input ~ .control_indicator {
  border-color: #28303B;
}

.control-radio .control_indicator {
  border-radius: 50%;
}

.control-radio .control_indicator:hover {
  border-color: #28303B;
}

.control-radio .control_indicator:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #28303B;
}

.control-checkbox .control_indicator {
  width: 18px;
  height: 18px;
  border-radius: 3px;
}

.control-checkbox .control_indicator:after {
  content: "";
  background-image: url("../images/icon/checkbox-check.svg");
  background-repeat: no-repeat;
  display: none;
  position: absolute;
  width: 14px;
  height: 10px;
  top: 2px;
  left: 2px;
  z-index: 2;
}

.control-radio input:checked ~ .control_indicator {
  border-color: #28303B;
}

.control-radio .control_indicator {
  border-radius: 50%;
}

.control-radio .control_indicator:hover {
  border-color: #28303B;
}

.control-radio .control_indicator:after {
  border-radius: 50%;
  background: #28303B;
}

.control-radio_green input:checked ~ .control_indicator {
  border-color: #0AB464;
}

.control-radio_green input:checked ~ .card-status {
  color: #0AB464;
}

.control-radio_green .control_indicator:hover {
  border-color: #0AB464;
}

.control-radio_green .control_indicator:after {
  border-radius: 50%;
  background: #0AB464;
}

.control-checkbox input:checked ~ .control_indicator {
  border-color: #6FAF58;
  background: #6FAF58;
}

.control-checkbox .control_indicator {
  border-radius: 3px;
}

.control-checkbox .control_indicator:hover {
  border-color: #28303B;
}

summary::marker {
  content: "";
  display: none;
}

.custom-select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select[open] .custom-select__header {
  background: #E0EBF4;
  border-radius: 4px 4px 0 0;
}

.custom-select__header {
  background: #fff;
  background: #FFFFFF;
  border: 1px solid #E0EBF4;
  border-radius: 4px;
  color: #28303B;
  padding: 8px 16px;
  position: relative;
}

.custom-select__header::after {
  content: url(../images/icon/select-arrow.svg);
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s;
}

.custom-select__header .cabinet-aside__link {
  padding: 0;
}

.custom-select__body {
  color: #28303B;
  z-index: 9;
  background: #FBFEFF;
  border: 1px solid #E0EBF4;
  box-shadow: 0px 0px 24px rgba(193, 208, 221, 0.24);
  border-radius: 0px 0px 8px 8px;
  position: absolute;
  left: 0;
  width: 100%;
  top: calc(100% + 0px);
}

.status-text {
  position: relative;
  color: #0AB464;
}

.status-text__credits {
  padding-left: 30px;
}

.status-text__credits::before {
  content: url(../images/icon/warning-circle.svg);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.header {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 8px 45px rgba(81, 45, 168, 0.03);
  padding: 24px 0;
  color: #2E2E2E;
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__burger {
  display: none;
}

.header__logo {
  margin-right: 10px;
  flex-grow: 1;
}

.header__logo img {
  display: block;
  max-width: 200px;
  width: 100%;
  height: auto;
  min-width: 110px;
}

.header__nav {
  margin-right: 50px;
}

.header__list {
  display: flex;
  align-items: center;
  font-size: 15px;
}

.header__list-elem:not(:last-child) {
  margin-right: 32px;
}

.header-link {
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}

.header-link:hover {
  color: #0AB464;
}

.header__languages {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  margin: 0 12px 0 15px;
  font-size: 16px;
  line-height: 16px;
}

.header__lang {
  color: #A1A1A1;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}

.header__lang.active {
  color: #2E2E2E;
}

.header__lang:not(:last-child) {
  margin-right: 15px;
}

.header__lang:hover {
  color: #2E2E2E;
}

.header__end {
  display: flex;
}

.header__btns {
  display: flex;
  align-items: center;
}

.header__btns-btn {
  width: 187px;
}

.header__btns-btn:not(:last-child) {
  margin-right: 12px;
}

.header__mobile {
  display: none;
  z-index: 9001 !important;
  padding: 25px 20px 20px;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  right: 0;
  font-size: 15px;
  line-height: 20px;
  background: #FFFFFF;
  color: #333;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  z-index: 999;
}

.header__mobile-container {
  max-width: 320px;
}

.header__mobile-elem {
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
}

.header__mobile-elem:not(:last-child) {
  margin-bottom: 10px;
}

.header__mobile-languages {
  margin: 28px 0 15px;
  display: flex;
  text-transform: uppercase;
}

.header__mobile-lang {
  color: #D1D1D3;
}

.header__mobile-lang.active {
  color: #333;
}

.header__mobile-lang:not(:last-child) {
  margin-right: 10px;
}

.header__mobile-btn {
  max-width: 187px;
  width: 100%;
}

.header__mobile-btn:not(:last-child) {
  margin-bottom: 10px;
}

.svg-cabinet {
  display: none;
  stroke: #333;
  fill: #fff;
  width: 16px;
  height: 16px;
}

.burger__icon {
  display: block;
  position: relative;
  top: 0;
  right: 0px;
  width: 13px;
  height: 13px;
  cursor: pointer;
  z-index: 5;
}

.burger__icon span {
  position: absolute;
  transition: all 0.3s ease 0s;
  top: calc(50% - 1px);
  left: 0;
  height: 2px;
  width: 100%;
  background: #333;
  display: block;
}

.burger__icon span:first-child {
  top: 0;
}

.burger__icon span:nth-child(2) {
  width: 8px;
  left: auto;
  right: 0;
}

.burger__icon span:last-child {
  top: auto;
  bottom: 0;
}

.burger__icon.active span {
  transform: scale(0);
}

.burger__icon.active span:first-child {
  transform: rotate(-45deg);
  top: calc(50% - 1px);
}

.burger__icon.active span:last-child {
  transform: rotate(45deg);
  bottom: calc(50% - 1px);
}

.mainMenu {
  color: #333;
  padding: 0 15px;
  margin: 0;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 16;
  top: 100%;
  display: none;
  background: #FFFFFF;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
}

.mainMenu__inner-lang {
  display: flex;
}

.mainMenu__inner-lang .account__language-item + .account__language-item {
  margin-left: 15px;
}

.mainMenu.visible {
  display: block;
}

.mainMenu__inner {
  display: flex;
  justify-content: space-between;
  padding: 34px 0 32px 0;
  margin: 0 auto;
}

.mainMenu__inner-menu {
  max-width: 310px;
  width: 100%;
}

.mainMenu__list-link {
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  font-weight: 700;
  transition: all 0.3s;
}

.mainMenu__list-item + .mainMenu__list-item {
  margin-top: 20px;
}

.mainMen-info {
  max-width: 360px;
  width: 100%;
}

.mainMen-info__list {
  margin-bottom: 15px;
}

.mainMen-info__label {
  margin-bottom: 10px;
  font-weight: bold;
}

.mainMen-info__sublist {
  display: none;
}

.mainMen-info__elem:not(:last-child) {
  margin-bottom: 8px;
}

.mainMen-info__link {
  font-size: 14px;
  line-height: 18px;
  color: #333333;
  font-weight: 700;
  transition: all 0.3s;
}

.mainMenu .header__languages {
  margin: 0 0 15px 0;
}

.header__support-label {
  margin-bottom: 15px;
  font-weight: bold;
}

.header__support-phones {
  margin-bottom: 15px;
}

.header__support-phones a {
  display: block;
}

.header__support-phones a:not(:last-child) {
  margin-bottom: 8px;
}

.mainMenu__inner-btn:not(:last-child) {
  margin-bottom: 15px;
}

.credits {
  position: relative;
  background-image: url(../images/credits-bg.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  outline: none;
  overflow: hidden;
}

.credits-container {
  position: relative;
  padding: 0;
}

.credits__inner {
  position: relative;
}

.credits__inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  max-width: 100%;
  height: 100%;
}

.credits__info {
  width: 100%;
  height: 100%;
  z-index: 1;
}

.info__slider {
  height: 100%;
}

.info__slider-item {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
  outline: none;
}

.info__slider-bg {
  position: relative;
  height: 100%;
  width: 100%;
}

.info__slider-bg .container {
  display: flex;
  justify-content: space-between;
}

.info__slider-bg .info__slider-img {
  align-self: flex-end;
  display: none;
  bottom: 0;
  right: 0;
  max-width: 50%;
}

.info__slider-bg .info__slider-img img {
  display: block;
  max-width: 100%;
  height: auto;
}

.slider__content {
  font-family: "ApercuPro", sans-serif;
  position: relative;
  max-width: 450px;
  margin-left: 0;
  width: 100%;
  padding: 100px 0 100px;
  height: 720px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.info__slider-title {
  font-weight: 900;
  font-size: 46px;
  line-height: 125%;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.info__slider-descr {
  position: relative;
  right: auto;
  left: 0;
  bottom: 0;
  text-align: left;
  text-transform: uppercase;
  max-width: 426px;
  width: 100%;
  font-weight: 900;
  font-size: 38px;
  line-height: 125%;
  color: #8DCA78;
}

.calc__container {
  max-width: 565px;
  padding: 0 15px;
  position: absolute;
  width: 100%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  margin-left: auto;
  margin-right: 0;
  z-index: 99;
}

.calc__container:before {
  content: "";
  position: absolute;
  display: none;
  background: #F0F6F9;
  width: 110%;
  height: 100%;
  z-index: -1;
  left: -20px;
}

.credits__calc {
  max-width: 640px;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  border-radius: 30px;
  overflow: hidden;
}

.credits__calc-button {
  margin-bottom: 15px;
}

.credits__calc .container {
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.credits__calc-wrap {
  position: relative;
  border-radius: 5px;
  color: #333;
  max-width: 630px;
  width: 100%;
  z-index: 99;
}

.credits-head {
  display: flex;
}

.credits-head__item {
  font-size: 16px;
  line-height: 150%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  text-align: center;
  background: #E0EBF4;
  width: 100%;
  border: none;
  box-shadow: 19px -19px 10px -21px rgba(0, 0, 0, 0.5) inset;
  cursor: pointer;
  color: #A4A4A4;
  transition: all 0.2s;
  outline: none;
}

.credits-head__item span {
  position: relative;
  padding-left: 20px;
}

.credits-head__item span::before {
  content: url(../images/icon/choose-check.svg);
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}

.credits-head__item.current {
  background: #fff;
  color: #28303B;
  box-shadow: none;
}

.credits-head__item.current span::before {
  display: block;
}

.wrap__content--product1 {
  display: block;
}

.wrap__content--product2 {
  display: none;
}

.wrap__content--product3 {
  display: none;
}

.info__label {
  font-size: 18px;
  line-height: 132%;
  color: #28303B;
}

.credits__calc-btn {
  display: block;
  max-width: 100%;
  padding: 20px;
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

.сalc__info {
  position: relative;
}

.сalc__info + .сalc__info {
  margin-top: 25px;
}

.credits__calc-left {
  background: #fff;
  width: 100%;
  margin-bottom: 16px;
  padding: 30px 59px 40px;
  border-radius: 0 0 24px 24px;
  box-shadow: 0px 2px 24px rgba(209, 220, 235, 0.16);
}

.range {
  position: relative;
  margin-bottom: 15px;
}

.info__inp {
  display: flex;
}

.range__up {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
}

.range input {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid #EAECF0;
  box-sizing: border-box;
  border-radius: 5px;
  color: #28303B;
  font-weight: 400;
  padding: 6px 8px;
  max-width: 96px;
  text-align: center;
  margin: 0 0 0 10px;
}

.сalc__quantity {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
}

.range .slider .ui-slider-range:first-child {
  z-index: 0;
}

.range .slider .ui-slider-range:last-child {
  z-index: -2;
}

.ui-slider-range-min {
  background: #e8e6e6;
}

.range > .ui-corner-all {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border: none;
  background: #E0EBF4;
  cursor: pointer;
  bottom: -8px;
  height: 2px;
  position: absolute;
  width: 100%;
  border-radius: 16px;
}

.range > .ui-slider-horizontal .ui-slider-range-min {
  height: 4px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover {
  bottom: -7px;
}

.ui-slider .ui-slider-handle:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #28303B;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 5px;
}

.ui-slider .ui-slider-handle {
  width: 15px;
  height: 15px;
  background: #28303B;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.31);
  border: none;
}

.ui-slider-horizontal {
  height: 1px;
}

.ui-widget-header {
  background: #28303B;
  border-radius: 5px;
  font-weight: bold;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover {
  font-weight: normal;
  color: #454545;
  border-radius: 10px;
  cursor: pointer;
  bottom: -6px;
  top: auto;
}

.ui-slider .ui-slider-handle:focus {
  outline: none;
  border: none;
}

.credits__calc-right {
  background: #fff;
  width: 100%;
  padding: 24px 30px;
  border-radius: 24px;
  box-shadow: 0px 2px 24px rgba(209, 220, 235, 0.16);
}

.calculation__title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 27px;
}

.calculation__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px 30px 3px 35px;
}

.calculation__content .label {
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
}

.calculation__content--bg {
  background: linear-gradient(130.49deg, #EFFFF8 9.76%, #EFF3FF 91.14%);
  border-radius: 5px;
}

.calculation__content + .calculation__content {
  margin-top: 7px;
}

.calculation__sum {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
}

.date__sum {
  font-size: 12px;
  line-height: 14px;
}

.info__inp-btn {
  position: relative;
  background: #FFFFFF;
  box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  width: 29px;
  cursor: pointer;
  height: 29px;
}

.info__inp-btn span {
  position: absolute;
  width: 13px;
  height: 3px;
  background-color: #1F4642;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.info__inp-btn .up {
  transform: translate(-50%, -50%) rotate(90deg);
}

.info__slider .slick-dots {
  position: absolute;
  display: block;
  width: 100%;
  margin: 0;
  list-style: none;
  text-align: center;
  padding: 11px 0 25px;
  bottom: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
}

.info__slider .slick-dots li {
  cursor: pointer;
}

.info__slider .slick-dots li + li {
  margin-left: 30px;
}

.info__slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 67px;
  height: 3px;
  cursor: pointer;
  outline: none;
  border: none;
  border-radius: 5px;
  opacity: 0.7;
}

.info__slider .slick-dots li.slick-active button {
  background: #A4D277;
}

.info__slider .slick-dots li button:hover,
.info__slider .slick-dots li button:focus {
  outline: none;
}

.info__slider .slick-dots li button:hover:before,
.info__slider .slick-dots li button:focus:before {
  opacity: 1;
}

.info__slider .slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.info__slider slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.credits-calc__docs {
  display: flex;
  justify-content: center;
}

.credits-calc__doc {
  display: flex;
  align-items: center;
}

.credits-calc__doc-icon {
  margin-right: 9px;
}

.credits-calc__doc-text {
  max-width: 100px;
  width: 100%;
  color: #788089;
  text-decoration: underline;
  text-underline-offset: 5px;
  -webkit-text-decoration-style: dashed;
  text-decoration-style: dashed;
}

.online {
  padding: 90px 0;
  background: #fff;
}

.online__title {
  text-align: center;
  margin-bottom: 40px;
}

.online__inner {
  width: 100%;
  margin: 0 auto;
}

.online__content {
  min-height: 300px;
  max-height: 507px;
}

.online__content-title {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  padding-bottom: 17px;
}

.online__content-text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  padding-right: 25px;
}

.online__content-text span {
  display: block;
}

.online__content-text span + span {
  margin-top: 15px;
}

.online__content-link {
  position: relative;
  display: inline-block;
  padding: 20px 0;
  font-size: 20px;
  line-height: 20px;
  display: inline-flex;
  align-items: center;
  color: #FFAA32;
  transition: all 0.2s;
}

.online__content-link::before {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #FFAA32;
  transition: all 0.2s;
}

.online__content-link:hover {
  color: #333;
}

.online__content-link:hover::before {
  background: #333;
}

.online__content-link:hover .Arrow-link {
  fill: #333;
}

.Arrow-link {
  display: block;
  width: 20px;
  margin-left: 8px;
  height: 10px;
  fill: #FFAA32;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}

.statistic {
  padding: 90px 0 55px;
}

.statistic__title {
  text-align: center;
  margin-bottom: 40px;
}

.statistic__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}

.statistic__wrapper-item {
  max-width: 200px;
  width: 100%;
}

.statistic-item {
  position: relative;
}

.statistic-item img {
  position: absolute;
  display: block;
  max-width: 270px;
  width: 100%;
  height: auto;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.statistic-item:not(:last-child) {
  margin-right: 20px;
}

.statistic-item__content {
  position: relative;
  z-index: 2;
  padding: 60px 0 23px;
  text-align: center;
}

.statistic-item__val {
  white-space: nowrap;
  font-weight: bold;
  font-size: 36px;
  line-height: 49px;
  margin-bottom: 60px;
}

.statistic-item__descr {
  font-size: 17px;
  line-height: 20px;
}

.index-how {
  padding: 90px 20px 100px;
  background: url(../images/how-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.index-how .how__title, .how-container .how__title {
  text-align: center;
  margin-bottom: 40px;
}

.how-container .how__title div, .statistic-container .section-title div, #benefits .section-title div {
    display: flex;
    justify-content:center;
    align-items:center;
}

.how-container {
  max-width: 1308px;
  padding: 80px 90px 90px;
  background: #FFFFFF;
  box-shadow: 0px 8px 45px rgba(37, 37, 37, 0.03);
  border-radius: 10px;
  position: relative;
  border-radius: 30px;
}

.how__items {
  display: flex;
  justify-content: space-between;
}

.how__item {
  max-width: 360px;
  width: 100%;
  text-align: center;
  border: 1px solid #5C6A81;
  background: #FFFFFF;
  box-shadow: 0px 8px 45px rgba(37, 37, 37, 0.03);
  border-radius: 10px;
  padding: 30px;
  border-radius: 30px;
}

.how__item + .how__item {
  margin-left: 10px;
}

.how__item-img {
  margin-bottom: 22px;
}

.how__item-title {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 20px;
  font-weight: 500;
}

.how__item-text {
  font-family: "ApercuPro", sans-serif;
  max-width: 300px;
  width: 100%;
  line-height: 20px;
  text-align: center;
}

.benefits {
  background: #F0F6F9;
  padding: 75px 0;
}

.benefits-btn {
  max-width: 340px;
  margin: 0 auto;
  padding: 20px;
}

.benefits__title {
  text-align: center;
  margin-bottom: 40px;
}

.benefits__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 28px;
  margin-bottom: 50px;
}

.benefits__item {
  max-width: 360px;
  background: #FFFFFF;
  box-shadow: 0px 8px 45px rgba(37, 37, 37, 0.03);
  border-radius: 10px;
  padding: 28px 28px 10px 35px;
  position: relative;
  border-radius: 30px;
}

.benefits__item:after {
  content: "";
  display: block;
  height: 1px;
  width: 30px;
  border-bottom: 2px dotted #0AB464;
  position: absolute;
  top: 50%;
  right: -28px;
  z-index: 0;
}

.benefits__item:nth-child(3):after {
  bottom: -13px;
  top: auto;
  transform: rotate(90deg);
  right: auto;
  left: 50%;
}

.benefits__item:nth-child(4):after {
  right: auto;
  left: 50%;
  transform: rotate(90deg);
  top: -17px;
}

.benefits__item:nth-child(5):after {
  right: auto;
  left: -30px;
}

.benefits__item:nth-child(6):after {
  right: auto;
  left: -30px;
}

.benefits__item-title {
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 20px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 18px;
  position: relative;
}

.benefits__item-title span {
  display: inline-block;
  margin-left: 15px;
}

.benefits__item-text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.repay {
  background: url(../images/repay_bg.jpg);
  padding: 45px 0 90px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.repay__title {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}

.repay__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  z-index: 2;
}

.repay__item {
  max-width: 555px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #EAECF0;
  border-radius: 30px;
  overflow: hidden;
  padding: 0px 0px 0px 40px;
  cursor: pointer;
}

.repay__item + .repay__item {
  margin-left: 10px;
}

.repay__link {
  display: block;
  color: #333;
}

.repay__item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.repay__item-content {
  max-width: 255px;
  margin-right: auto;
}

.repay__item-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  font-family: "Ubuntu", sans-serif;
  padding-top: 30px;
  padding-bottom: 20px;
  color: #333;
}

.repay__item:first-child .repay__item-images {
  margin-top: 20px;
  cursor: pointer;
}

.repay__item-images img {
  display: block;
}

.repay__item-text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  padding-bottom: 40px;
  color: #333;
}

.repay__item-icon {
  display: flex;
  align-items: center;
}

.repay__item-icon img {
  display: block;
  margin-right: 20px;
}

.questions__title {
  text-align: center;
  margin-bottom: 40px;
}

.index-questions.questions {
  padding: 90px 0;
}

.index-questions .questions__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.index-questions .questions__accordion {
  width: 100%;
}

.index-questions .accordion__item {
  padding: 0;
  font-weight: 400;
  background-color: #fff;
  color: #333;
  border-radius: 30px;
}

.index-questions .accordion__item.active .accordion__title {
  background: #8CC7A7;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  border: 2px solid #8CC7A7;
  border-radius: 30px 30px 0px 0px;
  outline: none;
}

.index-questions .accordion__item.active .accordion__content {
  display: block;
}

.index-questions .accordion__item + .accordion__item {
  margin-top: 5px;
}

.index-questions .accordion__title a {
  width: 100%;
  color: #333;
  font-size: 18px;
  line-height: 20px;
  display: block;
  padding: 20px 50px 20px 25px;
  position: relative;
  border: 1px solid #8CC7A7;
  box-sizing: border-box;
  border-radius: 30px;
  transition: all 0.3s;
}

.index-questions .accordion__title a:hover {
  background: #8CC7A7;
  color: #FFF;
  outline: none;
}

.index-questions .accordion__title a:hover svg path {
  fill: #fff;
  stroke: #fff;
}

.index-questions .accordion__title.active a {
  background: #8CC7A7;
  border: 2px solid #8CC7A7;
  border-radius: 30px 30px 0px 0px;
  outline: none;
  color: #fff;
}

.index-questions .accordion__title a svg {
  position: absolute;
  right: 25px;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
}

.index-questions .accordion__title.active a svg {
  transform: rotate(180deg);
}

.index-questions .accordion__title.active a svg path {
  fill: #fff;
  stroke: #fff;
}

.index-questions .accordion__content {
  margin-top: 0;
  font-size: 14px;
  line-height: 20px;
  padding: 20px 25px;
  background: #fff;
  border: 2px solid #8CC7A7;
  border-radius: 0px 0px 30px 30px;
  color: #333;
  border-top: none;
  display: none;
}

.intresting {
  padding-bottom: 90px;
}

.intresting-container {
  padding: 0 40px;
}

.intresting-title {
  text-align: center;
  margin-bottom: 40px;
}

.intresting-slider {
  position: relative;
  margin: 0 -15px;
}

.intresting-slider .slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 18px;
  height: 35px;
  background-image: url(../images/arrow-slider.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.intresting-slider .slider-arrow--next {
  right: -30px;
  transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
}

.intresting-slider .slider-arrow--prev {
  left: -30px;
}

.intresting-slider .slick-dots {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.intresting-slider .slick-dots li {
  margin: 0 6px;
}

.intresting-slider .slick-dots li.slick-active button {
  background: #0AB464;
}

.intresting-slider .slick-dots button {
  outline: none;
  width: 8px;
  height: 8px;
  border: none;
  background: #fff;
  border-radius: 50%;
  font-size: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.news-block {
  margin: 0 15px;
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: 1px solid #418D85;
  border-radius: 30px;
  overflow: hidden;
}

.news-block:hover .news-block__title {
  color: #418D85;
}

.news-block:hover .news-block__data {
  color: #418D85;
}

.news-block__link {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.news-block__photo {
  display: block;
  width: 100%;
  height: auto;
}

.news-block__content {
  flex: 0 1 100%;
  padding: 30px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news-block__title {
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  color: #2D4251;
  margin-bottom: 20px;
}

.news-block__data {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 16px;
  color: #A4A4A4;
}

.news-block__data .svg-date {
  margin-right: 10px;
  display: block;
  max-width: 14px;
  height: 16px;
}

.about {
  padding: 128px 0 128px;
}

.about-block:not(:last-child) {
  padding-bottom: 128px;
  margin-bottom: 128px;
  border-bottom: 1px solid #E0EBF4;
}

.about-benefits {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}

.about-benefits__item {
  padding: 30px 30px 40px 30px;
  background: #fff;
}

.about-benefits__item-top {
  margin-bottom: 8px;
}

.about-benefits__icon {
  height: 96px;
  padding-left: 21px;
  display: flex;
  align-items: center;
}

.about-benefits__text {
  line-height: 24px;
}

.about-meta {
  max-width: 620px;
  width: 100%;
  margin: 0 auto;
}

.about-meta__title {
  text-align: center;
  margin-bottom: 16px;
}

.about-meta__text {
  font-size: 24px;
  line-height: 1.5;
  color: #788089;
  text-align: center;
}

.about-law {
  display: flex;
  align-items: flex-start;
}

.about-law__title {
  max-width: 350px;
  width: 100%;
  margin-right: 30px;
}

.about-law__text {
  line-height: 24px;
  color: #28303B;
}

.about-security {
  margin-bottom: 128px;
}

.about-security__title {
  text-align: center;
  margin-bottom: 56px;
}

.about-security__wrapper {
  display: flex;
}

.about-security__item {
  width: 100%;
  background: #212E55;
  box-shadow: 0px 0px 40px rgba(165, 211, 255, 0.4);
  border-radius: 24px;
  color: #fff;
  padding: 32px;
}

.about-security__item:not(:last-child) {
  margin-right: 30px;
}

.about-security__icon {
  width: 96px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
}

.about-security__text {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
  text-align: center;
}

.about-calc__title {
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 56px;
  text-align: center;
}

.about-calc__calc {
  max-width: 540px;
  width: 100%;
  margin: 0 auto;
}

.tags {
  padding-bottom: 120px;
}

.tags__wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 80vw;
  margin: 0 auto;
}

.tags__link {
  white-space: nowrap;
  margin: 8px 4px;
  padding: 12px 20px;
  background: linear-gradient(130.49deg, #EFFFF8 9.76%, #EFF3FF 91.14%);
  border-radius: 30px;
  color: #586A83;
  font-size: 16px;
  line-height: 16px;
}

.tags__link:first-child {
  margin-left: 4%;
}

.extend {
  padding: 56px 0 120px;
}

.extend__description {
  text-align: center;
  font-size: 18px;
  color: #28303B;
}

.extend__description a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.extend-credit__header {
  max-width: 811px;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #E0EBF4;
  margin-bottom: 35px;
}

.extend-credit__title {
  font-weight: 600;
}

.extend-credit__wrapper {
  padding: 0 30px;
  width: 100%;
  display: flex;
  margin-bottom: 25px;
}

.extend-credit__left {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 60px;
  max-width: 395px;
  width: 100%;
  border-right: 1px solid #E0EBF4;
  margin-right: 20px;
}

.extend-credit__right {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.extend-credit__row {
  font-size: 18px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.extend-credit__row:not(:last-child) {
  margin-bottom: 20px;
}

.extend-credit__row .line {
  flex-grow: 1;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ccc;
  position: relative;
  bottom: 5px;
  margin: 0 10px;
}

.extend-credit__label {
  white-space: nowrap;
}

.extend-credit__value {
  white-space: nowrap;
  color: #788089;
  font-weight: 600;
}

.extend-credit__value_total {
  font-size: 24px;
  font-weight: bold;
  color: #28303B;
}

.extend-credit__btns {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}

.extend-credit__btn {
  padding: 19px 15px 19px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}

.extend-credit__head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.extend-credit__head .extend-credit__title {
  margin-right: 15px;
  margin-bottom: 0 !important;
}

.extend-credit__pay-off {
  width: 100%;
}

.extend-credit__pay-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.extend-credit__pay-wrapper .input-block {
  max-width: 300px;
  width: 100%;
  margin-right: 15px;
}

.extend-credit__pay-wrapper .extend-credit__btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 300px;
}

.extend-calc {
  margin-bottom: 30px;
}

.extend-calc .extend-credit__wrapper {
  padding: 0;
}

.extend-calc .extend-credit__left {
  padding: 0 60px 0 0;
}

.extend-calc .extend-credit__title {
  font-size: 18px;
  margin-bottom: 15px;
}

.extend-calc .extend-credit__value {
  color: #28303B;
}

.сalc__info {
  margin-bottom: 30px;
}

.сalc__quantity {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #28303B;
}

.calc-item:not(:last-child) {
  margin-bottom: 24px;
}

.range__up {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.info__label {
  font-size: 18px;
  font-weight: 600;
}

.info__inp {
  max-width: 80px;
}

.info__inp input {
  text-align: center;
  padding: 5px 15px;
}

.cabinet {
  padding: 56px 0 115px;
}

.cabinet__enter-form {
  display: block;
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
}

.cabinet__form-row:not(:last-child) {
  margin-bottom: 5px;
}

.cf-turnstile {
    text-align: center;
    margin: 10px 0;
}

.cabinet .btn {
  padding: 15px 13px;
}

.cabinet-block {
  max-width: 545px;
  width: 100%;
  margin: 0 auto;
  padding-top: 50px;
}

.cabinet-block__descr {
  color: #586A83;
  line-height: 24px;
}

.reg-block {
  padding: 56px;
  max-width: 925px;
  width: 100%;
  margin: 0 auto;
}

.sms-code.show {
  display: block;
}

.cabinet-loading {
  padding: 45px 0 60px;
  width: 130px;
  margin: 0 auto;
}

.cabinet-loading__loader {
  position: relative;
}

.cabinet-loading img {
  -webkit-animation: loading 3s linear infinite;
  animation: loading 3s linear infinite;
}

.cabinet-loading__timer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: #0ab464;
  font-weight: 500;
  text-align: center;
}

.registration {
  padding: 56px 0 128px;
}

.registration__btn {
  max-width: 250px;
  width: 100%;
}

.registration-block {
  padding: 40px;
}

.registration-steps {
  margin-bottom: 32px;
}

.registration-steps__headers {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  font-size: 12px;
  margin-bottom: 4px;
}

.registration-steps__count-step {
  font-size: 12px;
}

.progress {
  position: relative;
  height: 8px;
  display:flex;
  justify-content: space-between;
  padding: 10px;
}
.progress .progress-step {
    flex: 1;
    margin: 0 1px;
    height: 9px;
    background-color: #E0EBF4;
    color: #0000;
    border-radius: 5px;
    content: ".";
}
.progress .progress-step.active {
    background-color: #0AB464!important;
}

.progress-body {
  display: block;
  height: 8px;
  background: #E0EBF4;
  opacity: 0.5;
  width: 100%;
  border-radius: 50px;
}

.progress-line {
  display: block;
  height: 8px;
  width: 16%;
  top: 0px;
  left: 0;
  position: absolute;
  background: #0AB464;
  border-radius: 50px;
}

.registration-banner {
  background: linear-gradient(130.49deg, #EFFFF8 9.76%, #EFF3FF 91.14%);
  border-radius: 8px;
  padding: 32px;
  margin-bottom: 32px;
}

.registration-banner__label {
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 24px;
}

.registration-banner__btn {
  max-width: 340px;
  width: 100%;
  height: 40px;
  position: relative;
  margin: 0 auto 24px;
}

.registration-banner__btn img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.registration-banner__descr {
  text-align: center;
  color: #586A83;
}

.registration-item {
  padding-bottom: 36px;
  border-bottom: 1px solid #CCCCCC;
}

.registration-item:not(:last-child) {
  margin-bottom: 32px;
}

.registration-item__title {
  font-weight: bold;
  font-size: 24px;
  color: #28303B;
  margin-bottom: 32px;
}

.registration-item__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-row-gap: 44px;
  grid-column-gap: 20px;
}

.registration-item__field_2-3 {
  grid-column: 2/4;
}

.registration-item__field_flex {
  display: flex;
}

.registration-item__field_flex .input-block {
  width: 100%;
}

.registration-item__field_flex .input-block:not(:last-child) {
  margin-right: 20px;
}

.passport__type-inner {
  padding-top: 10px;
  display: flex;
}

.passport__type-inner .control:not(:last-child) {
  margin-right: 24px;
}

.registration-checkboxes {
  display: inline-flex;
  flex-direction: column;
  margin-bottom: 24px;
}

.registration-checkboxes .control {
  display: inline-block;
}

.registration-checkboxes .control:not(:last-child) {
  margin-bottom: 24px;
}

.registration-btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.registration-btns .registration__back {
  margin-right: 32px;
}

.personal-cabinet {
  padding: 60px 0 150px;
}

.personal-cabinet__wrapper {
  display: flex;
  align-items: flex-start;
}

.personal-cabinet__body {
  width: 100%;
}

.personal-cabinet__item {
  background: #FFFFFF;
  box-shadow: 0px 0px 24px rgba(193, 208, 221, 0.24);
  border-radius: 8px;
  padding: 24px 30px;
}

.personal-cabinet__item:not(:last-child) {
  margin-bottom: 16px;
}

.personal-cabinet__navigation {
  display: none;
  margin-top: 16px;
}

.cabinet-data__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid #E0EBF4;
  margin-bottom: 16px;
}

.cabinet-data__title {
  font-weight: 600;
}

.cabinet-data__edit:hover svg {
  fill: #0AB464;
}

.cabinet-data__edit svg {
  fill: #586A83;
  display: block;
  width: 16px;
  height: 16px;
}

.cabinet-data__body {
  grid-row-gap: 16px;
}

.cabinet-data__text {
  -moz-columns: #586A83;
  columns: #586A83;
}

.cabinet-data__text:not(:last-child) {
  margin-bottom: 24px;
}

.add-link__btn {
  max-width: 305px;
  width: 100%;
  font-weight: 500;
}

.cabinet-filed__label {
  color: #586A83;
}

.cabinet-filed__value {
  font-size: 18px;
}

.cabinet-cards__btn {
  max-width: 240px;
  width: 100%;
  margin-bottom: 30px;
}


.cabinet-cards__btn-submit {
    max-width: 305px;
    width: 100%;
    background: #01A056;
}
.cabinet-cards__btn-submit.disabled {
    background: #cbcbcb!important;
}



.cabinet-cards__inner {
  //display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 32px 16px;
}

.cabinet-cards__card {
  max-width: 400px;
  width: 100%;
}

.cabinet-cards__handle {
  min-height: 20px;
  display: flex;
  justify-content: space-between;
}

.cabinet-cards__delete {
  display: flex;
  align-items: center;
  transition: all 0.2s;
}

.cabinet-cards__delete:hover {
  color: red;
}

.cabinet-cards__delete:hover svg {
  fill: red;
}

.cabinet-cards__delete svg {
  margin-left: 10px;
  display: block;
  width: 12px;
  height: 12px;
  fill: #28303B;
  transition: all 0.2s;
}

.cabinet-cards__add {
  display: none;
  max-width: 400px;
  height: 250px;
  border: 2px dashed #E0EBF4;
  border-radius: 16px;
}

.cabinet-cards__add-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cabinet-card {
  margin-bottom: 16px;
  background: #0000000d;
  border-radius: 16px;
}

.cabinet-card.active .card-svg-white, .cabinet-card.active .trash-svg-white {
    display: block;
}

.cabinet-card.active .card-svg-default, .cabinet-card.active .trash-svg-default, .cabinet-card .card-svg-white, .cabinet-card .trash-svg-white {
    display: none;
}

.cabinet-card.active {
    background: #01A056;
    color: white;
}

.cabinet-card.active svg {
    fill: white!important;
}

.cabinet-card__body {
  padding: 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cabinet-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 57px;
}

.cabinet-card__num {
  font-size: 24px;
}

.cabinet-card__name {
  text-transform: uppercase;
}

.cabinet-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 32px 14px 32px;
}

.cabinet-cards__card_expired {
  position: relative;
}

.cabinet-cards__card_expired .cabinet-card {
  opacity: 0.5;
}

.cabinet-cards__card_expired::before {
  content: "Истек срок действия карты";
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: red;
  z-index: 99;
  opacity: 1;
}

.cabinet-cards__card_expired .cabinet-cards__handle {
  justify-content: center;
}

.cabinet-cards__card_expired .cabinet-cards__handle .control {
  display: none;
}

.cabinet-aside {
  background: #FFFFFF;
  box-shadow: 0px 0px 24px rgba(193, 208, 221, 0.24);
  border-radius: 8px;
  padding: 24px;
  flex: 0 0 245px;
  width: 245px;
  margin-right: 24px;
}

.cabinet-aside__item {
  border-radius: 8px;
  transition: all 0.3s;
}

.cabinet-aside__item:hover {
  color: #0AB464;
  background: linear-gradient(130.49deg, #EFFFF8 9.76%, #EFF3FF 91.14%);
}

.cabinet-aside__item:hover svg {
  fill: #0AB464;
}

.cabinet-aside__item.active {
  color: #0AB464;
  background: linear-gradient(130.49deg, #EFFFF8 9.76%, #EFF3FF 91.14%);
}

.cabinet-aside__item.active svg {
  fill: #0AB464;
}

.cabinet-aside__link {
  padding: 8px 16px;
  display: flex;
  align-items: center;
}

.cabinet-aside__icon {
  margin-right: 10px;
}

.cabinet-aside__icon svg {
  transition: all 0.3s;
  display: block;
  width: 16px;
  height: 16px;
}

.custom-table__header .custom-table__row {
  border: none;
}

.custom-table__header .custom-table__col {
  padding: 0;
}

.custom-table__header .custom-table__col:not(:last-child) {
  margin-right: 12px;
}

.custom-table__row {
  display: flex;
  padding: 20px 0px;
  align-items: center;
  border-bottom: 1px solid #E0EBF4;
  position: relative;
  margin-top: -1px;
}

.custom-table__row_opened {
  background: linear-gradient(130.49deg, #EFFFF8 9.76%, #EFF3FF 91.14%);
  border: 1px solid #E0EBF4;
  box-shadow: 0px 0px 24px rgba(193, 208, 221, 0.24);
  border-radius: 8px;
}

.custom-table__col {
  width: 100%;
  padding: 0px 12px;
}

.custom-table__col .dowload-btn {
  position: relative;
  left: -24px;
}

.custom-table__body .custom-table__row:first-child {
  border-top: 1px solid #E0EBF4;
}

.dowload-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.dowload-btn {
  margin: 2px;
  font-family: "FuturaPT", sans-serif;
  font-size: 16px;
  background: #FFFFFF;
  border-radius: 16px;
  display: flex;
  align-items: center;
  border: 1px solid #E0EBF4;
  cursor: pointer;
  padding: 4px 16px;
}

.dowload-btn img {
  display: block;
  margin-right: 4px;
}

.credit-history__status {
  position: relative;
}

.credit-history__status.closest {
  color: #0AB464;
}

.credit-history__status.closest::before {
  content: url(../images/icon/green-check.svg);
  display: block;
  position: absolute;
  right: 0;
  right: -20px;
}

.cabinet-documents__check {
  margin-bottom: 20px;
}

.cabinet-documents__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
}

.cabinet-documents__item {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  min-height: 232px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 15px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.cabinet-documents__item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
}

.document-photo__content {
  max-width: 284px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
}

.document-photo__title {
  font-size: 24px;
  font-weight: bold;
}

.document-photo__subtitle {
  line-height: 24px;
  min-height: 24px;
}

.document-photo__text {
  line-height: 24px;
  color: #CCCCCC;
}

.document-photo__status {
  position: relative;
  display: inline-block;
}

.document-photo__status.verified::after {
  content: url(../images/icon/white-check.svg);
  position: absolute;
  top: 2px;
  right: -20px;
}

.document-photo__btn-delete {
  cursor: pointer;
  margin-top: 24px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #788089;
  box-shadow: 0px 0px 24px rgba(193, 208, 221, 0.24);
  border-radius: 40px;
  padding: 11px 16px 10px;
}

.document-photo__btn-delete span {
  margin-right: 8px;
}

.document-photo__btn-delete svg {
  width: 9px;
  height: 9px;
  display: block;
  fill: #fff;
}

.document-table__doc {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.document-table__doc > a {
  text-decoration: underline;
  margin-right: 10px;
}

.personal-cabinet__calc {
  max-width: 490px;
  width: 100%;
  /* background: #FFFFFF;
  box-shadow: 0px 0px 24px rgba(193, 208, 221, 0.24);
  padding: 24px 30px;*/
  border-radius: 8px;

  position:relative;
}

.personal-cabinet__btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.personal-cabinet__btn {
  margin: 0 auto;
}

.personal-cabinet__btn:not(:last-child) {
  margin-bottom: 10px;
}

.cabinet-data__link {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}

.cabinet-data__link .input-block {
  width: 100%;
  margin-right: 15px;
}

.credits__calc {
  max-width: 540px;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}

.credits__calc-button {
  margin-bottom: 15px;
}

.credits__calc_single .credits__calc-left,
.credits__calc_single .credits__calc-right {
  background: linear-gradient(130.49deg, #EFFFF8 9.76%, #EFF3FF 91.14%);
  border-radius: 24px;
  padding: 24px;
}

.credits__calc_single .calculation__content {
  padding: 2px 0px 3px 0px;
}

.credits__calc_single .range input {
  background: #fff;
}

.credits__calc .container {
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.credits__calc-wrap {
  position: relative;
  border-radius: 5px;
  color: #333;
  max-width: 630px;
  width: 100%;
  z-index: 15;
}

.credits-head {
  display: flex;
}

.credits-head__item {
  font-family: "FuturaPT", sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  text-align: center;
  background: #E0EBF4;
  width: 100%;
  border: none;
  box-shadow: 19px -19px 10px -21px rgba(0, 0, 0, 0.5) inset;
  cursor: pointer;
  color: #586A83;
  transition: all 0.2s;
  outline: none;
}

.credits-head__item span {
  position: relative;
  padding-left: 20px;
}

.credits-head__item span::before {
  content: url(../images/icon/choose-check.svg);
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}

.credits-head__item.current {
  background: #fff;
  color: #28303B;
  box-shadow: none;
}

.credits-head__item.current span::before {
  display: block;
}

.wrap__content--product1 {
  display: block;
}

.wrap__content--product2 {
  display: none;
}

.wrap__content--product3 {
  display: none;
}

.info__label {
  font-size: 18px;
  line-height: 132%;
  color: #28303B;
}

.credits__calc-btn {
  display: block;
  max-width: 100%;
  padding: 17px;
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
}

.сalc__info {
  position: relative;
}

.сalc__info + .сalc__info {
  margin-top: 25px;
}

.credits__calc-left {
  background: #fff;
  width: 100%;
  margin-bottom: 16px;
  padding: 30px 59px 40px;
  border-radius: 0 0 24px 24px;
  box-shadow: 0px 2px 24px rgba(209, 220, 235, 0.16);
}

.range {
  position: relative;
  margin-bottom: 15px;
}

.info__inp {
  display: flex;
}

.range__up {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
}

.range input {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid #EAECF0;
  box-sizing: border-box;
  border-radius: 5px;
  color: #28303B;
  font-weight: 400;
  padding: 6px 8px;
  max-width: 96px;
  text-align: center;
  margin: 0 0 0 10px;
}

.сalc__quantity {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
}

.range .slider .ui-slider-range:first-child {
  z-index: 0;
}

.range .slider .ui-slider-range:last-child {
  z-index: -2;
}

.ui-slider-range-min {
  background: #e8e6e6;
}

.range > .ui-corner-all {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border: none;
  background: #E0EBF4;
  cursor: pointer;
  bottom: -8px;
  height: 2px;
  position: absolute;
  width: 100%;
  border-radius: 16px;
}

.range > .ui-slider-horizontal .ui-slider-range-min {
  height: 4px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover {
  bottom: -7px;
}

.ui-slider .ui-slider-handle:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #28303B;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 5px;
}

.credits__calc .ui-slider .ui-slider-handle {
  width: 15px;
  height: 15px;
  background: #28303B;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.31);
  border: none;
}

.ui-slider-horizontal {
  height: 1px;
}

.ui-widget-header {
  background: #28303B;
  border-radius: 5px;
  font-weight: bold;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover {
  font-weight: normal;
  color: #454545;
  border-radius: 10px;
  cursor: pointer;
  bottom: -6px;
  top: auto;
}

.ui-slider .ui-slider-handle:focus {
  outline: none;
  border: none;
}

.credits__calc-right {
  background: #fff;
  width: 100%;
  padding: 24px 30px;
  border-radius: 24px;
  box-shadow: 0px 2px 24px rgba(209, 220, 235, 0.16);
}

.calculation__title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 27px;
}

.calculation__content {
  display: flex;
  padding: 2px 30px 3px 35px;
}

.calculation__content .line {
  width: 100%;
  border-bottom: 1px dotted #586A83;
  position: relative;
  bottom: 3px;
  margin: 0 5px;
}

.calculation__content .label {
  white-space: nowrap;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
}

.calculation__content--bg {
  background: linear-gradient(130.49deg, #EFFFF8 9.76%, #EFF3FF 91.14%);
  border-radius: 5px;
}

.calculation__content + .calculation__content {
  margin-top: 7px;
}

.calculation__sum {
  white-space: nowrap;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
}

.date__sum {
  font-size: 12px;
  line-height: 14px;
}

.info__inp-btn {
  position: relative;
  background: #FFFFFF;
  box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  width: 29px;
  cursor: pointer;
  height: 29px;
}

.info__inp-btn span {
  position: absolute;
  width: 13px;
  height: 3px;
  background-color: #1F4642;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.info__inp-btn .up {
  transform: translate(-50%, -50%) rotate(90deg);
}

.info__slider .slick-dots {
  position: absolute;
  display: block;
  width: 100%;
  margin: 0;
  list-style: none;
  text-align: center;
  padding: 11px 0 25px;
  bottom: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
}

.info__slider .slick-dots li {
  cursor: pointer;
}

.info__slider .slick-dots li + li {
  margin-left: 30px;
}

.info__slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 67px;
  height: 3px;
  cursor: pointer;
  outline: none;
  border: none;
  border-radius: 5px;
  opacity: 0.7;
}

.info__slider .slick-dots li.slick-active button {
  background: #A4D277;
}

.info__slider .slick-dots li button:hover,
.info__slider .slick-dots li button:focus {
  outline: none;
}

.info__slider .slick-dots li button:hover:before,
.info__slider .slick-dots li button:focus:before {
  opacity: 1;
}

.info__slider .slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.info__slider slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.credits-calc__link {
  display: flex;
  justify-content: center;
}

.credits-calc__promo {
  -webkit-text-decoration-style: dashed;
  text-decoration-style: dashed;
  text-underline-offset: 5px;
}

.about {
  padding: 128px 0 128px;
}

.about-block:not(:last-child) {
  padding-bottom: 128px;
  margin-bottom: 128px;
  border-bottom: 1px solid #E0EBF4;
}

.about-benefits {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}

.about-benefits__item {
  padding: 30px 30px 40px 30px;
  background: #fff;
}

.about-benefits__item-top {
  margin-bottom: 8px;
}

.about-benefits__icon {
  height: 96px;
  padding-left: 21px;
  display: flex;
  align-items: center;
}

.about-benefits__text {
  line-height: 24px;
}

.about-meta {
  max-width: 620px;
  width: 100%;
  margin: 0 auto;
}

.about-meta__title {
  text-align: center;
  margin-bottom: 16px;
}

.about-meta__text {
  font-size: 24px;
  line-height: 1.5;
  color: #788089;
  text-align: center;
}

.about-law {
  display: flex;
  align-items: flex-start;
}

.about-law__title {
  max-width: 350px;
  width: 100%;
  margin-right: 30px;
}

.about-law__text {
  line-height: 24px;
  color: #28303B;
}

.about-security {
  margin-bottom: 128px;
}

.about-security__title {
  text-align: center;
  margin-bottom: 56px;
}

.about-security__wrapper {
  display: flex;
}

.about-security__item {
  width: 100%;
  background: #212E55;
  box-shadow: 0px 0px 40px rgba(165, 211, 255, 0.4);
  border-radius: 24px;
  color: #fff;
  padding: 32px;
}

.about-security__item:not(:last-child) {
  margin-right: 30px;
}

.about-security__icon {
  width: 96px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
}

.about-security__text {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
  text-align: center;
}

.about-calc__title {
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 56px;
  text-align: center;
}

.about-calc__calc {
  max-width: 540px;
  width: 100%;
  margin: 0 auto;
}

.contacts {
  padding: 56px 0 128px;
}

.contacts__title {
  margin-bottom: 24px;
}

.contacts-content {
  padding: 30px;
  background: #FFFFFF;
  box-shadow: 0px 0px 24px rgba(193, 208, 221, 0.24);
  border-radius: 8px;
}

.contacts-adress {
  margin-bottom: 30px;
}

.contacts-adress__item {
  display: flex;
  align-items: center;
}

.contacts-adress__item:not(:last-child) {
  margin-bottom: 24px;
}

.contacts-adress__icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}

.contacts-adress__label {
  font-size: 12px;
  color: #586A83;
  margin-bottom: 4px;
}

.contacts-adress__value {
  line-height: 24px;
}

.contacts-map {
  width: 100%;
  height: 425px;
  margin-bottom: 30px;
}

.contacts-map iframe {
  width: 100%;
  height: 100%;
}

.contacts-form__title {
  margin-bottom: 8px;
}

.contacts-form__text {
  line-height: 24px;
  color: #586A83;
  margin-bottom: 32px;
}

.contacts-form__inp {
  margin-bottom: 36px;
}

.contacts-form__btn {
  max-width: 250px;
  width: 100%;
}

.section__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.section__calc {
  max-width: 320px;
  width: 100%;
  margin-right: 20px;
}

.section__content {
  max-width: 725px;
  width: 100%;
}

.questions {
  padding: 56px 0 128px;
}

.accordion__item {
  background: #FFFFFF;
  box-shadow: 0px 0px 24px rgba(193, 208, 221, 0.24);
  border-radius: 8px;
  padding: 16px;
}

.accordion__item.open .accordion__content {
  margin-top: 20px;
  pointer-events: auto;
  height: auto;
  opacity: 1;
}

.accordion__item.open .accordion__title svg {
  transform: rotate(180deg);
}

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

.accordion__title {
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  cursor: pointer;
}

.accordion__title svg {
  margin-left: 8px;
  flex: 0 0 10px;
  transition: all ease 0.2s;
}

.accordion__content {
  pointer-events: none;
  overflow: hidden;
  height: 0;
  transition: all ease 0.2s;
}

.affiliate {
  padding: 64px 0 128px;
}

.affiliate__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.affiliate-benefits {
  max-width: 540px;
  width: 100%;
  margin-right: 20px;
}

.affiliate-benefits__title {
  margin-bottom: 56px;
}

.affiliate-benefits__wrapper {
  display: flex;
  flex-wrap: wrap;
}

.affiliate-benefits__item {
  width: 47%;
  margin-bottom: 40px;
}

.affiliate-benefits__item:nth-child(odd) {
  margin-right: 6%;
}

.affiliate-benefits__icon {
  background: linear-gradient(130.49deg, #EFFFF8 9.76%, #EFF3FF 91.14%);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: relative;
  margin-bottom: 24px;
}

.affiliate-benefits__icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.affiliate-benefits__label {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.affiliate-benefits__text {
  line-height: 24px;
  color: #788089;
}

.affiliate-form {
  max-width: 460px;
  width: 100%;
  padding: 48px 56px;
  background: linear-gradient(130.49deg, #EFFFF8 9.76%, #EFF3FF 91.14%);
  border-radius: 24px;
}

.affiliate-form__title {
  text-align: center;
  margin-bottom: 16px;
}

.affiliate-form__item {
  margin-bottom: 24px;
  position: relative;
}

.affiliate-form__label {
  display: block;
  margin-bottom: 8px;
}

.affiliate-form__btn {
  font-size: 18px;
  font-weight: bold;
}

.info-inp {
  font-size: 12px;
  color: #788089;
}

.making-money__content {
  max-width: 730px;
  width: 100%;
  margin: 0 auto 54px;
  text-align: center;
}

.making-money__title {
  margin-bottom: 24px;
}

.making-money__text {
  font-size: 24px;
  color: #586A83;
  margin-bottom: 16px;
}

.making-money__link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #788089;
}

.making-money__link img {
  display: block;
  margin-right: 8px;
}

.making-money__steps {
  display: flex;
  justify-content: center;
}

.making-money__step {
  position: relative;
  max-width: 200px;
  width: 100%;
}

.making-money__step:not(:last-child) {
  margin-right: 80px;
}

.making-money__step:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 27%;
  right: -40px;
  width: 9px;
  height: 9px;
  border: solid #28303B;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
}

.making-money__num {
  margin: 0 auto 16px;
  background: #212E55;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.making-money__label {
  text-align: center;
  font-size: 24px;
}

.stocks {
  padding: 68px 0 128px;
}

.stocks-catalog__show-more {
  max-width: 290px;
  width: 100%;
  margin: 0 auto;
}

.stocks-item {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #E0EBF4;
}

.stocks-item.active .stocks-item__img {
  border-radius: 16px 0 0 16px;
}

.stocks-item.active .stocks-item__content {
  border-radius: 0 16px 16px 0;
  background: linear-gradient(130.49deg, #EFFFF8 9.76%, #EFF3FF 91.14%);
  box-shadow: 0px 0px 24px rgba(193, 208, 221, 0.24);
}

.stocks-item__wrapper {
  display: flex;
}

.stocks-item__img {
  max-width: 445px;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
}

.stocks-item__img img {
  display: block;
  width: 100%;
  height: 100%;
}

.stocks-item__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 40px;
  max-width: 560px;
  width: 100%;
}

.stocks-item__date {
  color: #788089;
  margin-bottom: 8px;
}

.stocks-item__title {
  margin-bottom: 16px;
}

.stocks-item__text {
  line-height: 24px;
  margin-bottom: 24px;
}

.how {
  padding: 128px 0px;
}

.how-content {
  max-width: 620px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.how-content:not(:last-child) {
  margin-bottom: 80px;
}

.how-content__title {
  margin-bottom: 16px;
}

.how-content__text {
  font-size: 24px;
  line-height: 1.5;
  color: #788089;
}

.how-happined__title {
  text-align: center;
  margin-bottom: 48px;
}

.how-happined__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.how-happined__calc {
  max-width: 350px;
  width: 100%;
  margin-right: 20px;
}

.how-happined__calc .credits-head__item span {
  font-size: 12px;
}

.how-happined__calc .credits__calc-left {
  padding: 30px 20px 60px;
}

.how-happined__calc .calculation__content {
  padding: 0;
}

.how-happined__list {
  max-width: 670px;
  width: 100%;
}

.how-happined__elem {
  display: block;
}

.how-happined__elem:not(:last-child) {
  margin-bottom: 32px;
}

.how-happined__item {
  display: flex;
}

.how-happined__num {
  flex: 0 0 56px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #212E55;
  margin-right: 32px;
}

.how-happined__text {
  font-size: 24px;
  line-height: 1.5;
  color: #788089;
}

.how-text__wrapper {
  display: flex;
}

.how-text__title {
  max-width: 350px;
  width: 100%;
  margin-right: 30px;
}

.how-text__text {
  line-height: 24px;
}

.how-text__text p:not(:last-child) {
  margin-bottom: 24px;
}

.loan-section {
  padding: 128px 0;
}

.loan-steps__title {
  text-align: center;
  margin-bottom: 56px;
}

.loan-steps__wrapper {
  display: flex;
}

.loan-steps__item {
  width: 100%;
}

.loan-steps__item:not(:last-child) {
  margin-right: 30px;
}

.loan-steps__icon {
  margin-bottom: 16px;
}

.loan-steps__icon img {
  display: block;
  margin: 0 auto;
}

.loan-steps__label {
  text-align: center;
  font-weight: 600;
  color: #131313;
  margin-bottom: 8px;
}

.loan-steps__text {
  text-align: center;
  color: #788089;
}

.news {
  padding: 56px 0 106px;
  background: #fff;
}

.news__title {
  text-align: center;
  margin-bottom: 56px;
}

.news__wrapper {
  margin: -15px;
  -moz-columns: 2;
  columns: 2;
  margin-bottom: 41px;
}

.news__show-more {
  font-size: 18px;
  font-weight: bold;
  max-width: 214px;
  width: 100%;
  margin: 0 auto;
}

.news .news-block {
  margin: 15px;
  border: 1px solid #E0EBF4;
}

.news .news-block_big .news-block__content {
  padding: 32px 48px 32px;
}

.news .news-block_1 {
  grid-row: 1/3;
}

.news .news-block__img img {
  display: block;
  width: 100%;
  height: auto;
}

.news .news-block__content {
  padding: 40px 48px 39px;
}

.news .news-block__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.news .news-block__title {
  font-weight: bold;
  font-size: 24px;
  color: #586A83;
  margin-bottom: 0;
  margin-right: 10px;
}

.news .news-block__category {
  line-height: 1.5;
}

.news .news-block__text {
  max-height: 76px;
  line-height: 1.5;
}

.news .banner-news {
  overflow: hidden;
  margin: 15px;
  background: linear-gradient(130.49deg, #EFFFF8 9.76%, #EFF3FF 91.14%);
  box-shadow: 0px 0px 24px rgba(193, 208, 221, 0.24);
  border-radius: 16px;
  margin-bottom: 50px;
}

.news .banner-news__wrapper {
  display: flex;
}

.news .banner-news__img {
  max-width: 445px;
  width: 100%;
  margin-right: 40px;
}

.news .banner-news__img img {
  display: block;
  width: 100%;
  height: auto;
}

.news .banner-news__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.news .banner-news__rubric {
  color: #788089;
  margin-bottom: 8px;
}

.news .banner-news__title {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 16px;
}

.news .banner-news__text {
  line-height: 1.5;
  margin-bottom: 24px;
}

.news .banner-news__more {
  display: flex;
  align-items: center;
}

.news .banner-news__more span {
  display: block;
  margin-right: 12px;
}

.single-news {
  padding: 40px 0 128px;
  background: #fff;
}

.single-news .news {
  padding: 64px 0;
}

.single-news__wrapper {
  margin-bottom: 64px;
}

.single-news__content {
  max-width: 100%;
}

.single-news__text {
  line-height: 24px;
  padding-left: 34px;
  max-width: 582px;
  width: 100%;
}

.single-news__text:not(:last-child) {
  margin-bottom: 30px;
}

.single-news__text p:not(:last-child) {
  margin-bottom: 30px;
}

.single-news__title {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: bold;
}

.single-news__slider {
  margin: 56px 0 56px;
  max-width: 730px;
  width: 100%;
}

.single-news__slider .slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  cursor: pointer;
}

.single-news__slider .slider-arrow_next {
  right: 24px;
}

.single-news__slider .slider-arrow_prev {
  left: 24px;
}

.single-news__slider .slider-arrow_prev svg {
  transform: rotate(180deg);
}

.single-news__slide img {
  display: block;
  width: 100%;
  height: auto;
}

.single-news__back {
  white-space: nowrap;
  max-width: -webkit-min-content;
  max-width: -moz-min-content;
  max-width: min-content;
  padding: 6px 25px 6px 45px;
}

.single-news__back::after {
  right: auto;
  left: 20px;
  transform: translateY(-50%) rotate(-225deg);
}

.questions-calc {
  margin-right: 30px;
}

.section-error {
  background: #fff;
  padding: 80px 0;
}

.error-img {
  max-width: 677px;
  margin: 0 auto 60px;
  width: 100%;
}

.error-img img {
  display: block;
  max-width: 677px;
  width: 100%;
  height: auto;
}

.error__content {
  text-align: center;
  max-width: 555px;
  width: 100%;
  margin: 0 auto;
}

.error__content-title {
  font-weight: 500;
  font-size: 22px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 30px;
}

.error__content-text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 40px;
}

.error__content-btn {
  max-width: 222px;
  padding: 13px;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #0AB464;
  color: #0AB464;
}

.error__content-btn:hover {
  background: #0AB464;
  color: #fff;
}

.footer {
  background-color: #212E55;
  padding: 40px 0 26px;
  color: #fff;
  z-index: 9000;
}

.footer__wrapper {
  display: grid;
  justify-content: space-between;
  grid-template-columns: 20% 16% 16% 16% 19%;
  grid-gap: 0px 10px;
  margin-bottom: 25px;
}

.footer__partner {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  font-weight: bold;
  padding-bottom: 14px;
}

.footer-col--friend {
  text-align: right;
  grid-column: 5/7;
}

.footer-logo {
  margin-bottom: 40px;
}

.footer-logo img {
  display: block;
  max-width: 130px;
  width: 100%;
  height: auto;
}

.footer-col {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.footer-col__label {
  font-weight: bold;
  margin-bottom: 20px;
}

.footer-col__label--fake {
  display: none;
  opacity: 0;
}

.footer-col__link {
  margin-bottom: 14px;
}

.footer-col__phone-info {
  font-size: 12px;
  line-height: 130%;
}

.footer-col__top {
  margin-bottom: 15px;
}

.footer-col__btn {
  display: inline-block;
  min-width: 190px;
  width: auto;
  text-align: center;
  font-size: 12px;
  line-height: 100%;
}

.footer-col__btn.add-friend {
  margin-right: 0;
  margin-left: auto;
}

.phone-link {
  position: relative;
  padding-left: 25px;
}

.phone-link::before {
  content: url(../images/icon/phone.svg);
  position: absolute;
  top: 0;
  left: 0;
}

.app-links__link {
  display: block;
}

.app-links__link:not(:last-child) {
  margin-bottom: 20px;
}

.footer-copy {
  font-size: 12px;
  line-height: 130%;
  color: #586A83;
}

.popups {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.popups__inner {
  display: grid;
  align-items: center;
  width: 100vw;
  height: 100vh;
  bottom: 0;
  left: 0;
  padding: 50px 10px;
  overflow: auto;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
}

.popups-noclose {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.popups__inner-noclose {
  display: grid;
  align-items: center;
  width: 100vw;
  height: 100vh;
  bottom: 0;
  left: 0;
  padding: 50px 10px;
  overflow: auto;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
}

.popup {
  display: none;
  padding: 32px 24px 24px;
  position: relative;
  max-width: 532px;
  min-height: 250px;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  margin: 0 auto;
  text-align: center;
}

.popup.show {
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup__content {
  max-width: 412px;
  width: 100%;
}

.popup__title {
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 25px;
}

.popup__exit {
  position: absolute;
  top: 13px;
  right: 13px;
}

.popup__text {
  margin-bottom: 22px;
}

.popup__text-success {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.popup__text-success .text {
    color: #0AB464;
    font-size: 18px;
    font-weight: 700;
}


.popup__header {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #000000;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(65, 65, 67, 0.2);
}

.popup__body {
  margin-bottom: 24px;
  padding: 16px 8px 0 0;
}

.popup__content-list {
  margin-bottom: 8px;
}

.popup__content-elem {
  position: relative;
  padding-left: 15px;
}

.popup__content-elem::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  display: block;
  background: #000;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.popup__text p:not(:last-child) {
  margin-bottom: 8px;
}

.popup__btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.popup__btns button:not(:last-child) {
  margin-bottom: 16px;
}

.login__inner {
  max-width: 412px;
  width: 100%;
  text-align: left;
}

.login__form-item {
  margin-bottom: 15px;
}

.login__form-item label {
  text-align: left;
  display: block;
  font-size: 12px;
  line-height: 13px;
  margin-bottom: 11px;
}

.add-link__form .input-block {
  margin-bottom: 24px;
}

.login__register {
  margin-top: 20px;
  text-align: center;
}

.timer {
  font-weight: bold;
  font-size: 30px;
  line-height: 20px;
  color: #0AB464;
  margin-top: 50px;
}

.popup-btn {
  max-width: 341px;
  margin: 27px auto 0;
  font-weight: 500;
}

.sms-code__text {
  padding: 0 15px;
  text-align: center;
  margin-bottom: 24px;
}

.sms-code__text span {
  display: block;
}

.sms-code__repeat {
  display: none;
  margin: 0 auto;
  font-size: 16px;
  text-align: center;
}

.scroll-content-popup {
  max-height: 350px;
  overflow: auto;
}

#photoverification {
  background: rgba(39, 39, 40, 0.8);
}

.popup-photo {
  padding: 20px 30px 48px;
  margin: 0 auto;
  max-width: 970px;
  width: 100%;
  border-radius: 8px;
  background: #272728;
  color: #fff;
  position: relative;
}

.popup-photo__body {
  text-align: center;
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
}

.popup-photo__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 8px;
}

.popup-photo__descr {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 44px;
}

.popup-photo .photo__btn {
  max-width: 240px;
  margin: 0 auto;
  background: #fff;
  color: #000;
}

.popup-photo .photo__btn--save {
  display: none;
}

.photo-popup__img-body {
  margin-bottom: 24px;
}

.photo-popup__img {
  height: 100%;
  position: relative;
  background: #EDF1F3;
  border-radius: 5px;
  overflow: hidden;
}

.photo-popup__img #video {
  display: block;
  width: 100%;
  height: 100%;
}

.photo-popup__img #canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.photo-popup__img .your-photo {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  max-width: 100%;
  width: 100%;
  height: 100%;
}

.photo-popup__img #canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.preloader {
  margin-bottom: 15px;
  -webkit-animation: loading 3s linear infinite;
  animation: loading 3s linear infinite;
}

@-webkit-keyframes loading {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes loading {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.credit-card__form .input-block:not(:last-child) {
  margin-bottom: 20px;
}

.credit-card__dates {
  display: flex;
}

.credit-card__dates .input-block {
  max-width: 110px;
  width: 100%;
}

.credit-card__dates .credit-card__slash {
  margin: 10px 15px 0;
}

.credit-card__cvv {
  max-width: 110px;
  width: 100%;
}

.popup__choose-card:not(:last-child) {
  border-bottom: 1px solid #788089;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.popup__card-status {
  display: block;
  text-align: center;
  font-size: 10px;
  line-height: 1;
  color: #0AB464;
}

.popup__card-status.unactive {
  color: red;
}

.popup__add-card {
  margin-bottom: 15px;
}

.id_card-field {
  display: none;
}

.attention {
  margin: 50px 0;
}

.attention_colored {
  background: #0AB464;
  color: #fff;
}

.attention_colored .attention__title svg {
  fill: #fff;
}

.attention_colored .main-link {
  color: #fff;
}

.attention_colored .main-link:hover {
  color: #fff;
}

.attention__title {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 19px;
}

.attention__title svg {
  fill: #000;
  display: block;
  margin-right: 12px;
}

.attention__text {
  font-size: 18px;
}

.attention__text p:not(:last-child) {
  margin-bottom: 10px;
}

.current-loan {
  padding: 0;
}

.current-loan .extend-credit__left {
  max-width: 345px;
  padding-right: 30px;
}

.current-loan .extend-credit__btn {
  text-align: center;
  min-width: auto;
  width: 100%;
}

.add-photos__title {
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
}
.bank-id-add-photo-info {
    font-size: 20px;
    font-weight: bold;
}

.add-photos__wrapper {
  display: flex;
  justify-content: center;
}

.add-photos__item {
  padding: 16px;
  max-width: 350px;
  width: 100%;
  border: 2px dashed #E0EBF4;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
}

.add-photos__item:not(:last-child) {
  margin-right: 30px;
}

.add-photos__content {
  flex-grow: 1;
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.add-photos__img {
  max-width: 136px;
  width: 100%;
  margin-right: 16px;
  min-width: 120px;
}

.add-photos__img img {
  display: block;
  width: 100%;
  height: auto;
}

.add-photos__label {
  font-weight: 700;
  font-size: 24px;
  color: #788089;
  margin-bottom: 5px;
}

.add-photos__btn {
  position: relative;
}

.add-photo__inp {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}

.processing__title {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  margin: 0 auto 32px;
  position: relative;
  color: #0AB464;
}

.processing__title::before {
  content: url(../images/icon/green-check.svg);
  margin-right: 10px;
}

.processing__text {
  text-align: center;
  font-size: 24px;
  margin-bottom: 24px;
}

.processing__timer {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  background: #212E55;
  padding: 24px 28px;
  box-shadow: 0px 0px 40px rgba(165, 211, 255, 0.4);
  border-radius: 16px;
  color: #fff;
  font-size: 32px;
  line-height: 32px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.processing__timer .doots {
  font-size: 18px;
  margin: 0 8px;
}

.processing__timer .min,
.processing__timer .sec {
  position: relative;
}

.processing__timer .min::before,
.processing__timer .sec::before {
  content: "мин";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  line-height: 1;
  color: #ccc;
  text-align: center;
}

.processing__timer .sec::before {
  content: "сек";
}

.processing-done__icon {
  max-width: 96px;
  width: 100%;
  margin: 0 auto 50px;
}

.processing-done__title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 32px;
}

.processing-done__text {
  max-width: 630px;
  width: 100%;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  margin: 0 auto 32px;
}

.processing-done__btn {
  padding: 19px 15px 19px;
  max-width: 350px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
}

.verification__title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.photo-do__body {
  margin-bottom: 20px;
}

.photo-do__btn {
  /* max-width: 386px; */
  margin: 0 auto;
}

.photo-do__item {
  max-width: 426px;
  margin: 0 auto;
  position: relative;
}

.photo-do__item .saved_photo {
  display: block;
  width: 100%;
  height: auto;
}

.photo-do__item img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 300px;

}

.photo-do__item img.photo-1 {
    border-radius: 12px;
}

div.verification-main div.ver-item {
    display: inline-block;
}

.photo-popup {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  padding: 30px 15px;
}

.photo-popup.show {
  display: block;
}

.photo-popup__inner {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  overflow: auto;
}

.photo-popup__body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 460px;
  width: 100%;
  color: #fff;
  max-height: 490px;
  height: 100%;
}

.photo-popup__title {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 30px;
}

.photo-popup__subtitle {
  text-align: center;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.photo-popup__instruction {
  position: relative;
  text-align: center;
  min-height: 168px;
}

.photo-popup__instruction img {
  height: 147px;
}

.photo-popup__instruction p {
  position: relative;
  bottom: 20px;
}

.photo-popup__img-body {
  border: 2px dashed #F2994A;
  padding: 15px;
  display: flex;
  align-self: center;
  justify-content: center;
  margin-bottom: 5px;
}

.photo-popup__img {
  height: 100%;
  position: relative;
  background: #E0E0E0;
  border-radius: 5px;
  overflow: hidden;
}

.photo-popup__img #video {
  display: block;
  width: 100%;
  height: 100%;
}

.photo-popup__img #canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.photo-popup__img .your-photo {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
}

.photo-popup__img #canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.photo-popup__descr {
  text-align: center;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 30px;
}

.photo-popup__btn {
  max-width: 386px;
  width: 100%;
  margin: 0 auto;
}

.photo-popup__btn:not(:last-child) {
  margin-bottom: 25px;
}

.photo-popup__close {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 99;
}

.photo-popup__close svg {
  width: 30px;
  height: 30px;
  stroke: #fff;
  fill: #fff;
}

@media (min-width: 767px) {
  .credits-head__item:hover {
    color: #28303B;
    box-shadow: 19px -19px 10px -21px rgba(0, 0, 0, 0.5) inset;
  }

  .credits-head__item.current:hover {
    box-shadow: 19px -19px 10px -21px rgba(0, 0, 0, 0.5) inset;
  }

  .credits-head__item:hover {
    color: #28303B;
    box-shadow: 19px -19px 10px -21px rgba(0, 0, 0, 0.5) inset;
  }

  .credits-head__item.current:hover {
    box-shadow: 19px -19px 10px -21px rgba(0, 0, 0, 0.5) inset;
  }
}

@media (max-width: 1200px) {
  .header__nav {
    margin-right: 25px;
  }

  .credits {
    background-image: none;
    background-color: #F0F6F9;
  }

  .credits {
    background-position: top left;
  }

  .credits-container {
    padding: 0;
  }

  .credits__inner img {
    display: block;
  }

  .credits__info {
    min-height: 571px;
  }

  .info__slider-bg .info__slider-img {
    display: block;
  }

  .slider__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 353px;
    margin-left: 0;
    height: 500px;
    padding: 35px 0 100px;
  }

  .info__slider-title {
    max-width: 353px;
    font-weight: 500;
    font-size: 36px;
    line-height: 50px;
  }

  .info__slider-descr {
    position: relative;
    right: auto;
    bottom: 0;
  }

  .calc__container:before {
    display: block;
  }

  .calc__container {
    max-width: 100%;
    background: #fff;
    position: relative;
    top: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }

  .credits__calc {
    max-width: 100%;
    padding-top: 30px;
    margin: 0px auto 0;
  }

  .credits__calc-wrap {
    margin: 0 auto 20px;
    border-radius: 30px;
    overflow: hidden;
  }

  .how-container {
    padding: 50px 20px;
  }

  .how__item {
    padding: 20px;
  }

  .repay__inner {
    display: block;
  }

  .repay__item {
    max-width: 100%;
  }

  .repay__item + .repay__item {
    margin-left: 0;
    margin-top: 20px;
  }

  .intresting-slider .slider-arrow--next {
    right: -15px;
  }

  .intresting-slider .slider-arrow--prev {
    left: -15px;
  }

  .tags__link:first-child {
    margin-left: 0;
  }

  .credits__calc {
    max-width: 100%;
    padding-top: 30px;
    margin: 0px auto 0;
  }

  .credits__calc-wrap {
    margin: 0 auto 20px;
    border-radius: 30px;
    overflow: hidden;
  }
}

@media (max-width: 992px) {
  .main-block__border {
    margin: 0 20px;
  }

  .mCSB_inside > .mCSB_container {
    padding-left: 0;
  }

  .mCSB_scrollTools {
    left: auto;
    right: 0;
  }

  .header__list {
    font-size: 12px;
  }

  .header__list-elem:not(:last-child) {
    margin-right: 15px;
  }

  .header__languages {
    margin: 0 10px;
    font-size: 12px;
  }

  .header__lang:not(:last-child) {
    margin-right: 10px;
  }

  .header__btns-btn {
    font-weight: normal;
    padding: 10px 15px;
    font-size: 12px;
    line-height: 14px;
    width: 130px;
    max-width: 100%;
  }

  .info__slider-title {
    font-size: 36px;
  }

  .online {
    padding: 50px 0;
  }

  .online-container {
    padding: 0;
  }

  .online__inner {
    flex-direction: column-reverse;
  }

  .online__content {
    max-height: 350px;
    max-width: 100%;
    padding: 0 15px;
  }

  .statistic-item img {
    max-width: 155px;
  }

  .statistic-item__val {
    font-size: 26px;
    line-height: 1;
    margin-bottom: 44px;
  }

  .index-how {
    padding: 50px 20px;
  }

  .how__item-title {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 17px;
  }

  .how__item-text {
    font-size: 12px;
    line-height: 17px;
  }

  .benefits {
    padding: 50px 0;
  }

  .benefits-btn {
    margin-top: 30px;
  }

  .benefits__items {
    grid-template-columns: auto auto;
    justify-content: center;
    align-items: stretch;
  }

  .benefits__item:after {
    display: none;
  }

  .repay {
    padding: 50px 0;
  }

  .index-questions.questions {
    padding: 50px 0;
  }

  .index-questions .accordion__item.active .accordion__title {
    font-size: 14px;
  }

  .index-questions .accordion__title a {
    padding: 17px 20px;
    padding-right: 35px;
    font-size: 14px;
  }

  .index-questions .accordion__title a svg {
    right: 15px;
  }

  .index-questions .accordion__content {
    padding: 20px;
    padding-top: 15px;
    font-size: 11px;
  }

  .intresting {
    padding-bottom: 50px;
  }

  .about-benefits {
    grid-template-columns: 1fr 1fr;
  }

  .about-security__item {
    padding: 20px;
  }

  .about-security__item:not(:last-child) {
    margin-right: 15px;
  }

  .tags {
    padding-bottom: 60px;
  }

  .tags__link:first-child {
    margin-left: 10%;
  }

  .extend-credit__wrapper {
    padding: 0;
  }

  .extend-credit__left {
    padding-right: 20px;
  }

  .extend-credit__head {
    display: block;
  }

  .extend-credit__head .extend-credit__title {
    margin-right: 0;
    margin-bottom: 15px !important;
  }

  .extend-credit__pay-wrapper {
    display: block;
  }

  .extend-credit__pay-wrapper .input-block {
    margin: 0 auto 15px;
  }

  .extend-credit__pay-wrapper .extend-credit__btn {
    margin: 0 auto;
  }

  .registration-item__field_2-3 {
    grid-column: 1/4;
    grid-row: 2;
  }

  .personal-cabinet__navigation {
    display: block;
  }

  .cabinet-aside {
    display: none;
  }

  .about-benefits {
    grid-template-columns: 1fr 1fr;
  }

  .about-security__item {
    padding: 20px;
  }

  .about-security__item:not(:last-child) {
    margin-right: 15px;
  }

  .affiliate__wrapper {
    display: block;
  }

  .affiliate-benefits {
    margin-right: 0;
    max-width: 100%;
  }

  .affiliate-form {
    margin: 0 auto;
  }

  .stocks-item {
    max-width: 440px;
    width: 100%;
    margin: 0 auto 40px;
  }

  .stocks-item.active .stocks-item__img {
    border-radius: 16px 16px 0 0;
  }

  .stocks-item.active .stocks-item__content {
    border-radius: 0 0 16px 16px;
    padding: 20px 15px;
  }

  .stocks-item__wrapper {
    display: block;
  }

  .stocks-item__content {
    padding: 20px 0;
  }

  .news__wrapper {
    max-width: 450px;
    display: block;
    -moz-columns: 1;
    columns: 1;
    margin: 0 auto;
  }

  .news__show-more {
    margin-top: 40px;
  }

  .news .news-block {
    width: 100%;
    margin: 0 auto 24px;
  }

  .news .news-block__text {
    max-height: 100%;
  }

  .news .banner-news {
    max-width: 450px;
    width: 100%;
    margin: 0 auto 24px;
  }

  .news .banner-news__wrapper {
    display: block;
  }

  .news .banner-news__img {
    margin-right: 0px;
    margin-bottom: 24px;
  }

  .news .banner-news__content {
    padding: 0 24px 32px;
  }

  .single-news__calc {
    display: none;
  }

  .footer__wrapper {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 50px 10px;
  }

  .footer-col--friend {
    grid-column: inherit;
    text-align: left;
  }

  .footer-col__label--fake {
    display: block;
  }
}

@media (max-width: 767px) {
  h1.section-title {
    font-size: 32px;
  }

  h2.section-title {
    font-size: 24px;
  }

  h3.section-title {
    font-size: 24px;
  }

  .section-banner .container {
    padding-bottom: 0px;
  }

  .section-banner_bg .container {
    background-size: 170px;
    padding-bottom: 30px;
  }

  .section-banner_bg .breadcrumbs {
    display: block;
  }

  .section-banner_bg .breadcrumbs-current {
    display: none;
  }

  .section-banner_bg .breadcrumbs-link:after {
    content: "<";
    margin-left: 0;
  }

  .section-banner_bg .breadcrumbs-link {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }

  .section-banner {
    padding: 24px 0;
  }

  .section-banner__title {
    font-size: 32px;
  }

  .section-banner__wrapper {
    margin-top: 0;
    display: block;
  }

  .section-banner__wrapper .section-banner__title {
    margin-right: 0;
  }

  .section-banner__wrapper .section-banner__title:not(:last-child) {
    margin-bottom: 16px;
  }

  .breadcrumbs {
    display: none;
  }

  .main-block {
    padding: 24px 15px;
  }

  .main-block__wrapper {
    display: block;
  }

  .main-block__col:not(:last-child) {
    margin-bottom: 32px;
  }

  .main-block__border {
    display: none;
  }

  .header__burger {
    display: block;
  }

  .header__logo {
    flex-grow: auto;
    max-width: 130px;
    margin: 0 auto;
  }

  .header__nav {
    display: none;
  }

  .header__languages {
    display: none;
  }

  .header__btns {
    display: none;
  }

  .svg-cabinet {
    display: block;
  }

  .credits__info {
    min-height: 255px;
  }

  .credits-head__item {
    padding: 15px 5px;
    font-size: 14px;
  }

  .calculation__content {
    padding: 2px 0 3px 0;
  }

  .online__title {
    margin-bottom: 20px;
  }

  .online__content-link {
    font-size: 16px;
  }

  .statistic__title {
    margin-bottom: 20px;
  }

  .statistic__wrapper {
    flex-direction: column;
    align-items: center;
  }

  .statistic__wrapper-item {
    max-width: 100%;
    text-align: center;
  }

  .statistic-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .statistic-item__val {
    font-size: 38px;
  }

  .statistic-item__descr {
    margin: 0 auto;
    max-width: 200px;
    font-size: 18px;
    line-height: 20px;
  }

  .index-how .how__title {
    margin-bottom: 20px;
  }

  .how-container {
    padding: 30px 20px;
  }

  .how__items {
    flex-direction: column;
    align-items: center;
  }

  .how__item + .how__item {
    margin-left: 0;
    margin-top: 20px;
  }

  .benefits__title {
    margin-bottom: 20px;
  }

  .benefits__item {
    padding: 25px;
  }

  .repay__title {
    margin-bottom: 20px;
  }

  .questions__title {
    padding: 20px 0;
  }

  .intresting-title {
    margin-bottom: 20px;
  }

  .about {
    padding: 64px 0 64px;
  }

  .about-block:not(:last-child) {
    padding-bottom: 64px;
    margin-bottom: 64px;
  }

  .about-benefits {
    display: block;
  }

  .about-benefits__item {
    padding: 20px 20px 24px 20px;
  }

  .about-benefits__item:not(:last-child) {
    margin-bottom: 16px;
  }

  .about-benefits__item-top {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
  }

  .about-benefits__icon {
    justify-content: center;
    flex: 0 0 60px;
    width: 60px;
    padding: 0;
    height: auto;
    margin-right: 16px;
  }

  .about-meta__text {
    font-size: 16px;
  }

  .about-law {
    display: block;
  }

  .about-law__title {
    max-width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 16px;
  }

  .about-security {
    margin-bottom: 50px;
  }

  .about-security__title {
    margin-bottom: 24px;
  }

  .about-security__wrapper {
    display: block;
  }

  .about-security__item {
    max-width: 400px;
    margin: 0 auto;
  }

  .about-security__item:not(:last-child) {
    margin-right: auto;
    margin-bottom: 16px;
  }

  .about-calc__title {
    margin-bottom: 24px;
  }

  .tags__link {
    font-size: 12px;
    padding: 8px 12px;
  }

  .tags__link:first-child {
    margin-left: 0%;
  }

  .extend-credit__header {
    border: none;
    padding-bottom: 0;
  }

  .extend-credit__wrapper {
    display: block;
    margin-bottom: 0;
  }

  .extend-credit__left {
    max-width: 100%;
    border-right: none;
    border-bottom: 1px solid #E0EBF4;
    padding: 0;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }

  .extend-calc .extend-credit__left {
    padding: 0 0 25px 0;
  }

  .registration-item__wrapper {
    display: block;
  }

  .registration-item__wrapper .input-block {
    width: 100%;
  }

  .registration-item__wrapper .input-block:not(:last-child) {
    margin-right: 20px;
  }

  .registration-item__field_flex {
    display: block;
  }

  .registration-item__field_flex .input-block:not(:last-child) {
    margin-right: 0;
    margin-bottom: 44px;
  }

  .personal-cabinet__item {
    padding: 24px 15px;
  }

  .cabinet-data__body {
    grid-template-columns: 1fr 1fr;
  }

  .cabinet-cards__inner {
    display: block;
  }

  .cabinet-cards__card {
    margin: 0 auto 40px;
  }

  .cabinet-cards__add {
    margin: 0 auto;
  }

  .custom-table__header {
    display: none;
  }

  .custom-table__row {
    display: block;
    margin-bottom: 16px;
    border: 1px solid #E0EBF4;
    border-radius: 8px;
  }

  .custom-table__col {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .custom-table__col_bold {
    font-weight: 600 !important;
    font-size: 16px !important;
  }

  .custom-table__col:not(:last-child) {
    margin-bottom: 8px;
  }

  .custom-table__col::before {
    content: attr(data-label);
    color: #586A83;
  }

  .custom-table__col .dowload-btn {
    left: 0;
  }

  .credit-history__status {
    left: -24px;
  }

  .cabinet-documents__wrapper {
    display: block;
  }

  .cabinet-documents__item {
    max-width: 400px;
    margin: 0 auto 30px;
  }

  .credits-head__item {
    padding: 15px 5px;
    font-size: 14px;
  }

  .calculation__content {
    padding: 2px 0 3px 0;
  }

  .about {
    padding: 64px 0 64px;
  }

  .about-block:not(:last-child) {
    padding-bottom: 64px;
    margin-bottom: 64px;
  }

  .about-benefits {
    display: block;
  }

  .about-benefits__item {
    padding: 20px 20px 24px 20px;
  }

  .about-benefits__item:not(:last-child) {
    margin-bottom: 16px;
  }

  .about-benefits__item-top {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
  }

  .about-benefits__icon {
    justify-content: center;
    flex: 0 0 60px;
    width: 60px;
    padding: 0;
    height: auto;
    margin-right: 16px;
  }

  .about-meta__text {
    font-size: 16px;
  }

  .about-law {
    display: block;
  }

  .about-law__title {
    max-width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 16px;
  }

  .about-security {
    margin-bottom: 50px;
  }

  .about-security__title {
    margin-bottom: 24px;
  }

  .about-security__wrapper {
    display: block;
  }

  .about-security__item {
    max-width: 400px;
    margin: 0 auto;
  }

  .about-security__item:not(:last-child) {
    margin-right: auto;
    margin-bottom: 16px;
  }

  .about-calc__title {
    margin-bottom: 24px;
  }

  .contacts {
    padding: 56px 0;
  }

  .contacts__title {
    margin-bottom: 16px;
  }

  .contacts-content {
    padding: 30px 15px;
  }

  .section__wrapper {
    flex-direction: column-reverse;
  }

  .section__calc {
    margin: 0 auto;
  }

  .section__content {
    margin: 0 auto 30px;
  }

  .questions {
    padding: 56px 0;
  }

  .affiliate {
    padding: 56px 0 56px;
  }

  .stocks {
    padding: 56px 0 56px;
  }

  .how {
    padding: 56px 0;
  }

  .how-content:not(:last-child) {
    margin-bottom: 40px;
  }

  .how-content__text {
    font-size: 16px;
  }

  .how-happined__wrapper {
    display: block;
  }

  .how-happined__calc {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }

  .how-happined__num {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    margin-right: 16px;
    font-size: 16px;
    line-height: 24px;
  }

  .how-happined__text {
    font-size: 16px;
  }

  .how-text__wrapper {
    display: block;
  }

  .how-text__title {
    margin-right: 0;
    margin-bottom: 30px;
    text-align: center;
  }

  .loan-section {
    padding: 56px 0;
  }

  .loan-steps__title {
    margin-bottom: 24px;
  }

  .loan-steps__wrapper {
    flex-wrap: wrap;
  }

  .loan-steps__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 40px;
  }

  .loan-steps__item {
    width: 47%;
  }

  .news__title {
    margin-bottom: 40px;
  }

  .news .news-block__header {
    display: block;
  }

  .news .news-block__title {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .single-news .container {
    padding: 0 32px;
  }

  .single-news {
    padding: 40px 0 64px;
  }

  .single-news .news {
    padding: 0;
    margin-bottom: 64px;
  }

  .single-news__text {
    padding-left: 0;
  }

  .single-news__slider .slider-arrow {
    max-width: 24px;
    width: 100%;
  }

  .single-news__slider .slider-arrow svg {
    display: block;
    width: 100%;
    height: auto;
  }

  .single-news__slider .slider-arrow_next {
    right: -30px;
  }

  .single-news__slider .slider-arrow_prev {
    left: -30px;
  }

  .footer__wrapper {
    display: block;
  }

  .footer__partner {
    text-decoration: none;
    display: block;
    margin-bottom: 20px;
  }

  .footer-logo {
    margin-bottom: 20px;
  }

  .footer-col:not(:last-child) {
    margin-bottom: 20px;
  }

  .footer-col__label--fake {
    display: none;
  }

  .footer-accord {
    position: relative;
    font-size: 16px;
    line-height: 150%;
    border-bottom: 1px solid #586A83;
  }

  .footer-accord .footer-col__list {
    display: none;
  }

  .footer-accord__opened .footer-col__label {
    position: relative;
    cursor: pointer;
  }

  .footer-accord__opened .footer-col__label::before {
    content: url(../images/icon/arrow-down.svg);
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.2s;
  }

  .footer-accord__opened .footer-col__label.active::before {
    transform: rotate(180deg);
  }

  .current-loan .extend-credit__left {
    padding-right: 0;
    max-width: 100%;
  }

  .add-photos__wrapper {
    flex-direction: column;
    align-items: center;
  }

  .add-photos__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .registration-item__wrapper .input-block:not(:last-child) {
    margin-right: 0;
    margin-bottom: 44px;
  }
}

@media (max-width: 767px) and (max-width: 568px) {
  .registration-item__wrapper .input-block:not(:last-child) {
    margin-bottom: 30px;
  }
}

@media (max-width: 767pxpx) {
  .section-error {
    padding: 50px 0;
  }

  .error-img {
    margin-bottom: 20px;
  }

  .error__content-title {
    margin-bottom: 20px;
  }

  .error__content-text {
    margin-bottom: 20px;
  }
}

@media (max-width: 752px) {
  .intresting-container {
    padding: 0 15px;
  }
}

@media (max-width: 568px) {
  h1.section-title {
    font-size: 24px;
  }

  h3.section-title {
    font-size: 18px;
  }

  .section-banner__title {
    font-size: 18px;
  }

  .mainMenu__inner {
    display: block;
  }

  .mainMenu__inner-menu {
    margin-bottom: 30px;
  }

  .slider__content {
    height: 210px;
    padding: 20px 0 50px;
  }

  .info__slider-title {
    font-size: 16px;
    line-height: 25px;
  }

  .info__slider-descr {
    font-size: 13px;
    line-height: 18px;
  }

  .calc__container {
    position: relative;
    margin-top: -30px;
    border-radius: 30px;
  }

  .calc__container:before {
    display: none;
  }

  .calc__container {
    padding: 0;
  }

  .credits__calc {
    max-width: 100%;
    padding: 0;
  }

  .credits__calc-left {
    max-width: 100%;
    padding: 25px;
  }

  .credits__calc-right {
    max-width: 100%;
    padding: 25px;
  }

  .info__slider .slick-dots {
    padding: 10px 0;
  }

  .info__slider .slick-dots li button {
    width: 40px;
  }

  .online__content {
    font-size: 14px;
    line-height: 18px;
  }

  .index-how {
    padding: 40px 0px;
  }

  .how__item + .how__item {
    margin-top: 12px;
  }

  .benefits__items {
    display: block;
  }

  .benefits__item {
    margin: 0 auto;
  }

  .benefits__item:not(:last-child) {
    margin-bottom: 12px;
  }

  .repay__item {
    padding: 20px;
  }

  .repay__item-content {
    margin: 0 auto;
  }

  .repay__item-images {
    display: none;
  }

  .news-block__content {
    padding: 20px;
  }

  .about {
    padding: 50px 0 50px;
  }

  .about-block:not(:last-child) {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }

  .tags__container {
    padding: 0;
  }

  .tags__wrapper {
    max-width: 100%;
  }

  .tags__link:first-child {
    margin-left: 8%;
  }

  .tags__link:last-child {
    margin-right: 8%;
  }

  .registration-steps {
    margin-bottom: 24px;
  }

  .registration-banner {
    margin-bottom: 24px;
    background: none;
    padding: 0;
  }

  .registration-banner__label {
    text-align: left;
  }

  .registration-banner__descr {
    text-align: left;
  }

  .registration-item__field_flex .input-block:not(:last-child) {
    margin-bottom: 30px;
  }

  .registration-btns {
    flex-direction: column-reverse;
    justify-content: center;
  }

  .registration-btns .registration__btn {
    margin-bottom: 20px;
  }

  .registration-btns .registration__back {
    margin-right: 0;
  }

  .personal-cabinet {
    padding: 24px 0 56px;
  }

  .cabinet-data__body {
    grid-template-columns: 1fr;
  }

  .credits__calc {
    max-width: 100%;
    padding: 0;
  }

  .credits__calc-left {
    max-width: 100%;
    padding: 25px;
  }

  .credits__calc-right {
    max-width: 100%;
    padding: 25px;
  }

  .info__slider .slick-dots {
    padding: 10px 0;
  }

  .info__slider .slick-dots li button {
    width: 40px;
  }

  .about {
    padding: 50px 0 50px;
  }

  .about-block:not(:last-child) {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }

  .affiliate-benefits__title {
    text-align: center;
  }

  .affiliate-benefits__wrapper {
    display: block;
  }

  .affiliate-benefits__item {
    width: 100%;
    text-align: center;
  }

  .affiliate-benefits__item:nth-child(odd) {
    margin-right: 0;
  }

  .affiliate-benefits__icon {
    margin: 0 auto 24px;
  }

  .affiliate-form {
    padding: 40px 24px;
  }

  .making-money__steps {
    display: block;
  }

  .making-money__step {
    margin: 0 auto;
  }

  .making-money__step:not(:last-child) {
    margin-right: auto;
    margin-bottom: 80px;
  }

  .making-money__step:not(:last-child)::before {
    bottom: -40px;
    top: auto;
    right: 0;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
  }

  .news .news-block__title {
    font-size: 16px;
    margin-bottom: 0;
  }

  .news .news-block__category {
    font-size: 12px;
  }

  .footer-col__btn {
    width: 100%;
  }
}
/* Mary custom style  */
.widget-current-credit-calc {
  width: 100%;
  max-width: 490px;
}
.widget-current-credit-calc .operation-part{
  box-shadow: 0px 0px 24px 0px rgba(193, 208, 221, 0.24);
  margin-bottom: 10px;
  border: 2px solid rgba(255, 255, 255, 1);
  border-radius: 8px;
}
.widget-current-credit-calc .operation-part .heading{
  border-radius: 8px 8px 0 0;
  display: flex;
  align-items: center;
  gap: 9px;
  background-color: rgba(33, 46, 85, 1);
  padding: 10px 10px 10px 30px;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}
.widget-current-credit-calc  .credits__calc-left{
  background: transparent;
  padding: 0;
  margin-bottom: 20px;
}
.widget-current-credit-calc  .credits__calc-left .credits__calc-btn{
    margin-top: 20px;
    font-weight: 700;
}
.widget-current-credit-calc  .calculation-info-block{
  border: 1px solid rgba(224, 235, 244, 1);
  border-radius: 4px;
  padding: 10px;
  background-color:  rgba(251, 254, 255, 1);
}
.widget-current-credit-calc  .calculation-info-block p{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
}
.widget-current-credit-calc  .calculation-info-block p:not(:last-child){
  margin-bottom: 20px;
}
.widget-current-credit-calc  .calculation-info-block b{
  font-weight: 500;
}
.widget-current-credit-calc  .calculation-info-block  .green-text{
  color: rgba(10, 180, 100, 1);
  font-weight: 500;
}
.widget-current-credit-calc .calculator-part{
   padding: 20px 30px;
   background-color: #fff;
   border-bottom: 1px solid rgba(224, 235, 244, 1);
}
.widget-current-credit-calc .details-part{
  box-shadow: 0px 0px 24px 0px rgba(193, 208, 221, 0.24);
  border: 2px solid rgba(255, 255, 255, 1);
  border-radius: 8px;
}
.widget-current-credit-calc .payment-schedule-block {
  padding: 20px 30px;
  border-bottom: 1px solid rgba(224, 235, 244, 1);
}
.widget-current-credit-calc .payment-accordion .accordion{
  background-color: rgba(224, 235, 244, 1);
  cursor: pointer;
  padding: 4px 13px;
  line-height: 24px;
  width: 100%;
  text-align: center;
  border: none;
  outline: none;
  display:grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  transition: 0.4s;
  border-radius: 4px 4px 0 0;
  font-weight: 500;
}
.widget-current-credit-calc .payment-accordion .accordion.active svg{
  transform: rotate(180deg);
}
.widget-current-credit-calc  .accordion-panel {
  display: none;
  overflow: hidden;
}
.widget-current-credit-calc .payment-schedule-block__wrapper{
  border: 2px solid rgba(224, 235, 244, 1);
  border-radius: 0 0 4px 4px;
}
.payment-schedule-block__info-1{
  padding: 10px;
  border-bottom:  1px solid rgba(224, 235, 244, 1);
}
.payment-schedule-block__info-2{
   padding: 10px;
}
.payment-schedule-block__alert{
  margin-top: 20px;
  border: 1px solid rgba(224, 235, 244, 1);
  border-radius: 4px;
  background: rgba(10, 180, 100, 0.05);
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 450;
  color:  rgba(244, 67, 54, 1);
  padding: 10px;

}
.widget-current-credit-calc .payment-schedule-block__wrapper p{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
  line-height: 21px;
  font-size:  14px;
}
.widget-current-credit-calc .payment-schedule-block__wrapper .credit-usage-row{
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 10px;
}
.widget-current-credit-calc .payment-schedule-block__wrapper .green-text{
  color:  rgba(10, 180, 100, 1);
}
.widget-current-credit-calc .payment-schedule-block__wrapper .yellow-text{
  color:  rgba(214, 180, 4, 1);
}
.widget-current-credit-calc .payment-schedule-block__wrapper  s{
   color: rgba(40, 48, 59, .5);
   font-size: 12px;
}
.widget-current-credit-calc .payment-schedule-block__wrapper b{
  font-weight: 450;
}
.widget-current-credit-calc .payment-buttons-block{
  padding: 20px 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.widget-current-credit-calc .payment-buttons-block a{
  display: flex;
  width: 100%;
  align-items: center;
  gap: 10px;
  background-color: rgba(33, 46, 85, 1);
  padding: 7px 10px;
  min-height: 34px;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.widget-current-credit-calc .details-part .heading{
   text-align: center;
   background-color: rgba(224, 235, 244, 1);
   font-weight: 500;
   line-height: 24px;
   padding: 10px;
   border-radius: 8px 8px 0 0;
}
.widget-current-credit-calc .details-part .calc__calculation{
   padding: 10px 0 20px 0;
}
.widget-current-credit-calc .details-part .calculation__content{
  padding: 2px 30px 3px 30px;
}
.widget-current-credit-calc .details-part .calculation__content .label{
   font-size: 16px;
   font-weight: 500;
}
.widget-current-credit-calc .details-part .calculation__sum{
   font-size: 16px;
   font-weight: 400;
}
.widget-current-credit-calc .details-part .calculation__sum.get__sum{
  color: rgba(10, 180, 100, 1);
  font-weight: 500;
}
.widget-current-credit-calc .details-part .calculation__content .label:after{
  color: rgba(204, 204, 204, 1);
  font-size: 10px;
}
.widget-current-credit-calc .details-part .credit-info-bottom{
  font-size: 12px;
}
.widget-current-credit-calc .details-part .credit-info-bottom a{
  text-decoration: underline;
}
.widget-current-credit-calc .details-part .more_calculation__content__button{
  text-align: center;
  text-decoration: underline dashed;
  color: rgba(120, 128, 137, 1);
  text-underline-offset: 8px;
  margin-top: 16px;
}
.widget-current-credit-calc .calculator-part .info__label{
  font-size: 16px;
}
.widget-current-credit-calc .calculator-part .range__up{
  padding-bottom: 16px;
}
.widget-current-credit-calc .calculator-part .сalc__quantity{
   margin-top: 30px;
   font-size: 16px;
}
.widget-current-credit-calc .calculator-part .range input{
  border: 1px solid rgba(224, 235, 244, 1);
}
.widget-current-credit-calc .calculator-part .range input{
  color: rgba(10, 180, 100, 1);
  font-weight: 500;
}
.widget-current-credit-calc .calculator-part .range input::placeholder{
  color: rgba(10, 180, 100, 1);
  font-weight: 500;
}
.widget-current-credit-calc .calculator-part .ui-slider-horizontal .ui-slider-range-min{
  background: linear-gradient(90deg, #044E2B 0%, #0AB464 100%);
  height: 4px;
}
.widget-current-credit-calc .calculator-part .ui-slider .ui-slider-handle:after{
  background-color: transparent;
  background-image: url("../images/icon/range-slider-handle.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 25px;
  height: 25px;
}
@media (max-width: 414px) {
  .info__label {
    font-size: 12px;
  }

  .info__label {
    font-size: 12px;
  }
}

@media (max-width: 412pxpx) {
  .header__mobile-btn {
    margin: 0 auto;
  }
}

@media (max-width: 412px) {
  .online__content-title {
    font-size: 16px;
  }

  .news-block__title {
    font-size: 12px;
    line-height: 17px;
  }

  .loan-steps__item:nth-child(odd) {
    margin-right: 0;
  }

  .loan-steps__item {
    width: 100%;
  }
}

.phone-btn {
    margin-right: 15px;
    width: 44px;
    height: 44px;
    background-color: #19c37d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, transform 0.2s ease;
}

.phone-btn.telegram {
    background-color: #2a93ed;
}

.phone-btn:hover {
    background-color: #15a86b;
}

.phone-btn:active {
    transform: scale(0.95);
}

.phone-icon {
    width: 22px;
    height: 22px;
    fill: #fff;
}

#mini-phone-btn, #mini-telegram-btn {
    display: none;
}

@media (max-width: 768px) {
    #mini-telegram-btn {
        position: absolute;
        top: 20px;
        right: 80px;
        z-index: 1000;
        width: 35px;
        height: 35px;
        margin: 0;
        background-color: #2a93ed;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
        transition: background 0.2s ease, transform 0.2s ease;
    }
    #mini-phone-btn {
        position: absolute;
        top: 20px;
        right: 40px;
        z-index: 1000;
        width: 35px;
        height: 35px;
        margin: 0;
        background-color: #19c37d;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
        transition: background 0.2s ease, transform 0.2s ease;
    }

    #mini-phone-btn:hover {
        background-color: #15a86b;
    }

    #mini-phone-btn:active {
        transform: scale(0.95);
    }

    #mini-phone-btn .phone-icon {
        width: 20px;
        height: 20px;
    }
}