@charset "UTF-8";
@font-face {
	font-family: Roboto;
	font-display: swap;
	src: url(../fonts/Roboto-Light.woff) format("woff"), url(../fonts/Roboto-Light.woff2) format("woff2");
	font-weight: 300;
	font-style: normal
}

@font-face {
	font-family: Roboto;
	font-display: swap;
	src: url(../fonts/Roboto-Regular.woff) format("woff"), url(../fonts/Roboto-Regular.woff2) format("woff2");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: Roboto;
	font-display: swap;
	src: url(../fonts/Roboto-Medium.woff) format("woff"), url(../fonts/Roboto-Medium.woff2) format("woff2");
	font-weight: 200;
	font-style: normal
}

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

@font-face {
	font-family: Montserrat;
	font-display: swap;
	src: url(../fonts/Montserrat-Regular.woff) format("woff"), url(../fonts/Montserrat-Regular.woff2) format("woff2");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: Montserrat;
	font-display: swap;
	src: url(../fonts/Montserrat-Medium.woff) format("woff"), url(../fonts/Montserrat-Medium.woff2) format("woff2");
	font-weight: 200;
	font-style: normal
}

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

@font-face {
	font-family: lg;
	font-display: swap;
	src: url(../fonts/lg.woff) format("woff"), url(../fonts/lg.woff2) format("woff2");
	font-weight: 400;
	font-style: normal
}

* {
	padding: 0;
	margin: 0;
	border: 0;
	-webkit-tap-highlight-color: transparent
}

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

:active,
:focus {
	outline: 0
}

a:active,
a:focus {
	outline: 0
}

aside,
footer,
header,
nav,
section {
	display: block
}

body,
html {
	height: 100%;
	min-width: 320px;
	overflow-x: hidden
}

body {
	line-height: 1;
	font-family: Roboto;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	position: relative;
}

button,
input,
textarea {
	font-family: Roboto
}

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

button {
	cursor: pointer
}

button::-moz-focus-inner {
	padding: 0;
	border: 0
}

a,
a:visited {
	text-decoration: none
}

a:hover {
	text-decoration: none
}

ul li {
	list-style: none
}

img {
	vertical-align: top
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit
}

body {
	background: #fff;
	color: #4e4e4e;
	font-size: 18px
}

body._lock {
	overflow: hidden
}

a {
	color: currentColor
}

svg {
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.container {
	max-width: 1760px;
	margin: 0 auto
}

input.form-input {
	border: 1px solid rgba(0, 0, 0, .6);
	padding: 10px 20px;
	font-size: 16px;
	color: rgba(0, 0, 0, .6);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

input.form-input:focus,
input.form-input:hover {
	border-color: #4e4e4e
}

input[type=email],
input[type=tel],
input[type=text],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.select {
	position: relative
}

.select__item {
	position: relative
}

.select__title {
	color: #4e4e4e;
	border: 1px solid rgba(0, 0, 0, .6);
	background-color: #fff;
	cursor: pointer
}

.select__value {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	height: 40px;
	padding: 0 15px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.select__value span {
	height: 1em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical
}

.select__value:before {
	content: "";
	display: inline-block;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	width: 11px;
	height: 7px;
	background: url(../img/icons/chevron-right.svg) center/100% no-repeat
}

.select__input {
	width: 100%;
	background-color: transparent;
	height: 100%
}

.select__options {
	max-height: 200px;
	overflow: auto;
	color: #4e4e4e;
	display: none;
	position: absolute;
	top: 29px;
	min-width: 100%;
	left: 0;
	background-color: #fff;
	border-top: 0;
	border: 1px solid rgba(0, 0, 0, .6);
	border-top: 0;
	font-size: 14px;
	padding: 10px 0 5px 0
}

.select__options::-webkit-scrollbar {
	width: 5px
}

.select__options::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	border-radius: 10px
}

.select__options::-webkit-scrollbar-thumb {
	background-color: #a9a9a9;
	outline: 1px solid #708090;
	border-radius: 10px
}

.select__option {
	cursor: pointer;
	padding: 5px 15px;
	margin: 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.select__option:hover {
	background: #f1f1f1
}

.select._active {
	z-index: 5
}

.select._active .select__value:before {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

.select._active .select__options {
	display: block
}

.options {
	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: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.options__item {
	position: relative;
	cursor: pointer
}

.options__input {
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
	left: 0;
	top: 0;
	visibility: hidden
}

.options__input:checked+.options__text:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.options__text {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	font-size: 16px;
	color: #fff;
	letter-spacing: -.3px;
	line-height: calc(20 / 16)
}

.options__text:before {
	content: "";
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin: 0 14px 0 0;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20px;
	flex: 0 0 20px;
	left: 0;
	top: 0;
	border-radius: 50%;
	width: 20px;
	height: 18px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .6)
}

.options__text:after {
	content: "";
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #77243a;
	position: absolute;
	left: 5px;
	top: 4px
}

.quantity {
	width: 88px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 1px solid rgba(166, 166, 166, .45)
}

.quantity__button {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 30px;
	flex: 0 0 30px;
	position: relative;
	cursor: pointer
}

.quantity__button::after,
.quantity__button::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	margin: 0 0 0 -4.5px;
	background-color: #a6a6a6;
	width: 9px;
	height: 1px
}

.quantity__button_plus::before {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.quantity__input {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.quantity__input input {
	height: 100%;
	color: #a6a6a6;
	font-size: 12px;
	width: 100%;
	text-align: center
}

@font-face {
	font-family: swiper-icons;
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
	font-weight: 400;
	font-style: normal
}

:root {
	--swiper-theme-color: #007aff
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-container-pointer-events {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-container-pointer-events.swiper-container-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	-o-transition-property: transform, height;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
	-ms-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
	-ms-scroll-snap-type: y mandatory;
	scroll-snap-type: y mandatory
}

:root {
	--swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none!important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: initial;
	line-height: 1
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 10px;
	right: auto
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
	content: "prev"
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 10px;
	left: auto
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	content: "next"
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
	--swiper-navigation-color: #ffffff
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
	--swiper-navigation-color: #4e4e4e000
}

.swiper-button-lock {
	display: none
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 50%;
	background: #4e4e4e;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: .2s top, .2s -webkit-transform;
	transition: .2s top, .2s -webkit-transform;
	-o-transition: .2s transform, .2s top;
	transition: .2s transform, .2s top;
	transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s left, .2s -webkit-transform;
	transition: .2s left, .2s -webkit-transform;
	-o-transition: .2s transform, .2s left;
	transition: .2s transform, .2s left;
	transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s right, .2s -webkit-transform;
	transition: .2s right, .2s -webkit-transform;
	-o-transition: .2s transform, .2s right;
	transition: .2s transform, .2s right;
	transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-white {
	--swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
	--swiper-pagination-color: #4e4e4e000
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	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;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s infinite linear;
	animation: swiper-preloader-spin 1s infinite linear;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #4e4e4e
}

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

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

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: .6;
	z-index: 0
}

.swiper-container-cube .swiper-cube-shadow:before {
	content: "";
	background: #4e4e4e;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	-webkit-filter: blur(50px);
	filter: blur(50px)
}

.swiper-container-flip {
	overflow: visible
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}


/*! nouislider - 14.6.0 - 6/27/2020 */

.noUi-target,
.noUi-target * {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.noUi-target {
	position: relative
}

.noUi-base,
.noUi-connects {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1
}

.noUi-connects {
	overflow: hidden;
	z-index: 0
}

.noUi-connect,
.noUi-origin {
	will-change: transform;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	-ms-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	-webkit-transform-style: preserve-3d;
	transform-origin: 0 0;
	-webkit-transform-style: flat;
	transform-style: flat
}

.noUi-connect {
	height: 100%;
	width: 100%
}

.noUi-origin {
	height: 10%;
	width: 10%
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
	left: 0;
	right: auto
}

.noUi-vertical .noUi-origin {
	width: 0
}

.noUi-horizontal .noUi-origin {
	height: 0
}

.noUi-handle {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute
}

.noUi-touch-area {
	height: 100%;
	width: 100%
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
	-webkit-transition: transform .3s;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.noUi-state-drag * {
	cursor: inherit!important
}

.noUi-horizontal {
	height: 18px
}

.noUi-horizontal .noUi-handle {
	width: 23px;
	height: 23px;
	right: 0px;
	top: -10px
}

.noUi-vertical {
	width: 18px
}

.noUi-vertical .noUi-handle {
	width: 28px;
	height: 34px;
	right: -6px;
	top: -17px
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
	left: -17px;
	right: auto
}

.noUi-target {
	height: 4px;
	background-color: #eaeaea;
	margin: 0 11px 50px;
	position: relative
}

.noUi-target::after,
.noUi-target::before {
	content: "";
	background-color: #eaeaea;
	width: 11px;
	height: 4px;
	position: absolute;
	top: 0
}

.noUi-target::before {
	left: -10px
}

.noUi-target::after {
	right: -10px
}

.noUi-connect {
	background-color: #ffcda5
}

.noUi-draggable {
	cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
	cursor: ns-resize
}

.noUi-handle {
	border: 1px solid #f68038;
	background-color: #fff;
	border-radius: 50%;
	cursor: default
}

.noUi-handle::after {
	content: "";
	width: 15px;
	height: 15px;
	position: absolute;
	left: 3px;
	top: 3px;
	border-radius: 50%;
	background-color: #f68038
}

.noUi-active {
	-webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
	box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb
}

[disabled] .noUi-connect {
	background: #b8b8b8
}

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
	cursor: not-allowed
}

.noUi-pips,
.noUi-pips * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.noUi-pips {
	position: absolute;
	color: #999
}

.noUi-value {
	position: absolute;
	white-space: nowrap;
	text-align: center
}

.noUi-value-sub {
	color: #ccc;
	font-size: 10px
}

.noUi-marker {
	position: absolute;
	background: #ccc
}

.noUi-marker-sub {
	background: #aaa
}

.noUi-marker-large {
	background: #aaa
}

.noUi-pips-horizontal {
	padding: 10px 0;
	height: 80px;
	top: 100%;
	left: 0;
	width: 100%
}

.noUi-value-horizontal {
	-webkit-transform: translate(-50%, 50%);
	-ms-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%)
}

.noUi-rtl .noUi-value-horizontal {
	-webkit-transform: translate(50%, 50%);
	-ms-transform: translate(50%, 50%);
	transform: translate(50%, 50%)
}

.noUi-marker-horizontal.noUi-marker {
	margin-left: -1px;
	width: 2px;
	height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
	height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
	height: 15px
}

.noUi-pips-vertical {
	padding: 0 10px;
	height: 100%;
	top: 0;
	left: 100%
}

.noUi-value-vertical {
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding-left: 25px
}

.noUi-rtl .noUi-value-vertical {
	-webkit-transform: translate(0, 50%);
	-ms-transform: translate(0, 50%);
	transform: translate(0, 50%)
}

.noUi-marker-vertical.noUi-marker {
	width: 5px;
	height: 2px;
	margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
	width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
	width: 15px
}

.noUi-tooltip {
	color: #999;
	font-size: 12px;
	position: absolute
}

.noUi-horizontal .noUi-tooltip {
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	left: 50%;
	bottom: -22px
}

.noUi-vertical .noUi-tooltip {
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	top: 50%;
	right: 120%
}

.noUi-horizontal .noUi-origin>.noUi-tooltip {
	-webkit-transform: translate(50%, 0);
	-ms-transform: translate(50%, 0);
	transform: translate(50%, 0);
	left: auto;
	bottom: 10px
}

.noUi-vertical .noUi-origin>.noUi-tooltip {
	-webkit-transform: translate(0, -18px);
	-ms-transform: translate(0, -18px);
	transform: translate(0, -18px);
	top: auto;
	right: 28px
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
	background-color: rgba(0, 0, 0, .45);
	border-radius: 2px;
	color: #999;
	cursor: pointer;
	display: block;
	margin-top: -10px;
	position: absolute;
	display: block;
	width: 20px;
	height: 36px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 1080
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
	pointer-events: none;
	opacity: .5
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
	color: #fff
}

.lg-actions .lg-next {
	right: 20px;
	background: url(../img/icons/p-right.svg) 0 0/100% no-repeat
}

.lg-actions .lg-prev {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	left: 20px;
	background: url(../img/icons/p-left.svg) 0 0/100% no-repeat
}

@-webkit-keyframes lg-right-end {
	0% {
		left: 0
	}
	50% {
		left: -30px
	}
	100% {
		left: 0
	}
}

@keyframes lg-right-end {
	0% {
		left: 0
	}
	50% {
		left: -30px
	}
	100% {
		left: 0
	}
}

@-webkit-keyframes lg-left-end {
	0% {
		left: 0
	}
	50% {
		left: 30px
	}
	100% {
		left: 0
	}
}

@keyframes lg-left-end {
	0% {
		left: 0
	}
	50% {
		left: 30px
	}
	100% {
		left: 0
	}
}

.lg-outer.lg-right-end .lg-object {
	-webkit-animation: lg-right-end .3s;
	animation: lg-right-end .3s;
	position: relative
}

.lg-outer.lg-left-end .lg-object {
	-webkit-animation: lg-left-end .3s;
	animation: lg-left-end .3s;
	position: relative
}

.lg-toolbar {
	z-index: 1082;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, .45)
}

.lg-toolbar .lg-icon {
	color: #999;
	cursor: pointer;
	float: right;
	font-size: 24px;
	height: 47px;
	line-height: 27px;
	padding: 10px 0;
	text-align: center;
	width: 50px;
	text-decoration: none!important;
	outline: medium none;
	background: 0 0;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: color .2s linear;
	-o-transition: color .2s linear;
	transition: color .2s linear
}

.lg-toolbar .lg-icon:hover {
	color: #fff
}

.lg-toolbar .lg-close {
	background: url(../img/icons/close-white.svg) center no-repeat
}

.lg-toolbar .lg-download {
	display: none
}

.lg-sub-html {
	background-color: rgba(0, 0, 0, .45);
	bottom: 0;
	color: #eee;
	font-size: 16px;
	left: 0;
	padding: 10px 40px;
	position: fixed;
	right: 0;
	text-align: center;
	z-index: 1080
}

.lg-sub-html h4 {
	margin: 0;
	font-size: 13px;
	font-weight: 700
}

.lg-sub-html p {
	font-size: 12px;
	margin: 5px 0 0
}

#lg-counter {
	color: #fff;
	display: inline-block;
	font-size: 16px;
	padding-left: 20px;
	padding-top: 12px;
	vertical-align: middle
}

.lg-next,
.lg-prev,
.lg-toolbar {
	opacity: 1;
	-webkit-transition: -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
	-o-transition: -o-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
	-webkit-transition: opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear, -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s;
	transition: opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear, -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s;
	-o-transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
	transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
	transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear, -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-hide-items .lg-prev {
	opacity: 0;
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0)
}

.lg-hide-items .lg-next {
	opacity: 0;
	-webkit-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0)
}

.lg-hide-items .lg-toolbar {
	opacity: 0;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0)
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5);
	opacity: 0;
	-webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1)!important;
	-o-transition: -o-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1)!important;
	-webkit-transition: opacity 250ms cubic-bezier(0, 0, .25, 1), -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s!important;
	transition: opacity 250ms cubic-bezier(0, 0, .25, 1), -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s!important;
	-o-transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1)!important;
	transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1)!important;
	transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1), -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s!important;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1
}

.lg-outer .lg-thumb-outer {
	background-color: #0d0a0a;
	bottom: 0;
	position: absolute;
	width: 100%;
	z-index: 1080;
	max-height: 350px;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
	-o-transition: -o-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
	transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
	-o-transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s;
	transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s;
	transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
	-webkit-transition-duration: 0s!important;
	-o-transition-duration: 0s!important;
	transition-duration: 0s!important
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.lg-outer .lg-thumb {
	padding: 10px 0;
	height: 100%;
	margin-bottom: -5px
}

.lg-outer .lg-thumb-item {
	border-radius: 5px;
	cursor: pointer;
	float: left;
	overflow: hidden;
	height: 100%;
	border: 2px solid #fff;
	border-radius: 4px;
	margin-bottom: 5px
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
	border-color: #a90707
}

.lg-outer .lg-thumb-item img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.lg-outer.lg-has-thumb .lg-item {
	padding-bottom: 120px
}

.lg-outer.lg-can-toggle .lg-item {
	padding-bottom: 0
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
	-webkit-transition: bottom .25s ease;
	-o-transition: bottom .25s ease;
	transition: bottom .25s ease
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
	bottom: 100px
}

.lg-outer .lg-toggle-thumb {
	background-color: #0d0a0a;
	border-radius: 2px 2px 0 0;
	color: #999;
	cursor: pointer;
	font-size: 24px;
	height: 39px;
	line-height: 27px;
	padding: 5px 0;
	position: absolute;
	right: 20px;
	text-align: center;
	top: -39px;
	width: 50px
}

.lg-outer .lg-toggle-thumb:after {
	content: "\e1ff"
}

.lg-outer .lg-toggle-thumb:hover {
	color: #fff
}

.lg-outer .lg-video-cont {
	display: inline-block;
	vertical-align: middle;
	max-width: 1140px;
	max-height: 100%;
	width: 100%;
	padding: 0 5px
}

.lg-outer .lg-video {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative
}

.lg-outer .lg-video .lg-object {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%!important;
	height: 100%!important
}

.lg-outer .lg-video .lg-video-play {
	width: 84px;
	height: 59px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -42px;
	margin-top: -30px;
	z-index: 1080;
	cursor: pointer
}

._no-webp .lg-outer .lg-has-vimeo .lg-video-play {
	background: url(../img/vimeo-play.png) no-repeat scroll 0 0 transparent
}

._no-webp .lg-outer .lg-has-vimeo:hover .lg-video-play {
	background: url(../img/vimeo-play.png) no-repeat scroll 0 -58px transparent
}

._no-webp .lg-outer .lg-has-html5 .lg-video-play {
	background: transparent url(../img/video-play.png) no-repeat scroll 0 0
}

.lg-outer .lg-has-html5 .lg-video-play {
	height: 64px;
	margin-left: -32px;
	margin-top: -32px;
	width: 64px;
	opacity: .8
}

.lg-outer .lg-has-html5:hover .lg-video-play {
	opacity: 1
}

._no-webp .lg-outer .lg-has-youtube .lg-video-play {
	background: url(../img/youtube-play.png) no-repeat scroll 0 0 transparent
}

._no-webp .lg-outer .lg-has-youtube:hover .lg-video-play {
	background: url(../img/youtube-play.png) no-repeat scroll 0 -60px transparent
}

.lg-outer .lg-video-object {
	width: 100%!important;
	height: 100%!important;
	position: absolute;
	top: 0;
	left: 0
}

.lg-outer .lg-has-video .lg-video-object {
	visibility: hidden
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
	display: none
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
	visibility: visible
}

.lg-progress-bar {
	background-color: #333;
	height: 5px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1083;
	opacity: 0;
	-webkit-transition: opacity 80ms ease 0s;
	-o-transition: opacity 80ms ease 0s;
	transition: opacity 80ms ease 0s
}

.lg-progress-bar .lg-progress {
	background-color: #a90707;
	height: 5px;
	width: 0
}

.lg-progress-bar.lg-start .lg-progress {
	width: 100%
}

.lg-show-autoplay .lg-progress-bar {
	opacity: 1
}

.lg-autoplay-button:after {
	content: "\e01d"
}

.lg-show-autoplay .lg-autoplay-button:after {
	content: "\e01a"
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
	-o-transition: -o-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
	transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
	-o-transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s;
	transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s;
	transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
	-o-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
	transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s!important;
	-o-transition: -o-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s!important;
	-webkit-transition: opacity .15s, -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s!important;
	transition: opacity .15s, -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s!important;
	-o-transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s!important;
	transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s!important;
	transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s, -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s!important;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

#lg-zoom-in:after {
	content: "\e311"
}

#lg-actual-size {
	font-size: 20px
}

#lg-actual-size:after {
	content: "\e033"
}

#lg-zoom-out {
	opacity: .5;
	pointer-events: none
}

#lg-zoom-out:after {
	content: "\e312"
}

.lg-zoomed #lg-zoom-out {
	opacity: 1;
	pointer-events: auto
}

.lg-outer .lg-pager-outer {
	bottom: 60px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 1080;
	height: 10px
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
	overflow: visible
}

.lg-outer .lg-pager-cont {
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	margin: 0 5px
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
	-webkit-box-shadow: 0 0 0 2px #fff inset;
	box-shadow: 0 0 0 2px #fff inset
}

.lg-outer .lg-pager-thumb-cont {
	background-color: #fff;
	color: #fff;
	bottom: 100%;
	height: 83px;
	left: 0;
	margin-bottom: 20px;
	margin-left: -60px;
	opacity: 0;
	padding: 5px;
	position: absolute;
	width: 120px;
	border-radius: 3px;
	-webkit-transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
	-o-transition: opacity .15s ease 0s, -o-transform .15s ease 0s;
	transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
	-o-transition: opacity .15s ease 0s, transform .15s ease 0s;
	transition: opacity .15s ease 0s, transform .15s ease 0s;
	transition: opacity .15s ease 0s, transform .15s ease 0s, -webkit-transform .15s ease 0s;
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0)
}

.lg-outer .lg-pager-thumb-cont img {
	width: 100%;
	height: 100%
}

.lg-outer .lg-pager {
	background-color: rgba(255, 255, 255, .5);
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, .7) inset;
	box-shadow: 0 0 0 8px rgba(255, 255, 255, .7) inset;
	display: block;
	height: 12px;
	-webkit-transition: box-shadow .3s ease 0s;
	-o-transition: box-shadow .3s ease 0s;
	-webkit-transition: -webkit-box-shadow .3s ease 0s;
	transition: -webkit-box-shadow .3s ease 0s;
	transition: box-shadow .3s ease 0s;
	transition: box-shadow .3s ease 0s, -webkit-box-shadow .3s ease 0s;
	width: 12px
}

.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
	-webkit-box-shadow: 0 0 0 8px #fff inset;
	box-shadow: 0 0 0 8px #fff inset
}

.lg-outer .lg-caret {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px dashed;
	bottom: -10px;
	display: inline-block;
	height: 0;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	vertical-align: middle;
	width: 0
}

.lg-fullscreen:after {
	content: "\e20c"
}

.lg-fullscreen-on .lg-fullscreen:after {
	content: "\e20d"
}

.lg-outer #lg-dropdown-overlay {
	background-color: rgba(0, 0, 0, .25);
	bottom: 0;
	cursor: default;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1081;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility 0s linear .18s, opacity .18s linear 0s;
	-o-transition: visibility 0s linear .18s, opacity .18s linear 0s;
	transition: visibility 0s linear .18s, opacity .18s linear 0s
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	visibility: visible
}

.lg-outer.lg-dropdown-active #lg-share {
	color: #fff
}

.lg-outer .lg-dropdown {
	background-color: #fff;
	border-radius: 2px;
	font-size: 14px;
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
	position: absolute;
	right: 0;
	text-align: left;
	top: 50px;
	opacity: 0;
	visibility: hidden;
	-ms-transform: translate3d(0, 5px, 0);
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
	-webkit-transition: -webkit-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
	-o-transition: -o-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
	-webkit-transition: visibility 0s linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0s;
	transition: visibility 0s linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0s;
	-o-transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
	transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
	transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0s
}

.lg-outer .lg-dropdown:after {
	content: "";
	display: block;
	height: 0;
	width: 0;
	position: absolute;
	border: 8px solid transparent;
	border-bottom-color: #fff;
	right: 16px;
	top: -16px
}

.lg-outer .lg-dropdown>li:last-child {
	margin-bottom: 0
}

.lg-outer .lg-dropdown>li:hover .lg-icon,
.lg-outer .lg-dropdown>li:hover a {
	color: #333
}

.lg-outer .lg-dropdown a {
	color: #333;
	display: block;
	white-space: pre;
	padding: 4px 12px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px
}

.lg-outer .lg-dropdown a:hover {
	background-color: rgba(0, 0, 0, .07)
}

.lg-outer .lg-dropdown .lg-dropdown-text {
	display: inline-block;
	line-height: 1;
	margin-top: -3px;
	vertical-align: middle
}

.lg-icon {
	font-family: lg!important;
	speak: never;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.lg-outer .lg-dropdown .lg-icon {
	color: #333;
	display: inline-block;
	float: none;
	font-size: 20px;
	height: auto;
	line-height: 1;
	margin-right: 8px;
	padding: 0;
	vertical-align: middle;
	width: auto
}

.lg-outer #lg-share {
	position: relative
}

.lg-outer #lg-share:after {
	content: "\e80d"
}

.lg-outer #lg-share-facebook .lg-icon {
	color: #3b5998
}

.lg-outer #lg-share-facebook .lg-icon:after {
	content: "\e901"
}

.lg-outer #lg-share-twitter .lg-icon {
	color: #00aced
}

.lg-outer #lg-share-twitter .lg-icon:after {
	content: "\e904"
}

.lg-outer #lg-share-googleplus .lg-icon {
	color: #dd4b39
}

.lg-outer #lg-share-googleplus .lg-icon:after {
	content: "\e902"
}

.lg-outer #lg-share-pinterest .lg-icon {
	color: #cb2027
}

.lg-outer #lg-share-pinterest .lg-icon:after {
	content: "\e903"
}

.group:after,
.group:before {
	display: table;
	content: "";
	line-height: 0
}

.group:after {
	clear: both
}

.lg-outer {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	opacity: 0;
	-webkit-transition: opacity .15s ease 0s;
	-o-transition: opacity .15s ease 0s;
	transition: opacity .15s ease 0s
}

.lg-outer * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.lg-outer.lg-visible {
	opacity: 1
}

.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
	-webkit-transition-duration: inherit!important;
	-o-transition-duration: inherit!important;
	transition-duration: inherit!important;
	-webkit-transition-timing-function: inherit!important;
	-o-transition-timing-function: inherit!important;
	transition-timing-function: inherit!important
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
	-webkit-transition-duration: 0s!important;
	-o-transition-duration: 0s!important;
	transition-duration: 0s!important;
	opacity: 1
}

.lg-outer.lg-grab img.lg-object {
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab
}

.lg-outer.lg-grabbing img.lg-object {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing
}

.lg-outer .lg {
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	max-height: 100%
}

.lg-outer .lg-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap
}

.lg-outer .lg-item {
	display: none!important
}

.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
	display: inline-block!important
}

.lg-outer.lg-css .lg-current {
	display: inline-block!important
}

.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
	display: inline-block;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%
}

.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px
}

.lg-outer .lg-img-wrap {
	position: absolute;
	padding: 0 5px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}

.lg-outer .lg-item.lg-complete {
	background-image: none
}

.lg-outer .lg-item.lg-current {
	z-index: 1060
}

.lg-outer .lg-image {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: auto!important;
	height: auto!important
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
	opacity: 0;
	-webkit-transition: opacity .15s ease 0s;
	-o-transition: opacity .15s ease 0s;
	transition: opacity .15s ease 0s
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
	opacity: 1
}

.lg-outer .lg-empty-html {
	display: none
}

.lg-outer.lg-hide-download #lg-download {
	display: none
}

.lg-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1040;
	background-color: rgba(0, 0, 0, .9);
	opacity: 0;
	-webkit-transition: opacity .15s ease 0s;
	-o-transition: opacity .15s ease 0s;
	transition: opacity .15s ease 0s
}

.lg-backdrop.in {
	opacity: 1
}

.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
	-webkit-transition: none 0s ease 0s!important;
	-o-transition: none 0s ease 0s!important;
	transition: none 0s ease 0s!important
}

.lg-css3.lg-use-css3 .lg-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.lg-css3.lg-use-left .lg-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.lg-css3.lg-fade .lg-item {
	opacity: 0
}

.lg-css3.lg-fade .lg-item.lg-current {
	opacity: 1
}

.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
	-webkit-transition: opacity .1s ease 0s;
	-o-transition: opacity .1s ease 0s;
	transition: opacity .1s ease 0s
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
	opacity: 0
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	-webkit-transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
	transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
	-o-transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-css3.lg-slide.lg-use-left .lg-item {
	opacity: 0;
	position: absolute;
	left: 0
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
	left: -100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
	left: 100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
	left: 0;
	opacity: 1
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
	-webkit-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	-o-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

.header {
	margin-top: calc(9px + 31 * ((100vw - 320px)/ 1660))
}

.menu a {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.menu a:hover {
	color: #4e4e4e
}

.menu a:hover.action {
	color: #ed576b
}

.menu__top {
	margin-bottom: calc(9px + 31 * ((100vw - 320px)/ 1660))
}

.menu__top-bars {
	display: none
}

.menu__top-head {
	margin-bottom: 25px;
	line-height: 23px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.menu__top-head ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.menu__top-head li {
	position: relative
}

.menu__top-head li+li {
	margin-left: 43px
}

.menu__top-head li::before {
	content: "";
	position: absolute;
	bottom: -8px;
	left: -20px;
	width: 2px;
	height: 0;
	background: #4e4e4e;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.menu__top-head li::after {
	content: "";
	position: absolute;
	bottom: -8px;
	left: -20px;
	width: 0;
	height: 2px;
	background: #4e4e4e;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.menu__top-head li a {
	position: relative
}

.menu__top-head li a::before {
	content: "";
	position: absolute;
	top: -8px;
	right: -20px;
	width: 2px;
	height: 0;
	background: #4e4e4e;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.menu__top-head li a::after {
	content: "";
	position: absolute;
	top: -8px;
	right: -20px;
	width: 0;
	height: 2px;
	background: #4e4e4e;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.menu__top-head li:hover::before {
	height: 15px
}

.menu__top-head li:hover::after {
	width: 15px
}

.menu__top-head li:hover a::before {
	height: 15px
}

.menu__top-head li:hover a::after {
	width: 15px
}

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

.menu__top-phone {
	color: #4e4e4e000cc
}

.menu__top-phone span {
	font-family: Montserrat, sans-serif;
	font-weight: 600;
	font-size: calc(20px + 10 * ((100vw - 320px)/ 1660));
	display: block;
	margin-bottom: 8px
}

.menu__top-phone a {
	line-height: 23px;
	border-bottom: 1px dashed;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.menu__top-phone a:hover {
	color: #66b8ce;
}

.menu__top-logo a img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.menu__top-social ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.menu__top-social ul li+li {
	margin-left: 35px
}

.menu__top-social ul li.mobile {
	display: none
}

.menu__top-social ul li a {
	position: relative
}

.menu__top-social ul li a .count {
	position: absolute;
	top: -9px;
	right: -9px;
	border-radius: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #ed576b;
	width: 27px;
	height: 27px;
	color: #fff;
	font-size: 20px;
	z-index: +1
}

.menu__top-social ul li a:hover img.imgc-hover {
	opacity: 1;
	visibility: visible
}

.menu__top-social ul li img.imgc-hover {
	position: absolute;
	top: 2px;
	width: 40px;
	height: 40px;
	left: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.menu__bottom {
	border-top: 1px solid #c5c5c5;
	border-bottom: 1px solid #c5c5c5
}

.menu__bottom .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 10px;
	padding-bottom: 10px
}

.menu__bottom ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-transform: uppercase;
	font-family: Montserrat
}

.menu__bottom ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.menu__bottom ul li a:hover .bars span {
	background: #66b8ce;
}

.menu__bottom ul li:first-child {
	margin-right: 124px
}

.menu__bottom ul li:not(:first-child) {
	position: relative
}

.menu__bottom ul li:not(:first-child)::before {
	content: "";
	position: absolute;
	bottom: -8px;
	left: -20px;
	width: 2px;
	height: 0;
	background: #4e4e4e;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.menu__bottom ul li:not(:first-child)::after {
	content: "";
	position: absolute;
	bottom: -8px;
	left: -20px;
	width: 0;
	height: 2px;
	background: #4e4e4e;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.menu__bottom ul li:not(:first-child) a {
	position: relative
}

.menu__bottom ul li:not(:first-child) a::before {
	content: "";
	position: absolute;
	top: -8px;
	right: -20px;
	width: 2px;
	height: 0;
	background: #4e4e4e;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.menu__bottom ul li:not(:first-child) a::after {
	content: "";
	position: absolute;
	top: -8px;
	right: -20px;
	width: 0;
	height: 2px;
	background: #4e4e4e;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.menu__bottom ul li:not(:first-child).active.action::before,
.menu__bottom ul li:not(:first-child):hover.action::before {
	background: #ed576b
}

.menu__bottom ul li:not(:first-child).active.action::after,
.menu__bottom ul li:not(:first-child):hover.action::after {
	background: #ed576b
}

.menu__bottom ul li:not(:first-child).active.action a,
.menu__bottom ul li:not(:first-child):hover.action a {
	color: #ed576b
}

.menu__bottom ul li:not(:first-child).active.action a::before,
.menu__bottom ul li:not(:first-child):hover.action a::before {
	background: #ed576b
}

.menu__bottom ul li:not(:first-child).active.action a::after,
.menu__bottom ul li:not(:first-child):hover.action a::after {
	background: #ed576b
}

.menu__bottom ul li:not(:first-child).active::before,
.menu__bottom ul li:not(:first-child):hover::before {
	height: 15px
}

.menu__bottom ul li:not(:first-child).active::after,
.menu__bottom ul li:not(:first-child):hover::after {
	width: 15px
}

.menu__bottom ul li:not(:first-child).active a::before,
.menu__bottom ul li:not(:first-child):hover a::before {
	height: 15px
}

.menu__bottom ul li:not(:first-child).active a::after,
.menu__bottom ul li:not(:first-child):hover a::after {
	width: 15px
}

.menu__bottom ul li+li {
	margin-left: 70px
}

.menu__bottom-search {
	max-width: 640px;
	width: 100%
}

.menu__bottom form {
	max-width: 640px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative
}

.menu__bottom form span.menu__bottom-title {
	line-height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 101%;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	opacity: 1;
	visibility: visible;
	background: #fff url(../img/icons/search.svg) no-repeat right center;
	padding-left: 20px;
}
.menu__bottom-search.active .search-popup {
	display: block;
}

.menu__bottom form span.menu__bottom-title.active {
	opacity: 0;
	visibility: hidden
}

.menu__bottom form input {
	border-bottom: 1px solid #4e4e4e000cc;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	font-size: 16px;
	width: 100%;
	height: 50px;
	font-size: 20px
}

.menu__bottom form button {
	background: #fff
}

.bars {
	width: 40px;
	height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-right: 30px
}

.bars span {
	width: 100%;
	height: 3px;
	background: #4e4e4e;
	border-radius: 10px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #3333336e;
	z-index: 18;
	display: none;
	cursor: pointer
}

.main-menu {
	position: fixed;
	top: 0;
	left: -100%;
	bottom: 0;
	max-width: 385px;
	width: 100%;
	padding: 20px 0;
	background: #fff;
	z-index: 20;
	overflow-y: auto;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.main-menu.active {
	left: 0
}

.main-menu::-webkit-scrollbar {
	width: 5px
}

.main-menu::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	border-radius: 10px
}

.main-menu::-webkit-scrollbar-thumb {
	background-color: #a9a9a9;
	outline: 0;
	border-radius: 10px
}

.main-menu .submenu__title {
	font-family: Montserrat;
	text-transform: uppercase;
	color: #4e4e4e;
	margin-bottom: 10px
}

.main-menu__list.menu-profile {
	display: none
}

.main-menu__list ul li {
	padding: 8px 20px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	position: relative;
	cursor: pointer
}

.main-menu__list ul li::after {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	content: "";
	position: absolute;
	bottom: 0;
	left: 30px;
	right: 30px;
	height: 1px;
	background: #afafaf;
	z-index: +1
}

.main-menu__list ul li img {
	width: 35px;
	height: 35px;
	-o-object-fit: contain;
	object-fit: contain;
	margin-right: 20px
}

.main-menu__list ul li.popup__close {
	display: none;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	margin-left: auto
}

.main-menu__list ul li.popup__close img {
	width: 20px;
	height: 20px;
	margin-right: 0
}

.main-menu__list ul li.popup__close::after {
	content: none
}

.main-menu__list ul li:last-child::after {
	content: none
}

.main-menu__list ul li:hover {
	background: #f1f1f1
}

.main-menu__list ul li:hover::after {
	background: #f1f1f1
}

.main-menu__list ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	width: 100%;
	color: #4e4e4e
}

.main-menu__list ul li ul {
	padding: 10px 0;
	position: fixed;
	top: 0;
	left: -100%;
	bottom: 0;
	background: #fff;
	max-width: 385px;
	width: 100%;
	z-index: 21;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.main-menu__list ul li ul.active {
	left: 0;
	z-index: 22
}

.main-menu__list ul li ul li {
	padding: 18px 30px
}

.main-menu__list ul li ul li:first-child::after {
	content: none
}

.main-menu__list ul li ul li:last-child a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.main-menu__list ul li ul li:last-child img {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	width: 30px;
	height: 30px;
	-o-object-fit: contain;
	object-fit: contain
}

.main-menu__list ul li ul li.submenu-back {
	display: none
}

.main-menu .footer__left {
	display: none
}

.main-menu .footer__right {
	display: none
}

.popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	margin: auto;
	max-width: 598px;
	width: 100%;
	background: #fff;
	overflow-y: auto;
	height: max-content;
	min-height: max-content;
	max-height: 90%;
	padding: 60px 40px 40px
}

.popup .select__options {
	font-size: 14px
}

.popup#add-basket {
	padding-top: 70px;
	max-width: 1330px
}

.popup#add-basket h2 {
	text-align: left;
	margin-bottom: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.popup#add-basket h2 span {
	font-size: 16px;
	color: rgba(0, 0, 0, .8)
}

.popup#add-basket .basket__item {
	padding: 0
}

.popup#add-basket .basket__item:hover {
	-webkit-box-shadow: none;
	box-shadow: none
}

.popup#add-basket .basket__item-info ul li {
	margin-bottom: 10px
}

.popup#add-basket .basket__item-img {
	width: 150px;
	height: 150px
}

.popup#add-basket .popup__body-info {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #afafaf
}

.popup#add-basket .popup__body-info p {
	text-align: center
}

.popup#add-basket .popup__body-btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.popup#add-basket .popup__body-btns a {
	position: unset;
	max-width: 370px;
	width: 100%;
	text-align: center;
	padding: 21px 0
}

.popup#add-basket .popup__body-btns .btns__row {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.popup#add-basket .popup__body-btns .btns__row a+a {
	margin-left: 20px
}

.popup__close {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer
}

.popup h2 {
	color: #4e4e4e;
	font-weight: 200;
	font-size: 30px;
	text-align: center
}

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

.popup form {
	margin-top: 40px
}

.popup form input {
	width: 264px
}

.popup form .form__container {
	max-width: 431px;
	width: 100%
}

.popup form .time {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.popup form .time label {
	margin-bottom: 0
}

.popup form .time .select {
	margin-left: 20px
}

.popup form label {
	display: block;
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.popup form .select__item {
	width: 100px
}

.footer {
	border-top: 1px solid #7c7c7c;
	padding-top: 40px;
	padding-bottom: 40px
}

.footer .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;!important;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.footer .menu__top-phone span {
	font-size: calc(16px + 10 * ((100vw - 320px)/ 1660))
}

.footer .menu__top-phone a {
	font-size: 14px
}

.footer__logo {
	margin-bottom: 20px;
	width: 225px
}

.footer__logo img {
	width: 100%;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%)
}

.footer__logo p {
	font-size: 12px;
	margin-top: 10px;
	text-align: center;
}

.footer__adress,
.yandex_rating,
.footer__polit{
	margin-top: 21px;
	color: rgba(0, 0, 0, .6);
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 18px
}

.footer__adress-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 22px
}

.footer__adress-item p {
	margin-left: 20px
}

.footer__social a+a {
	margin-left: 20px
}

.footer__social a svg {
	width: 40px;
	height: 40px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.footer__social a:hover svg {
	fill: #66b8ce
}

.footer__right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: 3vw;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 16px
}
.footer__bottom{
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}
.footer__bottom_mobile{
	display: none;
}

.footer__menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 20px
}

.footer__menu ul li {
	width: 33.3%;
	margin-bottom: 22px
}

.footer__menu ul li a {
	line-height: 23px;
	color: #4e4e4e000cc;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.footer__menu ul li a:hover {
	color: #4e4e4e
}

.footer__menu ul li ul {
	display: none
}

.footer__polit {
	color: #4e4e4e000cc;
	line-height: 150%
}

.footer__polit.mobile {
	display: none
}

.main {
	margin-top: calc(-5px + 35 * ((100vw - 320px)/ 1660))
}

.intro {
	font-family: Montserrat
}

.intro .swiper-container {
	padding-bottom: 40px
}

.intro .swiper-slide {
	position: relative
}

.intro .swiper-slide img {
	width: 100%
}

.intro .swiper-slide a {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: auto;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	background: #66b8ce;
	padding: 13px 40px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	color: #fff;
	text-transform: uppercase
}

.intro .swiper-slide a:hover {
	background: #4bacc6
}

.category {
	margin-top: calc(30px + 40 * ((100vw - 320px)/ 1660))
}

.category .section__title {
	display: none;
	margin-bottom: 20px
}

.category .section__title.mobile.inside {
	display: none
}

.category .show-cat {
	display: none;
	text-align: center;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 15px;
	color: #4bacc6;
	position: relative;
	padding-left: 35px
}

.category .show-cat svg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 20px;
	height: 20px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.category .show-cat.active svg {
	-webkit-transform: rotate(90deg) scale(-1, 1);
	-ms-transform: rotate(90deg) scale(-1, 1);
	transform: rotate(90deg) scale(-1, 1)
}

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

.category__item {
	height: 220px;
	width: 12.5%;
	position: relative;
	overflow: hidden;
	color: #fff
}

.category__item:last-child {
	width: 25%
}

.category__item:not(:last-child) img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.category__item a {
	display: block;
	height: 100%;
	position: relative
}

.category__item a::after {
	cursor: pointer;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(196, 196, 196, 0)), color-stop(62%, rgba(255, 255, 255, 0)), to(#4e4e4e));
	background: -o-linear-gradient(top, rgba(196, 196, 196, 0) 50%, rgba(255, 255, 255, 0) 62%, #4e4e4e 100%);
	background: linear-gradient(180deg, rgba(196, 196, 196, 0) 50%, rgba(255, 255, 255, 0) 62%, #4e4e4e 100%);
	background-blend-mode: hard-light
}

.category__item p {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 27px;
	text-align: center;
	z-index: +2
}

.category__item img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease
}

.category__item:hover img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2)
}

.brends {
	margin-top: calc(30px + 20 * ((100vw - 320px)/ 1660))
}

.brends.brend-brends {
	margin-top: calc(30px + 55 * ((100vw - 320px)/ 1660));
	margin-bottom: calc(30px + 55 * ((100vw - 320px)/ 1660))
}

.brends__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 40px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: -72px
}

.brends__item {
	width: 25%;
	text-align: center;
	margin-bottom: 72px
}

.brends__item img {
	margin: auto;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.brends__item:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.nav__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	margin-left: auto;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.nav__link svg {
	margin-left: 20px;
	fill: #4e4e4e
}

.nav__link:hover {
	color: #ed576b
}

.nav__link:hover svg {
	fill: #ed576b
}

.select-style {
	margin-top: calc(30px + 35 * ((100vw - 320px)/ 1660))
}

.select-style__content {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	display: none;
	height: 100%
}

.select-style__content.active {
	display: block
}

.select-style__tabs {
	margin-top: 30px;
	font-family: Montserrat, sans-serif
}

.select-style .tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 50px
}

.select-style .tabs .tab {
	width: 22%;
	border: 1px solid #4e4e4e000cc;
	padding: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #4e4e4e;
	text-transform: uppercase;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.select-style .tabs .tab.active,
.select-style .tabs .tab:hover {
	background: #66b8ce;
	border-color: #66b8ce;
	color: #fff
}

.select-style .contents {
	position: relative;
	overflow: hidden;
	height: 30vw
}

.select-style .contents img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.select-style .contents a {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 38px;
	margin: 0 auto;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	padding: 13px 40px;
	color: #fff;
	text-transform: uppercase;
	background: #66b8ce;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.select-style .contents a:hover {
	background: #4bacc6
}

.banner {
	margin-top: calc(30px + 40 * ((100vw - 320px)/ 1660));
	margin-bottom: calc(30px + 20 * ((100vw - 320px)/ 1660))
}

.banner .container {
	position: relative
}

.banner .container:hover .banner__overlay {
	opacity: 1;
	visibility: visible
}

.banner .container:hover h3 {
	color: #fff
}

.banner img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.banner h3 {
	font-weight: 200;
	font-size: calc(14px + 26 * ((100vw - 320px)/ 1660));
	text-transform: uppercase;
	color: #010101;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	text-align: center;
	position: relative;
	z-index: 3
}

.banner h3 a {
	position: relative;
	display: block;
	padding-top: calc(50px + 74 * ((100vw - 320px)/ 1660));
	padding-bottom: calc(50px + 74 * ((100vw - 320px)/ 1660));
	padding-left: calc(15px + 35 * ((100vw - 320px)/ 1660));
	padding-right: calc(15px + 35 * ((100vw - 320px)/ 1660))
}

.banner h3 a::before {
	content: "";
	position: absolute;
	top: 16px;
	right: 40px;
	width: 3px;
	height: 0;
	background: #fff;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.banner h3 a::after {
	content: "";
	position: absolute;
	top: 16px;
	right: 40px;
	width: 0;
	height: 3px;
	background: #fff;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.banner h3::before {
	content: "";
	position: absolute;
	bottom: 16px;
	left: 40px;
	width: 3px;
	height: 0;
	background: #fff;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.banner h3::after {
	content: "";
	position: absolute;
	bottom: 16px;
	left: 40px;
	width: 0;
	height: 3px;
	background: #fff;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.banner h3:hover::before {
	background: #fff;
	height: 30px
}

.banner h3:hover::after {
	background: #fff;
	width: 30px
}

.banner h3:hover a::before {
	background: #fff;
	height: 30px
}

.banner h3:hover a::after {
	background: #fff;
	width: 30px
}

.banner__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #4e4e4e00085;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.breadcrumbs ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	line-height: 19px;
	color: #66b8ce;
	white-space: nowrap;
	overflow: hidden
}

.breadcrumbs ul li:last-child {
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.breadcrumbs ul li a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.breadcrumbs ul li a::after {
	color: #4e4e4e;
	content: "/";
	margin-left: 5px;
	margin-right: 5px
}

.breadcrumbs ul li a:hover {
	/*color: #ed576b*/
}


.product__icon span.active .imgc-hover, .product__icon span:hover .imgc-hover {
    opacity: 1;
    visibility: visible;
}
.addToCompare {
	position: relative;
}
.text-block {
	margin-top: calc(20px + 30 * ((100vw - 320px)/ 1660))
}

.text-block .container {
	border-top: 1px solid #afafaf;
	padding-top: calc(20px + 30 * ((100vw - 320px)/ 1660));
	padding-bottom: calc(20px + 30 * ((100vw - 320px)/ 1660))
}

.text-block .container h2 {
	color: #4e4e4e;
	margin-bottom: 30px;
	font-weight: 500
}

.text-block .container p {
	line-height: 115%;
	color: #4e4e4e
}

.text-block .container p:not(:last-child) {
	margin-bottom: 20px
}

.text-block .container .show-btn {
	display: none
}

.product__item {
	margin: 10px;
	color: #4e4e4e;
	width: calc(20% - 40px);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	background: #fff;
	font-size: 14px;
	position: relative;
	height: 395px;
}

.product__item.product__item__brands {
	height: 190px;
}

.product__item-inner:hover {
	z-index: 9;
	width: 100%;
	background: #fff;
}

.product__img {
	position: relative;
	height: 230px;
	padding: 10px 20px;
}

.product__img.product__item__brands {
	height: 140px;
}

.product__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.product__icon {
	position: absolute;
	top: 20px;
	left: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 10;
}


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

.product__icon span img {
	width: 26px;
	height: 26px
}

.product__icon span .imgc-hover {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.product__icon span.active .imgc-hover,
.product__icon span:hover .imgc-hover {
	opacity: 1;
	visibility: visible
}

.product__icon span+span {
	margin-left: 10px
}

.product__sticker {
	position: absolute;
	top: 20px;
	right: 20px
}

.product__sticker .action span {
	background: #ffca22
}

.product__sticker .bonus span {
	background: #42d77d
}

.product__sticker.none {
	display: none
}

.product__sticker span {
	font-size: 13px;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: 200;
	color: #fff
}

.product__title {
	padding: 20px 20px 0;
	line-height: 1.3;
	height: 72px !important;
    overflow: hidden;
}

.product__title h3 {
	padding-bottom: 0;
	text-align: center;
}

.product__country {
	padding: 10px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/*margin: 1em 0;*/
	min-height:15px;
}

.product__country img {
	margin-right: 5px
}
.product__country p {
	font-size: 11px;
}

.product__stars {
	position: relative;
	padding-left: 20px;
}
.filter__item .stars {
	height: 15px;
	margin-top: 15px;
}
div.filter-count {
	display: inline;
	font-size: 10px;
	color: #cbcbcb;
}

.product__stars .stars__circle {
	height: 100%;
	cursor: pointer;
	margin-right: 4px;
}
.product__stars.card-product-stars .stars__circle {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	height: 100%;
	cursor: pointer;
}

.product__stars .stars__circle::before {
	content: '';
	display: block;
	background-color: #c4c4c4;
	width: 15px;
	height: 15px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
.product__item .product__stars .stars__circle::before {
	width: 5px;
}
.product__item .product__stars .stars {
	width: 42px;
	height: 15px;
}

.product__stars.card-product-stars .stars__circle::before {
	content: '';
	display: block;
	background-color: #c4c4c4;
	width: 20px;
	height: 20px;
	border-radius: 1000px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.product__stars .stars__circle.active::before {
	background-color: #ffca22;
}
.filter__item .product__stars .stars__circle.active::before,
.product__item .product__stars .stars__circle.active::before {
	background-color: #5cbabd;
}

.product__info {
	padding: 0px 20px 0;
	font-size: 12px;
}

.product__info ul li {
	padding-left: 20px;
	position: relative;
	line-height: 115%;
	color: rgba(0, 0, 0, .6)
}

.product__info ul li::before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: rgba(0, 0, 0, .6);
	position: absolute;
	top: 2px;
	left: 0
}

.product__info ul li span {
	color: #4e4e4e
}

.product__info ul li+li {
	margin-top: 10px
}

.product__price {
	padding: 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: left;
}
.product__price .prices_wrap {
	width: auto;
	padding: 0;
	display: flex;
	flex-flow: wrap;
}
.product__item:hover .product__price a.addToBasket:hover {
	background: #66b8ce;
	color: #fff;
}

.product__price-old {
	font-weight: 300;
	font-size: 15px;
	line-height: 29px;
	-webkit-text-decoration-line: line-through;
	text-decoration-line: line-through;
	color: #767676c7;
	margin-right: 10px;
}

.product__price-new {
	font-weight: 200;
	/*font-size: 22px;*/
	font-size: 18px;
	line-height: 29px;
	color: #4e4e4e000cc
}

.product__price-new span {
    font-size: 15px;
}

.product__remove {
	text-align: center;
	padding: 0 20px
}

.product__remove a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	margin-left: auto;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.product__remove a svg {
	fill: rgba(0, 0, 0, .6);
	width: 20px;
	height: 20px;
	margin-right: 20px
}

.product__remove a:hover {
	color: #ed576b
}

.product__remove a:hover svg {
	fill: #ed576b
}

.product__parameters {
	margin-top: 115px
}

.product__parameters ul li {
	padding: 20px
}

.case {
	padding-top: 28px;
	margin-bottom: 65px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.case__list {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.case__list-body {
	margin: -20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.case__list-body.sublist .product__item h3 {
	padding-bottom: 20px
}

.case__order {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 40px
}

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

.case__order-navi h1 {
	display: none;
	font-family: Montserrat;
	color: #4e4e4e;
	font-size: 20px;
	text-transform: uppercase
}

.case__order-links img {
	width: 20px;
	height: 20px
}

.case__order-nav {
	display: none
}

.case__order a img.reverse {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.case__order a.mobile {
	display: none
}

.case__order ul {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.case__order ul li:first-child {
	margin-left: 20px
}

.case__order ul li+li {
	margin-left: 30px
}

.case__order ul a {
	opacity: .6;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 19px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.case__order ul a.active,
.case__order ul a:hover {
	opacity: .8;
	text-shadow: 0 0 .65px #333, 0 0 .65px #333
}

.case__filter {
	max-width: 210px;
	width: 100%;
	margin-right: 40px;
	font-size: 14px
}

.case__filter .reset {
	margin-left: auto;
	color: #4bacc6;
	font-size: 16px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.case__filter .reset:hover {
	color: #ed576b;
}

.case__filter .resetStar {
	margin-left: auto;
	color: #4bacc6;
	font-size: 16px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	font-size: 12px;
    position: absolute;
    top: 2px;
    left: 50px;
	cursor: pointer;
}

.case__filter .resetStar:hover {
	color: #ed576b;
}

.filter__mobile {
	font-size: 14px;
	line-height: 16px;
	color: #4e4e4e;
	display: none
}

.filter__mobile .filter__mobile-title {
	position: relative;
	color: #4e4e4e
}

.filter__mobile .filter__mobile-title::after {
	content: url(../img/icons/chevron-right.svg);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	margin-left: 15px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.filter__mobile-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: auto;
	overflow-y: hidden;
	width: 100%;
	margin-top: 15px;
	margin-bottom: -15px;
	padding-bottom: 10px
}

.filter__mobile-item {
	background: rgba(175, 175, 175, .3);
	border-radius: 15px;
	padding: 5px 10px;
	color: #4e4e4e;
	font-size: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	white-space: normal;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}

.filter__mobile-item+.filter__mobile-item {
	margin-left: 15px
}

.filter__mobile-item span {
	margin-left: 8px;
	width: 20px;
	height: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #4e4e4e;
	color: #fff;
	border-radius: 100%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	font-weight: 300;
	font-size: 24px
}

.filter__title {
	color: #4e4e4e;
	font-weight: 200;
	font-size: 16px;
	position: relative;
	display: block;
	cursor: pointer;
	padding-right: 40px;
}

.filter__title::after {
	content: url(../img/icons/chevron-right.svg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: scale(.7, .7);
	-ms-transform: scale(.7, .7);
	transform: scale(.7, .7)
}

.filter__title.active::after {
	-webkit-transform: scale(.7, -.7);
	-ms-transform: scale(.7, -.7);
	transform: scale(.7, -.7)
}

.filter__category {
	color: rgba(0, 0, 0, .6)
}

.filter__category-title {
	color: #4e4e4e;
	font-weight: 500
}

.filter__category-hint {
	position: absolute;
	right: -100%;
	z-index: +1;
	width: 225px;
	background-color: #66b8ce;
	padding: 15px 16px;
	color: #fff;
	text-decoration: underline;
	font-size: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.filter__category-hint::before {
	content: "";
	position: absolute;
	left: -5px;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
	width: 10px;
	height: 10px;
	background: #66b8ce;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.filter__category ul {
	margin-top: 16px;
	margin-bottom: -14px
}

.filter__category ul li {
	margin: 10px 0
}

.filter__category ul li a {
	display: block;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	position: relative
}

.filter__category ul li.filter__category-subtitle {
	display: none;
	padding: 20px 0;
	color: #4e4e4e;
	font-size: 16px;
	font-weight: 500
}

.filter__category ul li.filter__category-subtitle a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.filter__category ul li.filter__category-subtitle .filter__category-title {
	font-size: 16px;
	font-weight: 500
}

.filter__category ul li.filter__category-subtitle img {
	width: 20px;
	height: 20px;
	margin-right: 30px;
	-o-object-fit: contain;
	object-fit: contain;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.filter__category ul li:hover a {
	color: #4e4e4e
}

.filter__category ul li:hover a .filter__category-hint {
	opacity: 1;
	visibility: visible
}

.filter__item {
	border-top: 1px solid #afafaf;
	padding: 15px 0
}

.filter__item input.form-input {
	padding: 6px 15px;
	font-size: 14px
}

.filter__item .filter__category .checkbox {
	margin-bottom: 0
}

.filter__item .checkbox {
	display: block;
	margin-bottom: 10px
}
.filter__item.filterExist .checkbox {
	margin-bottom: 0;
}
.filter__item .btn {
	width: 100%;
	display: block;
	margin-bottom: 10px;
	text-align: center;
	font-family: Roboto;
	text-transform: none
}

.filter__item #range {
	display: none;
	width: 80%;
	margin: 16px auto 25px;
}

.filter__item .noUi-target::after,
.filter__item .noUi-target::before {
	background-color: #dbdbdb;
	height: 3px
}

.filter__item .noUi-target {
	background-color: #dbdbdb;
	height: 3px
}

.filter__item .noUi-connect {
	background-color: #4bacc6
}

.filter__item .noUi-handle {
	background: #fff;
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .5), 0 4px 3px -2px rgba(0, 0, 0, .4);
	box-shadow: 0 0 1px rgba(0, 0, 0, .5), 0 4px 3px -2px rgba(0, 0, 0, .4);
	width: 20px;
	height: 20px;
	border: none;
	top: -10px;
	cursor: pointer
}

.filter__item .noUi-handle::after {
	content: none
}

.filter__item .noUi-handle.noUi-handle-upper {
	right: -18px
}

.filter__inputs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 21px
}

.filter__inputs input {
	width: 43%
}

.filter__search {
	margin-top: 22px;
	position: relative
}

.filter__search input {
	width: 100%
}

.filter__search button {
	cursor: pointer;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
	width: 20px;
	height: 20px;
	background: #fff
}

.filter__search button img {
	width: 100%
}

.filter__list {
	margin-top: 20px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.filter__list.scrolled {
	height: 150px;
	overflow-x: hidden;
	width: 100%;
}

.filter__list.scrolled::-webkit-scrollbar {
	width: 5px
}

.filter__list.scrolled::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	border-radius: 10px
}

.filter__list.scrolled::-webkit-scrollbar-thumb {
	background-color: #a9a9a9;
	outline: 0;
	border-radius: 10px
}

.filter__list-sub {
	margin-top: 0;
	display: none
}

.filter__list-sub .show-more__sub {
	display: block;
	text-align: center;
	width: 80%;
	margin: auto;
	padding: 7px 5px;
	margin-bottom: 20px;
	margin-top: 5px
}

.filter__list-title {
	color: #4e4e4e;
	display: block;
	margin-bottom: 15px
}

.filter__list li.has-child {
	position: relative
}

.filter__list li.has-child .has-child-title {
	position: absolute;
	z-index: +1;
	top: 2px;
	left: 30px;
	right: 0;
	cursor: pointer;
	font-size: 15px
}

.filter__list li.has-child::after {
	content: url(../img/icons/chevron-right.svg);
	position: absolute;
	top: 0;
	right: 0;
	margin: auto;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: scale(.7, .7);
	-ms-transform: scale(.7, .7);
	transform: scale(.7, .7)
}

.filter__list li.has-child.active::after {
	-webkit-transform: scale(.7, -.7);
	-ms-transform: scale(.7, -.7);
	transform: scale(.7, -.7)
}

.filter__list li.has-child .checkbox {
	margin-bottom: 10px
}

.filter__list li.has-child .checkbox span {
	color: #fff
}

.filter__list li.has-child ul li .checkbox span {
	color: rgba(0, 0, 0, .6)
}

.filter__list li ul {
	height: 150px;
	overflow: hidden;
	margin: 0 0 0 30px
}

.filter__list li ul.scrolled {
	overflow: auto
}

.filter__colors {
	margin-top: 0px
}

.filter__colors ul li+li {
	margin-top: 10px
}

.filter__colors ul li label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer
}

.filter__colors ul li label span {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.filter__colors ul li input {
	display: none
}

.filter__colors ul li input:checked+span::after {
	display: block
}

.filter__colors ul li input:checked+span+span {
	color: #4e4e4e
}

.filter__colors ul li .filter__color-container {
	display: block;
	cursor: pointer;
	width: 29px;
	height: 29px;
	margin-right: 15px;
	border-radius: 100%;
	position: relative
}

.filter__colors ul li .filter__color-container::after {
	content: "";
	position: absolute;
	top: -4px;
	left: -4px;
	right: -4px;
	bottom: -4px;
	background: 0 0;
	border: 2px solid #4e4e4e;
	border-radius: 100%;
	display: none
}

.stars {
	position: relative;
	font-size: 40px;
	display: inline-block;
	width: 120px;
	height: 40px;
}

.stars::before {
	display: block;
}

.stars__items {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	overflow: hidden;
	justify-content: flex-end;
}
.stars__items .stars__items,
.filter__item .stars__items {
	width: 42px;
}
.filter__item .stars__label {
	display: block;
	flex: 0;
	margin-right: 4px;
}

.stars__item {
	position: absolute;
	width: 0%;
	height: 0%;
	opacity: 0;
	visibility: hidden;
	top: 0;
	left: 0
}

.stars__item:checked::before,
.stars__item:checked~.stars__label::before {
	background: #5cbabd;
}

.stars__label {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 15%;
	flex: 0 0 15%;
	height: 100%;
	cursor: pointer;
}

.stars__label::before {
	width: 5px;
	height: 15px;
	content: "";
	display: block;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	background: #c4c4c4;
}

.stars__label:checked~.stars__label:hover::before,
.stars__label:hover::before,
.stars__label:hover~.stars__label::before {
	background: #5cbabd;
}

.checkbox {
	cursor: pointer
}

.checkbox span {
	font-size: 14px;
	color: rgba(0, 0, 0, .6);
	line-height: 21px;
	position: relative;
	padding-left: 28px
}
.filter__list .filter__list .checkbox span {
	font-size: 13px;
}
.filter__list .filter__list li .checkbox {
	margin-bottom: 3px;
}

.checkbox span::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 16px;
	height: 16px;
	/*border: 2px solid #505050;*/
	border-radius: 2px;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	box-shadow: inset 0 0 0 2px #d8d8d8;
}

.checkbox span::after {
	content: url(../img/icons/check.svg);
	font-size: 12px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	opacity: 0;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease
}

.checkbox input {
	display: none
}

.checkbox input:checked+span::before {
	border-color: #66b8ce;
	background: #66b8ce;
	box-shadow: none;
}

.checkbox input:checked+span::after {
	opacity: 1
}

.lang {
	margin-top: calc(20px + 30 * ((100vw - 320px)/ 1660))
}

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

.lang .check-all {
	margin-right: 110px
}

.lang .check-all a {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	color: rgba(0, 0, 0, .6);
	text-transform: uppercase;
	font-size: 16px;
	border-bottom: 1px dashed rgba(0, 0, 0, .6)
}

.lang .check-all a:hover {
	color: #4e4e4e;
	border-color: transparent
}

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

.lang__list.flag-list {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: -15px
}

.lang__list.flag-list li {
	margin: 15px;
	width: calc(20% - 30px)
}

.lang__list.flag-list li a {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.lang__list a {
	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
}

.lang__list a img {
	width: 40px;
	height: 40px;
	margin-right: 13px
}

.lang__list a span {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	color: rgba(0, 0, 0, .6);
	text-transform: uppercase;
	font-size: 16px;
	border-bottom: 1px dashed rgba(0, 0, 0, .6)
}

.lang__list a:hover span {
	color: #4e4e4e;
	border-color: transparent
}

.brend-brends .show-btn {
	display: none
}

.lang__list.alphabet {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 30px
}

.lang__list.alphabet a {
	font-weight: 300;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	width: 30px
}

.lang__list.alphabet a:hover {
	font-weight: 200;
	color: #3e3e82
}

.basket {
	margin-top: 40px
}

.basket__results {
	position: relative;
	border-bottom: 1px solid #afafaf;
	padding-bottom: 20px;
	display: none
}

.basket__results h1 {
	font-weight: 200;
	font-size: 16px;
	color: #4e4e4e;
	margin-bottom: 15px
}

.basket__results p {
	font-size: 14px;
	line-height: 16px;
	color: rgba(0, 0, 0, .5)
}

.basket__results .basket__reset {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 14px;
	line-height: 16px;
	color: #4bacc6;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.basket__results .basket__reset:hover {
	color: #ed576b
}

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

.basket__btm {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 70px
}

.basket__btm a {
	max-width: 370px;
	width: 100%;
	text-align: center
}

.basket__list {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.basket__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 40px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	background: #fff;
	padding: 20px
}

.basket__item:hover {
	-webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, .25);
	box-shadow: 0 1px 12px rgba(0, 0, 0, .25)
}

.basket__item-remove {
	width: 100%;
	margin-top: auto;
	margin-bottom: 5px
}

.basket__item .remove-item {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.basket__item .remove-item svg {
	width: 20px;
	height: 20px;
	margin-right: 20px;
	fill: #4e4e4e9;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.basket__item .remove-item:hover {
	color: #ed576b
}

.basket__item .remove-item:hover svg {
	fill: #ed576b
}

.basket__item-img {
	height: 217px;
	margin-right: 40px;
	flex-basis: 25%
}

.basket__item-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.basket__item-info {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	flex-basis: 35%
}

.basket__item-info ul li {
	color: rgba(0, 0, 0, .6);
	margin-bottom: 14px
}

.basket__item-info ul li span {
	color: #4e4e4e;
	line-height: 1.2
}

.basket__item-icons {
	margin-top: auto
}

.basket__item-icons .menu__top-social ul li {
	margin-bottom: 0
}

.basket__item-icons .menu__top-social ul li img.imgc-hover {
	top: 0
}

.basket__item-icons .menu__top-social ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.basket__item-icons .menu__top-social ul li a img {
	margin-right: 13px
}

.basket__item-icons .menu__top-social ul li a.active img.imgc-hover {
	opacity: 1;
	visibility: visible
}

.basket__item-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 20px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-left: 20px;
	flex-basis: 40%
}

.basket__item-price .price {
	margin-left: 40px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: end;
}

.basket__item-price .price span {
	display: block
}

.basket__item-price .price-new {
	font-weight: 200;
	font-size: 30px;
	line-height: 35px;
	color: rgba(0, 0, 0, .8)
}

.basket__item-price .price-old {
	margin-top: 5px;
	font-weight: 200;
	font-size: 20px;
	line-height: 23px;
	-webkit-text-decoration-line: line-through;
	text-decoration-line: line-through;
	color: #727272
}

.basket__item-calc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content
}

.basket__item-calc .basket__item-count {
	color: #4e4e4e;
	font-size: 20px;
	font-weight: 200;
	margin: auto 24px
}

.basket__item-calc .price-btn {
	width: 40px;
	height: 40px;
	background: #fff;
	color: #4e4e4e;
	border-radius: 100%;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 14px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	border: 1px solid rgba(0, 0, 0, .8)
}

.basket__item-calc .price-btn img {
	vertical-align: middle
}

.basket__item-calc .price-btn:hover {
	border-color: rgba(0, 0, 0, .4);
	color: rgba(0, 0, 0, .6)
}

.basket__sidebar {
	padding-top: 20px;
	max-width: 350px;
	width: 100%;
	color: #4e4e4e;
	margin-left: 60px
}

.basket__sidebar.pt {
	padding-top: 0
}

.basket__sidebar-info {
	border-bottom: 1px solid #afafaf
}

.basket__sidebar-info .info__title {
	font-weight: 200;
	margin-bottom: 20px;
	display: block
}

.basket__sidebar-info ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px
}

.basket__sidebar-info ul li span:last-child {
	text-align: right
}

.basket__sidebar-summ {
	margin-top: 20px;
	font-weight: 200;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.basket__sidebar-summ span.all-price {
	color: rgba(0, 0, 0, .8);
	font-size: 30px
}

.basket__sidebar-btns a {
	display: block;
	text-align: center;
	padding: 15px 0;
	width: 100%;
	margin-top: 20px
}

.basket__sidebar-share input {
	padding: 14px;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 25px;
	width: 100%
}

.basket__sidebar-share a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: rgba(0, 0, 0, .8);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.basket__sidebar-share a:hover {
	color: #ed576b
}

.basket__sidebar-share a:hover svg {
	fill: #ed576b
}

.basket__sidebar-share svg {
	fill: #4e4e4e;
	width: 40px;
	height: 40px;
	margin-right: 20px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.basket__sidebar-carts {
	margin-top: 40px;
	padding-top: 20px;
	border-top: 1px solid #afafaf;
	color: #4e4e4e
}

.basket__sidebar-carts .basket__reset {
	font-size: 14px;
	color: #4bacc6;
	line-height: 16px;
	display: none
}

.basket__sidebar-carts h4 {
	font-weight: 200;
	opacity: .8
}

.basket__sidebar-carts .carts__item {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.basket__sidebar-carts .carts__item-img {
	width: 110px;
	height: 110px;
	padding: 8.5px;
	margin-right: 40px
}

.basket__sidebar-carts .carts__item-img img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.basket__sidebar-carts .carts__item-info {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.basket__sidebar-carts .carts__item-info h5 {
	line-height: 23px;
	font-size: 15px
}

.basket__sidebar-carts .carts__item-info span {
	display: block;
	font-size: 16px;
	margin-top: 10px;
	opacity: .5
}

.basket__form {
	margin-right: 7.5vw;
	width: 100%
}

.basket__form h2 {
	font-weight: 200;
	font-size: calc(14px + 16 * ((100vw - 320px)/ 1660));
	line-height: 35px;
	color: rgba(0, 0, 0, .8);
	margin-bottom: calc(20px + 20 * ((100vw - 320px)/ 1660))
}

.basket__form-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: calc(20px + 30 * ((100vw - 320px)/ 1660))
}

.basket__form-section .checkbox {
	margin-bottom: 0
}

.basket__form-section .checkbox span {
	font-size: 16px
}

.basket__form-section textarea {
	resize: none;
	width: 100%;
	height: 100px
}

.basket__form-section .form-input {
	padding: 15px 20px;
	border-color: rgba(0, 0, 0, .3);
	border: 1px solid rgba(0, 0, 0, .3);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	background: 0 0;
	width: 100%
}

.basket__form-section .form-input::-webkit-input-placeholder {
	color: #fff;
	position: relative;
	z-index: -1;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.basket__form-section .form-input:-ms-input-placeholder,
.basket__form-section .form-input::-ms-input-placeholder,
.basket__form-section .form-input::-webkit-input-placeholder,
.basket__form-section .form-input::placeholder {
	color: #fff;
	position: relative;
	z-index: -1;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease
}

.basket__form-section .form-input__title {
	position: absolute;
	top: 13px;
	left: 20px;
	font-size: 16px;
	z-index: -1;
	line-height: 24px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.basket__form-section .form-input.success,
.basket__form-section .form-input:focus {
	border-color: #4bacc6;
	color: #4e4e4e
}

.basket__form-section .form-input.success::-webkit-input-placeholder,
.basket__form-section .form-input:focus::-webkit-input-placeholder {
	color: #4e4e4e;
	z-index: 1
}

.basket__form-section .form-input.success:-ms-input-placeholder,
.basket__form-section .form-input.success::-ms-input-placeholder,
.basket__form-section .form-input.success::-webkit-input-placeholder,
.basket__form-section .form-input.success::placeholder,
.basket__form-section .form-input:focus:-ms-input-placeholder,
.basket__form-section .form-input:focus::-ms-input-placeholder,
.basket__form-section .form-input:focus::-webkit-input-placeholder,
.basket__form-section .form-input:focus::placeholder {
	color: #4e4e4e;
	z-index: 1
}

.basket__form-section .form-input.success+.form-input__title,
.basket__form-section .form-input:focus+.form-input__title {
	color: #4bacc6;
	font-size: 11px;
	top: -2px
}

.basket__form-section .form-input.invalid {
	border-color: #ed576b
}

.basket__form-section .form-input.invalid+.form-input__title {
	color: #ed576b
}

.basket__form-section input[type=date].form-input+.form-input__title {
	z-index: 1;
	background: #fff
}

.basket__form-section input[type=date].form-input.success+.form-input__title,
.basket__form-section input[type=date].form-input:focus+.form-input__title {
	background: 0 0
}

.basket__form-section label {
	width: 48%;
	position: relative;
	margin-bottom: calc(20px + 20 * ((100vw - 320px)/ 1660))
}

.basket__form-section label.all {
	width: 100%
}

.basket__form-section label.all textarea.form-input {
	width: 100%
}

.basket__form-section label.all textarea.form-input::-webkit-scrollbar {
	width: 5px
}

.basket__form-section label.all textarea.form-input::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	border-radius: 10px
}

.basket__form-section label.all textarea.form-input::-webkit-scrollbar-thumb {
	background-color: #a9a9a9;
	outline: 0;
	border-radius: 10px
}

.basket__form-section label.all .form-input {
	width: 48%
}

.basket__form-section .switch {
	cursor: pointer
}

.basket__form-section .switch input {
	display: none
}

.basket__form-section .switch input:checked+span {
	color: #4e4e4e
}

.basket__form-section .switch input:checked+span::before {
	background: #66b8ce
}

.basket__form-section .switch input:checked+span::after {
	background: #4bacc6;
	-webkit-box-shadow: none;
	box-shadow: none;
	left: 19px
}

.basket__form-section .switch span {
	position: relative;
	font-size: 16px;
	line-height: 19px;
	color: rgba(0, 0, 0, .6);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	padding-left: 50px
}

.basket__form-section .switch span::before {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 36px;
	height: 14px;
	background: rgba(0, 0, 0, .2);
	border-radius: 7.5px
}

.basket__form-section .switch span::after {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background: #fff;
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .25), 0 1px 1px rgba(0, 0, 0, .25);
	box-shadow: 0 0 1px rgba(0, 0, 0, .25), 0 1px 1px rgba(0, 0, 0, .25)
}

.basket__form-section .radio input {
	display: none
}

.basket__form-section .radio input:checked+.radio__title {
	color: #4e4e4e
}

.basket__form-section .radio input:checked+.radio__title::before {
	border-color: #66b8ce
}

.basket__form-section .radio input:checked+.radio__title::after {
	opacity: 1;
	visibility: visible
}

.basket__form-section .radio__title {
	padding-left: 30px;
	position: relative;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.basket__form-section .radio__title::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 20px;
	height: 20px;
	border: 2px solid rgba(0, 0, 0, .6);
	border-radius: 100%;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.basket__form-section .radio__title::after {
	content: "";
	position: absolute;
	left: 4px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background: #66b8ce;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.basket__form-section .all {
	width: 100%;
	margin-bottom: 21px
}

.basket__form-section .all .checkbox {
	margin-top: 20px;
	display: block;
	margin-bottom: 20px
}

.basket__form-section .delivery {
	display: block;
	border: 1px solid rgba(0, 0, 0, .3);
	padding: 22px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	cursor: pointer;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.basket__form-section .delivery input {
	display: none
}

.basket__form-section .delivery input:checked+.delivery__title {
	color: #4e4e4e;
	font-weight: 500
}

.basket__form-section .delivery input:checked+.delivery__title::before {
	border-color: #66b8ce
}

.basket__form-section .delivery input:checked+.delivery__title::after {
	opacity: 1;
	visibility: visible
}

.basket__form-section .delivery__title {
	color: rgba(0, 0, 0, .6);
	position: relative;
	padding-left: 30px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.basket__form-section .delivery__title::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 20px;
	height: 20px;
	border: 2px solid rgba(0, 0, 0, .6);
	border-radius: 100%;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.basket__form-section .delivery__title::after {
	content: "";
	position: absolute;
	left: 4px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background: #66b8ce;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.basket__form-section .delivery p {
	font-size: 16px;
	color: rgba(0, 0, 0, .6)
}

.basket__form-section .delivery p span.cost {
	color: rgba(0, 0, 0, .8);
	margin-left: 20px;
	font-weight: 500
}

.basket__form-section .select__value {
	height: 50px;
	font-size: 16px
}

.basket__form-section .select__options {
	top: 45px
}

.basket__form-section .select__option {
	position: relative;
	padding: 15px;
	font-size: 16px;
	color: rgba(0, 0, 0, .5)
}

.basket__form-section .select__option.selected {
	color: #4e4e4e
}

.basket__form .delivery__adress label {
	width: 32%
}

.basket__form .delivery__adress label.all {
	margin-bottom: calc(20px + 20 * ((100vw - 320px)/ 1660));
	width: 100%
}

.basket__form .delivery__adress label.all input {
	width: 100%
}

.basket__form .delivery__adress label.half {
	width: 100%
}

.basket__form .delivery__adress label.half .select,
.basket__form .delivery__adress label.half input,
.basket__form .delivery__adress label.half select {
	width: 48%
}

.other-person {
	width: 100%;
	display: none;
	margin-top: 40px
}

.other-person__container {
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.other-person__container label {
	margin-bottom: 0
}

.floor {
	width: 100%;
	display: none
}

.call-me {
	width: 100%;
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.call-me .select__title {
	border: 1px solid rgba(0, 0, 0, .3)
}

.call-me .select__options {
	border: 1px solid rgba(0, 0, 0, .3);
	border-top: none
}

.call-me h3 {
	width: 100%;
	font-weight: 200;
	color: rgba(0, 0, 0, .8);
	margin-bottom: calc(20px + 20 * ((100vw - 320px)/ 1660))
}

.call-me label {
	width: 100%;
	margin-left: 40px;
	max-width: 120px
}

.call-me label:first-of-type {
	margin-left: 0;
	max-width: 260px
}

.cart-product {
	margin-top: calc(20px + 30 * ((100vw - 320px)/ 1660));
	margin-bottom: calc(20px + 30 * ((100vw - 320px)/ 1660))
}

.cart-product h1 {
	font-family: Montserrat;
	font-weight: 200;
	font-size: calc(14px + 16 * ((100vw - 320px)/ 1660));
	line-height: 37px;
	text-transform: none;
	color: #4e4e4e
}

.cart-product h2 {
	color: #4e4e4e;
	font-weight: 200;
	font-size: calc(14px + 16 * ((100vw - 320px)/ 1660));
	line-height: 35px
}

.cart-product__general {
	margin-top: calc(20px + 30 * ((100vw - 320px)/ 1660));
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.cart-product__sliders {
	max-width: 30vw;
	width: 100%
}

.cart-product__sliders img {
	width: 100%
}

.cart-product__sliders .cart-slider__small {
	padding: 0 8%;
	margin-top: 40px
}

.cart-product__sliders .cart-slider__small .swiper-button {
	height: 100%;
	border-radius: 0;
	background: #fff
}

.cart-product__sliders .cart-slider__small .swiper-button-prev {
	left: -10px
}

.cart-product__sliders .cart-slider__small .swiper-button-next {
	right: -10px
}

.cart-product__sliders .cart-slider__small .swiper-button::after {
	color: #4e4e4e
}

.cart-product__sliders .cart-slider__small-item {
	max-width: 20%;
	cursor: pointer
}

.cart-product__feature {
	margin-left: 60px;
	margin-right: 80px;
	width: 30vw
}

.cart-product__feature .cart-sidebar__delivery {
	margin-top: 35px;
	padding: 20px 0;
	display: none;
	border-top: 1px solid #afafaf;
	border-bottom: 1px solid #afafaf
}

.cart-product__feature .cart-sidebar__delivery ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: rgba(0, 0, 0, .5)
}

.cart-product__feature .cart-sidebar__delivery ul li:not(:last-child) {
	margin-bottom: 20px
}

.cart-product__feature .cart-sidebar__delivery ul li span:last-child {
	color: #4e4e4e;
	margin-left: 10px
}

.cart-product__feature .cart-pdocuct__code {
	display: block;
	margin-bottom: 30px;
	color: #4e4e4e
}

.cart-product__feature .feature__list {
	color: rgba(0, 0, 0, .5);
	width: 100%;
	font-size: 14px;
}

.cart-product__feature .feature__list li {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative
}

.cart-product__feature .feature__list li span {
	background: #fff
}

.cart-product__feature .feature__list li+li {
	margin-top: 20px
}

._no-webp .cart-product__feature .feature__list li::after {
	/*background: url(../img/dots.png) repeat-x 0 -2px*/
}

.cart-product__feature .feature__list li::after {
	position: absolute;
	left: 0;
	right: 0;
	height: 14px;
	z-index: -1;
	overflow: hidden;
	bottom: 0;
	content: "...................................................................................................................................";
	display: block;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	white-space: nowrap;
	overflow: hidden
}

.cart-product__feature .feature__list li span:last-child {
	color: #4e4e4e;
	white-space: nowrap
}

.cart-product__feature .feature__more {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 47px
}

.cart-product__feature .feature__more .btn {
	text-transform: none;
	font-family: Roboto;
	max-width: 279px;
	width: 100%;
	text-align: center
}

.cart-product__feature .feature__logo {
	margin-left: 20px;
	width: 30%
}

.cart-product__feature .feature__logo img {
	height: 30px;
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.cart-product__sidebar {
	max-width: 400px;
	width: 100%
}

.cart-product__sidebar .cart-sidebar__price {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.cart-sidebar__bonus{
	text-align: right;
	margin-bottom: 20px;
}

.cart-product__sidebar .cart-sidebar__price .price-old {
	display: none
}

.cart-product__sidebar .cart-sidebar__price .price-new {
	font-weight: 200;
	font-size: 35px;
	line-height: 41px;
	/*color: rgba(0, 0, 0, .8)*/
	color: #4e4e4e;
}

.cart-product__sidebar .cart-sidebar__price .price-new span{
  font-size: 30px;
}

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

.cart-product__sidebar .cart-sidebar__btns a {
	text-align: center;
	padding: 15px 0
}

.cart-product__sidebar .cart-sidebar__btns a+a {
	margin-top: 20px
}

.cart-product__sidebar .cart-sidebar__icons {
	margin: 40px 0
}

.cart-product__sidebar .cart-sidebar__icons .menu__top-social ul {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.cart-product__sidebar .cart-sidebar__icons .menu__top-social ul li+li {
	margin-left: 10px
}

.cart-product__sidebar .cart-sidebar__delivery ul li {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: rgba(0, 0, 0, .5)
}
.availible {
    padding: 0 10px 10px;
}
.availible span {
	color: #0c8b16;
	font-size: 11px;
}
.preorder {
	padding: 0 10px 10px;
}
.preorder span {
	color: #b91313;
	font-size: 11px;
}
.cart-product__sidebar .cart-sidebar__delivery ul li span:last-child {
	color: #4e4e4e;
	margin-left: 2px
}

.cart-product__complect {
	margin-top: calc(20px + 36 * ((100vw - 320px)/ 1660));
	margin-bottom: calc(0px + 60 * ((100vw - 320px)/ 1660))
}

.cart-product__complect .complect__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 60px
}

.cart-product__complect .complect__list .btn {
	display: block;
	text-align: center;
	text-transform: none;
	margin-top: 20px
}

.cart-product__complect .complect__list .btn.add-btn {
	padding: 13px 0;
	font-size: 18px
}

.cart-product__complect .complect__list .btn.remove-btn {
	display: none
}

.cart-product__complect .complect__item {
	max-width: 200px;
	width: 100%;
	position: relative
}

.cart-product__complect .complect__item+.complect__item {
	margin-left: 40px
}

.cart-product__complect .complect__item-img {
	height: 220px
}

.cart-product__complect .complect__item-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.cart-product__complect .complect__item-info {
	z-index: +1;
	position: absolute;
	top: 65px;
	right: 0;
	left: 74%;
	max-width: 280px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	overflow: hidden;
	color: #fff;
	background: rgba(102, 184, 206, .9);
	padding: 20px;
	font-weight: 200;
	font-size: 16px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.cart-product__complect .complect__item-info.active {
	opacity: 1;
	visibility: visible
}

.cart-product__complect .complect__item-info ul li {
	padding-left: 20px;
	position: relative
}

.cart-product__complect .complect__item-info ul li:before {
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #fff
}

.cart-product__complect .complect__item-info ul li+li {
	margin-top: 14px
}

.cart-product__complect .complect__item-title {
	color: #4e4e4e
}

.cart-product__complect .complect__item-title span {
	display: block;
	margin-bottom: 10px
}

.cart-product__complect .complect__item-price {
	padding: 20px 0
}

.complect__item-price .product__price {
	padding: 0
}

.cart-product__complect .complect__item-price .product__price-old {
	font-size: 14px
}

.cart-product__complect .complect__item-price .product__price-new {
	font-size: 25px
}

.cart-product__complect .complect__item-icons .product__icon {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	right: 20px
}

.cart-product__complect .complect__item-icons .product__icon picture {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.cart-product__complect .complect__item-icons .product__icon img {
	height: auto
}

.cart-product__summ {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 40px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.cart-product__summ p {
	font-size: 30px;
	color: #4e4e4e
}

.cart-product__summ p span {
	margin-left: 20px;
	font-weight: 200;
	font-size: 35px;
	color: rgba(0, 0, 0, .8)
}

.cart-product__summ .btn {
	max-width: 370px;
	width: 100%;
	text-align: center;
	padding: 20px;
	margin-left: 72px
}

.cart-product__description .description__content {
	margin-top: calc(20px + 20 * ((100vw - 320px)/ 1660));
	color: #4e4e4e
}

.cart-product__description .description__content p {
	margin: 1.5rem 0;
	line-height: 120%
}

.cart-product__char {
	margin-top: calc(20px + 20 * ((100vw - 320px)/ 1660))
}

.cart-product__char .btn {
	display: block;
	margin: auto;
	max-width: 366px;
	width: 100%;
	text-align: center;
	margin-top: 60px;
	text-transform: none
}

.cart-product__char .char__list {
	margin-top: calc(20px + 20 * ((100vw - 320px)/ 1660))
}

.cart-product__char .char__list ul {
	font-weight: 200;
	color: rgba(0, 0, 0, .8);
	font-size: 14px;
}

.cart-product__char .char__list ul li ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 -40px
}

.cart-product__char .char__list ul li ul li {
	margin: 0 40px;
	width: calc(33.333% - 80px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	margin-bottom: 15px;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.cart-product__char .char__list ul li ul li.empty {
	color: #fff
}

.cart-product__char .char__list ul li ul li span {
	background: #fff
}

.cart-product__char .char__list ul li ul li::after {
	position: absolute;
	left: 0;
	right: 0;
	z-index: -1;
	overflow: hidden;
	bottom: 0;
	content: "...................................................................................................................................";
	display: block;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	white-space: nowrap;
	overflow: hidden
}

.cart-product__char .char__list ul li ul li span:first-child {
	color: rgba(0, 0, 0, .5);
	font-weight: 400
}

.cart-product__char .char__list ul li ul li span:last-child {
	color: #4e4e4e;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	text-align: right;
	line-height: 1.2;
}

.cart-product__variant {
	margin-top: 40px
}

.cart-product__variant .btn {
	text-transform: none;
	display: block;
	margin: auto;
	max-width: 366px;
	width: 100%;
	text-align: center;
	margin-top: calc(20px + 40 * ((100vw - 320px)/ 1660))
}

.cart-product__variant .variant__table {
	max-height: 250px;
	height: 100%;
	overflow: hidden;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease
}

.cart-product__variant .variant__table table {
	border-collapse: collapse
}

.cart-product__variant .variant__table tr {
	border-bottom: 1px solid #afafaf
}

.cart-product__variant .variant__table td,
.cart-product__variant .variant__table th {
	padding: 20px 6.1vw 20px 0;
	-moz-text-align-last: left;
	text-align-last: left
}

.cart-product__variant .variant__table td:last-child,
.cart-product__variant .variant__table th:last-child {
	white-space: nowrap
}

.cart-product__variant .variant__table td span:first-child,
.cart-product__variant .variant__table th span:first-child {
	display: none
}

.cart-product__variant .variant__table th {
	white-space: nowrap
}

.cart-product__variant .variant__table.active {
	max-height: 10000px;
	-webkit-transition: .5s ease-in;
	-o-transition: .5s ease-in;
	transition: .5s ease-in
}

.cart-product__more {
	margin-top: calc(20px + 30 * ((100vw - 320px)/ 1660));
	color: #4e4e4e;
	line-height: 120%
}

.cart-product__more span {
	display: block
}

.cart-product__more .btn {
	display: block;
	margin: auto;
	max-width: 366px;
	width: 100%;
	text-align: center;
	margin-top: 60px;
	text-transform: none
}

.cart-product__more .more__price {
	font-weight: 200;
	margin: 10px 0;
	font-size: 16px
}

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

.cart-product__more .more__header a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.cart-product__more .more__header a svg {
	width: 40px;
	height: 25px;
	stroke: #4e4e4e;
	margin-left: 30px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.cart-product__more .more__header a:hover {
	color: #ed576b
}

.cart-product__more .more__header a:hover svg {
	stroke: #ed576b
}

.cart-product__more .more__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 20px
}

.cart-product__more .more__item {
	font-size: 14px;
	padding: 10px 20px;
	overflow: hidden
}

.cart-product__more .more__item a img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all .8s ease;
	-o-transition: all .8s ease;
	transition: all .8s ease
}

.cart-product__filter .case__filter {
	position: fixed;
	top: 0;
	bottom: 0;
	right: -200%;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	background: #fff;
	z-index: 21;
	margin: 0;
	padding: 0 20px 20px;
	max-width: 320px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.cart-product__filter .case__filter.active {
	right: 0
}

.cart-product__filter .case__filter .filter__item {
	border-top: none
}

.cart-product__filter .case__filter .filter__item ul li {
	margin: 0;
	padding: 8px 0
}

.cart-product__filter .case__filter .filter__item ul li:not(:last-child) {
	border-bottom: 1px solid #afafaf
}

.thanks {
	margin-top: calc(20px + 30 * ((100vw - 320px)/ 1660));
	margin-bottom: calc(20px + 30 * ((100vw - 320px)/ 1660))
}

.thanks h2 {
	font-weight: 200;
	font-size: calc(14px + 16 * ((100vw - 320px)/ 1660));
	margin-bottom: calc(15px + 25 * ((100vw - 320px)/ 1660));
	line-height: 35px;
	color: rgba(0, 0, 0, .8)
}

.thanks__text {
	background: rgba(0, 0, 0, .05);
	padding: 20px;
	position: relative;
	font-size: calc(13px + 11 * ((100vw - 320px)/ 1660));
	line-height: calc(17px + 23 * ((100vw - 320px)/ 1660));
	color: #4e4e4e
}

.thanks__text::before {
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	width: 43px;
	height: 43px;
	border-top: 3px solid rgba(0, 0, 0, .6);
	border-left: 3px solid rgba(0, 0, 0, .6)
}

.thanks__text::after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: -1px;
	width: 43px;
	height: 43px;
	border-bottom: 3px solid rgba(0, 0, 0, .6);
	border-left: 3px solid rgba(0, 0, 0, .6)
}

.thanks__text-overlay::before {
	content: "";
	position: absolute;
	top: -1px;
	right: -1px;
	width: 43px;
	height: 43px;
	border-top: 3px solid rgba(0, 0, 0, .6);
	border-right: 3px solid rgba(0, 0, 0, .6)
}

.thanks__text-overlay::after {
	content: "";
	position: absolute;
	bottom: -1px;
	right: -1px;
	width: 43px;
	height: 43px;
	border-bottom: 3px solid rgba(0, 0, 0, .6);
	border-right: 3px solid rgba(0, 0, 0, .6)
}

.thanks__order-row {
	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
}

.thanks__order-item.thanks__opt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 70%;
}

.thanks__order-item.thanks__opt ul+ul {
	margin-left: 30px
}

.thanks__order-item.thanks__opt ul li {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	line-height: 23px;
	color: rgba(0, 0, 0, .5)
}

.thanks__order-item.thanks__opt ul li+li {
	margin-top: 20px
}

.thanks__order-item.thanks__opt ul li span {
	width: 14vw
}

.thanks__order-item.thanks__opt ul li span:last-child {
	text-align: left;
	color: #4e4e4e;
	margin-left: 40px
}

.thanks__order-item.thanks__sidebar {
	max-width: 370px;
	width: 30%
}

.thanks__order-item.thanks__sidebar .thanks__sidebar-row {
	margin-bottom: 20px;
	color: #4e4e4e;
	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
}

.thanks__order-item.thanks__sidebar .thanks__sidebar-row p {
	width: 100%;
	opacity: .5;
	font-size: 16px;
	margin-top: 10px
}

.thanks__order-item.thanks__sidebar .thanks__sidebar-row+.thanks__sidebar-row {
	margin-top: 40px
}

.thanks__order-item.thanks__sidebar .thanks__sidebar-price {
	color: #4e4e4e;
	border-top: 1px solid #afafaf;
	padding-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-weight: 200;
	opacity: .8
}

.thanks__order-item.thanks__sidebar .thanks__sidebar-price .total-price {
	font-size: 30px
}

.thanks__order-icons {
	width: 100%;
	margin-top: 40px;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	color: #4e4e4e
}

.thanks__order-icons ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.thanks__order-icons ul li+li {
	margin-left: 30px
}

.thanks__order-icons ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.thanks__order-icons ul li a:hover {
	color: #ed576b
}

.thanks__order-icons ul li a:hover svg {
	fill: #ed576b
}

.thanks__order-icons ul li a svg {
	fill: #4e4e4e;
	width: 40px;
	height: 40px;
	margin-right: 13px
}

.thanks__ticket .ticket__info {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%
}

.thanks__ticket .ticket__item {
	padding: 20px 0;
	border-bottom: 1px solid #afafaf;
	color: #4e4e4e;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.thanks__ticket .ticket__item:last-child {
	border-bottom: none
}

.thanks__ticket .ticket__img {
	max-width: 290px;
	width: 16vw
}

.thanks__ticket .ticket__img img {
	width: 93px;
	height: 93px;
	-o-object-fit: cover;
	object-fit: cover
}

.thanks__ticket .ticket__name {
	max-width: 654px;
	width: 34vw;
	margin-right: 25px
}

.thanks__ticket .ticket__name h3 {
	color: #4e4e4e;
	margin-bottom: 10px
}

.thanks__ticket .ticket__name .structure-btn {
	color: rgba(0, 0, 0, .5);
	border-bottom: 1px dashed rgba(0, 0, 0, .5);
	position: relative;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.thanks__ticket .ticket__name .structure-btn.active,
.thanks__ticket .ticket__name .structure-btn:hover {
	border-color: transparent
}

.thanks__ticket .ticket__name .structure-btn img {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: -30px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.thanks__ticket .ticket__name .structure-btn.active img {
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1)
}

.thanks__ticket .ticket__name ul {
	margin-bottom: 10px
}

.thanks__ticket .ticket__name ul.ticket__structure {
	display: none;
	margin-top: 20px
}

.thanks__ticket .ticket__name ul li {
	color: #4e4e4e;
	padding: 5px 0
}

.thanks__ticket .ticket__name ul li span:first-child {
	opacity: .5
}

.thanks__ticket .ticket__price {
	max-width: 267px;
	width: 14vw
}

.thanks__ticket .ticket__count {
	max-width: 368px;
	width: 20vw
}

.thanks__ticket .ticket__summ {
	max-width: 171px;
	width: 9vw
}

.compare {
	margin-top: calc(20px + 20 * ((100vw - 320px)/ 1660));
	margin-bottom: calc(20px + 20 * ((100vw - 320px)/ 1660))
}

.compare .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative
}

.compare__filter {
	max-width: 230px;
	width: 100%;
	margin-right: 40px;
	border-top: 1px solid #afafaf
}

.compare__filter ul li {
	padding: 15px 0;
	border-bottom: 1px solid #afafaf
}

.compare__filter .checkbox input:checked+span {
	color: #4e4e4e;
	opacity: 1
}

.compare__filter .checkbox span {
	display: block;
	color: #4e4e4e;
	opacity: .8;
	padding-left: 0;
	font-size: 16px;
	line-height: 20px
}

.compare__filter .checkbox span::after,
.compare__filter .checkbox span::before {
	display: none
}

.compare__list {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 100%;
	margin-bottom: 0;
	padding-bottom: 20px
}

.compare__list .swiper-scrollbar {
	left: 0;
	width: 100%;
	top: 391px;
	cursor: pointer;
	background: rgba(0, 0, 0, .1)
}

.compare__list .swiper-scrollbar-drag {
	background: #4e4e4e
}

.compare__list .swiper-button {
	background: #4e4e4e;
	margin: 0;
	top: 100px;
	width: 50px;
	height: 50px
}

.compare__list .swiper-button svg {
	width: 50%;
	height: 50%;
	fill: #fff
}

.compare__list .swiper-button:hover {
	background: #ed576b
}

.compare__list .swiper-button.swiper-button-disabled {
	opacity: 0;
	visibility: hidden
}

.compare__list .product__item {
	margin: 0;
	width: 260px;
	height: auto;
	background: 0 0
}
.product__item .product__price a.addToBasket {
	background: #fff;
	border: 1px solid #66b8ce;
	color: #000;
}

.compare__list .product__item+.product__item {
	margin-left: 40px
}

.compare__list .product__item:hover {
	-webkit-box-shadow: none;
	box-shadow: none
}

.compare__table {
	position: absolute;
	bottom: 19px;
	left: 0;
	right: 0;
	color: rgba(0, 0, 0, .5);
	border-top: 1px solid #afafaf;
	font-size: 14px
}

.compare__table ul li {
	padding: 20px 0;
	border-bottom: 1px solid #afafaf
}

.section__title {
	position: relative;
	margin-bottom: 20px
}

.section__title::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	margin: auto;
	height: 2px;
	background: #c5c5c5;
	z-index: -1;
	display: block
}

.section__title h2 {
	text-align: center;
	font-family: Montserrat, sans-serif;
	text-transform: uppercase;
	font-size: calc(16px + 14 * ((100vw - 320px)/ 1660));
	padding: 0 58px;
	background: #fff;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	margin: auto;
	background: #fff
}

.section__title a {
	display: block;
	position: relative;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.section__title a svg {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	fill: #4e4e4e;
	width: 30px;
	height: 30px;
	display: none;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.section__title a:hover {
	color: #ed576b
}

.section__title a:hover svg {
	fill: #ed576b
}

.btn {
	background: #66b8ce;
	padding: 13px;
	font-family: Montserrat;
	text-transform: uppercase;
	color: #fff;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	cursor: pointer
}

.btn:hover {
	background: #4bacc6
}

.btn.white-btn {
	background: #fff;
	color: #4e4e4e;
	border: 1px solid rgba(0, 0, 0, .6)
}

.btn.white-btn:hover {
	background: #66b8ce;
	border-color: #66b8ce;
	color: #fff
}

.show-more__sub.btn.white-btn{
	border: none;
	text-decoration: underline;
	padding: 3px 5px;
	margin-bottom: 5px;
	background: none;
	border: none;
}

.show-more__sub.btn.white-btn:hover{
	text-decoration: none;
	color: #4e4e4e;
}

.sitemap {
	padding: 50px 0
}

.sitemap ul li {
	margin: 10px 0
}

.sitemap ul li a {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.sitemap ul li a:hover {
	color: #ed576b
}

.swiper-container {
	position: relative
}

.swiper-pagination {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -15px;
	margin: auto;
	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
}

.swiper-pagination .slider-bullet {
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 10px;
	border-radius: 100%;
	background: #4e4e4e0001a;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	cursor: pointer
}

.swiper-pagination .slider-bullet-active {
	background: #4bacc6
}

.swiper-button {
	cursor: pointer;
	z-index: +1;
	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;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 69px;
	height: 69px;
	border-radius: 100%;
	background: rgba(255, 255, 255, .84);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	text-align: center;
}

.swiper-button.hidden {
	display: none
}

.swiper-button:hover {
	background: #fff
}

.swiper-button__next {
	right: 20px
}

.swiper-button__prev {
	left: 20px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}


.basket__payback {
	margin-top: 10px;
}
.basket__payback .product__stars {
	padding-left: 0;
	display: flex;
	align-items: center;
}
.basket__payback .stars {
	width: 42px;
	height: 15px;
	margin-right: 12px;
}
.basket__payback .stars__items {
	width: 42px;
}
.basket__payback .product__stars .stars__circle {
	display: block;
	flex: 0;
	margin-right: 3px;
	cursor: default;
}
.basket__payback .product__stars .stars__circle::before {
	width: 5px;
	height: 15px;
	content: "";
}
.basket__payback .product__stars .stars__circle.active::before {
	background: #5cbabd;
}
.basket__payback-sum {
	margin-top: 10px;
}
.basket__list .basket__payback-sum {
	margin-top: 0;
	margin-left: 20px;
}
.basket__list .basket__payback {
	margin-bottom: 25px;
}
.about-company-banner{
	height: 650px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
.about-company-banner .slick-list{
	width: 100%;
	height: 100%;
}
.about-company-banner .slick-track{
	width: 100%;
	height: 100%;
}
.about-company-banner .slick-track img{
	height: 100%;
}
.about-company-banner .about-banner-main .about-banner-main_slide{

	position: relative;
}
.about-company-banner .about-banner-main .slick-slide img{
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.about-banner-main-nav{
	display: flex;
	width: Calc(20% - 10px);
	margin-right: 10px;
	height: 100%;
	overflow: hidden;
}
.about-banner-main-nav .slick-list{
	overflow: visible;
}
.about-banner-main-nav img{
	width: 100%;
	margin-bottom: 10px;
}

.about-banner-main{
	display: flex;
	width: 80%;
	height: 100%;
}
.about-banner-main img{
	width: 100%;
	background-image: ;
}
.about-swiper-button-div{
	height: 100px;
	position: absolute;
	width: Calc(80% - 100px);
	left: Calc(20% - 10px);
	top: 67%;
	margin-left: 45px;
}

@media (min-width:991.98px) {
	.product__item-inner:hover .product__price-new {
		padding-right: 10px;
	}
	.quantity__button:hover::after,
	.quantity__button:hover::before {
		background-color: rgba(0, 0, 0, .5)
	}

	.product__icon span {
		width: 40px;
		height: 40px;
		border-radius: 100%;
		background: rgba(255, 255, 255, .84);
		display: none;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		position: relative;
		cursor: pointer
	}
	.product__item:hover .product__icon span {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.product__item-inner:hover {
		-webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, .25);
		box-shadow: 0 1px 12px rgba(0, 0, 0, .25);
		position: absolute;
		z-index: 9;
		width: 100%;
	}
	.product__price a.addToBasket {
		display: none;
	}
	.product__item:hover .product__price a.addToBasket {
		display: flex;
		width: 100%;
		background: #fff;
		border: 1px solid #66b8ce;
		color: #000;
		align-items: center;
		justify-content: center;
		padding: 5px 10px;
	}
}

@media (min-width:1025px) {
	.lg-outer .lg-thumb-item {
		-webkit-transition: border-color .25s ease;
		-o-transition: border-color .25s ease;
		transition: border-color .25s ease
	}
	.basket__top.inside .basket__sidebar-col{
		min-width: 48%;
	}
}

@media (max-width:1840px) {
	.container {
		max-width: none;
		padding-left: 80px;
		padding-right: 80px
	}
	.menu__bottom ul li:first-child {
		margin-right: 0
	}
	.menu__top-menu:first-child {
		margin-left: 15px
	}
	.menu__top-menu:last-child {
		margin-right: 15px
	}
	.basket__form {
		margin-right: 1.5vw
	}
	.compare__table {
		left: 80px;
		right: 80px
	}
}

@media (max-width:1760px) {
	.basket__sidebar {
		margin-left: calc(20px + 40 * ((100vw - 320px)/ 1440))
	}
}

@media (max-width:1715px) {
	.cart-product__variant .variant__table {
		max-height: 240px
	}
}

@media (max-width:1660px) {
	.category__item {
		width: 16.66%
	}
	.category__item:last-child {
		width: 33.333%
	}
}

@media (max-width:1620px) {
	.basket__form-section .delivery {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.basket__form-section .delivery p {
		margin-top: 20px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

@media (max-width:1600px) {
	.product__item {
		width: calc(25% - 20px)
	}
	.product__item.product__item__brands {
		width: calc(14% - 20px)
	}
}

@media (max-width:1580px) {
	.cart-product__more .more__item:last-child {
	}
}

@media (max-width:1540px) {
	.menu__bottom-search {
		width: 33%
	}
}

@media (max-width:1500px) {
	.basket__item-price {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-align-items: flex-end;
		align-items: flex-end;
	}
	.basket__item-calc {
		margin-bottom: 20px
	}
}

@media (max-width:1450px) {
	.product__item {
		width: calc(33.33333% - 40px)
	}
	.product__item.product__item__brands {
		width: calc(20% - 40px)
	}
}

@media (max-width:1300px) {
	body {
		font-size: 16px
	}
	.menu__top-social ul li a img {
		width: 30px;
		height: 30px
	}
	.menu__top-social ul li a img.imgc-hover {
		width: 30px;
		height: 30px
	}
	.menu__top-logo img {
		width: 200px
	}
	.menu__bottom form span.menu__bottom-title {
		background-size: 30px
	}
	.menu__bottom form input {
		font-size: 16px
	}
	.menu__bottom ul li+li {
		margin-left: 55px
	}
	.menu__bottom-search button img {
		width: 30px;
		height: 30px
	}
	.category__item {
		width: 20%;
		height: 180px
	}
	.category__item:not(:last-child) img {
		width: 100%
	}
	.category__item:last-child {
		width: 20%
	}
	.category__item img {
		width: 100%
	}
	a.brends__item img {
		width: 50%;
		-o-object-fit: scale-down;
		object-fit: scale-down
	}
	.nav__link svg {
		height: 25px
	}
	.case__order ul {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: -20px
	}
	.case__order ul li {
		margin-bottom: 20px
	}
	.case__order ul li:first-child {
		margin-left: 30px
	}
	.basket__item-img {
		width: 200px;
		height: auto
	}
	.basket__item-info ul li {
		margin-bottom: 12px
	}
	.cart-product__variant .variant__table td,
	.cart-product__variant .variant__table th {
		padding: 15px 6.1vw 15px 0
	}
}

@media (max-width:1250px) {
	.lang__list.flag-list li {
		width: calc(25% - 30px)
	}
}

@media (max-width:1230px) {
	.popup#add-basket {
		padding: 70px 25px 25px
	}
	.popup#add-basket .popup__body-btns a {
		width: 280px;
		padding: 16px 0
	}
	.popup#add-basket .popup__body-btns .btns__row {
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto
	}
	.popup#add-basket .popup__body-btns .btns__row a {
		width: 280px
	}
	.popup#add-basket .popup__body-info {
		margin-top: 20px;
		padding-top: 20px
	}
}

@media (max-width:1200px) {
	.footer__right {
		margin-left: 13vw
	}
	.product__item {
		width: calc(50% - 40px)
	}
	.product__item.product__item__brands {
		width: calc(25% - 40px)
	}
	.cart-product__general {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.cart-product__sliders {
		max-width: 50%
	}
	.cart-product__feature {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin: 0;
		margin-top: 40px
	}
	.cart-product__char .char__list ul li ul li {
		width: calc(50% - 80px)
	}
	.thanks__order-item.thanks__sidebar {
		max-width: 260px
	}
	.thanks__order-item.thanks__sidebar .thanks__sidebar-price .total-price {
		font-size: 25px
	}
}

@media (max-width:1180px) {
	.lang__list {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.lang__list li {
		margin-bottom: 20px;
		margin-right: 10px
	}
	.basket__item-icons ul li span {
		display: none
	}
	.basket__item-calc .basket__item-count {
		font-size: 16px;
		margin: auto 16px
	}
	.basket__item-calc .price-btn {
		width: 30px;
		height: 30px
	}
	.basket__item-calc .price-btn img {
		width: 80%
	}
	.basket__item-img {
		width: 150px;
		margin-right: 20px
	}
	.basket__item-price .price-new {
		font-size: 25px;
		line-height: 29px
	}
	.basket__item-price .price-old {
		font-size: 17px;
		line-height: 20px
	}
	.basket__btm a {
		max-width: 320px
	}
	.basket__sidebar {
		max-width: 280px
	}
	.basket__sidebar-share a {
		font-size: 15px
	}
	.basket__sidebar-share svg {
		width: 20px;
		height: 20px
	}
	.cart-product__sidebar .basket__item-icons ul li span {
		display: block
	}
}

@media (max-width:1160px) {
	.cart-product__variant .variant__table td,
	.cart-product__variant .variant__table th {
		padding: 15px 4.58vw 15px 0
	}
}

@media (max-width:1120px) {
	.cart-product__complect .complect__item-info {
		left: 0
	}
}

@media (max-width:1100px) {
	.footer__menu ul li {
		margin-bottom: 25px
	}
	.basket__form-section label.all .form-input {
		width: 100%
	}
	.basket__form .delivery__adress .basket__form-section {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin: -20px;
		margin-bottom: calc(20px + 20 * ((100vw - 320px)/ 1660))
	}
	.basket__form .delivery__adress label {
		width: calc(30% - 20px);
		margin: 20px
	}
	.basket__form .delivery__adress label.all {
		width: 100%
	}
	.call-me {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%
	}
	.call-me label {
		max-width: 48%;
		margin-left: 0
	}
	.call-me label:first-of-type {
		max-width: 100%
	}
	.cart-product__summ p {
		font-size: 20px
	}
	.cart-product__summ p span {
		font-size: 25px
	}
	.cart-product__summ .btn {
		max-width: 280px;
		padding: 15px;
		font-size: 14px
	}
	.thanks__text::after,
	.thanks__text::before {
		width: 20px;
		height: 20px;
		border-width: 2px
	}
	.thanks__text-overlay::after,
	.thanks__text-overlay::before {
		width: 20px;
		height: 20px;
		border-width: 2px
	}
	.thanks__order-item.thanks__opt {
		width: 50%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.thanks__order-item.thanks__opt ul+ul {
		margin-left: 0;
		margin-top: 10px
	}
	.thanks__order-item.thanks__opt ul li span {
		width: 47%
	}
	.thanks__order-item.thanks__opt ul li+li {
		margin-top: 10px
	}
	.thanks__order-item.thanks__sidebar {
		max-width: 260px
	}
	.thanks__order-item.thanks__sidebar .thanks__sidebar-price .total-price {
		font-size: 25px
	}
	.swiper-button {
		width: 39px;
		height: 39px
	}
	.swiper-button picture {
		text-align: center
	}
	.swiper-button svg {
		width: 50%;
		height: 50%
	}
	.swiper-button img {
		width: 50%
	}
}
@media (max-width:1060px) {
	.about-swiper-button-div{
		top: 70%;
	}
}
@media (max-width:1059px) {
	.about-swiper-button-div{
		top: 76%;
	}
}

@media (max-width:1023px) {
	.cart-product__variant .variant__table {
		max-height: 285px
	}

	.product-images-slider {
		display: none !important;
	}
	.product__item {
		height: auto;
	}
	.product__icon span {
		width: 40px;
		height: 40px;
		border-radius: 100%;
		background: rgba(255, 255, 255, .84);
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		position: relative;
		cursor: pointer
	}
}

@media (max-width:1000px) {
	.basket__sidebar.pt {
		margin-left: 20px
	}
}

@media (max-width:991.98px) {
	.product__icon span.active .imgc-hover, .product__icon span:hover .imgc-hover {
		left: 0;
		top: 0;
	}
	.container {
		padding-left: 15px;
		padding-right: 15px
	}
	.select__title {
		font-size: 18px
	}
	.select__options {
		font-size: 18px
	}
	.bars {
		margin-right: 70px
	}
	.menu__top-bars {
		display: block
	}
	.menu__top-social ul li+li {
		margin-left: 25px
	}
	.menu__top-social ul li.mobile {
		display: block
	}
	.menu__top-social ul li.desktop {
		display: none
	}
	.menu__top-social ul li a .count {
		width: 20px;
		height: 20px;
		font-size: 12px
	}
	.menu__top-phone {
		display: none
	}
	.menu__top-head {
		display: none
	}
	.menu__bottom ul {
		display: none
	}
	.main-menu__list ul li img {
		width: 30px;
		height: 30px;
		margin-right: 20px
	}
	.popup#add-basket .popup__body-btns {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
	.popup#add-basket .popup__body-btns .btns__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end
	}
	.popup#add-basket .popup__body-btns .btns__row a:first-child {
		margin-bottom: 15px
	}
	.select-style .tabs .tab {
		padding: 13px
	}
	.banner .container h3::before {
		bottom: 8px;
		left: 20px
	}
	.banner .container h3::after {
		bottom: 8px;
		left: 20px
	}
	.banner .container h3 a::after {
		top: 8px;
		right: 20px
	}
	.banner .container h3 a::before {
		top: 8px;
		right: 20px
	}
	.breadcrumbs ul {
		font-size: 12px
	}
	.text-block .container .show-btn {
		display: block;
		width: 250px;
		margin: auto;
		margin-top: 20px;
		text-align: center
	}
	.text-block__text {
		max-height: 300px;
		overflow: hidden;
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
		position: relative;
		-webkit-transition: max-height .3s ease;
		-o-transition: max-height .3s ease;
		transition: max-height .3s ease
	}
	.text-block__text.active {
		max-height: 1000px;
		-webkit-transition: max-height .3s ease-in;
		-o-transition: max-height .3s ease-in;
		transition: max-height .3s ease-in
	}
	.text-block__text.active::after {
		opacity: 0
	}
	.text-block__text::after {
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
		opacity: 1;
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 30px;
		background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, #fff), to(rgba(0, 212, 255, 0)));
		background: -o-linear-gradient(bottom, #fff 25%, rgba(0, 212, 255, 0) 100%);
		background: linear-gradient(0deg, #fff 25%, rgba(0, 212, 255, 0) 100%)
	}
	.product__item {
		width: calc(33.33333% - 20px);
		margin: 10px
	}
	.product__item.product__item__brands {
		width: calc(20% - 20px)
	}
	.case.subcase .case__order {
		margin-bottom: 40px
	}
	.case__order {
		display: block
	}
	.case__order-navi h1 {
		display: block
	}
	.case__order-navi {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.case__order-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.case__order a.mobile {
		display: block
	}
	.case {
		padding-top: 20px
	}
	.case__list-body {
		margin: 10px -10px -10px -10px
	}
	.case__order {
		margin-bottom: 0
	}
	.case__order-nav {
		padding: 20px 0;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.case__order-nav .popup__close {
		position: relative;
		top: 0;
		right: 0
	}
	.case__order-links {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.case__order-links img {
		width: 30px;
		height: 30px;
		margin-left: 20px
	}
	.case__order-title {
		color: #4e4e4e;
		font-size: 16px;
		padding-left: 20px
	}
	.case__order-list {
		position: fixed;
		background: #fff;
		top: 0;
		right: -200%;
		bottom: 0;
		max-width: 320px;
		width: 100%;
		padding: 0 20px 20px;
		z-index: 21;
		-webkit-transition: all .3s ease-in;
		-o-transition: all .3s ease-in;
		transition: all .3s ease-in
	}
	.case__order-list.active {
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
		right: 0
	}
	.case__order-list ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
	.case__order-list ul li {
		margin: 0;
		width: 100%
	}
	.case__order-list ul li:first-child {
		margin-left: 0
	}
	.case__order-list ul li+li {
		margin-left: 0
	}
	.case__order-list ul li a {
		display: block;
		padding: 15px 0;
		border-top: 1px solid #4e4e4e
	}
	.case__filter {
		position: fixed;
		top: 0;
		bottom: 0;
		right: -200%;
		height: 100%;
		overflow-y: auto;
		overflow-x: hidden;
		background: #fff;
		z-index: 21;
		margin: 0;
		padding: 0 20px 20px;
		max-width: 320px;
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease
	}
	.case__filter.active {
		right: 0
	}
	.lang__list.flag-list li {
		margin: 10px;
		width: calc(33.333% - 20px)
	}
	.basket__item-icons .menu__top-social ul li a:hover img.imgc-hover {
		opacity: 0;
		visibility: hidden
	}
	.basket__item-icons .menu__top-social ul li a.active img.imgc-hover {
		opacity: 1;
		visibility: visible
	}
	.basket__item-img {
		width: 160px
	}
	.basket__results {
		display: block
	}
	.basket__sidebar.pt {
		margin-left: 0;
		padding: 0
	}
	.basket__top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.basket__sidebar {
		margin-top: 70px;
		margin-left: 0;
		max-width: 100%;
		padding: 0 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 50px
	}
	.basket__sidebar.pt {
		margin-top: 0
	}
	.basket__sidebar.pt .basket__sidebar-btns {
		margin-top: auto
	}
	.basket__sidebar-col {
		width: 40%
	}
	.basket__sidebar-btns {
		margin-top: -20px
	}
	.basket__form {
		margin-right: 0
	}
	.basket__top.inside {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
	.basket__top.inside .basket__sidebar-col {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.basket__top.inside .basket__sidebar-carts {
		margin-top: 0;
		padding-top: 0;
		border-top: none
	}
	.call-me {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 50%
	}
	.cart-product__variant .variant__table {
		max-height: 275px
	}
	.cart-product__variant .variant__table td,
	.cart-product__variant .variant__table th {
		font-size: 14px
	}
	.cart-product__sidebar {
		max-width: 300px
	}
	.cart-product__more .more__item:first-child {
		/*display: none*/
	}
	.thanks__order-icons ul li.desktop {
		display: none
	}
	.thanks__order-icons ul li:nth-child(2) {
		margin-left: 0
	}
	.thanks__order-icons ul li a svg {
		width: 30px;
		height: 30px
	}
	.compare__table {
		left: 15px;
		right: 15px
	}
	.about-swiper-button-div{
		top: 76%;
		margin-left: 5px;
		width: Calc(81% - 6px);
	}

}

@media (max-width:880px) {
	.lang .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
	.lang .check-all {
		margin-right: 0
	}
}

@media (max-width:860px) {
	.cart-product__complect .complect__list {
		overflow-x: auto;
		padding-bottom: 20px
	}
	.cart-product__complect .complect__item-info {
		left: 4px;
		font-size: 14px;
		background: #fff;
		color: #4e4e4e;
		-webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .25));
		filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .25));
		font-weight: 400;
		padding: 15px;
		top: 115px
	}
	.cart-product__complect .complect__item-info ul li+li {
		margin-top: 10px
	}
	.cart-product__complect .complect__item-info ul li::before {
		background: #4bacc6;
		top: 1px
	}
}

@media (max-width:850px) {
	.footer {
		padding-top: 0
	}
	.footer .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
	.footer__right {
		margin-left: 0
	}
	.footer__adress {
		color: #4e4e4e
	}
	.footer__menu ul li {
		width: 100%;
		border-bottom: 1px solid #afafaf;
		margin-bottom: 0
	}
	.footer__menu ul li a {
		font-family: Montserrat;
		color: #4e4e4e;
		font-weight: 600;
		padding: 15px 0;
		display: block;
		position: relative
	}
	.footer__menu ul li ul li a {
		line-height: 100%;
		font-weight: 400;
		font-family: Roboto
	}
	.footer__menu ul li.menu-item-has-children>a::after {
		content: "";
		width: 20px;
		height: 20px;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
		background: url(../img/icons/chevron.svg) no-repeat center center
	}
	.footer__menu ul li.menu-item-has-children>a.active::after {
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg)
	}
	.footer__menu ul li.menu-item-has-children li {
		border: none;
		font-size: 14px;
		margin-bottom: 10px
	}
	.footer__menu ul li.menu-item-has-children li a {
		padding: 0
	}
	.footer__menu ul li a {
		text-transform: none
	}
	.footer__polit {
		display: none
	}
	.footer__polit.mobile {
		display: block;
		margin-top: 15px;
		font-size: 14px
	}
	.footer__polit.mobile .footer__polit-version {
		margin-top: 20px;
		text-align: center
	}
	.footer__polit.mobile .footer__polit-version a {
		font-size: 12px;
		border-bottom: 1px dashed #4e4e4e
	}
	.footer__logo {
		display: none
	}
	.intro {
		display: none
	}
	.category .section__title {
		display: block
	}
	.category .section__title.mobile {
		display: none
	}
	.category__item {
		width: 33.33333%
	}
	.category__item:last-child {
		width: 33.33333%
	}
	.select-style .tabs {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 0
	}
	.select-style .tabs .tab {
		width: 48%;
		margin-bottom: 20px
	}
}

@media (max-width:850.98px) {
	.brends__container {
		margin-top: -30px
	}
	.brends .section__title {
		z-index: 2
	}
	.brends__list {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		margin-bottom: -20px
	}
	.brends__list img {
		-webkit-transform: scale(.9);
		-ms-transform: scale(.9);
		transform: scale(.9)
	}
	.brends__list .swiper-slide-next img {
		-webkit-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2)
	}
	.brends__item {
		margin-bottom: 20px
	}
	a.brends__item img {
		width: 100%
	}
	.nav__link {
		display: none
	}
	.brend-brends .show-btn {
		display: block;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		margin: auto;
		margin-top: 40px
	}
	.brend-brends .brends__list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		max-height: 22vw;
		overflow: hidden;
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease
	}
	.brend-brends .brends__list.active {
		-webkit-transition: max-height .3s ease-in;
		-o-transition: max-height .3s ease-in;
		transition: max-height .3s ease-in;
		max-height: 10000px
	}
}

@media (max-width:820px) {
	.product__stars {
		padding-left: 0
	}
	.product__country,
	.product__info,
	.product__title {
		padding: 20px 0 0
	}
	.product__item {
		margin: 10px;
		padding: 5px;
		width: calc(33.33333% - 20px);
		font-size: 14px
	}
	.product__item.product__item__brands {
		width: calc(25% - 20px)
	}
	.product__img {
		height: 163px
	}
	.product__info ul {
		margin-bottom: 10px
	}
	.product__info ul li {
		display: none;
		padding-left: 0
	}
	.product__info ul li:first-child,
	.product__info ul li:nth-child(2) {
		display: block
	}
	.product__info ul li::before {
		content: none
	}
	.product__icon {
		-ms-flex-pack: distribute;
		justify-content: space-around;
		margin: auto
	}
	.product__icon span:hover .imgc-hover {
		opacity: 0;
		visibility: hidden
	}
	.product__icon span.active .imgc-hover {
		opacity: 1;
		visibility: visible
	}
	.product__sticker {
		top: 10px;
		right: 10px
	}
	.product__sticker span {
		width: 40px;
		height: 40px;
		font-size: 12px
	}
	.product__price-old {
		font-size: 14px
	}
	.product__price-new {
		font-size: 20px
	}
	.compare .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.compare__filter {
		max-width: 100%;
		border-top: none
	}
	.compare__filter .checkbox input:checked+span {
		opacity: 1
	}
	.compare__filter .checkbox input:checked+span::before {
		border-color: #4bacc6;
		background: 0 0
	}
	.compare__filter .checkbox span {
		padding-left: 30px;
		opacity: .6
	}
	.compare__filter .checkbox span::before {
		display: block;
		border-radius: 100%
	}
	.compare__filter .checkbox span::after {
		display: block;
		content: "";
		width: 12px;
		height: 12px;
		left: 3px;
		top: 3px;
		margin: 0;
		border-radius: 100%;
		background: #4bacc6
	}
	.compare__filter ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.compare__filter ul li {
		border-bottom: none
	}
	.compare__filter ul li+li {
		margin-left: 50px
	}
	.compare__list .product__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: 200px;
		padding: 0
	}
	.compare__list .product__item+.product__item {
		margin-left: 20px
	}
	.compare__list .product__price {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
	.compare__list .product__parameters {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin-top: 115px
	}
	.compare__list .product__parameters ul li {
		padding: 30px 0 13px
	}
	.compare__list .product__remove {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding-top: 20px;
		width: 80%;
		margin: auto
	}
	.compare__list .product__remove .product__icon {
		width: auto;
		margin: 0
	}
	.compare__list .product__remove a {
		font-size: 0
	}
	.compare__list .swiper-button {
		top: 66px
	}
	.compare__list .swiper-button__prev {
		left: 0
	}
	.compare__list .swiper-button__next {
		right: 0
	}
	.compare__list .swiper-scrollbar {
		top: 338px;
		background: rgba(0, 0, 0, .1)
	}
	.compare__table {
		font-size: 14px;
		bottom: 20px;
		left: 15px
	}
	.compare__table ul li {
		padding: 10px 0 32px
	}
	.compare__table ul li:last-child {
		border-bottom: none
	}
}

@media (max-width:775px) {
	.basket__btm a {
		max-width: 40%;
		font-size: 14px
	}
	.basket__sidebar-info {
		font-size: 14px
	}
	.basket__sidebar-summ {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		font-size: 14px
	}
	.basket__sidebar-btns a {
		padding: 15px 0
	}
}

@media (max-width:720px) {
	.menu__bottom {
		border-bottom: none
	}
	.menu__bottom-search {
		max-width: 100%;
		width: 100%
	}
	.menu__bottom form {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		margin: auto
	}
	.menu__bottom form input {
		opacity: 1;
		width: 100%;
		background: #fff;
		border: 1px solid rgba(0, 0, 0, .3);
		padding: 7px 10px;
		position: relative;
		z-index: 1;
		height: auto
	}
	.menu__bottom form button {
		position: absolute;
		z-index: 2;
		background: 0 0;
		right: 10px
	}
	.menu__bottom form button img {
		width: 20px;
		height: 20px
	}
	.menu__bottom-title {
		display: none
	}
	.cart-product__sliders {
		margin-bottom: 20px;
		max-width: 100%
	}
	.cart-product__sliders .cart-slider__small-item {
		max-width: 22%
	}
	.cart-product__sidebar {
		position: relative;
		max-width: 100%
	}
	.cart-product__sidebar .basket__item-icons ul li span {
		display: none
	}
	.cart-product__sidebar .basket__item-icons ul li a img {
		margin-right: 0;
		margin-left: 13px
	}
	.cart-product__sidebar .cart-sidebar__delivery {
		margin-top: 30px;
	}
	.cart-product__sidebar .cart-sidebar__icons {
		position: absolute;
		top: 5px;
		right: 0;
		margin: 0
	}
	.cart-product__sidebar .cart-sidebar__price {
		padding-right: 100px;
		margin-left: -5px;
	}
	.cart-product__sidebar .cart-sidebar__price .price-old {
		display: block;
		-webkit-text-decoration-line: line-through;
		text-decoration-line: line-through;
		margin-left: 20px
	}
	.cart-product__sidebar .cart-sidebar__btns {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.cart-product__sidebar .cart-sidebar__btns a {
		width: 48%
	}
	.cart-product__sidebar .cart-sidebar__btns a+a {
		margin-top: 0
	}
	.cart-product__feature {
		width: 100%
	}
	.cart-product__feature .cart-sidebar__delivery {
		display: block
	}
	.cart-product__feature .cart-sidebar__delivery ul li {
		color: #4e4e4e
	}
	.cart-product__complect .complect__item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.cart-product__complect .complect__item-img {
		height: 180px
	}
	.cart-product__complect .complect__item-title {
		margin-top: 10px
	}
	.cart-product__complect .complect__item-price {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
	.cart-product__complect .complect__item-icons {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
	.cart-product__complect .complect__item .btn {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin-top: 10px
	}
	.cart-product__variant .variant__table table {
		width: 100%
	}
	.cart-product__variant .variant__table thead {
		display: none
	}
	.cart-product__variant .variant__table tr {
		display: block;
		padding-bottom: 20px
	}
	.cart-product__variant .variant__table tr td {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		position: relative;
		padding-right: 0
	}
	.cart-product__variant .variant__table tr td span {
		background: #fff;
		max-width: 50%;
		font-weight: 700
	}
	.cart-product__variant .variant__table tr td span:first-child {
		display: block;
		font-weight: 400
	}
	.cart-product__variant .variant__table tr td::after {
		position: absolute;
		left: 0;
		right: 0;
		height: 14px;
		z-index: -1;
		overflow: hidden;
		bottom: 13px;
		content: "";
		display: block;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		white-space: nowrap;
		background: url(../img/dots.webp) repeat-x 0 -2px
	}
	.cart-product__summ {
		display: none
	}
	.cart-product__more .btn {
		margin-top: 20px;
		max-width: 375px
	}
	.cart-product__more .more__item:nth-child(2) {
		display: none
	}
	.thanks__ticket .ticket__price {
		display: none
	}
	.thanks__ticket .ticket__name {
		width: 45vw
	}
	.thanks__ticket .ticket__img {
		margin-right: 15px
	}
	.thanks__ticket .ticket__summ {
		width: 13vw
	}
	.product__info{
		padding-top: 0;
	}
	.product__price{
		justify-content: flex-end;
	}
}

@media (max-width:656.98px) {
	.main-menu .submenu__title {
		display: block;
		margin-top: 0;
		margin-bottom: 0
	}
	.main-menu .footer__left {
		display: block;
		padding: 20px 15px
	}
	.main-menu .footer__right {
		display: block;
		padding: 0 15px;
		margin: 20px 0;
		border-top: 1px solid #afafaf
	}
	.main-menu__list ul li {
		padding: 10px 15px
	}
	.main-menu__list ul li::after {
		left: 45px;
		right: 0
	}
	.main-menu__list ul li:nth-child(2)::after {
		content: none
	}
	.main-menu__list ul li.popup__close {
		display: block;
		left: 0;
		top: 0
	}
	.main-menu__list ul li ul li:last-child {
		display: none
	}
	.main-menu__list ul li ul li.submenu-back {
		display: block
	}
	.main-menu__list ul li ul li.submenu-back img {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
		margin: 0;
		width: 20px;
		height: 20px
	}
	.main-menu__list.menu-profile {
		display: block
	}
	.main-menu__list.menu-profile ul li::after {
		content: none
	}
	.popup#add-basket {
		padding: 45px 20px 20px
	}
	.popup#add-basket h2 {
		font-size: 18px;
		margin-bottom: 25px
	}
	.popup#add-basket h2 span {
		display: none
	}
	.popup#add-basket .basket__item {
		border-bottom: none
	}
	.popup#add-basket .basket__item-img {
		width: 112px;
		height: 112px
	}
	.popup#add-basket .basket__item-price {
		margin-top: 15px
	}
	.popup#add-basket .popup__body-btns {
		margin-top: 20px;
		border-top: none
	}
	.popup#add-basket .popup__body-btns a {
		width: 48%;
		font-size: 14px;
		text-transform: none;
		padding: 12px;
		width: 48%
	}
	.popup#add-basket .popup__body-btns .btns__row {
		width: 48%;
		-webkit-box-flex: inherit;
		-ms-flex: inherit;
		flex: inherit
	}
	.popup#add-basket .popup__body-btns .btns__row a {
		width: 100%
	}
	.popup#add-basket .popup__body-info {
		font-size: 14px
	}
	.footer__menu ul li a {
		font-size: 14px;
		padding: 10px 0
	}
	.footer__menu ul li.menu-item-has-children>a::after {
		width: 15px;
		height: 15px;
		background-size: cover
	}
	.select-style .contents {
		height: auto
	}
	.select-style .contents img {
		height: 43vw;
		-o-object-fit: cover;
		object-fit: cover
	}
	.select-style .contents a {
		bottom: 15px
	}
	.select-style .tabs .tab {
		font-size: 14px;
		padding: 12px
	}
	.banner .container h3::before {
		bottom: 8px;
		left: 0
	}
	.banner .container h3::after {
		bottom: 8px;
		left: 0
	}
	.banner .container h3:hover::after {
		width: 15px
	}
	.banner .container h3:hover::before {
		height: 15px
	}
	.banner .container h3 a::after {
		top: 8px;
		right: 0
	}
	.banner .container h3 a::before {
		top: 8px;
		right: 0
	}
	.banner .container h3 a:hover::after {
		width: 15px
	}
	.banner .container h3 a:hover::before {
		height: 15px
	}
	.breadcrumbs ul li {
		display: none
	}
	.breadcrumbs ul li.back {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.breadcrumbs ul li.back a {
		font-size: 14px;
		color: #4e4e4e
	}
	.breadcrumbs ul li.back a:before {
		content: "";
		width: 11px;
		height: 20px;
		background: url(../img/icons/chevron.svg) no-repeat center center;
		background-size: cover;
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
		margin-right: 15px
	}
	.breadcrumbs ul li.back a::after {
		content: none
	}
	.product__icon {
		/*width: 90%*/
	}
	.case__list-body.sublist .product__item h3 {
		padding-bottom: 5px
	}
	.case__order-navi h1 {
		font-size: 16px
	}
	.case__order-links img {
		width: 20px;
		height: 20px;
		margin-left: 10px
	}
	.filter__item .filter__category .checkbox span {
		padding-right: 30px;
		display: block
	}
	.filter__item .filter__category .checkbox span::after,
	.filter__item .filter__category .checkbox span::before {
		display: block;
		left: auto;
		right: 0
	}
	.filter__item .filter__category .checkbox span::after {
		right: 1px;
		top: -1px
	}
	.filter__mobile {
		margin-top: 15px
	}
	.filter__mobile:not(.cart-filter__mobile) {
		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;
		width: 100%
	}
	.filter__mobile:not(.cart-filter__mobile)-reset {
		display: block;
		font-size: 14px;
		line-height: 16px;
		color: #4bacc6;
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease
	}
	.filter__mobile:not(.cart-filter__mobile)-reset:hover {
		color: #ed576b
	}
	.filter__title {
		color: #4e4e4e;
		font-size: 14px;
		font-weight: 400
	}
	.filter__category:not(.cart-filter) {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.filter__category:not(.cart-filter) ul {
		position: fixed;
		top: 0;
		right: -200%;
		bottom: 0;
		max-width: 320px;
		width: 100%;
		background: #fff;
		z-index: 21;
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease
	}
	.filter__category:not(.cart-filter) ul.active {
		right: 0;
		padding: 0
	}
	
	.brands.active .filter__category:not(.cart-filter) ul {
		right: 0;
		padding: 0
	}
	.cart-product__sidebar .cart-sidebar__price{
		margin-right: -25px;
	}
	.filter__category:not(.cart-filter) ul li {
		margin: 0;
		padding: 0 12px
	}
	.filter__category:not(.cart-filter) ul li.filter__category-subtitle {
		display: block;
		padding: 0
	}
	.filter__category:not(.cart-filter) ul li.filter__category-subtitle a {
		padding: 17px 12px
	}
	.filter__category:not(.cart-filter) ul li a {
		padding: 17px 0;
		border-bottom: 1px solid
	}
	.filter__category:not(.cart-filter)-title {
		display: none
	}
	.lang__list.flag-list {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: -10px
	}
	.lang__list.flag-list li {
		margin: 10px;
		width: calc(50% - 20px)
	}
	.lang__list.flag-list li a span {
		font-size: 12px
	}
	.lang__list.alphabet {
		font-size: 22px
	}
	.lang__list a img {
		width: 30px;
		height: 30px
	}
	.lang__list a span {
		font-size: 14px
	}
	.lang__list .brend-brends .brends__item {
		width: 33.333%
	}
	.basket__btm {
		display: none
	}
	.basket__item {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		font-size: 14px;
		padding: 10px;
		border-bottom: 1px solid #afafaf;
		margin-bottom: 0;
		padding: 20px 10px
	}
	.basket__item:hover {
		-webkit-box-shadow: none;
		box-shadow: none
	}
	.basket__item ul li span {
		font-weight: 500
	}
	.basket__item .remove-item {
		font-size: 0
	}
	.basket__item .remove-item svg {
		margin-right: 0;
		fill: #4e4e4e
	}
	.basket__item-img {
		margin-right: 20px;
		width: 150px
	}
	.basket__item-icons .menu__top-social ul li {
		margin-left: 7px
	}
	.basket__item-icons .menu__top-social ul li a img {
		width: 20px;
		height: 20px
	}
	.basket__item-price {
		width: 100%;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		margin-left: 0;
		margin-top: 25px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		flex-basis: 100%
	}
	.basket__item-price .price {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-left: 20px
	}
	.basket__item-price .price-new {
		margin-left: 30px;
		font-size: 20px;
		line-height: 23px;
		color: #4e4e4e;
		margin-left: 20px
	}
	.basket__item-price .price-old {
		font-size: 14px;
		margin-top: 0
	}
	.basket__item-remove {
		width: auto;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1
	}
	.basket__item-calc {
		margin-left: 0;
		margin-bottom: 0
	}
	.basket__item-calc .basket__item-count {
		font-size: 14px;
		margin: auto 13px
	}
	.basket__item-calc .price-btn {
		width: 20px;
		height: 20px;
		font-size: 6px
	}
	.basket__item-calc .price-btn img {
		width: 55%
	}
	.basket__sidebar {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0
	}
	.basket__sidebar-carts {
		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
	}
	.basket__sidebar-carts h4 {
		margin-bottom: 10px
	}
	.basket__sidebar-carts .basket__reset {
		display: block;
		margin-bottom: 10px
	}
	.basket__sidebar-info li span:first-child {
		color: rgba(0, 0, 0, .5)
	}
	.basket__sidebar-col {
		width: 100%
	}
	.basket__sidebar-btns {
		margin-top: 20px
	}
	.basket__sidebar-summ span.all-price {
		font-size: 20px
	}
	.basket__sidebar-carts .carts__item {
		border-bottom: 1px solid #afafaf;
		padding-bottom: 15px
	}
	.basket__sidebar-carts .carts__item-img {
		width: 80px;
		height: 80px;
		padding: 0
	}
	.basket__form-section .all {
		margin-bottom: 0
	}
	.basket__form-section label.all {
		margin-bottom: 15px
	}
	.basket__form-section label.all.radio:last-child {
		margin-bottom: 0
	}
	.basket__form-section .delivery:last-child {
		margin-bottom: 0
	}
	.basket__form-section .checkbox span {
		font-size: 13px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.basket__form-section .switch span {
		font-size: 13px
	}
	.basket__form-section .radio__title {
		font-size: 13px
	}
	.basket__form-section .form-input.success+.form-input__title,
	.basket__form-section .form-input:focus+.form-input__title {
		font-size: 10px;
		top: 1px
	}
	.basket__form-section .form-input {
		padding: 12px;
		font-size: 14px;
		min-height: 42px;
	}
	.basket__form-section .form-input__title {
		font-size: 14px;
		line-height: 14px;
		top: 16px;
		left: 12px
	}
	.basket__form-section .delivery {
		border: none;
		width: 100%;
		padding: 0
	}
	.basket__form-section .delivery p {
		display: none
	}
	.basket__form .delivery__adress label.all {
		margin-bottom: 15px
	}
	.basket__form .delivery__adress .basket__form-section {
		margin: 0;
		margin-bottom: calc(20px + 20 * ((100vw - 320px)/ 1660))
	}
	.basket__form .delivery__adress .basket__form-section.adress {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.basket__form .delivery__adress .basket__form-section.adress label {
		width: 48%
	}
	.basket__form .delivery__adress .basket__form-section.adress label.all {
		width: 100%
	}
	.basket__form .delivery__adress label {
		width: calc(50% - 20px);
		margin: 0;
		margin-bottom: 10px
	}
	.basket__form .delivery__adress label.switch {
		display: block
	}
	.basket__top.inside .basket__sidebar {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
	.basket__top.inside .basket__sidebar-col {
		width: 100%
	}
	.basket__top.inside .basket__sidebar-col+.basket__sidebar-col {
		margin-bottom: 20px
	}
	.basket__form-section textarea {
		height: 42px
	}
	.cart-product h1 {
		font-family: Roboto;
		color: #4e4e4e;
		text-transform: none;
		font-size: 16px !important;
		line-height: 18px !important;
		margin-bottom: 10px !important;
	}
	.cart-product__char .btn {
		border: none;
		padding: inherit;
		color: #4bacc6;
		font-size: 16px;
		font-family: Roboto;
		position: relative;
		padding-left: 35px;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content
	}
	.cart-product__char .btn:hover {
		background: 0 0;
		color: #4bacc6
	}
	.cart-product__char .btn::before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		width: 11px;
		height: 20px;
		background: url(../img/icons/chevron-more.svg) no-repeat center center;
		background-size: cover;
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg)
	}
	.cart-product__char .btn.active::before {
		-webkit-transform: rotate(90deg) scale(-1, 1);
		-ms-transform: rotate(90deg) scale(-1, 1);
		transform: rotate(90deg) scale(-1, 1)
	}
	.cart-product__more .btn {
		border: none;
		padding: inherit;
		color: #4bacc6;
		font-size: 16px;
		font-family: Roboto;
		position: relative;
		padding-left: 35px;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content
	}
	.cart-product__more .btn:hover {
		background: 0 0;
		color: #4bacc6
	}
	.cart-product__more .btn::before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		width: 11px;
		height: 20px;
		background: url(../img/icons/chevron-more.svg) no-repeat center center;
		background-size: cover;
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg)
	}
	.cart-product__more .btn.active::before {
		-webkit-transform: rotate(90deg) scale(-1, 1);
		-ms-transform: rotate(90deg) scale(-1, 1);
		transform: rotate(90deg) scale(-1, 1)
	}
	.cart-product__complect h2,
	.cart-product__more h2 {
		font-family: Montserrat;
		text-transform: uppercase
	}
	.cart-product h2 {
		line-height: 14px
	}
	.cart-product__sliders .cart-slider__small {
		margin-top: 20px
	}
	.cart-product__sliders .swiper-button-next:after,
	.cart-product__sliders .swiper-button-prev:after {
		font-size: 26px
	}
	.cart-product__complect {
		position: relative
	}
	.cart-product__complect .complect__list {
		margin-top: 20px
	}
	.cart-product:not(.cart-product_new) .cart-product__complect .complect__list .btn.white-btn {
		font-size: 16px;
		padding: 0;
		background: no-repeat;
		border: none;
		color: #66b8ce;
		text-align: left;
		height: 38px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.cart-product__complect .complect__list .btn.remove-btn {
		position: absolute;
		bottom: 0;
		right: 0;
		bottom: 4px
	}
	.cart-product__complect .complect__list .btn.remove-btn svg {
		fill: #66b8ce
	}
	.cart-product__complect .complect__item {
		max-width: 163px;
		-webkit-box-flex: 1;
		-ms-flex: 1 0 100%;
		flex: 1 0 100%
	}
	.cart-product__complect .complect__item+.complect__item {
		margin-left: 20px
	}
	.cart-product__complect .complect__item-img {
		height: 163px
	}
	.cart-product__complect .complect__item-img img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover
	}
	.cart-product__complect .complect__item-title {
		font-size: 14px
	}
	.cart-product__complect .complect__item-title span:first-child {
		font-weight: 200;
		line-height: 16px;
		color: #4e4e4e
	}
	.cart-product__complect .complect__item-title span:last-child {
		margin-bottom: 0
	}
	.cart-product__complect .complect__item-price {
		padding: 15px 0;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.cart-product__complect .complect__item-price .product__price-new {
		font-weight: 200;
		font-size: 20px;
		line-height: 23px;
		color: #4e4e4e
	}
	.cart-product__complect .complect__item-price .product__price-old {
		font-weight: 200;
		font-size: 14px;
		line-height: 23px
	}
	.cart-product__complect .complect__item-icons .product__icon {
		width: 75%
	}
	.cart-product__complect .complect__item-icons .product__icon span img {
		width: 20px
	}
	.cart-product__char .btn {
		font-size: 14px;
		margin-top: 20px
	}
	.cart-product__char .char__list {
		overflow: hidden;
		height: 100%;
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease
	}
	.cart-product__char .char__list.active {
		-webkit-transition: all .3s ease-in;
		-o-transition: all .3s ease-in;
		transition: all .3s ease-in;
		max-height: 10000px
	}
	.cart-product__char .char__list ul {
		font-size: 13px
	}
	.cart-product__char .char__list ul li ul {
		padding-left: 0;
		margin: 0;
		margin-top: 10px
	}
	.cart-product__char .char__list ul li ul li {
		margin: 0;
		margin-bottom: 10px;
		width: 100%
	}
	.cart-product__char .char__list ul li ul li::after {
		display: none
	}
	.cart-product__char .char__list ul li ul li span {
		width: 48%
	}
	.cart-product__char .char__list ul li ul li span:last-child {
		text-align: left
	}
	.cart-product__feature .feature__more {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 20px
	}
	.cart-product__feature .feature__more .btn {
		max-width: 375px
	}
	.cart-product__feature .feature__logo {
		display: none
	}
	.cart-product__feature .cart-pdocuct__code {
		margin-bottom: 8px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		color: rgba(0, 0, 0, .5)
	}
	.cart-product__feature .cart-pdocuct__code span {
		width: 48%;
		color: #4e4e4e
	}
	.cart-product__feature .feature__list li+li {
		margin-top: 10px
	}
	.cart-product__feature .feature__list li span {
		width: 48%
	}
	.cart-product__feature .feature__list li::after {
		display: none;
		background: 0 0
	}
	.cart-product__more .more__list {
		margin: 0;
		margin-top: 10px
	}
	.cart-product__more .more__item {
		padding: 0
	}
	.cart-product__more .more__header {
		margin-bottom: 20px
	}
	.cart-product__more .more__header a {
		font-size: 0
	}
	.cart-product__more .more__header a svg {
		width: 30px
	}
	.cart-product__sidebar .cart-sidebar__icons {
		top: 2px
	}
	.cart-product__sidebar .cart-sidebar__btns a {
		text-transform: none;
		padding: 11px 0
	}
	.cart-product__sidebar .cart-sidebar__btns a span {
		display: none
	}
	.cart-product__sidebar .cart-sidebar__price .price-new {
		font-weight: 200;
		font-size: 20px;
		line-height: 23px
	}
	.cart-product__variant {
		margin-bottom: 30px
	}
	.cart-product__variant .btn {
		text-transform: none;
		font-weight: 400;
		border: none;
		padding: inherit;
		color: #4bacc6;
		font-size: 14px;
		font-family: Roboto;
		position: relative;
		padding-left: 35px;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content
	}
	.cart-product__variant .btn:hover {
		background: 0 0;
		color: #4bacc6
	}
	.cart-product__variant .btn::before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		width: 11px;
		height: 20px;
		background: url(../img/icons/chevron-more.svg) no-repeat center center;
		background-size: cover;
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg)
	}
	.cart-product__variant .btn.active::before {
		-webkit-transform: rotate(90deg) scale(-1, 1);
		-ms-transform: rotate(90deg) scale(-1, 1);
		transform: rotate(90deg) scale(-1, 1)
	}
	.cart-product__variant .variant__table {
		max-height: 194px
	}
	.cart-product__variant .variant__table tr {
		padding-bottom: 10px;
		padding-top: 10px
	}
	.cart-product__variant .variant__table tr td {
		padding: 5px 0;
		font-size: 13px
	}
	.cart-product__variant .variant__table tr td span {
		width: 50%
	}
	.cart-product__variant .variant__table tr td span:last-child {
		text-align: left
	}
	.cart-product__variant .variant__table tr td::after {
		display: none
	}
	.thanks h2 {
		line-height: 100%
	}
	.thanks__text {
		background: rgba(147, 205, 221, .2);
		padding: 10px
	}
	.thanks__text::after,
	.thanks__text::before {
		content: none
	}
	.thanks__text-overlay::after,
	.thanks__text-overlay::before {
		content: none
	}
	.thanks__order-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.thanks__order-item.thanks__opt {
		width: 100%;
		margin-bottom: 20px
	}
	.thanks__order-item.thanks__opt ul li span:last-child {
		margin-left: 0;
		font-weight: 500
	}
	.thanks__order-item.thanks__sidebar {
		max-width: 100%;
		margin-top: 15px;
		padding-top: 15px;
		border-top: 1px solid #afafaf
	}
	.thanks__order-icons {
		margin-top: 0;
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}
	.thanks__ticket .ticket__info {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.thanks__ticket .ticket__img {
		max-width: 100%;
		width: auto
	}
	.thanks__ticket .ticket__img img {
		width: 80px;
		height: 80px
	}
	.thanks__ticket .ticket__item.ticket__th {
		display: none
	}
	.thanks__ticket .ticket__name {
		font-weight: 200;
		width: 100%
	}
	.thanks__ticket .ticket__name a,
	.thanks__ticket .ticket__name ul {
		display: none
	}
	.thanks__ticket .ticket__count {
		width: 50%;
		opacity: .5
	}
	.thanks__ticket .ticket__summ {
		width: 50%;
		text-align: right
	}
}

@media (max-width:656px) {
	.footer__adress {
		margin-top: 0;
		color: #4e4e4e;
		font-size: 12px
	}
	.footer__adress p {
		margin-left: 10px
	}
	.footer__social a svg {
		width: 20px;
		height: 20px
	}
	.footer__polit.mobile {
		color: #4e4e4e;
		font-size: 12px;
		line-height: 14px
	}
	.category .section__title.mobile {
		display: block;
		margin-bottom: 40px
	}
	.section__title::after {
		content: none
	}
	.section__title h2 {
		width: 100%;
		text-align: left;
		margin: 0;
		padding: 0;
		color: #4e4e4e
	}
	.section__title h2 a svg {
		display: block;
		width: 20px;
		height: 20px
	}
}

@media (max-width:620px) {
	.product__item {
		margin: 10px 5px;
		width: calc(50% - 10px)
	}
}

@media (max-width:540px) {
	.basket__form .delivery__adress label.switch {
		width: 100%
	}
}

@media (max-width:520px) {
	.category .show-cat {
		display: block
	}
	.category__list {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		max-height: 98vw;
		overflow: hidden;
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease
	}
	.category__list.active {
		max-height: 10000px;
		-webkit-transition: all .3s ease-in;
		-o-transition: all .3s ease-in;
		transition: all .3s ease-in
	}
	.category__item {
		width: 48%;
		height: auto;
		margin-bottom: 20px
	}
	.category__item a::after {
		content: none
	}
	.category__item p {
		bottom: 0;
		padding: 8px;
		background: #66b8ce;
		font-family: Montserrat;
		text-transform: uppercase;
		font-size: 12px
	}
	.category__item:last-child {
		width: 100%
	}
	.thanks__order-item.thanks__sidebar {
		border: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		padding-top: 0
	}
	.thanks__order-item.thanks__sidebar .thanks__sidebar-price {
		padding-top: 15px;
		margin-bottom: 15px
	}
	.thanks__order-item.thanks__sidebar .thanks__sidebar-price .total-price {
		font-size: 20px
	}
	.thanks__order-item.thanks__sidebar .thanks__sidebar-row {
		margin-bottom: 10px
	}
	.thanks__order-item.thanks__sidebar .thanks__sidebar-row+.thanks__sidebar-row {
		margin-top: 10px
	}
	.thanks__order-item.thanks__sidebar .thanks__sidebar-row span:first-child {
		opacity: .5
	}
	.thanks__order-item.thanks__sidebar .thanks__sidebar-row p {
		display: none
	}
}

@media (max-width:480px) {
	body {
		font-size: 14px
	}
	.popup form .time {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.popup form .time>span {
		width: 100%;
		margin-bottom: 10px
	}
	.popup form .time label {
		width: 48%
	}
	.popup form .time .select {
		width: 100%
	}
	.popup form input {
		width: 100%
	}
	.popup form .select__item {
		width: 100%
	}
	.popup form .form__container>label {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.popup form .form__container>label>span {
		margin-bottom: 10px;
		width: 100%
	}
	.menu__top-social ul li a .count {
		width: 15px;
		height: 15px;
		font-size: 10px;
		top: -5px
	}
	.menu__bottom form input {
		font-size: 12px
	}
	.bars {
		width: 22px;
		height: 16px;
		margin-right: 60px
	}
	.menu__top-logo img {
		width: 101px
	}
	.menu__top-social ul li a img {
		width: 20px;
		height: 20px
	}
	.menu__top-social ul li a img.imgc-hover {
		width: 20px;
		height: 20px
	}
	.main-menu {
		width: 80%
	}
	.main-menu__list ul li ul {
		width: 80%
	}
	.category .section__title.mobile {
		margin-bottom: 25px
	}
	.select-style .tabs .tab {
		font-size: 12px
	}
	.select-style .contents a {
		font-size: 12px
	}
	.cart-product__more .more__item:nth-child(3) {
		display: none
	}
	.cart-product__more .more__item a img {
		width: 90%
	}
	.thanks__text p {
		margin-top: 10px
	}
	.thanks__order-icons ul li+li {
		margin-left: 20px
	}
	.thanks__order-icons ul li a {
		font-size: 0
	}
	.thanks__order-icons ul li a svg {
		width: 20px;
		height: 20px
	}
}

@media (max-width:479.98px) {
	.brend-brends .brends__list {
		max-height: none
	}
	.brend-brends .brends__item {
		width: 50%
	}
	.brend-brends .brends__item img {
		width: 70%
	}
	.basket__results h1 {
		font-size: 14px
	}
	.basket__sidebar {
		margin-top: 20px
	}
	.basket__sidebar-info ul li {
		margin-bottom: 10px
	}
	.other-person__container label:not(:last-child) {
		margin-bottom: 15px
	}
	.basket {
		margin-top: 20px
	}
	.basket__sidebar-carts .carts__item-info span {
		font-size: 13px
	}
	.basket__sidebar-carts .carts__item-info h5 {
		font-size: 13px;
		line-height: 17px
	}
	.basket__form-section label {
		width: 100%
	}
	.basket__form .delivery__adress label.half input {
		width: 100%
	}
	.basket__form .delivery__adress label {
		width: 100%
	}
	.call-me .select__title {
		font-size: 14px
	}
	.basket__form-section .select__value {
		height: 40px;
		font-size: 14px
	}
	.basket__form-section .select__options {
		top: 35px
	}
	.basket__form-section .select__option {
		padding: 12px
	}
	.call-me {
		width: 100%
	}
}

@media (max-width:450px) {
	.compare__list .swiper-scrollbar {
		top: 320px
	}
	.compare__list .product__item {
		width: 97vw
	}
	.compare__list .product__img {
		height: 162px
	}
	.compare__list .product__remove {
		padding-left: 0;
		padding-right: 0
	}
}

@media (max-width:420px) {
	.popup#add-basket .popup__body-btns {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.popup#add-basket .popup__body-btns a {
		width: 100%;
		max-width: 100%
	}
	.popup#add-basket .popup__body-btns .btns__row {
		width: 100%;
		margin-top: 15px
	}
	.popup#add-basket .basket__item-price .price {
		margin-left: 36px
	}
	.popup#add-basket .popup__body-info {
		font-size: 12px
	}
}

@media (max-width:380px) {
	.category__item p {
		font-size: 9px
	}
	.case__list .product__icon {
		position: absolute;
		width: auto;
		top: 15px
	}
	.compare__filter ul {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.compare__filter ul li+li {
		margin-left: 0
	}
	.compare__filter .checkbox span {
		font-size: 14px
	}
}

@media (max-width:375px) {
	.basket__item-img {
		width: 36%
	}
	.basket__item-price .price {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
	.basket__results p {
		width: 145px
	}
}

@media (max-height:600px) {
	.popup {
		height: 100%;
		overflow-y: auto
	}
}

._webp .lg-outer .lg-has-vimeo .lg-video-play {
	background: url(../img/vimeo-play.webp) no-repeat scroll 0 0 transparent
}

._webp .lg-outer .lg-has-vimeo:hover .lg-video-play {
	background: url(../img/vimeo-play.webp) no-repeat scroll 0 -58px transparent
}

._webp .lg-outer .lg-has-html5 .lg-video-play {
	background: transparent url(../img/video-play.webp) no-repeat scroll 0 0
}

._webp .lg-outer .lg-has-youtube .lg-video-play {
	background: url(../img/youtube-play.webp) no-repeat scroll 0 0 transparent
}

._webp .lg-outer .lg-has-youtube:hover .lg-video-play {
	background: url(../img/youtube-play.webp) no-repeat scroll 0 -60px transparent
}

._webp .cart-product__feature .feature__list li::after {
	/*background: url(../img/dots.webp) repeat-x 0 -2px*/
}

.popup__close picture {
	position: fixed;
	margin-left: -10px
}

font.errortext{
	margin-bottom: 30px;
	display: none;
}
.bx-authform-link-container{
	line-height: 1.3;
}
.bx_my_order_switch{
	margin-bottom: 40px;
}
.bx_my_order_switch a{
	display: inline-block;
	padding: 15px 30px;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	font-family: Montserrat;
    text-transform: uppercase;
}
.bx_my_order_switch a:first-of-type{
	border: 2px solid #66b8ce;
	background-color: #66b8ce;
	color: #fff;
}
.bx_my_order_switch a:first-of-type:hover{
	background-color: #fff;
	color: #66b8ce;
}
.bx_my_order_switch a:last-of-type{
	border: 2px solid #66b8ce;
	background-color: #fff;
	color: #66b8ce;
}
.bx_my_order_switch a:last-of-type:hover{
	background-color: #66b8ce;
	color: #fff;
}
.order-list{
	width: 100%;
	padding-bottom: 50px;
}
.order-list table{
	width: 100%;
	display: block;
	padding-bottom: 0;
}
.order-list tbody{
	width: 100%;
	display: block;
}
.bx_my_order_status {
    display: inline-block;
    font-size: 14px;
    padding: 5px 10px;
    margin-top: 10px;
    font-weight: 200;
    background-color: #ebebeb;
}
.order-list .caption{
	font-size: 18px;
	padding-right: 20px;
}
.order-list table tr{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: flex-start;
	align-items: flex-start;
	justify-content: space-between;
}

.order-list table td{
	width: auto !important;
}
.order-list table tr td:first-of-type,.order-list table tr th:first-of-type{
	text-align: left;
}
.order-list table tr:nth-of-type(2n-1){
	margin-top: 40px;
	border-top: 2px solid #ebebeb;
	padding-top: 20px;
}
.order-list table tr:nth-of-type(2n){
	margin-top: 20px;
}
.order-list table th{
	display: block;
}
.order-list table th:nth-of-type(1){
	flex-basis: 60%;
}
.order-list table th:nth-of-type(2){
	flex-basis: 20%;
}
.order-list table th:nth-of-type(3){
	flex-basis: 20%;
}
.order-list table th a{
	display: inline-block;
	padding: 10px 30px;
	font-size: 13px;
	text-transform: uppercase;
	background-color: #ebebeb;
	font-weight: 200;
	margin-top: 10px;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.order-list table th a:hover{
	background-color: #ccc;
}
.order-list table tr td:first-of-type{
	flex-basis: 60%;
}
.order-list table tr td:last-of-type{
	flex-basis: 35%;
}
.order-list table td p{
	font-size: 14px;
	line-height: 1.3;
}
.order-list table td p.title{
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 200;
	margin-bottom: 15px;
}
.order-list table td p+p{
	margin-top: 10px;
}
.order-list .btns{
	margin-top: 40px;
}
.order-list .btns .btn{
	display: inline-block;
	font-size: 14px;
	font-weight: 200;
}
.order-list .btns .nfo{
	font-size: 14px;
}
.order-list table tr table tr:nth-of-type(2n-1){
	border-top: none;
}

.complect__block {
	position: relative;
	line-height: 1.3;
	padding: 20px;
}

.angle::before {
	content: "";
	position: absolute;
	background-color: #66b8ce;
}

.angle::after {
	content: "";
	position: absolute;
	background-color: #66b8ce;
}
.angle.a1:before{
	bottom: -8px;
	left: 0px;
	width: 2px;
	height: 15px;
}
.angle.a1:after {
	bottom: -8px;
	left: 0px;
	width: 15px;
	height: 2px;
}
.angle.a2::before {
	top: -8px;
	right: 0px;
	width: 2px;
	height: 15px;
}
.angle.a2::after {
	top: -8px;
	right: 0px;
	width: 15px;
	height: 2px;
}
.angle.a3:before{
	top: -8px;
	left: 0px;
	width: 2px;
	height: 15px;
}
.angle.a3:after {
	top: -8px;
	left: 0px;
	width: 15px;
	height: 2px;
}
.angle.a4::before {
	bottom: -8px;
	right: 0px;
	width: 2px;
	height: 15px;
}
.angle.a4::after {
	bottom: -8px;
	right: 0px;
	width: 15px;
	height: 2px;
}

.swiper-more .swiper-button::after,.swiper-more2 .swiper-button::after{
	color: #4e4e4e!important;
}

.warranty-wrap{
	padding-bottom: 50px;
}
.warranty-item{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: flex-start;
	align-items: flex-start;
	justify-content: flex-start;
	margin-top: 50px;
}
.warranty-item_img img{
	width: 150px;
}
.warranty-item_text{
	padding-left: 30px;
}
.warranty-item_text h3{
	font-weight: 200;
	font-size: 24px;
	margin-bottom: 20px;
}
.warranty-item_text p{
	font-size: 16px;
	line-height: 1.3;
}
.warranty-item_text p+p{
	margin-top: 20px;
}

.delivery-wrap{
	padding-bottom: 50px;
}
.delivery-item{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: flex-start;
	align-items: flex-start;
	justify-content: flex-start;
	margin-top: 50px;
}
.delivery-item_img img{
	width: 150px;
}
.delivery-item_text{
	padding-left: 30px;
}
.delivery-item_text h3{
	font-weight: 200;
	font-size: 24px;
	margin-bottom: 20px;
}
.delivery-item_text p+h3{
	margin-top: 20px;
}
.delivery-item_text p{
	font-size: 16px;
	line-height: 1.3;
}
.delivery-item_text p+p{
	margin-top: 20px;
}
.delivery-wrap iframe+h3{
	margin-top: 30px;
}
.delivery-wrap ul,ol{
	padding-left: 20px;
}
.delivery-wrap ul,ol{
	margin: 15px 0;
}
.delivery-wrap ol li{
	line-height: 1.3;
	font-size: 16px;
}
.delivery-wrap ul li{
	line-height: 1.3;
	list-style: disc;
	font-size: 16px;
}
.delivery-wrap ul li+li,.delivery-wrap ol li+li{
	margin-top: 5px;
}
.delivery-warning-red{
	background-color: #ebebeb;
	padding: 30px;
	margin: 20px 0;
}
.delivery-warning-red strong{
	display: block;
	margin-bottom: 10px;
	line-height: 1.3
}
.delivery-wrap table{
	width: 100%;
	border: 1px solid #66b8ce;
	border-collapse: collapse;
}
.delivery-wrap table td,.delivery-wrap table th{
	padding: 10px;
	border: 1px solid #66b8ce;
}
.delivery-wrap table thead{
	background-color: #66b8ce;
	color: #fff;
	font-family: Montserrat;
	font-weight: 200;
	text-transform: uppercase;
}
.delivery-wrap table th{
	font-weight: 200;
	border: 1px solid #66b8ce;
}
.delivery-wrap table th:nth-of-type(1){
	text-align: left;
}
.delivery-wrap table td:nth-of-type(2){
	text-align: center;
}

.politic-wrap{
	padding-bottom: 50px;
	line-height: 1.3;
}
.politic-wrap a{
	text-decoration: underline;
	color: #66b8ce;
}
.politic-wrap a:hover{
	text-decoration: none;
}
.politic-wrap ul,ol{
	padding-left: 20px;
}
.politic-wrap ul{
	margin: 15px 0;
}
.politic-wrap ul li{
	line-height: 1.3;
	list-style: disc;
	font-size: 16px;
}
.politic-wrap ul li+li{
	margin-top: 5px;
}
.politic-wrap ul.contents{
	margin: 0;
	padding-left: 0;
	margin-bottom: 30px;
	list-style: none
}
.politic-wrap ul.contents li{
	list-style: none;
}
.politic-wrap h3{
	font-weight: 200;
	font-size: 24px;
	margin-bottom: 20px;
}
.politic-wrap p+h3{
	font-weight: 200;
	font-size: 24px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.politic-wrap p{
	font-size: 16px;
	line-height: 1.3;
}
.politic-wrap p+p{
	margin-top: 20px;
}

.payment-wrap{
	padding-bottom: 50px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-content: flex-start;
	justify-content: space-between;
}
.payment-wrap .left-col{
	flex-basis: 70%;
}
.payment-wrap .right-col{
	flex-basis: 30%;
}
.payment-wrap .right-col img{
	width: 100%;
}
.payment-item{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: flex-start;
	align-items: flex-start;
	justify-content: flex-start;
	margin-top: 50px;
	margin-bottom: 0;
}
.payment-wrap .descr{
	flex-basis: 100%;
	line-height: 1.3;
	font-size: 18px;
}
.payment-item_img img{
	width: 80px;
}
.payment-item_text{
	padding-left: 30px;
}
.payment-item_text h3{
	font-weight: 200;
	font-size: 22px;
	margin-bottom: 20px;
}
.payment-item_text p{
	font-size: 16px;
	line-height: 1.3;
}
.payment-item_text p+p{
	margin-top: 20px;
}

.designer-wrap{
	padding-bottom: 50px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-content: flex-start;
	justify-content: space-between;
	flex-wrap: wrap
}
.designer-wrap h2 {
	font-size: 26px;
	margin-top: 20px;
	font-weight: 200;
}
.designer-wrap .left-col{
	flex-basis: 70%;
}
.designer-wrap .right-col{
	flex-basis: 30%;
}
.designer-wrap .right-col img{
	width: 100%;
}
.designer-item{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: flex-start;
	margin-top: 50px;
	margin-bottom: 0;
}
.designer-wrap p{
	flex-basis: 100%;
	line-height: 1.3;
	font-size: 18px;
}
.designer-wrap p+p{
	margin-top: 20px;
}
.designer-item_img img{
	width: 100px;
}
.designer-item_text{
	padding-left: 30px;
}
.designer-item_text h3{
	font-weight: 200;
	font-size: 22px;
	margin-bottom: 10px;
}
.designer-item_text p{
	font-size: 16px;
	line-height: 1.3;
}
.designer-item_text p+p{
	margin-top: 20px;
}
.designer-wrap a{
	text-decoration: underline;
	color: #66b8ce;
}
.designer-wrap a:hover{
	text-decoration: none;
}

.corp-wrap{
	padding-bottom: 50px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-content: flex-start;
	justify-content: space-between;
	flex-wrap: wrap
}
.corp-wrap h2 {
	font-size: 26px;
	margin-top: 20px;
	font-weight: 200;
}
.corp-wrap .left-col{
	flex-basis: 70%;
}
.corp-wrap .right-col{
	flex-basis: 30%;
}
.corp-wrap .right-col img{
	width: 100%;
}
.corp-item{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: flex-start;
	align-items: flex-start;
	justify-content: flex-start;
	margin-top: 50px;
	margin-bottom: 0;
}
.corp-wrap p{
	flex-basis: 100%;
	line-height: 1.3;
	font-size: 18px;
}
.corp-wrap p+p{
	margin-top: 20px;
}
.corp-item_img img{
	width: 100px;
}
.corp-item_text{
	padding-left: 30px;
}
.corp-item_text h3{
	font-weight: 200;
	font-size: 22px;
	margin-bottom: 10px;
}
.corp-item_text p{
	font-size: 16px;
	line-height: 1.3;
}
.corp-item_text p+p{
	margin-top: 20px;
}
.corp-wrap ul{
	margin: 15px 0;
	padding-left: 20px;
}
.corp-wrap ul li{
	line-height: 1.3;
	list-style: disc;
	font-size: 16px;
}
.corp-wrap ul li+li{
	margin-top: 5px;
}
.corp-wrap a.mail-btn{
	display: inline-block;
	padding: 15px 30px;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	font-family: Montserrat;
    text-transform: uppercase;
	border: 2px solid #66b8ce;
	background-color: #66b8ce;
	color: #fff;
}
.corp-wrap a.mail-btn:hover{
	background-color: #fff;
	color: #66b8ce;
}

.contacts-wrap{
	padding-bottom: 50px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: flex-start;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap
}
.one-half{
	flex-basis: 49%;
}
.full{
	flex-basis: 100%;
}
.contacts-wrap .contact-item{
	padding: 30px;
	border: 5px solid #66b8ce;
}
.contacts-wrap iframe{
	margin: 30px 0 0;
}
.contacts-wrap .contact-item h3{
	font-weight: 200;
	font-size: 24px;
	margin-bottom: 20px;
}
.contacts-wrap .contact-item p+p{
	margin-top: 25px;
}
.contacts-wrap .contact-item p{
	font-size: 18px;
	line-height: 1.3;
}
.contacts-wrap .contact-item p a,.contacts-wrap .contact-item p span{
	display: inline-block;
	position: relative;
	padding-left: 40px;
}
.contacts-wrap .contact-item p a:before,.contacts-wrap .contact-item p span:before{
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: contain;
	background-size: contain;
}
.contacts-wrap .contact-item p a.phone:before{
	background-image: url('/images/phone.png');
}
.contacts-wrap .contact-item p a.mail:before{
	background-image: url('/images/mail.png');
}
.contacts-wrap .contact-item p span.time:before{
	background-image: url('/images/time.png');
}
.contacts-wrap .contact-item p span.adress:before{
	background-image: url('/images/map.png');
}
.contact-form{
	margin-top: 30px;
	background-color: #ebebeb;
	padding: 50px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: flex-start;
	align-items: flex-start;
	flex-wrap: wrap
}
.contact-form h2{
	font-size: 30px;
	text-align: center;
	font-family: Montserrat;
	font-weight: 200;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.contact-form .input-field,.contact-form .textarea-field {
	margin-bottom: 20px;
}
.contact-form .input-field label,.contact-form .textarea-field label{
	font-size: 12px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px;
}
.contact-form .input-field input{
	width: 100%;
	background-color: #fff;
	padding: 0 15px;
	height: 50px;
}
.contact-form .textarea-field textarea{
	padding: 15px;
	background-color: #fff;
	resize: none;
	width: 100%;
	height: 234px;
}
.contact-form button{
	margin: 0 auto;
	display: block;
}

.about-wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	-ms-align-items: flex-start;
	align-items: flex-start;
	justify-content: space-between;
}
.about-wrap .rekvisit{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	padding: 30px;
	border: 5px solid #66b8ce;
}
.about-wrap .rekvisit .logo img{
	margin-bottom: 30px;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.about-wrap .rekvisit .text{
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
}
.about-wrap .rekvisit .text span{
	display: block;
	font-weight: 200;
	font-size: 24px;
	margin-bottom: 15px;
	line-height: 1.3;
}
.about-wrap p{
	font-size: 20px;
	line-height: 1.3;
}
.about-wrap .bullits{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: flex-start;
	align-items: flex-start;
	justify-content: flex-start;
	margin: 30px 0;
}
.about-wrap .bullits .bullit-item span{
	font-weight: 200;
	font-size: 30px;
	display: block;
	margin-bottom: 10px;
	text-transform: lowercase;
}
.about-wrap .bullits .bullit-item{
	font-size: 16px;
	text-transform: uppercase;
}
.about-wrap .bullits .bullit-item+.bullit-item{
	margin-left: 100px;
}
.about-wrap .features{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: flex-start;
}
.about-wrap .features .feature-item{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: flex-start;
}
.about-wrap .features .feature-item+.feature-item {
	margin-left: 50px;
}
.about-wrap .features .feature-img img{
	width: 80px;
}
.about-wrap .features .feature-text{
	font-size: 22px;
	font-weight: 200;
	padding-left: 10px;
}
.about-wrap .intro{
	margin-top: 40px;
}

@media (max-width: 1200px) {
	.payment-wrap .left-col,.designer-wrap .left-col,.corp-wrap .left-col{
		flex-basis: 100%;
	}
	.payment-wrap .right-col,.designer-wrap .right-col,.corp-wrap .right-col{
		display: none;
	}
	.about-company-banner{
		height: 615px;
	}
}
@media (max-width: 991px) {
	.one-half{
		flex-basis: 100%;
	}
	.about-wrap .rekvisit{
		margin-top: 30px;
	}
	a.btn.addToBasket {
		margin: 10px auto 0;
	}

	.product__price{
		justify-content: flex-end;
		padding: 0;
	}
	.product__item .product__price a.addToBasket {
		margin: 10px 0 0;
		width: 100%;
		display: flex;
		justify-content: center;
		text-align: center;
		font-size: 12px;
		padding: 7px;
	}
	.product__price .prices_wrap {
		padding: 0;
	}
	.product__img {
		padding: 0;
	}
	.about-company-banner{
		height: 580px;
	}
}
@media (max-width: 850px) {
	.full .intro {
		display: block;
	}
	.footer__bottom{
		display: none;
	}
	.footer__bottom_mobile{
		display: block;
	}
}
@media (max-width: 767px) {
	.contact-item{
		margin-bottom: 30px;
	}
	.swiper-more .swiper-button::after, .swiper-more2 .swiper-button::after{
		font-size: 20px;
	}
	.availible_row {
		padding: 0 !important;
	}
	.product__icon {
		left: 0;
	}
	.product__icon span.active .imgc-hover, .product__icon span:hover .imgc-hover {
		left: auto;
		top: auto;
	}
	.about-company-banner{
		height: 445px;
	}
	.about-swiper-button-div{
		top: 79%;
	}
}
@media (max-width: 568px) {
	.about-company-banner{
		height: 330px;
	}
	.about-swiper-button-div{
		top: 82.5%;
	}
}
@media (max-width: 550px) {
	.payment-item,.designer-item{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		-ms-align-items: center;
		align-items: center;
		justify-content: center;
	}
	.warranty-item,.corp-item,.delivery-item{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		-ms-align-items: center;
		align-items: center;
	}
	.warranty-item_text,.corp-item_text,.delivery-item_text{
		padding-left: 0;
		padding-top: 30px;
	}
	.warranty-item_img img,.delivery-item_img img{
		width: 100px;
		margin: 0 auto;
	}
	.payment-item_text,.designer-item_text{
		text-align: center;
		padding-left: 0;
		padding-top: 20px;
	}
	.designer-wrap h2 {
		text-align: center;
	}
	.contact-form{
		padding: 30px;
	}
	.about-wrap .features{
		flex-wrap: wrap;
		justify-content: center;
	}
	.about-wrap .features .feature-item{
		margin-left: 0 !important;
	}
	.about-wrap .bullits{
		flex-wrap: wrap;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		-ms-align-items: center;
		align-items: center;
		justify-content: center;
		text-align: center;
		margin-top: 0;
	}
	.about-wrap .bullits .bullit-item{
		margin-top: 30px;
		margin-left: 0!important;
	}
	.about-swiper-button-div{
		top: 84.5%;
	}
}
@media (max-width: 500px) {
	.order-list table tr{
		flex-wrap: wrap
	}
	.order-list table tr td:first-of-type{
		flex-basis: 100%;
	}
	.order-list table tr td:last-of-type{
		flex-basis: 100%;
	}
	.order-list table th:nth-of-type(1){
		flex-basis: 100%;
	}
	.order-list table th:nth-of-type(2){
		flex-basis: 100%;
	}
	.order-list table th:nth-of-type(3){
		flex-basis: 100%;
	}
	.order-list table tr td:first-of-type, .order-list table tr th:first-of-type{
		text-align: center;
	}
	.order-list table td{
		text-align: center;
	}
	.bx_my_order_switch a:last-of-type{
		margin-top: 20px;
		
	}
	.bx_my_order_switch a{
		width: 100%;
		line-height: 1.2;
		text-align: center;
	}
}
.bx-authform-social,.bx-authform-link-container{
	display: none;
}
.availible_row { 
	display: block;
    padding: 0 10px;
}
.popup__body {
    padding: 0 45px;
}




#search {
	font-size: 20px;
	color: #4e4e4e;
	padding-right: 40px;
	padding-left: 20px;
}
#search::placeholder {
	color: #4e4e4e;
}
#search:-ms-input-placeholder {
	color: #4e4e4e;
}
#search::-ms-input-placeholder {
	color: #4e4e4e;
}
.menu__bottom-title {
	color: #4e4e4e;
	font-size: 20px;
}
.menu__bottom-search .close {
	position: absolute;
	top: calc(50% - 19px);
	right: 50px;
	cursor: pointer;
	padding: 10px;
	z-index: 9;
	opacity: 0.7;
	display: none;
}
.menu__bottom-search .close.active {
	display: block;
}
.menu__bottom-search .close:hover {
	opacity: 1;
}
.menu__bottom-search {
	padding-bottom: 2px;
	border-bottom: 1px solid #ccc;
}
.menu__bottom-search button picture,
.menu__bottom-search button {
	opacity: .6;
}
.menu__bottom-search button:hover source,
.menu__bottom-search button:hover img,
.menu__bottom-search button:hover {
	opacity: 1;
}

@media (max-width: 480px) {
	.about-company-banner{
		height: 270px;
	}
	.about-swiper-button-div{
		top: 86.5%;
	}
}

@media (max-width: 991px) {
	.menu__bottom-search .close {
		right: 35px;
	}
	.menu__bottom-search {
		border: 0;
	}
	.menu__bottom-search button picture,
	.menu__bottom-search button {
		opacity: 1;
	}
}

@media (max-width: 499px) {
	.menu__bottom-search .close {
		top: calc(50% - 17px);
	}
	#search {
		padding-right: 65px;
	}
}

.product__title_custom{
  color: #4e4e4ed1;
}

.tabs-cartochka {
  font-size: 0;
  margin-top: 15px;
}

.tabs-cartochka>input[type="radio"] {
  display: none;
}

.tabs-cartochka .tabs-cartochka_div {
  /* скрыть контент по умолчанию */
  display: none;
  border: 1px solid #e0e0e0;
  padding: 40px 40px;
  font-size: 16px;
}

/* отобразить контент, связанный с вабранной радиокнопкой (input type="radio") */
#tab-btn-1:checked~#content-1,
#tab-btn-2:checked~#content-2,
#tab-btn-3:checked~noindex #content-3,
#tab-btn-4:checked~noindex #content-4,
#tab-btn-5:checked~noindex #content-5 {
  display: block;
}

.tabs-cartochka>label {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: #999;
  border: 1px solid #f5f7fa;
  padding: 6px 13px;
  font-size: 18px;
  line-height: 1.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  cursor: pointer;
  position: relative;
  top: 1px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color:#f5f7fa;
}

.tabs-cartochka>label:not(:first-of-type) {
  border-left: none;
}

.tabs-cartochka>input[type="radio"]:checked+label {
  background-color: #66b8ce;
  border-bottom: 1px solid #66b8ce;
  color: white;
}

.tabs-cartochka>label:hover {
  transition: 0.2s;
  opacity: 0.7;
}

#yandexMap{
	width: 1px;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0;
}
#searchAddress{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 0;
	width: 100%;
	overflow: visible;
}