@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Roboto:wght@300;500;900&display=swap");

@import url("https://fonts.cdnfonts.com/css/geometria");

@import url("https://fonts.googleapis.com/css2?family=Danfo&family=Manrope:wght@200..800&family=Roboto:wght@300;500;900&display=swap");

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: "Manrope", sans-serif;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
}

ul {
  list-style: none;
}

label {
  margin-bottom: 0;
}

:root {
  --main-blue: #003d64;
}

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

.header_wrapper {
  display: flex;
  justify-content: space-between;
  height: 84px;
  align-items: center;
}

section {
  padding: 60px 0;
}

.colour {
  background: radial-gradient(67.26% 92.57% at 100% 0%,
      #9ad7ff 0%,
      #ffffff 54%,
      #27d9ff 100%);
}

.header_left {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 52px;
}

.header_right {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}

.navigation_list {
  margin-bottom: 0 !important;
  display: flex;
  gap: 24px;
}

.burger_menu_items {
  left: -237px;
  padding: 24px;
  position: absolute;
  background-color: #eff2f6;
  border-radius: 12px;
  border-top-right-radius: 0;
  box-shadow: 0px 5px 17px rgb(99, 99, 99);
  margin-top: 24px;
  animation-duration: 0.5s;
  animation-name: burgerOpacity0;
  opacity: 0;
  display: none;
}

.easy_h1 {
  color: var(--main-blue);
  font-size: 36px;
  font-weight: 700;
  line-height: 45.29px;
}

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

.easy_open .qulay_h3 {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.13px;
  text-align: center;
}

.callBackForm_wrapper {
  background-color: #eff2f6;
  padding: 64px 96px;
  border-radius: 12px;
  margin-bottom: 120px;
}

.callBackForm_title {
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  color: var(--main-blue);
  line-height: 127%;
  font-family: "Geometria", sans-serif;
}

.callBackForm_subtitle {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: var(--main-blue);
  margin-top: 6px;
  line-height: 125%;
  font-family: "Geometria", sans-serif;
}

.callBackForm {
  margin-top: 24px;
}

.callBackForm_wrapper input {
  border: 1px solid #e6e8ec33;
  color: rgb(0, 0, 0);
  font-weight: 600;
}

.callBackForm_wrapper label {
  color: var(--main-blue);
}

.callBackForm .form_content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  row-gap: 24px;
  column-gap: 32px;
}

.callBackForm_text {
  font-size: 14px;
  font-weight: 400;
  color: rgba(10, 30, 50, 0.6);
}

.deposit_calc button {
  background-color: var(--main-blue);
  color: white;
  padding: 12px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-radius: 10000px;
  grid-column: 1/3;
}

.gtk_h1 {
  color: var(--main-blue);
  font-family: Manrope;
  font-size: 42px;
  font-weight: 500;
  line-height: 58.8px;
}

.gtk_btn {
  background-color: var(--main-blue);
  padding: 6px 33px 6px 33px;
  gap: 10px;
  border-radius: 42px;
  opacity: 0px;
  color: #fff;
  border: none;
  margin-top: 26px;
  margin-bottom: 73px;
}

.gtk_h3 {
  color: var(--main-blue);
  font-family: Manrope;
  font-size: 26px;
  font-weight: 600;
  line-height: 32.5px;
  max-width: 100%;
}

.gtk_p {
  color: rgba(10, 30, 50, 0.8);
  font-family: Manrope;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.01em;
}

.gtk_block {
  display: flex;
  gap: 40px;
  margin-top: 35px;
}

.gtk_main_content {
  display: flex;
  gap: 63px;
  flex-direction: column;
  gap: 42px;
}

.block {
  display: flex;
  gap: 56px;
  align-items: center;
}

.gtk_big_text {
  display: flex;
  gap: 63px;
}

.good_to_know hr {
  margin-block: 72px;
}

.qulay_h1 {
  color: var(--main-blue);
  font-family: "Geometria", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 125%;
  text-align: left;
  max-width: 575px;
}

.red {
  color: red;
  font-weight: inherit;
  font-size: inherit;
}

.block_text .red {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
}

.qulay_h2 {
  color: var(--main-blue);
  font-family: "Geometria", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.13px;
  text-align: left;
  max-width: 393px;
  margin-top: 14px;
  margin-bottom: 36px;
}

.qulay_btn {
  background-color: var(--main-blue);
  padding: 16px 24px 16px 24px;
  border-radius: 90px;
  border: none;
  font-family: "Geometria", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20.13px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.qulay_blocks {
  margin-top: 16px;
  display: flex;
  gap: 16px;
  /* flex-wrap: wrap; */
  justify-content: center;
}

.qulay_block {
  background: rgba(239, 242, 246, 1);
  padding: 32px;
  border-radius: 12px;
  max-width: 362px;
}

.qulay_h3 {
  color: var(--main-blue);
  font-size: 18px;
  font-weight: 700;
  line-height: 22.64px;
  text-align: left;
  margin-top: 16px;
}

.qulay_p {
  color: rgba(119, 126, 144, 1);
  font-family: Manrope;
  font-size: 12px;
  font-weight: 500;
  line-height: 16.39px;
  text-align: left;
  margin-top: 8px;
}

.qulay_block_easy {
  background-color: #fff;
  padding: 15px;
  border-radius: 12px;
  max-width: 362px;
  border: 1px solid rgba(239, 242, 246, 1);
  align-items: center;
}

.deposit_application {
  background-color: #eff2f6;
}

.section_title {
  font-family: "Geometria", sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: var(--main-blue);
}

.redText {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: #ea0000;
}

.deposit_calc .deposit_calc-first {
  padding: 48px;
  background-color: #ffffff;
  border-radius: 8px;
}

.deposit_calc-first_title {
  font-size: 24px;
  font-weight: 500;
  color: var(--main-blue);
}

.deposit_calc-first_subtitle {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #0a1e3299;
}

.block_head {
  font-size: 14px;
  font-weight: 500;
  color: #0a1e3299;
}

.block_head_special {
  font-size: 14px;
  font-weight: 500;
  color: #0a1e3299;
  margin-top: 8px;
  margin-bottom: 24px;
}

.block_head_special_second {
  font-size: 14px;
  font-weight: 500;
  color: #0a1e3299;
}

.just_text {
  grid-column: 1/3;
}

.choose_method-wrapper {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.choose_method-wrapper label {
  position: relative;
}

.choose_method-wrapper input {
  position: absolute;
  opacity: 0;
}

.choose_method-block {
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 500;
  color: var(--main-blue);
  line-height: normal;
  border: 1px solid var(--main-blue);
  border-radius: 100px;
  cursor: pointer;
}

.choose_method-wrapper input:checked+div.choose_method-block {
  background-color: var(--main-blue);
  color: #ffffff;
}

.deposit_calc {
  margin-top: 8px;
  margin-top: 32px;
  display: flex;
  gap: 16px;
}

form input:disabled {
  background-color: #f0f0f0;
}

form input:focus-visible {
  outline: none;
}

form .colorBlue {
  background-color: var(--main-blue);
  color: white;
  padding: 12px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-radius: 10000px;
  font-weight: 700;
  margin-top: 16px;
}

.colorBlue {
  background-color: var(--main-blue);
  color: white;
  padding: 12px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-radius: 10000px;
  font-weight: 700;
}

.colorBlue_small {
  max-width: max-content;
}

.focused_form-elem:focus-visible {
  outline: none;
  box-shadow: 0px 6px 15px 0px gray;
}

.steart_to_end {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  color: #b1b3b3;
  margin-top: 8px;
}

.apply_online {
  background-color: #eff2f6;
}

.apply_h1 {
  color: var(--main-blue);
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 32px;
}

.microloan_bank {
  background-color: #fff;
  border-radius: 12px;
  padding: 33px;
}

.microloan_text {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: var(--main-blue);
}

.microloan_h3 {
  color: var(--Main-Blue, var(--Main-Blue, #003d64));
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: inline-flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 1000px;
  background-color: #f4f5f6;
  margin-top: 16px;
  margin-bottom: 32px;
}

.bank_img {
  width: 42.667px;
  height: 42.667px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form_title {
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 0%;
  text-align: center;
  color: #00305F;
}

.form_inputs {
  margin-top: 36px;
}

.form_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.my_form-group label {
  color: rgba(10, 30, 50, 0.6);
  font-family: "Manrope", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.my_form-group label.warning {
  margin-bottom: 0px;
  color: red;
}

.form_input_wrapper+.form_input_wrapper {
  margin-top: 10px;
}

.form_input_text {
  margin-top: 10px;
  font-weight: 400;
  font-size: 12px;
  color: #6F8BA7;
}

form input,
form select {
  width: 100%;
  padding: 14px 21px;
  border-radius: 8px;
  box-shadow: none;
  border: none;
}

form input:disabled {
  background-color: #f0f0f0;
}

form button {
  background-color: var(--main-blue);
  color: white;
  padding: 12px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-radius: 10000px;
}

form button:hover {
  background-color: var(--main-blue);
}

.microloan_text {
  color: var(--main-blue);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.microloan {
  display: grid;
  grid-template-columns: auto 457px;
  grid-template-rows: max-content;
  gap: 16px;
}

.microloan_joyda {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 33px;
}

.microloan_joyda_text {
  color: var(--main-blue);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.joyda_h3 {
  color: #0064ff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: inline-flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 1000px;
  background-color: #f4f5f6;
  margin-top: 16px;
}

.joyda_btn {
  color: #0064ff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  width: 100%;
  padding: 16px 24px 18px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 10000px;
  background: #fff;
  box-shadow: 0px 0px 16.3px 0px rgba(0, 0, 0, 0.35);
  border: none;
}

.joyda_btn-2 {
  display: none;
}

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

.qulay_h4 {
  color: #353945;
  font-size: 16px;
  font-weight: 500;
  margin-block: 16px;
}

.deposit_calc-first {
  width: 100%;
}

.range-toggle {
  height: 0;
  margin-inline: 20px;
  margin-top: 3px;
}

.loan_calc .irs--round .irs-handle {
  width: 8px !important;
  height: 8px !important;
  border: none;
  top: -4px;
  transform: translateY(-50%);
  background-color: #2070FF;
}

.irs--round .irs-line,
.irs--round .irs-bar {
  height: 2px !important;
}

.loan_calc .irs--round .irs-bar {
  background-color: #2070FF;
}

.loan_calc .irs--round .irs-line {
  background-color: #2070FF33;
}

.irs.irs--round.js-irs-0 {
  height: 0;
}

.deposit_calc-second {
  height: 100%;
  min-width: 457px;
  background-color: #ffffff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}

.more-padding {
  padding: 36px;
}

.deposit_calc button {
  width: 100%;
}

.deposit_calc-second_title {
  font-size: 24px;
  font-weight: 500;
  color: var(--main-blue);
}

.headed_blocks {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(2, max-content);
  grid-template-rows: auto;
  justify-content: space-between;
  row-gap: 22px;
  column-gap: 20px;
}

.deposit_calc-second input,
.deposit_calc-second input:focus-visible {
  outline: none;
  border: none;
}

.input_wrapper {
  margin-top: 8px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.input_wrapper .input_replace {
  line-height: 100%;
  font-size: 24px;
  font-weight: 700;
  font-family: "Geometria", sans-serif;
  color: var(--main-blue);
}

.input_wrapper span {
  font-size: 16px;
  font-weight: 700;
  font-family: "Geometria", sans-serif;
  color: var(--main-blue);
  line-height: 110%;
}

#deposit_submit {
  margin: 0 16px 16px 16px;
}

.burger_wrapper-active .burger_menu_items {
  display: block;
  animation-duration: 0.5s;
  animation-name: burgerOpacity1;
  opacity: 1;
}

@keyframes burgerOpacity1 {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes burgerOpacity0 {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.burger_menu_items a {
  display: block;
  /* width: max-content; */
  max-width: 100%;
}

.navigation_item a:hover {
  color: var(--main-blue);
}

.burger_list {
  display: flex;
  gap: 18px;
  flex-direction: column;
}

.navigation_item {
  color: #777e90;
  cursor: pointer;
}

.header_navigation {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

.header_right_item {
  border-radius: 12px;
  border: 1px solid;
  padding: 8px;
  color: #00305f;
  border-color: #00305f;
  font-weight: 500;
}

.header_right_items:hover {
  background-color: #2070ff;
  transition: 0.5s;
  border-color: #2070ff;
  color: #fff;
}

.header_right-items:hover a {
  color: #ffffff !important;
}

.phone_number {
  display: none;
}

.phone_number a {
  text-decoration: none;
  color: #1d3448;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

.header_right_item:hover {
  background-color: #2070ff;
  transition: all 0.5s;
  border-color: #2070ff;

  div {
    color: #fff;
  }
}

.header_right_items {
  border-radius: 12px;
  border: 1px solid;
  padding: 8px;
  color: #00305f;
  border-color: #00305f;
  font-weight: 500;
}

.header_right_items>a {
  text-decoration: none;
  color: #777e90;
}

.burger-checkbox {
  position: absolute;
  visibility: hidden;
}

.burger_lines {
  display: block;
  position: relative;
  border: none;
  background: transparent;
  width: 16px;
  height: 14px;
}

.burger_lines::before,
.burger_lines::after {
  content: "";
  left: 0;
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 10px;
  background: rgba(119, 126, 144, 1);
  margin: 0 auto;
}

.burger_lines::before {
  top: 0;
  box-shadow: 0 6px 0 rgba(119, 126, 144, 1);
  transition: box-shadow 0.3s 0.15s, top 0.3s 0.15s, transform 0.3s;
}

.burger_lines::after {
  bottom: 0;
  transition: bottom 0.3s 0.15s, transform 0.3s;
}

.burger_wrapper-active .burger_lines::before {
  top: 6px;
  transform: rotate(45deg);
  box-shadow: 0 6px 0 rgba(0, 0, 0, 0);
  transition: box-shadow 0.15s, top 0.3s, transform 0.3s 0.15s;
}

.burger_wrapper-active .burger_lines::after {
  bottom: 6px;
  transform: rotate(-45deg);
  transition: bottom 0.3s, transform 0.3s 0.15s;
}

.special_features-item,
.header_right_item,
.header_right_items {
  cursor: pointer;
}

.special_features-item.burger_wrapper {
  position: relative;
  display: none;
}

.main_wrapper {
  position: relative;
  margin-top: 75px;
}

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

.main_text {
  width: 545px;
}

.main_img {
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
}

.percentage {
  color: var(--main-blue);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 10000px;
  background-color: #fcfcfd;
  padding: 8px;
  width: max-content;
}

.main_h1 {
  color: var(--main-blue);
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-family: "Geometria", sans-serif;
}

.lang:hover,
.header_right_items:hover a {
  color: #fff;
}

.main_p {
  color: #777e90;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 16px;
  margin-bottom: 35px;
}

.main_btn {
  padding: 16px 18px;
  border-radius: 8px;
  background: #2070ff;
  border: none;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
  margin-top: 43px;
}

.header_right_item.header_right-items {
  a {
    color: #777e90;
  }
}

.advantages_h1 {
  color: var(--main-blue);
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 32px;
}

.advantages_block {
  display: flex;
  justify-content: center;
  gap: 16px;
  padding-bottom: 60px;
  margin-top: 100px;
  position: relative;
  z-index: 2;
}

.microloan_advantages_block {
  width: 363px;
  border: 2px solid;
  padding: 18px 14px 12px 20px;
  border-radius: 12px;
  background-color: #fff;
  border-color: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.microloan_advantages_block:hover {
  transform: translateY(-10px);
  box-shadow: 0px 10px 20px 0px #ffffff99;
}

.main_block_img {
  display: flex;
  justify-content: end;
}

.advantages_h3 {
  color: #00305f;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 4px;
}

.advantages_h3 span {
  font-size: 16px;
  font-weight: inherit;
}

.advantages_p {
  color: #00305f;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.credit_steps {
  background-color: #ebf7ff;
}

.credit_steps_h2 {
  color: #00305f;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}

.progress_steps {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin-top: 40px;
  padding-inline: 110px;
}

.step {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #005bff;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  height: 53px;
  min-width: 53px;
  border-radius: 100%;
}

.line {
  width: 100%;
  height: 2px;
  background-color: #005bff;
}

.credit_steps_block {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 18px;
}

.credit_steps_item {
  text-align: center;
  width: 100%;
  border-radius: 12px;
  flex-direction: column;
  padding: 30px 20px;
  background-color: #ffffff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.credit_steps_item_img img {
  max-width: 60px;
  max-height: 60px;
}

.credit_steps_item:hover {
  transform: translateY(-10px);
  box-shadow: 0px 10px 20px 0px #aed1e9;
}

.max-width_text {
  max-width: 255px;
  margin: 0 auto;
}

.credit_steps_item_h3 {
  color: #2070ff;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 14px;
  margin-bottom: 10px;
}

.credit_steps_item_p {
  color: #00305f;
  font-size: 16px;
  font-weight: 400;
}

.warning {
  color: red;
}

/* // MODAL \\ */

#modal_text {
  font-size: 26px;
  font-weight: 600;
  color: var(--main-blue);
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  /* display: none; */
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal__dialog {
  width: 100%;
  max-width: 620px;
  margin-inline: auto;
}

.calculation_modal .modal__dialog {
  max-width: fit-content;
}

.modal__content {
  position: relative;
  width: 100%;
  padding: 48px;
  background-color: #EBF7FF;
  border-radius: 12px;
  max-height: 80vh;
  overflow-y: auto;
}

.calculation_modal .modal__content {
  padding: 24px;
}



.modal__content-wrapper {
  margin-top: 32px;
  display: flex;
  gap: 36px;
}

.modal-first_block label {
  font-size: 14px;
  font-weight: 500;
  color: #0a1e3299;
}

.modal-first_block button {
  margin-top: 32px;
  width: 100%;
}

.modal-first_inputs {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.modal-first_block {
  width: 100%;
}

.modal .modal__fixed {
  background-color: #eff2f6;
  padding: 32px;
  border-radius: 12px;
  height: max-content;
}

.modal__close {
  position: absolute;
  top: 8px;
  right: 14px;
  font-size: 30px;
  color: #000;
  opacity: 0.5;
  font-weight: 700;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.modal.hide {
  display: none !important;
}

.modal.show {
  opacity: 1;
  display: flex;
  align-items: center;
}

.modal_title {
  color: #00305F;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}

.modal_subtitle {
  max-height: 320px;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 400;
  color: #00305F;
  text-align: center;
}

.tg-link {
  text-decoration: underline;
  color: #00305F;
}

.form_response .form_wrapper {
  display: flex;
  flex-direction: column;
  gap: 47px;
  justify-content: center;
  align-items: center;
}

.form_response .modal__dialog {
  max-width: 520px;
}

/* ---------------------------------------- */



.calc_block_wrapper {
  display: grid;
  grid-template-columns: 1fr 480px;
  margin-top: 40px;
}

.loan_calc {
  background-color: #ebf7ff;
}

.calc_section_h2 {
  color: #00305f;
  font-size: 40px;
  font-weight: 700;
}

.white_calc_block {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 12px 0px 0px 12px;
}

.car_select_block {
  position: relative;
  z-index: 10;
}

.select_block_title {
  color: #00305f;
  font-size: 16px;
  font-weight: 400;
}

.car_selects {
  display: flex;
  gap: 16px;
  margin-top: 17px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.custom_dropdown {
  display: flex;
  width: 268px;
  justify-content: space-between;
  align-items: center;
  /* padding: 8px 10px; */
  background-color: #ebf7ff;
  border-radius: 8px;
}

.selected_brand {
  color: #00305f;
  font-size: 24px;
  font-weight: 500;
}

.selected_model {
  color: #00305f;
  font-size: 17px;
  font-weight: 500;
}

.car_price {
  color: #6f8ba7;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.initial_block {
  margin-top: 50px;
}

.choose_amount {
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 45px;
}

.main_text_style {
  color: #00305f;
  font-size: 24px;
  font-weight: 500;
}

.divider {
  width: 1px;
  height: 33px;
  background-color: #00305f;
  margin-inline: 14px;
}

.loan_term_wrapper {
  display: flex;
  gap: 44px;
  margin-top: 50px;
  margin-bottom: 45px;
}

.term_block {
  display: flex;
  flex-direction: column;
}

.amount_range-slider {
  width: 100%;
  height: 2px;
  background-color: #2070ff33;
}

.term_range-slider {
  width: 240px;
  height: 2px;
  background-color: #2070ff33;
}

.blue_calc_block {
  background-color: #2070ff;
  padding: 36px;
  border-radius: 0px 12px 12px 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}

.blue_block_titles {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.percent_year_block {
  margin-top: 24px;
}

.loan_type_block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 8px 10px;
  border: solid 1px #eeeeee;
  border-radius: 8px;
  margin-top: 17px;
}

.loan_type {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}

.loan_permonth_block {
  padding-block: 35px;
}

.permonth_payment {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  margin-top: 5px;
  display: flex;
  align-items: end;
}

.take_loan_box {
  display: flex;
  gap: 8px;
}

.take_loan.take_loan_form {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.take_loan.take_loan_form:hover {
  background-color: #fff;
  color: #2070ff;
}

.take_loan {
  width: fit-content;
  padding: 18px;
  background-color: #fff;
  color: #2070ff;
  font-size: 16px;
  font-weight: 700;
  border-radius: 8px;
  line-height: 100%;
  cursor: pointer;
  transition: all 0.3s;
  display: block;
}

.take_loan:hover {
  box-shadow: 0px 0px 16.3px 0px rgba(0, 0, 0, 0.35);
}

.take_loan_text {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  margin-top: 10px;
}

.noqulay_block {
  background-color: #ebf7ff;
}

.catalog__tabs {
  display: flex;
  padding: 6px;
  background-color: #fff;
  border-radius: 60px;
  gap: 10px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.catalog__tab {
  width: 100%;
  padding: 19px;
  font-size: 16px;
  font-weight: 700;
  color: #00305f;
  border-radius: 60px;
  text-align: center;
  transition: all 0.3s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.term_block {
  max-width: 240px;
  width: 100%;
}

.term_block .irs.irs--round {
  bottom: -40px
}

.term_text {
  font-size: 24px;
  font-weight: 500;
  color: #00305F;
}

.catalog__tab:hover {
  background-color: #eff5ff;
}

.catalog__tab_active {
  background-color: #2070ff;
  color: #fff;
}

.big_text_block_wrapper {
  background-color: #fff;
  padding: 40px;
  border-radius: 12px;
}

.info_text_block {
  display: grid;
  grid-template-columns: 35% 65%;
}

.info_text_block+.info_text_block {
  margin-top: 30px;
}

.info_title {
  color: #00305f;
  font-size: 16px;
  font-weight: 700;
}

.info_text {
  color: #00305f;
  font-size: 16px;
  font-weight: 400;
}

.small_text_block_wrapper {
  background-color: #fff;
  padding: 40px;
  border-radius: 12px;
  display: grid;
  grid-template-columns: 35% 65%;
  margin-block: 20px;
}

.text_block_title {
  max-width: 230px;
  color: #00305f;
  font-size: 24px;
  font-weight: 700;
}

.block_with_percents+.block_with_percents {
  margin-top: 20px;
}

.block_with_percent {
  display: grid;
  margin-top: 16px;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px;
}

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

.file_download_block {
  display: flex;
  gap: 20px;
  align-items: center;
}

.file_dwnld {
  padding: 16px 36px;
  color: #00305f;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #00305f;
  border-radius: 8px;
}

.catalog__content {
  display: none;
  margin-top: 60px;
}

.catalog__content.catalog__content_active {
  display: block;
}

.catalog__tab.catalog__tab_active:hover {
  background-color: #2070ff;
}

.info_text.mt+.info_text.mt {
  margin-top: 30px;
}

.info_text.mt {
  position: relative;
  padding-left: 16px;
}

.info_text.mt::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 10px;
  transform: translateY(-50%);
  margin-right: 8px;
}

.info_grey_text {
  max-width: 411px;
  color: #6f8ba7;
  font-size: 16px;
  font-weight: 400;
  margin: 30px 0px 40px 15px;
}

.text_block_title.mxw {
  max-width: 250px;
}

/* CSS Accordions */

/* V accordions V */

.css_accordion_content {
  transition: all 0.8s;
  overflow: hidden;
  padding-bottom: 0;
  cursor: pointer;
  width: 100%;
}

.css_accordion_body {
  /* transition: all 0.5s; */
  display: none;
  max-height: 380px;
  overflow: auto;
}

/* .css_accordion_body::-webkit-scrollbar {
  width: 5px;
} */
.css_accordions .css_accordion_checkbox:checked+.css_accordion_content .css_accordion_body {
  display: block;
}

.css_accordions .css_accordion_checkbox:checked+.css_accordion_content .css_accordion_body .css_accordion_elem {
  padding: 10px;
  color: #00305f;
  font-size: 24px;
  font-weight: 500;
}

.css_accordion_elem:hover {
  background-color: #ccdbe5;
}

.css_accordions .css_accordion_checkbox:checked+.css_accordion_content .css_accordion_header {
  padding-bottom: 0;
}

.css_accordion_content .css_accordion_header .arrow {
  display: flex;
  align-items: center;
}

.css_accordions .css_accordion_checkbox:checked+.css_accordion_content .css_accordion_header .arrow {
  transform: rotate(180deg);
}

.css_accordion_wrapper {
  position: relative;
}

.css_accordion_checkbox {
  position: absolute;
  opacity: 0;
  right: 0;
  top: 0;
  visibility: hidden;
}

.box_accordion_box {
  max-height: 49px;
  overflow: visible;
}

.box_accordion_box:first-child {
  z-index: 10;
}

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

#car_models .css_accordion_elem {
  font-size: 17px;
}

#css_accordion_checkbox .css_accordion_content {
  height: 385px;
  overflow: auto;
}

.main_img_mobile {
  display: none;
}

.css_accordions.rate_type_select label {
  width: 100%;
  background-color: #FFFFFF;
}

.css_accordions.rate_type_select .selected_brand {
  color: #2070ff;
}


/* CUSTOM SELECT */

.dropdown {
  position: relative;
  width: 100%;
}

.dropdown.active .dropdown-toggle img {
  transform: rotate(180deg);
}

.dropdown.active .dropdown-toggle {
  border-radius: 8px 8px 0 0;
}

.dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 10px 10px;
  cursor: pointer;
  border-radius: 8px;
  color: #2070ff;
  font-weight: 500;
  font-size: 20px;
}

.dropdown-menu {
  display: none;
  position: absolute;
  background: #fff;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  color: #2070ff;
  font-weight: 500;
  font-size: 20px;
}

.dropdown-menu li {
  padding: 10px;
  cursor: pointer;
}

.dropdown-menu li:hover {
  background: #f0f0f0;
}

.dropdown.active .dropdown-menu {
  display: block;
}

.hidden {
  display: none;
}



/* SWITCHES */

.switches-container {
  position: relative;
  display: flex;
  padding: 0;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  color: #2070ff;
  border-radius: 9px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  margin-top: 8px;
  word-break: break-all;
}

.switches-container input {
  visibility: hidden;
  position: absolute;
  top: 0;
}

.switches-container label {
  width: 50%;
  padding: 0;
  margin: 0;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  padding: 14px 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.switches-container input:nth-of-type(1):checked~.switch-wrapper {
  transform: translateX(0);
}

.switches-container input:nth-of-type(2):checked~.switch-wrapper {
  transform: translateX(100%);
}

.switch-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  box-shadow: 0 4px 10px rgba(29, 52, 72, .05);
  border-radius: 20px;
  z-index: 3;
  transition: transform .5s cubic-bezier(.77, 0, .175, 1);
}

.switch {
  border-radius: 8px;
  background: #2070ff;
  height: 100%;
}

.switches-container input:nth-of-type(1):checked~.switch-wrapper .switch div:nth-of-type(1) {
  opacity: 1;
}

.switches-container input:nth-of-type(2):checked~.switch-wrapper .switch div:nth-of-type(2) {
  opacity: 1;
}

.switch div {
  width: 100%;
  text-align: center;
  opacity: 0;
  color: #FFFFFF;
  transition: opacity .2s cubic-bezier(.77, 0, .175, 1) 125ms;
  will-change: opacity;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 8px;
}

.step_img {
  display: none;
}


.table_wrapper {
  width: 100%;
}

.calc_table p {
  padding: 10px;
  border: 1px solid #00305f;
  display: flex;
  align-items: end;
  justify-content: end;
}

.calc_table table {
  width: 100%;
  border-collapse: collapse;
}


.aditional_block {
  background-color: #EBF7FF;
}

.additional_block-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 40px;
  position: relative;
  background-color: #2070FF;
  border-radius: 12px;
}

.additional_block_img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.additional_block-btns {
  margin-top: 121px;
  display: flex;
  gap: 10px;
}

.additional_block-title {
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
  max-width: 500px;
  line-height: 100%;
}

.aditional_block .take_loan {
  padding: 18px 20px;
}


.questions_wrapper {
  display: flex;
  margin-top: 60px;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.questions {
  background-color: #ebf7ff;
}

.querstions_block .step {
  min-width: 1px;
  width: 53px;
}

.querstions_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 20px;
  gap: 6px;
  width: 100%;
  max-width: 360px;
}



.common_block {
  background-color: #ebf7ff;
}

.common_block-wrapper {
  display: flex;
  align-items: center;
  gap: 80px;
  padding: 30px;
  padding-bottom: 70px;
  background: radial-gradient(102.02% 500.05% at 3.71% 13.45%, #CFF7FF 0%, #27D9FF 100%);
  border-radius: 12px;
}

.common_block .credit_steps_h2 {
  text-align: start;
}

.common_block-img {
  height: 100%;
}



.credit_steps_item_p p+p {
  margin-top: 8px;
}

.common_block .credit_steps_item_p {
  margin-top: 78px;
}

.credit_steps_item_p a {
  color: #00305F;
}

.common_form {
  background-color: #EBF7FF;
}

.common_form_wrapper {
  background-color: #ffffff;
  display: flex;
  gap: 124px;
  padding: 30px;
  border-radius: 12px;
}

.common_form_title {
  width: 100%;
  max-width: 410px;
  color: #00305F;
  font-size: 32px;
  font-weight: 700;
}

.form_box {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 20px;
}

.mortgage_form_wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.form_input {
  background-color: #EBF7FF;
  border: none;
  border-radius: 8px;
  padding: 14px 21px;
  width: 100%;
  max-width: 457px;
}

.mortgage_form_input {
  color: #6F8BA7;
  font-weight: 400;
  font-size: 12px;
}

.mortgage_form_btn {
  width: 168px;
  padding: 16px 20px;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  background-color: #2070FF;
  border-radius: 8px;
}

.credit_steps_btn {
  margin: 60px auto 0;
}

.credit_steps_btn {
  background-color: #2070FF;
  padding: 18px 20px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #fff;
  max-width: 212px;
  display: block;
  margin: 60px auto 0;
}



@media (max-width: 1200px) {
  .container {
    max-width: 992px;
  }

  .advantages_block {
    justify-content: center;
    gap: 16px;
  }

  .main_img {
    max-width: 485px;
  }

  .progress_steps {
    padding-inline: 130px;
  }
}

@media (max-width: 992px) {
  .container {
    max-width: 768px;
  }

  .header_left {
    gap: 24px;
  }

  .header_right {
    gap: 12px;
  }

  .main_h1 {
    font-size: 46px;
  }

  .img_btn img {
    width: 80%;
  }

  .deposit_calc form {
    flex-wrap: wrap;
  }

  .deposit_calc-second {
    width: 100%;
  }

  footer .feedback_block .feedback_numbers,
  .about_sqbMobile {
    gap: 32px;
  }

  footer .feedback_block .feedback_messengers {
    text-align: start;
  }

  .main_links {
    gap: 60px;
  }

  .main_links-third_column .helpline_block-item {
    gap: 37px;
  }

  .sqbMobile_iso {
    text-align: start;
  }

  .sqbMobile_iso .footer_iso {
    justify-content: start;
  }

  .footer_link-lists {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: max-content;
  }

  .banner-header {
    padding-top: 147px;
  }

  .deposit_calc {
    flex-direction: column;
  }

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

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

  .white_calc_block {
    border-radius: 12px 12px 0px 0px;
  }

  .blue_calc_block {
    border-radius: 0px 0px 12px 12px;
  }

  .microloan_advantages_block {
    width: 100%;
  }

  .custom_dropdown {
    width: 100%;
  }

  .selected_model {
    font-size: 24px;
  }

  .css_accordions.car_selects {
    display: grid;
    grid-template-columns: 30% 1fr;
  }

  .progress_steps {
    padding-inline: 90px;
  }

  .additional_block_img {
    position: relative;
  }

  .additional_block-wrapper {
    flex-direction: column;
    padding: 0;
  }

  .additional_block-content {
    padding: 36px;
  }

  .common_block-wrapper {
    flex-direction: column-reverse;
  }
}


@media (max-width: 768px) {
  .container {
    max-width: 576px;
  }

  .navigation_list,
  .header_right_items {
    display: none;
  }

  .main {
    flex-direction: column;
  }

  .main_img {
    bottom: 0;
    display: none;
  }

  .main_h1 {
    font-size: 32px;
    font-weight: 700;
  }

  .main_p {
    font-size: 14px;
    font-weight: 400;
  }

  .special_features-item.burger_wrapper {
    display: block;
    border-radius: 100%;
    border: 1px solid;
    padding: 11px;
    color: #777E90;
    border-color: #E6E8EC;
    width: 39px;
    height: 38px;
  }

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

  .main_text {
    width: 100%;
  }

  .microloan {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: max-content;
    gap: 16px;
  }

  .callBackForm_title {
    font-size: 36px;
  }

  .callBackForm_subtitle {
    font-size: 14px;
  }

  .premium_btn {
    margin-top: 15px;
  }

  .callBackForm .form_content {
    grid-template-columns: 1fr;
  }

  .advantages_block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 200px;
    padding-bottom: 20px;
  }

  .qulay_blocks {
    flex-wrap: wrap;
  }

  .gtk_block {
    flex-direction: column;
  }

  .main_img_mobile {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 410px;
  }

  .credit_steps_block {
    gap: 10px;
  }

  .small_text_block_wrapper {
    grid-template-columns: 100%;
    padding: 30px 20px;
    gap: 20px;
  }

  .big_text_block_wrapper {
    padding: 30px 20px;
  }

  .text_block_title {
    max-width: 100%;
  }

  .catalog__tabs {
    border-radius: 14px;
  }

  .catalog__tab {
    padding: 8px 0;
    border-radius: 8px;
  }


  .selected_model {
    font-size: 17px;
  }

  .css_accordions.car_selects {
    display: grid;
    grid-template-columns: 40% 1fr;
  }

  .white_calc_block,
  .blue_calc_block {
    padding: 24px;
  }

  .progress_steps {
    padding-inline: 65px;
  }

  .common_block-img {
    width: 100%;
  }

  .common_block .credit_steps_h2 {
    text-align: center;
  }

  .common_form_wrapper {
    flex-direction: column;
    gap: 30px;
  }

  .common_form_title {
    font-size: 28px;
    text-align: center;
  }

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

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

  .form_input {
    max-width: unset;
  }
}

@media (max-width: 576px) {
  .main_img {
    max-width: 360px;
  }

  .advantages_h3 {
    font-size: 18px;
  }

  .advantages_p {
    font-size: 14px;
  }

  .apply_h1 {
    font-size: 24px;
  }

  .microloan_h3 {
    font-size: 12px;
  }

  .microloan_text {
    font-size: 18px;
  }

  .bank_img {
    width: 32px;
    height: 32px;
  }

  .microloan_joyda_text {
    font-size: 18px;
  }

  .joyda_h3 {
    font-size: 12px;
  }

  .joyda_btn {
    display: none;
  }

  .joyda_btn-2 {
    display: block;
  }

  .how_to-get {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .how-to_h3 {
    font-size: 12px;
  }

  .steps_text {
    font-size: 14px;
  }

  .step {
    width: 32px;
    height: 32px;
    font-weight: 400;
  }

  .microloan_text_blue {
    font-size: 18px;
  }

  .how-to_h3_blue {
    font-size: 12px;
  }

  .callBackForm_wrapper {
    padding: 60px 30px;
  }

  footer {
    padding-top: 74px;
  }

  footer .feedback_block {
    padding: 32px 36px;
  }

  footer .feedback_block .feedback_numbers .feedback_number-wrapper .feedback_number {
    font-size: 32px;
  }

  footer .feedback_block .feedback_numbers .feedback_number-wrapper .feedback_title {
    font-size: 14px;
  }

  .footer_logo img {
    width: 158px;
  }

  footer .main_links-left {
    flex-wrap: wrap;
    gap: 48px;
  }

  .footer_link-lists {
    grid-template-columns: 100%;
  }

  .about_sqbMobile .sqbMobile_download {
    flex-wrap: wrap;
  }

  footer .footer_wrapper {
    gap: 48px;
  }

  .address_items {
    margin-top: 36px;
    flex-direction: column;
  }

  .main_links-third_column .helpline_block-item {
    flex-wrap: wrap;
  }

  .footer_list {
    gap: 11px;
  }

  .main_links {
    flex-direction: column;
  }

  .headed_blocks {
    grid-template-columns: 100%;
  }

  .deposit_calc-second {
    min-width: 100%;
  }

  .deposit_calc .deposit_calc-first {
    padding: 20px;
  }

  .more-padding {
    padding: 20px;
  }

  .just_text {
    grid-column: auto;
  }

  .deposit_calc button {
    grid-column: auto;
  }

  .main_img_mobile {
    position: relative;
    width: 100%;
    padding-bottom: 40px;
  }

  .main_text {
    position: absolute;
    z-index: 1;
    bottom: 108px;
    padding-inline: 15px;
  }

  .main_h1 {
    font-size: 28px;
    color: #EBF7FF;
    text-align: center;
  }

  .advantages_block {
    position: absolute;
    grid-template-columns: 100%;
    margin: 0;
    padding: 40px 22px;
    width: 100%;
    left: 0;
    bottom: 0;
    transform: translateY(calc(100% - 50px));
    gap: 20px;
    background-color: #FFFFFF;
    border-radius: 12px;
    padding-inline: 15px;
  }

  .main_wrapper {
    position: static;
  }

  .colour {
    position: relative;
  }

  .microloan_advantages_block {
    padding: 0;
    display: flex;
    gap: 12px;
    flex-direction: row-reverse;
    justify-content: start;
    background-color: unset;
    border: none;
    border-radius: 0;
    align-items: center;
  }

  .loan_calc {
    padding-top: 400px;
  }

  .loan_calc .container,
  .credit_steps .container {
    padding: 0;
  }

  .main_btn {
    width: 100%;
    margin-top: 20px;
  }

  .calc_section_h2 {
    font-size: 28px;
    line-height: 100%;
    text-align: center;
  }




  .microloan_advantages_block {
    width: 100%;
  }

  .main_wrapper {
    margin-top: 45px;
  }

  .steps_wrapper {
    display: flex;
    background-color: unset;
    border-radius: 0;
    padding: 0;
    margin-top: 0;
    gap: 18px;
  }
  .steeeps {
    background-color: #FFFFFF;
    border-radius: 12px;
    padding: 40px 18px;
    margin-top: 40px;
  }

  .credit_steps_btn {
    margin: 40px auto 0;
  }

  .progress_steps {
    flex-direction: column;
  }

  .step_number {
    display: none;
  }

  .step_img {
    display: block;
  }

  .credit_steps_item_img {
    display: none;
  }

  .credit_steps_block {
    flex-direction: column;
    gap: 50px;
    margin-top: 0;
  }

  .credit_steps_item_h3 {
    margin-top: 0;
  }

  .credit_steps_item {
    width: 100%;
    text-align: start;
    padding: 0;
  }

  .credit_steps_item_text {
    max-width: 100%;
  }

  .step_img {
    max-width: 62px;
  }

  .step {
    background-color: unset;
  }

  .line {
    width: 2px;
    height: 100%;
  }

  .progress_steps {
    gap: 8px;
    margin-top: 0;
  }

  .credit_steps_item {
    border-radius: 0;
    background-color: unset;
  }

  .block_with_percent {
    grid-template-columns: 100%;
    gap: 12px;
  }

  .info_text_block {
    grid-template-columns: 100%;
    gap: 8px;
  }

  .info_text_block+.info_text_block {
    margin-top: 24px;
  }

  .file_download_wrapper {
    flex-direction: column;
    gap: 20px;
  }

  .file_dwnld {
    text-align: center;
  }

  .catalog__tabs {
    flex-direction: column;
    gap: 8px;
    margin-bottom: 24px;
  }

  .catalog__tab {
    padding: 12px;
  }

  .catalog__content {
    margin-top: 0;
  }


  .white_calc_block,
  .blue_calc_block {
    padding: 30px 18px;
  }

  .css_accordions.car_selects {
    grid-template-columns: 100%;
  }

  .loan_term_wrapper {
    flex-direction: column;
  }

  .term_block {
    max-width: 100%;
  }

  .loan_term_wrapper {
    margin-top: 40px;
  }

  .loan_term_wrapper {
    gap: 80px;
  }

  .blue_block_titles,
  .permonth_payment {
    text-align: center;
    justify-content: center;
  }

  .take_loan_box {
    flex-direction: column;
  }

  .take_loan {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .credit_steps_h2 {
    font-size: 28px;
  }

  .form_response .form_wrapper img {
    max-width: 85px;
  }

  .form_response .form_wrapper {
    gap: 24px;
  }

  .form_response .modal_title {
    font-size: 28px;
  }

  .form_response .modal_subtitle {
    font-size: 14px;
  }

  .progress_steps {
    padding-inline: 0;
  }

  .additional_block-content {
    padding: 24px 15px;
  }

  .additional_block-btns {
    margin-top: 40px;
    flex-wrap: wrap;
  }

  .additional_block-title {
    font-size: 28px;
    text-align: center;
  }

  .aditional_block .container {
    padding: 0;
  }

  .questions {
    padding-top: 400px;
  }

  .questions .step_number {
    display: block;
  }

  .questions .step {
    background-color: #005bff;
    width: 53px;
    height: 53px;
  }

  .questions .querstions_block {
    max-width: 100%;
  }

  .common_block-wrapper {
    gap: 30px;
  }

  .common_block .credit_steps_item_p {
    margin-top: 30px;
  }
}

@media (max-width: 360px) {
  .main_img {
    width: 270px;
  }

  .callBackForm_wrapper {
    padding: 50px 30px;
  }

  .footer_lang {
    display: none;
  }

  .footer_list {
    flex-wrap: wrap;
  }

}