@charset "UTF-8";
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/Roboto/roboto-300.woff2'); 
  src: local(''),
       url('../fonts/Roboto/roboto-300.woff2') format('woff2'),
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Roboto/roboto-400.woff2'); 
  src: local(''),
       url('../fonts/Roboto/roboto-400.woff2') format('woff2'),
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/Roboto/roboto-500.woff2'); 
  src: local(''),
       url('../fonts/Roboto/roboto-500.woff2') format('woff2'),
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/Roboto/roboto-700.woff2'); 
  src: local(''),
       url('../fonts/Roboto/roboto-700.woff2') format('woff2'),
}

* {
  margin: 0;
  padding: 0;
  outline: none !important;
}
*, ::after, ::before{
	box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

a, a:focus, a:hover {
  color: #ffffff;
}

a:focus {
  text-decoration: none;
}
img{
	max-width: 100%;
}
dl, ol, ul {
  margin-top: 0;
  margin-bottom: 0;
}

body {
  font: 16px/18px "Roboto", "Arial", sans-serif;
	position: relative;
	overflow-x: hidden;
	color: #000000;
}

body.bodyBgFixed {
  background-attachment: fixed;
  background-position: center bottom;
}

img {
  border: none;
}

.clear {
  clear: both;
}

a.mgreen {
  font-size: 20px;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  flex-wrap: wrap;
  color: #fff;
  border: 1px solid #48d20b;
  background: linear-gradient(to top, #139e07, #43e435);
  width: 100%;
  height: 76px;
  border-radius: 36px;
  position: relative;
  /* margin-left: 35px; */
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}

a.mgreen:hover {
  opacity: 0.7;
}
.main_header{
	position: relative;
	background-image: url(../images/header_bg.jpg);
	background-size: cover;
	background-position: top right;
	padding: 25px 15px 0;
}
.main {
  margin: auto;
  width: 1296px;
max-width: 100%;
position: relative;
}
.block-1{
    position: relative;
}
main{
	position: relative;
	background-image: url(../images/main_bg.jpg);
	background-size: cover;
	background-position: top right;	
}
.quiz {
  margin: auto;
  width: 1080px;
	max-width: 100%;
}

.quiz .quiz-wrapper {
  /* display: table; */
  margin-left: auto;
  margin-right: auto;
  padding-left: 90px;
  padding-right: 90px;
  padding-bottom: 40px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 43px #5e8eaa;
  box-sizing: border-box;
}
/* .quiz .quiz-wrapper .quiz-unwrapper {
  width: calc( 100% + 220px);
  margin-left: -110px;
} */
.quiz-wrapper.full_width{
	padding: 0 0 40px;
}
.quiz-head {
  font-size: 20px;
  font-weight: 100;
  text-align: center;
  color: #000000;
  padding-top: 40px;
  padding-bottom: 30px;
  line-height: 1.2;
}

.quiz-head b {
  font-weight: 500;
}

.quiz .steps-progress-wrapper {
  margin-bottom: 10px;
}

.quiz .steps-progress {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.quiz .steps-progress .step-mark {
  width: calc(100% / 4 - 32px * 3 / 4);
  height: 35px;
  position: relative;
  text-align: center;
  padding-top: 13px;
  box-sizing: border-box;
}

.quiz .steps-progress .step-mark span {
  font-weight: 300;
  font-size: 13.25px;
  line-height: 1.35;
  text-align: center;
  color: #000000;
}

.quiz .steps-progress .step-mark::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 10px;
  background: #d9f3fd;
}

.quiz .steps-progress .step-mark::before {
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}

.quiz .steps-progress .step-mark[data-active="1"]::before {
  background: #00bff3;
}

.quiz .steps-progress.mfinal .step-mark[data-active="1"]::before {
  background: #29be1c;
}
.quiz-step.mfinal{
	padding-bottom: 20px;
	position: relative;
}
.quiz .quiz-step-title {
  font-family: Roboto;
  font-size: 32px;
  font-weight: bold;
  color: #000000;
  line-height: 1;
}

.quiz .quiz-step-description {
  font-size: 20px;
  font-weight: 100;
  color: #000000;
  line-height: 1;
  padding-top: 1em;
  padding-bottom: 1em;
}

.quiz-step-body {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  flex-wrap: nowrap;
}

.quiz-step-body > .mleft {
  width: calc(100% * 2 / 3 - 22px * 2 / 3);
}

.quiz-step-body > .mright {
  width: calc(100% * 1 / 3 - 22px * 2 / 3);
  margin-bottom: 22px;
}

.input_with_img-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.input_with_img-item {
  border: 2px solid #dde7ed;
  border-radius: 7px;
  overflow: hidden;
  width: calc(100% / 2 - 22px * 1 / 2);
  margin-bottom: 22px;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}

.input_with_img-item:hover {
  box-shadow: 0 0 43px rgba(94, 142, 170, 0.5);
}

.input_with_img-item label {
  cursor: pointer;
}

.input_with_img-item .mava {
  max-height: 150px;
  overflow: hidden;
}

.input_with_img-item .mava img {
  width: 100%;
  max-height: 100%;
  display: block;
}

.input_with_img-item .mtitle {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  height: 60px;
  font-size: 18px;
  font-weight: 300;
  color: #000000;
  position: relative;
  padding-left: 55px;
  box-sizing: border-box;
}

.input_with_img-item.mytext .mava {
  /* height: 170px; */
  position: relative;
}

.input_with_img-item.mytext .mava img {
  opacity: 0;
}

.input_with_img-item.mytext .mava textarea {
  font-size: 17.22px;
  font-weight: 300;
  color: #000000;
  line-height: 1;
  text-decoration: none;
  width: 100%;
  height: 100%;
  resize: none;
  padding: 1em;
  box-sizing: border-box;
  border: none;
  /* background: transparent; */
  background: #d9e8f5;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
}

.input_with_img-item.mytext .mava textarea::placeholder {
  padding-top: 2em;
  text-align: center;
  color: #000000;
}

.input_with_img-item.mytext .mtitle {
  color: #a8b5be;
}

.input_with_img-item input {
  display: none;
}

.input_with_img-item input[type=checkbox] + .mtitle::before {
  content: " ";
  display: block;
  width: 23px;
  height: 23px;
  border: 2px solid #18a60c;
  border-radius: 2px;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -11.5px;
  margin-left: 16px;
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}

.input_with_img-item input[type=checkbox] + .mtitle::after {
  content: "✔︎";
  display: block;
  width: 23px;
  height: 23px;
  box-sizing: border-box;
  font-size: 22px;
  color: #18a60c;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -9px;
  margin-left: 16px;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}

.input_with_img-item input[type=checkbox]:checked + .mtitle::after {
  opacity: 1;
  color: #fff;
}

.input_with_img-item input[type=checkbox]:checked + .mtitle::before {
  background: #18a60c;
}

.input_with_img-item input[type=radio] + .mtitle::before {
  content: " ";
  display: block;
  width: 23px;
  height: 23px;
  border: 2px solid #18a60c;
  border-radius: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -11.5px;
  margin-left: 16px;
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}

.input_with_img-item input[type=radio] + .mtitle::after {
  content: " ";
  display: block;
  width: 11px;
  height: 11px;
  box-sizing: border-box;
  border-radius: 100%;
  font-size: 22px;
  background: #18a60c;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
  margin-left: 22px;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}

.input_with_img-item input[type=radio]:checked + .mtitle::after {
  opacity: 1;
  color: #fff;
}

.input_with_img-item input[type=radio]:checked + .mtitle::before {
  /* background: #18a60c; */
}

.quiz-step-button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  margin-top: 10px;
}

.qbutton {
  font-family: Roboto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  border-radius: 10px;
  height: 53px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  text-decoration: none;
  box-shadow: 0 5px #1c9612;
  position: relative;
}

.qbutton:hover {
  text-decoration: none;
}

/* .qbutton::before{
    content: ' ';
    display: block;

    background: url(../images/mark-button.png) no-repeat center center;
    width: 60px;
    height: 59px;

    position: absolute;
    top: 0;
    right: 26%;
} */
.qbutton[data-id=quiz-prev-question] {
  color: #808b92;
  border: 1px solid #808b92;
  margin-right: 25px;
  box-shadow: none;
}

.qbutton[data-id=quiz-prev-question]::before {
  content: " ";
  display: inline-block;
  background: url(../images/arrow-quiz-step-button-right.svg) no-repeat;
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 10px;
  margin-right: 8px;
  filter: brightness(0.5);
  transform: rotate(180deg);
}

.qbutton[data-id=quiz-next-question]::after {
  content: " ";
  display: inline-block;
  background: url(../images/arrow-quiz-step-button-right.svg) no-repeat;
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 10px;
  margin-left: 5px;
}

.qbutton[data-id=quiz-next-question] {
  color: #fff;
  border: 1px solid #48d20b;
  background: url("../images/mark-button.png") no-repeat 90% 0, linear-gradient(to top, #139e07, #43e435);
  animation: button_back 2s linear infinite;
	width: 250px;
	max-width: 50%;
}
.qbutton[data-id=quiz-next-question].disabled,
a.submit-all.disabled, .submit-modal.disabled{
    border: 1px solid #a0a0a0;
    background: url("../images/mark-button.png") no-repeat 90% 0, linear-gradient(to top, #d9d9d9, #a0a0a0);
    box-shadow: 0 5px #a0a0a0;
}

@keyframes button_back {
  0% {
    background-position: 90% 0;
  }
  15% {
    background-position: 160% 0;
  }
  15.0000001% {
    background-position: -60% 0;
  }
  32% {
    background-position: 90% 0;
  }
  100% {
    background-position: 90% 0;
  }
  /*29% { background-size: auto 200%, auto auto; }
  30% { background-position-x: -30%; }
  31% { background-position-x: 130%; }
  40% { background-position-x: 90%; }*/
}
.mava-question {
  background: url(../images/ico-question.png) no-repeat center center #d9e8f5;
  width: 100%;
  height: 100%;
}

.quiz-step_2-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.quiz-step_2-image {
  position: relative;
}

.quiz-step_2-image::before {
  content: " ";
  display: block;
  background: url(../images/ico-i.png) no-repeat center center;
  background-size: 100% auto;
  /* width: 43px;
  height: 43px; */
  width: 29px;
  height: 29px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  margin-top: 8px;
  margin-left: 8px;
}

.quiz-right-wrapper {
  background: #fff;
  height: 100%;
	border: 1px solid #1BAA0F;
	border-radius: 10px;
	position: relative;
}

.quiz-right-wrapper .mbody {
  width: 100%;
  height: 100%;
  position: relative;
	width: 280px;
	padding: 0 10px 40px;
	margin: auto;
	max-width: 100%;
}

.quiz-right-wrapper .mtitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  text-align: center;
  padding: 20px 0 15px;
}
.mblue{
	background: #00BFF3;
	border: 2px dashed #FFFFFF;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
	padding: 14px 5px;
}
.mblue b{
	font-size: 18px;
	display: block;
	margin: 5px 0 7px;
}
.mblue span{
	font-size: 12px;
}
.quiz-right-wrapper .mimg {
  text-align: center;
}

.quiz-right-wrapper .mimg{
  position: relative;
	top: -15px;
  height: 21vh;
	max-height: 200px;
}
.quiz-right-wrapper .mimg img{
	max-height: 100%;
	display: block;
	margin: auto;
}
.mright_red{
	color: #FB664F;
	font-weight: 700;
}
.quiz-right-wrapper .mfooter {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
	box-sizing: border-box;
  font-size: 15px;
  background: #1BAA0F;
	padding: 13px 10px;
	color: #fff;
	border-radius: 0px 0px 8px 8px;
  text-align: center;
}

a.mail {
  font-size: 16px !important;
  margin-top: 2px;
}

.step_3-input-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.step_3-input-item {
  width: calc(100% / 3 - 40px * 2 / 3);
  margin-bottom: 40px;
}

.step_3-input-item .mava {
  position: relative;
  height: 151px;
  border: 2px solid #dde7ed;
  border-radius: 6px;
}

.step_3-input-item .mava.a1 {
  background: url(../images/pic-step_3-1.png) no-repeat center 15px;
}

.step_3-input-item .mava.a2 {
  background: url(../images/pic-step_3-2.png) no-repeat center 15px;
}

.step_3-input-item .mava.a3 {
  background: url(../images/pic-step_3-3.png) no-repeat center 15px;
}

.step_3-input-item .mava.a4 {
  background: url(../images/pic-step_3-4.png) no-repeat center 15px;
}

.step_3-input-item .mava.a5 {
  background: url(../images/pic-step_3-5.png) no-repeat center 15px;
}

.step_3-input-item .minput {
  position: relative;
  margin-top: 8px;
}

.step_3-input-item .minput input {
  font-size: 20px;
  font-weight: 100;
  color: #000000;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  border: 2px solid #dde7ed;
  border-radius: 6px;
  width: 100%;
  height: 31px;
  box-sizing: border-box;
}

.step_3-input-item .minput a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  font-size: 20px;
  font-weight: 100;
  color: #000000;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  position: absolute;
  top: 0;
  width: 45px;
  height: 31px;
  z-index: 5;
  border: 2px solid #dde7ed;
  border-radius: 6px;
  box-sizing: border-box;
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}

.step_3-input-item .minput a:hover {
  background: #dde7ed;
}

.step_3-input-item .minput a[data-id=minus] {
  left: 0;
}

.step_3-input-item .minput a[data-id=plus] {
  right: 0;
}

.step_3-input-item .mtitle {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: 8px;
  width: 100%;
  font-size: 16px;
  font-weight: 100;
  color: #000000;
  line-height: 1;
  text-decoration: none;
  text-align: center;
}

.quiz-step_5-wrapper {
  display: flex;
  /* align-items: center; */
  /* justify-content: space-between; */
  flex-wrap: nowrap;
}
.quiz-step_5-wrapper .qbutton{
	margin: auto;
}
/* .quiz-step.mfinal {
  width: calc(100% + 54px);
  margin-left: -54px;
} */

.quiz-step.mfinal .quiz-step-body > .mleft{
  width: 382px;
	max-width: 60%;
	margin-left: auto;
	margin-right: 60px;
	text-align: center;
}
.quiz-step.mfinal .quiz-step-body > .mright{
	width: 325px;
	max-width: 40%;
}
.quiz-step.mfinal .quiz-step-body {
  align-items: flex-start;
}

.quiz-step.mfinal .quiz-step-title {
  text-align: center;
	font-size: 26px;
  margin-bottom: 25px;
}

.quiz-step.mfinal .quiz-right-wrapper .mtitle {
  font-size: 25px;
  font-weight: bold;
  padding-top: 23px;
  padding-bottom: 18px;
}

.quiz-step.mfinal .quiz-right-wrapper .mdescription {
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1;
  text-decoration: none;
  text-align: center;
}

.quiz-step.mfinal .quiz-right-wrapper {
  position: relative;
}

.quiz-step_5-center {
  margin: auto;
}

input[name=tel],
input[name=tel2],
input[name=name]{
  font-size: 18px;
  font-weight: 500;
  color: #444b55;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  border: 1px solid #29be1c;
  border-radius: 32px;
  width: 275px;
  height: 60px;
  /* margin: 20px 0; */
  margin: 0 0 20px;
}

a.submit-all, .submit-modal {
  /* display: inline-flex; */
  font-size: 18px;
  color: #fff;
  border: 1px solid #48d20b;
  /* background: linear-gradient(to top, #139e07, #43e435); */
  background: url(../images/mark-button.png) no-repeat 90% 0, linear-gradient(to top, #139e07, #43e435);
  width: 275px;
  cursor: pointer;
  animation: button_back 2s linear infinite;
}
a.submit-all img, .submit-modal img{
	margin-left: 10px;
}
.submit-modal {
  width: 100%;
}
.submit-modal.w-auto {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.quiz-step_5-image {
  bottom: 20px;
	position: absolute;
	left: -130px;
}

.quiz-step.mfinal .title-center {
  white-space: nowrap;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  line-height: 1;
  text-decoration: none;
  margin-top: 17px;
  margin-bottom: 37px;
}

.final-spinner {
  padding-top: 21px;
  padding-bottom: 10px;
  height: 130px;
  position: relative;
	display: flex;
	justify-content: center;
}

.final-description {
  font-size: 28px;
	font-weight: 500;
	text-align: center;
  color: #000000;
  line-height: 1.1;
  text-decoration: none;
  opacity: 0;
  transition: all 1.5s;
}
.final-description .accent{
	color: #1BAA0F;
}
.final-description b {
  font-weight: 600;
}

.br-onlymobile {
  display: none;
}

.quiz-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  color: #B7B7B7;
  line-height: 1;
  text-decoration: none;
  padding-top: 30px;
  padding-bottom: 30px;
}

.quiz-footer a {
  color: #b1bdc5;
	display: inline-block;
	margin-top: 10px;
  text-decoration: underline;
}

.quiz-footer a:hover {
  text-decoration: none;
}

/* Радиокнопки */
.messengers{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
		width: 288px;
		margin: auto;
}
.messengers label,
.messengers .radio-custom{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	/* width: 33%; */
}
.messengers .radio-custom label{
	font-size: 11px;
	line-height: 13px;
	text-align: center;
	padding: 0 0 30px;
}
.messengers .radio-custom label::before {
	top: auto;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 20px;
	height: 20px;
	background-image: url(../images/radio_active.svg);
	background-size: contain;
	background-position: center;
	filter: grayscale(1);
	border: none
}
.messengers .radio-custom input:checked + label::before{
	filter: grayscale(0);
}
.messengers .radio-custom input:checked + label::after{
	display: none;
}
.messengers .radio-custom input:checked + label .radio-custom--icon{
	filter: grayscale(0);
}
.radio-custom--icon{
	width: 36px;
	margin-bottom: 10px;
	filter: grayscale(1);
	transition: all .35s ease-out;
}
.radio-custom {
  position: relative;
  /* height: 22px; */
  /* margin-bottom: 10px; */
  margin-bottom: 20px;
  /* display: table;
  margin-left: auto;
  margin-right: auto; */
}

.radio-custom input {
  display: none;
}

.radio-custom label {
  position: relative;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.375;
  /* identical to box height */
  /* text-align: center; */
  text-align: left;
  color: #333333;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  /* padding-left: 52px; */
  padding-left: 34px;
  height: 100%;
  cursor: pointer;
}

.radio-custom label::before {
  content: " ";
  display: block;
  width: 23px;
  height: 23px;
  border: 2px solid #18a60c;
  border-radius: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -11.5px;
  margin-left: 0;
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}

.radio-custom label::after {
  content: " ";
  display: block;
  width: 11px;
  height: 11px;
  box-sizing: border-box;
  border-radius: 100%;
  font-size: 22px;
  background: #18a60c;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
  margin-left: 6px;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}

.radio-custom input:checked + label::before {
  opacity: 1;
  color: #fff;
}

.radio-custom input:checked + label::after {
  opacity: 1;
}

/*  / Радиокнопки */
.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.topbar-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  margin-top: 5px;
}

.topbar-logo img {
  height: 70px;
}

.topbar-logo-title {
  font-size: 16px;
	line-height: 19px;
  margin-left: 37px;
	padding-top: 10px;
}
.topbar-right{
	display: flex;
}
.topbar-tel {
  text-align: right;
}
.topbar-mobile{
	display: none;
}
.topbar-tel a {
  display: block;
	color: #000;
	font-size: 18px;
	line-height: 21px;
	margin-bottom: 3px;
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}

.topbar-tel a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.topbar-tel .onoff {
  display: inline-block;
	position: relative;
  padding-left: 15px;
}
.topbar-tel .onoff:before{
	position: absolute;
	content: '';
	width: 7px;
	height: 7px;
	border-radius: 50%;
	top: 5px;
	left: 0;
	background: #15DF11;
}
.leg-1 {
  font-size: 42px;
  font-weight: 700;
  color: #1BAA0F;
  line-height: 1;
  margin-top: 1.5em;
	position: relative;
	display: inline-block;
}
.waranty{
	position: absolute;
	bottom: -16px;
	right: 19%;
	transform: translate(100%, 100%);
	width: 282px;
}
.waranty.mob{
	display: none;
}
.leg-2 {
  font-size: 28px;
  line-height: 32px;
  margin-top: 1em;
}

.leg-3 {
  display: flex;
	position: relative;
}
.header_woomen{
    position: absolute;
    right: 34%;
    bottom: 0;
    transform: translateY(102%);
    width: 320px;
}
.header_woomen.mobile{
	display: none;
}
.real_sale{
    position: absolute;
    top: 75px;
    right: -260px;
}
.leg-item{
	display: flex;
	margin-top: 41px;
	font-size: 18px;	
}
.leg-item:first-of-type{
	margin-right: 60px;
}
.leg-item_icon{
	width: 30px;
	min-width: 30px;
	margin-right: 20px;
}
.leg-4 {
  font-size: 18px;
	line-height: 21px;
  font-weight: 500;
  color: #17a40b;
  line-height: 1;
  text-decoration: none;
  transition: 1s linear;
  /* animation: e 2s linear infinite; */
  margin-top: 0.5em;
	border: 1px solid #1BAA0F;
	border-radius: 10px;
	display: inline-block;
	padding: 20px;
	margin: 34px 0 12px;
}
.leg-4 b{
	font-weight: 900;
}
@keyframes e {
  0% {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.1), 0 0 40px #fffc00, 0 0 5px rgba(0, 0, 0, 0.1), 0 0 40px #fffc00, 0 0 5px rgba(0, 0, 0, 0.1), 0 0 40px #fffc00, 0 0 5px rgba(0, 0, 0, 0.1), 0 0 40px #fffc00;
  }
  25% {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.1), 0 0 20px #fffc00, 0 0 5px rgba(0, 0, 0, 0.1), 0 0 20px #fffc00, 0 0 5px rgba(0, 0, 0, 0.1), 0 0 20px #fffc00, 0 0 5px rgba(0, 0, 0, 0.1), 0 0 20px #fffc00;
  }
  50% {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.1), 0 0 10px #fffc00;
  }
  75% {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.1), 0 0 20px #fffc00, 0 0 5px rgba(0, 0, 0, 0.1), 0 0 20px #fffc00, 0 0 5px rgba(0, 0, 0, 0.1), 0 0 20px #fffc00, 0 0 5px rgba(0, 0, 0, 0.1), 0 0 20px #fffc00;
  }
  to {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.1), 0 0 40px #fffc00, 0 0 5px rgba(0, 0, 0, 0.1), 0 0 40px #fffc00, 0 0 5px rgba(0, 0, 0, 0.1), 0 0 40px #fffc00, 0 0 5px rgba(0, 0, 0, 0.1), 0 0 40px #fffc00;
  }
}
.leg-5 {
  font-size: 22px;
	line-height: 26px;
  line-height: 26px;
  margin-top: 1.4em;
}

.leg-6 {
  margin-top: 25px;
}
.fwm{
	font-weight: 500;
}
a.button-leg_6 {
  font-size: 22px;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  flex-wrap: wrap;
  width: 440px;
	height: 80px;
	background: linear-gradient(180deg, #FF9A8B 0.31%, #FB664F 100%);
	border: 1px solid #FF9A8B;
	box-sizing: border-box;
	box-shadow: 0px 5px 0px #C41A00;
	border-radius: 10px;
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  animation: button_back 2s linear infinite;
}

a.button-leg_6 .mbig {
  font-weight: 700;
	text-transform: uppercase;
}

a.button-leg_6 .msmall {
  font-weight: 500;
}

a.button-leg_6:hover {
  text-decoration: none;
  opacity: 0.7;
}

a.button-leg_6::before {
  content: " ";
  display: block;
  background: url(../images/ico-calc.png) no-repeat center center;
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 120px;
  height: 109px;
  position: absolute;
  top: -5px;
  right: -25px;
  z-index: 5;
}

a.button-leg_6::after {
  content: " ";
  display: block;
  background: url(../images/button-leg_6-arr.png) no-repeat center center;
  width: 68px;
  height: 89px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  margin-top: -30px;
  margin-right: -82px;
}

.leg-7 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  margin-top: 27px;
}
.icon_plus{
	margin-right: 10px;
}
.leg-7 .mtext {
  font-size: 20px;
}

.leg-7 .mtext .mt1 {
  color: #010101;
}

.leg-7 .mtext .mt2 {
  color: #54b14c;
  margin-top: 0.2em;
}
.leg-8{
	display: flex;
	margin: 15px 0 0;
	font-size: 18px;
	line-height: 21px;
}
.leg-8 .mava{
	margin: 0 20px;
}
.leg-8 .mt2{
	padding-top: 20px;
}	
.leg-8 strong{
	display: block;
	margin-bottom: 5px;
	color: #FB664F;
}
.leg-8 span{
	font-size: 14px;
	line-height: 16px;
	display: inline-block;
}
.quiz-footer-mobile {
  display: none;
  font-size: 16px;
  color: #bbbbbb;
  line-height: 1.5;
  text-decoration: none;
  text-align: center;
}

.quiz-footer-mobile a {
  text-decoration: none;
  font-size: 16px;
  color: #bbbbbb;
}

.quiz-footer-mobile a:hover {
  text-decoration: none;
  font-size: 16px;
  color: #bbbbbb;
}

.disabled {
  cursor: not-allowed;
  position: relative;
}

.disabled.qbutton[data-id=quiz-next-question]::before {
  content: "Пожалуйста, выберите вариант ответа";
  display: block;
  position: absolute;
  top: -30px;
  font-size: 12px;
  font-weight: 700;
  color: #000;
  line-height: 1;
  text-decoration: none;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}


.disabled.showhint.qbutton[data-id=quiz-next-question]::before {
  opacity: 1;
}


.disabled.submit-all::before {
  content: "Чтобы получить результат, введите телефон";
  display: block;
  position: absolute;
  top: -15px;
  /* font-size: 12px; */
  font-size: 10.5px;
  font-weight: 700;
  color: #000;
  line-height: 1;
  text-decoration: none;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}

.disabled.submit-all::after {
  content: "Введите корректный номер телефона";
  display: block;
  position: absolute;
  top: -15px;
  /* font-size: 12px; */
  font-size: 11px;
  font-weight: 700;
  color: red;
  line-height: 1;
  text-decoration: none;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}

.disabled.showhint.submit-all::before {
  opacity: 1;
}

.disabled.showhint2.submit-all::after {
  opacity: 1;
}

.circle-progress-value {
  stroke-width: 8px;
  stroke: #1BAA0F;
}

.circle-progress-circle {
  stroke: white;
  stroke-width: 22px;
  fill: white;
}

.circle-progress-text {
  font-size: 14px;
  font-weight: 500;
  fill: #1BAA0F;
	
}
.progress{
	position: relative;
}
.final-spinner{
	margin-bottom: 20px;
}
.progress.complete:before{
	position: absolute;
	content: '';
	width: 38px;
	height: 47px;
	background-image: url(../images/green_check.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.circle-progress-svg {
  /*
      width: 200px;
      height: auto;
      ...
      */
}

.circle-progress-circle {
  /*
      stroke-width: 6px;
      stroke: hsl(39, 100%, 85%);
      ...
      */
}

.circle-progress-value {
  /*
      stroke-width: 6px;
      stroke: hsl(39, 100%, 50%);
      ...
  */
}

.circle-progress-text {
  /*
      fill: hsl(39, 100%, 50%);
      ...
  */
}

.circle-progress-text-value {
  /*
      fill: red;
      ...
  */
}

.circle-progress-text-max {
  /*
      fill: red;
      ...
  */
}

@keyframes d {
  0%, to {
    /* top:calc(100% + 60px) */
    /* top:calc(100% - 100px) */
    top: calc(100% + 0px);
  }
  50% {
    /* top:calc(100% + 120px) */
    /* top:calc(100% - 160px) */
    top: calc(100% + 60px);
  }
}
.quiz {
  position: relative;
}

.quiz-step.mresult {
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}

.quiz-step.mresult.blink {
  position: absolute;
  bottom: -100px;
  left: 0;
  z-index: 10;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  height: 200px;
  overflow: hidden;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 43px #5e8eaa;
  animation: d 2s ease infinite;
}

.quiz-step.mresult.blink .step-result-title::before {
  background: url(../images/ico-lock_closed.png) no-repeat center center;
	width: 77px;
  height: 96px;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 55%;
	transform: translateY(-50%)
}

.quiz-step.mresult.blink .step-result-block_1 > .mleft {
  opacity: 0;
}
.quiz-step.mresult:not(.blink){
	padding-top: 65px;
	position: relative;
	margin-top: 120px;
}
.quiz-step.mresult:not(.blink) .step-result-title--wrap{
	position: absolute;
	top: -120px;
	left: 50%;
	transform: translateX(-50%);
	margin: auto;
}
.step-result-title--wrap{
  text-align: center;
  padding: 17px 10px;
  background: #1BAA0F;
	border-radius: 10px;
  margin: 60px auto;
	width: 900px;
	max-width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;	
}
.step-result-title{
	position: relative;
	padding-left: 80px;
	font-weight: bold;
	font-size: 26px;
	line-height: 30px;
	color: #fff;
}
.step-result-title::before {
  content: " ";
  background: url(../images/ico-lock_opened.png) no-repeat center center;
	width: 77px;
  height: 96px;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 55%;
	transform: translateY(-50%)
}


.step-result-block_1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
	width: 670px;
	margin: 0 auto;
	padding-bottom: 60px;
	font-size: 18px;
	line-height: 21px;
}
.step-result-block_1--manager{
	background: #fff;
	box-shadow: 0px 7px 33px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	padding: 20px;
	width: 200px;
	min-width: 200px;
}
.step-result-block_1 > .mleft {
  margin-right: 30px;
}

.step-result-block_1 > .mleft .mname {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  line-height: 21px;
  text-align: center;
  margin: 10px 0;
}

.step-result-block_1 > .mleft .mdescription {
  font-size: 14px;
	line-height: 16px;
  text-align: center;
}
.step-result-block_1--title{
	font-weight: 500;
	font-size: 22px;
	line-height: 25px;
}
.step-result-block_1 > .mright p {
  margin-bottom: 1em;
	font-weight: 400;
}

.step-result-block_1 > .mright p .mred {
  color: #ff0000;
}

.step-result-block_2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  margin-top: 60px;
  margin-bottom: 34px;
}

.step-result-block_2 > .mleft .mava {
  margin-right: 24px;
}

.step-result-block_2 > .mright .mdescription {
  font-size: 18px;
  font-weight: 300;
  color: #000000;
  line-height: 1.2;
  text-decoration: none;
}

.step-result-table {
  margin-bottom: 65px;
  border: 2px dashed #31cbf5;
  border-radius: 5px;
  display: flex;
  /* align-items: center; */
  /* justify-content: center; */
  flex-wrap: nowrap;
}

.step-result-table .col-left {
  width: 25%;
}

.step-result-table .col-right {
  width: 75%;
}

.step-result-table .col-right-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}

.step-result-table .mhead {
  background: #31cbf5;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  border-right: 1px dashed #fff;
  box-sizing: border-box;
}

.step-result-table .mhead2 {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  font-size: 18px;
  font-weight: 700;
  color: #00bff3;
  line-height: 1;
  text-decoration: none;
  text-align: center;
}

.step-result-table .col-title {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  line-height: 1;
  text-decoration: none;
  height: 36px;
  border-bottom: 2px dashed #dfdfdf;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
}

.step-result-table .col-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  font-size: 18.93px;
  font-weight: 300;
  color: #000;
  line-height: 1;
  text-decoration: none;
  margin-left: 10px;
  padding-left: 20px;
  background: url(../images/ico-check.png) no-repeat left center;
  height: 36px;
  border-bottom: 2px dashed #dfdfdf;
}

.step-result-table .col-item.h56 {
  height: 56px;
}

.step-result-table .left-mtotal {
  height: 185px;
  padding-top: 33px;
  padding-left: 30px;
  box-sizing: border-box;
}

.step-result-table .left-mtotal .mtitle {
  font-size: 19px;
  font-weight: 500;
  color: #000;
  line-height: 1;
  text-decoration: none;
  margin-bottom: 8px;
}

.step-result-table .left-mtotal .mred {
  font-size: 18px;
  font-weight: 300;
  color: #ff0000;
  line-height: 1;
  text-decoration: none;
}

.step-result-table .col-total {
  height: 185px;
  padding-top: 33px;
  /* padding-left: 30px; */
  box-sizing: border-box;
}

.col-right-25 {
  border-left: 2px dashed #31cbf5;
  width: calc(100% / 3);
}

.step-result-table .col-total .price-1 {
  font-size: 18px;
  font-weight: 300;
  color: #000000;
  line-height: 1;
  text-decoration: line-through;
  text-align: center;
  margin-bottom: 8px;
}

.step-result-table .col-total .price-2 {
  font-size: 19px;
  font-weight: 700;
  color: #ff0000;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  margin-bottom: 16px;
}

.step-result-table .col-total .col-total-button {
  text-align: center;
}

.step-result-table .col-total .col-total-button a {
  font-size: 16px;
  font-weight: 700;
  color: #00bff3;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  border: 1px solid #00bff3;
  border-radius: 27px;
  height: 57px;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
}

.step-result-block_4 {
  display: flex;
  flex-flow: column nowrap;
  /* align-items: center; */
  justify-content: space-between;
}

.step-result-block_4 > .mleft {
  display: flex;
  flex-wrap: wrap;
  width: 58%;
  padding-right: 35px;
  box-sizing: border-box;
}

.step-result-block_4-leg1 {
  font-size: 25px;
  font-weight: 700;
  color: #000000;
  line-height: 1.1;
  text-decoration: none;
}

.step-result-block_4-leg2 {
  font-size: 18.93px;
  font-weight: 300;
  color: #000000;
  line-height: 1;
  text-decoration: none;
}

.step-result-inzhener {
  border: 1px dashed #31cbf5;
  border-radius: 5px;
}

.step-result-inzhener-leg1 {
  font-size: 22px;
  font-weight: 500;
  color: #000000;
  line-height: 1;
  text-decoration: none;
  padding-top: 1.38em;
  padding-bottom: 1em;
  padding-left: 26px;
}

.step-result-inzhener-leg2 {
  font-size: 22px;
  font-weight: 700;
  color: #00bff3;
  line-height: 1.2;
  text-decoration: none;
  padding-bottom: 1.64em;
  padding-left: 26px;
}

.step-result-inzhener-leg3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  padding-right: 20px;
}

.step-result-inzhener-leg3 .mava {
  margin-left: 12px;
  margin-right: 12px;
}

.step-result-inzhener-leg3 .mtext .mtitle {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  line-height: 1;
  text-decoration: none;
  margin-bottom: 0.8em;
}

.step-result-inzhener-leg3 .mtext ul {
  list-style: none;
}

.step-result-inzhener-leg3 .mtext ul li {
  font-size: 18px;
  font-weight: 300;
  color: #000;
  line-height: 1;
  text-decoration: none;
  padding-left: 26px;
  box-sizing: border-box;
  background: url(../images/ico-check.png) no-repeat left top;
  line-height: 1.2;
}

.step-result-block_4 > .mright {
  display: flex;
  /* width: 435px; */
  width: 42%;
}

.step-result-block_4 > .mright .mform {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  padding: 34px;
  box-sizing: border-box;
  border-radius: 5px;
}

.step-result-block_4 > .mright .mform .mtitle {
  font-size: 25px;
  font-weight: 500;
  color: #000000;
  line-height: 1.1;
  text-decoration: none;
  text-align: center;
  /* padding-top: 1.24em; */
}

.step-result-block_4 > .mright .mform .mdescription {
  font-size: 18px;
  font-weight: 300;
  color: #000000;
  line-height: 1.1;
  text-decoration: none;
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1.27em;
}

.step-result-block_4 > .mright .mform .mdescription b {
  font-weight: 500;
}

.step-result-block_4 > .mright .mform input,
.step-result-block_4 > .mright .mform textarea,
.modal-form-std input, .modal-form-std textarea {
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  border: 1px dashed #31cbf5;
  border-radius: 5px;
  margin-bottom: 13px;
  /* width: 350px; */
  width: 100%;
  box-sizing: border-box;
}

.step-result-block_4 > .mright .mform input {
  height: 36px;
}

.step-result-block_4 > .mright .mform textarea {
  height: 62px;
  resize: none;
  padding-top: 1em;
}

.block_result_overflow {
  overflow: hidden;
  padding-bottom: 160px;
}
.step-result-block_5{
	padding: 60px 15px;
}
.gifts_wrap{
	max-width: 940px;
	margin: auto;
	background-color: #80de64;
	background-image: url(../images/gift_bg.jpg);
	background-size: cover;
	background-position: bottom right;
	border: 1px solid #1BAA0F;
	border-radius: 16px;
	padding: 35px 40px 40px;
	box-shadow: 0px 20px 25px -10px rgba(0, 0, 0, 0.15);
}
.gifts_title{
	text-align: center;
	font-weight: 500;
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 40px;
}
.gifts_row{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gift_item{
	background: #1BAA0F;
	box-shadow: 0px 20px 25px -10px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	padding: 25px;
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	display: flex;
	align-items: center;
	width: 420px;
	max-width: 49%;
	position: relative;
}
.gift_item.left{
	padding-left: 17%;
}
.gift_item-image.licens{
	position: absolute;
	left: 11px;
	bottom: 0;
	/* width: 30%; */
}
.gift_item-image.licens img{
	width: 116px;
	max-width: 100%;
}
.gift_item-text b{
	display: block;
	color: #20FF0C;
	margin-bottom: 5px;
}
.gift_item.left .gift_item-text span{
	font-size: 14px;
}
.gift_item.right{
	justify-content: center;
	font-size: 22px;
	line-height: 26px;
}
.gift_item.right .gift_item-text{
	padding-left: 20px;
}
.gifts_form{
	margin: 40px auto 0;
	width: 610px;
	max-width: 100%;
	font-size: 18px;
}
.gifts_form .momentaly-form__input-wrapper{
	display: flex;
	justify-content: space-between;
	max-width: 100%;
}
.gifts_form form > *{
	width: 288px;
	max-width: 48%;	
	margin: 20px 0 0;
}
.gifts_form .momentaly-form__input-wrapper input{
	border: 1px solid #D3D3D3!important;
	box-shadow: inset 0px 1px 10px rgba(0, 0, 0, 0.1)!important;
	font-size: 18px!important;
	height: 50px!important;
}
.gifts_form .momentaly-form__input-wrapper button{
/*	background: linear-gradient(180deg, #FF9A8B 0.31%, #FB664F 100%);
	border: 1px solid #FFD3CC;
	box-shadow: 0px 3px 0px #C41A00;*/
	height: 50px;
	font-weight: 500;
	font-size: 16px;
}
.step-result-block_6{
	padding: 0 15px ;
}
.example_title-wrap{
	text-align: center;
}
.example_title{
	font-size: 22px;
	line-height: 25px;
}
.example_subtitle{
	font-size: 20px;
	line-height: 22px;
	margin: 20px 0 5px;
}
.examples_wrap{
	max-width: 940px;
	margin: 40px auto 60px;
	background: #FFFFFF;
	border: 1px solid #1BAA0F;
	box-shadow: 0px 20px 25px -10px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	display: flex;
	overflow: hidden;
}
.example_item{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.example_item:first-child{
	border-right: 1px solid #1BAA0F;
}
.example_item-header{
	display: flex;
	align-items: center;
	color: #fff;
	font-weight: 500;
	font-size: 25px;
	line-height: 29px;
	text-align: center;
	text-transform: uppercase;
}
.example_item-header span{
	flex-grow: 1;

}
.example_item:first-child .example_item-header{
	background: #1BAA0F;
}
.example_item:nth-child(2) .example_item-header{
	background: #00BFF3;
}
.example_item-body{
	padding: 25px 30px 20px;
}
.example_item-body-title{
	text-align: center;
}
.example_item-body-title .fwm{
	font-size: 18px;
}
.example_item-body-subtitle{
	margin: 25px 0 20px;
}
.example_item-list{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.example_item-list li{
	position: relative;
	padding-left: 10px;
	margin-bottom: 5px;
}
.example_item-list li:before{
	position: absolute;
	content: '-';
	left: 0;
	top: 0;
}
.example_item-pricetitle{
	font-size: 18px;
	line-height: 21px;
	margin: 20px 0 5px;
}
.example_item-price{
	font-weight: bold;
	font-size: 22px;
	line-height: 26px;
	color: #FB664F;
}
.example_item-footer{
	background: #EBEBEB;
	font-weight: 500;
/*	font-size: 12px;
	line-height: 14px;*/
	color: #149F08;
	padding: 20px 30px;
}
.examples_wrap-mob{
	display: none;
}
.quiz-step.mresult.blink {
  box-shadow: none;
  background: #ebebeb;
  border-radius: 5px;
}

label[for=input_file], label[for=input_file_modal] {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  border: 1px dashed #31cbf5;
  border-radius: 5px;
  margin-bottom: 20px;
}
label[for=input_file_modal]{
  margin-bottom: 40px;
}
label[for=input_file]::before, label[for=input_file_modal]::before {
  content: "Прикрепить анализ воды";
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 12px;
	line-height: 14px;
  color: #9d9d9d;
  font-weight: 300;
  margin-left: 1em;
}

label[for=input_file].file_checked::before, label[for=input_file_modal].file_checked::before {
  content: "";
}

label[for=input_file]::after, label[for=input_file_modal]::after {
  content: "Выбрать";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -1px;
  margin-right: -1px;
  height: calc(100% + 2px);
  border: 1px solid #00BFF3;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 500;
  color: #00BFF3;
  line-height: 1;
  text-decoration: none;
  box-sizing: border-box;
  padding-left: 14px;
  padding-right: 14px;
}

/* label[for="input_file"].file_checked::after{
    border: 1px solid #9d9d9d;
    color: #9d9d9d;
    opacity: 0.5;
} */
label[for=input_file] input, label[for=input_file_modal] input {
  display: none;
}

.block-last_links-inst {
  border: 1px dashed #c2c2c2;
  border-radius: 5px;
  padding-top: 23px;
  padding-bottom: 25px;
  padding-left: 31px;
  padding-right: 31px;
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.block-last_links-inst a {
  display: block;
  background: url(../images/ico-dzen.png) no-repeat center top;
  padding-top: 55px;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 300;
  color: #000000;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}

.block-last_links-inst a:hover {
  opacity: 0.7;
}

.block-last_links-description {
  font-size: 16px;
  font-weight: 300;
  color: #000;
  line-height: 1.1;
  text-decoration: none;
  text-align: center;
  margin-top: 34px;
  margin-bottom: 22px;
}

.block-last_links-site {
  text-align: center;
}

a.qbutton-2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  border: 1px solid #17a40b;
  border-radius: 25px;
  font-size: 18px;
  font-weight: bold;
  color: #2abf1d;
  line-height: 1;
  text-decoration: none;
  height: 53px;
  padding-left: 2em;
  padding-right: 2em;
  box-sizing: border-box;
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}

a.qbutton-2:hover {
  background: #17a40b;
  color: #fff;
}

/*-----------------------  Модалка --------------------------*/
.modal-form-std {
  /* background:#31cbf5; */
  background: #fff;
  padding: 17px 12px;
  box-sizing: border-box;
  line-height: 1.2;
  width: 450px!important;
  max-width: 100%!important;
}

.modal-form-std-wrapper {
  padding-top: 13px;
  padding-bottom: 17px;
  padding-left: 22px;
  padding-right: 22px;
}

.modal-form-std-head {
  padding-bottom: 15px;
  font-size: 20px;
  /* color:#ffffff; */
  color: #000;
}

.modal-form-std-head .mbig {
  font-size: 1.3819em;
  font-weight: bold;
}

.modal-form-std-head-desc {
  font-size: 14px;
  /* color:#ffffff; */
  color: #000;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 13px;
  padding-right: 13px;
}

/* .modal-form-std input,
.modal-form-std textarea{
    border: none;
    border-radius: 5px;
} */
.modal-form-std input {
  width: 100%;
  font-size: 14px;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 14px;
  box-sizing: border-box;
}

.modal-form-std textarea {
  width: 100%;
  font-size: 14px;
  height: 52px;
  padding-top: 9px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 14px;
  box-sizing: border-box;
  resize: none;
}

.modal-form-std-bottom-desc {
  font-size: 11px;
  color: #ffffff;
}

.modal-form-std-bottom-desc-f {
  font-size: 11px;
  color: #ffffff;
  margin-top: 17px;
}

.modal-form-std-bottom-desc-button {
  text-align: right;
}

.modal-form-std-bottom-desc-button a.submit {
  font-weight: 500;
  height: 50px;
}

/* .modal-form-std-bottom-desc-button a.submit{
    background: #fff;
    border-radius: 5px;
    text-decoration: none;

    font-size: 16px;
    color: #31cbf5;
    line-height: 1;
    text-decoration: none;

    padding-top: 0.3em;
    padding-bottom: 0.4em;
    padding-left: 1em;
    padding-right: 1em;

    transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1.0) 0s;
}

.modal-form-std-bottom-desc-button a.submit:hover{
    text-decoration: none;
    opacity: 0.7;
} */
.input-error-red {
  background-color: #faffbd !important;
  color: black !important;
  box-sizing: border-box;
}

.input-error-red-accept {
  color: #ff0000;
}

.good-mail {
  font-weight: bold;
  color: #00baf2;
  text-align: center;
  margin-bottom: 20px;
}

.good-mail .mbig {
  font-size: 60px;
  line-height: 0.8;
}

.good-mail .msmall {
  font-size: 26px;
  line-height: 1.1;
}

.modal-form-std .good-mail {
  /* color:#ffffff; */
  color: #000;
}

.modal-head {
  /*margin-bottom: 1em;*/
  /* color:#ffffff; */
  color: #000;
  text-align: center;
  font-size: 20px;
}

.modal-head-2 {
  margin-bottom: 1em;
  /* color:#ffffff; */
  color: #000;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}

.modal-form-std .fancybox-button svg path {
  fill: #fff;
}

/*-----------------------  /  Модалка --------------------------*/
.qsb-fixed {
  position: fixed;
  bottom: 0;
  /* bottom: 26px; */
  z-index: 15;
  width: 100vw;
}

/* .step-result-table .col-right .mhead .scroll_me{ */
.step-result .scroll_me {
  display: none;
  font-family: Roboto;
  font-size: 15px;
  font-weight: bold;
  color: #00bff3;
  line-height: 1;
  text-decoration: none;
  text-align: right;
  margin-bottom: 0.5em;
}

.modal-form-std#after_first_send {
  max-width: inherit;
}

.momentaly-form__title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #000;
  margin-bottom: 15px;
}
.momentaly-form__desc {
  font-size: 14px;
  line-height: 18px;
  color: #000;
	width: 270px;
	max-width: 100%;
	margin: auto;
	padding: 5px 0;
}
.momentaly-form__input-wrapper{
	max-width: 253px;
	margin: 0 auto;
}
.momentaly-form__input-wrapper .qbutton{
	background: linear-gradient(180deg, #41E233 0.31%, #149F08 100%);
	border: 1px solid #8DFE84;
	height: 40px;
	box-shadow: 0px 2px 0px #189B0D;
	border-radius: 10px;
	font-size: 14px;
	padding: 5px;
}
.qbutton img{
	margin-left: 10px;
}
.momentaly-form__desc, .momentaly-form__desc-light {
  display: block;
}
.momentaly-form__desc a, .momentaly-form__desc-light a {
  display: inline-block;
  color: #2abf1d;
}
.momentaly-form__desc .highlight, .momentaly-form__desc-light .highlight {
  color: #2abf1d;
}
.momentaly-form__desc b, .momentaly-form__desc-light b {
  font-weight: 700;
}
.momentaly-form__desc + .momentaly-form__desc, .momentaly-form__desc + .momentaly-form__desc-light, .momentaly-form__desc-light + .momentaly-form__desc, .momentaly-form__desc-light + .momentaly-form__desc-light {
  margin-top: 15px;
}
.momentaly-form__input-text, .momentaly-form__input-textarea {
  box-sizing: border-box !important;
  width: 100% !important;
  height: 40px !important;
  line-height: 20px !important;
  font-size: 12px !important;
  padding: 9px 5px !important;
  text-decoration: none !important;
  text-align: center !important;
  border: 1px dashed #31cbf5 !important;
  border-radius: 5px !important;
	margin-bottom: 20px;
}
.momentaly-form__input-textarea {
  min-height: 80px;
  height: auto;
  max-height: none;
  resize: none;
}
@media (max-width: 1199px){
	.main_header{
		background-position: top center;
	}
	.header_woomen{
	    right:0;
	    transform: translateY(100%);
	}
	.real_sale {
    top: auto;
		right: 80%;
    bottom: 30px;
	}
}
@media (max-width: 1024px) {
  .momentaly-form__input-file:before {
    font-size: 14px;
    line-height: 14px;
    padding-right: 80px;
  }
  .momentaly-form__input-file:after {
    font-size: 14px !important;
    line-height: 16px !important;
    font-weight: 400 !important;
  }
}

.topbar-button {
  display: inline-block;
  position: relative;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  overflow: hidden;
  background: linear-gradient(180deg, #FF9A8B 0%, #FB664F 100%);
	border: 1px solid #FF9A8B;
	box-shadow: 0px 3px 0px #C41A00;
	border-radius: 40px;
  color: #fff;
  padding: 9px 38px;
  line-height: 20px;
  text-align: center;
  transition: background 0.3s, color 0.3s;
	margin-right: 67px;
	font-size: 14px;

}
.topbar-button:hover {
  background: #17a40b;
  /*border: 2px solid #17a40b;*/
  
}
#momentaly_popup .momentaly-form__desc{
  text-align: center;
}


.new-block {
  position: relative;
  padding: 50px 0;
}
.new-block, .new-block *, .new-block__container {
  box-sizing: border-box;
}
.new-block.quiz-unwrapper {
  padding: 50px 90px;
}
.new-block.green {
  background: scroll url("/images/block-4-1.jpg") center center no-repeat;
  background-size: cover;
}
.new-block__container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  z-index: 1;
  position: relative;
}
.new-block__left {
  width: 50%;
	color: #fff;
	font-size: 20px;
	line-height: 22px;
}
.new-block__left p{
	margin-bottom: 15px;
}
.spec_images{
	position: relative;
}
.licens_img{
	margin: auto;
	display: block;
	transform: translateX(-30px);
}
.spec_arr{
	position: absolute;
	right: 0;
	bottom: 0;
	transform: translateX(30%);
}
.new-block__right {
  width: 40%;
  margin-left: 10%;
  padding: 35px 15px 40px;
  border-radius: 10px;
  background: #fff;
}
.new-block__title {
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
}
.new-block__title b {
  font-weight: 900;
}
.new-block__image {
  margin-left: 50px;
  margin-top: 25px;
  width: calc( 100% - 50px);
}

/* @media (max-width: 992px) {
  .new-block {
    padding: 20px 0;
  }
  .new-block.quiz-unwrapper {
    padding: 20px;
  }
  .new-block.helper {
    padding-bottom: 0;
    width: 100%;
  }
  .new-block.helper:before {
    content: none;
  }
  .new-block__container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .new-block__left {
    width: 100%;
  }
  .new-block__right {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .new-block__title {
    font-size: 18px;
    line-height: 23px;
  }
  .new-block__image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 320px;
  }
} */

.text-center {
  text-align: center;
}

.spec__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}
.spec__title b {
  display: block;
  font-weight: 700;
}
.spec__contents {
  display: flex;
  flex-flow: row nowrap;
  background: #fff;
	border-radius: 10px;
	color: #000;
	padding: 17px 20px;
	font-size: 12px;
	line-height: 14px;
}
.spec__name{
	background: #1BAA0F;
	color: #fff;
	margin-bottom: 5px;
	font-weight: 500;
	padding: 2px 4px;
	display: inline-block;
}
.spec__image {
  width: 109px;
	height: 109px;
  border-radius: 50%;
}
.spec__desc {
  margin-left: 10px;
	font-size: 14px;
	line-height: 16px;
	margin-top: 10px;
}
.spec__list {
  margin-top: 10px;
}
.spec__list-item {
  padding-left: 25px;
  position: relative;
}
.spec__list-item:before {
  background: scroll url("/images/green_check.svg") center center no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  width: 12px;
  height: 10px;
}
.spec__list-item + .spec__list-item {
  margin-top: 6px;
}
@media (max-width: 992px) {
	.spec__wrap{
		width: 114px;
		margin: 10px auto 0;
	}
  .spec__title {
    font-size: 16px;
    line-height: 20px;
  }
  .spec__contents {
    flex-direction: column-reverse;
    align-items: center;
  }
  .spec__image {
    width: 140px;
    margin-top: 10px;
    margin-left: 0;
    order: 2;
  }
  .spec__desc {
    width: 100%;
    margin-left: 0;
    order: 1;
  }
}

@media (max-width: 1024px) {
  .qbutton {
    font-size: 15px;
    line-height: 16px;
    font-weight: 400;
  }
}

.modal-form-std .fancybox-button svg path {
  fill: #000;
}

#momentaly_modal_form:not(.can-send) button { opacity: 0.7; pointer-events: none; filter: grayscale(1); }


.pop-up-wrong-phone-message {
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: red;
    line-height: 0;
    opacity: 0;
    text-align: center;
    position: relative;
    top: -10px;
    transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}
.small_text{
    margin-top: 5px;
    font-size: 12px;
    line-height: 14px;
}
label[for=input_file] span, 
label[for=input_file_modal] span {
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    width: calc(100% - 120px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color:#139e07;
}

label[for=input_file].file_checked::after, label[for=input_file_modal].file_checked::after{
    filter: grayscale(1);
}
label[for=input_file] i.sub_text, 
label[for=input_file_modal] i.sub_text {
    position: absolute;
    font-style: normal;
    top: 120%;
    left: 0;
    font-size: 12px;
    color: rgb(0, 0, 0, 35%);
}
.topbar-button .mobile{
	display: none;
}
/* fixed_header */
.fixed_header{
	display: flex;
	flex-direction: column;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 9;
	background-image: url(../images/mobile_header_bg.jpg);
	background-size: cover;
	background-position: bottom center;
	transition: all .35s ease-out;
	transform: translateY(-100%);
}
.fixed_header.active{
	transform: translateY(0);	
}
.fixed_header-top{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 18px 15px 15px;
	border-bottom: 0.5px solid #00BFF3;
}
.fixed_header-desdcr{
	font-size: 12px;
	line-height: 14px;
}
.fixed_header-logo{
	width: 100px;
	padding: 0 10px;
}
.fixed_header-bottom{
	display: flex;
	justify-content: space-between;
	padding: 13px 15px 15px;
}
.fixed_header-button{
	font-weight: 500;
	font-size: 13px;
	line-height: 15px;
	text-decoration-line: underline;
	color: #1F687C;
}
.fixed_header-contacts a{	
	line-height: 16px;
	color: #000000;
	display: block;
	text-align: right;
	text-decoration: none;
}
.fixed_header-phone{
	font-weight: 500;
	font-size: 14px;
}
.fixed_header-mail{
	font-weight: 300;
	font-size: 12px;
	margin-top: 2px;
}
.animated_arrows.arrow_left {
	transform: rotate(180deg);
}
.animated_arrows span {
  display: block;
  width: 13px;
  height: 13px;
  border-top: 3px solid #1BAA0F;
  border-right: 3px solid #1BAA0F;
  margin: -2px;
  float: left;
  -webkit-animation: arrow-right 1s infinite;
  animation: arrow-right 1s infinite;
}
.animated_arrows span:nth-child(3) {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.animated_arrows span:nth-child(2) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.animated_arrows span:nth-child(1) {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes arrow-right {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg) translate(0px, 0px);
    transform: rotate(45deg) translate(0px, 0px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(45deg) translate(0px, 0px);
    transform: rotate(45deg) translate(0px, 0px);
  }
}

@keyframes arrow-right {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg) translate(0px, 0px);
    transform: rotate(45deg) translate(0px, 0px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(45deg) translate(0px, 0px);
    transform: rotate(45deg) translate(0px, 0px);
  }
}

.form_var_2 .new-block__left b,
.form_var_1 .spec b{
    text-decoration: underline;
}
.filter--yes,
.filter--no{
    display: none;
}
.f--yes .filter--yes{
    display: block;
}
.f--no .filter--no{
    display: block;
}
.foot_txt{
    padding-bottom: 40px;
    font-size: 10px;
    line-height: 1.1;
    color: #B7B7B7;
}
.sclad{
    text-align: center;
    background: url(../images/sclad.jpg) center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    height: 564px;
    margin-bottom: 40px;
}
.sclad_tit{
    max-width: 587px;
    font-size: 40px;
    font-weight: 900;
    line-height: 1.15;
    margin: 0 auto 35px;
}
.sclad_txt{
    max-width: 437px;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
}
.dib{
    display: inline-block;
}
.examples_wrap{
    flex-wrap: wrap;
}
.example_item{
    width: 50%;
}
.example_bot{
    width: 100%;
    background: #EBEBEB;
}
.example_bot .example_item-pricetitle{
    padding-left: 30px;
}
.step-result-block_6 .example_item{
    justify-content: flex-start;
}

.foot{
    margin-top: 50px;
    width: 1080px;
    max-width: 100vw;
    margin-left: -90px;
}
.foot_info{
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    padding: 60px 0;
}
.open-end .foot_info{
    display: none;
}
.foot_info-txt{
    max-width: 586px;
    margin: 0 auto;
    padding-bottom: 45px;
    font-weight: 700;
}
.foot_btn{
    margin: 0 auto;
    background: #c79870;
    border-radius: 10px;
    width: 300px;
    line-height: 85px;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    display: block;
    transition: 0.3s;
}
.foot_btn:hover{
   box-shadow: 0px 7px 25px #c79870; 
}
.foot_video-bg{
    background: url(../images/video-bg.jpg);
    padding: 0 90px;
}
.foot_video-wrap{
    padding: 60px 0;
    display: flex;
    justify-content: space-between;
}
.foot_video-txt{
    width: 270px;
}
.foot_video-txt p{
    padding-bottom: 10px;
}
.foot_video-txt span{
    display: block;
    font-weight: 700;
    font-size: 38px;
    line-height: 38px;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.foot_video{
    width: calc(100% - 270px);
}
.foot_slide{
    padding: 0 14px;
}
.foot_slide-in{
    border-radius: 10px;
    overflow: hidden;
}
.foot_slide-in a::before{
    content: '';
    position: absolute;
    background: url(../images/rutube-play-blue-50.jpg) center no-repeat;
    background-size: 100% 100%;
    width: 50px;
    height: 50px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 5px;
    overflow: hidden;
    z-index: 2;
}
.foot_slide-in a::after{
    content: '';
    position: absolute;
    background: #000;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transition: 0.3s;
    opacity: 0;
    z-index: 1;
}

.foot_slide-in a{
    display: block;
    position: relative;
}
.foot_slide-in a:hover::after{
    opacity: 0.3;
}

.foot_slide-in a,
.foot_slide-in img{
    width: 100%;
    min-height: 100%;
    height: auto;
}
.foot_video .slick-dots{
    display: flex;
    list-style: none;
    width: 100%;
    justify-content: center;
    padding-top: 20px;
    gap: 10px;
}
.foot_video .slick-dots li button{
    width:10px;
    height: 10px;
    border-radius: 50%;
    background: #aaa;
    overflow: hidden;
    font-size: 0;
    cursor: pointer;
    transition: .4s;
}
.foot_video .slick-dots li.slick-active button,
.foot_video .slick-dots li:hover button{
    background: #444;
}

@media (max-width: 1200px) {
    .foot_slide-in a::before{
        width: 60px;
        height: 60px;
    }
}
@media (max-width: 992px){
    .foot{
        
        margin-left: -20px;
    }
    .foot_video-bg{
        padding: 0 20px;
    }
}
@media (max-width: 770px) {
    .foot_info{
        padding: 30px 0 60px;
    }
    .foot_info-txt{
        font-size: 16px;
        line-height: 18px;
        padding-bottom: 20px
    }
    .foot_btn{
        line-height: 60px;
        font-size: 18px;
    }
    .foot_slide-in a::before{
        width: 90px;
        height: 90px;
    }
    .foot_video-wrap{
        flex-direction: column;
        align-items: center
    }
    .foot_video{
        width: 100%
    }
    .foot_video-txt{
        text-align: center;
        padding-bottom: 30px
    }
    .foot_video-txt span{
        font-size: 26px;
        line-height: 30px;
        padding-bottom: 10px
    }
    .foot_video-txt p{
        padding-bottom: 0
    }
    .foot_slide{
        padding: 0 5px;
    }
    .foot_video-wrap{
        padding-bottom: 30px
    }
}
@media (max-width: 500px) {
    .foot_slide-in a::before{
        width: 60px;
        height: 60px;
    }
}