body {
  display: flex;
  justify-content: center;
  height: 100vh;
  overflow: hidden;
  -webkit-text-size-adjust: 100%;
}

.overlay {
  position: absolute;
  display: none;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  height: 100vh;
  overflow: hidden;
}

.RF_logo {
    /* Strelki Pro 1 */

justify-content: center;
align-self: center;
margin-bottom: 310px;
position: absolute;
width: 210px;
height: 210px;
/* left: 42vw;
top: 17vh; */

background: url(https://i.postimg.cc/m2DkjHYC/Strelki-Pro.png);
filter: drop-shadow(0px 8px 64px rgba(0, 0, 0, 0.25));
}
.RF_name {
    /* RouteFuel */

display: flex;
align-self: center;
justify-content: center;
text-align: center;
width: 172px;
height: 34px;
/* left: 42vw;
top: 45vh; */

font-family: sans-serif;
font-style: normal;
font-weight: bold;
font-size: 6vh;
line-height: 42px;

color: #000000;
}
.RF_soon {
/* Мы запустимся совсем скоро! */


position: absolute;
align-self: center;
margin-top: 15vh;
text-align: center;
width: 52vw;
height: 53px;
/* left: 30vw;
top: 55vh; */

font-family: sans-serif;
font-style: normal;
font-weight: bold;
font-size: 5vh;
line-height: 54px;

color: #000000;
}
.RF_button {
    display: flex;
    align-self: center;
    margin-top: 42vh;
    position: absolute;
    align-items: center;
    justify-content: center;
    width: 450px;
    height: 60px;
    border-radius: 23px;
    /* left: 38vw;
    top: 70vh; */
    background-color: #007AFF;
}
.RF_button_arrow {
    /* arrow / chevron_big_left */
    align-content: flex-end;
    text-align: right;
    position: relative;
    /* left: 289px;
    right: 14px;
    top: 12px; */
    border-radius: 6px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 20px;
}
.RF_button_arrow:hover {
    transform: scale(1.15);
}
.RF_button_arrow_modal {
    /* arrow / chevron_big_left */

  justify-content: center;
  align-content: center;
  align-self: center;
  text-align: right;
  right: 5%;
    position: absolute;
    cursor: pointer;
    /* left: 289px;
    right: 14px;
    top: 12px; */
    border-radius: 6px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 3vh;
}
.RF_button_arrow_modal:hover {
    transform: scale(1.15);
}
.RF_button_text {
    /* Быстрый старт */

  justify-content: center;
  align-self: center;
  text-align: left;
  left: 5%;
    position: absolute;

    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 48px;
    /* or 320% */


    align-items: center;

    color: #FFFFFF;
}
.RF_modal {
    /* Rectangle 11 */
    transform: translateY(-300%);
    transition: transform 1s ease;

    display: flex;
    justify-content: center;
    align-content: center;
  align-self: center;
    position: absolute;
    width: 1000px;
    height: 70vh;
    bottom: 30%;
    z-index: 10;
    /* left: 20vw;
    top: 6vh; */

    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #EDEDED;
    box-shadow: 0px 8px 64px rgba(0, 0, 0, 0.25);
    border-radius: 35px;
}


.RF_modal  form {
  width: 100vw;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.RF_modal.open {
    transform: translateY(10%);
}
.RF_modal_title {
    /* Хочу стать тестировщиком */
  position: absolute;
  text-align: center;
  margin-top: 2.5%;
    /* position: relative;
    width: 378px;
    height: 34px;
    left: 235px;
    top: 35px; */

    /* Title Beta */

    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 35px;
    /* or 125% */

    letter-spacing: -0.6px;

    color: #000000;

}
.RF_modal_caption {
    /* К сожалению, приложение пока не доступно для открытого бета-теста, но Вы можете оставить свой e-mail и мы обязательно оповестим Вас, когда это случится! */

  align-self: center;
        position: absolute;
        width: 489px;
        height: 82px;
        top: 112px;

        font-family: sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 20px;
        /* or 100% */

        text-align: center;

        color: #000000;
}
.RF_modal_form {
    /* State=Hover */

    /* Auto Layout */
    width: 457px;
    height: 48px;
    flex-direction: column;
    align-items: center;
    align-self: center;
    align-content: center;
    justify-content: center;
    padding: 0px 16px;

    position: absolute;
    /* left: 179px;
    right: 30.94%; */
    top: 55.28%;

    background: #EDEDED;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    border-radius: 17px;
}
.RF_modal_form input {
    /* left */


    /* Auto Layout */
    background: none;
    border: none;
    flex-direction: row;
    align-items: center;
    padding: 0px;

    position: absolute;
    width: 256px;
    height: 44px;
    left: 5px;
    bottom: 1px;
    top: 2px;
    outline: 0;
    outline-offset: 0;

}



#btn-modal {
  width: 350px;
  border-radius: 23px;
}
.RF_modal input:not(:first-child) {
  display: flex;
  align-self: center;
  margin-top: 42vh;
  position: absolute;
  align-items: center;
  justify-content: center;
  width: 450px;
  height: 60px;
  border-radius: 23px;
  /* left: 38vw;
  top: 70vh; */
  background-color: #007AFF;
  outline: 0;
  border: 0;
  font-family: sans-serif;
  color: white;
  font-weight: bold;
  font-size: 1vw;
}

/* смартфоны, устройства с сенсорным экраном, с которым работают пальцами */
@media only screen and (max-device-width: 480px) {
  .RF_soon {
      position: absolute;
      align-self: center;
      margin-top: 15vh;
      width: 27vh;
      height: 3vh;
      font-family: sans-serif;
      font-style: normal;
      font-weight: bold;
      font-size: 3vh;
      line-height: 54px;
      color: #000000;
}

.RF_logo {
  margin-bottom:  20vh;
}

.RF_button {
    display: flex;
    align-self: flex-end;
    position: absolute;
    align-items: flex-end;
    justify-content: flex-end;
    margin-bottom: 10vh;
    width: 85vw;
    height: 110px;
    /* left: 38vw;
    top: 70vh; */
    border-radius: 23px;
    background-color: #007AFF;
}

.RF_modal input:not(:first-child) {
  display: flex;
  align-self: center;
  position: absolute;
  align-items: center;
  justify-content: center;
  margin-bottom: 10vh;
  width: 60vw;
  height: 110px;
  /* left: 38vw;
  top: 70vh; */
  border-radius: 23px;
  background-color: #007AFF;
  outline: 0;
  border: 0;
  font-family: sans-serif;
  color: white;
  font-weight: bold;
  font-size: 3vw;
}
.RF_button_text {
  font-size: 4vw;
}

.RF_modal {
  width: 90vw
;
height: 100vw
;
}

.RF_modal_title {
  font-size: 5vw;
  margin-top: 15.5%;

}

.RF_modal_caption {
  align-self: center;
position: absolute;
text-align: center;
width: 73vw;
height: 10vh
;
top: 21vw
;
font-family: sans-serif;
font-style: normal;
font-weight: 500;
font-size: 5vw;
line-height: 50px;
text-align: center;
color: #000000;
}

.RF_modal_form {
  width: 78vw;
height: 55px;
flex-direction: column;
align-items: center;
align-self: center;
align-content: center;
justify-content: center;
padding: 0px 16px;
position: absolute;
top: 55.28%;
background: #EDEDED;
border: 1px
solid #EDEDED;
box-sizing: border-box;
border-radius: 17px;
}



.RF_modal_form input {
  width: 80vw;
  font-size: 3vw;

}

}
@media only screen and (min-device-width: 1100px) {
  body {
    min-width: 1100px;
    min-height: 700px;
   }
  
}