@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,700,800');
*{
  box-sizing: border-box
}
html, body{
  margin:0;
  padding:0;
  height:100%;
  color:#14152C;
  font-family: 'Raleway', sans-serif;
 
}

body{
  background-color:#f7f8fc;
}

#formget_box{
  height: 263px !important;
}

.bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 15px 10px;
                                -webkit-appearance: none;
  -webkit-box-shadow: 0px -2px 12px rgba(0,0,0,0.1);
    box-shadow: 0px -2px 12px rgba(0,0,0,0.1);
}

.bottom__container {
    max-width: 1200px;
    margin: auto;
    display: flex;
      justify-content: space-between;
    align-items: center;
}

.progress {
    width: 40%;
    height: 10px;
    position: relative;
    border-radius: 5px;
  overflow:hidden;
    background-color: #ecedf5;
}
.progress__inner {
    position: absolute;
    top: 0;
    border-radius: 5px;
    height: 100%;
    left: 0;
    width: 0%;
    background-color: #5861af;
  transition:.4s width linear
}

.navigation__btn path{
  fill:#A7AACB
}
.navigation {
    display: flex;
    align-items: center;
}

.navigation__btn {
    display: inline-flex;
    align-items: center;
    width: 44px;
    border: 1px solid #A7AACB;
    justify-content: center;
    height: 44px;
}

.navigation__btn--left{
  border-top-left-radius:6px;
    border-bottom-left-radius:6px
}

.navigation__btn--right{
  border-top-right-radius:6px;
    border-bottom-right-radius:6px
}

.navigation__btn--right:not(.navigation__btn--disabled){
  background: #5862af;
}

.quiz__question{
  font-weight:900;
  letter-spacing:1px;
    margin-top: 0;
    font-size: 34px;
    margin-bottom: 50px;
}
.container {
    display: flex;
    height: calc(100% - 74px);
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 15px 10px;
}
.answer:first-of-type{
  margin-right:15px;
}
.answer__input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 1px;
    height: 1px;
    padding: 0;
    position: absolute;
  outline:none !important;
}

.mine__input {
      width: 230px;
    border: 1px solid #A7AACB;
    display: inline-block;
    border-radius: 6px;
    padding: 0px 15px;
  line-height: 56px;
    font-size: 15px;
  color: #A7AACB;
  text-align:left;
    font-weight: 600;
}

.answer__label {
    width: 380px;
    border: 1px solid #A7AACB;
    display: inline-block;
    border-radius: 6px;
    padding: 0px 15px;
  padding-left:55px;
  line-height: 56px;
    font-size: 15px;
    background: white;
  color: #A7AACB;
  text-align:left;
    font-weight: 600;
}

  .navigation{
    position: absolute;
    bottom: 90px;
  }
  .progress{
    width: 100%;
    margin-bottom: 15px;
  }



.answer {
  display: inline-block;
  margin:10px;
  width: 47%;
}



.quiz__step {
    text-align: center;
}

.answer__input:checked + .answer__label{
  border-color:#5861af;
  color:#14152C;
                                  -webkit-appearance: none;
  -webkit-box-shadow: 0px 0px 1px 4px rgba(88,97,175, 0.2);
  box-shadow: 0px 0px 1px 4px rgba(88,97,175, 0.2);
}

.answer__input:checked + .answer__label .answer__tick{
  opacity:1;
  visibility:visible;
}

.answer__char {
    line-height: 24px;
    display: inline-block;
    width: 26px;
    text-align: center;
    font-size: 13px;
    border-radius: 4px;
    color: #c8cae0;
    border: 1px solid #c8cae0;
    font-weight: 600;
    vertical-align: middle;
    margin-right: 15px;
}
.answer__tick {
    display: inline-block;
    vertical-align: middle;
    background-color: #5861af;
    margin-left: 10px;
    line-height: 14px;
    border-radius: 50%;
    padding: 4px;
  opacity:0;
  visible:hidden;
}

.answer__tick path{
  fill:#fff
}
.quiz__inner {
    max-width: 800px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.quiz__step:not(.quiz__step--current){
  visibility:hidden;
  opacity:0;
  display:none;
}
.question__emoji{
  font-size:45px;
  margin-bottom:15px;
      display: inline-block;
    margin-right: 15px;
}
.navigation__btn--disabled {
    opacity: 0.4;
}
.submit__container {
    margin-top: 25px;
}
.submit {
    background-color: #5861af;
    line-height: 50px;
    display: inline-block;
    border-radius: 25px;
    padding: 0 15px;
    font-size: 13px;
    text-decoration: none;
    color: #fff;
    letter-spacing: 1px;
                                      -webkit-appearance: none;
  -webkit-box-shadow: 0px 6px 11px rgba(88,97,175, 0.6);
    box-shadow: 0px 6px 11px rgba(88,97,175, 0.6);
    min-width: 130px;
    font-weight: 700;
    text-transform: uppercase;
}

.thanks__tick {
    line-height: 50px;
    width: 50px;
    font-size: 25px;
    color: #fff;
    background-color: #5861af;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}
.thanks__title {
    font-weight: 900;
    letter-spacing: 1px;
    margin-top: 15px;
    text-align: center;
    font-size: 40px;
}
.thanks{
  text-align:center;
}

.email_input{
width: 720px 
}

@media only screen and (max-width: 600px) {
  a{
    font-size: 14px;
  }
  .email_input{
    width: 360px !important;
  }

  .container{
    margin: 50px 0 !important;
  }
  .answer__label {
      width: 280px;
  }
  .answer{
      width: 100% !important;
  }
  .navigation{
    position: fixed;
        margin: 10px;
    bottom: 0px;
    right: 0px;
    z-index: 2;
  }
  .progress {
    width: 70%;
  }
  .quiz__question{
    font-size: 20px !important;
    margin-bottom: 0px;
  }
}


@media only screen and (min-width: 300px) and (max-width: 600px) {
  .question__emoji{
    font-size: 20px!important;
  }
  .quiz__step--1 {
    margin-top: 200px !important;
  }
  .quiz__step--4 {
    margin-top: 200px !important;
  }
}

