.qwiz-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  background-color: #004F4F;
  height: 68px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

@media (width >= 768px) {
  .qwiz-top {
    height: 162px;
  }
}

@media (width >= 1280px) {
  .qwiz-top {
    padding: 0 20px;
  }
}

.qwiz-top-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #fff;
}

@media (width >= 768px) {
  .qwiz-top-text {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (width >= 1280px) {
  .qwiz-top-text {
    font-size: 30px;
    line-height: 36px;
  }
}

.qwiz-main {
  margin: 0;
  padding:0;
  background: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  margin-bottom: 30px;
  padding: 30px 20px;
}

@media (width >= 1280px) {
  .qwiz-main {
    padding: 71px 40px;
  }
}

.qwiz-main-2 {
  margin: 0;
  padding:0;
  background: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 30px 20px 0;
}

@media (width >= 1280px) {
  .qwiz-main-2 {
    padding: 71px 40px 40px;
  }
}

@media (width <768px) {
  .quiz-control-item  {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 17px;
  }
}

.quiz-control-item::before {
  content: none;
}

.quiz-control-item-2 {
  list-style: none;
  margin-bottom: 20px;
}

@media (width < 768px) {
  .quiz-control-item-2  {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 17px;
  }
}

@media (width >= 1280px) {
  .quiz-control-item-2  {
    margin-bottom: 0;
  }
}

.quiz-control-item-2::before {
  content: none;
}

.director-card {
  padding: 20px;
  background: #FFFFFF;
  box-shadow: 4px 4px 15px rgba(0, 79, 79, 0.2);
  border-radius: 8px;
  margin: 0;
  width: 240px;
  height: 384px;
  margin-left: auto;
  margin-right: auto;
}

@media (width >=768px) {
  .director-card {
    margin: 71px 134px;
    width: 420px;
    height: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (width >=1280px) {
  .director-card  {
    margin: 71px 40px 68px;
    margin-left: 0;
    margin-right: 0;
    height: 620px;
  }
}

.director-card-img {
  width: 240px;
  height: 178px;
}

@media (width >=768px) {
  .director-card-img {
    width: 424px;
    height: 315px;
  }
}

.director-name {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
}

@media (width >=768px) {
  .director-name {
    font-size: 25px;
    line-height: 33px;
  }
}

.director-status {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

@media (width >=768px) {
  .director-status {
    font-size: 25px;
    line-height: 33px;
  }
}

.director-comment {
  font-style: italic;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
}

@media (width >=768px) {
  .director-comment {
    font-size: 20px;
    line-height: 28px;
  }
}

.quiz-question {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

@media (width >= 768px) {
  .quiz-question {
    font-size: 30px;
    line-height: 36px;
  }
}

.quiz-control-list {
  margin-top: 30px;
  padding: 0;
  text-align: center;
  list-style: none;
}

@media (width >= 768px) {
  .quiz-control-list {
    margin-top: 42px;
    display: flex;
    justify-content: space-evenly;
    gap: 8px;
  }
}

@media (width >= 1280px) {
  .quiz-control-list {
    gap: 20px;
  }
}

@media (570px<= width <= 767px) {
  .quiz-control-list {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
}


.quiz-control-list-2 {
  margin-top: 30px;
  padding: 0;
  text-align: center;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

@media (width >= 768px) {
  .quiz-control-list-2 {
    margin-top: 42px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    gap: 8px;
  }
}

@media (570px<= width <= 767px) {
  .quiz-control-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
}

@media (width >= 1280px) {
  .quiz-control-wrapper {
    display: flex;
    gap: 8px;
  }
}

.quiz-control-wrapper::before {
  content: none;
}

.quiz-control-block {
  margin-top: 40px;
}

.qwiz-nav {
  padding: 10px;
}

.qwiz-nav-2 {
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

@media (570px<= width <= 767px) {
  .qwiz-nav-2 {
    display: block;
  }
}

@media (width >= 768px) {
  .qwiz-nav-2 {
    justify-content: space-between;
    flex-direction: row;
  }
}

.qwiz-nav-3 {
  margin-top: 40px;
}

.qwiz-nav-4 {
  padding: 0;
}

.qwiz-wrapper {
  margin-bottom: 30px;
}

@media (width >= 768px) {
  .qwiz-main-wrapper {
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: center;
    gap: 40px;
  }
}

.qwizform-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  padding: 0;
}

@media (width >= 768px) {
  .qwizform-list {
    gap: 16px;
  }
}

.qwizform-item::before {
  content: none;
}

/* CUSTOM RADIO IMG */
/* для элемента input c type="radio" */
.custom-radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
/* для элемента label связанного с .custom-radio */
.custom-radio+label {
  display: inline-flex;
  align-items: center;
  user-select: none;
}

/* создание в label псевдоэлемента  before со следующими стилями */
.custom-radio+label::before {
  content: '';
  display: inline-block;
  width: 240px;
  height: 135px;
  margin-bottom: 10px;
  flex-shrink: 0;
  flex-grow: 0;
  border-radius: 8px;
  background-image: url("../img/qwiz/bytovka-mobile.jpg");
  background-repeat: no-repeat;
  background-size: cover;

  @media (resolution >= 2dppx) {
    background-image: url("../img/qwiz/bytovka-mobile@2x.jpg");
  }
}

@media (width >= 768px) {
  .custom-radio+label::before {
    width: 688px;
    height: 387px;
    background-image: url("../img/qwiz/bytovka-tablet.jpg");

    @media (resolution >= 2dppx) {
      background-image: url("../img/qwiz/bytovka-tablet@2x.jpg");
    }
  }
}

@media (width >= 1280px) {
  .custom-radio+label::before {
    width: 580px;
    height: 326px;
    background-image: url("../img/qwiz/bytovka-desktop.jpg");

    @media (resolution >= 2dppx) {
      background-image: url("../img/qwiz/bytovka-desktop@2x.jpg");
    }
  }
}


@media (width >= 1280px) {
  .cabin-life-block {
    width: 850px;
    height: 300px;
    background-image: url("../img/cabin-materials-desktop.jpg");

    @media (resolution >= 2dppx) {
      background-image: url("../img/cabin-materials-desktop@2x.jpg");
    }
  }
}

.custom-radio-double+label::before {
  width: 240px;
  height: 163px;
}

@media (width >= 768px) {
  .custom-radio-double+label::before {
    width: 340px;
    height: 232px;
  }
}

@media (width >= 1280px) {
  .custom-radio-double+label::before {
    width: 368px;
    height: 232px;
  }
}

.custom-radio-third+label::before {
  width: 240px;
  height: 163px;
}

@media (width >= 768px) {
  .custom-radio-third+label::before {
    width: 220px;
    height: 169px;
  }
}

@media (width >= 1280px) {
  .custom-radio-third+label::before {
    width: 274px;
    height: 170px;
  }
}

.custom-radio-fourth+label::before {
  width: 240px;
  height: 163px;
}

@media (width >= 768px) {
  .custom-radio-fourth+label::before {
    width: 340px;
    height: 232px;
  }
}

@media (width >= 1280px) {
  .custom-radio-fourth+label::before {
    width: 274px;
    height: 170px;
  }
}

.type-house.custom-radio+label::before {
  background-image: url("../img/qwiz/house-mobile.jpg");

  @media (resolution >= 2dppx) {
    background-image: url("../img/qwiz/house-mobile@2x.jpg");
  }
}

@media (width >= 768px) {
  .type-house.custom-radio+label::before {
    background-image: url("../img/qwiz/house-tablet.jpg");

    @media (resolution >= 2dppx) {
      background-image: url("../img/qwiz/house-tablet@2x.jpg");
    }
  }
}

@media (width >= 1280px) {
  .type-house.custom-radio+label::before {
    background-image: url("../img/qwiz/house-desktop.jpg");

    @media (resolution >= 2dppx) {
      background-image: url("../img/qwiz/house-desktop@2x.jpg");
    }
  }
}

.s69m2.custom-radio+label::before {
  background-image: url("../img/qwiz/s69m2-mobile.jpg");

  @media (resolution >= 2dppx) {
    background-image: url("../img/qwiz/s69m2-mobile@2x.jpg");
  }
}

@media (width >= 768px) {
  .s69m2.custom-radio+label::before {
    background-image: url("../img/qwiz/s69m2-tablet.jpg");

    @media (resolution >= 2dppx) {
      background-image: url("../img/qwiz/s69m2-tablet@2x.jpg");
    }
  }
}

@media (width >= 1280px) {
  .s69m2.custom-radio+label::before {
    background-image: url("../img/qwiz/s69m2-desktop.jpg");

    @media (resolution >= 2dppx) {
      background-image: url("../img/qwiz/s69m2-desktop@2x.jpg");
    }
  }
}

.s92m2.custom-radio+label::before {
  background-image: url("../img/qwiz/s92m2-mobile.jpg");

  @media (resolution >= 2dppx) {
    background-image: url("../img/qwiz/s92m2-mobile@2x.jpg");
  }
}

@media (width >= 768px) {
  .s92m2.custom-radio+label::before {
    background-image: url("../img/qwiz/s92m2-tablet.jpg");

    @media (resolution >= 2dppx) {
      background-image: url("../img/qwiz/92m2-tablet@2x.jpg");
    }
  }
}

@media (width >= 1280px) {
  .s92m2.custom-radio+label::before {
    background-image: url("../img/qwiz/s92m2-desktop.jpg");

    @media (resolution >= 2dppx) {
      background-image: url("../img/qwiz/s92m2-desktop@2x.jpg");
    }
  }
}

.s115m2.custom-radio+label::before {
  background-image: url("../img/qwiz/s115m2-mobile.jpg");

  @media (resolution >= 2dppx) {
    background-image: url("../img/qwiz/s115m2-mobile@2x.jpg");
  }
}

@media (width >= 768px) {
  .s115m2.custom-radio+label::before {
    background-image: url("../img/qwiz/s115m2-tablet.jpg");

    @media (resolution >= 2dppx) {
      background-image: url("../img/qwiz/s115m2-tablet@2x.jpg");
    }
  }
}

@media (width >= 1280px) {
  .s115m2.custom-radio+label::before {
    background-image: url("../img/qwiz/s115m2-desktop.jpg");

    @media (resolution >= 2dppx) {
      background-image: url("../img/qwiz/s115m2-desktop@2x.jpg");
    }
  }
}

.s1334m2.custom-radio+label::before {
  background-image: url("../img/qwiz/s1334m2-mobile.jpg");

  @media (resolution >= 2dppx) {
    background-image: url("../img/qwiz/s1334m2-mobile@2x.jpg");
  }
}

@media (width >= 768px) {
  .s1334m2.custom-radio+label::before {
    background-image: url("../img/qwiz/s1334m2-tablet.jpg");

    @media (resolution >= 2dppx) {
      background-image: url("../img/qwiz/s1334m2-tablet@2x.jpg");
    }
  }
}

@media (width >= 1280px) {
  .s1334m2.custom-radio+label::before {
    background-image: url("../img/qwiz/s1334m2-desktop.jpg");

    @media (resolution >= 2dppx) {
      background-image: url("../img/qwiz/s1334m2-desktop@2x.jpg");
    }
  }
}

.s25x6m.custom-radio+label::before {
  background-image: url("../img/hard-explain/hard-explain-3-1-mobile.jpg");

  @media (resolution >= 2dppx) {
    background-image: url("../img/hard-explain/hard-explain-3-1-mobile@2x.jpg");
  }
}

@media (width >= 768px) {
  .s25x6m.custom-radio+label::before {
    background-image: url("../img/hard-explain/hard-explain-3-1-tablet.jpg");

    @media (resolution >= 2dppx) {
      background-image: url("../img/hard-explain/hard-explain-3-1-tablet@2x.jpg");
    }
  }
}

@media (width >= 1280px) {
  .s25x6m.custom-radio+label::before {
    background-image: url("../img/hard-explain/hard-explain-3-1-desktop.jpg");

    @media (resolution >= 2dppx) {
      background-image: url("../img/hard-explain/hard-explain-3-1-desktop@2x.jpg");
    }
  }
}

.s5x6m.custom-radio+label::before {
  background-image: url("../img/hard-explain/hard-explain-4-1-mobile.jpg");

  @media (resolution >= 2dppx) {
    background-image: url("../img/hard-explain/hard-explain-4-1-mobile@2x.jpg");
  }
}

@media (width >= 768px) {
  .s5x6m.custom-radio+label::before {
    background-image: url("../img/hard-explain/hard-explain-4-1-tablet.jpg");

    @media (resolution >= 2dppx) {
      background-image: url("../img/hard-explain/hard-explain-4-1-tablet@2x.jpg");
    }
  }
}

@media (width >= 1280px) {
  .s5x6m.custom-radio+label::before {
    background-image: url("../img/hard-explain/hard-explain-4-1-desktop.jpg");

    @media (resolution >= 2dppx) {
      background-image: url("../img/hard-explain/hard-explain-4-1-desktop@2x.jpg");
    }
  }
}

.s75x6m.custom-radio+label::before {
  background-image: url("../img/hard-explain/hard-explain-3-1-mobile.jpg");

  @media (resolution >= 2dppx) {
    background-image: url("../img/hard-explain/hard-explain-3-1-mobile@2x.jpg");
  }
}

@media (width >= 768px) {
  .s75x6m.custom-radio+label::before {
    background-image: url("../img/hard-explain/hard-explain-3-1-tablet.jpg");

    @media (resolution >= 2dppx) {
      background-image: url("../img/hard-explain/hard-explain-3-1-tablet@2x.jpg");
    }
  }
}

@media (width >= 1280px) {
  .s75x6m.custom-radio+label::before {
    background-image: url("../img/hard-explain/hard-explain-3-1-desktop.jpg");

    @media (resolution >= 2dppx) {
      background-image: url("../img/hard-explain/hard-explain-3-1-desktop@2x.jpg");
    }
  }
}

.s10x6m.custom-radio+label::before {
  background-image: url("../img/hard-explain/hard-explain-5-1-mobile.jpg");

  @media (resolution >= 2dppx) {
    background-image: url("../img/hard-explain/hard-explain-5-1-mobile@2x.jpg");
  }
}

@media (width >= 768px) {
  .s10x6m.custom-radio+label::before {
    background-image: url("../img/hard-explain/hard-explain-5-1-tablet.jpg");

    @media (resolution >= 2dppx) {
      background-image: url("../img/hard-explain/hard-explain-5-1-tablet@2x.jpg");
    }
  }
}

@media (width >= 1280px) {
  .s10x6m.custom-radio+label::before {
    background-image: url("../img/hard-explain/hard-explain-5-1-desktop.jpg");

    @media (resolution >= 2dppx) {
      background-image: url("../img/hard-explain/hard-explain-5-1-desktop@2x.jpg");
    }
  }
}

.summer.custom-radio+label::before{
  background-image: url("../img/qwiz/summer-mobile.jpg");

  @media (resolution >= 2dppx) {
    background-image: url("../img/qwiz/summer-mobile@2x.jpg");
  }
}

@media (width >= 768px) {
  .summer.custom-radio+label::before {
    background-image: url("../img/qwiz/summer-tablet.jpg");

    @media (resolution >= 2dppx) {
      background-image: url("../img/qwiz/summer-tablet@2x.jpg");
    }
  }
}

@media (width >= 1280px) {
  .summer.custom-radio+label::before {
    background-image: url("../img/qwiz/summer-desktop.jpg");

    @media (resolution >= 2dppx) {
      background-image: url("../img/qwiz/summer-desktop@2x.jpg");
    }
  }
}

.winter.custom-radio+label::before {
  background-image: url("../img/qwiz/winter-mobile.jpg");

  @media (resolution >= 2dppx) {
    background-image: url("../img/qwiz/winter-mobile@2x.jpg");
  }
}

@media (width >= 768px) {
  .winter.custom-radio+label::before {
    background-image: url("../img/qwiz/winter-tablet.jpg");

    @media (resolution >= 2dppx) {
      background-image: url("../img/qwiz/winter-tablet@2x.jpg");
    }
  }
}

@media (width >= 1280px) {
  .winter.custom-radio+label::before {
    background-image: url("../img/qwiz/winter-desktop.jpg");

    @media (resolution >= 2dppx) {
      background-image: url("../img/qwiz/winter-desktop@2x.jpg");
    }
  }
}

.without.custom-radio+label::before {
  background-image: url("../img/qwiz/without-mobile.jpg");

  @media (resolution >= 2dppx) {
    background-image: url("../img/qwiz/without-mobile@2x.jpg");
  }
}

@media (width >= 768px) {
  .without.custom-radio+label::before {
    background-image: url("../img/qwiz/without-tablet.jpg");

    @media (resolution >= 2dppx) {
      background-image: url("../img/qwiz/without-tablet@2x.jpg");
    }
  }
}

@media (width >= 1280px) {
  .without.custom-radio+label::before {
    background-image: url("../img/qwiz/without-desktop.jpg");

    @media (resolution >= 2dppx) {
      background-image: url("../img/qwiz/without-desktop@2x.jpg");
    }
  }
}

.chern.custom-radio+label::before {
  background-image: url("../img/qwiz/chern-mobile.jpg");

  @media (resolution >= 2dppx) {
    background-image: url("../img/qwiz/chern-mobile@2x.jpg");
  }
}

@media (width >= 768px) {
  .chern.custom-radio+label::before {
    background-image: url("../img/qwiz/chern-tablet.jpg");

    @media (resolution >= 2dppx) {
      background-image: url("../img/qwiz/chern-tablet@2x.jpg");
    }
  }
}

@media (width >= 1280px) {
  .chern.custom-radio+label::before {
    background-image: url("../img/qwiz/chern-desktop.jpg");

    @media (resolution >= 2dppx) {
      background-image: url("../img/qwiz/chern-desktop@2x.jpg");
    }
  }
}

.clean.custom-radio+label::before {
  background-image: url("../img/qwiz/clean-mobile.jpg");

  @media (resolution >= 2dppx) {
    background-image: url("../img/qwiz/clean-mobile@2x.jpg");
  }
}

@media (width >= 768px) {
  .clean.custom-radio+label::before {
    background-image: url("../img/qwiz/clean-tablet.jpg");

    @media (resolution >= 2dppx) {
      background-image: url("../img/qwiz/clean-tablet@2x.jpg");
    }
  }
}

@media (width >= 1280px) {
  .clean.custom-radio+label::before {
    background-image: url("../img/qwiz/clean-desktop.jpg");

    @media (resolution >= 2dppx) {
      background-image: url("../img/qwiz/clean-desktop@2x.jpg");
    }
  }
}

.septic.custom-radio+label::before {
  background-image: url("../img/qwiz/septic-mobile.jpg");

  @media (resolution >= 2dppx) {
    background-image: url("../img/qwiz/septic-mobile@2x.jpg");
  }
}

@media (width >= 768px) {
  .septic.custom-radio+label::before {
    background-image: url("../img/qwiz/septic-tablet.jpg");

    @media (resolution >= 2dppx) {
      background-image: url("../img/qwiz/septic-tablet@2x.jpg");
    }
  }
}

@media (width >= 1280px) {
  .septic.custom-radio+label::before {
    background-image: url("../img/qwiz/septic-desktop.jpg");

    @media (resolution >= 2dppx) {
      background-image: url("../img/qwiz/septic-desktop@2x.jpg");
    }
  }
}

.pvhwindow.custom-radio+label::before {
  background-image: url("../img/qwiz/pvhwindow-mobile.jpg");

  @media (resolution >= 2dppx) {
    background-image: url("../img/qwiz/pvhwindow-mobile@2x.jpg");
  }
}

@media (width >= 768px) {
  .pvhwindow.custom-radio+label::before {
    background-image: url("../img/qwiz/pvhwindow-tablet.jpg");

    @media (resolution >= 2dppx) {
      background-image: url("../img/qwiz/pvhwindow-tablet@2x.jpg");
    }
  }
}

@media (width >= 1280px) {
  .pvhwindow.custom-radio+label::before {
    background-image: url("../img/qwiz/pvhwindow-desktop.jpg");

    @media (resolution >= 2dppx) {
      background-image: url("../img/qwiz/pvhwindow-desktop@2x.jpg");
    }
  }
}

.electric.custom-radio+label::before {
  background-image: url("../img/qwiz/electric-mobile.jpg");

  @media (resolution >= 2dppx) {
    background-image: url("../img/qwiz/electric-mobile@2x.jpg");
  }
}

@media (width >= 768px) {
  .electric.custom-radio+label::before {
    background-image: url("../img/qwiz/electric-tablet.jpg");

    @media (resolution >= 2dppx) {
      background-image: url("../img/qwiz/electric-tablet@2x.jpg");
    }
  }
}

@media (width >= 1280px) {
  .electric.custom-radio+label::before {
    background-image: url("../img/qwiz/electric-desktop.jpg");

    @media (resolution >= 2dppx) {
      background-image: url("../img/qwiz/electric-desktop@2x.jpg");
    }
  }
}

/* стили для радиокнопки, находящейся в состоянии checked */
.custom-radio:checked+label::before {
  border: 2px solid #004F4F;
  box-shadow: -4px 0px 4px 4px rgba(36, 103, 103, 0.2);
  box-sizing: border-box;
}

/* END CUSTOM RADIO IMG */

.progress-card {
  background: #FFFFFF;
  box-shadow: -4px 0px 4px 4px rgba(82, 123, 21, 0.2);
  border-radius: 8px;
  padding: 20px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.progress-card-2 {
  margin: 20px;
}

@media (width >= 1280px) {
  .progress-card-2 {
    margin: 40px;
  }
}



.progress {
  width: 90%;
  background-color: #EDEDED;
  border-radius: 20px;
  height: 6px;
}

.progress-bar {
  background-color: #527B15;
  border-radius: 20px;
  height: 6px;
}

.progress-count {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #527B15;
}

@media (width >= 768px) {
  .progress-count {
    font-size: 25px;
    line-height: 30px;
  }
}

.qwiz-button-prev {
  display: inline-block;
  color: #840000;
  background-color: #fff;
  mix-blend-mode: normal;
  opacity: 0.85;
  box-shadow: 0px -6px 13px rgba(150, 38, 38, 0.2), 0px 6px 13px rgba(150, 38, 38, 0.2);
  border-radius: 5px;
}

@media (width < 768px) {
  .qwiz-button-prev {
    width: 240px;
  }
}

.qwiz-button-next {
  display: inline-block;
  float: right;
}

@media (width < 768px) {
  .qwiz-button-next {
    width: 240px;
  }
}

  @media (width <= 768px) {
    .gift {
      display: none;
    }
  }

/* CUSTOM RADIO GREEN */
/* для элемента input c type="radio" */
.green-radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
/* для элемента label связанного с .custom-radio */
.green-radio+label {
  display: inline-flex;
  align-items: center;
  user-select: none;
}
/* создание в label псевдоэлемента  before со следующими стилями */
.green-radio+label::before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 2px solid #adb5bd;
  border-radius: 50%;
  margin-right: 14px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
/* стили при наведении курсора на радио */
.green-radio:not(:disabled):not(:checked)+label:hover::before {
  border-color: #004F4F;
}
/* стили для активной радиокнопки (при нажатии на неё) */
.green-radio:not(:disabled):active+label::before {
  background-color: #004F4F;
  border-color: #004F4F;
}
/* стили для радиокнопки, находящейся в фокусе */
.green-radio:focus+label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* стили для радиокнопки, находящейся в фокусе и не находящейся в состоянии checked */
.green-radio:focus:not(:checked)+label::before {
  border-color: #004F4F;
}
/* стили для радиокнопки, находящейся в состоянии checked */
.green-radio:checked+label::before {
  border-color: #004F4F;
  background-image: url("../img/qwiz/green-radio.png");
}
/* стили для радиокнопки, находящейся в состоянии disabled */
.green-radio:disabled+label::before {
  background-color: #e9ecef;
}
/* END CUSTOM RADIO GREEN */

.qwiz-comment {
  background: #FFFFFF;
  mix-blend-mode: normal;
  opacity: 0.85;
  box-shadow: 0px -6px 13px rgba(36, 103, 103, 0.6), 0px 6px 13px rgba(36, 103, 103, 0.6);
  border-radius: 8px;
}

.qwiz-comment p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  color: #266969;
  padding: 32px 20px;
  margin: 0;
}

@media (width >= 768px) {
  .qwiz-comment p {
    font-size: 22px;
    line-height: 28px;
    text-align: left;
  }
}

@media (width >= 1280px) {
  .qwiz-comment p {
    font-size: 28px;
    line-height: 34px;
  }
}

/* INPUT TEXT FIELDS */
/* установим отступ 1rem от нижнего края элемента */

/* стили для label */

.text-field {
  display: flex;
  flex-direction: column;
}

.text-field-label {
  display: block;
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 22px;
}

@media (width < 768px) {
  .text-field-label {
    font-size: 14px;
    line-height: 17px;
  }
}

/* стили для input */
.text-field-input {
  display: block;
  padding: 14px 12px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #bdbdbd;
  border-radius: 8px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (width < 768px) {
  .text-field-input {
    font-size: 14px;
    line-height: 17px;
  }
}

.text-field-input::placeholder {
  color: #212529;
  opacity: 0.4;
}

.text-field-input:focus {
  color: #212529;
  background-color: #fff;
  border-color: #333333;
  outline: 0;
}

input:valid {
  border-color: #c2c2c2;;
  box-shadow: none;
}

input:invalid {
  border-color:#840000;
  color: #840000;
  box-shadow: none;
}

.hide {
  display: none;
}

.quiz-button {
  display: flex;
  justify-content: center;
}

@media (width >= 768px) {
  .quiz-button {
    flex-direction: row;
    justify-content: flex-end;
  }
}

.radio {
  margin-bottom: 10px;
}

@media (width >= 768px) {
  .radio {
    margin-bottom: 16px;
  }
}

.simple-checkbox {
  text-align: left;
}

.all-block {
  display: flex;
  flex-direction: column;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

@media (width >= 1280px) {
  .all-block {
    flex-direction: row;
    background-color: white;
    gap: 40px;
  }
}

.grey-padding {
  padding-top: 30px;
}

@media (width >= 768px) {
  .grey-padding {
    padding-top: 71px;
  }
}

.all-block-2 {
  background-color: white;
  padding-bottom: 41px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.button-more {
  width: 240px;
}

@media (width >= 768px) {
  .button-more {
    width: 326px;
  }
}