* {
  margin: 0;
  box-sizing: border-box;
}

.block {
  display: block;
}

html {
  direction: rtl;
  font-family: "Heebo", sans-serif;
}

body {
  display: flex;
}

.content {
  flex: 1;
}

.links {
  display: flex;
  gap: 23px;
  margin-top: 40px;
}

.links img {
  width: 100%;
}

.but-me-wrapper{
    border: 2px solid #fff;
    border-radius:0.5vw;
    margin: -1vw 0 1.5vw 0;
}
.but-me-wrapper-title{
    text-align: center;
    font-size: 1.5vw;
    font-weight: 900;
    margin-top: 0.1vw;
}
.buy-me-r-c{
    background-image: url(./images/buy.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 10.6vw;
    height: 4.5vw;
}
.buy-me-r-c-top{
    font-weight: 600;
    font-size: 0.9vw;
    line-height: 1.4;
}
.buy-me-r-c-bottom{
    margin-top: 1.4vw;
    font-size: 1.4vw;
    font-weight: 900;
}
.buy-me-r-price{
    width: 11vw;
    height: 3.7vw;
    display: flex;
    align-items: center;
    position: relative;
}
.buy-me-r-price-b{
    font-size: 4.5vw;
    font-weight: 600;
    letter-spacing: -0.2vw;
    display: flex;
    margin-top: 0.2vw;
    padding-right: 2.1vw;
}
.buy-me-r-price-a{
    position: absolute;
    top: -0.4vw;
    font-size: 1.2vw;
}
.buy-me-r-price-c{
    position: absolute;
    left: -0.05vw;
    top: 1.7vw;
    font-size: 1.7vw;
    font-weight: 900;
}
.form-container {
  background-color: #5f6062;
  width: 30vw;
  height: 100vh;
  position: sticky;
  top: 0;
}
.but-me-wrapper-title-middle{
    text-align: center;
    display: flex;
    max-width: 22.3vw;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
}
.but-me-wrapper-footer{
    text-align: center;
    font-size: 0.6vw;
    margin: 0.3vw 0;
    line-height: 1.2;
}
.steps {
  background-image: url(./images/steps.png);
  background-repeat: no-repeat;
  height: 29.1vw;
  background-size: cover;
  padding: 1vw 2.5vw 1vw 23vw;
}

h1 {
  font-weight: 400;
  font-size: 3.6vw;
  letter-spacing: -0.19vw;
  margin-bottom: -0.7vw;
}

.meet-apo {
  font-size: 1.21vw;
  line-height: 1.3;
  letter-spacing: -0.0084vw;
}

.meet-apo span {
  font-weight: 600;
}

.the_steps {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 2vw;
}

.the_steps .step {
  width: 10.1vw;
  font-size: 1vw;
  text-align: center;
  line-height: 1;
  margin-bottom: 1vw;
}

.step img {
  margin-bottom: 0.5vw;
  height: 4.4vw;
}

.tipul {
  background-color: #efefef;
  padding: 2.5vw 2.5vw 0 2.5vw;
}

h2 {
  font-size: 2vw;
  font-weight: 400;
}

.kupot {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2vw;
  margin-top: 2vw;
}

.kupa {
  width: 15%;
}

iframe {
  width: 100%;
  height: 34vw;
  border-radius: 15px;
  border: 0;
}

.advantages {
  padding: 2.5vw 2.5vw 0 2.5vw;
  background-color: #efefef;
}

.advantages-item {
  display: flex;
}

.advantages-item img {
  width: 4vw;
  margin-left: 1vw;
  height: auto;
  align-self: start;
}

.advantages-text {
  font-size: 1vw;
  line-height: 1.2;
}

.advantages-text-title {
  font-weight: 700;
}

.advantages-text-description {
  max-width: 16vw;
}

.advantages-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2vw 7vw;
  max-width: 900px;
  margin-top: 1vw;
}

.mishaptit {
  padding: 2.5vw 2.5vw 1vw 2.5vw;
  background-color: #efefef;
}
.mishaptit a{
  color: #000;
  text-decoration: underline;
}
.logo {
  width: 250px;
  max-width: 15vw;
  margin: 0 auto 6vw auto;
  display: block;
}

.form-container {
  color: white;
  padding: 2vw 2vw 0 2vw;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

form {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.accessibility {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.accessibility img {
  width: 100%;
  max-width: 45px;
}

.bdika-text {
  font-size: 1.4vw;
  line-height: 1.1;
  margin-bottom: 0.5vw;
}

.bdika-text span {
  font-size: 0.6em;
  display: block;
}

input {
  display: block;
  font-family: inherit;
  width: 100%;
  text-indent: 0.4vw;
  font-size: 1.3vw;
  background-color: transparent;
  border: none;
  outline: none;
  color: white;
  margin: 0;
  border-bottom: 1px solid white;
  padding: 1vw 0.3vw 0;
}

.relative {
  position: relative;
}

input:focus + .input-label,
input:not(:placeholder-shown) + .input-label {
  top: 0;
  transform: translate(0, 0);
  font-size: 0.8vw;
  color: white;
}

input::-webkit-input-placeholder {
  opacity: 0;
}

.relative input {
  z-index: 1;
}

.input-label {
  position: absolute;
  top: 100%;
  transform: translate(-0.7vw, -100%);
  font-size: 1.4vw;
  color: #757575;
  transition: all 0.2s ease-in-out;
  z-index: -1;
}

.warning {
  color: #dc4333;
  display: none;
  position: absolute;
  width: 100%;
  text-align: left;
}

.ezor {
  font-size: 1.5vw;
  padding-top: 1vw;
}

a {
  color: white;
  text-decoration: none;
}

.radios {
  display: flex;
  justify-content: space-between;
  gap: 0.4vw;
  font-size: 1vw;
}

input[type="radio"] {
  display: none;
}

input[type="radio"] + label {
  display: flex;
  justify-content: center;
  padding: 0.6vw;
  border: 2px solid white;
  border-radius: 8px;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  cursor: pointer;
}

.radio {
  flex: 1;
  text-align: center;
}

input[type="radio"]:checked + label {
  background-color: white;
  color: black;
}

input[type="checkbox"] {
  height: 2vw;
  display: inline-block;
  width: 1vw;
  margin: 0;
  padding: 0;
  margin-left: 0.4vw;
}

.acc-text {
  cursor: pointer;
  font-size: 1.2vw;
}

.accept-container {
  display: flex;
  align-items: center;
  margin-top: 1.5vw;
}

input[type="submit"] {
  margin: 0;
  border: 0;
  border-radius: 10px;
  background-color: #dc4333;
  padding: 1vw;
  cursor: pointer;
  margin-top: 1vw;
  margin-bottom: 2vw;
}

.mobile {
  display: none;
}

.only-mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .mobile {
    display: block;
  }

  .form-container {
    display: none;
  }

  body {
    display: block;
    padding-bottom: 22vw;
  }
  .mob-header {
    display: block;
    background-color: #5f6062;
    padding: 3vw;
  }

  .mob-header .logo {
    width: 30vw;
    max-width: unset;
  }

  .steps {
    background-image: linear-gradient(#dfdfe0, #dfdfe0 30%, #eee 30%, #fff 30%);
    padding: 6vw 4vw;
    height: unset;
  }

  h1 {
    font-weight: 400;
    font-size: 7.8vw;
    letter-spacing: -0.4vw;
    margin-bottom: 0;
  }

  .meet-apo {
    font-size: 3.8vw;
    margin-bottom: 4vw;
  }

  .steps-mobile {
    width: 100%;
  }

  .the_steps {
    grid-template-columns: 1fr 1fr;
    margin-top: 4vw;
    grid-gap: 5vw 10vw;
    padding: 0 3vw;
  }
  .the_steps .step {
    width: unset;
    font-size: 3.5vw;
    line-height: 1.3;
    margin-bottom: 3vw;
  }

  .the_steps .step.mo-6 {
    grid-column: 1 / -1;
    max-width: 44%;
    margin: auto;
  }

  .step img {
    height: 16vw;
  }

  h2 {
    font-size: 5.4vw;
    font-weight: 400;
    line-height: 1;
  }

  .tipul {
    background-color: transparent;
  }

  .tipul > h2 {
    text-align: center;
  }

  iframe {
    height: 52vw;
  }

  .advantages-items {
    grid-template-columns: 1fr;
    margin-top: 3vw;
  }

  .advantages-text {
    font-size: 4vw;

    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .advantages-text-description {
    max-width: unset;
  }
  .advantages-item img {
    width: 10vw;
    margin-left: 4vw;
  }

  .advantages-item {
    margin-top: 2vw;
  }

  .kupot {
    display: flex;
    justify-content: center;
    margin-bottom: 2vw;
    flex-wrap: wrap;
    gap: 4vw;
  }

  .kupa {
    width: 28%;
  }

  .btns {
    color: white;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  .btns img {
    width: 10vw;
    margin-left: 2vw;
  }

  .open-btn {
    background-color: #dc4333;
  }

  .call-btn {
    background-color: #5f6062;
  }
  .call-btn.noPhone {
    display: none !important;
  }

  .call-btn,
  .open-btn {
    display: flex;
    align-items: center;
    padding: 5vw 2vw;
    flex: 1;
    justify-content: center;
    line-height: 1.2;
    font-size: 3.2vw;
  }

  .form-container {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 1;
    width: 100%;
    padding: 0 5vw;
  }

  .bdika-text {
    font-size: 6vw;
  }

  .form-container > .logo {
    max-width: unset;
    width: 35vw;
    margin-bottom: 15vw;
    margin-top: 6vw;
  }

  input {
    font-size: 5vw;
    text-indent: 2vw;
  }

  form > p {
    font-size: 3vw;
  }

  .radios {
    font-size: 4.2vw;
  }

  .ezor {
    font-size: 4.5vw;
    padding-top: 3vw;
    margin-bottom: 3vw;
  }

  .accept-container {
    margin-top: 4.5vw;
  }

  input[type="checkbox"] {
    height: 4vw;
    width: 4vw;
  }

  .acc-text {
    font-size: 3vw;
    margin-right: 1vw;
  }

  input[type="submit"] {
    border-radius: 3px;
    padding: 3vw;
    margin-top: 4vw;
  }

  .close-btn {
    position: absolute;
    top: 4vw;
    left: 4vw;
    font-size: 6vw;
    cursor: pointer;
  }

  body.form-open .form-container {
    display: block;
  }

  .mishaptit {
    font-size: 2.5vw;
  }

  .no-mobile {
    display: none;
  }

  .relative {
    margin-top: 3vw;
  }

  .input-label {
    font-size: 5vw;
  }

  input:focus + .input-label,
  input:not(:placeholder-shown) + .input-label {
    font-size: 3.5vw;
  }

  input {
    padding: 6vw 0.3vw 0;
  }

  .only-mobile {
    display: block;
  }

  .accessibility.only-mobile {
    background-color: #efefef;
    text-align: center;
  }

  .accessibility.only-mobile a {
    color: black;
    font-size: 2.5vw;
    font-weight: 700;
  }

  .dbr {
    display: none;
  }

  .advantages {
    padding: 32.5vw 2.5vw 0 2.5vw;
    margin-top: -27vw;
  }

  .mo-1 {
    order: 1;
  }

  .mo-2 {
    order: 2;
  }

  .mo-3 {
    order: 3;
  }

  .mo-4 {
    order: 4;
  }

  .mo-5 {
    order: 5;
  }

  .mo-6 {
    order: 6;
  }

  .but-me-wrapper {
    border-radius: 8px;
    margin: -5vw 0 1.5vw 0;
}
.but-me-wrapper-title {
    font-size: 5vw;
    margin-top: 0.8vw;
}
.but-me-wrapper-footer {
    font-size: 2.4vw;
    margin: 1.3vw 0;
}
.but-me-wrapper-title-middle {
    max-width: 74.3vw;
}
.buy-me-r-c {
    width: 33.6vw;
    height: 14.1vw;
}
.buy-me-r-c-top {
    font-size: 2.9vw;
}
.buy-me-r-c-bottom {
    margin-top: 4.4vw;
    font-size: 4.4vw;
}
.buy-me-r-price {
    width: 37vw;
    height: 12.7vw;
}
.buy-me-r-price-b {
    font-size: 13.5vw;
    letter-spacing: -0.6vw;
    margin-top: 0.6vw;
    padding-right: 8.3vw;
}
.buy-me-r-price-a {
    top: -0.7vw;
    font-size: 4.5vw;
}
.buy-me-r-price-c {
    left: -0.05vw;
    top: 4.5vw;
    font-size: 6.7vw;
}
}
