@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

@font-face {
	font-family: "ProximaNova";
	src: url("../fonts/ProximaNova-Bold.woff") format("woff"),
		url("../fonts/ProximaNova-Bold.woff2") format("woff2");
	font-style: normal;
	font-weight: 700;
}

@font-face {
	font-family: "ProximaNova";
	src: url("https://mansformula.ru/..fonts/ProximaNova-Regular.woff") format("woff"),
		url("../fonts/ProximaNova-Regular.woff2") format("woff2");
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-family: "Univers";
	src: url("../fonts/LT_1.ttf") format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

.main-hide {
	display: none;
}

body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: 'ProximaNova', sans-serif;
	font-weight: 400;
	color: #fff;
	background: #000;
}

body.overflow_nav {
	overflow: hidden;
}

.ctr {
	text-align: center !important;
}

.container {
	max-width: 1740px;
	margin: 0 auto;
	position: relative;
	padding: 0 60px;
}

sub {
	position: relative;
	vertical-align: bottom;
	top: 5px;
}

.flex {
	display: flex;
	justify-content: space-between;
}

h5.h5 {
	margin: 0 0 30px 0;
	font-weight: 700;
	font-size: 30px;
	line-height: 37px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #fff;
}

p {
	letter-spacing: 1px;
}

.wrapper_over {
	overflow: hidden;
}

header {
	padding: 40px 0 32px 0;
	position: relative;
	z-index: 10;
}

header .flex {
	align-items: center;
	position: relative;
}

header .logo img {
	width: 130px;
	max-width: 100%;
	display: inline-block;
	vertical-align: top;
}

header .logo .text_logo {
	display: inline-block;
	padding-left: 20px;
}

header .logo a {
	text-decoration: none;
	display: block;
}

.number_and_envelop {
	position: fixed;
	right: 0.4%;
	top: 130px;
}

.number_and_envelop .block_phone {
	position: absolute;
	background: #1e8c5a;
	right: 20px;
	top: 20px;
	text-align: center;
	width: 349px;
	padding: 40px 35px;
	display: none;
	box-shadow: -10px 10px 10px 0 rgba(0, 0, 0, 0.5);
}

.number_and_envelop .block_phone p {
	margin: 0;
	font-weight: 300;
	font-size: 20px;
}

.number_and_envelop .block_phone .inline_ph img {
	display: inline-block;
	vertical-align: top;
	width: 50px;
}

.number_and_envelop .block_phone p.p_phone {
	margin: 0;
	display: inline-block;
	vertical-align: top;
	font-weight: 400;
	font-size: 34px;
	color: #fff;
	text-transform: uppercase;
	width: 80%;
	text-align: left;
	line-height: 24px;
	padding-left: 10px;
}

.number_and_envelop .block_phone p.p_phone span {
	font-size: 20px;
	line-height: 22px;
}

.number_and_envelop .block_phone a {
	font-weight: 700;
	font-size: 32px;
	line-height: 35px;
	color: #fff;
	text-decoration: none;
	margin: 20px 0 15px 0;
	box-shadow: none;
}

.number_and_envelop .block_phone p.p_phone img {
	display: inline-block;
	vertical-align: middle;
	width: 50px;
}

.number_and_envelop a {
	display: block;
	margin-bottom: 10px;
	border-radius: 50%;
	box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .4);
}

.number_and_envelop a img {
	display: block;
}

.socials_block {
	position: absolute;
	right: 0;
	top: -25px;
}

.socials_block a {
	display: inline-block;
	vertical-align: middle;
	width: 32px;
	height: 32px;
	background: #A99A6F;
	border-radius: 50%;
	margin-left: 5px;
	text-align: center;
}

.socials_block a img {
	display: block;
	max-width: 20px;
	max-height: 20px;
	margin: 6px auto 0;
}

.linear_font {
	display: block;
	font-family: 'Univers', sans-serif;
	font-weight: 500;
	font-size: 70px;
	line-height: 73px;
	margin-left: -5px;
	margin-top: -6px;
	background: linear-gradient(90deg, #A99A6F 0%, #C6BC9F 21.01%, #EFECE4 37.63%, #FFFFFF 189.86%);
	background-size: 200% auto;
	color: #fff;
	background-clip: text;
	text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: shine 2s linear infinite;
}

header .logo a span.prod_name {
	display: block;
	font-weight: 400;
	font-size: 40px;
	line-height: 29px;
	color: #1e8c5a;
	margin-top: 8px;
}

header .logo a span.prod_name.prod_name_cust {
	font-size: 35px;
}

header .logo a span.prod_name.prod_name_cust2 {
	font-size: 28px;
	line-height: 25px;
}

.nav ul {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
}

.nav ul li {
	list-style-type: none;
	margin-right: 60px;
	position: relative;
}

.nav ul li.hide_desktop {
	display: none;
}

.nav ul li:last-child {
	margin-right: 0;
}

.nav ul li a {
	text-decoration: none;
	font-family: 'ProximaNova', sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 29px;
	letter-spacing: 0.05em;
	color: #1e8c5a;
	text-transform: uppercase;
	position: relative;
}

.nav ul li a.active {
	color: #fff
}

.nav ul li a:hover {
	color: #fff;
}

.nav ul li a.drop_down_a svg {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -12px;
	transition: all .5s;
}

.nav ul li a.drop_down_a svg.around_arrow {
	transform: scale(1, -1);
}

.nav ul li a.drop_down_a:hover svg path {
	fill: #fff;
}

.nav ul li a.btn_buy {
	color: #fff;
	padding: 13px 49px;
}

.nav .drop_down_cust {
	display: block;
	position: absolute;
	left: 50%;
	top: 42px;
	transform: translateX(-50%);
	background: #1e8c5a;
	width: 337px;
	margin: 0;
	z-index: 3;
	display: none;
}

.nav .drop_down_cust.show {
	display: block !important;
}

.nav .drop_down_cust .close_nav {
	position: absolute;
	right: -22px;
	top: -22px;
	cursor: pointer;
	z-index: 4;
}

.nav .drop_down_cust li {
	display: block;
	list-style-type: none;
	margin: 0;
}

.nav .drop_down_cust li a {
	display: block;
	padding: 17px 0;
	color: #fff;
	font-weight: 400;
	font-size: 21px;
	display: block;
	line-height: 25px;
	text-align: center;
	border-bottom: 2px solid #FFFFFF;
	text-transform: inherit;
}

.nav .drop_down_cust li a:hover {
	background: #1e8c5a;
}

.btn_buy {
	font-weight: 400;
	font-size: 24px;
	line-height: 29px;
	text-transform: uppercase;
	text-decoration: none;
	background: #1e8c5a;
	border: 2px solid #FFFFFF;
	width: 100%;
	color: #fff;
	padding: 13px 0;
	text-align: center;
	display: block;
	position: relative;
	max-width: 380px;
}

.btn_buy.animate_btn {
	animation: btn_buy_anim 1.5s linear;
}

@keyframes btn_buy_anim {
	0% {
		webkit-transform: scale(1) translateY(0%);
		transform: scale(1) translateY(0%);
	}

	50% {
		webkit-transform: scale(1.15) translateY(0%);
		transform: scale(1.15) translateY(0%);
	}

	100% {
		webkit-transform: scale(1) translateY(0%);
		transform: scale(1) translateY(0%);
	}
}

.btn_buy:hover {
	border-color: #1e8c5a;
}

.burger_menu {
	display: none;
	width: 30px;
	position: relative;
}

.slider_block_active {
	margin-bottom: 30px !important;
}

.burger_menu span {
	display: block;
	transition: all .5s;
	width: 100%;
	height: 2px;
	background: #fff;
	border-radius: 5px;
	margin-bottom: 7px;
}

.burger_menu span:last-child {
	margin-bottom: 0px;
}

.general .general_slider .general_slider_item {
	position: relative;
}

.general .general_slider .general_slider_item .btn_sl {
	display: block;
	position: absolute;
	right: 13%;
	bottom: 5%;
	width: 100%;
	max-width: 155px;
	text-align: center;
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	font-weight: 400;
	font-size: 18px;
	line-height: 32px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #15663f;
}

.general .general_slider .general_slider_item img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.general .general_slider .general_slider_item img.mobile_img {
	display: none;
}

.general .general_slider .slick-prev {
	left: 0;
	width: 90px;
	height: 90px;
	border-radius: 9px;
	background: rgba(0, 0, 0, 0.5);
	top: 70%;
}

.general .general_slider .slick-prev:before {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(180deg);
}

.general .general_slider .slick-next {
	right: 0;
	width: 90px;
	height: 90px;
	border-radius: 9px;
	background: rgba(0, 0, 0, 0.5);
	top: 70%;
}

.general .general_slider .slick-next:before {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.big_mars {
	position: relative;
	padding-top: 85px;
	padding-bottom: 410px;
	background: #1D1C25 !important;
}

.big_mars:before {
	content: '';
	position: absolute;
	width: 1920px;
	height: 900px;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	background: #1D1C25 url("../img/new/bg_shine_prods.jpg") no-repeat;
	background-size: cover;
	background-position: center top;
}

.bg_color {
	background: #1D1C25 !important;
	padding-bottom: 30px;
}

.two_vido {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	position: relative;
	z-index: 3;
	padding: 50px 20px;
	background: rgba(0, 0, 0, 0.5);
	border: solid 2px #A99A6F;
}

.two_vido .item {
	flex: 0 0 30%;
	position: relative;
	background: url("../img/new/video-clip.svg") no-repeat;
	background-position: center center;
	background-size: contain;
	padding: 65px 30px;
	margin: 0;
}

.two_vido .item video {
	width: 100%;
	display: block;
	cursor: pointer;
}

.slider_block_gen {
	position: relative;
	z-index: 3;
}

.slider_block_gen video {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	height: auto;
	width: 100%;
	max-width: 480px;
	display: block;
	margin: 0 auto;
}

.general_prods {
	max-width: 1000px;
	margin: 0 auto;
	flex-wrap: wrap;
	padding: 50px 0;
}

.general_prods .item {
	text-align: center;
	transition-delay: .5s;
}

.general_prods .item img {
	max-height: 89px;
	max-width: 89px;
	transition: all .5s;
}

.general_prods .item a {
	text-decoration: none;
	font-style: normal;
	font-weight: 400;
	font-size: 25px;
	line-height: 30px;
	color: #FFFFFF;
}

.general_prods .item p {
	margin: 0;
	transition: all .5s;
}

.general_prods .item:nth-child(2) {
	transition-delay: .75s;
}

.general_prods .item:nth-child(3) {
	transition-delay: 1s;
}

.general_prods .item:nth-child(4) {
	transition-delay: 1.25s;
}

.general_prods .item:nth-child(5) {
	transition-delay: 1.5s;
}

.products_block_anim .flex {
	flex-wrap: wrap;
}

.products_block_anim .flex .item {
	transform: translateY(300px);
	opacity: 0;
	position: relative;
	flex: 0 0 20%;
	z-index: 3;
	transition: all .75s !important;
}

.products_block_anim .flex .item:nth-child(2) {
	transition-delay: .25s !important;
}

.products_block_anim .flex .item:nth-child(3) {
	transition-delay: .5s !important;
}

.products_block_anim .flex .item:nth-child(4) {
	transition-delay: .75s !important;
}

.products_block_anim .flex .item:nth-child(5) {
	transition-delay: 1s !important;
}

.products_block_anim .flex .item img {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 135%;
	transition: transform .5s;
}

.slider_block_gen .slick-track {
	padding-bottom: 50px;
}

.slider_block_gen .slick-dots {
	bottom: 0;
}

.made_in {
	background: #1D1C25;
	padding-top: 40px;
}

.made_in .flex {
	justify-content: flex-start;
	padding-top: 80px;
	padding-bottom: 80px;
	border-top: 1px solid #A99A6F;
	border-bottom: 1px solid #A99A6F;
}

.made_in .flex p {
	margin: 0;
	padding-left: 15px;
	max-width: 745px;
	font-weight: 400;
	font-size: 18px;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.made_in .flex p span {
	display: block;
}

footer {
	background: #1D1C25;
	padding-top: 18px;
	padding-bottom: 30px;
}

footer.instruction_footer {
	background: #fff;
}

footer .flex {
	flex-wrap: wrap;
	align-items: flex-end;
}

footer .flex .l_footer {
	flex: 0 0 50%;
}

footer .flex .r_footer {
	flex: 0 0 50%;
	text-align: right;
}

footer ul {
	margin: 0;
	padding: 0;
}

footer ul li {
	list-style-type: none;
	margin-top: 10px;
	position: relative;
}

.more_pords::before {
	content: '';
	position: absolute;
	top: 12px;
	left: 108%;
	border: 9px solid transparent;
	border-left: 12px solid #a99a6f;
}

.more_pords.act::before {
	top: 14px;
	transform: rotate(90deg);
}

footer ul li ul {
	padding-left: 20px;
	display: none;
}

footer ul li ul li a {
	color: #1e8c5a;
}

footer ul li a {
	text-decoration: none;
	font-weight: 400;
	font-size: 32px;
	color: #A99A6F;
	position: relative;
	width: fit-content;
}

footer .link_cust {
	text-decoration: none;
}

footer p {
	margin: 0;
	color: #A99A6F;
	font-weight: 400;
	font-size: 25px;
}

footer a {
	color: #A99A6F;
	text-decoration: none;
}

footer .link_cust {
	font-weight: 400;
	font-size: 20px;
	line-height: 18px;
	color: #A99A6F;
}

footer .bottom_img {
	display: block;
	width: 100%;
	margin-top: 40px;
}

footer .bottom_img_mob {
	display: none;
}

footer .foot_logo {
	margin-bottom: 20px;
	width: 100%;
	max-width: 176px;
}

footer .bottom_footer_link {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
	flex-wrap: wrap;
	flex: 0 0 100%;
}

footer .bottom_footer_link .link_block_f {
	display: flex;
	justify-content: space-between;
}

footer .bottom_footer_link .link_block_f:first-child .link_cust {
	margin-right: 30px;
}

.sec_base_top {
	background-position: right 0 !important;
	min-height: 660px;
	padding-bottom: 148px;
}

.boost_text {
	position: absolute;
	top: 0%;
	left: 56%;
	transform: translateX(-50%) scale(0);
	width: 100%;
	max-width: 290px;
	animation: anim_opacity_boost .5s linear forwards;
	animation-delay: 0.3s;
}

@keyframes anim_opacity_boost {
	0% {
		transform: translateX(-50%) scale(0);
	}

	50% {
		transform: translateX(-50%) scale(1.25);
	}

	60% {
		transform: translateX(-50%) scale(1.25);
	}

	100% {
		transform: translateX(-50%) scale(1);
	}
}

@keyframes anim_opacity_elem {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.battery {
	position: absolute;
	top: 186px;
	left: 58.2%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 76px;
}

.battery img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.battery .battery_sc {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 60%;
}

.battery .battery_sc.bat_sc1 {
	bottom: 9%;
	opacity: 0;
	animation: anim_opacity_elem .2s linear forwards;
	animation-delay: 0.8s;
}

.battery .battery_sc.bat_sc2 {
	bottom: 28%;
	opacity: 0;
	animation: anim_opacity_elem .2s linear forwards;
	animation-delay: 0.9s;
}

.battery .battery_sc.bat_sc3 {
	bottom: 47%;
	opacity: 0;
	animation: anim_opacity_elem .2s linear forwards;
	animation-delay: 1s;
}

.battery .battery_sc.bat_sc4 {
	bottom: 66%;
	opacity: 0;
	animation: anim_opacity_elem .2s linear forwards;
	animation-delay: 1.1s;
}

/* .bchp .show_more .anim_mars {
	animation: none;
	transform: rotate(0);
} */

.antistress {
	background: url("../img/antistress/antistress_bg_desk.jpg") no-repeat;
}

.prostata {
	background: url("../img/prostata/prostata_bg_desk.jpg") no-repeat;
}

.potencial {
	background: url("../img/potential/potetncial_bg_desk.jpg") no-repeat;
}

.bchp {
	background: url("../img/bchp_bg_desk2.jpg") no-repeat;
}

.activeday {
	background: url("../img/activeDay/activeday_bg_desk.jpg") no-repeat;
}

.h1_top {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 50px;
	line-height: 55px;
	background: linear-gradient(90deg, #A99A6F 0%, #C6BC9F 46.01%, #EFECE4 90.63%, #FFFFFF 133.86%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	max-width: 1024px;
	padding-top: 52px;
	position: relative;
	z-index: 2;
	margin: 0;
}

.wrapper_bg_grey {
	background: #1D1C25;
}

.show_more_block {
	max-width: 745px;
	overflow: hidden;
	position: relative;
	margin-top: 7px;
	transition: all .5s;
}

.overlay_hid_txt {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	height: 50px;
	background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.2));
}

.overlay_hid_txt.show_mob {
	display: none;
	background: linear-gradient(to top, rgba(29, 28, 37, 1), rgba(0, 0, 0, 0.0));
}

.discription_motive .overlay_hid_txt.show_mob {
	display: none;
	background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.0));
}

.overlay_hid_txt.show_mob img {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -40px;
	width: 40px;
	transition: all 1s;
	z-index: 3;
}

.overlay_hid_txt.show_mob.act img {
	transform: translateX(-50%) scale(1, -1);
}

.show_more_block.show_p {
	max-height: inherit;
}

.show_more_block.show_p:after {
	display: none;
}

.show_more_block {
	height: 200px;
	position: relative;
	overflow: hidden;
}

.show_more_block p {
	font-weight: 400;
	font-size: 26px;
	line-height: 36px;
	color: #A99A6F;
	margin-bottom: 0px;
	letter-spacing: 0.4px;
}

.show_more_block p span.hidden_text {
	display: none;
}

.show_more_block p span.hidden_text.show_spoiler {
	height: initial;
}

/*.show_more_block:after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 75px;
	background: linear-gradient(to top, #000, transparent);
	opacity: .9;
}*/
.show_more {
	position: relative;
	margin-top: 80px;
}

.show_more span {
	position: relative;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 21px;
	line-height: 21px;
	background: #000;
	display: block;
	max-width: 265px;
	z-index: 1;
	color: #1e8c5a;
	padding: 10px 2px;
	letter-spacing: 0.05em;
	cursor: pointer;
}

.show_more .anim_mars {
	position: absolute;
	top: -38px;
	left: 197px;
	z-index: 0;
	max-width: 118px;
	cursor: pointer;
	transform: rotate(-135deg);
	animation-delay: 1.5s !important;
	animation-fill-mode: forwards !important;
	animation: mars_anim 1.3s ease;
}

@keyframes mars_anim {
	0% {
		transform: rotate(-136deg);
	}

	100% {
		transform: rotate(0);
	}
}

.show_more .arr_show_more {
	position: absolute;
	top: 15px;
	left: 237px;
	z-index: 2;
	cursor: pointer;
	transition: all .5s;
}

.show_more .arr_show_more.arrow_matrix {
	transform: scale(1, -1)
}

.drop_down_arrow.act_arr {
	transform: scale(1, -1)
}

.board_blue {
	background: #15663f;
	padding: 24px 0;
	overflow: hidden;
}

.board_blue p {
	margin: 0;
	font-weight: 400;
	font-size: 30px;
	line-height: 30px;
	color: #fff;
}

.discription_motive {
	background: #1D1C25;
	padding-top: 50px;
}

.description_prod {
	padding-bottom: 80px;
}

.big_mars .animate_h_block .circle_text {
	transform: none !important;
	top: -30px;
	left: 10px;
	z-index: 2;
}

.big_mars .animate_h_block .linear-wipe {
	padding-left: 60px;
}

.animate_h_block {
	position: relative;
	padding-left: 225px;
	margin-bottom: 26px;
}

.animate_h_block .circle_text {
	position: absolute;
	left: 0;
	top: -5px;
	transition: 1.5s;
	transform: rotate(-100deg);
}

.animate_h_block .circle_text.act {
	transform: rotate(0deg);
}

.animate_h_block .dots_h {
	position: absolute;
	top: 52%;
	transform: translateY(-50%);
	right: 0px;
	width: calc(100% + 140px);
	height: 1px;
	background: #A99A6F;
	transition: all 0.5s;
}

.animate_h_block .dots_h:after {
	content: '';
	position: absolute;
	top: -8px;
	left: -4px;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background: #15663f;
}

.linear-wipe {
	font-weight: 700;
	font-size: 80px;
	margin: 0;
	line-height: 86px;
	background: linear-gradient(90deg, #A99A6F 0%, #C6BC9F 7.01%, #EFECE4 45.63%, #FFFFFF 173.86%);
	background-size: 200% auto;
	color: #fff;
	background-clip: text;
	text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
	display: inline-block;
}

.linear-wipe.act_hh,
.anim_words.act_hh {
	animation: shine 2s linear;
}

@keyframes shine {
	to {
		background-position: -400% center;
	}
}

.flex_text {
	position: relative;
}

.discription_product {
	margin-top: 90px;
}

.flex_text .flex_text_item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}

.flex_text .flex_text_item p {
	flex: 0 0 49%;
	margin: 0;
	font-weight: 400;
	font-size: 26px;
	line-height: 32px;
	color: #A99A6F;
	text-align: left;
}

.white_txt {
	color: #fff;
}

.motive_r_part {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.motive_r_part .motive_r_part_item {
	flex: 0 0 49%;
}

.motive_r_part ul {
	padding-left: 0px;
	margin-bottom: 40px;
}

.motive_r_part ul li {
	color: #fff;
	font-weight: 400;
	font-size: 26px;
	line-height: 32px;
	padding-left: 25px;
	list-style-type: none;
	position: relative;
}

.motive_r_part ul li:before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0;
	font-size: 26px;
	color: #fff;
}

.sostav {
	border: 1px solid #A99A6F;
	padding: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 60px;
}

.sostav .sostav_item_img {
	flex: 0 0 40%;
	position: relative;
}

.sostav .sostav_item_img .btn_buy {
	display: none;
}

.sostav .sostav_item_img .product_abs_pos {
	position: absolute;
	left: -64px;
	bottom: -179px;
	max-width: 680px;
}

.sostav .sostav_item_discr {
	flex: 0 0 55%;
	display: flex;
	align-items: center;
}

.sostav .sostav_item_discr h4 {
	margin: 0;
	margin-left: 16px;
	padding: 15px 0px 12px 36px;
	border-left: solid 1px #A99A6F;
	font-weight: 700;
	font-size: 48px;
	line-height: 62px;
	background: linear-gradient(90deg, #A99A6F 0%, #C6BC9F 37.01%, #EFECE4 45.63%, #FFFFFF 173.86%);
	background-size: 200% auto;
	color: #fff;
	background-clip: text;
	text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.block_ingridients {
	margin-top: 30px;
	position: relative;
	z-index: 2;
}

.block_ingridients .block_ingridients_top {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.block_ingridients .item_wrapper_i {
	flex: 0 0 32%;
}

.block_ingridients .item_wrapper_i p.top_border_p {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #A99A6F;
	min-height: 128px;
	padding: 24px 0;
	text-align: center;
	margin: 0;
	font-weight: 700;
	font-size: 25px;
	line-height: 39px;
	text-transform: uppercase;
}

.listing {
	margin-top: 20px;
}

.listing .list-item {
	margin-bottom: 10px;
	position: relative;
	cursor: pointer;
	padding-right: 25px;
}

.listing .list-item .drop_down_arrow {
	position: absolute;
	right: 0;
	top: 3px;
	width: 26px;
	height: 20px;
}

.listing .list-item .drop_down_arrow:after {
	content: '';
	position: absolute;
	left: 0;
	top: 9px;
	width: 15px;
	height: 1px;
	background: #1e8c5a;
	transform: rotate(40deg);
}

.listing .list-item .drop_down_arrow:before {
	content: '';
	position: absolute;
	right: 0;
	top: 9px;
	width: 15px;
	height: 1px;
	background: #1e8c5a;
	transform: rotate(-40deg);
}

.listing .list-item span {
	position: relative;
	display: block;
	padding-left: 16px;
	font-weight: 400;
	font-size: 26px;
	line-height: 26px;
	color: #1e8c5a;
	letter-spacing: 1px;
}

.listing .list-item span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 11px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #A99A6F;
}

.listing .list-item .list-item-hidden {
	display: none;
}

.listing .list-item .list-item-hidden img {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	max-width: 200px;
}

.listing .list-item .list-item-hidden p {
	margin: 0;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 20px;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
}

.slider_block .item_sl {
	-moz-transform: scale(.6);
	-ms-transform: scale(.6);
	-o-transform: scale(.6);
	-webkit-transform: scale(.6);
	transform: scale(.6);
	transition: all 1s;
	opacity: 0.6;
}

.slider_block .container {
	overflow: hidden;
}

.slider_block .item_sl.slick-center {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	max-width: 100%;
	opacity: 1;
}

.slider_block .item_sl img {
	width: 100%;
	max-width: 540px;
	display: block;
	margin: 0 auto;
	position: relative;
	z-index: -2;
}

.slider_block .item_sl p {
	max-width: 385px;
	margin: 30px auto 0;
	font-weight: 700;
	font-size: 30px;
	line-height: 37px;
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #FFFFFF;
}

.slick-prev,
.slick-next {
	width: 50px;
	height: 50px;
	z-index: 3;
}

.slick-dots {
	bottom: -40px;
	left: 0;
}

.slick-dots li {
	width: auto;
	height: auto;
}

.slick-dots li button {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #A99A6F;
	opacity: 0.4;
}

.slick-dots li button:before {
	display: none;
}

.slick-dots li.slick-active button {
	opacity: 1;
}

.slick-next:before {
	content: '' !important;
	background: url("../img/new/arrow_slider.svg") no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 50px;
	background-position: center 0;
}

.slick-prev:before {
	content: '' !important;
	background: url("../img/new/arrow_slider.svg") no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 50px;
	background-position: center 0;
	-moz-transform: scale(-1, -1);
	-o-transform: scale(-1, -1);
	-webkit-transform: scale(-1, -1);
	transform: scale(-1, -1);
}

.block_slider_text_item {
	position: relative;
}

.block_slider_text .slick-list,
.slider_txt_potencial .slick-list {
	height: inherit !important;
	padding-bottom: 20px;
}

.discr_slider,
.bottom_sibling_text {
	text-align: center;
	font-weight: 400;
	font-size: 21px;
	line-height: 26px;
	color: #A99A6F;
	margin: 40px auto 0;
	position: relative;
}

.bottom_sibling_text {
	text-align: left;
}

.bottom_sibling_text span {
	font-weight: 700;
	color: #fff;
}

.block_slider_text_item p {
	max-width: 1050px;
}

.two_table {
	padding-top: 50px;
}

.two_table_block {
	display: flex;
	flex-wrap: wrap;
	background: #A99A6F;
	padding: 0 115px;
}

.slicker_sibling_top {
	padding: 0 30px;
}

.slicker_sibling_top .slick-prev,
.slicker_sibling_top .slick-next {
	top: 55%;
}

.two_table_block .two_table_item {
	flex: 0 0 50%;
	padding: 0 90px 0 0px;
	margin: 43px 0;
}

.two_table_block .two_table_item .top_txt_item {
	font-weight: 400;
	font-size: 32px;
	line-height: 39px;
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	background: #fff;
	color: #15663f;
	padding: 4px 0 2px 0;
	margin-bottom: 22px;
}

.two_table_block .two_table_item:last-child {
	padding: 0 0px 0 90px;
	border-left: 1px solid #150000;
}

.two_table_block .two_table_item .top_txt_item.blue_bg {
	color: #fff;
	background: #15663f;
}

.two_table_block .two_table_item ul {
	margin: 0;
	padding-left: 28px;
}

ul>li {
	letter-spacing: 1px;
}

.two_table_block .two_table_item ul li {
	font-weight: 400;
	font-size: 21px;
	line-height: 25px;
	color: #000;
}

.two_table_block_top_mobile {
	display: none;
}

.two_table_block_top_mobile .top_mobile_item {
	flex: 0 0 50%;
	width: 50%;
	text-align: center;
	border-radius: 6px 6px 0 0;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 18px;
	color: #150000;
	background: #A99A6F;
	padding: 6px 0 4px 0;
	cursor: pointer;
}

.two_table_block_top_mobile .top_mobile_item.act_m {
	background: #fff;
}

.two_table h5.h5 {
	text-align: center;
}

.slider_txt_potencial {
	margin-top: 30px !important;
}

.slider_txt_potencial .text_item {
	position: relative;
}

.sec_video {
	padding-top: 108px;
}

.video_container {
	border: 1px solid #A99A6F;
	padding: 50px;
	max-width: 1024px;
	margin: 0 auto;
}

.video_container img,
.video_container video,
.video_container iframe {
	display: block;
	width: 100%;
	height: 518px;
	margin: 0 auto;
}

.sec_btns_buy {
	padding-top: 60px;
	padding-bottom: 46px;
	text-align: center;
}

.sec_btns_buy .btn_buy {
	margin: 0 auto;
}

.sec_btns_buy p {
	margin: 0;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.05em;
	color: #A99A6F;
	opacity: 0.6;
}

.small_btn {
	background: #1e8c5a;
	border: 1px solid #FFFFFF;
	text-align: center;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 7px 20px;
	text-decoration: none;
	transition: all .5s;
}

.small_btn:hover {
	border-color: #1e8c5a;
}

.small_btn.brown_bg:hover {
	border-color: #A99A6F;
}

.small_btn.brown_bg {
	background: #A99A6F;
}

.btns_bl .small_btn {
	margin-left: 30px;
}

.animate_obj,
.animate_obj_cust {
	opacity: 0;
	transform: translateY(100%);
}

.show_more_block .animate_obj_cust {
	transition-delay: .5s;
}

.animate_obj_cust.delay_anim2 {
	transition-delay: 2.5s;
}

.act_animate,
.products_block_anim .flex .item.act_animate {
	opacity: 1 !important;
	transition: all 1s;
	transform: translateY(0%);
}

.btn-paly {
	display: flex;
	align-items: center;
	width: 168px;
	height: 168px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background-color: rgba(0, 0, 0, .6);
	transition: .3s ease;
	cursor: pointer;
	z-index: 1;
}

.btn-paly img {
	position: absolute;
	top: 50%;
	left: 55%;
	transform: translate(-50%, -50%);
	width: 45%;
}

.btn-paly:hover {
	background-color: rgba(0, 0, 0, .8);
}

/*Popup shops*/
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
	background: rgba(0, 0, 0, 0.5);
	display: none;
}

.overlay .popup_shops {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	width: 100%;
	max-width: 650px;
	padding: 20px 10px;
	border: solid 2px #A99A6F;
	display: none;
}

.close {
	position: absolute;
	right: -20px;
	top: -20px;
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 50%;
	border: solid 1px #A99A6F;
	cursor: pointer;
}

.close span:first-child {
	position: absolute;
	width: 30px;
	height: 1px;
	background: #A99A6F;
	left: 4px;
	top: 18px;
	transform: rotate(45deg);
}

.close span:last-child {
	position: absolute;
	width: 30px;
	height: 1px;
	background: #A99A6F;
	right: 4px;
	top: 18px;
	transform: rotate(-45deg);
}

.overlay .popup_shops .popup_shops_item {
	padding: 15px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: solid 1px #A99A6F;
	min-height: 94px;
}

.overlay .popup_shops .popup_shops_item:last-child {
	border-bottom: none;
}

.overlay .popup_shops .popup_shops_item .shop_logo img {
	max-width: 180px;
	max-height: 180px;
	display: block;
}

.overlay .popup_shops .popup_shops_item .pack_and_btn {
	display: flex;
	align-items: center;
}

.overlay .popup_shops .popup_shops_item .pack_and_btn .packs {
	text-transform: uppercase;
	color: #1D1C25;
	font-size: 22px;
	font-weight: normal;
	padding-right: 20px;
}

.overlay .popup_shops .popup_shops_item .pack_and_btn .btn_shop {
	text-decoration: none;
	font-family: 'ProximaNova', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 29px;
	letter-spacing: 0.05em;
	color: #fff;
	background: #1e8c5a;
	border: solid 1px #fff;
	text-transform: uppercase;
	position: relative;
	padding: 5px 20px;
	transition: .5s;
}

.overlay .popup_shops .popup_shops_item .pack_and_btn .btn_shop:hover {
	background: #fff;
	color: #1e8c5a;
	border-color: #1e8c5a;
}

.overlay .popup_form {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 840px;
	background: #1e8c5a;
	padding: 30px 60px;
	display: none;
	box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.5);
}

.popup_form .close,
.block_phone .close {
	background: #1e8c5a;
	border-color: #1e8c5a;
}

.block_phone .close {
	right: -17px;
	top: -17px;
}

.popup_form .close span,
.block_phone .close span {
	background: #fff !important;
}

.overflow_form h3,
.overflow_form .h3 {
	margin: 0 0 10px 0;
	text-align: center;
	font-weight: 400;
	font-size: 28px;
	text-transform: uppercase;
	color: #fff;
}

.link_que {
	text-align: center;
	font-weight: 400;
	font-size: 24px;
	display: block;
	line-height: 120%;
	letter-spacing: 0.05em;
	margin-bottom: 25px;
	color: #FFFFFF;
	text-decoration: none;
}

.link_que span {
	letter-spacing: 0.05em;
	position: relative;
	text-transform: uppercase;
}

.link_que span:after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0px;
	width: 95%;
	height: 2px;
	background: #fff;
}

.overflow_form input,
.overflow_form textarea {
	border: none;
	display: block;
	width: 100%;
	max-width: 660px;
	margin: 0 auto 10px;
	text-align: center;
	font-size: 21px;
	color: #000;
	font-family: 'ProximaNova', sans-serif;
	padding: 10px 0;
}

.overflow_form textarea {
	min-height: 220px;
}

.overflow_form button {
	display: block;
	border: none;
	width: 100%;
	margin: 30px auto 0;
	max-width: 160px;
	text-align: center;
	font-weight: 700;
	font-size: 25px;
	line-height: 25px;
	color: #fff;
	background: #A99A6F;
	padding: 5px 0 8px 0;
	cursor: pointer;
	border: solid 2px #fff;
}

::-webkit-input-placeholder {
	font-family: 'ProximaNova', sans-serif;
	color: #6c6c6c;
}

::-moz-placeholder {
	font-family: 'ProximaNova', sans-serif;
	color: #6c6c6c;
}

:-moz-placeholder {
	font-family: 'ProximaNova', sans-serif;
	color: #6c6c6c;
}

:-ms-input-placeholder {
	font-family: 'ProximaNova', sans-serif;
	color: #6c6c6c;
}

/*END Popup shops*/
/*Questions*/
.know_block {
	background: #1D1C25;
}

.mobile_show {
	display: none !important;
}

.know_block .know_img {
	max-height: 600px;
	overflow: hidden;
	display: flex;
	align-items: center;
}

/*Instruction css*/
.instruction_wrapper {
	background: #fff;
	padding-top: 47px;
	padding-bottom: 35px;
}

.instruction_wrapper p.hiden_instr {
	font-size: 4.5vw;
	margin: 0;
	color: #15663f;
	display: none;
}

.instruction_wrapper h3.name_prod_h,
.instruction_wrapper h1.name_prod_h {
	font-family: 'Montserrat', sans-serif;
	color: #A99A6F;
	font-size: 70px;
	font-weight: bold;
	margin: 0;
}

.instruction_wrapper h3.name_prod_h span,
.instruction_wrapper h1.name_prod_h span {
	color: #A99A6F;
	font-size: 50px;
}

.instruction_wrapper .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.scrolls_link .item {
	flex: 0 0 31.7%;
	border: 1px solid #0d3d28;
	background: #FFF;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 37px;
	height: 87px;
	cursor: pointer;
	padding: 30px 20px;
	transition: background .3s;
}

.scrolls_link .item:hover {
	background: #0d3d28;
}

.scrolls_link .item:hover p {
	color: #fff;
}

.scrolls_link .item p {
	margin: 0;
	font-size: 21px;
	line-height: 24px;
	font-weight: 400;
	color: #0d3d28;
	text-decoration: none;
}

.instruction_wrapper .block_top_istr {
	background: #15663f;
	padding: 25px 0;
	margin-top: 50px;
	margin-bottom: 70px;
	position: relative;
}

.instruction_wrapper .block_top_istr .img_top {
	position: absolute;
	right: 17vw;
	top: 50%;
	transform: translateY(-50%);
	width: 11vw;
}

.instruction_wrapper .block_top_istr .bchp_img {
	max-width: 200px;
}

.instruction_wrapper .block_top_istr .right_p {
	text-align: left;
	font-size: 1.1vw;
	flex: 0 0 12vw;
	margin: 0;
	line-height: 140%;
	text-transform: uppercase;
	color: #fff;
}

.instruction_wrapper .block_top_istr p.p_top {
	font-size: 1.6vw;
	color: #fff;
	margin: 0;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 140%;
	flex: 0 0 63%;
}

.instruction_wrapper h4 {
	font-size: 30px;
	color: #000000;
	margin: 40px 0 10px 0;
	text-transform: uppercase;
	font-weight: 400;
}

.instruction_wrapper p,
.instruction_wrapper li {
	font-size: 21px;
	color: #000;
	margin: 0 0 20px 0;
	line-height: 180%;
}

.instruction_wrapper ul {
	margin: 0;
	padding-left: 20px;
}

.instruction_wrapper li {
	margin-bottom: 0;
}

.table_instr {
	border: solid 1px #A99A6F;
	padding: 17px;
	margin-bottom: 20px;
	margin-top: 30px;
}

.table_instr * {
	font-size: 21px;
	color: #000;
}

.row_brown {
	background: rgba(169, 154, 111, .3);
}

.row_blue {
	background: #bfe3cf;
}

.table_instr_col {
	border-left: 1px solid #A99A6F;
	flex: 0 0 33.3333%;
	padding: 10px 36px;
	display: flex;
	align-items: center;
}

.table_instr_col .col_capsules {
	display: flex;
	flex-wrap: wrap;
	flex: 0 0 100%;
}

.table_instr_col .col_capsules .item {
	flex: 0 0 50%;
}

.table_instr_row {
	display: flex;
	flex-wrap: wrap;
}

.table_instr_row .table_instr_col:first-child {
	border-left: none;
}

.table_instr .table_instr_row:first-child .table_instr_col {
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}

.table_instr .table_instr_row:first-child .table_instr_col.fl_end {
	align-items: flex-end;
}

.table_instr .table_instr_row:first-child .table_instr_col.fl_end .col_capsules {
	margin-top: 13px;
}

p.table_bottom_discr {
	font-size: 15px;
}

.profilact {
	margin-top: 40px;
}

.profilact .profilact_item {
	display: flex;
	margin-bottom: 48px;
}

.profilact .profilact_item .img_prof {
	margin-right: 45px;
}

.profilact .profilact_item p {
	line-height: 150%;
	margin-bottom: 0;
}

.profilact .profilact_item p span {
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}

.instruction_wrapper p.red_bold span {
	display: block;
	text-transform: uppercase;
	color: #FF0000;
	font-weight: bold;
}

.instruction_wrapper .instr_bottom {
	margin-top: 40px;
}

.instruction_wrapper p.manuf {
	color: #15663f;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.text_border_ctr {
	border: solid 1px #A99A6F;
	padding: 30px 40px;
	text-align: center;
	margin-top: 35px;
	margin-bottom: 70px;
}

.text_border_ctr p {
	margin: 0;
	color: #A99A6F;
	text-transform: uppercase;
	font-weight: bold;
}

.block_phone_instr {
	display: flex;
	align-items: center;
}

.block_phone_instr p {
	color: #15663f;
	margin-left: 26px;
	line-height: 140%;
	margin-bottom: 0;
}

.block_phone_instr p a {
	color: #15663f;
	text-decoration: none;
	font-size: 30px;
}

.attent_instr {
	border: solid 1px #15663f;
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	margin-top: 50px;
	margin-bottom: 75px;
}

.attent_instr p {
	padding: 22px 48px;
	padding-right: 30px;
	margin: 0;
	color: #15663f;
	line-height: 130%;
}

.attent_instr p a {
	color: #15663f;
}

.attent_instr .attent_instr_icon {
	background: #15663f;
	min-width: 86px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.attent_instr .attent_instr_icon img {
	max-width: 16px;
}

.instruction_wrapper .made_in {
	background: #fff;
	padding: 0;
	margin: 0;
}

.instruction_wrapper .made_in .flex {
	padding: 0;
	border: none;
}

.instruction_wrapper .made_in p {
	color: #15663f;
	display: contents;
}

.instruction_wrapper .made_in .item:first-child {
	flex: 0 0 41%;
}

.instruction_wrapper .made_in .item:last-child {
	flex: 0 0 59%;
	padding-left: 40px;
}

.instruction_wrapper .made_in img {
	max-width: 100%;
}

.instruction_wrapper .made_in .flex p {
	font-size: 21px;
	line-height: 130%;
}

.show_tablet {
	display: none;
}

/*End Instruction css*/
@media screen and (max-width: 1599px) {
	.know_block .know_img {
		max-height: 450px;

	}
}

@media screen and (max-width: 1279px) {
	.know_block .know_img {
		max-height: 350px;
	}

	.boost_text {
		left: 60%;
	}

	.battery {
		left: 63%;
	}
}

@media screen and (max-width: 1023px) {
	.know_block .know_img {
		max-height: 270px;

	}
}

.know_block .know_img img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	width: 100%;
}

.pages_articles {
	background: #1D1C25;
	padding-top: 50px;
	padding-bottom: 50px;
}

.pages_articles .h1_top {
	min-height: inherit !important;
	text-align: center;
	max-width: 100%;
	padding-top: 0;
}

.category_knows {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 50px;
	/* position: sticky;
	top: 0;
	background: #1D1C25; */
}

.category_knows .item {
	flex: 0 0 32%;
	border: 1px solid #A99A6F;
	padding: 30px 0;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-weight: 700;
	font-size: 21px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	margin: 0 0 2% 0;
	transition: all .5s;
}

.category_knows .item:nth-child(2) {
	margin: 0 2% 2% 2%;
}

.category_knows .item:nth-child(4) {
	margin: 0 2% 2% 0;
}

.category_knows .item:hover {
	background: #A99A6F;
}

.category_knows .item.active {
	background: #A99A6F;
}

.knows_pages {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 50px;
}

.knows_pages .knows_pages_item {
	flex: 0 0 32%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border: 1px solid #A99A6F;
	padding: 20px;
	margin-bottom: 30px;
}

.knows_pages .knows_pages_item a {
	display: block;
	text-decoration: none;
}

.knows_pages .knows_pages_item .picture img {
	width: 100%;
}

.knows_pages .knows_pages_item .picture {
	display: block;
	width: 100%;
	margin: 0 auto 15px;
	min-height: 189px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
	.knows_pages .knows_pages_item .picture {
		min-height: 182px;
	}
}

@media screen and (min-width: 1024px) {
	.knows_pages .knows_pages_item .picture {
		min-height: 160px;
	}
}

@media screen and (min-width: 1280px) {
	.knows_pages .knows_pages_item .picture {
		min-height: 203px;
	}
}

@media screen and (min-width: 1600px) {
	.knows_pages .knows_pages_item .picture {
		min-height: 293px;
	}
}


.knows_pages .knows_pages_item h4,
.knows_pages .knows_pages_item .h4 {
	margin: 0;
	font-weight: 700;
	font-size: 21px;
	line-height: 26px;
	text-transform: uppercase;
	color: #A99A6F;
}

.knows_pages .knows_pages_item h4 a,
.knows_pages .knows_pages_item .h4 a {
	font-weight: 700;
	font-size: 21px;
	line-height: 26px;
	text-transform: uppercase;
	color: #A99A6F;
}

.knows_pages .knows_pages_item p {
	margin: 20px 0;
	font-weight: 400;
	font-size: 21px;
	line-height: 26px;
	color: #A99A6F;
}

.knows_pages .knows_pages_item span {
	display: block;
	width: 100%;
	background: #A99A6F;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	font-weight: 700;
	font-size: 21px;
	line-height: 26px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	transition: all .5s;
	border: solid 1px #A99A6F;
}

.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
}

.pagination .pagination_arrow {
	width: 44px;
	height: 44px;
	cursor: pointer;
	text-decoration: none;
}

.pagination .pagination_arrow img {
	max-width: 44px;
}

.pagination .pagination_arrow.prev_pagination {
	margin-right: 20px;
}

.pagination .pagination_arrow.next_pagination {
	margin-left: 20px;
}

.pagination .pagination_arrow.prev_pagination img {
	transform: scale(-1, 1);
}

.pagination .pagination_items {
	display: flex;
	align-items: center;
	justify-content: center;
}

.pagination .pagination_items_i {
	width: 44px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0 10px;
	cursor: pointer;
	text-decoration: none;
	border: solid 1px #A99A6F;
}

.pagination .pagination_items_i.active {
	background: #A99A6F;
}

.pagination .pagination_items_i:hover {
	background: #A99A6F;
}

.page_article {
	background: #fff;
	padding-top: 50px;
	padding-bottom: 70px;
}

.page_article p {
	color: #000;
	font-size: 20px;
}

.page_article h5,
.page_article h1 {
	color: #A99A6F;
	font-weight: 700;
	font-size: 50px;
	line-height: 54px;
	margin: 0 0 50px 0;
}

.page_article h2 {
	color: #A99A6F;
}

.page_article ul {
	margin: 0;
	padding-left: 15px;
}

.page_article ul li {
	font-size: 20px;
	color: #000;
}

.questions_block {
	margin-top: 40px;
}

.questions_block .questions_block_item {
	position: relative;
	border: 1px solid #A99A6F;
	margin-bottom: 16px;
}

.questions_block .questions_block_item .que_arrow {
	position: absolute;
	right: 25px;
	top: 22px;
	cursor: pointer;
	transition: all .5s;
}

.questions_block .questions_block_item .que_arrow.act {
	transform: scale(-1, -1);
}

.questions_block .questions_block_item p {
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
	padding: 15px 100px 15px 30px;
	cursor: pointer;
}

.questions_block .questions_block_item .hidden_que {
	display: none;
}

.questions_block .questions_block_item .hidden_que p {
	font-weight: 400;
	font-size: 20px;
	line-height: 26px;
	margin: 0px;
	padding: 0px 40px 15px 30px;
	color: #A99A6F;
	cursor: inherit;
	text-transform: inherit;
}

.form_que {
	background: #A99A6F;
	padding: 28px 90px;
	margin: 0 auto;
	max-width: 950px;
	margin-top: 70px;
}

.form_que .overflow_form button {
	background: #1e8c5a;
	border: 2px solid #FFFFFF;
	color: #fff;
	max-width: 190px;
	border-radius: 0px;
}

.form_que .overflow_form input,
.form_que .overflow_form textarea {
	max-width: 100%;
}

/*END Questions*/
.arrow_top {
	position: fixed;
	bottom: 80px;
	right: 20px;
	border-radius: 50%;
	border: 1px solid #A99A6F;
	width: 40px;
	height: 40px;
	background: #fff;
	z-index: 6;
	visibility: hidden;
	opacity: 0;
	transition: opacity 1s;
	cursor: pointer;
}

.arrow_top.show {
	visibility: visible;
	opacity: 1;
}

.arrow_top span:first-child {
	position: absolute;
	left: 4px;
	top: 16px;
	width: 18px;
	height: 2px;
	border-radius: 20px;
	background: #A99A6F;
	transform: rotate(-45deg);
}

.arrow_top span:last-child {
	position: absolute;
	right: 4px;
	top: 16px;
	width: 18px;
	height: 2px;
	border-radius: 20px;
	background: #A99A6F;
	transform: rotate(45deg);
}

.show_mob_foot {
	display: none !important;
}

@media screen and (min-width: 1920px) {
	.number_and_envelop {
		right: 2.4%;
	}
}

@media screen and (max-width: 1800px) {
	.sec_base_top {
		background-position: right -50px top !important;
	}

	.show_more_block {
		max-width: 600px;
	}
}

@media screen and (max-width: 1750px) {
	.h1_top {
		max-width: 750px;
	}
}

@media screen and (max-width: 1670px) {
	.two_vido .item {
		flex: 0 0 34%;
	}

	.block_ingridients .item p {
		font-size: 22px;
		line-height: 32px;
	}

	.container {
		max-width: 1480px;
	}

	.slick-dotted.slick-slider,
	.slider_txt_potencial {
		max-width: 1200px;
		margin: 0 auto;
	}

	.nav ul li a {
		font-size: 18px;
	}

	.nav ul li {
		margin-right: 30px;
	}

	.nav ul li a.btn_buy {
		padding: 10px 30px;
	}

	.h1_top {
		max-width: 700px;
		font-size: 44px;
		line-height: 50px;
	}

	.show_more_block {
		max-width: 520px;
	}

	.show_more_block p {
		font-size: 22px;
		line-height: 28px;
		padding-right: 10px;
	}

	.board_blue p {
		font-size: 28px;
	}

	.linear-wipe {
		font-size: 60px;
	}

	.animate_h_block {
		padding-left: 200px;
	}

	.flex_text .flex_text_item p {
		font-size: 22px;
		line-height: 28px;
	}

	.sostav .sostav_item_img .product_abs_pos {
		bottom: -120px;
		max-width: 544px;
	}

	.sostav .sostav_item_discr h4 {
		font-size: 32px;
		line-height: 50px;
	}

	.two_table_block {
		padding: 0 40px;
	}

	.two_table_block .two_table_item {
		padding: 0 40px 0 0px;
	}

	.two_table_block .two_table_item:last-child {
		padding: 0 0 0 40px;
	}

	.block_ingridients .item_wrapper_i p.top_border_p {
		font-size: 18px;
	}

	.listing .list-item span {
		font-size: 22px;
	}

	.animate_h_block .dots_h {
		width: calc(100% + 110px);
	}

	.linear_font {
		font-size: 50px;
		line-height: 61px;
	}

	header .logo img {
		width: 100%;
		max-width: 100px;
	}

	header .logo a span.prod_name {
		font-size: 34px;
		margin-top: 4px;
	}

	header .logo a span.prod_name.prod_name_cust {
		font-size: 30px;
	}

	.slider_block .item_sl img {
		max-width: 385px;
	}

	.listing .list-item .list-item-hidden img {
		max-width: 130px;
	}

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

	.slider_block_gen video {
		max-width: 350px;
	}
}

@media screen and (max-width: 1400px) {
	.sec_base_top {
		background-position: right -100px top !important;
	}

	.big_mars {
		padding-bottom: 310px;
	}

	.linear-wipe {
		font-size: 54px;
	}

	.instruction_wrapper h3.name_prod_h,
	.instruction_wrapper h1.name_prod_h {
		font-size: 55px;
	}

	.instruction_wrapper h3.name_prod_h span,
	.instruction_wrapper h1.name_prod_h span {
		font-size: 40px;
	}

	.instruction_wrapper .block_top_istr p.p_top {
		font-size: 25px;
		flex: 0 0 66%;
	}

	.instruction_wrapper .block_top_istr .right_p {
		flex: 0 0 14vw;
	}

	.instruction_wrapper .block_top_istr .img_top {
		max-width: 150px;
		right: 19vw;
	}

	.instruction_wrapper .block_top_istr {
		padding: 20px 0;
	}

	.scrolls_link .item {
		margin-bottom: 25px;
		height: 70px;
		cursor: pointer;
		padding: 20px 10px;
	}

	.table_instr *,
	.instruction_wrapper .made_in .flex p,
	.scrolls_link .item p,
	.instruction_wrapper .block_top_istr .right_p,
	.instruction_wrapper p,
	.instruction_wrapper li {
		font-size: 18px;
	}

	.block_phone_instr p a {
		font-size: 21px;
	}

	.instruction_wrapper h4 {
		font-size: 26px;
		margin-top: 30px;
	}

	.profilact .profilact_item .img_prof {
		margin-right: 30px;
	}

	.boost_text {
		left: 55%;
		max-width: 224px;
	}

	.battery {
		top: 148px;
		left: 57.2%;
		max-width: 61px;
	}
}

@media screen and (max-width: 1350px) {
	.sec_base_top {
		background-position: right -150px top !important;
	}
}

@media screen and (max-width: 1300px) {
	.sec_base_top {
		background-position: center top !important;
	}

	.two_vido .item {
		flex: 0 0 38%;
	}

	.instruction_wrapper .block_top_istr .img_top {
		width: 100%;
		right: 20vw;
	}
}

@media screen and (max-width: 1270px) {
	.socials_block {
		top: -32px;
	}

	.general .general_slider .slick-next,
	.general .general_slider .slick-prev {
		width: 50px;
		height: 50px;
	}

	.general .general_slider .slick-next:before,
	.general .general_slider .slick-prev:before {
		background-size: 30px;
		width: 30px;
		height: 30px;
	}

	.general_prods .item {
		flex: 0 0 20%;
	}

	.general_prods .item p {
		font-size: 20px;
		line-height: 20px;
		max-width: 200px;
		margin: 0 auto;
	}

	.general_prods .item img {
		max-height: 79px;
		max-width: 79px;
	}

	.container {
		max-width: 1200px;
	}

	.slick-dotted.slick-slider {
		max-width: 1000px;
		margin: 0 auto;
	}

	.nav ul li {
		margin-right: 15px;
	}

	.nav ul li a {
		font-size: 14px;
	}

	.nav ul li a.btn_buy {
		padding: 5px 20px;
	}

	.show_more_block {
		max-width: 460px;
	}

	.show_more_block p {
		font-size: 18px;
		line-height: 24px;
		padding-right: 5px;
	}

	.board_blue p {
		font-size: 24px;
		line-height: 26px;
	}

	.flex_text .flex_text_item p {
		font-size: 20px;
		line-height: 24px;
	}

	.motive_r_part ul li {
		font-size: 20px;
	}

	.btn_buy {
		font-size: 20px;
	}

	.listing .list-item span {
		font-size: 18px;
		line-height: 20px;
	}

	.block_ingridients .item p {
		font-size: 14px;
		line-height: 26px;
	}

	.block_ingridients .block_ingridients_top .item {
		min-height: 100px;
	}

	.slider_block .item_sl {
		-moz-transform: scale(.5);
		-ms-transform: scale(.5);
		-o-transform: scale(.5);
		-webkit-transform: scale(.5);
		transform: scale(.5);
	}

	.sostav .sostav_item_img .product_abs_pos {
		max-width: 470px;
	}

	.sostav .sostav_item_discr {
		flex: 0 0 50%;
	}

	.sostav .sostav_item_discr h4 {
		font-size: 24px;
		line-height: 41px;
		padding: 15px 0px 6px 20px;
	}

	.sostav .sostav_item_discr .img_sostav img {
		max-width: 30px;
	}

	.video_container img,
	.video_container video,
	.video_container iframe {
		height: 440px;
	}

	.sec_btns_buy p {
		font-size: 16px;
		max-width: 400px;
	}

	.btns_bl .small_btn {
		display: inline-block;
		vertical-align: middle;
	}

	.sec_btns_buy .flex {
		align-items: center;
	}

	.block_ingridients .item_wrapper_i p.top_border_p {
		font-size: 16px;
		line-height: 24px;
	}

	.btn_buy {
		max-width: 300px;
	}

	header .logo .text_logo {
		padding-left: 15px;
	}

	.linear_font {
		font-size: 35px;
		line-height: 41px;
		margin-left: -2px;
		margin-top: -7px;
	}

	header .logo img {
		width: 100%;
		max-width: 80px;
	}

	header .logo a span.prod_name {
		font-size: 32px;
		margin-top: 7px;
	}

	header .logo a span.prod_name.prod_name_cust {
		font-size: 28px;
	}

	.slider_block .item_sl .item_sl_img {
		max-width: 294px;
		margin: 0 auto;
	}

	.slider_block .item_sl img {
		max-width: 100%;
	}

	.slider_block_gen video {
		max-width: 260px;
	}

	.linear-wipe {
		font-size: 48px;
	}

	.general .general_slider .general_slider_item .btn_sl {
		right: 11%;
		bottom: 4%;
	}

	.instruction_wrapper .block_top_istr .img_top {
		right: 21vw;
	}

	footer p {
		font-size: 18px;
	}

	footer ul li a {
		font-size: 26px;
	}

	.more_pords::before {
		top: 9px;
	}
}

@media screen and (min-width: 1023px) {

	.flex_text .flex_text_item {
		height: auto !important;
	}

	.general_prods .item:hover img,
	.general_prods .item:hover p {
		transition-delay: 0s !important;
		transform: scale(1.1, 1.1);
	}

	.products_block_anim .flex .item img:hover {
		transform: translateX(-50%) scale(1.1);
	}

	footer ul li a:hover {
		text-decoration: underline;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1920px) and (max-height: 800px) {
	.overflow_form textarea {
		min-height: 120px;
	}

	.overflow_form input,
	.overflow_form textarea {
		font-size: 22px;
		padding: 5px 0;
		margin-bottom: 10px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
	.sec_base_top {
		background-position: right 0 !important;
		background-size: 1024px;
		min-height: inherit;
		padding-bottom: 75px;
	}

	.antistress {
		background: url("../img/antistress/antistress_bg_tablet_horizontal.jpg") no-repeat;
	}

	.prostata {
		background: url("../img/prostata/prostata_bg_tablet_horizontal.jpg") no-repeat;
	}

	.potencial {
		background: url("../img/potential/potencial_bg_tablet_horizontal.jpg") no-repeat;
	}

	.activeday {
		background: url("../img/activeDay/activeday_bg_tablet_horizontal.jpg") no-repeat;
	}

	.bchp {
		background-size: 125%;
		background-position: right -200px top 11px !important;
	}

	.boost_text {
		max-width: 200px;
		left: 67%;
	}

	.battery {
		max-width: 60px;
		left: 69%;
		top: 133px;
	}

	.h1_top {
		max-width: 600px;
		font-size: 38px;
		line-height: 40px;
	}

	header .logo a span.prod_name.prod_name_cust2 {
		font-size: 24px;
	}

	.show_more_block {
		max-width: 400px;
	}

	.two_table {
		padding-top: 40px;
	}

	.linear_font {
		font-size: 40px;
		margin-top: -2px;
	}

	header .logo a span.prod_name {
		margin-top: 2px;
	}

	.btn_buy {
		transform: none;
	}

	.flex_text_item.discr_slider {
		margin-top: 50px;
	}
}

@media screen and (max-width: 1023px) {

	.table_instr *,
	.instruction_wrapper .made_in .flex p,
	.scrolls_link .item p,
	.instruction_wrapper .block_top_istr .right_p,
	.instruction_wrapper p,
	.instruction_wrapper li {
		font-size: 16px;
	}

	p.table_bottom_discr {
		font-size: 14px;
	}

	.table_instr {
		padding: 13px;
	}

	.attent_instr p {
		padding: 20px;
		line-height: 24px;
	}

	.instruction_wrapper .made_in .item:last-child {
		padding-left: 20px;
	}

	.block_phone_instr p {
		margin-left: 20px;
	}

	.block_phone_instr p a {
		font-size: 18px;
	}

	.block_phone_instr p br {
		display: none;
	}

	.table_instr_col {
		padding: 8px 20px;
	}

	.instruction_wrapper .block_top_istr p.p_top {
		font-size: 20px;
		flex: 0 0 60%;
	}

	.instruction_wrapper .block_top_istr p.p_top br {
		display: none;
	}

	.instruction_wrapper .block_top_istr .img_top {
		right: 24%;
	}

	.instruction_wrapper .block_top_istr {
		padding: 15px 0;
	}

	.instruction_wrapper h3.name_prod_h,
	.instruction_wrapper h1.name_prod_h {
		font-size: 40px;
	}

	.attent_instr {
		margin-bottom: 35px;
	}

	.text_border_ctr {
		margin-bottom: 35px;
	}

	.instruction_wrapper h3.name_prod_h span,
	.instruction_wrapper h1.name_prod_h span {
		font-size: 30px;
	}

	.scrolls_link .item p {
		line-height: 20px;
	}

	.scrolls_link .item {
		margin-bottom: 17px;
		height: 60px;
		padding: 15px 10px;
	}

	.instruction_wrapper .block_top_istr .img_top {
		max-width: 120px;
	}

	.instruction_wrapper .block_top_istr {
		margin-top: 40px;
		margin-bottom: 50px;
	}

	.nav ul li.hide_desktop {
		display: block;
	}

	.link_que {
		font-size: 20px;
	}

	.two_table_block .two_table_item {
		flex: 0 0 50%;
	}

	.big_mars:before {
		top: -150px;
	}

	.two_vido {
		margin-top: -25px;
		padding-left: 0px;
		padding-right: 0px;
	}

	.two_vido .item {
		flex: 0 0 45%;
		margin: 0;
		padding: 40px 14px;
	}

	.slider_block .item_sl {
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	.category_knows .item {
		font-size: 18px;
		padding: 25px 0;
	}

	.questions_block .questions_block_item p {
		font-size: 24px;
	}

	.questions_block .questions_block_item .hidden_que p {
		font-size: 18px;
	}

	.knows_pages .knows_pages_item {
		flex: 0 0 48%;
	}

	.overlay .popup_form {
		width: 95%;
	}

	.close {
		right: -8px;
	}

	.number_and_envelop {
		top: 100px;
		right: 20px;
	}

	.number_and_envelop a img {
		max-width: 50px;
	}

	.socials_block {
		right: 55px;
		top: 13px;
	}

	.two_table_block .two_table_item .top_txt_item {
		font-size: 26px;
	}

	.animate_h_block .circle_text {
		top: 0px;
	}

	header {
		padding: 15px 0 15px 0;
	}

	.description_prod .btn_buy {
		transform: none;
	}

	.description_prod {
		overflow: hidden;
	}

	header .logo .text_logo {
		padding-left: 10px;
	}

	.linear_font {
		font-size: 40px;
		line-height: 40px;
		margin-top: 0;
	}

	header .logo a span.prod_name {
		font-size: 30px;
		line-height: 26px;
		margin-top: 2px;
	}

	header .logo a span.prod_name.prod_name_cust {
		font-size: 26px;
	}

	header .logo img {
		max-width: 80px;
	}

	.container {
		max-width: 765px;
		padding: 0 30px;
	}

	.nav ul li {
		margin-right: 20px;
	}

	.btn_buy,
	.nav ul li a.btn_buy {
		padding: 7px 20px;
	}

	.sec_base_top {
		background-position: center top !important;
		background-size: auto;
		padding-top: 328px;
		padding-bottom: 70px;
		background-size: 1000px !important;
		overflow: hidden;
	}

	.antistress {
		background: url("../img/antistress/antistress_bg_tablet.jpg") no-repeat;
	}

	.prostata {
		background: url("../img/prostata/prostata_bg_tablet.jpg") no-repeat;
	}

	.potencial {
		background: url("../img/potential/potencial_bg_tablet.jpg") no-repeat;
	}

	.bchp {
		background: url("https://mansformula.ru/img/bchp_bg_tablet2.jpg?v2") no-repeat;
	}

	.activeday {
		background: url("../img/activeDay/activeday_bg_tablet.jpg") no-repeat;
	}

	.h1_top {
		max-width: 700px;
		font-size: 32px;
		line-height: 35px;
		min-height: inherit;
	}

	.wrapper_bg_gradient {
		position: relative;
	}

	.listing .list-item .list-item-hidden img {
		margin-left: 0px;
		max-width: 100%;
	}

	.wrapper_bg_gradient:before {
		content: '';
		position: absolute;
		left: -300px;
		width: 2000px;
		height: 491px;
		bottom: -260px;
		background: linear-gradient(180deg, #000000 55.21%, rgba(0, 0, 0, 0) 100%);
		transform: matrix(1, 0, 0, -1, 0, 0);
	}

	.animate_h_block .circle_text {
		max-width: 120px;
	}

	.animate_h_block {
		padding-left: 145px;
	}

	.animate_h_block .dots_h {
		width: calc(100% + 90px);
	}

	.linear-wipe {
		font-size: 44px;
		line-height: 58px;
	}

	.animate_h_block {
		max-width: 100%;
	}

	.flex_text .flex_text_item {
		margin-top: 20px;
		display: block;
	}

	.listing .list-item {
		padding-right: 25px;
	}

	.sostav {
		padding-left: 0px;
		padding: 20px;
		margin-top: 25px;
	}

	.slider_block .item_sl .item_sl_img {
		max-width: 570px;
	}

	.slider_block .item_sl img {
		max-width: 100%;
	}

	.sostav .sostav_item_img {
		flex: 0 0 50%;
	}

	.sostav .sostav_item_discr {
		flex: 0 0 44%;
	}

	.description_prod .btn_buy.animate_btn {
		margin-left: auto;
	}

	.sostav .sostav_item_img .product_abs_pos {
		display: block;
		left: -29px;
		top: -135px;
		right: 0;
		bottom: 0;
		margin: 0 auto;
		max-width: 391px;
	}

	.sostav .sostav_item_discr h4 {
		font-size: 28px;
		line-height: 28px;
	}

	.video_container img,
	.video_container video,
	.video_container iframe {
		height: 340px;
	}

	.description_prod {
		padding-bottom: 40px;
	}

	.block_ingridients .item_wrapper_i {
		flex: 0 0 100%;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		margin-bottom: 30px;
	}

	.block_ingridients .item_wrapper_i:last-child {
		margin-bottom: 0px;
	}

	.block_ingridients .item_wrapper_i p.top_border_p {
		font-size: 15px;
		flex: 0 0 40%;
		min-height: 118px;
	}

	.listing {
		flex: 0 0 60%;
		margin: 0px;
		padding-left: 20px;
		min-height: inherit !important;
	}

	.two_table_block {
		padding: 0 20px;
	}

	.two_table_block .two_table_item {
		padding-right: 20px;
	}

	.two_table_block .two_table_item:last-child {
		padding-left: 20px;
	}

	.sec_btns_buy.sec_btns_buy_potencial {
		border-radius: 20px 20px 0 0;
	}

	.sec_btns_buy p {
		max-width: 300px;
	}

	.show_more_block {
		max-width: 100%;
	}

	.motive_r_part ul li:before {
		left: 5px;
	}

	.burger_menu {
		display: block;
		z-index: 11;
		height: 30px;
	}

	.burger_menu.close_nav span:nth-child(2) {
		display: none;
	}

	.burger_menu.close_nav span:nth-child(1) {
		transform: rotate(45deg);
		position: absolute;
		top: 15px;
	}

	.burger_menu.close_nav span:nth-child(3) {
		transform: rotate(-45deg);
		position: absolute;
		top: 15px;
	}

	.nav {
		position: fixed;
		top: -200vh;
		left: 0;
		right: 0;
		width: 100%;
		background: #1e8c5a;
		display: flex;
		justify-content: center;
		z-index: 9;
		height: 100vh;
		flex-direction: column;
		transition: all .5s;
	}

	.nav.act_nav {
		top: 0px;
	}

	.nav ul {
		display: block;
	}

	.nav ul li {
		display: block;
		margin: 0px;
		text-align: center;
		margin: 35px auto;
	}

	.nav .drop_down_cust {
		display: none;
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		transform: none;
		width: 100%;
	}

	.nav .drop_down_cust .close_nav {
		display: none;
	}

	.nav .drop_down_cust li a {
		font-size: 24px;
		line-height: 32px;
		border-width: 1px;
	}

	.nav ul li a {
		color: #fff;
		font-size: 28px;
	}

	.nav ul li a.btn_buy {
		display: block;
		margin: 30px auto 0;
		max-width: 250px;
		background: #A99A6F;
	}

	.nav ul li a.drop_down_a svg {
		transform: none;
		left: auto;
		right: -30px;
		top: 8px;
		fill: #fff;
	}

	.nav ul li a.drop_down_a svg path {
		fill: #fff;
	}

	.show_more span {
		font-size: 16px;
		max-width: 210px;
	}

	.show_more .anim_mars {
		max-width: 100px;
		top: -30px;
		left: 144px;
	}

	.show_more .arr_show_more {
		top: 13px;
		left: 179px;
		max-width: 30px;
	}

	.discr_slider {
		text-align: left;
		margin-top: 5px;
		height: 60px;
		transition: all .5s;
		overflow: hidden;
		padding-bottom: 20px;
	}

	.flex_text .flex_text_item p {
		flex: 0 0 100%;
		display: inline;
		font-size: 20px;
	}

	.discription_motive {
		background: #000;
	}

	.wrapper_bg_grey {
		border-radius: 20px 20px 0 0;
		padding-top: 20px;
		position: relative;
	}

	.motive_r_part .motive_r_part_item {
		flex: 0 0 100%;
	}

	.overlay_hid_txt.show_mob {
		display: block !important;
	}

	.motive_r_part ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 45px;
		margin-top: 0px;
	}

	.motive_r_part ul li {
		font-size: 21px;
		text-transform: uppercase;
		flex: 0 0 29%;
	}

	.block_ingridients .item_wrapper_i p.top_border_p {
		padding-left: 2px;
		padding-right: 2px;
	}

	.wrapper_bg_grey {
		background: #000;
	}

	.two_table,
	.description_prod,
	.sec_video,
	.sec_btns_buy {
		background: #1D1C25;
	}

	.two_table {
		padding-top: 60px;
	}

	.two_table.two_table_potencial {
		border-radius: 30px 30px 0 0;
		background: linear-gradient(to top, #000, #1D1C25);
	}

	.description_prod {
		border-radius: 30px 30px 0 0;
		padding-top: 60px;
	}

	.slider_block {
		background: linear-gradient(to top, #000, #1D1C25);
	}

	.overlay_hid_txt.show_mob {
		background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.0));
	}

	.block_slider_text .overlay_hid_txt.show_mob img {
		bottom: -40px;
	}

	.slider_block .container {
		overflow: inherit;
	}

	.wrapper_bg_grey {
		overflow: hidden;
	}

	.block_slider_text {
		margin-left: -30px;
		margin-right: -30px;
		margin-top: 50px;
	}

	.block_slider_text .slick-list {
		overflow: inherit !important;
	}

	.block_slider_text_item {
		margin: 0 30px;
	}

	.slick-prev {
		left: -10px;
	}

	.slick-next {
		right: -10px;
	}

	.listing .list-item .list-item-hidden img {
		float: none;
		display: block;
		margin: 0 auto 10px;
		max-width: 100%;
	}

	.slicker_sibling_top {
		margin-left: -15px !important;
		margin-right: -15px !important;
	}

	.slicker_sibling_top .item_sl {
		margin: 0 15px;
	}

	.slider_txt_potencial {
		margin-left: -30px;
		margin-right: -30px;
		margin-top: 50px !important;
	}

	.slider_txt_potencial .slick-list {
		overflow: inherit !important;
	}

	.bottom_sibling_text {
		margin: 0 30px;
	}

	.bg_video {
		width: 570px;
	}

	.slider_block_gen video {
		max-width: 500px;
	}

	.big_mars {
		padding-bottom: 220px;
	}

	.big_mars .animate_h_block .linear-wipe {
		padding-left: 30px;
		font-size: 40px;
	}

	.big_mars .animate_h_block .circle_text {
		top: -15px;
		left: 0px;
		max-width: 150px;
	}

	.big_mars .animate_h_block .linear-wipe {
		padding-left: 15px;
	}

	.made_in .flex .item img {
		max-width: 280px;
	}

	.instruction_wrapper .made_in img {
		max-width: 100% !important;
	}

	.made_in .flex p {
		font-size: 14px;
	}

	.made_in .flex {
		padding-top: 40px;
		padding-bottom: 40px;
		align-items: center;
	}

	footer .foot_logo {
		max-width: 105px;
	}

	footer ul li a {
		font-size: 20px;
		line-height: 28px;
	}

	footer p {
		font-size: 14px;
		line-height: 20px;
	}

	footer .link_cust {
		font-size: 18px;
		line-height: 22px;
	}

	.more_pords::before {
		top: 4px;
	}

	.more_pords.act::before {
		top: 10px;
	}

	.products_block_anim {
		margin-top: 60px;
	}

	.general .general_slider .general_slider_item .btn_sl {
		right: 8%;
		bottom: 4%;
		font-size: 14px;
		line-height: 22px;
		max-width: 140px;
	}

	.attent_instr .attent_instr_icon {
		min-width: 64px;
	}

	.instruction_wrapper .made_in .item:last-child {
		flex: 0 0 100%;
		padding-left: 0;
	}

	.instruction_wrapper .made_in .item:first-child {
		flex: 0 0 70%;
		margin-bottom: 0px;
	}

	.table_instr_col {
		text-wrap: balance;
	}

	.show_tablet {
		display: block;
	}

	.table_instr * {
		font-size: 15px;
	}
}

@media screen and (max-width: 950px) {
	.sec_base_top {
		background-size: 950px !important;
	}

	.boost_text {
		max-width: 200px;
		left: 26%;
		top: -301px;
	}

	.battery {
		max-width: 60px;
		left: 29%;
		top: -164px;
	}
}

@media screen and (max-width: 850px) {
	.sec_base_top {
		background-size: 850px !important;
	}
}

@media screen and (max-width: 800px) {
	.sec_base_top {
		background-size: 800px !important;
	}
}

@media screen and (max-width: 767px) {
	.boost_text {
		max-width: 150px;
		left: 26%;
		top: -340px;
	}

	.battery {
		max-width: 50px;
		left: 29%;
		top: -231px;
	}

	header .logo a span.prod_name.prod_name_cust2 {
		line-height: 16px;
		font-size: 16px;
	}

	.two_table_block .two_table_item ul li {
		font-size: 18px;
		line-height: 24px;
	}

	h5.h5 {
		font-size: 18px;
		line-height: 22px;
	}

	.mobile_show {
		display: block !important;
	}

	.mobile_hide {
		display: none !important;
	}

	.two_table_block_top_mobile .top_mobile_item {
		min-height: 46px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		font-size: 16px;
	}

	.slicker_sibling_top {
		padding-left: 0;
		padding-right: 0;
	}

	.big_mars:before {
		top: -25px;
	}

	.two_vido {
		padding: 20px 10px;
	}

	.two_vido .item video {
		min-height: inherit;
	}

	.two_vido .item {
		flex: 0 0 100%;
		margin-bottom: 20px;
		padding: 55px 19px;
	}

	.two_vido .item:last-child {
		margin-bottom: 0;
	}

	.form_que {
		padding: 20px;
	}

	.questions_block .questions_block_item .que_arrow {
		max-width: 30px;
		right: 10px;
	}

	.questions_block .questions_block_item p {
		padding: 20px 45px 20px 15px;
		font-size: 20px;
	}

	.questions_block .questions_block_item .hidden_que p {
		padding: 0px 15px 15px 15px;
		font-size: 16px;
		line-height: 24px;
	}

	.know_block .container,
	.know_block .know_img {
		padding: 0;
	}

	.pages_articles {
		padding-top: 30px;
	}

	.knows_pages .knows_pages_item {
		flex: 0 0 100%;
		padding: 10px;
	}

	.pagination .pagination_arrow.prev_pagination {
		margin-right: 5px;
		flex-shrink: 0;
	}

	.pagination .pagination_arrow.next_pagination {
		margin-left: 5px;
		flex-shrink: 0;
	}

	.pagination .pagination_arrow {
		width: 24px;
		height: 24px;
	}

	.pagination .pagination_arrow img {
		max-width: 38px;
	}

	.pagination .pagination_items_i {
		width: 30px;
		height: 30px;
		line-height: 30px;
		margin: 0 3px;
		font-size: 16px;
	}

	.knows_pages .knows_pages_item h4,
	.knows_pages .knows_pages_item .h4 {
		font-size: 18px;
		line-height: 24px;
	}

	.knows_pages .knows_pages_item p {
		font-size: 18px;
		margin: 10px 0;
	}

	.page_article {
		padding-top: 40px;
	}

	.page_article p,
	.page_article ul li {
		font-size: 18px;
	}

	.page_article h5 {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 35px;
		text-transform: uppercase;
	}

	.knows_pages .knows_pages_item span {
		font-size: 18px;
	}

	.category_knows {
		margin-top: 30px;
		justify-content: space-between;
	}

	.category_knows .item {
		flex: 0 0 100%;
		font-size: 16px;
		padding: 18px 0;
		margin: 0 0 10px 0 !important;
	}

	.overlay .popup_form {
		padding: 20px;
	}

	.overflow_form h3,
	.overflow_form .h3 {
		font-size: 19px;
	}

	.link_que {
		font-size: 16px;
	}

	.overflow_form input,
	.overflow_form textarea {
		font-size: 20px;
		padding: 5px 0;
	}

	.overflow_form textarea {
		min-height: 150px;
	}

	.overflow_form button {
		font-size: 22px;
		margin-top: 20px;
	}

	.socials_block {
		right: 15px;
		top: 75px;
	}

	.number_and_envelop {
		top: 86px;
		right: 14px;
	}

	.number_and_envelop a {
		margin-bottom: 10px;
	}

	.number_and_envelop a img {
		max-width: 36px;
		border-radius: 50%;
	}

	.socials_block a img {
		margin-top: 0px;
	}

	.socials_block a {
		display: block;
		margin: 0 auto 5px;
		padding-top: 6px;
	}

	.general_prods .item:nth-child(1) {
		transition-delay: 0s;
	}

	.general_prods .item:nth-child(2) {
		transition-delay: .25s;
	}

	.general_prods .item:nth-child(3) {
		transition-delay: .5s;
	}

	.general_prods .item:nth-child(4) {
		transition-delay: .75s;
	}

	.general_prods .item:nth-child(5) {
		transition-delay: 1s;
	}

	.general .general_slider .general_slider_item .btn_sl {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		bottom: 5%;
		font-size: 16px;
		line-height: 32px;
		max-width: 155px;
	}

	.general .container {
		padding: 0px;
	}

	.general_prods {
		justify-content: center;
		padding: 40px 0 0px 0;
	}

	.general_prods .item {
		flex: 0 0 33%;
		margin-bottom: 40px;
	}

	.general .general_slider .general_slider_item img {
		display: none;
	}

	.general .general_slider .general_slider_item img.mobile_img {
		display: block;
	}

	.general .general_slider .slick-next,
	.general .general_slider .slick-prev {
		top: 75%;
	}

	.big_mars .animate_h_block .linear-wipe {
		padding-left: 0px;
		font-size: 38px;
	}

	.made_in .flex {
		flex-wrap: wrap;
	}

	.made_in .flex p {
		flex: 0 0 100%;
		padding-left: 0px;
		margin-top: 20px;
	}

	.big_mars {
		padding-top: 40px;
	}

	.big_mars .animate_h_block .circle_text {
		top: 100px;
		left: auto;
		right: 0;
		display: block;
		z-index: 0;
		max-width: 140px;
	}

	.big_mars:before {
		width: 920px;
		height: 600px;
	}

	.products_block_anim {
		margin-top: 120px;
	}

	.products_block_anim .flex .item {
		flex: 0 0 33%;
		z-index: 2;
	}

	.products_block_anim .flex .item:nth-child(4),
	.products_block_anim .flex .item:nth-child(5) {
		z-index: 1;
	}

	.products_block_anim .flex .item:nth-child(4) img {
		top: -110px;
		left: 100%;
	}

	.products_block_anim .flex .item:nth-child(5) img {
		top: -110px;
		left: 0px;
	}

	.made_in .flex p {
		font-size: 16px;
	}

	footer .flex .l_footer {
		flex: 0 0 100%;
		order: 2;
		margin-bottom: 20px;
	}

	.more_pords::before {
		top: 6px;
		border: 6px solid transparent;
		border-left: 8px solid #a99a6f;
	}

	.more_pords.act::before {
		top: 8px;
	}

	footer ul li ul {
		padding-left: 15px;
		display: block;
	}

	footer ul li a {
		font-size: 18px;
		line-height: 22px;
	}

	footer .flex .r_footer {
		flex: 0 0 100%;
		text-align: left;
		order: 1;
		margin-bottom: 15px;
	}

	footer .foot_logo {
		float: right;
		margin-bottom: 0px;
		margin-top: 21px;
	}

	footer .bottom_footer_link {
		display: block;
		margin-top: 0px;
		order: 3;
	}

	footer p {
		max-width: 220px;
	}

	footer .link_block_f {
		margin-top: 20px;
	}

	footer .bottom_footer_link .link_block_f {
		display: block;
		margin-top: 0px;
	}

	footer .l_footer .link_block_f {
		margin-top: 0px;
	}

	footer .link_cust {
		display: block;
		margin: 0;
		font-size: 14px;
	}

	header {
		padding: 12px 0 10px 0;
	}

	header .container {
		padding: 0px;
	}

	header .flex {
		padding: 0 15px;
	}

	header .logo {
		flex: 0 0 90%;
	}

	header .logo a {
		display: flex;
		align-items: center;
	}

	header .logo img {
		max-width: 60px;
	}

	.linear_font {
		font-size: 32px;
		line-height: 32px;
		margin-top: 0px;
	}

	header .logo a span.prod_name {
		font-size: 23px;
		line-height: 20px;
		max-width: 100%;
		margin-top: 0px;
	}

	header .logo a span.prod_name.prod_name_cust {
		font-size: 19px;
	}

	header .logo .text_logo {
		padding-left: 10px;
	}

	.nav .drop_down_cust li {
		background: #46c187;
	}

	.container {
		padding: 0 15px;
	}

	.burger_menu {
		display: block;
		z-index: 11;
		height: 30px;
	}

	.burger_menu.close_nav span:nth-child(2) {
		display: none;
	}

	.burger_menu.close_nav span:nth-child(1) {
		transform: rotate(45deg);
		position: absolute;
		top: 15px;
	}

	.burger_menu.close_nav span:nth-child(3) {
		transform: rotate(-45deg);
		position: absolute;
		top: 15px;
	}

	.nav {
		position: absolute;
		top: -200vh;
		left: 0;
		width: 100%;
		background: #1e8c5a;
		display: flex;
		justify-content: center;
		z-index: 9;
		height: 100vh;
		flex-direction: column;
		transition: all .5s;
	}

	.nav.act_nav {
		top: -12px;
	}

	.nav ul li {
		display: block;
		margin: 0px;
		text-align: center;
		margin: 20px auto;
		width: 100%;
	}

	.nav .drop_down_cust {
		display: none;
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		transform: none;
		width: 100%;
		margin-top: 10px;
	}

	.nav .drop_down_cust .close_nav {
		display: none;
	}

	.nav .drop_down_cust li a {
		line-height: 26px;
		font-size: 22px;
		border-width: 1px;
	}

	.nav ul li a {
		color: #fff;
		font-size: 20px;
	}

	.nav ul li a.btn_buy {
		display: block;
		margin: 30px auto 0;
		max-width: 250px;
		background: #A99A6F;
	}

	.sec_base_top {
		background-position: center top;
		background-size: 415px !important;
		padding-top: 355px;
		padding-bottom: 60px;
	}

	.antistress {
		background: url("../img/antistress/antistress_bg_mob.png") no-repeat;
	}

	.prostata {
		background: url("../img/prostata/prostata_bg_mob.jpg") no-repeat;
	}

	.potencial {
		background: url("../img/potential/potencial_bg_mob.jpg") no-repeat;
	}

	.bchp {
		background: url("https://mansformula.ru/img/bchp_bg_mob2.jpg?v2") no-repeat;
	}

	.activeday {
		background: url("../img/activeDay/activeday_bg_mob.jpg") no-repeat;
	}

	.h1_top {
		font-size: 28px;
		line-height: 31px;
		min-height: inherit;
		padding-top: 0px;
	}

	.show_more_block p {
		font-size: 18px;
		line-height: 24px;
		padding-right: 0px;
	}

	.show_more {
		margin-top: 50px;
	}

	.show_more span {
		font-size: 12px;
		max-width: 150px;
		padding: 4px 2px;
	}

	.show_more .anim_mars {
		top: -20px;
		left: 107px;
		max-width: 70px;
	}

	.show_more .arr_show_more {
		top: 11px;
		left: 134px;
		max-width: 18px;
	}

	.wrapper_bg_gradient:before {
		bottom: 0px;
		height: 190px;
	}

	.board_blue p {
		font-size: 22px;
		line-height: 26px;
	}

	.animate_h_block {
		padding-left: 0px;
	}

	.animate_h_block .circle_text,
	.animate_h_block .dots_h {
		display: none;
	}

	.linear-wipe {
		font-size: 38px;
		line-height: 44px;
	}

	.flex_text .flex_text_item p {
		font-size: 18px;
		line-height: 24px;
		flex: 0 0 100%;
	}

	.flex_text .flex_text_item p:last-child {
		padding-bottom: 20px;
	}

	.motive_r_part .motive_r_part_item {
		flex: 0 0 100%;
	}

	.flex_text .flex_text_item {
		margin-top: 10px;
	}

	.motive_r_part ul {
		display: block;
	}

	.motive_r_part ul li {
		font-size: 20px;
		text-transform: uppercase;
	}

	.btn_buy {
		font-size: 18px;
		margin: 0 auto;
	}

	.sostav {
		padding: 260px 20px 20px 20px;
		margin-top: 160px;
	}

	.sostav .sostav_item_discr .img_sostav img {
		max-width: 20px;
	}

	.sostav .sostav_item_img,
	.sostav .sostav_item_discr {
		flex: 0 0 100%;
	}

	.sostav .sostav_item_img .product_abs_pos {
		width: 400px;
		max-width: 400px;
		top: -240px;
		left: 47%;
		transform: translateX(-50%);
		margin: -170px auto 0;
	}

	.sostav .sostav_item_discr h4 {
		font-size: 30px;
		line-height: 32px;
		margin-left: 30px;
		padding-left: 30px;
		padding-right: 20px;
	}

	.motive_r_part ul {
		margin-bottom: 0px;
	}

	.flex_text .btn_buy {
		display: none;
	}

	.sostav .sostav_item_img .btn_buy {
		display: block;
		margin: -50px auto 20px;
	}

	.block_ingridients .item_wrapper_i {
		flex: 0 0 100%;
		display: block;
		margin-bottom: 0px;
	}

	.listing {
		padding-left: 0px;
		margin-top: 10px;
		margin-bottom: 25px;
		height: inherit !important;
	}

	.listing .list-item .list-item-hidden img {
		max-width: 140px;
	}

	.block_ingridients .item_wrapper_i p.top_border_p {
		min-height: inherit;
		font-size: 16px;
		padding: 20px 10px;
	}

	.block_slider_text_item p {
		margin-top: 0px;
	}

	.slider_block .item_sl {
		padding-left: 50px;
		padding-right: 50px;
	}

	.slick-prev {
		left: -20px;
	}

	.slick-next {
		right: -20px;
	}

	.slider_block .item_sl p {
		font-size: 18px;
		line-height: 22px;
		margin-top: 16px;
	}

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

	.discr_slider {
		font-size: 18px;
		line-height: 24px;
		text-align: left;
		margin-top: 40px;
		height: 60px;
		transition: all .5s;
		overflow: hidden;
		padding-bottom: 20px;
	}

	.sec_video {
		padding-top: 60px;
	}

	.video_container {
		padding: 20px;
	}

	.video_container img,
	.video_container video,
	.video_container iframe {
		height: 200px;
	}

	.sec_btns_buy .flex {
		display: block;
	}

	.sec_btns_buy p {
		text-align: center;
		max-width: 100%;
	}

	.btns_bl .small_btn {
		display: block;
		margin: 25px auto 0;
		max-width: 235px;
	}

	.listing .list-item .list-item-hidden p {
		font-size: 16px;
		line-height: 22px;
	}

	.two_table {
		border-radius: 20px 20px 0 0;
	}

	.two_table_block_top_mobile {
		display: flex;
	}

	.two_table_block {
		display: block;
		padding: 0px;
	}

	.two_table_block .two_table_item .top_txt_item {
		display: none;
	}

	.two_table h5.h5 {
		min-height: 78px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.color_bg_w {
		background: #fff;
	}

	.color_bg_g {
		background: #A99A6F;
	}

	.two_table_block .two_table_item {
		padding: 20px 15px !important;
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.two_table_block .two_table_item:last-child {
		border: none;
		display: none;
	}

	.spoiler_mob {
		display: none;
		transition: inherit !important;
		padding-bottom: 20px;
	}

	.slider_block .item_sl {
		padding-left: 30px;
		padding-right: 30px;
	}

	.slider_block .item_sl img {
		max-width: 100%;
	}

	.slick-prev,
	.slick-next {
		width: 30px;
		height: 30px;
	}

	.slick-prev {
		left: -10px;
	}

	.slick-next {
		right: -10px;
	}

	.slick-prev:before {
		width: 30px;
		height: 30px;
		background-size: 30px;
	}

	.slick-next:before {
		width: 30px;
		height: 30px;
		background-size: 30px;
	}

	.btn-paly {
		top: 45%;
		width: 100px;
		height: 100px;
	}

	.slider_txt_potencial .text_item {
		margin: 0 15px;
	}

	.slider_txt_potencial {
		margin-left: -15px;
		margin-right: -15px;
		margin-top: 30px;
	}

	.bottom_sibling_text {
		margin: 0;
	}

	.bg_video {
		width: 100%;
	}

	.slider_block_gen video {
		max-width: 100%;
		width: 74%;
	}

	footer .bottom_img {
		display: none;
		margin-top: 20px;
	}

	footer .bottom_img_mob {
		display: block;
	}

	.overlay .popup_shops {
		width: 90%;
		padding: 10px 0;
	}

	.overlay .popup_shops .popup_shops_item .shop_logo img {
		max-width: 120px;
	}

	.overlay .popup_shops .popup_shops_item {
		min-height: inherit;
	}

	.overlay .popup_shops .popup_shops_item .pack_and_btn .packs {
		font-size: 16px;
		padding-right: 15px;
	}

	.overlay .popup_shops .popup_shops_item .pack_and_btn .btn_shop {
		padding: 3px 10px;
		font-size: 16px;
	}

	.overlay .popup_shops .popup_shops_item {
		padding-left: 12px;
		padding-right: 12px;
	}

	.instruction_wrapper .block_top_istr .right_p {
		display: none;
	}

	.instruction_wrapper p.hiden_instr {
		display: block;
		max-width: 61vw;
		line-height: 120% !important;
		margin-top: 5px;
	}

	.instruction_wrapper p.hiden_instr br {
		display: none;
	}

	.instruction_wrapper h3.name_prod_h,
	.instruction_wrapper h1.name_prod_h {
		font-size: 6.2vw;
		max-width: 69vw;
	}

	.instruction_wrapper h3.name_prod_h span,
	.instruction_wrapper h1.name_prod_h span {
		font-size: 5vw;
	}

	.instruction_wrapper .block_top_istr {
		margin-top: 20px;
		padding: 13px 0;
		margin-bottom: 40px;
	}

	.table_instr *,
	.instruction_wrapper .made_in .flex p,
	.scrolls_link .item p,
	.instruction_wrapper .block_top_istr .right_p,
	.instruction_wrapper p,
	.instruction_wrapper li {
		font-size: 16px;
		line-height: 160% !important;
	}

	.instruction_wrapper li {
		margin-bottom: 10px;
	}

	p.table_bottom_discr {
		font-size: 12px;
	}

	.block_phone_instr p a {
		font-size: 16px;
	}

	.instruction_wrapper {
		padding-top: 38px;
	}

	.instruction_wrapper .block_top_istr p.p_top {
		font-size: 4.4vw;
		flex: 0 0 100%;
	}

	.instruction_wrapper .block_top_istr p.p_top br {
		display: none;
	}

	.instruction_wrapper .block_top_istr .img_top {
		position: absolute;
		right: 11%;
		top: auto;
		bottom: 100%;
		max-width: 78px;
		transform: none;
	}

	.scrolls_link .item {
		flex: 0 0 100%;
		padding: 8px 10px;
		height: auto;
	}

	.instruction_wrapper h4 {
		font-size: 20px;
		margin-top: 25px;
	}

	.table_instr * {
		font-size: 11px !important;
	}

	.table_instr {
		padding: 5px;
	}

	.table_instr_col {
		padding: 5px;
	}

	.profilact .profilact_item {
		display: block;
		margin-bottom: 20px;
	}

	.profilact .profilact_item .img_prof {
		margin: 0 auto 10px;
	}

	.profilact .profilact_item .img_prof img {
		display: block;
		margin: 30px auto 15px;
		max-width: 120px;
	}

	.text_border_ctr {
		padding: 10px;
	}

	.block_phone_instr img {
		max-width: 55px;
	}

	.block_phone_instr p {
		margin-left: 15px;
	}

	.instruction_wrapper .made_in .flex p {
		font-size: 14px;
	}

	.attent_instr .attent_instr_icon {
		min-width: 28px;
	}

	.attent_instr .attent_instr_icon img {
		max-width: 10px;
	}

	.attent_instr {
		margin-top: 33px;
	}

	.attent_instr p {
		font-size: 16px;
		line-height: 20px;
		padding: 10px;
	}

	.instruction_wrapper .made_in .item:first-child,
	.instruction_wrapper .made_in .item:last-child {
		flex: 0 0 100%;
		padding-left: 0;
	}

	.instruction_wrapper .made_in img {
		max-width: 100%;
		margin-bottom: 10px;
	}

	.block_phone_instr {
		align-items: flex-start;
	}

	.table_instr_col {
		flex: 0 0 30%;
	}

	.table_instr_col:nth-child(1) {
		flex: 0 0 40%;
	}

	.show_mob_foot {
		display: block !important;
	}

	footer .link_block_f:last-child .link_cust {
		display: none;
	}
}

@media screen and (max-width: 399px) {

	.products_block_anim .flex .item:nth-child(5) img,
	.products_block_anim .flex .item:nth-child(4) img {
		top: -105px;
	}

	.h1_top {
		font-size: 24px;
		line-height: 36px;
	}

	.video_container img,
	.video_container video,
	.video_container iframe {
		height: 170px;
	}

	.linear_font {
		font-size: 32px;
		line-height: 32px;
		margin-top: -2px;
	}

	header .logo img {
		max-width: 60px;
	}

	header .logo .text_logo {
		padding-left: 7px;
	}

	header .logo a span.prod_name {
		font-size: 20px;
		line-height: 18px;
	}

	header .logo a span.prod_name.prod_name_cust {
		font-size: 17px;
	}

	.sostav {
		padding-top: 230px;
	}

	.sostav .sostav_item_discr h4 {
		margin-left: 20px;
		padding-left: 20px;
	}

	.sostav .sostav_item_img .product_abs_pos {
		width: 370px;
		top: -200px;
	}
}

@media screen and (max-width: 360px) {
	.table_instr {
		padding: 0px;
	}

	.linear_font {
		font-size: 28px;
	}

	header .logo a span.prod_name {
		font-size: 19px;
	}

	header .logo a span.prod_name.prod_name_cust {
		font-size: 16px;
	}

	.products_block_anim .flex .item:nth-child(4) img {
		top: -100px;
		left: 100%;
	}

	.products_block_anim .flex .item:nth-child(5) img {
		top: -100px;
		left: 0px;
	}

	.overflow_form h3,
	.overflow_form .h3 {
		font-size: 17px;
	}

	.table_instr * {
		font-size: 9px !important;
	}
}

@media screen and (max-width: 350px) {
	.linear_font {
		font-size: 24px;
	}

	.sostav {
		padding-top: 190px;
	}

	.sostav .sostav_item_discr h4 {
		font-size: 22px;
		line-height: 28px;
	}

	.h1_top {
		font-size: 21px;
	}

	.video_container img,
	.video_container video,
	.video_container iframe {
		height: 150px;
	}

	.sostav .sostav_item_img .product_abs_pos {
		width: 300px;
		top: -150px;
	}
}

#cboxMiddleRight {
	display: none
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
}

#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
	clear: left;
}

#cboxContent {
	position: relative;
}

#cboxLoadedContent {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

#cboxTitle {
	margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
	cursor: pointer;
}

.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
	max-width: none;
	-ms-interpolation-mode: bicubic;
}

.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
	background: #000;
}

#colorbox {
	outline: 0;
}

#cboxContent {
	margin-top: 20px;
}

.cboxIframe {
	background: #fff;
}

#cboxError {
	padding: 50px;
	border: 1px solid #ccc;
}

#cboxLoadedContent {
	background: #fff;
}

.vitaBoxContent #cboxLoadedContent {
	border: none !important;
}

#colorbox.vitaBoxContent {
	border: 2px solid #a8852a;
}

#cboxTitle {
	position: absolute;
	top: -20px;
	left: 0;
	color: #ccc;
}

#cboxCurrent {
	position: absolute;
	top: -20px;
	right: 0px;
	color: #ccc;
}

#cboxLoadingGraphic {
	background: url("../image/colorbox/loading.gif") no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
	border: 0;
	padding: 0;
	margin: 0;
	overflow: visible;
	width: auto;
	background: none;
}

.vitaBoxContent #cboxClose {
	background: url("https://mansformula.ru/image/close.png") no-repeat;
	margin: 5px;
	width: 27px;
	height: 27px;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
	outline: 0;
}

#cboxSlideshow {
	position: absolute;
	top: -20px;
	right: 90px;
	color: #fff;
}

#cboxPrevious {
	position: absolute;
	top: 50%;
	left: 5px;
	margin-top: -32px;
	background: url("../image/colorbox/controls.png") no-repeat top left;
	width: 28px;
	height: 65px;
	text-indent: -9999px;
}

#cboxPrevious:hover {
	background-position: bottom left;
}

#cboxNext {
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -32px;
	background: url("../image/colorbox/controls.png") no-repeat top right;
	width: 28px;
	height: 65px;
	text-indent: -9999px;
}

#cboxNext:hover {
	background-position: bottom right;
}

#cboxClose {
	position: absolute;
	top: 5px;
	right: 5px;
	display: block;
	background: url("../image/colorbox/controls.png") no-repeat top center;
	width: 38px;
	height: 19px;
	text-indent: -9999px;
}

.popup-apteka-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.85);
	z-index: 10;
}

.popup-apteka-wrapper.--hidden {
	display: none;
}

.popup-apteka {
	max-width: 320px;
	position: relative;
}

.popup-apteka__close {
	position: absolute;
	top: 0;
	right: 10px;
	cursor: pointer;
	max-width: 40px;
}

.popup-apteka__close img {
	max-width: 100%;
	width: auto;
	height: auto;
}

.popup-apteka__picture {
	display: flex;
}

.popup-apteka__picture img {
	max-width: 100%;
	width: auto;
	height: auto;
}

@media (min-width: 1200px) {
	.popup-apteka {
		max-width: 700px;
	}

	.popup-apteka__close {
		max-width: 100%;
		top: -25px;
		right: -36px;
	}
}

@media (min-width: 1440px) {
	.popup-apteka {
		max-width: 1180px;
	}
}

#cboxWrapper {
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
	height: 352px;
	max-width: 954px;
	position: relative;
	width: auto;
	margin: 10px;
	display: flex;
	justify-content: center;
}

#cboxClose:hover {
	background-position: bottom center;
}

#Content {
	padding: 56px 0px 20px 200px;
}

#Content div {
	font-family: pragmaticalightcregular !important;
}

#Content a {
	color: #a8852a;
}

#cboxOverlay {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.4;
	cursor: auto;
	visibility: visible;
	top: 0;
	left: 0;
	z-index: 1000;
	overflow: hidden;
}

#colorbox {
	display: flex;
	align-items: center;
	justify-content: center;
}

#cboxWrapper {
	max-width: 1232px;
	overflow: visible !important;
}

@media (min-width: 768px) {
	#cboxWrapper {
		width: auto;
		margin: 0 auto;
	}
}

#cboxContent {
	max-width: 1232px;
	height: 416px;
	float: none;
}

#cboxContent {
	float: left;
	width: 560px;
	height: auto;
	margin-top: 20px;
}

#colorbox.prostate-cboxContent #cboxLoadedContent {
	width: 100%;
}

#cboxLoadedContent {
	border-radius: 0;
}

#cboxLoadedContent {
	overflow: visible;
	height: 331px;
	margin-left: auto;
	margin-right: auto;
}

#cboxContent,
#cboxLoadedContent {
	height: auto;
}

#knowprice {
	min-width: 480px;
	position: relative;
	padding: 20px 10px !important;
	background: #fff;
	overflow: visible !important;
	max-width: 650px;
	border: solid 2px #a99a6f;
}

#cboxClose,
#knowprice {
	margin-left: auto;
	margin-right: auto;
}

#knowprice .wrap-shop {
	flex-wrap: nowrap !important;
	justify-content: space-between !important;
	display: flex;
	align-items: center;
}

.logo_shop {
	width: 100%;
	max-width: 180px;
	height: 130px;
	display: flex;
}

.wrap-shop-item {
	display: flex;
	flex-flow: column;
}

.wrap-items {
	display: flex;
	margin-bottom: 10px;
	align-items: center;
	justify-content: flex-end;
}

.wrap-items span {
	text-transform: uppercase;
	color: #1d1c25;
	font-size: 22px;
	font-weight: 400;
	padding-right: 4px;
}

.price-self {
	display: flex;
	align-items: center;
}

.price-self {
	width: 27px;
	height: 30px;
	color: #1D1C25;
	font-size: 22px;
	font-weight: normal;
	padding-right: 20px;
	margin-right: 20px;
}

.btn-know.no-price {
	text-decoration: none;
	font-family: 'ProximaNova', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 29px;
	letter-spacing: 0.05em;
	color: #fff;
	background: #1e8c5a;
	border: solid 1px #fff;
	text-transform: uppercase;
	position: relative;
	padding: 5px 20px;
	transition: .5s;
}

.btn-know {
	text-decoration: none;
	font-family: 'ProximaNova', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 29px;
	letter-spacing: 0.05em;
	color: #fff;
	background: #1e8c5a;
	border: solid 1px #fff;
	text-transform: uppercase;
	position: relative;
	padding: 5px 20px;
	transition: .5s;
}

#cboxClose.close {
	position: absolute !important;
	right: -20px !important;
	top: -20px !important;
	width: 40px !important;
	height: 40px !important;
	background: #fff !important;
	border-radius: 50% !important;
	border: solid 1px #a99a6f !important;
	cursor: pointer !important;
}

#colorbox {

	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	position: fixed;
}

#knowprice .wrap-shop {
	flex-wrap: nowrap !important;
}

#knowprice .wrap-shop:not(:first-child) {
	border-top: solid 2px #a99a6f;
}

.logo_shop img {
	width: 100%;
	object-fit: contain;
	object-position: center center;
}

@media screen and (max-width: 1300px) {

	#cboxWrapper,
	#cboxContent {
		max-width: 1000px;
	}
}

@media (min-width: 560px) and (max-width: 1024px) {
	#knowprice .wrap-shop {
		padding-top: 20px;
	}
}

@media (max-width: 1024px) {
	.logo_shop {
		height: 80px;
	}

	#cboxContent {
		width: 100%;
	}

	.bchp {
		background-size: 143%;
	}
}

@media (max-width: 660px) {

	#cboxClose,
	#knowprice {
		min-width: inherit !important;
	}

	.btn-know.no-price {
		margin: 0 auto;
	}
}

@media (max-width: 768px) {
	.logo_shop {
		height: 60px;
	}

	#cboxWrapper {
		width: calc(100% - 40px);
	}

	.btn-know.no-price {
		padding: 3px 10px;
		font-size: 16px;
	}

	.wrap-items span {
		font-size: 16px;
	}

	.price-self {
		font-size: 16px;
		margin-right: 0;
	}

	.wrap-shop:first-child {
		margin-top: 0;
	}
}

@media (max-width: 576px) {
	.wrap-shop-item {
		margin-top: 10px;
	}
}


.popap-sacsess-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 50;
	/* display: flex; */
	justify-content: center;
	align-items: center;
	display: none;
}

.popap-sucess {
	padding: 60px 80px;
	background: #1e8c5a;
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	color: #fff;
	font-family: 'ProximaNova', sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 29px;
}

.popap-sacsess-wrapper.active {
	display: flex;
}

.text-block {
	color: #A99A6F;
	padding-top: 60px;
	padding-bottom: 60px;
}

.text-block a {
	color: #1e8c5a
}