/* BEGIN POPUP*/

.fulfillment .fader {
  background: #252525;
  opacity: 80%;
}

.fulfillment .popup {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #dbdbdbc9;
  top: 0;
  bottom: 10px;
  left: 0;
  z-index: 999;
  -webkit-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}

.fulfillment .popup .fader {
  z-index: 0 !important;
}

.fulfillment .popup.active {
  opacity: 1;
  visibility: visible;
}

.fulfillment .popup.active .popup__content {
  -webkit-transform: perspective(600px) translate(0px, 0px) rotateX(0deg);
  transform: perspective(600px) translate(0px, 0px) rotateX(0deg);
  opacity: 1;
}

.fulfillment .popup_registration {
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.fulfillment .popup_registration::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.fulfillment .popup__body {
  padding: 30px 10px;
}

.fulfillment .popup__content {
  margin: auto;
  padding: 40px 20px 20px;
  border-radius: 8px;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  width: 365px;
  -webkit-transform: perspective(600px) translate(0px, -100%) rotateX(45deg);
  transform: perspective(600px) translate(0px, -100%) rotateX(45deg);
  z-index: 999;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  top: 150px;
}

.fulfillment .popup__content_registration {
  position: relative;
}

.fulfillment .popup__content_thanks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
}

.fulfillment .popup__content_thanks .icon {
  width: 140px;
  height: 140px;
  fill: #f39c12;
  margin: 0 0 20px 0;
}

.fulfillment .popup__content_thanks .popup__text {
  font-size: 18px;
  margin: 0 0 35px 0;
}

.fulfillment .popup__title {
  padding: 0 0 20px 0;
  margin-top: 65px;
  text-align: center;
}

.fulfillment .popup__title .tutor-image {
  width: 132px;
  height: 132px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  margin: 0 auto;
  position: absolute;
  top: -66px;
  left: 50%;
  margin-left: -66px;
}

.fulfillment .popup__label {
  margin: 0 0 6px 0;
}

.fulfillment .popup__row {
  gap: 20px;
  margin: 25px 0;
}

.fulfillment .popup__btn {
  width: 100%;
  margin: 15px 0 10px 0;
}

.fulfillment .popup__text {
  text-align: center;
  padding: 10px 0;
  font-size: 18px;
  line-height: 20px;
}

.fulfillment .popup__link {
  color: #5c97bf;
  text-decoration: underline;
}

.fulfillment .popup__link_verifi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fulfillment .popup__content .btn {
  width: 100%;
  margin-top: 20px;
}

.fulfillment .popup__footer {
  margin-top: 20px;
  padding-top: 20px;
}

.fulfillment .popup__footer::before {
  content: "";
  border-top: 1px #f5f5f5 solid;
  width: 100%;
  position: absolute;
  left: 0;
}

.fulfillment .popup__footer .popup__text {
  font-size: 12px;
  padding: 20px 0 0;
}

/* END POPUP*/

.fulfillment .tutor-image {
  background-color: #de3f44;
  padding: unset;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fulfillment_nav {
  padding: 20px 0;
}

.fulfillment .tutor-image .icon {
  width: 84px;
  height: 80px;
  fill: white;
}

.fulfillment {
  width: 100%;
  margin: 25px 0;
  color: #252525;
  border-radius: 8px;
}

.fulfillment_box {
  box-shadow: 0 0 15px #f3f1f1;
  background-color: white;
  padding: 32px 0;
  margin-bottom: 20px;
  border-radius: 8px;
}

.fulfillment_box:first-child {
  border-top-right-radius: unset;
  border-top-left-radius: unset;
}

.inside_container {
  padding: 0 66px;
  min-height: 10vh;
}

.fulfillment__wrapper__head {
  width: 100%;
  min-height: 80px;
  background-color: #5c97bf;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  row-gap: 20px;
  padding: 19px 20px;
}

.mob_fulfillment_backBtn {
  display: none;
}

.fulfillment__wrapper__head__left {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 42px;
}

.fulfillment__wrapper__head__left h1 {
  color: white;
  font-size: 24px;
  font-weight: 600;
}

.fulfillment .back_btn .icon {
  width: 24px;
  height: 24px;
  fill: #ffffff;
  transition: 0.5s;
}

.fulfillment__wrapper__head__left a:hover .icon {
  transition: 0.5s;
  opacity: 0.8;
}

/* Page Rules */
.fulfillment__rules {
}

.fulfillment__rules__wrapper__block {
  font-size: 18px;
  margin-bottom: 20px;
}

.fulfillment__rules__wrapper__block-two {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(48%, 1fr));
  gap: 20px;
  margin-bottom: 20px;
}

.fulfillment__rules__wrapper__block-two .fulfillment_box {
  margin-bottom: 0;
}

.fulfillment__rules__wrapper__block__content__wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(238px, 1fr));
  gap: 20px;
  color: #252525;
}

.fulfillment__rules__wrapper__block__content__wrapper__info {
  padding: 17px;
  display: flex;
  background-color: #96d1f9;
  border-radius: 8px;
  transition: 0.4s;
  gap: 17px;
}

.fulfillment__rules__wrapper__block__content__wrapper__info:hover {
  box-shadow: inset 0 0 13px #3da2ff;
  transition: 0.4s;
}

.fulfillment__rules__wrapper__block__content__wrapper__info h4 {
  font-size: 18px;
}

.fulfillment__rules__wrapper__block__content__wrapper__info span {
  font-size: 14px;
}

.fulfillment__rules__wrapper__block__content__wrapper__info .icon {
  width: 42px;
  height: 42px;
  fill: white;
}

.user_achieve {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 2px solid #dee6e9;
  padding: 6px 0;
  color: #252525;
}
.user_achieve_right_wrapper {
  text-align: end;
}

.user_achieve_left {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 600;
}
.user_achieve_left .second_title {
  font-weight: 400;
}
.user_achieve_right_wrapper_score {
  font-size: 18px;
}
.user_achieve_right_wrapper_duration {
  color: #8d8d8d;
  font-size: 14px;
  font-weight: 400;
}

.user_achieve_left_place {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #dee6e9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.user_achieve_left img {
  width: 34px;
}
.user_achieve:last-child {
  border-bottom: 2px solid #dee6e9;
}

.user_achieve_message {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 3px;
  color: #252525;
  font-size: 14px;
}
.user_achieve_message img {
  width: 45px;
}

.user_achieve_message_main {
  font-size: 20px;
  font-weight: 600;
}

.icon_grid {
  display: none;
}

.fulfillment__rules__wrapper__block ol {
  padding-left: 20px;
  margin: unset;
}

.badge {
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.badge span {
  font-size: 14px;
  font-weight: 600;
  color: #33709a;
}

.badge .icon {
  width: 18px;
  height: 18px;
  fill: #33709a;
  margin-right: 4px;
}

.fulfillment__rules__wrapper__title h1 {
  font-size: 36px;
  font-weight: 600;
  margin: 47px 0 20px;
}

.fulfillment__rules__wrapper__price {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 18px;
  font-weight: 400;
  background-color: #f39c12;
  border-radius: 8px;
  transition: 0.4s;
  color: #252525;
  padding: 11px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  width: 324px;
}

.fulfillment__rules__wrapper__price .fulfillment__rules__wrapper__price_count {
  font-weight: 600;
}

.fulfillment__rules__wrapper__block h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 23px;
}

.fulfillment__rules__wrapper__buttons {
  width: 100%;
  margin: 40px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.fulfillment__rules__wrapper__buttons a {
  display: flex;
  justify-content: center;
}

.fulfillment__rules__wrapper__buttons .o_btn {
  padding: 11px 34px 12px;
}

.fulfillment__rules__wrapper__block__content__assessment {
  background-color: white;
}

.fulfillment__rules__wrapper__block__content__assessment__head {
  height: 42px;
  font-weight: 600;
  background-color: #dee6e9;
  font-size: 14px;
  padding: 12px 20px;
}

.fulfillment__rules__wrapper__block__content__assessment .comment_count {
  color: #252525;
  font-size: 14px;
}

.fulfillment__rules__wrapper__block__content__assessment__rating .stat_rating {
  display: flex;
  gap: 10px;
  color: #f39c12;
  align-items: center;
  padding: 12px 20px;
  border-bottom: 2px solid #f5f5f5;
}

.fulfillment__rules__wrapper__block__content__assessment__rating
  .stat_rating_stars {
  display: flex;
  gap: 2px;
}

.fulfillment__rules__wrapper__block__content__assessment__rating
  .stat_rating_number {
  font-size: 18px;
  font-weight: 600;
}

.fulfillment__rules__wrapper__block__content__assessment__rating
  .stat_rating_stars_star
  .icon {
  width: 16px;
  height: 14px;
  fill: #ccc;
}

.fulfillment__rules__wrapper__block__content__assessment__rating
  .stat_rating_stars_star.active
  .icon {
  width: 16px;
  height: 14px;
  /* fill: #F39C12; */
}

.star-rating {
  display: flex;
  align-items: center;
  font-size: 24px;
  justify-content: center;
}

.back-stars {
  display: flex;
  color: #ccc;
  position: relative;
}

.front-stars {
  display: flex;
  color: #ffbc0b;
  overflow: hidden;
  position: absolute;
  top: 0;
  transition: all 0.5s;
}

.fulfillment__rules__wrapper__block__content__assessment__comments {
  width: 100%;
  display: grid;
  padding: 12px 20px;
  border-bottom: 2px solid #f5f5f5;
  grid-template-columns: repeat(auto-fill, minmax(48%, 1fr));
  gap: 16px;
}

.fulfillment__rules__wrapper__block__content__assessment__comments__comment {
  display: flex;
  gap: 20px;
}

.fulfillment__rules__wrapper__block__content__assessment__comments__comment__left {
  border-radius: 50%;
  background-color: #f5f5f5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  width: 46px;
  height: 46px;
}

.fulfillment__rules__wrapper__block__content__assessment__comments__comment__left
  .mark {
  font-size: 14px;
  color: #252525;
  font-weight: 600;
}

.fulfillment__rules__wrapper__block__content__assessment__comments__comment__left
  .icon {
  width: 14px;
  height: 13px;
  fill: #f39c12;
}

.fulfillment__rules__wrapper__block__content__assessment__comments__comment__right
  .name {
  font-size: 14px;
  color: #33709a;
  font-weight: 600;
}

.fulfillment__rules__wrapper__block__content__assessment__comments__comment__right
  .date {
  font-size: 14px;
  color: #8d8d8d;
}

.fulfillment__rules__wrapper__block__content__assessment__comments__comment__right
  .text {
  margin-top: 10px;
  font-size: 14px;
  color: #252525;
}

.fulfillment__rules__wrapper__bottom {
  width: 100%;
  padding: 12px 20px;
  background-color: #ffffff;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  display: flex;
  justify-content: center;
}

.show_more_btn {
  background: unset;
  border: unset;
  display: flex;
  gap: 10px;
}

.show_more_btn .icon {
  width: 16px;
  height: 18px;
  fill: #252525;
}

.show_more_btn span {
  color: #252525;
  font-size: 14px;
  font-weight: 600;
}

/* Orange Button */
.o_btn {
  height: 42px;
  font-size: 14px;
  font-weight: 600;
  background-color: #f39c12;
  border-radius: 8px;
  transition: 0.4s;
  color: white;
  padding: 11px 11px 12px 11px;
  display: flex;
  align-items: center;
}

.start_btn {
  font-size: 14px;
  font-weight: 600;
  background-color: #5c97bf;
  border-radius: 8px;
  transition: 0.4s;
  color: white;
  padding: 11px 11px 12px 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 304px;
}

.o_btn .icon {
  fill: white;
  margin-left: 4px;
  width: 12px;
  height: 14px;
}

.o_btn:hover,
.start_btn:hover {
  transition: 0.4s;
  transform: scale(1.015);
}

/* Right Side */
.fulfillment__wrapper__head__right {
  display: flex;
  align-items: center;
  gap: 25px;
}

.fulfillment__wrapper__head__right__action {
  display: flex;
  align-items: center;
  gap: 20px;
}

.fulfillment__wrapper__head__right span {
  color: white;
  font-size: 18px;
}

.fulfillment__wrapper__head__right .o_btn {
  padding: 11px 31px 12px;
}

/* Page Subject */
.fulfillment__subjects {
  padding: 80px 0;
}

.fulfillment__subjects__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 80px;
}

.subject_block {
  background-color: #f5f5f5;
  padding: 24px 40px 40px;
  border-radius: 8px;
}

.subject_block__head {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /* column-gap: 10px; */
  row-gap: 20px;
  align-items: center;
  margin-bottom: 24px;
}

.subject_block__head__left {
  display: flex;
  align-items: center;
}

.subject_block__head__right {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}

.subject_block__head__right__info {
  display: flex;
  gap: 10px;
}

.subject_block__head__left h3 {
  color: #252525;
  font-size: 24px;
}

.subject_block__head__left span {
  color: #8d8d8d;
  margin-left: 9px;
  font-size: 24px;
}

.subject_block__content {
  padding: 10px;
  border-radius: 8px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(40px, 1fr));
  flex-wrap: wrap;
  gap: 10px;
  background-color: white;
}

.questionNumber,
.fulfillInfo {
  font-size: 18px;
  font-weight: 600;
  background-color: #8d8d8d;
  border-radius: 8px;
  width: 40px;
  height: 42px;
  cursor: pointer;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.fulfillInfo {
  background-color: white;
  color: #252525;
  position: relative;
  overflow: hidden;
}

.fulfillInfo__skirt {
  height: 6px;
  width: 100%;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  position: absolute;
  bottom: 0;
  transition: 0.4s;
}

.fulfillInfo__skirt.right_b {
  background-color: #40a344;
}

.fulfillInfo__skirt.wrong_b {
  background-color: #f39c12;
}

.fulfillInfo__skirt.empty_b {
  background-color: #8d8d8d;
}

.fulfillInfo:hover .fulfillInfo__skirt {
  transition: 0.4s;
  height: 100%;
}

.fulfillInfo_stat {
  z-index: 1;
}

.fulfillment__variant_content {
  display: flex;
  flex-wrap: wrap;
}

/* Colors  */
.fulfill {
  background-color: #5c97bf !important;
  color: white;
}

.wrong {
  background-color: #f39c12 !important;
}

.right {
  background-color: #40a344 !important;
  color: white !important;
}

.empty {
  background-color: #8d8d8d !important;
}

.wrong_variant .fulfillment__variant_content {
  background-color: #f39c12 !important;
  border-color: #f39c12 !important;
  color: white !important;
}

.right_outline_variant .fulfillment__variant_content {
  border-color: #40a344 !important;
}

.right_outline_variant .fulfillment__variant_letter {
  background-color: #40a344 !important;
  color: white !important;
}

.right_fill_variant .fulfillment__variant_content {
  background-color: #40a344 !important;
  border-color: #40a344 !important;
  color: white !important;
}

/* Colors  */

.questionNumber:hover {
  transform: scale(1.076);
  transition: 0.4s;
}

/* Page Question */

.fulfillment__question .question {
  padding-bottom: 40px;
  display: none;
}

.fulfillment__question .question.answers_question {
  display: block;
}

.fulfillment__question__wrapper {
  box-shadow: 0 0 15px #f3f1f1;
  background-color: white;
  padding: unset;
  margin-bottom: 20px;
  border-radius: 8px;
}

.question__navigation {
  display: none;
}

.question__info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 15px;
  column-gap: 46px;
}

.question__info__number {
  gap: 20px;
}

.question__info__number .help_info {
  display: none;
}

.question__info__number .icon {
  fill: #dee6e9;
  width: 24px;
  height: 24px;
}

.question__info__condition {
  font-size: 18px;
  color: #252525;
}

.question__info__condition h4 {
  font-weight: 600;
  /* margin-bottom: 20px; */
}

.question__info__condition h4 p {
  display: inline-block;
}

.question__band {
  margin-top: 75px;
  font-size: 12px;
  display: none;
}

.question__variants {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(48%, 1fr));
  margin-top: 75px;
  align-items: center;
  gap: 20px;
}

.fulfillment__variant {
  min-height: 42px;
  height: fit-content;
  display: flex;
  align-items: center;
  cursor: pointer;
  border-radius: 8px;
  position: relative;
}
.fulfillment__variant math {
  font-family: sans-serif;
  font-size: 16px;
}
.fulfillment__variant_letter {
  padding: 6px 13px;
  font-weight: 600;
  font-size: 24px;
  /* height: 100%; */
  background-color: #dee6e9;
  color: #33709a;
  text-align: center;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  display: flex;
  align-items: center;
  align-self: stretch;
}

.fulfillment__variant_content {
  border: 2px solid #dee6e9;
  border-left: unset;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  padding: 10px;
  height: 100%;
  width: 100%;
}

.fulfillment__variant_content img,
.question__info__condition img {
  width: 300px !important;
  max-width: 100%;
  height: auto !important;
}

.badge p {
  font-size: 14px;
  color: #252525;
}

.fulfillment__variant:hover .fulfillment__variant_content {
  transition: 0.3s;
  background-color: #5c97bf;
  border-color: #5c97bf;
  color: white;
}

.right_outline_variant:hover .fulfillment__variant_content {
  background-color: unset !important;
  color: unset !important;
}

.question__navigation {
  width: 100%;
  padding: 20px 86px;
  margin-top: 40px;
  border-top: 2px solid #f5f5f5;
}

.question__navigation__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.question__navigation .fulfillment_nav_btn {
  padding: 12px 13px;
  border: 2px solid #8d8d8d;
  border-radius: 8px;
  transition: 0.3s;
}

.question__navigation .fulfillment_nav_btn:hover {
  transition: 0.3s;
  background-color: #f39c12;
  border: 2px solid #f39c12;
}

.question__navigation .number {
  font-weight: 600;
  color: #8d8d8d;
  font-size: 18px;
  display: flex;
  align-items: center;
}

.question__navigation .number_chevron {
  display: flex;
  align-items: center;
}

.question__navigation .number_chevron .icon {
  width: 16px;
  height: 18px;
  fill: #8d8d8d;
  transition: 0.4s;
}

.question__navigation .number_chevron.active > .icon {
  transform: rotate(180deg);
  transition: 0.4s;
}

.question__navigation__bottom {
  display: none;
  margin-top: 40px;
  /* padding: 10px; */
  grid-template-columns: repeat(auto-fill, minmax(40px, 1fr));
  flex-wrap: wrap;
  gap: 10px;
}

.fulfillment_nav_btn.custom_disabled {
  opacity: 0.3;
  background-color: #8d8d8d;
  cursor: auto;
}

.fulfillment_nav_btn.custom_disabled .icon {
  fill: white;
}

.fulfillment_nav_btn.custom_disabled:hover {
  background-color: #8d8d8d;
  border: 2px solid #8d8d8d;
}

.question__navigation__bottom.show {
  display: grid;
}

.question__navigation strong {
  color: #252525;
}

.question__navigation .icon {
  fill: #252525;
  width: 16px;
  height: 18px;
}

.question.active {
  display: block;
}

/* Page Result */
.fulfillment__result {
  padding: 80px 0 40px;
}

.fulfillment__result__wrapper__info__top {
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
  margin-bottom: 60px;
  gap: 86px;
}

.fulfillment__result__wrapper__info__top__right .time_row {
  margin-bottom: 17px;
}

.fulfillment__result__wrapper__info__top__right span {
  color: #8d8d8d;
  font-size: 18px;
}

.fulfillment__result__wrapper__info__top__right h4 {
  color: #252525;
  font-size: 36px;
}

.fulfillment__result__wrapper__info__top__bottom__blocks {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
  gap: 24px;
}

.fulfillment__result__wrapper__info__top__bottom__blocks__block {
  /* width: 32%; */
  height: 100px;
  border-radius: 8px;
  padding: 11px 20px;
  font-weight: 600;
}

.fulfillment__result__wrapper__info__top__bottom__blocks__block h4 {
  font-size: 48px;
  color: white;
}

.fulfillment__result__wrapper__info__top__bottom__blocks__block span {
  font-size: 14px;
  color: #252525;
}

/* .fulfillment__result__wrapper__info__top__bottom__blocks__block:first-child {
    background-color: #5C97BF;
} */

.fulfillment__result__wrapper__info__top__bottom__blocks__block:nth-child(1) {
  background-color: #1ca345;
}

.fulfillment__result__wrapper__info__top__bottom__blocks__block:nth-child(2) {
  background-color: #f39c12;
}

.fulfillment__result__wrapper__info__top__bottom__blocks__block:last-child {
  background-color: #8d8d8d;
}

.fulfillment__result__wrapper__subject {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.chart_label {
  display: none;
}

.references {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 20px;
  color: #252525;
  justify-content: space-between;
  flex-wrap: wrap;
}

.references input {
  font-size: 14px;
  font-weight: 600;
  width: 100%;
}

.references .copylink {
  width: 410px;
  padding: 12px 10px 12px 20px;
  border: 2px solid #f5f5f5;
  border-radius: 8px;
}

.references .copylink .icon {
  width: 18px;
  height: 18px;
  fill: #5c97bf;
}

.references .socmedia {
  gap: 20px;
}

.references .socmedia .icon {
  width: 21px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.references .socmedia .icon:hover {
  transform: scale(1.075);
  transition: 0.3s;
}

.socmedia_whatsapp .icon {
  fill: #34cc32;
}

.socmedia_fb .icon {
  fill: #1877f2;
}

.wrs_tickContainer {
  display: none !important;
}

.copylinkBtn {
  transition: 0.4s;
  margin-left: 5px;
}

.copylinkBtn:hover {
  cursor: pointer;
  transform: scale(1.025);
  transition: 0.4s;
}

.fulfillment__result__wrapper__social__callback {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}

.fulfillment__result__wrapper__social__callback p {
  margin: 20px 0;
  text-align: center;
}

.result_header {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}

.fulfillment__result__wrapper__social__callback textarea {
  margin: 40px 0;
  border-radius: 8px;
  border: 2px solid #dee6e9;
  width: 496px;
  min-height: 126px;
  transition: 0.3s;
  padding: 10px;
  resize: vertical;
}

.fulfillment__result__wrapper__social__callback textarea:hover {
  border-color: #5c97bf;
  transition: 0.3s;
}

.stars {
  display: flex;
}

.star .icon {
  fill: #dee6e9;
  transition: 0.4s;
  width: 40px;
  height: 37px;
  cursor: pointer;
}

.padding_top {
  padding: 40px 0 0;
}

.fulfillment__result__wrapper__social__review {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 40px;
  display: none;
}

.fulfillment__result__wrapper__social__review__content {
  padding: 30px 66px 22px;
  background-color: #f8cd89;
  text-align: center;
  width: 668px;
  border-radius: 8px;
  font-weight: 600;
  color: #252525;
  margin: 0 auto;
}

.fulfillment__result__wrapper__social__review__content__title {
  font-size: 36px;
}

.fulfillment__result__wrapper__social__review__content__text {
  font-size: 18px;
  margin: 5px 0 22px;
}

.fulfillment__result__wrapper__social__review__content .icon {
  width: 120px;
  height: 120px;
  fill: #5c97bf;
}

/* Page Answers */
.fulfillmentPage .question {
  border-top: 2px solid #f5f5f5;
  padding: 40px 0;
  min-height: 38vh;
}

.fulfillmentPage .question:first-child {
  border-bottom: unset;
}

.fulfillment__variant input {
  position: absolute;
  visibility: hidden;
}

.question__explain {
  margin-top: 18px;
  color: #252525;
  font-weight: 400;
  word-break: break-all;
}

.question__explain span {
  margin-bottom: 10px;
  display: block;
  font-size: 12px;
}

.question__explain p {
  font-size: 18px;
}

.confirm_modal_bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 1000;
}

.confirm_modal_label {
  text-align: center;
  margin-bottom: 25px;
  display: none;
  font-size: 18px;
  line-height: 20px;
}

#confirm_modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
  background: #ffffff;
  border-radius: 8px;
  padding: 40px 25px;
  min-width: 364px;
  min-height: 268px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.confirm_modal_icon {
  position: absolute;
  top: -25%;
  width: 132px;
  height: 132px;
  background-color: #de3f44;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.confirm_modal_icon .icon {
  width: 84px;
  width: 80px;
  fill: white;
}

.confirm_modal_title {
  color: #252525;
  font-size: 24px;
  font-weight: 600;
  margin: 40px 0 30px;
  width: 212px;
}

.confirm_modal_btns {
  display: flex;
  gap: 10px;
}

.confirm_modal_btns button {
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  border-radius: 8px;
  padding: 11px 39px;
  transition: 0.4s;
}

.confirm_modal_btns #btnNo {
  border: 2px solid #8d8d8d;
  color: black;
}

.confirm_modal_btns #btnYes {
  background-color: #5c97bf;
  border: 2px solid #5c97bf;

  color: white;
}

#confirm_modal .closeBtn {
  position: absolute;
  right: 19px;
  top: 19px;
  color: #8d8d8d;
  border-radius: 50%;
  padding: 2px 5px;
  transition: 0.4s;
  font-size: 18px;
}

#confirm_modal .closeBtn:hover {
  transition: 0.4s;
  background-color: #8d8d8d;

  color: white;
}

.confirm_modal_btns #btnNo:hover {
  transition: 0.4s;
  background-color: #8d8d8d;
  color: white;
}

.confirm_modal_btns #btnYes:hover {
  transition: 0.4s;
  background-color: transparent;
  color: #5c97bf;
}

.references_mobile {
  display: none;
  background-color: #5c97bf;
  height: 60px;
  width: 100%;
  border-radius: 8px;
  display: none;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  color: white;
}

.references_mobile .icon {
  width: 14px;
  height: 14px;
  fill: white;
}

.clearfix {
  clear: both;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* Rating Star Widgets Style */
.rating-stars ul {
  list-style-type: none;
  padding: 0;

  -moz-user-select: none;
  -webkit-user-select: none;
}

.rating-stars ul > li.star {
  display: inline-block;
}

/* Idle State of the stars */
.rating-stars ul > li.star > .icon {
  font-size: 2.5em;
  /* Change the size of the stars */
  fill: #ccc;
  /* Color on idle state */
}

/* Hover state of the stars */
.rating-stars ul > li.star.hover > .icon {
  fill: #f39c12;
}

/* Selected state of the stars */
.rating-stars ul > li.star.selected > .icon {
  fill: #f39c12;
}

/* Selected Error */
.rating-stars ul > li.star.error > .icon {
  fill: #c71111;
}

/* Modal */
.modal {
  background-color: white;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 16000161;
  display: none;
  overflow-y: scroll;
}

.modal .modal_head {
  padding: 10px;
  width: 100%;
  position: sticky;
  top: 0;
  display: flex;
  justify-content: flex-end;
}

.modal .modal_content {
  padding: 40px 0;
  height: 100%;
}

.modal_content .fulfillment {
  margin: unset;
}

.lock {
  overflow: hidden !important;
}

.modal_close {
  color: white;
  font-size: 18px;
}

/* Стиль для контейнера select */
.custom_select {
  position: relative;
  display: inline-block;
  width: 200px; /* Ширина контейнера */
}

/* Стиль для самого select */
.custom_select select {
  width: 100%;
  padding: 10px;
  padding-right: 30px; /* Пространство для chevron */
  border: 2px solid #5c97bf; /* Цвет краев */
  border-radius: 8px;
  appearance: none; /* Убираем стандартный вид select */
  -webkit-appearance: none; /* Для Safari */
  -moz-appearance: none; /* Для Firefox */
  background-color: #fff;
  font-size: 16px;
  color: #333;
  cursor: pointer;
  display: inline;
}

/* Стиль для chevron */
.custom_select::before {
  content: "\25be"; /* Unicode для chevron вниз */
  position: absolute;
  top: 50%;
  right: 10px; /* Отступ от правого края */
  transform: translateY(-50%); /* Центрирование по вертикали */
  pointer-events: none; /* chevron не кликабелен */
  color: #5c97bf; /* Цвет chevron */
}

/* --------------------------------------- */
/* --------------------------------------- */
/* --------------------------------------- */
/* --------------------------------------- */
/* --------------------------------------- */
/* --------------------------------------- */
/* --------------------------------------- */
/* --------------------------------------- */
/* --------------------------------------- */
/* --------------------------------------- */
/* --------------------------------------- */
/* --------------------------------------- */
/* --------------------------------------- */
/* --------------------------------------- */

@media (max-width: 991px) {
  .fulfillment__result__wrapper__info__top {
    flex-direction: column-reverse;
    justify-content: center;
    gap: 10px;
  }

  .fulfillment__result__wrapper__info__top__left {
    display: flex;
    justify-content: center;
  }

  .apexcharts-legend.apexcharts-align-center.apx-legend-position-right {
    display: none;
  }

  .references {
    display: none;
  }

  .references_mobile {
    display: flex;
  }

  .subject_block {
    background-color: unset;
    padding: unset;
  }

  .subject_block__head__right__info {
    width: 100%;
  }

  .subject_block__head__left {
    justify-content: flex-start;
  }

  .subject_block__head__right {
    flex-wrap: wrap;
    width: 100%;
  }

  .subject_block__head__right .o_btn,
  .fulfillment__result__wrapper__social__callback .o_btn {
    height: 60px;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .fulfillInfo {
    width: 33.33%;
    background-color: #dee6e9;
  }

  .fulfillment__result__wrapper__social__callback textarea {
    width: 100%;
  }

  .inside_container {
    padding: 0 33px;
  }

  .fulfillment__subjects {
    padding: 30px 0;
  }

  .rules .fulfillment__wrapper__head__left {
    display: none;
  }

  .fulfillment__wrapper__head__right {
    width: 100%;
    justify-content: space-between;
  }

  .fulfillment_backBtn {
    display: none;
  }

  .mob_fulfillment_backBtn {
    display: block;
  }

  .fulfillment__wrapper__head__right__action {
    gap: 10px;
  }

  .rules .back_btn {
    display: block;
  }

  .rules .fulfillment__wrapper__head {
    flex-direction: row;
    align-items: center;
  }

  .fulfillment.modal_page .fulfillment__wrapper__head__left {
    display: none;
  }

  .fulfillment__wrapper__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .fulfillment.modal_page .fulfillment__wrapper__head {
    flex-direction: unset;
    align-items: unset;
  }
}

@media (max-width: 640px) {
  .fulfillment__result__wrapper.inside_container {
    padding: 0 30px;
  }

  .subject_block__content {
    gap: 5px;
  }

  .fulfillment__wrapper__head__left h1 {
    color: white;
    font-size: 18px;
    font-weight: 600;
  }

  .question__navigation {
    padding: 20px 30px;
  }

  .fulfillment_nav_btn {
    padding: 7px 7px;
  }

  .number {
    font-size: 16px;
  }

  .fulfillment__result__wrapper__info__top__bottom__blocks {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }

  .fulfillment__rules__wrapper__buttons a {
    width: 100% !important;
  }

  .fulfillment__result__wrapper__social__review__content {
    padding: 30px 33px 22px;
  }

  .fulfillment__result__wrapper__social__review__content__title {
    font-size: 26px;
  }

  .fulfillment__result__wrapper__social__review__content__text {
    font-size: 16px;
  }

  .fulfillment__result__wrapper__social__review__content .icon {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 430px) {
  .fulfillment__rules__wrapper__price {
    width: 100%;
  }

  .result_header {
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .fulfillment__wrapper__head__right__action {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .fulfillment__wrapper__head__right__action .timer,
  .fulfillment__wrapper__head__right__action .finishTestBtn {
    width: 100%;
    justify-content: center;
  }

  .fulfillment.subjects .fulfillment__wrapper__head__right {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .question__navigation__bottom {
    padding: unset;
  }

  .subject_block__content {
    padding: unset;
  }
}
