

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

/* HTML5 display-role reset for older browsers */

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

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after {
	content: "";
	content: none;
}

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

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

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.db {
	display: block;
}

.dib {
	display: inline-block;
}

.fl_l {
	float: left;
}

.fl_r {
	float: right;
}

.center {
	overflow: hidden;
}

.tac {
	text-align: center;
}

.nav {
	list-style: none;
}

strong,
b {
	font-weight: 700;
}

button,
textarea,
input[type="email"],
input[type="password"],
input[type="text"],
input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}

/* clears the 'X' from Internet Explorer */

input[type="search"]::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

input[type="search"]::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}

/* clears the 'X' from Chrome */

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/

/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/

/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	-webkit-appearance: none;
}

* {
	box-sizing: border-box;
	outline: none;
}

body {
	font: 400 18px/28px "Rubik", sans-serif;
	position: relative;
	min-width: 360px;
	color: #252523;
}

.wrapper {
	margin: 0 auto;
	position: relative;
	z-index: 5;
	max-width: 1468px;
	padding: 0 16px;
	box-sizing: border-box;
}

.wrapper:after {
	content: "";
	display: table;
	clear: both;
}

.btn {
	text-align: center;
	padding: 0;
	margin: 0;
	cursor: pointer;
	display: inline-block;
	box-sizing: border-box;
	background: none;
	border: none;
	transition: all 0.2s ease-in-out;
}

.btn-color {
	font: 500 14px/22px "Rubik", sans-serif;
	color: #fff;
	padding: 9px 20px;
	border-radius: 6px;
	background: #ff7633;
}

.btn-color:disabled {
	padding: 8px 19px;
	cursor: default;
	border-radius: 6px;
	border: 1px solid #e0e0e0;
	background: #f8f8f8 !important;
	background: none;
	font-weight: 500;
	color: #aeaeae;
}

.btn-color:hover {
	background: #ff5400;
}

.btn-empty {
	font: 500 14px/22px "Rubik", sans-serif;
	color: #535353;
	padding: 8px 19px;
	border-radius: 6px;
	text-align: center;
	border: 1px solid #e0e0e0;
	background: #fff;
}

.btn-empty:hover {
	color: #fff;
	background: #ff7633;
	border-color: #ff7633;
}

.title-h1,
h1 {
	color: #252523;
	font-size: 32px;
	font-weight: 700;
	line-height: 34px;
	/* 106.25% */
}

.title-h2,
h2 {
	color: #252523;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
}

.title-h3,
.title-item,
h3 {
	font: 700 24px/28px "Rubik", sans-serif;
	color: #252523;
	margin: 0 0 12px;
}

.title-item a {
	color: #252523;
	font-size: 16px;
	font-weight: 500;
	line-height: 23px;
	margin: 0 0 0 15px;
}

.title-item a:hover {
	color: #ff7633;
}

.select2-hidden-accessible {
	visibility: hidden;
	opacity: 0;
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
	display: none;
}

.select2-container {
	z-index: 10000;
}

.select2-search--dropdown {
	display: none !important;
}

.select2 {
	display: block;
	text-align: left;
	min-width: 140px;
}

.select2-selection {
	display: block;
	position: relative;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	border-radius: 2px;
	height: 30px;
	cursor: pointer;
}

.select2-selection__rendered {
	padding: 0 40px 0 15px;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
}

.select2-selection__arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
	height: 100%;
}

.select2-selection__arrow b {
	position: absolute;
	right: 16px;
	top: 12px;
	width: 16px;
	height: 16px;
	background: url(/local/templates/byshop/css/../images/svg/arr-select.svg) no-repeat;
}

.select2-container--open .select2-selection__arrow b {
	transform: scale(-1);
}

.select2-dropdown {
	border: 2px solid #cccccc;
	display: block;
	box-sizing: border-box;
	border-top: none;
	background: #ffffff;
}

.select2-results__option {
	line-height: 1.5em;
	color: #333;
	cursor: pointer;
	padding: 0 0 0 17px;
}

.select2-results__option:hover,
.select2-results__option[aria-selected="true"] {
	color: #ff7633;
}

.select2-dropdown {
	margin: 10px 0;
	border-radius: 6px;
	border: 1px solid #e0e0e0;
}

.select2-dropdown li {
	font: 400 16px/22px "Rubik", sans-serif;
	color: #252523;
	padding: 8px 15px;
	/* 137.5% */
}

.select2-dropdown.select2-dropdown--above {
	margin: -10px 0 0;
}

.animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}

.animated.infinite {
	animation-iteration-count: infinite;
}

.animated.hinge {
	animation-duration: 2s;
}

@keyframes bounce {
	0%,
	100%,
	20%,
	53%,
	80% {
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transform: translate3d(0, 0, 0);
	}

	40%,
	43% {
		transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		transform: translate3d(0, -30px, 0);
	}

	70% {
		transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		transform: translate3d(0, -15px, 0);
	}

	90% {
		transform: translate3d(0, -4px, 0);
	}
}

.bounce {
	animation-name: bounce;
	transform-origin: center bottom;
}

@keyframes flash {
	0%,
	100%,
	50% {
		opacity: 1;
	}

	25%,
	75% {
		opacity: 0;
	}
}

.flash {
	animation-name: flash;
}

@keyframes pulse {
	0% {
		transform: scale3d(1, 1, 1);
	}

	50% {
		transform: scale3d(1.05, 1.05, 1.05);
	}

	100% {
		transform: scale3d(1, 1, 1);
	}
}

.pulse {
	animation-name: pulse;
}

@keyframes rubberBand {
	0% {
		transform: scale3d(1, 1, 1);
	}

	30% {
		transform: scale3d(1.25, 0.75, 1);
	}

	40% {
		transform: scale3d(0.75, 1.25, 1);
	}

	50% {
		transform: scale3d(1.15, 0.85, 1);
	}

	65% {
		transform: scale3d(0.95, 1.05, 1);
	}

	75% {
		transform: scale3d(1.05, 0.95, 1);
	}

	100% {
		transform: scale3d(1, 1, 1);
	}
}

.rubberBand {
	animation-name: rubberBand;
}

@keyframes shake {
	0%,
	100% {
		transform: translate3d(0, 0, 0);
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		transform: translate3d(-10px, 0, 0);
	}

	20%,
	40%,
	60%,
	80% {
		transform: translate3d(10px, 0, 0);
	}
}

.shake {
	animation-name: shake;
}

@keyframes swing {
	20% {
		transform: rotate3d(0, 0, 1, 15deg);
	}

	40% {
		transform: rotate3d(0, 0, 1, -10deg);
	}

	60% {
		transform: rotate3d(0, 0, 1, 5deg);
	}

	80% {
		transform: rotate3d(0, 0, 1, -5deg);
	}

	100% {
		transform: rotate3d(0, 0, 1, 0deg);
	}
}

.swing {
	transform-origin: top center;
	animation-name: swing;
}

@keyframes tada {
	0% {
		transform: scale3d(1, 1, 1);
	}

	10%,
	20% {
		transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
	}

	30%,
	50%,
	70%,
	90% {
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}

	40%,
	60%,
	80% {
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}

	100% {
		transform: scale3d(1, 1, 1);
	}
}

.tada {
	animation-name: tada;
}

@keyframes wobble {
	0% {
		transform: none;
	}

	15% {
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	}

	30% {
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	}

	45% {
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	}

	60% {
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	}

	75% {
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	}

	100% {
		transform: none;
	}
}

.wobble {
	animation-name: wobble;
}

@keyframes bounceIn {
	0%,
	100%,
	20%,
	40%,
	60%,
	80% {
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		transform: scale3d(0.3, 0.3, 0.3);
	}

	20% {
		transform: scale3d(1.1, 1.1, 1.1);
	}

	40% {
		transform: scale3d(0.9, 0.9, 0.9);
	}

	60% {
		opacity: 1;
		transform: scale3d(1.03, 1.03, 1.03);
	}

	80% {
		transform: scale3d(0.97, 0.97, 0.97);
	}

	100% {
		opacity: 1;
		transform: scale3d(1, 1, 1);
	}
}

.bounceIn {
	animation-name: bounceIn;
	animation-duration: 0.75s;
}

@keyframes bounceInDown {
	0%,
	100%,
	60%,
	75%,
	90% {
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		transform: translate3d(0, -3000px, 0);
	}

	60% {
		opacity: 1;
		transform: translate3d(0, 25px, 0);
	}

	75% {
		transform: translate3d(0, -10px, 0);
	}

	90% {
		transform: translate3d(0, 5px, 0);
	}

	100% {
		transform: none;
	}
}

.bounceInDown {
	animation-name: bounceInDown;
}

@keyframes bounceInLeft {
	0%,
	100%,
	60%,
	75%,
	90% {
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		transform: translate3d(-3000px, 0, 0);
	}

	60% {
		opacity: 1;
		transform: translate3d(25px, 0, 0);
	}

	75% {
		transform: translate3d(-10px, 0, 0);
	}

	90% {
		transform: translate3d(5px, 0, 0);
	}

	100% {
		transform: none;
	}
}

.bounceInLeft {
	animation-name: bounceInLeft;
}

@keyframes bounceInRight {
	0%,
	100%,
	60%,
	75%,
	90% {
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		transform: translate3d(3000px, 0, 0);
	}

	60% {
		opacity: 1;
		transform: translate3d(-25px, 0, 0);
	}

	75% {
		transform: translate3d(10px, 0, 0);
	}

	90% {
		transform: translate3d(-5px, 0, 0);
	}

	100% {
		transform: none;
	}
}

.bounceInRight {
	animation-name: bounceInRight;
}

@keyframes bounceInUp {
	0%,
	100%,
	60%,
	75%,
	90% {
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		transform: translate3d(0, 3000px, 0);
	}

	60% {
		opacity: 1;
		transform: translate3d(0, -20px, 0);
	}

	75% {
		transform: translate3d(0, 10px, 0);
	}

	90% {
		transform: translate3d(0, -5px, 0);
	}

	100% {
		transform: translate3d(0, 0, 0);
	}
}

.bounceInUp {
	animation-name: bounceInUp;
}

@keyframes bounceOut {
	20% {
		transform: scale3d(0.9, 0.9, 0.9);
	}

	50%,
	55% {
		opacity: 1;
		transform: scale3d(1.1, 1.1, 1.1);
	}

	100% {
		opacity: 0;
		transform: scale3d(0.3, 0.3, 0.3);
	}
}

.bounceOut {
	animation-name: bounceOut;
	animation-duration: 0.75s;
}

@keyframes bounceOutDown {
	20% {
		transform: translate3d(0, 10px, 0);
	}

	40%,
	45% {
		opacity: 1;
		transform: translate3d(0, -20px, 0);
	}

	100% {
		opacity: 0;
		transform: translate3d(0, 2000px, 0);
	}
}

.bounceOutDown {
	animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		transform: translate3d(20px, 0, 0);
	}

	100% {
		opacity: 0;
		transform: translate3d(-2000px, 0, 0);
	}
}

.bounceOutLeft {
	animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		transform: translate3d(-20px, 0, 0);
	}

	100% {
		opacity: 0;
		transform: translate3d(2000px, 0, 0);
	}
}

.bounceOutRight {
	animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
	20% {
		transform: translate3d(0, -10px, 0);
	}

	40%,
	45% {
		opacity: 1;
		transform: translate3d(0, 20px, 0);
	}

	100% {
		opacity: 0;
		transform: translate3d(0, -2000px, 0);
	}
}

.bounceOutUp {
	animation-name: bounceOutUp;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.fadeIn {
	animation-name: fadeIn;
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translate3d(0, -100px, 0);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

.fadeInDown {
	animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		transform: translate3d(0, -2000px, 0);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

.fadeInDownBig {
	animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translate3d(-100%, 0, 0);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

.fadeInLeft {
	animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		transform: translate3d(-2000px, 0, 0);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

.fadeInLeftBig {
	animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translate3d(100%, 0, 0);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

.fadeInRight {
	animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		transform: translate3d(2000px, 0, 0);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

.fadeInRightBig {
	animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translate3d(0, 100px, 0);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

.fadeInUp {
	animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		transform: translate3d(0, 2000px, 0);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

.fadeInUpBig {
	animation-name: fadeInUpBig;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.fadeOut {
	animation-name: fadeOut;
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}
}

.fadeOutDown {
	animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		transform: translate3d(0, 2000px, 0);
	}
}

.fadeOutDownBig {
	animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		transform: translate3d(-100%, 0, 0);
	}
}

.fadeOutLeft {
	animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		transform: translate3d(-2000px, 0, 0);
	}
}

.fadeOutLeftBig {
	animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		transform: translate3d(100%, 0, 0);
	}
}

.fadeOutRight {
	animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		transform: translate3d(2000px, 0, 0);
	}
}

.fadeOutRightBig {
	animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}
}

.fadeOutUp {
	animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		transform: translate3d(0, -2000px, 0);
	}
}

.fadeOutUpBig {
	animation-name: fadeOutUpBig;
}

@keyframes flip {
	0% {
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		animation-timing-function: ease-out;
	}

	40% {
		transform: perspective(400px) translate3d(0, 0, 150px)
			rotate3d(0, 1, 0, -190deg);
		animation-timing-function: ease-out;
	}

	50% {
		transform: perspective(400px) translate3d(0, 0, 150px)
			rotate3d(0, 1, 0, -170deg);
		animation-timing-function: ease-in;
	}

	80% {
		transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		animation-timing-function: ease-in;
	}

	100% {
		transform: perspective(400px);
		animation-timing-function: ease-in;
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	animation-name: flip;
}

@keyframes flipInX {
	0% {
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transition-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transition-timing-function: ease-in;
	}

	60% {
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}

	80% {
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}

	100% {
		transform: perspective(400px);
	}
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	animation-name: flipInX;
}

@keyframes flipInY {
	0% {
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transition-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transition-timing-function: ease-in;
	}

	60% {
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}

	80% {
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}

	100% {
		transform: perspective(400px);
	}
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	animation-name: flipInY;
}

@keyframes flipOutX {
	0% {
		transform: perspective(400px);
	}

	30% {
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1;
	}

	100% {
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
}

.flipOutX {
	animation-name: flipOutX;
	animation-duration: 0.75s;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@keyframes flipOutY {
	0% {
		transform: perspective(400px);
	}

	30% {
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1;
	}

	100% {
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;
	}
}

.flipOutY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	animation-name: flipOutY;
	animation-duration: 0.75s;
}

@keyframes lightSpeedIn {
	0% {
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}

	60% {
		transform: skewX(20deg);
		opacity: 1;
	}

	80% {
		transform: skewX(-5deg);
		opacity: 1;
	}

	100% {
		transform: none;
		opacity: 1;
	}
}

.lightSpeedIn {
	animation-name: lightSpeedIn;
	animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
	0% {
		opacity: 1;
	}

	100% {
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}

.lightSpeedOut {
	animation-name: lightSpeedOut;
	animation-timing-function: ease-in;
}

@keyframes rotateIn {
	0% {
		transform-origin: center;
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}

	100% {
		transform-origin: center;
		transform: none;
		opacity: 1;
	}
}

.rotateIn {
	animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}

	100% {
		transform-origin: left bottom;
		transform: none;
		opacity: 1;
	}
}

.rotateInDownLeft {
	animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
	0% {
		transform-origin: right bottom;
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}

	100% {
		transform-origin: right bottom;
		transform: none;
		opacity: 1;
	}
}

.rotateInDownRight {
	animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}

	100% {
		transform-origin: left bottom;
		transform: none;
		opacity: 1;
	}
}

.rotateInUpLeft {
	animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
	0% {
		transform-origin: right bottom;
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0;
	}

	100% {
		transform-origin: right bottom;
		transform: none;
		opacity: 1;
	}
}

.rotateInUpRight {
	animation-name: rotateInUpRight;
}

@keyframes rotateOut {
	0% {
		transform-origin: center;
		opacity: 1;
	}

	100% {
		transform-origin: center;
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0;
	}
}

.rotateOut {
	animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
	0% {
		transform-origin: left bottom;
		opacity: 1;
	}

	100% {
		transform-origin: left bottom;
		transform: rotate(0, 0, 1, 45deg);
		opacity: 0;
	}
}

.rotateOutDownLeft {
	animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
	0% {
		transform-origin: right bottom;
		opacity: 1;
	}

	100% {
		transform-origin: right bottom;
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

.rotateOutDownRight {
	animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
	0% {
		transform-origin: left bottom;
		opacity: 1;
	}

	100% {
		transform-origin: left bottom;
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

.rotateOutUpLeft {
	animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
	0% {
		transform-origin: right bottom;
		opacity: 1;
	}

	100% {
		transform-origin: right bottom;
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0;
	}
}

.rotateOutUpRight {
	animation-name: rotateOutUpRight;
}

@keyframes hinge {
	0% {
		transform-origin: top left;
		animation-timing-function: ease-in-out;
	}

	20%,
	60% {
		transform: rotate3d(0, 0, 1, 80deg);
		transform-origin: top left;
		animation-timing-function: ease-in-out;
	}

	40%,
	80% {
		transform: rotate3d(0, 0, 1, 60deg);
		transform-origin: top left;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}

	100% {
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}

.hinge {
	animation-name: hinge;
}

@keyframes rollIn {
	0% {
		opacity: 0;
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

.rollIn {
	animation-name: rollIn;
}

@keyframes rollOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	}
}

.rollOut {
	animation-name: rollOut;
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		transform: scale3d(0.3, 0.3, 0.3);
	}

	50% {
		opacity: 1;
	}
}

.zoomIn {
	animation-name: zoomIn;
}

@keyframes zoomInDown {
	0% {
		opacity: 0;
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomInDown {
	animation-name: zoomInDown;
}

@keyframes zoomInLeft {
	0% {
		opacity: 0;
		transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomInLeft {
	animation-name: zoomInLeft;
}

@keyframes zoomInRight {
	0% {
		opacity: 0;
		transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomInRight {
	animation-name: zoomInRight;
}

@keyframes zoomInUp {
	0% {
		opacity: 0;
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomInUp {
	animation-name: zoomInUp;
}

@keyframes zoomOut {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
		transform: scale3d(0.3, 0.3, 0.3);
	}

	100% {
		opacity: 0;
	}
}

.zoomOut {
	animation-name: zoomOut;
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	100% {
		opacity: 0;
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		transform-origin: center bottom;
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomOutDown {
	animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
	}

	100% {
		opacity: 0;
		transform: scale(0.1) translate3d(-2000px, 0, 0);
		transform-origin: left center;
	}
}

.zoomOutLeft {
	animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
	}

	100% {
		opacity: 0;
		transform: scale(0.1) translate3d(2000px, 0, 0);
		transform-origin: right center;
	}
}

.zoomOutRight {
	animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	100% {
		opacity: 0;
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		transform-origin: center bottom;
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomOutUp {
	animation-name: zoomOutUp;
}

/* Slider */

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

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

.slick-list:focus {
	outline: none;
}

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

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

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

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

.slick-track:after {
	clear: both;
}

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

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

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

.slick-slide img {
	display: block;
}

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

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

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

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

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

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

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

.fancybox-active {
	height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Fix iOS */

.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0;
}

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

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

/* Buttons */

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

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

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

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

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

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

/* Fix IE11 */

.fancybox-button div {
	height: 100%;
}

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

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

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

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

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

/* Close button on the top right corner of html content */

.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: 0.8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401;
}

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

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

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

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

/* Navigation arrows */

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

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

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	left: env(safe-area-inset-left);
	padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
	right: env(safe-area-inset-right);
}

/* Caption */

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

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

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

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

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

/* Loading indicator */

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

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

/* Transition effects */

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

/* transitionEffect: slide */

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

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

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

/* transitionEffect: fade */

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

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

/* transitionEffect: zoom-in-out */

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

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

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

/* transitionEffect: rotate */

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

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

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

/* transitionEffect: circular */

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

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

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

/* transitionEffect: tube */

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

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

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

/* Styling for Small-Screen Devices */

@media all and (max-height: 576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px;
	}

	.fancybox-slide--image {
		padding: 6px 0;
	}

	.fancybox-close-small {
		right: -6px;
	}

	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px;
	}

	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px;
	}
}

/* Share */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Thumbs */

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Styling for Small-Screen Devices */

@media all and (max-width: 576px) {
	.fancybox-thumbs {
		width: 110px;
	}

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

	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px);
	}
}

.header {
	position: fixed;
	left: 0;
	z-index: 100;
	top: 0;
	right: 0;
	text-align: center;
	background: url(/local/templates/byshop/css/../images/svg/bg-header.svg) no-repeat center bottom;
	background-size: cover;
}

.header .bg {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
}

.header_search {
	margin: 0 0 28px;
}

.header_search input {
	font: normal 500 14px/22px "Rubik", sans-serif;
	width: 273px;
	border-radius: 12px;
	border: 1px solid #ff7633;
	padding: 8px 16px 8px 48px;
	background: url(/local/templates/byshop/css/../images/svg/icon-search.svg) no-repeat left 16px center;
	color: #252523;
	/* 157.143% */
}

.header_search input::-webkit-input-placeholder {
	color: #b5b5b4;
}

.header_search input::-moz-placeholder {
	color: #b5b5b4;
}

.header_search input:-moz-placeholder {
	color: #b5b5b4;
}

.header_search input:-ms-input-placeholder {
	color: #b5b5b4;
}

.header_left {
	position: relative;
	z-index: 10;
	padding: 13px 0 0;
	float: left;
	text-align: left;
}

.logo {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.btn-catalog {
	font: 600 13px/44px "Rubik", sans-serif;
	display: inline-block;
	border-radius: 45px;
	padding: 10px 30px 10px 10px;
	background: #ff7633;
	color: #fff;
	letter-spacing: 0.5px;
	text-align: center;
}

.btn-catalog:hover i {
	background: rgba(255, 255, 255, 0.4);
}

.btn-catalog svg {
	vertical-align: middle;
}

.btn-catalog i {
	margin: 0 12px 0 0;
	transition: all 0.2s ease-in-out;
	float: left;
	background: rgba(255, 255, 255, 0.2);
	width: 44px;
	height: 44px;
	border-radius: 100%;
}

.header_right {
	position: relative;
	z-index: 10;
	float: right;
	padding: 22px 0 0;
	line-height: 22px;
}

.header_right .tel {
	float: right;
	color: #252523;
	font-size: 16px;
	font-weight: 700;
	opacity: 1;
	text-transform: capitalize;
	margin: 0 0 0 85px;
}

.header_right li {
	float: left;
	margin: 0 0 0 40px;
}

.header_right ul {
	float: right;
}

.header_right a {
	font: normal 500 14px/22px "Rubik", sans-serif;
	color: #252523;
	/* 157.143% */
	text-transform: capitalize;
	opacity: 0.3;
	transition: all 0.2s ease-in-out;
}

.header_right a:hover {
	opacity: 1;
}

.content {
	overflow: hidden;
}

.content:after {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	content: "";
	height: 30px;
	width: 100%;
	box-shadow: 0 0 210px rgba(37, 37, 35, 0.7);
	transition: .3s;






}

.content-error {
	font: 400 16px/134% "Rubik", sans-serif;
	color: #252523;
	background: linear-gradient(187deg, #e0e1e3 -12.35%, #fff 12.74%);
	text-align: center;
	padding: 113px 0 0;
}

.content-error p {
	max-width: 380px;
	margin: 0 auto;
}

.content-error img {
	display: block;
	margin: 0 auto -67px;
}

.content-error .btn {
	margin: 102px 0 0;
}

.crumbs {
	position: relative;
	padding: 200px 0 20px;
}

.crumbs h1 {
	color: #252523;
	font-size: 32px;
	font-weight: 700;
	line-height: 34px;
}

.crumbs h1 span {
	font: 400 16px/22px "Rubik", sans-serif;
	color: #b5b5b4;
	padding: 0 0 0 26px;
	/* 137.5% */
}

.crumbs li {
	float: left;
	padding: 0 0 0 40px;
	background: url(/local/templates/byshop/css/../images/svg/arr-crumbs.svg) no-repeat center left 12px;
}

.crumbs li:first-child {
	background: none;
	padding: 0;
}

.crumbs li:last-child a {
	color: #b5b5b4;
}

.crumbs ul {
	overflow: hidden;
	margin: 0 0 35px;
}

.crumbs a {
	color: #252523;
	font-size: 16px;
	font-weight: 500;
	line-height: 134%;
}

.blog-list-one {
	padding: 37px 0 10px;
}

.blog-list-one a {
	display: block;
}

.blog-list-one a:hover img {
	transform: scale(1.1);
}

.blog-list-one a:hover h2 {
	color: #ff7633;
}

.blog-list-one .preview {
	display: block;
	border-radius: 6px;
	background: #b5b5b4;
	margin: 0 0 57px;
	height: 421px;
	position: relative;
	overflow: hidden;
}

.blog-list-one img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: all 0.2s ease-in-out;
	height: 100%;
	object-fit: cover;
}

.blog-list-one h2 {
	transition: all 0.2s ease-in-out;
	max-width: 904px;
}

.blog-list {
	padding: 31px 0;
}

.blog-list:last-child {
	padding-bottom: 0;
}

.blog-list .title-item {
	margin: 0 0 57px;
	color: #24272b;
	padding: 0 0 16px;
	border-bottom: 1px solid #b5b5b4;
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
}

.blog-list .in {
	padding: 0 0 16px;
	overflow: hidden;
	margin: 0 -12px;
}

.blog-list .preview {
	margin: 0 0 20px;
	border-radius: 6px;
	height: 200px;
	overflow: hidden;
	position: relative;
	display: block;
	background: #b5b5b4;
}

.blog-list .name {
	margin: 0 0 13px;
	color: #252523;
	font-size: 18px;
	font-weight: 700;
	transition: all 0.2s ease-in-out;
	max-width: 442px;
	line-height: 22px;
	display: block;
}

.blog-list .author {
	display: block;
	margin: 0 0 4px;
}

.blog-list .date {
	margin: 0 0 11px;
	display: block;
	color: #999;
}

.blog-list .comments {
	padding: 0 0 0 20px;
	background: url(/local/templates/byshop/css/../images/svg/icon-comments.svg) no-repeat top 2px left;
}

.blog-list img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.2s ease-in-out;
}

.blog-list a {
	font: 400 16px/24px "Rubik", sans-serif;
	float: left;
	color: #252523;
	margin: 0 0 60px;
	width: 50%;
	padding: 0 12px;
}

.blog-list a:nth-child(odd) {
	clear: left;
}

.blog-list a:hover img {
	transform: scale(1.1);
}

.blog-list a:hover .name {
	color: #ff7633;
}

.blog-list .more {
	clear: both;
	border-top: 1px solid #b5b5b4;
	padding: 15px 0 0;
	overflow: hidden;
	text-align: center;
}

.blog-list .more a {
	float: none;
	width: 100%;
	margin: 0;
	color: #929291;
	text-align: center;
	font-family: "Rubik", sans-serif;
	transition: all 0.2s ease-in-out;
}

.blog-list .more a:hover {
	color: #252523;
}

.bg-content {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
}

.blog-text {
	padding: 29px 0 0;
}

.blog-text .preview img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-text .preview {
	border-radius: 6px;
	overflow: hidden;
	margin: 0 0 57px;
}

.text-in a {
	color: inherit;
	text-decoration: underline;
}

.text-in a:hover {
	color: #ff7633;
}

.text-in p {
	margin: 0 0 28px;
}

.text-in ul,
.text-in ol {
	margin: 0 0 28px;
}

.text-in li {
	padding: 0 0 0 20px;
	position: relative;
}

.text-in li:after {
	content: "";
	position: absolute;
	top: 0;
	color: #ff7633;
	display: inline-block;
	left: 0;
}

.text-in ul li:after {
	width: 5px;
	top: 12px;
	height: 5px;
	background: #ff7633;
}

.text-in ol {
	counter-reset: li;
}

.text-in ol li {
	counter-increment: li;
}

.text-in ol li:after {
	content: counter(li) ".";
}

.text-in h2,
.text-in h3,
.text-in h4 {
	margin: 57px 0;
}

.text-in h2:first-child,
.text-in h3:first-child,
.text-in h4:first-child {
	margin-top: 0;
}

.text-in img {
	display: block;
	max-width: 100%;
	margin: 0 0 28px;
	height: auto;
	width: auto;
}

.catalog-list {
	padding: 25px 0 0;
}

.catalog-list .in {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	/* padding: 36px 0 0 9px;*/
	padding: 0;
	margin-left: -10px;
	margin-right: -10px;
}

.catalog-list .more {
	clear: both;
	width: 100%;
	padding: 12px 10px 0;
}

.catalog-list .more .btn {
	width: 100%;
}

.catalog-list .pagination {
	clear: both;
	width: 100%;
}

.catalog-sort {
	width: 320px;
	float: left;
}

.catalog-sort .select2 {
	width: 100% !important;
}

.catalog-list_top {
	margin: 0 0 0px;
	overflow: hidden;
}

.catalog-list_top .back,
.catalog-sidebar .back {
	font: 400 16px/24px "Rubik", sans-serif;
	width: 345px;
	/*float: left;*/
	color: #252523;
	margin: 6px 20px 0 0;
	/* 100% */
	transition: all 0.2s ease-in-out;
	display: flex;
	align-items: center;
	margin-bottom: 29px;
}

.catalog-list_top .back svg,
.catalog-sidebar .back svg {
	float: left;
	margin: 0 12px 0 -8px;
}

.catalog-list_top .back path,
.catalog-sidebar .back path {
	transition: all 0.2s ease-in-out;
}

.catalog-list_top .back:hover,
.catalog-sidebar .back:hover {
	color: #ff7633;
}

.catalog-list_top .back:hover path,
.catalog-sidebar .back:hover path {
	fill: #ff7633;
}

.catalog-views {
	/*float: right;*/
	margin-right: 10px;
}

.catalog-views a {
	float: left;
	margin: 0 0 0 18px;
	opacity: 0.6;
	transition: all 0.2s ease-in-out;
}

.catalog-views a:hover {
	opacity: 1;
}

.catalog-views .active {
	opacity: 1;
}

.select2-selection {
	border-radius: 6px;
	border: 1px solid #e0e0e0;
	height: 40px;
}

.select2-selection__rendered {
	font: 400 16px/22px "Rubik", sans-serif;
	padding: 8px 43px 8px 15px;
	color: #252523;
	/* 137.5% */
}

.filter-catalog {
	/*border-radius: 6px;
	background: #fff;*/
	/*float: left;*/
	/*overflow: hidden;

	padding: 0 0px 0 0;*/
}

.filter-catalog .close {
	/*display: none;
	position: absolute;
	top: 69px;
	z-index: 10;
	right: 5px;*/
}

.filter-catalog .accordion-title {
	position: relative;
	cursor: pointer;
	color: #252523;
	font-size: 18px;
	padding: 0 30px 7px 0;
	font-weight: 700;
	line-height: 22px;
	transition: all 0.2s ease-in-out;
}

.filter-catalog .accordion-title:hover {
	color: #ff7633;
}

.filter-catalog .accordion-title:hover path {
	fill: #ff7633;
}

.filter-catalog .accordion-title i {
	position: absolute;
	right: 2px;
	top: 50%;
	transform: translateY(-50%) scale(-1);
	transition: all 0.2s ease-in-out;
}

.filter-catalog .accordion-title path {
	transition: all 0.2s ease-in-out;
}

.filter-catalog .accordion-title svg {
	display: block;
}

.filter-catalog .open .accordion-title i {
	transform: translateY(-50%) scale(1);
}

.filter-catalog .accordion-item {
	margin: 0 0 7px;
	border-bottom: 1px solid #e0e0e0;
}

.filter-catalog .drop {
	padding: 0 0 12px;
}

.filter-catalog .category {
	margin: 0 0 -6px;
	font-weight: 700 !important;
	line-height: 52px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	padding-left: 64px !important;
}

.filter-catalog .category .preview {
	border-radius: 2px;
	margin: 0 12px 0 0;
	border: 1px solid #e0e0e0;
	background: #fff;
	width: 52px;
	left: 0;
	height: 52px;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	display: block;
	float: left;
}

.filter-catalog .category span {
	position: relative;
}

.filter-catalog .category span:last-child:after {
	content: "";
	left: 100%;
	width: 999px;
	margin-left: 16px;
	height: 1px;
	background: #e0e0e0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.filter-catalog .category img {
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	position: absolute;
	max-width: 80%;
	max-height: 80%;
}

.filter-catalog .checkbox {
	margin: 15px 0 15px 11px;
}

.filter-catalog ul {
	max-height: 520px;
	overflow: auto;
}

.filter-catalog ul::-webkit-scrollbar {
	width: 8px;
}

.filter-catalog ul::-webkit-scrollbar-track {
	box-shadow: none;
	background: none;
	border: none;
}

.filter-catalog ul::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #e0e0e0;
}

.filter-catalog a:not(.btn) {
	font: 400 16px/20px "Rubik", sans-serif;
	color: #252523;
	display: block;
	padding: 16px 24px 16px 0;
}

.filter-catalog a:not(.btn):hover {
	color: #ff7633;
}

.filter-catalog .active a {
	color: #ff7633;
}

.filter-catalog .btn {
	width: 100%;
	margin: 11px 0 0;
}

.drop {
	display: none;
}

.checkbox span {
	display: block;
	font-size: 16px;
	line-height: 19px;
	overflow: hidden;
}

.checkbox label {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	display: block;
}

.checkbox input {
	position: absolute;
	bottom: 100%;
	right: 100%;
	opacity: 0;
	visibility: hidden;
}

.checkbox input:checked + span {
	border: 1px solid #ff7633;
}

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

.checkbox .icon {
	margin: 0 13px 0 0;
	float: left;
	width: 19px;
	height: 19px;
	border: 1px solid #e0e0e0;
	transition: all 0.2s ease-in-out;
	position: relative;
	border-radius: 2px;
}

.checkbox .icon:after {
	transition: all 0.2s ease-in-out;
	position: absolute;
	content: "";
	top: 2px;
	left: 2px;
	right: 2px;
	bottom: 2px;
	border-radius: 2px;
	opacity: 0;
	background: #ff7633;
	display: inline-block;
}

.catalog-item {
	border-radius: 6px;
	background: rgba(255, 255, 255, 0);
	padding: 10px;
	position: relative;
	float: left;
	box-sizing: border-box;
	width: 33.3%;
}

.catalog-item a {
	font: 400 16px/24px "Rubik", sans-serif;
	min-height: 100%;
	border-radius: 6px;
	border: 1px solid #e0e0e0;
	color: #252523;
	display: block;
	padding: 0 0 52px;
	transition: all 0.2s ease-in-out;
	background: #fff;
}

.catalog-item a:hover {
	border-color: #ff7633;
}

.catalog-item .preview {
	overflow: hidden;
	margin: 0 0 5px;
	display: block;
	height: 310px;
	position: relative;
}

.catalog-item .preview img {
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	max-width: 90%;
	max-height: 90%;
	position: absolute;
}

.catalog-item .article {
	margin: 0 0 10px 23px;
	color: #929291;
	text-transform: capitalize;
	display: block;
}

.catalog-item .popular {
	font: 700 14px/20px "Rubik", sans-serif;
	float: left;
	color: #ff7633;
	margin: 0 0 10px 22px;
	padding: 0 12px 0 24px;
	background: url(/local/templates/byshop/css/../images/svg/star.svg) no-repeat;
	/* 142.857% */
}

.catalog-item .comments {
	color: #b5b5b4;
	font-size: 14px;
	font-weight: 500;
	display: block;
	overflow: hidden;
	line-height: 20px;
	/* 142.857% */
}

.catalog-item .name {
	margin: 0 22px 0;
	clear: both;
	display: block;
}

.catalog-item .size {
	position: absolute;
	bottom: 16px;
	left: 34px;
}

.catalog-item .size span {
	margin: 0 10px 10px 0;
	color: #a6a6a6;
	border: none;
	display: inline-block;
	padding: 0 5px;
	line-height: 22px;
}

.catalog-item .size .active {
	border-radius: 3px;
	background: #ff9457;
	color: #000;
}

.catalog-item .drop {
	color: #929291;
	padding: 82px 0 0 19px;
	text-transform: capitalize;
	float: right;
	width: 33.3%;
}

.catalog-item .drop li {
	margin: 0 0 6px;
}

.catalog-item .drop b {
	font-weight: 400;
	color: #252523;
}

.pagination {
	padding: 28px 10px 40px;
	clear: both;
	border-bottom: 1px solid #e0e0e0;
}

.pagination ul {
	float: left;
}

.pagination li {
	font: 400 16px/27px "Rubik", sans-serif;
	float: left;
	width: 30px;
	margin: 0 8px 0 0;
	text-align: center;
	color: #252523;
}

.pagination a {
	width: 30px;
	display: block;
	color: #252523;
	text-align: center;
	transition: all 0.2s ease-in-out;
	height: 29px;
	border-radius: 6px;
	border: 1px solid transparent;
}

.pagination a:hover {
	border-color: #ff7633;
}

.pagination a:hover path {
	fill: #ff7633;
}

.pagination svg {
	position: relative;
	top: -1px;
	vertical-align: middle;
}

.pagination path {
	transition: all 0.2s ease-in-out;
}

.pagination .disabled path {
	fill: #b5b5b4;
}

.pagination .active a {
	border-color: #ff7633;
}

.pagination .showed {
	float: right;
	color: #252523;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	line-height: 134%;
	margin: 4px 0 0 0;
	position: relative;
}

.pagination .showed:hover ul {
	opacity: 1;
	visibility: visible;
}

.pagination .showed ul {
	position: absolute;
	bottom: 100%;
	border-radius: 6px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s ease-in-out;
	background: #fff;
	padding-top: 7px;
	border: 1px solid #e0e0e0;
	right: 10px;
}

.pagination .showed li {
	padding-left: 3px;
	float: none;
}

.pagination .showed a {
	color: #252523;
	font-size: 16px;
	font-weight: 400;
	line-height: 134%;
	border: none !important;
}

.pagination .showed a:hover {
	color: #ff7633;
}

.pagination .showed b {
	padding: 0 20px 0 0;
	position: relative;
	font-weight: 500;
}

.pagination .showed b:after {
	content: "";
	width: 20px;
	height: 20px;
	background: url(/local/templates/byshop/css/../images/svg/arr-select-color.svg) no-repeat right;
	position: absolute;
	top: 0;
	right: 0;
}

.pagination .showed .active a {
	border: none;
	color: #ff7633;
}

.view-list .catalog-item {
	width: 100%;
}

.view-list .catalog-item a {
	padding: 0;
}

.view-list .catalog-item .drop {
	display: block;
}

.view-list .catalog-item .preview {
	width: 328px;
	height: 283px;
	margin: 0;
	float: left;
}

.view-list .catalog-item .center {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	padding: 89px 0 0;
}

.view-list .catalog-item .article {
	margin: -3px 0 7px 23px;
}

.view-list .catalog-item .name {
	margin: 0 22px 7px;
}

.view-list .catalog-item .size {
	margin: 0 0 0 27px;
	position: static;
}

.icon-filter {
	display: none;
	/* position: absolute;*/
	top: -4px;
	left: 14px;
}

.seo-bottom-text {
	border-radius: 6px;
	padding: 28px 35px 28px 28px;
	margin: 40px 0 0 11px;
	background: #252523;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	/* 137.5% */
}

.seo-bottom-text h2,
.seo-bottom-text h4,
.seo-bottom-text h3 {
	color: inherit;
}

.seo-bottom-text p {
	margin: 0 0 22px;
}

.seo-bottom-text h3 {
	font-size: 32px;
	font-weight: 700;
	margin: 29px 0;
	line-height: 34px;
}

.carousel-item {
	display: none;
}

.carousel-item:first-child {
	display: block;
}

.product-info_top,
.product-info_right_top {
	font: 400 16px/26px "Rubik", sans-serif;
	margin: 0 0 25px;
}

.product-info_top .article,
.product-info_right_top .article {
	margin: 0 39px 0 0;
	color: #b5b5b4;
	display: inline-block;
	vertical-align: top;
}

.product-info_top .popular,
.product-info_right_top .popular {
	margin: 0 17px 0 0;
	display: inline-block;
	vertical-align: top;
}

.product-info_top .popular svg,
.product-info_right_top .popular svg {
	margin: 0 4px 0 0;
	display: inline-block;
	vertical-align: top;
}

.product-info_top .comments,
.product-info_right_top .comments {
	display: inline-block;
	vertical-align: top;
	color: #ff7633;
    cursor: pointer;
}

.product-info_gallery {
    padding: 0 0 21px;
	width: 43%;
	float: left;
	position: relative;
}

.product-info_gallery .icon {
	position: absolute;
	bottom: -9px;
	left: 11px;
}

.product-info_gallery .link {
	font: 700 14.4px/15.36px "Rubik", sans-serif;
	position: absolute;
	bottom: 44px;
	right: 17px;
	border-radius: 14.4px;
	height: auto !important;
	background: #fff1eb;
	z-index: 10;
	width: 82px;
	color: #ff7633;
	/* 106.667% */
	padding: 5px 10px;
}

.product-info_gallery_small {
	margin: 0 8px 0 -32px;
	float: left;
	width: 124px;
}

.product-info_gallery_small span {
	width: 64px;
	overflow: hidden;
	border-radius: 6px;
	height: 64px;
	display: block;
	cursor: pointer;
	border: 2px solid transparent;
	transition: all 0.2s ease-in-out;
}

.product-info_gallery_small span:hover {
	border: 2px solid #ff7633;
	box-shadow: 0px 0px 30px 0px rgba(255, 139, 99, 0.6);
}

.product-info_gallery_small img {
	display: block;
}

.product-info_gallery_small path {
	transition: all 0.2s ease-in-out;
}

.product-info_gallery_small .slick-arrow {
	margin: 0 0 5px;
	display: block;
	width: 100%;
	text-align: center;
	background: none;
	padding: 0;
	border: none;
	cursor: pointer;
}

.product-info_gallery_small .slick-arrow:hover path {
	fill: #ff7633;
}

.product-info_gallery_small .slick-list {
	margin-bottom: 5px;
}

.product-info_gallery_small .slick-current span {
	border: 2px solid #ff7633;
	box-shadow: 0px 0px 30px 0px rgba(255, 139, 99, 0.6);
}

.product-info_gallery_small .carousel-item {
	padding: 6px 30px;
}

.product-info_gallery_big {
	border-radius: 6px;
	overflow: hidden;
}

.product-info_gallery_big a {
	display: block;
    padding: 100% 0 0;
	overflow: hidden;
	position: relative;
}

.product-info_gallery_big img {
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.product-info_gallery_big .slick-slide .carousel-item {
	display: block !important;
}

.product-info_right {
	padding: 0 0 0 111px;
	overflow: hidden;
}

.product-info_right .label {
	color: #252523;
	margin: 0 0 9px;
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
}

.product-info_right table {
	margin: -7px 0 0;
	max-width: 345px;
}

.product-info_right table + table {
	margin-top: 0;
}

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

.radio-size input {
	position: absolute;
	bottom: 100%;
	right: 100%;
	opacity: 0;
	visibility: hidden;
}

.radio-size input:checked + span {
	border: 1px solid #ff7633;
}

.radio-size span {
	font: 400 14px/22px "Rubik", sans-serif;
	padding: 6px 16px;
	color: #252523;
	text-align: center;
	display: inline-block;
	transition: all 0.2s ease-in-out;
	border-radius: 6px;
	border: 1px solid #e0e0e0;
}

.radio-size span:hover {
	border: 1px solid #ff7633;
}

.radio-list {
	overflow: hidden;
	margin: 0 0 18px;
}

.radio-list .radio-size {
	float: left;
	margin: 0 15px 10px 0;
}

.product-info_right_param {
	font: 400 16px/22px "Rubik", sans-serif;
	color: #252523;
	overflow: hidden;
}

.product-info_right_param table {
	width: 100%;
}

.product-info_right_param td {
	padding: 0 0 13px;
	position: relative;
	overflow: hidden;
	vertical-align: top;
}

.product-info_right_param td:after {
	left: 0;
	top: 0;
	color: #656565;
	position: absolute;
	display: inline-block;
	content: "................................................................................................................................................................................................................................................................................................................................................................................................................................................";
}

.product-info_right_param td:last-child {
	text-align: right;
}

.product-info_right_param span {
	background: #fff;
	position: relative;
	max-width: 444px;
	z-index: 2;
	display: inline-block;
}

.product-info_right_param .more {
	color: #ff7633;
	cursor: pointer;
	margin: -1px 0 23px;
}

.product-info_right_param .more:hover {
	text-decoration: underline;
}

.product-info_right_param .col {
	float: left;
	padding: 0 0 0 26px;
	box-sizing: border-box;
	width: 50%;
}

.product-info_right_param .col:first-child {
	padding: 0 26px 0 0;
}

.product-info_right_logos {
    margin-left: -22px;
	line-height: 42px;
	vertical-align: middle;
}

.product-info_right_logos img,
.product-info_right_logos svg {
	max-height: 44px;
	line-height: 44px;
	vertical-align: middle;
	margin: 0 47px 0 0;
}

.fancybox-thumbs__list a {
	background-size: contain;
	background-position: center center;
}

.product-info_bottom {
	font: 400 16px/22px "Rubik", sans-serif;
	padding: 88px 0 99px;
	display: block;
	clear: both;
	color: #252523;
	/* 137.5% */
}

.product-info_bottom .title-item {
	padding: 0 0 39px;
	color: #252523;
	font-size: 32px;
	max-width: 951px;
	font-weight: 700;
	line-height: 34px;
	margin: 0;
	border-bottom: 1px solid #e0e0e0;
}

.product-info_bottom .tab-menu {
	margin: 0 0 40px;
	color: #000;
	font-size: 24px;
	font-weight: 400;
	line-height: 28px;
	border-bottom: 1px solid #e0e0e0;
}

.product-info_bottom .tab-menu ul {
	overflow: hidden;
	padding-bottom: 3px;
	margin-bottom: -3px;
}

.product-info_bottom .tab-menu li {
	padding: 0 0 21px;
	float: left;
	margin: 0 52px -3px 0;
	border-bottom: 3px solid transparent;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}

.product-info_bottom .tab-menu li.active,
.product-info_bottom .tab-menu li:hover {
	border-bottom: 3px solid #ff7633;
}

.product-info_bottom .tab-menu span {
	font: 700 12.8px/21.333px "Rubik", sans-serif;
	color: #fff;
	text-align: center;
	padding: 0 7px;
	border-radius: 15px;
	background: linear-gradient(180deg, #ff8e57 0%, #ff6923 100%), #c4c4c4;
	display: inline-block;
	vertical-align: middle;
}

.product-info_bottom .product-info_right_param,
.product-info_bottom .text-in {
	padding-top: 45px;
}

.tab-item {
	display: none;
}

.tab-item:first-child {
	display: block;
}

.comments-right {
	float: right;
	width: 328px;
}

.comments-right td {
	padding: 0px 6px 16px;
}

.comments-right td:first-child {
	padding-left: 0;
}

.comments-right td:last-child {
	padding-right: 0;
}

.comments-right table {
	font: 400 16px/22px "Rubik", sans-serif;
	margin: 0 0 15px;
	color: #252523;
	width: 100%;
}

.comments-right p {
	width: 205px;
	height: 7px;
	border-radius: 5px;
	background: #ececec;
	position: relative;
}

.comments-right span {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100%;
	border-radius: 10px;
}

.comments-right .btn {
	width: 199px;
}

.comments-right .top {
	color: #252523;
	border-bottom: 1px solid #e0e0e0;
	font-size: 32px;
	padding: 0 0 16px;
	font-weight: 700;
	line-height: 34px;
	/* 106.25% */
	margin: 0 0 29px;
}

.comments-right .star {
	float: right;
	line-height: 37px;
}

.comments-list {
	padding: 32px 100px 0 0;
	overflow: hidden;
}

.comments-list .more {
	clear: both;
	border-top: 1px solid #b5b5b4;
	padding: 15px 0 0;
	overflow: hidden;
	text-align: center;
}

.comments-list .more a {
	float: none;
	width: 100%;
	margin: 0;
	color: #929291;
	text-align: center;
	font-family: "Rubik", sans-serif;
	transition: all 0.2s ease-in-out;
}

.comments-list .more a:hover {
	color: #252523;
}

.comment-item {
	color: #252523;
	font-size: 16px;
	padding: 0 0 1px;
	font-weight: 400;
	line-height: 22px;
	border-bottom: 1px solid #e0e0e0;
	max-width: 951px;
}

.comment-item .text-in {
	padding: 0;
}

.comment-item b {
	font-weight: 600;
}

.comment-item .top {
	overflow: hidden;
	margin: 0 0 24px;
	text-transform: capitalize;
}

.comment-item .photo {
	width: 60px;
	margin: 0 16px 0 0;
	float: left;
	height: 60px;
	background: url(/local/templates/byshop/css/../images/svg/no-photo.svg) no-repeat center;
	background-size: contain;
}

.comment-item .star {
	margin: 18px 0 0 23px;
	float: right;
}

.comment-item .star svg,
.comment-item .star img {
	margin: 0 3px 0 1px;
}

.comment-item .date {
	margin: 19px 0 0;
	float: right;
}

.comment-item .name {
	font: normal 600 18px/22px "Rubik", sans-serif;
	color: #000;
	float: left;
	padding: 19px 14px 14px 0;
}

.comment-item .in {
	clear: both;
}

.catalog-for-you {
	padding: 220px 0 12px;
	background: url(/local/templates/byshop/css/../images/for-you.png) no-repeat center top;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.catalog-for-you:before,
.catalog-for-you:after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 788px;
	background: url(/local/templates/byshop/css/../images/top.png) no-repeat top center;
	background-size: 100% 100%;
}

.catalog-for-you:before{
    background: url(/local/templates/byshop/css/../images/bg-more.png) no-repeat top 20px center;
    z-index: 1;
    background-size: auto auto;
    width: 100%;
    height: 100%;
}

.catalog_carousel,
.catalog_carousel-arr,
.catalog_carousel--x5 {
	margin: 0 -10px;
	padding: 0 0 46px;
}

.catalog_carousel .catalog-item,
.catalog_carousel-arr .catalog-item,
.catalog_carousel--x5 .catalog-item {
	width: 100%;
	padding: 0;
	border-radius: 6px;
	background: #fff;
	transition: all 0.2s ease-in-out;
	box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 0.15);
}

.catalog_carousel .catalog-item:hover,
.catalog_carousel-arr .catalog-item:hover,
.catalog_carousel--x5 .catalog-item:hover {
	box-shadow: 0px 0 10px 0px rgba(255, 118, 51, 0.6);
}

.catalog_carousel .catalog-item a,
.catalog_carousel-arr .catalog-item a,
.catalog_carousel--x5 .catalog-item a {
	font-size: 16px;
	font-weight: 400;
	line-height: 134%;
	border: none;
	padding: 0 0 31px;
}

.catalog_carousel .carousel-item,
.catalog_carousel-arr .carousel-item,
.catalog_carousel--x5 .carousel-item {
	padding: 45px 10px 20px;
}

.catalog_carousel .size,
.catalog_carousel-arr .size,
.catalog_carousel--x5 .size {
	display: none !important;
}

.catalog_carousel .article,
.catalog_carousel-arr .article,
.catalog_carousel--x5 .article {
	font-size: 14px;
	margin: 0 0 7px 23px;
}

.catalog_carousel .slick-arrow,
.catalog_carousel-arr .slick-arrow,
.catalog_carousel--x5 .slick-arrow {
	position: absolute;
	vertical-align: middle;
	bottom: -1px;
	border-radius: 40px 0 0 40px;
	left: 50%;
	transform: translateX(-50%);
	height: 36px;
	background: #ff7633;
	width: 78px;
	border: none;
	margin: 0 -39px;
	z-index: 10;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}

.catalog_carousel .slick-arrow svg,
.catalog_carousel-arr .slick-arrow svg,
.catalog_carousel--x5 .slick-arrow svg {
	vertical-align: middle;
}

.catalog_carousel .slick-arrow:hover,
.catalog_carousel-arr .slick-arrow:hover,
.catalog_carousel--x5 .slick-arrow:hover {
	background: #f66a26;
}

.catalog_carousel .slick-next,
.catalog_carousel-arr .slick-next,
.catalog_carousel--x5 .slick-next {
	margin: 0 39px;
	border-radius: 0 40px 40px 0;
}

.catalog_carousel .slick-next:after,
.catalog_carousel-arr .slick-next:after,
.catalog_carousel--x5 .slick-next:after {
	content: "";
	position: absolute;
	top: 9px;
	left: -1px;
	bottom: 10px;
	width: 2px;
	background: #fff;
}

.catalog_carousel .popular,
.catalog_carousel-arr .popular,
.catalog_carousel--x5 .popular {
	margin: 0 0 7px 25px;
}

.catalog_carousel .preview,
.catalog_carousel-arr .preview,
.catalog_carousel--x5 .preview {
	height: 284px;
}

.masthead {
	position: relative;
	overflow: hidden;
	z-index: 5;
	margin: 0 0 -139px;
}

.masthead:after {
	font: 700 214px/1 "Rubik", sans-serif;
	content: "BY Shop";
	position: absolute;
	white-space: nowrap;
	left: 50%;
	margin-left: -82px;
	color: #f1f1f1;
	z-index: -1;
	bottom: 100px;
	text-transform: uppercase;
}

.masthead .slick-arrow {
	position: absolute;
	top: 188px;
	left: 50%;
	margin-left: -721px;
	z-index: 10;
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
}

.masthead .slick-arrow:hover path {
	fill: #ff7633;
}

.masthead path {
	transition: all 0.2s ease-in-out;
}

.masthead .slick-next {
	margin-left: -649px;
}

.masthead .carousel-item {
	padding-top: 1px;
}

.masthead .in {
	padding: 145px 0 0;
	float: left;
	width: 410px;
}

.masthead .btn {
	padding: 6px 34px;
	border-radius: 99px;
}

.masthead h3 {
	font: 600 14.658px/22.802px "Rubik", sans-serif;
	color: #252523;
	margin: 0 0 10px;
	/* 155.556% */
}

.masthead h2 {
	font: 700 26.059px/28.503px "Rubik", sans-serif;
	color: #252523;
	margin: 0 0 30px;
	/* 109.375% */
}

.masthead img {
	margin: 98px 0 0 -127px;
}

.catalog_carousel--x5 {
	padding: 0 0 24px;
}

.catalog_carousel--x5 .popular,
.catalog_carousel--x5 .article,
.catalog_carousel--x5 .name {
	margin-left: 10px;
}

.catalog_carousel--x5 .catalog-item a {
	padding: 0 0 12px;
}

.catalog_carousel--x5 .slick-arrow {
	position: absolute;
	background: none;
	border: none;
	bottom: 0;
	z-index: 10;
	left: 50%;
	transform: translateX(-50%);
	width: auto;
	margin: 0 -111px;
}

.catalog_carousel--x5 .slick-arrow:after {
	display: none !important;
}

.catalog_carousel--x5 .slick-arrow:hover path {
	fill: #ff7633;
}

.catalog_carousel--x5 .slick-next {
	margin: 0 104px;
}

.catalog_carousel--x5 path {
	transition: all 0.2s ease-in-out;
}

.category-grid {
	margin: 0 0 26px;
}

.category-grid_list {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr) [4];
	grid-template-columns: repeat(4, 1fr);
	-ms-grid-rows: (1fr) [3];
	grid-template-rows: repeat(3, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	position: relative;
	z-index: 2;
	margin: 0 -10px;
}

.category-grid_list .item {
	color: #252523;
	border: 10px solid #fff;
	border-radius: 16px;
	font-size: 24px;
	padding: 40px;
	font-weight: 700;
	line-height: 28px;
	/* 116.667% */
	position: relative;
	background: #f9f9f9 url(/local/templates/byshop/css/../images/bg-list.png) no-repeat top left;
	background-attachment: fixed;
}

.category-grid_list .item:after {
	/*width: 40px;
  height: 4px;
  background: #FF6B00;
  position: absolute;
  top: 76px;
  left: 40px;
  content: "";
  display: inline-block;*/
}

.category-grid_list .item img {
	position: absolute;
	max-width: 100%;
	max-height: 80%;
    bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
	object-fit: contain;
}

.category-grid_list .item1 {
	height: 607px;
	grid-area: 1/1/3/3;
}

.category-grid_list .item2 {
	grid-area: 1/3/2/5;
}

.category-grid_list .item3 {
	grid-area: 2/3/3/4;
}

.category-grid_list .item4 {
	grid-area: 2/4/3/5;
}

.category-grid_list .item5 {
	grid-area: 3/1/4/3;
}

.category-grid_list .item6 {
	grid-area: 3/3/4/4;
}

.category-grid_list .item7 {
	grid-area: 3/4/4/5;
}

.catalog-list-small_in {
	overflow: hidden;
	margin: 0 -10px;
	padding: 2px 0 40px;
}

.catalog-list-small_in .catalog-item {
	margin: 0 0 14px;
	width: 100%;
}

.catalog-list-small_in .catalog-item a {
	display: block;
	border: none;
	position: relative;
}

.catalog-list-small_in .catalog-item a:hover .preview {
	border-color: #ff7633;
}

.catalog-list-small_in .comments,
.catalog-list-small_in .article {
	color: #b5b5b4;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	/* 157.143% */
}

.catalog-list-small_in .preview {
	float: left;
	transition: all 0.2s ease-in-out;
	width: 187px;
	height: 182px;
	border-radius: 6px;
	border: 1px solid #e0e0e0;
	background: #fff;
}

.catalog-list-small_in .popular {
	margin: 0 0 5px 22px;
}

.catalog-list-small_in .size {
	display: none;
}

.popular-category {
	background: url(/local/templates/byshop/css/../images/bg-popular.png) no-repeat top 121px center;
	background-size: cover;
	padding: 31px 0 13px;
}

.popular-category_in {
	position: relative;
	z-index: 2;
	margin: 0 -10px;
	padding: 19px 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.popular-category_in .item {
	margin: 0 10px 20px;
	/*background: #f9f9f9 url(/local/templates/byshop/css/../images/bg-list.png) no-repeat center center;*/
	background: #f9f9f9 ;
	background-attachment: fixed;
    will-change: transform;
	border-radius: 6px;
	box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.15);
	color: #252523;
	font-size: 24px;
	height: 284px;
	width: calc(25% - 20px);
	-ms-flex: calc(25% - 20px) 1 1;
	flex: calc(25% - 20px) 1 1;
	padding: 40px;
	font-weight: 700;
	line-height: 28px;
	/* 116.667% */
	position: relative;
}

.popular-category_in .item:after {
	width: 40px;
	height: 4px;
	background: #ff6b00;
	position: absolute;
	top: 76px;
	left: 40px;
	content: "";
	display: inline-block;
}

.popular-category_in .item img {
	position: absolute;
	max-width: 100%;
	max-height: 80%;
    bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
	object-fit: contain;
}

.popular-category_in .item--long {
	width: calc(50% - 20px);
	-ms-flex: calc(50% - 20px) 1 1;
	flex: calc(50% - 20px) 1 1;
}

.privat-list {
	padding: 57px 0 0;
}

.day-pack-for-you {
	padding: 27px 0 20px;
}

.day-pack-for-you_in {
	position: relative;
	z-index: 2;
	overflow: hidden;
	margin: 22px -10px 0;
}

.day-pack-for-you_in:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
	height: 100%;
	background: #f9f9f9 url(/local/templates/byshop/css/../images/bg-list.png) no-repeat center center;
}

.day-pack-for-you_in .item {
	width: 33.3%;
	border: 10px solid #fff;
	float: left;
	height: 386px;
	color: #252523;
	font-size: 24px;
	padding: 40px;
	font-weight: 700;
	line-height: 28px;
	/* 116.667% */
	position: relative;
}

.day-pack-for-you_in .item:after {
	width: 40px;
	height: 4px;
	background: #ff6b00;
	position: absolute;
	top: 76px;
	left: 40px;
	content: "";
	display: inline-block;
}

.day-pack-for-you_in .item img {
	position: absolute;
	max-width: 100%;
	max-height: 80%;
	top: 20%;
	left: 50%;
	transform: translateX(-50%);
	object-fit: contain;
}

.promo-dark_in {
	border-radius: 6px;
	text-align: center;
	background: url(/local/templates/byshop/css/../images/promo-black.jpg) no-repeat center center;
	background-size: cover;
	padding: 20px 20px 13px;
	margin: 0 0 60px;
}

.promo-dark_in .slick-arrow {
	position: absolute;
	bottom: -46px;
	left: 50%;
	margin: 0 0 0 -205px;
	background: none;
	border: none;
	padding: 0;
}

.promo-dark_in .slick-arrow:hover path {
	fill: #ff7633;
}

.promo-dark_in path {
	transition: all 0.2s ease-in-out;
	fill: #e0e0e0;
}

.promo-dark_in .slick-next {
	margin: 0 0 0 12px;
}

.promo-dark_in img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	width: auto;
	height: auto;
  border-radius: 6px;
}

.bottom-about {
	background: url(/local/templates/byshop/css/../images/bg-about-bottom.png) no-repeat center top;
	background-size: cover;
	color: #252523;
	font-size: 20px;
	padding: 270px 0 140px;
	margin-bottom: -120px;
	line-height: 32px;
}

.bottom-about .title-item {
	top: -24px;
	white-space: nowrap;
	width: 100%;
	min-width: 1325px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	position: absolute;
	color: #fff;
	font-size: 400px;
	font-weight: 700;
	text-transform: uppercase;
}

.bottom-about .left {
	float: left;
	padding: 47px 0 0;
	width: 510px;
	position: relative;
}

.bottom-about .left:after {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background: #ff7633;
	width: 182px;
	height: 22px;
}

.bottom-about .right {
	float: right;
	padding: 47px 0 0;
	width: 510px;
	position: relative;
}

.bottom-about .right:after {
	display: inline-block;
	top: 0;
	left: 0;
	content: "";
	position: absolute;
	background: #ff7633;
	width: 182px;
	height: 22px;
}

.bottom-about .img-logo {
	position: absolute;
	top: 64px;
	left: 50%;
	transform: translateX(-50%);
}

.bottom-about h2 {
	margin: 0 0 24px;
	font-size: 32px;
	font-weight: 700;
	line-height: 42px;
	/* 131.25% */
}

.bottom-about b {
	font-weight: 700;
}

.popular-list {
	padding: 38px 0 0;
}

.content {
	overflow: visible;
}

.content > * {
	overflow: hidden;
}

.slick-arrow {
	cursor: pointer;
}

.catalog_carousel-arr .slick-arrow {
	background: none !important;
	width: auto;
	margin: 0 -111px;
}

.catalog_carousel-arr .slick-arrow:after {
	display: none !important;
}

.catalog_carousel-arr .slick-arrow:hover path {
	fill: #ff7633;
}

.catalog_carousel-arr .slick-next {
	margin: 0 104px;
}

.catalog_carousel-arr path {
	transition: all 0.2s ease-in-out;
}

.catalog-list-small_in .slick-arrow {
	position: absolute;
	background: none;
	border: none;
	bottom: 0;
	z-index: 10;
	left: 50%;
	transform: translateX(-50%);
	width: auto;
	margin: 0 -111px;
}

.catalog-list-small_in .slick-arrow:after {
	display: none !important;
}

.catalog-list-small_in .slick-arrow:hover path {
	fill: #ff7633;
}

.catalog-list-small_in .slick-next {
	margin: 0 104px;
}

.catalog-list-small_in path {
	transition: all 0.2s ease-in-out;
}

.mega-menu {
	position: fixed;
	opacity: 0;
	visibility: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	z-index: 10000;
	/* padding: 194px 0 217px;*/
	padding-top: calc(var(--hh, 100px) + 24px);
	-ms-flex-item-align: center;
	align-self: center;
	background: rgba(37, 37, 35, 0.8);
	transition: all 0.2s ease-in-out;
}

.mega-menu.visible {
	opacity: 1;
	visibility: visible;
}

.mega-menu .wrapper {
	height: 100%;
}

.mega-menu .close {
	position: absolute;
	/*top: 81px;*/
  top: var(--hh, 80px);
  translate: 0 -100%;
	left: 50%;
	margin-left: -718px;
}

.mega-menu_in {
	height: 100%;
	width: 100%;
	background: #fff;
	overflow: hidden;
}

.mega-menu_left {
	height: 100%;
	padding: 20px 0;
	overflow: auto;
	border-right: 1px solid #e0e0e0;
	width: 390px;
}

.mega-menu_left::-webkit-scrollbar {
	width: 8px;
}

.mega-menu_left::-webkit-scrollbar-track {
	box-shadow: none;
	background: none;
	border: none;
}

.mega-menu_left::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #e0e0e0;
}

.mega-menu_left a {
	font: 500 16px/20px "Rubik", sans-serif;
	display: block;
	color: #252523;
	position: relative;
	/*white-space: nowrap;*/
	padding: 30px 10px 30px 100px;
	transition: all 0.2s ease-in-out;
}

.mega-menu_left a:hover {
	color: #ff7633;
}

.mega-menu_left a:hover b {
	color: #ff7633;
}

.mega-menu_left .icon {
	position: absolute;
	top: 13px;
	right: 17px;
}

.mega-menu_left li:hover .mega-menu_second-menu {
	display: block;
}

.mega-menu_left .active > a {
	color: #ff7633;
}

.mega-menu_left .preview {
	width: 80px;
	margin: 0 20px 0 0;
	height: 80px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	float: left;
	display: block;
}

.mega-menu_left img {
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	position: absolute;
	max-width: 100%;
	max-height: 100%;
}

.mega-menu_left .open .icon {
	transform: scale(-1);
	top: 20px;
}

.mega-menu_left .open .icon path {
	fill: #ff7633;
}

.mega-menu_right {
	position: absolute;
	top: 0;
	height: 100%;
	right: 0;
	padding: 50px 14px 1px 40px;
	border-left: 1px solid #e0e0e0;
	width: 360px;
}

.mega-menu_right img {
	height: calc(50% - 40px);
	margin: 0 0 40px;
	object-fit: cover;
	width: 100%;
	display: block;
}

.mega-menu_right a {
	display: block;
	width: 100%;
	margin: 0 0 20px;
}

.mega-menu_right a img {
	margin: 0;
}

.mega-menu_right a:last-child {
	margin-bottom: 0;
}

.mega-menu_second-menu {
	display: none;
	position: absolute;
	left: 390px;
  /*left: auto;
  right: 0;
  translate: 100% 0;*/
	top: 0;
	height: 100%;
	overflow: auto;
	right: 360px;
	padding: 50px 20px 30px 40px;
}

.mega-menu_second-menu::-webkit-scrollbar {
	width: 8px;
}

.mega-menu_second-menu::-webkit-scrollbar-track {
	box-shadow: none;
	background: none;
	border: none;
}

.mega-menu_second-menu::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #e0e0e0;
}

.mega-menu_second-menu ul {
	padding: 0 20px 0 0;
	float: left;
	width: 33.3%;
}

.mega-menu_second-menu li {
	margin: 0 0 18px;
}

.mega-menu_second-menu a {
	font: 500 16px/22px "Rubik", sans-serif;
	color: #b5b5b4;
	padding: 0;
	/* 137.5% */
}

.mega-menu_second-menu b {
	color: #252523;
	font-weight: 500;
}

.mega-menu_second-menu a {
	font-weight: 400;
}

.contacts-info {
	padding: 20px 0 0;
}

.contacts-info_in {
	font: 400 16px/22px "Rubik", sans-serif;
	float: right;
	/* margin: 0 120px 0 110px; */
	width: 730px;
	color: #252523;
	/* 137.5% */
}

.contacts-info_in h3 {
	font: 400 16px/24px "Rubik", sans-serif;
	color: #252523;
	margin: 0 0 16px;
}

.contacts-info_in h3 b {
	font-weight: 700;
}

.contacts-info_in tr:first-child td {
	border-radius: 14px 14px 0 0;
}

.contacts-info_in tr:last-child td {
	border-radius: 0 0 14px 14px;
}

.contacts-info_in a:not(.btn) {
	text-decoration: underline;
	color: inherit;
}

.contacts-info_in a:not(.btn):hover {
	text-decoration: none;
}

.contacts-info_in p {
	margin: 0 0 16px;
}

.contacts-info_in .btn {
	width: 100%;
}

.contacts-info_in .tel {
	text-decoration: none !important;
}

.contacts-info_in .info {
	margin: 18px 0 22px;
	overflow: hidden;
}

.contacts-info_in .info .item {
	font: 400 14px/20px "Rubik", sans-serif;
	float: left;
	margin: 0 10px 0 0;
	color: #252523;
}

.contacts-info_in .info svg,
.contacts-info_in .info img {
	margin: 0 10px 0 0;
}

.contacts-info_in .time {
	overflow: hidden;
	margin: 0 0 23px -8px;
}

.contacts-info_in .time b {
	font: 500 16px/24px "Rubik", sans-serif;
	display: block;
	color: #252523;
	margin: 0 0 10px;
	/* 150% */
}

.contacts-info_in .time p {
	margin: 0 0 10px;
}

.contacts-info_in .time p:last-child {
	margin-bottom: 0;
}

.contacts-info_in .time .item {
	float: left;
	margin: 0 0 0 8px;
	background: #e9faf4;
	text-align: center;
	padding: 6px 9px;
	border-radius: 6px;
}

.small-gallery {
	/*margin: 23px 0 0;*/
	width: 383px;
	padding: 0 0 53px;
}

.small-gallery .slick-arrow {
	position: absolute;
	vertical-align: middle;
	bottom: -1px;
	border-radius: 40px 0 0 40px;
	left: 50%;
	transform: translateX(-50%);
	height: 36px;
	background: #ff7633;
	width: 78px;
	border: none;
	margin: 0 -39px;
	z-index: 10;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}

.small-gallery .slick-arrow svg {
	vertical-align: middle;
}

.small-gallery .slick-arrow:hover {
	background: #f66a26;
}

.small-gallery .slick-next {
	margin: 0 39px;
	border-radius: 0 40px 40px 0;
}

.small-gallery .slick-next:after {
	content: "";
	position: absolute;
	top: 9px;
	left: -1px;
	bottom: 10px;
	width: 2px;
	background: #fff;
}

.small-gallery a {
	border-radius: 6px;
	overflow: hidden;
	background: #b5b5b4;
	display: block;
	width: 80px;
	height: 80px;
}

.small-gallery img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.contacts-info_map {
	text-align: center;
	overflow: hidden;
}
/*
.contacts-info_map img {
	width: 100%;
	object-fit: cover;
	height: 100%;
}*/

.contacts-info_map .map {
	/*height: 441px;*/
	/*overflow: hidden;
	width: 100%;*/
}/*
.contacts-info_map .map iframe{
	width: 100%;
	height: 100%;
}*/
/*
.contacts-info_map .btn {
	width: 220px;
	margin: 28px 0 0;
}*/

.mobile-subscribe {
	display: none;
	padding: 0 0 39px;
}

.mobile-subscribe .title-item {
	color: #252523;
	font-size: 28px;
	font-weight: 700;
	line-height: 34px;
	margin: 0 0 46px;
}

.mobile-subscribe .title-item b {
	color: #ff7633;
}

.mobile-subscribe .btn {
	float: right;
	padding: 9px 20px;
	margin: 0 0 0 12px;
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
	/* 157.143% */
	color: #fff;
	border-radius: 5px;
	background: linear-gradient(180deg, #ff6a8e 0%, #ff9457 100%), #ff7633;
}

.mobile-subscribe .form-item {
	overflow: hidden;
}

.mobile-subscribe input {
	font: 500 13px/22px "Rubik", sans-serif;
	color: #b5b5b4;
	padding: 8px 15px;
	border-radius: 6px;
	border: 1px solid rgba(181, 181, 180, 0.37);
	background: #fff;
	width: 100%;
	/* 169.231% */
}

.popup {
	display: none;
	width: 755px;
	background: rgba(255, 255, 255, 0.96);
	padding: 72px 144px 40px;
	text-align: center;
	border-radius: 6px;
}

.popup .title {
	color: #252523;
	text-align: center;
	margin: 0 0 32px;
	font-size: 26.059px;
	font-weight: 700;
	line-height: 28px;
	/* 107.446% */
}

.popup .name {
	font: normal 400 16px/22px "Rubik", sans-serif;
	max-width: 272px;
	margin: 0 auto 27px;
	color: #252523;
	/* 137.5% */
}

.popup .star {
	font: 700 18px/28px "Rubik", sans-serif;
	color: #252523;
	margin: 0 0 29px;
}

.popup .star p {
	margin: 0 0 13px;
}

.popup .star label,
.popup .star svg {
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
}

.popup .star .active path {
	fill: #ff7633;
}

.popup path {
	transition: all 0.2s ease-in-out;
}

.popup .preview {
	border-radius: 6px;
	border: 1px solid #e0e0e0;
	width: 182px;
	position: relative;
	overflow: hidden;
	height: 131px;
	margin: 0 auto 17px;
	background: #fff;
}

.popup .preview img {
	max-width: 100%;
	max-height: 100%;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	position: absolute;
}

.popup .form-item {
	overflow: hidden;
	margin: 0 0 16px;
}

.popup .star label {
	position: relative;
	overflow: hidden;
}

.popup .star input {
	position: absolute;
	bottom: 100%;
	right: 100%;
	opacity: 0;
	visibility: hidden;
}

.popup input {
	font: 400 14px/22px "Rubik", sans-serif;
	width: 100%;
	border-radius: 5px;
	border: 1px solid #e0e0e0;
	color: #000;
	background: none;
	padding: 13px 16px;
}

.popup input::-webkit-input-placeholder {
	color: #b5b5b4;
}

.popup input::-moz-placeholder {
	color: #b5b5b4;
}

.popup input:-moz-placeholder {
	color: #b5b5b4;
}

.popup input:-ms-input-placeholder {
	color: #b5b5b4;
}

.popup textarea {
	font: normal 400 14px / normal "Rubik", sans-serif;
	color: #000;
	padding: 15px;
	resize: none;
	width: 100%;
	height: 80px;
	border-radius: 5px;
	border: 1px solid #e0e0e0;
	background: #fff;
}

.popup textarea::-webkit-input-placeholder {
	color: #b5b5b4;
}

.popup textarea::-moz-placeholder {
	color: #b5b5b4;
}

.popup textarea:-moz-placeholder {
	color: #b5b5b4;
}

.popup textarea:-ms-input-placeholder {
	color: #b5b5b4;
}

.popup .error .icon,
.popup .error input {
	border-color: red !important;
}

.popup .captcha {
	text-align: left;
	margin: 31px 0 16px;
}

.popup .polit {
	margin: 0 0 11px;
}

.popup .checkbox {
	text-align: left;
	margin: -10px 0 6px -10px;
}

.popup .checkbox label {
	padding: 10px;
}

.popup .checkbox a {
	color: #ff7633;
}

.popup .checkbox a:hover {
	text-decoration: underline;
}

.popup .checkbox span {
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	/* 137.5% */
}

.popup .checkbox .icon {
	margin: 0 18px 0 0;
	border-radius: 100%;
	width: 22px;
	height: 22px;
	overflow: visible;
}

.popup .checkbox .icon:after {
	width: 42px;
	margin: 4px 0 0;
	right: auto;
	bottom: auto;
	border-radius: 0;
	height: 42px;
	background: url(/local/templates/byshop/css/../images/svg/color-check.svg) no-repeat center center;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
}

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

#thank .btn {
	margin-top: 32px;
}

.popup-carousel {
	width: 994px;
	overflow: hidden;
	border-right: 6px;
	display: none;
	padding: 39px;
	background: #fff;
	text-align: center;
}

.popup-carousel img {
	margin: 0 auto;
	height: 430px;
	width: auto;
}

.popup-carousel .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	padding: 0;
	z-index: 10;
	border: none;
	right: 100%;
	margin: -4px 33px 0;
}

.popup-carousel .slick-arrow:hover path {
	fill: #ff7633;
}

.popup-carousel .slick-next {
	right: auto;
	left: 100%;
}

.popup-carousel path {
	transition: all 0.2s ease-in-out;
}

.popup-carousel_small {
	width: 352px;
	margin: 0 auto;
}

.popup-carousel_small img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
}

.popup-carousel_small .slick-slide {
	padding: 16px;
}

.popup-carousel_small span {
	display: block;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
	width: 64px;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
	box-sizing: border-box;
	height: 64px;
	border: 2px solid transparent;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.popup-carousel_small span:hover {
	border-color: #ff7633;
}

.popup-carousel_small .slick-current span {
	box-shadow: 0px 0px 16px 0px rgba(255, 139, 99, 0.6);
	border-color: #ff7633;
}

.popup-carousel_big {
	margin: 0 0 16px;
}

.notification {
	position: fixed;
	bottom: 80px;
	right: 80px;
	border-radius: 4px;
	z-index: 100;
	background: rgb(15, 0, 45) url(/local/templates/byshop/css/../images/svg/check.svg) no-repeat left 19px
		center;
	color: rgb(255, 255, 255);
	padding: 27px 48px 26px 102px;
	font-size: 18px;
	display: none;
	font-weight: 600;
	line-height: 22px;
}

.footer {
	background: url(/local/templates/byshop/css/../images/bg-footer.png) no-repeat top center;
	background-size: cover;
	padding: 165px 0 20px;
}

.footer_top {
	margin: 0 0 27px;
	text-align: center;
}

.footer_top a {
	color: #fff;
	margin: 0 50px;
	font-size: 16px;
	font-weight: 500;
	vertical-align: middle;
	line-height: 86px;
	text-transform: uppercase;
}

.footer_logo {
	display: inline-block;
}

.footer_logo img {
	display: block;
}

.footer_in {
	overflow: hidden;
	clear: both;
}

.footer_in .label {
	color: #ff7633;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	margin: 0 0 11px;
}

.footer_right {
	float: right;
	width: 306px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
}

.footer_right p {
	margin: 0 0 18px;
}

.footer_right a {
	color: #fff;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	transition: all 0.2s ease-in-out;
	opacity: 0.5;
}

.footer_right a:hover {
	opacity: 1;
	text-decoration: none;
}

.footer_nav {
	padding: 6px 0 0;
	overflow: hidden;
}

.footer_nav li {
	/*float: left;
	width: 16.6%;
	padding: 0 20px 0 0;
	margin: 0 0 14px;
	box-sizing: border-box;*/
}

.footer_nav ul {
	/*overflow: hidden;*/
}

.footer_nav a {
	/*font: 400 16px/22px "Rubik", sans-serif;
	color: #fff;
	transition: all 0.2s ease-in-out;*/
}

.footer_nav a:hover {
	/*text-decoration: underline;*/
}

.footer_nav b {
	margin-top: 15px;
	display: block;
}

.catalog-list--short .catalog-views{
    margin: 0 0 10px;
}
.catalog-list--short .wrapper{
    max-width: 1104px;
}

.category-grid_list .item>span, .popular-category_in .item>span{
    display: inline-block;
}


.wow{
    visibility: hidden;
}

.category-grid_list.short .item{
    width: 33.3%;
    height: 303px;
}
.category-grid_list.short{
    display: flex;
}


.footer_bottom a:hover{
    text-decoration: none;
}
.footer_bottom a{
    line-height: 14px;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    margin: 0 34px 0 0;
    text-decoration: underline;
}
.footer_bottom{
    font-weight: 400;
    padding: 35px 0 0;
    font-size: 12px;
    color: #fff;
}

.text-in ol[start="2"] {counter-reset: li 1;}
.text-in ol[start="3"] {counter-reset: li 2;}
.text-in ol[start="4"] {counter-reset: li 3;}
.text-in ol[start="5"] {counter-reset: li 4;}
.text-in ol[start="6"] {counter-reset: li 5;}
.text-in ol[start="7"] {counter-reset: li 6;}
.text-in ol[start="8"] {counter-reset: li 7;}
.text-in ol[start="9"] {counter-reset: li 8;}
.text-in ol[start="10"] {counter-reset: li 9;}

@media screen and (max-width: 1860px) {
	.mega-menu {
		/*padding: 194px 0 100px;*/
	}
}

@media screen and (max-width: 1467px) {
	.catalog-item .preview {
		height: 210px;
	}

	.product-info_right_logos img,
	.product-info_right_logos svg {
		margin: 0 30px 0 0;
	}

	.masthead {
		margin-bottom: -95px;
	}

	.masthead img {
		max-width: 500px;
		margin-bottom: 0;
	}

	.masthead .in {
		padding: 115px 0;
	}

	.masthead .slick-arrow {
		top: 180px;
		left: 16px;
		transform: none;
		margin: 0;
	}

	.masthead .slick-next {
		margin: 0 0 0 60px;
	}

	.category-grid_list .item {
		padding: 20px;
		font-size: 19px;
	}

	.category-grid_list .item:after {
		top: 50px;
		left: 20px;
	}

	.category-grid_list .item1 {
		height: 400px;
	}

	.day-pack-for-you_in .item,
	.popular-category_in .item {
		padding: 20px;
		height: 200px;
		font-size: 19px;
	}

	.day-pack-for-you_in .item:after,
	.popular-category_in .item:after {
		top: 50px;
		left: 20px;
	}

	.catalog_carousel-arr {
		margin: 0 -10px;
		padding: 0 0 20px;
	}

	.bottom-about .right,
	.bottom-about .left {
		width: 40%;
		line-height: 1.4;
		font-size: 18px;
	}

	.bottom-about .right h2,
	.bottom-about .left h2 {
		font-size: 28px;
		line-height: 1.3;
	}

	.masthead:after {
		left: auto;
		margin: 0;
		right: 0;
	}

	.mega-menu .close {
		top: 80px;
    top: var(--hh, 100px);
		left: 16px;
		margin: 0;
	}

	.mega-menu_left {
		width: 390px;
	}

	.mega-menu_right {
		width: 390px;
		padding: 30px 30px 1px;
	}

	.mega-menu_second-menu {
		left: 390px;
		right: 305px;
		padding: 30px;
	}

	.mega-menu_second-menu ul {
		width: 50%;
		float: left;
	}

	.mega-menu_second-menu ul:nth-child(even) {
		float: right;
	}

	.contacts-info_in {
		/*margin: 0 0 0 50px;
		width: 60%;*/
		color: #252523;
	}

	.footer_nav a {
		font: 400 14px/22px "Rubik", sans-serif;
	}

	.filter-catalog {
		padding-right: 0;
		/* width: 250px;*/
	}

	.catalog-list_top .back {
		width: 250px;
	}

	.catalog-list-small_in {
		padding: 2px 0;
	}

	.catalog-list-small_in .preview {
		width: 150px;
		height: 150px;
	}

	.catalog-list-small_in .name {
		display: -webkit-box;
		-webkit-line-clamp: 4;
		/* autoprefixer: off */
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

@media screen and (max-width: 1200px) {
	.footer_nav li {
		/*width: 25%;*/
	}

	.footer_nav a {
		font: 400 16px/22px "Rubik", sans-serif;
	}

    .category-grid_list .item img{
        max-height: 66%;
    }
}

@media screen and (max-width: 1024px) {
	.header_right ul {
		clear: both;
	}

	.footer_top a {
		margin: 0 25px;
	}

	.footer_nav li {
		/*width: 33.3%;*/
	}

	.footer_right {
		width: 230px;
		font-size: 14px;
	}

	.blog-list-one .preview {
		height: 321px;
	}

	.filter-catalog_in {
		width: 360px;
		height: 100%;
		background: #fff;
		overflow: auto;
		/*padding: 120px 10px 10px;*/
		width: 100%;
	}

	.filter-catalog {
		/*animation: none !important;*/
		/*display: none;*/
		/*background: rgba(0, 0, 0, 0.5);
		position: fixed;
		top: 0;*/
    /*top: var(--hh, 100px);*/
		/*left: 0;
		z-index: 100;
		height: 100%;
		width: 100%;
		overflow: hidden;

		opacity: 0;
		pointer-events: none;
		transition: 0.3s;*/
	}

	.filter-catalog.visible {
		/*display: block;
    visibility: visible;
    opacity: 1;*/
		/*opacity: 1;
		pointer-events: all;*/
	}

	.filter-catalog ul {
		max-height: none;
	}

	.filter-catalog .close {
		display: block;
	}

	.catalog-list .in {
		padding: 10px 0 0;
		margin-left: -10px;
		margin-right: -10px;
	}

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

	.catalog-list_top {
		margin: 0 0 0 0px;
	}

	.catalog-list_top .back {
		display: none;
	}

	.icon-filter {
		display: block;
	}

	.crumbs ul {
		margin: 0 0 10px;
	}

	.product-info_gallery_big a {
		height: 448px;
	}

	.product-info_right {
		padding: 0 0 0 30px;
	}

	.masthead {
		margin-bottom: -65px;
	}

	.masthead img {
		max-width: 400px;
	}

	.masthead .in {
		width: 300px;
	}

	.catalog_carousel--x5 .carousel-item {
		padding: 20px 10px 20px;
	}

	.day-pack-for-you .item1,
	.popular-category_in .item1,
	.category-grid_list .item1 {
		height: 340px;
	}

	.day-pack-for-you .item,
	.popular-category_in .item,
	.category-grid_list .item {
		padding: 15px;
		font-size: 16px;
	}

	.day-pack-for-you .item:after,
	.popular-category_in .item:after,
	.category-grid_list .item:after {
		top: 40px;
		left: 15px;
	}

    .day-pack-for-you .item img,
    .popular-category_in .item img,
    .category-grid_list .item img{
        max-height: 60%;
        max-width: 100%;
    }

    .day-pack-for-you .item img,
    .popular-category_in .item img{
        max-height: 50%;
        bottom: 15px;
        top: auto;
    }

	.popular-category_in .item {
		font-size: 14px;
	}

	.bottom-about .img-logo {
		width: 400px;
	}

	.bottom-about .right,
	.bottom-about .left {
		font-size: 16px;
	}

	.bottom-about .right h2,
	.bottom-about .left h2 {
		font-size: 26px;
		line-height: 1.3;
	}

	.mega-menu_right {
		display: none;
	}

	.mega-menu_second-menu {
		right: 0;
	}

	.mega-menu_left li:hover .mega-menu_second-menu {
		display: none;
	}

	.mega-menu_left .open .mega-menu_second-menu {
		display: block !important;
	}

	.contacts-info_in {
		/*margin: 0 0 0 30px;*/
	}

	.contacts-info_in .time {
		font-size: 14px;
	}

	.seo-bottom-text {
		margin: 40px 11px 0 11px;
	}

	.popup-carousel {
		width: 750px;
	}
}

@media screen and (max-width: 991px) {
    .product-info_right_logos {
        margin-left: -16px;
    }
}

.only-mobile {
	display: none;
}

@media screen and (max-width: 767px) {
	.only-mobile {
		display: block;
	}

	.bg-content,
	.hide-mobile,
	.header_right {
		display: none;
	}

	.header {
		background-size: auto 100%;
	}

	.logo {
		top: -6px;
	}

	.logo img {
		width: 210px;
	}

	.header_left {
		min-height: 60px;
		padding: 9px 0 0;
		width: 10px;
		position: static;
	}

	.btn-catalog {
		position: absolute;
		top: 8px;
		width: 74px;
		z-index: 10;
		right: 16px;
		padding: 4px 7px 4px 25px;
		line-height: 1;
		font-size: 0;
	}

	.btn-catalog i {
		width: auto;
		height: auto;
		background: none !important;
	}

	.header_search {
		position: absolute;
		top: 8px;
		left: 16px;
		z-index: 15;
		background: #fff;
	}

	.header_search form {
		width: 0;
		position: absolute;
		top: 0;
		left: 39px;
		overflow: hidden;
		transition: all 0.2s ease-in-out;
	}

	.header_search input {
		background: none;
		width: 100%;
		background: #fff;
		font-size: 16px;
		border-radius: 4px;
		padding: 4px 11px;
		font-weight: 400;
		display: block;
		line-height: 134%;
	}

	.header_search button {
		background: #ff7633;
		border: none;
		border-radius: 100%;
		box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
		width: 32px;
		height: 32px;
	}

	.header_search.open form {
		width: 289px;
	}

	.header_search.open button {
		background: #ff7633 url(/local/templates/byshop/css/../images/svg/close.svg) no-repeat center;
	}

	.header_search.open button svg {
		opacity: 0;
	}

	.content-error {
		padding: 59px 0 43px;
	}

	.content-error img {
		width: 380px;
		margin: 0 auto -46px;
		left: -9px;
		position: relative;
	}

	.content-error .btn {
		margin: 41px 0 0;
	}

	.footer {
		position: relative;
		padding: 121px 0 25px;
		background: none;
	}

	.footer:after {
		content: "";
		background: url(/local/templates/byshop/css/../images/bg-footer-mobile.png) no-repeat center top;
		background-size: cover;
		position: absolute;
		left: 0;
		bottom: 0;
		top: 0;
		width: 100%;
	}

	.footer_top {
		overflow: hidden;
		font-size: 16px;
		font-weight: 500;
		margin: 0 0 5px;
		line-height: 22px;
	}

	.footer_top .footer_logo {
		float: none;
		margin: 0 0 3px;
	}

	.footer_top img {
		margin: 0 auto;
	}

	.footer_top a {
		float: left;
		margin: 0;
	}

	.footer_top a:last-child {
		float: right;
	}

	.footer_logo {
		display: block;
		float: none;
		width: 100%;
		margin: 0 0 3px;
	}

	.footer_nav {
		-ms-flex-order: 2;
		order: 2;
		padding: 6px 0 48px;
	}

	.footer_nav li {
		/*width: 50%;*/
	}

	.footer_in {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.footer_in .label {
		-ms-flex-order: 1;
		order: 1;
	}

	.footer_right {
		float: none;
		font-size: 16px;
		-ms-flex-order: 3;
		order: 3;
		line-height: 22px;
		/* 137.5% */
		width: 100%;
		margin: 0;
		font-weight: 400;
		padding: 0;
		text-align: center;
	}

	.footer_right p {
		margin: 0 0 26px;
	}

	.blog-list-one {
		padding: 41px 0 10px;
	}

	.blog-list-one .preview {
		height: 282px;
	}

	.blog-list-one h2 {
		font-size: 28px;
		font-weight: 700;
		line-height: 34px;
		/* 121.429% */
	}

	.blog-list {
		padding: 31px 0 52px;
	}

	.blog-list:last-child {
		padding-bottom: 52px;
	}

	.blog-list .in {
		padding: 0 0 1px;
	}

	.blog-list .more {
		padding: 18px 0 0;
	}

	.blog-list .title-item {
		color: #24272b;
		margin: 0 0 47px;
		font-size: 18px;
		font-weight: 700;
		line-height: 28px;
		/* 155.556% */
	}

	.blog-list .preview {
		height: 190px;
		margin: 0 0 31px;
	}

	.blog-list .name {
		font-size: 14px;
		line-height: 22px;
	}

	.blog-list .comments,
	.blog-list .date,
	.blog-list .author {
		display: none;
	}

	.blog-list a {
		margin: 0 0 8px;
		width: 100%;
		animation-delay: 0s !important;
	}

	.blog-text {
		padding: 40px 0;
	}

	.blog-text .preview {
		padding: 100% 0 0;
		position: relative;
	}

	.blog-text .preview img {
		margin: 0;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		object-fit: cover;
	}

	.text-in {
		color: #252523;
		font-size: 14px;
		font-weight: 400;
		line-height: 28px;
	}

	.text-in .title-h1 {
		font-size: 28px;
		font-weight: 700;
		line-height: 34px;
		/* 121.429% */
	}

	.text-in h2,
	.text-in h3,
	.text-in h4 {
		margin: 57px 0 22px;
	}

	.catalog-views {
		display: none;
	}

	.icon-filter {
		left: auto;
		right: 14px;
		top: 4px;
	}

	.icon-filter svg {
		width: 28px;
		height: 28px;
		display: block;
	}

	.catalog-list {
		padding: 2px 0 30px;
	}

	.catalog-list .in {
		margin-left: -8px;
		margin-right: -8px;
	}

	.catalog-list_top {
		margin: 0 0px 0 0;
	}

	.catalog-sort {
		width: 100%;
	}

	.catalog-item {
		padding: 8px;
	}

	.catalog-item .preview {
		margin: 0 0 4px;
		border-radius: 6px;
		border: 1px solid #e0e0e0;
		background: #fff;
		height: auto;
		padding: calc(100% - 2px) 0 0;
	}

	.catalog-item .drop,
	.catalog-item .size {
		display: none !important;
	}

	.catalog-item .article {
		margin: 0 0 12px;
	}

	.catalog-item .popular {
		font-size: 12px;
		margin: 0 0 6px;
	}

	.catalog-item .name {
		margin: 0;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		/* autoprefixer: off */
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.catalog-item a {
		padding: 0 0 8px;
		font-size: 12px;
		font-weight: 400;
		line-height: 134%;
		/* 16.08px */
		border: none;
	}

	.crumbs {
		white-space: nowrap;
		padding: 68px 0 20px;
	}

	.crumbs ul {
		margin: 0;
	}

	.crumbs h1 {
		display: none;
		font-size: 24px;
		font-weight: 700;
		line-height: 28px;
	}

	.crumbs h1 span {
		padding: 0 0 0 7px;
	}

	.crumbs ul {
		margin: 0 -16px;
		padding: 0 16px;
		overflow: auto;
		overflow: -moz-scrollbars-none;
		-ms-overflow-style: none;
	}

	.crumbs ul::-webkit-scrollbar {
		width: 0;
	}

	.crumbs li {
		display: inline-block;
		vertical-align: top;
		float: none;
	}

	.crumbs.has-h1 h1 {
		display: block;
	}

	.crumbs h1 {
		white-space: normal;
	}

	.pagination {
		text-align: center;
		padding: 20px 0;
		font-size: 14px;
		font-weight: 500;
		line-height: 134%;
	}

	.pagination .showed {
		margin: 4px 0 19px;
		font-size: 14px;
		font-weight: 500;
		line-height: 134%;
		display: inline-block;
		float: none;
	}

	.filter-catalog .close {
		left: 300px;
	}

	.product-info_gallery_small,
	.product-info_top,
	.product-info_right_top {
		display: none;
	}

	.product-info_gallery_big {
		border: none;
	}

	.product-info_gallery {
		float: none;
		width: 100%;
		margin: 0 0 26px;
	}

	.product-info_gallery img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.product-info_gallery .icon {
		display: none;
	}

	.product-info_gallery .slick-dots {
		position: absolute;
		bottom: 19px;
		left: 0;
		width: 100%;
		line-height: 7px;
		text-align: center;
	}

	.product-info_gallery .slick-dots li {
		display: inline-block;
		vertical-align: top;
		margin: 0 2px;
		line-height: 7px;
	}

	.product-info_gallery .slick-dots button {
		font-size: 0;
		background: black;
		opacity: 0.1;
		padding: 0;
		height: 5px;
		border-radius: 10px;
		width: 5px;
		border: none;
	}

	.product-info_gallery .slick-dots .slick-active button {
		opacity: 1;
		width: 14px;
		height: 7px;
		background: #ff7633;
	}

	.product-info_gallery a {
		height: 328px;
		border: none;
	}

	.product-info_right {
		padding: 0;
	}

	.product-info_right .label {
		margin: 0 0 22px;
	}

	.product-info_right table {
		margin: 0;
		max-width: none;
	}

	.radio-size span {
		border-color: transparent;
		font-size: 0;
		line-height: 0;
		overflow: hidden;
		padding: 0;
	}

	.radio-size img {
		width: 74.454px;
		height: 82.968px;
		object-fit: contain;
	}

	.product-info_right_top {
		display: block;
	}

	.product-info_bottom .tab-menu {
		white-space: nowrap;
	}

	.product-info_bottom .tab-menu ul {
		overflow: auto;
	}

	.product-info_bottom .tab-menu li {
		color: #000;
		font-size: 18px;
		margin: 0 0 -3px 28px;
		font-weight: 400;
		line-height: 28px;
		float: none;
		display: inline-block;
		vertical-align: top;
	}

	.product-info_bottom .tab-menu li:first-child {
		margin-left: 0;
	}

	.product-info_bottom .tab-menu span {
		font-size: 12.8px;
		font-weight: 700;
		line-height: 21.333px;
		text-transform: uppercase;
	}

	.comments-right {
		float: none;
		margin: 0 auto 20px;
	}

	.comment-item .top {
		position: relative;
		padding: 0 0 37px 0;
		margin: 0 0 14px;
	}

	.comment-item .photo {
		width: 52px;
		height: 52px;
		position: absolute;
		top: 0;
		left: 0;
	}

	.comment-item .date {
		margin: 5px 0 0;
		clear: left;
		float: left;
	}

	.comment-item .star {
		position: absolute;
		bottom: 0;
		left: 0;
		margin: 0;
		float: left;
	}

	.comment-item .name {
		padding: 0 0 0;
	}

	.comment-item .text-in {
		font-size: 16px;
		line-height: 22px;
	}

	.product-info_top .comments,
	.product-info_right_top .comments {
		margin: 6px 0 0;
		float: right;
	}

	.product-info_top .article,
	.product-info_right_top .article {
		margin: 0 0 18px;
	}


    .product-info_top .mobile-title,
    .product-info_right_top .mobile-title,
    .product-info_top h2,
    .product-info_right_top h2,
    .product-info_top h1,
    .product-info_right_top h1 {
		margin: 0 0 21px;
		font-size: 24px;
        color: #252523;
        font-weight: 700;
		line-height: 28px;
		/* 116.667% */
	}

	.radio-list {
		margin: 0 0 4px;
	}

	.product-info_right_param td {
		padding: 0 0 23px;
	}

	.product-info_right_logos {
		padding-bottom: 25px;
		display: -ms-flexbox;
		display: flex;
		gap: 30px;
	}
    .product-info_right{
        overflow: visible !important;
    }

	.product-info_right_logos img,
	.product-info_right_logos svg {
		max-height: none;
		margin: 0;
	}

	.product-info_right_logos a {
		display: inline-block;
		vertical-align: top;
	}

	.catalog-for-you {
		background: #f8f8f8;
		padding: 20px 0 12px;
	}

	.catalog-for-you:after {
		display: none;
	}

	.catalog-for-you .title-item {
		padding: 0 140px 0 0;
	}

	.catalog-for-you .title-item a {
		position: absolute;
		color: #ff7633;
		top: 0;
		right: 17px;
	}

	.catalog_carousel,
	.catalog_carousel--x5,
	.catalog_carousel-arr {
		border-radius: 6px;
		padding: 0;
		margin: 25px 0 33px;
		background: #fff;
		box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.15);
	}

	.catalog_carousel .slick-arrow,
	.catalog_carousel--x5 .slick-arrow,
	.catalog_carousel-arr .slick-arrow {
		background: url(/local/templates/byshop/css/../images/svg/next.svg) no-repeat center left !important;
		margin: 0 -5px;
		right: 0;
		bottom: -43px;
		width: 50%;
		left: auto;
		transform: none;
	}

	.catalog_carousel .slick-arrow:after,
	.catalog_carousel--x5 .slick-arrow:after,
	.catalog_carousel-arr .slick-arrow:after {
		display: none !important;
	}

	.catalog_carousel .slick-arrow svg,
	.catalog_carousel--x5 .slick-arrow svg,
	.catalog_carousel-arr .slick-arrow svg {
		display: none;
	}

	.catalog_carousel .slick-prev,
	.catalog_carousel--x5 .slick-prev,
	.catalog_carousel-arr .slick-prev {
		transform: scale(-1);
		right: auto;
		left: 0;
		margin: 0 -5px;
	}

	.catalog_carousel .carousel-item,
	.catalog_carousel--x5 .carousel-item,
	.catalog_carousel-arr .carousel-item {
		background: none;
		box-shadow: none;
		padding: 0;
	}

	.catalog_carousel .preview,
	.catalog_carousel--x5 .preview,
	.catalog_carousel-arr .preview {
		border: none;
		margin: 0 0 22px;
	}

	.catalog_carousel .article,
	.catalog_carousel--x5 .article,
	.catalog_carousel-arr .article {
		font-size: 12px;
		margin: 0 10px 10px 19px;
	}

	.catalog_carousel .popular,
	.catalog_carousel--x5 .popular,
	.catalog_carousel-arr .popular {
		margin: 0 0 6px 18px;
	}

	.catalog_carousel .comments,
	.catalog_carousel--x5 .comments,
	.catalog_carousel-arr .comments {
		font-size: 12px;
		font-weight: 500;
		line-height: 20px;
		/* 166.667% */
	}

	.catalog_carousel .name,
	.catalog_carousel--x5 .name,
	.catalog_carousel-arr .name {
		margin: 8px 20px 0 18px;
	}

	.catalog_carousel .catalog-item,
	.catalog_carousel--x5 .catalog-item,
	.catalog_carousel-arr .catalog-item {
		box-shadow: none;
		background: none;
	}

	.catalog_carousel .catalog-item a,
	.catalog_carousel--x5 .catalog-item a,
	.catalog_carousel-arr .catalog-item a {
		background: none;
		padding: 0 0 12px;
		font-size: 12px;
		box-shadow: none;
	}

	.product-info_bottom {
		padding: 13px 0 99px;
	}

	.product-info_bottom .tab-menu {
		margin: 0 0 33px;
	}

	.product-info_bottom .title-item {
		border-bottom: none;
		font-size: 24px;
		padding: 0 0 24px;
		font-weight: 700;
		line-height: 28px;
		/* 116.667% */
	}

	.product-info_bottom .catalog-sort {
		float: none;
	}

	.comments-right {
		margin: 35px auto 20px;
	}

	.comments-right .top {
		padding: 0 0 19px;
		font-size: 24px;
		font-weight: 700;
		line-height: 28px;
	}

	.comments-list {
		padding: 32px 0 0;
	}

	.product-info_right_param td:first-child {
		white-space: nowrap;
	}

	.product-info_right_param span {
		max-width: 385px;
	}

	.product-info_bottom .product-info_right_param .col {
		width: 100%;
		padding: 0;
	}

	.product-info_bottom .product-info_right_param,
	.product-info_bottom .text-in {
		font-size: 16px;
		line-height: 22px;
		padding: 0;
	}

	.masthead {
		background: linear-gradient(62deg, #e0e1e3 19.71%, #fff 76.62%);
		margin: 0;
	}

	.masthead:after {
		background: url(/local/templates/byshop/css/../images/bg-masthead-mobile.png) no-repeat left bottom;
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}

	.masthead .slick-arrow {
		display: none !important;
	}

	.masthead .slick-dots {
		position: absolute;
		bottom: 27px;
		left: 0;
		width: 100%;
		text-align: center;
	}

	.masthead .slick-dots li {
		display: inline-block;
		margin: 0 9px;
		vertical-align: top;
	}

	.masthead .slick-dots button {
		border: none;
		padding: 0;
		font-size: 0;
		width: 15px;
		height: 15px;
		background: #fff;
		opacity: 0.8;
		border-radius: 100%;
	}

	.masthead .slick-dots .slick-active button {
		opacity: 1;
	}

	.masthead .in {
		width: 100%;
		float: none;
		padding: 92px 0 143px;
	}

	.masthead img {
		position: absolute;
		bottom: -17px;
		right: -8px;
		margin: 0;
		max-height: 215px;
		max-width: 257px;
		object-fit: contain;
	}

	.masthead h3 {
		margin: 0 0 7px;
		font-size: 14.658px;
		font-style: normal;
		font-weight: 600;
		line-height: 22.802px;
		/* 155.556% */
	}

	.masthead h2 {
		font-size: 26.059px;
		font-style: normal;
		font-weight: 700;
		margin: 0 0 17px;
		line-height: 28.503px;
		/* 109.375% */
	}

	.best-list {
		padding: 28px 0 0;
		background: #fff;
	}

	.best-list .title-item {
		padding: 0 110px 0 0;
		position: relative;
		margin: 0 0 24px;
	}

	.best-list .title-item a {
		position: absolute;
		bottom: 0;
		right: 0;
	}

	.catalog_carousel--x5 {
		box-shadow: none;
		margin: 0 -8px;
		padding: 0 0 49px;
	}

	.catalog_carousel--x5 .slick-arrow {
		bottom: 0 !important;
	}

	.catalog_carousel--x5 .slick-slide {
		padding: 0 8px;
	}

	.catalog_carousel--x5 .preview {
		border-radius: 6px;
		border: 1px solid #e0e0e0;
		background: #fff;
		height: auto;
		padding: calc(100% - 2px) 0 0;
		box-sizing: border-box;
		margin: 0 0 3px;
	}

	.catalog_carousel--x5 .popular,
	.catalog_carousel--x5 .article,
	.catalog_carousel--x5 .name {
		margin-left: auto;
	}

	.day-pack-for-you_in,
	.popular-category_in,
	.category-grid_list {
		border-width: 8px;
		overflow: hidden;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: auto;
		margin: 0 -10px;
	}

	.day-pack-for-you_in .item,
	.popular-category_in .item,
	.category-grid_list .item {
		float: left;
		padding: 19px 10px;
		color: #252523;
		font-size: 18px;
		font-weight: 700;
		box-shadow: none;
		line-height: 28px;
		height: 221px;
		width: 50%;
		-ms-flex: 50% 1 1;
		flex: 50% 1 1;
	}

	.day-pack-for-you_in .item:after,
	.popular-category_in .item:after,
	.category-grid_list .item:after {
		display: none;
	}

	.day-pack-for-you_in span,
	.popular-category_in span,
	.category-grid_list span {
		position: relative;
		display: block;
	}

	.day-pack-for-you_in span:after,
	.popular-category_in span:after,
	.category-grid_list span:after {
		margin: 8px 0 0;
		width: 40px;
		height: 4px;
		background: #ff6b00;
		position: absolute;
		border-radius: 5px;
		top: 100%;
		left: 0;
		content: "";
		display: inline-block;
	}

	.promo-dark_in {
		padding: 0;
	}

	.promo-dark_in .slick-dots {
		display: none !important;
	}

	.bottom-about .img-logo {
		position: static;
		margin: 0 auto;
		left: 0;
		transform: none;
	}

	.bottom-about .right,
	.bottom-about .left {
		float: none !important;
		width: 100%;
		font-size: 16px;
		padding: 39px 0 0 !important;
		font-weight: 400;
		line-height: 24px;
		/* 150% */
	}

	.bottom-about .right:after,
	.bottom-about .left:after {
		height: 14px;
	}

	.bottom-about .left {
		margin: 0 0 22px;
	}

	.bottom-about .right h2,
	.bottom-about .left h2 {
		font-size: 24px;
		font-weight: 700;
		line-height: 32px;
	}

	.category-grid {
		margin: 0 0 31px;
	}

	.category-grid .title-item {
		padding: 0 115px 0 0;
		position: relative;
		margin: 0 0 8px;
	}

	.category-grid .title-item a {
		position: absolute;
		bottom: 0;
		right: 0;
	}

	.catalog-list-small_in {
		padding: 2px 0 14px;
	}

	.catalog-list-small_in .catalog-item {
		margin: 0 0 -3px;
		padding: 10px;
		width: 100%;
	}

	.catalog-list-small_in .catalog-item a {
		font-size: 12px;
	}

	.catalog-list-small_in .slick-arrow {
		width: 156px;
		overflow: hidden;
		margin: 0 -93px;
	}

	.catalog-list-small_in .slick-next {
		margin: 4px 93px;
	}

	.catalog-list-small_in .slick-next svg {
		float: right;
	}

	.catalog-list-small_in .preview {
		margin: 0 32px 4px 0;
		height: 140px;
		padding: 0;
		width: 140px;
	}

	.catalog-list-small_in .comments,
	.catalog-list-small_in .article {
		font-size: inherit;
		margin: 0 0 8px;
	}

	.popular-category .title-item {
		padding: 0 115px 0 0;
		position: relative;
		margin: 0 0 8px;
	}

	.popular-category .title-item a {
		position: absolute;
		bottom: 0;
		right: 0;
	}

	.popular-category_in {
		overflow: visible;
		margin: -6px -8px 0;
	}

	.popular-category_in .item {
		height: 202px;
		margin: 0 8px 16px;
		width: auto;
		-ms-flex: 40% 1 1;
		box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.15);
		flex: 40% 1 1;
	}

	.privat-list {
		padding: 12px 0 11px;
	}

	.privat-list .title-item {
		padding: 0 115px 0 0;
		position: relative;
		margin: 0 0 8px;
	}

	.privat-list .title-item a {
		position: absolute;
		bottom: 0;
		right: 0;
	}

	.day-pack-for-you {
		padding: 20px 0 16px;
	}

	.promo-dark_in {
		margin: 0;
	}

	.promo-dark_in .slick-arrow {
		display: none !important;
	}

	.popular-list {
		padding: 21px 0 0;
		margin: 0 0 -32px;
	}

	.popular-list .slick-arrow {
		display: none !important;
	}

	.popular-list .title-item {
		padding: 0 115px 0 0;
		position: relative;
		margin: 0 0 25px;
	}

	.popular-list .title-item a {
		position: absolute;
		bottom: 0;
		right: 0;
	}

	.bottom-about {
		background: url(/local/templates/byshop/css/../images/bg-about-bottom-mobile.png) no-repeat top center;
		background-size: 100% 100%;
		position: relative;
		margin-bottom: 0;
		padding: 160px 0 39px;
		z-index: 10;
	}

	.bottom-about .title-item {
		top: -72px;
		color: #fff;
		font-size: 80px;
		font-weight: 700;
		line-height: 32px;
		text-transform: uppercase;
	}

	.bottom-about .img-logo {
		position: relative;
		left: -10px;
		top: auto;
		display: block;
		width: 350px;
		margin: -79px auto -50px;
	}

	.mega-menu {
		-ms-flex-align: center;
		align-items: center;
		padding: 48px 0 0;
	}

	.mega-menu .close {
		top: 8px;
		padding: 5px 7px 5px 27px;
		left: auto;
		right: 16px;
	}

	.mega-menu .close svg {
		width: 20px;
		height: 20px;
	}

	.mega-menu .wrapper {
		padding: 0;
	}

	.mega-menu_left {
		width: 100%;
		float: none;
		height: auto;
		overflow: hidden;
		border: none;
		padding: 24px 0 0;
	}

	.mega-menu_left .preview {
		width: 62px;
		height: 62px;
	}

	.mega-menu_left li {
		position: relative;
		border-bottom: 1px solid #e0e0e0;
	}

	.mega-menu_left li:first-child {
		border-top: 1px solid #e0e0e0;
	}

	.mega-menu_left a {
		padding: 21px 10px 21px 76px;
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: 20px;
		/* 125% */
	}

	.mega-menu_right {
		clear: both;
		position: relative;
		width: 100%;
		height: 201px;
		padding: 21px 5px 1px;
		display: -ms-flexbox;
		display: flex;
	}

	.mega-menu_right img {
		width: calc(50% - 16px);
		height: 161px;
		margin: 0 8px;
	}

	.mega-menu_second-menu {
		position: relative;
		padding: 27px 0 22px 17px;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		height: auto;
	}

	.mega-menu_second-menu li {
		border: none !important;
		margin: 0 0 19px;
	}

	.mega-menu_second-menu a {
		padding: 0;
	}

	.mega-menu_in {
		overflow: auto;
		height: auto;
		max-height: 100%;
	}

	.contacts-info {
		padding: 4px 0 42px;
	}

	.contacts-info_in {
		float: none;
		width: 100%;
		overflow: hidden;
		margin: 0;
	}

	.contacts-info_in .btn {
		font-size: 18px;
		padding: 19px 20px;
		font-weight: 600;
		line-height: 22px;
		/* 122.222% */
	}

	.contacts-info_in .info {
		margin-right: -17px;
	}

	.contacts-info_in .info .item {
		margin: 0 17px 0 0;
	}

	.contacts-info_in .time {
		font-size: 16px;
		margin: 0 0 5px -8px;
	}

	.contacts-info_in .time .item {
		padding: 9px;
		margin: 0 8px 15px 8px;
	}

	.contacts-info_in h3 {
		margin: 0 0 8px;
	}

	.contacts-info_in h3 b {
		display: block;
		margin: 0 0 1px;
	}

	.contacts-info_in h3 b:last-child {
		margin: 0;
	}

	.contacts-info_in .info svg,
	.contacts-info_in .info img {
		margin: 0 5px 0 0;
	}

	.small-gallery {
		width: auto;
		margin: 32px -24px 40px 0;


	}

	.small-gallery .slick-arrow {
		left: 47%;
	}

	.small-gallery a {
		position: relative;
		width: 100%;
		padding: 100% 0 0;
	}

	.small-gallery .slick-slide {
		padding: 0 24px 0 0;
	}

	.small-gallery img {
		position: absolute;
		top: 0;
		left: 0;
	}

	.contacts-info_map .map {
		display: none;
	}

	.contacts-info_map .btn {
		margin: 0;
		width: 100%;
		padding: 19px 20px;
		font-size: 18px;
		font-style: normal;
		font-weight: 600;
		line-height: 22px;
		/* 122.222% */
	}

	.mobile-subscribe {
		display: block;
	}

	.fancybox-slide--html {
		padding: 0;
	}

	.popup {
		padding: 101px 16px 50px;
		border-radius: 0;
		background: #fff;
		width: 100%;
	}

	.popup .title {
		color: #252523;
		text-align: center;
		font-size: 28px;
		font-weight: 700;
		margin: 0 0 24px;
		line-height: 28px;
		/* 100% */
	}

	.popup .preview {
		width: 130px;
		height: 130px;
	}

	.popup .star {
		margin: 0 0 40px;
	}

	.popup .name {
		font-size: 14px;
		font-weight: 400;
		max-width: none;
		line-height: 22px;
		margin: 0 auto 25px;
		width: 100%;
	}

	.popup .checkbox span {
		font-size: 14px;
		font-weight: 400;
		line-height: 22px;
		/* 157.143% */
	}

	.popup input {
		padding: 12px 16px;
	}

	.fancybox-slide--html .fancybox-close-small {
		background: url(/local/templates/byshop/css/../images/svg/back.svg) no-repeat center;
		width: 45px;
		height: 21px;
		left: 17px;
		right: auto;
		top: 68px;
	}

	.fancybox-slide--html .fancybox-close-small svg {
		opacity: 0;
	}

	.seo-bottom-text {
		margin: 26px 9px 0;
		color: #fff;
		padding: 28px 35px 6px 28px;
		font-size: 16px;
		font-weight: 400;
		line-height: 22px;
		/* 137.5% */
	}

	.seo-bottom-text h3 {
		font-size: 28px;
		margin: 57px 0 24px;
		font-style: normal;
		font-weight: 700;
		line-height: 34px;
		/* 121.429% */
	}

	.title-item a {
		color: #ff7633;
	}

	.catalog-list-small .title-item {
		padding: 0 115px 0 0;
		position: relative;
	}

	.catalog-list-small .title-item a {
		position: absolute;
		bottom: 0;
		right: 0;
	}

	.mega-menu_second-menu a {
		font-weight: 400;
	}

	.mega-menu_right {
		height: auto;
	}

	.mega-menu_right img {
		height: auto;
	}

	.popup-up {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.popup-up .header {
		z-index: 100000;
	}

	.popup-up .footer {
		-ms-flex-order: 100;
		order: 100;
	}

	.popup-up .content {
		display: none;
	}

	.popup-up .fancybox-container {
		height: auto;
		position: static;
	}

	.popup-up .fancybox-inner {
		position: static;
	}

	.popup-up .fancybox-slide {
		position: static;
		height: auto;
	}

	.popup-up .fancybox-stage {
		position: static;
	}

	.fancybox-container {
		transition: none !important;
	}

	.popup-carousel {
		width: 100%;
		text-align: left;
		padding: 105px 16px 45px;
	}

	.popup-carousel .label {
		color: #252523;
		font-size: 18px;
		font-weight: 700;
		line-height: 22px;
		/* 122.222% */
	}

	.popup-carousel .slick-dots {
		position: absolute;
		bottom: 28px;
		left: 0;
		width: 100%;
		line-height: 7px;
		text-align: center;
	}

	.popup-carousel .slick-dots li {
		display: inline-block;
		vertical-align: top;
		margin: 0 2px;
		line-height: 7px;
	}

	.popup-carousel .slick-dots button {
		font-size: 0;
		background: black;
		opacity: 0.1;
		padding: 0;
		height: 5px;
		border-radius: 10px;
		width: 5px;
		border: none;
	}

	.popup-carousel .slick-dots .slick-active button {
		opacity: 1;
		width: 14px;
		height: 7px;
		background: #ff7633;
	}

	.popup-carousel_big img {
		width: 100%;
		height: auto;
	}

	.popup-carousel_small {
		width: 100%;
		padding: 0 0 30px;
	}

	.popup-carousel_small .slick-arrow {
		bottom: 0;
		left: 0;
		top: auto;
		margin: 0;
		transform: none;
		right: auto;
	}

	.popup-carousel_small .slick-next {
		left: auto;
		right: 0;
	}

	.popup-carousel_small span {
		width: 74px;
		height: 100px;
	}

	.popup-carousel_small img {
		object-fit: contain;
	}

	.popular-category_in .item {
		background: #f9f9f9 url(/local/templates/byshop/css/../images/m.png) no-repeat left top;
		background-attachment: fixed;
	}

	.contacts-info_in {
		position: relative;
	}

	.small-gallery {
		position: static;
	}

	.small-gallery .slick-arrow {
		left: 50%;
		margin-bottom: 40px;
	}

	.category-grid_list .item {
		background-size: 768px auto;
	}

	.header_search button {
		position: relative;
	}

	.header_search button svg {
		transform: translate(-50%, -50%);
		top: 50%;
		left: 50%;
		position: absolute;
	}

	.footer_top a:last-child {
		width: 50%;
		text-align: left;
	}

	.pagination ul {
		width: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.popup-up .fancybox-bg {
		opacity: 0 !important;
	}

	.catalog-item {
		width: 50%;
	}

	.catalog_carousel .catalog-item:hover,
	.catalog_carousel-arr .catalog-item:hover,
	.catalog_carousel--x5 .catalog-item:hover {
		box-shadow: none !important;
	}

	.catalog-list-small_in .comments {
		position: relative;
		top: -1px;
	}

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

    .catalog-subsections a{
        margin: 0 10px 10px 0;
    }



    .catalog-subsections_mob-scroll::-webkit-scrollbar { width: 0; }
    .catalog-subsections_mob-scroll{
        overflow: auto;
        width: 100vw;
        margin-left: -16px;
        margin-right: -16px;
        padding-left: 16px;
         overflow: -moz-scrollbars-none;
          -ms-overflow-style: none;
    }
    .catalog-flex-wrap .catalog-sidebar .filter-catalog .back{
        width: 100% !important;
    }
    .catalog-subsections_mob-scroll .catalog-subsections {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 0px;
        white-space: nowrap;
        padding-bottom: 0;
        border-bottom: none;
        margin-bottom: 0;
        grid-row-gap: 0px;
    }

    .filter-catalog .accordion-title:hover,
    .filter-catalog .accordion-title{
        color: #252523;
    }
    .filter-catalog .accordion-title:hover path {
        fill: #B5B5B4;
    }
    .filter-catalog .category {
        margin: 6px 0 14px;
    }
    .catalog-flex-wrap .catalog-sidebar{
        align-items: flex-end;
    }
    .catalog-flex-wrap .catalog-sidebar .filter-catalog{
        max-height: 100%;
        overflow: auto;
    }
    .filter-catalog h3{
        font-size: 18px;
        line-height: 22px;
    }
    .catalog-subsections_mob-scroll{
        border-bottom: 1px solid #e0e0e0;
        margin-bottom: 24px;
    }
    .mega-menu .close{
        translate: none;
    }
    .catalog-item h3{
        font-size: 18px;
        line-height: 1.3;
    }

    .content .popular-list:last-child{
        margin-bottom: 1px;
    }

    .comments-right .btn,
	.software-block .btn {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }


    .day-pack-for-you_in .item{
        width: 255px;
        float: none;
        white-space: normal;
        display: inline-block;
        background: #f9f9f9;
        vertical-align: top;
    }
    .day-pack-for-you_in::-webkit-scrollbar { width: 1px; }
    .day-pack-for-you_in:after{
        display: none;
    }
    .day-pack-for-you_in{
        overflow: auto;
        display: block;
        font-size: 0;
        width: auto;
        margin: 0 -16px;
        padding: 0 4px;
        white-space: nowrap;
         overflow: -moz-scrollbars-none;
          -ms-overflow-style: none;

    }

    .footer_bottom{
        text-align: center;
        padding: 0;
    }
    .footer_bottom a:first-child{
        margin: 0;
    }
    .footer_bottom a{
        margin: 26px 0 0;
        display: block;
    }
}




/*digital copyright*/
.another_copyright{}
.ac_block{}

.another_copyright .ac_digitech{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	gap: 10px;
	opacity: unset !important;
	text-decoration: none;
}
.ac_txt{
	font-size: 12px;
	display: inline-block;
	flex: 1 0 auto;
}
.another_copyright .ac_digitech:hover .ac_txt{text-decoration: underline;}
.ac_img{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
}
.ac_img img{
	width: 100%;
	height: auto;
}
@media all and (max-width: 767px){
	.another_copyright {
		margin-bottom: 20px;
	}
	.another_copyright .ac_digitech{
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		align-content: center;
		gap: 10px;
		opacity: unset !important;
		text-decoration: none;
	}
	.another_copyright .ac_digitech .ac_img{
		max-width: 150px;
	}
	.another_copyright .ac_digitech .ac_txt{}
}
/* End */


/* Start:/local/templates/byshop/template_styles.css?17242427927071*/
.smart-filter-parameters-box-container li label.disabled{opacity:.5}.catalog_carousel-arr .slick-track,.catalog_carousel--x5 .slick-track,.catalog_carousel .slick-track{display:flex}.catalog_carousel-arr .slick-track .slick-slide,.catalog_carousel--x5 .slick-track .slick-slide,.catalog_carousel .slick-track .slick-slide{height:auto;display:flex}.catalog_carousel-arr .slick-track .slick-slide>div,.catalog_carousel--x5 .slick-track .slick-slide>div,.catalog_carousel .slick-track .slick-slide>div{display:flex;width:100%}.catalog_carousel-arr .slick-track .slick-slide .carousel-item,.catalog_carousel--x5 .slick-track .slick-slide .carousel-item,.catalog_carousel .slick-track .slick-slide .carousel-item{display:flex !important;width:100%}.catalog_carousel-arr .slick-arrow,.catalog_carousel--x5 .slick-arrow,.catalog_carousel .slick-arrow{background:none !important}.category-grid_list .item>span,.popular-category_in .item>span{z-index:3;position:relative}.category-grid_list .item>span:after,.popular-category_in .item>span:after{width:40px;height:4px;background:#ff6b00;position:absolute;bottom:-10px;left:0px;content:"";display:block;pointer-events:none}.category-grid_list .item::after,.popular-category_in .item::after{display:none}.content.filter-opened{position:relative;z-index:101;-webkit-user-select:none;-moz-user-select:none;user-select:none}.content.filter-opened:after{opacity:0}.catalog-flex-wrap{display:flex;gap:20px}@media screen and (max-width: 1024px){.catalog-flex-wrap{flex-wrap:wrap}}.catalog-flex-wrap .catalog-sidebar{max-width:24%;flex:0 0 24%;scroll-behavior:none}.catalog-flex-wrap .catalog-sidebar .catalog-sidebar--top-btn{display:none}.catalog-flex-wrap .catalog-sidebar .filter-catalog .close{display:none}@media(max-width: 991px){.catalog-flex-wrap .catalog-sidebar{flex:0 0 100%;max-width:100%;position:fixed;top:0;left:0;width:100%;height:auto;padding-top:48px;height:100%;display:flex;z-index:101;background:rgba(0,0,0,0);transition:.3s;pointer-events:none}.catalog-flex-wrap .catalog-sidebar .filter-catalog{border-radius:8px 8px 0px 0px;background-color:#fff;padding-left:16px;padding-right:16px;padding-top:41px;width:100%;transition:.3s;translate:0 100%;position:relative}.catalog-flex-wrap .catalog-sidebar .filter-catalog .catalog-sidebar--top-btn{display:block;position:absolute;top:0;left:0;width:100%;height:38px}.catalog-flex-wrap .catalog-sidebar .filter-catalog .catalog-sidebar--top-btn::after{left:50%;display:block;content:"";position:absolute;width:28px;height:4px;top:8px;background:#252523;opacity:.1;border-radius:10px;translate:-50% 0}.catalog-flex-wrap .catalog-sidebar .filter-catalog .back{padding:0;margin:0;margin-bottom:22px}.catalog-flex-wrap .catalog-sidebar.visible{background:rgba(0,0,0,.5);pointer-events:all}.catalog-flex-wrap .catalog-sidebar.visible .filter-catalog{translate:0 0}}.catalog-flex-wrap .catalog-list_top{display:flex}.catalog-flex-wrap .catalog-list_top .catalog-sort{margin-right:auto;order:-1}.catalog-flex-wrap .catalog-list_top .catalog-views a svg,.catalog-flex-wrap .catalog-list_top .catalog-views a img{display:block}.catalog-flex--top{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:20px;margin-right:auto}.catalog-flex--top .catalog-title-wrap{display:flex;gap:20px;row-gap:0px;align-items:flex-end}@media(max-width: 991px){.catalog-flex--top .catalog-title-wrap{max-width:70%;flex-wrap:wrap}}.catalog-flex--top .catalog-title-wrap .catalog-title--counter{font-style:normal;font-weight:400;font-size:16px;color:#b5b5b4}.props-grid{display:grid;gap:14px;margin-bottom:14px;max-width:345px;width:100%}.props-grid .props-grid_item{color:#252523;font-size:16px;display:flex;align-items:flex-end;position:relative}.props-grid .props-grid_item .prop-name{order:1;margin-right:.1em;text-align:left}.props-grid .props-grid_item .prop-name span{background-color:#fff;display:initial}.props-grid .props-grid_item .prop-value{order:3;margin-left:.1em;text-align:right;margin-left:auto}.props-grid .props-grid_item .prop-value span{background-color:#fff;display:initial}.props-grid .props-grid_item::after{display:block;position:absolute;bottom:5px;left:0;width:100%;content:"";color:#656565;flex:1 1 auto;white-space:nowrap;overflow:hidden;order:2;height:2px;background-image:radial-gradient(circle, #656565 50%, transparent 50%);background-size:4px 2px;background-repeat:repeat-x}.product-info_right_logos{display:flex;gap:24px}@media(max-width: 991px){.product-info_right_logos{gap:2px}}.product-info_right_logos a{display:table;padding:11px 22px;border:1px solid rgba(0,0,0,0);transition:.3s;border-radius:6px}@media(max-width: 991px){.product-info_right_logos a{padding:8px 16px}}.product-info_right_logos a img{margin:0 !important;display:block}@media(max-width: 991px){.product-info_right_logos a img{max-width:100%;display:block}}.product-info_right_logos a.wb-style:hover{border-color:#ae119c}.product-info_right_logos a.ozon-style:hover{border-color:#2359f4}.catalog-subsections{display:flex;gap:18px;row-gap:16px;border-bottom:1px solid #e0e0e0;margin-bottom:24px;padding-bottom:24px;flex-wrap:wrap}.catalog-subsections a{display:block;text-decoration:none;box-sizing:border-box;padding:8px 16px;background:#fff;border:1px solid #e0e0e0;border-radius:5px;font-weight:500;font-size:16px;line-height:1;color:#535353;transition:.3s}.catalog-subsections a:hover{text-decoration:none;color:#ff7633;background-color:#fff1eb;border-color:#fff1eb}.catalog-main{flex:1 1 auto}.footer_nav ul{display:flex;gap:20px;flex-wrap:wrap}.footer_nav ul li a{color:#fff;text-decoration:none;line-height:1;font-size:16px}.footer_nav ul li a:hover{color:#fff;text-decoration:underline}.contacts-flex-wrap{display:flex;flex-wrap:wrap}@media(max-width: 991px){.contacts-flex-wrap{gap:40px}}.contacts-flex-wrap .contacts-info_map{order:1;flex:0 0 480px;width:100%;max-width:480px;height:auto;display:flex;flex-direction:column}@media(max-width: 991px){.contacts-flex-wrap .contacts-info_map{flex:1 1 auto;max-width:100%;order:3}}.contacts-flex-wrap .contacts-info_map .map{aspect-ratio:1;padding-bottom:100%;position:relative;margin-bottom:38px}.contacts-flex-wrap .contacts-info_map .map iframe{position:absolute;top:0;left:0;width:100%;height:100%}.contacts-flex-wrap .contacts-info_map .btn{margin-top:auto;width:100%;margin-left:auto;margin-right:auto;max-width:220px;text-align:center}.contacts-flex-wrap .contacts-info_in{order:2;flex:1 1 0;display:flex;flex-direction:column}.contacts-flex-wrap .contacts-info_in .small-gallery{margin-top:auto}.blog-snippet{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media(max-width: 991px){.blog-snippet{grid-template-columns:1fr}}.blog-snippet .blog-snippet--col{max-width:100%;width:100%;position:relative;padding-bottom:44%}.blog-snippet .blog-snippet--col img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.software-block{margin-bottom:8px}.software-block a{width:250px}/*# sourceMappingURL=template_styles.css.map */
/* End */
/* /local/templates/byshop/css/style.css?1780005291130264 */
/* /local/templates/byshop/template_styles.css?17242427927071 */
