:root {
  color-scheme: light dark;

}


@media (prefers-color-scheme: light) {
  body {
    background: #fff;
  }
}

@media (prefers-color-scheme: dark) {
  body {
    background: #fff;
  }
}


/* @-moz-document url-prefix() {
  .footer__list-item {
    line-height: 0.9 !important;

  }
} */

@font-face {
  font-family: "Ruda";
  src: local("Ruda Regular"), local("Ruda-Regular"), url("../fonts/Ruda-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ruda";
  src: local("Ruda Bold"), local("Ruda-Bold"), url("../fonts/Ruda-Bold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ruda-ExtraBold";
  src: local("Ruda ExtraBold"), local("Ruda-ExtraBold"), url("../fonts/Ruda-ExtraBold.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/***/
html {
  box-sizing: border-box;
  /* height: 100%; */
}



*,
*::before,
*::after {
  box-sizing: inherit;
}

* {
  max-height: 100000px;
  outline: none;
}

ul {

  margin: 0;
  padding: 0;
}

body {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

  position: relative;
  min-width: 320px;
  margin: 0;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  color: #000;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  min-height: var(--vh, 100vh);
}


h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

li {
  line-height: 1;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
display: inline-block;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.footer a[href^="tel"] {
  pointer-events: none;
  color: inherit;
  text-decoration: inherit;
}

.notice {
  display: none;
  position: relative;
  max-width: 400px;
  width: 100%;
  margin: 24px auto;
  padding: 10px 8px 10px 45px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 4px 4px 0px rgba(42, 123, 138, 0.16);
  backdrop-filter: blur(1.5px);
}

.notice::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 11px;
  width: 30px;
  height: 30px;
  background: url("../img/AvocaDO_logo.svg") center;
  background-size: contain;
  background-repeat: no-repeat;
}

.notice__title {
  font-size: 11px;
  line-height: 1;
  text-align: left;
  color: #6a6a6a;
}

.notice.active{
  display: block;
}

html[lang="ar"] .notice__title{
  text-align: right;
}


.valid-phone {
  border: 2px solid green;
}

.condition-term {
  margin-bottom: 6px;
  font-size: 12px;
  line-height: 1;
  color: #1e1e1e;
  text-align: center;
  display: none;
}

.main-content {
  padding-top: 24px;
  width: 100%;
  max-width: 380px;
  margin: 0 auto 10px; 
  /* min-height: calc(100vh - 60px);
  min-height: calc(var(--vh, 100vh) - 60px); */
}

.lock-wrapper {
  padding-top: 55px;
  padding-bottom: 78px;
}

.dots {
  display: flex;
  padding-bottom: 24px;
  flex: 1 0 0;
}

.dot {
  border-radius: 2px;
  height: 8px;
  flex: 1 0 0;
  background-color: gray;
  cursor: pointer;
  margin: 0 2px;
}

.dot.active {
  background: #758CD8;
}

.slide {
  display: none;
  /* height: 100%; */
}

.slide.active {
  display: block;
}

.show {
  display: block;
}

.lang {
  width: 72px;
  background-color: #fff;
  cursor: pointer;
  color: #1E1E1E;
  text-align: justify;
  font-family: Ruda;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin-left: auto;
  display: flex;
  flex-direction: row;
  overflow: hidden;
  direction: ltr;
  padding: 4px;
}

.main-content__lang {
  margin-bottom: 12px;
}
.content__img{
    justify-items: center;
    margin-bottom: 15px;
        justify-content: center;
    display: flex;
}
.content__img img{
  width: 30%;
    margin: 0 auto;
    justify-self: center;
}
.lang__btn {
  width: 50%;

  height: inherit;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 700;
  color: #1E1E1E;
  border: none;
  padding: 4px;
}

.chosen {
  border-radius: 2px;
  border: 1px solid #1E1E1E;
}

.wrap__logo img {
  width: 100px;
}

.wrap__box {
  position: relative;
}

.wrap__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 4px;
}

.page {
  position: relative;
}

.content {
  position: relative;
}

.content__title {
  color: #1E1E1E;
  font-family: "Ruda-ExtraBold";
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  padding-bottom: 20px;
  justify-self: center;
  place-self: center;
      display: flex;
    justify-content: center;
  /* 24px */
}

/* .content__title-pin {
  padding-bottom: 60px;
} */

.content__phone-number {
  color: #1E1E1E;
  text-align: center;
  font-family: Ruda;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  /* 24px */
  padding-bottom: 24px;
}

/* .change__number {
  color: #7D50C9;
  text-align: center;
  font-family: Ruda;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  16px
  text-decoration-line: underline;
  padding-bottom: 92px;
  display: inline-block;
} */

.form__wrapper--pin {
  margin-bottom: 6px;
}

.form__pin-headline{
  display: inline-block;
  margin: 0 auto;
}

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

.btn {
  border-radius: 8px;
  background: #758CD8;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  width: 100%;
  height: 79px;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-family: Ruda;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  /* 24px */
  text-decoration: none;
  height: 68px;
}

.btn__text {
  color: #FFF;
  font-family: Ruda;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  /* 24px */
  padding-left: 16px;
}

.btn-step2 {
  height: 68px;
}

#phone.form__input--success {
  border: 2px solid #00C832;
  animation: none !important;
}

#icon-phone.icon--success {
  animation: none !important;
}

@keyframes heartbeat {
  0% {
    transform: scale(1);
    transform-origin: center center;
    animation-timing-function: ease-out;
  }

  10% {
    transform: scale(.91);
    animation-timing-function: ease-in;
  }

  17% {
    transform: scale(.98);
    animation-timing-function: ease-out;
  }

  33% {
    transform: scale(.87);
    animation-timing-function: ease-in;
  }

  45% {
    transform: scale(1);
    animation-timing-function: ease-out;
  }
}

.btn--success {
  background: #00C832;
  animation: heartbeat 2s linear infinite;
  -webkit-animation: heartbeat 2s linear infinite;
}

.wrapper-access {
  text-align: center;
  border-radius: 16px;
  border: 2px solid #D9D9D9;
  background: #FFF;
  box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.15);
padding: 20px 16px 30px;
}

.form__img {
  text-align: center;
  padding: 34px 0;
}

.form__img-finish {
  padding: 0 0 34px;
  text-align: center;
}

.form__img img,
.form__img-finish img {
  margin: 0 auto;
}

.form__title-pin {
  text-align: center;
}

.content-pin {
  border-radius: 16px;
  border: 2px solid #D9D9D9;
  background: #FFF;
  box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.15);
  text-align: center;
  padding: 30px 16px;
}


/**! Перепроверить финиш*/

.action-container__title {
  text-align: center;
  margin-bottom: 8px;
}

.slider-container {
  position: relative;
}

.bar {
  position: absolute;
  z-index: 1;
  left: -2px;
  top: 2px;
  width: 100%;
  height: 60px;
  background-color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  direction: ltr;
}

.fill {
  position: absolute;
  direction: ltr;
  display: block;
  width: 0;
  height: 100%;
  background-color: #066bde;
  z-index: 10;
}

.slider {
  position: relative;
  z-index: 10;
  -webkit-appearance: none;
  width: 100%;
  height: 60px;
  border: 1px solid #0279ff;
  outline: 0;
  background-color: transparent;
  overflow: hidden;
  direction: ltr;
  pointer-events: all;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.form__title {
  text-align: left;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  color: #1E1E1E;
  font-family: Ruda;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  /* 16px */
}

.form__title:last-child{
  margin-bottom: 0;
}

.form__title-pin {
  justify-content: center;
}

.step {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  background: #758CD8;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: #FFF;
  text-align: justify;
  font-family: Ruda;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  /* 16px */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}

.input {
  display: block;
  direction: ltr;
  width: 100%;
  max-width: 348px;
  margin: 0 auto;
  margin-bottom: 2px;
  padding: 15px 16px 15px 62px;
  font-family: Ruda;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  /* 24px */
  color: #1E1E1E;
  border: 2px solid #758CD8;
  border-radius: 8px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;

}

.wrap__input {
  position: relative;
  margin-top: 24px;
}

#phone {
  animation: pulse 2s infinite;
  -webkit-animation: pulse 2s infinite;
}

/* Анімація пульсуючої тіні */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(117, 140, 216, 0.7);
    /* Початкова тінь */
  }

  50% {
    box-shadow: 0 0 0 15px rgba(117, 140, 216, 0);
    /* Розширення тіні */
  }

  100% {
    box-shadow: 0 0 0 0 rgba(117, 140, 216, 0);
    /* Повернення до початкового стану */
  }
}

.icon-phone {
  position: absolute;
  left: 16px;
  top: 16px;
  height: 32px;
  width: 32px;
  animation: phoneRinging 0.5s infinite;

}

@keyframes phoneRinging {

  0%,
  100% {
    transform: rotate(0deg);
  }

  20%,
  55% {
    transform: rotate(-25deg);
  }

  45%,
  80% {
    transform: rotate(25deg);
  }

  70%,
  95% {
    transform: rotate(0deg);
  }
}
/* 
input::-webkit-input-placeholder {
  color: #1E1E1E;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

input::-moz-placeholder {
  color: #1E1E1E;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
} */

.input--pin {
  color: #000;
  margin-bottom: 10px;
  text-align: center;
  padding: 15px 16px 15px 16px;
}
/* 
.input--pin::-webkit-input-placeholder {
  color: #B1B1B1;
  text-align: center;
}

.input--pin::-moz-placeholder {
  color: #B1B1B1;
  text-align: center;
}

.input--pin::placeholder{
  color: #B1B1B1;
  text-align: center;
} */

.input--error {
  border-color: #f5323f;
  box-shadow: none !important;
  animation: none !important;
}

.icon--error {
  transform: rotate(0deg);
  animation: none !important;
}
/* 
.input--pin::-webkit-input-placeholder {
  font-size: 24px;
}

.input--pin::-moz-placeholder {
  font-size: 24px;
} */

.attention {
  margin-bottom: 2px;
  font-size: 14px;
  color: #f5323f;
  opacity: 0;
}

.attention--show {
  -webkit-animation: blink-1 0.6s both;
  animation: blink-1 0.6s both;
}

@-webkit-keyframes blink-1 {

  0%,
  50%,
  100% {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes blink-1 {

  0%,
  50%,
  100% {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.form__instruction {
  font-family: Ruda;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  margin-bottom: 5px;
  color: #758CD8;
}

/**************************************************************************/
.footer {
margin: 0 auto;
    width: 100%;
    max-width: 750px;
    font-size: 11px;
    padding: 0 10px;
    text-align: center;
    color: #757575;
}

.footer_p{
  font-weight: bold;
}
.footer__link {
font-weight: 300;
    margin: 0 auto;
    padding: 2px 5px 5px;
}

/***LOADER****/
.loader {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.85);
  animation: loaderFadeIn 0.2s;
}

@keyframes loaderFadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/***MESSAGE****/
.message {
  position: fixed;
  z-index: 20;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  /* display: flex;*/
  justify-content: center;
  align-items: center;
  background: rgba(30, 30, 30, 0.30);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  /* Для Safari и Chrome */
}

.message__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 314px;
  padding: 40px 16px 32px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #000;
  background-color: #fff;
  border: none;
  border-radius: 15px;
  will-change: transform;
  animation-name: fadeInDown;
  animation-duration: 0.8s;
  animation-delay: 0.4s;
  animation-fill-mode: both;
}

.messageStepTitle {
  color: #1E1E1E;
  text-align: center;
  font-family: Ruda;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  /* 24px */
}

html[lang="en"] .message__content {
  width: 360px;
}

.message__content--pin-unsuccess {
  padding: 40px 24px;
}

.message__title {
  color: #1E1E1E;
  text-align: center;
  font-family: Ruda;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  /* 24px */
  padding-bottom: 20px;
}

.message__title--mode {
  margin-bottom: 0;
  padding-bottom: 0;
}

.message__text {
  color: #1E1E1E;
  text-align: center;
  font-family: Ruda;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  /* 16px */
  padding-bottom: 20px;
}

.message__text--mode {
  margin-bottom: 0;
  width: 220px;
  padding-bottom: 0;
}

.message__btn {
  width: 100%;
  margin: 0;
}

.message__close {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 24px;
  height: 24px;
  font-size: 0;
  color: rgba(0, 0, 0, 0);
}

.message__close::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background-color: #1E1E1E;
  transform: translateX(-50%) rotate(-45deg);
}

.message__close::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background-color: #1E1E1E;
  transform: translateX(-50%) rotate(45deg);
}

.message__close:hover.message__close::before,
.message__close:hover.message__close::after {
  background-color: #056add;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* FINISH CONTENT */
.finish-content {
  display: none;
}

.finish-title {
  margin-bottom: 32px;
  font-size: 20px;
  font-weight: 700;
  color: #004b9e;
}

.finish-content__text {
  margin-bottom: 12px;
}

.finish-content__text:last-child {
  margin-bottom: 0;
}

.finish-content__link {
  color: #000000;
  font-size: inherit;
}

.cost,
.after-button {
  margin-top: 8px;
  color: #758CD8;
  text-align: center;
  font-family: Ruda;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  /* 12px */
  text-align: center;
  text-decoration: none;
}

.after-button {
  text-decoration: underline;
}

/**************************************************** Media queries ***************************************************/

@media screen and (orientation: landscape) and (min-width: 1025px) and (max-height: 821px) {
  .main-content {
    padding-top: 5px;
  }

  .notice {
    margin: 10px auto;
  }

  .wrapper-access,
  .content-pin {
    padding: 10px 16px;
  }

  .form__img {
    margin: 0 auto;
    padding: 10px 0;
    width: 100%;
    max-width: 10%;
  }

  .icon-phone {
    top: 8px;
    height: 26px;
    width: 26px;
  }

  .btn-step2,
  .btn-pin {
    height: 46px;
  }

  .content__title-pin {
    padding-bottom: 10px;
  }

  .change__number {
    padding-bottom: 25px;
  }
}

@media screen and (orientation: landscape) and (min-width: 1025px) and (max-height: 700px) {
  .main-content {
    padding-top: 5px;
  }

  .notice {
    margin: 10px auto;
  }

  .main-content__lang {
    margin-bottom: 5px;
  }

  .dots {
    padding-bottom: 8px;
  }

  .wrapper-access,
  .content-pin {
    padding: 5px 16px;
  }

  .wrap__input {
    margin-top: 15px;
  }

  .cost {
    margin-bottom: 4px;
  }

  .change__number {
    padding-bottom: 4px;
  }
}

@media screen and (max-width: 500px) {

  /*mob -vert*/
  /*all*/
.content__img img {
    width: 20%;
}
  .notice {
    margin: 8px auto;
  }
  .main-content {
    max-width: 350px;
    padding-top: 5px;
  }

  .main-content__lang {
    margin-bottom: 3px;
  }

  .dots {
    padding-bottom: 8px;
  }

  .content__wrap {
    padding: 5px;
  }

  .content__title {
    padding: 2px;
  }

  .form__img {
    padding: 5px 0;
  }

  .form__img>img {
    max-width: 15%;
  }

  .form__instruction {
    margin-bottom: 1px;
  }

  .condition-term,
  .cost {
    font-size: 11px;
  }

  .content__wrap {
    padding: 8px;
  }

     .wrapper-access {
        padding: 20px 16px;
    }

    .content-pin {
        padding: 16px 16px;
    }

  .attention {
    font-size: 12px;
  }

  .input--pin::-webkit-input-placeholder {
    font-size: 22px;
  }

  .input--pin::-moz-placeholder {
    font-size: 22px;
  }

  .content__phone-number {
    padding-bottom: 10px;
  }

  .change__number {
    padding-bottom: 30px;
  }


}

@media screen and (min-width: 408px) and (max-width: 415px) and (max-height: 640px) {
  .notice {
    margin: 0 auto 5px;
  }

  /* .form__img {
    display: none;
  } */

  .dots {
    padding-bottom: 4px;
  }

  .main-content__lang {
    margin-bottom: 4px;
  }

  html[lang="en"] .content__title {
    font-size: 16px;
  }

  html[lang="en"] .form__title {
    font-size: 14px;
  }

  .content__phone-number {
    font-size: 16px;
  }

  .change__number {
    padding-bottom: 15px;
  }

  .form__wrapper--pin{
    margin-bottom: 0;
  }

}

/* @media screen and (max-width: 409px) and (max-height:850px) {
  html[lang="en"] .main-content {
    min-height: calc(100vh - 108px);
    min-height: calc(var(--vh, 100vh) - 108px);
  }
} */

@media screen and (max-width: 394px) {
  /* html[lang="en"] .main-content {
    min-height: calc(100vh - 106px);
    min-height: calc(var(--vh, 100vh) - 106px);
  }

  .main-content {
    min-height: calc(100vh - 60px);
    min-height: calc(var(--vh, 100vh) - 60px);
  } */

  .change__number {
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 375px) {

  /* .main-content {
    min-height: calc(100vh - 60px);
    min-height: calc(var(--vh, 100vh) - 60px);
  }


  html[lang="en"] .main-content {
    min-height: calc(100vh - 119px);
    min-height: calc(var(--vh, 100vh) - 119px);
  } */


  .main-content__lang {
    margin-bottom: 6px;
  }

  .form__img {
    display: none;
  }

  html[lang="en"] .form__title {
    font-size: 14px;
  }

  .puzzle-wrapper {
    margin-bottom: 10px;
    height: 214px;
  }

  .content__wrap {
    padding: 5px 16px;
  }

  .change__number {
    padding-bottom: 10px;
  }

  html[lang="en"] .message__content {
    width: 320px;
    padding: 24px;
  }

  .finish-content {
    padding-top: 8px;
  }

  .finish-title {
    margin-bottom: 24px;
    font-size: 18px;
  }
}

@media screen and (max-width: 375px) and (max-height: 560px) {
  /*mob - vert*/
  /*разные*/

  .main-content__lang {
    margin-bottom: 3px;
  }

  .main-content-pin {
    padding-top: 0;
  }

  .dots {
    padding-bottom: 10px;
  }

  .form__img {
    width: 100%;
    max-width: 32px;
    height: auto;
  }

  .content__title {
    padding: 6px 14px;
    font-size: 18px;
  }

  .content__title-pin {
    font-size: 13px;
  }

  html[lang="en"] .footer__list-item-li {
    font-size: 10px;
  }

  html[lang="en"] .footer__list-item {
    font-size: 11px;
  }

  /* html[lang="en"] .main-content {
    min-height: calc(100vh - 100px);
    min-height: calc(var(--vh, 100vh) - 100px);
  } */

  .content__phone-number {
    font-size: 18px;
  }

  .content__wrap {
    padding: 5px;
  }

  .puzzle-wrapper {
    height: 170px;
  }

  .content__puzzle-wrapper {
    margin-bottom: 12px;
  }

  .action-container__title {
    margin-bottom: 3px;
  }

  .slider-container2 {
    width: 221px;
  }

  .puzzle,
  .hole,
  .puzzle--done {
    width: 52px;
    height: 51px;
  }

  .slider2 {
    height: 48px;
    width: calc(100% - 52px);
  }

  .form__title:not(:last-child) {
    margin-bottom: 4px;
  }

  .form__title:last-child {
    margin-bottom: 0;
  }

  .wrap__input {
    margin-top: 10px;
  }

  .input {
    padding: 10px 16px 10px 62px;
    font-size: 20px;
  }

  .input--pin {
    padding-left: 0;
    padding-right: 0;
  }

  .btn {
    padding: 12px 16px;
    font-size: 20px;
    height: 48px;
  }

  .icon-phone {
    top: 7px;
  }

  .change__number {
    padding-bottom: 10px;
  }
}

/* @media screen and (max-width: 361px) {
  .main-content {
    min-height: calc(100vh - 70px);
    min-height: calc(var(--vh, 100vh) - 70px);
  }
} */

@media screen and (max-width: 350px) {

  /*mob - vert*/
  /*SE*/
  .main-content {
    max-width: 304px;
    padding-top: 0;
    /* min-height: calc(100vh - 45px);
    min-height: calc(var(--vh, 100vh) - 45px); */
  }

  /* html[lang="en"] .main-content {
    min-height: calc(100vh - 72px);
    min-height: calc(var(--vh, 100vh) - 72px);
  } */

  .content__wrap {
    padding: 4px;
  }

  .btn__text {
    font-size: 20px;
  }

  .lock-wrapper {
    width: 119px;
    height: 119px;
    margin-bottom: 46px;
    padding-top: 24px;
  }

  .main-content__lang {
    margin-bottom: 4px;
  }

  .lang__btn {
    font-size: 12px;
  }

  .dot {
    height: 4px;
  }

  .dots {
    padding-bottom: 5px;
  }

  .wrap__input {
    margin-top: 8px;
  }

  .form__img {
    display: none;
  }

  .cost {
    font-size: 10px;
  }

  .wrapper-access {
    padding: 0px 16px;
  }

  html[lang="en"] .content__title {
    font-size: 16px;
  }

  .content__phone-number {
    color: #1E1E1E;
    text-align: center;
    font-family: Ruda;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    /* 20px */
    padding-bottom: 3px;
  }

  .change__number {
    padding-bottom: 3px;
    color: #7D50C9;
    text-align: center;
    font-family: Ruda;
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    /* 14px */
    text-decoration-line: underline;
  }

  .form__img-finish {
    margin: 10px auto;
    text-align: center;
    width: 50px;
    height: 50px;
  }

  .content-pin {
    padding: 5px 16px;
  }

  html[lang="en"] .form__title {
    font-size: 12px;
  }

  .content__title {
    padding: 3px 12px;
  }

  .form__title {
    font-size: 12px;
    margin-bottom: 2px;
  }

  .step {
    width: 20px;
    height: 20px;
    font-size: 13px;
  }

  .input {
    max-width: 100%;
    padding: 6px 16px 6px 42px;
    font-size: 16px;
  }

  .input--pin {
    padding: 5px 42px;
  }

  .btn {
    padding: 10px 16px;
    font-size: 16px;
    height: 36px;
  }

  .btn-pin {
    height: 32px;
  }

  .icon-phone {
    width: 18px;
    height: 18px;
    top: 8px;
  }

  .attention {
    font-size: 10px;
  }

  .message__content {
    width: 280px;
  }

  html[lang="en"] .message__content {
    width: 280px;
    padding: 24px;
  }

  html[lang="en"] .message__title {
    margin-bottom: 14px;
    font-size: 22px;
  }

  html[lang="en"] .message__text {
    margin-bottom: 14px;
    font-size: 17px;
  }

  .input--pin::-webkit-input-placeholder {
    font-size: 20px;
  }

  .input--pin::-moz-placeholder {
    font-size: 20px;
  }

  .finish-content {
    padding-top: 0;
  }

  .finish-title {
    margin-bottom: 16px;
    font-size: 16px;
  }

  .finish-content__text {
    font-size: 14px;
  }

  .footer__list-item-li {
    font-size: 8px;
  }


  .footer__list-item,
  .footer__text,
  .footer__link {
    font-size: 9px;
    line-height: 1;
  }
}

@media screen and (max-width: 320px) {
  html[lang="en"] .footer__list-item-li {
    font-size: 8px;
  }

  html[lang="en"] .footer__list-item {
    font-size: 9px;
  }
}

@media screen and (orientation: landscape) and (max-width: 1024px) and (max-height: 700px) {
  .notice {
    margin: 10px auto;
  }
  .wrapper-access,
  .content-pin {
    padding: 5px 16px;
  }

  .form__img {
    margin: 0 auto;
    padding: 10px 0;
    width: 100%;
    max-width: 10%;
  }
  .icon-phone {
    top: 8px;
    height: 26px;
    width: 26px;
  }

  .btn-step2,
  .btn-pin {
    height: 46px;
  }

  .content__title-pin {
    padding-bottom: 10px;
  }

  .change__number {
    padding-bottom: 4px;
  }

  .main-content {
    padding-top: 5px;
  }

  .main-content__lang {
    margin-bottom: 5px;
  }

  .dots {
    padding-bottom: 8px;
  }

  .wrap__input {
    margin-top: 15px;
  }

  .cost {
    margin-bottom: 4px;
  }
}

@media screen and (orientation: landscape) and (min-width: 480px) and (max-width: 960px) and (max-height: 500px) {

  /*mob horizontal*/
  /*all*/
  .content__img img {
    width: 40px;
}
.content__img {
    margin-bottom: 5px;
}
  .notice {
    margin: 5px auto;
  }

  .main-content {
    max-width: 100%;
    padding: 5px 22px 0px;
    /* min-height: calc(100vh - 51px);
    min-height: calc(var(--vh, 100vh) - 51px); */
  }

  /* html[lang="en"] .main-content {
    min-height: calc(100vh - 70px);
    min-height: calc(var(--vh, 100vh) - 70px);
  } */

  .dot {
    height: 4px;
  }

  .lock-wrapper {
    width: 96px;
    padding-top: 0;
    padding-bottom: 0;
  }

  #firstBtn {
    width: 304px;
  }

  .form__img {
    display: none;
  }

  .slide1 {
    padding-top: 25px;
  }

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

  .form__wrapper,
  .form__horizont {
    width: 47%;
  }

  .form__wrapper--pin,
  .form__horizont--pin {
    width: 100%;
    max-width: 100%;
  }

  html[lang="ar"] .wrap__header {
    flex-direction: row;
  }

  html[lang="ar"] .dots {
    flex-direction: row-reverse;
  }

  .lang {
    top: 5px;
  }

  .wrap__input {
    margin-top: 0px;
  }

  .wrapper-access {
    padding: 5px 16px;
  }

  .dots {
    padding-bottom: 5px;
  }

  .main-content__lang {
    margin-bottom: 5px;
  }

  .content__title {
    font-size: 18px;
  }

  .content__title-pin {
    padding: 5px;
  }

  .step {
    width: 20px;
    height: 20px;
    font-size: 13px;
  }

  .content__wrap {
    direction: ltr;
    flex-direction: row;
    justify-content: space-evenly;
  }

  .cost,
  .after-button {
    font-size: 10px;
  }

  .content-pin {
    display: flex;
    padding: 8px 16px;
  }

  .form-pin {
    width: 100%;
    max-width: 100%;
    flex-direction: column;
  }

  .btn-pin {
    font-size: 16px;
    height: 36px;
  }

  .change__number {
    padding-bottom: 5px;
  }

  .content__horizont,
  .content__wrap-pin {
    width: 49%;
    margin: 0 auto;
  }

  .form__img-finish {
    display: none;
  }

  .action-container {
    width: 48%;
    padding-top: 8px;
  }

  .action-container__title {
    margin-bottom: 2px;
  }


  html[lang="en"] .form__title {
    font-size: 11px;
  }

  .form__title {
    font-size: 12px;
  }

  .content__phone-number {
    padding-bottom: 10px;
    font-size: 18px;
  }

  .input {
    max-width: 100%;
    padding: 4px 16px 4px 42px;
    font-size: 16px;
  }

  .input--pin {
    padding-left: 0;
    padding-right: 0;
  }

  .icon-phone {
    width: 20px;
    height: 20px;
    top: 6px;
  }

  .btn {
    padding: 13px 16px;
    font-size: 20px;
  }

  .btn-step2 {
    height: 36px;
    font-size: 16px;
  }

  .btn-pin {
    height: 32px;
  }

  .attention {
    font-size: 8px;
  }

  .access__puzzle-wrapper {
    margin-bottom: 0;
  }

  .footer {
    max-width: 427px;
  }

  .footer__list-item-li {
    font-size: 9px;
  }


  .footer__list-item,
  .footer__link,
  .footer__text {
    font-size: 10px;
  }

  html[lang="en"] .message__content {
    width: 280px;
    padding: 24px;
  }

  html[lang="en"] .message__title {
    margin-bottom: 14px;
    font-size: 22px;
  }

  html[lang="en"] .message__text {
    margin-bottom: 14px;
    font-size: 17px;
  }

  .input--pin::-webkit-input-placeholder {
    font-size: 16px;
  }

  .input--pin::-moz-placeholder {
    font-size: 16px;
  }

  html[lang="en"] .finish-content {
    direction: ltr;
  }

  .finish-content {
    display: none;
    padding-top: 8px;
    direction: rtl;
  }

  .finish-title {
    margin-bottom: 16px;
    font-size: 18px;
  }

  .finish-content__text {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .form__title {
    margin-bottom: 4px;
  }

  .form__instruction {
    font-size: 10px;
  }
}

@media screen and (orientation: landscape) and (min-width: 480px) and (max-width: 950px) and (max-height: 320px) {
  /* .main-content {
    min-height: calc(100vh - 44px);
    min-height: calc(var(--vh, 100vh) - 44px);
  }

  html[lang="en"] .main-content {
    min-height: calc(100vh - 54px);
    min-height: calc(var(--vh, 100vh) - 54px);
  } */
  .content__img img {
    width: 30px;
}
  .main-content__lang {
    margin-bottom: 5px;
  }

  .main-content-pin {
    padding-top: 0;
  }

  .content__title-pin {
    padding: 2px;
    font-size: 14px;
  }

  .content__phone-number {
    padding-bottom: 10px;
    font-size: 16px;
  }

  .attention {
    font-size: 8px;
  }

  .input {
    padding: 3px 16px 3px 42px;
    font-size: 14px;
  }

  .icon-phone {
    top: 5px;
    width: 16px;
    height: 16px;
  }

  .input--pin {
    padding: 3px 0;
    max-width: 100%;
  }

  .btn-step2 {
    height: 26px;
  }

  .btn-pin {
    height: 26px;
  }

  .cost,
  .form__instruction {
    font-size: 9px;
  }

  .form__instruction {
    margin-bottom: 0;
  }

  .footer__list-item-li {
    font-size: 8px;
  }


  .footer__list-item,
  .footer__link,
  .footer__text {
    font-size: 9px;
  }
}
@media screen and (orientation: landscape) and (min-width: 480px) and (max-width: 950px) and (max-height: 280px) {
  .notice {
    padding: 4px 8px 4px 45px;
  }

  .notice::before {
    width: 20px;
    height: 20px;
  }

  .notice__title {
    font-size: 10px;
  }
}


@media screen and (orientation: landscape) and (min-width: 480px) and (max-width: 900px) and (max-height: 260px) {
  .condition-term {
    margin-bottom: 1px;
    font-size: 10px;
  }

  .wrap__logo img {
    width: 70px;
  }

  .main-content__lang {
    margin-bottom: 2px;
  }

  .dots {
    padding-bottom: 2px;
  }

  .attention {
    font-size: 7px;
  }

  /* html[lang="en"] .main-content {
    min-height: calc(100vh - 54px);
    min-height: calc(var(--vh, 100vh) - 54px);
  } */


}

@media screen and (orientation: landscape) and (min-width: 480px) and (max-width: 900px) and (max-height: 240px) {
  .cost {
    margin-bottom: 1px;
    margin-top: 4px;
  }

  .lang {
    padding: 0px;
  }

  .wrapper-access {
    padding: 2px 16px;
  }

  .input--pin {
    margin-bottom: 4px;
  }

  .btn {
    font-size: 18px;
  }

  .content-pin {
    padding: 4px 16px;
  }

}


@media screen and (orientation: landscape) and (min-width: 480px) and (max-width: 600px) and (max-height: 320px) {

  /*mob horizontal*/
  /*SE*/
  .main-content {
    padding-top: 4px;
  }

  .puzzle-wrapper {
    height: 120px;
    width: 200px;
  }

  .content__wrap {
    justify-content: space-evenly;
  }

  .action-container__title {
    font-size: 12px;
  }

  .message__content {
    width: 280px;
    padding: 20px 25px;
  }

  .finish-title {
    margin-bottom: 8px;
    font-size: 16px;
  }

  .finish-content__text {
    margin-bottom: 6px;
  }

  .slider-container2 {
    width: 164px;
  }

  .slider2 {
    width: calc(100% - 38px);
  }

  .input {
    padding: 3px 16px 3px 42px;
    font-size: 14px;
  }

  .icon-phone {
    top: 5px;
    width: 16px;
    height: 16px;
  }

  .input--pin {
    padding: 3px 0;
    max-width: 100%;
  }

  .btn-step2 {
    height: 26px;
  }

  .btn-pin {
    height: 26px;
  }

  .cost,
  .form__instruction {
    font-size: 9px;
  }

  .form__instruction {
    margin-bottom: 0;
  }

  .footer__list-item-li {
    font-size: 8px;
  }


  .footer__list-item,
  .footer__link,
  .footer__text {
    font-size: 9px;
  }
}