.page_list {
  padding: 20px;
}

.page_list .page_link_group {
  margin-bottom: 50px;
}

.page_list .page_link_group .first_link {
  font-size: 25px;
  margin-bottom: 10px;
}

.page_list .page_link_group .sec_link {
  font-size: 20px;
  margin-bottom: 5px;
  margin-left: 10px;
}

/*====================================================================================*/
a {
  text-decoration: none;
  color: inherit;
}

a:active,
a:focus {
  outline: none;
}

input,
textarea {
  outline: none;
}

input:active,
textarea:active {
  outline: none;
}

:focus {
  outline: none;
}

textarea {
  resize: none;
}

textarea {
  resize: vertical;
}

textarea {
  resize: horizontal;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  text-decoration: none !important;
}

a:active {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #000000;
  opacity: 0.3;
}

.big_wrapper {
  position: relative;
  min-height: 100vh;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f8f8f8;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .big_wrapper {
    display: block;
  }
}

.slick-list {
  overflow: hidden;
}

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.my_popup {
  z-index: 3128893127812182328;
  position: fixed;
  max-width: 1084px;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  /*min-height: 580px;*/
  min-height: 520px;
  -webkit-transition: 0.3s;
  transition: 0.3s;

}

@media (max-width: 768px) {
  .my_popup_caller {
      /*top: calc(50% + 61px);*/
      margin-top: 61px;
  }
}

@media (min-width: 990px) {
  .my_popup {
    max-height: 80%;
  }
}
.my_popup .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.my_popup .wrapper .left_part_ {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 700px;
          flex: 0 1 700px;
  padding: 10px;
  margin-right: 30px;
  -webkit-transition: 1.3s;
  transition: 1.3s;
}

.my_popup .wrapper .left_part_ img {
  width: 100%;
  max-width: 500px;
  height: 100%;
  max-height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
}

.my_popup .wrapper .right_part_ {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 500px;
          flex: 0 1 500px;
  padding: 10px;
  -webkit-transition: 1.3s;
  transition: 1.3s;
}

.my_popup .wrapper .right_part_ .line {
  width: 38px;
  height: 3px;
  background-color: #363636;
  margin-bottom: 20px;
}

.my_popup .wrapper .right_part_ .title {
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #020202;
  margin-bottom: 20px;
}

@media screen and (max-width: 800px) {
  .my_popup .wrapper .right_part_ .title {
    font-size: 24px;
  }
}

.my_popup .wrapper .right_part_ .desc {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: normal;
  color: #777b95;
  margin-bottom: 20px;
}

@media screen and (max-width: 800px) {
  .my_popup .wrapper .right_part_ .desc {
    font-size: 16px;
  }
}

@media screen and (max-width: 1200px) {
  .my_popup .wrapper {
    display: block;
  }
}

.my_popup .wrapper_2 {
  overflow: hidden;
  display: block;
  padding: 10px;
}

.my_popup .cross {
  width: 25px;
  height: 25px;
  z-index: 1000;
  position: absolute;
  /*top: 0;*/
  top: 35px;
  /*right: 0;*/
  right: 35px;
  -webkit-transform: translate(100%, -100%);
          transform: translate(100%, -100%);
  cursor: pointer;
}

.my_popup .cross:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 60%;
  height: 2px;
  /*background: #fff;*/
  background: #000;
  display: block;
}

.my_popup .cross:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  width: 60%;
  height: 2px;
  /*background: #fff;*/
  background: #000;
  display: block;
}

@media screen and (max-width: 1200px) {
  .my_popup .cross {
    /*display: none;*/
  }
}

.my_popup._active .left_part_ {
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}

.my_popup._active .right_part_ {
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
}

.my_popup._finish .wrapper {
  display: none;
}

.my_popup._none {
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 1200px) {
  .my_popup {
    width: 100%;
    height: 100%;
  }
}

.black_href {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background: rgba(25, 25, 25, 0.89);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 100;

}

.black_href._none {
  opacity: 0;
  visibility: hidden;
}

.quiz_container {
  overflow: hidden;
  margin: 0 auto;
  max-width: 1084px;
  padding: 30px;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}

.quiz_container._main_animation {
  opacity: 0;
  display: none;
}

.quiz_container._main_animation .left_part {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}

.quiz_container._main_animation .right_part {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 260px;
          flex: 0 0 260px;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}

@media screen and (max-width: 550px) {
  .quiz_container._main_animation .right_part {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}

.quiz_container._completed {
  opacity: 1;
  display: block;
}

.quiz_container._completed .left_part {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 754px;
          flex: 0 1 754px;
}

@media screen and (max-width: 1200px) {
  .quiz_container._completed .left_part {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 754px;
            flex: 1 1 754px;
  }
}

@media screen and (max-width: 860px) {
  .quiz_container._completed .left_part {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.quiz_container._completed .right_part {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 260px;
          flex: 0 0 260px;
}

@media screen and (max-width: 550px) {
  .quiz_container._completed .right_part {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}

.quiz_container._finish {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-20%, 0);
          transform: translate(-20%, 0);
}

.quiz_container._none {
  display: none;
}

@media screen and (max-width: 1200px) {
  .quiz_container {
    max-width: 100%;
    min-height: 570px;
    height: 100%;
    padding: 0;
  }
}

.quiz_content_box {
  margin: 0 auto;
  max-width: 1024px;
  min-height: 570px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.quiz_content_box .left_part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 754px;
          flex: 0 1 754px;
  overflow: hidden;
  background: #fff;
}

.quiz_content_box .left_part .quiz_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 22px 30px;
  border-bottom: 1px solid #f3f3f3;
}

.quiz_content_box .left_part .quiz_header .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 19px;
          flex: 0 0 19px;
  margin-right: 10px;
}

.quiz_content_box .left_part .quiz_header .icon svg {
  width: 100%;
  fill: #3c8811;
}

.quiz_content_box .left_part .quiz_header .text {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #69748c;
  font-weight: 500;
}

@media screen and (max-width: 860px) {
  .quiz_content_box .left_part .quiz_header {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.quiz_content_box .left_part .questions_part {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 30px;
  position: relative;
}

.quiz_content_box .left_part .questions_part .question_item {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.quiz_content_box .left_part .questions_part .question_item._animation {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  opacity: 0;
  visibility: hidden;
}

.quiz_content_box .left_part .questions_part .question_item._visible {
  position: static;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 550px) {
  .quiz_content_box .left_part .questions_part .question_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.quiz_content_box .left_part .questions_part .question_title {
  color: #363636;
  font-size: 28px;
  text-align: left;
  line-height: 1.2;
  font-weight: 500;
  margin: 15px 0 11px;
}

@media screen and (max-width: 860px) {
  .quiz_content_box .left_part .questions_part .question_title {
    font-size: 22px;
    margin-bottom: 15px;
  }
}

.quiz_content_box .left_part .questions_part .answear_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -7px;
}

.quiz_content_box .left_part .questions_part .answear_cont .answear_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 14px);
          flex: 0 1 calc(50% - 14px);
  margin: 0 7px 15px;
  position: relative;
}

.quiz_content_box .left_part .questions_part .answear_cont .answear_item input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
  font-size: 0;
}

.quiz_content_box .left_part .questions_part .answear_cont .answear_item label {
  display: block;
  padding: 14px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px rgba(217, 216, 230, 0.5);
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.quiz_content_box .left_part .questions_part .answear_cont .answear_item label .icon {
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #e8e8e8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.quiz_content_box .left_part .questions_part .answear_cont .answear_item label .icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #3c8811;
  display: block;
  opacity: 0;
}

.quiz_content_box .left_part .questions_part .answear_cont .answear_item label .text {
  color: #4a4a4a;
  margin-left: 16px;
}

.quiz_content_box .left_part .questions_part .answear_cont .answear_item input:checked + label {
  border: solid 1px rgba(60, 136, 17, 0.5);
}

.quiz_content_box .left_part .questions_part .answear_cont .answear_item input:checked + label .icon {
  -webkit-box-shadow: 0 2px 6px 0 rgba(60, 136, 17, 0.5);
          box-shadow: 0 2px 6px 0 rgba(60, 136, 17, 0.5);
  border: 2px solid #3c8811;
  background: #fff;
}

.quiz_content_box .left_part .questions_part .answear_cont .answear_item input:checked + label .icon:after {
  opacity: 1;
}

.quiz_content_box .left_part .questions_part .answear_cont .answear_item._textarea input:checked + label {
  border: solid 1px rgba(217, 216, 230, 0.5);
}

.quiz_content_box .left_part .questions_part .answear_cont .answear_item._textarea textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 50px;
  margin: -14px -16px -14px 16px;
  background: rgba(54, 54, 54, 0.1);
  border: none;
  resize: none;
  padding: 15px 10px;
}

@media screen and (max-width: 550px) {
  .quiz_content_box .left_part .questions_part .answear_cont .answear_item:last-child {
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 550px) {
  .quiz_content_box .left_part .questions_part .answear_cont {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 250px;
            flex: 0 1 250px;
    overflow: auto;
  }
}

@media screen and (max-width: 860px) {
  .quiz_content_box .left_part .questions_part {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.quiz_content_box .left_part .footer_controls {
  border-top: 1px solid #f3f3f3;
  padding: 30px 30px;
  padding-top: 21px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.quiz_content_box .left_part .footer_controls .progress_bar {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 484px;
          flex: 0 1 484px;
  margin-right: 30px;
  background: #dbdbdb;
  border-radius: 25px;
}

.quiz_content_box .left_part .footer_controls .progress_bar .progress_line {
  background: -webkit-gradient(linear, left top, right top, from(#285b0b), to(#51b616));
  background: linear-gradient(90deg, #285b0b, #51b616);
  -webkit-box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3);
          box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3);
  height: 6px;
  position: relative;
  border-radius: 20px;
  width: 0%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.quiz_content_box .left_part .footer_controls .progress_bar .progress_line:after {
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-size: 20px 20px;
  -webkit-animation: move 1.5s linear infinite;
          animation: move 1.5s linear infinite;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.08) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, 0.08) 0, rgba(255, 255, 255, 0.08) 75%, transparent 0, transparent);
}

.quiz_content_box .left_part .footer_controls .progress_bar .progress_line .begunok {
  z-index: 10;
  background: #51b616;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  width: 14px;
  height: 14px;
  border: 3px solid var(--color-bg-quiz, #fff);
  border-radius: 50%;
  -webkit-box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
          box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
}

.quiz_content_box .left_part .footer_controls .progress_bar .progress_line .begunok .value {
  position: absolute;
  font-size: 14px;
  color: #51b616;
  left: calc(50% + 3px);
  top: -2px;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (max-width: 860px) {
  .quiz_content_box .left_part .footer_controls .progress_bar .progress_line .begunok .value {
    color: #fff;
  }
}

.quiz_content_box .left_part .footer_controls .progress_bar .progress_line .begunok:after {
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-size: 20px 20px;
  -webkit-animation: move 1.5s linear infinite;
          animation: move 1.5s linear infinite;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.08) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, 0.08) 0, rgba(255, 255, 255, 0.08) 75%, transparent 0, transparent);
}

@media screen and (max-width: 860px) {
  .quiz_content_box .left_part .footer_controls .progress_bar {
    margin-top: 10px;
  }
}

.quiz_content_box .left_part .footer_controls .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 170px;
          flex: 0 0 170px;
}

.quiz_content_box .left_part .footer_controls .buttons .back_btn {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  margin-right: 20px;
  padding: 0;
  width: 43px;
  height: 43px;
  color: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.quiz_content_box .left_part .footer_controls .buttons .back_btn svg {
  width: 18px;
  height: 18px;
  fill: #0004;
}

@media screen and (max-width: 860px) {
  .quiz_content_box .left_part .footer_controls .buttons .back_btn svg {
    fill: rgba(255, 255, 255, 0.381);
  }
}

.quiz_content_box .left_part .footer_controls .buttons .back_btn._disable {
  cursor: not-allowed;
}

@media screen and (max-width: 860px) {
  .quiz_content_box .left_part .footer_controls .buttons .back_btn {
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
}

.quiz_content_box .left_part .footer_controls .buttons .forward_btn_cont {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 110px;
          flex: 0 1 110px;
  position: relative;
}

.quiz_content_box .left_part .footer_controls .buttons .forward_btn_cont .forward_btn {
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #3c8811;
  border-radius: 50px;
  height: 43px;
  -webkit-box-shadow: 0 3px 10px 0 rgba(60, 136, 17, 0.5);
          box-shadow: 0 3px 10px 0 rgba(60, 136, 17, 0.5);
  padding: 0 16px 0 22px;
}

.quiz_content_box .left_part .footer_controls .buttons .forward_btn_cont .forward_btn .text {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-right: 5px;
}

.quiz_content_box .left_part .footer_controls .buttons .forward_btn_cont .forward_btn .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.quiz_content_box .left_part .footer_controls .buttons .forward_btn_cont .forward_btn .arrow svg {
  width: 18px;
  height: 18px;
  fill: #fff;
}

.quiz_content_box .left_part .footer_controls .buttons .forward_btn_cont .forward_btn._disable {
  cursor: not-allowed;
  background: #3d8811a3;
}

.quiz_content_box .left_part .footer_controls .buttons .forward_btn_cont .forward_btn._disable:after {
  left: -40%;
  -webkit-animation: none;
          animation: none;
}

.quiz_content_box .left_part .footer_controls .buttons .forward_btn_cont .forward_btn:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, rgba(255, 255, 255, 0.1)), color-stop(20%, rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0.6)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 10%, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.6));
  width: 20px;
  -webkit-transform: skewX(-45deg);
          transform: skewX(-45deg);
  left: -20%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-animation-name: blick;
          animation-name: blick;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.quiz_content_box .left_part .footer_controls .buttons .forward_btn_cont .tex_hint {
  position: absolute;
  top: 120%;
  left: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  font-size: 11.5px;
  color: #a6a6a6;
}

.quiz_content_box .left_part .footer_controls .buttons .forward_btn_cont .tex_hint span {
  font-weight: 600;
}

@media screen and (max-width: 860px) {
  .quiz_content_box .left_part .footer_controls .buttons .forward_btn_cont .tex_hint {
    display: none;
  }
}

@media screen and (max-width: 860px) {
  .quiz_content_box .left_part .footer_controls {
    padding: 8px 10px 8px 25px;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .quiz_content_box .left_part {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

.quiz_content_box .right_part {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 260px;
          flex: 0 1 260px;
  padding: 23px 20px;
}

.quiz_content_box .right_part .assistent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quiz_content_box .right_part .assistent .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 70px;
          flex: 0 1 70px;
  margin-right: 14px;
  position: relative;
}

.quiz_content_box .right_part .assistent .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
}

.quiz_content_box .right_part .assistent .img:after {
  content: "";
  position: absolute;
  display: block;
  border-radius: 50%;
  display: block;
  border: 2px solid #fff;
  background-color: #1bb157;
  width: 12px;
  height: 12px;
  top: 54px;
  left: 54px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 860px) {
  .quiz_content_box .right_part .assistent .img:after {
    display: none;
  }
}

@media screen and (max-width: 860px) {
  .quiz_content_box .right_part .assistent .img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
  }
}

.quiz_content_box .right_part .assistent .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 120px;
          flex: 0 1 120px;
}

.quiz_content_box .right_part .assistent .text .upper {
  font-size: 16px;
  font-weight: 500;
  color: #2e2e54;
  line-height: 1.125;
}

.quiz_content_box .right_part .assistent .text .lower {
  font-size: 12px;
  color: #69748c;
  font-weight: 400;
  line-height: 1.15;
}

@media screen and (max-width: 860px) {
  .quiz_content_box .right_part .assistent .text .lower {
    margin-left: 10px;
  }
}

@media screen and (max-width: 860px) {
  .quiz_content_box .right_part .assistent .text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    white-space: nowrap;
    word-break: break-word;
  }
}

@media screen and (max-width: 860px) {
  .quiz_content_box .right_part .assistent {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.quiz_content_box .right_part .answer {
  background: #fff;
  margin-top: 18px;
  color: #2e2e49;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.54;
  padding: 5px 18px 5px 10px;
  word-break: break-word;
  position: relative;
  border-radius: 6px;
}

.quiz_content_box .right_part .answer:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 29px;
  width: 12px;
  height: 6px;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background: #fff;
  display: block;
}

@media screen and (max-width: 860px) {
  .quiz_content_box .right_part .answer {
    max-width: calc(100% - 55px);
    margin: -20px 0 0 auto;
    background: #0000;
    padding: 0;
  }
  .quiz_content_box .right_part .answer:after {
    display: none;
  }
}

@media screen and (max-width: 860px) {
  .quiz_content_box .right_part {
    width: calc(100%);
    border-radius: 20px 20px 20px 3px;
    height: 70px;
    overflow: auto;
    overflow-x: hidden;
    background: #f0f0f0;
    padding: 10px;
    margin-bottom: 15px;
  }
  .quiz_content_box .right_part._right_js {
    display: none;
  }
}

@media screen and (max-width: 550px) {
  .quiz_content_box .right_part {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}

@media screen and (max-width: 1200px) {
  .quiz_content_box {
    max-width: 100%;
    height: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
  }
}

.quiz_container_part_2 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  display: none;
}

.quiz_container_part_2 .quiz_content_box {
  display: block;
  background: #fff;
}

.quiz_container_part_2 .quiz_content_box form {
  max-width: 620px;
  margin: 0 auto;
  padding: 20px 10px;
}

.quiz_container_part_2 .quiz_content_box form .form_title {
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
  color: rgba(54, 54, 54, 0.7);
}

.quiz_container_part_2 .quiz_content_box form .from_desc {
  color: #2e2e54;
  font-size: 28px;
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 860px) {
  .quiz_container_part_2 .quiz_content_box form .from_desc {
    font-size: 22px;
    text-align: left;
  }
}

@media screen and (max-width: 1200px) {
  .quiz_container_part_2 .quiz_content_box form {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.quiz_container_part_2 .form_cont {
  padding: 29px 35px 19px;
  border-radius: 3px;
  -webkit-box-shadow: 0 9px 40px 0 rgba(0, 0, 0, 0.11);
          box-shadow: 0 9px 40px 0 rgba(0, 0, 0, 0.11);
  border: solid 1.2px #e8e8e8;
  background-color: #fff;
  max-width: 500px;
  margin: 30px auto 0;
}

.quiz_container_part_2 .form_cont .input_item {
  margin-bottom: 10px;
}

.quiz_container_part_2 .form_cont .input_item .input_title {
  text-transform: uppercase;
  padding-left: 3px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-align: left;
  color: rgba(54, 54, 54, 0.7);
  margin-bottom: 8px;
}

.quiz_container_part_2 .form_cont .input_item .input_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border: solid 1.2px #b1b5be;
  border-radius: 6px;
}

.quiz_container_part_2 .form_cont .input_item .input_body .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 54px;
          flex: 0 1 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.quiz_container_part_2 .form_cont .input_item .input_body .icon svg {
  width: 24px;
  height: 24px;
  fill: #dbdbdb;
}

.quiz_container_part_2 .form_cont .input_item .input_body input {
  height: 60px;
  width: 100%;
  display: block;
  border: none;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
}

@media screen and (max-width: 1200px) {
  .quiz_container_part_2 .form_cont {
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
  }
}

.quiz_container_part_2 button {
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #3c8811;
  border-radius: 50px;
  height: 51px;
  border: none;
  -webkit-box-shadow: 0 3px 10px 0 rgba(60, 136, 17, 0.5);
          box-shadow: 0 3px 10px 0 rgba(60, 136, 17, 0.5);
  padding: 0 16px 0 22px;
  width: 100%;
  margin-top: 20px;
}

.quiz_container_part_2 button .icon {
  margin-right: 10px;
}

.quiz_container_part_2 button .icon svg {
  width: 18px;
  height: 18px;
  fill: #fff;
}

.quiz_container_part_2 button .text {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-right: 5px;
}

.quiz_container_part_2 button .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.quiz_container_part_2 button .arrow svg {
  width: 18px;
  height: 18px;
  fill: #fff;
}

.quiz_container_part_2 button._disable {
  cursor: not-allowed;
  background: #3d8811a3;
}

.quiz_container_part_2 button._disable:after {
  left: -40%;
  -webkit-animation: none;
          animation: none;
}

.quiz_container_part_2 button:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, rgba(255, 255, 255, 0.1)), color-stop(20%, rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0.6)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 10%, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.6));
  width: 20px;
  -webkit-transform: skewX(-45deg);
          transform: skewX(-45deg);
  left: -20%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-animation-name: blick;
          animation-name: blick;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.quiz_container_part_2 .check_box {
  margin-top: 20px;
}

.quiz_container_part_2 .check_box input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.quiz_container_part_2 .check_box label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quiz_container_part_2 .check_box label .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15px;
          flex: 0 0 15px;
  height: 15px;
  border-radius: 3px;
  background: #3c8811;
  padding: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quiz_container_part_2 .check_box label .icon svg {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  fill: #fff;
}

.quiz_container_part_2 .check_box label .text {
  color: #aca7c7;
  font-size: 12px;
  margin-left: 10px;
}

.quiz_container_part_2 .check_box label .text a {
  color: #3c8811;
}

.quiz_container_part_2 .check_box input:checked + label .icon svg {
  opacity: 1;
}

.quiz_container_part_2 .progress_bar_2 {
  margin-bottom: 20px;
  background: #dbdbdb;
  border-radius: 25px;
}

.quiz_container_part_2 .progress_bar_2 .progress_line_2 {
  background: -webkit-gradient(linear, left top, right top, from(#285b0b), to(#51b616));
  background: linear-gradient(90deg, #285b0b, #51b616);
  -webkit-box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3);
          box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3);
  height: 6px;
  position: relative;
  border-radius: 20px;
  width: 95%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.quiz_container_part_2 .progress_bar_2 .progress_line_2:after {
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  margin-right: 30px;
  background-size: 20px 20px;
  -webkit-animation: move 1.5s linear infinite;
          animation: move 1.5s linear infinite;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.08) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, 0.08) 0, rgba(255, 255, 255, 0.08) 75%, transparent 0, transparent);
}

.quiz_container_part_2 .progress_bar_2 .progress_line_2 .begunok {
  z-index: 10;
  background: #51b616;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  width: 14px;
  height: 14px;
  border: 3px solid var(--color-bg-quiz, #fff);
  border-radius: 50%;
  -webkit-box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
          box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
}

.quiz_container_part_2 .progress_bar_2 .progress_line_2 .begunok .value {
  position: absolute;
  font-size: 14px;
  color: #51b616;
  left: calc(50% + 3px);
  top: -2px;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  font-weight: 700;
  line-height: 1.2;
}

.quiz_container_part_2 .progress_bar_2 .progress_line_2 .begunok:after {
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-size: 20px 20px;
  -webkit-animation: move 1.5s linear infinite;
          animation: move 1.5s linear infinite;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.08) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, 0.08) 0, rgba(255, 255, 255, 0.08) 75%, transparent 0, transparent);
}

@media (max-width: 990px) {
  .progress_bar_2 {
    display: none;
  }
}

.quiz_container_part_2 ._number {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 120px !important;
          flex: 0 0 120px !important;
  display: block !important;
  margin-right: 10px;
}

.quiz_container_part_2 ._number .drop_down_cont {
  position: relative;
  width: 100%;
  height: 100%;
}

.quiz_container_part_2 ._number .drop_down_cont .drop_down_title {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px 5px 20px;
  height: 100%;
  border-right: 1px solid #b1b5be;
  position: relative;
}

.quiz_container_part_2 ._number .drop_down_cont .drop_down_title .flag {
  margin-right: 10px;
}

.quiz_container_part_2 ._number .drop_down_cont .drop_down_title .arrow {
  font-size: 14px;
  margin-left: 10px;
}

.quiz_container_part_2 ._number .drop_down_cont .drop_down_title:after {
  content: "Страна";
  font-size: 10px;
  position: absolute;
  top: 5px;
  left: 20px;
  width: 100%;
  height: 100%;
  display: block;
}

.quiz_container_part_2 .drop_down_body {
  position: absolute;
  white-space: nowrap;
  top: 100%;
  left: 0;
  z-index: 100;
  background: #fff;
  height: 150px;
  width: 200px;
  overflow: auto;
  overflow-x: hidden;
  display: none;
}

.quiz_container_part_2 .drop_down_body ._drop_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 20px;
  cursor: pointer;
}

.quiz_container_part_2 .drop_down_body ._drop_item .name {
  margin-left: 10px;
}

.quiz_container_part_2 .drop_down_body ._drop_item:hover {
  background: #0004;
}

.quiz_container_part_2._none {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  -webkit-transform: translate(-50%, -10%);
          transform: translate(-50%, -10%);
}

.quiz_container_part_2._finish {
  display: block;
  opacity: 1;
  visibility: hidden;
}

.quiz_container_part_2._done {
  display: block;
  position: static;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

@media screen and (max-width: 1200px) {
  .quiz_container_part_2 {
    height: 100%;
    background: #fff;
  }
}

.end_popup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0%;
  left: 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  opacity: 0;
  visibility: hidden;
}

.end_popup .title {
  font-size: 32px;
  margin-bottom: 20px;
}

.end_popup .suptitle {
  font-size: 20px;
  color: #4a4a4a;
  opacity: 0.8;
}

.end_popup._active {
  opacity: 1;
  visibility: visible;
}

.start_btn {
  z-index: 1000;
  cursor: pointer;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 169px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #3c8811;
  border-radius: 50px;
  height: 51px;
  border: none;
  -webkit-box-shadow: 0 3px 10px 0 rgba(60, 136, 17, 0.5);
          box-shadow: 0 3px 10px 0 rgba(60, 136, 17, 0.5);
  padding: 0 16px 0 22px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.start_btn .icon {
  margin-right: 10px;
}

.start_btn .icon svg {
  width: 18px;
  height: 18px;
  fill: #fff;
}

.start_btn .text {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-right: 5px;
}

.start_btn .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.start_btn .arrow svg {
  width: 18px;
  height: 18px;
  fill: #fff;
}

.start_btn._active {
  opacity: 0;
  visibility: hidden;
}

@-webkit-keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 20px 20px;
  }
}

@keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 20px 20px;
  }
}

@-webkit-keyframes blick {
  15%,
  100% {
    left: 120%;
  }
}

@keyframes blick {
  15%,
  100% {
    left: 120%;
  }
}


.my_popup_caller {
  z-index: 101;
  position: fixed;
  top: 64px;
  left: 40px;
  width: 216px;
  padding-right: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(222, 25, 128, 0.8);
  border-radius: 50px;
  cursor: pointer;
  font: 15px/24px "Open Sans", Arial, sans-serif;
}

.my_popup_caller .icon {
  width: 54px;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.my_popup_caller .icon svg {
  width: 18px;
  fill: #fff;
}

.my_popup_caller .content .content-title {
  display: block;
  font-size: 10px;
  line-height: 12px;
  margin-bottom: 0px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  opacity: 0.7;
  color: #fff;
}

.my_popup_caller .content .content-text {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: bold;
}






@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-ExtraBold.eot');
    src: local('Gilroy ExtraBold'), local('Gilroy-ExtraBold'),
        url('Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('Gilroy-ExtraBold.woff') format('woff'),
        url('Gilroy-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-Heavy.eot');
    src: local('Gilroy Heavy'), local('Gilroy-Heavy'),
        url('Gilroy-Heavy.eot?#iefix') format('embedded-opentype'),
        url('Gilroy-Heavy.woff') format('woff'),
        url('Gilroy-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-LightItalic.eot');
    src: local('Gilroy Light Italic'), local('Gilroy-LightItalic'),
        url('Gilroy-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('Gilroy-LightItalic.woff') format('woff'),
        url('Gilroy-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-ThinItalic.eot');
    src: local('Gilroy Thin Italic'), local('Gilroy-ThinItalic'),
        url('Gilroy-ThinItalic.eot?#iefix') format('embedded-opentype'),
        url('Gilroy-ThinItalic.woff') format('woff'),
        url('Gilroy-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-BlackItalic.eot');
    src: local('Gilroy Black Italic'), local('Gilroy-BlackItalic'),
        url('Gilroy-BlackItalic.eot?#iefix') format('embedded-opentype'),
        url('Gilroy-BlackItalic.woff') format('woff'),
        url('Gilroy-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-BoldItalic.eot');
    src: local('Gilroy Bold Italic'), local('Gilroy-BoldItalic'),
        url('Gilroy-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('Gilroy-BoldItalic.woff') format('woff'),
        url('Gilroy-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-SemiBold.eot');
    src: local('Gilroy SemiBold'), local('Gilroy-SemiBold'),
        url('Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('Gilroy-SemiBold.woff') format('woff'),
        url('Gilroy-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-UltraLightItalic.eot');
    src: local('Gilroy UltraLight Italic'), local('Gilroy-UltraLightItalic'),
        url('Gilroy-UltraLightItalic.eot?#iefix') format('embedded-opentype'),
        url('Gilroy-UltraLightItalic.woff') format('woff'),
        url('Gilroy-UltraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-SemiBoldItalic.eot');
    src: local('Gilroy SemiBold Italic'), local('Gilroy-SemiBoldItalic'),
        url('Gilroy-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('Gilroy-SemiBoldItalic.woff') format('woff'),
        url('Gilroy-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-Light.eot');
    src: local('Gilroy Light'), local('Gilroy-Light'),
        url('Gilroy-Light.eot?#iefix') format('embedded-opentype'),
        url('Gilroy-Light.woff') format('woff'),
        url('Gilroy-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-MediumItalic.eot');
    src: local('Gilroy Medium Italic'), local('Gilroy-MediumItalic'),
        url('Gilroy-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('Gilroy-MediumItalic.woff') format('woff'),
        url('Gilroy-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-ExtraBoldItalic.eot');
    src: local('Gilroy ExtraBold Italic'), local('Gilroy-ExtraBoldItalic'),
        url('Gilroy-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('Gilroy-ExtraBoldItalic.woff') format('woff'),
        url('Gilroy-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-Regular.eot');
    src: local('Gilroy Regular'), local('Gilroy-Regular'),
        url('Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
        url('Gilroy-Regular.woff') format('woff'),
        url('Gilroy-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-HeavyItalic.eot');
    src: local('Gilroy Heavy Italic'), local('Gilroy-HeavyItalic'),
        url('Gilroy-HeavyItalic.eot?#iefix') format('embedded-opentype'),
        url('Gilroy-HeavyItalic.woff') format('woff'),
        url('Gilroy-HeavyItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-Medium.eot');
    src: local('Gilroy Medium'), local('Gilroy-Medium'),
        url('Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
        url('Gilroy-Medium.woff') format('woff'),
        url('Gilroy-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-RegularItalic.eot');
    src: local('Gilroy Regular Italic'), local('Gilroy-RegularItalic'),
        url('Gilroy-RegularItalic.eot?#iefix') format('embedded-opentype'),
        url('Gilroy-RegularItalic.woff') format('woff'),
        url('Gilroy-RegularItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-UltraLight.eot');
    src: local('Gilroy UltraLight'), local('Gilroy-UltraLight'),
        url('Gilroy-UltraLight.eot?#iefix') format('embedded-opentype'),
        url('Gilroy-UltraLight.woff') format('woff'),
        url('Gilroy-UltraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-Bold.eot');
    src: local('Gilroy Bold'), local('Gilroy-Bold'),
        url('Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
        url('Gilroy-Bold.woff') format('woff'),
        url('Gilroy-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-Thin.eot');
    src: local('Gilroy Thin'), local('Gilroy-Thin'),
        url('Gilroy-Thin.eot?#iefix') format('embedded-opentype'),
        url('Gilroy-Thin.woff') format('woff'),
        url('Gilroy-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-Black.eot');
    src: local('Gilroy Black'), local('Gilroy-Black'),
        url('Gilroy-Black.eot?#iefix') format('embedded-opentype'),
        url('Gilroy-Black.woff') format('woff'),
        url('Gilroy-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

.quiz_container_part_2 .form_cont .input_item .input_body.error {
  border-color: red;
}

