@font-face {
  font-family: 'NarkissBlockDigibank-Regular';
  src: url("../fonts/NarkissBlockDigibank-Regular.woff") format('woff');
}

@font-face {
  font-family: 'NarkissBlockDigibank-Medium';
  src: url("../fonts/NarkissBlockDigibank-Medium.woff") format('woff');
}

@font-face {
  font-family: 'NarkissBlockDigibank-Semibold';
  src: url("../fonts/NarkissBlockDigibank-Semibold.woff") format('woff');
}


* {
  font-family: 'NarkissBlockDigibank-Regular';
  outline: none;
  user-select: text;
  box-sizing: border-box;
  transition: 0.3s;
  cursor: default;
}


*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

*::-webkit-scrollbar-thumb {
  background-color: #f0f0f0;
  border-radius: 4px;
}

*::selection {
  color: white;
  background: #007AFF;
}

html, body {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  color: black;
}

body {
  background: #eee;
}

a:hover,
a {
  text-decoration: none;
  width: fit-content;
  cursor: pointer;
  color: initial;
}
a * {
  cursor: pointer;
}

img {
  max-width: 100%;
  max-height: 100%;
  user-select: none;
}

button {
  cursor: pointer;
  user-select: none;
}

button img {
  height: 16px;
  margin-inline-start: 4px;
}

.uk-input:focus, .uk-select:focus, .uk-textarea:focus,
.uk-input, .uk-select, .uk-textarea,
.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6 {
  color : black;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
  transition: 0.2s;
  padding: 24px;
  font-size: calc(0.94 * 23px);
}

.blue {
  background: #2d68f3;
  border-radius: 25px;
  border: 0;
  height: 50px;
  padding: 0 34px;
  color: white;
  font-size: calc(0.948 * 23px);;
  flex-shrink: 0;
  width: fit-content;
}

/* bottom */
.bottom {
  height: 100px;
  /* background: rgba(0 0 0 / 10%); */
  background: white;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  /* backdrop-filter: blur(16px); */
  display: flex;
  justify-content: center;
}
.bottom .container {
  width: 970px;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bottom .container input {
  background: white;
  height: 50px;
  border-radius: 25px;
  border: 0;
  padding: 0 28px;
  width: 220px;
  font-size: 16px;
  box-shadow: inset 0px 3px 6px #00000029;
}

.bottom .container .text {
  font-size: 22px;
}
.bottom .container .text span {
  font-family: 'NarkissBlockDigibank-Semibold';
}


/* hero */
.hero {
  /* height: 100vh; */
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-image: url(../assets/bg-desktop.png);
  background-size: cover;
  background-position: center center; */
  background: #f2f2f2;
}
.hero .container {
  width: 1200px;
  max-width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.hero .container .image {
  height: 100%;
  flex: 2;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 100px;
}
.hero .container .image img {
  aspect-ratio: 480 / 747.3;
  position: relative;
  right: -75px;
  /* width: 90%; */
}
.hero .container .main {
  height: fit-content;
  flex: 3;
  display: flex;
}
.hero .container .main .content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-inline-start: 30px;
}
.hero .container .main .content .bank {
  max-width: 100%;
  font-size: 40px;
  font-family: 'NarkissBlockDigibank-Semibold';
  margin-top: -16px;
}

.hero .container .main .content .logo {
  width: 577px;
}

.hero .container .main .content .h2 {
  display: flex;
  gap: 30px;
  font-size: calc(0.948 * 80px);
  color: #2D68F3;
}

.hero .container .main .content .h2 img {
  width: calc(0.948 * 140px);
}
.hero .container .main .content .h3 {
  font-size: calc(0.948 * 30px);
  line-height: 30px;
}

.hero .container .main .content .gift {
  font-size: calc(0.948 * 30px);
  border-block: 2px solid black;
  max-width: 100%;
  width: 376px;
  padding-block: 16px;
  margin-block: 28px 12px;
  text-align: center;
  color: #2d68f3;
  font-family: 'NarkissBlockDigibank-Semibold';
  /* text-decoration: underline; */
  }
  .hero .container .main .content .gift img {
    height: 32px;
    margin-inline-end: 24px;
  }

.hero .container .main .content .offers {
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-block: 0 16px;
  gap: 32px;
  width: fit-content;
}
.hero .container .main .content .offers .line {
  width: 1px;
  background: black;
  height: 50px;
}

.hero .container .main .content .offers .offer {
  display: flex;
  gap: 12px;
}
.hero .container .main .content .offers .offer:last-child {
  width: 100%;
}
.hero .container .main .content .offers .offer img {
  width: 29px;
}
.hero .container .main .content .offers .offer > span {
  font-size: 19px;
  line-height: 19px;
}
.hero .container .main .content .offers .offer > span span {
  background :#336357;
  color: white;
  padding-inline: 4px;
}

.hero .container .main .content .offers .offer:first-child > span {
  width: 160px;
}

.hero .container .main .content .blue {
margin-bottom: 24px;
}

/* exclusive */
.exclusive {
  display: flex;
  justify-content: center;
  background: white;
}
.exclusive .container {
  width: 1255px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin-top: 100px; */
  margin-bottom: 130px;
  flex-direction: column;
  gap: 10px;
}

.exclusive .container .offer {
  background: #2d68f3;
  padding-block: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 36px;
}


.exclusive .container .offer img {
  width: 64px;
}

.exclusive .container .offer .line {
  width: 1px;
  background: white;
  height: 130px;
  display: inline-block;
  opacity: 0.75;
}

.exclusive .container .offer .text {
  font-size: 24px;
  color :white;
}
.exclusive .container .offer .text .bold *,
.exclusive .container .offer .text .bold {
  font-family: 'NarkissBlockDigibank-Semibold';
}
.exclusive .container .offer .text .bold *:last-child {
  background: white;
  color: #2d68f3;
  padding-inline: 4px;
}
.exclusive .container .offer .text .large {
  font-size: 48px;
  margin-top: 16px;
  display: block;
}
.exclusive .container .offer .text .large span {
  margin-inline-end:16px;
  position:relative;
}

.exclusive .container .offer .text .large span:after {
  content: "";
  width: 3px;
  height: 78px;
  background: white;
  position: absolute;
  transform: rotate(-57deg);
  right: 39px;
  top: -16px;
}

.exclusive .container .main {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 70px;
  margin-block-start: 50px;
}

.exclusive .container .main > *:nth-child(1) {
  width: 57%;
}
.exclusive .container .main > *:nth-child(2) {
  width: 43%;
}


.exclusive .container .main p {
  font-size: 24px;
}

.exclusive .container .main p span {
  font-size: 16px;
  margin-top: 24px;
  display: block;
}

/* join */
.join {
  display: flex;
  justify-content: center;
  background: white;
  padding-block-end: 40px;
}
.advantages {
  padding-block-end: 140px;
}

.join  .container {
  width: 1255px;
  display: flex;
  gap: 100px;
}
.advantages  .container {
  gap: 0;
}

.join  .container > img {
  width: 520px;
  height: fit-content;
  aspect-ratio: 520 / 570;
}
.advantages  .container > .image {
  width: 500px;
  max-width: 100%;
  height: fit-content;
  margin-inline-end: 75px;
}

.advantages  .container > .image img {
  width: 37vw;
  max-width: unset;
}

.join  .container .main .h1 {
  font-size: 50px;
  font-family: 'NarkissBlockDigibank-Semibold';
}
.join  .container .main .h1 .one {
  color: #2d68f3;
}
.join  .container .main .line {
  height: 4px;
  width: 60px;
  background: #2d68f3;
  margin-block: 16px;;
}
.join  .container .main .h2 {
  font-size: 29px;
  font-family: 'NarkissBlockDigibank-Medium';
}
.join  .container .main .items {
  display: flex;
  flex-direction: column;
  gap: 70px;
  margin-block-start: 60px;
}
.join  .container .main .items .item {
  display: flex;
  gap: 20px;
}

.join  .container .main .items .item .image {
  width: 36px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
}
.join  .container .main .items .item .image img {
  width: 100%;
}
.join  .container .main .items .item .image img.dollar {
  width: 24px;
}
.join  .container .main .items .item .image img.calendar {
  width: 28px;
}
.join  .container .main .items .item .title {
  font-size: 24px;
  font-family: 'NarkissBlockDigibank-Semibold';
}
.join  .container .main .items .item .description {
  font-size: 18px;
  line-height: 27px;
  margin-top: 6px;
}

/* cellular */
.cellular {
  /* background: linear-gradient(180deg, #f2f2f7 0%, rgba(255,255,255,1) 100%); */
  background : white;
  display: flex;
  align-items: center;
  padding-inline: 32px;
  padding-block-start: 130px;
  padding-block-end: 40px;
  flex-direction: column;
}

.cellular .title-container {
  display :flex;
  align-items: flex-end;
  /* margin-top: -385px; */
}
.cellular .title-container img {
  width: 370px;
}
.cellular .title-container .title {
  display :flex;
  flex-direction: column;
  font-size: 52px;
}
.cellular .title-container .title .line {
  height: 4px;
  width: 60px;
  background: #2d68f3;
  margin: auto;
  margin-block: 16px 75px;
}

.cellular .steps {
  display: flex;
  gap: 26px;
  margin-block: 60px 170px;
  align-items: flex-end;
}

.cellular .steps .step {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.cellular .steps .step img {
  height: 58px;
}
.cellular .steps .step .text {
  font-size: 22px;
  height: 58px;
  font-family: 'NarkissBlockDigibank-Semibold';
  display: flex;
  align-items: center;
}

.cellular .steps .step .text .number {
  font-family: 'NarkissBlockDigibank-Semibold';
  font-size: 36px;
  border-inline-end: 1px solid grey;
  padding-inline-end: 10px;
  margin-inline-end: 16px;
}


.cellular .steps .blue-arrow {
  margin-bottom: 14px;
  margin-inline-end: 72px;
}





/* testimonials */
.testimonials {
  padding: 115px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #F2F2F7;
}
.testimonials * {
  transition: none;
}

.testimonials .h2 {
  font-size: 56px;
  text-align: center;
}
.testimonials .line {
  height: 4px;
  width: 60px;
  background: #2d68f3;
  margin-block: 16px 16px;
}
.testimonials .h3 {
  font-size :29px;
  font-family: 'NarkissBlockDigibank-Medium';

}
.uk-dotnav>*>* {
  width: 14px;
  height: 14px;
  border: 1px solid #007AFF;
}
.uk-dotnav>.uk-active>* {
  background-color: #007AFF;
}

.uk-dotnav>*>:hover {
  width: 14px;
  background-color: #007AFF;
}
.uk-dotnav>*>:active {
  background-color: #007AFF;
}
*+.uk-margin {
  margin-top:32px !important;
}

.slider {
  /* width: 910px; */
  margin-top: 100px;
  max-width: 100%;
}

.slide {
  width: 910px;
  height: 495px;
  max-width: 100%;
}


.slide .frame {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slide .play-container {
  position:absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.slide .play-container img {
  width: 100px;
  height: 100px;
  transition: 0.1s;
  cursor: pointer;
}
.slide .play-container:hover img {
  transform: scale(1.05);
}

.slide video {
  width: 100%;
  height: 100%;
}



/* faq */
.faq {
  padding: 115px 24px;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: start;
}

.faq .container {
  width: 1300px;
  max-width:100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  text-align: start;

}

.faq .h2 {
  font-size: 56px;
  font-family: 'NarkissBlockDigibank-Medium';
}

.faq .uk-accordion-title,
.faq .uk-accordion-title:hover,
.faq .uk-accordion {
  width: 100%;
}

.faq .uk-accordion-title {
  font-size: 24px;
}

.faq .uk-accordion-content p {
  font-size: 20px;
  line-height: 28px;
  max-width: 890px;
}

.faq .uk-accordion-title::before {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.03422 4.84V0.939999H4.79422V4.84H0.834219V7.69H4.79422V11.56H8.03422V7.69H11.9942V4.84H8.03422Z' fill='%23007AFF'/%3E%3C/svg%3E%0A");
}
.faq .uk-open>.uk-accordion-title::before {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='4' viewBox='0 0 10 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.60336 3.19V0.339999H0.603359V3.19H9.60336Z' fill='%23007AFF'/%3E%3C/svg%3E%0A");
}
.faq li {
  padding: 32px 0;
  border-bottom: 1px solid #D9D9D9;
}
.faq .uk-accordion>:nth-child(n+2) {
  margin-top: 0;
}


/* footer */
footer {
  height: 208px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
}

footer .container {
  width: 1300px;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .container img {
  height: 32px;
}

footer .container p {
  margin:0;
}


/* modal */
.modal {
  position: fixed;
  inset: 0;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
}

.modal .body {
  background: white;
  width: 640px;
  max-width: calc(100% - 32px);
  height: unset;
  max-height: calc(100% - 32px);
  z-index: 5;
  box-shadow: 0px 4px 25px rgb(0 0 0 / 25%), inset 0 0 54px 0px rgba(0 0 0 / 50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 24px 3%;
}

#form-body .iphone {
  width: 200px;
  margin: auto;
  margin-block-start: -130px;
}

#form-body .inputs .title,
#form-body .success .title {
  font-size: 24px;
  font-family: 'NarkissBlockDigibank-Semibold';
  margin-top: 40px;
  margin-bottom: 30px;
}
#form-body .inputs .title {
  margin-bottom: 10px;
}

#form-body .inputs .blue {
  margin-top: 0;
  margin-bottom:20px;
  width: 336px;
  max-width: 100%;
  gap: 12px;
}
#form-body .success .blue {
  width: fit-content;
  margin: auto;
  margin-top: 35px;
  margin-bottom: 50px;
}

#form-body .stores-container {
  margin: auto;
  gap: 8px;
  display: block;
}
#form-body .stores-container a img {
  height: 32px;
}
#form-body .inputs input {
  background: white;
  height: 50px;
  border: 0;
  padding: 0 28px;
  width: 336px;
  max-width: 100%;
  font-size: 16px;
  box-shadow: inset 0px 3px 6px #00000029;
  text-align: start;
  border-radius: 25px !important;
}
#app-body {
  padding: 128px 32px;
}
#app-body .h1 {
  font-size: 56px;
}
#app-body p {
  font-size: 20px;
  margin-top: 28px;
  margin-bottom: 40px;
  text-align: center;
  line-height: 140%;
  max-width: 350px;
}

.modal .body * {
  text-align: center;
}

.modal .body #desktop,
.modal .body #mobile {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.modal .body .close {
  text-align: end;
  position: absolute;
  left: 24px;
  top: 24px;
  cursor: pointer;
  z-index: 2;
}

.modal .body .h1 {
  line-height: 100%;
  font-size: 72px;
  margin-bottom: 0;
  margin-top: 50px;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
}

.modal .body p {
  font-size: 16px;
  margin-top: 28px;
  margin-bottom: 40px;
  text-align: center;
  line-height: 140%;
  max-width: 350px;
  margin: auto;
}

.modal .body #qr {
  width: 160px;
  height: 160px;
  padding: 10px;
  margin-bottom: 50px;
}

.modal .body .inputs {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.modal .body input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid black;
  height: 40px;
  font-size: 16px;
  width: 100%;
  max-width: 413px;
  border-radius: 0 !important;
  -webkit-appearance: none !important;
  -webkit-border-radius:0 !important;
}
.modal .body input::placeholder {
  color: #717175
}

.modal .body .checkboxes {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 413px;
  margin: auto;
  margin-top: 48px;
}

.modal .body .checkbox {
  display: flex;
  gap: 16px;
  font-size: 14px;
  cursor: pointer;
}

.modal .body .checkbox input {
  border-radius: 6px;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  cursor: pointer;
  margin-top: 2px;
}

.modal .body .checkbox label {
  color: #717175;
  cursor: pointer;
  font-size: 16px;
}

.modal .body .button-container {
  width: 100%;
  text-align: center;
  margin-top: 40px;
}

.modal .body .button-container .blue {
  width: unset;
  padding: 0 24px;
}



.modal .body input[type="tel"].error,
.modal .body input[type="text"].error {
  box-shadow: inset 0 0 4px 3px tomato;
  transition: 0.2s !important;
}

.modal .body #validation-container.error label {
  color: tomato;
}



input[type='checkbox'] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  border-radius: 0 !important;
  border:0!important;
}

input[type=checkbox]:before {
  width: 18px;
  height: 18px;
  content: '';
  display: block;
  border: 1px solid black !important;
}

input[type=checkbox]:checked:before {
  content: url('../assets/check.svg');
}



#success {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: white;
  z-index: 1;
  font-size: 24px;
  transition: 0.6s;
}

.hidden {
  opacity: 0;
  height: 0;
  width: 0;
  pointer-events: none;
}
.display-none {
  display: none !important;
}

.modal .body.success {
  padding: 24px 3.5%;
}

.modal .body.success p {
  max-width: unset;
  line-height: 28px;
}


.media {
  padding: 115px 24px;
  background: #F2F2F7;
  display: flex;
  justify-content: center;
  align-items: center;
}

.media .container {
  width: 100%;
  max-width: 1300px;
}
.media .container .h2 {
  font-family: 'NarkissBlockDigibank-Medium';
  font-size: 56px;
  text-align: center;
}

.media .container .articles {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 32px 0;
  justify-content: center;
}

.media .container .articles .article {
  width: 40%;
  cursor: pointer !important;
  padding: 0 50px;
}

.media .container .articles .article img {
  border-radius: 10px;
  transition: 0.4s; 
  pointer-events: none;
  height: 250px;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}

.media .container .articles .article p {
  font-size: 20px;
  pointer-events: none;
  color: black;
  position: relative;
}

.media .container .articles .article p:after {
  content: "";
  display: block;
  position: absolute;
  width: 36px;
  height: 36px;
  top: -54px;
  right: -6px;
  background-size: cover;
  border-radius: 50%;
  border: 3px solid #F2F2F7;
}

.media .container .articles .article:nth-child(1) p::after {
  background-image: url(../assets/ynet.png);
}
.media .container .articles .article:nth-child(2) p::after {
  background-image: url(../assets/themarker.png);
}
.media .container .articles .article:nth-child(3) p::after {
  background-image: url(../assets/globes.png);
}
.media .container .articles .article:nth-child(4) p::after {
  background-image: url(../assets/n12.png);
}


.stores-container {
  display: flex;
  gap: 24px;
}
.stores-container a img {
  cursor: pointer;
  height: calc(0.948 * 50px);
}




input[type="tel"].error,
input[type="text"].error {
  box-shadow: inset 0 0 4px 3px tomato !important; 
  transition: 0.2s !important;
}




/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
@media screen and (max-width: 1300px) {
  header {
    padding: 16px;
    font-size: 17px;
  }
  .stores-container a img {
    height: unset;
  }
  .hero {
    /* height: 100vh; */
  }
  .hero .container .image {
    justify-content: flex-end;
    /* padding-top: 110px; */
  }
  .hero .container .main .content .bank {
    font-size: 24px;
    margin-block-start: -12px;
    margin-block-end: -6px;
  }
  .hero .container .main .content .logo {
    width:310px;
  }
  .hero .container .main .content .h2 img {
    width: 95px;
  }
  .hero .container .main .content .h2 {
    font-size: 50px;
  }
  .hero .container .main .content .h3 {
    font-size: 18px;
    line-height: 21px;
    width: 540px;
    max-width: 100%;
  }
  .hero .container .main .content .gift {
    font-size: 20px;
    width: 310px;
  }
  .hero .container .main .content .gift img {
    height: 22px;
    margin-inline-end: 16px;
  }
  

  .hero .container .main .content .offers .offer img {
    width:26px;
  }
  .hero .container .main .content .offers .offer > span {
    font-size: 16px;
    line-height: 18px;
  }
  .hero .container .main .content .offers .offer:first-child > span {
    width: 135px;
  }
  .hero .container .main .content .offers {
    gap: 24px;
    width: 100%;
    margin-block: 0 16px;
  }



  .blue {
    height: 44px;
    padding: 0 24px;
    font-size: 17px;
  }
  .join .container {
    padding-inline: 30px;
  }
  .join .container .main .items .item .description {
    max-width: 500px;
  }
  .join .container > img {
    width: 400px;
  }
  .cellular .steps {
    max-width: calc(100% - 64px);
  }
  .cellular .steps .blue-arrow {
    margin-inline-end: unset;
  }
  .cellular .steps .step img {
    height: 44px;
  }
  .cellular .steps .step .text {
    font-size: 17px;
  }
  .blue-arrow {
    width: 24px;
  }
  .exclusive .container {
    margin-top: 0;
    padding: 32px;
}
.advantages .container {
  align-items: flex-end;
}
.advantages .container > .image img {
  width: 49vw;
}




}


@media screen and (max-height: 730px) {
  .bottom {
    display: none;
  }
  /* .hero {
    height: 100vh;
  } */
  
  .hero .container {
    align-items: flex-start;
  }
  .hero .container .main {
    padding-top: 100px;
  }
  .hero .container .image img {
    width: 75%;
  }
}








@media screen and (max-width: 900px) {
  .hidden-on-mobile {
    display: none !important;
  }

  .hero {
    height: unset;
    padding-block: 120px 250px;
    padding-inline: 32px;
  }
  .hero .container {
    flex-direction: column-reverse;
    overflow: hidden;
  }

  header {
    height: 72px;
    background: white;
    justify-content: center;
    z-index: 4;
    padding: 0 24px;
  }
  header img {
    height: 32px;
  }
  .hero .container .main .content {
    align-items: flex-start;
    padding-inline-start: 0;
  }
  
  
  
  .hero .container .main .content .bank {
    font-family: 'NarkissBlockDigibank-Regular';
    font-size: 24px;
    margin: auto;

  }


  .hero .container .main .content .h3 {
    display: flex;
    flex-direction: column;
    line-height: 22px;
    width: 100%;
    margin-top: 12px;
  }
  .hero .container .main .content .logo {
    width: 270px;
  }
  .hero .container .main .content .logo.hidden-on-desktop {
    margin: auto;
    margin-bottom:12px;
  }
  .hero .container .main .content .h2 {
    align-items: center;
    font-size: 36px;
    gap: 8px;
  }
  .hero .container .main .content .h2 img {
    width: 65px;
  }

  .hero .container .image {
    padding-top: 24px;
  }
  .hero .container .image img {
    right: -20px;
    top: 6px;
    height: 300px;
  }

  .hero .container .main .content .offers .offer > span {
    font-size: 15px;
  }
  .hero .container .main .content .offers .offer {
    width: 100%;
  }

  .hero .container .main .content .gift {
    width: 100%;
    /* text-decoration: none; */
  }




  .bottom {
    /* background: rgba(255 255 255 / 50%); */
    background: white;
  }
  .bottom .offers-container {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
  }
  .bottom .offers {
    display: flex;
    width: 100%;
    max-width: 325px;
    justify-content: space-between;
    padding: 0 8px;
  }
  .bottom .offers .line {
    width: 1px;
    height: 25px;
    background: black;
  }
  .bottom .offer {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 12px;
    line-height: 14px;
  }
  .bottom .offer img {
    height: 15px;
  }

  button img {
    height: 12px;
  }
  .exclusive {
    flex-direction: column;
  }
  .exclusive .container {
    padding: 24px;
    /* padding-block-start: 50px; */
    width: 100%;
    gap: 20px;
    margin-bottom: 0;
  }
  .exclusive .container .main {
    flex-direction: column-reverse;
    margin-block-start: unset;
    gap: 0;
  }
  .exclusive .container .main p span,
  .exclusive .container .main > *:nth-child(1),
  .exclusive .container .main > *:nth-child(2) {
    width: unset;
    font-size: 15px;
    line-height: 22px;
  }
  .exclusive .container .main p span {
    margin-block-start: unset;
  }
  .exclusive .container .offer .text {
    font-size: 16px;
  }
  .exclusive .container .offer .text .large {
    font-size: 28px;
  }
  .exclusive .container .offer .text .large span:after {
    height: 59px;
    right: 23px;
    width: 2px;
  }
  .exclusive .container .offer img {
    width: 28px
  }
  .exclusive .container .offer {
    gap: 12px;
    padding: 12px;
  }
  .exclusive .container .offer .line {
    height: 56px;
  }
  .exclusive .container p {
    max-width: 100%;
    font-size: 14px;
    line-height: 19px;
    margin-block-start: 24px;
    text-align: start;
  }
  .join .container .main {
    /* text-align: center; */
  }
  .join .container .main .h1 {
    font-size: 36px;
    text-align: start;
    font-family: 'NarkissBlockDigibank-Regular';
  }
  .join .container .main .line {
    /* margin: auto; */
    margin-block: 16px 12px;
  }
  .join .container .main .h2 {
    font-size: 20px;
  }
  .advantages .container .main .h2 {
    text-align: start;
  }
  .advantages .container > .image {
    width: 100%;
    text-align: center;
    margin-block-start: 40px;
  }
  .bottom {
    height: unset;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    backdrop-filter: blur(16px);
    display: flex;
    justify-content: center;
    padding-block: 12px;
    padding-inline: 32px;
  }
  .bottom .blue {
    width: 100%;
  }


  .join .container .main .items .item .title {
    font-size: 16px;
    text-align: start;
  }
  .join .container .main .items .item .description {
    max-width: 500px;
    font-size: 15px;
    line-height: 16px;
    text-align: start;
    line-height: 22px;
  }
  .join .container .main .items .item img {
    width: 28px;
  }
  .join .container .main .items {
    gap: 32px;
    margin-block-start: 44px;
  }
  .join .container .main .items .item {
    gap: 16px;
    align-items: flex-start;
  }
  .join .container {
    flex-direction: column;
    gap: 24px;
    padding-inline: 24px;
    align-items: flex-start;
  }
  .join {
    padding-block-end: unset;
  }
  .advantages {
    padding-block-end: 60px;
  }
  .advantages .container .main .line {
    margin: unset;
    margin-block: 16px 12px; 
  }
  .join .container > img {
    height: 190px;
    object-fit: cover;
    margin: auto;
  }

  .advantages .container > .image img {
    width: calc(100% - 64px);
  }

  .cellular {
    padding-block-end: 50px;
    padding-inline: 0;
  }
  .cellular .title-container {
    flex-direction: column;
    align-items: center;
    margin-top: -375px;
  }
  .cellular .title-container img {
    width: calc(100% - 64px);
    position: relative;
    right: -12px;
  }
  .cellular .steps {
    flex-direction :column;
    gap: 8px;
    align-items: center;
    margin-block-end: 40px;
  }
  .cellular .steps .step {
    align-items: center;
    gap: 4px;
    width:100%;
  }
  .blue-arrow {
    margin: auto;
    transform: rotate(-90deg);
  }
  .cellular .title-container .title {
    font-size: 36px;
    text-align: center;
    margin-block-start: 40px;

  }
  .cellular .title-container .title .line {
    margin: auto;
    margin-block-start: 12px;
  }
  .cellular .steps .step img {
    width: 44px;
    height: 44px;
  }
  .cellular .steps .step .text {
    width: 100%;
    padding-inline: 48px 0;

  }
  .cellular .steps .step .text .number {
    font-size: 32px;
    width: 24px;
  }

  .cellular > *:last-child {
    margin-top: 0;
  }
  .cellular .steps .blue-arrow {
    margin:0;
    margin-bottom: 16px;
  }


  .testimonials .h3 {
    font-size: 22px;
  }
  
  #form-body .iphone {
    margin-block-start: unset;
    margin-block-end: 0;
    width: 150px;
  }
  #form-body .inputs .title {
    font-size: 18px;
  }
  #form-body .inputs input {
    font-size: 14px;
    height: 44px;
  }
  #form-body .inputs .blue {
    height: 44px;
  }






  .blue {
    height: 38px;
    font-size: 16px;
    padding: 0 24px;
  }


  .faq,
  .testimonials {
    padding: 40px 24px;
  }
  .faq .h2,
  .testimonials .h2 {
    font-size: 36px;
  }
  .testimonials .slider {
    margin-top: 50px;
  }
  .testimonials .slide {
    height: unset;
  }
  .uk-dotnav>*>:hover,
  .uk-dotnav>*>* {
    width: 10px;
    height: 10px;
  }
  .slide .play-container img {
    width: 60px;
    height: 60px;
  }

  .faq .uk-accordion-title {
    font-size: 20px;
  }
  .faq .uk-accordion-content p {
    font-size: 16px;
  }
  #form-body .inputs .title, #form-body .success .title {
    font-size: 18px;
  }
  #app-body .h1 {
    font-size: 52px;
    line-height: 52px;
  }
  #app-body p {
    font-size: 16px;
    margin-top: 40px;
  }

  

  footer {
    height: 300px;
  }

  footer img {
    height: 26px;
    /* margin-left: 32px; */
  }

  footer .container {
    flex-direction: column-reverse;
    gap: 20px;
    padding: 32px 12px;
  }

  footer .container p {
    font-size: 14px;
    font-size: 14px;
    text-align: center;
  }

  footer a {
    color: #2d68f3;
  }

  .modal {
    align-items: flex-end;
  }
  .modal .body {
    height:calc(100% - 72px);
    padding: 40px 7%;
    max-width: 100%;
    max-height: 100%;
    box-shadow: unset;
    background:rgba(255 255 255 / 65%);
    backdrop-filter: blur(25px);
  }

  .modal .body .h1 {
    font-size: 28px;
    line-height: 28px;
  }

  .modal .body p {
    font-size: 16px;
    line-height: 19.2px !important;
    text-align: center;
    font-size: 14px;
    width: 220px;
  }

  .modal .body input {
    font-size: 14px;
    height: 32px;
  }

  .modal .body .inputs {
    gap: 12px;
  }

  .modal .body .checkbox label {
    font-size: 14px;
  }

  .modal .body .checkbox input {
    width: 16px;
    height: 16px;
  }

  .modal .body .checkboxes {
    gap: 16px;
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .modal .body .button-container {
    margin-top: 0;
  }
  .blue:hover {
    background: #007AFF;
  }

  .modal .body.success p {
    max-width: 263px;
    text-align: center;
  }
  #success {
    align-items: center;
  }

  .media {
    padding: 70px 24px 40px 24px;
  }
  .media .container .h2 {
    font-size: 36px;
  }
  .media .container .articles {
    gap: 16px;
  }
  .media .container .articles .article {
    width: 80%;
    padding: 0;
  }
  .media .container .articles .article p {
    font-size: 18px;
  }
  .media .container .articles .article img {
    height: 160px;
  }
  .media .container .articles .article p:after {
    width: 28px;
    height: 28px;
    top: -46px;
  }
  .stores-container a img {
    height: 32px;
  }
}



@media screen and (max-width: 450px) {
  .path .half .container .part:first-child div {
    margin-bottom: 58px;
  }
  .path .first-p {
    height: 66px;
  } 
}

@media screen and (max-width: 356px) {
  .modal .body {
    padding: 40px 6%;
  }
}

@media screen and (max-width: 347px) {
  .modal .body {
    padding: 40px 4%;
  }
}

@media screen and (max-width: 332px) {
  .modal .body {
    padding: 40px 3%;
  }
}


@media screen and (max-height: 800px) and (min-width: 900px){
  .modal .body .h1 {
    font-size: 32px;
    margin-top: 0;
  }
  .modal .body p {
    font-size:16px;
    margin-top: 16px;
    margin-bottom: 20px;
  }
  .modal .body .inputs {
    gap: 32px;
  }
  .modal .body input {
    height: 32px;
  }
  .modal .body .checkboxes {
    margin-top: 40px;
  }
  .modal .body .button-container {
    margin-top: 32px;
  }
}


@media screen and (min-width: 901px) {
  .hidden-on-desktop {
    display: none !important;
  }
}





@media screen and (max-width: 354px) {
  .hero .container .main .content .offers .offer > span {
    font-size: 14px;
  }
}