/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in
*    IE on Windows Phone and in iOS.
*/
html {
	line-height: 1.15;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */ }

/* Sections
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
article,
aside,
footer,
header,
nav,
section {
	display: block; }

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
	font-size: 2em;
	margin: 0.67em 0; }

/* Grouping content
========================================================================== */
/**
* Add the correct display in IE 9-.
* 1. Add the correct display in IE.
*/
figcaption,
figure,
main {
	/* 1 */
	display: block; }

/**
* Add the correct margin in IE 8.
*/
figure {
	margin: 1em 40px; }

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */ }

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */ }

/* Text-level semantics
========================================================================== */
/**
* 1. Remove the gray background on active links in IE 10.
* 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
*/
a {
	background-color: transparent;
	/* 1 */
	-webkit-text-decoration-skip: objects;
	/* 2 */ }

/**
* 1. Remove the bottom border in Chrome 57- and Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	/* 2 */ }

/**
* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
*/
b,
strong {
	font-weight: inherit; }

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
	font-weight: bolder; }

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */ }

/**
* Add the correct font style in Android 4.3-.
*/
dfn {
	font-style: italic; }

/**
* Add the correct background and color in IE 9-.
*/
mark {
	background-color: #ff0;
	color: #000; }

/**
* Add the correct font size in all browsers.
*/
small {
	font-size: 80%; }

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline; }

sub {
	bottom: -0.25em; }

sup {
	top: -0.5em; }

/* Embedded content
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
audio,
video {
	display: inline-block; }

/**
* Add the correct display in iOS 4-7.
*/
audio:not([controls]) {
	display: none;
	height: 0; }

/**
* Remove the border on images inside links in IE 10-.
*/
img {
	border-style: none; }

/**
* Hide the overflow in IE.
*/
svg:not(:root) {
	overflow: hidden; }

/* Forms
========================================================================== */
/**
* Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
	margin: 0; }

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
	/* 1 */
	overflow: visible; }

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
	/* 1 */
	text-transform: none; }

/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
*    controls in Android 4.
* 2. Correct the inability to style clickable types in iOS and Safari.
*/
button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	/* 2 */ }

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0; }

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText; }

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */ }

/**
* 1. Add the correct display in IE 9-.
* 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */ }

/**
* Remove the default vertical scrollbar in IE.
*/
textarea {
	overflow: auto; }

/**
* 1. Add the correct box sizing in IE 10-.
* 2. Remove the padding in IE 10-.
*/
[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */ }

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto; }

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */ }

/**
* Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none; }

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */ }

/* Interactive
========================================================================== */
/*
* Add the correct display in IE 9-.
* 1. Add the correct display in Edge, IE, and Firefox.
*/
details,
menu {
	display: block; }

/*
* Add the correct display in all browsers.
*/
summary {
	display: list-item; }

/* Scripting
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
canvas {
	display: inline-block; }

/**
* Add the correct display in IE.
*/
template {
	display: none; }

/* Hidden
========================================================================== */
/**
* Add the correct display in IE 10-.
*/
[hidden] {
	display: none; }

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
	margin: 0; }

input:not([type="checkbox"]):not([type="radio"]),
textarea,
select {
	-webkit-appearance: none;
	-moz-appearance: textfield;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 500; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	appearance: none;
	margin: 0; }

input::-ms-clear {
	display: none; }

img {
	max-width: 100%;
	height: auto;
	vertical-align: top; }

.select__list {
	list-style: none;
	margin: 0;
	padding: 0; }

body {
	height: 100%;
	font-family: 'Roboto', sans-serif;
	color: #393c3f;
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh; }

.wrapper {
	position: relative;
	max-width: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	overflow: hidden;
	padding-top: 107px; }
@media only screen and (max-width: 1679px) {
	.wrapper {
		padding-top: 93px; } }
@media only screen and (max-width: 1200px) {
	.wrapper {
		padding-top: 66px; } }
.wrapper::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 22px;
	width: 46px;
	background: url("../images/decor.png") center/100% 101px repeat-y;
	z-index: 2; }
@media only screen and (max-width: 1280px) {
	.wrapper::before {
		display: none; } }
.wrapper--error::before {
	z-index: 1; }
.wrapper--bg {
	background: #f7f8f9; }

.main {
	padding-top: 50px; }
@media only screen and (max-width: 1440px) {
	.main {
		padding-top: 20px; } }

.container {
	max-width: 1160px;
	width: 100%;
	margin: 0 auto; }
@media only screen and (max-width: 1200px) {
	.container {
		padding-left: 15px;
		padding-right: 15px; } }

.container-long {
	padding-bottom: 100px;
	padding-top: 50px;
	max-width: 1512px;
	width: 100%;
	margin: 0 auto; }
@media only screen and (max-width: 1520px) {
	.container-long {
		padding-top: 20px;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 40px; } }
.container-long--top {
	padding-bottom: 0; }

.title-page {
	text-align: center;
	margin-bottom: 40px;
	font-size: 38px;
	font-weight: 500;
	color: #000;
	letter-spacing: 8px;
	text-transform: uppercase;
	position: relative; }
.contacts .title-page {
	text-align: left; }
@media only screen and (max-width: 1440px) {
	.title-page {
		margin-bottom: 20px; } }
@media only screen and (max-width: 1200px) {
	.title-page {
		font-size: 32px; } }
@media only screen and (max-width: 767px) {
	.title-page {
		font-size: 28px; }
	.one-news .title-page {
		font-size: 18px; } }
@media only screen and (max-width: 374px) {
	.title-page {
		font-size: 20px; } }
.title-page--pharmacovigilance {
	padding-bottom: 30px;
	margin-bottom: 0; }
.title-page--pharmacovigilance::before {
	top: 3px; }
.pharmacovigilance .title-page::before {
	content: '';
	position: absolute;
	left: 0;
	top: -48px;
	width: 290px;
	height: 203px;
	background: url("../images/decor.1.png") center/100% 100% no-repeat; }
@media only screen and (max-width: 1200px) {
	.pharmacovigilance .title-page::before {
		display: none; } }
.pharmacovigilance .title-page::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 37px;
	right: 37px;
	height: 1px;
	background: #ddd; }
@media only screen and (max-width: 1200px) {
	.pharmacovigilance .title-page::after {
		left: 0;
		right: 0; } }
.title-page__text-secondary {
	position: relative;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #393c3f;
	letter-spacing: normal; }
@media only screen and (max-width: 767px) {
	.title-page__text-secondary {
		font-size: 14px; } }
.title-page__text-descriptions {
	position: relative;
	text-align: center;
	color: #393c3f;
	letter-spacing: normal;
	font-size: 18px; }
@media only screen and (max-width: 767px) {
	.title-page__text-descriptions {
		font-size: 14px; } }
.title-page__text {
	color: #393c3f;
	font-size: 38px;
	text-transform: uppercase;
	letter-spacing: 8px;
	position: relative;
	font-weight: 400; }
@media only screen and (max-width: 1200px) {
	.title-page__text {
		font-size: 30px; } }
@media only screen and (max-width: 767px) {
	.title-page__text {
		font-size: 19px;
		text-align: center; } }
.title-page__text--pharmacovigilance {
	text-align: center;
	margin-bottom: 20px; }
.title-page__text--center {
	text-align: center; }
.title-page__decor {
	color: #b5bebe;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 300;
	position: relative;
	padding-left: 30px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	position: absolute;
	letter-spacing: normal;
	left: -5px;
	top: 255px;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0; }
@media only screen and (max-width: 1200px) {
	.title-page__decor {
		display: none; } }
.title-page__decor--people-one {
	top: 155px; }
.title-page__decor--pharmacovigilance {
	top: 350px; }
.title-page__decor--products {
	top: 330px; }
.title-page__decor::before {
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	width: 7px;
	height: 7px;
	background: #b5bebe;
	border-radius: 50%; }

.title {
	font-size: 38px;
	text-transform: uppercase;
	letter-spacing: 4px; }
@media only screen and (max-width: 1200px) {
	.title {
		font-size: 28px; } }
@media only screen and (max-width: 767px) {
	.title {
		font-size: 24px; } }
.pharmacovigilance .title {
	text-align: center;
	font-size: 56px;
	font-weight: 700;
	color: #393c3f;
	margin-bottom: 90px;
	text-transform: none; }
@media only screen and (max-width: 1200px) {
	.pharmacovigilance .title {
		font-size: 28px; } }
@media only screen and (max-width: 767px) {
	.pharmacovigilance .title {
		font-size: 24px; } }

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box; }
*::after, *::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box; }

a,
svg {
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out; }

.error-text {
	position: absolute;
	top: 100%;
	margin-top: 2px;
	font-size: 11px;
	color: #e73535; }

.about-home {
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; }
@media only screen and (max-width: 1200px) {
	.about-home {
		display: none; } }
.about-home__img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden; }
.about-home__img::before {
	content: '';
	position: absolute;
	width: 1386px;
	height: 1386px;
	background: #fff;
	border-radius: 50%;
	top: 50%;
	margin-top: -693px;
	right: -1277px; }
@media only screen and (max-width: 1440px) {
	.about-home__img::before {
		right: -1327px; } }
.about-home__info {
	padding: 180px 0 150px 56px;
	background: #fff; }
@media only screen and (max-width: 1440px) {
	.about-home__info {
		padding: 80px 0 50px 56px; } }
.about-home__box {
	position: relative;
	max-width: 526px; }
.about-home__title {
	margin-bottom: 22px;
	font-size: 38px;
	font-weight: 500;
	text-transform: uppercase; }
.about-home__text {
	height: 284px;
	margin-bottom: 30px; }

.about {
	position: relative;
	border-top: 1px solid #ebeef0; }
.about__top {
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 745px;
	margin-bottom: 55px;
	position: relative;
	z-index: 2; }
@media only screen and (max-width: 1440px) {
	.about__top {
		min-height: 500px; } }
@media only screen and (max-width: 1200px) {
	.about__top {
		min-height: inherit;
		margin-bottom: 30px; } }
@media only screen and (max-width: 767px) {
	.about__top {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 15px; } }
.about__top-img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	position: relative; }
@media only screen and (max-width: 767px) {
	.about__top-img {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		height: 200px; } }
.about__top-img::before {
	content: '';
	position: absolute;
	width: 1386px;
	height: 1386px;
	background: #fff;
	border-radius: 50%;
	top: 50%;
	margin-top: -693px;
	right: -1277px; }
@media only screen and (max-width: 1440px) {
	.about__top-img::before {
		right: -1331px; } }
@media only screen and (max-width: 1200px) {
	.about__top-img::before {
		display: none; } }
.about__top-info {
	padding: 45px 15px 30px 72px; }
@media only screen and (max-width: 1200px) {
	.about__top-info {
		padding: 30px 15px; } }
@media only screen and (max-width: 767px) {
	.about__top-info {
		padding: 15px; } }
.about__top-title {
	margin-bottom: 22px;
	font-size: 38px;
	font-weight: 500;
	letter-spacing: 4px;
	text-transform: uppercase; }
@media only screen and (max-width: 1200px) {
	.about__top-title {
		font-size: 28px;
		margin-bottom: 10px; } }
@media only screen and (max-width: 767px) {
	.about__top-title {
		font-size: 24px; } }
.about__top-text {
	max-width: 510px;
	height: 352px;
	width: 100%; }
@media only screen and (max-width: 1200px) {
	.about__top-text {
		height: 250px; } }
@media only screen and (max-width: 767px) {
	.about__top-text {
		height: 200px; } }
.about__top-text.text-content {
	font-size: 17px; }
.about__content {
	padding-top: 65px;
	padding-bottom: 50px; }
@media only screen and (max-width: 1200px) {
	.about__content {
		padding-top: 30px;
		padding-bottom: 30px; } }
.about__content-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 54px; }
@media only screen and (max-width: 1200px) {
	.about__content-item {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center; } }
.about__content-item:nth-child(even) .about__content-text {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	padding-left: 80px;
	padding-right: 0; }
@media only screen and (max-width: 1200px) {
	.about__content-item:nth-child(even) .about__content-text {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
		padding-left: 0; } }
.about__content-item:nth-child(even) .about__content-img {
	margin-right: -20px;
	margin-left: -9px; }
@media only screen and (max-width: 1365px) {
	.about__content-item:nth-child(even) .about__content-img {
		margin-right: 0;
		margin-left: 0; } }
.about__content-item:nth-child(even) .about__content-img::before {
	right: -20px;
	bottom: -20px;
	height: 267px; }
.about__content-item:nth-child(even) .about__content-img::after {
	content: '';
	position: absolute;
	top: -20px;
	left: -20px;
	width: 241px;
	height: 308px;
	background: #f1f5f5;
	z-index: -1; }
@media only screen and (max-width: 1200px) {
	.about__content-item:nth-child(even) .about__content-img::after {
		display: none; } }
.about__content-item:last-child {
	margin-bottom: 0; }
.about__content-text {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	padding-right: 80px; }
@media only screen and (max-width: 1200px) {
	.about__content-text {
		padding-right: 0;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%; } }
.about__content-title {
	font-size: 28px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 4px;
	line-height: 38px;
	border-left: 4px solid #e90e8b;
	padding-left: 20px;
	color: #000;
	margin-bottom: 25px; }
@media only screen and (max-width: 767px) {
	.about__content-title {
		margin-bottom: 15px;
		padding-left: 10px;
		font-size: 24px;
		line-height: 28px; } }
.about__content-descriptions.text-content {
	font-size: 17px; }
.about__content-img {
	margin-right: -68px;
	position: relative; }
@media only screen and (max-width: 1365px) {
	.about__content-img {
		margin-right: 0; } }
@media only screen and (max-width: 1200px) {
	.about__content-img {
		margin-top: 25px; } }
.about__content-img::before {
	content: '';
	position: absolute;
	bottom: -14px;
	right: 26px;
	width: 241px;
	height: 308px;
	background: #f1f5f5;
	z-index: -1; }
@media only screen and (max-width: 1200px) {
	.about__content-img::before {
		display: none; } }
.about__history {
	padding-top: 50px;
	margin-bottom: 55px; }
@media only screen and (max-width: 1200px) {
	.about__history {
		margin-bottom: 15px; } }
@media only screen and (max-width: 767px) {
	.about__history {
		padding-top: 25px; } }
.about__history-title {
	margin-bottom: 45px;
	text-transform: uppercase;
	text-align: center;
	font-size: 28px;
	font-weight: 500; }
@media only screen and (max-width: 767px) {
	.about__history-title {
		margin-bottom: 25px;
		font-size: 24px; } }

.additional-field {
	margin-top: 25px;
	display: none; }
.js-additional-field-parent.active .additional-field {
	display: block; }

@media only screen and (min-width: 1200px) {
	.animation-element {
		opacity: 0;
		-webkit-transform: translate3d(0, 50px, 0);
		transform: translate3d(0, 50px, 0);
		-webkit-transition: opacity 1s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1);
		transition: opacity 1s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1);
		transition: opacity 1s cubic-bezier(0.39, 0.575, 0.565, 1), transform 1s cubic-bezier(0.39, 0.575, 0.565, 1);
		transition: opacity 1s cubic-bezier(0.39, 0.575, 0.565, 1), transform 1s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1); }
	.animation-element.visible {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0); } }

.breadcrumb {
	padding: 0;
	margin: 0 0 17px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	list-style: none; }
.contacts .breadcrumb {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start; }
.about .breadcrumb {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 100px; }
@media only screen and (max-width: 1440px) {
	.about .breadcrumb {
		margin-bottom: 30px; } }
@media only screen and (max-width: 1440px) {
	.breadcrumb {
		margin-bottom: 10px; } }
@media only screen and (max-width: 1200px) {
	.breadcrumb {
		display: none; } }
.breadcrumb__item {
	position: relative;
	margin-right: 24px;
	font-size: 16px; }
@media only screen and (max-width: 1440px) {
	.breadcrumb__item {
		font-size: 14px; } }
.breadcrumb__item:last-child {
	margin-right: 0; }
.breadcrumb__link {
	display: block;
	position: relative;
	color: #555d65;
	text-decoration: none; }
@media only screen and (min-width: 1025px) {
	.breadcrumb__link:hover {
		color: #e90e8b; } }
.breadcrumb__link::before {
	content: '';
	position: absolute;
	right: -12px;
	top: -1px;
	width: 1px;
	height: 17px;
	-webkit-transform: rotate(15deg);
	transform: rotate(15deg);
	background: #c1c3c7; }
.breadcrumb__current {
	color: #8e9399;
	font-size: 15px; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.product-for,
	.main-slider__item-info {
		overflow: auto; }
	.product__icon {
		max-width: 48px; }
	.product__btn {
		max-width: 55px; }
	.about__top-img::after,
	.about-home__img::after {
		content: '';
		position: absolute;
		background: #fff;
		top: 0;
		bottom: 0;
		width: 1px;
		right: 0; }
	.about__top {
		height: 745px; }
	.error-page {
		height: 100vh; }
	.faq__item-btn {
		max-width: 44px; }
	.jobs__item-bodyBtn {
		max-width: 55px; }
	.product-card__doc-item {
		max-width: 50%; }
	.product-card__doc-item svg {
		max-width: 35px; } }

@-moz-document url-prefix() {}.btn {
	font-family: 'Roboto', sans-serif;
	position: relative;
	background: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-transform: uppercase;
	font-weight: 900;
	border: 2px solid #393c3f;
	text-align: center;
	color: #393c3f;
	cursor: pointer;
	outline: none;
	font-size: 15px;
	text-decoration: none;
	padding: 5px 15px;
	height: 49px;
	border-radius: 4px;
	width: 200px;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out; }
@media only screen and (max-width: 767px) {
	.btn {
		padding: 12px 42px;
		width: auto; } }
@media only screen and (min-width: 1025px) {
	.btn:hover {
		color: #fff; }
	.btn:hover::before {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
		transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); } }
.btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #393c3f;
	z-index: -1;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out; }
.btn--2 {
	border-color: #eef1f3;
	color: #828a91; }
.btn--2::before {
	top: -2px;
	left: -2px;
	bottom: -2px;
	right: -2px;
	border-radius: 4px; }
@media only screen and (min-width: 1025px) {
	.btn--2:hover {
		border-color: #393c3f; } }
.btn--3 {
	border-color: #e90e8b;
	color: #e90e8b;
	background: transparent; }
@media only screen and (min-width: 1025px) {
	.btn--3:hover svg {
		fill: #fff; } }
.btn--3::before {
	background: #e90e8b; }
.btn--3 svg {
	fill: #e90e8b;
	margin-right: 12px; }
.btn--4 {
	border-color: #e90e8b;
	color: #fff; }
@media only screen and (min-width: 1025px) {
	.btn--4:hover {
		color: #e90e8b; }
	.btn--4:hover::before {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0; }
	.btn--4:hover svg {
		fill: #e90e8b; } }
.btn--4::before {
	background: #e90e8b;
	-webkit-transform: scaleY(1);
	transform: scaleY(1); }
.btn--4 svg {
	fill: #fff;
	margin-left: 12px; }

.career {
	position: relative;
	z-index: 1;
	padding: 217px 15px 205px 20%;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat; }
@media only screen and (max-width: 1440px) {
	.career {
		padding: 80px 30px 80px 150px; } }
@media only screen and (max-width: 1200px) {
	.career {
		padding: 60px 30px; } }
@media only screen and (max-width: 767px) {
	.career {
		padding: 40px 15px; } }
.career__box {
	position: relative; }
.career__decor {
	position: absolute;
	white-space: nowrap;
	right: calc(100% + 60px);
	top: 0;
	padding-left: 68px;
	font-size: 16px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
	color: #e90e8b; }
.about-home .career__decor {
	right: calc(100% + 44px); }
@media only screen and (max-width: 1200px) {
	.career__decor {
		display: none; } }
.career__decor::before {
	content: '';
	width: 54px;
	height: 3px;
	background: #e90e8b;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px; }
.career__top {
	font-size: 32px;
	margin-bottom: 16px; }
@media only screen and (max-width: 1200px) {
	.career__top {
		font-size: 28px; } }
@media only screen and (max-width: 767px) {
	.career__top {
		font-size: 18px;
		margin-bottom: 10px; } }
.career__title {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 56px;
	margin-bottom: 30px; }
@media only screen and (max-width: 1200px) {
	.career__title {
		font-size: 48px;
		margin-bottom: 20px; } }
@media only screen and (max-width: 767px) {
	.career__title {
		font-size: 28px;
		margin-bottom: 10px; } }
.career__descriptions {
	margin-bottom: 35px;
	max-width: 420px; }
@media only screen and (max-width: 767px) {
	.career__descriptions {
		margin-bottom: 20px; } }

.career-page__row {
	max-width: 1055px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto 90px; }
@media only screen and (max-width: 1023px) {
	.career-page__row {
		margin: 0 auto 75px; } }
@media only screen and (max-width: 767px) {
	.career-page__row {
		margin: 0 auto 44px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column; } }

.career-page__video {
	max-width: 522px;
	width: 100%;
	height: 354px;
	overflow: hidden;
	margin-right: 52px; }
@media only screen and (max-width: 767px) {
	.career-page__video {
		margin: 0 auto 24px; } }

.career-page__desc {
	max-width: 455px;
	width: 100%; }
@media only screen and (max-width: 767px) {
	.career-page__desc {
		max-width: 95%; } }

.career-page__title {
	font-size: 22px;
	line-height: 26px;
	font-weight: 500;
	color: #000;
	text-align: left;
	margin-bottom: 28px; }
@media only screen and (max-width: 767px) {
	.career-page__title {
		margin-bottom: 22px; } }

.career-page__text {
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #707477;
	text-align: left;
	max-height: 220px; }

.career-page__list > .career-page__title {
	margin-bottom: 45px;
	text-align: center; }
@media only screen and (max-width: 767px) {
	.career-page__list > .career-page__title {
		margin-bottom: 24px; } }

.career-page__list .jobs__box {
	max-width: 1055px;
	width: 100%;
	margin: 0 auto 48px; }
@media only screen and (max-width: 767px) {
	.career-page__list .jobs__box {
		margin: 0 auto 28px; } }

.career-page__btn {
	text-align: center;
	margin-bottom: 100px; }
@media only screen and (max-width: 1023px) {
	.career-page__btn {
		margin-bottom: 75px; } }
@media only screen and (max-width: 767px) {
	.career-page__btn {
		margin-bottom: 45px; } }
.career-page__btn .btn {
	max-width: 292px;
	width: 100%;
	margin: 0 auto; }

.career-page .title-page {
	margin-bottom: 72px; }

.daily-routines {
	max-width: 1055px;
	width: 100%;
	margin: 0 auto; }
.daily-routines > .career-page__title {
	text-align: center;
	margin-bottom: 30px; }
@media only screen and (max-width: 767px) {
	.daily-routines > .career-page__title {
		margin-bottom: 20px; } }
.daily-routines__link {
	text-decoration: none;
	display: block; }
.daily-routines__heading {
	font-size: 22px;
	line-height: 26px;
	font-weight: 500;
	color: #000;
	margin-bottom: 18px;
	text-align: left; }
.daily-routines__content {
	padding-top: 50px;
	font-size: 15px;
	line-height: 24px;
	color: #707477; }
@media only screen and (max-width: 767px) {
	.daily-routines__content {
		padding-top: 32px; } }

.catalog-slider {
	position: relative;
	z-index: 1;
	padding-top: 113px;
	padding-bottom: 170px;
	background: #f7f8f9; }
@media only screen and (max-width: 1200px) {
	.catalog-slider {
		padding-top: 40px;
		padding-bottom: 55px; } }
.catalog-slider__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 60px; }
@media only screen and (max-width: 1200px) {
	.catalog-slider__head {
		margin-bottom: 20px; } }
.catalog-slider__head-box {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 742px;
	flex: 0 1 742px;
	max-width: 742px; }
@media only screen and (max-width: 1200px) {
	.catalog-slider__head-box {
		padding-right: 15px; } }
@media only screen and (max-width: 767px) {
	.catalog-slider__head-box {
		padding-right: 0; } }
.catalog-slider__descriptions {
	font-size: 15px;
	line-height: 26px;
	color: #6a6f74;
	margin-top: 20px; }
@media only screen and (max-width: 1200px) {
	.catalog-slider__descriptions {
		margin-top: 5px;
		line-height: 23px; } }
.catalog-slider__controls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; }
@media only screen and (max-width: 767px) {
	.catalog-slider__controls {
		display: none; } }
.catalog-slider__list {
	-webkit-box-shadow: 0 6px 60px 0 rgba(0, 0, 0, 0.04);
	box-shadow: 0 6px 60px 0 rgba(0, 0, 0, 0.04);
	background: #fff; }
@media only screen and (max-width: 767px) {
	.catalog-slider__list {
		margin-left: -15px;
		margin-right: -15px; } }
.catalog-slider__list::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 1px;
	background: #fff;
	z-index: 1; }
.catalog-slider__item {
	position: relative;
	width: 290px;
	height: 290px;
	border-left: 1px solid #e7eaed;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	outline: none;
	padding: 10px; }
@media only screen and (max-width: 1200px) {
	.catalog-slider__item {
		height: 250px; } }
@media only screen and (max-width: 767px) {
	.catalog-slider__item {
		height: 200px; } }
@media only screen and (min-width: 1025px) {
	.catalog-slider__item:hover svg {
		fill: #e90e8b; }
	.catalog-slider__item:hover .catalog-slider__title {
		color: #e90e8b; }
	.catalog-slider__item:hover .catalog-slider__icon::before {
		background: #fdf0f7; } }
.catalog-slider__icon {
	position: relative;
	padding-top: 24px;
	margin-bottom: 30px; }
.catalog-slider__icon svg {
	fill: #9ca1a5; }
.catalog-slider__icon::before {
	content: '';
	position: absolute;
	width: 74px;
	height: 74px;
	border-radius: 50%;
	background: #f1f2f3;
	top: 0;
	left: 50%;
	margin-left: -37px;
	z-index: -1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out; }
.catalog-slider__title {
	font-size: 17px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	color: #393c3f;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out; }
@media only screen and (max-width: 767px) {
	.catalog-slider__title {
		font-size: 11px; } }

.catalog {
	position: relative;
	z-index: 2; }
@media only screen and (max-width: 1200px) {
	.catalog {
		z-index: inherit; } }
.catalog__box {
	position: relative;
	background: #fff;
	margin-bottom: 90px; }
@media only screen and (max-width: 1200px) {
	.catalog__box {
		margin-bottom: 30px; } }
.catalog__box::after {
	content: '';
	display: block;
	clear: both; }
.catalog__filter {
	float: left;
	width: 378px;
	padding-bottom: 20px;
	position: relative;
	z-index: 1; }
@media only screen and (max-width: 1440px) {
	.catalog__filter {
		width: 320px; } }
@media only screen and (max-width: 1200px) {
	.catalog__filter {
		width: 100%;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 10;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0; }
	.catalog__filter.active {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0); } }
.catalog__mobBtn-box {
	display: none; }
@media only screen and (max-width: 1200px) {
	.catalog__mobBtn-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 15px; } }
.catalog__holder {
	overflow: hidden;
	position: relative; }
@media only screen and (max-width: 767px) {
	.catalog__holder {
		overflow: visible; } }
.catalog__holder::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 1px;
	background: #e7eaed; }
@media only screen and (max-width: 767px) {
	.catalog__holder::before {
		display: none; } }
.catalog__filter-overlay {
	display: none; }
@media only screen and (max-width: 1200px) {
	.catalog__filter-overlay {
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		-webkit-transition: opacity .3s ease-in-out;
		transition: opacity .3s ease-in-out;
		background: rgba(0, 0, 0, 0.4);
		opacity: 0; }
	.active.catalog__filter .catalog__filter-overlay {
		opacity: 1; } }
.catalog__filter-close {
	display: none; }
@media only screen and (max-width: 1200px) {
	.catalog__filter-close {
		display: block;
		position: absolute;
		padding: 15px;
		top: 0;
		left: 0; } }
@media only screen and (max-width: 1200px) {
	.catalog__filter-holder {
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		overflow-y: auto;
		background: #fff;
		width: 290px;
		padding-top: 50px;
		-webkit-transition: -webkit-transform .3s ease-in-out;
		transition: -webkit-transform .3s ease-in-out;
		transition: transform .3s ease-in-out;
		transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%); }
	.catalog__filter-holder.active {
		-webkit-transform: translateX(0);
		transform: translateX(0); } }
.catalog__sort {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 26px 34px; }
@media only screen and (max-width: 767px) {
	.catalog__sort {
		margin-left: -15px;
		margin-right: -15px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 15px 15px 0;
		background: #fff; } }
.catalog__sort-cell {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; }
@media only screen and (max-width: 767px) {
	.catalog__sort-cell {
		margin: 0 10px 15px; } }
.catalog__sort-text {
	color: #8e9399;
	font-size: 14px;
	font-weight: 300;
	margin-right: 10px; }
.catalog__sort-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; }
.catalog__sort-item {
	position: relative;
	text-decoration: none;
	color: #393c3f;
	font-size: 15px;
	font-weight: 700;
	margin-right: 15px; }
.catalog__sort-item::before {
	content: '';
	position: absolute;
	left: -2px;
	right: -2px;
	height: 2px;
	bottom: -3px; }
.catalog__sort-item.active {
	color: #e90e8b; }
.catalog__sort-item.active::before {
	background: #e90e8b; }
.catalog__sort-item:last-child {
	margin-right: 0; }
.catalog__info {
	padding-right: 45px;
	padding-left: 50px; }
@media only screen and (max-width: 767px) {
	.catalog__info {
		padding-left: 0;
		padding-right: 0; } }
.catalog__info-title {
	text-transform: uppercase;
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: 700; }
.catalog__info-text {
	height: 206px; }

.catalog-block__filter {
	margin-right: 0; }

.your-choice-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 30px 40px 0;
	margin-bottom: 25px; }
@media only screen and (max-width: 1200px) {
	.your-choice-title {
		padding: 15px 15px 0; } }

.your-choice {
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 700;
	color: #e90e8b; }

.basket-filter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	color: #8e9298;
	font-size: 12px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	text-transform: uppercase;
	font-weight: 700; }
@media only screen and (min-width: 1025px) {
	.basket-filter:hover {
		color: #e90e8b; }
	.basket-filter:hover svg {
		fill: #e90e8b; } }
.basket-filter svg {
	width: 10px;
	height: 10px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 10px;
	flex: 0 0 10px;
	fill: #8e9298;
	margin-right: 10px; }

.your-choice-filter-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 32px; }
@media only screen and (max-width: 1200px) {
	.your-choice-filter-block {
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 20px; } }

.your-choice-filter {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	max-width: 100%;
	line-height: 18px;
	margin: 0 8px 8px 0;
	background: #fcf8fb;
	padding: 12px 45px 11px 17px;
	color: #5e5e66;
	font-size: 13px;
	font-weight: 500;
	border-radius: 20px;
	position: relative; }

.clear-this-filter {
	position: absolute;
	top: 6px;
	right: 5px;
	-webkit-box-shadow: 0px 3px 8px 0px rgba(61, 65, 69, 0.09);
	box-shadow: 0px 3px 8px 0px rgba(61, 65, 69, 0.09);
	width: 28px;
	height: 28px;
	background: #fff;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	border: 0; }
@media only screen and (min-width: 1025px) {
	.clear-this-filter:hover {
		background: #e90e8b; }
	.clear-this-filter:hover svg {
		fill: #fff; } }
.clear-this-filter svg {
	width: 8px;
	height: 8px; }

.catalog-block__filter-list {
	margin-top: 0; }

.catalog-block__filter .hide-brand + label {
	display: block;
	border-bottom: 1px solid #e5e5e5;
	padding: 28px 65px 24px 40px;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
	color: #000;
	cursor: pointer;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out; }
@media only screen and (max-width: 1200px) {
	.catalog-block__filter .hide-brand + label {
		padding-left: 15px;
		padding-right: 15px; } }
.catalog-block__filter .hide-brand + label::before {
	content: '';
	position: absolute;
	top: 29px;
	right: 34px;
	width: 6px;
	height: 6px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg); }

.catalog-block__brand-scroll {
	display: none;
	max-height: 314px; }
.catalog-block__brand-scroll .mCSB_inside > .mCSB_container {
	margin-right: 6px; }

.catalog-block__filter .hide-brand:checked + label + div {
	padding: 24px 40px;
	display: block; }
@media only screen and (max-width: 1200px) {
	.catalog-block__filter .hide-brand:checked + label + div {
		padding-left: 15px;
		padding-right: 15px; } }

.catalog-block__filter .hide-brand:checked + label {
	color: #e90e8b; }
.catalog-block__filter .hide-brand:checked + label::before {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	border-color: #e90e8b; }

.catalog-block__filter .hide-brand:checked + label + div .checkbox-brand + span {
	padding-left: 30px;
	font-size: 15px;
	font-weight: 500;
	color: #5e5e66;
	display: inline-block;
	line-height: 20px;
	position: relative;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out; }
@media only screen and (min-width: 1025px) {
	.catalog-block__filter .hide-brand:checked + label + div .checkbox-brand + span:hover {
		color: #e90e8b; } }
.catalog-block__filter .hide-brand:checked + label + div .checkbox-brand + span::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #c5c5c5; }
.catalog-block__filter .hide-brand:checked + label + div .checkbox-brand + span::after {
	content: '';
	position: absolute;
	left: 6px;
	top: 6px;
	width: 8px;
	height: 5px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg); }

.catalog-block__brand-list > label {
	display: block;
	margin-bottom: 20px;
	cursor: pointer; }
.catalog-block__brand-list > label:last-child {
	margin-bottom: 0; }

.catalog-block__brand-list input {
	display: none; }

.hide-filter, .hide-brand {
	display: none; }

.checkbox-brand:checked + span {
	color: #000 !important; }
.checkbox-brand:checked + span::before {
	background: #e90e8b;
	border: 1px solid #e90e8b !important; }

.show-checked-filter {
	position: absolute;
	color: #fff;
	background: #e90e8b;
	border-radius: 20px;
	padding: 3px 16px;
	line-height: 10px;
	left: 100%;
	top: 50%;
	margin-top: -8px;
	margin-left: 5px;
	font-size: 10px;
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out; }
@media only screen and (min-width: 1025px) {
	.show-checked-filter:hover {
		-webkit-transform: translateX(3px);
		transform: translateX(3px); } }

.catalog-block__brand-block {
	margin-top: -1px;
	border-top: 1px solid #e5e5e5; }
.catalog-block__brand-block:first-child {
	border-top: 0; }

.your-choice-filter-block + .catalog-block__filter-block {
	border-top: 1px solid #e5e5e5; }

.citation {
	position: relative;
	padding: 47px 0 68px;
	margin-top: 80px;
	margin-bottom: 80px; }
@media only screen and (max-width: 1440px) {
	.citation {
		margin-top: 60px;
		margin-bottom: 60px;
		padding-top: 30px;
		padding-bottom: 30px; } }
@media only screen and (max-width: 1200px) {
	.citation {
		margin-top: 30px;
		margin-bottom: 30px; } }
.citation--people-one {
	margin-bottom: 100px; }
@media only screen and (max-width: 1440px) {
	.citation--people-one {
		margin-bottom: 60px; } }
@media only screen and (max-width: 1200px) {
	.citation--people-one {
		margin-bottom: 30px; } }
.citation::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 290px;
	height: 203px;
	background: url("../images/decor.1.png") center/100% 100% no-repeat;
	z-index: -1; }
@media only screen and (max-width: 767px) {
	.citation::before {
		display: none; } }
.citation::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 290px;
	height: 203px;
	background: url("../images/decor.png") center/100% 100% no-repeat;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	z-index: -1; }
@media only screen and (max-width: 767px) {
	.citation::after {
		display: none; } }
.citation--pharmacovigilance {
	margin-top: 50px;
	margin-bottom: 0;
	padding-bottom: 30px; }
@media only screen and (max-width: 767px) {
	.citation--pharmacovigilance {
		margin-top: 20px; } }
.citation--pharmacovigilance::after {
	display: none; }
.citation__text {
	max-width: 664px;
	width: 100%;
	margin: 0 auto 15px;
	color: #393c3f;
	font-weight: 500;
	font-size: 20px;
	font-style: italic;
	text-align: center;
	line-height: 26px;
	position: relative; }
.citation__text::before {
	content: '';
	position: absolute;
	left: -15px;
	top: -24px;
	width: 24px;
	height: 21px;
	background: url("../images/quote.png") center/100% 100% no-repeat; }
.citation__text--pharmacovigilance {
	max-width: 760px;
	width: 100%;
	margin-bottom: 0;
	font-size: 18px; }
.citation__text--pharmacovigilance::before {
	display: none; }
.citation__name {
	text-align: center;
	font-size: 14px;
	color: #666;
	font-weight: 300; }

.contacts {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; }
@media only screen and (max-width: 1200px) {
	.contacts {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center; } }
.contacts__map {
	position: relative;
	z-index: 2;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%; }
@media only screen and (max-width: 1200px) {
	.contacts__map {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		height: 300px; } }
.contacts__info {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	padding: 45px 15px 150px 73px; }
@media only screen and (max-width: 1440px) {
	.contacts__info {
		padding: 30px 15px 50px 50px; } }
@media only screen and (max-width: 1200px) {
	.contacts__info {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 70%;
		flex: 0 0 70%;
		max-width: 70%;
		padding: 40px 15px; } }
@media only screen and (max-width: 767px) {
	.contacts__info {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding: 15px 15px 50px; } }
.contacts__list {
	margin-bottom: 50px;
	max-width: 470px; }
@media only screen and (max-width: 767px) {
	.contacts__list {
		margin-bottom: 20px; } }
.contacts__row {
	padding-top: 35px;
	padding-bottom: 30px;
	border-bottom: 1px solid #efefef; }
@media only screen and (max-width: 767px) {
	.contacts__row {
		padding-bottom: 15px;
		padding-top: 15px; } }
.contacts__row:first-child {
	padding-top: 0; }
.contacts__row-title {
	margin-bottom: 18px;
	font-size: 20px;
	font-weight: 500; }
.contacts__cell {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 15px; }
.contacts__cell:last-child {
	margin-bottom: 0; }
.contacts__cell-icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 30px;
	flex: 0 0 30px;
	width: 30px;
	padding-top: 2px; }
.contacts__cell-icon svg {
	fill: #b5bebe; }
.contacts__cell-box {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap; }
.contacts__cell-value {
	color: #50555a;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	text-decoration: none;
	font-style: normal;
	margin-right: 10px; }
@media only screen and (min-width: 1025px) {
	.contacts__cell-value--tel:hover {
		color: #e90e8b; } }
.contacts__btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap; }
@media only screen and (max-width: 767px) {
	.contacts__btns {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center; } }
.contacts__btn {
	min-width: 264px;
	margin-right: 44px; }
@media only screen and (max-width: 767px) {
	.contacts__btn {
		margin-right: 20px;
		margin-left: 20px;
		margin-bottom: 20px; } }
.contacts__social-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; }
@media only screen and (max-width: 767px) {
	.contacts__social-list {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center; } }
.contacts__social-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 48px;
	flex: 0 0 48px;
	width: 48px;
	height: 48px;
	background: #f3f3f3;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 10px; }
@media only screen and (min-width: 1025px) {
	.contacts__social-item:hover svg {
		fill: #e90e8b; } }
.contacts__social-item:last-child {
	margin-right: 0; }
.contacts__social-item svg {
	fill: #b5bebe; }

.on-map {
	font-size: 14px;
	font-weight: 500;
	color: #e90e8b;
	border-bottom: 1px dotted #e90e8b;
	cursor: pointer;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out; }
@media only screen and (min-width: 1025px) {
	.on-map:hover {
		border-color: transparent; } }

.counter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center; }
@media only screen and (max-width: 767px) {
	.counter {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-left: -15px;
		margin-right: -15px; } }
.counter__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	text-align: center;
	padding: 55px 15px 65px; }
@media only screen and (max-width: 1440px) {
	.counter__item {
		padding: 30px 15px 40px; } }
@media only screen and (max-width: 767px) {
	.counter__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		border: 1px solid #f5f5f5; } }
.counter__item-value {
	font-size: 80px;
	font-weight: 700;
	color: #e90e8b;
	margin-bottom: 30px; }
@media only screen and (max-width: 767px) {
	.counter__item-value {
		font-size: 40px;
		margin-bottom: 15px; } }
.counter__item-title {
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 500; }

.countries {
	position: relative;
	padding: 50px 0 100px 77px; }
@media only screen and (max-width: 1200px) {
	.countries {
		padding: 20px 0 40px; } }
@media only screen and (max-width: 767px) {
	.countries {
		padding-top: 10px;
		padding-bottom: 20px; } }
.countries__title {
	text-align: center;
	margin-bottom: 80px;
	font-size: 28px;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-weight: 500; }
@media only screen and (max-width: 1200px) {
	.countries__title {
		margin-bottom: 20px;
		font-size: 24px; } }
.countries__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap; }
@media only screen and (max-width: 767px) {
	.countries__list {
		margin-left: -15px;
		margin-right: -15px; } }
.countries__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #50555a;
	text-decoration: none;
	margin-bottom: 35px; }
@media only screen and (max-width: 1200px) {
	.countries__item {
		margin-bottom: 20px; } }
@media only screen and (max-width: 767px) {
	.countries__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		border-bottom: 1px solid #f3f3f4;
		padding-bottom: 10px;
		padding-top: 10px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center; }
	.countries__item:nth-child(odd) {
		border-right: 1px solid #f3f3f4; } }
@media only screen and (min-width: 1025px) {
	.countries__item:hover {
		color: #e90e8b; }
	.countries__item:hover .countries__text {
		text-decoration: underline; } }
.countries__icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 36px;
	flex: 0 0 36px;
	width: 36px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 12px; }
@media only screen and (max-width: 767px) {
	.countries__icon {
		margin-right: 0;
		margin-bottom: 5px; } }
.countries__text {
	padding-right: 10px;
	font-weight: 500;
	font-size: 17px; }
@media only screen and (max-width: 1200px) {
	.countries__text {
		font-size: 15px; } }
@media only screen and (max-width: 767px) {
	.countries__text {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		text-align: center;
		padding-left: 5px;
		padding-right: 5px; } }

.dev {
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-left: 100px; }
@media only screen and (max-width: 767px) {
	.dev {
		margin-left: 0;
		margin-bottom: 10px; } }
.dev > span {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-right: 10px;
	color: #8e9399;
	font-size: 14px;
	font-weight: 300; }
@media only screen and (max-width: 1200px) {
	.dev > span {
		font-size: 12px; } }
@media only screen and (min-width: 1025px) {
	.dev:hover .lemon-icon {
		-webkit-transform: translate(0, -100%);
		transform: translate(0, -100%); }
	.dev:hover .lemon-icon-hover {
		-webkit-transform: translate(0, -100%);
		transform: translate(0, -100%); } }

.lemon {
	width: 80px;
	height: 13px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap; }
.lemon svg {
	width: 100%;
	height: 100%;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	fill: #9ba6ad; }

.error-page {
	position: relative;
	min-height: 100vh;
	margin-top: -107px;
	background-position: center;
	background-size: cover;
	padding: 110px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center; }
@media only screen and (max-width: 1440px) {
	.error-page {
		padding-bottom: 70px;
		margin-top: -93px; } }
@media only screen and (max-width: 1200px) {
	.error-page {
		margin-top: -66px; } }
@media only screen and (max-width: 767px) {
	.error-page {
		padding-top: 80px; } }
.error-page__box {
	text-align: center;
	position: relative; }
.error-page__top {
	color: #fff;
	font-size: 400px;
	font-weight: 500;
	text-shadow: 0 5px 50px rgba(0, 0, 0, 0.16);
	margin-bottom: 20px; }
@media only screen and (max-width: 1440px) {
	.error-page__top {
		font-size: 250px;
		line-height: 170px; } }
@media only screen and (max-width: 767px) {
	.error-page__top {
		font-size: 150px;
		line-height: 1; } }
.error-page__title {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 28px;
	margin-bottom: 15px;
	color: #000; }
@media only screen and (max-width: 767px) {
	.error-page__title {
		font-size: 24px; } }
.error-page__descriptions {
	max-width: 285px;
	width: 100%;
	margin: 0 auto 15px;
	font-size: 15px;
	line-height: 22px; }

body.compensate-for-scrollbar {
	overflow: hidden; }

.fancybox-active {
	height: auto; }

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden; }

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	z-index: 99992; }

.fancybox-container * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0; }

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto; }

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
	transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
	opacity: .9;
	-webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
	transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
	direction: ltr;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .25s ease, visibility 0s ease .25s;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
	opacity: 1;
	-webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible; }

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; }

.fancybox-toolbar {
	right: 0;
	top: 0; }

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 99994; }

.fancybox-is-open .fancybox-stage {
	overflow: hidden; }

.fancybox-slide {
	-webkit-backface-visibility: hidden;
	/* Using without prefix would break IE11 */
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	white-space: normal;
	width: 100%;
	z-index: 99994; }

.fancybox-slide::before {
	content: '';
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
	display: block; }

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0; }

.fancybox-slide--image::before {
	display: none; }

.fancybox-slide--html {
	padding: 6px; }

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
	-webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
	animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
	cursor: -webkit-zoom-out;
	cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
	cursor: -webkit-zoom-in;
	cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
	cursor: -webkit-grab;
	cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
	cursor: -webkit-grabbing;
	cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
	cursor: text; }

.fancybox-image,
.fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%; }

.fancybox-spaceball {
	z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%; }

.fancybox-slide--video .fancybox-content {
	background: #000; }

.fancybox-slide--map .fancybox-content {
	background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
	background: #fff; }

.fancybox-video,
.fancybox-iframe {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%; }

/* Fix iOS */
.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0; }

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%; }

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0; }

/* Buttons */
.fancybox-button {
	background: rgba(30, 30, 30, 0.6);
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	-webkit-transition: color .2s;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
	color: #ccc; }

.fancybox-button:hover {
	color: #fff; }

.fancybox-button:focus {
	outline: none; }

.fancybox-button.fancybox-focus {
	outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: none; }

/* Fix IE11 */
.fancybox-button div {
	height: 100%; }

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%; }

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
	display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
	display: none; }

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0;
	transform-origin: 0;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401; }

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px; }

.fancybox-navigation .fancybox-button div {
	padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0; }

/* Caption */
.fancybox-caption {
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
	background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px 44px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996; }

.fancybox-caption--separate {
	margin-top: -50px; }

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none; }

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
	-webkit-animation: fancybox-rotate 1s linear infinite;
	animation: fancybox-rotate 1s linear infinite;
	background: transparent;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg); } }

@keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg); } }

/* Transition effects */
.fancybox-animated {
	-webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
	transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px; }
	.fancybox-slide--image {
		padding: 6px 0; }
	.fancybox-close-small {
		right: -6px; }
	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px; }
	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px; } }

/* Share */
.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center; }

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px 0; }

.fancybox-share p {
	margin: 0;
	padding: 0; }

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px 5px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	-webkit-transition: all .2s;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
	color: #fff; }

.fancybox-share__button:hover {
	text-decoration: none; }

.fancybox-share__button--fb {
	background: #3b5998; }

.fancybox-share__button--fb:hover {
	background: #344e86; }

.fancybox-share__button--pt {
	background: #bd081d; }

.fancybox-share__button--pt:hover {
	background: #aa0719; }

.fancybox-share__button--tw {
	background: #1da1f2; }

.fancybox-share__button--tw:hover {
	background: #0d95e8; }

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px; }

.fancybox-share__button svg path {
	fill: #fff; }

.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%; }

/* Thumbs */
.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px 2px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 0;
	width: 212px;
	z-index: 99995; }

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
	display: block; }

.fancybox-show-thumbs .fancybox-inner {
	right: 212px; }

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px; }

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, 0.1);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px; }

.fancybox-thumbs__list a::before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: '';
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
	opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
	opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
	.fancybox-thumbs {
		width: 110px; }
	.fancybox-show-thumbs .fancybox-inner {
		right: 110px; }
	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px); } }

.faq {
	position: relative; }
.faq__title {
	text-transform: uppercase;
	color: #e90e8b;
	margin-bottom: 15px;
	font-size: 22px;
	text-align: center; }
.faq__text {
	color: #737c84;
	font-size: 18px;
	max-width: 770px;
	margin: 0 auto 25px;
	text-align: center;
	line-height: 26px; }
@media only screen and (max-width: 1200px) {
	.faq__text {
		margin-bottom: 15px; } }
@media only screen and (max-width: 767px) {
	.faq__text {
		font-size: 14px;
		line-height: 18px; } }
.faq__list-holder {
	position: relative; }
.faq__list-holder::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #f7f8f9;
	z-index: -1; }
.faq__list {
	padding-top: 45px;
	padding-bottom: 45px; }
@media only screen and (max-width: 767px) {
	.faq__list {
		padding-top: 12px;
		padding-bottom: 12px;
		margin-left: -15px;
		margin-right: -15px; } }
.faq__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 17px 18px 17px 55px;
	position: relative;
	background: #fff;
	margin-bottom: 12px;
	color: #393c3f;
	text-decoration: none; }
@media only screen and (max-width: 1200px) {
	.faq__item {
		padding-left: 15px; } }
@media only screen and (min-width: 1025px) {
	.faq__item:hover {
		-webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.06);
		box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.06);
		color: #e90e8b; }
	.faq__item:hover .faq__item-btn {
		background: #e90e8b; }
	.faq__item:hover .faq__item-btn svg {
		fill: #fff; } }
.faq__item:last-child {
	margin-bottom: 0; }
.faq__item-title {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding-right: 15px;
	font-size: 18px;
	font-weight: 700; }
@media only screen and (max-width: 767px) {
	.faq__item-title {
		font-size: 16px; } }
.faq__item-btn {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 44px;
	flex: 0 0 44px;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 2px solid #e90e8b;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out; }
.faq__item-btn svg {
	fill: #e90e8b; }

/*!
* FlexMasonry
* Version: 0.2.3
* Author: Gilbert Pellegrom <gilbert@pellegrom.me>
* License: MIT
*/
.flexmasonry {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	-ms-flex-line-pack: justify;
	align-content: space-between; }

.flexmasonry-item {
	width: 100%; }

.flexmasonry-cols-2 .flexmasonry-item {
	width: 50%; }

.flexmasonry-cols-3 .flexmasonry-item {
	width: 33.333%; }

.flexmasonry-cols-4 .flexmasonry-item {
	width: 25%; }

.flexmasonry-cols-5 .flexmasonry-item {
	width: 20%; }

.flexmasonry-cols-6 .flexmasonry-item {
	width: 16.666%; }

.flexmasonry-cols-7 .flexmasonry-item {
	width: 14.285%; }

.flexmasonry-cols-8 .flexmasonry-item {
	width: 12.5%; }

.flexmasonry-cols-2 .flexmasonry-item:nth-child(2n+1) {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1; }

.flexmasonry-cols-2 .flexmasonry-item:nth-child(2n) {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2; }

.flexmasonry-cols-3 .flexmasonry-item:nth-child(3n+1) {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1; }

.flexmasonry-cols-3 .flexmasonry-item:nth-child(3n+2) {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2; }

.flexmasonry-cols-3 .flexmasonry-item:nth-child(3n) {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3; }

.flexmasonry-cols-4 .flexmasonry-item:nth-child(4n+1) {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1; }

.flexmasonry-cols-4 .flexmasonry-item:nth-child(4n+2) {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2; }

.flexmasonry-cols-4 .flexmasonry-item:nth-child(4n+3) {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3; }

.flexmasonry-cols-4 .flexmasonry-item:nth-child(4n) {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4; }

.flexmasonry-cols-5 .flexmasonry-item:nth-child(5n+1) {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1; }

.flexmasonry-cols-5 .flexmasonry-item:nth-child(5n+2) {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2; }

.flexmasonry-cols-5 .flexmasonry-item:nth-child(5n+3) {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3; }

.flexmasonry-cols-5 .flexmasonry-item:nth-child(5n+4) {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4; }

.flexmasonry-cols-5 .flexmasonry-item:nth-child(5n) {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5; }

.flexmasonry-cols-6 .flexmasonry-item:nth-child(6n+1) {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1; }

.flexmasonry-cols-6 .flexmasonry-item:nth-child(6n+2) {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2; }

.flexmasonry-cols-6 .flexmasonry-item:nth-child(6n+3) {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3; }

.flexmasonry-cols-6 .flexmasonry-item:nth-child(6n+4) {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4; }

.flexmasonry-cols-6 .flexmasonry-item:nth-child(6n+5) {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5; }

.flexmasonry-cols-6 .flexmasonry-item:nth-child(6n) {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6; }

.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n+1) {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1; }

.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n+2) {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2; }

.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n+3) {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3; }

.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n+4) {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4; }

.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n+5) {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5; }

.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n+6) {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6; }

.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n) {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7; }

.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+1) {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1; }

.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+2) {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2; }

.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+3) {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3; }

.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+4) {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4; }

.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+5) {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5; }

.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+6) {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6; }

.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+7) {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7; }

.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n) {
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8; }

.flexmasonry-break {
	content: "";
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	width: 0 !important;
	margin: 0; }

.flexmasonry-break-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1; }

.flexmasonry-break-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2; }

.flexmasonry-break-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3; }

.flexmasonry-break-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4; }

.flexmasonry-break-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5; }

.flexmasonry-break-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6; }

.flexmasonry-break-7 {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7; }

.footer {
	position: relative;
	z-index: 1;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	border-top: 2px solid #e90e8b;
	padding-bottom: 10px; }
@media only screen and (max-width: 1200px) {
	.footer {
		padding-top: 15px; } }
@media only screen and (max-width: 767px) {
	.footer {
		padding-bottom: 20px; } }
.footer__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 25px 15px 30px;
	border-bottom: 1px solid #f3f3f4;
	margin-bottom: 30px; }
@media only screen and (max-width: 1200px) {
	.footer__nav {
		display: none; } }
.footer__nav-link {
	position: relative;
	text-decoration: none;
	font-size: 17px;
	font-weight: 500;
	color: #393c3f;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #c3c4c5;
	margin-right: 50px; }
.footer__nav-link.active {
	color: #e90e8b; }
.footer__nav-link.active::before {
	width: 100%; }
@media only screen and (min-width: 1025px) {
	.footer__nav-link:hover {
		color: #e90e8b; }
	.footer__nav-link:hover::before {
		width: 100%; } }
.footer__nav-link::before {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	height: 1px;
	background: #e90e8b;
	width: 0;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out; }
.footer__nav-link:last-child {
	margin-right: 0; }
.footer__logo {
	width: 73px;
	height: 101px;
	margin: 0 auto 30px;
	background: url("../images/logo-footer.png") center/100% 100% no-repeat; }
@media only screen and (max-width: 1200px) {
	.footer__logo {
		width: 35px;
		height: 48px;
		margin-bottom: 15px; } }
.footer__info {
	font-size: 12px;
	line-height: 18px;
	max-width: 525px;
	width: 100%;
	margin: 0 auto 22px;
	text-align: center; }
@media only screen and (max-width: 1200px) {
	.footer__info {
		margin-bottom: 10px; } }
@media only screen and (max-width: 767px) {
	.footer__info {
		line-height: 14px;
		font-size: 11px;
		margin-bottom: 0; } }
.footer__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between; }
@media only screen and (max-width: 767px) {
	.footer__bottom {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center; } }
.footer__copy {
	font-size: 14px;
	font-weight: 300;
	color: #8e9399; }
@media only screen and (max-width: 767px) {
	.footer__copy {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		text-align: center; } }

.form__title {
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 24px;
	color: #000; }

.form__row {
	position: relative;
	margin-bottom: 20px; }
.form__row::before {
	content: '*';
	position: absolute;
	color: #e90e8b;
	left: 20px;
	top: 23px; }

.form__input {
	width: 100%;
	border-radius: 5px;
	border: 1px solid #e7e5e5;
	height: 54px;
	padding: 15px 35px;
	outline: none;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	color: #000; }
@media only screen and (min-width: 1025px) {
	.form__input:hover {
		border-color: #e90e8b; } }
.form__input:focus {
	border-color: #e90e8b; }
.form__input.error {
	border-color: #e73535; }

.form__label {
	pointer-events: none;
	position: absolute;
	color: #8a8e8e;
	font-size: 13px;
	left: 30px;
	top: 21px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	background: #fff;
	padding-left: 5px;
	padding-right: 5px; }
.js-parent-input.active .form__label, select.js-active-input~.form__label {
	color: #e90e8b;
	-webkit-transform: translateY(-27px);
	transform: translateY(-27px); }

.form__textarea-box {
	margin-bottom: 32px; }

.form__textarea-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #939ea2;
	font-size: 14px;
	cursor: pointer;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out; }
@media only screen and (min-width: 1025px) {
	.form__textarea-btn:hover {
		color: #e90e8b; }
	.form__textarea-btn:hover .form__textarea-icon {
		border-color: #e90e8b; }
	.form__textarea-btn:hover .form__textarea-icon::before, .form__textarea-btn:hover .form__textarea-icon::after {
		background: #e90e8b; } }

.form__textarea-icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 18px;
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	position: relative;
	border-radius: 50%;
	border: 1px solid #939ea2;
	margin-right: 8px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out; }
.form__textarea-icon::before {
	content: '';
	position: absolute;
	width: 8px;
	height: 2px;
	background: #939ea2;
	left: 50%;
	margin-left: -4px;
	top: 50%;
	margin-top: -1px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out; }
.form__textarea-icon::after {
	content: '';
	position: absolute;
	height: 8px;
	width: 2px;
	background: #939ea2;
	left: 50%;
	margin-left: -1px;
	top: 50%;
	margin-top: -4px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out; }
.active.form__textarea-btn .form__textarea-icon::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg); }

.form__textarea {
	margin-top: 15px;
	width: 100%;
	border-radius: 5px;
	border: 1px solid #e7e5e5;
	height: 150px;
	resize: none;
	padding: 10px 15px;
	outline: none;
	color: #000; }
.questionnaire__cell .form__textarea {
	margin-top: 0; }
@media only screen and (min-width: 1025px) {
	.form__textarea:hover {
		border-color: #e90e8b; } }
.form__textarea:focus {
	border-color: #e90e8b; }

.form__add-file {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 8px;
	cursor: pointer; }
@media only screen and (min-width: 1025px) {
	.form__add-file:hover .form__file-text {
		border-color: transparent; } }

.form__file {
	display: none; }

.form__file-icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-right: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; }
.form__file-icon svg {
	fill: #e90e8b; }

.form__file-text {
	color: #e90e8b;
	font-size: 15px;
	font-weight: 500;
	margin-right: 14px;
	border-bottom: 1px dotted #e90e8b;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto; }

.form__name-file {
	color: #939ea2;
	font-size: 13px;
	font-weight: 300;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	overflow: hidden;
	padding-bottom: 2px;
	white-space: nowrap; }

.form__formats {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #bbb;
	font-size: 11px;
	font-weight: 300;
	margin-bottom: 30px; }
.form__formats svg {
	fill: #bbb;
	margin-right: 5px; }

.form__btn .btn {
	width: 100%;
	display: block; }

.your-message {
	display: none; }

.gallery-one {
	position: relative;
	padding-top: 50px; }
@media only screen and (max-width: 1200px) {
	.gallery-one {
		padding-top: 0; } }
.gallery-one__box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-top: 36px;
	padding-bottom: 157px; }
@media only screen and (max-width: 1200px) {
	.gallery-one__box {
		display: block;
		padding-top: 28px;
		padding-bottom: 84px; } }
.gallery-one__sliders {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 531px;
	flex: 0 0 531px;
	max-width: 531px;
	width: 351px;
	margin-right: 41px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start; }
@media only screen and (max-width: 1200px) {
	.gallery-one__sliders {
		display: block;
		max-width: 100%;
		width: 100%;
		margin-right: 0; } }
.gallery-one__slider-nav {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75px;
	flex: 0 0 75px;
	max-width: 75px;
	width: 100%;
	margin-right: 15px; }
@media only screen and (max-width: 1200px) {
	.gallery-one__slider-nav {
		display: none !important; } }
.gallery-one__slider-nav .slick-slide {
	margin-bottom: 14px; }
.gallery-one__slider-nav-item {
	width: 75px;
	height: 49px;
	vertical-align: top;
	cursor: pointer;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	opacity: 0.3; }
.slick-current .gallery-one__slider-nav-item {
	opacity: 1; }
.gallery-one__slider-nav-item img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover; }
.gallery-one__slider-for-item {
	vertical-align: top; }
.gallery-one__slider-for-item img {
	width: 100%; }
.gallery-one__slider-for {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 441px;
	flex: 0 0 441px;
	max-width: 441px;
	width: 100%; }
@media only screen and (max-width: 1200px) {
	.gallery-one__slider-for {
		max-width: calc(100% + 30px);
		width: calc(100% + 30px);
		margin-bottom: 86px;
		margin-right: -15px;
		margin-left: -15px; }
	.gallery-one__slider-for .slick-list {
		padding-left: 15px;
		padding-right: 15px; }
	.gallery-one__slider-for .slick-slide {
		margin-right: 3px;
		margin-left: 3px;
		opacity: .3;
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out; }
	.gallery-one__slider-for .slick-slide.slick-current {
		opacity: 1; }
	.gallery-one__slider-for .slick-dots {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		right: 0;
		left: 0;
		bottom: -35px; }
	.gallery-one__slider-for .slick-dots li {
		margin-left: 8px;
		margin-right: 8px; }
	.gallery-one__slider-for .slick-dots li::before {
		left: 0;
		top: 0; }
	.gallery-one__slider-for .slick-dots button {
		width: 8px;
		height: 8px;
		border-radius: 50%;
		background: transparent;
		font-size: 0;
		padding: 0;
		border: 0; } }
.gallery-one__info {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 542px;
	flex: 0 1 542px;
	max-width: 542px;
	width: 100%; }
@media only screen and (max-width: 1200px) {
	.gallery-one__info {
		max-width: 100%; } }
.gallery-one__title {
	position: relative;
	margin-bottom: 25px;
	font-weight: 500;
	font-size: 30px;
	line-height: 120%;
	color: #000; }
@media only screen and (max-width: 1200px) {
	.gallery-one__title {
		text-align: center;
		font-size: 28px;
		margin-bottom: 20px; } }
.gallery-one__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 40px; }
@media only screen and (max-width: 1200px) {
	.gallery-one__row {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 20px; } }
.gallery-one__table {
	position: relative;
	margin-bottom: 40px; }
.gallery-one__table-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #fcf8fb;
	border: 1px solid #f0e9ee;
	margin-top: -1px; }
.gallery-one__table-row:nth-child(even) {
	background: #fff; }
.gallery-one__table-cell {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	font-size: 16px;
	line-height: 160%;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 10px; }
.gallery-one__table-cell:nth-child(1) {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 130px;
	flex: 0 0 130px;
	max-width: 130px;
	width: 100%;
	padding-left: 16px;
	letter-spacing: 0.02em;
	color: #91969c; }
.gallery-one__text {
	margin-bottom: 50px; }
.gallery-one__btn-box {
	position: relative; }
@media only screen and (max-width: 1200px) {
	.gallery-one__btn-box {
		text-align: center; } }
.gallery-one__btn-box .btn {
	width: auto; }
@media only screen and (max-width: 1200px) {
	.gallery-one__btn-box .btn {
		padding-left: 10px;
		padding-right: 10px; } }

.gallery {
	position: relative;
	padding-bottom: 120px;
}
@media only screen and (max-width: 767px) {
	.gallery {
		padding-top: 36px;
		padding-bottom: 60px;
	}
}
@media only screen and (max-width: 767px) {
	.gallery__title {
		letter-spacing: normal;
		margin-bottom: 40px;
	}
}

/*.gallery__list {*/
/*  position: relative;*/
/*}*/

/*@media only screen and (max-width: 1200px) {*/
/*  .gallery__list {*/
/*    max-width: 50vw;*/
/*    width: 100%;*/
/*    margin: 0 auto;*/
/*  }*/
/*}*/

/*@media only screen and (max-width: 767px) {*/
/*  .gallery__list {*/
/*    max-width: 100%;*/
/*  }*/
/*}*/
.gallery-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.gallery__item {
	position: relative;
	margin-bottom: 40px;
	max-width: 378px;
	width: 100%;
	padding: 0 5px;
}

/*@media only screen and (max-width: 1200px) {*/
/*  .gallery__item {*/
/*    width: 100%;*/
/*  }*/
/*}*/

.gallery__item-img {
	position: relative;
	display: block;
	margin-bottom: 15px;
	text-decoration: none;
	overflow: hidden;
}

@media only screen and (max-width: 767px) {
	.gallery__item-img img {
		width: 100%;
	}
}

@media only screen and (min-width: 1025px) {
	.gallery__item-img:hover::before {
		opacity: 1;
	}
}

.gallery__item-img::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 3px solid #fff;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	opacity: 0;
}

.gallery__item-bottom {
	padding-left: 20px;
	padding-right: 20px;
}

.gallery__item-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 6px;
}

.gallery__item-row-title {
	font-size: 15px;
	line-height: 160%;
	color: #707477;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-right: 6px;
}

.gallery__item-row-text {
	font-weight: 500;
	font-size: 15px;
	line-height: 160%;
	color: #393c3f;
}

.gallery__item-title {
	display: block;
	font-weight: 500;
	font-size: 18px;
	line-height: 120%;
	height: 42px;
	overflow: hidden;
	color: #393c3f;
	text-decoration: none;
}

@media only screen and (min-width: 1025px) {
	.gallery__item-title:hover {
		text-decoration: underline;
	}
}

.gallery__btn-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 30px;
}

.growth {
	position: relative; }
.growth__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 45px;
	padding-right: 45px;
	margin-bottom: 100px; }
@media only screen and (max-width: 1200px) {
	.growth__top {
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 40px; } }
@media only screen and (max-width: 767px) {
	.growth__top {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap; } }
.growth__top-text {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding-top: 20px; }
@media only screen and (max-width: 1200px) {
	.growth__top-text {
		padding-top: 0; } }
@media only screen and (max-width: 767px) {
	.growth__top-text {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2; } }
.growth__top-img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-left: 90px;
	position: relative; }
@media only screen and (max-width: 1200px) {
	.growth__top-img {
		margin-left: 20px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 30%;
		flex: 0 0 30%; } }
@media only screen and (max-width: 767px) {
	.growth__top-img {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-left: 0;
		margin-bottom: 15px;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1; }
	.growth__top-img img {
		width: 100%; } }
.growth__top-img::before {
	content: '';
	position: absolute;
	bottom: -40px;
	right: -45px;
	width: 112px;
	height: 126px;
	background: #f8f9f9;
	z-index: -1; }
@media only screen and (max-width: 1200px) {
	.growth__top-img::before {
		display: none; } }
.growth__text-inner {
	max-height: 503px; }
.growth__middle {
	position: relative;
	margin-bottom: 120px;
	padding-left: 45px;
	padding-right: 45px; }
@media only screen and (max-width: 1440px) {
	.growth__middle {
		margin-bottom: 60px; } }
@media only screen and (max-width: 1200px) {
	.growth__middle {
		padding-left: 0;
		padding-right: 0; } }
.growth__middle--pharmacovigilance {
	margin-bottom: 75px;
	padding-top: 20px; }
@media only screen and (max-width: 767px) {
	.growth__middle--pharmacovigilance {
		margin-bottom: 30px; } }
.growth__middle-title {
	text-align: center;
	text-transform: uppercase;
	color: #393c3f;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 34px;
	position: relative; }
@media only screen and (max-width: 1200px) {
	.growth__middle-title {
		margin-bottom: 15px; } }
@media only screen and (max-width: 767px) {
	.growth__middle-title {
		font-size: 22px; } }
.growth__middle-title::before {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -209px;
	top: -120px;
	width: 209px;
	height: 202px;
	background: url("../images/decor4.png") center/100% 100% no-repeat;
	z-index: -1; }
@media only screen and (max-width: 1200px) {
	.growth__middle-title::before {
		display: none; } }
.growth__middle-table {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; }
@media only screen and (max-width: 767px) {
	.growth__middle-table {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap; } }
.growth__middle-cell {
	width: 100%; }
.growth__middle-cell + .growth__middle-cell {
	margin-left: 70px; }
@media only screen and (max-width: 1200px) {
	.growth__middle-cell + .growth__middle-cell {
		margin-left: 20px; } }
@media only screen and (max-width: 767px) {
	.growth__middle-cell + .growth__middle-cell {
		margin-left: 0;
		margin-top: 15px; } }
.growth__bottom {
	padding-left: 45px;
	padding-right: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 80px; }
@media only screen and (max-width: 1200px) {
	.growth__bottom {
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 40px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center; } }
.growth__bottom-img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-right: 100px; }
@media only screen and (max-width: 1200px) {
	.growth__bottom-img {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		margin-right: 0;
		margin-bottom: 20px; } }
@media only screen and (max-width: 767px) {
	.growth__bottom-img {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%; } }
.growth__bottom-info {
	position: relative; }
@media only screen and (max-width: 1200px) {
	.growth__bottom-info {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto; } }
.growth__bottom-title {
	font-size: 28px;
	font-weight: 700;
	color: #393c3f;
	text-transform: uppercase;
	margin-bottom: 20px; }
@media only screen and (max-width: 767px) {
	.growth__bottom-title {
		font-size: 22px;
		margin-bottom: 10px; } }

.growth {
	position: relative; }
.growth__img {
	margin-left: -108px;
	margin-right: -108px; }
@media only screen and (max-width: 1750px) {
	.growth__img {
		margin-left: 0;
		margin-right: 0; } }
.growth__text-holder {
	max-width: 945px;
	width: 100%;
	margin: 0 auto;
	padding-top: 60px; }
.one-news .growth__text-holder {
	max-width: 960px;
	padding-top: 0; }
@media only screen and (max-width: 1440px) {
	.growth__text-holder {
		padding-top: 30px; } }
@media only screen and (max-width: 767px) {
	.growth__text-holder {
		padding-top: 15px; } }
.growth__text {
	margin-bottom: 30px; }
.growth__text.text-content {
	font-size: 17px; }
.growth__bottom {
	margin-bottom: 60px;
	padding-left: 34px;
	position: relative;
	font-style: italic;
	font-weight: 300;
	border-left: 3px solid #e90e8b; }
@media only screen and (max-width: 1200px) {
	.growth__bottom {
		font-style: normal;
		padding-left: 10px;
		margin-bottom: 30px;
	}
}
.ua-army {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	display:flex;
	margin:0 7vw;
	z-index:3;
	background: url(img/army_heart.png) 100% center no-repeat, #ffffff;
	flex-direction: column;
	height: 80px;
}

.ua-army span {
	width:100%;
	text-transform:uppercase;
	line-height: 82px;
	font-family: Roboto;
	font-size:24px;
	color:#383C3F;
	padding-right: 226px;
	text-align: center;
}

.ua-army span b {
	color:#E50C86;
}

/*@media (max-width:900px) {
	.ua-army {
		padding: 0px 20vw;
		background: url(img/army_heart.png) 100% bottom no-repeat, #ffffff;
	}


}*/

@media (max-width:1200px) {
	.ua-army {
		padding: 0px 5vw;
		background: url(img/army_heart.png) right no-repeat, #ffffff;
		padding-bottom:10px;
		margin: 0;
	}

	.ua-army span {
		font-size:20px;
		width: 90%;
	}
}

@media (max-width:960px) {
	.ua-army span {
		line-height: 25px;
	}
}

@media (max-width:550px) {
	.ua-army {
		padding: 0px 5vw;
		background: url(img/army_heart.png) 200px no-repeat, #ffffff;
		padding-bottom:10px;
	}

	.ua-army span {
		font-size:16px;
		width: 90%;
		line-height: 18px;
		padding-right: 170px;
		margin-top: auto;
	}
}

@media (max-width:450px) {
	.ua-army span {
		width: 130%;
	}
}
.header {
	position: fixed;
	top: 0px;
	left: 0;
	right: 0;
	z-index: 3;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 12px 37px 12px 20px; }
.wrapper--error .header {
	background: transparent; }
.wrapper--error .header::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 95px;
	background: #fff; }
@media only screen and (max-width: 1200px) {
	.wrapper--error .header::before {
		display: none; } }
@media only screen and (max-width: 1200px) {
	.wrapper--error .header {
		background: #fff; } }
@media only screen and (max-width: 1679px) {
	.header {
		padding: 5px 15px; } }
@media only screen and (max-width: 1200px) {
	.header {
		padding: 4px 15px;
		border-bottom: 1px solid #f5f5f5; } }
@media only screen and (max-width: 767px) {
	.header {
		padding: 4px 0; } }
.header__left {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; }
.header__logo {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 49px;
	flex: 0 0 49px;
	width: 49px;
	height: 83px;
	background: url("../images/logo.png") center/100% 100% no-repeat;
	margin-right: 58px; }
@media only screen and (max-width: 1679px) {
	.header__logo {
		margin-right: 30px; } }
@media only screen and (max-width: 1200px) {
	.header__logo {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 35px;
		flex: 0 0 35px;
		width: 35px;
		height: 48px;
		background: url("../images/logo-footer.png") center/100% 100% no-repeat; }
	.menu2 .header__logo {
		display: none; } }
.header__logo-link {
	display: block;
	height: 100%; }
.header__products {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 2px solid #e90e8b;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	border-radius: 4px;
	background: #e90e8b;
	padding: 14px 30px;
	margin-right: 48px; }
@media only screen and (max-width: 1679px) {
	.header__products {
		margin-right: 20px; } }
@media only screen and (max-width: 767px) {
	.header__products {
		padding: 10px 16px;
		margin-right: 0; } }
@media only screen and (min-width: 1025px) {
	.header__products:hover {
		color: #e90e8b;
		background: #fff; }
	.header__products:hover svg {
		fill: #e90e8b; } }
.header__products svg {
	fill: #fff;
	margin-right: 10px; }
.header__products--close {
	background: #fff;
	color: #e90e8b;
	min-width: 164px; }
@media only screen and (min-width: 1025px) {
	.header__products--close:hover {
		background: #e90e8b;
		color: #fff; }
	.header__products--close:hover svg {
		fill: #fff; } }
.header__products--close svg {
	fill: #e90e8b; }
.header__nav {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; }
@media only screen and (max-width: 1200px) {
	.header__nav {
		display: block;
		border-top: 1px solid #f6f6f6;
		margin-bottom: 60px; } }
.nav__item {
	margin-right: 50px;
	position: relative
}
.drop {
	list-style: none;
	margin: 0;
	padding: 11px 0;
}
@media only screen and (min-width: 1201px) {
	.drop {
		position: absolute;
		top: 100%;
		width: 200px;
		left: -100vw;
		opacity: 0;
		margin-left: -100px;
		-webkit-box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.1);
		border-radius: 10px;
		background: #fff;
		z-index: 1;
		-webkit-transform: translate(0, 20px);
		transform: translate(0, 20px);
		-webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
		transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
		transition: opacity .3s ease-in-out, transform .3s ease-in-out;
		transition: opacity .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	}
	.nav__item:hover .drop {
		left: 50%;
		opacity: 1;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}
.drop::before {
	content: '';
	position: absolute;
	left: 100%;
	top: 0;
	bottom: 0;
	width: 2px;
}
.drop__link {
	color: #393c3f;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	padding: 11px 26px 11px 40px;
	display: block;
}
@media only screen and (min-width: 1201px) {
	.drop__link {
		font-size: 16px;
	}
	.drop__link:hover {
		color: #e90e8b;
	}
}

.header__nav-link {
	position: relative;
	text-decoration: none;
	font-size: 17px;
	font-weight: 500;
	color: #393c3f;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #c3c4c5;
	display: block;
}

@media only screen and (max-width: 1679px) {
	.nav__item {
		margin-right: 25px;
	}
}

/*@media only screen and (max-width: 1365px) {*/
/*  .header__nav-link {*/
/*    font-size: 14px;*/
/*  }*/
/*}*/

@media only screen and (max-width: 1200px) {
	.header__nav-link {
		display: block;
		padding: 15px 32px;
		border-color: #f6f6f6;
	}
	.nav__item {
		margin-right: 0;
	}
}

@media only screen and (min-width: 1025px) {
	.header__nav-link:hover {
		color: #e90e8b;
	}

	.header__nav-link:hover::before {
		width: 100%;
	}
}

.header__nav-link.active {
	color: #e90e8b;
}

.header__nav-link.active::before {
	width: 100%;
}

@media only screen and (max-width: 1200px) {
	.header__nav-link.active {
		background: #f7f8f9;
	}

	.header__nav-link.active::before {
		display: none;
	}
}

.header__nav-link::before {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	height: 1px;
	background: #e90e8b;
	width: 0;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.header__nav-link:last-child {
	margin-right: 0;
}
.header__right {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; }
@media only screen and (max-width: 1200px) {
	.header__right {
		position: static; } }
.header__search-box {
	margin-right: 10px;
	position: relative; }
@media only screen and (max-width: 1200px) {
	.header__search-box {
		margin-right: 0;
		position: static; } }
.header__search-btn {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px; }
@media only screen and (max-width: 1200px) {
	.header__search-btn {
		padding: 20px; } }
@media only screen and (min-width: 1025px) {
	.header__search-btn:hover svg {
		fill: #e90e8b; } }
.header__form {
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	width: 436px;
	background: #fff;
	-webkit-transform: translateX(100vh);
	transform: translateX(100vh);
	opacity: 0;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out; }
@media only screen and (max-width: 1200px) {
	.header__form {
		top: 100%;
		right: 0;
		left: 0;
		width: 100%;
		height: 40px; } }
.header__form.active {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0); }
.header__form-btn {
	padding: 0;
	background: transparent;
	border: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	outline: none;
	display: block; }
@media only screen and (max-width: 1200px) {
	.header__form-btn {
		width: 40px; } }
@media only screen and (min-width: 1025px) {
	.header__form-btn:hover svg {
		fill: #e90e8b; } }
.header__form-btn svg {
	fill: #9ba2a8; }
.header__form-input {
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid #e90e8b;
	outline: none;
	width: 100%;
	padding: 0 25px 0 27px;
	height: 100%;
	color: #393c3f;
	font-size: 14px; }
@media only screen and (max-width: 1200px) {
	.header__form-input {
		padding-right: 55px;
		padding-left: 45px;
		background: #f7f8f9; } }
.header__form-input::-webkit-input-placeholder {
	color: #c1c4c8; }
.header__form-input::-moz-placeholder {
	color: #c1c4c8; }
.header__form-input::-ms-input-placeholder {
	color: #c1c4c8; }
.header__form-input::placeholder {
	color: #c1c4c8; }
.header__form-close {
	position: absolute;
	top: 0;
	bottom: 0;
	right: -10px;
	padding: 10px;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center; }
@media only screen and (max-width: 1200px) {
	.header__form-close {
		right: 0;
		padding: 10px 20px; } }
@media only screen and (min-width: 1025px) {
	.header__form-close:hover svg {
		fill: #e90e8b; } }
.header__lang {
	position: relative;
	margin-right: 13px; }
@media only screen and (max-width: 1200px) {
	.header__lang {
		position: absolute;
		right: 5px;
		top: 2px;
		margin-right: 0;
		z-index: 1; } }
.header__lang-current {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 16px 14px;
	cursor: pointer; }
@media only screen and (min-width: 1025px) {
	.header__lang-current:hover .header__lang-text {
		color: #e90e8b;
		border-color: #e90e8b; }
	.header__lang-current:hover .header__lang-text svg {
		fill: #e90e8b; } }
.header__lang-icon {
	margin-right: 10px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 28px;
	flex: 0 0 28px;
	width: 28px;
	height: 28px;
	overflow: hidden;
	border-radius: 50%; }
.header__lang-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px dotted #393c3f;
	font-size: 17px;
	font-weight: 500;
	text-transform: uppercase;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out; }
.header__lang-drop .header__lang-text {
	border-bottom: 0;
	color: #50555a; }
.header__lang-text svg {
	margin-left: 5px; }
.header__lang.active .header__lang-text svg {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg); }
.header__lang-drop {
	position: absolute;
	top: -100vh;
	left: 0;
	right: 0;
	background: #fff;
	-webkit-box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.1);
	padding: 0;
	margin: 0;
	list-style: none;
	opacity: 0;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out; }
.header__lang.active .header__lang-drop {
	top: 100%;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0); }
.header__lang-item {
	border-bottom: 1px solid #f6f6f6; }
.header__lang-item:last-child {
	border-bottom: 0; }
.header__lang-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 12px 0 12px 14px;
	text-decoration: none; }
@media only screen and (min-width: 1025px) {
	.header__lang-link:hover .header__lang-text {
		color: #e90e8b; } }
.header__mobile {
	display: none; }
@media only screen and (max-width: 1200px) {
	.header__mobile {
		display: block;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 11;
		opacity: 0;
		-webkit-transform: translateX(-100vw);
		transform: translateX(-100vw); }
	.header__mobile.active {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0); } }
@media only screen and (max-width: 1200px) {
	.header__mobile-overlay {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		opacity: 0;
		-webkit-transition: opacity .3s ease-in-out;
		transition: opacity .3s ease-in-out;
		background: rgba(255, 255, 255, 0.4); }
	.header__mobile.active .header__mobile-overlay {
		opacity: 1; } }
.header__mobile-box {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 305px;
	overflow-y: auto;
	background: #fff;
	-webkit-box-shadow: 3px 0 20px 0 rgba(33, 31, 32, 0.1);
	box-shadow: 3px 0 20px 0 rgba(33, 31, 32, 0.1);
	padding-top: 60px;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out; }
.header__mobile-box.active {
	-webkit-transform: translateX(0);
	transform: translateX(0); }
.header__btn {
	display: none; }
@media only screen and (max-width: 1200px) {
	.header__btn {
		display: block;
		padding: 20px;
		margin-right: 10px; } }
@media only screen and (max-width: 767px) {
	.header__btn {
		margin-right: 0; } }
.header__btn-line {
	width: 18px;
	height: 2px;
	background: #000;
	margin-bottom: 3px; }
.header__btn-line:last-child {
	margin-bottom: 0; }
.header__mobile-close {
	position: absolute;
	top: 0;
	left: 0;
	padding: 25px 20px; }

.worldwide-btn {
	text-decoration: none;
	position: relative;
	border-radius: 5px;
	cursor: pointer;
	border: 1px solid rgba(233, 14, 139, 0.3);
	width: 136px;
	height: 34px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #333;
	font-size: 14px;
	background: #fff;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out; }
@media only screen and (max-width: 1200px) {
	.worldwide-btn {
		margin-left: 32px; } }
@media only screen and (min-width: 1025px) {
	.worldwide-btn:hover {
		background: #e90e8b;
		border-color: #e90e8b;
		color: #fff; }
	.worldwide-btn:hover svg {
		fill: #fff; } }
.worldwide-btn svg {
	fill: #e90e8b;
	margin-right: 8px; }

.history__nav {
	padding-left: 40px;
	padding-right: 40px;
	margin-bottom: 36px; }
@media only screen and (max-width: 1200px) {
	.history__nav {
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 15px; } }
@media only screen and (max-width: 767px) {
	.history__nav {
		margin-bottom: 20px; } }
.history__nav .slick-slide {
	position: relative; }
.history__nav .slick-slide::before {
	content: '';
	position: absolute;
	background: #fff;
	width: 27px;
	height: 27px;
	border-radius: 50%;
	left: 50%;
	top: -13px;
	margin-left: -13px;
	z-index: 1; }
.history__nav .slick-slide::after {
	content: '';
	position: absolute;
	width: 100%;
	right: 0;
	top: 5px;
	height: 1px;
	background: #ddd; }
.history__nav .slick-arrow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 10px;
	z-index: 1;
	cursor: pointer;
	position: absolute;
	height: 100%;
	width: auto;
	top: -16px; }
.history__nav .slick-arrow.slick-prev {
	left: 23px; }
.history__nav .slick-arrow.slick-prev::before {
	display: none; }
@media only screen and (max-width: 1200px) {
	.history__nav .slick-arrow.slick-prev {
		left: 0; } }
.history__nav .slick-arrow.slick-next {
	right: 13px; }
@media only screen and (max-width: 1200px) {
	.history__nav .slick-arrow.slick-next {
		right: 0; } }

.history__nav-item {
	text-align: center;
	color: #b5bebe;
	font-size: 16px;
	position: relative;
	padding-top: 25px;
	cursor: pointer;
	z-index: 2;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out; }
.slick-current .history__nav-item {
	color: #e90e8b;
	font-weight: 700; }
.slick-current .history__nav-item::before {
	background: #ffcde8; }
.slick-current .history__nav-item::after {
	background: #e90e8b; }
@media only screen and (min-width: 1025px) {
	.history__nav-item:hover {
		color: #e90e8b;
		font-weight: 700; }
	.history__nav-item:hover::before {
		background: #ffcde8; }
	.history__nav-item:hover::after {
		background: #e90e8b; } }
.history__nav-item::before {
	content: '';
	position: absolute;
	background: #f0f2f2;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	top: 0;
	left: 50%;
	margin-left: -6px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out; }
.history__nav-item::after {
	content: '';
	position: absolute;
	background: #b5bebe;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	top: 4px;
	left: 50%;
	margin-left: -2px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out; }

.history__for {
	border-top: 1px solid #ebeef0;
	border-bottom: 1px solid #ebeef0;
	margin-bottom: 50px; }
@media only screen and (max-width: 1200px) {
	.history__for {
		margin-bottom: 30px;
		border-top: 0; } }
.history__for::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	background: #fff;
	left: 87px; }
@media only screen and (max-width: 1200px) {
	.history__for::before {
		display: none; } }

.history__for-item {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end; }
@media only screen and (max-width: 1200px) {
	.history__for-item {
		padding-left: 15px; } }
@media only screen and (max-width: 1023px) {
	.history__for-item {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-right: 15px; } }

.history__for-info {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 580px;
	flex: 0 0 580px;
	max-width: 580px;
	padding-top: 80px;
	padding-bottom: 140px;
	padding-right: 100px; }
@media only screen and (max-width: 1440px) {
	.history__for-info {
		padding-top: 40px;
		padding-bottom: 50px; } }
@media only screen and (max-width: 1200px) {
	.history__for-info {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		padding: 20px 15px 20px 0; } }
@media only screen and (max-width: 1023px) {
	.history__for-info {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		padding-right: 0; } }
@media only screen and (max-width: 767px) {
	.history__for-info {
		padding-top: 10px; } }

.history__img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative; }
@media only screen and (max-width: 1023px) {
	.history__img {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		height: 300px; } }
@media only screen and (max-width: 767px) {
	.history__img {
		height: 150px; } }
.history__img::before {
	content: '';
	position: absolute;
	background: #fff;
	border-radius: 50%;
	width: 1385px;
	height: 1385px;
	top: 50%;
	margin-top: -692px;
	left: -1310px; }
@media only screen and (max-width: 1440px) {
	.history__img::before {
		left: -1338px; } }
@media only screen and (max-width: 1200px) {
	.history__img::before {
		display: none; } }

.history__year {
	color: #e90e8b;
	font-size: 56px;
	margin-bottom: 15px; }
@media only screen and (max-width: 1200px) {
	.history__year {
		font-size: 38px;
		margin-bottom: 10px; } }
@media only screen and (max-width: 767px) {
	.history__year {
		font-size: 32px;
		margin-bottom: 10px; } }

.history__title {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 25px; }
@media only screen and (max-width: 1200px) {
	.history__title {
		margin-bottom: 15px; } }

.history__for-content {
	height: 285px; }
.history__for-content.text-content {
	font-size: 18px; }
@media only screen and (max-width: 767px) {
	.history__for-content.text-content {
		font-size: 16px; } }

.jobs {
	position: relative; }
@media only screen and (max-width: 1440px) {
	.jobs {
		padding-left: 80px;
		padding-right: 80px; } }
@media only screen and (max-width: 1200px) {
	.jobs {
		padding-left: 0;
		padding-right: 0; } }
.jobs__holder {
	position: relative; }
.jobs__holder::after {
	content: '';
	display: block;
	clear: both; }
@media only screen and (max-width: 1200px) {
	.jobs__holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center; } }
.jobs__box {
	max-width: calc(100% - 457px);
	width: calc(100% - 457px); }
@media only screen and (max-width: 1439px) {
	.jobs__box {
		max-width: calc(100% - 404px);
		width: calc(100% - 404px); } }
@media only screen and (max-width: 1200px) {
	.jobs__box {
		max-width: 100%;
		width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-bottom: 20px; } }
@media only screen and (max-width: 767px) {
	.jobs__box {
		overflow: visible; } }
.jobs__list {
	position: relative; }
@media only screen and (max-width: 767px) {
	.jobs__list {
		margin-left: -15px;
		margin-right: -15px; } }
.jobs__item {
	display: block;
	text-decoration: none;
	background: #fff;
	margin-bottom: 5px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out; }
@media only screen and (min-width: 1025px) {
	.jobs__item:hover {
		-webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.06);
		box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.06); }
	.jobs__item:hover .jobs__item-top {
		color: #e90e8b; }
	.jobs__item:hover .jobs__item-bodyBtn {
		background: #e90e8b; }
	.jobs__item:hover .jobs__item-bodyBtn svg {
		fill: #fff; } }
.jobs__item:last-child {
	margin-bottom: 0; }
.jobs__item-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 20px 45px;
	border-bottom: 1px solid #f5f5f5; }
@media only screen and (max-width: 1200px) {
	.jobs__item-head {
		padding: 20px; } }
@media only screen and (max-width: 767px) {
	.jobs__item-head {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 15px; } }
.jobs__item-top {
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 10px;
	color: #393c3f; }
@media only screen and (max-width: 767px) {
	.jobs__item-top {
		padding-right: 0;
		margin-bottom: 15px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%; } }
.jobs__item-icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-right: 10px; }
.jobs__item-icon svg {
	fill: #e90e8b; }
.jobs__item-title {
	font-size: 20px;
	font-weight: 500; }
@media only screen and (max-width: 767px) {
	.jobs__item-title {
		font-size: 18px; } }
.jobs__regions {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto; }
@media only screen and (max-width: 767px) {
	.jobs__regions {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex; } }
@media only screen and (min-width: 1025px) {
	.jobs__regions:hover .jobs__regions-drop {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		top: 100%; }
	.jobs__regions:hover .jobs__regions-arrow {
		-webkit-transform: scaleY(-1);
		transform: scaleY(-1); } }
.jobs__regions-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; }
.jobs__regions-title--drop {
	cursor: pointer; }
@media only screen and (max-width: 767px) {
	.jobs__regions-title--drop {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto; } }
.jobs__regions-icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-right: 8px; }
.jobs__regions-icon svg {
	fill: #e90e8b; }
.jobs__regions-text {
	color: #50555a;
	font-size: 16px;
	font-weight: 500; }
@media only screen and (max-width: 767px) {
	.jobs__regions-text {
		display: none; } }
.jobs__regions-text::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	border-bottom: 1px dotted #999; }
.jobs__regions-arrow {
	margin-left: 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out; }
.active.jobs__regions .jobs__regions-arrow {
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1); }
@media only screen and (max-width: 767px) {
	.jobs__regions-arrow {
		display: none; } }
.jobs__regions-city {
	color: #50555a;
	font-size: 16px;
	font-weight: 500; }
.jobs__regions-drop {
	position: absolute;
	top: -99999px;
	left: -30px;
	right: -30px;
	background: #fff;
	-webkit-box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.1);
	padding: 0;
	margin: 0;
	list-style: none;
	border-right: 5px;
	-webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, opacity .3s ease-in-out;
	transition: transform .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	opacity: 0;
	margin-top: 12px; }
@media only screen and (max-width: 767px) {
	.jobs__regions-drop {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-box-shadow: none;
		box-shadow: none;
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-top: 0; } }
.active.jobs__regions .jobs__regions-drop {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	top: 100%; }
.jobs__regions-drop::before {
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	height: 12px;
	bottom: 100%; }
@media only screen and (max-width: 767px) {
	.jobs__regions-drop::before {
		display: none; } }
.jobs__regions-item {
	padding: 16px 34px;
	font-weight: 500;
	font-size: 14px;
	border-bottom: 1px solid #f7f8f9;
	color: #393c3f;
	cursor: default; }
@media only screen and (max-width: 767px) {
	.jobs__regions-item {
		padding: 0 5px 0 0;
		border: 0;
		font-size: 16px; } }
.jobs__item-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #393c3f;
	text-decoration: none;
	padding: 24px 45px 50px; }
@media only screen and (max-width: 1200px) {
	.jobs__item-body {
		padding: 10px 20px 20px; } }
@media only screen and (max-width: 767px) {
	.jobs__item-body {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center; } }
.jobs__item-bodyText {
	font-size: 15px;
	line-height: 26px;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding-right: 60px; }
@media only screen and (max-width: 1200px) {
	.jobs__item-bodyText {
		padding-right: 20px; } }
@media only screen and (max-width: 767px) {
	.jobs__item-bodyText {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-bottom: 10px;
		padding-right: 0; } }
.jobs__item-bodyText p {
	margin: 0 0 15px; }
.jobs__item-bodyText p:last-child {
	margin-bottom: 0; }
.jobs__item-bodyBtn {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 55px;
	flex: 0 0 55px;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	border: 2px solid #e90e8b;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #fff;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out; }
.jobs__item-bodyBtn svg {
	fill: #e90e8b; }
.jobs__aside-box {
	float: right;
	width: 440px;
	margin-left: 17px; }
@media only screen and (max-width: 1439px) {
	.jobs__aside-box {
		width: 400px;
		margin-left: 4px; } }
@media only screen and (max-width: 1200px) {
	.jobs__aside-box {
		float: none;
		margin-left: 0;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2; } }
@media only screen and (max-width: 767px) {
	.jobs__aside-box {
		margin-left: -15px;
		margin-right: -15px; } }
.jobs__aside {
	background: #fff;
	padding: 40px 38px; }
@media only screen and (max-width: 1439px) {
	.jobs__aside {
		padding: 15px; } }

.line {
	position: fixed;
	top: 0;
	bottom: 0;
	width: 1px;
	background: #f3f3f4;
	left: 50%;
	display: none; }
@media only screen and (max-width: 1200px) {
	.line {
		display: none; } }
.menu__holder .line {
	z-index: 1; }
@media only screen and (max-width: 1200px) {
	.line {
		display: none; } }
.header .line {
	position: absolute; }
.line--1 {
	-webkit-transform: translateX(-290px);
	transform: translateX(-290px); }
.line--2 {
	-webkit-transform: translateX(-580px);
	transform: translateX(-580px); }
.menu .line--2 {
	-webkit-transform: none;
	transform: none;
	left: 371px; }
.line--3 {
	-webkit-transform: translateX(-864px);
	transform: translateX(-864px); }
.menu .line--3 {
	-webkit-transform: none;
	transform: none;
	left: 88px; }
.line--4 {
	-webkit-transform: translateX(290px);
	transform: translateX(290px); }
.line--5 {
	-webkit-transform: translateX(580px);
	transform: translateX(580px); }
.line--6 {
	-webkit-transform: translateX(864px);
	transform: translateX(864px); }

.wrapper--home {
	padding-top: 0; }

.main-slider__wrapper {
	height: 100vh;
	position: relative; }

@media only screen and (min-width: 1025px) {
	.main-slider:hover .slick-active .circle {
		-webkit-animation: none;
		animation: none; } }

.main-slider__item {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 100vh; }
@media only screen and (max-width: 1200px) {
	.main-slider__item {
		min-height: calc(100vh - 61px);
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column; } }

.main-slider__item-info {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center; }
@media only screen and (max-width: 1366px) {
	.main-slider__item-info {
		padding-left: 40px; } }
@media only screen and (max-width: 1300px) {
	.main-slider__item-info {
		padding-left: 0; } }
@media only screen and (max-width: 1200px) {
	.main-slider__item-info {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		min-height: calc(45vh - 30px);
		width: auto; } }
@media only screen and (max-width: 767px) {
	.main-slider__item-info {
		padding-top: 30px;
		padding-bottom: 30px;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start; } }

.main-slider__item-photos {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column; }
@media only screen and (max-width: 1200px) {
	.main-slider__item-photos {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto; } }

.main-slider__for-item {
	min-height: calc(100vh - 195px);
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover; }
@media only screen and (max-width: 1440px) {
	.main-slider__for-item {
		min-height: calc(100vh - 150px); } }
@media only screen and (max-width: 1200px) {
	.main-slider__for-item {
		min-height: calc(55vh - 31px); } }

.main-slider__nav {
	position: absolute !important;
	right: 0;
	bottom: 0;
	width: 50%; }
@media only screen and (max-width: 1200px) {
	.main-slider__nav {
		display: none !important; } }
.main-slider__nav .slick-list {
	padding-right: 97px; }
@media only screen and (max-width: 1439px) {
	.main-slider__nav .slick-list {
		padding-right: 0; } }

.main-slider__nav-item {
	display: block !important;
	height: 195px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	cursor: pointer;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out; }
@media only screen and (max-width: 1365px) {
	.main-slider__nav-item {
		height: 150px; } }
@media only screen and (min-width: 1025px) {
	.main-slider__nav-item:hover::before {
		opacity: 0; } }
.main-slider__nav-item::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	background: rgba(0, 0, 0, 0.6);
	z-index: 1; }
.slick-current .main-slider__nav-item::before {
	opacity: 0; }
.main-slider__nav-item::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 4px;
	background: transparent;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out; }
.slick-current .main-slider__nav-item::after {
	background: #e90e8b; }

.main-slider__nav-counter {
	position: absolute;
	top: 12px;
	left: 20px;
	font-size: 20px;
	color: #fff; }

.main-slider__nav-box {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px; }
.main-slider__nav-box::before {
	content: '';
	position: absolute;
	bottom: -20px;
	left: -20px;
	right: -20px;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
	height: 128px; }

.main-slider__nav-label {
	font-size: 12px;
	color: #fff;
	margin-bottom: 8px;
	position: relative; }

.main-slider__nav-title {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	position: relative; }
@media only screen and (max-width: 1365px) {
	.main-slider__nav-title {
		font-size: 14px; } }

.main-slider__item-label {
	max-width: 560px;
	width: 100%;
	margin: 0 auto 20px;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
	color: #e90e8b;
	-webkit-transition: 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition: 0.6s cubic-bezier(0.39, 0.575, 0.565, 1); }
@media only screen and (min-width: 1201px) {
	.main-slider__item-label {
		opacity: 0;
		-webkit-transform: translateY(40px);
		transform: translateY(40px); }
	.main-slider__item-label.animations {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0); } }
@media only screen and (max-width: 1440px) {
	.main-slider__item-label {
		margin-bottom: 10px; } }
@media only screen and (max-width: 1365px) {
	.main-slider__item-label {
		padding-left: 20px;
		padding-right: 15px; } }
@media only screen and (max-width: 767px) {
	.main-slider__item-label {
		font-size: 12px;
		margin-bottom: 10px; } }

.main-slider__item-title {
	text-transform: uppercase;
	max-width: 560px;
	width: 100%;
	margin: 0 auto 5px;
	font-size: 56px;
	font-weight: 700;
	color: #393c3f;
	-webkit-transition: 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition: 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
	-webkit-transition-delay: .2s;
	transition-delay: .2s; }
@media only screen and (min-width: 1201px) {
	.main-slider__item-title {
		opacity: 0;
		-webkit-transform: translateY(40px);
		transform: translateY(40px); }
	.main-slider__item-title.animations {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0); } }
@media only screen and (max-width: 1440px) {
	.main-slider__item-title {
		font-size: 44px; } }
@media only screen and (max-width: 1365px) {
	.main-slider__item-title {
		padding-left: 20px;
		padding-right: 15px; } }
@media only screen and (max-width: 767px) {
	.main-slider__item-title {
		font-size: 26px; } }

.main-slider__item-descriptions {
	max-width: 560px;
	width: 100%;
	margin: 0 auto 30px;
	font-size: 32px;
	font-style: italic;
	color: #393c3f;
	font-weight: 300;
	-webkit-transition: 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition: 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
	-webkit-transition-delay: .6s;
	transition-delay: .6s; }
@media only screen and (min-width: 1201px) {
	.main-slider__item-descriptions {
		opacity: 0;
		-webkit-transform: translateY(40px);
		transform: translateY(40px); }
	.main-slider__item-descriptions.animations {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0); } }
@media only screen and (max-width: 1440px) {
	.main-slider__item-descriptions {
		font-size: 28px;
		margin-bottom: 20px; } }
@media only screen and (max-width: 1365px) {
	.main-slider__item-descriptions {
		padding-left: 20px;
		padding-right: 15px; } }
@media only screen and (max-width: 767px) {
	.main-slider__item-descriptions {
		font-size: 18px;
		margin-bottom: 15px; } }

.main-slider__item-text {
	max-width: 560px;
	width: 100%;
	margin: 0 auto 40px;
	-webkit-transition: 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition: 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
	-webkit-transition-delay: 1s;
	transition-delay: 1s; }
@media only screen and (min-width: 1201px) {
	.main-slider__item-text {
		opacity: 0;
		-webkit-transform: translateY(40px);
		transform: translateY(40px); }
	.main-slider__item-text.animations {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0); } }
@media only screen and (max-width: 1440px) {
	.main-slider__item-text {
		margin-bottom: 20px; } }
@media only screen and (max-width: 1365px) {
	.main-slider__item-text {
		padding-left: 20px;
		padding-right: 15px; } }
@media only screen and (max-width: 1200px) {
	.main-slider__item-text {
		display: none; } }

.main-slider__item-btn {
	max-width: 560px;
	width: 100%;
	margin: 0 auto;
	-webkit-transition: 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition: 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
	-webkit-transition-delay: 1.4s;
	transition-delay: 1.4s; }
@media only screen and (min-width: 1201px) {
	.main-slider__item-btn {
		opacity: 0;
		-webkit-transform: translateY(40px);
		transform: translateY(40px); }
	.main-slider__item-btn.animations {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0); } }
@media only screen and (max-width: 1365px) {
	.main-slider__item-btn {
		padding-left: 20px;
		padding-right: 15px; } }

.main-slider__controls {
	position: absolute;
	left: 5%;
	bottom: 43px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	color: #b5bebe; }
@media only screen and (max-width: 1366px) {
	.main-slider__controls {
		left: 6%; } }
@media only screen and (max-width: 1280px) {
	.main-slider__controls {
		left: 5%; } }
@media only screen and (max-width: 1200px) {
	.main-slider__controls {
		display: none; } }

.main-slider__current {
	font-size: 22px;
	font-weight: 900;
	color: #e90e8b; }

.main-slider__all {
	position: relative; }

.main-slider-controls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	bottom: 30px;
	left: 40%;
	z-index: 1; }
@media only screen and (max-width: 1200px) {
	.main-slider-controls {
		display: none; } }
.main-slider-controls .slick-arrow {
	padding: 13px 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer; }
@media only screen and (min-width: 1025px) {
	.main-slider-controls .slick-arrow:hover svg {
		fill: #e90e8b; } }
.main-slider-controls .slick-arrow svg {
	fill: #000; }
.main-slider-controls .slick-prev {
	border-right: 1px solid #d7d8d9; }

.circle {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: center;
	transform-origin: center;
	opacity: 0; }
.slick-active .circle {
	-webkit-animation: circle 10s linear forwards;
	animation: circle 10s linear forwards; }

.slick-prev {
	width: 60px;
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #fff;
	position: relative;
	cursor: pointer; }
.products-slider .slick-prev {
	background: transparent; }
.news-slider .slick-prev {
	background: transparent; }
@media only screen and (min-width: 1025px) {
	.slick-prev:hover svg {
		fill: #e90e8b; } }
.slick-prev::before {
	content: '';
	position: absolute;
	right: 0;
	top: 12px;
	bottom: 12px;
	width: 1px;
	background: #d7d8d9; }

.slick-next {
	width: 60px;
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #fff;
	cursor: pointer; }
@media only screen and (min-width: 1025px) {
	.slick-next:hover svg {
		fill: #e90e8b; } }

.menu {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	opacity: 0;
	-webkit-transform: translateX(-100vw);
	transform: translateX(-100vw); }
.menu.active {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0); }
.menu__overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.4);
	opacity: 0;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out; }
.menu.active .menu__overlay {
	opacity: 1; }
.menu__nav-scroll {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding-right: 15px; }
.menu__holder {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	-webkit-box-shadow: 3px 0 20px 0 rgba(33, 31, 32, 0.1);
	box-shadow: 3px 0 20px 0 rgba(33, 31, 32, 0.1);
	width: 670px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 110px 0 110px 175px;
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%); }
@media only screen and (max-width: 1200px) {
	.menu__holder {
		padding-left: 114px; } }
@media only screen and (max-width: 767px) {
	.menu__holder {
		width: 100%;
		padding: 90px 0 0 0;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		overflow-y: auto; } }
.menu__holder::before {
	content: '';
	position: fixed;
	top: 0;
	bottom: 0;
	left: 22px;
	width: 46px;
	background: url("../images/decor.png") center/100% 101px repeat-y; }
@media only screen and (max-width: 767px) {
	.menu__holder::before {
		display: none; } }
.menu__holder.active {
	-webkit-transform: translateX(0);
	transform: translateX(0); }
.menu__head {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 12px 37px 12px 20px; }
.menu__nav {
	position: relative;
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 2; }
@media only screen and (max-width: 767px) {
	.menu__nav {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		border-top: 1px solid #f6f6f6; } }
.menu__nav-item {
	margin-bottom: 36px; }
@media only screen and (max-width: 767px) {
	.menu__nav-item {
		margin-bottom: 0;
		border-bottom: 1px solid #f6f6f6; } }
.menu__nav-item:last-child {
	margin-bottom: 0; }
.menu__nav-link {
	display: inline-block;
	color: #393c3f;
	text-decoration: none;
	font-size: 32px;
	font-weight: 500;
	padding-bottom: 3px; }
@media only screen and (max-width: 767px) {
	.menu__nav-link {
		font-size: 24px;
		padding: 12px 20px;
		display: block; } }
@media only screen and (min-width: 1025px) {
	.menu__nav-link:hover {
		background: #e90e8b;
		color: #fff; } }
.menu__nav-scroll {
	max-height: calc(100vh - 285px); }

.menu2 {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 3;
	background: #fff;
	padding: 100px 15px 120px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transform: translate(-100vw, 0);
	transform: translate(-100vw, 0);
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	opacity: 0; }
@media only screen and (max-width: 1440px) {
	.menu2 {
		padding-bottom: 15px;
		padding-top: 90px; } }
@media only screen and (max-width: 1200px) {
	.menu2 {
		background: transparent;
		-webkit-transition: 0s;
		transition: 0s; } }
.menu2.active {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	opacity: 1; }
.menu2__overlay {
	display: none; }
@media only screen and (max-width: 1200px) {
	.menu2__overlay {
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(255, 255, 255, 0.4);
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
		opacity: 0; }
	.active .menu2__overlay {
		opacity: 1; } }
@media only screen and (max-width: 1200px) {
	.menu2__holder {
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		background: #fff;
		width: 305px;
		-webkit-box-shadow: 3px 0 20px 0 rgba(33, 31, 32, 0.1);
		box-shadow: 3px 0 20px 0 rgba(33, 31, 32, 0.1);
		overflow-y: auto;
		-webkit-transition: -webkit-transform .3s ease-in-out;
		transition: -webkit-transform .3s ease-in-out;
		transition: transform .3s ease-in-out;
		transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%); }
	.menu2__holder.active {
		-webkit-transform: translateX(0);
		transform: translateX(0); } }
.menu2__head {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px 37px 15px 20px; }
@media only screen and (max-width: 1440px) {
	.menu2__head {
		padding: 15px; } }
@media only screen and (max-width: 1200px) {
	.menu2__head {
		padding: 0;
		position: relative; } }
.menu2__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: absolute;
	max-width: 1150px;
	width: 100%;
	bottom: 45px;
	left: 50%;
	margin-left: -575px; }
.menu2__copy {
	color: #8e9399;
	font-size: 14px;
	font-weight: 300; }
@media only screen and (max-width: 1200px) {
	.menu2__copy {
		text-align: center;
		font-size: 11px; } }
.body-home .footer .menu2__copy {
	display: none; }
.menu2__box {
	position: relative; }
.menu2__title {
	color: #393c3f;
	font-weight: 700;
	font-size: 56px;
	margin-bottom: 100px;
	text-align: center;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	-webkit-transform: translate(-40px, 0);
	transform: translate(-40px, 0);
	opacity: 0;
	-webkit-transition-delay: .3s;
	transition-delay: .3s; }
@media only screen and (max-width: 1440px) {
	.menu2__title {
		font-size: 44px;
		margin-bottom: 40px; } }
@media only screen and (max-width: 1200px) {
	.menu2__title {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1;
		font-size: 24px;
		margin-bottom: 20px;
		margin-top: 15px; } }
.active.menu2 .menu2__title {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0); }
.menu2__head-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; }
.menu2__main-close {
	padding: 10px;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #8e9399;
	font-size: 16px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out; }
@media only screen and (max-width: 1200px) {
	.menu2__main-close {
		padding: 22px; } }
@media only screen and (min-width: 1025px) {
	.menu2__main-close:hover {
		color: #e90e8b; }
	.menu2__main-close:hover svg {
		fill: #e90e8b; } }
.menu2__main-close svg {
	margin-right: 11px;
	margin-bottom: 2px;
	fill: #393c3f; }
.menu2__box-main {
	position: relative;
	max-width: 1152px;
	width: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; }
@media only screen and (max-width: 1200px) {
	.menu2__box-main {
		display: block; } }
.menu2__nav {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	list-style: none;
	padding: 0;
	margin: 0;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 0;
	-moz-column-gap: 0;
	column-gap: 0; }
@media only screen and (max-width: 1200px) {
	.menu2__nav {
		-webkit-column-count: auto;
		-moz-column-count: auto;
		column-count: auto;
		max-width: 100%; } }
.menu2__nav-link {
	display: block;
	font-weight: 700;
	font-size: 28px;
	color: #393c3f;
	padding-right: 10px;
	text-decoration: none; }
@media only screen and (max-width: 1200px) {
	.menu2__nav-link {
		font-size: 18px;
		padding: 17px 24px; } }
@media only screen and (min-width: 1025px) {
	.menu2__nav-link:hover {
		color: #e90e8b; } }
.menu__nav-parent--drop .menu2__nav-link {
	padding-left: 20px;
	position: relative; }
.menu__nav-parent--drop .menu2__nav-link::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background: #e90e8b;
	width: 6px; }
.menu2__nav-parent {
	margin-bottom: 37px; }
@media only screen and (max-width: 1440px) {
	.menu2__nav-parent {
		margin-bottom: 20px; } }
@media only screen and (max-width: 1200px) {
	.menu2__nav-parent {
		margin-bottom: 0;
		border-top: 1px solid #f6f6f6; } }
.menu2__drop {
	list-style: none;
	margin: 0;
	padding: 16px 0 0 22px; }
@media only screen and (max-width: 1200px) {
	.menu2__drop {
		padding: 16px 24px;
		border-top: 1px solid #f6f6f6; } }
.menu2__drop-item {
	margin-bottom: 15px; }
.menu2__drop-item:last-child {
	margin-bottom: 0; }
.menu2__drop-link {
	text-decoration: none;
	color: #393c3f;
	font-size: 17px;
	font-weight: 500;
	border-bottom: 1px solid transparent; }
@media only screen and (max-width: 1200px) {
	.menu2__drop-link {
		display: block;
		font-size: 14px;
		padding-left: 10px; } }
@media only screen and (min-width: 1025px) {
	.menu2__drop-link:hover {
		color: #e90e8b;
		border-color: #e90e8b; } }
.menu2__contacts-box {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	padding-left: 60px; }
@media only screen and (max-width: 1200px) {
	.menu2__contacts-box {
		padding: 17px 24px 0;
		border-top: 1px solid #f6f6f6;
		max-width: 100%; } }
.menu2__contacts-cell {
	margin-bottom: 75px; }
.menu2__contacts-cell:last-child {
	margin-bottom: 0; }
@media only screen and (max-width: 1440px) {
	.menu2__contacts-cell {
		margin-bottom: 30px; } }
.menu2__contacts-title {
	margin-bottom: 20px;
	color: #393c3f;
	font-size: 22px;
	font-weight: 500; }

.worldwide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 576px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	-webkit-transform: translate(-40px, 0);
	transform: translate(-40px, 0);
	opacity: 0;
	-webkit-transition-delay: .4s;
	transition-delay: .4s; }
@media only screen and (max-width: 1200px) {
	.worldwide {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0); } }
.worldwide--main {
	max-width: 100%;
	opacity: 1;
	-webkit-transform: none;
	transform: none; }
@media only screen and (max-width: 1200px) {
	.worldwide--main {
		margin-left: -24px;
		margin-right: -24px;
		max-width: none;
		border-top: 1px solid #f3f3f4; } }
.active.menu2 .worldwide {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0); }
.worldwide__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
	text-decoration: none;
	color: #555d65; }
@media only screen and (max-width: 1200px) {
	.menu2--worldwide .worldwide__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		border-bottom: 1px solid #f3f3f4;
		padding: 12px 24px;
		margin-bottom: 0; }
	.menu2--worldwide .worldwide__item:first-child {
		border-top: 1px solid #f3f3f4; } }
@media only screen and (max-width: 1200px) {
	.worldwide--main .worldwide__item {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 0;
		padding-top: 10px;
		border-bottom: 1px solid #f3f3f4;
		padding-bottom: 10px; }
	.worldwide--main .worldwide__item:nth-child(odd) {
		border-right: 1px solid #f3f3f4; } }
@media only screen and (max-width: 767px) {
	.worldwide__item {
		margin-bottom: 0;
		padding-top: 15px;
		border-bottom: 1px solid #f3f3f4;
		padding-bottom: 10px; }
	.worldwide__item:nth-child(odd) {
		border-right: 1px solid #f3f3f4; } }
.countries .worldwide__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
	margin-bottom: 38px; }
@media only screen and (max-width: 767px) {
	.countries .worldwide__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		margin-bottom: 0;
		padding-top: 10px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap; } }
@media only screen and (min-width: 1025px) {
	.worldwide__item:hover .worldwide__text {
		color: #e90e8b;
		border-color: #e90e8b; } }
.worldwide__icon {
	margin-right: 16px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 42px;
	flex: 0 0 42px;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	overflow: hidden; }
.worldwide--main .worldwide__icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 28px;
	flex: 0 0 28px;
	width: 28px;
	height: 28px; }
@media only screen and (max-width: 1200px) {
	.worldwide--main .worldwide__icon {
		margin-right: 0;
		margin-bottom: 5px; } }
.countries .worldwide__icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 36px;
	flex: 0 0 36px;
	width: 36px;
	height: 36px;
	margin-right: 12px; }
@media only screen and (max-width: 767px) {
	.countries .worldwide__icon {
		margin-right: 0;
		margin-bottom: 5px; } }
.worldwide__text {
	font-size: 22px;
	font-weight: 500;
	border-bottom: 1px solid transparent;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	color: #555d65; }
@media only screen and (max-width: 1200px) {
	.worldwide--main .worldwide__text {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		text-align: center;
		padding-left: 5px;
		padding-right: 5px; } }
@media only screen and (max-width: 767px) {
	.worldwide__text {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		text-align: center;
		padding-left: 5px;
		padding-right: 5px; }
	.menu2--worldwide .worldwide__text {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		text-align: left; } }
.worldwide--main .worldwide__text {
	font-size: 17px; }
.countries .worldwide__text {
	font-size: 17px; }

.worldwide-btn2 {
	position: relative;
	border-radius: 5px;
	cursor: pointer;
	border: 1px solid rgba(233, 14, 139, 0.3);
	width: 136px;
	height: 34px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #333;
	font-size: 14px;
	background: #fff;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out; }
@media only screen and (max-width: 1200px) {
	.worldwide-btn2 {
		height: auto;
		border: 0;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		font-size: 10px;
		width: 75px;
		padding-top: 12px;
		padding-bottom: 13px; }
	.worldwide-btn2::before {
		content: '';
		position: absolute;
		left: 0;
		top: 9px;
		bottom: 7px;
		width: 1px;
		background: #eaeeee; } }
@media only screen and (min-width: 1025px) {
	.worldwide-btn2:hover {
		background: #e90e8b;
		border-color: #e90e8b;
		color: #fff; }
	.worldwide-btn2:hover svg {
		fill: #fff; } }
.worldwide-btn2 svg {
	fill: #e90e8b;
	margin-right: 8px; }

.news-page {
	position: relative;
	padding-bottom: 140px; }
@media only screen and (max-width: 1200px) {
	.news-page {
		padding-bottom: 40px; } }
.news-page__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 30px; }
@media only screen and (max-width: 1200px) {
	.news-page__nav {
		margin-bottom: 20px;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		overflow-x: auto;
		margin-right: -15px;
		margin-left: -15px;
		padding-left: 15px; } }
.news-page__link {
	color: #393c3f;
	font-size: 18px;
	font-weight: 500;
	padding-bottom: 3px;
	border-bottom: 2px solid transparent;
	text-decoration: none;
	margin-right: 65px; }
@media only screen and (max-width: 1200px) {
	.news-page__link {
		margin-right: 35px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto; }
	.news-page__link:last-child {
		padding-right: 15px; } }
@media only screen and (max-width: 767px) {
	.news-page__link {
		margin-right: 15px; } }
@media only screen and (min-width: 1025px) {
	.news-page__link:hover {
		color: #e90e8b; } }
.news-page__link:last-child {
	margin-right: 0; }
.news-page__link.active {
	color: #e90e8b;
	border-color: #e90e8b; }
.news-page__btn {
	text-align: center; }
.news-page__btn .btn {
	min-width: 294px; }

.news-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -13px; }
@media only screen and (max-width: 1200px) {
	.news-list {
		margin-left: -5px; } }
@media only screen and (max-width: 767px) {
	.news-list {
		margin-left: -20px;
		margin-right: -15px; }
	.news-list--small {
		margin-left: -15px; }
	.news-list--small .news {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
		margin-bottom: 10px;
		margin-left: 0; }
	.news-list--small .news:nth-child(2), .news-list--small .news:nth-child(3) {
		display: none; } }

.news-slider {
	padding-top: 160px;
	padding-bottom: 198px; }
@media only screen and (max-width: 1200px) {
	.news-slider {
		padding-top: 40px;
		padding-bottom: 55px; } }
.news-slider__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 24px; }
@media only screen and (max-width: 1200px) {
	.news-slider__head {
		margin-bottom: 20px; } }
@media only screen and (max-width: 767px) {
	.news-slider__head {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center; }
	.news-slider__head .title {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-bottom: 10px;
		text-align: center; } }
.news-slider__head-controls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; }
.news-slider__controls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 29px; }
@media only screen and (max-width: 767px) {
	.news-slider__controls {
		display: none; } }
.news-slider__list {
	margin-left: -6px;
	margin-right: -6px; }
@media only screen and (max-width: 767px) {
	.news-slider__list {
		margin-left: -17px;
		margin-right: -17px; } }

.news {
	display: inline-block;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 378px;
	flex: 0 0 378px;
	max-width: 378px;
	width: 100%;
	color: #393c3f;
	text-decoration: none;
	margin-left: 13px;
	outline: 0;
	margin-bottom: 40px; }
.news-slider__list .news {
	margin-bottom: 0;
	margin-left: 0; }
@media only screen and (max-width: 1200px) {
	.news {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(33.333% - 5px);
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(33.333% - 5px);
		max-width: calc(33.333% - 5px);
		margin-bottom: 20px;
		margin-left: 5px; }
	.news-slider__list .news {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%; } }
@media only screen and (max-width: 767px) {
	.news {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(50% - 5px);
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(50% - 5px);
		max-width: calc(50% - 5px);
		margin-bottom: 10px;
		margin-left: 5px; } }
@media only screen and (min-width: 1025px) {
	.news:hover .news__title {
		color: #e90e8b;
		text-decoration: underline; } }
.news__footer {
	padding: 28px 60px 15px 20px; }
@media only screen and (max-width: 1200px) {
	.news__footer {
		padding: 10px; } }
.news__img img {
	width: 100%; }
.news__date {
	color: #999;
	margin-bottom: 6px;
	font-size: 14px; }
@media only screen and (max-width: 1200px) {
	.news__date {
		font-size: 12px; } }
.news__title {
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out; }
@media only screen and (max-width: 1200px) {
	.news__title {
		font-size: 16px;
		line-height: 20px;
		height: 60px; } }
@media only screen and (max-width: 767px) {
	.news-list .news__title {
		font-size: 14px;
		line-height: 18px;
		height: 54px; } }

.news-modified {
	margin-bottom: 32px;
	padding: 0; }
.news-modified .news-page__btn {
	margin-bottom: 92px; }
@media only screen and (max-width: 1023px) {
	.news-modified .news-page__btn {
		margin-bottom: 74px; } }
@media only screen and (max-width: 767px) {
	.news-modified .news-page__btn {
		margin-bottom: 44px; } }
@media only screen and (max-width: 1200px) {
	.news-modified .news-page__nav {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center; } }
.news-modified .news-page__nav > .news-page__link {
	padding-right: 0; }

.news-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start; }
@media only screen and (max-width: 767px) {
	.news-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column; } }
.news-row__block {
	max-width: 575px;
	width: 100%;
	margin: 0 5px;
	background: #f8f9f9;
	max-width: calc(50% - 10px);
	width: 100%; }
@media only screen and (max-width: 767px) {
	.news-row__block {
		max-width: 100%;
		margin: 0 0 15px; } }
.news-row__inner {
	border: 1px solid #dce2e2;
	margin: 6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 28px 10px; }
@media only screen and (max-width: 767px) {
	.news-row__inner {
		padding: 18px 10px; } }
.news-row__heading {
	font-size: 22px;
	line-height: 26px;
	font-weight: 500;
	color: #393c3f;
	text-align: center;
	margin-bottom: 13px; }
.news-row__desc {
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #707477;
	margin-bottom: 20px; }
.news-row__link {
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #e90e8b;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; }
@media only screen and (min-width: 1025px) {
	.news-row__link:hover {
		text-decoration: underline; } }
.news-row__link::after {
	content: '';
	display: block;
	background: url(../data/link-icon.svg) center/contain no-repeat;
	width: 6px;
	height: 10px;
	margin-left: 10px; }

.one-news {
	position: relative;
	padding-bottom: 100px; }
@media only screen and (max-width: 1200px) {
	.one-news {
		padding-bottom: 20px; } }
.one-news__slider {
	margin-bottom: 34px; }
@media only screen and (max-width: 767px) {
	.one-news__slider {
		margin-bottom: 15px; } }
.one-news__slider .slick-arrow {
	width: 44px;
	height: 85px;
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	top: 50%;
	margin-top: -42px;
	z-index: 1; }
.one-news__slider .slick-arrow.slick-prev {
	left: 0; }
@media only screen and (max-width: 767px) {
	.one-news__slider .slick-arrow.slick-prev {
		left: -15px; } }
.one-news__slider .slick-arrow.slick-next {
	right: 0; }
@media only screen and (max-width: 767px) {
	.one-news__slider .slick-arrow.slick-next {
		right: -15px; } }
@media only screen and (min-width: 1025px) {
	.one-news__slider .slick-arrow:hover svg {
		fill: #e90e8b; } }
.one-news__slider .slick-arrow svg {
	fill: #fff; }
.one-news__slider .slick-arrow::before {
	display: none; }
.one-news__slider .slick-dots {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -22px;
	background: #fff;
	padding: 14px 38px;
	border-radius: 40px; }
.one-news__slider-item {
	vertical-align: top; }
.one-news__date-box {
	max-width: 960px;
	margin: 0 auto 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #999;
	line-height: 20px;
	font-size: 14px; }
.one-news__date {
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px solid #999; }
.one-news__content {
	margin-bottom: 150px; }
@media only screen and (max-width: 1200px) {
	.one-news__content {
		margin-bottom: 50px; } }
@media only screen and (max-width: 767px) {
	.one-news__content {
		margin-bottom: 25px; } }
.one-news__also {
	position: relative; }
.one-news__also-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 24px; }
@media only screen and (max-width: 767px) {
	.one-news__also-top {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center; } }
.one-news__also-title {
	font-size: 28px;
	font-weight: 500;
	text-transform: uppercase;
	padding-right: 15px;
	letter-spacing: 4px; }
@media only screen and (max-width: 767px) {
	.one-news__also-title {
		font-size: 18px;
		text-align: center;
		padding-right: 0;
		margin-bottom: 15px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%; } }
.one-news__also-btn {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto; }

.paginations {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	list-style: none;
	padding: 0;
	margin: 0; }
.paginations::before {
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	right: 0;
	height: 1px;
	background: #e7eaed; }
.search-page .paginations {
	background: #fff; }
@media only screen and (max-width: 767px) {
	.catalog .paginations {
		background: #fff; } }
@media only screen and (max-width: 767px) {
	.paginations {
		margin-left: -15px;
		margin-right: -15px; } }
.paginations__item {
	border-right: 1px solid #e7eaed; }
.paginations__item:last-child {
	border-right: 0; }
.paginations__current {
	color: #e90e8b;
	width: 74.5px;
	height: 74px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 700;
	background: #f7f8f9;
	border-bottom: 1px solid #e90e8b; }
@media only screen and (max-width: 767px) {
	.paginations__current {
		width: 40px;
		height: 40px;
		font-size: 12px; } }
@media only screen and (max-width: 767px) {
	.paginations__link-text {
		display: none; } }
.paginations__dots {
	color: #393c3f;
	width: 74.5px;
	height: 74px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 700; }
@media only screen and (max-width: 767px) {
	.paginations__dots {
		width: 40px;
		height: 40px;
		font-size: 12px; } }
.paginations__link {
	text-decoration: none;
	color: #393c3f;
	width: 74.5px;
	height: 74px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 700;
	padding: 10px; }
@media only screen and (max-width: 767px) {
	.paginations__link {
		width: 40px;
		height: 40px;
		font-size: 12px; } }
@media only screen and (min-width: 1025px) {
	.paginations__link:hover {
		color: #e90e8b; }
	.paginations__link:hover svg {
		fill: #e90e8b; } }
.paginations__link.disabled {
	color: #b5c2c7;
	cursor: no-drop; }
.paginations__link.disabled svg {
	fill: #b5c2c7; }
.paginations__link--arrow {
	width: 377px;
	font-weight: 500; }
@media only screen and (max-width: 1440px) {
	.catalog .paginations__link--arrow {
		width: auto;
		padding: 10px 20px; } }
@media only screen and (max-width: 1200px) {
	.paginations__link--arrow {
		width: auto;
		padding: 10px 20px; } }
.paginations__link--prev svg {
	fill: #a4acae;
	margin-right: 15px; }
@media only screen and (max-width: 767px) {
	.paginations__link--prev svg {
		margin-right: 0; } }
.paginations__link--next svg {
	fill: #a4acae;
	margin-left: 15px; }
@media only screen and (max-width: 767px) {
	.paginations__link--next svg {
		margin-left: 0; } }

.pharmacovigilance {
	position: relative; }
.pharmacovigilance__img {
	max-width: 1076px;
	width: 100%;
	margin: 50px auto; }
@media only screen and (max-width: 767px) {
	.pharmacovigilance__img {
		margin-bottom: 20px; } }
.pharmacovigilance__map-holder {
	max-width: 1090px;
	width: 100%;
	margin: 0 auto 44px;
	-webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	border: 1px solid #e5e5e5;
	background: #fff;
	padding: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; }
@media only screen and (max-width: 767px) {
	.pharmacovigilance__map-holder {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-left: -15px;
		margin-right: -15px;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0;
		width: auto; } }
.pharmacovigilance__map {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 543px;
	flex: 0 0 543px;
	max-width: 543px; }
@media only screen and (max-width: 1200px) {
	.pharmacovigilance__map {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%; } }
@media only screen and (max-width: 767px) {
	.pharmacovigilance__map {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		height: 300px; } }
.pharmacovigilance__map-info {
	padding: 66px 50px 60px; }
@media only screen and (max-width: 1200px) {
	.pharmacovigilance__map-info {
		padding: 20px; } }
@media only screen and (max-width: 767px) {
	.pharmacovigilance__map-info {
		padding: 15px; } }
.contacts__office-holder .pharmacovigilance__map-info {
	padding: 40px; }
@media only screen and (max-width: 1200px) {
	.contacts__office-holder .pharmacovigilance__map-info {
		padding: 15px; } }
.pharmacovigilance__map-title {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 16px;
	color: #393c3f; }
.pharmacovigilance__row {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 15px; }
.menu__contacts-cell .pharmacovigilance__row {
	margin-bottom: 17px; }
.pharmacovigilance__row-name {
	color: #8e9399;
	font-size: 15px;
	margin-right: 10px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto; }
.pharmacovigilance__row-box {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto; }
.pharmacovigilance__row-value {
	font-size: 16px;
	color: #50555a;
	font-weight: 500;
	text-decoration: none;
	font-style: normal; }
@media only screen and (min-width: 1025px) {
	.pharmacovigilance__row-value--tel:hover {
		color: #e90e8b; } }
.pharmacovigilance__btn-box {
	margin-top: 30px; }
.pharmacovigilance__btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	font-size: 16px;
	color: #50555a; }
.pharmacovigilance__btn svg {
	margin-left: 8px; }
@media only screen and (min-width: 1025px) {
	.pharmacovigilance__btn:hover {
		color: #e90e8b; }
	.pharmacovigilance__btn:hover svg {
		fill: #e90e8b;
		-webkit-transform: translateX(5px);
		transform: translateX(5px); } }
.pharmacovigilance__map-descriptions {
	text-align: center;
	font-weight: 300;
	font-size: 18px;
	font-style: italic;
	color: #50555a;
	margin-bottom: 90px; }
@media only screen and (max-width: 767px) {
	.pharmacovigilance__map-descriptions {
		margin-bottom: 40px;
		font-size: 14px;
		line-height: 16px; } }

.pharmacovigilance-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 60px; }
.pharmacovigilance-btn__btn {
	margin: 0 15px; }
.pharmacovigilance-btn div.pharmacovigilance-btn__btn {
	max-width: 430px;
	width: 100%; }
.pharmacovigilance-btn a.pharmacovigilance-btn__btn {
	max-width: 430px;
	width: 100%; }

.popup {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 11;
	opacity: 0;
	-webkit-transform: translateX(-100vw);
	transform: translateX(-100vw);
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	background: rgba(0, 0, 0, 0.5);
	overflow-y: auto; }
.popup--questionnaire {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start; }
.popup.active {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0); }
.popup__overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0; }
.popup__box {
	position: relative;
	background: #fff;
	width: 440px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 440px;
	flex: 0 0 440px;
	padding: 40px 40px 50px; }
.popup--warning .popup__box {
	width: 580px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 580px;
	flex: 0 0 580px;
	padding: 50px; }
@media only screen and (max-width: 767px) {
	.popup--warning .popup__box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 60px 15px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		width: 100%; } }
.popup--thank .popup__box {
	padding: 90px 15px 105px;
	text-align: center; }
@media only screen and (max-width: 767px) {
	.popup--thank .popup__box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 60px 15px; } }
.popup--questionnaire .popup__box {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 940px;
	flex: 0 0 940px;
	width: 940px;
	padding: 55px 70px 50px 100px;
	margin-top: 40px; }
@media only screen and (max-width: 1200px) {
	.popup--questionnaire .popup__box {
		width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		height: 100%;
		padding: 60px 15px;
		margin-top: 0;
		overflow-y: auto; } }
@media only screen and (max-width: 767px) {
	.popup__box {
		width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		height: 100%;
		padding: 40px 15px;
		overflow-y: auto; } }
.popup__close {
	position: absolute;
	top: -19px;
	right: -19px;
	-webkit-box-shadow: 0 3px 8px 0 rgba(61, 65, 69, 0.09);
	box-shadow: 0 3px 8px 0 rgba(61, 65, 69, 0.09);
	width: 38px;
	height: 38px;
	background: #fff;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer; }
@media only screen and (max-width: 1200px) {
	.popup--questionnaire .popup__close {
		top: 5px;
		right: 5px;
		border-radius: 0;
		-webkit-box-shadow: none;
		box-shadow: none; } }
@media only screen and (max-width: 767px) {
	.popup__close {
		top: 5px;
		right: 5px;
		border-radius: 0;
		-webkit-box-shadow: none;
		box-shadow: none; } }
@media only screen and (min-width: 1025px) {
	.popup__close:hover svg {
		fill: #e90e8b; } }
.popup__icon {
	margin-bottom: 33px; }
.popup__thank-title {
	max-width: 240px;
	width: 100%;
	margin: 0 auto;
	font-size: 24px;
	font-weight: 500;
	line-height: 28px; }
.popup__warning-title {
	text-align: center;
	color: #e90e8b;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 24px; }
.popup__warning-text {
	text-align: center;
	margin-bottom: 46px;
	font-weight: 500;
	padding-left: 30px;
	padding-right: 30px; }
@media only screen and (max-width: 767px) {
	.popup__warning-text {
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 20px; } }
.popup__warning-text.text-content {
	font-size: 14px; }
.popup__warning-btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between; }
@media only screen and (max-width: 767px) {
	.popup__warning-btns {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center; } }
.popup__warning-btns .btn {
	width: 220px; }
@media only screen and (max-width: 767px) {
	.popup__warning-btns .btn {
		margin-top: 20px;
		margin-left: 20px;
		margin-right: 20px; } }

.preloader {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 15;
	padding: 15px; }
@media only screen and (max-width: 767px) {
	.preloader img {
		max-width: 30%; } }
.preloader.hide {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	opacity: 0; }

.product-card {
	position: relative;
	z-index: 2; }
.product-card__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 10px;
	position: relative; }
@media only screen and (max-width: 1200px) {
	.product-card__top {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center; } }
@media only screen and (max-width: 767px) {
	.product-card__top {
		margin-left: -15px;
		margin-right: -15px;
		margin-top: -20px; } }
.product-card__sliders {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	border-right: 1px solid #e5e6e7;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #fff;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; }
@media only screen and (max-width: 1200px) {
	.product-card__sliders {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 80%;
		flex: 0 0 80%;
		max-width: 80%;
		border-bottom: 1px solid #e5e6e7;
		border-right: 0; } }
@media only screen and (max-width: 767px) {
	.product-card__sliders {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		border-bottom: 0; } }
.product-card__info {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	background: #fff;
	-ms-flex-item-align: stretch;
	align-self: stretch; }
@media only screen and (max-width: 1200px) {
	.product-card__info {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 80%;
		flex: 0 0 80%;
		max-width: 80%; } }
@media only screen and (max-width: 767px) {
	.product-card__info {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%; } }
.product-card__info {
	padding: 60px 70px 66px 52px; }
@media only screen and (max-width: 1440px) {
	.product-card__info {
		padding: 30px 40px; } }
@media only screen and (max-width: 767px) {
	.product-card__info {
		padding: 15px; } }
.product-card__title {
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 30px;
	text-transform: uppercase; }
@media only screen and (max-width: 767px) {
	.product-card__title {
		margin-bottom: 15px;
		font-size: 24px; } }
.product-card__specifications {
	margin-bottom: 30px;
	border: 1px solid #f0e9ee; }
.product-card__specifications-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #f0e9ee; }
@media only screen and (max-width: 767px) {
	.product-card__specifications-row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap; } }
.product-card__specifications-row:last-child {
	border-bottom: 0; }
.product-card__specifications-row:nth-child(odd) {
	background: #fcf8fb; }
.product-card__specifications-name {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 165px;
	flex: 0 0 165px;
	max-width: 165px;
	font-size: 15px;
	color: #8e9399;
	font-weight: 300;
	padding: 15px 10px 15px 22px; }
@media only screen and (max-width: 767px) {
	.product-card__specifications-name {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding: 10px 10px 5px; } }
.product-card__specifications-value {
	padding: 15px 10px 15px 22px;
	font-size: 15px;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	line-height: 20px; }
@media only screen and (max-width: 767px) {
	.product-card__specifications-value {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0 10px 10px; } }
.product-card__use {
	margin-bottom: 25px; }
.product-card__use-title {
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 5px; }
.product-card__use-text {
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 25px; }
.product-card__doc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap; }
@media only screen and (max-width: 767px) {
	.product-card__doc {
		max-width: 290px;
		width: 100%;
		margin: 0 auto; } }
.product-card__doc-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 16px 12px;
	height: 70px;
	border: 1px solid #efcadf;
	margin-top: -1px;
	margin-left: -1px;
	text-decoration: none;
	color: #393c3f;
	font-size: 15px;
	font-weight: 500; }
@media only screen and (max-width: 767px) {
	.product-card__doc-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		width: 100%; } }
@media only screen and (min-width: 1025px) {
	.product-card__doc-item:hover {
		background: #fdf0f7; }
	.product-card__doc-item:hover svg {
		fill: #e90e8b; } }
.product-card__doc-item svg {
	max-height: 100%;
	margin-right: 20px;
	width: auto;
	fill: #969ba0; }
.product-card__btns {
	position: relative; }
.product-card__btns-title {
	font-size: 12px;
	color: #e90e8b;
	padding-left: 18px;
	margin-bottom: 10px;
	font-weight: 500; }
@media only screen and (max-width: 1200px) {
	.product-card__btns-title {
		text-align: center;
		padding-left: 0; } }
.product-card__btns-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; }
@media only screen and (max-width: 1200px) {
	.product-card__btns-box {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center; } }
@media only screen and (max-width: 767px) {
	.product-card__btns-box {
		max-width: 290px;
		width: 100%;
		margin: 0 auto;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap; } }
.product-card__btns-box .btn {
	margin-right: 22px; }
@media only screen and (max-width: 767px) {
	.product-card__btns-box .btn {
		margin-right: 0;
		width: 100%;
		margin-bottom: 15px; } }
.product-card__btns-box .btn:last-child {
	margin-right: 0; }
.product-card__descriptions {
	position: relative; }
.product-card__descriptions::after {
	content: '';
	display: block;
	clear: both; }
.product-card__nav {
	float: left;
	width: 280px;
	background: #fff;
	margin-right: 4px; }
@media only screen and (max-width: 1200px) {
	.product-card__nav {
		display: none; } }
.product-card__box {
	position: relative;
	overflow: hidden; }
.product-card__nav-item {
	display: block;
	color: #393c3f;
	text-decoration: none;
	padding: 26px 20px 26px 50px;
	position: relative;
	font-size: 18px;
	font-weight: 500;
	border-bottom: 1px solid #e5e6e7; }
@media only screen and (min-width: 1025px) {
	.product-card__nav-item:hover::before {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1; } }
.product-card__nav-item::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 4px;
	opacity: 0;
	-webkit-transform: translateX(4px);
	transform: translateX(4px);
	background: #e90e8b;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out; }
.product-card__nav-item.active {
	color: #e90e8b; }
.product-card__nav-item.active::before {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1; }
.product-card__nav-item:last-child {
	border-bottom: 0; }
.product-card__cell {
	background: #fff;
	padding: 60px 80px 40px;
	margin-bottom: 4px; }
@media only screen and (max-width: 1440px) {
	.product-card__cell {
		padding: 40px; } }
@media only screen and (max-width: 767px) {
	.product-card__cell {
		padding: 15px; } }
.product-card__cell-title {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 18px; }
@media only screen and (max-width: 767px) {
	.product-card__cell-title {
		margin-bottom: 10px; } }
.product-card__cell-title--center {
	text-align: center; }
.product-card__cell-text {
	font-size: 15px;
	line-height: 22px;
	overflow: hidden;
	max-height: 510px; }
.product-card__cell-text p {
	margin: 0 0 20px; }
.product-card__open-btn {
	color: #e90e8b;
	position: relative;
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	border-bottom: 1px dotted #e90e8b;
	padding-right: 15px;
	margin-top: 10px; }
@media only screen and (min-width: 1025px) {
	.product-card__open-btn:hover {
		border-color: transparent; } }
.product-card__open-btn::before {
	content: '';
	position: absolute;
	right: 0;
	top: 2px;
	width: 5px;
	height: 5px;
	border: 1px solid #e90e8b;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: 0;
	border-left: 0; }
.product-card__open-btn.open::before {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	top: 4px; }
.product-card__buy {
	max-width: 680px;
	width: 100%;
	margin: 0 auto 20px;
	color: #666;
	font-size: 17px;
	line-height: 24px;
	text-align: center; }
.product-card__buy a {
	color: #000;
	text-decoration: none;
	font-weight: 500; }
@media only screen and (min-width: 1025px) {
	.product-card__buy a:hover {
		text-decoration: underline; } }
.product-card__buy-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center; }
.product-card__buy-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 228px;
	flex: 0 0 228px;
	max-width: 228px;
	border-radius: 20px;
	border: 1px solid #edeeee;
	background: #fff;
	padding: 10px 10px 20px;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: 500;
	color: #393c3f;
	text-decoration: none; }
@media only screen and (min-width: 1025px) {
	.product-card__buy-item:hover {
		border-color: #e90e8b; } }
.product-card__buy-img {
	margin-bottom: 10px; }
.product-card__buy-name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center; }
.product-card__buy-name svg {
	fill: #e90e8b;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto; }
.product-card__buy-nameText {
	margin-right: 10px;
	overflow: hidden;
	white-space: nowrap; }

.product-nav {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91px;
	flex: 0 0 91px;
	max-width: 91px;
	border-right: 1px solid #e5e6e7; }
@media only screen and (max-width: 767px) {
	.product-nav {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		border-right: 0;
		border-bottom: 1px solid #e5e6e7;
		margin-left: -1px; } }
.product-nav .slick-arrow {
	width: 100%;
	height: 24px;
	border: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center; }
.product-nav .slick-prev {
	border-bottom: 1px solid #e5e6e7; }
.product-nav .slick-prev svg {
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1); }
.product-nav__item {
	vertical-align: top;
	padding: 5px;
	cursor: pointer;
	opacity: .5;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	border-bottom: 1px solid #e5e6e7; }
@media only screen and (max-width: 767px) {
	.product-nav__item {
		border-left: 1px solid #e5e6e7;
		border-bottom: 0; } }
.product-nav__item img {
	max-height: 100%; }
@media only screen and (max-width: 767px) {
	.product-nav__item img {
		width: 100%; } }
@media only screen and (min-width: 1025px) {
	.product-nav__item:hover {
		opacity: 1; } }
.slick-current .product-nav__item {
	opacity: 1; }

.product-for {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	max-width: calc(100% - 90px);
	border-left: 1px solid #e5e6e7;
	margin-left: -1px; }
@media only screen and (max-width: 767px) {
	.product-for {
		margin-left: 0;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		border-left: 0;
		border-bottom: 1px solid #e5e6e7; } }
.product-for__item {
	padding: 15px 17px;
	vertical-align: top;
	outline: none; }

.product-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap; }
@media only screen and (max-width: 767px) {
	.product-list {
		margin-left: -15px;
		margin-right: -15px;
		background: #fff; } }

.product {
	display: inline-block;
	position: relative;
	background: #fff;
	text-decoration: none;
	color: #393c3f;
	border: 1px solid #e7eaed;
	max-width: 378px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 378px;
	flex: 0 0 378px;
	width: 100%;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	padding-top: 76px; }
@media only screen and (max-width: 1440px) {
	.catalog .product {
		max-width: 33.333%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333%;
		flex: 0 0 33.333%; } }
@media only screen and (max-width: 1023px) {
	.catalog .product {
		max-width: 50%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%; } }
@media only screen and (max-width: 1200px) {
	.product {
		max-width: 33.333%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333%;
		flex: 0 0 33.333%; } }
@media only screen and (max-width: 1023px) {
	.product {
		max-width: 50%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%; } }
@media only screen and (min-width: 1025px) {
	.product:hover {
		-webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
		box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
		z-index: 1; } }
@media only screen and (min-width: 1025px) {
	.products-slider__list .product:hover {
		-webkit-box-shadow: none;
		box-shadow: none; } }
@media only screen and (max-width: 1200px) {
	.products-slider__list .product {
		max-width: 100%; } }
.product__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 14px 29px;
	text-decoration: none;
	color: #393c3f;
	position: absolute;
	top: 0;
	left: 0;
	right: 0; }
@media only screen and (max-width: 1200px) {
	.product__head {
		padding: 8px 12px; } }
.product__icon {
	width: 48px;
	max-width: 48px;
	height: 48px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 48px;
	flex: 0 0 48px;
	border-radius: 50%;
	border: 1px solid #c9ccce;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 7px;
	margin-right: 10px; }
@media only screen and (max-width: 767px) {
	.product__icon {
		display: none; } }
.product__icon .svg {
	max-height: 100%;
	max-width: 100%;
	fill: #9ea3a8; }
.product__label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out; }
.product__label svg {
	fill: #e90e8b; }
.product__label-text {
	font-size: 15px;
	font-weight: 500;
	margin-right: 8px; }
@media only screen and (max-width: 767px) {
	.product__label-text {
		font-size: 12px; } }
.product__img {
	padding: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 334px; }
@media only screen and (max-width: 767px) {
	.product__img {
		height: 230px; } }
.product__img img {
	max-height: 100%;
	width: auto; }
.product__footer {
	text-decoration: none;
	display: block;
	color: #393c3f;
	padding-left: 28px;
	padding-right: 24px;
	padding-bottom: 35px; }
@media only screen and (min-width: 1025px) {
	.product__footer:hover .product__btn {
		background: #e90e8b; }
	.product__footer:hover .product__btn svg {
		fill: #fff; } }
@media only screen and (max-width: 767px) {
	.product__footer {
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 10px; } }
.product__type {
	padding-left: 18px;
	position: relative;
	font-size: 15px;
	margin-bottom: 5px; }
@media only screen and (max-width: 767px) {
	.product__type {
		font-size: 12px;
		padding-left: 13px; } }
.product__type::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 6px;
	height: 6px;
	background: #e90e8b;
	border-radius: 50%;
	margin-top: -4px; }
.product__name {
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 500;
	height: 34px;
	overflow: hidden; }
@media only screen and (max-width: 767px) {
	.product__name {
		font-size: 14px;
		height: 28px; } }
.product__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between; }
@media only screen and (max-width: 767px) {
	.product__row {
		display: none; } }
.product__descriptions {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding-right: 22px;
	font-size: 15px;
	line-height: 22px;
	height: 66px;
	overflow: hidden; }
.product__btn {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 55px;
	flex: 0 0 55px;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #fff;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	border: 2px solid #e90e8b; }
.product__btn svg {
	fill: #e90e8b; }

.production {
	position: relative; }
.production__top {
	text-align: center;
	margin-bottom: 100px; }
@media only screen and (max-width: 1200px) {
	.production__top {
		margin-bottom: 50px; } }
@media only screen and (max-width: 767px) {
	.production__top {
		margin-bottom: 20px; } }
.production__tabs-title {
	text-align: center;
	margin-bottom: 20px;
	font-size: 38px;
	font-weight: 500;
	color: #000;
	letter-spacing: 8px;
	text-transform: uppercase; }
@media only screen and (max-width: 767px) {
	.production__tabs-title {
		font-size: 24px; } }
.production__options {
	position: relative;
	z-index: 2; }
@media only screen and (max-width: 1200px) {
	.production__slider {
		margin-right: -15px;
		margin-left: -15px; } }
.production__slider .slick-slide {
	margin-left: 13px;
	margin-right: 13px;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out; }
.hide-arrows .production__slider-controls {
	display: none; }
.production__slider-controlsPrev {
	display: block !important;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	outline: none;
	left: 0;
	opacity: 0;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out; }
@media only screen and (max-width: 1200px) {
	.production__slider-controlsPrev {
		margin-top: 0;
		top: 0;
		bottom: 0;
		width: 30px;
		z-index: 1; } }
.slick-current .production__slider-controlsPrev {
	opacity: 1; }
.production__slider-controlsPrev .slick-prev {
	border-radius: 0 100% 100% 0 / 0 50% 50% 0;
	width: 50px;
	height: 100px;
	background: rgba(0, 0, 0, 0.6);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	z-index: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out; }
@media only screen and (max-width: 1200px) {
	.production__slider-controlsPrev .slick-prev {
		height: 100%;
		width: 100%;
		border-radius: 0; } }
@media only screen and (min-width: 1025px) {
	.production__slider-controlsPrev .slick-prev:hover {
		background: rgba(0, 0, 0, 0.8); } }
.production__slider-controlsPrev .slick-prev svg {
	fill: #fff; }
.production__slider-controlsPrev .slick-prev::before {
	display: none; }
.production__slider-controlsNext {
	display: block !important;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	outline: none;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	right: 0;
	opacity: 0; }
@media only screen and (max-width: 1200px) {
	.production__slider-controlsNext {
		margin-top: 0;
		top: 0;
		bottom: 0;
		width: 30px;
		z-index: 1; } }
.slick-current .production__slider-controlsNext {
	opacity: 1; }
.production__slider-controlsNext .slick-next {
	border-radius: 100% 0 0 100% / 50% 0 0 50%;
	width: 50px;
	height: 100px;
	background: rgba(0, 0, 0, 0.6);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	z-index: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out; }
@media only screen and (max-width: 1200px) {
	.production__slider-controlsNext .slick-next {
		height: 100%;
		width: 100%;
		border-radius: 0; } }
@media only screen and (min-width: 1025px) {
	.production__slider-controlsNext .slick-next:hover {
		background: rgba(0, 0, 0, 0.8); } }
.production__slider-controlsNext .slick-next svg {
	fill: #fff; }
.production__slider-item {
	position: relative;
	vertical-align: top;
	background: #fff; }
.production__slider-item > img {
	opacity: .2; }
.slick-current .production__slider-item > img {
	opacity: 1; }
.production__slider-item::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	opacity: .8;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out; }
.slick-current .production__slider-item::before {
	opacity: 0; }
.production__text-box {
	position: relative;
	margin-left: 40px;
	margin-right: 40px;
	margin-top: -75px;
	padding: 60px;
	background: #fff;
	z-index: 2; }
@media only screen and (max-width: 1200px) {
	.production__text-box {
		margin-left: 20px;
		margin-right: 20px;
		margin-top: -20px;
		padding: 30px; } }
@media only screen and (max-width: 767px) {
	.production__text-box {
		margin-left: 0;
		margin-right: 0;
		margin-top: 0;
		padding: 20px 0; } }
.production__text-box::before {
	content: '';
	position: absolute;
	-webkit-box-shadow: 0px 30px 32px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 30px 32px 0px rgba(0, 0, 0, 0.05);
	height: 152px;
	top: 0;
	left: 0;
	right: 0; }
@media only screen and (max-width: 767px) {
	.production__text-box::before {
		display: none; } }
.production__text-box::after {
	content: '';
	position: absolute;
	background: #fff;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0; }
@media only screen and (max-width: 767px) {
	.production__text-box::after {
		display: none; } }
.production__text-title {
	position: relative;
	margin-bottom: 15px;
	font-size: 28px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 4px;
	z-index: 1; }
@media only screen and (max-width: 767px) {
	.production__text-title {
		font-size: 20px;
		margin-bottom: 10px; } }
.production__text {
	position: relative;
	z-index: 1; }

.products-slider {
	padding-top: 110px;
	padding-bottom: 190px; }
@media only screen and (max-width: 1200px) {
	.products-slider {
		padding-top: 40px;
		padding-bottom: 55px; } }
.products-slider__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 40px; }
@media only screen and (max-width: 1200px) {
	.products-slider__head {
		margin-bottom: 20px; } }
@media only screen and (max-width: 767px) {
	.products-slider__head {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center; }
	.products-slider__head .title {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-bottom: 10px;
		text-align: center; } }
.products-slider__head-controls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; }
.products-slider__controls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 29px; }
@media only screen and (max-width: 767px) {
	.products-slider__controls {
		display: none; } }
.products-slider__list {
	margin-left: -6px;
	margin-right: -6px; }
@media only screen and (max-width: 767px) {
	.products-slider__list {
		margin-left: -15px;
		margin-right: -15px; } }

.questionnaire {
	position: relative;
	height: calc(100vh - 185px); }
.questionnaire__title {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 500; }
.questionnaire__item {
	position: relative;
	margin-bottom: 80px; }
@media only screen and (max-width: 767px) {
	.questionnaire__item {
		margin-bottom: 40px; } }
.questionnaire__item:nth-last-child(2) {
	margin-bottom: 50px; }
@media only screen and (max-width: 767px) {
	.questionnaire__item:nth-last-child(2) {
		margin-bottom: 25px; } }
.questionnaire__item-head {
	position: relative;
	color: #e90e8b;
	padding-bottom: 20px;
	border-bottom: 1px solid #e90e8b;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500; }
.questionnaire__item-headDescriptions {
	color: #000;
	text-transform: none;
	font-size: 14px;
	vertical-align: top; }
.questionnaire__row {
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e5e5e5; }
.questionnaire__row:last-child {
	border-bottom: 0; }
.questionnaire__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -20px; }
@media only screen and (max-width: 767px) {
	.questionnaire__list {
		margin-left: 0; } }
.questionnaire__cell {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(50% - 20px);
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: calc(50% - 20px);
	max-width: calc(50% - 20px);
	margin-left: 20px;
	margin-top: 25px; }
.questionnaire__cell:nth-child(1), .questionnaire__cell:nth-child(2) {
	margin-top: 0; }
.questionnaire__cell--33 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(33.333% - 20px);
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: calc(33.333% - 20px);
	max-width: calc(33.333% - 20px); }
.questionnaire__cell--33:nth-child(3) {
	margin-top: 0; }
@media only screen and (max-width: 767px) {
	.questionnaire__cell--33:nth-child(3) {
		margin-top: 25px; } }
.questionnaire__cell--100 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(100% - 20px);
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: calc(100% - 20px);
	max-width: calc(100% - 20px); }
.questionnaire__cell--100 + .questionnaire__cell {
	margin-top: 25px; }
.questionnaire__cell--100:nth-child(2) {
	margin-top: 25px; }
@media only screen and (max-width: 767px) {
	.questionnaire__cell {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-left: 0; }
	.questionnaire__cell:nth-child(2) {
		margin-top: 25px; } }
.questionnaire__input-parent {
	position: relative; }
.questionnaire__input-parent--norequire .form__input {
	padding-left: 25px; }
.questionnaire__input-parent--norequire .form__label {
	left: 20px; }
.questionnaire__input-parent--norequire::before {
	display: none; }
.questionnaire__input-parent::before {
	content: '*';
	position: absolute;
	color: #e90e8b;
	left: 20px;
	top: 23px; }
.questionnaire__label-box {
	position: relative;
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; }
.questionnaire__label {
	position: relative;
	font-size: 15px;
	font-weight: 500;
	padding-right: 8px; }
@media only screen and (max-width: 767px) {
	.questionnaire__label {
		padding-right: 0;
		padding-left: 15px; } }
.questionnaire__label::before {
	content: '*';
	position: absolute;
	color: #e90e8b;
	right: 0;
	top: 1px; }
@media only screen and (max-width: 767px) {
	.questionnaire__label::before {
		right: auto;
		left: 0; } }
.questionnaire__radio-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; }
@media only screen and (max-width: 767px) {
	.questionnaire__radio-list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: -20px; } }
.questionnaire__radio-cell {
	position: relative;
	margin-right: 45px; }
@media only screen and (max-width: 767px) {
	.questionnaire__radio-cell {
		margin-right: 20px;
		margin-bottom: 20px; } }
.questionnaire__radio-cell:last-child {
	margin-right: 0; }
.questionnaire__medicine-btn {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #f6f7f8;
	border-radius: 4px;
	border: 2px solid #eef1f3;
	height: 50px;
	padding: 10px 20px;
	color: #939ea2;
	font-size: 14px;
	cursor: pointer;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out; }
@media only screen and (min-width: 1025px) {
	.questionnaire__medicine-btn:hover {
		color: #e90e8b; } }
.questionnaire__medicine-btnIcon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 18px;
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 1px solid #eef1f3;
	margin-right: 12px;
	background: #fff;
	position: relative; }
.questionnaire__medicine-btnIcon::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	background: #838b91;
	width: 6px;
	height: 2px;
	margin-left: -3px;
	margin-top: -1px; }
.questionnaire__medicine-btnIcon::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	background: #838b91;
	width: 2px;
	height: 6px;
	margin-left: -1px;
	margin-top: -3px; }
.questionnaire__row-list {
	padding: 0;
	margin: 0;
	margin-left: -40px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap; }
@media only screen and (max-width: 767px) {
	.questionnaire__row-list {
		margin-left: 0; } }
.questionnaire__row-listItem {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 280px;
	flex: 0 0 280px;
	max-width: 280px;
	width: 100%;
	margin-left: 40px;
	margin-top: 30px; }
@media only screen and (max-width: 767px) {
	.questionnaire__row-listItem {
		margin-left: 0;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%; } }
.questionnaire__row-listItem:nth-child(1), .questionnaire__row-listItem:nth-child(2) {
	margin-top: 0; }
@media only screen and (max-width: 767px) {
	.questionnaire__row-listItem:nth-child(2) {
		margin-top: 30px; } }
.questionnaire__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	padding-top: 40px;
	border-top: 1px solid #e90e8b; }
@media only screen and (max-width: 1200px) {
	.questionnaire__btn {
		padding-bottom: 40px; } }
.questionnaire__btn .btn {
	width: 364px; }

.radio-label {
	position: relative;
	cursor: pointer;
	display: block; }

.radio {
	display: none; }
.radio:checked + .radio-text {
	color: #e90e8b; }
.radio:checked + .radio-text::before {
	background: #e90e8b;
	border-color: #e90e8b; }

.radio-text {
	display: block;
	padding-left: 30px;
	font-size: 13px;
	font-weight: 500;
	display: inline-block;
	line-height: 20px;
	position: relative;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out; }
@media only screen and (min-width: 1025px) {
	.radio-text:hover {
		color: #e90e8b; } }
.radio-text::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #c5c5c5;
	border-radius: 2px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out; }
.radio-text::after {
	content: '';
	position: absolute;
	left: 5px;
	top: 5px;
	width: 10px;
	height: 6px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg); }

.mCustomScrollbar {
	-ms-touch-action: pinch-zoom;
	touch-action: pinch-zoom;
	/* direct pointer events to js */ }

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
	-ms-touch-action: auto;
	touch-action: auto; }

.mCustomScrollBox {
	/* contains plugin's markup */
	position: relative;
	overflow: hidden;
	height: 100%;
	max-width: 100%;
	outline: none;
	direction: ltr; }

.mCSB_container {
	/* contains the original content */
	overflow: hidden;
	width: auto;
	height: auto; }

/*
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
	margin-right: 30px; }
.questionnaire__row .mCSB_inside > .mCSB_container {
	margin-right: 5px; }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-right: 0; }

/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
	/* RTL direction/left-side scrollbar */
	margin-right: 0;
	margin-left: 30px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-left: 0; }

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
	/* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
	position: absolute;
	width: 5px;
	border-radius: 6px;
	height: auto;
	left: auto;
	top: 0;
	right: 0;
	bottom: 0; }

.mCSB_outside + .mCSB_scrollTools {
	right: -26px; }

/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
	/* RTL direction/left-side scrollbar */
	right: auto;
	left: 0; }

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
	left: -26px; }

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
	/* contains the draggable element and dragger rail markup */
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: auto;
	border-radius: 6px; }

.mCSB_scrollTools a + .mCSB_draggerContainer {
	margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail {
	width: 5px;
	height: 100%;
	margin: 0 auto;
	border-radius: 6px; }

.mCSB_scrollTools .mCSB_dragger {
	/* the draggable element */
	cursor: pointer;
	width: 100%;
	height: 30px;
	/* minimum dragger height */
	z-index: 1; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	/* the dragger element */
	position: relative;
	width: 5px;
	border-radius: 6px;
	height: 100%;
	margin: 0 auto;
	text-align: center; }
.price__body .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: .5rem; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	width: 12px;
	/* auto-expanded scrollbar */ }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	width: 8px;
	/* auto-expanded scrollbar */ }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
	display: block;
	position: absolute;
	height: 20px;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	cursor: pointer; }

.mCSB_scrollTools .mCSB_buttonDown {
	bottom: 0; }

/*
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
	margin-right: 0;
	margin-bottom: 30px; }

.mCSB_horizontal.mCSB_outside > .mCSB_container {
	min-height: 100%; }

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
	margin-bottom: 0; }

/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	width: auto;
	height: 16px;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0; }

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	bottom: -26px; }

/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
	margin: 0 20px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 2px;
	margin: 7px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 30px;
	/* minimum dragger width */
	height: 100%;
	left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 4px;
	margin: 6px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	height: 12px;
	/* auto-expanded scrollbar */
	margin: 2px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	height: 8px;
	/* auto-expanded scrollbar */
	margin: 4px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
	display: block;
	position: absolute;
	width: 20px;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	cursor: pointer; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
	left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
	right: 0; }

/*
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS
yx-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
	position: absolute;
	height: auto;
	width: auto;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin-right: 30px;
	margin-bottom: 30px; }

.mCSB_container_wrapper > .mCSB_container {
	padding-right: 30px;
	padding-bottom: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
	bottom: 20px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	right: 20px; }

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
	bottom: 0; }

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	right: 0; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	left: 20px; }

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	left: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
	/* RTL direction/left-side scrollbar */
	margin-right: 0;
	margin-left: 30px; }

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
	padding-right: 0; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
	padding-bottom: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-right: 0;
	/* non-visible scrollbar */
	margin-left: 0; }

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
	margin-bottom: 0; }

/*
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
	-webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	transition: opacity .2s ease-in-out, background-color .2s ease-in-out; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
	-webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
	transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out; }

/*
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
------------------------------------------------------------------------------------------------------------------------
*/
/*
----------------------------------------
6.1 THEMES
----------------------------------------
*/
/* default theme ("light") */
.mCSB_scrollTools {
	opacity: 0.75;
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)"; }

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
	opacity: 0;
	filter: "alpha(opacity=0)";
	-ms-filter: "alpha(opacity=0)"; }

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
	opacity: 1;
	filter: "alpha(opacity=100)";
	-ms-filter: "alpha(opacity=100)"; }

.mCSB_scrollTools .mCSB_draggerRail {
	background: #e8e7e8; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: #e90e8b; }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
	background-image: url(mCSB_buttons.png);
	/* css sprites */
	background-repeat: no-repeat;
	opacity: 0.4;
	filter: "alpha(opacity=40)";
	-ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_buttonUp {
	background-position: 0 0;
	/*
	sprites locations
	light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
	dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
	*/ }

.mCSB_scrollTools .mCSB_buttonDown {
	background-position: 0 -20px;
	/*
	sprites locations
	light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
	dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
	*/ }

.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: 0 -40px;
	/*
	sprites locations
	light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
	dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
	*/ }

.mCSB_scrollTools .mCSB_buttonRight {
	background-position: 0 -56px;
	/*
	sprites locations
	light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
	dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
	*/ }

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
	opacity: 0.75;
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
	opacity: 0.9;
	filter: "alpha(opacity=90)";
	-ms-filter: "alpha(opacity=90)"; }

/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -80px 0; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -80px -20px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -80px -40px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -80px -56px; }

/* ---------------------------------------- */
/* theme: "light-2", "dark-2" */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
	width: 4px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 1px; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 4px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.75);
	border-radius: 1px; }

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 4px;
	margin: 6px auto; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px 0; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -20px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -40px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -56px; }

/* theme: "dark-2" */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.75);
	border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px 0; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -20px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -40px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -56px; }

/* ---------------------------------------- */
/* theme: "light-thick", "dark-thick" */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
	width: 4px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 2px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.75);
	border-radius: 2px; }

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 4px;
	margin: 6px 0; }

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 6px;
	margin: 5px auto; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -16px 0; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -16px -20px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -20px -40px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -20px -56px; }

/* theme: "dark-thick" */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.75);
	border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -96px 0; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -96px -20px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -100px -40px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -100px -56px; }

/* ---------------------------------------- */
/* theme: "light-thin", "dark-thin" */
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.1); }

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 2px; }

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%; }

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 2px;
	margin: 7px auto; }

/* theme "dark-thin" */
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -80px 0; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -80px -20px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -80px -40px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -80px -56px; }

/* ---------------------------------------- */
/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.15); }

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
	height: 14px; }

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 14px;
	margin: 0 1px; }

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 14px; }

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height: 14px;
	margin: 1px 0; }

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	width: 16px;
	/* auto-expanded scrollbar */
	height: 16px;
	margin: -1px 0; }

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	width: 4px;
	/* auto-expanded scrollbar */ }

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	height: 16px;
	/* auto-expanded scrollbar */
	width: 16px;
	margin: 0 -1px; }

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	height: 4px;
	/* auto-expanded scrollbar */
	margin: 6px 0; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
	background-position: 0 -72px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
	background-position: 0 -92px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: 0 -112px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
	background-position: 0 -128px; }

/* theme "rounded-dark", "rounded-dots-dark" */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.75); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.15); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.85); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.9); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -80px -72px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -80px -92px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -80px -112px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -80px -128px; }

/* theme "rounded-dots", "rounded-dots-dark" */
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
	width: 4px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	background-color: transparent;
	background-position: center; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
	background-repeat: repeat-y;
	opacity: 0.3;
	filter: "alpha(opacity=30)";
	-ms-filter: "alpha(opacity=30)"; }

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	height: 4px;
	margin: 6px 0;
	background-repeat: repeat-x; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -16px -72px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -16px -92px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -20px -112px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -20px -128px; }

/* theme "rounded-dots-dark" */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII="); }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -96px -72px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -96px -92px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -100px -112px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -100px -128px; }

/* ---------------------------------------- */
/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-repeat: repeat-y;
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%); }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%); }

/* theme "3d", "3d-dark" */
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
	height: 70px; }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 70px; }

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
	opacity: 1;
	filter: "alpha(opacity=30)";
	-ms-filter: "alpha(opacity=30)"; }

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	border-radius: 16px; }

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
	width: 8px;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
	box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2); }

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #555; }

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 8px; }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 8px;
	margin: 4px 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2); }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 8px;
	margin: 4px auto; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px; }

/* theme "3d-dark" */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme: "3d-thick", "3d-thick-dark" */
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
	opacity: 1;
	filter: "alpha(opacity=30)";
	-ms-filter: "alpha(opacity=30)"; }

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
	border-radius: 7px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	border-radius: 5px; }

.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
	right: 1px; }

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
	-webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
	bottom: 1px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	-webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
	box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
	width: 12px;
	margin: 2px;
	position: absolute;
	height: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0; }

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #555; }

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height: 12px;
	width: auto; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
	box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px; }

/* theme: "3d-thick-dark" */
.mCS-3d-thick-dark.mCSB_scrollTools {
	-webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	-webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
	box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #777; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
	background-color: #fff;
	background-color: rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
	box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme: "minimal", "minimal-dark" */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
	right: 0;
	margin: 12px 0; }

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	bottom: 0;
	margin: 0 12px; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
	left: 0;
	right: auto; }

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent; }

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
	height: 50px; }

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 50px; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.2);
	filter: "alpha(opacity=20)";
	-ms-filter: "alpha(opacity=20)"; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.5);
	filter: "alpha(opacity=50)";
	-ms-filter: "alpha(opacity=50)"; }

/* theme: "minimal-dark" */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.2);
	filter: "alpha(opacity=20)";
	-ms-filter: "alpha(opacity=20)"; }

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.5);
	filter: "alpha(opacity=50)";
	-ms-filter: "alpha(opacity=50)"; }

/* ---------------------------------------- */
/* theme "light-3", "dark-3" */
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
	width: 6px;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.2); }

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px; }

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 6px;
	margin: 5px 0; }

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	width: 12px; }

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	height: 12px;
	margin: 2px 0; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px; }

/* theme "dark-3" */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.1); }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
	width: 12px;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.2); }

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px;
	margin: 3px 5px;
	position: absolute;
	height: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0; }

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height: 6px;
	margin: 5px 3px;
	position: absolute;
	width: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0; }

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 12px;
	margin: 2px 0; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px; }

/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.1); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px; }

/* theme "inset-2", "inset-2-dark" */
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent;
	border-width: 1px;
	border-style: solid;
	border-color: #fff;
	border-color: rgba(255, 255, 255, 0.2);
	-webkit-box-sizing: border-box;
	box-sizing: border-box; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
	border-color: #000;
	border-color: rgba(0, 0, 0, 0.2); }

/* theme "inset-3", "inset-3-dark" */
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.6); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.6); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.75); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.85); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.9); }

/* ---------------------------------------- */
.search-page {
	position: relative;
	padding-bottom: 50px; }
@media only screen and (max-width: 1440px) {
	.search-page {
		max-width: 1134px;
		margin: 0 auto; } }
@media only screen and (max-width: 767px) {
	.search-page {
		padding-bottom: 0; } }
.search-page__form {
	background: #fff;
	padding: 20px 37px 34px;
	position: relative;
	margin-bottom: 10px; }
@media only screen and (max-width: 767px) {
	.search-page__form {
		margin-bottom: 0;
		padding: 15px;
		margin-left: -15px;
		margin-right: -15px; } }
.search-page__input {
	width: 100%;
	border: 0;
	border-radius: 0;
	border-bottom: 2px solid #e90e8b;
	padding: 14px 60px 14px 20px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	outline: none; }
@media only screen and (max-width: 767px) {
	.search-page__input {
		padding: 0 30px 5px 0; } }
.search-page__button {
	position: absolute;
	width: 60px;
	right: 37px;
	bottom: 34px;
	top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: transparent;
	border: 0;
	cursor: pointer;
	padding: 0;
	outline: none; }
@media only screen and (max-width: 767px) {
	.search-page__button {
		width: 30px;
		right: 15px;
		bottom: 15px;
		top: 5px; } }
@media only screen and (min-width: 1025px) {
	.search-page__button:hover svg {
		fill: #e90e8b; } }
.search-page__button svg {
	fill: #a5abb1; }
.search-page__head {
	background: #fff;
	padding: 24px 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; }
@media only screen and (max-width: 767px) {
	.search-page__head {
		margin-left: -15px;
		margin-right: -15px;
		padding: 15px; } }
.search-page__head-text {
	color: #8e9399;
	font-size: 14px;
	font-weight: 300;
	margin-right: 10px; }
.search-page__total {
	font-weight: 700;
	font-size: 15px; }

.not-fount {
	position: relative;
	background: #fff;
	padding: 112px 15px 200px;
	border-top: 1px solid #e5e6e7;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; }
@media only screen and (max-width: 1200px) {
	.not-fount {
		padding: 50px 15px; } }
@media only screen and (max-width: 767px) {
	.not-fount {
		margin-left: -15px;
		margin-right: -15px;
		padding: 30px 15px; } }
.not-fount__icon {
	position: relative;
	margin-bottom: 40px;
	padding-top: 35px; }
.not-fount__icon::before {
	content: '';
	position: absolute;
	left: -14px;
	width: 98px;
	height: 98px;
	background: #f1f2f3;
	top: 0;
	border-radius: 50%; }
.not-fount__icon svg {
	position: relative;
	fill: #9ba2a8; }
.not-fount__title {
	text-transform: uppercase;
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 15px;
	color: #000;
	text-align: center; }
@media only screen and (max-width: 767px) {
	.not-fount__title {
		font-size: 22px; } }
.not-fount__text {
	font-size: 15px; }

select {
	display: none; }

.select {
	margin: auto;
	border: 1px solid #e7e5e5;
	padding: 19px 35px;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	white-space: nowrap;
	outline: none;
	overflow: hidden;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 500;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out; }
.catalog .select {
	padding: 0 15px 0 0;
	border: 0; }
.select::after {
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	content: '';
	display: block;
	height: 5px;
	width: 5px;
	margin-top: -3px;
	pointer-events: none;
	position: absolute;
	right: 30px;
	top: 50%;
	-webkit-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out; }
.catalog .select::after {
	right: 5px;
	border-color: #333; }
.select:hover {
	border-color: #e90e8b; }
.select:focus {
	border-color: #e90e8b; }
.select-error .select {
	border-color: #e73535; }
.select--open {
	overflow: visible; }
.select--open::after {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg); }
.select--medium {
	max-width: 30em; }
.select__current {
	overflow: hidden;
	display: block;
	width: 100%;
	text-overflow: ellipsis; }
.catalog .select__current {
	display: block;
	border-bottom: 1px dotted #333; }
.select__list {
	position: absolute;
	width: 100%;
	left: 0;
	top: 100%;
	background-color: #fff;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: .2em;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(0.75) translateY(-2em);
	transform: scale(0.75) translateY(-2em);
	-webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.2s cubic-bezier(0.5, 0, 0, 1.25);
	transition: opacity 0.1s ease-out, -webkit-transform 0.2s cubic-bezier(0.5, 0, 0, 1.25);
	transition: transform 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.1s ease-out;
	transition: transform 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.1s ease-out, -webkit-transform 0.2s cubic-bezier(0.5, 0, 0, 1.25);
	z-index: -1;
	-webkit-box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.1); }
.catalog .select__list {
	width: 230px;
	left: -32px; }
@media only screen and (max-width: 767px) {
	.catalog .select__list {
		left: 50%;
		margin-left: -115px; } }
.popup--questionnaire .select__list {
	max-height: 200px; }
.select--open .select__list {
	visibility: visible;
	opacity: 1;
	z-index: 1;
	-webkit-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0); }
.select__item {
	padding: 16px 32px;
	cursor: pointer;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	border-bottom: 1px solid #f7f8f9; }
.select__item:last-child {
	border-bottom: 0; }
.select__item:hover {
	background: #f7f8f9;
	color: #e90e8b; }
.select__item--active {
	font-weight: bold;
	background: #f7f8f9;
	color: #e90e8b; }
.select__item--disabled {
	opacity: .3;
	cursor: not-allowed; }

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent; }
@media only screen and (min-width: 1025px) {
	.slick-slider:hover .slick-active .circle {
		-webkit-animation: none;
		animation: none; } }

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0; }
.slick-list:focus {
	outline: none; }
.slick-list.dragging {
	cursor: pointer;
	cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0); }

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto; }
.history__nav .slick-track {
	margin-left: 0;
	margin-right: 0; }
.slick-track:before, .slick-track:after {
	content: "";
	display: table; }
.slick-track:after {
	clear: both; }
.slick-loading .slick-track {
	visibility: hidden; }

.slick-slide {
	float: left;
	height: 100%;
	outline: none;
	min-height: 1px;
	display: none; }
.products-slider .slick-slide {
	margin-left: 6px;
	margin-right: 6px; }
@media only screen and (max-width: 767px) {
	.products-slider .slick-slide {
		margin-left: 0;
		margin-right: 0; } }
.news-slider .slick-slide {
	margin-left: 6px;
	margin-right: 6px; }
@media only screen and (max-width: 767px) {
	.news-slider .slick-slide {
		margin-left: 2px;
		margin-right: 2px; } }
[dir="rtl"] .slick-slide {
	float: right; }
.slick-slide img {
	display: block; }
.slick-slide.slick-loading img {
	display: none; }
.slick-slide.dragging img {
	pointer-events: none; }
.slick-initialized .slick-slide {
	display: block; }
.slick-loading .slick-slide {
	visibility: hidden; }
.slick-vertical .slick-slide {
	display: block;
	height: auto; }

.slick-arrow.slick-hidden {
	display: none; }

.slick-dots {
	padding: 0;
	list-style: none;
	margin: 0;
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center; }
.main-slider .slick-dots {
	left: 12%;
	bottom: 150px; }
@media only screen and (max-width: 1440px) {
	.main-slider .slick-dots {
		bottom: 20px; } }
@media only screen and (max-width: 1200px) {
	.main-slider .slick-dots {
		left: 0;
		right: 0; } }
.news-slider__list .slick-dots,
.products-slider__list .slick-dots {
	left: 0;
	right: 0;
	bottom: -40px; }
@media only screen and (max-width: 1200px) {
	.news-slider__list .slick-dots,
	.products-slider__list .slick-dots {
		bottom: -30px; } }
.catalog-slider__list .slick-dots {
	left: 0;
	right: 0;
	bottom: -80px; }
@media only screen and (max-width: 1200px) {
	.catalog-slider__list .slick-dots {
		bottom: -30px; } }
.slick-dots li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
	position: relative;
	margin-right: 10px; }
.slick-dots li.slick-active::before {
	background: #e90e8b; }
.slick-dots li::before {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	background: #b5bebe;
	border-radius: 50%;
	left: 4px;
	top: 4px; }
.slick-dots li:last-child {
	margin-right: 0; }

@-webkit-keyframes circle {
	0% {
		opacity: 1; }
	99% {
		opacity: 1; }
	100% {
		stroke-dasharray: 100 100;
		opacity: 0; } }

@keyframes circle {
	0% {
		opacity: 1; }
	99% {
		opacity: 1; }
	100% {
		stroke-dasharray: 100 100;
		opacity: 0; } }

.social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 0; }
@media only screen and (max-width: 767px) {
	.social {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center; } }
.footer .social {
	margin-left: -10px; }
@media only screen and (max-width: 767px) {
	.footer .social {
		margin-left: 0; } }
.social__item {
	margin-right: 10px; }
.social__item:last-child {
	margin-right: 0; }
.social__link {
	display: block;
	padding: 10px; }
@media only screen and (min-width: 1025px) {
	.social__link:hover svg {
		fill: #e90e8b; } }
.social__link svg {
	fill: #b5bebe; }

.tab {
	display: none; }
.tab.active {
	display: block; }

.tabs-list {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 30px; }
.tabs-list__item {
	margin-left: 40px;
	color: #393c3f;
	text-decoration: none;
	border-bottom: 2px solid transparent;
	font-size: 20px;
	font-weight: 500;
	padding-bottom: 1px; }
@media only screen and (max-width: 767px) {
	.tabs-list__item {
		margin-left: 0;
		margin-right: 20px; } }
@media only screen and (min-width: 1025px) {
	.tabs-list__item:hover {
		color: #e90e8b; } }
.tabs-list__item.active {
	color: #e90e8b;
	border-color: #e90e8b; }

.text-content {
	position: relative;
	line-height: 26px;
	font-size: 16px; }
@media only screen and (max-width: 767px) {
	.text-content {
		line-height: 23px;
		font-size: 16px; } }
.text-content p {
	margin: 0 0 20px; }
@media only screen and (max-width: 767px) {
	.text-content p {
		margin-bottom: 15px; } }
.text-content p:last-child {
	margin-bottom: 0; }
.text-content a {
	color: #e90e8b;
	text-decoration: none;
	display: inline-block;
	vertical-align: top; }
@media only screen and (min-width: 1025px) {
	.text-content a:hover {
		text-decoration: underline; } }
.text-content ul {
	list-style: none;
	margin: 0 0 15px;
	padding: 0; }
.text-content ul li {
	position: relative;
	padding-left: 18px;
	margin-bottom: 10px; }
.text-content ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	border-radius: 50%;
	width: 6px;
	height: 6px;
	background: #e90e8b; }
.text-content ul li:last-child {
	margin-bottom: 0; }
.text-content iframe {
	margin-bottom: 15px;
	border: 0;
	max-width: 100%; }
.text-content iframe:last-child {
	margin-bottom: 0; }
@media only screen and (max-width: 1200px) {
	.text-content iframe {
		height: 400px; } }
@media only screen and (max-width: 767px) {
	.text-content iframe {
		height: 300px; } }

h1 {
	font-size: 56px;
	font-weight: 700;
	margin: 0 0 15px; }

h2 {
	font-size: 38px;
	margin: 0 0 15px; }

h3 {
	font-size: 28px;
	font-weight: 700;
	margin: 0 0 15px; }

.vacancy {
	position: relative;
	background: #fff; }
@media only screen and (max-width: 767px) {
	.vacancy {
		margin-left: -15px;
		margin-right: -15px; } }
.vacancy__title {
	padding: 38px 48px 0;
	text-transform: uppercase;
	margin-bottom: 18px;
	font-size: 28px;
	font-weight: 500; }
@media only screen and (max-width: 767px) {
	.vacancy__title {
		padding: 15px 15px 0;
		text-align: center;
		font-size: 18px;
		margin-bottom: 15px; } }
.vacancy__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 48px 25px; }
@media only screen and (max-width: 767px) {
	.vacancy__list {
		padding: 0 15px 15px; } }
.vacancy__regions {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-right: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; }
.vacancy__regions-icon {
	margin-right: 8px; }
.vacancy__regions-icon svg {
	fill: #e90e8b; }
.vacancy__regions-text {
	font-size: 16px;
	font-weight: 500;
	color: #e90e8b; }
.vacancy__list-value {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	color: #50555a;
	font-size: 16px;
	font-weight: 500; }
@media only screen and (max-width: 767px) {
	.vacancy__list-value {
		line-height: 20px; } }
.vacancy__descriptions {
	border-top: 1px solid #f5f5f5;
	padding: 26px 165px 10px 48px; }
@media only screen and (max-width: 1200px) {
	.vacancy__descriptions {
		padding: 20px 48px 48px; } }
@media only screen and (max-width: 767px) {
	.vacancy__descriptions {
		padding: 15px; } }
.vacancy__bottom {
	padding: 10px 48px 52px;
	font-size: 16px;
	font-weight: 500;
	line-height: 26px; }
@media only screen and (max-width: 767px) {
	.vacancy__bottom {
		padding: 15px; } }
.vacancy__bottom p {
	margin: 0; }
.vacancy__bottom a {
	color: #e90e8b;
	text-decoration: none; }
@media only screen and (min-width: 1025px) {
	.vacancy__bottom a:hover {
		text-decoration: underline; } }

.volunteer-page {
	max-width:1220px;
	margin: 0 auto 60px;
}

@media (max-width:1400px) {
	.volunteer-page {
		max-width:1020px;
	}
}

@media (max-width:1000px) {
	.volunteer-page {
		padding: 0 20px;
	}
}

.volunteer-page_title {
	font-size:56px;
	color:#EA0D8C;
	width:100%;
	text-align:center;
	font-weight:bold;
}

.volunteer-page_text_top {
	display:flex;
	flex-direction:row;
	margin: 55px 0 60px;
	line-height:26px;
}


.volunteer-page_text_top > div {
	display:flex;
	width:50%;
}

.vpt_left {
	padding-right:8px;
}

.vpt_right {
	padding-left:8px;
}

@media (max-width:767px) {
	.volunteer-page_text_top {
		flex-direction:column;
	}

	.volunteer-page_text_top > div {
		width:100%;
	}

	.vpt_left {
		padding-right:0px;
	}

	.vpt_right {
		padding-left:0px;
	}

	.volunteer-page_title {
		font-size:36px;
	}
}

.vp-image_fw {
	width:100%;
	height:auto;
}

.vpt_fw {
	margin: 62px 0;
	line-height:26px;
}

.vpt-images_gallery, .vpt-images_gallery_2 {
	display:flex;
}

.vpt_ig{
	display:flex;
	width:25%;
	padding:8px;
}

.vpt_ig:first-child {
	padding-left:0;
}

.vpt_ig:last-child {
	padding-right:0px;
}

.vpt_ig img {
	width:100%;
	height:auto;
}
