@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-RegularItalic.woff2') format('woff2');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Akrobat';
  src: url('../fonts/Akrobat-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img,
abbr {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ul li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

legend {
  color: #000;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

* {
  box-sizing: border-box;
}

.container {
  width: 1200px;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

html,
body {
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
}

body {
  position: relative;
  font-family: 'Gilroy';
  background-color: #f9f9f9;
}

section {
  padding: 110px 0;
  position: relative;
}

section:before,
section:after {
  content: '';
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #e8e8e8;
  display: block;
  left: 50%;
}

section:before {
  margin-left: -585px;
}

section:after {
  margin-left: 585px;
}

section.color-line:before,
section.color-line:after {
  background-color: rgba(255, 255, 255, 0.08);
}

section.color-line .line:before,
section.color-line .line:after {
  background-color: rgba(255, 255, 255, 0.08);
}

section.color-line .line span:before {
  background-color: rgba(255, 255, 255, 0.08);
}

section .line:before,
section .line:after {
  background-color: #e8e8e8;
}

section .line span:before {
  background-color: #e8e8e8;
}

.line:before,
.line:after {
  content: '';
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  display: block;
  left: 50%;
}

.line:before {
  margin-left: -294px;
}

.line:after {
  margin-left: 292px;
}

.line span:before {
  content: '';
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  display: block;
  left: 50%;
}

.line span:before {
  margin-left: -1px;
}

.h1 {
  font-size: 90px;
  font-weight: bold;
  line-height: 1.11;
  color: #fff;
  margin-bottom: 40px;
}

.h2 {
  font-size: 50px;
  line-height: 1.06;
  font-weight: 400;
  color: #333;
  margin-bottom: 40px;
  position: relative;
  padding-left: 20px;
}

.h2--white {
  color: #fff;
}

.h2:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 5px;
  background-color: #e33821;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
}

p {
  font-size: 16px;
  line-height: 1.64;
  font-weight: 400;
  color: #7b7a7a;
}

p:not(:last-child) {
  margin-bottom: 20px;
}

.title-note {
  font-size: 19px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  background-color: #e33821;
  padding: 3px 20px 3px 8px;
  display: inline-block;
  -webkit-clip-path: polygon(0 0, 97% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 97% 0%, 100% 100%, 0% 100%);
  margin-left: 20px;
}

.white {
  color: #fff;
}

.red {
  color: #fb3e24;
}

.fw-600 {
  font-weight: 600;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
  display: none;
}

.btn-tell {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 10px;
  width: 293px;
  height: 57px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  border: solid 1px #e33821;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-tell:hover {
  color: #e33821;
}

.btn-main {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: 100%;
  height: 56px;
  background-color: #c7210b;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-main:disabled {
  background-color: #eee;
  cursor: default;
}

.btn-main img {
  margin-left: 10px;
}

.btn-main:hover:not(:disabled) {
  background-color: #971908;
}

.credit-checkbox {
  display: block;
  position: relative;
}

.credit-checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.credit-checkbox input:checked + .credit-checkbox__text:after {
  opacity: 1;
}

.credit-checkbox__text {
  font-size: 14px;
  color: #fff;
  line-height: 1.25;
  font-weight: 400;
  display: block;
  position: relative;
  padding: 0 0 0 30px;
  cursor: pointer;
}

.credit-checkbox__text:before,
.credit-checkbox__text:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}

.credit-checkbox__text:before {
  border-radius: 0px;
  background-color: transparent;
  border-radius: 2px;
  width: 16px;
  height: 16px;
  border: 1px solid #dc6b5c;
}

.credit-checkbox__text:after {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0;
  left: 5px;
}

.privat-checkbox {
  display: block;
  position: relative;
}

.privat-checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.privat-checkbox input:checked + .privat-checkbox__text:after {
  opacity: 1;
}

.privat-checkbox__text {
  font-size: 12px;
  color: #9c9c9c;
  line-height: 1.25;
  font-weight: 400;
  display: block;
  position: relative;
  padding: 0 0 0 30px;
  cursor: pointer;
}

.privat-checkbox__text a {
  color: #e64a36;
  text-decoration: underline;
}

.privat-checkbox__text a:hover {
  text-decoration: none;
}

.privat-checkbox__text:before,
.privat-checkbox__text:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}

.privat-checkbox__text:before {
  border-radius: 0px;
  background-color: transparent;
  border-radius: 2px;
  width: 16px;
  height: 16px;
  border: 1px solid #9c9c9c;
}

.privat-checkbox__text:after {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #e64a36;
  opacity: 0;
  left: 5px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 24px 0;
  z-index: 100;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header.sticky {
  background-color: #292929;
  box-shadow: 0px 5px 8px 0px rgba(34, 60, 80, 0.2);
}

.header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 15px;
}

.logo-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 11px;
  text-decoration: none;
}

.logo-header__img {
  width: 164px;
}

.logo-header__img img {
  width: 100%;
}

.logo-header__text {
  font-size: 13px;
  color: #b0b0b0;
  letter-spacing: 0.65px;
  padding-left: 11px;
  border-left: 1px solid #86888a;
  max-width: 295px;
}

.footer__top {
  padding: 40px 0;
  background-color: #292929;
}

.footer__bot {
  padding: 30px 0;
  font-size: 12px;
  line-height: 1.5;
  color: #9b9b9b;
}

.footer__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 30px;
}

.footer__tell {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  margin-bottom: auto;
}

.footer__tell:hover {
  color: #e33821;
}

.footer__tell img {
  margin-right: 3px;
}

.footer__cards {
  text-align: right;
}

.logo-footer {
  width: 210px;
  text-decoration: none;
}

.logo-footer__img {
  display: block;
  margin-bottom: 15px;
}

.logo-footer__img img {
  width: 100%;
}

.logo-footer__text {
  font-size: 12px;
  line-height: 1.33;
  letter-spacing: 0.6px;
  color: #b0b0b0;
}

.footer-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-self: center;
  align-self: center;
  gap: 10px;
}

.footer-nav__item:first-child {
  padding-right: 50px;
  border-right: 1px solid #626262;
}

.footer-nav__item:last-child {
  padding-left: 50px;
}

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

.footer-nav a {
  font-size: 14px;
  color: #fefefe;
  text-decoration: none;
}

.footer-nav a:hover {
  text-decoration: underline;
}

.popup {
  margin: 0 auto;
  background-color: #fff;
  max-width: 600px;
}

.popup .mfp-close {
  background-color: #fff;
  width: 30px;
  height: 30px;
  color: transparent;
  background-color: #e33821;
  top: -15px;
  right: -15px;
  opacity: 1;
  background-image: url('../img/combine-before.png');
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
}

.popup__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.popup__img {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.popup__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.popup__discr {
  padding: 50px;
}

.popup__title {
  font-size: 24px;
  color: #242424;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
}

.popup__subtitle {
  font-size: 16px;
  color: #e33821;
  text-align: center;
  font-weight: 500;
  margin-bottom: 35px;
}

.popup .formgroup {
  box-shadow: 0px 6px 24px 0 rgba(0, 0, 0, 0.11);
  margin-bottom: 15px;
}

.popup .formgroup input {
  width: 100%;
  height: 56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 25px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  border: 1px solid #dfe6ed;
  outline: none;
}

.popup .formgroup input::-webkit-input-placeholder {
  color: #1f1f1f;
}

.popup .formgroup input:-ms-input-placeholder {
  color: #1f1f1f;
}

.popup .formgroup input::-ms-input-placeholder {
  color: #1f1f1f;
}

.popup .formgroup input::placeholder {
  color: #1f1f1f;
}

.popup .popup-form__send {
  width: 100%;
  margin-bottom: 40px;
}

#callback-popup {
  max-width: 600px;
}

.form .formgroup {
  position: relative;
  margin-bottom: 20px;
}

.form label.error {
  font-size: 12px;
  line-height: 1.2;
  color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: tomato;
  width: 100%;
  padding: 0 25px;
}

.form input {
  width: 100%;
}

.form .checkbox-privat {
  margin-bottom: 20px;
}

.checkbox-privat {
  display: block;
  position: relative;
}

.checkbox-privat input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.checkbox-privat input:checked + .checkbox-privat__text:after {
  opacity: 1;
}

.checkbox-privat__text {
  font-size: 14px;
  color: #000;
  line-height: 1.25;
  font-weight: 400;
  display: block;
  position: relative;
  padding: 0 0 0 30px;
  cursor: pointer;
}

.checkbox-privat__text a {
  text-decoration: underline;
  color: #096DD9;
}

.checkbox-privat__text a:hover {
  text-decoration: none;
}

.checkbox-privat__text:before,
.checkbox-privat__text:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}

.checkbox-privat__text:before {
  border-radius: 0px;
  background-color: #F2C167;
  border-radius: 4px;
}

.checkbox-privat__text:after {
  content: '';
  background-image: url('../img/check.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px;
  opacity: 0;
}

.main {
  background-image: url('../img/bg-main.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 150px 0 170px 0;
}

.main__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.main__discr {
  padding-right: 60px;
  padding-left: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.main__subtitle {
  font-size: 33px;
  line-height: 1.18;
  font-weight: 500;
  color: #fff;
}

.main-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.main-form__l {
  width: 50%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 40px 40px 40px 20px;
  background-color: #d03925;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}

.main-form__r {
  width: 50%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 44px 21px 39px 22px;
  background-color: #c7210b;
  margin-top: 42px;
}

.main-form__title {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}

.main-form__amount {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  border: solid 1px #dc6b5c;
  width: 150px;
  padding: 10px 0;
  margin-bottom: 32px;
}

.main-form__btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 44px;
  height: 24px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.main-form__result {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 22px;
  color: #fff;
  font-weight: 400;
  border-left: 1px solid #dc6b5c;
  border-right: 1px solid #dc6b5c;
}

.main-form__checkboxs .credit-checkbox:not(:last-child) {
  margin-bottom: 15px;
}

.main-form .formgroup {
  margin-bottom: 20px;
}

.main-form .formgroup__label {
  font-size: 14px;
  color: #fff;
  opacity: 0.8;
}

.main-form .formgroup input {
  outline: none;
  border: none;
  padding: 16px 14px;
  width: 100%;
  background: -webkit-linear-gradient(top, rgba(199, 33, 11, 0.6), rgba(255, 255, 255, 0.3));
  background: linear-gradient(180deg, rgba(199, 33, 11, 0.6), rgba(255, 255, 255, 0.3));
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid #e33821;
}

.main-form .formgroup input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.main-form .formgroup input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.main-form .formgroup input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.main-form .formgroup input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.main-form .formgroup input::-webkit-outer-spin-button,
.main-form .formgroup input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.main-form__send {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #e33821;
  height: 56px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 28px;
  box-shadow: 0px 6px 27px 0 rgba(0, 0, 0, 0.19);
  background-color: #fff;
  border: none;
  cursor: pointer;
  margin-top: 28px;
  margin-bottom: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.main-form__send:hover {
  background-color: #ec7565;
  color: #fff;
}

.main-form__politics {
  font-size: 12px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}

.main-form__politics a {
  color: #000;
  text-decoration: underline;
}

.main-form__politics a:hover {
  text-decoration: none;
}

.question-refinance {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 110px;
}

.question-refinance__title {
  max-width: 455px;
}

.refinance-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 0;
}

.refinance-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 20px 110px 20px 20px;
  height: 105px;
  box-shadow: 5px 0 24px 0 rgba(0, 0, 0, 0.07);
  position: relative;
  width: calc(100% - 20px);
}

.refinance-item__text {
  font-size: 19px;
  color: #333;
  font-weight: 400;
}

.refinance-item__icon {
  width: 94px;
  height: 94px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #e33821;
  position: absolute;
  top: -9px;
  right: -9px;
}

.question-unite__title {
  margin-bottom: 35px;
}

.question-unite__subtitle {
  margin-bottom: 90px;
}

.question-unite__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.question-unite__action {
  padding-right: 23px;
  text-align: right;
  margin-top: 70px;
}

.question-unite__btn {
  padding: 0 40px;
}

.unite-item {
  padding-left: 13px;
  position: relative;
}

.unite-item:before,
.unite-item:after {
  content: '';
  display: block;
  width: 1px;
  height: 50px;
  background-color: #e33821;
  position: absolute;
}

.unite-item:before {
  left: 0px;
  top: 30px;
}

.unite-item:after {
  left: 6px;
  top: 10px;
}

.unite-item:nth-child(2) {
  margin-top: 30px;
}

.unite-item:nth-child(3) {
  margin-top: 60px;
}

.unite-item:nth-child(4) {
  margin-top: 90px;
}

.unite-item__num {
  font-family: 'Akrobat';
  font-size: 60px;
  font-weight: bold;
  color: #1e1e1e;
  position: relative;
  margin-bottom: 14px;
}

.unite-item__num:before,
.unite-item__num:after {
  content: '';
  display: block;
  position: absolute;
}

.unite-item__num:before {
  width: 82px;
  height: 82px;
  background-color: #e8e8e8;
  z-index: -1;
  top: 40px;
  left: 0;
}

.unite-item__num:after {
  width: 12px;
  height: 12px;
  background-color: #e33821;
  z-index: -1;
  top: 34px;
  left: 76px;
}

.unite-item__text {
  font-size: 17px;
  line-height: 1.4;
  font-weight: 500;
  color: #1e1e1e;
  text-transform: uppercase;
  padding-left: 40px;
}

.program-refinance {
  background-image: url('../img/program-refinance.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.program-refinance__title {
  max-width: 790px;
  margin-bottom: 110px;
}

.program-refinance__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding-left: 20px;
}

.program-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.program-item:before,
.program-item:after {
  content: '';
  display: block;
  position: absolute;
  background-color: #d03925;
  width: 1px;
}

.program-item:before {
  height: 35px;
  left: 20px;
  bottom: 100%;
}

.program-item:after {
  height: 25px;
  left: 30px;
  bottom: 100%;
}

.program-item__border {
  position: absolute;
  z-index: 3;
  border: 1px solid #717575;
  top: -15px;
  left: -10px;
  width: 100%;
  height: 100%;
}

.program-item__inner {
  padding: 30px 40px 40px 20px;
  background-color: #d03925;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 20px;
}

.program-item__img {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.program-item__title {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}

.program-item__text {
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  opacity: 0.8;
}

.calculate {
  margin-bottom: 110px;
}

.calculate__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.calculate__discr {
  padding-right: 30px;
}

.calculate__title {
  margin-bottom: 40px;
}

.calculate__img {
  position: relative;
  z-index: 3;
}

.calculate__img img {
  width: 100%;
}

.calculate-quiz {
  width: 780px;
  max-width: 100%;
  box-shadow: 0px 6px 24px 0 rgba(0, 0, 0, 0.11);
  margin-top: -180px;
  position: relative;
  background-color: #fff;
  z-index: 5;
  padding: 50px 30px;
}

.calc-form {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px 20px;
  margin-bottom: 20px;
}

.calc-form .formgroup {
  margin-bottom: 0;
}

.calc-form input {
  width: 100%;
  height: 56px;
  padding: 0 25px;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  box-shadow: 6px 0 24px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border: none;
  outline: none;
  font-weight: 500;
  color: #333;
}

.calc-form input::-webkit-input-placeholder {
  color: #888;
}

.calc-form input:-ms-input-placeholder {
  color: #888;
}

.calc-form input::-ms-input-placeholder {
  color: #888;
}

.calc-form input::placeholder {
  color: #888;
}

.refinance-allows {
  margin-bottom: 100px;
}

.refinance-allows__title {
  max-width: 840px;
  margin-bottom: 90px;
}

.refinance-allows__inner {
  display: grid;
  grid-template-columns: 3fr 1fr;
  -webkit-box-align: start;
  -webkit-align-items: start;
  align-items: start;
  gap: 0px;
}

.refinance-allows__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.refinance-allows__img {
  box-shadow: 0px 2px 18px 0 rgba(0, 0, 0, 0.16);
}

.refinance-allows__img img {
  display: block;
}

.ref-allows {
  position: relative;
  padding-left: 22px;
}

.ref-allows:nth-child(2) {
  margin-top: 30px;
}

.ref-allows:nth-child(3) {
  margin-top: 60px;
}

.ref-allows:nth-child(5) {
  margin-top: 30px;
}

.ref-allows:before,
.ref-allows:after {
  content: '';
  display: block;
  width: 1px;
  height: 50px;
  background-color: #e33821;
  position: absolute;
}

.ref-allows:before {
  left: 0px;
  top: -5px;
}

.ref-allows:after {
  left: 6px;
  top: -10px;
}

.ref-allows__icon {
  position: relative;
  margin-bottom: 20px;
}

.ref-allows__icon:before,
.ref-allows__icon:after {
  content: '';
  display: block;
  position: absolute;
}

.ref-allows__icon:before {
  width: 82px;
  height: 82px;
  background-color: #e8e8e8;
  z-index: -1;
  top: 28px;
  left: -5px;
}

.ref-allows__icon:after {
  width: 12px;
  height: 12px;
  background-color: #e33821;
  z-index: -1;
  top: 24px;
  left: 71px;
}

.ref-allows__title {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: bold;
  color: #1e1e1e;
}

.ref-allows__subtitle {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 500;
  color: #e33821;
  margin-bottom: 10px;
}

.ref-allows__text {
  font-size: 14px;
  line-height: 1.36;
  color: #656565;
  max-width: 220px;
}

.calc-example__title {
  margin-bottom: 100px;
}

.calc-example__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 32px;
}

.example {
  width: 552px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  box-shadow: 2px 0 24px 0 rgba(0, 0, 0, 0.07);
  position: relative;
  z-index: 5;
}

.example--before {
  background-color: #fef5f4;
}

.example--before .example__footer-price {
  color: #e23824;
}

.example--after {
  background-color: #f2fbf7;
}

.example--after .example__footer-price {
  color: #00aa5c;
}

.example--after .example__btn {
  background-color: #00aa5c;
  box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
}

.example--after .example__btn:hover {
  background-color: #007740;
}

.example__inner {
  padding: 25px;
  background-color: #fff;
}

.example__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 25px;
}

.example__icon {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background-color: #f0f0f0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 30px;
}

.example__title {
  font-size: 24px;
  color: #333;
  font-weight: 600;
}

.example__text {
  font-size: 16px;
  color: #919191;
  line-height: 1.5;
  margin-bottom: 30px;
}

.example__list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.example__list li:not(:last-child) {
  margin-bottom: 5px;
}

.example__list-text {
  font-size: 16px;
  font-weight: 500;
  color: #292929;
}

.example__list-text b {
  white-space: nowrap;
}

.example__list-dotted {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  border-bottom: 1px dashed #ddd;
}

.example__footer {
  padding: 25px;
}

.example__footer-title {
  font-size: 15px;
  font-weight: 500;
  color: #3c3c3c;
  margin-bottom: 15px;
}

.example__footer-price {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 30px;
}

.example__btn {
  padding: 20px 44px;
  background-color: #c5210b;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.65px;
  max-width: 100%;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.example__btn:hover {
  background-color: #951908;
}

.how-combine {
  background-image: url('../img/how-combine.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.how-combine__title {
  max-width: 720px;
}

.how-combine__action {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 30px 30px;
  margin-top: 55px;
}

.how-combine__action-text {
  font-size: 14px;
  line-height: 1.7;
  color: #fff;
  max-width: 410px;
}

.how-combine__btn {
  padding: 0 30px;
}

.combine-red {
  background-color: #d03925;
  padding: 50px 0 60px 0;
  margin-top: 45px;
}

.combine-red .combine {
  padding-right: 50px;
}

.combine {
  width: calc(100% - 60px);
  margin: 0 auto;
}

.combine__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 40px;
}

.combine__icon {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  border: 1px solid #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 25px;
}

.combine__title {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}

.combine__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.combine__price {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 15px;
}

.combine__text {
  font-size: 16px;
  font-weight: 500;
  color: #d4d4d4;
}

.combine__sign {
  font-size: 72px;
  font-weight: 300;
  color: #fff;
}

.combine__summ {
  position: relative;
}

.combine__summ-text {
  font-size: 14px;
  color: #b1b1b1;
  left: 0;
  position: absolute;
  bottom: 100%;
}

.combine__summ-sum {
  font-size: 80px;
  font-weight: 500;
  color: #fff;
}

.faith {
  display: grid;
  grid-template-columns: 1.06fr 1fr;
  gap: 30px 0px;
  margin-bottom: 110px;
}

.faith__img {
  position: relative;
  z-index: 5;
}

.faith__img img {
  display: block;
  width: 100%;
}

.faith__inner {
  padding-left: 20px;
}

.faith__title {
  margin-bottom: 35px;
}

.faith__title:before {
  left: -17px;
}

.faith__text {
  margin-bottom: 45px;
}

.expert-form {
  max-width: 600px;
}

.expert-form__title {
  font-size: 24px;
  line-height: 1.13;
  color: #333;
  margin-bottom: 35px;
}

.expert-form__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 20px;
}

.expert-form .formgroup {
  margin-bottom: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}

.expert-form .formgroup input {
  height: 56px;
  box-shadow: 6px 0 24px 0 rgba(0, 0, 0, 0.1);
  border: none;
  padding: 0 26px;
  outline: none;
}

.expert-form__btn {
  padding: 0 16px;
}

.expert-form__politics {
  font-size: 13px;
  color: #888;
}

.expert-form__politics a {
  color: #c7210b;
  text-decoration: underline;
}

.expert-form__politics a:hover {
  text-decoration: none;
}

.free {
  position: relative;
  margin-bottom: 200px;
}

.free__box {
  width: calc(100% - 44px);
  padding: 45px 35px;
  box-shadow: 0px 6px 24px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  position: relative;
  z-index: 2;
}

.free__title {
  font-size: 42px;
  line-height: 0.86;
  font-weight: 600;
  color: #333;
  margin-bottom: 55px;
}

.free__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -7.5px;
  margin-right: -7.5px;
  gap: 70px 0;
}

.free__item {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 7.5px;
  margin-right: 7.5px;
  width: calc(33.333333333333336% - 15px);
  padding-left: 15px;
  position: relative;
}

.free__item:before,
.free__item:after {
  content: '';
  display: inline-block;
  position: absolute;
}

.free__item:before {
  background-color: #ededed;
  width: 50px;
  height: 50px;
  left: 0;
  top: -18px;
}

.free__item:after {
  background-color: #e33821;
  width: 13px;
  height: 13px;
  left: -6px;
  top: -23px;
}

.free__item:last-child {
  width: calc(66.66666666666667% - 15px);
}

.free__name {
  font-size: 15px;
  font-weight: 500;
  color: #3b3b3b;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}

.free__contact {
  width: 500px;
  height: 330px;
  background-color: #d03925;
  position: absolute;
  bottom: -120px;
  right: 0px;
  z-index: 0;
  padding: 30px 44px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.free__tel {
  font-size: 36px;
  font-weight: 800;
  color: #fff;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 12px;
}

.free__tel:hover {
  text-decoration: underline;
}

.free__note {
  font-size: 16px;
  color: #ddb9b4;
  text-align: right;
}

.partners__title {
  max-width: 860px;
  margin-bottom: 30px;
}

.partners__subtitle {
  margin-bottom: 70px;
}

.partners__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 65px 30px;
}

.partners__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.our-task {
  background-image: url('../img/bt-task.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 95px 0 80px 0;
}

.our-task__title {
  margin-bottom: 35px;
}

.our-task__subtitle {
  margin-bottom: 40px;
}

.our-task__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 0;
}

.our-task__img {
  position: relative;
}

.our-task__btn a {
  padding: 0 40px;
}

.task-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 40px;
  margin-bottom: 60px;
}

.task-list__item {
  padding-left: 13px;
  position: relative;
}

.task-list__item:before,
.task-list__item:after {
  content: '';
  display: block;
  position: absolute;
}

.task-list__item:before {
  width: 82px;
  height: 82px;
  background-image: -webkit-linear-gradient(top, #e33821, #e33821);
  background-image: linear-gradient(to bottom, #e33821, #e33821);
  z-index: 0;
  top: 35px;
  left: 13px;
  opacity: 0.3;
}

.task-list__item:after {
  width: 12px;
  height: 12px;
  background-color: #e33821;
  z-index: 0;
  top: 29px;
  left: 89px;
}

.task-list__num {
  font-family: 'Akrobat';
  font-size: 60px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  padding-left: 10px;
  position: relative;
  margin-bottom: 20px;
}

.task-list__num:before,
.task-list__num:after {
  content: '';
  display: block;
  width: 1px;
  height: 50px;
  background-color: #e33821;
  position: absolute;
}

.task-list__num:before {
  left: -13px;
  top: 20px;
}

.task-list__num:after {
  left: -7px;
  top: 7px;
}

.task-list__text {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  position: relative;
  z-index: 5;
  padding-left: 26px;
}

.founder {
  position: absolute;
  right: 0;
  bottom: -80px;
}

.founder__info {
  position: absolute;
  color: #c3c3c3;
  text-align: right;
  top: 80px;
  right: 260px;
  width: 180px;
  z-index: 3;
}

.founder__line {
  position: absolute;
  top: 28px;
  right: -32px;
}

.founder__name {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

.founder__position {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.7;
}

.founder__bg {
  width: 292px;
  height: 568px;
  background-image: -webkit-linear-gradient(top, #e33821, #e33821);
  background-image: linear-gradient(to bottom, #e33821, #e33821);
  position: absolute;
  bottom: 35px;
  right: 0;
  opacity: 0.3;
}

.founder__img {
  position: relative;
  z-index: 3;
}

.founder__img img {
  height: 639px;
  display: block;
  margin-left: auto;
}

.without-prepayment {
  position: relative;
  max-width: 780px;
  margin-top: 80px;
  margin-left: auto;
}

.without-prepayment__img {
  position: absolute;
  top: -80px;
  z-index: 2;
  left: -350px;
}

.without-prepayment__img img {
  display: block;
}

.without-prepayment__border {
  position: absolute;
  border: solid 1px rgba(227, 56, 33, 0.24);
  width: 100%;
  height: 100%;
  top: -15px;
  right: -15px;
}

.without-prepayment__border2 {
  position: absolute;
  border: solid 1px #e33821;
  width: 58px;
  height: 58px;
  left: -20px;
  bottom: -20px;
  z-index: -1;
  opacity: 0.2;
}

.without-prepayment__inner {
  box-shadow: 0px 6px 24px 0 rgba(0, 0, 0, 0.11);
  background-color: #fff;
  padding: 50px 30px 60px 235px;
  position: relative;
  z-index: 1;
}

.without-prepayment__inner::before {
  content: '';
  width: 13px;
  height: 13px;
  background-color: #e33821;
  position: absolute;
  left: -6px;
  bottom: -5px;
  box-sizing: border-box;
}

.without-prepayment__title {
  margin-bottom: 35px;
}

.without-prepayment__title b {
  display: block;
}

.without-prepayment__text {
  padding: 25px 15px;
  border: dashed 1px #e33821;
  margin-bottom: 40px;
}

.without-prepayment__btn a {
  padding: 0 65px;
}

.secrets {
  display: grid;
  grid-template-columns: 1fr 1fr;
  display: none;
}

.secrets__inner {
  padding-left: 20px;
}

.secrets__img img {
  width: 100%;
  display: block;
}

.secrets__title {
  margin-bottom: 45px;
}

.secrets__text {
  margin-bottom: 50px;
}

.secret-form {
  max-width: 520px;
}

.secret-form__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.13;
  color: #333;
  margin-bottom: 30px;
}

.secret-form__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 20px;
}

.secret-form .formgroup {
  margin-bottom: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}

.secret-form .formgroup input {
  height: 56px;
  box-shadow: 6px 0 24px 0 rgba(0, 0, 0, 0.1);
  border: none;
  padding: 0 26px;
  outline: none;
}

.secret-form__btn {
  padding: 0 35px;
}

.secret-form__politics {
  font-size: 13px;
  color: #888;
}

.secret-form__politics a {
  color: #c7210b;
  text-decoration: underline;
}

.secret-form__politics a:hover {
  text-decoration: none;
}

.pay-less {
  background-image: url('../img/pay-less.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.pay-less__title {
  margin-bottom: 110px;
}

.pay-less__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  padding-left: 20px;
}

.pay-less__item {
  padding: 30px 20px 40px;
  background-color: #d03925;
  color: #f9f9f9;
  position: relative;
}

.pay-less__item:before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -8px;
  top: -20px;
  border: 1px solid #fff;
  opacity: 0.24;
}

.pay-less__num {
  font-size: 51px;
  line-height: 0.5;
  font-weight: 800;
  margin-bottom: 30px;
}

.pay-less__num:before,
.pay-less__num:after {
  content: '';
  width: 1px;
  bottom: 100%;
  background-color: #e33821;
  position: absolute;
}

.pay-less__num:before {
  height: 45px;
  left: 10px;
}

.pay-less__num:after {
  height: 35px;
  left: 18px;
  bottom: 100%;
}

.pay-less__text {
  font-size: 14px;
  color: #f9f9f9;
  line-height: 1.36;
}

.how {
  display: grid;
  grid-template-columns: 1fr 3fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 145px;
}

.how__title {
  margin-bottom: 0;
}

.how__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.how__item {
  padding: 16px 90px 16px 25px;
  font-size: 19px;
  line-height: 1.26;
  color: #333;
  box-shadow: 5px 0 24px 0 rgba(0, 0, 0, 0.07);
  border: solid 1px #fff;
  background-color: #fff;
  margin-right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}

.how__item:before,
.how__item:after {
  content: '';
  position: absolute;
}

.how__item:before {
  width: 80px;
  height: 80px;
  background-color: #e33821;
  right: -8px;
  top: -5px;
}

.how__item:after {
  width: 50px;
  height: 50px;
  background-image: url('../img/circle-check.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: 6px;
  top: 9px;
}

.refinance {
  position: relative;
  margin-bottom: 70px;
}

.refinance__border {
  position: absolute;
  top: -17px;
  left: -17px;
  width: 100%;
  height: 100%;
  border: 1px solid #e33821;
  opacity: 0.3;
}

.refinance__box {
  box-shadow: 0px 6px 24px 0 rgba(0, 0, 0, 0.11);
  background-color: #fff;
  padding: 30px 50px;
  width: calc(100% - 280px);
  position: relative;
  z-index: 10;
}

.refinance__discr {
  position: relative;
}

.refinance__img {
  width: 293px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  box-shadow: 0px 2px 21px 0 rgba(0, 0, 0, 0.11);
  z-index: 11;
}

.refinance__img img {
  width: 100%;
  display: block;
}

.refinance__title {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.33;
  color: #333;
  margin-bottom: 30px;
}

.refinance__text {
  margin-bottom: 40px;
}

.refinance__btn {
  padding: 0 30px;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  section:before,
  section:after {
    display: none;
  }

  .line {
    display: none;
  }

  .h1 {
    font-size: 72px;
  }

  .h2 {
    font-size: 36px;
  }

  .header__inner {
    padding-left: 0;
  }

  .main__inner {
    grid-template-columns: 1fr 1.4fr;
  }

  .main__discr {
    padding-left: 0;
  }

  .question-unite__action {
    padding-right: 0;
  }

  .program-refinance__inner {
    padding-left: 0;
  }

  .refinance-allows__inner {
    gap: 30px;
  }

  .example {
    width: calc(50% - 15px);
  }

  .faith {
    grid-template-columns: 1fr 1fr;
    gap: 30px 15px;
  }

  .faith__title:before {
    left: 0;
  }

  .secrets {
    gap: 30px;
  }

  .pay-less {
    padding-left: 0;
  }

  .pay-less__list {
    padding-left: 0;
  }

  .refinance__border {
    top: -10px;
    left: -10px;
  }
}

@media screen and (max-width: 991px) {
  section {
    padding: 60px 0;
  }

  .h1 {
    font-size: 50px;
  }

  .h2 {
    font-size: 32px;
  }

  .footer__tell {
    margin-bottom: 0;
  }

  .footer-nav {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    width: 200px;
  }

  .footer-nav__item:first-child {
    padding-right: 0px;
    border-right: 0;
  }

  .footer-nav__item:last-child {
    padding-left: 0px;
  }

  .main__inner {
    grid-template-columns: 1fr 2fr;
  }

  .main__discr {
    padding-right: 30px;
  }

  .main__subtitle {
    font-size: 24px;
  }

  .question-refinance {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 60px;
  }

  .refinance-item {
    height: 80px;
  }

  .refinance-item__icon img {
    width: 60%;
  }

  .refinance-item__icon {
    width: 80px;
    height: 80px;
  }

  .question-unite__subtitle {
    margin-bottom: 50px;
  }

  .unite-item__num {
    font-size: 42px;
  }

  .unite-item__num:before {
    top: 30px;
  }

  .unite-item__num:after {
    top: 26px;
  }

  .unite-item__text {
    font-size: 14px;
  }

  .program-refinance__title {
    margin-bottom: 60px;
  }

  .program-item__inner {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px;
  }

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

  .program-item__img img {
    width: 50px;
  }

  .calculate {
    margin-bottom: 60px;
  }

  .calculate-quiz {
    margin-top: -100px;
    width: 95%;
  }

  .refinance-allows {
    margin-bottom: 60px;
  }

  .refinance-allows__title {
    margin-bottom: 50px;
  }

  .refinance-allows__inner {
    grid-template-columns: 1fr;
  }

  .refinance-allows__img {
    display: none;
  }

  .ref-allows__icon:before {
    top: 30px;
  }

  .ref-allows__icon:after {
    top: 26px;
  }

  .calc-example__title {
    margin-bottom: 50px;
  }

  .example__icon {
    width: 50px;
    height: 50px;
  }

  .example__icon img {
    width: 50%;
  }

  .example__list-text {
    font-size: 15px;
  }

  .example__footer-price {
    font-size: 36px;
  }

  .example__btn {
    padding: 20px 20px;
  }

  .combine-red .combine {
    padding-right: 30px;
  }

  .combine__head {
    margin-bottom: 30px;
  }

  .combine__icon {
    width: 40px;
    height: 40px;
  }

  .combine__icon img {
    width: 40%;
  }

  .combine__title {
    font-size: 22px;
  }

  .combine__price {
    font-size: 24px;
  }

  .combine__text {
    font-size: 14px;
  }

  .combine__sign {
    font-size: 42px;
  }

  .combine__summ-sum {
    font-size: 38px;
  }

  .faith {
    grid-template-columns: 1fr;
    margin-bottom: 60px;
  }

  .faith__img {
    display: none;
  }

  .free__title {
    font-size: 28px;
  }

  .free__name {
    font-size: 14px;
  }

  .free__contact {
    right: -15px;
  }

  .free__tel {
    font-size: 32px;
  }

  .our-task {
    padding-bottom: 0;
  }

  .our-task__inner {
    grid-template-columns: 1fr;
  }

  .task-list__item:before {
    top: 30px;
  }

  .task-list__item:after {
    top: 26px;
  }

  .founder {
    position: relative;
    width: 400px;
    bottom: 0;
    margin: 0 auto;
  }

  .secrets {
    grid-template-columns: 1fr;
  }

  .secrets__img {
    display: none;
  }

  .how {
    grid-template-columns: 1fr;
    margin-bottom: 60px;
  }

  .how__title {
    margin-bottom: 30px;
  }

  .refinance {
    margin-bottom: 0;
  }

  .refinance__title {
    font-size: 28px;
  }
}

@media screen and (max-width: 769px) {
  .logo-header__text {
    display: none;
  }

  .footer__inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer__cards {
    text-align: center;
    margin-top: 30px;
  }

  .logo-footer {
    width: 180px;
  }

  .logo-footer__text {
    text-align: center;
  }

  .footer-nav {
    width: 100%;
  }

  .footer-nav__item {
    width: 100%;
  }

  .popup .mfp-close {
    right: 0;
    top: 0;
  }

  .main {
    padding: 150px 0 80px 0;
  }

  .main__inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .question-unite__items {
    grid-template-columns: repeat(2, 1fr);
  }

  .program-item__inner {
    padding: 30px 15px;
  }

  .program-item__img img {
    width: 40px;
  }

  .calculate__inner {
    grid-template-columns: 1fr;
  }

  .calculate__discr {
    padding-right: 0;
  }

  .calculate__img {
    display: none;
  }

  .calculate-quiz {
    margin-top: 30px;
    width: 100%;
  }

  .calc-form {
    grid-template-columns: 1fr;
  }

  .calc-example__inner {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .example {
    width: 552px;
    max-width: 100%;
  }

  .how-combine__action {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .how-combine__action-text {
    text-align: center;
  }

  .combine-red .combine {
    padding-right: 0;
  }

  .combine {
    width: 100%;
    padding: 0 15px;
  }

  .combine__head {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .combine__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

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

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

  .combine__summ-text {
    position: static;
  }

  .free__item {
    width: calc(50% - 15px);
  }

  .free__item:last-child {
    width: calc(100% - 15px);
  }

  .secret-form__title {
    font-size: 24px;
    margin-bottom: 25px;
  }

  .pay-less__title {
    margin-bottom: 50px;
  }

  .pay-less__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .pay-less__num {
    font-size: 36px;
  }

  .how__list {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .how__item {
    font-size: 16px;
    padding: 16px 60px 16px 25px;
  }

  .how__item:before {
    width: 60px;
    height: 60px;
  }

  .how__item:after {
    width: 40px;
    height: 40px;
    right: 3px;
    top: 6px;
  }

  .refinance__box {
    width: 100%;
  }

  .refinance__img {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .h1 {
    font-size: 32px;
  }

  .h2 {
    font-size: 24px;
  }

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

  .btn-tell {
    font-size: 14px;
    width: auto;
    padding: 0 10px;
    height: 40px;
  }

  .btn-tell img {
    width: 20px;
  }

  .header {
    padding: 10px 0;
  }

  .logo-header__img {
    width: 120px;
  }

  .popup__img {
    display: none;
  }

  .popup__discr {
    padding: 30px 15px;
  }

  .main__subtitle {
    font-size: 18px;
  }

  .main-form {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 340px;
    margin: 0 auto;
  }

  .main-form__l {
    width: 100%;
  }

  .main-form__r {
    width: 100%;
    margin-top: 0px;
  }

  .question-refinance {
    margin-bottom: 60px;
  }

  .refinance-items {
    grid-template-columns: 1fr;
  }

  .refinance-item {
    height: 60px;
    margin-right: 10px;
  }

  .refinance-item__text {
    font-size: 17px;
  }

  .refinance-item__icon img {
    width: 50%;
  }

  .refinance-item__icon {
    width: 60px;
    height: 60px;
  }

  .question-unite__action {
    text-align: center;
  }

  .unite-item:nth-child(3) {
    margin-top: 0;
  }

  .unite-item:nth-child(4) {
    margin-top: 30px;
  }

  .unite-item__num {
    font-size: 32px;
  }

  .unite-item__num:before {
    top: 20px;
  }

  .unite-item__num:after {
    top: 14px;
  }

  .unite-item__text {
    padding-left: 20px;
  }

  .program-refinance__inner {
    grid-template-columns: 1fr;
  }

  .program-item__inner {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .program-item__img {
    width: 50px;
  }

  .program-item__title {
    margin-bottom: 10px;
  }

  .calculate__title {
    margin-bottom: 0px;
  }

  .calculate-quiz {
    padding: 30px 15px;
  }

  .refinance-allows__items {
    grid-template-columns: repeat(2, 1fr);
  }

  .ref-allows:nth-child(3) {
    margin-top: 0;
  }

  .ref-allows:nth-child(4) {
    margin-top: 30px;
  }

  .ref-allows:nth-child(5) {
    margin-top: 00px;
  }

  .ref-allows__icon {
    margin-bottom: 15px;
  }

  .ref-allows__icon img {
    width: 40px;
  }

  .ref-allows__icon:before {
    top: 20px;
  }

  .ref-allows__icon:after {
    top: 14px;
  }

  .ref-allows__title {
    font-size: 15px;
  }

  .ref-allows__subtitle {
    font-size: 15px;
  }

  .example__inner {
    padding: 20px 15px;
  }

  .example__head {
    margin-bottom: 15px;
  }

  .example__icon {
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }

  .example__title {
    font-size: 20px;
  }

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

  .example__footer {
    padding: 20px 15px;
  }

  .example__footer-price {
    margin-bottom: 15px;
  }

  .example__btn {
    padding: 20px 10px;
    width: 100%;
  }

  .how-combine__btn {
    padding: 0 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }

  .combine__icon {
    width: 30px;
    height: 30px;
    margin-right: 15px;
  }

  .expert-form__title {
    font-size: 20px;
    margin-bottom: 25px;
  }

  .expert-form__inner {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .expert-form .formgroup {
    margin-bottom: 20px;
  }

  .expert-form__btn {
    width: 100%;
  }

  .free__box {
    width: 100%;
  }

  .free__row {
    gap: 20px 0;
  }

  .free__item {
    width: calc(100% - 15px);
  }

  .free__item {
    height: 50px;
  }

  .free__contact {
    width: 100%;
    padding: 20px 15px;
    bottom: -100px;
  }

  .free__tel {
    font-size: 22px;
  }

  .free__tel img {
    width: 20px;
  }

  .free__note {
    font-size: 14px;
  }

  .partners__subtitle {
    margin-bottom: 50px;
  }

  .partners__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }

  .our-task__btn a {
    padding: 0 20px;
  }

  .our-task__btn {
    text-align: center;
  }

  .task-list {
    grid-template-columns: 1fr;
  }

  .task-list__item:before {
    top: 20px;
  }

  .task-list__item:after {
    top: 14px;
  }

  .task-list__num {
    font-size: 40px;
    margin-bottom: 10px;
  }

  .task-list__text {
    font-size: 14px;
  }

  .founder {
    width: 290px;
  }

  .founder__info {
    top: 40px;
    right: 158px;
  }

  .founder__position {
    font-size: 13px;
    line-height: 1.5;
  }

  .founder__bg {
    width: 200px;
    height: 360px;
  }

  .founder__img img {
    height: 400px;
  }

  .without-prepayment {
    margin-top: 0;
  }

  .without-prepayment__img {
    display: none;
  }

  .without-prepayment__inner {
    padding: 30px 15px;
  }

  .without-prepayment__btn {
    text-align: center;
  }

  .secrets__title {
    margin-bottom: 25px;
  }

  .secret-form__title {
    font-size: 20px;
  }

  .secret-form__inner {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .secret-form .formgroup {
    margin-bottom: 20px;
  }

  .secret-form__btn {
    width: 100%;
  }

  .pay-less__list {
    grid-template-columns: 1fr;
  }

  .how__list {
    grid-template-columns: 1fr;
  }

  .refinance__box {
    padding: 30px 15px;
  }

  .refinance__title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
  }

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