/*MAIN*/

body {
  font-size: 18px;
  line-height: 1.2;
  font-family: "PT Sans", sans-serif;
  color: #282828;

  background: #ffffff;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;

       -o-box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;

  font-family: "Lobster", cursive;
}

ul {
  display: block;
  margin: 0;
  padding: 0;

  list-style: none;
}

.clearfix:after {
  content: "";

  display: table;
  clear: both;
  width: 100%;
  height: 0;
}

.container {
  min-width: 320px;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 15px;
}

.main-wrapper {
  width: 100%;
  overflow: hidden;
}

/*BLOCK_1*/

.block_1 {
  overflow: hidden;

  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(237,252,255,1)), color-stop(100%, rgba(105,206,224,1))); /* safari4+,chrome */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(237,252,255,1) 0%, rgba(105,206,224,1) 100%); /* safari5.1+,chrome10+ */ /* opera 11.10+ */ /* ie10+ */
  background: -webkit-radial-gradient(center ellipse, rgba(237,252,255,1) 0%, rgba(105,206,224,1) 100%);
  background:         radial-gradient(ellipse at center, rgba(237,252,255,1) 0%, rgba(105,206,224,1) 100%); /* w3c */
}

.block_1 .container {
  position: relative;

  padding-bottom: 50px;
}

.block_1-content {
  width: 50%;
  margin-left: 50%;
}

.block_1 h1 {
  padding: 120px 0 20px 50%;

  font-weight: normal;
  font-size: 85px;
  text-align: center;
}

.block_1-subtitle {
  padding: 20px 0;
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  line-height: 1.5;
  text-transform: uppercase;

  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

.price-block {
  max-width: 475px;
}

.old-price {
  font-size: 26px;
}

.old-price span {
  position: relative;

  display: inline-block;
  min-width: 74px;
  min-height: 28px;

  text-align: center;
}

.old-price .price-num:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;

  display: block;
  width: 74px;
  height: 28px;
  margin-left: -37px;

  background: transparent url(../img/price_old.png) no-repeat center;
}

.new-price {
  font-size: 42px;
  color: #a70515;
}

.shipment-block {
  margin: 30px auto 40px;

  font-size: 30px;
  text-align: center;
}

.total-price {
  color: #a70515;
}

.list-container {
  margin: 20px 0 50px;

  font-size: 0;
}

.list-container {
  max-width: 475px;
}

.block_1-prod {
  display: inline-block;
  width: 30%;
  margin-right: 5%;

  vertical-align: middle;
}

.block_1-list {
  display: inline-block;
  width: 65%;

  vertical-align: middle;
}

.block_1-list li {
  position: relative;

  display: block;
  min-height: 45px;
  margin-bottom: 10px;
  padding-left: 50px;
}

.block_1-list li:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;

  display: block;
  width: 40px;
  height: 40px;

  background: transparent url(../img/check.png) no-repeat center;
}

.block_1-list span {
  display: block;

  font-size: 18px;
  line-height: 1.5;
}

.block_1-list p {
  display: block;
  margin: 0;

  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
  text-transform: uppercase;
}

.btn {
  display: block;
  max-width: 400px;
  margin: 20px auto;
  padding: 20px; /* ff3.6+ */

  font-weight: bold;
  font-size: 48px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;

  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(218,0,17,1)), color-stop(100%, rgba(160,30,31,1))); /* safari4+,chrome */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(218,0,17,1) 0%, rgba(160,30,31,1) 100%); /* safari5.1+,chrome10+ */ /* opera 11.10+ */ /* ie10+ */
  background: -webkit-radial-gradient(center ellipse, rgba(218,0,17,1) 0%, rgba(160,30,31,1) 100%);
  background:         radial-gradient(ellipse at center, rgba(218,0,17,1) 0%, rgba(160,30,31,1) 100%); /* w3c */
  border: 2px solid #ffffff;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 0 10px #af161b, 0 0 35px 20px #ffffff;
          box-shadow: 0 0 0 10px #af161b, 0 0 35px 20px #ffffff;
}

.btn:hover {
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #a90310), color-stop(100%, #6d0506)); /* safari4+,chrome */
  background: -webkit-radial-gradient(center, ellipse cover, #a90310 0%, #6d0506 100%); /* safari5.1+,chrome10+ */ /* opera 11.10+ */ /* ie10+ */
  background: -webkit-radial-gradient(center ellipse, #a90310 0%, #6d0506 100%);
  background:         radial-gradient(ellipse at center, #a90310 0%, #6d0506 100%); /* w3c */
  -webkit-box-shadow: 0 0 0 10px #6d0506, 0 0 35px 20px #ffffff;
          box-shadow: 0 0 0 10px #6d0506, 0 0 35px 20px #ffffff;
}

.block_1-girl {
  position: absolute;
  bottom: 0;
  left: -170px;

  display: block;
  max-width: 640px;
  max-height: 950px;
}

.stamp {
  position: absolute;
  bottom: 150px;
  left: 100px;

  width: 275px;
  height: 275px;
  padding: 80px 30px 50px 30px;

  font-weight: bold;
  font-size: 20px;
  line-height: 0.9;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;

  background: #ff9900;
  border: 2px solid #ffffff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 15px #ffcc33;
          box-shadow: 0 0 0 15px #ffcc33;
}

.stamp span {
  display: block;

  font-size: 95px;
}

/*BLOCK_1-END*/
/*BLOCK_2*/

.block_2 {
  font-size: 32px;
  text-align: center;

  background: #ffffff url(../img/pattern.png) repeat;
  border-bottom: #497091 8px solid;
}

.block_2 .container {
  padding-top: 30px;
  padding-bottom: 30px;

  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,255,255,1)), color-stop(1%, rgba(255,255,255,0.99)), color-stop(100%, rgba(255,255,255,0))); /* safari4+,chrome */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,0.99) 1%, rgba(255,255,255,0) 100%); /* safari5.1+,chrome10+ */ /* opera 11.10+ */ /* ie10+ */
  background: -webkit-radial-gradient(center ellipse, rgba(255,255,255,1) 0%, rgba(255,255,255,0.99) 1%, rgba(255,255,255,0) 100%);
  background:         radial-gradient(ellipse at center, rgba(255,255,255,1) 0%, rgba(255,255,255,0.99) 1%, rgba(255,255,255,0) 100%); /* w3c */
}

.block_2 p {
  margin: 0 0 15px;
}

.block_2 p:last-child {
  margin-bottom: 0;
}

/*BLOCK_2-END*/
/*BLOCK_3*/

.block_3 {
  padding: 30px 0;

  font-size: 0;

  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(196,225,221,1)), color-stop(100%, rgba(39,152,176,1))); /* safari4+,chrome */
  background: -webkit-linear-gradient(0deg, rgba(196,225,221,1) 0%, rgba(39,152,176,1) 100%); /* safari5.1+,chrome10+ */ /* opera 11.10+ */ /* ie10+ */
  background: -webkit-linear-gradient(left, rgba(196,225,221,1) 0%, rgba(39,152,176,1) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(196,225,221,1)), to(rgba(39,152,176,1)));
  background:         linear-gradient(90deg, rgba(196,225,221,1) 0%, rgba(39,152,176,1) 100%); /* w3c */
  background-size: cover;
  border-bottom: #497091 8px solid;
}

.block_3-left,
.block_3-right {
  display: inline-block;

  vertical-align: top;
}

.block_3-title {
  margin-bottom: 30px;

  font-weight: normal;
  font-size: 42px;
  text-align: center;
  text-transform: uppercase;
}

.block_3-left {
  width: 50%;
  margin-right: 2%;

  font-size: 18px;
}

.block_3-right {
  width: 48%;
  padding-bottom: 225px;

  font-size: 26px;
}

.block_3-left p,
.block_3-right p {
  margin-top: 0;
}

.prod {
  display: block;
  max-width: 70%;
  margin: 20px auto 50px;
}

/*BLOCK_3-END*/
/*BLOCK_4*/

.block_4 {
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(31,149,175,1)), color-stop(50%, rgba(129,193,192,1)), color-stop(100%, rgba(201,228,223,1))); /* safari4+,chrome */
  background: -webkit-linear-gradient(342deg, rgba(31,149,175,1) 0%, rgba(129,193,192,1) 50%, rgba(201,228,223,1) 100%); /* safari5.1+,chrome10+ */ /* opera 11.10+ */ /* ie10+ */
  background:         linear-gradient(108deg, rgba(31,149,175,1) 0%, rgba(129,193,192,1) 50%, rgba(201,228,223,1) 100%); /* w3c */
}

.pattern-wrap {
  background: transparent url(../img/pattern_transparency.png) repeat;
}

.block_4 {
  border-bottom: #497091 8px solid;
}

.block_4 .container {
  position: relative;

  min-height: 400px;
  padding: 20px 15px 50px;
}

.block_4-title {
  margin-bottom: 20px;

  font-weight: normal;
  font-size: 42px;
  text-align: center;
  text-transform: uppercase;
}

.block_4 .content {
  position: relative;
  z-index: 21;

  width: 60%;
}

.block_4 .opinion {
  position: relative;

  padding: 30px;

  background: #ffffff;
  border: 5px solid #af161b;
  border-radius: 5px;
}

.block_4 .opinion:before {
  content: "";
  position: absolute;
  top: 80px;
  right: -30px;

  display: block;
  width: 0;
  height: 0;

  border-width: 30px 30px 0 0;
  border-style: solid;
  border-color: #af161b transparent transparent transparent;
}

.block_4 .opinion:after {
  content: "";
  position: absolute;
  top: 84px;
  right: -20px;

  display: block;
  width: 0;
  height: 0;

  border-width: 20px 20px 0 0;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
}

.block_4 .opinion p {
  margin: 0 0 15px;
}

.block_4 .opinion p:last-child {
  margin-bottom: 0;
}

.expert-data {
  margin-bottom: 0;

  font-size: 20px;
  text-align: right;
}

.expert-data span {
  display: block;

  font-weight: bold;
}

.doctor {
  position: absolute;
  right: -30px;
  bottom: 0;

  display: block;
  max-width: 550px;
  max-height: 640px;
}

/*BLOCK_4-END*/
/*BLOCK_5*/

.block_5 {
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(234,246,244,1)), color-stop(100%, rgba(143,206,223,1))); /* safari4+,chrome */
  background: -webkit-linear-gradient(338deg, rgba(234,246,244,1) 0%, rgba(143,206,223,1) 100%); /* safari5.1+,chrome10+ */ /* opera 11.10+ */ /* ie10+ */
  background:         linear-gradient(112deg, rgba(234,246,244,1) 0%, rgba(143,206,223,1) 100%); /* w3c */
}

.block_5 .container {
  position: relative;

  min-height: 850px;
  padding: 20px 15px 30px;
}

.block_5 .content {
  position: relative;
  z-index: 30;
}

.block_5-title {
  margin-bottom: 80px;
  padding-left: 160px;

  font-weight: normal;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
}

.steps {
  width: 50%;

  background: #ffffff;
  border-radius: 5px;
}

.steps-head {
  padding: 15px 15px 15px 30px;

  font-weight: bold;
  font-size: 24px;
  color: #ffffff; /* ff3.6+ */
  text-transform: uppercase;

  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(169,26,30,1)), color-stop(100%, rgba(205,6,25,1))); /* safari4+,chrome */
  background: -webkit-linear-gradient(180deg, rgba(205,6,25,1) 0%, rgba(169,26,30,1) 100%); /* safari5.1+,chrome10+ */ /* opera 11.10+ */ /* ie10+ */
  background: -webkit-linear-gradient(right, rgba(205,6,25,1) 0%, rgba(169,26,30,1) 100%);
  background: -webkit-gradient(linear, right top, left top, from(rgba(205,6,25,1)), to(rgba(169,26,30,1)));
  background:         linear-gradient(270deg, rgba(205,6,25,1) 0%, rgba(169,26,30,1) 100%); /* w3c */
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.steps-content {
  padding: 25px;

  font-size: 18px;

  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.step-title {
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
}

.steps p {
  margin: 0;
}

.steps-content li {
  margin-bottom: 15px;
}

.steps-content li:last-child {
  margin-bottom: 0;
}

.step-1 {
  margin-bottom: 100px;
  margin-left: 35%;
}

.block_5-bottom {
  font-size: 0;
}

.step-2 {
  display: inline-block;
  margin-right: 5%;

  vertical-align: middle;
}

.contains {
  display: inline-block;
  width: 45%;

  vertical-align: middle;
}

.contains p {
  margin-top: 0;

  font-weight: bold;
  font-size: 24px;
  color: #a70515;
  text-transform: uppercase;
}

.contains li {
  position: relative;

  display: inline-block;
  width: 49%;
  min-height: 45px;
  margin-bottom: 10px;
  padding: 5px 5px 5px 50px;

  font-weight: bold;
  font-size: 16px;
  vertical-align: top;
}

.contains li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;

  display: block;
  width: 40px;
  height: 40px;

  background: transparent url(../img/check.png) no-repeat center;
}

.contains li:nth-child(even) {
  margin-right: 2%;
}

.block_5-girl {
  position: absolute;
  bottom: 0;
  left: -200px;

  display: block;
  max-width: 620px;
  max-height: 930px;
}

/*BLOCK_5-END*/
/*BLOCK_6*/

.block_6 {
  background: #4a9eb6;
}

.block_6 .container {
  position: relative;

  padding: 30px 15px;

  font-size: 0;
}

.danger {
  display: inline-block;
  width: 10%;
  margin-right: 5%;

  vertical-align: middle;
}

.block_6-text {
  display: inline-block;
  width: 85%;

  font-size: 18px;
  vertical-align: middle;
  color: #ffffff;
}

.block_6 .container:before {
  content: "";
  position: absolute;
  top: -20px;
  right: 25%;

  display: block;
  width: 0;
  height: 0;

  border-width: 0 20px 20px 20px;
  border-style: solid;
  border-color: transparent transparent #4a9fb6 transparent;
}

/*BLOCK_6-END*/
/*BLOCK_7*/

.block_7 {
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(143,206,223,1)), color-stop(100%, rgba(234,246,244,1))); /* safari4+,chrome */
  background: -webkit-linear-gradient(180deg, rgba(234,246,244,1) 0%, rgba(143,206,223,1) 100%); /* safari5.1+,chrome10+ */ /* opera 11.10+ */ /* ie10+ */
  background: -webkit-linear-gradient(right, rgba(234,246,244,1) 0%, rgba(143,206,223,1) 100%);
  background: -webkit-gradient(linear, right top, left top, from(rgba(234,246,244,1)), to(rgba(143,206,223,1)));
  background:         linear-gradient(270deg, rgba(234,246,244,1) 0%, rgba(143,206,223,1) 100%); /* w3c */
  border-bottom: #497091 8px solid;
}

.block_7 .container {
  position: relative;

  min-height: 860px;
  padding: 30px 15px;
}

.block_7-title {
  position: relative;
  z-index: 40;

  width: 70%;
  margin-bottom: 20px;

  font-weight: normal;
  font-size: 42px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: #909090 1px 1px 1px;
}

.comment {
  position: relative;
  z-index: 40;

  width: 70%;
  margin-bottom: 10px;
  padding: 20px;

  font-size: 0;

  background: #ffffff;
  border-radius: 5px;
}

.comment-2 {
  margin-left: 10%;
}

.comment-3 {
  margin-left: 20%;
}

.comment p {
  margin: 0 0 15px;

  font-size: 16px;
}

.comment-photo {
  position: relative;
  left: 65%;

  display: inline-block;
  width: 35%;

  vertical-align: top;
}

.comment-photo img {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}

.bf-af {
  display: inline-block;
  width: 50%;
  padding: 0 5%;

  font-size: 16px;
  font-family: "Lobster", cursive;
  vertical-align: top;
  text-align: center;
  text-transform: uppercase;
}

.comment-text {
  position: relative;
  left: -35%;

  display: inline-block;
  width: 60%;

  vertical-align: top;
}

.block_7-girl {
  position: absolute;
  right: -250px;
  bottom: 0;
  z-index: 35;

  display: block;
  max-width: 640px;
  max-height: 890px;
}

/*BLOCK_7-END*/
/*BLOCK_8*/

.block_8 .container {
  padding: 30px 15px;

  font-size: 0;
}

.block_8-left,
.block_8-right {
  display: inline-block;

  vertical-align: top;
}

.block_8-left {
  position: relative;

  width: 50%;
  margin: 50px 2% 0 0;

  font-size: 18px;
}

.block_8-right {
  width: 48%;
}

.block_8-left .prod {
  margin: 0 auto 30px;;
}

.block_8-left .stamp {
  left: -10px;
  width: 165px;
  height: 165px;
  padding: 40px 15px 45px 15px;

  font-size: 16px;
}

.block_8-left .stamp span {
  font-size: 65px;
}

.block_8-left .price-block {
  text-align: center;
}

.block_8-right {
  font-size: 18px;
}

.block_8-title {
  margin-bottom: 30px;

  font-weight: normal;
  font-size: 26px;
  text-align: center;
  text-transform: uppercase;
}

.block_8-right form {
  width: 80%;
  margin: 0 auto;
}

.inp {
  display: block;
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  padding: 0 30px 0 15px;

  background: #ffffff;
  border: 1px solid #c8c8c8;
  border-radius: 5px;
  outline: none;
  -webkit-box-shadow: inset 0 0 20px 0 #c8c8c8;
          box-shadow: inset 0 0 20px 0 #c8c8c8;
}

select.inp {
  background: #ffffff url(../img/triangle.png) no-repeat 98% center;

  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.pricesBox {
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.block_8-right form .btn {
  width: 80%;
  padding: 10px 15px;

  font-size: 35px;

  cursor: pointer;
}

.block_8-right .prod,
.block_8-right .price-block {
  display: none;
}

.counter-wrap {
  width: 200px;
  margin: 0 auto 20px;

  text-align: center;
}

.timer_title {
  margin-bottom: 10px;

  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
}

.count-list {
  width: 100%;

  font-size: 0;
}

.count-list li {
  position: relative;

  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 25px;
  padding-top: 13px;

  font-weight: bold;
  font-size: 20px;
  vertical-align: top;
  color: #ffffff;
  text-transform: uppercase;

  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(73,112,145,1)), color-stop(100%, rgba(124,192,247,1))); /* safari4+,chrome */
  background: -webkit-linear-gradient(230deg, rgba(124,192,247,1) 0%, rgba(73,112,145,1) 100%); /* safari5.1+,chrome10+ */ /* opera 11.10+ */ /* ie10+ */
  background:         linear-gradient(220deg, rgba(124,192,247,1) 0%, rgba(73,112,145,1) 100%); /* w3c */
  border-radius: 5px;
}

.count-list li:before {
  content: "";
  position: absolute;
  top: 15px;
  right: -15px;

  display: block;
  width: 5px;
  height: 5px;

  background: #497091;
  border-radius: 50%;
}

.count-list li:after {
  content: "";
  position: absolute;
  right: -15px;
  bottom: 15px;

  display: block;
  width: 5px;
  height: 5px;

  background: #497091;
  border-radius: 50%;
}

.count-list li:last-child {
  margin-right: 0;
}

.count-list li:last-child:before,
.count-list li:last-child:after {
  display: none;
}

/*BLOCK_8-END*/
/*FIXED_LINE*/

.fixed_line {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;

  width: 100%;
  padding: 25px 0 15px;

  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 0 10px 0 #a7a7a7;
          box-shadow: 0 0 10px 0 #a7a7a7;
}

.fixed-text {
  display: inline-block;
  width: 500px;
  margin-right: 30px;

  font-size: 24px;
  font-family: "Lobster", cursive;
  vertical-align: middle;
  color: #323232;
  text-transform: uppercase;
}

.fixed-btn {
  display: inline-block;
  width: 180px;
  padding: 10px;

  font-weight: bold;
  font-size: 24px;
  vertical-align: middle;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;

  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(218,0,17,1)), color-stop(100%, rgba(160,30,31,1)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(218,0,17,1) 0%, rgba(160,30,31,1) 100%);
  background: -webkit-radial-gradient(center ellipse, rgba(218,0,17,1) 0%, rgba(160,30,31,1) 100%);
  background:         radial-gradient(ellipse at center, rgba(218,0,17,1) 0%, rgba(160,30,31,1) 100%);
  border-radius: 5px;

  -webkit-transition: 0.3s;
          transition: 0.3s;
}

.fixed-btn:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.fixed_line .counter-wrap {
  display: inline-block;
  margin: -20px 30px 0 0;

  vertical-align: middle;
}

.fixed_line .timer_title {
  margin-bottom: 5px;

  font-size: 14px;
}

/*FIXED_LINE*/

@media screen and (max-width: 980px) {
  .fixed_line {
    display: none;
  }

  .block_1-girl {
    display: none;
  }

  .stamp {
    display: none;
    bottom: -50px;
  }

  .block_1 h1 {
    padding: 30px 0;

    text-align: center;
  }

  .block_1-content {
    width: 100%;
    margin: 0 auto;
  }

  .block_1-subtitle {
    text-align: center;
  }

  .price-block {
    margin: 0 auto;
  }

  .list-container {
    margin: 20px auto 50px;
  }
}

@media screen and (max-width: 768px) {
  .block_3-left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }

  .block_3-right {
    width: 100%;
    padding-bottom: 0;
  }

  .doctor {
    right: -50px;

    max-width: 380px;
    max-height: 460px;
  }

  .block_5-title {
    margin-bottom: 20px;
    padding-left: 0;
  }

  .step-1 {
    width: 80%;
    margin: 0 auto 50px;
  }

  .block_5-girl {
    display: none;
  }

  .block_7-title {
    width: 100%;
  }

  .block_7-girl {
    display: none;
  }

  .block_7 .container {
    min-height: 400px;
  }

  .comment {
    width: 100%;
  }

  .comment-2,
  .comment-3 {
    margin-left: 0;
  }

  .old-price {
    font-size: 22px;
  }

  .new-price {
    font-size: 32px;
  }

  .block_8-title {
    margin-bottom: 15px;

    font-size: 24px;
  }

  .block_8-right form .btn {
    padding: 8px 15px;

    font-size: 24px;
  }

  .shipment-block {
    margin: 20px auto 30px;

    font-size: 24px;
  }

  .pricesBox {
    font-size: 18px;
  }
}

@media screen and (max-width: 600px) {
  .block_1 h1 {
    padding: 20px 0;

    font-size: 70px;
  }

  .block_1-subtitle {
    margin: 20px 0;
    padding: 0;

    font-size: 30px;
  }

  .price-block {
    text-align: center;
  }

  .btn {
    max-width: 300px;
    padding: 15px;

    font-size: 36px;
  }

  .block_2 p {
    font-size: 22px;
  }

  .block_3-right {
    font-size: 18px;
  }

  .block_3-left {
    margin-bottom: 30px;
  }

  .block_4 .content {
    width: 100%;
  }

  .doctor {
    display: none;
  }

  .block_4 .container {
    min-height: 390px;
    padding: 20px 15px;
  }

  .block_4 .opinion:before,
  .block_4 .opinion:after {
    display: none;
  }

  .step-2 {
    display: block;
    width: 80%;
    margin: 0 auto 20px;
  }

  .contains {
    display: block;
    width: 80%;
    margin: 0 auto;
  }

  .danger {
    width: 20%;
  }

  .block_6-text {
    width: 75%;
  }

  .block_8-left {
    display: none;
  }

  .block_8-right {
    display: block;
    width: 80%;
    margin: 0 auto;
  }

  .block_8-right .prod,
  .block_8-right .price-block {
    display: block;
  }

  .block_8-right .prod {
    max-width: 50%;
    margin: 20px auto;
  }

  .block_8-right .price-block {
    margin: 30px auto;
  }

  .comment {
    padding: 10px;
  }

  .comment-photo,
  .comment-text {
    position: static;

    display: block;
    width: 100%;
  }

  .comment-photo {
    width: 80%;
    margin: 0 auto 20px;
  }

  .block_6 .container:before {
    right: 50%;

    margin-right: -20px;
  }
}

@media screen and (max-width: 490px) {
  .block_1 h1 {
    font-size: 60px;
  }

  .block_1-subtitle {
    margin-top: 0;
    padding: 10px 0;

    font-size: 26px;
    line-height: 1.1;
  }

  .block_1-prod {
    display: block;
    width: 70%;
    margin: 20px auto;
  }

  .block_1-list {
    display: block;
    width: 90%;
    margin: 0 auto;
  }

  .btn {
    max-width: 250px;
    padding: 10px;

    font-size: 28px;
  }

  .block_1 .container {
    padding-bottom: 20px;
  }

  .block_3 {
    padding: 20px 0;
  }

  .block_3-title {
    margin-bottom: 20px;

    font-size: 32px;
  }

  .block_4-title {
    font-size: 32px;
  }

  .step-1 {
    width: 100%;
  }

  .step-2 {
    width: 100%;
  }

  .contains {
    width: 100%;
  }

  .contains p {
    text-align: center;
  }

  .danger {
    display: block;
    width: 30%;
    margin: 0 auto 20px;
  }

  .block_6-text {
    width: 100%;
  }

  .block_8-right {
    width: 100%;
  }

  .comment-photo {
    width: 100%;
  }
}

.ac_footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 13px;
  padding: 15px 0;
  line-height: 1.6;
  color: #A12000;
}

.ac_footer a {
  display: inline-block;
  color: inherit;
}
