html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	font-family: "Arial",sans-serif;
	font-weight: 400;
	color: #222;
	font-size: 16px;
	line-height: 1.5;
	width: 100%;
	max-width: 100%;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
	margin: 0;
}
body.overflowed {
	overflow: hidden;
}
button, html [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
}
iframe, video {
	max-width: 100%;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 32px;
	margin-bottom: 50px;
}

#information-news h1 {
	font-size: 30px;
	margin-bottom: 0.6rem;
}

#information-news h1.mb-50 {
	font-size: 30px;
	margin-top: 120px;
	margin-bottom: 30px;
}
h2 {
	font-size: 24px;
	font-weight: 400;
	letter-spacing: .04em;
	margin-bottom: revert;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #00a0e3;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0;
}
label,.label {
	font-weight: normal;
	margin-bottom: 5px;
	font-size: 14px;
	color: #1A1A1A;
}
textarea, input, button {
	font: inherit;
	border: none;
	outline: none;
}
::-webkit-input-placeholder{
	color: inherit;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
	min-height: 46px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
	color: #222;
}
.input-group .input-group-addon {
	font-size: 14px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
	border: 0;
	padding: 0;
	list-style: none;
	background-color: rgba(255,255,255,0);
	border-bottom: 1px solid #e6e6e6;
}
.nav-tabs > li {
	bottom: 0;
	margin: 0;
	border: 0;
	background-color: rgba(255,255,255,0);
}
.nav-tabs > li > a {
	position: relative;
	display: block;
	padding: 10px 27px!important;
	font-size: 14px;
	color: #000;
	border-top: 3px solid rgba(255,255,255,0);
	outline: none;
}
.nav-tabs > li > a.active {
	color: #00a0e3;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-top: 3px solid #00a0e3;
}
.nav-tabs > li > a::after {
	display: none;
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #fff;
}
.nav-tabs > li > a.active::after {
	display: block;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
.top_info_row {
	background-color: #D60972;
    text-align: center;
    font-size: 13px;
    padding: 5px 0;
    color: #fff;
}
.bottom_info_wrap {
	display: flex;
	height: 48px;
	position: relative;
	background-color: #B0CB1F;
	font-size: 14px;
	font-weight: 600;
	padding: 5px 20px;
	align-items: center;
	justify-content: center;
}
.bottom_info_wrap .bottom_info_icon {
	width: 20px;
	height: 20px;
	fill: #e5097f;
	margin-right: 10px;
}
.bottom_info_link a {
	padding: 6px 10px;
	margin-left: 10px;
	color: #1A1A1A;
	border: 1px solid #1A1A1A;
	border-radius: 4px;
	font-weight: 600;
}
.bottom_info_close {
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	text-align: center;
	background-color: #B0CB1F;
}
/* logo */
#footer-logo a {
	color: #00a0e3;
}
footer .list-unstyled{
	margin: 0;
}
#footer-logo a span {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
}
#footer-logo a span {
	font-size: 32px;
	font-weight: 400;
}
#footer-logo a span:before {
	content: '';
	display: block;
	background: url(../image/logo.svg) center center no-repeat;
	margin: 0 10px 0 0;
	width: 38px;
	height: 38px;
	background-size: 100%;
}
#footer-logo a span:before {
	width: 62px;
	height: 62px;
}
#search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 10px;
	margin-left: 0;
	border: 1px solid #0099d9;
	border-radius: 4px;
	background-color: #00acf4;
	-webkit-transition: ease-out 0.3s;
	transition: ease-out 0.3s;
}
#search input {
	display: block;
	width: 528px;
	height: 40px;
	font-size: 14px;
	color: #fff;
	line-height: 1;
	background-color: rgba(255,255,255,0);
}
#search input:focus {
	border-color: #fff;
	color: #fff;
}
#search button {
	display: block;
	width: 40px;
	height: 40px;
	background-image: url(/image/catalog/icons/19.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 22px 22px;
	background-color: rgba(255,255,255,0);
}  
/* cart */
#cart > .btn {
	background: none;
	border: 0;
	position: relative;
	padding: 0;
	margin: 0;
	box-shadow: none;
	width: auto;
}
#cart > .btn > a > svg {
	width: 45px;
	height: 45px;
	fill: #00a0e3;
	margin-top: -10px;
}
#cart > .btn > a > span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 18px;
	height: 18px;
	position: absolute;
	top: -10px;
	right: -7px;
	font-size: 12px;
	color: #fff;
	line-height: 18px;
	text-align: center;
	border-radius: 50%;
	background-color: #e5097f;
}
#cart > .btn:after {
	display: none;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	width: 280px;
	top: auto;
	padding: 20px;
	margin: 0;
	font-size: 16px;
	border-radius: 4px;
	background-color: #fff;
	-webkit-box-shadow: 0 4px 4px 4px #c6c6c6;
	box-shadow: 0 2px 25px 2px #999;
	z-index: 1001;
	border: 0;
}
#cart .dropdown-menu a {
	width: 100%;
	height: 46px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	line-height: 1;
	color: #fff;
	background-color: #00a0e3;
	border-radius: 4px;
	-webkit-transition: ease-out 0.3s;
	transition: ease-out 0.3s;
	margin-top: 15px;
}
#cart .dropdown-menu a:hover, #cart .dropdown-menu a:active {
	background-color: #00aaf1;
	-webkit-transition: ease-out 0.3s;
	transition: ease-out 0.3s;
}
#cart .dropdown-menu {
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
}
.header-row {
	position: relative;
}
.custom-menu__container {
	display: flex;
	align-items: center;
}
@media (min-width: 868px) {
	.custom-menu__container .custom-menu__background:hover > .custom-menu__main {
		transition: .3s;
		height: auto;
		opacity: 1;
		visibility: visible;
		display: flex;
		position: absolute;
		background: #fff;
		padding: 15px 15px 0;
		z-index: 12;
		-webkit-box-shadow: 0 4px 23.75px 1.25px rgb(0 0 0 / 10%);
		box-shadow: 0 4px 23.75px 1.25px rgb(0 0 0 / 10%);
		top: 60px;
		/*left: 0;*/
		justify-content: flex-start;
		flex-direction: column;
		flex-wrap: wrap;
		width: 1300px;
		max-width: 1300px;
		max-height: 760px;
	}
}
@media (min-width: 868px) and (max-width: 1199px) {
	.custom-menu__container .custom-menu__background:hover > .custom-menu__main {
		top: 52px;
		left: 0;
	}
}
.custom-menu__container .custom-menu__background {
	padding: 10px 0;
}
.custom-menu__background:hover .js-menu-mobile {
	border-color: #fff;
	-webkit-transition: ease-out 0.3s;
	transition: ease-out 0.3s;
}
.custom-menu__main {
	transition: .3s;
	height: 0;
	opacity: 0;
	visibility: hidden;
	display: none;
}
.custom-menu__block {
	width: 284px;
    margin-bottom: 10px;
	margin-right: 15px;
    padding: 12px 10px;
    padding-left: 15px;
    font-size: 13px;
    line-height: 16px;
    border-radius: 10px;
	background-color: rgba(229,9,127,.04);
}
.custom-menu__block.desktop:last-of-type {
	margin-bottom: 0;
}
.custom-menu__block.mobile {
	display: none;
}
.custom-menu__subcategory, .custom-menu__category {
	display: block;
    letter-spacing: .04em;
    font-weight: 600;
    text-transform: uppercase;
    color: #00a0e3;
}
.mobile .custom-menu__category {
    text-transform: none;
}
.custom-menu__category__list {
	margin: 0;
    padding: 0;
    list-style: none;
    color: #4d4d4d;
}
.custom-menu__category__list li {
	margin-bottom: 9px;
}
.custom-menu__category__list li a{
    color: #333;
}
.custom-menu__category__list li a:hover{
	color: #40b8ea;
}
#close_m_menu,
.mob-menu-header {
	display: none;
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
.js-menu-mobile {
	display: flex;
}
#menu {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 11px;
	height: 100%;
}
#menu.active {
	display: block !important;
	position: absolute;
	top: 100%;
	margin: 10px 0 0 0;
	width: 200px;
	height: auto;
	z-index: 10;
	border-radius: 4px;
	background-color: #00a0e3;
	border: 1px solid #00a0e3;
}
#menu > li {
	margin-left: 15px;
	margin-right: 15px;
	padding: 10px 0;
	-webkit-transition: ease-out 0.3s;
	transition: ease-out 0.3s;
}
#menu > li:hover,#menu > li:active {
	text-decoration: none;
	background-color: #00a8ee;
	-webkit-transition: ease-out 0.3s;
	transition: ease-out 0.3s;
}
#menu > li > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 40px;
	padding: 0 15px;
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
	color: #fff;
	border-radius: 4px;
}
#menu > li:first-of-type > a:before {
	display: none;
	content: '';
	width: 16px;
	height: 16px;
	background: url(../image/icon-menu.svg) center center no-repeat;
	background-size: 100%;
	margin: 0 10px 0 0;
}
#menu > li:first-of-type a:hover {
	border-color: #fff;
	text-decoration: none;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
/* content */
#content {
	min-height: 600px;
}
#content img {
	max-width: 100%;
}
/* slideshow */
.slideshow.swiper-viewport {
	background: none;
	box-shadow: none;
	border-radius: 0;
	margin: 25px 0 40px 0;
	padding: 0;
	border: 0;
	position: relative;
}
.swiper-button-next {
	right: -55px;
}
.swiper-button-prev {
	left: -55px;
}
.slideshow.swiper-viewport .swiper-button-prev, .slideshow.swiper-viewport .swiper-button-next {
	width: 46px;
	height: 46px;
	background-size: contain;
	outline: none;
	background-image: url(../image/icon-swiper-button.svg);
}
.slideshow.swiper-viewport .swiper-button-next {
	right: -68px;
}
.slideshow.swiper-viewport .swiper-button-prev {
	left: -68px;
}
.slideshow.swiper-viewport .swiper-button-prev:after,
.slideshow.swiper-viewport .swiper-button-next:after {
	display: none;
}
.slideshow.swiper-viewport .swiper-button-prev:hover, .slideshow.swiper-viewport .swiper-button-next:hover {
	background-image: url(../image/icon-swiper-button-active.svg);
}
.slideshow.swiper-viewport .swiper-button-prev {
	-webkit-transform: rotate(
			180deg
	);
	transform: rotate(
			180deg
	);
}

/* footer */
footer {
	padding: 35px 0;
	margin-top: 120px;
	background-color: #000;
	color: #fff;
	position: relative;
	font-size: 14px;
	justify-self:flex-end;
	width: 100%;
}
#product-category {
	position: relative;
	z-index: 2;
}
#product-category + footer::before,
#common-home + footer::before {
	content: "";
	position: absolute;
	z-index: -1;
	right: 0;
	bottom: 20px;
	width: 416px;
	height: 832px;
	background-image: url(../image/deco-3.png);
	background-repeat: no-repeat;
	background-size: contain;
	display: none;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #fff;
	text-decoration: underline;
}
footer h5 {
	font-family: "Arial",sans-serif;
	font-size: 16px;
	color: #b3b3b3;
	text-transform: uppercase;
}
footer ul > li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 10px;
	line-height: 1.5;
	font-size: 15px;
}
footer ul>li:last-of-type {
	margin: 0;
}
footer ul > li:before {
	content: ">";
	position: absolute;
	top: 3px;
	left: 0;
	font-size: 12px;
}
footer .footer-contacts {
	width: 210px;
}
footer .footer-tel {
	display: flex;
	position: relative;
	margin-bottom: 5px;
	padding-left: 25px;
	text-align: right;
	justify-content: end;
}
footer .footer-tel:hover {
	text-decoration: none;
}
footer .footer-tel:hover b {
	text-decoration: underline;
}
footer .footer-tel::before {
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	width: 20px;
	height: 20px;
	background-image: url(../image/icon-footer-tel.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
footer .footer-tel:nth-of-type(2)::before,
footer .footer-tel:nth-of-type(3)::before{
	display: none;
}
footer .footer__tel--skype {
	justify-content: start;
}
footer .footer__tel--skype::before {
	background-image: url(/image/catalog/icons/13.svg)
}
footer .footer-tel span {
	margin-right: 15px;
	display: inline-block;
	vertical-align: baseline;
}
footer .footer-tel--skype {
	text-align: left;
	justify-content: flex-start;
}
footer .footer-tel--skype b {
	margin-left: 0;
}
footer .footer-tel--skype::before {
	background-image: url(../image/icon-footer-skype.svg);
}
footer .social-links {
	display: flex;
	margin-top: 20px;
}
footer .social-links a {
	display: flex;
	color: #000;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	align-items: center;
	justify-content: center;
	margin: 0 14px 10px 0;
	text-decoration: none;
}
footer .social-links a:hover {
	background: #00a0e3;
	-webkit-transition: ease-out 0.3s;
	transition: ease-out 0.3s;
}
footer .social-links a i {
	font-size: 24px;
}
footer .youtube_social_link {
	padding-top: 2px;
	padding-left: 3px;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin-top: 1rem;
	margin-bottom: 0.6rem;
	padding: 0;
	border: 0;
	background: none;
	font-size: 14px;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	padding: 0 0 0 20px;
	position: relative;
	/*white-space: nowrap;*/
}
.breadcrumb > li:first-of-type {
	padding: 0;
}
.breadcrumb > li + li:after {
	content: '';
	padding: 0;
}
.breadcrumb > li:before {
	content: '';
	display: block;
	position: absolute;
	top: 8px;
	left: 6px;
	width: 6px;
	height: 6px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.breadcrumb > li:first-of-type:before {
	display: none;
}
.breadcrumb > li > a {
	color: #333;
}
.breadcrumb > li > a:hover {
	text-decoration: underline;
}
.breadcrumb > li:last-of-type {
	/*padding: 0;*/
}
.breadcrumb > li:last-of-type > a {
	color: gray;
	text-decoration: none;
	pointer-events: none;
}
.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 40px;
	margin-bottom: 40px;
}
.pagination > li > span,
.pagination > li > a {
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 8px;
	color: #000;
	line-height: 1;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	-webkit-transition: ease-out 0.3s;
	transition: ease-out 0.3s;
}
.pagination > li > a:hover, .pagination > li.active > span {
	color: #fff;
	background-color: #00a0e3;
	border-color: #00a0e3;
	-webkit-transition: ease-out 0.3s;
	transition: ease-out 0.3s;
	cursor: pointer;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	border: 0;
	box-shadow: none;
	color: #fff;
	background-color: #00a0e3;
	border-radius: 4px;
	-webkit-transition: ease-out 0.3s;
	transition: ease-out 0.3s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 240px;
	height: 40px;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}
.btn.added {
	background-color: #B0CB1F;
}
.btn.added:before {
	content: "";
	position: relative;
	right: 10px;
	width: 20px;
	height: 20px;
	background-image: url(/image/catalog/icons/added.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
.btn.added:hover {
	background-color: #B0CB1F;
}
.btn.btn-default {
	color: #00a0e3;
	background: #fff;
	border: 2px solid #00a0e3;
	text-shadow: none;
}
.btn.btn-default:hover,
.btn.btn-default:active,
.btn.btn-default:focus {
	color: #fff;
	background: #00a0e3;
	border: 2px solid #00a0e3;
}
.btn-block {
	width: 100%;
}
.btn:hover {
	background-color: #00aaf1;
	-webkit-transition: ease-out 0.3s;
	transition: ease-out 0.3s;
	color: #fff;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.collapse-about-container {
	justify-content: center;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #1A1A1A;
	padding: 14px 20px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #f0f0f0;
	border-radius: 4px;
	background-color: #fff;
	-webkit-transition: ease-out 0.3s;
	transition: ease-out 0.3s;
	padding: 20px;
	position: relative;
	display: flex;
	flex-direction: column;
	height: auto;
}
#product-gallery-slideshow .swiper-button-prev {
	left: 0;
}
#product-gallery-slideshow .swiper-button-next {
	right: 0;
}
#product-gallery-slideshow .swiper-slide > a {
	display: block;
	margin: 0 auto;
	width: fit-content;
	background-color: rgba(0,0,0,.03);
}
#product-gallery-slideshow .swiper-slide .video__img {
	overflow: hidden;
	position: relative;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}
#product-gallery-slideshow .swiper-slide .youtube-image {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	max-height: initial;
	max-width: initial !important;
}
.video__img::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 61px;
	height: 61px;
	background-image: url(/image/catalog/icons/youtube.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
.product-thumb:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	border: 1px solid #f0f0f0;
	border-radius: 4px;
	background-color: #fff;
	-webkit-box-shadow: 0 16px 16px rgb(0 0 0 / 10%);
	box-shadow: 0 16px 16px rgb(0 0 0 / 10%);
	opacity: 0;
	-webkit-transition: ease-out 0.3s;
	transition: ease-out 0.3s;
}
.product-thumb:hover {
	z-index: 10;
	border-color: rgba(255,255,255,0);
	-webkit-transition: ease-out 0.3s;
	transition: ease-out 0.3s;
}
.product-thumb:hover::before {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	opacity: 1;
}
.product-thumb:hover .size-cont {
	display: block;
	overflow: visible;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	position: relative;
	min-height: 110px;
	font-size: 16px;
	color: #222;
}
.product-thumb .caption a.name {
	color: #000;
	display: inline-block;
	height: 48px;
}
.product-thumb .caption a.name:hover {
	color: #00a0e3;
	-webkit-transition: ease-out 0.3s;
	transition: ease-out 0.3s;
}
.product-thumb a:hover {
	text-decoration: underline;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.product-thumb .rating a {
	font-size: 14px;
}
.rating img {
	width: 16px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #000;
	font-size: 22px;
	margin: 0!important;
}
.product-thumb .price.dim {
	color: #d8d8d8;
}
.product-thumb .price-new {
	color: #e5097f;
}
.product-thumb .price-old {
	font-size: 14px;
	color: #000;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .not-available-info {
	text-align: center;
	font-weight: 700;
	padding: 8px;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button {
	width: 100%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
.product-thumb .btn {
	width: 100%;
}
.product-thumb .btn i {
	margin: 0 10px 0 0;
	font-size: 20px;
}
.product-thumb .rating img:last-of-type {
	margin-right: 10px;
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
.homepage-news .swiper-container {
	/*margin-left: -10px;*/
	/*margin-right: -10px;*/
}
.homepage-news .swiper-slide {
	height: auto;
}
.homepage-news .swiper-slide .product-thumb {
	height: 100%;
}
.homepage-news .swiper-viewport .swiper-button-prev {
	opacity: 1;
}
.homepage-news .swiper-viewport .swiper-button-next {
	opacity: 1;
}

#product-thumb-slideshow .swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(0,0,0,.03);
	width: 84px;
	height: 105px;
	border-top: 2px solid rgba(255,255,255,0);
	padding: 2px;
}
#product-thumb-slideshow .swiper-slide-thumb-active {
	border-top: 2px solid #00a0e3;
}
#product > h1 {
	color: #000;
	font-size: 18px;
	letter-spacing: .04em;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 15px 0;
}

#product > ul > li {
	font-size: 14px;
	margin: 0 0 6px 0;
}
#product .price {
	width: 75%;
	height: 60px;
	margin-bottom: 20px;
	text-align: center;
	border-radius: 4px;
	background-color: #fafafa;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	color: #000;
	float: left;
}
#product .price.dim {
	color: #d8d8d8;
}
#product .price .price-new {
	color: #e5097f;
}
#product .price .price-old {
	color: #000;
	text-decoration: line-through;
	font-size: 16px;
	margin: 0 0 0 10px;
}
#product .not-available-info {
	text-align: center;
	font-weight: 700;
	margin-bottom: 10px;
}
#collapseAbout.collapse:not(.show) {
	display: block;
	height: 450px;
	overflow: hidden;
	position: relative;
}
#collapseAbout.collapse:not(.show) iframe {
	display: none;
}
#collapseAbout.collapse:not(.show)::after {
	content: "";
	position: absolute;
	z-index: 10;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100px;
	background: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),color-stop(71%,rgba(255,255,255,.8)),to(#ffffff));
	background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,.8) 71%,#ffffff 100%);
	background-size: 100%;
	pointer-events: none;
}
#collapseAbout.collapsing {
	height: 3rem;
}
.review-rating {
	margin-bottom: 18px;
	text-align: center;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.review-rating > input {
	display: none;
}
.review-rating .review-rating-star {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
	cursor: pointer;
}
.review-rating .review-rating-star::before {
	content: '';
	display: block;
	width: 40px;
	height: 37px;
	background: url(../image/review-rating-star.svg) center center no-repeat;
	background-size: 40px 37px;
}
.review-rating input:checked~label.review-rating-star::before {
	background: url(../image/review-rating-star-active.svg) center center no-repeat;
	background-size: 40px 37px;
}

.js-photo-add-btn {
	height: 46px;
	margin-bottom: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	line-height: 1;
	color: #00a0e3;
	border-radius: 4px;
	background-color: #fafafa;
	border: 1px solid #fafafa;
	cursor: pointer;
	-webkit-transition: ease-out 0.3s;
	transition: ease-out 0.3s;
}
.js-photo-add-btn svg {
	fill: #00a0e3;
	margin: 0 10px 0 0;
	-webkit-transition: ease-out 0.3s;
	transition: ease-out 0.3s;
}
.js-photo-add-btn:hover {
	color: #fff;
	background-color: #00a0e3;
	-webkit-transition: ease-out 0.3s;
	transition: ease-out 0.3s;
}
.js-photo-add-btn:hover svg, .js-photo-add-btn:active svg {
	fill: #fff;
}

.review-video {
	height: 180px;
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
}
.review-video::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 72px;
	height: 72px;
	z-index: 5;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background-image: url(../image/icon-video.svg);
	background-repeat: no-repeat;
	background-size: contain;
	opacity: .8;
	-webkit-transition: ease-out 0.3s;
	transition: ease-out 0.3s;
}
.review-video:hover::after {
	opacity: 1;
}
.review-video img {
	display: block;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 100%;
	height: auto;
	min-height: 100%;
}
.swiper-slide {
	height: auto !important;
}
#information-image {
	width: 100%;
	height: 400px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	/*background-size: cover;*/
	/*background-position: center top;*/
	/*background-repeat: no-repeat;*/
}
#information-image img {
	display: block;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	height: auto;
}
/*#information-image-mobile {*/
/*	display: none;*/
/*}*/
picture + .container #information-information {
	width: 1390px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: -90px;
	background-color: #fff;
	position: relative;
	padding-left: 100px;
	padding-right: 100px;
}
.information-4 {
	border-top: 3px solid #b0cb1f;
}
.information-5 {
	border-top: 3px solid #e5097f;
}
.information-6 {
	border-top: 3px solid #00a0e3;
}

.contacts-address {
	display: block;
	position: relative;
	padding-left: 25px;
	margin-bottom: 25px;
	font-size: 16px;
	letter-spacing: .04em;
	line-height: 1.7;
}
.contacts-address:before {
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	width: 16px;
	height: 20px;
	background-image: url(../image/icon-address.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

.contacts-open,
.contacts-phone,
.contacts-email {
	position: relative;
	padding-left: 25px;
	line-height: 1.2;
	letter-spacing: .04em;
	margin-bottom: 25px;
	font-size: 16px;
}
.contacts-open::before,
.contacts-phone::before,
.contacts-email::before {
	content: "";
	position: absolute;
	top: 1px;
	left: 0;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-size: contain;
}
.contacts-open::before {
	background-image: url(../image/icon-open.svg);
}
.contacts-phone::before {
	width: 24px;
	height: 24px;
	top: -3px;
	left: -3px;
	background-image: url(../image/icon-phone-green.svg);
}
.contacts-email::before {
	background-image: url(../image/icon-email.svg);
}

.card__bonus {
	width: 100%;
	height: 46px;
	margin-bottom: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #e5097f;
	padding: 0 10px;
	border-radius: 4px;
	background-color: #fafafa;
	border: 1px solid #fafafa;
	-webkit-transition: ease-out 0.3s;
	transition: ease-out 0.3s;
}
.card__bonus:last-of-type {
	margin-bottom: 0;
}
.card__bonus svg,
.card__bonus img {
	width: 20px;
	height: 20px;
	fill: #e5097f;
	margin-right: 10px;
}
.card__bonus:hover, .card__bonus:active {
	color: #fff;
	background-color: #e5097f;
	-webkit-transition: ease-out 0.3s;
	transition: ease-out 0.3s;
}
.card__bonus:hover svg, .card__bonus:active svg {
	fill: #fff;
}
.modal {
	width: 470px;
	height: auto;
	max-width: 100%;
	padding: 30px;
	padding-top: 20px;
	background-color: #fff;
}
.modal--size {
	width: 670px;
	padding-left: 45px;
	padding-right: 45px;
	font-size: 14px;
}
.modal--small {
	width: 490px;
	padding: 30px !important;
	font-size: 16px;
}
.fancybox-button.fancybox-close-small {
	width: 32px;
	height: 32px;
	padding: 0;
	background-image: url(../image/icon-modal-close.svg);
	background-repeat: no-repeat;
	background-size: 40px 40px;
	background-position: center;
}
.fancybox-button.fancybox-close-small svg {
	display: none;
}
.modal__title {
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 24px;
	line-height: 1.2;
	color: #000;
	text-align: center;
}
.modal--size .modal__title {
	max-width: 100%;
}
.modal__close {
	width: 270px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}
#one_click_order {
	padding: 30px !important;
}
.card__click, .card__brand {
	display: block;
	color: #00a0e3;
	font-size: 14px;
}
.card__click {
	position: relative;
	padding-left: 30px;
	margin-bottom: 1rem;
	background: none;
}
.card__click::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 23px;
	height: 23px;
	background-image: url(../image/icon-one-click-order.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
.card__click:hover, .card__brand:hover, .card__click:active, .card__brand:active {
	text-decoration: underline;
}
.js-menu-mobile {
	border-radius: 4px;
	background-color: #00a8ee;
	border: 1px solid #00adf5;
	-webkit-transition: ease-out 0.3s;
	transition: ease-out 0.3s;
	height: auto;
	padding: 3px 14px;
	margin: 0;
	color: #fff;
	font-size: 14px;
}
.js-menu-mobile.active {
	background: #fff;
	color: #00a8ee;
}
.js-menu-mobile svg {
	fill: #fff;
	width: 22px;
}
.js-menu-mobile.active svg {
	fill: #00a8ee;
}
.checkout-btn-wrap {
	padding: 40px;
	background-color: #fcf9d4;
}
.btn-top {
	position: fixed;
	bottom: 10px;
	right: 0;
	z-index: 1000;
	display: none;
	width: 38px;
	height: 38px;
	-webkit-transform: rotate(
			-90deg
	);
	transform: rotate(
			-90deg
	);
	background-image: url(../image/icon-swiper-button.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50%;
}
.btn-top:hover {
	background-image: url(../image/icon-swiper-button-active.svg);
}

.basket__table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
	color: #000
}
.basket__table tr {
	border-bottom: 1px solid #F0F0F0;
}
.basket__table td {
	vertical-align: top;
	padding: 15px 0;
}
.basket__table td:first-child {
	width: 100px;
	padding: 10px
}
.basket__line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-around;
	clear: both;
	margin: 0 10px 0 10px;
	text-align: center
}
.basket__line span {
	display: block;
	margin-bottom: 10px;
	font-size: 12px;
	color: #666
}
.basket__wrap .basket__line span{
	margin-bottom: 15px;
}
.basket__wrap .basket__line .basket__number span {
	margin-bottom: 20px;
}
.basket__wrap .basket__line {
	margin: 10px 10px 0 10px;
}
.basket__wrap .btn {
	width: 100%;
	max-width: 400px;
	height: 60px;
}
.basket__line .form__number {
	margin-top: -10px
}
.basket__number div.number.form__value {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 5px 0;
	width: 34px;
}
.basket__discount b {
	color: #e5097f
}
.basket__remove-btn {
	width: 40px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
	background: none;
}
.basket__remove-btn svg {
	fill: #666;
	width: 20px;
	height: 24px;
	-webkit-transition: ease-out 0.3s;
	transition: ease-out 0.3s
}
.basket__remove-btn:hover svg,
.basket__remove-btn:active svg {
	fill: #e5097f;
	-webkit-transition: ease-out 0.3s;
	transition: ease-out 0.3s
}
.basket__order {
	position: relative
}
.basket__total-block {
	font-family: 'Inter', sans-serif;
	color: #1A1A1A;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	align-items: flex-end;
}
.basket__total {
	width: 100%;
	max-width: 100%;
	margin-top: 15px;
	margin-left: auto;
	padding: 15px;
	font-size: 16px;
	border-radius: 4px;
	background-color: #fcf9d4;
	text-align: right;
}
.basket__total span {
	margin-left: 5px;
	font-size: 28px;
	font-weight: 600;
}
.basket__total-delivery {
	max-width: 100%;
	margin-top: 35px;
	margin-left: auto;
	padding: 15px;
	font-size: 14px;
	color: #000;
	border-radius: 4px;
	background-color: transparent;
	text-align: right;
}
.basket__total-delivery span {
	margin-left: 5px;
	font-size: 18px
}
.basket__img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%
}
.basket__img img {
	display: block;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}
.basket__value {
	color: #000;
	font-weight: 700;
	text-align: center
}
.basket__name {
	color: #00a0e3;
	text-decoration: underline;
	margin: 10px;
}
.basket__size {
	margin: 0 10px;
}
.basket__name.basket__name__error {
	color: #F00;
}
.basket__name:hover,
.basket__name:active {
	text-decoration: none!important
}
.prom_submit {
	display: inline-block;
	font-weight: 400;
	min-height: 46px;
	min-width: 135px;
	margin-left: -7px;
	border-radius: 0 4px 4px 0;
	background-color: #00A0E3;
	background-image: none;
	vertical-align: middle;
}
.add__btn__block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 20px
}
.return_to_shop {
	background: #fff;
	color: #00a0e3;
	border: 1px solid #00a0e3
}
.return_to_shop:hover {
	background: #00a0e3;
	color: #fff;
	cursor: pointer
}
.title-main {
	margin-top: 12px;
	margin-bottom: 40px;
	color: #000;
	font-size: 24px;
	letter-spacing: .04em;
	font-weight: 400;
	line-height: 1.2
}
.title {
	margin-bottom: 40px;
	font-size: 32px;
	line-height: 1.2;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	color: #000;
	letter-spacing: .04em
}
.subtitle {
	font-size: 20px;
	font-weight: 700
}
.info h3 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 25px
}
.info .title {
	margin-top: 0;
	margin-bottom: 22px;
	text-align: left
}
.info .subtitle {
	margin-bottom: 25px
}
.language-select {
	padding: 7px;
	line-height: 18px;
	font-size: 14px;
	text-transform: uppercase;
	color: #242424;
	-webkit-transition: ease-out 0.3s;
	transition: ease-out 0.3s;
	background-color: transparent;
}
.language-select:hover {
	background-color: #F3FBFE;
}
.language-select.active {
	color: #00A0E3;
	border-color: #00A0E3;
	font-weight: 800;
	-webkit-transition: ease-out 0.3s;
	transition: ease-out 0.3s;
	border-bottom: 2px solid #00A0E3;
}
.header-row {
	flex-wrap: wrap !important;
}
.col-logo {
	order: 1;
}
.col-phones {
	order: 2;
}
.col-lang {
	order: 3;
	border-bottom: 1px solid #c8c8c8;
	padding: 0 !important;
	margin: 0 auto;
	height: 26px;
	width: fit-content !important;
}
.col-cart {
	order: 4;
}
.col-menu {
	order: 5;
}
.col-search {
	order: 6;
	padding-left: 10px;
	padding-right: 10px;
}
.info {
	width: 100%;
}
.mb-6 {
	margin-bottom: 6px!important;
}
.mb-12 {
	margin-bottom: 12px!important;
}
.mb-13 {
	margin-bottom: 13px!important;
}
.mb-23 {
	margin-bottom: 23px!important;
}
.mb-30 {
    margin-bottom: 30px!important;
}
.mb-34 {
	margin-bottom: 34px!important;
}
.mb-36 {
	margin-bottom: 36px!important;
}
.mb-50 {
	margin-bottom: 50px !important;
}
.mb-120 {
	margin-bottom: 120px!important;
}
.mt-8 {
	margin-top: 8px!important;
}
.mt-13 {
	margin-top: 13px!important;
}
.mt-16 {
	margin-top: 16px!important;
}
.mt-20 {
	margin-top: 20px!important;
}
.mt-50 {
	margin-top: 50px!important;
}
.mt-69 {
	margin-top: 69px!important;
}
.mt-104 {
	margin-top: 104px!important;
}
.mt-120 {
	margin-top: 120px!important;
}
.js-show-password {
	float: right;
	height: auto;
	width: 46px;
	margin: -33px 0 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.js-show-password i {
	font-size: 18px;
	color: #666666;
}
#faktura_header {
	padding-bottom: 24px;
}
.faktura_input {
	opacity: 0;
	position: absolute;
}
.html-wrap > p:last-child {
	margin-bottom: 0!important;
}
#common-home .product-layout.mb-4 {
	margin-bottom: 0!important;
}
#common-home .homepage-news > .mb-50 {
	margin-bottom: calc(50px - 1.5rem) !important;
}
#common-home .homepage-news > .mt-13 {
	margin-bottom: calc(50px - 1.5rem) !important;
}
#review .review__bottom,
#question .review__bottom {
	background-color: #ffffff;
}
#review .table-answer,
#question .table-answer {
	width: 90%;
	margin-left: auto;
}
#review .row ,
#question .row {
    display: inline-flex;
}
#information-news .blog__list .product-thumb {
	margin-bottom: 30px;
}
.review__date {
	padding: 5px 15px;
	font-size: 12px;
	color: #fff;
	line-height: 1;
	background-color: #c9c9c9;
	border-radius: 11px;
}
#account-reviews .review__date {
	background-color: transparent;
	color: #808080;
	font-size: 16px;
	padding: 0;
}
#input-captcha {
	margin-bottom: 15px;
}
#product .rating_plus_stock {
	width: 120%;
	padding-bottom: 16px;
	border-radius: 4px;
}
#product .rating {
	float: left;
	width: 56%;
}
#product .rating p {
	margin-top: 8px;
	margin-bottom: 0;
}
#product .in_stock_status {
	color: #b0cb1f;
	position: relative;
	padding: 8px;
	display: flex;
	white-space: nowrap;
	align-items: center;
	font-weight: 600;
	justify-content: center;
}
#product .in_stock_status::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(../image/skladem.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin: 3px 6px 0 0;
	padding-right: 30px
}
.notify-me-btn {
	color: #00a0e3;
	display: block;
	text-align: center;
	background-color: transparent;
}
#notify_me .modal__title,
#notify_me_success .modal__title {
	max-width: 370px;
}
.catalog__size {
	padding: 0;
	font-size: 14px;
	color: #000;
}
.catalog__size p {
	margin: 0;
}
.catalog__size a:hover {
	text-decoration: none;
}
.catalog__size label {
	color: #000;
}
.option__label {
	display: inline-block;
	vertical-align: middle;
	width: fit-content;
	height: 30px;
	padding: 0 5px;
	margin-right: 6px;
	margin-top: 6px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	cursor: pointer;
	-webkit-transition: ease-out 0.3s;
	transition: ease-out 0.3s;
}
.option__label:hover, .option__label:active {
	color: #fff;
	background-color: #00a0e3;
	-webkit-transition: ease-out 0.3s;
	transition: ease-out 0.3s;
}
#product .product__sizes {
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.option__item {
	position: relative;
}
.option__check {
	display: none;
}
.option__label-size {
	display: inline-block;
	vertical-align: middle;
	min-width: 50px;
	height: 40px;
	margin-right: 8px;
	margin-top: 4px;
	margin-bottom: 4px;
	color: #000;
	text-align: center;
	line-height: 40px;
	background-color: #fafafa;
	border-radius: 4px;
	border: 1px solid #e6e6e6;
	cursor: pointer;
	padding-left: 3px;
	padding-right: 3px;
}
.option__tip {
	position: absolute;
	bottom: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: -1;
	width: 150px;
	padding: 5px;
	text-align: center;
	font-size: 12px;
	line-height: 1.4;
	border: 1px solid #00a0e3;
	background-color: #fff;
	opacity: 0;
	-webkit-transition: ease-out 0.3s;
	transition: ease-out 0.3s;
}
.option__item:hover .option__tip {
    opacity: 1;
    z-index: 10;
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s;
}
.option__tip span {
    font-size: 14px;
}
.option__check:checked + .option__label-size {
	border-color: #00a0e3;
}
.option__check:hover + .option__label-size {
	color: #fff;
	background-color: #00a0e3;
	border-color: #00a0e3;
}
.size-required {
	font-weight: 600;
}
.option__check:disabled + .option__label-size,
.option__item.disabled .option__label-size {
	color: #afafaf;
	pointer-events: none;
}
.sizes__table {
    width: 100%;
    font-size: 14px;
    text-align: center;
}
.sizes__table th {
    font-weight: 400;
    height: 37px;
    border: 1px solid #e6e6e6;
}
.sizes__table td {
    height: 37px;
    border: 1px solid #e6e6e6;
}
.blog__time, .blog__number {
	display: inline-block;
	vertical-align: middle;
}
.blog__time {
	margin-right: 20px;
	margin-bottom: 1rem;
	padding: 6px 20px;
	color: #fff;
	background-color: #6dba1e;
	border-radius: 20px;
    font-size: 16px;
}
.blog__number {
	position: relative;
	margin-bottom: 1rem;
	padding-left: 30px;
	font-size: 14px;
	color: #505050;
}
.blog__number::before {
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	width: 24px;
	height: 15px;
	background-image: url(/image/icons/65.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
.interlinks_block {
	text-align: center;
}
.interlinks_block .interlink {
	padding: 10px;
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 8px;
	color: #000;
	line-height: 1;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
}
.news_categories {
	font-size: 15px;
}
.news_categories .site_dynamic {
	margin-bottom: 30px;
}
.product-sorts #input-sort {
	margin-left: 10px;
	border-radius: 4px;
	border: 1px solid #e6e6e6;
}
.product-sorts .input-group {
	align-items: baseline;
}
.sortprod {
	width: max-content !important;
	position: relative !important;
	left: auto !important;
	font-size: 14px;
	border: none !important;
	-webkit-box-shadow: 0 4px 23.75px 1.25px rgba(0,0,0,.1);
	box-shadow: 0 4px 23.75px 1.25px rgba(0,0,0,.1);
}
.select2-selection__rendered {
	line-height: 45px !important;
	font-size: 14px;
	color: #000 !important;
	padding-left: 10px !important;
	padding-right: 28px !important;
}
.select2-container .select2-selection--single {
	height: 46px !important;
}
.select2-selection__arrow {
	height: 46px !important;
	right: 7px !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #f4f4f4 !important;
	-webkit-transition: ease-out 0.3s !important;
	transition: ease-out 0.3s !important;
	color: inherit !important;
}
.select2-container--default .select2-results__option--selected {
	background-color: inherit !important;
}
.products-row {
	clear: both;
}
.fancybox-container {
	width: 100vw !important;
}
#return-form h1 {
	font-weight: 700;
	font-size: 30px;
	line-height: 40px;
	color: #242424;
}
#return-form.success {
	height: calc(100vh - 358px);
}
#return-form p {
	font-size: 14px;
	line-height: 22px;
	color: #242424;
}
#return-form form div.required .control-label:before {
	content: '';
}
#return-form form div.required .control-label:after {
	content: ' *';
	color: #F00;
	font-weight: bold;
}
.marauto {
	margin: 0 auto;
}
.text-error {
	color: #F00;
	font-size: 12px;
}
#return-form .success-info {
	color: #129d1c;
	font-size: 20px;
	margin-bottom: 30px;
}
.html-wrap iframe{
	margin: 50px 0 0 0;
}
.price-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	margin-bottom: 40px;
}
#information-news #content p{
	margin-bottom: 30px;
}
#information-news #content h2{
	margin-top: 50px;
}
@font-face {
	font-family: 'Glyphicons Halflings';

	src: url('../../../javascript/bootstrap/fonts/glyphicons-halflings-regular.eot');
	src: url('../../../javascript/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../../javascript/bootstrap/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../../../javascript/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../../javascript/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../../javascript/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.glyphicon-ok:before {
	content: "\e013";
}
.glyphicon-remove:before {
	content: "\e014";
}
.row-customer_foreign_number,
.row-customer_dont_call {
	align-items: center;
	position: relative;
	width: 100%;
}
.row-customer_foreign_number label,
.row-customer_dont_call label{
	width: auto;
	order: 2;
	flex: none;
}
.row-customer_foreign_number div.col-12,
.row-customer_dont_call div.col-12 {
	width: auto;
	flex: none;
	order: 1;
	padding-right: 0;
}
#information-news .nav {
	position: relative;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 60px;
	margin-bottom: 20px;
	border-bottom: 1px solid #f0f0f0;
}
.nav__link {
	display: block;
	width: 42%;
	color: #00a0e3;
	font-size: 14px;
}
.nav__link--prev {
	padding-left: 45px;
}
.nav__link--next {
	padding-right: 45px;
	text-align: right;
}
.nav__link::before {
	content: "";
	position: absolute;
	width: 26px;
	height: 26px;
	top: 50%;
	background-image: url(/image/icons/21.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
.nav__link--prev::before {
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
	left: 0;
}
.nav__link--next::before {
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.col-menu.fixed,.col-search.fixed,.ocf-btn-mobile-static.fixed,.product-sorts.fixed {
    z-index: 2000;
    position: fixed;
    background-color: #00acf4;
}
.col-menu.fixed {
    z-index: 2050;
}
.col-search.fixed,.product-sorts.fixed {
    right: 0;
    width: 60%;
}
.col-menu.fixed,.ocf-btn-mobile-static.fixed {
    left: 0;
    width: 40%;
}
.ocf-btn-mobile-static.fixed,.product-sorts.fixed {
    top: 60px;
    background-color: #fff;
    padding-top: 16px;
    padding-bottom: 16px;
}
.ocf-btn-mobile-static.fixed {
    text-align: center;
}
.ocf-mobile{ display: none; }
.product-sorts.fixed {
    margin: 0;
}
.company__imgs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 100px
}
.company__wrap {
	width: 1106px;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%
}
.company__intro {
	width: 825px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	color: #000;
	letter-spacing: .04em
}
.company__intro a {
	color: #00a0e3
}
.company__intro a:hover,.company__intro a:active {
	text-decoration: underline
}
.company__list {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 70px
}
.company__list a {
	color: #00a0e3
}
.company__list a:hover,.company__list a:active {
	text-decoration: underline
}
.company__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 45px;
	letter-spacing: .04em;
	color: #000
}
.company__item:nth-child(2) .company__img::before {
	background-color: #b0cb1f
}
.company__item:nth-child(3) .company__img::before {
	background-color: #e5097f
}
.company__item:nth-child(2n) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}
.company__item:nth-child(2n) .company__img {
	margin-left: auto;
	padding-right: 15px;
	padding-left: 30px
}
.company__item:nth-child(2n) .company__img::before {
	right: 0;
	left: auto
}
.company__item:nth-child(2n) .company__img::after {
	left: 0;
	right: auto
}
.company__item:nth-child(2n) .company__text {
	padding-left: 0;
	padding-right: 160px
}
.company__img {
	width: 540px;
	max-width: 50%;
	position: relative;
	padding: 15px 30px 30px 15px
}
.company__img img {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
}
.company__img::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0s;
	width: 140px;
	height: 140px;
	background-color: #00a0e3
}
.company__img::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
	width: 196px;
	height: 196px;
	border: 2px solid #f5f5f5
}
.company__text {
	width: 50%;
	padding-left: 160px
}
#information-information img {
	max-width: 100%;
	height: auto;
}
#information-information .breadcrumb,
#product-search .breadcrumb,
#product-category .breadcrumb,
#product-manufacturer .breadcrumb {
	justify-content: center;
}
.ocf-container + .product-sorts {
	float: right;
	width: 25%;
}
.ocf-container + .product-sorts label,
.ocf-container + .product-sorts select {
	font-size: 14px;
	color: #000;
	line-height: 1;
}
#avail .option__item {
	margin-bottom: 15px;
}
#product-product #product {
	padding: 0;
}
#product-product .breadcrumb {
	padding-left: 15px;
}
#button-cart {
	height: 50px;
}
.product_tag {
	position: absolute;
	top: 10px;
	left: 10px;
	border-radius: 3px;
	padding: 8px;
	width: fit-content;
	font-size: 14px;
	z-index: 2;
}
.product_tag span,
.delivery_tag_product span {
	margin-left: 10px;
}
.available_tag {
	color: #00A0E3;
	border: 1px solid #00A0E3;
}
.delivery_tag {
	color: #E5097F;
	border: 1px solid #E5097F;
}
.delivery_tag_product {
	color: #E5097F;
	padding-bottom: 16px;
}
.wishlist_btn {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 5;
}
#product-product .wishlist_btn {
	position: initial;
	width: 60px;
	height: 60px;
	float: right;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	background-color: #fafafa;
}
#product-product .delivery_tag {
	border: none;
}
#information-contact .btn {
	height: 46px;
}
#product-search h1 {
	text-align: center;
}
#product-search .ocf-container {
	float: none;
}
#product-search .btn {
	height: 46px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border: none !important;
	background-image: url(/image/icons/arrow.svg) !important;
	margin-top: -4px !important;
	width: 10px !important;
	height: 7px !important;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	transform: rotate(180deg);
	-webkit-transition: ease-out 0.3s !important;
	transition: ease-out 0.3s !important;
}
.select2-container--default .select2-selection--single {
	border: 1px solid #e6e6e6 !important;
}
.select2-container--default .select2-selection--single:hover {
	border-color: #000 !important;
	-webkit-transition: ease-out 0.3s !important;
	transition: ease-out 0.3s !important;
}
.product-sorts {
	margin-bottom: 20px;
}
.product-thumb .in_stock_status {
	font-size: 14px;
	font-weight: 500;
	color: #B0CB1F;
}
.price-block {
	color: #000;
	font-size: 19px;
	float: left;
	padding-right: 18px;
}
.size-cont {
	display: none;
	position: relative;
}
.size-cont a:hover {
	text-decoration: none;
}
.size-cont-inner {
	position: absolute;
	top: 0;
	left: -20px;
	right: -20px;
	padding: 11px 20px 20px;
	background-color: #fff;
	border: 1px solid #f0f0f0;
	border-top: none;
	border-radius: 4px;
}
.size-cont-inner:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	box-shadow: 0 16px 16px rgb(0 0 0 / 10%);
	background: #fff;
	border-radius: 4px;
	z-index: 1;
}
.size-cont-inner-inner {
	position: relative;
	z-index: 3;
}
.cart-text-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.cart-text-info {
	cursor: pointer;
}
.opencart-admin-panel {
	position: fixed;
	display: flex;
	justify-content: center;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
	padding: 0 24px;
	width: 100%;
	background: #242d37;
	color: #fff;
	font: 14px/17px clear;
	height: 52px;
}
.opencart-admin-page {
	float: left;
	height: 100%;
	letter-spacing: 0.2px;
	padding: 16px 4px 8px 11px;
	width: 230px;
	border-right: 1px solid #585858;
	font-size: 19px;
	color: #bebebe;
}
.opencart-admin-page i {
	margin-right: 10px;
}
.form__number {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.form__num {
	display: block;
	width: 25px;
	height: 34px;
	text-align: center;
	left: 34px;
	font-size: 24px
}
.form__num--minus {
	color: #e5097f;
	background: none;
}
.form__num--plus {
	color: #00a0e3;
	background: none;
}
.grecaptcha-badge {
	visibility: hidden;
}
.sizes__droplist {
	display: none;
}
.sizes__droplist.active {
	display: table-row-group;
}
.sizes__drop th {
	color: #00a0e3 !important;
}
#content #tab-description iframe {
	display: none;
}
.select2-search--dropdown {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 10px !important;
}
.select2-search--dropdown input {
	height: 40px;
}
.select2-search--dropdown button {
	color: #00a0e3;
	background: none;
	border: 0;
	margin: 0 0 0 -40px;
	width: 40px;
	height: 40px;
}
.select2-search--dropdown button i {
	font-size: 18px;
}
.wishlist_btn button {
	background: transparent;
}
.alert-wishlist {
	position: fixed;
	bottom: 5px;
	left: 50%;
	transform: translate(-50%);
	width: 440px;
	height: 70px;
	color: #fff;
	font-size: 14px;
	background-color: #00a0e3;
	border-radius: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	z-index: 11;
}
.alert-wishlist a {
	color: #fff;
	text-decoration: underline;
}
.alert-wishlist img {
	padding-left: 20px;
	padding-right: 20px;
}
.alert-wishlist button {
	padding-right: 20px;
	color: #fff;
	opacity: 1;
	font-weight: normal;
	font-size: 30px;
}
#options_buy_block {
	clear:both;
}
.account-list a img {
	filter: brightness(0) saturate(100%);
	padding-right: 20px;
}
.account-list a {
	border: none;
	background: #FAFAFA;
	margin-bottom: 2px;
}
.account-list .dropdown-list a:hover,
.account-list .dropdown-list-header a {
	color: #00A0E3;
	background: #F0F6F8;
	border: none;
	text-shadow: none;
}
.account-list .dropdown-list-header a {
	background: #FAFAFA;
}
.account-list .dropdown-list a:hover img,
.account-list .dropdown-list-header a img {
	filter: invert(49%) sepia(99%) saturate(1890%) hue-rotate(165deg) brightness(91%) contrast(102%);
}
.account-list .dropdown-list-header {
	display: flex;
	align-items: center;
	background: #FAFAFA;
	padding-right: 10px;
	cursor: pointer;
}
.account-list .dropdown-list-header .append {
	margin-left: auto;
	display: flex;
	align-items: center;
}
.account-list .dropdown-list-header.open .angle-down {
	transform: rotate(180deg);
}
.clear-wishlist {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 47px;
	padding: 10px;
	border-radius: 4px;
	background: #FAFAFA;
	margin-right: 30px;
	cursor: pointer;
}
.clear-wishlist a {
	color: #E5097F !important;
}
.clear-wishlist img {
	padding-right: 10px;
}
.account-title {
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	color: #1A1A1A;
	margin-bottom: 20px;
}
.newsletter-container {
	border: 1px solid #F0F0F0;
	border-radius: 4px;
	padding: 20px;
}
.subs_type {
	display: flex;
	position: relative;
	margin-bottom: 25px;
}
#account-newsletter input[type="checkbox"] {
	width: 22px;
	height: 22px;
	border-radius: 4px;
	outline: 2px solid #808080;
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	cursor: pointer;
	position: relative;
}
#account-newsletter input[type="checkbox"]:checked {
	background-color: #00A0E3;
	outline-color: #00A0E3;
}
#account-newsletter input[type="checkbox"]:after {
	content: "";
	position: absolute;
	display: none;
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	transform: rotate(45deg);
}
#account-newsletter input[type="checkbox"]:checked:after {
	display: block;
}
.subs_type .subs_type_text {
	display: flex;
	flex-basis: fit-content;
	flex-direction: column;
	flex-wrap: wrap;
}
.subs_type label {
	padding-left: 20px;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
	font-size: 16px;
}
.subs_type .sub_text {
	padding-left: 20px;
	font-size: 14px;
	color: #808080;
}
#account-order table {
	border-radius: 4px;
}
#account-order thead {
	cursor: pointer;
	background-color: #F0F0F0;
}
#account-order thead .append {
	float: right;
}
#account-order thead.open .append img {
	transform: rotate(180deg);
}
#account-order .prod_block {
	display: flex;
	padding: 20px 0;
	border-bottom: 1px solid #F0F0F0;
}
#account-order .prod_block:first-of-type {
	padding-top: 0;
}
#account-order .prod_block:last-of-type {
	border: none;
}
#account-order .prod_info {
	padding-left: 10px;
}
#account-order .prod_info > span {
	display: inline-block;
	padding: 6px 10px 6px 10px;
	background-color: #FAFAFA;
	border-radius: 9px;
	font-size: 14px;
}
#account-order .prod_info span span {
	color: #808080;
}
#account-order .prod_info .prod_name a {
	color: initial;
}
#account-order .order_details {
	font-size: 14px;
}
#account-order .order_details .order_title {
	color: #808080;
}
#account-order .order_details .order_total_sum {
	font-size: 24px;
	color: #1A1A1A;
}
#account-order .range-select,
#account-reviews .filter_blocks,
#account-newsletter .select-all {
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}
#account-reviews .range-select {
	margin-left: 20px;
}
#account-reviews .filter_blocks select {
	width: 260px;
	margin-bottom: 20px;
}
#account-order table .blue {
	color: #00A0E3;
}
#account-order table .pink {
	color: #E5097F;
}
#account-newsletter .select-all {
	padding-bottom: 20px;
}
#account-newsletter .select-all label {
	padding-left: 20px;
	font-size: 16px;
}
#account-reviews .product_name {
	font-size: 16px;
	line-height: 24px;
	color: #1A1A1A;
}
#account-reviews .product_name .text_name {
	color: #808080;
	padding-right: 10px;
}
#account-reviews table thead td {
	display: flex;
	justify-content: space-between;
}
#account-reviews .delete_review img {
	cursor: pointer;
}
#account-edit .fields-group {
	border: 1px solid #F0F0F0;
	border-radius: 4px;
	padding: 20px;
}
#account-edit .contacts .contact_input {
	float: left;
	width: 70%;
}
#account-edit .contacts .contact_input input {
	font-size: 14px;
	color: #808080;
}
#account-edit .contacts .contact_button {
	float: left;
	width: 30%;
	padding-left: 20px;
}
#account-edit .contacts .contact_button button {
	width: 200px;
}
#account-edit .contacts .contact_label,
#account-edit label {
	font-size: 14px;
	color: #666666;
}
#account-edit .contacts .contact_label {
	padding-bottom: 10px;
}
#account-edit .clearfix {
	clear: both;
}
#account-edit .alert-wishlist {
	text-align: center;
	font-size: 16px;
}
#account-edit .form-group {
	padding-left: 0;
}
#account-edit .personal-data .form-group,
#account-edit .shipping-address .form-group {
	width: 70%;
}
#account-edit .personal-data .custom_field {
	width: 35%;
}
.prom_info {
	margin-top: 20px;
	text-align: right;
}
.prom_info b {
	font-size: 20px;
}
.btn_add, .btn_cancel {
	width: 200px;
	height: 46px;
	display: inline-block;
	margin-top: 30px;
}
.btn_cancel {
	float: right;
	background: #FAFAFA;
	color: #00A0E3;
}
.point-none {
	pointer-events: none;
}
.bingc-blur-whole-page {
	filter: none !important;
	-webkit-filter: none !important;
}
@media (max-width: 1720px) {
	.option__label {
		margin-right: 5px;
	}
	#product .product__sizes {
		margin-bottom: 20px;
	}
	.blog__time {
		padding: 5px 10px;
		font-size: 12px;
	}
	.blog__number {
		font-size: 12px;
	}
	#return-form.success {
		height: calc(100vh - 398px);
	}
	.col-auto.col-lang {
		height: 27px;
	}
	.product_tag {
		font-size: 13px;
		padding: 5px;
	}
	.product_tag span{
		margin-left: 6px;
	}
}
@media (max-width: 1199px) and  (min-width: 992px){
	.price-container {
		flex-direction: column;
	}
	.product_tag {
		display: flex;
		width: 70%;
		line-height: 1.1;
		font-size: 12px;
	}
	.wishlist_btn {
		top: 13px;
		right: 5px;
	}
	footer .footer-tel {
		padding-left: 24px;
		text-align: left;
		justify-content: start;
	}
	footer .footer-tel span {
		margin-right: 5px;
	}
}
@media (max-width: 1199px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
	#product .rating_plus_stock {
		width: 125%;
	}
	.option__label {
		margin-right: 1px;
	}
	.company__wrap,.company__list {
		font-size: 14px;
		line-height: 24px
	}
	.company__intro {
		width: 620px
	}
	.company__item .company__text {
		padding-left: 20px;
		padding-right: 10px
	}
	.company__item:nth-child(2n) .company__text {
		padding-right: 20px;
		padding-left: 10px
	}
	.company__img {
		padding: 10px 25px 25px 10px
	}
	.company__img::before {
		width: 106px;
		height: 106px
	}
	.company__img::after {
		width: 146px;
		height: 146px
	}
	.company__item:nth-child(2n) .company__img {
		padding-right: 10px;
		padding-left: 25px
	}
	.product-thumb .in_stock_status {
		padding-top: 8px;
	}
	.list-group a {
		padding: 10px;
		font-size: 14px;
	}
	.account-list a img {
		padding-right: 14px;
	}
}
@media (max-width: 1170px) {
	.sortprod {
		border: 1px solid #e6e6e6;
		border-radius: 0 0 4px 4px;
	}
	.product-sorts {
		float: right;
	}
	.ocf-btn-mobile-static {
		float: left;
		border: none !important;
	}
	.ocf-btn-mobile-static .ocf-btn {
		width: 130px;
		height: 46px;
		color: #fff;
		font-size: 14px;
		background-color: #00a0e3;
		border-radius: 4px;
	}
	picture + .container #information-information {
		margin-top: -60px;
	}
	.slideshow.swiper-viewport .swiper-button-prev {
		left: 0 !important;
	}
	.slideshow.swiper-viewport .swiper-button-next {
		right: 0 !important;
	}
	#account-viewed .product-sorts,
	#account-wishlist .product-sorts {
		width: 100% !important;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	#account-viewed h1,
	#account-wishlist h1 {
		text-align: center;
	}
}
@media (max-width: 990px) {
	#product .rating_plus_stock {
		width: 38%;
	}
}
@media (max-width: 867px) {
	.custom-menu__container .custom-menu__background .custom-menu__main.show-menu {
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		display: block !important;
		padding: 45px 0 10px;
		width: 100%;
		max-width: 320px;
		transition: .3s;
		height: auto;
		opacity: 1;
		visibility: visible;
		background: #fff;
		z-index: 1000;
		overflow-y: scroll;
		/*box-shadow: 120px 0px 20px 20px rgb(0 0 0 / 75%);*/
	}
	.custom-menu__main,
	.custom-menu__container .custom-menu__background:hover > .custom-menu__main {
		display: none;
	}
	.custom-menu__block {
		width: 100%;
		background: transparent;
		padding: 0;
		margin: 0;
	}
	.custom-menu__block.mobile {
		display: block;
		line-height: 16px;
	}
	.custom-menu__wraplink {
		position: relative;
	}
	.custom-menu__wraplink > a {
		display: block;
		border: 1px solid #DAECF2;
		padding: 8px 35px 8px 15px;
		margin: 0;
		position: relative;
		font-size: 14px;
		color: #000;
		font-weight: 400;
	}
	.desktop .custom-menu__wraplink > a::before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		right: 35px;
		background-color: #DAECF2;
		width: 1px;
	}
	.custom-menu__arrow {
		display: block;
		width: 37px;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		background: transparent;
	}
	.custom-menu__arrow::before {
		content: '';
		width: 12px;
		height: 12px;
		position: absolute;
		border-bottom: 2px solid #00a0e3;
		border-right: 2px solid #00a0e3;
		transform: rotate(45deg);
		top: calc(50% - 9px);
		right: 12px;
	}
	.custom-menu__category__list {
		transition: .3s ease;
		visibility: hidden;
		height: 0;
		opacity: 0;
		margin: 0;
	}
	.custom-menu__arrow.active::before {
		transform: rotate(225deg);
		top: calc(50% - 3px);
	}
	.custom-menu__category__list.active {
		transition: .3s ease;
		visibility: visible;
		height: auto;
		opacity: 1;
	}
	.custom-menu__category__list li {
		padding: 0;
		margin-bottom: 0;
	}
	.custom-menu__category__list li a {
		display: block;
		padding: 8px 35px;
		font-weight: 400;
		border-top: 1px solid #DAECF2;
		background-color: #F3FBFE;
		font-size: 14px;
		line-height: 16px;
	}
	.custom-menu__category__list li:not(:last-child) {
		border-bottom: 0;
	}
	#close_m_menu {
		background: transparent no-repeat;
		position: absolute;
		left: 15px;
		top: 15px;
		width: 20px;
		height: 20px;
		display: block;
		background-image: url(/image/catalog/icons/close.svg);
	}
	.mob-menu-header {
		color: #00A0E3;
		font-weight: 600;
		font-size: 16px;
		line-height: 16px;
		display: block;
		position: absolute;
		top: 17px;
		left: 50px;
	}
	.modal--size.size_chart {
		padding: 20px 0;
	}
	.modal--size.size_chart img {
		width: 100%;
		height: auto;
	}
	#account-reviews .range-select {
		display: none;
	}
	#account-reviews table thead td {
		flex-direction: column;
		padding-right: 50px;
		position: relative;
	}
	#account-reviews table .delete_review {
		position: absolute;
		right: 15px;
		top: 25px;
	}
}
@media (max-width: 867px) and  (min-width: 576px) {
	.account-list a img {
		padding-right: 9px;
		width: 30px;
	}
	.account-list a {
		padding: 10px 5px;
		font-size: 13px;
	}
}
@media (max-width: 767px) {
	#product-category #content {
		padding-right: 0;
		padding-left: 0;
	}
	.mb-50 {
		margin-bottom: 40px !important;
	}
	.mt-120 {
		margin-top: 100px !important;
	}
	.mb-120 {
		margin-bottom: 40px!important;
	}
	.checkout-btn-wrap {
		background: transparent;
		padding: 20px;
	}
	.swiper-pagination{
		bottom: 0;
		left: 50%;
		transform: translate(-50%);
		white-space: nowrap;

	}
	.swiper-pagination .swiper-pagination-bullet {
		width: 18px;
		height: 18px;
		min-width: 18px;
		background: transparent;
		margin: 0 5px;
		border: 4px solid #DCDCDC;
		opacity: 1;
		transform: scale(1);
	}
	.swiper-container {
		padding-bottom: calc(40px -  1rem)!important;
	}
	.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
		border: 4px solid #00A0E3;
	}
	.basket__wrap .btn {
		height: 46px;
	}
	h1 {
		margin-bottom: 40px;
	}
	#content .ocf-btn-mobile-static {
		float: left;
		border: none;
	}
	#content .ocf-btn-mobile-static button {
		height: 46px;
		padding: 6px 18px;
		color: #fff;
		font-size: 14px;
		background-color: #00a0e3;
	}
	.price-container {
		flex-direction: column;
	}
	#product .rating_plus_stock {
		width: 75%;
	}
	#information-image {
		height: auto;
	}
	.info .title {
		margin-bottom: 27px;
		text-align: center;
		font-size: 24px;
	}
	.info__wrap .subtitle {
		font-size: 16px;
	}
	footer h5 {
		text-align: center;
	}
	footer .list-unstyled {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	footer .list-unstyled li {
		width: 49.5%;
		padding-left: 0;
		margin-bottom: 2px;
		background-color: #131313;
	}
	footer .list-unstyled, footer .footer-contacts {
		margin-bottom: 25px;
	}
	footer .list-unstyled.full-width li {
		width: 100%;
	}
	footer .row {
		gap: 1.5rem;
	}
	footer ul > li:before {
		display: none;
	}
	footer .list-unstyled li a {
		display: block;
		width: 100%;
		line-height: 22px;
		text-align: center;
		padding: 6px 0;
	}
	footer .footer-contacts {
		width: 100%;
	}
	footer .footer-contacts a {
		display: flex;
		margin-bottom: 2px;
		background-color: #131313;
		justify-content: center;
		text-align: center;
		align-items: center;
		line-height: 34px;
	}
	footer .footer-tel::before {
		display: block;
		position: static;
	}
	footer .footer-tel span {
		display: block;
		margin: 0 10px;
	}
	footer .footer-tel b {
		display: block;
		margin: 0;
	}
	footer .social-links {
		justify-content: center;
	}
	#simplecheckout_cart .basket__total {
		max-width: 100% !important;
		float: none !important;
	}
	#simplecheckout_cart .basket__total-delivery {
		max-width: 100% !important;
		float: none !important;
	}
	.form__line {
		display: block !important;
	}
	.form__field {
		width: 100% !important;
	}
	.simple-content .buttons {
		width: 100% !important;
	}
	.policy span {
		font-size: 12px;
	}
	.add__btn__block {
		display: block;
		text-align: center
	}
	.add__btn__block .btn {
		margin: 0 auto 15px
	}
	.basket__table tbody,
	.basket__table tr,
	.basket__table td,
	.basket__table {
		display: block
	}
	.basket__table td:first-child {
		float: left
	}
	.basket__table td.hr {
		width: 100%;
		float: none;
	}
	#cart > .btn > svg {
		width: 32px;
		height: 32px;
	}
	.slideshow.swiper-viewport {
		margin: 25px 0 50px 0 !important;
	}
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
	.product-list .product-thumb .button-group {
		border-left: none;
	}
	#information-information {
		margin-top: 0!important;
		border: 0!important;
	}
	#menu > li {
		display: block;
	}
	#menu > li:first-of-type > a {
		margin: 10px 10px 0 10px;
	}
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
	#information-news #content span>span img,
	#content #tab-description span>span img{
		width: auto!important;
		height: auto!important;
	}
	#information-news #content span>span,
	#content #tab-description span>span{
		width: initial!important;
		height: initial!important;
	}
	.product-list .product-thumb .caption {
		min-height: 0;
		margin-left: 0;
		padding: 0 10px;
	}
	.product-grid .product-thumb .caption {
		min-height: 0;
	}
	.homepage-news .swiper-container {
		padding-left: 0!important;
		padding-right: 0!important;
		margin-right: 0;
		margin-left: 0;
	}
	.top_info_row,
	.bottom_info_wrap {
		font-size: 12px;
	}
	.bottom_info_wrap {
		padding: 10px 14px;
		justify-content: space-between;
	}
	.bottom_info_wrap .bottom_info_icon {
		display: none;
	}
	.bottom_info_text {
		max-width: 200px;
	}
	.bottom_info_link a {
		padding: 8px 9px;
		margin: 0;
	}
	.bottom_info_close {
		position: initial;
		transform: none;
		-webkit-transform: none;
	}
	#common-home .btn,
	#product-category .btn,
	#product-product .btn,
	.slideshow .btn {
		width: 100%;
	}
	.html-wrap .html-title {
		margin-bottom: 0;
		text-align: center;
		color: #000;
		letter-spacing: .04em;
	}
	#common-home #slideshow0.swiper-container {
		padding-bottom: 0!important;
	}
	#common-home.container {
		padding-left: 0;
		padding-right: 0;
	}
	h1 {
		font-size: 24px!important;
	}
	#return-form.success {
		height: calc(100vh - 381px);
	}
	.company__item {
		display: block
	}
	.company__text,.company__img {
		width: 100%;
		max-width: 100%
	}
	.company__img {
		padding-right: 20px;
		padding-bottom: 20px
	}
	.company__item:nth-child(2n) .company__img {
		padding-left: 20px
	}
	.company__item .company__text {
		padding-left: 10px
	}
	.company__item:nth-child(2n) .company__text {
		padding-right: 10px
	}
	.company__list {
		margin-bottom: 60px
	}
	.company__imgs {
		margin-bottom: 70px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: distribute;
		justify-content: space-around
	}
	.company__imgs a:first-of-type {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		max-width: 49%
	}
	.company__imgs a:nth-of-type(2) {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
	.company__imgs a:nth-of-type(3) {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		max-width: 49%
	}
	#product .rating {
		width: 55%;
	}
	picture + .container #information-information {
		padding-left: 30px;
		padding-right: 30px;
	}
	.notify-me-btn {
		margin: 0 auto;
		display: inline-block;
	}
	.product-thumb {
		padding: 15px;
	}
	.product-thumb .in_stock_status {
		padding-top: 5px;
	}
	.price-cont {
		margin-top: 0.5rem;
	}
	.size-cont {
		display: block;
	}
	.size-cont-inner {
		position: initial;
		padding: 0;
		padding-top: 9px;
		border: 0;
	}
	.size-cont-inner:after {
		display: none;
	}
	.option__label {
		margin-bottom: 0;
	}
	.account-list {
		margin-bottom: 20px;
	}
	.clear-wishlist {
		width: 47px;
		margin-right: auto;
	}
	.clear-wishlist span {
		display: none;
	}
	.clear-wishlist img {
		padding: 0;
	}
	#account-order table td {
		display: block;
		width: 100% !important;
	}
	#account-order thead td {
		position: relative;
	}
	#account-order thead td,
	#account-order thead th {
		border: none;
	}
	#account-order thead .append {
		position: absolute;
		right: 10px;
		top: -10px;
	}
	#account-edit .personal-data .form-group,
	#account-edit .shipping-address .form-group,
	#account-edit .personal-data .custom_field,
	#account-edit .contacts .contact_button,
	#account-edit .contacts .contact_input {
		width: 100%;
		float: none;
		padding-left: 0;
		padding-right: 0 !important;
	}
	#account-edit .contacts .contact_button button {
		width: 100%;
		margin-top: 10px;
	}
	footer .social-links a {
		margin-left: 7px;
		margin-right: 7px;
	}
	.prom_info {
		margin: 20px auto 0;
	}
	.prom_info b,
	.basket__total {
		font-size: 14px;
	}
	.basket__total span {
		font-size: 20px;
	}
	#simplecheckout_cart .basket__total {
		text-align: center !important;
	}
	.card__bonus {
		font-size:14px;
	}
	.btn_add, .btn_cancel {
		width: 140px !important;
	}
}
@media (max-width: 576px) {
	.account-list .dropdown-list {
		display: none;
	}
}
@media (max-width: 500px) {
	.header__phone {
		display: none;
	}
}
@media (max-width: 478px) {
	#product .rating_plus_stock {
		width: 100%;
	}
	.btn {
		width: 100%;
	}
	#product .in_stock_status::before {
		margin: 0;
	}
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
	.product__sizes .option__item:first-child .option__tip {
		left: 120%;
	}
	.col-cart {
		padding-right: 5px;
		padding-left: 0;
	}
	#cart > .btn > a > svg {
		width: 38px;
		height: 38px;
	}
	#cart > .btn > a > span {
		width: 13px;
		height: 13px;
		font-size: 9px;
	}
	#content .ocf-btn-mobile-static button {
		width: 130px;
	}
	#content .ocf-btn-mobile-static button i {
		margin-right: 5px;
	}
	.product-sorts #input-sort {
		padding: 12px 10px;
		margin: 0;
		font-size: 14px;
		color: #000;
	}
	.breadcrumb > .hide-breadcrumb {
		display: none;
	}
	.basket__total-block {
		font-size: 14px;
	}
}
@media (max-width: 380px) {
	.header__phone {
		font-size: 14px;
	}

	header .col-phones {
		padding-left: 5px;
		padding-right: 0;
	}
	#content .ocf-btn-mobile-static button {
		width: 90px;
	}
	#content .ocf-btn-mobile-static i {
		display: none;
	}
}
@media (max-width: 340px) {
	#cart > .btn > a > svg {
		width: 38px;
		height: 38px;
	}
	#cart > .btn > a > span {
		width: 15px;
		height: 15px;
	}
	.col-menu .js-menu-mobile {
		font-size: 12px;
	}
	#product .in_stock_status::before {
		margin: 3px 6px 0 8px;
	}
	#content .ocf-btn-mobile-static button {
		width: 100px;
	}
	#content .ocf-btn-mobile-static button i {
		display:none;
	}
	.product-sorts #input-sort {
		width: 173px;
		padding-left: 0;
	}
	.product-sorts {
		width: 50%;
		padding-left: 0;
	}
}
@media (min-width: 375px) {
	.js-menu-mobile {
		width: 115px;
	}
}
@media (min-width: 425px) {
	.js-menu-mobile {
		width: 135px;
	}
}
@media (min-width: 576px) {
	.js-menu-mobile {
		width: auto;
	}
	.btn-top {
		right: 20px;
	}
	#faktura_data_modal .form-group-last .row_address_zipcode {
		flex-basis: 40%;
		max-width: 40%;
	}
	.dropdown-list-header {
		display: none !important;
	}
}
@media (min-width: 768px) {
	body {
		height: 100%;
		min-height: 100vh;
	}
	.swiper-pagination{
		display: none;
	}
	#product-category .ocf-theme-light .ocf-dropdown .ocf-filter-header {
		border-radius: 4px;
		border: 1px solid #e6e6e6;
		background: transparent;
		height: 46px;
	}
	#product-category .ocf-filter:hover .ocf-filter-header { border-color: #000;-webkit-transition: ease-out 0.3s;transition: ease-out 0.3s; }
	#column-left  .product-layout .col-md-3 {
		width: 100%;
	}
	#column-left + #content .product-layout .col-md-3 {
		width: 50%;
	}
	#column-left + #content + #column-right .product-layout .col-md-3 {
		width: 100%;
	}
	#content + #column-right .product-layout .col-md-3 {
		width: 100%;
	}
	.product-list .product-thumb .image {
		float: left;
		padding: 0 15px;
	}
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
	.ocf-container {
		float: left;
		width: 70%;
	}
	.ocf-container + .product-sorts .sorts-block {
		flex: 0 0 100%;
		max-width: 100%;
	}
	#return-form form {
		padding-left: 100px;
	}
	.row-customer_left_foot {
		width: 52%;
		float: left;
	}
	.row-customer_right_foot {
		width: 52%;
		float: right;
	}
	.thumb-prod-name {
		max-height: 47px;
		overflow: hidden;
	}
	.show-all-sales {
		margin-top: -90px;
		margin-bottom: 100px;
	}
	#product-viewed-slideshow {
		margin-bottom: 0;
	}
	#product-viewed-slideshow .swiper-container {
		margin-bottom: 0;
		padding-bottom: 120px !important;
	}
	.product-thumb .price-new {
		font-size: 24px;
	}
	.product-thumb .price-old {
		display: none;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
	footer .contacts {
		margin-top: 30px;
	}
}
@media (min-width: 768px) and (max-width: 1720px) {
	.product-thumb .caption {
		font-size: 14px;
	}
}
@media (min-width: 992px) {
	.html-wrap .html-container  {
		max-width: 66%;
		margin: 0 auto;
	}
	.html-title {
		max-width: 66%;
		margin: 0 auto;
		font-weight: 400;
		text-transform: uppercase;
		text-align: center;
	}
	.col-logo {
		order: 1;
		padding-left: 0;
	}
	.col-menu {
		order: 2;
	}
	.col-search {
		order: 3;
	}
	.col-phones {
		order: 4;
		padding-right: 0;
	}
	.col-lang {
		order: 5;
		height: 30px;
	}
	.col-cart {
		order: 6;
	}
	.header-row {
		flex-wrap: nowrap !important;
	}
	#search button {
		color: #00a0e3;
	}
	header:after {
		display: none;
	}
	header .col-auto {
		width: auto;
		position: static;
	}
	header .col-auto.col-search {
		width: auto;
	}
	.btn-top {
		right: 45px;
		width: 46px;
		height: 46px;
	}
	.col-logo {
		padding-right: 15px;
	}
	.price-block {
		font-size: 22px;
	}
	.caption-container {
		margin-bottom: 20px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1720px) {
	.product-thumb:hover .thumb-prod-name {
		max-height: max-content;
		min-height: 30px;
		position: absolute;
		background-color: #fff;
	}
}
@media (min-width: 1170px) {
	.product-sorts {
		display: flex;
		justify-content: flex-end;
		align-items: flex-end;
		padding-left: 57px;
	}
}
@media (min-width: 1200px) {
	#product-category + footer::before, #common-home + footer::before {
		display: block;
	}
	.info {
		width: 70%;
	}
	.col-logo {
		padding-right: 0;
	}
	.col-phones,
	.col-search {
		padding-left: 0;
		padding-right: 0;
	}
	.col-cart {
		padding-left: 0;
	}
	.col-menu {
		margin-right: 0 !important;
		padding-right: 7px;
	}
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
    #menu {
        display: flex;
    }
	.price-container {
		min-height: 100px;
	}
	.product-thumb-caption {
		line-height: 24px;
	}
	.product-thumb .image {
		display: flex;
		position: relative;
		justify-content: center;
		align-items: center;
	}
	.rating {
		line-height: 20px;
	}
	.product-thumb .caption {
		/*min-height: initial;*/
	}
	.product-thumb .caption a.name {
		height: auto;
	}
	.option__label {
		height: 34px;
		padding: 7px 10px 7px 10px;
		line-height: 20px;
		margin: 9px 5px 0 0;
	}
	.product-thumb .btn {
		position: initial;
		width: 100%;
	}
	.price-block {
		font-size: 24px;
		padding-right: 24px;
	}
	.product-thumb .not-available {
		text-align: center;
	}
	.notify-me-btn {
		width: 100%;
		color: #00A0E3;
		background-color: #F8F8F8;
		padding: 10px 23px 10px 23px;
		font-size: 16px;
		line-height: 20px;
	}
	.product_tag {
		position: absolute;
		top: 15px;
		left: 15px;
	}
	#product-product .product_tag {
		right: 15px;
	}
	#product-product .product_tag + .slideshow{
		margin-top: 50px !important;
	}
	.thumb-prod-name {
		max-height: 48px;
		overflow: hidden;
	}
}
@media (min-width: 1720px) {
	.wishlist_btn {
		position: absolute;
		top: 20px;
		right: 15px;
	}
	.product-thumb .btn {
		width: 260px;
	}
	.notify-me-btn {
		width: 320px;
		padding: 10px 43px 10px 43px;
	}
	body {
		font-size: 19px;
		line-height: 25px;
	}
	.container,.container-lg,.container-md,.container-sm,.container-xl {
		max-width: 1704px;
	}
	.lead {
		font-size: 1.75rem;
	}
	#product > h1 {
		font-size: 21px;
	}
	#product > ul > li {
		font-size: 17px;
	}

	.btn {
		height: 40px;
		font-weight: 400;
		font-size: 16px;
		line-height: 24px;
	}
	.tab-content span {
		font-size: 17px!important;
	}
	.nav-tabs > li > a {
		font-size: 17px!important;
	}
	#information-information span {
		font-size: 16px !important;
	}
	#product .rating_plus_stock {
		width: 87%;
	}
	#return-form-wrapper {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.select2-container--bootstrap .select2-results__option {
		font-size: 17px !important;
	}
	.show-all-sales {
		margin-top: 0;
	}
}
