/*!
Theme Name: Tandem
Theme URI: http://underscores.me/
Author: WEBTOP
Author URI: https://web24.pro/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tandem
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Tandem is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

:root {
	--container: 1316px;

	--radius: 30px;

	--text-size: 16px;
	--text-size-sm: 14px;
	--h1-size: 42px;
	--h2-size: 36px;
	--h3-size: 32px;
	--h4-size: 28px;
	--h5-size: 24px;
	--h6-size: 21px;

	--black: #242323;
	--white: #FFFFFF;
	--red: #ED3237;
	--green: #00A859;
	--grey: #999999;
	--blue-light: rgba(244, 251, 252, 0.6);
}
*, ::after, ::before {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	font-size: var(--text-size);
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.375;
	color: var(--black);
	background: var(--white);
}
a {
	color: var(--black);
	transition: .5s;
}
a:hover {
	color: var(--green);
}
img {
	margin: 0;
	vertical-align: middle;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.bg-cover {
	position: relative;
}
.bg-cover img,
.bg-cover video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.bg-cover span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	margin: 0 0 20px;
	line-height: 1.375;
}
h1 {
	font-size: var(--h1-size);
}
h2 {
	font-size: var(--h2-size);
}
h3 {
	font-size: var(--h3-size);
}
h4 {
	font-size: var(--h4-size);
}
h5 {
	font-size: var(--h5-size);
}
h6 {
	font-size: var(--h6-size);
}
p, ul, ol, blockquote {
	margin: 0 0 20px;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child, ul:last-child, ol:last-child, blockquote:last-child {
	margin-bottom: 0;
}
iframe {
	max-width: 100%;
}
.form-fields {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px -20px;
}
.form-field {
	position: relative;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0 10px;
	margin-bottom: 20px;
}
.form-field-50 {
	flex: 0 0 50%;
	max-width: 50%;
}
.form-field > label {
	line-height: 1.2;
	display: block;
	width: 100%;
	margin-bottom: 6px;
}
::-webkit-input-placeholder {
	color: #707070;
}
::-moz-placeholder {
	color: #707070;
}
:-ms-input-placeholder {
	color: #707070;
}
:-moz-placeholder {
	color: #707070;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
select,
textarea {
	font-size: var(--text-size);
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.5;
	width: 100%;
	background: var(--white);
	border: 1px solid #CBCBCB;
	color: var(--black);
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	padding: 12px 25px;
	min-height: 50px;
	outline: none;
	transition: .5s;
}
textarea {
	height: 145px;
	resize: vertical;
}
select {
	cursor: pointer;
}
.form-field-button.center {
	text-align: center;
}
.wpcf7-spinner {
	position: absolute;
	right: 0;
	top: 0;
}
.wpcf7-not-valid-tip {
	margin-top: 2px;
	font-size: var(--text-size-sm);
}
.wpcf7 form .wpcf7-response-output {
	margin: 20px 0 0;
	padding: 10px 15px;
	font-size: var(--text-size-sm);
}


.screen-reader-text {
	display: none;
}
.container {
	width: 100%;
	max-width: var(--container);
	margin-left: auto;
	margin-right: auto;
}
.section {
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
	z-index: 1;
}
.pt-0 {
	padding-top: 0 !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.mt-0 {
	margin-top: 0 !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
@media (min-width: 992px) {
	.hide-lg {
		display: none !important;
	}
}
.bg-blue-light {
	background: rgba(244, 251, 252, 0.6);
}


.heading {
	position: relative;
	margin-bottom: 60px;
}
.heading.center {
	text-align: center;
}
.heading h2 {
	font-size: var(--h1-size);
	margin-bottom: 0;
	text-transform: uppercase;
}
.heading h2 + p {
	margin-top: 10px;
}


.btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: var(--text-size);
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	line-height: 1.5;
	border: 1px solid transparent;
	padding: 9px 30px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	outline: none;
	min-width: 230px;
	min-height: 50px;
	text-decoration: none;
	cursor: pointer;
	transition: .5s;
}
.btn-primary {
	background-color: var(--green);
	border-color: var(--green);
	color: var(--white);
}
.btn-primary:hover {
	background-color: var(--black);
	border-color: var(--black);
	color: var(--white);
}
.btn-secondary {
	background-color: var(--red);
	border-color: var(--red);
	color: var(--white);
}
.btn-secondary:hover {
	background-color: var(--black);
	border-color: var(--black);
	color: var(--white);
}
.btn.btn-link {
	min-width: auto;
    min-height: 24px;
    padding: 0;
    color: var(--green);
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: none;
}
.btn.btn-link:hover {
	color: var(--black);
}


.owl-dots {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 60px;
	z-index: 9;
}
.owl-dots button {
	flex: 0 0 20px;
	max-width: 20px;
	width: 20px;
	height: 20px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: none !important;
	background: #D9D9D9 !important;
	margin-right: 20px;
	cursor: pointer;
	padding: 0;
	outline: none;
	transition: .5s;
}
.owl-carousel.white .owl-dots button {
	background: var(--white) !important;
}
.owl-dots button:last-child {
	margin-right: 0;
}
.owl-dots button:hover,
.owl-dots button.active,
.owl-carousel.white .owl-dots button:hover,
.owl-carousel.white .owl-dots button.active {
	background: var(--red) !important;
}


.soc-links {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}
.soc-links li {
	margin-right: 20px;
}
.soc-links li.desktop {
	display: none;
}
@media (min-width:992px) {
	.soc-links li.mobile {
		display: none;
	}
	.soc-links li.desktop {
		display: block;
	}
}
.soc-links li:last-child {
	margin-right: 0;
}
.soc-links li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 25px;
	height: 25px;
}
.soc-links li a svg {
	max-height: 100%;
	max-width: 100%;
}
.soc-links li a path {
	fill: var(--green);
	transition: .5s;
}
.soc-links li a:hover path {
	fill: var(--red);
}



.modal-mobile {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -9999;
	opacity: 0;
	transition: .5s;
}
.modal-mobile.show {
	z-index: 9999;
	opacity: 1;
}
.modal-mobile-bg {
	background: rgb(0 0 0 / 45%);
	position: absolute;
	opacity: 0;
	transition: .5s;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.modal-mobile.show .modal-mobile-bg {
	opacity: 1;
}
.modal-mobile-wrap {
	position: relative;
	background: #F9FDFD;
	height: 100%;
	width: 100%;
	transform: translateY(-100%);
	transition: .5s;
	display: flex;
	flex-direction: column;
	overflow: auto;
	z-index: 1;
}
.modal-mobile.show .modal-mobile-wrap {
	transform: translateY(0);
}
.modal-mobile-header {
	position: sticky;
	top: 0;
	background: var(--white);
	padding: 3px 0;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
	z-index: 92;
}
.modal-mobile-header-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 54px;
}
.modal-mobile-header-wrap > * {
	margin-left: 16px;
}
.modal-mobile-header-wrap > *:first-child {
	margin-left: 0;
}
.modal-mobile-logo img {
	max-height: 54px;
}
.modal-mobile-close {
	-webkit-mask-image: url(images/close.svg);
	mask-image: url(images/close.svg);
	-webkit-mask-size: 30px;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: var(--black);
	flex: 0 0 28px;
	max-width: 28px;
	width: 28px;
	height: 28px;
	border: none;
	cursor: pointer;
	padding: 0;
	outline: none !important;
	transition: .5s;
}
.modal-mobile-close:hover {
	background-color: var(--red);
}
.modal-mobile-body {
	position: relative;
	flex: auto;
	padding: 30px 0;
	z-index: 1;
}
.mobile-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.mobile-menu li {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 8px;
	z-index: 1;
}
.mobile-menu li:last-child {
	margin-bottom: 0;
}
.mobile-menu > li {
	padding-left: 12px;
}
.mobile-menu > li:before {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	background: var(--red);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	top: 13px;
	left: 0;
	z-index: -1;
}
.mobile-menu li a {
	position: relative;
	order: 1;
	flex: 0 0 100%;
	max-width: 100%;
	position: relative;
	display: block;
	padding: 6px 0;
	text-decoration: none;
	z-index: 1;
}
.mobile-menu li a:after {
	content: '';
	position: absolute;
	width: 60px;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #D9D9D9;
	z-index: -1;
}
.mobile-menu li.menu-item-has-children > a {
	flex: 0 0 calc(100% - 32px);
	max-width: calc(100% - 32px);
}
.mobile-menu li:hover > a,
.mobile-menu li.current-menu-item > a {
	color: var(--green);
}
.mobile-menu-chevrone {
	order: 2;
	content: '';
	-webkit-mask-size: 14px;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/arrow-down.svg);
	mask-image: url(images/arrow-down.svg);
	background-color: var(--black);
	flex: 0 0 26px;
	max-width: 26px;
	width: 26px;
	height: 26px;
	cursor: pointer;
	margin-left: 6px;
	transition: .5s;
}
.mobile-menu li.menu-item-has-children:hover > .mobile-menu-chevrone {
	background-color: var(--green);
}
.mobile-menu li.menu-item-has-children.active > .mobile-menu-chevrone {
	background-color: var(--green);
	transform: rotate(-180deg);
}
.mobile-menu ul {
	flex: 0 0 100%;
	max-width: 100%;
	display: none;
	order: 3;
	margin: 4px 0 0;
	padding: 16px;
	list-style: none;
	background: var(--white);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	z-index: 9;
}
.modal-mobile-footer {
	position: relative;
	background: #EEEEEE;
	padding: 30px 0;
	z-index: 1;
}
.modal-mobile-footer-logo {
	text-align: center;
	margin-bottom: 24px;
}
.modal-mobile-footer-logo img {
	max-height: 100px;
}
.modal-mobile-contacts {
	position: relative;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 1;
}
.modal-mobile-contacts p {
	display: flex;
	align-items: center;
	margin: 0 0 12px;
}
.modal-mobile-contacts p:last-child {
	margin-bottom: 0;
}
.modal-mobile-contacts p:before {
	content: '';
	flex: 0 0 20px;
	max-width: 20px;
	width: 20px;
	height: 20px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: var(--red);
	margin-right: 6px;
}
.modal-mobile-contacts p.phone:before {
	-webkit-mask-image: url(images/phone.svg);
	mask-image: url(images/phone.svg);
}
.modal-mobile-contacts p.address:before {
	-webkit-mask-image: url(images/location.svg);
	mask-image: url(images/location.svg);
}
.modal-mobile-contacts p.schedule:before {
	-webkit-mask-image: url(images/clock.svg);
	mask-image: url(images/clock.svg);
}
.modal-mobile-contacts p.e-mail:before {
	-webkit-mask-image: url(images/email.svg);
	mask-image: url(images/email.svg);
}
.modal-mobile-contacts p a {
	text-decoration: none;
}
.modal-mobile-contacts p a:hover {
	color: var(--red);
}
.modal-mobile-soc {
	justify-content: center;
}


.wp-caption {
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}
.gallery {
	display: flex;
	flex-wrap: wrap;
	margin: 32px -15px 2px;
}
.gallery:first-child {
	margin-top: 0;
}
.gallery:last-child {
	margin-bottom: -30px;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
	margin: 0 0 30px;
	padding: 0 15px;
}
.gallery-item > * {
	overflow: hidden;
	-moz-border-radius:  var(--radius);
	-webkit-border-radius:  var(--radius);
	border-radius:  var(--radius);
}
.gallery-columns-2 .gallery-item {
	flex: 0 0 calc(100% / 2);
	max-width: calc(100% / 2);
}
.gallery-columns-2 .gallery-item > * {
	height: calc((var(--container) - 30px) / 2 / 1.08);
}
.gallery-columns-3 .gallery-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
}
.gallery-columns-3 .gallery-item > * {
	height: calc((var(--container) - 30px * 2) / 3 / 1.08);
}
.gallery-columns-4 .gallery-item {
	flex: 0 0 calc(100% / 4);
	max-width: calc(100% / 4);
}
.gallery-columns-4 .gallery-item > * {
	height: calc((var(--container) - 30px * 3) / 4 / 1.08);
}
.gallery-columns-5 .gallery-item {
	flex: 0 0 calc(100% / 5);
	max-width: calc(100% / 5);
}
.gallery-columns-5 .gallery-item > * {
	height: calc((var(--container) - 30px * 4) / 5 / 1.08);
}
.gallery-columns-6 .gallery-item {
	flex: 0 0 calc(100% / 6);
	max-width: calc(100% / 6);
}
.gallery-columns-6 .gallery-item > * {
	height: calc((var(--container) - 30px * 5) / 6 / 1.08);
}
.gallery-columns-7 .gallery-item {
	flex: 0 0 calc(100% / 6);
	max-width: calc(100% / 6);
}
.gallery-columns-7 .gallery-item > * {
	height: calc((var(--container) - 30px * 6) / 7 / 1.08);
}
.gallery-columns-8 .gallery-item {
	flex: 0 0 calc(100% / 8);
	max-width: calc(100% / 8);
}
.gallery-columns-8 .gallery-item > * {
	height: calc((var(--container) - 30px * 7) / 8 / 1.08);
}
.gallery-columns-9 .gallery-item {
	flex: 0 0 calc(100% / 9);
	max-width: calc(100% / 9);
}
.gallery-columns-9 .gallery-item > * {
	height: calc((var(--container) - 30px * 8) / 9 / 1.08);
}
.gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: .5s;
}
.gallery-item a:hover img {
	transform: scale(1.08);
}
.gallery-caption {
	display: block;
}
.alignleft {
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
}
.alignright {
	float: right;
	margin-left: 30px;
	margin-bottom: 20px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
img.alignleft,
img.alignright,
img.aligncenter {
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
}


.wrapper {
	position: relative;
	z-index: 1;
}

.topbar {
	position: relative;
	background: rgba(245, 246, 246, 0.34);
	padding: 10px 0;
	z-index: 1;
}
.topbar-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 25px;
}
.topbar-wrap > * {
	margin-left: 30px;
}
.topbar-wrap > *:first-child {
	margin-left: 0;
}
.topbar-contacts {
	display: flex;
	align-items: center;
}
.topbar-contacts p {
	margin: 0 50px 0 0;
}
.topbar-contacts p.schedule {
	color: var(--green);
}
.topbar-contacts p:last-child {
	margin-right: 0;
}
.topbar-contacts p a:before,
.topbar-contacts p span:before{
	content: '';
	flex: 0 0 25px;
	max-width: 25px;
	width: 25px;
	height: 25px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: var(--red);
	margin-right: 8px;
}
.topbar-contacts p.phone a:before {
	-webkit-mask-image: url(images/phone.svg);
	mask-image: url(images/phone.svg);
}
.topbar-contacts p.address span:before {
	-webkit-mask-image: url(images/location.svg);
	mask-image: url(images/location.svg);
}
.topbar-contacts p.schedule span:before {
	-webkit-mask-image: url(images/clock.svg);
	mask-image: url(images/clock.svg);
	background-color: var(--green);
}
.topbar-contacts p a,
.topbar-contacts p span {
	text-decoration: none;
	display: flex;
	align-items: center;
}
.topbar-contacts p a:hover {
	color: var(--red);
}





.header {
	position: sticky;
	top: 0;
	background: var(--white);
	padding: 7px 0;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
	z-index: 92;
}
.header-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 75px;
}
.header-wrap > * {
	margin-left: 30px;
}
.header-wrap > *:first-child {
	margin-left: 0;
}
.header-logo img {
	max-height: 75px;
}
.main-menu {
	flex: 0 0 auto;
	margin-bottom: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}
.main-menu > li {
	position: relative;
	margin-right: 40px;
	z-index: 1;
}
.main-menu > li:last-child {
	margin-right: 0;
}
.main-menu > li > a {
	display: flex;
	align-items: center;
	text-transform: uppercase;
	text-decoration: none;
}
.main-menu > li:hover > a,
.main-menu > li.current-menu-item > a {
	color: var(--red);
}
.main-menu > li.menu-item-has-children > a:after {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/arrow-down.svg);
	mask-image: url(images/arrow-down.svg);
	background-color: var(--black);
	flex: 0 0 12px;
	max-width: 12px;
	width: 12px;
	height: 12px;
	margin-left: 6px;
	transition: .5s;
}
.main-menu > li.menu-item-has-children:hover > a:after,
.main-menu > li.current-menu-item > a:after {
	background-color: var(--red);
}
.main-menu > li.menu-item-has-children:hover > a:after {
	transform: rotate(180deg);
}
.main-menu > li > ul {
	display: none;
	position: absolute;
	top: 100%;
	left: -20px;
	margin: 0;
	padding: 34px 0px 20px;
	width: 240px;
	list-style: none;
	z-index: 1;
}
.main-menu > li > ul:before {
	content: '';
	background: var(--white);
	border: 1px solid #D3D3D3;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	position: absolute;
	width: 100%;
	height: calc(100% - 14px);
	bottom: 0;
	left: 0;
	z-index: -1;
}
.main-menu > li > ul > li {
	padding: 0 20px;
	margin-bottom: 4px;
}
.main-menu > li > ul > li:last-child {
	margin-bottom: 0;
}
.main-menu > li > ul > li > a {
	display: flex;
	align-items: center;
	padding: 4px 0;
	text-decoration: none;
}
.main-menu > li > ul > li:hover > a {
	color: var(--red);
}
.menu-icon {
	flex: 0 0 25px;
	max-width: 25px;
	width: 25px;
	height: 25px;
	margin-right: 6px;
}
.menu-title {
	position: relative;
	flex: auto;
	padding: 3px 0;
	z-index: 1;
}
.menu-title:after {
	content: '';
	position: absolute;
	width: 70px;
	height: 1px;
	background: var(--green);
	left: 0;
	bottom: 0;
	z-index: -1;
}
.main-menu > li > ul > li.menu-item-has-children > a:after {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/arrow-down.svg);
	mask-image: url(images/arrow-down.svg);
	background-color: var(--black);
	flex: 0 0 18px;
	max-width: 18px;
	width: 18px;
	height: 18px;
	margin-left: 2px;
	margin-top: 1px;
	transform: rotate(-90deg);
	transition: .5s;
}
.main-menu > li > ul > li.menu-item-has-children:hover > a:after {
	background-color: var(--red);
}
.main-menu ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	margin: 0;
	padding: 24px 0 20px;
	list-style: none;
	width: 280px;
	z-index: 1;
}
.main-menu ul ul:before {
	content: '';
	background: var(--white);
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	position: absolute;
	width: 100%;
	height: calc(100% - 14px);
	bottom: 0;
	left: 0;
	z-index: -1;
}
.main-menu ul ul li a {
	display: flex;
	align-items: center;
	padding: 8px 25px;
	color: var(--grey);
}
.main-menu ul ul li a:hover {
	color: var(--red);
}
.main-menu li:hover > ul {
	display: block;
}
.header-phone,
.header-schedule {
	flex: auto;
	margin-bottom: 0;
}
.header-phone a,
.header-schedule span {
	display: flex;
	align-items: center;
	justify-content: center;
}
.header-phone a:before {
	content: '';
	flex: 0 0 20px;
	max-width: 20px;
	width: 20px;
	height: 20px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/phone.svg);
	mask-image: url(images/phone.svg);
	background-color: var(--red);
	margin-right: 5px;
}
.header-phone a {
	text-decoration: none;
}
.header-phone a:hover {
	color: var(--red);
}
.header-schedule {
	color: var(--green);
}
.header-schedule span:before {
	content: '';
	flex: 0 0 20px;
	max-width: 20px;
	width: 20px;
	height: 20px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/clock.svg);
	mask-image: url(images/clock.svg);
	background-color: var(--green);
	margin-right: 5px;
}
.header-icons {
	display: flex;
	align-items: center;
}
.header-icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 20px;
	z-index: 1;
}
.header-icon:first-child {
	margin-left: 0;
}
.header-icon a {
	position: relative;
	flex: 0 0 25px;
	max-width: 25px;
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	background: none;
	padding: 0;
	outline: none;
	cursor: pointer;
	transition: .25s;
	z-index: 1;
}
.header-icon a:before {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: var(--red);
	flex: 0 0 100%;
	max-width: 100%;
	height: 100%;
	transition: .25s;
}
.header-icon a:hover:before {
	background-color: var(--green);
}
.header-icon.account > a:before {
	-webkit-mask-image: url(images/user.svg);
	mask-image: url(images/user.svg);
}
.header-icon.cart > a:before {
	-webkit-mask-image: url(images/cart.svg);
	mask-image: url(images/cart.svg);
}
.header-icon a span {
	position: absolute;
	top: 5px;
	left: calc(50% - 2px);
	transform: translateX(-50%);
	min-width: 14px;
	height: 14px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: var(--white);
	font-size: 10px;
	text-align: center;
	z-index: 1;
}
.header-toggle {
	display: flex;
	align-items: center;
}
.header-toggle button {
	flex: 0 0 25px;
	max-width: 25px;
	width: 25px;
	height: 25px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/menu.svg);
	mask-image: url(images/menu.svg);
	background-color: var(--black);
	border: none;
	outline: none;
	box-shadow: none;
	cursor: pointer;
	transition: .5s;
}
.header-toggle button:hover {
	background-color: var(--red);
}



.main {
	position: relative;
	z-index: 1;
}



.footer {
	position: relative;
	padding: 80px 0;
	margin-bottom: -2px;
	z-index: 1;
}
.footer:before {
	content: '';
	background: url(images/bg-footer.jpg) no-repeat bottom center;
	background-size: cover;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -2;
}
.footer:after {
	content: '';
	background: linear-gradient(180deg, rgba(249, 253, 253, 0.71) 81.83%, rgba(249, 253, 253, 0.1704) 100%);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.footer-wrap {
	display: flex;
	margin: 0 -15px;
}
.footer-widget {
	flex: 0 0 25%;
	max-width: 25%;
	padding: 0 15px;
}
.footer-widget-title {
	font-weight: 600;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.footer-logo {
	margin-bottom: 20px;
}
.footer-logo img {
	max-height: 190px;
}
.footer-info {
	font-weight: 600;
	max-width: 260px;
}
.footer-info span {
	color: var(--red);
}
.footer-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-menu li {
	position: relative;
	padding-left: 16px;
	margin-bottom: 12px;
	z-index: 1;
}
.footer-menu li:last-child {
	margin-bottom: 0;
}
.footer-menu li:before {
	content: '';
	background: var(--green);
	-moz-border-radius: 2px;
	-webki-border-radius: 2px;
	border-radius: 2px;
	position: absolute;
	width: 6px;
	height: 6px;
	top: 8px;
	left: 0;
	z-index: 1;
}
.footer-menu li a {
	text-transform: uppercase;
	text-decoration: none;
}
.footer-menu li a:hover {
	color: var(--red);
}
.footer-menu li ul {
	display: none;
}
.footer-contacts {
	position: relative;
	margin-bottom: 30px;
	z-index: 1;
}
.footer-contacts p {
	display: flex;
	align-items: center;
	margin: 0 0 12px;
}
.footer-contacts p:last-child {
	margin-bottom: 0;
}
.footer-contacts p:before {
	content: '';
	flex: 0 0 25px;
	max-width: 25px;
	width: 25px;
	height: 25px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: var(--red);
	margin-right: 8px;
}
.footer-contacts p.phone:before {
	-webkit-mask-image: url(images/phone.svg);
	mask-image: url(images/phone.svg);
}
.footer-contacts p.address:before {
	-webkit-mask-image: url(images/location.svg);
	mask-image: url(images/location.svg);
}
.footer-contacts p.schedule:before {
	-webkit-mask-image: url(images/clock.svg);
	mask-image: url(images/clock.svg);
}
.footer-contacts p.e-mail:before {
	-webkit-mask-image: url(images/email.svg);
	mask-image: url(images/email.svg);
}
.footer-contacts p a {
	text-decoration: none;
}
.footer-contacts p a:hover {
	color: var(--red);
}
.footer-map iframe {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border: 3px solid var(--white);
	width: 100%;
	height: 300px;
}
.footer-bottom {
	position: relative;
	background: var(--green);
	color: var(--white);
	padding: 10px 0;
	z-index: 1;
}
.footer-bottom p {
	text-align: center;
	font-size: var(--text-size-sm);
}
.footer-bottom p a {
	color: var(--white);
	text-decoration: none;
}
.footer-bottom p a:hover {
	opacity: .75;
}





.page-header {
	position: relative;
	padding-bottom: 80px;
	z-index: 1;
}
.page-header-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.page-header-bg:after {
	content: '';
	background: var(--black);
	opacity: .6;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.page-breadcrumbs {
	padding: 20px 0 40px;
	color: var(--white);
}
.page-breadcrumbs a {
	color: var(--white);
	text-decoration: none;
}
.singleProduct-header .page-breadcrumbs,
.singleProduct-header .page-breadcrumbs a {
	color: var(--black);
}
.page-breadcrumbs a:hover {
	color: var(--red);
}
.page-title {
	text-align: center;
	color: var(--white);
	margin-bottom: 10px;
	text-transform: uppercase;
}
.page-title:last-child {
	margin-bottom: 0;
}
.page-description {
	text-align: center;
	color: var(--white);
}
.page-body.section {
	padding-top: 80px;
}
.page-content:after {
	content: '';
	display: block;
	clear: both;
}

.error-404-number {
	font-size: calc(var(--h1-size) * 6);
	font-weight: 900;
	line-height: 1;
	margin-bottom: 30px;
	text-align: center;
	color: var(--red);
}
.error-404-button {
	text-align: center;
}



.hero-section,
.heroSlider-item {
	height: calc(100vw / 2.2);
	min-height: 600px;
	max-height: 870px;
}
.heroSlider-item {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 80px 0;
	z-index: 1;
}
.heroSlider-item__bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.heroSlider-item__wrap {
	position: relative;
	background: rgba(88, 87, 87, 0.4);
	border: 1px solid var(--white);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	padding: 80px 40px;
	max-width: 1100px;
	margin: 0 auto 60px;
	z-index: 1;
}
.heroSlider-item__content {
	text-align: center;
	color: var(--white);
}
.heroSlider-item__content h1,
.heroSlider-item__content h2 {
	font-size: calc(var(--h1-size) * 1.238);
	text-transform: uppercase;
}
.owl-heroSlider .owl-dots {
	position: absolute;
	margin-top: 0;
	bottom: 60px;
	left: 50%;
	transform: translateX(-50%);
}



.productsCarousel {
	margin: -4px -4px -8px;
}


.products-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px -30px;
}
.products-items.owl-carousel {
	margin: 0;
}
.categoriesCarousel .products-items {
	display: none;
}
.categoriesCarousel .products-items.initialized {
	display: block;
}
.products-item,
.category-item {
	position: relative;
	margin: 0 0 30px;
	padding: 0 15px;
	z-index: 1;
}
.products-items.columns-4 .products-item,
.products-items.columns-4 .category-item {
	flex: 0 0 calc(100% / 4);
	max-width: calc(100% / 4);
}
.products-items.columns-3 .products-item,
.products-items.columns-3 .category-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
}
.products-items.columns-2 .products-item,
.products-items.columns-2 .category-item {
	flex: 0 0 calc(100% / 2);
	max-width: calc(100% / 2);
}
.products-items.columns-1 .products-item,
.products-items.columns-1 .category-item {
	flex: 0 0 calc(100% / 1);
	max-width: calc(100% / 1);
}
.products-items.owl-carousel .products-item {
	margin: 0 !important;
	padding: 4px 4px 8px !important;
	flex: 0 0 100% !important;
	max-width: 100% !important;
}
.products-items.owl-carousel .category-item {
	margin: 0;
	padding: 0;
	flex: 0 0 100%;
	max-width: 100%;
}

.category-item a {
	position: relative;
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	height: calc((var(--container) - 30px * 3) / 4 / .81);
	color: var(--white);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	text-decoration: none;
	z-index: 1;
}
.category-item__image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.woocommerce-loop-category__title {
	width: 100%;
	background: var(--red);
	text-align: center;
	font-size: var(--h6-size);
	font-weight: 600;
	text-transform: uppercase;
	padding: 20px;
	transition: .5s;
}
.category-item a:hover .woocommerce-loop-category__title {
	background: var(--green);
}
.woocommerce-loop-category__title mark {
	display: none !important;
}

.products-item:after {
	content: '';
	position: absolute;
	background: radial-gradient(81.67% 81.67% at 50% 50%, rgba(0, 168, 89, 0.2) 0%, rgba(4, 197, 106, 0.2) 100%);
	backdrop-filter: blur(120px);
	-moz-filter: blur(60px);
	-webkit-filter: blur(60px);
	filter: blur(60px);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 160px;
	height: 160px;
	top: calc(50% - 80px);
	right: -80px;
	z-index: -1;
}
.products-items.columns-3 .products-item:nth-child(3n):after,
.products-items.columns-4 .products-item:nth-child(4n):after {
	display: none;
}
.products-item__wrap {
	position: relative;
	background: var(--white);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	overflow: hidden;
	z-index: 1;
}
.woocommerce-loop-product__link {
	height: 100%;
	display: flex;
	flex-direction: column;
	text-decoration: none;
}
.products-item__image {
	flex: 0 0 calc((var(--container) - 30px * 3) / 4 / 1.08);
	max-height: calc((var(--container) - 30px * 3) / 4 / 1.08);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	overflow: hidden;
}
.products-item__info {
	position: relative;
	flex: auto;
	padding: 20px 15px 25px;
	z-index: 1;
}
.woocommerce-loop-product__title {
	font-size: var(--h6-size);
	text-align: center;
	font-weight: 600;
	margin-bottom: 10px;
	color: var(--black);
}
.products-item__excerpt {
	text-align: center;
	color: var(--black);
	margin-bottom: 20px;
}
.products-item__excerpt p {
	text-align: center !important;
}
.products-item__price {
	min-height: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: var(--h6-size);
	font-weight: 600;
	color: var(--green);
	margin-bottom: 0;
	padding-right: 60px;
}
.products-item__price del {
	font-size: var(--text-size);
	color: var(--black);
	font-weight: 400;
	opacity: .75;
}
.products-item__price ins {
	text-decoration: none;
}
.products-item__button {
	position: absolute;
	width: 50px;
	height: 50px;
	right: 15px;
	bottom: 25px;
	background: var(--green);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	transition: .5s;
}
.products-item__button:hover {
	background: var(--red);
}
.products-item__button:before {
	content: '';
	flex: 0 0 25px;
	max-width: 25px;
	height: 25px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/expand_right.svg);
	mask-image: url(images/expand_right.svg);
	background-color: var(--white);
	transition: .5s;
}
.products-item__button.add_to_cart_button:before {
	-webkit-mask-image: url(images/cart.svg);
	mask-image: url(images/cart.svg);
}
.products-item__button.add_to_cart_button.loading {
	opacity: .3;
}
.products-item__button.add_to_cart_button.loading:before {
	-webkit-mask-image: url(images/progress.svg);
	mask-image: url(images/progress.svg);
	animation: rotate 2s linear infinite;
}
.products-item__button.add_to_cart_button.added:before {
	-webkit-mask-image: url(images/done.svg);
	mask-image: url(images/done.svg);
	-webkit-mask-size: 120%;
}
.added_to_cart {
	display: none !important;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



.archiveShop-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.archiveShop-sidebar {
	flex: 0 0 calc(25% - 15px);
	max-width: calc(25% - 15px);
}
.archiveShop-body {
	flex: 0 0 calc(75% - 15px);
	max-width: calc(75% - 15px);
}

.filter-btn {
	display: block;
}
.filter-btn button {
	width: 100%;
}
.filter-btn button:before {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/filter_alt.svg);
	mask-image: url(images/filter_alt.svg);
	background-color: var(--white);
	flex: 0 0 20px;
	max-width: 20px;
	width: 20px;
	height: 20px;
	margin-right: 6px;
}

.archiveShop-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}
.woocommerce-result-count {
	margin-bottom: 0;
}
.woocommerce-ordering select {
	font-weight: 600;
}


.term-description {
	position: relative;
	margin-top: 80px;
	z-index: 1;
}


.woocommerce-pagination,
.navigation.pagination {
	position: relative;
	margin-top: 60px;
	z-index: 2;
}
ul.page-numbers,
.nav-links {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.page-numbers li,
.nav-links .page-numbers {
	margin-right: 20px;
}
ul.page-numbers li:last-child,
.nav-links .page-numbers:last-child {
	margin-right: 0;
}
ul.page-numbers li a,
ul.page-numbers li span,
.nav-links .page-numbers {
	font-size: var(--h6-size);
	text-decoration: none;
	font-weight: 600;
	color: var(--black);
}
ul.page-numbers li a:hover,
ul.page-numbers li span.current,
.nav-links .page-numbers:hover,
.nav-links .page-numbers.current {
	color: var(--green);
}





.berocket_single_filter_widget,
.widget {
	position: relative;
	margin-bottom: 30px;
	background: rgba(249, 249, 249, 0.9);
	-moz-border-radius: 20px;
	-webki-border-radius: 20px;
	border-radius: 20px;
	overflow: hidden;
	z-index: 1;
}
.berocket_single_filter_widget:last-child {
	margin-bottom: 0;
}
.bapf_sfilter {
	margin-bottom: 0;
}
.widget-title,
.bapf_head h3 {
	position: relative;
	background: var(--red);
	color: var(--white);
	font-size: var(--text-size);
	text-transform: uppercase;
	padding: 20px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 0;
	z-index: 1;
}
.widget-body,
.bapf_body {
	position: relative;
	padding: 20px;
	z-index: 1;
}
.bapf_slidr_jqrui .bapf_from, .bapf_slidr_jqrui .bapf_to {
	font-size: var(--text-size-sm);
}
.bapf_slidr_main.ui-widget-content, .berocket_filter_price_slider.ui-widget-content {
	height: 2px;
}
.bapf_slidr_main.ui-widget-content .ui-slider-range, .berocket_filter_price_slider.ui-widget-content .ui-slider-range {
	background: #999999;
}
.bapf_slidr_main.ui-widget-content .ui-slider-handle, .berocket_filter_price_slider.ui-widget-content .ui-slider-handle, .slide.default .bapf_slidr_main .ui-state-default, .slide.default .bapf_slidr_main .ui-widget-header .ui-state-default, .slide.default .bapf_slidr_main.ui-widget-content .ui-state-default, .slide.default .berocket_filter_price_slider .ui-state-default, .slide.default .berocket_filter_price_slider .ui-widget-header .ui-state-default, .slide.default .berocket_filter_price_slider.ui-widget-content .ui-state-default {
	background: var(--green);
}
.bapf_sfilter ul li {
	display: flex;
	margin-bottom: 5px !important;
}
.bapf_sfilter ul li:last-child {
	margin-bottom: 0 !important;
}
.bapf_ckbox_sqchck input[type=checkbox] {
	flex: 0 0 20px;
	max-width: 20px;
	width: 20px;
	height: 20px;
	margin: 0 10px 0 0 !important;
	border: 1px solid #D9D9D9;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.bapf_ckbox_sqchck input[type=checkbox]:checked {
	border-color: var(--green);
	background: var(--green);
}
.bapf_ckbox_sqchck input[type=checkbox]:checked:after {
	border-bottom-color: var(--white);
	border-right-color: var(--white);
	top: 1px;
	left: 5px;
	width: 7px;
}
.bapf_sfilter.bapf_hideckbox .bapf_body>ul {
	display: flex;
	flex-wrap: wrap;
}
.bapf_hideckbox ul li {
	margin: 0 10px 10px 0 !important;
}
.bapf_hideckbox ul li:last-child {
	margin-right: 0 !important;
	margin-bottom: 10px !important;
}
.bapf_hideckbox ul li label {
	border: 1px solid #D9D9D9;
	display: flex !important;
	align-items: center;
	justify-content: center;
	line-height: 1.5;
	color: var(--grey);
	padding: 5px 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.bapf_hideckbox ul li label:hover {
	color: var(--green);
}
.bapf_hideckbox ul li.checked label {
	background: var(--green);
	color: var(--white) !important;
	border-color: var(--green);
}

.wc-categories-icons,
.widget_categories ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.wc-categories-icons li,
.widget_categories ul li {
	border-bottom: 2px solid var(--white);
}
.wc-categories-icons li a,
.widget_categories ul li a {
	padding: 10px 0;
	display: flex;
	align-items: center;
	text-decoration: none;
	font-weight: 600;
}
.wc-categories-icons li.active > a,
.widget_categories ul li.current-cat > a {
	color: var(--green);
}
.wc-categories-icons li a span {
	flex: 0 0 25px;
	max-width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-items: center;
	margin-right: 6px;
}
.wc-categories-icons li a span img {
	max-height: 25px;
}

.widget_categories ul li.cat-item.cat-item-1 {
	display: none !important;
}

.widget_recent_entries ul {
	margin: 0;
	padding: 0 0 0 20px;
}
.widget_recent_entries ul li {
	margin-bottom: 12px;
}
.widget_recent_entries ul li:last-child {
	margin-bottom: 0;
}
.widget_recent_entries ul li::marker {
	color: var(--red);
}
.widget_recent_entries ul li a {
	text-decoration: none;
}


.about-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.about-left {
	flex: 0 0 calc(100% / 3 - 15px);
	max-width: calc(100% / 3 - 15px);
}
.about-right {
	flex: 0 0 calc(100% / 3 * 2 - 15px);
	max-width: calc(100% / 3 * 2 - 15px);
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.aboutAdvantages {
	margin-bottom: 60px;
}
.aboutAdvantages-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px -30px;
}
.aboutAdvantages-item {
	flex: 0 0 25%;
	max-width: 25%;
	margin: 0 0 30px;
	padding: 0 15px;
}
.aboutAdvantages-item__wrap {
	display: flex;
	align-items: center;
}
.aboutAdvantages-item__image {
	flex: 0 0 50px;
	max-width: 50px;
	margin-right: 12px;
}
.aboutAdvantages-item__text {
	flex: auto;
	font-weight: 600;
}
.about-content {
	margin-bottom: 60px;
}
.about-content:last-child {
	margin-bottom: 0;
}



.reviews-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px -30px;
}
.reviews-item {
	margin: 0 0 30px;
	padding: 0 15px;
}
.reviews-items.columns-3 .reviews-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
}
.reviews-items.columns-2 .reviews-item {
	flex: 0 0 calc(100% / 2);
	max-width: calc(100% / 2);
}
.reviews-item__wrap {
	position: relative;
	height: 100%;
	padding: 0 20px 30px;
	z-index: 1;
}
.reviews-item__wrap:before {
	content: '';
	background: rgba(255, 239, 234, 0.43);
	position: absolute;
	width: 100%;
	height: calc(100% - 40px);
	bottom: 0;
	left: 0;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
	z-index: -1;
}
.reviews-item__image {
	position: relative;
	width: 80px;
	height: 80px;
	border: 5px solid var(--white);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto -22px;
	z-index: 1;
}
.reviews-item__date {
	margin-bottom: 10px;
}
.reviews-item__name {
	color: var(--green);
	text-align: center;
	font-weight: 700;
}
.reviews-item__title {
	text-align: center;
	font-weight: 700;
}
.reviews-item__content {
	text-align: center;
}

.reviews-button {
	position: relative;
	text-align: center;
	margin-top: 60px;
	z-index: 2;
}




.blog-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px -30px;
}
.blog-item {
	margin: 0 0 30px;
	padding: 0 15px;
}
.blog-items.columns-3 .blog-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
}
.blog-items.columns-2 .blog-item {
	flex: 0 0 calc(100% / 2);
	max-width: calc(100% / 2);
}
.blog-item__wrap {
	position: relative;
	height: 100%;
	background: var(--white);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	overflow: hidden;
	z-index: 1;
}
.blog-item__image {
	position: relative;
	height: calc((var(--container) - 30px * 2) / 3 / 1.52);
	overflow: hidden;
	z-index: 1;
}
.blog-item__image img {
	transition: .5s;
}
.blog-item__wrap:hover .blog-item__image img {
	transform: scale(1.05);
}
.blog-item__info {
	position: relative;
	padding: 20px;
	display: flex;
	flex-direction: column;
	z-index: 1;
}
.blog-item__date {
	border-bottom: 1px solid #D3D3D3;
	padding-bottom: 10px;
	margin-bottom: 16px;
	font-size: var(--text-size-sm);
}
.blog-item__title {
	font-size: var(--h6-size);
}
.blog-item__title a {
	color: var(--black);
	text-decoration: none;
}
.blog-item__title a:hover {
	color: var(--red);
}
.blog-item__excerpt {
	flex: auto;
	margin-bottom: 16px;
}
.blog-item__more {
	text-align: right;
}
.blog-item__more a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: var(--green);
}
.blog-item__more a:hover {
	background: var(--red);
}
.blog-item__more a:before {
	content: '';
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(images/arrow-right.svg);
    mask-image: url(images/arrow-right.svg);
    background-color: var(--white);
    flex: 0 0 16px;
    max-width: 16px;
    height: 16px;
}

.blog-button {
	position: relative;
	text-align: center;
	margin-top: 60px;
	z-index: 2;
}



.banners-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px -30px;
}
.banners-item {
	flex: 0 0 50%;
	max-width: 50%;
	margin: 0 0 30px;
	padding: 0 15px;
}
.banners-item__wrap {
	position: relative;
	height: 100%;
	min-height: 346px;
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 240px;
	z-index: 1;
}
.banners-item__image {
	position: absolute;
	width: 400px;
	height: 400px;
	bottom: -154px;
	left: -137px;
	z-index: -1;
}
.banners-item__info {
	position: relative;
	text-align: center;
	padding: 20px;
	z-index: 1;
}
.banners-item__title {
	font-size: var(--h1-size);
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
}




.archiveBlog-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.archiveBlog-left {
	flex: 0 0 calc(75% - 15px);
	max-width: calc(75% - 15px);
}
.archiveBlog-right {
	flex: 0 0 calc(25% - 15px);
	max-width: calc(25% - 15px);
}

.singleBlog-image {
	margin-bottom: 16px;
}
.singleBlog-image img {
	max-height: 480px;
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
}
.singleBlog-date {
	border-bottom: 1px solid #D3D3D3;
	padding-bottom: 12px;
	margin-bottom: 20px;
}




.archiveReviews-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.archiveReviews-left {
	flex: 0 0 calc(100% / 3 * 2 - 15px);
	max-width: calc(100% / 3 * 2 - 15px);
}
.archiveReviews-right {
	flex: 0 0 calc(100% / 3 - 15px);
	max-width: calc(100% / 3 - 15px);
}


.reviewsForm {
	position: relative;
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	overflow: hidden;
	padding: 40px 30px 30px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
	color: var(--white);
	z-index: 1;
}
.reviewsForm-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.reviewsForm-bg:after {
	content: '';
	background: rgba(104, 100, 100, 0.84);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.reviewsForm-heading {
	text-align: center;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-size: var(--h6-size);
	font-weight: 600;
}



.singleProduct-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.singleProduct-left {
	flex: 0 0 calc(25% - 15px);
	max-width: calc(25% - 15px);
}
.singleProduct-right {
	flex: 0 0 calc(75% - 15px);
	max-width: calc(75% - 15px);
}


.singleProduct-inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.singleProduct-images {
	flex: 0 0 42%;
	max-width: 42%;
}
.woocommerce-product-gallery {
	display: block;
	height: calc((var(--container) * .75 - 15px) * .42 + 30px + ((var(--container) * .75 - 15px) * .42 - 30px * 2) / 3);
}
.singleProduct-mainSlider {
	position: initial !important;
	margin-bottom: 30px;
	z-index: 1;
}
.singleProduct-mainSlider.slick-initialized {
	position: relative !important;
}
.woocommerce-product-gallery__image {
	position: relative;
	height: calc((var(--container) * .75 - 15px) * .42);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	overflow: hidden;
	z-index: 1;
}
.woocommerce-product-gallery__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: .5s;
}
.woocommerce-product-gallery__image a:hover img {
	transform: scale(1.05);
}
.singleProduct-mainSlider > * {
  display: none !important;
}
.singleProduct-mainSlider:before {
	content: '';
	background: url(images/progress.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	width: 60px;
	height: 60px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: .5;
	animation: rotate 2s linear infinite;
	z-index: 2;
}
.singleProduct-mainSlider.slick-initialized > * {
	display: block !important;
}
.singleProduct-mainSlider.slick-initialized:before {
	display: none;
}
.singleProduct-otherSlider {
	margin: 0 -15px;
}
.singleProduct-otherSlider .slick-slide {
	display: block;
	height: auto;
	border: none;
}
.singleProduct-otherSlider .slick-slide > div {
	padding: 0 15px;
}
.woocommerce-product-gallery__thumbnail {
	position: relative;
	height: calc(((var(--container) * .75 - 15px) * .42 - 30px * 2) / 3);
	overflow: hidden;
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	cursor: pointer;
	opacity: .65;
	transition: .5s;
	z-index: 1;
}
.singleProduct-otherSlider .slick-slide.slick-current .woocommerce-product-gallery__thumbnail {
	opacity: 1;
}
.woocommerce-product-gallery__thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	opacity: 1;
}
.singleProduct-otherSlider > * {
   display: none !important;
}
.singleProduct-otherSlider.slick-initialized > * {
   display: block !important;
}
.singleProduct-mainSlider .slick-arrow {
	position: absolute;
	top: calc(50% - 25px);
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 0;
	border: none;
	background: var(--green);
	outline: none;
	padding: 0;
	cursor: pointer;
	opacity: 0;
	display: flex !important;
	align-items: center;
	justify-content: center;
	transition: .5s;
	z-index: 9;
}
.singleProduct-mainSlider:hover .slick-arrow {
	opacity: 1;
}
.singleProduct-mainSlider .slick-arrow:hover {
	background-color: var(--red);
}
.singleProduct-mainSlider .slick-arrow.slick-prev {
	transform: rotate(180deg);
	left: 15px;
}
.singleProduct-mainSlider .slick-arrow.slick-next {
	right: 15px;
}
.singleProduct-mainSlider .slick-arrow:before {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/arrow-right.svg);
    mask-image: url(images/arrow-right.svg);
	background-color: var(--white);
	flex: 0 0 16px;
	max-width: 16px;
	height: 16px;
	transition: .5s;
}
.singleProduct-summary {
	flex: 0 0 calc(58% - 30px);
	max-width: calc(58% - 30px);
}
.woocommerce-product-details__short-description {
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	padding: 15px 0;
	margin-bottom: 20px;
}
.singleProduct-price {
	color: var(--green);
	font-size: var(--h6-size);
	font-weight: 700;
	margin-bottom: 30px;
}
.singleProduct-price del {
	font-size: var(--text-size);
	font-weight: 400;
	color: var(--black);
	opacity: .75;
	margin-right: 10px;
}
.singleProduct-price ins {
	text-decoration: none;
}
.singleProduct-shortDesc {
	margin-bottom: 20px;
}
.singleProduct-summary .stock {
	font-weight: 600;
	margin-top: -20px;
	margin-bottom: 20px;
}
.singleProduct-summary .stock.available-on-backorder {
	color: #dab500;
}
.singleProduct-summary .stock.out-of-stock {
	color: var(--red);
	margin-bottom: 0;
}

.singleProduct-action {
	display: flex;
	align-items: center;
}
.singleProduct-action .qib-container:not(#qib_id):not(#qib_id) {
	flex: 0 0 120px;
	max-width: 120px;
	display: flex;
	border: 1px solid #707070;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	overflow: hidden;
}
.singleProduct-action .qib-button:not(#qib_id):not(#qib_id) {
	flex: 0 0 36px;
	max-width: 36px;
	width: 36px;
	height: 48px;
	background: none;
	border: none !important;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	outline: none !important;
	box-shadow: none !important;
	font-size: var(--h6-size) !important;
	font-weight: 600 !important;
	transition: .5s;
}
.qib-button:hover:not(#qib_id):not(#qib_id) {
	background: none !important;
}
.singleProduct-action .qib-container div.quantity:not(#qib_id):not(#qib_id) {
	flex: auto;
	max-width: calc(100% - 36px - 36px);
	outline: none !important;
	box-shadow: none !important;
}
.singleProduct-action .qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
	border: none;
	font-size: var(--h6-size);
	color: var(--black);
	font-weight: 600;
	width: auto;
	height: 48px;
	max-width: 100%;
	outline: none !important;
	box-shadow: none !important;
}
.singleProduct-action .qib-container .quantity input.qty:not(#qib_id):not(#qib_id):focus {
	outline: none !important;
	box-shadow: none !important;
}
form.cart .singleProduct-action button[type='submit']:not(#qib_id):not(#qib_id):not(_):not(_) {
	margin-left: 30px;
	display: inline-flex;
	line-height: 1.5;
	outline: none !important;
	box-shadow: none !important;
}

.singleProduct-content {
	flex: 0 0 100%;
	max-width: 100%;
	margin-top: 60px;
}









.wc-block-components-notice-banner,
.woocommerce-message,
.woocommerce-NoticeGroup,
.woocommerce-info {
  padding: 20px;
  background: rgba(244, 251, 252, 0.6);
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  outline: none !important;
}
.woocommerce-message,
.woocommerce-NoticeGroup,
.woocommerce-info {
  display: block;
}
.wc-block-components-notice-banner svg {
  flex: 0 0 36px;
  max-width: 36px;
  margin-right: 20px;
}
.wc-block-components-notice-banner__content {
  position: relative;
  overflow: hidden;
  flex: auto;
  max-width: 100%;
}
.wc-block-components-notice-banner__content .button,
.woocommerce-message .button,
.woocommerce-info .button {
  float: right;
  text-decoration: underline;
  margin-left: 30px;
  margin-bottom: 0px;
}
.wc-block-components-notice-banner__content .button:hover,
.woocommerce-message .button:hover,
.woocommerce-info .button:hover {
	color: var(--red);
	text-decoration: none;
}






/*------- Cart Start ----------*/
.wc-empty-cart-message {
	margin-bottom: 36px;
	font-size: var(--h6-size);
	color: var(--black);
	text-align: center;
}
.return-to-shop {
	text-align: center;
}
.pageCart-wrap {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pageCart-left {
	flex: 0 0 calc(75% - 15px);
	max-width: calc(75% - 15px);
}
.pageCart-right {
	flex: 0 0 calc(25% - 15px);
	max-width: calc(25% - 15px);
}
.pageCartTableProducts {
	width: 100%;
	border-collapse: collapse;
}
.pageCartTableProducts th,
.pageCartTableProducts td {
	padding: 10px 20px;
}
.pageCartTableProducts th:first-child,
.pageCartTableProducts td:first-child {
	padding-left: 0;
}
.pageCartTableProducts th:last-child,
.pageCartTableProducts td:last-child {
	padding-right: 0;
}
.pageCartTableProducts th {
	color: var(--grey);
	font-weight: 400;
}
.pageCartTableProducts td {
	border-top: 1px solid #d9d9d9;
}
.pageCartTableProducts td.product-thumbnail {
	width: 80px;
	padding-right: 0;
}
.pageCartTableProducts-image {
	width: 80px;
	height: 80px;
	overflow: hidden;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.pageCartTableProducts-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.pageCartTableProducts .product-name {
	text-align: left;
}
.pageCartTableProducts .product-name a {
	text-decoration: none;
	font-weight: 600;
}
.pageCartTableProducts .qib-container:not(#qib_id):not(#qib_id) {
	margin: 0 auto;
	width: 120px;
	display: flex;
	border: 1px solid #707070;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	overflow: hidden;
}
.pageCartTableProducts .qib-button:not(#qib_id):not(#qib_id) {
	flex: 0 0 36px;
	max-width: 36px;
	width: 36px;
	height: 48px;
	background: none !important;
	border: none !important;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	outline: none !important;
	box-shadow: none !important;
	font-size: var(--h6-size) !important;
	font-weight: 600 !important;
	transition: .5s;
}
.pageCartTableProducts .qib-container div.quantity:not(#qib_id):not(#qib_id) {
	flex: auto;
	max-width: calc(100% - 36px - 36px);
	outline: none !important;
	box-shadow: none !important;
}
.pageCartTableProducts .qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
	border: none;
	font-size: var(--text-size);
	color: var(--black);
	font-weight: 600;
	width: auto;
	height: 48px;
	max-width: 100%;
	outline: none !important;
	box-shadow: none !important;
}
.pageCartTableProducts .qib-container .quantity input.qty:not(#qib_id):not(#qib_id):focus {
	outline: none !important;
	box-shadow: none !important;
}
.pageCartTableProducts .product-remove a {
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/close.svg);
	mask-image: url(images/close.svg);
	background-color: var(--red);
	width: 28px;
	height: 28px;
	display: block;
}
.pageCartTableProducts .product-remove a:hover {
	background-color: var(--black);
}
.pageCartTableProducts tbody .product-subtotal {
	font-weight: 500;
	text-align: center;
	white-space: nowrap;
	color: var(--black);
}
.pageCartTableProducts .coupon {
	display: flex;
	max-width: 480px;
}
.pageCartTableProducts .coupon button {
	flex: 0 0 auto;
	margin-left: 10px;
}



.cart-collaterals {
	position: sticky;
	top: 0;
	z-index: 9;
}
.pageCartTotals {
	background: var(--blue-light);
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.pageCartTotals > h2 {
	font-size: var(--h6-size);
	padding: 20px 20px 0;
	margin-bottom: 10px;
}
.cart_totals table {
	width: 100%;
	border-collapse: collapse;
}
.cart_totals table tr {
	display: block;
	width: 100%;
	border-bottom: 1px solid #d9d9d9;
	padding: 14px 20px;
}
body.styleDark .cart_totals table tr {
	border-bottom-color: var(--white);
}
.cart_totals table tr:last-child {
	border-bottom: none;
}
.cart_totals table th {
	display: block;
	font-size: var(--text-size-sm);
	font-weight: 400;
	color: var(--grey);
	text-align: left;
	margin-bottom: 6px;
	padding: 0;
}
.cart_totals table td {
	padding: 0;
	display: block;
	color: var(--black);
}
.cart_totals table tr.cart-subtotal td {
	font-size: var(--h6-size);
	font-weight: 600;
}
.cart_totals table tr.order-total td {
	font-size: var(--h6-size);
	font-weight: 600;
}
.checkout-button {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
.woocommerce-shipping-destination {
	display: none !important;
}
.woocommerce-shipping-methods,
.wc_payment_methods {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
.woocommerce-shipping-methods li,
.wc_payment_methods li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 10px;
}
.woocommerce-shipping-methods li:last-child,
.wc_payment_methods li:last-child {
	margin-bottom: 0;
}
.woocommerce-shipping-methods li input,
.wc_payment_methods li input {
	flex: 0 0 16px;
	max-width: 16px;
	width: 16px;
	height: 16px;
	margin: 0 10px 0 0;
	cursor: pointer;
}
.woocommerce-shipping-methods li label,
.wc_payment_methods li label {
	flex: 0 0 calc(100% - 16px - 10px);
	max-width: calc(100% - 16px - 10px);
	font-weight: 500;
	cursor: pointer;
	color: var(--black);
}
.payment_box {
	flex: 0 0 100%;
	max-width: 100%;
	background: var(--white);
	font-size: var(--text-size-sm);
	margin-top: 4px;
	padding: 16px 20px;
}

/*------- Cart End ----------*/




/*---------- Checkout Start ------------*/
.pageCheckout-wrap {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.pageCheckout-left {
	flex: 0 0 calc(60% - 15px);
	max-width: calc(60% - 15px);
}
.pageCheckout-right {
	flex: 0 0 calc(40% - 15px);
	max-width: calc(40% - 15px);
	background: var(--blue-light);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.woocommerce-billing-fields {
	margin-bottom: 0px;
}
.woocommerce-billing-fields > h3,
.wcus-checkout-fields > h3,
.woocommerce-additional-fields > h3,
#order_review_heading,
.woocommerce-checkout-payment > h3,
.pageLogin-left > h2,
.pageLogin-right > h2,
.woocommerce-Address-title > h3,
.woocommerce-MyAccount-content form > h3,
.woocommerce-order-details__title,
.woocommerce-column__title {
	font-size: var(--h6-size);
}
.woocommerce-billing-fields__field-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: hidden;
}
#ukrposhta_shippping_fields > h3 {
	display: none;
}
.form-row {
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: 20px;
}
.form-row-first,
.form-row-last {
	flex: 0 0 calc(50% - 10px);
	max-width: calc(50% - 10px);
}
.form-row > label {
	color: var(--grey);
	display: block;
	line-height: 1.25;
	width: 100%;
	margin-bottom: 5px;
}
.form-row > label span.optional {
	display: none;
}
.form-row > label abbr {
	color: red;
}
#billing_country_field,
#oplata_country_field {
	display: none;
}
.wcus-checkout-fields {
	margin-top: 10px;
}

#order_review_heading {
	padding: 20px 20px 0;
	margin-bottom: 10px;
}
.woocommerce-checkout-review-order-table {
	width: 100%;
	border-collapse: collapse;
	display: block;
	margin-bottom: 30px;
}
.woocommerce-checkout-review-order-table thead th {
	color: var(--grey);
	font-weight: 400;
	padding: 14px 20px;
	text-align: left;
	border-bottom: 1px solid #d9d9d9;
}
.woocommerce-checkout-review-order-table tbody td {
	padding: 14px 20px;
	border-bottom: 1px solid #d9d9d9;
	color: var(--black);
}
.woocommerce-checkout-review-order-table tbody td:first-child {
	width: 65%;
}
.woocommerce-checkout-review-order-table tfoot {
	display: block;
	width: 100%;
}
.woocommerce-checkout-review-order-table tfoot tr {
	display: block;
	width: 100%;
	border-bottom: 1px solid #d9d9d9;
	padding: 14px 20px;
}
.woocommerce-checkout-review-order-table tfoot tr:last-child {
	border-bottom: none;
}
.woocommerce-checkout-review-order-table tfoot th {
	display: block;
	font-size: var(--text-size-sm);
	font-weight: 400;
	color: var(--grey);
	text-align: left;
	margin-bottom: 6px;
	padding: 0;
}
.woocommerce-checkout-review-order-table tfoot td {
	padding: 0;
	display: block;
	color: var(--black);
}
.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td {
	font-size: var(--h6-size);
	font-weight: 600;
}
.woocommerce-checkout-review-order-table tfoot tr.order-total td {
	font-size: var(--h5-size);
	font-weight: 600;
}

.woocommerce-checkout-payment {
	padding: 0 20px 14px;
}
.wc_payment_methods {
	margin-bottom: 30px;
}
.woocommerce-privacy-policy-text,
.checkout-policy {
	font-size: var(--text-size-sm);
	color: var(--grey);
	margin-bottom: 20px !important;
}
.woocommerce-privacy-policy-text a,
.checkout-policy a {
	text-decoration: underline;
}
.woocommerce-privacy-policy-text a:hover,
.checkout-policy a:hover {
	color: var(--red);
}
/*-------- Checkout End -----------*/




.pageLogin-wrap {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pageLogin-left,
.pageLogin-right {
	flex: 0 0 calc(50% - 15px);
	max-width: calc(50% - 15px);
	background: var(--blue-light);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding: 30px;
}



.woocommerce-account .container > .woocommerce:after {
	content: '';
	clear: both;
	display: block;
}
.woocommerce-MyAccount-navigation {
	width: 280px;
	float: left;
}

.woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.woocommerce-MyAccount-navigation ul li {
	position: relative;
	margin-bottom: 10px;
}
.woocommerce-MyAccount-navigation ul li:last-child {
	margin-bottom: 0;
}
.woocommerce-MyAccount-navigation ul li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 600;
	background: var(--blue-light);
	padding: 15px 20px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
}
.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a  {
	background: var(--red);
	color: var(--white);
}
.woocommerce-MyAccount-content {
	float: right;
	width: calc(100% - 280px - 30px);
	margin-left: 30px;
}



.woocommerce-orders-table,
.woocommerce-table--order-details {
	width: 100%;
	border-collapse: collapse;
}
.woocommerce-orders-table th,
.woocommerce-orders-table td,
.woocommerce-table--order-details th,
.woocommerce-table--order-details td {
	border: 1px solid #ededed;
	padding: 14px 20px;
}
.woocommerce-orders-table th,
.woocommerce-table--order-details th {
	background: var(--blue-light);
}
.woocommerce-orders-table td,
.woocommerce-table--order-details td {
	color: var(--black);
}

a.edit {
	color: red;
	display: inline-block;
	margin-bottom: 10px;
}

.woocommerce-order-details {
	margin-bottom: 30px;
}

.woocommerce-address-fields__field-wrapper,
.woocommerce-EditAccountForm {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.woocommerce-EditAccountForm fieldset {
	flex: 0 0 100%;
	max-width: 100%;
} 



.woocommerce-thankyou-order-received {
	font-size: var(--h6-size);
	font-weight: 600;
	text-align: center;
	color: var(--green);
}
.woocommerce-thankyou-order-details {
	margin: 0 0 30px;
	padding: 30px 30px 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background: var(--blue-light);
}
.woocommerce-thankyou-order-details li {
	flex: auto;
	max-width: 100%;
	margin-right: 30px;
	margin-bottom: 30px;
	text-align: center;
}
.woocommerce-thankyou-order-details li:last-child {
	margin-right: 0;
}
.woocommerce-thankyou-order-details li strong {
	display: block;
}


.show-password-input {
	display: none;
}

.woocommerce-order .address {
	margin: 20px -10px -20px;
	display: flex;
	flex-wrap: wrap;
}
.woocommerce-order .address .form-field {
	display: flex;
	align-items: center;
}
.woocommerce-order .address .form-field > label {
	width: auto;
	margin-bottom: 0;
	margin-right: 15px;
}


.pageContacts-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.pageContacts-left {
	flex: 0 0 30%;
	max-width: 30%;
}
.pageContacts-info {
	position: relative;
}
.pageContacts-info p {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
	color: var(--black);
}
.pageContacts-info p:last-child {
	margin-bottom: 0;
}
.pageContacts-info p:before {
	content: '';
	flex: 0 0 24px;
	max-width: 24px;
	width: 24px;
	height: 24px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: var(--red);
	margin-right: 6px;
}
.pageContacts-info p.address:before {
	-webkit-mask-image: url(images/locatin.svg);
	mask-image: url(images/location.svg);
}
.pageContacts-info p.e-mail:before {
	-webkit-mask-image: url(images/email.svg);
	mask-image: url(images/email.svg);
}
.pageContacts-info p.phone:before {
	-webkit-mask-image: url(images/phone.svg);
	mask-image: url(images/phone.svg);
}
.pageContacts-info p a {
	text-decoration: none;
}
.pageContacts-soc {
	margin-top: 20px;
}
.pageContacts-right {
	flex: 0 0 calc(70% - 30px);
	max-width: calc(70% - 30px);
}
.pageContacts-map iframe {
	width: 100%;
	height: 360px;
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
}
.checkout-inline-error-message {
	color: var(--red);
	font-size: var(--text-size-sm);
	margin-top: 2px;
}


.flowers-content {
	margin-bottom: 30px;
}

.flowers-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px -30px;
}
.flowers-item {
	flex: 0 0 calc(100% / 6);
	max-width: calc(100% / 6);
	margin: 0 0 30px;
	padding: 0 15px;
}
.flowers-item__wrap {
	position: relative;
	background: var(--blue-light);
	border: 3px solid var(--blue-light);
	text-align: center;
	text-decoration: none;
	padding: 15px;
	display: block;
	color: var(--green);
	-moz-border-radius: calc(var(--radius) / 2);
	-webkit-border-radius: calc(var(--radius) / 2);
	border-radius: calc(var(--radius) / 2);
}
.flowers-item__wrap:hover {
	box-shadow: 0 7px 16px rgba(0, 0, 0, .1);
}
.flowers-item__image {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100px;
	margin-bottom: 10px;
}
.flowers-item__image img {
	max-width: 100px;
	max-height: 100px;
	transition: .5s;
}
.flowers-item__wrap:hover .flowers-item__image img {
	transform: scale(1.05);
}




@media (max-width: 1399px) {
	:root {
		--container: 1116px;

		--text-size: 16px;
		--text-size-sm: 14px;
		--h1-size: 36px;
		--h2-size: 32px;
		--h3-size: 28px;
		--h4-size: 24px;
		--h5-size: 21px;
		--h6-size: 18px;
	}
	.section {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.heading {
		margin-bottom: 45px;
	}
	.owl-dots,
	.reviews-button,
	.blog-button {
		margin-top: 45px;
	}
	.main-menu > li {
		margin-right: 24px;
	}
	.heroSlider-item__wrap {
		padding: 50px 30px;
	}
	.aboutAdvantages-item__image {
		flex: 0 0 40px;
		max-width: 40px;
		margin-right: 10px;
	}
	.owl-heroSlider .owl-dots {
		bottom: 45px;
	}
	.aboutAdvantages,
	.about-content {
		margin-bottom: 45px;
	}
	.banners-item__image {
		width: 340px;
		height: 340px;
		bottom: -130px;
		left: -120px;
	}
	.banners-item__wrap {
		padding-left: 200px;
		min-height: 300px;
	}
	.footer-logo img {
		max-height: 160px;
	}
	.page-header {
		padding-bottom: 60px;
	}
	.page-breadcrumbs {
		padding: 16px 0 40px;
	}
	.page-body.section {
		padding-top: 60px;
	}
}




@media (max-width: 1199px) {
	:root {
		--container: 916px;

		--text-size: 14px;
		--text-size-sm: 13px;
		--h1-size: 32px;
		--h2-size: 28px;
		--h3-size: 24px;
		--h4-size: 21px;
		--h5-size: 18px;
		--h6-size: 16px;
	}
	.btn {
		min-width: 180px;
	}
	.topbar-wrap > *,
	.header-wrap > * {
		margin-left: 24px;
	}
	.soc-links li {
		margin-right: 12px;
	}
	.soc-links li a {
		width: 20px;
		height: 20px;
	}
	.topbar-contacts p {
		margin-right: 24px;
	}
	.topbar-contacts p a:before,
	.topbar-contacts p span:before {
		flex: 0 0 20px;
		max-width: 20px;
		width: 20px;
		height: 20px;
		margin-right: 6px;
	}
	.main-menu > li {
        margin-right: 16px;
    }
    .main-menu > li.menu-item-has-children > a:after {
    	flex: 0 0 10px;
    	max-width: 10px;
    	width: 10px;
    	height: 10px;
    	margin-left: 4px;
    }
    .main-menu > li > ul {
    	padding: 26px 0 12px;
    }
    .main-menu > li > ul > li {
    	padding: 0 16px;
    }
    .hero-section, .heroSlider-item {
    	min-height: 480px;
    }
    .woocommerce-loop-category__title {
    	padding: 12px 16px;
    }
    .products-item__info {
    	padding: 16px 12px;
    }
    .products-item__button {
		width: 40px;
		height: 40px;
		right: 12px;
		bottom: 16px;
    }
    .products-item__button:before {
		flex: 0 0 20px;
		max-width: 20px;
		height: 20px;
    }
    .products-item__excerpt {
    	margin-bottom: 16px;
    }
    .products-item__price {
    	min-height: 40px;
    	padding-right: 50px;
    }
    .aboutAdvantages-item {
    	flex: 0 0 50%;
    	max-width: 50%;
    }
	.aboutAdvantages, .about-content {
		margin-bottom: 30px;
	}
	.blog-item__info {
		padding: 16px;
	}
	.banners-item__image {
		width: 280px;
		height: 280px;
		bottom: -100px;
		left: -100px;
	}
	.banners-item__info {
		padding: 16px;
	}
	.banners-item__wrap {
        padding-left: 150px;
        min-height: 260px;
    }
    .widget-title, .bapf_head h3,
    .widget-body, .bapf_body {
    	padding: 16px;
    }
}




@media (max-width: 991px) {
	:root {
		--container: 696px;

		--radius: 20px;

		--text-size: 14px;
		--text-size-sm: 13px;
		--h1-size: 24px;
		--h2-size: 21px;
		--h3-size: 18px;
		--h4-size: 16px;
		--h5-size: 15px;
		--h6-size: 14px;
	}
	h1, h2, h3, h4, h5, h6, p, ul, ol, blockquote {
		margin-bottom: 15px;
	}
	.alignleft,
	.alignright,
	.aligncenter {
		max-width: 50%;
	}
	.gallery-columns-3 .gallery-item,
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.gallery-columns-3 .gallery-item > *,
	.gallery-columns-4 .gallery-item > *,
	.gallery-columns-5 .gallery-item > *,
	.gallery-columns-6 .gallery-item > *,
	.gallery-columns-7 .gallery-item > *,
	.gallery-columns-8 .gallery-item > *,
	.gallery-columns-9 .gallery-item > * {
		height: calc((var(--container) - 30px) / 2 / 1.08);
	}
	.owl-dots button {
		flex: 0 0 15px;
		max-width: 15px;
		width: 15px;
		height: 15px;
		margin-right: 15px;
	}
	.heading {
		margin-bottom: 30px;
	}
	.heading h2 {
		font-size: var(--h2-size);
	}
	.heading h2 + p {
		margin-top: 5px;
	}
	.topbar {
		display: none;
	}
	.main-menu {
		display: none;
	}
	.header {
		padding: 3px 0;
	}
	.header-wrap {
		height: 54px;
	}
	.header-logo img {
		max-height: 54px;
	}
	.heroSlider-item__content h1, .heroSlider-item__content h2 {
		font-size: calc(var(--h1-size) / 1.2);
	}
	.heroSlider-item__wrap {
		padding: 16px;
	}
	.hero-section, .heroSlider-item {
		min-height: 360px;
	}
	.owl-heroSlider .owl-dots {
		bottom: 24px;
	}
	.section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .products-items {
    	margin: 0 -8px -20px;
    }
    .products-item, .category-item {
    	margin: 0 0 20px;
    	padding: 0 8px;
    }
    .products-items.columns-4 .products-item, .products-items.columns-4 .category-item,
    .products-items.columns-3 .products-item, .products-items.columns-3 .category-item {
    	flex: 0 0 50%;
    	max-width: 50%;
    }
    .category-item a {
    	height: calc((var(--container) - 16px) / 2 / .81);
    }
    .products-item__image {
    	flex: 0 0 calc((var(--container) - 16px) / 2 / 1.08);
    	max-height: calc((var(--container) - 16px) / 2 / 1.08);
    }
    .products-item__info {
    	padding: 10px;
    }
    .woocommerce-loop-product__title {
    	margin-bottom: 5px;
    }
    .products-item__excerpt {
    	font-size: var(--text-size-sm);
    	margin-bottom: 10px;
    }
    .owl-dots, .reviews-button, .blog-button {
    	margin-top: 30px;
    }
    .about-left {
    	flex: 0 0 100%;
    	max-width: 100%;
    	margin-bottom: 30px;
    }
    .about-image {
    	text-align: center;
    }
    .about-image img {
    	max-height: 320px;
    }
    .about-right {
    	flex: 0 0 100%;
    	max-width: 100%;
    }
    .about-button {
    	text-align: center;
    }
    .reviews-items {
    	margin: 0 0 -20px;
    }
    .reviews-item {
    	margin-bottom: 20px;
    	padding: 0;
    }
    .reviews-items.columns-2 .reviews-item,
    .reviews-items.columns-3 .reviews-item {
    	flex: 0 0 100%;
    	max-width: 100%;
    }
    .reviews-item__name {
    	margin-bottom: 10px;
    }
    .blog-items {
    	margin: 0 -8px -20px;
    }
    .home .blog-items {
    	justify-content: center;
    }
    .blog-item {
    	margin: 0 0 20px;
    	padding: 0 8px;
    }
    .blog-items.columns-3 .blog-item,
    .blog-items.columns-4 .blog-item {
    	flex: 0 0 50%;
    	max-width: 50%;
    }
    .blog-item__image {
    	height: calc((var(--container) - 16px) / 2 / 1.52);
    }
    .blog-item__date {
    	margin-bottom: 12px;
    }
    .blog-item__more a {
    	width: 40px;
    	height: 40px;
    }
    .banners-items {
    	margin-bottom: -20px;
    }
    .banners-item {
    	flex: 0 0 100%;
    	max-width: 100%;
    	margin: 0 0 20px;
    }
    .footer {
    	padding: 40px 0;
    }
    .footer-wrap {
    	flex-direction: column;
    	align-items: center;
    	margin: 0;
    }
    .footer-widget {
    	flex: auto;
    	width: 100%;
    	max-width: 100%;
    	padding: 0;
    	margin-bottom: 30px;
    }
    .footer-widget:last-child {
    	margin-bottom: 0;
    }
    .footer-logo,
    .footer-info {
    	text-align: center;
    }
    .footer-logo img {
    	max-height: 100px;
    }
    .footer-info {
    	max-width: 100%;
    }
    .footer-widget-title {
    	margin-bottom: 16px;
    	text-align: center;
    }
    .footer-menu {
    	display: flex;
    	flex-direction: column;
    	align-items: center;
    }
    .footer-menu li {
    	margin-bottom: 8px;
    }
    .footer-contacts {
    	margin-bottom: 16px;
    	display: flex;
    	flex-direction: column;
    	align-items: center;
    }
    .footer-contacts p {
    	margin-bottom: 8px;
    }
    .footer-contacts p:before {
    	flex: 0 0 20px;
    	max-width: 20px;
    	width: 20px;
    	height: 20px;
    	margin-right: 6px;
    }
    .footer-soc {
    	justify-content: center;
    }

    .page-breadcrumbs {
    	padding: 10px 0 24px;
    	font-size: var(--text-size-sm);
    }
    .page-header {
    	padding-bottom: 40px;
    }
    .page-body.section {
    	padding-top: 40px;
    }

    .archiveShop-sidebar {
    	flex: 0 0 100%;
    	max-width: 100%;
    	margin-bottom: 30px;
    }
    .archiveShop-body {
    	flex: 0 0 100%;
    	max-width: 100%;
    }

    
	.widget-area {
		display: none;
		margin-top: 20px;
	}
	.widget-area.active {
		display: block;
	}
	.woocommerce-pagination, .navigation.pagination {
		margin-top: 30px;
	}
	.berocket_single_filter_widget, .widget {
		margin-bottom: 20px;
	}
	.archiveShop-top {
		margin-bottom: 20px;
	}

	.singleProduct-left {
		display: none;
	}
	.singleProduct-right {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.singleProduct-images {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 30px;
	}
	.singleProduct-summary {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.woocommerce-product-gallery {
		height: calc(var(--container) + 20px + (var(--container) - 16px * 2) / 3);
	}
	.singleProduct-mainSlider {
		margin-bottom: 20px;
	}
	.woocommerce-product-gallery__image {
		height: var(--container);
	}
	.singleProduct-otherSlider {
		margin: 0 -8px;
	}
	.singleProduct-otherSlider .slick-slide > div {
		padding: 0 8px;
	}
	.woocommerce-product-gallery__thumbnail {
		height: calc((var(--container) - 16px * 2) / 3);
	}
	.singleProduct-summary .product_title {
		font-size: var(--h2-size);
	}
	.woocommerce-product-details__short-description {
		padding: 12px 0;
		margin-bottom: 16px;
	}
	.singleProduct-price {
		font-size: var(--h4-size);
		margin-bottom: 20px;
	}
	form.cart .singleProduct-action button[type='submit']:not(#qib_id):not(#qib_id):not(_):not(_) {
		margin-left: 16px;
	}
	.pageCart-left,
	.pageCheckout-left,
	.pageLogin-left,
	.archiveBlog-left,
	.archiveReviews-left,
	.pageContacts-left {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 30px;
	}
	.pageCart-right,
	.pageCheckout-right,
	.pageLogin-right,
	.archiveBlog-right,
	.archiveReviews-right,
	.pageContacts-right {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.cart_totals table tr.order-total td,
	.woocommerce-checkout-review-order-table tfoot tr.order-total td {
		font-size: var(--h4-size);
	}
	.woocommerce-billing-fields > h3, .wcus-checkout-fields > h3, .woocommerce-additional-fields > h3, #order_review_heading, .woocommerce-checkout-payment > h3, .pageLogin-left > h2, .pageLogin-right > h2, .woocommerce-Address-title > h3, .woocommerce-MyAccount-content form > h3, .woocommerce-order-details__title, .woocommerce-column__title {
		font-size: var(--h4-size);
	}
	.woocommerce-thankyou-order-details {
		padding: 20px 20px 0;
		align-items: center;
		flex-direction: column;
	}
	.woocommerce-thankyou-order-details li {
		margin: 0 0 20px;
	}
	.woocommerce-MyAccount-navigation {
		width: 100%;
		float: none;
		margin-bottom: 30px;
	}
	.woocommerce-MyAccount-navigation ul li {
		margin-bottom: 6px;
	}
	.woocommerce-MyAccount-navigation ul li a {
		padding: 10px 16px;
	}
	.woocommerce-MyAccount-content {
		width: 100%;
		margin: 0;
		float: none;
	}
	.singleBlog-image img {
		max-height: 360px;
	}
	.pageContacts-info {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.pageContacts-soc {
		justify-content: center;
		margin-top: 10px;
	}

	.products-items.columns-3 .products-item:nth-child(3n):after,
	.products-items.columns-4 .products-item:nth-child(4n):after {
		display: block;
	}
	.products-items.columns-3 .products-item:nth-child(2n):after,
	.products-items.columns-4 .products-item:nth-child(2n):after {
		display: none;
	}
	.term-description {
		margin-top: 50px;
	}
	.flex-column {
		flex-direction: column;
	}



	.flowers-item {
		flex: 0 0 25%;
		max-width: 25%;
	}
}




@media (max-width: 767px) {
	:root {
		--container: 516px;

		--radius: 20px;

		--text-size: 14px;
		--text-size-sm: 13px;
		--h1-size: 24px;
		--h2-size: 21px;
		--h3-size: 18px;
		--h4-size: 16px;
		--h5-size: 15px;
		--h6-size: 14px;
	}

	.form-fields {
		margin: 0 -8px -16px;
	}
	.form-field {
		margin: 0 0 16px;
		padding: 0 8px;
	}

	.archiveShop-top {
		flex-wrap: wrap;
	}
	.woocommerce-result-count {
		margin: 0 0 10px;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.woocommerce-ordering {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.pageCartTableProducts th, .pageCartTableProducts td {
		padding: 8px 12px;
	}
	.form-row-first, .form-row-last {
		flex: 0 0 100%;
		max-width: 100%;
	}


	.pageCartTableProducts,
	.woocommerce-orders-table {
		display: block;
		width: 100%;
	}
	.pageCartTableProducts thead,
	.woocommerce-orders-table thead {
		display: none;
	}
	.pageCartTableProducts tbody,
	.woocommerce-orders-table tbody {
		display: block;
		width: 100%;
	} 
	.pageCartTableProducts tbody tr,
	.woocommerce-orders-table tbody tr {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		border-bottom: 1px solid #d9d9d9;
		padding: 15px 0;
	}
	.pageCartTableProducts tbody td,
	.woocommerce-orders-table tbody td {
		flex: 0 0 100%;
		max-width: 100%;
		display: block;
		padding: 0;
		border: none;
	}
	.woocommerce-orders-table tbody td {
		margin-bottom: 5px;
	}
	.woocommerce-orders-table tbody td:last-child {
		margin-bottom: 0;
	}
	.woocommerce-orders-table tbody td:before {
		content: attr(data-title) ":";
		font-weight: 600;
	}
	.woocommerce-orders-table__cell-order-actions:before {
		display: none;
	}
	.pageCartTableProducts tbody td.product-thumbnail {
		flex: 0 0 54px;
		max-width: 54px;
		width: 54px;
		margin-bottom: 10px;
	}
	.pageCartTableProducts-image {
		width: 54px;
		height: 54px;
	}
	.pageCartTableProducts-image {
		margin: auto;
	}
	.pageCartTableProducts tbody td.product-name {
		flex: 0 0 calc(100% - 54px);
		max-width: calc(100% - 54px);
		padding-left: 20px;
		margin-bottom: 10px;
		font-size: var(--h5-size);
	}
	.pageCartTableProducts tbody td.product-quantity {
		flex: 0 0 150px;
		max-width: 150px;
		min-width: 150px;
	}
	.pageCartTableProducts .qib-container:not(#qib_id):not(#qib_id) {
		margin: 0;
	}
	.pageCartTableProducts tbody td.product-subtotal {
		flex: 0 0 calc(100% - 150px - 50px);
		max-width: calc(100% - 150px - 50px);
		padding: 0 15px;
	}
	.pageCartTableProducts tbody td.product-remove {
		flex: 0 0 50px;
		max-width: 50px;
	}
	.pageCartTableProducts .product-remove a {
		margin-left: auto;
	}
	.form-row {
		margin-bottom: 16px;
	}
	.woocommerce-order .address {
		margin: 16px -8px -16px;
	}
}




@media (max-width: 575px) {
	:root {
		--container: calc(100vw - 32px);

		--radius: 16px;

		--text-size: 14px;
		--text-size-sm: 13px;
		--h1-size: 24px;
		--h2-size: 21px;
		--h3-size: 18px;
		--h4-size: 16px;
		--h5-size: 15px;
		--h6-size: 14px;
	}
	.gallery {
		margin: 16px -8px 4px;
	}
	.gallery-item {
		margin: 0 0 16px;
		padding: 0 8px;
	}
	.gallery-columns-2 .gallery-item > *,
	.gallery-columns-3 .gallery-item > *,
	.gallery-columns-4 .gallery-item > *,
	.gallery-columns-5 .gallery-item > *,
	.gallery-columns-6 .gallery-item > *,
	.gallery-columns-7 .gallery-item > *,
	.gallery-columns-8 .gallery-item > *,
	.gallery-columns-9 .gallery-item > * {
		height: calc((var(--container) - 16px) / 2 / 1.08);
	}
	.header-wrap > * {
        margin-left: 16px;
    }
    .header-phone {
    	flex: 0 0 auto;
    }
    .header-icon {
    	margin-left: 10px;
    }
    .about-image img {
    	max-height: 240px;
    }
    .aboutAdvantages-item__image {
        flex: 0 0 32px;
        max-width: 32px;
    }
    .blog-items.columns-2 .blog-item, .blog-items.columns-3 .blog-item, .blog-items.columns-4 .blog-item {
    	flex: 0 0 100%;
    	max-width: 100%;
    }
    .blog-item__image {
    	height: calc(var(--container)/ 1.52);
    }
	.banners-item__image {
		width: 200px;
		height: 200px;
		bottom: -60px;
		left: -60px;
	}
	.banners-item__wrap {
        padding-left: 70px;
        min-height: 240px;
    }

    .flowers-item {
    	flex: 0 0 50%;
    	max-width: 50%;
    }
}


/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-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}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.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(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s 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-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}