*, :before, :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Montserrat', sans-serif;
  background-color: #303030;
}

a {
  text-decoration: none;
}

b {
  font-weight: 900;
}

.b-marker {
  background-color: #ffd400;
}

.b-full-conteiner {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

.b-conteiner {
  max-width: 320px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

.b-box-logo {
  margin-bottom: 15px;
  position: relative;
  opacity: 1;
  filter: hue-rotate(0deg) invert(0%) contrast(1)
                drop-shadow(1px 1px #ff2a00) drop-shadow(1px 1px #ff2a00) drop-shadow(1px 1px #ff2a00) drop-shadow(1px 1px #ff2a00) drop-shadow(1px 1px #ff2a00) drop-shadow(1px 1px #ff2a00) drop-shadow(0px 1px #ff2a00);
}

.b-box-logo .b-logo {
  width: 279px;
  height: 101px;
  display: block;
}

.b-h1 {
  color: transparent;
  font-size: 26px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.b-h1 .b-zero {
  color: #f5350f;
  display: block;
  -webkit-background-clip: text;
}

.b-h1 .b-one {
  
  -webkit-text-stroke: 1px #f5350f;
  -webkit-text-fill-color: transparent;
  
}

.b-h1 .b-two {
  
  -webkit-text-stroke: none;
  -webkit-text-fill-color: #f5350f;
  text-shadow: 0.707px 0.707px 0px #ffd400, 1.414px 1.414px 0px #ffd400, 2.121px 2.121px 0px #ffd400, 2.828px 2.828px 0px #ffd400;
 
}

.b-h2 {
  color: transparent;
  font-size: 26px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.b-h2 .b-zero {
  color: #f5350f;
  display: block;
}

.b-h2 .b-one {
  -webkit-text-stroke: 1px #f5350f;
  -webkit-text-fill-color: transparent;
}

.b-h2 .b-two {
  -webkit-text-stroke: none;
  -webkit-text-fill-color: #ffd400;
  text-shadow: 0.707px 0.707px 0px #f5350f,1.414px 1.414px 0px #f5350f,2.121px 2.121px 0px #f5350f,2.828px 2.828px 0px #f5350f;
}

.b-p {
  font-size: 14px;
  color: #292638;
  line-height: 1.571;
}

.b-button {
  display: block;
  border-radius: 4px;
  background: linear-gradient(90deg, #f5350f 0%, #f5350f 50%, #00b71f 50%, #00b71f 88%, #00cc22 88%);
  box-shadow: 0px 6px 24px 0px #f5350f;
  background-size: 200% 100%;
  background-position: 0%;
  width: 280px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  padding: 20px;
  /* font-family: 'Bebas Neue', cursive; */
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: 0.7s;
  margin: 10px auto 25px;
  position: relative;
  border: none;
  cursor: pointer;
}

.b-button .b-arrow {
  position: absolute;
  display: block;
  background: url(../img/arrow.png) no-repeat 90% 49%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.7s;
}

.b-button:hover, .b-button:active {
  background-position: 100%;
  box-shadow: none;
}

.b-button:hover .b-arrow, .b-button:active .b-arrow {
  position: absolute;
  display: block;
  background: url(../img/arrow.png) no-repeat 90% 49%;
}

.b-button-2 {
  box-shadow: 0px 5px 20px 0px #00cc22;
  background: linear-gradient(90deg, #00b71f 0%, #00b71f 50%, #ffd400 50%, #ffd400 88%, #ebc402 88%);
  background-size: 200% 100%;
  background-position: 0%;
  margin-top: 21px;
  margin-bottom: 5px;
}

.b-button-2:hover, .b-button-2:active {
  background-position: 100%;
  box-shadow: none;
}

.b-button-2:focus {
  outline: none;
  border: none;
}

.b-web {
  display: none;
  
}

.b-like {
  display: inline-block;
  vertical-align: middle;
  color: rgba(41, 38, 56, 0.502);
  font-size: 12px;
  line-height: 1.2;
}

.b-like span {
  display: inline-block;
  vertical-align: bottom;
  width: 20px;
  height: 17px;
  margin-right: 5px;
  background: url(../img/icon_like.png) no-repeat;
  cursor: pointer;
}

.b-like span:hover, .b-like span:active {
  background: url(../img/icon_like_active.png) no-repeat;
}

.b-box-btn {
  width: 180px;
  margin: 0 auto 47px;
}

.b-box-btn .b-btn {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: transparent;
  transform: scale(0.8);
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin-right: 34px;
  transition: 0.4s;
}

.b-box-btn .b-btn:last-of-type {
  margin-right: 0;
}

.b-box-btn .b-active {
  transform: scale(1);
  background: #fff;
}

.b-box-star {
  display: none;
}

.b-header {
  background: url(../img/header-bg-wap.png) no-repeat center top;
  background-size: cover;
  padding: 20px 0;
}



.b-header .b-ul .b-item {
  margin-bottom: 20px;
}

.b-header .b-ul .b-p {
  color: #c9c8cc;
  font-weight: bold;
  line-height: 1.333;
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 50px);
}

.b-header .b-ul .b-icon {
  width: 32px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}

.b-header .b-h1 {
  width: 83%;
}

.b-header .b-box-badge {
  margin-top: 25px;
  position: relative;
}

.b-header .b-box-badge .b-badge {
  width: 101px;
  height: 78px;
  margin-bottom: 5px;
  margin-left: auto;
  display: block;
}

.b-header .b-product {
 
  position: absolute;
  top: -10px;
  left: 3px;
  z-index: 10;
}
.rhino-gif
{
	position: absolute;
    top: 29%;
    left: 4%;
}
.b-header .b-img {
  width: 279px;
  height: 422px;
  display: block;
  margin: 0 auto;
}

.b-article {
  background: #faf8f2;
  z-index: 10;
  position: relative;
  padding-bottom: 93px;
}

.b-article::before {
  content: '';
  background: url(../img/artitcle-bg-wap.png) no-repeat center top;
  background-size: cover;
  width: 100%;
  height: 95px;
  display: block;
  position: absolute;
  top: -53px;
  left: 0;
}

.b-article .b-h2 {
  margin-bottom: 25px;
}

.b-article-middle .b-box-video {
  width: 320px;
  position: relative;
  margin: 0 -20px 35px;
}

.b-article-middle .b-box-video .b-ava {
  position: absolute;
  width: 44px;
  height: 44px;
  top: 13px;
  left: 13px;
}

.b-article-middle .b-box-video .b-p {
  position: absolute;
  font-size: 18px;
  color: #fff;
  top: 21px;
  left: 65px;
}

.b-article-middle .b-box-video .b-video {
  width: 100%;
}

.b-article-middle .b-box-text {
  position: relative;
}

.b-article-middle .b-box-text::before {
  content: '';
  background: url(../img/note.png) no-repeat;
  position: absolute;
  width: 83px;
  height: 71px;
  display: block;
  top: -18px;
  left: -10px;
}

.b-article-middle .b-box-text .b-p {
  margin-bottom: 10px;
}

.b-article-bottom {
  margin-top: 33px;
}

.b-article-bottom .b-item .b-img {
  display: block;
  width: 100%;
  margin-bottom: 7px;
  margin-top: 25px;
  border-radius: 4px;
  overflow: hidden;
  background: #ffd400;
}

.b-article-bottom .b-item .b-box-user {
  display: inline-block;
  vertical-align: middle;
  width: 68%;
}

.b-article-bottom .b-item .b-user {
  color: rgba(41, 38, 56, 0.502);
  font-size: 12px;
  line-height: 1.2;
  border-bottom: 2px solid #ffd400;
  transition: 0.4s;
  background: linear-gradient(180deg, #faf8f2 50%, #ffd400 50%);
  background-size: 100% 200%;
  background-position: 0 0;
}

.b-article-bottom .b-item .b-user:hover, .b-article-bottom .b-item .b-user:active {
  background-position: 0 100%;
}

.b-article-bottom .b-item .b-like {
  width: 30%;
  text-align: right;
}
.b-experts
{
	background: #faf8f2 url(../img/progress_bg.png) no-repeat;
  background-size: cover;
  margin-top: -53px;
  position: relative;
  z-index: 10;
  padding-top: 80px;
  padding-bottom: 115px;
  font-size: 18px;
}
.b-experts .b-h2
  {
	  font-size: 34px;
	  margin-bottom: 25px;
  }
  .b-experts p
  {
	  margin-bottom: 20px;
  }
  .africa
  {
	  margin: 0 0 -75px 69px;
  }
  .experts-img .b-product
  {
	  position: relative;
	  margin: -179px 0 0 139px;
  }
 .b-composition
  {
	  background: #faf8f2;
	  padding-bottom: 60px;
  }
  .b-composition h1
  {
	  font-weight: 900;
	  margin-bottom: 10px;
	  -webkit-text-fill-color: #ffd400 !important;
  }
  .b-composition .b-h2
  {
	  font-size: 29px;
	  margin-bottom: 20px;
  }
  .composition-main
  {
	  
	  font-size: 20px;
	  font-weight: 900;
  }
  .composition-main>div
  {
	  text-align: center;
  }
  .composition-main img
  {
	  display: block;
	  margin: 0 auto;
  }
  .composition-main>div:nth-child(2)
	{
		font-size: 100px;
		font-weight: 700;
		    -webkit-text-stroke: 1px #000;
    -webkit-text-fill-color: transparent;
	}
	.composition-prod
	{
		position: relative;
		text-align: center
	}	
	.rhino-gif2
	{
		position: absolute;
		right: 41%;
    top: 25%;
	}	
	.composition-point
	{
		margin-bottom: 30px;
	}
	.composition-img
	{
		display: inline-block;
		vertical-align: top;
		max-width: 72px;
	}
	
	.composition-left>div:first-child .composition-img, .composition-right>div:nth-child(odd) .composition-img
	{
		float: left;
		margin: 0 10px 5px 0;
	}
	.composition-left>div:last-child .composition-text, .composition-right>div:nth-child(even) .composition-text
	{
		text-align: right;
	}
	.composition-left>div:last-child .composition-img, .composition-right>div:nth-child(even) .composition-img
	{
		float: right;
		margin: 0 0 5px 10px;
	}
	.composition-img img
	{
		border-radius: 5px;
	}
	.composition-text
	{
		
		font-size: 18px;
	}
	.composition-text>div
	{
		display: table-cell;
		vertical-align: middle;
		width: 1%;
		height: 74px;
	}

.b-progress {
  background: url(../img/progress_bg.png) no-repeat;
  background-size: cover;
  margin-top: -53px;
  position: relative;
  z-index: 10;
  padding-top: 80px;
}



.b-progress .b-h2 {
  text-align: center;
}

.b-progress .b-h2 .b-two, .b-experts .b-h2 .b-two {
  -webkit-text-stroke: none;
  -webkit-text-fill-color: #f5350f;
  -webkit-background-clip: text;
  text-shadow: 0.707px 0.707px 0px #292638,1.414px 1.414px 0px #292638,2.121px 2.121px 0px #292638,2.828px 2.828px 0px #292638;
}

.b-progress .b-h1 {
  font-size: 30px;
  text-align: center;
}

.b-progress .b-box-sliders {
  position: relative;
  height: 415px;
  margin-top: 47px;
}

.b-progress .b-box-sliders .b-box-arrow {
  width: 100%;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  border-left: 1px solid rgba(41, 38, 56, 0.502);
  border-bottom: 1px solid rgba(41, 38, 56, 0.502);
}

.b-progress .b-box-sliders .b-box-arrow::before {
  content: '';
  display: block;
  width: 7px;
  height: 8px;
  position: absolute;
  background: url(../img/arrow_progress.png) no-repeat;
  top: 0;
  left: -4px;
}

.b-progress .b-box-sliders .b-box-arrow::after {
  content: '';
  display: block;
  width: 7px;
  height: 8px;
  position: absolute;
  background: url(../img/arrow_progress.png) no-repeat;
  bottom: -5px;
  right: 0;
  transform: rotate(90deg);
}

.b-progress .b-box-sliders .b-note {
  font-size: 12px;
  color: rgba(41, 38, 56, 0.502);
  transform: rotate(-90deg);
  position: absolute;
  top: 24px;
  left: -58px;
}

.b-progress .b-box-sliders .b-slider {
  display: none;
}

.b-progress .b-box-sliders .b-active {
  display: block;
}

.b-progress .b-box-sliders .b-top {
  position: relative;
  width: 100%;
  height: 300px;
}

.b-progress .b-box-sliders .b-scale {
  width: 220px;
  background: #00cc22;
  transition: 1s;
  position: absolute;
  bottom: 1px;
  left: calc(50% - 110px);
}
.b-progress .b-box-sliders .b-scale.b-scale-1
{
	height: 50px;
}
.b-progress .b-box-sliders .b-scale.b-scale-2
{
	height: 100px;
}
.b-progress .b-box-sliders .b-scale.b-scale-3
{
	height: 210px;
}
.b-progress .b-box-sliders .b-scale.b-scale-4
{
	height: 300px;
}



.b-progress .b-box-sliders .b-h3 {
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  font-size: 20px;
  text-shadow: 0.707px 0.707px 0px #292638, 1.414px 1.414px 0px #292638, 2.121px 2.121px 0px #292638, 3.536px 3.536px 10px #292638;
  position: absolute;
  bottom: 13px;
  width: 100%;
  z-index: 20;
}

.b-progress .b-box-sliders .b-p {
  margin-top: 15px;
  font-size: 14px;
  color: #292638;
  line-height: 1.625;
  text-align: center;
}

.b-progress .b-box-sliders .b-img {
  position: absolute;
  z-index: 3;
  width: 269px;
  height: 328px;
  left: 0;
  bottom: 1px;
}

.b-progress .b-box-sliders .b-box-img {
  position: absolute;
  width: 269px;
  height: 327px;
  bottom: 1px;
  left: -4px;
}

.b-progress .b-box-sliders .b-box-img .b-img-1 {
  position: absolute;
  width: 165px;
  height: 322px;
  bottom: 0;
  left: 30px;
  z-index: 5;
}

.b-progress .b-box-sliders .b-box-img .b-img-2 {
  position: absolute;
  width: 99px;
  height: 253px;
  bottom: 0;
  left: 136px;
  z-index: 2;
}

.b-progress .b-box-sliders .b-box-img .b-img-3 {
  position: absolute;
  width: 99px;
  height: 295px;
  bottom: -13px;
  left: 129px;
  z-index: 8;
}

.b-reviews {
  background: #faf8f2;
  margin-top: -80px;
  padding-top: 110px;
}

.b-reviews .b-h2, .b-composition .b-h2 {
  text-align: center;
}

.b-reviews .b-h1, .b-composition .h1 {
  text-align: center;
  -webkit-text-stroke: none;
  -webkit-text-fill-color: #f5350f;
  text-shadow: 0.707px 0.707px 0px #292638,1.414px 1.414px 0px #292638,2.121px 2.121px 0px #292638,2.828px 2.828px 0px #292638;
  font-size: 30px;
}

.b-reviews-box {
  margin-top: 33px;
}

.b-reviews-box .b-item {
  border-radius: 4px;
  overflow: hidden;
  padding: 19px;
  background: #fff;
  margin-bottom: 30px;
}

.b-reviews-box .b-img {
  display: block;
  width: 300px;
  height: 320px;
  margin: -19px -19px 19px;
}

.b-reviews-box .b-title {
  margin-bottom: 10px;
}

.b-reviews-box .b-user {
  color: #292638;
  font-size: 16px;
  font-weight: bold;
  margin-right: 12px;
}

.b-reviews-box .b-geo {
  font-size: 12px;
  color: #939199;
}

.b-reviews-box .b-p {
  font-size: 12px;
}

.b-reviews-box .b-bottom {
  margin-top: 10px;
}

.b-reviews-box .b-like {
  width: 49%;
}

.b-reviews-box .b-data {
  width: 49%;
  display: inline-block;
  vertical-align: middle;
  color: rgba(41, 38, 56, 0.502);
  font-size: 12px;
  text-align: right;
}

.b-order {
  background: url(../img/order-bg.png) no-repeat;
  background-size: cover;
  margin-top: -155px;
  padding-top: 180px;
  padding-bottom: 60px;
}

.b-order .b-h2 {
  text-align: center;
}

.b-order .b-h1 {
  text-align: center;
  -webkit-text-stroke: none;
  -webkit-text-fill-color: #f5350f;
  text-shadow: 0.707px 0.707px 0px #292638,1.414px 1.414px 0px #292638,2.121px 2.121px 0px #292638,2.828px 2.828px 0px #292638;
  font-size: 30px;
}

.b-order .b-box-order-sliders .b-active {
  display: block;
}

.b-order-slider {
  position: relative;
  display: none;
}

.b-order .b-numb {
  color: #fff;
  font-weight: 900;
  font-size: 88px;
  text-align: center;
  margin-bottom: 225px;
}

.b-order .b-box-img-1 {
  position: absolute;
  width: 327px;
  top: 63px;
  left: -3px;
}

.b-order .b-box-img-1 .b-img-1 {
  width: 100%;
}

.b-order .b-box-img-1 .b-p {
  position: absolute;
  top: 123px;
  left: 70px;
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  letter-spacing: 3px;
  font-family: 'Bebas Neue', cursive;
  transform: rotate(8deg);
}

.b-order .b-img-2 {
  position: absolute;
  width: 210px;
  top: 70px;
  left: 58px;
}

.b-order .b-img-3 {
  position: absolute;
  width: 272px;
  top: 80px;
  left: 10px;
}

.b-order .b-p {
  text-align: center;
}

.b-order .b-box-btn {
  width: 127px;
  margin-top: 20px;
}

.b-buy {
  background: url(../img/buy-bg.png) no-repeat;
  background-size: cover;
  padding-top: 100px;
  margin-top: -75px;
}

.b-buy .b-ul {
  margin-top: 30px;
}

.b-buy .b-ul .b-item {
  margin-bottom: 15px;
}

.b-buy .b-ul .b-p {
  color: #c9c8cc;
  font-weight: bold;
  line-height: 1.333;
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 50px);
}

.b-buy .b-ul .b-icon {
  width: 32px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}

.b-buy .b-h1 {
  width: 91%;
}

.b-buy .b-box-product {
  position: relative;
  margin-top: 28px;
}

.b-buy .b-product {
  /* width: 256px; */
  /* height: 357px; */
  display: block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-25%);
  transform: translateX(-25%);
  margin: 20px 0;
}

.b-buy .b-price-box {
  position: relative;
  /* top: 263px; */
  left: 20px;
  background: url(../img/price_1.png) no-repeat;
  width: 240px;
  height: 50px;
  margin-bottom: 20px;
}

.b-buy .b-price-box .b-price-old {
  font-size: 22px;
  font-family: 'Bebas Neue', cursive;
  padding-right: 131px;
  text-align: center;
  line-height: 50px;
  color: #292638;
  text-decoration: line-through;
}

.b-buy .b-price-box .b-price-new {
  position: absolute;
  width: 131px;
  height: 50px;
  background: url(../img/price_2.png) no-repeat;
  font-family: 'Bebas Neue', cursive;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 50px;
  color: #292638;
  font-size: 28px;
}

.b-buy .b-form .b-box-select {
  position: relative;
}

.b-buy .b-form .b-title {
  font-size: 14px;
  line-height: 1.571;
  color: #c9c8cc;
  text-align: center;
  width: 80%;
  margin: 0 auto 12px;
}
.b-note
{
  font-size: 12px;
  color: #c9c8cc;
  text-align: center;
  margin: 20px 5px;
}

.b-buy .b-form .b-box-imput {
  position: relative;
  z-index: 0;
}

.b-buy .b-form label {
  position: absolute;
  top: 19px;
  left: 0;
  font-size: 20px;
  color: #ffd400;
  width: 280px;
  text-align: center;
  font-family: 'Bebas Neue', cursive;
  letter-spacing: 3px;
  transition: 0.4s;
}

.b-buy .b-form .b-input, .b-buy .b-form .b-select {
  width: 274px;
  height: 54px;
  background: rgba(131, 131, 131, 0.1);
  border-radius: 4px;
  transition: 0.4s;
  margin: 3px 3px 7px;
  text-align: center;
  font-size: 20px;
  color: #292638;
  outline: none;
  border: none;
  padding-top: 19px;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
}

.b-buy .b-form .b-input:focus, .b-buy .b-form .b-select:focus {
  border: 3px solid #ffd400;
  background: #fff;
  width: 280px;
  height: 60px;
  margin: 0 0 4px;
  outline: none;
  padding-top: 19px;
  font-size: 16px;
  font-weight: bold;
}

.b-buy .b-form .b-input:focus + label, .b-buy .b-form .b-select:focus + label {
  top: 10px;
  font-size: 15px;
}

.b-buy .b-form .b-input:not(:placeholder-shown), .b-buy .b-form .b-select:not(:placeholder-shown) {
  background: #fff;
}

.b-buy .b-form .b-input:not(:placeholder-shown) + label, .b-buy .b-form .b-select:not(:placeholder-shown) + label {
  top: 10px;
  font-size: 15px;
}

.b-buy .b-form .b-select-country
{
	position: absolute;
	width: 100%;
	top: 5px;
	text-align: center;
	font-size: 16px;
    color: #ffd400;
    font-family: 'Bebas Neue', cursive;
    letter-spacing: 3px;
    transition: 0.4s;
	z-index: 20;
	height: 0;
}

.b-buy .b-form .b-select {
  background: url(../img/select-bg.png) no-repeat 96% center #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align-last: center;
  position: relative;
  z-index: 10;
}

.b-buy .b-form .b-select:not(:placeholder-shown) {
  background: url(../img/select-bg.png) no-repeat 96% center #fff;
}

.b-buy .b-form .b-selected-inf {
  position: absolute;
  background: url(../img/select-bg.png) no-repeat 96% center #fff;
  top: 0;
  left: 0;
  width: 274px;
  height: 54px;
  border-radius: 4px;
  transition: 0.4s;
  margin: 3px 3px 7px;
  text-align: center;
  color: #292638;
  outline: none;
  border: none;
  padding-top: 28px;
  font-size: 16px;
  font-weight: bold;
}

.b-buy .b-img {
  display: block;
  margin: 0 auto;
  width: 279px;
  height: 362px;
}

.b-buy .b-box-badge {
  display: none;
}

.b-buy .b-web {
  display: none;
}

.b-buy .b-wap {
  display: block;
}