/* Generated by less 2.5.1 */
/* Generated by less 2.5.1 */
/* Generated by less 2.5.1 */
@font-face {
  font-family: 'Awesome Font';
  font-style: normal;
  font-weight: 400;
  src: local('fontawesome-webfont'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('ttf'), url('../fonts/fontawesome-webfont.eot') format('eot');
}
/*=================== Стандартизация стилей ===================*/
* {
  margin: 0;
  padding: 0;
}
header,
footer,
aside,
section,
article,
nav {
  display: block;
}
iframe {
  border: none;
}
label {
  cursor: pointer;
}
button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  border: none;
  box-sizing: border-box;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  cursor: pointer;
  box-sizing: content-box;
}
button[disabled],
input[disabled] {
  cursor: default;
}
textarea {
  overflow: auto;
  resize: none;
}
:focus::-webkit-input-placeholder {
  color: transparent !important;
}
:focus::-moz-placeholder {
  color: transparent !important;
}
:focus:-moz-placeholder {
  color: transparent !important;
}
:focus:-ms-input-placeholder {
  color: transparent !important;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
[hidden] {
  display: none;
}
img {
  border: none;
  max-width: 100%;
}
:focus {
  outline: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}
dfn {
  font-style: italic;
}
ul,
ol {
  list-style: none;
}
ol {
  counter-reset: cnt;
}
ol li:before {
  counter-increment: cnt;
  content: counter(cnt) ". ";
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*=================== Стили для печати ===================*/
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
textarea,
.jq-selectbox__select {
  max-width: 100%;
  width: 100%;
  margin-bottom: 10px;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 25px;
  color: #707b87;
  padding: 0 14px;
  height: 56px;
  box-shadow: 1px 1px 4px 0px;
  transition: color ease 0.2s, border-color ease 0.2s;
}
.jq-selectbox__select-text {
  line-height: 56px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
textarea:focus {
  color: #484d50;
  border-color: #889bad;
}
textarea {
  padding-top: 14px;
  height: 100px;
}
input::-webkit-input-placeholder {
  color: #707b87;
}
input::-moz-placeholder {
  color: #707b87;
  opacity: 1;
}
input:-moz-placeholder {
  color: #707b87;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: #707b87;
}
textarea::-webkit-input-placeholder {
  color: #707b87;
}
textarea::-moz-placeholder {
  color: #707b87;
  opacity: 1;
}
textarea:-moz-placeholder {
  color: #707b87;
  opacity: 1;
}
textarea:-ms-input-placeholder {
  color: #707b87;
}
.hidden {
  display: none !important;
}
hr {
  display: block;
  height: 0;
  border: 0;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 10px;
}
body {
  font-size: 2rem;
  color: #0c0c0c;
  font-family: "Roboto", sans-serif;
  line-height: 1.3;
}
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
  transition: color ease .2s;
}
a:hover {
  text-decoration: none;
}
a:active,
a:hover {
  outline: 0;
}
h1,
h2,
h3 {
  line-height: 1;
  font-weight: 900;
  font-size: 4.8rem;
}
.container {
  max-width: 1170px;
  margin: auto;
  min-width: 290px;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.btn,
.reviews .owl-nav > div {
  /*display: inline-block;*/
  text-transform: uppercase;
  box-sizing: border-box;
  font-weight: 900;
  color: #fff;
  text-align: center;
  transition: background-color ease 0.2s;
  border-radius: 40px;
  padding: 2.5rem 3rem 2.3rem;
}
.btn.red {
  width: 100%;
  box-shadow: 2.4px 3.2px 9px rgba(237, 28, 36, 0.72);
  background-color: #ed1c24;
}
.btn.red:hover {
  background-color: #af040a;
}
.btn.yellow {
  background-color: #ffcb1a;
  box-shadow: 2.4px 3.2px 9px rgba(255, 203, 26, 0.72);
}
.btn.yellow:before {
  content: '';
  display: inline-block;
  width: 21px;
  height: 21px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEUAAAD///////////////////////////////////////////////////////////87TQQwAAAAD3RSTlMA7swRd5mIVTOqRN27ZiKuE28zAAAAqUlEQVQI1zWNMQrCUBBEBw0qFjaCbQoP8KOVpTdIjiDoAdJaiV4kuYF4AhsvYGPtFQxGCRHG2f/1FctjdpmF2Lr2ksBzoJh4jeiZmqfBK10N+SMDOn9/AztWZid+gIJZqutFzDtcg8hajszBRlVVIl/BCqIpBrE8Zg2xJ5c428Jilva29nELzOylxS+gRy2uGmMAjoFcPg/6hOgWpg/Fou+kawRGt00J8QWrv39MTlMWIgAAAABJRU5ErkJggg==');
  margin-right: 15px;
  vertical-align: -3px;
}
.btn.yellow:hover {
  background-color: #e2ae01;
}
.btn-wrap {
  text-align: center;
}
.flex-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.wrapper {
  min-width: 320px;
  overflow: hidden;
}
/*Переменные*/
/*=================== intro ===================*/
.intro h1,
.consist h1,
.intro h2,
.consist h2 {
  color: #ff9415;
}
.intro h1 span,
.consist h1 span,
.intro h2 span,
.consist h2 span {
  display: block;
  font-size: 3.6rem;
  color: #fff;
}
.intro {
  background: url(../img/bg-1.png) no-repeat center top #11132c;
  min-height: 670px;
  position: relative;
  z-index: 1;
}
.intro__logo {
  padding-left: 127px;
  background: url(https://landing-preview.com/l/prostatite/j.ge/img/natural-logo.png) no-repeat left center;
  min-height: 105px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
.order__form {
  position: absolute;
  border-radius: 155px;
  margin-top: 7%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 17% 11%;
  width: 100%;
  z-index: 2;
  box-shadow: 1px -4px 7px 2px;
}
.order .flex-wrap {
  max-width: 720px;
  justify-content: space-between;
}
.tl__text {
  font-size: 2.4rem;
  font-style: italic;
  margin-top: 70px;
  text-align: center;
  padding-left: 9%;
}
.tl__text span {
  color: red;
  font-weight: 900;
  transform: rotate(-1deg);
}
.tl__text span:before {
  border-bottom: 3px solid red;
  position: absolute;
  content: "";
  width: 41%;
  height: 4%;
  transform: rotate(-2deg);
}
.cream-img {
  position: absolute;
  float: none;
  margin-top: -84px;
  margin-left: 60px;
  width: 60%;
}
.tl__new-price {
  float: left;
  font-size: 4.6rem;
  font-weight: 900;
}
.tl__old-price {
  color: black;
  text-align: right;
  font-size: 1.7rem;
}
.tl__old-price del {
  display: block;
  font-weight: 900;
  font-size: 2.4rem;
  color: #b3a9ab;
  text-decoration: none;
  transform: rotate(-1deg);
}
.tl__old-price del:before {
  border-bottom: 3px solid red;
  position: absolute;
  content: "";
  width: 24%;
  height: 50%;
  transform: rotate(-7deg);
}
.timer-wrap {
  text-align: center;
  overflow: hidden;
  margin-top: 12px;
}
.timer-wrap__info {
  font-weight: bold;
  font-size: 2.5rem;
}
.timer {
  padding: 3rem 3px 2.5rem;
  border-top: none;
  box-shadow: 2.3px 3.3px 2px rgba(19, 58, 10, 0.21);
  text-align: center;
}
.digitHolder {
  border: 3px dotted red;
  padding: 5px 21px 5px 21px;
  margin-right: 4px;
  margin-left: 4px;
  border-radius: 10px;
  box-shadow: 1px 1px 6px -1px;
  font-size: 3.4rem;
  font-weight: bold;
  color: red;
}
.timer-text {
  font-size: 1.5rem;
  color: black;
}
[class^="digit"] {
  display: inline-block;
}
.order__form .btn {
  margin-top: 8px;
  width: 100%;
  padding-left: 3px;
  padding-right: 3px;
}
.men-text {
  color: white;
}
.men-text p {
  padding-bottom: 20px;
}
.men-text li {
  font-size: 1.5rem;
  padding-bottom: 10px;
  padding-top: 10px;
  line-height: 1.6;
  padding-left: 50px;
  list-style: none;
}
.men-text span {
  color: #c8731d;
  font-weight: 700;
}
.img-men-1 {
  background: url(../img/img-men-1.png) no-repeat 0px 10px;
}
.img-men-2 {
  background: url(../img/img-men-2.png) no-repeat 0px 10px;
}
.img-men-3 {
  background: url(../img/img-men-3.png) no-repeat;
}
.img-men-4 {
  background: url(../img/img-men-4.png) no-repeat;
}
.img-men-5 {
  background: url(../img/img-men-5.png) no-repeat 0px -6px;
}
.discount-text-top {
  position: absolute;
  margin-left: -39%;
  margin-top: 22%;
  font-size: 2.5rem;
  color: white;
}
/*=================== tired ===================*/
.tired {
  background: url(../img/bg-2.png) no-repeat center top;
  min-height: 670px;
  position: relative;
  /*z-index: 1;*/
}
.text-tired {
  padding-top: 170px;
  font-size: 4.5rem;
  font-weight: 600;
  color: #3c3b4d;
}
.text-tired span {
  color: #d55243;
  font-weight: 600;
}
.tired li {
  font-size: 1.8rem;
  font-weight: 600;
  padding-bottom: 10px;
  padding-top: 10px;
  line-height: 1.6;
  padding-left: 65px;
  list-style: none;
}
.img-men-6 {
  background: url(../img/img-men-6.png) no-repeat;
}
.img-men-7 {
  background: url(../img/img-men-7.png) no-repeat;
}
.img-men-8 {
  background: url(../img/img-men-8.png) no-repeat;
}
.img-men-9 {
  background: url(../img/img-men-9.png) no-repeat;
}
.img-men-10 {
  background: url(../img/img-men-10.png) no-repeat;
}
.img-men-11 {
  background: url(../img/img-men-11.png) no-repeat 1px 15px;
}
.text-male {
  padding-top: 20px;
  padding-left: 8px;
  font-size: 2.5rem;
  font-weight: 600;
}
.text-male-hover {
  color: #cf2d18;
}
.btn-bot {
  margin-top: 585px;
}
.btn-bot .btn {
  font-size: 2.7rem;
}
/*=================== composition ===================*/
.composition {
  background: url(../img/bg-3.png) no-repeat center top #ffffff;
  min-height: 1170px;
  margin-top: 15px;
  position: relative;
  z-index: 1;
}
.composition-intro {
  color: white;
  padding-top: 160px;
  font-size: 4.5rem;
  line-height: 1;
}
.composition-intro span {
  color: #ff9415;
  font-weight: 600;
}
.composition-text {
  padding-top: 40px;
  padding-bottom: 50px;
  color: white;
}
.composition-text span {
  color: #fbd112;
  font-weight: 700;
  font-size: 2.5rem;
}
.composition-img-1 {
  background: url(../img/composition-img-1.png) no-repeat center;
  padding-top: 145px;
  color: white;
  font-size: 3.5rem;
  font-weight: 600;
  text-align: center;
}
.composition-img-2 {
  background: url(../img/composition-img-2.png) no-repeat center;
  padding-top: 145px;
  color: white;
  font-size: 3.5rem;
  font-weight: 600;
  text-align: center;
}
.composition-img-3 {
  background: url(../img/composition-img-3.png) no-repeat center;
  padding-top: 145px;
  color: white;
  font-size: 3.5rem;
  font-weight: 600;
  text-align: center;
}
.description-composition-1 {
  text-align: center;
  color: white;
  background-color: #68a55e;
  border-radius: 10px;
  font-size: 1.5rem;
  padding-top: 40px;
  padding-bottom: 50px;
  margin-top: 110px;
  margin-left: 35px;
}
.description-composition-1 span {
  font-size: 1.8rem;
  margin-bottom: 25px;
  font-weight: 700;
  line-height: 2;
}
.description-img-1 {
  margin-top: -70px;
  margin-left: 12%;
}
.description-composition-2 {
  text-align: center;
  color: black;
  background-color: #ffffff;
  border-radius: 10px;
  font-size: 1.5rem;
  padding-top: 40px;
  padding-bottom: 50px;
  margin-top: 110px;
  margin-left: 35px;
}
.description-composition-2 span {
  font-size: 1.8rem;
  margin-bottom: 25px;
  font-weight: 700;
  line-height: 2;
}
.description-img-2 {
  margin-top: -70px;
  margin-left: 0%;
}
.description-composition-3 {
  text-align: center;
  color: white;
  background-color: #68a55e;
  border-radius: 10px;
  font-size: 1.5rem;
  padding-top: 40px;
  padding-bottom: 33px;
  margin-top: 110px;
  margin-left: 35px;
}
.description-composition-3 span {
  font-size: 1.8rem;
  margin-bottom: 25px;
  font-weight: 700;
  line-height: 2;
}
.description-img-3 {
  margin-top: -70px;
  margin-left: 16%;
}
.btn-king {
  margin-top: 5%;
  font-size: 2.7rem;
  margin-bottom: 36px;
}
/*=================== why ===================*/
.why {
  background: url(../img/bg-4.png) no-repeat center top #e6e6e6;
  min-height: 800px;
  position: relative;
  z-index: 1;
}
.why-title {
  padding-top: 3%;
  text-align: center;
  color: white;
  font-size: 4.3rem;
  font-weight: 400;
}
.why-title span {
  color: #cf2d18;
  font-weight: 900;
}
.why-img {
  color: white;
  text-align: center;
  padding-top: 80px;
}
/*=================== envy ===================*/
.envy {
  background: #e6e6e6;
  min-height: 400px;
  position: relative;
  z-index: 1;
}
.enough-envy {
  background: url("../img/envy.jpg");
  margin-top: -80px;
  border: 3px solid #fbd112;
  min-height: 460px;
  border-radius: 20px;
}
.enough-text {
  font-size: 3.2rem;
  padding: 40px 30px 30px 30px;
  color: white;
}
.enough-text span {
  font-size: 3.2rem;
  padding-top: 50px;
  color: #ff9415;
  font-weight: 900;
}
.btn-enough {
  margin-top: 30px;
  margin-left: 30px;
}
.contacts-envy {
  background: #fbd112;
  margin-top: 50px;
  text-align: center;
  padding: 50px 15px 50px 15px;
  border-radius: 15px;
  font-weight: 700;
}
.contacts-envy span {
  color: #cf2d18;
}
.cream-img-envy {
  margin-top: -45px;
  margin-left: 44px;
}
.discount-text-center {
  position: absolute;
  margin-left: -32%;
  margin-top: 18%;
  font-size: 3.5rem;
  color: white;
}
/*=================== expert ===================*/
.expert {
  background: #e6e6e6;
  min-height: 670px;
  position: relative;
  z-index: 1;
}
.expert-title {
  font-size: 4.2rem;
  margin-top: 40px;
  padding-bottom: 40px;
  font-weight: 600;
}
.expert-title span {
  color: #fd9315;
}
.expert-text {
  line-height: 1.5;
}
.expert-text span {
  color: #ff4e00;
  font-weight: 700;
}
.expert-text img {
  float: left;
  padding-right: 25px;
}
.expert-text p {
  margin-bottom: 1em;
}
.doc-text {
  font-size: 2.3rem;
  padding-top: 20px;
  padding-bottom: 80px;
  font-weight: 700;
  color: #171932;
}
/*=================== what-happen ===================*/
.what-happen {
  background: url(../img/bg-5.png) no-repeat center top #11132c;
  min-height: 1110px;
  position: relative;
  z-index: 1;
  /*background-size: 100% 100%;*/
}
.what-happen-title {
  color: white;
  text-align: center;
  padding-top: 30px;
  font-size: 4.5rem;
  font-weight: 600;
  padding-bottom: 80px;
}
.what-happen-title span {
  color: #cf2d18;
}
.what-happen-img {
  color: white;
}
.what-happen-img img {
  float: left;
  padding-right: 20px;
  padding-bottom: 70px;
}
.what-happen-img p {
  padding-top: 15px;
}
.what-happen-img span {
  color: #cf2d18;
  font-weight: 600;
  font-size: 2.4rem;
}
.what-happen-text {
  color: white;
  text-align: center;
  font-size: 3rem;
}
.what-happen-text span {
  color: #fd9315;
  font-weight: 600;
}
/*=================== certificate ===================*/
.certificate {
  background: url(../img/bg-6.png) no-repeat center top;
  max-height: 515px;
  position: relative;
  z-index: 1;
}
.certificate-text {
  color: white;
  font-size: 4.2rem;
  padding-top: 50px;
  padding-bottom: 70px;
}
.certificate-text span {
  color: #fd9315;
  font-weight: 700;
}
.certificate-img {
  padding-top: 150px;
}
/*=================== what-say ===================*/
.what-say {
  background: #e6e6e6;
  min-height: 800px;
  position: relative;
  z-index: 1;
}
.what-say-title {
  text-align: center;
  font-size: 4.8rem;
  padding-bottom: 35px;
}
.what-say-title span {
  color: #fd9315;
  font-weight: 700;
}
.reviews {
  background: white;
  border-radius: 10px;
  box-shadow: 5px 5px 12px -4px #b3b3b3;
}
.reviews img {
  float: left;
  padding: 70px 30px 70px 30px;
}
.reviews-text {
  padding: 50px;
  margin-bottom: 30px;
}
.reviews-text span {
  font-size: 2.6rem;
  font-weight: 600;
}
.reviews-text p {
  margin-bottom: 1em;
}
/*=================== do-member ===================*/
.do-member {
  background: url(../img/bg-7.png) no-repeat center top;
  min-height: 800px;
  position: relative;
  z-index: 1;
}
.logo-img {
  padding-top: 50px;
}
.do-member-title {
  color: white;
  padding-top: 30px;
  font-size: 3.4rem;
  text-align: center;
}
.do-member-title span {
  color: #ff9415;
  font-size: 4.4rem;
  font-weight: 700;
}
.order__form_bot {
  border-radius: 100px;
  margin-top: 5%;
  background-color: #f1f1f1;
  box-sizing: border-box;
  z-index: 2;
  box-shadow: 1px -4px 7px 2px;
  padding: 40px 60px 40px 60px;
}
.tl__text_bot {
  font-size: 2rem;
  font-style: italic;
  text-align: center;
}
.tl__text_bot span {
  color: red;
  font-weight: 900;
  transform: rotate(-1deg);
}
.tl__text_bot span:before {
  border-bottom: 3px solid red;
  position: absolute;
  content: "";
  width: 34%;
  height: 7%;
  transform: rotate(-2deg);
}
.order__text {
  padding-bottom: 10px;
}
.timer-wrap__info_bot {
  font-weight: bold;
  font-size: 2.5rem;
}
.timer-bot {
  padding: 1rem 3px 2.5rem;
  border-top: none;
  box-shadow: 2.3px 3.3px 2px rgba(19, 58, 10, 0.21);
  text-align: center;
}
.form-bot-img {
  padding-left: 20px;
}
.form-bot-img li {
  list-style: none;
  padding-bottom: 7px;
  padding-top: 7px;
  font-weight: 600;
}
.form-bot-img img {
  float: left;
  width: 39px;
}
.cream-img-bot {
  position: absolute;
  margin-left: 634px;
  margin-top: 260px;
}
.discount-text-bot {
  position: absolute;
  margin-left: -39%;
  margin-top: 22%;
  font-size: 3.8rem;
  color: white;
}
/*=================== Чат ===================*/
.chat-wrap {
  background-color: #2d3133;
}
#chat {
  color: #fff;
  margin: 0 auto;
  background-color: #2d3133;
  padding: 35px 0;
}
#chat h3 {
  text-transform: uppercase;
  font-size: 24px;
}
#chat .clarify {
  font-size: 18px;
  font-weight: 100;
  font-family: Roboto;
  text-transform: uppercase;
}
#chat .chat-label {
  margin: 0 25px 0;
  margin-bottom: -50px;
  position: relative;
  z-index: 1;
  padding: 25px 0;
  text-align: center;
  -webkit-box-shadow: 0 10px 20px rgba(45, 49, 51, 0.4);
  -moz-box-shadow: 0 10px 20px rgba(45, 49, 51, 0.4);
  box-shadow: 0 10px 20px rgba(45, 49, 51, 0.4);
  background: #b30f10 -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.15)));
  background: #b30f10 -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 100%);
  background: #b30f10 -moz-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 100%);
  background: #b30f10 -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 100%);
  background: #b30f10 linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#chat .chat-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  height: 580px;
  color: #2d3133;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  padding: 100px 0 0 35px;
}
#chat .chat-box .name {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}
#chat .chat-box .txt:before {
  content: '';
  position: absolute;
  top: 7px;
  right: -5px;
  background: #f4f4f4;
  transform: rotateZ(45deg);
  width: 15px;
  height: 15px;
}
#chat .chat-box .txt {
  position: relative;
  border-radius: 5px;
  background-color: #f4f4f4;
  margin-top: 10px;
  font-size: 16px;
  font-family: Roboto;
  font-weight: 300;
  padding: 5px 15px;
  padding-right: 40px;
}
#chat .chat-box .time {
  font-size: 12px;
  font-family: Roboto;
  font-weight: 400;
  position: absolute;
  top: 35px;
  right: 5px;
}
#chat .chat-box_content:before {
  content: '';
  position: absolute;
  width: 95%;
  height: 50px;
  top: 95px;
  left: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), color-stop(50%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, #ffffff 50%, rgba(255, 255, 255, 0));
  background: -moz-linear-gradient(top, #ffffff 50%, rgba(255, 255, 255, 0));
  background: -o-linear-gradient(top, #ffffff 50%, rgba(255, 255, 255, 0));
  background: linear-gradient(to bottom, #ffffff 50%, rgba(255, 255, 255, 0));
}
#chat .chat-box_content {
  overflow: auto;
  bottom: 0;
  width: 100%;
  padding: 15px;
}
#chat .reply {
  margin: 25px 25px 0 0;
  position: relative;
}
#chat .warning:before {
  content: '';
  position: absolute;
  background-color: #b30f10;
  width: 15px;
  height: 15px;
  right: 100%;
  top: 50%;
  margin-right: -7px;
  margin-top: -8px;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
#chat .warning.active {
  -webkit-transform: rotateZ(0) translate(0, 0);
  -moz-transform: rotateZ(0) translate(0, 0);
  -ms-transform: rotate(0) translate(0, 0);
  -o-transform: rotateZ(0) translate(0, 0);
  transform: rotateZ(0) translate(0, 0);
  opacity: 1;
}
#chat .warning {
  -webkit-transition: .35s;
  -o-transition: .35s;
  -moz-transition: .35s;
  transition: .35s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotateZ(20deg) translate(-15px, 35px);
  -moz-transform: rotateZ(20deg) translate(-15px, 35px);
  -ms-transform: rotate(20deg) translate(-15px, 35px);
  -o-transform: rotateZ(20deg) translate(-15px, 35px);
  transform: rotateZ(20deg) translate(-15px, 35px);
  opacity: 0;
  top: 5px;
  left: 100%;
  margin-left: 20px;
  width: 280px;
  padding: 10px;
  color: #fff;
  font-weight: 300;
  background-color: #b30f10;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: Roboto;
  font-size: 16px;
  position: absolute;
  z-index: 2;
}
#chat .submit-comment {
  cursor: pointer;
  position: absolute;
  bottom: 25px;
  right: 0;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: url(../img/do-comment.svg) right center no-repeat;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}
#do-comment-name {
  max-width: 300px;
}
#chat .do-comment {
  padding: 15px 0;
  margin-right: 40px;
  border-top: 1px solid #2d3133;
  position: relative;
}
#chat .do-comment input:focus {
  outline: none;
}
#chat .do-comment input {
  border: none;
  font-size: 18px;
  font-family: Roboto;
  font-weight: 300;
  line-height: 40px;
  height: 40px;
  width: 100%;
}
#chat #do-comment {
  padding-right: 45px;
}
#chat .warning.active:before {
  -webkit-transition-delay: .15s;
  -moz-transition-delay: .15s;
  -o-transition-delay: .15s;
  transition-delay: .15s;
  top: 0;
}
#chat .warning.active {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate(0, 0px);
  -moz-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  -o-transform: translate(0, 0px);
  transform: translate(0, 0px);
}
#chat .warning {
  top: 100%;
  left: initial;
  right: -40px;
  font-size: 14px;
  -webkit-transition-delay: .15s;
  -moz-transition-delay: .15s;
  -o-transition-delay: .15s;
  transition-delay: .15s;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translate(0, 15px);
  -moz-transform: translate(0, 15px);
  -ms-transform: translate(0, 15px);
  -o-transform: translate(0, 15px);
  transform: translate(0, 15px);
}
#chat .warning p {
  position: relative;
}
#chat .warning:before {
  top: 15px;
  -webkit-transition: .35s ease;
  -o-transition: .35s ease;
  -moz-transition: .35s ease;
  transition: .35s ease;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  right: 60px;
}
@media only screen and (max-width: 479px) {
  #chat .chat-box {
    padding-left: 15px;
  }
  #chat .do-comment {
    margin-right: 15px;
  }
  #chat .chat-box_content:before {
    height: 15px;
  }
}
/*=================== Всплывашка конфиденциальность ===================*/
.popup {
  display: none;
}
.popup--active {
  display: block;
}
.popup--confidential {
  position: fixed;
  padding: 15px 20px 17px;
  background-color: #fff;
  color: #2196F3;
  border-radius: 2rem;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  font-weight: 700;
  font-size: 3rem;
}
.popup__important {
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  line-height: 1.1;
  color: #f44336;
}
.popup__close {
  position: absolute;
  left: 100%;
  bottom: 100%;
  cursor: pointer;
  color: #fff;
}
.wrapper--overlay {
  position: relative;
}
.wrapper--overlay:before {
  content: '';
  position: fixed;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
/*=================== @media ===================*/
@media only screen and (max-width: 1200px) {
  .order__form {
    position: static;
    border-radius: 50px;
    margin-bottom: 30px;
  }
  .digitHolder {
    padding: 5px 9px 5px 9px;
  }
  .intro {
    box-shadow: inset -21px -180px 19px -21px #11132c;
  }
  .tl__text span:before {
    border-bottom: 3px solid red;
    position: absolute;
    content: "";
    width: 14%;
    height: 3.5%;
    transform: rotate(-2deg);
  }
  .tired li {
    background-color: rgba(255, 255, 255, 0.55);
    border-radius: 5px;
  }
  .btn-bot {
    margin-top: 30px;
  }
  .composition-intro {
    padding-top: 60px;
  }
  .composition-text {
    background: rgba(17, 19, 44, 0.56);
    border-radius: 30px;
    padding-left: 35px;
  }
  .composition-img-1 {
    background: url(../img/composition-img-1.png) no-repeat center;
    font-size: 2rem;
  }
  .composition-img-2 {
    background: url(../img/composition-img-2.png) no-repeat center;
    font-size: 2rem;
  }
  .composition-img-3 {
    background: url(../img/composition-img-3.png) no-repeat center;
    font-size: 2rem;
  }
  .description-composition-1 {
    min-height: 250px;
  }
  .description-composition-2 {
    min-height: 250px;
  }
  .description-composition-3 {
    min-height: 250px;
  }
  .discount-text-bot {
    font-size: 3rem;
    margin-left: -39%;
    margin-top: 22%;
  }
  .tl__text {
    margin-top: 83px;
    padding-left: 0%;
  }
}
@media only screen and (max-width: 992px) {
  .order__form {
    position: static;
    border-radius: 30px;
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .digitHolder {
    padding: 5px 40px 5px 40px;
  }
  .cream-img {
    position: static;
    margin-top: 0px;
    margin-left: 0px;
    width: 100%;
    float: left;
  }
  .tl__text span:before {
    display: none;
  }
  .tl__old-price del:before {
    border-bottom: 3px solid red;
    position: absolute;
    content: "";
    width: 13%;
    height: 47%;
    transform: rotate(-7deg);
  }
  .description-composition-1 {
    min-height: 220px;
  }
  .description-composition-2 {
    min-height: 220px;
  }
  .description-composition-3 {
    min-height: 220px;
  }
  .why {
    background: url(../img/bg-4.png) no-repeat center top #000000;
  }
  .why-img p {
    padding-bottom: 35px;
  }
  .enough-envy {
    margin-top: 20px;
    min-height: 700px;
  }
  .certificate {
    background: #11132c;
    max-height: 1000px;
  }
  .certificate-img {
    padding-top: 40px;
  }
  .tl__text_bot span:before {
    width: 21%;
  }
  .do-member {
    background: #08081c;
  }
  .cream-img-bot {
    width: 30%;
    margin-left: 331px;
  }
  .composition {
    background: url(../img/bg-3.png) no-repeat center top #11132c;
  }
  .what-happen {
    background: url(../img/bg-5.png) no-repeat center top #020000;
  }
}
@media only screen and (max-width: 767px) {
  .order__form {
    position: static;
    border-radius: 30px;
  }
  .digitHolder {
    padding: 5px 25px 5px 25px;
  }
  .cream-img {
    position: static;
    margin-top: 0px;
    margin-left: 0px;
    width: 100%;
    float: left;
  }
  .composition-img-1 {
    background: url(../img/composition-img-1.png) no-repeat center;
    font-size: 3.5rem;
  }
  .composition-img-2 {
    background: url(../img/composition-img-2.png) no-repeat center;
    font-size: 3.5rem;
  }
  .composition-img-3 {
    background: url(../img/composition-img-3.png) no-repeat center;
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 599px) {
  .order__form {
    position: static;
    border-radius: 30px;
  }
  .digitHolder {
    padding: 5px 25px 5px 25px;
  }
  .cream-img {
    position: static;
    margin-top: 0px;
    margin-left: 0px;
    width: 100%;
    float: left;
  }
  .tl__old-price del:before {
    border-bottom: 3px solid red;
    position: absolute;
    content: "";
    width: 24%;
    height: 50%;
    transform: rotate(-7deg);
  }
  .description-composition-1 {
    min-height: 100px;
  }
  .description-composition-2 {
    min-height: 100px;
  }
  .description-composition-3 {
    min-height: 100px;
  }
}
@media only screen and (max-width: 480px) {
  .intro {
    background: #11132c;
  }
  .intro-title h1 {
    font-size: 2.8rem;
  }
  .intro-title h1 span {
    font-size: 2.8rem;
  }
  .order__form {
    position: static;
    border-radius: 30px;
    padding-top: 10px;
  }
  .tl__text {
    padding-left: 0px;
    font-size: 1.5rem;
    margin-top: 0px;
    text-align: left;
  }
  .timer-wrap__info {
    font-size: 1.5rem;
  }
  .digitHolder {
    margin-bottom: 20px;
    font-size: 2.4rem;
    padding: 5px 9px 5px 10px;
  }
  .tl__new-price,
  .tl__old-price {
    float: none;
    text-align: center;
  }
  .cream-img {
    margin-top: 0px;
    margin-left: 0px;
    float: left;
  }
  .btn-bot {
    margin-top: 50px;
  }
  .text-tired {
    padding-top: 10px;
  }
  .tired li {
    background-color: rgba(255, 255, 255, 0.55);
    border-radius: 5px;
  }
  .composition {
    background: url(../img/bg-3-min.jpg) no-repeat center top #12142d;
  }
  .composition-intro {
    margin-top: 20px;
    padding-top: 15px;
    background: rgba(35, 37, 58, 0.36);
    border-radius: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }
  .composition-img-1 {
    background: url(../img/composition-img-1.png) no-repeat center;
    padding-top: 5px;
  }
  .composition-img-1 p {
    margin-top: 180px;
  }
  .composition-img-2 {
    background: url(../img/composition-img-2.png) no-repeat center;
  }
  .composition-img-3 {
    background: url(../img/composition-img-3.png) no-repeat center;
  }
  .composition-text {
    padding-bottom: 0px;
  }
  .btn-king {
    margin-bottom: 35px;
  }
  .why {
    background: url(../img/bg-4-mini.jpg) no-repeat center top #000000;
  }
  .why-img p {
    padding-bottom: 35px;
  }
  .enough-envy {
    margin-top: 10px;
    min-height: 990px;
  }
  .enough-text {
    text-align: center;
    padding: 15px 15px 15px 15px;
  }
  .expert-title {
    text-align: center;
    font-size: 3rem;
  }
  .expert-text img {
    float: none;
    display: block;
    margin: 0px auto;
    padding-bottom: 15px;
  }
  .what-happen {
    background: url(../img/bg-5.png) no-repeat center top #000000;
  }
  .what-happen-img img {
    padding-bottom: 10px;
    display: block;
    margin: 0px auto;
    float: none;
  }
  .what-happen-text {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .what-happen-img p {
    text-align: center;
    padding-bottom: 10px;
  }
  .certificate {
    background: #151735;
    max-height: 1020px;
  }
  .certificate-text {
    padding-bottom: 10px;
    text-align: center;
  }
  .certificate-img {
    padding-top: 10px;
  }
  .what-say-title {
    font-size: 3.8rem;
  }
  .reviews img {
    float: none;
    padding: 15px 0px 10px 100px;
  }
  .do-member {
    background: url(../img/bg-7-mini.jpg) no-repeat center top #11132c;
  }
  .do-member-title span {
    font-size: 3.4rem;
  }
  .order__text {
    padding-top: 45px;
  }
  .order__form_bot {
    padding: 30px 20px 30px 20px;
    border-radius: 40px;
  }
  .cream-img-bot {
    display: none;
  }
  .description-composition-1,
  .description-composition-2,
  .description-composition-3 {
    margin-left: 20px;
  }
  .popup--confidential {
    font-size: 2.2rem;
  }
}
