@font-face {
  font-family: _Regular;
  src: url(fonts/21centcondensed-0.woff);
}
@font-face {
  font-family: _UltraLight;
  src: url(fonts/21cent-condensedultralight-0.woff);
}
@font-face {
  font-family: _Light;
  src: url(fonts/helveticaneuecyr-light.woff);
}
@font-face {
  font-family: _UltraLightItalic;
  src: url(fonts/21cent-condensedultralightitalic-0.woff);
}
@font-face {
  font-family: _ProximaNovaSemiBold;
  src: url(fonts/proxima-nova-semibold-0.woff);
}
@font-face {
  font-family: _ProximaNovaExtraBold;
  src: url(fonts/proxima-nova-extrabold-0.woff);
}
@font-face {
  font-family: _ProximaNovaBold;
  src: url(fonts/proxima-nova-bold-0.woff);
}
@font-face {
  font-family: _HelveticaNeueCyrLight;
  src: url(fonts/helveticaneuecyr-light.woff);
}
@font-face {
  font-family: _HelveticaNeueCyrThin;
  src: url(fonts/helveticaneuecyr-thin.woff);
}
*:hover {
  cursor: default;
}
html {
  overflow-x: hidden;
}
i {
  font-style: normal;
}
/*=============================INPUTS=======================
============================================================*/
input::-webkit-input-placeholder {
  font-size: 1em;
  color: rgba(255, 255, 255, 0.5);
}
input::-moz-placeholder {
  font-size: 1em;
  color: rgba(255, 255, 255, 0.5);
}
input:-moz-placeholder {
  font-size: 1em;
  color: rgba(255, 255, 255, 0.5);
}
input:-ms-input-placeholder {
  font-size: 1em;
  color: rgba(255, 255, 255, 0.5);
}
.input_dark::-webkit-input-placeholder {
  font-size: 1em;
  color: rgba(0, 0, 0, 0.5);
}
.input_dark::-moz-placeholder {
  font-size: 1em;
  color: rgba(0, 0, 0, 0.5);
}
.input_dark:-moz-placeholder {
  font-size: 1em;
  color: rgba(0, 0, 0, 0.5);
}
.input_dark:-ms-input-placeholder {
  font-size: 1em;
  color: rgba(0, 0, 0, 0.5);
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder {
  color: transparent;
}
input::-webkit-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
}
input::-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
}
input:-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
}
input:-ms-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
}
input:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
}
input:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
}
input:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
}
input:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
}
input {
  border-radius: 0;
}
input[type="text"] {
  -webkit-appearance: none;
}
input[type=submit],
button {
  -webkit-appearance: none;
}
input[type=submit]:hover,
button:hover {
  cursor: pointer;
}
input:hover {
  cursor: text;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
div,
p,
ul,
ol,
li,
header,
footer,
section,
nav,
h1,
h2,
h3,
h4,
h5,
h6,
form,
article,
main,
adress {
  display: block;
  float: left;
  width: 100%;
  font-size: inherit;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a:hover {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a:focus {
  outline: 0;
}
a:active {
  outline: 0;
}
button {
  display: block;
  float: left;
  border: 0;
  padding: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
button:focus {
  outline: 0;
}
button:active {
  outline: 0;
}
button:hover {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a:hover,
button:hover {
  cursor: pointer;
}
a:hover *,
button:hover * {
  cursor: pointer;
}
.position-relative {
  position: relative;
}
.wrap {
  width: 100%;
  max-width: 1340px;
  float: none;
  margin: 0 auto;
}
body {
  margin: 0;
  padding: 0;
  font-family: _Regular;
  color: #000;
  font-size: 62.5%;
  overflow-x: hidden;
}
.container {
  position: relative;
}
.container:before {
  position: absolute;
  content: '';
  background: url(../img/container_before.png) center center no-repeat;
  background-size: contain;
  width: 44px;
  height: 105px;
  top: 50px;
  left: 0;
  z-index: 1;
}
.btn {
  height: 68px;
  width: 100%;
  border-radius: 6px;
  position: relative;
  padding-bottom: 3px;
  font-family: _ProximaNovaSemiBold;
  color: #2d2d2d;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  float: none;
  line-height: 74px;
  letter-spacing: 3px;
  text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.75);
}
.btn.inactive span {
  background: #eee;
}
.btn:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: '';
  background: #fcf4d4;
  border-radius: 6px;
  z-index: 1;
}
.btn:after {
  position: absolute;
  height: 38px;
  bottom: -3px;
  left: 0;
  right: 0;
  content: '';
  background: rgba(82, 79, 68, 0.65);
  border-radius: 10px;
  -webkit-box-shadow: 0px 7px 22px 0px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0px 7px 22px 0px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 7px 22px 0px rgba(0, 0, 0, 0.29);
}
.btn span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: '';
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.18) 0%, rgba(215, 200, 153, 0.18) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.18) 0%, rgba(215, 200, 153, 0.18) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.18) 0%, rgba(215, 200, 153, 0.18) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2effffff', endColorstr='#2ed7c899', GradientType=0);
  /* IE6-9 */
  border-radius: 6px;
  z-index: 1;
}
.header {
  background: url(../img/header.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}
.header:before {
  width: 95px;
  height: 451px;
  background: url(../img/plants_left.png) left center no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  left: 0;
  bottom: -85px;
}
.header:after {
  width: 157px;
  height: 507px;
  background: url(../img/plants_right.png) right center no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  right: 0;
  bottom: -238px;
}
.header .wrap_float {
  padding: 0 135px 156px 66px;
  box-sizing: border-box;
  position: relative;
}
.header_top {
  text-align: left;
  font-family: _UltraLight;
  color: #cbb895;
  font-size: 2.2em;
  position: relative;
  padding-top: 80px;
  box-sizing: border-box;
}
.header_top:before {
  width: 385px;
  height: 90px;
  position: absolute;
  background: url(../img/header_top.png) top center no-repeat;
  background-size: contain;
  content: '';
  left: -100px;
  top: 0;
}
.header_top:after {
  width: 123px;
  height: 123px;
  position: absolute;
  background: url(../img/header_pattern.png) top center no-repeat;
  background-size: contain;
  content: '';
  left: 0;
  top: -3px;
}
.header_top p {
  width: auto;
  float: right;
}
.header_top .logo {
  width: 165px;
  height: 177px;
  background: url(../img/logo.png) center center no-repeat;
  background-size: contain;
  display: block;
  float: left;
  position: absolute;
  left: -293px;
  top: 80px;
}
.header_main {
  max-width: 945px;
  padding-top: 65px;
  padding-bottom: 84px;
  position: relative;
}
.header_main:after {
  width: 83px;
  height: 123px;
  position: absolute;
  background: url(../img/header_pattern_2.png) top center no-repeat;
  background-size: contain;
  content: '';
  right: -173px;
  bottom: 135px;
}
.header_main .header_title {
  font-family: _UltraLight;
  font-size: 5.0em;
  color: #fff;
  line-height: 1.2;
}
.header_main .header_title b {
  font-family: _Regular;
  font-weight: 100;
}
.header_main .header_title i {
  background: #6baa91;
  display: inline-block;
  line-height: 1;
  box-sizing: border-box;
  padding: 0 20px 4px;
  border-radius: 10px;
}
.header_bottom {
  position: relative;
}
.header_bottom .text {
  color: #cbb895;
  font-size: 3.4em;
  font-family: _UltraLight;
  width: auto;
  position: absolute;
  left: 0;
  top: 0;
  text-align: left;
}
.header_bottom .text:before {
  width: 92px;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
  content: '';
  position: absolute;
  left: -128px;
  top: 20px;
}
.header_bottom .text .img {
  width: 70px;
  height: 76px;
  position: absolute;
  left: -228px;
  top: 0;
}
.header_bottom .text .img img {
  width: 100%;
  display: block;
}
.header_btn {
  width: 386px;
}
.header_right {
  width: 200px;
  position: absolute;
  left: 100%;
  top: 80px;
}
.header_right:after {
  width: 123px;
  height: 123px;
  position: absolute;
  background: url(../img/header_pattern_3.png) top center no-repeat;
  background-size: contain;
  content: '';
  right: -116px;
  bottom: 126px;
}
.header_right .callback_block {
  text-align: center;
  margin-bottom: 80px;
}
.header_right .callback_block .tel {
  font-size: 2.5em;
  color: #cbb895;
  padding-left: 28px;
  box-sizing: border-box;
  position: relative;
  letter-spacing: 1.1px;
  display: inline-block;
  float: none;
  margin-bottom: 8px;
}
.header_right .callback_block .tel:before {
  position: absolute;
  left: 0;
  width: 14px;
  height: 14px;
  background: url(../img/header_tel.png) center center no-repeat;
  background-size: contain;
  content: '';
  top: 50%;
  margin-top: -7px;
}
.header_right .callback_block .text {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.6);
  font-family: _Light;
  letter-spacing: .55px;
  display: inline-block;
  float: none;
}
.header_right .callback_block .btn {
  height: 46px;
  line-height: 51px;
  display: inline-block;
  float: none;
  font-size: 10px;
  margin-top: 30px;
  letter-spacing: 2px;
}
.header_right .experience {
  text-align: center;
  margin-bottom: 102px;
}
.header_right .experience_icon {
  width: 108px;
  height: 108px;
  background: url(../img/exp_icon.png) center center no-repeat;
  background-size: contain;
  margin-left: 8px;
  font-size: 4.8em;
  color: #fff;
  line-height: 108px;
  text-shadow: 0px 1px 2px rgba(150, 150, 150, 0.22);
  letter-spacing: -1px;
  margin-bottom: 30px;
}
.header_right .experience .text {
  text-align: left;
  font-family: _UltraLight;
  font-size: 2.2em;
  color: #fff;
  padding-right: 30px;
  box-sizing: border-box;
}
.header_right .anonymity .text {
  text-align: left;
  font-family: _UltraLight;
  font-size: 2.2em;
  color: #fff;
  margin-bottom: 36px;
}
.header_right .anonymity_icon {
  width: 80px;
  height: 80px;
  background: url(../img/anon.png) center center no-repeat;
  background-size: contain;
  display: inline-block;
  float: none;
}
.questions {
  padding-bottom: 80px;
}
.questions .wrap_float {
  height: 880px;
  position: relative;
  -webkit-box-shadow: 0px 59px 232px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 59px 232px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 59px 232px 10px rgba(0, 0, 0, 0.1);
  margin-top: -45px;
  border-radius: 10px;
  overflow: hidden;
}
.questions_left {
  width: 200px;
  background: #f4f4f4;
  padding-left: 10px;
  box-sizing: border-box;
  height: 880px;
}
.questions_left .tabs {
  counter-reset: myCounter;
  position: relative;
  z-index: 1;
}
.questions_left .tabs_item {
  height: 120px;
  font-size: 18px;
  color: #6baa91;
  font-family: _Light;
  padding: 14px 36px;
  box-sizing: border-box;
  position: relative;
  line-height: 1.3;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.questions_left .tabs_item:after {
  height: 1px;
  background: #ebebeb;
  left: -10px;
  right: 0;
  content: '';
  position: absolute;
  bottom: 0;
}
.questions_left .tabs_item:before {
  counter-increment: myCounter;
  content: "0" counter(myCounter);
  font-size: 12px;
  color: rgba(45, 45, 45, 0.42);
  font-family: _ProximaNovaSemiBold;
  position: absolute;
  bottom: 20px;
  left: 36px;
  width: auto;
  letter-spacing: 3px;
}
.questions_left .tabs_item p {
  height: 70px;
  display: table-cell;
  float: none;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.questions_left .tabs_item.active {
  background: #6dab93;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #6dab93 0%, #93bead 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #6dab93 0%, #93bead 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #6dab93 0%, #93bead 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6dab93', endColorstr='#93bead', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  color: #fff;
}
.questions_right {
  position: absolute;
  height: 887px;
  right: 0;
  top: 0;
  padding: 7px;
  padding-left: 200px;
  box-sizing: border-box;
  background: #f4f4f4;
}
.questions_right:after {
  top: 17px;
  left: 210px;
  right: 17px;
  bottom: 22px;
  border: 1px solid #eaeaea;
  box-sizing: border-box;
  content: '';
  position: absolute;
  border-radius: 4px;
}
.questions_right .questions_intro {
  height: 866px;
  padding: 110px 96px 0 125px;
  box-sizing: border-box;
  position: relative;
  background: url(../img/intro_bg.jpg) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  -webkit-box-shadow: 0px 27px 207px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 27px 207px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 27px 207px 0px rgba(0, 0, 0, 0.06);
  border-radius: 9px;
}
.questions_right .questions_intro_title {
  color: #000;
  font-size: 8.2em;
  font-family: _UltraLight;
  line-height: 1.05;
  margin-bottom: 35px;
  max-width: 815px;
  position: relative;
}
.questions_right .questions_intro_title:after {
  width: 25px;
  height: 23px;
  background: url(../img/plant2.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  right: -35px;
  top: 10px;
}
.questions_right .questions_intro_subtitle {
  color: #6baa91;
  font-size: 5.0em;
  font-family: _UltraLight;
  max-width: 640px;
  float: right;
  margin-right: 23px;
}
.questions_right .questions_intro .btn {
  margin-right: 135px;
  display: block;
  float: right;
  width: 270px;
  margin-top: 70px;
}
.questions_right .questions_intro_img {
  height: 407px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.questions_right .questions_intro_img .doctor_name {
  font-family: _UltraLightItalic;
  color: #cbb895;
  font-size: 2.4em;
  top: 210px;
  left: 315px;
  position: absolute;
  -webkit-filter: drop-shadow(0px 50px 50px rgba(0, 0, 0, 0.12));
  filter: drop-shadow(0px 50px 50px rgba(0, 0, 0, 0.12));
}
.questions_right .questions_intro_img .doctor_name span {
  background: #fff;
  /*-webkit-box-shadow: 0px 27px 207px 0px rgba(0,0,0,0.12);
                        -moz-box-shadow: 0px 27px 207px 0px rgba(0,0,0,0.12);
                        box-shadow: 0px 27px 207px 0px rgba(0,0,0,0.12);*/
  padding: 1px 20px;
  box-sizing: border-box;
  display: block;
  float: left;
  width: auto;
  clear: both;
}
.questions_right .questions_intro_img .doctor_name span:first-child {
  padding-top: 8px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.questions_right .questions_intro_img .doctor_name span:last-child {
  padding-bottom: 8px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.questions_right .questions_intro_img .doctor_position {
  font-family: _Light;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
  left: 412px;
  bottom: 57px;
  max-width: 190px;
  position: absolute;
  line-height: 1.7;
}
.questions_right .questions_content {
  position: absolute;
  right: 0;
}
.questions_right .tab_step {
  height: 866px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.questions_right .tab_step.addiction_step,
.questions_right .tab_step.effects_step {
  padding: 0 200px;
  box-sizing: border-box;
}
.questions_right .tab_step.addiction_step .check_variants label,
.questions_right .tab_step.effects_step .check_variants label {
  margin-bottom: 27px;
}
.questions_right .tab_step.effects_step .check_variants label {
  font-size: 13px;
  width: 324px;
}
.questions_right .tab_step.effects_step .check_variants label:last-child {
  margin-bottom: 0;
}
.questions_right .tab_step.range_step {
  padding: 0 200px;
  box-sizing: border-box;
  text-align: center;
}
.questions_right .tab_step.range_step #range_value,
.questions_right .tab_step.range_step #range_value2 {
  width: 200px;
  height: 60px;
  background: #eee;
  border-radius: 10px;
  display: inline-block;
  float: none;
  font-size: 32px;
  text-align: center;
  line-height: 64px;
  font-family: _Light;
  margin-top: 65px;
}
.questions_right .tab_step.range_step .rangeslider--horizontal .rangeslider__handle {
  background: #6dab93;
}
.questions_right .tab_step.range_step .rangeslider__fill {
  background: #6dab93;
}
.questions_right .tab_step.range_step .rangeslider--horizontal .rangeslider__handle:hover {
  cursor: pointer;
}
.questions_right .tab_step .q_title {
  text-align: center;
  font-size: 36px;
  margin-bottom: 47px;
}
.questions_right .tab_step .check_variants {
  text-align: center;
}
.questions_right .tab_step .check_variants input {
  display: none;
}
.questions_right .tab_step .check_variants label {
  display: inline-block;
  float: none;
  width: 250px;
  height: 60px;
  background: #eee;
  font-size: 14px;
  text-align: center;
  line-height: 64px;
  font-family: _ProximaNovaSemiBold;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 10px;
  margin: 0 20px;
}
.questions_right .tab_step .check_variants label:hover {
  cursor: pointer;
}
.questions_right .tab_step .check_variants input:checked + label {
  background: #84baa4;
  /* Old browsers */
  background: -moz-linear-gradient(top, #84baa4 0%, #7db193 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #84baa4 0%, #7db193 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #84baa4 0%, #7db193 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#84baa4', endColorstr='#7db193', GradientType=0);
  /* IE6-9 */
}
.questions_right .tab_step .hidden {
  visibility: hidden;
}
.questions_right .tab_step .st1_last {
  margin-top: 70px;
}
.questions_right .tab_step .st1_last .check_variants label {
  width: 300px;
}
.questions_right .tab_step .st1_final {
  margin-top: 70px;
}
.questions_right .tab_step .st1_final .check_variants label {
  width: 150px;
}
.questions_right .final_step {
  height: 866px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.questions_right .final_step .final_title {
  color: #262c2d;
  font-size: 4.0em;
  text-align: center;
  font-family: _UltraLight;
  padding: 0 100px;
  box-sizing: border-box;
  float: none;
}
.questions_right .final_step .final_title b {
  font-weight: 100;
  color: #cab794;
}
.questions_right .final_step .final_sub-title {
  color: #262c2d;
  font-size: 2.0em;
  text-align: center;
  font-family: _Regular;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 20px 0 30px;
  max-width: 500px;
  display: block;
  float: none;
}
.questions_right .final_step .final_sub-title__bottom {
  padding-top: 90px;
}
.questions_right .final_step .final_wrap_div {
  text-align: center;
  width: 100%;
}
.questions_right .final_step .form_content {
  max-width: 320px;
  display: inline-block;
  float: none;
}
.questions_right .final_step .form_content .input_wrap {
  position: relative;
  margin-bottom: 28px;
}
.questions_right .final_step .form_content .input_wrap:before {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: '';
  position: absolute;
  left: 22px;
  top: 50%;
  opacity: .6;
}
.questions_right .final_step .form_content .input_wrap .input {
  height: 70px;
  border: 2px solid rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  background: none;
  display: block;
  float: left;
  width: 100%;
  padding: 0 56px;
  box-sizing: border-box;
  font-family: _HelveticaNeueCyrLight;
  font-size: 17px;
}
.questions_right .final_step .form_content .input_wrap .input:focus {
  outline: 0;
}
.questions_right .final_step .form_content .input_wrap.name:before {
  width: 11px;
  height: 14px;
  background-image: url(../img/input_name_dark.png);
  margin-top: -7px;
}
.questions_right .final_step .form_content .input_wrap.email:before {
  width: 14px;
  height: 10px;
  background-image: url(../img/input_email_dark.png);
  margin-top: -5px;
}
.questions_right .final_step .form_content .submit {
  margin-top: 13px;
}
.questions_right .final_step .form_content .checkbox {
  margin-top: 45px;
}
.questions_right .final_step .form_content .checkbox input {
  display: none;
}
.questions_right .final_step .form_content .checkbox label {
  padding-left: 48px;
  box-sizing: border-box;
  font-size: 12px;
  font-family: _HelveticaNeueCyrLight;
  color: rgba(0, 0, 0, 0.2);
  display: block;
  float: left;
  width: 100%;
  position: relative;
  letter-spacing: 1px;
  text-align: left;
}
.questions_right .final_step .form_content .checkbox label:hover {
  cursor: pointer;
}
.questions_right .final_step .form_content .checkbox label:before {
  width: 23px;
  height: 23px;
  content: '';
  position: absolute;
  left: 0;
  background: url(../img/checkbox_before.png) center center no-repeat;
  background-size: contain;
  top: 0;
}
.questions_right .final_step .form_content .checkbox label:after {
  width: 14px;
  height: 12px;
  content: '';
  position: absolute;
  left: 6px;
  background: url(../img/checkbox_after.png) center center no-repeat;
  background-size: contain;
  top: 3px;
  opacity: 0;
  transition: all .2s linear;
}
.questions_right .final_step .form_content .checkbox input:checked + label:after {
  opacity: 1;
  transition: all .2s linear;
}
.questions_right .next_btn {
  width: 100%;
  text-align: center;
  margin-top: 65px;
}
.questions_right .next_btn .btn {
  display: inline-block;
  float: none;
  width: 300px;
}
.map_block {
  text-align: center;
}
.map_block .title {
  color: #171717;
  font-family: _UltraLight;
  font-size: 5.0em;
  text-align: center;
  display: inline-block;
  float: none;
  max-width: 878px;
  margin-bottom: 40px;
  position: relative;
}
.map_block .title:after {
  width: 70px;
  height: 65px;
  background: url(../img/plant_3.png) center center no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  right: -360px;
  top: 0;
}
.map_block .title i {
  font-family: _UltraLightItalic;
  border-radius: 5px;
  display: inline-block;
  background: #fff;
  -webkit-box-shadow: 0px 27px 207px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 27px 207px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 27px 207px 0px rgba(0, 0, 0, 0.12);
  padding: 9px 17px 17px;
  line-height: 1;
  color: #cbb895;
}
.map_block img {
  width: 100%;
  height: auto;
  -webkit-filter: drop-shadow(0px 50px 50px rgba(0, 0, 0, 0.12));
  filter: drop-shadow(0px 50px 50px rgba(0, 0, 0, 0.12));
}
.team {
  padding-bottom: 100px;
  padding-top: 40px;
}
.team .title {
  color: #171717;
  font-family: _UltraLight;
  font-size: 5.0em;
  margin-bottom: 40px;
  padding-left: 100px;
  box-sizing: border-box;
}
.team .title i {
  font-family: _UltraLightItalic;
  border-radius: 5px;
  display: inline-block;
  width: auto;
  background: #fff;
  -webkit-box-shadow: 0px 27px 207px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 27px 207px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 27px 207px 0px rgba(0, 0, 0, 0.12);
  padding: 9px 17px 17px;
  line-height: 1;
  color: #cbb895;
}
.team .wrap_float {
  position: relative;
}
.team .wrap_float:after {
  width: 44px;
  height: 41px;
  background: url(../img/plant_3.png) center center no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  right: -150px;
  bottom: -140px;
}
.team_slider {
  /*-webkit-box-shadow: 0px 27px 207px 0px rgba(0,0,0,0.12);
        -moz-box-shadow: 0px 27px 207px 0px rgba(0,0,0,0.12);
        box-shadow: 0px 27px 207px 0px rgba(0,0,0,0.12);*/
  position: relative;
}
.team_slider:before {
  height: 30%;
  content: '';
  position: absolute;
  bottom: 0;
  left: 100px;
  right: 100px;
  -webkit-box-shadow: 0px 100px 207px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 100px 207px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 100px 207px 0px rgba(0, 0, 0, 0.12);
}
.team .slick-list {
  overflow: visible;
}
.team_arrows {
  width: 144px;
  height: 62px;
  position: absolute;
  right: 86px;
  top: 0;
}
.team_item {
  width: 33.333333%;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
  position: relative;
  z-index: 1;
  filter: blur(20px);
  -webkit-filter: blur(20px);
  opacity: .5;
  transition: all .2s linear;
}
.team_item.slick-active {
  filter: none;
  opacity: 1;
  transition: all .2s linear;
}
.team_item .sq_parent {
  width: 100%;
  position: relative;
  padding-bottom: 63.139%;
}
.team_item .sq_parent .sq_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
}
.team_item .sq_parent .sq_wrap .sq_content {
  float: left;
  width: 100%;
  height: 100%;
  padding: 0 80px;
  box-sizing: border-box;
}
.team_item .sq_parent .sq_wrap .sq_content .img {
  position: relative;
  height: 100%;
  width: 100%;
  text-align: center;
}
.team_item .sq_parent .sq_wrap .sq_content .doctor_position {
  color: rgba(0, 0, 0, 0.1);
  font-family: _ProximaNovaBold;
  font-size: 12px;
  text-transform: uppercase;
  position: absolute;
  transform: rotate(-90deg);
  width: 282px;
  top: 47%;
  left: -115px;
  text-align: right;
  letter-spacing: 2px;
}
.team_item .sq_parent .sq_wrap .sq_content .doctor_name {
  font-family: _UltraLightItalic;
  color: #cbb895;
  font-size: 2.4em;
  bottom: -38px;
  left: 0;
  position: absolute;
  -webkit-filter: drop-shadow(0px 50px 50px rgba(0, 0, 0, 0.12));
  filter: drop-shadow(0px 50px 50px rgba(0, 0, 0, 0.12));
}
.team_item .sq_parent .sq_wrap .sq_content .doctor_name span {
  background: #fff;
  /*-webkit-box-shadow: 0px 27px 207px 0px rgba(0,0,0,0.12);
                            -moz-box-shadow: 0px 27px 207px 0px rgba(0,0,0,0.12);
                            box-shadow: 0px 27px 207px 0px rgba(0,0,0,0.12);*/
  padding: 1px 20px;
  box-sizing: border-box;
  display: block;
  float: left;
  width: auto;
  clear: both;
}
.team_item .sq_parent .sq_wrap .sq_content .doctor_name span:first-child {
  padding-top: 8px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.team_item .sq_parent .sq_wrap .sq_content .doctor_name span:last-child {
  padding-bottom: 8px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.team_item .sq_parent .sq_wrap .sq_content img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: bottom;
}
.slider-arrow {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #fff;
  position: relative;
  transition: all .2s linear;
}
.slider-arrow:hover {
  background: #6baa91;
  -webkit-box-shadow: 0px 7px 35px 10px rgba(107, 170, 145, 0.46);
  -moz-box-shadow: 0px 7px 35px 10px rgba(107, 170, 145, 0.46);
  box-shadow: 0px 7px 35px 10px rgba(107, 170, 145, 0.46);
  transition: all .2s linear;
  cursor: pointer;
}
.slider-arrow:hover:before {
  background-image: url(../img/arrow.png);
  transition: all .2s linear;
}
.slider-arrow:before {
  width: 8px;
  height: 14px;
  background-image: url(../img/arrow_1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  top: 50%;
  margin-top: -7px;
  left: 50%;
  margin-left: -4px;
  position: absolute;
  transition: all .2s linear;
}
.slider-arrow.prev {
  margin-right: 20px;
}
.slider-arrow.next:before {
  transform: rotate(180deg);
}
.team_arrow_prev,
.team_arrow_next {
  position: absolute;
  top: 290px;
  left: -50px;
  z-index: 100;
}
.team_arrow_next {
  left: auto;
  right: -50px;
}
.stories {
  position: relative;
  padding-bottom: 70px;
  padding-top: 143px;
}
.stories:after {
  width: 107px;
  height: 462px;
  background: url(../img/right_plant.png) center center no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  right: 0;
  bottom: -245px;
}
.stories_left {
  width: 33%;
  padding-left: 100px;
  box-sizing: border-box;
  max-width: 462px;
}
.stories_left .title {
  font-family: _UltraLight;
  font-size: 8.2em;
  color: #000;
  text-align: left;
  line-height: 1;
}
.stories_left .title i {
  font-family: _UltraLightItalic;
  font-size: 0.6em;
  display: inline-block;
  margin-top: 32px;
}
.stories_left .subtitle {
  font-size: 1.8em;
  color: rgba(62, 59, 58, 0.8);
  font-family: _HelveticaNeueCyrLight;
  max-width: 217px;
  line-height: 1.4;
  margin-top: 72px;
}
.stories_left .arrows {
  margin-top: 77px;
}
.stories_left .arrows .other_stories {
  color: rgba(62, 59, 58, 0.8);
  font-family: _HelveticaNeueCyrLight;
  font-size: 12px;
  letter-spacing: 1px;
  width: 106px;
  line-height: 1.5;
  padding: 14px 0;
  box-sizing: border-box;
  margin-right: 47px;
}
.stories_left .arrows .arrow {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #fff;
  position: relative;
  transition: all .2s linear;
}
.stories_left .arrows .arrow:hover {
  background: #6baa91;
  -webkit-box-shadow: 0px 7px 35px 10px rgba(107, 170, 145, 0.46);
  -moz-box-shadow: 0px 7px 35px 10px rgba(107, 170, 145, 0.46);
  box-shadow: 0px 7px 35px 10px rgba(107, 170, 145, 0.46);
  transition: all .2s linear;
  cursor: pointer;
}
.stories_left .arrows .arrow:hover:before {
  background-image: url(../img/arrow.png);
  transition: all .2s linear;
}
.stories_left .arrows .arrow:before {
  width: 8px;
  height: 14px;
  background-image: url(../img/arrow_1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  top: 50%;
  margin-top: -7px;
  left: 50%;
  margin-left: -4px;
  position: absolute;
  transition: all .2s linear;
}
.stories_left .arrows .arrow.prev {
  margin-right: 20px;
}
.stories_left .arrows .arrow.next:before {
  transform: rotate(180deg);
}
.stories_right {
  width: 60%;
  float: right;
  max-width: 804px;
  height: 680px;
  position: relative;
  -webkit-box-shadow: 0px 7px 169px 10px rgba(107, 170, 145, 0.11);
  -moz-box-shadow: 0px 7px 169px 10px rgba(107, 170, 145, 0.11);
  box-shadow: 0px 7px 169px 10px rgba(107, 170, 145, 0.11);
}
.stories_right:before {
  background: url(../img/header_pattern_3.png) center center no-repeat;
  background-size: contain;
  width: 123px;
  height: 123px;
  top: -36px;
  left: -78px;
  position: absolute;
  content: '';
}
.stories_right .stories_slider .stories_item {
  background: #6baa91;
  border-radius: 13px;
}
.stories_right .stories_slider .stories_item_main {
  max-width: 633px;
  padding: 60px 67px;
  box-sizing: border-box;
  border-radius: 10px;
  position: relative;
  height: 680px;
  background: #fff;
}
.stories_right .stories_slider .stories_item_main:before {
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  content: '';
  position: absolute;
  border-radius: 6px;
}
.stories_right .stories_slider .stories_item_main:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/stories_bg.png) center center no-repeat;
  background-size: cover;
  box-sizing: border-box;
  content: '';
  opacity: .2;
  position: absolute;
  border-radius: 6px;
}
.stories_right .stories_slider .stories_item_main_title {
  font-size: 5.0em;
  font-family: _UltraLight;
  color: #6baa91;
  line-height: 1.1;
  position: relative;
  z-index: 1;
}
.stories_right .stories_slider .stories_item_main_text {
  font-size: 1.8em;
  font-family: _HelveticaNeueCyrLight;
  color: #3e3b3a;
  line-height: 1.5;
  margin-top: 35px;
  position: relative;
  z-index: 1;
}
.stories_right .stories_slider .stories_item_main_author {
  padding: 0 67px;
  position: absolute;
  height: 150px;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  z-index: 1;
}
.stories_right .stories_slider .stories_item_main_author_left {
  padding-left: 90px;
  box-sizing: border-box;
  position: relative;
  max-width: 280px;
  margin-top: 40px;
}
.stories_right .stories_slider .stories_item_main_author_left:before {
  width: 40px;
  height: 40px;
  background: url(../img/author_before.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  margin-top: -20px;
  opacity: .23;
}
.stories_right .stories_slider .stories_item_main_author_left .author_name {
  font-size: 2.6em;
  font-family: _UltraLight;
  color: #6baa91;
  margin-bottom: 9px;
}
.stories_right .stories_slider .stories_item_main_author_left .author_position {
  font-size: 14px;
  font-family: _HelveticaNeueCyrLight;
  color: rgba(62, 59, 58, 0.8);
}
.stories_right .stories_slider .stories_item_main_author_right {
  max-width: 130px;
  height: 150px;
  line-height: 150px;
}
.stories_right .stories_slider .stories_item_main_author_right img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  float: none;
  vertical-align: bottom;
}
.stories_right .stories_slider .stories_item_info {
  max-width: 166px;
  float: right;
  padding: 0 12px;
  box-sizing: border-box;
  text-align: center;
  padding-top: 28px;
}
.stories_right .stories_slider .stories_item_info .addiction,
.stories_right .stories_slider .stories_item_info .term {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  text-align: center;
  font-family: _HelveticaNeueCyrLight;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.stories_right .stories_slider .stories_item_info .addiction_val,
.stories_right .stories_slider .stories_item_info .term_val {
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-family: _HelveticaNeueCyrLight;
  letter-spacing: 1px;
  margin-bottom: 35px;
}
.stories_right .stories_slider .stories_item_info .doctor_block {
  min-height: 185px;
  background: #fff;
  border-radius: 4px;
  padding: 0 15px 20px 15px;
  box-sizing: border-box;
  margin-bottom: 34px;
}
.stories_right .stories_slider .stories_item_info .doctor_block .doctor_img {
  height: 92px;
  margin-top: -17px;
  text-align: center;
  margin-bottom: 23px;
}
.stories_right .stories_slider .stories_item_info .doctor_block .doctor_img img {
  display: inline-block;
  float: none;
  height: 100%;
  width: auto;
}
.stories_right .stories_slider .stories_item_info .doctor_block .doctor_name {
  font-size: 14px;
  color: #000;
  font-family: _HelveticaNeueCyrLight;
  line-height: 1.4;
  margin-top: 12px;
}
.stories_right .stories_slider .stories_item_info .doctor_block .doctor_position {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  font-family: _HelveticaNeueCyrLight;
}
.stories_right .stories_slider .stories_item_info .bottom_text {
  background: url(../img/border.png) center center no-repeat;
  background-size: contain;
  height: 150px;
  font-size: 2.4em;
  color: #fff;
  font-family: _UltraLight;
  padding: 28px 22px;
  box-sizing: border-box;
}
.stories_right .stories_slider .stories_item_info .btn {
  height: 51px;
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 1.6;
  margin-top: 27px;
}
.stories_right .stories_slider .stories_item_info .btn span {
  padding: 11px 8px;
  box-sizing: border-box;
}
.stories_right .stories_slider .stories_item_info .p_free {
  font-size: 12px;
  color: #fff;
  font-family: _HelveticaNeueCyrLight;
  margin-top: 15px;
  letter-spacing: 1.5px;
}
.motivation {
  background: url(../img/motivation.jpg) center center no-repeat;
  background-size: contain;
  padding-bottom: 216px;
  padding-top: 40px;
}
.motivation .title {
  color: #171717;
  font-family: _UltraLight;
  font-size: 8.2em;
  margin-bottom: 65px;
  padding-left: 100px;
  box-sizing: border-box;
  max-width: 1095px;
}
.motivation .section_content {
  padding-left: 193px;
  box-sizing: border-box;
}
.motivation .subtitle {
  color: #cbb895;
  font-family: _UltraLightItalic;
  font-size: 5.0em;
  padding-left: 193px;
  box-sizing: border-box;
  max-width: 834px;
  position: relative;
}
.motivation .subtitle span {
  display: none;
}
.motivation .subtitle:after {
  width: 44px;
  height: 41px;
  background: url(../img/plant3.png) center center no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  right: -360px;
  top: 50px;
}
.motivation .slick-list {
  overflow: visible;
}
.motivation .slick-list .slick-active {
  border: 1px solid rgba(203, 184, 149, 0.43);
  box-sizing: border-box;
  border-radius: 10px;
  color: #000;
}
.motivation_slider {
  margin-top: 82px;
}
.motivation_li {
  line-height: 80px;
  padding: 0 40px;
  box-sizing: border-box;
  height: 80px;
  text-align: center;
  color: #6baa91;
  font-family: _UltraLight;
  font-size: 3.4em;
  width: auto;
  margin: 0 15px;
}
.buildings {
  padding-top: 50px;
  position: relative;
  margin-bottom: 100px;
  z-index: 1;
}
.buildings:after {
  height: 118px;
  position: absolute;
  left: 50%;
  width: 2720px;
  margin-left: -1360px;
  content: '';
  bottom: -118px;
  background: url(../img/shadow.png) center center no-repeat;
  background-size: contain;
}
.buildings .title {
  font-family: _UltraLight;
  font-size: 5.0em;
  color: #000;
  max-width: 858px;
  padding-left: 100px;
  box-sizing: border-box;
  margin-bottom: 60px;
}
.buildings .title i {
  font-family: _UltraLightItalic;
  color: #cbb895;
  position: relative;
  margin-right: 20px;
}
.buildings .title i:before {
  position: absolute;
  top: 4px;
  left: -15px;
  right: -15px;
  bottom: -8px;
  background: #fff;
  content: '';
  z-index: -1;
  border-radius: 4px;
  -webkit-box-shadow: 0px 27px 207px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 27px 207px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 27px 207px 0px rgba(0, 0, 0, 0.16);
}
.buildings .subtitle {
  max-width: 955px;
  padding-left: 100px;
  box-sizing: border-box;
  font-size: 8.0em;
  font-family: _UltraLight;
  color: #6baa91;
  line-height: 1.1;
  margin-bottom: 122px;
}
.buildings .slick-list {
  overflow: visible;
  padding: 0;
}
.buildings_item {
  border-radius: 10px;
  margin: 0 30px;
}
.buildings_item .sq_parent {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 49.254%;
}
.buildings_item .sq_parent .sq_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
}
.buildings_item .sq_parent .sq_wrap .sq_content {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}
.buildings_item .sq_parent .sq_wrap .sq_content .img {
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.buildings_item .sq_parent .sq_wrap .sq_content .img img {
  width: 100%;
  max-width: 100%;
}
.buildings_item .sq_parent .sq_wrap .sq_content .info {
  width: 226px;
  height: 384px;
  background: url(../img/gallery_info.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  margin-top: -192px;
  right: 155px;
  color: #fff;
  font-family: _UltraLight;
  font-size: 2.8em;
  padding: 32px 35px;
  box-sizing: border-box;
  opacity: 0;
  transition: all .2s linear;
}
.buildings_item.slick-active .sq_parent .sq_wrap .sq_content .info {
  opacity: 1;
  transition: all .2s linear;
}
.buildings_bottom {
  height: 134px;
  position: relative;
  z-index: 1;
}
.buildings_bottom img {
  width: 172px;
  display: block;
  float: left;
  margin-top: -40px;
  margin-left: 195px;
  margin-right: 77px;
}
.buildings_bottom p {
  font-size: 3.4em;
  font-family: _UltraLight;
  color: #000;
  width: auto;
  padding: 46px 0;
  box-sizing: border-box;
}
.buildings-arrow-prev,
.buildings-arrow-next {
  left: 70px;
  top: 230px;
}
.buildings-arrow-next {
  left: auto;
  right: 70px;
}
.guarantee {
  background: rgba(200, 200, 200, 0.18);
  background-size: cover;
  position: relative;
  padding-bottom: 230px;
  box-sizing: border-box;
  padding-top: 300px;
  margin-top: -300px;
}
.guarantee:before {
  width: 128px;
  height: 548px;
  background: url(../img/result_right.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  content: '';
  bottom: -315px;
  z-index: 1;
}
.guarantee:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: url(../img/guarantree_bg.png) center center no-repeat;
  background-size: cover;
  opacity: .2;
}
.guarantee .wrap_float {
  padding-left: 100px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.guarantee .wrap_float:after {
  width: 83px;
  height: 163px;
  background: url(../img/guarantree_pattern_1.png) center center no-repeat;
  background-size: contain;
  content: '';
  top: 118px;
  right: -135px;
  position: absolute;
}
.guarantee_top {
  padding-bottom: 226px;
  box-sizing: border-box;
}
.guarantee_top .title {
  font-size: 5.0em;
  font-family: _UltraLight;
  max-width: 570px;
  margin-top: 125px;
  line-height: 1.2;
  position: relative;
}
.guarantee_top .title span {
  font-size: 1.8em;
  color: #cab794;
  clear: both;
  display: block;
  line-height: 1.1;
  margin-top: 3px;
}
.guarantee_top .title:after {
  width: 273px;
  height: 108px;
  background: url(../img/guarantree_pattern_2.png) center center no-repeat;
  background-size: contain;
  content: '';
  bottom: -222px;
  left: 10px;
  position: absolute;
}
.guarantee_top .subtitle {
  font-size: 3.4em;
  color: #000;
  font-family: _UltraLightItalic;
  width: 225px;
  position: absolute;
  top: 418px;
  left: 587px;
}
.guarantee_top .subtitle:before {
  background: url(../img/author_before.png) center center no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  left: -77px;
  top: 0;
  opacity: .2;
  width: 28px;
  height: 28px;
}
.guarantee_top .img {
  width: 620px;
  position: absolute;
  top: 0;
  right: 0;
}
.guarantee_center {
  padding-top: 115px;
  position: relative;
  margin-bottom: 50px;
}
.guarantee_center:before {
  width: 70px;
  height: 65px;
  position: absolute;
  background: url(../img/plant_3.png) center center no-repeat;
  background-size: contain;
  content: '';
  right: -50px;
  top: 0;
}
.guarantee_center .title {
  font-family: _UltraLight;
  font-size: 5.0em;
  color: #000;
  max-width: 366px;
}
.guarantee_center .title i {
  color: #cab794;
  position: relative;
  font-family: _UltraLightItalic;
  display: inline-block;
  line-height: 1;
  border-radius: 4px;
  margin: 0 18px;
}
.guarantee_center .title i:before {
  position: absolute;
  top: -5px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  background: #fff;
  content: '';
  z-index: -1;
  border-radius: 4px;
}
.guarantee_center_left {
  width: auto;
  position: relative;
}
.guarantee_center_left:before {
  background: url(../img/pat4.png) center center no-repeat;
  background-size: contain;
  width: 123px;
  height: 43px;
  content: '';
  position: absolute;
  left: 190px;
  bottom: -228px;
}
.guarantee_center .subtitle {
  font-family: _UltraLight;
  font-size: 2.8em;
  color: #000;
  max-width: 320px;
  clear: both;
  margin-top: 52px;
}
.guarantee_center .button {
  padding-top: 30px;
}
.guarantee_center_ul {
  max-width: 470px;
  margin-left: 78px;
  position: relative;
  z-index: 1;
}
.guarantee_center_ul .guarantee_li {
  padding: 26px 35px 11px;
  box-sizing: border-box;
}
.guarantee_center_ul .guarantee_li:hover {
  cursor: pointer;
}
.guarantee_center_ul .guarantee_li:hover * {
  cursor: pointer;
}
.guarantee_center_ul .guarantee_li.active {
  background: #fff;
  -webkit-box-shadow: 0px 7px 169px 10px rgba(184, 211, 200, 0.08);
  -moz-box-shadow: 0px 7px 169px 10px rgba(184, 211, 200, 0.08);
  box-shadow: 0px 7px 169px 10px rgba(184, 211, 200, 0.08);
}
.guarantee_center_ul .guarantee_li.active .guarantee_li_title {
  color: #cab794;
}
.guarantee_center_ul .guarantee_li_title {
  color: #6baa91;
  font-size: 2.8em;
  font-family: _UltraLight;
}
.guarantee_center_ul .guarantee_li_text {
  color: #3e3b3a;
  font-size: 16px;
  margin-top: 22px;
  font-family: _HelveticaNeueCyrLight;
  display: none;
  padding-bottom: 11px;
}
.guarantee_center_right {
  max-width: 147px;
  margin-right: 50px;
  float: right;
  font-size: 2.8em;
  color: #000;
  font-family: _UltraLight;
  position: relative;
  margin-top: 100px;
}
.guarantee_center_right:before {
  width: 826px;
  height: 607px;
  background: url(../img/guarantree_right.png) center center no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  right: -172px;
  top: -362px;
}
.guarantee_center_right p {
  position: relative;
  margin-bottom: 35px;
}
.guarantee_center_right span {
  position: absolute;
  left: -22px;
  top: 2px;
}
.guarantee_bottom {
  position: relative;
}
.guarantee_bottom:before {
  background: url(../img/plant_3.png) center center no-repeat;
  background-size: contain;
  width: 70px;
  height: 65px;
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  margin-left: 278px;
  bottom: -160px;
  z-index: 1;
}
.guarantee_bottom_left {
  color: #171717;
  font-family: _UltraLight;
  font-size: 5.0em;
  max-width: 540px;
}
.guarantee_bottom_left i {
  color: #cbb895;
  font-family: _UltraLightItalic;
  display: inline-block;
  position: relative;
}
.guarantee_bottom_left i:before {
  position: absolute;
  top: 4px;
  left: -15px;
  right: -15px;
  bottom: -3px;
  background: #fff;
  content: '';
  z-index: -1;
  border-radius: 4px;
}
.guarantee_bottom_right {
  max-width: 558px;
  margin-right: 50px;
  float: right;
}
.guarantee_bottom_right .img_link {
  width: 428px;
  height: 330px;
  display: block;
  float: left;
  position: relative;
}
.guarantee_bottom_right .img_link p {
  width: 116px;
  position: absolute;
  font-size: 12px;
  color: rgba(62, 59, 58, 0.5);
  left: 100%;
  margin-left: 14px;
  top: 135px;
  padding-top: 45px;
  box-sizing: border-box;
  font-family: _HelveticaNeueCyrLight;
  line-height: 1.4;
}
.guarantee_bottom_right .img_link p:before {
  width: 17px;
  height: 18px;
  background: url(../img/zoom.png) center center no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  opacity: .2;
}
.guarantee_bottom_right .img_link img {
  display: block;
  float: left;
}
.results {
  background: url(../img/results_bg.png) center center no-repeat;
  background-size: cover;
  -webkit-clip-path: polygon(68% 0, 100% 3%, 100% 96%, 34% 100%, 0 96%, 0 4%);
  clip-path: polygon(68% 0, 100% 3%, 100% 96%, 34% 100%, 0 96%, 0 4%);
  padding: 100px 0 85px;
  box-sizing: border-box;
  margin-top: -100px;
  position: relative;
}
.results:before {
  width: 113px;
  height: 480px;
  background: url(../img/result_left.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  content: '';
  top: 40%;
  z-index: 1;
}
.results .wrap_float {
  position: relative;
}
.results .wrap_float:before {
  background: url(../img/plant3.png) center center no-repeat;
  background-size: contain;
  width: 42px;
  height: 39px;
  position: absolute;
  content: '';
  left: -140px;
  bottom: 27%;
}
.results .wrap_float:after {
  background: url(../img/plant1.png) center center no-repeat;
  background-size: contain;
  width: 25px;
  height: 23px;
  position: absolute;
  content: '';
  right: -140px;
  top: 25%;
}
.results .wrap_float .results_ul {
  max-width: 256px;
  position: absolute;
  top: 104px;
  right: 83px;
  z-index: 1;
}
.results .wrap_float .results_ul .results_li {
  font-family: _UltraLight;
  font-size: 1.4em;
  color: #6baa91;
  line-height: 1.3;
  margin-bottom: 34px;
  position: relative;
  padding-left: 108px;
  box-sizing: border-box;
}
.results .wrap_float .results_ul .results_li:hover {
  cursor: pointer;
}
.results .wrap_float .results_ul .results_li:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #c0ae8d;
  opacity: .2;
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  margin-top: -5px;
}
.results .wrap_float .results_ul .results_li:last-child {
  margin-bottom: 0;
}
.results .wrap_float .results_ul .results_li.active {
  color: #cbb895;
}
.results .wrap_float .results_ul .results_li.active:before {
  transform: scale(1.8);
  opacity: 1;
}
.results .results--left {
  position: absolute;
  width: auto;
  top: 0;
  left: 0;
}
.results .results--left .title_text {
  font-family: _UltraLight;
  font-size: 3.8em;
  color: #fff;
  max-width: 335px;
}
.results .results--left .title_text span {
  color: #cbb895;
  font-size: 2.97em;
  line-height: .95;
  margin-top: 43px;
  display: block;
}
.results .results--left .bottom {
  width: 268px;
  height: 352px;
  position: relative;
  clear: both;
  background: url(../img/result_border.png) center center no-repeat;
  background-size: contain;
  padding: 34px 25px 60px;
  box-sizing: border-box;
  margin-top: 132px;
}
.results .results--left .bottom .content_text {
  color: rgba(255, 255, 255, 0.9);
  font-family: _HelveticaNeueCyrLight;
  font-size: 14px;
  text-align: center;
  line-height: 1.6;
}
.results .results--left .bottom .content_img {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  background: #6baa91;
  position: absolute;
  left: 50%;
  margin-left: -33px;
  bottom: -41px;
}
.results .results--left .bottom .content_img img {
  height: 100%;
  width: auto;
  display: inline-block;
}
.results .results--left .bottom .content_name {
  font-size: 2.4em;
  font-family: _UltraLight;
  color: #6baa91;
  position: absolute;
  bottom: -80px;
  left: 0;
  text-align: center;
}
.results_slider .results_item {
  position: relative;
  padding: 100px 0;
  box-sizing: border-box;
  padding-left: 100px;
  min-height: 953px;
}
.results_slider .results_item_title {
  font-family: _ProximaNovaExtraBold;
  font-size: 26.7em;
  text-transform: uppercase;
  letter-spacing: -45px;
  position: absolute;
  top: 38%;
  left: 40%;
  z-index: 1;
}
.results_slider .results_item_title.hobby span:nth-child(2) {
  margin-left: -41px;
}
.results_slider .results_item_title.business {
  font-size: 21.8em;
  top: 40%;
}
.results_slider .results_item_title.business span {
  margin-left: -25px;
}
.results_slider .results_item_title.vocation {
  font-size: 14.2em;
  top: 44%;
}
.results_slider .results_item_title.family {
  font-size: 26.78em;
}
.results_slider .results_item_title.family span {
  margin-left: -29px;
}
.results_slider .results_item_title.parents {
  font-size: 16.67em;
  top: 44%;
}
.results_slider .results_item_title.healthy {
  font-size: 15.24em;
  line-height: 1;
  top: 42%;
}
.results_slider .results_item_title span {
  display: block;
  float: left;
  width: auto;
  background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 44%, rgba(255, 255, 255, 0.75) 89%, rgba(255, 255, 255, 0.62) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 44%, rgba(255, 255, 255, 0.75) 89%, rgba(255, 255, 255, 0.62) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffffff 0%, #ffffff 44%, rgba(255, 255, 255, 0.75) 89%, rgba(255, 255, 255, 0.62) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#9effffff', GradientType=1);
  /* IE6-9 */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0;
  margin-left: -19px;
}
.results_slider .results_item .main_img {
  position: absolute;
  top: 0;
  height: 100%;
  left: 50%;
  width: 500px;
  margin-left: -250px;
  text-align: center;
}
.results_slider .results_item .main_img img {
  height: 100%;
  width: auto;
}
.results_slider .results_item_right {
  max-width: 292px;
  font-family: _HelveticaNeueCyrLight;
  font-size: 2.0em;
  color: #fff;
  float: right;
  margin-top: 700px;
  line-height: 1.5;
  position: relative;
}
.results_slider .results_item_right p {
  position: relative;
  z-index: 1;
}
.results_slider .results_item_right:before {
  width: 170px;
  height: 170px;
  position: absolute;
  content: '';
  background: url(../img/circle.png) center center no-repeat;
  background-size: contain;
  top: -85px;
  left: -85px;
}
.conditions {
  position: relative;
  padding-bottom: 152px;
}
.conditions:before {
  width: 302px;
  height: 414px;
  background: url(../img/plants.png) center center no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  right: 0;
  top: 486px;
}
.conditions .wrap_float {
  padding: 167px 0 0;
  position: relative;
}
.conditions .wrap_float:before {
  width: 988px;
  height: 1113px;
  background: url(../img/strawberry.png) center center no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  right: 100%;
  top: 130px;
  margin-right: -67px;
  z-index: 1;
}
.conditions .wrap_float:after {
  width: 123px;
  height: 243px;
  background: url(../img/conditions_pattern.png) center center no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  top: 640px;
  left: -220px;
}
.conditions_left {
  max-width: 670px;
  padding-left: 100px;
  box-sizing: border-box;
}
.conditions .title {
  font-size: 8.2em;
  font-family: _UltraLight;
  text-align: left;
  line-height: 1;
}
.conditions .text {
  font-size: 2.8em;
  font-family: _UltraLight;
  padding-left: 95px;
  box-sizing: border-box;
  position: relative;
  margin-top: 57px;
  line-height: 1.4;
  max-width: 520px;
}
.conditions .text:before {
  width: 35px;
  height: 36px;
  background: url(../img/shape.png) center center no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}
.conditions_right {
  max-width: 345px;
  margin-right: 180px;
  float: right;
}
.conditions_right ul {
  position: relative;
}
.conditions_right ul:before {
  width: 123px;
  height: 243px;
  background: url(../img/conditions_pattern_2.png) center center no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  top: 36px;
  right: -212px;
}
.conditions_right ul:after {
  width: 107px;
  height: 89px;
  background: url(../img/plant.png) center center no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  top: 36px;
  right: -300px;
}
.conditions_right ul li {
  font-size: 2.0em;
  color: #6baa91;
  font-family: _UltraLight;
  padding: 22px 43px;
  box-sizing: border-box;
  margin-bottom: 27px;
  border-radius: 10px;
}
.conditions_right ul li:hover {
  cursor: pointer;
}
.conditions_right ul li:hover * {
  cursor: pointer;
}
.conditions_right ul li:last-child {
  margin-bottom: 0;
}
.conditions_right ul li.active {
  color: #000;
  -webkit-box-shadow: 0px 27px 207px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 27px 207px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 27px 207px 0px rgba(0, 0, 0, 0.12);
  background: url(../img/li_pattern.png) bottom right no-repeat;
}
.conditions_right ul li span {
  position: relative;
}
.conditions_right ul li span:after {
  background: rgba(107, 170, 145, 0.5);
  height: 1px;
  left: 0;
  right: 0;
  bottom: -5px;
  position: absolute;
  content: '';
}
.conditions_right_bottom {
  font-family: _UltraLight;
  color: #000;
  font-size: 2.0em;
  max-width: 155px;
  margin-top: 80px;
  margin-left: 38px;
  position: relative;
}
.conditions_right_bottom span {
  color: #cbb895;
  font-size: 1.3em;
  display: block;
  clear: both;
  margin-top: 17px;
}
.conditions_right_bottom:after {
  width: 246px;
  height: 234px;
  background: url(../img/strawberry-item.png) center center no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  top: 95%;
  right: -200px;
}
.steps {
  padding-bottom: 133px;
  padding-top: 35px;
}
.steps .title {
  font-size: 5.0em;
  font-family: _UltraLight;
  text-align: left;
  line-height: 1;
  max-width: 925px;
  padding-left: 100px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 22px;
}
.steps .title:before {
  width: 123px;
  height: 123px;
  background: url(../img/header_pattern_3.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  top: 0;
  right: 85px;
  z-index: -1;
}
.steps .title i {
  color: #cbb895;
  font-family: _UltraLightItalic;
  position: relative;
}
.steps .title i:before {
  position: absolute;
  top: 4px;
  left: -15px;
  right: -15px;
  bottom: -8px;
  background: #fff;
  content: '';
  z-index: -1;
  border-radius: 4px;
}
.steps .section_content {
  position: relative;
}
.steps .slick-list {
  overflow: visible;
}
.steps_slider {
  margin-top: 73px;
}
.steps_slider_item {
  height: 230px;
  border-radius: 10px;
  background: #fff;
  padding: 5px;
  box-sizing: border-box;
  width: 48.51%;
  margin-right: 40px;
  -webkit-box-shadow: 0px 7px 169px 10px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 7px 169px 10px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 7px 169px 10px rgba(0, 0, 0, 0.11);
  max-width: 650px;
  position: relative;
}
.steps_slider_item:before {
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  top: 5px;
  right: 5px;
  left: 5px;
  bottom: 5px;
  content: '';
  position: absolute;
}
.steps_slider_item .step_num {
  width: 230px;
  height: 20px;
  font-size: 12px;
  text-transform: uppercase;
  font-family: _ProximaNovaBold;
  color: rgba(0, 0, 0, 0.2);
  position: absolute;
  transform: rotate(-90deg);
  letter-spacing: 2px;
  top: 105px;
  left: -50px;
  text-align: center;
  z-index: 1;
}
.steps_slider_item .tc {
  height: 220px;
  display: table-cell;
  vertical-align: middle;
  float: none;
  padding-left: 118px;
  padding-right: 95px;
  box-sizing: border-box;
  font-size: 3.4em;
  color: #3e3b3a;
  font-family: _UltraLight;
  position: relative;
  z-index: 1;
}
.steps_slider_item .tc b {
  font-family: _Regular;
  color: #67a38b;
}
.steps .arrows {
  width: 144px;
  height: 62px;
  position: absolute;
  right: 109px;
  top: -77px;
}
.steps .arrows .arrow {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #6baa91;
  background: #fff;
  position: relative;
  transition: all .2s linear;
}
.steps .arrows .arrow:hover {
  background: #6baa91;
  -webkit-box-shadow: 0px 7px 35px 10px rgba(107, 170, 145, 0.46);
  -moz-box-shadow: 0px 7px 35px 10px rgba(107, 170, 145, 0.46);
  box-shadow: 0px 7px 35px 10px rgba(107, 170, 145, 0.46);
  transition: all .2s linear;
  cursor: pointer;
}
.steps .arrows .arrow:hover:before {
  background-image: url(../img/arrow.png);
  transition: all .2s linear;
}
.steps .arrows .arrow:before {
  width: 8px;
  height: 14px;
  background-image: url(../img/arrow_1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  top: 50%;
  margin-top: -7px;
  left: 50%;
  margin-left: -4px;
  position: absolute;
  transition: all .2s linear;
}
.steps .arrows .arrow.prev {
  margin-right: 20px;
}
.steps .arrows .arrow.next:before {
  transform: rotate(180deg);
}
.video_instruction {
  position: relative;
  padding-top: 20px;
}
.video_instruction:before {
  width: 160px;
  height: 522px;
  position: absolute;
  content: '';
  left: 0;
  top: 26%;
  background: url(../img/video_plants_left.png) center center no-repeat;
  background-size: contain;
}
.video_instruction .wrap_float {
  position: relative;
  padding-bottom: 350px;
  box-sizing: border-box;
  background: url(../img/doctor_form_bg.png) bottom -45px left no-repeat;
  background-size: contain;
  /*&:before {
            width: 620px;
            height: 360px;
            background: url(../img/video_1.jpg) center center no-repeat;
            background-size: contain;
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
        }
        
        &:after {
            width: 620px;
            height: 360px;
            background: url(../img/video_2.jpg) center center no-repeat;
            background-size: contain;
            content: '';
            position: absolute;
            bottom: 0;
            right: 0;
            opacity: .6;
        }*/
}
.video_instruction .left {
  max-width: 633px;
  padding-left: 100px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  padding-top: 70px;
}
.video_instruction .left:before {
  width: 44px;
  height: 41px;
  position: absolute;
  top: -65px;
  right: -40px;
  background: url(../img/plant1.png) center center no-repeat;
  background-size: contain;
  content: '';
}
.video_instruction .left:after {
  width: 25px;
  height: 23px;
  position: absolute;
  top: 56%;
  left: -124px;
  background: url(../img/plant2.png) center center no-repeat;
  background-size: contain;
  content: '';
}
.video_instruction .left .title {
  font-size: 5.0em;
  font-family: _UltraLight;
  text-align: left;
  line-height: 1.2;
  max-width: 840px;
  margin-bottom: 50px;
}
.video_instruction .left .title i {
  color: #cbb895;
  font-family: _UltraLightItalic;
}
.video_instruction .left .text {
  color: #252525;
  font-size: 2.2em;
  font-family: _HelveticaNeueCyrThin;
  max-width: 380px;
  position: relative;
  line-height: 1.4;
}
.video_instruction .left .text .doctor_block {
  width: 120px;
  position: absolute;
  top: 0;
  right: -255px;
}
.video_instruction .left .text .doctor_block_img {
  width: 68px;
  height: 75px;
  margin-bottom: 40px;
}
.video_instruction .left .text .doctor_block_img img {
  width: 100%;
}
.video_instruction .left .text .doctor_block_text {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  font-family: _HelveticaNeueCyrLight;
  line-height: 1.5;
}
.video_instruction .right {
  max-width: 478px;
  float: right;
  position: relative;
  z-index: 1;
}
.video_instruction .right .form_block {
  background: url(../img/form_bg.jpg) center center no-repeat;
  background-size: cover;
  border-radius: 10px;
  padding: 58px 90px;
  box-sizing: border-box;
  position: relative;
}
.video_instruction .right .form_block:before {
  top: 5px;
  left: 5px;
  bottom: 5px;
  right: 5px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  position: absolute;
  border-radius: 10px;
}
.video_instruction .right .form_block:after {
  width: 90px;
  height: 437px;
  position: absolute;
  content: '';
  left: 100%;
  top: 16%;
  background: url(../img/form_right_plants.png) center center no-repeat;
  background-size: contain;
}
.video_instruction .right .form_block .form_title {
  font-family: _UltraLight;
  font-size: 5.0em;
  color: #fff;
  max-width: 260px;
  line-height: 1.1;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.video_instruction .right .form_block .form_subtitle {
  font-size: 18px;
  color: #000;
  font-family: _HelveticaNeueCyrLight;
  line-height: 1.4;
  position: relative;
  z-index: 1;
}
.video_instruction .right .form_block .form_wrap {
  margin-top: 45px;
  position: relative;
  z-index: 1;
}
.video_instruction .right .form_block .form_wrap .input_wrap {
  position: relative;
  margin-bottom: 28px;
}
.video_instruction .right .form_block .form_wrap .input_wrap:before {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: '';
  position: absolute;
  left: 22px;
  top: 50%;
}
.video_instruction .right .form_block .form_wrap .input_wrap .input {
  height: 70px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  background: none;
  display: block;
  float: left;
  width: 100%;
  padding: 0 56px;
  box-sizing: border-box;
  font-family: _HelveticaNeueCyrLight;
  font-size: 17px;
  color: #fff;
}
.video_instruction .right .form_block .form_wrap .input_wrap .input:focus {
  outline: 0;
}
.video_instruction .right .form_block .form_wrap .input_wrap.name:before {
  width: 11px;
  height: 14px;
  background-image: url(../img/input_name.png);
  margin-top: -7px;
}
.video_instruction .right .form_block .form_wrap .input_wrap.email:before {
  width: 14px;
  height: 10px;
  background-image: url(../img/input_email.png);
  margin-top: -5px;
}
.video_instruction .right .form_block .form_wrap .submit {
  background: #69ab91;
}
.video_instruction .right .form_block .form_wrap .submit span {
  background: #84baa5;
  /* Old browsers */
  background: -moz-linear-gradient(top, #84baa5 0%, #7db193 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #84baa5 0%, #7db193 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #84baa5 0%, #7db193 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#84baa5', endColorstr='#7db193', GradientType=0);
  /* IE6-9 */
  color: #fff;
}
.video_instruction .right .form_block .form_wrap .submit:before {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#84baa5+0,7db193+100 */
  background: #84baa5;
  /* Old browsers */
  background: -moz-linear-gradient(top, #84baa5 0%, #7db193 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #84baa5 0%, #7db193 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #84baa5 0%, #7db193 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#84baa5', endColorstr='#7db193', GradientType=0);
  /* IE6-9 */
}
.video_instruction .right .form_block .form_wrap .checkbox {
  margin-top: 60px;
}
.video_instruction .right .form_block .form_wrap .checkbox input {
  display: none;
}
.video_instruction .right .form_block .form_wrap .checkbox label {
  padding-left: 48px;
  box-sizing: border-box;
  font-size: 12px;
  font-family: _HelveticaNeueCyrLight;
  color: #3e3b3a;
  display: block;
  float: left;
  width: 100%;
  position: relative;
}
.video_instruction .right .form_block .form_wrap .checkbox label:before {
  width: 23px;
  height: 23px;
  content: '';
  position: absolute;
  left: 0;
  background: url(../img/checkbox_before.png) center center no-repeat;
  background-size: contain;
  top: 0;
}
.video_instruction .right .form_block .form_wrap .checkbox label:after {
  width: 14px;
  height: 12px;
  content: '';
  position: absolute;
  left: 6px;
  background: url(../img/checkbox_after.png) center center no-repeat;
  background-size: contain;
  top: 3px;
  opacity: 0;
  transition: all .2s linear;
}
.video_instruction .right .form_block .form_wrap .checkbox label:hover {
  cursor: pointer;
}
.video_instruction .right .form_block .form_wrap .checkbox input:checked + label:after {
  opacity: 1;
  transition: all .2s linear;
}
.price {
  padding-top: 42px;
  padding-bottom: 140px;
}
.price_left {
  max-width: 935px;
  padding-left: 100px;
  box-sizing: border-box;
}
.price_left .title {
  font-size: 5.0em;
  font-family: _UltraLight;
  text-align: left;
  line-height: 1.2;
  max-width: 840px;
  margin-bottom: 10px;
}
.price_left .title_text {
  font-size: 9.0em;
  font-family: _UltraLight;
  text-align: left;
  line-height: 1;
  color: #cab794;
}
.price_left .subtitle {
  font-size: 2.0em;
  font-family: _HelveticaNeueCyrLight;
  text-align: left;
  line-height: 1.5;
  color: rgba(62, 59, 58, 0.6);
  padding-left: 62px;
  box-sizing: border-box;
  margin-top: 56px;
}
.price_right {
  max-width: 204px;
  margin-right: 100px;
  float: right;
}
.price_right .p_top {
  color: #3e3b3a;
  font-family: _UltraLight;
  font-size: 2.8em;
}
.price_right .p_bottom {
  color: rgba(54, 54, 54, 0.6);
  font-family: _HelveticaNeueCyrLight;
  font-size: 1.8em;
  line-height: 1.5;
  margin-top: 35px;
}
.section_form_block {
  padding-bottom: 90px;
  position: relative;
}
.section_form_block .wrap_float {
  position: relative;
}
.section_form_block .wrap_float:before {
  width: 44px;
  height: 41px;
  background: url(../img/plant1.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: -26px;
  left: 36%;
  content: '';
  z-index: 1;
}
.section_form_block:before {
  width: 156px;
  height: 523px;
  position: absolute;
  background: url(../img/price_right.png) center center no-repeat;
  background-size: contain;
  content: '';
  right: 0;
  top: -150px;
}
.section_form_block:after {
  width: 120px;
  height: 495px;
  position: absolute;
  background: url(../img/price_left.png) center center no-repeat;
  background-size: contain;
  content: '';
  left: 0;
  bottom: 150px;
}
.section_form_block .form_block_wrap {
  background: #262c2d;
  border-radius: 11px;
  position: relative;
  padding: 100px 95px 0;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-box-shadow: 0px 49px 169px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 49px 169px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 49px 169px 10px rgba(0, 0, 0, 0.22);
}
.section_form_block .form_block_wrap:before {
  width: 752px;
  height: 469px;
  background: url(../img/form_before.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  opacity: .01;
}
.section_form_block .form_block_wrap:after {
  top: 8px;
  right: 8px;
  bottom: 8px;
  left: 8px;
  content: '';
  border: 1px solid rgba(255, 255, 255, 0.06);
  position: absolute;
  border-radius: 11px;
}
.section_form_block .left {
  max-width: 560px;
  padding-left: 64px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.section_form_block .left .title {
  font-size: 5.0em;
  font-family: _UltraLight;
  color: #cab794;
  position: relative;
}
.section_form_block .left .title:before {
  width: 25px;
  height: 23px;
  position: absolute;
  content: '';
  background: url(../img/plant3.png) center center no-repeat;
  background-size: contain;
  right: -33px;
  top: 120px;
}
.section_form_block .left .doctor_block {
  position: relative;
  padding-top: 68px;
}
.section_form_block .left .doctor_block .quote {
  font-size: 2.8em;
  font-family: _UltraLight;
  color: #fff;
  max-width: 262px;
  position: absolute;
  right: -37px;
  top: 0;
}
.section_form_block .left .doctor_block .quote i {
  display: block;
  color: #6baa91;
  font-family: _UltraLightItalic;
}
.section_form_block .left .doctor_block .img {
  width: 332px;
  height: 270px;
  margin-left: -63px;
}
.section_form_block .left .doctor_block .img img {
  width: 100%;
}
.section_form_block .left .doctor_block .doctor_name {
  font-family: _UltraLightItalic;
  color: #cbb895;
  font-size: 2.4em;
  bottom: 93px;
  width: auto;
  left: 176px;
  position: absolute;
  -webkit-filter: drop-shadow(0px 50px 50px rgba(0, 0, 0, 0.12));
  filter: drop-shadow(0px 50px 50px rgba(0, 0, 0, 0.12));
}
.section_form_block .left .doctor_block .doctor_name span {
  background: #fff;
  /*-webkit-box-shadow: 0px 27px 207px 0px rgba(0,0,0,0.12);
                    -moz-box-shadow: 0px 27px 207px 0px rgba(0,0,0,0.12);
                    box-shadow: 0px 27px 207px 0px rgba(0,0,0,0.12);*/
  padding: 1px 20px;
  box-sizing: border-box;
  display: block;
  float: left;
  width: auto;
  clear: both;
}
.section_form_block .left .doctor_block .doctor_name span:first-child {
  padding-top: 8px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.section_form_block .left .doctor_block .doctor_name span:last-child {
  padding-bottom: 8px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.section_form_block .left .doctor_block .doctor_position {
  font-family: _HelveticaNeueCyrLight;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  left: 412px;
  bottom: 105px;
  max-width: 118px;
  position: absolute;
  line-height: 1.7;
}
.section_form_block .right {
  max-width: 355px;
  float: right;
  margin-right: 62px;
  line-height: 1.6;
  position: relative;
  z-index: 1;
}
.section_form_block .right:before {
  width: 54px;
  height: 56px;
  background: url(../img/symbol.png) center center no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  left: -115px;
  top: 0;
}
.section_form_block .right:after {
  width: 25px;
  height: 23px;
  background: url(../img/plant1.png) center center no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  right: -80px;
  bottom: 34px;
}
.section_form_block .right .form_title {
  font-size: 1.8em;
  color: #fff;
  font-family: _HelveticaNeueCyrLight;
  margin-bottom: 45px;
}
.section_form_block .right .form_content {
  max-width: 320px;
}
.section_form_block .right .form_content .input_wrap {
  position: relative;
  margin-bottom: 28px;
}
.section_form_block .right .form_content .input_wrap:before {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: '';
  position: absolute;
  left: 22px;
  top: 50%;
  opacity: .1;
}
.section_form_block .right .form_content .input_wrap .input {
  height: 70px;
  border: 2px solid rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  background: none;
  display: block;
  float: left;
  width: 100%;
  padding: 0 56px;
  box-sizing: border-box;
  font-family: _HelveticaNeueCyrLight;
  font-size: 17px;
  color: #fff;
}
.section_form_block .right .form_content .input_wrap .input:focus {
  outline: 0;
}
.section_form_block .right .form_content .input_wrap.name:before {
  width: 11px;
  height: 14px;
  background-image: url(../img/input_name.png);
  margin-top: -7px;
}
.section_form_block .right .form_content .input_wrap.email:before {
  width: 14px;
  height: 10px;
  background-image: url(../img/input_email.png);
  margin-top: -5px;
}
.section_form_block .right .form_content .checkbox {
  margin-top: 45px;
}
.section_form_block .right .form_content .checkbox input {
  display: none;
}
.section_form_block .right .form_content .checkbox label {
  padding-left: 48px;
  box-sizing: border-box;
  font-size: 12px;
  font-family: _HelveticaNeueCyrLight;
  color: rgba(255, 255, 255, 0.2);
  display: block;
  float: left;
  width: 100%;
  position: relative;
  letter-spacing: 1px;
}
.section_form_block .right .form_content .checkbox label:before {
  width: 23px;
  height: 23px;
  content: '';
  position: absolute;
  left: 0;
  background: url(../img/checkbox_before.png) center center no-repeat;
  background-size: contain;
  top: 0;
}
.section_form_block .right .form_content .checkbox label:after {
  width: 14px;
  height: 12px;
  content: '';
  position: absolute;
  left: 6px;
  background: url(../img/checkbox_after.png) center center no-repeat;
  background-size: contain;
  top: 3px;
  opacity: 0;
  transition: all .2s linear;
}
.section_form_block .right .form_content .checkbox label:hover {
  cursor: pointer;
}
.section_form_block .right .form_content .checkbox input:checked + label:after {
  opacity: 1;
  transition: all .2s linear;
}
.faq {
  padding-bottom: 107px;
}
.faq .title {
  font-size: 5.0em;
  color: #262c2d;
  font-family: _UltraLight;
  text-align: center;
  margin-bottom: 60px;
}
.faq .title i {
  font-family: _UltraLightItalic;
  color: #6baa91;
}
.faq .wrap_float {
  position: relative;
}
.faq .wrap_float:before {
  background: url(../img/header_pattern_3.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  left: -75px;
  top: 370px;
  width: 123px;
  height: 123px;
}
.faq_list {
  counter-reset: myCounter;
}
.faq_list .faq_li.active .faq_li_question:after {
  transform: rotate(180deg);
  background-image: url(../img/faq_arrow-active.png);
  transition: all .2s linear;
}
.faq_list .faq_li.active .faq_li_question .tc {
  color: #050505;
  transition: all .2s linear;
}
.faq_list .faq_li_question {
  height: 103px;
  background: #fff;
  padding: 6px 100px;
  box-sizing: border-box;
  border-radius: 10px;
  position: relative;
  -webkit-box-shadow: 0px 7px 169px 10px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 7px 169px 10px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 7px 169px 10px rgba(0, 0, 0, 0.11);
}
.faq_list .faq_li_question:hover {
  cursor: pointer;
}
.faq_list .faq_li_question:hover * {
  cursor: pointer;
}
.faq_list .faq_li_question:before {
  top: 6px;
  right: 6px;
  bottom: 6px;
  left: 6px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  content: '';
  position: absolute;
  border-radius: 10px;
}
.faq_list .faq_li_question:after {
  width: 15px;
  height: 10px;
  content: '';
  position: absolute;
  background-image: url(../img/faq_arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  right: 55px;
  top: 50%;
  margin-top: -5px;
  transition: all .2s linear;
}
.faq_list .faq_li_question .tc {
  height: 89px;
  display: table-cell;
  vertical-align: middle;
  float: none;
  font-family: _UltraLight;
  font-size: 3.4em;
  transition: all .2s linear;
  position: relative;
  color: #6baa91;
}
.faq_list .faq_li_question .tc:after {
  width: 89px;
  counter-increment: myCounter;
  content: "0" counter(myCounter);
  position: absolute;
  transform: rotate(-90deg);
  left: -80px;
  top: 38px;
  text-align: center;
  color: rgba(45, 45, 45, 0.2);
  font-family: _ProximaNovaBold;
  font-size: 12px;
}
.faq_list .faq_li_answer {
  padding: 0 20px;
  box-sizing: border-box;
  display: none;
}
.faq_list .faq_li_answer_wrap {
  padding: 47px 82px 52px 82px;
  box-sizing: border-box;
  background: #6baa91;
  position: relative;
}
.faq_list .faq_li_answer_wrap:before {
  background: url(../img/faq_answer_bg.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: .3;
}
.faq_list .faq_li_answer_wrap_text {
  font-size: 2.2em;
  color: #fff;
  font-family: _HelveticaNeueCyrLight;
  position: relative;
  z-index: 1;
  max-width: 790px;
}
.faq_list .faq_li_answer_wrap .doctor_block {
  max-width: 310px;
  float: right;
  position: absolute;
  right: 55px;
  top: 0;
  z-index: 1;
  height: 100%;
}
.faq_list .faq_li_answer_wrap .doctor_block .img {
  width: 158px;
  position: relative;
  height: 100%;
}
.faq_list .faq_li_answer_wrap .doctor_block .img img {
  position: absolute;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
}
.faq_list .faq_li_answer_wrap .doctor_block .doctor_name {
  font-family: _UltraLight;
  color: #fff;
  font-size: 2.2em;
  position: absolute;
  width: 130px;
  left: 192px;
  top: 48px;
}
.faq_list .faq_li_answer_wrap .doctor_block .doctor_name:before {
  width: 23px;
  height: 2px;
  background: rgba(0, 0, 0, 0.3);
  content: '';
  position: absolute;
  left: -36px;
  top: 13px;
}
.faq_list .faq_li_answer_wrap .doctor_block .doctor_position {
  font-family: _ProximaNovaBold;
  color: rgba(45, 45, 45, 0.6);
  font-size: 10px;
  text-transform: uppercase;
  position: absolute;
  width: 130px;
  left: 192px;
  top: 88px;
  letter-spacing: 2px;
}
.variant {
  position: relative;
  z-index: 1;
  padding-top: 84px;
}
.variant .wrap_float {
  position: relative;
  border-radius: 10px;
  margin-bottom: -30px;
  background: #fff;
  padding-top: 87px;
}
.variant .wrap_float:before {
  background: url(../img/stories_bg.png) center center no-repeat;
  background-size: cover;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: .1;
  bottom: 0;
}
.variant .wrap_float:after {
  border: 1px solid rgba(0, 0, 0, 0.06);
  content: '';
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border-radius: 10px;
}
.variant .title {
  font-size: 5.0em;
  font-family: _UltraLight;
  color: #000;
  margin-bottom: 45px;
}
.variant .title span {
  color: #6baa91;
}
.variant .left {
  max-width: 670px;
  padding-left: 160px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.variant .left:before {
  width: 120px;
  height: 123px;
  background: url(../img/variant_pattern.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: -186px;
  left: -290px;
  content: '';
}
.variant .left .document {
  position: relative;
  bottom: -85px;
  margin-top: -90px;
}
.variant .left .document:after {
  background: url(../img/plant_3.png) center center no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  width: 70px;
  height: 65px;
  right: -30px;
  bottom: 65px;
}
.variant .left .document_img {
  width: 343px;
  height: 350px;
  margin-left: -72px;
}
.variant .left .document_img img {
  width: 100%;
}
.variant .left .document_text {
  -webkit-filter: drop-shadow(0px 50px 50px rgba(0, 0, 0, 0.12));
  filter: drop-shadow(0px 50px 50px rgba(0, 0, 0, 0.12));
  width: auto;
  position: absolute;
  top: 10px;
  right: 0;
  will-change: filter;
}
.variant .left .document_text span {
  font-size: 2.4em;
  color: #cbb895;
  font-family: _UltraLightItalic;
  max-width: 280px;
  display: block;
  width: auto;
  clear: both;
  background: #fff;
  padding: 0 16px;
  box-sizing: border-box;
  line-height: 38px;
  float: left;
}
.variant .left .document_text span:first-child {
  padding-top: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.variant .left .document_text span:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.variant .right {
  max-width: 330px;
  position: relative;
  z-index: 1;
  float: right;
  margin-right: 182px;
  padding-top: 23px;
}
.variant .right:before {
  width: 43px;
  height: 123px;
  background: url(../img/footer_pattern_2.png) center center no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  top: -95px;
  right: -378px;
}
.variant .right:after {
  width: 23px;
  height: 25px;
  background: url(../img/plant1.png) center center no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  top: -214px;
  right: -290px;
}
.variant .right .form_content {
  max-width: 320px;
}
.variant .right .form_content .input_wrap {
  position: relative;
  margin-bottom: 28px;
}
.variant .right .form_content .input_wrap:before {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: '';
  position: absolute;
  left: 22px;
  top: 50%;
  opacity: .6;
}
.variant .right .form_content .input_wrap .input {
  height: 70px;
  border: 2px solid rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  background: none;
  display: block;
  float: left;
  width: 100%;
  padding: 0 56px;
  box-sizing: border-box;
  font-family: _HelveticaNeueCyrLight;
  font-size: 17px;
}
.variant .right .form_content .input_wrap .input:focus {
  outline: 0;
}
.variant .right .form_content .input_wrap.name:before {
  width: 11px;
  height: 14px;
  background-image: url(../img/input_name_dark.png);
  margin-top: -7px;
}
.variant .right .form_content .input_wrap.email:before {
  width: 14px;
  height: 10px;
  background-image: url(../img/input_email_dark.png);
  margin-top: -5px;
}
.variant .right .form_content .submit {
  margin-top: 13px;
}
.variant .right .form_content .checkbox {
  margin-top: 45px;
}
.variant .right .form_content .checkbox input {
  display: none;
}
.variant .right .form_content .checkbox label {
  padding-left: 48px;
  box-sizing: border-box;
  font-size: 12px;
  font-family: _HelveticaNeueCyrLight;
  color: rgba(0, 0, 0, 0.2);
  display: block;
  float: left;
  width: 100%;
  position: relative;
  letter-spacing: 1px;
}
.variant .right .form_content .checkbox label:hover {
  cursor: pointer;
}
.variant .right .form_content .checkbox label:before {
  width: 23px;
  height: 23px;
  content: '';
  position: absolute;
  left: 0;
  background: url(../img/checkbox_before.png) center center no-repeat;
  background-size: contain;
  top: 0;
}
.variant .right .form_content .checkbox label:after {
  width: 14px;
  height: 12px;
  content: '';
  position: absolute;
  left: 6px;
  background: url(../img/checkbox_after.png) center center no-repeat;
  background-size: contain;
  top: 3px;
  opacity: 0;
  transition: all .2s linear;
}
.variant .right .form_content .checkbox input:checked + label:after {
  opacity: 1;
  transition: all .2s linear;
}
.footer {
  position: relative;
  background: url(../img/map.jpg) center center no-repeat;
  background-size: cover;
  padding: 210px 0 145px;
}
.footer:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #192223;
  content: '';
  opacity: .9;
}
.footer .wrap_float {
  position: relative;
  z-index: 1;
}
.footer_left {
  max-width: 670px;
  padding-left: 140px;
  box-sizing: border-box;
  position: relative;
}
.footer_left:before {
  width: 123px;
  height: 46px;
  background: url(../img/footer_pattern.png) center center no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  top: -120px;
  left: 140px;
}
.footer_left:after {
  width: 97px;
  height: 104px;
  background: url(../img/logo.png) center center no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  top: 0;
  left: -140px;
  opacity: .3;
}
.footer_left .title {
  font-family: _UltraLight;
  font-size: 5.0em;
  color: #fff;
  margin-bottom: 74px;
}
.footer_left .title span {
  display: inline-block;
  position: relative;
  margin: 0 28px;
}
.footer_left .title span:before {
  background: #6baa91;
  border-radius: 5px;
  content: '';
  position: absolute;
  top: 5px;
  left: -24px;
  right: -24px;
  bottom: -5px;
  z-index: -1;
}
.footer_left .tel {
  font-size: 8.2em;
  color: #fff;
  font-family: _UltraLight;
}
.footer_left .btn {
  margin-top: 93px;
}
.footer_right {
  max-width: 305px;
  margin-right: 50px;
  float: right;
}
.footer_right:before {
  width: 43px;
  height: 123px;
  background: url(../img/footer_pattern_2.png) center center no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  top: 0;
  right: -140px;
}
.footer_right:after {
  width: 25px;
  height: 23px;
  background: url(../img/plant2.png) center center no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  bottom: 51px;
  right: -130px;
}
.footer_right .footer_p {
  font-size: 12px;
  color: #fff;
  font-family: _HelveticaNeueCyrLight;
  margin-bottom: 110px;
  letter-spacing: 1px;
}
.footer_right .footer_p b {
  color: #6baa91;
  font-weight: 100;
}
.footer_right .footer_p:last-child {
  opacity: .3;
  margin-bottom: 0;
}
.modal {
  width: 1340px;
  background: #fff;
  border-radius: 12px;
  padding: 90px 100px 0;
  box-sizing: border-box;
  position: relative;
}
.modal_close {
  width: 29px;
  height: 29px;
  top: 70px;
  right: 70px;
  background: url(../img/close.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 2;
}
.modal_close:hover {
  cursor: pointer;
}
.modal .left {
  max-width: 615px;
}
.modal .title {
  color: #262c2d;
  font-size: 5.0em;
  font-family: _UltraLight;
}
.modal .title b {
  font-weight: 100;
  color: #cab794;
}
.modal .doctor_block {
  height: 315px;
  position: relative;
  overflow: hidden;
}
.modal .doctor_block .img {
  float: right;
  width: 414px;
  overflow: hidden;
}
.modal .doctor_block .img img {
  width: 100%;
  height: auto;
}
.modal .doctor_block .doctor_name {
  font-family: _UltraLightItalic;
  color: #fff;
  font-size: 2.4em;
  top: 67px;
  left: 0;
  position: absolute;
  width: auto;
}
.modal .doctor_block .doctor_name span {
  background: #cbb895;
  /*-webkit-box-shadow: 0px 27px 207px 0px rgba(0,0,0,0.12);
                -moz-box-shadow: 0px 27px 207px 0px rgba(0,0,0,0.12);
                box-shadow: 0px 27px 207px 0px rgba(0,0,0,0.12);*/
  padding: 1px 20px;
  box-sizing: border-box;
  display: block;
  float: left;
  width: auto;
  clear: both;
}
.modal .doctor_block .doctor_name span:first-child {
  padding-top: 8px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.modal .doctor_block .doctor_name span:last-child {
  padding-bottom: 8px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.modal .doctor_block .doctor_position {
  color: rgba(38, 44, 45, 0.4);
  font-size: 12px;
  font-family: _HelveticaNeueCyrLight;
  position: absolute;
  width: 127px;
  left: 22px;
  top: 175px;
  line-height: 1.7;
}
.modal .right {
  max-width: 370px;
  float: right;
  margin-top: 30px;
  position: relative;
  z-index: 1;
}
.modal .right .subtitle {
  color: #262c2d;
  font-size: 18px;
  font-family: _HelveticaNeueCyrLight;
  max-width: 340px;
  line-height: 1.5;
  margin-bottom: 40px;
}
.modal .right .subtitle span {
  padding-left: 22px;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  margin-left: 7px;
}
.modal .right .subtitle span:before {
  width: 12px;
  height: 14px;
  background: url(../img/alarm.png) center center no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  opacity: .23;
}
.modal .right .form_content .input_wrap {
  position: relative;
  margin-bottom: 28px;
}
.modal .right .form_content .input_wrap:before {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: '';
  position: absolute;
  left: 22px;
  top: 50%;
  opacity: .6;
}
.modal .right .form_content .input_wrap .input {
  height: 70px;
  border: 2px solid rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  background: none;
  display: block;
  float: left;
  width: 100%;
  padding: 0 56px;
  box-sizing: border-box;
  font-family: _HelveticaNeueCyrLight;
  font-size: 17px;
}
.modal .right .form_content .input_wrap .input:focus {
  outline: 0;
}
.modal .right .form_content .input_wrap.name:before {
  width: 11px;
  height: 14px;
  background-image: url(../img/input_name.png);
  margin-top: -7px;
}
.modal .right .form_content .input_wrap.email:before {
  width: 14px;
  height: 10px;
  background-image: url(../img/input_email.png);
  margin-top: -5px;
}
.modal .right .form_content .submit {
  margin-top: 13px;
}
.modal .right .form_content .checkbox {
  margin-top: 45px;
}
.modal .right .form_content .checkbox input {
  display: none;
}
.modal .right .form_content .checkbox label {
  padding-left: 48px;
  box-sizing: border-box;
  font-size: 12px;
  font-family: _HelveticaNeueCyrLight;
  color: rgba(0, 0, 0, 0.2);
  display: block;
  float: left;
  width: 100%;
  position: relative;
  letter-spacing: 1px;
}
.modal .right .form_content .checkbox label:before {
  width: 23px;
  height: 23px;
  content: '';
  position: absolute;
  left: 0;
  background: url(../img/checkbox_before.png) center center no-repeat;
  background-size: contain;
  top: 0;
}
.modal .right .form_content .checkbox label:after {
  width: 14px;
  height: 12px;
  content: '';
  position: absolute;
  left: 6px;
  background: url(../img/checkbox_after.png) center center no-repeat;
  background-size: contain;
  top: 3px;
  opacity: 0;
  transition: all .2s linear;
}
.modal .right .form_content .checkbox input:checked + label:after {
  opacity: 1;
  transition: all .2s linear;
}
.modal.modal_dark {
  background: #262c2d;
  border-radius: 11px;
  position: relative;
  padding: 100px 95px 0;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-box-shadow: 0px 49px 169px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 49px 169px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 49px 169px 10px rgba(0, 0, 0, 0.22);
}
.modal.modal_dark:before {
  width: 752px;
  height: 469px;
  background: url(../img/form_before.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  opacity: .01;
}
.modal.modal_dark:after {
  top: 8px;
  right: 8px;
  bottom: 8px;
  left: 8px;
  content: '';
  border: 1px solid rgba(255, 255, 255, 0.06);
  position: absolute;
  border-radius: 11px;
}
.modal.modal_dark .title {
  color: #fff;
}
.modal.modal_dark .doctor_block .doctor_position {
  color: rgba(255, 255, 255, 0.4);
}
.modal.modal_dark .right .subtitle {
  color: #fff;
}
.modal.modal_dark .right .form_content .input_wrap .input {
  border-color: rgba(255, 255, 255, 0.06);
  color: #fff;
}
.modal.modal_dark .right .form_content .checkbox label {
  color: #fff;
}
.modal.modal_success {
  width: 968px;
  padding-bottom: 90px;
  background: #cbb895 url(../img/modal_video_bg.png) right center no-repeat;
  background-size: contain;
}
.modal.modal_success .modal_close {
  background: url(../img/close_black.png) center center no-repeat;
  background-size: contain;
}
.modal.modal_success:before {
  top: 6px;
  right: 6px;
  bottom: 6px;
  left: 6px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 12px;
  content: '';
  position: absolute;
}
.modal.modal_success .title {
  color: #171717;
  font-size: 5.0em;
  font-family: _UltraLight;
  position: relative;
  z-index: 1;
  max-width: 673px;
}
.modal.modal_success .title i {
  display: inline-block;
  position: relative;
  color: #cbb895;
  font-family: _UltraLightItalic;
  margin-right: 25px;
}
.modal.modal_success .title i:before {
  position: absolute;
  top: 4px;
  left: -15px;
  right: -15px;
  bottom: -8px;
  background: #fff;
  content: '';
  z-index: -1;
  border-radius: 4px;
}
@media screen and (max-width: 1840px) {
  .header_right {
    right: 0;
    left: auto;
  }
  .header_top p {
    margin-right: 155px;
  }
  .header_top .logo {
    width: 126px;
    height: 140px;
    left: -160px;
  }
  .header_bottom .text .img {
    left: -115px;
  }
  .header_bottom .text:before {
    display: none;
  }
  .header:after {
    right: -50px;
  }
  .footer_left:after {
    left: -70px;
  }
}
@media screen and (max-width: 1580px) {
  body {
    font-size: 58%;
  }
  .header_top:before {
    left: 0;
  }
  .header_top .logo {
    position: static;
  }
  .header_top:after {
    display: none;
  }
  .header_top {
    padding-top: 43px;
  }
  .header_top .logo {
    width: 98px;
    height: 110px;
  }
  .header_main {
    padding-top: 36px;
    max-width: 826px;
  }
  .wrap {
    max-width: 1300px;
  }
  .header .wrap_float {
    padding-right: 225px;
  }
  .header_top p {
    margin-top: 36px;
  }
  .header_main {
    padding-bottom: 62px;
  }
  .header_bottom .text {
    padding-left: 100px;
    box-sizing: border-box;
  }
  .header_bottom .text .img {
    left: 0;
  }
  .header_btn {
    margin-top: 10px;
  }
  .team_item {
    filter: none;
    -webkit-filter: none;
    opacity: 1;
  }
  .stories_right .stories_slider .stories_item_main {
    max-width: 600px;
  }
  .stories_right .stories_slider .stories_item_info {
    max-width: 180px;
  }
  .stories:after {
    display: none;
  }
  .buildings .slick-list {
    padding: 0!important;
  }
  .results .wrap_float .results_ul .results_li {
    font-size: 14px;
    margin-bottom: 25px;
    padding-left: 70px;
    max-width: 225px;
  }
  .conditions:before {
    display: none;
  }
  .video_instruction:before {
    left: -48px;
  }
  .section_form_block .right:before {
    left: -75px;
  }
  .footer_left:after {
    left: 0;
  }
  .buildings .title i {
    margin-left: 20px;
  }
  .modal.modal_dark,
  .modal {
    width: 1240px;
  }
}
@media screen and (max-width: 1350px) {
  .wrap {
    max-width: 1100px;
  }
  .header .wrap_float {
    padding-left: 0;
  }
  .header_main:after {
    display: none;
  }
  .questions_right .questions_intro_title {
    font-size: 6.2em;
  }
  .questions_right .questions_intro {
    padding: 55px 90px 0 85px;
  }
  .stories_left {
    padding-left: 0;
  }
  .stories_right {
    width: 65%;
  }
  .stories_right .stories_slider .stories_item_main {
    max-width: 535px;
  }
  .stories_right .stories_slider .stories_item_main_author_left {
    padding-left: 65px;
  }
  .stories_right .stories_slider .stories_item_main_author_left {
    max-width: 247px;
    padding-left: 0;
  }
  .stories_right .stories_slider .stories_item_main_author_left:before {
    display: none;
  }
  .stories_right .stories_slider .stories_item_main_author_right {
    position: absolute;
    bottom: 0;
    right: 70px;
  }
  .stories_right .stories_slider .stories_item_main_author_right {
    max-width: 153px;
  }
  .stories_right .stories_slider .stories_item_main_author_right img {
    max-width: 100%;
  }
  .motivation .title {
    padding-left: 0;
  }
  .motivation .subtitle {
    padding-left: 80px;
  }
  .buildings_bottom img {
    margin-left: 120px;
  }
  .guarantee .wrap_float {
    padding-left: 0;
  }
  .guarantee_top .img {
    width: 536px;
  }
  .guarantee_top .subtitle {
    left: 400px;
  }
  .guarantee_center_ul {
    margin-left: 30px;
  }
  .guarantee_center_right {
    margin-right: 0;
  }
  .guarantee_center_right {
    margin-right: 0;
    max-width: 530px;
  }
  .results_slider .results_item {
    padding-left: 0;
  }
  .results_slider .results_item {
    padding: 0;
  }
  .results .wrap_float .results_ul {
    top: 0;
  }
  .results_slider .results_item_title.vocation {
    top: 37%;
  }
  .results_slider .results_item_title {
    font-size: 20em;
  }
  .results_slider .results_item_title.business {
    font-size: 17em;
  }
  .results_slider .results_item_title.family {
    font-size: 20em;
  }
  .results_slider .results_item_title.parents {
    font-size: 13em;
  }
  .results_slider .results_item_title.healthy {
    font-size: 14em;
  }
  .guarantee_center_right {
    max-width: 190px;
  }
  .results_slider .results_item_bottom {
    margin-top: 57px;
  }
  .conditions_left {
    padding-left: 0;
  }
  .conditions_left {
    max-width: 570px;
  }
  .steps .arrows {
    right: 0;
  }
  .video_instruction .left {
    padding-left: 0;
  }
  .video_instruction .left {
    max-width: 530px;
  }
  .video_instruction .left .text .doctor_block {
    right: -193px;
  }
  .price_left {
    padding-left: 0;
  }
  .price_left {
    max-width: 720px;
  }
  .price_left .title_text {
    font-size: 8em;
  }
  .section_form_block .left {
    padding-left: 0;
  }
  .section_form_block .right {
    max-width: 298px;
    margin-right: 0;
  }
  .section_form_block .left {
    max-width: 477px;
  }
  .section_form_block .left .title {
    font-size: 4em;
  }
  .section_form_block .form_block_wrap {
    padding-top: 50px;
  }
  .section_form_block .left .doctor_block {
    margin-top: 88px;
  }
  .faq_list .faq_li_answer_wrap_text {
    max-width: 585px;
  }
  .variant .left {
    padding-left: 80px;
  }
  .variant .left {
    max-width: 575px;
  }
  .variant .right {
    margin-right: 0;
  }
  .modal,
  .modal.modal_dark {
    width: 1040px;
  }
  .modal.modal_dark,
  .modal {
    padding: 100px 55px 0;
  }
  .modal .left {
    max-width: 527px;
  }
  .modal .title {
    font-size: 4em;
  }
  .modal.modal_dark,
  .modal {
    padding-top: 65px;
  }
  .modal_close {
    top: 30px;
    right: 30px;
  }
  .modal .doctor_block {
    margin-top: 37px;
  }
  .modal .right {
    margin-top: 0;
  }
  .questions_right .tab_step .st1_last .check_variants label {
    width: 235px;
  }
  .questions_right .tab_step .check_variants label {
    font-size: 12px;
    letter-spacing: 1px;
  }
  .questions_right .tab_step .st1_final .check_variants label {
    width: 124px;
  }
  .questions_right .tab_step.addiction_step,
  .questions_right .tab_step.effects_step {
    padding: 70px 10px;
  }
}
@media screen and (max-width: 1150px) {
  .wrap {
    max-width: 92%;
  }
  .header .wrap_float {
    padding-right: 0;
  }
  .header_right {
    position: static;
    width: 100%;
  }
  .header_right .callback_block {
    width: 195px;
    margin-bottom: 0;
  }
  .header_right .experience {
    width: 250px;
    margin-left: 64px;
    margin-bottom: 0;
  }
  .anonymity {
    width: auto;
  }
  .header_right .experience_icon {
    width: 90px;
    height: 88px;
    margin-bottom: 8px;
    line-height: 88px;
    font-size: 3.7em;
  }
  .header_right {
    margin-top: 65px;
  }
  .header_top p {
    margin-right: 0;
  }
  .questions_left {
    width: 100%;
    max-width: 100%;
    background: #fff;
    height: 120px;
  }
  .questions_left .tabs_item {
    width: 20%;
    padding: 14px 18px;
  }
  .questions_left .tabs_item:before {
    left: 20px;
  }
  .questions_right {
    position: static;
    width: 100%;
    max-width: 100%;
  }
  .questions_right:after {
    display: none;
  }
  .questions_right {
    padding: 0;
  }
  .questions_right .questions_intro {
    border-radius: 0;
  }
  .team .title {
    padding-left: 0;
  }
  .stories_left .title {
    font-size: 6.2em;
  }
  .stories_right .stories_slider .stories_item_main {
    padding: 50px 35px;
  }
  .stories_right .stories_slider .stories_item_main {
    max-width: 100%;
    height: auto;
    padding-bottom: 0;
  }
  .stories_right .stories_slider .stories_item_main_author {
    position: relative;
    margin-top: 30px;
    height: 125px;
    overflow: hidden;
  }
  .stories_right .stories_slider .stories_item_main_author_left {
    margin-top: 0;
  }
  .stories_right .stories_slider .stories_item_main_author_right {
    bottom: auto;
    top: 0;
    right: 0;
  }
  .stories_right .stories_slider .stories_item_info {
    max-width: 100%;
  }
  .stories_right .stories_slider .stories_item_info .addiction,
  .stories_right .stories_slider .stories_item_info .term {
    display: none;
  }
  .stories_right .stories_slider .stories_item_info .addiction_val,
  .stories_right .stories_slider .stories_item_info .term_val {
    display: none;
  }
  .stories_right .stories_slider .stories_item_info .doctor_block {
    width: 50%;
  }
  .stories_right .stories_slider .stories_item_info .bottom_text {
    display: none;
  }
  .stories_right .stories_slider .stories_item_info .doctor_block .doctor_img {
    width: auto;
  }
  .stories_right .stories_slider .stories_item_info .doctor_block .doctor_position {
    width: auto;
    text-align: left;
    margin-top: 7px;
  }
  .stories_right .stories_slider .stories_item_info .doctor_block .doctor_name {
    width: auto;
    text-align: left;
    margin-top: 8px;
  }
  .stories_right .stories_slider .stories_item_info .doctor_block {
    height: 75px;
    min-height: 75px;
  }
  .stories_right .stories_slider .stories_item_info .doctor_block {
    max-width: 270px;
    margin-bottom: 0;
  }
  .stories_right .stories_slider .stories_item_info .doctor_block .doctor_img {
    margin-right: 10px;
  }
  .stories_right .stories_slider .stories_item_info .btn {
    width: 46%;
    float: right;
    margin-top: 10px;
    margin-bottom: 0;
    line-height: 33px;
  }
  .stories_right .stories_slider .stories_item_info .p_free {
    display: none;
  }
  .stories_right .stories_slider .stories_item_info {
    height: 130px;
  }
  .motivation .title {
    font-size: 7em;
    margin-bottom: 35px;
  }
  .motivation {
    padding-bottom: 85px;
  }
  .buildings .title {
    padding-left: 0;
  }
  .buildings .subtitle {
    padding-left: 0;
  }
  .buildings_bottom img {
    margin-left: 0;
    margin-right: 30px;
  }
  .guarantee_top .title {
    max-width: 400px;
  }
  .guarantee_top .title {
    font-size: 4em;
  }
  .guarantee_top .img {
    width: 457px;
  }
  .guarantee_center_right {
    margin-top: -100px;
    float: left;
  }
  .guarantee_bottom_left {
    max-width: 373px;
    font-size: 4em;
  }
  .guarantee_bottom_right {
    max-width: 520px;
    margin-right: 0;
  }
  .guarantee:before {
    display: none;
  }
  .results .wrap_float .results_ul {
    right: 0;
  }
  .results_slider .results_item .main_img {
    left: 50%!important;
  }
  .results_slider .results--left .title_text {
    font-size: 3em;
    max-width: 265px;
  }
  .results:before {
    display: none;
  }
  .results_slider .results--left .bottom {
    z-index: 1;
  }
  .results_slider .results_item_title.vocation {
    font-size: 11em;
    top: 40%;
  }
  .results_slider .results_item_title.healthy {
    font-size: 12em;
  }
  .conditions .title {
    font-size: 6.5em;
  }
  .conditions .text {
    padding-left: 60px;
  }
  .conditions_left {
    max-width: 520px;
  }
  .conditions .wrap_float:before {
    display: none;
  }
  .conditions_right_bottom:after {
    display: none;
  }
  .conditions_right {
    margin-right: 0;
  }
  .steps .title {
    padding-left: 0;
  }
  .steps .title:before {
    display: none;
  }
  .steps .title {
    max-width: 83%;
  }
  .video_instruction .left {
    max-width: 405px;
  }
  .video_instruction .left .title {
    font-size: 4em;
  }
  .video_instruction:before {
    display: none;
  }
  .video_instruction .wrap_float {
    padding-bottom: 64px;
  }
  .price_right {
    float: left;
    margin-right: 0;
    padding-left: 62px;
    box-sizing: border-box;
    max-width: 404px;
    margin-top: 22px;
  }
  .section_form_block .form_block_wrap {
    padding: 70px 35px 0;
  }
  .section_form_block:before,
  .section_form_block:after {
    display: none;
  }
  .section_form_block .left {
    max-width: 433px;
  }
  .section_form_block .left .doctor_block .doctor_position {
    left: 360px;
  }
  .faq_list .faq_li_answer_wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
  .faq_list .faq_li_answer_wrap .doctor_block {
    right: 20px;
  }
  .faq_list .faq_li_answer_wrap_text {
    max-width: 460px;
  }
  .variant .left .document_text {
    right: 53px;
  }
  .footer_right {
    float: left;
    margin-left: 140px;
    margin-top: 40px;
  }
  .questions_left .tabs_item.active {
    border-radius: 6px;
  }
  .header_right .callback_block .text {
    font-size: 13px;
  }
  .team_arrows .arrow,
  .stories_left .arrows .arrow,
  .stories_left .arrows .arrow,
  .steps .arrows .arrow {
    background: #6baa91;
    -webkit-box-shadow: 0px 7px 35px 10px rgba(107, 170, 145, 0.46);
    -moz-box-shadow: 0px 7px 35px 10px rgba(107, 170, 145, 0.46);
    box-shadow: 0px 7px 35px 10px rgba(107, 170, 145, 0.46);
    transition: all .2s linear;
    cursor: pointer;
  }
  .team_arrows .arrow:before,
  .stories_left .arrows .arrow:before,
  .stories_left .arrows .arrow:before,
  .steps .arrows .arrow:before {
    background-image: url(../img/arrow.png);
    transition: all .2s linear;
  }
  .motivation {
    background-size: cover;
  }
  .video_instruction .right .form_block {
    padding: 58px 74px;
  }
  .video_instruction .right .form_block .form_wrap .checkbox label {
    font-size: 14px;
  }
  .variant .left {
    padding: 45px;
    max-width: 545px;
  }
  .variant .right {
    margin-right: 23px;
  }
  .footer_right .footer_p {
    font-size: 15px;
    margin-bottom: 55px;
  }
  .footer_right {
    max-width: 400px;
  }
  .footer {
    padding-bottom: 85px;
  }
  .footer_left .btn {
    margin-top: 55px;
  }
  .buildings_item .sq_parent .sq_wrap .sq_content .img img {
    max-width: 100%;
  }
  .modal,
  .modal.modal_dark {
    width: 100%;
  }
  .modal.modal_dark,
  .modal {
    padding-left: 30px;
    padding-right: 30px;
  }
  .modal .title {
    font-size: 3em;
  }
  .modal .right .form_content .input_wrap {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .header_btn {
    clear: both;
    float: left;
    margin-left: 0;
  }
  .header_bottom .text {
    position: static;
    margin-bottom: 23px;
  }
  .header_right .experience {
    width: 220px;
  }
  .anonymity {
    max-width: 200px;
  }
  .questions_left .tabs_item {
    font-size: 14px;
  }
  .questions_right .questions_intro {
    padding-right: 50px;
  }
  .questions_right .questions_intro_subtitle {
    margin-right: 0;
  }
  .questions_right .questions_intro .btn {
    margin-right: 0;
  }
  .team_item .sq_parent .sq_wrap .sq_content {
    padding: 0 50px;
  }
  .team .title {
    margin-bottom: 70px;
  }
  .stories {
    padding-top: 85px;
  }
  .stories_left {
    max-width: 100%;
    width: 100%;
  }
  .stories_right:before {
    display: none;
  }
  .stories_right {
    width: 100%;
    max-width: 100%;
    margin-top: 32px;
  }
  .stories_left .subtitle {
    margin-top: 40px;
  }
  .stories_left .arrows {
    margin-top: 50px;
  }
  .motivation .title {
    font-size: 6em;
  }
  .motivation .subtitle {
    padding-left: 0;
  }
  .motivation .section_content {
    padding-left: 0;
  }
  .buildings .subtitle {
    font-size: 7em;
  }
  .buildings .subtitle {
    margin-bottom: 70px;
  }
  .buildings .title {
    margin-bottom: 40px;
  }
  .buildings_item .sq_parent .sq_wrap .sq_content .info {
    display: none;
  }
  .buildings_bottom p {
    max-width: 454px;
  }
  .buildings_bottom p {
    padding: 29px 0;
  }
  .buildings_bottom {
    height: 130px;
  }
  .guarantee_top .title {
    max-width: 100%;
  }
  .guarantee_top {
    text-align: center;
    padding-bottom: 0;
  }
  .guarantee_top .title:after {
    display: none;
  }
  .guarantee_top .subtitle {
    display: inline-block;
    float: none;
    position: static;
  }
  .guarantee_top .img {
    display: inline-block;
    float: none;
    position: static;
  }
  .guarantee_center_left {
    width: 100%;
  }
  .guarantee_center .title {
    max-width: 100%;
    text-align: center;
  }
  .guarantee_center {
    text-align: center;
  }
  .guarantee_center_ul {
    margin-left: 0;
    display: inline-block;
    float: none;
    max-width: 600px;
  }
  .guarantee_center_left:before {
    display: none;
  }
  .guarantee_center .subtitle {
    display: inline-block;
    float: none;
  }
  .guarantee_center_right {
    margin-top: 0;
  }
  .guarantee_center_right {
    display: inline-block;
    float: none;
    margin-top: 30px;
  }
  .guarantee_bottom_left {
    text-align: center;
    max-width: 100%;
  }
  .guarantee_bottom_right .img_link {
    position: relative;
    float: none;
    display: inline-block;
  }
  .guarantee_bottom {
    text-align: center;
  }
  .guarantee_bottom_right {
    margin-top: 30px;
  }
  .results .wrap_float .results_ul {
    max-width: 100%;
    position: static;
  }
  .results .wrap_float .results_ul .results_li {
    width: 100%;
  }
  .guarantee_bottom_right .img_link p {
    text-align: left;
    margin-left: 0;
  }
  .guarantee_bottom_right {
    max-width: 100%;
    width: 100%;
  }
  .results .wrap_float .results_ul .results_li {
    font-size: 22px;
    max-width: 100%;
  }
  .results_slider .results_item .main_img {
    left: auto!important;
    right: 0;
  }
  .results_slider .results_item .main_img {
    width: 374px;
  }
  /*.results_slider .results_item_title.business {
        font-size: 14em;
    }
    
    .results_slider .results_item_title {
        font-size: 16em;
    }
    
    .results_slider .results_item_title.parents {
        font-size: 10em;
    }*/
  .results_slider .results_item_title {
    font-size: 16em;
  }
  .results_slider .results_item_title.business {
    font-size: 16em;
  }
  .results_slider .results_item_title.vocation {
    font-size: 10em;
  }
  .results_slider .results_item_title.family {
    font-size: 15em;
  }
  .results_slider .results_item_title.parents {
    font-size: 11em;
  }
  .results_slider .results_item_title.healthy {
    font-size: 10em;
  }
  .results .wrap_float .results_ul {
    margin-bottom: 52px;
  }
  .conditions_right {
    float: left;
    max-width: 500px;
  }
  .conditions_right {
    padding-left: 17px;
  }
  .video_instruction .right {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .video_instruction .right .form_block {
    max-width: 800px;
    text-align: left;
  }
  .video_instruction .wrap_float {
    background: none;
  }
  .section_form_block .left .doctor_block {
    margin-top: 46px;
  }
  .section_form_block .left {
    max-width: 275px;
  }
  .section_form_block .left .title {
    font-size: 3em;
  }
  .section_form_block .left .doctor_block .quote {
    font-size: 2.4em;
    top: -25px;
  }
  .section_form_block .left .doctor_block .doctor_name {
    left: 145px;
    bottom: 40px;
  }
  .section_form_block .right .form_content .checkbox {
    margin-top: 30px;
  }
  .faq_list .faq_li_answer_wrap_text {
    max-width: 100%;
  }
  .faq_list .faq_li_answer_wrap .doctor_block {
    height: 150px;
    position: relative;
    float: right;
    margin-top: 20px;
  }
  .faq_list .faq_li_question .tc {
    font-size: 3em;
  }
  .variant .left {
    width: 100%;
    max-width: 100%;
  }
  .variant .right {
    width: 100%;
    text-align: center;
    max-width: 100%;
    margin-top: 30px;
    margin-right: 0;
  }
  .variant .right .form_content {
    display: inline-block;
    float: none;
  }
  .faq_list .faq_li_answer_wrap {
    padding-bottom: 0;
  }
  .guarantee_center_right:before {
    right: -110px;
  }
  .guarantee_bottom_right {
    margin-top: 55px;
  }
  .guarantee_bottom_left i {
    margin-left: 19px;
  }
  .video_instruction .right {
    margin-top: 38px;
  }
  .video_instruction .right .form_block .form_title {
    max-width: 100%;
  }
  .variant {
    padding-top: 30px;
  }
  .variant .wrap_float {
    padding-top: 30px;
  }
  .variant .right {
    padding-bottom: 35px;
  }
  .modal .doctor_block {
    display: none;
  }
  .modal.modal_dark,
  .modal {
    max-width: 600px;
  }
  .modal .right {
    max-width: 100%;
  }
  .modal.modal_dark,
  .modal {
    padding-bottom: 50px;
  }
  .modal .right .subtitle span:before {
    display: none;
  }
  .modal .right .subtitle span {
    padding-left: 0;
  }
  .modal .right {
    margin-top: 25px;
  }
  .modal.modal_dark,
  .modal {
    padding-left: 20px;
    padding-right: 20px;
  }
  .modal .right .form_content .checkbox {
    margin-top: 30px;
  }
  .modal.modal_success .title {
    font-size: 4em;
  }
  .modal.modal_success {
    padding-bottom: 65px;
  }
  .modal.modal_success {
    padding-left: 40px;
    padding-right: 40px;
  }
  .questions_right .tab_step .st1_last .check_variants label:last-child {
    margin-top: 30px;
  }
  .questions_right .tab_step #labels_3 .check_variants label {
    width: 110px;
    margin: 0 9px;
  }
  .questions_right .tab_step.range_step {
    padding: 0 100px;
  }
  .results .results--left {
    top: 346px;
  }
  .results .results--left .title_text {
    font-size: 3.0em;
    max-width: 307px;
  }
  .results .results--left .bottom {
    margin-top: 48px;
  }
}
@media screen and (max-width: 760px) {
  .header_main .header_title {
    font-size: 4em;
  }
  .header_right .experience {
    margin-left: 33px;
  }
  .anonymity {
    width: 105px;
  }
  .header_right .experience {
    width: 180px;
  }
  .header_right .experience .text {
    font-size: 16px;
  }
  .header_right .anonymity .text {
    margin-bottom: 20px;
  }
  .questions_left {
    height: auto;
    padding-right: 10px;
  }
  .questions_left .tabs_item {
    /*width: 50%;
        height: 100px;
        
        &:last-child {
            width: 100%;
        }
        
        &:nth-child(even) {
            border-left: 1px solid #ebebeb;
            box-sizing: border-box;
        }*/
    width: 100%;
    font-size: 18px;
  }
  .questions_left .tabs {
    display: none;
  }
  .questions_right .questions_intro {
    padding: 40px;
  }
  .questions_right .questions_intro_title {
    font-size: 5.2em;
  }
  .questions_right .questions_intro_subtitle {
    font-size: 4em;
  }
  .questions_right .questions_intro_img {
    height: 280px;
  }
  .questions_right .questions_intro_img img {
    height: 100%;
  }
  .questions_right .questions_intro .btn {
    margin-top: 40px;
  }
  .questions_right .questions_intro_img .doctor_name {
    top: 175px;
    left: 275px;
  }
  .questions_right .questions_intro_img .doctor_position {
    left: 250px;
    bottom: 162px;
  }
  .questions_right .questions_intro {
    height: auto;
    padding-bottom: 265px;
  }
  .map_block .title {
    font-size: 4em;
  }
  .team .title {
    font-size: 4em;
    text-align: center;
  }
  .team {
    text-align: center;
  }
  .team_arrows {
    position: relative;
    display: inline-block;
    float: none;
    right: auto;
  }
  .team .slick-list {
    padding: 0!important;
  }
  .team_item .sq_parent .sq_wrap .sq_content img {
    position: static;
    height: 100%;
  }
  .team_item .sq_parent .sq_wrap .sq_content .img {
    position: absolute;
  }
  .team_item .sq_parent .sq_wrap .sq_content {
    padding: 0;
  }
  .team_item .sq_parent .sq_wrap .sq_content .doctor_name {
    bottom: -35px;
  }
  .team_slider {
    margin-top: 45px;
  }
  .stories_left .title {
    font-size: 5em;
  }
  .stories_right .stories_slider .stories_item_main_title {
    font-size: 4em;
  }
  .motivation .title {
    font-size: 5em;
  }
  .motivation .subtitle {
    font-size: 4em;
  }
  .motivation_li {
    font-size: 2.4em;
  }
  .motivation_li {
    height: 46px;
    line-height: 46px;
  }
  .buildings .title {
    font-size: 4em;
  }
  .buildings .subtitle {
    font-size: 5em;
  }
  .buildings .title i {
    margin-right: 10px;
  }
  .buildings_bottom p {
    font-size: 3em;
    max-width: 322px;
  }
  .buildings_bottom p {
    font-size: 1.2em;
  }
  .guarantee_center .title {
    font-size: 4em;
  }
  .guarantee_bottom_right .img_link {
    height: 250px;
    text-align: center;
  }
  .guarantee_bottom_right .img_link img {
    display: inline-block;
    float: none;
    height: 100%;
  }
  .guarantee_bottom_right .img_link p {
    left: 85%;
  }
  /*.results_slider {
        text-align: center;
    }
    
    .results_slider .results_item .title_text {
        display: inline-block;
        float: none;
    }
    
    .results_slider .results_item_bottom {
        display: inline-block;
        float: none;
    }
    
    .results_slider .results_item .main_img {
        height: 300px;
        position: static;
        display: inline-block;
        float: none;
        
        img {
            height: 100%;
            display: inline-block;
        }
    }*/
  .results_slider .results_item .main_img {
    width: 100%;
  }
  .results_slider .results_item .main_img {
    position: static;
    margin-left: 0;
    height: 600px;
  }
  .results_slider .results--left .bottom {
    display: none;
  }
  .results_slider .results--left .title_text {
    max-width: 100%;
    text-align: center;
  }
  .results_slider .results_item_title {
    left: 0;
    width: 100%;
    text-align: center;
  }
  .results_slider .results_item_title span {
    display: inline-block;
    float: none;
  }
  .results .wrap_float .results_ul {
    display: none;
  }
  .results_slider .results_item_right {
    margin-top: 60px;
    max-width: 100%;
    width: 100%;
  }
  .results_slider .results_item_right:before {
    display: none;
  }
  .results_slider .results--left .title_text span {
    font-size: 2.5em;
    margin-bottom: 20px;
  }
  .results_slider .results_item_title.healthy {
    padding-left: 30px;
    box-sizing: border-box;
  }
  .results_slider .results_item_title.healthy span {
    display: block;
    float: left;
    width: auto;
  }
  .steps .title {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .steps {
    text-align: center;
  }
  .steps_slider_item {
    margin-right: 30px;
    width: 100%;
  }
  .steps_slider_item .tc {
    text-align: left;
    font-size: 3em;
  }
  .video_instruction .left {
    max-width: 100%;
  }
  .video_instruction .left .text .doctor_block {
    display: none;
  }
  .conditions .title {
    font-size: 5em;
  }
  .steps .arrows {
    display: inline-block;
    float: none;
    position: static;
  }
  .steps_slider_item .step_num {
    left: -75px;
  }
  .steps_slider_item .tc {
    padding-left: 70px;
    padding-right: 50px;
  }
  .price_left .title_text {
    font-size: 6em;
  }
  .section_form_block .left .doctor_block {
    display: none;
  }
  .section_form_block .left {
    max-width: 100%;
    width: 100%;
  }
  .section_form_block .right {
    width: 100%;
    max-width: 100%;
    float: left;
    margin-top: 30px;
  }
  .section_form_block .right:before {
    display: none;
  }
  .section_form_block .form_block_wrap {
    padding-bottom: 56px;
  }
  .faq .title {
    font-size: 4em;
  }
  .faq_list .faq_li_question {
    padding: 6px 50px;
  }
  .faq_list .faq_li_question .tc:after {
    left: -65px;
  }
  .faq_list .faq_li_question:after {
    right: 23px;
  }
  .faq_list .faq_li_question .tc {
    font-size: 23px;
  }
  .variant .title {
    font-size: 4em;
  }
  .footer_left {
    padding-left: 0;
  }
  .footer_left:after {
    display: none;
  }
  .footer_right {
    margin-left: 0;
    margin-right: 0;
  }
  .questions_right .tab_step .q_title {
    font-size: 26px;
  }
  .questions_right .tab_step .check_variants label,
  .questions_right .tab_step .st1_last .check_variants label {
    display: block;
    float: left;
    margin: 0 3%;
    margin-bottom: 10px;
    width: 94%;
  }
  .questions_right .tab_step #labels_3 .check_variants label {
    width: 44%;
    margin: 0 3%;
    margin-bottom: 10px;
  }
  .questions_right .tab_step .check_variants label {
    height: 46px;
    line-height: 46px;
  }
  .questions_right .tab_step .q_title {
    margin-bottom: 26px;
  }
  .questions_right .tab_step .st1_last {
    margin-top: 30px;
  }
  .questions_right .tab_step .st1_last .check_variants label:last-child {
    margin-top: 0;
  }
  .questions_right .tab_step .st1_final {
    margin-top: 30px;
  }
  .questions_right .next_btn {
    margin-top: 20px;
  }
  .questions_right .next_btn .btn {
    width: 94%;
    margin: 0 3%;
    max-width: 300px;
  }
  .questions_right .tab_step.range_step {
    padding: 70px 0;
  }
  .rangeslider--horizontal {
    width: 94%;
    margin: 0 3%;
  }
  .questions_right .tab_step {
    height: auto;
  }
  .questions_right {
    height: auto;
  }
  .questions .wrap_float {
    height: auto;
  }
  .questions_right .tab_step {
    padding: 70px 0;
  }
  .questions_right .final_step {
    height: auto;
    padding: 80px 0;
    box-sizing: border-box;
    display: block;
  }
  .questions_right .final_step .final_title {
    padding: 0;
  }
  .results .results--left {
    position: static;
    width: 100%;
  }
  .results .results--left .title_text {
    max-width: 100%;
    text-align: center;
  }
  .results .results--left .title_text span {
    font-size: 2.5em;
  }
  .results .results--left .bottom {
    display: none;
  }
  .results_slider .results_item {
    min-height: inherit;
  }
}
@media screen and (max-width: 600px) {
  .header_main .header_title {
    font-size: 3em;
  }
  .header_main .header_title i {
    display: inline;
    color: #6baa91;
    background: none;
    margin: 0;
    padding: 0;
  }
  .header_bottom .text {
    font-size: 21px;
    padding-left: 88px;
    height: 86px;
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
  .header_btn {
    width: 100%;
  }
  .header_right .callback_block {
    display: inline-block;
    float: none;
  }
  .header_right {
    text-align: center;
    display: inline-block;
    float: none;
    max-width: 285px;
  }
  .header_right .experience {
    margin-left: 0;
    display: inline-block;
    float: none;
  }
  .header_right .experience_icon {
    display: inline-block;
    float: none;
    margin-left: 0;
  }
  .header_right .experience .text {
    padding-right: 0;
    text-align: center;
  }
  .anonymity {
    display: inline-block;
    float: none;
  }
  .header .wrap_float {
    text-align: center;
  }
  .header_top,
  .header_main,
  .header_bottom {
    text-align: left;
  }
  .questions_right .questions_intro {
    padding: 40px 14px;
  }
  .questions_right .questions_intro_title {
    font-size: 3em;
  }
  .questions_right .questions_intro_subtitle {
    font-size: 3em;
  }
  .questions_right .questions_intro_img {
    display: none;
  }
  .questions_right {
    height: auto;
  }
  .questions .wrap_float {
    height: auto;
  }
  .btn,
  .questions_right .questions_intro .btn {
    width: 100%;
  }
  .map_block .title {
    font-size: 3em;
  }
  .team .title {
    font-size: 3em;
  }
  .stories_left .title {
    font-size: 4em;
  }
  .stories_left .arrows .other_stories {
    width: 100%;
    margin-right: 0;
  }
  .stories_left {
    text-align: center;
  }
  .stories_left .title {
    display: inline-block;
    float: none;
  }
  .stories_left .title i {
    width: 100%;
    text-align: center;
  }
  .stories_left .subtitle {
    max-width: 100%;
    width: 100%;
  }
  .stories_left .arrows .arrow {
    display: inline-block;
    float: none;
    margin: 0 10px;
  }
  .stories_right .stories_slider .stories_item_main {
    padding: 50px 20px 0;
  }
  .stories_right .stories_slider .stories_item_main_title {
    font-size: 3em;
  }
  .stories_right .stories_slider .stories_item_main_author {
    padding: 0;
    height: auto;
  }
  .stories_right .stories_slider .stories_item_main_author_right img {
    display: block;
  }
  .stories_right .stories_slider .stories_item_main_author_right {
    position: static;
    height: 126px;
    margin-top: 20px;
  }
  .stories_right .stories_slider .stories_item_info .doctor_block {
    width: 100%;
    max-width: 100%;
  }
  .stories_right .stories_slider .stories_item_info .btn {
    width: 100%;
  }
  .stories_right .stories_slider .stories_item_info {
    height: 185px;
  }
  .stories_right {
    height: auto;
  }
  .motivation .title {
    font-size: 3.8em;
  }
  .motivation .subtitle {
    font-size: 3em;
  }
  .motivation_slider {
    margin-top: 35px;
  }
  .motivation_li {
    padding: 0 10px;
  }
  .buildings .title {
    font-size: 3em;
  }
  .buildings .subtitle {
    font-size: 4em;
  }
  .buildings_item {
    margin: 0;
  }
  .buildings .slick-list {
    overflow: hidden;
  }
  .buildings_bottom {
    text-align: center;
    height: 110px;
    margin-top: 20px;
  }
  .buildings_bottom img {
    width: 110px;
    margin-top: 0;
    height: 110px;
    margin-right: 0;
    display: inline-block;
    float: none;
  }
  .buildings_bottom p {
    font-size: 21px;
    padding: 10px 0;
  }
  .guarantee_top .title {
    font-size: 3em;
  }
  .guarantee_top .title span {
    font-size: 1.3em;
  }
  .guarantee_top .img {
    width: 100%;
  }
  .guarantee_top .subtitle {
    font-size: 3em;
  }
  .guarantee_center .title {
    font-size: 3em;
  }
  .guarantee_center_ul .guarantee_li {
    padding-left: 16px;
    padding-right: 16px;
  }
  .stories_right .stories_slider .stories_item_info .doctor_block .doctor_name {
    min-width: 100px;
  }
  .guarantee_bottom_right .img_link {
    width: 100%;
  }
  .guarantee_bottom_right .img_link p {
    left: 58%;
    top: 183px;
    padding-top: 33px;
  }
  .guarantee_bottom_left {
    font-size: 3em;
  }
  .guarantee_bottom_right .img_link img {
    height: 100%;
    width: auto;
  }
  .results_slider .results--left .title_text span {
    font-size: 2em;
  }
  .results_slider .results_item_title {
    font-size: 10em;
  }
  .results_slider .results_item_title.business {
    font-size: 9em;
  }
  .results_slider .results_item_title.vocation {
    font-size: 7em;
  }
  .results_slider .results_item_title.family {
    font-size: 10em;
  }
  .results_slider .results_item_title.parents {
    font-size: 7em;
  }
  .results_slider .results_item_title.healthy {
    font-size: 7em;
  }
  .results_slider .results_item_right {
    font-size: 16px;
  }
  .conditions .title {
    font-size: 4em;
  }
  .conditions .text:before {
    display: none;
  }
  .conditions .text {
    padding-left: 0;
    font-size: 2.2em;
  }
  .conditions_right {
    padding-left: 0;
  }
  .conditions_right ul li {
    text-align: center;
  }
  .conditions_right_bottom {
    margin-left: 0;
    width: 100%;
    text-align: center;
    max-width: 100%;
  }
  .steps .title {
    font-size: 4em;
  }
  .steps_slider_item {
    margin-right: 0;
    margin: 0 10px;
  }
  .steps_slider_item .tc {
    font-size: 2.2em;
    padding-left: 44px;
    padding-right: 30px;
  }
  .video_instruction .left .title {
    font-size: 3em;
  }
  .video_instruction .left .text {
    font-size: 17px;
  }
  .video_instruction .right .form_block {
    padding: 46px 22px;
  }
  .price_left .title {
    font-size: 4em;
  }
  .price_left .title_text {
    font-size: 5em;
  }
  .price_left .subtitle {
    padding-left: 0;
  }
  .price_right {
    padding-left: 0;
  }
  .section_form_block .form_block_wrap {
    padding: 54px 22px 0;
  }
  .faq .title {
    font-size: 3em;
  }
  .faq_list .faq_li_question {
    padding: 6pxx 38px;
  }
  .faq_list .faq_li_question:after {
    right: 16px;
  }
  .faq_list .faq_li_question:after {
    left: -61px;
  }
  .variant .left {
    padding: 20px;
  }
  .variant .title {
    font-size: 3em;
  }
  .variant .left .document {
    display: none;
  }
  .variant .wrap_float:after {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .variant .right {
    padding: 20px;
    box-sizing: border-box;
  }
  .variant .right .form_content .checkbox label {
    text-align: left;
  }
  .steps_slider_item .step_num {
    left: -89px;
  }
  .footer_left .title {
    font-size: 34px;
    text-align: center;
  }
  .footer_left .tel {
    width: 100%;
    text-align: center;
    font-size: 4.2em;
  }
  .footer_right .footer_p {
    text-align: center;
  }
  .footer_left {
    text-align: center;
  }
  .footer_left .btn {
    display: inline-block;
    float: none;
  }
  .header_right .callback_block {
    margin-bottom: 30px;
  }
  .header_top:before {
    top: -44px;
  }
  .container:before {
    display: none;
  }
  .map_block .title i {
    padding-bottom: 12px;
  }
  .stories_left .title {
    display: block;
    float: left;
    text-align: center;
    width: 100%;
  }
  .guarantee_center .title i:before {
    top: -2px;
    bottom: -7px;
  }
  .guarantee_center .subtitle {
    margin-bottom: 22px;
  }
  .price_left .title_text {
    font-size: 4em;
  }
  .section_form_block .left .title:before {
    display: none;
  }
  .section_form_block .form_block_wrap {
    padding-bottom: 20px;
  }
  .buildings .title i:before {
    top: -1px;
  }
  .guarantee_bottom_left i:before {
    top: 0;
  }
  .guarantee_bottom_right .img_link p {
    left: 48%;
  }
  .guarantee_bottom_right .img_link p {
    top: 211px;
  }
  .results_slider .results_item_title span {
    margin-left: -8px;
  }
  .results_slider .results_item_title.hobby {
    letter-spacing: -23px;
  }
  .results_slider .results_item_title {
    letter-spacing: -23px;
  }
  .results_slider .results_item_title.vocation {
    letter-spacing: -14px;
  }
  .results_slider .results_item_title.family {
    letter-spacing: -24px;
  }
  .results_slider .results_item_title.parents {
    letter-spacing: -13px;
  }
  .results_slider .results_item_title.hobby span:nth-child(2) {
    margin-left: -16px;
  }
  .results_slider .results_item_title.business span {
    margin-left: -11px;
  }
  .results_slider .results_item_title.vocation {
    font-size: 6em;
  }
  .results_slider .results_item_title.family span {
    margin-left: -10px;
  }
  .results_slider .results_item_title.parents {
    font-size: 6.5em;
  }
  .results_slider .results_item_title.healthy {
    font-size: 5em;
  }
  .results_slider .results_item_title.healthy span {
    margin-left: -4px;
  }
  .header_main {
    padding-bottom: 32px;
  }
  .header .wrap_float {
    padding-bottom: 120px;
  }
  .map_block .title {
    margin-bottom: 22px;
  }
  .team .title {
    margin-bottom: 35px;
  }
  .stories {
    padding-top: 32px;
  }
  .stories_left .title i {
    margin-top: 24px;
  }
  .stories_left .subtitle {
    margin-top: 20px;
  }
  .stories_left .arrows {
    margin-top: 27px;
  }
  .stories_right .stories_slider .stories_item_main_text {
    margin-top: 24px;
  }
  .stories {
    padding-bottom: 20px;
  }
  .motivation .title {
    margin-bottom: 20px;
  }
  .motivation {
    padding-bottom: 30px;
  }
  .buildings .subtitle {
    margin-bottom: 33px;
  }
  .guarantee_top .title {
    margin-top: 40px;
  }
  .guarantee_center {
    padding-top: 70px;
  }
  .guarantee_center_ul .guarantee_li {
    padding-top: 11px;
  }
  .guarantee_center {
    margin-bottom: 28px;
  }
  .results_slider .results--left .title_text span {
    margin-top: 30px;
  }
  .conditions .wrap_float {
    padding-top: 56px;
  }
  .conditions .text {
    margin-top: 36px;
  }
  .conditions_right ul li {
    margin-bottom: 0;
  }
  .conditions {
    padding-bottom: 40px;
  }
  .steps .title {
    margin-bottom: 31px;
  }
  .steps_slider {
    margin-top: 44px;
  }
  .steps {
    padding-bottom: 70px;
  }
  .video_instruction .left {
    padding-top: 0;
  }
  .video_instruction .right .form_block .form_title {
    margin-bottom: 25px;
  }
  .video_instruction .right .form_block .form_wrap {
    margin-top: 20px;
  }
  .video_instruction .right .form_block .form_wrap .checkbox {
    margin-top: 38px;
  }
  .video_instruction .wrap_float {
    padding-bottom: 43px;
  }
  .video_instruction .wrap_float {
    padding-bottom: 75px;
  }
  .section_form_block .right .form_title {
    margin-bottom: 25px;
  }
  .section_form_block {
    padding-bottom: 70px;
  }
  .faq .title {
    margin-bottom: 36px;
  }
  .faq_list .faq_li_question .tc {
    font-size: 18px;
  }
  .variant .title {
    margin-bottom: 0;
  }
  .variant .right {
    margin-top: 0;
  }
  .variant .right .form_content .input_wrap {
    margin-bottom: 14px;
  }
  .footer {
    padding-top: 110px;
  }
  .footer_left:before {
    display: none;
  }
  .footer_left .title {
    margin-bottom: 47px;
  }
  .footer_left .title span:before {
    top: 7px;
    bottom: -1px;
  }
  .faq {
    padding-bottom: 75px;
  }
  .faq_list .faq_li_answer_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .faq_list .faq_li_answer_wrap_text {
    font-size: 17px;
  }
  .faq_list .faq_li_answer_wrap .doctor_block {
    margin-top: 94px;
  }
  .faq_list .faq_li_answer_wrap .doctor_block .doctor_name {
    left: auto;
    right: 0;
    top: -61px;
  }
  .faq_list .faq_li_answer_wrap .doctor_block .doctor_position {
    left: auto;
    top: -25px;
    right: 0;
  }
  .footer_left .title {
    max-width: 300px;
    display: inline-block;
    float: none;
  }
  .footer_right .footer_p {
    line-height: 1.4;
  }
  .footer_left .title span:before {
    top: -1px;
  }
  .modal.modal_success {
    width: 100%;
  }
  .modal.modal_success .title {
    font-size: 3em;
  }
  .modal.modal_success .title i {
    color: #fff;
  }
  .modal.modal_success .title i:before {
    display: none;
  }
  .questions_right .tab_step.addiction_step .check_variants label,
  .questions_right .tab_step.effects_step .check_variants label {
    margin-bottom: 13px;
  }
  .questions_right .tab_step.effects_step .check_variants label {
    width: 94%;
    margin: 0 3%;
    margin-bottom: 13px;
  }
  .questions_right .final_step .final_title {
    font-size: 3em;
  }
  .questions_right .final_step {
    padding: 50px 13px;
  }
  .questions_right .final_step .form_content .input_wrap {
    margin-bottom: 9px;
  }
  .results .results--left .title_text span {
    margin-top: 30px;
    font-size: 2em;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .results_slider .results_item_title span {
    background: none;
    color: #fff;
  }
}
/*# sourceMappingURL=style.css.map */