.hide {
  display: none !important;
}

.w-100 {
  min-width: 100%;
}

.types-of-jobs {
  padding: 64px 0;
  background: #fff;
}

.types-of-jobs-title {
  width: 100%;
  display: inline-flex;
  align-items: center;
}

.types-of-jobs-title svg {
  cursor: pointer;
  transition: 0.1s all linear;
}

.types-of-jobs-title h2,
.types-of-jobs-cards h3,
#new-form .title,
#new-form span.pageCard_title,
#license-cost .title {
  font-style: normal;
  font-weight: 500;
  /* color: #555a60; */
  color: #111;
  margin: 0;
}

.types-of-jobs-txt,
.types-of-jobs-cards a,
#full-key p,
.shelf-companies-txt p,
.importantly-block-one p,
.importantly-block-second p,
.importantly-txt,
#license-cost p {
  font-style: normal;
  font-weight: normal;
  font-size: 16rem;
  line-height: 150%;
}

.types-of-jobs-title h2 {
  font-size: 24rem;
  line-height: 130%;
  padding-right: 16px;
}

.types-of-jobs-descr {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding: 32px 0 64px;
}

.types-of-jobs-txt {
  /* color: #555a60; */
  color: #111;
  max-width: 612px;
  width: 100%;
}

.global-cards {
  background: #fff;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 32px;
}

.types-of-jobs-cards {
  max-width: 539px;
}

.types-of-jobs-cards h3 {
  font-size: 18rem;
  line-height: 130%;
  padding-bottom: 16px;
}

.types-of-jobs-cards a {
  text-decoration-line: underline;
  color: #2650f0;
}

#jobs-table {
  border-collapse: collapse;
}

#jobs-table th,
table td {
  border-bottom: 1px #bababa solid;
  padding-bottom: 8px;
}

#jobs-table th {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18rem;
  line-height: 130%;
  text-align: center;
  /* color: #747474; */
  color: #111;
}

#jobs-table .table-num,
#jobs-table .table-title,
#jobs-table .table-txt {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-style: normal;
  line-height: 130%;
  /* color: #555a60; */
  color: #111;
  vertical-align: top;
  padding-top: 16px;
}

#jobs-table .table-num {
  font-weight: bold;
  font-size: 32rem;
  padding-right: 16px;
}

#jobs-table .table-title {
  font-weight: 500;
  font-size: 18rem;
  padding-right: 16px;
}

#jobs-table .table-txt {
  font-weight: 400;
  font-size: 16rem;
  line-height: 150%;
}

#new-form .steps_row {
  width: 712px;
  flex-wrap: wrap;
}

#new-form .steps_item {
  width: 50% !important;
}

.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}

#new-form .steps_item svg {
  padding-bottom: 32px;
}

#new-form .title,
#full-key .title,
#license-cost .title {
  font-size: 32rem;
  line-height: 130%;
}

#new-form .title {
  padding: 64px 0 32px;
}

#license-cost .title {
  padding: 64px 0 16px;
  text-align: center;
  color: #363c53;
}

#full-key .title {
  color: #fff;
}

#new-form span.steps_name {
  line-height: 130%;
  /* color: #555a60; */
  color: #111;
  margin: auto;
}

#new-form .pageCard {
  width: 500px;
}

#new-form span.pageCard_title {
  font-size: 24rem;
  line-height: 130%;
  text-align: center;
  color: #363c53;
  padding-bottom: 16px;
}

#new-form .pageCard_desc {
  color: #363c53;
  padding-bottom: 24px;
}

#new-form .pageCard img {
  height: 168px;
  padding-bottom: 24px;
}

#new-form .steps-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 64px;
}

span.red {
  color: #ff0000;
}

#main-block {
  background: linear-gradient(90deg, #fff 31.15%, rgba(255, 255, 255, 0) 100%),
    url(/assets/img/911878d7529e0256ccf302abdfb57de4.png) no-repeat;
  width: 100%;
  background-size: cover;
}

.main-block-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#main-block .textBlock_form {
  margin: 73px 0;
}

.main-block-title {
  max-width: 710px;
  width: 100%;
}

.main-block-title h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 45rem;
  line-height: 130%;
  color: #363c53;
  padding-bottom: 16px;
  margin: 0;
}

.main-block-title p {
  font-style: normal;
  font-weight: normal;
  font-size: 24rem;
  line-height: 130%;
  color: #363c53;
  padding: 0;
  margin: 0;
}

.fa-color-info {
  color: #1a345c;
}

ul.history_breadcrumbs.breadcrumbList {
  width: 100%;
}

#advantage-block,
#full-key {
  background: #0061a2;
}

.advantage-block-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.advantage-block-title h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 130%;
  color: #fff;
  padding: 64px 0;
  margin: 0;
}

.advantage-block-items {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  max-width: 760px;
  width: 100%;
}

.advantage-block-item {
  display: inline-flex;
  align-items: start;
  justify-content: start;
  padding-bottom: 32px;
  width: 347px;
}

.advantage-block-item svg {
  padding-right: 8px;
  min-width: 26px;
  min-height: 26px;
}

.advantage-block-item h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 20rem;
  line-height: 130%;
  color: #fff;
  margin: 0;
  padding-bottom: 8px;
}

.advantage-block-item p {
  font-style: normal;
  font-weight: normal;
  font-size: 16rem;
  line-height: 150%;
  color: #fff;
  margin: 0;
}

#advantage-block .textBlock_form {
  margin: 37px 0;
}

#full-key p {
  color: #fff;
  max-width: 810px;
  padding-bottom: 32px;
  margin: 0;
}

#full-key a {
  color: #fff;
}

.full-key-btn {
  font-style: normal;
  font-weight: 500;
  font-size: 20rem;
  line-height: 130%;
  color: #fff;
  background: transparent;
  border: 1px #fff solid;
  border-radius: 8px;
  padding: 16px 32px;
  margin-bottom: 64px;
  transition: 0.1s all linear;
}

.full-key-btn:hover {
  background: #fff;
  color: #0061a2;
}

#shelf-companies {
  padding: 64px 0;
}

.shelf-companies-flex {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.shelf-companies-img {
  background: url(/assets/img/de25f55d4ea134f42a19372df7048f19.jfif) no-repeat;
  width: 497rem;
  height: 582rem;
  background-size: cover;
  background-position: center;
  margin-right: 16px;
}

.shelf-companies-txt {
  max-width: 600px;
  width: 100%;
}

.shelf-companies-txt h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 32rem;
  line-height: 130%;
  /* color: #555a60; */
  color: #111;
  margin: 0;
  margin-bottom: 32px;
}

.shelf-companies-txt p {
  /* color: #555a60; */
  color: #111;
  margin: 0;
  padding-bottom: 16px;
}

.shelf-companies-txt a {
  width: 279px;
  margin-top: 16px;
}

#importantly {
  padding-bottom: 34px;
}

#importantly .title {
  max-width: 710px;
}

.importantly-block-one {
  display: flex;
  justify-content: space-between;
  padding-bottom: 32px;
}

.importantly-block-one > .global-cards {
  max-width: 392px;
}

.importantly-flex .global-cards {
  max-width: 814px;
}

.mr-32 {
  margin-right: 32px;
}

.mb-16 {
  margin-bottom: 16px;
}

.importantly-block-one p,
.importantly-block-second p {
  /* color: #555a60; */
  color: #111;
}

.importantly-block-one h3,
.importantly-block-second h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 18rem;
  line-height: 130%;
  /* color: #555a60; */
  color: #111;

}

.importantly-red {
  color: #f32000 !important;
}

.importantly-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.importantly-list li {
  padding-left: 24px;
}

.importantly-list li:after {
  content: "";
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #555a60;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.importantly-block-second {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.importantly-txt {
  /* color: #555a60; */
  color: #111;
  max-width: 600px;
}

.importantly-txt p {
  margin-bottom: 16px;
}

.importantly-flex .global-cards span {
  font-weight: 600;
  color: #555a60;
}

a.commonTitle_link.link {
  color: #0061a2;
}

#new-form .mySlick .slick-dots button {
  background-color: #0061a2;
}

#new-form .mySlick .slick-dots li.slick-active button {
  background-color: #ff0000;
}

#license-cost-form input[type="radio"],
#license-cost-form input[type="checkbox"] {
  position: relative;
  min-width: 22px;
  max-width: 22px;
  min-height: 22px;
  max-height: 22px;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  outline: none;
}

.radio-flex-child input[type="radio"]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #0061a2;
  transform: translate(-50%, -50%);
  visibility: visible;
}

#license-cost {
  width: 100%;
  box-shadow: 2px 2px 20px rgb(0 0 0 / 10%);
  position: relative;
  z-index: 1;
  padding-bottom: 64px;
}

#license-cost p {
  text-align: center;
  color: #555a60;
  margin-bottom: 32px;
}

#jobs-cost {
  width: 100%;
  border-collapse: collapse;
}

#jobs-cost th {
  font-style: normal;
  font-weight: 500;
  font-size: 20rem;
  line-height: 150%;
  text-align: center;
  color: #b0afb0;
  cursor: pointer;
  border-bottom: 1px #bababa solid;
  padding-bottom: 8px;
  transition: 0.1s all linear;
}

#jobs-cost th:hover {
  color: #0061a2;
  border-bottom: 1px #0061a2 solid;
}

.btn-active {
  color: #0061a2 !important;
  border-bottom: 1px #0061a2 solid !important;
}

#license-cost-form {
  margin: 0;
}

#license-cost-form h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 20rem;
  line-height: 150%;
  color: #0061a2;
  text-align: center;
  margin-bottom: 32px;
}

#license-cost-form label {
  margin-left: 16px;
}

.radio-flex-child div,
.checkbox-flex div {
  display: flex;
  align-items: center;
  padding: 4px 0;
}

.radio-flex {
  display: flex;
  align-items: start;
  justify-content: space-between;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}

.radio-flex-child {
  margin: 0 auto;
}

.btn-step {
  width: fit-content;
  margin: 32px auto 0;
}

.btn-back,
.btn-next,
.deactive-btn,
.btn-finish {
  box-sizing: border-box;
  border-radius: 8px;
  padding: 16px 32px;
  background: transparent;
  margin-right: 16px;
  font-style: normal;
  font-weight: 500;
  font-size: 20rem;
  line-height: 130%;
  transition: 0.1s all linear;
}

.btn-back,
.deactive-btn {
  border: 1px solid #b0afb0;
  color: #b0afb0;
}

.btn-next {
  border: 1px solid #0061a2;
  color: #0061a2;
}

.btn-finish {
  border: 1px solid #f32000;
  color: #f32000;
}

.deactive-btn {
  background: #e1e1e1;
}

.btn-back:hover {
  background: #b0afb0;
  color: #fff;
}

.btn-next:hover {
  background: #0061a2;
  color: #fff;
}

.btn-finish:hover {
  background: #f32000;
  color: #fff;
}

.checkbox-flex {
  max-width: 856px;
  width: 100%;
  margin: 0 auto;
}

.license-cost-img-1,
.license-cost-img-2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  height: 305px;
}

.license-cost-img-1 {
  left: 0;
}

.license-cost-img-2 {
  right: 0;
}

@media (max-width: 1167px) {
  .steps-flex,
  .advantage-block-flex {
    flex-direction: column;
  }
  .steps {
    width: fit-content;
  }
  #new-form .steps_row {
    width: 100%;
  }
}

@media (max-width: 959px) {
  .main-block-flex,
  .importantly-block-one,
  .importantly-block-second,
  .types-of-jobs-descr {
    flex-direction: column;
  }
  .main-block-title {
    max-width: 100%;
  }
  .main-block-title h1 {
    font-size: 20rem;
    text-align: center;
  }
  .main-block-title p {
    font-size: 15rem;
    text-align: center;
  }
  #main-block {
    padding-top: 128px;
  }
  #main-block .textBlock_form {
    max-width: 80vw;
  }
  #main-block .title-4,
  .advantage-block-title h2,
  .types-of-jobs-title h2 {
    font-size: 18rem;
  }
  .mySlick .slick-dots {
    padding: 0;
  }
  #new-form .title,
  #full-key .title,
  #license-cost .title,
  .shelf-companies-txt h2 {
    font-size: 18rem;
  }
  .types-of-jobs-txt,
  .types-of-jobs-cards a,
  #full-key p,
  .shelf-companies-txt p,
  .importantly-block-one p,
  .importantly-block-second p,
  .importantly-txt,
  #license-cost p {
    font-size: 12rem;
  }
  #jobs-cost th,
  #license-cost-form h3 {
    font-size: 12rem;
  }
  #license-cost p {
    margin: 32px 0 64px;
  }
  #license-cost-form label,
  .btn-back,
  .btn-next,
  .deactive-btn,
  .btn-finish {
    font-size: 10rem;
  }
  #license-cost .select_block,
  #license-cost [type="email"],
  #license-cost [type="password"],
  #license-cost [type="search"],
  #license-cost [type="tel"],
  #license-cost [type="text"],
  #license-cost select,
  #license-cost textarea {
    height: 32rem;
    font-size: 12rem;
  }
  .license-cost-img-1,
  .license-cost-img-2 {
    height: 128rem;
  }
  #new-form .pageCard,
  #advantage-block .textBlock_form {
    max-width: 682px;
    width: 80vw;
    margin-top: 64px;
  }
  #new-form span.pageCard_title {
    font-size: 18rem;
    padding: 32px 0;
  }
  #new-form .pageCard_desc {
    font-size: 12rem;
  }
  #new-form .pageCard {
    padding: 40rem 24rem;
  }
  .pageForm-footer .pageForm_column {
    padding: 0 24rem 40rem !important;
  }
  .advantage-block-item h3 {
    font-size: 10rem;
  }
  .advantage-block-item p {
    font-size: 6rem;
  }
  .importantly-block-one > .global-cards,
  .importantly-txt,
  .types-of-jobs-txt,
  .shelf-companies-txt {
    max-width: 100%;
  }
  .shelf-companies-txt a {
    width: 100%;
  }
  .global-cards {
    width: 100%;
    max-width: 100%;
    margin-left: -32px;
    margin-bottom: 16rem;
  }
  .mr-32 {
    margin-right: 0;
  }
  .importantly-txt {
    margin-bottom: 32rem;
  }
  .types-of-jobs-cards h3 {
    font-size: 16rem;
  }
  .types-of-jobs-title svg {
    width: 24rem;
  }
  #jobs-table th {
    font-size: 11rem;
  }
  #jobs-table .table-title,
  #jobs-table .table-num {
    font-size: 11rem;
    padding-right: 8rem;
  }
  #jobs-table .table-txt {
    font-size: 9rem;
  }
  #jobs-table {
    margin: 0 -16px;
  }
  .full-key-btn {
    font-size: 16rem;
    padding: 10px 32px;
  }
  .shelf-companies-img {
    display: none;
  }
  .mySlick .slick-dots li {
    display: none !important;
  }
}

@media (max-width: 800px) {
  .advantage-block-item {
    width: 100%;
  }
}

@media (max-width: 667px) {
  .advantage-block-item h3 {
    font-size: 14rem;
  }
  .advantage-block-item p {
    font-size: 10rem;
  }
}

@media (max-width: 451px) {
  .btn-back,
  .btn-next,
  .deactive-btn,
  .btn-finish {
    margin-right: 8px;
    padding: 16px 24px;
  }
}

@media (max-width: 319px) {
  .btn-back,
  .btn-next,
  .deactive-btn,
  .btn-finish {
    margin: 0;
    font-size: 12rem;
    width: 100%;
    margin-top: 8px;
  }
  #jobs-cost th,
  #license-cost-form h3 {
    font-size: 14rem;
  }
  #license-cost-form label,
  .btn-back,
  .btn-next,
  .deactive-btn,
  .btn-finish {
    font-size: 12rem;
  }
  .advantage-block-item h3 {
    font-size: 18rem;
  }
  .advantage-block-item p {
    font-size: 12rem;
  }
}

.quiz-container {
  padding: 64px;
  background-color: #fff;
  box-shadow: 2px 2px 20px 0px #0000001a;
  position: relative;
}

.quiz-container::before {
  content: "";
  width: 305px;
  height: 305px;
  position: absolute;
  top: 50%;
  left: -150px;
  opacity: 0.2;
  transform: translateY(-50%);
  background-image: url("../img/calculator.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.quiz-container::after {
  content: "";
  width: 305px;
  height: 305px;
  position: absolute;
  top: 50%;
  right: -150px;
  opacity: 0.2;
  transform: translateY(-50%);
  background-image: url("../img/calculator.png");
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 520px) {
  .quiz-container::after {
    width: 150px;
    height: 150px;
    left: -80px;
  }

  .quiz-container::before {
    width: 150px;
    height: 150px;
    left: unset;
    right: -50px;
  }

  .quiz-inner {
    margin: 0 auto;
    max-width: 1026px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 38px;
  }

  @media (max-width: 520px) {
    .quiz-inner {
      gap: 19px;
    }
  }
}

.quiz-top {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.quiz-title {
  font-size: clamp(24px, 30.2857rem + -31.4286vw, 32px);
  font-weight: 500;
  text-align: center;
  margin: 0;
}

.quiz-desc {
  text-align: center;
  color: #555a60;
}

.quiz-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}

.quiz-steps {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  row-gap: 10px;
}

.quiz-step {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-width: 171px;
  font-size: 20px;
  font-weight: 500;
  color: #b0afb0;
  border-bottom: 1px solid #b0afb0;
  padding-bottom: 8px;
}

.quiz-step.active {
  border-color: #0061a2;
  color: #0061a2;
}

.quiz-step input {
  display: none;
}

/* .quiz-step:has(input:checked) {
  color: #0061a2;
  border-color: #0061a2;
} */

.quiz-survey {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  transition: 0.5s all ease;
  overflow-x: hidden;
  min-height: 255px;
}

.quiz-survey__content {
  opacity: 0;
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  transition: 0.5s all ease;
}

.quiz-survey__content.active {
  display: flex;
}

.quiz-survey__title {
  font-size: 20px;
  font-weight: 500;
  color: #0061a2;
  margin-bottom: 0;
}

.quiz-survey__choices {
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
}

@media (max-width: 520px) {
  .quiz-survey__choices {
    row-gap: 8px;
  }
}

@media (max-width: 480px) {
  .quiz-survey__choices {
    flex-direction: column;
    width: 100%;
  }

  .quiz-survey__content {
    width: 100%;
  }
}

.quiz-survey__choices .column {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.quiz-survey__btns {
  display: flex;
  gap: 16px;
  margin-top: auto;
}

@media (max-width: 580px) {
  .quiz-survey__btns {
    flex-direction: column;
  }

  .quiz-survey__btns {
    width: 100%;
  }

  .quiz-survey__btns .survey-btn {
    width: 100%;
  }

  .quiz-survey__input {
    width: 100%;
  }
}

.quiz-survey__btns .survey-btn {
  padding: 16px 32px;
  background-color: #fff;
  border-radius: 8px;
  font-size: 20px;
  border: 1px solid #0061a2;
  font-weight: 500;
}

.survey-btn.btn-next {
  transition: 0.25s all ease;
  display: none;
}

.survey-btn.btn-next.active {
  display: inline-block;
}

.survey-btn.btn-next:hover {
  color: #fff;
  background-color: #0061a2;
}

.survey-btn.btn-prev {
  transition: 0.25s all ease;
}

.survey-btn.btn-prev:disabled {
  border-color: #b0afb0;
  cursor: default;
  color: #b0afb0;
}

.survey-btn.btn-prev:disabled:hover {
  background-color: transparent;
  color: #b0afb0;
}

.survey-btn.btn-prev:hover {
  color: #fff;
  background-color: #0061a2;
}

.survey-btn.btn-calculate {
  background-color: #0061a2;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
  border: 1px solid transparent;
  transition: 0.25s all ease;
  display: none;
  min-width: 205px;
}

.survey-btn.btn-calculate.active {
  display: inline-block;
}

.survey-btn.btn-calculate:hover {
  background-color: transparent;
  color: #0061a2;
  border-color: #0061a2;
}

.quiz-survey__choices-column {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.quiz-survey [type="checkbox"],
[type="radio"] {
  width: 24px;
  height: 24px;
  -webkit-appearance: auto !important;
}

.quiz-survey__choices label {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
  gap: 16px;
  font-size: 16px;
  cursor: pointer;
}

label.quiz-survey__input {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;

  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #0061a2;
}

.quiz-survey__input input {
  background: #f6f6f6;
  border-radius: 10px;
  border: 1px solid transparent;
  padding: 10px;
  height: 44px;
  font-size: 16px;
  line-height: 24px;
  color: #1e1e1e;
}

.quiz-thanks {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  width: 100%;
}

.quiz-thanks.active {
  display: flex;
  min-height: 400px;
}

/*btn-prev*/
/*btn-next*/

.btn-calculate.pageForm_submit {
  margin-bottom: 0;
}

.quiz-survey__input.validation-error + .validation_text {
  display: block;
}

div:has(.faq) {
  background: transparent;
}

.faq details summary {
     margin: 12rem 0;
     font-size: 16rem;
     font-weight: 500;
     line-height: 1.125;
     cursor: pointer;
}

@media (min-width: 960px) {
    .faq details summary {
        margin: 20rem 0;
        font-size: 24rem;
        line-height: 1.19;
    }

}


