@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

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: 'Ubuntu', sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  color: #333;
}

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

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

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

.main {
  flex-grow: 1;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  padding: 13px;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  border: 1px solid transparent;
  background: #FFAA32;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  transition: all .2s;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
}

.btn:hover {
  background: #e0952c;
}

.btn:active {
  background: #f5940d;
}

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

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

.btn-green {
  background: #76E4BF;
}

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

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

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

.info__slider .slick-track,
.intresting-slider .slick-track {
  display: flex;
}

.info__slider .slick-track .slick-slide,
.intresting-slider .slick-track .slick-slide {
  display: flex;
  height: auto;
}

h2.section-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 50px;
}

h3.section-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 50px;
}

.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: #ECECEC;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #ECECEC;
}

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

.section-banner {
  color: #fff;
  padding: 50px 0;
  background: #F7A22A url(../images/banner-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
}

.pagination__list {
  display: flex;
  align-items: flex-end;
}

.pagination__item {
  font-size: 12px;
  line-height: 16px;
  transition: all .2s;
  color: #a4a4a4;
  margin: 0 10px;
}

.pagination__item.current {
  color: #FFAA32;
}

.pagination__item:hover {
  color: #FFAA32;
}

.pagination__link--arrow {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  border-radius: 2px;
}

.pagination__link--arrow:hover {
  background: #FFAA32;
}

.pagination__link--arrow:hover svg {
  fill: #fff;
  transition: all .2;
}

.pagination__link--arrow svg {
  width: 8px;
  height: 8px;
}

.pagination__link--arrow svg.pag-arrow--right {
  transform: rotate(180deg);
}

input {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  padding: 9px 15px;
  display: block;
  width: 100%;
  border: 1px solid #EAECF0;
  border-radius: 5px;
  transition: all .2s;
  outline: none;
}

input:hover {
  background: #eeeeee;
  border: 1px solid #2D4251;
}

input:focus {
  border: 1px solid #2D4251;
}

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

label.error {
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  font-size: 12px;
  line-height: 12px;
  color: #EB5757;
}

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

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

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

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

.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: 16px;
  height: 16px;
  left: 0;
  top: 1px;
  border: 1px solid #EAECF0;
}

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

.control .control_indicator:after {
  content: '';
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background: #FFAA32;
}

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

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

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

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

.select {
  position: relative;
}

.select select:hover~.select_arrow,
.select select:focus~.select_arrow {
  border-color: var(--selectArrow-color);
}

select {
  cursor: pointer;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  padding: 9px 15px;
  display: block;
  width: 100%;
  border: 1px solid #EAECF0;
  border-radius: 5px;
  transition: all .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 {
  background: #eeeeee;
  border: 1px solid #2D4251;
}

select:focus {
  border: 1px solid #2D4251;
}

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

.credit_arrow {
  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);
}

.btn-str {
  cursor: pointer;
  border: none;
  background: none;
  font-size: 14px;
  line-height: 20px;
  color: #A4A4A4;
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
  text-decoration-style: dotted;
}

.btn-edit {
  cursor: pointer;
  border: none;
  background: none;
}

.table {
  font-size: 14px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px 10px;
}

.table__col {
  padding: 14px;
  border: 1px solid #EAECF0;
}

#submitBtn {
  display: none;
}

.header {
  position: relative;
  background: #1F1F1F;
  padding: 24px 0;
  color: #fff;
}

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

.header__burger {
  display: none;
}

.header__logo {
  transform: translateY(5px);
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
  margin-right: 10px;
}

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

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

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

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

.header-link:hover {
  color: #FFAA32;
}

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

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

.header__lang.active {
  color: #FFFFFF;
}

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

.header__lang:hover {
  color: #FFFFFF;
}

.header__end {
  display: flex;
}

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

.header__btns-btn {
  width: 187px;
}

.header__btns-btn--cabinet {
  transform: translateX(-5px);
}

.header__mobile {
  display: none;
  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;
  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 .3s ease 0s;
  top: calc(50% - 1px);
  left: 0;
  height: 2px;
  width: 100%;
  background: #fff;
  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);
}

.credits {
  position: relative;
  background: #fff url(../images/credits-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  outline: none;
}

.credits::before {
  content: url(../images/slide.png);
  position: absolute;
  right: 100px;
  bottom: 0;
  z-index: 0;
}

.credits::after {
  content: url(../images/honeycomb.png);
  position: absolute;
  right: -50px;
  bottom: 0;
  z-index: 99;
}

.credits-container {
  position: relative;
}

.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 {
  margin-left: 471px;
  position: relative;
  max-width: 450px;
  width: 100%;
  font-family: 'Ubuntu', sans-serif;
  padding: 120px 0 100px;
  height: 740px;
}

.info__slider-title {
  font-weight: 500;
  font-size: 38px;
  line-height: 50px;
}

.info__slider-descr {
  position: absolute;
  bottom: 150px;
  right: 200px;
  max-width: 242px;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  color: #FFAA32;
}

.calc__container {
  max-width: 490px;
  padding: 0 15px;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

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

.credits__calc {
  max-width: 460px;
  margin-left: auto;
}

.credits__calc-button {
  padding: 0 25px;
}

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

.credits__calc-wrap {
  position: relative;
  background: #fff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  color: #333;
  font-family: 'Ubuntu', sans-serif;
  max-width: 630px;
  width: 100%;
  padding-bottom: 50px;
  z-index: 99;
}

.credits-head {
  display: flex;
  margin-bottom: 40px;
}

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

.credits-head__item.current {
  box-shadow: none;
  font-weight: 500;
  color: #FFAA32;
}

.calc__footer {
  margin-top: 15px;
  padding: 0 59px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.calc__footer-item {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #b2b2b2;
  text-decoration: underline;
}

.calc__footer-item:not(:last-child) {
  margin-right: 5px;
}

.calc__footer-item:hover {
  color: #FFAA32;
}

.calc__footer-item img {
  display: block;
  margin-right: 10px;
  width: 15px;
  height: 15px;
}

.wrap__content {
  padding: 0 59px;
}

.wrap__content--product1 {
  display: block;
}

.wrap__content--product2 {
  display: none;
}

.wrap__content--product3 {
  display: none;
}

.credits-head__item {
  display: inline-block;
}

.credits__calc-btn {
  border-radius: 5px;
  display: block;
  max-width: 340px;
  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 {
  max-width: 380px;
  width: 100%;
  margin-bottom: 25px;
}

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

.info__inp {
  display: flex;
}

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

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

.сalc__quantity {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  line-height: 11px;
  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: #F4F4F9;
  cursor: pointer;
  bottom: -8px;
  height: 6px;
  position: absolute;
  width: 100%;
  border-radius: 16px;
}

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

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

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

.ui-widget-header {
  background: linear-gradient(102.95deg, #2D4251 22.8%, #4E718A 84.04%);
  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: -4px;
  top: auto;
}

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

.credits__calc-right {
  width: 100%;
}

.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;
}

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

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

.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: #FFAA32;
  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: #000;
}

.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: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

.online__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1322px;
  width: 100%;
  margin: 0 auto;
}

.online__images {
  max-width: 616px;
  width: 100%;
}

.online__images img {
  display: block;
  width: 100%;
  height: auto;
}

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

.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 .2s;
}

.online__content-link::before {
  content: '';
  position: absolute;
  bottom: 15px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #FFAA32;
  transition: all .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 .2s;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
}

.statistic {
  padding-bottom: 55px;
}

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

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

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

.statistic-item__circle {
  position: relative;
  margin-bottom: 10px;
}

.statistic-item__descr {
  font-weight: bold;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
}

.statistic-item__val {
  position: absolute;
  top: 50%;
  left: 45%;
  font-weight: bold;
  font-size: 40px;
  line-height: 54px;
  transform: translateY(-50%);
  color: #FFAA32;
}

.statistic-item__val--green {
  transform: translate(-15%, -50%);
}

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

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

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

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

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

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

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

.how__item-text {
  max-width: 300px;
  width: 100%;
  line-height: 20px;
  text-align: center;
}

.benefits {
  background: url(../images/benefits_bg.png);
  background-repeat: no-repeat;
  background-position: center left;
  padding: 90px 0;
}

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

.benefits__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 15px;
}

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

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

.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;
}

.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: 5px;
  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;
  align-items: flex-end;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

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

.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;
}

.repay__item-images_bank {
  padding-bottom: 20px;
}

.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 {
  padding: 90px 0;
}

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

.questions__accordion {
  width: 100%;
}

.accordion__item {
  font-weight: 400;
  background-color: #fff;
  color: #333;
}

.accordion__item.active .accordion__title {
  background: #1F1F1F;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  border: 2px solid #1F1F1F;
  border-radius: 5px 5px 0px 0px;
  outline: none;
}

.accordion__item.active .accordion__content {
  display: block;
}

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

.accordion__title a {
  color: #333;
  font-size: 18px;
  line-height: 20px;
  display: block;
  padding: 20px 50px 20px 25px;
  position: relative;
  border: 1px solid #1F1F1F;
  box-sizing: border-box;
  border-radius: 5px;
  transition: all .3s;
}

.accordion__title a:hover {
  background: #1F1F1F;
  color: #FFF;
  outline: none;
}

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

.accordion__title.active a {
  background: #1F1F1F;
  border: 2px solid #1F1F1F;
  border-radius: 5px 5px 0px 0px;
  outline: none;
  color: #fff;
}

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

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

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

.accordion__content {
  font-size: 14px;
  line-height: 20px;
  padding: 20px 25px;
  background: #fff;
  border: 2px solid #1F1F1F;
  border-radius: 0px 0px 5px 5px;
  color: #333;
  border-top: none;
  display: none;
}

.intresting {
  padding-bottom: 90px;
}

.intresting-container {
  padding: 0 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: #4FB6F9;
}

.intresting-slider .slick-dots button {
  outline: none;
  width: 8px;
  height: 8px;
  border: none;
  background: #DDDDDD;
  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 #2D4251;
}

.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 {
  background: #f3f1f1;
  padding: 90px 0 130px;
}

.about__links {
  display: flex;
  justify-content: center;
}

.about__inner {
  background: #fff;
  padding: 60px 60px 80px;
}

.about-link {
  display: block;
  text-align: center;
  padding: 13px 30px;
  max-width: 340px;
  width: 100%;
  background: #E4E4E4;
  color: #505050;
  font-size: 17px;
  line-height: 25px;
}

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

.about-link.active {
  border-top: 2px solid #F8D147;
  color: #333;
  background: #fff;
  font-weight: bold;
}

.about-title {
  font-weight: bold;
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 30px;
  text-align: center;
}

.about-content {
  color: #505050;
}

.about-content:not(:last-child) {
  margin-bottom: 35px;
}

.about-content__paragraph:not(:last-child) {
  margin-bottom: 15px;
}

.about-content__subtitle {
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
  color: #333;
  margin-bottom: 15px;
}

.about-content__list {
  margin-bottom: 20px;
}

.about-content__list-elem {
  padding-left: 10px;
  position: relative;
}

.about-content__list-elem::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  background: #4FB6F9;
  border-radius: 1px;
}

.about-content__title {
  font-weight: bold;
  margin-bottom: 25px;
}

.about-content__text {
  margin-bottom: 15px;
  font-size: 15px;
}

.about-content__text span {
  display: block;
  font-weight: bold;
}

.about-contacts {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 18px;
  line-height: 22px;
}

.about-contacts__img {
  position: relative;
  margin-left: 15px;
  z-index: 3;
}

.about-contacts__img img {
  display: block;
  max-width: 541px;
  width: 100%;
  height: auto;
}

.about {
  padding: 50px 0 80px;
  font-family: 'Ubuntu', sans-serif;
}

.about .benefits__item {
  color: #333;
  box-shadow: 0px 8px 45px rgba(37, 37, 37, 0.03);
  border-radius: 10px;
}

.about .safety {
  margin-top: 50px;
  padding: 0;
  background: transparent;
}

.about .safety__inner {
  display: flex;
  justify-content: space-between;
  background: none;
  box-shadow: none;
  padding: 0;
}

.about .safety__inner-item {
  display: flex;
  align-items: flex-start;
  max-width: 325px;
  width: 100%;
}

.about .safety__inner-item:not(:last-child) {
  margin-right: 15px;
}

.about .safety__title {
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  color: #333;
  margin-bottom: 50px;
}

.about .safety__inner-text {
  margin-left: 30px;
  font-size: 16px;
  line-height: 20px;
}

.about .benefits__items {
  margin: 50px 0;
}

.about__content {
  max-width: 750px;
  margin: 0 auto;
  margin-bottom: 45px;
}

.about__content-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  color: #2f2f2f;
  margin-bottom: 15px;
}

.about__content-text {
  font-size: 16px;
  line-height: 20px;
  color: #333;
  font-weight: 400;
}

.about__content-text:not(:last-child) {
  margin-bottom: 15px;
}

.news {
  background: #f3f1f1;
}

.news-container {
  padding: 80px 15px;
}

.news__calc {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
}

.news__calc-calc {
  max-width: 460px;
  width: 100%;
  flex-grow: 1;
}

.news__calc-img {
  width: 100%;
  position: relative;
  margin-bottom: 50px;
}

.news__calc-img img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

.news__info {
  line-height: 1.25;
  width: 50%;
  margin-bottom: 90px;
}

.news__info p:not(:last-child) {
  margin-bottom: 15px;
}

.news .news-info__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.news .news-info__content {
  margin: 50px 0 30px;
}

.news .news-info__title {
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 11px;
}

.news .news-info__item {
  position: relative;
  padding-left: 10px;
}

.news .news-info__item::before {
  content: '-';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.news .news-info__footer {
  margin-top: 40px;
}

.news__info-link {
  font-size: 14px;
  line-height: 16px;
  color: #A4A4A4;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dotted #A4A4A4;
  transition: all .2s;
}

.news__info-link:hover {
  color: #FFAA32;
  border-color: #FFAA32;
}

.news__info-link .Arrow-link {
  margin-left: 0;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.news__more-tittle {
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 50px;
  text-align: center;
}

.news__more-wrapper {
  display: flex;
}

.news__block-item {
  border: 1px solid #EAECF0;
  transition: all .2s;
}

.news__block-item:hover {
  border-color: #a4a4a4;
}

.news__block-item:hover .news-block__title {
  transition: all .2s;
  color: #FFAA32;
}

.news__block-item .news-block__title {
  color: #2E2E2E;
}

.news-catalog__container {
  padding: 80px 15px 90px;
}

.news-catalog__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: -15px;
  margin-bottom: 50px;
}

.news-catalog__item {
  max-width: 360px;
  width: 100%;
  margin: 15px;
}

.news-catalog__block {
  margin: 0;
  width: 100%;
  height: 100%;
}

.news-catalog__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.news-block__title {
  flex-grow: 1;
}

/* answer */

.answer {
  padding: 50px 0 120px;
  font-family: 'Ubuntu', sans-serif;
}

.answer .tabs__content-item:not(:last-child) {
  margin-bottom: 50px;
}

.answer .tabs__name-item {
  display: block;
  cursor: pointer;
  position: relative;
}

.answer .tabs__name-item.active .tabs__name-arrow {
  display: block;
}

.answer .tabs__name-item:hover {
  color: #FFAA32;
}

.answer .tabs__name-item:not(:last-child) {
  margin-bottom: 15px;
}

.answer .tabs__name-text {
  padding-left: 35px;
}

.answer .tabs__name-arrow {
  display: none;
  background: #FFAA32;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  border-radius: 0px 5px 5px 0px;
}

.answer .tabs__name-arrow svg {
  fill: #fff;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
}

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

.answer .answer__tabs-name {
  max-width: 400px;
  width: 100%;
  margin-top: 50px;
}

.answer .answer__tabs-content {
  margin-right: 30px;
  max-width: 653px;
  width: 100%;
}

.answer .tabs__name-items {
  padding: 0;
}

.answer__inner .tabs__content-title {
  border: none;
  padding: 0;
}

.tabs__content-title {
  text-align: left;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 30px;
  color: #2F2F2F;
}

.answer .accordion__title.active a::after {
  transform: translateY(-50%) rotate(180deg);
}

.contacts {
  font-family: 'Ubuntu', sans-serif;
  padding: 50px 0 50px;
}

.contacts__container {
  max-width: 1920px;
  padding-left: 0;
}

.contacts__inner-map {
  max-width: 1050px;
  width: 100%;
  position: relative;
  padding-right: 200px;
}

.contacts__inner-map iframe {
  width: 100%;
  height: 558px;
}

.map__info {
  padding: 30px 30px;
  background: #FFFFFF;
  box-shadow: 0px 8px 45px rgba(81, 45, 168, 0.03);
  border-radius: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.map__info-item:not(:last-child) {
  margin-bottom: 30px;
}

.map__info-title {
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #333;
  margin-bottom: 18px;
  position: relative;
  padding-left: 25px;
}

.map__info-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

.map__info-text a {
  color: #333;
}

.map__info-adress:before {
  content: url(../images/map-marker.svg);
  position: absolute;
  left: 0;
  top: 2px;
}

.map__info-phone:before {
  content: url(../images/phone-call.svg);
  position: absolute;
  left: 0;
}

.map__info-email:before {
  content: url(../images/email.svg);
  position: absolute;
  left: 0;
  top: 3px;
}

.contacts__inner-form {
  padding-right: 15px;
  margin-left: 45px;
}

.form__content-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #333;
  margin-bottom: 16px;
}

.form__content-text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #333;
  margin-bottom: 30px;
}

.form__content label {
  font-size: 12px;
  line-height: 13px;
  color: #333;
  font-weight: 400;
  margin-bottom: 10px;
  display: block;
}

.form__content input {
  display: block;
  width: 100%;
  border: 1px solid #333333;
  border-radius: 5px;
  padding: 9px 10px;
  background: transparent;
}

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

.form__content-name,
.form__content-phone,
.form__content-email {
  margin-bottom: 15px;
}

.form__content-textarea {
  margin-bottom: 30px;
}

.form__content-btn {
  width: 100%;
  padding: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

.form__content-btn a {
  color: #fff;
}

.form__content-textarea textarea {
  display: block;
  width: 100%;
  resize: none;
  height: 110px;
  border: 1px solid #333333;
  border-radius: 5px;
  padding: 9px 10px;
  background: transparent;
}

.information,
.credit__passport {
  padding: 50px 0 90px;
  font-family: 'Ubuntu', sans-serif;
}

.table__information,
.credit__passport-table {
  border-collapse: collapse;
  border: 1px solid #EAECF0;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  font-weight: 400;
}

.table__information tr,
.table__information td,
.credit__passport-table tr,
.credit__passport-table td {
  border: 1px solid #EAECF0;
}

.table__information td:nth-child(3) {
  max-width: 600px;
}

.table__information-num {
  text-align: center;
}

.table__information-header,
.credit__passport-head {
  font-weight: 700;
}

.table__information-num {
  width: 50px;
}

.table__information-name {
  width: 260px;
  padding: 15px 18px 15px 17px;
}

.table__information-content {
  width: 600px;
  padding: 15px 18px 15px 17px;
}

.table__information-last {
  width: 233px;
  padding: 15px 18px 15px 17px;
}

.table__information-link {
  display: block;
  color: #0084FE;
  text-decoration: underline;
}

.credit__passport-row td,
.credit__passport-head td {
  padding: 15px 18px;
}

.credit__passport-row td:first-child {
  width: 458px;
}

.confirm {
  padding: 50px 0 120px;
}

.confirm__content {
  max-width: 750px;
  margin: 0 auto;
  font-family: 'Ubuntu', sans-serif;
}

.confirm__content-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #2f2f2f;
  margin-bottom: 17px;
}

.confirm__content-subtitle {
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #333;
  margin-bottom: 20px;
}

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

.section-error {
  font-family: 'Ubuntu', sans-serif;
  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 #FFAA32;
  color: #FFAA32;
}

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

.registration__phone {
  padding: 50px 0 150px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
}

.registration__phone-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.registration__phone-info {
  max-width: 555px;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 45px;
}

.registration__phone-text {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 20px;
}

.registration__phone-inp label,
.registration__phone-code label {
  font-size: 12px;
  line-height: 13px;
}

.registration__phone-inp span,
.registration__phone-code span {
  opacity: .5;
}

.registration__phone-inp input,
.registration__phone-code input {
  display: block;
  width: 100%;
  border: 1px solid #EAECF0;
  border-radius: 5px;
  padding: 9px 15px;
  color: #000;
  outline: none;
  margin: 15px 0 40px;
}

.registration__phone-code input {
  margin-bottom: 20px;
}

.registration__phone-inp input:focus,
.registration__phone-code input:focus {
  border: 1px solid #000;
}

.registration__phone-code {
  margin-bottom: 40px;
  position: relative;
}

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

.registration__phone-answer {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #333;
}

.registration__phone-repay {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #DCBA97;
  border-bottom: 1px dotted #DCBA97;
}

.registration__phone-timer {
  font-size: 14px;
  line-height: 20px;
  font-weight: 40;
  color: #E19A9D;
  position: absolute;
  right: 10px;
  top: 43px;
  z-index: 5;
}

.get__code {
  max-width: 386px;
  width: 100%;
  padding: 20px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

.register-btn {
  display: inline-block;
}

.registration__phone-btns {
  display: flex;
  align-items: center;
}

.register__enter {
  margin-left: 35px;
  color: #A4A4A4;
  font-size: 14px;
  line-height: 16px;
  border-bottom: 1px dotted #A4A4A4;
  transition: all .2s;
}

.register__enter:hover {
  color: #FFAA32;
  border-color: #FFAA32;
}

.registration__phone-help {
  max-width: 457px;
  padding: 45px 50px;
  box-shadow: 0px 8px 45px rgba(37, 37, 37, 0.03);
  border-radius: 10px;
  color: #333333;
}

.registration__phone-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 15px;
}

.registration-help__text {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}

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

.reg {
  transform: translateY(-30px);
}

.reg-container {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
}

.reg__calc {
  max-width: 185px;
  width: 100%;
  padding: 25px;
  margin-left: 5px;
  background: #fff;
  box-shadow: 0px 8px 45px rgba(81, 45, 168, 0.03);
  border-radius: 5px;
}

.reg__calc-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.reg__calc-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.reg__calc-row:not(:last-child) {
  margin-bottom: 10px;
}

.reg__calc-text {
  font-size: 10px;
  line-height: 11px;
}

.reg__calc-text_date {
  font-weight: 500;
  font-size: 10px;
  line-height: 11px;
}

.reg__calc-sum {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
}

.reg__calc-sum_date {
  font-weight: 500;
  font-size: 10px;
  line-height: 11px;
}

.reg__use-row {
  margin-bottom: 15px;
}

.reg__use-title {
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 10px;
}

.reg__wrapper {
  width: 100%;
  padding: 45px;
  background: #fff;
  box-shadow: 0px 8px 45px rgba(81, 45, 168, 0.03);
  border-radius: 5px;
}

.reg__title {
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 40px;
}

.reg__ident {
  margin-bottom: 40px;
}

.reg__form {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 50px;
}

.reg__form-left {
  width: 100%;
  margin-right: 70px;
}

.reg__form-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  margin-bottom: 45px;
}

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

.reg__input--row {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-column-gap: 15px;
}

.reg__input--rowReverse {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-column-gap: 15px;
}

.reg__input--rowLabel {
  display: grid;
  grid-template-columns: 1fr 142px;
  grid-column-gap: 15px;
}

.reg__input--equal {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 15px;
}

.reg__form-right {
  width: 100%;
}

.reg__form-btns {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

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

.reg__form-back {
  color: #A4A4A4;
  font-size: 14px;
  line-height: 16px;
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
  text-decoration-style: dotted;
}

.reg__step-item {
  display: none;
}

.reg__step-item.active {
  display: block;
}

.info__inp input {
  text-align: center;
  margin: 0 5px;
  max-width: 75px;
  padding: 4px 5px;
}

.info__inp-btn span {
  width: 10px;
}

.ident__inner-block {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.ident__inner-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.ident__inner-item:not(:last-child) {
  margin-right: 10px;
}

.ident__inner-ico {
  margin-bottom: 13px;
}

.ident__inner-info {
  max-width: 170px;
  margin: 0 auto;
  font-size: 10px;
  line-height: 14px;
  color: #a4a4a4;
  flex-grow: 1;
}

.personal__gender {
  margin-bottom: 15px;
}

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

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

.form__title {
  white-space: nowrap;
  display: block;
  font-size: 12px;
  line-height: 13px;
  margin-bottom: 10px;
}

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

.passport__type {
  margin-bottom: 15px;
}

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

.date-input {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  grid-gap: 15px;
}

.idCard__inner {
  display: none;
}

.control-group {
  margin-bottom: 50px;
}

.control-group__item:not(:last-child) {
  margin-bottom: 15px;
}

.contol-group__text {
  font-size: 16px;
  line-height: 20px;
}

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

.step__inner-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
}

.control-checkbox--adress {
  text-align: center;
}

.form-registration {
  display: block;
  width: 100%;
}

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

.confidant__form-left {
  width: 100%;
  margin-right: 70px;
}

.confidant__form-right {
  width: 100%;
}

.visible {
  display: block;
}

.tabs__content-inner {
  max-width: 50%;
}

.disable {
  display: none;
}

.document-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

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

.file {
  max-width: 90px;
  position: relative;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  cursor: pointer;
}

.file input {
  border: none;
  background: #fff;
  opacity: 0;
  position: relative;
  z-index: 9;
  padding: 0;
  top: 0;
  margin: 0;
  left: -20;
  cursor: pointer;
}

.file input:hover {
  border: none;
}

.select-file {
  position: absolute;
  top: 0;
  color: #333;
  border-bottom: 1px dotted #333;
  cursor: pointer;
}

.select-file:before {
  content: url("../images/upload.png");
  position: absolute;
  left: -20px;
  top: 5px;
  cursor: pointer;
}

.downloaded-file {
  position: absolute;
  top: 0;
  color: #A4A4A4;
  border-bottom: 1px dotted #A4A4A4;
  cursor: pointer;
  display: none;
}

.downloaded-file:before {
  content: url("../images/clip.png");
  position: absolute;
  left: -20px;
  top: 5px;
  cursor: pointer;
}

.cabinet-aside {
  max-width: 265px;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 8px 45px rgba(81, 45, 168, 0.03);
  margin-right: 70px;
}

.cabinet-aside__header {
  position: relative;
  padding: 30px 35px;
  background: linear-gradient(102.95deg, #2D4251 22.8%, #4E718A 84.04%);
  color: #fff;
}

.cabinet-aside__icon {
  position: absolute;
  top: 15px;
  right: 15px;
}

.cabinet-aside__name {
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 10px;
}

.cabinet-aside__name span {
  display: block;
}

.cabinet-aside__id {
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
}

.cabinet-aside__content {
  background: #FFFFFF;
  padding: 30px 35px;
}

.cabinet-aside__item {
  font-size: 16px;
  line-height: 20px;
  position: relative;
  transition: all .2s;
}

.cabinet-aside__item:hover {
  color: #FFAA32;
}

.cabinet-aside__item.active {
  color: #FFAA32;
}

.cabinet-aside__item.active .cabinet-aside__arrow {
  display: flex;
}

.cabinet-aside__item:not(:last-child) {
  margin-bottom: 15px;
}

.cabinet-aside__arrow {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: -35px;
  background: #FFAA32;
  width: 20px;
  height: 20px;
  border-radius: 0px 5px 5px 0px;
}

.cabinet-aside__arrow svg {
  transform: rotate(180deg);
  fill: #fff;
  width: 8px;
  height: 8px;
}

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

.personal-cabinet {
  background: #F4F4F9;
  padding: 80px 0;
}

.cabinet-new {
  width: 100%;
}

.cabinet-new__item:not(:last-child) {
  margin-bottom: 40px;
}

.cabinet-new__item--idCard {
  display: none;
}

.cabinet-new__form input {
  background: transparent;
}

.cabinet-new__form select {
  background: transparent;
}

.cabinet-new__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.1;
  padding-bottom: 10px;
  border-bottom: 1px solid #EAECF0;
  margin-bottom: 30px;
}

.cabinet-new__title svg {
  cursor: pointer;
  width: 20px;
  height: 20px;
  fill: #D1D1D3;
  transition: all .2s;
}

.cabinet-new__title svg:hover {
  fill: #FFAA32;
}

.cabinet-new__inner {
  display: flex;
  margin-bottom: 40px;
}

.cabinet-new__left {
  width: 100%;
  margin-right: 35px;
}

.cabinet-new__input {
  margin-bottom: 15px;
}

.cabinet-new__label {
  display: inline-block;
  font-size: 12px;
  line-height: 13px;
  margin-bottom: 10px;
}

.cabinet-new__dateLabel {
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 14px;
}

.cabinet-new__radio {
  min-height: 67px;
  margin-bottom: 15px;
}

.cabinet-new__radio .control:not(:last-child) {
  margin-right: 40px;
}

.cabinet-new__right {
  width: 100%;
}

.cabinet-new__btns {
  display: flex;
  align-items: center;
}

.cabinet-new__btn {
  max-width: 385px;
  margin-right: 35px;
}

.cabinet-new__inputs {
  display: grid;
  grid-template-columns: 1fr 2fr;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.cabinet-new__inputs--equal {
  grid-template-columns: 1fr 1fr;
}

.radio__title {
  font-size: 12px;
  line-height: 13px;
  margin-bottom: 15px;
}

.cabinet-date__item {
  display: flex;
  font-size: 16px;
  line-height: 20px;
}

.cabinet-date__item:not(:last-child) {
  margin-bottom: 10px;
}

.cabinet-date__label {
  display: inline-block;
  min-width: 200px;
  margin-right: 40px;
  color: #A4A4A4;
}

.cabinet-date__label--w50 {
  min-width: 380px;
}

.cabinet-new__table {
  border-collapse: collapse;
}

.cards-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px 10px;
}

.cards-table__row:not(:last-child) {
  margin-bottom: 10px;
}

.cards-table__col {
  padding: 14px 18px;
  border: 1px solid #EAECF0;
}

.cards-table__col span {
  display: flex;
  align-items: center;
}

.cards-table__col span svg {
  display: block;
  width: 16px;
  height: 16px;
  stroke: #a4a4a4;
  margin-right: 10px;
}

.cards-table__col--delete {
  width: 25px;
}

.cards-table__col--delete svg {
  width: 16px;
  height: 16px;
  stroke: #a4a4a4;
}

.cards-table__status--unactive {
  color: #a4a4a4;
}

.cabinet-new__item--newCard {
  display: none;
}

.add-card__btn {
  max-width: 187px;
  margin-top: 50px;
}

.transiction-table {
  font-size: 14px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px 10px;
}

.transiction-table__col {
  padding: 14px;
  border: 1px solid #EAECF0;
}

.transiction-table__col svg {
  margin-right: 10px;
  width: 16px;
  height: 16px;
}

.transiction-table__col span {
  display: flex;
  align-items: center;
}

.personal-cabinet {
  background: #fff;
}

.credit-table {
  font-size: 16px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px 10px;
}

.credit-table__header {
  font-size: 15px;
}

.credit-table__col {
  position: relative;
  padding: 14px;
  border: 1px solid #EAECF0;
}

.credit-table__col--creditNum {
  cursor: pointer;
}

.credit-table__col--creditNum.active .credit_arrow {
  transform: translateY(-50%) rotate(-135deg);
}

.credit-table__info {
  padding-bottom: 30px;
}

.credit-status {
  color: #219653;
}

.credit-info {
  display: none;
  font-size: 16px;
  width: 100%;
  border-collapse: collapse;
}

.credit-info__value {
  white-space: nowrap;
  margin-left: 7px;
}

.credit-info__row {
  border: 1px solid #EAECF0;
}

.credit-info__row--head {
  font-weight: bold;
  background: #F4F4F9;
}

.credit-info__col {
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.credit-info__row--footer {
  background: linear-gradient(102.95deg, #2D4251 22.8%, #4E718A 84.04%);
  color: #fff;
  font-weight: bold;
}

.credit-info__btns {
  display: flex;
  margin-top: 40px;
}

.credit-info__btns td {
  padding: 0;
}

.credit-info__btn {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  max-width: 187px;
}

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

.loan-table {
  font-size: 16px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px 10px;
  margin-bottom: 50px;
}

.loan-table__col {
  padding: 14px;
  border: 1px solid #EAECF0;
}

.loan-table__col--val {
  width: 160px;
}

.document-table__header {
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  color: #333333;
}

.document-table__col {
  font-size: 16px;
}

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

.document-table__doc a {
  font-size: 14px;
  color: #2D4251;
  text-decoration: underline;
}

.document-table__doc svg {
  width: 14px;
  height: 14px;
  fill: #a4a4a4;
}

.social-cabinet__description {
  margin-bottom: 30px;
}

.social-cabinet__link {
  display: flex;
  align-items: center;
}

.social-cabinet__link .cabinet-new__input {
  width: 100%;
  margin-right: 15px;
}

.social-cabinet__link svg {
  transform: translateY(3px);
  width: 16px;
  height: 16px;
  stroke: #d1d1d3;
}

.social-cabinet__btn {
  max-width: 187px;
}

.verification {
  padding: 80px 0;
}

.verification__title {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 30px;
}

.verification__subtitle {
  text-align: center;
  margin-bottom: 30px;
}

.verification-container {
  max-width: 785px;
}

.verification-types {
  display: flex;
  justify-content: space-between;
  align-self: start;
  flex-wrap: wrap;
}

.verification-types__item {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  text-align: center;
  width: 50%;
  margin-bottom: 25px;
}

.verification-types__img {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 7px;
}

.verification-types__img img {
  display: block;
}

.verification-types__label {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  margin: 0 auto;
  max-width: 150px;
  font-size: 10px;
  line-height: 14px;
  color: #A4A4A4;
}

.bank__wrapper {
  max-width: 785px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.bank__item-bank {
  min-height: 43px;
  width: calc(100% / 3);
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.bank__item-name {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-left: 10px;
}

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

.photo__wrapper-do {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.photo__wrapper-right {
  margin-left: 30px;
}

.photo__wrapper-right li+li {
  margin-top: 10px;
}

.photo__wrapper-list {
  display: flex;
}

.photo__wrapper-list::before {
  content: url(../images/hexagon-icon.svg);
  display: block;
  margin-right: 5px;
}

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

.verification__btn:not(:last-child) {
  margin-right: 45px;
}

.verification__btn svg {
  width: 86px;
  height: 32px;
}

.photo-document .photo__wrapper-img {
  margin: 0 auto;
  margin-top: 30px;
}

.photo__wrapper-img--bg {
  margin-bottom: 30px;
  position: relative;
}

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

.photo__nowork {
  display: none;
}

.photo__nowork-text {
  font-size: 12px;
  color: #a4a4a4;
  text-align: center;
  margin: 15px 0;
}

.photo__nowork-btn {
  margin: 0 auto;
  max-width: 250px;
  background: #ccc;
}

.photo__work-btn {
  margin: 0 auto 15px;
  max-width: 250px;
}

.photo__btn {
  max-width: 386px;
  margin: 0 auto;
}

.photo__wrapper--wait .photo__wrapper-img {
  margin: 0 auto;
}

.photo__wait img {
  display: block;
  margin: 0 auto;
}

.take__photo-phone {
  display: none;
}

.take__photo-text {
  font-size: 12px;
  color: #a4a4a4;
  text-align: center;
  margin: 15px 0;
}

.photo-phone__btn {
  position: relative;
  max-width: 250px;
  margin: 0 auto;
}

.photo-phone__btn input {
  opacity: 0;
  z-index: 99;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

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

.photo-error__btns .photo__btn:not(:last-child) {
  margin-bottom: 15px;
}

.verification-warning {
  text-align: center;
  background: #F8D7DA;
  border-radius: 3px;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 24px;
  color: #721C24;
  margin-bottom: 40px;
}

.verification-warning__title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}

.verification-warning__title img {
  display: block;
  margin-right: 10px;
}

.modal {
  border: 1px solid transparent;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  padding: 15px 15px 15px 20px;
}

.modal__title {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
}

.modal__title img {
  margin-right: 10px;
}

.modal__link {
  padding-left: 40px;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  color: #721C24;
  text-decoration: underline;
}

.modal__text {
  color: #333;
  font-weight: 300;
  font-size: 10px;
  line-height: 24px;
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 0 0 5px;
  background: #F4F4F9;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

.modal-close svg {
  width: 10px;
  height: 10px;
}

.modal--error {
  background: #F8D7DA;
  color: #721C24;
}

.modal--wait {
  border-color: #2D4251;
  color: #2D4251;
}

.modal--sucsess {
  border-color: #FFAA32;
  color: #FFAA32;
}

.loading-request {
  display: flex;
  align-items: center;
}

.loading-request__percent {
  position: relative;
  width: 158px;
  height: 158px;
}

.loading-request__percent svg {
  transform: rotate(-90deg);
  position: relative;
  width: 158px;
  height: 158px;
}

.loading-request__percent svg circle {
  fill: none;
  stroke-width: 5px;
  stroke: #FFCF5C;
  transform: translate(5px, 5px);
  stroke-dasharray: 470;
  stroke-dashoffset: 470;
  stroke-linecap: round;
}

.loading-request__percent svg circle:first-child {
  stroke-dashoffset: 0;
  stroke: #EAEAEA;
}

.loading-request__percent svg circle:last-child {
  stroke-dashoffset: calc(470 - (470 * 25) / 100);
  stroke: #FFCF5C;
}

.loading-request__number {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.05em;
}

.loading-request__text {
  font-size: 15px;
  line-height: 18px;
  color: #333;
}

.loading-circle {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.loading-circle .loading-request__progress {
  margin-bottom: 20px;
}

.loading-circle__text {
  max-width: 245px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 13px;
  line-height: 16px;
}

.loading-circle__text span {
  font-weight: 600;
}

.repayment-schedule__block {
  margin-bottom: 30px;
}

.schedule-block {
  padding: 30px;
  background: #FFFFFF;
  box-shadow: 0px 8px 45px rgba(37, 37, 37, 0.03);
  border-radius: 10px;
}

.schedule-block__header {
  color: #333333;
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 9px;
}

.schedule-block__status--active {
  color: #219653;
}

.schedule-block__item {
  color: #2D4251;
  display: flex;
  align-items: baseline;
}

.schedule-block__item:not(:last-child) {
  margin-bottom: 7px;
}

.schedule-block__label {
  font-size: 10px;
  line-height: 16px;
  margin-right: 25px;
}

.schedule-block__num {
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
}

.repayment-card__wrapper {
  display: flex;
  align-items: flex-start;
}

.repayment-card__loading {
  margin-right: 33px;
}

.loading-request__progress {
  position: relative;
}

.loading-request__content {
  color: #2D4251;
  font-size: 12px;
  line-height: 16px;
  max-width: 103px;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loading-request__day {
  font-weight: 500;
  font-size: 26px;
  line-height: 20px;
}

.loading-request__day span {
  display: block;
  font-size: 16px;
}

.loading-request__date {
  font-weight: 600;
}

.repayment-table {
  width: 100%;
  margin-bottom: 35px;
}

.repayment-table__row {
  padding: 9px 0 8px;
  display: flex;
  align-items: center;
  border-top: 1px solid #EAECF0;
}

.repayment-table__row:last-child {
  border-bottom: 1px solid #EAECF0;
}

.repayment-table__col {
  width: 30%;
}

.repayment-table__col:first-child {
  width: 40%;
}

.repayment-table__col:not(:last-child) {
  padding-right: 15px;
}

.repayment-table__col--3 {
  max-width: 187px;
  width: 100%;
}

.repayment-table__btn {
  white-space: nowrap;
}

.schedule-table__title {
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 25px;
}

.schedule-table__header {
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  background: #F4F4F9;
}

.schedule-table__row {
  padding: 14px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #EAECF0;
}

.schedule-table__col {
  width: 33.3%;
}

.schedule-table__col:not(:last-child) {
  padding-right: 15px;
}

.schedule-table__col:last-child {
  text-align: right;
}

.schedule-table__body {
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  opacity: 0.7;
}

.schedule-table__footer {
  padding: 0 14px;
  background: linear-gradient(102.95deg, #2D4251 22.8%, #4E718A 84.04%);
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  color: #FFFFFF;
}

.schedule-table__footer .schedule-table__col {
  width: 50%;
}

.table-scroll {
  max-height: 485px;
  overflow-y: auto;
}

.table-scroll .mCSB_scrollTools {
  left: auto;
  right: -5px;
}

.status {
  font-size: 16px;
  line-height: 20px;
}

.status.redeemed {
  color: #219653;
}

.status.active {
  color: #EB5757;
}

.footer {
  background: url(../images/footer-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 0 20px;
  color: #fff;
  font-family: 'Ubhuntu', sans-serif;
}

.footer__wrapper-up {
  margin-bottom: 30px;
}

.footer__wrapper-up,
.footer__wrapper-down {
  display: flex;
  justify-content: space-between;
}

.footer__right-support {
  margin-left: 10px;
}

.footer__wrapper-left {
  width: 60%;
  display: flex;
}

.footer__left-title a {
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  color: #fff;
  text-decoration: underline;
}

.footer__wrapper-right {
  display: flex;
  align-items: flex-start;
}

.footer__right-time {
  max-width: 170px;
  width: 100%;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  margin-left: 30px;
  opacity: 0.8;
}

.support__title {
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 15px;
}

.support__phone {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}

.support__phone a {
  color: #fff;
}

.footer__social {
  display: flex;
}

.footer__social-ico {
  margin-left: 30px;
}

.social__icon+.social__icon {
  margin-left: 5px;
}

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

/* .footer__left-content+.footer__left-content {
    margin-left: 100px;
} */

.footer__left-links {
  margin-top: 15px;
  display: none;
}

.footer__left-links a {
  color: #fff;
  font-size: 16px;
}

.footer__left-links li+li {
  margin-top: 10px;
}

.popups {
  background: #a4a4a4;
  /* display: none; */
}

.popup-btn {
  max-width: 340px;
  margin: 15px auto;
}

.popup {
  background: #fff;
  border-radius: 10px;
  position: relative;
  max-width: 532px;
  width: 100%;
  text-align: center;
  font-family: 'Ubuntu', sans-serif;
  margin: 0 auto 20px;
  padding: 30px;
}

.popup__sent {
  padding: 50px 60px 54px;
}

.popup__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  color: #333;
  text-align: center;
  margin-bottom: 30px;
}

.timer {
  margin-top: 20px;
  font-weight: bold;
  font-size: 30px;
  line-height: 20px;
  text-align: center;
  color: #FFAA32;
}

.popup__text {
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  line-height: 20px;
  color: #333;
}

.sent__text,
.congr__text,
.mistake__text {
  max-width: 412px;
  margin: 0 auto;
}

.popup__exit {
  width: 40px;
  height: 40px;
  display: block;
  background-color: #F4F4F9;
  position: absolute;
  top: 0;
  right: 0;
  padding: 12px;
  border-radius: 0 5px 0 5px;
  border: none;
}

.popup__exit img {
  display: block;
}

.popup__mistake {
  max-width: 532px;
  width: 100%;
  text-align: center;
  padding: 50px 60px 54px;
}

.popup__congr {
  padding: 50px 60px 40px;
}

.popup__sorry {
  padding: 30px;
}

.sorry-btn {
  margin-top: 15px;
}

.case__title {
  margin-bottom: 20px;
}

.popup__login {
  padding: 50px;
}

.login__inner {
  max-width: 412px;
  margin: 0 auto;
  text-align: left;
}

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

.login__form-item label {
  display: block;
  font-size: 12px;
  line-height: 13px;
  font-weight: 400;
  color: #333;
  margin-bottom: 10px;
}

.login__forgot {
  display: inline-block;
  color: #A4A4A4;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  border-bottom: 1px dotted #A4A4A4;
}

.login-btn {
  display: block;
  text-align: center;
  max-width: 100%;
  margin-bottom: 10px;
}

.login__register {
  text-align: center;
}

.login__regist {
  font-size: 14px;
  line-height: 20px;
  color: #A4A4A4;
  border-bottom: 1px dotted #A4A4A4;
}

.popup__promo {
  padding: 50px 60px;
}

.popup__promo button {
  max-width: 100%;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  border: none;
  cursor: pointer;
}

.popup__error-text {
  text-align: center;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #721C24;
  background: #F8D7DA;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 10px 0;
}

@media (min-width: 767px) {
  .credits-head__item:hover {
    color: #FFAA32;
    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) {
  .credits {
    background-position: top left;
  }

  .credits::before {
    display: none;
  }

  .credits::after {
    display: none;
  }

  .credits-container {
    padding: 0;
  }

  .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;
  }

  .how-container {
    padding: 50px 20px;
  }

  .how__item {
    padding: 20px;
  }

  .repay__inner {
    display: block;
  }

  .repay__item-wrapper {
    flex-direction: row;
    align-items: flex-start;
  }

  .repay__item-images_bank {
    padding-top: 20px;
  }

  .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;
  }

  .about {
    padding: 60px 0 80px;
  }

  .about__inner {
    padding: 40px;
  }

  .about-container {
    padding: 0;
  }

  .about-contacts {
    display: block;
  }

  .about-contacts__img {
    margin-left: 0;
  }

  .about-contacts__img img {
    margin-left: 0;
    max-width: 688px;
    margin: 90px auto 0;
  }

  .news .credits__calc {
    padding-top: 0;
  }

  .news-catalog__item {
    max-width: none;
    width: 45%;
  }

  .reg__calc {
    display: none;
  }

  .reg__form-left {
    margin-right: 30px;
  }

  .confidant__form-left {
    margin-right: 30px;
  }

  .cabinet-new__left {
    margin-right: 20px;
  }
}

@media (max-width: 992px) {
  h2.section-title {
    margin-bottom: 35px;
  }

  h3.section-title {
    margin-bottom: 35px;
  }

  .mCSB_inside>.mCSB_container {
    padding-left: 0;
  }

  .mCSB_scrollTools {
    left: auto;
    right: 0;
  }

  .section-banner {
    padding: 40px 0;
    font-size: 19px;
    line-height: 20px;
  }

  .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%;
  }

  .header__btns-btn--cabinet {
    color: #FFAA32;
    transform: translateX(0px);
    margin-left: 5px;
  }

  .header__btns-btn--cabinet:hover {
    color: #fff;
  }

  .info__slider-title {
    font-size: 36px;
  }

  .online {
    padding: 50px 0;
  }

  .online-container {
    padding: 0;
  }

  .online__inner {
    flex-direction: column-reverse;
  }

  .online__images {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .online__content {
    max-height: 350px;
    max-width: 100%;
    padding: 0 15px;
  }

  .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;
  }

  .questions {
    padding: 50px 0;
  }

  .accordion__item.active .accordion__title {
    font-size: 14px;
  }

  .accordion__title a {
    padding: 17px 20px;
    padding-right: 35px;
    font-size: 14px;
  }

  .accordion__title a svg {
    right: 15px;
  }

  .accordion__content {
    padding: 20px;
    padding-top: 15px;
    font-size: 11px;
  }

  .intresting {
    padding-bottom: 50px;
  }

  .about .safety__inner-text {
    margin-left: 15px;
  }

  .news-container {
    padding: 45px 15px;
  }

  .news__calc {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .news__calc-img {
    margin-right: 23px;
    margin-left: 0;
  }

  .news__info {
    width: 100%;
    margin-bottom: 35px;
  }

  .news-catalog__container {
    padding: 50px 15px;
  }

  .news-catalog__wrapper {
    margin-bottom: 40px;
  }

  .answer__inner {
    flex-direction: column-reverse;
  }

  .answer .answer__tabs-name {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 50px;
  }

  .answer .answer__tabs-content {
    margin: 0;
    max-width: 100%;
  }

  .contacts__inner-map {
    margin-bottom: 45px;
  }

  .contacts__inner-form {
    padding: 0 40px;
    margin: 0;
  }

  .contacts__inner {
    display: block;
  }

  .reg {
    transform: translateY(-15px);
  }

  .reg__form {
    display: block;
  }

  .reg__form-left {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .reg__form-title {
    margin-bottom: 20px;
  }

  .ident__inner-info {
    font-size: 9px;
  }

  .date-input {
    grid-template-columns: 1fr 2fr 2fr;
    max-width: 430px;
    width: 100%;
  }

  .confidant__form-inner {
    display: block;
  }

  .cabinet-aside {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column-reverse;
  }

  .cabinet-aside__list {
    -moz-columns: 2;
    columns: 2;
  }

  .container-cabinet {
    padding: 0 40px;
    display: block;
  }

  .personal-cabinet {
    padding: 50px 0;
  }

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

  .cabinet-date__item {
    display: block;
  }

  .cabinet-date__label {
    min-width: auto;
    margin-right: 0;
    margin-bottom: 5px;
  }

  .footer__wrapper-right {
    display: block;
  }

  .footer__right-time {
    margin-left: 0;
    margin-top: 15px;
  }
}

@media (max-width: 769px) {
  .news__info {
    margin-bottom: 45px;
  }
}

@media (max-width: 767px) {
  .table__head {
    display: none;
  }

  .table__row {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    background: #e6e6e6;
  }

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

  .table__col::after {
    content: attr(data-label);
  }

  .header__burger {
    display: block;
  }

  .header__logo {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }

  .header__nav {
    display: none;
  }

  .header__languages {
    display: none;
  }

  .header__btns {
    display: none;
  }

  .svg-cabinet {
    display: block;
  }

  .online__content-link {
    font-size: 16px;
  }

  .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__descr {
    margin: 0 auto;
    max-width: 200px;
    font-size: 14px;
  }

  .statistic-item__val--green {
    transform: translate(-10%, -50%);
  }

  .how-container {
    padding: 30px 20px;
  }

  .how__items {
    flex-direction: column;
    align-items: center;
  }

  .how__item+.how__item {
    margin-left: 0;
    margin-top: 20px;
  }

  .benefits__item {
    padding: 25px;
  }

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

  .about .safety__inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .about .safety__inner-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .about .safety__title {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 30px;
  }

  .news__calc-img {
    margin-bottom: 35px;
  }

  .news__info {
    margin-top: 0;
  }

  .news .news-info {
    font-size: 12px;
  }

  .news .news-info__content {
    margin: 0;
    margin-bottom: 15px;
  }

  .news .news-info__title {
    font-size: 12px;
    margin-bottom: 7px;
  }

  .news-catalog__item {
    max-width: 360px;
    width: 100%;
  }

  .answer {
    padding: 50px 0;
  }

  .answer .tabs__content-item:not(:last-child) {
    margin-bottom: 30px;
  }

  .tabs__content-title {
    font-size: 16px;
    margin-bottom: 24px;
  }

  .section-error {
    padding: 50px 0;
  }

  .error-img {
    margin-bottom: 20px;
  }

  .error__content-title {
    margin-bottom: 20px;
  }

  .error__content-text {
    margin-bottom: 20px;
  }

  .reg__wrapper {
    padding: 30px;
  }

  .reg__title {
    font-size: 15px;
    margin-bottom: 30px;
  }

  .ident__inner-block {
    flex-wrap: wrap;
  }

  .ident__inner-item {
    padding: 0 10px;
    width: 50%;
    margin-bottom: 20px;
  }

  .ident__inner-item:not(:last-child) {
    margin-right: 0;
  }

  .step__inner-num {
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 10px;
  }

  .step__inner-title {
    font-size: 19px;
    line-height: 21px;
  }

  .cabinet-aside__list {
    -moz-columns: 1;
    columns: 1;
  }

  .container-cabinet {
    padding: 0 15px;
  }

  .cabinet-new__inner {
    display: block;
  }

  .cabinet-new__left {
    margin-right: 0;
    margin-bottom: 40px;
  }

  .cabinet-new__btns {
    flex-direction: column;
    justify-content: center;
  }

  .cabinet-new__btn {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .transiction-table__header {
    display: none;
  }

  .transiction-table__row {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    background: #e6e6e6;
  }

  .transiction-table__col {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .transiction-table__col::after {
    content: attr(data-label);
  }

  .credit-table__header {
    display: none;
  }

  .credit-table__col::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
  }

  .credit-table__row {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    background: #e6e6e6;
  }

  .document-table__col--no-flex {
    display: block;
  }

  .verification {
    padding: 40px 0;
  }

  .photo__nowork {
    display: block;
  }

  .repayment-card__wrapper {
    flex-direction: column;
    align-items: center;
  }

  .repayment-table__row {
    display: grid;
    grid-template-columns: 2fr 1fr;
    justify-content: space-between;
  }

  .repayment-table__col {
    width: 100%;
    margin-bottom: 15px;
  }

  .repayment-table__col:nth-child(2n) {
    text-align: right;
  }

  .repayment-table__col:first-child {
    width: 100%;
  }

  .schedule-table__row {
    padding: 14px 0;
  }

  .footer__wrapper-left {
    display: block;
    margin-bottom: 0;
  }

  .footer__wrapper-left_down {
    max-width: 100%;
    width: 100%;
  }

  .footer__wrapper-left_up,
  .footer__wrapper-right_up {
    justify-content: space-between;
    display: flex;
    flex-direction: column;
  }

  .footer__wrapper-right_up {
    margin: 0 auto;
  }

  .footer__social-ico {
    margin-left: 15px;
  }

  .footer__left-title+.footer__left-title {
    margin-left: 0;
    margin-top: 50px;
  }

  .footer__wrapper-down {
    flex-direction: column-reverse;
  }

  .footer__wrapper-up {
    position: relative;
    padding-bottom: 45px;
    margin-bottom: 20px;
  }

  .footer__copy {
    width: 100%;
    text-align: center;
  }

  .footer__right-time {
    position: absolute;
    width: 100%;
    margin: 0;
    text-align: center;
    left: 0;
    right: 0;
    max-width: 100%;
    bottom: 0;
  }

  .footer__social {
    justify-content: center;
    margin-bottom: 30px;
  }

  .footer__wrapper-down .footer__wrapper-left {
    width: 100%;
  }

  .footer__left-content:not(:last-child) {
    margin-bottom: 20px;
  }

  .footer__left-links li:not(:last-child) {
    margin-bottom: 10px;
  }

  .footer__left-links a {
    font-size: 14px;
  }
}

@media (max-width: 767px) and (max-width: 568px) {
  .table__col {
    font-size: 12px;
  }

  .table__col::after {
    font-size: 12px;
    font-weight: bold;
  }

  .transiction-table__col {
    font-size: 12px;
  }

  .transiction-table__col::after {
    font-size: 12px;
    font-weight: bold;
  }
}

@media (max-width: 767px) and (max-width: 414px) {
  .repayment-table__col:nth-child(2n) {
    text-align: left;
  }
}

@media (max-width: 568px) {
  .section-banner {
    padding: 15px 0;
  }

  .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:before {
    display: none;
  }

  .calc__container {
    padding: 0;
  }

  .credits__calc {
    max-width: 100%;
    padding: 0;
  }

  .calc__footer {
    padding: 0 25px;
  }

  .wrap__content {
    padding: 25px;
  }

  .credits__calc-left {
    max-width: 100%;
  }

  .range__up {
    padding-bottom: 25px;
  }

  .info__slider .slick-dots {
    padding: 10px 0;
  }

  .info__slider .slick-dots li button {
    width: 40px;
  }

  .how {
    padding: 40px 0px;
  }

  .how__item+.how__item {
    margin-top: 12px;
  }

  .benefits__items {
    display: block;
  }

  .benefits__item {
    margin: 0 auto;
  }

  .repay__item {
    padding: 20px;
  }

  .repay__item-content {
    margin: 0 auto;
  }

  .repay__item-images {
    display: none;
  }

  .news-block__content {
    padding: 20px;
  }

  .about__inner {
    padding: 30px 0px 40px;
  }

  .about-link {
    font-size: 12px;
  }

  .about-title {
    font-size: 16px;
  }

  .about-content {
    padding: 0 15px;
  }

  .about-content__text {
    font-size: 14px;
  }

  .about-contacts {
    padding: 0;
  }

  .about-contacts .about-content__title,
  .about-contacts .about-content__text {
    padding: 0 15px;
  }

  .about-contacts__img img {
    margin-top: 60px;
  }

  .news-container {
    padding: 35px 15px;
  }

  .news__calc-calc {
    max-width: none;
    width: 110%;
  }

  .news__more-wrapper {
    display: block;
  }

  .news__more-wrapper .news-block {
    margin: 0;
    margin-bottom: 10px;
  }

  .answer .tabs__name-text {
    padding-left: 25px;
    font-size: 12px;
  }

  .contacts__container {
    padding: 0 15px;
  }

  .contacts__inner-map {
    padding: 0;
  }

  .map__info {
    margin: 35px 0;
    padding: 20px;
    position: relative;
    left: 0;
    right: auto;
    top: auto;
    transform: translate(0);
  }

  .map__info-title {
    margin-bottom: 13px;
    font-weight: 700;
    font-size: 13px;
  }

  .map__info-text {
    font-size: 12px;
  }

  .contacts__inner-form {
    padding: 0;
    margin: 0;
  }

  .registration__phone-text {
    font-size: 14px;
  }

  .get__code {
    margin-bottom: 15px;
  }

  .registration__phone-btns {
    display: block;
  }

  .register__enter {
    margin-left: 0;
  }

  .reg {
    transform: translateY(0px);
  }

  .reg__wrapper {
    padding: 20px 15px;
  }

  .reg__title {
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
  }

  .reg__input--row {
    display: block;
    margin-bottom: 15px;
  }

  .reg__input--rowReverse {
    display: block;
    margin-bottom: 15px;
  }

  .reg__input--rowLabel {
    display: block;
    margin-bottom: 15px;
  }

  .reg__input--equal {
    display: block;
    margin-bottom: 15px;
  }

  .ident__inner-block {
    margin: 0 -15px;
  }

  .date-input {
    display: block;
  }

  .date-input .select {
    display: block;
    margin-bottom: 15px;
  }

  .contol-group__text {
    font-size: 12px;
    line-height: 17px;
  }

  .step__inner-num {
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 15px;
  }

  .step__inner-title {
    font-size: 19px;
    line-height: 21px;
  }

  .document-item {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .passport-text {
    text-align: center;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .cabinet-aside__item {
    font-size: 12px;
    line-height: 17px;
  }

  .cabinet-new__inputs--equal {
    display: block;
  }

  .cabinet-new__inputs {
    display: block;
  }

  .cards-table__header {
    display: none;
  }

  .cards-table__row {
    display: flex;
    flex-direction: column;
  }

  .cards-table__col {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
  }

  .cards-table__col::after {
    content: attr(data-label);
    font-weight: bold;
    font-size: 12px;
  }

  .cards-table__col--delete {
    width: 100%;
  }

  .credit-table__col {
    font-size: 12px;
  }

  .credit-info {
    font-size: 12px;
  }

  .loan-table {
    font-size: 12px;
  }

  .loan-table__col--val {
    width: auto;
  }

  .social-cabinet__description {
    font-size: 12px;
    margin-bottom: 20px;
  }

  .verification__title {
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 15px;
  }

  .verification__subtitle {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 15px;
  }

  .photo__wrapper {
    flex-direction: column;
  }

  .photo__wrapper-left {
    margin-bottom: 30px;
  }

  .photo__wrapper-right {
    margin-left: 0;
  }

  .photo__wrapper-list {
    font-size: 12px;
  }

  .photo__wrapper-list::before {
    transform: translateY(3px);
  }

  .verification__btns {
    flex-direction: column;
  }

  .verification__btn:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .verification__btn {
    min-height: 60px;
  }

  .verification-warning {
    font-size: 12px;
    line-height: 1.2;
  }

  .verification-warning__title {
    font-weight: bold;
  }

  .footer__left-links a {
    font-size: 12px;
  }

  .footer__left-title,
  .support__title,
  .support__phone {
    font-size: 14px;
    line-height: 17px;
  }

  .footer__social {
    margin-bottom: 30px;
  }

  .footer__social-text,
  .footer__copy {
    font-size: 10px;
  }

  .footer__wrapper-up {
    display: block;
  }

  .footer__right-support {
    margin-left: 0;
    margin-bottom: 15px;
  }

  .footer__wrapper-up .footer__wrapper-left {
    margin-bottom: 50px;
  }

  .footer__right-time {
    max-width: 190px;
    text-align: left;
    position: relative;
    left: 0;
    top: 0;
  }

  .footer__wrapper-up {
    padding-bottom: 0;
  }

  .footer__social {
    text-align: left;
    justify-content: start;
  }

  .footer__copy {
    text-align: left;
  }

  .popup__sent {
    padding: 30px;
  }

  .popup__title {
    font-size: 18px;
  }

  .popup__text {
    font-size: 12px;
  }

  .popup__mistake {
    padding: 30px;
  }

  .popup__congr {
    padding: 30px;
  }

  .popup__login {
    padding: 30px;
  }

  .popup__promo {
    padding: 30px;
  }
}

@media (max-width: 568) {
  .loading-request {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 414px) {
  h2.section-title {
    font-size: 19px;
    margin-bottom: 30px;
  }

  h3.section-title {
    font-size: 19px;
    margin-bottom: 30px;
  }

  .header__logo {
    max-width: 130px;
  }

  .header__mobile-btn {
    margin: 0 auto;
  }

  .info__label {
    font-size: 12px;
  }

  .online__content-title {
    font-size: 16px;
  }

  .news-block__title {
    font-size: 12px;
    line-height: 17px;
  }

  .news-catalog__container {
    padding: 35px 15px 50px;
  }

  .news-catalog__wrapper {
    margin-bottom: 25px;
  }

  .control-checkbox--adress {
    text-align: left;
  }

  .cabinet-date__item {
    font-size: 12px;
    line-height: 17px;
  }

  .verification-types__item {
    display: block;
    padding: 0;
    width: 100%;
    margin-bottom: 10px;
  }

  .verification-types__img {
    margin: 0;
  }

  .bank__wrapper {
    max-width: 240px;
  }

  .bank__item-bank {
    width: calc(100% / 2);
  }

  .repayment-table__row {
    display: block;
  }
}