.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.section {
  width: 100%;
  background-color: #fff;
}

.section.q {
  display: none;
}

.section.r {
  display: none;
}

.container {
  position: relative;
  overflow: auto;
  width: 100%;
  height: 800px;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding: 32px 50px;
  background-color: #fff;
}

.container.q2 {
  display: none;
}

.container.q3 {
  display: none;
}

.container.q4 {
  display: none;
}

.container.q5 {
  display: none;
}

.container.q6 {
  display: none;
}

.body {
  background-color: #f1f1f1;
  font-family: Helveticaneuecyr, sans-serif;
  color: #000;
  line-height: 18px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.heading_main {
  margin-top: 200px;
  margin-bottom: 35px;
  font-family: 'Radomir tinkov gilroy', sans-serif;
  color: #231f20;
  font-size: 50px;
  line-height: 58px;
}

.txt_about {
  font-size: 18px;
  line-height: 26px;
}

.txt_about.res {
  margin-bottom: 40px;
}

.red_bold {
  color: #dc2235;
  font-weight: 700;
}

.btn {
  display: inline-block;
  height: 44px;
  margin-top: 25px;
  margin-bottom: 0px;
  padding-top: 13px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #dc2235;
  font-family: 'Radomir tinkov gilroy', sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
}

.heading_std {
  display: block;
  margin-bottom: 35px;
  font-family: 'Radomir tinkov gilroy', sans-serif;
  color: #231f20;
  font-size: 32px;
  line-height: 32px;
}

.heading_small {
  position: absolute;
  left: auto;
  top: 33px;
  right: 50px;
  bottom: auto;
  display: block;
  font-family: 'Radomir tinkov gilroy', sans-serif;
  color: #231f20;
  font-size: 32px;
  line-height: 32px;
  font-weight: 300;
}

.block_question {
  padding-top: 8px;
  padding-bottom: 4px;
  border-top: 1px solid #c4c4c4;
  display: flex;
}

.number_question{
font-family: 'Radomir tinkov gilroy', sans-serif;
    color: #231f20;
    font-size: 20px;
    line-height: 45px;
    text-align: right;
    font-weight: 700;
    width: 55px;
    padding-right: 20px;
    flex-shrink: 0;

}

.radio {
  min-height: 44px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 58px;
  cursor: pointer;
}

.radio.type_a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 34px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/a.svg');
  background-position: 0px 5px;
  background-size: 37px;
  background-repeat: no-repeat;
}

.radio.type_a:hover {
  background-color: #f9f9f9;
}

.radio.type_b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 34px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/b.svg');
  background-position: 0px 5px;
  background-size: 37px;
  background-repeat: no-repeat;
}

.radio.type_b:hover {
  background-color: #f9f9f9;
}

.radio-button {
  display: none;
}

.radio-button-2 {
  display: none;
}

.form-block {
  margin-bottom: 0px;
}

.radio_a {
  padding-left: 0px;
}

.radio_b {
  padding-left: 0px;
}

.block_result {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 23px;
  padding-bottom: 15px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #c4c4c4;
}

.left_result {
  max-width: 80px;
  margin-right: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.right_result {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.result_score {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 4px;
  border-color: rgba(0, 0, 0, 0.2);
  font-family: 'Radomir tinkov gilroy', sans-serif;
  color: #231f20;
  font-size: 18px;
  font-weight: 700;
}

.result_score.max {
  border-color: #dc2235;
  background-color: #dc2235;
  color: #fff;
}

.result_score.min {
  border-style: none;
  background-color: rgba(35, 31, 32, 0.2);
  color: #fff;
}

.heading {
  margin-top: 0px;
  font-family: 'Radomir tinkov gilroy', sans-serif;
  font-size: 18px;
  line-height: 18px;
}

.heading.accent {
  color: #dc2235;
}

.txt_note {
  display: inline-block;
  margin-top: 12px;
  color: rgba(0, 0, 0, 0.4);
}

.btn_disabled {
  display: inline-block;
  height: 44px;
  margin-top: 25px;
  margin-bottom: 0px;
  padding-top: 13px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(220, 34, 53, 0.2);
  font-family: 'Radomir tinkov gilroy', sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  cursor: default;
}

.btn_1 {
  display: none;
  height: 44px;
  margin-top: 25px;
  margin-bottom: 0px;
  padding-top: 13px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #dc2235;
  font-family: 'Radomir tinkov gilroy', sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
}

.btn_2 {
  display: none;
  height: 44px;
  margin-top: 25px;
  margin-bottom: 0px;
  padding-top: 13px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #dc2235;
  font-family: 'Radomir tinkov gilroy', sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
}

.btn_3 {
  display: none;
  height: 44px;
  margin-top: 25px;
  margin-bottom: 0px;
  padding-top: 13px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #dc2235;
  font-family: 'Radomir tinkov gilroy', sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
}

.btn_4 {
  display: none;
  height: 44px;
  margin-top: 25px;
  margin-bottom: 0px;
  padding-top: 13px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #dc2235;
  font-family: 'Radomir tinkov gilroy', sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
}

.btn_5 {
  display: none;
  height: 44px;
  margin-top: 25px;
  margin-bottom: 0px;
  padding-top: 13px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #dc2235;
  font-family: 'Radomir tinkov gilroy', sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
}

.btn_6 {
  display: none;
  height: 44px;
  margin-top: 25px;
  margin-bottom: 0px;
  padding-top: 13px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #dc2235;
  font-family: 'Radomir tinkov gilroy', sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
}

@media screen and (max-width: 991px) {
  .section.q {
    display: none;
  }
  .section.r {
    display: none;
  }
  .body {
    background-color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .heading_main {
    margin-top: 150px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    overflow: visible;
    height: auto;
    padding: 20px;
  }
  .heading_main {
    margin-top: 20px;
    font-size: 40px;
    line-height: 42px;
  }
  .btn {
    margin-bottom: 25px;
  }
  .heading_std {
    margin-bottom: 25px;
  }
  .radio.type_a {
    height: auto;
    min-height: 44px;
  }
  .radio.type_b {
    height: auto;
    min-height: 44px;
  }
  .block_result {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .left_result {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 300px;
    margin-bottom: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .txt_note {
    margin-top: 0px;
    padding-left: 24px;
  }
  .number_question {
    font-size: 15px;
    line-height: 45px;
    width: 36px;
    padding-right: 10px;
    flex-shrink: 0;
}
.btn_6 {
    padding-right: 25px;
    padding-left: 25px;
}
}

@font-face {
  font-family: 'Radomir tinkov gilroy';
  src: url('../fonts/RADOMIR-TINKOV---GILROY-EXTRABOLD.OTF') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Helveticaneuecyr';
  src: url('../fonts/HelveticaNeueCyr-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Helveticaneuecyr';
  src: url('../fonts/HelveticaNeueCyr-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Radomir tinkov gilroy';
  src: url('../fonts/Radomir-Tinkov---Gilroy-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}