.mb10 {
    margin-bottom: 10px;
}

label.quiz-form__label-project {
    position: relative;
    top: -6px;
}
.right_gift_block {
    width: 80%;
    float: left;
    height: auto;
    /* background-image: url(./img/4.jpg); */
    margin: 20px 0 0 0;
    background-repeat: no-repeat;
    background-size: auto 350px;
    background-position: 180px 0;
    margin-left: 10%;
}
aside {
    text-align: center;
}
.btn__outline {
    display: block;
    font-weight: 500;
    font-size: 14px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    box-shadow: rgb(30 30 30 / 50%) 0px -1px 3px 0px inset, rgb(0 44 97 / 10%) 0px 3px 6px 0px;
    border: 0px;
    cursor: pointer;
}

.skills-list{
    padding: 0 0px;
    margin: 0 auto;
    width: 80%;
    margin-left: 0;
}
.skills-list li{
    list-style: none;
}
.progress-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight:700;
    margin-block-end: 5px;
    color: #000;/*#ced4da;*/
    height: 25px;
    font-size: 15px;
}
.progress-bg {
    height: 6px;
    background-color: #333;
    border-radius: 100%;
}
.progress {
    background-color: hsla(216, 14%, 14%, 0.06);
    height: 6px;
    width: 100%;
    border-radius: 0px;
    overflow: hidden;
}
div .sub div {
    background-color: #fff;
}
.progress-fill {
    height: inherit;
    width: 30%; 
    background-color: #c7b1dd; 
    border-radius: 10px;
    transition: border-color .55s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
[data-reveal] {
  opacity: 0;
  transition: 0.75s ease;
}

[data-reveal="top"] { transform: translateY(-30px); }

[data-reveal="bottom"] { transform: translateY(30px); }

[data-reveal="left"] { transform: translateX(-30px); }

[data-reveal="right"] { transform: translateX(30px); }

[data-reveal].revealed {
  transform: translate(0);
  opacity: 1;
}

.grid {
        z-index: 2;
}
    .intro {
    min-height: 100vh;
    min-width: 100vw;
    /* background: url(../img/intro-bg-min.jpg) no-repeat center; */
    background-color: #F9FAFC;
    background-size: cover;
    /*padding-top: 120px;*/
    padding-bottom: 0px;
    top: 0px;
    z-index: 3;
}
.wrapper {
    max-width: 100vw;
    margin: 0 auto;
    padding: 0 0px;
}
.intro__cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 56% 55px 1fr;
    grid-template-columns: 56% 1fr;
    column-gap: 0px; /*40px*/
    padding: 0 0px;
}
.intro__card {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    margin-bottom: 0px;
    background-size: cover;
    background-position: center;
}
.intro__card-slide{
    margin-right: 40px; 
    margin-top: 20px; 
    margin-bottom: 20px; 
    margin: 20px 40px; 
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: hidden;
}

.intro__card-logo-phone {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.b-first-slide_left .b-first-slide__logo-phone, .b-first-slide_right .b-first-slide__logo-phone {
    padding: 1.5em 2.5em;
}
/*
.b-first-slide__image-company {
    width: 160px;
    text-align: center;
}
.b-first-slide_left .b-first-slide__logo-phone img, .b-first-slide_right .b-first-slide__logo-phone img {
    max-height: 80px;
    max-width: 170px;
}*/
.b-first-slide__image-company img {
    max-width: 100%;
    max-height: 80px;
}
.intro__match__submit {
    /* display: block; */
    max-width: fit-content;
    max-height: 50px;
    padding: 15px 35px 15px 30px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    color: #000;
    background: #cfa16a;
    border: 0;
    border-radius: 30px;
    min-height: 55px;
    cursor: pointer;
}
a {
    color: #0e0e0e;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
.b-first-slide_left .b-first-slide__caption, .b-first-slide_right .b-first-slide__caption {
    text-align: left;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 20px;
}
.b-first-slide__caption {
    position: relative;
    padding: 0px;
}

.b-first-slide_left .b-first-slide__caption .b-quiz-title, .b-first-slide_right .b-first-slide__caption .b-quiz-title {
    color: inherit;
    font-size: 2.1em;
}

.b-first-slide__caption .b-quiz-title {
    font-weight: 500;
    max-width: 800px;
    font-size: 2.2em;
    color: inherit;
    margin-bottom: 1.5rem!important;
    margin-top: 1.5rem!important;
}

.b-quiz-title {
    margin: 0;
    font-size: 30px;
    line-height: 1.15;
}
/*.mb-4, .my-4 {
    margin-bottom: 1.5rem!important;
}*/
.b-first-slide_left .b-first-slide_text-column, .b-first-slide_right .b-first-slide_text-column {
    background-color: #fff;
    -webkit-box-flex: 44%;
    -webkit-flex: 44%;
    -ms-flex: 44%;
    flex: 44%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    overflow-y: auto;
}
.b-first-slide_left .b-first-slide__caption .b-quiz-text, .b-first-slide_right .b-first-slide__caption .b-quiz-text {
    color: inherit;
    font-size: 1.2em;
    white-space: pre-line;
}
.b-first-slide__caption .b-quiz-text {
    color: inherit;
    opacity: .9;
    max-width: 600px;
    font-weight: 400;
    font-size: 1.3em;
    margin-bottom: 20px;
}
.b-first-slide_left .first_slide__bonuses, .b-first-slide_right .first_slide__bonuses {
    margin-top: 2.5em;
}

.first_slide__bonuses {
    margin-top: 2em;
    width: 100%;
    max-width: 480px;
}
.b-first-slide_left .first_slide__bonuses .first_slide__bonuses-title, .b-first-slide_right .first_slide__bonuses .first_slide__bonuses-title {
    margin-bottom: 1rem;
}

.first_slide__bonuses-title {
    margin-bottom: 0.4rem;
    text-transform: uppercase;
    font-size: .8rem;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: 1px;
    opacity: .8;
    margin-bottom: 0.7rem;
}
.b-first-slide_left .first_slide__bonuses .b-quiz-bonuses_row, .b-first-slide_right .first_slide__bonuses .b-quiz-bonuses_row {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.first_slide__bonuses .b-quiz-bonuses_row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.b-quiz-bonuses_row {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.b-quiz-bonuses {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.b-quiz-bonuses_row .b-quiz-bonus:first-child {
    margin-right: 15px;
}
.b-quiz-bonus {
    width: 100%;
    max-width: 270px;
    height: 70px;
    -webkit-box-shadow: 0 8px 10px rgb(10 31 68 / 5%);
    box-shadow: 0 8px 10px rgb(10 31 68 / 5%);
    background-color: #fff;
    border: 0.12rem solid #e8e8e8;
    display: block;
}
.b-quiz-bonus, .b-quiz-bonus__wrapper {
    position: relative;
    height: 100%;
    border-radius: 6px;
}
.b-quiz-bonus__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #f9f9fb;
    border-radius: 6px;
    opacity: 0;
    z-index: 2;
}
.b-quiz-bonus__text {
    position: absolute;
    font-size: .75rem;
    line-height: 1.5;
    text-transform: uppercase;
    left: 36%;
    max-width: 62%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
    font-weight: 500;
    text-shadow: 0 0 0 #04122b;
}
.b-quiz-bonus__lock1 {
    fill: #fff;
    position: absolute;
    right: -9px;
    top: -6px;
    background-color: #8b8b8b;
    border-radius: 50%;
    padding: 4px;
    z-index: 3;
}
.b-quiz-bonus__wrapper {
    height: 100%;
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 6px 0 0 6px;
}
.b-quiz-bonus, .b-quiz-bonus__wrapper {
    position: relative;
    height: 100%;
    border-radius: 6px;
}
.b-first-slide__requisites {
    position: relative;
    margin-top: 0px;
    padding-top: 0px;
    font-size: 13px;
}

.overlay {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    z-index: 1;
    
}

.fake.active::after{
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    background: #cfa16a;
    border-radius: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: 0.2s ease-in;
}
.quiz-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* align-items: center;
    justify-content: center;
    margin: 0 0 0 20px; */
    flex-wrap: nowrap;
    flex-direction: column;
}

.quiz-form input {
    height: calc(2.25rem + 2px);
    padding-left: 10px;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 15px;
}
.quiz-form button {
    font-size: 18px!important;
    padding: 12px 30px;
    min-height: 43px;
    height: auto;
    border-radius: 24px;
    border: none;
    line-height: 1.3rem;
}
.quiz-form.intro__submit {
    display: block;
    max-width: fit-content;
    max-height: 50px;
    padding: 15px 35px 15px 30px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    color: #000;
    background: #cfa16a;
    border: 0;
    border-radius: 30px;
    min-height: 55px;
}
 select.quiz-form__select {
    height: calc(2.25rem + 2px);
    padding: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 25px;
}
.quiz-form__group {
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
    }
    label.quiz-form__label-policy {
        position: relative;
        font-size: 13px;
        top: -4px;
    }




/* CSS */
.button-61 {
  align-items: center;
  appearance: none;
  border-radius: 4px;
  border-style: none;
  box-shadow: rgba(0, 0, 0, .2) 0 3px 1px -2px,rgba(0, 0, 0, .14) 0 2px 2px 0,rgba(0, 0, 0, .12) 0 1px 5px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: Roboto,sans-serif;
  font-size: .875rem;
  font-weight: 500;
  height: 36px;
  justify-content: center;
  letter-spacing: .0892857em;
  line-height: normal;
  min-width: 64px;
  outline: none;
  overflow: visible;
  padding: 0 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  will-change: transform,opacity;
}

.button-61:hover {
  box-shadow: rgba(0, 0, 0, .2) 0 2px 4px -1px, rgba(0, 0, 0, .14) 0 4px 5px 0, rgba(0, 0, 0, .12) 0 1px 10px 0;
}

.button-61:disabled {
  background-color: rgba(0, 0, 0, .12);
  box-shadow: rgba(0, 0, 0, .2) 0 0 0 0, rgba(0, 0, 0, .14) 0 0 0 0, rgba(0, 0, 0, .12) 0 0 0 0;
  color: rgba(0, 0, 0, .37);
  cursor: default;
  pointer-events: none;
}

.button-61:not(:disabled) {
  background-color: #6200ee;
}

.button-61:focus {
  box-shadow: rgba(0, 0, 0, .2) 0 2px 4px -1px, rgba(0, 0, 0, .14) 0 4px 5px 0, rgba(0, 0, 0, .12) 0 1px 10px 0;
}

.button-61:active {
  box-shadow: rgba(0, 0, 0, .2) 0 5px 5px -3px, rgba(0, 0, 0, .14) 0 8px 10px 1px, rgba(0, 0, 0, .12) 0 3px 14px 2px;
  background: #A46BF5;
}

.w100 {
    width: 100%    
  }

.some-form__hint {
    display: none;
}
div .sub div:nth-child(2), .sub div:nth-child(3) {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 30px;
    background-color: #ffffff;
    /* align-content: stretch; */
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #ffffff;
}

@media (max-width:1024px) {
    
    .question_images {
    width: 100%;
    height: auto;/*470px*/
    overflow-y: scroll;
    overflow: auto;
    padding-left: 15px;
    padding: 15px;
    padding: 0;
}
.answer-image__title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 50px;
    padding: 5px 10px 5px 10px;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: var(--color-bg-6,#69748c);
    overflow: hidden;
}

.radio__item {
    display: flex;
    max-width: 321px;
    width: 100%;
    padding: 15px;
    background: #fff;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-bottom: 2.0%;
}

.quiz-form label{
    color: inherit;
    opacity: .9;
    max-width: 600px;
    font-weight: 400;
    font-size: 1.3em;
    margin-bottom: 5px;
}
    .quiz-head__hint {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 16px;
  }
  .btn__outline {
    display: block;
    font-weight: 500;
    font-size: 14px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    box-shadow: rgb(30 30 30 / 50%) 0px -1px 3px 0px inset, rgb(0 44 97 / 10%) 0px 3px 6px 0px;
    border: 0px;
    cursor: pointer;
}


div .sub {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 30px 30px;
    margin-bottom: 0;
}
}

@media (max-width:567px) {
    .question_images {
    width: 100%;
    height: auto;/*470px*/
    overflow-y: scroll;
    overflow: auto;
    padding-left: 15px;
    padding: 15px;
    padding: 0;
}
.answer-image__title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 50px;
    padding: 0px 0px 0px 10px;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: var(--color-bg-6,#69748c);
    overflow: hidden;
}

.radio__item {
    display: flex;
    max-width: none;/* max-width: 321px; */
    width: 100%;
    padding: 15px;
    background: #fff;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-bottom: 2.0%;
}
  .w100 {
    width: 100%    
  }
  article {
    flex: auto;
  }
  aside {
    display: none;
  }
  .grid {
    min-width: 100vw;
    min-height: 100vh;
    /* display: grid;
    grid-gap: 1px;
    background-color: white;
    border-radius: 0;
    grid-gap: 0;
    grid-template-areas:
        "header"
        "article"
        "footer"; */

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    flex-wrap: nowrap;
    -webkit-box-pack: justify;

    -webkit-justify-content: flex-start;
    -ms-flex-pack: justify;
    justify-content: flex-start;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1rem 0 60px;
    min-height: 100vh;
    border-radius: 0px;
    padding-top: 0px;
}
.steps {
    width: 100%;
}

.steps {
    width: 100%;
    height: calc(100vh - 20vh);/*185px */
    overflow: auto;
    margin-top: -30px;
    margin-bottom: 80px;

    /* width: 100%;
    height: calc(100vh - 0px);
    overflow: auto;
    margin-top: -40px; */
}
.grid {
grid-template-columns: 1fr;
    width: 100%;
    height: 100vh;
}
.form__title {
    color: var(--color-bg-text,#363636);
    font-size: 18px;
    text-align: left;
    margin: 15px 0 11px 0!important;
    line-height: 1.2;
    font-weight: 700;
}
.form__label-radio {
    margin: 0;
    width: calc(50.0% - 20px);
    max-width: 100%;
    height: auto;
}
.form__label-radio {
    margin: 0;
    width: auto;
    height: auto;
    width: calc(49.0% - 20px);
    margin: 10px;
}

.form__image {
    width: 100%;
    height: auto;
    overflow: hidden;
}


.question_images {
    width: 100%;
    /* height: 470px; */
    overflow-y: scroll;
    overflow: auto;
    padding-left: 15px;
    padding: 15px;
    padding: 0;
}

.quiz-form label {
    color: inherit;
    opacity: .9;
    max-width: 600px;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
    margin-left: 10px;
}
label.quiz-form__label-policy {
    position: relative;
    top: -4px;
    font-size: 13px;
    font-weight: 600;
}
.quiz-form button {
    font-size: 18px!important;
    padding: 12px 30px;
    min-height: 43px;
    height: auto;
    border-radius: 24px;
    border: none;
    line-height: 1.3rem;
    margin-bottom: 10px;
}
  .cards {
    --elements: 1;
  }
  .quiz-head__hint {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 20px;
  }
  .btn__outline {
    display: block;
    font-weight: 500;
    font-size: 14px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    box-shadow: rgb(30 30 30 / 50%) 0px -1px 3px 0px inset, rgb(0 44 97 / 10%) 0px 3px 6px 0px;
    border: 0px;
    cursor: pointer;
}
  div .sub div:nth-child(2), .sub div:nth-child(3) {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    background-color: #ffffff;
    /* align-content: stretch; */
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #ffffff;
}
div .sub {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 50px 50px;
    margin-bottom: 0px;
    /* padding-top: 0; */
    position: fixed;
    height: auto;
    width: -webkit-fill-available;
    bottom: 0;
    background-color: white; 
}
.intro__cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 56% 55px 1fr;
    grid-template-columns: 1fr;
    column-gap: 0px;
    padding: 0 0px;
}
.i1 {
    display: none;
}
.intro__card-logo-phone {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
.b-first-slide__caption {
    position: relative;
    padding: 0px;
    text-align: center;
}
.b-first-slide__requisites {
    position: relative;
    padding-top: 20px;
    font-size: 13px;
    text-align: center;
}
}
.flex-left {
    justify-content: flex-start;
    margin-top: -10px;
    margin-left: 0px;
}
.flex-checkbox {
    min-width: 18px;
}

