html {
	height: 100%;
	overflow-x: hidden
}

html.scroll-disabled, html.scroll-disabled2 {
	overflow: hidden
}

body {
	height: 100%;
	display: flex;
	flex-direction: column;
	overflow-anchor: none
}

h1 {
	font-size: 1.8em;
	margin: 0 0 25px
}

h2 {
	font-size: 1.6em;
	margin: 0 0 10px
}

h3 {
	font-size: 1.4em;
	margin: 0 0 10px
}

h4 {
	font-size: 1.2em;
	margin: 0 0 10px
}

h5 {
	font-size: 1.1em;
	margin: 0 0 10px
}

h6 {
	font-size: 1.0em;
	margin: 0 0 10px
}

a, a:focus, a:hover, a:visited {
	text-decoration: none;
	cursor: pointer;
	outline: none !important
}

button, select, .btn, .btn:active, .btn:hover, .btn:focus, .nav-tabs .li {
	outline: none !important;
	-moz-user-select: none !important;
	-webkit-user-select: none !important
}

img {
	image-rendering: -webkit-optimize-contrast
}

iframe {
	max-width: 100%
}

.row {
	margin: 0 -10px
}

.row-flex {
	display: flex;
	flex-wrap: wrap
}

.row-flex:before, .row-flex:after {
	display: none
}

*[class*='col-'] {
	padding: 0 10px
}

.heading {
	display: flex;
	width: 100%;
	align-items: center;
	font-weight: 500;
	margin: 0 0 15px
}

div.heading {
	font-size: 36px;
	font-weight: 700;
}

h1.heading {
	margin: 0 0 25px
}

label {
	font-weight: 400
}

hr {
	margin: 10px 0
}

.checkbox, .radio {
	margin: 15px 0
}

.radio label {
	display: flex !important;
	padding: 0
}

.radio input {
	position: relative !important;
	margin: 0 10px 0 0 !important
}

.radio input+img {
	margin-right: 10px
}

.input {
	display: flex;
	align-items: center;
	padding: 0 !important;
	cursor: pointer
}

.input input {
	position: relative !important;
	min-width: 14px;
	width: 14px;
	height: 14px;
	margin: 0 10px 0 0 !important;
	padding: 0 !important;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: #fff;
	border: solid 1px #ccc;
	outline: none !important;
	cursor: pointer
}

.input input:hover {
	border-color: #aaa
}

.input input[type="checkbox"] {
	border-radius: 2px
}

.input input[type="checkbox"]:checked {
	border: none
}

.input input[type="checkbox"]:checked:after {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	width: 10px;
	height: 5px;
	border: solid 2px #fff;
	border-top: none;
	border-right: none;
	transform: translate(-50%, -80%) rotate(-45deg)
}

.input input[type="radio"] {
	border-radius: 100%
}

.input input[type="radio"]:checked {
	border: none
}

.input input[type="radio"]:checked:after {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	width: 12px;
	height: 12px;
	border: solid 3px #fff;
	border-radius: 50%;
	transform: translate(-50%, -50%)
}

.input>a:nth-child(2) {
	padding-left: 5px
}

.input-group .input-group-addon {
	text-align: center;
	font-size: .95em;
	background: #f5f5f5;
	padding: 0 10px;
	border: solid 1px #e6e6e6;
	border-right: none
}

.input-group .input-group-addon i+span {
	padding: 0 0 0 6px
}

.input-group-btn {
	font-size: .9em
}

.input-group-btn .btn {
	height: 34px
}

.form-control {
	font-size: 16px;
	border: solid 1px #fff;
	box-shadow: none;
	border-radius: 12px;
	height: 42px;
	padding: 6px 14px;
}

.form-control[readonly] {
	opacity: .5
}

.form-control:focus {
	border: solid 1px #e6e6e6;
	box-shadow: none
}

.form-control:focus::-webkit-input-placeholder {
	opacity: 0;
	transition: all ease .3s
}

.form-control:focus::-moz-placeholder {
	opacity: 0;
	transition: all ease .3s
}

.form-control:focus:-ms-input-placeholder {
	opacity: 0;
	transition: all ease .3s
}

.form-control:focus:-input-placeholder {
	opacity: 0;
	transition: all ease .3s
}

select.form-control {
	padding-right: 30px;
	background: url(../image/chevron.png) no-repeat #fff;
	background-size: 7px;
	background-position: top 50% right 10px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none
}

.img-responsive {
	margin: 0 auto
}

.img-thumbnail {
	border: solid 1px rgba(0, 0, 0, .1)
}

.highlight {
	font-weight: 500;
	background: #fcf8e3
}

.alert {
	position: relative;
	padding: 12px 30px 12px 15px;
	font-size: .95em;
	border: none
}

.alert a {
	text-decoration: underline
}

.alert i {
	margin: 0 5px 0 0
}

.alert .close {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%)
}

.text-danger {
	padding: 4px 0 0;
	line-height: normal;
	font-size: .95em;
	color: #f00
}

span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline
}

.visible-xxl {
	display: none
}

.required .control-label:before {
	content: '* ';
	color: #f00
}

.div-text-empty {
	padding: 20px;
	margin: 0 0 40px;
	background: #f7f7f7;
	border-radius: 4px
}

.dropdown-menu {
	min-width: 200px;
	padding: 10px;
	border: none
}

.dropdown-menu li>a {
	display: flex;
	align-items: center;
	padding: 7px 10px;
	color: #666;
	font-size: .95em
}

.dropdown-menu li>a i, .dropdown-menu li>a img {
	min-width: 15px;
	margin: 0 7px 0 0;
	text-align: center
}

.buttons {
	overflow: auto;
	margin: 0 0 20px
}

.btn {
	height: 56px;
	padding: 0 25px;
	border: none;
	border-radius: 12px;
	transition: all ease-in-out .2s;
	text-transform: uppercase;
	font-weight: 700
}

a.btn {
	line-height: 56px
}

a.btn-lg {
	line-height: 56px
}

a.btn-xl {
	line-height: 56px
}

.btn .fa+span, .btn .fas+span, .btn .far+span {
	margin: 0 0 0 7px
}

.btn i.visible-xs+span {
	margin: 0
}

.btn-xs {
	height: 24px;
	padding: 0 10px;
	line-height: 20px
}

.btn-sm {
	height: 36px;
	line-height: 36px !important;
	font-size: 14px;
	border-radius: 10px;
	padding: 0 10px
}

.btn-lg {
	height: 56px;
	font-size: 17px;
	padding: 0 25px
}

.btn-xl {
	height: 56px;
	font-size: 17px;
	padding: 0 40px
}

.btn+.btn-lg, .btn+.btn-xl {
	margin: 0 0 0 15px
}

.btn-group>.btn, .btn-group>.dropdown-menu, .btn-group>.popover {
	font-size: 1.0em
}

.btn-default, .btn-default:hover, .btn-default:active, .btn-default:focus, .btn-default:active:hover {
	border: solid 1px rgba(0, 0, 0, .05)
}

.btn.disabled {
	opacity: 1;
	cursor: default
}

.btn.disabled2 {
	display: none !important
}

.list-group-item {
	display: flex;
	align-items: center;
	min-height: 42px;
	font-size: .95em;
	background: none !important;
	border: solid 1px rgba(0, 0, 0, .08)
}

.list-group-item+.list-group-item {
	border-top: none
}

.list-group-item:hover {
	background: rgba(0, 0, 0, .03) !important
}

header {
	flex: 0 0 auto
}

.top-menu__btn {
	font-size: 16px;
	font-weight: 700;
	height: 54px;
	padding: 0 20px;
	border: none;
	background: none
}

.top-menu__btn span {
	margin: 0 0 0 5px
}

.top-menu__btn:hover, #top .open .btn-group__btn {
	background: rgba(0, 0, 0, .05)
}

.top-menu__btn:after {
	margin: 0 0 0 3px;
	font-family: "Font Awesome\ 5 Free";
	font-weight: 900;
	content: "\f107"
}

.top-menu__compare {
	margin: 0 30px 0 0
}

.top-menu__compare-icon {
	transform: rotate(90deg)
}

.top-menu__compare-btn:after, .top-menu__wishlist-btn:after {
	display: none
}

.header-block {
	display: flex;
	flex-wrap: nowrap;
	padding: 15px;
	justify-content: space-between;
}

.header-block__item {
	display: flex;
	align-items: center
}

.header-search {
	width: 100%
}

.header-search__form {
	position: relative;
	display: flex
}

.header-search__category-btn {
	position: relative;
	display: flex;
	align-items: center;
	height: 34px;
	font-size: .9em;
	padding: 0 10px;
	border: solid 1px rgba(0, 0, 0, .1);
	border-right: none;
	border-radius: 4px 0 0 4px
}

.header-search__category-span {
	overflow: hidden;
	max-width: 100px;
	white-space: nowrap;
	text-overflow: ellipsis
}

.header-search__category-btn:after {
	font-family: "Font Awesome\ 5 Free";
	font-weight: 900;
	margin: 0 0 0 5px;
	font-size: .7em;
	content: "\f078"
}

.open .header-search__category-btn:after {
	transform: rotate(-180deg)
}

.header-search__input {
	padding: 0 12px;
	border-radius: 6px;
	border: 2px solid #e6eaea;
	background: #2d2d2d;
}

.header-search__category+.header-search__input {
	border-radius: 0 4px 4px 0
}

.header-search__btn {
	display: none
}

.header-search__btn:hover {
	background: #f7f7f7;
	border-color: rgba(0, 0, 0, .07);
	border-radius: 0 4px 4px 0
}

.header-phones {
	position: relative;
	padding-right: 10px
}

.header-phones.has-addit {
	padding-right: 30px
}

.header-phones__main {
	font-size: 18px;
	font-weight: 700;
	white-space: nowrap;
	cursor: pointer
}

.header-phones__show-phone {
	display: flex !important;
	align-items: center;
	justify-content: center;
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 0;
	width: 20px;
	height: 20px;
	font-size: .8em;
	color: #777;
	background: #f7f7f7;
	transform: translateY(-50%);
	border-radius: 100%;
	cursor: pointer
}

.header-phones__show-phone:hover {
	color: #555
}

.open .header-phones__show-phone {
	transform: rotate(-180deg) translateY(50%)
}

.header-phones__additionals {
	text-align: right
}

.header-phones__additional {
	font-size: .8em;
	font-weight: 500;
	border-bottom: dotted 1px;
	cursor: pointer
}

.header-phones__additional+span {
	margin: 0 0 0 10px
}

.header-phones__a:hover {
	background-color: transparent
}

.header-phones__span {
	text-transform: uppercase;
	border-bottom: dotted 1px
}

.header-phones__text {
	padding: 5px 10px;
	color: #888;
	font-size: .95em
}

.header__callback {
	color: #08746d;
	border: 1px solid #08746d
}

.header__callback:hover {
	color: #f39200
}

.header-cart {
	margin: 0 auto;
	position: relative;
}

.header-cart__btn {
	position: relative;
	padding: 0;
	border: none;
	background: none
}

.header-cart__icon {
	height: 50px;
	padding: 0;
	font-size: 26px;
	line-height: 50px !important;
}

.header-cart__total-items {
	position: absolute;
	right: -10px;
	top: 0;
	margin: 0;
	padding: 0 3px;
	min-width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 11px;
	font-weight: 500;
	border-radius: 100%
}

.header-cart__dropdown {
	left: auto;
	right: 10px !important;
	width: 760px;
	padding: 15px
}

.header-cart__wrapper {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	overflow-y: auto;
	max-height: 65vh;
	/*border-bottom:solid 1px rgba(0, 0, 0, .07)*/
}

.header-cart__item {
	display: flex;
	align-items: center;
	padding: 15px 0;
	width: 100%
}

.header-cart__item:first-child {
	padding-top: 0
}

.header-cart__item:not(:first-child) {
	border-top: solid 1px rgba(0, 0, 0, .07)
}

.header-cart__item-wrapper {
	width: 100%;
}

.header-cart__image {
	flex: 0 0 120px;
	padding: 0 15px 0 0
}

.header-cart__name {
	font-weight: 700;
	font-size: 17px;
	margin-bottom: 10px
}

.header-cart__quantity_remove_price {
	display: flex;
	margin-top: 15px;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.header-cart__quantity_remove {
	display: flex;
}

.header-cart__quantity .qty-switch {
	margin: 0
}

.header-cart__price {
	padding: 0 10px 0 0;
	white-space: nowrap;
	font-size: 16px;
	font-weight: 500;
}

.header-cart__price-text {
	color: #CBCBCB;
	margin-bottom: 5px;
	font-weight: 400;
}

.header-cart__total {
	flex: 0 1 100px;
	white-space: nowrap;
	font-weight: 500
}

.header-cart__remove-btn {
	width: 40px;
	height: 40px;
	color: #000000 !important;
	border: 2px solid #2d2d2d;
	background: none;
	text-align: center;
	cursor: pointer;
	border-radius: 6px;
	margin-left: 8px
}

.header-cart__remove-btn i {
	font-size: 1.5em
}

.header-cart__buttons {
	display: flex;
	align-items: center;
	justify-content: end
}

.header-cart__totals {
	margin: 25px 0
}

.header-cart__totals-item:not(:first-child) {
	display: none
}

.header-cart__totals-item {
	display: flex;
	justify-content: flex-end;
	font-size: 1.2em
}

.header-cart__totals-text {
	min-width: 70px;
	margin: 0 0 2px 5px;
	font-weight: 700;
	white-space: nowrap;
	font-size: 42px;
	color: #08746d;
}

.header-cart__totals-text .curr {
	color: #000000;
	font-size: 16px
}

.header-cart__empty {
	text-align: center
}

.header-cart__buttons .btn-default {
	visibility: hidden
}

.modal-body .header-cart__buttons .btn-default {
	visibility: visible;
	border: 1px solid #08746d;
	margin-right: 15px
}

.modal-body .header-cart__buttons .btn-primary {
	font-size: 17px;
	padding: 0 40px
}

.menu {
	position: relative;
	z-index: 998;
	min-height: 50px
}

.menu__header {
	display: flex;
	align-items: center;
	height: 50px;
	padding: 0 12px;
	font-weight: 500;
	cursor: pointer
}

.menu__collapse {
	position: absolute;
	z-index: 900;
	width: 100%;
	top: 50px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: .95em
}

.menu__level-1-li {
	position: relative;
	border-top: solid 1px rgba(0, 0, 0, .05);
	transition: all linear .15s
}

.menu__level-1-li:last-child {
	border-radius: 0 0 4px 4px
}

.menu__level-1-a {
	display: flex;
	min-height: 50px;
	height: 100%;
	align-items: center;
	padding: 0 50px 0 12px;
	font-weight: 500
}

.menu__level-1-icon {
	text-align: center;
	margin: 0 10px 0 0
}

.menu__level-1-img {
	max-width: 36px;
	max-height: 36px;
	margin: 0 7px 0 0;
	filter: invert(100%) sepia(100%) saturate(100%) hue-rotate(346deg) brightness(104%) contrast(97%);
}

.menu__level-2-ul {
	list-style: none;
	padding: 0
}

.menu__level-2-a {
	display: flex;
	align-items: center;
	min-height: 50px;
	font-weight: 500
}

.menu__level-3-ul {
	list-style: none;
	padding: 0
}

.menu__level-3-a {
	display: flex;
	align-items: center
}

.menu__level-3-a:before {
	margin: 3px 9px 0 0;
	font-family: "Font Awesome\ 5 Free";
	font-weight: 900;
	font-size: .7em;
	opacity: .6;
	content: "\f101"
}

.menu__more:after {
	content: "\2192\A0";
	padding: 0 0 0 10px
}

.menu__more-span {
	text-decoration: underline
}

.menu1 .menu__level-1-li:first-child {
	border-top: none
}

.menu__additional {
	width: 50px;
	max-width: 50px
}

.menu__level-1-a.additional {
	font-size: 1.4em
}

main {
	flex: 1 0 auto;
	padding: 0
}

.breadcrumb {
	margin: 50px 0 40px;
	padding: 0 0 10px;
	overflow-x: auto;
	white-space: nowrap;
	background: 0;
	font-size: 17px;
	font-weight: 700;
}

.breadcrumb li+li:before {
	font-family: "Font Awesome\ 5 Free";
	font-weight: 900;
	font-size: .85em;
	content: "\f054";
	padding: 0 15px;
}

.breadcrumb a {
	font-weight: 400;
}

.swiper-viewport .swiper-button-prev:before, .swiper-viewport .swiper-button-next:before, .dream-filter .rdf- s .rdf-group .checkbox>label>span:after {
	font-family: "Font Awesome\ 5 Free" !important;
	font-weight: 900
}

.swiper-viewport {
	position: relative;
	margin: 0 0 20px !important;
	padding: 0 !important;
	border: solid 1px rgba(0, 0, 0, .1) !important;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: none !important
}

.swiper-viewport:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
	border: solid 4px #f7f7f7;
	opacity: 1;
	transition: all ease-in-out .3s
}

.swiper-viewport:hover:after {
	visibility: hidden;
	opacity: 0
}

.swiper-viewport .title {
	position: absolute;
	z-index: 999;
	left: 10px;
	bottom: 10px;
	width: auto;
	z-index: 99;
	height: 30px;
	padding: 0 15px;
	line-height: 28px;
	font-size: 1.1em;
	opacity: .7;
	border-radius: 3px
}

.swiper-viewport .swiper-pagination {
	position: absolute;
	bottom: 5px;
	left: auto;
	right: 15px !important
}

.uni-banner {
	margin-bottom: 15px
}

.uni-banner__item {
	margin: 0 0 20px
}

.uni-banner__a, .uni-banner__div {
	display: block;
	overflow: hidden;
	position: relative
}

.uni-banner__img {
	width: 100%;
	max-height: 200px;
	object-fit: cover;
	border-radius: 4px
}

#column-left .uni-banner, #column-right .uni-banner {
	margin-bottom: 10px
}

#column-left .uni-banner__item, #column-right .uni-banner__item {
	width: 100%
}

#column-left .uni-banner__img, #column-right .uni-banner__img {
	max-height: 151px
}

.menu-module__ul {
	list-style: none;
	margin: 0 0 25px;
	padding: 0;
	font-size: .95em;
	background: #f7f7f7;
	border: solid 1px rgba(0, 0, 0, .08);
	border-radius: 4px
}

.menu-module__li:not(:first-child) {
	border-top: solid 1px rgba(0, 0, 0, .08)
}

.menu-module__a {
	display: flex !important;
	justify-content: space-between;
	padding: 12px 15px;
	color: #777
}

.menu-module__children-a {
	display: flex !important;
	align-items: center;
	padding: 12px 15px;
	color: #777;
	border-top: solid 1px rgba(0, 0, 0, .08)
}

.menu-module__children-a:before {
	margin: 0 10px 0 0;
	font-family: "Font Awesome\ 5 Free";
	font-weight: 900;
	font-size: .7em;
	content: "\f101"
}

.menu-module__a:hover, .menu-module__children-a:hover {
	background: rgba(0, 0, 0, .03)
}

.menu-module__a.active, .menu-module__children-a.active {
	font-weight: 500
}

.menu-module__pm {
	display: flex;
	min-width: 30px;
	margin: -12px -15px -12px 0;
	justify-content: center;
	align-items: center;
	font-size: .8em;
	color: #888
}

.menu-module__pm:hover {
	background: rgba(0, 0, 0, .05)
}

.menu-module__pm:not(.open) .fa-minus {
	display: none
}

.menu-module__pm.open .fa-plus {
	display: none
}

.banner-label {
	position: absolute;
	left: 0;
	bottom: 10px;
	display: flex;
	1align-items: center;
	padding: 3px 10px;
	font-size: .9em;
	opacity: .85
}

.banner-label:after {
	position: absolute;
	display: block;
	top: 0;
	right: -5px;
	content: '';
	width: 12px;
	height: 100%;
	transform: skew(-25deg);
	background: inherit
}

.home-banner {
	margin: 5px -10px 10px
}

.home-banner__item {
	display: flex;
	height: calc(100% - 20px);
	align-items: center;
	margin: 0 0 20px;
	padding: 15px;
	line-height: 1em;
	border-radius: 4px
}

.home-banner__item.link {
	cursor: pointer
}

.home-banner__icon {
	font-size: 3.5em
}

.home-banner__text {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	height: 100%;
	padding: 0 0 0 15px;
	word-wrap: break-word
}

.home-banner__text-1 {
	font-weight: 500;
	line-height: 1.3em
}

.home-banner__text-1.link span {
	border-bottom: dotted 1px
}

.uni-badge {
	min-width: 22px;
	margin: 0 0 0 8px;
	padding: 0 8px;
	text-align: center;
	font-size: .7em;
	color: #888;
	background: rgba(0, 0, 0, .06);
	border-radius: 4px
}

.uni-form {
	overflow: hidden;
	padding: 20px;
	background: #f7f7f7;
	border-radius: 4px
}

.uni-form__heading {
	margin: 0 0 5px;
	color: #666
}

.sticker {
	position: absolute;
	top: 0;
	left: -20px;
	z-index: 8
}

.sticker__item {
	position: relative;
	float: left;
	clear: both;
	margin: 0 0 5px;
	padding: 0 8px 0 11px;
	line-height: 20px;
	font-size: .8em;
	opacity: .8;
	white-space: nowrap
}

.sticker__item:before {
	position: absolute;
	z-index: 2000;
	left: 0;
	top: 100%;
	content: '';
	border: 2px solid transparent
}

.sticker__item:after {
	position: absolute;
	display: block;
	top: 0;
	right: -5px;
	content: '';
	width: 10px;
	height: 20px;
	transform: skew(-25deg);
	background: inherit
}

.option {
	position: relative
}

.option__group {
	margin: 0 0 5px
}

.option__group-name {
	display: block;
	margin: 0 0 10px;
	font-size: .95em;
	font-weight: 500
}

.option__item {
	position: relative;
	margin: 0 10px 10px 0;
	cursor: pointer
}

.option__item input {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: 100%;
	margin: 0;
	transform: translate(-50%, -50%);
	opacity: 0;
	cursor: pointer
}

.option__select {
	margin: 0 0 10px;
	padding: 0 12px;
	height: 24px;
	line-height: 20px
}

.option__name {
	display: block;
	white-space: nowrap;
	margin: 0;
	padding: 0 10px;
	font-size: .85em;
	width: auto;
	height: 24px;
	line-height: 21px;
	border: solid 1px rgba(0, 0, 0, .05);
	border-radius: 3px;
	transition: all linear .1s
}

.option__img {
	width: 26px;
	padding: 1px;
	border: solid 2px rgba(0, 0, 0, .1);
	border-radius: 3px;
	pointer-events: none;
	transition: all ease-in-out .15s
}

.option__popup {
	position: absolute;
	z-index: 9999;
	display: none;
	overflow: hidden;
	max-width: 95%;
	padding: 4px;
	text-align: center;
	font-size: .8em;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .2)
}

.option__popup-img {
	margin: 0 0 5px
}

.option .text-danger {
	position: absolute;
	top: 0;
	font-weight: 500;
	padding: 2px 0;
	background: #fff
}

.qty-indicator {
	display: flex;
	align-items: center;
	margin: 0 0 15px;
	font-size: .95em;
	color: #777
}

.qty-indicator:before {
	content: attr(data-text);
	margin: 0 5px 0 0
}

.qty-indicator__bar {
	position: relative;
	overflow: hidden;
	width: 61px;
	height: 10px;
	border-radius: 2px
}

.qty-indicator__bar:before, .qty-indicator__bar:after {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 21.5%;
	content: '';
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
	opacity: .5
}

.qty-indicator__bar:before {
	left: 20%
}

.qty-indicator__bar:after {
	left: 60%
}

.qty-indicator__percent {
	height: 100%
}

.qty-indicator__percent:before {
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	border: solid 1px #000;
	border-radius: 2px;
	opacity: .08
}

.qty-indicator__text {
	font-weight: 500
}


.qty-switch {
	display: flex;
	margin: 0 12px 0 0
}

.qty-switch__input {
	text-align: center;
	height: 40px;
	border-radius: 0;
	border: none;
	border-top: 2px solid #2d2d2d;
	border-bottom: 2px solid #2d2d2d;
	font-size: 20px;
	width: 60px;
	font-weight: 500;
}

.qty-switch__btn {
	width: 40px;
	height: 40px;
	line-height: 40px !important;
	color: #000000 !important;
	border: 2px solid #2d2d2d;
	background: none;
	text-align: center;
	font-size: .5em;
	cursor: pointer
}

.qty-switch__btn:hover {
	background: #FFF4E0
}

.qty-switch__btn.fa-plus {
	border-radius: 0 6px 6px 0
}

.qty-switch__btn.fa-minus {
	border-radius: 6px 0 0 6px
}

.rating {
	display: flex;
	align-items: center;
	min-height: 15px
}

.rating .fa-star {
	margin: 0 1px 0 0;
	font-size: 18px;
}

button.compare, button.wishlist {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	z-index: 1;
	width: 30px;
	height: 30px;
	padding: 0;
	font-size: .85em;
	background: #f7f7f7;
	border: none;
	border-radius: 100%;
	opacity: .9
}

button.compare .fas {
	transform: rotate(90deg)
}

.price {
	display: flex;
	align-items: center;
	font-weight: 500;
	white-space: nowrap
}

.price .price-old {
	margin: 0 15px 0 0;
	font-size: .65em;
	text-decoration: line-through
}

.price-tax {
	margin: -10px 0 10px;
	color: #999;
	font-size: .8em
}

.uni-item {
	width: 100%;
	background: #fff;
	padding: 25px;
	border-top: solid 1px rgba(0, 0, 0, .03);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .06);
	border-radius: 4px
}

.uni-item-bg {
	align-items: center !important;
	background: #f7f7f7;
	padding: 15px;
	border-radius: 4px;
	transition: all ease-in-out .15s
}

.uni-item-bg:hover {
	background: #eee
}

.uni-module {
	position: relative;
	margin-bottom: 15px
}

.uni-module:after {
	display: block;
	content: '';
	clear: both
}

.uni-module__wrapper {
	margin: 0 -10px;
	opacity: 0
}

.uni-module__wrapper.load-complete {
	opacity: 1;
	transition: none !important
}

.uni-module .owl-stage {
	display: flex
}

.uni-module__item, .uni-module .owl-item {
	display: flex;
	float: left;
	padding: 0 10px
}

.uni-module .owl-nav {
	left: -5px !important;
	right: -5px !important;
	margin: -15px 0 0
}

.uni-module .owl-nav button {
	width: 34px;
	height: 34px;
	text-align: center;
	font-size: 1.1em;
	background: #fff !important;
	border-radius: 100%;
	box-shadow: 0 0 10px #ccc
}

.uni-module .owl-nav .owl-next {
	padding: 0 0 0 2px
}

.uni-module .owl-dots {
	margin: -10px 0 20px !important
}

.product-thumb {
	display: flex;
	flex-direction: column;
	position: relative;
	margin: 0 0 20px
}

.product-thumb.hover {
	position: absolute;
	z-index: 99
}

.product-thumb__image {
	position: relative;
	flex: 1 0 1;
	margin: 0 0 10px;
	padding: 0;
}

.product-thumb__image:hover .uni-timer {
	visibility: hidden;
	opacity: 0
}

.product-thumb__name {
	display: block;
	margin: 15px 0;
	word-wrap: break-word;
	font-size: 17px;
}

.product-thumb__caption {
	display: flex;
	flex-direction: column-reverse;
	flex: 1 1 100%
}

.product-thumb__model {
	margin: 0 0 10px;
	font-size: .8em;
	color: #888
}

.product-thumb__model:before {
	content: attr(data-text);
	margin: 0 5px 0 0
}

.product-thumb__description {
	margin: 0 0 10px;
	font-size: .95em;
	word-wrap: break-word
}

.product-thumb__attribute {
	color: #888
}

.product-thumb__attribute-value:not(:last-child):after {
	content: '/';
	padding: 0 2px 0 5px;
	color: #ccc
}

.product-thumb__rating {
	margin: 0 0 15px
}

.product-thumb__rating a {
	margin: 0 0 0 5px;
	line-height: 15px;
	font-weight: 500
}

.product-thumb__rating a:hover {
	background: #ddd
}

.product-thumb__cart.disabled2 {
	min-height: 32px
}

.product-thumb__quick-order {
	margin: 0 0 0 10px;
	opacity: 0;
	transition: all ease-in-out .2s
}

.product-thumb:hover .product-thumb__quick-order {
	opacity: 1
}

.product-thumb__wishlist, .product-thumb__compare {
	right: 10px;
	width: 20px;
	height: 20px
}

.product-thumb__wishlist {
	top: 10px
}

.product-thumb__compare {
	top: 48px
}

.product-thumb__wishlist.hidden+.product-thumb__compare {
	top: 10px
}

.product-thumb__price {
	margin: 0 0 5px;
	font-size: 36px;
	font-weight: 700;
	display: block;
	text-align: center;
}

.product-thumb__price .curr {
	color: #000000
}

.product-thumb__more {
	border: 2px solid #08746d
}

.product-thumb__credit {
	height: 32px;
	background: url('images/credit.png') no-repeat right center;
	margin: 15px 0 10px;
	min-width: 72px
}

.product-thumb__cart {
	/*display:flex;*/
	display: none;
}

.product-thumb__addit {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center
}

.product-thumb__addit-wrap {
	width: 100%;
	height: 100%;
	display: flex
}

.product-thumb__addit-item {
	display: flex;
	flex: 1 1 auto
}

.product-thumb__addit-dot {
	display: inline-block;
	width: 10px;
	height: 4px;
	margin: 0 3px;
	transform: translate(0, -25px);
	background: #ddd;
	border-radius: 4px
}

.product-thumb__row_flex {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.product_catpics {
	display: flex
}

.product_catpics>div {
	height: 40px;
	width: 40px;
	background-size: contain;
}

.catpic_59 {
	background: url('/image/catalog/product_cats/59.png') no-repeat center
}

.catpic_60 {
	background: url('/image/catalog/product_cats/60.png') no-repeat center
}

.catpic_61 {
	background: url('/image/catalog/product_cats/61.png') no-repeat center
}

.catpic_62 {
	background: url('/image/catalog/product_cats/62.png') no-repeat center
}

.category_wrap {
	background: #F8F8F8
}

.category_top_head.with_bg {
	/*max-height: 470px;*/
	margin-bottom: 30px
}

.category_top_head h1.heading {
	font-size: 72px;
	font-weight: 700
}

.catalog_infotxt {
	font-size: 17px
}

.with_bg .catalog_infotxt {
	min-height: 280px
}

.catalog_infotxt a {
	margin-top: 45px;
	margin-bottom: 30px
}

.sorts-block {
	display: flex;
	align-items: center;
	margin-bottom: 30px
}

.sorts-block__limit, .sorts-block__select {
	width: auto
}

.sorts-block__wrapper {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between
}

.sorts-block__sorts {
	flex: 1 1 auto
}

.sorts-block__span {
	margin: 0 20px 0 0;
	font-weight: 500;
	font-size: .95em;
	color: #555;
	cursor: pointer;
	white-space: nowrap
}

.sorts-block__span:hover, .sorts-block__span.selected {
	border-bottom: dotted 1px
}

.sorts-block__span.selected:after {
	margin: 0 0 0 5px;
	font-family: "Font Awesome\ 5 Free";
	font-weight: 900;
	font-size: .85em
}

.sorts-block__span.selected.up:after {
	content: "\f160"
}

.sorts-block__span.selected.down:after {
	content: "\f884"
}

.sorts-block__btn-group {
	/*display:flex;white-space:nowrap;*/
	display: none;
}

.sorts-block__btn {
	padding: 0 12px;
	font-size: .85em !important
}

.sorts-block__btn.selected {
	box-shadow: inset 0 0 10px rgba(0, 0, 0, .07)
}

.list-view .product-thumb {
	flex-direction: row
}

.list-view .product-thumb__image {
	margin: 0;
	padding: 0;
	border: 0;
	box-shadow: none
}

.list-view .uni-timer {
	bottom: 0
}

.list-view .product-thumb__caption {
	padding: 0 25px 0px 20px
}

.list-view .product-thumb__description {
	display: block !important
}

.list-view .product-thumb__option {
	display: block !important
}

.list-view .product-thumb__price {
	margin-top: auto
}

.compact-view {
	margin: 0 0 -1px
}

.compact-view:last-of-type {
	margin: 0 0 20px
}

.compact-view .product-thumb {
	flex-direction: row;
	align-items: center;
	margin: 0;
	padding: 0;
	border: solid 1px #eee;
	border-radius: 0;
	box-shadow: none
}

.compact-view:nth-child(odd) .product-thumb {
	background: #fafafa
}

.compact-view .product-thumb__image {
	min-width: 80px;
	width: 80px;
	margin: 0;
	padding: 10px;
	border: none;
	box-shadow: none
}

.compact-view .product-thumb__image a:before {
	display: none
}

.compact-view .product-thumb__caption {
	flex-direction: row;
	width: 100%;
	align-items: center;
	padding: 0
}

.compact-view .product-thumb__name {
	width: 100%;
	margin: 0;
	padding: 0 10px;
	font-size: .9em
}

.compact-view .product-thumb__option {
	display: flex !important;
	min-height: 75px;
	min-width: 200px;
	width: 30%;
	padding: 10px 10px 0;
	border-right: solid 1px #eee;
	border-left: solid 1px #eee
}

.compact-view .qty-indicator {
	display: none;
	min-width: 90px;
	min-height: 75px;
	margin: 0;
	justify-content: center;
	border-right: solid 1px #eee
}

.compact-view .qty-indicator:before {
	display: none
}

.compact-view .product-thumb__price {
	flex-wrap: wrap;
	justify-content: center;
	width: 10%;
	min-width: 110px;
	margin: 0;
	padding: 0 10px;
	font-size: 1.0em;
	text-align: center
}

.compact-view .product-thumb__price .price-old {
	width: 100%;
	margin: 0 0 5px
}

.compact-view .product-thumb__cart {
	padding-right: 10px;
	white-space: nowrap
}

.compact-view .product-thumb__quick-order {
	opacity: 1
}

.compact-view .product-thumb__addit-dot, .compact-view .sticker, .compact-view .product-thumb__model, .compact-view .uni-timer, .compact-view .product-thumb__description, .compact-view .rating, .compact-view .cart .wishlist, .compact-view .cart .compare, .compact-view .cart button span {
	display: none
}

.pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 40px 0;
	/*padding: 20px 30px;background: #FFFFFF;border: 1px solid #E4E4E4;border-radius: 12px;*/
}

.pagination li a, .pagination li span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	margin: 0;
	padding: 0;
	border-radius: 15px !important;
	border: none !important;
	text-align: center
}

.pagination li+li {
	margin: 0 0 0 10px
}

.pagination-text {
	margin: 0 0 30px;
	font-size: .85em;
	color: #999;
	text-align: center
}

.article_description {
	margin: 0 0 40px;
	line-height: 1.7;
	font-size: 17px;
}

.article_description a {
	text-decoration: underline
}

.html-module {
	margin: 0 0 20px
}

.home-page .html-module {
	margin: 0
}

.home-page .html-module h1 {
	font-size: 1.6em;
	margin: 0 0 15px
}

.category-info-wrap {
	background: #FFFFFF
}

.category-info {
	position: relative;
	overflow: hidden;
	padding: 30px 0;
	line-height: 1.7;
	font-size: 17px
}

.category-info__image {
	float: left;
	max-width: 150px;
	margin: 0 20px 0 0
}

.category-info img {
	max-width: 100%
}

.category-info-bottom .category-info {
	display: block !important
}

.category-info__btn {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: inherit;
	display: block;
	padding: 15px 0;
	text-align: center
}

.category-info__span {
	font-size: 1.1em;
	font-weight: 500;
	border-bottom: dashed 1px
}

.category-list {
	margin-bottom: 25px
}

.category-list>div {
	margin: 0
}

.category-list__item {
	display: flex;
	height: 100%;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	padding: 0 !important;
	text-align: center;
	font-size: .95em;
	font-weight: 500
}

.category-list__img {
	border-radius: 4px 4px 0 0
}

.category-list__name {
	width: 100%;
	padding: 10px
}

.nav-tabs {
	display: flex;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 0;
	border: none;
	margin: 0 0 40px;
	white-space: nowrap;
	justify-content: center;
}

.nav-tabs li {
	display: flex;
	align-items: center;
	height: 56px;
	border-radius: 12px;
	border: 2px solid #08746d !important;
	background-color: #fff4e0;
	margin: 0 12px;
	padding: 0 30px
}

.nav-tabs li a {
	display: flex;
	align-items: center;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
	background: none !important;
	border: none !important
}

.nav-tabs li.active, .nav-tabs li:hover {
	background-color: #08746d;
}

.nav-tabs li:last-child {
	margin-right: 0
}

.tab-content {
	font-size: 17px
}

.footer {
	flex: 0 1 auto;
	padding: 40px 0;
}

.footer .container {
	max-width: 1140px
}

.footer_logo {
	max-width: 105px
}

.footer__column-heading {
	display: flex;
	align-items: center;
	margin: 0 0 35px;
	font-size: 18px
}

.footer__column-icon {
	margin: 0 5px 0 -5px;
	font-size: .8em
}

.footer__column-ul {
	margin: 0
}

.footer__column-li {
	display: flex;
	align-items: center;
	margin: 0 0 15px;
}

.footer__column-a:hover {
	color: #f39200;
	font-weight: 500;
	transition: all ease-in-out .2s;
}

.footer__contacts-li {
	margin-bottom: 20px
}

.footer__contacts-icon {
	margin: 0 25px 0 0;
	font-size: 26px;
	color: #08746d
}

.footer__text {}

.footer__media {
	margin-top: 30px;
	margin-left: -5px;
}

.footer__socials-icon {
	width: 30px;
	height: 30px;
	line-height: 29px !important;
	text-align: center;
	font-size: 20px;
	background: rgba(0, 0, 0, .05);
	border-radius: 4px;
	transition: all ease-in-out .1s;
	cursor: pointer
}

.footer__socials-icon:hover {
	color: #fff
}

.footer__socials-icon+i {
	margin: 0 0 0 35px
}

.footer__socials-icon.fa-odnoklassniki:hover {
	background: #EF8117
}

.footer__socials-icon.fa-vk:hover {
	background: #597BA0
}

.footer__socials-icon.fa-facebook:hover {
	background: #3A5795
}

.footer__socials-icon.fa-twitter:hover {
	background: #59ADEA
}

.footer__socials-icon.fa-google-plus:hover {
	background: #DB4437
}

.footer__socials-icon.fa-instagram:hover {
	background: #125688
}

.footer__socials-icon.fa-youtube:hover {
	background: #E62117
}

.footer__socials-icon.fa-viber:hover {
	background: #2D275B
}

.footer__socials-icon.fa-whatsapp:hover {
	background: #00E676
}

.footer__socials-icon.fa-tiktok:hover {
	background: #fe2c55
}

.footer__socials-icon.fa-telegram-plane:hover {
	background: #0088cc
}

.footer__payments {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	overflow: hidden;
	margin: 0 0 -10px 0
}

.footer__payments-icon {
	overflow: hidden;
	margin: 0 0 10px 10px;
	width: 50px;
	height: 30px;
	border-radius: 3px
}

.footer__payments-icon:not(img) {
	background-image: url('../image/payment_icon_sprite.png')
}

.footer__payments-icon.visa {
	background-position: -150px -120px
}

.footer__payments-icon.master {
	background-position: -100px -30px
}

.footer__payments-icon.yandex {
	background-position: -150px -150px
}

.footer__payments-icon.webmoney {
	background-position: -100px -150px
}

.footer__payments-icon.qiwi {
	background-position: 0 0px
}

.footer__payments-icon.sberbank {
	background-position: -150px -30px
}

.footer__payments-icon.cyberplat {
	background-position: 0 -30px
}

.footer__payments-icon.alfa {
	background-position: -50px 0px
}

.footer__payments-icon.privat {
	background-position: -100px -90px
}

.footer__payments-icon.paypal {
	background-position: 0 -90px
}

.footer__payments-icon.eport {
	background-position: 0 -60px
}

.footer__payments-icon.mailofrussia {
	background-position: -100px 0px
}

.footer__payments-icon.rapida {
	background-position: -100px -120px
}

.footer__payments-icon.contact {
	background-position: 0 -120px
}

.footer__payments-icon.vtb24 {
	background-position: 0 -150px
}

.footer__payments-icon.sms {
	background-position: -150px -90px
}

.footer__payments-icon.skrill {
	background-position: -150px -60px
}

.footer__payments-icon.rbk {
	background-position: -150px 0px
}

.footer__payments-icon.western-union {
	background-position: -200px 0px
}

.footer__payments-icon.mir {
	background-position: -199px -30px
}

.fly-block {
	position: fixed;
	z-index: 1061;
	right: 20px;
	bottom: 20px
}

.fly-block__item {
	position: relative;
	width: 40px;
	height: 40px;
	margin: 0 0 10px;
	line-height: 40px !important;
	font-size: 17px;
	text-align: center;
	cursor: pointer;
	border-radius: 100%;
	transition: all ease-in-out .3s
}

.fly-block__back {
	color: #666;
	background: #e2e2e2
}

.fly-block__wishlist, .fly-block__compare {
	opacity: .8
}

.fly-block__compare-icon {
	transform: rotate(90deg)
}

.fly-block__total {
	position: absolute;
	top: 0;
	min-width: 18px;
	height: 18px;
	line-height: 16px;
	font-size: .7em;
	border: solid 1px rgba(255, 255, 255, 1);
	border-radius: 100%
}

.fly-block__callback {
	margin: 25px 0
}

.fly-block__callback-icon {
	line-height: 40px !important;
	font-size: 20px;
	transform: rotate(120deg);
	transition: all ease-in-out .3s
}

.fly-block__callback:before {
	position: absolute;
	top: -8px;
	bottom: -8px;
	left: -8px;
	right: -8px;
	content: '';
	border-radius: 100%;
	animation: spin 4s infinite linear
}

.fly-block__callback:after {
	position: absolute;
	top: -16px;
	bottom: -16px;
	left: -16px;
	right: -16px;
	content: '';
	border-radius: 100%;
	animation: spin 5s infinite linear
}

.fly-block__scrollup {
	margin: 0;
	color: #fff;
	background: rgba(0, 0, 0, .3);
	transform: scale(0)
}

.fly-block__scrollup.visible {
	transform: scale(1)
}

.fly-block__scrollup:hover {
	background: rgba(0, 0, 0, .5)
}

.fly-block__scrollup:not(.visible) {
	margin: -50px 0 0
}

.simplecheckout .radio label, .simpleregister .radio label {
	display: flex
}

.simplecheckout-cart .quantity .input-group .btn {
	height: 30px
}

.spin {
	animation: spin 1s infinite linear
}

/* animation */
@-keyframes spin {
	100% {
		transform: rotate(360deg)
	}
}

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

@-moz-keyframes spin {
	100% {
		transform: rotate(360deg)
	}
}

/* animation */

.animated.fade:not(.disabled) {
	display: block !important;
	opacity: 1 !important
}

.modal-open {
	overflow: visible;
	padding-right: 0 !important
}

.modal {
	z-index: 1070;
	text-align: center
}

.modal-content {
	border: none
}

.modal-header {
	display: flex;
	align-items: center;
	position: relative;
	padding: 15px;
	background: #FFFFFF;
	border-bottom: none;
	border-radius: 6px 6px 0 0
}

.modal-title {
	margin-right: 45px
}

.modal-header .close {
	position: absolute;
	right: 0;
	width: 42px;
	height: 100%;
	z-index: 99;
	background: rgba(0, 0, 0, .05);
	opacity: .6;
	font-size: 26px
}

.modal-dialog {
	max-width: 95%;
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	-webkit-transform: translate(0, 0) !important;
	-ms-transform: translate(0, 0) !important;
	-o-transform: translate(0, 0) !important;
	transform: translate(0, 0) !important
}

.modal-dialog.modal-sm {
	width: 400px
}

.modal-body {
	background: #fff;
	border-radius: 0 0 6px 6px
}

#modal-cart .modal-dialog {
	width: 760px
}

#modal-cart img {
	padding: 5px;
	background: #fff;
	border-radius: 4px
}

#cart.fly {
	position: fixed;
	top: 50%;
	right: 24px;
	z-index: 999;
	margin: -29px 0 0
}

#cart.fly>.btn {
	width: 58px;
	height: 58px;
	border: solid 1px rgba(0, 0, 0, .4);
	border-radius: 100%;
	transition: none
}

#cart.fly>.btn #cart-total {
	bottom: 0;
	right: -2px
}

#cart.fly .dropdown-menu {
	margin: 0 -4px 0 0
}

.owl-carousel {
	position: relative;
	display: none
}

.owl-carousel .owl-stage {
	touch-action: manipulation
}

.owl-carousel .owl-stage-outer {
	overflow: hidden
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
	display: none
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-loaded {
	display: block
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab
}

.owl-carousel.owl-rtl {
	direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
	float: right
}

.no-js .owl-carousel {
	display: block
}

.owl-carousel .animated {
	animation-duration: 1000ms;
	animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
	z-index: 0
}

.owl-carousel .owl-animated-out {
	z-index: 1
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url('../image/owl.video.play.png') no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}

.owl-carousel .owl-nav {
	position: absolute;
	z-index: 100;
	top: 50%;
	left: 10px;
	right: 10px;
	opacity: 0
}

.owl-carousel .owl-next, .owl-carousel .owl-prev {
	position: absolute;
	font-size: 2em;
	cursor: pointer;
	opacity: 0;
	transform: translate(0, -50%)
}

.owl-carousel .owl-nav button {
	padding: 0;
	background: none;
	border: none;
	opacity: 1
}

.owl-carousel .owl-nav .disabled {
	cursor: default;
	opacity: .5
}

.owl-carousel .owl-nav .owl-next {
	right: 0
}

.owl-carousel .owl-dots {
	position: relative;
	margin: 5px 0 10px;
	text-align: center
}

.owl-carousel .owl-dots .owl-dot {
	padding: 0;
	background: none;
	border: none
}

.owl-carousel .owl-dots .owl-dot+.owl-dot {
	margin: 0 0 0 10px
}

.owl-carousel .owl-dots .owl-dot span {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	transition: all linear .2s
}

.owl-carousel .owl-dots .owl-dot.active span {
	width: 20px;
	border-radius: 10px;
	cursor: default
}

.uni-timer {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	display: flex;
	justify-content: center;
	transition: opacity ease-in-out .15s
}

.uni-timer__group {
	text-align: center;
	min-width: 45px;
	padding: 2px 6px 4px;
	border-radius: 3px
}

.uni-timer__group:not(:last-child) {
	margin: 0 5px 0 0
}

.uni-timer__digit {
	display: inline-block;
	letter-spacing: 2px;
	font-weight: 700
}

.uni-timer__text {
	margin: -3px 0 0;
	font-size: .65em
}

.tooltip {
	font-family: 'Rubik', sans-serif;
	line-height: 14px
}

.uni-alert {
	display: flex;
	position: fixed;
	z-index: 1080;
	top: 50px;
	right: 15px;
	width: 300px;
	max-width: 100%;
	font-size: .95em;
	border: 0;
	padding: 15px;
	border-radius: 3px;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, .2)
}

.uni-alert__icon {
	margin: 0 10px 0 0;
	font-size: 1.3em
}

.uni-alert a {
	text-decoration: underline
}

.preloader {
	position: absolute;
	z-index: 1050;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(255, 255, 255, .3)
}

.preloader:after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 36px;
	height: 36px;
	margin: -18px auto auto -18px;
	content: '';
	border: solid 3px;
	border-radius: 100%;
	animation: spin 1s infinite linear
}

.captcha {
	overflow: hidden;
	margin-bottom: 15px !important
}

.captcha__input {
	float: left;
	width: 200px;
	max-width: 45%
}

.captcha__img {
	height: 33px;
	padding-left: 15px
}

.error-not-found {
	margin: 160px 0 40px;
	font-size: 48px
}

.error-not-found__404 {
	font-size: 200px;
	color: #fff;
	font-weight: 500;
	line-height: 1.2
}

.error-not-found .buttons {
	margin-top: 30px
}

@media (max-width:992px) {
	header {
		display: flex;
		flex-direction: row-reverse;
		align-items: center
	}

	.header-cart__quantity_remove_price {
		display: block
	}

	.header-cart__price {
		margin-top: 10px;
		display: flex;
		align-items: center
	}

	.header-cart__price-text {
		margin-bottom: 0;
		margin-right: 5px
	}

	#search2 {
		padding: 0 15px;
		background: #2D2D2D;
		width: 100%
	}

	#search2 .header-search {
		margin: 0 0 10px;
	}

	#search2 .header-search__input, #search2 .header-search__category-btn {
		height: 36px !important
	}

	#search2 .header-search__category-btn {
		width: 125px
	}

	#search2 .header-search__category+.header-search__input {
		flex: 1 1 auto
	}

	.menu-wrapper {
		position: fixed;
		z-index: 1070;
		top: 0;
		left: -100%;
		margin: 0;
		padding: 0;
		overflow-y: auto;
		width: 100%;
		height: 100%;
		transition: all ease-in-out .15s
	}

	.menu-wrapper.show {
		left: 0;
		box-shadow: 0 0 10px rgba(0, 0, 0, .2)
	}

	.menu__header {
		height: 50px;
		background: rgba(0, 0, 0, .05)
	}

	.menu__collapse {
		top: 50px
	}

	.menu__header-title {
		font-size: 1.25em;
		flex: 1 1 auto
	}

	.menu__header-icon.fa-times {
		display: flex !important;
		width: 50px;
		height: 100%;
		margin: 0 -12px 0 0;
		align-items: center;
		justify-content: center;
		background: rgba(0, 0, 0, .05)
	}

	.menu-open {
		float: left;
		display: flex !important;
		align-items: center;
		justify-content: center;
		margin: 0;
		height: 36px;
		padding: 0;
		cursor: pointer;
		font-size: 1.8em
	}

	.menu-open__title {
		margin: 0 4px 0 8px;
		font-weight: 500
	}

	.menu__collapse {
		display: block;
		height: auto !important;
		font-size: 1em
	}

	header .menu, header .menu__level-1-li {
		border-radius: 0 !important
	}

	.menu__level-2 {
		overflow: hidden;
		margin: 0 !important
	}

	.menu__level-2:not(.in) {
		height: 0
	}

	.menu__level-2-a {
		padding: 0 32px 0 15px;
		border-top: solid 1px rgba(0, 0, 0, .1)
	}

	.menu__level-3 {
		overflow: hidden;
		padding: 0;
		margin: 0
	}

	.menu__level-3:not(.in) {
		height: 0
	}

	.menu__level-3-li {
		border-top: dashed 1px rgba(0, 0, 0, .1)
	}

	.menu__level-3-a {
		min-height: 50px;
		padding: 0 32px 0 15px
	}

	.menu__pm {
		position: absolute;
		right: 0;
		top: 0;
		z-index: 9;
		width: 50px;
		line-height: 50px;
		text-align: center;
		font-size: .85em;
		cursor: pointer
	}

	.menu__pm:not(.open) .fa-minus {
		display: none
	}

	.menu__pm.open .fa-plus {
		display: none
	}

	.menu__banner, .menu__additional, .menu__level-2-img {
		display: none
	}

	.sorts-block__btn+.sorts-block__btn {
		border-radius: 0 4px 4px 0 !important
	}

	.list-view .product-thumb__image {
		max-width: 40%
	}

	.product-thumb__quick-order, .owl-carousel .owl-nav {
		opacity: 1
	}

	.footer__payments {
		justify-content: flex-start;
		margin: 0 0 0 -10px
	}
}

@media (max-width:767px) {

	.breadcrumb {
		font-size: 14px;
		margin: 20px 0 10px
	}

	.breadcrumb li+li:before {
		padding: 0 10px
	}

	h1.heading {
		margin: 0 0 20px;
		font-size: 36px;
		line-height: 1.3
	}

	h1.heading:after {
		display: none
	}

	div.heading {
		font-size: 22px
	}

	header>.container:first-child {
		width: 100%
	}

	.header-block {
		flex-wrap: nowrap;
		margin: 0;
		padding: 5px 0
	}

	.header-block__item-logo {
		max-width: 70px;
		padding: 0
	}

	.header-block__item-cart {
		padding-right: 0
	}

	.header-phones__main {
		font-size: 1.1em
	}

	.header-phones__show-phone {
		font-size: .65em
	}

	.header-phones__additionals {
		display: none
	}

	.header-phones__ul {
		left: auto;
		right: 0
	}

	.header-cart__dropdown {
		right: 0 !important
	}

	.header-cart__buttons {
		justify-content: center
	}

	.header-cart__buttons .btn-default {
		display: none
	}

	.uni-module .owl-nav>div:not(.disabled) {
		opacity: .8
	}

	.top-menu__btn {
		padding: 0 10px
	}

	.header-block__item-search_toggle .top-menu__btn {
		font-size: 20px;
		margin-right: 12px
	}

	.header-block__item-search_toggle .top-menu__btn:after {
		content: none
	}

	.products-block {
		display: flex;
		flex-wrap: wrap
	}

	.product-thumb {
		padding: 15px
	}

	.product-thumb__price {
		font-size: 26px
	}

	.product-thumb__more {
		height: 35px;
		border-radius: 5px;
		font-size: 11px
	}

	.product-thumb__name {
		margin: 10px 0;
		font-size: 11px
	}

	.product_catpics>div {
		height: 25px;
		width: 25px;
		margin-right: 5px
	}

	.product-thumb__credit {
		height: 20px;
		background-size: contain
	}

	.grid-view {
		display: flex;
		flex: 0 0 50%;
		width: 50%;
		max-width: 50%
	}

	.list-view {
		flex: 0 1 100%
	}

	.nav-tabs li {
		padding-right: 5px
	}

	.nav-tabs li a {
		font-size: 1.1em
	}

	.footer__column-heading {
		position: relative;
		justify-content: center;
		margin: 30px 0 25px
	}

	.footer__column-li {
		justify-content: center
	}

	.footer__contacts-li {
		justify-content: flex-start
	}

	.footer__contacts {
		display: inline-block;
		margin-bottom: 20px
	}

	.footer__column-ul-2 {
		display: flex;
		justify-content: space-between
	}

	.article_description {
		font-size: 14px
	}

	.category_top_head.with_bg {
		background: none !important;
		margin-bottom: 0
	}

	.category_top_head h1.heading {
		font-size: 28px
	}

	.catalog_infotxt {
		font-size: 14px
	}

	.with_bg .catalog_infotxt {
		min-height: auto
	}

	.catalog_infotxt a {
		margin-top: 10px
	}

	.category-info {
		padding: 15px 0;
		font-size: 14px
	}

}

@media (max-width:700px) {
	.header-cart__dropdown {
		width: calc(100vw - 30px)
	}
}

@media (max-width:575px) {
	#modal-cart .modal-dialog {
		max-width: 95%
	}

	.top-menu__compare {
		margin: 0
	}

	.header-phones__main {
		color: #000000 !important;
		line-height: 50px;
	}

	.menu-open__title:not(.show-on-mobile) {
		display: none
	}

	.header-search__category.hide-on-mobile {
		display: none
	}

	.header-search__input.hide-on-mobile {
		border-radius: 4px
	}

	.sorts-block__item:first-child {
		min-width: 90px
	}

	.uni-module {
		padding: 0 5px
	}

	.uni-module .owl-item, .uni-module__item {
		padding: 0 5px
	}

	.uni-module__wrapper {
		display: flex;
		flex-wrap: wrap
	}

	.uni-module .owl-dots {
		margin: 0 0 20px !important
	}

	.grid-view:nth-child(odd) {
		padding-right: 5px
	}

	.grid-view:nth-child(even) {
		padding-left: 5px
	}

	.list-view .product-thumb__caption {
		padding: 0 25px 0 12px
	}

	.list-view .product-thumb__description {
		font-size: .9em
	}

	.list-view .product-thumb__price .price-old {
		width: auto
	}

	.list-view .product-thumb__cart {
		margin-right: -20px
	}

	.list-view .product-thumb__cart .btn {
		height: 32px
	}

	.list-view .qty-switch {
		display: flex !important
	}

	.category-info__image {
		display: none
	}
}

@media (max-width:380px) {
	.product-thumb__quick-order {
		padding: 0 10px
	}

	.header-cart__total {
		flex: auto
	}

	.header-search__category {
		display: none
	}

	.header-search__input {
		width: 100% !important;
		border-radius: 4px !important
	}
}

@media (max-width:360px) {
	.header-phones__main {
		font-size: .95em
	}
}

@media (max-width:340px) {
	.header-phones__main {
		font-size: .9em
	}

	.header-cart__quantity {
		display: none
	}

	.header-cart__total {
		padding: 0
	}

	.header-block__item-logo {
		max-width: 110px
	}

	.product-thumb__image img {
		max-height: 120px
	}

	.btn-xl {
		padding: 0 15px
	}
}

@media (min-width:576px) {
	.list-view .product-thumb__image {
		min-width: 200px
	}
}

@media (min-width:767px) {
	.header-block__item-telephone {
		padding-right: 0
	}

	.header-phones__main.two-line {
		font-size: 1.2em
	}

	.list-view .product-thumb__name {
		margin: 0 0 15px;
		font-size: 1.15em
	}

	.modal:before {
		display: inline-block;
		vertical-align: middle;
		content: '';
		height: 100%
	}

	.footer__column-ul {
		display: block !important;
		height: auto !important
	}
}

@media (min-width:992px) {
	.top-links .top-menu__btn {
		display: none
	}

	.top-links__ul {
		position: relative;
		display: block;
		background: none;
		border: none;
		box-shadow: none;
		top: 0;
		list-style: none;
		margin: 0;
		padding: 0
	}

	.top-links__li {
		float: left
	}

	.top-links__li+li {
		margin: 0 0 0 20px
	}

	.top-links .top-links__a {
		display: inline;
		padding: 0;
		line-height: 32px;
		font-size: .8em;
		font-weight: 500;
		background: none !important
	}

	.header-block__item-telephone.col-xxl-pull-11 {
		justify-content: flex-start
	}

	.breadcrumb.col-md-offset-4, .breadcrumb.col-lg-offset-3 {
		padding-left: 6px
	}

	body:not(.touch-support) .menu1:hover .menu__collapse {
		display: block !important
	}

	.menu__header-icon {
		margin: 0 10px 0 0
	}

	.menu1 .menu__collapse {
		border: solid 1px rgb(0, 0, 0, .05);
		border-top: none
	}

	.menu__level-1-a.chevron:after {
		position: absolute;
		right: 15px;
		font-family: "Font Awesome\ 5 Free";
		font-weight: 900;
		content: "\f107";
		transition: all ease-in-out .15s
	}

	.menu__level-1-a.open:after {
		transform: rotate(-90deg)
	}

	.menu__level-2 {
		position: absolute;
		z-index: -1;
		top: 0;
		left: 102%;
		display: flex;
		flex-wrap: wrap;
		visibility: hidden;
		opacity: 0;
		padding: 0 10px;
		border-radius: 0 4px 4px 0;
		box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
		transition: all ease-in-out .15s
	}

	.menu__level-2.column-1 {
		flex-direction: column
	}

	.menu__level-2.open {
		visibility: visible;
		left: 100%;
		opacity: 1
	}

	.menu__level-2-ul.has-image {
		padding-left: 60px
	}

	.menu__level-2-img {
		position: absolute;
		top: 10px;
		left: 0;
		width: 50px
	}

	.menu__level-2-ul {
		padding: 0 10px
	}

	.menu__level-2-a {
		/*text-transform: uppercase*/
	}

	.menu__level-2-a.has-children {
		display: inline-block;
		min-height: auto;
		margin: 12px 0 10px
	}

	.menu__level-3 {
		margin-top: -2px;
		padding: 0 0 15px
	}

	.menu__level-3-li+li {
		margin: 7px 0 0
	}

	.menu:not(.menu2) .menu__level-2 {
		margin: 0 !important
	}

	.menu:not(.menu2) .column-1 {
		width: 190px
	}

	.menu:not(.menu2) .column-2 {
		width: 370px
	}

	.menu:not(.menu2) .column-3 {
		width: 550px
	}

	.menu:not(.menu2) .column-4 {
		width: 720px
	}

	.menu .col-md-3:nth-child(4n+1), .menu .col-md-4:nth-child(3n+1) {
		clear: left
	}

	.menu__level-2-ul.col-md-3:nth-child(n+5):before, .menu__level-2-ul.col-md-4:nth-child(n+4):before, .menu__level-2-ul.col-md-6:nth-child(1n+3):before, .menu__level-2-ul.col-md-12:nth-child(n+2):before {
		display: block;
		content: '';
		border-top: dashed 1px rgba(0, 0, 0, .1)
	}

	.menu2 .collapse {
		height: fit-content !important
	}

	.menu2 .menu__header {
		display: none
	}

	.menu2 .menu__collapse {
		display: flex;
		top: 0
	}

	.menu2 .menu__level-1-li {
		flex-grow: 1;
		position: static;
		border: none
	}

	.menu2 .menu__level-1-li:last-child {
		border-radius: 0
	}

	.menu2 .menu__level-1-a {
		justify-content: center;
		padding: 0 15px;
		white-space: nowrap;
		font-size: 16px;
		font-weight: 700;
		/*text-transform: uppercase;*/
	}

	.menu2 .menu__level-1-a:after {
		position: static;
		margin: 0 0 0 10px
	}

	.menu2 .menu__level-1-a.open:after {
		transform: rotate(-180deg)
	}

	.menu2 .menu__level-1-a.additional:after {
		display: none
	}

	.menu2 .menu__level-2 {
		left: auto !important;
		top: 115%;
		border-radius: 0 0 4px 4px
	}

	.menu2 .menu__level-2.open {
		top: 100%
	}

	.menu2 .column-1 {
		width: 25%
	}

	.menu2 .column-2 {
		width: 50%
	}

	.menu2 .column-3 {
		width: 75%
	}

	.menu2 .column-4 {
		width: 100%
	}

	.menu-right {
		z-index: 98;
		height: 50px;
		margin-left: -20px
	}

	.menu-right .menu__level-1-li:first-child {
		box-shadow: none
	}

	.column-3 .menu__level-2-wrap {
		flex: 1 1 66.67%
	}

	.column-4 .menu__level-2-wrap {
		flex: 1 1 75%
	}

	.column-3 .menu__banner {
		flex: 0 1 33.33%
	}

	.column-4 .menu__banner {
		flex: 0 1 25%
	}

	.menu__banner {
		display: flex;
		max-width: 300px;
		align-items: center;
		justify-content: center;
		margin: 20px 0;
		padding: 0 15px;
		overflow: hidden;
		border-radius: 3px
	}

	.menu__banner img {
		max-width: 100%;
		border-radius: 2px;
		opacity: .9;
		cursor: pointer
	}

	.menu__banner:hover img {
		opacity: 1
	}

	.nav-tabs {
		scrollbar-width: thin
	}

	.nav-tabs::-webkit-scrollbar {
		height: 5px;
		background: #eee;
		border-radius: 5px
	}

	.nav-tabs::-webkit-scrollbar-thumb {
		background-color: #ccc;
		border-radius: 5px
	}

	.uni-item:hover {
		box-shadow: 0 5px 15px rgba(0, 0, 0, .12)
	}

	.owl-carousel:hover .owl-nav {
		opacity: 1
	}

	.modal-header .close:hover {
		opacity: 1
	}

	.modal-body {
		padding: 20px
	}
}

@media (min-width:992px) and (max-width:1500px) {
	.menu2 .menu__level-1-a {
		padding: 0 5px;
		font-size: 15px
	}
}

@media (min-width:1180px) {
	.menu:not(.menu2) .column-1 {
		width: 270px
	}

	.menu:not(.menu2) .column-2 {
		width: 434px
	}

	.menu:not(.menu2) .column-3 {
		width: 652px
	}

	.menu:not(.menu2) .column-4 {
		width: 870px
	}

	.compact-view .qty-indicator {
		display: flex
	}

	.header-search__input {
		width: 450px
	}

}

@media (min-width:1345px) {
	.container {
		width: 1320px
	}

	.menu:not(.menu2) .column-1 {
		width: 287px
	}

	.menu:not(.menu2) .column-2 {
		width: 574px
	}

	.menu:not(.menu2) .column-3 {
		width: 841px
	}

	.menu:not(.menu2) .column-4 {
		width: 982px
	}
}

@media (min-width:1600px) {
	.container {
		width: 1500px
	}
}

#video-rabbit {
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-block {
	margin: 0 0 15px;
	padding: 0 0 56.25%;
}

.position-relative {
	position: relative !important;
}

.mb-20 {
	margin-bottom: 20px;
}

.justify-content-end {
	justify-content: flex-end !important;
}

@media (min-width: 1200px) {
	.justify-content-xl-end {
		justify-content: flex-end !important;
	}
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

/*wbm*/
.header-phones {
	padding-left: 10px
}

.mobile_phone_m{
	display: none;
}

.uni-banner {
	max-width: 1500px;
	margin: 50px auto 15px auto;
}

.uni-banner__a{
	border: 5px solid #08746d;
	border-radius: 50px;
	height: 100%;
	width: 100%;
	margin: 0 auto;
}

.uni-banner__img {
	width: auto;
	max-height: initial;
	transition: transform 0.3s ease;
}

.banner-label {
	font-size: 1.5em;
	opacity: .9;
	transition: all ease-in-out .2s;
}

.uni-banner__a:hover img{
	transform: scale(1.1);
}


@media (min-width: 992px) and (max-width: 1200px) {
	.menu2 .menu__level-1-a {
		font-size: 12px;
	}
}

.menu__level-1-li:last-child .menu__level-1-a {
	/*background: #5eb500;*/
}

.container.module_subscr_wbm{
	max-width: 100%;
	width: 100%;
	background: #08746d;
	margin-bottom: 40px;
	padding: 30px 0 15px 0;
}
.module_subscr_wbm form{
	display: flex;
	margin: 0 auto;
	justify-content: center;
	align-items: end;
}
.module_subscr_wbm .box-heading h3{
	text-align: center;
	color: #fff;
	font-size: 27px;
}

#formInput52-1{
	width: 350px;
	max-width: 100%;
}


.module_subscr_wbm hr{
	display: none;
}

.module_subscr_wbm .btn-primary {
	color: #000000;
	background: #5eb500;
	margin: 15px 15px 11px 15px;
	height: 41px;
}

.footer {
	/*padding: 0 0 40px 0;*/
}
.uni_news_pager_wbm{
	margin-bottom: 30px;
	display: flex;
	flex-wrap: nowrap;
	border-top: 1px solid rgba(0, 0, 0, .2);
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	padding: 20px 0;
}
.uni_news_pager_wbm a{
	width: 50%;
	display: flex;
	flex-direction: column;
	line-height: 1.4;
	text-align: left;
	white-space: wrap;
	height: auto;
	padding: 0;
	text-transform: none;
}

.uni_news_pager_wbm a:hover{
	color: #08746d;
}

.text_n_pr{
	color: #08746d;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.uni_news_pager_wbm a:last-of-type {
	text-align: right;
}

#product .product-page__download{
	display: none; /*hide download in product template*/
}
.product-thumb__credit{
	display: none;!important; /*hide credit in catalog and module related*/
}

.product-page__credit{
	display: none!important;  /*hide optovicini*/
}

.slogan_m{
	color: #fff;
	text-transform: uppercase;
/*	margin-top: -19px;
	padding-left: 21px;*/
	position: relative;
	margin-top: -62px;
	padding-left: 74px;
	font-size: 25px;
}

body .ocf-noUi-connect:before, body .ocf-noUi-handle {
	background-color: #08746d;
}

body .ocf-btn-link {
	color: #D1524C;
}

.category_module_title{
	padding-left: 14px;
	font-size: 24px;
	margin-bottom: 46px;
}



body .pagination li.active span,
body .pagination li.active span:hover,
body .pagination li.active span:focus {
	color: #fff;
}

body .category_top_head{
	position: relative;
	margin: 0 0 38px 0;

	display: flex;
	flex-direction: row-reverse;
	flex-wrap: nowrap;
	max-width: 1150px;
	margin-left: auto;
	margin-right: auto;
}
.catogory_img_wrap_m{
	/*position: absolute;
	right: 16%;
	bottom: 0;*/
	display: flex;
	align-items: center;
	margin: 50px 15px 50px 0;
}

.category_top_head>.container{
	margin-right: 0;
	margin-left: 0;
	width: 100%;
	max-width: 100%;
}

.catogory_img_m{
	border: 5px solid #08746d;
	border-radius: 50px;
	max-height: 297px;
}
@media (max-width: 1600px) {
	.slogan_m {
		margin-top: -46px;
		padding-left: 53px;
	}

	html[lang="ru"] .slogan_m {
		font-size: 22px;
	}

}

@media (max-width: 1344px) {
	.slogan_m {
		margin-top: -34px;
		padding-left: 37px;
		font-size: 18px;
	}
	html[lang="ru"] .slogan_m {
		font-size: 16px;
	}

}

@media (max-width: 1200px) {
	.slogan_m{
		font-size: 14px;
		margin-top: -15px;
		padding-left: 14px;
	}

	html[lang="ru"] .slogan_m {
		font-size: 12px;
	}

}

@media (max-width: 1179px) {
	.slogan_m{
		font-size: 14px;
		margin-top: -28px;
		padding-left: 27px;
	}

}

@media (max-width: 992px) {
	body .footer {
		padding-top: 0;
	}
	.module_subscr_wbm .form-group{
		margin-bottom: 0;
		text-align: left;
	}

	.mobile_phone_m{
		display: block;
	}

	.slogan_m {
		position: absolute;
		margin-top: -22px;
	}

	html[lang="ru"] .slogan_m {
		font-size: 13px;
	}


}

@media (max-width: 768px) {
	.module_subscr_wbm .box-heading h3 {
		font-size: 21px;
	}

	.module_subscr_wbm form {
		align-items: center;
		flex-direction: column;
	}

	.module_subscr_wbm .form-group{
		margin-bottom: 0;
	}

	.uni_news_pager_wbm a{
		width: 100%;
		margin-bottom: 25px;
	}

	.uni_news_pager_wbm {
		flex-direction: column;
	}

	.slogan_m {
		margin-top: -7px;
		padding-left: 4px;
		font-size: 13px;
	}

	.banner-label {
		font-size: 1em;
	}

	body .ocf-btn-mobile-fixed .ocf-btn {
		background-color: #08746d;
	}

	.catogory_img_wrap_m{
		display: none;
	}

}

@media (max-width: 480px) {
	html[lang="ru"] .slogan_m {
		font-size: 11px;
	}

}


@media (min-width: 768px) and (max-width: 1200px) {
	.product-page__cart>.col-sm-6{
		width: auto;
	}
	body .product_price_count{
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (min-width: 992px) and (max-width: 1179px) {
	.header-block__item #logo{
		max-width: 300px;
	}
}


/*
@media (min-width: 1300px) {
	.uni-banner__a{
		height: 320px;
		width: 320px;
	}
}*/


