/* ==========================================================================
   Author's custom styles
   ========================================================================== */

::-webkit-scrollbar-button {
  width: 3px;
  height: 0;
}

::-webkit-scrollbar-track {
  background-color: #32312e;
  -webkit-box-shadow: 0 0 3px #000 inset;
  box-shadow: 0 0 3px #000 inset;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #693290;
  -webkit-box-shadow: 0 1px 1px #fff inset;
  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,
a:hover {
  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: "Ubuntu", sans-serif;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}

.container {
  position: relative;
  z-index: 99;
}

@media (min-width: 1200px) {
  .container {
    max-width: 970px;
  }
}

.block_01 {
  position: relative;
  z-index: 9;
  padding: 30px 0 40px;
  background: rgb(121, 76, 153);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(121, 76, 153, 1)),
    to(rgba(77, 41, 103, 1))
  );
  background: linear-gradient(
    to bottom,
    rgba(121, 76, 153, 1) 0%,
    rgba(77, 41, 103, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#794c99', endColorstr='#4d2967', GradientType=0);
}

.obj_01 {
  z-index: 1;
  opacity: 0.4;
  left: 0;
  bottom: 0;
}

.obj_02 {
  z-index: 1;
  opacity: 0.4;
  right: 0;
  bottom: 0;
}

.obj_03 {
  z-index: 3;
  left: -20px;
  bottom: -25px;
  opacity: 0.7;
  width: 100%;
  font-size: 226px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 5px;
  white-space: nowrap;
  color: #794c99;
}

.obj_04 {
  z-index: 4;
  left: -65px;
  width: 445px;
  bottom: -40px;
}

.logo {
  font-size: 82px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 6px;
  color: #e5b32a;
  text-shadow: 0px 0px 20px rgba(229, 179, 42, 1);
  -webkit-text-stroke: 2px #fdc62e;
  margin-bottom: 5px;
}
.block_03 .logo,
.block_05 .logo {
  text-align: center;
}
.logo span {
  position: relative;
  display: inline-block;
}

.logo span img {
  position: absolute;
  left: -8px;
  top: 0;
  z-index: 2;
  width: 90px;
}

.logo-title {
  font-size: 41px;
  font-weight: 700;
  line-height: 1.2;
  font-style: italic;
  color: #b673e5;
  margin-bottom: 30px;
}

.result-title {
  font-size: 20px;
  font-weight: 700;
  color: #e5b32a;
  margin-bottom: 15px;
}

.result-item {
  position: relative;
  z-index: 6;
  margin-bottom: 10px;
}

.result-item__icon {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  background: #e5b32a;
  border-radius: 50%;
}

.result-item__icon:before {
  content: "";
  position: absolute;
  left: 7px;
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 7px solid #693290;
  border-bottom: 5px solid transparent;
}

.result-item__title {
  font-size: 16px;
  line-height: 1.3;
  color: #ffffff;
  text-shadow: 1px 1px 6px rgba(22, 22, 22, 1);
}

.product {
  position: relative;
}

.product-box {
  position: absolute;
  z-index: 7;
  width: 220px;
  top: 32px;
  left: 6px;
}

.rhino-gif {
  position: absolute;
  z-index: 8;
  width: 140px !important;
  left: 15px;
  top: 135px;
}

.form {
  position: relative;
  z-index: 9;
  max-width: 340px;
  padding: 30px 50px;
  border: 1px solid #e5b32a;
  background: rgba(52, 31, 67, 0.76);
  border-radius: 50px;
}
.block_10 .form {
  padding-top: 280px;
}
.form-title {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 3px;
  color: #794c99;
}

.customSelect,
.input-field {
  margin-bottom: 5px;
}

.input-field input,
.customSelect {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
  line-height: 1;
  color: #4d2966;
  outline: none;
  border: 2px solid transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 20px;
  height: 50px;
  background: #fff;
}

.customSelect {
  background: #fff url("https://casa-della-salute.com/strong-rhino-it-2/img/custom_select.png") no-repeat 96% 20px;
}

::-webkit-input-placeholder {
  color: #4d2966;
}

::-moz-placeholder {
  color: #4d2966;
}

:-ms-input-placeholder {
  color: #4d2966;
}

:-moz-placeholder {
  color: #4d2966;
}

.custom-button {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  max-width: 320px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #4d2966;
  outline: none;
  cursor: pointer;
  border: 2px solid transparent;
  letter-spacing: 4px;
  padding: 18px 10px;
  background: #e5b32a;
  border-radius: 40px;
  -webkit-box-shadow: 0px 6px 20px 0px rgba(229, 179, 42, 1);
  box-shadow: 0px 6px 20px 0px rgba(229, 179, 42, 1);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.custom-button:hover {
  color: #e5b32a;
  border-color: #e5b32a;
  background: #4d2966;
}

button:focus {
  outline: none;
}

.prices-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  padding: 0;
}

.oldPrice {
  color: #794c99;
}

.oldPrice-title {
  font-size: 15px;
  font-style: italic;
  margin-bottom: 5px;
}

.oldPrice-amount {
  font-size: 18px;
  font-weight: 700;
  text-decoration: line-through;
}

.newPrice-title {
  font-size: 14px;
  font-style: italic;
  color: #ffffff;
  margin-bottom: 5px;
}

.newPrice-amount {
  font-size: 24px;
  font-weight: 700;
  color: #e5b32a;
}

.block_02 {
  position: relative;
  z-index: 8;
  padding: 80px 0 60px;
  background: #faf8f2;
}

.content-subtitle {
  font-size: 60px;
  font-weight: 700;
  color: #794c99;
}

.content-subtitle span {
  color: #e5b32a;
  padding: 4px 12px 6px;
  background: #794c99;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(121, 76, 153, 1);
  box-shadow: 0px 0px 20px 0px rgba(121, 76, 153, 1);
  border-radius: 2px;
}

.silent {
  position: relative;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.silent-item {
  margin-bottom: 20px;
}

.silent-item.item-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 370px;
}

.silent-item__image {
  position: relative;
  z-index: 3;
}

.silent-item__percent {
  left: 22px;
  bottom: -10px;
  font-size: 60px;
  line-height: 1;
  font-weight: 700;
  color: #e5b32a;
  text-shadow: 1px 1px 6px rgba(30, 30, 30, 1);
}

.silent-item__percent span {
  opacity: 0;
}

.silent-item__progress {
  position: relative;
  padding: 16px 22px;
  background: #8c0e1d;
}

.silent-item__progress:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 0;
  height: 100%;
  background: #f31932;
  -webkit-transition: all 1500ms ease-in-out;
  transition: all 1500ms ease-in-out;
  -webkit-animation-delay: 550ms;
  animation-delay: 550ms;
}

.silent-item.item-1.animate .silent-item__progress:before {
  width: 92%;
}

.progress-title {
  position: relative;
  z-index: 2;
}

.progress-title {
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  color: #ffffff;
}

.silent-item.item-2 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 550px;
}

.silent-item.item-2.animate .silent-item__progress:before {
  width: 87%;
}

.silent-item.item-3 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 614px;
}

.silent-item.item-3.animate .silent-item__progress:before {
  width: 87%;
}

.silent-item.item-4 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 307px;
  margin-top: -250px;
}

.silent-item.item-4.animate .silent-item__progress:before {
  width: 68%;
}

.silent-item.item-5 {
  z-index: 3;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 220px;
  left: 50%;
  bottom: 207px;
  -webkit-transform: translateX(-36%);
  transform: translateX(-36%);
}

.silent-item.item-5.animate .silent-item__progress:before {
  width: 79%;
}

.block_03 {
  overflow: hidden;
  position: relative;
  z-index: 9;
  padding: 50px 0 60px;
  background: rgb(121, 76, 153);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(121, 76, 153, 1)),
    to(rgba(77, 41, 103, 1))
  );
  background: linear-gradient(
    to bottom,
    rgba(121, 76, 153, 1) 0%,
    rgba(77, 41, 103, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#794c99', endColorstr='#4d2967', GradientType=0);
}

.obj_05 {
  opacity: 0.2;
  left: -150px;
  bottom: -60px;
}

.obj_06 {
  opacity: 0.2;
  right: 0;
  bottom: -60px;
}

.block_03-title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
}

.block_03-title span {
  color: #573172;
  white-space: nowrap;
  padding: 3px 6px;
  background: #e5b32a;
  border-radius: 1px;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(229, 179, 42, 1);
  box-shadow: 0px 0px 24px 0px rgba(229, 179, 42, 1);
}

.table-title {
  font-size: 16px;
  color: #ffffff;
  text-shadow: -1px -1px 4px rgba(30, 30, 30, 1);
}

.custom-table {
  border: 1px solid #794c99;
}

.table-header > .custom-table__item {
  background: #4d2966;
}

.table-row {
  border-top: 1px solid #794c99;
}

.table-header {
  border-top: none;
}

.table-row > .custom-table__item {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 23%;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  font-style: italic;
  color: #ffffff;
  border-left: 1px solid #794c99;
  padding: 18px 12px;
}

.table-row > .custom-table__item:first-of-type {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 30%;
  border-left: none;
  background: #4d2966;
}

.table-body > .custom-table__item:first-of-type img {
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.table-row > .custom-table__item:first-of-type span {
  display: block;
  width: 100%;
  text-align: left;
  padding-left: 90px;
}

.icon {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.icon-minus {
  background: #774b97;
}

.icon-minus:before,
.icon-minus:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 10px;
  background: #643b81;
  border-radius: 1px;
}

.icon-minus:before {
  top: 5px;
  left: 9px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.icon-minus:after {
  top: 5px;
  right: 9px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.icon-plus {
  background: #e5b32a;
}

.icon-plus:before,
.icon-plus:after {
  content: "";
  position: absolute;
  width: 2px;
  background: #643b81;
  border-radius: 1px;
}

.icon-plus:before {
  top: 6px;
  right: 7px;
  height: 10px;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}

.icon-plus:after {
  top: 9px;
  left: 6px;
  height: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.table-body:last-of-type > .custom-table__item:first-of-type {
  color: #e5b32a;
}

.table-body:last-of-type > .custom-table__item:first-of-type img {
  width: 65px;
}

.plus-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 30%;
}

.plus-item__image {
  width: 100px;
}

.plus-item__title {
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
  color: #e5b32a;
}

.plus-item__text {
  font-size: 16px;
  color: #ffffff;
}

.block_04 {
  position: relative;
  padding: 60px 0 90px;
  background: #faf8f2;
}

#scene {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.nut_01 {
  width: 136px;
  top: 80% !important;
  left: 10% !important;
}

.nut_02 {
  z-index: 3;
  width: 180px;
  top: 20% !important;
  left: 10% !important;
}

.nut_03 {
  width: 51px;
  top: 3% !important;
  left: 33% !important;
}

.nut_04 {
  z-index: 101;
  width: 59px;
  top: 35% !important;
  left: 24% !important;
}

.nut_05 {
  z-index: 101;
  width: 68px;
  top: 56% !important;
  left: 80% !important;
}

.nut_06 {
  width: 124px;
  top: 10% !important;
  left: 75% !important;
}

.nut_07 {
  width: 170px;
  left: 80% !important;
  top: 85% !important;
}

.nut_08 {
  z-index: 2;
  width: 228px;
  top: 45% !important;
  left: 78% !important;
}

.nut_09 {
  width: 281px;
  top: 30% !important;
  left: 73% !important;
}

.nut_10 {
  width: 452px;
  top: 20% !important;
  left: -50px !important;
}

.logo.logo-purple {
  color: #794c99;
  text-shadow: 0px 0px 20px #794c99;
  -webkit-text-stroke: 2px #ac5ce6;
}

.block_04-title {
  font-size: 40px;
  font-weight: 700;
  color: #e5b32a;
  margin-bottom: 100px;
}

.slider-box {
  position: relative;
  margin-bottom: 100px;
}

.block_04 .slick-track,
.block_04 .slick-list {
  overflow: visible;
}

.slider-product {
  top: -55px;
  left: 54%;
  width: 340px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.slider-product .rhino-gif {
  width: 118px !important;
  left: 10px;
  top: 113px;
}

.slick-slide {
  outline: none;
}

.component-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33%;
  outline: none;
}

.component-item__image {
  position: relative;
}

.component-name {
  z-index: 9;
  left: -6px;
  bottom: 0;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  font-style: italic;
  color: #e5b32a;
  padding: 8px 9px;
  background: #794c99;
  border-radius: 1px;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(121, 76, 153, 1);
  box-shadow: 0px 0px 24px 0px rgba(121, 76, 153, 1);
}

.component-item__text {
  font-size: 14px;
  color: #332d38;
}

.slick-dots {
  bottom: -70px;
}

.slick-dots li button {
  width: inherit;
  height: inherit;
  padding: 0;
}

.slick-dots li button:before {
  font-size: 20px;
  opacity: 1;
  color: #f4e3b6;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.slick-dots li.slick-active button:before {
  color: #e5b32a;
}

.slick-dots li.slick-active button:after {
  content: "";
  position: absolute;
  left: 48%;
  top: 48%;
  width: 7px;
  height: 7px;
  background: #ffffff;
  -webkit-transform: translateX(-45%) translateY(-50%);
  transform: translateX(-45%) translateY(-50%);
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 10px -1px rgba(11, 1, 18, 1);
  box-shadow: 0px 0px 10px -1px rgba(11, 1, 18, 1);
}

.slick-dots li:hover button:before {
  color: #e5b32a;
}

.slick-prev,
.slick-next {
  z-index: 999;
  top: inherit;
  bottom: -79px;
}

.slick-prev:before,
.slick-next:before {
  opacity: 0.5;
  font-size: 24px;
  color: #e5b32a;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.slick-prev:hover:before,
.slick-next:hover:before {
  opacity: 1;
}

.slick-prev {
  left: 42%;
}

.slick-next {
  right: 43%;
}

.block_05 {
  position: relative;
  padding: 60px 0 90px;
  background: rgb(121, 76, 153);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(121, 76, 153, 1)),
    to(rgba(77, 41, 103, 1))
  );
  background: linear-gradient(
    to bottom,
    rgba(121, 76, 153, 1) 0%,
    rgba(77, 41, 103, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#794c99', endColorstr='#4d2967', GradientType=0);
  overflow: hidden;
  min-height: 736px;
}

.doctor {
  z-index: 9;
  width: 320px;
  left: 50%;
  bottom: 0;
}

.doc-men {
  position: relative;
  z-index: 3;
}

.doc-bg {
  z-index: 2;
  left: -40%;
  top: 50px;
  width: 600px !important;
}

.autograph {
  z-index: 3;
  bottom: 20px;
  left: -100px;
  width: 175px !important;
}

.doctor-name {
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
  color: #e5b32a;
}

.doctor-name span {
  display: block;
}

.doc-icon {
  opacity: 0.4;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 61px;
  flex: 0 0 61px;
  width: 61px;
  margin-right: 10px;
}

.doc-review {
  position: relative;
  z-index: 99;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
}

.doc-review__text {
  font-size: 14px;
  line-height: 1.4;
  color: #ffffff;
}

.doc-review__text span {
  -webkit-text-decoration: dashed;
  text-decoration: dashed;
  color: #e5b32a;
}

.block_06 {
  padding: 80px 0 70px;
  background: #faf8f2;
}

.use-item {
  position: relative;
}

.use-item__image {
  position: relative;
}

.use-item__image img {
  display: block;
  margin: 0 auto;
}

.use-numb {
  bottom: 0;
  left: 0;
  font-size: 100px;
  line-height: 0.9;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 1px 0px 12px rgba(152, 131, 168, 0.8);
}

.use-item__title {
  font-size: 16px;
  font-weight: 700;
  color: #332d38;
}

.obj-use__1 {
  left: 62%;
  top: 25px;
  width: 480px;
}

.obj-use__2 {
  right: 100%;
  top: 70%;
  width: 305px;
}

.obj-use__3 {
  right: 75%;
  top: 10%;
  width: 640px;
}

.block_07 {
  padding: 5px 0;
  background: #e2310e;
}

.block_07 .container {
  position: relative;
}

.note {
  top: 50%;
  left: 0;
  z-index: 2;
  width: 100%;
  opacity: 0.9;
  line-height: 1;
  font-size: 63px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #cc2c0c;
  border: 1px dashed #ffffff;
  padding-bottom: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.lubricant-title {
  position: relative;
  z-index: 3;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  padding: 26px 0;
}

.lubr-icon {
  position: absolute;
  z-index: 3;
  width: 114px;
  top: -20px;
  left: 60px;
}

.lubr-icon:last-of-type {
  left: inherit;
  right: 60px;
}

.block_08 {
  position: relative;
  padding: 60px 0 90px;
  background: #faf8f2;
}

.photo1 {
  z-index: 1;
  left: 180px;
  top: 200px;
  width: 277px;
}

.photo2 {
  z-index: 2;
  left: 60px;
  top: 160px;
  width: 216px;
}

.photo3 {
  z-index: 6;
  left: 220px;
  top: 355px;
  width: 245px;
}

.photo4 {
  z-index: 3;
  left: 200px;
  top: 475px;
  width: 285px;
}

.photo5 {
  z-index: 2;
  left: 40px;
  top: 425px;
  width: 223px;
}

.photo6 {
  z-index: 1;
  left: 100px;
  top: 645px;
  width: 339px;
}

.photo7 {
  z-index: 2;
  right: 195px;
  top: 200px;
  width: 232px;
}

.photo8 {
  z-index: 1;
  right: 20px;
  top: 215px;
  width: 294px;
}

.photo9 {
  z-index: 1;
  right: 20px;
  top: 500px;
  width: 243px;
}

.photo10 {
  z-index: 3;
  right: 230px;
  top: 475px;
  width: 205px;
}

.photo11 {
  z-index: 2;
  right: 160px;
  top: 710px;
  width: 293px;
}

.block_08 .content-subtitle {
  font-size: 40px;
}

.reviews {
  position: relative;
}

.review-item {
  margin: 0 10px 10px;
  cursor: pointer;
  background: #ffffff;
  border-radius: 1px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.review-item:hover {
  -webkit-box-shadow: 0px 3px 11px -4px rgba(11, 1, 18, 1);
  box-shadow: 0px 3px 11px -4px rgba(11, 1, 18, 1);
}

.review-item__image {
  position: relative;
}

.review-item__image img {
  height: 196px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  overflow: hidden;
}

.review-item__name {
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
  color: #e5b32a;
  padding: 4px 8px;
  background: #000;
}

.review-item__name span {
  font-size: 14px;
  color: #794c99;
}

.review-item__content {
  font-size: 14px;
  line-height: 1.3;
  color: #332d38;
  padding: 12px 18px;
}

.review-item__content span {
  color: #794c99;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.review-item__content span:hover {
  color: #e5b32a;
}

.block_08 .slick-prev {
  left: 36%;
}

.block_08 .slick-next {
  right: 36%;
}

.block_09 {
  padding: 45px 0 30px;
  background: #f1ebee;
}

.block_09 .content-subtitle {
  font-size: 48px;
}

.step-item {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 31%;
  flex: 0 0 31%;
  width: 31%;
  padding-top: 50px;
}

.step-item__image {
  position: relative;
}

.step-number {
  width: 100%;
  top: -5px;
  left: 0;
  font-size: 100px;
  line-height: 0.7;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  text-shadow: 1px 0px 12px rgba(152, 131, 168, 0.8);
}

.step-item__image .product {
  position: absolute;
  z-index: 2;
  top: 41px;
  left: 51%;
  max-width: 68px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.step-item__image .product .rhino-gif {
  width: 30px !important;
  left: 6px;
  top: 38px;
}

.button-text {
  position: absolute;
  top: 180px;
  left: 5px;
  z-index: 2;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #4d2966;
}

.step-item__title {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  color: #332d38;
  padding: 0 15px;
}

.step-item__subtitle {
  position: absolute;
  z-index: 2;
  bottom: 25px;
  left: 70px;
  width: 60%;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  color: #332d38;
  text-align: center;
  text-transform: uppercase;
}

.step-item__title span {
  border-bottom: 1px dashed #daab28;
  color: #daab28;
  cursor: pointer;
}

.step-item:nth-child(2) .step-item__image {
  width: 137px;
  margin: 0 auto;
}

.step-item:last-of-type .step-item__image {
  margin: 0 -15px;
}

.block_10 {
  overflow: hidden;
  position: relative;
  padding: 60px 0 40px;
  background: rgb(121, 76, 153);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(121, 76, 153, 1)),
    to(rgba(77, 41, 103, 1))
  );
  background: linear-gradient(
    to bottom,
    rgba(121, 76, 153, 1) 0%,
    rgba(77, 41, 103, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#794c99', endColorstr='#4d2967', GradientType=0);
}

.block_10 .container {
  position: relative;
}

.block_10 .logo {
  font-size: 105px;
  line-height: 0.8;
}

.sex {
  z-index: 15;
  bottom: -40px;
  left: 50%;
  width: 330px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.obj_10 {
  width: 448px !important;
  top: 40%;
  right: 59%;
}

.results {
  max-width: 320px;
}

.block_10 .form .product-box {
  max-width: 140px;
  width: 100%;
  position: absolute;
  top: 58px;
  left: inherit;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

.block_10 .form .product-box .rhino-gif {
  width: 90px !important;
  left: 15px;
  top: 105px;
}

.block_10 .logo-title {
  margin-bottom: 65px;
  width: 69%;
}

.content-subtitle {
  line-height: 1.5;
}

@media screen and (max-width: 1200px) {
  .obj_03 {
    bottom: -10px;
    font-size: 116px;
  }

  .silent-item.item-2 {
    max-width: 545px;
  }

  .silent-item.item-3 {
    max-width: 605px;
  }

  .silent-item.item-4 {
    max-width: 307px;
  }

  .silent-item.item-5 {
    bottom: 205px;
  }
}

@media screen and (max-width: 992px) {
  .step-item__image .product {
    max-width: 44px;
  }

  .button-text {
    top: 143px;
  }

  .logo {
    font-size: 64px;
    text-align: center;
  }

  .block_01 .form {
    margin-bottom: 100px;
  }

  .block_10 .form {
    margin-bottom: 50px;
  }

  .block_04-title {
    margin-bottom: 40px;
  }

  .slider-box {
    margin-bottom: 0;
  }

  .logo-title {
    font-size: 40px;
    text-align: center;
  }

  .slider-product {
    width: 300px;
  }

  .slider-product .rhino-gif {
    width: 100px !important;
    left: 12px;
    top: 100px;
  }

  .block_10 .logo-title {
    width: 100%;
  }

  .product-box {
    width: 246px;
    left: 43px;
  }

  .rhino-gif {
    width: 70px !important;
    left: 13px;
    top: 85px;
  }

  .content-subtitle {
    font-size: 42px;
  }

  .silent-item.item-1,
  .silent-item.item-2,
  .silent-item.item-3,
  .silent-item.item-4,
  .silent-item.item-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 48%;
    position: relative;
    top: inherit;
    right: inherit;
    bottom: inherit;
    left: inherit;
    -webkit-transform: inherit;
    transform: inherit;
    margin-top: inherit;
  }

  .silent-item.item-1 {
    max-width: 46%;
  }

  .silent-item.item-2 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    max-width: 60%;
    margin-bottom: 0;
  }

  .silent-item.item-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    max-width: 100%;
  }

  .silent-item.item-4 {
    max-width: 51%;
  }

  .silent-item.item-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    max-width: 35%;
  }

  .plus-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 50%;
    margin-bottom: 20px;
    padding-right: 20px;
  }

  .block_04-title {
    font-size: 30px;
  }

  .slider-product {
    position: relative;
    top: inherit;
    left: inherit;
    -webkit-transform: inherit;
    transform: inherit;
    margin: 0 auto 20px;
    right: -30px;
  }

  .block_05 {
    min-height: auto;
  }

  .component-item {
    width: 48%;
    margin-bottom: 20px;
  }

  .doctor {
    opacity: 0.2;
    width: 270px;
  }

  .logo span img {
    width: 65px;
  }

  .block_03-title {
    font-size: 30px;
  }

  .lubr-icon {
    left: 0;
  }

  .lubr-icon:last-of-type {
    right: 0;
  }

  .block_08 .slick-prev {
    left: 32%;
  }

  .block_08 .slick-next {
    right: 32%;
  }

  .block_10 .logo {
    font-size: 60px;
  }

  .sex {
    left: 25%;
    bottom: -101px;
    width: 180px;
  }

  .block_10 .logo-title {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .results {
    max-width: 280px;
    margin: 0 auto;
  }
  .prod-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .prod-wrap .col-xs-6 {
    max-width: 280px;
    margin: 0 auto;
  }
  .obj_04 {
    position: relative;
    left: inherit;
    width: 100%;
    max-width: 445px;
    margin: 0 auto;
  }

  .block_01 .form {
    margin-bottom: 0;
  }

  .block_10 .form {
    margin-bottom: 0;
  }

  .product-box {
    position: relative;
    left: inherit;
    display: block;
    margin: 0 auto 25px;
  }

  .block_01 .product-box {
    width: 206px;
    top: 0px;
  }

  .block_01 .rhino-gif {
    left: 43px;
  }

  .custom-table {
    width: 700px;
  }

  .plus-item {
    max-width: 100%;
    padding-right: 0;
  }

  .plus-item__image {
    margin: 0 auto;
  }

  .plus-item__title,
  .plus-item__text {
    text-align: center;
  }

  .component-item {
    width: 100%;
  }

  .slick-prev {
    left: 35%;
  }

  .slick-next {
    right: 35%;
  }

  .lubr-icon {
    width: 60px;
    top: 3px;
    left: 5px;
  }

  .note {
    font-size: 46px;
    width: calc(100% - 10px);
    margin-left: 5px;
  }

  .lubr-icon:last-of-type {
    right: 5px;
  }

  .lubricant-title {
    font-size: 18px;
    padding: 23px 50px;
  }

  #scene .obj {
    opacity: 0.3;
  }

  .photo1,
  .photo2,
  .photo3,
  .photo4,
  .photo5,
  .photo6,
  .photo7,
  .photo8,
  .photo9,
  .photo10,
  .photo11 {
    opacity: 0.3;
  }

  .block_08 .slick-next {
    right: 10%;
  }

  .block_08 .slick-prev {
    left: 10%;
  }

  .block_09 .content-subtitle {
    font-size: 32px;
  }

  .step-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 51%;
    flex: 0 0 51%;
    width: 51%;
    margin-bottom: 30px;
  }

  .step-item__image .product {
    max-width: 51px;
    top: 48px;
  }

  .step-item__image .product .rhino-gif {
    width: 22px !important;
    left: 5px;
    top: 30px;
  }

  .button-text {
    top: 167px;
    font-size: 12px;
  }

  .block_10 .form {
    width: 100%;
    margin-top: 50px;
  }

  .sex {
    position: relative;
    left: inherit;
    bottom: -40px;
    width: 260px;
    margin: 0 auto;
    -webkit-transform: inherit;
    transform: inherit;
  }

  .block_10 .form .product-box .rhino-gif {
    width: 72px !important;
    left: 12px;
    top: 86px;
  }
}

@media screen and (max-width: 539px) {
  .step-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 290px;
    flex: 0 0 290px;
    width: 290px;
  }

  .button-text {
    top: 180px;
    font-size: 12px;
  }

  .block_10 .logo {
    font-size: 46px;
    line-height: 1;
  }
}

@media screen and (max-width: 439px) {
  .silent-item.item-1,
  .silent-item.item-2,
  .silent-item.item-3,
  .silent-item.item-4,
  .silent-item.item-5 {
    max-width: 100%;
    margin-bottom: 20px !important;
  }

  .silent-item.item-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .silent-item.item-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .silent-item.item-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .silent-item.item-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .logo {
    font-size: 46px;
  }

  .logo-title {
    font-size: 34px;
  }

  .form {
    padding: 30px 20px;
  }

  .content-subtitle {
    font-size: 38px;
  }

  .slick-prev {
    left: 25%;
  }

  .slick-next {
    right: 25%;
  }

  .logo span img {
    width: 45px;
  }

  .block_03-title {
    font-size: 24px;
  }

  .doc-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    width: 40px;
  }

  .content-subtitle {
    font-size: 30px;
  }

  .lubricant-title {
    font-size: 12px;
  }
}

@media screen and (max-width: 349px) {
  .block_09 .content-subtitle {
    font-size: 24px;
  }
}

.block_04 .slick-dots {
  display: none;
}

form .input-wrapper label {
  display: none;
  pointer-events: none;
}

form .input-wrapper {
  position: relative;
  margin: 0 auto 20px;
}

form .input-wrapper .error {
  border: 1px solid red !important;
  padding-top: 6px !important;
}

form .input-wrapper .validator__tooltip + .error {
  border: 2px solid grey;
  padding-top: 0;
}

form .input-wrapper label {
  display: none !important;
  pointer-events: none !important;
}

form .input-wrapper .error + label {
  width: 100%;
  height: 100%;
  color: red;
  display: block !important;
  font-size: 11px;
  line-height: 17px;
  position: absolute;
  top: 0;
  left: 10px;
  text-align: left !important;
}

form .input-wrapper .validator__tooltip + .error + label {
  display: none !important;
}

form .input-wrapper .error + label:before,
form .input-wrapper .error + label:after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  width: 3px;
  height: 21px;
  background-color: red;
}

form .input-wrapper .error + label:before {
  -webkit-transform: translate(0, -50%) rotate(135deg);
  transform: translate(0, -50%) rotate(135deg);
}

form .input-wrapper .error + label:after {
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}

.footer {
  background: #faf8f2 !important;
}
