

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

#hellopreloader_preload{
  display: block;
  position: fixed;
  z-index: 99999;
  top: 0;left: 0;width: 100%;
  height: 100%;min-width: 1000px;
  background: #22313F url(http://hello-site.ru//main/images/preloads/puff.svg) center center no-repeat;
  background-size:41px;
}

::-webkit-scrollbar-button {
  width: 3px;
  height: 0
}

::-webkit-scrollbar-track {
  background-color: #32312e;
  box-shadow: 0 0 3px #000 inset;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffae00;
  box-shadow: 0 1px 1px #fff inset;
}

::-webkit-resizer {
  width: 3px;
  height: 0
}

::-webkit-scrollbar {
  width: 3px;
  height: 3px
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

a {
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  font-weight: bold;
  margin: 0;
}

.obj {
  position: absolute;
  z-index: 1;
}

.img_box img, .obj img {
  width: 100%;
}

main {
  overflow: hidden;
}

body {
  font-family: 'Montserrat', sans-serif;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  background: #0d0d0d;
}

.container {
  position: relative;
  z-index: 2;
}

.block_01 {
  position: relative;
  padding: 55px 0 60px;
  background: url("../img/bg_01.jpg")no-repeat center;
  background-size: cover;
}

.girl-top {
  z-index: 1;
  left: 48%;
  top: -100px;
  width: 1000px;
}

.logo {
  font-size: 19px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  padding: 3px 5px;
  border: 1px solid #ffae00;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 0 40px rgba(255,255,255, 1);
}

.title-box {
  position: relative;
  z-index: 99;
  font-size: 60px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  color: #ffffff;
}

.title-box span {
  color: #ffae00;
}

.title-box__sub {
  font-size: 20px;
  font-weight: 500;
}

.title-box__sub span {
  display: block;
}

.effect-item__title {
  font-size: 20px;
  font-weight: 700;
  color: #ffae00;
}

.effect-item__title span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
}

.effect-item__icon {
  width: 34px;
}

.product-box {
  position: relative;
  width: 100%;
  max-width: 239px;
  margin: -50px auto 0;
}

.product-box:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: -50px;
  width: 450px;
  height: 450px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 65%, rgba(255,255,255,0) 100%);
  background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 65%,rgba(255,255,255,0) 100%);
  background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 65%,rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );

}

.product-box img {
  position: relative;
  z-index: 3;
}

.obj_01 {
  bottom: 65px;
  left: -145px;
  width: 135px;
}

.obj_01 span {
  font-size: 19px;
  font-weight: 500;
  color: #ffffff;
}

.obj_02 {
  z-index: 9;
  right: -60px;
  top: 40%;
}

.obj_02 .circle-text {
  width: 110px;
  height: 110px;
  font-size: 11px;
  color: #ffffff;
}

.circle-text > div {
  width: 110px;
  height: 55px;
  text-align: center;
}

.circle-text #circleText1,
.circle-text #circleText3 {
  z-index: 5;
  color: #ffae00;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.circle-text img {
  position: absolute;
  z-index: 5;
  top: 45px;
  left: 14px;
  width: 83px;
}

.form-box {
  width: 100%;
  max-width: 300px;
  padding: 20px 25px 25px;
  margin: -80px 0 0;
  background: #f2f2f2;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
}

.form-title {
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  color: #000000;
}

.form-title span {
  color: #d6163a;
}

.timer span {
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  color: #000000;
}

.timer span b {
  display: block;
  width: 66px;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px;
  padding: 6px 8px;
  background: #ffffff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
}

.timer i {
  font-size: 36px;
  font-style: normal;
  margin: 0 5px;
}

.price-box > div {
  flex: 0 0 50%;
  width: 50%;
  text-align: center;
  padding: 0 5px;
}

.oldPrice {
  font-size: 16px;
  color: #5a5a5a;
  text-decoration: line-through;
}

.newPrice {
  font-size: 26px;
  font-weight: 900;
  color: #ff2d42;
}

.newPrice span {
  font-size: 18px;
}

.customSelect, .form-group input {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  outline: none;
  border: none;
  padding: 18px 22px;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  -khtml-border-radius: 35px;
  border-radius: 35px;
}

.customSelect {
  background: url("../img/customselect.png")no-repeat 92% 24px rgb(255,255,255);
  background: url("../img/customselect.png")no-repeat 92% 24px, -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(230,230,230,1) 100%);
  background: url("../img/customselect.png")no-repeat 92% 24px, -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%);
  background: url("../img/customselect.png")no-repeat 92% 24px, linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 );
}

.form-group label {
  font-size: 16px;
  color: #000000;
}

.customButton {
  position: relative;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  outline: none;
  border: none;
  cursor: pointer;
  padding: 18px 22px;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  -khtml-border-radius: 35px;
  border-radius: 35px;
  background: rgb(255,153,11);
  background: -moz-linear-gradient(top,  rgba(255,153,11,1) 0%, rgba(253,45,66,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(255,153,11,1) 0%,rgba(253,45,66,1) 100%);
  background: linear-gradient(to bottom,  rgba(255,153,11,1) 0%,rgba(253,45,66,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff990b', endColorstr='#fd2d42',GradientType=0 );
}

.customButton.hvr-radial-out:before {
  background: #8c653e;
}

button:focus {
  outline: none;
}

.block_02 {
  padding: 50px 0 70px;
  background: #000 url("../img/bg_02.png")no-repeat center;
  background-size: cover;
}

.tech-box {
  overflow: hidden;
  border: 5px solid #1d1d1d;
  background: #000;
  -webkit-box-shadow: 0px 0px 44px -2px rgba(255,174,0,1);
  -moz-box-shadow: 0px 0px 44px -2px rgba(255,174,0,1);
  box-shadow: 0px 0px 44px -2px rgba(255,174,0,1);
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  border-radius: 30px;
}

.tech-box .tech-box__text,
.tech-box .tech-box__image {
  flex: 0 0 50%;
  width: 50%;
    max-width: 50%;
}

.tech-box__text {
  padding: 75px 55px;
  background: #171717;
}

.tech-box__text-title {
  font-size: 36px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  color: #ffffff;
}

.tech-box__text-title span,
.tech-box__text-p span {
  color: #ffae00;
}

.tech-box__text-p {
  font-size: 20px;
  color: #ffffff;
}

.tech-box__image {
  position: relative;
}

.tech-box__image img {
  display: block;
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
}

.obj_03 {
  top: 90px;
  left: 58%;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
}

.obj_03:before {
  content: "";
  position: absolute;
  left: -20px;
  top: -25px;
  width: 28px;
  height: 19px;
  background: url("../img/tech-arrow_01.png")no-repeat center;
  background-size: cover;
}

.obj_04 {
  right: 70px;
  bottom: 30px;
  font-size: 24px;
  font-weight: 600;
  color: #ffae00;
}

.obj_04:before {
  content: "";
  position: absolute;
  top: -50px;
  left: 20px;
  width: 24px;
  height: 45px;
  background: url("../img/tech-arrow_02.png")no-repeat center;
  background-size: cover;
}

.block_03 {
  padding: 30px 0 40px;
  background: #000 url("../img/bg_03.png")no-repeat center bottom;
}

.block_03 .title-box {
  font-size: 83px;
  font-weight: 900;
  text-align: center;
  color: #ffffff;
}

.block_03 .subtitle-box {
  max-width: 700px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  margin: 0 auto 50px;
}

.block_03 .subtitle-box span {
  color: #ffae00;
}

.result-item__icon {
  flex: 0 0 115px;
  width: 115px;
  padding: 5px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 44px -2px rgba(255,174,0,1);
  -moz-box-shadow: 0px 0px 44px -2px rgba(255,174,0,1);
  box-shadow: 0px 0px 44px -2px rgba(255,174,0,1);
  background: rgb(253,45,66);
  background: -moz-linear-gradient(45deg,  rgba(253,45,66,1) 0%, rgba(255,153,11,1) 100%);
  background: -webkit-linear-gradient(45deg,  rgba(253,45,66,1) 0%,rgba(255,153,11,1) 100%);
  background: linear-gradient(45deg,  rgba(253,45,66,1) 0%,rgba(255,153,11,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd2d42', endColorstr='#ff990b',GradientType=1 );
}

.result-item__icon img {
  display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
}

.result-item__text {
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
}

.block_03 .product-box {
  width: 100%;
  margin-top: -20px;
}

.block_03 .product-box:before {
  display: none;
}

.block_04 {
  padding: 60px 0 90px;
  background: #000 url("../img/bg_04.png")no-repeat center top;
}

.block_04 .title-box {
  font-size: 64px;
  font-weight: 900;
  text-align: center;
  color: #ffffff;
}

.block_04 .title-box span {
  display: block;
}

.how-work__title {
  position: relative;
  font-size: 29px;
  font-weight: 700;
  color: #ffffff;
  padding-right: 40%;
}

.how-work__title span {
  display: block;
  color: #ffae00;
}

.how-work__p {
  font-size: 18px;
  line-height: 1.3;
  color: #ffffff;
}

.how-work__images {
  position: relative;
}

.obj_05 {
  position: relative;
  z-index: 5;
  top: -30px;
  /*margin-top: -50px;*/
}

.obj_06 {
  z-index: 6;
  left: -15px;
  bottom: 0;
}

.obj_07 {
  z-index: 4;
  left: -30px;
  top: 30px;
}

.obj_08 {
  z-index: 4;
  right: -40px;
  top: -40px;
}

.obj_09 {
  bottom: -100px;
  left: -300px;
}

.obj_10 {
  top: -130px;
  left: -45px;
}

.block_05 {
  margin-top: -25px;
  padding: 90px 0 20px;
  background:#000 url("../img/bg_05-bottom.png")no-repeat center bottom;
}

.block_05 .title-box {
  position: relative;
  z-index: 9;
  font-size: 64px;
  font-weight: 900;
  text-align: center;
  color: #ffffff;
}

.block_05 .title-box.bigDick {
  font-size: 74px;
  line-height: .9;
}

.block_05 .title-box span {
  display: block;
}

.fire-box {
  position: relative;
}

.fire1 {
  z-index: 1;
  top: -200px;
  left: 50%;
  width: 100%;
  max-width: 850px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.fire2 {
  z-index: 1;
  bottom: -165px;
  left: 50%;
  width: 100%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.steps-bg {
  position: relative;
  z-index: 2;
  padding: 5px;
  -moz-border-radius: 70px;
  -webkit-border-radius: 70px;
  -khtml-border-radius: 70px;
  border-radius: 70px;
  background: rgb(255,174,0);
  background: -moz-linear-gradient(left,  rgba(255,174,0,1) 0%, rgba(255,23,78,1) 100%);
  background: -webkit-linear-gradient(left,  rgba(255,174,0,1) 0%,rgba(255,23,78,1) 100%);
  background: linear-gradient(to right,  rgba(255,174,0,1) 0%,rgba(255,23,78,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae00', endColorstr='#ff174e',GradientType=1 );
}

.step-box {
  position: relative;
  overflow: hidden;
  padding: 80px 40px 60px;
  -moz-border-radius: 68px;
  -webkit-border-radius: 68px;
  -khtml-border-radius: 68px;
  border-radius: 68px;
  background: rgb(27,27,27);
  background: -moz-linear-gradient(top,  rgba(27,27,27,1) 0%, rgba(14,14,14,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(27,27,27,1) 0%,rgba(14,14,14,1) 100%);
  background: linear-gradient(to bottom,  rgba(27,27,27,1) 0%,rgba(14,14,14,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b1b1b', endColorstr='#0e0e0e',GradientType=0 );
}

.step-box:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -20px;
  width: 80%;
  height: 20px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 135px -2px rgba(255,174,0,1);
  -moz-box-shadow: 0px 0px 135px -2px rgba(255,174,0,1);
  box-shadow: 0px 0px 135px -2px rgba(255,174,0,1);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.step-box:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  width: 80%;
  height: 20px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 135px -2px rgba(255,174,0,1);
  -moz-box-shadow: 0px 0px 135px -2px rgba(255,174,0,1);
  box-shadow: 0px 0px 135px -2px rgba(255,174,0,1);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(50%);
  transform: translateX(-50%);
}

.step-item {
  position: relative;
  z-index: 99;
  flex: 0 0 230px;
  max-width: 230px;
}

.step-item__image {
  position: relative;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  background: #151515;
}

.step-item__image .dick {
  top: 25px;
  left: 10px;
  width: 85px;
}

.arc1 {
  left: -212px;
  top: -50px;
}

.arc2 {
  left: -90px;
  top: -50px;
}

.step-item__size span {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  padding: 4px 12px;
  background: #252525;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  border-radius: 15px;
}

.step-item__title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
}

.step-item__p {
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
  color: #ffffff;
  padding: 0 10px;
}

.step-item__p span {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  color: #959595;
  letter-spacing: 5px;
  margin-bottom: 5px;
}

.step-item:nth-child(2) .step-item__image {
  background: #542d29;
}

.step-item:nth-child(2) .step-item__image .dick {
  width: 100px;
  top: 10px;
}

.step-item:nth-child(2) .step-item__size span {
  background: #542d29;
}

.step-item:nth-child(3) .step-item__image {
  background: #f65e4e;
}

.step-item:nth-child(3) .step-item__image .dick {
  width: 120px;
  top: -20px;
  left: -5px;
}

.step-item:nth-child(3) .step-item__size span {
  background: #f65e4e;
}

.step-item:last-of-type .step-item__image {
  background: #ffae00;
}

.step-item:last-of-type .step-item__image .dick {
  width: 140px;
  top: -35px;
  left: -10px;
}

.step-item:last-of-type .step-item__size span {
  background: #ffae00;
}

.block_06 .title-box {
  margin-top: -1rem;
}

.composition-item {
  flex: 0 0 255px;
  max-width: 255px;
}

.composition-item:first-of-type,
.composition-item:last-of-type {
  margin-top: -60px;
}

.composition-image {
  overflow: hidden;
  max-width: 255px;
  margin: 0 auto;
  padding: 5px;
  -moz-border-radius: 90px;
  -webkit-border-radius: 90px;
  -khtml-border-radius: 90px;
  border-radius: 90px;
  -webkit-box-shadow: 0px 0px 44px -2px rgba(255,174,0,1);
  -moz-box-shadow: 0px 0px 44px -2px rgba(255,174,0,1);
  box-shadow: 0px 0px 44px -2px rgba(255,174,0,1);
  background: rgb(255,163,6);
  background: -moz-linear-gradient(45deg,  rgba(255,163,6,1) 0%, rgba(255,35,72,1) 100%);
  background: -webkit-linear-gradient(45deg,  rgba(255,163,6,1) 0%,rgba(255,35,72,1) 100%);
  background: linear-gradient(45deg,  rgba(255,163,6,1) 0%,rgba(255,35,72,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa306', endColorstr='#ff2348',GradientType=1 );
}

.composition-image img {
  display: block;
  -moz-border-radius: 87px;
  -webkit-border-radius: 87px;
  -khtml-border-radius: 87px;
  border-radius: 87px;
}

.composition-title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #ffae00;
}

.composition-p {
  font-size: 16px;
  text-align: center;
  color: #ffffff;
}

.block_06 {
  overflow: hidden;
  position: relative;
  padding: 75px 0;
  background: #1c1c1c;
}

.block_06 .container {
  z-index: 99;
}

.bg-06 {
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 1000px;
  height: 1000px;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: -moz-radial-gradient(center, ellipse cover,  rgba(255,163,6,0.3) 0%, rgba(255,163,6,0.05) 20%, rgba(255,163,6,0) 48%, rgba(255,163,6,0) 70%, rgba(255,163,6,0) 100%);
  background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,163,6,0.3) 0%,rgba(255,163,6,0.05) 20%,rgba(255,163,6,0) 48%,rgba(255,163,6,0) 70%,rgba(255,163,6,0) 100%);
  background: radial-gradient(ellipse at center,  rgba(255,163,6,0.3) 0%,rgba(255,163,6,0.05) 20%,rgba(255,163,6,0) 48%,rgba(255,163,6,0) 70%,rgba(255,163,6,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dffa306', endColorstr='#00ffa306',GradientType=1 );
}

.circle-bg {
  z-index: 2;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.pluses-item {
  flex: 0 0 170px;
  max-width: 170px;
}

.pluses-item__image {
  overflow: hidden;
  padding: 5px;
  width: 100px;
  margin: 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 30px -2px rgba(255,174,0,1);
  -moz-box-shadow: 0px 0px 30px -2px rgba(255,174,0,1);
  box-shadow: 0px 0px 30px -2px rgba(255,174,0,1);
  background: rgb(255,163,6);
  background: -moz-linear-gradient(45deg,  rgba(255,163,6,1) 0%, rgba(255,35,72,1) 100%);
  background: -webkit-linear-gradient(45deg,  rgba(255,163,6,1) 0%,rgba(255,35,72,1) 100%);
  background: linear-gradient(45deg,  rgba(255,163,6,1) 0%,rgba(255,35,72,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa306', endColorstr='#ff2348',GradientType=1 );
}

.pluses-item__image  img {
  display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
}

.pluses-item__title {
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}

.pluses-top .pluses-item:first-of-type,
.pluses-top .pluses-item:last-of-type {
  margin-top: 90px;
}

.pluses-bottom .pluses-item:first-of-type,
.pluses-bottom .pluses-item:last-of-type {
  margin-top: -90px;
}

.block_07 {
  background: url("../img/bg_07.jpg");
  background-size: cover;
}


.doc-review {
  padding: 70px 55px;
  background: rgba(0, 0, 0, 0.4);
}

.obj_11 {
  z-index: 9;
  right: 65px;
  bottom: 0;
}

.doc-review__title {
  position: relative;
  z-index: 99;
  font-size: 60px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  color: #ffffff;
}

.doc-review__title span {
  display: block;
  color: #ffae00;
}

.doc-review__p {
  font-size: 16px;
  color: #ffffff;
}

.doc-review__subtitle {
  font-size: 23px;
  color: #ffae00;
}

.doc-review__name {
  font-size: 22px;
  font-style: italic;
  color: #6db5ff;
}

.doc-review__name span {
  display: block;
  font-size: 16px;
  color: #9d9d9d;
  margin-top: 5px;
}

.block_08 {
  padding: 160px 0 60px;
  background: url("../img/bg_08.jpg")no-repeat center;
  background-size: cover;
}

.graphic-box {
  position: relative;
  z-index: 9;
  flex: 0 0 500px;
  width: 500px;
  height: 500px;
  padding: 4px;
  background: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 44px -2px rgba(255,174,0,1);
  -moz-box-shadow: 0px 0px 44px -2px rgba(255,174,0,1);
  box-shadow: 0px 0px 44px -2px rgba(255,174,0,1);
}

.circle-center {
  z-index: 999;
  left: 50%;
  top: 50%;
  width: 86px;
  height: 86px;
  background: rgba(0, 0, 0, 0.1);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  -moz-transform: translateX(-43px) translateY(-43px);
  -webkit-transform: translateX(-43px) translateY(-43px);
  -o-transform: translateX(-43px) translateY(-43px);
  -ms-transform: translateX(-43px) translateY(-43px);
  transform: translateX(-43px) translateY(-43px);
  box-shadow: 0 0 0 rgba(204,169,44, 0.4);
  animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(204,169,44, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 30px rgba(204,169,44, 0);
    box-shadow: 0 0 0 30px rgba(204,169,44, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
    box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}

.circle-center:before {
  content: "";
  position: absolute;
  display: block;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: 60%;
  height: 60%;
  background: rgba(0, 0, 0, 0.2);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.circle-center:after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: 40%;
  height: 40%;
  background: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.graphic-circle1 {
  position: relative;
  /*z-index: 1;*/
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  background: rgb(250,190,0);
  background: -moz-linear-gradient(45deg,  rgba(250,190,0,1) 0%, rgba(250,148,0,1) 100%);
  background: -webkit-linear-gradient(45deg,  rgba(250,190,0,1) 0%,rgba(250,148,0,1) 100%);
  background: linear-gradient(45deg,  rgba(250,190,0,1) 0%,rgba(250,148,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fabe00', endColorstr='#fa9400',GradientType=1 );
}

.graphic-circle1 span {
  position: absolute;
  top: 110px;
  left: 90px;
  font-size: 40px;
  color: #000;
}

.graphic-circle2 span {
  position: absolute;
  bottom: 120px;
  right: 120px;
  font-size: 40px;
  color: #fff;
}

.graphic-circle3 span {
  position: absolute;
  bottom: 35px;
  left: 170px;
  font-size: 34px;
  color: #000;
}

.graphic-circle1 .circle-text,
.graphic-circle1 .circle-text1,
.graphic-circle1 .circle-text2 {
  position: absolute;
  width: 220px;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
}

.graphic-circle1 .circle-text:before,
.graphic-circle1 .circle-text1:before,
.graphic-circle1 .circle-text2:before {
  content: "";
  position: absolute;
  z-index: 99;
  width: 100px;
  height: 2px;
  background: #fff;
}

.graphic-circle1 .circle-text {
  top: -70px;
  left: -10px;
}

.graphic-circle1 .circle-text:before {
  bottom: -30px;
  right: 30px;
  -moz-transform: rotate(50deg);
  -webkit-transform: rotate(50deg);
  -o-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
}

.graphic-circle1 .circle-text1 {
  bottom: -60px;
  right: -130px;
}

.graphic-circle1 .circle-text1:before {
  top: -50px;
  left: -50px;
  -moz-transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}

.graphic-circle1 .circle-text2:before {
  top: -30px;
  left: 90px;
  background: #a5a5a5;
  -moz-transform: rotate(-25deg);
  -webkit-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-25deg);
}

.graphic-circle1 .circle-text2 {
  bottom: -50px;
  left: 0px;
}

.graphic-circle2 {
  overflow: hidden;
  z-index: 2;
  top: 4px;
  right: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
}

.graphic-circle2:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: calc(100% + 35px);
  -moz-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
  background: rgb(252,0,20);
  background: -moz-linear-gradient(top,  rgba(252,0,20,1) 0%, rgba(253,0,51,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(252,0,20,1) 0%,rgba(253,0,51,1) 100%);
  background: linear-gradient(to bottom,  rgba(252,0,20,1) 0%,rgba(253,0,51,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc0014', endColorstr='#fd0033',GradientType=0 );
}

.graphic-circle3 {
  overflow: hidden;
  z-index: 3;
  bottom: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(50% - 8px);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
}

.graphic-circle3:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -18px;
  width: 0;
  height: 0;
  border-left: 45px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 255px solid #ffffff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  -moz-transform: rotate(15deg) translateX(-78px);
  -webkit-transform: rotate(15deg) translateX(-78px);
  -o-transform: rotate(15deg) translateX(-78px);
  -ms-transform: rotate(15deg) translateX(-78px);
  transform: rotate(15deg) translateX(-78px);

}

.clinic-box {
  flex: 0 0 60%;
    max-width: 60%;
  position: relative;
  z-index: 8;
  margin-left: -110px;
  padding: 45px 60px 45px 165px;
  background: rgba(255, 255, 255, 0.1);
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
}

.clinic-title {
  position: relative;
  z-index: 99;
  font-size: 44px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  color: #ffffff;
}

.clinic-title span {
  color: #ffae00;
}

.clinic-p {
  font-size: 16px;
  color: #ffffff;
}

.block_09 {
  padding: 50px 0 60px;
  background: #040406;
}

.block_09 .title-box {
  font-size: 43px;
}

.slider-item {
  max-width: 280px;
  outline: none;
  padding: 15px 15px 25px;
  margin: 0 15px;
  background: #484848;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
}

.slider-item__image {
  position: relative;
}

.slider-item__image img {
  display: block;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  border-radius: 7px;
}

.slider-item__image-text {
  position: absolute;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #101318;
  bottom: 5px;
  left: 15px;
}

.slider-item__image-text:last-of-type {
  left: 55%;
}

.avatar-review {
  flex: 0 0 75px;
  max-width: 75px;
  padding: 4px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  background: rgb(255,163,6);
  background: -moz-linear-gradient(45deg,  rgba(255,163,6,1) 0%, rgba(255,35,72,1) 100%);
  background: -webkit-linear-gradient(45deg,  rgba(255,163,6,1) 0%,rgba(255,35,72,1) 100%);
  background: linear-gradient(45deg,  rgba(255,163,6,1) 0%,rgba(255,35,72,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa306', endColorstr='#ff2348',GradientType=1 );
}

.avatar-review img {
  display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
}

.user-info {
  font-size: 20px;
  color: #ffae00;
}

.user-info span {
  display: block;
  color: #fff;
}

.user-review {
  font-size: 16px;
  color: #ffffff;
}

.rating span {
  font-size: 14px;
  color: #cacaca;
}

.star {
  width: 23px;
  height: 21px;
  margin: 0 1px;
  background: url("../img/star.png")no-repeat center;
}

.slick-dots {
  bottom: -45px;
}

.slick-dots li button:before {
  content: "";
  font-size: 20px;
  color: #ffffff;
  border: 1px solid #ffae00;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
}

.slick-dots li.slick-active button:before {
  background: #ffae00;
}

.slick-prev, .slick-next {
  z-index: 999;
  width: 30px;
  height: 30px;
}

.slick-prev:before, .slick-next:before {
  content: "";
}

.slick-prev:before {
  display: block;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-right: 30px solid #ffae00;
  border-bottom: 15px solid transparent;
}

.slick-next:before {
  display: block;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-left: 30px solid #ffae00;
  border-bottom: 15px solid transparent;
}

.slick-prev {
  left: -20px;
}

.slick-next {
  right: -20px;
}

.last-box .product-title {
  font-size: 36px;
}

.last-box .product-title span {
  font-size: 46px;
  text-align: left;
}

.block_01.bg-11 {
  background: url("../img/bg_11.jpg")no-repeat center;
  background-size: cover;
}

.girl-bottom {
  z-index: 1;
  left: 55%;
  top: 0;
  width: 556px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 1199px) {

  .title-box {
    font-size: 50px;
  }

  .tech-box__text-title {
    font-size: 30px;
  }

  .block_03 .title-box {
    font-size: 72px;
  }

  .block_03 .product-box {
    margin-top: 50px;
  }

  .result-item__text {
    font-size: 14px;
  }

  .block_04 .title-box {
    font-size: 56px;
  }

  .step-item {
    flex: 0 0 25%;
  }

  .block_05 .title-box.bigDick {
    font-size: 52px;
    line-height: 1;
  }

  .obj_11 {
    right: -75px;
  }

  .doc-review__title {
    font-size: 54px;
  }

  .clinic-box {
    flex: 0 0 100%;
      max-width: 100%;
    margin: 80px 0 0;
    padding-left: 60px;
  }

}

@media screen and (max-width: 992px) {

  .girl-top {
    left: 5%;
    top: -65px;
    width: 650px;
    opacity: .3;
  }

  .girl-bottom {
    opacity: .4;
  }

  .product-box {
    margin-top: 150px;
  }

  .obj_02 {
    right: -30px;
    top: 0;
  }

  .tech-box .tech-box__text, .tech-box .tech-box__image {
    flex: 0 0 100%;
    width: 100%;
      max-width: 100%;
  }

  .tech-box .tech-box__image {
    padding: 25px 0;
  }

  .block_03 .title-box {
    font-size: 60px;
  }

  .block_03 .product-box {
    margin: 0 auto;
  }

  .how-work__title {
    padding-right: 0;
  }

  .obj_09 {
    z-index: 0;
    opacity: .3;
    left: -100px;
  }

  .block_05 {
    padding-top: 55px;
  }

  .block_05 .title-box {
    font-size: 56px;
  }

  .step-item {
    flex: 0 0 50%;
    margin-bottom: 50px;
  }

  .fire2 {
    bottom: -95px;
  }

  .composition-item {
    flex: 0 0 30%;
  }

  .block_06 .title-box {
    margin-top: 1rem;
  }

  .obj_11 {
    right: -100px;
    opacity: .3;
    z-index: 0;
    width: 60%;
  }

  .clinic-title {
    font-size: 32px;
  }

  .block_09 {
    padding-top: 30px;
  }

  .block_09 .title-box {
    font-size: 34px;
  }

}

@media screen and (max-width: 767px) {

  .product-box {
    margin-top: 50px;
  }

  .form-box {
    margin-top: 0;
  }

  .obj_01 {
    bottom: -65px;
    left: 20px;
    width: 135px;
  }

  .obj_04 {
    right: 30px;
  }

  .block_03 .title-box {
    font-size: 50px;
  }

  .result-item__icon {
    margin: 0 auto;
  }

  .result-item__text {
    text-align: center;
    margin-top: 25px;
  }

  .block_04 {
    padding-top: 30px;
  }

  .block_04 .title-box {
    font-size: 44px;
  }

  .how-work__images {
    margin-top: 40px;
  }

  .obj_10 {
    top: -100px;
    left: 70%;
  }

  .block_05 .title-box {
    font-size: 50px;
  }

  .fire1 {
    top: -140px;
  }

  .fire2 {
    bottom: -70px;
  }

  .block_05 .title-box.bigDick {
    font-size: 40px;
    line-height: 1;
  }

  .composition-item {
    flex: 0 0 40%;
  }

  .composition-item:first-of-type, .composition-item:last-of-type {
    margin-top: 0px;
  }

  .pluses-top .pluses-item, .pluses-top .pluses-item:first-of-type, .pluses-top .pluses-item:last-of-type,
  .pluses-bottom .pluses-item, .pluses-bottom .pluses-item:first-of-type, .pluses-bottom .pluses-item:last-of-type{
    margin: 0 0 20px;
  }

  .pluses-item {
    flex: 0 0 50%;
    max-width: 100%;
  }

  .pluses-item__title {
    padding: 0 15px;
  }

  .doc-review__title {
    font-size: 46px;
  }

  .obj_11 {
    right: -180px;
    width: 90%;
  }

  .graphic-circle1 .circle-text1 {
    bottom: -60px;
    right: -40px;
  }

  .block_08 {
    padding-top: 130px;
  }

}

@media screen and (max-width: 574px) {

  .girl-top {
    left: 0;
    top: 0;
    width: 600px;
  }

  /*.block_01, .block_01.bg-11 {*/
    /*background-size: contain;*/
    /*background-position: center top;*/
  /*}*/

  .girl-mobile {
    width: 700px;
    opacity: .6;
  }

  .product-box {
    margin-top: 0;
  }

  .form-box {
    margin: 80px auto 0;
  }

  .obj_01 {
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .result-item {
    max-width: 300px;
    margin: 0 auto;
  }

  .result-item__text {
    flex: 0 0 100%;
  }

  .customButton {
    display: block;
    max-width: 280px;
    margin: 0 auto 30px;
  }

  .block_05 .title-box {
    font-size: 44px;
  }

  .step-item {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .block_05 .title-box.bigDick {
    font-size: 34px;
  }

  .composition-item {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .title-box {
    font-size: 40px;
  }

}

@media screen and (max-width: 574px) {

  .tech-box__text {
    padding: 35px 30px;
  }

  .graphic-box {
    position: relative;
    z-index: 9;
    flex: 0 0 310px;
    width: 310px;
    height: 310px;
  }

  .graphic-circle1 .circle-text,
  .graphic-circle1 .circle-text1,
  .graphic-circle1 .circle-text2 {
    width: 100%;
  }

  .graphic-circle1 .circle-text:before {
    bottom: -50px;
    right: 50%;
  }

  .graphic-circle1 .circle-text1 {
    bottom: -90px;
    right: 0;
    text-align: right;
  }

  .graphic-circle1 .circle-text1:before {
    top: -50px;
    left: inherit;
    right: 0;
  }

  .graphic-circle1 .circle-text2:before {
    top: -30px;
    left: 0;
  }

  .graphic-circle3:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -19px;
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 150px solid #ffffff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -moz-transform: rotate(19deg) translateX(-67px);
    -webkit-transform: rotate(19deg) translateX(-67px);
    -o-transform: rotate(19deg) translateX(-67px);
    -ms-transform: rotate(19deg) translateX(-67px);
    transform: rotate(19deg) translateX(-67px);
  }

  .graphic-circle1 span {
    left: 30px;
    font-size: 30px;
  }

  .graphic-circle2 span {
    right: 40px;
    font-size: 30px;
  }

  .graphic-circle3 span {
    left: 99px;
    font-size: 24px;
  }

  .clinic-box {
    margin-top: 100px;
    padding: 30px 20px;
  }

  .clinic-title {
    font-size: 24px;
  }

  .block_09 .title-box {
    font-size: 30px;
  }

  .slider-item {
    max-width: 100%;
  }

}

@media screen and (max-width: 439px) {

  .tech-box__text-title {
    font-size: 22px;
  }

  .obj_04 {
    right: 20px;
    bottom: 0;
  }

  .block_03 .title-box {
    font-size: 36px;
  }

  .block_04 .title-box {
    font-size: 34px;
  }

  .how-work__title {
    font-size: 24px;
  }

  .block_05 .title-box {
    font-size: 34px;
  }

  .step-box {
    position: relative;
    overflow: hidden;
    padding: 40px 40px 0;
  }

  .fire1 {
    top: -110px;
  }

  .fire2 {
    bottom: -55px;
  }

  .block_05 .title-box.bigDick {
    font-size: 30px;
  }

  .title-box {
    font-size: 32px;
  }

  .doc-review {
    padding: 40px 25px;
  }

  .doc-review__title {
    font-size: 40px;
  }

}

@media screen and (max-width: 419px) {

  .pluses-item {
    flex: 0 0 100%;
  }

}

@media screen and (max-width: 349px) {

  .block_01 {
    padding-bottom: 40px;
  }

  .tech-box__text-title {
    font-size: 18px;
  }

  .obj_03 {
    top: 50px;
  }

  .fire1 {
    top: -80px;
  }

  .fire2 {
    bottom: -30px;
  }

  .obj_11 {
    right: -80px;
  }

  .block_08 {
    padding-bottom: 20px;
  }

  .block_09 .title-box {
    font-size: 26px;
  }

}
