@font-face {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 400;
	src: local(''),
		url('../fonts/roboto-condensed-regular.woff2') format('woff2'),
		url('../fonts/roboto-condensed-regular.woff') format('woff');
}

@font-face {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 700;
	src: local(''),
		url('../fonts/roboto-condensed-700.woff2') format('woff2'),
		url('../fonts/roboto-condensed-700.woff') format('woff');
}

html,
body,
div,
span,
applet,
object,
iframe,
h2,
p,
a,
abbr,
em,
img,
q,
s,
var,
b,
u,
i,
dd,
ul,
li,
fieldset,
form,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
nav,
output,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}


ul {
	list-style: none;
}


q {
	quotes: none;
}

b {
	font-weight: 700;
}


q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End of Eric Meyer's CSS Reset */

html {
	height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	display: block;
}

body {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	line-height: 18px;
	width: 100%;
	line-height: 1;
}

a:hover {
	text-decoration: none;
}


input[type="button"],
input[type="submit"],
button {
	cursor: pointer;
}

textarea,
input,
button:active {
	outline: none;
}

input,
textarea,
button:focus {
	outline: none;
}

img {
	border: 0;
}

/* - Sys - */
::-webkit-input-placeholder {
	color: #fff;
	font-size: 14px;

}

.placeholder {
	color: #fff;
	font-size: 14px;
}

.dib {
	zoom: 1;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: top;
}

.page-wrapper__inner {
	width: 940px;
	margin: 0 auto;
	position: relative;
	height: 100%;
}

.wrapper {
	min-width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: hidden;
}

.slide1 {
	height: 811px;
	background: 50% 0 no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.no-webp .slide1 {
	background-image: url('../images/slide1.jpg');
}

.webp .slide1 {
	background-image: url('../images/slide1.webp');
}

.slide1_man {
	background-position: center bottom;
	background-repeat: no-repeat;
}

.no-webp .slide1_man {
	background-image: url('../images/slide1-man.png');
}

.webp .slide1_man {
	background-image: url('../images/slide1-man.webp');
}

.logo {
	width: 144px;
	height: 145px;
	background: 0 0 no-repeat;
	position: absolute;
	top: 10px;
}

.no-webp .logo {
	background-image: url('../images/logo.png');
}

.webp .logo {
	background-image: url('../images/logo.webp');
}

.logo.right {
	right: -10px;
}

.logo.left {
	left: 10px;
}

.logo2 {
	font-weight: 700;
	padding-top: 22px;
	font-size: 70px;
	color: #00632f;
}

.txt-after-logo {
	font-size: 29px;
	font-weight: 700;
	color: #393c4b;
	text-align: center;
	line-height: 1.2em;
	padding-top: 23px;
}


.s1-txt {
	font-size: 18px;
	line-height: 25px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	position: absolute;
}

.s1-txt.first {
	right: 580px;
	top: 275px;
}

.s1-txt.sec {
	right: 200px;
	top: 200px;
}

.s1-txt.th {
	top: 395px;
	right: 290px;
}

.tovarzzz {
	width: 334px;
	height: 337px;
	background: 0 0 no-repeat;
	margin-top: 45px;
	position: relative;
	background-size: 46%;
	background-position-y: 48px;
	background-position-x: 15%;
}

.no-webp .tovarzzz {
	background-image: url("../images/Arthrolon.png")
}

.webp .tovarzzz {
	background-image: url("../images/Arthrolon.webp");
}

.circle {
	width: 170px;
	height: 170px;
	padding-top: 40px;
	background: url("../images/circle.png") no-repeat center / contain;
	bottom: 0;
	right: 0;
	position: absolute;
	bottom: 7px;
	right: 10px;
	text-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #312d2d;
	font-size: 40px !important;
	font-weight: 700;
}

.popup_left .circle {
	right: auto;
	bottom: auto;
	top: 50px;
	left: 100px;
}

.pricebot_old {
	margin-top: 20px;
	font-size: 24px;
}

.pricebot_old .x_price_previous {
	position: relative;
}

.pricebot_old .x_price_previous::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	height: 2px;
	background: #000000;
}

.timer-wrap {
	width: 360px;
	height: 150px;
	background: #fff;
	margin-top: 10px;
	padding-top: 25px;
	-moz-box-sizing: border-box;
	/*Firefox 1+*/
	-webkit-box-sizing: border-box;
	/*Safari 3+, Chrome 1+*/
	box-sizing: border-box;
	/*Opera 7+, IE8+*/
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.39);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.39);
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.39);
}

.timer-header {
	text-transform: uppercase;
	font-size: 27px;
	color: #4d4d4d;
	text-align: center;
	font-weight: 700;
}

.timer-bg {
	width: 248px;
	height: 47px;
	margin: 0 auto;
	margin-top: 23px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.slide6 .timer-bg {
	margin-top: 50px;
}

.hours,
.minutes,
.seconds {
	background: red;
	border-radius: 5px;
	font-size: 32px;
	color: white;
	padding: 0px;
	width: 45px;
	height: 45px;
	display: block;
	line-height: 43px;
	text-align: center;
	margin: 0 10px;
	background: -moz-linear-gradient(top, rgba(207, 4, 4, 1) 3%, rgba(207, 4, 4, 0.66) 58%, rgba(255, 48, 25, 0.42) 97%, rgba(255, 48, 25, 0.4) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(207, 4, 4, 1) 3%, rgba(207, 4, 4, 0.66) 58%, rgba(255, 48, 25, 0.42) 97%, rgba(255, 48, 25, 0.4) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(207, 4, 4, 1) 3%, rgba(207, 4, 4, 0.66) 58%, rgba(255, 48, 25, 0.42) 97%, rgba(255, 48, 25, 0.4) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf0404', endColorstr='#66ff3019', GradientType=0);
	/* IE6-9 */
}

.timer-bg p {
	text-align: center;
	padding: 3px 0;
	color: white;
}

.timer-bg-top p {
	color: black;
}

/* jQuery Countdown styles 2.0.0. */

.s1-for-button {
	position: absolute;
	bottom: 35px;
	right: 0;
	height: 200px;
	width: 380px;
	background: rgb(1, 113, 164);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzAxNzFhNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTQ5NmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(1, 113, 164, 1) 1%, rgba(1, 73, 106, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(1, 113, 164, 1)), color-stop(100%, rgba(1, 73, 106, 1)));
	background: -webkit-linear-gradient(top, rgba(1, 113, 164, 1) 1%, rgba(1, 73, 106, 1) 100%);
	background: -o-linear-gradient(top, rgba(1, 113, 164, 1) 1%, rgba(1, 73, 106, 1) 100%);
	background: -ms-linear-gradient(top, rgba(1, 113, 164, 1) 1%, rgba(1, 73, 106, 1) 100%);
	background: linear-gradient(to bottom, rgba(1, 113, 164, 1) 1%, rgba(1, 73, 106, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0171a4', endColorstr='#01496a', GradientType=0);
	padding-top: 24px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.39);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.39);
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.39);
}

.s1-f-b-hear {
	font-size: 27px;
	font-weight: 700;
	text-align: center;

}

.s1-button {
	width: 265px;
	height: 70px;
	display: block;
	text-align: center;
	margin: 0 auto;
	color: #312d2d;
	background: linear-gradient(to bottom, #ffee78, #df8905);
	font-size: 22px;
	line-height: 69px;
	font-weight: 700;
	text-shadow: 0px 2px 2px rgba(255, 255, 255, 1);
	cursor: pointer;
	border: none;
	transition: .2s transform;
}

.s1-button:hover {
	transform: scale(1.1);
}

.slide1 .s1-button {
	margin-top: 20px;
}

.slide2 {
	height: 663px;
	background: 0 0 repeat-x;
	overflow: hidden;
	-webkit-background-size: cover;
	background-size: cover;
}

.no-webp .slide2 {
	background-image: url("../images/slide2.png")
}

.webp .slide2 {
	background-image: url("../images/slide2.webp");
}

.journals {
	width: 497px;
	height: 571px;
	position: absolute;
	bottom: -20px;
	left: -165px;
	background: 0 0 no-repeat;
}

.no-webp .journals {
	background-image: url("../images/journal.png")
}

.webp .journals {
	background-image: url("../images/journal.webp");
}

.s2-right-side {
	padding-left: 310px;
}

.h2-header {
	font-size: 34px;
	color: #ffc825;
	padding: 30px 0;
	text-align: center;
	line-height: 1.2em;

}

.h2-header span {
	color: #fff;

}

.s2-item {
	width: 180px;
	padding-top: 166px;
	color: #fff;
	text-align: center;
	font-size: 19px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.2em;
	margin-bottom: 30px;
	margin-right: 25px;
}

.s2-item.item1 {
	background: url("../images/i1.png") 50% 0 no-repeat;
}

.s2-item.item2 {
	background: url("../images/i2.png") 50% 0 no-repeat;
}

.s2-item.item3 {
	background: url("../images/i3.png") 50% 0 no-repeat;
}

.s2-item.item4 {
	background: url("../images/i4.png") 50% 0 no-repeat;
}

.s2-item.item5 {
	background: url("../images/i5.png") 50% 0 no-repeat;
}

.s2-item.item6 {
	background: url("../images/i6.png") 50% 0 no-repeat;
}

.slide3 {
	height: 730px;
	background: 50% 0 no-repeat;
	padding-top: 30px;
	-webkit-background-size: cover;
	background-size: cover;
}

.no-webp .slide3 {
	background-image: url("../images/slide3.jpg")
}

.webp .slide3 {
	background-image: url("../images/slide3.webp");
}

.s3-glob {
	width: 210px;
	padding-left: 330px;
	padding-top: 140px;
	height: 270px;
	position: absolute;
	top: 55px;
	right: 0px;
	font-size: 18px;
	color: #3f3f3f;
	font-weight: 700;
}

.s3-glob span {
	color: #e73d17;
}

.s3-top-h {
	width: 484px;
	height: 169px;
	background: url("../images/s3-t.png") 0 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 45px;
	padding-left: 50px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 21px;
	line-height: 1.2em;
	color: #fff;
	text-align: left;


}

.s3-product {
	height: 512px;
	width: 484px;
	background: 0 0 no-repeat;
	padding: 34px;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.no-webp .s3-product {
	background-image: url("../images/product.png")
}

.webp .s3-product {
	background-image: url("../images/product.webp");
}

.s3-p-head {
	display: block;
	line-height: 1.2em;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 14px;

}

.s3-product p {
	font-size: 17px;
	color: #d6d5d5;
	line-height: 1.2em;
	padding-bottom: 15px;
}

.s2-button {
	width: 265px;
	height: 70px;
	display: block;
	text-align: center;
	margin: 0 auto;
	color: #312d2d;
	font-size: 22px;
	background: linear-gradient(to bottom, #ffee78, #df8905);
	font-size: 22px;
	line-height: 69px;
	cursor: pointer;
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin-left: -145px;
	transition: .2s transform;
}

.s2-button:hover {
	transform: scale(1.1);
}

.slide4 {
	height: 775px;
	background: 50% 0 no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.no-webp .slide4 {
	background-image: url("../images/slide4.jpg")
}

.webp .slide4 {
	background-image: url("../images/slide4.webp");
}

.s4-centr-text {
	position: absolute;
	font-size: 27px;
	font-weight: 700;
	top: 146px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	left: 50%;
	width: 270px;
	margin-left: -135px;
	line-height: 1.2em;
}

.s4-centr-text span {
	color: #21323c;
	font-size: 38px;
	padding: 10px 0;
	line-height: 1;
}

.poligon {
	position: absolute;
	width: 345px;
	height: 266px;
	background: center no-repeat;
	background-size: auto;
	padding: 0 50px 20px;
	padding-top: 65px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

.no-webp .poligon {
	background-image: url("../images/poligon.png")
}

.webp .poligon {
	background-image: url("../images/poligon.webp");
}

.poligon.item1 {
	top: 115px;
	left: 0;
}

.poligon.item2 {
	top: 115px;
	right: 0;
}

.poligon.item3 {
	top: 470px;
	left: 0;
}

.poligon.item4 {
	top: 470px;
	right: 0;
}

.p-header {
	color: #07618b;
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 15px;

}

.poligon p {
	font-size: 17px;
	color: #4c4c4c;
	line-height: 1;
	font-weight: 700;

}

.circle-img {
	width: 345px;
	height: 175px;
	position: absolute;
	top: -100px;
	left: 0;
}

.circle-img.item4 {
	top: -80px;
}

.circle-img.item1 {
	background: 50% 0 no-repeat;
}

.no-webp .circle-img.item1 {
	background-image: url("../images/p1.png")
}

.webp .circle-img.item1 {
	background-image: url("../images/p1.webp");
}

.circle-img.item2 {
	background: 50% 0 no-repeat;
}

.no-webp .circle-img.item2 {
	background-image: url("../images/p2.png")
}

.webp .circle-img.item2 {
	background-image: url("../images/p2.webp");
}

.circle-img.item3 {
	background: 50% 0 no-repeat;
}

.no-webp .circle-img.item3 {
	background-image: url("../images/p3.png")
}

.webp .circle-img.item3 {
	background-image: url("../images/p3.webp");
}

.circle-img.item4 {
	background: url("../images/p4.png") center no-repeat;
}

.no-webp .circle-img.item4 {
	background-image: url("../images/p4.png")
}

.webp .circle-img.item4 {
	background-image: url("../images/p4.webp");
}

.s1-button.s4 {
	position: relative;
	top: 467px;

}

.slide5 {
	height: 565px;
	background: rgb(255, 255, 255);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiMGIwYjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(176, 176, 176, 1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(176, 176, 176, 1)));
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(176, 176, 176, 1) 100%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(176, 176, 176, 1) 100%);
	background: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(176, 176, 176, 1) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(176, 176, 176, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#b0b0b0', GradientType=1);
	-webkit-background-size: cover;
	background-size: cover;
	padding: 20px 0;
}

.s4-header {
	font-size: 32px;
	font-weight: 700;
	color: #06608a;
	padding-top: 10px;
	padding-bottom: 25px;
	text-align: center;
	text-transform: uppercase;
}

.slider-wrap {
	margin: 0 auto;
	width: 820px;
	height: 455px;
	border-bottom: 15px solid #fcb405;
	background: rgb(1, 113, 164);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzAxNzFhNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTQ5NmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(1, 113, 164, 1) 1%, rgba(1, 73, 106, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(1, 113, 164, 1)), color-stop(100%, rgba(1, 73, 106, 1)));
	background: -webkit-linear-gradient(top, rgba(1, 113, 164, 1) 1%, rgba(1, 73, 106, 1) 100%);
	background: -o-linear-gradient(top, rgba(1, 113, 164, 1) 1%, rgba(1, 73, 106, 1) 100%);
	background: -ms-linear-gradient(top, rgba(1, 113, 164, 1) 1%, rgba(1, 73, 106, 1) 100%);
	background: linear-gradient(to bottom, rgba(1, 113, 164, 1) 1%, rgba(1, 73, 106, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0171a4', endColorstr='#01496a', GradientType=0);
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.39);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.39);
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.39);
}

.slider-header {
	padding-top: 20px;
	padding-left: 58px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 35px;
}

.photo-img {
	height: 125px;
	width: auto;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-webkit-box-shadow: 3px 3px 2px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 3px 3px 2px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 3px 3px 2px 0px rgba(0, 0, 0, 0.4);
	margin-right: 25px;
}

.photo-namez {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	padding-top: 45px;
	padding-bottom: 5px;
}

.photo-descriptin {
	font-size: 18px;
	color: #fcb405;
	font-style: italic;
	font-weight: 700;
}

.bxsliderr p {
	display: block;
	font-size: 18px;
	line-height: 22px;
	font-style: italic;
	color: #fefefe;
	padding: 0 50px;
	padding-bottom: 25px;

}


/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
}



/** THEME
===================================*/

.bx-wrapper .bx-viewport {

	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 0;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #e7ac24;
	text-indent: -9999px;
	display: block;
	width: 19px;
	height: 19px;
	margin: 0 5px;
	outline: 0;

}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #df9e08;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: -56px;
	background: url(../images/slider-left.png) no-repeat 0 0;
}

.bx-wrapper .bx-next {
	right: -56px;
	background: url(../images/slider-right.png) no-repeat 0 0;
}

.bx-wrapper .bx-prev:hover {
	cursor: pointer;
}

.bx-wrapper .bx-next:hover {
	cursor: pointer;
}

.bx-wrapper .bx-controls-direction a:hover {
	background-position: 0 -63px;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -17px;
	outline: 0;
	width: 35px;
	height: 63px;
	text-indent: -9999px;
	z-index: 9;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

.slide6 {
	height: 513px;
	background: 50% 0 no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.no-webp .slide6 {
	background-image: url("../images/slide6.jpg")
}

.webp .slide6 {
	background-image: url("../images/slide6.webp");
}

.pare {
	position: absolute;
	bottom: 0;
	left: 92px;
	background: 0 0 no-repeat;
	width: 577px;
	height: 355px;
	z-index: 1;
}

.no-webp .pare {
	background-image: url("../images/para.png")
}

.webp .pare {
	background-image: url("../images/para.webp");
}

.bottom-pack {
	width: 229px;
	height: 399px;
	position: absolute;
	bottom: -45px;
	left: -40px;
	background: 60% 0 no-repeat;
	z-index: 2;
	background-size: 66%;
	background-position-x: 36%;
	background-position-y: 56%;
}

.no-webp .bottom-pack {
	background-image: url("../images/Arthrolon.png")
}

.webp .bottom-pack {
	background-image: url("../images/Arthrolon.webp")
}

.bottom-pack .circle {
	left: 67px;
	top: -70px;
}

footer {
	background: #e1e1e1;
	padding-top: 60px;
	-moz-box-sizing: border-box;
	/*Firefox 1+*/
	-webkit-box-sizing: border-box;
	/*Safari 3+, Chrome 1+*/
	box-sizing: border-box;
	/*Opera 7+, IE8+*/
	color: #474747;
	padding-bottom: 10px;


}

footer p {
	padding-bottom: 12px;
	line-height: 1.2em;
}

.right-form {
	position: absolute;
	right: 0;
	bottom: 0px;
	width: 335px;
	background: 50% 100% #fff no-repeat;
	z-index: 5;
	padding-top: 27px;
	padding-bottom: 43px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.no-webp .right-form {
	background-image: url("../images/form.png")
}

.webp .right-form {
	background-image: url("../images/form.webp")
}

.form-header {
	text-align: center;
	color: #272424;
	font-size: 22px;
	font-weight: 700;
	line-height: 45px;
	padding: 10px 0;
	background: #FCB405;
	margin-bottom: 20px;
	position: relative;

}

.form-header:after {
	position: absolute;
	top: 0;
	width: 6px;
	background: #D80D0D;
	left: -6px;
	height: 100%;
	content: '';

}

.form-header:before {
	position: absolute;
	top: 0;
	width: 6px;
	background: #D80D0D;
	right: -6px;
	height: 100%;
	content: '';
}

input[type='text'],
input[type='tel'],
select,
.tel {
	width: 265px;
	display: block;
	margin: 0 auto;
	height: 44px;
	line-height: normal;
	line-height: 44px;
	font-size: 14px;
	padding-left: 15px;
	background: #505050;
	border: 0;
	border-top: 1px solid #b6b2b2;
	outline: none;
	margin-bottom: 18px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
}

input[type='text'].error,
input[type='tel'].error {
	background: #cc4c4c;
}

.popup_right .s1-button.form-send {
	left: 5px;
}

.timer-bg.last {
	margin-top: 20px;
	position: absolute;
	bottom: 8px;
	left: 50%;
	margin-left: -124px;
	background: 0 0 no-repeat;
}

.no-webp .timer-bg.last {
	background-image: url("../images/timer.png")
}

.webp .timer-bg.last {
	background-image: url("../images/timer.webp")
}

.popup_flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	padding: 20px 5px 20px 5px;
}

.popup_img_wrap {
	position: relative;
	width: 130px;
	padding-top: 65px;
}

.popup_left {
	display: none;
}

.popup_right {
	margin: 0;
}

@media (min-width: 1000px) {
	.popup_left {
		display: block;
	}

	.popup_left,
	.popup_right {
		margin: 0 50px;
	}
}

.popup_right {
	background: white;
	padding: 0 15px 20px;
}

.popup_img_wrap img {
	width: 100%;
}

.no-webp .wrap_popup {
	background-image: url(../images/slide6.jpg)
}

.webp .wrap_popup {
	background-image: url(../images/slide6.webp)
}

.pricebot_new {
	font-size: 33px;
	padding-top: 8px;
}

.padding {
	padding-bottom: 14px;
}

.timer__dots {
	font-size: 20px;
	line-height: 42px;
}

.dots-white {
	color: #fff;
}

@media (max-width: 980px) {

	/*******************slide1**********************/
	.wrapper {
		min-width: 0;
	}

	.slide1 {
		width: 100%;
		background-position-x: 58%;
		background-color: #bcdcdf;
		background-size: cover;
		margin-bottom: 287px;
	}

	.page-wrapper__inner {
		width: 100%;

	}

	.logo2,
	.logo2+div {
		text-align: center;

	}

	.logo2 {
		font-size: 50px;
		padding-top: 0;
		margin-bottom: 10px;
	}

	.txt-after-logo {
		padding-top: 0;
		padding-right: 15px;
		padding-left: 15px;
		font-size: 20px;
	}

	.tovarzzz {
		left: 50%;
		margin-left: -167px;
		top: 484px;
		position: absolute;
		z-index: 10;
	}

	.timer-wrap {
		width: 0;
		height: 0;
	}

	.s1-for-button {
		width: 100%;
		top: 810px;
		display: block;
		height: 288px;
	}

	.timer-header,
	.txt-after-logo br {
		display: none;

	}

	.timer-bg-top {
		display: none;
	}

	.timer-bg {
		margin-top: 35px;
	}

	.s1-button.form-send {
		top: -5px;
	}

	.s1-f-b-hear {
		margin-top: 40px;
		font-size: 24px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.s1-txt.first {
		right: calc(50% + 120px);
	}

	.s1-txt.sec {
		right: calc(50% - 275px);
	}

	.s1-txt.th {
		right: calc(50% - 185px);
	}

	/*******************slide2**********************/
	.slide2 {
		height: auto;
		background-size: cover;
	}

	.s2-right-side {
		padding-bottom: 20px;
	}

	.journals {
		bottom: 0;
	}

	.s2-items-wrap {
		overflow: hidden;
	}

	.h2-header {
		padding-bottom: 10px;
	}

	.s2-item {
		width: 50%;
		height: 235px;
		float: left;
		margin: 0;
		padding-left: 15px;
		padding-right: 15px;
		box-sizing: border-box;
	}

	.s3-glob {
		display: none;
	}

	.s4-centr-text {
		top: 25px;
		font-size: 22px;
	}

	.s4-centr-text span {
		font-size: 30px;
	}

	.s1-button.s4 {
		top: 355px;
	}

	.slide5 {
		height: auto;
	}

	.slider-wrap {
		width: 80%;
		height: auto;
	}

	.no-webp .slide6,
	.webp .slide6 {
		background-image: none;
	}

	.slide6 {
		height: 950px;
		background: #bcdcdf;
		padding-bottom: 30px;
	}

	.right-form {
		right: 50%;
		top: 500px;
		margin-right: -167px;
		background-position: top center;
	}

	.bottom-pack {
		left: 50%;
		margin-left: -115px;
		top: 100px;
	}

	.pare {
		display: none;
	}

	footer {
		padding-left: 20px;
		padding-right: 20px;
	}

	.logo.left {
		display: none;
	}

	.ever-popup-build {
		display: none !important;
	}

	footer {
		padding-top: 20px;
	}

	.logo.right {
		right: 20px;
	}
}

@media (max-width: 768px) {
	.tovarzzz {
		left: 50%;
		top: 220px;
	}

	.s1-for-button {
		top: 620px;
	}

	.s2-button {
		bottom: -30px;
		margin-left: -125px;
	}

	.s1-txt.th {
		top: 470px;
	}

	.slide1 {
		background-image: none;
		height: 620px;
		background-color: #bcdcdf;
	}

	.webp .slide1_man,
	.no-webp .slide1_man,
	.webp .slide1,
	.no-webp .slide1 {
		background-image: none;
	}
	
	.s1-txt.first,
	.s1-txt.sec,
	.s1-txt.th {
		width: 280px;
		right: 50%;
		margin-right: -140px;
		background: 0 50% no-repeat;
		padding-left: 50px;
		box-sizing: border-box;
		font-size: 18px;
	}

	.s1-txt.first br,
	.s1-txt.sec br,
	.s1-txt.th br {
		display: none;
	}

	.logo.right {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
	}

	.logo.left {
		left: 50%;
		margin-left: -72px
	}

	.logo2 {
		padding-top: 50px;
	}

	.s1-txt.first {
		top: 150px;
	}

	.s1-txt.sec {
		top: 190px;
	}

	.s1-txt.th {
		top: 230px;
	}

	.s2-right-side {
		padding-left: 0;
	}

	.journals {
		display: none;
	}

	.h2-header {
		padding: 40px 15px 10px;
	}

	.slide3 {
		background: #f4f4f4;
		height: auto;
		padding-bottom: 50px;
		padding-top: 20px;
	}

	.no-webp .slide3,
	.webp .slide3 {
		background-image: none;
	}

	.s3-top-h {
		width: 100%;
		background: #fcb405;
		background-image: none;
		text-align: center;
		padding-left: 15px;
		padding-right: 15px;
	}

	.no-webp .s3-product,
	.webp .s3-product {
		background-image: none;
	}

	.s3-product {
		height: auto;
		width: 100%;
		background: #0172a4;
		margin-top: 20px;
		padding: 30px 15px 54px;
		text-align: center;
	}

	.no-webp .slide4,
	.webp .slide4 {
		background-image: none;
	}
	
	.slide4 {
		background: #bcdcdf;
		height: 1645px;
	}

	.poligon.item1,
	.poligon.item2,
	.poligon.item3,
	.poligon.item4 {
		left: 50%;
		margin-left: -173px
	}

	.poligon.item1 {
		top: 250px;
	}

	.poligon.item2 {
		top: 600px;
	}

	.poligon.item3 {
		top: 950px;
	}

	.poligon.item4 {
		top: 1300px;
	}

	.s1-button.s4 {
		top: 1545px;
	}

	.s4-header {
		font-size: 28px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.slider-header {
		padding: 0;
		height: 230px;
		text-align: center;
		width: 100%;
		margin: 0px auto 20px;
		padding-left: 23%;
		padding-right: 23%;
		background: #fcb405;
		padding-top: 20px;

	}

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

	.photo-namez {
		padding-top: 15px;
	}

	.photo-descriptin {
		color: black;
	}

	.bx-wrapper .bx-controls-direction a {
		top: 75px;
	}

	.bx-wrapper .bx-next {
		right: 50%;
		margin-right: -150px;
	}

	.bx-wrapper .bx-controls-direction a:hover {
		background-position: 0 0;
	}

	.bx-wrapper .bx-prev {
		left: 50%;
		margin-left: -150px;
	}
}

@media (max-width: 520px) {
	.circle {
		right: 20px;
		bottom: 140px;
	}

	.poligon {
		background-position: center;
		-webkit-background-size: 91%;
		background-size: 91%;
		width: 320px;
	}

	.circle-img {
		width: 325px;
	}

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

	.poligon.item1, .poligon.item2, .poligon.item3, .poligon.item4 {
		margin-left: -159px;
	}

	.s2-item {
		width: 100%;
		margin-top: 20px;
	}

	.slider-wrap {
		width: 100%;
	}

	.bxsliderr p {
		padding-left: 20px;
		padding-right: 20px;
		text-align: center;
	}

	footer {
		text-align: center;
	}

	.right-form {
		width: 300px;
		margin-right: -150px;
		background-color: white;
	}

	.form-header {
		background: #fcb405;
		padding: 10px;
		margin-bottom: 30px;
	}

	.s1-button.form-send {
		left: 10px;
	}

	.timer-bg {
		margin-top: 20px;
	}
}

.inL_151827 {
	width: 300px;
}