* {
  padding: 0px;
  margin: 0px;
  border: none;
  font-family: "Ubuntu", sans-serif;
}
html {
  scroll-behavior: smooth;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
a,
a:link,
a:visited {
  text-decoration: none;
}

body {
  min-height: 100vh;
  min-width: 1280px;
  max-width: calc(1440px + 16%);
  margin: 0 auto;
  width: 100%;
}
img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}
button,
input[type="submit"] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.h2 {
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 45.6px;
  text-align: center;
}
.h2 span {
  color: #2759a0;
  font-size: 38px;
  font-style: normal;
  font-weight: 500;
  line-height: 45.6px;
}
.h2_content {
  padding-top: 138px;
}
.logo-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 59px 133px 56px 78px;
}

.menu-item {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #0c2d43;
  text-align: center;
  cursor: pointer;
}
.border {
  border-bottom: 1px solid #FCC200;
  width: 48px;
}
.border_content {
  display: flex;
  align-items: center;
  gap: 24px;
}
.payment {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  color: #FCC200;
}
.payment_text {
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  color: #2759a0;
}
.payment_text_qr {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  color: #0c2d43;
  max-width: 622px;
  width: 100%;
}
.payment_header {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.benefits-list {
  display: flex;
  flex-direction: column;
  list-style: none;
  gap: 10px;
  padding-top: 24px;
  padding-bottom: 31px;
  padding-left: 10px;
}

.benefits-list-text {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  color: #0c2d43;
}
.benefits--list {
  display: flex;
  gap: 7px;
}
.universal_bank button {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  padding: 14px 40px;
  border-radius: 8px;
  border: 1px solid #2759a0;
  color: #FCC200;
  background: #2759a0;
  box-shadow: 0px 12px 20px 0px rgba(18, 105, 169, 0.05);
}
.universal_bank_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 65px 138px 78px;
}
.bank_info {
  border-radius: 24px 0px 0px 24px;
  background: var(--bgr-blue, rgba(17, 158, 217, 0.05));
  max-width: 630px;
  width: 100%;
}
.bank_name {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 33.6px;
  color: #2759a0;
}
.bank_description {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}
.bank_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 82px;
}
.bank_info_desc {
  width: 100%;
  display: flex;
  padding: 32px;
  flex-direction: column;
  gap: 12px;
}
.fortress_text {
  max-width: 704px;
  width: 100%;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  padding: 32px;
}
.fortress {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 82px 188px 138px 0px;
}
.client_text {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  color: #2759a0;
  margin: 0 auto;
  width: 100%;
  max-width: 848px;
  text-align: center;
  padding: 36px 79px;
  border-radius: 12px;
  border: 1px dashed #2759a0;
  background: #fff;
  box-shadow: 0px 12px 20px 0px rgba(18, 105, 169, 0.05);
}
.flex_items {
  max-width: 319px;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.flex_benefits_text {
  color: #0c2d43;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 28.8px;
}
.application_benefits_text {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px;
  color: #fcc200;
}
.application_items {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 100%;
  max-width: 284px;
}
.application_benefits__text {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  color: #0c2d43;
}
.flex_items_content_text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.flex_benefits_text_ {
  font-size: 18px;
  font-style: normal;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 27px;
}
.flex_items_content {
  display: flex;
  justify-content: space-between;
  padding-left: 78px;
  padding-right: 85px;
}
.flex_items_content_ {
  display: flex;
  flex-direction: column;
  gap: 62px;
  padding-top: 82px;
}
.chopping_content {
  display: flex;
  justify-content: center;
  gap: 16px;
  align-items: center;
  border-radius: 12px;
  border: 1px dashed #2759a0;
  background: #fff;
  margin: 0 auto;
  box-shadow: 0px 12px 20px 0px rgba(18, 105, 169, 0.05);
  max-width: 396px;
  width: 100%;
  padding: 22px 0;
}
.footer_rights_br {
  display: none;
}
.chopping_block {
  display: flex;
  flex-direction: column;
  padding-top: 138px;
  gap: 62px;
}
.scan-code {
  display: flex;
  align-items: center;
  justify-content: center;
}
.online_payment{
  color: #0C2D43;
  font-family: "Ubuntu", sans-serif;
font-size: 38px;
font-style: normal;
font-weight: 400;
line-height: 27px; 
}
.chopping_content p {
  color: #2759a0;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}
.mobile_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 82px;
}
.mobile_content_ {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 82px;
}
.mask_group {
  padding-right: 204px;
}
.bank_info_2 {
  width: 100%;
  max-width: 651px;
  border-radius: 0px 24px 24px 0px;
  background: var(--bgr-blue, rgba(17, 158, 217, 0.05));
}
.bank_info_desc_2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 48px 48px 48px 78px;
}
.send_us_content button {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  color: #FCC200;
  padding: 14px 40px;
  border-radius: 8px;
  border: 1px solid #2759a0;
  background: #2759a0;
  box-shadow: 0px 12px 20px 0px rgba(18, 105, 169, 0.05);
}
.send_us {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 33.6px;
  color: #0c2d43;
}
.send_us_desc {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  color: #0c2d43;
}
.send_us_content {
  width: 100%;
  max-width: 885px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 62px;
  padding-top: 138px;
  align-items: center;
}
.send_us_text {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: center;
  padding-bottom: 32px;
  padding-top: 24px;
}
.send_us__content {
  display: flex;
  width: 100%;
  max-width: 659px;
  flex-direction: column;
  gap: 138px;
}
.send_us_content img {
  display: flex;
  margin: 0 auto;
}
.send_us_content button {
  display: flex;
  margin: 0 auto;
}
.send_us__content_ {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  color: #FCC200;
  line-height: 27px;
  width: 100%;
}
.flex_flame{
  position: absolute;
  left: 13px;
  top: 8px;
}
.send_us__content_text {
  color: #2759a0;
  text-decoration: underline;
  text-underline-offset: 3.5px;
  text-decoration-thickness: 2px;
}
.image__item_text {
  width: 100%;
  max-width: 518px;
  font-size: 18px;
  font-style: normal;
  padding-bottom: 78px;
  font-weight: 400;
  line-height: 27px;
  color: #0c2d43;
}
.image_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 71px;
  padding-left: 43px;
  padding-right: 81px;
  gap: 20px;
}
.image__item_ {
  position: relative;
}
.image__item_cont {
  position: absolute;
}
.application {
  padding-top: 100px;
  display: flex;
  flex-direction: column;
  padding-bottom: 138px;
  gap: 82px;
}
.application_items_flex {
  display: flex;
  gap: 82px;
  justify-content: center;
}
.send_application {
  border-radius: 27px;
  border: 1px dashed #2759a0;
  width: 100%;
  max-width: 765px;
  min-height: 643px;
  flex-shrink: 0;
  margin: 0 auto;
  padding: 149px 19px;
  background: #fff;
  box-shadow: 0px 6px 12px 0px rgba(111, 146, 167, 0.05),
    0px -4px 12px 0px rgba(111, 146, 167, 0.03);
}
.send__application {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 468px;
  margin: 0 auto;
  gap: 42px;
}
.send__application_field {
  border-radius: 8px;
  border: 1px solid #2759a0;
  background: #fff;
  height: 56px;
  font-size: 17px;
  padding: 13px 15px;
}
.send__application_contact {
  color: #181818;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.send__application_block {
  display: flex;
  justify-content: center;
  gap: 24px;
}
.send__application__block {
  display: flex;
  max-width: 222px;
  width: 100%;
  flex-direction: column;
  gap: 6px;
}
.textarea {
  width: 100%;
  height: 134px;
  font-size: 17px;
  padding: 13px 15px;
  border-radius: 8px;
  border: 1px solid #2759a0;
  background: #fff;
  resize: vertical;
}
.send__application_block_content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.send__application_button {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  margin: 0 auto;
  border-radius: 8px;
  width: 100%;
  max-width: 220px;
  color: #FCC200;
  border: 1px solid #2759a0;
  background: #2759a0;
  padding: 14px 0px;
  box-shadow: 0px 12px 20px 0px rgba(18, 105, 169, 0.05);
}
.bank_mobile {
  padding-top: 140px;
}
.bank__mobile {
  width: 100%;
  max-width: 515px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.bank__mobile_desc {
  color: #0c2d43;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}
.button_block {
  border-radius: 12px;
  background: var(--black, #0c2d43);
  width: 190px;
  height: 62px;
  display: flex;
  align-items: center;
}
.button_block_text {
  color: #FCC200;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  display: flex;
}
.button_block__text {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}
.bank_mobile_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.button__block {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-left: 18px;
}
.bank_mobile_flex {
  display: flex;
  gap: 16px;
}
.bank_mobile_desc_content {
  display: flex;
  flex-direction: column;
  padding-bottom: 95px;
  gap: 32px;
}
.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 140px 66px 63px 78px;
}
.footer_content_ {
  display: flex;
  width: 100%;
  max-width: 912px;
  justify-content: space-between;
  align-items: center;
}
.fotter_btn {
  color: #fbd5ae;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  border-radius: 8px;
  padding: 14px 40px;
  border: 1px solid #2759a0;
  background: #2759a0;
  box-shadow: 0px 12px 20px 0px rgba(18, 105, 169, 0.05);
}
.footer_text {
  color: #0c2d43;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.footer_content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer_rights {
  color: #FCC200;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding-bottom: 49px;
}
.fortres_bg{
  border-radius: 0px 24px 24px 0px;
  background: var(--bgr-blue, rgba(17, 158, 217, 0.05));
  max-width: 630px;
  width: 100%;
}
.hamburger-menu{
  display: none;
}
.menu__box{
  background: white;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  display: none;
  width: 100%;
  height: 100%;
}
.burger-checkbox {
  display: none;
}

.burger-checkbox {
  display: none;
}

.burger {
  display: none;
  z-index: 99999;
  cursor: pointer;
}
.menu-items_burger {
  position: fixed;
  top: 0;
  z-index: 9999999;
  transition: all 0.5s ease 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  height: 100%;
  left: -100%;
  bottom: 0;
  width: 100%;
}
.menu-items{
  display: flex;
  justify-content: space-between;
  gap: 62px;
}
.burger-line {
  width: 30px;
  height: 3px;
  background-color: black;
  margin: 4px 0;
  transition: transform 0.2s ease;
}

.burger_off{
  position: absolute;
  right: 28px;
  top: 15px;
  font-size: 22px;
}
.menu-items_content{
  height: 209px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  top: 140px;
}

@media screen and (max-width: 767px) {

  .burger{
    display: block;
  }

    .fotter_btn_div{
      width: 100%;
    max-width: 335px;
    margin: 0 auto;
    }
  body {
    min-width: auto;
  }
  .header {
    padding: 0;
  }
  .hamburger-lines {
    display: flex;
  }
  .menu-items{
    display: none;
  }
  .bank_img {
    display: none;
  }
  .bank_container {
    flex-direction: column;
    padding-top: 48px;
  }
  .fortress_img {
    display: none;
  }
  .fortress {
    padding: 24px 0px 66px 0;
    justify-content: center;
  }
  .flex_items_content {
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
    gap: 24px;
  }
  .mobile_content {
    flex-direction: column;
    padding-top: 32px;
  }
  .mobile_content_ {
    flex-direction: column-reverse;
    gap: 32px;
    padding-top: 32px;
  }
  .online_payment{
    color: #2759A0;
    font-size: 24px;
  }
  .image__item_ {
    display: none;
  }
  .application_items_flex {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .bank_mobile_container {
    display: block;
    padding: 0 20px;
  }
  .footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding: 66px 20px 32px;
  }
  .payment_text {
    font-size: 28px;
    line-height: 33.6px;
  }
  .logo {
    width: 90px;
    height: 27.169px;
  }
  .logo-container {
    padding: 15px 20px;
  }
  .hamburger-menu {
    display: block;
  }
  .payment {
    font-size: 16px;
    line-height: 24px;
  }
  .payment_text_qr {
    font-size: 18px;
    line-height: 27px;
  }
  .benefits-list-text {
    font-size: 18px;
    line-height: 27px;
  }
  .benefits-list {
    padding-top: 16px;
    padding-left: 0;
  }
  .universal_bank_content {
    padding: 30px 20px 58px;
    display: block;
  }
  .universal_bank_content button {
    width: 100%;
  }
  .h2,
  .h2 span {
    font-size: 24px;
    line-height: 28.8px;
  }
  .h2 {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .bank_universal_png {
    max-width: 334.332px;
    height: 252px;
    margin: 0 20px;
  }
  .bank_info {
    border-radius: 0;
    margin-top: 48px;
  }
  .bank_name {
    font-size: 18px;
    line-height: 27px;
  }
  .fortress_text,
  .bank_description {
    font-size: 16px;
    line-height: 24px;
  }
  .fortress_text{
    padding: 20px;
  }
  .bank_info_desc {
    padding: 20px;
  }
  .client_text {
    padding: 19px 25px;
    font-size: 16px;
    width: auto;
    margin: 0 20px;
    line-height: 24px;
  }
  .h2_content {
   padding: 66px 20px 0 20px;
  
  }
  .flex_items_content_ {
    padding-top: 32px;
    gap: 24px;
  }
  .flex_items {
    gap: 12px;
  }
  .flex_items_content_text {
    gap: 6px;
  }
  .flex_benefits_text {
    font-size: 24px;
    line-height: 28.8px;
  }
  .flex_benefits_text_ {
    font-size: 18px;
    line-height: 27px;
  }
  .chopping_block {
    padding: 66px 20px 0;
    gap: 24px;
  }
  .chopping_content {
    flex-direction: column-reverse;
    gap: 6px;
  }
  .mobile_png {
    max-width: 257px;
    width: 100%;
    height: 231.955px;
  }
  .bank_info {
    margin-top: 32px;
  }
  .mask_group {
    max-width: 216.627px;
    height: 234px;
    width: 100%;
    margin: 0 20px;
    padding: 0;
  }
  .bank_info_desc_2 {
    padding: 20px;
  }
  .send_us_content {
    padding: 66px 20px 0;
    gap: 42px;
  }
  .send_us_text {
    padding-bottom: 16px;
    gap: 16px;
  }
  .bank_info_2 {
    border-radius: 0;
  }
  .send_us__content_ {
    font-size: 16px;
    flex-direction: column;
    line-height: 24px;
    gap: 12px;
  }
  .send_us__content{
    gap: 66px;
  }
  .image_item {
    padding: 24px 20px 0;
  }
  .image__item_text {
    font-size: 16px;
    line-height: 24px;
    padding: 0;
  }
  .send_us__content_text {
    color: #2759a0;
    text-decoration: underline;
    text-underline-offset: 3.5px;
    text-decoration-thickness: 1px;
  }
  .application {
    padding: 66px 20px;
    gap: 32px;
  }
  .application_benefits__text {
    font-size: 16px;
    line-height: 24px;
  }
  .send_application__cont {
    padding: 0 20px;
  }
  .send__application_block {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .send__application_field {
    height: 48px;
  }
  .send__application_block_content {
    padding-top: 16px;
    padding-bottom: 34px;
    gap: 16px;
  }
  .send__application {
    max-width: 297px;
    gap: 0;
  }

  .send_application {
    padding: 20px 20px 32px;
    min-height: auto;
  }
  .bank_mobile {
    padding-top: 66px;
  }
  .mockup_png {
    max-width: 338px;
    width: 100%;
    height: 304.279px;
    display: flex;
    margin: 0 auto;
  }
  .bank__mobile_desc {
    font-size: 16px;
    line-height: 24px;
  }
  .bank__mobile {
    max-width: 100%;
  }
  .button_block_text {
    font-size: 9px;
    line-height: 15px;
  }
  .button_block__text {
    font-size: 16px;
    line-height: 27px;
  }
  .bank_mobile_desc_content {
    gap: 24px;
    align-items: center;
    padding: 0;
  }
  .button_block {
    width: 158px;
    height: 52px;
  }
  .button__block {
    padding-left: 14px;
  }
  .bank_mobile_flex {
    gap: 20px;
  }
  .footer_content_ {
    flex-direction: column;
    align-items: baseline;
    gap: 6px;
  }
  .footer_content {
    gap: 6px;
  }
  .fotter_btn {
    margin-top: 26px;
    width: 100%;
  }
  .footer_rights {
    padding: 0 20px 27px;
    font-size: 13px;
    line-height: 21px;
  }
  .footer_rights_br {
    display: block;
  }
  .send__application__block{
      max-width: 100%;
  }
}

@media screen and (max-width: 374px) {
  .bank_mobile_flex {
    flex-direction: column;
  }
}
