* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

a:hover {
  cursor: pointer;
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}

button:focus {
  outline: none;
}

button:hover {
  cursor: pointer;
}

.no-desctop {
  display: none;
}

.no-mobile {
  display: block;
}

.resultappa{
font-weight: bold;
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
}

.button {
  padding: 23px 60px;
  border: none;
  border-radius: 15px;
  background-color: #4caf50;
  color: #ffffff;
  font-family: "Formular - Medium";
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.button:focus {
  outline: none;
}
.button:hover {
  cursor: pointer;
}

body {
  font-size: 10px;
  font-family: "Formular - Light", serif;
  font-weight: 300;
  color: #000;
  background-color: #ecedf1;
  overflow-x: hidden;
  background: #fff;
}

.wrapper {
  border: 15px solid #fff;
}

.right {
  position: absolute;
  top: 0;
  right: 45px;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.right .block {
  margin-top: 25px;
  width: 12px;
  height: 67px;
  opacity: 0.6;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.right .block:first-child {
  margin-top: -40px;
}

.right .block:hover {
  opacity: 1;
}


.feedbackinfo{
	    padding: 20px;
    margin: 0 auto 20px auto;
    width: 300px;
    display: block;
    background: #7f7f7f12;
    border-radius: 15px;
}

.feedbackinfo h4{
font-weight: bold;
    font-size: 10px;
	text-align: right;
}
.feedbackinfo p{
text-align: left;
    margin: 10px 0 0 0;
}

.svgimg{
display:block;	
float:left;
}



.h2info{
padding: 10px;
    font-size: 20px;
    font-weight: bold;	
}
.pinfo{
font-size: 18px;
padding: 10px;
}

.imginfo{
    width: 100%;
}
/* 


*/

/* Стили для кругового прогресс-бара */
/* Стили для кругового прогресс-бара */
#circular-progress-container {
  position: relative;
  width: 120px;
  height: 120px;
  margin: 20px auto;
}

.progress-ring__circle {
  stroke-dasharray: 339.292; /* 2 * Math.PI * 54 */
  stroke-dashoffset: 339.292;
  transition: stroke-dashoffset 0.5s ease;
}

#progress-percent-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: #4caf50;
}

/* Анимация плавного появления графика */
canvas {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

canvas.active {
  opacity: 1;
}

/* Стиль аннотации для 4-й недели */
.annotation-arrow {
  position: absolute;
  top: -20px;
  left: 47%;
  width: 120px;
  font-size: 14px;
  text-align: center;
  background-color: rgba(0, 0, 255, 0.7);
  color: white;
  padding: 5px;
  border-radius: 5px;
}

.annotation-arrow::after {
  content: '';
  position: absolute;
  top: 98%;
  left: 47%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: rgba(0, 0, 255, 0.7) transparent transparent transparent;
}

/* Текст под графиком */
.graph-title {
  text-align: center;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 30px;
}



/* 

*/


#block1 {
  background: -webkit-gradient(linear, left top, left bottom, from(#2c512e), to(#33553b));
  background: linear-gradient(to bottom, #2c512e, #33553b);
}

#block1:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#356237), to(#3d6546));
  background: linear-gradient(to bottom, #356237, #3d6546);
}

#block2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#324b3d), to(#2e3e3f));
  background: linear-gradient(to bottom, #324b3d, #2e3e3f);
}

#block2:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#3c5a49), to(#394d4e));
  background: linear-gradient(to bottom, #3c5a49, #394d4e);
}

#block3 {
  background: -webkit-gradient(linear, left top, left bottom, from(#2e3a44), to(#2d364d));
  background: linear-gradient(to bottom, #2e3a44, #2d364d);
}

#block3:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#384753), to(#36415d));
  background: linear-gradient(to bottom, #384753, #36415d);
}

#block4 {
  background: -webkit-gradient(linear, left top, left bottom, from(#2e3055), to(#363177));
  background: linear-gradient(to bottom, #2e3055, #363177);
}

#block4:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#373966), to(#3e3889));
  background: linear-gradient(to bottom, #373966, #3e3889);
}

#block5 {
  background: -webkit-gradient(linear, left top, left bottom, from(#332c6f), to(#5a497b));
  background: linear-gradient(to bottom, #332c6f, #5a497b);
}

#block5:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#3b3381), to(#66528b));
  background: linear-gradient(to bottom, #3b3381, #66528b);
}

#block6 {
  background: -webkit-gradient(linear, left top, left bottom, from(#574b66), to(#473d42));
  background: linear-gradient(to bottom, #574b66, #473d42);
}

#block6:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#645675), to(#55494f));
  background: linear-gradient(to bottom, #645675, #55494f);
}

#block7 {
  background: -webkit-gradient(linear, left top, left bottom, from(#4c413e), to(#4b4338));
  background: linear-gradient(to bottom, #4c413e, #4b4338);
}

#block7:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#5a4d49), to(#5a5043));
  background: linear-gradient(to bottom, #5a4d49, #5a5043);
}

#block8 {
  background: -webkit-gradient(linear, left top, left bottom, from(#4e5035), to(#5a5c3a));
  background: linear-gradient(to bottom, #4e5035, #5a5c3a);
}

#block8:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#5d5f3f), to(#696c44));
  background: linear-gradient(to bottom, #5d5f3f, #696c44);
}

.wrappermain{
	max-width:600px;
	margin: 0 auto;
}
.header {
text-align:center;
padding:10px 0;
}
.header h2{
	  font-size: 18px;
  font-family: "Formular - Light", serif;
  font-weight: 600;
  color:#000;
}

#next-button{
display: block;
    margin: 0 auto;	
}

#quiz-container{
text-align:center;	
}

.header-top_title {
  font-family: "Formular - Black";
  font-size: 1.8em;
  font-weight: 400;
}

.header-top_title-o {
  margin-left: 5px;
  font-size: 1.8em;
  font-weight: 300;
}

.header-top_social {
  text-align: right;
}

.header-top_link {
  margin-bottom: 8px;
  display: inline-block;
  color: #fff;
  font-size: 1.2em;
  font-weight: 300;
  border-bottom: 1px solid #fff;
}

.header-top_contacts {
  text-align: right;
}

.header-top_phone {
  font-family: "Formular - Black";
  font-size: 1.8em;
  font-weight: bold;
  color: #fff;
}

.header-top_btn {
  margin-top: 10px;
  border: none;
  padding: 0;
  background-color: transparent;
  color: #fff;
  font-family: "Formular - Light";
  font-size: 1.4em;
  font-weight: 300;
  text-decoration: underline;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.header-top_btn:hover {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}

.header-center {
  position: relative;
}

.header-center_title {
  font-family: "Formular - Black";
  font-size: 4.8em;
  font-weight: 400;
  line-height: 60px;
}

.header-center_text {
  font-size: 1.6em;
  font-weight: 300;
  line-height: 24px;
}

.header-center_text2 {
  margin-top: 36px;
  font-size: 1.6em;
  font-weight: 300;
  line-height: 24px;
}

.header-center_offer {
  margin-top: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-offer_consult {
  padding: 13px 31px;
  margin-left: 25px;
  border: 1px solid #fff;
  background-color: transparent;
  background-image: none;
  font-family: "Formular - Light";
  font-size: 1.6em;
  font-weight: 300;
  text-align: left;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header-offer_consult:hover {
  border: none;
  background-color: #2d3baf;
  padding: 14px 33px;
}

.header-offer_consult span {
  font-family: "Formular - Bold";
  font-weight: bold;
  border-bottom: 1px solid #fff;
  padding-bottom: 1px;
}

.header-bottom_inn {
  font-size: 1.4em;
  font-weight: 300;
  color: #fff !important;
}

.header-bottom_policy {
  padding-bottom: 3px;
  display: block;
  text-align: right;
  color: #fff;
  font-size: 1.4em;
  font-weight: 300;
  border-bottom: 1px solid #fff;
}

.form {
  display: none;
  position: relative;
  height: 100vh;
  padding-top: 50px;
  padding-bottom: 40px;
  margin: 0 auto;
  width: 100%;
  background: #ecedf1 url("../img/bg-1366.jpg") center center no-repeat;
  background-size: cover;
  border: 15px solid #fff;
}

.form .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.form-bottom_policy,
.form-bottom_inn {
  margin-top: 0px;
}

.step {
  height: auto;
  position: relative;
}

.step-question {
  font-size: 1.6em;
  font-weight: 300;
  line-height: 24px;
}

.step-title {
  margin-top: 34px;
  font-family: "Formular - Black";
  font-size: 3em;
  font-weight: 400;
  line-height: 39.69px;
}

.step-subtitle {
  margin-top: 15px;
  width: 181px;
  height: 32px;
  color: #ffffff;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 18px;
}

.step-answers {
margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.step-answer {
  margin-bottom: 14px;
  width: 256px;
  height: 64px;
  font-family: "Formular - Light";
  font-size: 1.6em;
  font-weight: 300;
  line-height: 18px;
  border-radius: 15px;
  background: #f1f3f9;
  transition: 0.5s all;
  display: flex;
  align-items: center;
  position: relative; /* Позволяет использовать абсолютное позиционирование внутри */
}

.step-answer:hover {
  background: #c3c3c5;
  cursor: pointer;
}

.step-answer_descr {
  display: flex;
  align-items: center;
}

.step-answer_descrspan {
  position: relative;
  margin-left: 48px; /* Для отступа от радиокнопки */
  display: block;
}

/* Скрываем стандартные радиокнопки */
.step-answer_descr input {
  display: none; /* Убираем стандартное отображение радиокнопки */
}

/* Создаем пользовательский стиль для радиокнопок */
.step-answer_descrspan::before {
  content: '';
  position: absolute;
  left: -28px; /* Позиция перед текстом */
  top: 2px;
  background-color: transparent; /* Изначальный цвет */
  width: 16px;
  height: 16px;
  border: 1px solid #ffffff; /* Граница радиокнопки */
  border-radius: 50%;
  transition: background-color 0.3s, border 0.3s; /* Плавный переход */
}

/* Стили для выбранного ответа */
.step-answer_descr input:checked + .step-answer_descrspan::before {
  background-color: #4caf50; /* Цвет, когда выбрана радиокнопка */
  border: 1px solid #ecedf1; /* Изменение цвета границы */
}

/* Стиль для текста описания */
.step-answer_descrspan span {
  font-size: 14px;
}

.step-next {
  width: 259px;
  height: 64px;
  border-radius: 15px;
  line-height: 0px;
}

.step-next:hover {
  cursor: pointer;
}

.step-next_noactive {
  background:#6a7985d9;
  visibility: hidden;
  transition: visibility 0s, opacity 1s ease-in-out;
}


.step2-answers {
  width: 540px;
}

.step {
  display: none;
}
#quiz-container .step {
  display: block;
}

.progress-container {
  width: 100%;
  background-color: #f3f3f3;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}

.progress-bar {
  height: 10px;
  width: 0;
  background-color: #4caf50;
  border-radius: 10px;
  transition: width 0.3s ease;
}

.progress-percent {
  position: absolute;
  top: -25px;
  right: 0;
  font-size: 14px;
  color: #333;
}


.result {
  display: none;
  height: 100vh;
  padding-top: 50px;
  padding-bottom: 40px;
  margin: 0 auto;
  width: 100%;
  background: #ecedf1 url("../img/bg-1366.jpg") center center no-repeat;
  background-size: cover;
  border: 15px solid #fff;
}

.result .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.result-center {
  height: 274px;
  display: none;
}

.result-title {
font-family: "Formular - Black";
    font-size: 2.6em;
    font-weight: 400;
    line-height: 60px;
    text-align: center;
}

#result-text {
	text-align: center;
  margin-top: 20px;
  font-size: 1.6em;
  font-weight: 300;
  line-height: 24px;
}

#result-text_2 {
  margin-top: 20px;
          font-size: 1.4em;
        text-align: center;
  font-weight: 300;
  line-height: 24px;
}

.result-form {
  margin-top: 44px;
}

.result-form_btn {
  margin-left: 15px;
}

.result-form_btn-noactive {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #fff;
}

.result-form_btn-noactive:hover {
  -webkit-transform: none;
  transform: none;
}

.result-form_input {
  padding: 25px 93px;
  border-radius: 5px;
  background-color: transparent;
  font-size: 1.6em;
  font-weight: 300;
  color: #6f6f6f;
  text-align: center;
  border: 1px solid #e3e3e3;
  vertical-align: top;
  color: #000;
}

.result-form_input:focus {
  outline: none;
}



@media (min-width: 1367px) {
  .header,
  .form,
  .result {
    
  }

  .right {
    right: 45px;
    z-index: -1;
  }

  .right .block {
    margin-top: 35px;
    width: 12px;
    height: 85px;
  }

  .right .block:first-child {
    margin-top: -20px;
  }

  .header-top_title {
    font-size: 2.4em;
  }

  .header-top_title-o {
    font-size: 2.4em;
  }

  .header-top_link {
    font-size: 1.4em;
  }

  .header-top_phone {
    font-size: 1.8em;
  }

  .header-bottom_inn,
  .header-bottom_policy {
    font-size: 1.6em;
  }

  .form {
    display: none;
    height: 100vh;
    padding-top: 50px;
    padding-bottom: 40px;
    margin: 0 auto;
    width: 100%;
    
    background-size: cover;
    border: 15px solid #fff;
  }

  .form-bottom_policy,
  .form-bottom_inn {
    margin-top: 90px;
  }

  .step {
    
  }

  .step-question {
    margin-top: 20px;
  }

  .step-title {
    margin-top: 34px;
  }

  .step-subtitle {
    margin-top: 54px;
    font-size: 1.6em;
  }

  .step-answers {
    margin-top: 20px;
    min-height: 330px;
  }

  .result-center {
    height: 289px;
  }

  #result-text {
    font-size: 1.8em;
	text-align: center;
  }

  #result-text_2 {
        font-size: 1.4em;
        text-align: center;
  }

  .modal {
    width: 465px;
    height: 649px;
  }

  .modal-k8 {
    margin-top: 165px;
  }
}

@media (min-width: 1680px) {
  .header,
  .form,
  .result {
     background: #fff;
  }
}

@media (min-width: 1920px) {
  .header,
  .form,
  .result {
     background: #fff;
  }
}

@media (min-height: 1080px) {
  .right {
    right: 45px;
    z-index: -1;
  }

  .right .block {
    margin-top: 40px;
    width: 12px;
    height: 105px;
  }

  .right .block:first-child {
    margin-top: -20px;
  }
}

@media (min-width: 576px) and (max-width: 1200px) {
  .right {
    right: 35px;
    z-index: 0;
  }

  .right .block {
    margin-top: 45px;
    width: 12px;
    height: 70px;
  }

  .right .block:first-child {
    margin-top: -5px;
  }

  .header-top_contacts {
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header-center {
    position: relative;
  }

  .header-center_title {
    font-family: "Formular - Black";
    font-size: 4.1em;
    font-weight: 400;
    line-height: 60px;
  }

  .header-center_title br {
    display: none;
  }

  .header-center_text {
    font-size: 1.6em;
    font-weight: 300;
    line-height: 24px;
  }

  .header-center_text br {
    display: none;
  }

  .header-center_text2 {
    margin-top: 34px;
  }

  .header-center_offer {
    margin-top: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header-offer_consult {
    padding: 0px 0px;
    margin-top: 15px;
    margin-left: 0px;
    border: 0px solid #fff;
    font-size: 1.4em;
  }

  .header-offer_consult:hover {
    border: none;
    background-color: transparent;
    padding: 0px 0px;
  }

  .header-bottom_inn {
    text-align: right;
    font-size: 1.4em;
    font-weight: 300;
    color: #fff !important;
  }

  .step-subtitle {
    margin-top: 74px;
  }

  .step-answers {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .step-answer {
    width: 256px;
    height: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .step-answer:hover {
    margin-top: -5px;
    cursor: pointer;
  }

  .step-answer:hover .step-answer_descrspan::before {
    background-color: none !important;
  }

  .step-answer_descr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .step-answer_descrspan {
    display: none;
    position: relative;
    margin-left: 57px;
    vertical-align: middle;
    display: block;
  }

  .step-answer_descrspan::before {
    content: '';
    position: absolute;
    left: -28px;
    
    display: block;
    vertical-align: middle;
    background-color: transparent;
    width: 16px;
    height: 16px;
    border: 1px solid #ffffff;
    border-radius: 50%;
  }

  .step-answer_descr input {
    display: none;
  }

  .step-answer_descr input:checked + span::before {
    background-color: #fff;
    border: 1px solid #ecedf1;
  }

  .step-answer_descr input:not(:checked) + span::before {
    background-color: transparent;
    border: 1px solid #ecedf1;
  }

  .result-center {
    height: auto;
  }

  #result-text {
    margin-top: 31px;
	text-align: center;
  }

  #result-text_2 {
    margin-top: 31px;
	  font-size: 1.4em;
        text-align: center;
  }

  .result-form {
    margin-top: 50px;
  }

  .result-form_btn {
    margin-left: 15px;
  }

  .result-form_btn-noactive {
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #fff;
  }

  .result-form_btn-noactive:hover {
    -webkit-transform: none;
    transform: none;
  }

  .result-form_input {
    padding: 25px 50px;
  }

  .modal {
    width: 464px;
    height: 611px;
  }

  .modal-k8 {
    margin-top: 130px;
  }
}

@media (max-width: 840px) {
  .right {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-center {
    position: relative;
  }

  .header-center_title {
    width: 520px;
    font-size: 3em;
    line-height: 35px;
  }

  .header-center_text {
    width: 468px;
    margin-top: 18px;
    font-size: 1.4em;
    font-weight: 300;
    line-height: 18px;
  }

  .header-center_text br {
    display: none;
  }

  .header-center_text2 {
    margin-top: 24px;
  }

  .header-center_offer {
    margin-top: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .header-offer_consult {
    padding: 0px 0px;
    margin-top: 0px;
    margin-left: 28px;
    border: 0px solid #fff;
    font-size: 1.4em;
  }

  .header-offer_consult:hover {
    border: none;
    background-color: transparent;
    padding: 0px 0px;
  }

  .header-bottom_inn {
    text-align: right;
    font-size: 1.4em;
    font-weight: 300;
  }

  .step-subtitle {
    margin-top: 44px;
    width: 200px;
  }

  .step-answers {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .step-answer {
    width: 256px;
    height: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .step-answer:hover {
    margin-top: -5px;
    cursor: pointer;
  }

  .step-answer:hover .step-answer_descrspan::before {
    background-color: none !important;
  }

  .step-answer_descr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .step-answer_descrspan {
    position: relative;
    margin-left: 57px;
    vertical-align: middle;
    display: block;
  }

  .step-answer_descrspan::before {
    content: '';
    position: absolute;
    left: -28px;
    
    display: block;
    vertical-align: middle;
    background-color: transparent;
    width: 16px;
    height: 16px;
    border: 1px solid #ffffff;
    border-radius: 50%;
  }

  .step-answer_descr input {
    display: none;
  }

  .step-answer_descr input:checked + span::before {
    background-color: #fff;
    border: 1px solid #ecedf1;
  }

  .step-answer_descr input:not(:checked) + span::before {
    background-color: transparent;
    border: 1px solid #ecedf1;
  }

  .step3 .step-title br {
    display: none;
  }

  .result-center {
    height: auto;
  }

  #result-text {
    margin-top: 31px;
	text-align: center;
  }

  #result-text_2 {
    margin-top: 31px;
	  font-size: 1.4em;
        text-align: center;
  }

  .result-form {
    margin-top: 50px;
  }

  .result-form_btn {
    margin-left: 15px;
  }

  .result-form_btn-noactive {
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #fff;
  }

  .result-form_btn-noactive:hover {
    -webkit-transform: none;
    transform: none;
  }

  .result-form_input {
    padding: 25px 50px;
  }

  .modal {
    width: 464px;
    height: 611px;
  }

  .modal-k8 {
    margin-top: 130px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .header-top_social {
    margin-top: -10px;
    text-align: left;
  }


	
	


  .header-center {
    position: relative;
  }

  .header-center_title {
    font-size: 3em;
    line-height: 35px;
  }

  .header-center_title br {
    display: block;
  }

  .header-center_text {
    width: 373px;
    margin-top: 23px;
    line-height: 18px;
  }

  .header-center_text br {
    display: none;
  }

  .header-center_text2 {
    margin-top: 20px;
  }

  .header-center_offer {
    margin-top: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .header-offer_consult {
    padding: 0px 0px;
    margin-top: 0px;
    margin-left: 28px;
    border: 0px solid #fff;
    font-size: 1.4em;
  }

  .header-offer_consult:hover {
    border: none;
    background-color: transparent;
    padding: 0px 0px;
  }

  .header-bottom_inn {
    text-align: left;
    font-size: 1.4em;
    font-weight: 300;
  }

  .step-title {
    margin-top: 24px;
    font-size: 2.4em;
  }

  .step-subtitle {
    margin-top: 29px;
    width: 200px;
  }

  .step-answers {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .step-answer {
    width: 240px;
    height: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .step-answer:hover {
    margin-top: -5px;
    cursor: pointer;
  }

  .step-answer:hover .step-answer_descrspan::before {
    background-color: none !important;
  }

  .step-answer_descr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .step-answer_descrspan {
    position: relative;
    margin-left: 53px;
    vertical-align: middle;
    display: block;
  }

  .step-answer_descrspan::before {
    content: '';
    position: absolute;
    left: -28px;
   
    display: block;
    vertical-align: middle;
    background-color: transparent;
    width: 16px;
    height: 16px;
    border: 1px solid #ffffff;
    border-radius: 50%;
  }

  .step-answer_descr input {
    display: none;
  }

  .step-answer_descr input:checked + span::before {
    background-color: #fff;
    border: 1px solid #ecedf1;
  }

  .step-answer_descr input:not(:checked) + span::before {
    background-color: transparent;
    border: 1px solid #ecedf1;
  }

  .step-next {
    width: 240px;
  }

  .step3 .step-title br {
    display: none;
  }

  .result-center {
    height: auto;
  }

  #result-text {
	  text-align: center;
    margin-top: 31px;
  }

  #result-text_2 {
    margin-top: 31px;
	  font-size: 1.4em;
        text-align: center;
  }

  .result-form {
    margin-top: 50px;
  }

  .result-form_btn {
    margin-left: 15px;
  }

  .result-form_btn-noactive {
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #fff;
  }

  .result-form_btn-noactive:hover {
    -webkit-transform: none;
    transform: none;
  }

  .result-form_input {
    padding: 25px 30px;
  }

  .modal {
    width: 464px;
    height: 611px;
  }

  .modal-k8 {
    margin-top: 130px;
  }
}

@media (max-width: 575px) {
  body {
      background: #fff;
    background-size: cover;
  }

  .no-desctop {
    display: block;
  }

  .no-mobile {
    display: none;
  }

  .right {
    display: none;
  }

  .header {
    position: relative;
    height: 100vh;
    padding-top: 50px;
    padding-bottom: 40px;
    margin: 0 auto;
    width: 100%;
     background: #fff;
    background-size: cover;
    border: 15px solid #fff;
    border: none;
    height: 100%;
    background-color: transparent;
    background-image: none;
  }

  .header-hide {
    text-align: right;
  }

  .header-top_title {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
  }

  .header-top_title-o {
    font-size: 14px;
    font-weight: 300;
    display: inline-block;
    margin-left: 3px;
    margin-top: 0px;
  }

  .header-top_social {
    display: none;
  }

  .header-top_link {
    margin-bottom: 9px;
  }

  .header-top_contacts {
    display: none;
  }

  .header-top_phone {
    display: block;
    font-family: "Formular - Black";
    font-size: 20px;
    font-weight: bold;
  }

  .header-top_btn {
    margin-top: 9px;
    font-size: 12px;
  }

  .header-center {
    margin-top: 66px;
  }

  .header-center_title {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
  }

  .header-center_text {
    margin-top: -33px;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
  }

  .header-center_text br {
    display: none;
  }

  .header-center_text2 {
    margin-top: 18px;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
  }

  .header-center_offer {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header-offer_btn {
    display: block;
    width: 100%;
  }

  .header-offer_consult {
    padding: 0px 0px;
    margin-top: 15px;
    margin-left: 0px;
    border: 0px solid #fff;
    font-size: 1.4em;
  }

  .header-offer_consult:hover {
    border: none;
    background-color: transparent;
    padding: 0px 0px;
  }

  .header-bottom_inn {
    display: none;
    color: #fff !important;
  }

  .header-bottom_policy {
    display: none;
  }

  .form {
    height: 100%;
    border: none;
    background-color: transparent;
    background-image: none;
  }

  .step {
    height: 100%;
  }

  .step-question {
    margin-top: 20px;
    font-size: 11px;
    line-height: 11px;
  }

  .step-title {
    margin-top: 13px;
    font-family: "Formular - Black";
    font-size: 16px;
    line-height: 16px;
  }

  .step-subtitle {
    margin-top: 18px;
    width: 175px;
    height: 27px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 300;
    line-height: 12px;
  }

  .step-answers {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .step-answer {
    margin-bottom: 15px;
    margin-right: 0px;
    width: 100%;
    height: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .step-answer:hover {
    margin-top: 0px;
    cursor: pointer;
  }

  .step-answer:hover .step-answer_descrspan::before {
    background-color: none !important;
  }

  .step-answer_descr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .step-answer_descrspan {
    position: relative;
    margin-left: 48px;
    vertical-align: middle;
    display: block;
  }

  .step-answer_descrspan::before {
    content: '';
    position: absolute;
    left: -28px;
    
    display: block;
    vertical-align: middle;
    background-color: transparent;
    width: 16px;
    height: 16px;
    border: 1px solid #ffffff;
    border-radius: 50%;
  }

  .step-answer_descr input {
    display: none;
  }

  .step-answer_descr input:checked + span::before {
    background-color: #fff;
    border: 1px solid #ecedf1;
  }

  .step-answer_descr input:not(:checked) + span::before {
    background-color: transparent;
    border: 1px solid #ecedf1;
  }

  .step-answer_descrone {
    text-align: center;
  }

  .step-next {
    width: 100%;
    height: 64px;
    border-radius: 5px;
    line-height: 0px;
  }

  .step-next:hover {
    cursor: pointer;
  }

  .step2-answers {
    width: 100%;
  }

  .step3 .step-title {
    width: 228px;
  }

  .step3 .step-title br {
    display: none;
  }

  .result {
    height: 100vh;
    padding-top: 50px;
    padding-bottom: 40px;
    margin: 0 auto;
    width: 100%;
    background: #fff;
    background-size: cover;
    border: 15px solid #fff;
    display: none;
    height: 100%;
    border: none;
    background-color: transparent;
    background-image: none;
  }

  .result-center {
    height: 100%;
  }

  .result-title {
    margin-top: 65px;
    font-family: "Formular - Black";
    font-size: 16px;
    line-height: 16px;
  }

  #result-text {
    width: 250px;
    margin-top: 17px;
    font-size: 14px;
	text-align: center;
    font-weight: 300;
    line-height: 16px;
  }

  #result-text br {
    display: none;
  }

  #result-text_2 {
    
    margin-top: 17px;

    font-weight: 300;
    line-height: 16px;
	  font-size: 1.4em;
        text-align: center;
  }

  #result-text_2 br {
    display: none;
  }

  .result-form {
    margin-top: 32px;
  }

  .result-form_input {
    display: block;
    padding: 21.5px 0px;
    width: 100%;
    border-radius: 5px;
    background-color: transparent;
    color: #ffffff;
    vertical-align: middle;
    color: #fff;
  }

  .result-form_input:focus {
    outline: none;
  }

  .result-form_btn {
    width: 100%;
    margin-left: 0px;
    margin-top: 15px;
  }

  /* .modal-overlay {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 99;
  } */

  .modal {
    position: absolute;
    top: 0%;
    left: 0%;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    border: 0px;
    border-radius: 0px;
    width: 100%;
    height: 100%;
    padding-top: 50px;
    padding-bottom: 40px;
    padding-left: 0px;
    background: #ccc;
    background-size: cover;
  }

  .modal-close {
    margin-top: -15px;
    font-size: 12px;
    text-align: right;
  }

  .modal-close span {
    display: inline-block;
    border-bottom: 1px solid #fff;
    padding-bottom: 3px;
  }

  .modal-title {
    margin-top: 63px;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
  }

  .modal-subtitle {
    margin-top: 11px;
    font-size: 14px;
    line-height: 14px;
  }

  .modal-form {
    margin-top: 26px;
  }

  .modal-form_input {
    width: 100%;
  }

  .modal-form_btn {
    width: 100%;
    margin-top: 15px;
  }

  .modal-warning {
    margin-top: 17px;
    width: 205px;
    font-size: 12px;
  }

  .modal-k8 {
    margin-top: 0;
    font-size: 14px;
    font-weight: 400;
  }

  .modal-k8 span {
    margin-left: 0px;
    margin-top: 0px;
    font-size: 14px;
    font-weight: 400;
  }

  .modal_thanks-overlay {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 99;
  }

  .modal_thanks-close {
    margin-top: -15px;
    font-size: 12px;
    text-align: right;
  }

  .modal_thanks-close span {
    display: inline-block;
    border-bottom: 1px solid #fff;
    padding-bottom: 3px;
  }

  .modal_thanks_warning {
    width: 269px;
    margin-top: 14px;
    font-size: 14px;
  }

  .modal_thanks_check {
    margin-top: 66px;
    margin-left: 0px;
  }

  .modal_thanks_check img {
    display: block;
    margin: 0 auto;
  }

  .modal_info-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 90;
  }

  .modal_info-overlay .modal-info {
    position: absolute;
    top: 0%;
    left: 0%;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    border: 0px;
    border-radius: 0px;
    width: 100%;
    height: 100%;
    padding-top: 50px;
    padding-bottom: 40px;
    padding-left: 0px;
    background: url("../img/360.jpg") center center no-repeat;
    background-size: cover;
  }

  .modal_info-overlay .modal-info_social {
    text-align: left;
    margin-top: 36px;
  }

  .modal_info-overlay .modal-info_contacts {
    display: block;
    margin-top: 62px;
    text-align: left;
  }

  .modal_info-overlay .modal-info_close {
    text-align: right;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }

  .modal_info-overlay .modal-info_close span {
    font-size: 1.2em;
    border-bottom: 1px solid #fff;
    padding-bottom: 3px;
  }

  .modal_info-overlay .modal-info_close:hover {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
    cursor: pointer;
  }

  .modal_info-overlay .modal-info_inn {
    margin-top: 47px;
    font-size: 1.4em;
    font-weight: 300;
    color: #fff !important;
  }
}

@media (max-width: 577px) and (min-height: 800px) {
  .step3 {
    height: 430px;
  }

  .step4 {
    height: 430px;
  }
}


#quiz-container, .step {
  visibility: hidden;
  transition: visibility 0s, opacity 1s ease-in-out;
}

/* .button {
  visibility: hidden;
  transition: visibility 0s, opacity 1s ease-in-out;
} */

/* .form, #quiz-container, .result-center {
  visibility: hidden;
  opacity: 0;
} */


.result-center {
  display: none;
}

button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}


/* Исходное состояние - скрытое */
.hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease; /* Анимация на 0.5 секунды */
}

/* Видимое состояние */
.visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease, visibility 0.5s ease; /* Анимация на 0.5 секунды */
}

.hiddenly {
  display: none !important;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal {
  color:#fff;
  background-color: #373535;
  padding: 20px;
  border-radius: 8px;
  width: 400px;
  max-width: 100%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
}

h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.offer-timer {
  background-color: #f44336;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 20px;
  font-weight: bold;
}

.offer-timer span {

}
.blurred {
    filter: blur(5px); /* Размытие */
}

.plan-options {
  margin-bottom: 20px;
}

.plan {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 10px;
  transition: border-color 0.3s, background-color 0.3s;
  position: relative;
  cursor: pointer;
}

.plan:hover {
  border-color: #007BFF;
}

.plan input[type="radio"] {
  display: none;
}

.plan input[type="radio"] {
  display: none;
}

.plan.selected {
  border-color: #007BFF;
  background-color: #868c8f;
  color: black;
}

.plan.selected .plan-info small {
  display: block;
  color: black;
}

.plan-info {
  text-align: left;
}

.plan-price {
  text-align: right;
}

.plan .plan-info small {
  display: block;
  color: #888;
}

.plan-price small {
  display: block;
  color: #888;
}

.popular {
  border-color: #007BFF;
}

.popular .tag {
  position: absolute;
  top: -10px;
  left: 10px;
  background-color: #007BFF;
  color: #fff;
  font-size: 12px;
  padding: 3px 5px;
  border-radius: 3px;
}

.guarantee {
  margin-bottom: 20px;
  font-size: 14px;
  color: #007BFF;
}

.get-plan-btn {
  background-color: #007BFF;
  color: white;
  border: none;
  padding: 15px 20px;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.get-plan-btn:hover {
  background-color: #0056b3;
}

.auto-renew-info {
  font-size: 12px;
  color: #888;
  margin-top: 10px;
}

.fade-out {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.fade-in {
  opacity: 1;
  transition: opacity 0.3s ease;
}