* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	outline-style: none;
}

li {
	list-style: none;
}

a {
	border: none;
	text-decoration: none;
}

a img {
	border: none;
}

input, textarea, button {
	font-weight: 400;
	font-family: 'Jost' !important;
}

:focus {
	outline: none;
}

::-webkit-input-placeholder { color: #37203f94; }
::-moz-placeholder { color: #37203f94; }
:-moz-placeholder { color: #37203f94; }
:-ms-input-placeholder { color: #37203f94; }

.dNone {
	display: none;
}

body {
	position: relative;
	overflow-x: hidden;
	min-height: 100%;
	height: 100%;
	color: #000000;
	font-size: 15px;
	font-family: Jost;
}

html, body {
	margin: 0;
	padding: 0;
}

.wrapper {
	height: auto;
	min-height: 100%;
}

.wrapper .bot_page {
	margin-top: 0;
}

.container {
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	max-width: 1170px;
}

.headerFixed {
	display: none;
}

header {
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
	padding-bottom: 10px;
	background: 
		linear-gradient(
			#00091866 0%, 
			#00000000 27%, 
			#ffffff00 100%
		),
		linear-gradient(
			#00091857 0%, 
			#00091873 100%
		), 
		linear-gradient(
			to right,
			#00091873 0%, 
			#00091800 100%
		),
		url(images/banner.png) center bottom / cover no-repeat;
}

.pageH header {
	position: absolute;
	z-index: 3;
	background: transparent;
}

nav {
	display: flex;
	align-items: center;
	width: 100%;
	background: #561410;
	padding: 5px 0px;
}

nav ul {
	display: flex;
	justify-content: flex-end;
	width: 100%;
}

nav a {
	display: inline-flex;
	position: relative;
	margin: 0px 0px 0px 20px;
	color: #ffffff;
	font-size: 15px;
	font-weight: 400;
	line-height: 1;
	transition: 0.2s linear;
	text-transform: none;
}

header nav a.active,
header nav a:hover {
	color: #ffde3a;
}

header .logoMobile {
	display: none;
}

.pageH header .container {
	border-bottom: 2px dotted #ffde3a2e;
}

header .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0px;
}

header .topHeader {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0px 10px 0px;
}

header .topHeader .logo {
	display: inline-flex;
}

header .topHeader .logo a {
	display: inline-flex;
	align-items: center;
}

header .topHeader .logo a img {
	display: inline-flex;
	height: 20px;
}

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

header .topInfo .zvonok {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0px 20px;
	height: 36px;
	font-size: 14px;
	font-family: 'Jost';
	color: #000000;
	background-color: #ffde3a;
	border-radius: 24px;
	transition: 0.5s;
	margin: 0px 0px 0px 20px;
	cursor: pointer;
}

header .topInfo .zvonok:hover {
	background-color: #ffffff;
	color: #000000;
}

header .topInfo .email,
header .topInfo .phone {
	display: inline-flex;
	align-items: center;
}

header .topInfo .phone {
	margin: 0px 20px;
}

header .topInfo .email i,
header .topInfo .phone i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

header .topInfo .email i {
	background: url(images/email.svg) center / contain no-repeat;
}

header .topInfo .phone i {
	background: url(images/phone.svg) center / contain no-repeat;
}

header .topInfo .phone a,
header .topInfo .email a {
	color: #ffffff;
	font-weight: 500;
	font-size: 16px;
}

.banner {
	display: flex;
	align-items: center;
	position: relative;
	padding: 120px 0px 40px 0px;
	background: 
		linear-gradient(
			#00091866 0%, 
			#00000000 27%, 
			#ffffff00 100%
		),
		linear-gradient(
			#00091857 0%, 
			#00091873 100%
		), 
		linear-gradient(
			to right,
			#00091873 0%, 
			#00091800 100%
		);
}

.banner .videoContainer {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	overflow: hidden;
	z-index: -1;
}

.banner .videoContainer video {
	min-height: 100%;
	min-width: 100%;
	max-width: 100%;
	object-fit: cover;
	opacity: 1;
}

.banner .container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.banner .leftSide {
	width: 65%;
	text-align: center;
}

.banner .leftSide .desc {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-size: 26px;
	font-weight: 200;
	line-height: 1;
	color: #ffffff;
	text-align: center;
}

.banner .leftSide .desc i {
	display: inline-flex;
	width: 5px;
	height: 5px;
	margin: 2px 8px 0px 8px;
	border-radius: 50%;
	background: #ffffff;
}

.banner .leftSide .title {
	margin-top: 11px;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1;
	color: #ffde3a;
}

.banner .rightSide {
	width: 100%;
	padding: 20px;
	background: #ffffff14;
	border-radius: 30px;
	box-shadow: 0px 0px 20px 0px #0009180d;
	margin-top: 40px;
}

.kolibri .banner .b24-form-header {
	display: none;
}

.kolibri .banner .b24-form-content {
	padding: 0;
}

.kolibri .banner .b24-form-content form {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.kolibri .banner .b24-form-content form > div:first-child {
	justify-content: space-between;
	flex-direction: row;
	width: 65%;
}

.kolibri .banner .b24-form-field {
	width: 32%;
}

.kolibri .banner .b24-form-field.b24-form-field-string {
	width: 100%;
	margin-top: 5px;
}

.kolibri .banner .b24-form-btn-block {
	width: 100%;
}

.kolibri .banner .b24-form-btn-container {
	width: 33%;
	margin: 0;
}

.kolibri .banner .b24-form-control-container {
	margin-bottom: 0;
}

.banner .rightSide .textTitle {
	width: 100%;
	font-size: 26px;
	font-weight: 600;
	line-height: 1;
	color: #ffffff;
	text-align: center;
	margin: 0px 0px 20px 0px;
	text-transform: uppercase;
}

.banner .rightSide .info {
	color: #ffffff;
	text-align: center;
	margin-top: 5px;
}

.kolibri .b24-form-control-icon-after .b24-form-control {
	height: 40px;
	border-radius: 24px
}

.kolibri .banner .b24-form-control-icon-after .b24-form-control {
	background: #ffffff;
}

article .blockFlex {
	margin-top: 50px;
}

article .blockFlex .container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

article .blockFlex .leftFlex {
	width: 30%;
}

article .blockFlex .leftFlex.fixed {
	position: sticky;
	top: 60px;
	transition: 0.5s linear;
}

article .blockFlex .leftFlex.stop_fixed {
	position: sticky;
	top: 100%;
	transition: 0.5s linear;
}

article .blockFlex .rightFlex {
	width: 68%;
}

article .breadcrumb {
	width: 100%;
	margin: 35px 0px 0px 0px;
	font-size: 13px;
	color: #00091899;
	font-weight: 300;
}

article .breadcrumb a {
	color: #000000;
	font-weight: 400;
}

article .breadcrumb span {
	display: inline-flex;
	margin: 0px 5px;
	color: #000000;
	font-weight: 400;
}

article .textH {
	color: #00091899;
	text-align: center;
	width: 100%;
	font-size: 26px;
	font-weight: 300;
	line-height: 1;
}

article .sectionAll .titleH {
	margin: 50px 0px 15px 0px;
}

article .productPage .titleH {
	margin: 0px 0px 15px 0px;
	text-align: left;
}

article .titleH {
	text-align: center;
	width: 100%;
	font-size: 30px;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1;
	margin: 0px 0px 15px 0px;
}

article .textCaption {
	text-align: center;
	width: 100%;
	font-size: 21px;
	font-weight: 300;
	color: #00091899;
	line-height: 1;
}

article .blockFlex .rightFlex .berocket_single_filter_widget .bapf_head {
	display: none;
}

article .blockFlex .rightFlex .berocket_aapf_widget_selected_filter {
	margin-top: 40px;
}

article .blockFlex .bapf-sfa-grey-rounded .berocket_aapf_widget_selected_area li a:before {
	content: none;
}

article .blockFlex .leftFlex .bapf_reset {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 34px;
	margin: 5px auto 0px auto;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	line-height: 1;
	border-radius: 24px;
	transition: 0.2s linear;
	cursor: pointer;
	border: none;
	background: #8d9098;
	color: #ffffff;
}

article .blockFlex .leftFlex .bapf_reset:hover {
	background: #515760;
	color: #ffffff;
}

article .blockFlex .bapf-sfa-grey-rounded .berocket_aapf_widget_selected_area li a {
	border: 1px solid #efefef;
}

article .blockFlex .bapf-sfa-grey-rounded .berocket_aapf_widget_selected_area li a i.fa {
	display: inline-flex !important;
	font-size: 12px;
	color: #8d9098;
}

article .blockFlex .bapf-sfa-grey-rounded .berocket_aapf_widget_selected_area a.braapf_unselect_all {
	border: none;
}

article .advantages {
	margin: 40px 0px 60px 0px;
}

article .advantages .blocks {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 60px;
}

article .advantages .block {
	width: 15%;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin: 0px 2%;
}

article .advantages .block i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 85px;
	height: 85px;
	border-radius: 50%;
	margin-bottom: 20px;
	box-shadow: 0px 0px 20px 0px #0009180d
}

article .advantages .block .icon1 {
	background: #ffde3a url(images/iconS1.svg) center / 60% no-repeat;
}

article .advantages .block .icon2 {
	background: #ffde3a url(images/iconS2.svg) center / 50% no-repeat;
}

article .advantages .block .icon3 {
	background: #ffde3a url(images/iconS3.svg) center / 50% no-repeat;
}

article .advantages .block .icon4 {
	background: #ffde3a url(images/iconS4.svg) center / 50% no-repeat;
}

article .advantages .block .icon5 {
	background: #ffde3a url(images/iconS5.svg) center / 50% no-repeat;
}

article .advantages .block p {
	margin: 20px 0px 10px 0px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
}

article .products .blocks .titleProduct {
	font-size: 20px;
	line-height: 1;
	font-weight: 900;
	width: 100%;
	margin: 30px 0px 30px 0px;
	text-align: center;
	text-transform: uppercase;
}

article .sectionAll .products {
	margin-top: 40px;
}

article .products .blocks {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}

.pageH article .products .block {
	width: 31%;
}

article .products .block {
	width: 23%;
	margin: 1% 1% 1% 1%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-color: #ffffff;
	border-radius: 30px;
	padding: 10px 10px 0px 10px;
	box-shadow: 0px 0px 20px 0px #0009180d;
	transition: 0.2s linear;
}

article .products .block:hover {
	box-shadow: 0px 0px 20px 0px #ffde3a33;
}

article .products .block.sold .top {
	/* height: 100%; */
}

article .products .block .image {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 150px;
	overflow: hidden;
}

article .products .block .image a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

article .products .block .image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	border-radius: 24px;
}

article .products .block .imageS {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 150px;
	position: relative;
}

article .products .block .imageS .backSold {
	position: absolute;
	content: '';
	display: flex;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.5;
}

article .products .block .imageS img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	border-radius: 24px;
	position: relative;
	display: none;
}

article .products .block .text {
	margin: 14px 0px 10px 0px;
	text-align: center;
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
}

article .products .block .text a {
	color: #000000;
	transition: 0.2s linear;
	line-height: 1;
	display: inline-flex;
}

article .products .block .text a:hover {
	color: #fe6240;
}

article .products .block .short {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -9px;
	right: -9px;
	width: 55px;
	height: 55px;
	background: url(images/star.svg) center / contain no-repeat;
	color: #ffffff;
	font-weight: 500;
	font-size: 15px;
}

article .products .block .bottom {
	display: flex;
	flex-direction: column;
	padding-bottom: 15px;
}

article .products .block .priceProduct {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	text-align: center;
	line-height: 1;
	margin-bottom: 10px;
}

article .products .priceProduct .cProcent {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
}

article .products .priceProduct .cProcent p {
	color: #37333bb5;
	font-weight: 300;
	text-decoration: line-through;
	width: 100%;
}

article .products .priceProduct .cProcent div {
	color: #69be15;
	display: inline-flex;
	margin: 0px 0px 0px 10px;
	font-weight: 400;
}

article .products .block .priceProduct .bdi {
	font-size: 16px;
	font-weight: 500;
	color: #fe6240;
}

article .products .block .priceProduct .nullPr {
	font-size: 14px;
	color: #37333bb5;
}

article .products .block .bottom a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 34px;
	margin: 5px auto 0px auto;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	line-height: 1;
	border-radius: 24px;
	transition: 0.2s linear;
	cursor: pointer;
}

article .products .block .more {
	background: #8d9098;
	color: #ffffff;
}

article .products .block .commercial {
	background: #ffde3a;
	color: #000000;
}

article .products .block .more:hover,
article .products .block .commercial:hover {
	background: #515760;
	color: #ffffff;
}

article .forma {
	margin: 60px 0px 40px 0px;
	padding: 60px 0px;
	background: #303642;
}

article .forma .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

article .forma .left {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	width: 31%;
	background: #cde12700;
	border-radius: 40px;
}

article .forma .left .lines {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	font-size: 34px;
	font-weight: 400;
	text-align: left;
	margin-bottom: 20px;
}

article .forma .left .headlines {
	margin: 0px 0px 20px 0px;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 900;
	color: #ffde3a;
	line-height: 1;
}

article .forma .left .textBlock {
	color: #ffffff;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2;
}

article .forma .left p {
	font-weight: 400;
	line-height: 1.2;
	margin-top: 20px;
	color: #ffffff;
}

article .forma .left .contacts {
	display: flex;
	flex-direction: column;
	margin: 10px 0px 0px 0px;
}

article .forma .left .contacts .item {
	display: inline-flex;
	align-items: center;
	margin: 0px 10px 0px 0px;
}

article .forma .left .contacts .item i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0px 10px 0px 0px;
	font-weight: 400;
	color: #ffffff;
}

article .forma .left .contacts .item a {
	color: #ffffff;
	font-weight: 400;
	font-size: 16px;
}

article .forma .block {
	width: 65%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

article .forma .center {
	width: 49%;
	padding: 20px;
	border: 5px solid #ffde3a;
	box-shadow: 0px 0px 20px 0px #00000085;
	border-radius: 30px;
	position: relative;
}

article .forma .center p {
	font-style: italic;
	font-size: 15px;
	text-align: center;
	line-height: 1;
	font-weight: 300;
	color: #ffffff;
}

article .forma .center .lines {
	width: 100%;
	font-size: 26px;
	font-weight: 500;
	text-align: center;
	margin: 30px 0px 20px 0px;
	line-height: 0.8;
	text-transform: uppercase;
}

article .forma .center .lines span {
	display: inline-flex;
	justify-content: center;
	text-align: center;
	width: 100%;
}

article .forma .center .headlines {
	display: inline-flex;
	justify-content: center;
	text-align: center;
	margin: 10px 0px;
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	color: #ffffff;
}

article .forma .center .b24-form-header {
	padding: 0;
	display: none;
}

.kolibri article .forma .b24-form-control-string .b24-form-control {
	background: #ffffff;
}

.kolibri article .b24-form-control-string .b24-form-control {
	border-radius: 24px;
	height: 40px;
}

.kolibri article .forma .center .b24-form-content {
	padding: 10px 0px 20px 0px;
}

article .forma .right {
	width: 49%;
}

article .forma .right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
	border-radius: 30px;
	border: 5px solid #ffde3a;
	overflow: hidden;
}

article .forma .textInfo {
	line-height: 1;
	font-weight: 200;
	margin: 10px 0px;
	color: #ffffff;
}

article .formaH {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin: 30px 1% 30px 1%;
	padding: 20px;
	background: #303642;
	border-radius: 30px;
}

article .formaH .left {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	width: 48%;
	background: #cde12700;
	border-radius: 40px;
}

article .formaH .left .lines {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	font-size: 34px;
	font-weight: 400;
	text-align: left;
	margin-bottom: 20px;
}

article .formaH .left .headlines {
	margin: 0px 0px 20px 0px;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 900;
	color: #ffde3a;
	line-height: 1;
}

article .formaH .left .textBlock {
	color: #ffffff;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2;
}

article .formaH .left p {
	font-weight: 400;
	line-height: 1.2;
	margin-top: 20px;
	color: #ffffff;
}

article .formaH .left .contacts {
	display: flex;
	flex-direction: column;
	margin: 10px 0px 0px 0px;
}

article .formaH .left .contacts .item {
	display: inline-flex;
	align-items: center;
	margin: 0px 10px 0px 0px;
}

article .formaH .left .contacts .item i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0px 10px 0px 0px;
	font-weight: 400;
	color: #ffffff;
}

article .formaH .left .contacts .item a {
	color: #ffffff;
	font-weight: 400;
	font-size: 16px;
}

article .formaH .inline {
	width: 48%;
	display: flex;
	justify-content: space-between;
}

article .formaH .center {
	width: 100%;
	position: relative;
}

article .formaH .center p {
	font-style: italic;
	font-size: 15px;
	text-align: center;
	line-height: 1;
	font-weight: 300;
	color: #ffffff;
}

article .formaH .center .lines {
	width: 100%;
	font-size: 26px;
	font-weight: 500;
	text-align: center;
	margin: 30px 0px 20px 0px;
	line-height: 0.8;
	text-transform: uppercase;
}

article .formaH .center .lines span {
	display: inline-flex;
	justify-content: center;
	text-align: center;
	width: 100%;
}

article .formaH .center .headlines {
	display: inline-flex;
	justify-content: center;
	text-align: center;
	margin: 10px 0px;
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	color: #ffffff;
}

article .formaH .center .b24-form-header {
	padding: 0;
	display: none;
}

.kolibri article .formaH .b24-form-control-string .b24-form-control {
	background: #ffffff;
}

.kolibri article .formaH .center .b24-form-content {
	padding: 10px 0px 20px 0px;
}

article .formaH .right {
	width: 49%;
}

article .formaH .right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
	border-radius: 30px;
	border: 5px solid #ffde3a;
	overflow: hidden;
}

article .formaH .right .textInfo {
	text-align: center;
	line-height: 1;
	font-weight: 300;
	margin: 10px 0px;
	color: #ffffff;
}

.qib-button-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	width: 100%;
}

.qib-button-wrapper span.wqpmb_plain_input.hidden {
	display: none;
}

.qib-button-wrapper button.qib-button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	background: #ffffff;
	border: 1px solid #efefef;
	cursor: pointer;
	font-size: 18px;
	border-radius: 24px;
	position: absolute;
	line-height: 1;
}

.quantity.wqpmb_quantity {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.qib-button-wrapper input::-webkit-outer-spin-button,
.qib-button-wrapper input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0; 
}

.qib-button-wrapper .quantity input.input-text.qty.text {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 37px;
	width: 100%;
	text-align: center;
	background: #ffffff;
	border: 1px solid #efefef;
	font-size: 14px;
	box-shadow: none;
	margin: 0 !important;
	border-radius: 24px;
	-webkit-appearance: none;
}

.qib-button-wrapper .minus.qib-button, 
.qib-button-wrapper .plus.qib-button {
    background: #a19f9f14;
}
.qib-button-wrapper .minus.qib-button:hover,
.qib-button-wrapper .plus.qib-button:hover {
    background: #14141414;
}

.qib-button-wrapper .minus.qib-button {
	left: 4px;
}

.qib-button-wrapper .plus.qib-button {
	right: 4px;
}

.single_add_to_cart_button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	height: 34px;
	font-size: 14px;
	line-height: 1;
	transition: 0.2s linear;
	background: #fe6240;
	border: none;
	color: #ffffff;
	border-radius: 24px;
	cursor: pointer;
	margin: 5px 0px 0px 0px;
}

.single_add_to_cart_button:hover {
	background: #8d9098;
	color: #ffffff;
}

.kolibri .xoo-wsc-items-count,
.kolibri .xoo-wsch-items-count {
	background-color: #fe6240;
    color: #ffffff;
}

.kolibri .xoo-wsc-icon-shopping-bag1:before {
	color: #fe6240;
}

article .categories {
	padding: 20px 0px 60px 0px;
}

article .categories .blocks {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
}

article .categories .blocks .block {
	display: flex;
	flex-direction: column;
	position: relative;
	width: 49%;
	margin: 20px 0px 0px 0px;
	box-shadow: inset 0px 0px 0px 1px #eeeded;
	background: #ffffff57;
	border-radius: 0px 0px 30px 30px;
	transition: 0.2s linear;
	overflow: hidden;
	box-shadow: 0px 0px 20px -5px #0009180d;
}

article .categories .block:hover {
	background: transparent;
}

article .categories .block .itemTitle {
	display: flex;
	align-items: center;
	color: #000000;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.2;
	font-size: 17px;
	width: 100%;
	padding: 15px 20px;
	background: #ffdb00;
}

article .categories .block .itemText {
	position: relative;
	flex: 1;
}

article .categories .block .itemText p {
	margin: 15px 0px 20px 0px;
	padding: 15px 20px;
	width: 67%;
	color: #000000;
	line-height: 1.2;
	font-size: 16px;
	font-weight: 300;
}

article .categories .block .itemIcon {
	display: inline-flex;
	align-items: flex-end;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: #ffffff;
}

article .categories .block .itemIcon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: right;
}

article .describe .blocks {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 40px 0px 40px 0px;
}

article .describe .block {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0px 0px 30px 0px;
	width: 30%;
}

article .describe .block i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 85px;
	height: 85px;
	border-radius: 50%;
	margin-bottom: 20px;
	box-shadow: 0px 0px 20px 0px #0009180d
}

article .describe .block .icon1 {
	background: #ffde3a url(images/ico1.png) center / 60% no-repeat;
}

article .describe .block .icon2 {
	background: #ffde3a url(images/ico2.png) center / 50% no-repeat;
}

article .describe .block .icon3 {
	background: #ffde3a url(images/ico3.png) center / 50% no-repeat;
}

article .describe .block .point {
	display: flex;
	flex-direction: column;
	width: 100%;
	text-align: center;
}

article .describe .block .point p {
	margin: 20px 0px 10px 0px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	text-align: center;
}

article .describe .block .point span {
	font-size: 15px;
	font-weight: 300;
	line-height: 1.2;
}

article .dignity .container {
	display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

article .dignity .letterLogo {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 150px;
	border: 1px solid #d7dce3;
	border-radius: 50%;
}

article .dignity .letterLogo1 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80%;
	height: 80%;
	border-radius: 50%;
	border: 1px solid #d7dce3;
}

article .dignity .letterLogo2 {
	width: 75%;
	height: 75%;
	background: #ffdb00 url(images/logoSmallBlack.webp) center / 40% no-repeat;
	border-radius: 50%;
	box-shadow: 0px 0px 20px 0px #0009180d;
}

article .dignity .info {
	display: inline-flex;
	flex-direction: column;
	width: 100%;
}

article .dignity .info p {
	margin: 10px 0px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.3;
}

article .dignity .info h2 {
	text-align: center;
	width: 100%;
	font-size: 25px;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1;
	margin: 40px 0px 15px 0px;
}

article .dignity .info h3 {
	text-align: center;
	width: 100%;
	margin: 30px 0px 20px 0px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 800;
	line-height: 1;
}

article .dignity .info h4 {
	margin: 20px 0px 20px 0px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1;
}

article .dignity .info ul {
	margin: 10px 0px;
}

article .dignity .info li {
	line-height: 1.3;
	font-weight: 300;
	font-size: 16px;
	padding-left: 20px;
	position: relative;
	margin-bottom: 5px;
}

article .dignity .info li:before {
	content: '';
	position: absolute;
	display: inline-block;
	left: 0;
	top: 8px;
	width: 6px;
	height: 6px;
	background: #ffde3a;
	border-radius: 50%;
}

article .testimonials {
	margin: 50px 0px 90px 0px;
}

article .testimonials .revOwl {
	padding: 0px 60px;
	margin: 40px 0px 0px 0px;
	position: relative;
}

article .testimonials .revOwl .owl-stage-outer {
	overflow: hidden;
}

article .testimonials .revOwl .item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin: 0px 20px 20px 20px;
}

article .testimonials .revOwl .item .itemBody {
	display: inline-flex;
	flex-direction: column;
	flex: 1;
	padding: 68px 30px 30px 30px;
	border-radius: 30px;
	box-shadow: 0px 0px 20px 0px #0009180d;
	z-index: 1
}

article .testimonials .revOwl .item .itemI {
	display: inline-flex;
	width: 85px;
	height: 85px;
	border-radius: 60px;
	margin-bottom: -43px;
	box-shadow: 0px 0px 0px 9px #ffffff;
	z-index: 2;
	overflow: hidden;
}

article .testimonials .revOwl .item .itemI img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

article .testimonials .revOwl .item .itemD {
	width: 100%;
	font-size: 15px;
	text-align: left;
	line-height: 1.4;
	font-weight: 300;
}

article .testimonials .revOwl .item .itemM {
    font-size: 14px;
    text-align: right;
    line-height: 1;
    font-weight: 300;
    margin: 20px 0px 0px 0px;
}

article .testimonials .revOwl .item .itemG {
    font-size: 13px;
    text-align: right;
    line-height: 1;
    font-style: italic;
    font-weight: 300;
    color: #565656;
}

article .testimonials .reviews.owl-carousel .owl-nav button {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	background: #ffdb00;
	color: #000000;
	transition: 0.2s linear;
	border-radius: 50%;
}

article .testimonials .reviews.owl-carousel .owl-nav .arrowRight {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 25px;
	height: 25px;
	background: url(images/arrowRight.svg) center / 74% no-repeat;
}

article .testimonials .reviews.owl-carousel .owl-nav .arrowLeft {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 25px;
	height: 25px;
	background: url(images/arrowLeft.svg) center / 74% no-repeat;
}

article .testimonials .reviews .owl-nav button:hover {
	box-shadow: 0 0 20px -10px rgba(0, 0, 0, .85);
}

article .testimonials .reviews .owl-nav button.owl-prev {
	left: 10px;
}

article .testimonials .reviews .owl-nav button.owl-next {
	right: 10px;
}

article .contentPage .fullText {
	margin-top: 40px;
}

article .contentPage p {
	line-height: 1.4;
	margin: 20px 0px 20px 0px;
	font-size: 16px;
	font-weight: 300;
}

article .contentPage h2 {
	width: 100%;
	font-size: 22px;
	line-height: 1;
	margin: 40px 0px 30px 0px;
}

article .contentPage li {
	line-height: 1.4;
	font-weight: 300;
	font-size: 16px;
	padding-left: 20px;
	position: relative;
	margin-bottom: 10px;
}

article .contentPage li:before {
	content: '';
	position: absolute;
	display: inline-block;
	left: 0;
	top: 8px;
	width: 6px;
	height: 6px;
	background: #811c0c;
	border-radius: 50%;
}

article .contactContent {
	margin: 40px 0px 60px 0px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

article .contactContent .left {
	width: 35%;
}

article .contactContent .left .item {
	margin: 0px 0px 15px 0px;
	display: flex;
	align-items: center;
}

article .contactContent p {
	margin: 0px 0px 15px 0px;
	display: flex;
	align-items: center;
}

article .contactContent .left .item i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	color: #000000;
	font-weight: 400;
	margin-right: 15px;
	border-radius: 50%;
	background: #ffde3a;
}

article .contactContent .left .item a,
article .contactContent .left .item span {
	font-size: 14px;
	color: #000000;
	font-weight: 400;
	line-height: 1;
	width: calc(100% - 50px);
}

article .contactContent .map {
	width: 60%;
	box-shadow: 0px 0px 20px 0px #0009180d;
	background: #fefefe5c;
	position: relative;
	border-radius: 30px;
	padding: 10px;
}

article .contactContent .map iframe {
	overflow: hidden;
	border-radius: 24px;
}

article .productPage .topProduct {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
}

article .productPage .gallery {
	width: 38%;
	position: relative;
}

article .productPage .gallery .short {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -9px;
	right: -9px;
	width: 55px;
	height: 55px;
	background: url(images/star.svg) center / contain no-repeat;
	color: #ffffff;
	font-weight: 500;
	font-size: 15px;
	z-index: 9;
}

article .productPage .bigImages {
	display: flex;
	width: 100%;
	overflow: hidden;
	box-shadow: 0px 0px 0px 1px #f4f4f4;
	background: #fefefe5c;
	position: relative;
	border-radius: 20px;
	opacity: 0;
}

article .productPage .bigImages.owl-loaded {
	opacity: 1;
}

article .productPage .bigImages .block {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 350px;
	width: 100%;
	padding: 1px;
}

article .productPage .bigImages .block a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 350px;
	overflow: hidden;
}

article .productPage .bigImages img {
	width: 95%;
	height: 95%;
	object-fit: contain;
	object-position: center;
	display: inline-flex;
}

article .productPage .bigImages .owl-stage {
	display: flex;
}

article .productPage .bigImages .owl-item {
	display: inline-flex;
	float: none;
	overflow: hidden;
}

article .productPage .bigImages.owl-carousel .owl-nav button {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	box-shadow: 0 0 20px -10px rgba(0, 0, 0, .15);
	background: #ffffffb8;
	color: #333333;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	transition: 0.2s linear;
}

article .productPage .owl-carousel .owl-nav .arrowRight {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: url(images/arrowRight.svg) center / contain no-repeat;
	background-size: 55%;
}

article .productPage .owl-carousel .owl-nav .arrowLeft {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: url(images/arrowLeft.svg) center / contain no-repeat;
	background-size: 55%;
}

article .productPage .bigImages.owl-carousel .owl-nav button:hover {
	box-shadow: 0 0 20px -10px rgba(0, 0, 0, .85);
}

article .productPage .bigImages button.owl-prev {
	left: 10px;
}

article .productPage .bigImages button.owl-next {
	right: 10px;
}

article .productPage .thumbImages {
	width: calc(100% - 60px);
	z-index: 1;
	margin: 10px auto 0px auto;
	position: relative;
	opacity: 0;
}

article .productPage .thumbImages.owl-loaded {
	opacity: 1;
}

article .productPage .thumbImages .owl-stage-outer {
	overflow: hidden;
}

article .productPage .thumbImages.owl-carousel .owl-nav button {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	background: #ffffff42;
	color: #ffffff;
	font-size: 10px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	transition: 0.2s linear;
	box-shadow: 0 0 0px 1px rgb(196 196 196 / 95%);
}

article .productPage .thumbImages.owl-carousel .owl-nav button:hover {
	background: #fec629;
}

article .productPage .thumbImages button.owl-prev {
	left: -27px;
}

article .productPage .thumbImages button.owl-next {
	right: -27px;
}

article .productPage .thumbImages .owl-item {
	padding: 5px;
}

article .productPage .thumbImages .owl-item.current .block {
	box-shadow: 0px 0px 0px 1px #ffde3a;
}

article .productPage .thumbImages .block {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 80px;
	width: 100%;
	box-shadow: 0px 0px 0px 1px #f4f4f4;
	background: #fefefe5c;
	overflow: hidden;
	cursor: pointer;
	border-radius: 20px;
}

article .productPage .thumbImages img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	display: inline-flex;
}

article .productPage .left {
	width: 56%;
}

article .productPage .left .countdown {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin: 30px 0px 30px 0px;
	padding: 20px;
	background: #303642;
	border-radius: 30px;
}

article .productPage .left .countdown .countTop {
	width: 42%;
	text-align: center;
	padding-right: 2%;
	border-right: 1px solid #494949;
}

article .productPage .left .countdown .countPr {
	color: #fe6240;
	font-weight: 900;
	font-size: 40px
}

article .productPage .left .countdown .contTx {
	color: #ffffff;
	font-weight: 400;
	font-size: 19px;
	line-height: 1;
	/* text-transform: uppercase; */
	font-weight: 300;
}

article .productPage .left .countdown .countBot {
	width: 55%;
	text-align: center;
}

article .productPage .left .countdown .countSp {
	color: #ffffff;
	font-weight: 400;
	font-size: 15px;
	line-height: 1;
	margin-bottom: 15px;
}

article .productPage .left .countdown .countTime {
	display: flex;
	justify-content: space-evenly;
}

article .productPage .left .countdown .timeUnit {
	display: flex;
	flex-direction: column;
	align-items: center;
}

article .productPage .left .countdown .timeUnit .tm {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 3px solid #ffde3a;
	color: #000000;
	background: #ffde3a;
	font-size: 20px;
	font-weight: 600;
}

article .productPage .left .countdown .timeUnit .label {
	color: #efefefb3;
	font-weight: 300;
	font-size: 13px;
	line-height: 1;
	margin-top: 5px;
}

article .productPage .left .stockStatus {
	font-size: 14px;
	color: #37333b;
	font-weight: 400;
	line-height: 1;
	margin: 30px 0px 5px 0px;
}

article .productPage .left .brand {
	font-size: 14px;
	color: #37333b;
	font-weight: 400;
	line-height: 1;
	margin: 0px 0px 5px 0px;
}

article .productPage .left .brand span,
article .productPage .left .stockStatus span {
	color: #fe6240;
}

article .productPage .left .priceBlock {
	display: flex;
	align-items: flex-start;
	font-size: 14px;
	color: #37333b;
	font-weight: 400;
	line-height: 1;
	margin: 0px 0px 0px 0px;
	flex-direction: column;
}

article .productPage .left .priceBlock .null {
	font-size: 28px;
	color: #37333b;
	font-weight: 500
}

article .productPage .left .priceBlock .bdi {
	font-size: 28px;
	color: #fe6240;
	font-weight: 500;
	line-height: 1;
	display: inline-flex;
	margin: 6px 0px 0px 0px;
}

article .productPage .shortDesc p {
	font-size: 14px;
	line-height: 1.4;
	margin-top: 10px;
}

article .productPage .buttonBlock {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 20px 0px 30px 0px;
}

article .productPage .buttonBlock .cart {
	display: flex;
	width: 58%;
}

article .productPage .buttonBlock .single_add_to_cart_button {
	margin: 0px 0px 0px 5px;
	height: 45px;
}

article .productPage .buttonBlock .qib-button-wrapper .quantity input.input-text.qty.text {
	height: 45px;
}

article .productPage .buttonBlock a.commercial {
	background: #ffde3a;
	color: #000000;
	animation: shadow2 2s infinite linear;
}

article .productPage .buttonBlock a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 40%;
	height: 45px;
	margin: 0px 0px 0px 0px;
	font-size: 15px;
	font-weight: 400;
	line-height: 1;
	transition: 0.2s linear;
	cursor: pointer;
	border-radius: 23px;
}

article .productPage .buttonBlock a:hover {
	background: #58585a;
	color: #ffffff;
}

@keyframes shadow2 {
	0% {
		box-shadow: 0 0 2px 0px #ffde3a, 0 0 2px 0px #ffde3a
	}
	50% {
		box-shadow: 0 0 15px 0px #fe6240, 0 0 10px 0px #fe6240;
	}
}

footer {
	background: #303642;
	padding: 10px 0px;
}

footer .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

footer .topSide {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 10px 0px 15px 0px;
	border-bottom: 2px dotted #ffffff1a;
}

footer .topSide .logo {
	display: inline-flex;
	align-items: center;
}

footer .topSide .logo img {
	display: inline-flex;
	height: 16px;
}

footer .topSide .logo span {
	color: #ffde3a;
	font-size: 20px;
	font-family: Unbounded;
	font-weight: 900;
	text-transform: uppercase;
	margin-left: 10px
}

footer .leftSide {
	width: 45%;
	padding: 40px 5% 0px 0px;
	border-right: 2px dotted #ffffff1a;
}

footer .leftSide .textTitle {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1;
	font-size: 20px;
	margin: 0px 0px 10px 0px;
	color: #ffffff;
}

footer .leftSide .textTitle span {
	color: #ffde3a;
}

footer .leftSide p {
	display: inline-flex;
	font-size: 16px;
	font-weight: 300;
	margin: 10px 0px 10px 0px;
	line-height: 1;
	color: #ffffff;
}

.kolibri footer .leftSide .b24-form-header {
	display: none;
}

.kolibri footer .leftSide .b24-form-content {
	padding: 10px 0px 20px 0px;
}

.kolibri footer .leftSide .b24-form-control-icon-after .b24-form-control {
	background: #ffffff;
	height: 40px;
	border-radius: 24px;
}

footer .leftSide .info {
	display: inline-flex;
	font-size: 14px;
	font-weight: 300;
	margin: 0px 0px 40px 0px;
	line-height: 1;
	color: #ffffff;
}

footer .rightSide {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 50%;
	padding: 40px 0px 0px 0px;
}

footer .rightSide .textTitle {
	text-transform: uppercase;
	font-weight: 500;
	line-height: 1;
	font-size: 20px;
	margin: 0px 0px 15px 0px;
	width: 100%;
	color: #ffde3a;
	font-family: Unbounded;
}

footer .rightSide .footerMenu {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0px 0px 0px 0px;
}

footer .rightSide .text {
	display: inline-flex;
	font-size: 14px;
	font-weight: 300;
	margin: 0px 0px 0px 0px;
	line-height: 1.5;
	color: #ffffff;
	width: 100%;
}

footer .rightSide .footerMenu .block {
	width: 100%;
	margin-bottom: 25px;
}

footer .rightSide .footerMenu li a {
	color: #ffffff;
	font-size: 15px;
	text-align: left;
	font-weight: 300;
	transition: 0.2s linear;
	margin: 6px 0px;
	display: inline-flex;
	line-height: 1;
}

footer .rightSide .footerMenu .right li a:hover {
	color: #ffde3a
}

footer .footerMenu .item {
	display: flex;
	align-items: center;
	margin-top: 14px;
}

footer .footerMenu .item span,
footer .footerMenu .item a {
	color: #ffffff;
	font-size: 15px;
	text-align: left;
	line-height: 1;
	font-weight: 300;
	transition: 0.2s linear;
}

footer .footerMenu .block a:hover {
	color: #ffde3a;
}

footer .footerMenu .block i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	color: #ffffff;
}

footer .rightSide .copy {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	width: 100%;
	margin: 40px 0px 0px 0px;
	color: #ffffff;
	font-weight: 300;
	font-size: 13px;
}

article .bapf_sfilter .bapf_cchild,
article .bapf_sfilter .bapf_ochild {
	font-size: 12px;
}

article .bapf_sfilter ul li {
	display: flex;
	align-items: center;
	position: relative;
	flex-wrap: wrap;
	order: unset;
}

article .bapf_sfilter ul {
	display: flex;
	flex-direction: column;
}

article .berocket_single_filter_widget_339 ul > li:nth-child(1) {
	order: 6;
}
article .berocket_single_filter_widget_339 ul > li:nth-child(2) {
	order: 5;
}
article .berocket_single_filter_widget_339 ul > li:nth-child(3) {
	order: 4;
}
article .berocket_single_filter_widget_339 ul > li:nth-child(4) {
	order: 2;
}
article .berocket_single_filter_widget_339 ul > li:nth-child(5) {
	order: 6;
}
article .berocket_single_filter_widget_339 ul > li:nth-child(6) {
	order: 6;
}
article .berocket_single_filter_widget_339 ul > li:nth-child(7) {
	order: 6;
}
article .berocket_single_filter_widget_339 ul > li:nth-child(8) {
	order: 6;
}
article .berocket_single_filter_widget_339 ul > li:nth-child(9) {
	order: 6;
}
article .berocket_single_filter_widget_339 ul > li:nth-child(10) {
	order: 6;
}
article .berocket_single_filter_widget_339 ul > li:nth-child(11) {
	order: 3;
}
article .berocket_single_filter_widget_339 ul > li:nth-child(12) {
	order: 1;
}
article .berocket_single_filter_widget_339 ul > li:nth-child(13) {
	order: 6;
}
article .berocket_single_filter_widget_339 ul > li:nth-child(14) {
	order: 6;
}
article .berocket_single_filter_widget_339 ul > li:nth-child(15) {
	order: 6;
}

article .bapf_sfilter ul li label {
	padding-right: 10px;
}

article .bapf_sfilter .bapf_ochild,
article .bapf_sfilter .bapf_cchild {
	position: absolute;
	right: 0;
	top: 5px;
	padding: 0px;
}

article .bapf_sfilter .bapf_body ul li ul {
	width: 100%;
	margin-left: 25px !important;
}

article .bapf_sfilter .bapf_hascolarr {
	text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    font-size: 20px;
    margin: 0px 0px 10px 0px;
}

.kolibri .woocommerce-message {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	background: #303642;
	border-radius: 30px;
	line-height: 1;
	border-top-color: #ffde3a;
	color: #ffffff
}

.kolibri .woocommerce-message::before {
	color: #ffde3a;
}

.woocommerce table.shop_table .product-thumbnail {
	width: 10%;
}

.woocommerce table.shop_table .product-price .Null,
.woocommerce table.shop_table .product-subtotal .Null {
	font-size: 14px;
	color: #37333bb5;
	margin-bottom: 10px;
	line-height: 1;
	display: inline-flex;
}

.woocommerce table.shop_table .product-price bdi ,
.woocommerce table.shop_table .product-subtotal bdi,
.woocommerce table.shop_table .order-total bdi {
	font-size: 14px;
    font-weight: 500;
    color: #fe6240;
}

.woocommerce table.shop_table .order-total bdi {
	font-size: 18px;
}

.woocommerce table.shop_table .product-quantity {
	width: 17%;
}

.woocommerce table.shop_table .product-name {
	line-height: 1;
	font-size: 15px;
	font-weight: 500;
}

.woocommerce table.shop_table .product-name a {
	color: #000000;
}

.actionsBut a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 170px;
	height: 40px;
	border: none;
	min-height: auto;
	padding: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	transition: 0.5s;
	box-shadow: none;
	border-radius: 24px;
}

.actionsBut .continue {
	background: #8d9098;
	color: #ffffff;
}

.actionsBut .fancybox {
	background: #ffde3a;
	color: #000000;
}

.actionsBut a:hover {
	background-color: #000000;
	color: #ffffff;
}

.kolibri #form_popupCart .b24-form-content {
	padding: 0 !important
}

#form_popupCart {
	position: relative;
	width: 100%;
	max-width: 600px;
	background: #ffffff;
	padding: 30px 30px 20px 30px;
	box-sizing: border-box !important;
}

#form_popupCart .teel {
	font-family: Manrope;
	text-align: center;
	display: flex;
	justify-content: center;
	padding: 0px 0px 0px 0px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600
}

#form_popupCart .infoBuy {
	padding: 20px 0px;
}

#form_popupCart .infoBuy .block {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 5px 0px;
	border-bottom: 1px dotted #e8e8e8;
}

#form_popupCart .infoBuy .block:last-child {
	border-bottom: none;
}

#form_popupCart .infoBuy .name {
	font-family: Manrope;
	font-size: 13px;
	font-weight: 600;
	color: #000000;
	width: 80%;
	line-height: 1;
}

#form_popupCart .infoBuy .quant {
	font-family: Manrope;
	font-size: 14px;
	font-weight: 500;
	color: #000000;
}

#cookie_notification {
	display: none;
	align-items: flex-end;
	justify-content: space-between;
	position: fixed;
	bottom: 10px;
	left: 10px;
	width: 655px;
	padding: 20px;
	background-color: #ffffff;
	box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
	border-radius: 0;
	z-index: 1000000;
}

#cookie_notification.show{
	display: flex !important;
	text-align: left;
}

#cookie_notification .left {
	width: calc(100% - 140px);
}

#cookie_notification .heading {
	font-size: 18px;
	margin: 0px 0px 10px 0px;
	text-transform: uppercase;
	color: #000000;
	font-weight: 700;
}

#cookie_notification p a {
	color: #c90000;
	font-weight: 500;
}

#cookie_notification p {
	margin: 0;
	font-size: 15px;
	text-align: left;
	color: #000000;
	line-height: 1.2;
	width: 100%;
}

#cookie_notification button {
	padding: 0;
	border: none;
	font-size: 14px;
	font-weight: 600;
	color: #000000;
	text-transform: uppercase;
	line-height: normal;
	height: 37px;
	background: #ffde3a;
	width: 125px;
	margin: 15px 0px 0px 0px;
	border-radius: 12px;
	transition: 0.2s linear;
	cursor: pointer;
}

#cookie_notification button:hover {
	background-color: #2d292d;
	color: #ffffff;
}

@media all and (max-width: 950px) {
	header .topHeader .logo a img {
		height: 15px;
	}

	header .topInfo .email {
		display: none;
	}

	.banner .leftSide .title {
		font-size: 30px;
	}

	.banner .leftSide .desc {
		font-size: 20px;
	}

	.banner .rightSide .textTitle {
		font-size: 20px;
	}

	article .forma {
		margin: 40px 0px 0px 0px;
	}

	article .forma .container {
		align-items: normal;
	}

	article .forma .left,
	article .formaH .left {
		width: 100%;
		height: auto;
		order: 1;
		background: transparent;
		border-radius: 0;
		margin-bottom: 30px;
	}

	article .forma .left p,
	article .formaH .left p {
		text-align: center;
		margin: 0px 0px 10px 0px;
	}	

	article .forma .block {
		width: 100%;
		order: 2;
	}

	article .forma .left .headlines,
	article .forma .left .textBlock,
	article .formaH .left .headlines,
	article .formaH .left .textBlock {
		text-align: center;
	}

	article .forma .left .contacts,
	article .formaH .left .contacts {
		/* flex-direction: row; */
		align-items: center;
		justify-content: center
	}

	article .forma .left .contacts .item,
	article .formaH .left .contacts .item {
		margin: 0px 10px;
	}

	article .formaH .inline {
		width: 100%;
		order: 2;
	}

	article .products .block {
		width: 31%;
	}
}

@media all and (max-width: 650px) {
	header .container {
		flex-wrap: wrap;
		justify-content: center;
	}

	header .topHeader .logo a img {
		height: 26px;
	}

	header .topInfo .phone {
		margin: 0;
	}

	header .topInfo {
		width: 100%;
		justify-content: space-between;
	}

	.banner .leftSide {
		width: 100%;
	}

	.kolibri .banner .b24-form-content form > div:first-child {
		flex-direction: column;
		width: 100%;
	}

	.kolibri .banner .b24-form-field {
		width: 100%;
		margin-bottom: 5px;
	}

	.kolibri .banner .b24-form-btn-container {
		width: 100%;
	}

	article .blockFlex .container {
		flex-wrap: wrap;
	}

	article .blockFlex .leftFlex {
		width: 100%;
	}

	article .blockFlex .leftFlex.fixed {
		position: relative;
	}

	article .blockFlex .rightFlex {
		width: 100%;
		margin-top: 40px;
	}

	.pageH article .products .block {
		width: 48%;
	}

	article .forma .center {
		width: 100%;
		margin-bottom: 20px;
	}

	article .forma .right {
		width: 100%;
	}

	article .advantages .block {
		width: 45%;
	}

	footer .topSide {
		display: flex;
		justify-content: center;
		flex-direction: column;
	}

	footer .topSide .logo img {
		height: auto;
		width: 100%;
	}

	footer .leftSide {
		width: 100%;
		border-right: none;
		border-bottom: 2px dotted #ffffff1a;
		padding: 30px 0px 0px 0px;
	}

	footer .rightSide {
		width: 100%;
	}

	footer .rightSide .block {
		text-align: center;
	}

	footer .footerMenu .item {
		justify-content: center;
	}

	footer .rightSide .text {
		text-align: center;
		line-height: 1.2;
	}

	article .titleH {
		font-size: 26px;
	}

	article .textCaption {
		font-size: 18px;
	}

	article .productPage .topProduct {
		margin-top: 40px;
	}

	article .productPage .left {
		width: 100%;
	}

	article .productPage .gallery {
		width: 100%;
		margin-top: 20px;
	}

	article .products .block {
		width: 48%;
	}

	#cookie_notification {
		width: calc(100% - 20px);
		flex-direction: column;
		align-items: flex-start;
	}

	#cookie_notification .left {
		width: 100%;
		margin-bottom: 15px
	}
}