@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&family=PT+Sans:wght@400;700&display=swap');

body {
  font-family: 'Open Sans', sans-serif;
  color: #2e2e2e;
}

.wrap {
  margin: 0 auto;
  max-width: 980px
}

.wrap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.new_line {
  display: block;
}

.new_line_dt {
  display: block;
}

.bold {
  font-weight: 700;
}

button:focus,
input:focus {
  outline: none;
}

.text_white {
  color: #fff !important;
}

.text_red {
  color: #d63300 !important
}

.text_orange {
  color: rgb(252, 188, 38) !important;
}

.bg_red {
  background: #d63300;
  color: #fff;
  padding: 3px 10px;
}

.top_block {
  width: 100%;
  background: url('../images/block1_bg.jpg') top center no-repeat;
  background-size: cover;
  padding-bottom: 30px;
}

.top_line:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.top_line {
  color: #fff;
}

.top_line_list {
  padding: 14px 0 0 0;
  display: inline-block;
}

.top_line_theme {
  display: inline-block;
  margin: 0 0 0 25px;
}

.top_line_theme:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.top_line_list_icon {
  float: left;
  padding: 6px 0 0 0;
}

.top_list_text {
  font-size: 17px;
  line-height: 22px;
  padding: 0 0 0 35px;
}


.top_line_button {
  background: #d63300;
  width: 280px;
  text-align: center;
  padding: 8px 0 10px;
  float: right;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  margin-top: 20px;
}

.title {
  text-transform: uppercase;
  text-align: center;
  color: #2e2e2e;
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  font-family: 'PT Sans', sans-serif;
  margin-top: 40px;
}

.sub_title {
  text-transform: uppercase;
  text-align: center;
  color: #2e2e2e;
  font-size: 20px;
  line-height: 30px;
  margin-top: 15px;
  font-weight: 700;
  margin-bottom: 35px;
}

.section {
  position: relative;
}

.section:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.top_block_list {
  max-width: 320px;
  float: left;
  margin-left: 50px;
}

.top_block_theme {
  margin-bottom: 20px;
}

.top_block_theme:last-child {
  margin-bottom: 0;
}

.top_block_theme_title {
  position: relative;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  color: #d63300;
}

.top_block_theme_title:before {
  position: absolute;
  top: 0;
  left: -48px;
  content: "";
  width: 38px;
  height: 29px;
  background: url('../images/icon4.png') no-repeat;
}

.top_block_theme_text {
  font-size: 22px;
  line-height: 26px;
  margin-top: 10px;
}

.form_block {
  width: 350px;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.5);
  float: right;
  z-index: 2;
  position: relative;
}

.form_block_title {
  padding: 15px 0 12px;
  font-family: 'PT Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  background: #FE2901;
  color: #fff;
  text-transform: uppercase;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
}

.form_block_title:before {
  content: "";
  width: 100%;
  height: 31px;
  background-position: center !important;
  background: url('../images/form_top_img.jpg');
  position: absolute;
  top: 45px;
  left: 0px;
}

.timer {
  width: 228px;
  font-family: 'PT Sans', sans-serif;
  font-size: 40px;
  font-weight: bold;
  padding-top: 30px;
  padding-bottom: 0;
  margin: 0 auto 20px;
}

.b1 {
  width: 60px;
  text-align: center;
  float: left;
  margin-left: 6px;
}

.hour {
  font-size: 40px;
  font-weight: 700;
  font-family: 'PT Sans', sans-serif;
}

.desc {
  font-size: 16px;
  line-height: 20px;
  color: #2e2e2e;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
}

.sep {
  width: 20px;
  text-align: center;
  color: #d63300;
  float: left;
}

.b2 {
  width: 60px;
  text-align: center;
  float: left;
}

.min {
  display: inline-block;
  font-size: 40px;
  font-weight: 700;
  font-family: 'PT Sans', sans-serif;
}

.b3 {
  float: left;
}

.sec {
  display: inline-block;
  font-size: 40px;
  font-weight: 700;
  font-family: 'PT Sans', sans-serif;
}

.order_forn {
  padding: 0 20px 20px;
}

.order_form_input_name {
  border-radius: 3px;
  border: 1px solid #7f7f7f;
  height: 39px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: 'Open Sans';
  font-size: 18px;
  color: #909191;
  margin-top: 15px;
  width: 100%;
}

.order_form_input_phone {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #7f7f7f;
  height: 39px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: 'Open Sans';
  font-size: 18px;
  color: #909191;
  margin-top: 15px;
}

.order_forn_button {
  margin: 20px auto 10px;
  border-radius: 3px;
  padding: 5px;
  font-size: 23px;
  width: 100%;
  box-sizing: border-box;
  font-weight: 700;
  font-family: 'PT Sans Narrow', sans-serif;
  background: linear-gradient(to bottom, rgba(192, 225, 44, 1) 0%, rgba(147, 205, 1, 1) 100%);
  border: 0px;
  color: #2f4201;
  -webkit-box-shadow: 0px 5px 3px 0px rgba(103, 135, 34, 1);
  -moz-box-shadow: 0px 5px 3px 0px rgba(103, 135, 34, 1);
  box-shadow: 0px 5px 3px 0px rgba(103, 135, 34, 1);
  cursor: pointer;
}

.order_forn_button span {
  font-size: 24px;
  color: red;
  text-transform: uppercase;
  font-weight: bold;
}

.product_img {
  margin: 32px 0 40px 28px;
  width: 220px;
}

.label_img {
  position: absolute;
  top: 145px;
  left: 510px;
  display: none;
}

.prise {
  position: relative;
  margin: 3px 0 0 420px;
  width: 400px;
}

/*
.prise:before {
    content: "";
    background: url('../images/arrow.png') no-repeat;
    width: 155px;
    height: 56px;
    position: absolute;
    top: -27px;
    left: 255px;
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
}
*/

.prise:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.old_prise {
  position: relative;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  color: #7f7f7f;
  /* width: 120px; */

}

/* .old_prise:before {
  content: "";
  background: url('../images/old.png') no-repeat;
  width: 100px;
  height: 70px;
  position: absolute;
  top: -15px;
  left: 0;
} */

.old_prise_title {
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
}

.old_prise_number {
  font-size: 24px;
  line-height: 26px;
}

.old_prise_currency {
  font-size: 20px;
  line-height: 22px;
}

.new_prise {
  /* width: 150px; */
  display: inline-block;
  color: #d63300;
  font-family: 'PT Sans', sans-serif;
  margin-top: 10px;
}

.old_prise span {
  font-weight: bold;
  font-size: 20px;
}

.new_prise span {
  font-weight: bold;
  font-size: 20px;
}

.new_prise_title {
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
}

.new_prise_number {
  font-size: 28px;
  line-height: 30px;
  font-weight: 700;
}

.new_prise_currency {
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
}

.old-price-underline {
  position: relative;
}

.old-price-underline::before,
.old-price-underline::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 2px;
  width: 75px;
  background: currentColor;
}

.old-price-underline::before {
  top: 10px;
  transform: rotate(10deg);
}

.old-price-underline::after {
  top: 10px;
  transform: rotate(-10deg);
}

.section_check {
  background: url('../images/check_bg.jpg');
  padding: 20px 0;
}

.check {
  margin-top: 60px;
  background: #fff;
  padding: 25px 0;
  position: relative;
  border-radius: 5px;
}

.check_list {
  padding: 0 20px;
}

.check_theme {
  background: #edf1f4;
  height: 127px;
  border-radius: 65px;
  display: inline-block;
  width: 450px;
  margin-right: 35px;
  ;
}

.check_theme:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.check_theme:nth-child(even) {
  margin-right: 0;
}

.check_theme_img {
  float: left;
}

.check_theme_text {
  font-size: 24px;
  line-height: 28px;
  height: 128px;
  padding: 0 25px 0 15px;
  vertical-align: middle;
  display: table-cell;
}

.check_bottom {
  background: #b9360a;
  width: 90%;
  margin: 27px auto 0;
  color: #fff;
  border-radius: 5px;
  padding: 15px 35px 22px 0;
}

.check_bottom:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.check_bottom_left {
  width: 190px;
  text-align: center;
  color: #fcbc26;
  font-size: 31px;
  line-height: 46px;
  font-weight: 700;
  font-family: 'PT Sans', sans-serif;
  float: left;
}

.check_bottom_right {
  font-size: 24px;
  line-height: 28px;
  padding-left: 210px;
}

.consequence {
  background: url('../images/consequence_bg.jpg') top center no-repeat;
  color: #fff;
  height: 1350px;
  padding: 50px 0 0 0;
}

.consequence_title {
  /*  font-size: 56px;
    line-height: 60px;
    text-align: center;
    font-family: 'PT Sans', sans-serif;*/
}

.consequence_list {
  text-align: center;
  margin: 50px 0 120px;
}

.consequence_theme {
  display: inline-block;
  width: 30%;
  vertical-align: top;
  margin: 0 14px;
}

.consequence_theme_img {
  width: 220px;
  margin-bottom: 15px;
  ;
}

.consequence_theme_title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  color: rgb(252, 188, 38);
  font-family: 'PT Sans', sans-serif;
}

.consequence_theme_text {
  color: rgb(255, 255, 255);
  font-size: 19px;
  line-height: 26px;
  font-weight: 400;
  margin-top: 11px;
}

.consequence_subtitle {
  margin-top: 140px;
}

.consequence .down_list {
  margin-top: 55px;
  text-align: center;
}

.consequence .down_theme {
  display: inline-block;
  width: 20%;
  margin: 0 20px;
  position: relative;
}

.consequence .down_theme_img {
  width: 100%;
}

.consequence .down_theme_text {
  position: absolute;
  top: 102px;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #000;
  padding: 0 12px;
  font-size: 20px;
  line-height: 22px;
}

.sectio_treatment {
  background: url('../images/treatment_bg.jpg') top center no-repeat;
  padding: 35px 0;
}

.treatment {
  position: relative;
}

.treatment_list {
  margin: 60px 0 70px;
}

.treatment_list:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.treatment_theme {
  background: rgb(211, 219, 221);
  width: 310px;
  display: inline-block;
  position: relative;
  border-radius: 5px;
  padding: 15px 0 20px 40px;
  margin: 15px 0 15px 20px;
  float: left;
}

.treatment_theme:nth-child(even) {
  float: right;
}

.treatment_theme_img {
  position: absolute;
  top: 10px;
  left: -20px;
}

.treatment_theme_text {
  line-height: 24px;
  font-size: 20px;
}

.treatment_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 280px;
}

.treatment_button {
  margin: 50px auto 20px;
  width: 300px;
  border-radius: 3px;
  padding: 10px 0;
  box-sizing: border-box;
  background: linear-gradient(to bottom, rgba(192, 225, 44, 1) 0%, rgba(147, 205, 1, 1) 100%);
  border: 0px;
  -webkit-box-shadow: 0px 5px 3px 0px rgba(103, 135, 34, 1);
  -moz-box-shadow: 0px 5px 3px 0px rgba(103, 135, 34, 1);
  box-shadow: 0px 5px 3px 0px rgba(103, 135, 34, 1);
  cursor: pointer;
  text-align: center;
}

.treatment_button a {
  color: #2f4201;
  text-decoration: none;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.treatment_button span {
  font-size: 24px;
  color: red;
  text-transform: uppercase;
  font-weight: bold;
}

.order_forn_button span {
  font-size: 24px;
  color: red;
  text-transform: uppercase;
  font-weight: bold;
}

.section_indication {
  background: url('../images/indication_bg.png') top center no-repeat;
  padding: 50px 0 0px 0;
  background-size: cover;
}

.indication:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.text_red {}

.indication_img {
  margin: 30px 0 0;
}

.indication_list {
  width: 500px;
  float: right;
  margin-top: 50px;
}

.indication_theme {
  margin-bottom: 25px !important;
  width: 100%;
}

.indication_theme:nth-child(1) {
  width: 620px;
  margin-left: -150px;
}

.indication_theme:nth-child(1) .indication_theme_title {
  margin-top: 5px;
  display: inline-block;
}

.indication_theme:nth-child(2) {
  width: 570px;
  margin-left: -80px;
}

.indication_theme:nth-child(3) {
  width: 490px;
  margin-left: 0;
}

.indication_theme:nth-child(4) {
  margin-left: 40px;
  width: 430px;
}

.indication_theme:nth-child(5) {
  margin-left: 0px;
  width: 400px;
}

.indication_theme:nth-child(6) {
  margin-left: -20px;
}

.indication_theme:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.indication_theme_img {
  float: left;
  margin-right: 10px;
}

.indication_theme_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  color: rgb(214, 51, 0);
  font-family: 'PT Sans', sans-serif;
  padding-top: 20px;
}

.indication_theme_text {
  font-size: 18px;
  line-height: 20px;
}

.section_application {
  background: #d93100;
  padding: 20px 0;
  ;
  ;
}

.application {
  position: relative;
  padding: 0 0 0 405px;
}

.application:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.application_title {
  text-align: left;
  margin-top: 30px;
}

.titleimg {}

.application_img {
  position: absolute;
  top: -25px;
  left: 0;
}

.application_list {
  margin-top: 30px;
}

.application_theme {
  position: relative;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 20px;
}

.application_theme:before {
  content: "";
  background: url('../images/icon6.png') no-repeat;
  position: absolute;
  top: 7px;
  left: -17px;
  width: 10px;
  height: 10px;
}

.application_button {
  margin: 40px 0 60px;
  border-radius: 3px;
  text-transform: uppercase;
  padding: 10px 0;
  font-size: 40px;
  width: 430px;
  box-sizing: border-box;
  font-weight: 700;
  font-family: 'PT Sans Narrow', sans-serif;
  background: linear-gradient(to bottom, rgba(192, 225, 44, 1) 0%, rgba(147, 205, 1, 1) 100%);
  border: 0px;
  text-align: center;
  color: #2f4201;
  -webkit-box-shadow: 0px 6px 0px 1px rgba(103, 135, 34, 1);
  -moz-box-shadow: 0px 6px 0px 1px rgba(103, 135, 34, 1);
  box-shadow: 0px 6px 0px 1px rgba(103, 135, 34, 1);
  letter-spacing: -1.5px;
  cursor: pointer;
}

.section_experts {
  background: url('../images/experts_bg.jpg') no-repeat;
  padding: 40px 0 60px 0;
}

.expert_block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.expert_block2:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.expert_foto {
  float: left;
  margin-right: 20px;
}

.expert_foto2 {
  float: right;
  margin-left: 20px;
}

.expert_content {
  position: relative;
  padding: 35px 50px;
  background: #fff;
  margin: 53px 0 0 300px;
  height: 336px;
}

.expert_content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  /*background: url('../images/si/index.html');*/
}

.expert_content2 {
  background: #fff;
  margin: 52px 305px 0 0;
  padding: 35px 50px;
  height: 335px;
}

.expert_comment {
  position: relative;
  font-size: 20px;
  line-height: 24px;
  width: 552px;
}

.expert_comment2 {
  font-size: 20px;
  line-height: 24px;
  width: 567px;
  position: relative;
}

.expert_comment:before,
.expert_comment2:before {
  content: "";
  position: absolute;
  top: -15px;
  left: -35px;
  width: 46px;
  height: 34px;
  background: url('../images/22.png') no-repeat;
}

.expert_comment:after,
.expert_comment2:after {
  content: "";
  position: absolute;
  width: 46px;
  height: 34px;
  background: url('../images/33.png') no-repeat;
  bottom: -15px;
  right: -20px;
}

.expert_name {
  font-size: 16px;
  line-height: 20px;
  color: rgb(214, 51, 0);
  margin-top: 20px;
}

.expert_info {
  font-size: 16px;
  line-height: 20px;
}

.section_result {
  background: url('../images/result_bg.jpg') top center no-repeat;
  padding: 60px 0 0;
  background-size: cover;
}

.result_text {
  background: url('../images/icon5.png') no-repeat;
  padding: 0 0 0 160px;
  font-size: 24px;
  line-height: 28px;
  margin: 35px 0 0;
}

.result {
  text-align: center;
  margin: 60px 0;
}

.result:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.result_title {
  font-size: 34px;
  line-height: 40px;
  font-family: 'PT Sans', sans-serif;
  color: #d63300;
  margin-bottom: 85px;
  font-weight: 700;
}

.result_left {
  width: 450px;
  float: left;
  padding: 0 40px;
}

.result_right {
  padding: 0 40px;
  float: right;
  width: 450px;
}

.result_right_title {
  line-height: 36px;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  font-size: 30px;
  background: #f93100;
  color: #fcbc26;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 15px 0 0 0;
  position: relative;
}

.result_right_title:before {
  content: "";
  width: 370px;
  ;
  height: 46px;
  position: absolute;
  top: 50px;
  right: 0;
  background: url('../images/triangle_down_red.jpg')top center no-repeat;
  background-size: cover;
}

.result_right_title:after {
  content: "";
  width: 130px;
  top: -100px;
  right: 15px;
  background-size: cover;
  position: absolute;
  height: 170px;
}

.result_right_title-es {
  line-height: 36px;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  font-size: 30px;
  background: #f93100;
  color: #fcbc26;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-align: left;
  padding: 15px 0 0 35px;
  position: relative;
}

.result_right_title-es:before {
  content: "";
  width: 370px;
  ;
  height: 46px;
  position: absolute;
  top: 50px;
  right: 0;
  background: url('../images/triangle_down_red.jpg')top center no-repeat;
  background-size: cover;
}

.result_right_title-es:after {
  content: "";
  width: 130px;
  top: -100px;
  right: 15px;
  background: url('../images/product-es.png');
  background-size: cover;
  position: absolute;
  height: 170px;
}

.result_left_title {
  line-height: 26px;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  font-size: 22px;
  background: #b3b3b3;
  padding: 25px 0 0 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  position: relative;
  z-index: 1;
}

.result_left_title:before {
  content: "";
  width: 110px;
  ;
  height: 70px;
  position: absolute;
  top: -50px;
  right: 130px;
  background: url('../images/pills.png') no-repeat;
}

.result_left_title:after {
  content: "";
  width: 370px;
  ;
  height: 46px;
  position: absolute;
  top: 53px;
  right: 0;
  background: url('../images/triangle_dowd_grey.jpg')top center no-repeat;
  background-size: cover;
  z-index: -1;
}

.resylt_block_left {
  padding: 40px 15px 5px;
  background: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.resylt_block_left li,
.resylt_block_right li {
  margin-bottom: 10px;
}

.scale {
  background: #e9e9e9;
}

.scale_size {
  background: url('../images/scale_bg.jpg');
  width: 56%;
  padding: 5px 0px;
  color: #fff;
  font-size: 21px;
  font-family: 'Open Sans Condensed', sans-serif;
}

.result_block_text {
  font-size: 20px;
  line-height: 24px;
  text-align: left;
}

.resylt_block_left li:nth-child(1) .scale_size {
  width: 56%;
}

.resylt_block_left li:nth-child(2) .scale_size {
  width: 57%;
}

.resylt_block_left li:nth-child(3) .scale_size {
  width: 28%;
}

.resylt_block_left li:nth-child(4) .scale_size {
  width: 9%;
}

.resylt_block_left li:nth-child(5) .scale_size {
  width: 35%;
}

.resylt_block_right {
  padding: 21px 15px 5px;
  background: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-top: 45px;
}

.resylt_block_right li:nth-child(1) .scale_size {
  width: 100%;
}

.resylt_block_right li:nth-child(2) .scale_size {
  width: 97%;
}

.resylt_block_right li:nth-child(3) .scale_size {
  width: 98%;
}

.resylt_block_right li:nth-child(4) .scale_size {
  width: 89%;
}

.resylt_block_right li:nth-child(5) .scale_size {
  width: 98%;
}

.section_comment {
  padding: 20px 0;
}

.comment {
  padding-top: 30px;
}

.comment li {
  background: #f1f5f6;
  max-width: 900px;
  padding: 0 30px 10px 60px;
  margin: 25px auto;
  border-radius: 5px;
}

.comment li:nth-child(even) {
  padding: 0 30px 10px;
}

.comment li:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.comment_text {
  position: relative;
  font-size: 20px;
  line-height: 24px;
  font-style: italic;
  padding: 27px 0 0;
}

.comment_text:before {
  content: "";
  position: absolute;
  top: 10px;
  left: -55px;
  width: 50px;
  height: 50px;
  background: url('../images/44.png');
}

.comment_author {
  font-size: 20px;
  line-height: 24px;
  font-style: italic;
  margin-top: 20px;
}

.comment_foto {
  float: right;
}

.comment li:nth-child(even) .comment_text {
  padding: 27px 0 0 225px;
}

.comment li:nth-child(even) .comment_author {}

.comment li:nth-child(even) .comment_text:before {
  content: "";
  position: absolute;
  top: 10px;
  width: 50px;
  height: 50px;
  background: url('../images/44.png');
  left: 170px;
}

.comment li:nth-child(even) .comment_foto {
  float: left;
  margin-right: 50px;
}

.comment_button {
  margin: 50px auto 20px;
  width: 300px;
  border-radius: 3px;
  padding: 10px 0;
  box-sizing: border-box;
  background: linear-gradient(to bottom, rgba(192, 225, 44, 1) 0%, rgba(147, 205, 1, 1) 100%);
  border: 0px;
  -webkit-box-shadow: 0px 5px 3px 0px rgba(103, 135, 34, 1);
  -moz-box-shadow: 0px 5px 3px 0px rgba(103, 135, 34, 1);
  box-shadow: 0px 5px 3px 0px rgba(103, 135, 34, 1);
  cursor: pointer;
  text-align: center;
}

.comment_button a {
  color: #2f4201;
  text-decoration: none;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.comment_button span {
  font-size: 24px;
  color: red;
  text-transform: uppercase;
  font-weight: bold;
}

.section_advantages {
  background: rgb(184, 54, 9);
  padding: 10px 0;
  ;
}

.advantages {
  text-align: center;
  margin-top: 60px;
}

.advantages li {
  display: inline-block;
  width: 48%;
  text-align: left;
  position: relative;
  padding: 0 0 0 0;
  vertical-align: top;
  margin-bottom: 54px;
}

.advantages li:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.advantages_title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  color: #fff;
  padding-left: 90px;
}

.advantages_text {
  padding-left: 90px;
  font-size: 20px;
  margin-top: 15px;
}

.advantages_icon {
  float: left;
  position: absolute;
}

.fake {
  background: #d3dbde;
  margin: 80px 0 0;
  font-family: 'PT Sans', sans-serif;
  border-radius: 5px;
  padding: 1px 95px 20px 0;
}

.fake_title {
  text-align: left;
  margin-top: 10px;
}

.fake_img {
  width: 150px;
  margin: -65px 20px 0 49px;
  float: left;
}

.fake_text {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 15px;
  padding-left: 220px;
}

.workes {
  padding: 25px 0 50px;
  background: url('../images/mother-russia.png')74px 68px no-repeat;
}

.workes_list {
  text-align: center;
  margin-top: 35px;
}

.workes_list li {
  display: inline-block;
  width: 25%;
  vertical-align: top;
  margin: 0 15px;
}

.workes_img {
  width: 100%;
}

.workes_text {
  font-size: 20px;
  line-height: 24px;
}

.workes_sub_title {
  text-transform: uppercase;
  font-family: 'PT Sans', sans-serif;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #d63300;
  margin-top: 60px;
}

.down_block {
  background: url('../images/down_block_bg.jpg') top center no-repeat;
  background-size: cover;
  padding: 50px 0;
  ;
}

.down_block .top_line {
  display: none;
}

.down_block .sub_title {
  display: none;
}

.down_block .section {
  margin-top: 50px;
}

.footer {
  font-size: 14px;
  line-height: 18px;
  color: #a1a1a1;
  font-family: "ArialRegular", sans-serif;
  margin-top: 20px;
  background: #fff;
}

.footer:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.footer_logo {
  width: 40px;
  margin: 0 17px 0 5px;
  float: left;
}

.footer_left_text {
  margin-top: 2px;
  z-index: 10;
  text-align: center;
}

.footer_privacy {
  color: #a1a1a1;
  text-decoration: none;
}

.footer_right_text {
  margin: 2px 5px 0 0;
  float: right;
  text-align: right;
}

.present_big {
  display: block;
}

.present_medium {
  display: none;
}

.present_small {
  display: none;
}

/*COMEBACK*/
.popap_lock {
  overflow: hidden !important;
}

.comeback {
  text-align: center;
  position: fixed;
  width: auto;
  height: auto;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  z-index: 111111;
  display: none;
}

.comeback .container {
  width: 800px;
  height: auto;
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999999;
  background: #f9f9f9;
  border-radius: 5px;
  padding: 60px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.comeback__close {
  background-image: url(../images/popap__close.png);
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.comeback__title {
  font-size: 33px;
  line-height: 45px;
  text-align: center;
  margin-bottom: 40px;
}

.comeback__title_cover {
  background-color: #f5d806;
  padding: 5px 10px;
  display: inline-block;
  margin-top: 10px;
}

.comeback__title_cover span {
  font-weight: 700;
}

.comeback .main__img {
  float: left;
}

.comeback__overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
}

.comeback .form {
  display: block;
  width: 314px;
  box-shadow: 0 0 10px rgba(0, 65, 132, 0.23);
  border-radius: 6px;
  background-color: #fff;
  float: left;
  margin-left: 50px;
}

.comeback .form__title {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  background: url(../images/form__title.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 42px;
  padding-top: 13px;
  padding-left: 10px;
  text-align: left;
}

.comeback .form__list {
  display: block;
  width: 233px;
  margin: 0 auto;
  padding-top: 15px;
  text-align: left;
}

.comeback .form__cap {
  color: #343333;
  font-size: 17px;
  font-weight: 700;
  padding-bottom: 5px;
}

.comeback .form__item {
  margin-bottom: 15px;
}

.comeback .form__item:nth-of-type(7) {
  margin-bottom: 5px;
}

.comeback .form__input {
  width: 233px;
  height: 35px;
  background-color: #fff;
  color: #131415;
  padding: 0 12px;
  font-size: 16px;
  border: 1px solid #2b2e30;
}

.comeback .form__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  -ms-appearance: none;
  appearance: none;
  background: url(../images/ad.png) no-repeat, #fff;
  background-position: 200px center;
  border-radius: 0;
}

.comeback .form__cap span {
  color: #868686;
  font-weight: 400;
  font-size: 12px;
  display: inline-block;
  text-align: right;
  float: right;
}

.comeback .form__foot {
  text-align: right;
  font-size: 15px;
  padding-bottom: 10px;
}

.comeback .form__btn {
  background: 0;
  border: 0;
  width: 233px;
  height: 83px;
  border-radius: 4px;
  background-color: #cf0606;
  background-image: -webkit-linear-gradient(bottom, #a50114 0%, #fb0320 100%);
  background-image: linear-gradient(to top, #a50114 0%, #fb0320 100%);
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
}

.comeback .form__btn span {
  color: #ffdd00;
  font-size: 30px;
  text-transform: uppercase;
}

.comeback .form__btn:hover,
.form__btn:focus {
  background-image: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
}

@media screen and (max-width: 1000px) {



  .expert_content {
    height: 310px;
  }

  .expert_content2 {
    height: 319px;
  }

  .treatment_img {
    left: 375px;
  }

  .comeback .container {
    padding: 20px;
    width: 700px;
  }

  .form_block {
    width: 300px;
  }

  .special {
    font-size: 18px !important;
  }

  .present_big {
    display: none;
  }

  .present_medium {
    display: block;
  }

  .wrap {
    margin: 0 auto;
    max-width: 740px
  }

  .new_line {
    display: block;
  }

  .title {
    font-size: 36px;
    line-height: 44px;
  }

  .top_block {
    background-size: initial;
  }

  .top_line_theme:nth-child(2) {
    display: none;
  }

  .form_block {
    margin-right: 50px;
  }

  .product_img {
    margin: 5px 10px 43px 80px;
  }

  .top_block_list {
    float: none;
    margin: 0 auto 43px;
  }

  .prise {
    margin: 0 0 0 80px;
  }

  .section_check {
    padding: 5px 0;
  }

  .check {
    margin-top: 40px;
  }

  .check_list {
    padding: 0 10px;
  }

  .check_theme {
    width: 47%;
  }

  .check_theme_text {
    font-size: 20px;
    line-height: 24px;
    padding: 0 10px 0 5px;
  }

  .check_theme_img {
    width: 120px;
    margin-top: 8px;
  }

  .check_bottom_left {
    font-size: 29px;
    line-height: 40px;
  }

  .check_bottom_right {
    font-size: 20px;
    line-height: 25px;
  }

  .consequence {
    height: 1290px;
  }

  .consequence_list {
    margin: 50px 0 105px;
  }

  .consequence_theme {
    width: 29%;
    margin: 0px 10px;
  }

  .consequence_theme_img {
    width: 100%;
  }

  .consequence_theme_title {
    font-size: 26px;
    line-height: 32px;
  }

  .consequence .down_theme {
    width: 23%;
    margin: 0px 5px;
  }

  .consequence .down_theme_text {
    position: absolute;
    top: 85px;
    left: 0;
    font-size: 18px;
    line-height: 20px;
  }

  .sectio_treatment {
    padding: 0 0 35px;
  }

  .treatment_list {
    width: 330px;
    margin: 45px 0 45px 48px;
  }

  .treatment_theme {
    margin: 0px 0 15px 20px;
    padding: 10px 0 10px 40px;
  }

  .section_indication {
    padding: 20px 0 0px 0;
  }

  .indication {
    position: relative;
    padding-bottom: 20px;
  }

  .indication_img {
    width: 300px;
    position: absolute;
    left: 0;
    bottom: 0;
  }

  .indication_list {
    width: 430px;
    float: right;
    margin-top: 30px;
  }

  .indication_theme {
    width: auto !important;
    margin-bottom: 10px !important;
  }

  .indication_theme:nth-child(1) {
    margin: 0;
  }

  .indication_theme:nth-child(2) {
    margin: 0;
  }

  .indication_theme:nth-child(3) {
    margin: 0;
  }

  .indication_theme:nth-child(4) {
    margin: 0;
  }

  .indication_theme:nth-child(5) {
    margin: 0;
  }

  .indication_theme:nth-child(6) {
    margin: 0;
  }

  .indication_theme_img {
    width: 120px;
    margin: 0 10px 10px 0;
  }

  .indication_theme_title {
    font-size: 20px;
    line-height: 30px;
    padding-top: 5px;
  }

  .indication_theme_text {
    font-size: 18px;
    line-height: 21px;
    max-width: 300px;
    display: inline-block
  }

  .application {
    padding: 0;
  }

  .application_title {
    padding-left: 330px;
  }

  .application_img {
    width: 300px;
  }

  .application_list {
    padding-left: 350px;
  }

  .application_button {
    margin: 120px auto 30px;
  }

  .expert_content {
    margin: 53px 0 0 230px;
    padding: 20px 25px 20px 30px;
  }

  .expert_comment {
    width: 460px;
    font-size: 19px;
    line-height: 22px;
  }

  .expert_content2 {
    margin: 52px 230px 0 0;
    padding: 14px 15px 15px 35px;
  }

  .expert_comment2 {
    width: 450px;
  }

  .expert_foto {
    width: 230px;
  }

  .expert_foto2 {
    width: 240px;
  }

  .expert_name {
    margin-top: 17px;
  }

  .section_result {
    padding: 10px 0;
  }

  .result_text {
    font-size: 22px;
    line-height: 26px;
    margin: 35px 0 0 25px;
  }

  .result_left {
    padding: 0px 10px;
    width: 360px;
  }

  .result_left_title:after {
    width: 340px;
    height: 46px;
  }

  .result_right {
    padding: 0px 10px;
    width: 360px;
  }

  .result_right_title:before {
    width: 340px;
    height: 46px;
  }

  .result_right_title-es:before {
    width: 340px;
    height: 46px;
  }

  .result_block_text {
    font-size: 18px;
    line-height: 20px;
  }

  .advantages li {
    margin: 0 11px 45px;
    width: 55%;
  }

  .advantages_icon {
    width: 60px;
  }

  .advantages_title {
    padding-left: 75px;
    font-size: 20px;
    line-height: 30px;
  }

  .advantages_text {
    padding-left: 75px;
    font-size: 20px;
    color: #fff;
  }

  .fake {
    padding: 1px 95px 10px 0;
  }

  .fake_img {
    margin: 15px 20px 0 49px;
  }

  .workes {
    background: url('../images/mother-russia.png')0px 280px no-repeat;
    background-size: 750px;
  }

  .workes_list li {
    width: 28%;
  }

  .prise {
    margin-left: 125px;
    width: 300px;
  }

  .product_img {
    margin: 20px auto;
    display: block;
  }

  .label_img {
    position: absolute;
    top: 565px;
    left: 240px;
  }
}

@media screen and (max-width: 767px) {

  .expert_content,
  .expert_content2 {
    height: auto;
  }

  .comeback .container {
    padding: 10px;
    width: 420px;
  }

  .comeback .main__img {
    display: none;
  }

  .comeback__title {
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 20px;
  }

  .present_small {
    display: block;
  }

  .present_medium {
    display: none;
  }

  .wrap {
    margin: 0 auto;
    max-width: 460px
  }

  .new_line480 {
    display: block;
  }

  .title {
    font-size: 34px;
    line-height: 40px;
  }

  .top_block {
    background-size: cover;
  }

  .top_line_button {
    margin: 20px auto 15px;
    float: none;
  }

  .form_block {
    float: none;
    margin: 0 auto;
  }

  .label_img {
    position: absolute;
    top: 890px;
    left: 240px;
  }

  .prise {
    margin-left: 110px;
  }

  .prise:before {
    -moz-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    -webkit-transform: rotate(80deg);
    -o-transform: rotate(80deg);
    position: absolute;
    top: -200px;
    left: 190px;
    transform: rotate(-80deg);
  }

  .sub_title {}

  .check_theme {
    width: 96%;
    height: 100px;
    margin-right: 0;
  }

  .check_theme_text {
    padding: 5px 20px 0 15px;
    height: 100px;
  }

  .check_theme_img {
    width: 110px;
    margin-top: 0;
  }

  .check_bottom_left {
    float: none;
    text-align: left;
  }

  .check_bottom {
    padding: 15px 10px;
  }

  .check_bottom_right {
    padding: 10px 0;
  }

  .consequence {
    height: 100%;
    padding: 50px 0 25px 0;
    background: #353535;
  }

  .consequence_theme {
    width: 58%;
    margin-bottom: 50px;
  }

  .consequence_theme_img {
    width: 190px;
  }

  .consequence_list {
    margin-bottom: 20px;
  }

  .consequence_subtitle {
    color: #fff;
    margin-top: 70px;
  }

  .consequence .down_theme {
    width: 40%;
    margin: 20px;
  }

  .consequence .down_theme_text {
    position: absolute;
    top: 95px;
    left: 0;
    padding: 0 15px;
  }

  .treatment_img {
    position: relative;
    top: 0;
    left: 50px;
  }

  .treatment_list {
    margin: 35px auto;
  }

  .section_indication {
    padding: 5px;
  }

  .indication_theme_text {
    font-size: 15px;
  }

  .indication_img {
    display: none;
  }

  .indication_list {
    margin-top: 50px;
  }

  .application {
    padding: 0 40px;
  }

  .application_img {
    display: none;
  }

  .application_title {
    padding-left: 0;
  }

  .application_list {
    padding-left: 0px;
  }

  .application_button {
    margin: 45px auto 30px;
    width: 300px;
    padding: 10px 20px;
    border-radius: 5px;
  }

  .section_experts {
    background-size: cover;
  }

  .expert_foto,
  .expert_foto2 {
    width: 170px;
    float: none;
    margin: 0 auto;
    display: block;
  }

  .expert_block,
  .expert_block2 {
    margin-top: 30px;
  }

  .expert_content,
  .expert_content2 {
    margin: 15px 0 0;
  }

  .expert_comment,
  .expert_comment2 {
    width: 100%;
  }

  .result {
    margin: 60px 0 0;
  }

  .result_title {
    margin-bottom: 50px;
  }

  .result_left,
  .result_right {
    float: none;
    margin: 75px auto 30px;
  }

  .result_left_title:before {
    position: absolute;
    top: -50px;
    right: 105px;
  }

  .result_right_title:after {
    width: 94px;
    height: 140px;
    position: absolute;
    top: -68px;
    right: 15px;
  }

  .result_right_title-es:after {
    width: 94px;
    height: 140px;
    position: absolute;
    top: -68px;
    right: 15px;
  }

  .comment_button {
    width: 400px;
  }

  .comment li,
  .comment li:nth-child(even) {
    padding: 5px 5px 10px 10px;
  }

  .comment li .comment_text,
  .comment li:nth-child(even) .comment_text {
    text-align: right;
    padding: 10px 155px 0 0;
  }

  .comment_text:before {
    display: none;
  }

  .comment li .comment_foto,
  .comment li:nth-child(even) .comment_foto {
    float: right;
    width: 150px;
    margin: 30px 0 0;
  }

  .comment_author {
    text-align: right;
  }

  .advantages li {
    width: 80%;
  }

  .fake_img {
    margin: 15px 10px 15px 20px;
  }

  .fake_text {
    padding-left: 100px;
  }

  .fake {
    padding: 15px 10px 20px 0;
    margin: 20px 0;
  }

  .workes {
    background: #fff;
  }

  .workes_list li {
    width: 50%;
  }

  .footer {
    text-align: center;
  }

  .footer_logo {
    float: none;
  }

  .footer_right_text {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .wrap {
    margin: 0 auto;
    max-width: 300px
  }

  .title {
    margin-top: 10px;
    font-size: 30px;
    line-height: 32px;
    text-align: center;
  }

  .new_line320 {
    display: block;
  }

  .sub_title {
    font-size: 18px;
    line-height: 22px;
  }

  .top_line_list {
    margin-left: 30px;
  }

  .label_img {
    position: absolute;
    top: 881px;
    left: 130px;
    width: 100px;
  }


  .prise:before {
    position: absolute;
    top: -200px;
    left: 175px;
  }

  .top_line_button {
    margin: -7px auto 15px;
  }

  .top_block_list {
    max-width: 230px;
  }

  .top_block_theme_title {
    font-size: 25px;
  }

  .top_block_theme_text {
    font-size: 20px;
    line-height: 22px;
    margin-top: 5px;
  }

  .top_block_theme_title:before {
    background-size: 27px;
    position: absolute;
    top: 5px;
    left: -32px;
  }

  .check {
    margin-top: 15px;
  }

  .check_theme {
    margin-right: 0;
  }

  .check_theme_img {
    width: 90px;
  }

  .check_theme_text {
    font-size: 16px;
    line-height: 20px;
    padding: 5px 10px;
  }

  .check_bottom_right {
    font-size: 18px;
    line-height: 23px;
    padding: 5px 0;
  }

  .check_bottom {
    padding: 10px;
  }

  .consequence_theme {
    margin-bottom: 20px;
    width: 90%;
  }

  .consequence_theme_img {
    width: 150px;
    margin-bottom: 10px;
  }

  .consequence_theme_text {
    margin-top: 5px;
  }

  .consequence_title {
    background: #d63300;
    padding: 10px 0;
    margin-bottom: 40px;
  }

  .consequence .down_list {
    margin-top: 10px;
  }

  .consequence .down_theme {
    width: 60%;
    margin: 10px;
  }

  .treatment_list {
    width: 300px;
    margin: 35px auto 5px;
  }

  .treatment_theme {
    width: 290px;
    margin: 0 0 15px 15px;
  }

  .treatment_theme:nth-child(even) {
    float: none;
  }

  .treatment_img {
    position: relative;
    top: 0;
    left: 25px;
    width: 200px;
  }

  .section_indication {
    background: url('../images/indication_bg.png') 0px 0px no-repeat;
    background-size: cover;
  }

  .indication_list {
    margin-top: 30px;
    width: 300px;
  }

  .indication_theme_img {
    display: none;
  }

  .application {
    padding: 0 20px;
  }

  .application_button {
    width: 260px;
  }

  .result_text {
    margin: 10px 0;
    padding: 130px 0 0 0;
    background: url('../images/icon5.png') top center no-repeat;
    text-align: center;
  }

  .result_left,
  .result_right {
    width: 300px;
  }

  .result_left_title:after {
    width: 280px;
    height: 46px;
  }

  .result_left_title:before {
    position: absolute;
    top: -50px;
    right: 75px;
  }

  .result_right_title:before {
    width: 280px;
    height: 46px;
  }

  .result_right_title {
    padding: 15px 0 0 15px;
    font-size: 28px;
  }

  .result_right_title:after {
    width: 89px;
    height: 130px;
    position: absolute;
    top: -60px;
    right: 7px;
  }

  .result_right_title-es:before {
    width: 280px;
    height: 46px;
  }

  .result_right_title-es {
    padding: 15px 0 0 15px;
    font-size: 28px;
  }

  .result_right_title-es:after {
    width: 89px;
    height: 130px;
    position: absolute;
    top: -60px;
    right: 7px;
  }

  .comment li .comment_foto,
  .comment li:nth-child(even) .comment_foto {
    float: none;
    margin-top: 0;
  }

  .comment li,
  .comment li:nth-child(even) {
    text-align: center;
    padding-top: 0;
  }

  .comment li .comment_text,
  .comment li:nth-child(even) .comment_text {
    padding: 0;
    text-align: left;
  }

  .comment_author {
    -ms-text-align-last: auto;
    text-align: left;
  }

  .comment_button {
    width: 260px;
    margin: 30px auto 10px;
  }

  .comment_text:before {
    display: none;
  }

  .advantages li {
    width: 100%;
    margin: 0 -2px 40px;
  }

  .advantages_icon {
    width: 50px;
  }

  .advantages_title {
    padding-left: 60px;
    font-size: 16px;
    line-height: 27px;
  }

  .advantages_text {
    padding-left: 60px;
    font-size: 18px;
  }

  .fake {
    padding: 10px;
    ;
  }

  .fake_img {
    display: none;
  }

  .fake_text {
    padding: 0;
  }

  .workes_list li {
    width: 65%;
  }

  .workes_sub_title {
    padding: 0 10px;
  }
}

.toform {
  color: white;
  text-decoration: none;
}

.landing__countdown span {
  display: inline-block;
  vertical-align: top;
  font-size: 40px;
  font-weight: 700;
  font-family: 'PT Sans', sans-serif;
  color: #d63300 !important;
}

.landing__countdown span.minutes {
  margin: 0 15px;
  position: relative;
}

.landing__countdown span.minutes:after,
.landing__countdown span.minutes:before {
  position: absolute;
  content: ':';
  top: 0;
}

.landing__countdown span.minutes:after {
  right: -11px;
}

.landing__countdown span.minutes:before {
  left: -13px;
}

/* Localized */

.red {
  color: red;
}

.extra {
  font-size: 12px;
  text-align: right;
  font-style: italic;
  margin-bottom: 15px;
  margin-right: 20px;
}

.special {
  display: block;
  font-size: 20px;
  text-align: center;
  background-color: #ffdd00;
  padding: 10px 0;
  line-height: 25px;
}

.footer__lnk {
  text-align: center;
}

.footer__lnk a {
  color: #a1a1a1;
  font-size: 14px;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: italic;
  line-height: 26px;
  margin: 0 10px;
}

.popup {
  padding: 20px;
}

.popup__title {
  font-size: 33px;
  line-height: 45px;
  text-align: center;
  margin-bottom: 40px;
}

.popup__title-cover {
  background-color: #f5d806;
  padding: 5px 10px;
  display: inline-block;
  margin-top: 10px;
}

.popup__product {
  text-align: center;
}


.popup__form .form_block_title {
  background-image: url(../images/predstanol_plashka.jpg);
  background-size: cover;
  height: 42px;
  background-color: blue;
  text-transform: none;
  padding: 12px 0 12px 20px;
  text-align: left;
}

.popup__form .form_block_title:before {
  display: none;
}

.popup__form .order_forn_button {
  background: linear-gradient(to bottom, #fb0320 0%, #b00115 100%);
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.popup__form .order_forn_button span {
  color: #ffdd00;
}

.popup-wrap {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.popup-wrap__left {
  width: 45%;
  float: left;
}

.popup-wrap__right {
  width: 55%;
  float: left;
}

@media screen and (max-width: 610px) {

  .popup__form .form_block {
    width: 100%;
  }

  .popup-wrap__left {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }

  .popup-wrap__right {
    width: 100%;
    float: none;
  }

}

.hide {
  display: none;
}

:focus::-webkit-input-placeholder {
  color: transparent
}

:focus::-moz-placeholder {
  color: transparent
}

:focus:-moz-placeholder {
  color: transparent
}

:focus:-ms-input-placeholder {
  color: transparent
}

.composition-item {
  font-size: 20px;
  line-height: 1.3;
  font-family: 'PT Sans', sans-serif;
  display: flex;
  align-items: start;
  column-gap: 20px;
  margin-bottom: 30px;
  column-gap: 20px;
}

.composition-item__title {
  text-transform: uppercase;
  font-weight: bold;
  color: #a50114;
  margin-bottom: 5px;
}

.composition-wrapper {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

html {
  scroll-behavior: smooth;
}

@media(max-width: 1100px) {
  .indication_img {
    width: 300px;
  }

  .composition-wrapper {
    margin-top: 40px;
  }
}

@media(max-width: 1000px) {
  .indication_img {
    display: none;
  }

  .treatment_img {
    left: initial;
    transform: initial;
    transform: translateY(-50%);
    right: 30px;
  }

  .sectio_treatment .treatment_img {
    position: relative;
    margin: 0 auto;
    right: 0;
    left: 0;
    transform: initial;
    display: block;
  }

  .prise {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    column-gap: 20px;
    align-items: center;
  }

  .new_prise {
    margin-top: 0;
  }

  .composition-item img {
    width: 80px;
  }

  .composition-item {
    column-gap: 10px;
  }
}

@media(max-width: 350px) {
  .form_block_title {
    font-size: 16px;
    padding: 15px 0;
  }
}