@font-face {
	font-family: 'Segoe';
	src: url('../fonts/SegoeUI-Light.eot');
	src: local('Segoe UI Light'), local('SegoeUI-Light'),
		url('../fonts/SegoeUI-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/SegoeUI-Light.woff') format('woff'),
		url('../fonts/SegoeUI-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Segoe';
	src: url('../fonts/SegoeUI.eot');
	src: local('Segoe UI'), local('SegoeUI'),
		url('../fonts/SegoeUI.eot?#iefix') format('embedded-opentype'),
		url('../fonts/SegoeUI.woff') format('woff'),
		url('../fonts/SegoeUI.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Segoe';
	src: url('../fonts/SegoeUI-SemiBold.eot');
	src: local('Segoe UI Semibold'), local('SegoeUI-SemiBold'),
		url('../fonts/SegoeUI-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/SegoeUI-SemiBold.woff') format('woff'),
		url('../fonts/SegoeUI-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Segoe';
	src: url('../fonts/SegoeUI-Bold.eot');
	src: local('Segoe UI Bold'), local('SegoeUI-Bold'),
		url('../fonts/SegoeUI-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/SegoeUI-Bold.woff') format('woff'),
		url('../fonts/SegoeUI-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}
@font-face {
    font-family: 'icon';
    src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
    }

body {
	font-family: Segoe;
	margin: 0;
	padding: 0;
	color: #212121;
}

/* Template settings */

	* {
  		box-sizing: border-box; 
	}
	section {
		padding: 60px 0;
	}
	ul {
		padding: 0;
		margin: 0;
	}
	li {
		position: relative;
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	li:after {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
	}
	a {
		text-decoration: none;
		transition: all 0.4s ease-in-out;
		color: #212121;;
	}
	h1 {
		font-size: 30px;
		font-weight: 600;
		line-height: 37px; 
	}
	h1 span {
		font-weight: 700;
		color: #2BA947;
	}
	h2 {
		font-weight: 600;
		font-size: 24px;
		line-height: 30px;
		color: #212121;
		margin-top:20px;
	}
	h2 span {
		color: #2BA947;
	}
	h3 {
		font-weight: 600;
		font-size: 22px;
		line-height: 33px;
		color: #303030;
	}
	p {
		font-weight: 400;
		font-size: 18px;
		line-height: 27px;
		margin: 1rem 0;
	}
	.flex__block {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
	.custom__button,
	#mse2_form button {
		display: inline-block;
		background: #B531B7;
		border: 1px solid #B531B7;
		border-radius: 6px;
		color: #fff;
		font-size: 16px;
		font-weight: 600;
		line-height: 20px;
		padding: 17px 25px;
	}
	.custom__button2 {
		display: inline-block;
		border: 1px solid #212121;
		border-radius: 6px;
		color: #272727;
		font-size: 16px;
		font-weight: 600;
		line-height: 20px;
		padding: 17px 25px;
	}

	.custom__li li {
	display: flex;
	align-items: center;
	}
	.custom__li {
		max-width: 520px;
	}
	.custom__li li img {
		display: block;
		margin-right: 11px;
	}
	/* Up button */

	#button-up {
	  display: inline-block;
	  background: #b531b7;
	  width: 50px;
	  height: 50px;
	  padding: 10px;
	  text-align: center;
	  border-radius: 4px;
	  position: fixed;
	  bottom: 30px;
	  right: 30px;
	  transition: background-color .3s, 
	  opacity .5s, visibility .5s;
	  opacity: 0;
	  visibility: hidden;
	  z-index: 1000;
	  border: 1px solid #fff;
	  cursor: pointer;
	}
	#button-up svg path {
		fill: #fff;
	}
	#button-up.show {
	  opacity: 1;
	  visibility: visible;
	}

	/* END Up button */

	/* Modal Callback */

	.modal-callback {
	  width: 100%;
	  height: 100%;
	  position: fixed;
	  top: 0; 
	  left: 0;
	  background: #0000009e;
	  visibility: hidden;
	  opacity: 0;
	  transition: all 0.25s ease-in-out;
	  z-index: 9999;
	}

	.modal-callback.open {
	  opacity: 1;
	  visibility: visible;
	}

	.modal-callback .modal {
	  display: block;	  
	  position: relative;
	  top: 40%;	  
	  left: 50%;
	  width: 380px;
	  height: auto;
	  margin: 0;
	  margin-right: -50%;
	  transform: translate(-50%);
	  box-shadow: 0 35px 45px 0 rgba(0, 0, 0, 0.46);
	  opacity: 0;
	  transition: all 0.5s ease-in-out;
	  overflow: visible;
	}
	
	.modal-callback .modal .content__modal {
		position: relative;		
	  background: #fff;
	  border-radius: 20px;
	  padding: 58px 40px;
	  height: 425px;
	  z-index: 2;
	}
	.modal-callback.open .modal {
	  margin-top: -200px;
	  opacity: 1;
	  }

	.modal-callback .btn-close {
	  position: absolute;     
	  font-size: 20px;
	  display: block;
	  top: 22px;
	  right: 22px;
	  color: #5C5C5C;
	  z-index: 4;
	}
	
	.modal-callback .content__modal h3 {
		text-align: center;
		color: #212121;
		font-size: 18px;
		font-weight: 600;
		margin-bottom: 22px;
		line-height: 23px;
	}
	.modal-callback .send__content {
		position: relative;
		display: none;
		z-index: 3;
	}
	.modal-callback .send__content p {
		font-size: 26px;
		font-weight: 500;
		line-height: 28px;
		text-align: center;
	}
	.modal-callback .send__content.show-send {
		display: block;
	}
	.modal-callback__form input {
		height: 56px;
		width: 100%;
		padding: 0 20px;
		font-size: 16px;
		color: #9E9E9E;
		border: 1px solid #C1C1C1;
		margin-bottom: 15px;
		border-radius: 10px;
	}
	.modal-callback__form .custom__button {
		width: 100%;
	}

	/* Checking send */

	.success-checkmark {
	  width: 80px;
	  height: 115px;
	  margin: 0 auto;
	  margin-top: 50px;
	}
	.success-checkmark .check-icon {
	  width: 80px;
	  height: 80px;
	  position: relative;
	  border-radius: 50%;
	  box-sizing: content-box;
	  border: 4px solid #4CAF50;
	}
	.success-checkmark .check-icon::before {
	  top: 3px;
	  left: -2px;
	  width: 30px;
	  transform-origin: 100% 50%;
	  border-radius: 100px 0 0 100px;
	}
	.success-checkmark .check-icon::after {
	  top: 0;
	  left: 30px;
	  width: 60px;
	  transform-origin: 0 50%;
	  border-radius: 0 100px 100px 0;
	  animation: rotate-circle 4.25s ease-in;
	}
	.success-checkmark .check-icon::before, .success-checkmark .check-icon::after {
	  content: "";
	  height: 100px;
	  position: absolute;
	  background: #FFFFFF;
	  transform: rotate(-45deg);
	}
	.success-checkmark .check-icon .icon-line {
	  height: 5px;
	  background-color: #39F;
	  display: block;
	  border-radius: 2px;
	  position: absolute;
	  z-index: 10;
	}
	.success-checkmark .check-icon .icon-line.line-tip {
	  top: 46px;
	  left: 14px;
	  width: 25px;
	  transform: rotate(45deg);
	  animation: icon-line-tip 0.75s;
	}
	.success-checkmark .check-icon .icon-line.line-long {
	  top: 38px;
	  right: 8px;
	  width: 47px;
	  transform: rotate(-45deg);
	  animation: icon-line-long 0.75s;
	}
	.success-checkmark .check-icon .icon-circle {
	  top: -4px;
	  left: -4px;
	  z-index: 10;
	  width: 80px;
	  height: 80px;
	  border-radius: 50%;
	  position: absolute;
	  box-sizing: content-box;
	  border: 4px solid #39F;
	}
	.success-checkmark .check-icon .icon-fix {
	  top: 8px;
	  width: 5px;
	  left: 26px;
	  z-index: 1;
	  height: 85px;
	  position: absolute;
	  transform: rotate(-45deg);
	  background-color: #FFFFFF;
	}

	@keyframes rotate-circle {
	  0% {
	    transform: rotate(-45deg);
	  }
	  5% {
	    transform: rotate(-45deg);
	  }
	  12% {
	    transform: rotate(-405deg);
	  }
	  100% {
	    transform: rotate(-405deg);
	  }
	}
	@keyframes icon-line-tip {
	  0% {
	    width: 0;
	    left: 1px;
	    top: 19px;
	  }
	  54% {
	    width: 0;
	    left: 1px;
	    top: 19px;
	  }
	  70% {
	    width: 50px;
	    left: -8px;
	    top: 37px;
	  }
	  84% {
	    width: 17px;
	    left: 21px;
	    top: 48px;
	  }
	  100% {
	    width: 25px;
	    left: 14px;
	    top: 45px;
	  }
	}
	@keyframes icon-line-long {
	  0% {
	    width: 0;
	    right: 46px;
	    top: 54px;
	  }
	  65% {
	    width: 0;
	    right: 46px;
	    top: 54px;
	  }
	  84% {
	    width: 55px;
	    right: 0px;
	    top: 35px;
	  }
	  100% {
	    width: 47px;
	    right: 8px;
	    top: 38px;
	  }
	}

	/* END Checking send */

	
/* END Modal Callback */		

	.slick-arrow {
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		background: #F6F6F6;
		width: 40px;
		height: 40px;
		border: 1px solid rgba(181, 181, 181, 0.3);
		border-radius: 50%;
		color: #616161;
		font-size: 20px;
		transition: all 0.4s ease-in-out;
	}
	.slick-prev {
		left: -50px;
	}
	.slick-next {
		right: -50px;
	}

	#breadcrumb {
		padding: 10px 0;
	}
	#breadcrumb ul > li {
		position: relative;	
		padding-right: 10px;
		z-index: 1;			
	}
	#breadcrumb ul > li:not(:first-child) {
		padding-left: 15px;
	}
	#breadcrumb ul > li + li:after {
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		content: "/";
		color: #969696;
		z-index: -1;
	}
	#breadcrumb ul > li > a {
		font-size: 16px;
		line-height: 19px;
		color: #969696;		
	}
	.burger,
	.nav__burger {
		display: none;
	}

	/* Accrodion menu CATALOG */

	.accordion {
		  width: 100%;
		  max-width: 270px;
		  margin-top: 57px;
		  padding: 10px 17px;
		  background: #FFF;
		  border: 1px solid #E5E5E5;
		  -webkit-border-radius: 10px;
		  -moz-border-radius: 10px;
		  border-radius: 10px;
	}

	.accordion .link {
		  cursor: pointer;
		  display: block;
		  padding: 10px 10px 10px 0px;
		  color: #494949;;
		  font-size: 16px;
		  font-weight: 400;
		  position: relative;
		  -webkit-transition: all 0.4s ease;
		  -o-transition: all 0.4s ease;
		  transition: all 0.4s ease;
	}
	.accordion .sidebar li > a {
		display: block;
		padding: 10px 0;
	}
	.accordion li:last-child .link { border-bottom: 0; }

	.accordion li i {
		  position: absolute;
		  top: 10px;
		  left: 12px;
		  font-size: 18px;
		  color: #595959;
		  -webkit-transition: all 0.4s ease;
		  -o-transition: all 0.4s ease;
		  transition: all 0.4s ease;
	}

	.accordion li i.fa-angle-down {
		  right: 14px;
		  left: auto;
		  font-size: 30px;
	}

	.accordion li.open .link { 
		background: #B531B7;
		color: #fff; 
	}

	.accordion li.open i { color: #fff; }

	.accordion li.open i.fa-angle-down {
		  -webkit-transform: rotate(180deg);
		  -ms-transform: rotate(180deg);
		  -o-transform: rotate(180deg);
		  transform: rotate(180deg);
	}

/**
 * Submenu
 -----------------------------*/


.sub__menu {
  display: none;
  font-size: 14px;
}

.sub__menu a {
  display: block;
  text-decoration: none;
  color: #565656;
  padding: 12px;
  
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.sub__menu a:hover {
  background: #B531B7;
  color: #FFF !important;
}
	/* END Accrodion menu CATALOG */


/* Search START */
#mse2_form {
	max-width: 720px;	
}
#mse2_form .col-md-10 {
	width: 300px;
}
#mse2_form .form-control {
	max-width: 270px;	
}
#mse2_form .form-control:focus {
	outline: none;
	box-shadow: none;
	border-color: #b531b7;
}
#mse2_form button {
	max-width: 120px;
	padding: 0;
}
/* Search END */

/* END Template settings */

/* Header */
#header {
	position: relative;
	height: 90px;
	z-index: 2;
}
#header .logo img {
	display: block;
	max-width: 115px;
}
#header .logo,
#header .desktop__nav,
#header .contacts {
	display: table-cell;
	vertical-align: middle;
	height: 90px;
}
#header .desktop__nav ul {
	display: flex;	
}
#header .desktop__nav ul li:not(:last-child) {
	margin-right: 20px;
}
#header .desktop__nav ul li:nth-child(1) a {
	color: #9a04b0;
}
#header .desktop__nav ul li a {
	font-size: 18px;
	font-weight: 400;	
	color: #212121;
}
#header .desktop__nav ul li a span {
	margin-left: 5px;
}
.submenu {
 display: block !important;		
  position: absolute;
  z-index: 5;
  width: 350px;
  padding: 14px 15px;
  border: 1px solid #B531B7;
  border-radius: 10px;
  background: white;
  visibility: hidden;
  opacity: 0; 
  transform-origin: 0% 0%;
  transform: rotateX(-90deg);
  transition: .3s linear;  
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.submenu li {
	position: relative;
}
.submenu li a {
	display: block;
  color: #494949;
  font-size: 16px !important; 
  line-height: 20px; 
}
.submenu li:not(:last-child) a {
	margin-bottom: 12px;
}
.submenu .submenu {
  position: absolute;
  left: 130%;
  top: -1px;
  transition: .3s linear;
}
.desktop__nav li:hover > .submenu {
  transform: rotateX(0deg);
  visibility: visible;
  opacity: 1;
}
#header .contacts {
	position: relative;	
}
#header .contacts:before {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	font-family: icon;
	content:"\f095";
	color: #fff;
	background: #9a04b0;
	border-radius: 50%;
}
#header .contacts a {
	display: block;
	line-height: 23px;
	padding-left: 40px;
}
/* END Header */

/* Sticky */
  .sticky#header {
    position: fixed;
    width: 100%;
    top: 0;
    height: 90px;
    background: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.09);
    z-index: 99;
  }
/* END */

/* Offer */
#offer {
	position: relative;
	top: -90px;
	width: 100%;
	padding-top: 90px;
	background: url(../images/BG/offer.jpg) no-repeat;
	background-position: top left;
	background-size: cover;
	z-index: 1;
}
#offer #mse2_form {
	margin-bottom: 60px;
}
#offer .content {
	display: block;
	max-width: 725px;
}
#offer .buttons {
	margin-top: 35px;
}

#offer .video__cover {
	margin-top: 52px;
	margin-bottom: 39px;
}
#offer .video__cover a  {
	position: relative;
	z-index: 1;
}
#offer .video__cover a img {
	min-width: 250px;
}
#offer .video__cover a:after {
	display: flex;
	position: absolute;
	content: url(../images/icons/play-icon.png);
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}
#offer .video__cover a:before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	content: "";
	background: #b531b7;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	z-index: 1;
	box-shadow: 0 0 0 rgba(181, 49, 183, 0.4);
  	animation: pulse 2s infinite;
  	z-index: 1;
}

.box-trigger{
    margin-top:80px;
}
#offer .box__trigger {
	display: flex;
	align-items: center;
	border-left: 4px solid #29C44B;
	border-radius: 4px;
	background: #fff;
	min-height: 90px;
}
#offer .box__trigger img {
	max-height: 85px;
	margin-left: 7px;
}
#offer .box__trigger p {
	font-weight: 600;
	line-height: 20px;
	margin: 0 15px 0 0;
}
/* END Offer */

/* Quality */
#quality {
	padding: 0 0 50px;
}
#quality .col-lg-12 {
	position: relative;
}
#quality .bg__1 {
	position: absolute;
	top: -90px;
	left: -50px;
}
#quality .bg__2 {
	position: absolute;
	top: -90px;
	right: -50px;
}
#quality .banner {
	position: relative;
	top: 0;
	display: flex;
	align-items: center;
	max-width: 915px;
	background: #8FCE67;
	border-radius: 10px;
	padding: 26px 24px;
	margin: 0 auto;
	margin-bottom: 75px;
}
#quality .banner img {
	display: block;
	max-height: 45px;
	margin-right: 15px;
}	
#quality .banner p {
	font-size: 30px;
	line-height: 34px;
	color: #fff;
	margin: 0;
}
#quality h2 {
	text-align: center;
	margin-bottom: 40px;
}
#quality .logo-partners {
	max-width: 910px;
	margin: 0 auto;
}

#quality h3 {
	text-align: center;
	margin-bottom: 15px;
}
#quality .content {
	max-width: 540px;
}
#quality .custom__button {
	margin: 25px 24px 0 0;
}
.video__gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 519px;
	background: url(../images/BG/bg-video-gal.png) no-repeat;
	padding: 29px 35px;
	margin: 0 auto;
}
.video__gallery .item {
	max-width: 138px;
}
.video__gallery .item img {
	width: 138px;
}
.video__gallery .item:first-child {
	max-width: 446px;
	height: 179px;
	margin-bottom: 12px;
	overflow: hidden;
}
.video__gallery .item:first-child img {
	width: 446px !important;
}
.video__gallery .item a {
	position: relative;
}
.video__gallery .item a:after  {
	display: flex;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	content: url(../images/icons/play-icon.png);
	z-index: 2;
}
.video__gallery .item a:before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	content: "";
	background: #b531b7;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	z-index: 1;
	box-shadow: 0 0 0 rgba(181, 49, 183, 0.4);
  	animation: pulse 2s infinite;
}
/* END Quality */

/* Delivery */


#delivery {
	position: relative;
	background: url(../images/BG/car-bg.png) no-repeat;
	background-position: bottom 50px right;
}
#delivery h3 {
	max-width: 500px;
	line-height: 26px;
	margin: 40px 0 25px;
}
#delivery .flex__block {
	max-width: 900px;
}
#delivery .flex__block li {
	display: flex;
	align-items: center;
	max-width: 380px;
}
#delivery .flex__block li img {
	display: block;
	margin-right: 8px;
}
#delivery .info {
	max-width: 714px;
	color: #6B6B6B;
	margin-top: 20px;
}
.buttons {
	margin-top: 23px;
}
.buttons a {
	margin-right: 24px;
}
#delivery .del-bg1 {
	position: absolute;
	right: 30px;
	bottom: 0;	
	z-index: -1;
}
#delivery .del-bg2 {
	position: absolute;
	right: 400px;
	bottom: 0;
}
/* END Delivery */

/* Sport and power */
#sport {
	position: relative;
	background-repeat: no-repeat !important;
	background-position: top left !important;
	background-size: cover !important;
}
#sport .yoga {
	display: block;
	max-width: 520px;
	position: absolute;
	bottom: 0;
	right: 100px;
	z-index: 2;
	
}
#sport .logo-text {
	position: absolute;
	top: 100px;
	right: 400px;
	z-index: 1;
}
#sport h2 {
	margin-bottom: 25px;
}

/* END Sport and power */

/* Man health */
#man-health {
	position: relative;
	background-repeat: no-repeat !important;
	background-position: top left !important;
	background-size: cover !important;
	padding: 120px 0 80px;
}
#man-health .man__health {
	position: absolute;
	bottom: 0;
	left: 100px;
	max-width: 420px;
	z-index: 2;
}
#man-health .logo-text {
	position: absolute;
	top: 100px;
	left: 340px;
	z-index: 1;
}
#man-health .content {
	display: block;
	margin-right: 0;
	margin-left: auto;
	max-width: 520px;
}
#man-health .content h2 {
	margin: 20px;
}
/* END Man health */

/* immunity */
#immunity {
	position: relative !important;
	background-repeat: no-repeat !important;
	background-position: top left !important;
	background-size: cover !important;
}
#immunity .family {
	position: absolute;
	bottom: 0;
	right: 100px;
	z-index: 2;
}
#immunity .vitamin {
	position: absolute;
	bottom: 0;
	right: 350px;
	z-index: 1;
}
/* END immunity */

/* beauty and health */
#beauty-and-health {
	position: relative;
	background-repeat: no-repeat !important;
	background-position: top left !important;
	background-size: cover !important;
}
.beauty-and-health {
	position: absolute;
	bottom: 0;
	left: 100px;
	max-width: 600px;
	z-index: 3;	
}
.omega {
	position: absolute;
	bottom: 0;
	left: 300px;
	z-index: 1;
}
.biotin-gummies {
	position: absolute;
	bottom: 0;
	left: 600px;
	z-index: 2;
}
#beauty-and-health .content {
	display: block;
	margin-right: 0;
	margin-left: auto;
	max-width: 520px;
}
/* END beauty and health */

/* Vitamins for children */
#vitamins-children {
	position: relative;
	background-repeat: no-repeat !important;
	background-position: top left !important;
	background-size: cover !important;
}
.child {
	position: absolute;
	bottom: 0;
	right: 100px;
	height: 560px;
	z-index: 2;
}
.multivitamin {
	position: absolute;
	bottom: 0;
	right: 270px;
	z-index: 1;
}
/* END Vitamins for children */

/* Products */
#catalog {
	padding: 10px 0 50px;
}
#catalog .title {
	margin-bottom: 20px;
}
#catalog h1 {
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	margin: 0;	
}
.products {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}

.product {
	position: relative;
	display: block;
	max-width: 268px;
	background: #fff;
	border: 1px solid #E6E6E6;
	border-radius: 10px;
	padding: 18px 16px;
	margin-bottom: 45px;
}
.product .image {
	display: block;
	margin-bottom: 30px;
	min-height: 207px;
	max-height: 207px;
	overflow: hidden;
}
.product .image img {
	display: block;
	margin: 0 auto;
	max-width: 109px;
}
.add-cart {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 12px;
	right: 13px;
	background: #fff;
	border: 1px solid #CDCDCD;
	border-radius: 50%;
	width: 38px;
	height: 38px;
	transition: all 0.4s ease-in-out;
}
.prices {
	display: flex;
	align-items: center;
}
.prices .price {
	position: relative;
	font-size: 22px;
	font-weight: 600;
	line-height: 150%;
	padding-right: 20px;
	margin-right: 20px;
}
.prices .old-price {
	position: relative;
	font-size: 19px;
	line-height: 22px;
	font-weight: 600;
	padding-right: 20px;
}
.prices .price:after {
	content: "₸";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	font-size: 18px;
}
.prices .old-price:after {
	content: "₸";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	font-size: 16px;
}
.prices .old-price:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	background: rgba(181, 49, 183, 0.8);
	height: 3px;
	width: 100%;
}
.product  .short__description {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	color: #565656;
	margin: 7px 0 14px;
}
.order__button {
	display: block;
	height: 40px;
	padding: 0 20px;
	background: #B531B7;
	border-radius: 6px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	border: none;
	transition: all 0.4s ease-in-out;
}
.readmore {
	display: flex;
	align-items: center;
	height: 40px;
	padding: 0 20px;
	background: #fff;
	color: #5B5B5B;
	font-size: 16px;
	text-align: center;
	border: none;
	transition: all 0.4s ease-in-out;
}
.product .buttons {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
/* Popular */
#polular-products h2 {
	text-align: center;
	margin-bottom: 30px;
}
/* END Popular */

/* Bestsellers */
#bestsellers h2,
#buy-with-products h2 {
	margin-bottom: 30px;
}
#bestsellers .product,
#buy-with-products .product {
	max-width: 100%;
	margin: 0 20px;
}
/* END Bestsellers */

/* Product List */
#product__list h1 {
	font-size: 22px;
	font-weight: 600;
	line-height: 33px;
	color: #0D0D0D;
	margin-bottom: 20px;
}
.product__prices {
	display: flex;
	align-items: center;
}
.product__prices .product-list-price {
	position: relative;
	display: block;
	margin: 0;
	margin-right: 35px;
	font-size: 29px;
	font-weight: 700;
	line-height: 34px;
	color: #222224;
	padding-right: 25px;
	margin-bottom: 20px;
}
.product__prices .product-list-oldprice {
	position: relative;
	display: block;
	margin: 0;
	font-size: 23px;
	font-weight: 400;
	line-height: 27px;
	color: #222224;
	padding-right: 25px;

}
.input-group #product_price {
	max-width: 90px;
}
.product-list-buttons {
	margin-top: 20px;
}
.product-list-buttons .custom__button {
	margin-right: 18px;
}
.product__prices .product-list-price:after {
	content: "₸";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}
.product__prices .product-list-oldprice:after {
	content: "₸";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}
.product__prices .product-list-oldprice:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	height: 2px;
	background: rgba(255, 46, 46, 0.8);
}
.product-list-short-description {
	margin-top: 35px;
}
.product-list-short-description li {
	position: relative;
	color: #616161;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 15px;
}
.product-list-short-description li span {
	display: inline-block;
	padding-left: 10px;
	font-weight: 300;
}
.product__characteristic h3 {
	font-size: 22px;
	font-weight: 600;
	color: #101010;
	margin-top: 70px;
	padding-bottom: 12px;
	border-bottom: 1px solid #D5D5D5;
}
/* Product Image Slider */
.image__product {
	display: flex;
	width: 100%;
	height: 330px;
	
}
.product__slider {
	border: 1px solid #AAAAAA;
	border-radius: 8px;
	width: 301px;
	background: #fff;
	max-height: 330px;
}

.product__slider .item img {
	display: block;
	width: 157px;
	margin: 0 auto;
}
.slider__thumb {
	margin-right: 35px;
	width: 92px;
}
.slider__thumb .item {
	display: block;	
	border: 1px solid #BEBEBE;
	cursor: pointer;
}
.slider__thumb .item img {
	
	display: block;
	width: 51px;
	margin: 0 auto;

}
.slider__thumb .slick-arrow {
	top: inherit !important;
	bottom: -50px !important;
	background: none !important;
	border: none !important;
	font-size: 30px !important;
	z-index: 98 !important;
}
.slider__thumb .slick-prev {
	display: none !important;
}
.slider__thumb .slick-next {
	right: inherit !important;
	left: 50% !important;
	margin-right: -50% !important;
	transform: translateX(-50%) !important;
}

.slider__thumb .slick-next i {
	transform: rotate(90deg) !important;
}
.slider__thumb .slick-next:hover i {
	color: #B531B7 !important;
}
/* END Product Image Slider */

/* END Product List */

/* Cart */
.cart-top-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 780px;
	margin-bottom: 40px;
}
.cart__title {
	font-size: 22px;
	line-height: 26px;
	font-weight: 600;
	color: #212121;
}
.cart__table {
	max-width: 100%;
	margin: 0 0 30px;
}
.cart__table h4 {
	font-size: 18px;
	font-weight: 600;
}
.cart__table tr {
	border-bottom: 1px solid #c5c5c5;	
}
.cart__table tr th {
	text-align: center;
}
.cart__table tr td {
	padding: 10px 0;
	text-align: center;
}
.cart__table tr td:nth-child(2) {
	font-size: 18px;
}
.cart__table tr td:nth-child(3) {
	font-size: 14px;
}
.cart__table tr td:nth-child(3) input {
	width: 38px;
	height: 100%;
	text-align: center;
	border: none;
}
.cart__table tr td:nth-child(4) {
	position: relative;
	font-size: 16px;
}
.cart__table tr td:nth-child(4):after {
	position: relative;
	top: 0;
	right: 0;
	content: "₸";
	padding-left: 5px;
}
.cart__table .number {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 38px;
}
.cart__table .minus,
.cart__table .plus {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	width: 38px;
	height: 100%;
	background: #F6F6F6;
	border-radius: 8px;
	text-align: center;
	cursor: pointer;
	transition: all 0.4s ease-in-out;
}
.cart__table tr td img {
	width: 35px;
}
.delete-in-basket {
	border: none;
	box-shadow: none;
	background: none;
	font-size: 30px;
	color: #ACB4C0;
}
.checkout__block {
	max-width: 960px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	padding: 40px;
}
.checkout__block input {
	height: 56px;
	width: 100%;
	border: 1px solid #999999;
	border-radius: 5px;
	padding: 0 16px;
	font-size: 18px;
	color: #8D8D8D;
	margin-bottom: 14px;
}
.checkout__block .custom__button {
	width: 100%;
}
.checkout__block h4 {
	display: block;
	margin-bottom: 20px;
}
.checkout__block input[type=radio] {
	width: 40px;
	height: 20px;
}
.checkout__block .total {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 20px 0 30px;
	padding: 0 25px;
	background: #f5f5f5;
	border-radius: 6px;
}
.checkout__block .total span {
	font-weight: 700;
	text-transform: uppercase;
}
.total .total__price {
	position: relative;
	font-size: 22px;
	font-weight: 600;
	color: #212121;

}
.total .total__price:after {
	position: relative;
	top: 0;
	right: 0;
	content: "₸";
	padding-left: 10px;
}
.total .total__price span {
	font-size: 18px;
	color: #616161;
	margin-right: 20px;
}

/* Cart Widget */
.cart__widget {
	position: fixed;
	right: 80px;
	top: 50%;
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #B531B7;
	color: #fff;
	cursor: pointer;
	box-shadow:  0 6px 4px -4px rgba(0, 0, 0, .2);
	z-index: 9999;
}
.cart__widget i {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	font-size: 25px;
	color: #fff;
}
.cart__widget span {
	position: absolute; 
	top: -5px;
	right: -10px;
	background: #630e64;
	color: #fff;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
}
/* END Cart Widget */
/* END Cart */

/* END Products */

#acvelon-vitamin h2 {
	margin-bottom: 44px;
}
#acvelon-vitamin .content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#acvelon-vitamin .content li {
	display: flex;
	align-items: center;
}
#acvelon-vitamin .content li img {
	max-width: 150px;
}
#acvelon-vitamin .content li h3 {
	font-size: 22px;
	line-height: 28px;
	font-weight: 600;
	margin-bottom: 10px;
}
#acvelon-vitamin .content li p {
	font-size: 18px;
	line-height: 23px;
}
#acvelon-vitamin .text__content {
	max-width: 345px;
}


/* New Vitamin World */
#new-vitamin {
	background-position: center right !important;
	background-repeat: no-repeat !important;
	background-size: contain !important; 
	margin-bottom: 60px;
}
#new-vitamin h2 {
	font-size: 22px;
	line-height: 28px;
	font-weight: 600;
}
#new-vitamin .content {
	max-width: 520px;
}		
/* END New Vitamin World */

/* Our principles */
#our-principles {
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: top left !important;
}
#our-principles h2 {
	margin-bottom: 20px;
	color: #fff;
}
#our-principles .content {
	margin-top: 40px;
	max-width: 1000px;
	padding: 25px 40px;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 10px;
	margin: 0 auto;
	margin-bottom: 20px;
}
#our-principles .custom__li {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 100%;	
}
#our-principles .custom__li li {
	width: 430px;
}
#our-principles .second__content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#our-principles .second__content h3 {
	width: 100%;
}
#our-principles .second__content .custom__li {
	display: block !important;
	float: left;
	width: 50%;
}
#our-principles .image {
	width: 50%;
}
#our-principles .image img {
	display: block;
	max-width: 480px;	
}
/* END Our principles */

/* Eco Product */
#eco-product {
	position: relative;
	background-repeat: no-repeat !important;
	background-position: bottom left !important;
	background-size: cover !important;
}
.eco-pro__img {
	position: absolute;
	bottom: 0;
	right: 100px;
}
#eco-product h2 {
	max-width: 520px;
}
#eco-product p {
	position: relative;
	max-width: 312px;
	margin-bottom: 35px;
}
#eco-product p:after {
	position: absolute;
	right: 40px;
	bottom: -80px;
	content: url(../images/icons/vector-arrow.png);
}
/* END Eco Product */

/* Filter START */

.span3 #mse2_filters {
	margin-top: 20px;
	max-width: 270px;
	padding: 10px 17px;
	border: 1px solid #E5E5E5;
	border-radius: 10px;
	background: #fff;
}
.span3 #mse2_filters .filter_title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background: #b531b7 !important;
	border: 1px solid #b531b7 !important;
}
.ui-widget-header {
	background: #f5f5f5 !important;
}
.ui-widget-content {
	border: 1px solid #ebebeb !important;
}
.mse2_number_inputs {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.form-group .input-sm {
	width: 90% !important;
} 
.form-group .input-sm:focus {
	border: 1px solid #b531b7 !important;
	outline: none !important;
	box-shadow: none !important;
}
/* Filter END */

/* Cart START */
#msCart .custom__button, #mse2_form button {
	float: right;
}

/* Cart END */


/* Certificates */
#certificates {
	position: relative;
}
#certificates .leaves-left,
#certificates .leaves-right {
	position: absolute;
	top: 0;
}
#certificates .leaves-left {
	left: 80px;
}
#certificates .leaves-right {
	right: 80px;
}
#certificates .slider .item {
	position: relative;
	padding: 0 15px;
	z-index: 2;
}
#certificates .slider .item img {
	display: block;
	width: 100%; 
}
/* END Certificates */

#partners .slider .item {
	position: relative;
	padding: 0 15px;
	z-index: 2;
}
#partners .slider .item img {
	display: block;
	width: 100%; 
}

/* Reviews */
#reviews .slider .item img {
	display: block;
	width: 100%; 
	max-width: 248px;
	margin: 0 auto;
}
#reviews .slider .item {
	position: relative;
	padding: 0 10px;
	z-index: 2;
	max-height: 440px;
	overflow: hidden;

}
/* END Reviews */

/* Reviews whatsapp */
#reviews-whatsapp {
	margin-bottom: 120px;
} 
#reviews-whatsapp .slider .item img {
	display: block;
	width: 100%; 
	max-width: 334px;
	margin: 0 auto;
}
#reviews-whatsapp .slider .item {
	position: relative;
	padding: 0 10px;
	z-index: 2;
}
/* END Reviews whatsapp */

/* Call Order */
#call-order {
	position: relative;
	background-position: bottom left !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}
#call-order p {
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 40px;
}
#call-order .consultant__img {
	position: absolute; 
	bottom: 0;
	right: 100px;
}
/* END Call Order */

/* Map */
#map-address {
	padding: 60px 0 0;
}
.map__pic {
	display: block;
	margin: 0 auto;
	margin-bottom: 5px;
}

/* END Map */

/* Footer */
#footer {
	background: #8FCE67;
	color: #fff;
	padding: 32px 0;
}
#footer .col-lg-3:nth-child(1) img {
	margin-bottom: 12px;
}
#footer .col-lg-3:nth-child(1) span {
	display: block;
	font-size: 16px;
	line-height: 23px;
}	
#footer .col-lg-3:nth-child(2) p {
	font-size: 16px;
	margin: 0;
	margin-bottom: 10px;
}
#footer .col-lg-3:nth-child(2) ul {
	display: flex;
	align-items: center;
}
#footer .col-lg-3:nth-child(2) ul > li {
	margin-right: 19px;
}
#footer .col-lg-3:nth-child(2) ul > li > a > i {
	color: #fff;
	font-size: 24px;
}
#footer .col-lg-3:nth-child(3) p,
#footer .col-lg-3:nth-child(3) li a {
	font-size: 16px;
	line-height: 27px;
	margin: 0;
	color: #fff;
}
#footer .col-lg-3:nth-child(3) li {
	display: flex;
	margin-bottom: 10px;
}
#footer .col-lg-3:nth-child(3) span {
	width: 30px;
	text-align: center;
	margin-right: 9px;
}
#footer .col-lg-3:nth-child(3) i {
	font-size: 24px;
}
#footer .col-lg-3:nth-child(4) ul {
	position: relative;	
}
#footer .col-lg-3:nth-child(4) ul:before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	content:"\f095";
	color: #fff;
	font-family: icon;
	font-size: 24px;
}
#footer .col-lg-3:nth-child(4) ul > li {
	padding-left: 25px;
}
#footer .col-lg-3:nth-child(4) ul > li > a  {
	font-size: 20px;
	line-height: 26px;
	color: #fff;
	margin-bottom: 6px;
}
/* END Footer */

/* ALL hover effects */

a:hover {
	color: #9a04b0 !important;
}
#header .contacts a:hover {
	text-decoration: underline;
}
.custom__button:hover {
	background: #A625A8;
	box-shadow: 0px 10px 20px rgba(185, 73, 168, 0.3);
	color: #fff !important;
}
.custom__button2:hover {
	box-shadow: 0px 10px 20px rgba(185, 73, 168, 0.3);
	background: #A625A8;
	border-color: #A625A8;
	color: #fff !important;
}
.order__button:hover {
	background: #A625A8;
}
.readmore:hover {
	color: #B531B7;
}
.add-cart:hover {
	background: #B531B7;
	border-color: #B531B7;
}
.add-cart:hover svg path {
	fill: #fff;
}
.slick-arrow:hover {
	background: #B531B7;
	border-color: #B531B7;
	color: #fff;
}
.cart__table .minus:hover,
.cart__table .plus:hover {
	background: #B531B7;
	color: #fff;
}
.delete-in-basket:hover i {
	color: #B531B7;
}
.main li a:hover {
	color: #272727 !important;
}
/* END ALL hover effects */	

/* All Animation Effects */

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(181, 49, 183, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(181, 49, 183, 0.4);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(181, 49, 183, 0.4);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(181, 49, 183, 0.4);
    box-shadow: 0 0 0 0 rgba(181, 49, 183, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(181, 49, 183, 0.4);
      box-shadow: 0 0 0 10px rgba(181, 49, 183, 0.4);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(181, 49, 183, 0.4);
      box-shadow: 0 0 0 0 rgba(181, 49, 183, 0.4);
  }
}

/* END */




