html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type='button'],
[type='reset'],
[type='submit'],
button {
  -webkit-appearance: button;
}
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
footer,
header,
main,
nav {
  display: block;
}
a,
li,
ul {
  list-style: none;
  color: inherit;
  text-decoration: none;
}
button {
  cursor: pointer;
  color: inherit;
}
button,
input {
  font-family: inherit;
}
a {
  background-color: transparent;
}
a,
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active,
a:focus {
  outline: 0;
}
:active,
:focus {
  outline: 0;
}
img {
  display: block;
  border-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
body {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  color: #1b1b1b;
}
body.--lock {
  overflow: hidden;
}
.wrapper {
  width: 100%;
  max-width: 1310px;
  padding-right: 40px;
  padding-left: 40px;
  margin-right: auto;
  margin-left: auto;
}
.title-style {
  margin: 0 auto;
  font-weight: 700;
  font-size: 44px;
  line-height: 49px;
  text-align: center;
  letter-spacing: 0.055em;
  font-family: Comfortaa, sans-serif;
}
.menu-link {
  position: relative;
  display: block;
}
.menu-link::after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #faba23;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}
.menu-link:focus::after,
.menu-link:hover::after {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.button-style {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  height: 50px;
  line-height: 54px;
  color: #fff;
  border: 0;
  outline: 0;
  border-radius: 5px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 10;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  background-color: #faba23;
}
.button-style:hover {
  background: #879ad4;
}
.color-style {
  color: #faba23;
}
.calc {
  font-family: Comfortaa, sans-serif;
}
.calc__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 16px;
}
.calc__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.calc__title {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.035em;
  margin-right: 10px;
}
.calc__sum {
  display: inline-block;
  p2px 5px 0
  height: 38px;
  width: 103px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #879ad4;
  border: 1px solid #879ad4;
  border-radius: 5px;
  margin-right: 17px;
  text-align: center;
}
.calc__currency {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.035em;
}
.calc__range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
}
.calc__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.calc-value__itm {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  color: #879ad4;
}
input[type='range'] {
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  position: relative;
  outline: 0;
  cursor: pointer;
}
input[type='range']::before {
  position: absolute;
  content: '';
  width: var(--range);
  max-width: 100%;
  height: 100%;
  background: #879ad4;
  border-radius: 25px;
}
input[type='range']::-webkit-slider-runnable-track {
  height: 8px;
  background-color: transparent;
  border: 1px solid #879ad4;
  border-radius: 25px;
}
input[type='range']::-webkit-slider-thumb {
  width: 24px;
  height: 24px;
  background: #faba23;
  border-radius: 50%;
  -webkit-appearance: none;
  z-index: 5;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
input[type='range']::-webkit-slider-thumb:hover {
  background: #ffca4f;
}
input[type='range']::-webkit-slider-thumb:active {
  width: 27px;
  height: 27px;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type='number'] {
  -moz-appearance: textfield;
}
input[type='number']:focus,
input[type='number']:hover {
  -moz-appearance: number-input;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.header {
  position: relative;
  background: #fff;
}
.header__container {
  position: relative;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header__logo {
  position: relative;
}
.header__logo img {
  height: 50px;
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__burger {
  display: none;
}
.header.--blur::after {
  position: fixed;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  z-index: 99;
}
.menu__item {
  position: relative;
  font-family: Comfortaa, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.menu__item:not(:last-child) {
  margin-right: 30px;
}
.menu__cross {
  display: none;
}
.home {
  padding: 56px 0;
  background: url(../img/bg.webp) no-repeat center/cover;
  font-family: Comfortaa, sans-serif;
}
.home__container {
  position: relative;
  padding: 70px 30px;
  background: #fff;
  border-radius: 6px;
}
.home__stat {
  position: absolute;
  right: 0;
  top: 17px;
  background: rgba(135, 154, 212, 0.15);
  border-radius: 5px 0 0 5px;
  padding: 17px 13px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #faba23;
}
.home__wrapper {
  max-width: 675px;
  margin: 0 auto;
}
.home__title {
  margin-bottom: 48px;
}
.home__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 24px 0 16px;
}
.home__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home__col:first-child {
  margin-right: 32px;
}
.home__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 64px;
}
.home__description img {
  margin-right: 15px;
}
.home__box-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.home-col__title {
  font-family: Montserrat, sans-serif;
  letter-spacing: 0.005em;
  margin-right: 12px;
}
.home-col__value {
  font-weight: 700;
  letter-spacing: 0.02em;
}
.steps {
  padding: 100px 0 50px;
}
.steps__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.steps__col {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 33.333%;
  flex: 0 1 33.333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}
.steps__col:not(:last-child) {
  padding-right: 30px;
}
.steps__col:nth-child(1) .steps__box-img::after {
  left: 100%;
}
.steps__col:nth-child(2) .steps__box-img::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  width: 200%;
  border-top: 2px dashed #faba23;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.steps__col:nth-child(2) .steps__box-img::after {
  right: 100%;
}
.steps__col:nth-child(2) .steps__box-img::before {
  left: 100%;
}
.steps__col:nth-child(3) .steps__box-img::after {
  right: 100%;
}
.steps__box-img {
  position: relative;
  padding: 0 16px;
  display: inline-block;
  margin-bottom: 24px;
}
.steps__box-img::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  width: 200%;
  border-top: 2px dashed #faba23;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.steps__img {
  width: 72px;
  height: 72px;
  background: #879ad4;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}
.steps__text {
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.005em;
}
.ways {
  font-family: Comfortaa, sans-serif;
  padding: 50px 0;
}
.ways__title {
  margin-bottom: 80px;
}
.ways__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.ways__col {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 33.333%;
  flex: 0 1 33.333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #e7ebf8;
  border-radius: 10px;
  min-height: 229px;
  padding: 30px 50px;
}
.ways-col__img {
  margin: 0 auto 30px;
}
.ways-col__title {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.055em;
}
.reviews {
  padding: 50px 0;
}
.reviews__title {
  margin-bottom: 62px;
}
.reviews__container {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  grid-auto-rows: auto;
  gap: 30px;
  margin-bottom: 54px;
}
.reviews__col {
  padding: 40px 40px 48px;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 1px 0 13px 2px rgba(0, 0, 0, 0.06);
  box-shadow: 1px 0 13px 2px rgba(0, 0, 0, 0.06);
}
.reviews__banner {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.reviews__banner p {
  position: relative;
  display: inline-block;
  background: #e7ebf8;
  border-radius: 5px;
  padding: 23px 20px;
  font-weight: 300;
}
.reviews__banner p::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 100%;
  left: 39px;
  border-bottom: 24px solid #e7ebf8;
  border-right: 20px solid transparent;
}
.reviews__banner span {
  font-weight: 400;
  letter-spacing: 0.005em;
}
.reviews-col__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
}
.reviews-col__content {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
}
.r-col-head__photo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 72px;
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  margin-right: 32px;
}
.r-col-head__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  border-radius: 50%;
}
.r-col-head__date {
  margin-bottom: 12px;
  font-size: 12px;
  color: #879ad4;
}
.r-col-head__name {
  font-family: Comfortaa, sans-serif;
  margin-bottom: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.r-col-head__city {
  font-weight: 300;
}
.info {
  padding: 50px 0 100px;
}
.info__wrapper {
  margin-bottom: 64px;
}
.info__wrapper h1,
.info__wrapper h2,
.info__wrapper h3,
.info__wrapper h4 {
  margin-bottom: 16px;
  text-align: center;
  font-family: Comfortaa, sans-serif;
}
.info__wrapper h1 {
  font-weight: 700;
  font-size: 44px;
  line-height: 49px;
  letter-spacing: 0.055em;
}
.info__wrapper h2 {
  font-weight: 700;
  font-size: 33px;
  line-height: 37px;
  letter-spacing: 0.055em;
  margin-top: 30px;
}
.info__wrapper h3 {
  font-weight: 500;
  font-size: 29px;
  line-height: 32px;
  letter-spacing: 0.025em;
}
.info__wrapper h4 {
  font-weight: 500;
  font-size: 23px;
  line-height: 26px;
  letter-spacing: 0.035em;
}
.info__wrapper p {
  line-height: 20px;
  letter-spacing: 0.005em;
  color: #6d758b;
  padding-bottom: 15px;
}
.info__block:not(:last-child) {
  margin-bottom: 44px;
}
.info__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 750px;
  margin: 0 auto;
  gap: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.info__block ul {
  margin-left: 30px;
  margin-bottom: 30px;
}

.info__list li,
.info__block li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  letter-spacing: 0.005em;
  color: #6d758b;
}
.info__list li::before,
.info__block li::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background: #879ad4;
  border-radius: 3px;
  margin-right: 8px;
}
.info__list li:not(:last-child) ,
.info__block li:not(:last-child) {
  margin-bottom: 10px;
}
.info__list span {
  display: block;
}
.credit {
  padding: 50px 0 0;
}
.credit__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 56px;
}
.credit__box {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 60%;
  flex: 0 1 60%;
}
.credit__title {
  font-family: Comfortaa, sans-serif;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 0.055em;
  color: #000;
  margin-bottom: 20px;
}
.credit__subtitle {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #000;
}
.credit__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #e7ebf8;
  border-radius: 15px;
  padding: 16px 32px;
  white-space: nowrap;
}
.credit__banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 25px;
  background: rgba(250, 186, 35, 0.15);
  border-radius: 10px;
}
.credit__banner img {
  margin-right: 16px;
}
.credit__banner span {
  max-width: 920px;
}
.credit-col__img {
  margin-right: 26px;
}
.c-col-info__itm:not(:last-child) {
  margin-bottom: 10px;
}
.c-col-info__text { 
  letter-spacing: 0.005em;
  color: #000;
  margin-right: 16px;
}
.c-col-info__value {
  font-weight: 700;
  letter-spacing: 0.005em;
  color: #000;
}
.offers {
  padding: 32px 0 50px;
}
.offers__container {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  grid-auto-rows: auto;
  gap: 30px;
}
.offers__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
  -webkit-box-shadow: 1px 0 13px 2px rgba(0, 0, 0, 0.06);
  box-shadow: 1px 0 13px 2px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  padding: 48px 76px;
}


.offer__box_g {
    -webkit-box-shadow: 1px 0 13px 2px rgba(0, 0, 0, 0.06);
  box-shadow: 1px 0 13px 2px rgba(0, 0, 0, 0.06);
  padding: 5px;
  width: 100%;
  background: #fff;
  min-width: 100%;
}
.offer-item__img {
  width: 100%;
  height: 100%;
  max-width: 270px;
  max-height: 202px;
  margin: 0 auto 16px;
}
.offer-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.offer-item__link {
  margin-bottom: 24px;
  text-align: center;
}
.offer-item__link a {
  font-family: Comfortaa, sans-serif;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  font-size: 18px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #879ad4;
}
.offer-item__link a:active,
.offer-item__link a:hover {
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  color: #faba23;
}
.offer-item__block {
  margin-bottom: 32px;
}
.offer-item__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.offer-item__row--top {
  margin-bottom: 8px;
}
.offer-item__row--bot {
  margin-bottom: 40px;
}
.offer-item__button {
  font-family: Comfortaa, sans-serif;
  font-weight: 400;
  display: block;
  padding: 0;
  max-width: 100% !important;
}
.o-item-block__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  outline: 2px solid #879ad4;
  border-radius: 5px;
}
.o-item-block__left {
  position: relative;
  padding: 10px 24px 10px 24px;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  color: #fff;
  z-index: 1;
}
.o-item-block__left::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  border-top: 250px solid transparent;
  border-left: 180px solid #879ad4;
  border-bottom: 250px solid transparent;
}
.o-item-block__right {
  font-family: Comfortaa, sans-serif;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.055em;
  padding: 10px 10px 8px 5px;
  text-align: right;
}
.o-item-block__right span {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}
.o-item-row__percent {
  width: 18px;
  margin-right: 8px;
  font-family: Comfortaa, sans-serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  color: #879ad4;
}
.o-item-row__name {
  letter-spacing: -0.065em;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 65px;
  flex: 0 1 65px;
}
.o-item-row__value {
  font-weight: 500;
}
.o-item-row__icon {
  margin-right: 8px;
}
.form {
  padding: 70px 0 50px;
}
.form__wrapper {
  max-width: 675px;
  margin: 0 auto;
}
.form__title {
  font-family: Comfortaa, sans-serif;
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  letter-spacing: 0.055em;
  line-height: 36px;
  margin: 0 auto 32px;
  max-width: 642px;
}
.form__container {
  padding-top: 30px;
}
.form__input {
  margin-bottom: 16px;
}
.form__input label {
  display: block;
  margin-bottom: 8px;
  font-family: Comfortaa, sans-serif;
  font-weight: 500;
  font-size: 16px;
}
.form__input input {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 24px;
  background: #fff;
  border: 1px solid #879ad4;
  border-radius: 5px;
  font-size: 14px;
}
.form__input input::-webkit-input-placeholder {
  color: #879ad4;
}
.form__input input::-moz-placeholder {
  color: #879ad4;
}
.form__input input:-ms-input-placeholder {
  color: #879ad4;
}
.form__input input::-ms-input-placeholder {
  color: #879ad4;
}
.form__input input::placeholder {
  color: #879ad4;
}
.form__input input._error {
  border-color: red;
}
.form__check {
  margin-bottom: 40px;
  font-size: 12px;
}
.form__check a {
  color: #faba23;
}
.form__check label {
  cursor: pointer;
}
.form__check label div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form__check input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.form__check input._error + label::before {
  border-color: red;
}
.form__check input + label {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form__check input + label::before {
  position: relative;
  content: '';
  display: inline-block;
  margin-right: 16px;
  height: 24px;
  width: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  border: 2px solid #879ad4;
  border-radius: 2px;
}
.form__check input:checked + label::before {
  background: #879ad4;
}
.form__check input:checked + label::after {
  position: absolute;
  content: '';
  display: inline-block;
  left: 9px;
  top: 3px;
  width: 6px;
  height: 14px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.form__btn {
  font-family: Comfortaa, sans-serif;
  width: 100% !important;
  max-width: 100% !important;
}
.footer {
  padding: 52px 0 54px;
  background: #879ad4;
  color: #fff;
  font-family: Comfortaa, sans-serif;
}
.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  gap: 20px;
}
.footer__logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 35%;
  flex: 0 1 35%;
}
.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  gap: 30px;
}
.footer__col {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}
.footer__col li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.footer__col li img {
  margin-right: 15px;
}
.footer__col li:not(:last-child) {
  margin-bottom: 15px;
}
.footer__bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-weight: 700;
  font-size: 8px;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}
.footer__copy {
  margin-right: 30px;
  white-space: nowrap;
}
.footer__info span {
  display: block;
}
.footer__info span:not(:last-child) {
  margin-bottom: 5px;
}
@media only screen and (max-width: 1200px) {
  .footer__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
  }
  .footer__logo img {
    width: 250px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.333%;
    flex: 0 1 33.333%;
  }
}
@media only screen and (max-width: 992px) {
  .wrapper {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 13px;
  }
  .header__container {
    height: 80px;
  }
  .header__logo img {
    height: 35px;
  }
  .menu__item {
    font-size: 14px;
  }
  .ways__container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .credit__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 32px;
  }
  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .header__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: fixed;
    top: 0;
    right: -100%;
    width: 69%;
    height: 100%;
    padding: 88px 25px 20px;
    -webkit-transition: right 0.3s ease-in-out;
    -o-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
    text-align: right;
    background: #fff;
    -webkit-box-shadow: 2px 1px 28px 16px rgba(20, 17, 49, 0.08);
    box-shadow: 2px 1px 28px 16px rgba(20, 17, 49, 0.08);
    border-radius: 10px 0 0 0;
    z-index: 100;
  }
  .header.--active .header__menu {
    right: 0;
  }
  .header__burger {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 33px;
    height: 24.85px;
    cursor: pointer;
    background: rgba(135, 154, 212, 0.1);
    border: 1px solid #879ad4;
    border-radius: 2px;
    margin-top: 15px;
  }
  .header__burger span {
    position: relative;
    display: block;
    width: 23px;
    height: 2px;
    background-color: #879ad4;
    -webkit-transition: 0s 0.3s;
    -o-transition: 0s 0.3s;
    transition: 0s 0.3s;
  }
  .header__burger span::after,
  .header__burger span::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 23px;
    height: 2px;
    background-color: #879ad4;
  }
  .header__burger span::before {
    top: -6px;
  }
  .header__burger span::after {
    top: 6px;
  }
  .menu__item {
    font-size: 16px;
  }
  .menu__item:not(:last-child) {
    margin: 0 0 15px 0;
  }
  .menu__cross {
    position: absolute;
    top: 20px;
    right: 7px;
    display: block;
    width: 24px;
    height: 24px;
    border: 2px solid #879ad4;
    border-radius: 50%;
    cursor: pointer;
  }
  .menu__cross::after,
  .menu__cross::before {
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 12px;
    top: 50%;
    left: 50%;
    background: #879ad4;
    border-radius: 5px;
  }
  .menu__cross::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .menu__cross::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .home__stat {
    display: none;
  }
  .home__title {
    font-size: 36px;
    max-width: 500px;
  }
  .home__col:first-child {
    margin-right: 25px;
  }
  .home-col__title {
    margin-right: 10px;
  }
  .steps__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .steps__col:not(:last-child) {
    padding-right: 0;
    padding-bottom: 8px;
    overflow: visible;
  }
  .steps__col:not(:last-child)::after {
    position: relative;
    content: '';
    display: block;
    height: 46px;
    border-right: 2px dashed #faba23;
  }
  .steps__col:nth-child(2) .steps__box-img::before {
    display: none;
  }
  .steps__box-img {
    margin-bottom: 16px;
    padding: 0;
  }
  .steps__box-img::after {
    display: none;
  }
  .steps__text {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1.3;
  }

  .form-reg {
    padding: 30px 0 50px;
  }

  .footer__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
  .footer__bot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer__copy {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 576px) {
  body {
    font-size: 15px;
  }

  .header__logo svg {
    height: 35px;
    width: 100%;
    margin-top: 9px;
  }

  .title-style {
    font-size: 24px;
    line-height: 27px;
  }
  .button-style {
    font-size: 16px;
    padding: 0 10px;
    max-width: 245px;
    width: 100%;
  }
  .calc__row {
    margin-bottom: 40px;
  }
  .calc__title {
    font-size: 15px;
  }
  .calc__sum {
    margin-right: 8px;
    font-size: 14px;
    width: 95px;
    height: 28px;
    line-height: 27px;
  }
  .calc__currency {
    font-size: 14px;
  }
  .calc-value__itm {
    font-size: 14px;
  }
  input[type='range'] {
    height: 4px;
  }
  input[type='range']::-webkit-slider-runnable-track {
    height: 4px;
  }
  .header__container {
    height: 40.75px;
  }
  .header__logo img {
    height: 20.87px;
  }
  .menu__item {
    font-size: 12px;
  }
  .home {
    padding: 32px 0;
  }
  .home__container {
    padding: 32px 12.5px;
  }
  .home__title {
    font-size: 20px;
    margin-bottom: 24px;
    line-height: 1.3;
  }
  .home__row {
    margin: 20px 0 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home__col:first-child {
    margin-right: 0;
    margin-bottom: 8px;
  }
  .home__description {
    font-size: 11px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin-bottom: 18px;
  }
  .home__description img {
    margin-right: 10px;
    width: 12px;
    margin-top: -2px
  }
  .steps {
    padding: 50px 0 25px;
  }
  .ways {
    padding: 25px 0;
  }
  .ways__title {
    margin-bottom: 24px;
  }
  .ways__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
  .ways__col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 168px;
    padding: 10px;
  }
  .ways__col {
    max-width: 330px;
    width: 100%;
    margin: 0 auto;
  }
  .ways__col img {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .ways__col img:nth-child(1) {
    height: 88px;
    width: 110px;
  }
  .ways__col img:nth-child(2) {
    height: 88px;
    width: 89px;
  }
  .ways__col img:nth-child(3) {
    height: 79px;
    width: 79px;
  }
  .ways-col__img {
    margin-bottom: 20px;
  }
  .ways-col__title {
    font-size: 18px;
  }
  .reviews {
    padding: 25px 0;
  }
  .reviews__title {
    margin-bottom: 24px;
  }
  .reviews__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
    gap: 16px;
  }
  .reviews__col {
    padding: 24px;
  }
  .reviews__banner p {
    padding: 23px 59px;
  }
  .reviews-col__head {
    margin-bottom: 24px;
  }
  .reviews-col__content {
    font-size: 15px;
    line-height: 1.5;
  }
  .r-col-head__photo {
    width: 60px;
    height: 60px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    margin-right: 16px;
  }
  .r-col-head__date {
    font-size: 12px;
    margin-bottom: 4px;
  }
  .r-col-head__name {
    line-height: 13px;
    margin-bottom: 8px;
  }
  .r-col-head__city {
    font-size: 14px;
  }

  .r-col-head__name {
    font-size: 17px;
  }
  .info {
    padding: 25px 0 50px;
  }
  .info__wrapper h1 {
    font-size: 24px;
    line-height: 27px;
  }
  .info__wrapper h2 {
    font-size: 21px;
    line-height: 23px;
  }
  .info__wrapper h3 {
    font-size: 22px;
    line-height: 1.3;
  }
  .info__wrapper h4 {
    font-size: 16px;
    line-height: 18px;
  }
  .info__wrapper p {
    text-align: left;
    line-height: 1.5;
  }

  .steps__text {


  }
  .info__block:not(:last-child) {
    margin-bottom: 32px;
  }
  .info__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
  .credit {
    padding: 25px 0 0;
  }
  .credit__title {
    margin-bottom: 12px;
    font-size: 18px;
  }
  .credit__subtitle {
    font-size: 15px;
    line-height: 1.5;
  }
  .credit__col {
    padding: 16px 18px;
    width: 100%;
  }
  .credit__banner {
    padding: 30px 15px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
  .credit-col__img {
    margin-right: 4%;
  }
  .credit-col__img img {
    width: 38px;
  }
  .c-col-info__itm:not(:last-child) {
    margin-bottom: 5px;
  }
  .c-col-info__itm {
    font-size: 13px;
  }

  #user-name {
    font-size: 110%;
  }

  .c-col-info__text {
    margin-right: 8px;
  }
  .offers {
    padding: 24px 0 25px;
  }
  .offers__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .offers__item {
    padding: 24px 18px;
  }
  .offer-item__img {
    margin-bottom: 8px;
  }
  .offer-item__link {
    margin-bottom: 16px;
  }
  .offer-item__block {
    margin-bottom: 16px;
  }
  .offer-item__row--bot {
    margin-bottom: 16px;
  }
  .o-item-block__left {
    font-size: 21px;
    padding: 7px 41px 7px 27px;
  }
  .o-item-block__left::after {
    border-left: 210px solid #879ad4;
  }
  .o-item-block__right {
    font-size: 21px;
    padding: 10px 16px 8px 5px;
  }
  .o-item-row__percent {
    font-size: 14px;
    width: 16px;
  }
  .o-item-row__name {
    font-size: 14px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 58px;
    flex: 0 1 58px;
  }
  .o-item-row__value {
    font-size: 14px;
  }
  .o-item-row__icon {
    height: 14px;
    width: 16px;
  }
  .form__title {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 24px;
    max-width: 300px;
  }
  .form__input label {
    font-size: 16px;
  }
  .form__input input {
    padding: 0 16px;
    font-size: 16px;
  }
  .form__check {
    font-size: 12px;
    margin-bottom: 30px;
  }
  .form__check input + label::before {
    margin-right: 12px;
  }
  .footer {
    padding: 32px 0;
  }
  .footer__container {
    gap: 16px;
    margin-bottom: 24px;
  }
  .footer__logo img {
    width: 171px;
  }
  .footer__menu {
    gap: 24px;
  }
  .footer__col li img {
    margin-right: 8px;
    width: 13px;
  }
  .footer__col li:not(:last-child) {
    margin-bottom: 10px;
  }
  .footer__copy {
    margin-bottom: 7px;
  }
  .footer__info span:not(:last-child) {
    margin-bottom: 0;
  }
}

@keyframes ldio-1nwgccnjawm {
  0% { transform: rotate(0) }
  100% { transform: rotate(360deg) }
}
.ldio-1nwgccnjawm div { box-sizing: border-box!important }
.ldio-1nwgccnjawm > div {
  position: absolute;
  width: 144px;
  height: 144px;
  top: 28px;
  left: 28px;
  border-radius: 50%;
  border: 16px solid #000;
  border-color: #faba23 transparent #faba23 transparent;
  animation: ldio-1nwgccnjawm 1s linear infinite;
}
.ldio-1nwgccnjawm > div:nth-child(2) { border-color: transparent }
.ldio-1nwgccnjawm > div:nth-child(2) div {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: rotate(45deg);
}
.ldio-1nwgccnjawm > div:nth-child(2) div:before, .ldio-1nwgccnjawm > div:nth-child(2) div:after { 
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: -16px;
  left: 48px;
  background: #faba23;
  border-radius: 50%;
  box-shadow: 0 128px 0 0 #faba23;
}
.ldio-1nwgccnjawm > div:nth-child(2) div:after { 
  left: -16px;
  top: 48px;
  box-shadow: 128px 0 0 0 #faba23;
}
.loadingio-spinner-dual-ring-jyzwg8ry7rk {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
      background: #fff;
    position: relative;
    margin-left: -100px;
    left: 50%;
}
.ldio-1nwgccnjawm {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.ldio-1nwgccnjawm div { box-sizing: content-box; }

#wait_id {
	text-align: center;
}