

.test-slider__content {
  flex-direction: column;
  padding: 0;
}

.test-slider__elem-min {
  width: auto;
  padding: 0;
  border: 0;
}

.test-slider__item:nth-child(2) .test-slider__content,
.test-slider__item:nth-child(3) .test-slider__content,
.test-slider__item:nth-child(5) .test-slider__content,
.test-slider__item:nth-child(6) .test-slider__content {
  border: 0;
}

.customRadio_label {
  margin: 0 0 15px 0;
  font-size: 16px;
}

.small-title {
  font-size: 1.2vw;
  color: #000;
  font-weight: 400;
}
.userman {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 400px;
}
.test-slider__item-end__complete span {
  display: block;

  font-size: 3vw;
}
.result-message {
  background: #f5be4a;
  color: #fff;
  padding: 0px 7px;
}
@media (max-width: 768px) {
  .small-title {
    font-size: 1.6vw;
    font-size: 14px;
    margin: 15px 0;
  }
  .userman {
    right: -45px;
    width: 200px;
  }
  .btn-main-wrap .btn-main {
    width: calc(100% - 125px);
    max-width: 320px;
    width: calc(100% - 70px);
    font-size: 14px;
  }
  .btn-main-wrap .btn-main-present img {
    display: none;
  }
  .btn-main-wrap .btn-main-present {
    width: calc(100% - 100px);
    margin-top: 20px;
  }
  .first-screen-content-adv {
    width: calc(100% - 80px);
    margin-top: 3vh;
  }
  .test-slider__item-end__complete span {
    font-size: 26px;
  }
  .first-screen-content-adv__item {
    align-items: center;
  }
}

.calculator__title {
  margin-bottom: 30px;
  width: 220px;
  margin-bottom: 30px;
  width: 220px;
}
@media screen and (max-width: 992.98px) {
  .calculator__title {
    width: 215px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 480.98px) {
  .calculator__title {
    width: 250px;
  }
}

.title {
  font-family: 'Montserrat', sans-serif;
  margin: 20px 0 40px;
  position: relative;
  color: #242121;
  font-size: 20px;
  line-height: 1.135em;
  letter-spacing: 0.105em;
  text-transform: uppercase;
}
.title:before {
  content: "";
  position: absolute;
  left: -43px;
  top: -20px;
  width: 87px;
  height: 87px;
  border-radius: 50%;
  background: #F3D5D8;
  z-index: -50;
}
@media screen and (max-width: 1421px) {
  .title:before {
    width: 60px;
    height: 60px;
    left: -25px;
  }
}

@media screen and (max-width: 1421px) {
  .title {
    margin-bottom: 50px;
  }
}

.title--left {
  margin-left: 165px;
}
@media screen and (max-width: 1421px) {
  .title--left {
    margin-left: 70px;
  }
}
@media screen and (max-width: 992.98px) {
  .title--left {
    margin: 0 auto;
  }
}

.title--right {
  margin-left: 805px;
}
@media screen and (max-width: 1421px) {
  .title--right {
    margin-left: 550px;
  }
}
@media screen and (max-width: 992.98px) {
  .title--right {
    margin: 0 auto;
  }
}

.quiz__title {
    height: 80px;
    font-size: 20px;
    max-width: 472px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.135em;
    letter-spacing: 0.105em;
    text-transform: uppercase;
}
@media screen and (max-width: 1421px) {
  .quiz__title {
    font-size: 20px;
    height: 50px;
    margin-top: 0;
  }
}
@media screen and (max-width: 1421px) {
  .quiz__title {
    margin-top: 20px;
  }
}
@media screen and (max-width: 992.98px) {
  .quiz__title {
    margin-top: 35px;
    height: 70px;
  }
}
@media screen and (max-width: 480.98px) {
  .quiz__title {
    font-size: 16px;
  }
}

.calculator__quiz {
  margin: 0 auto;
}
@media screen and (max-width: 1421px) {
  .calculator__quiz {
    width: 450px;
  }
}
@media screen and (max-width: 992.98px) {
  .calculator__quiz {
    width: 90%;
    margin: 0 auto;
  }
}

.quiz__nav {
  display: flex;
  justify-content: space-between;
}
.nav__prev {
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  display: none;
}
.nav__prev:hover {
  color: #B90518;
  transition: color 0.3s ease 0s;
}
.nav__next, .nav__submit {
  display: none; 
}
.nav__next button, .nav__submit button {
  text-transform: uppercase;
  color: #B90518;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  background: none;
}
@media screen and (max-width: 992.98px) {
  .nav__next button, .nav__submit button {
    font-size: 16px;
  }
}
@media screen and (max-width: 480.98px) {
  .nav__next button, .nav__submit button {
    font-size: 13px;
  }
}
.nav__next button[disabled] {
  opacity: 0.7;
  cursor: default;
}
.nav__next button:hover, .nav__submit button:hover {
  color: #242121;
  transition: color 0.3s ease 0s;
}
.nav__next button[disabled]:hover {
  color: #B90518;
}
.nav__next button:before, .nav__submit button:before {
    content: "";
    position: absolute;
    left: -34px;
    top: calc(50% - 12px);
    width: 24px;
    height: 24px;
    background-image: url(../img/Point.png);
    z-index: -50;  
}

.btn--wrap {
    justify-content: space-between;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control {
    height: 46px;
    border: 1px solid rgba(140,141,150,0.2);
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    background-color: #f8f9fa;
    color: #0c0b10;
}
