html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: border-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,
th {
	padding: 0
}

.placeholder:-moz-placeholder {
	color: #4a4a4a
}

.placeholder:-ms-input-placeholder {
	color: #4a4a4a
}

.placeholder::-webkit-input-placeholder {
	color: #4a4a4a
}

.text-overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.hide-text {
	font: NaN a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.gradient-horizontal {
	background-color: #333;
	background-image: linear-gradient(to right, #555, #333);
	background-repeat: repeat-x;
	background: rgb(85, 85, 85);
	background: -moz-linear-gradient(left, rgba(85, 85, 85, 1) 0%, rgba(51, 51, 51, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(85, 85, 85, 1) 0%, rgba(51, 51, 51, 1) 100%);
	background: linear-gradient(to right, rgba(85, 85, 85, 1) 0%, rgba(51, 51, 51, 1) 100%)
}

.gradient-vertical {
	background-color: #474747;
	background-image: linear-gradient(to bottom, #555, #333);
	background-repeat: repeat-x;
	background: rgb(85, 85, 85);
	background: -moz-linear-gradient(top, rgba(85, 85, 85, 1) 0%, rgba(51, 51, 51, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(85, 85, 85, 1) 0%, rgba(51, 51, 51, 1) 100%);
	background: linear-gradient(to bottom, rgba(85, 85, 85, 1) 0%, rgba(51, 51, 51, 1) 100%)
}

.gradient-directional {
	background-color: #333;
	background-repeat: repeat-x;
	background-image: linear-gradient(45deg, #555, #333)
}

.gradient-vertical-three-colors {
	background: rgb(0, 179, 238);
	background: -moz-linear-gradient(top, rgba(0, 179, 238, 1) 0%, rgba(122, 67, 182, 1) 50%, rgba(195, 50, 95, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 179, 238, 1) 0%, rgba(122, 67, 182, 1) 50%, rgba(195, 50, 95, 1) 100%);
	background: linear-gradient(to bottom, rgba(0, 179, 238, 1) 0%, rgba(122, 67, 182, 1) 50%, rgba(195, 50, 95, 1) 100%)
}

.gradient-radial {
	background-color: #333;
	background-image: -o-radial-gradient(circle, #555, #333);
	background-repeat: no-repeat
}

.gradient-striped {
	background-color: #555;
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.reset-filter {
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.sr {
	width: 1px;
	height: 1px;
	margin: -1px;
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px)
}

.clear {
	clear: both
}

.nowrap {
	white-space: nowrap
}

.align-right {
	text-align: right
}

.weight-normal,
.weight-medium,
.weight-bold {
}

.weight-normal {
	font-weight: 400
}

.weight-medium {
	font-weight: 500
}

.weight-bold {
	font-weight: 700
}

.color-violet {
	color: #BB1670
}



.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}

.swiper-container.gallery {
	margin: 0 25% 0 0
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	transition-property: height, -webkit-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: 0.3s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
	background: #fff
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 5px 0;
	display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px
}

.swiper-pagination-progress {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
	-webkit-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
	background: rgba(255, 255, 255, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
	background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
	background: #000
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	-o-perspective: 1200px;
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
	-ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
	overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg)
	}
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.hamburger {
	padding: .15rem .15rem;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, -webkit-filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	transition-duration: 0.3s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible
}

.hamburger-box {
	width: 4rem;
	height: 2.4rem;
	display: inline-block;
	position: relative
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -.2rem
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	width: 4rem;
	height: .4rem;
	background-color: #40335f;
	border-radius: .4rem;
	position: absolute;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-duration: 0.3s;
	transition-timing-function: ease
}

.hamburger-inner::before,
.hamburger-inner::after {
	content: "";
	display: block
}

.hamburger-inner::before {
	top: -1rem
}

.hamburger-inner::after {
	bottom: -1rem
}

.hamburger--slider .hamburger-inner {
	top: .2rem
}

.hamburger--slider .hamburger-inner::before {
	top: 1rem;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	transition-timing-function: ease;
	transition-duration: 0.3s
}

.hamburger--slider .hamburger-inner::after {
	top: 2rem
}

.hamburger--slider.is-active .hamburger-inner {
	-webkit-transform: translate3d(0, .8rem, 0) rotate(45deg);
	transform: translate3d(0, .8rem, 0) rotate(45deg)
}

.hamburger--slider.is-active .hamburger-inner::before {
	-webkit-transform: rotate(-45deg) translate3d(-.571429rem, -.6rem, 0);
	transform: rotate(-45deg) translate3d(-.571429rem, -.6rem, 0);
	opacity: 0
}

.hamburger--slider.is-active .hamburger-inner::after {
	-webkit-transform: translate3d(0, -1.6rem, 0) rotate(-90deg);
	transform: translate3d(0, -1.6rem, 0) rotate(-90deg)
}

.hamburger-count {
	position: absolute;
	top: -1.2rem;
	right: -1.2rem;
	width: 2rem;
	height: 2rem;
	line-height: 2.2rem;
	font-size: 1.2rem;
	text-align: center;
	color: #FFF;
	background: #be216a;
	border-radius: 50%
}

.hamburger-count:empty {
	opacity: 0
}

.desktop .hamburger-count,
.no-desktop ._opened .hamburger-count {
	display: none
}

.selectize-control.plugin-drag_drop.multi>.selectize-input>div.ui-sortable-placeholder {
	visibility: visible!important;
	background: #f2f2f2!important;
	background: rgba(0, 0, 0, .06)!important;
	border: 0 none!important;
	box-shadow: inset 0 0 12px 4px #fff
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
	content: '!';
	visibility: hidden
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2)
}

.selectize-dropdown-header {
	position: relative;
	padding: 5px 8px;
	border-bottom: 1px solid #d0d0d0;
	background: #f8f8f8;
	border-radius: 3px 3px 0 0
}

.selectize-dropdown-header-close {
	position: absolute;
	right: 8px;
	top: 50%;
	color: #303030;
	opacity: .4;
	margin-top: -12px;
	line-height: 20px;
	font-size: 20px!important
}

.selectize-dropdown-header-close:hover {
	color: #000
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
	border-right: 1px solid #f2f2f2;
	border-top: 0 none;
	float: left;
	box-sizing: border-box
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
	border-right: 0 none
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
	display: none
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
	border-top: 0 none
}

.selectize-control.plugin-remove_button [data-value] {
	position: relative;
	padding-right: 24px!important
}

.selectize-control.plugin-remove_button [data-value] .remove {
	z-index: 1;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 17px;
	text-align: center;
	font-weight: 700;
	font-size: 12px;
	color: inherit;
	text-decoration: none;
	vertical-align: middle;
	display: inline-block;
	padding: 2px 0 0 0;
	border-left: 1px solid #d0d0d0;
	border-radius: 0 2px 2px 0;
	box-sizing: border-box
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
	background: rgba(0, 0, 0, .05)
}

.selectize-control.plugin-remove_button [data-value].active .remove {
	border-left-color: #cacaca
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
	background: none
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
	border-left-color: #fff
}

.selectize-control.plugin-remove_button .remove-single {
	position: absolute;
	right: 28px;
	top: 6px;
	font-size: 23px
}

.selectize-control {
	position: relative
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
	color: #303030;
	font-family: inherit;
	font-size: 13px;
	line-height: 18px;
	-webkit-font-smoothing: inherit
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
	background: #fff;
	cursor: text;
	display: inline-block
}

.selectize-input {
	border: 1px solid #d0d0d0;
	padding: 8px 8px;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
	border-radius: 3px
}

.selectize-control.multi .selectize-input.has-items {
	padding: 6px 8px 3px
}

.selectize-input.full {
	background-color: #fff
}

.selectize-input.disabled,
.selectize-input.disabled * {
	cursor: default!important
}

.selectize-input.focus {
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .15)
}

.selectize-input.dropdown-active {
	border-radius: 3px 3px 0 0
}

.selectize-input>* {
	vertical-align: baseline;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline
}

.selectize-control.multi .selectize-input>div {
	cursor: pointer;
	margin: 0 3px 3px 0;
	padding: 2px 6px;
	background: #f2f2f2;
	color: #303030;
	border: 0 solid #d0d0d0
}

.selectize-control.multi .selectize-input>div.active {
	background: #e8e8e8;
	color: #303030;
	border: 0 solid #cacaca
}

.selectize-control.multi .selectize-input.disabled>div,
.selectize-control.multi .selectize-input.disabled>div.active {
	color: #7d7d7d;
	background: #fff;
	border: 0 solid #fff
}

.selectize-input>input {
	display: inline-block!important;
	padding: 0!important;
	min-height: 0!important;
	max-height: none!important;
	max-width: 100%!important;
	margin: 0 2px 0 0!important;
	text-indent: 0!important;
	border: 0 none!important;
	background: none!important;
	line-height: inherit!important;
	-webkit-user-select: auto!important;
	box-shadow: none!important
}

.selectize-input>input::-ms-clear {
	display: none
}

.selectize-input>input:focus {
	outline: none!important
}

.selectize-input::after {
	content: ' ';
	display: block;
	clear: left
}

.selectize-input.dropdown-active::before {
	content: ' ';
	display: block;
	position: absolute;
	background: #f0f0f0;
	height: 1px;
	bottom: 0;
	left: 0;
	right: 0
}

.selectize-dropdown {
	position: absolute;
	z-index: 10;
	border: 1px solid #d0d0d0;
	background: #fff;
	margin: -1px 0 0 0;
	border-top: 0 none;
	box-sizing: border-box;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
	border-radius: 0 0 3px 3px
}

.selectize-dropdown [data-selectable] {
	cursor: pointer;
	overflow: hidden
}

.selectize-dropdown [data-selectable] .highlight {
	background: rgba(125, 168, 208, .2);
	border-radius: 1px
}

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
	padding: 5px 8px
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
	border-top: 0 none
}

.selectize-dropdown .optgroup-header {
	color: #303030;
	background: #fff;
	cursor: default
}

.selectize-dropdown .active {
	background-color: #f5fafd;
	color: #495c68
}

.selectize-dropdown .active.create {
	color: #495c68
}

.selectize-dropdown .create {
	color: rgba(48, 48, 48, .5)
}

.selectize-dropdown-content {
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 200px;
	-webkit-overflow-scrolling: touch
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
	cursor: pointer
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
	cursor: text
}

.selectize-control.single .selectize-input:after {
	content: ' ';
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -3px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: gray transparent transparent transparent
}

.selectize-control.single .selectize-input.dropdown-active:after {
	margin-top: -4px;
	border-width: 0 5px 5px 5px;
	border-color: transparent transparent gray transparent
}

.selectize-control.rtl.single .selectize-input:after {
	left: 15px;
	right: auto
}

.selectize-control.rtl .selectize-input>input {
	margin: 0 4px 0 -2px!important
}

.selectize-control .selectize-input.disabled {
	opacity: .5;
	background-color: #fafafa
}

* {
	-webkit-tap-highlight-color: transparent;
	box-sizing: border-box
}

*:before,
*:after {
	box-sizing: border-box
}

html {
	font-size: 10px;
	background-color: #fafafa
}

html._burger-opened {
	overflow: hidden;
	height: 100vh
}

html._filter-open {
	overflow: hidden
}

html.mobile._modal-open {
	overflow: hidden;
	height: 100vh
}



h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 2rem;
	font-weight: 400
}

h1 {
	
	font-size: 6rem;
	line-height: 7rem
}

h2 {
	font-family: 'GraphikLCG-Regular', sans-serif;
	font-size: 3.6rem;
	line-height: 5rem
}

h3 {
	font-family: 'GraphikLCG-Regular', sans-serif;
	font-size: 2.4rem;
	line-height: 3.5rem
}

a,
button,
input {
	color: #4a4a4a
}

a:focus,
button:focus,
input:focus {
	outline: 0
}

avisited {
	color: #60295e
}

[type="text/template"] {
	display: none
}

p {
	font-family: 'GraphikLCG-Regular', sans-serif;
	font-size: 1.5rem;
	line-height: 2.5rem;
	margin: 0 0 2rem
}

input::-ms-clear {
	display: none
}

.preloader img {
	width: 3.6rem;
	height: inherit
}

.file__loader {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 7000;
	width: 100vw;
	height: 100vh;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: 0;
	transition: opacity 0.3s
}

.file__loader._show {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.file__loader--box {
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.file__loader--icon {
	width: 10rem
}

.mobile .file__loader--icon {
	width: 5rem
}

.tablet .file__loader--icon {
	width: 6rem
}

.file__loader--wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.file__loader--text {
	font-size: 2rem;
	font-weight: 500;
	line-height: 2;
	margin-left: 2rem
}

.file__loader--text_error {
	color: red;
	margin-top: 1rem
}

.file__loader--text_hidden {
	display: none
}

.mobile .file__loader--text {
	font-size: 1.4rem;
	line-height: 1.7
}

.tablet .file__loader--text {
	font-size: 1.4rem
}

.file__loader::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #fff;
	opacity: .9;
	z-index: -1
}

input:-moz-read-only {
	-moz-user-select: none
}

.rta-gtm {
	text-decoration: none
}

.grid {
	min-height: calc(100vh - 53rem);
	box-sizing: border-box;
	/*padding-top: 5rem*/
}

.desktop .grid {
	width: 100vw
}

.tablet .grid {
	padding-top: 8rem
}

.mobile .grid {
	padding-top: 1rem
}

.content {
	max-width: 120rem;
	margin: 0 auto;
	box-sizing: border-box;
	width: 100%
}

.tablet .content {
	padding-left: 4rem;
	padding-right: 4rem;
	width: 100%;
	box-sizing: border-box
}

.mobile .content {
	padding-left: 1rem;
	padding-right: 1rem;
	width: 100%;
	box-sizing: border-box
}

.tablet .content._padding {
	padding: 0 4rem!important
}

.mobile .content._padding {
	padding: 0 2rem!important
}

.mobile .content--full-width {
	padding-left: 0;
	padding-right: 0
}

.mobile .content--thin {
	padding-left: 2rem;
	padding-right: 2rem
}

.content--txt {
	width: 93.8rem;
	margin-right: 6rem
}

.tablet .content--txt,
.mobile .content--txt {
	width: 100%
}

.wrapper {
	overflow: hidden;
	width: 100%;
	position: relative
}

.title {
	font-family: GraphikLCG;
	font-weight: 500;
	font-size: 3.6rem;
	line-height: 1.11;
	color: #4a4a4a;
	text-align: center;
	text-decoration: none
}

.tablet .title,
.mobile .title {
	font-size: 2.0rem;
	line-height: 3rem
}

.title__head {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.mobile .title__head--contacts {
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1
}

.title--white {
	color: #fff
}

.title--left {
	text-align: left
}

.mobile .title--small {
	font-size: 1.8rem
}

.arrow {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTUiIGhlaWdodD0iNTUiIHZpZXdCb3g9IjAgMCA1NSA1NSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxuczpmaWdtYT0iaHR0cDovL3d3dy5maWdtYS5jb20vZmlnbWEvbnMiPgo8dGl0bGU+R3JvdXAgMTE8L3RpdGxlPgo8ZGVzYz5DcmVhdGVkIHVzaW5nIEZpZ21hPC9kZXNjPgo8ZyBpZD0iQ2FudmFzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjMwNCAtMTM4NikiIGZpZ21hOnR5cGU9ImNhbnZhcyI+CjxnIGlkPSJHcm91cCAxMSIgc3R5bGU9Im1peC1ibGVuZC1tb2RlOm5vcm1hbDsiIGZpZ21hOnR5cGU9ImZyYW1lIj4KPGcgaWQ9IlJlY3RhbmdsZSA2IENvcHkiIHN0eWxlPSJtaXgtYmxlbmQtbW9kZTpub3JtYWw7IiBmaWdtYTp0eXBlPSJ2ZWN0b3IiPgo8bWFzayBpZD0ibWFzazBfb3V0bGluZV9pbnMiPgo8dXNlIHhsaW5rOmhyZWY9IiNwYXRoMF9maWxsIiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjMwNCAxMzg2KSIvPgo8L21hc2s+CjxnIG1hc2s9InVybCgjbWFzazBfb3V0bGluZV9pbnMpIj4KPHVzZSB4bGluazpocmVmPSIjcGF0aDFfc3Ryb2tlXzJ4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyMzA0IDEzODYpIiBmaWxsPSIjRkZGRkZGIiBzdHlsZT0ibWl4LWJsZW5kLW1vZGU6bm9ybWFsOyIvPgo8L2c+CjwvZz4KPGcgaWQ9IkxpbmUgQ29weSAxMyIgc3R5bGU9Im1peC1ibGVuZC1tb2RlOm5vcm1hbDsiIGZpZ21hOnR5cGU9InZlY3RvciI+Cjx1c2UgeGxpbms6aHJlZj0iI3BhdGgyX3N0cm9rZSIgdHJhbnNmb3JtPSJtYXRyaXgoNi4xMjMyM2UtMTcgLTEgMSA2LjEyMzIzZS0xNyAyMzI4Ljg1IDE0MjAuMTUpIiBmaWxsPSIjRkZGRkZGIiBzdHlsZT0ibWl4LWJsZW5kLW1vZGU6bm9ybWFsOyIvPgo8L2c+CjwvZz4KPC9nPgo8ZGVmcz4KPHBhdGggaWQ9InBhdGgwX2ZpbGwiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTSAwIDI3LjVDIDAgMTIuMzEyMiAxMi4zMTIyIDAgMjcuNSAwQyA0Mi42ODc4IDAgNTUgMTIuMzEyMiA1NSAyNy41QyA1NSA0Mi42ODc4IDQyLjY4NzggNTUgMjcuNSA1NUMgMTIuMzEyMiA1NSAwIDQyLjY4NzggMCAyNy41WiIvPgo8cGF0aCBpZD0icGF0aDFfc3Ryb2tlXzJ4IiBkPSJNIDI3LjUgLTFDIDExLjc1OTkgLTEgLTEgMTEuNzU5OSAtMSAyNy41TCAxIDI3LjVDIDEgMTIuODY0NSAxMi44NjQ1IDEgMjcuNSAxTCAyNy41IC0xWk0gMjcuNSAxQyA0Mi4xMzU1IDEgNTQgMTIuODY0NSA1NCAyNy41TCA1NiAyNy41QyA1NiAxMS43NTk5IDQzLjI0MDEgLTEgMjcuNSAtMUwgMjcuNSAxWk0gNTQgMjcuNUMgNTQgNDIuMTM1NSA0Mi4xMzU1IDU0IDI3LjUgNTRMIDI3LjUgNTZDIDQzLjI0MDEgNTYgNTYgNDMuMjQwMSA1NiAyNy41TCA1NCAyNy41Wk0gMjcuNSA1NEMgMTIuODY0NSA1NCAxIDQyLjEzNTUgMSAyNy41TCAtMSAyNy41QyAtMSA0My4yNDAxIDExLjc1OTkgNTYgMjcuNSA1NkwgMjcuNSA1NFoiLz4KPHBhdGggaWQ9InBhdGgyX3N0cm9rZSIgZD0iTSAwLjMzNDQ4MiAtMC4zNzE2NDdMIC0wLjAzNzE2NDcgLTAuNzA2MTI5TCAtMC43MDYxMjkgMC4wMzcxNjQ3TCAtMC4zMzQ0ODIgMC4zNzE2NDdMIDAuMzM0NDgyIC0wLjM3MTY0N1pNIDcgNi4zTCA2LjY2NTUyIDYuNjcxNjVMIDcgNi45NzI2OEwgNy4zMzQ0OCA2LjY3MTY1TCA3IDYuM1pNIDE0LjMzNDUgMC4zNzE2NDdMIDE0LjcwNjEgMC4wMzcxNjQ3TCAxNC4wMzcyIC0wLjcwNjEyOUwgMTMuNjY1NSAtMC4zNzE2NDdMIDE0LjMzNDUgMC4zNzE2NDdaTSAtMC4zMzQ0ODIgMC4zNzE2NDdMIDYuNjY1NTIgNi42NzE2NUwgNy4zMzQ0OCA1LjkyODM1TCAwLjMzNDQ4MiAtMC4zNzE2NDdMIC0wLjMzNDQ4MiAwLjM3MTY0N1pNIDcuMzM0NDggNi42NzE2NUwgMTQuMzM0NSAwLjM3MTY0N0wgMTMuNjY1NSAtMC4zNzE2NDdMIDYuNjY1NTIgNS45MjgzNUwgNy4zMzQ0OCA2LjY3MTY1WiIvPgo8L2RlZnM+Cjwvc3ZnPgo=);
	display: block;
	width: 5.6rem;
	height: 5.6rem;
	background-size: cover;
	margin-left: .8rem;
	transition: background-image 0.4s
}

.desktop .arrow:hover {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTUiIGhlaWdodD0iNTUiIHZpZXdCb3g9IjAgMCA1NSA1NSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxuczpmaWdtYT0iaHR0cDovL3d3dy5maWdtYS5jb20vZmlnbWEvbnMiPgo8dGl0bGU+R3JvdXAgMTE8L3RpdGxlPgo8ZGVzYz5DcmVhdGVkIHVzaW5nIEZpZ21hPC9kZXNjPgo8ZyBpZD0iQ2FudmFzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzAxOCAtMTMwMSkiIGZpZ21hOnR5cGU9ImNhbnZhcyI+CjxnIGlkPSJHcm91cCAxMSIgc3R5bGU9Im1peC1ibGVuZC1tb2RlOm5vcm1hbDsiIGZpZ21hOnR5cGU9ImZyYW1lIj4KPGcgaWQ9IlJlY3RhbmdsZSA2IENvcHkiIHN0eWxlPSJtaXgtYmxlbmQtbW9kZTpub3JtYWw7IiBmaWdtYTp0eXBlPSJ2ZWN0b3IiPgo8dXNlIHhsaW5rOmhyZWY9IiNwYXRoMF9maWxsIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzMDE4IDEzMDEpIiBmaWxsPSIjRkZGRkZGIiBzdHlsZT0ibWl4LWJsZW5kLW1vZGU6bm9ybWFsOyIvPgo8L2c+CjxnIGlkPSJMaW5lIENvcHkgMTMiIHN0eWxlPSJtaXgtYmxlbmQtbW9kZTpub3JtYWw7IiBmaWdtYTp0eXBlPSJ2ZWN0b3IiPgo8dXNlIHhsaW5rOmhyZWY9IiNwYXRoMV9zdHJva2UiIHRyYW5zZm9ybT0ibWF0cml4KDYuMTIzMjNlLTE3IC0xIDEgNi4xMjMyM2UtMTcgMzA0Mi44NSAxMzM1LjE1KSIgZmlsbD0iIzQwMzM2MCIgc3R5bGU9Im1peC1ibGVuZC1tb2RlOm5vcm1hbDsiLz4KPC9nPgo8L2c+CjwvZz4KPGRlZnM+CjxwYXRoIGlkPSJwYXRoMF9maWxsIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0gMCAyNy41QyAwIDEyLjMxMjIgMTIuMzEyMiAwIDI3LjUgMEMgNDIuNjg3OCAwIDU1IDEyLjMxMjIgNTUgMjcuNUMgNTUgNDIuNjg3OCA0Mi42ODc4IDU1IDI3LjUgNTVDIDEyLjMxMjIgNTUgMCA0Mi42ODc4IDAgMjcuNVoiLz4KPHBhdGggaWQ9InBhdGgxX3N0cm9rZSIgZD0iTSAwLjMzNDQ4MiAtMC4zNzE2NDdMIC0wLjAzNzE2NDcgLTAuNzA2MTI5TCAtMC43MDYxMjkgMC4wMzcxNjQ3TCAtMC4zMzQ0ODIgMC4zNzE2NDdMIDAuMzM0NDgyIC0wLjM3MTY0N1pNIDcgNi4zTCA2LjY2NTUyIDYuNjcxNjVMIDcgNi45NzI2OEwgNy4zMzQ0OCA2LjY3MTY1TCA3IDYuM1pNIDE0LjMzNDUgMC4zNzE2NDdMIDE0LjcwNjEgMC4wMzcxNjQ3TCAxNC4wMzcyIC0wLjcwNjEyOUwgMTMuNjY1NSAtMC4zNzE2NDdMIDE0LjMzNDUgMC4zNzE2NDdaTSAtMC4zMzQ0ODIgMC4zNzE2NDdMIDYuNjY1NTIgNi42NzE2NUwgNy4zMzQ0OCA1LjkyODM1TCAwLjMzNDQ4MiAtMC4zNzE2NDdMIC0wLjMzNDQ4MiAwLjM3MTY0N1pNIDcuMzM0NDggNi42NzE2NUwgMTQuMzM0NSAwLjM3MTY0N0wgMTMuNjY1NSAtMC4zNzE2NDdMIDYuNjY1NTIgNS45MjgzNUwgNy4zMzQ0OCA2LjY3MTY1WiIvPgo8L2RlZnM+Cjwvc3ZnPgo=);
	transition: background-image 0.4s
}

.tablet .arrow {
	margin-left: 1.8rem
}

.arrow--left {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

.arrow--programs {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTUiIGhlaWdodD0iNTUiIHZpZXdCb3g9IjAgMCA1NiA1NiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCgkgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOmZpZ21hPSJodHRwOi8vd3d3LmZpZ21hLmNvbS9maWdtYS9ucyI+Cgk8dGl0bGU+R3JvdXAgMTE8L3RpdGxlPgoJPGRlc2M+Q3JlYXRlZCB1c2luZyBGaWdtYTwvZGVzYz4KCTxnIGlkPSJDYW52YXMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yNDE5IC01MTYpIiBmaWdtYTp0eXBlPSJjYW52YXMiPgoJCTxnIGlkPSJHcm91cCAxMSIgc3R5bGU9Im1peC1ibGVuZC1tb2RlOm5vcm1hbDsiIGZpZ21hOnR5cGU9ImZyYW1lIj4KCQkJPGcgaWQ9IlJlY3RhbmdsZSA2IENvcHkiIHN0eWxlPSJtaXgtYmxlbmQtbW9kZTpub3JtYWw7IiBmaWdtYTp0eXBlPSJ2ZWN0b3IiPgoJCQkJPG1hc2sgaWQ9Im1hc2swX291dGxpbmVfaW5zIj4KCQkJCQk8dXNlIHhsaW5rOmhyZWY9IiNwYXRoMF9maWxsIiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjQxOSA1MTYpIi8+CgkJCQk8L21hc2s+CgkJCQk8ZyBtYXNrPSJ1cmwoI21hc2swX291dGxpbmVfaW5zKSI+CgkJCQkJPHVzZSB4bGluazpocmVmPSIjcGF0aDFfc3Ryb2tlXzJ4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNDE5IDUxNikiIGZpbGw9IiM5QjlCOUIiCgkJCQkJCSBzdHlsZT0ibWl4LWJsZW5kLW1vZGU6bm9ybWFsOyIvPgoJCQkJPC9nPgoJCQk8L2c+CgkJCTxnIGlkPSJMaW5lIENvcHkgMTMiIHN0eWxlPSJtaXgtYmxlbmQtbW9kZTpub3JtYWw7IiBmaWdtYTp0eXBlPSJ2ZWN0b3IiPgoJCQkJPHVzZSB4bGluazpocmVmPSIjcGF0aDJfc3Ryb2tlIiB0cmFuc2Zvcm09Im1hdHJpeCg2LjEyMzIzZS0xNyAtMSAxIDYuMTIzMjNlLTE3IDI0NDMuODUgNTUwLjE1KSIKCQkJCQkgZmlsbD0iIzlCOUI5QiIgc3R5bGU9Im1peC1ibGVuZC1tb2RlOm5vcm1hbDsiLz4KCQkJPC9nPgoJCTwvZz4KCTwvZz4KCTxkZWZzPgoJCTxwYXRoIGlkPSJwYXRoMF9maWxsIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiCgkJCSAgZD0iTSAwIDI3LjVDIDAgMTIuMzEyMiAxMi4zMTIyIDAgMjcuNSAwQyA0Mi42ODc4IDAgNTUgMTIuMzEyMiA1NSAyNy41QyA1NSA0Mi42ODc4IDQyLjY4NzggNTUgMjcuNSA1NUMgMTIuMzEyMiA1NSAwIDQyLjY4NzggMCAyNy41WiIvPgoJCTxwYXRoIGlkPSJwYXRoMV9zdHJva2VfMngiCgkJCSAgZD0iTSAyNy41IC0xQyAxMS43NTk5IC0xIC0xIDExLjc1OTkgLTEgMjcuNUwgMSAyNy41QyAxIDEyLjg2NDUgMTIuODY0NSAxIDI3LjUgMUwgMjcuNSAtMVpNIDI3LjUgMUMgNDIuMTM1NSAxIDU0IDEyLjg2NDUgNTQgMjcuNUwgNTYgMjcuNUMgNTYgMTEuNzU5OSA0My4yNDAxIC0xIDI3LjUgLTFMIDI3LjUgMVpNIDU0IDI3LjVDIDU0IDQyLjEzNTUgNDIuMTM1NSA1NCAyNy41IDU0TCAyNy41IDU2QyA0My4yNDAxIDU2IDU2IDQzLjI0MDEgNTYgMjcuNUwgNTQgMjcuNVpNIDI3LjUgNTRDIDEyLjg2NDUgNTQgMSA0Mi4xMzU1IDEgMjcuNUwgLTEgMjcuNUMgLTEgNDMuMjQwMSAxMS43NTk5IDU2IDI3LjUgNTZMIDI3LjUgNTRaIi8+CgkJPHBhdGggaWQ9InBhdGgyX3N0cm9rZSIKCQkJICBkPSJNIDAuMzM0NDgyIC0wLjM3MTY0N0wgLTAuMDM3MTY0NyAtMC43MDYxMjlMIC0wLjcwNjEyOSAwLjAzNzE2NDdMIC0wLjMzNDQ4MiAwLjM3MTY0N0wgMC4zMzQ0ODIgLTAuMzcxNjQ3Wk0gNyA2LjNMIDYuNjY1NTIgNi42NzE2NUwgNyA2Ljk3MjY4TCA3LjMzNDQ4IDYuNjcxNjVMIDcgNi4zWk0gMTQuMzM0NSAwLjM3MTY0N0wgMTQuNzA2MSAwLjAzNzE2NDdMIDE0LjAzNzIgLTAuNzA2MTI5TCAxMy42NjU1IC0wLjM3MTY0N0wgMTQuMzM0NSAwLjM3MTY0N1pNIC0wLjMzNDQ4MiAwLjM3MTY0N0wgNi42NjU1MiA2LjY3MTY1TCA3LjMzNDQ4IDUuOTI4MzVMIDAuMzM0NDgyIC0wLjM3MTY0N0wgLTAuMzM0NDgyIDAuMzcxNjQ3Wk0gNy4zMzQ0OCA2LjY3MTY1TCAxNC4zMzQ1IDAuMzcxNjQ3TCAxMy42NjU1IC0wLjM3MTY0N0wgNi42NjU1MiA1LjkyODM1TCA3LjMzNDQ4IDYuNjcxNjVaIi8+Cgk8L2RlZnM+Cjwvc3ZnPgo=);
	transition-duration: 0.2s;
	transition-timing-function: cubic-bezier(.4, 0, 1, 1);
	transition-property: box-shadow
}

.desktop .arrow--programs:hover {
	box-shadow: 0 0 2.7rem 0 rgba(0, 0, 0, .1);
	border-radius: 100%
}

.block-shadow {
	box-shadow: 0 0 2rem rgba(68, 68, 68, .2)
}

.block-shadow--analyses {
	box-shadow: 0 0 8rem 0 rgba(68, 68, 68, .14)
}

.a-container {
	color: #4a4a4a;
	background-color: #fff;
	border-radius: 2px;
	box-sizing: border-box;
	margin-bottom: 10rem;
	padding: 0
}

.tablet .a-container {
	padding: 0 3rem
}

.mobile .a-container {
	padding: 0 1.5rem;
	margin-bottom: 4rem
}

.flex-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.mobile .flex-container {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}



@media print {
	.print-page {
		padding-top: 0!important
	}
}

.tablet .analyses-page {
	padding-bottom: 4rem
}

.mobile .analyses-page {
	padding-left: 1rem;
	padding-right: 1rem
}

.tablet .thanks-page {
	padding-top: 5rem;
	padding-bottom: 0
}

.mobile .thanks-page {
	padding-top: 1.4rem;
	padding-bottom: 0
}

.page-title {
	margin: 0
}

.tablet .page-title {
	font-size: 3.6rem;
	line-height: 4.5rem
}

.mobile .page-title {
	font-size: 2.4rem;
	line-height: 3rem;
	margin-bottom: 2rem
}

.cat-test {
	
	display: inline-block;
	margin-right: 1rem;
	letter-spacing: .1rem;
	color: #403360
}

.cat-test:before {
	content: '';
	display: inline-block;
	border-radius: 100%;
	width: .8rem;
	height: .8rem;
	margin-right: .8rem;
	background-color: #403360
}

.cat-complex {
	
	display: inline-block;
	margin-right: 1rem;
	letter-spacing: .1rem;
	color: #b268af
}

.cat-complex:before {
	content: '';
	display: inline-block;
	border-radius: 100%;
	width: .8rem;
	height: .8rem;
	margin-right: .8rem;
	background-color: #b268af
}

.cat-program {
	
	display: inline-block;
	margin-right: 1rem;
	letter-spacing: .1rem;
	color: #ffb561
}

.cat-program:before {
	content: '';
	display: inline-block;
	border-radius: 100%;
	width: .8rem;
	height: .8rem;
	margin-right: .8rem;
	background-color: #ffb561
}

.cat-service {
	
	display: inline-block;
	margin-right: 1rem;
	letter-spacing: .1rem;
	color: #ed7e59
}

.cat-service:before {
	content: '';
	display: inline-block;
	border-radius: 100%;
	width: .8rem;
	height: .8rem;
	margin-right: .8rem;
	background-color: #ed7e59
}

.slider__prev,
.slider__next {
	position: absolute;
	top: 50%;
	z-index: 20;
	display: block;
	width: 5.5rem;
	height: 5.5rem;
	margin: 0;
	text-decoration: none;
	box-shadow: 0 0 0 1px #BBCAD2;
	border-radius: 100%;
	transition: box-shadow 0.4s
}

.slider__prev.swiper-button-disabled,
.slider__next.swiper-button-disabled {
	opacity: .3;
	pointer-events: none
}

.slider__prev:before,
.slider__next:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1rem;
	height: 1rem;
	border: 1px solid #9b9b9b;
	border-left: 0;
	border-bottom: 0;
	-webkit-transform: translate(-75%, -50%) rotate(45deg) skew(5deg, 5deg);
	transform: translate(-75%, -50%) rotate(45deg) skew(5deg, 5deg);
	transition: border 0.4s
}

.desktop .slider__prev:hover,
.desktop .slider__next:hover {
	box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, .1)
}

.desktop .slider__prev:hover:before,
.desktop .slider__next:hover:before {
	border-color: #403360
}

.slider__prev._white,
.slider__next._white {
	box-shadow: none;
	border: 1px solid #fff;
	background-color: rgba(255, 255, 255, 0);
	transition: background 0.4s
}

.desktop .slider__prev._white:hover,
.desktop .slider__next._white:hover {
	box-shadow: none;
	background-color: #fff
}

.slider__prev._white:before,
.slider__next._white:before {
	border-color: #FFF
}

.slider__prev {
	left: -9rem;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

.slider__next {
	right: -9rem
}

.text-icon {
	display: inline-block;
	width: 1.8rem;
	height: 1.8rem;
	line-height: 1.8rem;
	text-align: center;
	
	font-size: 1rem;
	font-weight: 500;
	font-style: normal;
	color: #9b9b9b;
	border: 1px solid #9b9b9b;
	border-radius: 100%;
	transition: color 0.2s, border 0.2s
}

.text-icon:hover,
.text-icon:focus {
	color: #4a4a4a;
	border-color: #4a4a4a
}

.text-icon._no-hover {
	pointer-events: none
}

.input {
	width: 100%;
	height: 4.5rem;
	padding: 0 2rem;
	border-radius: 2px;
	border: 1px solid #9b9b9b;
	font-size: 1.4rem;
	line-height: 1.43;
	color: #4a4a4a;
	transition: all 0.4s
}

.input:focus,
.input:active {
	border-color: #bebebe;
	box-shadow: 0 0 2.7rem 0 rgba(0, 0, 0, .1);
	transition: all 0.4s
}

.label {
	letter-spacing: .1rem;
	color: #4a4a4a;
	line-height: 1.82;
	font-size: 1.1rem;
	text-transform: uppercase
}

.btn {
	display: inline-block;
	color: #403360!important;
	font-size: 1.6rem!important;
	font-weight: 700!important;
	text-align: center;
	line-height: 1!important;
	padding: 1.9rem 4rem;
	border-radius: 3rem;
	border: 0;
	box-shadow: 0 0 0 .2rem #bbcad2;
	background-color: inherit;
	text-decoration: none;
	cursor: pointer;
	transition-duration: 0.2s;
	transition-timing-function: cubic-bezier(.4, 0, 1, 1);
	transition-property: background, box-shadow;
	position: relative;
    text-transform: none;
}

.desktop .btn:hover {
	box-shadow: 0 0 2.7rem 0 rgba(0, 0, 0, .1);
    color: #403360!important;
    background: none;
}

.btn._loading {
	background-color: #9b86ce
}

.btn._loading .btn__text {
	opacity: 0
}

.btn__loading {
	display: none;
	width: 3rem;
	position: absolute;
	left: 50%;
	top: 50%;
	animation: 1s _rotate-infinite infinite linear
}

.btn__loading svg {
	display: block;
	width: 100%;
	height: auto
}

.btn._loading .btn__loading {
	display: block
}

@keyframes _rotate-infinite {
	0% {
		transform: translate(-50%, -50%) rotate(0)
	}
	100% {
		transform: translate(-50%, -50%) rotate(360deg)
	}
}

.btn--white {
	color: #fff;
	box-shadow: 0 0 0 .2rem #fff
}

.desktop .btn--white:hover {
	background-color: #fff;
	color: #60295e;
	box-shadow: 0 0 0 .2rem #fff
}

.btn--small {
	padding: 1.5rem 2.5rem;
	font-size: 1.1rem;
	line-height: 1.1rem
}

.btn--xs {
	font-size: 1.1rem;
	padding: 1.1rem 2.5rem;
	text-align: center;
	letter-spacing: .05rem;
	text-transform: uppercase;
	box-shadow: 0 0 0 1px #bbcad2
}

.btn--xs .btn--white {
	box-shadow: 0 0 0 1px #fff
}

.btn--violent {
	background-color: #40335f;
	box-shadow: 0 0 0 0 #40335f;
	color: #fff!important;
}

.desktop .btn--violent:hover {
	box-shadow: 0 0 2.7rem 0 rgba(0, 0, 0, .3);
    background-color: #40335f!important;
	color: #fff!important;

}

.btn._full-width {
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
	text-align: center
}

.btn--border-violet {
	box-shadow: 0 0 0 .2rem #403360
}

.btn--border-violet .btn--xs {
	box-shadow: 0 0 0 1px #40335f
}

.btn--no-border {
	box-shadow: none
}

.desktop .btn--no-border:hover {
	box-shadow: none
}

.btn--noshadow,
.desktop .btn--noshadow:hover {
	box-shadow: none
}

.btn--close {
	width: 5.5rem;
	height: 5.5rem;
	padding: 0;
	position: relative
}

.btn--close:before,
.btn--close:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	height: 2px;
	width: 50%;
	background-color: #403360
}

.btn--close:before {
	-webkit-transform: translate(50%) rotate(45deg);
	transform: translate(50%) rotate(45deg)
}

.btn--close:after {
	-webkit-transform: translate(50%) rotate(-45deg);
	transform: translate(50%) rotate(-45deg)
}

.mobile .btn--close {
	position: relative;
	width: 5.5rem;
	height: 5.5rem;
	bottom: 0
}

.btn--disable {
	color: #e5e5e5;
	cursor: default;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.btn--disable.btn--violent {
	color: rgba(255, 255, 255, .5)
}

.btn--dropdown {
	box-shadow: none;
	border: 2px solid #fff;
	transition: all 0.4s;
	margin-left: 2rem;
	right: 0;
	color: #fff;
	width: 20.3rem;
	text-align: left;
	padding-left: 3rem;
	padding-right: 3rem;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative
}

.desktop .btn--dropdown:hover {
	background-color: #FFF;
	color: #60295E
}

.mobile .btn--dropdown {
	margin-left: 0;
	width: 100%;
	font-size: 1.4rem
}

.btn--dropdown._state_active {
	background-color: #FFF;
	color: #60295E
}

.btn--dropdown .a-dropdown {
	box-shadow: none
}

.btn._full-width {
	width: 100%
}

.mobile .btn._mobile-full-width {
	width: 100%
}

.btn--filters {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	right: 0;
	top: -1rem;
	font-size: 1.4rem;
	padding: 1.9rem 3rem;
	min-width: 22rem
}

.tablet .btn--filters {
	right: 5.5rem;
	width: auto;
	min-width: 24rem
}

.mobile .btn--filters {
	width: 100%;
	position: relative;
	right: auto;
	top: auto
}

.btn--filters._has-checked:before {
	content: '';
	position: absolute;
	top: .2rem;
	right: 0;
	z-index: 1;
	width: 1.4rem;
	height: 1.4rem;
	border-radius: 100%;
	border: .2rem solid #fff;
	background-color: #be216a
}

.close-btn {
	position: relative;
	display: block;
	-webkit-flex: 5.5rem 0 0;
	-ms-flex: 5.5rem 0 0;
	flex: 5.5rem 0 0;
	width: 5.5rem;
	height: 5.5rem;
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s
}

.close-btn__ico {
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	display: block;
	width: 2rem;
	height: 2rem;
	padding: 0;
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s
}

.tablet .close-btn__ico {
	width: 1.4rem;
	height: 1.4rem
}

.mobile .close-btn__ico {
	width: 1.4rem;
	height: 1.4rem
}

.close-btn__ico:before,
.close-btn__ico:after {
	content: '';
	position: absolute;
	background-color: #403360;
	transition: background 0.4s linear
}

.close-btn__ico:before {
	top: 50%;
	left: 0;
	width: 2rem;
	height: .2rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.tablet .close-btn__ico:before {
	width: 1.4rem
}

.mobile .close-btn__ico:before {
	width: 1.4rem
}

.close-btn__ico:after {
	top: 0;
	left: 50%;
	width: .2rem;
	height: 2rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.tablet .close-btn__ico:after {
	height: 1.4rem
}

.mobile .close-btn__ico:after {
	height: 1.4rem
}

.close-btn--white .close-btn__ico:before,
.close-btn--white .close-btn__ico:after {
	background-color: #fff
}

.close-btn--big .close-btn__ico {
	width: 3.2rem;
	height: 3.2rem
}

.tablet .close-btn--big .close-btn__ico {
	width: 1.4rem;
	height: 1.4rem
}

.mobile .close-btn--big .close-btn__ico {
	width: 1.4rem;
	height: 1.4rem
}

.close-btn--big .close-btn__ico:before {
	width: 3.2rem
}

.close-btn--big .close-btn__ico:after {
	height: 3.2rem
}

.checkbox,
.radiobox {
	display: inline-block
}

.tablet .checkbox,
.tablet .radiobox,
.mobile .checkbox,
.mobile .radiobox {
	display: block
}

.checkbox__label,
.radiobox__label {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	padding-left: 5rem;
	line-height: 1.3
}

.checkbox__label::before,
.radiobox__label::before {
	margin-right: 2.4rem;
	display: inline-block;
	width: 3rem;
	height: 3rem;
	vertical-align: middle;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #bbcad2;
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: .2rem
}

.radiobox__label::before {
	border-radius: 50%
}

.checkbox__label::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 1.5rem;
	width: 1.4rem;
	height: .9rem;
	border-left: .2rem solid #fff;
	border-bottom: .2rem solid #fff;
	box-sizing: border-box;
	opacity: 0;
	-webkit-transform: rotate(-45deg) translate(-35%, -65%) scale(0);
	transform: rotate(-45deg) translate(-35%, -65%) scale(0);
	-webkit-transform-origin: left top;
	transform-origin: left top;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: opacity, -webkit-transform 0.2s;
	transition: opacity, transform 0.2s;
	transition: opacity, transform 0.2s, -webkit-transform 0.2s
}

.radiobox__label::after {
	content: '';
	position: absolute;
	left: .7rem;
	top: .2rem;
	width: 1.6rem;
	height: 1.6rem;
	background: #be216a;
	border-radius: 50%;
	opacity: 0
}

.checkbox__input,
.radiobox__input {
	position: fixed;
	top: 0;
	width: 0;
	height: 0;
	font-size: 0;
	opacity: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.checkbox__input:checked+.checkbox__label,
.radiobox__input:checked+.radiobox__label {
	color: #be216a
}

.checkbox__input:checked+.checkbox__label::before {
	border-color: #be216a;
	background-color: #be216a
}

.checkbox__input:disabled:checked+.checkbox__label::before {
	border-color: #DCDEDD;
	background-color: #DCDEDD
}

.radiobox__input:checked+.radiobox__label::before {
	border-color: #be216a
}

.checkbox__input:checked+.checkbox__label::after {
	opacity: 1;
	-webkit-transform: rotate(-45deg) translate(-35%, -65%) scale(1);
	transform: rotate(-45deg) translate(-35%, -65%) scale(1)
}

.radiobox__input:checked+.radiobox__label::after {
	opacity: 1
}

.popup {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .7);
	overflow-y: scroll;
	pointer-events: auto;
	visibility: hidden;
	z-index: -1;
	opacity: 0;
	transition: opacity 0.4s
}

.popup._open {
	z-index: 999;
	opacity: 1;
	visibility: visible
}

.popup__inner {
	position: relative;
	top: 10rem
}

.tablet .popup__inner,
.mobile .popup__inner {
	width: 54rem;
	margin: 0 auto;
	background-color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 110
}

.mobile .popup__inner {
	width: 100%;
	top: 0
}

.popup__close {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 6rem;
	height: 5.4rem
}

.mobile .popup__close {
	height: 7rem
}

.popup__close:before {
	content: '';
	position: absolute;
	right: 50%;
	top: 50%;
	width: 3rem;
	height: 3rem;
	padding: 0;
	box-sizing: border-box;
	-webkit-transform: translate(50%, -50%) rotate(45deg);
	transform: translate(50%, -50%) rotate(45deg);
	background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxuczpmaWdtYT0iaHR0cDovL3d3dy5maWdtYS5jb20vZmlnbWEvbnMiPgo8dGl0bGU+R3JvdXAgNDwvdGl0bGU+CjxkZXNjPkNyZWF0ZWQgdXNpbmcgRmlnbWE8L2Rlc2M+CjxnIGlkPSJDYW52YXMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDczMiAtNzMwKSIgZmlnbWE6dHlwZT0iY2FudmFzIj4KPGcgaWQ9Ikdyb3VwIDQiIHN0eWxlPSJtaXgtYmxlbmQtbW9kZTpub3JtYWw7IiBmaWdtYTp0eXBlPSJmcmFtZSI+CjxnIGlkPSJMaW5lIiBzdHlsZT0ibWl4LWJsZW5kLW1vZGU6bm9ybWFsOyIgZmlnbWE6dHlwZT0idmVjdG9yIj4KPHVzZSB4bGluazpocmVmPSIjcGF0aDBfc3Ryb2tlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzIzIDczMCkiIGZpbGw9IiM0MDMzNjAiIHN0eWxlPSJtaXgtYmxlbmQtbW9kZTpub3JtYWw7Ii8+CjwvZz4KPGcgaWQ9IkxpbmUiIHN0eWxlPSJtaXgtYmxlbmQtbW9kZTpub3JtYWw7IiBmaWdtYTp0eXBlPSJ2ZWN0b3IiPgo8dXNlIHhsaW5rOmhyZWY9IiNwYXRoMV9zdHJva2UiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03MzIgNzM5KSIgZmlsbD0iIzQwMzM2MCIgc3R5bGU9Im1peC1ibGVuZC1tb2RlOm5vcm1hbDsiLz4KPC9nPgo8L2c+CjwvZz4KPGRlZnM+CjxwYXRoIGlkPSJwYXRoMF9zdHJva2UiIGQ9Ik0gMCAwTCAwIDIwTCAyIDIwTCAyIDBMIDAgMFoiLz4KPHBhdGggaWQ9InBhdGgxX3N0cm9rZSIgZD0iTSAyMCAwTCAwIDBMIDAgMkwgMjAgMkwgMjAgMFoiLz4KPC9kZWZzPgo8L3N2Zz4K) no-repeat center center
}

.tablet ._theme_filters .popup__close::before,
.mobile ._theme_filters .popup__close::before {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sbnM6ZmlnbWE9Imh0dHA6Ly93d3cuZmlnbWEuY29tL2ZpZ21hL25zIj48dGl0bGU+R3JvdXAgNDwvdGl0bGU+PGRlc2M+Q3JlYXRlZCB1c2luZyBGaWdtYTwvZGVzYz48ZyBzdHlsZT0ibWl4LWJsZW5kLW1vZGU6bm9ybWFsIiBmaWdtYTp0eXBlPSJmcmFtZSI+PHVzZSB4bGluazpocmVmPSIjYSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOSkiIGZpbGw9IiNmZmZmZmYiIHN0eWxlPSJtaXgtYmxlbmQtbW9kZTpub3JtYWwiIGZpZ21hOnR5cGU9InZlY3RvciIvPjx1c2UgeGxpbms6aHJlZj0iI2IiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgOSkiIGZpbGw9IiNmZmZmZmYiIHN0eWxlPSJtaXgtYmxlbmQtbW9kZTpub3JtYWwiIGZpZ21hOnR5cGU9InZlY3RvciIvPjwvZz48ZGVmcz48cGF0aCBpZD0iYSIgZD0iTTAgMHYyMGgyVjBIMHoiLz48cGF0aCBpZD0iYiIgZD0iTTIwIDBIMHYyaDIwVjB6Ii8+PC9kZWZzPjwvc3ZnPg==)
}

.js-header {
	position: fixed;
	display: block;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	background-color: #fff
}

._scrolled .js-header {
	position: fixed;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%)
}

.no-desktop .js-header {
	position: fixed;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	box-shadow: 0 .2rem 1rem 0 rgba(0, 0, 0, .08)
}

.header {
	position: relative;
	padding: 0 3.6rem 0;
	opacity: 1;
	visibility: visible;
	z-index: 0;
	background-color: #fff;
	transition: opacity 0.4s, visibility 0.4s, z-index 0.4s
}

.tablet .header {
	padding: 0 1.6rem
}

.mobile .header {
	padding: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-duration: 0.3s
}

.header._hide {
	z-index: -1;
	transition: opacity 0.4s, visibility 0.4s, z-index 0.4s
}

._scrolled .header {
	padding-top: 0
}

._header-open .header {
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition-duration: 0.3s;
	box-shadow: 0 .4rem 2rem 0 rgba(0, 0, 0, .08)
}

.header__top {
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 4.5rem;
	-webkit-transform: translateY(0%) translate3d(0, 0, 0);
	transform: translateY(0%) translate3d(0, 0, 0);
	border-bottom: 1px solid #e8e8e8;
	will-change: transform;
	transition: z-index 0s 1s;
	background-color: #fff;
	margin: 0 -3.6rem;
	padding: 0 3.6rem;
	z-index: 1001
}

._burger-opened .header__top {
	z-index: 30;
	transition: z-index 0s 0s
}

.tablet .header__top,
.mobile .header__top {
	display: none
}

._scrolled .header__top {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%)
}

._region-dropdown-opened .header__top:before,
._region-dropdown-opened .header__top:after {
	position: absolute;
	height: 1px;
	content: '';
	width: 100%;
	left: 100%;
	bottom: -1px;
	background: #e8e8e8
}

._region-dropdown-opened .header__top:after {
	left: auto;
	right: 100%
}

.header__top-adress,
.header__top-phone,
.header__top-telegram,
.header__top-result,
.header__top-lc,
.header__top-cart {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none
}

._scrolled .header__top-phone {
	margin-left: -1rem
}

.header__top-result {
	margin-right: 3.3rem
}

.header__top-lc {
	margin-right: 3.7rem
}

.header__top-cart {
	margin-right: 2rem;
	padding: 2rem 0;
	position: relative
}

.header__top-adress {
	padding-left: 2.3rem
}

._scrolled .header__top-adress {
	padding-left: 1.3rem
}

.header__top-adress .header__top-txt {
	width: 25rem;
	white-space: nowrap;
	overflow: hidden;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	will-change: width, padding, opacity;
	font-weight: 500;
	color: #403360
}

._scrolled .header__top-adress .header__top-txt {
	width: 0;
	opacity: 0;
	padding-right: 0
}

.header__top-adress .header__top-txt._short {
	width: 0;
	opacity: 0;
	overflow: hidden;
	padding-right: 0
}

._scrolled .header__top-adress .header__top-txt._short {
	width: 9rem;
	padding-right: 4rem;
	opacity: 1
}

.header__top-telegram {
	padding-left: 2.3rem
}

.header__top-telegram .header__top-txt {
	color: #403360
}

.header__top-telegram .hint,
.header__top-telegram .hint__target {
	display: flex;
	align-items: center;
	text-decoration: none
}

.header__top-telegram .hint__box {
	min-width: 55rem
}

.header__top-telegram .hint__box p {
	margin: 0 0 1rem
}

.header__top-telegram .hint__box ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.header__top-telegram .hint__box ul {
	margin: 0;
	padding: 0;
	line-height: 1.3;
	list-style: none
}

.header__top-telegram .hint__box ul li:before {
	content: '';
	display: inline-block;
	margin-right: .7rem;
	width: .6rem;
	height: .6rem;
	background: #BB1670;
	border-radius: 50%;
	position: relative;
	top: -.3rem
}

.header__top-telegram .hint__box ul li+li {
	margin-top: .8rem
}

.header__top-ico {
	width: 1rem;
	height: 2rem;
	margin-right: .8rem
}

.header__top-ico>svg {
	width: inherit;
	height: inherit
}

.header__top-ico.adress {
	width: 1.2rem;
	height: 1.6rem
}

.header__top-ico.phone {
	width: 1.5rem;
	height: 1.5rem;
	margin-right: .7rem
}

.header__top-ico.telegram {
	width: 1.5rem;
	height: 1.5rem;
	margin-right: .7rem
}

.header__top-ico.result {
	width: 1.2rem;
	height: 1.6rem
}

.header__top-ico.lc {
	width: 1.5rem;
	height: 1.4rem
}

.header__top-ico.crt {
	width: 1.5rem;
	height: 1.4rem
}

.header__basket {
	margin-left: 1.5rem;
	display: flex;
	align-items: center
}

.header__top-left {
	position: relative;
	left: 0;
	top: 0;
	height: 100%;
	padding-left: 2.5rem;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	will-change: top, left
}

._scrolled .header__top-left {
	top: 4.5rem;
	left: 15.4rem;
	height: 9rem
}

.header__top-right {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-family: GraphikLCG;
	font-weight: 500
}

.header__top-txt {
	text-transform: uppercase;
	font-size: 1.1rem;
	letter-spacing: .1rem;
	font-weight: 500
}

.header__top-txt--bold {
	font-weight: 700
}

.header__bottom {
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid #e8e8e8;
	margin: 0 -3.6rem;
	padding: 0 3.6rem;
	background-color: #fff;
	height: 9rem;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s
}

._header-opened .header__bottom,
._burger-opened .header__bottom {
	-webkit-transform: translateY(0%)!important;
	transform: translateY(0%)!important
}

._hide .header__bottom {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%)
}

.desktop .header__bottom {
	position: absolute;
	top: 4.4rem
}

.desktop .header__bottom-phone {
	display: none
}

.tablet .header__bottom {
	height: 8rem;
	border-bottom: 0;
	padding-right: 6rem
}

.mobile .header__bottom {
	height: 7rem;
	padding-right: 2rem;
	border-bottom: 0
}

.header__bottom-phone {
	display: flex;
	align-items: center
}

.header__bottom-phone-txt {
	color: #403360;
	font-weight: 500;
	opacity: 1;
	overflow: hidden;
	white-space: nowrap
}

.tablet .header__bottom-phone-txt {
	margin-left: 1rem
}

.tablet .header__bottom-phone-ico svg {
	display: block;
	width: 1.6rem
}

.header__bottom-left,
.header__bottom-right {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.header__bottom-right {
	position: relative;
	padding-right: 6rem
}

.tablet .header__bottom-right,
.mobile .header__bottom-right {
	padding-right: 0
}

.header__bottom-left {
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-left: 4rem;
	padding-right: 4rem
}

.tablet .header__bottom-left {
	padding-left: 2rem;
	padding-right: 0
}

.mobile .header__bottom-left {
	padding-left: 0;
	padding-right: 0;
	justify-content: space-between
}

.header__middle {
	position: absolute;
	width: calc(100% - 3.6rem * 2);
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	transition: top 0.3s;
	top: 4.4rem;
	height: 0
}

._header-opened .header__middle,
._burger-opened ._hide .header__middle {
	top: 13.4rem
}

.header__middle--btn {
	position: relative;
	width: 4rem;
	height: 2.5rem;
	background-color: #fff;
	border: 1px solid #e8e8e8;
	border-top: none;
	border-bottom-left-radius: 1rem;
	border-bottom-right-radius: 1rem;
	padding: 0
}

.header__middle--btn:before {
	content: '';
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMi45MSA2LjU3Ij4NCgk8cG9seWdvbiBwb2ludHM9IjEuMDUgMC4zNCAwLjcxIDAgMCAwLjcxIDAuMzggMS4wOCAxLjA1IDAuMzQiIGZpbGw9ImN1cnJlbnRDb2xvciIvPg0KCTxwb2x5Z29uIHBvaW50cz0iNi40NiA1LjkgNi4xMyA2LjI3IDYuNDYgNi41NyA2Ljc5IDYuMjcgNi40NiA1LjkiIGZpbGw9ImN1cnJlbnRDb2xvciIvPg0KCTxwb2x5Z29uIHBvaW50cz0iMTIuNTQgMS4wOCAxMi45MSAwLjc1IDEyLjI0IDAuMDEgMTEuODcgMC4zNCAxMi41NCAxLjA4IiBmaWxsPSJjdXJyZW50Q29sb3IiLz4NCgk8cG9seWdvbiBwb2ludHM9IjAuMzggMS4wOCA2LjE0IDYuMjcgNi44MSA1LjUzIDEuMDUgMC4zNCAwLjM4IDEuMDgiIGZpbGw9ImN1cnJlbnRDb2xvciIvPg0KCTxyZWN0IHg9IjUuNDYiIHk9IjIuODEiIHdpZHRoPSI3Ljc0IiBoZWlnaHQ9IjAuOTkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMTkgNy4xKSByb3RhdGUoLTQyLjA3KSIgZmlsbD0iY3VycmVudENvbG9yIi8+DQo8L3N2Zz4NCg==);
	background-size: 2rem;
	background-repeat: no-repeat;
	background-position: 50% center;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s
}

._header-opened .header__middle--btn:before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.header__logo {
	display: flex;
	align-items: center;
	flex: 0 0 8.3rem;
	margin-right: 3rem
}

.mobile .header__logo {
	margin: 0 0 0 1.5rem;
	flex: 0 0 7.3rem
}

.header__logo img {
	width: 100%
}

.header__menu {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-grow: 1;
	font-family: GraphikLCG, sans-serif
}

.no-desktop .header__menu {
	display: none
}

.header__menu>ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-grow: 1;
	margin: 0;
	padding: 0;
	list-style: none
}

.header__menu>ul>li {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.header__menu>ul>li>a {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	padding: 0 3rem;
	color: #403360;
	text-transform: uppercase;
	font-size: 1.4rem;
	font-weight: 500;
	text-decoration: none;
	transition: color 0.2s linear;
	white-space: nowrap
}

.header__menu>ul>li:hover>a,
.header__menu>ul>li>a:hover {
	color: #be216a;
	background: #FFF;
	position: relative;
	z-index: 1
}

.header__menu>ul>li>a._active {
	color: #be216a
}

.header__menu-sub {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	padding-left: 21rem;
	background: #FFF;
	box-shadow: 0 0 8rem rgba(0, 0, 0, .18)
}

@media screen and (max-width:1580px) {
	.header__menu-sub {
		padding-left: 1rem
	}
}

.header__menu>ul>li:hover>.header__menu-sub,
.header__menu>ul>li>a:hover+.header__menu-sub {
	display: block
}

.header__menu-sub>ul {
	margin: 0;
	padding: 0;
	list-style: none;
	white-space: nowrap
}

.header__menu-sub>ul>li {
	display: inline-block
}

.header__menu-sub>ul>li>a {
	display: block;
	padding: 2.4rem 1.3rem 2rem;
	font-size: 1.5rem;
	border-bottom: .2rem solid transparent;
	text-decoration: none
}

@media screen and (max-width:1680px) {
	.header__menu-sub>ul>li>a {
		padding-left: 1rem;
		padding-right: 1rem;
		font-size: 1.35rem
	}
}

.header__menu-sub>ul>li>a:hover {
	color: #be216a;
	border-bottom-color: #be216a
}

.header__search {
	width: 5rem;
	height: 9rem;
	line-height: 10rem;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	margin-top: .8rem;
	margin-right: .1rem;
	display: none
}

.tablet .header__search {
	height: 8rem;
	width: 3.5rem;
	line-height: 9rem;
	margin-top: 0
}

.mobile .header__search {
	width: 3.8rem;
	height: 7rem;
	line-height: 8rem;
	margin-top: 0
}

.header__search>svg {
	width: 2.4rem;
	height: 2.5rem
}

.tablet .header__search>svg,
.mobile .header__search>svg {
	width: 2rem;
	height: 2rem
}

.js-header--alert-opening {
	position: absolute;
	top: auto
}

.s-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1030;
	width: 100%;
	height: 9rem;
	border-bottom: 1px solid #e9e9e9;
	background-color: #fff;
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: opacity 0.4s, visibility 0s, z-index 0s, -webkit-transform 0.4s;
	transition: transform 0.4s, opacity 0.4s, visibility 0s, z-index 0s;
	transition: transform 0.4s, opacity 0.4s, visibility 0s, z-index 0s, -webkit-transform 0.4s
}

._hide .s-header {
	transition: opacity 0.4s, visibility 0s, z-index 0s 1s, -webkit-transform 0.4s;
	transition: transform 0.4s, opacity 0.4s, visibility 0s, z-index 0s 1s;
	transition: transform 0.4s, opacity 0.4s, visibility 0s, z-index 0s 1s, -webkit-transform 0.4s
}

._burger-opened .s-header {
	z-index: 999;
	transition: opacity 0.4s, visibility 0s, z-index 0s 0s, -webkit-transform 0.4s;
	transition: transform 0.4s, opacity 0.4s, visibility 0s, z-index 0s 0s;
	transition: transform 0.4s, opacity 0.4s, visibility 0s, z-index 0s 0s, -webkit-transform 0.4s
}

.s-header a {
	text-decoration: none
}

.s-header._hide {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	transition: opacity 0.2s, visibility 0.2s, z-index 0.2s 0s, -webkit-transform 0.2s;
	transition: transform 0.2s, opacity 0.2s, visibility 0.2s, z-index 0.2s 0s;
	transition: transform 0.2s, opacity 0.2s, visibility 0.2s, z-index 0.2s 0s, -webkit-transform 0.2s
}

.s-header__inner {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 3.6rem 0 7.7rem;
	height: 100%
}

.s-header__left,
.s-header__right,
.s-header__address,
.s-header__phone {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.s-header__left,
.s-header__right {
	position: relative;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.s-header__right {
	padding-right: 10.5rem
}

.s-header__right .burger-btn {
	height: 8rem
}

.s-header__left {
	margin-top: -1rem
}

.s-header__address {
	padding-left: 1.3rem
}

.s-header__phone {
	padding-left: 3.3rem
}

.s-header__logo {
	width: 12rem;
	height: 4rem;
	margin-right: 4rem;
	margin-top: -1rem;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.tablet .s-header__logo,
.mobile .s-header__logo {
	width: 8.2rem;
	height: 3.3rem;
	margin-left: 1.8rem
}

.s-header__logo img {
	max-width: 100%
}

.s-header__lk {
	display: block;
	height: 100%;
	line-height: 2.5rem;
	text-align: center;
	overflow: hidden;
	width: 8rem
}

.s-header__lk>svg {
	width: 2.5rem;
	height: 2.2rem
}

.s-header__results {
	display: block;
	font-size: 1.4rem;
	letter-spacing: .02rem;
	overflow: hidden;
	white-space: nowrap;
	width: auto;
	min-width: 2.4rem;
	padding: 2.1rem 5.2rem;
	margin-right: 4rem;
	margin-top: -.7rem
}

.s-header__search {
	width: 5rem;
	height: 9rem;
	line-height: 10rem;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	cursor: pointer
}

.tablet .s-header__search {
	height: 8rem;
	width: 3.5rem;
	line-height: 9rem
}

.mobile .s-header__search {
	width: 3.8rem;
	height: 7rem;
	line-height: 8rem
}

.s-header__search>svg {
	width: 2.3rem;
	height: 2.4rem
}

.tablet .s-header__search>svg,
.mobile .s-header__search>svg {
	width: 2rem;
	height: 2rem
}

.footer {
	background-color: #f6f6f6;
	position: relative;
	z-index: 10
}

._cart-page.no-desktop .footer {
	padding-bottom: 3rem
}

.footer__logo {
	width: 8.4rem;
	height: 2.6rem
}

.footer__logo img {
	max-width: 100%
}

.footer__top {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 5rem;
	padding-bottom: 2.8rem;
	border-bottom: 1px solid #d7d7d7
}

.tablet .footer__top {
	padding-top: 3rem;
	border-bottom: 0
}

.mobile .footer__top {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 3rem;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 0
}

.footer__social {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 27.5rem;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.tablet .footer__social {
	width: 21.8rem
}

.mobile .footer__social {
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	padding: 2.8rem 0 0;
	width: 25.5rem
}

.footer__social-ico {
	width: 5rem;
	height: 5rem;
	background-repeat: no-repeat;
	background-size: cover;
	transition: opacity 0.4s
}

.footer__social-ico:hover {
	transition: opacity 0.4s
}

.tablet .footer__social-ico,
.mobile .footer__social-ico {
	width: 4.2rem;
	height: 4.2rem
}

.footer__social-ico>svg {
	height: inherit;
	width: inherit
}

.footer__social-ico path:not([fill="none"]) {
	transition: fill 0.2s linear
}

.footer__social-ico:hover path:not([fill="none"]) {
	fill: #000
}

.footer__content {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 5rem
}

.tablet .footer__content {
	padding-top: 1rem;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.mobile .footer__content {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 0
}

.footer__item {
	max-width: 29.5rem
}

.footer__item+.footer__item {
	padding-left: 5rem
}

.tablet .footer__item {
	max-width: 25%;
	flex: 0 0 25%
}

.tablet .footer__item:last-child {
	flex: 0 0 100%;
	max-width: 100%;
	border-top: 1px solid #9b9b9b;
	border-bottom: 1px solid #9b9b9b;
	margin-top: 2rem;
	padding-left: 0;
	padding-bottom: 1.8rem
}

.mobile .footer__item {
	max-width: none
}

.mobile .footer__item+.footer__item {
	padding-left: 0
}

.footer__item-ttl {
	
	color: #4a4a4a;
	font-size: 2rem
}

.footer__item-ttl:after {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMi45MSA2LjU3Ij4NCgk8cG9seWdvbiBwb2ludHM9IjEuMDUgMC4zNCAwLjcxIDAgMCAwLjcxIDAuMzggMS4wOCAxLjA1IDAuMzQiIGZpbGw9ImN1cnJlbnRDb2xvciIvPg0KCTxwb2x5Z29uIHBvaW50cz0iNi40NiA1LjkgNi4xMyA2LjI3IDYuNDYgNi41NyA2Ljc5IDYuMjcgNi40NiA1LjkiIGZpbGw9ImN1cnJlbnRDb2xvciIvPg0KCTxwb2x5Z29uIHBvaW50cz0iMTIuNTQgMS4wOCAxMi45MSAwLjc1IDEyLjI0IDAuMDEgMTEuODcgMC4zNCAxMi41NCAxLjA4IiBmaWxsPSJjdXJyZW50Q29sb3IiLz4NCgk8cG9seWdvbiBwb2ludHM9IjAuMzggMS4wOCA2LjE0IDYuMjcgNi44MSA1LjUzIDEuMDUgMC4zNCAwLjM4IDEuMDgiIGZpbGw9ImN1cnJlbnRDb2xvciIvPg0KCTxyZWN0IHg9IjUuNDYiIHk9IjIuODEiIHdpZHRoPSI3Ljc0IiBoZWlnaHQ9IjAuOTkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMTkgNy4xKSByb3RhdGUoLTQyLjA3KSIgZmlsbD0iY3VycmVudENvbG9yIi8+DQo8L3N2Zz4NCg==);
	position: absolute;
	right: .6rem;
	width: 1.6rem;
	height: 1rem;
	background-size: contain;
	background-repeat: no-repeat;
	top: 2.8rem;
	transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	transition: transform 0.4s, -webkit-transform 0.4s
}

._active .footer__item-ttl:after {
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
	transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	transition: transform 0.4s, -webkit-transform 0.4s
}

.tablet .footer__item-ttl,
.mobile .footer__item-ttl {
	font-size: 1.4rem;
	line-height: 2rem
}

.mobile .footer__item-ttl {
	padding: 2rem 0;
	border-top: 1px solid rgba(155, 154, 155, .3);
	position: relative
}

.mobile .footer__item-ttl:after {
	content: ''
}

.footer__item-list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 3rem
}

.tablet .footer__item-list {
	padding-top: 1.8rem
}

.mobile .footer__item-list {
	padding-top: 0
}

.tablet .footer__item-list--reverse {
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.mobile .footer__item-list--reverse {
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	padding-top: 1rem;
	border-top: 1px solid rgba(155, 154, 155, .3)
}

.footer__item-list ul {
	margin: 0;
	padding: 0;
	line-height: 1.8rem;
	list-style: none
}

.footer__item-list ul ul {
	margin: 1rem 0 0 2rem;
	list-style: disc
}

.footer__item-list li {
	margin: 0 0 1rem
}

.footer__item-list ul ul {
	margin: .5rem 0 0 2rem;
	list-style: disc
}

.footer__item-href {
	color: rgba(74, 74, 74, .7);
	font-size: 1.5rem;
	font-family: 'GraphikLCG-Regular', sans-serif;
	text-decoration: none;
	transition: color 0.2s linear;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1
}

.footer__item-href__blank-ico {
	position: relative
}

.footer__item-href__blank-ico::after {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICAgIDxwYXRoIGZpbGw9IiM5Nzk3OTciIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTkuODc1IDNsMS4xMTQgMS4xMTQtLjMxMy4zMTItMi41IDIuNS0uNDMuNDUuODc5Ljg3OC40NS0uNDMgMi41LTIuNS4zMTItLjMxMkwxMyA2LjEyNVYzSDkuODc1ek0zIDQuMjVWMTNoOC43NVY4SDEwLjV2My43NUg0LjI1VjUuNUg4VjQuMjVIM3oiLz4KPC9zdmc+Cg==);
	background-position: 50% center;
	background-repeat: no-repeat;
	background-size: 100%;
	content: "";
	height: 1.7rem;
	position: absolute;
	top: -1rem;
	width: 1.7rem
}

.tablet .footer__item-href,
.mobile .footer__item-href {
	font-size: 1.1rem;
	line-height: 1.5rem;
	color: rgba(74, 74, 74, .7)
}

.desktop .footer__item-href:not(._nolink):hover {
	color: #000;
	transition: color 0.4s
}

.footer__item-href._address,
.footer__item-href._phone {
	font-size: 1.5rem;
	line-height: 2rem
}

.footer__item-href._address {
	margin-bottom: 1rem
}

.tablet .footer__item-href._address,
.tablet .footer__item-href._phone,
.mobile .footer__item-href._address,
.mobile .footer__item-href._phone {
	font-size: 1.1rem;
	line-height: 2rem;
	color: rgba(74, 74, 74, .7);
	padding-bottom: 0;
	padding-top: 0
}

.tablet .footer__item-list_group {
	padding-right: 6rem
}

.mobile .footer__item-list_group {
	padding-left: 2.2rem;
	padding-top: 1rem;
	padding-bottom: 1rem
}

.footer__item--asd {
	color: #fff
}

.footer__item-adress {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	
	color: #4a4a4a;
	font-size: 2rem;
	text-decoration: none;
	padding-top: 1.4rem;
	line-height: 1.4;
	position: relative;
	transition: color 0.4s
}

.desktop .footer__item-adress:hover {
	color: #000;
	transition: color 0.4s
}

.tablet .footer__item-adress,
.mobile .footer__item-adress {
	font-size: 1.4rem;
	line-height: 2rem
}

.tablet .footer__item-adress {
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1;
	padding-top: 0
}

.mobile .footer__item-adress {
	padding-top: 1rem;
	padding-left: 0
}

.tablet .footer__item-adress:before {
	top: 0;
	background-size: .8rem 1.6rem
}

.mobile .footer__item-adress:before {
	background-size: 1rem;
	top: 1.4rem;
	left: .2rem
}

.footer__item-adress>svg {
	width: 1.3rem;
	height: 1.8rem;
	margin-right: 1rem;
	margin-top: .6rem
}

.footer__item-adress path:not([fill="none"]) {
	transition: fill 0.2s linear, -webkit-transform 0.2s;
	transition: fill 0.2s linear, transform 0.2s;
	transition: fill 0.2s linear, transform 0.2s, -webkit-transform 0.2s;
	-webkit-transform-origin: center center;
	transform-origin: center center
}

.footer__item-adress:hover path:not([fill="none"]) {
	fill: #000;
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.footer__bottom {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 6.6rem 0 4.8rem;
	font-size: 1.26rem;
	color: rgba(74, 74, 74, .7)
}

.tablet .footer__bottom {
	padding: 1.6rem 0 2.8rem
}

.mobile .footer__bottom {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 3rem 0 4.2rem;
	border-top: 1px solid rgba(155, 154, 155, .3)
}

.footer__bottom-dev {
	font-family: 'GraphikLCG-Regular', sans-serif;
	color: rgba(74, 74, 74, .7);
	text-decoration: none;
	transition: color 0.2s linear
}

.tablet .footer__bottom-dev,
.mobile .footer__bottom-dev {
	color: rgba(74, 74, 74, .7);
	font-size: 1.1rem;
	line-height: 1.5
}

.tablet .footer__bottom-dev {
	padding-right: 18rem
}

.mobile .footer__bottom-dev {
	text-align: center;
	padding-top: 2.6rem
}

.footer__bottom-dev:hover {
	color: #000
}

.footer__bottom-copyright {
	font-family: 'GraphikLCG-Regular', sans-serif
}

.tablet .footer__bottom-copyright,
.mobile .footer__bottom-copyright {
	color: rgba(74, 74, 74, .7);
	font-size: 1.1rem;
	line-height: 1.5
}

.mobile .footer__bottom-copyright {
	text-align: center
}

.input-select {
	position: relative
}

.input-select:after {
	border: 1px solid #9b9b9b;
	border-bottom: 0;
	border-left: 0;
	content: '';
	height: 1rem;
	position: absolute;
	right: 1.5rem;
	top: 1.9rem;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transform-origin: 75% 25%;
	transform-origin: 75% 25%;
	transition: 0.6s;
	transition-property: border-color, -webkit-transform;
	transition-property: border-color, transform;
	transition-property: border-color, transform, -webkit-transform;
	width: 1rem
}

.input-select._open:after {
	border-color: #be216a;
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg)
}

.input-select__input {
	border: 1px solid #9b9b9b;
	cursor: pointer;
	font-size: 1.6rem;
	height: 4.1rem;
	padding-left: 2rem;
	position: relative;
	transition: all 0.4s;
	width: 100%
}

._open>.input-select__input {
	border-color: transparent;
	box-shadow: 0 0 2.7rem 0 rgba(0, 0, 0, .1)
}

.input-select__list {
	background-color: #fff;
	box-shadow: 0 0 2.7rem 0 rgba(0, 0, 0, .1);
	box-sizing: border-box;
	display: none;
	left: 0;
	list-style: none;
	margin: 0;
	min-width: 100%;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	pointer-events: none;
	top: 4.6rem;
	transition: 0.6s ease-out;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1031
}

._open>.input-select__list {
	opacity: 1;
	top: 4.6rem;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.no-mobile .input-select__list,
.no-modile .input-select__list-scroll {
	max-height: 20rem;
	padding: .3rem .5rem .3rem 0
}

.mobile .input-select__list {
	border: 1px solid #403360;
	height: 100vh;
	left: 0;
	padding: 0 1.5rem;
	position: fixed;
	top: 0;
	width: 100vw
}

.no-mobile .input-select__list-close,
.no-mobile .input-select__list-header,
.no-mobile .input-select__list-active {
	display: none
}

.input-select__list-close {
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	display: block;
	width: 0;
	height: 0;
	padding: 0;
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
	left: calc(100% - 3rem);
	position: absolute;
	top: 3rem
}

.tablet .input-select__list-close {
	width: 0;
	height: 0
}

.mobile .input-select__list-close {
	width: 3rem;
	height: 3rem
}

.input-select__list-close:before,
.input-select__list-close:after {
	content: '';
	position: absolute;
	background-color: #403360;
	transition: background 0.4s linear
}

.input-select__list-close:before {
	top: 50%;
	left: 0;
	width: 0;
	height: .2rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.tablet .input-select__list-close:before {
	width: 0
}

.mobile .input-select__list-close:before {
	width: 3rem
}

.input-select__list-close:after {
	top: 0;
	left: 50%;
	width: .2rem;
	height: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.tablet .input-select__list-close:after {
	height: 0
}

.mobile .input-select__list-close:after {
	height: 3rem
}

.input-select__list-header {
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 2rem;
	margin-bottom: 4rem;
	margin-top: 6rem
}

.input-select__list-active {
	border-bottom: 1px solid #e8e8e8;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2rem
}

.input-select__list-active>span {
	color: #be216a
}

.input-select__list-scroll {
	padding: 0
}

.no-mobile .input-select__list-scroll {
	height: 20rem
}

.mobile .input-select__list-scroll {
	height: calc(100% - 20rem)
}

.input-select__list-item {
	box-sizing: border-box;
	cursor: pointer;
	font-size: 1.7rem;
	line-height: 5rem;
	margin: 0;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.no-mobile .input-select__list-item {
	padding-left: 2rem
}

.no-mobile .input-select__list-item:hover {
	font-weight: 600
}

.mobile .input-select__list-item {
	border-bottom: 1px solid #e8e8e8;
	line-height: 6rem
}

.mobile .input-select__list-item::after {
	border: 2px solid #fff;
	border-left: 0;
	border-top: 0;
	content: "";
	height: 1.5rem;
	position: absolute;
	right: 1rem;
	top: 2rem;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: 0.4s ease-out;
	transition-property: border-color;
	width: 1rem
}

.no-mobile .input-select__list-item._active {
	font-weight: 600
}

.mobile .input-select__list-item._active {
	color: #be216a;
	position: relative
}

.mobile .input-select__list-item._active:after {
	border-color: #be216a
}

.-desktop {
	display: block
}

.mobile .-desktop {
	display: none
}

.-mobile {
	display: none
}

.mobile .-mobile {
	display: block
}

.desktop .pt-8r {
	padding-top: 8rem
}

.desktop .pb-6r {
	padding-bottom: 6rem
}

.burger-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 8.5rem;
	right: 0;
	height: 9rem;
	padding: 0;
	border: none;
	background-color: transparent;
	text-align: center;
	z-index: 1031
}

.desktop .burger-btn {
	position: absolute;
	top: 4.3rem;
	right: 3.6rem;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	transition-delay: 0s;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.tablet .burger-btn {
	height: 8rem;
	width: 5rem;
	margin-right: 4.5rem
}

.mobile .burger-btn {
	width: 5.6rem;
	height: 7rem
}

.burger-btn>.hamburger-box {
	width: 3.1rem;
	height: 1.8rem
}

.mobile .burger-btn>.hamburger-box {
	width: 2.6rem;
	height: 1.8rem
}

.burger-btn>.hamburger-box .hamburger-inner {
	width: 100%;
	height: 2px
}

.burger-btn>.hamburger-box .hamburger-inner:after,
.burger-btn>.hamburger-box .hamburger-inner:before {
	width: 100%;
	height: 2px
}

.burger-btn>.hamburger-box .hamburger-inner:before {
	top: .8rem
}

.burger-btn>.hamburger-box .hamburger-inner:after {
	top: 1.6rem
}

.burger-menu {
	position: fixed;
	width: 100vw;
	top: 0;
	left: 0;
	z-index: 6000
}

.desktop .burger-menu {
	position: absolute;
	z-index: 1000
}

._hide .burger-menu .burger-btn {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%)
}

._hide .burger-menu._opened .burger-btn,
._hide._header-opened .burger-menu .burger-btn {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.burger-menu__lk {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1.67;
	color: #4a4a4a;
	text-decoration: none;
	width: 90%;
	transition-property: color, -webkit-transform;
	transition-property: color, transform;
	transition-property: color, transform, -webkit-transform;
	transition-duration: 0.6s;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	height: 3rem
}

.desktop .burger-menu__lk {
	display: none
}

.mobile .burger-menu__lk {
	font-size: 1.2rem;
	margin-bottom: 2rem;
	margin-top: 1rem
}

.tablet .burger-menu__lk {
	
	font-size: 1.5rem;
	font-weight: 500;
	margin-bottom: 8.7rem;
	margin-top: 1rem
}

._opened .burger-menu__lk {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.no-touchevents .burger-menu__lk:hover {
	color: #000
}

.burger-menu__lk-ico {
	margin-left: 1.5rem;
	display: flex;
	align-items: center
}

.tablet .burger-menu__lk-ico {
	margin-left: 2.5rem
}

.burger-menu__lk-ico>svg {
	height: inherit;
	width: inherit
}

.burger-menu__lk-ico.disabled {
	opacity: .5
}

.burger-menu__basket {
	display: inline-block;
	margin-right: 1rem
}

.burger-menu__bg {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .4);
	opacity: 0;
	z-index: 10;
	transition: opacity 0.3s;
	pointer-events: none
}

._opened .burger-menu__bg {
	position: static;
	opacity: 1;
	pointer-events: auto
}

.burger-menu__container {
	position: absolute;
	top: 0;
	right: 0;
	width: 40%;
	max-width: 100%;
	height: 100vh;
	background-color: #fff;
	transition: -webkit-transform 0.5s ease;
	transition: transform 0.5s ease;
	transition: transform 0.5s ease, -webkit-transform 0.5s ease;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	z-index: 21
}

.no-desktop .burger-menu__container {
	width: 100%
}

._opened .burger-menu__container {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.burger-menu__wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	padding: 5rem 6rem 2rem;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	box-sizing: border-box
}

.mobile .burger-menu__wrapper {
	padding: 2.3rem 4rem 1.5rem
}

.tablet .burger-menu__wrapper {
	padding: 5.5rem;
	padding-top: 3.3rem
}

.burger-menu__links {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: calc(100% - 4rem);
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	box-sizing: border-box;
	overflow: hidden
}

.no-desktop .burger-menu__links {
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.mobile .burger-menu__scroll {
	height: calc(100vh - 18rem)
}

.tablet .burger-menu__scroll {
	height: calc(100vh - 35rem)
}

.burger-menu__sections>ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.burger-menu__sections>ul>li {
	opacity: 0;
	transition-property: color;
	transition-duration: 0.85s;
	-webkit-transform: translate3d(20rem, 0, 0);
	transform: translate3d(20rem, 0, 0)
}

._opened .burger-menu__sections>ul>li {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	transition-property: opacity, color, -webkit-transform;
	transition-property: transform, opacity, color;
	transition-property: transform, opacity, color, -webkit-transform
}

.burger-menu__sections>ul>li>a {
	display: block;
	padding: 1.8rem 0;
	font-size: 2.8rem;
	color: #4a494a;
	text-decoration: none;
	position: relative
}

.no-desktop .burger-menu__sections>ul>li>a {
	padding: 1rem 0;
	font-size: 2.2rem
}

.burger-menu__sections>ul>li>a:after {
	transition: all 0.5s ease;
	content: '';
	display: inline-block;
	position: relative;
	top: -.4rem;
	left: 1rem;
	width: 1.2rem;
	height: 1.2rem;
	border-bottom: .2rem solid #4a494a;
	border-right: .2rem solid #4a494a;
	transform: rotate(45deg);
	opacity: 0
}

.burger-menu__sections>ul>li>a._active:after {
	opacity: 1
}

.burger-menu__sections-sub {
	display: none
}

.burger-menu__sections-sub>ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.burger-menu__sections-sub>ul>li>a {
	display: block;
	padding: 1rem 0;
	font-size: 1.6rem;
	color: #4a494a;
	text-decoration: none
}

.no-desktop .burger-menu__sections-sub>ul>li>a {
	padding: .4rem 0;
	font-size: 1.4rem
}

.burger-menu__sections-sub>ul>li>a:hover {
	text-decoration: underline
}

.burger-menu__city {
	position: relative;
	width: 100%;
	font-size: 1.4rem;
	line-height: 2rem;
	margin-bottom: 4rem;
	text-decoration: none;
	color: #4a4a4a;
	padding-bottom: .5rem;
	border-bottom: 1px solid #bbcad2
}

.mobile .burger-menu__city {
	margin-bottom: 1rem
}

.desktop .burger-menu__city {
	display: none
}

.tablet .burger-menu__city {
	font-size: 2.4rem;
	line-height: 3rem;
	padding-bottom: 1rem
}

.burger-menu__city:before {
	content: '';
	position: absolute;
	display: block;
	width: .6rem;
	height: .6rem;
	right: 0;
	top: .6rem;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMi45MSA2LjU3Ij4NCgk8cG9seWdvbiBwb2ludHM9IjEuMDUgMC4zNCAwLjcxIDAgMCAwLjcxIDAuMzggMS4wOCAxLjA1IDAuMzQiIGZpbGw9ImN1cnJlbnRDb2xvciIvPg0KCTxwb2x5Z29uIHBvaW50cz0iNi40NiA1LjkgNi4xMyA2LjI3IDYuNDYgNi41NyA2Ljc5IDYuMjcgNi40NiA1LjkiIGZpbGw9ImN1cnJlbnRDb2xvciIvPg0KCTxwb2x5Z29uIHBvaW50cz0iMTIuNTQgMS4wOCAxMi45MSAwLjc1IDEyLjI0IDAuMDEgMTEuODcgMC4zNCAxMi41NCAxLjA4IiBmaWxsPSJjdXJyZW50Q29sb3IiLz4NCgk8cG9seWdvbiBwb2ludHM9IjAuMzggMS4wOCA2LjE0IDYuMjcgNi44MSA1LjUzIDEuMDUgMC4zNCAwLjM4IDEuMDgiIGZpbGw9ImN1cnJlbnRDb2xvciIvPg0KCTxyZWN0IHg9IjUuNDYiIHk9IjIuODEiIHdpZHRoPSI3Ljc0IiBoZWlnaHQ9IjAuOTkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMTkgNy4xKSByb3RhdGUoLTQyLjA3KSIgZmlsbD0iY3VycmVudENvbG9yIi8+DQo8L3N2Zz4NCg==);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% center;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.burger-menu__city--current {
	color: #ae0357!important
}

.burger-menu__city-links {
	height: calc(100% - 6.6rem);
	overflow: auto
}

.burger-menu__city-link {
	display: block;
	font-size: 1.4rem;
	line-height: 2rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #bbcad2;
	margin-bottom: 1.5rem;
	text-decoration: none;
	color: #4a4a4a
}

.burger-menu__city-link._selected {
	color: #ae0357!important
}

.tablet .burger-menu__city-link {
	font-size: 2.4rem;
	line-height: 3rem;
	padding-bottom: 2rem
}

.burger-menu__copyrights {
	display: block;
	position: relative;
	font-size: 1.2rem;
	line-height: 2rem;
	color: #9b9b9b
}

.burger-menu .close {
	position: absolute;
	top: 2rem;
	right: 2rem;
	width: 4rem;
	height: 4rem;
	border: none;
	background-color: transparent;
	z-index: 21
}

.tablet .burger-menu .close {
	width: 3.1rem;
	height: 3.1rem
}

.mobile .burger-menu .close {
	width: 2.6rem;
	height: 2.6rem
}

.burger-menu .close:after,
.burger-menu .close:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	height: .2rem;
	width: 100%;
	background-color: #40335f
}

.burger-menu .close:before {
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg)
}

.burger-menu .close:after {
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg)
}

.burger-menu__sub-wrapper ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.burger-menu__sub-links {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 6rem;
	box-sizing: border-box;
	transition: -webkit-transform 1s cubic-bezier(.22, 1, .22, 1);
	transition: transform 1s cubic-bezier(.22, 1, .22, 1);
	transition: transform 1s cubic-bezier(.22, 1, .22, 1), -webkit-transform 1s cubic-bezier(.22, 1, .22, 1);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	background-color: #fff
}

.mobile .burger-menu__sub-links {
	padding: 8.5rem 4rem 4rem
}

.mobile .burger-menu__sub-links.js-sub-city {
	padding: 8.5rem 4rem 0
}

.tablet .burger-menu__sub-links {
	padding: 17rem 5.5rem 0
}

.tablet .burger-menu__sub-links.js-sub-city {
	padding: 17rem 5.5rem 5.5rem
}

.no-desktop .burger-menu__sub-links.js-sub-city {
	z-index: 1
}

.burger-menu__sub-links._active {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.burger-menu__sub-close {
	position: absolute;
	top: 7.8rem;
	left: 6.5rem;
	width: 2.5rem;
	height: 2.5rem;
	border: none;
	padding: 0;
	background-color: transparent
}

.no-desktop .burger-menu__sub-close {
	top: 2.8rem;
	left: 4rem
}

.mobile .burger-menu__sub-close {
	width: 2rem;
	height: 2rem
}

.tablet .burger-menu__sub-close {
	left: 5.5rem
}

.burger-menu__sub-close:before {
	content: '';
	position: relative;
	display: inline-block;
	top: 0;
	left: 0;
	height: 70%;
	width: 70%;
	border-left: .2rem solid #40335f;
	border-bottom: .2rem solid #40335f;
	-webkit-transform: translateY(0%) rotate(45deg);
	transform: translateY(0%) rotate(45deg)
}

[href="kak-sdati-analizy"] {
	display: none
}

.region-selector {
	font-family: 'GraphikLCG-Regular', sans-serif;
	font-size: 1.1rem;
	color: #40335f;
	border: 0;
	text-transform: uppercase;
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	height: 100%;
	padding: 0 1.4rem;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent
}

._scrolled ._region-dropdown-opened .region-selector:after {
	bottom: 0
}

.region-selector__city {
	display: block;
	border: 0;
	text-transform: uppercase;
	line-height: 4.5rem;
	letter-spacing: .1rem;
	background-repeat: no-repeat;
	background-position: right center;
	-webkit-appearance: none;
	-moz-appearance: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-ms-appearance: none;
	appearance: none!important;
	background-size: 1.3rem .7rem;
	text-decoration: none;
	color: #403360
}

.region-selector__ico {
	display: inline-block;
	width: 1.3rem;
	height: 1.7rem;
	margin: 0 0 0 .8rem;
	transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	transition: transform 0.4s, -webkit-transform 0.4s
}

.region-selector__ico>svg {
	width: 100%;
	height: 100%
}

._region-dropdown-opened .region-selector__ico {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1)
}

.region-dropdown {
	width: 100%;
	background-color: #fff
}

.region-dropdown--in-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5001;
	background-color: #fff;
	transition: padding 1s, opacity 0s 1s, -webkit-transform 1s;
	transition: transform 1s, padding 1s, opacity 0s 1s;
	transition: transform 1s, padding 1s, opacity 0s 1s, -webkit-transform 1s;
	transition-timing-function: cubic-bezier(.22, 1, .22, 1);
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	pointer-events: none;
	opacity: 0
}

._region-dropdown-opened .region-dropdown--in-header {
	padding-top: 4.5rem;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	pointer-events: auto;
	transition: padding 1s, opacity 0s, -webkit-transform 1s;
	transition: transform 1s, padding 1s, opacity 0s;
	transition: transform 1s, padding 1s, opacity 0s, -webkit-transform 1s;
	opacity: 1
}

._scrolled .region-dropdown {
	top: 9rem
}

.region-dropdown__inner {
	position: relative;
	z-index: 30;
	background-color: #fff;
	padding: 3.8rem 6rem 0 7.7rem
}

.region-dropdown__header {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.region-dropdown__title {
	font-size: 2.4rem;
	line-height: 1.04;
	color: #403360;
	margin-bottom: 0
}

.region-dropdown__body {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 2.2rem 0 6rem;
	height: 30rem
}

.region-dropdown__item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

.region-dropdown__link {
	display: inline-block;
	font-size: 1.5rem;
	line-height: 2;
	color: #4a4a4a;
	text-decoration: none;
	transition: color 0.2s linear
}

.desktop .region-dropdown__link:hover {
	color: #b63d76
}

.region-dropdown__link._selected,
.region-dropdown__link._selected:hover {
	color: #ae0357
}

.region-dropdown__link:nth-child(13n) {
	margin-bottom: 2rem
}

.region-dropdown__overlay {
	background-color: rgba(0, 0, 0, .25);
	position: fixed;
	width: 100%;
	height: 150vh;
	top: 4.5rem;
	left: 0;
	cursor: pointer;
	opacity: 0;
	transition-property: top, opacity;
	transition-duration: 1s;
	transition-timing-function: cubic-bezier(.22, 1, .22, 1)
}

._region-dropdown-opened .region-dropdown__overlay {
	opacity: 1
}

._hide .region-dropdown__overlay {
	top: 9rem
}

.top-block {
	width: 100%;
	box-sizing: border-box
}

.top-block__inner {
	background-image: url(../../src/images/temp/main-banner.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	width: 100%;
	height: calc(100vh - 13.5rem);
	max-height: 61rem;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.tablet .top-block__inner {
	height: 38rem;
	margin-top: 0
}

.mobile .top-block__inner {
	height: 39.8rem;
	position: relative;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 0
}

.top-block__list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 120rem;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 6rem
}

.tablet .top-block__list {
	width: 68.8rem;
	margin-bottom: 3rem
}

.mobile .top-block__list {
	display: block;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: calc(100% - 4rem);
	height: 21rem;
	-webkit-transform: translateY(15rem);
	transform: translateY(15rem);
	margin-bottom: 0;
	box-shadow: 0 1rem 6rem 0 #e9e9e9
}

.top-block__item-inner {
	position: relative;
	z-index: 2;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%
}

.mobile .top-block__item-inner {
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.top-block__item {
	display: block;
	position: relative;
	width: 40rem;
	text-decoration: none;
	background-color: #fff;
	height: 10rem
}

.tablet .top-block__item {
	height: 7rem
}

.mobile .top-block__item {
	width: auto;
	height: 7rem;
	min-height: 7rem
}

.top-block__item:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	transition: box-shadow 0.3s, border 0s 0.3s, z-index 0s 0.3s, -webkit-transform 0.3s;
	transition: transform 0.3s, box-shadow 0.3s, border 0s 0.3s, z-index 0s 0.3s;
	transition: transform 0.3s, box-shadow 0.3s, border 0s 0.3s, z-index 0s 0.3s, -webkit-transform 0.3s
}

.top-block__item:not(:last-child):before {
	border-right: 1px solid rgba(0, 0, 0, .08)
}

.mobile .top-block__item:not(:last-child):before {
	border: 0
}

.desktop .top-block__item:hover:before {
	-webkit-transform: scale(1.06);
	transform: scale(1.06);
	box-shadow: 0 0 3rem 0 rgba(0, 0, 0, .15);
	z-index: 1;
	transition: box-shadow 0.3s, border 0s, z-index 0s, -webkit-transform 0.3s;
	transition: transform 0.3s, box-shadow 0.3s, border 0s, z-index 0s;
	transition: transform 0.3s, box-shadow 0.3s, border 0s, z-index 0s, -webkit-transform 0.3s
}

.desktop .top-block__item:nth-child(2):hover {
	border: 0
}

.mobile .top-block__item:nth-child(2) {
	border: 0;
	position: relative
}

.mobile .top-block__item:nth-child(2):before,
.mobile .top-block__item:nth-child(2):after {
	content: '';
	position: absolute;
	top: 0;
	left: 2rem;
	width: calc(100% - 4rem);
	height: 1px;
	background-color: rgba(0, 0, 0, .08)
}

.mobile .top-block__item:nth-child(2):after {
	top: auto;
	bottom: 0
}

.top-block__item-ico {
	display: block;
	width: 3rem;
	height: 3rem;
	background-repeat: no-repeat
}

.tablet .top-block__item-ico {
	width: 2rem;
	height: 2rem;
	background-position: 50%
}

.mobile .top-block__item-ico {
	height: 2rem;
	margin-left: 2rem
}

.top-block__item-ico.result {
	background-size: 3.1rem 2.8rem;
	margin-right: 2rem
}

.tablet .top-block__item-ico.result {
	background-size: 2rem 1.8rem;
	margin-right: .5rem
}

.mobile .top-block__item-ico.result {
	background-size: 1.8rem 2.2rem;
	background-position-y: .5rem;
	margin-right: 1rem
}

.top-block__item-ico.result>svg {
	width: 2.2rem;
	height: 2.9rem
}

.tablet .top-block__item-ico.result>svg {
	width: 1.4rem;
	height: 1.8rem
}

.mobile .top-block__item-ico.result>svg {
	width: 1.9rem;
	height: 2.5rem
}

.top-block__item-ico.adress {
	background-size: 3.1rem 2.8rem;
	margin-right: 2rem
}

.tablet .top-block__item-ico.adress {
	background-size: 2rem 2.2rem;
	margin-right: 1rem
}

.mobile .top-block__item-ico.adress {
	background-size: 2.1rem 2.2rem;
	background-position-y: .5rem;
	margin-right: 1rem
}

.top-block__item-ico.adress>svg {
	width: 2.2rem;
	height: 3rem
}

.tablet .top-block__item-ico.adress>svg {
	width: 1.4rem;
	height: 2rem
}

.mobile .top-block__item-ico.adress>svg {
	width: 1.7rem;
	height: 2.4rem
}

.top-block__item-ico.home {
	background-size: 3.1rem 2.8rem;
	margin-right: 2.5rem
}

.tablet .top-block__item-ico.home {
	background-size: 3rem 2rem;
	margin-bottom: .2rem;
	margin-right: 1rem
}

.mobile .top-block__item-ico.home {
	background-size: 2.1rem 2.8rem;
	margin-right: 1rem
}

.top-block__item-ico.home>svg {
	width: 3.2rem;
	height: 2.9rem
}

.tablet .top-block__item-ico.home>svg {
	width: 2.1rem;
	height: 2rem
}

.mobile .top-block__item-ico.home>svg {
	width: 2.4rem;
	height: 2.4rem
}

.top-block__item-txt {
	
	color: #4a4a4a;
	font-size: 1.8rem;
	padding-right: 2rem;
	text-decoration: none;
	padding-top: .5rem
}

.tablet .top-block__item-txt {
	font-size: 1.4rem;
	padding-right: .5rem
}

.mobile .top-block__item-txt {
	font-size: 1.4rem;
	color: #232323
}

.top-block__item-txt.adress {
	padding-right: 4rem
}

.tablet .top-block__item-txt.adress {
	padding-right: 3.4rem
}

.top-block__item-txt.home {
	padding-right: 1rem
}

.tablet .top-block__item-txt.home {
	padding-right: .5rem
}

.top-block__ttl {
	padding-top: 3.2rem
}

.mobile .top-block__ttl {
	padding-top: 2.2rem;
	font-size: 1.8rem
}

.search__wrapper {
	position: relative;
	padding-bottom: 8rem;
	width: 65rem;
	max-width: 90%
}

.tablet .search__wrapper {
	width: 60rem;
	padding-bottom: 4.8rem
}

.mobile .search__wrapper {
	width: calc(100% - 4rem);
	padding-bottom: 0;
	margin-top: 14rem
}

.search__all {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-top: 5.4rem;
	position: relative
}

.tablet .search__all {
	padding-top: 2rem
}

.mobile .search__all {
	padding-top: 3.2rem
}

.search__result {
	position: absolute;
	width: 100%;
	margin-top: 1rem;
	padding: 1rem 2rem;
	background-color: #fff;
	box-sizing: border-box;
	border-radius: .2rem;
	opacity: 0;
	-webkit-transform: translateY(-3rem);
	transform: translateY(-3rem);
	transition-property: transform, opacity, -webkit-transform;
	transition-duration: 0.3s;
	box-shadow: 0 .1rem .5rem -.2rem rgba(0, 0, 0, .5);
	pointer-events: none;
	z-index: 10;
	max-height: 38rem;
	overflow: hidden
}

.search__result:empty {
	opacity: 0;
	-webkit-transform: translateY(-3rem);
	transform: translateY(-3rem);
	pointer-events: none
}

.mobile .search__result {
	padding-left: 1rem;
	padding-right: 1rem
}

.search__result._blured,
.no-touchevents .search__result:hover {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	pointer-events: auto
}

.search__result._blured:empty,
.no-touchevents .search__result:hover:empty {
	opacity: 0;
	-webkit-transform: translateY(-3rem);
	transform: translateY(-3rem);
	pointer-events: none
}

.search__result--title {
	display: inline-block;
	width: calc(100% - 2rem);
	margin: 1rem 1rem .8rem;
	font-family: 'GraphikLCG-Regular', sans-serif;
	font-size: 1.1rem;
	letter-spacing: .1rem;
	text-transform: uppercase;
	padding-bottom: .7rem;
	border-bottom: 1px solid #e8e8e8
}

.mobile .search__result--title {
	display: none
}

.search__result--title._popular {
	color: #be216a
}

.search__result--item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	width: 100%;
	text-decoration: none;
	padding: 1rem 1rem;
	transition: background-color 0.3s;
	box-sizing: border-box
}

.no-touchevents .search__result--item:hover,
.search__result--item:focus {
	background-color: #f5f5f5
}

.search__result--index {
	width: 10rem;
	color: #9b9a9b;
	font-size: 1.1rem;
	letter-spacing: .1rem
}

.mobile .search__result--index {
	display: none
}

.search__result--name {
	width: calc(100% - 30rem);
	font-size: 1.5rem;
	color: #4a4a4a;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.tablet .search__result--name,
.mobile .search__result--name {
	font-size: 1.4rem
}

.mobile .search__result--name {
	width: 100%
}

.search__result--price {
	text-align: right;
	width: 15rem;
	color: #5f285e;
	font-size: 1.5rem;
	font-family: 'GraphikLCG-Medium', sans-serif
}

.tablet .search__result--price,
.mobile .search__result--price {
	font-size: 1.4rem
}

.search__result--cart {
	width: 5rem;
	margin: -.4rem 0 -99rem;
	text-align: right
}

.search__result--cart-button {
	font-size: .4rem;
	width: 5em;
	height: 5em;
	margin: 0;
	padding: 0;
	background: #FFF;
	border: none;
	box-shadow: 0 0 0 1px #bbcad2;
	border-radius: 50%;
	transition: all 0.5s ease;
	position: relative
}

.search__result--cart-button:hover {
	box-shadow: 0 0 2.7rem 0 rgba(0, 0, 0, .1)
}

.search__result--cart-button._added:hover {
	box-shadow: 0 0 0 1px #bbcad2
}

.search__result--cart-button:after {
	content: '';
	position: absolute;
	top: -.4em;
	right: -.8em;
	width: 2.4em;
	height: 1.2em;
	border-left: .4em solid #403360;
	border-bottom: .4em solid #403360;
	transform: rotate(-45deg);
	font-size: .5em;
	opacity: 0;
	transition: all 0.3s ease
}

.search__result--cart-button._added:after {
	font-size: 1em;
	opacity: 1
}

.search__result--cart-button svg {
	display: block;
	width: 60%;
	height: auto;
	margin: 1% auto 0
}

.search__result--all {
	display: inline-block;
	
	font-size: 1.1rem;
	letter-spacing: .1rem;
	color: #4a4a4a;
	text-transform: uppercase;
	text-decoration: none;
	margin: 1.5rem 0;
	transition: color 0.2s linear
}

.desktop .search__result--all:hover {
	color: #be216a
}

.search__input {
	background-color: inherit;
	border: 1px solid #fff;
	border-radius: 4rem;
	height: 6rem;
	width: 65rem;
	line-height: 6rem;
	font-size: 1.8rem;
	padding-left: 3rem;
	color: #fff;
	background-color: transparent;
	box-sizing: border-box;
	font-family: 'GraphikLCG-Regular', sans-serif;
	padding-top: .5rem
}

.search__input:-moz-placeholder {
	color: #fff
}

.search__input:-ms-input-placeholder {
	color: #fff
}

.search__input::-webkit-input-placeholder {
	color: #fff
}

.tablet .search__input {
	width: 53.5rem;
	height: 5.5rem;
	font-size: 1.4rem;
	line-height: 1;
	border-radius: 4rem 0 0 4rem;
	padding: 0 1rem 0 2rem
}

.mobile .search__input {
	width: calc(100% - 5rem);
	height: 5.5rem;
	line-height: 1;
	font-size: 1.35rem;
	border-radius: 4rem 0 0 4rem;
	padding: 0 1rem 0 2rem
}

.search__input._focused:-moz-placeholder {
	color: rgba(255, 255, 255, .5)
}

.search__input._focused:-ms-input-placeholder {
	color: rgba(255, 255, 255, .5)
}

.search__input._focused::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .5)
}

.search__txt {
	color: #fff;
	font-size: 1.2rem;
	padding-top: 2rem;
	padding-left: 3rem;
	font-family: 'GraphikLCG-Regular', sans-serif
}

.search__txt>a {
	color: #fff;
	text-decoration: none
}

.tablet .search__txt {
	font-size: 1.18rem;
	padding-top: 1.6rem
}

.search__speech {
	position: absolute;
	right: 7rem;
	margin: 1rem;
	padding: 0 1.8rem;
	height: 4rem;
	border-radius: 4rem;
	background-color: transparent;
	border: 0
}

.mobile .search__speech {
	right: 4rem;
	height: 3.4rem
}

.search__speech._active {
	background-color: #fff
}

.mobile .search__speech._active {
	right: 0;
	z-index: 1;
	margin: 0;
	height: 5.5rem;
	width: 100%
}

.search__speech span {
	display: none;
	float: left;
	padding: .36em .8rem 0 0;
	color: #be216a
}

.search__speech._active span {
	display: block
}

.search__speech svg {
	float: left
}

.mobile .search__speech._active svg {
	float: right
}

.search__speech._active svg path {
	fill: #be216a
}

.search__btn {
	position: absolute;
	right: 0;
	width: 7rem;
	height: 6rem;
	border-radius: 0 4rem 4rem 0;
	background-color: #fff;
	border: 0;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyNSAyNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxuczpmaWdtYT0iaHR0cDovL3d3dy5maWdtYS5jb20vZmlnbWEvbnMiPgo8dGl0bGU+c2VhcmNoX2ljb248L3RpdGxlPgo8ZGVzYz5DcmVhdGVkIHVzaW5nIEZpZ21hPC9kZXNjPgo8ZyBpZD0iQ2FudmFzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjA4NCA5NzgpIiBmaWdtYTp0eXBlPSJjYW52YXMiPgo8ZyBpZD0ic2VhcmNoX2ljb24iIHN0eWxlPSJtaXgtYmxlbmQtbW9kZTpub3JtYWw7IiBmaWdtYTp0eXBlPSJmcmFtZSI+CjxnIGlkPSJPdmFsIDIiIHN0eWxlPSJtaXgtYmxlbmQtbW9kZTpub3JtYWw7IiBmaWdtYTp0eXBlPSJ2ZWN0b3IiPgo8bWFzayBpZD0ibWFzazBfb3V0bGluZV9pbnMiPgo8dXNlIHhsaW5rOmhyZWY9IiNwYXRoMF9maWxsIiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjA4NCAtOTc4KSIvPgo8L21hc2s+CjxnIG1hc2s9InVybCgjbWFzazBfb3V0bGluZV9pbnMpIj4KPHVzZSB4bGluazpocmVmPSIjcGF0aDFfc3Ryb2tlXzJ4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyMDg0IC05NzgpIiBmaWxsPSIjQkUyMTZBIiBzdHlsZT0ibWl4LWJsZW5kLW1vZGU6bm9ybWFsOyIvPgo8L2c+CjwvZz4KPGcgaWQ9IkxpbmUiIHN0eWxlPSJtaXgtYmxlbmQtbW9kZTpub3JtYWw7IiBmaWdtYTp0eXBlPSJ2ZWN0b3IiPgo8dXNlIHhsaW5rOmhyZWY9IiNwYXRoMl9zdHJva2UiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIxMDAuMzUgLTk2MC43MzEpIiBmaWxsPSIjQkUyMTZBIiBzdHlsZT0ibWl4LWJsZW5kLW1vZGU6bm9ybWFsOyIvPgo8L2c+CjwvZz4KPC9nPgo8ZGVmcz4KPHBhdGggaWQ9InBhdGgwX2ZpbGwiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTSAxMCAyMEMgMTUuNTIyOCAyMCAyMCAxNS41MjI4IDIwIDEwQyAyMCA0LjQ3NzE1IDE1LjUyMjggMCAxMCAwQyA0LjQ3NzE1IDAgMCA0LjQ3NzE1IDAgMTBDIDAgMTUuNTIyOCA0LjQ3NzE1IDIwIDEwIDIwWiIvPgo8cGF0aCBpZD0icGF0aDFfc3Ryb2tlXzJ4IiBkPSJNIDEwIDIzQyAxNy4xNzk3IDIzIDIzIDE3LjE3OTcgMjMgMTBMIDE3IDEwQyAxNyAxMy44NjYgMTMuODY2IDE3IDEwIDE3TCAxMCAyM1pNIDIzIDEwQyAyMyAyLjgyMDMgMTcuMTc5NyAtMyAxMCAtM0wgMTAgM0MgMTMuODY2IDMgMTcgNi4xMzQwMSAxNyAxMEwgMjMgMTBaTSAxMCAtM0MgMi44MjAzIC0zIC0zIDIuODIwMyAtMyAxMEwgMyAxMEMgMyA2LjEzNDAxIDYuMTM0MDEgMyAxMCAzTCAxMCAtM1pNIC0zIDEwQyAtMyAxNy4xNzk3IDIuODIwMyAyMyAxMCAyM0wgMTAgMTdDIDYuMTM0MDEgMTcgMyAxMy44NjYgMyAxMEwgLTMgMTBaIi8+CjxwYXRoIGlkPSJwYXRoMl9zdHJva2UiIGQ9Ik0gMS4wNjA2NiAtMS4wNjA2NkMgMC40NzQ4NzQgLTEuNjQ2NDUgLTAuNDc0ODc0IC0xLjY0NjQ1IC0xLjA2MDY2IC0xLjA2MDY2QyAtMS42NDY0NSAtMC40NzQ4NzQgLTEuNjQ2NDUgMC40NzQ4NzQgLTEuMDYwNjYgMS4wNjA2NkwgMS4wNjA2NiAtMS4wNjA2NlpNIDYuMDEwNDEgOC4xMzE3M0MgNi41OTYxOSA4LjcxNzUxIDcuNTQ1OTQgOC43MTc1MSA4LjEzMTczIDguMTMxNzNDIDguNzE3NTEgNy41NDU5NCA4LjcxNzUxIDYuNTk2MTkgOC4xMzE3MyA2LjAxMDQxTCA2LjAxMDQxIDguMTMxNzNaTSAtMS4wNjA2NiAxLjA2MDY2TCA2LjAxMDQxIDguMTMxNzNMIDguMTMxNzMgNi4wMTA0MUwgMS4wNjA2NiAtMS4wNjA2NkwgLTEuMDYwNjYgMS4wNjA2NloiLz4KPC9kZWZzPgo8L3N2Zz4K);
	background-repeat: no-repeat;
	background-position: 40%
}

.tablet .search__btn {
	width: 6.5rem;
	height: 5.5rem;
	background-size: 1.8rem 2rem;
	background-position: 45%
}

.mobile .search__btn {
	height: 5.5rem;
	background-size: 1.8rem 2rem;
	width: 5rem
}

.tests {
	padding-top: 0;
	padding-bottom: 11rem
}

.tablet .tests {
	padding-top: 7rem;
	padding-bottom: 7rem
}

.mobile .tests {
	padding-bottom: 0;
	padding-top: 24.2rem
}

.tests__content {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 6rem 0 0
}

.tablet .tests__content {
	padding: 3.6rem 0 0
}

.mobile .tests__content {
	padding: 3rem 0 4rem;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.tests__item {
	margin-right: 3.4rem;
	border-bottom: 1px solid #e8e8e8;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 17rem;
	width: calc(50% - 1.7rem);
	cursor: pointer;
	position: relative;
	text-decoration: none;
	transition: border 0.5s
}

.tablet .tests__item {
	height: 18.8rem;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	line-height: 2rem;
	width: calc(50% - 1rem);
	margin-right: 2rem;
	overflow: hidden
}

.mobile .tests__item {
	width: 100%;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	line-height: 2rem;
	border-bottom: 1px solid #e8e8e8;
	height: auto
}

.tests__item:hover {
	border-color: #60295E
}

.tests__item:hover .tests__item-ico {
	background-position-y: 40%
}

.tests__item:hover .tests__item-txt {
	-webkit-transform: translate(0);
	transform: translate(0);
	color: #60295e
}

.tests__item:hover .tests__item-descr {
	color: #9b9b9b
}

.tablet .tests__item:hover .tests__item-ico,
.mobile .tests__item:hover .tests__item-ico {
	background-position-y: 0
}

.tablet .tests__item:hover .tests__item-txt,
.mobile .tests__item:hover .tests__item-txt {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.tests__item:nth-child(1),
.tests__item:nth-child(2) {
	border-top: 2px solid #e8e8e8
}

.mobile .tests__item:nth-child(1) {
	border-top: 1px solid #e8e8e8
}

.mobile .tests__item:nth-child(2) {
	border-top: 0
}

.tests__item:nth-child(2n) {
	margin-right: 0
}

.tests__item-txt {
	height: 100%;
	-webkit-transform: translateY(1.5rem);
	transform: translateY(1.5rem);
	transition: color 0.5s, -webkit-transform 0.5s;
	transition: color 0.5s, transform 0.5s;
	transition: color 0.5s, transform 0.5s, -webkit-transform 0.5s
}

.tablet .tests__item-txt,
.mobile .tests__item-txt {
	-webkit-transform: translate(0);
	transform: translate(0)
}

.tests__item-title {
	margin: 5.6rem 0 1.3rem;
	font-family: 'GraphikLCG-Regular', sans-serif;
	font-size: 2.4rem;
	color: #4a4a4a
}

.tablet .tests__item-title {
	font-size: 1.8rem;
	margin: 2.6rem 0 1.3rem
}

.mobile .tests__item-title {
	font-size: 2rem;
	margin: 2rem 0 1.3rem
}

.tests__item-descr {
	font-family: 'GraphikLCG-Regular', sans-serif;
	font-size: 1.5rem;
	color: rgba(155, 155, 155, 0);
	display: block;
	line-height: 2.4rem;
	width: 38rem;
	transition: color 0.5s
}

.tablet .tests__item-descr,
.mobile .tests__item-descr {
	color: #9b9b9b;
	font-size: 1.4rem;
	width: 100%;
	line-height: 2rem
}

.mobile .tests__item-descr {
	margin-bottom: 2rem
}

.tests__item-href {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAzMCAxNyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxuczpmaWdtYT0iaHR0cDovL3d3dy5maWdtYS5jb20vZmlnbWEvbnMiPgo8dGl0bGU+YXJyb3cgY29weSA0PC90aXRsZT4KPGRlc2M+Q3JlYXRlZCB1c2luZyBGaWdtYTwvZGVzYz4KPGcgaWQ9IkNhbnZhcyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTk0OSA3ODMpIiBmaWdtYTp0eXBlPSJjYW52YXMiPgo8ZyBpZD0iYXJyb3cgY29weSA0IiBzdHlsZT0ibWl4LWJsZW5kLW1vZGU6bm9ybWFsOyIgZmlnbWE6dHlwZT0iZnJhbWUiPgo8ZyBpZD0iTGluZSIgc3R5bGU9Im1peC1ibGVuZC1tb2RlOm5vcm1hbDsiIGZpZ21hOnR5cGU9InZlY3RvciI+Cjx1c2UgeGxpbms6aHJlZj0iI3BhdGgwX3N0cm9rZSIgdHJhbnNmb3JtPSJtYXRyaXgoLTEgLTEuMjI0NjVlLTE2IDEuMjI0NjVlLTE2IC0xIDk3OCAtNzc0KSIgZmlsbD0iIzlCOUI5QiIgc3R5bGU9Im1peC1ibGVuZC1tb2RlOm5vcm1hbDsiLz4KPC9nPgo8ZyBpZD0iTGluZSIgc3R5bGU9Im1peC1ibGVuZC1tb2RlOm5vcm1hbDsiIGZpZ21hOnR5cGU9InZlY3RvciI+Cjx1c2UgeGxpbms6aHJlZj0iI3BhdGgxX3N0cm9rZSIgdHJhbnNmb3JtPSJtYXRyaXgoLTEgLTEuMjI0NjVlLTE2IDEuMjI0NjVlLTE2IC0xIDk3OCAtNzY3KSIgZmlsbD0iIzlCOUI5QiIgc3R5bGU9Im1peC1ibGVuZC1tb2RlOm5vcm1hbDsiLz4KPC9nPgo8L2c+CjwvZz4KPGRlZnM+CjxwYXRoIGlkPSJwYXRoMF9zdHJva2UiIGQ9Ik0gMC41IDBMIDAgMEwgMCAxTCAwLjUgMUwgMC41IDBaTSAyOC41IDFMIDI5IDFMIDI5IDBMIDI4LjUgMEwgMjguNSAxWk0gMC41IDFMIDI4LjUgMUwgMjguNSAwTCAwLjUgMEwgMC41IDFaIi8+CjxwYXRoIGlkPSJwYXRoMV9zdHJva2UiIGQ9Ik0gNi44MDgyIDAuMzI1Mzk2TCA3LjEzMzU5IC0wLjA1NDIzMjZMIDYuMzc0MzQgLTAuNzA1MDI0TCA2LjA0ODk0IC0wLjMyNTM5NkwgNi44MDgyIDAuMzI1Mzk2Wk0gMCA3LjVMIC0wLjM3OTYyOCA3LjE3NDZMIC0wLjY1ODUzOSA3LjVMIC0wLjM3OTYyOCA3LjgyNTRMIDAgNy41Wk0gNi4wNDg5NCAxNS4zMjU0TCA2LjM3NDM0IDE1LjcwNUwgNy4xMzM1OSAxNS4wNTQyTCA2LjgwODIgMTQuNjc0NkwgNi4wNDg5NCAxNS4zMjU0Wk0gNi4wNDg5NCAtMC4zMjUzOTZMIC0wLjM3OTYyOCA3LjE3NDZMIDAuMzc5NjI4IDcuODI1NEwgNi44MDgyIDAuMzI1Mzk2TCA2LjA0ODk0IC0wLjMyNTM5NlpNIC0wLjM3OTYyOCA3LjgyNTRMIDYuMDQ4OTQgMTUuMzI1NEwgNi44MDgyIDE0LjY3NDZMIDAuMzc5NjI4IDcuMTc0NkwgLTAuMzc5NjI4IDcuODI1NFoiLz4KPC9kZWZzPgo8L3N2Zz4K);
	position: absolute;
	top: 2rem;
	right: 2rem;
	background-size: cover;
	width: 2.9rem;
	height: 1.5rem
}

.mobile .tests__item-href {
	top: 3.4rem;
	right: 3rem
}

.desktop .tests__item-arrow {
	display: none
}

.tablet .tests__item-arrow,
.mobile .tests__item-arrow {
	display: block;
	position: absolute;
	right: 3rem;
	top: 3rem;
	width: 3rem;
	height: 1px;
	background-color: #9b9b9b
}

.tablet .tests__item-arrow:before,
.mobile .tests__item-arrow:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 1rem;
	height: 1rem;
	border: 1px solid #9b9b9b;
	border-left: 0;
	border-bottom: 0;
	-webkit-transform: translate(0, -50%) rotate(45deg) skew(5deg, 5deg);
	transform: translate(0, -50%) rotate(45deg) skew(5deg, 5deg)
}

.tests__item-ico {
	background-repeat: no-repeat;
	min-width: 10rem;
	height: 17rem;
	background-position: 25%;
	transition: background-position 0.5s
}

.tablet .tests__item-ico {
	height: 4.4rem;
	background-position: 0;
	background-size: contain;
	margin-top: 1.2rem
}

.mobile .tests__item-ico {
	height: 4.4rem;
	background-position: 0;
	background-size: contain;
	margin-top: 1.2rem
}

.tests__item-ico.pregnant {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNTQiIHZpZXdCb3g9IjAgMCA0MCA1NCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxuczpmaWdtYT0iaHR0cDovL3d3dy5maWdtYS5jb20vZmlnbWEvbnMiPgo8dGl0bGU+QXNzZXQgMTRANDwvdGl0bGU+CjxkZXNjPkNyZWF0ZWQgdXNpbmcgRmlnbWE8L2Rlc2M+CjxnIGlkPSJDYW52YXMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMjI4IDQzNikiIGZpZ21hOnR5cGU9ImNhbnZhcyI+CjxnIGlkPSJBc3NldCAxNEA0IiBzdHlsZT0ibWl4LWJsZW5kLW1vZGU6bm9ybWFsOyIgZmlnbWE6dHlwZT0iZnJhbWUiPgo8ZyBpZD0iU2hhcGUiIHN0eWxlPSJtaXgtYmxlbmQtbW9kZTpub3JtYWw7IiBmaWdtYTp0eXBlPSJ2ZWN0b3IiPgo8dXNlIHhsaW5rOmhyZWY9IiNwYXRoMF9zdHJva2UiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEyMzAgLTQzNCkiIGZpbGw9IiM2MDI5NUUiIHN0eWxlPSJtaXgtYmxlbmQtbW9kZTpub3JtYWw7Ii8+CjwvZz4KPGcgaWQ9IlNoYXBlIiBzdHlsZT0ibWl4LWJsZW5kLW1vZGU6bm9ybWFsOyIgZmlnbWE6dHlwZT0idmVjdG9yIj4KPHVzZSB4bGluazpocmVmPSIjcGF0aDFfc3Ryb2tlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMjQ3LjU1IC0zOTcuMDA5KSIgZmlsbD0iIzYwMjk1RSIgc3R5bGU9Im1peC1ibGVuZC1tb2RlOm5vcm1hbDsiLz4KPC9nPgo8ZyBpZD0iU2hhcGUiIHN0eWxlPSJtaXgtYmxlbmQtbW9kZTpub3JtYWw7IiBmaWdtYTp0eXBlPSJ2ZWN0b3IiPgo8dXNlIHhsaW5rOmhyZWY9IiNwYXRoMl9zdHJva2UiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEyNDQuMTggLTM4OS4zNjQpIiBmaWxsPSIjNjAyOTVFIiBzdHlsZT0ibWl4LWJsZW5kLW1vZGU6bm9ybWFsOyIvPgo8L2c+CjwvZz4KPC9nPgo8ZGVmcz4KPHBhdGggaWQ9InBhdGgwX3N0cm9rZSIgZD0iTSAtMS4yNSAxOC4wNDlDIC0xLjI0OTg4IDE4LjczOTQgLTAuNjkwMTQzIDE5LjI5ODkgMC4wMDAyMTI3NDQgMTkuMjk4OEMgMC42OTA1NjkgMTkuMjk4NyAxLjI1MDEyIDE4LjczOSAxLjI1IDE4LjA0ODZMIC0xLjI1IDE4LjA0OVpNIDYuMTcwMyAyOS45MjIzQyA1LjY4MjA4IDI5LjQzNDIgNC44OTA2MiAyOS40MzQzIDQuNDAyNTMgMjkuOTIyNUMgMy45MTQ0MyAzMC40MTA3IDMuOTE0NTMgMzEuMjAyMiA0LjQwMjc1IDMxLjY5MDNMIDYuMTcwMyAyOS45MjIzWk0gMS4yNSAxOC4wNDg2QyAxLjI0ODY0IDEwLjAzNjYgNi45MDcyMSAzLjEzOTMxIDE0Ljc2NTEgMS41NzQ5OUwgMTQuMjc3IC0wLjg3Njg5M0MgNS4yNDkzNyAwLjkyMDI4NCAtMS4yNTE1NiA4Ljg0NDI3IC0xLjI1IDE4LjA0OUwgMS4yNSAxOC4wNDg2Wk0gMTQuNzY1MSAxLjU3NDk5QyAyMi42MjMgMC4wMTA2ODIzIDMwLjQ5MTcgNC4yMTUwMSAzMy41NTg4IDExLjYxNjdMIDM1Ljg2ODQgMTAuNjU5N0MgMzIuMzQ0NiAyLjE1NjExIDIzLjMwNDYgLTIuNjc0MDcgMTQuMjc3IC0wLjg3Njg5M0wgMTQuNzY1MSAxLjU3NDk5Wk0gMzMuNTU4OCAxMS42MTY3QyAzNi42MjYgMTkuMDE4NCAzNC4wMzc0IDI3LjU1NiAyNy4zNzYyIDMyLjAwODJMIDI4Ljc2NTQgMzQuMDg2N0MgMzYuNDE4MiAyOC45NzE4IDM5LjM5MjIgMTkuMTYzMiAzNS44Njg0IDEwLjY1OTdMIDMzLjU1ODggMTEuNjE2N1pNIDI3LjM3NjIgMzIuMDA4MkMgMjAuNzE1IDM2LjQ2MDMgMTEuODM2NCAzNS41ODcgNi4xNzAzIDI5LjkyMjNMIDQuNDAyNzUgMzEuNjkwM0MgMTAuOTEyMyAzOC4xOTgyIDIxLjExMjYgMzkuMjAxNSAyOC43NjU0IDM0LjA4NjdMIDI3LjM3NjIgMzIuMDA4MloiLz4KPHBhdGggaWQ9InBhdGgxX3N0cm9rZSIgZD0iTSAyLjI1IDBDIDIuMjUgLTAuNjkwMzU2IDEuNjkwMzYgLTEuMjUgMSAtMS4yNUMgMC4zMDk2NDQgLTEuMjUgLTAuMjUgLTAuNjkwMzU2IC0wLjI1IDBMIDIuMjUgMFpNIC0wLjI1IDEzQyAtMC4yNSAxMy42OTA0IDAuMzA5NjQ0IDE0LjI1IDEgMTQuMjVDIDEuNjkwMzYgMTQuMjUgMi4yNSAxMy42OTA0IDIuMjUgMTNMIC0wLjI1IDEzWk0gLTAuMjUgMEwgLTAuMjUgMTNMIDIuMjUgMTNMIDIuMjUgMEwgLTAuMjUgMFoiLz4KPHBhdGggaWQ9InBhdGgyX3N0cm9rZSIgZD0iTSAwIC0xLjI1QyAtMC42OTAzNTYgLTEuMjUgLTEuMjUgLTAuNjkwMzU2IC0xLjI1IDBDIC0xLjI1IDAuNjkwMzU2IC0wLjY5MDM1NiAxLjI1IDAgMS4yNUwgMCAtMS4yNVpNIDguNzI3MjcgMS4yNUMgOS40MTc2MyAxLjI1IDkuOTc3MjcgMC42OTAzNTYgOS45NzcyNyAwQyA5Ljk3NzI3IC0wLjY5MDM1NiA5LjQxNzYzIC0xLjI1IDguNzI3MjcgLTEuMjVMIDguNzI3MjcgMS4yNVpNIDAgMS4yNUwgOC43MjcyNyAxLjI1TCA4LjcyNzI3IC0xLjI1TCAwIC0xLjI1TCAwIDEuMjVaIi8+CjwvZGVmcz4KPC9zdmc+Cg==)
}

.tests__item-ico.diabetes {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzciIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCAzNyA0OCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxuczpmaWdtYT0iaHR0cDovL3d3dy5maWdtYS5jb20vZmlnbWEvbnMiPgo8dGl0bGU+QXNzZXQgMTVANDwvdGl0bGU+CjxkZXNjPkNyZWF0ZWQgdXNpbmcgRmlnbWE8L2Rlc2M+CjxnIGlkPSJDYW52YXMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xODQyIDQzOSkiIGZpZ21hOnR5cGU9ImNhbnZhcyI+CjxnIGlkPSJBc3NldCAxNUA0IiBzdHlsZT0ibWl4LWJsZW5kLW1vZGU6bm9ybWFsOyIgZmlnbWE6dHlwZT0iZnJhbWUiPgo8ZyBpZD0iQXNzZXQgMTVANCIgc3R5bGU9Im1peC1ibGVuZC1tb2RlOm5vcm1hbDsiIGZpZ21hOnR5cGU9ImZyYW1lIj4KPGcgaWQ9IkxheWVyXzIiIHN0eWxlPSJtaXgtYmxlbmQtbW9kZTpub3JtYWw7IiBmaWdtYTp0eXBlPSJmcmFtZSI+CjxnIGlkPSJMYXllcl8xLTIiIHN0eWxlPSJtaXgtYmxlbmQtbW9kZTpub3JtYWw7IiBmaWdtYTp0eXBlPSJmcmFtZSI+CjxnIGlkPSJTaGFwZSIgc3R5bGU9Im1peC1ibGVuZC1tb2RlOm5vcm1hbDsiIGZpZ21hOnR5cGU9InZlY3RvciI+Cjx1c2UgeGxpbms6aHJlZj0iI3BhdGgwX3N0cm9rZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTg0My4zNCAtNDM3LjY1OSkiIGZpbGw9IiM2MDI5NUUiIHN0eWxlPSJtaXgtYmxlbmQtbW9kZTpub3JtYWw7Ii8+CjwvZz4KPC9nPgo8L2c+CjwvZz4KPC9nPgo8L2c+CjxkZWZzPgo8cGF0aCBpZD0icGF0aDBfc3Ryb2tlIiBkPSJNIDM0LjM5MDIgMjcuOTE2NkwgMzUuNjQwMiAyNy45MTY2TCAzNC4zOTAyIDI3LjkxNjZaTSAwIDI3LjkxNjZMIC0xLjI1IDI3LjkxNjZMIDAgMjcuOTE2NlpNIDE3LjE5MTYgMEwgMTcuOTUzNSAtMC45OTA5NzhDIDE3LjUwMjQgLTEuMzM3ODIgMTYuODczOSAtMS4zMzYxOCAxNi40MjQ2IC0wLjk4NzAwMkwgMTcuMTkxNiAwWk0gMzMuMTQwMiAyNy45MTY2QyAzMy4xNDAyIDM2LjY1MzUgMjYuMDA5IDQzLjc1IDE3LjE5NTEgNDMuNzVMIDE3LjE5NTEgNDYuMjVDIDI3LjM3NDMgNDYuMjUgMzUuNjQwMiAzOC4wNDk1IDM1LjY0MDIgMjcuOTE2NkwgMzMuMTQwMiAyNy45MTY2Wk0gMTcuMTk1MSA0My43NUMgOC4zODExNyA0My43NSAxLjI1IDM2LjY1MzUgMS4yNSAyNy45MTY2TCAtMS4yNSAyNy45MTY2QyAtMS4yNSAzOC4wNDk1IDcuMDE1ODQgNDYuMjUgMTcuMTk1MSA0Ni4yNUwgMTcuMTk1MSA0My43NVpNIDEuMjUgMjcuOTE2NkMgMS4yNSAyMS4wOTIxIDUuMzA2MiAxNC40MDE4IDkuNTU2MjUgOS4yOTk2NEMgMTEuNjY1NSA2Ljc2NTIzIDEzLjc1NiA0LjY5OTg0IDE1LjM1MDkgMy4yMzU2N0MgMTYuMTQyMSAyLjUwODkgMTYuNzkyMiAxLjk0ODg0IDE3LjI1NTYgMS41NjA3NkMgMTcuNDg0MyAxLjM2OTExIDE3LjY1OTcgMS4yMjYxMSAxNy43ODI2IDEuMTI3MTNDIDE3Ljg0MjYgMS4wNzg3NyAxNy44ODY2IDEuMDQzODQgMTcuOTE3NyAxLjAxOTI1QyAxNy45MzI1IDEuMDA3NSAxNy45NDI3IDAuOTk5NDYgMTcuOTUwMyAwLjk5MzUyOUMgMTcuOTUzNyAwLjk5MDgzMSAxNy45NTU4IDAuOTg5MjA1IDE3Ljk1NzYgMC45ODc4NDhDIDE3Ljk1ODMgMC45ODczMDMgMTcuOTU4NSAwLjk4NzA5MyAxNy45NTg5IDAuOTg2ODE5QyAxNy45NTkgMC45ODY3NDggMTcuOTU4OSAwLjk4Njc5NCAxNy45NTkgMC45ODY3NThDIDE3Ljk1ODggMC45ODY4NTQgMTcuOTU4NyAwLjk4NzAwMiAxNy4xOTE2IDBDIDE2LjQyNDYgLTAuOTg3MDAyIDE2LjQyNDMgLTAuOTg2NzUzIDE2LjQyMzkgLTAuOTg2NDUzQyAxNi40MjM3IC0wLjk4NjI4NSAxNi40MjMyIC0wLjk4NTkzMyAxNi40MjI4IC0wLjk4NTU5N0MgMTYuNDIyMSAtMC45ODUwNTcgMTYuNDIwOCAtMC45ODQwNDcgMTYuNDE5NCAtMC45ODI5NjdDIDE2LjQxNyAtMC45ODEwNzQgMTYuNDEyOCAtMC45Nzc4MyAxNi40MDggLTAuOTc0MDUxQyAxNi4zOTkxIC0wLjk2NzAyOCAxNi4zODQ2IC0wLjk1NTY4MSAxNi4zNjcgLTAuOTQxNzA5QyAxNi4zMzMgLTAuOTE0ODU1IDE2LjI4MDQgLTAuODcyOTkgMTYuMjE0NSAtMC44MTk5NDZDIDE2LjA4NTYgLTAuNzE2MTA3IDE1Ljg5MTYgLTAuNTU3ODU5IDE1LjY1MDMgLTAuMzU1NzYzQyAxNS4xNzM1IDAuMDQzNjQzNyAxNC40ODA1IDAuNjQxMDYxIDEzLjY2IDEuMzk0MjRDIDEyLjAzMTQgMi44ODk5NyA5LjgyNDAzIDUuMDc0MzggNy42MzUzOCA3LjY5OTU2QyAzLjI4OTYxIDEyLjkxNjYgLTEuMjUgMjAuMTg0NiAtMS4yNSAyNy45MTY2TCAxLjI1IDI3LjkxNjZaTSAxNy4xOTE2IDBDIDE2LjQyOTcgMC45OTA5NzggMTYuNDI5NiAwLjk5MDgyOCAxNi40Mjk0IDAuOTkwNzI5QyAxNi40Mjk1IDAuOTkwNzYyIDE2LjQyOTQgMC45OTA3MTMgMTYuNDI5NSAwLjk5MDc4QyAxNi40Mjk4IDAuOTkxMDQ5IDE2LjQzMDEgMC45OTEyNDggMTYuNDMwOCAwLjk5MTc4M0MgMTYuNDMyNSAwLjk5MzEyIDE2LjQzNDYgMC45OTQ3MTMgMTYuNDM4IDAuOTk3MzcyQyAxNi40NDU2IDEuMDAzMjMgMTYuNDU1NyAxLjAxMTE1IDE2LjQ3MDYgMS4wMjI3N0MgMTYuNTAxNyAxLjA0NzA5IDE2LjU0NTUgMS4wODE2MSAxNi42MDU1IDEuMTI5NDZDIDE2LjcyODQgMS4yMjc0MyAxNi45MDM2IDEuMzY4OTQgMTcuMTMyNCAxLjU1ODc4QyAxNy41OTU4IDEuOTQzMzEgMTguMjQ1NyAyLjQ5ODMyIDE5LjAzNyAzLjIxOTU3QyAyMC42MzIyIDQuNjcyODEgMjIuNzIyNSA2LjcyNDYgMjQuODMxOSA5LjI0OTgzQyAyOS4wODA5IDE0LjMzMTYgMzMuMTQwMiAyMS4wMjIzIDMzLjE0MDIgMjcuOTE2NkwgMzUuNjQwMiAyNy45MTY2QyAzNS42NDAyIDIwLjExNjggMzEuMTAwMiAxMi44NDkzIDI2Ljc0OTkgNy42NDYyMkMgMjQuNTU5NyA1LjAyOTA3IDIyLjM1MDQgMi44NTY4NSAyMC43MjA4IDEuMzcxNjdDIDE5Ljg5OTcgMC42MjM3MDcgMTkuMjA2IDAuMDMwOTA5NyAxOC43Mjg5IC0wLjM2NTA2OUMgMTguNDg3MyAtMC41NjU0NzcgMTguMjkzMSAtMC43MjIzOTkgMTguMTY0IC0wLjgyNTI5QyAxOC4wOTgxIC0wLjg3Nzg3MyAxOC4wNDUzIC0wLjkxOTM5NyAxOC4wMTEzIC0wLjk0NjAwN0MgMTcuOTkzNiAtMC45NTk4NjIgMTcuOTc5MiAtMC45NzExMjkgMTcuOTcwMiAtMC45NzgwOTNDIDE3Ljk2NTMgLTAuOTgxODQ1IDE3Ljk2MTIgLTAuOTg1MDcyIDE3Ljk1ODcgLTAuOTg2OTUyQyAxNy45NTczIC0wLjk4ODAyNiAxNy45NTYgLTAuOTg5MDM0IDE3Ljk1NTMgLTAuOTg5NTcxQyAxNy45NTQ5IC0wLjk4OTkwNiAxNy45NTQ0IC0wLjk5MDI1OCAxNy45NTQyIC0wLjk5MDQyNkMgMTcuOTUzOCAtMC45OTA3MjcgMTcuOTUzNSAtMC45OTA5NzggMTcuMTkxNiAwWiIvPgo8L2RlZnM+Cjwvc3ZnPgo=)
}

.tests__item-ico.tumor {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIHZpZXdCb3g9IjAgMCA1MCA1MCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxuczpmaWdtYT0iaHR0cDovL3d3dy5maWdtYS5jb20vZmlnbWEvbnMiPgo8dGl0bGU+QXNzZXQgNEA2PC90aXRsZT4KPGRlc2M+Q3JlYXRlZCB1c2luZyBGaWdtYTwvZGVzYz4KPGcgaWQ9IkNhbnZhcyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEyMjMgMjY1KSIgZmlnbWE6dHlwZT0iY2FudmFzIj4KPGcgaWQ9IkFzc2V0IDRANiIgc3R5bGU9Im1peC1ibGVuZC1tb2RlOm5vcm1hbDsiIGZpZ21hOnR5cGU9ImZyYW1lIj4KPGcgaWQ9IkFzc2V0IDRANiIgc3R5bGU9Im1peC1ibGVuZC1tb2RlOm5vcm1hbDsiIGZpZ21hOnR5cGU9ImZyYW1lIj4KPGcgaWQ9IkxheWVyXzIiIHN0eWxlPSJtaXgtYmxlbmQtbW9kZTpub3JtYWw7IiBmaWdtYTp0eXBlPSJmcmFtZSI+CjxnIGlkPSJpY29ucyIgc3R5bGU9Im1peC1ibGVuZC1tb2RlOm5vcm1hbDsiIGZpZ21hOnR5cGU9ImZyYW1lIj4KPGcgaWQ9IlNoYXBlIiBzdHlsZT0ibWl4LWJsZW5kLW1vZGU6bm9ybWFsOyIgZmlnbWE6dHlwZT0idmVjdG9yIj4KPHVzZSB4bGluazpocmVmPSIjcGF0aDBfZmlsbCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTIzMi41NyAtMjYwLjg2OSkiIGZpbGw9IiNGRkZGRjYiIHN0eWxlPSJtaXgtYmxlbmQtbW9kZTpub3JtYWw7Ii8+CjwvZz4KPGcgaWQ9IlNoYXBlIiBzdHlsZT0ibWl4LWJsZW5kLW1vZGU6bm9ybWFsOyIgZmlnbWE6dHlwZT0idmVjdG9yIj4KPHVzZSB4bGluazpocmVmPSIjcGF0aDFfZmlsbCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTI0Ni45OCAtMjQxLjE1NCkiIGZpbGw9IiNGRkZGRjYiIHN0eWxlPSJtaXgtYmxlbmQtbW9kZTpub3JtYWw7Ii8+CjwvZz4KPGcgaWQ9IlNoYXBlIiBzdHlsZT0ibWl4LWJsZW5kLW1vZGU6bm9ybWFsOyIgZmlnbWE6dHlwZT0idmVjdG9yIj4KPHVzZSB4bGluazpocmVmPSIjcGF0aDJfZmlsbCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTI1Ni4wMyAtMjM4LjI5MikiIGZpbGw9IiNGRkZGRjYiIHN0eWxlPSJtaXgtYmxlbmQtbW9kZTpub3JtYWw7Ii8+CjwvZz4KPGcgaWQ9IlNoYXBlIiBzdHlsZT0ibWl4LWJsZW5kLW1vZGU6bm9ybWFsOyIgZmlnbWE6dHlwZT0idmVjdG9yIj4KPHVzZSB4bGluazpocmVmPSIjcGF0aDNfZmlsbCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTIzNS45OCAtMjUyLjgwOCkiIGZpbGw9IiNGRkZGRjYiIHN0eWxlPSJtaXgtYmxlbmQtbW9kZTpub3JtYWw7Ii8+CjwvZz4KPGcgaWQ9IlNoYXBlIiBzdHlsZT0ibWl4LWJsZW5kLW1vZGU6bm9ybWFsOyIgZmlnbWE6dHlwZT0idmVjdG9yLW9wZXJhdGlvbiI+Cjx1c2UgeGxpbms6aHJlZj0iI3BhdGg0X2ZpbGwiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEyMjMuMDcgLTI2NC45NjUpIiBmaWxsPSIjNjQzNzVBIiBzdHlsZT0ibWl4LWJsZW5kLW1vZGU6bm9ybWFsOyIvPgo8L2c+CjwvZz4KPC9nPgo8L2c+CjwvZz4KPC9nPgo8ZGVmcz4KPHBhdGggaWQ9InBhdGgwX2ZpbGwiIGQ9Ik0gMy42ODQ2MiAxMi42NjE1TCAxMi42NzY5IDMuNjY5MjNDIDEyLjA0ODggMi4zOTI0MyAxMS4zMjM2IDEuMTY1NzQgMTAuNTA3NyAwTCAwIDEwLjQ4NDZDIDEuMDMwNzcgMTEuMTUzOCAyLjI4NDYyIDExLjkwNzcgMy42ODQ2MiAxMi42NjE1WiIvPgo8cGF0aCBpZD0icGF0aDFfZmlsbCIgZD0iTSAwIDguOTg0NjJMIDguOTkyMzEgMEMgMTAuMjY5MiAwLjYyNzkyMSAxMS40OTU5IDEuMzUzMTQgMTIuNjYxNSAyLjE2OTIzTCAyLjE3NjkyIDEyLjY2MTVDIDEuNSAxMS42Mzg1IDAuNzQ2MTU0IDEwLjM3NjkgMCA4Ljk4NDYyWiIvPgo8cGF0aCBpZD0icGF0aDJfZmlsbCIgZD0iTSAwIDguOTkyMzFMIDguOTkyMzEgMEMgMTAuMjY4OCAwLjYyODYxMiAxMS40OTU1IDEuMzUzOCAxMi42NjE1IDIuMTY5MjNMIDIuMTUzODUgMTIuNjc2OUMgMS41IDExLjY0NjIgMC43NDYxNTQgMTAuMzkyMyAwIDguOTkyMzFaIi8+CjxwYXRoIGlkPSJwYXRoM19maWxsIiBkPSJNIDMuNjc2OTIgMTIuNjY5MkwgMTIuNjY5MiAzLjY2OTIzQyAxMi4wNDE1IDIuMzkyMjQgMTEuMzE2MyAxLjE2NTUzIDEwLjUgMEwgMCAxMC41MDc3QyAxLjAyMzA4IDExLjE2MTUgMi4yNzY5MiAxMS45MTU0IDMuNjc2OTIgMTIuNjY5MloiLz4KPHBhdGggaWQ9InBhdGg0X2ZpbGwiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTSA0OC45NDcgMzAuMDY1MkMgNDEuNTU0NyAyMi42NzI5IDMzLjY3IDIyLjcyNjcgMjUuOTkzMiAyMy4yMTEzQyAyNi40MzkzIDE1LjU3MjkgMjYuNDU0NyA3LjczNDQxIDE5LjA3MDEgMC4zNDIxMDdDIDE4LjU2MzYgLTAuMTI2OTQ5IDE3Ljc3NyAtMC4xMTE4NzMgMTcuMjg4OCAwLjM3NjI1NkMgMTYuODAwOCAwLjg2NDM4NCAxNi43ODU2IDEuNjUxMDEgMTcuMjU0NiAyLjE1NzQ4QyAxNy44NTk3IDIuNzU5OTggMTguNDMyNCAzLjM5NDIzIDE4Ljk3MDEgNC4wNTc1TCA0LjAyMzkzIDE4Ljk5NTlDIDMuMzYxMjEgMTguNDYwMyAyLjcyNzA1IDE3Ljg5MDMgMi4xMjM5IDE3LjI4ODNDIDEuNjE1MjQgMTYuODQ5MyAwLjg1NDI1MiAxNi44NzY0IDAuMzc4MTc3IDE3LjM1MDVDIC0wLjA5Nzg5NjggMTcuODI0NiAtMC4xMjgyOTIgMTguNTg1NCAwLjMwODU5NyAxOS4wOTZDIDcuNzAwODEgMjYuNDg4MyAxNS41ODU1IDI2LjQzNDQgMjMuMjYyMyAyNS45NTc1QyAyMi44MTYzIDMzLjU5NiAyMi44MDg2IDQxLjQzNDQgMzAuMTg1NCA0OC44MTlDIDMwLjUwNTMgNDkuMTY0NCAzMC45ODg0IDQ5LjMwNzEgMzEuNDQ0NiA0OS4xOTEyQyAzMS45MDA4IDQ5LjA3NTIgMzIuMjU3IDQ4LjcxODkgMzIuMzcyOSA0OC4yNjI4QyAzMi40ODkgNDcuODA2NiAzMi4zNDYyIDQ3LjMyMzUgMzIuMDAwOSA0Ny4wMDM2QyAzMS40MDE3IDQ2LjQwMjggMzAuODM0MiA0NS43NzEyIDMwLjMwMDkgNDUuMTExM0wgNDUuMjQ3IDMwLjE3MjlDIDQ1LjkwNzIgMzAuNzA1OSA0Ni41Mzg4IDMxLjI3MzQgNDcuMTM5MyAzMS44NzI5QyA0Ny42NDU4IDMyLjM0MTkgNDguNDMyNCAzMi4zMjY4IDQ4LjkyMDUgMzEuODM4N0MgNDkuNDA4NyAzMS4zNTA2IDQ5LjQyMzcgMzAuNTY0IDQ4Ljk1NDcgMzAuMDU3NUwgNDguOTQ3IDMwLjA2NTJaTSAyNi4zODU1IDM3LjI4MDZMIDM3LjM4NTUgMjYuMjgwNkMgMzguMzUzMiAyNi41MTEyIDM5LjMwMiAyNi44MTQ2IDQwLjIyNCAyNy4xODgzTCAyNy4zMDA5IDQwLjExMTNDIDI2LjkyNTEgMzkuMTkyMSAyNi42MTkgMzguMjQ1OCAyNi4zODU1IDM3LjI4MDZaTSAzMi4yMzkzIDI1LjYxMTNMIDI1LjcwMDggMzIuMTE5QyAyNS43Mzk5IDMzLjIzOTYgMjUuODQ1MiAzNC4zNTcgMjYuMDE2MiAzNS40NjUyTCAzNS42MDA4IDI1LjkxMTNDIDM0LjQ4NzIgMjUuNzQ0OSAzMy4zNjQ3IDI1LjY0NDcgMzIuMjM5MyAyNS42MTEzWk0gMjUuODY3MSAyNS44MzY1TCAyNS44NjcyIDI1LjgzNDJMIDI1Ljg3IDI1Ljc4ODNDIDI3LjI4NTQgMjUuNjk2IDI4LjY4NTQgMjUuNjE5IDMwLjA3NzggMjUuNTk2TCAyNS43MDA4IDI5Ljk3MjlDIDI1LjcwMDggMjguNjA0MSAyNS43ODM1IDI3LjIyNzcgMjUuODY3MSAyNS44MzY1Wk0gMjMuMjM5MyAxMy43MTEzTCAxMy43MDg1IDIzLjI0OThDIDE0LjgyMjEgMjMuNDE2MSAxNS45NDQ2IDIzLjUxNjMgMTcuMDcwMSAyMy41NDk4TCAyMy41NTQ3IDE3LjA1NzVDIDIzLjUxNTMgMTUuOTM2OSAyMy40MDk5IDE0LjgxOTYgMjMuMjM5MyAxMy43MTEzWk0gOS4wNTQ2OSAyMS45ODgzTCA5LjA1Nzk5IDIxLjk4NUMgOS45NzY0NCAyMi4zNTY3IDEwLjkyMTUgMjIuNjU4NiAxMS44ODU1IDIyLjg4ODJMIDIyLjg3NzggMTEuOTAzNkMgMjIuNjQ0MiAxMC45Mzg0IDIyLjMzODEgOS45OTIxNSAyMS45NjI0IDkuMDcyODdMIDkuMDU3OTkgMjEuOTg1TCA5LjA0NyAyMS45ODA2TCA5LjA1NDY5IDIxLjk4ODNaTSAyMy40MTk5IDIzLjMwMjVMIDIzLjQyMDMgMjMuMjk2N0MgMjMuNTAzNSAyMS45MTI1IDIzLjU4NTUgMjAuNTUwNSAyMy41ODU1IDE5LjE5NTlMIDE5LjIzMTYgMjMuNTU3NUMgMjAuNjA4NSAyMy41MzQ0IDIyLjAwODUgMjMuNDU3NSAyMy40MTYxIDIzLjM2NTJMIDIzLjQxOTkgMjMuMzAyNVpNIDE5LjkzMTUgNS4yOTU5M0MgMjAuNDQyMSA2LjAzMzIxIDIwLjkwMjEgNi44MDQyIDIxLjMwODUgNy42MDM2MUwgNy41NTQ2OSAyMS4zMDM2QyA2Ljc1NDg5IDIwLjg5NzggNS45ODM4OSAyMC40Mzc3IDUuMjQ2OTUgMTkuOTI2N0wgMTkuOTMxNSA1LjI5NTkzWk0gMjcuOTg1NSA0MS41NzI5QyAyOC4zOTQ3IDQyLjM3MjMgMjguODU3MyA0My4xNDMzIDI5LjM3MDEgNDMuODgwNkwgNDQuMDIzOSAyOS4yNDIxQyA0My4yODcgMjguNzMxIDQyLjUxNiAyOC4yNzA5IDQxLjcxNjIgMjcuODY1MkwgMjcuOTg1NSA0MS41NzI5WiIvPgo8L2RlZnM+Cjwvc3ZnPgo=)
}

.tests__item-ico.blood {
	background-image: url(../../src/sprites/svg/blood.svg)
}

.tests__item-ico.atherosclerosis {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDUiIGhlaWdodD0iMzgiIHZpZXdCb3g9IjAgMCA0NSAzOCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxuczpmaWdtYT0iaHR0cDovL3d3dy5maWdtYS5jb20vZmlnbWEvbnMiPgo8dGl0bGU+U2hhcGU8L3RpdGxlPgo8ZGVzYz5DcmVhdGVkIHVzaW5nIEZpZ21hPC9kZXNjPgo8ZyBpZD0iQ2FudmFzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTIyNiA5OCkiIGZpZ21hOnR5cGU9ImNhbnZhcyI+CjxnIGlkPSJTaGFwZSIgc3R5bGU9Im1peC1ibGVuZC1tb2RlOm5vcm1hbDsiIGZpZ21hOnR5cGU9InZlY3Rvci1vcGVyYXRpb24iPgo8dXNlIHhsaW5rOmhyZWY9IiNwYXRoMF9maWxsIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMjI2IC05OCkiIGZpbGw9IiM2NDM3NUEiIHN0eWxlPSJtaXgtYmxlbmQtbW9kZTpub3JtYWw7Ii8+CjwvZz4KPC9nPgo8ZGVmcz4KPHBhdGggaWQ9InBhdGgwX2ZpbGwiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTSAyMi40MzY0IDUuMTQ2MzVDIDI0Ljc2NTUgMS45MTc5MSAyOC41MDI4IDAuMDAzNjQ2ODUgMzIuNDgzOCAwQyAzOS4zMjI5IDAuMDA3NzI4NTggNDQuODY1MSA1LjU1IDQ0Ljg3MjggMTIuMzg5MUMgNDQuODcyOCAxNi40NTg3IDQyLjg2NDQgMTkuMzUzOCA0MS4yNDg0IDIxLjY4MzNMIDQxLjIyNjkgMjEuNzE0MkMgMzYuNDQ0MiAyOC41NjA2IDI0LjQ0NDcgMzcuMTA1NCAyMy44MDY0IDM3LjU2TCAyMy43OTY2IDM3LjU2N0MgMjIuOTg0MyAzOC4xNDQzIDIxLjg5NTUgMzguMTQ0MyAyMS4wODMzIDM3LjU2N0MgMjAuNTY0MyAzNy4yMDI0IDguNDEzNyAyOC41OTk0IDMuNjUyOTUgMjEuNzE0MkMgMi4wMjYyNSAxOS40MDA1IDAgMTYuNDY5NyAwIDEyLjM4OTFDIDAuMDAyNTYzNDggNy4wMTUyNSAzLjQ2OTEyIDIuMjU1NzUgOC41ODMxMyAwLjYwNDg4OUMgMTMuNjk3MSAtMS4wNDU5NyAxOS4yOTI0IDAuNzg4MjY5IDIyLjQzNjQgNS4xNDYzNVpNIDIyLjQzNjQgMzUuNjUyOUMgMjIuNDM2NCAzNS42NTI5IDM0LjY1MDMgMjcuMDAwOCAzOS4yNjM4IDIwLjM3NTFDIDQxLjAwMjYgMTcuOTI4MSA0Mi41MjQgMTUuNjAwMyA0Mi41NDUgMTIuNDE3MkMgNDIuNTQ5NiA3LjY3MjE2IDM5LjIzMTcgMy41NzE4MSAzNC41OTAyIDIuNTg2MjdDIDI5Ljk0ODYgMS42MDA3MyAyNS4yNTA5IDMuOTk5MSAyMy4zMjY5IDguMzM2NTNDIDIzLjIxMjMgOC43MTQ5NSAyMi44NjM0IDguOTczNzQgMjIuNDY4IDguOTczNzRDIDIyLjA3MjYgOC45NzM3NCAyMS43MjM4IDguNzE0OTUgMjEuNjA5MSA4LjMzNjUzQyAxOS42OTE3IDMuOTkzNzEgMTQuOTk0NiAxLjU4NzMgMTAuMzQ5OSAyLjU2ODFDIDUuNzA0OTYgMy41NDg5IDIuMzgxODQgNy42NDg4NSAyLjM4MzkxIDEyLjM5NjFDIDIuMzgzOTEgMTUuNjA3MyAzLjkwNTQgMTcuOTI4MSA1LjYwOTEzIDIwLjM3NTFDIDEwLjE5NDYgMjcuMDAwOCAyMi40MzY0IDM1LjY1MjkgMjIuNDM2NCAzNS42NTI5WiIvPgo8L2RlZnM+Cjwvc3ZnPgo=)
}

.tests__item-ico.newborns {
	background-image: url(../../src/sprites/svg/newborns.svg)
}

.tests__btn {
	width: 28rem;
	position: relative;
	left: 50%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%)
}

.mobile .tests__btn {
	display: inline-block
}

.mobile .analyses-page .tests {
	padding-top: 0
}

.programs {
	width: 100%;
	overflow-x: hidden
}

.mobile .programs {
	position: relative
}

.programs__inner {
	position: relative;
	padding-left: 2rem;
	padding-right: 2rem;
	margin-top: 2rem
}

.mobile .programs__inner {
	padding-top: 2.4rem;
	padding-bottom: 3rem;
	padding-right: 3rem;
	padding-left: 3rem
}

.programs__content {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 6rem
}

.tablet .programs__content {
	padding-top: 4rem;
	padding-left: 0
}

.mobile .programs__content {
	padding-left: 0;
	padding-top: 2.4rem
}

.programs__item {
	position: relative;
	text-decoration: none;
	cursor: pointer;
	width: 34.4rem;
	height: 56rem;
	box-shadow: 0 2rem 2rem rgba(0, 0, 0, .08);
	transition: all 250ms cubic-bezier(.02, .01, .47, 1);
	display: inline-block
}

.tablet .programs__item {
	width: 21.6rem;
	height: auto;
	margin-right: 2rem
}

.mobile .programs__item {
	width: 23.2rem;
	height: auto;
	margin-right: 2rem
}

.no-touchevents .programs__item:hover {
	box-shadow: 0 4rem 4rem rgba(0, 0, 0, .16);
	-webkit-transform: translate(0, -2rem);
	transform: translate(0, -2rem)
}

.no-touchevents .programs__item:hover .programs__item-img:before {
	opacity: 1;
	transition: opacity 0.5s
}

.programs__item-img {
	position: relative;
	width: 100%;
	height: 33rem;
	background-color: rgba(255, 255, 255, 0);
	background: no-repeat center top/cover
}

.tablet .programs__item-img {
	height: 20rem
}

.mobile .programs__item-img {
	height: 21.2rem
}

.desktop .programs__item-img:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: repeat-x;
	background-image: linear-gradient(223deg, rgba(41, 38, 101, .5), rgba(190, 33, 106, .5));
	opacity: 0;
	transition: opacity 0.5s
}

.programs__item-descr {
	position: relative;
	width: 100%;
	height: 23rem;
	padding: 3.5rem 2rem 2rem;
	overflow: hidden
}

.tablet .programs__item-descr {
	height: 20rem;
	padding: 1.5rem
}

.mobile .programs__item-descr {
	height: 19rem;
	padding: 2rem
}

.programs__item-ttl {
	
	color: #4a4a4a;
	font-size: 2.4rem;
	line-height: 3rem;
	transition: color 0.5s
}

.tablet .programs__item-ttl {
	font-size: 1.8rem;
	line-height: 2.5rem
}

.mobile .programs__item-ttl {
	font-size: 1.8rem;
	line-height: 2rem
}

.programs__item-txt {
	font-family: 'GraphikLCG-Regular', sans-serif;
	color: #9b9b9b;
	font-size: 1.5rem;
	line-height: 2rem;
	padding-top: 1.6rem;
	min-height: 4rem
}

.tablet .programs__item-txt {
	font-size: 1.4rem;
	padding-top: 1.5rem;
	min-height: 7rem
}

.mobile .programs__item-txt {
	font-size: 1.4rem;
	min-height: 6rem
}

.programs__item-inner {
	position: relative
}

.tablet .programs__item-inner,
.mobile .programs__item-inner {
	box-shadow: 0 3rem 8rem 0 rgba(50, 50, 50, .15)
}

.desktop .programs__item-inner:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: calc(100% - 0.8rem);
	height: calc(100% - 1.2rem);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: width 0.2s, height 0.2s
}

.desktop .swiper-slide-visible .programs__item-inner:after {
	box-shadow: 0 3rem 8rem 0 rgba(50, 50, 50, .15)
}

.programs__item:hover .programs__item-inner:after {
	width: 100%;
	height: 100%
}

.programs__slider {
	position: relative;
	margin: 0 -4rem;
	padding: 0 4rem 8rem;
	overflow: hidden
}

.mobile .programs__slider {
	padding-right: 5rem;
	padding-bottom: 3rem
}

.programs .slider__prev {
	left: -5.5rem
}

.programs .slider__next {
	right: -5.5rem
}

.mobile .programs__btn {
	position: absolute;
	bottom: 5rem;
	left: 50%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
	width: 28rem
}

.slider-bottom {
	padding-bottom: 8rem
}

.tablet .slider-bottom {
	padding-bottom: 7rem
}

.mobile .slider-bottom {
	padding-bottom: 0
}

.slider-bottom--text {
	padding-bottom: 0
}

.tablet .slider-bottom--text {
	padding-bottom: 0
}

.slider-bottom__inner {
	width: 100%;
	height: 58.8rem
}

.tablet .slider-bottom__inner {
	height: 38.8rem
}

.mobile .slider-bottom__inner {
	height: 32rem
}

.slider-bottom__inner--text {
	height: 43.5rem
}

.mobile .slider-bottom__inner--text {
	height: 18rem
}

.slider-bottom__item {
	width: 100%;
	height: 100%;
	position: relative;
	background-size: cover;
	background-position: 50% 50%
}

.slider-bottom__item-inner {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .35)
}

.slider-bottom__ttl {
	
	color: #fff;
	font-size: 3.6rem;
	padding-top: 6rem;
	padding-left: 5rem;
	line-height: 4rem;
	width: 50%
}

.tablet .slider-bottom__ttl {
	font-size: 2.4rem;
	padding-top: 2.8rem;
	padding-left: 4rem;
	line-height: 2.5rem;
	width: 75%
}

.mobile .slider-bottom__ttl {
	font-size: 2.4rem;
	padding: 4rem 2rem 0;
	line-height: 3rem;
	width: 100%
}

.slider-bottom__txt {
	font-family: 'GraphikLCG-Regular', sans-serif;
	font-size: 1.5rem;
	color: #fff;
	padding-left: 5rem;
	padding-top: 2rem;
	line-height: 2.5rem;
	width: 40%
}

.tablet .slider-bottom__txt {
	padding-left: 4rem;
	padding-top: 2rem;
	font-size: 1.4rem;
	line-height: 2rem
}

.mobile .slider-bottom__txt {
	display: none
}

.slider-bottom__btn {
	bottom: 5rem;
	position: absolute;
	left: 5rem
}

.tablet .slider-bottom__btn {
	bottom: 3.6rem;
	left: 4rem
}

.mobile .slider-bottom__btn {
	bottom: 5rem;
	left: 50%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%)
}

.mobile .slider-bottom__btn .btn {
	width: 28rem
}

.slider-bottom__pagination {
	position: absolute;
	bottom: 5rem;
	right: 4.6rem;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	z-index: 10
}

.tablet .slider-bottom__pagination {
	bottom: 3.6rem;
	right: 2.6rem;
	display: none
}

.mobile .slider-bottom__pagination {
	display: none
}

.slider-bottom__pagination .slider__prev,
.slider-bottom__pagination .slider__next {
	position: relative;
	left: 0;
	right: 0
}

.slider-bottom__pagination .slider__prev {
	margin-right: .8rem
}

.slider-bottom__slider {
	position: relative;
	overflow: hidden
}

.tablet .slider-bottom__slider--text,
.mobile .slider-bottom__slider--text {
	overflow: visible
}

.slider-bottom__bullets {
	position: absolute;
	bottom: 1.5rem!important;
	z-index: 10;
	text-align: center
}

.slider-bottom__bullets .swiper-pagination-bullet {
	background-color: inherit;
	border: 1px solid #fff;
	opacity: 1;
	margin: 0 7px!important
}

.slider-bottom__bullets .swiper-pagination-bullet-active {
	background-color: #fff
}

.news {
	padding-bottom: 10rem
}

.mobile .news {
	padding-top: 5.6rem;
	position: relative;
	padding-bottom: 11rem
}

.news__content {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-top: 6rem;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.tablet .news__content {
	padding-top: 3.6rem
}

.mobile .news__content {
	padding-top: 2.8rem;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.news__item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 32%;
	padding-top: 2.4rem;
	border-top: 1px solid #979797;
	text-decoration: none
}

.news__item:hover .news__item-txt {
	color: #000
}

.tablet .news__item {
	padding-top: .6rem;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 21.8rem
}

.mobile .news__item {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 1.2rem;
	width: 100%
}

.news__item-date {
	color: #9b9b9b;
	font-size: 1.6rem;
	padding-top: .8rem;
	text-decoration: none
}

.tablet .news__item-date,
.mobile .news__item-date {
	font-size: 1.2rem
}

.news__item-txt {
	
	color: #4a4a4a;
	font-size: 1.5rem;
	padding-left: 3.2rem;
	line-height: 2.5rem;
	text-decoration: none;
	transition: color 0.4s
}

.tablet .news__item-txt {
	padding-left: 0;
	font-size: 1.4rem;
	padding-top: 2rem;
	color: #232323
}

.mobile .news__item-txt {
	padding-left: 0;
	font-size: 1.5rem;
	padding-top: 2rem;
	padding-bottom: 4rem;
	color: #4a4a4a
}

.mobile .news__btn {
	position: absolute;
	bottom: 6rem;
	left: 50%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
	width: 28rem
}

.cart {
	padding-bottom: 10rem;
	background-color: #fafafa;
	min-height: calc(100vh - 43.2rem - 13.5rem)
}

.tablet .cart,
.mobile .cart {
	margin-top: 0
}

.mobile .cart .content {
	padding: 0 1rem
}

.cart__head {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 6rem 0
}

.mobile .cart__head {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 4rem 1rem 3rem
}

.mobile .cart__head--btn {
	width: 100%;
	font-size: 1.4rem
}

.cart__title {
	font-size: 6rem;
	margin: 0;
	line-height: .67
}

.mobile .cart__title {
	font-size: 2.4rem;
	line-height: 1.2;
	margin-bottom: 3rem
}

.cart__container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

.no-desktop .cart__container {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.cart__list {
	width: 100%
}

.desktop .cart__list {
	/*
	flex: 0 0 68%;
	max-width: 68%;
	*/
	
	margin-bottom: -2.4rem
}

.cart__border {
	border: solid 1px rgba(0, 0, 0, .08);
	background-color: #fff;
	padding: 3.5rem;
	box-sizing: border-box
}

.cart__table {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

.mobile .cart__table {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.cart__table--header {
	text-align: left;
	font-size: 1.1rem;
	
	font-weight: 500;
	line-height: 1.5rem;
	text-transform: uppercase;
	color: #9b9b9b
}

.cart__table--content {
	
	font-size: 2.4rem;
	line-height: 1.2;
	color: #4a4a4a;
	vertical-align: top;
	padding-top: 1rem
}

.tablet .cart__table--content {
	font-size: 1.5rem
}

.mobile .cart__table--content {
	font-size: 1.4rem
}

.cart__table--name {
	width: 65.92797783933518%
}

.tablet .cart__table--name,
.mobile .cart__table--name {
	width: 100%
}

.cart__table--price {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 28rem;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 34.07202216066482%
}

.mobile .cart__table--price {
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-top: 2rem
}

.cart__item {
	margin-bottom: 2.4rem;
	margin-right: 2.4rem;
	transition: box-shadow 0.4s;
	border-radius: 2px
}

.tablet .cart__item {
	margin-right: 0;
	margin-bottom: 2rem
}

.mobile .cart__item {
	margin-right: 0;
	margin-bottom: 1rem;
	padding: 1.5rem
}

.cart__item:not(.cart__item--bio):hover {
	box-shadow: 0 .4rem 2rem rgba(0, 0, 0, .1)
}

.cart__item a {
	text-decoration: none
}

.cart__item--options {
	margin-top: 3rem
}

.tablet .cart__item--options,
.mobile .cart__item--options {
	margin-top: 2rem
}

.cart__item--bottom {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 3rem
}

.tablet .cart__item--bottom,
.mobile .cart__item--bottom {
	margin-top: 2rem
}

.cart__item--group {
	color: #706194;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.cart__item--group:before {
	content: '';
	position: relative;
	display: inline-block;
	width: .8rem;
	height: .8rem;
	background-color: #706194;
	border-radius: 50%;
	margin-right: .8rem
}

.cart__item--slash {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.5rem;
	line-height: 1;
	font-weight: 400
}

.cart__item--id {
	display: inline-block;
	vertical-align: middle
}

.cart__item--name-box {
	max-width: 35rem
}

.cart__item--time {
	width: 100%;
	white-space: nowrap;
	width: 63.82113821138211%
}

.mobile .cart__item--time {
	width: auto
}

.mobile .cart__item--time:not(:empty) {
	margin-right: 4.5rem
}

.cart__item--price {
	white-space: nowrap;
	width: 36.17886178861789%
}

.cart__item--remove {
	position: relative;
	display: inline-block;
	color: #9b9b9b;
	font-family: GraphikLCG;
	font-size: 1.1rem;
	line-height: 2.56rem;
	text-transform: uppercase;
	padding-left: 1rem;
	transition: color 0.3s;
	letter-spacing: 1px;
	margin-right: 1rem
}

.no-touchevents .cart__item--remove:hover {
	color: #4a4a4a
}

.cart__item--remove:before,
.cart__item--remove:after {
	content: '';
	position: absolute;
	display: inline-block;
	width: 1px;
	height: 1.3rem;
	left: -.5rem;
	top: .5rem;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	background-color: #9b9b9b;
	transition: background-color 0.3s
}

.cart__item--remove:after {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg)
}

.no-touchevents .cart__item--remove:hover:before,
.no-touchevents .cart__item--remove:hover:after {
	background-color: #4a4a4a
}

.cart__item--home {
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: GraphikLCG;
	font-size: 1.24rem;
	line-height: 1.26rem;
	color: #be216a;
	text-transform: uppercase
}

.cart__item--home-ico {
	margin-right: 1.2rem
}

.cart__item--home-ico svg {
	width: 2.2rem;
	height: 2.6rem
}

.cart__item--home-ico svg path {
	stroke: #be216a
}

.cart__item--home-ico._total {
	margin-right: 2.7rem
}

.cart__item--home-ico._total svg {
	width: 3.3rem;
	height: 4.2rem
}

.no-desktop .cart__item--home-ico {
	display: none
}

.cart__item--home:hover .cart__helper {
	opacity: 1;
	pointer-events: auto
}

.cart__sub-title {
	font-family: GraphikLCG;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.2;
	color: #4a4a4a;
	margin-top: 7rem;
	margin-bottom: 4rem
}

.mobile .cart__sub-title {
	margin-top: 4rem;
	margin-bottom: 3rem;
	padding: 0 1rem
}

.cart__empty {
	margin-top: 0;
	margin-bottom: 5rem;
	font-size: 2.4rem;
	line-height: 3rem;
	color: #4a4a4a
}

.cart__total {
	font-family: GraphikLCG;
	font-size: 2.4rem;
	color: #4a4a4a;
	border-radius: 2px
}

.cart__total--helper-all {
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1
}

.desktop .cart__total {
	flex: 0 0 32%;
	max-width: 32%
}

.tablet .cart__total {
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	margin: 3rem 0 0;
	padding: 3rem 4rem;
	border: none;
	box-shadow: 0rem 0rem 5rem .5rem rgba(0, 0, 0, .08);
	z-index: 11
}

.mobile .cart__total {
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	margin: 3rem 0 0;
	padding: 1rem;
	border: none;
	box-shadow: 0rem 0rem 5rem .5rem rgba(0, 0, 0, .08);
	z-index: 11
}

.cart__total--top {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.6rem;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-right: 4rem;
	font-weight: 500;
	line-height: 2rem;
	margin: .5rem 0
}

.desktop .cart__total--top {
	display: none
}

.tablet .cart__total--top {
	padding-right: 0;
	font-size: 3.6rem;
	line-height: 4rem
}

.mobile .cart__total--top {
	padding-left: 5rem
}

.cart__total--top-title {
	font-size: 1.4rem
}

.tablet .cart__total--top-title {
	font-size: 2.4rem
}

.mobile .cart__total--top-price {
	font-size: 1.4rem
}

.cart__total--opener {
	position: absolute;
	top: 1.2rem;
	right: 1rem;
	width: 2.5rem;
	height: 2.5rem;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMi45MSA2LjU3Ij4NCgk8cG9seWdvbiBwb2ludHM9IjEuMDUgMC4zNCAwLjcxIDAgMCAwLjcxIDAuMzggMS4wOCAxLjA1IDAuMzQiIGZpbGw9ImN1cnJlbnRDb2xvciIvPg0KCTxwb2x5Z29uIHBvaW50cz0iNi40NiA1LjkgNi4xMyA2LjI3IDYuNDYgNi41NyA2Ljc5IDYuMjcgNi40NiA1LjkiIGZpbGw9ImN1cnJlbnRDb2xvciIvPg0KCTxwb2x5Z29uIHBvaW50cz0iMTIuNTQgMS4wOCAxMi45MSAwLjc1IDEyLjI0IDAuMDEgMTEuODcgMC4zNCAxMi41NCAxLjA4IiBmaWxsPSJjdXJyZW50Q29sb3IiLz4NCgk8cG9seWdvbiBwb2ludHM9IjAuMzggMS4wOCA2LjE0IDYuMjcgNi44MSA1LjUzIDEuMDUgMC4zNCAwLjM4IDEuMDgiIGZpbGw9ImN1cnJlbnRDb2xvciIvPg0KCTxyZWN0IHg9IjUuNDYiIHk9IjIuODEiIHdpZHRoPSI3Ljc0IiBoZWlnaHQ9IjAuOTkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMTkgNy4xKSByb3RhdGUoLTQyLjA3KSIgZmlsbD0iY3VycmVudENvbG9yIi8+DQo8L3N2Zz4NCg==);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 1.3rem .6rem;
	background-color: transparent;
	border: none;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

._opened .cart__total--opener {
	-webkit-transform: rotate(0);
	transform: rotate(0)
}

.no-mobile .cart__total--opener {
	display: none
}

.no-desktop .cart__total--content {
	display: none
}

.cart__total--content {
	position: relative
}

.cart__total--export {
	position: absolute;
	top: 0;
	right: 0
}

.mobile .cart__total--export {
	right: 3rem
}

.cart__total--export svg {
	display: block;
	width: 100%;
	fill: #909293
}

.cart__total--export svg:hover {
	fill: #BC2271
}

.cart__total--export>button {
	display: block;
	margin: 0;
	padding: 0;
	width: 2.5rem;
	border: none;
	background: transparent;
	outline: none
}

.cart__total--export>div {
	display: none;
	position: absolute;
	top: -4.5rem;
	right: -.5rem;
	padding: 7px;
	background: #FFF;
	box-shadow: 0 3px 20px rgba(0, 0, 0, .25);
	white-space: nowrap
}

.cart__total--export:hover>div {
	display: block
}

.cart__total--export>div:after {
	content: '';
	position: absolute;
	right: 1rem;
	bottom: -1rem;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1rem .8rem 0 .8rem;
	border-color: #FFF transparent transparent transparent
}

.cart__total--export>div a {
	display: inline-block;
	cursor: pointer
}

.cart__total--export>div a svg {
	width: 3rem;
	max-height: 2rem
}

.cart__total--title {
	font-weight: 500;
	line-height: 1.25;
	margin-bottom: 3.5rem
}

.mobile .cart__total--title {
	font-size: 1.6rem;
	margin-bottom: 2.5rem
}

.cart__total--info {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%
}

.tablet .cart__total--info {
	width: 50%;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.cart__total--bottom {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.cart__total--row {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%
}

.cart__total--add-cost {
	margin-top: 1.5rem;
	margin-bottom: 3.5rem;
	font-size: 1.3rem;
	font-weight: 800;
	line-height: 1.36
}

.tablet .cart__total--add-cost {
	margin-bottom: 0
}

.cart__total--old-price {
	position: relative;
	display: inline-block;
	font-size: 2.4rem;
	padding: 0 .4rem;
	line-height: 1.04;
	color: #9b9b9b;
	text-decoration: none;
	margin-bottom: .5rem
}

.tablet .cart__total--old-price {
	font-size: 1.5rem;
	padding: 0 .1rem
}

.mobile .cart__total--old-price {
	font-size: 1.1rem;
	padding: 0 .1rem;
	margin-bottom: 0
}

.cart__total--old-price:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	margin-top: -1px;
	background-color: #4a4a4a
}

.mobile .cart__total--old-price:before {
	margin-top: -2px
}

.cart__total--price {
	white-space: nowrap;
	font-size: 4.5rem;
	font-weight: 500;
	line-height: 1.11;
	display: inline-block
}

.mobile .cart__total--price {
	font-size: 2.4rem
}

.cart__total--card {
	min-width: 12.6rem;
	font-size: 1.1rem;
	line-height: 1.36;
	color: #9b9b9b;
	margin-left: 3rem;
	display: inline-block;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1
}

.tablet .cart__total--card {
	margin-left: 6rem
}

.cart__total--helper {
	color: #4a4a4a;
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 500;
	text-transform: none;
	padding-bottom: .2rem;
	border-bottom: 1px dashed #979797
}

.cart__total .btn {
	width: 100%;
	margin-bottom: 3.5rem
}

.tablet .cart__total .btn {
	width: 25rem
}

.mobile .cart__total .btn {
	margin: 0 .5rem
}

.cart__helper {
	position: absolute;
	top: 0rem;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
	padding-left: 2.5rem;
	padding-right: 4.5rem;
	background-color: #fff;
	box-shadow: 0 .2rem 4rem 0 rgba(0, 0, 0, .2);
	z-index: 10;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s
}

.mobile .cart__helper {
	width: calc(100vw - 2rem);
	left: -1.5rem;
	top: -1.5rem
}

.cart__helper:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -1.7rem;
	width: 2rem;
	height: 2rem;
	background-color: #fff;
	-webkit-transform: rotate(45deg) translateX(-50%);
	transform: rotate(45deg) translateX(-50%);
	z-index: -1
}

.cart__helper--close {
	position: absolute;
	top: 1.5rem;
	right: 1.5rem;
	width: 2rem;
	height: 2rem;
	background-color: transparent;
	border: none;
	padding: 0
}

.cart__helper--close:before,
.cart__helper--close:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: .3rem;
	background-color: #40335f
}

.cart__helper--close:before {
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg)
}

.cart__helper--close:after {
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg)
}

.cart__helper--text {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.8;
	color: #4a4a4a;
	min-width: 23rem;
	max-width: 200%
}

.cart__helper--price {
	font-size: 1.5rem;
	line-height: 1.3;
	margin-top: 2rem;
	color: #9b9b9b
}

.trust {
	position: relative;
	width: 100%;
	height: 65rem;
	background: url(../../src/images/temp/main-bottom-banner.jpg) no-repeat center center/cover;
	overflow: hidden
}

.tablet .trust {
	margin-top: .4rem;
	height: 35.6rem
}

.mobile .trust {
	position: relative;
	margin-top: 0;
	height: 48rem;
	background-position: 73% center;
	background-image: url(../../src/images/temp/main-bottom-banner-mobile.jpg)
}

.mobile .trust .content {
	padding-left: 2rem;
	padding-right: 2rem
}

.trust__video {
	position: absolute
}

.trust__inner {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	height: 100%;
	position: relative;
	z-index: 1;
	background-repeat: repeat-x;
	background-image: linear-gradient(-246deg, rgba(41, 38, 101, .7), rgba(190, 33, 106, .7))
}

.mobile .trust__inner {
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.trust__head {
	padding-top: 7rem
}

.tablet .trust__head {
	padding-top: 0;
	line-height: 3rem
}

.mobile .trust__head {
	padding-top: 5.5rem
}

.trust__txt {
	font-family: 'GraphikLCG-Regular', sans-serif;
	color: #fff;
	font-size: 2.4rem;
	text-align: center;
	padding-top: 1rem;
	line-height: 3rem
}

.tablet .trust__txt {
	line-height: 2rem;
	padding-top: 1.8rem;
	font-size: 1.4rem
}

.mobile .trust__txt {
	font-size: 1.4rem;
	line-height: 2rem;
	text-align: left;
	padding-left: 2rem
}

.trust__content {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	padding-top: 10rem;
	padding-right: 5rem
}

.tablet .trust__content {
	padding-left: 1rem;
	padding-right: 4rem;
	padding-top: 2rem
}

.mobile .trust__content {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 3rem;
	padding-right: 2rem;
	padding-top: 3rem
}

.trust__ico {
	width: 7rem;
	height: 7rem;
	background-repeat: no-repeat;
	text-align: center;
	background-position: center top;
	margin: 0 auto
}

.tablet .trust__ico {
	width: 6rem;
	height: 5rem;
	background-size: contain
}

.mobile .trust__ico {
	margin: inherit;
	width: 6rem;
	height: 5rem;
	background-size: contain
}

.trust__ico._1 {
	background-size: 6.5rem
}

.tablet .trust__ico._1,
.mobile .trust__ico._1 {
	background-size: 5rem
}

.trust__ico._2 {
	background-size: 7.6rem
}

.tablet .trust__ico._2,
.mobile .trust__ico._2 {
	background-size: 6rem
}

.trust__ico._3 {
	background-size: 6.3rem
}

.tablet .trust__ico._3,
.mobile .trust__ico._3 {
	background-size: 4.5rem
}

.mobile .trust__item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: .6rem;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.trust__item:nth-child(2) {
	padding-right: 2rem
}

.mobile .trust__btn {
	position: absolute;
	bottom: 3.5rem;
	left: 50%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
	width: 28rem
}

.wishlist-btn {
	position: relative
}

.desktop .wishlist-btn._open .wishlist-cart {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1
}

._scrolled .wishlist-btn {
	width: 9rem
}

.wishlist-btn__cart {
	display: block;
	width: 100%;
	height: 100%;
	background-color: transparent;
	border: none
}

html._cart-page .wishlist-btn__cart {
	cursor: default
}

.wishlist-count {
	border-radius: 100%;
	width: 2.2rem;
	height: 2.2rem;
	background-color: #be216a;
	color: #fff;
	display: block;
	position: absolute;
	right: 1.4rem;
	top: 1.8rem;
	line-height: 2.2rem;
	text-align: center;
	font-size: 1.2rem
}

.header__top-cart .wishlist-count {
	position: relative;
	top: -.08rem;
	right: auto;
	display: inline-block;
	width: 1.6rem;
	height: 1.6rem;
	font-size: 1rem;
	line-height: 1.6rem
}

.wishlist-count:empty {
	opacity: 0
}

.tablet .wishlist-count {
	top: -.7rem;
	right: -1rem;
	width: 1.8rem;
	height: 1.8rem;
	line-height: 1.8rem
}

.mobile .wishlist-count {
	width: 1.8rem;
	height: 1.8rem;
	right: -.8rem;
	top: -.5rem;
	line-height: 1.8rem;
	font-size: 1rem
}

.wishlist-cart {
	display: none;
	position: absolute;
	min-width: 38rem;
	max-height: calc(100vh - 13rem);
	overflow: hidden;
	top: 8.7rem;
	right: -11rem;
	background-color: #fff;
	box-sizing: border-box;
	padding: 3rem;
	color: #4a4a4a;
	font-size: 1.5rem;
	z-index: 30;
	opacity: 0;
	-webkit-transform: translateY(-3rem);
	transform: translateY(-3rem);
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	transition-duration: 0.3s;
	box-shadow: 0rem .1rem .5rem -.2rem rgba(0, 0, 0, .5)
}

.wishlist-cart {
	top: 0
}

.header._hide .wishlist-cart {
	top: 8rem
}

.no-desktop .wishlist-cart,
._cart-page .wishlist-cart {
	display: none
}

.wishlist-cart._opened {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	pointer-events: auto;
	display: inline-block!important
}

.wishlist-cart__title {
	color: #4a4a4a;
	padding-bottom: 1rem;
	border-bottom: 1px solid #e8e8e8
}

.wishlist-cart__table {
	position: relative;
	display: block;
	max-height: calc(100vh - 38rem);
	overflow: auto
}

.wishlist-cart__empty {
	margin-bottom: 0!important;
	padding: 1rem 1.5rem;
	color: #9b9b9b
}

.wishlist-cart__table>strong {
	display: block;
	margin: 1rem 0
}

.wishlist-cart__item {
	text-decoration: none;
	color: #4a4a4a;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 1rem 1.5rem;
	transition: background-color 0.3s;
	line-height: 1.5
}

.no-touchevents .wishlist-cart__item:hover {
	background-color: #f6f6f6
}

.wishlist-cart__index {
	width: 4rem;
	color: #9b9b9b
}

.wishlist-cart__name {
	width: 100%
}

.wishlist-cart__price {
	width: 10rem;
	text-align: right
}

.wishlist-cart__delete {
	width: 6rem;
	text-align: right;
	font-size: 2.6rem;
	line-height: .8
}

.wishlist-cart__total {
	padding-top: 2rem;
	border-top: 1px solid #e8e8e8
}

.wishlist-cart__total-row {
	padding-bottom: 1.3rem;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.wishlist-cart__total-row._discount span {
	font-weight: 600
}

.wishlist-cart__total-row._discount strong {
	display: none;
	color: #9b9b9b;
	text-decoration: line-through
}

.wishlist-cart__total-row._total span {
	color: #9b9b9b;
	font-size: 1.1rem;
	line-height: 1.36
}

.wishlist-cart__total-row._total strong {
	font-size: 2.4rem;
	color: #40335f
}

.wishlist-cart__total-row._include {
	display: none;
	font-size: 1.1rem
}

.offices {
	color: #4a4a4a;
	box-sizing: border-box;
	margin-bottom: 5rem;
	border-bottom: 1px solid #e8e8e8;
	padding: 0
}

.offices__header {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	padding: 4rem 0;
	box-sizing: border-box
}

.offices__title {
	font-size: 3.6rem;
	margin: 0;
	width: 53.5%
}

.offices__aside {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-left: 1px solid #e8e8e8;
	font-size: 1.5rem;
	line-height: 2rem;
	padding: .5rem 3% .5rem 4%;
	width: 37.25%
}

.offices__aside:before {
	content: '';
	display: block;
	width: 3.4rem;
	height: 3.2rem;
	padding: 0 1.6rem;
	margin-right: 3rem;
	box-sizing: border-box;
	background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzMiIHZpZXdCb3g9IjAgMCAzNiAzMyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxuczpmaWdtYT0iaHR0cDovL3d3dy5maWdtYS5jb20vZmlnbWEvbnMiPgo8dGl0bGU+aWNvbl8yPC90aXRsZT4KPGRlc2M+Q3JlYXRlZCB1c2luZyBGaWdtYTwvZGVzYz4KPGcgaWQ9IkNhbnZhcyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTExNTYgLTUyNCkiIGZpZ21hOnR5cGU9ImNhbnZhcyI+CjxnIGlkPSJpY29uXzIiIHN0eWxlPSJtaXgtYmxlbmQtbW9kZTpub3JtYWw7IiBmaWdtYTp0eXBlPSJmcmFtZSI+CjxnIGlkPSJSZWN0YW5nbGUgOCIgc3R5bGU9Im1peC1ibGVuZC1tb2RlOm5vcm1hbDsiIGZpZ21hOnR5cGU9InZlY3RvciI+Cjx1c2UgeGxpbms6aHJlZj0iI3BhdGgwX3N0cm9rZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTE2My40OCA1MzkuMTUzKSIgZmlsbD0iIzQwMzM2MCIgc3R5bGU9Im1peC1ibGVuZC1tb2RlOm5vcm1hbDsiLz4KPC9nPgo8ZyBpZD0iTGluZSIgc3R5bGU9Im1peC1ibGVuZC1tb2RlOm5vcm1hbDsiIGZpZ21hOnR5cGU9InZlY3RvciI+Cjx1c2UgeGxpbms6aHJlZj0iI3BhdGgxX3N0cm9rZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTE1OCA1MjYpIiBmaWxsPSIjQkUyMTZBIiBzdHlsZT0ibWl4LWJsZW5kLW1vZGU6bm9ybWFsOyIvPgo8L2c+CjwvZz4KPC9nPgo8ZGVmcz4KPHBhdGggaWQ9InBhdGgwX3N0cm9rZSIgZD0iTSAyMC44MjU4IDE2LjQ0MTRMIDIwLjgyNTggMTcuNDQxNEwgMjEuODI1OCAxNy40NDE0TCAyMS44MjU4IDE2LjQ0MTRMIDIwLjgyNTggMTYuNDQxNFpNIDAgMTYuNDQxNEwgLTEgMTYuNDQxNEwgLTEgMTcuNDQxNEwgMCAxNy40NDE0TCAwIDE2LjQ0MTRaTSAxOS44MjU4IDBMIDE5LjgyNTggMTYuNDQxNEwgMjEuODI1OCAxNi40NDE0TCAyMS44MjU4IDBMIDE5LjgyNTggMFpNIDIwLjgyNTggMTUuNDQxNEwgMCAxNS40NDE0TCAwIDE3LjQ0MTRMIDIwLjgyNTggMTcuNDQxNEwgMjAuODI1OCAxNS40NDE0Wk0gMSAxNi40NDE0TCAxIDBMIC0xIDBMIC0xIDE2LjQ0MTRMIDEgMTYuNDQxNFoiLz4KPHBhdGggaWQ9InBhdGgxX3N0cm9rZSIgZD0iTSAtMC41Njc3MzMgMTAuMTM3N0wgLTEuMzkwOTUgMTAuNzA1NUwgLTAuMjU1NDggMTIuMzUxOUwgMC41Njc3MzMgMTEuNzg0MkwgLTAuNTY3NzMzIDEwLjEzNzdaTSAxNS44OTM0IDBMIDE2LjQ2MTEgLTAuODIzMjEzTCAxNS44OTM0IC0xLjIxNDc1TCAxNS4zMjU3IC0wLjgyMzIxM0wgMTUuODkzNCAwWk0gMzEuMjE5MSAxMS43ODQyTCAzMi4wNDIzIDEyLjM1MTlMIDMzLjE3NzcgMTAuNzA1NUwgMzIuMzU0NSAxMC4xMzc3TCAzMS4yMTkxIDExLjc4NDJaTSAwLjU2NzczMyAxMS43ODQyTCAxNi40NjExIDAuODIzMjEzTCAxNS4zMjU3IC0wLjgyMzIxM0wgLTAuNTY3NzMzIDEwLjEzNzdMIDAuNTY3NzMzIDExLjc4NDJaTSAxNS4zMjU3IDAuODIzMjEzTCAzMS4yMTkxIDExLjc4NDJMIDMyLjM1NDUgMTAuMTM3N0wgMTYuNDYxMSAtMC44MjMyMTNMIDE1LjMyNTcgMC44MjMyMTNaIi8+CjwvZGVmcz4KPC9zdmc+Cg==) no-repeat center center
}

.offices__aside-btn.btn {
	font-size: 1.1rem;
	width: 9.7rem;
	height: 3.5rem;
	line-height: 3.5rem;
	padding: 0;
	text-align: center;
	color: #403360;
	letter-spacing: .1rem
}

.offices__body {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 55rem
}

.offices__list {
	width: 32%;
	width: 32%;
	border-right: 1px solid #e8e8e8;
	padding-right: 2rem;
	padding-top: 1.7rem
}

.offices__item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.5rem;
	line-height: 2rem;
	padding: 2rem 0;
	color: #4a4a4a;
	text-decoration: none;
	border-bottom: 1px solid #e8e8e8
}

.offices__item:before {
	content: '';
	display: block;
	width: 2.6rem;
	height: 2.6rem;
	padding: 0;
	margin-right: 1rem;
	box-sizing: border-box;
	border-radius: 100%;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background: #9b9b9b url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxOSAxMyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxuczpmaWdtYT0iaHR0cDovL3d3dy5maWdtYS5jb20vZmlnbWEvbnMiPgo8dGl0bGU+QXNzZXQgMUA3IENvcHk8L3RpdGxlPgo8ZGVzYz5DcmVhdGVkIHVzaW5nIEZpZ21hPC9kZXNjPgo8ZyBpZD0iQ2FudmFzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDMxIC02NjApIiBmaWdtYTp0eXBlPSJjYW52YXMiPgo8ZyBpZD0iQXNzZXQgMUA3IENvcHkiIHN0eWxlPSJtaXgtYmxlbmQtbW9kZTpub3JtYWw7IiBmaWdtYTp0eXBlPSJmcmFtZSI+CjxnIGlkPSJTaGFwZSIgc3R5bGU9Im1peC1ibGVuZC1tb2RlOm5vcm1hbDsiIGZpZ21hOnR5cGU9InZlY3RvciI+Cjx1c2UgeGxpbms6aHJlZj0iI3BhdGgwX2ZpbGwiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQzMSA2NjApIiBmaWxsPSIjRkZGRkZGIiBzdHlsZT0ibWl4LWJsZW5kLW1vZGU6bm9ybWFsOyIvPgo8L2c+CjwvZz4KPC9nPgo8ZGVmcz4KPHBhdGggaWQ9InBhdGgwX2ZpbGwiIGQ9Ik0gOS4yMTQ1OCAxMi45ODA3TCAxMi4yMDkgNy43NzU3NkwgMTMuNDUyMiAxMS4zMDA5TCAxMi40NDg2IDExLjMwMDlMIDEyLjQ0ODYgMTIuODUyNEwgMTguNDI5MiAxMi44NTI0TCAxOC40MjkyIDExLjMwMDlMIDE3LjI4NzggMTEuMzAwOUwgMTIuOTkxNSAwTCA5LjIxNDU4IDYuOTU4MDNMIDUuNDM3NjkgMEwgMS4xNDE2MyAxMS4zMDA5TCAwIDExLjMwMDlMIDAgMTIuODUyNEwgNS45ODA4MyAxMi44NTI0TCA1Ljk4MDgzIDExLjMwMDlMIDQuOTc2OTEgMTEuMzAwOUwgNi4yMjAxNyA3Ljc3NTc2TCA5LjIxNDU4IDEyLjk4MDdaIi8+CjwvZGVmcz4KPC9zdmc+Cg==) no-repeat center center/70%
}

.offices__item._orange:before {
	background-color: #fdab1c
}

.offices__item._purple:before {
	background-color: #b8118f
}

.offices__item._red:before {
	background-color: #f21917
}

.offices__item._blue:before {
	background-color: #0050a4
}

.offices__item._brown:before {
	background-color: #755c2b
}

.offices__map {
	width: 68%
}

.banner {
	position: relative;
	display: block;
	width: 34rem;
	height: 23rem;
	
	font-size: 1.6rem;
	color: #fff;
	background: no-repeat center center/cover
}

.banner__inner {
	width: 100%;
	height: 100%;
	padding: 2rem 3.4rem 2.4rem;
	box-shadow: inset 0 0 5rem rgba(0, 0, 0, .2);
	background-repeat: repeat-x;
	background-image: linear-gradient(241deg, rgba(41, 38, 101, .5), rgba(190, 33, 106, .5))
}

.banner__title {
	
	font-size: 1.6rem;
	line-height: 1.2;
	width: 30%
}

.banner__btn {
	position: absolute;
	bottom: 2.4rem;
	left: 3.4rem;
	color: #fff;
	box-shadow: 0 0 0 1px #fff;
	letter-spacing: 1px
}

.desktop .banner__btn:hover {
	background-color: #fff;
	color: #60295e;
	box-shadow: 0 0 0 .2rem #fff
}

.tabs {
	width: 100%;
	font-size: 1.5rem;
	line-height: 2.5rem;
	padding: 0 1.5rem 1.5rem;
	margin-bottom: 8rem
}

.mobile .tabs {
	margin-bottom: 4rem
}

.tabs__header {
	overflow: auto;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	-webkit-overflow-scrolling: touch
}

.tabs__header-wrap {
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 2rem
}

.mobile .tabs__header-wrap {
	width: 79rem;
	padding-left: 0
}

.tabs__tab {
	display: block;
	height: 8.5rem;
	line-height: 8.5rem;
	margin: 0 3rem;
	font-size: 1.5rem;
	color: #4a4a4a;
	text-decoration: none
}

.tabs__tab._active,
.tabs__tab+hover {
	border-bottom: .2rem solid #c0256d;
	color: #c0256d
}

.tabs__tab._bolder {
	font-family: 'GraphikLCG-Medium', sans-serif
}

.tabs__body {
	padding: 5rem;
	border-bottom: 1px solid #e8e8e8;
	display: block;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	position: relative
}

.mobile .tabs__body {
	padding: 3rem 0 0;
	width: 100%
}

.tabs__body._noborder {
	border-bottom: 0
}

.tablet .tabs__body {
	padding: 2rem 3rem 0
}

.tabs__article {
	width: 64.34782608695652%;
	padding-right: 1rem
}

.tabs__article._more-padding {
	padding-right: 6rem
}

.mobile .tabs__article,
.tablet .tabs__article {
	padding: 0;
	width: 100%
}

.mobile .tabs__aside,
.tablet .tabs__aside {
	display: none
}

.desktop .tabs__aside {
	float: right
}

.tabs__content {
	overflow: hidden;
	position: relative;
	transition: height 0.7s
}

.mobile .tabs__content--mini {
	height: inherit
}

.tabs__content h2 {
	
	font-size: 4.4rem;
	line-height: 6rem
}

.tabs__content ul {
	margin: 0 0 2rem;
	padding: 0;
	line-height: 2.5rem;
	list-style: none
}

.tabs__content ul>li::before {
	content: '';
	display: inline-block;
	margin-right: .7rem;
	width: .6rem;
	height: .6rem;
	background: #BB1670;
	border-radius: 50%;
	position: relative;
	top: -.3rem
}

.tabs__content ol {
	margin: 0 0 2rem 2rem;
	padding: 0;
	line-height: 2.5rem;
	counter-reset: cnt1;
	list-style: none
}

.tabs__content ol>li {
	position: relative;
	counter-increment: cnt1
}

.tabs__content ol>li::before {
	content: counter(cnt1) '.';
	position: absolute;
	left: -2rem;
	top: 0;
	font-family: GraphikLCG;
	font-weight: 500;
	color: #BB1670
}

.tabs__content strong {
	color: #BB1670;
	font-weight: 500;
	font-family: GraphikLCG;
	box-sizing: border-box
}

.tabs__content a {
	color: #be216a
}

.tabs__content a:hover,
.tabs__content a:visited {
	color: #be216a
}

.tabs__content._bottom-shade:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4rem;
	background-image: linear-gradient(to top, #fff, rgba(255, 255, 255, .01))
}

.tabs__more {
	text-decoration: none;
	text-align: center;
	display: block;
	color: #4a4a4a;
	font-size: 5rem
}

.tabs__more:after,
.tabs__more:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 1px;
	width: 47%;
	background-color: #eee
}

.tabs__more-ico {
	position: relative;
	display: inline-block;
	margin: 0 1rem;
	width: 1.4rem;
	height: 1.4rem;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

.tablet .tabs__more-ico,
.mobile .tabs__more-ico {
	width: 1.4rem;
	height: 1.4rem
}

.tabs__more-ico:before,
.tabs__more-ico:after {
	content: '';
	position: absolute;
	background-color: #4a4a4a;
	transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	transition: transform 0.4s, -webkit-transform 0.4s
}

.tabs__more-ico:before {
	top: 50%;
	left: 0;
	width: 100%;
	height: .2rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.tabs__more-ico:after {
	top: 0;
	left: 50%;
	width: .2rem;
	height: 100%;
	-webkit-transform: translate(0, 0) rotate(90deg);
	transform: translate(0, 0) rotate(90deg)
}

._collapsed~.tabs__more .tabs__more-ico:after {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.tabs__print-btn {
	position: absolute;
	top: 50%;
	right: 5rem;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

.mobile .tabs__print-btn {
	display: none
}

.tablet .tabs__print-btn {
	display: none
}

.tabs__open-content {
	height: 7.5rem;
	background: linear-gradient(to bottom, rgba(255, 255, 255, .01), #fff);
	-webkit-transform: translateY(-4.5rem);
	transform: translateY(-4.5rem);
	border-bottom: 1px solid #eee;
	position: relative;
	color: #4a4a4a;
	cursor: pointer
}

.tabs__open-content::before {
	content: '+';
	font-size: 3rem;
	display: block;
	height: 2.2rem;
	text-align: center;
	background-color: #fff;
	width: 30%;
	color: currentColor;
	position: absolute;
	bottom: -1.2rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.tabs__open-content+hover {
	color: #ccc
}

.tabs__open-content--opened {
	background: rgba(255, 255, 255, 0)
}

.tabs__open-content--opened::before {
	content: '\2014';
	bottom: -.9rem
}

.mobile .h-card__btn-show {
	display: block
}

.address {
	position: relative
}

.mobile .address {
	padding: 0 1.5rem!important
}

.mobile .address--contacts {
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1;
	padding-top: 2rem!important
}

.address__wrap {
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	height: 45.9rem
}

.address__wrap:after {
	content: "";
	display: table;
	clear: both
}

.mobile .address__wrap {
	border-bottom: none;
	height: inherit
}

.tablet .address__wrap {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: inherit;
	margin-right: -4rem;
	margin-left: -4rem
}

.desktop .address__wrap {
	height: 54.9rem
}

.desktop .address__wrap._routeShow {
	height: 80rem
}

.mobile .address__wrap--contacts {
	border-top: 0;
	padding-top: 2rem
}

.address__wrap--open-map {
	height: 36.6rem
}

.address__note {
	color: #9b9b9b
}

.mobile .address__note {
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1;
	padding-top: 1.5rem;
	padding-bottom: 3rem;
	font-size: 1.2rem;
	line-height: 1.67
}

.address__title {
	font-size: 3.6rem;
	font-weight: 500;
	font-family: GraphikLCG;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.11;
	letter-spacing: normal;
	text-align: left;
	color: #4a4a4a;
	margin-bottom: 6rem
}

.mobile .address__title {
	font-size: 2.4rem;
	margin-bottom: 19rem
}

.address__title--contacts {
	margin-bottom: 4.5rem
}

.tablet .address__title--contacts {
	font-size: 2.4rem;
	margin-bottom: 5rem
}

.address__mob-nav {
	display: none
}

.mobile .address__mob-nav {
	display: block;
	border-bottom: 1px solid #e9e9e9
}

.address__nav-btn {
	
	font-size: 1.4rem;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.79;
	letter-spacing: normal;
	text-align: left;
	color: #9b9b9b;
	background-color: transparent;
	border: none;
	outline: none;
	padding: 2rem
}

.address__nav-btn:hover {
	color: #c0256d;
	position: relative
}

.address__nav-btn:hover::after {
	content: '';
	display: block;
	width: 100%;
	height: .2rem;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #c0256d
}

.address__nav-btn--active {
	color: #c0256d;
	position: relative
}

.address__nav-btn--active::after {
	content: '';
	display: block;
	width: 100%;
	height: .2rem;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #c0256d
}

.address__list-wrap {
	transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	transition: transform 0.6s, -webkit-transform 0.6s
}

.desktop .address__list-wrap {
	padding-left: .4rem;
	height: auto
}

.tablet .address__list-wrap {
	height: auto;
	padding-left: 2rem
}

.address__list {
	width: 35.9rem;
	max-height: calc(100% - 6.9rem);
	min-height: calc(100% - 15.9rem);
	float: left;
	padding-right: 3rem;
	border-right: 1px solid #d7d7d7
}

.mobile .address__list {
	border-right: none;
	width: 100%;
	padding-right: 0;
	display: block
}

.tablet .address__list {
	width: calc(100% - 8rem);
	border-right: none;
	margin: 0 auto;
	height: 40rem
}

.desktop .address__list {
	height: calc(100% - 15.1rem);
	border-bottom: 1px solid #d7d7d7
}

.js-adress-item {
	width: 100%
}

.address__item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid #d7d7d7;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative
}

.desktop .address__item:nth-last-of-type(2) {
	border-bottom: 0
}

.mobile .address__item {
	display: none
}

.mobile .address__item:nth-of-type(-n+5) {
	display: -webkit-flex!important;
	display: -ms-flexbox!important;
	display: flex!important
}

.address__item-header {
	cursor: pointer;
	height: 6.5rem;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.address__item-header>* {
	display: inline-block;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto
}

.mobile .address__item-header {
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.address__item-title {
	font-size: 1.3rem;
	line-height: 1.15;
	letter-spacing: .01rem;
	width: 100%;
	padding-right: 2rem
}

.address__chevron-down {
	color: #cdcdcd;
	background-image: url(data:image/svg+xml;base64,PHN2ZyBkYXRhLW5hbWU9Ijg0M2NmNjgwLTVlY2EtNDNlMS1hOTg1LWQxNmE1MDM3NjhkNSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTIuOTEgNi41NyI+PHRpdGxlPmFycm93LWRvd248L3RpdGxlPjxwYXRoIGZpbGw9IiNjZGNkY2QiIGQ9Ik0xLjA1LjM0TC43MSAwIDAgLjcxbC4zOC4zNy42Ny0uNzR6TTYuNDYgNS45bC0uMzMuMzcuMzMuMy4zMy0uMy0uMzMtLjM3em02LjA4LTQuODJsLjM3LS4zMy0uNjctLjc0LS4zNy4zMy42Ny43NHoiLz48cGF0aCBmaWxsPSIjY2RjZGNkIiBkPSJNLjM4IDEuMDhsNS43NiA1LjE5LjY3LS43NEwxLjA1LjM0bC0uNjcuNzR6Ii8+PHBhdGggZmlsbD0iI2NkY2RjZCIgZD0iTTYuMTI2IDUuNTI4TDExLjg3Mi4zNGwuNjYzLjczNS01Ljc0NiA1LjE4NnoiLz48L3N2Zz4=);
	width: 3rem;
	height: 6.4rem;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	transition: transform 0.4s, -webkit-transform 0.4s;
	margin-left: 1rem;
	position: absolute;
	right: 0rem;
	top: 0rem;
	z-index: 1;
	background-position: right center;
	background-size: 1rem;
	cursor: pointer
}

ymaps .address__chevron-down {
	display: none
}

.address__item--opened .address__chevron-down {
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1)
}

.address__icon {
	display: inline-block;
	vertical-align: middle;
	margin-right: 1.7rem
}

.address__icon--map {
	min-width: 2.5rem;
	height: 2.5rem;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyNnB4IiB2aWV3Qm94PSIwIDAgMjAgMjYiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDI2IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGZpbGw9IiNCRTIxNkEiIGQ9Ik0xMCwwLjVjLTUsMC05LDQtOSw5YzAsNSw5LDE2LDksMTZzOS0xMSw5LTE2QzE5LDQuNSwxNSwwLjUsMTAsMC41eiBNMTAsMTNjLTEuNywwLTMtMS4zLTMtM3MxLjMtMywzLTMNCgkJczMsMS4zLDMsM1MxMS43LDEzLDEwLDEzeiIvPg0KPC9nPg0KPC9zdmc+DQo=) no-repeat center center/2rem 2.5rem
}

.address__icon--metro {
	min-width: 2.5rem;
	height: 2.5rem;
	background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTUgNTEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHRpdGxlPjFEMTBCQzRFLTNBQTctNDc5My1CMEUwLUY3MkY2NkUyMkJFODwvdGl0bGU+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUgMTIpIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxlbGxpcHNlIGZpbGw9IiMwMDUwQTQiIGN4PSIxMi41IiBjeT0iMTIuNSIgcng9IjEyLjUiIHJ5PSIxMi41Ii8+PHBhdGggZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJub256ZXJvIiBkPSJNMTIuNzMgMTguMjk4bDIuODM2LTQuOTMxIDEuMTc4IDMuMzRoLS45NXYxLjQ2OWg1LjY2NXYtMS40N2gtMS4wODFMMTYuMzA4IDZsLTMuNTc4IDYuNTkyTDkuMTUgNmwtNC4wNyAxMC43MDZINHYxLjQ3aDUuNjY2di0xLjQ3aC0uOTUxbDEuMTc4LTMuMzR6Ii8+PC9nPjwvc3ZnPg==) no-repeat center center/190%
}

.h-card__btn-show {
	display: none
}

.adress__btn-txt._collapse {
	display: none
}

._active .adress__btn-txt._collapse {
	display: inline-block
}

._active .adress__btn-txt._open {
	display: none
}

.adress__btn-wrap {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.mobile .adress__btn-wrap {
	position: relative;
	width: 100%;
	text-align: left
}

.adress__btn-ico {
	position: relative;
	width: 1.3rem;
	height: 1.7rem;
	margin-left: 2rem;
	transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	transition: transform 0.4s, -webkit-transform 0.4s;
	display: inline-block
}

.adress__btn-ico svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	transition: transform 0.4s, -webkit-transform 0.4s
}

._active .adress__btn-ico svg {
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1)
}

.mobile ._active .adress__btn-ico svg {
	-webkit-transform: scaleY(1);
	transform: scaleY(1)
}

.mobile .address__btn-wr {
	margin: 3rem 0 0
}

.address__show-all {
	margin: 0 auto 7rem;
	width: 97%;
	max-width: 32rem;
	display: none
}

.mobile .address__show-all {
	display: block
}

.address__hiden-block {
	width: 100%;
	display: none;
	border-top: 1px solid #d7d7d7;
	font-size: 1.4rem;
	line-height: 1.43;
	font-family: GraphikLCG
}

ymaps .address__hiden-block {
	display: block
}

.address__address {
	padding: 1.8rem 0;
	border-bottom: 1px solid #d7d7d7
}

.address__work-time {
	color: #be216a;
	font-weight: 500;
	margin-top: 1rem;
	font-family: GraphikLCG
}

.address__time-and-phone {
	padding: 1.8rem 0
}

.address__time {
	margin-bottom: 1rem
}

.address__parking {
	padding: 1.8rem 0
}

.address__parking-title {
	color: #4a4a4a;
	line-height: 1.79;
	font-weight: 500;
	font-family: GraphikLCG
}

.address__parking-desc {
	color: #9b9b9b;
	line-height: 1.43
}

.address__map {
	position: relative;
	width: calc(100% - 35.9rem);
	height: 32.9rem;
	float: right;
	padding: 3.5rem;
	overflow: hidden;
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1
}

.mobile .address__map {
	display: none;
	float: inherit;
	width: 100%;
	padding: 2rem 0 0;
	width: calc(100% + 3rem);
	margin-left: -1.5rem;
	margin-right: -1.5rem
}

.tablet .address__map {
	width: 100%;
	padding: 0;
	height: 45rem
}

.desktop .address__map {
	height: 100%
}

.address__map--detail-route {
	position: relative;
	width: 100%;
	height: calc(100% - 50.7rem);
	margin-top: 3rem;
	background-color: #fff;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	overflow: auto
}

.address__not-search {
	position: absolute;
	bottom: .2rem;
	left: 0;
	width: 35.9rem;
	height: 15.9rem;
	background-color: #fff;
	padding: 2.5rem 5rem 2.5rem 0;
	font-weight: 500;
	
	font-size: 1.4rem;
	line-height: 1.43
}

.address__not-search:after {
	content: "";
	display: table;
	clear: both
}

.address__not-search-wrap {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 100%;
	padding-left: .2rem
}

.mobile .address__not-search-wrap,
.tablet .address__not-search-wrap {
	display: none
}

.mobile .address__not-search {
	position: absolute;
	top: 5rem;
	left: 0;
	padding: 2rem 2rem 0;
	z-index: 2;
	width: 100%
}

.tablet .address__not-search {
	display: none
}

.desktop .address__not-search {
	border-right: 1px solid #d7d7d7
}

.address__not-search-btn {
	width: auto;
	max-width: 12.8rem;
	height: 4rem;
	display: block;
	
	border-radius: 10rem;
	box-shadow: 0 0 0 .2rem #bbcad2;
	background-color: transparent;
	font-size: 1.1rem;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.36;
	letter-spacing: .1rem;
	color: #403360;
	margin-top: 2.9rem;
	padding: 0 2.5rem;
	line-height: 4rem;
	text-transform: uppercase
}

.address__not-search-btn--item {
	margin-top: 0;
	margin-bottom: 2.9rem;
	margin-right: 3rem
}

.address__icon-not-search {
	display: inline-block;
	margin-right: 1.4rem;
	vertical-align: middle;
	width: 3.1rem;
	height: 5.1rem;
	float: left;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMC4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0ibG9nby1ob21lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDM0LjkgMzIuMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzQuOSAzMi4yOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojNDAzMzYwO3N0cm9rZS13aWR0aDoyO30NCgkuc3Qxe2ZpbGw6bm9uZTtzdHJva2U6I0JFMjE2QTtzdHJva2Utd2lkdGg6MjtzdHJva2UtbGluZWNhcDpzcXVhcmU7fQ0KPC9zdHlsZT4NCjx0aXRsZT5DQzE0NUMxNi05RUI1LTQyRkEtQTREOS1FQUJFMjZENjM2Mjg8L3RpdGxlPg0KPGc+DQoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTI3LjksMTQuN3YxNi40SDcuMVYxNC43Ii8+DQoJPHBhdGggY2xhc3M9InN0MSIgZD0iTTEuNiwxMi41bDE1LjktMTFsMTUuOSwxMSIvPg0KPC9nPg0KPC9zdmc+DQo=) left top no-repeat
}

.address__list-scroll {
	width: 0.2rem!important
}

.mobile .address__list-scroll {
	right: 0!important
}

.desktop .address__list-scroll,
.tablet .address__list-scroll {
	opacity: 1!important;
	right: 0!important;
	background: rgba(0, 0, 0, .01)
}

.desktop .address__reset,
.tablet .address__reset {
	height: 2rem;
	margin-top: 2rem;
	-webkit-order: 100;
	-ms-flex-order: 100;
	order: 100
}

.desktop .address__filters .a-search__filters-wr,
.tablet .address__filters .a-search__filters-wr {
	margin-bottom: 0;
	position: static;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-y: visible;
	background-color: rgba(255, 255, 255, 0)
}

.desktop .address__filters .a-filter,
.tablet .address__filters .a-filter {
	top: 0;
	margin: 0 auto;
	width: auto;
	background-color: #fff
}

.desktop .address__filters .a-filter__header,
.desktop .address__filters .a-filter__show,
.tablet .address__filters .a-filter__header,
.tablet .address__filters .a-filter__show {
	display: none
}

.desktop .address__filters .a-filter__reset,
.tablet .address__filters .a-filter__reset {
	color: #9b9b9b;
	
	font-size: 1.5rem;
	text-decoration: none;
	line-height: 2.5rem;
	position: relative;
	background: 0;
	border: 0;
	-webkit-appearance: none;
	margin: 0;
	padding: 0 0 0 4.6rem;
	min-width: auto;
	text-align: left;
	box-shadow: none
}

.desktop .address__filters .a-filter__reset:hover,
.tablet .address__filters .a-filter__reset:hover {
	box-shadow: none
}

.desktop .address__filters .a-filter__reset:before,
.tablet .address__filters .a-filter__reset:before {
	content: '';
	position: absolute;
	left: 0;
	top: -3px;
	display: block;
	width: 4rem;
	height: 4rem;
	padding: 0;
	box-sizing: border-box;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #fff url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxuczpmaWdtYT0iaHR0cDovL3d3dy5maWdtYS5jb20vZmlnbWEvbnMiPgo8dGl0bGU+R3JvdXAgNDwvdGl0bGU+CjxkZXNjPkNyZWF0ZWQgdXNpbmcgRmlnbWE8L2Rlc2M+CjxnIGlkPSJDYW52YXMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDczMiAtNzMwKSIgZmlnbWE6dHlwZT0iY2FudmFzIj4KPGcgaWQ9Ikdyb3VwIDQiIHN0eWxlPSJtaXgtYmxlbmQtbW9kZTpub3JtYWw7IiBmaWdtYTp0eXBlPSJmcmFtZSI+CjxnIGlkPSJMaW5lIiBzdHlsZT0ibWl4LWJsZW5kLW1vZGU6bm9ybWFsOyIgZmlnbWE6dHlwZT0idmVjdG9yIj4KPHVzZSB4bGluazpocmVmPSIjcGF0aDBfc3Ryb2tlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzIzIDczMCkiIGZpbGw9IiM0MDMzNjAiIHN0eWxlPSJtaXgtYmxlbmQtbW9kZTpub3JtYWw7Ii8+CjwvZz4KPGcgaWQ9IkxpbmUiIHN0eWxlPSJtaXgtYmxlbmQtbW9kZTpub3JtYWw7IiBmaWdtYTp0eXBlPSJ2ZWN0b3IiPgo8dXNlIHhsaW5rOmhyZWY9IiNwYXRoMV9zdHJva2UiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03MzIgNzM5KSIgZmlsbD0iIzQwMzM2MCIgc3R5bGU9Im1peC1ibGVuZC1tb2RlOm5vcm1hbDsiLz4KPC9nPgo8L2c+CjwvZz4KPGRlZnM+CjxwYXRoIGlkPSJwYXRoMF9zdHJva2UiIGQ9Ik0gMCAwTCAwIDIwTCAyIDIwTCAyIDBMIDAgMFoiLz4KPHBhdGggaWQ9InBhdGgxX3N0cm9rZSIgZD0iTSAyMCAwTCAwIDBMIDAgMkwgMjAgMkwgMjAgMFoiLz4KPC9kZWZzPgo8L3N2Zz4K) no-repeat left center
}

.desktop .address__filters .a-filter__reset._state_active,
.tablet .address__filters .a-filter__reset._state_active {
	display: block
}

.mobile .address__filters .a-filter__reset {
	display: block
}

.page-404 {
	min-height: calc(100vh - 13.5rem);
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.mobile .page-404 {
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	min-height: calc(100vh - 7rem);
	padding: 0 2rem 7rem
}

.page-404__wrap {
	width: 100%
}

.mobile .page-404__title {
	font-size: 3.6rem;
	line-height: 1.1
}

.page-404__description {
	color: #9b9b9b;
	width: 100%
}

.mobile .page-404__description {
	font-size: 1.8rem;
	line-height: 1.39
}

.page-404__btn {
	width: 100%;
	margin-top: 4rem;
	max-width: 32rem
}

.page-404__icon {
	display: inline-block;
	width: 4.4rem;
	height: 4.4rem;
	vertical-align: bottom;
	background: url(../images/termometer.png) left top/cover
}

.tablet .page-404__icon,
.desktop .page-404__icon {
	width: 8.4rem;
	height: 8.4rem
}

.page-inprogress {
	height: calc(100vh - 13.5rem);
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: calc(100% - 2rem);
	margin: 1rem auto;
	background-color: #fff;
	box-shadow: 0 0 5rem rgba(0, 0, 0, .1)
}

.desktop .page-inprogress {
	padding-left: 5rem
}

.tablet .page-inprogress {
	width: calc(100% - 8rem);
	margin: 5rem auto
}

.mobile .page-inprogress {
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	min-height: calc(100vh - 7rem);
	padding: 0 2rem 7rem;
	width: calc(100% - 2rem);
	border-radius: .2rem
}

.page-inprogress__wrap {
	width: 100%
}

.mobile .page-inprogress__title {
	font-size: 3.6rem;
	line-height: 1.1
}

.page-inprogress__description {
	color: #4a4a4a;
	width: 100%;
	max-width: 47rem
}

.mobile .page-inprogress__description {
	font-family: GraphikLCG;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.39;
	margin-bottom: 0
}

.page-inprogress__btn {
	margin-top: 4rem;
	max-width: 32rem
}

.mobile .page-inprogress__btn {
	width: 100%
}

.page-inprogress__icon {
	display: block;
	width: 6rem;
	height: 7.9rem;
	vertical-align: bottom;
	background: url(../images/clock-emoji.png) left top/cover
}

.tablet .page-inprogress__icon {
	width: 12rem;
	height: 15.8rem
}

.desktop .page-inprogress__icon {
	width: 10rem;
	height: 12rem
}

.alert,
.alert-fix {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.6rem;
	line-height: 1.25;
	padding: 1.8rem 3rem 1.8rem 8rem;
	color: #403360;
	background-color: #fff;
	z-index: 999999;
	position: relative
}

.alert--danger,
.alert-fix--danger {
	color: #fff;
	background-color: #be216a;
	width: 100%;
	z-index: 9999999;
	font-size: 2.4rem;
	line-height: 1.04;
	padding: 2rem 4rem 2rem 6rem;
	top: 0;
	position: relative
}

.alert--danger.js-alert-scroll,
.alert-fix--danger.js-alert-scroll {
	position: fixed
}

.mobile .alert,
.mobile .alert-fix {
	top: 0;
	padding: 1.5rem 5.7rem 1.5rem 2rem;
	font-size: 1.2rem;
	line-height: 1.6
}

.tablet .alert,
.tablet .alert-fix {
	display: -webkit-flex!important;
	display: -ms-flexbox!important;
	display: flex!important;
	top: 0;
	padding: 5rem 2rem 4rem;
	padding: 1.5rem 5.7rem 1.5rem;
	font-size: 1.4rem
}

.alert .alert__text,
.alert-fix .alert__text {
	display: inline-block
}

.alert .alert__text p,
.alert-fix .alert__text p {
	margin: 0
}

.mobile .alert .alert__ico,
.mobile .alert-fix .alert__ico {
	display: none
}

.tablet .alert .alert__ico,
.tablet .alert-fix .alert__ico {
	display: inline-block
}

.alert .close-btn,
.alert-fix .close-btn {
	position: absolute;
	top: 50%;
	right: 1rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.tablet .alert .close-btn,
.tablet .alert-fix .close-btn {
	top: .3rem;
	right: .7rem
}

.alert--region,
.alert-fix--region {
	position: fixed;
	top: 4.4rem;
	left: 0;
	width: 100%;
	z-index: 5000;
	font-size: 2.4rem;
	line-height: 1.04;
	padding: 4rem 4rem 4rem 6rem;
	border-top: 1px solid #e9e9e9;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

.mobile .alert--region,
.mobile .alert-fix--region {
	top: 70px;
	padding: 5rem 2rem 4rem
}

.tablet .alert--region,
.tablet .alert-fix--region {
	top: 80px;
	padding: 5rem 2rem 4rem
}

.mobile .alert--region .alert__text,
.mobile .alert-fix--region .alert__text {
	font-size: 1.8rem
}

.mobile .alert--region .alert__city,
.mobile .alert-fix--region .alert__city {
	display: block;
	line-height: 2.2
}

.alert--region .alert__btn-wrap,
.alert-fix--region .alert__btn-wrap {
	display: block;
	margin-top: 3rem;
	text-align: center
}

.tablet .alert--region .alert__btn-wrap,
.tablet .alert-fix--region .alert__btn-wrap {
	text-align: left
}

.desktop .alert--region .alert__btn-wrap,
.desktop .alert-fix--region .alert__btn-wrap {
	display: inline-block;
	margin-top: 0
}

.alert--region .alert__region-btn,
.alert-fix--region .alert__region-btn {
	display: inline-block;
	margin-left: 1rem!important;
	margin-right: 1rem!important
}

.tablet .alert--region .alert__region-btn,
.tablet .alert-fix--region .alert__region-btn {
	margin: 0!important;
	margin-right: 4rem!important
}

.alert--region .close-btn,
.alert-fix--region .close-btn {
	position: absolute;
	top: 50%;
	right: 6rem
}

.tablet .alert--region .close-btn,
.tablet .alert-fix--region .close-btn {
	top: 5.7rem;
	right: 2.7rem
}

.mobile .alert--region .close-btn,
.mobile .alert-fix--region .close-btn {
	top: 4rem;
	right: 2rem
}

.alert--region .alert__dropdown,
.alert-fix--region .alert__dropdown {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 4rem 4rem 0 6rem;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s, visibility 0.3s
}

.alert--region .alert__dropdown .close-btn,
.alert-fix--region .alert__dropdown .close-btn {
	top: 2.6rem;
	-webkit-transform: none;
	transform: none
}

.tablet .alert--region .alert__dropdown,
.tablet .alert-fix--region .alert__dropdown,
.mobile .alert--region .alert__dropdown,
.mobile .alert-fix--region .alert__dropdown {
	display: none!important;
	opacity: 0;
	visibility: hidden
}

.alert--region_hidden,
.alert-fix--region_hidden {
	display: none!important;
	opacity: 0;
	visibility: hidden
}

.alert__ico,
.alert-fix__ico {
	display: inline-block;
	-webkit-flex: 4rem 0 0;
	-ms-flex: 4rem 0 0;
	flex: 4rem 0 0;
	width: 4rem;
	height: 4rem;
	line-height: 4rem;
	text-align: center;
	color: #403360;
	border: .2rem solid #403360;
	border-radius: 100%;
	font-size: 2rem;
	font-weight: 700;
	font-style: normal;
	margin-right: 3rem
}

.alert--danger .alert__ico,
.alert-fix--danger .alert-fix__ico {
	color: #fff;
	border-color: #fff
}

.alert__text,
.alert-fix__text {
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.alert--region .alert__city,
.alert-fix--region .alert-fix__city {
	color: #BE216A;
	font-style: normal
}

.alert--region .alert__btn,
.alert-fix--region .alert-fix__btn {
	margin-left: 3rem
}

.alert--region .alert__link,
.alert-fix--region .alert-fix__link {
	text-decoration: none;
	color: #403360;
	font-size: 1.6rem;
	font-weight: 700;
	margin-left: 3rem
}

.thanks {
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 4.7rem 5rem 4.2rem 5rem
}

.tablet .thanks {
	padding: 2.5rem 0 4.5rem;
	border-bottom: 1px solid #e9e9e9
}

.mobile .thanks {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 4.5rem 0 0;
	border-bottom: 1px solid #e9e9e9
}

.thanks:after {
	content: '';
	position: absolute;
	left: 5rem;
	bottom: 0;
	width: calc(100% - (5rem) * 2);
	height: 1px;
	background-color: #e9e9e9
}

.tablet .thanks:after,
.mobile .thanks:after {
	display: none
}

.desktop .thanks__col:not(:last-child) {
	padding-right: 6rem
}

.mobile .thanks__col {
	margin-bottom: 4rem
}

.thanks__col._title {
	position: relative;
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 1.11;
	color: #be216a;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.tablet .thanks__col._title,
.mobile .thanks__col._title {
	font-size: 2.4rem;
	line-height: 1.25
}

.mobile .thanks__col._title {
	-webkit-flex: 15rem 0 0;
	-ms-flex: 15rem 0 0;
	flex: 15rem 0 0
}

.tablet .thanks__col._print,
.mobile .thanks__col._print {
	display: none
}

.thanks__th {
	font-size: 1.1rem;
	line-height: 1.36;
	letter-spacing: .1rem;
	margin-bottom: 1.9rem;
	color: #9b9b9b
}

.tablet .thanks__th,
.mobile .thanks__th {
	margin-bottom: 1rem
}

.thanks__td {
	font-size: 3.6rem;
	font-weight: 700;
	color: #4a4a4a
}

.tablet .thanks__td,
.mobile .thanks__td {
	font-size: 2.4rem;
	line-height: 1.25
}

.thanks__hint {
	display: block;
	font-size: 2.4rem;
	font-family: 'GraphikLCG-Semibold', sans-serif;
	margin-bottom: 2rem
}

.tablet .thanks__hint {
	font-size: 1.4rem
}

.mobile .thanks__hint {
	font-size: 1.6rem
}

.selectize-control {
	font-family: 'GraphikLCG-Regular', sans-serif;
	color: #9b9b9b;
	width: 29.7rem;
	height: 5rem;
	margin-top: 1rem
}

.selectize-control:hover .selectize-input {
	border-color: rgba(0, 0, 0, 0);
	box-shadow: 0 0 2.7rem 0 rgba(0, 0, 0, .1);
	transition: all 0.4s
}

.mobile .selectize-control {
	width: 100%
}

.selectize-control.single .selectize-input:after {
	position: absolute;
	right: 2rem;
	width: 2rem;
	height: 2rem;
	top: 1.7rem;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMi45MSA2LjU3Ij4NCgk8cG9seWdvbiBwb2ludHM9IjEuMDUgMC4zNCAwLjcxIDAgMCAwLjcxIDAuMzggMS4wOCAxLjA1IDAuMzQiIGZpbGw9ImN1cnJlbnRDb2xvciIvPg0KCTxwb2x5Z29uIHBvaW50cz0iNi40NiA1LjkgNi4xMyA2LjI3IDYuNDYgNi41NyA2Ljc5IDYuMjcgNi40NiA1LjkiIGZpbGw9ImN1cnJlbnRDb2xvciIvPg0KCTxwb2x5Z29uIHBvaW50cz0iMTIuNTQgMS4wOCAxMi45MSAwLjc1IDEyLjI0IDAuMDEgMTEuODcgMC4zNCAxMi41NCAxLjA4IiBmaWxsPSJjdXJyZW50Q29sb3IiLz4NCgk8cG9seWdvbiBwb2ludHM9IjAuMzggMS4wOCA2LjE0IDYuMjcgNi44MSA1LjUzIDEuMDUgMC4zNCAwLjM4IDEuMDgiIGZpbGw9ImN1cnJlbnRDb2xvciIvPg0KCTxyZWN0IHg9IjUuNDYiIHk9IjIuODEiIHdpZHRoPSI3Ljc0IiBoZWlnaHQ9IjAuOTkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMTkgNy4xKSByb3RhdGUoLTQyLjA3KSIgZmlsbD0iY3VycmVudENvbG9yIi8+DQo8L3N2Zz4NCg==);
	background-size: 2rem;
	background-repeat: no-repeat;
	background-position: 90% center;
	content: '';
	border-style: hidden
}

.selectize-control.single .selectize-input.dropdown-active:after {
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1)
}

.selectize-input {
	padding: 0 0 0 1.5rem;
	height: 5rem;
	line-height: 5rem;
	font-size: 1.5rem;
	color: #9b9b9b;
	transition: all 0.4s
}

.selectize-input>input {
	display: none!important
}

.selectize-input.dropdown-active {
	border-color: rgba(0, 0, 0, 0);
	box-shadow: 0 0 2.7rem 0 rgba(0, 0, 0, .1)
}

.selectize-dropdown {
	border-color: rgba(0, 0, 0, 0);
	box-shadow: 0 .6rem 2.7rem 0 rgba(0, 0, 0, .1)
}

.selectize-dropdown .seleced,
.selectize-dropdown .active {
	background-color: #f8f8f8
}

.selectize-dropdown [data-selectable] {
	padding: 1rem;
	height: auto;
	line-height: 1.2;
	font-size: 1.5rem;
	overflow: visible
}

.selectize-input {
	padding: 0
}

.selectize-input .item {
	padding-left: 1.5rem;
	width: 85%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.selectize-input::after {
	z-index: -1
}

.selectize-input #locus223-selectized {
	position: absolute;
	left: -1000rem
}

.contact-page {
	padding: 0!important
}

.contact__promo {
	padding: 0
}

.contact__inner {
	background-image: url(../../images/pages/patient-appeal/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	width: 100%;
	height: 50rem;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.tablet .contact__inner {
	height: 45rem
}

.mobile .contact__inner {
	height: 40rem;
	padding: 0 2rem
}

.contact__title {
	
	font-size: 6rem;
	color: #fff;
	padding-bottom: 3rem
}

.tablet .contact__title {
	font-size: 3.6rem;
	padding-bottom: 3.5rem
}

.mobile .contact__title {
	font-size: 2.4rem;
	padding-bottom: 3rem
}

.contact__write {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative
}

.mobile .contact__write {
	display: block;
	width: 100%
}

.contact__write-txt {
	color: #fff;
	font-size: 2.4rem
}

.mobile .contact__write-txt {
	font-size: 1.4rem;
	padding-bottom: 1.5rem;
	text-align: center
}

.contact__write-btn {
	margin-left: 2rem
}

.mobile .contact__write-btn {
	margin-left: 0
}

.contact__select {
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	background: #FFF;
	border: 1px solid #D8D8D8;
	border-radius: 3px;
	box-shadow: 0 1px 1px rgba(142, 142, 142, .2) inset;
	transition: border-color 0.5s ease;
	position: relative;
	display: inline-block;
	color: #403360;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	line-height: 1;
	border-radius: 3rem;
	border: 0;
	background-color: inherit;
	text-decoration: none;
	cursor: pointer;
	transition-duration: 0.2s;
	transition-timing-function: cubic-bezier(.4, 0, 1, 1);
	transition-property: background, box-shadow
}

.contact__select:hover {
	border-color: #AAA
}

.contact__select select {
	outline: none;
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	height: 38px;
	line-height: 38px;
	padding: 8px 12px;
	font: inherit;
	background: transparent;
	border: 2px solid transparent;
	border-radius: 0;
	box-shadow: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 3rem;
	border: 2px solid #fff;
	transition: all 0.4s;
	padding-left: 3rem;
	height: 6.2rem
}

.contact__form-wrapper {
	max-width: 58.8rem;
	margin: 4rem auto;
	display: none
}

.contact__form {
	width: 58.8rem;
	margin: 0 auto 6rem;
	display: none;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 1rem
}

.contact__form._full-width {
	width: auto;
	margin: 0
}

.contact__form.is-active,
.contact__form._active {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.tablet .contact__form {
	width: 45.2rem;
	padding-top: 0
}

.tablet .contact__form._full-width {
	width: 100%
}

.mobile .contact__form {
	width: 100%;
	padding-top: 1rem
}

.contact__label {
	display: inline-block;
	padding-top: 4rem;
	letter-spacing: .1rem;
	color: #4a4a4a;
	font-size: 1.1rem;
	text-transform: uppercase;
	padding-left: 2rem;
	padding-bottom: 1rem
}

.mobile .contact__label {
	padding-top: 3rem
}

.contact__label:first-child,
mobile .contact__label:first-child {
	padding-top: 0
}

.contact__label._white {
	color: #FFF
}

.contact__label i {
	color: #ef5350;
	font-style: normal
}

.contact__label._white._err {
	color: #FFF
}

.contact_icon-error {
	display: none;
	width: 3rem;
	height: 0;
	margin-left: 103%;
	position: relative;
	top: .6rem
}

.contact_icon-error._err {
	display: block
}

.mobile .contact_icon-error._err {
	display: none
}

.contact_icon-error._white svg {
	fill: #FFF
}

.contact__error {
	padding-top: 2rem;
	color: #ef5350;
	line-height: 1.36;
	font-size: 1.1rem;
	padding-left: 2rem;
	transition: padding-top 0.4s
}

.contact__error._white {
	color: #FFF;
	position: relative
}

.contact__error._big {
	font-size: 1.4rem;
	font-weight: 600
}

.contact__error._no-left-pad {
	padding-left: 0
}

.contact__error:empty {
	padding-top: 0
}

.contact__sub-label {
	font-size: 1.1rem;
	line-height: 1.36;
	text-align: left;
	color: #4a4a4a;
	padding-left: 2rem;
	padding-top: .5rem;
	margin-bottom: -1.8rem
}

.contact__textarea {
	height: 16.8rem;
	padding: 2rem;
	border-radius: 2px;
	transition: all 0.4s;
	border: 1px solid #9b9b9b;
	font-size: 1.4rem
}

.contact__textarea:focus,
.contact__textarea:active {
	border-color: #bebebe;
	box-shadow: 0 0 2.7rem 0 rgba(0, 0, 0, .1);
	transition: all 0.4s;
	outline: 0
}

.mobile .contact__textarea {
	height: 15rem
}

select._err,
.contact__textarea._err {
	color: #ef5350;
	border-color: #ef5350
}

.contact__input {
	width: 100%;
	height: 4.5rem;
	padding: 0 2rem;
	border-radius: 2px;
	border: 1px solid #9b9b9b;
	font-size: 1.4rem;
	line-height: 1.43;
	transition: all 0.4s;
	color: #4a4a4a
}

.contact__input:focus,
.contact__input:active {
	border-color: #bebebe;
	box-shadow: 0 0 2.7rem 0 rgba(0, 0, 0, .1);
	transition: all 0.4s
}

.contact__input._err {
	color: #ef5350;
	border-color: #ef5350
}

.contact__input._white._err {
	color: #4a4a4a;
	border-color: #9b9b9b
}

.contact__files {
	padding: 4rem 0 0
}

.contact__files-txt {
	padding-left: 1.7rem;
	line-height: 1.43;
	color: #9b9b9b;
	font-size: 1.4rem;
	width: 25rem;
	display: inline-block;
	vertical-align: middle
}

.tablet .contact__files-txt {
	width: 22rem
}

.contact__files input[type="file"] {
	display: none
}

.contact__files--list {
	display: block;
	padding-bottom: 3rem;
	counter-reset: f
}

.contact__files--list:empty {
	padding-bottom: 0
}

.contact__files--item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	transition: background-color 0.3s
}

.desktop .contact__files--item:hover {
	background-color: #fbfbfb
}

.desktop .contact__files--item:hover .contact__files--delete {
	opacity: 1
}

.contact__files--item .numb {
	
	font-size: 1.2rem;
	line-height: 2rem;
	padding: 1rem;
	color: #4a4a4a;
	max-width: 2.5rem
}

.contact__files--item .numb:after {
	counter-increment: f;
	content: counter(f);
	display: inline-block
}

.contact__files--item .filename {
	font-family: 'GraphikLCG-Regular', sans-serif;
	font-size: 1.2rem;
	line-height: 2rem;
	padding: 1rem 0;
	width: calc(100% - 2.5rem - 8.6rem)
}

.contact__files--delete {
	text-decoration: none;
	line-height: 2rem;
	padding: 1rem 1rem 1rem 2rem;
	margin-right: 0;
	max-width: 8.6rem;
	transition: opacity 0.3s
}

.desktop .contact__files--delete {
	opacity: 0
}

.contact__files--delete::after,
.contact__files--delete::before {
	top: 1.2rem;
	left: .5rem
}

.contact__btn {
	margin-top: 4rem;
	text-align: right
}

.mobile .contact__btn-txt {
	line-height: 1.43
}

.contact__captcha {
	float: left;
	margin: -1rem 0 2rem;
	text-align: left
}

.mobile .contact__captcha {
	float: none;
	margin: 0 0 2rem
}

.contact__btn-item {
	color: #4a4a4a;
	font-size: 1.5rem;
	line-height: 4.5rem;
	font-family: 'GraphikLCG-Regular', sans-serif;
	height: 4.5rem;
	padding: 0 3.5rem;
	transition: background-color 0.4s;
	font-weight: 500
}

.contact__btn-item:hover {
	background-color: #f8f8f8;
	transition: background-color 0.4s
}

.contact__ico {
	width: 1.3rem;
	height: 1.7rem;
	margin: 0 0 0 .8rem;
	transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	transition: transform 0.4s, -webkit-transform 0.4s;
	position: absolute;
	top: calc(50% - 0.85rem);
	right: 2rem
}

.contact__ico>svg {
	height: inherit;
	width: inherit
}

._state_active .contact__ico {
	-webkit-transform: scale(-1);
	transform: scale(-1)
}

.contact__info {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.tablet .contact__info,
.mobile .contact__info {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.contact__info--adress {
	margin-top: 5rem
}

.mobile .contact__info--adress {
	padding-bottom: 0
}

.contact__descr {
	width: 61.6rem;
	margin-right: 10rem
}

.tablet .contact__descr,
.mobile .contact__descr {
	width: 100%
}

.contact__descr-alert {
	font-size: 2.4rem;
	line-height: 1.46;
	color: #4a4a4a;
	
	padding-bottom: 2rem
}

.tablet .contact__descr-alert {
	font-size: 1.8rem;
	line-height: 1.39
}

.mobile .contact__descr-alert {
	font-size: 1.6rem;
	line-height: 1.56
}

.contact__descr-txt {
	font-size: 1.5rem;
	color: #9b9b9b;
	line-height: 1.67;
	padding-right: 4rem
}

.tablet .contact__descr-txt {
	font-size: 1.4rem;
	line-height: 1.79;
	padding-bottom: 4rem
}

.mobile .contact__descr-txt {
	font-size: 1.4rem;
	line-height: 1.79;
	padding-right: 0;
	padding-bottom: 4rem
}

.contact__docs {
	width: 48.6rem
}

.tablet .contact__docs,
.mobile .contact__docs {
	width: 100%
}

.contact__docs-title {
	color: #4a4a4a;
	letter-spacing: .5px;
	font-size: 1.2rem;
	text-transform: uppercase;
	
	padding-bottom: 1rem;
	line-height: 1.67
}

.tablet .contact__docs-title {
	font-size: 1.1rem
}

.contact__docs-item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	padding-top: 2rem;
	padding-bottom: 2rem;
	border-top: 1px solid #e8e8e8;
	text-decoration: none
}

.contact__docs-item>* {
	display: inline-block;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto
}

.mobile .contact__docs-item {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem
}

.contact__txt {
	color: #9b9b9b;
	font-size: 1.2rem;
	text-transform: uppercase;
	letter-spacing: .5px;
	line-height: 1.67;
	padding-left: 2.6rem
}

.tablet .contact__txt,
.mobile .contact__txt {
	font-size: 1.1rem
}

.contact__icons-back {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gU3ZnIFZlY3RvciBJY29ucyA6IGh0dHA6Ly93d3cub25saW5ld2ViZm9udHMuY29tL2ljb24gLS0+DQo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAwMCAxMDAwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMDAwIDEwMDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPG1ldGFkYXRhPiBTdmcgVmVjdG9yIEljb25zIDogaHR0cDovL3d3dy5vbmxpbmV3ZWJmb250cy5jb20vaWNvbiA8L21ldGFkYXRhPg0KPGcgZmlsbD0iI2U5ZTllOSI+PHBhdGggZD0iTTkwNC44LDk5MEg5NS4yVjEwaDU1My45bDI1NS43LDI1NS43Vjk5MEw5MDQuOCw5OTB6Ii8+PHBhdGggZD0iTTY0OS4xLDEwdjI1NS43aDI1NS43Ii8+PHBhdGggZD0iTTMwOC4zLDMwOC4zSDUwMCIvPjxwYXRoIGQ9Ik0zMDguMyw0MzYuMWgzODMuNSIvPjxwYXRoIGQ9Ik0zMDguMyw1NjMuOWgxMjcuOCIvPjxwYXRoIGQ9Ik0zMDguMyw2OTEuN2gxMjcuOCIvPjxwYXRoIGQ9Ik0zMDguMyw4MTkuNmgxMjcuOCIvPjxwYXRoIGQ9Ik01MjEuMyw2MDYuNXYtNDIuNmgxNzAuNHY0Mi42Ii8+PHBhdGggZD0iTTYwNi41LDU2My45djI1NS43Ii8+PHBhdGggZD0iTTU0Mi42LDgxOS42aDEyNy44Ii8+PC9nPg0KPC9zdmc+DQo=);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	width: 1.9rem;
	height: 2.5rem;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.contact__icons-txt {
	
	line-height: .91;
	font-size: 1.1rem;
	color: #4a4a4a;
	padding-left: .5rem
}

.contact__success {
	display: none;
	width: 58.8rem;
	margin: 0 auto;
	padding: 7rem 0
}

.tablet .contact__success,
.mobile .contact__success {
	width: 100%
}

.contact__success-ttl {
	
	font-size: 2.4rem;
	line-height: 3.5rem;
	color: #4a4a4a;
	padding-bottom: 2.3rem
}

.contact__success-txt {
	font-family: 'GraphikLCG-Regular', sans-serif;
	font-size: 1.5rem;
	line-height: 2.5rem
}

.regions-select {
	margin-top: 3rem;
	max-width: 30rem
}

.documents {
	margin-top: 5rem;
	margin-bottom: 4rem;
	font-family: 'GraphikLCG', sans-serif
}

.no-desktop .documents {
	margin-top: 4rem
}

.tablet .documents {
	padding: 0 4rem!important
}

.mobile .documents {
	padding: 0 2rem!important
}

.documents__item {
	border-top: 1px solid #E0E1E1
}

.documents__item:last-child {
	border-bottom: 1px solid #E0E1E1
}

.documents__link {
	position: relative;
	display: block;
	padding: 1.4rem 6rem 1.4rem 0;
	font-weight: 700;
	line-height: 1.8;
	text-decoration: none
}

.documents__item._opened .documents__link,
.documents__link:hover {
	color: #BB1670
}

.mobile .documents__link {
	font-size: 1.3rem
}

.documents__link:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 2rem;
	margin-top: -.5rem;
	width: 1rem;
	height: 1rem;
	border-bottom: .2rem solid #363161;
	border-left: .2rem solid #363161;
	transform: rotate(-135deg);
	transition: all 0.2s ease
}

.documents__item._opened .documents__link:after {
	transform: rotate(-45deg)
}

.documents__content {
	display: none;
	padding: 0 0 2rem
}

.documents__docs .contact__docs-item {
	padding: 0;
	border: none
}

.documents__docs .contact__docs-item+.contact__docs-item {
	margin-top: .5rem
}

.documents__text p {
	font-size: 1.4rem;
	line-height: 1.6
}

.mobile .documents__text p {
	font-size: 1.2rem
}

.documents__certificates-switcher {
	margin: 0 5rem 2rem 0;
	display: flex;
	justify-content: flex-end;
	align-items: center
}

.mobile .documents__certificates-switcher {
	margin-right: 0
}

.mobile .documents__certificates-switcher {
	justify-content: center
}

.documents__certificates-switcher span {
	text-transform: uppercase;
	margin-right: 2rem
}

.documents__certificates-switcher input {
	display: none
}

.documents__certificates-switcher label {
	margin-left: -1px;
	padding: 2rem 3.1rem;
	color: #909394;
	border: 1px solid #DCDDDC;
	cursor: pointer
}

.mobile .documents__certificates-switcher label {
	padding: 1rem 1.5rem;
	font-size: 1.3rem
}

.documents__certificates-switcher span+input+label {
	border-radius: 10rem 0 0 10rem
}

.documents__certificates-switcher label:last-child {
	border-radius: 0 10rem 10rem 0
}

.documents__certificates-switcher input:checked+label {
	color: #FFF;
	background: #BB2671
}

.gallery .slider__prev._white.js-slider-bottom-prev {
	right: 100px;
	bottom: 80px;
	background-color: #fff
}

.gallery .slider__next._white.js-slider-bottom-next {
	right: 30px;
	bottom: 80px;
	background-color: #fff
}

.gallery .slider__prev,
.gallery .slider__next {
	top: initial;
	left: initial
}

.gallery .slider__prev._white:before,
.gallery .slider__next._white:before {
	border-color: #0b0b0b
}

.desktop .gallery img.slider-photo {
	width: 700px;
	height: 420px
}

.mobile .gallery.swiper-container {
	margin: 0
}

.tablet .gallery.swiper-container {
	margin: 0
}

.gallery .slider__prev._white:before,
.gallery .slider__next._white:before {
	border-color: #0b0b0b
}

.gallery.swiper-container {
	margin: 0 35% 0 0
}

.mobile .gallery.swiper-container {
	margin: 0
}

.tablet .gallery.swiper-container {
	margin: 0
}

.documents__gallery {
	position: relative;
	padding: 0 5rem
}

.documents__gallery .swiper-wrapper {
	align-items: center
}

.documents__gallery span._prev,
.documents__gallery span._next {
	position: absolute;
	top: 50%;
	width: 3.2rem;
	height: 3.2rem;
	margin-top: -1.5rem;
	background: #FFF;
	border: 1px solid #AAA;
	border-radius: 50%;
	transition: all 0.5s ease;
	cursor: pointer
}

.documents__gallery span._prev {
	left: 0
}

.documents__gallery span._next {
	right: 0
}

.documents__gallery span._prev.swiper-button-disabled,
.documents__gallery span._next.swiper-button-disabled {
	opacity: .3;
	cursor: default
}

.documents__gallery span._prev:after,
.documents__gallery span._next:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: .8rem;
	height: .8rem;
	border-bottom: 1px solid #AAA
}

.documents__gallery span._prev:after {
	border-left: 1px solid #AAA;
	transform: translate(-30%, -50%) rotate(45deg)
}

.documents__gallery span._next:after {
	border-right: 1px solid #AAA;
	transform: translate(-70%, -50%) rotate(-45deg)
}

.documents__gallery a {
	display: block
}

.documents__gallery img {
	display: block;
	width: auto;
	max-width: 100%;
	border: 1px solid #dadada
}

span.gallery_img__discription {
	color: #9b9b9b;
	border-bottom: 1px solid #e4e3e1;
	padding: 2rem 0;
	display: block;
	font-family: 'GraphikLCG-Medium', sans-serif
}

.documents__staff+.documents__staff {
	margin-top: 4.5rem
}

.documents__staff:first-child {
	margin-top: 2rem
}

.documents__staff:last-child {
	margin-bottom: 2rem
}

.documents__staff-name {
	margin-bottom: 1rem;
	font-size: 2.6rem
}

.documents__staff-post {
	margin-bottom: 2rem
}

.documents__staff-info {
	display: flex;
	margin-right: 8rem;
	padding-top: 2rem;
	border-top: 1px solid #BCBCBC
}

.documents__staff-info div {
	line-height: 1.5
}

.documents__staff-info div+div {
	padding-left: 2rem
}

.documents__staff-info div strong {
	display: block;
	margin-bottom: .8rem;
	line-height: 1;
	white-space: nowrap
}

.mobile .documents__staff-name {
	font-size: 2rem
}

.mobile .documents__staff-info {
	flex-direction: column;
	margin-right: 0;
	padding-top: 1rem
}

.mobile .documents__staff-info div+div {
	padding-left: 0;
	margin-top: 1rem
}

.mobile .documents__staff-info div strong {
	margin-bottom: 0
}

.documents__thirdparty+.documents__thirdparty {
	margin-top: 4.5rem
}

.documents__thirdparty:first-child {
	margin-top: 2rem
}

.documents__thirdparty:last-child {
	margin-bottom: 2rem
}

.documents__thirdparty-name {
	margin-bottom: 1rem;
	font-size: 2.6rem
}

.documents__thirdparty-address {
	margin-bottom: 2rem
}

.documents__thirdparty-contacts {
	margin-right: 8rem;
	padding-top: 2rem;
	border-top: 1px solid #BCBCBC
}

.documents__thirdparty-contacts div {
	line-height: 1.5
}

.documents__thirdparty-contacts div a {
	display: inline-block;
	margin-bottom: .05rem;
	border-bottom: 1px solid #9B9A9B;
	text-decoration: none;
	white-space: nowrap
}

.documents__thirdparty-contacts div a:visited {
	color: #8E508D;
	border-bottom-color: #8E508D
}

.documents__thirdparty-contacts div a:hover {
	color: #4a4a4a;
	border-bottom-color: #9B9A9B
}

.mobile .documents__thirdparty-name {
	font-size: 2rem
}

.mobile .documents__thirdparty-contacts {
	margin-right: 0;
	padding-top: 1rem
}

.mobile .contacts-page {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.text-page {
	padding-top: 3rem;
	padding-bottom: 0
}

.tablet .text-page,
.mobile .text-page {
	padding-bottom: 0
}

.text__title {
	
	font-size: 2.4rem;
	line-height: 3.5rem;
	color: #4a4a4a;
	padding-top: 7rem;
	padding-bottom: 4rem
}

.tablet .text__title {
	font-size: 1.8rem;
	padding-right: 0;
	line-height: 2.5rem;
	padding-top: 5rem;
	padding-bottom: 3rem
}

.mobile .text__title {
	font-size: 1.6rem;
	line-height: 2.5rem;
	padding-right: 0;
	padding-top: 4rem;
	padding-bottom: 2rem
}

.text__title-main {
	
	font-size: 3.6rem;
	line-height: 1.25;
	color: #4a4a4a
}

.tablet .text__title-main {
	font-size: 2.4rem;
	line-height: 3.5rem
}

.mobile .text__title-main {
	font-size: 2rem;
	line-height: 2.5rem
}

.text__title--top {
	padding-bottom: 3rem;
	padding-right: 20rem;
	padding-top: 0;
	margin-top: 7rem
}

.tablet .text__title--top {
	padding-top: 0;
	margin-top: 9rem
}

.mobile .text__title--top {
	padding-top: 0;
	margin-top: 7rem
}

.text__promo {
	margin-top: -9rem;
	background-color: #fff;
	position: relative
}

.tablet .text__promo {
	background: none
}

.mobile .text__promo {
	background: none;
	margin-top: -4rem
}

.text__wrap {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.tablet .text__wrap,
.mobile .text__wrap {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.tablet .text__wrap--notablet {
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row
}

.mobile .text__wrap--notablet {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.text__wrap--quote {
	padding-top: 4rem
}

.text__author-name {
	padding-top: 2rem
}

.text__author-img {
	width: 20.4rem;
	height: 23.6rem;
	background-image: url(../../src/images/temp/program1.png);
	background-repeat: no-repeat;
	background-size: cover
}

.mobile .text__author-img {
	width: 100%;
	height: 37rem
}

.text__author-post {
	color: #9b9b9b;
	display: block;
	padding-top: .5rem;
	width: 19rem;
	font-size: 1.5rem;
	line-height: 2rem
}

.mobile .text__author-post {
	width: 100%
}

.text__list {
	padding-left: 1rem;
	margin: 0
}

.tablet .text__list,
.mobile .text__list {
	padding-left: 2rem
}

.text__list--disc {
	list-style: disc
}

.text__list .text__list {
	padding-left: 2rem
}

.text__list .text__list .text__list {
	padding-left: 0
}

.text__item {
	padding-bottom: 3rem;
	padding-left: 1rem;
	font-size: 1.5rem;
	line-height: 2.5rem
}

.text__item .text__item {
	padding-bottom: 0;
	padding-left: 0
}

.text__info {
	color: #4a4a4a;
	font-size: 1.5rem;
	line-height: 2.5rem
}

.text__quote {
	font-size: 2.4rem;
	
	line-height: 3.5rem;
	color: #4a4a4a;
	margin-left: 6rem;
	padding-top: 2.3rem;
	border-top: 2px solid #4a4a4a
}

.tablet .text__quote,
.mobile .text__quote {
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1;
	margin-left: 0;
	font-size: 1.8rem;
	line-height: 2.5rem;
	padding-top: 2rem
}

.mobile .text__quote {
	font-size: 1.6rem
}

.text__quote-sign {
	display: block;
	color: #9b9b9b;
	font-size: 1.2rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'GraphikLCG-Regular', sans-serif;
	padding-top: 1rem
}

.tablet .text__quote-sign {
	padding-top: 1.5rem;
	padding-bottom: 4rem
}

.mobile .text__quote-sign {
	padding-top: 1.5rem;
	padding-bottom: 3rem
}

.text__video {
	padding-left: 6rem
}

.tablet .text__video,
.mobile .text__video {
	padding-left: 0
}

.text__video-content {
	width: 38.4rem;
	height: 22.2rem
}

.tablet .text__video-content {
	width: 100%;
	height: 39.7rem;
	margin-top: 1rem
}

.mobile .text__video-content {
	width: 100%;
	height: 20rem
}

.text__video-sign {
	display: block;
	color: #9b9b9b;
	font-size: 1.5rem;
	font-family: 'GraphikLCG-Regular', sans-serif;
	line-height: 2.5rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #e8e8e8;
	padding-top: 1.5rem
}

.tablet .text__video-sign {
	font-size: 1.4rem
}

.text__table {
	padding-top: 5rem
}

.mobile .text__table {
	padding-top: 2rem
}

.text__table-ttl {
	padding-bottom: 3rem;
	
	font-size: 1.5rem;
	line-height: 2.5rem
}

.mobile .text__table-ttl {
	padding-bottom: 1.5rem
}

.text__table-row {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.text__table-item {
	width: 25%;
	padding-top: 2rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid #e8e8e8
}

.mobile .text__table-item {
	width: 25rem
}

.text__table-item--grey {
	color: #9b9b9b
}

.text__purple {
	color: #60295e
}

.text__slider-sign {
	color: #9b9b9b;
	font-size: 1.5rem;
	line-height: 2.5rem;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 4rem
}

.text__social {
	position: absolute;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	left: -14rem;
	box-shadow: 0 0 4rem rgba(68, 68, 68, .2)
}

.tablet .text__social,
.mobile .text__social {
	position: static;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	box-shadow: none;
	border-top: 1px solid #e8e8e8
}

.text__social-item {
	padding: 2rem 0;
	margin: 0 2rem
}

.tablet .text__social-item {
	margin: 2rem 0;
	padding: 0 2rem
}

.mobile .text__social-item {
	margin: 1.5rem 0;
	padding: 0 1.5rem
}

.text__social-item._border {
	border-top: 1px solid rgba(0, 0, 0, .08);
	border-bottom: 1px solid rgba(0, 0, 0, .08)
}

.tablet .text__social-item._border,
.mobile .text__social-item._border {
	border-top: 0;
	border-bottom: 0;
	border-left: 1px solid rgba(0, 0, 0, .08);
	border-right: 1px solid rgba(0, 0, 0, .08)
}

.tablet .text__social-wrap {
	padding: 0 3rem
}

.mobile .text__social-wrap {
	padding: 0 2rem
}

.tablet .text__social-share,
.mobile .text__social-share {
	color: #9b9b9b;
	font-size: 1.1rem;
	letter-spacing: 1px;
	line-height: 2rem;
	text-transform: uppercase
}

.mobile .text__social-share {
	padding: 1.5rem 3.6rem 1.5rem 0
}

.text__social-ico {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	display: block;
	margin: 0 auto
}

.text__social-ico._vk {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAwMCAxMDAwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMDAwIDEwMDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGcgZmlsbD0iIzVCNUI1QiI+PHBhdGggZD0iTTk4Ny40LDI2MC40YzcuOCwyMS44LTE3LjcsNzEuOS03Ni43LDE1MC4zYy04LjIsMTAuOS0xOS4zLDI1LjQtMzMuMiw0My40Yy0yNi42LDM0LjEtNDEuOSw1Ni40LTQ2LDY3Yy01LjgsMTQtMy40LDI3LjgsNy4yLDQxLjRjNS44LDcuMiwxOS42LDIxLjEsNDEuNCw0MS45aDAuNWwwLjUsMC41bDAuNSwwLjVsMSwxYzQ4LDQ0LjYsODAuNiw4Mi4zLDk3LjYsMTEyLjljMSwxLjcsMi4xLDMuOCwzLjMsNi40czIuNCw3LjEsMy42LDEzLjVjMS4yLDYuNSwyLDEyLjMsMi42LDE3LjRzLTMuNyw5LjgtMTIuOCwxNC4xYy05LDQuMy0xOS4xLDYuNC0zMC4yLDYuNGwtMTMwLjgsMmMtOC4yLDEuNy0xNy43LDAuOS0yOC42LTIuNmMtMTAuOS0zLjQtMTkuOC03LjItMjYuNi0xMS4ybC0xMC4yLTYuMWMtMTAuMi03LjItMjIuMS0xOC4xLTM1LjgtMzIuN3MtMjUuMy0yNy45LTM1LTM5LjZjLTkuNy0xMS44LTIwLjEtMjEuNi0zMS4yLTI5LjZjLTExLjEtOC0yMC43LTEwLjYtMjguOS03LjljLTEsMC4zLTIuNCwwLjktNC4xLDEuOGMtMS43LDAuOS00LjYsMy4zLTguNyw3LjRjLTQuMSw0LjEtNy44LDkuMS0xMSwxNS4xYy0zLjIsNi02LjEsMTQuOC04LjcsMjYuNmMtMi42LDExLjgtMy43LDI1LTMuMywzOS42YzAsNS4xLTAuNiw5LjgtMS44LDE0LjFzLTIuNSw3LjQtMy44LDkuNWwtMiwyLjZjLTYuMSw2LjUtMTUuMiwxMC4yLTI3LjEsMTEuMmgtNTguOGMtMjQuMiwxLjQtNDkuMS0xLjQtNzQuNi04LjRjLTI1LjYtNy00OC0xNi02Ny4yLTI3LjFjLTE5LjMtMTEuMS0zNi44LTIyLjMtNTIuNi0zMy43Yy0xNS44LTExLjQtMjcuOS0yMS4yLTM2LTI5LjRsLTEyLjgtMTIuM2MtMy40LTMuNC04LjEtOC41LTE0LjEtMTUuM2MtNi02LjgtMTguMS0yMi4zLTM2LjUtNDYuNWMtMTguNC0yNC4yLTM2LjUtNDkuOS01NC4yLTc3LjJDMTI0LjcsNTAwLDEwMy44LDQ2NCw3OS44LDQxOS40Yy0yNC00NC42LTQ2LjMtOTEtNjYuNy0xMzljLTItNS41LTMuMS0xMC4xLTMuMS0xMy44YzAtMy43LDAuNS02LjUsMS41LTguMmwyLTMuMWM1LjEtNi41LDE0LjgtOS43LDI5LjEtOS43bDE0MC0xYzQuMSwwLjcsOCwxLjgsMTEuOCwzLjNjMy43LDEuNSw2LjUsMyw4LjIsNC4zbDIuNiwxLjVjNS41LDMuNyw5LjUsOS4yLDEyLjMsMTYuNGM2LjgsMTcsMTQuNywzNC43LDIzLjUsNTIuOWM4LjksMTguMiwxNS44LDMyLjEsMjEsNDEuN2w4LjIsMTQuOGM5LjksMjAuNCwxOS40LDM4LjIsMjguNiw1My4yYzkuMiwxNSwxNy41LDI2LjcsMjQuOCwzNWM3LjMsOC4zLDE0LjQsMTQuOSwyMS4yLDE5LjdjNi44LDQuOCwxMi42LDcuMiwxNy40LDcuMmM0LjgsMCw5LjQtMC45LDEzLjgtMi42YzAuNy0wLjMsMS41LTEuMiwyLjYtMi42YzEtMS40LDMuMS01LjEsNi4xLTExLjJjMy4xLTYuMSw1LjQtMTQuMSw2LjktMjRjMS41LTkuOSwzLjItMjMuNyw0LjktNDEuNGMxLjctMTcuNywxLjctMzksMC02My45Yy0wLjctMTMuNi0yLjItMjYuMS00LjYtMzcuM2MtMi40LTExLjItNC44LTE5LjEtNy4yLTIzLjVsLTMuMS02LjFjLTguNS0xMS42LTIzLTE4LjktNDMuNC0yMmMtNC40LTAuNy0zLjYtNC44LDIuNi0xMi4zYzUuOC02LjUsMTIuMy0xMS42LDE5LjQtMTUuM2MxOC4xLTguOSw1OC44LTEyLjksMTIyLjEtMTIuM2MyNy45LDAuMyw1MC45LDIuNiw2OSw2LjZjNi44LDEuNywxMi41LDQsMTcuMSw2LjljNC42LDIuOSw4LjEsNywxMC41LDEyLjNjMi40LDUuMyw0LjIsMTAuNyw1LjQsMTYuNGMxLjIsNS42LDEuOCwxMy40LDEuOCwyMy4zYzAsOS45LTAuMiwxOS4zLTAuNSwyOC4xYy0wLjMsOC45LTAuOCwyMC45LTEuMywzNmMtMC41LDE1LjItMC44LDI5LjItMC44LDQyLjJjMCwzLjctMC4yLDEwLjktMC41LDIxLjVzMC41LDE4LjcsMi42LDI0LjVzMi42LDEyLjcsMS44LDIwLjdjLTAuOSw4LDEuMSwxNC43LDUuOSwxOS45YzQuOCw1LjMsOC42LDkuNSwxMS41LDEyLjVjMi43LDAuNyw1LjYsMS40LDguNywyYzMuMSwwLjcsNy41LTEuMiwxMy4zLTUuNmM1LjgtNC40LDEyLjMtMTAuMywxOS40LTE3LjZjNy4yLTcuMywxNi0xOC43LDI2LjYtMzQuMnMyMi4xLTMzLjgsMzQuOC01NC45YzIwLjQtMzUuNCwzOC43LTczLjgsNTQuNy0xMTVjMS40LTMuNCwzLjEtNi40LDUuMS04LjlzMy45LTQuMyw1LjYtNS40bDItMS41bDIuNi0xLjNsNi42LTEuNWwxMC4yLDIuNmwxNDcuMi0xYzEzLjMtMS43LDI0LjItMS4zLDMyLjcsMS4zYzguNSwyLjYsMTMuOCw1LjQsMTUuOCw4LjRMOTg3LjQsMjYwLjR6Ii8+PC9nPg0KPC9zdmc+DQo=);
	width: 3rem;
	height: 1.6rem;
	background-size: cover
}

.tablet .text__social-ico._vk,
.mobile .text__social-ico._vk {
	width: 2rem;
	height: 1.2rem
}

.text__social-ico._fb {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAwMCAxMDAwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMDAwIDEwMDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGcgZmlsbD0iIzVCNUI1QiI+PHBhdGggZD0iTTY4OS42LDYxMS4yYzM3LjMsMCw3NC4zLTAuNCwxMTEuMywwLjNjMTEuMiwwLjEsMTYuNi0zLjQsMTgtMTQuNGM1LjMtNDEuOCwxMS04My42LDE2LjMtMTI1LjVjMC40LTIuOS0wLjctNi0xLjItMTEuMkg2OTAuNGMwLTQyLjMtMi40LTgyLjUsMC44LTEyMi40YzIuMi0yNi45LDI2LjMtNDAuNCw2My00MS40YzI4LjctMC43LDU3LjQtMC4xLDg3LjYtMC4xVjE1OS43Yy0yMy40LTEuOC00Ny40LTUuNC03MS4zLTQuOWMtMzYuMywwLjgtNzMuOC0wLjMtMTA4LjYsOC4yYy03Ny4zLDE4LjktMTI2LjQsODUuNi0xMjguMiwxNjYuOWMtMSw0Mi4yLTAuMSw4NC40LTAuMSwxMjljLTcuOCwwLjUtMTQuNCwxLjItMjEuMSwxLjJjLTMwLjIsMC4xLTYwLjMsMC40LTkwLjUtMC4xYy0xMS44LTAuMS0xNy44LDMtMTcuNywxNS45YzAuMywzOS43LDAuMyw3OS41LDAsMTE5LjFjLTAuMSwxMi43LDUuMywxNi41LDE3LjQsMTYuM2MzNi41LTAuNSw3My0wLjMsMTEwLjQtMC4zdjM3Ny4zSDEwVjEwaDk4MHY5NzguNWMtNSwwLjQtMTAuNiwxLjItMTYuMSwxLjJjLTg5LjEsMC4xLTE3OC4zLTAuMS0yNjcuNiwwLjNjLTEyLjEsMC0xOS4xLTEuNi0xOS4xLTE2LjNjMC40LTExNy43LDAuMy0yMzUuNiwwLjQtMzUzLjVDNjg3LjcsNjE3LjcsNjg4LjcsNjE1LjQsNjg5LjYsNjExLjIiLz48L2c+DQo8L3N2Zz4NCg==);
	width: 2rem;
	height: 2rem
}

.tablet .text__social-ico._fb,
.mobile .text__social-ico._fb {
	width: 1.4rem;
	height: 1.4rem
}

.text__social-ico._lt {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gU3ZnIFZlY3RvciBJY29ucyA6IGh0dHA6Ly93d3cub25saW5ld2ViZm9udHMuY29tL2ljb24gLS0+DQo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAwMCAxMDAwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMDAwIDEwMDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPG1ldGFkYXRhPiBTdmcgVmVjdG9yIEljb25zIDogaHR0cDovL3d3dy5vbmxpbmV3ZWJmb250cy5jb20vaWNvbiA8L21ldGFkYXRhPg0KPGcgZmlsbD0iIzVCNUI1QiI+PHBhdGggZD0iTTQ0Mi4yLDY1Ni4xQzQxNC42LDYzNS42LDEwLDM0My45LDEwLDM0My45djQ0NC40YzAsNDcuNywzOC43LDg2LjUsODYuNSw4Ni41aDgwNy4xYzQ3LjcsMCw4Ni41LTM4LjcsODYuNS04Ni41VjM3NS4xYzAsMC0zOTQuNywyNjEuNS00MjYuMSwyODFDNTMyLjUsNjc1LjcsNDY5LjcsNjc2LjYsNDQyLjIsNjU2LjF6IE05MDMuNSwxMjUuM0g5Ni41QzQ4LjcsMTI1LjMsMTAsMTY0LDEwLDIxMS44djM4LjRjMCwwLDQ1MC4zLDMzNC43LDQ2Mi42LDM0My41YzEyLjQsOC44LDQ3LjUsOC44LDYwLjgsMEM1NDYuOCw1ODQuOSw5OTAsMjgxLjQsOTkwLDI4MS40di02OS42Qzk5MCwxNjQsOTUxLjMsMTI1LjMsOTAzLjUsMTI1LjN6Ii8+PC9nPg0KPC9zdmc+DQo=);
	width: 2rem;
	height: 1.5rem
}

.tablet .text__social-ico._lt,
.mobile .text__social-ico._lt {
	width: 1.5rem;
	height: 1.1rem
}

.hint {
	display: inline-block;
	position: relative
}

.hint__box {
	position: absolute;
	z-index: 1;
	padding: 2rem;
	min-width: 25rem;
	color: #4a4a4a;
	background: #FFF;
	box-shadow: 0 0 3rem rgba(0, 0, 0, .2);
	line-height: 1.3;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease;
	transition-delay: 0.2s
}

.mobile .hint__box {
	padding: 1rem;
	min-width: 16rem;
	font-size: 1.2rem
}

.hint__box._autowidth,
.mobile .hint__box._autowidth {
	min-width: auto
}

.hint__box._nowrap,
.mobile .hint__box._nowrap {
	white-space: nowrap
}

.hint__box:after {
	content: '';
	position: absolute;
	width: 2rem;
	height: 2rem;
	background: #FFF;
	box-shadow: .5rem .5rem .5rem rgba(0, 0, 0, .1)
}

.hint__box span {
	display: block;
	position: relative;
	z-index: 1
}

.hint:hover>.hint__box {
	visibility: visible;
	opacity: 1
}

.hint__box._top {
	left: 50%;
	bottom: 100%;
	transform: translate(-50%, -4rem)
}

.hint__box._top:after {
	bottom: -1rem;
	left: 50%;
	margin-left: -1rem;
	transform: rotate(45deg)
}

.hint:hover>.hint__box._top {
	transform: translate(-50%, 1.5remz)
}

.hint__box._down {
	left: 50%;
	top: 100%;
	transform: translate(-50%, 4rem)
}

.hint__box._down:after {
	top: -1rem;
	left: 50%;
	margin-left: -1rem;
	transform: rotate(-135deg)
}

.hint:hover>.hint__box._down {
	transform: translate(-50%, 1.5rem)
}

.hint__box._right {
	left: 100%;
	top: 50%;
	transform: translate(4rem, -50%)
}

.hint__box._right:after {
	left: -1rem;
	top: 50%;
	margin-top: -1rem;
	transform: rotate(135deg)
}

.hint:hover>.hint__box._right {
	transform: translate(2rem, -50%)
}

.hint__box._left {
	right: 100%;
	top: 50%;
	transform: translate(-4rem, -50%)
}

.hint__box._left:after {
	right: -1rem;
	top: 50%;
	margin-top: -1rem;
	transform: rotate(-45deg)
}

.hint:hover>.hint__box._left {
	transform: translate(-2rem, -50%)
}

.modal {
	position: fixed;
	padding: 3rem 3.5rem 4rem;
	background-color: #fff;
	overflow: hidden;
	top: 4.5rem;
	right: 0;
	width: 45rem;
	min-height: 40.5rem;
	box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, .1);
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	-webkit-transform: translateY(10%);
	transform: translateY(10%);
	transition: opacity 1s cubic-bezier(.22, 1, .22, 1), visibility 0s 1s, z-index 0s 1s, -webkit-transform 1s cubic-bezier(.22, 1, .22, 1);
	transition: opacity 1s cubic-bezier(.22, 1, .22, 1), transform 1s cubic-bezier(.22, 1, .22, 1), visibility 0s 1s, z-index 0s 1s;
	transition: opacity 1s cubic-bezier(.22, 1, .22, 1), transform 1s cubic-bezier(.22, 1, .22, 1), visibility 0s 1s, z-index 0s 1s, -webkit-transform 1s cubic-bezier(.22, 1, .22, 1)
}

.tablet .modal {
	padding: 10rem 4rem 4rem
}

.mobile .modal {
	padding: 2rem;
	padding-top: 15.845070422535212vh
}

.tablet .modal,
.mobile .modal {
	width: 100%;
	top: 0
}

.tablet .modal {
	min-height: 50.2rem;
	-webkit-transform: translateY(-10%);
	transform: translateY(-10%)
}

.mobile .modal {
	min-height: 100vh;
	height: 100vh;
	overflow-y: auto;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.modal._active {
	opacity: 1;
	visibility: visible;
	z-index: 7000;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: opacity 1s cubic-bezier(.22, 1, .22, 1), -webkit-transform 1s cubic-bezier(.22, 1, .22, 1);
	transition: opacity 1s cubic-bezier(.22, 1, .22, 1), transform 1s cubic-bezier(.22, 1, .22, 1);
	transition: opacity 1s cubic-bezier(.22, 1, .22, 1), transform 1s cubic-bezier(.22, 1, .22, 1), -webkit-transform 1s cubic-bezier(.22, 1, .22, 1)
}

.modal__header {
	
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.33;
	color: #4a4a4a;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	padding-bottom: 1.6rem;
	margin-bottom: 3rem
}

.modal__body {
	margin-bottom: 4rem
}

.modal__row {
	margin-bottom: 2.5rem
}

.modal__row._label {
	margin-bottom: 1rem;
	padding-left: 2rem
}

.modal__row._label .hint {
	margin-left: .5rem
}

.modal__row._input {
	margin-bottom: 3rem
}

.modal__row:last-of-type {
	margin-bottom: 0
}

.modal__footer {
	text-align: right;
	white-space: nowrap
}

.modal__recovery-btn {
	font-size: 1.1rem;
	line-height: 1.82;
	letter-spacing: .1rem;
	text-transform: uppercase;
	text-decoration: none;
	color: #4a4a4a;
	margin-right: 4rem
}

.mobile .modal__recovery-btn {
	margin-right: 1rem
}

.modal__subpage {
	position: fixed;
	padding: 3rem 3.5rem 4rem;
	background-color: #fff;
	overflow: hidden;
	top: 0;
	left: 0;
	z-index: 1020;
	width: 100%;
	height: 100%;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	transition: -webkit-transform 1s cubic-bezier(.22, 1, .22, 1);
	transition: transform 1s cubic-bezier(.22, 1, .22, 1);
	transition: transform 1s cubic-bezier(.22, 1, .22, 1), -webkit-transform 1s cubic-bezier(.22, 1, .22, 1)
}

.tablet .modal__subpage {
	padding: 10rem 4rem 4rem
}

.mobile .modal__subpage {
	padding: 2rem;
	padding-top: 15.845070422535212vh
}

.modal__subpage._active {
	-webkit-transform: translate(0);
	transform: translate(0)
}

.desktop .modal__subpage .modal__header {
	position: relative;
	padding-left: 2.1rem
}

.modal__close {
	position: absolute;
	z-index: 1030;
	display: none
}

.tablet .modal__close {
	display: block;
	top: 3.2rem;
	right: 4rem;
	width: 6rem;
	height: 6rem
}

.mobile .modal__close {
	display: block;
	top: 0;
	right: 0;
	width: 6rem;
	height: 7rem
}

.modal__close-ico {
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	display: block;
	width: 0;
	height: 0;
	padding: 0;
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s
}

.tablet .modal__close-ico {
	width: 2.9rem;
	height: 2.9rem
}

.mobile .modal__close-ico {
	width: 2.4rem;
	height: 2.4rem
}

.modal__close-ico:before,
.modal__close-ico:after {
	content: '';
	position: absolute;
	background-color: #403360;
	transition: background 0.4s linear
}

.modal__close-ico:before {
	top: 50%;
	left: 0;
	width: 0;
	height: .2rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.tablet .modal__close-ico:before {
	width: 2.9rem
}

.mobile .modal__close-ico:before {
	width: 2.4rem
}

.modal__close-ico:after {
	top: 0;
	left: 50%;
	width: .2rem;
	height: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.tablet .modal__close-ico:after {
	height: 2.9rem
}

.mobile .modal__close-ico:after {
	height: 2.4rem
}

.modal__back {
	position: absolute;
	top: -1.4rem;
	left: -1.7rem;
	z-index: 1030;
	display: block;
	width: 4.6rem;
	height: 4.6rem
}

.tablet .modal__back {
	top: 3.2rem;
	left: 2.2rem;
	width: 6rem;
	height: 6rem
}

.mobile .modal__back {
	top: 0;
	left: 0;
	width: 6rem;
	height: 7rem
}

.modal__back:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: .8rem;
	height: .8rem;
	border: 1px solid #000;
	border-top: 0;
	border-right: 0;
	-webkit-transform: translate(-50%, -50%) rotate(45deg) skew(0deg, 0deg);
	transform: translate(-50%, -50%) rotate(45deg) skew(0deg, 0deg);
	transition: border 0.4s
}

.tablet .modal__back:before,
.mobile .modal__back:before {
	top: 50%;
	left: 50%;
	border-width: .2rem;
	border-color: #403360
}

.tablet .modal__back:before {
	width: 1.9rem;
	height: 1.9rem
}

.mobile .modal__back:before {
	width: 1.5rem;
	height: 1.5rem
}

.m-wysiwyg {
	max-width: 120rem;
	font-family: 'GraphikLCG-Regular', sans-serif;
	font-size: 1.5rem;
	line-height: 1.67;
	color: #4a4a4a;
	margin: 0 auto;
	padding: 0 3rem;
	box-sizing: content-box
}

.tablet .m-wysiwyg {
	padding: 0 4rem
}

.mobile .m-wysiwyg {
	padding: 0 1.5rem
}

.m-wysiwyg>* {
	max-width: 100%
}

.m-wysiwyg img {
	max-width: 100%
}

.m-wysiwyg h1,
.m-wysiwyg h2,
.m-wysiwyg h3 {
	
	font-weight: 500
}

.m-wysiwyg h1 {
	font-size: 3.6rem;
	line-height: 1.25
}

.m-wysiwyg h2 {
	font-size: 2.4rem;
	line-height: 1.46;
	padding-top: 7rem;
	padding-bottom: 4rem
}

.tablet .m-wysiwyg h2 {
	font-size: 1.8rem;
	padding-right: 0;
	line-height: 2.5rem;
	padding-top: 5rem;
	padding-bottom: 3rem
}

.mobile .m-wysiwyg h2 {
	font-size: 1.6rem;
	line-height: 2.5rem;
	padding-right: 0;
	padding-top: 4rem;
	padding-bottom: 2rem;
	margin-bottom: 0
}

.m-wysiwyg h2:first-child {
	width: auto;
	padding-bottom: 3rem;
	padding-right: 20rem;
	padding-top: 0;
	margin-top: 7rem
}

.tablet .m-wysiwyg h2:first-child {
	margin-top: 0;
	padding-top: 0;
	padding-right: 0
}

.mobile .m-wysiwyg h2:first-child {
	margin-top: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 2rem;
	margin-bottom: 0
}

.m-wysiwyg h2:empty {
	padding: 0;
	margin: 0
}

.m-wysiwyg h3 {
	font-size: 1.8rem;
	line-height: 1.36
}

.m-wysiwyg h4 {
	font-size: 1.5rem;
	line-height: 1.26
}

.m-wysiwyg h5 {
	font-size: 1.35rem;
	line-height: 1.16
}

.m-wysiwyg h5 {
	font-size: 1.275rem;
	line-height: 1.06
}

.m-wysiwyg ol,
.m-wysiwyg ul {
	padding: 0;
	margin: 0;
	color: #393939
}

.m-wysiwyg ol,
.m-wysiwyg ul {
	margin: 0;
	padding-left: 1rem
}

.tablet .m-wysiwyg ol,
.tablet .m-wysiwyg ul,
.mobile .m-wysiwyg ol,
.mobile .m-wysiwyg ul {
	padding-left: 2rem
}

.m-wysiwyg ol li,
.m-wysiwyg ul li {
	padding-bottom: 3rem;
	padding-left: 1rem;
	font-size: 1.5rem;
	line-height: 2.5rem
}

.m-wysiwyg ol li li,
.m-wysiwyg ul li li {
	padding: 0
}

.m-wysiwyg ol ol,
.m-wysiwyg ul ol,
.m-wysiwyg ol ul,
.m-wysiwyg ul ul {
	padding-left: 2rem
}

.m-wysiwyg ol ol ol,
.m-wysiwyg ul ol ol,
.m-wysiwyg ol ul ol,
.m-wysiwyg ul ul ol,
.m-wysiwyg ol ol ul,
.m-wysiwyg ul ol ul,
.m-wysiwyg ol ul ul,
.m-wysiwyg ul ul ul {
	padding: 0
}

.m-wysiwyg table,
.m-wysiwyg table tbody {
	width: 100%
}

.m-wysiwyg table tr:first-child,
.m-wysiwyg table tbody tr:first-child {
	color: #9b9b9b
}

.m-wysiwyg table td,
.m-wysiwyg table tbody td {
	width: 25%;
	padding-top: 2rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid #e8e8e8
}

.m-wysiwyg table td:first-child,
.m-wysiwyg table tbody td:first-child {
	color: #9b9b9b
}

.mobile .m-wysiwyg table td:first-child,
.mobile .m-wysiwyg table tbody td:first-child {
	width: 40%
}

.m-wysiwyg blockquote {
	font-size: 1.2rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'GraphikLCG-Regular', sans-serif;
	margin: 0;
	margin-left: 6rem;
	padding-top: 2.3rem;
	border-top: 2px solid #4a4a4a;
	float: right;
	max-width: 53rem
}

.tablet .m-wysiwyg blockquote,
.mobile .m-wysiwyg blockquote {
	margin-left: 0;
	margin-right: 0;
	margin-top: 4rem;
	padding-top: 2rem;
	float: none;
	max-width: none
}

.m-wysiwyg blockquote sub {
	display: block;
	font-size: 1.2rem;
	line-height: 3.5rem;
	color: #9b9b9b
}

.tablet .m-wysiwyg blockquote sub,
.mobile .m-wysiwyg blockquote sub {
	padding-top: 1.5rem;
	padding-bottom: 4rem
}

.mobile .m-wysiwyg blockquote sub {
	padding-bottom: 3rem
}

.m-wysiwyg blockquote p {
	font-size: 2.4rem;
	
	line-height: 3.5rem;
	color: #4a4a4a;
	text-transform: none;
	font-weight: 400;
	display: block;
	letter-spacing: .01rem
}

.tablet .m-wysiwyg blockquote p,
.mobile .m-wysiwyg blockquote p {
	margin-bottom: 0;
	font-size: 1.8rem;
	line-height: 2.5rem
}

.mobile .m-wysiwyg blockquote p {
	font-size: 1.6rem
}

.m-wysiwyg .slider-bottom__inner--text {
	height: auto
}

.tablet .m-wysiwyg .slider-bottom__slider--text,
.mobile .m-wysiwyg .slider-bottom__slider--text {
	overflow: hidden
}

.m-wysiwyg .text__slider-sign {
	min-height: 5.5rem
}

.m-wysiwyg .text__slider-sign:empty {
	border-color: #fff
}

.widget-telegram {
	position: fixed;
	padding: 1.6rem 1.6rem 0 1.2rem;
	width: 5rem;
	height: 5rem;
	border-radius: 100%;
	background-color: #403360;
	bottom: 2rem;
	right: 2rem;
	cursor: pointer;
	z-index: 101;
	transition: all 0.3s ease
}

.desktop .widget-telegram {
	display: none
}

.widget-telegram svg {
	fill: #FFF;
	display: block;
	width: 100%;
	transform: scale(.8);
	transition: all 0.3s ease
}

.widget-telegram:hover svg {
	transform: scale(1)
}

.results-modal__body,
.login-modal__body,
.password-recovery-modal__body {
	position: relative
}

.results-modal__message {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(255, 255, 255, .8);
	display: none;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.results-modal__message>* {
	text-align: center
}

.results-modal__message>*._error {
	color: #be216a
}

.results-modal__message>*._success {
	color: green
}

.card-slider {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 8rem
}

.tablet .card-slider {
	overflow: hidden
}

.mobile .card-slider {
	padding-bottom: 6rem;
	overflow: hidden
}

.card-slider.content {
	padding-left: 3rem;
	padding-right: 3rem
}

.card-slider__content {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.mobile .card-slider__content {
	padding-top: 0
}

.card-slider__slider {
	position: relative
}

.card-slider__slider._static .card-slider__content {
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.card-slider__slider._static .programs__prev,
.card-slider__slider._static .programs__next {
	display: none
}

.card-slider__body {
	position: relative
}

.card-slider__pagination {
	width: 100%;
	margin: 0 auto;
	margin-top: 1.5rem;
	max-width: 1200px;
	position: inherit
}

.card-slider__pagination .swiper-pagination-bullet {
	margin: 0 .5rem;
	background-color: rgba(255, 255, 255, .99);
	border: 1px solid #403360;
	opacity: 1
}

.card-slider__pagination .swiper-pagination-bullet-active {
	background-color: #403360
}

.h-card {
	position: relative;
	margin: 3.5rem 0;
	padding: 3.8rem 5rem 4rem;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-radius: 2px
}

.tablet .h-card {
	padding: 2.9rem 2rem;
	margin: 0 0 2rem
}

.mobile .h-card {
	padding: 1.5rem 1.5rem 2rem;
	margin: 0 0 1rem
}

.h-card:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	box-sizing: content-box;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .08);
	transition: padding 0.4s 0.1s, box-shadow 0.4s 0.1s, -webkit-transform 0.4s 0.1s;
	transition: transform 0.4s 0.1s, padding 0.4s 0.1s, box-shadow 0.4s 0.1s;
	transition: transform 0.4s 0.1s, padding 0.4s 0.1s, box-shadow 0.4s 0.1s, -webkit-transform 0.4s 0.1s
}

.desktop .h-card:hover:before {
	padding-top: 1.6rem;
	padding-bottom: 1.6rem;
	padding-left: 2rem;
	padding-right: 2rem;
	-webkit-transform: translate(-2rem, -1.6rem);
	transform: translate(-2rem, -1.6rem);
	box-shadow: 0 0 5rem rgba(0, 0, 0, .15)
}

.desktop .h-card._no_hover:hover:before,
.desktop .h-card._shadow-hide:hover:before {
	padding: 0;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .08);
	-webkit-transform: translate(0);
	transform: translate(0)
}

.h-card__inner {
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: #fff;
	width: 100%
}

.mobile .h-card__inner {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.h-card__link {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1
}

.h-card__col {
	position: relative;
	display: block;
	padding-right: 2rem;
	text-decoration: none
}

.mobile .h-card__col {
	padding-right: 0
}

.h-card__col._name {
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1
}

.mobile .h-card__col._name {
	-webkit-flex: 100% 1 0;
	-ms-flex: 100% 1 0;
	flex: 100% 1 0;
	margin-bottom: 1rem
}

.h-card__col._duration {
	-webkit-flex: 18rem 0 0;
	-ms-flex: 18rem 0 0;
	flex: 18rem 0 0
}

.tablet .h-card__col._duration {
	-webkit-flex: 11rem 0 0;
	-ms-flex: 11rem 0 0;
	flex: 11rem 0 0
}

.mobile .h-card__col._duration {
	-webkit-flex: auto 0 0;
	-ms-flex: auto 0 0;
	flex: auto 0 0
}

.h-card__col._price {
	-webkit-flex: 17.4rem 0 0;
	-ms-flex: 17.4rem 0 0;
	flex: 17.4rem 0 0
}

.tablet .h-card__col._price {
	-webkit-flex: 11rem 0 0;
	-ms-flex: 11rem 0 0;
	flex: 11rem 0 0
}

.mobile .h-card__col._price {
	-webkit-flex: auto 0 0;
	-ms-flex: auto 0 0;
	flex: auto 0 0
}

.h-card__col._buy {
	-webkit-flex: 5.5rem 0 0;
	-ms-flex: 5.5rem 0 0;
	flex: 5.5rem 0 0;
	padding-right: 0;
	position: relative
}

.mobile .h-card__col._buy {
	-webkit-flex: auto 0 0;
	-ms-flex: auto 0 0;
	flex: auto 0 0
}

.h-card__col._full-width,
.tablet .h-card__col._full-width,
.mobile .h-card__col._full-width {
	width: 100%;
	padding-right: 0
}

.mobile .h-card__col._full-width,
.mobile .tablet .h-card__col._full-width,
.mobile .mobile .h-card__col._full-width {
	width: 30%
}

.h-card__title {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #9b9b9b;
	font-size: 1.1rem;
	margin-bottom: 1rem;
	text-transform: lowercase
}

.h-card__content {
	color: #4a4a4a;
	font-size: 2.4rem;
	line-height: 3rem;
	margin-bottom: 0;
	text-decoration: none
}

.tablet .h-card__content {
	font-size: 1.5rem;
	line-height: 1.33
}

.mobile .h-card__content {
	font-size: 1.4rem;
	line-height: 1.43;
	margin-bottom: 2.5rem
}

.h-card__content._no-margin {
	margin: 0
}

.h-card__buy.btn {
	position: relative;
	z-index: 1;
	display: block;
	width: 5.5rem;
	height: 5.5rem;
	padding: 0;
	text-align: center;
	line-height: 7rem;
	background-repeat: no-repeat;
	background-size: 2.6rem;
	background-position: 50% 50%;
	transition-delay: 0.1s;
	box-shadow: 0 0 0 1px #bbcad2
}

.desktop .h-card__buy.btn {
	margin-top: 1rem
}

.h-card__buy.btn>svg {
	width: 2.5rem;
	height: 2.4rem
}

.h-card__code:before {
	content: '/';
	display: inline-block;
	margin-right: 1rem;
	font-size: 1.5rem
}

.h-card__category {
	letter-spacing: .2rem
}

.js-h-card__added {
	box-shadow: 0 0 0 1px #bbcad2
}

.js-h-card__added::before {
	content: '';
	display: block;
	visibility: hidden;
	position: absolute;
	top: -.4rem;
	right: -.4rem;
	width: 0rem;
	height: 0rem;
	border-radius: 50%;
	border: 1px solid #e1e7f2;
	background-color: #fff;
	-webkit-animation: buy-added-circle 0.4s forwards;
	animation: buy-added-circle 0.4s forwards
}

.js-h-card__added::after {
	content: '';
	display: block;
	position: absolute;
	top: .1rem;
	left: 4.5rem;
	width: 0rem;
	height: .6rem;
	border-bottom: 0 solid #403360;
	border-left: 0 solid #403360;
	-webkit-transform: rotate(-43deg);
	transform: rotate(-43deg);
	-webkit-animation: buy-added-triangle 0.3s 0.2s forwards;
	animation: buy-added-triangle 0.3s 0.2s forwards
}

.desktop .js-h-card__added:hover {
	box-shadow: 0 0 0 1px #bbcad2
}

@-webkit-keyframes buy-added-circle {
	to {
		width: 1.9rem;
		height: 1.9rem;
		visibility: visible
	}
}

@keyframes buy-added-circle {
	to {
		width: 1.9rem;
		height: 1.9rem;
		visibility: visible
	}
}

@-webkit-keyframes buy-added-triangle {
	to {
		width: .9rem;
		border-bottom: 2px solid #403360;
		border-left: 2px solid #403360
	}
}

@keyframes buy-added-triangle {
	to {
		width: .9rem;
		border-bottom: 2px solid #403360;
		border-left: 2px solid #403360
	}
}

.v-card {
	position: relative;
	display: block;
	width: 38.4rem;
	min-height: 27rem;
	padding: 3rem;
	color: #4a4a4a;
	background-color: #fff;
	text-decoration: none;
	transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	transition: transform 0.4s, -webkit-transform 0.4s;
	border-radius: 2px
}

.tablet .v-card {
	padding: 1.5rem
}

.mobile .v-card {
	min-width: 100%;
	padding: 1.5rem;
	min-height: inherit
}

.v-card.swiper-slide {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.2s, visibility 0.2s, -webkit-transform 0.4s;
	transition: opacity 0.2s, visibility 0.2s, transform 0.4s;
	transition: opacity 0.2s, visibility 0.2s, transform 0.4s, -webkit-transform 0.4s
}

.v-card.swiper-slide-visible {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transition: opacity 0.2s, visibility 0.2s, -webkit-transform 0.4s;
	transition: opacity 0.2s, visibility 0.2s, transform 0.4s;
	transition: opacity 0.2s, visibility 0.2s, transform 0.4s, -webkit-transform 0.4s
}

.v-card:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: inherit;
	box-shadow: 0 0 5rem #f2f2f2;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	border-radius: 2px
}

.v-card:hover:before {
	-webkit-transform: scale(1.053);
	transform: scale(1.053)
}

.v-card__link {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%
}

.v-card__inner {
	background-color: inherit;
	position: relative
}

.v-card__row {
	margin-bottom: 1rem;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.v-card__row:last-of-type {
	margin-bottom: 0
}

.v-card__row._title {
	min-height: 10rem;
	margin-bottom: 2rem
}

.mobile .v-card__row._title {
	min-height: inherit
}

.v-card__col {
	width: 50%;
	padding-right: 2rem
}

.v-card__col._basket {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-right: 0
}

.v-card__col._full-width,
.tablet .v-card__col._full-width,
.mobile .v-card__col._full-width {
	width: 100%;
	padding-right: 0
}

.v-card__title {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #9b9b9b;
	font-size: 1.1rem;
	margin-bottom: 1rem;
	text-transform: lowercase
}

.v-card__code:before {
	content: '/';
	display: inline-block;
	margin-right: 1rem;
	font-size: 1.5rem
}

.v-card__buy.btn {
	position: relative;
	z-index: 1;
	display: block;
	width: 5.5rem;
	height: 5.5rem;
	padding: 0;
	text-align: center;
	line-height: 7rem;
	background-repeat: no-repeat;
	background-size: 2.6rem;
	background-position: 50% 50%;
	transition-delay: 0.1s;
	box-shadow: 0 0 0 1px #bbcad2
}

.desktop .v-card__buy.btn {
	margin-top: 1rem
}

.v-card__buy.btn>svg {
	width: 2.5rem;
	height: 2.4rem
}

.v-card__content {
	color: #4a4a4a;
	font-size: 2.4rem;
	line-height: 3rem;
	margin-bottom: 0;
	text-decoration: none;
	transition: color 0.2s linear
}

.tablet .v-card__content {
	font-size: 1.5rem;
	line-height: 1.33
}

.mobile .v-card__content {
	font-size: 1.4rem;
	line-height: 1.43;
	margin-bottom: 2.5rem
}

.v-card__content._no-margin {
	margin: 0
}

.v-card:hover .v-card__content._title {
	color: #ce3e80
}

.a-search {
	font-size: 1.4rem
}

.desktop .a-search {
	padding-top: 3rem
}

.a-search input:-moz-placeholder {
	color: #4a494a
}

.a-search input:-ms-input-placeholder {
	color: #4a494a
}

.a-search input::-webkit-input-placeholder {
	color: #4a494a
}

.a-search input._focused:-moz-placeholder {
	color: #e6e6e6
}

.a-search input._focused:-ms-input-placeholder {
	color: #e6e6e6
}

.a-search input._focused::-webkit-input-placeholder {
	color: #e6e6e6
}

.a-search__input,
.a-search__select,
.a-search__btn {
	background-color: inherit;
	border: 1px solid #bbcad2;
	height: 5.5rem;
	color: #4a494a;
	box-sizing: border-box;
	border-radius: 4rem;
	font-size: 1.4rem;
	font-family: 'GraphikLCG-Regular', sans-serif;
	padding: 0 2.3rem;
	outline: none;
	-webkit-appearance: none
}

.a-search__select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg id=%22arrow-down%22 data-name=%22843cf680-5eca-43e1-a985-d16a503768d5%22 xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 12.91 6.57%22%3E%3Ctitle%3Earrow-down%3C/title%3E%3Cpolygon points=%221.05 0.34 0.71 0 0 0.71 0.38 1.08 1.05 0.34%22 fill=%22currentColor%22/%3E%3Cpolygon points=%226.46 5.9 6.13 6.27 6.46 6.57 6.79 6.27 6.46 5.9%22 fill=%22currentColor%22/%3E%3Cpolygon points=%2212.54 1.08 12.91 0.75 12.24 0.01 11.87 0.34 12.54 1.08%22 fill=%22currentColor%22/%3E%3Cpolygon points=%220.38 1.08 6.14 6.27 6.81 5.53 1.05 0.34 0.38 1.08%22 fill=%22currentColor%22/%3E%3Crect x=%225.46%22 y=%222.81%22 width=%227.74%22 height=%220.99%22 transform=%22translate(0.19 7.1) rotate(-42.07)%22 fill=%22currentColor%22/%3E%3C/svg%3E");
	background-size: 2rem;
	background-repeat: no-repeat;
	background-position: 90% center;
	width: 100%
}

.tablet .a-search__select,
.mobile .a-search__select {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxMCAxNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxuczpmaWdtYT0iaHR0cDovL3d3dy5maWdtYS5jb20vZmlnbWEvbnMiPgo8dGl0bGU+TGluZSBDb3B5PC90aXRsZT4KPGRlc2M+Q3JlYXRlZCB1c2luZyBGaWdtYTwvZGVzYz4KPGcgaWQ9IkNhbnZhcyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTg0MiA4MzUpIiBmaWdtYTp0eXBlPSJjYW52YXMiPgo8ZyBpZD0iTGluZSBDb3B5IiBzdHlsZT0ibWl4LWJsZW5kLW1vZGU6bm9ybWFsOyIgZmlnbWE6dHlwZT0idmVjdG9yIj4KPHVzZSB4bGluazpocmVmPSIjcGF0aDBfc3Ryb2tlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4NDMgLTgzNCkiIGZpbGw9IiM0MDMzNjAiIHN0eWxlPSJtaXgtYmxlbmQtbW9kZTpub3JtYWw7Ii8+CjwvZz4KPC9nPgo8ZGVmcz4KPHBhdGggaWQ9InBhdGgwX3N0cm9rZSIgZD0iTSA3IDdMIDcuNzA3MTEgNy43MDcxMUwgOC40MTQyMSA3TCA3LjcwNzExIDYuMjkyODlMIDcgN1pNIC0wLjcwNzEwNyAwLjcwNzEwN0wgNi4yOTI4OSA3LjcwNzExTCA3LjcwNzExIDYuMjkyODlMIDAuNzA3MTA3IC0wLjcwNzEwN0wgLTAuNzA3MTA3IDAuNzA3MTA3Wk0gNi4yOTI4OSA2LjI5Mjg5TCAtMC43MDcxMDcgMTMuMjkyOUwgMC43MDcxMDcgMTQuNzA3MUwgNy43MDcxMSA3LjcwNzExTCA2LjI5Mjg5IDYuMjkyODlaIi8+CjwvZGVmcz4KPC9zdmc+Cg==);
	background-position: 100% center;
	background-size: 1rem
}

.a-search__main {
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 3rem
}

.tablet .a-search__main {
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 0
}

.mobile .a-search__main {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.a-search__main-input {
	background-color: inherit;
	border: 1px solid #bbcad2;
	height: 5.5rem;
	color: #4a494a;
	box-sizing: border-box;
	border-radius: 4rem;
	font-size: 1.4rem;
	font-family: 'GraphikLCG-Regular', sans-serif;
	padding: 0 2.3rem;
	outline: none;
	-webkit-appearance: none;
	width: 76.5%;
	font-size: 1.5rem;
	padding: 1.5rem 3rem;
	border-radius: 4rem 0 0 4rem;
	-webkit-border-radius: 4rem 0 0 4rem!important;
	-webkit-appearance: none!important
}

.tablet .a-search__main-input {
	width: 56.25%
}

.mobile .a-search__main-input {
	width: 78.57142857142857%
}

.a-search__main-select-wr {
	width: 18.083333333333336%
}

.tablet .a-search__main-select-wr,
.mobile .a-search__main-select-wr {
	display: none
}

.a-search__main-select {
	background-color: inherit;
	border: 1px solid #bbcad2;
	height: 5.5rem;
	color: #4a494a;
	box-sizing: border-box;
	border-radius: 4rem;
	font-size: 1.4rem;
	font-family: 'GraphikLCG-Regular', sans-serif;
	padding: 0 2.3rem;
	outline: none;
	-webkit-appearance: none;
	border-radius: 0;
	padding: 1.3rem 4.5rem 2rem 2.3rem;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	border-right: 0;
	border-left: 0
}

.a-search__main-select::before {
	content: '';
	position: absolute;
	right: 1.9rem;
	top: 1.7rem;
	width: 2rem;
	height: 2rem;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMi45MSA2LjU3Ij4NCgk8cG9seWdvbiBwb2ludHM9IjEuMDUgMC4zNCAwLjcxIDAgMCAwLjcxIDAuMzggMS4wOCAxLjA1IDAuMzQiIGZpbGw9ImN1cnJlbnRDb2xvciIvPg0KCTxwb2x5Z29uIHBvaW50cz0iNi40NiA1LjkgNi4xMyA2LjI3IDYuNDYgNi41NyA2Ljc5IDYuMjcgNi40NiA1LjkiIGZpbGw9ImN1cnJlbnRDb2xvciIvPg0KCTxwb2x5Z29uIHBvaW50cz0iMTIuNTQgMS4wOCAxMi45MSAwLjc1IDEyLjI0IDAuMDEgMTEuODcgMC4zNCAxMi41NCAxLjA4IiBmaWxsPSJjdXJyZW50Q29sb3IiLz4NCgk8cG9seWdvbiBwb2ludHM9IjAuMzggMS4wOCA2LjE0IDYuMjcgNi44MSA1LjUzIDEuMDUgMC4zNCAwLjM4IDEuMDgiIGZpbGw9ImN1cnJlbnRDb2xvciIvPg0KCTxyZWN0IHg9IjUuNDYiIHk9IjIuODEiIHdpZHRoPSI3Ljc0IiBoZWlnaHQ9IjAuOTkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMTkgNy4xKSByb3RhdGUoLTQyLjA3KSIgZmlsbD0iY3VycmVudENvbG9yIi8+DQo8L3N2Zz4NCg==) center no-repeat;
	transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	transition: transform 0.4s, -webkit-transform 0.4s
}

.a-search__main-select._state_active::before {
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
	transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	transition: transform 0.4s, -webkit-transform 0.4s
}

.tablet .a-search__main-select,
.mobile .a-search__main-select {
	height: 4.5rem;
	border-radius: 0;
	width: 100%;
	border: 0;
	border-bottom: .2rem solid #e8e8e8;
	padding: 0;
	font-size: 1.6rem
}

.a-search__main-btn {
	background-color: inherit!important;
	border: 1px solid #bbcad2;
	height: 5.5rem;
	color: #4a494a;
	box-sizing: border-box;
	border-radius: 4rem;
	font-size: 1.4rem;
	font-family: 'GraphikLCG-Regular', sans-serif;
	padding: 0 2.3rem;
	outline: none;
	-webkit-appearance: none;
	width: 5.416666666666667%;
	border-radius: 0 4rem 4rem 0;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyNSAyNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxuczpmaWdtYT0iaHR0cDovL3d3dy5maWdtYS5jb20vZmlnbWEvbnMiPgo8dGl0bGU+c2VhcmNoX2ljb248L3RpdGxlPgo8ZGVzYz5DcmVhdGVkIHVzaW5nIEZpZ21hPC9kZXNjPgo8ZyBpZD0iQ2FudmFzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjA4NCA5NzgpIiBmaWdtYTp0eXBlPSJjYW52YXMiPgo8ZyBpZD0ic2VhcmNoX2ljb24iIHN0eWxlPSJtaXgtYmxlbmQtbW9kZTpub3JtYWw7IiBmaWdtYTp0eXBlPSJmcmFtZSI+CjxnIGlkPSJPdmFsIDIiIHN0eWxlPSJtaXgtYmxlbmQtbW9kZTpub3JtYWw7IiBmaWdtYTp0eXBlPSJ2ZWN0b3IiPgo8bWFzayBpZD0ibWFzazBfb3V0bGluZV9pbnMiPgo8dXNlIHhsaW5rOmhyZWY9IiNwYXRoMF9maWxsIiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjA4NCAtOTc4KSIvPgo8L21hc2s+CjxnIG1hc2s9InVybCgjbWFzazBfb3V0bGluZV9pbnMpIj4KPHVzZSB4bGluazpocmVmPSIjcGF0aDFfc3Ryb2tlXzJ4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyMDg0IC05NzgpIiBmaWxsPSIjRkZGRkZGIiBzdHlsZT0ibWl4LWJsZW5kLW1vZGU6bm9ybWFsOyIvPgo8L2c+CjwvZz4KPGcgaWQ9IkxpbmUiIHN0eWxlPSJtaXgtYmxlbmQtbW9kZTpub3JtYWw7IiBmaWdtYTp0eXBlPSJ2ZWN0b3IiPgo8dXNlIHhsaW5rOmhyZWY9IiNwYXRoMl9zdHJva2UiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIxMDAuMzUgLTk2MC43MzEpIiBmaWxsPSIjRkZGRkZGIiBzdHlsZT0ibWl4LWJsZW5kLW1vZGU6bm9ybWFsOyIvPgo8L2c+CjwvZz4KPC9nPgo8ZGVmcz4KPHBhdGggaWQ9InBhdGgwX2ZpbGwiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTSAxMCAyMEMgMTUuNTIyOCAyMCAyMCAxNS41MjI4IDIwIDEwQyAyMCA0LjQ3NzE1IDE1LjUyMjggMCAxMCAwQyA0LjQ3NzE1IDAgMCA0LjQ3NzE1IDAgMTBDIDAgMTUuNTIyOCA0LjQ3NzE1IDIwIDEwIDIwWiIvPgo8cGF0aCBpZD0icGF0aDFfc3Ryb2tlXzJ4IiBkPSJNIDEwIDIzQyAxNy4xNzk3IDIzIDIzIDE3LjE3OTcgMjMgMTBMIDE3IDEwQyAxNyAxMy44NjYgMTMuODY2IDE3IDEwIDE3TCAxMCAyM1pNIDIzIDEwQyAyMyAyLjgyMDMgMTcuMTc5NyAtMyAxMCAtM0wgMTAgM0MgMTMuODY2IDMgMTcgNi4xMzQwMSAxNyAxMEwgMjMgMTBaTSAxMCAtM0MgMi44MjAzIC0zIC0zIDIuODIwMyAtMyAxMEwgMyAxMEMgMyA2LjEzNDAxIDYuMTM0MDEgMyAxMCAzTCAxMCAtM1pNIC0zIDEwQyAtMyAxNy4xNzk3IDIuODIwMyAyMyAxMCAyM0wgMTAgMTdDIDYuMTM0MDEgMTcgMyAxMy44NjYgMyAxMEwgLTMgMTBaIi8+CjxwYXRoIGlkPSJwYXRoMl9zdHJva2UiIGQ9Ik0gMS4wNjA2NiAtMS4wNjA2NkMgMC40NzQ4NzQgLTEuNjQ2NDUgLTAuNDc0ODc0IC0xLjY0NjQ1IC0xLjA2MDY2IC0xLjA2MDY2QyAtMS42NDY0NSAtMC40NzQ4NzQgLTEuNjQ2NDUgMC40NzQ4NzQgLTEuMDYwNjYgMS4wNjA2NkwgMS4wNjA2NiAtMS4wNjA2NlpNIDYuMDEwNDEgOC4xMzE3M0MgNi41OTYxOSA4LjcxNzUxIDcuNTQ1OTQgOC43MTc1MSA4LjEzMTczIDguMTMxNzNDIDguNzE3NTEgNy41NDU5NCA4LjcxNzUxIDYuNTk2MTkgOC4xMzE3MyA2LjAxMDQxTCA2LjAxMDQxIDguMTMxNzNaTSAtMS4wNjA2NiAxLjA2MDY2TCA2LjAxMDQxIDguMTMxNzNMIDguMTMxNzMgNi4wMTA0MUwgMS4wNjA2NiAtMS4wNjA2NkwgLTEuMDYwNjYgMS4wNjA2NloiLz4KPC9kZWZzPgo8L3N2Zz4K)!important;
	background-repeat: no-repeat!important;
	background-position: 40%!important;
	background-color: #40335f!important;
	border-color: #40335f!important;
	color: #fff;
	box-shadow: none
}

.tablet .a-search__main-btn {
	width: 9.44767441860465%;
	box-shadow: none;
	background-size: 1.9rem
}

.mobile .a-search__main-btn {
	width: 21.428571428571427%;
	box-shadow: none;
	background-size: 1.9rem
}

.tablet .a-search__filters-trigger {
	width: 29.21511627906977%;
	margin-left: 5.087209302325581%;
	background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiICB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDIwIDIyIgoJIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDIwIDIyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxwYXRoIGlkPSJwYXRoMF9zdHJva2UiIHN0eWxlPSJmaWxsOiM0MDMzNjA7IiBkPSJNMTguMywxdjFsMCwwTDE4LjMsMXogTTEuOSwxVjBsMCwwTDEuOSwxeiBNMS41LDEuOEwwLjgsMi41bDAsMEwxLjUsMS44eiBNNy44LDguNGgxVjgKCUw4LjUsNy44TDcuOCw4LjR6IE03LjgsMThoLTF2MGwwLDBMNy44LDE4eiBNNy44LDE4LjFsMC42LTAuOGwwLDBsMCwwTDcuOCwxOC4xeiBNMTEuOSwyMWwtMC42LDAuOGwwLDBsMCwwTDExLjksMjF6IE0xMi4zLDIwLjgKCWwxLDBsMCwwdjBIMTIuM3ogTTEyLjMsOC40bC0wLjctMC43TDExLjMsOHYwLjRIMTIuM3ogTTE4LjYsMS44bDAuNywwLjdsMCwwTDE4LjYsMS44eiBNMTguMywwSDEuOXYyaDE2LjRWMHogTTEuOSwwCglDMS4zLDAsMC44LDAuNCwwLjUsMC45bDEuOCwwLjhDMi4zLDEuOSwyLjEsMiwxLjksMkwxLjksMHogTTAuNSwwLjlDMC4zLDEuNCwwLjQsMi4xLDAuOCwyLjVsMS41LTEuNGMwLjEsMC4yLDAuMiwwLjQsMC4xLDAuNgoJTDAuNSwwLjl6IE0wLjgsMi41TDcsOS4xbDEuNS0xLjRMMi4zLDEuMUwwLjgsMi41eiBNNi44LDguNFYxOGgyVjguNEg2Ljh6IE02LjgsMTguMWMwLDAuNCwwLjIsMC43LDAuNSwwLjlsMS4xLTEuNwoJYzAuMiwwLjIsMC40LDAuNCwwLjQsMC43TDYuOCwxOC4xeiBNNy4zLDE5bDQuMSwyLjhsMS4xLTEuNmwtNC4xLTIuOEw3LjMsMTl6IE0xMS40LDIxLjljMC40LDAuMiwwLjksMC4yLDEuMywwbC0xLTEuNwoJYzAuMi0wLjEsMC41LTAuMSwwLjcsMEwxMS40LDIxLjl6IE0xMi43LDIxLjljMC40LTAuMiwwLjYtMC42LDAuNy0xLjFsLTItMC4xYzAtMC4zLDAuMi0wLjUsMC40LTAuNkwxMi43LDIxLjl6IE0xMy4zLDIwLjhWOC40aC0yCgl2MTIuM0gxMy4zeiBNMTMsOS4xbDYuMy02LjZsLTEuNS0xLjRsLTYuMyw2LjZMMTMsOS4xeiBNMTkuMywyLjVjMC40LTAuNCwwLjUtMSwwLjMtMS42bC0xLjgsMC44Yy0wLjEtMC4yLDAtMC40LDAuMS0wLjZMMTkuMywyLjV6CgkgTTE5LjYsMC45QzE5LjQsMC40LDE4LjgsMCwxOC4yLDBsMCwyYy0wLjIsMC0wLjQtMC4xLTAuNS0wLjNMMTkuNiwwLjl6Ii8+Cjwvc3ZnPgo=) no-repeat 90% center/2rem;
	text-align: left
}

.mobile .a-search__filters-trigger {
	width: 100%;
	margin-left: 0;
	margin-top: 2rem;
	background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiICB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDIwIDIyIgoJIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDIwIDIyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxwYXRoIGlkPSJwYXRoMF9zdHJva2UiIHN0eWxlPSJmaWxsOiM0MDMzNjA7IiBkPSJNMTguMywxdjFsMCwwTDE4LjMsMXogTTEuOSwxVjBsMCwwTDEuOSwxeiBNMS41LDEuOEwwLjgsMi41bDAsMEwxLjUsMS44eiBNNy44LDguNGgxVjgKCUw4LjUsNy44TDcuOCw4LjR6IE03LjgsMThoLTF2MGwwLDBMNy44LDE4eiBNNy44LDE4LjFsMC42LTAuOGwwLDBsMCwwTDcuOCwxOC4xeiBNMTEuOSwyMWwtMC42LDAuOGwwLDBsMCwwTDExLjksMjF6IE0xMi4zLDIwLjgKCWwxLDBsMCwwdjBIMTIuM3ogTTEyLjMsOC40bC0wLjctMC43TDExLjMsOHYwLjRIMTIuM3ogTTE4LjYsMS44bDAuNywwLjdsMCwwTDE4LjYsMS44eiBNMTguMywwSDEuOXYyaDE2LjRWMHogTTEuOSwwCglDMS4zLDAsMC44LDAuNCwwLjUsMC45bDEuOCwwLjhDMi4zLDEuOSwyLjEsMiwxLjksMkwxLjksMHogTTAuNSwwLjlDMC4zLDEuNCwwLjQsMi4xLDAuOCwyLjVsMS41LTEuNGMwLjEsMC4yLDAuMiwwLjQsMC4xLDAuNgoJTDAuNSwwLjl6IE0wLjgsMi41TDcsOS4xbDEuNS0xLjRMMi4zLDEuMUwwLjgsMi41eiBNNi44LDguNFYxOGgyVjguNEg2Ljh6IE02LjgsMTguMWMwLDAuNCwwLjIsMC43LDAuNSwwLjlsMS4xLTEuNwoJYzAuMiwwLjIsMC40LDAuNCwwLjQsMC43TDYuOCwxOC4xeiBNNy4zLDE5bDQuMSwyLjhsMS4xLTEuNmwtNC4xLTIuOEw3LjMsMTl6IE0xMS40LDIxLjljMC40LDAuMiwwLjksMC4yLDEuMywwbC0xLTEuNwoJYzAuMi0wLjEsMC41LTAuMSwwLjcsMEwxMS40LDIxLjl6IE0xMi43LDIxLjljMC40LTAuMiwwLjYtMC42LDAuNy0xLjFsLTItMC4xYzAtMC4zLDAuMi0wLjUsMC40LTAuNkwxMi43LDIxLjl6IE0xMy4zLDIwLjhWOC40aC0yCgl2MTIuM0gxMy4zeiBNMTMsOS4xbDYuMy02LjZsLTEuNS0xLjRsLTYuMyw2LjZMMTMsOS4xeiBNMTkuMywyLjVjMC40LTAuNCwwLjUtMSwwLjMtMS42bC0xLjgsMC44Yy0wLjEtMC4yLDAtMC40LDAuMS0wLjZMMTkuMywyLjV6CgkgTTE5LjYsMC45QzE5LjQsMC40LDE4LjgsMCwxOC4yLDBsMCwyYy0wLjIsMC0wLjQtMC4xLTAuNS0wLjNMMTkuNiwwLjl6Ii8+Cjwvc3ZnPgo=) no-repeat 90% center/2rem;
	text-align: left
}

.a-search__filters {
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 3rem
}

.tablet .a-search__filters,
.mobile .a-search__filters {
	margin-bottom: 0;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	background-color: #fff
}

.a-search__filters-header {
	display: none
}

.tablet .a-search__filters-header,
.mobile .a-search__filters-header {
	display: block;
	width: 100%;
	padding: 1.8rem 0;
	text-align: center;
	font-size: 1.8rem;
	background-color: #ebebeb
}

.tablet .a-search__filters-header_theme_purple,
.mobile .a-search__filters-header_theme_purple {
	background-color: #403360;
	color: #fff
}

.mobile .a-search__filters-header {
	display: block;
	width: 100%;
	padding: 2.7rem 0;
	height: 7rem
}

.a-search__filters-wr {
	margin-bottom: 3.7rem
}

.tablet .a-search__filters-wr,
.mobile .a-search__filters-wr {
	margin-bottom: 0;
	position: fixed;
	z-index: 11;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	background-color: rgba(0, 0, 0, .35)
}

.mobile .a-search__filters-wr {
	z-index: 999
}

.a-search__filters-wr._active {
	display: block
}

.a-search__filters-logo {
	display: block;
	background: url(../../src/sprites/svg/logo.svg) no-repeat left center/contain;
	width: 8.2rem;
	height: 100%;
	margin-left: 1.8rem
}

.a-search__filters-body {
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 3rem
}

.tablet .a-search__filters-body,
.mobile .a-search__filters-body {
	margin-bottom: 0;
	padding: 2rem;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

.tablet .a-search__filter,
.mobile .a-search__filter {
	width: 100%;
	margin-bottom: 2rem
}

.desktop .a-search__filter._gender {
	width: 15%
}

.desktop .a-search__filter._category {
	width: 27.500000000000004%
}

.desktop .a-search__filter._systems {
	width: 17.25%
}

.tablet .desktop .a-search__filter._systems {
	width: 100%
}

.mobile .desktop .a-search__filter._systems {
	width: 100%
}

.desktop .a-search__filter._diseases {
	width: 16.916666666666664%
}

.tablet .desktop .a-search__filter._diseases {
	width: 100%
}

.mobile .desktop .a-search__filter._diseases {
	width: 100%
}

.a-search__filter-name {
	display: none
}

.tablet .a-search__filter-name,
.mobile .a-search__filter-name {
	display: block;
	font-size: 1.6rem;
	margin-bottom: 0
}

.a-search__filter-content {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.tablet .a-search__filter-content {
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.mobile .a-search__filter-content {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.a-search__filter-content .desktop>*:not(.checkbox):hover,
.a-search__filter-content .desktop>*:not(.checkbox):focus,
.a-search__filter-content .desktop>*:not(.checkbox)._active {
	background-color: #e1eef6
}

.desktop ._multi .a-search__filter-content>* {
	border-radius: 0
}

.desktop ._multi .a-search__filter-content>*:first-of-type {
	border-radius: 4rem 0 0 4rem
}

.desktop ._multi .a-search__filter-content>*:last-of-type {
	border-radius: 0 4rem 4rem 0
}

.a-search__filter-input,
.a-search__filter-btn {
	background-color: inherit;
	border: 1px solid #bbcad2;
	height: 5.5rem;
	color: #4a494a;
	box-sizing: border-box;
	border-radius: 4rem;
	font-size: 1.4rem;
	font-family: 'GraphikLCG-Regular', sans-serif;
	padding: 0 2.3rem;
	outline: none;
	-webkit-appearance: none
}

.desktop .a-search__filter-input+.a-search__filter-input,
.desktop .a-search__filter-btn+.a-search__filter-btn {
	border-left: none
}

.tablet .a-search__filter-input,
.tablet .a-search__filter-btn {
	height: 4.5rem;
	border-radius: 0;
	width: 16rem;
	margin-right: 1rem
}

.mobile .a-search__filter-input,
.mobile .a-search__filter-btn {
	height: 4.5rem;
	border-radius: 0;
	width: 100%
}

.mobile .a-search__filter-input:focus,
.mobile .a-search__filter-btn:focus,
.mobile .a-search__filter-input.active,
.mobile .a-search__filter-btn.active,
.mobile .a-search__filter-input._active,
.mobile .a-search__filter-btn._active {
	background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAyNSAxNyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxuczpmaWdtYT0iaHR0cDovL3d3dy5maWdtYS5jb20vZmlnbWEvbnMiPgo8dGl0bGU+TGluZTwvdGl0bGU+CjxkZXNjPkNyZWF0ZWQgdXNpbmcgRmlnbWE8L2Rlc2M+CjxnIGlkPSJDYW52YXMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04MjAgMTIxNCkiIGZpZ21hOnR5cGU9ImNhbnZhcyI+CjxnIGlkPSJMaW5lIiBzdHlsZT0ibWl4LWJsZW5kLW1vZGU6bm9ybWFsOyIgZmlnbWE6dHlwZT0idmVjdG9yIj4KPHVzZSB4bGluazpocmVmPSIjcGF0aDBfc3Ryb2tlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4MjIgLTEyMTIpIiBmaWxsPSIjQkUyMTZBIiBzdHlsZT0ibWl4LWJsZW5kLW1vZGU6bm9ybWFsOyIvPgo8L2c+CjwvZz4KPGRlZnM+CjxwYXRoIGlkPSJwYXRoMF9zdHJva2UiIGQ9Ik0gMC43MDY3MTIgNC4yOTI1TCAtMC4wMDA3ODg0NjUgMy41ODU3OUwgLTEuNDE0MjEgNS4wMDA3OUwgLTAuNzA2NzEyIDUuNzA3NUwgMC43MDY3MTIgNC4yOTI1Wk0gOC4wMDg5MyAxM0wgNy4zMDIyMSAxMy43MDc1TCA4LjAwOTA4IDE0LjQxMzZMIDguNzE1NzkgMTMuNzA3M0wgOC4wMDg5MyAxM1pNIDIxLjcyNDcgMC43MDczNDlMIDIyLjQzMjEgMC4wMDA0ODUzMTNMIDIxLjAxODMgLTEuNDE0MjFMIDIwLjMxMSAtMC43MDczNDlMIDIxLjcyNDcgMC43MDczNDlaTSAtMC43MDY3MTIgNS43MDc1TCA3LjMwMjIxIDEzLjcwNzVMIDguNzE1NjQgMTIuMjkyNUwgMC43MDY3MTIgNC4yOTI1TCAtMC43MDY3MTIgNS43MDc1Wk0gOC43MTU3OSAxMy43MDczTCAyMS43MjQ3IDAuNzA3MzQ5TCAyMC4zMTEgLTAuNzA3MzQ5TCA3LjMwMjA2IDEyLjI5MjdMIDguNzE1NzkgMTMuNzA3M1oiLz4KPC9kZWZzPgo8L3N2Zz4K) no-repeat right center/2rem
}

.a-search__filter-select {
	background-color: inherit;
	border: 1px solid #bbcad2;
	height: 5.5rem;
	color: #4a494a;
	box-sizing: border-box;
	border-radius: 4rem;
	font-size: 1.4rem;
	font-family: 'GraphikLCG-Regular', sans-serif;
	padding: 0 2.3rem;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg id=%22arrow-down%22 data-name=%22843cf680-5eca-43e1-a985-d16a503768d5%22 xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 12.91 6.57%22%3E%3Ctitle%3Earrow-down%3C/title%3E%3Cpolygon points=%221.05 0.34 0.71 0 0 0.71 0.38 1.08 1.05 0.34%22 fill=%22currentColor%22/%3E%3Cpolygon points=%226.46 5.9 6.13 6.27 6.46 6.57 6.79 6.27 6.46 5.9%22 fill=%22currentColor%22/%3E%3Cpolygon points=%2212.54 1.08 12.91 0.75 12.24 0.01 11.87 0.34 12.54 1.08%22 fill=%22currentColor%22/%3E%3Cpolygon points=%220.38 1.08 6.14 6.27 6.81 5.53 1.05 0.34 0.38 1.08%22 fill=%22currentColor%22/%3E%3Crect x=%225.46%22 y=%222.81%22 width=%227.74%22 height=%220.99%22 transform=%22translate(0.19 7.1) rotate(-42.07)%22 fill=%22currentColor%22/%3E%3C/svg%3E");
	background-size: 2rem;
	background-repeat: no-repeat;
	background-position: 90% center;
	width: 100%
}

.tablet .a-search__filter-select,
.mobile .a-search__filter-select {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxMCAxNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxuczpmaWdtYT0iaHR0cDovL3d3dy5maWdtYS5jb20vZmlnbWEvbnMiPgo8dGl0bGU+TGluZSBDb3B5PC90aXRsZT4KPGRlc2M+Q3JlYXRlZCB1c2luZyBGaWdtYTwvZGVzYz4KPGcgaWQ9IkNhbnZhcyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTg0MiA4MzUpIiBmaWdtYTp0eXBlPSJjYW52YXMiPgo8ZyBpZD0iTGluZSBDb3B5IiBzdHlsZT0ibWl4LWJsZW5kLW1vZGU6bm9ybWFsOyIgZmlnbWE6dHlwZT0idmVjdG9yIj4KPHVzZSB4bGluazpocmVmPSIjcGF0aDBfc3Ryb2tlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4NDMgLTgzNCkiIGZpbGw9IiM0MDMzNjAiIHN0eWxlPSJtaXgtYmxlbmQtbW9kZTpub3JtYWw7Ii8+CjwvZz4KPC9nPgo8ZGVmcz4KPHBhdGggaWQ9InBhdGgwX3N0cm9rZSIgZD0iTSA3IDdMIDcuNzA3MTEgNy43MDcxMUwgOC40MTQyMSA3TCA3LjcwNzExIDYuMjkyODlMIDcgN1pNIC0wLjcwNzEwNyAwLjcwNzEwN0wgNi4yOTI4OSA3LjcwNzExTCA3LjcwNzExIDYuMjkyODlMIDAuNzA3MTA3IC0wLjcwNzEwN0wgLTAuNzA3MTA3IDAuNzA3MTA3Wk0gNi4yOTI4OSA2LjI5Mjg5TCAtMC43MDcxMDcgMTMuMjkyOUwgMC43MDcxMDcgMTQuNzA3MUwgNy43MDcxMSA3LjcwNzExTCA2LjI5Mjg5IDYuMjkyODlaIi8+CjwvZGVmcz4KPC9zdmc+Cg==);
	background-position: 100% center;
	background-size: 1rem
}

.tablet .a-search__filter-select,
.mobile .a-search__filter-select {
	height: 4.5rem;
	border-radius: 0;
	width: 100%;
	border: 0;
	border-bottom: .2rem solid #e8e8e8;
	padding: 0;
	font-size: 1.6rem
}

.mobile .a-search__filter-btn {
	height: 4.5rem;
	border-radius: 0;
	width: 100%;
	border: 0;
	border-bottom: .2rem solid #e8e8e8;
	padding: 0;
	font-size: 1.6rem;
	text-align: left
}

.a-search__reset {
	color: #e92229;
	
	font-size: 1.8rem;
	text-decoration: none;
	position: relative;
	display: block;
	padding-left: 4rem;
	background: 0;
	border: 0;
	-webkit-appearance: none;
	line-height: calc(2.3rem - 3px)
}

.tablet .a-search__reset,
.mobile .a-search__reset {
	background-color: inherit;
	border: 1px solid #bbcad2;
	height: 5.5rem;
	color: #4a494a;
	box-sizing: border-box;
	border-radius: 4rem;
	font-size: 1.4rem;
	font-family: 'GraphikLCG-Regular', sans-serif;
	padding: 0 2.3rem;
	outline: none;
	-webkit-appearance: none;
	width: 100%
}

.desktop .a-search__reset:before {
	content: '';
	position: absolute;
	left: 0;
	top: -3px;
	display: block;
	width: 3.2rem;
	height: 3.2rem;
	padding: 0;
	box-sizing: border-box;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #fff url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxuczpmaWdtYT0iaHR0cDovL3d3dy5maWdtYS5jb20vZmlnbWEvbnMiPgo8dGl0bGU+R3JvdXAgNDwvdGl0bGU+CjxkZXNjPkNyZWF0ZWQgdXNpbmcgRmlnbWE8L2Rlc2M+CjxnIGlkPSJDYW52YXMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDczMiAtNzMwKSIgZmlnbWE6dHlwZT0iY2FudmFzIj4KPGcgaWQ9Ikdyb3VwIDQiIHN0eWxlPSJtaXgtYmxlbmQtbW9kZTpub3JtYWw7IiBmaWdtYTp0eXBlPSJmcmFtZSI+CjxnIGlkPSJMaW5lIiBzdHlsZT0ibWl4LWJsZW5kLW1vZGU6bm9ybWFsOyIgZmlnbWE6dHlwZT0idmVjdG9yIj4KPHVzZSB4bGluazpocmVmPSIjcGF0aDBfc3Ryb2tlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzIzIDczMCkiIGZpbGw9IiM0MDMzNjAiIHN0eWxlPSJtaXgtYmxlbmQtbW9kZTpub3JtYWw7Ii8+CjwvZz4KPGcgaWQ9IkxpbmUiIHN0eWxlPSJtaXgtYmxlbmQtbW9kZTpub3JtYWw7IiBmaWdtYTp0eXBlPSJ2ZWN0b3IiPgo8dXNlIHhsaW5rOmhyZWY9IiNwYXRoMV9zdHJva2UiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03MzIgNzM5KSIgZmlsbD0iIzQwMzM2MCIgc3R5bGU9Im1peC1ibGVuZC1tb2RlOm5vcm1hbDsiLz4KPC9nPgo8L2c+CjwvZz4KPGRlZnM+CjxwYXRoIGlkPSJwYXRoMF9zdHJva2UiIGQ9Ik0gMCAwTCAwIDIwTCAyIDIwTCAyIDBMIDAgMFoiLz4KPHBhdGggaWQ9InBhdGgxX3N0cm9rZSIgZD0iTSAyMCAwTCAwIDBMIDAgMkwgMjAgMkwgMjAgMFoiLz4KPC9kZWZzPgo8L3N2Zz4K) no-repeat left center
}

.a-search__filter-bottom {
	margin-top: 30px;
	width: 100%;
	text-align: center
}

.desktop .a-search__filter-bottom {
	display: none
}

.mobile .a-search__btn-show {
	width: 100%
}

.a-search__row._reset {
	visibility: hidden
}

.a-search__row._reset._state_active {
	visibility: visible;
	margin-bottom: 3.7rem
}

.mobile .a-search__row._reset,
.tablet .a-search__row._reset {
	display: none
}

.a-results {
	position: relative;
	z-index: 1
}

.a-results__header {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2
}

.tablet .a-results__header {
	border-top: .2rem solid #e8e8e8;
	border-bottom: .2rem solid #e8e8e8;
	margin: 5rem auto;
	width: calc(100% - 8rem)
}

.mobile .a-results__header {
	margin-bottom: 3rem;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch
}

.a-results__filter {
	display: block;
	padding: 2.5rem;
	box-sizing: border-box;
	color: #9b9b9b;
	font-size: 1.5rem;
	text-decoration: none;
	font-family: 'GraphikLCG-Medium', sans-serif
}

.tablet .a-results__filter {
	
	font-size: 1.4rem;
	padding: 2.5rem 2rem
}

.tablet .a-results__filter:first-child {
	padding-left: 0
}

.mobile .a-results__filter {
	
	font-size: 1.4rem;
	padding: 2.5rem 1rem;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.mobile .a-results__filter:first-child {
	padding-left: 0
}

.a-results__filter._active {
	color: #4a4a4a
}

.a-results__filter._active {
	border-bottom: .2rem solid #4a4a4a
}

.a-results__filter--test._active {
	color: #706194;
	border-color: #706194
}

.a-results__filter--complex._active {
	color: #be216a;
	border-color: #be216a
}

.a-results__filter--program._active {
	color: #f4c06a;
	border-color: #f4c06a
}

.a-results__more {
	text-align: center;
	margin-bottom: 5rem
}

.a-results__more .btn {
	position: static;
	width: auto
}

.a-results__nothing {
	font-size: 2.4rem;
	line-height: 3rem;
	color: #4a4a4a;
	margin-top: 5rem
}

.mobile .a-results__nothing {
	font-size: 1.8rem;
	line-height: 2.5rem;
	text-align: center
}

.a-results__hint {
	font-size: 1.5rem
}

.mobile .a-results__hint {
	font-size: 1.4rem;
	line-height: 2.5rem;
	text-align: center
}

.a-catalog {
	background-color: #fff;
	padding: 3.8rem 8.3rem;
	margin: 0 auto 5rem;
	max-width: 136.6rem;
	width: calc(100% - 3.7rem)
}

.tablet .a-catalog {
	padding: 0 2rem;
	width: calc(100% - 4rem);
	box-shadow: 0 1rem 6rem 0 #e9e9e9
}

.mobile .a-catalog {
	box-shadow: 0 1rem 6rem 0 #e9e9e9;
	margin: 2rem auto 6rem;
	width: calc(100% - 2rem)
}

.a-catalog__item {
	border-bottom: .2rem solid #d4d4d4
}

.tablet .a-catalog__item,
.mobile .a-catalog__item {
	border-bottom: .2rem solid #e8e8e8
}

.a-catalog__item:last-of-type {
	border: 0
}

.a-catalog__header {
	margin: 0;
	padding: 3.3rem 0;
	position: relative;
	cursor: pointer
}

.mobile .a-catalog__header {
	padding: 3.1rem 0
}

.a-catalog__body {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.a-catalog__title {
	color: #4a494a;
	
	font-size: 2.4rem;
	margin: 0;
	position: relative;
	transition: color 0.4s linear
}

.tablet .a-catalog__title {
	font-size: 2.4rem
}

.mobile .a-catalog__title {
	font-size: 1.8rem;
	line-height: 2rem;
	padding-right: 1.5rem
}

._opened .a-catalog__title {
	color: #9b9a9b
}

._active .a-catalog__title {
	color: #4a494a
}

.a-catalog__ico {
	position: absolute;
	right: 3rem;
	top: 50%;
	display: block;
	width: 2rem;
	height: 2rem;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s
}

.tablet .a-catalog__ico,
.mobile .a-catalog__ico {
	width: 1.4rem;
	height: 1.4rem;
	right: 0
}

.a-catalog__ico:before,
.a-catalog__ico:after {
	content: '';
	position: absolute;
	background-color: #5f285e;
	transition: background 0.4s linear
}

.tablet .a-catalog__ico:before,
.tablet .a-catalog__ico:after {
	background-color: #9b9a9b
}

.tablet ._active .a-catalog__ico:before,
.tablet ._active .a-catalog__ico:after {
	background-color: #4a4a4a
}

.a-catalog__ico:before {
	top: 50%;
	left: 0;
	width: 100%;
	height: .2rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.a-catalog__ico:after {
	top: 0;
	left: 50%;
	width: .2rem;
	height: 100%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

._active .a-catalog__ico {
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg)
}

.a-catalog__card {
	width: 25%;
	margin-bottom: 5rem
}

.tablet .a-catalog__card {
	width: 33.3%
}

.mobile .a-catalog__card {
	width: 100%
}

.a-catalog__letter {
	color: #5f285e;
	
	font-size: 2.4rem;
	margin-bottom: 2rem
}

.tablet .a-catalog__letter {
	font-size: 2.4rem
}

.mobile .a-catalog__letter {
	font-size: 1.6rem
}

.a-catalog__list {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 80%
}

.a-catalog__list-link {
	color: #4a494a;
	font-family: 'GraphikLCG-Regular', sans-serif;
	font-size: 1.5rem;
	line-height: 1.8rem;
	text-decoration: none
}

.tablet .a-catalog__list-link,
.mobile .a-catalog__list-link {
	font-size: 1.4rem
}

.a-catalog__more {
	width: 100%;
	margin-bottom: 5rem
}

.a-head {
	width: 100%;
	padding-top: 5rem;
	padding-right: 0;
	padding-bottom: 5rem;
	padding-left: 5rem;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.mobile .a-head {
	display: block;
	padding: 1.5rem
}

.tablet .a-head {
	display: block
}

.a-head._taller {
	padding-top: 4.5rem;
	padding-bottom: 4.5rem
}

.mobile .a-head._taller {
	padding: 2.5rem 1.5rem
}

.a-head__th {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #9b9b9b;
	font-size: 1.1rem;
	margin-bottom: 1rem;
	text-transform: lowercase;
	margin-bottom: 1.8rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-bottom: 1rem
}

.mobile .a-head__th {
	margin-bottom: 0
}

.a-head__th--stock {
	margin-bottom: 0;
	padding-bottom: .5rem
}

.tablet .a-head__th--stock,
.mobile .a-head__th--stock {
	padding-bottom: .5rem
}

.a-head__td {
	font-size: 1.5rem;
	line-height: 2.5rem
}

.a-head__meta {
	padding-right: 6rem;
	width: 37.565217391304344%
}

.mobile .a-head__meta {
	width: 100%;
	padding-right: 0
}

.tablet .a-head__meta {
	width: inherit
}

.a-head__category {
	display: inline-block;
	margin-right: 1rem;
	text-transform: lowercase;
	letter-spacing: .2rem;
	font-weight: 600
}

.a-head__category:before {
	content: '';
	display: inline-block;
	border-radius: 100%;
	width: .8rem;
	height: .8rem;
	margin-right: .8rem;
	background-color: #9b9b9b
}

.a-head__category._test {
	color: #706194
}

.a-head__category._test:before {
	background-color: #706194
}

.a-head__category._complex {
	color: #BE216A
}

.a-head__category._complex:before {
	background-color: #BE216A
}

.a-head__category._program {
	color: #ffb561
}

.a-head__category._program:before {
	background-color: #ffb561
}

.a-head__category._blog {
	color: #4990e2
}

.a-head__category._blog:before {
	background-color: #4990e2
}

.a-head__code {
	font-size: 1.1rem
}

.a-head__code:before {
	content: '/';
	display: inline-block;
	margin-right: 1rem;
	font-size: 1.5rem
}

.a-head__title {
	color: #4a4a4a;
	font-size: 3.6rem;
	line-height: 4rem;
	
	margin-top: 2rem
}

.a-head__title--stock {
	margin-top: 0;
	padding-bottom: 3rem;
	font-size: 1.5rem;
	display: inline-block;
	text-decoration: none
}

.tablet .a-head__title--stock {
	padding-bottom: 2rem
}

.mobile .a-head__title--stock {
	padding-bottom: 2rem;
	font-size: 1.4rem;
	line-height: 1.43
}

.a-head__title._big {
	font-size: 3rem;
	line-height: 3rem;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none
}

.mobile .a-head__title._big {
	font-size: 2rem;
	line-height: 3rem
}

.a-head__time {
	padding-right: 4rem;
	width: 9.565217391304348%
}

.mobile .a-head__time {
	width: 11.5rem;
	padding-right: 0;
	vertical-align: top;
	display: inline-block
}

.tablet .a-head__time {
	display: inline-block;
	vertical-align: top;
	width: 23%
}

.a-head__time .a-head__th {
	letter-spacing: .2rem
}

.a-head__bio {
	padding-right: 6rem;
	letter-spacing: .1rem;
	width: 21.391304347826086%
}

.mobile .a-head__bio {
	width: calc(100% - 12rem);
	padding-right: 0;
	display: inline-block
}

.tablet .a-head__bio {
	display: inline-block;
	vertical-align: top;
	width: 28%
}

.a-head__print {
	padding-right: 3rem
}

.a-head__price {
	color: #9b9b9b;
	width: 31.478260869565215%
}

.mobile .a-head__price {
	width: inherit;
	margin-top: 3rem
}

.tablet .a-head__price {
	display: inline-block;
	width: 44%
}

.desktop .a-head__price {
	padding-right: 5rem
}

.a-head__price .text-uppercase {
	letter-spacing: .2rem;
	margin-bottom: 4.4rem;
	padding-bottom: 0
}

.a-head__price-old {
	position: relative;
	display: inline-block;
	font-size: 2.4rem;
	padding: 0 .4rem;
	margin-bottom: 2rem;
	text-decoration: none
}

.mobile .a-head__price-old {
	font-size: 2rem;
	padding: 0 .2rem
}

.a-head__price-old:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	margin-top: -1px;
	background-color: #4a4a4a
}

.mobile .a-head__price-old:before {
	margin-top: -2px
}

.a-head__price-old._margin {
	margin-bottom: 1.2rem
}

.a-head__price-current {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 4rem
}

.a-head__price-current._margin {
	margin-bottom: 7.7rem
}

.a-head__price-value {
	font-size: 4.5rem;
	
	color: #4a4a4a;
	letter-spacing: -.2rem;
	display: inline-block
}

.mobile .a-head__price-value {
	font-size: 3.6rem
}

.a-head__price-note {
	font-size: 1.1rem;
	line-height: 1.4rem;
	width: 35%;
	padding-left: 3rem;
	display: inline-block;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1
}

.desktop .a-head__price-note {
	width: inherit
}

.mobile .a-head__price-note {
	width: 100%
}

.a-head__cta {
	margin-bottom: 5rem
}

.mobile .a-head__cta a {
	width: 100%;
	text-align: center
}

.a-head__reorder {
	position: relative
}

.a-head__btn {
	white-space: nowrap
}

.tablet .a-head__reorder {
	display: none
}

.a-head__reorder-link {
	font-size: 1.1rem;
	line-height: 2.27;
	color: #be216a;
	text-transform: uppercase;
	padding: 0;
	border: 0;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 3.2rem;
	text-decoration: none
}

.a-head__reorder-link span {
	border-bottom: 1px dashed #4a4a4a;
	color: #4a4a4a;
	line-height: 1.1
}

.a-head__reorder-link svg {
	margin-right: 1rem
}

.a-head__reorder-link:hover~.a-head__reorder-tip {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	z-index: 0;
	visibility: visible;
	transition: opacity 0.4s, visibility 0s, z-index 0s, -webkit-transform 0.4s;
	transition: opacity 0.4s, transform 0.4s, visibility 0s, z-index 0s;
	transition: opacity 0.4s, transform 0.4s, visibility 0s, z-index 0s, -webkit-transform 0.4s
}

.mobile .a-head__reorder-link:hover~.a-head__reorder-tip {
	-webkit-transform: translate(3rem, 0);
	transform: translate(3rem, 0)
}

.a-head__reorder-tip {
	position: absolute;
	left: -4rem;
	bottom: 5rem;
	width: 28rem;
	height: 14rem;
	padding: 2.5rem;
	background-color: #fff;
	box-shadow: 0 0 2rem rgba(0, 0, 0, .2);
	-webkit-transform: translateY(-4rem);
	transform: translateY(-4rem);
	opacity: 0;
	z-index: -1;
	visibility: hidden;
	transition: opacity 0.4s, visibility 0.4s, z-index 0.4s, -webkit-transform 0.4s;
	transition: opacity 0.4s, transform 0.4s, visibility 0.4s, z-index 0.4s;
	transition: opacity 0.4s, transform 0.4s, visibility 0.4s, z-index 0.4s, -webkit-transform 0.4s
}

.a-head__reorder-tip:before,
.a-head__reorder-tip:after {
	content: "";
	position: absolute;
	bottom: -1rem;
	left: 50%;
	width: 2rem;
	height: 2rem;
	pointer-events: none;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	background-color: #fff
}

.a-head__reorder-tip:before {
	box-shadow: 0 0 2rem rgba(0, 0, 0, .2);
	clip: rect(-2rem, auto, auto, -2rem)
}

.a-head__reorder-title {
	
	font-size: 1.5rem;
	line-height: 1.67;
	color: #4a4a4a;
	margin-bottom: 1.5rem
}

.a-head__reorder-text {
	font-family: 'GraphikLCG-Regular', sans-serif;
	font-size: 1.5rem;
	line-height: 1.67;
	color: #9b9b9b
}

.js-headerAndTabsShadow {
	box-shadow: 0 0 2rem rgba(68, 68, 68, .2);
	border-radius: 2px
}

.desktop .js-headerAndTabsShadow {
	box-shadow: 0 0 4rem rgba(68, 68, 68, .2)
}

.tablet .js-headerAndTabsShadow--text {
	box-shadow: 0 0 6rem rgba(68, 68, 68, .2)
}

.mobile .js-headerAndTabsShadow--text {
	box-shadow: 0 0 3rem rgba(68, 68, 68, .2)
}

.a-list {
	padding: 5rem;
	transition: height 0.4s;
	box-shadow: 0 0rem 4rem rgba(68, 68, 68, .2);
	border-radius: 2px
}

.mobile .a-list,
.tablet .a-list {
	padding: 3rem 1.5rem
}

.tablet .a-list {
	padding: 3rem 1.5rem 4.4rem
}

.a-list__title {
	
	font-size: 2.4rem;
	margin-bottom: 3rem
}

.a-list__title._big {
	font-size: 3.6rem;
	margin-top: 2rem;
	margin-bottom: 6rem
}

.tablet .a-list__title._big {
	font-size: 2.4rem
}

.mobile .a-list__title {
	font-size: 2.4rem;
	margin-bottom: 2rem;
	margin-top: 0
}

.mobile .a-list__title-btn {
	margin-top: 3rem;
	width: 100%;
	text-align: center
}

.a-list__more {
	margin-top: 4rem;
	text-align: center
}

.a-list__more--stock__btn {
	display: inline-block;
	margin: 2rem 0 2rem 0;
	color: #403360
}

.mobile .a-list__more--stock__btn {
	margin-top: 1rem
}

.a-filter {
	position: relative
}

.tablet .a-filter,
.mobile .a-filter {
	margin: 0 auto;
	width: 54rem;
	background-color: #fff
}

.tablet .a-filter {
	top: 12vh;
	max-height: 80vh
}

.mobile .a-filter {
	top: 0;
	width: 100%;
	min-height: 100vh;
	overflow-y: scroll
}

.tablet .a-filter--contacts {
	top: 0;
	width: 100%
}

.mobile .a-filter--contacts {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000
}

.a-filter__wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: justify;
	justify-content: flex-end
}

.tablet .a-filter__wrapper,
.mobile .a-filter__wrapper {
	padding: 5.7rem 2rem 2rem;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.a-filter__wrapper--contacts {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 4.7rem 0 2.5rem;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-top: 1px solid #d7d7d7
}

.mobile .a-filter__wrapper--contacts {
	padding-top: 0
}

.a-filter__header {
	display: none;
	position: relative;
	padding-top: 2.2rem;
	width: 100%;
	height: 6rem;
	background-color: #40335f;
	text-align: center;
	font-size: 1.8rem;
	color: #fff
}

.tablet .a-filter__header,
.mobile .a-filter__header {
	display: block
}

.tablet .a-filter__header--contacts {
	display: none
}

.mobile .a-filter__header--contacts {
	font-size: 1.4rem;
	height: 7rem;
	line-height: 3rem
}

.a-filter__close {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 6rem;
	height: 5.4rem
}

.mobile .a-filter__close {
	height: 7rem
}

.a-filter__close:before {
	content: '';
	position: absolute;
	right: 50%;
	top: 50%;
	width: 3rem;
	height: 3rem;
	padding: 0;
	box-sizing: border-box;
	-webkit-transform: translate(50%, -50%) rotate(45deg);
	transform: translate(50%, -50%) rotate(45deg);
	background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sbnM6ZmlnbWE9Imh0dHA6Ly93d3cuZmlnbWEuY29tL2ZpZ21hL25zIj48dGl0bGU+R3JvdXAgNDwvdGl0bGU+PGRlc2M+Q3JlYXRlZCB1c2luZyBGaWdtYTwvZGVzYz48ZyBzdHlsZT0ibWl4LWJsZW5kLW1vZGU6bm9ybWFsIiBmaWdtYTp0eXBlPSJmcmFtZSI+PHVzZSB4bGluazpocmVmPSIjYSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOSkiIGZpbGw9IiNmZmZmZmYiIHN0eWxlPSJtaXgtYmxlbmQtbW9kZTpub3JtYWwiIGZpZ21hOnR5cGU9InZlY3RvciIvPjx1c2UgeGxpbms6aHJlZj0iI2IiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgOSkiIGZpbGw9IiNmZmZmZmYiIHN0eWxlPSJtaXgtYmxlbmQtbW9kZTpub3JtYWwiIGZpZ21hOnR5cGU9InZlY3RvciIvPjwvZz48ZGVmcz48cGF0aCBpZD0iYSIgZD0iTTAgMHYyMGgyVjBIMHoiLz48cGF0aCBpZD0iYiIgZD0iTTIwIDBIMHYyaDIwVjB6Ii8+PC9kZWZzPjwvc3ZnPg==) no-repeat center center
}

.a-filter__group {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.tablet .a-filter__group,
.mobile .a-filter__group {
	margin-bottom: 2rem;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.a-filter__group--contacts {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.a-filter__group-title {
	display: none;
	margin-bottom: 15px;
	width: 100%;
	font-size: 1.6rem;
	font-weight: 600
}

.tablet .a-filter__group-title,
.mobile .a-filter__group-title {
	display: block
}

.a-filter__check {
	position: absolute;
	width: 0;
	height: 0;
	font-size: 0;
	opacity: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.a-filter__check:checked+.a-filter__label {
	background-color: #be216a;
	border-color: #be216a;
	color: #fff!important
}

.a-filter__label {
	padding: 2rem 2.3rem;
	display: block;
	height: 5.5rem;
	background-color: inherit;
	border-top: 1px solid #bbcad2;
	border-bottom: 1px solid #bbcad2;
	border-right: 1px solid #bbcad2;
	color: #4a494a;
	box-sizing: border-box;
	font-size: 1.4rem;
	font-family: 'GraphikLCG-Regular', sans-serif;
	outline: none;
	-webkit-appearance: none;
	cursor: pointer;
	transition: color, background-color 0.2s
}

.a-filter__label_side_left {
	border-bottom-left-radius: 4rem;
	border-top-left-radius: 4rem;
	border-right: 1px solid #bbcad2;
	border-left: 1px solid #bbcad2
}

.a-filter__label_side_right {
	border-bottom-right-radius: 4rem;
	border-top-right-radius: 4rem;
	border-right: 1px solid #bbcad2
}

.tablet .a-filter__label,
.mobile .a-filter__label {
	padding: 15px 0;
	border-radius: 0;
	height: auto;
	width: 16rem;
	text-align: center
}

.mobile .a-filter__label {
	padding: 15px 20px;
	width: auto
}

.a-filter__drop {
	padding: 2rem 2.3rem;
	display: block;
	height: 5.5rem;
	background-color: inherit;
	border-top: 1px solid #bbcad2;
	border-bottom: 1px solid #bbcad2;
	border-right: 1px solid #bbcad2;
	color: #4a494a;
	box-sizing: border-box;
	font-size: 1.4rem;
	font-family: 'GraphikLCG-Regular', sans-serif;
	outline: none;
	-webkit-appearance: none;
	cursor: pointer;
	position: relative;
	padding-right: 4rem;
	border-left: 1px solid #bbcad2;
	border-radius: 4rem;
	width: 20.7rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
    line-height:1.2em;
    margin-left: 20px;
}

.a-filter__drop._state_selected {
	color: #be216a
}

.a-filter__drop._state_selected::after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg id=%22arrow-down-pink%22 data-name=%22843cf680-5eca-43e1-a985-d16a503768d5%22 xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 12.91 6.57%22%3E %3Ctitle%3Earrow-down%3C/title%3E %3Cpolygon points=%221.05 0.34 0.71 0 0 0.71 0.38 1.08 1.05 0.34%22 fill=%22%23be216a%22/%3E %3Cpolygon points=%226.46 5.9 6.13 6.27 6.46 6.57 6.79 6.27 6.46 5.9%22 fill=%22%23be216a%22/%3E %3Cpolygon points=%2212.54 1.08 12.91 0.75 12.24 0.01 11.87 0.34 12.54 1.08%22 fill=%22%23be216a%22/%3E %3Cpolygon points=%220.38 1.08 6.14 6.27 6.81 5.53 1.05 0.34 0.38 1.08%22 fill=%22%23be216a%22/%3E %3Crect x=%225.46%22 y=%222.81%22 width=%227.74%22 height=%220.99%22 transform=%22translate(0.19 7.1) rotate(-42.07)%22 fill=%22%23be216a%22/%3E %3C/svg%3E")
}

.a-filter__drop::after {
	position: absolute;
	right: 1.8rem;
	top: 1.7rem;
	width: 1.6rem;
	height: 1.6rem;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg id=%22arrow-down%22 data-name=%22843cf680-5eca-43e1-a985-d16a503768d5%22 xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 12.91 6.57%22%3E%3Ctitle%3Earrow-down%3C/title%3E%3Cpolygon points=%221.05 0.34 0.71 0 0 0.71 0.38 1.08 1.05 0.34%22 fill=%22currentColor%22/%3E%3Cpolygon points=%226.46 5.9 6.13 6.27 6.46 6.57 6.79 6.27 6.46 5.9%22 fill=%22currentColor%22/%3E%3Cpolygon points=%2212.54 1.08 12.91 0.75 12.24 0.01 11.87 0.34 12.54 1.08%22 fill=%22currentColor%22/%3E%3Cpolygon points=%220.38 1.08 6.14 6.27 6.81 5.53 1.05 0.34 0.38 1.08%22 fill=%22currentColor%22/%3E%3Crect x=%225.46%22 y=%222.81%22 width=%227.74%22 height=%220.99%22 transform=%22translate(0.19 7.1) rotate(-42.07)%22 fill=%22currentColor%22/%3E%3C/svg%3E");
	background-size: 1.6rem;
	background-repeat: no-repeat;
	background-position: center center;
	content: '';
	transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	transition: transform 0.4s, -webkit-transform 0.4s
}

.tablet .a-filter__drop::after,
.mobile .a-filter__drop::after {
	top: 1.5rem;
	right: 1rem;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.a-filter__drop:hover {
	border-color: rgba(0, 0, 0, 0);
	box-shadow: 0 0 2.7rem 0 rgba(0, 0, 0, .1)
}

.tablet .a-filter__drop,
.mobile .a-filter__drop {
	padding: 15px 0;
	height: auto;
	width: 100%;
	font-size: 1.6rem;
	font-weight: 600;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #bbcad2
}

.tablet .a-filter__drop>span,
.mobile .a-filter__drop>span {
	width: calc(100% - 20px);
	overflow: hidden;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block
}

.a-filter__drop._state_active::after {
	transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	transition: transform 0.4s, -webkit-transform 0.4s;
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1)
}

.a-filter__reset,
.a-filter__show {
	display: none;
	margin: 0 auto;
	min-width: 30rem;
	text-align: center
}

.tablet .a-filter__reset,
.tablet .a-filter__show {
	margin-bottom: 3rem
}

.mobile .a-filter__reset,
.mobile .a-filter__show {
	width: 100%;
	min-width: auto;
	margin-bottom: 3rem
}

.a-filter__reset--contacts,
.a-filter__show--contacts {
	font-family: 'GraphikLCG-Regular', sans-serif!important;
	font-weight: 400
}

.mobile .a-filter__reset--contacts,
.mobile .a-filter__show--contacts {
	margin-bottom: 1rem
}

.tablet .a-filter__reset,
.mobile .a-filter__reset {
	display: none
}

.tablet .a-filter__reset._state_active,
.mobile .a-filter__reset._state_active {
	display: block
}

.tablet .a-filter__show,
.mobile .a-filter__show {
	display: block
}

.a-filter__group:nth-of-type(3) .a-filter__item .a-filter__label {
	padding: 0 1.4rem;
	height: 4.6rem;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.desktop .a-filter__group:nth-of-type(3) .a-filter__item .a-filter__label {
	height: 5.5rem
}

.a-filter__group .a-filter__item .a-filter__label:hover {
	color: #000
}

.a-dropdown {
	background-color: #fff;
	box-shadow: 0 0 5rem rgba(0, 0, 0, .15);
	box-sizing: border-box;
	opacity: 0;
	padding-top: .3rem;
	pointer-events: none;
	position: absolute;
	top: 8rem;
	transition: opacity 0.5s, z-index 0s 0.5s, -webkit-transform 0.5s;
	transition: transform 0.5s, opacity 0.5s, z-index 0s 0.5s;
	transition: transform 0.5s, opacity 0.5s, z-index 0s 0.5s, -webkit-transform 0.5s;
	-webkit-transform: translate3d(0, -8rem, 0);
	transform: translate3d(0, -8rem, 0);
	width: 100%;
	z-index: -1000
}

.a-dropdown._state_active {
	transition: opacity 0.5s, -webkit-transform 0.5s;
	transition: transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 100
}

.desktop .a-dropdown {
	padding: 5rem 2rem 2rem 4rem
}

.tablet .a-dropdown,
.mobile .a-dropdown {
	bottom: 0;
	box-shadow: none;
	overflow-x: hidden;
	padding: 0;
	top: 0
}

.mobile .a-dropdown {
	bottom: auto;
	height: 100vh;
	padding: 0;
	position: fixed;
	right: 0;
	width: 100vw
}

.a-dropdown::before {
	position: absolute;
	top: -1.5rem;
	right: 24rem;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 1.65rem 1.6rem 1.65rem;
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0);
	content: ''
}

.a-dropdown._state_groups {
	top: -1rem
}

.a-dropdown._state_diseases::before {
	right: 0.5rem
}

.a-dropdown._state_groups::before {
	right: 7.7rem
}

.a-dropdown._state_top::before {
	right: 46.5rem
}

.tablet .a-dropdown::before,
.mobile .a-dropdown::before {
	display: none
}

.a-dropdown::after {
	position: absolute;
	bottom: -1.5rem;
	left: 0;
	right: 0;
	height: 1rem;
	box-shadow: 0 -3px 3px #fff
}

.tablet .a-dropdown::after,
.mobile .a-dropdown::after {
	display: none
}

.a-dropdown--contact {
	right: 0;
	height: auto;
	border-radius: 7px;
	transition: opacity 0.4s, -webkit-transform 0.5s;
	transition: transform 0.5s, opacity 0.4s;
	transition: transform 0.5s, opacity 0.4s, -webkit-transform 0.5s;
	display: block;
	z-index: 100;
	box-shadow: 0 10px 20px rgba(0, 0, 0, .2)!important
}

.desktop .a-dropdown--contact {
	padding: 0
}

.tablet .a-dropdown--contact,
.mobile .a-dropdown--contact {
	top: 8rem;
	bottom: auto
}

.a-dropdown--contact::before {
	right: 50%;
	-webkit-transform: translateX(50%);
	transform: translateX(50%)
}

.tablet .a-dropdown--contact::before,
.mobile .a-dropdown--contact::before {
	display: block
}

.a-dropdown--contact::after {
	content: none
}

.a-dropdown--adress {
	position: static;
	box-shadow: none;
	border-top: 1px solid #d7d7d7
}

.a-dropdown--adress::before,
.a-dropdown--adress::after {
	content: none
}

.a-dropdown--macFF::after {
	bottom: -4rem
}

.a-dropdown__wrapper {
	height: 34.4rem;
	max-height: 34.4rem;
	overflow-y: auto
}

.tablet .a-dropdown__wrapper,
.mobile .a-dropdown__wrapper {
	min-height: calc(100% - 6rem);
	padding: 0 2rem
}

.tablet .a-dropdown__wrapper {
	margin-right: .5rem;
	padding-left: 2rem;
	padding-right: 1.5rem
}

.mobile .a-dropdown__wrapper {
	width: 100%;
	left: 0
}

.a-dropdown__wrapper::-webkit-scrollbar {
	width: 2px;
	background-color: #eee;
	cursor: pointer
}

.a-dropdown__wrapper::-webkit-scrollbar-thumb {
	width: 2px;
	background-color: rgba(0, 0, 0, .5);
	cursor: pointer
}

.a-dropdown__wrapper--contact {
	padding: 2.5rem 0;
	height: auto
}

.tablet .a-dropdown__wrapper--contact,
.mobile .a-dropdown__wrapper--contact {
	padding: 2.5rem 0;
	height: auto;
	min-height: auto
}

.a-dropdown__wrapper--adress {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 4.7rem 0 4rem;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 44.2rem
}

.tablet .a-dropdown__wrapper--adress {
	min-height: auto;
	max-height: inherit;
	height: 55.1rem;
	padding: 3.5rem 0 4rem
}

.mobile .a-dropdown__wrapper--adress {
	max-height: inherit;
	min-height: auto;
	height: calc(100vh - 7rem);
	padding-bottom: 5rem
}

.a-dropdown__title {
	font-size: 2.4rem
}

.desktop .a-dropdown__title {
	margin-bottom: 2rem
}

.tablet .a-dropdown__title,
.mobile .a-dropdown__title {
	line-height: 6rem;
	margin-bottom: 0;
	position: relative;
	text-align: center
}

.tablet .a-dropdown__title::before,
.mobile .a-dropdown__title::before {
	position: absolute;
	top: 0;
	left: -10%;
	right: -10%;
	z-index: -1;
	height: 6rem;
	background-color: #ebebeb;
	content: ''
}

.tablet .a-dropdown__title::after,
.mobile .a-dropdown__title::after {
	position: absolute;
	left: 2rem;
	width: 2rem;
	height: 2rem;
	top: 2rem;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMi45MSA2LjU3Ij4NCgk8cG9seWdvbiBwb2ludHM9IjEuMDUgMC4zNCAwLjcxIDAgMCAwLjcxIDAuMzggMS4wOCAxLjA1IDAuMzQiIGZpbGw9ImN1cnJlbnRDb2xvciIvPg0KCTxwb2x5Z29uIHBvaW50cz0iNi40NiA1LjkgNi4xMyA2LjI3IDYuNDYgNi41NyA2Ljc5IDYuMjcgNi40NiA1LjkiIGZpbGw9ImN1cnJlbnRDb2xvciIvPg0KCTxwb2x5Z29uIHBvaW50cz0iMTIuNTQgMS4wOCAxMi45MSAwLjc1IDEyLjI0IDAuMDEgMTEuODcgMC4zNCAxMi41NCAxLjA4IiBmaWxsPSJjdXJyZW50Q29sb3IiLz4NCgk8cG9seWdvbiBwb2ludHM9IjAuMzggMS4wOCA2LjE0IDYuMjcgNi44MSA1LjUzIDEuMDUgMC4zNCAwLjM4IDEuMDgiIGZpbGw9ImN1cnJlbnRDb2xvciIvPg0KCTxyZWN0IHg9IjUuNDYiIHk9IjIuODEiIHdpZHRoPSI3Ljc0IiBoZWlnaHQ9IjAuOTkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMTkgNy4xKSByb3RhdGUoLTQyLjA3KSIgZmlsbD0iY3VycmVudENvbG9yIi8+DQo8L3N2Zz4NCg==);
	background-size: 2rem;
	background-repeat: no-repeat;
	background-position: 90% center;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	content: ''
}

.mobile .a-dropdown__title {
	font-size: 2rem;
	padding-bottom: 3rem
}

.mobile .a-dropdown__title::after {
	left: 0
}

.tablet .a-dropdown__title--contacts {
	margin-bottom: 0;
	font-size: 1.8rem;
	line-height: 1.67;
	text-align: left
}

.tablet .a-dropdown__title--contacts::before,
.tablet .a-dropdown__title--contacts::after {
	content: none
}

.mobile .a-dropdown__title--contacts {
	font-size: 1.72rem;
	text-align: left;
	line-height: 1.39;
	padding-top: 3rem;
	
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1
}

.mobile .a-dropdown__title--contacts::before,
.mobile .a-dropdown__title--contacts::after {
	content: none
}

.a-dropdown__content {
	padding-bottom: 3.5rem;
	display: none
}

.mobile .a-dropdown__content {
	padding-top: 0
}

.a-dropdown._state_organs .a-dropdown__content._state_organs,
.a-dropdown._state_diseases .a-dropdown__content._state_diseases,
.a-dropdown._state_groups .a-dropdown__content._state_groups,
.a-dropdown._state_top .a-dropdown__content._state_top {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.a-dropdown__col {
	flex: 0 1 33%;
	max-width: 33%
}

.no-desktop .a-dropdown__col {
	flex: 0 1 100%;
	max-width: 100%
}

.a-dropdown__item {
	padding: 1rem 1.5rem 1rem 0;
    height:60px;
}

.tablet .a-dropdown__item,
.mobile .a-dropdown__item {
	padding: 2rem 0;
	border-bottom: 1px solid #bbcad2;
    height:auto;
}

.a-dropdown__item--adress {
	flex: 0 1 33%;
	max-width: 33%
}

.tablet .a-dropdown__item--adress {
	border-bottom: none
}

.mobile .a-dropdown__item--adress {
	flex: 0 1 100%;
	max-width: 100%
}

.a-checkbox {
	position: relative;
	display: inline-block
}

.tablet .a-checkbox,
.mobile .a-checkbox {
	display: block
}

.a-checkbox--contacts {
	padding: 3rem 0 0
}

.a-checkbox__label {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	padding-left: 4rem
}

.tablet .a-checkbox__label,
.mobile .a-checkbox__label {
	padding-left: .5rem;
	padding-right: 2.5rem
}

.a-checkbox__label::before {
	margin-right: 2.4rem;
	display: inline-block;
	width: 3rem;
	height: 3rem;
	vertical-align: middle;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #bbcad2;
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: .2rem
}

.tablet .a-checkbox__label::before,
.mobile .a-checkbox__label::before {
	display: none
}

.a-checkbox__label::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 1.5rem;
	width: 1.4rem;
	height: .9rem;
	border-left: .2rem solid #fff;
	border-bottom: .2rem solid #fff;
	box-sizing: border-box;
	opacity: 0;
	-webkit-transform: rotate(-45deg) translate(-35%, -65%) scale(0);
	transform: rotate(-45deg) translate(-35%, -65%) scale(0);
	-webkit-transform-origin: left top;
	transform-origin: left top;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: opacity, -webkit-transform 0.2s;
	transition: opacity, transform 0.2s;
	transition: opacity, transform 0.2s, -webkit-transform 0.2s
}

.tablet .a-checkbox__label::after,
.mobile .a-checkbox__label::after {
	left: auto;
	right: 0
}

.mobile .a-checkbox__label {
	padding-right: 4.1rem;
	padding-left: 0
}

.tablet .a-checkbox__label--contacts {
	padding-left: 4rem
}

.mobile .a-checkbox__label--contacts {
	padding-left: 4.5rem;
	padding-right: 0
}

.mobile .a-checkbox__label--contacts::before,
.tablet .a-checkbox__label--contacts::before {
	display: inline-block
}

.tablet .a-checkbox__label--contacts::after,
.mobile .a-checkbox__label--contacts::after {
	left: 1.5rem;
	border-color: #fff!important
}

.a-checkbox__label--cbh {
	color: #9b9b9b;
	font-size: 1.2rem;
	line-height: 1.4rem
}

.mobile .a-checkbox__label--cbh,
.tablet .a-checkbox__label--cbh {
	padding-left: 4.5rem
}

.a-checkbox__label--cbh--a {
	color: #9b9b9b
}

.a-checkbox__label--cbh::before {
	border-color: #4a494a
}

.mobile .a-checkbox__label--cbh::before,
.tablet .a-checkbox__label--cbh::before {
	display: inline-block
}

.a-checkbox__label--cbh::after {
	border-color: #9b9b9b!important
}

.tablet .a-checkbox__label--cbh::after,
.mobile .a-checkbox__label--cbh::after {
	left: 1.5rem
}

.tablet .a-checkbox__label--adress {
	padding-left: 5rem
}

.tablet .a-checkbox__label--adress::before {
	display: inline-block
}

.tablet .a-checkbox__label--adress::after {
	left: 1.5rem;
	border-color: #fff!important
}

.a-checkbox__label._err {
	color: #ef5350
}

.a-checkbox__input {
	position: relative;
	top: 0;
	width: 0;
	height: 0;
	font-size: 0;
	opacity: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.a-checkbox__input:checked+.a-checkbox__label {
	color: #be216a
}

.a-checkbox__input:checked+.a-checkbox__label::before {
	border-color: #be216a;
	background-color: #be216a
}

.a-checkbox__input:checked+.a-checkbox__label::after {
	opacity: 1;
	-webkit-transform: rotate(-45deg) translate(-35%, -65%) scale(1);
	transform: rotate(-45deg) translate(-35%, -65%) scale(1)
}

.tablet .a-checkbox__input:checked+.a-checkbox__label::after,
.mobile .a-checkbox__input:checked+.a-checkbox__label::after {
	border-color: #be216a
}

.a-checkbox__input:checked+.a-checkbox__label--cbh {
	color: #9b9b9b
}

.a-checkbox__input:checked+.a-checkbox__label--cbh::before {
	background-color: rgba(0, 0, 0, 0);
	border-color: #4a494a
}

.a-checkbox__input:checked+.a-checkbox__label--cbh::after {
	opacity: 1
}

.stock-page {
	padding: 3.5rem 0 10rem
}

.tablet .stock-page {
	padding: 2rem 0 7rem
}

.mobile .stock-page {
	padding: 0 0 4rem
}

.stock__promo {
	padding: 0 3rem
}

.tablet .stock__promo {
	padding: 0 2rem
}

.mobile .stock__promo {
	padding: 0
}

.stock__inner {
	background-image: url(../../src/images/temp/main-banner.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 0%;
	width: 100%;
	height: 60rem
}

.tablet .stock__inner {
	height: 28rem
}

.mobile .stock__inner {
	height: 20rem
}

.stock__inner-wrapper {
	position: relative
}

.stock__tag {
	position: absolute;
	top: -1px;
	left: 0;
	width: 11.5rem;
	height: 14rem;
	background-color: #403360;
	padding: 1rem;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.tablet .stock__tag {
	width: 11rem;
	height: 13rem;
	left: 2rem
}

.mobile .stock__tag {
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	width: 100%;
	height: calc(6rem + 1px);
	padding: 1.5rem 2rem;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: static
}

.mobile .stock__tag--list {
	left: -1px;
	position: absolute;
	top: calc(14.3rem - 2px);
	width: calc(100% + 2px)
}

.mobile .stock__tag-wrapper {
	left: 0;
	padding: 0 1.5rem;
	width: 100%;
	position: absolute;
	top: 14rem
}

.stock__tag._orange {
	background-color: #f89728
}

.stock__tag._purple {
	background-color: #60295e
}

.stock__tag._bottom {
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.mobile .stock__tag._bottom {
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.stock__tag._red {
	background-color: #be216a
}

.stock__tag--list {
	left: 3rem
}

.tablet .stock__tag--list {
	left: 3rem
}

.stock__tag-txt {
	color: #fff;
	font-size: 1.1rem;
	text-transform: uppercase;
	line-height: 1.8rem;
	
	width: 8rem
}

.tablet .stock__tag-txt {
	letter-spacing: .5px;
	line-height: 1.8;
	width: 7rem;
	font-size: 1rem
}

.mobile .stock__tag-txt {
	letter-spacing: .8px;
	line-height: 1.46;
	width: 16rem
}

.stock__tag-discount {
	
	color: #fff;
	font-size: 2.4rem;
	line-height: 1.04;
	font-weight: 500
}

.mobile .stock__tag-discount {
	font-size: 1.8rem
}

.stock__tag-price {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.mobile .stock__tag-price {
	text-align: right
}

.stock__tag-price._old {
	font-size: 1.8rem;
	line-height: 1.39;
	color: #fff;
	opacity: .8;
	text-decoration: line-through
}

.mobile .stock__tag-price._old {
	font-size: 1.1rem;
	line-height: 1.36
}

.stock__tag-price._new {
	font-size: 2.4rem;
	line-height: 1.04;
	color: #fff
}

.mobile .stock__tag-price._new {
	line-height: 1.25;
	font-size: 1.6rem
}

.stock__container {
	margin-top: -14.1rem;
	margin-bottom: 7rem
}

.tablet .stock__container {
	width: 68.8rem;
	padding: 0;
	margin-top: -5rem;
	margin-bottom: 5rem
}

.mobile .stock__container {
	margin-top: 0
}

.stock__container--text {
	margin-top: 0
}

.mobile .stock__container--text {
	margin-top: -4rem
}

.stock__container-inner {
	padding: 5rem 5rem 4rem 5rem
}

.tablet .stock__container-inner {
	padding: 3rem
}

.mobile .stock__container-inner {
	padding: 3rem 2rem
}

.stock__container-inner--text {
	padding: 5rem
}

.tablet .stock__container-inner--text {
	padding: 3rem 3rem 1.5rem;
	background-color: #fff
}

.mobile .stock__container-inner--text {
	padding: 3rem 2rem 1.5rem;
	background-color: #fff
}

.stock__date {
	font-size: 1.4rem;
	text-transform: uppercase;
	font-family: 'GraphikLCG-Regular', sans-serif;
	color: #be216a;
	letter-spacing: 1px;
	padding-bottom: 1rem
}

.tablet .stock__date {
	font-size: 1.1rem;
	line-height: 1.36;
	letter-spacing: .8px;
	padding-bottom: 0
}

.mobile .stock__date {
	font-size: 1.1rem;
	letter-spacing: .5px
}

.stock__title {
	
	font-size: 3.6rem;
	line-height: 1.25;
	color: #4a4a4a;
	padding-bottom: 3rem
}

.tablet .stock__title {
	font-size: 2.4rem;
	line-height: 1.46;
	padding-bottom: 1.5rem
}

.mobile .stock__title {
	font-size: 1.6rem;
	padding-bottom: 2rem
}

.stock__descr {
	font-family: 'GraphikLCG-Regular', sans-serif;
	font-size: 2.4rem;
	line-height: 1.46;
	color: #4a4a4a;
	padding-bottom: 4rem
}

.stock__conditions {
	font-family: 'GraphikLCG-Regular', sans-serif;
	font-size: 1.5rem;
	line-height: 1.33;
	color: #9b9b9b;
	padding-bottom: 2rem;
	border-bottom: 1px solid #e8e8e8;
	text-decoration: none
}

.tablet .stock__conditions,
.mobile .stock__conditions {
	padding-bottom: 1.5rem;
	font-size: 1.4rem
}

.stock__conditions-txt {
	color: #9b9b9b
}

._opened .stock__conditions-txt {
	color: #4a4a4a
}

.stock__conditions-href {
	cursor: pointer
}

.stock__research {
	padding-top: 3rem;
	position: relative
}

.tablet .stock__research,
.mobile .stock__research {
	padding-top: 2rem
}

.stock__research-more {
	color: #9b9b9b;
	font-size: 1.5rem;
	line-height: 1.33;
	text-decoration: none;
	transition: transform 0.4s ease;
	position: absolute;
	bottom: 0;
	cursor: pointer
}

._opened .stock__research-count {
	display: none
}

.stock__research-all {
	padding-bottom: 2rem
}

.tablet .stock__research-all {
	padding-bottom: 3rem
}

.mobile .stock__research-all {
	padding-bottom: 2rem
}

._opened .stock__research-txt {
	display: none
}

.stock__research-txt._colapse {
	display: none
}

._opened .stock__research-txt._colapse {
	display: inline-block
}

.stock__ico {
	display: inline-block;
	width: 1.3rem;
	height: 1.7rem;
	margin: 0 0 0 .8rem;
	transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	transition: transform 0.4s, -webkit-transform 0.4s
}

._opened .stock__ico {
	-webkit-transform: translateY(.4rem) scale(-1);
	transform: translateY(.4rem) scale(-1)
}

.stock__info {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 2rem;
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 1.8rem
}

.stock__info>* {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto
}

.tablet .stock__info {
	padding-left: 0;
	padding-right: 0;
	width: auto;
	margin-right: 4rem;
	margin-left: 4rem
}

.mobile .stock__info {
	padding-left: 0;
	padding-right: 0;
	width: auto;
	margin-left: 1.5rem;
	margin-right: 1.5rem;
	margin-bottom: 1.5rem
}

.stock__author-name {
	padding-top: 2rem
}

.stock__author-img {
	width: 20.4rem;
	height: 23.6rem;
	background-image: url(../../src/images/temp/program1.png);
	background-repeat: no-repeat;
	background-size: cover
}

.stock__author-post {
	color: #9b9b9b;
	display: block;
	padding-top: .5rem
}

.stock__txt {
	line-height: 1.67
}

.no-desktop .stock__txt {
	max-width: 100%
}

.mobile .stock__txt p {
	font-size: 1.4rem;
	line-height: 1.79
}

.tablet .stock__txt--grey {
	font-size: 1.2rem;
	line-height: 1.67;
	color: #9b9b9b
}

.mobile .stock__txt--grey {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	color: #9b9b9b;
	line-height: 1.67;
	font-size: 1.2rem
}

.stock__txt-href {
	text-decoration: none;
	border-bottom: 1px solid #9b9b9b;
	padding-bottom: .5rem
}

.tablet .stock__txt-href,
.mobile .stock__txt-href {
	color: #9b9b9b;
	padding-bottom: .2rem
}

.stock__body-list {
	padding: 1.5rem 0 0 2rem;
	margin-bottom: 0
}

.mobile .stock__body-list {
	padding: 1rem 0 0 1.5rem
}

.stock__body-item {
	line-height: 2rem;
	color: #4a4a4a;
	padding-bottom: 2rem;
	padding-left: .7rem
}

.mobile .stock__body-item {
	padding-left: 1rem;
	font-size: 1.4rem
}

.stock__body-item:last-child {
	padding-bottom: 1rem
}

.mobile .stock__body-item:last-child {
	padding-bottom: 0
}

.stock__author {
	padding-left: 6rem
}

.stock-list-page {
	padding: 4rem 0 3.5rem 0
}

.tablet .stock-list-page,
.mobile .stock-list-page {
	padding: 5rem 0 2.5rem 0
}

.stock-list__slider {
	overflow: hidden
}

.tablet .stock-list__slider,
.mobile .stock-list__slider {
	box-shadow: 0 0 8rem 0 rgba(68, 68, 68, .14);
	position: relative
}

.stock-list__slider-prev {
	position: absolute;
	left: -9rem;
	top: 50%;
	-webkit-transform: translateY(-50%) scale(-1, -1);
	transform: translateY(-50%) scale(-1, -1)
}

.stock-list__slider-next {
	position: absolute;
	right: -9rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.stock-list__slider-item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	text-decoration: none
}

.tablet .stock-list__slider-item,
.mobile .stock-list__slider-item {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.desktop .stock-list__slider-item.swiper-slide-next {
	opacity: 0
}

.stock-list__slider-img {
	width: 71.4rem;
	height: 45rem;
	background-size: cover;
	background-position: 50% 50%
}

.tablet .stock-list__slider-img {
	width: 100%;
	height: 28rem
}

.mobile .stock-list__slider-img {
	width: 100%;
	height: 14.3rem;
	margin-bottom: 6rem
}

.stock-list__slider-bullets {
	position: absolute;
	bottom: -3rem;
	width: auto!important;
	left: 50%!important;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 10
}

.tablet .stock-list__slider-bullets,
.mobile .stock-list__slider-bullets {
	bottom: .5rem;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: auto;
	left: 0!important;
	right: 0;
	-webkit-transform: none;
	transform: none;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.mobile .stock-list__slider-bullets {
	width: calc(100% - 4rem)!important
}

.tablet .stock-list__slider-bullets {
	width: calc(100% - 10rem)!important
}

.stock-list__slider-bullets .swiper-pagination-bullet {
	background: transparent;
	border: 1px solid #403360;
	opacity: 1;
	margin: 0 5px
}

.mobile .stock-list__slider-bullets .swiper-pagination-bullet {
	margin: 0 3px
}

.stock-list__slider-bullets .swiper-pagination-bullet-active {
	background: #403360
}

.stock-list__wrapper {
	margin-top: 3rem;
	position: relative;
	box-shadow: 0 2rem 8rem 0 rgba(68, 68, 68, .14)
}

.tablet .stock-list__wrapper,
.mobile .stock-list__wrapper {
	box-shadow: none;
	padding-top: 2rem
}

.stock-list__descr {
	width: 48.6rem;
	padding: 0 3rem 0 4rem;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.stock-list__descr>span {
	display: block
}

.tablet .stock-list__descr {
	padding-top: 3rem;
	padding-left: 3rem;
	padding-bottom: 3rem;
	width: 100%
}

.mobile .stock-list__descr {
	width: 100%;
	padding-top: 1.7rem;
	padding-left: 2rem;
	padding-bottom: 2rem
}

.stock-list__descr--die {
	border: 1px solid rgba(0, 0, 0, .08);
	padding: 3.5rem 2.5rem 2.5rem;
	height: 22rem;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 100%
}

.tablet .stock-list__descr--die {
	height: 25rem;
	padding: 2.5rem 1.5rem 0
}

.mobile .stock-list__descr--die {
	padding-right: 2rem;
	padding-bottom: 3.5rem;
	height: auto
}

.stock-list__date {
	font-size: 1.4rem;
	line-height: 1.5rem;
	letter-spacing: 1px;
	color: #be216a;
	text-transform: uppercase;
	padding-bottom: 1rem
}

.tablet .stock-list__date {
	font-size: 1.1rem
}

.mobile .stock-list__date {
	font-size: 1.1rem;
	letter-spacing: .5px
}

.stock-list__title {
	
	font-size: 2.4rem;
	line-height: 3.5rem;
	width: 100%
}

.tablet .stock-list__title {
	line-height: 1.46;
	width: 100%
}

.mobile .stock-list__title {
	font-size: 1.6rem;
	line-height: 1.25;
	width: 100%
}

.stock-list__title--die {
	line-height: 3rem
}

.tablet .stock-list__title--die {
	font-size: 1.8rem;
	line-height: 1.39
}

.stock-list__txt {
	font-size: 1.5rem;
	line-height: 1.67;
	color: #9b9b9b;
	padding-top: 3rem
}

.tablet .stock-list__txt {
	padding-top: 1rem
}

.mobile .stock-list__txt {
	padding-top: 2rem;
	font-size: 1.4rem;
	line-height: 1.43
}

.stock-list__txt--die {
	line-height: 1.33;
	padding-top: 2.5rem
}

.tablet .stock-list__txt--die {
	padding-top: 2.5rem;
	padding-right: 2rem;
	font-size: 1.4rem;
	line-height: 1.43
}

.mobile .stock-list__txt--die {
	padding-right: 0
}

.stock-list__content {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 5rem
}

.tablet .stock-list__content {
	padding-top: 4rem
}

.mobile .stock-list__content {
	padding-top: 2rem
}

.stock-list__die {
	width: 58.8rem;
	margin-bottom: 2rem;
	cursor: pointer;
	transition: box-shadow 0.4s;
	display: block;
	text-decoration: none
}

.tablet .stock-list__die {
	width: 48.55%
}

.stock-list__die:hover {
	box-shadow: 0 0 8rem 0 rgba(68, 68, 68, .14);
	transition: box-shadow 0.4s
}

.stock-list__die-top {
	position: relative;
	height: 250px;
	background-size: cover;
	background-position: 50% 50%;
	display: block;
	box-sizing: border-box;
	border: 1px solid #ececec
}

.tablet .stock-list__die-top {
	height: 22rem
}

.mobile .stock-list__die-top {
	height: 14.3rem;
	margin-bottom: 6rem
}

.mobile .stock-list__die-top._no-tag {
	margin-bottom: 0
}

.print-container {
	min-height: 100vh
}

.print {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 10px;
	line-height: 1.5;
	width: 700px;
	min-height: 842px;
	margin: 0 auto;
	border: 1px solid rgba(0, 0, 0, .06);
	padding-top: 40px;
	padding-bottom: 30px;
	padding-left: 46px;
	padding-right: 40px
}

@media print {
	.print {
		width: 100%!important;
		min-height: 100%!important;
		border: none!important;
		page-break-after: always!important
	}
}

.print h2,
.print h3,
.print h4,
.print h5,
.print h6 {
	font-size: 10px;
	line-height: 1.5;
	margin-bottom: 5px
}

.print__header {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 35px
}

.print__logo {
	margin-right: 10px;
	width: 84px;
	height: 26px
}

.print__logo img {
	max-width: 100%
}

.print__tel {
	margin-left: 10px;
	font-weight: 700;
	text-align: left;
	font-size: 10px;
	line-height: 1.3;
	color: #4a4a4a
}

.print__tel-title {
	text-transform: uppercase;
	font-size: 8px;
	line-height: 1.5;
	letter-spacing: 1px;
	color: #9b9b9b
}

.print__addres-title {
	font-size: 30px;
	line-height: 25px
}

.print__body {
	padding-top: 40px
}

.print__body._no-padding {
	padding: 0
}

@media print {
	.print__body {
		min-height: 75vh!important
	}
}

.print__section {
	margin-bottom: 30px
}

.print .print__title {
	font-weight: 700;
	font-size: 24px;
	margin: 0 0 30px;
	line-height: 16px
}

.print__item {
	padding: 9px 0 9px;
	border-top: 1px solid rgba(0, 0, 0, .06)
}

.print__item:last-child {
	border-bottom: 1px solid rgba(0, 0, 0, .06)
}

.print__item._total {
	font-weight: 700;
	border-top: 2px solid #4a4a4a;
	border-bottom: 1px solid rgba(0, 0, 0, .06);
	padding-bottom: 30px
}

.print__td {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.print__category {
	font-size: 8px;
	font-family: GraphikLCG;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: 1px;
	margin-right: 3px;
	color: #4a4a4a!important
}

.print__category:before {
	width: 4px;
	height: 4px;
	margin-right: 6px;
	display: none
}

.print__code {
	font-size: 8px;
	line-height: 1.25;
	letter-spacing: 1px
}

.print__code:before {
	content: '/';
	display: inline-block;
	margin-right: 6px;
	font-size: 8px
}

.print__name {
	-webkit-flex-basis: 74%;
	-ms-flex-preferred-size: 74%;
	flex-basis: 74%
}

.print__price {
	-webkit-flex-basis: 26%;
	-ms-flex-preferred-size: 26%;
	flex-basis: 26%;
	text-align: right
}

.print__note {
	font-size: 8px;
	line-height: 1.25;
	color: #9b9b9b;
	padding-top: 5px;
	width: 335px
}

.print__footer {
	font-size: 8px;
	line-height: 1.63;
	color: #9b9b9b
}

.print__block-name {
	font-size: 10px;
	font-family: GraphikLCG;
	font-weight: 500;
	line-height: 1.5;
	color: #4a4a4a
}

@media print {
	a[href^="http"] {
		text-decoration: none!important
	}
	a[href^="http"]:after {
		content: " (" attr(href) ")"
	}
}

.print-office {
	color: #4a4a4a
}

.print-office__map {
	height: 270px;
	margin-bottom: 25px
}

@media print {
	.print-office__map [class*="copyright__agreement"] {
		display: none!important
	}
}

.print-office__table {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin-bottom: 20px
}

.print-office__col {
	width: 33.3%
}

.print-office__col._address {
	width: 42.34527687296417%;
	padding-right: 10px
}

.print-office__col._time {
	width: 23.615635179153095%;
	padding-right: 10px
}

.print-office__col._tel {
	width: 34.039087947882734%
}

.print-office__th {
	font-size: 8px;
	line-height: 1.25;
	letter-spacing: 1px;
	margin-bottom: 5px;
	text-transform: uppercase
}

.print-office__td {
	font-size: 10px;
	line-height: 1.5
}

.print-office__td._strong {
	
	font-size: 12px;
	font-weight: 500;
	line-height: 1.25
}

.print-office__description {
	font-size: 10px;
	line-height: 1.5;
	margin-bottom: 30px
}

.print-office__aside {
	background: transparent url(../../src/images/temp/print-office-aside.jpg) no-repeat center center/cover;
	padding: 53px 220px 40px 15px;
	margin-bottom: 31px;
	color: #fff;
	-webkit-print-color-adjust: exact;
	position: relative
}

.print-office__aside:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .35)
}

.print-office__aside-ttl {
	
	font-size: 16px;
	font-weight: 500;
	line-height: 1.25;
	margin-bottom: 12px;
	position: relative
}

.print-office__aside-txt {
	font-size: 10px;
	line-height: 1.5;
	position: relative
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}

.hide {
	display: none
}

.show {
	display: block
}

.invisible {
	visibility: hidden
}

.affix {
	position: fixed
}

.t-a-c {
	text-align: center
}

.text-lowercase {
	text-transform: lowercase
}

.text-uppercase {
	text-transform: uppercase
}

.text-capitalize {
	text-transform: capitalize
}

.desktop .show-on-tablet,
.desktop .show-on-mobile,
.tablet .show-on-mobile,
.mobile .show-on-tablet,
.tablet .show-on-desktop,
.mobile .show-on-desktop,
.mobile .hide-on-mobile,
.desktop .hide-on-desktop,
.tablet .hide-on-tablet {
	display: none
}

.mobile .show-on-mobile {
	border-radius: 3rem
}

.desktop .pt-8r {
	padding-top: 8rem
}

.desktop .pb-6r {
	padding-bottom: 6rem
}

.top-block__list {
	position: relative
}

.top-block__list.free_at_home .top-block__item-txt,
.top-block__list.free_at_home .top-block__item-ico {
	margin-top: -2.5rem
}

.mobile .top-block__list.free_at_home .top-block__item-txt,
.mobile .top-block__list.free_at_home .top-block__item-ico {
	margin-top: 0rem
}

.top-block__item-txt {
	position: relative
}

.top-block__list .free_hide {
	display: none
}

.top-block__list .free_hint {
	display: none
}

.top-block__list.free_at_home .free_hide {
	display: inline-block;
	color: #403360;
	font-weight: 700;
	text-transform: uppercase;
	margin-left: 10px;
	position: absolute;
	bottom: 0;
	left: 100%
}

.top-block__list.free_at_home .free_hint {
	display: block;
	position: absolute;
	width: 100%;
	top: 100%;
	padding-top: 2rem;
	font-size: 1.2rem;
	color: #fff
}

.no-mobile .top-block__list.free_at_home .free_hide {
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: 10px;
	margin-left: 0
}

.tablet .top-block__list.free_at_home .free_hint {
	padding-top: .8rem
}

.mobile .top-block__list.free_at_home .free_hint {
	color: #403360;
	padding-top: 1rem
}

.tablet .top-block__list.free_at_home {
	margin-bottom: 5rem
}

.tablet .top-block__inner {
	height: 40rem
}

.mobile .top-block__list.free_at_home {
	margin-bottom: 7rem
}

.modalblock {
	display: none;
	padding: 20px 20px 0;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .2);
	text-align: center;
	white-space: nowrap;
	overflow: auto
}

.modalblock:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.mobile .modalblock {
	padding: 0
}

.modalblock__wrapper {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 60rem;
	margin: 0 0 20px;
	padding: 1rem 4rem;
	text-align: left;
	white-space: normal;
	vertical-align: middle;
	background: #FFF;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .2)
}

.mobile .modalblock__wrapper {
	margin: 0;
	padding: 1rem 2rem
}

.modalblock__close {
	position: absolute;
	top: 4.5rem;
	right: 4rem;
	font-size: 3rem;
	cursor: pointer
}

.mobile .modalblock__close {
	top: 2rem;
	right: 2rem
}

.modalblock__title {
	margin-right: 3rem;
	padding: 3rem 0;
	font-size: 3rem
}

.mobile .modalblock__title {
	font-size: 2rem;
	padding: 2rem 0
}

.modalblock__content {
	padding: 3rem 0;
	line-height: 1.4;
	border-top: 1px solid #DDD
}

.mobile .modalblock__content {
	padding: 2rem 0
}

.modalblock__buttons {
	padding: 3rem 0;
	text-align: right
}

.mobile .modalblock__buttons {
	padding: 2rem 0
}

.modalblock__buttons a {
	display: inline-block;
	margin-left: 2rem
}

.mobile .modalblock__buttons a {
	display: block;
	margin: 0
}

.mobile .modalblock__buttons a+a {
	margin-top: 2rem
}

.modalblock__content .message {
	margin-top: 1rem;
	color: #d43b3b
}

.breadcrumbs {
	margin: 0 0 4rem;
	padding: 0;
	list-style: none
}

.no-desktop .breadcrumbs {
	display: none
}

.breadcrumbs._white {
	margin: 0;
	height: 0;
	position: relative;
	top: 3.5rem
}

.breadcrumbs li {
	display: inline-block;
	position: relative
}

.breadcrumbs li+li {
	padding-left: 3rem
}

.breadcrumbs li+li:before {
	content: '';
	position: absolute;
	left: .6rem;
	top: .2rem;
	width: .6rem;
	height: .6rem;
	border-bottom: .12rem solid #9b9b9b;
	border-right: .12rem solid #9b9b9b;
	transform: rotate(-45deg)
}

.breadcrumbs._white li+li:before {
	border-bottom-color: #FFF;
	border-right-color: #FFF
}

.breadcrumbs,
.breadcrumbs a {
	font-size: 1.1rem;
	color: #9b9b9b;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase
}

.breadcrumbs._white a,
.breadcrumbs._white span {
	color: #FFF
}

.breadcrumbs a:hover {
	color: #be216a;
	text-decoration: underline
}

.breadcrumbs._white a:hover {
	color: #FFF
}

.breadcrumbs svg {
	display: block;
	margin: 0 0 -.4rem;
	width: 1.6rem;
	fill: #9b9b9b
}

.breadcrumbs a:hover svg {
	fill: #be216a
}

.breadcrumbs._white svg {
	fill: #FFF
}

.breadcrumbs._white a:hover svg {
	fill: #cacaca
}

.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle
}

.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 28px;
	user-select: none;
	-webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
	position: relative
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px
}

.select2-container .select2-selection--multiple {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	user-select: none;
	-webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap
}

.select2-container .select2-search--inline {
	float: left
}

.select2-container .select2-search--inline .select2-search__field {
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin-top: 5px;
	padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none
}

.select2-dropdown {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051
}

.select2-results {
	display: block
}

.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0
}

.select2-results__option {
	padding: 6px;
	user-select: none;
	-webkit-user-select: none
}

.select2-results__option[aria-selected] {
	cursor: pointer
}

.select2-container--open .select2-dropdown {
	left: 0
}

.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-search--dropdown {
	display: block;
	padding: 4px
}

.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
	display: none
}

.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
	filter: alpha(opacity=0)
}

.select2-hidden-accessible {
	border: 0!important;
	clip: rect(0 0 0 0)!important;
	-webkit-clip-path: inset(50%)!important;
	clip-path: inset(50%)!important;
	height: 1px!important;
	overflow: hidden!important;
	padding: 0!important;
	position: absolute!important;
	width: 1px!important;
	white-space: nowrap!important
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
	color: #999;
	margin-top: 5px;
	float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
	margin-top: 5px;
	margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #333
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
	float: right
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: solid black 1px;
	outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
	background: transparent;
	border: none;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
	padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
	color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #5897fb;
	color: white
}

.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}

.select2-container--classic .select2-selection--single {
	background-color: #f7f7f7;
	border: 1px solid #aaa;
	border-radius: 4px;
	outline: 0;
	background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
	background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
	background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
	margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-left: 1px solid #aaa;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
	background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
	background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	border: none;
	border-right: 1px solid #aaa;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 1px;
	right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	background: transparent;
	border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
	background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
	background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
	background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
	background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
	outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
	list-style: none;
	margin: 0;
	padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
	display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	color: #888;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #555
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	float: right
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
	box-shadow: none
}

.select2-container--classic .select2-dropdown {
	background-color: #fff;
	border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
	border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
	border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
	padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
	color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
	background-color: #3875d7;
	color: #fff
}

.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #5897fb
}

.select2-selection__arrow:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -.5rem 0 0 -.5rem;
	width: 1rem;
	height: 1rem;
	border-bottom: .2rem solid #363161;
	border-left: .2rem solid #363161;
	transform: rotate(-45deg);
	transition: all 0.2s ease
}

.select2-container--open .select2-selection__arrow:after {
	transform: rotate(135deg)
}

.select2-selection__arrow b {
	display: none
}

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;
	backface-visibility: hidden;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
	height: 100%;
	left: 0;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	z-index: 99992
}

.fancybox-container * {
	box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.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;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
	opacity: .87;
	transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
	direction: ltr;
	opacity: 0;
	position: absolute;
	transition: opacity .25s, visibility 0s linear .25s;
	visibility: hidden;
	z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	transition: opacity .25s, visibility 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;
	text-align: center;
	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);
	z-index: 99994
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden
}

.fancybox-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	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;
	height: 100%;
	margin-right: -.25em;
	vertical-align: middle;
	width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
	display: block
}

.fancybox-slide--next {
	z-index: 99995
}

.fancybox-slide--image {
	overflow: visible;
	padding: 44px 0
}

.fancybox-slide--image:before {
	display: none
}

.fancybox-slide--html {
	padding: 6px 6px 0
}

.fancybox-slide--iframe {
	padding: 44px 44px 0
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0 0 6px;
	max-width: 100%;
	overflow: auto;
	padding: 0;
	padding: 24px;
	position: relative;
	text-align: left;
	vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
	-webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	margin: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	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: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in
}

.fancybox-can-drag .fancybox-content {
	cursor: -webkit-grab;
	cursor: grab
}

.fancybox-is-dragging .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--html .fancybox-content {
	margin-bottom: 6px
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--video .fancybox-content {
	height: 100%;
	margin: 0;
	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;
	height: calc(100% - 44px);
	margin-bottom: 44px
}

.fancybox-iframe,
.fancybox-video {
	background: transparent;
	border: 0;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%
}

.fancybox-iframe {
	vertical-align: top
}

.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
}

.fancybox-button {
	background: rgba(30, 30, 30, .6);
	border: 0;
	border-radius: 0;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	outline: none;
	padding: 10px;
	transition: color .2s;
	vertical-align: top;
	width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
	color: #ccc
}

.fancybox-button:focus,
.fancybox-button:hover {
	color: #fff
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default
}

.fancybox-button svg {
	display: block;
	overflow: visible;
	position: relative;
	shape-rendering: geometricPrecision
}

.fancybox-button svg path {
	fill: transparent;
	stroke: currentColor;
	stroke-linejoin: round;
	stroke-width: 3
}

.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2) {
	display: none
}

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
	fill: currentColor
}

.fancybox-button--share svg path {
	stroke-width: 1
}

.fancybox-navigation .fancybox-button {
	height: 38px;
	opacity: 0;
	padding: 6px;
	position: absolute;
	top: 50%;
	width: 38px
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
	transition: opacity .25s, visibility 0s, color .25s
}

.fancybox-navigation .fancybox-button:after {
	content: "";
	left: -25px;
	padding: 50px;
	position: absolute;
	top: -25px
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
	right: 6px
}

.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #555;
	cursor: pointer;
	height: 44px;
	margin: 0;
	padding: 6px;
	position: absolute;
	right: 0;
	top: 0;
	width: 44px;
	z-index: 10
}

.fancybox-close-small svg {
	fill: transparent;
	opacity: .8;
	stroke: currentColor;
	stroke-width: 1.5;
	transition: stroke .1s
}

.fancybox-close-small:focus {
	outline: none
}

.fancybox-close-small:hover svg {
	opacity: 1
}

.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small {
	color: #ccc;
	padding: 5px;
	right: -12px;
	top: -44px
}

.fancybox-slide--iframe .fancybox-close-small:hover svg,
.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg {
	background: transparent;
	color: #fff
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
	display: none
}

.fancybox-caption {
	bottom: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 25px 44px;
	right: 0
}

.fancybox-caption:before {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
	background-repeat: repeat-x;
	background-size: contain;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: -25px;
	z-index: -1
}

.fancybox-caption:after {
	border-bottom: 1px solid hsla(0, 0%, 100%, .3);
	content: "";
	display: block;
	left: 44px;
	position: absolute;
	right: 44px;
	top: 0
}

.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
}

.fancybox-loading {
	-webkit-animation: a .8s infinite linear;
	animation: a .8s infinite linear;
	background: transparent;
	border: 6px solid hsla(0, 0%, 39%, .5);
	border-radius: 100%;
	border-top-color: #fff;
	height: 60px;
	left: 50%;
	margin: -30px 0 0 -30px;
	opacity: .6;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 60px;
	z-index: 99999
}

@-webkit-keyframes a {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes a {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.fancybox-animated {
	transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.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: translateZ(0);
	transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1
}

.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(.5, .5, .5);
	transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: rotate(-1turn);
	transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: rotate(1turn);
	transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg)
}

.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: scaleX(1) translateZ(0);
	transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translateZ(0) scale(1);
	transform: translateZ(0) scale(1)
}

.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
}

.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;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
	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;
	outline: none;
	padding: 10px 15px;
	width: 100%
}

.fancybox-thumbs {
	background: #fff;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: transparent;
	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>ul {
	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>ul {
	overflow: hidden
}

.fancybox-thumbs-y>ul::-webkit-scrollbar {
	width: 7px
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px
}

.fancybox-thumbs>ul>li {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	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-loading {
	background: rgba(0, 0, 0, .1)
}

.fancybox-thumbs>ul>li {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover
}

.fancybox-thumbs>ul>li:before {
	border: 4px solid #4ea7f9;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991
}

.fancybox-thumbs .fancybox-thumbs-active:before {
	opacity: 1
}

@media (max-width:800px) {
	.fancybox-thumbs {
		width: 110px
	}
	.fancybox-show-thumbs .fancybox-inner {
		right: 110px
	}
	.fancybox-thumbs>ul>li {
		max-width: calc(100% - 10px)
	}
}

.select2-container {
	display: block;
	width: 100%!important
}

.select2-selection {
	padding: .8rem;
	height: auto!important;
	border-radius: 2px!important
}

.select2-container--disabled .select2-selection {
	background: #FFF!important;
	border-color: #cdcdcd!important
}

.mobile .select2-container--disabled .select2-selection {
	background: #FCFCFC!important
}

.select2-container--disabled .select2-selection__rendered {
	color: #b9b9b9!important
}

.select2-selection__arrow {
	top: 50%!important;
	right: 1rem!important;
	margin-top: -1.5rem
}

.textpage {
	padding-bottom: 5rem;
	font-family: GraphikLCG;
	font-weight: 400;
	background: #F9F9F8;
	border-bottom: 1px solid #D7D7D7
}

.no-desktop .textpage {
	padding-bottom: 0
}

.no-desktop .textpage .content {
	padding: 0
}

.textpage__banner {
	margin-bottom: 5rem;
	padding: 13rem 0;
	background: #862864 url(/templates/src/images/temp/main-banner.png) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.textpage__banner.no_margin_bottom {
	margin-bottom: 0
}

.textpage__banner__footer {
	height: 17rem;
	background: #be216a;
	margin-bottom: 60px;
	display: flex;
	color: #FFF;
	text-align: center
}

.no-desktop .textpage__banner {
	margin: 0;
	padding: 8rem 0
}

.mobile .textpage__banner {
	padding: 4rem 0
}

.textpage__banner h1 {
	margin: 0;
	color: #FFF;
	text-align: center;
	line-height: 1.2
}

.no-desktop .textpage__banner h1 {
	font-size: 3.6rem
}

.mobile .textpage__banner h1 {
	font-size: 2.6rem
}

.textpage__block {
	margin: 2rem auto 0;
	padding: 3rem;
	background: #FFF;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .15)
}

.no-desktop .textpage__block {
	margin: 0;
	box-shadow: none
}

.mobile .textpage__block {
	padding: 2rem
}

.no-desktop .textpage__block:nth-child(even) {
	background: #F9F9F8
}

.textpage__block h2 {
	font-size: 4rem;
	font-weight: 500
}

.no-desktop .textpage__block h2 {
	padding-bottom: 2rem;
	font-size: 2.6rem;
	font-weight: 400;
	line-height: 1.2;
	border-bottom: 1px solid #DDD
}

.mobile .textpage__block h2 {
	font-size: 2.2rem
}

.textpage__content ul {
	margin: 0 0 2rem;
	padding: 0;
	line-height: 2.5rem;
	list-style: none
}

.textpage__content ul li:before {
	content: '';
	display: inline-block;
	margin-right: .7rem;
	width: .6rem;
	height: .6rem;
	background: #BB1670;
	border-radius: 50%;
	position: relative;
	top: -.3rem
}

.textpage__content ul li+li {
	margin-top: .5rem
}

.textpage__content ol {
	margin: 0 0 2rem 2rem;
	padding: 0;
	line-height: 2.5rem;
	list-style: none;
	counter-reset: cnt1
}

.textpage__content ol li {
	counter-increment: cnt1;
	position: relative
}

.textpage__content ol li:before {
	content: counter(cnt1) '.';
	position: absolute;
	left: -2rem;
	top: 0;
	font-family: GraphikLCG;
	font-weight: 500;
	color: #BB1670
}

.textpage__content ol li+li {
	margin-top: .5rem
}

.textpage__ask {
	margin: -2rem 0 3rem
}

.textpage__ask-content a {
	color: #be216a
}

.textpage__ask-item {
	border-bottom: 1px solid #DDD
}

h3.textpage__ask-link {
	font-size: 1.5rem;
	margin-bottom: 0;
	line-height: 1
}

.textpage__ask-link a {
	display: block;
	padding: 2.5rem 6rem 2.5rem 0;
	font-weight: 500;
	text-decoration: none;
	position: relative;
	font-family: 'GraphikLCG-Medium'
}

.textpage__ask-link a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 2rem;
	margin-top: -.5rem;
	width: 1rem;
	height: 1rem;
	border-bottom: .2rem solid #363161;
	border-left: .2rem solid #363161;
	transform: rotate(-135deg);
	transition: all 0.2s ease
}

.textpage__ask-link a:hover,
.textpage__ask-link a._active {
	color: #BB1670
}

.textpage__ask-link a._active:after {
	transform: rotate(-45deg)
}

.textpage__ask-content {
	display: none
}

.textpage__ask-more {
	display: none;
	margin-top: 2rem;
	text-align: center
}

.textpage__features-item {
	padding: 8rem 14rem 8rem 16rem;
	position: relative;
	cursor: pointer
}

.textpage__features-item+.textpage__features-item {
	border-top: 1px solid #DDD
}

.textpage__features-img {
	position: absolute;
	left: 3rem;
	top: 4rem
}

.textpage__features-img._img2 {
	top: 6rem
}

.textpage__features-img._img8 {
	top: 5rem
}

.textpage__features-img img {
	display: block;
	width: 10rem;
	max-height: 10rem
}

.textpage__features-title {
	font-size: 2.4rem
}

.textpage__features-content {
	display: none;
	padding-top: 2rem
}

.textpage__features-content ul {
	margin: 0 0 0 2rem;
	padding: 0;
	list-style: none;
	font-size: 1.6rem;
	color: #8C8F8F;
	counter-reset: c1
}

.textpage__features-content ul li {
	margin: 1rem 0;
	padding: .1rem 0 .1rem .8rem;
	border-left: 1px solid #BB1670;
	position: relative
}

.textpage__features-content ul li:before {
	counter-increment: c1;
	content: counter(c1);
	position: absolute;
	left: -3rem;
	top: 50%;
	width: 2rem;
	margin-top: -.8rem;
	color: #BB1670;
	text-align: right
}

.tablet .textpage__features-item {
	padding: 4rem 4rem 4rem 10rem
}

.tablet .textpage__features-img {
	left: 2rem;
	top: 1.8rem
}

.tablet .textpage__features-img._img2 {
	top: 3.5rem
}

.tablet .textpage__features-img img {
	width: 6rem;
	max-height: 6rem
}

.mobile .textpage__features-item {
	padding: 2rem 0
}

.mobile .textpage__features-img {
	left: 0;
	top: 1.8rem
}

.mobile .textpage__features-img img {
	width: 3rem;
	max-height: 3rem
}

.mobile .textpage__features-title {
	padding: 0 4rem;
	font-size: 1.8rem;
	position: relative
}

.mobile .textpage__features-title:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1rem;
	margin-top: -.5rem;
	width: 1rem;
	height: 1rem;
	border-bottom: .2rem solid #363161;
	border-left: .2rem solid #363161;
	transform: rotate(-135deg);
	transition: all 0.2s ease
}

.mobile .textpage__features-item._opened .textpage__features-title:after {
	transform: rotate(-45deg)
}

.textpage._patient-health-card .textpage__block._left {
	float: left;
	width: 62%;
	min-height: 46rem
}

.textpage._patient-health-card .textpage__block._right {
	float: right;
	width: 36%;
	min-height: 46rem
}

.no-desktop .textpage._patient-health-card .textpage__block._left,
.no-desktop .textpage._patient-health-card .textpage__block._right {
	float: none;
	display: block;
	width: auto;
	min-height: initial
}

.textpage._patient-health-card .textpage__img1 {
	float: right;
	max-width: 34rem;
	margin: 0 0 2rem 2rem
}

.no-desktop .textpage._patient-health-card .textpage__img1 {
	display: block;
	float: none;
	margin: 2rem auto;
	max-width: 100%
}

.textpage._patient-health-card .textpage__table h3 {
	padding-bottom: 1rem;
	border-bottom: 1px solid #DDD
}

.textpage._patient-health-card .textpage__table table {
	width: 100%
}

.textpage._patient-health-card .textpage__table table tr+tr {
	border-top: 1px solid #DDD
}

.textpage._patient-health-card .textpage__table table td {
	padding: 1rem 1rem 1rem 0
}

.textpage._patient-corporate-health-card .textpage__img1 {
	float: right;
	max-width: 34rem;
	margin: 0 0 7rem 5rem
}

.no-desktop .textpage._patient-corporate-health-card .textpage__img1 {
	display: block;
	float: none;
	margin: 2rem auto;
	max-width: 100%
}

.textpage._patient-corporate-health-card .textpage__info {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	position: relative
}

.textpage._patient-corporate-health-card .textpage__info .btn {
	white-space: nowrap
}

.textpage._patient-corporate-health-card .textpage__address {
	padding: 3rem 0;
	text-align: right;
	border-top: 1px solid #DDD
}

.textpage._patient-corporate-health-card .textpage__address div+div {
	margin-top: 1rem
}

.textpage._patient-corporate-health-card .textpage__presentation {
	position: absolute;
	left: 0;
	bottom: 0
}

.tablet .textpage._patient-corporate-health-card .textpage__info {
	margin-top: 4rem;
	padding-top: 10rem;
	flex-direction: row;
	align-items: center;
	justify-content: space-between
}

.tablet .textpage._patient-corporate-health-card .textpage__address {
	text-align: left
}

.tablet .textpage._patient-corporate-health-card .textpage__presentation {
	bottom: auto;
	top: 0
}

.mobile .textpage._patient-corporate-health-card .textpage__info {
	align-items: center
}

.mobile .textpage._patient-corporate-health-card .textpage__address {
	text-align: center
}

.mobile .textpage._patient-corporate-health-card .textpage__presentation {
	margin-bottom: 3rem;
	position: static
}

.no-desktop .textpage._patient-how-order-analize {
	padding-bottom: 2rem
}

.tablet .textpage._patient-how-order-analize .content {
	padding: 0 2rem
}

.textpage._patient-how-order-analize .textpage__step {
	margin: 2rem auto 0;
	padding: 8rem 4rem 4rem;
	min-height: 29rem;
	font-family: GraphikLCG;
	font-weight: 400;
	background: #FFF;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .15);
	position: relative
}

.tablet .textpage._patient-how-order-analize .textpage__step {
	padding: 2rem
}

.mobile .textpage._patient-how-order-analize .textpage__step {
	margin: 0;
	padding: 2rem;
	background: transparent;
	box-shadow: none
}

.tablet .textpage._patient-how-order-analize .textpage__left {
	float: left;
	width: 49%
}

.tablet .textpage._patient-how-order-analize .textpage__right {
	float: right;
	width: 49%
}

.mobile .textpage._patient-how-order-analize .textpage__right {
	background: #f7f7f7
}

.mobile .textpage._patient-how-order-analize .textpage__left {
	background: #FFF
}

.textpage._patient-how-order-analize .textpage__step h2 {
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.2
}

.no-desktop .textpage._patient-how-order-analize .textpage__step h2 {
	font-size: 2.6rem
}

.mobile .textpage._patient-how-order-analize .textpage__step h2 {
	font-size: 2.2rem
}

.textpage._patient-how-order-analize .textpage__step h2,
.textpage._patient-how-order-analize .textpage__step h3 {
	margin-right: 50rem
}

.no-desktop .textpage._patient-how-order-analize .textpage__step h2,
.no-desktop .textpage._patient-how-order-analize .textpage__step h3 {
	margin-right: 0
}

.textpage._patient-how-order-analize .textpage__step h3 {
	font-size: 2.6rem;
	line-height: 1.2
}

.no-desktop .textpage._patient-how-order-analize .textpage__step h3 {
	font-size: 1.8rem
}

.textpage._patient-how-order-analize .textpage__step>img {
	border: 1px solid #DDD
}

.desktop .textpage._patient-how-order-analize .textpage__step>img {
	width: 47rem;
	position: absolute;
	top: 2rem;
	right: 2rem
}

.tablet .textpage._patient-how-order-analize .textpage__step>img {
	display: block;
	width: 100%
}

.no-desktop .textpage._patient-how-order-analize .textpage__step.__step6>img {
	margin-bottom: 2rem
}

.mobile .textpage._patient-how-order-analize .textpage__step>img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%
}

.textpage._patient-how-order-analize .textpage__pay {
	margin: 4rem 0;
	display: flex;
	justify-content: space-around;
	align-items: center
}

.no-desktop .textpage._patient-how-order-analize .textpage__pay img {
	flex: 0 0 20%;
	max-width: 20%;
	padding: 0 .5rem
}

.desktop .textpage._patient-ask .textpage__cols1 {
	display: flex;
	justify-content: space-between;
	margin-top: 2rem
}

.desktop .textpage._patient-ask .textpage__cols1-1 {
	flex: 0 0 66%;
	max-width: 66%
}

.desktop .textpage._patient-ask .textpage__cols1-2 {
	flex: 0 0 32%;
	max-width: 32%
}

.desktop .textpage._patient-ask .textpage__cols1 .textpage__block {
	margin-top: 0
}

.textpage._patient-ask .textpage__block h2 {
	padding-bottom: 2rem;
	font-size: 2.4rem;
	line-height: 1.2;
	border-bottom: 1px solid #DDD
}

.desktop .textpage._patient-ask .textpage__block._right h2 {
	text-align: center
}

.tablet .textpage._patient-ask .textpage__block._right .textpage__content {
	margin-bottom: 3rem;
	padding: 2rem 3rem .1rem;
	background: #FFF;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .15)
}

.no-tablet .textpage._patient-ask .textpage__block._right .contact__files-txt {
	display: block;
	padding: 2rem 0 0
}

.desktop .textpage._corporate .textpage__cols1 {
	display: flex;
	justify-content: space-between;
	margin-top: 2rem
}

.desktop .textpage._corporate .textpage__cols1-1 {
	flex: 0 0 66%;
	max-width: 66%
}

.desktop .textpage._corporate .textpage__cols1-2 {
	flex: 0 0 32%;
	max-width: 32%
}

.desktop .textpage._corporate .textpage__cols1 .textpage__block {
	margin-top: 0
}

.textpage._corporate .textpage__block h2 {
	padding-bottom: 2rem;
	font-size: 2.4rem;
	line-height: 1.2;
	border-bottom: 1px solid #DDD
}

.desktop .textpage._corporate .textpage__block._right h2 {
	text-align: center
}

.no-tablet .textpage._corporate .textpage__block._right .contact__files-txt {
	display: block;
	padding: 2rem 0 0
}

.desktop .textpage._doctor-cooperation .textpage__cols1 {
	display: flex;
	justify-content: space-between;
	margin-top: 2rem
}

.desktop .textpage._doctor-cooperation .textpage__cols1-1 {
	flex: 0 0 66%;
	max-width: 66%;
	display: flex
}

.desktop .textpage._doctor-cooperation .textpage__cols1-2 {
	flex: 0 0 32%;
	max-width: 32%;
	display: flex
}

.desktop .textpage._doctor-cooperation .textpage__cols1 .textpage__block {
	margin-top: 0
}

.textpage._doctor-cooperation .textpage__block._right h2 {
	padding-bottom: 2rem;
	font-size: 2.4rem;
	line-height: 1.2;
	border-bottom: 1px solid #DDD
}

.desktop .textpage._doctor-cooperation .textpage__block._right h2 {
	text-align: center
}

.no-tablet .textpage._doctor-cooperation .textpage__block._right .contact__files-txt {
	display: block;
	padding: 2rem 0 0
}

.corporate-portal__hero {
	padding: 13rem 0;
	background: #862864 url(/templates/images/pages/corporate-portal/bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.mobile .corporate-portal__hero {
	padding: 5rem 0
}

.corporate-portal__form {
	margin: 0 auto;
	padding: 0 2rem;
	max-width: 42rem
}

.corporate-portal__form h1 {
	font-size: 4.8rem;
	color: #FFF;
	text-align: center;
	white-space: nowrap;
	line-height: 1
}

.mobile .corporate-portal__form h1 {
	font-size: 3rem
}

.desktop .textpage._o-nas-vacancy .textpage__cols1 {
	display: flex;
	justify-content: space-between;
	margin-top: 2rem
}

.desktop .textpage._o-nas-vacancy .textpage__cols1-1 {
	flex: 0 0 66%;
	max-width: 66%
}

.desktop .textpage._o-nas-vacancy .textpage__cols1-2 {
	flex: 0 0 32%;
	max-width: 32%
}

.desktop .textpage._o-nas-vacancy .textpage__cols1 .textpage__block {
	margin-top: 0
}

.no-desktop .textpage._o-nas-vacancy .textpage__block._contacts {
	background: #F8F8F8
}

.textpage._o-nas-vacancy .textpage__block._contacts h3 {
	margin-bottom: 3rem;
	text-align: center
}

.no-desktop .textpage._o-nas-vacancy .textpage__block._contacts h3 {
	padding-bottom: 3rem;
	text-align: left;
	border-bottom: 1px solid #DCDDDC;
	position: relative
}

.no-desktop .textpage._o-nas-vacancy .textpage__block._contacts h3:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 2rem;
	margin-top: -2rem;
	width: 1rem;
	height: 1rem;
	border-bottom: .2rem solid #363161;
	border-left: .2rem solid #363161;
	transform: rotate(-135deg);
	transition: all 0.2s ease
}

.mobile .textpage._o-nas-vacancy .textpage__block._contacts h3 {
	font-size: 1.8rem;
	line-height: 1.4
}

.textpage._o-nas-vacancy .textpage__block._contacts ul {
	margin: 0 2rem;
	padding: 0;
	list-style: none;
	text-align: center
}

.textpage._o-nas-vacancy .textpage__block._contacts ul li {
	padding: 3rem 0;
	border-top: 1px solid #DCDDDC
}

.textpage._o-nas-vacancy .textpage__block._contacts ul span {
	display: block;
	margin-bottom: 3rem;
	font-size: 1.2rem;
	line-height: 1.3;
	color: #909394
}

.textpage._o-nas-vacancy .textpage__block._contacts ul strong {
	margin-bottom: 2.1rem;
	display: block;
	font-size: 2.3rem;
	line-height: 1.4
}

.tablet .textpage._o-nas-vacancy .textpage__block._contacts ul {
	margin: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.tablet .textpage._o-nas-vacancy .textpage__block._contacts ul li {
	flex: 0 0 45%;
	max-width: 45%;
	border: none
}

.tablet .textpage._o-nas-vacancy .textpage__block._contacts ul li:nth-child(1),
.tablet .textpage._o-nas-vacancy .textpage__block._contacts ul li:nth-child(2) {
	border-bottom: 3px solid #E7E8E7
}

.mobile .textpage._o-nas-vacancy .textpage__block._contacts ul {
	margin: 0
}

.mobile .textpage._o-nas-vacancy .textpage__block._contacts ul li {
	border: none
}

.vacancy-form {
	margin-right: 4rem
}

.no-desktop .vacancy-form {
	background: #F8F8F8
}

.tablet .vacancy-form {
	margin: 0 -3rem;
	padding: 3rem 7rem 3rem 3rem
}

.mobile .vacancy-form {
	margin: 0 -2rem;
	padding: 2rem 6rem 2rem 2rem
}

.vacancy-form__title {
	font-size: 2.2rem!important
}

.no-desktop .vacancy-form__title {
	margin-right: -3rem;
	position: relative
}

.no-desktop .vacancy-form__title:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 2rem;
	margin-top: -1.6rem;
	width: 1rem;
	height: 1rem;
	border-bottom: .2rem solid #363161;
	border-left: .2rem solid #363161;
	transform: rotate(-45deg);
	transition: all 0.2s ease
}

.mobile .vacancy-form__title {
	font-size: 1.8rem!important
}

.vacancy-form__datepicker {
	display: flex;
	flex-direction: column;
	margin-top: 4rem;
	max-width: 30rem
}

.vacancy-form__schedule {
	margin-top: 4rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.vacancy-form__schedule>div {
	display: flex;
	flex-direction: column;
	flex: 0 0 48%;
	max-width: 48%
}

.mobile .vacancy-form__schedule>div {
	flex: 0 0 100%;
	max-width: 100%
}

.mobile .vacancy-form__schedule>div+div {
	margin-top: 3rem
}

.contact__documents {
	position: relative
}

.contact__documents+.contact__documents {
	margin-top: 4rem
}

.contact__documents-clone,
.contact__documents-delete {
	position: absolute;
	top: .9rem;
	right: -4rem;
	width: 2.6rem;
	cursor: pointer
}

.contact__documents-delete {
	display: none
}

.contact__documents-clone svg,
.contact__documents-delete svg {
	display: block;
	width: 100%;
	height: auto
}

.contact__documents-files {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 2rem
}

.contact__documents-files input {
	display: none
}

.contact__documents-file {
	margin: 0 1rem 1rem 0;
	width: 6rem;
	height: 6rem;
	border: 1px solid #e6e6e6;
	border-radius: .5rem;
	background: #f9f9f8;
	position: relative;
	background: no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.contact__documents-file span {
	position: absolute;
	top: .6rem;
	right: .6rem;
	width: 1.5rem;
	height: 1.5rem;
	font-size: 2rem;
	line-height: 1.8rem;
	background: #FFF;
	border-radius: 50%;
	text-align: center;
	opacity: 0;
	transition: all 0.5s ease
}

.contact__documents-file:hover span {
	opacity: 1;
	cursor: pointer
}

.contact__documents-add {
	margin: 0 1rem 1rem 0;
	width: 6rem;
	height: 6rem;
	border: 1px solid #e6e6e6;
	border-radius: .5rem;
	position: relative;
	transition: all 0.5s ease
}

.contact__documents-add:hover {
	border-color: #CCC;
	cursor: pointer
}

.contact__documents-add svg {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 40%;
	height: 40%;
	transform: translate(-50%, -50%)
}

.contact__documents-hint {
	margin: -1rem 0 0 1rem;
	font-size: 1.3rem;
	color: #999;
	white-space: nowrap
}

.mobile .contact__documents-hint {
	margin: 0
}

.no-desktop .textpage._o-nas {
	background: #FFF
}

.no-desktop .history-title {
	padding-bottom: 1rem;
	border-bottom: 1px solid #DDD
}

.desktop .history-title {
	margin: 4rem 0 0
}

.tablet .history-title {
	margin: 0 2rem
}

.mobile .history-title {
	margin: 0 2rem
}

.history-title span {
	display: block
}

.mobile .history-title span {
	font-size: 1.8rem;
	font-weight: 400
}

.history-slider {
	position: relative
}

.no-desktop .history-slider {
	padding: 0 4rem
}

.history-slider__container {
	margin: 0 -4rem;
	padding: 4rem
}

.history-slider__slide {
	background: #FFF;
	box-shadow: 0 2rem 2rem rgba(0, 0, 0, .08)
}

.history-slider__img {
	width: 100%;
	height: 33rem;
	background: no-repeat center top/cover
}

.no-desktop .history-slider__img {
	height: 20rem
}

.history-slider__descr {
	padding: 3.5rem 2rem 0;
	height: 31rem
}

.tablet .history-slider__descr {
	padding: 2rem 2rem 0;
	height: 34rem
}

.mobile .history-slider__descr {
	padding: 2rem 2rem 0;
	height: 29rem
}

.history-slider__ttl {
	margin-bottom: .9rem;
	font-family: 'GraphikLCG', sans-serif;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 3rem;
	color: #4a4a4a
}

.tablet .history-slider__ttl {
	margin-bottom: 1.5rem;
	font-size: 1.8rem;
	line-height: 2.5rem
}

.mobile .history-slider__ttl {
	font-size: 1.8rem;
	line-height: 2rem
}

.history-slider__txt p {
	margin: 0;
	font-size: 1.5rem;
	line-height: 1.7;
	color: #424546
}

.history-slider__txt p+p {
	margin-top: 1rem
}

.no-desktop .history-slider__txt p {
	font-size: 1.4rem;
	line-height: 1.4
}

.desktop .history-slider__slide {
	transition: all 250ms cubic-bezier(.02, .01, .47, 1)
}

.desktop .history-slider__slide:hover {
	transform: translate(0, -2rem);
	box-shadow: 0 4rem 4rem rgba(0, 0, 0, .16)
}

.desktop .history-slider__img {
	position: relative
}

.desktop .history-slider__img:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	transition: all 250ms cubic-bezier(.02, .01, .47, 1);
	background: linear-gradient(223deg, rgba(41, 38, 101, .5), rgba(190, 33, 106, .5))
}

.desktop .history-slider__slide:hover .history-slider__img:before {
	opacity: 1
}

.news-detail {
	padding: 4rem 5rem
}

.news-detail h2 {
	
	font-size: 4.4rem;
	line-height: 6rem
}

.tablet .news-detail h2 {
	font-size: 4.2rem;
	border-bottom: none;
	padding-bottom: 0
}

.mobile .news-detail h2 {
	border-bottom: none;
	padding-bottom: 0;
	font-family: 'GraphikLCG-Regular';
	line-height: 1.7;
	font-size: 2rem
}

.news-detail__date {
	display: inline-block;
	color: #9b9b9b;
	border-top: 1px solid #ddd;
	padding-top: 1rem;
	font-size: 1.6rem;
	margin-top: 2rem;
	margin-bottom: 5rem
}

.news-detail__img {
	float: right;
	margin: 0 0 3rem 3rem;
	width: 38rem
}

.news-detail__img img {
	display: block;
	width: 100%;
	height: auto
}

.news-detail__img span {
	color: #9b9b9b;
	border-bottom: 1px solid #e4e3e1;
	padding: 2rem 0;
	display: block;
	font-family: 'GraphikLCG-Medium', sans-serif
}

html.tablet .news-detail__img {
	margin-right: 0
}

html.mobile .news-detail__img {
	margin-right: 0
}

.news-detail ul p,
.news-detail ol p {
	display: inline;
	margin: 0
}

.news-detail__content a:hover,
.news-detail__content a:visited {
	color: #be216a
}

.news-detail__content strong {
	
	font-weight: 400;
	color: #be216a
}

.textpage._o-nas-news {
	background: #FFF
}

.news-filter {
	margin: 0 0 3rem;
	padding: 0;
	list-style: none
}

.news-filter li {
	display: inline-block;
	margin-right: 1.5rem
}

.news-filter a {
	display: block;
	font-size: 2rem;
	text-decoration: none
}

.news-filter a:hover,
.news-filter a._active {
	color: #be216a;
	text-decoration: underline
}

html.tablet .news-filter,
html.mobile .news-filter {
	padding: .3rem 0;
	background: #EEE;
	text-align: center
}

html.tablet .news-filter li,
html.mobile .news-filter li {
	margin: 0 .8rem
}

html.tablet .news-filter {
	margin: 3rem 0 0
}

html.mobile .news-filter {
	margin: 0
}

html.mobile .news-filter a {
	font-size: 1.6rem
}

.news-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.news-list__item {
	display: flex;
	justify-content: space-between;
	flex: 0 0 49%;
	max-width: 49%;
	margin: 0 0 2rem;
	height: 18rem;
	background: #FFF;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .15);
	text-decoration: none
}

.news-list__title-date {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 3rem;
	flex-grow: 1
}

.news-list__title {
	font-size: 2.3rem;
	height: 6.5rem;
	overflow: hidden;
	line-height: 3.5rem
}

.news-list__date {
	color: #9b9b9b
}

.news-list__img {
	flex: 0 0 15rem;
	max-width: 15rem;
	height: 18rem;
	background-size: cover
}

html.desktop .news-list__item {
	transition: all 0.5s ease
}

html.desktop .news-list__item:hover {
	-webkit-transform: translate(0, -1.2rem);
	transform: translate(0, -1.2rem)
}

html.desktop .news-list__img {
	position: relative
}

html.desktop .news-list__img:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(223deg, rgba(41, 38, 101, .5), rgba(190, 33, 106, .5));
	opacity: 0;
	transition: all 0.5s ease
}

html.desktop .news-list__item:hover .news-list__img:before {
	opacity: 1
}

html.tablet .news-list__item,
html.mobile .news-list__item {
	flex: 0 0 100%;
	max-width: 100%;
	margin: 0;
	box-shadow: none
}

html.tablet .news-list__item:nth-child(odd),
html.mobile .news-list__item:nth-child(odd) {
	background: #F8F8F8
}

html.tablet .news-list__img {
	margin-right: 2rem
}

html.mobile .news-list__item {
	height: auto
}

html.mobile .news-list__title-date {
	padding: 1.6rem
}

html.mobile .news-list__title {
	margin-bottom: 1.6rem;
	font-size: 1.6rem;
	height: 4rem;
	line-height: 1.2
}

html.mobile .news-list__more {
	float: right
}

html.mobile .news-list__date span {
	border-top: 1px solid #9b9b9b;
	padding-top: .3rem
}

.news-button {
	text-align: center;
	margin-top: 3rem
}

html.tablet .news-button {
	margin-bottom: 3rem
}

html.mobile .news-button {
	margin-bottom: 3rem
}

.desktop .header__basket {
	align-self: flex-start
}

.desktop .wishlist-btn {
	height: 0
}

.desktop .wishlist-btn__cart {
	display: none
}

.medical-center-partners .a-checkbox__label::after {
	width: 1.1rem
}

.hh__title {
	margin-bottom: 4rem;
	padding-bottom: 1rem;
	text-align: center;
	border-bottom: 1px solid #DCDDDC
}

.no-desktop .hh__title {
	text-align: left;
	position: relative
}

.no-desktop .hh__title:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 2rem;
	margin-top: -1rem;
	width: 1rem;
	height: 1rem;
	border-bottom: .2rem solid #363161;
	border-left: .2rem solid #363161;
	transform: rotate(-135deg);
	transition: all 0.2s ease
}

.mobile .hh__title {
	font-size: 1.8rem!important
}

.hh__region {
	margin-bottom: 4rem
}

.hh__loading img {
	display: block;
	margin: 0 auto;
	width: 3rem
}

.hh__specializations {
	margin: 0;
	padding: 0;
	list-style: none
}

.hh__specializations>li {
	border-bottom: 1px solid #DDD
}

.hh__specializations>li>a {
	display: block;
	padding: 2rem 4rem 2rem 3rem;
	text-decoration: none;
	position: relative
}

.hh__specializations>li>a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 2rem;
	margin-top: -1rem;
	width: 1rem;
	height: 1rem;
	border-bottom: .2rem solid #363161;
	border-left: .2rem solid #363161;
	transform: rotate(-135deg);
	transition: all 0.2s ease
}

.hh__specializations>li>a._open:after {
	transform: rotate(-45deg)
}

.hh__specializations>li>a i {
	position: absolute;
	top: 1.7rem;
	left: 0;
	width: 2.2rem;
	height: 2.2rem;
	line-height: 1.7;
	font-size: 1.3rem;
	font-style: normal;
	color: #FFF;
	background: #993D6D;
	border-radius: 50%;
	text-align: center
}

.hh__specializations>li>a strong {
	display: block;
	font-family: 'GraphikLCG-Regular', sans-serif;
	font-weight: 400;
	font-size: 2rem;
	position: relative
}

.hh__specializations>li>a span {
	display: block;
	margin-top: 1rem
}

.hh__vacancies {
	display: none;
	margin: 0 0 0 3rem;
	padding: 0;
	list-style: none
}

.hh__vacancies>li {
	padding-bottom: 3rem
}

.hh__vacancies>li>a {
	display: block;
	color: #BB1670;
	text-decoration: none
}

.hh__vacancies>li>a:hover {
	color: #000;
	text-decoration: underline
}

.hh__vacancies>li>span {
	display: block;
	margin-top: .8rem
}

.ui-datepicker {
	display: none;
	margin: -.2rem 0 0 1rem;
	padding: 3rem 3rem 2rem;
	background: #FFF;
	box-shadow: 0 .3rem 3rem rgba(0, 0, 0, .25)
}

.ui-datepicker:before {
	content: '';
	position: absolute;
	left: 3rem;
	top: -1rem;
	width: 2rem;
	height: 2rem;
	background: #FFF;
	box-shadow: -.4rem -.4rem .6rem rgba(0, 0, 0, .1);
	transform: rotate(45deg)
}

.ui-datepicker-header {
	margin-bottom: 2rem;
	position: relative
}

.ui-datepicker-prev,
.ui-datepicker-next {
	position: absolute;
	top: 0;
	padding: .6rem 0;
	width: 2rem;
	cursor: pointer
}

.ui-datepicker-prev {
	left: 0;
	text-align: left
}

.ui-datepicker-next {
	right: 0;
	text-align: right
}

.ui-datepicker-title {
	text-align: center
}

.ui-datepicker-title select {
	display: inline-block;
	margin: 0 .5rem;
	padding: .4rem .8rem;
	border: 1px solid #CCC;
	background: #FFF
}

.ui-datepicker-calendar {
	text-align: center
}

.ui-datepicker-calendar thead {
	font-size: 1.2rem;
	color: #BB1670;
	border-bottom: 2px solid #444
}

.ui-datepicker-calendar thead th {
	padding: .8rem .6rem
}

.ui-datepicker-calendar tbody a,
.ui-datepicker-calendar tbody span {
	display: block;
	padding: .8rem .6rem;
	text-decoration: none
}

.ui-datepicker-calendar tbody .ui-priority-secondary {
	color: #BBB
}

.ui-datepicker-calendar tbody .ui-state-default {
	text-decoration: none
}

.ui-datepicker-calendar tbody span.ui-state-default {
	color: #EEE
}

.ui-datepicker-calendar tbody .ui-state-highlight {
	background: #EEE
}

.ui-datepicker-calendar tbody .ui-state-active {
	color: #FFF;
	background: #BB1670
}

.fancybox-kdl.fancybox-is-open .fancybox-bg {
	opacity: .4
}

.fancybox-kdl .fancybox-image {
	padding: 5rem 3rem 3rem;
	background: #FFF
}

.fancybox-kdl .fancybox-infobar {
	padding: 1.5rem 0 0 2rem;
	height: auto;
	line-height: 2;
	font-size: 1.5rem;
	color: #909293;
	opacity: 1;
	visibility: visible;
	mix-blend-mode: initial
}

.fancybox-kdl .fancybox-toolbar {
	padding: 1.5rem 1.5rem 0 0;
	opacity: 1;
	visibility: visible
}

.fancybox-kdl .fancybox-toolbar a,
.fancybox-kdl .fancybox-toolbar button {
	padding: 0;
	margin-left: .3rem;
	width: 3rem;
	height: 3rem;
	background: transparent
}

.fancybox-kdl .fancybox-toolbar svg path {
	stroke: transparent;
	fill: #909293
}

.fancybox-kdl .fancybox-navigation a {
	margin-top: -2rem;
	background: #FFF;
	box-shadow: none
}

.fancybox-kdl .fancybox-navigation a.disabled {
	opacity: .2
}

.no-desktop .textpage._equipment {
	background: #FFF
}

.equipment {
	margin: 0;
	padding: 0;
	list-style: none
}

.equipment>li {
	border-bottom: 1px solid #E0E1E1
}

.equipment>li>a {
	display: block;
	padding: 1.35rem 6rem 1.35rem .6rem;
	font-size: 2.4rem;
	
	text-decoration: none;
	position: relative
}

.tablet .equipment>li>a {
	font-family: 'GraphikLCG-Regular'
}

.mobile .equipment>li>a {
	font-size: 1.6rem
}

.equipment>li>a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 4rem;
	margin-top: -.5rem;
	width: 1rem;
	height: 1rem;
	border-bottom: .2rem solid #363161;
	border-left: .2rem solid #363161;
	transform: rotate(-135deg);
	transition: all 0.2s ease
}

.no-desktop .equipment>li>a:after {
	right: 1rem
}

.equipment>li>a._open:after {
	transform: rotate(-45deg)
}

.equipment__items {
	display: none;
	margin: 0;
	padding: 0;
	list-style: none
}

.equipment__items>li {
	padding: 3rem .6rem 1rem;
	border-top: 1px solid #E0E1E1
}

.no-mobile .equipment__item {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between
}

.no-mobile .equipment__image {
	flex: 0 0 50%;
	max-width: 50%
}

.no-mobile .equipment__text {
	flex: 0 0 50%;
	max-width: 50%
}

.equipment__image img {
	display: block
}

.desktop .equipment__image img {
	margin-left: auto;
	max-width: 48rem;
	max-height: 22rem
}

.tablet .equipment__image img {
	margin-left: auto;
	max-width: 26rem;
	max-height: 16rem
}

.mobile .equipment__image img {
	margin: 0 auto 3rem;
	max-width: 100%
}

.equipment__title,
.equipment__vendor {
	display: block;
	margin-bottom: 2.2rem;
	color: #be216a;
	font-family: 'GraphikLCG-Regular';
	font-weight: 400;
	font-size: 1.7rem
}

.mobile .equipment__vendor,
.mobile .equipment__title {
	margin-bottom: 1.5rem;
	
	font-size: 1.5rem
}

.equipment__text p {
	text-align: justify
}

.mobile .equipment__text p {
	font-size: 1.4rem;
	line-height: 1.6
}

.equipments-partners {
	margin: 4rem 0 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none
}

.tablet .equipments-partners {
	margin: 0 3rem
}

.mobile .equipments-partners {
	margin: 0 2rem 2rem
}

.equipments-partners>li {
	flex: 0 0 31%;
	max-width: 31%;
	margin-bottom: 3rem;
	transition: all 0.5s ease
}

.mobile .equipments-partners>li {
	flex: 0 0 48%;
	max-width: 48%;
	margin-bottom: 1rem
}

.equipments-partners>li:hover {
	margin-top: -2rem
}

.equipments-partners>li>a {
	display: block;
	background: #FFF;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .3);
	text-decoration: none
}

.equipments-partners__logo {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 19rem
}

.tablet .equipments-partners__logo {
	height: 12rem
}

.mobile .equipments-partners__logo {
	height: 8rem
}

.equipments-partners__logo img {
	display: block;
	max-width: 80%;
	max-height: 100%
}

.equipments-partners__name {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 5rem;
	height: 10rem;
	
	font-size: 2.3rem;
	line-height: 1.5;
	background: #DCDDDC;
	text-align: center;
	transition: all 0.5s ease
}

.equipments-partners>li>a:hover .equipments-partners__name {
	color: #FFF;
	background: #BB2671
}

.tablet .equipments-partners__name {
	padding: 0 2rem;
	height: 8rem;
	font-size: 1.6rem
}

.mobile .equipments-partners__name {
	padding: 0 1rem;
	height: 5rem;
	font-size: 1.2rem;
	line-height: 1.2em
}


/*************************/
.grid{border:none;}
.analyses-page{
    padding-bottom:4rem;
}
.a-checkbox__label{
    font-weight: normal;
    display:inherit;
    line-height:14px;
}
.preloader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    background: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.btn:hover, .btn:focus{
    background-color: #fff!important;
}
.btn--violent:hover, .btn--violent:focus{
    background: #40335f!important;
}
.btn--added.btn--violent {
    background: #a0a0a0;
}
.btn--added.btn--violent:hover, .btn--added.btn--violent:focus{
    background: #a0a0a0!important;
}
.a-search__main-btn:hover,
.a-search__main-btn:focus{
    background-repeat: no-repeat!important;
    background-position: 40%!important;
    background-color: #40335f!important;
    border-color: #40335f!important;
}