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

p {
  margin: 0;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

main {
  position: relative;
}

:root {
  --main-blue: #fff;
}

.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: 120px 0;
}

.header {
  background-color: transparent;
  width: 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-family: "Geometria", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 45.29px;
}

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

.easy_open .qulay_h3 {
  font-family: "Geometria", 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;
}

.good_to_know {
  padding-bottom: 160px;
}

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

.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-family: "Geometria", sans-serif;
  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: 32px;
  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;
}

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

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

.deposit_calc-first {
  width: 100%;
}

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

.irs--round .irs-handle {
  width: 15px !important;
  height: 15px !important;
  border: 2px solid #fff !important;
  top: -10px;
}

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

.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: 32px;
  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: #777e90;
  border-color: #e6e8ec;
}

.header_right_items:hover {
  background-color: #72edff;
  transition: 0.5s;
  border-color: var(--main-blue);
  color: #001220;
}

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

.phone_number {
  display: none;
}

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

.header_right_item:hover {
  background-color: #72edff;
  transition: 0.5s;
  border-color: var(--main-blue);
}
.header_right_item:hover a {
  color: #001220;
}

.header_right_items {
  border-radius: 12px;
  border: 1px solid;
  padding: 8px;
  color: #777e90;
  border-color: #e6e8ec;
}

.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: #eff2f6;
  margin: 0 auto;
}

.burger_lines::before {
  top: 0;
  box-shadow: 0 6px 0 #eff2f6;
  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 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 24px;
}

.main_text {
  width: 550px;
}

.main_img {
  max-width: 496px;
  height: auto;
}

.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: 144px;
}

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

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

.main_p {
  color: var(--Neutral-4---Dark-Gray, #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: #72edff;
  border: none;
  color: #001220;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
}

.header_right-items {
  color: #fff;
}

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

.advantages_h1 {
  color: var(--main-blue);
  font-family: "Geometria", sans-serif;
  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;
  z-index: 1;
}

.microloan_advantages_block {
  display: flex;
  width: 363px;
  border-radius: 12px;
  background: #013b69;
}

.advantages_img {
  display: flex;
  align-items: end;
  padding: 0 20px 20px 0;
}

.advantages_text_block {
  padding: 30px 0 30px 30px;
}

.advantages_h3 {
  color: var(--main-blue);
  font-family: "Geometria", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 4px;
}

.advantages_p {
  color: #fff;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
}

.main_colour {
  background: linear-gradient(56.39deg, #001a2e 34.23%, #005394 97.47%);
}

.personal_cabinet {
  background: #001220;
  background-image: url(../img/light-shadow.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.sections_title {
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  max-width: 647px;
}

.cabinet_main_block {
  z-index: 10;
}

.cabinet_block {
  position: relative;
  height: 180px;
  background: #013b69;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  padding: 30px;
}

.cabinet_text_block {
  padding: 30px 0 30px 30px;
  height: 180px;
}

.cabinet_img_block {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.advantages_text {
  margin-top: 10px;
}

.cabinet_blocks {
  display: grid;
  grid-template-columns: repeat(2, 268px);
  gap: 16px;
  margin-top: 60px;
  position: relative;
  z-index: 10;
}

.holding_phone {
  position: absolute;
  height: 100%;
  right: 0;
  bottom: 0;
  max-height: 732px;
}

.categories {
  background-color: #001220;
}

.category_block {
  position: relative;
  background-color: #013b69;
  border-radius: 12px;
  display: flex;
}

.categories_blocks {
  display: grid;
  grid-template-columns: 457px 1fr;
  grid-template-rows: 280px;
  gap: 16px;
  margin-top: 30px;
}

.categories_blocks2 {
  display: grid;
  grid-template-columns: 1fr 457px;
  grid-template-rows: 280px;
  gap: 16px;
  margin-top: 16px;
}

.category_text {
  padding: 30px 0 0 30px;
  width: 55%;
}

.category_block:nth-child(2),
.category_block:nth-child(3) {
  gap: 50px;
}

.category_block img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.headphone_full {
  display: none;
}

.mt-10 {
  margin-top: 10px;
}

.connection {
  background-color: #001220;
}

.connection_block {
  background-color: #013b69;
  border-radius: 12px;
  padding: 60px;
}

.connection_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 20px;
  column-gap: 68px;
  margin-top: 40px;
}

.inputclass {
  border: 1px solid #003d64;
  border-radius: 8px;
  padding: 14px 21px;
  width: 100%;
}

.inputclass::placeholder {
  color: #b4b4b4;
  font-weight: 500;
  font-size: 16px;
}

.connection_form label {
  color: #6f8ba7;
  font-weight: 400;
  font-size: 12px;
  margin-top: 10px;
}

.connect_btn_block {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 40px;
  max-width: 460px;
}

.connect_btn {
  background: #72edff;
  width: 200px;
  border-radius: 8px;
  padding: 18px;
  color: #001220;
  font-weight: 700;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.connect_btn_text {
  color: #ffffff;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  max-width: 210px;
}

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

footer {
  background-color: #001a2e;
}

footer {
  padding-top: 120px;
  padding-bottom: 32px;
}

footer .footer_wrapper {
  display: flex;
  flex-direction: column;
  gap: 56px;
}

footer .feedback_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 52px 48px;
  border-radius: 12px;
  background-color: #013b69;
  font-family: "Geometria", sans-serif;
  flex-wrap: wrap;
  gap: 64px;
}

footer .feedback_block .feedback_numbers {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: start;
  gap: 48px;
}

footer .feedback_block .feedback_numbers .feedback_number-wrapper {
  color: #eff2f6;
}

footer
  .feedback_block
  .feedback_numbers
  .feedback_number-wrapper
  .feedback_number {
  font-size: 24px;
  font-weight: 500;
  color: #eff2f6;
}

footer
  .feedback_block
  .feedback_numbers
  .feedback_number-wrapper
  .feedback_title {
  margin-top: 6px;
  font-size: 12px;
  font-weight: 500;
}

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

footer .feedback_block .feedback_messengers-title {
  font-size: 12px;
  font-weight: 500;
  color: #003d64;
}

footer .feedback_block .feedback_messengers-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
}

footer .feedback_block .feedback_messengers-wrapper .feedback_messenger {
  width: 32px;
  height: 32px;
  border-radius: 7px;
  background-color: #eff2f6;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sqbMobile_download-title_img img {
  padding: 10px;
  background-color: #ffffff;
  border-radius: 12px;
}

.footer-400 p,
.footer-400 a {
  font-size: 14px;
  font-weight: 400;
  color: #777e90;
}

.footer-500 {
  font-size: 14px;
  font-weight: 500;
  color: #777e90;
}

.footer-500 .address_title {
  color: #777e90;
}

.main_links a.report_corruption-btn {
  margin-top: 16px;
  display: block;
  max-width: 363px;
  width: 100%;
  border-radius: 90px;
  color: #003d64;
  background-color: #eff2f6;
  padding: 16px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
}

.main_links {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
}

.main_links a {
  color: #777e90;
  font-size: 14px;
  font-weight: 500;
}

.main_links-left {
  display: flex;
  align-items: start;
  gap: 63px;
}

.address_items {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.address_items .address_item {
  max-width: 221px;
}

.address_items .address_item .address_title {
  margin-bottom: 8px;
  font-family: "Geometria", sans-serif;
}

.footer_list {
  display: flex;
  align-items: start;
  gap: 31px;
}

.footer_list .footer_list-column {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.main_links-third_column {
  font-family: "Geometria", sans-serif;
  line-height: 100%;
}

.main_links-third_column .helpline_block-item {
  display: flex;
  gap: 32px;
}

.main_links-third_column .helpline_block-item .helpline {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.helpline_block-second {
  margin-top: 24px;
}

.footer_lang {
  margin-top: 43px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.about_sqbMobile {
  border-top: 1px solid #353945;
  border-bottom: 1px solid #353945;
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #b1b5c3;
  flex-wrap: wrap;
}

.about_sqbMobile .sqbMobile_download {
  display: flex;
  align-items: center;
  gap: 41px;
}

.about_sqbMobile .sqbMobile_download .sqbMobile_download-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.sqbMobile_download-title_text {
  font-size: 16px;
  font-weight: 700;
}

.sqbMobile_download .app_markets {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sqbMobile_download .app_markets .app_market {
  height: 48px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #003d64;
  background-color: #fcfcfd;
  border-radius: 12px;
}

.sqbMobile_iso {
  text-align: end;
}

.sqbMobile_iso .footer_iso {
  font-size: 12px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
}

.footer_iso-text {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 500;
}

.footer_link-lists {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 16px;
  row-gap: 32px;
  font-family: "Geometria", sans-serif;
  color: #777e90;
}

.footer_link-lists a {
  color: #777e90;
}

.footer_link-lists .footer_link-lists-col .footer_link-title {
  font-size: 18px;
  font-weight: 500;
}

.footer_link-lists .footer_link-lists-col .footer_link-list {
  margin-top: 24px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer_ending {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 16px;
  border-top: 1px solid #353945;
  color: #777e90;
}

.mobile_main_img {
  display: none;
}

/* 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;
}
.modal__dialog {
  max-width: 100%;
  margin-inline: auto;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal__content {
  position: relative;
  max-width: 520px;
  max-height: 520px;
  height: 100%;
  padding: 48px;
  background-color: #fff;
  border-radius: 24px;
  overflow-y: auto;
  display: flex;
  align-items: center;
}
.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 {
  font-size: 58px;
  line-height: 100%;
  position: absolute;
  top: 8px;
  right: 14px;
  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;
}

@media (max-width: 992px) {
  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;
  }
}

@media (max-width: 576px) {
  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;
  }
}

@media (max-width: 360px) {
  .footer_lang {
    display: none;
  }

  .footer_list {
    flex-wrap: wrap;
  }
}
  
  .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 .5s;
  }
  .modal__dialog {
    max-width: 100%;
    margin-inline: auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .modal__content {
    position: relative;
    max-width: 520px;
    max-height: 520px;
    height: 100%;
    padding: 48px;
    background-color: #fff;
    border-radius: 24px;
    overflow-y: auto;
    display: flex;
    align-items: center;
  }
  .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 {
    font-size: 58px;
    line-height: 100%;
    position: absolute;
    top: 8px;
    right: 14px;
    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;
  }



  
  @media (max-width: 992px) {
  
    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;
    }
  }
  
  @media (max-width: 576px) {
    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;
    }
  }
  
  @media (max-width: 360px) {
    .footer_lang {
      display: none;
    }
  
    .footer_list {
      flex-wrap: wrap;
    }
  }
