@charset "utf8";

.wrapper-test {
  padding: 60px 0 40px;
  background-color: #E0F7FF;
}

div[data-tab] {
  display: none;
}

.dc-test {
  background: #FFFFFF;
  box-shadow: 0px 4px 14px #A2DCF0;
  margin: auto;
  padding: 60px;
  max-width: 1016px;
  position: relative;
}

.dc-test__title {
  margin-bottom: 16px;
  color: #EE7C48;
  font-family: "Circe", sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 38px */
  text-transform: uppercase;
}

.dc-test__description {
  color: #2D2D2D;
  font-family: "Circe", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 26px */
}

.dc-test__button {
  margin: 24px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  max-width: 200px;
  width: 100%;
  text-align: center;
  font-size: 22px;
  padding: 10px 8px;
  font-weight: bold;
  border: 2px solid #EE7D21;
  cursor: pointer;
  background: #EE7D21;
  transition: .3s;
  text-decoration: none;
}

.dc-test__button:hover {
  color: #EE7D21;
  background: transparent;
}

.dc-test__button_empty {

  color: #EE7D21;
  border: 2px solid #EE7D21;
  background: #fff;
}

.dc-test__button_empty:hover {
  color: #fff;
  background: #EE7D21;
}

.dc-test__tip {
  margin-top: 32px;
  color: #ACACAC;
  font-family: "Circe", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 18.2px */
  text-transform: uppercase;
}

.dc-test__form-title {
  margin-bottom: 32px;
  color: #2D2D2D;
  font-family: "Circe", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 32px */
}

.dc-test__form-subtitle {
  margin-bottom: 32px;
  margin-top: -28px;
  color: #2D2D2D;
  font-family: "Circe", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 32px */
}

.dc-test__label {
  display: block;
  margin-bottom: 16px;
  margin-top: 24px;
  color: #2D2D2D;
  font-family: "Circe", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.dc-test__radio-buttons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.dc-test__radio {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 32px;
  cursor: pointer;
  flex-shrink: 0;
}

.dc-test__radio:last-child {
  margin-right: 0;
}

.dc-test__radio-wrapper {
  position: relative;
  width: 24px;
  height: 24px;
  border: 2px solid #EE7C48;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.dc-test__radio-wrapper input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
  cursor: pointer;
}

.dc-test__radio-toggler {
  width: 16px;
  height: 16px;
  background-color: #EE7C48;
  border-radius: 50%;
  transition: .3s;
  opacity: 0;
}

.dc-test__radio-wrapper input:checked+.dc-test__radio-toggler {
  opacity: 1;
}

.dc-test__radio-label {
  margin: auto 0;
  margin-left: 8px;
  color: #2D2D2D;
  font-family: "Circe", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}

.dc-test__check {
  margin-top: 24px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 32px;
  cursor: pointer;
  flex-shrink: 0;
}

.dc-test__check:last-child {
  margin-right: 0;
}

.dc-test__check-wrapper {
  position: relative;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.dc-test__check-wrapper input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
  cursor: pointer;
}

.dc-test__check-toggler {
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: .3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #D2D2D2;
  flex-shrink: 0;
}

.dc-test__check-wrapper input:checked+.dc-test__check-toggler {
  background-color: #EE7C48;
  border-color: #EE7C48;
}

.dc-test__check-label {
  margin: auto 0;
  margin-left: 8px;
  color: #5A5A5A;
  font-family: "Circe", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: .3s;
}

.dc-test__check_error .dc-test__check-label {
  color: red;
}

.dc-test__check_error .dc-test__check-toggler {
  border-color: red;
}

.dc-test__fail {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.dc-test__fail-image-container {
  width: 121px;
  height: 181px;
  flex-shrink: 0;
  margin-right: 16px;
}

.dc-test__fail-image {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  object-position: top;
}

.dc-test__fail-text {
  color: #2D2D2D;
  font-family: "Circe", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.dc-test__input {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.dc-test__input-block {
  margin-right: 32px;
}

.dc-test__input-block:last-child {
  margin-right: 0;
}


.dc-test__inputs {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.dc-test__input input {
  width: 100px;
  height: 40px;
  padding: 0px 20px;
  color: #2D2D2D;
  text-align: center;
  font-family: "Circe", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: 1px solid #D2D2D2;
  background: #F9F9F9;
}

.dc-test__inputs-tip {
  margin-top: 16px;
  color: #5A5A5A;
  font-family: "Circe", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.dc-test__inputs-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.dc-test__inputs-container .dc-test__input {
  display: block;
  margin-right: 32px;
}

.dc-test__inputs-container .dc-test__radio-label {
  margin-left: 0;
  font-size: 18px;
}

.dc-test__final {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.dc-test__final-image-container {
  width: 265px;
  height: 210px;
  margin-left: auto;
  flex-shrink: 0;
}

.dc-test__final-image {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  object-position: center;
}

.dc-test__final-text {
  margin-right: 60px;
  color: #2D2D2D;
  font-family: "Circe", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 28.6px */
}

.dc-test__final-buttons {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}


.dc-test__final-buttons .dc-test__button {
  margin-right: 24px;
  margin-left: 0;
}

.dc-test_v2 .dc-test__title {
  font-size: 50px;
  font-weight: 700;
  color: #2D2D2D;
  text-align: center;
}

.dc-test_v2 .dc-test__title::after {
  width: 70px;
  height: 8px;
  background: #EE8959;
  margin: 20px auto;
  display: block;
  content: "";
}

.dc-test_v2 .dc-test__description {
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .dc-test__final-image-container {
    width: 185px;
  }

  .dc-test {
    padding: 40px;
  }
}

@media screen and (max-width: 767px) {
  .dc-test {
    padding: 24px 16px;
  }

  .dc-test__title {
    font-size: 24px;
    text-align: center;
  }

  .dc-test__description {
    text-align: center;
  }

  .dc-test__inputs {
    flex-direction: column;
  }

  .dc-test__input-block {
    margin-right: 0;
    margin-bottom: 24px;
  }

  .dc-test__input input {
    width: 100%;
    max-width: 200px;
  }

  .dc-test__final {
    flex-direction: column-reverse;
  }

  .dc-test__final-image-container {
    width: 100%;
    margin-left: 0;
    margin-bottom: 16px;
  }

  .dc-test__final-text {
    margin-right: 0;
  }
  
  .dc-test__final-buttons {
    flex-direction: column;
  }

  .dc-test__final-buttons .dc-test__button {
    margin: 16px auto;
    max-width: 100%;
  }
  
  .dc-test__fail {
    flex-direction: column;
  }

  .dc-test__fail-image-container {
    margin: 0 auto 16px;
  }

  .dc-test_v2 .dc-test__title {
    font-size: 24px;
    line-height: 130%;
  }
  

}

#doctor-consultation input::-webkit-outer-spin-button,
#doctor-consultation input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
#doctor-consultation input[type=number] {
  -moz-appearance: textfield;
}

#doctor-consultation input {
  margin: 0 !important;
}