/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.12,
* Autoprefixer: v10.4.4
* Browsers: last 4 version
*/

*,
*::after,
*::before{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

body{
    /* font-family: 'Merriweather', serif; */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 21px;
    line-height: 31px;
    color: #091638;
}
h3{
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    text-align: center;
}
.contain{
    margin: 0 auto;
    max-width: 1225px;
}

.header-contain{
    width: auto;
    margin: 0px 40px 0px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 118px;
    background-color: #fff;
}
.Fastlind{
    margin-top: 48px;
    width: 98px;
    height: 22px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: inherit;
}
.Fastlind::after{
    content: url("../images/Vector.svg");
    padding-left: 8px;
    text-align: center;
}
.logo-box{
    width: 442px;
    height: 141px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 5px 5px;
}
.logo{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    padding-top: 42px;;
}
.form-step{
    display: none;
}
.form-step-active{
    display: block;
}
.btn-box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 187px;
    height: 58px;
    margin-top:30px;
    background: #DF0F31;
    -webkit-box-shadow: 0px 8px 15px -8px #DF0F31;
            box-shadow: 0px 8px 15px -8px #DF0F31;
    border-radius: 58px;
}
.btn-step-two-box{
    width: 795px;
}
.btn{
    color:#fff;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-right: 40px;
    padding-left: 40px;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
}
.btn-step-two{
    padding-right: 350px;
    padding-left: 350px;
}
.btn-header{
    padding-right: 30px;
    padding-left: 30px;
}
.btn:hover{
    cursor: pointer;
}
.btn-box-thx{
    width: 198px;
}
.btn-thx::before{
    content: url(../images/left.svg);
    margin-right: 10px;
}
.contain-back{
    background: url(../images/back-img.png) no-repeat;
    background-position: center center;
    margin-bottom: 40px;
    padding-bottom: 80px;
}
.contain-back-down{
    padding-bottom: 315px;
}
.central-inscription{
    padding-top: 99px;
    margin-bottom: 37px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.central-inscription-text{
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    color: #fff;
    margin: 0 auto;
}
.central-inscription-center{
    padding-top: 373px;
    padding-bottom: 57px;
}
.text-box--central{
    padding: 5px 5px 0px 5px;
    background: #DF0F31;
    border-radius: 5px;
}
.text-box--central-thx{
    padding: 0px 7px;
    background: #DF0F31;
    border-radius: 5px;
}
.quiz-box{
    background: #FFFFFF;
    -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding-bottom: 50px;
}
.quiz-box-step-two{
    background: #FFFFFF;
    -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding-bottom: 50px;
    max-width: 855px;
    margin: 0 auto;
    margin-bottom: 100px;
}
.quiz-h{
    padding-top: 37px;
    padding-bottom: 9px;
}
.quiz-text{
    text-align: center;
    padding-bottom: 43px;
}

.drop,
.drop-two {
    display: inline-block;
    position: relative;
    color: #091638;
    z-index: 1;
  }
  
  .drop p,
  .drop-two p{
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .dropdowm-block{
      border-radius: 0px 0px 5px 5px;
      z-index: 5;
  }
  .drop .dropdown_block ,
  .drop-two .dropdown_block{
    display: none;
    width: 100%;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
  }

  .drop ul,
  .drop-two ul{
    display: block;
    width: 232px;
    background: #F5F5F5;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    max-height: 291px;
    overflow: hidden auto;
  }
  .drop li,
  .drop-two li {
    display: lock;
    width: 232px;
    height: 291px;
    line-height: 30px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #F5F5F5;
  }
  
  .drop li:hover,
  .drop-two li:hover {
    cursor: pointer;
  }
  .dropbtn{
      padding-top: 4px;
      padding-left: 10px;
  }
  .dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    z-index: 1;
}
.show {display: block;}
.quiz-form-items{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    margin-left: 30px;
    margin-right: 30px;
}
.quiz-form-items-left{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack:left;
        -ms-flex-pack:left;
            justify-content:left;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    margin-left: 30px;
    margin-right: 30px;
}
::-webkit-scrollbar {
    width: 2px;
}
::-webkit-scrollbar-track {
    background: #C6C9CE;
    border-radius: 2px;   
    
}
::-webkit-scrollbar-thumb {
    background: #EE2D38; 
    border-radius: 2px;
}
.placeholder{
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    /* padding-right: 117px; */
}
.placeholder::after{
    content: url(../images/down.svg);
    padding-left: 117px;
}
.dropbtn::after{
    content: url(../images/down.svg);
    padding-left: 130px;
}
.block{
    display: inline-block;
    width: 232px;
    height: 73px;
    border-right: 1px solid #E0E0E0;
}

.block-step-two{
    display: inline-block;
    width: 264px;
    height: 73px;
    border-right: 1px solid #E0E0E0;
}
.block-step-two-down{
    display: inline-block;
    width:397px;
    height: 73px;
    border-right: 1px solid #E0E0E0;
}
.block-noborder{
    border-right: none;
}
.form-header{
    padding-top: 12px;
    padding-left: 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    line-height: 15px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.hidden-checkbox{
    -webkit-appearance: none;
    position: absolute;
}
.custom-first{
    padding-top: 11px;
}
.custom-checkbox{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 15px;
}
.custom-checkbox-step-two{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 25px;
    padding-bottom: 30px;
    padding-left: 30px;
    max-width: 220px;
}
.checkbox-text{
    padding-left: 6px;
    font-weight: 300;
    font-size: 13px;
    line-height: 30px;
}
.checkbox-text-step-two{
    padding-left: 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
}
.custom-checkbox .checkbox{
    width: 21px;
    height: 21px;
    border: 1px solid #C8CACF;
    border-radius: 5px;
    position: relative;
    background-color: #fff;
}
.custom-checkbox .checkmark{
    content: url(../images/Vector1.svg);
    position: absolute;
    width: 12px;
    height: 12px;
    left: 50%;
    top:50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-radius: 5px;
}

.custom-checkbox input:checked + .checkbox{
    display: block;
    background-color: #EE2D38 ;
}
.tree-down-one{
    padding-left: 37px;
}
.tree-down-two{
    padding-left: 57px;
}
.input-placeholder{
    width: 222px;
    padding-left: 10px;
    border: none;
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
}
.input-placeholder-step-two-down{
    width: 100%;
    padding-left: 10px;
    border: none;
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
}
.icon-down{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.icon-down::after{
    content: url(../images/down.svg);
    padding-right: 15px;
}
input{
    outline:none;
}
.dropdown_block-slider{
    width: 232px;
    height: 119px;
    background-color: #F5F5F5;
    border-radius: 0px 0px 5px 5px;
}

textarea
{
    width: 1165px;
    border: none;
    outline: none;
    resize: none;
    
}
textarea::-webkit-input-placeholder{
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    line-height: 15px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #091638;
}
.quiz-form-textarea{
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    margin-left: 30px;
    margin-right: 30px;
}
.textarea_text{
    padding-top: 15px;
    padding-left: 15px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    line-height: 15px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #091638;
}
.textareat_item{
    vertical-align: top;
    display: inline-block;
    position: relative;
}
.textarea_label{
    display: block;
    padding-top: 15px;
    position: absolute;
    pointer-events: none;
    margin-left:30px;
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
}
.textareat_item:focus-within > .textarea_label {
  padding-top: 1px;
  font-size: 8px;
}

button{
    border: none;
    background-color: transparent;
}
#hiddenRow{
    display: block;
}
.quiz-form-items-left{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}
.color-star{
    color:#DF0F31
}
.hiden-pc{
    display: none;
}
/* apadtive */
@media screen and (max-width: 576px) {
    .hiden-pc{
        display: initial;
    }
    .logo-mb{
        display: block;
        margin: 0 auto;
        padding-top: 24px;;
    }
    .logo-box-mb{
        width: 100%;
        height: 80px;
        background: #FFFFFF;
        -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
                box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
        border-radius: 0px 0px 5px 5px;
    }
    .header-contain-mb{
        width: 100%;
        display: block;
        background-color: #fff;
    }
    .header-contain-mb-down{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 20px;
    }
    .Fastlind-mb{
        padding-top: 34px;
        font-style: normal;
        font-weight: 700;
        font-size: 15px;
        line-height: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-decoration: none;
        color: inherit;
    }
    .Fastlind-mb::after{
        content: url("../images/Vector.svg");
        padding-left: 8px;
        text-align: center;
    }
    .btn-box-mb{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 50%;
        height: 48px;
        margin-top:20px;
        background: #DF0F31;
        -webkit-box-shadow: 0px 8px 15px -8px #DF0F31;
                box-shadow: 0px 8px 15px -8px #DF0F31;
        border-radius: 58px;
    }
    .btn-mb{
        color:#fff;
        font-weight: 700;
        font-size: 16px;
        line-height: 22px;
        text-decoration: none;
    }
    .btn-mb:hover{
        cursor: pointer;
    }
    .btn-step-two-box{
        width: 295px;
    }
    .btn-step-two{
        padding-left: 100px;
        padding-right: 100px;
    }
    .central-inscription-text{
        padding-top: 42px;
        font-family: 'Merriweather';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 34px;
        color: #fff;
        text-align: center;
        padding-bottom: 42px;
    }
    .central-inscription{
     padding-top: 0px;
    }
    .contain-back{
        background: url(../images/back-img-mb.png) no-repeat;
        background-position: center center;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 10px;
        padding-bottom: 40px;
        border-radius: 20px;
    }
    .contain-back-thx-mb{
        background: url(../images/thx-back.png) no-repeat;
        background-position: center center;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 10px;
        padding-bottom: 248px;
        border-radius: 20px;
    }
    .text-box--central{
        padding: 0 5px;
    }
    .contain {
        margin: 0 auto;
        max-width: 315px; 
    }
    .quiz-h{
        
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 23px;
        padding-bottom: 15px;
    }
    .quiz-text{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: center;
        padding-bottom: 27px;
        padding-left: 20px;
        padding-right: 20px;
        font-weight: 300;
        font-size: 15px;
        line-height: 25px;
    }
    .quiz-form-items{
        display: block;
        border: 1px solid #E0E0E0;
        border-radius: 5px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .placeholder{
        display: inline-block;
        font-family: 'Open Sans';
        font-style: italic;
        font-weight: 300;
        font-size: 16px;
        line-height: 22px;
        color: #6F7178;
        width: 295px;
        /* padding-right: 193px; */
    }
    .placeholder::after{
        content: url(../images/down.svg);
        padding-left: 193px;
    }
    .placeholder-mb{
        padding-right: 180px;
    }
    .placeholder-mb::after{
        padding-left: 182px;
    }
    .dropbtn::after{
        content: url(../images/down.svg);
        padding-left: 190px;
    }
    .block{
        display: inline-block;
        width: 295px;
        height: 72px;
        border-right: none;
        border-bottom: 1px solid #E0E0E0;
    }
    .block-step-two{
        display: inline-block;
        width: 295px;
        height: 73px;
        border-right: none;
        border-bottom: 1px solid #E0E0E0;
    }
    .block-step-two-down{
        display: inline-block;
        width: 295px;
        height: 73px;
        border-right: none;
        border-bottom: 1px solid #E0E0E0;
    }
    .block-noborder{
        border-bottom: none;
    }
    .quiz-form-textarea{
        margin-top: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border: 1px solid #E0E0E0;
        border-radius: 5px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .box-h-mb{
        padding-top: 30px;
        text-align: center;
    }
    .quiz-h-mb{
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 23px;
    }
    .quiz-box{
        background: #FFFFFF;
        -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
                box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
        border-radius: 5px;
        padding-bottom: 30px;
    }
    .drop ul {
        display: block;
        width: 295px;
        background: #F5F5F5;
        padding: 0;
        margin: 10px 0 0;
        list-style: none;
        max-height: 291px;
        overflow: hidden auto;
      }
      .drop li {
        display: lock;
        width: 295px;
        height: 291px;
        line-height: 30px;
        padding: 0 10px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        background-color: #F5F5F5;
      }
      .dropdown_block-slider{
        width: 295px;
        height: 119px;
        background-color: #F5F5F5;
        border-radius: 0px 0px 5px 5px;
    }
      .drop{
          z-index: 2;
      }
      .drop-two{
          z-index: 1;
      }
      .quiz-box-step-two{
        background: #FFFFFF;
        -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
                box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
        border-radius: 5px;
        padding-bottom: 50px;
        max-width: 855px;
        margin: 0 auto;
        margin-bottom: 150px;
    }
    .custom-checkbox-step-two{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 10px;
        max-width: 220px;
    }
    .input-placeholder-step-two-down{
        width: 90%;
        padding-left: 10px;
        border: none;
        font-family: 'Open Sans';
        font-style: italic;
        font-weight: 300;
        font-size: 16px;
        line-height: 22px;
    }
    .central-inscription-text-mb{
        font-family: 'Merriweather';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 34px;
        padding-top: 248px;
        padding-bottom: 22px;
    }
    .textareat_item{
        width: 100%;
    }
    .textarea_label{
        display: block;
        padding-top: 15px;
        position: absolute;
        pointer-events: none;
        margin-left:10px;
        margin-top: 10px;
        white-space: nowrap;
        overflow: hidden;
    }


    .hiden-mobail{
        display: none;
    }
}