@font-face {
  font-family: 'Noto Sans';
  src: url('../fonts/Noto_Sans/NotoSans-VariableFont_wdth,wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans Italic';
  src: url('../fonts/Noto_Sans/NotoSans-Italic-VariableFont_wdth,wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

* {
  font-family: 'Noto Sans';
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}









.white_button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 66px;
  background-color: #fff;
  width: fit-content;
  border-radius: 36px;
  border: 1px solid #FFFFFF;
  font-family: "Noto Sans";
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #01493F;
  text-decoration: none;
  padding: 20px 40px;
  transition: all .2s linear;
}

.white_button:hover {
  background: #FFFFFF4D;
  border: 1.5px solid #FFFFFF;
  color: #FFFFFF;
}

.white_button:active {
  background: #FFFFFF99;
  color: #01493F;
}


.yellow_button {
  background-color: #F6C301;
  border: 1.5px solid #F6C301;
  text-decoration: none;
  border-radius: 36px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  padding: 0 40px;

  font-family: "Noto Sans";
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #FFFFFF;
  white-space: nowrap;

  transition: all .2s linear;
}

.yellow_button:hover {
  background: #F6C30133;
  color: #F6C301;
}

.yellow_button:active {
  background: #F6C301CC;
  color: #fff;
}











.header {
  padding: 15px 80px;
  max-width: 1600px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  z-index: 100;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.container {
  max-width: 1600px;
}

.welcome_section {
  background: linear-gradient(239.02deg, #016550 20.74%, #002428 98.38%);
  overflow: hidden;
}

.welcome_wrapper {
  max-height: 954px;
  height: 100vh;
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  overflow-y: clip;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header_menu_list {
  display: flex;
  gap: 16px;
  align-items: center;
}

.footer_menu_list {
  display: flex;
  gap: 16px;
  align-items: center;
}

.header_menu_button {
  border: 1.5px solid #FFFFFF;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-decoration: none;
  height: fit-content;
  padding: 6px 16px;
  border-radius: 30px;
  transition: all .2s linear;
}

.header_menu_button:hover {
  background: #FFFFFF4D;
}

.header_menu_button:active {
  background: #FFFFFF99;
}

.welcome_upper_left_oval {
  position: absolute;
  top: -339px;
  left: -702px;
  z-index: 1;
  animation: slideInTopLeftUpper_left_oval 1s ease-out forwards;
}

@keyframes slideInTopLeftUpper_left_oval {
  0% {
    top: -800px;
    left: -1200px;
  }

  100% {
    top: -339px;
    left: -702px;
  }
}

.welcome_oval_outline_center_bottom {
  position: absolute;
  bottom: -600px;
  left: 500px;
  animation: slideInTopLeftOval_outline_center_bottom 1s ease-out forwards;
  animation-delay: .5s;
  z-index: 1;
}

@keyframes slideInTopLeftOval_outline_center_bottom {
  0% {
    bottom: -600px;
    left: 500px;
  }

  100% {
    bottom: -217px;
    left: 266px;
  }
}

.welcome_oval_outline_top_right {
  position: absolute;
  top: -1071px;
  right: 705px;
  z-index: 2;
  animation: slideInTopLeftOval_outline_top_right .7s ease-out forwards;
  animation-delay: 1s;
}

@keyframes slideInTopLeftOval_outline_top_right {
  0% {
    top: -1071px;
    right: 705px;
  }

  100% {
    top: -671px;
    right: 205px;
  }
}

.welcome_oval_superimposed_arrow_below {
  position: absolute;
  bottom: -600px;
  right: -76px;
  animation: slideInTopLeftOval_superimposed_arrow_below .7s ease-out forwards;
  animation-delay: .5s;
  z-index: 2;
}

@keyframes slideInTopLeftOval_superimposed_arrow_below {
  0% {
    bottom: -600px;
    right: -176px;
  }

  100% {
    bottom: -349px;
    right: 76px;
  }
}

.welcome_arrow_top_right {
  position: absolute;
  right: -1476px;
  top: 1000px;
  z-index: 3;
  animation: slideInTopLeftArrow_top_right .5s ease-out forwards;
  animation-delay: 1.7s;
}

@keyframes slideInTopLeftArrow_top_right {
  0% {
    right: -1476px;
    top: 1000px;
  }

  100% {
    right: -408px;
    top: 92px;
  }
}

.welcome_right_largest {
  position: absolute;
  right: -1341px;
  bottom: -561px;
  z-index: 1;
  animation: slideInTopLeftRight_largest 1s ease-out forwards;
}

@keyframes slideInTopLeftRight_largest {
  0% {
    right: -4000px;
    bottom: -3061px;
  }

  100% {
    right: -1341px;
    bottom: -561px;
  }
}

.welcome_arrow_below_covered_oval {
  position: absolute;
  bottom: -343px;
  right: -102px;
  animation: slideInTopLeftArrow_below_covered_oval 1s ease-out forwards;
  z-index: 1;
}

@keyframes slideInTopLeftArrow_below_covered_oval {
  0% {
    bottom: -1000px;
    right: -702px;
  }

  100% {
    bottom: -380px;
    right: -170px;
  }
}

.welcome_right_below_oval_outline_small {
  position: absolute;
  right: -700px;
  bottom: -500px;
  z-index: 3;
  animation: slideInTopLeftRight_below_oval_outline_small 1s ease-out forwards;
  animation-delay: .4s;
}

@keyframes slideInTopLeftRight_below_oval_outline_small {
  0% {
    right: -800px;
    bottom: -500px;
  }

  100% {
    right: -272px;
    bottom: -54px;
  }
}

.welcome_bottom_right_outline_arrow {
  position: absolute;
  right: -389px;
  bottom: -248px;
  z-index: 2;
  animation: slideInTopLeftBottom_right_outline_arrow 1s ease-out forwards;
}

@keyframes slideInTopLeftBottom_right_outline_arrow {
  0% {
    right: -700px;
    bottom: -500px;
  }

  100% {
    right: -389px;
    bottom: -248px;
  }
}

.welcome_circles {
  position: absolute;
  top: -148px;
  left: 195px;
}

.welcome_circles path {
  transform: scale(0.1);
  transform-origin: center;
  animation: growIn 3s ease-out forwards;
}

@keyframes growIn {
  to {
    transform: scale(1);
  }
}

.welcome_info {
  z-index: 5;
  max-width: 1400px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.welcome_title {
  font-family: "Noto Sans";
  font-weight: 800;
  font-size: 60px;
  line-height: 66px;
  letter-spacing: 0%;
  color: #fff;
  margin-bottom: 8px;
  text-align: center;
}

.welcome_subtitle {
  font-family: "Noto Sans";
  font-weight: 700;
  font-size: 48px;
  line-height: 54px;
  color: #fff;
  text-align: center;
  width: 947px;
}

.welcome_title_container {
  margin-bottom: 24px;
}

.welcome_text {
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  margin-bottom: 56px;
}

.section {
  padding: 80px 152px;
  margin: 0 auto;
  max-width: 1600px;
}

.section.banks {
  padding-bottom: 60px;
}

.section.partners {
  padding-top: 60px;
}

.about_us_wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  gap: 48px;
}

.about_us_text_wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.about_text {
  font-weight: 300;
  font-size: 20px;
  line-height: 26px;
  max-width: 734px;
  color: #474747;
}

.quote_wrapper {
  border: 1.5px solid #3CAE84;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  padding: 10px 32px;
  margin-bottom: 32px;
}

.about_us_quote {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #3CAE84;
  text-align: center;
}

.about_us_directions_list {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.about_us_directions_item {
  display: flex;
  gap: 14px;
  border: 1.5px solid #F6C3017D;
  border-radius: 24px;
  width: calc((100% / 2) - 16px + (16px / 2));
  padding: 24px;
  align-items: center;
}

.about_us_directions_item svg {
  min-width: 40px;
  min-height: 40px;
}

.about_us_directions_item_text {
  font-weight: 300;
  font-size: 20px;
  line-height: 26px;
  color: #474747;
}

.values_wrapper {
  background-image: url("../images/values_bg.png");
  height: 720px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.values_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  max-width: 960px;
  width: 100%;
  height: 100%;
}

.div1 {
  grid-area: 1 / 2 / 2 / 3;
}

.div2 {
  grid-area: 2 / 2 / 3 / 3;
}

.div3 {
  grid-area: 2 / 3 / 3 / 4;
}

.div4 {
  grid-area: 3 / 1 / 4 / 2;
}

.div5 {
  grid-area: 3 / 2 / 4 / 3;
}

.div6 {
  grid-area: 3 / 3 / 4 / 4;
}

.div7 {
  grid-area: 3 / 4 / 4 / 5;
}

.values_item {
  background: #fff;
  transition: all .2s linear;
  padding: 24px;
  border: 1px solid #F8F8F8
}

.values_item:hover {
  background-color: #FEFAE8;
}

.values_item_main_title {
  color: #016550;
  font-family: 'Noto Sans';
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
}

.values_item_title {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #3CAE84;
  margin-bottom: 8px;
}

.values_item_description {
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #474747;
}

.proud_container {
  background: linear-gradient(239.02deg, #016550 20.74%, #002428 98.38%);
}

.proud_wrapper {
  padding: 60px 152px;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
}

.proud_first {
  padding: 32px;
  background-color: #016550;
  border-radius: 24px 0 0 24px;
  max-width: 345px;
}

.we_proud_inscription_text {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #C8E8DD;
  margin-bottom: 8px;
}

.growing_together_text {
  font-family: "Noto Sans";
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #fff;
}

.proud_statistic_list {
  display: flex;
}

.proud_statistic_item {
  background: #fff;
  padding: 32px;
  border-top-width: 1.5px;
  border-right-width: 1.5px;
  border-bottom-width: 1.5px;
  border-style: solid;
  border-color: #F8F8F8;
  flex: 1;
}

.proud_statistic_item:last-child {
  border-radius: 0 24px 24px 0;
}

.proud_statistic_item_title {
  color: #F6C301;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 8px;
}

.proud_statistic_item_text {
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #474747;
}

.section_title {
  font-family: "Noto Sans";
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  margin-bottom: 40px;
  color: #474747;
}

.why_choose_us_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-bottom: 40px;
}

.why_choose_us_item {
  border: 1.5px solid #C8E8DD;
  padding: 24px 32px;
  border-radius: 24px;
  overflow: hidden;
}

.why_choose_us_item_image1 {
  grid-area: 1 / 3 / 2 / 4;
}

.why_choose_us_item_image2 {
  grid-area: 2 / 1 / 3 / 2;
}

.why_choose_us_title {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #3CAE84;
  margin-bottom: 10px;
}

.why_choose_us_description {
  font-weight: 300;
  font-size: 20px;
  line-height: 26px;
  color: #474747;
}

.why_choose_us_item.no_pad {
  padding: 0;
}

.why_choose_us_image {
  width: 100%;
  height: 100%;
  filter: grayscale(1);
  object-fit: cover;
  object-position: 50% 50%;
}

.why_choose_us_image.mirror {
  transform: scaleX(-1)
}

.cities_list {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.cities_row {
  display: flex;
  gap: 16px;
  width: 100%;
  flex-wrap: wrap;
}

.cities_item {
  border-radius: 47px;
  border: 1.5px solid #C8E8DD;
  transition: all .2s linear;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #3CAE84;
  height: 79px;
  flex: 0 1 calc((100% - (6 * 16px)) / 7);
}

.cities_item:nth-child(n+8) {
  flex: 1;
}

.cities_item:hover {
  background-color: #FEFAE8;
}

.gray_bg {
  background-color: #F8F8F8;
}

.company_products_wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.company_product_card {
  border: 1.5px solid #F6C301;
  border-radius: 24px;
  padding: 32px 60px;
  background-color: #fff;
}

.company_product_card_logo {
  margin-bottom: 16px;
}

.company_product_card_description_wrapper {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  margin-bottom: 32px;
}

.company_product_card_description {
  font-weight: 300;
  font-size: 20px;
  line-height: 26px;
  color: #474747;
  width: 70%;
}

.company_product_card_quote {
  width: 100%;
  border: 1.5px solid #F6C301;
  padding: 10px 0;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #F6C301;
  border-radius: 100px;
  margin-bottom: 32px;
}

.company_product_card_advantages_list {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 40px;
}

.company_product_card_advantages_item {
  padding-left: 26px;
  font-weight: 300;
  font-size: 20px;
  line-height: 27px;
  color: #474747;
  position: relative;
}

.company_product_card_advantages_item::before {
  content: "●";
  position: absolute;
  top: 50%;
  left: 5px;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #F6C301;
}

.how_does_work_wrapper_title {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #474747;
  margin-bottom: 16px;
}

.how_does_work_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.how_does_work_item {
  display: flex;
  gap: 16px;
  padding: 10px 24px;
  border: 1.5px solid #F6C301;
  border-radius: 24px;
  display: flex;
  align-items: center;
}

.how_does_work_number {
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0%;
  color: #DEDEDE;
}

.how_does_work_text {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #474747;
}

.how_does_work_item.active {
  background-color: #FEFAE8;
}

.banks_list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.bank_item {
  border: 1.5px solid #C8E8DD;
  border-radius: 47px;
  height: 79px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bank_item_image {
  max-width: 100%;
  object-position: 50% 50%;
  object-fit: cover;
}

.reviews_list {
  margin-bottom: 40px;
  /*overflow: hidden;*/
  position: relative;
  overflow-x: clip;
}

.reviews_track {
  display: flex;
  transition: transform 0.6s ease;
  will-change: transform;
  gap: 16px;
}

.reviews_item {
  width: calc((100% - 16px) / 2);
  box-sizing: border-box;
  flex-shrink: 0;
  padding: 48px 32px;
  border: 1.5px solid #F6C301;
  border-radius: 24px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}

.reviews_name {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #474747;
  margin-bottom: 16px;
}

.reviews_description {
  font-weight: 300;
  font-size: 20px;
  line-height: 26px;
  color: #474747;
  flex: 1;
  margin-bottom: 32px;
}

.reviews_partner {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #474747;
}

.reviews_pagination {
  display: flex;
  justify-content: center;
}

.reviews_pagination_wrapper {
  display: flex;
  align-items: center;
}

.pagination_previous_button {
  margin-right: 40px;
}

.pagination_previous_button path,
.pagination_next_button path {
  transition: all .2s linear;
}

.pagination_previous_button:hover path,
.pagination_next_button:hover path {
  stroke: #3CAE84;
}

.pagination_previous_button:active path,
.pagination_next_button:active path {
  stroke: #3CAE84;
}

.pagination_previous_button:hover,
.pagination_next_button:hover {
  cursor: pointer;
}

.pagination_previous_button.hidden,
.pagination_next_button.hidden {
  visibility: hidden;
  pointer-events: none;
}

.pagination_next_button {
  margin-left: 40px;
}

.pagination_pages_list {
  display: flex;
  gap: 6px;
}

.pagination_pages_item {
  width: 20px;
  height: 20px;
  border: 1.5px solid #A6A6A6;
  border-radius: 50%;
  transition: all .2s linear;
}

.pagination_pages_item:hover {
  border: 1.5px solid #3CAE84;
  cursor: pointer;
}

.pagination_pages_item:active {
  height: 20px;
  width: 40px;
  background-color: #3CAE84;
  border-radius: 16px;
}

.pagination_pages_item.active {
  height: 20px;
  width: 40px;
  border-radius: 16px;
  background-color: #3CAE84;
  border: 1.5px solid #3CAE84;
  transform: scale(1);
}

.pagination_previous_button_container,
.pagination_next_button_container {
  display: flex;
  align-items: center;
}

.footer_container {
  background: linear-gradient(239.02deg, #016550 20.74%, #002428 98.38%);
  overflow: hidden;
}

.footer {
  padding: 60px 152px;
  margin: 0 auto;
  max-width: 1600px;
  position: relative;
  overflow-y: clip;
  display: flex;
  flex-direction: column;
}

.footer_menu_wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
  z-index: 5;
}

.footer_info {
  display: flex;
  justify-content: space-between;
  z-index: 5;
}

.footer_info_block {
  display: flex;
  flex-direction: column;
}

.footer_info_title {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 8px;
}

.footer_info_text {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 2px;
}

.footer_info_time {
  margin-bottom: 8px;
}

.footer_info_block.two {
  display: flex;
  justify-content: end;
}

.footer_info_block.two .footer_info_text {
  text-align: right;
  white-space: nowrap;
}

.footer_info_block.two .footer_info_title {
  text-align: right;
  white-space: nowrap;
}

.footer_oval_left {
  position: absolute;
  top: -500px;
  left: -700px;
  animation: slideInTopLeftFooter_oval_left 1s ease-out forwards;
  z-index: 1;
}

@keyframes slideInTopLeftFooter_oval_left {
  0% {
    top: -500px;
    left: -700px;
  }

  100% {
    top: -131px;
    left: -323px;
  }
}

.footer_left_bottom_oval_outline {
  position: absolute;
  bottom: -507px;
  left: 133px;
  animation: slideInTopLeftFooter_left_bottom_oval_outline 1s ease-out forwards;
}

@keyframes slideInTopLeftFooter_left_bottom_oval_outline {
  0% {
    bottom: -507px;
    left: 133px;
  }

  100% {
    bottom: -307px;
    left: 33px;
  }
}

.footer_circles {
  position: absolute;
  top: -214px;
  left: 306px;
}

.footer_circles path {
  transform: scale(0);
  transform-origin: center;
  animation: growIn 3s ease-out forwards;
}

.footer_arrow_bottom_stroke {
  position: absolute;
  bottom: -507px;
  right: 0;
  animation: slideInTopLeftFooter_arrow_bottom_stroke 1s ease-out forwards;
  z-index: 1;
}

@keyframes slideInTopLeftFooter_arrow_bottom_stroke {
  0% {
    bottom: -507px;
    right: 0;
  }

  100% {
    bottom: -307px;
    right: 221px;
  }
}

.footer_bottom_arrow {
  position: absolute;
  bottom: -607px;
  right: -150px;
  animation: slideInTopLeftFooter_bottom_arrow 1s ease-out forwards;
  animation-delay: .4s;
  z-index: 1;
}

@keyframes slideInTopLeftFooter_bottom_arrow {
  0% {
    bottom: -607px;
    right: -150px;
  }

  100% {
    bottom: -255px;
    right: 176px;
  }
}

.footer_right__bottom_arrow {
  position: absolute;
  right: -614px;
  bottom: -556px;
  animation: slideInFooter_right__bottom_arrow 1s ease-out forwards;
  animation-delay: .8s;
}

@keyframes slideInFooter_right__bottom_arrow {
  0% {
    right: -614px;
    bottom: -556px;
  }

  100% {
    right: -314px;
    bottom: -256px;
  }
}

.footer_oval_stroke_top_right {
  position: absolute;
  top: 1021px;
  right: -1188px;
  animation: slideInFooter_oval_stroke_top_right 1s ease-out forwards;
  animation-delay: 1.3s;
}

@keyframes slideInFooter_oval_stroke_top_right {
  0% {
    top: 1021px;
    right: -1188px;
  }

  100% {
    top: 21px;
    right: -88px;
  }
}

.footer_oval_left,
.footer_left_bottom_oval_outline,
.footer_arrow_bottom_stroke,
.footer_bottom_arrow,
.footer_right__bottom_arrow,
.footer_oval_stroke_top_right,
.footer_circles path {
  animation: none;
}

.footer.animate .footer_oval_left {
  animation: slideInTopLeftFooter_oval_left 1s ease-out forwards;
}

.footer.animate .footer_left_bottom_oval_outline {
  animation: slideInTopLeftFooter_left_bottom_oval_outline 1s ease-out forwards;
}

.footer.animate .footer_arrow_bottom_stroke {
  animation: slideInTopLeftFooter_arrow_bottom_stroke 1s ease-out forwards;
}

.footer.animate .footer_bottom_arrow {
  animation: slideInTopLeftFooter_bottom_arrow 1s ease-out forwards;
  animation-delay: 0.4s;
}

.footer.animate .footer_right__bottom_arrow {
  animation: slideInFooter_right__bottom_arrow 1s ease-out forwards;
  animation-delay: 0.8s;
}

.footer.animate .footer_oval_stroke_top_right {
  animation: slideInFooter_oval_stroke_top_right 1s ease-out forwards;
  animation-delay: 1.3s;
}

.footer.animate .footer_circles path {
  animation: growIn 3s ease-out forwards;
}

.header_burger_button:hover {
  cursor: pointer;
}

.header_burger_button .line1,
.header_burger_button .line2,
.header_burger_button .line3 {
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform-origin: center;
}

.burger_active .line1 {
  transform: rotate(45deg) translate(0px, 8px);
}

.burger_active .line2 {
  transform: rotate(-45deg) translate(0px, 0px);
}

.burger_active .line3 {
  opacity: 0;
}

.mobile_menu {
  position: absolute;
  transform: translateY(5px);
  right: 48px;
  top: 56px;
  border-radius: 24px;
  background: #fff;
  transition: all .5s ease-out;
  border: 2px solid #3cae84;
  border-radius: 24px 0 24px 24px;
  overflow: hidden;
  opacity: 0;
  max-height: 0px;
}

.mobile_menu.show {
  max-height: 500px;
  opacity: 1;
}

.mobile_menu_list {
  display: flex;
  flex-direction: column;
  background: #fff;
}

.mobile_menu_list:hover {
  background: #fff;
}

.mobile_menu_item:first-child {
  padding-top: 24px;
}

.mobile_menu_item:last-child {
  padding-bottom: 24px;
}

.mobile_menu_item {
  padding: 8px 24px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  transition: all .2s linear;
  text-decoration: none;
  color: #474747;
}

.mobile_menu_item:hover {
  background-color: #FEFAE8;
  cursor: pointer;
}

.mobile_menu_item:active {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
}

.header_burger_button_container {
  display: none;
}

.values_list_mobile {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(5, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: none;
}

.why_choose_us_wrapper_mobile {
  display: none;
}

@media (width <=1280px) {
  .welcome_wrapper {
    max-height: 835px;
  }

  .welcome_upper_left_oval {
    top: -800px;
    left: -1200px;
    width: 600px;
    height: 600px;
  }

  @keyframes slideInTopLeftUpper_left_oval {
    0% {
      top: -800px;
      left: -1200px;
    }

    100% {
      top: -220px;
      left: -420px;
    }
  }

  .welcome_oval_outline_center_bottom {
    bottom: -600px;
    left: 500px;
    width: 500px;
    height: 500px;
  }

  @keyframes slideInTopLeftOval_outline_center_bottom {
    0% {
      bottom: -600px;
      left: 500px;
    }

    100% {
      bottom: -217px;
      left: 166px;
    }
  }

  .welcome_oval_outline_top_right {
    top: -1071px;
    right: 705px;
    width: 700px;
    height: 700px;
  }

  @keyframes slideInTopLeftOval_outline_top_right {
    0% {
      top: -1071px;
      right: 705px;
    }

    100% {
      top: -471px;
      right: 105px;
    }
  }

  .welcome_oval_superimposed_arrow_below {
    bottom: -600px;
    right: -76px;
    width: 400px;
    height: 400px;
  }

  @keyframes slideInTopLeftOval_superimposed_arrow_below {
    0% {
      bottom: -600px;
      right: -500px;
    }

    100% {
      bottom: -300px;
      right: -80px;
    }
  }

  .welcome_arrow_top_right {
    right: -1476px;
    top: 1000px;
    width: 700px;
    height: 700px;
  }

  @keyframes slideInTopLeftArrow_top_right {
    0% {
      right: -1476px;
      top: 1000px;
    }

    100% {
      right: -488px;
      top: 30px;
    }
  }

  .welcome_right_largest {
    right: -1341px;
    bottom: -561px;
    width: 2200px;
    height: 2200px;
  }

  @keyframes slideInTopLeftRight_largest {
    0% {
      right: -4000px;
      bottom: -3061px;
    }

    100% {
      right: -1641px;
      bottom: -761px;
    }
  }

  .welcome_arrow_below_covered_oval {
    bottom: -343px;
    right: -102px;
    width: 550px;
    height: 550px;
  }

  @keyframes slideInTopLeftArrow_below_covered_oval {
    0% {
      bottom: -1000px;
      right: -702px;
    }

    100% {
      bottom: -243px;
      right: -122px;
    }
  }

  .welcome_right_below_oval_outline_small {
    display: none;
  }

  .welcome_bottom_right_outline_arrow {
    right: -389px;
    bottom: -248px;
    width: 600px;
    height: 600px;
  }

  @keyframes slideInTopLeftBottom_right_outline_arrow {
    0% {
      right: -700px;
      bottom: -500px;
    }

    100% {
      right: -450px;
      bottom: -190px;
    }
  }

  .welcome_circles {
    top: -202px;
    left: 140px;
    width: 777px;
    height: 777px;
  }

  .section {
    padding: 60px 85px;
  }

  .proud_wrapper {
    padding: 60px 85px;
  }

  .proud_first {
    padding: 32px 24px;
    max-width: 293px;
  }

  .growing_together_text {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
  }

  .proud_statistic_item {
    padding: 32px 24px;
  }

  .proud_statistic_item_title {
    font-size: 28px;
    line-height: 34px;
    white-space: nowrap;
  }

  .company_product_card_description_wrapper {
    gap: 48px;
  }

  .company_product_card {
    padding: 32px 48px;
  }

  .bank_item {
    height: 68px;
  }

  .footer {
    padding: 60px 85px;
  }

  .footer_oval_left {
    top: -500px;
    left: -700px;
  }

  @keyframes slideInTopLeftFooter_oval_left {
    0% {
      top: -500px;
      left: -700px;
    }

    100% {
      top: -167px;
      left: -363px;
    }
  }

  .footer_left_bottom_oval_outline {
    bottom: -507px;
    left: 133px;
  }

  @keyframes slideInTopLeftFooter_left_bottom_oval_outline {
    0% {
      bottom: -507px;
      left: 133px;
    }

    100% {
      bottom: -315px;
      left: 15px;
    }
  }

  .footer_circles {
    position: absolute;
    top: -200px;
    left: 221px;
  }

  .footer_arrow_bottom_stroke {
    bottom: -507px;
    right: 0;
  }

  @keyframes slideInTopLeftFooter_arrow_bottom_stroke {
    0% {
      bottom: -507px;
      right: 0;
    }

    100% {
      bottom: -335px;
      right: 60px;
    }
  }

  .footer_bottom_arrow {
    bottom: -607px;
    right: -150px;
  }

  @keyframes slideInTopLeftFooter_bottom_arrow {
    0% {
      bottom: -607px;
      right: -150px;
    }

    100% {
      bottom: -280px;
      right: 20px;
    }
  }

  .footer_right__bottom_arrow {
    right: -614px;
    bottom: -556px;
  }

  @keyframes slideInFooter_right__bottom_arrow {
    0% {
      right: -614px;
      bottom: -556px;
    }

    100% {
      right: -370px;
      bottom: -330px;
    }
  }

  .footer_oval_stroke_top_right {
    top: 1021px;
    right: -1188px;
  }

  @keyframes slideInFooter_oval_stroke_top_right {
    0% {
      top: 1021px;
      right: -1188px;
    }

    100% {
      top: -40px;
      right: -130px;
    }
  }
}

@media (width <=1050px) {
  .proud_wrapper {
    flex-direction: column;
  }

  .proud_first {
    width: 100%;
    max-width: none;
    border-radius: 24px 24px 0 0;
  }

  .proud_statistic_item:first-child {
    border-radius: 0 0 0 24px;
  }

  .proud_statistic_item:last-child {
    border-radius: 0 0 24px 0;
  }
}

@media (width <=992px) {
  .header {
    padding: 16px 56px;
  }

  .welcome_wrapper {
    max-height: 558px;
  }

  .header_menu_list {
    gap: 10px;
  }

  .footer_menu_list {
    gap: 10px;
  }

  .welcome_title {
    font-weight: 800;
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 4px;
  }

  .welcome_subtitle {
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    width: 625px;
  }

  .welcome_title_container {
    margin-bottom: 10px;
  }

  .welcome_text {
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0%;
    margin-bottom: 24px;
  }

  .white_button {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    padding: 16px 32px;
    height: 54px;
  }

  .welcome_upper_left_oval {
    top: -800px;
    left: -1200px;
    width: 400px;
    height: 400px;
  }

  @keyframes slideInTopLeftUpper_left_oval {
    0% {
      top: -800px;
      left: -1200px;
    }

    100% {
      top: -110px;
      left: -260px;
    }
  }

  .welcome_oval_outline_center_bottom {
    bottom: -600px;
    left: 500px;
    width: 400px;
    height: 400px;
  }

  @keyframes slideInTopLeftOval_outline_center_bottom {
    0% {
      bottom: -600px;
      left: 500px;
    }

    100% {
      bottom: -180px;
      left: 100px;
    }
  }

  .welcome_oval_outline_top_right {
    top: -1071px;
    right: 705px;
    width: 400px;
    height: 400px;
  }

  @keyframes slideInTopLeftOval_outline_top_right {
    0% {
      top: -1071px;
      right: 705px;
    }

    100% {
      top: -230px;
      right: 70px;
    }
  }

  .welcome_oval_superimposed_arrow_below {
    bottom: -600px;
    right: -76px;
    width: 300px;
    height: 300px;
  }

  @keyframes slideInTopLeftOval_superimposed_arrow_below {
    0% {
      bottom: -600px;
      right: -500px;
    }

    100% {
      bottom: -210px;
      right: -60px;
    }
  }

  .welcome_arrow_top_right {
    right: -1476px;
    top: 1000px;
    width: 400px;
    height: 400px;
  }

  @keyframes slideInTopLeftArrow_top_right {
    0% {
      right: -1476px;
      top: 1000px;
    }

    100% {
      right: -260px;
      top: 50px;
    }
  }

  .welcome_right_largest {
    right: -1341px;
    bottom: -561px;
    width: 1700px;
    height: 1700px;
  }

  @keyframes slideInTopLeftRight_largest {
    0% {
      right: -4000px;
      bottom: -3061px;
    }

    100% {
      right: -1290px;
      bottom: -650px;
    }
  }

  .welcome_arrow_below_covered_oval {
    bottom: -343px;
    right: -102px;
    width: 450px;
    height: 450px;
  }

  @keyframes slideInTopLeftArrow_below_covered_oval {
    0% {
      bottom: -1000px;
      right: -702px;
    }

    100% {
      bottom: -220px;
      right: -140px;
    }
  }

  .welcome_right_below_oval_outline_small {
    display: none;
  }

  .welcome_bottom_right_outline_arrow {
    right: -389px;
    bottom: -248px;
    width: 450px;
    height: 450px;
  }

  @keyframes slideInTopLeftBottom_right_outline_arrow {
    0% {
      right: -700px;
      bottom: -500px;
    }

    100% {
      right: -320px;
      bottom: -160px;
    }
  }

  .welcome_circles {
    top: -137px;
    left: 118px;
    width: 607px;
    height: 607px;
  }

  .section {
    padding: 60px 56px;
  }

  .about_us_wrapper svg {
    width: 269px;
  }

  .about_text {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
  }

  .about_us_quote {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
  }

  .about_us_directions_item_text {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
  }

  .about_us_directions_item {
    padding: 16px 24px;
    gap: 16px;
  }

  .values_item_main_title {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
  }

  .values_list {
    max-width: 768px;
    height: 576px;
  }

  .values_wrapper {
    height: 576px;
  }

  .values_item {
    padding: 24px 16px;
  }

  .values_item_main_title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
  }

  .values_item_title {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 4px;
  }

  .values_item_description {
    font-size: 14px;
    line-height: 20px;
  }

  .proud_wrapper {
    padding: 60px 56px;
  }

  .we_proud_inscription_text {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 4px;
  }

  .proud_first {
    padding: 16px 24px;
  }

  .growing_together_text {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
  }

  .proud_statistic_item {
    padding: 24px;
  }

  .proud_statistic_item_title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 4px;
  }

  .why_choose_us_wrapper {
    display: none;
  }

  .why_choose_us_item {
    width: 100%;
    margin-bottom: 16px;
  }

  .why_choose_us_bottom_images {
    display: flex;
    gap: 16px;
  }

  .why_choose_us_bottom_images .why_choose_us_item {
    flex: 1 1 50%;
    margin-bottom: 0;
  }

  .why_choose_us_wrapper_mobile {
    display: flex;
    flex-direction: column;
    margin-bottom: 32px;
  }

  .cities_item {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    height: 54px;
  }

  .section_title {
    margin-bottom: 32px;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
  }

  .why_choose_us_description {
    font-size: 18px;
    line-height: 24px;
  }

  .cities_row {
    gap: 10px;
  }

  .cities_item {
    flex: 0 1 calc((100% - (6 * 10px)) / 7);
  }

  .company_product_card_description {
    font-size: 18px;
    line-height: 24px;
  }

  .company_product_card_description_wrapper {
    gap: 24px;
    margin-bottom: 24px;
  }

  .company_product_card {
    padding: 32px;
  }

  .yellow_button {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    height: 54px;
    padding: 0 32px;
  }

  .company_product_card_quote {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 24px;
  }

  .company_product_card_advantages_item {
    font-size: 18px;
    line-height: 24px;
  }

  .company_product_card_advantages_list {
    gap: 10px;
    margin-bottom: 24px;
  }

  .how_does_work_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
  }

  .how_does_work_item {
    gap: 10px;
    padding: 10px 16px;
  }

  .how_does_work_number {
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0%;
  }

  .bank_item {
    height: 53px;
  }

  .reviews_item {
    width: 100%;
  }

  .reviews_name {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
  }

  .reviews_description {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
  }

  .footer {
    padding: 32px 56px;
  }

  .footer_info_title {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
  }

  .footer_info_text {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
  }

  .footer_oval_left {
    top: -500px;
    left: -700px;
  }

  @keyframes slideInTopLeftFooter_oval_left {
    0% {
      top: -500px;
      left: -700px;
    }

    100% {
      top: -200px;
      left: -385px;
    }
  }

  .footer_left_bottom_oval_outline {
    display: none;
  }

  .footer_circles {
    top: -236px;
    left: 43px;
  }

  .footer_arrow_bottom_stroke {
    bottom: -507px;
    right: 0;
  }

  @keyframes slideInTopLeftFooter_arrow_bottom_stroke {
    0% {
      bottom: -507px;
      right: 0;
    }

    100% {
      bottom: -330px;
      right: 10px;
    }
  }

  .footer_bottom_arrow {
    bottom: -607px;
    right: -150px;
  }

  @keyframes slideInTopLeftFooter_bottom_arrow {
    0% {
      bottom: -607px;
      right: -150px;
    }

    100% {
      bottom: -275px;
      right: -30px;
    }
  }

  .footer_right__bottom_arrow {
    display: none;
  }

  .footer_oval_stroke_top_right {
    top: 1021px;
    right: -1188px;
  }

  @keyframes slideInFooter_oval_stroke_top_right {
    0% {
      top: 1021px;
      right: -1188px;
    }

    100% {
      top: -40px;
      right: -130px;
    }
  }
}

@media (width <=830px) {
  .header_menu_list {
    display: none;
  }

  .header_burger_button_container {
    display: block;
  }

  .header_menu_button {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
  }

  .footer_menu_list {
    gap: 8px;
  }
}

@media (width <=768px) {
  .header {
    padding: 8px 40px;
  }

  .welcome_wrapper {
    height: 476px;
  }

  .welcome_subtitle {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    width: 488px;
  }

  .welcome_title_container {
    margin-bottom: 16px;
  }

  .welcome_text {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 32px;
  }

  .welcome_upper_left_oval {
    top: -800px;
    left: -1200px;
    width: 270px;
    height: 270px;
  }

  @keyframes slideInTopLeftUpper_left_oval {
    0% {
      top: -800px;
      left: -1200px;
    }

    100% {
      top: -70px;
      left: -190px;
    }
  }

  .welcome_oval_outline_center_bottom {
    bottom: -600px;
    left: 500px;
    width: 300px;
    height: 300px;
  }

  @keyframes slideInTopLeftOval_outline_center_bottom {
    0% {
      bottom: -600px;
      left: 500px;
    }

    100% {
      bottom: -120px;
      left: 100px;
    }
  }

  .welcome_oval_outline_top_right {
    top: -1071px;
    right: 705px;
    width: 260px;
    height: 260px;
  }

  @keyframes slideInTopLeftOval_outline_top_right {
    0% {
      top: -1071px;
      right: 705px;
    }

    100% {
      top: -130px;
      right: 90px;
    }
  }

  .welcome_oval_superimposed_arrow_below {
    bottom: -600px;
    right: -76px;
    width: 200px;
    height: 200px;
  }

  @keyframes slideInTopLeftOval_superimposed_arrow_below {
    0% {
      bottom: -600px;
      right: -500px;
    }

    100% {
      bottom: -150px;
      right: -25px;
    }
  }

  .welcome_arrow_top_right {
    right: -1476px;
    top: 1000px;
    width: 260px;
    height: 260px;
  }

  @keyframes slideInTopLeftArrow_top_right {
    0% {
      right: -1476px;
      top: 1000px;
    }

    100% {
      right: -150px;
      top: 60px;
    }
  }

  .welcome_right_largest {
    right: -4000px;
    bottom: -3061px;
    width: 1700px;
    height: 1700px;
  }

  @keyframes slideInTopLeftRight_largest {
    0% {
      right: -4000px;
      bottom: -3061px;
    }

    100% {
      right: -1340px;
      bottom: -700px;
    }
  }

  .welcome_arrow_below_covered_oval {
    bottom: -343px;
    right: -102px;
    width: 350px;
    height: 350px;
  }

  @keyframes slideInTopLeftArrow_below_covered_oval {
    0% {
      bottom: -1000px;
      right: -702px;
    }

    100% {
      bottom: -170px;
      right: -115px;
    }
  }

  .welcome_right_below_oval_outline_small {
    display: none;
  }

  .welcome_bottom_right_outline_arrow {
    right: -389px;
    bottom: -248px;
    width: 300px;
    height: 300px;
  }

  @keyframes slideInTopLeftBottom_right_outline_arrow {
    0% {
      right: -700px;
      bottom: -500px;
    }

    100% {
      right: -190px;
      bottom: -30px;
    }
  }

  .welcome_circles {
    top: -175px;
    left: 24px;
    width: 627px;
    height: 627px;
  }

  .about_us_wrapper {
    gap: 24px;
    margin-bottom: 24px;
  }

  .about_us_wrapper svg {
    min-width: 180px;
  }

  .about_text {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
  }

  .section {
    padding: 48px 40px;
  }

  .section.banks {
    padding-bottom: 48px;
  }

  .section.partners {
    padding-top: 48px;
  }

  .about_us_directions_item_text {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
  }

  .about_us_directions_list {
    gap: 8px;
    flex-wrap: wrap;
  }

  .about_us_directions_item {
    width: calc((100% - 8px) / 2);
  }

  .quote_wrapper {
    padding: 10px 32px;
  }

  .proud_wrapper {
    padding: 48px 40px;
  }

  .growing_together_text {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
  }

  .proud_statistic_item_title {
    font-size: 20px;
    line-height: 26px;
  }

  .proud_statistic_item_text {
    font-size: 14px;
    line-height: 20px;
  }

  .section_title {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 24px;
  }

  .why_choose_us_item {
    padding: 24px;
    margin-bottom: 8px;
  }

  .why_choose_us_title {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
  }

  .why_choose_us_description {
    font-size: 16px;
    line-height: 22px;
  }

  .why_choose_us_bottom_images {
    gap: 8px;
  }

  .why_choose_us_bottom_images .why_choose_us_item {
    aspect-ratio: 1/1;
  }

  .why_choose_us_wrapper_mobile {
    margin-bottom: 24px;
  }

  .cities_item {
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    height: 38px;
  }

  .cities_row {
    flex-wrap: wrap;
    gap: 8px;
  }

  .cities_item {
    flex: 0 1 calc((100% - (6 * 8px)) / 7);
  }

  .company_product_card_logo {
    width: 233px;
  }

  .company_product_card_description {
    font-size: 16px;
    line-height: 22px;
  }

  .company_product_card_advantages_item {
    font-size: 16px;
    line-height: 22px;
  }

  .how_does_work_wrapper_title {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
  }

  .how_does_work_text {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }

  .company_product_card_quote {
    padding: 10px 20px;
  }

  .company_products_wrapper {
    gap: 16px;
  }

  .banks_list {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .reviews_item {
    padding: 32px 24px;
  }

  .reviews_name {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
  }

  .reviews_description {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
  }

  .footer {
    padding: 32px 40px;
  }

  .footer_oval_left {
    top: -500px;
    left: -700px;
  }

  @keyframes slideInTopLeftFooter_oval_left {
    0% {
      top: -500px;
      left: -700px;
    }

    100% {
      top: -200px;
      left: -395px;
    }
  }

  .footer_circles {
    top: -222px;
    left: 43px;
  }

  .footer_arrow_bottom_stroke {
    bottom: -807px;
    right: -400px;
  }

  @keyframes slideInTopLeftFooter_arrow_bottom_stroke {
    0% {
      bottom: -807px;
      right: -400px;
    }

    100% {
      bottom: -350px;
      right: -80px;
    }
  }

  .footer_bottom_arrow {
    bottom: -607px;
    right: -400px;
  }

  @keyframes slideInTopLeftFooter_bottom_arrow {
    0% {
      bottom: -607px;
      right: -400px;
    }

    100% {
      bottom: -310px;
      right: -140px;
    }
  }

  .footer_oval_stroke_top_right {
    display: none;
  }
}

@media (width <=730px) {
  .footer_menu_wrapper {
    flex-direction: column-reverse;
    gap: 24px;
    margin-bottom: 24px;
  }

  .footer_menu_list {
    flex-wrap: wrap;
  }

  .header_menu_button {
    width: calc((100% - 16px) / 3);
  }

  .footer {
    padding: 32px;
  }
}

@media (width <=700px) {
  .values_wrapper {
    display: none;
  }

  .values_list_mobile {
    display: grid;
  }

  .values_item {
    aspect-ratio: 1 / 1;
    padding: 24px;
  }

  .values_image {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-position: 50% 50%;
    object-fit: cover;
  }
}

@media (width <=650px) {
  .proud_statistic_list {
    flex-wrap: wrap;
  }

  .proud_statistic_item {
    flex: 50% 1 1;
  }

  .proud_statistic_item:first-child {
    border-radius: 0;
  }

  .proud_statistic_item:nth-last-child(2) {
    border-radius: 0 0 0 24px;
  }
}

@media (width <=600px) {
  .about_us_directions_item {
    width: 100%;
  }

  .company_product_card_description_wrapper {
    flex-direction: column;
  }

  .company_product_card_description {
    width: 100%;
  }

  .yellow_button {
    width: 100%;
  }
}

@media (width <=550px) {
  .welcome_subtitle {
    max-width: 488px;
    width: 100%;
  }

  .about_us_wrapper {
    flex-direction: column;
  }

  .how_does_work_list {
    display: flex;
    flex-direction: column;
  }

  .how_does_work_list>div:nth-child(1) {
    order: 1;
  }

  .how_does_work_list>div:nth-child(3) {
    order: 2;
  }

  .how_does_work_list>div:nth-child(2) {
    order: 3;
  }

  .how_does_work_list>div:nth-child(4) {
    order: 4;
  }
}

@media (width <=450px) {
  .bank_item_image {
    transform: scale(1.2);
  }

  .welcome_text {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
  }

  .white_button {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    padding: 16px 57.5px;
  }

  .welcome_upper_left_oval {
    top: -800px;
    left: -1200px;
    width: 220px;
    height: 220px;
  }

  @keyframes slideInTopLeftUpper_left_oval {
    0% {
      top: -800px;
      left: -1200px;
    }

    100% {
      top: -50px;
      left: -160px;
    }
  }

  .welcome_oval_outline_center_bottom {
    bottom: -600px;
    left: 500px;
    width: 230px;
    height: 230px;
  }

  @keyframes slideInTopLeftOval_outline_center_bottom {
    0% {
      bottom: -600px;
      left: 500px;
    }

    100% {
      bottom: -150px;
      left: 80px;
    }
  }

  .welcome_oval_outline_top_right {
    top: -1071px;
    right: 705px;
    width: 230px;
    height: 230px;
  }

  @keyframes slideInTopLeftOval_outline_top_right {
    0% {
      top: -1071px;
      right: 705px;
    }

    100% {
      top: -140px;
      right: 25px;
    }
  }

  .welcome_oval_superimposed_arrow_below {
    display: none;
  }

  .welcome_arrow_top_right {
    right: -1476px;
    top: 1000px;
    width: 200px;
    height: 200px;
  }

  @keyframes slideInTopLeftArrow_top_right {
    0% {
      right: -1476px;
      top: 1000px;
    }

    100% {
      right: -130px;
      top: 50px;
    }
  }

  .welcome_right_largest {
    right: -4000px;
    bottom: -3061px;
    width: 800px;
    height: 800px;
  }

  @keyframes slideInTopLeftRight_largest {
    0% {
      right: -4000px;
      bottom: -3061px;
    }

    100% {
      right: -570px;
      bottom: -100px;
    }
  }

  .welcome_arrow_below_covered_oval {
    bottom: -343px;
    right: -102px;
    width: 250px;
    height: 250px;
  }

  @keyframes slideInTopLeftArrow_below_covered_oval {
    0% {
      bottom: -1000px;
      right: -702px;
    }

    100% {
      bottom: -30px;
      right: -170px;
    }
  }

  .welcome_right_below_oval_outline_small {
    display: none;
  }

  .welcome_bottom_right_outline_arrow {
    right: -389px;
    bottom: -248px;
    width: 200px;
    height: 200px;
  }

  @keyframes slideInTopLeftBottom_right_outline_arrow {
    0% {
      right: -700px;
      bottom: -500px;
    }

    100% {
      right: -150px;
      bottom: 110px;
    }
  }

  .welcome_circles {
    top: -92px;
    left: -4px;
    width: 462px;
    height: 462px;
  }

  .about_us_wrapper svg {
    width: 210px;
    min-width: none;
  }

  .section {
    padding: 40px 32px;
  }

  .section.banks {
    padding-bottom: 40px;
  }

  .section.partners {
    padding-top: 40px;
  }

  .about_us_wrapper {
    gap: 16px;
    margin-bottom: 32px;
  }

  .about_text {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
  }

  .quote_wrapper {
    border: none;
    padding: 0;
    margin-bottom: 16px;
  }

  .about_us_quote {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
  }

  .about_us_directions_item {
    padding: 16px;
    gap: 10px;
  }

  .about_us_directions_item_text {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
  }

  .proud_wrapper {
    padding: 40px 32px;
  }

  .proud_first {
    padding: 16px;
  }

  .growing_together_text {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
  }

  .proud_statistic_item {
    padding: 24px 16px;
  }

  .proud_statistic_item_text {
    font-size: 16px;
    line-height: 22px;
  }

  .cities_item:nth-child(-n+4) {
    flex: 0 1 calc((100% - 3 * 8px) / 4);
  }

  .cities_item:nth-child(n+5):nth-child(-n+9) {
    flex: 0 1 calc((100% - 4 * 8px) / 5);
  }

  .cities_item:nth-child(n+10):nth-child(-n+13) {
    flex: 0 1 calc((100% - 3 * 8px) / 4);
  }

  .cities_item:nth-child(n+14) {
    flex: 0 1 100%;
  }

  .why_choose_us_item_image1 {
    display: none;
  }

  .why_choose_us_bottom_images .why_choose_us_item {
    aspect-ratio: auto;
    margin-top: 8px;
  }

  .why_choose_us_title {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
  }

  .why_choose_us_item {
    margin-bottom: 8px;
  }

  .company_product_card {
    padding: 24px 16px;
  }

  .company_product_card_description {
    font-size: 18px;
    line-height: 24px;
  }

  .company_product_card_description_wrapper {
    gap: 16px;
  }

  .yellow_button {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    height: 56px;
  }

  .company_product_card_quote {
    padding: 0;
    border: none;
    text-align: left;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
  }

  .how_does_work_wrapper_title {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
  }

  .how_does_work_item {
    padding: 8px 10px;
    gap: 8px;
  }

  .how_does_work_text {
    font-size: 16px;
  }

  .banks_list {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }

  .bank_item {
    height: 53px;
  }

  .banks_list.partners {
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    gap: 8px;
  }

  .banks_list.partners .bank_item {
    display: flex;
    width: 100%;
  }

  .banks_list.partners .bank_item:nth-child(-n+3) {
    flex: 0 1 calc((100% - 2 * 8px) / 3);
  }

  .banks_list.partners .bank_item:nth-child(n+4):nth-child(-n+7) {
    flex: 0 1 calc((100% - 3 * 8px) / 4);
  }

  .banks_list.partners .bank_item:nth-child(n+8):nth-child(-n+10) {
    flex: 0 1 calc((100% - 2 * 8px) / 3);
  }

  .banks_list.partners .bank_item:nth-child(n+11) {
    flex: 0 1 100%;
  }

  .reviews_item {
    padding: 24px;
  }

  .reviews_partner {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
  }

  .footer_oval_left {
    top: -500px;
    left: -700px;
  }

  @keyframes slideInTopLeftFooter_oval_left {
    0% {
      top: -500px;
      left: -700px;
    }

    100% {
      top: -200px;
      left: -400px;
    }
  }

  .footer_circles {
    top: -254px;
    left: -100px;
  }

  .footer_arrow_bottom_stroke {
    bottom: -807px;
    right: -400px;
    width: 300px;
    height: 300px;
  }

  @keyframes slideInTopLeftFooter_arrow_bottom_stroke {
    0% {
      bottom: -807px;
      right: -400px;
    }

    100% {
      bottom: -240px;
      right: -30px;
    }
  }

  .footer_bottom_arrow {
    bottom: -607px;
    right: -400px;
    width: 300px;
    height: 300px;
  }

  @keyframes slideInTopLeftFooter_bottom_arrow {
    0% {
      bottom: -607px;
      right: -400px;
    }

    100% {
      bottom: -250px;
      right: -100px;
    }
  }

  .footer_info_text {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
  }

  .footer_info_block.one {
    width: 238px;
  }

  .footer_info_time .footer_info_title {
    margin-bottom: 4px;
  }

  .header_menu_button {
    padding: 6px 0;
    display: flex;
    justify-content: center;
  }

  *:hover {
    background-color: transparent;
  }
}

@media (width <=420px) {
  .values_item_title {
    font-size: 16px;
  }

  .values_item_description {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (width <=400px) {
  .footer_info_title {
    font-size: 12px;
  }

  .footer_info_text {
    font-size: 10px;
  }
}

@media (width <=410px) {
  .cities_item {
    flex: 1 !important;
    padding: 0 10px;
  }
}

@media (width <=340px) {
  .cities_list {
    display: none;
  }

  .why_choose_us_wrapper_mobile {
    margin: 0;
  }
}