body{
    font-size: 16px;
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;

}

.iti {
    width: 100%;
}
.form input {
    width: 100%;
}
.iti__selected-dial-code {
    font-size: 14px;
}

*{
    box-sizing: border-box;
}
.dn {
    display: none;
}
.container {

    max-width: 600px;
    margin: 0 auto;
    padding: 0 15px;
}


h1, h2, h3, h4, h5, h6 {
    margin: 0;
}


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

.header {
    padding: 15px 0;

    background: /*scrapbook-orig-url="../images/header_after.png"*/url("../images/header_after.png") no-repeat left top;
}

.header__box_logo {
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

.header__box_logo img {
    width: 200px;
}

img{
    width: 100%;
}

.about {
    color: #fff;
    padding: 100px 0;
    background: /*scrapbook-orig-url="../images/bg-main.png"*/url("../images/bg-main.png") no-repeat center top / cover;

    
}

.about__wrapper_cont {
    position: relative;
    padding-left: 20px;
}
.about__wrapper_cont::after {

    content: '';
    display: block;
    position: absolute;
    left: 0;
    z-index: 10;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(#BE5736, #A23817);
}


.about__title {
    font-size: 28px;
    line-height: 33px;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.main_btn {
    border: 2px solid #fff;
    padding: 17px 12px;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 600;
    border-radius: 2px;
    display: inline-block;
}

.about__content {
    padding-top: 22px;
    color: #014278;
    padding-bottom: 50px;
}

.about__content_titie {
    font-size: 33px;
    line-height: 1em;
    padding-bottom: 20px;
    border-bottom: 1.83px solid #A4A4A4;
}

.about__content p {
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 300;
}

.btn_qi {
    margin-top: 50px;
    background-color: #002647;
    text-transform: uppercase;
    color: #fff;
    display: block;
    text-align: center;
    padding: 20px 10px;
    font-size: 32px;
}




.footer {
    padding: 10px 0;
    border-top: 3px solid #BE5736;
    background: /*scrapbook-orig-url="../images/footer__bg.png"*/url("../images/footer__bg.png") no-repeat center top  / cover;
}

.footer__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.footer__wrapper p {
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    margin-left: 20px;
}







#slide2 {

}

#slide2 .about {
    padding: 20px 0;
}

.slide_header {
    color: #fff;
    text-transform: uppercase;
    padding: 20px 0;
    background: /*scrapbook-orig-url="../images/bg_quiz.png"*/url("../images/bg_quiz.png") no-repeat top center / cover;
    margin-bottom: 20px;
}

.slide_header__title {
    font-size: 19px;
    font-weight: 700;
    padding-left: 20px;
    position: relative;
    line-height: 22px;
}

.slide_header__title::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    z-index: 10;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(#BE5736, #A23817);
}

.slide_content {
    color: #002647;
    padding-bottom: 50px;
}

.slide_content__title {
    padding-bottom: 20px;
    border-bottom: 2px solid #A4A4A4;
    margin-bottom: 27px;
    font-size: 26px;
    line-height: 1em;

}

.box_quiz__title {
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
}

.select {
    width: 100%;
    border: 1px solid #767676;
    height: 53px;
    padding: 0 10px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 2px;
    padding-right: 30px;
}



.box_quiz__title {
    margin-bottom: 20px;
}

.custom_select {
    position: relative;
    margin-bottom: 30px;
}

  .custom_select:after {
    content: "▼";
    padding: 0 8px;
    font-size: 12px;
    position: absolute;
    right: 8px;
    top: 18px;
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 100%;
    pointer-events: none;
    box-sizing: border-box;
  }
  select {
    padding-right: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .select.error {
    background: #ff00005e !important;
    border-color: red;
  }
  .select.valid {
    background: #0080004d!important;
    border-color: green;
  }



.form {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  
  .form__title {
    padding-bottom: 1.25rem;
    font-weight: 500;
    line-height: 1.2;
    border-bottom: 0.115rem solid rgba(164, 164, 164, 0.64);
  }
  
  .form__title span {
    color: #8c0202;
    line-height: 1.08;
  }
  
  .form {
    display: -ms-grid;
    display: grid;
    gap: 1.25rem;
    -ms-grid-row-align: center;
        align-self: center;
    width: 100%;
    font-weight: 400;
    line-height: 1.08;
    /* 40/37 */
    padding-top: 1.25rem;
  }
  
  .input {
    border: 0.125rem solid #767676;
  }
  
  .button {
    text-transform: uppercase;
    font-weight: 700;
    color: #d9d9d9;
    border: 0.14rem solid #005eab;
    background: #002647;
    padding: 0.625rem 0;

  }

  .form__title h3 {
    color: #002647;
  }
  .phone-eror-mess {
    background-color: red;
    color: #fff;
    width: 100%;
    font-size: 14px;
    text-align: center;
    display: block;

}

  @media screen and (max-width: 500px) {
    .about {
        padding: 50px 0;
    }

    .about__content_titie {
        font-size: 28px;
    }
    .about__content p {
        font-size: 18px;
    }

    .btn_qi {
        font-size: 24px;
    }
  }

  @media  screen and (max-width: 400px) {
    .about__title {
        font-size: 24px;
    }

    .about {
        padding: 35px 0;
    }
    .btn_qi {

        margin-top: 20px;
    }

    .slide_content {
        padding-bottom: 30px;
    }

    .slide_content__title {
        font-size: 20px;
    }

    .box_quiz__title {
        font-size: 16px;
    }
    .slide_content__title {

        margin-bottom: 10px;
    }

    .custom_select {
        margin-bottom: 10px;
    }
  }



@media (min-width: 39.375em) {
    .thanks__container {
      padding-top: 10.625rem;
    }
  
    .thanks__title {
      font-size: 3.125rem;
    }
  
    .thanks__text {
      font-size: 1.5rem;
    }
  
    .form__title {
      font-size: 1.5rem;
    }
  
    .form {
      /* font-size: 2.3125rem; */
    }
  
    .input {
      padding: 0.9375rem;
    }
  
    .button {
      font-size: 2.05rem;
    }
  }
  
  @media (max-width: 20em) {
    .thanks__container {
      padding-top: 6.25rem;
    }
  
    .thanks__title {
      font-size: 2.5rem;
    }
  
    .thanks__text {
      font-size: 1.25rem;
    }
  
    .form__title {
      font-size: 1.25rem;
    }
  
    .form {
      font-size: 1.25rem;
    }
  
    .input {
      padding: 0.625rem;
    }
  
    .button {
      font-size: 1.5625rem;
    }
  }
  
  @media (min-width: 20em) and (max-width: 39.375em) {
  
  
  @supports (font-size: clamp( 1.25rem , 0.9919354839rem  +  1.2903225806vw , 1.5rem )) {
      .form__title {
        font-size: clamp( 1.25rem , 0.9919354839rem  +  1.2903225806vw , 1.5rem );
      }
  }
  
  @supports not (font-size: clamp( 1.25rem , 0.9919354839rem  +  1.2903225806vw , 1.5rem )) {
      .form__title {
        font-size: calc(1.25rem + 0.25 * (100vw - 20rem) / 19.375);
      }
  }
  
  @supports (font-size: clamp( 1.25rem , 0.1532258065rem  +  5.4838709677vw , 2.3125rem )) {
      .form {
        font-size: clamp( 1.25rem , 0.1532258065rem  +  5.4838709677vw , 2.3125rem );
      }
  }
  
  @supports not (font-size: clamp( 1.25rem , 0.1532258065rem  +  5.4838709677vw , 2.3125rem )) {
      .form {
        font-size: calc(1.25rem + 1.0625 * (100vw - 20rem) / 19.375);
      }
  }
  
  @supports (padding: clamp( 0.625rem , 0.3024193548rem  +  1.6129032258vw , 0.9375rem )) {
      .input {
        padding: clamp( 0.625rem , 0.3024193548rem  +  1.6129032258vw , 0.9375rem );
      }
  }
  
  @supports not (padding: clamp( 0.625rem , 0.3024193548rem  +  1.6129032258vw , 0.9375rem )) {
      .input {
        padding: calc(0.625rem + 0.3125 * (100vw - 20rem) / 19.375);
      }
  }
  
  @supports (font-size: clamp( 1.5625rem , 1.0592741935rem  +  2.5161290323vw , 2.05rem )) {
      .button {
        font-size: clamp( 1.5625rem , 1.0592741935rem  +  2.5161290323vw , 2.05rem );
      }
  }
  
  @supports not (font-size: clamp( 1.5625rem , 1.0592741935rem  +  2.5161290323vw , 2.05rem )) {
      .button {
        font-size: calc(1.5625rem + 0.4875 * (100vw - 20rem) / 19.375);
      }
  }
  }
  
 