@font-face {
	font-family: 'Panton';
	src: url('../fonts/panton-black-webfont.woff2') format('woff2'),
			 url('../fonts/fonpanton-black-webfont.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Panton';
	src: url('../fonts/panton-bold-webfont.woff2') format('woff2'),
			 url('../fonts/panton-bold-webfont.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Panton';
	src: url('../fonts/panton-regular-webfont.woff2') format('woff2'),
			 url('../fonts/panton-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/open-sans-v18-latin-ext-300-webfont.woff') format('woff'),
    url('../fonts/open-sans-v18-latin-ext-300-webfont.ttf') format('woff2');
  font-weight: 300;
  font-style: normal;
}


.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	margin-bottom: 23px;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel .owl-refresh .owl-item {
	display: none;
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-item img {
	display: block;
	margin: 0 auto;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.owl-carousel .owl-item img {
	transform-style: preserve-3d;
}

html,
body {
  width: 100%;

  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}


.control__item:nth-child(1) .control__item-container,
.control__item:nth-child(2) .control__item-container,
.control__item:nth-child(3) .control__item-container,
.control__item:nth-child(4) .control__item-container,
.control__item:nth-child(5) .control__item-container,
.control__item:nth-child(6) .control__item-container,
.control__item:nth-child(7) .control__item-container,
.control__item:nth-child(8) .control__item-container,
.control__item:nth-child(9) .control__item-container,
.control__item:nth-child(10) .control__item-container {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}


.why-it-danger .wrapper__inner,
.how-it-fight__list,
.review__list li,
.try-to-use__list,
.preferences__list,
.care,
.footer .wrapper__inner,
.footer__firm {
  *zoom: 1;
}


.why-it-danger .wrapper__inner:before,
.how-it-fight__list:before,
.review__list li:before,
.try-to-use__list:before,
.preferences__list:before,
.care:before,
.footer .wrapper__inner:before,
.footer__firm:before,
.why-it-danger .wrapper__inner:after,
.how-it-fight__list:after,
.review__list li:after,
.try-to-use__list:after,
.preferences__list:after,
.care:after,
.footer .wrapper__inner:after,
.footer__firm:after {
  display: table;
  content: '';
}


.why-it-danger .wrapper__inner:after,
.how-it-fight__list:after,
.review__list li:after,
.try-to-use__list:after,
.preferences__list:after,
.care:after,
.footer .wrapper__inner:after,
.footer__firm:after {
  clear: both;
}

/* --------------------- reset meyer styles --------------------------- */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

html,
body,
div,
span,
object,
h1,
p,
a,
em,
img,
s,
var,
b,
u,
i,
center,
ul,
li,
form,
label,
tr,
footer,
header,
nav,
output,
section,
time {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}


footer,
header,
nav,
section {
  display: block;
}


ul {
  list-style: none;
}

ul ul {
  margin-bottom: 0;
}

a img {
  border: 0;
}

/* --------------------- END reset meyer styles ---------------------- */

button,
input {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
  *overflow: visible;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  cursor: pointer;
  -webkit-appearance: button;
}


input[type='radio'] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  border-radius: 0;
  border: 0 \9;
}

input[type='button'],
input[type='reset'],
input[type='submit'] {
  width: auto;
  height: auto;
}


input[type='radio'] {
  cursor: pointer;
}

body {
  font: 14px 'Open Sans', 'Arial', sans-serif;
}

img {
  max-width: 100%;
}

a,
button {
  outline: none;
  border-color: transparent;
}

a:hover,
a :active,
a:focus,
button:hover,
button :active,
button:focus {
  outline: none;
  background-color: transparent;
}


.control__item:nth-child(1) .control__item-container,
.control__item:nth-child(2) .control__item-container,
.control__item:nth-child(3) .control__item-container,
.control__item:nth-child(4) .control__item-container,
.control__item:nth-child(5) .control__item-container,
.control__item:nth-child(6) .control__item-container,
.control__item:nth-child(7) .control__item-container,
.control__item:nth-child(8) .control__item-container,
.control__item:nth-child(9) .control__item-container,
.control__item:nth-child(10) .control__item-container {
  background-image: url('../img/sprites/icons-s77e22b793a.png');
  background-repeat: no-repeat;
}


.control__item:nth-child(1) .control__item-container,
.control__item:nth-child(2) .control__item-container,
.control__item:nth-child(3) .control__item-container,
.control__item:nth-child(4) .control__item-container,
.control__item:nth-child(5) .control__item-container,
.control__item:nth-child(6) .control__item-container,
.control__item:nth-child(7) .control__item-container,
.control__item:nth-child(8) .control__item-container,
.control__item:nth-child(9) .control__item-container,
.control__item:nth-child(10) .control__item-container {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}


.control__item:nth-child(1) .control__item-container {
  background-position: 0 0;
  height: 60px;
  width: 60px;
}


.control__item:nth-child(2) .control__item-container {
  background-position: 0 -130px;
  height: 60px;
  width: 60px;
}


.control__item:nth-child(3) .control__item-container {
  background-position: 0 -195px;
  height: 60px;
  width: 60px;
}


.control__item:nth-child(4) .control__item-container {
  background-position: 0 -260px;
  height: 60px;
  width: 60px;
}


.control__item:nth-child(5) .control__item-container {
  background-position: 0 -325px;
  height: 60px;
  width: 60px;
}


.control__item:nth-child(6) .control__item-container {
  background-position: 0 -390px;
  height: 60px;
  width: 60px;
}


.control__item:nth-child(7) .control__item-container {
  background-position: 0 -455px;
  height: 60px;
  width: 60px;
}


.control__item:nth-child(8) .control__item-container {
  background-position: 0 -520px;
  height: 60px;
  width: 60px;
}


.control__item:nth-child(9) .control__item-container {
  background-position: 0 -585px;
  height: 60px;
  width: 60px;
}


.control__item:nth-child(10) .control__item-container {
  background-position: 0 -65px;
  height: 60px;
  width: 60px;
}

.wrapper__inner {
  max-width: 980px;
  margin: 0 auto;
}

.wrapper__title {
  font-size: 25px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  position: relative;
}

.wrapper__title .color {
  background: #ffedb2;
}

.wrapper__title-cont {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.wrapper__title-cont:before,
.wrapper__title-cont:after {
  background: url('../img/title_item.png') 0 0 no-repeat;
  content: '';
  position: absolute;
  height: 20px;
  width: 24px;
  top: 50%;
  transform: translateY(-50%);
}

.wrapper__title-cont:before {
  left: -35px;
}

.wrapper__title-cont:after {
  right: -32px;
}

.wrapper .bold {
  font-weight: bold;
}

.first {
  background: url('../img/first_bg.jpg') center top no-repeat;
  height: 744px;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 0 15px;
}

.first .wrapper__inner {
  background: url('../img/first_bg_man.png') 93% 32% no-repeat;
  position: relative;
}

.first .wrapper__inner:before {
  position: absolute;
  content: '';
  background: url('../img/discount_desctop.png') 0 0 no-repeat;
  width: 105px;
  height: 123px;
  top: 346px;
  left: 340px;
  z-index: 1;
  background-size: contain;

}

@media (max-width: 479px) {
  .first__list {
    padding-left: 0 !important;
  }
}

.first .wrapper__inner:after {
  content: '';
    position: absolute;
    top: 179px;
    left: 425px;
    background: url(../img/product_popup.png) 0 0 no-repeat;
    width: 180px;
    height: 295px;
    background-size: cover;
}

.first h1 {
  font-family: 'Panton', sans-serif;
  font-size: 35px;
	font-weight: 900;
  text-transform: uppercase;
  padding-right: 250px;
  letter-spacing: -0.7px;
}

.first h1 br {
  display: none;
}

.first__title-part {
  display: none;
}

@media screen and (max-width: 767px) {
  .first__title-part {
    display: inline;
  }
}

.first__sub-title {
  font-size: 17px;
  font-weight: bold;
  font-family: 'Panton', sans-serif;
	font-weight: 700;
  margin-top: 8px;
}

.first__list {
  display: block;
  padding: 36px 610px 0 0;
}

.first__item {
  position: relative;
  display: block;
  font-weight: 600;
  font-style: italic;
  padding-left: 35px;
  font-size: 15px;
  letter-spacing: 0.3px;
  line-height: 24px;
  margin-bottom: 34px;
  background: url('../img/title_item.png') 0 3px no-repeat;
}

.first__item:before {
  content: '';
  position: absolute;
  background: url('../img/first_item_border.jpg') 0 0 no-repeat;
  width: 338px;
  height: 1px;
  bottom: -19px;
  left: 0;
}

.first__item:last-child:before {
  content: none;
}

.first__item:after {
  content: '';
  position: absolute;
}

.first__form-container {
  margin-top: 40px;
  background: #03a9f4;
  position: relative;
  min-height: 187px;
}

.first__hot {
  background: #0277bd;
  color: #ffffff;
}

.first__price {
  display: inline-block;
  vertical-align: top;
  min-height: 75px;
  position: relative;
}

.first__price-old {
  font-weight: 300;
  font-family: 'OpenSans', sans-serif;
  padding-left: 50px;
  width: 299px;
}

.first__price-old:before {
  position: absolute;
  content: '';
  right: -26px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 36.5px 0 38.5px 23px;
  border-color: transparent transparent transparent #0277bd;
  z-index: 1;
}

.first__price-old .x_price_previous {
  text-decoration: line-through;
  display: inline-block;
  vertical-align: top;
  padding: 7px 0 0 5px;
}

.first__price-old .x_currency {
  font-size: 17px;
  padding-top: 37px;
  display: inline-block;
  vertical-align: top;
}

.first__price-old > span {
  color: #cbdced;
  font-size: 44px;
  font-weight: 300;
}

.first__price-old > span:nth-child(1) {
  text-decoration: line-through;
  font-size: 35px;
}

.first__price-new {
  font-weight: bold;
  background: #03a9f4;
  padding-left: 62px;
  width: 305px;
  border-bottom: 1px solid #0277bd;
}

.first__price-new:before {
  position: absolute;
  content: '';
  right: -25px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 36.5px 0 38.5px 25px;
  border-color: transparent transparent transparent #03a9f4;
}

.first__price-new .x_price_current {
  display: inline-block;
  vertical-align: top;
  font-size: 60px;
  line-height: 75px;
  padding-left: 10px;
}

.first__price-new .x_currency {
  display: inline-block;
  vertical-align: top;
  font-size: 17px;
  padding-top: 38px;
}

.first__price-title {
  font-weight: bold;
  text-align: right;
  width: 60px;
  padding-top: 18px;
  display: inline-block;
  vertical-align: top;
}

.first__package-left {
  display: inline-block;
  vertical-align: top;
  padding: 14px 0 0 69px;
}

.first__package-index {
  background: url('../img/package_bg.png') 0 0 no-repeat;
  width: 69px;
  height: 50px;
  display: inline-block;
  vertical-align: top;
  color: #000000;
  font-size: 36px;
  padding-left: 7px;
  letter-spacing: 10px;
}

.first__package-info {
  display: inline-block;
  vertical-align: top;
  padding: 3px 0 0 10px;
  letter-spacing: 0.6px;
}

.first__form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 27px 15px 0 15px;
}

.first__form-field {
  background: #fff;
  padding: 17px 0 20px;
  font-size: 15px;
  text-indent: 18px;
  letter-spacing: 0.6px;
  width: 210px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  outline: none;
  margin-right: 0px;
  display: inline-block;
  vertical-align: top;
}

.first__btn {
  display: inline-block;
  vertical-align: top;
  background: #f13a44;
  color: #fff;
  width: 296px;
  padding: 17px 0 14px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 800;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.first__btn:hover,
.first__btn:active,
.first__btn:focus {
  background: #f13a44;
  color: #fff;
  position: relative;
  top: -1px;
  -webkit-box-shadow: 0 0 3px #000;
  -moz-box-shadow: 0 0 3px #000;
  box-shadow: 0 0 6px #000;
}

.first__btn-cont {
  display: inline-block;
  vertical-align: top;
  margin-left: 0px;
  width: 306px;
  background: #81d4fa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 8px;
  padding: 5px;
  position: relative;
  top: 0px;
}

.wrapper__title .exclusive_title {
  margin-top: 27px;
}

.first__safe {
  text-align: center;
  width: 100%;
	max-width: 170px;
  font-size: 11px;
  padding-left: 0px;
	margin: 15px auto 0;
}

.debi1 {
  background: url('../img/safe.png') 0px 0 no-repeat;
  background-size: contain
}

.debi2 {
  background: url('../img/safe.png') 0px 0 no-repeat;
  background-size: contain
}

.debi3 {
  background: url('../img/safe.png') 0px 0 no-repeat;
  background-size: contain
}

.debi4 {
  background: url('../img/safe.png') 0px 0 no-repeat;
  background-size: contain
}

.header {
  padding-top: 25px;
  padding-bottom: 28px;
}

.use-it__importantly-title {
  text-align: center;
}

.use-it__importantly-info {
  font-size: 18px;
}

.use-it__item {
  font-size: 19px;
}

.header__logo {
  background: url('../img/logo.png?v1') 0 0 no-repeat;
  height: 45px;
  width: 209px;
  display: inline-block;
  vertical-align: top;
}

.header__list {
  display: inline-block;
  vertical-align: top;
  padding-left: 60px;
  padding-right: 65px;
}

.header__item {
  display: inline-block;
  vertical-align: top;
  padding-left: 43px;
  width: 190px;
}

.header__item:nth-child(1) {
  background: url('../img/head_item1.png') no-repeat;
  background-size: contain;
}

.header__item:nth-child(2) {
  background: url('../img/head_item2.png') no-repeat;
  background-size: contain;
}

.header__item-name {
  font-weight: bold;
}

.header__callback {
  display: inline-block;
  vertical-align: top;
  font-size: 12.5px;
  font-weight: bold;
  margin-top: 13px;
  color: #5092b6;
  cursor: pointer;
}

.header__package {
  display: none;
}

.control {
  padding-top: 59px;
  background: url('../img/second_bg.jpg') top center;
  -webkit-background-size: cover;
  background-size: cover;
}

.control .wrapper__inner {
  max-width: 1070px;
  padding: 0 30px 25px;
  position: relative;
  background: url('../img/control_people.png') 540px bottom no-repeat;
}

.control_title .color br {
  display: none;
}

.control__list {
  padding: 35px 300px 0 0;
}

.control__item {
  position: relative;
  vertical-align: top;
  display: inline-block;
  font-style: italic;
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 10px 5px;
  padding: 5px;
  border: 2px solid transparent;
  cursor: pointer;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.control__item-info {
  display: inline-block;
  vertical-align: top;
  padding-right: 10px;
}

.control__item-container {
  display: block;
  position: relative;
  padding-left: 76px;
  width: 250px !important;
  min-height: 60px !important;
  cursor: pointer;
}

.control__item-index {
  vertical-align: top;
  position: absolute;
  left: -3000px;
  top: 0;
  opacity: 0;
}

.control__btn-cont {
  margin: 1px 0 0 120px;
}

.control .choose {
  border: 2px solid #3693cb;
  background: #fff;
}

.control__result {
  margin-top: 20px;
  text-align: center;
  max-width: 495px;
	display: none;
}

.land-btn {
  display: block;
  background: #f13a44;
  color: #fff;
  width: 245px;
  padding: 17px 0 19px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 800;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
}

.land-btn:active,
.land-btn:focus {
  background: #f13a44;
}

.land-btn-parent {

  padding: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 255px;
}

.land-btn-parent:hover,
.land-btn-parent:active,
.land-btn-parent:focus {
  background: none;
}

.land-btn-parent:hover .land-btn,
.land-btn-parent:active .land-btn,
.land-btn-parent:focus .land-btn {
  -webkit-box-shadow: 0 0 10px #ffffff;
  -moz-box-shadow: 0 0 10px #ffffff;
  box-shadow: inset 0 0 10px #ffffff;
  cursor: pointer;
  background: #f13a44;
}

.why-it-danger {
  background: #f7f7f7;
  min-height: 366px;
  padding-top: 50px;
}

.why-it-danger__title {
  font-size: 28px;
}

.why-it-danger__title .wrapper__title-cont:before,
.why-it-danger__title .wrapper__title-cont:after {
  top: 50%;
  transform: translateY(-50%);
}

.why-it-danger__title .wrapper__title-cont:before {
  left: -37px;
}

.why-it-danger__title .wrapper__title-cont:after {
  right: -39px;
}

.why-it-danger__info {
  display: inline-block;
  vertical-align: top;
  max-width: 600px;
  padding-top: 30px;
  font-size: 16px;
  letter-spacing: -0.5px;
}

.why-it-danger__info-after {
  background: url('../img/viki.png') -1px 4px no-repeat;
  padding-left: 96px;
  font-weight: bold;
  width: 96%;
}

.why-it-danger__info-special {
  padding: 10px 37px 0 94px;
  letter-spacing: -0.6px;
  line-height: 20px;
}

.why-it-danger__importantly {
  display: inline-block;
  vertical-align: top;
  width: 375px;
  border: 3px solid #efb500;
  margin-top: 35px;
  padding: 12px 0 0 17px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(239, 181, 0, 0.7);
  -moz-box-shadow: 0 0 15px rgba(239, 181, 0, 0.7);
  box-shadow: 0 0 15px rgba(239, 181, 0, 0.7);
}

.why-it-danger__importantly-title {
  font-weight: bold;
  font-size: 24px;
}

.why-it-danger__importantly-info {
  font-size: 14px;
  padding: 8px 33px 30px 2px;
  letter-spacing: 0.6px;
  line-height: 24px;
}

.how-it-fight {
  padding-top: 52px;
  min-height: 557px;
}

.how-it-fight__title {
  font-size: 27px;
}

.how-it-fight__list {
  padding-top: 40px;
  counter-reset: li;
}

.how-it-fight__item {
  float: left;
  padding-top: 190px;
  text-align: center;
  width: 190px;
  margin-right: 7px;
  -webkit-background-size: 160px !important;
  background-size: 160px !important;
  position: relative;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: -0.6px;
}

.how-it-fight__item:before {
  background: url('../img/title_item.png') 0 0 no-repeat;
  width: 24px;
  height: 20px;
  top: 70px;
  right: -15px;
  content: '';
  position: absolute;
}

.how-it-fight__item:after {
  background: #f47a81;
  position: absolute;
  top: 100px;
  left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  border: 3px solid #fff;
  height: 48px;
  width: 48px;
  text-align: center;
  font-size: 18px;
  padding-top: 7px;
  content: counter(li);
  counter-increment: li;
}

.how-it-fight__item:nth-child(1) {
  background: url('../img/land_item1.jpg') center top no-repeat;
}

.how-it-fight__item:nth-child(2) {
  background: url('../img/land_item2.jpg') center top no-repeat;
}

.how-it-fight__item:nth-child(3) {
  background: url('../img/land_item3.jpg') center top no-repeat;
}

.how-it-fight__item:nth-child(4) {
  background: url('../img/land_item4.jpg') center top no-repeat;
}

.how-it-fight__item:nth-child(5):before {
  content: none;
}

.how-it-fight__btn-cont {
  display: block;
  margin: 36px auto 0;
}

.order {
  background: url('../img/first_bg.jpg') top center no-repeat;
  min-height: 650px;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 65px 15px 30px 15px;
}

.order .wrapper__inner {
  position: relative;
}

.order .wrapper__inner:before {
  position: absolute;
  content: '';
  background: url('../img/discount_desctop.png') 0 0 no-repeat;
  width: 126px;
  height: 123px;
  top: 60px;
  left: 740px;
  z-index: 2;
  -webkit-background-size: 108px;
  background-size: 108px;
}

.how-it-fight__item:last-child:before {
  content: none;
}

.how-it-fight__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.order .wrapper__inner:after {
  content: '';
  position: absolute;
  top: 92px;
  left: 755px;
  background: url(../img/product_order.png) 0 0 no-repeat;
  width: 200px;
  height: 357px;
  z-index: 1;
  background-size: contain;
}

.order_title {
  text-align: left;
  font-weight: bold;
  text-transform: none;
  font-size: 20px;
  padding-right: 10px;
  letter-spacing: -0.3px;
  line-height: 30px;
}

.order_title span {
  text-transform: uppercase;
}

.order_title br {
  display: none;
}

.order__list {
  font-style: italic;
  padding: 31px 430px 0 0;
  position: relative;
}

.order__list:before {
  position: absolute;
  top: -30px;
  right: 212px;
  background: url('../img/order_man.png') 0 0 no-repeat;
  height: 358px;
  width: 297px;
  content: '';
  z-index: 0;
}

.order__item {
  display: block;
  background: url('../img/title_item.png') 0 0 no-repeat;
  padding-left: 33px;
  line-height: 21px;
  letter-spacing: 0.5px;
  margin-bottom: 23px;
}

.order .first__form-container {
  margin-top: 31px;
}

.expert {
  min-height: 577px;
}

.expert .wrapper__inner {
  max-width: 1060px;
}

.expert__cont {
  padding-left: 325px;
  padding-top: 54px;
  background: url('../img/expert.png') 6px bottom no-repeat;
  min-height: 476px;
}

.expert__title {
  text-align: left;
  padding-left: 207px;
  font-size: 28px;
  font-weight: bold;
}

.expert__title .wrapper__title-cont:before {
  left: -38px;
  top: 50%;
  transform: translateY(-50%);
}

.expert__title .wrapper__title-cont:after {
  top: 50%;
  transform: translateY(-50%);
  right: -40px;
}

.expert__info {
  line-height: 24px;
  padding-right: 26px;
  font-style: italic;
  font-size: 15px;
  padding-left: 4px;
}

.expert__info span {
  display: none;
}

.expert__author {
  margin-top: 24px;
  padding-left: 4px;
  letter-spacing: -0.7px;
}

.expert__name {
  font-weight: bold;
  font-size: 15px;
  display: block;
}

.expert__autograph {
  background: url('../img/autograph.png') 58% 88% no-repeat;
  padding-bottom: 50px;
}

.expert__work {
  font-weight: bold;
  font-size: 15px;
  padding-top: 4px;
  display: block;
}

.expert__regal {
  display: block;
  letter-spacing: 0.1px;
  padding-top: 4px;
}

.expert__list {
  padding-top: 35px;
  padding-bottom: 18px;
  text-align: center;
}

.expert__item {
  -webkit-background-size: 121px !important;
  background-size: 121px !important;
  display: inline-block;
  width: 121px;
  height: 121px;
  vertical-align: top;
  margin: 0 11px;
}

.expert__item:nth-child(1) {
  background: url('../img/land_item1.jpg') top center no-repeat;
  margin-left: 0;
}

.expert__item:nth-child(2) {
  background: url('../img/land_item2.jpg') top center no-repeat;
}

.expert__item:nth-child(3) {
  background: url('../img/land_item3.jpg') top center no-repeat;
}

.expert__item:nth-child(4) {
  background: url('../img/land_item4.jpg') top center no-repeat;
}

.expert .land-btn-parent {
  position: relative;
  left: -275px;
  top: -65px;
}

.review {
  background: #f7f7f7;
  padding-top: 44px;
  padding-bottom: 20px;
  position: relative;
}

.review:before {
  position: absolute;
  background: #f2f2f2;
  top: 276px;
  left: 0;
  height: 160px;
  width: 100%;
  content: '';
}

.review__title {
  display: inline-block;
  vertical-align: top;
  font-size: 29px;
  letter-spacing: 0.3px;
}

.review__satisfied {
  display: inline-block;
  vertical-align: top;
  color: #009af2;
  background: url('../img/load.png') 0 0 no-repeat;
  width: 197px;
  height: 40px;
  padding-left: 228px;
  position: relative;
  margin-left: 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.8px;
}

.review__satisfied:before,
.review__satisfied:after {
  position: absolute;
}

.review__satisfied:before {
  background: #00aaf6;
  width: 77px;
  height: 77px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  content: '98';
  -webkit-box-shadow: 0 0 5px #020202;
  -moz-box-shadow: 0 0 5px dimgray;
  box-shadow: 0 0 5px dimgray;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  top: -20px;
  right: 11px;
  padding: 13px 0 0 0;
}

.review__satisfied:after {
  content: '%';
  color: #ffffff;
  top: 0;
  right: 14px;
  font-size: 15px;
}

.review__list {
  padding-top: 50px;
  padding-left: 22px;
  position: relative;
  z-index: 11;
}

.review__list li {
  margin-bottom: 41px;
}

.review__list .last {
  margin-bottom: 0px;
}

.review__photo--1 {
  background: url('../img/slide1.png') 0 0 no-repeat;
}

.review__photo--2 {
  background: url('../img/slide2.png') 0 0 no-repeat;
}

.review__photo--3 {
  background: url('../img/slide3.jpg') 0 0 no-repeat;
}

.review__part {
  float: left;
  width: 260px;
}

.review__photo {
  float: left;
  height: 120px;
  width: 120px;
  border-radius: 50%;
}

.review__name {
  display: block;
  padding: 24px 0 0 140px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}

.review__address {
  display: block;
  padding: 4px 0 0 140px;
}

.review__info {
  display: block;
  margin: 14px 23px 0 291px;
  line-height: 23px;
  letter-spacing: 0.5px;
}

.review .adaptive-slider {
  display: none;
}

.try-to-use {
  padding-top: 18px;
  min-height: 683px;
}

.try-to-use .wrapper__inner {
  max-width: 1010px;
}

.try-to-use_title {
  font-size: 24px;
  line-height: 28px;
}

.try-to-use__list {
  padding: 35px 0 0 0;
  font-weight: bold;
  text-align: center;
}

.try-to-use__item {
  float: left;
  width: 202px;
  -webkit-background-size: 168px;
  background-size: 168px;
  padding: 180px 9px 0;
  position: relative;
}

.try-to-use__item:before {
  background: url('../img/failure.png') 0 0 no-repeat;
  content: '';
  position: absolute;
  top: 110px;
  right: 20px;
  height: 57px;
  width: 60px;
}

.try-to-use__item:nth-child(1) {
  background: url('../img/land_item1.jpg') top center no-repeat;
  margin-left: 0;
}

.try-to-use__item:nth-child(2) {
  background: url('../img/land_item2.jpg') top center no-repeat;
}

.try-to-use__item:nth-child(3) {
  background: url('../img/land_item3.jpg') top center no-repeat;
}

.try-to-use__item:nth-child(4) {
  background: url('../img/land_item4.jpg') top center no-repeat;
}

.exclusive {
  background: #f4f4f4;
  padding-top: 13px;
  /* min-height: 713px; */
  padding-bottom: 40px;

}

.exclusive_title {
  font-size: 28px;
  padding: 0 110px;
}

.exclusive__description {
  font-style: italic;
  text-align: center;
  font-size: 16px;
  padding: 16px 78px 0;
  line-height: 26px;
}

.exclusive__list {
  padding: 25px 0 32px 10px;
  text-align: center;
}

.exclusive__item {
  width: 410px;
  display: inline-block;
  vertical-align: top;
  margin: 0 13px;
  padding-top: 242px;
  padding-bottom: 20px;
}

.exclusive__item:nth-child(1) {
  background: url('../img/effect1.jpg') 0 0 no-repeat, #fff;
}

.exclusive__item:nth-child(2) {
  background: url('../img/effect2.jpg') 0 0 no-repeat, #fff;
}

.exclusive__group {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
}

.exclusive__info {
  font-size: 14px;
  padding: 15px 10px 0;
  letter-spacing: 0.4px;
  line-height: 22px;
}

.exclusive__btn-cont {
  margin: 0 auto 0;
}

.preferences {
  padding-top: 55px;
}

.preferences .wrapper__inner {
  max-width: 1010px;
}

.preferences_title {
  font-size: 27px;
}

.preferences_title .wrapper__title-cont:before {
  left: -35px;
}

.preferences_title .wrapper__title-cont:after {
  right: -35px;
}

.preferences__list {
  text-align: center;
  font-weight: bold;
  padding: 33px 0 0 0;
}

.preferences__item {
  -webkit-background-size: 168px;
  background-size: 168px;
  float: left;
  width: 202px;
  padding-top: 190px;
  position: relative;
}

.preferences__item:before {
  background: url('../img/accept.png') 0 0 no-repeat;
  content: '';
  position: absolute;
  top: 122px;
  right: 15px;
  height: 45px;
  width: 61px;
}

.preferences__item:nth-child(1) {
  background: url('../img/preference_1.png') top center no-repeat;
  margin-left: 0;
}

.preferences__item:nth-child(2) {
  background: url('../img/preference_2.png') top center no-repeat;
}

.preferences__item:nth-child(3) {
  background: url('../img/preference_3.png') top center no-repeat;
}

.preferences__item:nth-child(4) {
  background: url('../img/preference_4.png') top center no-repeat;
}

.preferences__item:nth-child(5) {
  background: url('../img/preference_5.png') top center no-repeat;
  margin-right: 0;
}

.care {
  padding-top: 95px;
  min-height: 574px;
}

.care .wrapper__inner {
  position: relative;
}

.care .use-it {
  max-width: 540px;
  margin: 0 auto;
}

.try-to-use__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.care .use-it__importantly-info {
  border: 3px solid #efb500;
  margin: 21px 24px 0 0;
  padding: 12px 15px 15px 25px;
  -webkit-box-shadow: 0 0 15px rgba(239, 181, 0, 0.7);
  -moz-box-shadow: 0 0 15px rgba(239, 181, 0, 0.7);
  box-shadow: 0 0 15px rgba(239, 181, 0, 0.7);
  line-height: 20px;
}

.care .use-it__importantly-info span {
  text-transform: uppercase;
}

.care .use-it__importantly-title {
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
}

.care .use-it__list {
  padding: 38px 0 0 10px;
}

.care .use-it__item {
  font-weight: bold;
  padding-left: 89px;
  min-height: 60px;
  height: 60px;
}

.care .use-it__item br {
  display: none;
}

.care .use-it__item:nth-child(1) {
  background: url('../img/use-it1.png') 0 0 no-repeat;
  padding-bottom: 5px;
  background-size: 17%;
}

.care .use-it__item:nth-child(2) {
  background: url('../img/use-it2.png') 9px 0 no-repeat;
  padding-bottom: 5px;
  background-size: 10%;
}

.care .use-it__item:nth-child(3) {
  background: url('../img/use-it3.png') 5px 3px no-repeat;
  padding-bottom: 5px;
  background-size: 12%;
}

.care .fake {
  float: right;
  width: 345px;
  margin-top: 4px;
}

.care .fake__title {
  font-size: 28px;
  font-weight: bold;
}

.care .fake__info {
  line-height: 24px;
  padding: 16px 16px 22px 2px;
}

.care .fake__field {
  display: block;
  width: 319px;
  border: 1px solid #ccc;
  outline: none;
  padding: 16px 0 20px;
  text-indent: 13px;
}

.care .fake__btn {
  background: #03a8f3;
  color: #ffffff;
  display: block;
  outline: none;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 13px;
  padding: 10px 0;
  text-align: center;
  width: 200px;
  letter-spacing: 0.3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}

.care .fake__btn-cont {
  background: #81d4f9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
  overflow: hidden;
  width: 210px;
  margin: 16px 0 0 0;
}

.care .fake__btn-cont:hover {
  background: none;
}

.care .fake__btn-cont:hover .fake__btn {
  -webkit-box-shadow: 0 0 5px #ebebeb;
  -moz-box-shadow: 0 0 5px #ebebeb;
  box-shadow: 0 0 7px #242036;
  position: relative;
  top: -1px;
}

.care .fake form {
  position: relative;
}

.care .fake form:before {
  content: '';
  position: absolute;
  top: -79px;
  right: 0;
  background: url('../img/fake_arrow.png') 0 0 no-repeat;
  width: 26px;
  height: 83px;
}

.final {
  background: url('../img/first_bg.jpg') top center no-repeat;
  min-height: 706px;
  padding-top: 44px;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 44px 15px 0 15px;
}

.final .wrapper__inner {
  background: url('../img/final_man.png') 277px 2px no-repeat;
  position: relative;
}

.final .wrapper__inner:before {
  position: absolute;
  content: '';
  background: url('../img/discount_desctop.png') 0 0 no-repeat;
  width: 126px;
  height: 123px;
  top: 145px;
  left: 380px;
}

.final .wrapper__inner:after {
  content: '';
  position: absolute;
  top: 84px;
  left: 725px;
  background: url('../img/product_final.png') 0 0 no-repeat;
  width: 230px;
  height: 295px;
  z-index: 1;
  background-size: cover;
}

.final_title {
  text-align: left;
  font-family: 'Panton', sans-serif;
  font-size: 47px;
	font-weight: 900;
  padding-left: 4px;
  padding-top: 10px;
}

.final__sub-title {
  font-family: 'Open Sans', sans-serif;
  text-transform: none;
  display: block;
  font-size: 19px;
  padding-right: 440px;
  font-weight: bold;
  line-height: 30px;
}

.final .first__list {
  padding-top: 30px;
}

.footer {
  display: flex;
  color: #ffffff;
  background: #03a9f4;
  padding: 19px 0 19px;
}

.footer__inn {
  float: right;
  max-width: 169px;
  text-align: right;
  font-size: 16px;
  letter-spacing: -0.3px;
}

.footer__firm {
  margin-bottom: 10px;
  justify-content: center;
}

.footer-wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.footer__firm {
  display: flex;
}

.footer__privacy {
  text-decoration: underline;
  color: #ffffff;
  display: block;
  margin-bottom: 4px;
}

.footer__privacy:hover {
  color: #ffffff;
  text-decoration: none;
}

@media screen and (max-width: 980px) {
  .wrapper__inner {
    width: 760px;
    max-width: 100%;
  }

  .header__list {
    display: none;
  }

  .header {
    text-align: center;
    height: 99px;
  }

  .header__logo {
    float: left;
    margin-left: 15px;
  }

  .header__callback {
    display: none;
  }

  .first h1 {
    padding-right: 0;
  }

  .first__list {
    padding: 36px 400px 0 0;
  }

  .first .wrapper__inner {
    background: url('../img/man.png') no-repeat;
    position: relative;
    background-size: 280px;
  }

  .first .wrapper__inner:after {
    top: 257px;
    left: 238px;
    background-size: 100%;
  }

  .first__price-old {
    padding-left: 5px;
    width: 215px;
  }

  .first__price-new {
    padding-left: 30px;
    width: 260px;
  }

  .first__package-left {
    padding: 12px 0 0 31px;
  }

  .first__form {
    padding-left: 0;
  }

  .first__form-field,
  .first__btn-cont {
    width: 220px;
    margin: 0 7px;
  }

  .first__btn-cont {
    width: 270px;
  }

  .first__btn {
    width: 260px;
    font-weight: 700;
  }

  .first__safe {
    background: url('../img/safe.png') 250px 0 no-repeat;
    padding: 0 0 5px;
  }

  .control {
    background: url('../img/control_bg.jpg') 46% 70% no-repeat;
    background-size: 1950px;
    padding-top: 30px;
  }

  .control .wrapper__inner {
    padding-left: 0;
    padding-right: 0;
    background: none;
  }

  .control__list {
    padding-right: 215px;
  }

  .why-it-danger__info,
  .why-it-danger__importantly {
    display: block;
    margin: 0 auto 20px;
  }

  .why-it-danger__importantly {
    margin: 0 190px 20px;
    width: auto;
  }

  .how-it-fight__item {
    float: none;
    display: inline-block;
    vertical-align: top;
  }

  .how-it-fight__item:nth-child(3):before {
    content: none;
  }

  .how-it-fight__list {
    text-align: center;
  }

  .how-it-fight {
    padding-bottom: 25px;
  }

  .order {
    padding-top: 30px;
    background-size: cover;
    padding-bottom: 35px;
  }

  .order__list:before {
    top: 146px;
    right: 0;
  }

  .order__list {
    padding-right: 250px;
  }

  .order__item:nth-child(3) {
    padding-right: 175px;
  }

  .order__item:nth-child(4) {
    padding-right: 225px;
  }

  .order__item:nth-child(5) {
    padding-right: 236px;
  }

  .order .wrapper__inner:before {
    left: 410px;
  }

  .expert {
    padding-bottom: 0;
    height: 540px;
  }

  .expert__list {
    display: none;
  }

  .expert__title {
    padding-left: 0;
    text-align: center;
    padding-bottom: 15px;
  }

  .expert__info {
    padding-left: 0;
    padding-right: 0;
  }

  .expert__autograph {
    background: url('../img/autograph.png') 70% 100% no-repeat;
  }

  .expert .land-btn-parent {
    top: 0;
  }

  .first__safe {
    top: 165px;
  }

  .review__title {
    display: block;
  }

  .review__photo {
    margin-top: 18px;
  }

  .review__satisfied {
    display: block;
    text-align: center;
    margin-left: 210px;
    margin-top: 35px;
  }

  .try-to-use {
    min-height: 615px;
  }

  .try-to-use_title br {
    display: none;
  }

  .try-to-use__item {
    width: 147px;
    margin: 0 3px;
    background-size: 135px !important;
    padding: 150px 0 0;
  }

  .try-to-use__item:before {
    top: 100px;
    right: 10px;
    height: 32px;
    width: 32px;
    background-size: 100%;
  }

  .exclusive__item {
    margin-bottom: 35px;
  }

  .exclusive__list {
    padding-bottom: 0;
    padding-left: 0;
  }

  .exclusive_title {
    font-size: 24px;
  }

  .exclusive {
    padding-bottom: 25px;
  }

  .preferences_title>span span:nth-child(2) {
    display: block;
  }

  .preferences__list {
    text-align: center;
  }

  .preferences__item {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 15px;
  }

  .final {
    padding-top: 20px;
  }

  .final__sub-title {
    padding-right: 240px;
  }

  .final .wrapper__inner:before {
    top: 143px;
    left: 665px;
    background-size: 100px;
    z-index: 5;
  }

  .final .wrapper__inner:after {
    top: 220px;
    left: 600px;
    height: 205px;
    width: 160px;
    z-index: 1;
    background-size: 160px;
  }

  .care .fake form:before {
    right: 0;
  }

  .care {
    padding-bottom: 25px;
  }

  .review {
    min-height: 800px;
  }

  .review:before {
    content: "";
    background: none;
  }

  .review__info {
    margin-left: 285px;
  }

  .care .use-it {
    width: auto;
    float: none;
  }

  .care .fake {
    float: none;
    width: 460px;
  }

  .care .use-it__importantly-title {
    text-align: center;
  }

  .care .use-it__importantly-info {
    margin: 21px 70px 0;
    font-size: 17px;
    text-align: center;
    padding: 12px 0 15px;
  }

  .care .wrapper__inner:before {
    top: 50px;
    left: 466px;
  }

  .care .use-it__list {
    padding: 38px 20px 0 5px;
  }

  .care .fake__field {
    width: 425px;
  }

  .care .fake__btn-cont {
    margin: 15px 0;
  }

  .final {
    min-height: 650px;
    padding-bottom: 25px;
  }

  .footer__inn {
    font-size: 14px;
    margin-top: 5px;
  }

  .footer__contact {
    font-size: 14px;
    margin-top: 0;
  }

  .footer__firm {
    margin-top: 0;
  }

  .footer__firm img {
    max-width: 35px;
    margin-top: 9px;
  }
}

@media screen and (max-width: 767px) {
  .wrapper__inner {
    width: 460px !important;
  }

  .land-btn-parent {
    margin-left: auto;
    margin-right: auto;
  }

  .first {
    background: url('../img/first_bg_480.jpg') top center no-repeat;
    height: auto;
  }

  .first .wrapper__inner {
    padding-right: 0px;
    background-size: 200px;
    background-position: 100% 32%;
  }

  .first .wrapper__inner:before {
    top: 236px;
    left: 57px;
    background-size: 77px;
  }

  .first .wrapper__inner:after {
    width: 144px;
    height: 193px;
    top: 127px;
    left: 90px;
  }

  .first .header {
    height: auto;
    padding-top: 15px;
    padding-bottom: 0;
  }

  .first .header__logo {
    margin-left: 0;
    height: 27px;
    width: 125px;
    background-size: 100%;
    float: none;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .first .header__callback {
    display: none;
  }

  .first__title {
    font-size: 15px !important;
    padding-right: 0 !important;
    padding-top: 40px !important;
    letter-spacing: 0.3px !important;
  }

  .first__list {
    padding: 15px 0 0;
    max-width: 250px;
  }

  .first__item {
    background: url('../img/title_item.png') 0 6px no-repeat;
    background-size: 19px;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 15px;
    letter-spacing: -0.3px;
    padding-left: 25px;
  }

  .first__item:before {
    content: none;
  }

  .first .first__form-container {
    margin-top: 30px;
    margin-left: auto;
    margin-right: 0px;
    max-width: 307px;
  }
  .first__package-left {
    display: none;
  }
  .first__price {
    min-height: 65px;
  }

  .first__price-old {
    width: 150px;
  }

  .first__price-old:before {
    border: none;
    background: url('../img/old_price_triangle.jpg') 0 0 no-repeat;
    height: 65px;
    width: 12px;
    right: -14px;
  }

  .first__price-old .x_price_previous {
    padding: 0 0 0 20px;
    line-height: 35px;
    font-size: 35px;
  }

  .first__price-old .x_currency {
    font-size: 17px;
    padding-top: 15px;
    margin-left: -4px;
  }

  .first__price-new {
    width: 140px;
    padding-left: 10px;
  }

  .first__price-new:before {
    background: url('../img/new_price_triangle.jpg') 0 0 no-repeat;
    width: 12px;
    height: 65px;
    border: none;
    right: -12px;
  }

  .first__price-new .x_price_current {
    font-size: 36px;
    line-height: 44px;
    padding-left: 19px;
  }

  .first__price-new .x_currency {
    font-size: 16px;
    padding-top: 17px;
    margin-left: -3px;
  }

  .first__price-title {
    width: 100%;
    text-align: left;
    padding: 3px 0 0 17px;
    font-weight: normal;
    font-size: 12px;
  }

  .first__package-index {
    width: 47px;
    height: 36px;
    background-size: 100%;
    font-size: 25px;
    letter-spacing: 8px;
    text-align: right;
    padding-left: 4px;
    line-height: 31px;
  }

  .first__package-info {
    padding: 2px 0 0 7px;
    letter-spacing: 0.6px;
    font-size: 11px;
    width: 57px;
  }

  .first__package-info span {
    display: none;
  }

  .first__package-left {
    padding: 16px 0 0 31px;
  }

  .first__form {
    padding: 20px 20px 0;
  }

  .first__form-field,
  .first__btn-cont {
    margin: 0 0 10px;
    width: 100%;
  }

  .first__btn-cont {
    width: 100%;
    margin-top: 4px;
    margin-bottom: 0;
  }

  .first__btn {
    width: 100%;
    font-size: 14px;
  }

  .first__safe {
    position: initial;
    color: #fff;
    padding-top: 7px;
    background: url('../img/lock.png') 100px 4px no-repeat;
    padding-bottom: 12px;
    padding-left: 23px;
    letter-spacing: 0.7px;
  }

  .control {
    padding-top: 47px;
    background: url('../img/control_bg_480.jpg') top center no-repeat;
    min-height: 1px;
    background-size: cover;
  }

  .control_title {
    line-height: 29px;
  }

  .control_title .wrapper__title-cont:before,
  .control_title .wrapper__title-cont:after {
    content: none;
  }

  .control__list {
    padding: 15px 0 0 3px;
  }

  .control__item-container {
    width: 210px !important;
    padding-right: 5px;
  }

  .control__item:nth-child(10) .control__item-container {
    padding-top: 10px;
  }

  .control__item:nth-child(5) .control__item-container {
    padding-top: 0;
  }

  .control__result {
    margin: 19px 5px 0 8px;
  }

  .why-it-danger {
    padding-top: 24px;
    padding-bottom: 22px;
  }

  .why-it-danger__title {
    font-size: 24px;
  }

  .why-it-danger__info {
    margin: 0 auto 14px;
  }

  .why-it-danger__info-after {
    padding-right: 18px;
    letter-spacing: -1.3px;
    line-height: 20px;
    padding-left: 99px;
    background: url('../img/viki2.png') 4px 4px no-repeat;
  }

  .why-it-danger__info-special {
    padding: 13px 0 0 3px;
    letter-spacing: -1px;
  }

  .why-it-danger__importantly {
    width: 460px;
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .why-it-danger__importantly-title {
    text-align: center;
  }

  .why-it-danger__importantly-info {
    padding: 8px 27px 15px;
    letter-spacing: 0.5px;
    text-align: center;
  }

  .how-it-fight {
    padding-top: 19px;
  }

  .how-it-fight__title {
    font-size: 23px;
    padding: 0 6px;
    line-height: 28px;
  }

  .how-it-fight__list {
    padding-top: 30px;
    padding-left: 90px;
  }

  .how-it-fight__item {
    background-size: 80px !important;
    background-position: 0 0 !important;
    padding: 0 100px;
    text-align: left;
    display: block;
    margin-right: 0;
    width: 100%;
    min-height: 80px;
    margin-bottom: 15px;
  }

  .how-it-fight__item:before,
  .how-it-fight__item:after {
    content: none;
  }

  .how-it-fight__item br {
    display: none;
  }

  .how-it-fight__item:nth-child(1) {
    padding-top: 19px;
  }

  .how-it-fight__item:nth-child(2) {
    padding-top: 28px;
  }

  .how-it-fight__item:nth-child(3) {
    padding-top: 18px;
  }

  .how-it-fight__item:nth-child(4) {
    padding-top: 26px;
  }

  .how-it-fight__item:nth-child(5) {
    padding-top: 17px;
    padding-right: 30px;
  }

  .how-it-fight__btn-cont {
    margin-top: -2px;
  }

  .expert {
    padding-top: 22px;
    height: auto;
    padding-bottom: 30px;
  }

  .expert__title {
    font-size: 24px;
    padding-bottom: 0;
  }

  .expert__title .wrapper__title-cont:before {
    left: -35px;
  }

  .expert__title .wrapper__title-cont:after {
    right: -30px;
  }

  .expert__cont {
    padding: 0;
    background: url('../img/expert.png') -10px 44px no-repeat;
    background-size: 171px;
  }

  .expert__info {
    padding-top: 9px;
    padding-left: 178px;
    letter-spacing: -0.3px;
    line-height: 20px;
    padding-right: 0;
  }

  .expert__info span {
    display: inline;
  }
  .review__name {
    margin-bottom: 3px;
  }
  .expert__autograph {
    background: url('../img/autograph.png') 85% 90% no-repeat;
    background-size: 110px;
  }

  .expert__autograph .expert__info:nth-child(2) {
    display: none;
  }

  .expert__author {
    margin-top: 19px;
    text-align: center;
  }

  .expert .land-btn-parent {
    left: 0;
    margin: 17px auto 0;
  }

  .review {
    padding-top: 33px;
    min-height: 1px;
    padding-bottom: 27px;
  }

  .review:before {
    content: none;
  }

  .review .adaptive-slider {
    display: block;
    padding-top: 20px;
  }
  .review__list {
    padding: 20px 0 0;
  }
  .review__title {
    font-size: 23px;
    display: block;
    width: auto;
    text-align: center;
  }

  .review__satisfied {
    display: none;
  }

  .review__part {
    display: flex;
    float: none;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
  }
  .review__photo {
    margin-left: 0px;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .review__name {
    padding: 0;
    width: 100%;
    text-align: center;
  }

  .review__address {
    padding: 0;
    width: 100%;
    text-align: center;
  }

  .review__address br {
    display: none;
  }

  .review__info {
    margin: 10px 4px 0;
    line-height: 22px;
    letter-spacing: 0;
    font-size: 15px;
  }

  .review .feed-1 .review__photo {
    background: url('../img/slide1.png') 0 0 no-repeat;
    width: 120px;
    height: 120px;
  }

  .review .feed-2 .review__photo {
    background: url('../img/slide2.png') 0 0 no-repeat;
    width: 120px;
    height: 120px;
  }

  .review .feed-3 .review__photo {
    background: url('../img/slide3.png') 0 0 no-repeat;
    width: 120px;
    height: 120px;
  }

  .review .owl-carousel .owl-stage-outer {
    margin-bottom: 0 !important;
  }
  .review__list li {
    margin-bottom: 0px;
  }
  .try-to-use {
    padding-top: 34px;
    padding-bottom: 31px;
    min-height: 1px;
  }

  .try-to-use_title {
    padding: 0 10px;
  }

  .try-to-use__list {
    padding: 15px 0 0 50px;
  }

  .try-to-use__item {
    display: block;
    width: 100%;
    padding: 0 60px 0 120px;
    margin: 0 0 10px 0;
    min-height: 100px;
    text-align: left;
    background-position: 0 0 !important;
    -webkit-background-size: 100px !important;
    background-size: 100px !important;
  }

  .try-to-use__item:before {
    top: 61px;
    right: 312px;
    height: 43px;
    width: 43px;
    background-size: 100%;
  }

  .try-to-use__item:nth-child(1) {
    padding-top: 29px;
  }

  .try-to-use__item:nth-child(2) {
    padding-top: 38px;
  }

  .try-to-use__item:nth-child(3) {
    padding-top: 28px;
    padding-right: 120px;
  }

  .try-to-use__item:nth-child(3) br {
    display: none;
  }

  .try-to-use__item:nth-child(4) {
    padding-top: 30px;
    padding-right: 90px;
  }

  .try-to-use__item:nth-child(5) {
    padding-top: 30px;
  }

  .try-to-use .first__form-container {
    max-width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
  }

  .exclusive {
    padding-top: 40px;
    padding-bottom: 28px;
    min-height: 1px;
  }

  .exclusive_title {
    font-size: 24px;
    padding: 0 0;
    line-height: 29px;
  }

  .exclusive__description {
    padding: 5px 0 0;
    line-height: 23px;
    font-size: 14px;
  }

  .exclusive__list {
    padding: 34px 0 11px;
  }

  .exclusive__item {
    background: #ffffff !important;
    border: 1px solid #ebebeb;
    min-height: 143px;
    text-align: left;
    width: 460px;
    margin: 0 0 8px 0;
    padding: 0;
  }

  .exclusive__item:nth-child(1):before {
    background: url('../img/exclusive1.jpg') 0 0 no-repeat, #fff;
    width: 150px;
    height: 145px;
    content: '';
    float: left;
  }

  .exclusive__item:nth-child(2):before {
    background: url('../img/exclusive2.jpg') 0 0 no-repeat, #fff;
    width: 150px;
    height: 145px;
    content: '';
    float: left;
  }

  .exclusive__group {
    padding: 16px 0 0 168px;
  }

  .exclusive__info {
    line-height: 20px;
    padding: 11px 36px 0 169px;
  }

  .preferences {
    padding-top: 32px;
    padding-bottom: 20px;
  }

  .preferences_title {
    font-size: 24px;
    line-height: 29px;
  }

  .preferences_title .wrapper__title-cont:before,
  .preferences_title .wrapper__title-cont:after {
    content: none;
  }

  .preferences__list {
    padding: 26px 0 0 41px;
  }

  .preferences__item {
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
    text-align: left;
    background-position: 0 0 !important;
    padding: 29px 122px 0;
    background-size: 100px !important;
    min-height: 100px;
    letter-spacing: 0.6px;
  }

  .preferences__item:before {
    top: 70px;
    right: 328px;
    height: 45px;
    width: 40px;
    background-size: 100%;
  }

  .preferences__item:nth-child(3) {
    padding-right: 0;
  }

  .preferences__item:nth-child(4) {
    padding: 29px 40px 0 122px;
  }

  .preferences__item:nth-child(4) br {
    display: none;
  }

  .care {
    padding-top: 48px;
    padding-bottom: 15px;
    min-height: 1px;
    background: #f4f4f4;
  }

  .care .wrapper__inner:before {
    content: none;
  }

  .care .use-it__importantly-title {
    font-size: 24px;
  }

  .care .use-it__importantly-info {
    margin: 14px 5px 0;
    font-size: 15px;
    text-align: center;
    padding: 14px 8px 15px;
    letter-spacing: 0.3px;
  }

  .care .use-it__list {
    padding: 30px 0 0 5px;
  }

  .care .use-it__item {
    min-height: 52px;
    margin-bottom: 11px;
    padding-top: 9px;
    padding-left: 79px;
    font-size: 17px;
  }

  .care .use-it__item br {
    display: none;
  }

  .care .use-it__item:nth-child(2) {
    padding-top: 11px;
  }

  .care .use-it__item:nth-child(3) {
    padding-right: 95px;
    padding-top: 10px;
  }

  .care .fake {
    display: none;
  }

  .final {
    padding-top: 23px;
    padding-bottom: 30px;
    background: url('../img/first_bg.jpg') top left no-repeat;
  }

  .final .wrapper__inner {
    background: url('../img/final_man.png') 143px 127px no-repeat !important;
    -webkit-background-size: 260px !important;
    background-size: 260px !important;
  }

  .final .wrapper__inner:before {
    top: 260px;
    left: 365px;
    background-size: 74px;
    z-index: 2;
    width: 96px;
  }

  .final .wrapper__inner:after {
    top: 180px;
    left: 338px;
    z-index: 1;
    background-size: cover;
    height: 165px;
    width: 130px;
  }

  .final_title {
    font-family: 'Panton', sans-serif;
		font-weight: 900;
    font-size: 36px;
    text-align: center;
    padding: 0;
  }

  .final__sub-title {
    padding: 7px 15px 0;
    font-weight: normal;
    font-size: 17px;
    line-height: 26px;
  }

  .final .first__list {
    padding: 15px 0px 0 3px;
    max-width: 240px;
  }

  .first__item br {
    display: none;
  }

  .final .first__form-container {
    margin-left: 6px;
    margin-top: 35px;
  }

  .final .first__item {
    background-size: 19px;
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 15px;
    padding-left: 25px;
  }

  .footer {
    font-size: 12px;
    padding: 0;
  }

  .footer__inn {
    display: none;
  }

  .footer__contact {
    float: right;
    text-align: right;
    font-size: 11.5px;
  }

  .footer__firm {
    line-height: 15px;
    font-size: 12px;
  }

  .footer__firm img {
    margin: 5px 15px 0 0;
    width: 27px;
  }

  .care .use-it__item:nth-child(1) {
    background: url(../img/use-it1.png) 0 center no-repeat;
    padding-bottom: 0px;
    padding-top: 0;
    background-size: 17%;
  }
  .care .use-it__item:nth-child(2) {
    background: url(../img/use-it2.png) 9px center no-repeat;
    padding-bottom: 0px;
    padding-top: 0;
    background-size: 10%;
  }
  .care .use-it__item:nth-child(3) {
    background: url(../img/use-it3.png) 5px center no-repeat;
    padding-bottom: 0px;
    padding-top: 0px;
    background-size: 12%;
  }
}

@media screen and (max-width: 479px) {
  .care .use-it__item {
    padding-left: 65px;
  }
  .wrapper__inner {
    width: 300px !important;
  }

  .first {
    background: url('../img/firstbg320.jpg') left center no-repeat;
    background-size: cover;
  }

  .first .wrapper__inner {
    padding-right: 0;
    overflow-x: hidden;
  }
  .first .wrapper__inner {
    background: none;
  }
  
  .first .wrapper__inner:before {
    content: '';
    position: absolute;
    top: 128px;
    left: -1px;
    background: url('../img/product_top_320.png') 0 0 no-repeat;
    width: 125px;
    height: 202px;
  }

  .first__title {
    padding-right: 0 !important;
    font-size: 14px !important;
    letter-spacing: 0 !important;
  }

  .first__title br {
    display: none !important;
  }

  .first__list {
    padding-left: 90px;
  }

  .first__item {
    padding-left: 23px;
    letter-spacing: -0.6px;
  }

  .first .header {
    padding-top: 17px;
    padding-bottom: 35px;
  }

  .first .header__logo {
    float: left;
  }

  .first .header__package {
    display: block;
    float: right;
    width: 142px;
    margin-top: -5px;
    text-align: left;
  }

  .first .header__package .package__index {
    background: url('../img/package_bg_320.png') 0 0 no-repeat;
    height: 35px;
    width: 46px;
    display: inline-block;
    vertical-align: top;
    font-size: 25px;
    padding: 0 0 0 3px;
    letter-spacing: 10px;
  }

  .first .header__package .package__info {
    display: inline-block;
    vertical-align: top;
    width: 69px;
    font-size: 13px;
    padding: 3px 0 0 6px;
    line-height: 14px;
  }

  .first-block {
    margin-left: 0;
    margin-right: 0;
    margin-top: 260px!important;
  }
  .ever-popup .first-block {
    margin-top: 0px!important;
  }
  .first {
    background-size: cover!important;
  }
  .first__price-old {
    width: 143px;
    background: #0277bd;
  }

  .first__price-old:before {
    right: -12px;
  }

  .first__price-new {
    padding-left: 16px;
  }

  .first__price-new:before {
    content: none;
  }

  .first__price-new .x_price_current {
    line-height: 37px;
  }

  .first__price-new .x_currency {
    padding-top: 14px;
    margin-left: -3px;
  }

  .first__package-left {
    display: none;
  }

  .first__hot {
    background: #03a9f4;
  }

  .first__form {
    padding: 20px 10px 0;
  }

  .first__safe {
    background: url('../img/lock.png') 28px 4px no-repeat;
    padding-left: 10px !important;
    letter-spacing: -0.3px;
  }

  .first__btn {
    padding: 5px 35px 6px;
    line-height: 18px;
  }

  .control {
    padding-top: 39px;
  }

  .control_title {
    font-size: 21px;
    line-height: 27px;
  }

  .control_title .color br {
    display: block;
  }

  .control__list {
    padding: 15px 0 0 35px;
  }

  .control__item:nth-child(even) {
    display: none;
  }

  .control__btn-cont {
    margin: 1px 0 0 23px;
  }

  .why-it-danger {
    padding-top: 29px;
    padding-bottom: 10px;
  }

  .why-it-danger__title {
    font-size: 21px;
  }

  .why-it-danger__title .wrapper__title-cont:before,
  .why-it-danger__title .wrapper__title-cont:after {
    content: none;
  }

  .why-it-danger__info {
    padding-top: 9px;
    font-size: 15px;
  }

  .why-it-danger__info-after {
    padding-right: 0;
    letter-spacing: -0.7px;
    background: none;
    padding-left: 0;
  }

  .why-it-danger__info-special {
    padding-left: 0;
    letter-spacing: -0.3px;
  }

  .why-it-danger__importantly {
    width: 300px;
  }

  .why-it-danger__importantly-info {
    padding: 12px 18px 24px;
    letter-spacing: 0;
    line-height: 20px;
  }

  .how-it-fight {
    padding-top: 43px;
  }

  .how-it-fight__title {
    font-size: 21px;
    padding: 0;
    line-height: 25px;
  }

  .how-it-fight__list {
    padding-top: 23px;
    padding-left: 8px;
  }

  .how-it-fight__item {
    padding: 0 0 0 100px;
    margin-bottom: 11px;
  }

  .how-it-fight__btn-cont {
    margin-top: 9px;
  }

  .order_title {
    font-size: 16px;
    padding: 0 30px;
    letter-spacing: -0.3px;
    line-height: 20px;
    font-weight: normal;
  }

  .order_title span {
    font-size: 21px;
    font-weight: bold;
    line-height: 26px;
    letter-spacing: 0;
    margin-bottom: 9px;
    padding-bottom: 0;
    width: auto;
    display: inline;
    position: relative;
  }
  .order {
    min-height: auto;
  }
  .order_title span:after {
    display: block;
    height: 10px;
    content: '';
    margin-bottom: -22px;
  }

  .order_title br {
    display: block;
  }

  .order .first__form-container {
    margin-top: 17px;
    margin-left: 0;
		margin-right: 0;
  }

  .expert {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .expert__title {
    font-size: 21px;
  }

  .expert__title .wrapper__title-cont:before,
  .expert__title .wrapper__title-cont:after {
    content: none;
  }

  .expert__info {
    padding: 12px 0 0;
  }

  .expert__author {
    margin-top: 16px;
    text-align: left;
    padding-left: 0;
    line-height: 21px;
  }

  .expert__regal,
  .expert__work {
    display: inline;
  }

  .expert .land-btn-parent {
    margin-top: 23px;
  }

  .expert__cont {
    background: none;
  }

  .expert__autograph {
    background: url(../img/autograph.png) 85% 95% no-repeat;
    background-size: 100px;
  }

  .review {
    padding-top: 38px;
  }

  .review__title {
    font-size: 21px;
    line-height: 25px;
  }

  .review .adaptive-slider {
    padding-top: 28px;
  }

  .review .owl-carousel .owl-stage-outer {
    margin-bottom: 7px;
  }

  .try-to-use_title {
    font-size: 21px;
    letter-spacing: -0.3px;
    line-height: 1.2;
    margin-bottom: 20px;
  }

  .use-it__item {
    margin-bottom: 16px !important;
  }

  .try-to-use__list {
    padding: 8px 0 0 1px;
  }

  .try-to-use__item {
    padding: 0 10px 0 118px;
    margin: 0 0 9px 0;
  }

  .try-to-use__item:before {
    top: 59px;
    right: 194px;
  }

  .try-to-use__item:nth-child(1) {
    padding-top: 20px;
  }

  .try-to-use__item:nth-child(2) {
    padding-right: 50px;
    padding-top: 28px;
  }

  .try-to-use__item:nth-child(3) {
    padding-top: 20px;
    padding-right: 9px;
  }

  .try-to-use__item:nth-child(4) {
    padding-top: 34px;
    padding-right: 20px;
  }

  .try-to-use__item:nth-child(5) {
    padding-top: 23px;
    padding-right: 50px;
  }

  .try-to-use .first__form-container {
    margin-top: 15px;
  }

  .exclusive {
    padding-top: 32px;
  }

  .exclusive_title {
    font-size: 21px;
    line-height: 1.2;
  }

  .exclusive__description {
    padding: 12px 0 0;
    line-height: 22px;
    letter-spacing: 0.2px;
    font-size: 15px;
  }

  .exclusive__list {
    padding: 18px 0 11px;
  }

  .exclusive__item {
    width: 300px;
    margin: 0 0 11px 0;
    padding: 0;
  }

  .exclusive__item:before {
    content: none !important;
  }

  .exclusive__group {
    padding: 14px 0 0 0;
  }

  .exclusive__info {
    line-height: 20px;
    padding: 10px;
  }

  .exclusive__info {
    line-height: 1.3!important;
  }

  .preferences {
    padding-top: 26px;
    padding-bottom: 20px;
  }

  .preferences_title {
    font-size: 21px;
    line-height: 1.2;
  }

  .preferences__list {
    padding: 22px 0 0 0;
  }

  .preferences__item {
    padding: 29px 0 0 122px;
    letter-spacing: 0;
  }

  .preferences__item:before {
    right: 200px;
  }

  .preferences__item:nth-child(3) {
    padding-top: 19px;
  }

  .preferences__item:nth-child(3) br {
    display: none;
  }

  .preferences__item:nth-child(4) {
    padding-top: 10px;
  }

  .care {
    padding-top: 26px;
    padding-bottom: 20px;
  }

  .care .use-it__importantly-info {
    margin: 14px 0 0;
    font-size: 14px;
    text-align: center;
    padding: 12px;
    letter-spacing: 0;
  }

  .care .use-it__importantly-title {
    font-size: 21px;
  }

  .care .use-it__list {
    padding: 30px 0 0 0;
  }

  .care .use-it__item {
    padding-top: 0;
  }

  .care .use-it__item br {
    display: block;
  }

  .care .use-it__item:nth-child(2) {
    padding-top: 3px;
  }

  .care .use-it__item:nth-child(3) {
    padding-right: 0;
  }

  .final {
    padding-top: 23px;
    padding-bottom: 43px;
    min-height: 1px;
    background: url('../img/first_bg.jpg') 25% bottom no-repeat;
  }

  .final .wrapper__inner {
    background: none !important;
  }

  .final .wrapper__inner:after {
    background: url('../img/product_final320.png') 0 0 no-repeat;
    width: 98px;
    height: 167px;
    left: 205px;
    top: 120px;
  }

  .final .wrapper__inner:before {
    content: none;
  }

  .final_title {
    font-size: 25px;
  }

  .final__sub-title {
    padding: 7px 0 0;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: -0.9px;
  }

  .final .first__list {
    padding: 13px 100px 0 0;
  }

  .final .first__item {
    margin-bottom: 11px;
  }

  .final .first__form-container {
    margin: 0;
  }

  .footer__firm {
    width: 100%;
    margin: 0 auto;
    float: none;
    padding-top: 6px;
    letter-spacing: -0.3px;
    text-align: center;
  }

  .footer__firm br {
    display: none;
  }

  .footer__firm img {
    max-width: 40px;
    width: 40px;
    display: block;
    margin: 0 auto 7px;
    float: none;
  }

  .footer__firm span {
    display: none;
  }

  .footer__contact {
    float: none;
    font-size: 11.5px;
    text-align: center;
    margin-top: 0;
  }
  .exclusive__item {
    min-height: auto!important;
    padding-bottom: 15px;
  }
  
}

@media (max-width: 767px) {
  .expert {
    min-height: 0 !important;
  }

  .expert__cont {
    min-height: 0 !important;
  }
}

.control__item-container {
  display: flex !important;
  align-items: center !important;
}

.use-it__item {
  display: flex;
  align-items: center;
}

@media (max-width: 788px) {

  .expert__regal {
    padding-top: 9px;
    letter-spacing: -0.3px;
    line-height: 20px;
    padding-right: 0;
  }

  .expert__author {
    margin-right: 10px;
  }

  .expert__name {
    margin-right: 10px;
  }
}

@media (max-width: 980px) {
  .first__safe {
    display: none;
  }

  .first__form {
    padding-bottom: 10px !important;
  }

  .order_title {
    text-align: center;
  }

  .order__list:before {
    background: none;
  }

  .order .wrapper__inner:before {
    background: none;
  }
}

@media (max-width: 478px) {
  .form-contain {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .first__safe {
    background: url(../img/lock.png) 66px 3px no-repeat !important;
  }

  .order {
    min-height: 0 !important;
  }
}

@media (max-width: 980px) {
  .order__list {
    padding-right: 0;
  }

  .order__item:nth-child(3) {
    padding-right: 0;
  }

  .order__item:nth-child(4) {
    padding-right: 0;
  }

  .wrapper__form {
    max-width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
  }

  .form-contain {
    margin-left: -70px;
    margin-right: -84px;
  }

  .first__price-old {
    width: 150px;
    min-height: 65px;
  }

  .first__price-new {
    width: 140px;
    padding-left: 10px;
    min-height: 65px;
  }

  .first__package-left {
    padding: 16px 0 0 31px;
  }

  .first__list {
    padding: 15px 0 0;
  }

  .first__item:before {
    content: none;
  }

  .first__form-container {
    margin-top: 30px;
  }

  .first__price {
    min-height: 65px;
  }

  .first__price-old {
    width: 150px;
  }

  .first__price-old:before {
    border: none;
    background: url('../img/old_price_triangle.jpg') 0 0 no-repeat;
    height: 65px;
    width: 12px;
    right: -14px;
  }

  .first__price-old .x_price_previous {
    padding: 0 0 0 20px;
    line-height: 35px;
    font-size: 35px;
  }

  .first__price-old .x_currency {
    font-size: 17px;
    padding-top: 15px;
    margin-left: -4px;
  }

  .first__price-new {
    width: 140px;
    padding-left: 10px;
  }

  .first__price-new:before {
    background: url('../img/new_price_triangle.jpg') 0 0 no-repeat;
    width: 12px;
    height: 65px;
    border: none;
    right: -12px;
  }

  .first__price-new .x_price_current {
    font-size: 36px;
    line-height: 44px;
    padding-left: 19px;
  }

  .first__price-new .x_currency {
    font-size: 16px;
    padding-top: 17px;
    margin-left: -3px;
  }

  .first__price-title {
    width: 100%;
    text-align: left;
    padding: 3px 0 0 17px;
    font-weight: normal;
    font-size: 12px;
  }

  .first__package-index {
    width: 47px;
    height: 36px;
    background-size: 100%;
    font-size: 25px;
    letter-spacing: 8px;
    text-align: right;
    padding-left: 4px;
    line-height: 31px;
  }

  .first__package-info {
    padding: 2px 0 0 7px;
    letter-spacing: 0.6px;
    font-size: 11px;
    width: 57px;
  }

  .first__package-info span {
    display: none;
  }

  .first__package-left {
    padding: 16px 0 0 31px;
  }

  .first__form {
    padding: 20px 20px 0;
    flex-wrap: wrap;
  }

  .first__form-field,
  .first__btn-cont {
    margin: 0 0 10px;
    width: 100%;
  }

  .first__btn-cont {
    width: 100%;
    margin-top: 4px;
    margin-bottom: 0;
  }

  .first__btn {
    width: 100%;
    font-size: 14px;
  }

  .debi1 {
    background: url('../img/lock.png') 175px 4px no-repeat !important;
  }

  .debi2 {
    background: url('../img/lock.png') 298px 4px no-repeat !important;
  }

  .debi3 {
    background: url('../img/lock.png') 294px 4px no-repeat !important;
  }

  .debi4 {
    background: url('../img/lock.png') 435px 4px no-repeat !important;
  }

  .first .wrapper__inner:after {
    top: 180px;
    left: 286px;
  }

  .first .wrapper__inner:before {
    top: 302px;
  }
}


.footer__privacy {
  text-align: center;
}

@media (max-width: 478px) {
  .debi1 {
    background: url(../img/lock.png) 91px 4px no-repeat !important;
  }

  .debi2 {
    background: url(../img/lock.png) 65px 4px no-repeat !important;
  }

  .debi3 {
    background: url(../img/lock.png) 64px no-repeat !important;
  }
}

.exclusive {
  padding-top: 40px !important;

}

.use-it__list {
  padding-left: 14% !important;
}

@media (max-width: 479px) {
  .use-it__list {
    padding-left: 6% !important;
  }
}

.article__post {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}

.article__post h2 {
	font-size: 30px;
	color: lightskyblue;
	background-color: red;
	padding: 15px;
	border-radius: 5px;
	text-align: center;
}

.article__post h2:hover {
	background-color: lightblue;
	color: red;
}

.expert__work {
	font-weight: normal;
}

.try-to-use .wrapper__inner {
  width: calc(100% - 30px);
  max-width:980px;
}

@media (max-width: 980px) {
	.first__safe {
		display: block;
		padding-left: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		color: #222;
	}

	.debi1, .debi2, .debi3, .debi4 {
		background-position: 0px 0 !important;
		background-image: url(../img/safe.png) !important;
    background-size: 8px!important;
    background-repeat: no-repeat!important;
	}

	.first {
		height: auto;
    background: url(../img/first_bg.jpg) center center no-repeat;
    background-size: cover;
	}

	.first__title {
		width: 100%;
	}

	.header {
		padding: 0;
	}

  .hide-980 {
    display: none;
  }
  .first__price-new {
    border-bottom: none;
  }
  .order_title {
    padding: 0!important;
  }
  
  .control__item {
    margin: 0 0 10px 0px;
  }
  .interruption-form {
    max-width: 450px!important;
    margin-left: auto!important;
    margin-right: 40px!important;
    position: relative;
  }
  .debi1 {
    max-width: 450px;
    margin-left: auto;
    margin-right: 40px;
    background-position: 33% 0 !important;
    
  }
  .interruption-form::before {
    content: "";
    position: absolute;
    width: 160px;
    height: 250px;
    background: url(../img/product_popup.png) 0 0 no-repeat;
    left: -180px;
    top: 30px;
    background-size: cover;
  }
}
.owl-carousel {
  display: none!important;
}
@media (max-width: 767px) {
	.first__item br {
		display: none !important;
	}

	.first__item {
		margin-bottom: 0 !important;
		padding-bottom: 5px !important;
	}

	.first .first__item {
		margin-bottom: 5px !important;
	}

	.first__item {
		padding-top: 6px;
	}

	.block {
		padding: 30px 0;
	}

  .expert.block {
    padding: 30px 0 0;
  }
	.first.block {
		padding-top: 0;
	}

	.control .wrapper__inner {
		padding-bottom: 0;
	}

	.control .land-btn-parent,
	.how-it-fight .land-btn-parent,
	.exclusive .land-btn-parent,
	.care .use-it__list li:last-of-type {
		padding-bottom: 0;
	}

	.why-it-danger__importantly {
		margin-bottom: 0;
	}

	.preferences__item:last-child,
	.care .use-it__list li:last-of-type {
		margin-bottom: 0 !important;
	}
  .wiki-title {
    max-width: 270px
  }
  .expert__regal {
    padding-left: 130px;
  }
  .first__title {
    font-size: 19px!important;
  }
  .hide-767 {
    display: none;
  }
  .owl-carousel {
    display: block!important;
  }
  .first .wrapper__inner:after {
    width: 144px;
    height: 225px;
    top: 350px;
    left: 5px;
  }
  .first .wrapper__inner:before {
    width: 76px;
    height: 76px;
    top: 315px;
    left: 42px;
  }
  .interruption-form {
    max-width: 307px!important;
    margin-left: auto!important;
    margin-right: 0!important;
    position: relative;
  }
  .debi1 {
    max-width: 307px;
    margin-left: auto;
    margin-right: 0;
    background-position: 22% 0 !important;
    
  }
  .interruption-form::before {
    content: "";
    position: absolute;
    width: 140px;
    height: 230px;
    background: url(../img/product_popup.png) 0 0 no-repeat;
    left: -150px;
    top: 30px;
    background-size: cover;
  }
  .first__price-new:before {
    content: none;
  }
  .first__price-new {
    width: 153px;
  }
  .try-to-use .first__package-left {
    display: inline-block;
  }
  .first__package-left {
    padding: 16px 0 0 5px;
  }
  .try-to-use .first__price-old {
    width: 145px;
  }
  .first__title br {
    display: none;
  }
  .owl-dots {
    display: none;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
	.first .first__safe {
		margin-left: 230px;
		position: relative;
		top: 0;
		right: 0;
	}

	.final .first__item:nth-of-type(2) span {
		display: inline !important;
	}

	.final .first__item:nth-of-type(2) br {
		display: none !important;
	}

	.final .wrapper__inner {
		background-position: 122px 127px !important;
	}
	.final .wrapper__inner:after {
		top: 120px;
    left: 325px;
	}
  
	.final .wrapper__inner:before  {
		top: 90px !important;
    width: 75px;
    height: 75px;
    left: 388px
	}
  .first__form-container.form-contain {
    max-width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
  }
  .order__list {
    max-width: 470px;
  }
  #form4 .first__package-left {
    display: inline-block;
  }
}

@media (max-width: 479px) {
	.expert__regal {
		padding-left: 0;
	}

	.first__price-old:before {
		right: -11px;
	}

	.final .first__list {
		padding: 20px 60px 10px 0;
    margin-bottom: 10px;
	}

	.final .first__item:last-of-type span {
		display: inline;
	}

	.final .wrapper__inner:after {
		left: 185px;
		top: 95px;
	}
  .expert__autograph {
    padding-bottom: 30px;
  }
  .first__title {
    font-size: 17px!important;
  }
  
  .try-to-use .first__form-container {
    max-width: 100%;
  }
  .order.wrapper__inner {
    max-width: calc(100% - 30px);
  }
  .header__package {
    display: none!important;
  } 
  .header__logo {
    background: url(../img/logo.png?v1) center center no-repeat;
  }
  .first .header__logo {
    clear: both;;
  }
  .header {
    display: flex;
    justify-content: center;
  }
  .first .header {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .first__title, .first__sub-title {
    text-align: center;
  }
  .first .wrapper__inner:after {
    left: 50%;
    transform: translateX(-50%);
  }
  .first .wrapper__inner:after {
    top: 290px;
  }
  .first .wrapper__inner:before {
    background-image: url(../img/discount_desctop.png);
    background-size: cover;
    top: 300px;
    left: 170px;
  }
  .first__price-old {
    width: 145px;
  }
  .interruption-form {
    margin-top: 270px!important;
  }
  .interruption-form::before {
    left: 50%;
    transform: translateX(-50%);
    top: -250px;
  }
  .try-to-use .first__package-left {
    display: none;
  }
  .first__price-new {
    width: 141px;
  }
  .exclusive__item {
    text-align: center;
  }
  .first .first__form-container {
    margin-left: auto;
    margin-right: auto;
  }
  .header__logo {
    position: static
  }
  .first__title {
    padding-top: 33px!important;
  }
}

@media (min-width: 768px) {
	.try-to-use {
		min-height: auto;
		padding: 40px 0px;
	}
}

@media (min-width: 768px) and (max-width: 980px) {
	.first .wrapper__inner:before {
		width: 80px;
    height: 80px;
    background-size: contain;
    top: 348px;
    left: 160px;
	}

	.how-it-fight__list {
		width: 100%;
		max-width: 575px;
		margin: 0 auto;
	}

	.how-it-fight__item:nth-of-type(2):before {
		display: none;
	}

	.how-it-fight__item:nth-of-type(3):before {
		content: '';
	}

	.order .wrapper__form {
		width: 100% !important;
		max-width: 700px !important;
	}

	.order .form-contain {
		margin: 0;
	}

	.order .order__list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.order .order__list li {
		width: 48%;
	}

	.preferences__item:nth-of-type(4),
	.preferences__item:last-of-type {
		margin-top: 25px;
	}

	.block {
		padding: 40px 0;
	}
  .expert.block {
    padding: 40px 0 0;
  }
	.header {
		height: 59px;
	}
	.first .wrapper__inner:after {
		top: 140px; 
	}

	.first .wrapper__inner {
		background-position: 100% 35%;
	}

	.expert,
	.care {
		height: auto;
    min-height: auto;
	}

	.review,
	.care {
		min-height: auto;
	}

	.expert__cont {
		padding-top: 0;
	}

	.control .wrapper__inner,
	.land-btn-parent
	{
		padding-bottom: 0;
	}

	.why-it-danger__importantly,
	.review__list li:last-of-type,
	.care .use-it__item:nth-child(3) {
		margin-bottom: 0 !important;
	}
	.how-it-fight__item {
    padding-top: 175px;
  }
  .how-it-fight__item:nth-of-type(1),
  .how-it-fight__item:nth-of-type(2) {
    margin-bottom: 20px;
  }
  .order .wrapper__inner:after {
    display: none;
  }
  .expert__autograph {
    background: url(../img/autograph.png) 90% 90% no-repeat;
    background-size: 130px;
  }
  .first__item {
    margin-bottom: 15px;
  }
  .first.block .wrapper__inner {
    max-width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
  }
  .first-block {
    max-width: 450px;
    margin-left: auto;
  }
  .first .wrapper__inner:after {
    left: 35px;
    top: 375px;
    width: 190px;
    height: 300px;
  }
  .debi3 {
    max-width: 450px;
    margin-left: auto;
    margin-right: 0;
  }
  .debi3 {
    background-position: 33% 0 !important;
  }
  .control__item-container {
    width: 210px !important;
  }
  .try-to-use .first__form-container {
    max-width: 450px;
    margin: 20px auto 0;
  }
  .control__result {
    max-width: 460px;
  }
}

@media (min-width: 981px) and (max-width: 1023px) {
	.why-it-danger {
		padding-left: 15px;
		padding-right: 15px;
	}

	.why-it-danger__info {
		max-width: 565px;
	}

	.why-it-danger__info-special {
		padding-right: 0;
	}
  .first__form {
    padding: 27px 15px 0 15px;
  }
}

@media (min-width: 981px) {
	.preferences__list {
		display: flex;
	}
}

@media (min-width: 1024px) {
	.try-to-use {
		min-height: auto;
		padding: 40px 0px;
	}
}
@media(max-width: 1023px) {
  .first-br {
    display: none;
  }
}
.owl-nav {
  display: flex;
  margin: 15px auto 0;
  justify-content: space-between;
  position: absolute;
  top: 60px;
  width: 250px;
  left: 50%;
  transform: translateX(-50%);
}
.owl-prev {
  width: 25px;
  height: 25px;
  background-image: url(../img/arrow-left-solid.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.owl-next {
  width: 25px;
  height: 25px;
  background-image: url(../img/arrow-right-solid.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.owl-prev span, .owl-next span {
  display: none;
}
.owl-stage-outer {
  position: relative;
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .interruption-form::before {
    background-size: contain !important;
    width: 130px;
  }
}

.footer-wrap {
    text-align: center;
}