body {
  font-family: "Inter", sans-serif;
  color: #393939;
}

body.lock {
  overflow: hidden;
}
.disabled {
  opacity: 0.5;
  pointer-events: none;
}
svg {
  fill: currentColor;
}

input,
label,
button {
  -webkit-tap-highlight-color: transparent;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}

main.site {
  flex-grow: 1;
}

.container {
  max-width: 1180px;
  padding: 0 24px;
  box-sizing: border-box;
  margin: 0 auto;
}

.button {
  flex-shrink: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  font-size: 20px;
  color: #fff;
  border: none;
  padding: 0 16px;
  box-sizing: border-box;
  width: 100%;
  max-width: 280px;
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(0, 37, 102, 0.18);
  cursor: pointer;
  font-weight: 600;
}

.hidden {
  display: none !important;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.header-inner {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-logo img {
  max-width: 200px;
}

.header-info {
  text-align: right;
}

.header-info-city {
  font-size: 18px;
  font-weight: 600;
}

.header-infop-address {
  color: #717b97;
  font-size: 14px;
  margin-bottom: 10px;
}

.header-info-phone {
  font-weight: 600;
  font-size: 18px;
  color: #138de2;
}

.header-info-text {
  color: #717b97;
  font-size: 14px;
}

.section {
  padding: 25px 0;
}

.section-first {
  background: url(../images/bg4.jpg) center/cover no-repeat;
  padding-top: 180px;
}

.section-sub-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 40px;
}

.section-title {
  font-size: 45px;
  margin-bottom: 60px;
  font-weight: 700;
  line-height: 1.4;
}

.section-row {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}

.section-row-text {
  font-weight: 500;
  margin-left: 34px;
  font-size: 18px;
  line-height: 1.4;
}

.section-row-text > span {
  font-weight: 700;
}

.section-list {
  font-size: 18px;
  line-height: 1.4;
  padding-left: 0;
  list-style: none;
  margin: 32px 0 0;
}

.section-list li {
  position: relative;
  padding-left: 24px;
}

.section-list li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 10px;
  border-radius: 50%;
}

.section-list li:not(:last-child) {
  margin-bottom: 5px;
}

.section-blue .section-sub-title {
  /*color: #138DE2;*/
}

.section-blue .section-title > span {
  color: #138DE2;
}

.section-blue .section-button {
  background: linear-gradient(360deg, #138DE2 0%, #45a0e0 100%);
}

.section-blue .section-button:hover {
  background: linear-gradient(360deg, #0d5d95  0%, #45a0e0 100%);
}

.section-blue .section-row-text > span {
  color: #138DE2;
}

.section-blue .section-list li span {
  font-weight: 700;
  color: #5381F6;
}

.section-blue .section-list li::before {
  background-color: #5381F6;
}

.section-red .section-sub-title {
  color: #7f4b00;
}

.section-red .section-title > span {
  color: #7f4b00;
}

.section-red .section-button {
  background: linear-gradient(180deg, #9d7133 0%, #7f4b00 100%);
}

.section-red .section-button:hover {
  background: linear-gradient(180deg, #9d7133 0%, #4e2f03 100%);
}

.section-red .section-row-text > span {
  color: #7f4b00;
}

.section-red .section-list li span {
  font-weight: 700;
  color: #7f4b00;
}

.section-red .section-list li::before {
  background-color: #7f4b00;
}

.section-green {
  background-color: #EDEDF8;
}

.section-green .section-sub-title {
  color: #17CC5F;
}

.section-green .section-title > span {
  color: #17CC5F;
}

.section-green .section-button {
  background: linear-gradient(360deg, #18C55D 0%, #1BDC74 100%);
}

.section-green .section-button:hover {
  background: linear-gradient(360deg, #009F3F 0%, #00C157 100%);
}

.section-green .section-row-text > span {
  color: #17CC5F;
}

.section-green .section-list li span {
  font-weight: 700;
  color: #17CC5F;
}

.section-green .section-list li::before {
  background-color: #17CC5F;
}


.section-purple {background-color: #EDEDF8;background: url(../images/bg2.jpg) center/cover no-repeat;}


.section-purple .section-sub-title {
  color: #9c1b65;
}

.section-purple .section-title > span {
  color: #9c1b65;
}

.section-purple .section-button {
  background: linear-gradient(360deg, #600a3b 0%, #9c1b65 100%);
}

.section-purple .section-button:hover {
  background: linear-gradient(360deg, #600a3b 0%, #600a3b 100%);
}

.section-purple .section-row-text > span {
  color: #9c1b65;
}

.section-purple .section-list li span {
  font-weight: 700;
  color: #9c1b65;
}

.section-purple .section-list li::before {
  background-color: #9c1b65;
}

.footer {
  background-color: #EDEDF8;
}

.footer-inner {
  text-align: center;
  padding: 50px 0;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e5e5e5;
  overflow: auto;
  padding: 50px 0;
  box-sizing: border-box;
}

.popup-inner {
  margin: 0 auto;
  max-width: 688px;
  padding: 0 24px;
  box-sizing: border-box;
  position: relative;
}

.popup-close {
  position: absolute;
  right: 24px;
  top: -34px;
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-close svg {
  width: 26px;
  height: 26px;
  transition: 0.2s;
}

.popup-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 36px;
  line-height: 1.4;
}

.popup-form-submit {
  margin-top: 50px;
  max-width: 100%;
  min-height: 68px;
}

.popup-blue .popup-title span {
  color: #138DE2;
}

.popup-blue .popup-close:hover svg {
  fill: #138DE2;
}

.popup-blue .quiz-label::before {
  color: #138DE2;
}

.popup-blue .quiz-label::after {
  color: #138DE2;
}

.popup-blue .button {
  background: linear-gradient(360deg, #138DE2 0%, #45a0e0 100%);
}

.popup-blue .button:hover {
  background: linear-gradient(360deg, #0d5d95 0%, #45a0e0 100%);
}

.popup-blue .popup-form-result-list span {
  color: #5381F6;
}

.popup-red .popup-title span {
  color: #7f4b00;
}

.popup-red .popup-close:hover svg {
  fill: #7f4b00;
}

.popup-red .quiz-label::before {
  color: #7f4b00;
}

.popup-red .quiz-label::after {
  color: #7f4b00;
}

.popup-red .button {
  background: linear-gradient(180deg, #9d7133 0%, #7f4b00 100%);
}

.popup-red .button:hover {
  background: linear-gradient(180deg, #9d7133 0%, #4e2f03 100%);
}

.popup-red .popup-form-result-list span {
  color: #FB5A80;
}

.popup-green .popup-title span {
  color: #17CC5F;
}

.popup-green .popup-close:hover svg {
  fill: #17CC5F;
}

.popup-green .quiz-label::before {
  color: #17CC5F;
}

.popup-green .quiz-label::after {
  color: #17CC5F;
}

.popup-green .button {
  background: linear-gradient(360deg, #18C55D 0%, #1BDC74 100%);
}

.popup-green .button:hover {
  background: linear-gradient(360deg, #009F3F 0%, #00C157 100%);
}

.popup-green .popup-form-result-list span {
  color: #17CC5F;
}

.popup-purple .popup-title span {
  color: #9c1b65;
}

.popup-purple .popup-close:hover svg {
  fill: #9c1b65;
}

.popup-purple .quiz-label::before {
  color: #9c1b65;
}

.popup-purple .quiz-label::after {
  color: #9c1b65;
}

.popup-purple .button {
  background: linear-gradient(360deg, #600a3b 0%, #9c1b65 100%);
}

.popup-purple .button:hover {
  background: linear-gradient(360deg, #600a3b 0%, #600a3b 100%);
}

.popup-purple .popup-form-result-list span {
  color: #7A55D9;
}

.popup-form-result {
  display: none;
  padding: 32px 24px;
  box-shadow: 0 14px 34px rgba(0, 29, 104, 0.12);
  background-color: #fff;
  border-radius: 10px;
  max-width: 600px;
  margin: 0 auto;
  box-sizing: border-box;
}

.popup-form-result-title {
  text-align: center;
  font-size: 18px;
  margin-bottom: 18px;
  font-weight: 700;
}

.popup-form-result-input {
  display: block;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  box-sizing: border-box;
  border: none;
  background-color: #f3f4f4;
  text-align: center;
  outline: none;
  margin-bottom: 10px;
}

.popup-form-result-input.not-valid {
  border: 2px solid red;
}

.popup-form-result-submit {
  min-height: 50px;
  max-width: 100%;
  font-size: 14px;
}

.popup-form-result-ag {
  display: flex;
  padding-top: 16px;
  color: #717b97;
}

.popup-form-result-ag svg {
  flex-shrink: 0;
  width: 18px;
  height: 20px;
  margin-right: 10px;
}

.popup-form-result-ag-text {
  font-size: 12px;
  line-height: 1.5;
}

.popup-form-result-check {
  margin: 0 auto;
  width: 55px;
  height: 55px;
  display: flex;
}

.popup-form-result-check svg {
  width: 100%;
}

.popup-form-result-loader {
  margin: 0 auto;
  width: 55px;
  height: 55px;
}

.loader {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border-top: 3px solid #3c70f4;
  border-right: 3px solid transparent;
  -webkit-animation: loader 1.5s linear infinite;
  animation: loader 1.5s linear infinite;
}

@-webkit-keyframes loader {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.popup-form-result-process {
  margin-top: 10px;
  overflow: hidden;
  height: 70px;
  position: relative;
}

.popup-form-result-process-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(to top, #fff 0, #fff 15%, rgba(255, 255, 255, 0.1) 45%, rgba(255, 255, 255, 0.01) 50%, rgba(255, 255, 255, 0.1) 55%, #fff 85%, #fff 100%);
}

.popup-form-result-list {
  z-index: 1;
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  -webkit-animation-name: analysis;
          animation-name: analysis;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.popup-form-result-list span {
  font-size: 22px;
  margin: 40px 0;
  white-space: nowrap;
}

.popup-form-result-list.complete {
  -webkit-animation: none;
          animation: none;
  transform: translate(-50%, -85.8%);
}

@-webkit-keyframes analysis {
  0% {
    transform: translate(-50%, 0);
  }

  12% {
    transform: translate(-50%, -14.5%);
  }

  16% {
    transform: translate(-50%, -14.5%);
  }

  26% {
    transform: translate(-50%, -28.5%);
  }

  30% {
    transform: translate(-50%, -28.5%);
  }

  40% {
    transform: translate(-50%, -43%);
  }

  44% {
    transform: translate(-50%, -43%);
  }

  54% {
    transform: translate(-50%, -57.5%);
  }

  58% {
    transform: translate(-50%, -57.5%);
  }

  68% {
    transform: translate(-50%, -71.5%);
  }

  72% {
    transform: translate(-50%, -71.5%);
  }

  82% {
    transform: translate(-50%, -85.8%);
  }

  86% {
    transform: translate(-50%, -85.8%);
  }

  100% {
    transform: translate(-50%, -85.8%);
  }
}

@keyframes analysis {
  0% {
    transform: translate(-50%, 0);
  }

  12% {
    transform: translate(-50%, -14.5%);
  }

  16% {
    transform: translate(-50%, -14.5%);
  }

  26% {
    transform: translate(-50%, -28.5%);
  }

  30% {
    transform: translate(-50%, -28.5%);
  }

  40% {
    transform: translate(-50%, -43%);
  }

  44% {
    transform: translate(-50%, -43%);
  }

  54% {
    transform: translate(-50%, -57.5%);
  }

  58% {
    transform: translate(-50%, -57.5%);
  }

  68% {
    transform: translate(-50%, -71.5%);
  }

  72% {
    transform: translate(-50%, -71.5%);
  }

  82% {
    transform: translate(-50%, -85.8%);
  }

  86% {
    transform: translate(-50%, -85.8%);
  }

  100% {
    transform: translate(-50%, -85.8%);
  }
}

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

.quiz-block:not(:last-child) {
  margin-bottom: 30px;
}

.quiz-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.quiz-notice {
  display: none;
  background-color: #E23836;
  align-items: center;
  border-radius: 6px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  padding: 5px 16px 5px 20px;
  min-height: 44px;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.quiz-notice svg {
  width: 20px;
  height: 20px;
}

.quiz-notice span {
  margin-left: 14px;
}

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

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

.quiz-item:not(:last-child) {
  margin-bottom: 8px;
}

.quiz-item-difficult input:not(:checked) + .quiz-label {
  box-shadow: none;
  border: 2px solid #D7DEEF;
  opacity: 0.6;
}

.quiz-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.quiz-label {
  background-color: #fff;
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 5px 16px 5px 54px;
  cursor: pointer;
  min-height: 52px;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
  box-shadow: 0 4px 10px rgba(0, 37, 102, 0.1);
}

.quiz-label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 19px;
  top: 50%;
  border-radius: 50%;
  transform: translateY(-50%);
  border: 1px solid currentColor;
  box-sizing: border-box;
}

.quiz-label::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 22px;
  top: 50%;
  border-radius: 50%;
  transform: translateY(-50%);
  background-color: currentColor;
  opacity: 0;
}

.quiz-input:checked + .quiz-label::after {
  opacity: 1;
}

input.quiz-input[type=checkbox] + .quiz-label::after {
  background-image: url(../images/check.svg);
  background-position: center;
  background-size: 6px;
  background-repeat: no-repeat;
}

@media (max-width: 1180px) {
  .section-sub-title {
    font-size: 20px;
  }

  .section-title {
    font-size: 36px;
  }
}

@media (max-width: 980px) {
  .section-title {
    font-size: 28px;
  }
}

@media (max-width: 767.98px) {
  .header-info-city {
    font-size: 16px;
  }

  .header-infop-address {
    font-size: 12px;
  }

  .header-info-phone {
    font-size: 16px;
  }

  .header-info-text {
    font-size: 12px;
  }

  .section {
    padding: 45px 0;
  }

  .section-first {
    padding-top: 160px;
  }

  .section-sub-title {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .section-title {
    font-size: 24px;
    margin-bottom: 40px;
  }

  .section-row {
    display: block;
    margin-bottom: 40px;
  }

  .section-button {
    max-width: 100%;
    font-size: 14px;
    min-height: 60px;
  }

  .section-row-text {
    font-size: 16px;
    margin-left: 0;
    margin-top: 16px;
  }

  .section-list {
    font-size: 16px;
    margin-top: 24px;
  }

  .popup-title {
    font-size: 22px;
  }

  .quiz-title {
    font-size: 16px;
  }

  .quiz-label {
    font-size: 14px;
  }
  .popup-form-result-list span {
    font-size: 12px;
  }
}

@media (max-width: 520px) {
  .section-sub-title {
    font-size: 20px;
    font-weight: 600;
}
  }

  .section-title {
    font-size: 28px;
  }

  .section-button {
    min-height: 50px;
  }

  .section-row-text {
    font-size: 14px;
  }

  .section-list {
    font-size: 14px;
  }
}


.b24-form-header-title{
  font-size: 30px!important;
  font-weight: bold!important;
}

.title-what{
  background: #ffffff47;
  border-radius: 5px;
  padding: 15px 0px 5px 10px;

}