@charset "UTF-8";
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline
}

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

body {
	line-height: 1
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

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

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

p {
	line-height: 1.4
}

img {
	max-width: 100%;
}

[data-simplebar] {
	position: relative;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

.simplebar-wrapper {
	overflow: hidden;
	width: inherit;
	height: inherit;
	max-width: inherit;
	max-height: inherit
}

.simplebar-mask {
	direction: inherit;
	position: absolute;
	overflow: hidden;
	padding: 0;
	margin: 0;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: auto!important;
	height: auto!important;
	z-index: 0
}

.simplebar-offset {
	direction: inherit!important;
	-webkit-box-sizing: inherit!important;
	box-sizing: inherit!important;
	resize: none!important;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0;
	margin: 0;
	-webkit-overflow-scrolling: touch
}

.simplebar-content-wrapper {
	direction: inherit;
	-webkit-box-sizing: border-box!important;
	box-sizing: border-box!important;
	position: relative;
	display: block;
	height: 100%;
	width: auto;
	visibility: visible;
	max-width: 100%;
	max-height: 100%;
	scrollbar-width: none
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
	display: none
}

.simplebar-content:after,
.simplebar-content:before {
	content: ' ';
	display: table
}

.simplebar-placeholder {
	max-height: 100%;
	max-width: 100%;
	width: 100%;
	pointer-events: none
}

.simplebar-height-auto-observer-wrapper {
	-webkit-box-sizing: inherit!important;
	box-sizing: inherit!important;
	height: 100%;
	width: 100%;
	max-width: 1px;
	position: relative;
	float: left;
	max-height: 1px;
	overflow: hidden;
	z-index: -1;
	padding: 0;
	margin: 0;
	pointer-events: none;
	-webkit-box-flex: inherit;
	-webkit-flex-grow: inherit;
	-ms-flex-positive: inherit;
	flex-grow: inherit;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0
}

.simplebar-height-auto-observer {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
	display: block;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 1000%;
	width: 1000%;
	min-height: 1px;
	min-width: 1px;
	overflow: hidden;
	pointer-events: none;
	z-index: -1
}

.simplebar-track {
	z-index: 1;
	position: absolute;
	right: 0;
	bottom: 0;
	pointer-events: none;
	overflow: hidden
}

[data-simplebar].simplebar-dragging .simplebar-content {
	pointer-events: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none
}

[data-simplebar].simplebar-dragging .simplebar-track {
	pointer-events: all
}

.simplebar-scrollbar {
	position: absolute;
	right: 2px;
	width: 7px;
	min-height: 10px
}

.simplebar-scrollbar:before {
	position: absolute;
	content: '';
	background: #000;
	border-radius: 7px;
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear
}

.simplebar-scrollbar.simplebar-visible:before {
	opacity: .5;
	-webkit-transition: opacity 0 linear;
	-o-transition: opacity 0 linear;
	transition: opacity 0 linear
}

.simplebar-track.simplebar-vertical {
	top: 0;
	width: 11px
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
	top: 2px;
	bottom: 2px
}

.simplebar-track.simplebar-horizontal {
	left: 0;
	height: 11px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
	height: 100%;
	left: 2px;
	right: 2px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
	right: auto;
	left: 0;
	top: 2px;
	height: 7px;
	min-height: 0;
	min-width: 10px;
	width: auto
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
	right: auto;
	left: 0
}

.hs-dummy-scrollbar-size {
	direction: rtl;
	position: fixed;
	opacity: 0;
	visibility: hidden;
	height: 500px;
	width: 500px;
	overflow-y: hidden;
	overflow-x: scroll
}

.simplebar-hide-scrollbar {
	position: fixed;
	left: 0;
	visibility: hidden;
	overflow-y: scroll;
	scrollbar-width: none
}

body.fancybox-active {
	overflow: hidden
}

body.fancybox-iosfix {
	position: fixed;
	left: 0;
	right: 0
}

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

.fancybox-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99992;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"
}

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

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

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

.fancybox-is-open .fancybox-bg {
	opacity: .87;
	-webkit-transition-timing-function: cubic-bezier(0.22, .61, .36, 1);
	-o-transition-timing-function: cubic-bezier(0.22, .61, .36, 1);
	transition-timing-function: cubic-bezier(0.22, .61, .36, 1)
}

.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
	position: absolute;
	direction: ltr;
	z-index: 99997;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .25s, visibility 0 linear .25s;
	-o-transition: opacity .25s, visibility 0 linear .25s;
	transition: opacity .25s, visibility 0 linear .25s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .25s, visibility 0;
	-o-transition: opacity .25s, visibility 0;
	transition: opacity .25s, visibility 0
}

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

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

.fancybox-stage {
	overflow: hidden;
	direction: ltr;
	z-index: 99994;
	-webkit-transform: translate3d(0, 0, 0)
}

.fancybox-is-closing .fancybox-stage {
	overflow: visible
}

.fancybox-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	outline: 0;
	white-space: normal;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	z-index: 99994;
	-webkit-overflow-scrolling: touch;
	display: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: opacity, -webkit-transform;
	-o-transition-property: transform, opacity;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform
}

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

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

.fancybox-slide--image {
	overflow: visible
}

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

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

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
	background: #E5E3DF
}

.fancybox-slide--next {
	z-index: 99995
}

.fancybox-slide>* {
	display: inline-block;
	position: relative;
	padding: 24px;
	margin: 44px 0;
	border-width: 0;
	vertical-align: middle;
	text-align: left;
	background-color: #fff;
	overflow: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.fancybox-slide>base,
.fancybox-slide>link,
.fancybox-slide>meta,
.fancybox-slide>script,
.fancybox-slide>style,
.fancybox-slide>title {
	display: none
}

.fancybox-slide .fancybox-image-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 99995;
	background: 0 0/100% 100% no-repeat;
	cursor: default;
	overflow: visible;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition-property: opacity, -webkit-transform;
	-o-transition-property: transform, opacity;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform
}

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

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

.fancybox-can-drag .fancybox-image-wrap {
	cursor: -webkit-grab;
	cursor: grab
}

.fancybox-is-dragging .fancybox-image-wrap {
	cursor: -webkit-grabbing;
	cursor: grabbing
}

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

.fancybox-spaceball {
	z-index: 1
}

.fancybox-slide--iframe .fancybox-content {
	padding: 0;
	width: 80%;
	height: 80%;
	max-width: -webkit-calc(100% - 100px);
	max-width: calc(100% - 100px);
	max-height: -webkit-calc(100% - 88px);
	max-height: calc(100% - 88px);
	overflow: visible;
	background: #fff
}

.fancybox-iframe {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	background: #fff
}

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

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

.fancybox-button {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: 44px;
	height: 44px;
	margin: 0;
	padding: 10px;
	border: 0;
	border-radius: 0;
	background: rgba(30, 30, 30, .6);
	-webkit-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
	cursor: pointer;
	outline: 0
}

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

.fancybox-button:focus,
.fancybox-button:hover {
	color: #fff
}

.fancybox-button[disabled] {
	color: #ccc;
	cursor: default;
	opacity: .6
}

.fancybox-button svg {
	display: block;
	position: relative;
	overflow: visible;
	shape-rendering: geometricPrecision
}

.fancybox-button svg path {
	fill: currentColor;
	stroke: currentColor;
	stroke-linejoin: round;
	stroke-width: 3
}

.fancybox-button--share svg path {
	stroke-width: 1
}

.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2) {
	display: none
}

.fancybox-button--zoom svg path {
	fill: transparent
}

.fancybox-navigation {
	display: none
}

.fancybox-show-nav .fancybox-navigation {
	display: block
}

.fancybox-navigation button {
	position: absolute;
	top: 50%;
	margin: -50px 0 0;
	z-index: 99997;
	background: 0 0;
	width: 60px;
	height: 100px;
	padding: 17px
}

.fancybox-navigation button:before {
	content: "";
	position: absolute;
	top: 30px;
	right: 10px;
	width: 40px;
	height: 40px;
	background: rgba(30, 30, 30, .6)
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0
}

.fancybox-navigation .fancybox-button--arrow_right {
	right: 0
}

.fancybox-close-small {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: 0 0;
	z-index: 10;
	cursor: pointer
}

.fancybox-close-small:after {
	content: '×';
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	font: 22px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #888;
	font-weight: 300;
	text-align: center;
	border-radius: 50%;
	border-width: 0;
	background-color: transparent;
	-webkit-transition: background-color .25s;
	-o-transition: background-color .25s;
	transition: background-color .25s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 2
}

.fancybox-close-small:focus {
	outline: 0
}

.fancybox-close-small:focus:after {
	outline: #888 dotted 1px
}

.fancybox-close-small:hover:after {
	color: #555;
	background: #eee
}

.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small {
	top: 0;
	right: -40px
}

.fancybox-slide--iframe .fancybox-close-small:after,
.fancybox-slide--image .fancybox-close-small:after {
	font-size: 35px;
	color: #aaa
}

.fancybox-slide--iframe .fancybox-close-small:hover:after,
.fancybox-slide--image .fancybox-close-small:hover:after {
	color: #fff;
	background: 0 0
}

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

.fancybox-caption-wrap {
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 2vw 0;
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, rgba(0, 0, 0, .1)), color-stop(40%, rgba(0, 0, 0, .2)), color-stop(80%, rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, .8)));
	background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
	background: -o-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
	background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
	pointer-events: none
}

.fancybox-caption {
	padding: 30px 0;
	border-top: 1px solid rgba(255, 255, 255, .4);
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	-webkit-text-size-adjust: none
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
	pointer-events: all;
	position: relative
}

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

.fancybox-slide>.fancybox-loading {
	border: 6px solid rgba(100, 100, 100, .4);
	border-top: 6px solid rgba(255, 255, 255, .6);
	border-radius: 100%;
	height: 50px;
	width: 50px;
	-webkit-animation: fancybox-rotate .8s infinite linear;
	animation: fancybox-rotate .8s infinite linear;
	background: 0 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	z-index: 99999
}

@-webkit-keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.fancybox-animated {
	-webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
	-o-transition-timing-function: cubic-bezier(0, 0, .25, 1);
	transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

p.fancybox-share__links {
	margin-right: -10px
}

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

.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 {
	position: relative;
	top: -1px;
	width: 25px;
	height: 25px;
	margin-right: 7px;
	vertical-align: middle
}

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

.fancybox-share__input {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 10px 0 0;
	padding: 10px 15px;
	background: 0 0;
	color: #5d5b5b;
	font-size: 14px;
	outline: 0;
	border: 0;
	border-bottom: 2px solid #d7d7d7
}

.fancybox-thumbs {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 212px;
	margin: 0;
	padding: 2px 2px 4px;
	background: #fff;
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 99995
}

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

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

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

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

.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;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	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 {
	float: left;
	overflow: hidden;
	padding: 0;
	margin: 2px;
	width: 100px;
	height: 75px;
	max-width: -webkit-calc(50% - 4px);
	max-width: calc(50% - 4px);
	max-height: -webkit-calc(100% - 8px);
	max-height: calc(100% - 8px);
	position: relative;
	cursor: pointer;
	outline: 0;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

li.fancybox-thumbs-loading {
	background: rgba(0, 0, 0, .1)
}

.fancybox-thumbs>ul>li>img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: none;
	max-height: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.fancybox-thumbs>ul>li:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 4px solid #4ea7f9;
	z-index: 99991;
	opacity: 0;
	-webkit-transition: all .2s cubic-bezier(0.25, .46, .45, .94);
	-o-transition: all .2s cubic-bezier(0.25, .46, .45, .94);
	transition: all .2s cubic-bezier(0.25, .46, .45, .94)
}

.fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
	opacity: 1
}

.share-socials {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-top: 30px;
}

.to_category_block {
	/*margin-top: 30px;*/
	padding-top: 30px;
	padding-bottom: 20px;
	background: #F6F5F5;

}

.to_category_block h2 {
	font-family: Montserrat-SemiBold;
    font-size: 20px;
    color: #000;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.to_category {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	overflow: hidden;
}

.to_category ul {
	margin: 0 -5px;
}

.to_category li {
	width: calc(25% - 10px);
	margin: 0 5px;
	margin-bottom: 10px;
}

.to_category_link {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-right: 40px;
	border: 1px solid #ebebeb;
	background: #ffffff;
	text-decoration: none;
	font-family: Montserrat-SemiBold;
	color: #000000;
	font-size: 15px
}

.to_category_link svg {
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%) rotate(-90deg);
	    -ms-transform: translateY(-50%) rotate(-90deg);
	        transform: translateY(-50%) rotate(-90deg);
	width: 18px;
	height: 18px;
	-webkit-transition: fill 0.4s ease-in-out;
	-o-transition: fill 0.4s ease-in-out;
	transition: fill 0.4s ease-in-out;
}

.to_category_img {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 50px;
	height: 50px;
	margin-right: 10px;
	padding: 5px;
}

.to_category_img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}

.to_category_link:hover svg {
	fill: #E8008C;
}

@media all and (max-width:800px) {
	.fancybox-thumbs {
		width: 110px
	}
	.fancybox-show-thumbs .fancybox-inner {
		right: 110px
	}
	.fancybox-thumbs>ul>li {
		max-width: -webkit-calc(100% - 10px);
		max-width: calc(100% - 10px)
	}
}

.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

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

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:after,
.slick-track:before {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	min-height: 1px
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

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

.slick-next,
.slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: 0;
	background: 0 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
	color: transparent;
	outline: 0;
	background: 0 0
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
	opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
	opacity: .25
}

.slick-next:before,
.slick-prev:before {
	font-family: slick;
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-prev {
	left: -25px
}

[dir=rtl] .slick-prev {
	right: -25px;
	left: auto
}

.slick-prev:before {
	content: '←'
}

[dir=rtl] .slick-prev:before {
	content: '→'
}

.slick-next {
	right: -25px
}

[dir=rtl] .slick-next {
	right: auto;
	left: -25px
}

.slick-next:before {
	content: '→'
}

[dir=rtl] .slick-next:before {
	content: '←'
}

.slick-dotted.slick-slider {
	margin-bottom: 30px
}

.slick-dots {
	position: absolute;
	bottom: 3px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center
}

.slick-dots li {
	position: relative;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: 0;
	background: #fff;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.slick-dots li button:focus,
.slick-dots li button:hover {
	outline: 0;
	background-color: #e8008c
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
	opacity: 1;
	font-size: 0;
	line-height: 0
}

.slick-dots li button:before {
	font-family: slick;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button {
	color: #000;
	background-color: #e8008c;
	width: 5px;
	height: 5px
}

.slick-dots li.slick-active button::before {
	border: 2px solid #e8008c;
	opacity: 1;
	border-radius: 50%;
	width: 13px;
	height: 13px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

@media (max-width:850px) {
	.slick-dots {
		bottom: -20px
	}
	.slick-dots li button {
		background-color: #EBEBEB
	}
}

body {
	margin: 0;
	font-family: Roboto-Light, Arial, sans-serif;
	overflow-x: hidden
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1;
	outline: 0!important
}

.wrapper {
	width: 100%;
	max-width: 1330px;
	padding: 0 15px;
	margin: 0 auto;
	position: relative
}

h2,
.h2 {
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: #000
}

.go_to_top {
	position: fixed;
	bottom: 28px;
	right: 98px;
	width: 50px;
	height: 50px;
	background: #EBEBEB;
	border-radius: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
	box-shadow: 0 0 15px rgba(0, 0, 0, .3);
	cursor: pointer;
	-webkit-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s;
	-webkit-transform: translateX(500px);
	-ms-transform: translateX(500px);
	transform: translateX(500px);
	z-index: 9999
}

.go_to_top svg {
	width: 15px;
	height: 15px;
	fill: #AAA9A9;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.go_to_top span {
	text-align: center;
	width: 100%;
	display: block;
	color: #AAA9A9;
	font-family: Roboto-Medium;
	font-size: 12px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.go_to_top.active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

.no-border {
	border-bottom: none!important;
	border-top: none!important;
	border-left: none!important;
	border-right: none!important
}

.width100 {
	width: 100%
}

.top__margin {
	margin-top: 10px
}

input,
select,
textarea {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none
}

@font-face {
	font-family: Roboto-Regular;
	src: url(../fonts/Roboto-Regular/Roboto-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Roboto-Regular/Roboto-Regular.woff) format("woff"), url(../fonts/Roboto-Regular/Roboto-Regular.ttf) format("truetype"), url(../fonts/Roboto-Regular/Roboto-Regular.svg#Roboto-Regular) format("svg");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: Roboto-Light;
	src: url(../fonts/Roboto-Light/Roboto-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/Roboto-Light/Roboto-Light.woff) format("woff"), url(../fonts/Roboto-Light/Roboto-Light.ttf) format("truetype"), url(../fonts/Roboto-Light/Roboto-Light.svg#Roboto-Light) format("svg");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: Roboto-Thin;
	src: url(../fonts/Roboto-Thin/Roboto-Thin.eot?#iefix) format("embedded-opentype"), url(../fonts/Roboto-Thin/Roboto-Thin.woff) format("woff"), url(../fonts/Roboto-Thin/Roboto-Thin.ttf) format("truetype"), url(../fonts/Roboto-Thin/Roboto-Thin.svg#Roboto-Thin) format("svg");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: Roboto-Medium;
	src: url(../fonts/Roboto-Medium/Roboto-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/Roboto-Medium/Roboto-Medium.woff) format("woff"), url(../fonts/Roboto-Medium/Roboto-Medium.ttf) format("truetype"), url(../fonts/Roboto-Medium/Roboto-Medium.svg#Roboto-Medium) format("svg");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: Roboto-Bold;
	src: url(../fonts/Roboto-Bold/Roboto-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/Roboto-Bold/Roboto-Bold.woff) format("woff"), url(../fonts/Roboto-Bold/Roboto-Bold.ttf) format("truetype"), url(../fonts/Roboto-Bold/Roboto-Bold.svg#Roboto-Bold) format("svg");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: Montserrat-Regular;
	src: url(../fonts/Montserrat-Regular/Montserrat-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Montserrat-Regular/Montserrat-Regular.otf) format("opentype"), url(../fonts/Montserrat-Regular/Montserrat-Regular.woff) format("woff"), url(../fonts/Montserrat-Regular/Montserrat-Regular.ttf) format("truetype"), url(../fonts/Montserrat-Regular/Montserrat-Regular.svg#Montserrat-Regular) format("svg");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: Montserrat-Light;
	src: url(../fonts/Montserrat-Light/Montserrat-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/Montserrat-Light/Montserrat-Light.otf) format("opentype"), url(../fonts/Montserrat-Light/Montserrat-Light.woff) format("woff"), url(../fonts/Montserrat-Light/Montserrat-Light.ttf) format("truetype"), url(../fonts/Montserrat-Light/Montserrat-Light.svg#Montserrat-Light) format("svg");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: Montserrat-SemiBold;
	src: url(../fonts/Montserrat-SemiBold/Montserrat-SemiBold.eot?#iefix) format("embedded-opentype"), url(../fonts/Montserrat-SemiBold/Montserrat-SemiBold.otf) format("opentype"), url(../fonts/Montserrat-SemiBold/Montserrat-SemiBold.woff) format("woff"), url(../fonts/Montserrat-SemiBold/Montserrat-SemiBold.ttf) format("truetype"), url(../fonts/Montserrat-SemiBold/Montserrat-SemiBold.svg#Montserrat-SemiBold) format("svg");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: Montserrat-Bold;
	src: url(../fonts/Montserrat-Bold/Montserrat-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/Montserrat-Bold/Montserrat-Bold.otf) format("opentype"), url(../fonts/Montserrat-Bold/Montserrat-Bold.woff) format("woff"), url(../fonts/Montserrat-Bold/Montserrat-Bold.ttf) format("truetype"), url(../fonts/Montserrat-Bold/Montserrat-Bold.svg#Montserrat-Bold) format("svg");
	font-weight: 400;
	font-style: normal
}

#header_socials {
	background: #000;
	color: #fff
}

#header_socials .wrapper {
	padding: 11px 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

#header_socials .socials_information {
	width: 840px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

#header_socials .socials_information span {
	font-family: Roboto-Light;
	font-size: 13px
}

#header_socials .socials_information a {
	text-decoration: none;
	padding-left: 25px;
	position: relative
}

#header_socials .socials_information a span {
	font-family: Roboto-Light;
	font-size: 14px;
	color: #fff
}

#header_socials .socials_information a svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	fill: #fff
}

.socials_links {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.socials_links li {
	margin-left: 10px
}

.socials_links li svg {
	width: 18px;
	height: 18px;
	fill: #fff;
}

.socials_links li img {
	max-width: 18px;
	max-height: 18px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.header_container {
	padding-top: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.header_container .search_form {
	position: relative;
	z-index: 1002;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 590px;
	border: 1px solid #EBEBEB;
	background-color: #fff
}

.header_container .search_form input {
	padding-left: 12px;
	height: 100%;
	width: -webkit-calc(100% - 66px);
	width: calc(100% - 66px);
	border: none;
	outline: 0;
	font-family: Roboto-Light;
	font-size: 13px;
	color: #A4A3A3
}

.header_container .search_form button {
	height: 100%;
	padding: 9px 0;
	width: 66px;
	cursor: pointer;
	background: #fff;
	border: none;
	outline: 0
}

.header_container .search_form button svg {
	width: 24px;
	height: 24px;
	fill: #A4A3A3
}

.header_container .login_container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative
}

.header_container .login_container h6 {
	font-family: Montserrat-SemiBold;
	font-size: 12px;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 4px
}

.header_container .login_container p {
	font-family: Montserrat-Regular;
	font-size: 13px
}

.header_container .login_container p span {
	cursor: pointer;
	text-decoration: underline;
	padding-right: 10px !important;
}

.header_container .login_container .register_button {
	font-family: Montserrat-Regular;
	font-size: 13px;
	color: #000;
	text-decoration: underline;
	margin-left: 0
}

.header_container .login_container a {
	margin-left: 15px;
	position: relative;
	text-decoration: none;
	padding: 10px !important
}

.header_container .basket_mob,
.header_container .wishlist_mob {
	display: none;
}

.langs {
	position: relative;
	margin-left: 20px;
	text-transform: uppercase;
	font-size: 16px;
}

.langs__trigger {
	border: none;
	outline: none;
	padding: 3px;
	padding-right: 15px;
	background-color: transparent;
	background-image: url(../img/angle-black.png);
    background-position: right center;
    background-size: 9px 9px;
	background-repeat: no-repeat;
	cursor: pointer;
	-webkit-transition: 0.4s color linear;-o-transition: 0.4s color linear;
	transition: 0.4s color linear;
	/* line-height: 2; */
}

.langs__list {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background-color: #fff;

	display: none;
}

.langs__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	        flex-direction: column;
}

.langs .langs__list a {
	z-index: 3;
	margin: 0;
	margin-top: 3px;
	padding: 3px !important;
	text-decoration: none;
	color: #000000;
	-webkit-transition: 0.4s color linear;-o-transition: 0.4s color linear;
	transition: 0.4s color linear;
}

.langs .langs__list a:hover {
	color: #1072b9;
}

.header_container .login_container a svg {
	width: 20px;
	height: 20px
}

.header_container .login_container a span {
	position: absolute;
	top: 3px;
	right: 0;
	background: #E8008C;
	color: #fff;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: Roboto-Light;
	font-size: 11px
}

.header_menu_wrapper {
	width: 100%
}

.header__bottom__wrapper {
	border-bottom: 1px solid #267EBE
}

.header_menu {
	margin-top: 15px;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative
}

.header_menu li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.header_menu li a {
	display: block;
	padding: 10px 0;
	font-family: Montserrat-Regular;
	font-size: 16px;
	color: #000;
	text-decoration: none;
	text-transform: uppercase
}

.header_menu li svg {
	margin-left: 10px;
	width: 12px;
	height: 12px
}

.hover__separator {
	width: 100%;
	position: relative;
	height: 1px
}

.hover__separator:before {
	content: '';
	position: absolute;
	bottom: -37px;
	right: 0;
	width: 0;
	height: 3px;
	background: #E8008C;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	z-index: 1000
}

.login_form,
.new_pass_form,
.restart_pass_form {
	/* position: absolute;
	top: -webkit-calc(100% + 10px);
	top: calc(100% + 10px);
	z-index: 1001;
	left: 0; */
  
  position: fixed;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 90vh;
  overflow-y: auto;
  z-index: 10010;

	width: 280px;
	padding: 20px 35px;
	background: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	display: none;
}

.login_form h2,
.new_pass_form h2,
.restart_pass_form h2 {
	font-family: Montserrat-SemiBold!important;
	font-size: 14px!important;
	color: #000;
	text-transform: uppercase;
	text-align: left;
	margin: 0!important
}

.login_form .login_with,
.new_pass_form .login_with,
.restart_pass_form .login_with {
	text-transform: uppercase;
	color: #fff;
	font-family: Montserrat-SemiBold;
	font-size: 14px;
	width: 100%;
	display: block;
	margin: 0!important;
	padding: 10px 0!important;
	text-align: center
}

.login_form .facebook,
.new_pass_form .facebook,
.restart_pass_form .facebook {
	margin-top: 20px!important;
	background: #4267b2;
	text-decoration: none;
	padding: 5px 0!important
}

.login_form .facebook {
	padding: 10px !important;
}

.login_form .gmail,
.new_pass_form .gmail,
.restart_pass_form .gmail {
	margin-top: 10px!important;
	margin-bottom: 20px!important;
	background: #ED7C5A;
	text-decoration: none
}

.login_form form,
.new_pass_form form,
.restart_pass_form form {
	margin-top: 20px;
	width: 100%;
	border: none;
	display: block
}

.login_form form label,
.new_pass_form form label,
.restart_pass_form form label {
	display: block;
	margin-top: 10px;
	font-family: Roboto-Regular;
	font-size: 12px;
	color: #000;
	margin-bottom: 5px;
	text-transform: uppercase
}

.login_form form input,
.new_pass_form form input,
.restart_pass_form form input {
	width: 100%;
	background: #EBEBEB;
	padding: 12px 10px;
	border: none;
	border-radius: 0
}

.login_form form span,
.new_pass_form form span,
.restart_pass_form form span {
	font-family: Roboto-Light;
	font-size: 12px;
	color: #1072b9;
	margin-right: 5px;
	margin-top: 5px
}

.login_form form a,
.new_pass_form form a,
.restart_pass_form form a {
	margin: 0!important;
	font-family: Roboto-Light;
	font-size: 12px;
	color: #1072b9;
	text-decoration: underline!important
}

.login_form form button,
.new_pass_form form button,
.restart_pass_form form button {
	cursor: pointer;
	width: 100%;
	margin: 40px 0 0;
	background: #1072b9;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-family: Montserrat-SemiBold;
	font-size: 15px;
	padding: 10px 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	border: none
}

.login_form form .option,
.new_pass_form form .option,
.restart_pass_form form .option {
	margin-left: 0;
	margin-top: 10px!important
}

.login_form form .hidden_text,
.new_pass_form form .hidden_text,
.restart_pass_form form .hidden_text {
	font-family: Roboto-Light;
	font-size: 14px;
	color: #1072b9;
	margin-right: 5px;
	margin-top: 15px;
	margin-bottom: 0;
	opacity: 0;
	-webkit-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear
}

.login_form form .hidden_text.show,
.new_pass_form form .hidden_text.show,
.restart_pass_form form .hidden_text.show {
	opacity: 1
}

.login_form .close_login,
.login_form .close_pass_form,
.new_pass_form .close_login,
.new_pass_form .close_pass_form,
.restart_pass_form .close_login,
.restart_pass_form .close_pass_form {
	width: 15px;
	height: 15px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer
}

.login_form .close_login span,
.login_form .close_pass_form span,
.new_pass_form .close_login span,
.new_pass_form .close_pass_form span,
.restart_pass_form .close_login span,
.restart_pass_form .close_pass_form span {
	display: none
}

.login_form .close_login:before,
.login_form .close_pass_form:before,
.new_pass_form .close_login:before,
.new_pass_form .close_pass_form:before,
.restart_pass_form .close_login:before,
.restart_pass_form .close_pass_form:before {
	content: '';
	width: 13px;
	height: 2px;
	position: absolute;
	top: 7px;
	left: 0;
	background: #A4A3A3;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.login_form .close_login:after,
.login_form .close_pass_form:after,
.new_pass_form .close_login:after,
.new_pass_form .close_pass_form:after,
.restart_pass_form .close_login:after,
.restart_pass_form .close_pass_form:after {
	content: '';
	width: 13px;
	height: 2px;
	position: absolute;
	top: 7px;
	left: 0;
	background: #A4A3A3;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.ta-r {
	text-align: right
}

.mt-5 {
	margin-top: 5px
}

.mobile_search {
	display: none
}

.mobile_menu_trigger {
	display: none;
	width: 35px;
	position: relative;
	margin-right: 15px
}

.mobile_menu_trigger span {
	width: 35px;
	height: 2px;
	background: #000;
	border-radius: 30px;
	display: block;
	margin: 7px 0
}

.mobile_close_search {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 66px;
	height: 77px
}

.mobile_close_search:before {
	content: '';
	width: 24px;
	height: 2px;
	background: #A4A3A3;
	position: absolute;
	top: 36px;
	left: 20px;
	border-radius: 30px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.mobile_close_search:after {
	content: '';
	width: 24px;
	height: 2px;
	background: #A4A3A3;
	position: absolute;
	top: 36px;
	left: 20px;
	border-radius: 30px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.container_overlay {
	display: none;
	width: -webkit-calc(100% - 310px);
	width: calc(100% - 310px);
	height: 100%;
	min-height: 100vh;
	top: 0;
	right: 0;
	position: absolute;
	background: rgba(0, 0, 0, .6)
}

.menu_mobile_image {
	display: none
}

.menu_mobile_image img {
	width: 100%
}

.header_menu.active {
	left: 0
}

.active_mobile_drop {
	-webkit-transform: translateX(0)!important;
	-ms-transform: translateX(0)!important;
	transform: translateX(0)!important
}

.close_mobile_menu,
.close_mobile_submenu,
.close_mobile_submenu2 {
	display: none
}

.shadow {
	-webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, .15);
	box-shadow: 0 5px 30px rgba(0, 0, 0, .15)
}

.logo_wrapper {
	display: block;
	width: 180px;
	height: 66px
}

.logo_wrapper .header__logo {
	display: block;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../img/logo/logo_estel.svg)
}

.mob__close__trigger {
	display: none
}

#mobile_slider,
#slider {
	margin-bottom: 0;
	overflow-x: hidden
}

#mobile_slider a.mob__slide__btn,
#slider a.mob__slide__btn {
	font-family: Montserrat-SemiBold;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	background: #E8008C;
	width: 242px;
	height: 50px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 30px 160px 0 auto;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

#mobile_slider .main_slide,
#slider .main_slide {
	height: 530px;
	background-position: center center!important;
	background-size: cover;
	background-repeat: no-repeat
}

#mobile_slider .main_slide .wrapper,
#slider .main_slide .wrapper {
	padding: 20px 45px;
	height: 100%
}

#mobile_slider .main_slide .wrapper .slider_content_wrapper,
#slider .main_slide .wrapper .slider_content_wrapper {
	height: 100%
}

#mobile_slider .main_slide span,
#slider .main_slide span {
	display: block;
	font-family: Montserrat-Light;
	font-size: 60px;
	text-transform: uppercase
}

#mobile_slider .main_slide h4,
#slider .main_slide h4 {
	width: 100%;
	margin-left: 5px;
	margin-top: 30px;
	display: block;
	font-family: Roboto-Medium;
	font-size: 15px
}

#mobile_slider .main_slide p,
#slider .main_slide p {
	width: 100%;
	margin-left: 5px;
	margin-top: 10px;
	display: block;
	font-family: Montserrat-Light;
	font-size: 15px;
	line-height: 1.5
}

#mobile_slider .main_slide img,
#slider .main_slide img {
	margin-top: 60px
}

#second_slider {
	margin-top: 30px;
}

#second_slider .wrapper {
	padding: 0 15px
}

#second_slider .second_slider_container {
	width: 100%
}

#second_slider .second_slider_container .second_slide_item {
	position: relative;
	width: 305px;
	/*height: 190px;*/
	overflow: hidden;
	background-size: cover!important;
	background-repeat: no-repeat!important;
	background-position: left top!important;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	outline: 0;
	text-decoration: none;
}

#second_slider .second_slider_container .second_slide_item img {
	-o-object-fit: cover!important;
	object-fit: cover!important;
	width: 100%
}

#second_slider .second_slider_container .second_slide_item .slide_text {
	position: relative;
	width: 100%;
	display: block;
	padding: 10px;
    padding-right: 35px;
    font-family: Montserrat-SemiBold;
    font-size: 15px;
	color: #fff;
	text-align: left;
	background-color: #ebebeb; 
	color: #000000;
}

#second_slider .second_slider_container .second_slide_item .slide_text::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(-45deg);
    width: 10px;
    height: 10px;
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
}

.green {
	background-color: #4EB866
}

.blue {
	background-color: #1DB6D4
}

.light_blue {
	background-color: #1072b9
}

.pink {
	background-color: #E8008C
}

.purple {
	background-color: #3E3675
}

.mandy {
	background-color: #E14B4B
}

.yellow {
	background-color: #E8DB36;
	color: #000!important
}

.slick-slide {
	margin: 0 5px
}

.slick-list {
	margin: 0 -5px
}

.slick-slide img {
	max-width: 100%
}

.slider_left {
	z-index: 999;
	position: absolute;
	top: -webkit-calc(50% - 9px);
	top: calc(50% - 9px);
	left: -5px;
	cursor: pointer
}

.slider_left svg {
	width: 18px;
	height: 18px;
	fill: #000;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.slider_right {
	z-index: 999;
	position: absolute;
	top: -webkit-calc(50% - 9px);
	top: calc(50% - 9px);
	right: -5px;
	cursor: pointer
}

.slider_right svg {
	width: 18px;
	height: 18px;
	fill: #000;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

#second_slider .slider_left {
	left: -5px
}

#second_slider .slider_right {
	right: -5px
}

.prev {
	position: absolute;
	top: -300px;
	left: 0;
	z-index: 999;
	width: 35px;
	height: 35px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: #ACD6E0;
	border-radius: 50%;
	cursor: pointer;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.prev svg {
	width: 18px;
	height: 18px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	fill: #fff
}

.next {
	position: absolute;
	top: -300px;
	right: 0;
	z-index: 999;
	width: 35px;
	height: 35px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: #ACD6E0;
	border-radius: 50%;
	cursor: pointer;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.next svg {
	width: 18px;
	height: 18px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	fill: #fff
}

.slider_content_wrapper {
	border: 3px solid #fff;
	padding: 40px 25px 20px;
	position: relative
}

.slide_image_container {
	width: 100%
}

#mobile_slider {
	display: none
}

#mobile_slider .main_slide {
	height: 270px;
	background-position: center top!important
}

#mobile_slider .main_slide .wrapper {
	padding: 0
}

#mobile_slider .slider_content_wrapper {
	height: 270px;
	padding: 15px
}

#mobile_slider .slider_content_wrapper span {
	font-size: 45px;
	max-width: 500px
}

#mobile_slider .slider_content_wrapper img {
	margin: 0
}

#mobile_slider .slider_content_wrapper h4 {
	margin-top: 20px;
	font-size: 18px
}

#mobile_slider .slider_content_wrapper p {
	margin-top: 15px;
	font-size: 16px;
	max-width: 350px
}

.mobile_slide_image_container {
	width: 206px;
	height: 139px;
	position: absolute;
	bottom: 5px;
	right: 5px
}

.mobile_slide_image_container img {
	display: block;
	width: 100%
}

#mobile_slider a {
	width: 100%;
	height: 100%;
	margin: 0;
	background-color: transparent
}

#mobile_slider .main_slide {
	width: 100%
}

.product {
	margin-top: 70px
}

.product * {
	outline: 0!important
}

.product h2 {
	font-family: Montserrat-SemiBold;
	font-size: 30px;
	color: #000;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 30px
}

.product h3 {
	font-family: Roboto-Light;
	font-size: 15px;
	color: #A4A3A3;
	width: 100%;
	text-align: center;
	margin-bottom: 3px
}

.product.recent_viewed {
	margin-top: 50px
}

.product.recent_viewed .wrapper {
	padding-top: 30px;
	border-top: 1px solid #EBEBEB
}

.product.recent_viewed .wrapper.border-0 {
	border: 0;
	padding-top: 0;
}

.show_all_products {
	margin-top: 20px;
	width: 100%;
	text-align: center
}

.show_all_products a {
	font-family: Montserrat-Regular;
	font-size: 12px;
	text-transform: uppercase;
	color: #267EBE;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.products_container {
	margin-top: 30px
}

.products_container .slick-dots li {
	width: 30px;
}
 
.products_container .slick-dots li button {
	width: 30px;
	border-radius: 30px;
	background-color: #ccc;
}

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

.products_container .slick-dots li button:focus, 
.products_container .slick-dots li button:hover,
.products_container .slick-dots li.slick-active button {
	background-color: #555;
}

.slick-list {
	outline: 0!important
}

.product_wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: 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;
	text-decoration: none;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	padding: 40px 0 20px;
	position: relative;
	border: 1px solid transparent;
	outline: 0
}

.product_wrapper.out-of-stock .product_image_container {
	opacity: 0.3;
	filter: grayscale(1);
}


.product_wrapper .product_image_container {
	width: 100%;
	min-height: 300px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 2
}

.product_wrapper .product_image_container .promo_container {
	top:  unset;
	bottom: 35px;
	width: auto;
}

.product_img_wrap {
	position: relative;
	width: 100%;
}

.product_wrapper h3 {
	width: 100%;
	font-family: Roboto-Light;
	font-size: 16px;
	color: #A4A3A3;
	text-align: center;
	margin-bottom: 10px
}

.product_wrapper .product_short_description,
.product_wrapper p {
	text-align: center;
	padding: 0 20px;
	width: 100%;
	font-family: Roboto-Light;
	font-size: 15px;
	color: #000;
	line-height: 1.4;
	min-height: 60px;
	max-height: 60px;
	overflow: hidden
}

.product_wrapper .promo_price {
	margin-top: 25px;
	min-height: 44px;
	display: block;
	text-align: center;
	width: 100%;
	font-family: Montserrat-SemiBold;
	font-size: 16px;
	color: #E8008C
}

.product_wrapper .promo_price .prp {
	color: #A4A3A3;
}

.product_wrapper .promo_price strong {
	color: #A4A3A3;
	display: inline-block
}

.product_wrapper .product_price {
	min-height: 44px;
	margin-top: 25px;
	display: block;
	text-align: center;
	width: 100%;
	font-family: Montserrat-SemiBold;
	font-size: 16px;
	color: #000
}

.product_wrapper .product_stock {
	margin: 0 0 20px;
	text-align: center;
	display: block;
	width: 100%;
	font-family: Roboto-Light;
	font-size: 13px;
	color: #1bb551;
	opacity: 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.product_wrapper .product_stock.red {
	color: #E8008C
}

.product_wrapper .product_stock.middle_stock {
		color: #ff9900;
}

.product_wrapper .promo {
	position: absolute;
	left: 0;
	top: 0;
}

.product_wrapper .promo_percent {
	position: absolute;
	left: 0;
	top: 23px;
}

.product_wrapper .promo_container {
	width: 52px;
	height: 20px;
	font-family: Roboto-Bold;
	border-radius: 23px;
	padding: 5px 10px;
	min-width: 64px;
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 3;
}

.product_wrapper .product_new {
	position: absolute;
	left: 0;
	top: 0
}

.product_wrapper .product_favorite {
	width: 36px;
	height: 36px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: #EBEBEB;
	border-radius: 50%;
	position: absolute;
	top: 28px;
	right: 8px;
	z-index: 3;
	cursor: pointer
}

.product_wrapper .product_favorite svg {
	width: 20px;
	height: 20px;
	fill: #fff;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s
}

.product_wrapper .product_watch {
	cursor: pointer;
	width: 36px;
	height: 36px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: #EBEBEB;
	border-radius: 50%;
	position: absolute;
	top: 69px;
	right: 8px;
	opacity: 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	z-index: 3
}

.product_wrapper .product_watch svg {
	width: 20px;
	height: 20px;
	fill: #267EBE;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}


.product_img_wrap .product_fav_mob {
	position: absolute !important;
    top: unset;
    right: 10px;
    bottom: 10px;
    margin: 0 !important;
    display: none !important;
}

.add_to_basket {
	cursor: pointer;
	border: 2px solid transparent;
	margin: 0 auto;
	background: #1072b9;
	width: 210px;
	height: 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-transform: uppercase;
	font-family: Montserrat-Regular;
	font-size: 14px;
	color: #fff;
	opacity: 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	text-decoration: none;
	border-radius: 2px;
}

.product_favorite .active {
	fill: #E8008C!important
}

#parteners {
	margin-top: 70px;
	background: url(../img/parteners_bg.png) center top no-repeat;
	font-family: Roboto-Regular;
	font-size: 25px;
	color: #fff;
	width: 100%;
	text-align: center;
	line-height: 1.2
}

#parteners h2 {
	font-family: Montserrat-Bold;
	font-size: 50px;
	color: #fff;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	padding: 70px 0 30px
}

#parteners h3 {
	font-family: Roboto-Bold;
	font-size: 50px;
	text-transform: uppercase;
	color: #fff;
	width: 100%;
	text-align: center;
	padding: 70px 0
}

#parteners .slick-initialized .slick-slide {
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	outline: 0;
	padding: 15px
}

#parteners .slick-initialized .slick-center {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .4s;
	-o-transition: transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s;
	position: relative
}

#parteners .slick-initialized .slick-center:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 99%;
	height: 97%;
	border: 3px solid #fff
}

#parteners .slick-initialized .slick-center button {
	opacity: 1;
	visibility: visible
}

.find_more {
	width: 100%;
	text-align: center;
	margin: 30px 0
}

.find_more a {
	font-family: Roboto-Medium;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.register {
	width: 242px;
	height: 50px;
	border: 3px solid #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto 30px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	cursor: pointer
}

.register a {
	text-decoration: none
}

.register span {
	font-family: Montserrat-SemiBold;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase
}

.register:hover {
	border: 3px solid #000;
	background: #000
}

.parteners_video_wrapper {
	margin-top: 40px;
	overflow: hidden
}

.parteners_video_wrapper .video_block {
	position: relative
}

.parteners_video_wrapper .video_block img {
	width: 100%
}

.parteners_video_wrapper .video_block button {
	cursor: pointer;
	position: absolute;
	top: -webkit-calc(50% - 55px);
	top: calc(50% - 55px);
	left: -webkit-calc(50% - 55px);
	left: calc(50% - 55px);
	width: 110px;
	height: 110px;
	background: url(../img/play-button.png) center center no-repeat;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .3);
	box-shadow: 0 0 20px rgba(0, 0, 0, .3);
	z-index: 2;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	opacity: 0;
	visibility: hidden;
	outline: 0;
	border: none
}

#inspiration {
	overflow-x: hidden;
	-webkit-box-shadow: 0 8px 40px rgba(0, 0, 0, .4);
	box-shadow: 0 8px 40px rgba(0, 0, 0, .4)
}

#inspiration div {
	outline: 0
}

#inspiration div img {
	width: 100%;
	height: 100%;
	height: 260px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}

#inspiration .slick-list {
	margin: 0
}

#inspiration .slick-slide {
	margin: 0;
	height: 260px
}

#offers h2 {
	font-family: Montserrat-SemiBold;
	font-size: 30px;
	color: #000;
	text-transform: uppercase;
	margin: 70px 0;
	width: 100%;
	text-align: center
}

.offers_container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.offers_container .offers_block {
	width: -webkit-calc(48% - 34px);
	width: calc(48% - 34px);
	margin: 0 22.5px;
	background: #F1EFEF;
	padding: 22px 15px 60px;
	position: relative;
	text-decoration: none
}

.offers_container .offers_block img {
	width: 100%
}

.offers_container .offers_block:before {
	content: '';
	width: -webkit-calc(100% - 6px);
	width: calc(100% - 6px);
	height: -webkit-calc(100% - 6px);
	height: calc(100% - 6px);
	position: absolute;
	top: -12px;
	left: 15px;
	border: 3px solid #000;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.offers_container .offers_block span {
	font-family: Montserrat-Bold;
	font-size: 25px;
	color: #000;
	width: 100%;
	padding: 10px 18px;
	display: block
}

.offers_container .offers_block p {
	font-family: Roboto-Light;
	font-size: 16px;
	color: #000;
	padding: 15px 18px;
	line-height: 1.3
}

.look_products {
	background: #F1EFEF;
	border: 3px solid #000;
	font-family: Montserrat-SemiBold;
	font-size: 18px;
	color: #000;
	text-transform: uppercase;
	position: absolute;
	bottom: -10px;
	left: -webkit-calc(50% - 141px);
	left: calc(50% - 141px);
	margin: 0
}

#promo_products {
	margin-top: 70px
}

#promo_products h2 {
	font-family: Montserrat-SemiBold;
	font-size: 30px;
	color: #000;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 20px
}

#promo_products h3 {
	font-family: Roboto-Light;
	font-size: 15px;
	color: #A4A3A3;
	width: 100%;
	max-width: 730px;
	margin: 0 auto 3px;
	text-align: center
}

#events {
	background: url(../img/events_bg.png) center top no-repeat;
	margin-top: 70px;
	padding-bottom: 54px
}

#events .events_svg {
	padding-top: 70px;
	padding-bottom: 30px;
	margin: 0 auto;
	text-align: center
}

#events .events_svg svg {
	width: 80px;
	height: 80px;
	fill: #fff
}

#events h2 {
	font-family: Montserrat-Bold;
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	margin-bottom: 30px
}

#events p {
	font-family: Roboto-Regular;
	font-size: 25px;
	color: #fff;
	width: 100%;
	text-align: center;
	line-height: 1.2
}

#events .show_all_products {
	margin-top: 70px
}

.events_items_container {
	margin-top: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	overflow-y: auto;
	padding-bottom: 50px;
	padding-top: 20px
}

.events_items_container .event_block {
	min-width: 306px;
	display: block;
	margin-right: 40px;
	position: relative;
	text-decoration: none
}

.events_items_container .event_block img {
	width: 100%
}

.events_items_container .event_block:before {
	content: '';
	width: -webkit-calc(100% - 6px);
	width: calc(100% - 6px);
	height: -webkit-calc(100% - 6px);
	height: calc(100% - 6px);
	position: absolute;
	top: -12px;
	left: 15px;
	border: 3px solid #fff;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.events_items_container .event_block .event_button {
	width: 216px;
	height: 45px;
	border: 3px solid #1072b9;
	font-family: Montserrat-SemiBold;
	font-size: 16px;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 2px;
	background: #EBEBEB;
	position: absolute;
	bottom: -9px;
	left: -webkit-calc(50% - 108px);
	left: calc(50% - 108px);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.event_date {
	width: 70px;
	height: 90px;
	position: absolute;
	top: 0;
	left: 38px;
	background: rgba(0, 0, 0, .3);
	color: #fff;
	font-family: Montserrat-Regular;
	font-size: 14px;
	text-transform: uppercase;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 0
}

.event_date strong {
	font-family: Montserrat-SemiBold;
	font-size: 40px;
	color: #fff;
	display: block
}

.event_description {
	background: #EBEBEB;
	min-height: 237px;
	padding: 40px 30px;
	max-width: 306px;
	text-decoration: none;
	margin-top: -3px;
	position: relative
}

.event_description h3 {
	font-family: Montserrat-SemiBold;
	font-size: 15px;
	color: #000;
	text-transform: uppercase
}

.event_description span {
	display: block;
	margin: 20px 0;
	font-family: Roboto-Light;
	font-size: 14px;
	color: #000
}

.event_description span strong {
	margin-left: 5px;
	font-family: Montserrat-SemiBold;
	font-size: 14px;
	color: #000
}

.event_description .event_adress {
	padding-left: 15px;
	width: 100%;
	position: relative
}

.event_description .event_adress p {
	font-family: Roboto-Medium!important;
	font-size: 14px!important;
	color: #0072bc!important;
	margin: 0!important;
	padding: 0!important;
	text-align: left!important
}

.event_description .event_adress span {
	font-family: Roboto-Medium!important;
	font-size: 11px!important;
	color: #000!important;
	margin: 0
}

.event_description .event_adress svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 13px;
	height: 13px;
	fill: #0072bc
}

.event_description h4 {
	margin-top: 25px;
	margin-bottom: 10px;
	font-family: Montserrat-Regular;
	font-size: 11px;
	color: #000;
	text-decoration: underline
}

.event_description .event_highlight {
	position: absolute;
	top: -15px;
	left: 23px;
	width: 130px;
	height: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: Montserrat-Light;
	font-size: 13px;
	color: #fff
}

#ascrail2000-hr {
	border-radius: 5px;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	overflow: hidden
}

#news h2 {
	font-family: Montserrat-SemiBold;
	font-size: 30px;
	color: #000;
	text-transform: uppercase;
	margin: 70px 0;
	width: 100%;
	text-align: center
}

.news_wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.news_block {
	width: -webkit-calc(33% - 15px);
	width: calc(33% - 15px);
	padding: 13px 13px 50px;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .4);
	box-shadow: 0 0 15px rgba(0, 0, 0, .4);
	border: 2px solid transparent;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	text-decoration: none
}

.news_block .news_image_container img {
	width: 100%
}

.news_block h3 {
	margin-top: 20px;
	font-family: Montserrat-SemiBold;
	font-size: 18px;
	color: #1072b9;
	line-height: 1.3
}

.news_block p {
	margin-top: 20px;
	font-family: Roboto-Light;
	font-size: 15px;
	color: #000;
	line-height: 1.2;
	min-height: 36px
}

.news_block .read_more {
	margin: 20px 0 0;
	border: 3px solid #1072b9;
	color: #000;
	font-family: Montserrat-Regular;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 2px;
	letter-spacing: 2px
}

.date_and_likes {
	margin-top: 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.date_and_likes span {
	font-family: Roboto-Regular;
	font-size: 12px;
	color: #000
}

.likes {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.likes .likes_block {
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end
}

.likes .likes_block span {
	font-family: Roboto-Regular;
	font-size: 12px;
	color: #1072b9
}

.likes .likes_block svg {
	margin-right: 5px;
	width: 15px;
	height: 15px;
	fill: #1072b9
}

.likes .likes_block:last-child {
	margin-left: 10px
}

#brands {
	padding-bottom: 50px
}

#brands h2 {
	font-family: Montserrat-Bold;
	font-size: 30px;
	color: #000;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	padding: 70px 0
}

.brands_wrapper {
	background: #F1EFEF
}

.brands_container .slick-slide {
	outline: 0
}

.brands_container .slick-track {
	display: -webkit-box!important;
	display: -webkit-flex!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px 0
}

.brands_container .brand_slide {
	text-decoration: none;
	color: #1072b9;
	font-family: Montserrat-Bold;
	font-size: 20px;
	outline: 0;
	height: 150px;
	display: -webkit-box!important;
	display: -webkit-flex!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	cursor: pointer;
	margin: 0 auto
}

#follow {
	text-align: center
}

#follow h2 {
	font-family: Montserrat-Bold;
	font-size: 30px;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	margin: 70px auto;
	position: relative;
	padding-left: 40px;
	display: inline-block;
	width: auto
}

#follow h2:before {
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/instagram_colour.svg) center center no-repeat
}

.follow_container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.follow_block {
	width: -webkit-calc(100% / 5);
	width: calc(100% / 5);
	display: inherit;
	position: relative;
	overflow: hidden
}

.follow_block .follow__image {
	width: 100%;
	padding-top: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.follow_block .likes {
	opacity: 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	position: absolute;
	top: -webkit-calc(50% - 7.5px);
	top: calc(50% - 7.5px);
	left: 0;
	width: 100%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 3
}

.follow_block .likes span {
	color: #fff
}

.follow_block .likes svg {
	fill: #fff
}

.follow_block:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
	opacity: 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	z-index: 2
}

#advantages h2 {
	font-family: Montserrat-SemiBold;
	font-size: 30px;
	color: #000;
	text-transform: uppercase;
	margin: 70px 0 30px;
	width: 100%;
	text-align: center
}

#advantages.advantages_promo h2 {
	margin: 30px 0 30px;
}

.advantages_container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 140px
}

.advantages_container .advantages_block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: -webkit-calc(25% - 30px);
	width: calc(25% - 30px);
	text-align: center;
	padding-top: 40px
}

.advantages_container .advantages_block .advantages_svg {
	width: 100%;
	text-align: center
}

.advantages_container .advantages_block .advantages_svg svg {
	width: 70px;
	height: 70px;
	fill: #2D83C1
}

.advantages_container .advantages_block h3 {
	min-height: 34px;
	width: 100%;
	font-family: Montserrat-SemiBold;
	font-size: 17px;
	color: #000;
	margin-top: 30px;
	padding: 0 10px
}

.advantages_container .advantages_block p {
	min-height: 30px;
	margin-top: 10px;
	width: 100%;
	font-family: Roboto-Light;
	font-size: 15px;
	color: #000
}

.advantages_description {
	background: #F1EFEF;
	margin: 20px 60px 0;
	padding: 0 50px 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
	box-shadow: 0 0 15px rgba(0, 0, 0, .3)
}

.advantages_description h2 {
	margin: 0!important;
	padding: 70px 0;
	line-height: 1.3
}

.advantages_description .description_text {
	width: -webkit-calc(100% - 400px);
	width: calc(100% - 400px)
}

.advantages_description .description_text p {
	margin-bottom: 30px;
	font-family: Roboto-Light;
	font-size: 19px;
	color: #000
}

.advantages_description .description_text .more_about {
	width: 100%;
	text-align: right
}

.advantages_description .description_text .more_about a {
	font-family: Roboto-Regular;
	font-size: 17px;
	color: #000
}

.description_image {
	position: relative
}

.description_image:before {
	content: '';
	border: 2px solid #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	top: -12px;
	left: -12px
}

footer {
	margin-top: 30px
}

.footer_form {
	background: #1072b9;
	padding: 30px 0;
	text-align: center
}

.footer_form .footer_form_container {
	/*padding: 0 180px;*/
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.footer_form .form_wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 800px
}

.footer_form p {
	font-family: Roboto-Light;
	font-size: 15px;
	color: #fff;
	text-align: left;
	width: 40%;
	/*margin-bottom: 10px*/
}

.footer_form form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border: 2px solid #fff;
	height: 44px;
	border-radius: 2px;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}

.footer_form form input {
	width: -webkit-calc(100% - 160px);
	width: calc(100% - 160px);
	padding-left: 20px;
	font-family: Roboto-Light;
	font-size: 15px;
	color: #A4A3A3;
	height: 100%;
	border: none;
	outline: 0;
	border-radius: 0!important
}

.footer_form form button {
	cursor: pointer;
	width: 160px;
	height: 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: Montserrat-Regular;
	font-size: 14px;
	color: #fff;
	border-radius: 2px;
	text-transform: uppercase;
	background: #1072b9;
	outline: 0;
	border: 2px solid #1072b9;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.footer_menu {
	background: #262b30;
	padding: 30px 0
}

.footer_menu_container {
	/*padding: 0 150px;*/
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.footer_menu_container .footer_menu_block {
	width: -webkit-calc(25% - 30px);
	width: calc(25% - 30px)
}

.footer_menu_container .footer_menu_block h4 {
	font-family: Montserrat-Regular;
	font-size: 16px;
	color: #ccc;
	text-transform: uppercase;
	margin-bottom: 30px
}

.footer_menu_container .footer_menu_block h4 a {
	color: inherit;
}

.footer_menu_container .footer_menu_block ul li {
	margin: 2px 0
}

.footer_menu_container .footer_menu_block ul.socials_links li {
	margin: 0 20px 0 0 !important;
}

.footer_socials_block {
	color: #fff;
	font-size: 15px;
	margin-top: 20px;
}

.footer_socials_block p {
	margin-bottom: 5px;
}

.footer_menu_container .footer_menu_block ul.socials_links {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.footer_menu_container .footer_menu_block ul li a {
	font-family: Montserrat-Light;
	font-size: 12px;
	color: #ccc;
	text-decoration: none;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	line-height: 2;
}

.footer_phone {
	display: block;
	font-family: Montserrat-SemiBold;
	font-size: 28px;
	color: #1072b9;
	margin-bottom: 20px;
	text-decoration: none;
	white-space: nowrap
}

.footer_email {
	font-family: Montserrat-Light;
	font-size: 15px;
	color: #ccc;
	text-decoration: none
}

.footer_rights {
	background: #EBEBEB;
	padding: 8px 0
}

.footer_rights_container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.footer_rights_block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.footer_socials_block .socials_links li svg {
	fill: currentColor;
}

.footer_rights_block img {
	margin: 0 5px
}

.footer_rights_block p {
	font-family: Roboto-Light;
	font-size: 12px;
	color: #000
}

.webit_logo {
	display: block;
	width: 57px;
	height: 22px;
	background: url(../img/webit_logo.png) center -25px no-repeat;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.toggle_pseudo:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.logo_wrapper .header__logo.footer {
	background-image: url(../img/logo/logo_estel_white.svg)
}

#drop_down,
#main__drop_down {
	position: absolute;
	top: -webkit-calc(100% + 1px);
	top: calc(100% + 1px);
	left: 0;
	z-index: 1001;
	background: #F6F5F5;
	width: 1300px;
	display: none
}

.drop_main_links {
	width: 270px;
	-webkit-box-shadow: 5px 0 20px -5px rgba(0, 0, 0, .3);
	box-shadow: 5px 0 20px -5px rgba(0, 0, 0, .3);
	background: #fff;
	min-height: 500px
}

.drop_main_links li {
	position: initial!important
}

.drop_main_links li a {
	width: 100%;
	margin-left: 10px;
	padding: 17.5px 0;
	display: block;
	font-family: Roboto-Medium;
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	position: relative
}

.drop_main_links li a:after {
	content: '';
	position: absolute;
	top: -webkit-calc(50% - 7.5px);
	top: calc(50% - 7.5px);
	right: -5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 0 7.5px 5px;
	border-color: transparent transparent transparent #fff;
	z-index: 10001;
	opacity: 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.drop_main_links li:before {
	display: none!important
}

.drop_main_links li:not(:last-child) {
	border-bottom: 1px solid #EBEBEB
}

.drop_sub_menu {
	position: absolute;
	top: 0;
	left: 270px;
	padding: 20px 410px 20px 35px;
	width: -webkit-calc(100% - 270px);
	width: calc(100% - 270px);
	height: 100%;
	max-height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	opacity: 0;
	visibility: hidden;
	overflow-y: auto
}

.drop_sub_menu .drop_down_first {
	width: 50%
}

.category_item .category_title a {
	padding: 0!important;
	margin: 0 0 20px;
	font-family: Roboto-Medium!important;
	font-size: 16px!important
}

.category_item a {
	padding: 0!important;
	margin: 0 0 20px!important;
	font-family: Roboto-Light!important;
	font-size: 14px!important;
	text-transform: none!important;
	color: #000!important
}

.category_item a:after {
	display: none!important
}

.drop_image_with_description {
	position: absolute;
	top: 0;
	height: 100%;
	padding-right: 15px;
	right: 0;
	max-width: 390px;
	padding-bottom: 15px
}

.drop_image_with_description * {
	margin-top: 25px;
	font-family: Roboto-Light;
	font-size: 15px;
	color: #000;
	line-height: 1.2
}

.drop_image_wrapper {
	width: 100%;
	height: 380px;
	background-size: cover!important
}

.drop_image_wrapper img {
	width: 100%
}

.toggle_overlay {
	display: block
}

.header__toggle__drop.second__dropdown {
	position: relative
}

.header__toggle__drop.second__dropdown #drop_down {
	width: 270px;
	background-color: transparent;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.header__toggle__drop.second__dropdown #drop_down .drop_main_links li a:after {
	display: none
}

.header__toggle__drop.second__dropdown .see__all__drop a {
	font-family: Roboto-Light;
	font-size: 14px;
	color: #181818;
	text-align: center;
	margin: 0;
	text-decoration: underline
}

.basket,
.wishlist {
	width: 440px;
	background: #fff;
	height: 100vh;
	max-height: 100vh;
	overflow-y: auto;
	position: fixed;
	right: 0;
	top: 40px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	z-index: 10008;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	padding: 35px;
	-webkit-transform: translateX(102%);
	-ms-transform: translateX(102%);
	transform: translateX(102%)
}

.basket h3,
.wishlist h3 {
	font-family: Montserrat-SemiBold;
	font-size: 14px;
	text-transform: uppercase;
	color: #e8008c;
	margin-bottom: 20px
}

.basket h5,
.wishlist h5 {
	text-transform: uppercase;
	font-family: Roboto-Bold;
	font-size: 19px;
	color: #0072bc
}

.basket h5 strong,
.wishlist h5 strong {
	margin-left: 2px;
	color: #a4a3a3;
	text-decoration: line-through
}

.basket_item {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 20px 0
}

.basket_item .item_image {
	-ms-flex-negative: 0;
    flex-shrink: 0;
	width: 60px;
	height: 120px;
	background-size: contain!important;
	background-position: center center!important;
	background-repeat: no-repeat!important
}

.basket_item .item_description {
	width: 200px;
	margin-left: 15px
}

.basket_item .item_description p,
.basket_item .item_description a {
	font-family: Roboto-Light;
	font-size: 13px;
	color: #000;
	text-decoration: none;
	line-height: 1.2
}

.basket_item .item_description h4 {
	font-family: Roboto-Regular;
	font-size: 19px;
	color: #e8008c;
	margin-bottom: 30px
}

.basket_item .item_description .basket_item_delete {
	position: absolute;
	top: 20px;
	right: 0;
	cursor: pointer;
	
}

.basket_item .item_description .basket_item_delete svg {
	    -webkit-transition: 0.4s fill ease;
    -o-transition: 0.4s fill ease;
    transition: 0.4s fill ease;
}

.basket_item .item_description .basket_item_delete:hover svg {
    fill: #0072bc;
}

.basket_item:not(:last-child) {
	border-bottom: 1px solid #EBEBEB
}

.open_basket {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

.close_basket {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 31px;
	right: 35px;
	cursor: pointer
}

.close_basket:before {
	content: '';
	width: 18px;
	height: 2px;
	position: absolute;
	top: 9px;
	left: 1px;
	background: #A4A3A3;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.close_basket:after {
	content: '';
	width: 18px;
	height: 2px;
	position: absolute;
	top: 9px;
	left: 1px;
	background: #A4A3A3;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.basket_on_top {
	top: 0!important
}

.final_price_topay {
	margin-top: 30px;
	text-align: center
}

.final_price_topay h5 {
	text-align: left;
	margin-bottom: 5px
}

.final_price_topay p {
	font-family: Roboto-Medium;
	font-size: 12px;
	text-transform: uppercase;
	color: #181818;
	text-align: center;
	margin: 30px auto 0;
	display: inline-block
}

.see_basket {
	min-width: 250px;
	display: inline-block;
	padding: 15px 10px;
	background: #E8008C;
	text-transform: uppercase;
	color: #fff;
	font-family: Montserrat-SemiBold;
	text-decoration: none
}

.submit_container {
	margin-top: 15px
}

.number-input {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 10px 0
}

.number-input button {
	width: 25px;
	height: 25px;
	border: none;
	background: 0 0;
	padding: 0;
	line-height: 1;
	outline: 0;
	cursor: pointer;
	font-size: 25px;
	font-family: Roboto-Light
}

.number-input input[type=number] {
	font-family: Roboto-Medium;
	max-width: 25px;
	max-height: 25px;
	border: 1px solid #EBEBEB;
	text-align: center;
	-moz-appearance: textfield;
	-webkit-appearance: none;
	font-size: 14px;
	border-radius: 0;
	padding: 0
}

.number-input span {
	margin-left: 15px;
	font-family: Roboto-Bold;
	font-size: 13px;
	color: #000;
	text-transform: uppercase;
	line-height: 1.2
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none!important;
	-moz-appearance: textfield!important
}

.wishlist .basket_item p,
.wishlist .basket_item .item_description a {
	display: block;
	margin-bottom: 10px
}

.wishlist .final_price_topay a {
	font-family: Roboto-Medium;
	font-size: 12px;
	text-transform: uppercase;
	color: #181818;
	text-align: center;
	margin: 30px auto 0;
	display: inline-block
}

.empty__wrapper {
	text-align: center
}

.empty__wrapper .empty__icon {
	width: 100%;
	text-align: center
}

.empty__wrapper .empty__icon svg {
	width: 70px;
	height: 60px;
	fill: #EBEBEB
}

.empty__wrapper .empty__description {
	font-family: Roboto-Light;
	font-size: 12px;
	color: #1072b9;
	margin: 20px 0
}

.empty__wrapper .empty__link {
	display: inline-block;
	font-family: Montserrat-SemiBold;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #E8008C;
	padding: 11.5px 10px;
	margin: 0
}

.register_drop_information {
	background: url(../img/register_bg.png) center top/cover no-repeat;
	padding-bottom: 30px;
	text-align: center
}

.register_drop_information h1 {
	font-family: Montserrat-SemiBold;
	font-size: 31px;
	color: #fff;
	padding: 35px 0;
	margin: 0;
	text-align: left
}

.register_drop_information * {
	font-family: Roboto-Light;
	font-size: 19px;
	color: #fff;
	line-height: 1.3;
	margin-bottom: 5px
}

.register_drop_information ul li:before {
	content: '- '
}

.benefits_content {
	display: none;
	margin: 0;
	padding-bottom: 20px
}

.toggle_benefits {
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	position: relative;
	color: #fff
}

.toggle_benefits:before {
	content: '';
	width: 8px;
	height: 8px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	bottom: -10px;
	left: -webkit-calc(50% - 4px);
	left: calc(50% - 4px);
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.active_benefits:before,
.toggle_benefits.active_text:before {
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
	bottom: -15px
}

.register_form_container h2 {
	text-align: left;
	font-family: Montserrat-SemiBold;
	font-size: 20px;
	color: #000;
	margin: 30px 0
}

.before_register {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-bottom: 1px solid #ECECEC
}

.before_register_mob_title {
	display: none
}

.tabs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: -1px
}

.tabs .tab {
	cursor: pointer;
	position: relative;
	border: 1px solid #EBEBEB;
	padding: 10px 20px 10px 40px
}

.tabs .tab * {
	font-family: Montserrat-Regular;
	font-size: 20px
}

.tabs .checked {
	width: 16px;
	height: 16px;
	padding: 1px;
	border: 1px solid #1072b9;
	border-radius: 50%;
	position: absolute;
	top: -webkit-calc(50% - 8px);
	top: calc(50% - 8px);
	left: 20px
}

.tab.active {
	background-color: #E3EFF7
}

.tab.active .checked {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.tab.active .checked:before {
	content: '';
	width: 10px;
	height: 10px;
	background-color: #1072b9;
	border-radius: 50%;
	display: block
}

.check_if_registered {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.check_if_registered * {
	font-family: Montserrat-Light;
	font-size: 17px;
	color: #000;
	text-decoration: none;
	text-transform: none
}

.toggle_popup {
	cursor: pointer;
	margin-left: 30px;
	background-color: #1072b9;
	font-family: Montserrat-SemiBold;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 20px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.toggle_popup * {
	font-family: Montserrat-SemiBold;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase
}

.fixed_login_popup {
	width: 100%;
	min-height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	z-index: 1002;
	overflow-y: auto;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s
}

.fixed_login_popup .fixed_overlay {
	width: 100%;
	min-height: 100vh;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .3);
	z-index: 1003;
	cursor: pointer;
	opacity: 0;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s
}

.fixed_login_popup .login_form,
.fixed_login_popup .restart_pass_form {
	visibility: hidden;
	display: block;
	z-index: 1004;
	top: -webkit-calc(50% - 222.5px);
	top: calc(50% - 222.5px);
	left: -webkit-calc(50% - 140px);
	left: calc(50% - 140px);
	opacity: 0;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s
}

.fixed_login_popup .login_form {
	top: 50%;
	left: 50%;
}

.fixed_login_popup .login_form.active,
.fixed_login_popup .restart_pass_form.active {
	visibility: visible;
	opacity: 1
}

.active_popup {
	opacity: 1;
	visibility: visible
}

.active_popup .fixed_overlay {
	opacity: 1
}

.tab_content .tab_item {
	display: none;
	-webkit-animation: fadeEffect 1s;
	animation: fadeEffect 1s
}

.tab_content .tab_item form {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 70px auto 0;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.tab_content .tab_item form h3 {
	font-family: Montserrat-SemiBold;
	font-size: 30px;
	color: #000;
	margin-bottom: 20px;
	width: 100%
}

.tab_content .tab_item form h4 {
	font-family: Roboto-Medium;
	font-size: 20px;
	color: #000;
	min-height: 20px;
	min-width: 100%
}

.tab_content .tab_item form * {
	font-family: Roboto-Light;
	font-size: 15px;
	color: #a4a3a3
}

.tab_content .tab_item form p {
	width: 100%;
	font-size: 13px;
	line-height: 1.2
}

.tab_content .tab_item form span {
	color: #1072b9;
	font-size: 13px;
	margin-top: 10px;
	width: 100%;
	margin-bottom: 30px
}

.tab_content .tab_item form label {
	width: 100%;
	margin-bottom: 2px;
	padding-left: 15px;
	margin-top: 10px
}

.tab_content .tab_item form input,
.tab_content .tab_item form select {
	border: none;
	background-color: #EBEBEB;
	width: -webkit-calc(100% - 70px);
	width: calc(100% - 70px);
	padding: 10px 15px;
	outline: 0;
	color: #000;
	font-weight: 300
}

.tab_content .tab_item form button {
	font-family: Montserrat-SemiBold;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	background-color: #1072b9;
	margin-top: 70px;
	padding: 10px 50px;
	border: none;
	outline: 0;
	cursor: pointer;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.tab_content .tab_item.active {
	display: block
}

@-webkit-keyframes fadeEffect {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes fadeEffect {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

.custom_check_boxes {
	margin-top: 15px;
	width: 100%
}

.option {
	display: block;
	margin-bottom: .5em;
	line-height: 26px;
	margin-left: 10px
}

.check {
	padding-left: 1.9em;
	color: #000!important;
	margin-top: 0!important
}

.check__input {
	position: absolute;
	width: 1px!important;
	height: 1px!important;
	overflow: hidden;
	clip: rect(0 0 0 0)
}

.check__input:checked {
  width: 1px!important;
}

.check__box {
	position: absolute;
	margin-left: -1.8em;
	width: 16px!important;
	height: 16px!important;
	overflow: hidden;
	border-radius: .02em;
	border: 2px solid #fff;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-box-shadow: 0 0 0 .1em #EBEBEB;
	box-shadow: 0 0 0 .1em #EBEBEB;
	margin-top: 4px!important
}

.check__input:checked+.check__box {
	background-image: url(../img/tick.svg)
}

.check__input:disabled+.check__box {
	-webkit-box-shadow: 0 0 0 .1em #cccccc;
	box-shadow: 0 0 0 .1em #cccccc;
	opacity: .4
}

.check__input:checked:disabled+.check__box {
	opacity: .4
}

#Layer_1 {
	fill: #fff
}

.physical {
	max-width: 710px
}

.legal {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify!important;
	-webkit-justify-content: space-between!important;
	-ms-flex-pack: justify!important;
	justify-content: space-between!important;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	max-width: 100%
}

.legal input {
	width: 100%!important
}

.legal .check__input {
  width: 1px !important;
}

.register_legal_first_part,
.register_legal_second_part {
	width: -webkit-calc(50% - 10px);
	width: calc(50% - 10px);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.register_second_sub_block {
	width: 100%
}

.register_second_sub_block label {
	display: block
}

.register_second_sub_block:not(:first-child) {
	margin-top: 45px
}

.breadcrumbs {
	margin: 20px 0 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.breadcrumbs li {
	line-height: 1.7
}

.breadcrumbs * {
	font-family: Roboto-Light;
	font-size: 13px;
	color: #a4a3a3
}

.breadcrumbs a {
	color: #1072b9;
	text-decoration: none
}

.breadcrumbs .breadcrumbs_arrow {
	margin: 0 7px
}

.breadcrumbs .breadcrumbs_arrow svg {
	width: 7px;
	height: 7px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	fill: #a4a3a3
}

.catalog_banner img {
	max-width: 100%
}

.catalog_filter {
	width: 100%;
	max-width: 290px;
	position: relative
}

.filter_title {
	cursor: pointer;
	font-family: Montserrat-Semibold;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	width: 100%;
	max-width: 290px;
	padding: 17px 0;
	text-align: center;
	background: #1072b9;
	position: relative
}

.filter_title:before {
	content: '';
	width: 8px;
	height: 8px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	position: absolute;
	top: -webkit-calc(50% - 6px);
	top: calc(50% - 6px);
	right: 10px
}

.filter_subtitle {
	cursor: pointer;
	font-family: Montserrat-Semibold;
	font-size: 16px;
	color: #000000;
	text-transform: uppercase;
	width: 100%;
	max-width: 290px;
	padding: 17px 0;
	text-align: center;
	background: #EBEBEB;
	position: relative
}

.filter_subtitle:before {
	content: '';
	width: 8px;
	height: 8px;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	position: absolute;
	top: -webkit-calc(50% - 4px);
	top: calc(50% - 4px);
	right: 10px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.filter_subtitle.active:before {
	top: -webkit-calc(50% - 8px);
	top: calc(50% - 8px);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.filter_form {
	width: 100%;
	padding: 0 8px;
	padding: 0;
	border-left: 1px solid #EBEBEB;
	border-right: 1px solid #EBEBEB;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.filter_form .one_category,
.filter_form .one_new_category,
.one_category_best {
	position: relative;
	padding-left: 8px;
	padding-right: 8px;
}

.filter_form .one_category:before {
	content: '';
	position: absolute;
	top: 27px;
	right: 5px;
	width: 12px;
	height: 2px;
	background-color: #000
}

.filter_form .one_category:after {
	content: '';
	position: absolute;
	top: 27px;
	right: 5px;
	width: 12px;
	height: 2px;
	background-color: #000;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.filter_form .one_new_category h3 span {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -5px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.filter_form .one_new_category h3 {
	position: relative;
	cursor: default;
}

.filter_form .one_new_category a {
	color: #000;
	text-decoration: none;
}

.filter_form .one_new_category h3 span:before {
	content: '';
	position: absolute;
	top: 9px;
	right: 4px;
	width: 12px;
	height: 2px;
	background-color: #000
}
.filter_form .one_new_category h3 span:after {
	content: '';
	position: absolute;
	top: 9px;
	right: 4px;
	width: 12px;
	height: 2px;
	background-color: #000;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

/*.filter_form .one_category:not(:last-child),*/
.filter_form .one_category,
.filter_form .one_new_category {
	border-bottom: 1px solid #EBEBEB
}

.one_category_best {
	border-left: 1px solid #EBEBEB;
	border-right: 1px solid #EBEBEB;
}

.one_category_best h3 {
	font-family: Montserrat-Semibold;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    padding: 20px 0;
}

/*.filter_form .one_category:not(:last-child) .one_subcategory,*/
.filter_form .one_category .one_subcategory,
.filter_form .one_new_category .one_subcategory {
	max-height: 240px;
	overflow: hidden;
	overflow-y: auto;
	scrollbar-color: #A4A3A3 #EBEBEB;     /* «цвет ползунка» «цвет полосы скроллбара» */
    scrollbar-width: thin;  /* толщина */
}

/* полоса прокрутки (скроллбар) */
/*.filter_form .one_category:not(:last-child) .one_subcategory::-webkit-scrollbar,*/
.filter_form .one_category .one_subcategory::-webkit-scrollbar,
.filter_form .one_new_category .one_subcategory::-webkit-scrollbar {
    width: 6px; /* ширина для вертикального скролла */
    height: 6px; /* высота для горизонтального скролла */
    background-color: #ffffff;
    border-radius: 2px;
    border: 1px solid #A4A3A3;
}

/* ползунок скроллбара */
/*.filter_form .one_category:not(:last-child) .one_subcategory::-webkit-scrollbar-thumb,*/
.filter_form .one_category .one_subcategory::-webkit-scrollbar-thumb,
.filter_form .one_new_category .one_subcategory::-webkit-scrollbar-thumb {
    background-color: #A4A3A3;
    border-radius: 2px;
    /*box-shadow: inset 1px 1px 10px #f3faf7;*/
}

.filter_form input,
.filter_form select {
	border-radius: 0!important
}

.filter_form .custom_check_boxes {
	margin: 0
}

.filter_form .custom_check_boxes > * {
	margin-bottom: 5px !important;
}

.filter_form .custom_check_boxes > *:last-child {
	margin-bottom: 0 !important;
}

.filter_form .custom_check_boxes .check {
	margin: 0;
	font-family: Roboto-Thin;
	font-size: 14px;
	color: #000;
	font-weight: 700;
	flex-wrap: wrap;
}

.option_in_stock {
	width: 100%;
	margin-bottom: 5px;
}

.filter_form .custom_check_boxes .check.dates__gender .custom__radio.basket__radio__margin {
	font-weight: 500;
}
.filter_form .custom_check_boxes .check .custom__radio .custom__label {
	margin-left: 5px;
}

.filter_form .one_subcategory_link {
	font-family: Roboto-Thin;
	font-size: 14px;
	color: #000;
	font-weight: 700;
	line-height: 26px;
	padding-left: 26px;
	display: block;
	transition: 0.3s color;
}

.filter_form .one_subcategory_link:hover {
	color: #0072bc;
}

.filter_form h3 {
	font-family: Montserrat-Semibold;
	font-size: 16px;
	color: #000;
	text-transform: uppercase;
	padding: 20px 0;
	cursor: pointer
}

.filter_form h3,
.filter_form h3 a {
	transition: 0.3s;
}

.filter_form h3:hover,
.filter_form h3:hover a {
	color: #0072bc;
}

.one_category.active:after,
.filter_form .one_new_category.active h3 span:after,
.filter_form .one_new_category h3.active span:after {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0)
}

/*.one_category:last-child:after,
.one_category:last-child:before {
	display: none
}*/

.one_subcategory {
	position: relative;
	display: none;
	margin-bottom: 30px;
	width: 100%
}

.filter_form .check__box {
	border-radius: 0
}

.filter_form .check__input:checked+.check__box {
	background-image: url(../img/tick_white.svg);
	background-size: 80%;
	background-color: #1072b9;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 2px
}

.minmax_inputs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 100%
}

.minmax_inputs input {
	width: -webkit-calc(50% - 5px);
	width: calc(50% - 5px);
	padding: 4px 14px;
	outline: 0
}

.minmax_inputs input::-webkit-input-placeholder {
	color: #000
}

.minmax_inputs input::-moz-placeholder {
	color: #000
}

.minmax_inputs input:-ms-input-placeholder {
	color: #000
}

.minmax_inputs input::-ms-input-placeholder {
	color: #000
}

.minmax_inputs input::placeholder {
	color: #000
}

.filter_slider .product_wrapper h3 {
	padding: 0
}

.filter_slider .product_wrapper .product_stock {
	opacity: 1;
	margin: 10px 0
}

.filter_slider .product_wrapper .add_to_basket {
	opacity: 1
}

.filter_slider .product_wrapper .product_price,
.filter_slider .product_wrapper .promo_price {
	margin-top: 15px
}

.filter_bottom_image {
	display: block;
	margin: 20px -8px 0;
	max-width: 288px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	min-height: 470px;
	max-height: 470px
}

.filter_slider_wrapper {
	position: relative
}

.catalog_filter_content {
	width: 100%;
	max-width: 290px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	height: 100%;
	/*overflow: auto*/
}

.catalog_filter_content.active_mobile {
	left: 0
}

.filter_overlay,
.new_overlay {
	opacity: 0;
	visibility: hidden;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: block;
	background-color: rgba(0, 0, 0, .4);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10009;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.no_scroll {
	overflow: hidden
}

.fixed-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  left: 0;
  min-height: 100vh;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: 0.4s;
  visibility: hidden;
  width: 100%;
  z-index: 10000;
}

.fixed-overlay.active {
  opacity: 1;
  visibility: visible;
}

.filter_overlay.active,
.new_overlay.active {
	opacity: 1;
	visibility: visible
}

.catalog_content {
	margin-left: auto;
	width: -webkit-calc(100% - 310px);
	width: calc(100% - 310px);
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.catalog_text {
	font-family: Roboto-Light;
	font-size: 18px;
	/*color: #000;*/
	line-height: 1.2;
	margin-bottom: 20px;
	overflow: hidden
}

.catalog_text h2,
.catalog_text .h2 {
	font-family: Montserrat-Semibold;
	font-size: 25px;
	color: #000;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 20px
}

.catalog_text * {
	font-family: Roboto-Light;
	font-size: 18px;
	/*color: #000;*/
	line-height: 1.2
}

.catalog_menu {
	height: 50px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #EBEBEB
}

.content_form {
	height: 50px;
	background-color: #EBEBEB;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding-right: 6px
}

.content_form_element {
	padding: 0 5px 0 20px;
	margin-right: 30px
}

.content_form_element label {
	font-family: Montserrat-Semibold;
	font-size: 16px;
	color: #000;
	margin-right: 10px
}

.content_form_element select {
	padding: 10px 20px 10px 10px;
	background-color: #EBEBEB;
	outline: 0
}

.content_form_element select * {
	font-family: Roboto-Light
}

.change_select,
.change_location {
	background-image: url(../img/angle.png);
	background-position: calc(100% - 5px) 1em;
	background-size: 10px 10px;
	background-repeat: no-repeat;
	cursor: pointer
}

.change_select-gray {
	background-image: url(../img/angle-grey.png);
}

.elements_to_show {
	margin-left: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background: #EBEBEB;
	padding: 6px 5px 6px 0
}

.elements_showing_type {
	width: 38px;
	height: 38px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #EBEBEB;
	border: 1px solid #1072b9;
	margin-left: 10px;
	cursor: pointer;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.elements_showing_type svg {
	width: 22px;
	height: 22px;
	fill: #1072b9;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.products_catalog {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 20px;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

.elements_showing_type.active {
	background-color: #1072b9
}

.elements_showing_type.active svg {
	fill: #fff
}

.link_to_product {
	text-decoration: none;
	position: relative;
	z-index: 1
}

#four_to_show .product_wrapper {
	width: 25%
}

#six_to_show .product_wrapper {
	width: 16.666667%
}

#six_to_show .product_wrapper h3 {
	font-size: 11px
}

#six_to_show .product_wrapper p {
	font-size: 12px;
	padding: 0
}

#six_to_show .product_wrapper .product_price,
#six_to_show .product_wrapper .promo_price {
	font-size: 15px
}

#six_to_show .product_wrapper .add_to_basket {
	position: relative;
	width: 143px;
	font-size: 11px;
	height: 30px
}

#six_to_show .product_wrapper .products_stock_info {
	padding-bottom: 15px;
	bottom: -60px
}

#six_to_show .product_wrapper:before {
	/*height: -webkit-calc(100% + 45px);
	height: calc(100% + 45px);*/
	height: 100%;
	border: 10px solid #fff;
	left: -10px;
	z-index: -1;
}

#six_to_show .product_wrapper .product_image_container {
	min-height: unset;
	padding: 30px
}

#six_to_show .product_wrapper .product_image_container img {
	max-width: 80%
}

#one_to_show .product_wrapper {
	width: 100%;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0;
	cursor: initial
}

#one_to_show .product_wrapper:not(:last-child) {
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 20px;
	margin-bottom: 20px
}

#one_to_show .product_wrapper:before {
	display: none
}

#one_to_show .product_wrapper .product_image_container {
	width: 21%;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center
}

#one_to_show .product_wrapper .product_img_wrap {
	width: 21%;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center
}

#one_to_show .product_wrapper .product_img_wrap .product_image_container {
	width: 100%;
}

#one_to_show .product_wrapper .product_image_container img {
	max-width: 100%
}

#one_to_show .product_wrapper .product_description {
	width: 77%;
	text-align: left
}

#one_to_show .product_wrapper .product_description .product_title {
	text-align: inherit;
	font-size: 15px
}

#one_to_show .product_wrapper .product_description .hidden_content {
	display: inline-block
}

#one_to_show .product_wrapper .product_description .product_short_description {
	font-family: Roboto-Medium;
	font-size: 17px;
	color: #000;
	text-align: inherit;
	padding: 0;
	margin: 20px 0;
	min-height: auto
}

#one_to_show .product_wrapper .product_description .product_price,
#one_to_show .product_wrapper .product_description .promo_price {
	margin-top: 0;
	text-align: inherit;
	min-height: auto;
	margin-bottom: 20px
}

#one_to_show .product_wrapper .product_description .promo_container {
	position: initial;
	display: inline-block;
	margin-right: 10px;
	text-align: center;
	padding: 5px 0
}

#one_to_show .product_wrapper .product_description .products_stock_info {
	position: initial;
	text-align: inherit;
	opacity: 1;
	visibility: visible;
	padding-bottom: 0
}

#one_to_show .product_wrapper .product_description .product_stock {
	opacity: 1;
	text-align: inherit;
	font-size: 14px
}

#one_to_show .product_wrapper .product_description .add_to_basket {
	opacity: 1;
	text-align: inherit
}

#one_to_show .product_wrapper .product_description .product_sub_description {
	font-family: Roboto-Light;
	font-size: 15px;
	color: #000;
	line-height: 1.5
}

#one_to_show .product_wrapper .product_description .product_form {
	display: -webkit-box!important;
	display: -webkit-flex!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0
}

#one_to_show .product_wrapper .product_description .product_form .number-input {
	display: -webkit-box!important;
	display: -webkit-flex!important;
	display: -ms-flexbox!important;
	display: flex!important
}

#one_to_show .product_wrapper .product_description .product_form .add_to_basket {
	margin: 0
}

#one_to_show .product_wrapper .product_favorite {
	right: unset;
	left: 15%
}

#one_to_show .product_wrapper .product_watch {
	display: none
}

.product_description .product_title {
	width: 100%;
	font-family: Roboto-Light;
	font-size: 16px;
	color: #A4A3A3;
	text-align: center;
	margin-bottom: 10px
}

.hidden_content {
	display: none;
	margin-right: 5px
}

.product_description_bottom_wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 20px
}

.product_final_page {
	font-family: Roboto-Regular;
	font-size: 15px;
	color: #000;
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
	margin-left: 35px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.product_discount {
	font-family: Roboto-Medium;
	font-size: 15px;
	color: #a4a3a3;
	width: 100%;
	margin-bottom: 20px
}

.product_type {
	margin: 20px 0
}

.products_stock_info {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	bottom: -80px;
	left: 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	z-index: 999;
	background-color: #fff;
	width: 100%;
	padding-bottom: 15px
}

.products_catalog .product_wrapper {
	position: relative
}

.products_catalog .product_wrapper:before {
	opacity: 0;
	visibility: hidden;
	content: '';
	position: absolute;
	top: 0;
	left: -15px;
	width: 100%;
	border: 15px solid #fff;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	height: -webkit-calc(100% + 55px);
	height: calc(100% + 55px);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

.menu_toggle {
	max-width: 190px
}

.product_form {
	margin: 0 auto
}

.product_form .number-input {
	background-color: #EBEBEB;
	width: 90px;
	margin: 0 35px 0 0
}

.product_form .number-input div {
	outline: 0;
	-webkit-appearance: none;
	background-color: transparent;
	border: none;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 30px;
	height: 40px;
	cursor: pointer;
	margin: 0;
	position: relative
}

.product_form .number-input div:after,
.product_form .number-input div:before {
	display: inline-block;
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 10px;
	height: 2px;
	background-color: #000;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.product_form .number-input .plus:after {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	-ms-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg)
}

.product_form .number-input input[type=number] {
	font-family: Roboto-Light;
	display: inline-block;
	border: none;
	width: 30px;
	height: 40px;
	outline: 0;
	font-size: 25px;
	background-color: #EBEBEB;
	max-width: 30px;
	max-height: 40px;
	-moz-appearance: textfield
}

input[type=number] {
	-webkit-appearance: none!important;
	-moz-appearance: textfield!important
}

.filter_and_catalog__content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: 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;
	margin-top: 20px;
	position: relative
}

.closed_filter .filter_title:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.closed_filter .catalog_filter_content {
	max-width: 0;
	max-height: 0;
	overflow: hidden;
}

.closed_filter .catalog_content,
.closed_filter .catalog_content_menu {
	width: 100%;
	margin-left: 0
}

.hidden {
	display: none
}

.content_form_active {
	width: -webkit-calc(100% - 210px);
	width: calc(100% - 210px);
	margin-left: 20px
}

#news_final_wrapper .socials_links {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 20px 0
}

#news_final_wrapper .socials_links li {
	margin: 0 10px 0 0
}

#news_final_wrapper .socials_links li a svg {
	fill: #1072b9
}

#news_final_wrapper .socials_links li:first-child {
	margin-right: 20px
}

.news_content_wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.current_news_content {
	width: -webkit-calc(100% - 390px);
	width: calc(100% - 390px);
	max-width: 910px
}

#news_wrapper .current_news_content {
	width: -webkit-calc(100% - 325px);
	width: calc(100% - 325px);
	max-width: 980px
}

.popular_news {
	width: 100%;
	max-width: 290px
}

.news_image_container {
	width: 100%
}

.news_image_container .news__img_bg {
	width: 100%;
	padding-top: -webkit-calc(75% + 4px);
	padding-top: calc(75% + 4px);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center
}

h1 {
	font-family: Montserrat-Semibold;
	font-size: 30px;
	color: #1072b9;
	margin-bottom: 20px;
	text-align: left
}

.news_subtitle {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	max-width: 910px;
	font-family: Roboto-Regular;
	font-size: 12px;
	color: #9b9a9a;
	text-align: left;
	margin: 20px 0
}

.news_subtitle * {
	font-family: Roboto-Regular;
	font-size: 12px;
	color: #9b9a9a;
	text-align: left
}

.news_main_slider_wrapper {
	width: 100%;
	padding: 15px;
	border-left: 3px solid #1072b9;
	border-bottom: 3px solid #1072b9;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

.news_main_slider_wrapper .main_slider_container {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.news_main_slider_wrapper .main_slider_container .slick-list {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	    width: 100%;
}

.news_main_slider_wrapper .main_slider_container * {
	outline: 0!important
}

.news_main_slider_wrapper .main_slider_container .slick-track {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.news_main_slider_wrapper .main_slider_container .slick-track img {
	margin: 0 auto
}

.news_sub_slider_wrapper {
	margin-top: 15px;
	width: 100%;
	padding: 0 20px;
	position: relative
}

.news_sub_slider_wrapper * {
	outline: 0!important
}

.news_sub_slider_wrapper .slick-slide div,
.news_sub_slider_wrapper .slick-slide img {
	height: 138px;
	margin: 0 auto
}

.news_sub_slider_wrapper .slick-slide {
	border: 2px solid #fff
}

.news_sub_slider_wrapper .slick-current img {
	border: 2px solid #1072b9
}

.news_text_container {
	font-family: Roboto-Light;
	font-size: 18px;
	color: #000;
	margin-top: 15px
}

.news_text_container ol,
.news_text_container p,
.news_text_container span,
.news_text_container strong,
.news_text_container ul {
	margin-bottom: 30px;
	display: block
}

.news_text_container ul {
	list-style-type: disc;
	list-style-position: inside
}

.news_text_container ol {
	list-style-type: decimal;
	list-style-position: inside
}

.news_text_container li:not(:last-child) {
	margin-bottom: 3px
}

.news_text_container strong {
	font-family: Roboto-Medium
}

.news_text_container a {
	color: #1072b9;
}

.news_text_container a:hover {
	text-decoration: none;
}

.news_likes {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 20px 0;
	font-family: Montserrat-Sembiold;
	font-size: 16px;
	color: #1072b9
}

.news_likes svg {
	width: 20px;
	height: 20px;
	fill: #1072b9;
	margin-right: 10px
}

.news_likes .news_likes_count {
	font-family: Montserrat-Semibold;
	font-size: 16px;
	color: #1072b9
}

.news_tags_wrapper {
	padding-bottom: 20px;
	border-bottom: 1px solid #1072b9
}

.news_tags_wrapper ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.news_tags_wrapper ul li {
	font-family: Montserrat-Regular;
	font-size: 10px;
	text-transform: uppercase;
	color: #fff;
	background-color: #000;
	padding: 6px 5px;
	margin: 7px 7px 0 0
}

.popular_news_title {
	font-family: Montserrat-Semibold;
	font-size: 20px;
	color: #000;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #000
}

.popular_news_title h2 {
	font-size: 20px;
	text-align: left
}

.popular_news_blocks .news_one_block {
	width: 100%;
	margin: 30px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-decoration: none
}

.news_block_image_container {
	overflow: hidden
}

.news_block_image {
	width: 100px;
	height: 100px;
	background-size: cover;
	background-position: center center;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.news_block_description {
	width: -webkit-calc(100% - 110px);
	width: calc(100% - 110px);
	font-family: Roboto-Light;
	font-size: 13px;
	color: #000
}

.news_block_description h2 {
	text-align: left;
	font-family: Montserrat-Bold;
	font-size: 16px;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 5px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.news_block_description p {
	line-height: 1.2
}

.news_block_description .news_block_date {
	font-family: Roboto-Regular;
	font-size: 10px;
	color: #a4a3a3;
	margin-top: 8px
}

.all_tags {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.all_tags li a {
	font-family: Montserrat-Regular;
	font-size: 10px;
	color: #000;
	text-transform: uppercase;
	padding: 5px 6px;
	border: 1px solid #000;
	margin: 7px 5px 0 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	cursor: pointer;
	display: block;
	text-decoration: none
}

.all_tags .active a {
	background-color: #000;
	color: #fff
}

.all_tags .latest_news a {
	border: 1px solid #1072b9;
	background-color: #1072b9!important;
	color: #fff!important
}

.news_block_content {
	position: relative
}

.news_block_content:not(:last-child) {
	margin-bottom: 70px
}

.news_block_image_wrapper {
	overflow: hidden;
	text-decoration: none
}

.news_block_image_wrapper img {
	max-width: 100%
}

.news_block_description_wrapper {
	width: 100%;
	max-width: 535px
}

.news_block_pdng_border {
	padding: 37px 0 45px 37px;
	border: 3px solid #000
}

.image_on_right .news_block_image_wrapper {
	max-width: 566px;
	max-height: 390px
}

.image_on_left .news_block_image_wrapper {
	max-width: 390px;
	max-height: 566px
}

.image_on_left .news_block_image_wrapper img {
	border: 3px solid #000
}

.news_block_content.image_on_right {
	min-height: 460px
}

.news_block_content.image_on_right .news_block_image_wrapper {
	position: absolute;
	bottom: 0;
	right: 0;
	width: -webkit-calc(100% - 409px);
	width: calc(100% - 409px)
}

.news_block_content.image_on_right .news_block_description_wrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2
}

.news_block_content.image_on_left {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.news_block_content.image_on_left .news_block_description_wrapper {
	margin-left: 50px
}

.news_block_content.image_on_left .news_block_content_wrapper {
	max-width: 100%
}

.news_block_content_wrapper {
	max-width: 340px
}

.news_block_content_wrapper h2 {
	font-family: Montserrat-Bold;
	font-size: 30px;
	color: #000;
	text-transform: uppercase;
	text-align: left
}

.news_block_content_wrapper h3 {
	margin-top: 10px;
	font-family: Montserrat-Light;
	font-size: 25px;
	color: #000;
	text-transform: uppercase
}

.news_block_content_wrapper .news_block_title {
	padding-bottom: 10px;
	border-bottom: 1px solid #1072b9
}

.news_block_content_wrapper p {
	display: block;
	margin: 30px 0;
	font-family: Roboto-Light;
	font-size: 18px;
	color: #000;
	/*color: #666;*/
	line-height: 1.1;
	line-height: 1.4
}

.news_block_content_wrapper .news_read_more_likes {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.news_block_content_wrapper .news_read_more_likes .likes {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end
}

.news_block_content_wrapper .news_read_more_likes a {
	display: block;
	text-decoration: none;
	border: 3px solid #000;
	text-transform: uppercase;
	font-family: Montserrat-Regular;
	font-size: 14px;
	border-radius: 2px;
	color: #000;
	padding: 14.5px 19px;
	letter-spacing: 1px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.news_author {
	margin: 30px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: Roboto-Regular;
	font-size: 12px;
	color: #000
}

#news_wrapper .pagination {
	padding: 0
}

#news_wrapper .pagination li.active {
	background-color: #000
}

#news_wrapper .pagination .pagination_arrow {
	cursor: pointer;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

#blog h1 {
	font-family: Montserrat-SemiBold;
	font-size: 30px;
	color: #000;
	text-align: center;
	margin: 30px 0;
	text-transform: uppercase
}

.blog_estel_wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

.blog_estel_content {
	width: -webkit-calc(100% - 325px);
	width: calc(100% - 325px);
	padding-right: 35px
}

.blog_estel_element {
	width: 100%;
	position: relative;
	margin-top: 20px
}

.blog_estel_image_wrapper {
	width: 100%;
	max-width: 810px;
	position: relative;
	display: block
}

.blog_estel_image_wrapper img {
	width: 100%;
	vertical-align: middle
}

.blog_estel_image_wrapper:before {
	content: '';
	width: 100%;
	height: 100%;
	border: 3px solid #1072b9;
	position: absolute;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 2;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.blog_estel_content_wrapper {
	background-color: #fff;
	font-family: Roboto-Light;
	font-size: 18px;
	color: #000;
	z-index: 3
}

.blog_estel_content_wrapper h2 {
	font-family: Montserrat-Bold;
	font-size: 30px;
	color: #000;
	text-transform: uppercase;
	text-align: left
}

.blog_estel_content_wrapper h3 {
	font-family: Montserrat-Light;
	font-size: 25px;
	text-transform: uppercase
}

.blog_estel_content_wrapper .likes {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-top: 20px
}

.blog_estel_content_wrapper .news_author {
	color: #a4a3a3;
	margin: 20px 0 30px
}

.blog_elem_first_version .blog_estel_content_wrapper {
	position: absolute;
	width: 400px;
	bottom: -15px;
	right: 0;
	padding: 70px 0 0 70px
}

.blog_elem_first_version .blog_estel_content_wrapper .lkb_elem_readmore {
	margin-top: 70px
}

.blog_elem_first_version .blog_estel_image_wrapper:before {
	top: -20px;
	left: 30px
}

.blog_elem_second_version {
	margin-top: 175px
}

.blog_elem_second_version .blog_estel_content_wrapper {
	position: absolute;
	width: 530px;
	top: 50px;
	left: 0;
	padding: 70px 10px 30px 70px
}

.blog_elem_second_version .blog_estel_content_wrapper h3 {
	margin-top: 5px
}

.blog_elem_second_version .blog_estel_content_wrapper .lkb_elem_readmore {
	margin-top: 20px
}

.blog_elem_second_version .blog_estel_image_wrapper {
	margin-left: auto
}

.blog_elem_second_version .blog_estel_image_wrapper:before {
	top: 30px;
	left: -30px
}

.blog_elem_third_version {
	margin-top: 230px
}

.blog_elem_third_version .blog_estel_content_wrapper {
	position: absolute;
	width: 400px;
	top: -65px;
	right: 0;
	padding: 0 0 60px 70px
}

.blog_elem_third_version .blog_estel_content_wrapper .lkb_elem_readmore {
	margin-top: 60px
}

.blog_elem_third_version .blog_estel_image_wrapper:before {
	top: 30px;
	left: -30px
}

.blog_elem_fourth_version {
	margin-top: 200px
}

.blog_elem_fourth_version .blog_estel_content_wrapper {
	position: absolute;
	width: 530px;
	top: 50px;
	left: 0;
	padding: 70px 10px 50px 70px
}

.blog_elem_fourth_version .blog_estel_content_wrapper h3 {
	margin-top: 5px
}

.blog_elem_fourth_version .blog_estel_content_wrapper .lkb_elem_readmore {
	margin-top: 20px
}

.blog_elem_fourth_version .blog_estel_content_wrapper .news_author {
	margin: 15px 0
}

.blog_elem_fourth_version .blog_estel_image_wrapper:before {
	top: -30px;
	left: 30px
}

#about_links {
	width: 310px;
	border-right: 1px solid #1072b9;
	margin-right: 35px
}

#about_links .mobile__current__page {
	display: none;
	font-family: Montserrat-Regular;
	font-size: 17px;
	color: #fff;
	background-color: #1072b9;
	text-align: center;
	padding: 16.5px 0;
	cursor: pointer
}

#about_links .mobile__current__page:before {
	content: '';
	width: 9px;
	height: 1px;
	position: absolute;
	top: -webkit-calc(50% - .5px);
	top: calc(50% - .5px);
	right: 10px;
	background-color: #fff;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-radius: 30px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

#about_links .mobile__current__page:after {
	content: '';
	width: 9px;
	height: 1px;
	position: absolute;
	top: -webkit-calc(50% - .5px);
	top: calc(50% - .5px);
	right: 16px;
	background-color: #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-radius: 30px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

#about_links ul li {
	border: 1px solid #1072b9;
	border-right: none
}

#about_links ul li a {
	display: block;
	font-family: Montserrat-Regular;
	font-size: 17px;
	color: #000;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	text-decoration: none;
	padding: 20px 40px 20px 19px
}

#about_links ul li:not(:last-child) {
	border-bottom: none
}

#about_links ul li.active {
	background-color: #1072b9!important
}

#about_links ul li.active a {
	color: #fff!important
}

#about_links .mobile__current__page.active:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

#about_links .mobile__current__page.active:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

#about {
	margin-bottom: 50px
}

.about_main_wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.about_image_container {
	max-width: 100%;
	margin-bottom: 20px
}

.about_image_container img {
	max-width: 100%
}

.about_content {
	width: -webkit-calc(100% - 345px);
	width: calc(100% - 345px);
	font-family: Roboto-Light;
	font-size: 18px;
	color: #000;
	line-height: 1.3
}

.about_content h2,
.about_content strong {
	font-family: Roboto-Medium;
	font-size: 20px;
	margin: 30px 0;
	text-align: left
}

.about_content h2:first-child,
.about_content strong:first-child {
	margin-top: 0
}

.about_content h3 {
	font-family: Roboto-Medium;
	font-size: 18px;
	text-align: left
}

.about_content p {
	display: block
}

.about_content p:not(:last-child) {
	margin: 30px 0
}

.about_content a {
	text-decoration: none;
	color: #1072b9
}

.product_final_description {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: 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-bottom: 70px;
	border-bottom: 1px solid #EBEBEB
}

.product_final_description.border-0 {
	border: 0;
	padding-bottom: 0;
}

.product.recent_viewed .add_to_basket,
.product.recent_viewed .product_price,
.product.recent_viewed .product_stock,
.product.recent_viewed .promo_price {
	display: none
}

.product.recent_viewed .product_wrapper .product_image_container {
	width: 100%;
	max-width: 95%;
	margin: 0 auto 30px;
	min-height: 200px
}

.product.recent_viewed .product_wrapper .product_image_container img {
	max-height: 200px
}

.product.recent_viewed .product_wrapper .product_short_description,
.product.recent_viewed .product_wrapper p {
	padding: 0 10px;
	font-size: 12px;
	line-height: 1.2;
	min-height: 42px
}

.product.recent_viewed .product_wrapper .product_favorite {
	top: 10px
}

.product.recent_viewed .product_wrapper .product_watch {
	top: 50px
}

.product.recent_viewed .product_wrapper {
	padding: 30px 0 5px
}

.product_wrapper .product_image_container img {
	max-width: 100%;
	max-height: 299px
}

.wrapper.new_wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 30px
}

.wrapper.new_wrapper .to_specifications {
	width: -webkit-calc(100% / 2);
	width: calc(100% / 2);
	margin-top: 0
}

.wrapper.new_wrapper .one_video {
	width: -webkit-calc(100% / 2);
	width: calc(100% / 2);
	height: 100%;
	position: relative
}

.wrapper.new_wrapper .one_video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.product_final_sliders {
	width: 100%;
	max-width: 610px
}

.product_final_sliders .element_title {
	font-family: Montserrat-SemiBold;
	font-size: 14px;
	color: #1072b9;
	margin-bottom: 15px;
	line-height: 1.3;
	display: none;
}

@media screen and (max-width: 850px) {
	.product_final_sliders .element_title {
		display: block
	}
}

.product_final_sliders * {
	outline: 0!important
}

.big_slider_container {
	padding: 10px;
	border: 1px solid #EBEBEB;
	height: 600px;
	max-height: 600px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.big_slider_container .slick-list {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	    width: 100%;
}

.big_slider_container img {
	max-width: 100%;
	margin: 0 auto
}

.big_slider_container .slick-track {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.small_slider_wrapper {
	position: relative
}

.small_slider_container {
	padding: 0 30px;
	margin-top: 10px
}

.small_slider_container .slick-slide {
	max-height: 105px;
	max-width: 105px;
	border: 1px solid #fff;
	padding: 5px
}

.small_slider_container .slick-slide div {
	max-height: 105px;
	max-width: 105px
}

.small_slider_container .slick-slide img {
	width: 100px;
	-o-object-fit: contain;
	object-fit: contain
}

.small_slider_container .slick-current {
	border: 1px solid #1675BB
}

.product_final_description_elements {
	width: -webkit-calc(100% - 680px);
	width: calc(100% - 680px);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative
}
@media screen and (max-width: 850px) {
	.product_final_description_elements .element_title {
		display: none;
	}
}

.product_code {
	display: flex;
}
.description_element .product_code .element_text {
	margin-right: 30px;
	width: auto;
}

.description_element .product_code .element_text strong {
	font-weight: bold;
}

.description_element .product_code .element_text:last-child {
	margin-right: 0;
}

.description_element .element_text {
	width: 100%;
	font-family: Roboto-Light;
	font-size: 16px;
	color: #a4a3a3;
	margin: 0 0 10px
}

.description_element .element_title {
	font-family: Montserrat-Bold;
	font-size: 24px;
	color: #1072b9;
	margin: 15px 0;
	line-height: 1.3
}

.description_element .element_price {
	font-family: Montserrat-SemiBold;
	font-size: 22px;
	color: #393939;
	margin: 15px 0;
	text-transform: uppercase
}

.description_element .product_form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 15px 0
}

.description_element .product_form .add_to_basket {
	opacity: 1;
	margin: 0
}

.description_element .check_favorite {
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 30px 7px 30px 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	color: #A4A3A3;
	font-family: Montserrat-Regular;
	font-size: 15px;
	text-transform: uppercase
}

.description_element .check_favorite svg {
	width: 18px;
	height: 18px;
	fill: #A4A3A3
}

.description_element .check_favorite * {
	color: #A4A3A3;
	font-family: Montserrat-Regular;
	font-size: 15px;
	text-transform: uppercase;
	margin-right: 7px
}

.description_element .delivery {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-family: Roboto-Regular;
	font-size: 15px;
	color: #282727;
	line-height: 1.3
}

.description_element .delivery * {
	font-family: Roboto-Regular;
	font-size: 15px;
	color: #282727;
	line-height: 1.3
}

.description_element .delivery a {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
	margin-left: 5px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.description_element .element_brand {
	margin-top: 20px
}

.description_element .element_brand strong {
	font-weight: bold;
}

.description_element .element_brand a {
	color: inherit;
}

.description_element .element_brand a:hover {
	color: #e8008c;
}

.description_element .element_bonuses_wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 15px 0
}

.description_element .element_bonuses_wrapper .element_price {
	margin: 0
}

.description_element .element_bonus {
	margin-left: 70px;
	font-family: Roboto-Regular;
	font-size: 20px;
	color: #4eb866;
	text-decoration: underline
}

.description_element .element_bonus * {
	font-family: Roboto-Regular;
	font-size: 20px;
	color: #4eb866;
	text-decoration: underline
}

.description_element .element_stock {
	position: absolute;
	top: 0;
	right: 0;
	font-family: Roboto-Light;
	font-size: 15px;
	color: #4eb866;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.description_element .element_stock .stock_status {
	margin-right: 10px;
	font-family: Roboto-Light;
	font-size: 15px;
	color: #4eb866
}

.description_element .element_stock .stock_round {
	margin-left: 5px;
	width: 10px;
	height: 10px;
	border-radius: 50px;
	background-color: #4EB866
}

.is_favorite,
.is_favorite * {
	color: #E8008C!important
}

.is_favorite svg {
	fill: #E8008C!important
}

.description_element .low_stock,
.description_element .low_stock .stock_status {
	color: #e8008c
}

.description_element .low_stock .stock_round {
	background-color: #e8008c
}

.description_element .middle_stock,
.description_element .middle_stock .stock_status {
	color: #ff9900
}

.description_element .middle_stock .stock_round {
	background-color: #ff9900
}

.check_offers {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px
}

.check_offers .promo_container {
	font-family: Roboto-Bold;
	font-size: 17px;
	text-transform: uppercase;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 6.5px 15px;
	border-radius: 23px;
	margin-right: 10px
}

.element_destination {
	font-family: Roboto-Medium;
	font-size: 15px;
	color: #1072b9;
	line-height: 1.2;
	margin: 15px 0
}

.element_destination * {
	font-family: Roboto-Medium;
	font-size: 15px;
	color: #1072b9;
	line-height: 1.2
}

.element_destination li {
	margin-bottom: 3px
}

.find_place_to_buy {
	width: 100%;
	font-family: Montserrat-Semibold;
	font-size: 27px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #4EB866;
	padding: 24px 0;
	margin: 15px 0;
	display: block;
	text-align: center;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.b2b-registr {
	display: inline-block;
	font-family: Montserrat-Bold;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #4EB866;
	padding: 13px 15px;
	text-align: center;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.to-salons {
	display: inline-block;
	font-family: Montserrat-Bold;
	font-size: 18px;
	color: #282727;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #EBEBEB;
	padding: 13px 15px;
	text-align: center;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.element_countdown {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.element_countdown .countdown_title {
	width: 100%;
	font-family: Roboto-Light;
	font-size: 15px;
	color: #1072b9;
	margin-bottom: 15px
}

.element_countdown .countdown {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 70px;
	height: 70px;
	margin-right: 10px;
	background-color: #EBEBEB
}

.element_countdown .countdown .countdown_value {
	font-family: Roboto-Medium;
	font-size: 25px;
	color: #1072b9;
	margin-bottom: 5px
}

.element_countdown .countdown .countdown_description {
	width: 100%;
	font-family: Roboto-Light;
	font-size: 15px;
	color: #1072b9;
	text-align: center
}

.element_promo_price {
	font-family: Roboto-Bold;
	font-size: 30px;
	text-transform: uppercase;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 15px 0
}

.element_promo_price .element_new_price {
	color: #e8008c;
	margin-right: 40px
}

.element_promo_price .prp {
	color: #a4a3a3;
}

.element_promo_price .element_old_price {
	color: #a4a3a3;
	position: relative;
	padding-right: 30px;
}

.info-block {
	position: absolute;
    top: 0;
    right: 0;
}

.info-block:hover .info-block-text-wrapper {
	display: block;
}

.info-block-icon {
	cursor: pointer;
}

.info-block-icon img {
	width: 23px;
}

.info-block-text-wrapper {
	display: none;
	position: absolute;
    right: -20px;
    font-size: 13px;
    text-transform: none;
    font-family: 'Roboto-Regular';
    bottom:  100%;
    padding-bottom: 10px;
    width: 300px;
    background: #fff;
}

@media screen and (max-width: 500px) {
	.info-block-text-wrapper {
		width: 200px
	}
}

.info-block-text-wrapper::after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background-color: #fff;
	border-bottom: 1px solid #a4a3a3;
	border-right: 1px solid #a4a3a3;
	position: absolute;
	top: calc(100% - 16px);
	right: 25px;
	transform: rotateZ(45deg);
}

.info-block-text {
    border: 1px solid #a4a3a3;
    padding: 10px;
    color: #282727;
    border-radius: 3px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.element_discount {
	font-family: Roboto-Medium;
	font-size: 15px;
	color: #a4a3a3;
	margin: 15px 0
}

.test_block_change {
	position: absolute;
	bottom: -120px;
	right: 0;
	border: 1px solid #ebebeb;
	padding: 10px
}

.test_block_change .test_btn {
	font-family: Roboto-Light;
	font-size: 15px;
	padding: 5px;
	margin: 5px;
	cursor: pointer
}

.test_btn.active {
	background-color: #1072b9;
	color: #fff
}

.description_element {
	display: none
}

.description_element.active {
	display: block
}

.product_form .number-input input[type=number] {
	min-width: 30px;
	padding: 0
}

.toggle_description_container {
	margin-top: 10px
}

.anchors_container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-bottom: 1px solid #EBEBEB;
	margin-top: 20px
}

.anchors_container li {
	border: 1px solid #EBEBEB;
	border-bottom: none;
	width: 208px;
	text-align: center;
	font-family: Montserrat-Semibold;
	font-size: 15px;
	color: #000;
	text-transform: uppercase;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	cursor: pointer
}

.anchors_container li a {
	display: block;
	padding: 22px 0;
	color: #000;
	text-decoration: none
}

.to_description {
	margin-top: 35px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-height: 240px;
	height: auto;
	overflow: hidden;
	-webkit-animation: strictHeight .4s linear forwards;
	animation: strictHeight .4s linear forwards
}

.to_description .to_description_title {
	font-family: Roboto-Bold;
	font-size: 18px;
	color: #000;
	width: 100%;
	margin-bottom: 20px
}

.to_description * {
	font-family: Roboto-Light;
	font-size: 17px;
	color: #000;
	text-decoration: none;
	line-height: 1.5;
	margin-bottom: 10px
}

.toggle_description_container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.toggle_description {
	text-align: center;
	cursor: pointer;
	font-family: Montserrat-Light;
	font-size: 17px;
	text-transform: uppercase;
	color: #000;
	position: relative
}

.toggle_description:before {
	content: '';
	width: 10px;
	height: 10px;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	position: absolute;
	top: -webkit-calc(100% + 5px);
	top: calc(100% + 5px);
	left: -webkit-calc(50% - 5px);
	left: calc(50% - 5px);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.toggle_description_container .toggle_description.active:before {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg)
}

.to_reviews {
	margin-top: 70px
}

.to_reviews_title {
	font-family: Roboto-Bold;
	font-size: 20px;
	color: #000
}

.reviews_form {
	margin-top: 40px;
	width: 100%;
	max-width: 700px
}

.reviews_form .order_comments {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.reviews_form .order_comments label {
	font-family: Montserrat-Semibold;
	font-size: 16px;
	color: #000
}

.reviews_form .order_comments select {
	width: 200px;
	border: 1px solid #1072b9;
	outline: 0;
	padding: 8px 20px 8px 6px;
	margin-left: 10px;
	font-family: Roboto-Light;
	font-size: 15px;
	color: #000;
	position: relative;
	background-color: #fff!important
}

.select_wrapper {
	position: relative;
	display: inline-block
}

.select_wrapper:before {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	position: absolute;
	top: 40%;
	right: 5px;
	-webkit-transform: rotate(-45deg) translateY(-50%);
	-ms-transform: rotate(-45deg) translateY(-50%);
	transform: rotate(-45deg) translateY(-50%);
	z-index: 3
}

.select_wrapper:after {
	content: '';
	width: 20px;
	height: 36px;
	position: absolute;
	top: 1px;
	right: 1px;
	z-index: 2
}

.one_comment {
	margin: 10px 0;
	padding: 20px 0;
	border-bottom: 1px solid #EBEBEB;
	border-top: 1px solid #EBEBEB;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

.one_comment .comment_avatar {
	width: 100px;
	height: 100px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.one_comment .comment_avatar img {
	width: 100px;
	height: 100px;
	-o-object-fit: contain;
	object-fit: contain
}

.one_comment .comment_content {
	margin-left: 20px;
	font-family: Roboto-Light;
	font-size: 15px;
	color: #000;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.one_comment .comment_content .comment_info {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 20px
}

.one_comment .comment_content .comment_name {
	font-family: Roboto-Bold
}

.one_comment .comment_content .comment_date {
	font-size: 12px;
	color: #a4a3a3;
	margin-left: 35px
}

.add_comment_form {
	margin: 20px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.add_comment_form .form_title {
	font-family: Roboto-Bold;
	font-size: 16px;
	color: #1072b9;
	margin-bottom: 20px
}

.add_comment_form input,
.add_comment_form textarea {
	width: 100%;
	border: 1px solid #1072b9;
	padding: 12px 10px;
	font-family: Roboto-Medium;
	font-size: 15px;
	color: #9b9a9a;
	margin-bottom: 10px;
	outline: 0
}

.add_comment_form textarea {
	resize: none;
	height: 70px
}

.add_comment_form button {
	height: 40px;
	padding: 0 20px;
	background-color: #1072b9;
	color: #fff;
	text-transform: uppercase;
	font-family: Montserrat-Regular;
	font-size: 14px;
	border-radius: 2px;
	border: none;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
	margin-left: auto;
	cursor: pointer;
	margin-top: 10px
}

.captcha-wrap {
	width: 100%;
	margin-top: 20px;
}

.captcha {
	width: 300px;
	height: 78px;
	border: 2px solid #1072b9;
	border-radius: 5px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: Roboto-Medium;
	font-size: 25px;
	text-transform: uppercase;
	letter-spacing: 3px;
	overflow: hidden
}

.to_specifications {
	margin-top: 30px;
	background-color: #EBEBEB;
	padding: 35px
}

.to_specifications .to_specifications_title {
	font-family: Roboto-Bold;
	font-size: 20px;
	color: #000;
	margin-bottom: 30px
}

.to_specifications .specifications_list li {
	font-family: Roboto-Light;
	font-size: 17px;
	color: #000;
	margin: 15px 0
}

.to_specifications .specifications_list li strong {
	font-family: Roboto-Bold;
	margin-right: 5px
}

.to_specifications .specifications_list li:last-child {
	margin-bottom: 0
}

.common_tags {
	font-family: Roboto-Light;
	font-size: 20px;
	color: #a4a3a3;
	margin-top: 10px;
	padding-top: 30px;
	border-top: 1px solid #EBEBEB;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.common_tags li {
	margin-right: 10px;
	display: block;
	margin-bottom: 10px
}

.common_tags li:first-child {
	margin-right: 20px
}

.common_tags .promo_container {
	padding: 6px 15px;
	color: #fff;
	text-transform: uppercase;
	font-family: Roboto-Bold;
	font-size: 11px;
	display: block
}

.lookbook_grid {
	width: 100%;
	display: -ms-grid;
	display: grid;
	/* -ms-grid-columns: (1fr)[65]; */
	grid-template-columns: repeat(65, 1fr);
	-ms-grid-rows: 240px;
	grid-template-rows: 240px
}

.lookbook_item {
	position: relative;
	margin-bottom: 20px
}

.lookbook_item a:before {
	content: '';
	width: 100%;
	height: 100%;
	border: 3px solid #1072b9;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	z-index: 3
}

.lookbook_item:nth-of-type(1) {
	-ms-grid-column: 1;
	grid-column-start: 1;
	-ms-grid-column-span: 33;
	grid-column-end: 34;
	-ms-grid-row: 1;
	grid-row-start: 1;
	-ms-grid-row-span: 2;
	grid-row-end: 3
}

.lookbook_item:nth-of-type(2) {
	-ms-grid-column: 35;
	grid-column-start: 35;
	-ms-grid-column-span: 15;
	grid-column-end: 50;
	-ms-grid-row: 1;
	grid-row-start: 1;
	-ms-grid-row-span: 2;
	grid-row-end: 3
}

.lookbook_item:nth-of-type(3) {
	-ms-grid-column: 51;
	grid-column-start: 51;
	-ms-grid-column-span: 15;
	grid-column-end: 66;
	-ms-grid-row: 1;
	grid-row-start: 1;
	-ms-grid-row-span: 2;
	grid-row-end: 3
}

.lookbook_item:nth-of-type(4) {
	-ms-grid-column: 1;
	grid-column-start: 1;
	-ms-grid-column-span: 15;
	grid-column-end: 16;
	-ms-grid-row: 3;
	grid-row-start: 3;
	-ms-grid-row-span: 2;
	grid-row-end: 5
}

.lookbook_item:nth-of-type(5) {
	-ms-grid-column: 17;
	grid-column-start: 17;
	-ms-grid-column-span: 24;
	grid-column-end: 41;
	-ms-grid-row: 3;
	grid-row-start: 3;
	-ms-grid-row-span: 0;
	grid-row-end: 3
}

.lookbook_item:nth-of-type(6) {
	-ms-grid-column: 42;
	grid-column-start: 42;
	-ms-grid-column-span: 24;
	grid-column-end: 66;
	-ms-grid-row: 3;
	grid-row-start: 3;
	-ms-grid-row-span: 0;
	grid-row-end: 3
}

.lookbook_item:nth-of-type(7) {
	-ms-grid-column: 17;
	grid-column-start: 17;
	-ms-grid-column-span: 15;
	grid-column-end: 32;
	-ms-grid-row: 4;
	grid-row-start: 4;
	-ms-grid-row-span: 2;
	grid-row-end: 6
}

.lookbook_item:nth-of-type(8) {
	-ms-grid-column: 33;
	grid-column-start: 33;
	-ms-grid-column-span: 33;
	grid-column-end: 66;
	-ms-grid-row: 4;
	grid-row-start: 4;
	-ms-grid-row-span: 2;
	grid-row-end: 6
}

.lookbook_item:nth-of-type(9) {
	-ms-grid-column: 1;
	grid-column-start: 1;
	-ms-grid-column-span: 15;
	grid-column-end: 16;
	-ms-grid-row: 5;
	grid-row-start: 5;
	-ms-grid-row-span: 2;
	grid-row-end: 7
}

.lookbook_item:nth-of-type(10) {
	-ms-grid-column: 17;
	grid-column-start: 17;
	-ms-grid-column-span: 24;
	grid-column-end: 41;
	-ms-grid-row: 6;
	grid-row-start: 6;
	-ms-grid-row-span: 0;
	grid-row-end: 6
}

.lookbook_item:nth-of-type(11) {
	-ms-grid-column: 42;
	grid-column-start: 42;
	-ms-grid-column-span: 24;
	grid-column-end: 66;
	-ms-grid-row: 6;
	grid-row-start: 6;
	-ms-grid-row-span: 0;
	grid-row-end: 6
}

.lookbook_item a {
	display: block;
	width: 100%
}

.lookbook_item img {
	width: 100%;
	vertical-align: middle
}

.fancybox-infobar {
	display: none
}

.fancybox-button--close {
	background-color: transparent
}

.fancybox-button--arrow_left {
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.fancybox-button--arrow_left svg,
.fancybox-button--arrow_left:before {
	display: none
}

.fancybox-button--arrow_left:after {
	content: '';
	width: 15px;
	height: 15px;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	border-radius: 1px;
	position: absolute;
	left: 25px;
	top: 40px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.fancybox-button--arrow_right {
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.fancybox-button--arrow_right svg,
.fancybox-button--arrow_right:before {
	display: none
}

.fancybox-button--arrow_right:after {
	content: '';
	width: 15px;
	height: 15px;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	border-radius: 1px;
	position: absolute;
	right: 25px;
	top: 40px;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.lookbook_final_container {
	position: relative
}

.lookbook_final_title {
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
	font-family: Roboto-Regular;
	font-size: 18px;
	color: #000;
	text-align: center
}

.lookbook_final_container p {
	font-family: Roboto-Light;
	font-size: 20px;
	line-height: 1.4;
	color: #666;
}

.lookbook_final_title h1 {
	font-family: Montserrat-SemiBold;
	font-size: 30px;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 30px;
	text-align: center
}

.lookbook_final_title .socials_links svg {
	fill: #1072b9
}

.go_to_page_link {
	position: absolute;
	width: 36px;
	height: 36px;
	top: -webkit-calc(50% - 18px);
	top: calc(50% - 18px);
	background-color: #1072b9;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	opacity: .6
}

.go_to_page_link svg {
	width: 18px;
	height: 18px;
	fill: #fff
}

.lkb_prev {
	left: 0;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.lkb_next {
	right: 0;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.lkb_final_likes_and_socials {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 30px 0
}

.lkb_final_articles {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 30px 0 50px
}

.lkb_article {
	position: relative;
	font-family: Roboto-Regular;
	font-size: 18px;
	color: #000;
	text-decoration: none
}

.prev_article {
	padding: 9px 0 9px 50px
}

.next_article {
	padding: 9px 50px 9px 0
}

#lookbook h1 {
	font-family: Montserrat-SemiBold;
	font-size: 30px;
	color: #000;
	text-align: center;
	margin: 30px 0;
	text-transform: uppercase
}

.lookbook_element {
	font-family: Roboto-Light;
	font-size: 18px;
	line-height: 1.3;
	color: #000;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: 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;
	margin: 0 auto;
	position: relative
}

.lookbook_element h2 {
	font-family: Montserrat-Bold;
	font-size: 30px;
	color: #000;
	text-transform: uppercase;
	text-align: left
}

.lookbook_element h3 {
	font-family: Montserrat-Light;
	font-size: 25px;
	color: #000;
	text-transform: uppercase;
	text-align: left
}

.lookbook_element img {
	width: 100%;
	max-width: 100%;
	vertical-align: middle
}

.lookbook_element .lkb_posinit_image_container {
	display: block
}

.lkb_elem_readmore {
	display: inline-block;
	background-color: #fff;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	font-family: Montserrat-Regular;
	font-size: 14px;
	border-radius: 2px;
	padding: 12.5px 22px;
	text-align: center;
	border: 3px solid #1072b9;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.lkb_posinit_image_container {
	width: 100%
}

.lkb_elem_first_version {
	width: 100%;
	max-width: 990px;
	padding-right: 30px;
	padding-top: 30px
}

.lkb_elem_first_version .lkb_elem_container {
	max-width: 460px;
	margin-left: auto
}

.lkb_elem_container p {
	line-height: 1.4;
	/*color: #666;*/
}

.lkb_elem_first_version .lkb_elem_container h2 {
	width: 90%;
	line-height: 1.1
}

.lkb_elem_first_version .lkb_posinit_image_container {
	margin-top: 10px
}

.lkb_elem_first_version .lkb_posinit_image_container:before {
	content: '';
	width: 100%;
	height: 560px;
	border: 2px solid #1072b9;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.lkb_elem_first_version .lkb_posabsolute_image_container {
	width: 460px;
	height: 500px;
	position: absolute;
	top: 30px;
	left: -30px;
	z-index: 3
}

.lkb_elem_first_version .lkb_elem_content_wrapper {
	width: 100%;
	margin-top: -15px
}

.lkb_elem_first_version .lkb_elem_content_wrapper .lkb_elem_content {
	max-width: 430px
}

.lkb_elem_first_version .lkb_elem_readmore {
	margin-top: 50px
}

.lkb_elem_second_version {
	margin-top: 80px;
	width: 100%;
	max-width: 1220px
}

.lkb_elem_second_version .lkb_elem_container {
	max-width: 660px;
	margin-left: auto
}

.lkb_elem_second_version .lkb_elem_container h3 {
	margin-bottom: 40px
}

.lkb_elem_second_version .lkb_posinit_image_container {
	margin-bottom: 60px
}

.lkb_elem_second_version .lkb_posinit_image_container:before {
	content: '';
	position: absolute;
	top: 140px;
	right: 140px;
	z-index: 1;
	width: 1080px;
	height: 460px;
	border: 3px solid #1072b9;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s
}

.lkb_elem_second_version .lkb_elem_readmore {
	margin-top: 50px
}

.lkb_elem_second_version .lkb_posabsolute_image_container {
	width: 460px;
	height: 660px;
	position: absolute;
	top: 75px;
	left: 30px;
	z-index: 3
}

.lkb_elem_third_version {
	margin-top: 70px
}

.lkb_elem_third_version .lkb_elem_container {
	max-width: 580px;
	margin-left: 30px
}

.lkb_elem_third_version .lkb_elem_container h2 {
	margin-bottom: 30px
}

.lkb_elem_third_version .lkb_posabsolute_image_container {
	width: 500px;
	height: 460px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2
}

.lkb_elem_third_version .lkb_elem_readmore {
	margin-top: 75px
}

.lkb_elem_third_version .lkb_posinit_image_container {
	width: 840px;
	height: 460px;
	margin-top: 60px;
	position: relative
}

.lkb_elem_third_version .lkb_posinit_image_container:before {
	content: '';
	position: absolute;
	top: -30px;
	right: -30px;
	z-index: 3;
	width: 100%;
	height: 100%;
	border: 3px solid #1072b9;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.brands_final_content_wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: 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
}

.brands_final_element {
	border: 1px solid #EBEBEB;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: -webkit-calc(25% - 23px);
	width: calc(25% - 23px);
	margin-bottom: 30px;
	margin-right: 30px;
	position: relative;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	padding: 15px
}

.brands_final_item {
	width: -webkit-calc(100% / 3 - 23px);
	width: calc(100% / 3 - 23px);
	margin-bottom: 30px;
	margin-right: 30px;
}

.brands_final_element .brands__bg {
	width: 100%;
	padding-top: -webkit-calc(70% - 11px);
	padding-top: calc(70% - 11px);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto
}

.brands_final_element img {
	max-width: 100%
}

.brands_final_img {
	border: 1px solid #EBEBEB;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    padding: 15px;
}

.brands_final_img img {
	max-width: 100%;
	max-height: 170px;
	-webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.brands_final_element:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	border: 3px solid #1072b9;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.brands_final_element:nth-of-type(4n) {
	margin-right: 0
}

.brands_final_item:nth-of-type(3n) {
	margin-right: 0
}

.brands_final_link {
	display: block;
	border-bottom: 1px solid #EBEBEB;
	margin-bottom: 15px;
}

.brands_final_link:hover .brands_final_img img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.brands__supbrands {
	margin-top: 15px;
}

.brands__supbrands a {
	display: inline-block; 
	margin-bottom: 10px;
	margin-right: 10px;
	text-decoration: underline;
	color: #A4A3A3;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.brands__supbrands a:hover {
	color: #267EBE;
}

.brands_final_title {
	position: relative;
	display: block;
	padding: 20px 0;
	padding-right: 35px;
	font-family: Montserrat-SemiBold;
    font-size: 17px;
    color: #000000;
    text-decoration: none;
    -webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.brands_final_title span {
	text-decoration: underline;
}

.brands_final_link:hover .brands_final_title {
	color: #267EBE;
}

.brands_final_title::after {
	content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(-45deg);
    width: 10px;
    height: 10px;
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
    -webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.brands_final_link:hover .brands_final_title::after {
	border-color: #267EBE;
	/*right: 5px;*/
}

.brands_catalog_banner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: 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
}

.brands_catalog_banner .brands_catalog_image {
	min-height: 290px;
	width: 290px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.brands_catalog_banner_content b,
.brands_catalog_banner_content strong {
	font-weight: bold;
	line-height: inherit;
}

.brands_catalog_banner_content ul {
	list-style-type: disc;
	padding-left: 40px;
}

.brands_catalog_banner .brands_catalog_banner_content {
	font-family: Roboto-Light;
	font-size: 18px;
	color: #000;
	line-height: 1.2;
	width: -webkit-calc(100% - 320px);
	width: calc(100% - 320px)
}

.brands_catalog_banner .brands_catalog_banner_content h2,
.brands_catalog_banner .brands_catalog_banner_content .h2 {
	text-align: left;
	text-transform: uppercase;
	font-family: Montserrat-SemiBold;
	font-size: 25px;
	color: #000;
	margin-bottom: 20px
}

#brands_list {
	padding-bottom: 20px
}

#brands_list h1 {
	font-family: Montserrat-SemiBold;
	font-size: 30px;
	color: #000;
	text-align: center;
	margin: 30px 0;
	text-transform: uppercase
}

.product_popup {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10007;
	width: 100%;
	min-height: 100vh;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s
}

.product_popup .product_popup_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100vh;
	z-index: 10008;
	background-color: rgba(0, 0, 0, .5)
}

.product_popup .product_popup_content {
	padding: 30px;
	background-color: #fff;
	width: 100%;
	max-height: 90%;
	max-width: 1270px;
	z-index: 10009;
	position: fixed;
	top: 50%;
	left: -50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: .8s;
	-o-transition: .8s;
	transition: .8s;
	overflow: auto
}

.product_popup .product_popup_content .products_catalog {
	margin-top: 0
}

.close_product_popup {
	position: absolute;
	top: 7px;
	right: 7px;
	width: 30px;
	height: 30px;
	cursor: pointer
}

.close_product_popup:before {
	content: '';
	position: absolute;
	top: 11px;
	left: 8px;
	width: 17px;
	height: 2px;
	background-color: #ebebeb;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.close_product_popup:after {
	content: '';
	position: absolute;
	top: 11px;
	left: 8px;
	width: 17px;
	height: 2px;
	background-color: #ebebeb;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.product_popup.active {
	opacity: 1;
	visibility: visible
}

.product_popup.active .product_popup_content {
	left: 50%
}

.product_popup .product_final_sliders {
	width: 100%;
	max-width: 460px
}

.product_popup .product_final_sliders .big_slider_container {
	height: 460px
}

.product_popup #one_to_show .product_wrapper .product_description {
	width: -webkit-calc(100% - 490px);
	width: calc(100% - 490px)
}

.product_popup #one_to_show .product_wrapper .product_favorite {
	top: 12px;
	left: 34%
}

.pagination {
	margin: 70px auto
}

.pagination ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.pagination ul li {
	padding: 7px 10px;
	margin: 0 10px
}

.pagination ul li a {
	font-family: Montserrat-Semibold;
	font-size: 17px;
	color: #000;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	text-decoration: none
}

.pagination ul .pagination_arrow {
	cursor: pointer
}

.pagination ul .pagination_arrow svg {
	width: 18px;
	height: 18px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.pagination ul .previous_page svg {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.pagination ul .next_page svg {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.pagination li.active {
	background-color: #1072b9
}

.pagination li.active a {
	color: #fff!important
}

.promo_links_container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 50px
}

.promo_link {
	display: block;
	max-height: 385px;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
	position: relative;
	overflow: hidden
}

.promo_link:not(:last-child) {
	margin-bottom: 30px
}

.promo_link:before {
	content: '';
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: -webkit-calc(100% - 15px);
	width: calc(100% - 15px);
	height: -webkit-calc(100% - 15px);
	height: calc(100% - 15px);
	position: absolute;
	border: 3px solid #1072b9;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.promo_link:after {
	content: '';
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: -webkit-calc(100% - 30px);
	width: calc(100% - 30px);
	height: -webkit-calc(100% - 30px);
	height: calc(100% - 30px);
	position: absolute;
	top: 15px;
	right: 15px;
	border: 1px solid #fff;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden
}

.promo_link_text_content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(16, 114, 185, .7);
	font-family: Roboto-Regular;
	font-size: 20px;
	color: #fff;
	padding: 15px 20px 22px 30px;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s
}

.promo_link_text_content h3 {
	font-family: Montserrat-Bold;
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 10px
}

.promo_link_bg {
	padding-top: -webkit-calc(41% - 1.05px);
	padding-top: calc(41% - 1.05px);
	width: 100%;
	height: 100%;
	display: block;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.promo_link_small {
	width: -webkit-calc(30% - 45px);
	width: calc(30% - 45px)
}

.promo_link_small .promo_link_bg {
	padding-top: -webkit-calc(112% + 0.41px);
	padding-top: calc(112% + 0.41px)
}

.promo_link_small .promo_link_text_content h3 {
	font-size: 25px
}

.promo_link_medium {
	width: -webkit-calc(70% + 10px);
	width: calc(70% + 10px)
}

.promo_link_full {
	width: 100%
}

.promo_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 30px
}

.promo_list_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: calc(50% - 10px);
	margin-bottom: 20px;
}

.promo_list_link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	text-decoration: none;
}

.promo_list_img {
	width: 100%;
	padding-bottom: 52%;
	background-size: cover;
	background-position: center;
}

.promo_list_title {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	position: relative;
    display: block;
    padding: 15px 5px;
    padding-right: 35px;
    font-family: Montserrat-SemiBold;
    font-size: 17px;
    color: #000000;
    text-decoration: none;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.promo_list_title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
    width: 10px;
    height: 10px;
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.promo_list_link:hover .promo_list_title {
    color: #267EBE;
}

.promo_list_link:hover .promo_list_title::after {
    border-color: #267EBE;
    right: 5px; 
}

.promo_list_descr {
	padding: 5px;
	border-top: 1px solid #EBEBEB;
	margin-top: auto;
	color: #A4A3A3;
	font-size: 16px;
	font-family: Roboto-Regular;
}

.promo_list_time {
	color: #e8008c;
	font-family: Roboto-Medium;
}

.pos_topleft {
	padding-top: 15px;
	padding-left: 15px
}

.pos_topleft:before {
	top: 0;
	right: 15px
}

.pos_topright {
	padding-top: 15px;
	padding-right: 15px
}

.pos_topright:before {
	top: 0;
	right: 0
}

.pos_bottomleft {
	padding-bottom: 15px;
	padding-left: 15px
}

.pos_bottomleft:before {
	top: 15px;
	right: 15px
}

.pos_bottomright {
	padding-bottom: 15px;
	padding-right: 15px
}

.pos_bottomright:before {
	top: 15px;
	right: -15px
}

.promo_wrapper {
	font-family: Roboto-Light;
	font-size: 18px;
	color: #333
}

.promo_wrapper h1 {
	font-family: Montserrat-SemiBold;
	font-size: 30px;
	color: #000;
	text-transform: uppercase;
	text-align: center
}

.promo_wrapper p {
	line-height: 1.4
}

.promo_catalog {
	padding-bottom: 35px;
	border-bottom: 1px solid #EBEBEB;
	margin-bottom: 25px;
}

.promo_catalog h2 {
	font-family: Montserrat-SemiBold;
	font-size: 30px;
	color: #e8008c;
	text-transform: uppercase;
	text-align: center;
	margin: 70px 0
}

.promo_catalog h2 a {
	color: #e8008c;
}

.promo_catalog_more_mob {
	display: none;
}

.promo_catalog_more_desktop {
	    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.promo_catalog_more {
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 270px;
    padding: 10px;
    padding-right: 20px;
    background: #E8008C;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-family: Montserrat-SemiBold;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.4;
}

.promo_catalog_more_arrow {
	position: relative;
	width: 10px;
	height: 10px;
	flex-shrink: 0;
}

.promo_catalog_more_arrow:after {
	content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 10px;
    height: 10px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.promo_catalog #six_to_show .product_wrapper .product_image_container {
	max-height: 300px
}

.promo_catalog #six_to_show .product_wrapper .product_form {
	width: 90%
}

.promo_catalog #six_to_show .product_wrapper .add_to_basket {
	width: 100%;
	font-size: 14px
}

.promo_final_container {
	font-family: Roboto-Light;
	font-size: 20px;
	color: #666;
	line-height: 1.3
}

.promo_final_container h1 {
	font-family: Montserrat-SemiBold;
	font-size: 30px;
	color: #1072b9;
	text-transform: uppercase;
	text-align: center;
	margin: 40px 0
}

.promo_final_container h2,
.promo_final_container .h2 {
	font-size: 1.1em;
	font-weight: 600;
	margin: 20px 0
}

.promo_final_container h3 {
	font-weight: 600;
	font-size: 1.1em;
	margin: 20px 0
}

.promo_final_container p {
	width: 100%;
	margin-bottom: 20px;
	line-height: 1.4
}

.promo_final_container ul {
	margin-left: 40px;
	margin-bottom: 20px;
	padding-left: 15px;
	list-style: disc
}

.promo_final_container ol {
	margin-left: 40px;
	margin-bottom: 20px;
	padding-left: 15px;
	list-style: decimal
}

.promo_final_container li {
	margin-bottom: 10px
}

.promo_final_container strong,
.promo_final_container b {
	font-weight: 700;
	display: inline;
}

.promo_final_container em,
.promo_final_container i {
	font-style: italic;
	display: inline;
}

.promo_final_container .promo_period {
	display: block;
	text-decoration: none;
	font-family: Roboto-Bold;
	font-size: 25px;
	text-align: center;
	margin: 30px 0
}

.promo_final_container a {
	color: #1072b9;
}

.promo_final_container a:hover {
	text-decoration: none;
}

.promo_product_image {
	display: block;
	width: 100%;
	text-align: center;
}

.promo_product_image img {
	max-width: 100%
}

.about__dates__wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 70px
}

.dates__gender {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.dates__gender h4 {
	margin-right: 35px;
	font-family: Roboto-Light;
	font-size: 13px;
	color: #a4a3a3
}

.dates__gender .custom__radio.basket__radio__margin {
	margin: 0 15px 0 0
}

.dates__gender .custom__radio input {
	cursor: pointer;
	z-index: 2
}

.dates__gender .custom__radio .custom__radio__button {
	border: 1px solid #a4a3a3
}

.personal__dates__form {
	width: 100%;
	max-width: 640px
}

.personal__dates__form .dates__submit {
	margin-top: 20px
}

.personal__dates__form .dates__submit p {
	margin: 0;
	font-size: 15px;
	color: #1072b9
}

.personal__dates__form .dates__submit button {
	margin-top: 10px;
	width: 208px;
	height: 38px;
	background-color: #fff;
	color: #181818;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border: 3px solid #1072b9;
	cursor: pointer;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	text-transform: uppercase;
	font-family: Montserrat-SemiBold;
	font-size: 15px
}

.dates__inputs {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 25px
}

.dates__inputs h5 {
	font-family: Montserrat-SemiBold;
	font-size: 17px;
	color: #181818;
	display: block;
	width: 100%;
	margin-bottom: 20px
}

.dates__inputs label {
	display: block;
	width: 100%;
	padding: 0 15px;
	font-family: Roboto-Light;
	font-size: 13px;
	color: #181818;
	margin-bottom: 5px;
	min-height: 16px
}

.dates__inputs .date__input {
	margin-bottom: 10px
}

.dates__inputs .date__input input {
	display: block;
	width: 100%;
	padding: 10px 15px;
	background-color: #ebebeb;
	font-family: Roboto-Light;
	font-size: 15px;
	color: #181818;
	border: none;
	max-height: 38px;
	opacity: 1;
	position: initial;
	border-radius: 0;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent;
	-moz-tap-highlight-color: transparent
}

.dates__inputs .date__input .date__select__wrapper {
	position: relative;
	width: 100%;
	background-color: #ebebeb
}

.dates__inputs .date__input .date__select__wrapper:before {
	content: '';
	width: 7px;
	height: 7px;
	border-bottom: 1px solid #181818;
	border-right: 1px solid #181818;
	top: -webkit-calc(50% - 6px);
	top: calc(50% - 6px);
	right: 10px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out
}

.dates__inputs .date__input .date__select__wrapper select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 100%;
	background-color: transparent;
	border: none;
	padding: 0 15px;
	height: 38px;
	font-family: Roboto-Light;
	font-size: 15px
}

.dates__inputs .date__input.width100 {
	width: 100%
}

.dates__inputs .date__input.width80 {
	width: -webkit-calc(80% + 8px);
	width: calc(80% + 8px)
}

.dates__inputs .date__input.width75 {
	width: 75%
}

.dates__inputs .date__input.width50 {
	width: -webkit-calc(100% / 2 - 5px);
	width: calc(100% / 2 - 5px);
	margin-right: 10px
}

.dates__inputs .date__input.width50.single_in_row {
	width: -webkit-calc(100% / 2 - 10px);
	width: calc(100% / 2 - 10px)
}

.dates__inputs .date__input.width40 {
	width: -webkit-calc(40% + 24px);
	width: calc(40% + 24px);
	margin-right: 10px
}

.dates__inputs .date__input.width25 {
	width: -webkit-calc(100% / 4 - 10px);
	width: calc(100% / 4 - 10px);
	margin-right: 10px
}

.dates__inputs .date__input.width20 {
	width: -webkit-calc(100% / 4 - 50px);
	width: calc(100% / 4 - 50px);
	margin-right: 10px
}

.dates__inputs .date__input.last_in_row {
	margin-right: 0
}

.dates__inputs .label__row {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.dates__inputs .label__row label {
	width: 100%
}

.dates__inputs .date__input .date__select__wrapper.active:before {
	top: -webkit-calc(50% - 1px);
	top: calc(50% - 1px);
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg)
}

.personal__avatar {
	margin-left: 55px
}

.personal__avatar .personal__user__avatar {
	width: 208px;
	height: 208px;
	position: relative;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat
}

.personal__avatar .personal__user__avatar input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: 2;
	opacity: 0;
	border-radius: 0;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent;
	-moz-tap-highlight-color: transparent
}

.personal__avatar button {
	margin-top: 10px;
	width: 208px;
	height: 38px;
	background-color: #fff;
	color: #181818;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border: 3px solid #1072b9;
	cursor: pointer;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	text-transform: uppercase;
	font-family: Montserrat-SemiBold;
	font-size: 15px
}

.one__dates__block {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #1072b9
}

.one__dates__block h2 {
	font-family: Montserrat-SemiBold;
	font-size: 18px;
	color: #181818;
	margin: 0 0 15px
}

.dates__adress__information {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px 0;
	border-bottom: 1px solid #ebebeb
}

.dates__adress__information .current__address__block {
	font-family: Roboto-Light;
	font-size: 15px;
	color: #181818
}

.dates__adress__information .current__address__block p {
	margin: 0;
	display: block;
	width: 100%
}

.dates__adress__information .current__address__block p:not(:last-child) {
	margin-bottom: 10px
}

.dates__adress__information .dates__address_controls {
	margin-left: 190px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.dates__adress__information .dates__address_controls .adress__controls {
	width: 160px;
	height: 52px;
	background-color: #fff;
	color: #181818;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border: 3px solid #1072b9;
	cursor: pointer;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	text-transform: uppercase;
	font-family: Montserrat-SemiBold;
	font-size: 15px
}

.dates__adress__information .dates__address_controls .adress__controls:not(:last-child) {
	margin-right: 10px
}

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

.add_more_adresses .add__content__btn {
	background-color: #fff;
	color: #181818;
	display: inline-block;
	border: 3px solid #1072b9;
	cursor: pointer;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	text-transform: uppercase;
	font-family: Montserrat-SemiBold;
	font-size: 15px;
	padding: 6.5px 20px 6.5px 44px;
	position: relative
}

.add_more_adresses .add__content__btn:before {
	content: '';
	width: 11px;
	height: 3px;
	background-color: #181818;
	position: absolute;
	top: -webkit-calc(50% - 1.5px);
	top: calc(50% - 1.5px);
	left: 20px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.add_more_adresses .add__content__btn:after {
	content: '';
	width: 3px;
	height: 11px;
	background-color: #181818;
	position: absolute;
	top: -webkit-calc(50% - 5.5px);
	top: calc(50% - 5.5px);
	left: 24px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.add_company__form {
	max-width: 640px
}

.fixed__overlay__personal {
	width: 0;
	height: 0;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 10000;
	background-color: rgba(0, 0, 0, .5)
}

.fixed__overlay__personal.hide {
	width: 100%;
	height: 100%;
	-webkit-animation: hideDatesPopup .4s ease-in-out forwards;
	animation: hideDatesPopup .4s ease-in-out forwards;
	-webkit-animation-delay: .4s;
	animation-delay: .4s
}

.fixed__overlay__personal.active {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-animation: showDatesPopup .4s ease-in-out forwards;
	animation: showDatesPopup .4s ease-in-out forwards
}

.personal__dates__adress__modify {
	background-color: #fff;
	padding: 30px;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 10002;
	max-width: 630px;
	-webkit-animation: hideAdressForm .6s ease-in-out forwards;
	animation: hideAdressForm .6s ease-in-out forwards;
	opacity: 0;
	visibility: hidden;
	width: 100%;
}

.personal__dates__adress__modify .dates__inputs {
	margin: 0;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.personal__dates__adress__modify .date__input.width50 {
	margin-right: 0;
	width: -webkit-calc(100% / 2 - 5px);
	width: calc(100% / 2 - 5px);
	align-self: flex-end;
}

.adress_form__controls {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.adress_form__controls .dismiss,
.adress_form__controls button {
	width: 208px;
	height: 38px;
	background-color: #fff;
	color: #181818;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border: 3px solid #1072b9;
	cursor: pointer;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	text-transform: uppercase;
	font-family: Montserrat-SemiBold;
	font-size: 15px
}

.adress_form__controls .dismiss {
	margin-left: 10px
}

.personal__dates__adress__modify.active {
	-webkit-animation: showAdressForm .6s ease-in-out forwards;
	animation: showAdressForm .6s ease-in-out forwards;
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}

@-webkit-keyframes showDatesPopup {
	from {
		display: block;
		width: 0;
		height: 0
	}
	to {
		display: none;
		width: 100%;
		height: 100%
	}
}

@keyframes showDatesPopup {
	from {
		display: block;
		width: 0;
		height: 0
	}
	to {
		display: none;
		width: 100%;
		height: 100%
	}
}

@-webkit-keyframes hideDatesPopup {
	from {
		width: 100%;
		height: 100%
	}
	to {
		width: 0;
		height: 0
	}
}

@keyframes hideDatesPopup {
	from {
		width: 100%;
		height: 100%
	}
	to {
		width: 0;
		height: 0
	}
}

@-webkit-keyframes showAdressForm {
	from {
		opacity: 0;
		-webkit-transform: translate(-150%, -50%);
		transform: translate(-150%, -50%)
	}
	to {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}
}

@keyframes showAdressForm {
	from {
		opacity: 0;
		-webkit-transform: translate(-150%, -50%);
		transform: translate(-150%, -50%)
	}
	to {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}
}

@-webkit-keyframes hideAdressForm {
	from {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}
	to {
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translate(60%, -50%);
		transform: translate(60%, -50%)
	}
}

@keyframes hideAdressForm {
	from {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}
	to {
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translate(60%, -50%);
		transform: translate(60%, -50%)
	}
}

.personal__mobile__menu {
	display: none;
	position: fixed;
	width: 310px;
	height: 100vh;
	max-height: 100vh;
	overflow-y: auto;
	background-color: #fff;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	top: 0;
	left: 0;
	-webkit-transform: translateX(-102%);
	-ms-transform: translateX(-102%);
	transform: translateX(-102%);
	z-index: 10010
}

.personal__mobile__menu .close__personal__menu {
	width: 100%;
	height: 50px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 18px 15px;
	background-color: #1072b9;
	position: relative
}

.personal__mobile__menu .close__personal__menu span {
	display: block;
	font-family: Roboto-Bold;
	font-size: 16px;
	color: #fff;
	margin-left: 25px;
	text-transform: uppercase
}

.personal__mobile__menu .close__personal__menu:before {
	content: '';
	width: 14px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 23px;
	left: 15px;
	border-radius: 30px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.personal__mobile__menu .close__personal__menu:after {
	content: '';
	width: 14px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 23px;
	left: 15px;
	border-radius: 30px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.personal__mobile__menu .personal__mobile__menu__links {
	width: 100%
}

.personal__mobile__menu .personal__mobile__menu__links .pers__mob__link {
	display: block;
	width: 100%;
	min-height: 53px;
	padding: 18px 15px;
	text-decoration: none;
	text-transform: uppercase;
	color: #181818;
	font-family: Roboto-Bold;
	font-size: 16px
}

.personal__mobile__menu .personal__mobile__menu__links .pers__mob__link:not(:last-child) {
	border-bottom: 1px solid #1072b9
}

.personal__mobile__menu.active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

.about__personal__commands__container h2 {
	font-family: Montserrat-SemiBold;
	font-size: 18px;
	color: #000
}

.empty__commands {
	width: 100%;
	text-align: center;
	margin: 30px 0
}

.empty__commands svg {
	width: 140px;
	height: 125px;
	fill: #ebebeb
}

.empty__commands .empty__description {
	font-family: Roboto-Light;
	font-size: 20px;
	color: #1072b9;
	margin: 20px 0
}

.empty__commands .empty__link {
	margin: 20px auto;
	font-family: Montserrat-SemiBold;
	font-size: 25px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	width: 370px;
	height: 50px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #1072b9;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.pct__row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: Roboto-Light;
	font-size: 15px;
	color: #000;
	padding: 11px 15px
}

.pct__row .pct:not(:last-child) {
	margin-right: 20px
}

.pct__row .pct__list__first {
	width: 70px;
	margin-right: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.pct__row .pct__list__first svg {
	background-color: transparent;
	width: 30px;
	height: 30px
}

.pct__row .pct__list__first.pct_yellow svg {
	fill: #FC0
}

.pct__row .pct__list__first.pct_pink svg {
	fill: #E8008C
}

.pct__row .pct__list__first.pct_green svg {
	fill: #3C3
}

.pct__row .pct__list__second {
	width: 140px
}

.pct__row .pct__list__third {
	width: 90px
}

.pct__row .pct__list__fourth {
	width: 100px
}

.pct__row .pct__list__fifth {
	width: 135px
}

.pct__row .pct__list__sixth {
	width: 175px
}

.pct__row .pct__list__seventh {
	width: 120px
}

.pct__row.title__row {
	background-color: #ebebeb
}

.pct__row:not(:first-child) {
	border-bottom: 1px solid #ebebeb
}

.pct__link {
	text-decoration: underline;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	cursor: pointer;
	display: block
}

.pct__link.pct__see__details {
	margin-bottom: 15px
}

.personal__popup__wrapper {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	z-index: 10005;
	display: none;
	-webkit-animation-delay: .6s;
	animation-delay: .6s
}

.personal__popup__wrapper .personal__popup__overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .5);
	z-index: 10006;
	cursor: pointer;
	-webkit-animation: fadeOut .4s linear forwards;
	animation: fadeOut .4s linear forwards
}

.personal__popup__wrapper .personal__commands__popup {
	position: absolute;
	top: 50%;
	/*left: 50%;*/
	left: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 10007;
	background-color: #fff;
	padding: 10px 30px;
	border: 1px solid #ebebeb;
	/*-webkit-animation: slideRTL .4s linear forwards;*/
	/*animation: slideRTL .4s linear forwards;*/
	max-height: 94%;
	width: 100%;
	max-width: 890px;
	overflow-y: auto
}

.personal__popup__wrapper .personal__commands__popup .close__personal__popup {
	width: 50px;
	height: 50px;
	padding: 15px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer
}

.personal__popup__wrapper .personal__commands__popup .close__personal__popup svg {
	width: 20px;
	height: 20px;
	fill: #ebebeb;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.personal__popup__wrapper .personal__commands__popup h2 {
	font-family: Roboto-Medium;
	font-size: 17px;
	color: #000;
	text-align: left;
	margin-bottom: 20px
}

.personal__popup__wrapper .personal__commands__popup .basket__element__total_price {
	/*width: 90px*/
}

.personal__popup__wrapper .personal__commands__popup .basket__elements__wrapper {
	width: 100%
}

.personal__popup__wrapper .personal__commands__popup .personal__command__number {
	font-family: Roboto-Bold;
	font-size: 17px;
	color: #1072b9;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-transform: uppercase;
	margin-bottom: 10px
}

.personal__popup__wrapper .personal__commands__popup .personal__command__number svg {
	margin-left: 10px;
	width: 25px;
	height: 25px;
	fill: #3C3
}

.personal__popup__wrapper .personal__commands__popup .popup__padding_wrapper {
	padding-left: 10px
}

.personal__popup__wrapper .personal__commands__popup .popup__padding_wrapper:not(:last-child) {
	margin-bottom: 10px
}

.personal__popup__wrapper.active {
	display: block
}

.personal__popup__wrapper.active .personal__popup__overlay {
	-webkit-animation: fadeIn .4s linear forwards;
	animation: fadeIn .4s linear forwards
}

.personal__popup__wrapper.active .personal__commands__popup {
	/*-webkit-animation: slideLTR .4s linear forwards;*/
	/*animation: slideLTR .4s linear forwards*/
}

.personal__popup__wrapper.elemhidden {
	display: block;
	-webkit-animation: fadeOut .4s linear forwards;
	animation: fadeOut .4s linear forwards
}

.personal__popup__details {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 10px;
	font-family: Roboto-Light;
	font-size: 15px;
	color: #000;
	line-height: 1.4
}

.personal__popup__details h2 {
	margin-bottom: 5px!important
}

.personal__popup__details .small__gray {
	font-size: 12px;
	color: #999;
	margin-bottom: 10px
}

.personal__popup__details .popup__details__element {
	width: -webkit-calc(100% / 3 - 15px);
	width: calc(100% / 3 - 15px)
}

.pers__popup__price {
	border-top: 1px solid #ebebeb;
	padding: 20px 0 0;
	text-align: right
}

.pers__popup__price .pers__delivery__price {
	font-family: Roboto-Regular;
	font-size: 20px;
	color: #000;
	margin-bottom: 10px
}

.pers__popup__price .pers__delivery__price span {
	display: inline-block;
	min-width: 125px;
	text-transform: uppercase
}

.pers__popup__price .pers__delivery__price span sup {
	vertical-align: super;
	font-size: 11px
}

.pers__popup__price .pers__total__price {
	font-family: Roboto-Medium;
	font-size: 20px;
	color: #1072b9;
	margin: 10px 0;
	text-transform: uppercase
}

.pers__popup__price .pers__total__price span {
	display: inline-block;
	min-width: 125px;
	text-transform: uppercase
}

.pers__popup__price .pers__total__price span sup {
	vertical-align: super;
	font-size: 11px
}

.pers__popup__price .repeat__command {
	text-transform: uppercase;
	background-color: #1072b9;
	color: #fff;
	font-family: Montserrat-SemiBold;
	font-size: 15px;
	width: 208px;
	height: 38px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 35px auto 0;
	text-decoration: none;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
		visibility: hidden
	}
	to {
		opacity: 1;
		visibility: visible
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
		visibility: hidden
	}
	to {
		opacity: 1;
		visibility: visible
	}
}

@-webkit-keyframes fadeOut {
	from {
		opacity: 1;
		visibility: visible
	}
	to {
		opacity: 0;
		visibility: hidden
	}
}

@keyframes fadeOut {
	from {
		opacity: 1;
		visibility: visible
	}
	to {
		opacity: 0;
		visibility: hidden
	}
}

@-webkit-keyframes slideLTR {
	from {
		opacity: 0;
		visibility: hidden;
		left: 20%
	}
	to {
		opacity: 1;
		visibility: visible;
		left: 50%
	}
}

@keyframes slideLTR {
	from {
		opacity: 0;
		visibility: hidden;
		left: 20%
	}
	to {
		opacity: 1;
		visibility: visible;
		left: 50%
	}
}

@-webkit-keyframes slideRTL {
	from {
		opacity: 1;
		visibility: visible;
		left: 50%
	}
	to {
		opacity: 0;
		visibility: hidden;
		left: 70%
	}
}

@keyframes slideRTL {
	from {
		opacity: 1;
		visibility: visible;
		left: 50%
	}
	to {
		opacity: 0;
		visibility: hidden;
		left: 70%
	}
}

@-webkit-keyframes dNone {
	from {
		display: block
	}
	to {
		display: none
	}
}

@keyframes dNone {
	from {
		display: block
	}
	to {
		display: none
	}
}

.personal__commands__mobile__table {
	display: none
}

.personal__commands__mobile__table h2 {
	text-align: center
}

.personal__commands__mobile__table .mobile__table__element {
	width: 100%;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	border: 1px solid #ebebeb;
	padding: 0 5px
}

.personal__commands__mobile__table .mobile__table__element p {
	font-family: Roboto-Light;
	font-size: 15px;
	color: #999
}

.personal__commands__mobile__table .mobile__table__element p span {
	font-family: Roboto-Regular;
	margin-left: 5px;
	color: #000
}

.personal__commands__mobile__table .mobile__table__element .mob__table__top__details {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #ebebeb;
	padding: 15px 7px
}

.personal__commands__mobile__table .mobile__table__element .mob__table__top__details p {
	margin: 0
}

.personal__commands__mobile__table .mobile__table__element .mob__table__main__details {
	position: relative;
	padding: 0 7px;
	border-bottom: 1px solid #ebebeb
}

.personal__commands__mobile__table .mobile__table__element .mob__table__main__details p {
	margin: 20px 0
}

.personal__commands__mobile__table .mobile__table__element .mob__table__main__details .svg__wrapper {
	width: 30px;
	height: 30px;
	position: absolute;
	top: -5px;
	right: 10px;
	fill: #000;
	z-index: 5
}

.personal__commands__mobile__table .mobile__table__element .mob__table__main__details .svg__wrapper svg {
	width: 30px;
	height: 30px;
	fill: #000
}

.personal__commands__mobile__table .mobile__table__element .mob__table__main__details .svg__wrapper.pct_yellow svg {
	fill: #FC0
}

.personal__commands__mobile__table .mobile__table__element .mob__table__main__details .svg__wrapper.pct_pink svg {
	fill: #E8008C
}

.personal__commands__mobile__table .mobile__table__element .mob__table__main__details .svg__wrapper.pct_green svg {
	fill: #3C3
}

.personal__commands__mobile__table .mobile__table__element .mob__table__main__details .command__status {
	text-align: center;
	font-family: Roboto-Regular;
	font-size: 15px;
	color: #000;
	margin: 30px 0
}

.personal__commands__mobile__table .command__status__details {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	padding: 15px 20px
}

.personal__commands__mobile__table .command__status__details .pct__link {
	text-decoration: none;
	font-family: Montserrat-SemiBold;
	font-size: 15px;
	color: #1072b9;
	text-transform: uppercase;
	margin: 0
}

.personal__commands__mobile__table .command__status__details.beetwen {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.personal__commands__mobile__table .mobile__table__element .mob__table__main__details .command__status.delivered p {
	margin: 0
}

.personal__commands__mobile__table .mobile__table__element .mob__table__main__details .command__status.delivered span {
	font-family: Roboto-Regular;
	color: #1072b9
}

.personal__commands__mobile__table .mobile__table__element:not(:last-child) {
	margin-bottom: 20px
}

.mobile__close__trigger {
	display: none;
	font-family: Roboto-Regular;
	font-size: 17px;
	color: #000;
	text-decoration: underline;
	text-align: center;
	margin: 30px 0
}

.mob__only {
	display: none
}

.personal_title h1 {
	font-family: Montserrat-SemiBold;
	font-size: 18px;
	color: #1072b9;
	text-transform: uppercase;
	margin-bottom: 20px
}

.personal_title h2 {
	font-family: Montserrat-SemiBold;
	font-size: 18px;
	color: #000;
	margin: 0
}

.personal_elements_wrapper {
	margin-top: 25px
}

.personal_element_block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 0;
	border-bottom: 1px solid #EBEBEB
}

.personal_block_product {
	width: -webkit-calc(33% - 5.15px);
	width: calc(33% - 5.15px);
	font-family: Roboto-light;
	font-size: 14px;
	color: #181818;
	line-height: 1.3;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.personal_block_product a {
	color: #181818;
}

.personal_block_product h3,
.personal_block_product h4,
.personal_block_product h5,
.personal_block_product h6 {
	margin: 0;
	font-family: Roboto-Medium;
	font-size: 14px;
	color: #181818;
	text-transform: uppercase
}

.personal_block_price_default {
	/*width: -webkit-calc(12% - 4.6px);
	width: calc(12% - 4.6px);*/
	font-family: Roboto-Medium;
	font-size: 14px;
	color: #181818;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center
}

.personal_block_your_price {
	width: -webkit-calc(12% - 4.6px);
	width: calc(12% - 4.6px);
	font-family: Roboto-Medium;
	font-size: 14px;
	color: #e8008c;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center
}

.personal_block_bonus_points.pers_bl_title_mobile,
.personal_block_your_price.pers_bl_title_mobile {
	width: 100%;
}

.personal_block_bonus_points {
	width: -webkit-calc(12% - 4.6px);
	width: calc(12% - 4.6px);
	font-family: Roboto-Medium;
	font-size: 14px;
	color: #181818;
	text-transform: uppercase;
	text-align: center
}

.personal_block_add_basket {
	width: -webkit-calc(25% - 4.75px);
	width: calc(25% - 4.75px);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.personal_block_add_basket .add_to_basket {
	opacity: 1;
	visibility: visible;
	width: -webkit-calc(100% - 23px);
	width: calc(100% - 23px);
	margin: 0
}

.personal_block_add_basket .remove_pers_product {
	width: 13px;
	height: 13px;
	position: relative;
	cursor: pointer
}

.personal_block_add_basket .remove_pers_product svg {
	width: 20px;
	height: 20px;
	fill: #0072BD;
	display: none
}

.personal_block_add_basket .remove_pers_product:before {
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	top: 5.5px;
	left: 0;
	background-color: #1072b9;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.personal_block_add_basket .remove_pers_product:after {
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	top: 5.5px;
	left: 0;
	background-color: #1072b9;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.prs_block_image {
	min-width: 100px;
	min-height: 100px;
	max-width: 100px;
	max-height: 100px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #EBEBEB;
	padding: 4px;
	margin-right: 10px
}

.prs_block_image img {
	width: 90px;
	height: 90px;
	-o-object-fit: contain;
	object-fit: contain
}

.pers_bl_title {
	font-family: Roboto-Light;
	font-size: 15px;
	color: #1072b9;
	margin: 0;
	padding: 0;
	text-transform: none;
	letter-spacing: 0
}

.pers_mob_description {
	display: none
}

.basket__main__wrapper h3 {
	position: relative;
	font-family: Montserrat-SemiBold;
	font-size: 30px;
	color: #000;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0
}

.basket__content__wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 35px;
	margin-bottom: 35px
}


.buy__content__wrapper {
	margin-top: 10px;
}

.basket__bottom__one__element .custom__radio label {
	-webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.basket__bottom__one__element textarea {
	width: 100%;
	min-height: 50px;
	height: 120px;
	resize: none;
	border: 1px solid #ebebeb;
	padding: 10px 15px;
	font-size: 16px;
	font-family: Roboto-Light;
}
.basket__bottom__one__element  textarea::-webkit-input-placeholder {
	color: #999999;
}
.basket__bottom__one__element  textarea::-moz-placeholder {
	color: #999999;
}
.basket__bottom__one__element  textarea:-moz-placeholder {
	color: #999999;
}
.basket__bottom__one__element  textarea:-ms-input-placeholder {
	color: #999999;
}

.checkout_comment {
	width: 100%
}

.checkout_comment textarea {
	border: 1px solid #181818;
	padding: 15px;
	font-family: Roboto-Regular
}

.basket__elements__wrapper {
	width: -webkit-calc(100% - 382px);
	width: calc(100% - 382px)
}

.basket__one__element.title__wrapper {
	padding: 17px 25px;
	background-color: #ebebeb
}

.basket__one__element.title__wrapper * {
	font-family: Roboto-Regular, Montserrat-Regular;
	font-size: 16px;
	text-transform: none;
	color: #000
}

.basket__one__element.title__wrapper .basket__element__titlte_photo {
	width: 160px;
	margin-right: 20px;
	height: auto
}

.basket__element__mobile__wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: -webkit-calc(100% - 205px);
	width: calc(100% - 205px)
}

.basket__one__element {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 20px 0;
}

.basket__one__element__gift {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%
}

.basket__one__element__plus {
	width: 100%;
	height: 70px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
        align-items: center;
    padding-left: 70px;
}

.basket__one__element__gift__info {
	display: flex;
	width: 415px;
	border: 1px solid #E8008C;
    border-radius: 30px;
    padding: 10px;
}
.basket__one__element__gift__info .basket__element__titlte_photo {
	width: 153px;
	height: 153px;
}
.basket__one__element__gift__info .basket__element__description {
	margin: 0
}
.basket__element__gift__label {
    margin-bottom: 15px;
    font-family: Roboto-Bold;
    font-size: 20px;
    color: #E8008C;
    /*letter-spacing: 0.1em;*/
}
.basket__element__gift {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
	font-family: Roboto-Bold;
	font-size: 20px;
	text-transform: uppercase;
	color: #1072b9;
	letter-spacing: 0.1em;
}

.basket__element__gift__title {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-bottom: 30px;
	font-family: Roboto-Bold;
	font-size: 15px;
	padding: 8px 16px;
	border-radius: 20px;
	border: 1px solid #E8008C;
	color: #E8008C;
	letter-spacing: 0.1em;
}

.basket__element__gift__title svg {
	fill: #E8008C;
}

.basket__one__element__gift__choice {
	padding: 0;
	padding-top: 40px;
}

.basket__one__element__gift__choice .gift__choice {
	flex-shrink: 0;
	width: calc(100% - 210px);
}

.basket__one__element__gift__choice .gift__list {
	display: flex;
	flex-wrap: wrap;
}

.basket__one__element__gift__choice .gift__item {
	position: relative;
	width: 50%;
	padding: 0 30px;
	margin-bottom: 10px;
}

.basket__one__element__gift__choice .gift__check {
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
}

.basket__one__element__gift__choice .gift__check input {
	position: absolute;
	
		width: 1px;
		height: 1px;
		margin: -1px;
		border: 0;
		padding: 0;
	
		white-space: nowrap;
	
		clip-path: inset(100%);
		clip: rect(0, 0, 0, 0);
		overflow: hidden;
}

.show_more_gifts span {
	padding: 8px 16px;
    border-radius: 20px;
    border: 1px solid #E8008C;
    color: #E8008C !important;
}

.show_more_gifts span::after {
	display: none;
}

.basket__one__element__gift__choice .gift__check input:checked + .gift__check__box {
	background-image: url(../img/tick.svg)
}



.basket__one__element__gift__choice .gift__check__box {
	display: block;
	width: 100%;
	height: 100%;
	width: 16px;
	height: 16px;
	border: 1px solid #ebebeb;
}

.basket__one__element__gift__choice .gift__info {
	display: flex;
	margin-right: 10px;
	cursor: pointer;
}

.basket__one__element__gift__choice .gift__img {
	flex-shrink: 0;
	width: 60px;
	height: 60px;
	margin-right: 10px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.basket__one__element__gift__choice .gift__descr h4 {
	font-family: Roboto-Medium;
	font-size: 15px;
	margin-bottom: 10px;
}

.basket__one__element__gift__choice .gift__descr h5 {
	font-family: Roboto-Regular;
	font-size: 15px;
	color: #a4a3a3;
	margin-bottom: 10px;
}



.basket__element__titlte_photo {
	display: block;
	width: 163px;
	height: 163px;
	margin-right: 42px
}

.basket__element__titlte_photo .basket__element__image {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain
}

.basket__element__description {
	width: 200px;
	margin-right: 25px;
	text-decoration: none;
	color: inherit
}

.basket__element__description h4 {
	font-family: Roboto-Medium;
	font-size: 15px;
	margin-bottom: 10px
}

.basket__element__description h5 {
	font-family: Roboto-Regular;
	font-size: 15px;
	color: #a4a3a3;
	margin-bottom: 10px
}

.basket__element__description h5 strong {
	font-family: Roboto-Regular
}

.basket__element__description span {
	font-family: Roboto-Regular;
	font-size: 15px;
	color: #a4a3a3
}

.basket__element__description span strong {
	font-family: Roboto-Regular
}

.basket__element__description p {
	font-family: Roboto-Regular;
	margin-top: 20px
}

.basket__element__description .color {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-left: 7px
}

.basket__element__price {
	width: 130px;
	margin-right: 15px;
	font-family: Roboto-Bold;
	font-size: 20px;
	text-transform: uppercase
}

.basket__element__price--old {
	font-size: 15px;
	text-decoration: line-through;
	font-family: Roboto-Regular;
	/*margin-left: 5px*/
}

.basket__one__element__promo_used .basket__element__price {
	color: #E8008C;
	text-align: center;
}

.basket__one__element__promo_used .basket__element__price--old {
	display: block;
	color: #000000;
}

.basket__one__element__promo_used .basket__element__total_price {
	color: #E8008C;
}

.basket__element__price--discount {
	display: block;
	color: #E8008C;
	font-family: Roboto-Light;
    font-size: 13px;
    text-transform: none;
    margin: 10px 0;
}

.basket__element__count {
	width: 130px;
	margin-right: 15px
}

.basket__element__total_price {
	font-family: Roboto-Bold;
	font-size: 20px;
	color: #1072b9;
	text-transform: uppercase
}

.basket__element__offer-count {
	font-family: Roboto-Bold;
    color: #1072b9;
}

.basket__element__offer-note {
	margin-top: 10px;
}

.basket__element__blue {
    color: #1072b9;
}

.basket__element__pink {
	color: #E8008C;
}
.basket__element__offer-note-desktop {
	margin: 20px 0;
}
.basket__element__offer-note-mob {
	display: none;
}
.basket_offer_note {
	display: inline-block;
    padding: 8px 16px;
    font-family: Roboto-Light;
    font-size: 15px;
    border: 1px solid #E8008C;
    border-radius: 20px;
    color: #E8008C;
    text-align: left;
}

.basket_offer_note strong {
    font-family: Roboto-Bold;
}

.basket_offer_note a {
	font-family: Roboto-Bold;
	text-decoration: underline;
	color: #E8008C;
}

.basket__element__remove_item {
	width: 70px;
	margin-left: auto
}

.basket__element__remove_item .basket__remove__element {
	width: 100%;
	text-align: center
}

.basket__element__remove_item .basket__remove__element .basket__remove__trigger {
	display: inline-block;
	cursor: pointer
}

.basket__element__remove_item .basket__remove__element .basket__remove__trigger svg {
	width: 18px;
	height: 22px;
	fill: #000;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.basket__element__remove_item .basket__transfer__to_fav {
	cursor: pointer;
	text-align: center;
	font-family: Roboto-Light;
	font-size: 12px;
	color: #000;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	margin-top: 15px
}

.basket__one__element:nth-of-type(1n+2) {
	border-bottom: 1px solid #ebebeb
}

.basket__one__element:last-of-type {
	border-bottom: none
}

.basket__counter {
	width: 85px;
	height: 35px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #ebebeb
}

.basket__counter .minus,
.basket__counter .plus {
	width: 30px;
	height: 35px;
	position: relative;
	cursor: pointer
}

.basket__counter .minus:before,
.basket__counter .plus:before {
	content: '';
	width: 13px;
	height: 2px;
	background-color: #000;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.basket__counter .plus:after {
	content: '';
	width: 2px;
	height: 13px;
	background-color: #000;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.basket__counter input {
	width: 25px;
	height: 28px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	appearance: textfield!important;
	-moz-appearance: textfield!important;
	-webkit-appearance: textfield!important;
	font-family: Roboto-Bold;
	font-size: 20px;
	border: none;
	text-align: center;
	background-color: transparent;
	padding: 0
}

.basket__navigation__wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 20px;
	border-top: 1px solid #1072b9
}

.basket__navigation__wrapper .basket__move__backward a {
	text-decoration: none;
	text-transform: uppercase;
	font-family: Montserrat-SemiBold;
	font-size: 15px;
	border: 3px solid #1072b9;
	height: 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 10px;
	color: #000;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.basket__navigation__wrapper .basket__move__backward a svg {
	width: 12px;
	height: 14px;
	fill: #000;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	margin-right: 9px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.basket__promo-info {
	width: 100%;
	margin-top: auto;
	margin-left: 205px;
}

.promo-info {
	display: inline-block;
	padding: 8px 16px;
	font-family: Roboto-Light;
    font-size: 15px;
    border: 1px solid #E8008C;
    border-radius: 30px;
    color: #E8008C;
    text-align: center;
}

.promo-info strong {
	font-family: Roboto-Bold;
}

.basket__promo-info .promo-info {
	margin-top: 10px
}

.navigation__controls {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end
}

.navigation__controls .one_nav__control {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: Roboto-Light;
	font-size: 12px;
	color: #000;
	cursor: pointer;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.navigation__controls .one_nav__control svg {
	width: 17px;
	height: 23px;
	fill: #000;
	margin-left: 7px
}

.navigation__controls .one_nav__control a {
	color: #000;
	cursor: pointer;
	text-decoration: none
}

.one_nav__control:not(:last-child) {
	margin-right: 35px
}

.basket__summary__wrapper {
	width: 337px;
	margin-left: 45px
}

.basket__summary__wrapper.hide_desktop {
	display: none;
}

.basket__summary__title {
	background-color: #1072b9;
	padding: 12.5px 0;
	width: 100%;
	text-align: center
}

.basket__summary__title h2 {
	font-weight: 400;
	text-transform: uppercase;
	font-family: Montserrat-SemiBold;
	font-size: 25px;
	color: #fff;
	margin: 0
}

.basket__summary__content {
	background-color: #ebebeb;
	padding: 20px 25px;
	position: relative;
	-webkit-box-shadow: 0 15px 15px -7px rgba(0, 0, 0, .2);
	box-shadow: 0 15px 15px -7px rgba(0, 0, 0, .2)
}

.basket__summary__prices {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: Roboto-Regular;
	font-size: 20px;
	margin-bottom: 15px;
	white-space: nowrap;
}

.basket__summary__prices span {
	text-transform: uppercase;
	white-space: nowrap;
}

.basket__summary__prices span sup {
	vertical-align: super;
	font-size: 12px;
	margin-right: 5px
}

.basket__summary__sum_to_free {
	text-align: right;
	font-family: Roboto-Light;
	font-size: 15px;
	color: #1072b9
}

.basket__summary__sum_to_free span {
	text-transform: uppercase
}

.basket__summary__total__price {
	text-align: right;
	margin: 50px 0
}

.basket__summary__total__price h3,
.basket__summary__total__price p {
	display: block;
	width: 100%;
	font-family: Montserrat-SemiBold;
	font-size: 20px;
	color: #000;
	text-transform: uppercase;
	margin: 0
}

.basket__summary__total__price p {
	color: #1072b9
}

.basket__summary__code__info {
	margin: 50px 0;
}

.basket__summary__code__info .promo-info{
	position: relative;
	width: 100%;
	margin-bottom: 10px;
	/*padding: 8px;*/
	padding-right: 30px;
	text-align: left;
}

.basket__summary__code__delete {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 50%;
	right: 8px;
	transform: translateY(-50%);
	cursor: pointer;
}

.basket__summary__code__delete::before,
.basket__summary__code__delete::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	width: 15px;
	height: 1px;
	background-color: #E8008C;
}

.basket__summary__code__delete::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.basket__summary__code__discount {
	text-align: right;
	color: #4eb866;
}

.basket__summary_promo_code {
	font-family: Roboto-Light;
	font-size: 15px;
	color: #000
}

.promo_code_hidden {
  display: none;
}

.promo_code_hidden .promo_code__input {
  margin: 0 !important;
}

.basket__summary_promo_code label {
	display: block;
	width: 100%
}

.basket__summary_promo_code .promo_code__input {
	margin-top: 5px;
	border: 1px solid #A4A3A3;
	padding: 2px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff
}

.basket__summary_promo_code .promo_code__input input {
	width: -webkit-calc(100% - 80px);
	width: calc(100% - 80px);
	padding: 8px 10px;
	border: none;
	outline: 0!important
}

.basket__summary_promo_code .promo_code__input button {
	border: none;
	width: 80px;
	height: 31px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	background-color: #1072b9;
	cursor: pointer;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.basket__summary_continue {
	margin-top: 20px;
	font-family: Montserrat-SemiBold;
	font-size: 22px;
	color: #fff;
	background-color: #4eb866;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	text-decoration: none;
	height: 50px;
	text-transform: uppercase;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.basket__summary_new_promo_btn {
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 10px;
  color: #fff;
  font-size: 17px;
  font-family: Roboto-Light;
	background-color: #4eb866;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
  width: 100%;
  letter-spacing: 1px;
	text-decoration: none;
	-webkit-transition: .4s;
	-o-transition: .4s;
  transition: .4s;
  cursor: pointer;
  border: none;
}

.basket__summary_new_promo_btn:hover {
  background-color: #000000;
}

.basket__summary__promo_info {
  margin-bottom: 15px;
  text-align: right;
  color: #1bb551;
}

.basket__summary__promo_info p {
  margin-bottom: 5px;
}

.basket__summary__promo_info p span {
  text-transform: uppercase;
}

.basket__summary__promo_info .basket__summary__promo-discount {
  color: #E8008C;
}

.basket__summary__code {
	margin-bottom: 20px;
	background-color: #ebebeb;
}

.basket__summary__code__title {
	position: relative;
	padding: 17px 25px;
	padding-right: 35px;
	font-family: Montserrat-SemiBold;
    font-size: 18px;
    cursor: pointer;
}

.basket__summary__code__title svg {
	position: absolute;
    top: 50%;
    right: 25px;
    width: 15px;
    height: 15px;
    -webkit-transform: translateY(-50%)  rotate(0);
    -ms-transform: translateY(-50%)  rotate(0);
        transform: translateY(-50%)  rotate(0);
    fill: #000;
    -webkit-transition: 0.2s -webkit-transform linear;
    transition: 0.2s -webkit-transform linear;
    -o-transition: 0.2s transform linear;
    transition: 0.2s transform linear;
    transition: 0.2s transform linear, 0.2s -webkit-transform linear;
}


.basket__summary__code__content {
	padding: 17px 25px;
	padding-top: 0;
	/*display: none;*/
}

.basket__summary__code__content input {
	width: 100%;
    min-height: 45px;
    margin-top: 5px;
    padding: 8px;
    border: 1px solid #999999;
    background-color: #fff;
    font-size: inherit;
    font-family: Roboto-Regular;
    color: #000000;
    margin-bottom: 10px;
}

.basket__summary__code__content button {
	display: block;
	margin-left: 30px;
	margin-right: 30px;
	width: calc(100% - 60px);
    padding: 5px;
    font-family: Montserrat-SemiBold;
    font-size: 20px;
    text-align: center;
    color: #fff;
    background-color: #1072b9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    min-height: 45px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    border: none;
    cursor: pointer;
}


.basket__summary__code.isOpen .basket__summary__code__title svg {
	-webkit-transform: translateY(-50%)  rotate(180deg);
    -ms-transform: translateY(-50%)  rotate(180deg);
        transform: translateY(-50%)  rotate(180deg);
}

/*.basket__summary__code.isOpen .basket__summary__code__content {
	display: block;
}*/

.basket__summary__code__content button:hover {
	background-color: #000;
}

.basket__summary__code__content input::-webkit-input-placeholder {
	color: #999999;
	font-family: Roboto-Light;
	font-size: inherit;
}
.basket__summary__code__content input::-moz-placeholder {
	color: #999999;
	font-family: Roboto-Light;
	font-size: inherit;
}
.basket__summary__code__content input:-moz-placeholder {
	color: #999999;
	font-family: Roboto-Light;
	font-size: inherit;
}
.basket__summary__code__content input:-ms-input-placeholder {
	color: #999999;
	font-family: Roboto-Light;
	font-size: inherit;
}

.basket__bottom__side__description {
	margin-top: 70px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: 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
}

.basket__bottom__one__element {
	width: -webkit-calc(100% / 3 - 17.5px);
	width: calc(100% / 3 - 17.5px);
	border: 1px solid #ebebeb;
	padding: 20px
}

.basket__bottom__one__element .basket__bottom__title {
	width: 100%;
	margin-bottom: 35px
}

.basket__bottom__one__element .basket__bottom__title h4 {
	font-family: Roboto-Medium;
	font-size: 17px;
	color: #000;
	margin: 0
}

.basket__bottom__one__element .special__instr {
	font-family: Roboto-Regular;
	font-size: 13px;
	color: #a4a3a3
}

.basket__bottom__content {
	font-family: Roboto-Regular;
	font-size: 16px;
	color: #000
}

.basket_payment__methods__wrapper {
	margin-top: 30px
}

.basket_payment__methods__wrapper p {
	margin: 20px 0
}

.basket_payment__methods__wrapper p:last-child {
	margin-bottom: 0
}

.basket__bottom__payment {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.basket__bottom__payment li {
	margin-right: 10px;
	margin-bottom: 15px
}

.custom__radio label {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.custom__radio input {
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	opacity: 0;
	border-radius: 0;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent;
	-moz-tap-highlight-color: transparent
}

.custom__radio .custom__radio__button {
	width: 14px;
	height: 14px;
	min-width: 14px;
	min-height: 14px;
	border: 1px solid #1072b9;
	border-radius: 50%;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.custom__radio .custom__radio__button span {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #1072b9;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	opacity: 0
}

.custom__radio .custom__label {
	line-height: 1;
	display: inline-block;
	margin-left: 10px;
	font-family: Roboto-Light;
	font-size: 16px;
	color: #000
}

.custom__radio input:checked+.custom__radio__button span {
	opacity: 1
}

.basket__bottom__content.basket__form {
	margin-top: 70px;
	padding-left: 25px
}

.basket__bottom__content.basket__form form button {
	width: 208px;
	height: 38px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #1072b9;
	color: #fff;
	font-family: Montserrat-SemiBold;
	font-size: 15px;
	border: none;
	cursor: pointer;
	margin: 0 auto;
	text-transform: uppercase;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.custom__radio.basket__radio__margin {
	margin-bottom: 30px
}

.basket__delivery__calculated__price {
	display: block;
	text-align: center;
	margin-top: 25px;
	font-family: Roboto-Light;
	font-size: 16px
}

.basket__delivery__calculated__price span {
	text-transform: uppercase
}

.basket__delivery__calculated__price.hidden {
	display: none
}

.find__sallon__banner__wrapper {
	position: relative
}

.find__salon__banner {
	width: 100%;
	padding-top: -webkit-calc(30% - 60px);
	padding-top: calc(30% - 60px);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative
}

.find__salon__banner .salon__wrapper {
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 20px
}

.find__salon__banner .salon__wrapper .breadcrumbs * {
	color: #fff;
	fill: #fff
}

.find__salon__banner__description {
	position: absolute;
	bottom: 55px;
	left: 55px;
	font-family: Roboto-Thin;
	font-size: 23px;
	color: #fff;
	max-width: 520px
}

.find__salon__select__wrapper {
	margin: 35px 0
}

.find__salon__select__wrapper form.find__select {
	margin: 0 auto
}

.find__salon__select__wrapper form.find__select h2 {
	text-transform: uppercase;
	margin: 0;
	font-weight: 400;
	font-family: Montserrat-SemiBold;
	font-size: 30px;
	color: #000
}

.find__salon__select__wrapper form.find__select .select__wrapper {
	margin-top: 35px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.find__salon__select__wrapper form.find__select .select__wrapper .select_content {
	position: relative
}

.find__salon__select__wrapper form.find__select .select__wrapper .select_content:before {
	content: '';
	width: 6px;
	height: 1px;
	position: absolute;
	top: -webkit-calc(50% - .5px);
	top: calc(50% - .5px);
	right: 10px;
	background-color: #000;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-radius: 30px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	z-index: 2
}

.find__salon__select__wrapper form.find__select .select__wrapper .select_content:after {
	content: '';
	width: 6px;
	height: 1px;
	position: absolute;
	top: -webkit-calc(50% - .5px);
	top: calc(50% - .5px);
	right: 14px;
	background-color: #000;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-radius: 30px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	z-index: 2
}

.find__salon__select__wrapper form.find__select .select__wrapper select {
	min-width: 310px;
	font-family: Roboto-Light;
	font-size: 15px;
	color: #000;
	border: none;
	background-color: #ebebeb;
	padding: 10px 15px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	position: relative;
	outline: 0!important
}

.find__salon__select__wrapper form.find__select .select__wrapper button {
	font-family: Montserrat-SemiBold;
	font-size: 15px;
	color: #fff;
	background-color: #1072b9;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	margin-left: 20px;
	text-transform: uppercase;
	width: 208px;
	height: 38px;
	border: none
}

.find__salon__select__wrapper form.find__select .select__wrapper .select_content.active:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.find__salon__select__wrapper form.find__select .select__wrapper .select_content.active:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.find__salons__map__wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

.find__salon__map__container {
	width: -webkit-calc(100% - 315px);
	width: calc(100% - 315px);
	height: 650px
}

.find__salon__map__container iframe {
	width: 100%!important;
	height: 100%!important
}

.find__salon__list__container {
	width: 315px;
	height: 650px;
	overflow-y: auto;
	border-top: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb
}

.find__salon__one__element {
	position: relative;
	padding: 9px 50px 9px 30px;
	cursor: pointer;
}

.find__salon__one__element a {
	color: #000000;
}

.find__salon__one__element .find__salon__slide__hanlder {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 38px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer
}

.find__salon__one__element .find__salon__slide__hanlder svg {
	width: 16.7px;
	height: 16.7px;
	fill: #000;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.find__salon__one__element .find__salon__showed__content h3 {
	font-family: Roboto-Medium;
	font-size: 18px;
	color: #000
}

.find__salon__one__element .find__salon__showed__content p {
	margin-top: 5px;
	font-family: Roboto-Regular;
	font-size: 15px;
	color: #000
}

.find__salon__one__element:not(:last-child) {
	border-bottom: 1px solid #ebebeb
}

.find__salon__hidden__content {
	display: none;
	margin-top: 5px;
	font-family: Roboto-Regular;
	font-size: 15px;
	color: #000
}

.find__salon__hidden__content p {
	margin: 0;
	display: block;
	width: 100%
}

.find__salon__hidden__content p:not(:last-child) {
	margin-bottom: 5px
}

.find__salon__one__element.active {
	background-color: #1072b9
}

.find__salon__one__element.active * {
	color: #fff!important;
	fill: #fff!important
}

.find__salon__slide__hanlder.active svg {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.checkout__steps__wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.checkout__steps__wrapper .checkout__one__step {
	font-family: Roboto-Light;
	font-size: 16px;
	color: #A4A3A3;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative
}

.checkout__steps__wrapper .checkout__step_circle {
	margin-right: 9px;
	width: 18px;
	height: 18px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: Roboto-Medium;
	font-size: 13px;
	color: #A4A3A3;
	background-color: #EBEBEB;
	border-radius: 50%;
	line-height: 1
}

.checkout__one__step:not(:last-child) {
	margin-right: 110px
}

.checkout__one__step:not(:first-child):before {
	content: '';
	width: 90px;
	height: 4px;
	position: absolute;
	right: -webkit-calc(100% + 10px);
	right: calc(100% + 10px);
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #EBEBEB
}

.checkout__one__step.active {
	color: #4eb866;
	font-family: Roboto-Medium
}

.checkout__one__step.active:before {
	background-color: #4eb866
}

.checkout__one__step.active .checkout__step_circle {
	color: #fff;
	background-color: #4eb866
}

.checkout__step_circle.chk_basket {
	background-color: #4eb866
}

.checkout__step_circle.chk_basket svg {
	width: 12px;
	height: 10px;
	fill: #fff
}

.checkout__block {
	padding: 20px 0;
	border-bottom: 1px solid #EBEBEB
}

.checkout__block .checkout__block_title {
	font-family: Montserrat-SemiBold;
	font-size: 18px;
	color: #181818
}

.checkout__block .checkout__contact__data {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 30px
}

.checkout__block .checkout__contact__data .contact__data__image {
	width: 86px;
	height: 86px;
	margin-right: 20px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.checkout__block .checkout__contact__data .contact__data__image .cnt__data__image {
	width: 100%;
	height: 100%;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat
}

.checkout__block .checkout__contact__data .contact__data__info {
	width: 280px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.checkout__block .checkout__contact__data .passport_block {
	font-family: Roboto-Light;
	font-size: 15px
}

.checkout__block .checkout__contact__data .passport_block .date__input {
	margin-bottom: 10px
}

.checkout__block .checkout__contact__data .passport_block .date__input p {
	margin-bottom: 5px;
	line-height: 1.3
}

.checkout__block .checkout__contact__data .passport_block .date__input input {
	display: block;
	width: 100%;
	padding: 10px 15px;
	background-color: #ebebeb;
	font-family: Roboto-Light;
	font-size: 15px;
	color: #181818;
	border: none;
	max-height: 38px;
	opacity: 1;
	position: initial;
	border-radius: 0;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent;
	-moz-tap-highlight-color: transparent
}

.checkout__block .checkout__contact__data .passport_block a {
	color: inherit
}

.checkout__block .checkout__contact__data .passport_block a:hover {
	color: #1072b9;
	text-decoration: underline
}

.checkout__block .checkout__contact__data .passport_block .option {
	margin-left: 0
}

.checkout__block .custom__label {
	width: 100%
}

.checkout__block.no_padding {
	padding: 0
}

.checkout__block_title.with__margin {
	margin-top: 20px
}

.contact__data__info {
	font-family: Roboto-Light;
	font-size: 15px
}

.contact__data__info p {
	display: block
}

.contact__data__info p:not(:last-child) {
	margin-bottom: 10px
}

.checkout__form h6 {
	font-family: Roboto-Light;
	font-size: 13px;
	color: #A4A3A3;
	font-weight: 400;
	margin: 20px 0 0
}

.checkout__form .custom__radio {
	padding: 20px 0;
	margin: 0
}

.checkout__form .custom__radio:not(:last-child) {
	border-bottom: 1px solid #EBEBEB
}

.checkout__form .custom__radio label {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

.checkout__bottom__side {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 70px
}

.go__to__prev {
	font-family: Roboto-Light;
	font-size: 15px;
	color: #1072b9;
	text-decoration: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.go__to__prev svg {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	width: 12px;
	height: 15px;
	fill: #1072b9;
	margin-right: 5px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.checkout__submit {
	width: 208px;
	height: 38px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	background-color: #181818;
	text-transform: uppercase;
	font-family: Montserrat-SemiBold;
	font-size: 15px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	border: none;
	padding: 0;
	border-radius: 0;
	cursor: pointer
}

.checkout__hidden__block {
	padding: 0 25px;
	display: none
}

.checkout__hidden__block .dates__inputs {
	margin-top: 0
}

.checkout__hidden__block .dates__inputs .date__input.width80 {
	width: -webkit-calc(80% - 3px);
	width: calc(80% - 3px)
}

.checkout__hidden__block .dates__inputs .date__input.width40 {
	width: -webkit-calc(40% - 7px);
	width: calc(40% - 7px)
}

.create__adress__trigger {
	border-bottom: none!important
}

.checkout__block.active {
	border-bottom: 1px solid transparent
}

.checkout__steps__data {
	margin-top: 10px
}

.steps__block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	font-family: Roboto-Light;
	font-size: 13px;
	color: #181818
}

.steps__block .step__name {
	width: 100px;
	margin-right: 10px
}

.steps__block .contact__data__info {
	width: -webkit-calc(100% - 190px);
	width: calc(100% - 190px)
}

.steps__block .modify__data {
	margin-left: auto
}

.steps__block .modify__data a {
	font-family: Roboto-Light;
	font-size: 13px;
	color: #1072b9
}

.steps__block:not(:last-child) {
	margin-bottom: 20px
}

.flex__wrapper {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.bold__span span {
	font-family: Roboto-Light;
	font-size: 16px;
	color: #1072b9
}

.bold__span span sup {
	vertical-align: super;
	font-size: 10px
}

.delivery__margin {
	margin-top: 20px
}

.dlr__content {
	padding: 20px 0 0
}

.dlr__content .dlr__info {
	padding: 14px;
	font-family: Roboto-Regular;
	font-size: 13px;
	color: #A4A3A3;
	border: 1px solid #EBEBEB
}

.hidden__delivery__info__wrapper {
	display: none
}

.contact__data__info.company__details p {
	margin: 20px 0 0
}

.hidden__delivery__info__wrapper.nested__block {
	padding-left: 25px;
	padding-top: 20px
}

.hidden__delivery__info__wrapper.nested__block .custom__radio label {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

.checkout__elements__wrapper,
.buy__element__wrapper {
	width: -webkit-calc(100% - 382px);
	width: calc(100% - 382px)
}

.buy__element__wrapper {
	padding-top: 20px;
	border-top: 1px solid #cccccc;
}

.buy__secure__mob {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: none;
}

.secure {
	display: flex;
	align-items: center;
	border: 1px solid #cccccc;
	font-size: 10px;
	padding: 3px;
	font-family: Roboto-Light;
	text-transform: uppercase;
}

.secure svg {
	margin-right: 3px;
}

.basket__summary__wrapper.checkout__wrapper .basket__summary__content {
	padding: 20px;
	margin-bottom: 20px
}

.basket__summary__wrapper.checkout__wrapper .basket__summary__prices {
	font-family: Roboto-Light;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	font-size: 15px;
	margin-bottom: 10px
}

.basket__summary__wrapper.checkout__wrapper .basket__summary__prices span {
	margin-left: 15px
}

.basket__summary__wrapper.checkout__wrapper .chk__prices__wrapper {
	padding: 20px 0 10px;
	border-top: 1px solid #181818;
	border-bottom: 1px solid #181818
}

.basket__summary__wrapper.checkout__wrapper .basket__summary__prices.sum_to_free {
	color: #1072b9
}

.basket__summary__wrapper.checkout__wrapper .basket__summary__total__price {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 20px 0
}

.basket__summary__wrapper.checkout__wrapper .basket__summary__total__price h3 {
	font-size: 15px;
	width: auto
}

.basket__summary__wrapper.checkout__wrapper .basket__summary__total__price p {
	width: auto;
	margin-left: 15px;
	font-size: 15px
}

.basket__summary__wrapper.checkout__wrapper .basket__summary__code__info {
	position: relative;
	margin: 0;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.basket__summary__wrapper.checkout__wrapper .basket__summary__code__info::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 60%;
	height: 1px;
	background-color: #cccccc;
}

.basket__summary__wrapper.buy__summary__wrapper {
	position: -webkit-sticky;
	position: sticky;	
	top: 0;
}

.basket__summary__wrapper.buy__summary__wrapper .basket__summary__title {
	position: relative;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	cursor: pointer;
}

.basket__summary__wrapper.buy__summary__wrapper .basket__summary__title svg {
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: rotate(0) translateY(-50%);
	    -ms-transform: rotate(0) translateY(-50%);
	        transform: rotate(0) translateY(-50%);
	fill: #181818;
	-webkit-transition: 0.3s -webkit-transform linear;
	transition: 0.3s -webkit-transform linear;
	-o-transition: 0.3s transform linear;
	transition: 0.3s transform linear;
	transition: 0.3s transform linear, 0.3s -webkit-transform linear;
}

.basket__summary__wrapper.buy__summary__wrapper .basket__summary__title h2 {
	color: #000000;
}

.basket__summary__wrapper.buy__summary__wrapper .buy__summary__hidden {
	display: block;
	padding-bottom: 20px;
}

.basket__summary__wrapper.buy__summary__wrapper .basket__summary__total__price {
	margin: 0;
}

.basket__summary__wrapper.buy__summary__wrapper.isOpen .basket__summary__title svg {
	-webkit-transform: translateY(-50%) rotate(180deg);
	    -ms-transform: translateY(-50%) rotate(180deg);
	        transform: translateY(-50%) rotate(180deg);
}

.chkt__element {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 10px
}

.chkt__element .elem__image {
	width: 48px;
	height: 48px;
	position: relative;
	margin-right: 10px
}

.chkt__element .elem__image .elem__img__bg {
	width: 100%;
	height: 100%;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat
}

.chkt__element .elem__image .elements__counter {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	right: -8px;
	top: -8px;
	background-color: #E8008C;
	color: #fff;
	font-family: Roboto-Light;
	font-size: 11px
}

.chkt__element .elem__name {
	font-family: Roboto-Medium;
	font-size: 13px;
	color: #181818;
	width: -webkit-calc(60% - 10px);
	width: calc(60% - 10px);
	line-height: 1.3;
	padding-right: 15px
}

.chkt__element .elem__price.basket__summary__prices {
	font-size: 14px
}

.chkt__element .elem__price.basket__summary__prices span {
	margin-left: 0
}

.chkt__basket__elements {
	margin: 5px 0 20px
}

.basket__bottom__one__element.checkout_comment {
	width: 100%
}

.basket__bottom__one__element.checkout_comment textarea {
	border: 1px solid #ebebeb;
	resize: none;
	min-height: 100px;
	max-width: 100%
}

.basket__confirmation__wrapper {
	width: 100%;
	max-width: 740px;
	max-height: 90%;
	background-color: #fff;
	z-index: 10010;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	visibility: hidden;
	overflow-y: auto
}

.basket__confirmation__wrapper.active {
	-webkit-animation: showUp .4s linear forwards;
	animation: showUp .4s linear forwards
}

.basket__confirmation__wrapper.hide {
	-webkit-animation: hideUp .4s linear forwards;
	animation: hideUp .4s linear forwards
}

.basket__confirmation__content {
	padding: 0 30px
}

.bsk__conf__content {
	width: -webkit-calc(100% - 160px);
	width: calc(100% - 160px);
	margin-bottom: 70px
}

.basket__confirmation__element {
	margin-top: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

.basket__confirmation__element .basket__confirm__image {
	width: 140px;
	height: 180px
}

.basket__confirmation__element .bskconf__message {
	font-family: Roboto-Medium;
	font-size: 17px;
	color: #1bb551
}

.basket__confirmation__element .bskconf__art {
	font-family: Roboto-Light;
	font-size: 15px;
	color: #a4a3a3;
	margin: 5px 0
}

.basket__confirmation__element .bskconf__name {
	font-family: Roboto-Medium;
	font-size: 17px;
	color: #000;
	margin: 10px 0
}

.basket__confirmation__element .bskconf__price {
	margin-bottom: 10px
}

.basket__confirmation__element .bskconf__price .price {
	font-family: Montserrat-Bold;
	font-size: 22px;
	color: #000
}

.basket__confirmation__element .bskconf__price .old_price {
	font-family: Montserrat-Bold;
	font-size: 22px;
	color: #a4a3a3;
	margin-left: 5px
}

.basket__confirmation__element .bskconf__price .new_price {
	font-family: Montserrat-Bold;
	font-size: 22px;
	color: #ec008c
}

.basket__confirmation__element .bskconf__price .prp {
	color: #a4a3a3;
    font-size: 22px;
    font-family: Montserrat-Bold;
}

.basket__confirmation__element .bskconf__count {
	font-family: Roboto-Medium;
	font-size: 17px;
	color: #000
}

.basket__confirmation__element .bsk_conf__controls {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 20px
}

.basket__confirmation__element .bsk_conf__controls .bsk__conf__btn {
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
	border: 3px solid #1072b9;
	font-family: Montserrat-SemiBold;
	padding: 8px 17px;
	margin-right: 10px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.bsk__img__bg {
	width: 100%;
	height: 100%;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat
}

@-webkit-keyframes showUp {
	from {
		-webkit-transform: translate(-90%, -50%);
		transform: translate(-90%, -50%);
		opacity: 0
	}
	to {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}
}

@keyframes showUp {
	from {
		-webkit-transform: translate(-90%, -50%);
		transform: translate(-90%, -50%);
		opacity: 0
	}
	to {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}
}

@-webkit-keyframes hideUp {
	from {
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 1;
		visibility: visible
	}
	to {
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translate(30%, -50%);
		transform: translate(30%, -50%)
	}
}

@keyframes hideUp {
	from {
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 1;
		visibility: visible
	}
	to {
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translate(30%, -50%);
		transform: translate(30%, -50%)
	}
}

.basket__confirm__slider .product {
	margin-top: 0
}

.basket__confirm__slider .product h2 {
	font-size: 17px
}

.basket__confirm__slider .product .product_wrapper p {
	padding: 0 5px;
	font-size: 12px
}

.basket__confirm__slider .product .product_wrapper .product_image_container {
	width: 100%;
	height: 75px;
	min-height: 75px;
	margin-bottom: 10px
}

.basket__confirm__slider .product .product_wrapper .promo_container {
	width: 36px;
	height: 14px;
	font-size: 9px
}

.basket__confirm__slider .product .product_wrapper .product_price,
.basket__confirm__slider .product .product_wrapper .promo_price {
	margin-top: 5px;
	font-size: 12px;
	min-height: 16px
}

.basket__confirm__slider .product .product_wrapper .product_stock {
	color: #1072b9;
	margin: 10px 0 0
}

.confimation__message {
	position: fixed;
	top: 13%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	font-family: Roboto-Medium;
	font-size: 17px;
	color: #1bb551;
	z-index: 10015;
	line-height: 1;
	padding: 26.5px 10px;
	text-align: left;
	min-width: 390px;
	background-color: #fff;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
	opacity: 0;
	visibility: hidden
}

.confimation__message span {
	display: block;
	text-align: center
}

.confimation__message .close__confimartion {
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px
}

.confimation__message .close__confimartion svg {
	width: 15px;
	height: 15px;
	fill: #ebebeb;
	cursor: pointer
}

.confimation__message.active {
	opacity: 1;
	visibility: visible
}

.training__main__wrapper {
	position: relative;
	margin-bottom: 110px
}

.training__main__wrapper .training__wrapper h2 {
	font-family: Montserrat-SemiBold;
	font-size: 30px;
	color: #000;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	margin: 70px 0 40px
}

.training__main__wrapper .breadcrumbs {
	position: absolute;
	top: 0;
	left: 15px;
	z-index: 2
}

.training__main__wrapper .breadcrumbs a,
.training__main__wrapper .breadcrumbs li {
	color: #fff
}

.training__main__wrapper .breadcrumbs svg {
	fill: #fff
}

.training__main__wrapper #events {
	margin-top: 0
}

.team__content__wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: 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;
	max-width: 1240px;
	margin: 0 auto
}

.team__content__wrapper .team__content__info {
	width: -webkit-calc(100% - 370px);
	width: calc(100% - 370px);
	font-family: Roboto-Light;
	font-size: 25px;
	color: #666;
	line-height: 1.3
}

.team__content__wrapper .team__content__info p:not(:last-child) {
	margin-bottom: 30px
}

.team__content__wrapper .team__content__image {
	width: 330px;
	overflow: hidden;
	position: relative
}

.team__content__wrapper .team__content__image .team__image {
	width: 100%;
	padding-top: -webkit-calc(130% + 8px);
	padding-top: calc(130% + 8px)
}

.team__content__wrapper .team__content__image:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 15px;
	left: -15px;
	border: 3px solid #fff
}

.team__content__controls {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

.team__content__controls .command__training__trigger {
	font-family: Montserrat-SemiBold;
	font-size: 27px;
	color: #fff;
	text-transform: uppercase;
	background-color: #E8008C;
	height: 65px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 30px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	cursor: pointer
}

.team__content__controls .toggle_popup {
	background-color: transparent;
	font-family: Roboto-Light;
	font-size: 25px;
	color: #666;
	text-transform: none;
	text-decoration: underline;
	padding: 0
}

.training__form {
	width: 100%;
	max-width: 600px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 10010;
	max-height: 95%;
	overflow-y: auto;
	font-family: Roboto-Light
}

.training__form__element label {
	display: block;
	font-family: Roboto-Light;
	font-size: 15px;
	color: #a4a3a3;
	width: 100%;
	margin-bottom: 2px;
	padding-left: 15px;
	margin-top: 10px
}

.training__form__element input {
	border: none;
	background-color: #ebebeb;
	width: 100%;
	padding: 10px 15px;
	outline: 0;
	color: #000;
	font-weight: 300;
	border-radius: 0
}

.training__form__element .training__select__wrapper {
	position: relative
}

.training__form__element .training__select__wrapper:before {
	content: '';
	width: 6px;
	height: 1px;
	position: absolute;
	top: -webkit-calc(50% - .5px);
	top: calc(50% - .5px);
	right: 10px;
	background-color: #000;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-radius: 30px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.training__form__element .training__select__wrapper:after {
	content: '';
	width: 6px;
	height: 1px;
	position: absolute;
	top: -webkit-calc(50% - .5px);
	top: calc(50% - .5px);
	right: 14px;
	background-color: #000;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-radius: 30px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.training__form__element select {
	border: none;
	background-color: #ebebeb;
	width: 100%;
	height: 33px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 15px;
	outline: 0;
	color: #000;
	font-weight: 300;
	border-radius: 0;
	line-height: 1;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: Roboto-Light
}

.hide_pop {
	display: none!important
}

.training__submit__area {
	margin-top: 70px;
	font-family: Roboto-Light;
	font-size: 12px;
	color: #000
}

.training__submit__area button {
	width: 208px;
	height: 38px;
	background-color: #1072b9;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	border: none;
	cursor: pointer;
	border-radius: 0;
	font-family: Montserrat-SemiBold;
	font-size: 15px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.training__submit__area p {
	margin: 10px 0
}

.training__submit__area .option {
	margin-left: 0
}

.training__slider__wrapper {
	background-color: #f1efef;
	position: relative
}

.training__slider__wrapper .slider_left {
	left: 15px
}

.training__slider__wrapper .slider_right {
	right: 15px
}

.training__slider {
	padding: 0 40px
}

.training__slider .slick-list,
.training__slider .slick-slide {
	margin: 0
}

.training__one__slide {
	text-align: center;
	text-decoration: none;
	padding: 30px;
	position: relative;
	border: 1px solid transparent;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.training__one__slide .tr__slide__image {
	margin: 0 auto 30px;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	overflow: hidden;
	border: 3px solid #1072b9;
	background-color: #fff;
	padding: 7px
}

.training__one__slide .tr__slide__image .tr__slide__bg {
	border-radius: 50%;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover
}

.training__one__slide .tr__slide__name {
	font-family: Montserrat-SemiBold;
	font-size: 18px;
	color: #000;
	text-transform: uppercase;
	margin: 30px 0 10px
}

.training__one__slide .tr__slide__work {
	font-family: Montserrat-Regular;
	font-size: 15px;
	color: #666;
	margin: 10px 0 25px
}

.training__one__slide .tr__slide__desc {
	font-family: Roboto-Light;
	font-size: 15px;
	color: #666;
	margin: 25px 0;
	min-height: 60px
}

.training__one__slide .tr__slide__more {
	text-decoration: underline;
	font-family: Montserrat-Light;
	font-size: 15px;
	color: #000;
	margin-top: 30px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.training__about__image {
	width: -webkit-calc(100% - 15px);
	width: calc(100% - 15px);
	position: relative;
	margin-left: auto;
	overflow: initial;
	margin-bottom: 45px
}

.training__about__image:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 12px;
	right: 12px;
	border: 3px solid #1072b9
}

.training__about__image .tr__ab__img {
	width: 100%;
	padding-top: -webkit-calc(28% + 15px);
	padding-top: calc(28% + 15px);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover
}

.tr__about {
	padding: 0 95px;
	font-family: Roboto-Light;
	font-size: 25px;
	color: #666
}

.tr__about p {
	margin: 30px 0 0
}

.trainings__filter {
	margin-top: 70px;
	padding: 5px 20px;
	background-color: #ebebeb;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.trainings__filter .tr__filter__select {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: Montserrat-SemiBold;
	font-size: 16px;
	color: #000
}

.trainings__filter .tr__filter__select__wrapper {
	position: relative;
	margin-left: 10px;
	background-color: #ebebeb;
	border: 1px solid #1072b9;
	min-width: 210px
}

.trainings__filter .tr__filter__select__wrapper:before {
	content: '';
	width: 6px;
	height: 1px;
	position: absolute;
	top: -webkit-calc(50% - .5px);
	top: calc(50% - .5px);
	right: 10px;
	background-color: #000;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-radius: 30px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.trainings__filter .tr__filter__select__wrapper:after {
	content: '';
	width: 6px;
	height: 1px;
	position: absolute;
	top: -webkit-calc(50% - .5px);
	top: calc(50% - .5px);
	right: 14px;
	background-color: #000;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-radius: 30px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.trainings__filter .tr__filter__select__wrapper select {
	cursor: pointer;
	padding: 10px 30px 10px 10px;
	width: 100%;
	font-family: Roboto-Light;
	font-size: 15px;
	color: #000;
	border: none;
	background-color: #ebebeb
}

.tr__filter__right__side {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.tr__filter__right__side .tr__filter__role {
	margin-right: 65px;
	font-family: Roboto-Light;
	font-size: 15px;
	color: #000
}

.tr__filter__right__side .tr__filter__role span {
	font-family: Montserrat-SemiBold;
	font-size: 16px;
	color: #1072b9;
	margin-left: 5px
}

.tr__filter__right__side .tr__filter__download {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: Montserrat-SemiBold;
	font-size: 16px;
	color: #000;
	text-decoration: none;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.tr__filter__right__side .tr__filter__download svg {
	width: 18px;
	height: 19px;
	fill: #1072b9;
	margin-right: 10px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.tr__seminars__one__block {
	margin-top: 70px
}

.tr__seminars__one__block .sem__title {
	font-family: Montserrat-Bold;
	font-size: 30px;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 20px
}

.sem__block__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 13px 0;
	text-decoration: none;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.sem__block__list .tr__sem__mobile__wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: -webkit-calc(60% + 10px);
	width: calc(60% + 10px)
}

.sem__block__list .tr__sem__mobile__wrapper .sem__elem {
	width: -webkit-calc(100% / 7);
	width: calc(100% / 7);
	text-align: center
}

.sem__block__list .tr__sem__mobile__wrapper .sem__elem.sem__third {
	width: 150px
}

.sem__block__list .sem__tag__block {
	width: 52px;
	min-width: 52px;
	height: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	font-family: Roboto-Bold;
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
	margin-left: 15px;
	margin-right: 0!important
}

.sem__block__list .sem__tag__block.hit {
	background-color: #E8008C
}

.sem__block__list .sem__tag__block.new {
	background-color: #3e3675
}

.sem__block__list .sem__first {
	width: -webkit-calc(40% - 10px);
	width: calc(40% - 10px);
	margin-right: 15px;
	font-family: Montserrat-Bold;
	font-size: 18px;
	color: #1072b9;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	line-height: 2
}

.sem__block__list .sem__first span {
	display: inline-block;
	margin-right: 20px
}

.sem__block__list .sem__second {
	font-family: Montserrat-Light;
	font-size: 15px;
	color: #181818
}

.sem__block__list .sem__third {
	width: 150px;
	font-family: Montserrat-SemiBold;
	font-size: 15px;
	color: #4eb866
}

.sem__block__list .sem__third.sem_pink {
	color: #E8008C
}

.sem__block__list .sem__eighth,
.sem__block__list .sem__fifth,
.sem__block__list .sem__fourth,
.sem__block__list .sem__seventh,
.sem__block__list .sem__sixth {
	font-family: Montserrat-Bold;
	font-size: 15px;
	color: #1072b9
}

.sem__block__list.title {
	margin-top: 20px;
	padding-bottom: 0
}

.sem__block__list.title * {
	font-family: Roboto-Light!important;
	font-size: 15px!important;
	color: #a4a3a3!important
}

.mobile__dates {
	display: none
}

.mobile__link_to {
	display: none;
	width: 100%;
	text-align: center;
	margin: 20px 0 10px;
	position: absolute;
	bottom: 0;
	text-decoration: none
}

.mobile__link_to span {
	margin: 0 auto;
	font-family: Roboto-Medium;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	width: 215px;
	height: 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #1072b9
}

.sem__list__wrapper {
	border-bottom: 1px solid #ebebeb;
	position: relative
}

.training__main__wrapper.training__final .tr_final__banner__content {
	width: 100%;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: -webkit-calc(27% + 15px);
	padding-top: calc(27% + 15px)
}

.training__main__wrapper.training__final .tr__content {
	position: absolute;
	top: -webkit-calc(25% - 1.5px);
	top: calc(25% - 1.5px);
	left: -webkit-calc(6% + 2px);
	left: calc(6% + 2px);
	z-index: 2
}

.training__main__wrapper.training__final .tr__content .tr__content__title {
	font-family: Montserrat-SemiBold;
	font-size: 50px;
	color: #fff;
	text-transform: uppercase;
	padding-right: 350px;
	line-height: 1.2
}

.training__main__wrapper.training__final .tr__content .tr__cont__course {
	width: 100%;
	display: block;
	font-family: Roboto-Bold;
	font-size: 15px;
	text-transform: uppercase;
	color: #fff
}

.training__final__banner__wrapper {
	position: relative
}

.tr__final__tag {
	width: 52px;
	height: 20px;
	display: inline-block;
	margin: 20px 15px 20px 0;
	font-family: Roboto-Bold;
	font-size: 11px;
	text-transform: uppercase;
	color: #fff
}

.tr__final__tag span {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.tr__final__tag.hit {
	background-color: #E8008C
}

.tr__final__tag.new {
	background-color: #3e3675
}

.tr_final__subcontent {
	background-color: #EBEBEB;
	width: 100%;
	font-family: Roboto-Light;
	font-size: 15px;
	color: #181818;
	padding: 17px
}

.tr_final__subcontent span {
	font-family: Montserrat-SemiBold;
	font-size: 16px;
	color: #1072b9;
	margin-left: 5px
}

.tr__main__content__wrapper {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: 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
}

.tr__main__cnt__left {
	width: -webkit-calc(100% - 595px);
	width: calc(100% - 595px)
}

.tr__cnt__block {
	margin-top: 30px;
	font-family: Roboto-Regular;
	font-size: 18px;
	color: #000
}

.tr__cnt__block .cnt__title {
	font-family: Montserrat-Regular;
	font-size: 25px;
	color: #000;
	margin-bottom: 30px
}

.tr__cnt__block .cnt__title.blue_txt {
	color: #1072b9
}

.tr__cnt__block p {
	margin: 30px 0;
	line-height: 1.2
}

.tr__cnt__block p strong {
	font-family: Roboto-Medium
}

.tr__cnt__block ul li {
	width: 100%;
	margin: 30px 0
}

.tr__cnt__block ul li:before {
	content: '-';
	margin-right: 7px
}

.tr__cnt__block:not(:first-child) {
	margin-top: 70px
}

.tr__instructor__wrapper {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.tr__instructor__wrapper .tr__instructor__image {
	width: 100px;
	height: 100px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-right: 20px
}

.tr__instructor__wrapper .tr__instructor__description .tr__inst__name {
	font-family: Montserrat-SemiBold;
	font-size: 15px;
	color: #1072b9;
	letter-spacing: 2px;
	margin-bottom: 20px
}

.tr__instructor__wrapper .tr__instructor__description .tr__inst__job {
	font-family: Roboto-Light;
	font-size: 15px;
	color: #a4a3a3;
	margin-top: 20px
}

.tr__final__images {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px
}

.tr__final__images .tr__img__block {
	width: -webkit-calc(100% / 4 - 20px);
	width: calc(100% / 4 - 20px);
	margin: 10px;
	overflow: hidden
}

.tr__final__images .tr__img__block .tr__img__cnt {
	width: 100%;
	padding-top: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.tr__training__price {
	width: -webkit-calc(100% - 20px);
	width: calc(100% - 20px);
	margin-top: 50px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border: 3px solid #E8008C;
	padding: 22px
}

.tr__training__price .tr__price__left p {
	font-family: Roboto-Regular;
	font-size: 25px;
	color: #181818;
	margin: 0 0 10px
}

.tr__training__price .tr__price__left span {
	font-family: Roboto-Bold;
	font-size: 18px;
	color: #1072b9;
	text-transform: uppercase
}

.tr__price__link {
	width: 232px;
	height: 51px;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	background-color: #E8008C;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: Montserrat-SemiBold;
	font-size: 20px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.tr__main__cnt__right {
	width: 375px;
	margin-top: -120px
}

.tr__register__sem {
	width: -webkit-calc(100% - 70px);
	width: calc(100% - 70px);
	padding: 15px;
	margin-right: 70px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	position: relative
}

.tr__register__sem .tr__reg__content {
	padding: 30px 18px 18px;
	border: 3px solid #E8008C;
	margin-top: -30px
}

.tr__register__sem .tr__reg__content .tr__price__link {
	width: 100%;
	margin-top: 20px
}

.tr__register__sem .tr__reg__title {
	text-align: center;
	padding-bottom: 5px;
	border-bottom: 1px solid #1072b9;
	font-family: Montserrat-SemiBold;
	font-size: 14px;
	text-transform: uppercase;
	color: #181818;
	margin-bottom: 20px
}

.tr__register__sem .tr__reg_sem__block {
	width: 100%;
	margin-top: 10px
}

.tr__register__sem .tr__reg_sem__block .reg__label {
	font-family: Roboto-Regular;
	font-size: 11px;
	color: #181818;
	text-transform: uppercase;
	margin-bottom: 3px
}

.tr__register__sem .tr__reg_sem__block .tr_reg__content {
	padding: 15px 8px;
	width: 100%;
	font-family: Roboto-Bold;
	font-size: 11px;
	color: #181818;
	background-color: #EBEBEB;
	text-transform: uppercase
}

.tr__info__content {
	width: 100%;
	margin-top: 30px;
	padding-right: 50px
}

.tr__info__content .tr__info__title {
	font-family: Montserrat-Regular;
	font-size: 25px;
	color: #181818;
	text-align: center;
	margin-bottom: 30px
}

.tr__info__content .tr__info__block {
	margin: 20px 0;
	padding-left: 55px;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

.tr__info__content .tr__info__block .tr__info__image {
	margin-right: 20px
}

.tr__info__content .tr__info__block .tr__info__image svg {
	width: 36px;
	height: 36px;
	fill: #1072b9
}

.tr__info__content .tr__info__block .tr__info__gray {
	font-family: Roboto-Light;
	font-size: 15px;
	color: #a4a3a3;
	margin-bottom: 15px
}

.tr__info__content .tr__info__block .tr__info__black {
	font-family: Montserrat-SemiBold;
	font-size: 15px;
	color: #181818;
	text-transform: uppercase;
	margin-top: 15px
}

.tr__info__content.second__info .tr__info__block {
	padding-left: 30px
}

.tr__info__content.second__info .tr__info__black {
	text-transform: none
}

.tr__info__content.second__info .tr__info__gray.blue_txt {
	color: #1072b9
}

.tr__register__calendar {
	margin: 50px 0;
	width: 100%;
	border: 3px solid #1072b9;
	text-align: center;
	min-height: 280px
}

.tr__register__calendar .tr__calendar__title {
	font-family: Montserrat-Regular;
	font-size: 25px;
	color: #181818
}

.tr__register__calendar .tr__calendar__title span {
	color: #1072b9
}

.tr__map__wrapper {
	width: 100%;
	margin-top: 70px
}

.tr__map__wrapper .close__map__trigger {
	width: 100%;
	height: 50px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #1072b9;
	color: #fff;
	font-family: Roboto-Medium;
	font-size: 16px;
	margin-bottom: 20px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	cursor: pointer
}

.map__wrapper {
	width: 100%;
	position: relative
}

.map__wrapper .map__container {
	width: 100%;
	padding-top: 100%
}

.map__wrapper .map__container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.tr__map__wrapper .close__map__trigger.active_text {
	background-color: #EBEBEB;
	color: #A4A3A3
}

.tr__mobile__info {
	display: none;
	margin: 30px 0;
	padding-left: 20px;
	font-family: Roboto-Medium;
	font-size: 18px;
	color: #1072b9;
	position: relative
}

.tr__mobile__info:before {
	content: '!';
	font-family: Roboto-Medium;
	font-size: 50px;
	color: #1072b9;
	position: absolute;
	top: -7px;
	left: 0;
	line-height: 1
}

.training__reviews__wrapper {
	margin-top: 70px
}

.training__reviews__wrapper .cnt__title {
	font-family: Montserrat-Regular;
	font-size: 25px;
	color: #000;
	margin-bottom: 30px
}

.training__reviews__slider__wrapper {
	position: relative;
	padding: 0 70px
}

.tr__one__review__block {
	width: 100%;
	max-width: 700px
}

.tr__one__review__block .one__review__content {
	padding: 25px;
	border: 1px solid #1072b9;
	font-family: Roboto-Light;
	font-size: 15px;
	color: #181818;
	line-height: 1.3;
	position: relative
}

.tr__one__review__block .review__angle__comment {
	width: 90px;
	height: 45px;
	background-color: #fff;
	position: absolute;
	top: -webkit-calc(100% - 1px);
	top: calc(100% - 1px)
}

.tr__one__review__block .one__review__author {
	margin-top: 60px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.tr__one__review__block .one__review__author .author__image {
	margin-right: 35px;
	width: 140px;
	height: 140px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 50%;
	overflow: hidden
}

.tr__one__review__block .author__info__stars {
	width: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px
}

.tr__one__review__block .author__info__stars .auth__one__star svg {
	width: 19px;
	height: 20px;
	fill: #efce4a
}

.tr__one__review__block .author__info__stars .auth__one__star:not(:last-child) {
	margin-right: 5px
}

.tr__one__review__block .author__info__name {
	font-family: Roboto-Bold;
	font-size: 16px;
	color: #1072b9;
	margin: 20px 0
}

.tr__one__review__block .author__info__job {
	font-family: Roboto-Light;
	font-size: 15px;
	color: #a4a3a3;
	margin-top: 20px
}

.tr__one__review__block.left__side {
	margin-right: auto
}

.tr__one__review__block.left__side .review__angle__comment {
	left: 70px;
	border-left: 1px solid #1072b9
}

.tr__one__review__block.left__side .review__angle__comment:before {
	content: '';
	width: -webkit-calc(100% + 11.5px);
	width: calc(100% + 11.5px);
	height: 1px;
	background-color: #1072b9;
	position: absolute;
	bottom: 21px;
	left: -6px;
	-webkit-transform: rotate(-26.2deg);
	-ms-transform: rotate(-26.2deg);
	transform: rotate(-26.2deg);
	border-radius: 30px
}

.tr__one__review__block.right__side {
	margin-left: auto
}

.tr__one__review__block.right__side .review__angle__comment {
	right: 70px;
	border-right: 1px solid #1072b9
}

.tr__one__review__block.right__side .review__angle__comment:before {
	content: '';
	width: -webkit-calc(100% + 11.5px);
	width: calc(100% + 11.5px);
	height: 1px;
	background-color: #1072b9;
	position: absolute;
	bottom: 21px;
	left: -6px;
	-webkit-transform: rotate(26.2deg);
	-ms-transform: rotate(26.2deg);
	transform: rotate(26.2deg);
	border-radius: 30px
}

.tr__one__review__block.right__side .author__image {
	margin: 0 0 0 20px
}

.tr__one__review__block.right__side .author__info {
	text-align: right
}

.tr__one__review__block.right__side .one__review__author {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.tr__one__review__block:not(:first-child) {
	margin-top: -130px
}

.training__review__slider .slick-list {
	margin: 0 -30px
}

.training__review__slider .slick-slide {
	margin: 0 30px
}

.training__reviews__form {
	margin-top: 70px;
	font-family: Roboto-Light;
	font-size: 15px;
	color: #181818;
	width: 100%;
	max-width: 705px
}

.training__reviews__form input {
	display: block;
	width: 100%;
	border: 1px solid #1072b9;
	margin-bottom: 10px;
	padding: 10.5px 10px
}

.training__reviews__form textarea {
	display: block;
	width: 100%;
	border: 1px solid #1072b9;
	padding: 10.5px 10px;
	resize: none;
	font-family: Roboto-Light;
	font-size: 15px;
	color: #181818;
	min-height: 70px
}

.training__reviews__form textarea::-webkit-input-placeholder {
	color: #9b9a9a
}

.training__reviews__form textarea::-moz-placeholder {
	color: #9b9a9a
}

.training__reviews__form textarea:-ms-input-placeholder {
	color: #9b9a9a
}

.training__reviews__form textarea::-ms-input-placeholder {
	color: #9b9a9a
}

.training__reviews__form textarea::placeholder {
	color: #9b9a9a
}

.training__reviews__form .tr__form_title {
	font-family: Roboto-Bold;
	font-size: 16px;
	color: #1072b9;
	margin-bottom: 20px
}

.training__reviews__form button {
	width: 232px;
	height: 38px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-transform: uppercase;
	color: #fff;
	background-color: #1072b9;
	cursor: pointer;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	font-family: Montserrat-SemiBold;
	font-size: 15px;
	border: none;
	padding: 0
}

.training__form__submit__block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-top: 10px
}

.search_title {
	text-align: left;
	margin: 15px 0;
	font-family: Roboto-Medium
}

.search_title p {
	margin-bottom: 10px
}

.search_result_block .search_info {
	line-height: 1.4;
	margin-bottom: 15px
}

.search_result_block .search_time {
	font-size: 22px;
	font-family: Roboto-Medium;
	margin-bottom: 15px
}

.search_result_block .search_time span {
	color: #e8008c;
	margin-left: 10px
}

.search_result_block {
	margin-bottom: 30px
}

.search_form_wrapp {
	position: relative
}

.search_form_overlay {
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1001;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, .001)
}

.search_form_results {
	position: absolute;
	top: -webkit-calc(100% + 1px);
	top: calc(100% + 1px);
	left: -1px;
	right: -1px;
	z-index: 1002;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 20px 10px;
	background-color: #fff
}

.search_form_results h3 {
	color: #e8008c;
	padding: 5px 0;
	font-family: Roboto-Medium
}

.search_form_results_list {
	width: 100%
}

.search_form_result {
	margin-bottom: 10px
}

.search_form_result a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	color: inherit;
	text-decoration: none;
	padding: 5px
}

.search_form_result a:hover {
	background-color: rgba(235, 235, 235, .3)
}

.search_form_result_img_wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 60px;
	height: 60px;
	padding: 5px;
	border: 1px solid #ebebeb;
	margin-right: 10px;
	background-color: #fff;
	overflow: hidden
}

.search_form_result_img_wrap img {
	max-width: 100%;
	max-height: 50px
}

.search_form_results_all {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	font-family: Montserrat-Regular;
	font-size: 12px;
	text-transform: uppercase;
	color: #267ebe
}

.personal__dates__trigger {
	display: none;
}

.personal__dates__trigger.authenticated {
	display: block !important;
}

.promotions_slider_container {
  width: 100%;
}

.promotions_slider_title,
.promotions_slider_title a {
  text-align: left;
  text-transform: uppercase;
  font-size: 20px;
  font-family: Montserrat-Bold;
  margin: 15px 0;
  text-decoration: none;
  color:  #e8008c;
  -webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.promotions_slider_title a:hover {
	color: #f659b8;
}

.promotions_slide {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.promotions_slider_img-side img {
  width: 100%;
}

.promotions_slider .slick-dots {
  top: -42px;
  bottom: unset;
  text-align: right;
}

.promotions_slider .slick-dots li.slick-active button {
  background-color: #1072b9;
}

.promotions_slider .slick-dots li.slick-active button::before {
  border: none;
}

.promotions_slider .slick-dots li {
  margin: 0;
}

.promotions_slider .slick-dots li button {
  border: 1px solid #1072b9;
}

.promotions_slider .slick-dots li button:hover {
  background-color: #1072b9;
}

.promotions_slider_counter-side {
  margin-left: 30px;
}

.time_counter_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 320px;

}

.time_counter_title {
  background-color: #ebebeb;
  text-align: center;
  padding: 10px;
}

.time_counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #a4a3a3;
  color: #ffffff;
  padding: 15px;
}

.time_counter_item {
  text-align: center;
}

.time_counter_item > div:first-child {
  font-size: 30px;
  font-family: Roboto-Bold;
}

.time_counter_separate {
  margin: 0 10px;
  font-size: 35px;
  font-family: Roboto-Bold;
}

.time_counter_item_title {
  font-size: 15px;
  text-transform: lowercase;
}

.buy__choice__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 16px;
}

.buy__tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.buy__tab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	margin-right: 5px;
	padding: 15px;
	background-color: #f5f5f5;
	border: 1px solid #ebebeb;
	cursor: pointer;
}

.buy__tab__box {
	position: relative;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	background-color: #fff;
	border: 1px solid #cccccc;
}

.buy__tab.active {
	background-color: #ffffff;
}

.buy__tab.active .buy__tab__box::after {
	content: "";
	position: absolute;
	left: 75%;
	top: 20%;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	    -ms-transform: translate(-50%, -50%) rotate(-45deg);
	        transform: translate(-50%, -50%) rotate(-45deg);
	width: 105%;
	height: 45%;
	border-bottom: 3px solid #41cf11;
	border-left: 3px solid #41cf11;
}

.back__to__cart {
	margin-left: auto;
	color: #669bcf;
}

.delivery__tabs-title {
	font-size: 16px;
    font-family: Roboto-Bold;
    margin-bottom: 10px;
}

.delivery__tabs-tabs {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	flex-wrap: wrap;
}

.delivery__tabs-tab {
	width: calc(50% - 1.5rem);
	border: 1px solid #ccc;
	background-color: #f9f9f9;
	padding: 15px 10px;
	font-size: 16px;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
}

.delivery__tabs-tab input {
	display: none;
}

.delivery__tabs-tab label {
	position: relative;
	padding-left: 30px;
	pointer-events: none;
}

.delivery__tabs-tab-radio {
	width: 20px;
	height: 20px;
	border-radius: 3px;
	border: 1px solid #ccc;
	background-color: #f9f9f9;
	position: absolute;
	top: 0;
	left: 0;
}

.delivery__tabs-tab input:checked + label .delivery__tabs-tab-radio {
	background: #f9f9f9 url(../img/tick.svg) center center / 70% 70% no-repeat;
}

.delivery__tabs-tab.active {
	background-color: #ebebeb;
}

.delivery__tabs-item {
	display: none;
}

.delivery__tabs-item.active {
	display: block;
}

.flex-wrap {
	flex-wrap: wrap;
}
 
.payment-method {
	margin-bottom: 20px;
}

.payment-method ul {
	margin-top: 20px;
}

.payment-method li {
	margin-bottom: 20px;
}

.payment-method input {
	display: none;
}
.payment-method label {
	position: relative;
	padding-left: 30px;
	display: flex;
	cursor: pointer;
}

.payment-method input:checked + label .payment-method-radio::after {
	opacity: 1;
}

.payment-method-radio {
	width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    position: absolute;
    top: -3px;
    left: 0;
}

.payment-method-radio::after {
	content: '';
	display: block;
	width: 50%;
	height: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #E8008C;
	border-radius: 100%;
	opacity: 0;
}

.payment-method-text {
	margin-right: 20px;
}

.payment-method-recomand {
	color: #fff;
    background-color: #009900;
    font-size: 12px;
    display: inline-block;
    margin-left: 0px;
    padding: 0 8px;
    border-radius: 5px;
}

.payment-method-desc {
	display: block;
	color: #ffb547;
	font-size: 12px;
	margin-top: 4px;
}

.payment-method-icons {
	display: flex;
	align-items: center;
	margin-left: auto;
	margin-top: -7px;
}

.payment-method-icons img {
	max-width: 35px;
}

.buy__choice__block {
	padding: 15px;
	margin-bottom: 15px;
	background-color: #ebebeb;
	font-size: 18px;
}

.delivery__tabs-content .buy__choice__block__title {
	margin-bottom: 10px;
}

.buy__choice__block {
	padding: 12px;
	margin-bottom: 10px;
	background-color: #ebebeb;
	font-size: 16px;
}

.buy__choice__block__title {
	font-size: 16px;
	font-family: Montserrat-SemiBold;
	font-family: Roboto-Bold;
	
	margin-bottom: 10px;
}

.buy__form__item__s,
.buy__form__item__xl,
.buy__form__item__md {
	margin-bottom: 15px;
}

.buy__form__item__s label,
.buy__form__item__xl label,
.buy__form__item__md label {
	color: #999999;
	font-size: 14px;
}

.buy__form__item__s select,
.buy__form__item__xl select,
.buy__form__item__md select,
.buy__form__item__s input,
.buy__form__item__xl input,
.buy__form__item__md input,
.buy__form__item__s textarea,
.buy__form__item__xl textarea,
.buy__form__item__md textarea {
	width: 100%;
	min-height: 40px;
	margin-top: 5px;
	padding: 6px 8px;
	border: 1px solid #cccccc;
	background-color: #fff;
	font-size: 16px;
	font-family: Roboto-Regular;
}

/* .buy__form__item__s select:invalid,
.buy__form__item__xl select:invalid,
.buy__form__item__md select:invalid {
	color: #cccccc !important;
}

.buy__form__item__s select option[value=""][disabled],
.buy__form__item__xl select option[value=""][disabled],
.buy__form__item__md select option[value=""][disabled] {
	display: none;
} */

.buy__form__item__s textarea,
.buy__form__item__xl textarea,
.buy__form__item__md textarea {
	resize: none;
	height: 140px;
}

.buy__form__item__s select,
.buy__form__item__xl select,
.buy__form__item__md select {
	background-image: url(../img/angle-grey.png);
	background-position: calc(100% - 15px) 1em;
	background-size: 13px 13px;
	background-repeat: no-repeat;
	cursor: pointer;
}

.buy__form__row input::-webkit-input-placeholder {
	color: #999999;
	font-family: Roboto-Light;
	font-size: inherit;
}
.buy__form__row input::-moz-placeholder {
	color: #999999;
	font-family: Roboto-Light;
	font-size: inherit;
}
.buy__form__row input:-moz-placeholder {
	color: #999999;
	font-family: Roboto-Light;
	font-size: inherit;
}
.buy__form__row input:-ms-input-placeholder {
	color: #999999;
	font-family: Roboto-Light;
	font-size: inherit;
}
.buy__form__row textarea::-webkit-input-placeholder {
	color: #999999;
	font-family: Roboto-Light;
	font-size: inherit;
}
.buy__form__row textarea::-moz-placeholder {
	color: #999999;
	font-family: Roboto-Light;
	font-size: inherit;
}
.buy__form__row textarea:-moz-placeholder {
	color: #999999;
	font-family: Roboto-Light;
	font-size: inherit;
}
.buy__form__row textarea:-ms-input-placeholder {
	color: #999999;
	font-family: Roboto-Light;
	font-size: inherit;
	font-family: Roboto-Light;
}

.buy__form__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: -20px;
}

.buy__form__row:first-of-type {
	/*margin-top: 15px;*/
}

.buy__form__item__xl {
	width: calc(100% - 20px);
	margin-right: 20px;
}

.buy__form__item__md {
	width: calc(100% / 2 - 20px);
	margin-right: 20px;
}

.buy__form__item__s {
	width: calc(100% / 3 - 20px);
	max-width: 250px;
	margin-right: 20px;
}

.buy__form__text {
	display: block;
	margin-bottom: 20px;
	color: #999999;
}

.buy__form__confirm__block {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.buy__form__confirm__block label {
	color: #999999 !important;
	margin-left: 0;
	border: none;
}

.buy__form__confirm__block label a {
	color: #666666;
}

.buy__form__confirm__block .check__box {
	border: 1px solid #cccccc;
}

.buy__form__send {
	margin-top: 5px;
	padding: 15px 20px;
	font-family: Montserrat-SemiBold;
	font-size: 18px;
	border: none;
	color: #ffffff;
	background-color: #39b54a;
	cursor: pointer;
	-webkit-transition: .4s background-color;
	-o-transition: .4s background-color;
	transition: .4s background-color;
}

.buy__form__send:hover {
	background-color: #1072b9;
}

.add-address {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.add-address .option {
	margin-left: 0;
}
.add-address .check {
	margin-bottom: 0;
	padding-left: 1.5em;
	color: #999999 !important;
}
.add-address .check__box {
	margin-left: -1.5em;
}
.add-address > span {
	margin-right: 15px;
}

.address-current {
	flex-grow: 1;
	color: #000000;
	font-size: 14px;
}

.user_contacts {
	font-size: 16px;
	margin-top: 10px;
	font-weight: bold;
	display: none;
}

.user_contacts:first-of-type {
	margin-top: 0;
}

.user_contacts.active {
	display: block;
}

.address-current-block {
	display: flex;
	align-items: center;
	margin-top: 10px;
	margin-bottom: 20px;
	border: 1px solid #cccccc;
	padding: 10px;
	font-family: Roboto-Regular;
}

.address-current-edit {
	margin-left: 10px;
	font-size: 14px;
}

.address-current-edit a {
	color: #999999;
	
}

.buy__login__block {
	padding: 15px;
	border: 1px solid #ebebeb;
	margin-top: -1px;
	background-color: #f5f5f5;
}

.buy__login__social__block {
	width: 40%;
	font-size: 18px;
	margin-bottom: 15px;
}

.buy__login__social__block > span {
	display: block;
	margin-bottom: 5px;
	color: #999999;
}

.buy__login__social__btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 4px;
}

.buy__login__social__btns a {
	width: calc(50% - 15px);
	margin-right: 15px;
	padding: 10px;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
	font-family: Montserrat-Semibold;
	text-transform: uppercase;
}

.buy__login__g {
	position: relative;
	background-color: #ED7C5A;
}

.buy__login__fb {
	position: relative;
	background-color: #4267b2;
}

.buy__restart__pass {
	text-align: right;
	font-size: 12px;
	color: #1072b9;
	margin-top: 5px;
}

.buy__restart__pass a {
	color: inherit;
}

.buy__login__btn {
	display: block;
	padding: 15px;
    font-family: Montserrat-SemiBold;
    font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	background-color: #0071bc;
	text-transform: uppercase;
	text-align: center;
	/* width: 100%; */
	-webkit-transition: .4s background-color;
	-o-transition: .4s background-color;
	transition: .4s background-color;
}

.buy__login__btn:hover {
	background-color: #000;
}

.buy__choice__info__row {
	margin-bottom: 8px;
	font-family: Roboto-Regular;
}

.buy__choice__info__row:first-of-type {
	margin-top: 15px;
}

.buy__choice__info__row > span {
	color: #999999;
	margin-right: 8px;
}

.back__to__cart__mob .back__to__cart {
	display: none;
}

.buy__tab__content {
	display: none;
}

.new-address {
	display: none;
}

.new-address.active {
	height: auto !important;
}

label.check.option {
	cursor: pointer;
}

.select2,
.select2 * {
	margin: 0 !important;
}

.choose-legal.active {
	display: block;
}

.choose-legal-trigger {

}

.choose-legal-trigger button {
	position: relative;
	display: inline-block;
	cursor: pointer;
    background: #f5f5f5;
    min-height: 40px;
    padding: 8px;
    padding-right: 40px; 
    text-decoration: none;
    border: 1px solid #cccccc;
    border-radius: 3px;
    font-size: 18px;
    font-family: Roboto-Bold;
}

.choose-legal-trigger button svg {
	position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    width: 18px;
    height: 18px;
    -webkit-transition: fill 0.4s ease-in-out;
    -o-transition: fill 0.4s ease-in-out;
    transition: fill 0.4s ease-in-out;
    fill: #000000;
}

.choose-legal {
	position: relative;
	border: 1px solid #cccccc;
    background-color: #fff;
    padding: 25px 15px;
    display: none;
}

.choose-legal p {
	margin-bottom: 10px;
	text-align: center;
	font-size: 18px;
    font-family: Roboto-Bold;
}

.choose-legal__close {
	width: 20px;
    height: 20px;
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
}

.choose-legal__close::before {
	content: '';
    width: 18px;
    height: 2px;
    position: absolute;
    top: 9px;
    left: 1px;
    background: #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
    
.choose-legal__close::after {
	content: '';
    width: 18px;
    height: 2px;
    position: absolute;
    top: 9px;
    left: 1px;
    background: #000;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.choose-legal__btn {
	display: flex;
	justify-content: center;
}

.choose-legal__btn a {
	display: inline-block;
	cursor: pointer;
    background: #1072b9;
    min-height: 40px;
    font-family: Montserrat-SemiBold;
    text-align: center;
    padding: 10px 20px;
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}


.product_param_part {
	margin-top: 30px;
	margin-bottom: 30px;
}

.product_param {
	padding: 10px 0;
	border-top: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
	font-size: 15px;
}

.product_param:not(:first-child) {
	margin-top: -1px;
}

.product_param_link {
	display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-decoration: none;
	color: #000;
}

.product_param_title {
	font-family: Roboto-Medium;

}

.product_param_text {

}

.product_param_text img {
 	margin-left: 15px;
 	max-height: 30px !important;
}
.one_product_param_part {
	width: 100%;
	margin-top: 5px;
}
.one_product_param_part .product_param {
	/*border: none;*/
}

.product_gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 50px;
	margin-bottom: 30px;
	padding-top: 30px;
	border-top: 1px solid #EBEBEB;
}

.product_gallery h2 {
	font-family: Montserrat-SemiBold;
    font-size: 30px;
    color: #000;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.product_gallery_item {
	width: calc(50% - 20px);
	margin: 0 10px;
	margin-bottom: 20px;
}

.product_gallery_item h3 {
	width: 100%;
    font-family: Roboto-Light;
    font-size: 16px;
    color: #A4A3A3;
    margin-bottom: 10px;
}
    

.product_gallery .video_block {
	position: relative;
	overflow: hidden;
}
.product_gallery .video_block img {
	width: 100%;
	transition: 0.3s transform linear;
}
.product_gallery .video_block button {
	cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 110px;
    height: 110px;
    background-image: url(../img/gallery-play-button.svg);
    border-radius: 50%;
    
    z-index: 2;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    outline: 0;
    border: none;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    
}
.product_gallery .video_block.video_block_pdf button  {
	background-image: url(../img/pdf.png);
	background-size: 30%;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .3);
    box-shadow: 0 0 20px rgba(0, 0, 0, .3);
    background-color: #ffffff;

}
.product_gallery .video_block:hover img {
	transform: scale(1.1);
}

.promo_final_container .category_name {
	margin-top: 0;
}

.category_name > span {
	font-size: inherit;
	font-weight: 400;
	font-family: Montserrat-Regular;
}
/*Cookie*/
.cookie_fixed {
    position: fixed;
    bottom: 0;
    background: rgba(54,54,54,.9);
    width: 100%;
    z-index: 999999;
    display: none;
}

.cookie__message {
	display: flex;
	align-items: flex-start;
    box-sizing: border-box;
    max-width: 1140px;
    padding: 15px;
    padding-right: 50px;
    margin: 0 auto;
    font-family: Roboto-Regular, sans-serif;
    font-size: 16px;
    color: #fff;
}

.cookie__message p, .cookie__message a {
    color: #fff;
    line-height: normal;
}

.cookie__message .close_cookie__message {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 15px;
    right: 15px;
    border-radius: 50%;
    cursor: pointer;
}

.cookie__message .close_cookie__message:before {
    content: '';
    width: 20px;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    top: 11px;
    left: 4px;
    transform: rotate(45deg);
}

.cookie__message .close_cookie__message:after {
    content: '';
    width: 20px;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    top: 11px;
    left: 4px;
    transform: rotate(-45deg);
}

.cookie_ok {
	min-width: 185px;
    border: 1px solid #ffffff;
    background: transparent;
    min-height: 45px;
    font-size: 18px;
    cursor: pointer;
    text-transform: uppercase;
    padding: 3px 10px;
    margin: 3px;
    font-family: Roboto-Bold, sans-serif;
    color: #ffffff;
    -webkit-transition: .4s;
		-o-transition: .4s;
		transition: .4s;
}

.cookie_ok:hover {
	background-color: #898989;
}

.slide_text {
	overflow: hidden;
}

.slide_text p,
.slide_text p * {
	font-size: 14px !important;
}

.slide_text_more {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	margin-top: 10px; 

	display: none;
}

.slide_text_more span {
	position: relative;
	padding-right: 20px;
	font-family: Roboto-Medium;
	cursor: pointer;
	font-weight: 500;
	font-size: 13px;
	text-decoration: underline;
	color: #A4A3A3;
}

.slide_text_more span::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 20px;
	height: 10px;
    background-image: url(../img/angle-grey.png);
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: 0.3s -webkit-transform linear;
    transition: 0.3s -webkit-transform linear;
    -o-transition: 0.3s transform linear;
    transition: 0.3s transform linear;
    transition: 0.3s transform linear, 0.3s -webkit-transform linear;
}

.slide_text_more.show {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.slide_text_more.active span::after {
	-webkit-transform: translateY(-50%) rotate(180deg);
	    -ms-transform: translateY(-50%) rotate(180deg);
	        transform: translateY(-50%) rotate(180deg);
}

.slide_text.collapsed {
	position: relative;
	height: 57px;
	-webkit-transition: .3s height linear;
	-o-transition: .3s height linear;
	transition: .3s height linear;
}

.slide_text.collapsed::after {
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20px;
    background: -webkit-gradient(linear,left bottom, left top,from(rgba(255,255,255,.85)),color-stop(50%, rgba(255,255,255,.46)),to(rgba(255,255,255,0)));
    background: -o-linear-gradient(bottom,rgba(255,255,255,.85) 0%,rgba(255,255,255,.46) 50%,rgba(255,255,255,0) 100%);
    background: linear-gradient(0deg,rgba(255,255,255,.85) 0%,rgba(255,255,255,.46) 50%,rgba(255,255,255,0) 100%);
    -webkit-transition: .3s opacity linear;
    -o-transition: .3s opacity linear;
    transition: .3s opacity linear;
}

.logo_container_wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.logo_container {
	margin-right: 20px;
}

.link_partner {
	cursor: pointer;
	width: 160px;
	height: 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: Montserrat-Regular;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	background: #1072b9;
	outline: 0;
	border: 2px solid #fff;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	text-decoration: none;
	border-radius: 2px;
}

.link_partner:hover {
	color: #1072b9;
    background: #fff;
}

@media screen and (min-width:1025px) {
	.dates__adress__information .dates__address_controls .adress__controls:hover,
	.personal__avatar button:hover,
	.personal__dates__form .dates__submit button:hover {
		color: #fff;
		background-color: #1072b9
	}
	.empty__wrapper .empty__link:hover,
	.see_basket:hover {
		background-color: #1072b9
	}
	.add_more_adresses .add__content__btn:hover,
	.adress_form__controls .dismiss:hover,
	.adress_form__controls button:hover {
		color: #fff;
		background-color: #1072b9
	}
	.add_more_adresses .add__content__btn:hover:after,
	.add_more_adresses .add__content__btn:hover:before {
		background-color: #fff
	}
	#about_links ul li a:hover {
		color: #1072b9
	}
	.basket__bottom__content.basket__form form button:hover {
		background-color: #000
	}
	.basket__counter .minus:hover:after,
	.basket__counter .minus:hover:before,
	.basket__counter .plus:hover:after,
	.basket__counter .plus:hover:before {
		background-color: #1072b9
	}
	.basket__element__remove_item .basket__remove__element .basket__remove__trigger:hover svg {
		fill: #1072b9
	}
	.basket__element__remove_item .basket__transfer__to_fav:hover {
		color: #1072b9;
		text-decoration: underline
	}
	.basket__navigation__wrapper .basket__move__backward a:hover {
		background-color: #1072b9;
		color: #fff
	}
	.basket__navigation__wrapper .basket__move__backward a:hover svg {
		fill: #fff
	}
	.navigation__controls .one_nav__control:hover,
	.navigation__controls .one_nav__control:hover a {
		color: #1072b9;
		text-decoration: underline
	}
	.basket__summary_continue:hover,
	.basket__summary_promo_code .promo_code__input button:hover {
		background-color: #000
	}
	.blog_elem_first_version .blog_estel_image_wrapper:hover:before {
		top: 40px;
		left: -30px
	}
	.blog_elem_second_version .blog_estel_image_wrapper:hover:before,
	.blog_elem_third_version .blog_estel_image_wrapper:hover:before {
		top: -30px;
		left: 30px
	}
	.blog_elem_fourth_version .blog_estel_image_wrapper:hover:before {
		top: 30px;
		left: -30px
	}
	.brands_final_element:nth-of-type(even):hover:before {
		opacity: 1;
		visibility: visible;
		top: -15px;
		left: 15px
	}
	.brands_final_element:nth-of-type(odd):hover:before {
		opacity: 1;
		visibility: visible;
		top: 15px;
		left: 15px
	}
	.elements_showing_type:hover {
		background-color: #1072b9
	}
	.elements_showing_type:hover svg {
		fill: #fff
	}
	#one_to_show .product_wrapper:hover {
		border: 1px solid #fff;
		-webkit-box-shadow: none;
		box-shadow: none
	}
	.product_final_page:hover {
		color: #1072b9
	}
	.products_catalog .product_wrapper:hover {
		background-color: #fff;
		border: 1px solid #fff;
		-webkit-box-shadow: none;
		box-shadow: none;
		z-index: 1000
	}
	.products_catalog .product_wrapper:hover .products_stock_info,
	.products_catalog .product_wrapper:hover:before {
		opacity: 1;
		visibility: visible
	}
	.product_form .number-input div:hover:after,
	.product_form .number-input div:hover:before {
		background-color: #1072b9
	}
	.filter_slider .product_wrapper:hover {
		border: 1px solid #fff;
		-webkit-box-shadow: none;
		box-shadow: none
	}
	.find__salon__slide__hanlder:hover svg {
		fill: #1072b9
	}
	.number-input:hover {
		color: #0072bc
	}
	.brands_container .brand_slide:hover {
		background: #fff;
		-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .3);
		box-shadow: 0 0 20px rgba(0, 0, 0, .3)
	}
	.events_items_container .event_block:hover .event_button {
		background: #1072b9;
		color: #fff
	}
	.events_items_container .event_block:hover:before {
		left: -15px;
		top: 24px
	}
	.follow_block:hover .likes,
	.follow_block:hover:before {
		opacity: 1
	}
	.follow_block:hover .follow__image {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1)
	}
	.footer_form form button:hover {
		color: #1072b9;
		background: #fff
	}
	.footer_menu_container .footer_menu_block ul li a:hover {
		color: #1072b9
	}
	.webit_logo:hover {
		background-position: center 4px
	}
	.header_container ul li:hover .hover__separator:before {
		width: 100%
	}
	.login_form form button:hover,
	.new_pass_form form button:hover,
	.restart_pass_form form button:hover {
		background: #181818
	}
	.drop_main_links li a:hover:after {
		opacity: 1
	}
	.category_item a:hover {
		color: #0072bc!important
	}
	.news_block:hover {
		border: 2px solid #1072b9
	}
	.news_block:hover .read_more {
		background: #1072b9;
		color: #fff
	}
	.offers_container .offers_block:hover .look_products {
		background: #000;
		color: #fff
	}
	.offers_container .offers_block:hover:before {
		left: -15px;
		top: 20px
	}
	.look_products:hover {
		background: #000;
		color: #fff
	}
	.find_more a:hover,
	.show_all_products:hover a {
		color: #000
	}
	.product_wrapper:hover {
		border: 1px solid rgba(0, 0, 0, .1);
		-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
		box-shadow: 0 0 10px rgba(0, 0, 0, .3)
	}
	.product_wrapper:hover .add_to_basket,
	.product_wrapper:hover .product_stock,
	.product_wrapper:hover .product_watch {
		opacity: 1
	}
	.product_favorite:hover svg {
		fill: #E8008C
	}
	.product_wrapper .product_watch:hover {
		background: #1072b9
	}
	.product_wrapper .product_watch:hover svg {
		fill: #fff
	}
	.add_to_basket:hover {
		border: 2px solid #1072b9;
		background: #fff;
		color: #1072b9
	}
	#mobile_slider a:hover,
	#slider a:hover {
		background: #000
	}
	.slider_left:hover svg,
	.slider_right:hover svg {
		fill: #E8008C
	}
	.next:hover,
	.prev:hover {
		background: #E164A8
	}
	.lkb_elem_readmore:hover {
		background-color: #1072b9;
		color: #fff
	}
	.lkb_elem_first_version .lkb_posinit_image_container:hover:before {
		top: -15px;
		right: -30px
	}
	.lkb_elem_second_version .lkb_posinit_image_container:hover:before {
		top: 40px;
		right: -30px
	}
	.lkb_elem_third_version .lkb_posinit_image_container:hover:before {
		top: 30px;
		right: 30px
	}
	.lookbook_item:nth-of-type(1):hover a:before {
		top: -15px;
		right: -15px;
		opacity: 1
	}
	.lookbook_item:nth-of-type(2):hover a:before {
		top: 15px;
		right: -15px;
		opacity: 1
	}
	.lookbook_item:nth-of-type(3):hover a:before {
		top: -15px;
		right: -15px;
		opacity: 1
	}
	.lookbook_item:nth-of-type(4):hover a:before {
		top: 15px;
		right: 15px;
		opacity: 1
	}
	.lookbook_item:nth-of-type(5):hover a:before {
		top: 15px;
		right: -15px;
		opacity: 1
	}
	.lookbook_item:nth-of-type(6):hover a:before {
		top: -15px;
		right: -15px;
		opacity: 1
	}
	.lookbook_item:nth-of-type(7):hover a:before {
		top: 15px;
		right: -15px;
		opacity: 1
	}
	.lookbook_item:nth-of-type(8):hover a:before,
	.lookbook_item:nth-of-type(9):hover a:before {
		top: -15px;
		right: -15px;
		opacity: 1
	}
	.lookbook_item:nth-of-type(10):hover a:before,
	.lookbook_item:nth-of-type(11):hover a:before {
		top: 15px;
		right: -15px;
		opacity: 1
	}
	.fancybox-button--arrow_left:hover:after,
	.fancybox-button--arrow_right:hover:after {
		border-bottom: 2px solid #1072b9;
		border-left: 2px solid #1072b9
	}
	.lookbook_final_title .socials_links li:hover svg {
		fill: #E5143B
	}
	.go_to_page_link:hover,
	.lkb_article:hover .go_to_page_link {
		opacity: 1
	}
	.news_block_content_wrapper .news_read_more_likes a:hover {
		background-color: #000;
		color: #fff
	}
	#news_wrapper .pagination .pagination_arrow:hover svg {
		fill: #1072b9
	}
	.popular_news_blocks .news_one_block:hover h2 {
		color: #1072b9
	}
	.popular_news_blocks .news_one_block:hover .news_block_image {
		-webkit-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2)
	}
	.all_tags li:hover a {
		background-color: #000;
		color: #fff
	}
	.personal_block_add_basket .add_to_basket:hover {
		background-color: #000;
		border: 2px solid #000;
		color: #fff
	}
	.add_comment_form button:hover,
	.personal_block_add_basket .remove_pers_product:hover:after,
	.personal_block_add_basket .remove_pers_product:hover:before {
		background-color: #000
	}
	.anchors_container li a:hover,
	.description_element .delivery:hover {
		color: #1072b9
	}
	.find_place_to_buy:hover {
		background-color: #000
	}
	.promo_link:hover {
		padding: 0
	}
	.promo_link:hover .promo_link_bg {
		padding-top: -webkit-calc(42% - 1.39px);
		padding-top: calc(42% - 1.39px)
	}
	.promo_link:hover:before {
		right: 15px;
		top: 15px;
		opacity: 0;
		visibility: hidden
	}
	.promo_link:hover:after {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
		visibility: visible
	}
	.promo_link:hover .promo_link_text_content {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
	.promo_link_small:hover .promo_link_bg {
		padding-top: -webkit-calc(112% - 1.39px);
		padding-top: calc(112% - 1.39px)
	}
	.go_to_top:hover {
		-webkit-transform: scale(1.3);
		-ms-transform: scale(1.3);
		transform: scale(1.3)
	}
	.go_to_top.active:hover {
		-webkit-transition: .6s;
		-o-transition: .6s;
		transition: .6s;
		-webkit-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2)
	}
	.pagination ul li:hover a {
		color: #1072b9
	}
	.pagination .pagination_arrow:hover svg {
		fill: #1072b9
	}
	.product_popup .product_popup_content .close_product_popup:hover:after,
	.product_popup .product_popup_content .close_product_popup:hover:before {
		background-color: #000
	}
	.tab_content .tab_item form button:hover,
	.toggle_popup:hover {
		background-color: #1DB6D4
	}
	.product.recent_viewed .product_wrapper:hover {
		background-color: #fff;
		-webkit-box-shadow: none;
		box-shadow: none
	}
	.go__to__prev:hover {
		color: #181818
	}
	.go__to__prev:hover svg {
		fill: #181818
	}
	.checkout__submit:hover {
		background-color: #1072b9
	}
	.basket__confirmation__element .bsk_conf__controls .bsk__conf__btn:hover {
		color: #fff;
		background-color: #1072b9
	}
	.team__content__controls .toggle_popup:hover {
		background-color: transparent;
		color: #1072b9
	}
	.team__content__controls .command__training__trigger:hover,
	.training__form .close_product_popup:hover:after,
	.training__form .close_product_popup:hover:before,
	.training__submit__area button:hover {
		background-color: #000
	}
	.training__one__slide:hover {
		border-color: #f1efef;
		background-color: #fff
	}
	.tr__filter__right__side .tr__filter__download:hover,
	.training__one__slide:hover .tr__slide__more {
		color: #1072b9
	}
	.tr__filter__right__side .tr__filter__download:hover svg {
		fill: #E8008C
	}
	.empty__commands .empty__link:hover {
		background-color: #000
	}
	.pct__link:hover {
		color: #1072b9
	}
	.personal__popup__wrapper .personal__commands__popup .close__personal__popup:hover svg {
		fill: #000
	}
	.pers__popup__price .repeat__command:hover {
		background-color: #000
	}
	.sem__block__list:hover {
		background-color: rgba(16, 114, 185, .2)
	}
	.sem__block__list.title:hover {
		background-color: #fff
	}
	.tr__register__sem .tr__reg__content .tr__price__link:hover,
	.tr__training__price .tr__price__link:hover {
		background-color: #181818
	}
	.tr__final__images .tr__img__block:hover .tr__img__cnt {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1)
	}
	.tr__map__wrapper .close__map__trigger:hover {
		background-color: #EBEBEB;
		color: #A4A3A3
	}
	.tr__map__wrapper .close__map__trigger.active_text:hover {
		background-color: #1072b9;
		color: #fff
	}
	.training__reviews__form button:hover {
		background-color: #181818
	}
}

@media screen and (max-width:1366px) {
	.footer_form .footer_form_container {
		padding: 0;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.footer_form .form_wrapper {
		margin-left: 30px;
	}
	.product_popup .product_final_sliders {
		width: 30%
	}
	.product_popup .product_final_sliders .big_slider_container {
		height: auto
	}
	.product_popup #one_to_show .product_wrapper .product_favorite {
		left: 26%
	}
	.product_popup.active .product_popup_content {
		width: 90%;
		max-height: 90%
	}
	.product_popup #one_to_show .product_wrapper .product_description {
		width: 67%
	}
	.pct__link,
	.pct__row.title__row * {
		font-size: 12px
	}
}

@media screen and (max-width:1365px) {
	.basket__elements__wrapper {
		width: 100%
	}
	.basket__summary__wrapper {
		margin-left: 0;
		margin-top: 30px
	}
	.find__sallon__banner__wrapper {
		width: -webkit-calc(100% + 30px);
		width: calc(100% + 30px);
		margin: 0 -15px
	}
	.basket__summary__wrapper.checkout__wrapper {
		margin-top: 0
	}
	.basket__summary__wrapper.hide_mobile {
		display: none;
	}
	.basket__summary__wrapper.hide_desktop {
		display: block;
	}
}

@media screen and (max-width:1280px) {
	.footer_form .form_wrapper {
		margin-left: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 30px 0 0;
		width: 100%
	}
	.footer_form p {
		text-align: center;
		width: 100%;
		margin-bottom: 10px;
	}
	.footer_form form {
		width: 50%;
	}
	.slider_left {
		left: 0
	}
	.slider_right {
		right: 0
	}
	.go_to_top {
		bottom: 28px;
		right: 98px;
		width: 30px;
		height: 30px
	}
	.go_to_top span {
		display: none
	}
	.footer_menu_container {
		padding: 0
	}
	.checkout__one__step:not(:last-child) {
		margin-right: 50px
	}
	.checkout__one__step:not(:first-child):before {
		width: 30px
	}
	.team__content__controls .command__training__trigger {
		font-size: 22px
	}
}

@media screen and (max-width:1279px) {
	.lkb_elem_second_version .lkb_posabsolute_image_container {
		width: 360px;
		height: auto;
		top: 110px
	}
	.tr__one__review__block {
		max-width: 530px
	}
}

@media screen and (max-width:1170px) {
	.header_container .search_form {
		width: 400px
	}
	.follow_block {
		width: -webkit-calc(100% / 4);
		width: calc(100% / 4)
	}
	.header_menu li a {
		font-size: 13px
	}
	.prev {
		left: 15px
	}
	.next {
		right: 15px
	}
	.slider_content_wrapper {
		border: none;
		height: 490px
	}
	#slider .slider_content_wrapper span {
		font-size: 45px;
		line-height: 1.3;
		max-width: 500px
	}
	#slider .slider_content_wrapper img {
		display: none
	}
	#slider .slider_content_wrapper a {
		position: absolute;
		bottom: 0;
		right: 100px;
		margin: 0
	}
	#slider .slider_content_wrapper h4 {
		margin-top: 20px
	}
	#parteners .slick-initialized .slick-current:before {
		height: 97%
	}
	.advantages_container {
		padding: 0 100px
	}
	.advantages_description {
		margin: 20px 0 0
	}
	.catalog_filter_content {
		position: fixed;
		top: 0;
		left: -340px;
		z-index: 10010;
		background-color: #fff;
		overflow: hidden;
		overflow-y: auto
	}
	.catalog_content {
		width: 100%
	}
	.menu_toggle {
		display: block
	}
	.menu_toggle:before {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
	.product_final_sliders {
		max-width: 400px
	}
	.big_slider_container {
		height: 400px
	}
	.product_final_description_elements {
		width: -webkit-calc(100% - 440px);
		width: calc(100% - 440px)
	}
	#news_wrapper .popular_news {
		display: none
	}
	#news_wrapper .current_news_content {
		width: 100%;
		margin: 0 auto
	}
	.go_to_page_link {
		top: -5px
	}
	.lookbook_final_title h1 {
		padding: 0 40px
	}
	.lkb_elem_second_version .lkb_posabsolute_image_container {
		width: 23%;
		height: auto;
		top: 220px
	}
	.lkb_elem_third_version .lkb_posabsolute_image_container {
		width: 35%;
		height: auto
	}
	.blog_elem_first_version .blog_estel_content_wrapper {
		padding: 30px 0 0 30px
	}
	.blog_estel_content_wrapper h2 {
		font-size: 25px
	}
	.blog_estel_content_wrapper h3 {
		font-size: 20px
	}
	.blog_estel_content_wrapper .news_author {
		margin: 10px 0
	}
	.blog_elem_first_version .blog_estel_content_wrapper .lkb_elem_readmore {
		margin-top: 20px
	}
	.blog_elem_second_version .blog_estel_content_wrapper {
		padding: 30px 15px 30px 0;
		top: 33px
	}
	.blog_elem_third_version .blog_estel_content_wrapper {
		padding: 0 0 30px 30px
	}
	.blog_elem_fourth_version .blog_estel_content_wrapper {
		padding: 30px 15px 20px 0
	}
	.product_popup #one_to_show .product_wrapper .product_favorite {
		left: 25%
	}
	.personal_content {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	#about_links {
		width: 100%;
		margin: 0;
		border: none;
		position: relative
	}
	#about_links ul {
		display: none;
		width: 100%;
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 2;
		background-color: #fff
	}
	#about_links ul li {
		width: 100%;
		border: none;
		text-align: center
	}
	#about_links ul li:not(:last-child) {
		border-bottom: 1px solid #1072b9
	}
	#about_links ul li a {
		padding: 20px 0
	}
	.about_content {
		width: 100%;
		margin-top: 30px
	}
	#about_links .mobile__current__page {
		display: block
	}
	#about_links ul li.active {
		background-color: #fff!important
	}
	#about_links ul li.active a {
		color: #1072b9!important
	}
	.checkout__elements__wrapper,
	.buy__element__wrapper {
		width: 100%
	}
	.checkout__main__wrapper .basket__content__wrapper {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.basket__summary__wrapper.checkout__wrapper {
		margin-top: 30px
	}
	.basket__summary__wrapper.buy__summary__wrapper {
		margin-top: 0;
		margin-bottom: 30px;
	}
	.checkout__hidden__block .dates__inputs .date__input.width80 {
		width: -webkit-calc(80% - 14px);
		width: calc(80% - 14px)
	}
	.checkout__hidden__block .dates__inputs .date__input.width40 {
		width: -webkit-calc(40% - 40px);
		width: calc(40% - 40px)
	}
	.pct__link,
	.pct__row.title__row * {
		font-size: 15px
	}
	.team__content__controls .command__training__trigger {
		font-size: 18px;
		padding: 0 15px
	}
	.sem__block__list .sem__first {
		width: -webkit-calc(35% - 10px);
		width: calc(35% - 10px);
		font-size: 14px
	}
	.training__main__wrapper.training__final .tr__content .tr__content__title {
		font-size: 40px
	}

	.catalog_content .preloader {
	    position: fixed;
	    top: 0;
	    left: 0;
	    z-index: 10011;
	    width: 100%;
	    height: 100%;
	}

	.catalog_content .preloader .backdrop {
		position: absolute;
	    top: 0;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    background: rgba(255,255,255,0.5);
	    width: 100%;
	    height: 100%;
	}

	.basket__summary__wrapper.buy__summary__wrapper {
		position: static;
	}

	.basket__summary__wrapper.buy__summary__wrapper .buy__summary__hidden {
		display: none;
	}
	.to_category li {
		width: calc(100% / 3 - 10px);
	}
	.basket__summary__code__content {
		display: none;
	}
}

@media screen and (max-width:1024px) {
	.personal__dates__trigger  {
		display: block;
	}
	#header_socials .socials_information {
		width: 800px
	}
	#parteners .slick-initialized .slick-current button {
		width: 50px;
		height: 50px;
		background-size: cover;
		left: -webkit-calc(50% - 25px);
		left: calc(50% - 25px);
		top: -webkit-calc(50% - 25px);
		top: calc(50% - 25px)
	}
	.advantages_container {
		padding: 0 50px;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.product_wrapper .add_to_basket,
	.product_wrapper .product_stock {
		opacity: 1
	}
	.brands_final_element {
		width: -webkit-calc(33% - 20px);
		width: calc(33% - 20px)
	}
	.brands_final_item {
		width: -webkit-calc(50% - 20px);
		width: calc(50% - 20px)
	}
	.brands_final_element:nth-of-type(4n) {
		margin-right: 30px
	}
	.brands_final_element:nth-of-type(3n) {
		margin-right: 0
	}
	.brands_final_item:nth-of-type(3n) {
		margin-right: 30px
	}
	.brands_final_item:nth-of-type(2n) {
		margin-right: 0
	}
	.promo_link_small .promo_link_text_content h3 {
		font-size: 14px
	}
	.promo_link_text_content h3 {
		font-size: 20px
	}
	.promo_link_text_content {
		font-size: 14px
	}
	.basket__bottom__one__element {
		width: -webkit-calc(100% / 2 - 17.5px);
		width: calc(100% / 2 - 17.5px);
		margin-bottom: 35px
	}
	.basket__summary__wrapper {
		margin-top: 0
	}
	.find__salon__banner__description {
		bottom: 30px;
		left: 20px
	}
	.find__salon__list__container,
	.find__salon__map__container {
		height: 400px
	}
	.checkout__hidden__block .dates__inputs .date__input.width80 {
		width: -webkit-calc(80% - 6px);
		width: calc(80% - 6px)
	}
	.checkout__hidden__block .dates__inputs .date__input.width40 {
		width: -webkit-calc(40% - 18px);
		width: calc(40% - 18px)
	}
	.team__content__wrapper .team__content__info {
		width: 100%;
		margin-bottom: 30px;
		font-size: 20px
	}
	.team__content__controls .toggle_popup {
		font-size: 20px
	}
	.team__content__wrapper .team__content__image {
		margin: 0 auto
	}
	.team__content__wrapper .team__content__image:before {
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px);
		height: -webkit-calc(100% - 30px);
		height: calc(100% - 30px);
		top: 15px;
		left: 15px
	}
}

@media screen and (min-width:1024px) {
	.header_container .search_form {
		display: -webkit-box!important;
		display: -webkit-flex!important;
		display: -ms-flexbox!important;
		display: flex!important
	}
	.drop_main_links li:hover a {
		color: #0072bc
	}
	.drop_sub_active .drop_sub_menu {
		opacity: 1;
		visibility: visible;
		-webkit-transition: 1s;
		-o-transition: 1s;
		transition: 1s
	}
	.drop_sub_active .main_link {
		color: #0072bc!important
	}
	.drop_sub_active .main_link:after {
		opacity: 1!important
	}
	.toggle_overlay {
		display: none
	}
}

@media screen and (max-width:1023px) {
	#header_socials {
		background: #EBEBEB;
		color: #000
	}
	.mob__close__trigger {
		display: block
	}
	#header_socials .wrapper {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	#header_socials .socials_information {
		width: 100%
	}
	#header_socials .socials_information .chat_info,
	#header_socials .socials_links {
		display: none
	}
	#header_socials .socials_information a span {
		color: #000;
		font-family: Roboto-Regular
	}
	#header_socials .socials_information a svg {
		fill: #000
	}
	.header_container {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding: 15px 0;
		position: relative
	}
	.header_container .search_form {
		display: none;
		position: absolute;
		top: 0;
		left: -15px;
		width: -webkit-calc(100% + 30px);
		width: calc(100% + 30px);
		z-index: 2;
		background: #fff;
		height: 79px;
		max-height: 79px;
		-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
		box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
	}
	.header_container .search_form input {
		width: -webkit-calc(100% - 132px);
		width: calc(100% - 132px);
		height: 77px;
		position: absolute;
		top: 1px;
		left: 0;
		padding: 0 15px
	}
	.header_container .search_form button {
		padding: 1px;
		height: 77px;
		position: absolute;
		top: 0;
		right: 66px
	}
	.header_container .search_form .mobile_close_search,
	.mobile_menu_trigger {
		display: block
	}
	.header_container .login_container .welcome_wrapper {
		display: none
	}
	.header_container .login_container {
		width: 210px;
		margin-left: auto
	}
	.header_container .login_container a {
		margin: 0
	}
	.header_container .basket_mob,
	.header_container .wishlist_mob {
		display: block;
	}
	.header_container .basket_trigger {
		display: none;
	}
	.langs {
		margin: 0;
		margin-left: 5px;
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		    -ms-flex-order: 5;
				order: 5;
	}
	.mobile_search {
		display: block
	}
	.header_menu {
		display: block;
		margin: 0;
		background: #fff;
		width: 310px;
		min-height: 100vh;
		height: 100%;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0 15px 15px;
		border-bottom: none;
		overflow-y: auto;
		z-index: 10010;
		position: fixed;
		top: 0;
		left: -webkit-calc(-100% - 40px);
		left: calc(-100% - 40px);
		-webkit-transition: .4s;
		-o-transition: .4s;
		transition: .4s
	}
	.header_menu li {
		width: 100%
	}
	.header_menu li svg {
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg)
	}
	.menu_mobile_image {
		display: block
	}
	.close_mobile_menu {
		display: block;
		width: 310px;
		height: 50px;
		padding: 18px 15px;
		border-bottom: 1px solid #EBEBEB;
		background: #1072b9;
		z-index: 10003;
		margin: 0 -15px
	}
	.close_mobile_menu span {
		display: block;
		font-family: Roboto-Bold;
		font-size: 16px;
		color: #fff;
		margin-left: 25px;
		text-transform: uppercase
	}
	.close_mobile_menu:before {
		content: '';
		width: 14px;
		height: 2px;
		background: #fff;
		position: absolute;
		top: 23px;
		left: 15px;
		border-radius: 30px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg)
	}
	.close_mobile_menu:after {
		content: '';
		width: 14px;
		height: 2px;
		background: #fff;
		position: absolute;
		top: 23px;
		left: 15px;
		border-radius: 30px;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
	.close_mobile_submenu,
	.close_mobile_submenu2 {
		z-index: 10006;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		width: 310px;
		margin: 0 -15px;
		height: 50px;
		padding: 1px 15px;
		background: #1072b9;
		position: relative
	}
	.close_mobile_submenu span,
	.close_mobile_submenu2 span {
		display: block;
		font-family: Roboto-Bold;
		font-size: 16px;
		color: #fff;
		margin-left: 20px;
		text-transform: uppercase
	}
	.close_mobile_submenu2:before,
	.close_mobile_submenu:before {
		content: '';
		width: 10px;
		height: 2px;
		background: #fff;
		position: absolute;
		top: 20px;
		left: 15px;
		border-radius: 30px;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
	.close_mobile_submenu2:after,
	.close_mobile_submenu:after {
		content: '';
		width: 10px;
		height: 2px;
		background: #fff;
		position: absolute;
		top: 26px;
		left: 15px;
		border-radius: 30px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg)
	}
	.basket,
	.wishlist {
		top: 0
	}
	#drop_down,
	#main__drop_down {
		-webkit-transition: .6s;
		-o-transition: .6s;
		transition: .6s;
		display: block;
		-webkit-transform: translateX(-102%);
		-ms-transform: translateX(-102%);
		transform: translateX(-102%);
		width: 310px;
		left: 0;
		top: 0;
		position: fixed;
		z-index: 10004
	}
	.drop_main_links {
		width: 100%;
		margin: 0;
		min-height: 100vh;
		max-height: 100vh;
		padding: 0 15px 15px;
		-webkit-box-shadow: none;
		box-shadow: none;
		overflow-y: auto
	}
	.drop_main_links li .main_link {
		margin: 0
	}
	.drop_main_links li a:after {
		display: none
	}
	.drop_sub_menu {
		min-height: 100vh;
		position: absolute;
		z-index: 10006;
		-webkit-transform: translateX(-102%);
		-ms-transform: translateX(-102%);
		transform: translateX(-102%);
		width: 310px;
		left: 0;
		top: 0;
		opacity: 1;
		visibility: visible;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-transition: .6s;
		-o-transition: .6s;
		transition: .6s;
		background: #fff;
		overflow-y: auto;
		padding: 0 15px
	}
	.drop_sub_menu.active {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
	.drop_sub_menu .drop_down_first {
		width: 100%;
		margin-top: 15px
	}
	.drop_sub_menu .drop_down_second {
		width: 100%
	}
	.drop_image_with_description {
		position: initial
	}
	.drop_image_with_description img {
		width: 100%
	}
	.drop_main_links li a {
		padding: 10px 0
	}
	.header_container ul li:hover:before {
		display: none
	}
	.offers_container {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.offers_container .offers_block {
		width: 100%;
		margin: 60px 20px 0 0
	}
	#offers h2 {
		margin: 60px 0 0
	}
	.offers_container .offers_block span {
		background-color: #F1EFEF;
		position: initial;
		width: 100%;
		padding: 15px 18px;
		margin: 0 15px 0 0
	}
	.news_block {
		width: -webkit-calc(50% - 15px);
		width: calc(50% - 15px);
		margin-bottom: 30px
	}
	.news_wrapper {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	#advantages h2 {
		margin: 30px 0 0;
		padding: 30px 0
	}
	#events .show_all_products {
		margin-top: 20px
	}
	.header_menu li a {
		padding: 19px 0
	}
	.header_menu li:not(:first-child) {
		border-bottom: 1px solid #1072b9
	}
	.login_form,
	.restart_pass_form {
		display: block!important;
		position: fixed;
		top: 0;
		left: 0;
		-webkit-transform: translateX(-102%);
		-ms-transform: translateX(-102%);
		transform: translateX(-102%);
		-webkit-transition: .4s;
		-o-transition: .4s;
		transition: .4s;
		z-index: 10010;
		height: 100vh;
		max-height: 100vh;
		overflow-y: auto;
		padding-top: 65px
	}
	.login_form.active,
	.restart_pass_form.active {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
	.login_form .close_login,
	.new_pass_form .close_pass_form,
	.restart_pass_form .close_pass_form {
		width: 100%;
		height: 50px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		background-color: #1072b9;
		text-transform: uppercase;
		color: #fff;
		font-family: Roboto-Bold;
		font-size: 16px;
		padding-left: 60px
	}
	.login_form .close_login span,
	.new_pass_form .close_pass_form span,
	.restart_pass_form .close_pass_form span {
		display: block
	}
	.login_form .close_login:before,
	.new_pass_form .close_pass_form:before,
	.restart_pass_form .close_pass_form:before {
		content: '';
		width: 14px;
		height: 2px;
		background: #fff;
		position: absolute;
		top: 23px;
		left: 35px;
		border-radius: 30px;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
	.login_form .close_login:after,
	.new_pass_form .close_pass_form:after,
	.restart_pass_form .close_pass_form:after {
		content: '';
		width: 14px;
		height: 2px;
		background: #fff;
		position: absolute;
		top: 23px;
		left: 35px;
		border-radius: 30px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg)
	}
	.product_popup #one_to_show .product_wrapper .product_favorite {
		display: none
	}
	.find__salon__banner__description {
		position: initial;
		color: #000;
		max-width: 100%;
		padding: 15px
	}
	.header__toggle__drop.second__dropdown #drop_down {
		width: 310px;
		position: fixed;
		top: 0;
		left: 0;
		-webkit-transform: translateX(-150%);
		-ms-transform: translateX(-150%);
		transform: translateX(-150%)
	}
	.mob__trigger__drop.active {
		-webkit-transform: translateX(0)!important;
		-ms-transform: translateX(0)!important;
		transform: translateX(0)!important
	}
	.header_menu li.mob__close__trigger {
		border: none
	}
	.header_menu li.mob__image__wrapper {
		margin-top: 15px;
		border-bottom: none
	}
	.personal__mobile__menu {
		display: block
	}
	.wrapper.new_wrapper .to_specifications {
		width: 100%
	}
	.wrapper.new_wrapper .one_video {
		width: 100%;
		margin-top: 15px;
		padding-top: 56.25%
	}
	.sem__block__list.title {
		display: none
	}
	.sem__block__list {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.sem__block__list .sem__first {
		width: 100%;
		margin: 0;
		padding-right: 20px
	}
	.sem__block__list .tr__sem__mobile__wrapper {
		width: 100%;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-bottom: 70px
	}
	.sem__block__list .tr__sem__mobile__wrapper .sem__elem {
		width: 100%;
		text-align: left
	}
	.sem__block__list .tr__sem__mobile__wrapper .sem__elem.sem__third {
		width: 100%
	}
	.sem__block__list .tr__sem__mobile__wrapper .sem__elem {
		margin: 3.5px 0
	}
	.sem__block__list .tr__sem__mobile__wrapper .sem__elem .mob__only {
		display: inline-block;
		font-family: Montserrat-SemiBold;
		font-size: 15px;
		color: #999;
		margin-right: 10px;
		min-width: 165px
	}
	.sem__block__list .sem__second {
		font-family: Montserrat-SemiBold
	}
	.mobile__dates {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-top: 15px
	}
	.mobile__dates .mob__only {
		font-family: Montserrat-SemiBold;
		display: inline-block;
		font-size: 15px;
		color: #999;
		margin-right: 10px;
		min-width: 165px
	}
	.mobile__dates .mob__dates {
		display: inline-block;
		font-family: Montserrat-SemiBold;
		font-size: 15px;
		color: #1072b9
	}
	.mobile__dates .mob__dates p:not(:last-child) {
		margin-bottom: 7px
	}
	.sem__block__list .sem__eighth,
	.sem__block__list .sem__fifth,
	.sem__block__list .sem__fourth,
	.sem__block__list .sem__seventh,
	.sem__block__list .sem__sixth {
		display: none
	}
	.sem__block__list .sem__first {
		position: relative
	}
	.sem__block__list .sem__first:before {
		content: '';
		width: 6px;
		height: 1px;
		background-color: #181818;
		position: absolute;
		top: 51%;
		right: 8.8px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		border-radius: 30px;
		-webkit-transition: .4s;
		-o-transition: .4s;
		transition: .4s
	}
	.sem__block__list .sem__first:after {
		content: '';
		width: 6px;
		height: 1px;
		background-color: #181818;
		position: absolute;
		top: 51%;
		right: 5px;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		border-radius: 30px;
		-webkit-transition: .4s;
		-o-transition: .4s;
		transition: .4s
	}
	.sem__block__list .tr__sem__mobile__wrapper {
		display: none
	}
	.sem__block__list .sem__first.active:before {
		width: 10px;
		right: 5px
	}
	.sem__block__list .sem__first.active:after {
		width: 10px
	}
	.tr__seminars__one__block .sem__title {
		font-size: 20px
	}
	.tr__seminars__one__block {
		margin-top: 40px
	}
	.training__main__wrapper.training__final .tr__content {
		position: static;
		padding: 15px 0
	}
	.training__main__wrapper.training__final .tr__content .tr__content__title {
		color: #181818;
		font-size: 30px;
		padding-right: 0
	}
	.training__main__wrapper.training__final .tr__content .tr__cont__course {
		color: #181818
	}
	.training__main__wrapper.training__final .breadcrumbs {
		display: none
	}
	.tr__main__cnt__left {
		width: -webkit-calc(100% - 410px);
		width: calc(100% - 410px)
	}
	.tr__one__review__block:not(:first-child) {
		margin-top: 30px
	}
	.tr__one__review__block {
		max-width: 100%
	}
	.fixed_login_popup .login_form,
	.fixed_login_popup .restart_pass_form {
		top: 0;
		left: 0
	}
}

@media screen and (max-width:992px) {
	.main_slide {
		background-position: -600px top!important
	}
	.advantages_container .advantages_block {
		width: -webkit-calc(50% - 30px);
		width: calc(50% - 30px)
	}
	.footer_menu_container {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.footer_form form {
		width: 100%;
	}
	.footer_menu_container .footer_menu_block {
		width: -webkit-calc(50% - 30px);
		width: calc(50% - 30px);
		margin-bottom: 30px
	}
	.footer_menu {
		padding-bottom: 0
	}
	.footer_rights_container {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.footer_rights_block {
		width: 100%;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 10px 0
	}
	.footer_rights_block img {
		margin: 0 10px
	}
	.check_if_registered {
		width: 100%;
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #ebebeb;
		margin-top: 20px
	}
	.before_register {
		border: none
	}
	.before_register_title {
		display: none
	}
	.register_form_container .before_register_mob_title {
		display: block;
		text-align: center
	}
	.tabs {
		margin: 0 auto
	}
	#six_to_show .product_wrapper {
		width: 25%
	}
	.elements_showing_type#six_to_show,
	.product_wrapper:before {
		display: none
	}
	.products_stock_info {
		display: block;
		position: initial;
		opacity: 1;
		visibility: visible
	}
	.products_stock_info .product_stock {
		opacity: 1
	}
	.products_stock_info .product_form {
		width: 100%
	}
	.products_stock_info .product_description_bottom_wrapper {
		opacity: 1
	}
	.products_stock_info .add_to_basket {
		opacity: 1;
		width: 95%;
		margin: 0 auto
	}
	.product_wrapper .product_short_description {
		min-height: 57px
	}
	.product_popup .products_stock_info .product_form {
		width: -webkit-calc(100% - 170px);
		width: calc(100% - 170px)
	}
	.product_description {
		width: 100%;
		min-height: 275px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: 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;
		z-index: 10;
	}
	.product_description .products_stock_info {
		-webkit-align-self: flex-end;
		-ms-flex-item-align: end;
		align-self: flex-end
	}
	.personal_block_add_basket .add_to_basket {
		font-size: 13px
	}
}

@media screen and (max-width:970px) {
	.personal__popup__wrapper .personal__commands__popup .personal__command__number {
		width: -webkit-calc(100% + 45px) !important;
		width: calc(100% + 45px) !important;
		margin: -15px 0 15px -30px !important;
	}
	.personal__commands__popup .basket__element__mobile__wrapper {
	    width: -webkit-calc(100% - 90px) !important;
    	width: calc(100% - 90px) !important;
	}
	.content_form {
		/*-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;*/
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		height: auto;
		background-color: #fff;
		/*border-bottom: 3px solid #1072b9;*/
		/*width: -webkit-calc(100% - 16px);*/
		/*width: calc(100% - 16px);*/
		margin: 0 auto;
		padding: 0
	}
	.content_form_element {
		/*width: 100%;*/
		width: 50%;
		margin: 0;
		padding: 10px 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.content_form_element:first-child {
		padding-right: 5px;
	}
	.content_form_element:last-child {
		padding-left: 5px;
	}
	.content_form_element label {
		font-family: Montserrat-Regular;
		font-size: 10px;
	}
	.content_form_element select {
		background-color: #fff;
		border: 1px solid #1072b9;
		border-radius: 0;
		font-family: Montserrat-Regular;
		font-size: 10px;
		padding: 5px;
		padding-right: 15px;
		background-position: calc(100% - 5px) center;
	}
	.product_final_sliders {
		max-width: 300px
	}
	.big_slider_container {
		height: 300px
	}
	.product_final_description_elements {
		width: -webkit-calc(100% - 340px);
		width: calc(100% - 340px)
	}
	.current_news_content {
		width: -webkit-calc(100% - 320px);
		width: calc(100% - 320px)
	}
	.to_reviews_title {
		width: 100%;
		margin-bottom: 15px
	}
	.lkb_elem_first_version .lkb_elem_content_wrapper {
		margin-top: 15px
	}
	.lkb_elem_first_version .lkb_posabsolute_image_container {
		width: 30%;
		height: auto
	}
	.lkb_elem_second_version .lkb_posabsolute_image_container,
	.lkb_elem_second_version:before {
		display: none
	}
	.lkb_elem_second_version .lkb_elem_container {
		width: 100%;
		max-width: 100%;
		margin: 0
	}
	.lkb_elem_second_version .lkb_posinit_image_container {
		position: relative;
		max-width: 660px;
		margin: 0 auto 30px
	}
	.lkb_elem_second_version .lkb_posinit_image_container:before {
		content: '';
		width: 100%;
		height: 100%;
		border: 2px solid #1072b9;
		position: absolute;
		top: -15px;
		right: -15px;
		z-index: 2;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}
	.lkb_elem_third_version .lkb_posabsolute_image_container {
		display: none
	}
	.lkb_elem_third_version .lkb_posinit_image_container:before {
		top: 15px;
		right: -15px
	}
	.lkb_elem_third_version .lkb_elem_container {
		margin-left: 0
	}
	.lkb_elem_third_version .lkb_elem_readmore {
		margin-top: 30px
	}
	.lkb_elem_third_version .lkb_posinit_image_container {
		margin-top: 30px;
		height: auto
	}
	.blog_estel_wrapper .popular_news {
		display: none
	}
	.blog_estel_content {
		width: 100%;
		padding: 0
	}
	.blog_estel_image_wrapper {
		width: 90%
	}
	.blog_elem_second_version {
		margin-top: 100px
	}
	.brands_catalog_banner .brands_catalog_banner_content {
		width: 100%;
		margin-top: 15px
	}
	.brands_catalog_banner .brands_catalog_image {
		margin: 0 auto;
		min-height: auto;
	}
	.basket__element__description {
		width: 100%;
		margin: 0
	}
	.basket__element__price {
		width: 100%;
		margin: 15px 0
	}
	.basket__element__count {
		width: 100%;
		margin: 0
	}
	.basket__element__total_price {
		width: 100%;
		margin: 15px 0 0
	}
	.basket__element__remove_item {
		margin: 0
	}
	.basket__one__element.title__wrapper {
		display: none
	}
	.basket__element__titlte_photo {
		margin-right: 20px
	}
	.personal__commands__popup .basket__element__titlte_photo {
		margin-right: 20px !important;
	}
	.basket__element__mobile__wrapper {
		position: relative
	}
	.basket__element__offer-note {
		margin-right: 70px;
	}
/*	.basket__one__element__gift .basket__element__description {
		order: 2;
	}
	.basket__one__element__gift .basket__element__gift {
		order: 1;
	}*/
	.basket__element__remove_item {
		position: absolute;
		bottom: 0;
		right: 0
	}
	.find__salons__map__wrapper {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.find__salon__list__container,
	.find__salon__map__container {
		width: 100%
	}
	.find__salon__one__element {
		padding-left: 15px
	}
	.personal__commands__table {
		display: none
	}
	.personal__commands__mobile__table {
		display: block
	}
	.personal__popup__wrapper .personal__commands__popup {
		width: 100%;
		max-width: 310px;
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		max-height: 100vh;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		overflow-x: hidden;
		padding: 15px;
		border: none
	}

	.basket__one__element__promo_used .basket__element__price {
		text-align: left;
	}

	.basket__one__element__promo_used .basket__element__price--old {
		display: inline;
	}

	.category_filter_wrap {
		margin: 10px 0;
	}

	.category_filter_wrap .filter_subtitle {
		max-width: unset;
	}

	.category_filter_wrap .filter_form {
		display: none;
	}

	.basket__promo-info {
		margin-left: 183px;
	}

	.basket__promo-info .promo-info {
		font-size: 13px;
		padding: 8px
	}

	.filter_subtitle.hide_mobile {
		display: none;
	}
	.basket__element__offer-note-desktop {
		display: none;
	}
	.basket__element__offer-note-mob {
		display: flex;
		justify-content: center;
		width: 100%;
		margin-top: 20px;
	}
}

@-webkit-keyframes slideLTR {
	from {
		opacity: 0;
		visibility: hidden;
		left: -120%
	}
	to {
		opacity: 1;
		visibility: visible;
		left: 0
	}
}

@keyframes slideLTR {
	from {
		opacity: 0;
		visibility: hidden;
		left: -120%
	}
	to {
		opacity: 1;
		visibility: visible;
		left: 0
	}
}

@-webkit-keyframes slideRTL {
	from {
		opacity: 1;
		visibility: visible;
		left: 0
	}
	to {
		opacity: 0;
		visibility: hidden;
		left: -120%
	}
}

@keyframes slideRTL {
	from {
		opacity: 1;
		visibility: visible;
		left: 0
	}
	to {
		opacity: 0;
		visibility: hidden;
		left: -120%
	}
}

.personal__popup__wrapper .personal__commands__popup .personal__command__number {
	width: -webkit-calc(100% + 60px);
	width: calc(100% + 60px);
	margin: -10px 0 15px -30px;
	background-color: #1072b9;
	color: #fff;
	padding: 17px 15px 17px 40px;
	font-size: 16px
}

.personal__popup__wrapper .personal__commands__popup .close__personal__popup {
	top: 0;
	/*left: 0;*/
	/*right: unset;*/
	width: 40px;
	padding: 17px 14px
}

.personal__popup__wrapper .personal__commands__popup .close__personal__popup svg {
	width: 12px;
	height: 12px
}

.personal__popup__details {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.personal__popup__details .popup__details__element {
	width: 100%
}

.personal__popup__details .popup__details__element:not(:last-child) {
	margin-bottom: 15px
}

.personal__commands__popup .basket__one__element:nth-of-type(1n) {
	border-top: 1px solid #ebebeb;
	border-bottom: none
}

.personal__popup__wrapper .personal__commands__popup .personal__command__number svg,
.personal__popup__wrapper .personal__commands__popup .personal__command__number img {
	position: absolute;
	top: 60px;
	right: 10px
}

.personal__commands__popup .mobile__close__trigger {
	display: block;
	cursor: pointer;
}

.personal__commands__popup .pers__popup__price {
	text-align: left
}

.personal__commands__popup .pers__popup__price span {
	min-width: auto
}

.personal__commands__popup .pers__popup__price .pers__delivery__price,
.personal__commands__popup .pers__popup__price .pers__total__price {
	font-size: 16px
}

.personal__commands__popup .basket__element__titlte_photo,
.personal__commands__popup .basket__element__titlte_photo .basket__element__image {
	width: 70px;
	height: 70px
}

.personal__commands__popup .basket__element__titlte_photo {
	margin-right: 135px;
}

.personal__commands__popup .basket__element__mobile__wrapper {
	width: -webkit-calc(100% - 205px);
	width: calc(100% - 205px)
}

.personal__commands__popup .basket__element__description {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.personal__commands__popup .basket__element__description h4 {
	font-family: Roboto-Regular;
	line-height: 1.3;
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2
}

.personal__commands__popup .basket__element__description span {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	font-family: Roboto-Light;
	font-size: 13px;
	color: #999;
	margin-bottom: 10px
}

.personal__commands__popup .basket__element__description span strong {
	font-family: Roboto-Light;
	font-size: 13px;
	color: #999
}

.personal__commands__popup .basket__element__description p {
	margin-top: 0;
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3;
	line-height: 1;
	font-family: Roboto-Light;
	font-size: 13px;
	color: #999
}

.personal__commands__popup .basket__element__description p span {
	margin-bottom: 0
}

.personal__commands__popup .basket__element__description h5,
.personal__commands__popup .basket__element__price {
	display: none
}

.personal__commands__popup .basket__element__count {
	/*margin-top: 15px*/
}

.personal__commands__popup .basket__element__count .basket__element__price {
	margin: 0;
	display: block;
	font-family: Roboto-Regular;
	font-size: 15px;
	color: #999
}

.personal__commands__popup .basket__element__count .basket__element__price .mob__only {
	display: inline-block
}

.personal__commands__popup .basket__element__count .basket__element__price .mob__only strong {
	text-transform: none;
	margin: 0 10px
}

.personal__popup__wrapper .personal__commands__popup .basket__element__total_price {
	/*width: 100%*/
}

.personal__popup__wrapper .personal__commands__popup .basket__element__total_price .mob__only {
	margin-right: 10px;
	display: inline-block;
	font-family: Roboto-Regular;
	font-size: 15px;
	text-transform: none;
	color: #000
}

.checkout__block .checkout__contact__data {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.checkout__block .checkout__contact__data .contact__data__info {
	width: auto
}

.checkout__block .checkout__contact__data .passport_block {
	margin-top: 15px
}

@media screen and (max-width:850px) {
	#mobile_slider {
		display: block
	}
	#slider {
		display: none
	}
	#events .events_svg {
		padding-top: 20px
	}
	#events p {
		font-size: 18px
	}
	#events .show_all_products {
		margin-top: 35px
	}
	.advantages_description {
		padding: 0 15px 20px
	}
	#advantages h2 {
		padding: 35px 0;
		font-size: 20px
	}
	.advantages_description .description_text {
		width: 100%;
		margin-top: 30px
	}
	.description_image {
		margin: 0 auto
	}
	.description_image img {
		width: 100%
	}
	.product_final_sliders {
		max-width: 100%
	}
	.big_slider_container {
		/*height: 600px*/
		height: auto;
		max-height: none;
	}
	.product_final_description_elements {
		width: 100%;
		margin-top: 30px
	}
	.small_slider_container .slick-track {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.news_block_content.image_on_right .news_block_description_wrapper {
		position: initial;
		max-width: 566px
	}
	.news_block_content.image_on_right .news_block_pdng_border {
		padding: 37px 45px
	}
	.news_block_content.image_on_right .news_block_description_wrapper .news_block_content_wrapper {
		max-width: 100%
	}
	.news_block_content.image_on_right .news_block_image_wrapper {
		position: initial
	}
	.news_block_content.image_on_left {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start
	}
	.news_block_content.image_on_left .news_block_description_wrapper {
		margin-left: 30px
	}
	.product_popup #one_to_show .product_wrapper .product_description {
		width: 100%
	}
	.product_popup .product_final_sliders {
		width: 100%;
		margin: 0 auto 30px
	}
	.brands_final_content_wrapper {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.brands_final_element {
		width: -webkit-calc(50% - 15px);
		width: calc(50% - 15px);
		margin-right: 0
	}
	.brands_final_element:nth-of-type(2n),
	.brands_final_element:nth-of-type(3n) {
		margin-right: 0
	}
	.brands_final_item {
		width: -webkit-calc(100%);
		width: calc(100%);
		margin-right: 0
	}

	.brands_final_item:nth-of-type(2n),
	.brands_final_item:nth-of-type(3n) {
		margin-right: 0
	}
	.basket__confirmation__wrapper {
		max-width: 95%
	}
	#mobile_slider a.mob__slide__btn,
	#slider a.mob__slide__btn {
		margin: 25px auto 15px
	}
	.footer_menu_container .footer_menu_block ul li {
		margin: 10px 0
	}
	.training__main__wrapper .training__wrapper h2 {
		font-size: 22px;
		margin-top: 30px
	}
	.tr__about {
		padding: 0 15px;
		font-size: 15px
	}
	.trainings__filter {
		margin-top: 30px
	}
	.tr__main__cnt__right {
		width: 100%;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		margin-top: 30px
	}
	.tr__register__sem {
		width: 100%;
		margin-right: 0
	}
	.tr__main__cnt__left {
		width: 100%;
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}
	.tr__main__content__wrapper {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.tr__info__content .tr__info__block {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-left: 0
	}
	.tr__info__content .tr__info__block .tr__info__desc {
		min-width: 130px
	}
	.tr__info__content.second__info .tr__info__block {
		padding-left: 0;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.tr__info__content.second__info .tr__info__block .tr__info__desc {
		min-width: 200px
	}
	.tr__info__content {
		padding-right: 0
	}
	.tr__mobile__info {
		display: block
	}
	.to_category li {
		width: calc(100% / 2 - 10px);
	}
	.promo_catalog_more_desktop {
		display: none;
	}
	.promo_catalog_more_mob {
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
            margin-bottom: 30px;
            margin-top: 20px;
	}
}

@media screen and (max-width:768px) {
	.description_personal_element {
		display: none
	}
	.prs_block_image {
		max-width: 100%;
		width: 100%;
		margin: 0;
		min-height: 300px;
		max-height: 300px;
		border: none
	}
	.prs_block_image img {
		width: auto;
		height: 300px
	}
	.personal_block_product {
		width: 100%;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 15px
	}
	.personal_block_product p {
		width: 90%;
		text-align: center;
		min-height: 36px
	}
	.personal_elements_slider .personal_element_block {
		display: -webkit-box!important;
		display: -webkit-flex!important;
		display: -ms-flexbox!important;
		display: flex!important;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.personal_elements_slider .personal_element_block .personal_block_price_default {
		width: 100%;
		margin: 5px 0
	}
	.personal_elements_slider .personal_element_block .personal_block_price_default span {
		width: 48%;
		text-align: left;
		display: inline-block
	}
	.personal_elements_slider .personal_element_block .personal_block_your_price {
		width: 100%;
		margin: 5px 0
	}
	.personal_elements_slider .personal_element_block .personal_block_your_price span {
		width: 48%;
		text-align: left;
		display: inline-block
	}
	.personal_elements_slider .personal_element_block .personal_block_bonus_points {
		width: 100%;
		margin: 5px 0
	}
	.personal_elements_slider .personal_element_block .personal_block_bonus_points span {
		width: 48%;
		text-align: left;
		display: inline-block
	}
	.personal_elements_slider .personal_element_block .personal_block_add_basket {
		margin-top: 15px;
		width: 100%;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.personal_elements_slider .personal_element_block .personal_block_add_basket .add_to_basket {
		width: 100%
	}
	.personal_elements_slider .personal_element_block .personal_block_add_basket .remove_pers_product {
		width: 100%;
		height: 20px;
		text-align: center;
		margin-top: 15px
	}
	.personal_elements_slider .personal_element_block .personal_block_add_basket .remove_pers_product:after,
	.personal_elements_slider .personal_element_block .personal_block_add_basket .remove_pers_product:before {
		display: none
	}
	.personal_elements_slider .personal_element_block .personal_block_add_basket .remove_pers_product svg {
		display: block;
		margin: 0 auto
	}
	.personal_element_block.personal_element_block_total {
		display: -webkit-box!important;
		display: -webkit-flex!important;
		display: -ms-flexbox!important;
		display: flex!important;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		text-align: left
	}
	.personal_element_block.personal_element_block_total .personal_block_price_default {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		width: auto;
		margin: 5px 0;
		text-align: left
	}
	.personal_element_block.personal_element_block_total .personal_block_price_default span {
		width: 48%;
		display: inline-block
	}
	.personal_element_block.personal_element_block_total .personal_block_price_default .pers_bl_title_mobile {
		display: block;
		margin: 0 5px 0 0
	}
	.personal_element_block.personal_element_block_total .personal_block_your_price {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		width: auto;
		margin: 5px 5px 5px 0;
		text-align: left
	}
	.personal_element_block.personal_element_block_total .personal_block_your_price span {
		width: 48%;
		text-align: left;
		display: inline-block
	}
	.personal_element_block.personal_element_block_total .personal_block_your_price .pers_bl_title_mobile {
		display: block;
		margin: 0 5px 0 0
	}
	.personal_element_block.personal_element_block_total .personal_block_bonus_points {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		width: auto;
		margin: 5px 5px 5px 0;
		text-align: left
	}
	.personal_element_block.personal_element_block_total .personal_block_bonus_points span {
		width: 48%;
		text-align: left;
		display: inline-block
	}
	.personal_element_block.personal_element_block_total .personal_block_bonus_points .pers_bl_title_mobile {
		display: block;
		margin: 0 5px 0 0
	}
	.personal_element_block.personal_element_block_total .personal_block_add_basket {
		margin-top: 15px;
		width: 100%;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.personal_element_block.personal_element_block_total .personal_block_add_basket .add_to_basket {
		width: 100%
	}
	.pers_mob_description {
		display: inline-block;
		width: 48%;
		margin-right: 2%;
		text-align: right!important
	}
	.basket__main__wrapper h3 {
		font-size: 18px
	}
	.basket__bottom__one__element {
		width: 100%
	}
	.basket__bottom__payment {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.basket__bottom__payment li {
		max-width: 39px
	}
	.basket__bottom__payment li img {
		max-width: 100%
	}
	.find__salon__banner {
		padding-top: 0;
		height: 170px
	}
	.find__salon__banner__description {
		font-size: 15px
	}
	.checkout__hidden__block .dates__inputs .date__input.width80 {
		width: -webkit-calc(80% + 6px);
		width: calc(80% + 6px)
	}
	.checkout__hidden__block .dates__inputs .date__input.width40 {
		width: -webkit-calc(40% + 20px);
		width: calc(40% + 20px)
  }
  
  .header_container .login_form form a, .header_container .new_pass_form form a, .header_container .restart_pass_form form a {
    padding: 10px 0 !important;
  }

  .header_container .login_form form a, .header_container .new_pass_form form a, .header_container .restart_pass_form form a, .login_form form span, .new_pass_form form span, .restart_pass_form form span {
    font-size: 14px;
  }

  .basket__promo-info {
  	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  	margin-left: 0;
  }
  .promo_list_item {
		width: 100%;
	}

	.product_gallery .video_block button {
		width: 50px;
		height: 50px;
	}
}

@media screen and (max-width:767px) {
	.product_wrapper {
		text-align: center
	}
	.product_wrapper .product_short_description,
	.product_wrapper p {
		min-height: 60px;
		max-height: 60px;
		overflow: hidden;
		padding: 0;
		font-family: Roboto-Medium;
	}
	.product.recent_viewed .product_wrapper {
		padding-top: 0;
	}
	.anchors_container li a {
		padding: 10px 15px
	}
	.anchors_container li {
		width: auto
	}
	.popular_news {
		display: none
	}
	.current_news_content {
		width: 100%
	}
	.lookbook_final_title h1 {
		font-size: 22px
	}
	.lookbook_final_title {
		font-size: 15px
	}
	.go_to_page_link {
		width: 25px;
		height: 25px
	}
	.go_to_page_link svg {
		width: 13px;
		height: 13px
	}
	.lkb_article {
		font-size: 15px
	}
	.prev_article {
		padding: 5px 0 5px 30px
	}
	.next_article {
		padding: 5px 30px 5px 0
	}
	.about_main_wrapper {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.about_content {
		width: 100%
	}
	.promo_catalog #six_to_show .product_wrapper {
		width: 50%
	}
	.promo_link_medium {
		width: 100%
	}
	.promo_link_small {
		width: -webkit-calc(50% - 15px);
		width: calc(50% - 15px)
	}
	.promo_link_small .promo_link_text_content h3 {
		font-size: 25px
	}
	.promo_link_text_content h3 {
		font-size: 30px
	}
	.promo_link_text_content {
		font-size: 20px
	}
	.promo_wrapper {
		font-size: 14px
	}
	.basket__navigation__wrapper {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.basket__move__backward {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		width: 100%;
		margin-bottom: 20px;
		margin-top: 20px;
		padding-top: 20px;
		border-top: 1px solid #1072b9
	}
	.basket__navigation__wrapper .basket__move__backward a {
		max-width: 220px;
		margin: 0 auto
	}
	.navigation__controls {
		width: 100%;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.about__dates__wrapper {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 40px
	}
	.personal__avatar {
		margin: 0;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}
	.personal__dates__form {
		width: 100%;
		max-width: 100%;
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
		margin-top: 25px
	}
	.dates__inputs .date__input.width25 {
		width: -webkit-calc(100% / 3 - 7px);
		width: calc(100% / 3 - 7px)
	}
	.dates__adress__information {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.dates__adress__information .current__address__block {
		width: 100%;
		margin-bottom: 20px
	}
	.dates__adress__information .dates__address_controls {
		margin: 0
	}
	.dates__adress__information .dates__address_controls .adress__controls {
		width: 130px;
		height: 40px
	}
	.add_company__form {
		max-width: 100%
	}
	.dates__inputs .date__input.width20 {
		width: -webkit-calc(100% / 4 - 55px);
		width: calc(100% / 4 - 55px);
		min-width: 110px;
		max-width: 110px
	}
	.dates__inputs .date__input.width80 {
		width: -webkit-calc(100% - 120px);
		width: calc(100% - 120px)
	}
	.dates__inputs .date__input.width40 {
		width: -webkit-calc(100% - 360px);
		width: calc(100% - 360px)
	}
	.checkout__one__step span {
		display: none
	}
	.checkout__one__step:first-of-type span {
		display: block
	}
	.checkout__one__step:not(:first-child):before {
		right: -webkit-calc(100% + 14px);
		right: calc(100% + 14px)
	}
	.contact__data__info.company__details p {
		line-height: 1.3;
		margin-top: 15px
	}
	.checkout__hidden__block .dates__inputs .date__input.width80 {
		width: -webkit-calc(100% - 120px);
		width: calc(100% - 120px)
	}
	.checkout__hidden__block .dates__inputs .date__input.width40 {
		width: -webkit-calc(100% - 360px);
		width: calc(100% - 360px)
	}
	.product_wrapper {
		padding-top: 0
	}
	.product_wrapper .product_favorite,
	.product_wrapper .product_watch {
		position: initial;
		display: inline-block;
		opacity: 1;
		padding: 8px;
		margin: 10px 10px 0 0
	}
	.product_wrapper .product_favorite {
		margin-left: auto;
	}
	.product_wrapper .product_watch {
		margin-right: auto;
	}
	.product_wrapper .product_price {
		font-size: 17px;
		min-height: 35px;
	}
	.product_wrapper .promo_price {
		font-size: 17px;
	}
	.product_wrapper .product_watch svg {
		fill: #fff
	}
	.trainings__filter {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 10px 15px
	}
	.tr__filter__right__side {
		display: none
	}
	.product_wrapper .product_image_container {
		min-height: unset;
		/*padding: 20px;*/
	}

	.product_wrapper .product_description .link_to_product {
		padding: 0 5px;
	}

	.product_wrapper .product_description .product_price {
		margin-top: 20px;
	}

	.product_wrapper .product_description .products_stock_info {
		padding: 0;
	}

	.gift__list {
		flex-direction: column;
	}

	.basket__one__element__gift__choice .gift__item {
		width: 100%;
		padding-right: 0;
	}

	.buy__tab__content {
		display: none;
	}

	.buy__form__confirm__block {
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: start;
	}

	.buy__form__send {
		width: 100%;
	}
	.buy__form__row {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.buy__form__item__s {
		width: 100%;
		max-width: unset;
	}

	.buy__login__social__block {
		width: 100%;
	}

	.buy__choice__top .back__to__cart {
		display: none;
	}

	.buy__secure__mob {
		display: block;
	}

	.buy__tabs {
		width: 100%;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		background-color: #ebebeb;
		padding: 15px;
		padding-bottom: 0;
	}

	.buy__tab {
		background-color: transparent;
		border: none;
		margin-bottom: 5px;
		margin-right: 20px;
		padding: 5px;
		padding-left: 0;
	}

	.buy__tab.active {
		background-color: transparent;
	}

	.back__to__cart__mob .back__to__cart {
		display: block;
		margin-bottom: 15px;
		padding: 3px;
		padding-left: 0;
	}

	.buy__choice__top {
		font-size: 14px;
	}

	.buy__tab__box {
		width: 15px;
		height: 15px;
	}

	.buy__choice__block {
		font-size: 16px;
	}

	.buy__choice__block__title {
		font-size: 16px;
	}

	.buy__login__social__btns a {
		font-size: 14px;
	}
}

@media screen and (max-width:740px) {
	.register_legal_first_part,
	.register_legal_second_part {
		width: 100%
	}
	.register_legal_second_part {
		margin-top: 45px
	}
	.breadcrumbs {
		margin-bottom: 20px
	}
	#four_to_show .product_wrapper {
		width: 50%
	}
	#one_to_show .product_wrapper .product_image_container {
		width: 28%
	}
	#one_to_show .product_wrapper .product_description {
		width: 70%
	}
	.lkb_elem_first_version .lkb_posabsolute_image_container {
		display: none
	}
	.lkb_elem_first_version .lkb_elem_container {
		max-width: 100%;
		width: 100%;
		margin: 0
	}
	.lkb_elem_first_version .lkb_posinit_image_container {
		max-width: 460px;
		position: relative
	}
	.lkb_elem_first_version:before {
		display: none
	}
	.lkb_elem_first_version .lkb_posinit_image_container:before {
		content: '';
		width: 100%;
		height: 100%;
		border: 2px solid #1072b9;
		position: absolute;
		top: 15px;
		right: -15px;
		z-index: 2;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}
	.lkb_elem_first_version .lkb_elem_content_wrapper {
		margin-top: 30px
	}
	.lkb_elem_first_version .lkb_elem_content_wrapper .lkb_elem_content {
		max-width: 100%
	}
}

@media screen and (max-width:650px) {
	.product_wrapper .product_image_container .promo_container {
		bottom: 10px
	}
	#mobile_slider .main_slide span {
		font-size: 25px;
		max-width: 300px;
		line-height: 1.3
	}
	#mobile_slider .main_slide h4 {
		margin-left: 0;
		font-size: 14px
	}
	#mobile_slider .main_slide p {
		font-size: 14px;
		margin-left: 0;
		max-width: 320px
	}
	#mobile_slider .main_slide .wrapper {
		padding: 0
	}
	#mobile_slider .slider_content_wrapper {
		width: 100%;
		height: 270px;
		padding: 15px
	}
	.news_block {
		width: 100%
	}
	#brands {
		padding-bottom: 30px
	}
	#follow h2 {
		padding: 40px 0 0;
		margin: 0 0 30px;
		font-size: 22px
	}
	#follow h2:before {
		left: -webkit-calc(50% - 15px);
		left: calc(50% - 15px)
	}
	.follow_block {
		width: -webkit-calc(100% / 3);
		width: calc(100% / 3)
	}
	.advantages_container,
	.product_wrapper .product_short_description {
		padding: 0
	}
	#one_to_show .product_wrapper {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	#one_to_show .product_wrapper .product_description,
	#one_to_show .product_wrapper .product_image_container,
	#one_to_show .product_wrapper .product_img_wrap {
		width: 100%
	}
	#one_to_show .product_wrapper .product_description .product_form {
		width: -webkit-calc(100% - 200px);
		width: calc(100% - 200px)
	}
	.product_final_page {
		margin-left: auto
	}
	#one_to_show .product_wrapper .product_favorite {
		left: unset;
		right: 10px;
		top: 10px
	}
	.find_place_to_buy {
		font-size: 21px
	}
	.add_comment_form button {
		width: 100%;
		margin-top: 10px
	}
	.news_block_content_wrapper .news_read_more_likes .likes {
		width: 100%;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-top: 30px
	}
	.news_block_content.image_on_left .news_block_description_wrapper p {
		font-size: 15px
	}
	.news_block_content.image_on_right .news_block_pdng_border {
		padding: 20px
	}
	.lookbook_grid {
		-ms-grid-columns: (1fr)[62];
		grid-template-columns: repeat(62, 1fr);
		-ms-grid-rows: unset;
		grid-template-rows: unset
	}
	.lookbook_item:nth-of-type(1) {
		-ms-grid-column: 1;
		grid-column-start: 1;
		-ms-grid-column-span: 62;
		grid-column-end: 63;
		-ms-grid-row: 1;
		grid-row-start: 1;
		-ms-grid-row-span: 1;
		grid-row-end: 2
	}
	.lookbook_item:nth-of-type(2) {
		-ms-grid-column: 1;
		grid-column-start: 1;
		-ms-grid-column-span: 30;
		grid-column-end: 31;
		-ms-grid-row: 2;
		grid-row-start: 2;
		-ms-grid-row-span: 0;
		grid-row-end: 2
	}
	.lookbook_item:nth-of-type(3) {
		-ms-grid-column: 33;
		grid-column-start: 33;
		-ms-grid-column-span: 30;
		grid-column-end: 63;
		-ms-grid-row: 2;
		grid-row-start: 2;
		-ms-grid-row-span: 0;
		grid-row-end: 2
	}
	.lookbook_item:nth-of-type(4) {
		-ms-grid-column: 1;
		grid-column-start: 1;
		-ms-grid-column-span: 30;
		grid-column-end: 31;
		-ms-grid-row: 3;
		grid-row-start: 3;
		-ms-grid-row-span: 2;
		grid-row-end: 5
	}
	.lookbook_item:nth-of-type(5) {
		-ms-grid-column: 33;
		grid-column-start: 33;
		-ms-grid-column-span: 30;
		grid-column-end: 63;
		-ms-grid-row: 3;
		grid-row-start: 3;
		-ms-grid-row-span: 0;
		grid-row-end: 3
	}
	.lookbook_item:nth-of-type(6) {
		-ms-grid-column: 1;
		grid-column-start: 1;
		-ms-grid-column-span: 30;
		grid-column-end: 31;
		-ms-grid-row: 5;
		grid-row-start: 5;
		-ms-grid-row-span: 1;
		grid-row-end: 6
	}
	.lookbook_item:nth-of-type(7) {
		-ms-grid-column: 33;
		grid-column-start: 33;
		-ms-grid-column-span: 30;
		grid-column-end: 63;
		-ms-grid-row: 4;
		grid-row-start: 4;
		-ms-grid-row-span: 2;
		grid-row-end: 6
	}
	.lookbook_item:nth-of-type(8) {
		-ms-grid-column: 1;
		grid-column-start: 1;
		-ms-grid-column-span: 62;
		grid-column-end: 63;
		-ms-grid-row: 7;
		grid-row-start: 7;
		-ms-grid-row-span: 1;
		grid-row-end: 8
	}
	.lookbook_item:nth-of-type(9) {
		-ms-grid-column: 1;
		grid-column-start: 1;
		-ms-grid-column-span: 62;
		grid-column-end: 63;
		-ms-grid-row: 8;
		grid-row-start: 8;
		-ms-grid-row-span: 1;
		grid-row-end: 9
	}
	.lookbook_item:nth-of-type(10) {
		-ms-grid-column: 1;
		grid-column-start: 1;
		-ms-grid-column-span: 62;
		grid-column-end: 63;
		-ms-grid-row: 9;
		grid-row-start: 9;
		-ms-grid-row-span: 1;
		grid-row-end: 10
	}
	.lookbook_item:nth-of-type(11) {
		-ms-grid-column: 1;
		grid-column-start: 1;
		-ms-grid-column-span: 62;
		grid-column-end: 63;
		-ms-grid-row: 10;
		grid-row-start: 10;
		-ms-grid-row-span: 1;
		grid-row-end: 11
	}
	.lookbook_item {
		margin-bottom: 15px
	}
	.blog_estel_element .blog_estel_content_wrapper {
		position: initial;
		width: 100%;
		padding: 0;
		margin-top: 30px
	}
	.blog_elem_second_version .blog_estel_content_wrapper {
		margin-top: 60px
	}
	.blog_estel_content_wrapper {
		font-size: 15px
	}
	.blog_elem_third_version {
		margin-top: 70px
	}
	.blog_elem_third_version .blog_estel_content_wrapper {
		margin-top: 60px
	}
	.blog_elem_fourth_version {
		margin-top: 80px
	}
	.promo_link_small .promo_link_text_content h3 {
		font-size: 14px
	}
	.promo_link_text_content h3 {
		font-size: 20px
	}
	.promo_link_text_content {
		font-size: 14px
	}
	.promo_final_container {
		font-size: 15px
	}
	.promo_final_container h1 {
		font-size: 21px
	}
	.promo_final_container .promo_period {
		font-size: 17px
	}
	.promo_catalog h2 {
		font-size: 21px;
		margin: 40px 0
	}
	.basket__element__titlte_photo {
		width: 100px;
		height: 100px
	}
	.basket__one__element__gift__info .basket__element__titlte_photo {
		width: 90px;
		height: 90px;
	}
	.basket__element__mobile__wrapper {
		width: -webkit-calc(100% - 120px);
		width: calc(100% - 120px)
	}
	.basket__one__element__plus {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 0;
	}
	.checkout__submit {
		width: 150px;
		height: 30px;
		font-size: 12px
	}
	.go__to__prev {
		font-size: 12px
	}
	.basket__confirmation__element {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.bsk__conf__content {
		width: 100%;
		margin-top: 20px;
		margin-bottom: 20px
	}
	.basket__confirmation__element .basket__confirm__image {
		margin: 0 auto
	}
	.basket__confirmation__element .bsk_conf__controls .bsk__conf__btn {
		padding: 5px 12px;
		font-size: 12px;
		border: 2px solid #1072b9
	}
	.basket__confirmation__content {
		padding: 0 12px
	}
	.basket__confirmation__element .bskconf__price .new_price,
	.basket__confirmation__element .bskconf__price .old_price {
		font-size: 17px
	}
	.basket__confirmation__element .bskconf__name {
		font-size: 14px
	}
	.basket__confirm__slider .product h2 {
		font-size: 15px
	}
	#events h2 {
		font-size: 20px;
		margin-bottom: 15px
	}
	#events p {
		font-size: 15px
	}
	.training__main__wrapper #events {
		padding-top: 45px
	}
	.team__content__controls {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.team__content__controls .command__training__trigger {
		width: 100%;
		margin-bottom: 30px
	}
	.team__content__wrapper .team__content__info {
		font-size: 15px
	}
	.training__main__wrapper .training__wrapper h2 {
		font-size: 20px
	}
	.team__content__controls .toggle_popup {
		width: 100%;
		text-align: center;
		margin: 0
	}
	.training__slider {
		padding: 0 20px
	}
	.training__main__wrapper.training__final .tr__content .tr__content__title {
		font-size: 20px
	}
	.tr_final__subcontent {
		font-size: 13px
	}
	.tr_final__subcontent span {
		font-size: 14px
	}
	.tr__cnt__block .cnt__title {
		font-size: 22px
	}
	.tr__cnt__block {
		font-size: 16px
	}
	.tr__cnt__block p,
	.tr__cnt__block ul li {
		margin: 20px 0
	}
	.tr__cnt__block:not(:first-child) {
		margin-top: 40px
	}
	.tr__final__images .tr__img__block {
		width: -webkit-calc(100% / 3 - 20px);
		width: calc(100% / 3 - 20px)
	}
	.tr__training__price {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
		padding: 20px 0
	}
	.tr__price__left {
		width: 100%;
		text-align: center;
		margin-bottom: 20px
	}
	.training__reviews__slider__wrapper {
		padding: 0 25px
	}
	.tr__one__review__block .one__review__content {
		padding: 15px;
		font-size: 14px
	}
	.tr__one__review__block .one__review__author .author__image {
		width: 90px;
		height: 90px
	}
	.tr__one__review__block .author__info__stars .auth__one__star svg {
		width: 15px;
		height: 14px
	}
	.tr__one__review__block .author__info__stars {
		margin-bottom: 10px
	}
	.tr__one__review__block .author__info__name {
		margin: 10px 0;
		font-size: 14px
	}
	.tr__one__review__block .author__info__job {
		margin-top: 10px
	}
	.training__review__slider .slick-list {
		margin: 0 -5px
	}
	.training__review__slider .slick-slide {
		margin: 0 5px
	}
	.training__form__submit__block {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.training__reviews__form button {
		width: 100%;
		margin-top: 10px
	}
	.product_img_wrap .product_fav_mob {
		display: inline-block !important;
	}
	.product_description {
		min-height: auto;
	}
	.product_wrapper .product_short_description {
	    margin-bottom: 10px;
	    font-family: Roboto-Medium;
	    font-size: 11px;
	    min-height: 45px;
    	max-height: 45px;
	}
	.product_wrapper .promo_price, .product_wrapper .product_description .product_price {
    	margin-top: 5px;
		font-size: 15px;
	}
	.products_stock_info .product_stock {
    	margin-bottom: 10px;
	}		
	.product_wrapper .product_favorite, .product_wrapper .product_watch {
		display: none;
	}
	.product_description .product_title {
    	font-size: 11px;
	}
	.product_wrapper .product_price, .product_wrapper .promo_price {
		    min-height: 35px;
	}
	.product_gallery_item {
		width: 100%;
		margin: 0;
		margin-bottom: 20px;
	}
	.product_wrapper .product_image_container .promo_container{
		top: unset;
    	bottom: 5px;
    	width: auto;
	}
}

@media screen and (max-width:600px) {
	#second_slider .wrapper {
		padding: 0 15px
	}
	#second_slider .slider_left {
		left: 0
	}
	#second_slider .slider_right {
		right: 0
	}
	#header_socials .socials_information {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.socials_information span {
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
		line-height: 1.3;
		font-family: Roboto-Regular
	}
	.product h2 {
		font-size: 22px
	}
	#parteners h2,
	#parteners h3 {
		font-size: 25px;
		padding: 30px 0
	}
	#parteners * {
		font-size: 15px
	}
	.news_block_content_wrapper h2 {
		font-size: 22px
	}
	.news_block_content_wrapper h3 {
		font-size: 18px
	}
	.product_popup #one_to_show .product_wrapper .product_description .product_form {
		width: 100%;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.product_popup #one_to_show .product_wrapper .product_description .product_form .add_to_basket {
		width: 100%;
		margin-top: 15px
	}
	.product_popup #one_to_show .product_wrapper .product_description .hidden_content {
		display: block;
		margin-left: 0;
		margin-top: 15px
	}
	.product_popup .products_stock_info .product_description_bottom_wrapper {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.brands_final_element {
		min-height: 180px;
		padding: 30px
	}
	#brands_list h1 {
		font-size: 22px
	}
	.brands_catalog_banner .brands_catalog_banner_content {
		font-size: 16px
	}
	.promo_link_text_content {
		display: none
	}
	.find__salon__select__wrapper form.find__select h2 {
		font-size: 22px
	}
	.find__salon__select__wrapper form.find__select .select__wrapper button {
		width: 110px
	}
	.find__salon__select__wrapper form.find__select .select__wrapper .select_content {
		width: -webkit-calc(100% - 130px);
		width: calc(100% - 130px)
	}
	.find__salon__select__wrapper form.find__select .select__wrapper select {
		min-width: auto;
		width: 100%
  }
  .promotions_slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .promotions_slider_counter-side {
    margin-left: 0;
    margin-top: 5px;
  }

  .time_counter_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }

  .time_counter_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50%;
  }

  .time_counter {
    width: 50%;
  }

  .time_counter_item>div:first-child {
    font-size: 20px;
  }

  .time_counter_title {
    font-size: 11px;
  }

  .time_counter_separate {
    font-size: 20px;
    margin: 0 5px;
  }
  .time_counter_item_title {
    font-size: 13px;
  }

  .promotions_slider_img-side img {
    width: 100%;
  }

  .promotions_slider .slick-prev {
    left: -10px;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .promotions_slider .slick-next {
    right: -10px;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .promotions_slider .slick-next:before, .promotions_slider .slick-prev:before {
    content: "";
    border-top: 2px solid #000;
    border-right: 2px solid #000000;
    opacity: 1;
    width: 12px;
    height: 12px;
    display: block;
  }
  .promotions_slider .slick-next:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .promotions_slider .slick-prev:before {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }


  .promotions_slider .slick-next.slick-disabled:before, .promotions_slider .slick-prev.slick-disabled:before {
    opacity: 1;
  }

  .cookie__message {
  	flex-direction: column;
  	align-items: center;
  }

  .cookie_ok {
  	margin-top: 10px;
  }
}

@media screen and (max-width:550px) {
	#mobile_slider .main_slide p {
		max-width: 220px
	}
	.products_container .product_wrapper .add_to_basket {
		width: 95%
	}
	.products .slick-slide img {
		max-width: 90%
	}
	.look_products {
		left: -webkit-calc(50% - 80px);
		left: calc(50% - 80px);
		width: 160px;
		font-size: 15px
	}
	.advantages_container .advantages_block {
		width: -webkit-calc(50% - 10px);
		width: calc(50% - 10px)
	}
	.advantages_container .advantages_block h3 {
		padding: 0;
		margin: 10px 0 0;
		font-size: 15px
	}
	.advantages_container .advantages_block p {
		margin-top: 0;
		font-size: 13px
	}
	.footer_menu_container .footer_menu_block {
		width: 100%;
		margin: 0;
		padding: 15px 0;
		position: relative
	}
	.footer_menu_container .footer_menu_block:not(:last-child) {
		border-bottom: 1px solid #fff
	}
	.footer_menu_container .footer_menu_block:last-child {
		text-align: center;
		padding: 30px 0
	}
	.footer_menu_container .footer_menu_block ul,
	.footer_menu_container .footer_menu_block:last-child:after,
	.footer_menu_container .footer_menu_block:last-child:before {
		display: none
	}
	.footer_menu_container .footer_menu_block ul li:first-child {
		margin-top: 20px
	}
	.footer_menu_container .footer_menu_block ul.socials_links {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.footer_menu_container .footer_menu_block ul.socials_links li {
		margin: 0 10px !important;
	}
	.footer_menu_container .footer_menu_block h4 {
		margin-bottom: 0
	}
	.footer_phone {
		margin-top: 20px;
	}
	.footer_menu_container .footer_menu_block:before {
		content: '';
		position: absolute;
		width: 12px;
		height: 2px;
		background-color: #fff;
		right: 10px;
		top: 24px;
		-webkit-transition: .4s;
		-o-transition: .4s;
		transition: .4s
	}
	.footer_menu_container .footer_menu_block:after {
		content: '';
		position: absolute;
		width: 2px;
		height: 12px;
		background-color: #fff;
		right: 15px;
		top: 19px;
		-webkit-transition: .4s;
		-o-transition: .4s;
		transition: .4s
	}
	.footer_menu {
		padding: 0
	}
	.register_drop_information h1 {
		font-size: 25px
	}
	.register_drop_information {
		text-align: left
	}
	.register_drop_information * {
		font-size: 16px;
		margin-bottom: 10px
	}
	.toggle_benefits {
		display: block
	}
	.tab_content .tab_item form input,
	.tab_content .tab_item form select {
		width: 100%
	}
	.tabs {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%
	}
	.tabs .tab {
		width: 100%
	}
	.check_if_registered {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.toggle_popup {
		margin: 20px 0 0
	}
	#four_to_show .product_wrapper {
		/*padding-top: 60px*/
	}
	.product_description_bottom_wrapper {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	#one_to_show .product_wrapper .product_description .product_form {
		width: 100%
	}
	.product_final_page {
		margin-top: 20px
	}
	.lookbook_final_title h1 {
		font-size: 18px
	}
	.catalog_text {
		font-size: 15px
	}
	.dates__inputs .label__row.number__row {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.dates__inputs .label__row.number__row .date__input.width20,
	.dates__inputs .label__row.number__row .date__input.width40 {
		width: -webkit-calc(50% - 5px);
		width: calc(50% - 5px);
		margin: 0 0 10px;
		max-width: 100%
	}

	.basket__one__element__gift__choice .basket__element__titlte_photo {
		display: none;
	}

	.basket__one__element__gift__choice .gift__choice {
		width: 100%;
	}

	#second_slider .slider_right {
	    /* right: 0; */
	    display: none;
	}
	#second_slider .slider_left {
	    /* right: 0; */
	    display: none;
	}

	#second_slider .second_slider_container .second_slide_item img {
		display: block;
	}

	#second_slider .second_slider_container .second_slide_item {
		display: block;
	    width: 100%;
	    max-width: 100%;
	    margin-bottom: 10px;
	}

	#second_slider .second_slider_container .second_slide_item.hide {
		display: none;
	}

	.tab_content .tab_item form button[type="submit"] {
		width: 100%;
	}
}

@media screen and (max-width:500px) {
	.delivery__tabs-tab {
		width: 100%;
		margin-bottom: 10px;
	}
	.delivery__tabs-tab:last-child {
		margin-bottom: 0;
	}
	#header_socials.hide-mobile {
		display: none;
	}
	.header_container .login_container {
		width: 170px;
	}
	.header__bottom__wrapper.sticky {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10010;
		width: 100%;
		background-color: #fff;
	}
	.logo_wrapper {
		/* margin: 0 auto */
		width: 90px;
		height: 30px;
	}
	.logo_container {
		width:90px;
		/* -webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5; */
		/* margin-top: 15px; */
		text-align: center
	}
	.header_container .login_container a {
		padding: 5px !important;
	}
	.mobile_menu_trigger {
		margin-right: 8px;
	}
	.header_container .search_form {
		max-height: 45px
	}
	.header_container .search_form button,
	.header_container .search_form input,
	.mobile_close_search {
		height: 42px
	}
	.header_container .search_form input {
		width: -webkit-calc(100% - 80px);
		width: calc(100% - 80px)
	}
	.header_container .search_form button {
		width: 40px;
		right: 40px
	}
	.mobile_close_search {
		width: 40px
	}
	.mobile_close_search:after,
	.mobile_close_search:before {
		top: 20px;
		left: 8px
	}
	.brand_slide img {
		max-width: 70%
	}
	.follow_block .likes span {
		font-size: 10px
	}
	#advantages h2 {
		font-size: 22px
	}
	.advantages_description {
		padding: 0;
		background: 0 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}
	.footer_form form button {
		width: 110px;
		font-size: 11px
	}
	.footer_form form input {
		width: -webkit-calc(100% - 110px);
		width: calc(100% - 110px);
		font-size: 12px;
		padding-left: 10px
	}
	.footer_rights_block img {
		width: 10%
	}
	.plati_online {
		width: 10%;
		display: block;
		margin: 0 10px;
	}
	.plati_online img {
		width: 100%;
		margin: 0;
	}
	.basket,
	.wishlist {
		z-index: 10010;
		width: 320px
	}
	.basket h5,
	.wishlist h5 {
		font-size: 15px
	}
	.basket_item .item_description {
		padding-bottom: 40px
	}
	.basket_item .item_description p {
		font-size: 11px
	}
	.basket_item .item_description .basket_item_delete {
		top: unset;
		right: unset;
		bottom: 20px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.menu_toggle {
		max-width: 140px;
		font-size: 14px
	}
	.menu_toggle:before {
		display: none
	}
	.big_slider_container {
		height: 500px
	}
	.description_element {
		padding-top: 30px
	}
	.description_element .element_title {
		font-size: 22px
	}
	.description_element .element_price {
		/*font-size: 30px*/
	}
	.description_element .product_form .add_to_basket {
		width: 220px;
		font-family: 'Montserrat-SemiBold';
		font-size: 18px;
		height: 60px;
	}
	.description_element .delivery {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.description_element .delivery a {
		width: 100%;
		margin: 15px 0 0
	}
	.description_element .element_bonuses_wrapper {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.description_element .element_bonus {
		margin: 15px 0 0;
		width: 100%
	}
	.find_place_to_buy {
		font-size: 14px
	}
	.element_promo_price {
		font-size: 25px
	}
	.anchors_container li {
		width: 100%
	}
	.to_reviews {
		margin-top: 30px
	}
	.one_comment .comment_content .comment_info {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.one_comment .comment_content .comment_date {
		margin: 0
	}
	.one_comment .comment_content .comment_name {
		margin-bottom: 10px;
		margin-right: 15px
	}
	.news_sub_slider_wrapper .slick-slide div,
	.news_sub_slider_wrapper .slick-slide img {
		height: 100px
	}
	.news_block_content.image_on_left {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.news_block_content.image_on_left .news_block_description_wrapper {
		margin-left: 0;
		width: 100%;
		max-width: 100%;
		margin-top: 30px
	}
	.news_block_content.image_on_left .news_block_image_wrapper {
		max-width: 50%
	}
	.lookbook_element h2 {
		font-size: 22px;
		width: 100%
	}
	.lookbook_element h3 {
		font-size: 18px
	}
	.lookbook_element {
		font-size: 15px
	}
	.lkb_elem_second_version .lkb_elem_container h3 {
		margin-bottom: 20px
	}
	.lkb_elem_first_version .lkb_elem_readmore,
	.lkb_elem_second_version .lkb_elem_readmore {
		margin-top: 20px
	}
	.about_content {
		font-size: 15px
	}
	.personal_block_price_default {
		font-size: 13px
	}
	.pers_bl_title {
		font-size: 12px
	}
	.pers_mob_description {
		margin-right: 0
	}
	.personal_block_product p {
		width: 100%
	}
	.navigation__controls {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.navigation__controls .one_nav__control {
		width: 50%;
		margin-right: 0;
		text-align: center;
		margin-bottom: 20px
	}
	.navigation__controls .update_cart {
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
	.basket__bottom__side__description {
		margin-top: 20px
	}
	.basket__bottom__content.basket__form {
		padding: 0
	}
	.custom__radio .custom__label {
		font-size: 14px
	}
	.custom__radio.basket__radio__margin {
		margin-bottom: 20px
	}
	.basket__bottom__content {
		font-size: 14px
	}
	.basket__summary__wrapper {
		width: 100%
	}
	.product h2 {
		font-size: 18px
	}
	.basket__summary__wrapper.checkout__wrapper .basket__summary__content {
		padding: 10px
	}
	.chkt__element .elem__name,
	.chkt__element .elem__price.basket__summary__prices {
		font-size: 11px
	}
	.chkt__element .elem__price.basket__summary__prices span {
		font-size: 15px;
	}
	.basket__summary__code__content button {
		font-size: 15px;
	}
	.steps__block {
		font-size: 13px;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.contact__data__info {
		font-size: 13px
	}
	.steps__block .contact__data__info {
		width: 100%;
		margin-bottom: 10px
	}
	.steps__block .modify__data a {
		font-size: 12px
	}
	.steps__block .step__name {
		width: 100%;
		font-family: Roboto-Medium;
		margin-bottom: 5px
	}
	.steps__block .modify__data {
		margin-left: 0
	}
	.checkout__bottom__side {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 20px
	}
	.checkout__submit {
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-top: 20px
	}
	.checkout__hidden__block {
		padding: 0
	}
	.confimation__message {
		font-size: 15px;
		width: 90%;
		max-width: 390px;
		min-width: auto
	}
	.follow_block {
		width: -webkit-calc(100% / 2);
		width: calc(100% / 2)
	}
	.personal__commands__mobile__table .command__status__details .pct__link {
		font-size: 13px
	}
	.personal__commands__mobile__table .mobile__table__element .mob__table__main__details {
		padding: 0 4px
	}
	.personal__commands__mobile__table .mobile__table__element .mob__table__main__details .command__status {
		font-size: 14px
	}
	.empty__commands .empty__description {
		font-size: 16px
	}
	.empty__commands .empty__link {
		width: 100%;
		font-size: 18px
	}
	.personal__commands__mobile__table .mobile__table__element p {
		font-size: 13px
	}
	.personal__commands__mobile__table .mobile__table__element .mob__table__top__details {
		padding: 15px 4px
	}
	.team__content__controls .command__training__trigger {
		font-size: 12px;
		height: 40px
	}
	.sem__block__list .sem__first {
		font-size: 13px
	}
	.tr_final__subcontent {
		padding: 17px 5px;
		font-size: 13px
	}
	.tr_final__subcontent span {
		margin-left: 2px;
		font-size: 13px
	}
	.tr__final__images {
		margin: 0;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.tr__final__images .tr__img__block {
		width: -webkit-calc(100% / 2 - 7.5px);
		width: calc(100% / 2 - 7.5px);
		margin: 0
	}
	.tr__final__images .tr__img__block:nth-of-type(1n+3) {
		margin-top: 15px
	}
	.tr__mobile__info {
		font-size: 15px
	}
	.tr__mobile__info:before {
		top: -5px;
		font-size: 40px
  }
  .promotions_slider_title {
    /*font-size: 22px;*/
  }
  .basket__summary__wrapper.buy__summary__wrapper .basket__summary__title h2 {
	font-size: 20px;
  }
  .to_category_block {
  	background: #ffffff;
  }
  .to_category li {
	width: calc(100% - 10px);
	margin-bottom: 5px;
}
}

@media screen and (max-height:480px) {
	.fixed_login_popup .login_form {
		width: 400px;
		padding: 10px;
		top: -webkit-calc(50% - 158.5px)!important;
		top: calc(50% - 158.5px)!important;
		left: -webkit-calc(50% - 200px)!important;
		left: calc(50% - 200px)!important
	}
	.fixed_login_popup .login_form .login_with {
		width: 188px;
		margin: 0;
		display: inline-block;
		font-size: 13px
	}
	.fixed_login_popup .login_form .gmail {
		margin-bottom: 15px!important
	}
	.fixed_login_popup .login_form form button {
		margin-top: 20px
	}
	.fixed_login_popup .login_form .facebook {
		margin-top: 10px!important
	}
	.fixed_login_popup .login_form form input {
		padding: 5px 10px
	}
}

@media screen and (max-width:400px) {
	.mobile_slide_image_container {
		width: 180px;
		height: 120px
	}
	#mobile_slider .main_slide h4,
	#mobile_slider .main_slide p {
		margin-top: 10px
	}
	.register_drop_information h1 {
		font-size: 20px
	}
	.tab_content .tab_item form h3 {
		font-size: 25px
	}
	.toggle_popup {
		font-size: 12px
	}
	.big_slider_container {
		height: 350px
	}
	.to_specifications .specifications_list li {
		font-size: 15px
	}
	.select_wrapper {
		width: 100%
	}
	.reviews_form .order_comments select {
		width: 100%;
		margin: 10px 0 0
	}
	.reviews_form .order_comments label {
		width: 100%;
		margin: 0
	}
	.select_wrapper:after {
		top: 11px
	}
	.select_wrapper:before {
		top: 52%
	}
	.news_block_content.image_on_left .news_block_image_wrapper {
		max-width: 70%
	}
	.news_block_content.image_on_left {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.lkb_article {
		font-size: 12px
	}
	.prev_article {
		padding: 7px 0 7px 30px
	}
	.next_article {
		padding: 7px 30px 7px 0
	}
	.lkb_elem_first_version .lkb_elem_readmore {
		margin-top: 25px
	}
	.brands_final_element {
		min-height: 120px;
		max-height: 120px
	}
	.basket__element__description h4 {
		font-size: 13px
	}
	.basket__element__description h5 {
		font-size: 13px;
		margin-bottom: 10px
	}
	.basket__element__description span {
		font-size: 13px
	}
	.basket__element__description p {
		font-size: 13px;
		margin-top: 10px
	}
	.basket__element__description .color {
		width: 12px;
		height: 12px
	}
	.basket__element__price {
		font-size: 15px;
		margin: 10px 0
	}
	.basket__element__total_price {
		margin: 10px 0 0;
		font-size: 15px
	}
	.checkout__hidden__block {
		padding: 0
	}
	.dates__inputs .date__input .date__select__wrapper select {
		font-size: 14px
	}
	.content_form {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	/*.content_form_element {
		width: 100%;
	}*/
}

@media screen and (max-width:359px) {
	#four_to_show .product_wrapper,
	.advantages_container .advantages_block {
		width: 100%
	}
	#four_to_show .product_wrapper .product_price,
	#four_to_show .product_wrapper .promo_price {
		margin-top: 0
	}
	.element_countdown {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.element_countdown .countdown {
		margin: 0;
		width: 65px;
		height: 65px
	}
	.description_element .product_form {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.news_block_content_wrapper .news_read_more_likes a {
		width: 100%;
		text-align: center
	}
	.promo_catalog #six_to_show .product_wrapper {
		width: 100%
	}
	.product_wrapper p,
	.promo_catalog .product_description,
	.promo_catalog .product_wrapper .product_short_description {
		min-height: auto
	}
	.promo_link_small {
		width: 100%
	}
	.dates__inputs label {
		padding: 0 0 0 5px
	}
}

.change_in_stoc {
	padding-right: 13px;
	border: none;
	font-family: Roboto-Light;
	font-size: 14px;

	background-image: url(../img/angle.png);
    background-position: center right;
    background-size: 10px 10px;
    background-repeat: no-repeat;
}

.basket__content__text{
	margin-top: 10px;
}

.open_nested {
	display: none;
	padding-left: 20px;
}

.buy__choice__block.active .open_nested[style*="display: block"] {
	height: auto !important;
}

.success_checkout {
	text-align: center;
	margin: 60px 0;
}

.success_checkout h2 {
	color: #1bb551;
	margin: 15px 0 20px;
	font-family: Montserrat-Regular;
}

.success_checkout .checkout_a {
	margin-bottom: 60px;
}

.success_checkout a {
	font-family: Montserrat-Regular;
	font-size: 18px;
	text-decoration: underline;
	color: #282727;
}

.success_checkout a:hover {
	color: #1072b9;
}

.success_more_info {
	font-family: Montserrat-Regular;
	color: #1bb551;
	margin-bottom: 50px;
	font-size: 18px;
}

@media screen and (max-width: 650px) {
	.success_checkout h2 {
		font-size: 22px;
		margin: 15px 0 20px;
	}

	.success_checkout .checkout_a {
		font-size: 15px;
		margin-bottom: 30px;
	}

	.success_more_info {
		font-size: 16px;
	}

	.success_checkout a {
		font-size: 16px;
	}
}

@media screen and (max-width: 400px) {
	.success_checkout h2 {
		font-size: 20px;
	}

	.success_checkout .checkout_a {
		font-size: 15px;
		margin-bottom: 30px;
	}

	.success_checkout a {
		font-size: 16px;
	}

	.success_more_info {
		font-size: 16px;
	}
}

.pay_error_img img{
	width: 60px;
	height: 60px;
}

.pay_error_msg{
	color: #E32636 !important;
}

.pay_hold_msg{
	color: #feb137 !important;
}

.form-info {
  background: rgba(0, 153, 0, 0.11);
  padding: 20px;
  line-height: 1.7;
  margin-bottom: 10px;
  border: 1px solid rgba(0, 153, 0, 0.47);
  border-radius: 8px;
}

.form-info-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-info-icon {
  width: 40px;
}

.form-info-icon img {
  display: block;
}

.form-info-text {
  width: calc(100% - 40px);
  padding-left: 30px;
}

.form-info-text strong {
  font-weight: bolder;
}

.form-info-text a {
  font-weight: 600;
  text-decoration: none;
  color: #009900;
}

.form-info-text a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .form-info-text {
    padding-left: 15px;
  }
}

.gift__list .show-more-button {
	display: none;
}

.gift__item:nth-child(n + 11) {
	display: none;
}

@media screen and (max-width: 767px) {
	.gift__item:nth-child(n + 6) {
		display: none;
	}
}

.gift__item.active {
	display: block !important;
}

.custom_check_list_head {
	position: relative;
	padding-left: 1.7em;
	line-height: 26px;
	cursor: pointer;
	font-weight: 700;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.custom_check_list_head input {
	display: none;
}

.custom_check_list_head input:checked + div .custom_check_list_head_checkbox {
	background-image: url(../img/tick_white.svg);
	background-size: 80%;
	background-color: #1072b9;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 2px
}

.custom_check_list_head .filter_tree_arrow {
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
/*    -webkit-transition: .4s;*/
/*    -o-transition: .4s;*/
/*    transition: .4s;*/
/*    position: absolute;*/
/*    top: -webkit-calc(50% - 8px);*/
/*    top: calc(50% - 8px);*/
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);    
/*    right: 10px;*/
	margin-left: 10px;
	flex-shrink: 0;
	margin-top: 6px;
}

.custom_check_list_head.closed .filter_tree_arrow {
/*    top: -webkit-calc(50% - 4px);*/
/*    top: calc(50% - 4px);*/
	margin-top: 10px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.custom_check_list_head_checkbox {
	position: absolute;
	margin-left: -1.6em;
	width: 16px!important;
	height: 16px!important;
	overflow: hidden;
	border-radius: .02em;
	border: 2px solid #fff;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-box-shadow: 0 0 0 .1em #EBEBEB;
	box-shadow: 0 0 0 .1em #EBEBEB;
	margin-top: 4px!important;
	box-sizing: border-box;
	cursor: pointer;
}

.custom_check_list_wrapper {
	padding-top: 5px;
	padding-left: 20px;
	padding-bottom: 10px;
	display: none;
	overflow: hidden;
}

.custom_check_list_wrapper .check.option {
	margin-bottom: 3px;
}

.custom_check_list_wrapper .check.option:last-child {
	margin-bottom: 0;
}

.filter_reset_wrap {
	padding: 10px 0;
}

.filter_reset_wrap .add_to_basket {
	opacity: 1;
	width: 100%;
}

.cookie-wrapper {
  z-index: 10001;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

.cookie-wrapper .container {
	width: 100%;
    max-width: 1330px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}

@media (max-width: 480px) {
  .cookie-wrapper .container {
    padding: 0;
  }
}

.cookie-inner {
  position: relative;
}

.cookie-inner.closed .cookie {
  display: none;
}

.cookie-inner.closed .open-cookie {
  display: block;
}

.cookie {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 650px;
  background: #fff;
  box-shadow: 0 4px 19px rgba(78, 88, 105, 0.1);
  border-radius: 10px 10px 0 0;
  padding: 30px 25px;
}

@media (max-width: 480px) {
  .cookie {
    padding: 20px 20px 90px;
  }
}

.cookie-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  padding: 7px;
  background-color: #1072b9;
  text-align: center;
  color: #fff;
  border: 1px solid #1072b9;
  font-family: "Roboto-Medium", sans-serif;
  font-size: 15px;
  line-height: 1.35;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s;
}

.cookie-btn:hover {
  background-color: transparent;
  color: #1072b9;
}

.cookie-btn--secondary {
  background-color: transparent;
  color: #1072b9;
}

.cookie-btn--secondary:hover {
  background-color: #1072b9;
  color: #fff;
}

@media (max-width: 480px) {
	.cookie-btn {
		padding: 6px;
		font-size: 13px;
	}
}

.cookie-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.cookie-link a {
  color: #1072b9;
  font-family: "Roboto-Medium", sans-serif;
  font-size: 15px;
  line-height: 1.35;
}

.cookie-link a:hover {
  color: #26649B;
}

@media (max-width: 480px) {
	.cookie-link a {
		font-size: 13px;
	}
}

.cookie-text {
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 480px) {
	.cookie-text {
		font-size: 14px;
	}
}

.cookie-text h2 {
  margin-bottom: 10px;
  font-family: "Roboto-Bold", sans-serif;
  font-size: 16px;
  line-height: 1.35;
  text-align: left;
}

@media (max-width: 480px) {
	.cookie-text h2 {
		font-size: 14px;
	}
}

.cookie-form {
  margin-top: 30px;
}

.cookie-form.active .cookie-ajust {
  display: none;
}

.cookie-form.active .cookie-save {
  display: block;
}

.cookie-form.active .cookie-settings {
  display: flex;
}

.cookie-settings {
  display: none;
  padding-bottom: 30px;
  justify-content: space-between;
  margin-left: -5px;
  margin-right: -5px;
}

.cookie-form-item {
  padding: 0 5px;
}

.cookie-form-item input {
  display: none;
}

.cookie-form-item input:checked + label .cookie-label-slide {
  background: rgba(16, 114, 185, 0.5);
}

.cookie-form-item input:checked + label .cookie-label-slide::after {
  background-color: #1072b9;
  left: calc(100% - 28px);
}

.cookie-form-item input:disabled + label {
  cursor: no-drop;
}

.cookie-form-item input:disabled + label .cookie-label-slide {
  opacity: 0.6;
}

.cookie-form-item label {
  cursor: pointer;
  display: inline-flex;
  padding-left: 60px;
  font-family: "Roboto-Medium", sans-serif;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.35;
  position: relative;
}

@media (max-width: 767px) {
  .cookie-settings {
    -webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: 10px;
  }

  .cookie-form-item {
  	width: 50%;
  	margin-bottom: 20px;
  }
}

.cookie-label-slide {
  position: relative;
  position: absolute;
  top: 2px;
  left: 0;
  background: rgba(202, 205, 210, 0.5);
  display: block;
  width: 50px;
  height: 15px;
  border-radius: 100px;
}
.cookie-label-slide::after {
  content: "";
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #CACDD2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.cookie-navs {
  display: flex;
  justify-content: space-between;
  margin-left: -5px;
  margin-right: -5px;
}

.cookie-navs .cookie-btn {
  flex: 1 1 0;
  margin: 0 5px;
}

@media (max-width: 480px) {
	.cookie-navs {
		margin-left: -4px;
		margin-right: -4px;
	}

	.cookie-navs .cookie-btn {
		margin: 0 4px;
	}
}

.cookie-save {
  display: none;
}

.open-cookie {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #1072b9;
  border-radius: 10px 10px 0 0;
  text-align: center;
  color: #fff;
  padding: 6px 20px;
  font-size: 15px;
  font-family: "Roboto-Medium", sans-serif;
  line-height: 1.35;
  border: 1px solid #fff;
  cursor: pointer;
  transition: 0.3s;
}

.open-cookie:hover {
  background-color: #fff;
  color: #21212B;
}