@font-face {
    font-family: 'Yandex Sans light';
    src: local('Yandex Sans Text Light'), local('Yandex-Sans-Text-Light'),
        url('../fonts/YandexSansText-Light.woff2') format('woff2'),
        url('../fonts/YandexSansText-Light.woff') format('woff'),
        url('../fonts/YandexSansText-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
  }


@font-face {
    font-family: 'Yandex Sans regular';
    src: local('Yandex Sans Text Regular'), local('Yandex-Sans-Text-Regular'),
        url('../fonts/YandexSansText-Regular.woff2') format('woff2'),
        url('../fonts/YandexSansText-Regular.woff') format('woff'),
        url('../fonts/YandexSansText-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
  }
@font-face {
    font-family: 'Yandex Sans medium';
    src: local('Yandex Sans Text Medium'), local('Yandex-Sans-Text-Medium'),
        url('../fonts/YandexSansText-Medium.woff2') format('woff2'),
        url('../fonts/YandexSansText-Medium.woff') format('woff'),
        url('../fonts/YandexSansText-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
  }
@font-face {
    font-family: 'Yandex Sans bold';
    src: local('Yandex Sans Text Bold'), local('Yandex-Sans-Text-Bold'),
        url('../fonts/YandexSansText-Bold.woff2') format('woff2'),
        url('../fonts/YandexSansText-Bold.woff') format('woff'),
        url('../fonts/YandexSansText-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
  }

html {
  font-size: 10px;
}
body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100vh;
  background-image: url(../img/bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;

  /*! teksto spalva */
  color: #001618;
  /*! teksto spalva */

}
.body-wrapper {
  overflow-x: hidden;
  position: relative;
  min-height: 35vh;
}
.logo {
  width: 23rem;
  margin-bottom: 4rem;
}
.header {
  font-family: 'Yandex Sans medium';
  font-size: 2.1rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
  text-align: center;
}
.header-txt {
  font-size: 1.8rem;
  font-family: 'Yandex Sans light';
  margin-bottom: 2.4rem;
  text-align: center;
}
.dots {
  text-align: center;
  margin-bottom: 4.2rem;
}
.dot {
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #fff;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  border-radius: 50%;
}
.dot-active {
  background-color: #001618;
}
button {
  font-family: 'Yandex Sans bold';
  font-size: 2.3rem;

        /*! migtuko teksto spalva */
  color: #28a1a3;
        /*! migtuko teksto spalva */

  line-height: 1;
  padding: 0;
  border-radius: 28px;

      /*! migtuko spalva */
  background-color: #fff;
     /*! migtuko spalva */

  padding: 1.7rem 2.4rem 2rem 2.1rem;
  border: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

button:hover, button:active, button:focus {
  background-color: #001618;
}
.b2 {
  width: 30rem;
  height: 4rem;
  display: inline-block;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  padding: 0;
    margin-bottom: 0.7rem;
}
.b3 {
  width: 40rem;
  height: 4rem;
  margin-bottom: 0.7rem;
  padding: 0;
}


.b1 {
  width: 40rem;
  height: 4rem;
  margin-bottom: 0.7rem;
  padding: 0;
}


.quest {
  text-align: center;

}
.quest-txt {
  font-family: 'Yandex Sans bold';
  font-size: 2.4rem;


    /*! klausimo spalva */
  color: #f4f4f4;
    /*! klausimo spalva */


  margin-bottom: 3rem;
}

.final-bold {
  font-family: 'Yandex Sans medium';
  font-size: 1.7rem;
  margin: 0;
}
.final-txt {
  font-size: 1.7rem;
  font-family: 'Yandex Sans light';
}
.final-btn {
          /*! paskutinio migtuko spalva */
  background-color: #001618;
          /*! paskutinio migtuko spalva */
}


 .q3, .q2, .final {
  z-index: 30;
  top: 0;
  left: 0;
  transition: all linear 0.5s;
  position: absolute;
  width: 100%;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  display: inline-block;
  text-align: center;
}


@media (max-width: 470px) {
  html {
    font-size: 9px;
  }
}
@media (max-width: 425px) {
  html {
    font-size: 8px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 8px;
  }
  .header {
    font-size: 1.8rem;
  }
}
