/*!
Theme Name: UniClimate
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: uniclimate
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.

UniClimate 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=Montserrat:wght@400;500;600;700&display=swap');

@font-face {
  font-family: 'Helvetica Neue Cyr';
  src: url('fonts/HelveticaNeueCyr-Medium.eot');
  src: url('fonts/HelveticaNeueCyr-Medium.eot?#iefix') format('embedded-opentype'),
  url('fonts/HelveticaNeueCyr-Medium.woff') format('woff'),
  url('fonts/HelveticaNeueCyr-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

:root {
	--main-color: #289F8A;
	--text-color: #222222;
}


body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	color: var(--text-color);
}
a, a:hover {
	text-decoration: none;
	color: var(--text-color);
	transition: .25s;
}
img {
	width: auto;
	height: inherit;
	max-width: 100%;
	max-height: 100%;
	transition: .25s;
}
/* PART 1 - Before Lazy Load */
img[data-lazyloaded]{
    opacity: 0;
}
/* PART 2 - Upon Lazy Load */
img.litespeed-loaded{
    -webkit-transition: opacity .5s linear 0.2s;
    -moz-transition: opacity .5s linear 0.2s;
    transition: opacity .5s linear 0.2s;
    opacity: 1;
}
.bg-cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
} 
.radius-img img {
	border-radius: 20px;
}
.bg-cover-span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Helvetica Neue Cyr';
	font-weight: 500;
	margin-bottom: 15px;
}
h1 {
	font-size: 36px
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 21px;
}
h6 {
	font-size: 18px;
}
p, ul, ol, blockquote, .wp-caption, .gallery {
	margin-bottom: 15px;
}
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, .wp-caption:last-child, .gallery:last-child {
	margin-bottom: 0;
}
.nowrap {
	white-space: nowrap;
}
.form-field {
	position: relative;	
	margin-bottom: 20px;
}
.form-field label {
	line-height: 1.3;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
select,
textarea,
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text,
.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
	background-color: #fff;
	border: none;
	padding: 10px 20px;
	width: 100%;
	outline: none;
	height: 46px;
  border-radius: 23px;
  font-weight: 500;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
}
textarea,
.woocommerce form .form-row textarea.input-text {
	height: 120px;
}
.select2-container .select2-selection--single {
	height: 46px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 20px;
}
.select2-container--default .select2-selection--single {
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
	border: none;
  border-radius: 23px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 44px;
}
#formOrderOneClick>.popup {
	background: url(images/bg-gradient.jpg) no-repeat center !important;
	background-size: cover !important;
	border: none !important;
  padding: 50px 30px 30px !important;
  border-radius: 20px !important;
  color: #fff !important
}
#buyoneclick_form_order > h2 {
  font-size: 24px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
}
#formOrderOneClick .popup .close_order {
	-webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url(images/cancel.svg);
  mask-image: url(images/cancel.svg);
  background-color: #fff;
  font-size: 0 !important;
  width: 20px !important;
  height: 20px !important;
  position: absolute !important;
  top: 20px !important;
  right: 30px !important;
  z-index: 99 !important;
  transition: .25s;
}
#formOrderOneClick .popup .close_order:hover {
	opacity: .8;
}
#formOrderOneClick input[type="email"], #buyoneclick_form_order input[type="tel"], #buyoneclick_form_order input[type="text"] {
	padding: 10px 20px !important;
	height: 46px !important;
	border-radius: 23px !important;
	margin: 0 !important;
	color: var(--text-color) !!important;
}
#buyoneclick_form_order .form-message-result {
	font-size: 14px !important;
	color: #fff !important;
}
select {
	cursor: pointer;
}
.wpcf7-not-valid-tip {
	font-size: 14px;
}
.wpcf7 form .wpcf7-response-output {
	margin: 20px 0 0;
}
.wpcf7-spinner {
	position: absolute;
	right: 0;
}


.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: grid;
	grid-gap: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}
.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
	display: block;
}
.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}
.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


.btn,
.woocommerce a.button.btn,
.woocommerce-notices-wrapper a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.btn {
	min-width: 187px;
  font-weight: 600;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 23px;
  border: 1px solid transparent;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
}
.btn-check:focus + .btn, .btn:focus {
  box-shadow: none;
}

.btn-group-sm>.btn, .btn-sm {
	font-size: 14px;
	padding: 8px 16px;
}

.btn-primary,
.woocommerce a.button.btn-primary,
.btn-check:focus + .btn-primary, .btn-primary:focus,
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle,
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus,
.btn-primary:disabled, .btn-primary.disabled,
.woocommerce-notices-wrapper a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.btn-primary {
  color: #fff;
  background-color: var(--main-color);
  border-color: var(--main-color);
  box-shadow: none;
}
.btn-primary:hover,
.woocommerce a.button.btn-primary:hover,
.woocommerce-notices-wrapper a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.btn-primary:hover {
  color: var(--main-color);
  background-color: #fff;
  border-color: var(--main-color);
  box-shadow: none;
}
.btn-primary-2,
.woocommerce a.button.btn-primary-2,
.btn-check:focus + .btn-primary-2, .btn-primary-2:focus,
.btn-check:checked + .btn-primary-2, .btn-check:active + .btn-primary-2, .btn-primary-2:active, .btn-primary-2.active, .show > .btn-primary-2.dropdown-toggle,
.btn-check:checked + .btn-primary-2:focus, .btn-check:active + .btn-primary-2:focus, .btn-primary-2:active:focus, .btn-primary-2.active:focus, .show > .btn-primary-2.dropdown-toggle:focus,
.btn-primary-2:disabled, .btn-primary-2.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.btn-primary-2 {
  color: #fff;
  background-color: #0D6A5A;
  border-color: #0D6A5A;
  box-shadow: none;
}
.btn-primary-2:hover,
.woocommerce a.button.btn-primary-2:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.btn-primary-2:hover {
  color: #0D6A5A;
  background-color: #fff;
  border-color: #0D6A5A;
  box-shadow: none;
}
.btn-outline-primary,
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus,
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .show > .btn-outline-primary.dropdown-toggle,
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .show > .btn-outline-primary.dropdown-toggle:focus,
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #fff;
  background-color: transparent;
  border-color: var(--main-color);
  box-shadow: none;
}
.btn-outline-primary:hover {
  color: var(--main-color);
  background-color: #fff;
  border-color: #fff;
  box-shadow: none;
}
.btn-outline-secondary,
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus,
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .show > .btn-outline-secondary.dropdown-toggle,
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus,
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
}
.btn-outline-secondary:hover {
  color: var(--main-color);
  background-color: #fff;
  border-color: #fff;
  box-shadow: none;
}
.btn-link {
	padding: 0;
	color: var(--main-color);
	font-weight: 400;
}




.wrapper {
	position: relative;
}
.header {
	position: relative;
	background: #ffffff;
	z-index: 999;
}
.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
	border-bottom: 1px solid #CACACA;
}
.header-logo {
	flex: auto;
	max-width: inherit;
	display: flex;
	align-items: center;
}
.header-logo a {
	margin-right: 20px;
}
.header-logo a:last-child {
	margin-right: 0;
}
.header-logo img {
	width: 100%;
	max-height: 86px;
}
.header-contacts {
	position: relative;
	margin-left: 52px;
	font-weight: 500;
	margin-right: 50px;
	line-height: 1.3;
}
.header-contacts:last-child {
	margin-right: 0;
}
.header-contacts:before {
	content: '';
	width: 36px;
	height: 36px;
	position: absolute;
	top: calc(50% - 18px);
	left: -52px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
	background: var(--main-color);
	z-index: 1;
}
.header-phone:before {
	-webkit-mask-image: url(images/telephone.svg);
  mask-image: url(images/telephone.svg);
}
.header-worktime:before {
	-webkit-mask-image: url(images/time.svg);
  mask-image: url(images/time.svg);
}
.header-address:before {
	-webkit-mask-image: url(images/location.svg);
  mask-image: url(images/location.svg);
}
.header-contacts p {
	margin-bottom: 0;
}
.header-contacts a:hover {
	color: var(--main-color);
}
.header-messengers {
	display: flex;
	gap: 10px;
}
.header-messengers:before{
	content: none;
}
.header-messengers a{
	width: 32px;
	height: 32px;
	border-radius: 50%;
	position: relative;
}
.header-messengers a:before{
	content: "";
	width: 50%;
	height: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.header-messengers a.tg:before{
	background-image: url(images/tg.svg);
}
.header-messengers a.wa:before{
	background-image: url(images/wa.svg);
}
.header-messengers a.viber:before{
	background-image: url(images/viber.svg);
}
.header-messengers a.tg{
	background-color: #24A1DE;
}
.header-messengers a.wa{
	background-color: #25d366;
}
.header-messengers a.viber{
	background-color: #7360f2;
}
.main-navigation {
	position: sticky;
	background-color: #fff;
	top: 0;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.15);
	z-index: 99;
}
.main-navigation-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-icons {
	display: flex;
	align-items: center;
}
.header-user {
	display: flex;
	margin-right: 24px;
	align-items: center;
}
.header-user a {
	position: relative;
	flex: 0 0 28px;
	max-width: 28px;
	width: 28px;
	height: 28px;
	z-index: 1;
}
.header-user a:before {
	content: '';
	-webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url(images/user.svg);
  mask-image: url(images/user.svg);
	background: var(--text-color);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: .25s;
	z-index: -1;
}
.header-user a:hover:before {
	background: var(--main-color);
}
.header-wishlist {
	display: flex;
	margin-right: 30px;
	align-items: center;
}
.header-wishlist a {
	position: relative;
	flex: 0 0 28px;
	max-width: 28px;
	width: 28px;
	height: 28px;
	z-index: 1;
}
.header-wishlist a:before {
	content: '';
	-webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url(images/favorite.svg);
  mask-image: url(images/favorite.svg);
	background: var(--text-color);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: .25s;
	z-index: -1;
}
.header-wishlist a span {
	position: absolute;
	top: -4px;
	right: -5px;
	width: 14px;
	height: 14px;
	background: #D30909;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 10px;
	font-weight: 500;
	color: #ffffff;
	z-index: 1;
}
.header-wishlist a:hover:before {
	background: var(--main-color);
}
.header-cart {
	display: flex;
	margin-right: 30px;
	align-items: center;
}
.header-cart a {
	position: relative;
	flex: 0 0 28px;
	max-width: 28px;
	width: 28px;
	height: 28px;
	z-index: 1;
}
.header-cart a:before {
	content: '';
	-webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url(images/cart.svg);
  mask-image: url(images/cart.svg);
	background: var(--text-color);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: .25s;
	z-index: -1;
}
.header-cart a span {
	position: absolute;
	top: -4px;
	right: -5px;
	width: 14px;
	height: 14px;
	background: #D30909;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 10px;
	font-weight: 500;
	color: #ffffff;
	z-index: 1;
}
.header-cart a:hover:before {
	background: var(--main-color);
}


.main-menu {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}
.main-menu > li {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
  border: 1px solid transparent;
  border-radius: 23px;
  margin: 10px 10px 10px 0;
}
.main-menu > li.menu-item-has-children {
	padding-right: 10px;
}
.main-menu > li:last-child {
	margin-right: 0;
}
.main-menu > li:hover {
	border-color: var(--main-color);
}
.main-menu > li > a {
	font-weight: 500;
  display: flex;
  align-items: center;
  padding: 10px 13px;
}
.main-menu > li.menu-item-has-children > a {
	padding-right: 0px;
} 
.main-menu li:hover > a {
	color: var(--main-color);
}
.main-menu-chevrone {
	-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: var(--text-color);
	flex: 0 0 20px;
	max-width: 20px;
	width: 20px;
	height: 20px;
	margin-left: 2px;
	transition: .25s;
	z-index: 1;
}
.main-menu li:hover > .main-menu-chevrone {
	transform: rotate(-180deg);
	background: var(--main-color);
}
.main-menu ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 35px 0px 20px;
  width: 260px;
	list-style: none;
	z-index: 99;
}
.main-menu ul:before {
	content: '';
  background: #fff;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  border-radius: 20px;
  position: absolute;
  width: 100%;
  height: calc(100% - 15px);
  bottom: 0;
  right: 0;
  z-index: -1;
}
.main-menu li:hover > ul {
	display: block;
}
.main-menu ul > li {
	position: relative;
	margin-bottom: 15px;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 1;
}
.main-menu ul > li:last-child {
	margin-bottom: 0;
}
.main-menu li > ul > li > a {
	font-weight: 500;
}
.main-menu ul > li:hover > a {
	color: var(--main-color);
}
.main-menu ul .main-menu-chevrone,
.main-menu ul li:hover > .main-menu-chevrone {
	transform: rotate(-90deg);
}
.main-menu ul ul {
	background: var(--green-light-bg);
	left: 100%;
	top: -20px;
	padding: 20px 00px 20px 5px;
}
.main-menu ul ul:before {
	height: 100%;
	width: calc(100% - 5px);
}
.main-menu ul ul li:hover > a  {
	background: var(--white);
}





.owl-nav {
	position: relative;
	z-index: 9;
}
.owl-nav button {
	position: relative;
	background: #FFFFFF !important;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	width: 50px;
	height: 50px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	transition: .25s;
}
.owl-nav button.owl-next {

}
.owl-nav button:hover {
	background: var(--main-color) !important;
}
.owl-nav button:before {
	content: '';
	-webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url(images/arrow-forward.svg);
  mask-image: url(images/arrow-forward.svg);
	background-color: var(--text-color);
	flex: 0 0 24px;
	max-width: 24px;
	height: 24px;
	transition: .25s;
}
.owl-nav button.owl-prev:before {
	transform: rotate(180deg);
}
.owl-nav button:hover:before {
	background-color: #fff;
}
.owl-dots {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.owl-dots button {
	position: relative;
	flex: 0 0 12px;
	max-width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #fff !important;
	border: 1px solid var(--main-color) !important;
	margin-right: 10px;
}
.owl-dots button:last-child {
	margin-right: 0;
}
.owl-dots button:hover,
.owl-dots button.active {
	background: var(--main-color) !important;
}



.contacts-info {
	margin: 0;
	padding: 0;
	list-style: none;
}
.contacts-info li {
	position: relative;
	margin-bottom: 15px;
	padding-left: 30px;
}
.contacts-info li:last-child {
	margin-bottom: 0;
}
.contacts-info li:before {
	content: '';
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background: var(--main-color);
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: calc(50% - 10px);
  z-index: 1;
}
.contacts-info li.phone:before {
	-webkit-mask-image: url(images/telephone.svg);
  mask-image: url(images/telephone.svg);
}
.contacts-info li.email:before {
	-webkit-mask-image: url(images/mail.svg);
  mask-image: url(images/mail.svg);
}
.contacts-info li.address:before {
	-webkit-mask-image: url(images/location.svg);
  mask-image: url(images/location.svg);
}
.contacts-info li a:hover {
	color: var(--main-color);
}


.soc-links {
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}
.soc-links li {
	margin-right: 20px;
}
.soc-links li:last-child {
	margin-right: 0;
}
.soc-links li a {
	display: block;
	width: 32px;
	height: 32px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.soc-links li.instagram a {
	background-image: url(images/instagram.svg);
}
.soc-links li.facebook a {
	background-image: url(images/facebook.svg);
}
.soc-links li.youtube a {
	background-image: url(images/youtube.svg);
}
.soc-links li.tiktok a {
	background-image: url(images/tiktok.svg);
}






.footer {
	position: relative;
	color: #fff;
}
.footer:before {
	content: '';
	background: url(images/bg-gradient.jpg) no-repeat center;
	background-size: cover;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.footer-inner {
	position: relative;
	display: flex;
	justify-content: space-between;
}
.footer-widget {
	position: relative;
}
.footer-logo img {
	width: 100%;
	max-width: 240px;
}
.footer-widget-title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
.footer-menu {
	margin-bottom: 0;
	padding: 0;
	list-style: none;
}
.footer-menu li {
	position: relative;
	margin-bottom: 15px;
}
.footer-menu li:last-child {
	margin-bottom: 0;
}
.footer-menu li a {
	color: #fff;
}
.footer-menu li a:hover {
	opacity: .8;
}
.footer-contacts li:before {
	background-color: #fff;
}
.footer-contacts li a {
	color: #fff;
}
.footer-contacts li a:hover {
	color: #fff;
	opacity: .8;
}
.footer-soc {
	justify-content: space-between;
	margin-bottom: 20px;
}
.footer-bottom {
	position: relative;
	background-color: #D9D9D9;
	padding: 10px 0;
	font-size: 14px;
}
.footer-bottom a:hover {
	color: var(--main-color);
}



.section {
	position: relative;
	padding-top: 80px;
	padding-bottom: 80px;
	z-index: 1;
}
.section-sm {
	position: relative;
	padding-top: 56px;
	padding-bottom: 56px;
	z-index: 1;
}
.section-lg {
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
	z-index: 1;
}


.page-wrapper {
	position: relative;
}
.page-header {
	position: relative;
}
.heading {
	margin-bottom: 45px;
	color: #000000;
}
.heading.white {
	color: #fff;
}
.heading:last-child {
	margin-bottom: 0;
}
.aioseo-breadcrumbs {
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: 500;
}
.aioseo-breadcrumbs:last-child {
	margin-bottom: 0;
}
.page-title,
.heading h2 {
	position: relative;
	text-transform: uppercase;
	font-size: 32px;
	padding-bottom: 10px;
}
.page-title:before,
.heading h2:before {
	content: '';
	width: 224px;
	height: 1px;
	background-color: #CACACA;
	position: absolute;
	left: 0;
	bottom: 2px;
	z-index: 1;
}
.page-header.text-center .page-title:before,
.heading.text-center h2:before {
	left: calc(50% - 112px);
}
.page-title:after,
.heading h2:after {
	content: '';
	width: 62px;
	height: 5px;
	background-color: var(--main-color);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
}
.heading.white h2:after {
	background-color: #FFFFFF;
}
.page-header.text-center .page-title:after,
.heading.text-center h2:after {
	left: calc(50% - 31px);
}




.main-block-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.main-block-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.main-block-inner {
	position: relative;
	padding: 90px 160px;
	border-radius: 20px;
	overflow: hidden;
	z-index: 2;
}
.main-block-inner:before {
	content: '';
  background-color: #111;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .75;
  z-index: -1;
}
.main-block-content {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}
.main-block-content h1 {
	font-size: 64px;
}
.main-block-content p {
	max-width: 480px;
}
.main-block-btn {
	position: relative;
	margin-top: 35px;
}


.main-slider {
	position: relative;
}
.owl-mainSlider .owl-nav {
	position: absolute;
	top: calc(50% - 25px);
	width: 100%;
}
.owl-mainSlider .owl-nav button {
	position: absolute;
}
.owl-mainSlider .owl-nav .owl-prev {
	left: 30px;
}
.owl-mainSlider .owl-nav .owl-next {
	right: 30px;
}
.owl-mainSlider .owl-dots {
	position: absolute;
	width: 100%;
	bottom: 30px;
	z-index: 99;
}




.bg-grey {
	background-color: #f6f6f6;
}
.bg-grey-light {
	background-color: #f9f9f9;
}
.bg-blue {
	background: url(images/bg-gradient.jpg) no-repeat center;
	background-size: cover;
}


.category-items {
	position: relative;
}
.category-items:after {
	content: '';
	display: block;
	clear: both;
}
.category-item {
	position: relative;
	display: block;
	float: left;
	width: calc((100% / 3) - (2 * 30px / 3));
	height: 350px;
	margin: 0 30px 30px 0;
	border-radius: 20px;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
	overflow: hidden;
	z-index: 1;
}
.category-item:nth-child(1) {
	width: 57%;
	height: 542px;
}
.category-item:nth-child(2),
.category-item:nth-child(3) {
	width: calc(100% - 57% - 30px);
	margin-right: 0;
	height: calc((542px - 30px) / 2);
}
.category-item:nth-child(6),
.category-item:nth-child(9) {
	margin-right: 0;
}
.category-item_image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.category-item_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.category-item_title {
	position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 24px;
  padding: 20px 28px;
  overflow: hidden;
  z-index: 2;
}
.category-item.has-children:hover .category-item_title {
	opacity: 0;
}
.category-item_title:before {
	content: '';
	background: rgba(40, 159, 138, 0.75);
  border-radius: 0px 0px 20px 0px;
	backdrop-filter: blur(5px);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.category-item_info {
	position: absolute;
	width: 78%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
  padding: 20px 28px;
	z-index: 2;
}
.category-item.has-children:hover .category-item_info {
	opacity: 1;
}
.category-item_info:before {
	content: '';
	background: rgba(40, 159, 138, 0.75);
	backdrop-filter: blur(5px);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.category-item_info-title {
  color: #fff;
  font-size: 24px;
  margin-bottom: 0;
}
.category-item_info a {
	color: #fff;
}
.category-item_info a:hover {
	opacity: .8;
}
.category-item_info-children {
	position: relative;
	padding-left: 20px;
	color: #ffffff;
	margin-top: 20px;
	font-weight: 500;
}
.category-item_info-children li {
	margin-bottom: 5px;
}
.category-item_info-children li:last-child {
	margin-bottom: 0;
}

.category-item_main .category-item_title {
	background: url(images/bg-gradient.jpg) no-repeat center;
	background-size: cover;
	backdrop-filter: none;
}


.shop-archive-top {
	position: relative;
	margin-bottom: 20px;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering,
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
	margin-bottom: 0;
	float: none;
}
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
	font-weight: 500;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
	max-width: 330px;
	margin-left: auto;
}
.woocommerce .woocommerce-ordering select {
	border: 1px solid var(--main-color);
	box-shadow: none;
}


.woocommerce .products ul, .woocommerce ul.products {
	margin-bottom: -40px;
	display: flex;
	flex-wrap: wrap;
}
.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before {
	display: none;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	float: none;
	margin: 0 30px 40px 0;
	flex: 0 0 calc((100% / 4) - (3 * 30px / 4));
	max-width: calc((100% / 4) - (3 * 30px / 4));
}
.woocommerce ul.products.columns-4 li.product:nth-child(4n), .woocommerce-page ul.products.columns-4 li.product:nth-child(4n) {
	margin-right: 0;
}
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
	flex: 0 0 calc((100% / 3) - (2 * 30px / 3));
	max-width: calc((100% / 3) - (2 * 30px / 3));
}
.woocommerce ul.products.columns-3 li.product:nth-child(3n), .woocommerce-page ul.products.columns-3 li.product:nth-child(3n) {
	margin-right: 0;
}
.product-inner {
	position: relative;
	background: #FFFFFF;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
	height: 100%;
}
.woocommerce-loop-product__link {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	padding: 20px;
}
.product-image {
	position: relative;
	height: 250px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 15px;
}
.product-image-inner {
	flex: 0 0 100%;
	max-width: 100%;
}
/* Custom 22.12.2025 */
.woocommerce ul.products .product-image-inner{
	height: 100%;
	position: relative;
}
.woocommerce ul.products li.product a img{
	height: 100%;
	object-fit: contain;
	object-position: center;
}
/* Custom 22.12.2025 end */
.woocommerce ul.products li.product a .product-image-inner > img {
	width: auto;
	height: inherit;
	max-height: 250px;
	margin: auto;
}
.products-item-reinm{
	position: absolute;
    top: 2px;
    left: 36px;
    z-index: 2;
    background: var(--main-color);
    border-radius: 3px;
    padding: 3px 8px;
    font-size: 10px;
    color: #fff;
}
.products-item__badge {
	position: absolute;
	display: flex;
	flex-direction: column;
	top: 0px;
	right: 0px;
	z-index: 2;
}
.products-item__badge span {
	flex: 0 0 45px;
	max-height: 45px;
	width: 45px;
	margin-bottom: 10px;
}
.products-item__badge span:last-child {
	margin-bottom: 0;
}
#yith-wcwl-popup-message {
	margin: 0 !important;
	transform: translate(-50%, -50%);
	line-height: 1.5;
	padding: 30px;
}
.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
	top: 20px;
	left: 20px;
}
.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist a {
	color: var(--main-color);
}
.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist a:hover {
	color: var(--text-color);
}
.product-cat {
	font-size: 14px;
	text-align: center;
	margin-bottom: 2px;
	font-weight: 500;
	line-height: 1.2;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
	padding: 0;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
}
.woocommerce ul.products li.product:hover .woocommerce-loop-product__title {
	color: var(--main-color);
}
.product-attributes {
	position: relative;
	margin-bottom: 20px;
	flex: auto;
  max-height: 100%;
}
.product-attributes p {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 0;
}
.product-attributes p span {
	color: #626262;
}
.woocommerce ul.products li.product .price {
	position: relative;
	font-size: 18px;
	font-weight: bold;
	color: var(--main-color);
	margin-bottom: 0;
	padding: 25px 0 8px;
	padding-right: 50%;
}

.woocommerce ul.products li.product .price:before {
	content: '';
	background-color: #D9D9D9;
	position: absolute;
	top: 0;
  left: -20px;
  width: calc(100% + 40px);
	height: 1px;
	z-index: 1;
}
.woocommerce ul.products li.product .button {
	margin-top: 0;
  position: absolute;
  bottom: 20px;
  right: 20px;
  min-width: inherit;
  z-index: 9;
}
.woocommerce ul.products li.product .button.btn-learn-price {
	position: relative;
	bottom: 0;
	right: 0;
}
/* New styles */
@media (min-width: 1399px){
	
	.woocommerce ul.products li.product .price{
		position: absolute;
		display: flex;
		align-items: center;
		bottom: 9px;
		min-height: 87px;
		width: 100%;
		left: 0;
		padding-left: 20px;
	}
	
	.woocommerce ul.products li.product a.woocommerce-loop-product__link{
		padding-bottom: 96px;
	}
	
	.woocommerce ul.products li.product .price:before{
		left: 0;
    	width: 100%;
	}
}
/* New styles end */
.freeProduct-sep-line {
	background-color: #D9D9D9;
	width: calc(100% + 40px);
	height: 1px;
	margin-left: -20px;
	margin-bottom: 20px;
}
.woocommerce nav.woocommerce-pagination,
.navigation.pagination {
	position: relative;
	display: block;
	margin-top: 50px;
	z-index: 9;
}
.woocommerce nav.woocommerce-pagination ul,
.nav-links {
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	margin: 0;
}
.woocommerce .woocommerce-pagination ul.page-numbers::after, .woocommerce .woocommerce-pagination ul.page-numbers::before, .woocommerce-page .woocommerce-pagination ul.page-numbers::after, .woocommerce-page .woocommerce-pagination ul.page-numbers::before {
	display: none;
}
.woocommerce nav.woocommerce-pagination ul li,
.nav-links .page-numbers {
	position: relative;
	border: none;
	float: none;
	margin-right: 3px;
}
.woocommerce nav.woocommerce-pagination ul li:last-child,
.nav-links .page-numbers:last-child {
	margin-right: 0;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span,
.nav-links .page-numbers {
	padding: 12px 15px;
	font-size: 16px;
	min-width: inherit;
	border-radius: 5px;
	font-weight: 500;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current,
.nav-links .page-numbers:hover, .nav-links .page-numbers.current {
	background-color: var(--main-color);
	color: #fff;
}


.archiveShop-categories {
	margin-bottom: 40px;
}
.archiveShop-categories .woocommerce ul.products {
	margin-bottom: -30px;
}
.archiveShop-categories .woocommerce ul.products li {
	margin-bottom: 30px;
}
.categories-item {
	position: relative;
}
.categories-item a {
	position: relative;
  background: #FFFFFF;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 1;
  overflow: hidden;
  transition: .25s;
}
.categories-item a:hover {
	color: var(--main-color);
}
.categories-item__image {
	flex: 0 0 30%;
	max-width: 30%;
	border-right: 1px solid #D9D9D9;
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.categories-item__image img {
	max-height: 90px !important;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title {
	flex: 0 0 70%;
	max-width: 70%;
	padding: 15px;
	font-size: 18px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 0;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title mark {
	display: none !important;
}



.services-content {
	color: #000;
	overflow: auto;
	max-height: 390px;
}
.services-btn {
	margin-top: 36px;
}
.services-items {
	position: relative;
	z-index: 1;
}
.services-items:after {
	content: '';
	clear: both;
	display: block;
}
.services-item {
	float: left;
	width: calc(50% - 15px);
	height: 220px;
	margin: 0 30px 30px 0;
}
.services-item:nth-child(1) {
	height: 470px;
}
.services-item:nth-child(2),
.services-item:nth-child(3) {
	margin-right: 0;
}
.services-item_inner {
	position: relative;
	height: 100%;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
	padding: 30px;
	z-index: 1;
}
.services-item_image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.services-item_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.services-item_image:after {
	content: '';
	background: linear-gradient(90deg, #FFFFFF 44%, rgba(255, 255, 255, 0) 100%);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.services-item:nth-child(1) .services-item_image:after {
	background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}
.services-item_content {
	position: relative;
	color: #000000;
}
.services-item_content h4 {
	margin-bottom: 20px;
}
.services-item_content a {
	color: #000000;
}
.services-item_content a:hover {
	color: var(--main-color);
}




.feedback-inner {
	max-width: 570px;
	margin: auto;
}
.feedback-inner .wpcf7-not-valid-tip,
.feedback-inner .wpcf7 form .wpcf7-response-output {
	color: #fff;
}



.advantages-items {
	position: relative;
	margin-bottom: -50px;
}
.advantages-item {
	position: relative;
	margin-bottom: 50px;
}
.advantages-item_inner {
	position: relative;
	display: flex;
	align-items: center;
}
.advantages-item_inner:hover {
	color: #289F8A;
}
.advantages-item_image {
	flex: 0 0 100px;
	max-width: 100px;
	height: 100px;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.advantages-item_image img {
	max-height: 66px;
}
.advantages-item_inner p {
	position: relative;
	flex: 0 0 calc(100% - 100px);
	max-width: calc(100% - 100px);
	padding-left: 25px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.22;
}



.about-1-inner-1 {
	position: relative;
	margin-bottom: 85px;
}
.about-1-content-1 {
	position: relative;
	padding-right: 40px;
}
.about-1-content-2 {
	position: relative;
	padding-left: 40px;
}
.about-1-content-1 h4,
.about-1-content-2 h4 {
	position: relative;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.about-1-content-1 h4:before,
.about-1-content-2 h4:before {
	content: '';
	width: 224px;
	height: 1px;
	background-color: #CACACA;
	position: absolute;
	left: 0;
	bottom: 2px;
	z-index: 1;
}
.about-1-content-1 h4:after,
.about-1-content-2 h4:after {
	content: '';
	width: 62px;
	height: 5px;
	background-color: var(--main-color);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
}
.about-1-image-1 {
	position: relative;
	width: max-content;
	max-width: 100%;
	padding: 33px 33px 0 0;
	z-index: 1;
}
.about-1-image-2 {
	position: relative;
	width: max-content;
	max-width: 100%;
	padding: 0 0 33px 33px;
	z-index: 1;
}
.about-1-image-1 img,
.about-1-image-2 img {
	border-radius: 20px;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
}
.about-1-image-1:before {
	content: '';
	background: url(images/bg-gradient.jpg) no-repeat center;
	background-size: cover;
	border-radius: 20px;
	width: 348px;
	height: 313px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}
.about-1-image-1:after {
	content: '';
	width: 50px;
	height: 50px;
	background: url(images/snowflake.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	top: -4px;
	right: 67px;
	z-index: 1;
}
.about-1-image-2:before {
	content: '';
	background: url(images/bg-gradient.jpg) no-repeat center;
	background-size: cover;
	border-radius: 20px;
	width: 348px;
	height: 313px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.about-1-image-2:after {
	content: '';
	width: 50px;
	height: 50px;
	background: url(images/sun.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	top: -13px;
	left: 136px;
	z-index: 1;
}
.about-1-content-2 p {
	clear: both;
}




.news-items {
	position: relative;
	margin-bottom: -40px;
}
.news-item {
	position: relative;
	margin-bottom: 40px;
}
.owl-item .news-item {
	width: 100%;
  padding: 0 15px;
  margin-bottom: 15px;
  height: calc(100% - 15px);
}
.widget .news-item {
	width: 100%;
}
.news-item_inner {
	position: relative;
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: space-between;
	background-color: #fff;
	overflow: hidden;
	border-radius: 20px;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
}
.news-item_image {
	height: 260px;
	position: relative;
	border-bottom: 8px solid var(--main-color);
	margin-bottom: 56px;
}
.news-item_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.news-item_date {
	position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 20px;
  background-color: var(--main-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  bottom: -49px;
  left: 30px;
  z-index: 1;
}
.news-item_date span {
	font-size: 32px;
	line-height: 1;
}
.news-item_title {
	position: relative;
	margin: 0 30px 20px;
	font-size: 24px;
	line-height: 1.22;
  flex: auto;
  max-height: 100%;
  transition: .25s;
}
.news-item_inner:hover .news-item_title {
	color: var(--main-color);
}
.news-item_more {
	position: relative;
	margin: 0 35px 20px !important;
}
.news-item_more span {
	position: relative;
	font-weight: 500;
	color: var(--main-color);
	padding-right: 60px;
}
.news-item_more span:after {
	content: '';
  background: url(images/arrow-right.svg) no-repeat center;
  background-size: contain;
  width: 48px;
  height: 8px;
  position: absolute;
  right: 0;
  top: calc(50% - 3px);
  z-index: 1;
  transition: .25s;
}
.news-item_more span:hover:after {
	right: -10px;
}


.news-itemFirst {
	position: relative;
	margin-bottom: 40px;
}
.news-itemFirst_inner {
	position: relative;
	display: block;
	width: 100%;
	height: 400px;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
}
.news-itemFirst_image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.news-itemFirst_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.news-itemFirst_info {
	position: absolute;
	left: 0;
	bottom: 40px;
	z-index: 2;
	background-color: var(--main-color);
	border-radius: 0 20px 20px 0;
	padding: 20px 30px;
	max-width: 630px;
	color: #fff;
}
.news-itemFirst_date {
	font-size: 14px;
	margin-bottom: 10px;
}
.news-itemFirst_title {
	font-size: 24px;
	line-height: 1.22;
}
.news-itemFirst_more {
	position: relative;
}
.news-itemFirst_more span {
	position: relative;
	font-weight: 500;
	padding-right: 60px;
}
.news-itemFirst_more span:after {
	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: #fff;
  width: 48px;
  height: 8px;
  position: absolute;
  right: 0;
  top: calc(50% - 3px);
  z-index: 1;
  transition: .25s;
}
.news-itemFirst_more span:hover:after {
	right: -10px;
}


.owl-news .owl-nav {
	position: absolute;
	top: calc(50% - 25px);
	width: 100%;
}
.owl-news .owl-nav button {
	position: absolute;
}
.owl-news .owl-nav button.owl-prev {
	left: -20px;
}
.owl-news .owl-nav button.owl-next {
	right: -20px;
}
.news-btn {
	text-align: center;
	margin-top: 20px;
}




.steps-items {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 900px;
	margin: 0 auto -50px;
}
.steps-item {
	position: relative;
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
	margin-bottom: 50px;
}
.steps-item_inner {
	position: relative;
	color: #ffffff;
	padding: 0 29px;
	transition: .25s;
}
.steps-item_inner:hover {
	color: var(--text-color);
}
.steps-item_inner:after {
	content: '';
	-webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url(images/arrow-right-long.svg);
  mask-image: url(images/arrow-right-long.svg);
	background-color: #ffffff;
	position: absolute;
	width: 58px;
	height: 22px;
	top: calc(50px - 11px);
	right: -29px;
	z-index: 1;
}
.steps-item:nth-child(3n) .steps-item_inner:after,
.steps-item:last-child .steps-item_inner:after {
	display: none;
}
.steps-item_image {
	width: 100px;
	height: 100px;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
}
.steps-item_image img {
	max-height: 66px;
}
.steps-item_inner p {
	position: relative;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.22;
	text-align: center;
}




.objects-items {
	position: relative;
	margin-bottom: -40px;
}
.objects-item {
	position: relative;
	margin-bottom: 40px;
}
.objects-item_inner {
	position: relative;
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: space-between;
	background-color: #fff;
	overflow: hidden;
	border-radius: 20px;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
}
.objects-item_image {
	flex: 0 0 280px;
	max-height: 280px;
	position: relative;
}
.objects-item_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.objects-item_info {
	position: relative;
	padding: 20px;
	flex: auto;
	display: flex;
	flex-direction: column;
}
.objects-item_title {
	position: relative;
	margin: 0 0 10px;
	font-size: 20px;
	line-height: 1.22;
  transition: .25s;
}
.objects-item_title a {
	color: #000;
}
.objects-item_title:hover a {
	color: var(--main-color);
}
.objects-item_excerpt {
	margin-bottom: 10px;
	line-height: 1.22;
	flex: auto;
}
.objects-item_more {
	position: relative;
	z-index: 1;
}
.objects-item_more a {
	position: relative;
	font-weight: 500;
	color: var(--main-color);
	padding-right: 60px;
}
.objects-item_more a:after {
	content: '';
  background: url(images/arrow-right.svg) no-repeat center;
  background-size: contain;
  width: 48px;
  height: 8px;
  position: absolute;
  right: 0;
  top: calc(50% - 3px);
  z-index: 1;
  transition: .25s;
}
.objects-item_more a:hover:after {
	right: -10px;
}


.objects-btn {
	margin-top: 36px;
	position: relative;
	z-index: 9;
	text-align: center;
}






.info-block-images {
	position: relative;
}
.info-block-images:after {
	content: '';
	clear: both;
	display: block;
}
.info-block-images p {
	position: relative;
	float: left;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
	margin-bottom: 0;
}
.info-block-images p:nth-child(1) {
	height: 480px;
	width: calc(50% - 5px);
	margin-right: 10px;
}
.info-block-images p:nth-child(2),
.info-block-images p:nth-child(3) {
	height: calc((480px / 2) - 5px);
	width: calc(50% - 5px);
	margin-bottom: 10px;
}
.info-block-images p:nth-child(3) {
	margin-bottom: 0;
}
.info-block-images p img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.info-block-content {
	position: relative;
	color: #fff;
}
.info-block-content:before {
  content: '';
  width: 50px;
  height: 50px;
  background: url(images/sun.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: -65px;
  left: 0;
  z-index: 1;
}
.info-block-content:after {
  content: '';
  width: 50px;
  height: 50px;
  background: url(images/snowflake.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: -85px;
  right: 190px;
  z-index: 1;
}
.info-block-btn {
	margin-top: 35px;
}




.photogallery-images {
	position: relative;
	width: 100%;
	height: 520px;
}
.photogallery-images p {
	position: absolute;
	margin-bottom: 0;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
}
.photogallery-images p:nth-child(1) {
	width: 38%;
	height: calc(60% - 10px);
	top: 0;
	left: 0;
}
.photogallery-images p:nth-child(2) {
	width: calc(19% - 5px);
	height: 40%;
	bottom: 0;
	left: 0;
}
.photogallery-images p:nth-child(3) {
	width: calc(19% - 5px);
	height: 40%;
	bottom: 0;
	left: calc(19% + 5px);
}
.photogallery-images p:nth-child(4) {
	width: calc(24% - 20px);
	height: 100%;
	top: 0;
	left: calc(38% + 10px);
}
.photogallery-images p:nth-child(5) {
	width: calc(19% - 5px);
	height: 40%;
	top: 0;
	right: 0;
}
.photogallery-images p:nth-child(6) {
	width: calc(19% - 5px);
	height: 40%;
	top: 0;
	right: calc(19% + 5px);;
}
.photogallery-images p:nth-child(7) {
	width: 38%;
	height: calc(60% - 10px);
	bottom: 0;
	right: 0;
}
.photogallery-images p span {
	position: absolute;
	background: url(images/bg-gradient.jpg) no-repeat center;
	background-size: cover;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.photogallery-images p img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.photogallery-btn {
	text-align: center;
	position: relative;
	margin-top: 35px;
}




.reviews-items {
	position: relative;
}
.reviews-item {
	position: relative;
	margin-bottom: 50px;
}
.reviews-item:last-child {
	margin-bottom: 0;
}
.owl-item .reviews-item {
  padding: 0 15px;
  margin-bottom: 15px;
  height: calc(100% - 15px);
}
.reviews-item_inner {
	position: relative;
	padding: 30px;
	background-color: #fff;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
	border-radius: 20px;
	overflow: hidden;
	height: 100%;
}
.reviews-item_head {
	position: relative;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}
.reviews-item_image {
	flex: 0 0 50px;
	max-width: 50px;
	height: 50px;
	background-color: var(--main-color);
	border-radius: 50%;
	overflow: hidden;
}
.reviews-item_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.reviews-item_info {
	position: relative;
	padding-left: 20px;
	flex: 0 0 calc(100% - 50px);
	max-width: calc(100% - 50px);
}
.reviews-item_name {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 2px;
}
.reviews-item_rating {
	position: relative;
	display: flex;
	align-items: center;
}
.reviews-item_rating span {
	flex: 0 0 15px;
	max-width: 15px;
	height: 15px;
	margin-right: 0px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(images/star.svg);
}
.reviews-item_rating span:last-child {
	margin-right: 0;
}
.reviews-item_rating span.active {
	background-image: url(images/star-active.svg);
}
.reviews-item_content {
	position: relative;
}
.reviews-section .reviews-items:before {
  content: '';
  width: 50px;
  height: 50px;
  background: url(images/sun.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: -95px;
  right: 30%;
  z-index: 1;
}
.reviews-section .reviews-items:after {
	content: '';
  width: 50px;
  height: 50px;
  background: url(images/snowflake.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: -65px;
  left: 23%;
  z-index: 1;
}
.owl-reviews .owl-nav {
	position: absolute;
	top: calc(50% - 25px);
	width: 100%;
}
.owl-reviews .owl-nav button {
	position: absolute;
}
.owl-reviews .owl-nav button.owl-prev {
	left: -20px;
}
.owl-reviews .owl-nav button.owl-next {
	right: -20px;
}
.reviews-btn {
	position: relative;
	text-align: center;
	margin-top: 20px;
}



.video-items {
	position: relative;
}
.video-item {
	position: relative;
	margin-bottom: 50px;
}
.video-item:last-child {
	margin-bottom: 0;
}
.owl-item .video-item {
  padding: 0 15px;
  margin-bottom: 15px;
  height: calc(100% - 15px);
  width: 100%;
}
.video-item_image {
	position: relative;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
	border-radius: 20px;
	overflow: hidden;
	height: 400px;
	cursor: pointer;
}
.video-item_image > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.video-item_image span {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
	z-index: 2;
}
.video-item_image span:before {
	content: '';
	-webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url(images/play-circle.svg);
  mask-image: url(images/play-circle.svg);
	background: #fff;
	flex: 0 0 100px;
	max-width: 100px;
	height: 100px;
	transition: .25s;
}
.video-item_image:hover span:before {
	opacity: .8;
}
.video-item_title {
	font-size: 20px;
	margin-top: 30px;
	text-align: center;
	line-height: 1.25;
	font-weight: 400;
}
.owl-video .owl-nav {
	position: absolute;
	top: calc(50% - 25px);
	width: 100%;
}
.owl-video .owl-nav button {
	position: absolute;
}
.owl-video .owl-nav button.owl-prev {
	left: -20px;
}
.owl-video .owl-nav button.owl-next {
	right: -20px;
}
.video-btn {
	position: relative;
	text-align: center;
	margin-top: 20px;
}
.modalVideoIframe {
	position: relative;
}
.modalVideoIframe iframe {
	width: 100%;
	height: 640px;
}





.faq-items {
	position: relative;
	margin-bottom: -30px;
}
.faq-item {
	position: relative;
	margin-bottom: 30px;
}
.faq-item_inner {
	position: relative;
}
.faq-item_head {
	position: relative;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	border-radius: 30px;
	padding: 5px;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.faq-item_head span {
	position: relative;
	flex: 0 0 50px;
	max-width: 50px;
	height: 50px;
	border: 2px solid var(--main-color);
	border-radius: 50%;
}
.faq-item_head span:before {
	content: '';
	background-color: var(--main-color);
	position: absolute;
	width: 26px;
	height: 4px;
	top: calc(50% - 2px);
	left: calc(50% - 13px);
	z-index: 1;
}
.faq-item_head span:after {
	content: '';
	background-color: var(--main-color);
	position: absolute;
	height: 26px;
	width: 4px;
	left: calc(50% - 2px);
	top: calc(50% - 13px);
	z-index: 2;
	transition: .25s;
}
.active > .faq-item_head span:after {
	opacity: 0;
}
.faq-item_head p {
	flex: auto;
	max-width: 100%;
	font-size: 18px;
	font-weight: 600;
	padding-left: 20px;
	transition: .25s;
}
.faq-item_head:hover p {
	color: var(--main-color);
}
.faq-item_content {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-left: 30px;
	padding-right: 30px;
	transition: .25s;
}
.active > .faq-item_content {
	height: inherit;
	padding-top: 20px;
	padding-bottom: 20px;
}



.maps-iframe,
.maps-contacts-iframe {
	position: relative;
}
.maps-iframe iframe {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
	width: 100%;
	height: 460px;
	overflow: hidden;
}
.maps-contacts-iframe iframe {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
	width: 100%;
	height: 320px;
	overflow: hidden;
}



.modal-content {
	border-radius: 20px;
	border: none;
}
.modal-body {
	padding: 60px 30px 30px;
}
.modal-body-2 {
	padding: 30px;
}
.modal .btn-close {
	-webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url(images/cancel.svg);
  mask-image: url(images/cancel.svg);
  background: var(--text-color);
  position: absolute;
  right: 30px;
  top: 20px;
  opacity: 1;
  width: 16px;
  height: 16px;
  z-index: 2;
  transition: .25s;
}
#modalOrder.modal .btn-close {
	padding: 0;
	margin: 0;
}
.modal .btn-close:hover {
	background: var(--main-color);
}




.widget-area {
	position: relative;
 	background: #FFFFFF;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
	border-radius: 20px;
	padding: 20px;
}
.berocket_ajax_group_filter_title {
	display: none !important;
}
.berocket_single_filter_widget,
.sidebar-news .widget {
 	position: relative;
 	margin-bottom: 30px;
}
.berocket_single_filter_widget:last-child,
.sidebar-news .widget:last-child {
 	margin-bottom: 0;
}
.bapf_sfilter {
 	margin-bottom: 0;
}
.bapf_head,
.sidebar-news .widget-title {
	position: relative;
	margin-bottom: 15px;
}
.bapf_head h3,
.sidebar-news .widget-title {
	position: relative;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	padding-bottom: 10px;
}
.bapf_head h3:before,
.sidebar-news .widget-title:before {
	content: '';
	width: 100%;
	height: 1px;
	background-color: #CACACA;
	position: absolute;
	left: 0;
	bottom: 2px;
	z-index: 1;
}
.bapf_head h3:after,
.sidebar-news .widget-title:after {
	content: '';
	width: 62px;
	height: 5px;
	background-color: var(--main-color);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
}
.bapf_sfilter .bapf_body .mCSB_container>ul, .bapf_sfilter .bapf_body>ul {
	padding-left: 0;
}
.bapf_sfilter ul li {
	margin-bottom: 5px !important;
}
.bapf_sfilter ul li:last-child {
	margin-bottom: 0 !important;
}
.bapf_ckbox_sqchck input[type=checkbox] {
	width: 15px;
	height: 15px;
	border-radius: 2px;
	border: 2px solid var(--main-color);
	transition: .25s;
}
.bapf_ckbox_sqchck input[type=checkbox]:checked {
	background-color: var(--main-color);
}
.bapf_ckbox_sqchck input[type=checkbox]:checked:after {
  width: 4px;
  height: 7px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  top: 1px;
  left: 4px;
}
.bapf_sfilter.bapf_ckbox input[type=checkbox] {
	margin-right: 10px;
}

.irs--round {
	height: 42px;
}
.irs--round .irs-handle {
  top: 26px;
  width: 15px;
  height: 15px;
  border: none;
  background-color: #3F7263;
  border-radius: 50%;
  cursor: pointer;
}
.irs--round .irs-handle.state_hover, .irs--round .irs-handle:hover {
	background-color: var(--text-color);
}
.irs--round .irs-bar {
	top: 32px;
	background-color: var(--main-color);
}
.irs--round .irs-line {
	top: 32px;
	background-color: #666;
}
.irs--round .irs-from, .irs--round .irs-single, .irs--round .irs-to {
	background-color: var(--main-color);
}
.irs--round .irs-from:before, .irs--round .irs-single:before, .irs--round .irs-to:before {
	border-top-color: var(--main-color);
}

.post-content {
	position: relative;
}
.post-content img {
	border-radius: 20px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
.error-404-number {
	font-size: 220px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	color: var(--main-color);
}


.sidebar-news {
	position: relative;
	padding-left: 55px;
}
.widget_categories ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.widget_categories ul li {
	position: relative;
	border-bottom: 1px solid #CACACA;
	margin-bottom: 8px;
	padding-bottom: 8px;
}
.widget_categories ul li:last-child {
	margin-bottom: 0;
}
.widget_categories ul li a {
	
}
.widget_categories ul li a:hover {
	color: var(--main-color);
}



.news-single-image,
.objects-single-image {
	position: relative;
	margin-bottom: 30px;
}
.news-single-image img,
.objects-single-image img {
	border-radius: 20px;
}
.news-single-date {
	position: relative;
	color: var(--main-color);
}


body.single-product .page-wrapper {
	background-color: #f9f9f9;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary,
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	float: none;
	width: 100%;
	margin-bottom: 0;
}
.product-single-image {
	position: sticky;
	top: 0;
	z-index: 9;
}
.woocommerce div.product div.summary {
  position: relative;
  margin-left: 80px;
  border: 1px solid var(--main-color);
  border-radius: 20px;
  padding: 20px;
  width: auto;
}
.woocommerce div.product .product_title {
	font-size: 32px;
}
.woocommerce-product-details__short-description {
	margin-bottom: 30px;
	font-size: 18px;
}
.woocommerce div.product div.images {
	position: relative;
}
.vertical-img-left.wpgis-slider-for {
	flex: 0 0 100%;
	max-width: 100%;
	float: none;
	margin: 0;
}
.wpgis-slider-for .slick-slide > div {
	height: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #289F8A;
  border-radius: 20px;
  padding: 20px;
  overflow: hidden;
}
.woocommerce div.product div.images .wpgis-slider-for img {
	max-height: 420px;
  width: auto;
  height: inherit;
  margin: auto;
}
.wpgis-slider-nav {
	flex: 0 0 100%;
	max-width: 100%;
}
.wpgis-slider-nav .slick-list {
	margin: 0px;
}
.wpgis-slider-nav .slick-slide {
	border: none;
	opacity: .5;
	transition: .25s;
}
.wpgis-slider-nav .slick-slide.slick-current,
.wpgis-slider-nav .slick-slide:hover {
	opacity: 1;
}
.wpgis-slider-nav .slick-slide > div {
	height: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 10px;
	background: #fff;
  border: 1px solid #289F8A;
  border-radius: 20px;
  padding: 10px;
  overflow: hidden;
}
.woocommerce div.product div.images .wpgis-slider-nav img {
	max-height: 120px;
  width: auto;
  height: inherit;
}

.singleProduct-reinm {
	position: absolute;
	top: 16px;
	left: 16px;
	z-index: 2;
	background: var(--main-color);
	border-radius: 3px;
	padding: 3px 10px;
	font-size: 12px;
	color: #fff;
}	

.singleProduct-badge {
	position: absolute;
	display: flex;
	flex-direction: column;
	top: 16px;
	right: 16px;
	z-index: 2;
}
.singleProduct-badge span {
	flex: 0 0 55px;
	max-height: 55px;
	width: 55px;
	margin-bottom: 12px;
}
.singleProduct-badge span:last-child {
	margin-bottom: 0;
}



.woocommerce div.product p.price, .woocommerce div.product span.price {
	font-size: 24px;
	font-weight: bold;
	color: var(--main-color);
	margin-bottom: 25px;
}
.product-single-stock {
	position: relative;
	padding-left: 26px;
	font-weight: 500;
	margin-bottom: 35px;
}
.product-single-stock.in-stock {
	color: #289F3B;
}
.product-single-stock.out-of-stock {
	color: red;
}
.product-single-stock:before {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: calc(50% - 10px);
	-webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
	z-index: 1;
}
.product-single-stock.in-stock:before {
	-webkit-mask-image: url(images/check-circle-outline.svg);
  mask-image: url(images/check-circle-outline.svg);
	background-color: #289F3B;
}
.product-single-stock.out-of-stock:before {
	-webkit-mask-image: url(images/close-circle-outline.svg);
  mask-image: url(images/close-circle-outline.svg);
	background-color: red;
}

.singleProducts-addtocart {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 18px;
}
.singleProducts-addtocart .qib-button:not(#qib_id):not(#qib_id) {
	font-size: 0;
	-webkit-mask-size: 24px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
	background-color: var(--text-color);
	border: none;
	box-shadow: none;
	outline: none;
	transition: .5s;
}
.singleProducts-addtocart .qib-button:hover:not(#qib_id):not(#qib_id) {
	background-color: var(--main-color);
}
.singleProducts-addtocart .qib-button.minus:not(#qib_id):not(#qib_id) {
	-webkit-mask-image: url(images/minus.svg);
	mask-image: url(images/minus.svg);
}
.singleProducts-addtocart .qib-button.plus:not(#qib_id):not(#qib_id) {
	-webkit-mask-image: url(images/plus.svg);
	mask-image: url(images/plus.svg);
}
.singleProducts-addtocart .qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
	font-size: 24px;
	font-weight: 600;
	color: var(--text-color);
	background: none;
	border: none !important;
	border-bottom: 1px solid var(--main-color) !important;
	box-shadow: none;
	outline: none;
}
.singleProducts-addtocart button[type='submit']:not(#qib_id):not(#qib_id):not(_) {
	outline: none !important;
	box-shadow: none !important;
	margin-left: 0 !important;
}


.woocommerce div.product .yith-wcwl-add-to-wishlist {
	margin-top: 0px;
}
.woocommerce div.product .yith-wcwl-add-to-wishlist a {
	color: var(--main-color);
}
.woocommerce div.product .yith-wcwl-add-to-wishlist a:hover {
	text-decoration: underline;
}

.product-single-generalInfo {
	position: relative;
	margin-top: 20px;
}
.product-single-generalInfo h4 {
	font-size: 18px;
	margin-bottom: 5px;
}
.product-single-generalInfo ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.product-single-generalInfo ul li {
	position: relative;
	margin-bottom: 2px;
	padding-left: 16px;
}
.product-single-generalInfo ul li:before {
	content: '-';
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0;
	top: 0;
	z-index: 1;
}
.product-single-generalInfo ul li:last-child {
	margin-bottom: 0;
}




.product-single-models {
	position: relative;
	margin-top: 20px;
	border-radius: 20px;
	border: 1px solid var(--main-color);
	margin-left: 80px;
}
.product-single-models-heading {
	font-weight: 600;
	color: var(--main-color);
	font-family: 'Montserrat', sans-serif;
	padding: 15px 20px;
	margin-bottom: 0;
}
.product-single-models-items {
	position: relative;
}
.product-single-models-item {
	position: relative;
	border-top: 1px solid var(--main-color);
	display: flex;
	align-items: center;
	color: #000;
	z-index: 1;
}
.product-single-models-item:hover {
	color: var(--main-color);
}
.product-single-models-item p {
	flex: auto;
	max-width: 100%;
	padding: 10px;
	margin-bottom: 0;
	font-weight: 600;
}
.product-single-models-item p:first-child {
	padding-left: 20px;
}
.product-single-models-item p:nth-child(2) {
	flex: 0 0 100px;
	max-width: 100px;
}
.product-single-models-item p:last-child {
	font-weight: 700;
	flex: 0 0 145px;
	max-width: 145px;
}







.product-single-additional {
	position: relative;
	margin-top: 20px;
	border-radius: 20px;
	border: 1px solid var(--main-color);
	margin-left: 80px;
}
.product-single-additional-item {
	position: relative;
	padding: 20px;
	border-bottom: 1px solid var(--main-color);
	font-weight: 500;
}
.product-single-additional-item:last-child {
	border-bottom: none;
}
.product-single-additional-item h6:first-child {
	font-weight: 600;
	color: var(--main-color);
	font-family: 'Montserrat', sans-serif;
}

.woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs {
	position: relative;
}

.woocommerce div.product .woocommerce-tabs ul.tabs,
.tabs-nav {
	padding: 0;
	margin: 0 0 35px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	border-bottom: 1px solid var(--main-color);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs::after, .woocommerce #content div.product .woocommerce-tabs ul.tabs::before, .woocommerce div.product .woocommerce-tabs ul.tabs::after, .woocommerce div.product .woocommerce-tabs ul.tabs::before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before, .woocommerce-page div.product .woocommerce-tabs ul.tabs::after, .woocommerce-page div.product .woocommerce-tabs ul.tabs::before {
	display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.tabs-nav li {
	position: relative;
	border: none;
	border-radius: 0;
	display: block;
	margin: 0 10px 0 0;
	padding: 0;
	background: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child,
.tabs-nav li:last-child {
	margin-right: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.tabs-nav li a {
	position: relative;
	display: block;
	text-align: center;
	border-bottom: 3px solid transparent;
	padding: 10px 12px;
	font-size: 18px;
	font-weight: 600;
	background: none;
	color: var(--text-color);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.tabs-nav li.active a,
.tabs-nav li a:hover {
	border-bottom-color: var(--main-color);
	color: var(--main-color);
}
.woocommerce div.product .woocommerce-tabs .panel {
	margin-bottom: 0;
}


.tabs-content-items {
	position: relative;
}
.tabs-content-item {
	display: none;
}
.tabs-content-item.active {
	display: block;
}


.product-single-content img.alignleft,
.product-single-content img.aligncenter,
.product-single-content img.alignright {
	max-width: 640px;
}



.product-advantages-items {
	position: relative;
	margin-bottom: -30px;
}
.product-advantages-item {
	position: relative;
	margin-bottom: 30px;
}
.product-advantages-item__image {
	margin-bottom: 10px;
	height: 70px;
	display: flex;
	align-items: center;
}
.product-advantages-item__image img {
	max-height: 70px;
}
.product-advantages-item__title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
	line-height: 1.25;
}


.product-single-table-inner {
	overflow: auto;
}

.product-single-characteristics {
	position: relative;
}
.product-single-characteristics table {
	position: relative;
	background-color: #fff;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 15px
}
.product-single-characteristics table:last-child {
	margin-bottom: 0;
}
.product-single-characteristics table:before {
  content: '';
  width: 100%;
  height: 100%;
  border: 1px solid var(--main-color);
  position: absolute;
  border-radius: 20px;
  top: 0;
  left: 0;
  z-index: 1;
}
.product-single-characteristics table td {
	padding: 15px 25px;
	border-top: 1px solid #C2C2C2;
}
.product-single-characteristics table td[rowspan="2"] {
	border-right: 1px solid #C2C2C2;
}
.product-single-characteristics table tr:first-child td {
	background-color: var(--main-color);
	color: #fff;
	font-weight: 600;
	border-top: none;
}


.product-single-characteristics-additional {
	margin-top: 60px;
}
.product-single-characteristics-additional-item {
	position: relative;
	margin-bottom: 60px;
}
.product-single-characteristics-additional-item:last-child {
	margin-bottom: 0;
}


.product-single-content {
	overflow: hidden;
}



.galleryBlock-items {
	position: relative;
	margin-bottom: -30px;
}
.galleryBlock-item {
	position: relative;
	margin-bottom: 30px;
}
.galleryBlock-item_inner {
	height: 260px;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
}
.galleryBlock-item_inner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.galleryBlock-item_inner:hover img {
	transform: scale(1.05);
}

.product-single-photo .galleryBlock-item {
	display: none;
}
.product-single-photo .galleryBlock-items.active .galleryBlock-item {
	display: block;
}
.product-single-photo .galleryBlock-item:nth-child(n+1):nth-child(-n+8) {
	display: block;
}
.galleryBlock-items-toggle {
	position: relative;
	text-align: center;
	margin-top: 30px;
	z-index: 9;
}
.galleryBlock-items-toggle a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--main-color);
}
.galleryBlock-items-toggle a:hover {
	color: var(--text-color);
}
.galleryBlock-items-toggle.active a span:nth-child(1) {
	display: none;
}
.galleryBlock-items-toggle a span:nth-child(2) {
	display: none;
}
.galleryBlock-items-toggle.active a span:nth-child(2) {
	display: initial;
}
.galleryBlock-items-toggle a:after {
	content: '';
	flex: 0 0 20px;
	max-width: 20px;
	width: 20px;
	height: 20px;
	margin-left: 8px;
	-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: var(--main-color);
	transition: .25s;
}
.galleryBlock-items-toggle.active a:after {
	transform: rotate(180deg);
}
.galleryBlock-items-toggle a:hover:after {
	background-color: var(--text-color);
}



.videoBlock-items {
	position: relative;
	margin-bottom: -30px;
}
.videoBlock-item {
	position: relative;
	margin-bottom: 30px;
}
.videoBlock-item iframe {
	width: 100%;
	height: 410px;
	border-radius: 20px;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
}
.videoBlock-item__title {
	font-size: 20px;
	text-align: center;
	line-height: 1.25;
	font-weight: 400;
	margin-top: 10px;
}

.product-single-instruction {
	position: relative;
}
.file-items {
	position: relative;
}
.file-item {
	position: relative;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	border: 1px solid var(--main-color);
	overflow: hidden;
	padding: 20px 30px;
	border-radius: 20px;
}
.file-item:last-child {
	margin-bottom: 0;
}
.file-item p {
	flex: auto;
	max-width: 100%;
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 600;
	margin-right: 30px;
	line-height: 1.25;
}
.file-item:hover p {
	color: var(--main-color);
}
.file-item i {
	display: block;
	background: url(images/pdf.svg) no-repeat center;
	background-size: contain;
	flex: 0 0 30px;
	max-width: 30px;
	height: 30px;
	margin-right: 20px;
}
.file-item span {
	flex: 0 0 100px;
	max-width: 100px;
}







.woocommerce-Reviews-title {
	font-size: 24px;
	text-align: center;
	margin-bottom: 35px;
}
.woocommerce #reviews #comments ol.commentlist {
	padding: 0;
	max-width: 860px;
	margin: 0 auto;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
	border-radius: 20px;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.15);
	background-color: #fff;
	border: none;
}
#review_form_wrapper {
	max-width: 860px;
	margin: 0 auto 60px;
}
.comment-reply-title {
	font-size: 21px;
	font-weight: bold;
	display: block;
	margin-bottom: 20px;
}
.woocommerce-noreviews {
	text-align: center;
	font-size: 18px;
}


.header-toggle {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.header-toggle button {
	flex: 0 0 36px;
	max-width: 36px;
	width: 36px;
	height: 36px;
	-webkit-mask-image: url(images/menu.svg);
  mask-image: url(images/menu.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--main-color);
  border-radius: 0;
  border: none;
  padding: 0;
  outline: none !important;
  transition: .25s;
}
.header-toggle button:hover {
	background-color: var(--text-color);
}


.modal-mobile {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -9999;
	opacity: 0;
  transition: .25s;
}
.modal-mobile.show {
	z-index: 9999;
	opacity: 1;
}
.modal-mobile-bg {
	background: rgb(0 0 0 / 45%);
	position: absolute;
	opacity: 0;
	transition: .25s;
	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: #fff;
  border-radius: 4px 0 0 4px;
  height: 100%;
  width: 100%;
  max-width: 420px;
  margin-left: auto;
  transform: translateX(100%);
  padding: 70px 20px 20px;
  transition: .25s;
  overflow: auto;
  z-index: 1;
}
.modal-mobile.show .modal-mobile-wrap {
	transform: translateX(0);
}
.modal-mobile-close {
  position: absolute;
  top: 20px;
  left: 20px;
  -webkit-mask-image: url(images/cancel.svg);
  mask-image: url(images/cancel.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--main-color);
  width: 24px;
  height: 24px;
  border: none;
  padding: 0;
  outline: none !important;
  transition: .25s;
}
.modal-mobile-close:hover {
	background-color: var(--text-color);
}





.dgwt-wcas-ico-magnifier, .dgwt-wcas-ico-magnifier-handler, html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon {
	max-width: 28px !important;
}
.dgwt-wcas-search-icon {
	width: 28px;
	height: 28px;
}
.dgwt-wcas-search-icon:before {
	content: '';
  -webkit-mask-image: url(images/search.svg);
  mask-image: url(images/search.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--text-color);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: .25s;
  z-index: 1;
}
.dgwt-wcas-search-icon:hover:before {
	background-color: var(--main-color);
}
.dgwt-wcas-ico-magnifier-handler {
	margin-bottom: 0;
	display: none;
}
.dgwt-wcas-ico-magnifier-handler path {
	fill: var(--text-color);
}




.woocommerce table.shop_table.wishlist_table {
	font-size: 100%;
	width: 100%;
	border-collapse: collapse;
}

.woocommerce table.shop_table.wishlist_table .product-price ins {
	text-decoration: none;
	color: var(--main-color);
	font-weight: 600;
}
.woocommerce table.shop_table.wishlist_table .product-price del {
	font-size: .8em;
}
.wishlist_table tr td, .wishlist_table tr th.product-checkbox, .wishlist_table tr th.wishlist-delete {
	text-align: left !important;
}
.woocommerce table.shop_table.wishlist_table .product-add-to-cart a {
	display: inline-block !important;
}
















.pageAboutTabs-section {
	position: relative;
	padding-top: 56px;
	z-index: 1;
}
.pageAboutTabs-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	border-bottom: 1px solid var(--main-color);
}
.pageAboutTabs-nav ul li {
	margin-right: 100px;
}
.pageAboutTabs-nav ul li:last-child {
	margin-right: 0;
}
.pageAboutTabs-nav ul li a {
	position: relative;
	padding-bottom: 15px;
	display: block;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
}
.pageAboutTabs-nav ul li a:hover,
.pageAboutTabs-nav ul li.active a {
	color: var(--main-color);
}
.pageAboutTabs-nav ul li a:after {
	content: '';
	position: absolute;
	width: 86px;
	height: 2px;
	left: 50%;
	bottom: 0;
	background: var(--main-color);
	transform: translateX(-50%);
	opacity: 0;
	transition: .25s;
	z-index: 1;
}
.pageAboutTabs-nav ul li.active a:after {
	opacity: 1;
}
.pageAboutTabs-block {
	display: none;
}
.pageAboutTabs-block.active {
	display: block;
}



.infoCountList-item {
	position: relative;
	display: flex;
	margin-bottom: 20px;
}
.infoCountList-item:last-child {
	margin-bottom: 0;
}
.infoCountList-item__count {
	flex: 0 0 80px;
	max-width: 80px;
	height: 80px;
	margin-right: 30px;
	background: var(--main-color);
	border-radius: 20px;
	color: #FFFFFF;
	font-size: 48px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.infoCountList-item__text {
	flex: auto;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	line-height: 1.21875;
}




.pageAboutInfoBlock-content {
	font-size: 16px;
	line-height: 1.21875;
}
.pageAboutInfoBlock-list {
	margin-bottom: 36px;
}
.pageAboutInfoBlock-content-border {
	border-radius: 20px;
	border: 1px solid var(--main-color);
	padding: 20px 30px;
	font-size: 14px;
}


.pageAboutAdvantages-items {
	margin-bottom: -30px;
}
.pageAboutAdvantages-item {
	position: relative;
	margin-bottom: 30px;
	z-index: 1;
}
.pageAboutAdvantages-item:after {
	content: '';
	width: 1px;
	height: 100%;
	background: rgba(0,0,0,.25);
	position: absolute;
	top: 0;
	right: 0px;
	z-index: 1;
}
.pageAboutAdvantages-item:last-child:after {
	display: none;
}
.pageAboutAdvantages-item__wrap {
	position: relative;
	padding: 17px 0;
	height: 100%;
	max-width: 300px;
	margin: auto;
	z-index: 1;
}
.pageAboutAdvantages-item__image {
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 15px;
	border-radius: 20px;
	background: rgba(35, 217, 184, 0.25);
}
.pageAboutAdvantages-item__image img {
	max-width: 50px;
	max-height: 50px;
}
.pageAboutAdvantages-item__text {
	text-align: center;
	font-size: 16px;
	line-height: 1.21875;
	font-weight: 600;
}




.pageAboutAdvantages2-section {
	background: #F6F6F6;
}
.pageAboutAdvantages2-items {
	position: relative;
	border: 1px solid rgba(0,0,0,.25);
	border-radius: 25px;
	z-index: 1;
}
.pageAboutAdvantages2-item {
	border-right: 1px solid rgba(0,0,0,.25);
}
.pageAboutAdvantages2-item:last-child {
	border-right: none;
}
.pageAboutAdvantages2-item__wrap {
	position: relative;
	padding: 50px 30px;
	height: 100%;
	text-align: center;
	z-index: 1;
}
.pageAboutAdvantages2-item__title {
	font-size: 48px;
	font-weight: 700;
	color: var(--main-color);
	margin-bottom: 10px;
	line-height: 1.1;
}
.pageAboutAdvantages2-item__text {
	font-size: 18px;
	font-weight: 500;
}



.pageAboutInfoBlock-section-full {
	background: var(--main-color);
	color: #FFFFFF;
	overflow: hidden;
}

.pageAboutInfoBlock-section-full .pageAboutInfoBlock-image {
	position: relative;
	width: calc(100vw / 2);
}



.singleObjects-gallery {
	position: relative;
	margin-bottom: 80px;
	z-index: 1;
}
.singleObjects-gallery:last-child {
	margin-bottom: 0;
}
.singleObjects-gallery-main {
	position: relative;
	margin-bottom: 30px;
}
.singleObjects-gallery-main-item__image {
	height: 640px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.singleObjects-gallery-main-item__image img {
	max-height: 640px;
	border-radius: 20px;
}
.singleObjects-gallery-other {
	width: calc(100% - 140px);
	margin: 0 auto;
}
.singleObjects-gallery-other .slick-list {
	margin: 0 -15px;
}
.singleObjects-gallery-other-item__image {
	height: 220px;
	border-radius: 20px;
	overflow: hidden;
	margin: 0 15px;
}
.singleObjects-gallery-other-item__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.singleObjects-gallery-nav {
	position: absolute;
	bottom: calc(220px - 75px);
	left: 0;
	width: 100%;
	z-index: 9;
}
.singleObjects-gallery-nav button {
	position: absolute;
	font-size: 0;
	background: var(--main-color);
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	padding: 0;
	outline: none;
	cursor: pointer;
	transition: .25s;
}
.singleObjects-gallery-nav button:hover {
	background: var(--text-color);
}
.singleObjects-gallery-nav button.slick-prev {
	left: 0;
	transform: scale(-1, 1);
}
.singleObjects-gallery-nav button.slick-next {
	right: 0;
}
.singleObjects-gallery-nav button:before {
	content: '';
	-webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url(images/arrow-forward.svg);
  mask-image: url(images/arrow-forward.svg);
	background-color: #ffffff;
	flex: 0 0 24px;
	max-width: 24px;
	height: 24px;
	transition: .25s;
}
.singleObjects-content {
	margin-bottom: 56px;
}
.singleObjects-content:last-child {
	margin-bottom: 0;
}


.singleObjects-contacts {
	position: relative;
	padding: 30px;
	border: 1px solid var(--main-color);
	border-radius: 20px;
}
.singleObjects-contacts p {
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	color: #000000;
	margin-bottom: 25px;
}



.pageCooperationInfo-image {
	text-align: center;
}
.pageCooperationInfo-image img {
	border-radius: 20px;
}


.pageCooperationVideo-block iframe {
	height: 720px;
	width: 100%;
	border-radius: 20px;
}
.pageCooperationVideo-title {
	font-size: 32px;
	font-weight: 600;
	margin-top: 30px;
	line-height: 1.25;
	text-align: center;
	color: #000;
}




.myTooltip {
	position: relative;
	background: url(images/bg-gradient.jpg) no-repeat center;
	background-size: cover;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding: 25px;
	z-index: 1;
}
.myTooltip:before {
	content: '';
	width: 50px;
	height: 50px;
	background: url(images/sun.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 1;
}
.myTooltip:after {
	content: '';
	width: 50px;
	height: 50px;
	background: url(images/snowflake.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	bottom: 5px;
	right: 5px;
	z-index: 1;
}
.myTooltip-wrap {
	background: #ffffff;
	border: 1px solid var(--main-color);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding: 20px;
}
.myTooltip-image {
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
}
.myTooltip-image img {
	max-height: 80px;
}
.myTooltip-text {
	color: var(--text-color);
	text-align: center;
	font-size: 16px;
}
.tippy-box {
	background: none;
}
.tippy-content {
	padding: 0;
}
.tippy-arrow {
	display: none;
}



.certificate-image {
	position: relative;
	max-width: 756px;
	margin: 0 auto;
	z-index: 1;
}
.certificate-image:before {
	content: '';
	width: 50px;
	height: 50px;
	background: url(images/sun.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 0px;
	left: -168px;
	z-index: 1;
}
.certificate-image:after {
	content: '';
	width: 50px;
	height: 50px;
	background: url(images/snowflake.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	bottom: 0px;
	right: -168px;
	z-index: 1;
}
.certificate-image img {
	width: 100%;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
}



.pageComplexHero-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pageComplexHero-left {
	flex: 0 0 40%;
	max-width: 40%;
}
.pageComplexHero-image {
	position: relative;
	min-height: 460px;
	margin: 0 0 32px 24px;
	height: 100%;
	z-index: 1;
}
.pageComplexHero-image:before {
	content: '';
	position: absolute;
	background: url(images/bg-gradient.jpg) no-repeat center;
	background-size: cover;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	width: 345px;
	height: 315px;
	left: -24px;
	bottom: -32px;
	z-index: -1;
}
.pageComplexHero-image img {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.25);
}
.pageComplexHero-right {
	flex: 0 0 calc(60% - 30px);
	max-width: calc(60% - 30px);
}
.pageComplexHero-content {
	position: relative;
}
.pageComplexHero-content ul {
	list-style: square;
	margin-top: 45px;
}
.pageComplexHero-content ul li {
	margin-bottom: 15px;
}
.pageComplexHero-content ul li:last-child {
	margin-bottom: 0;
}
.pageComplexHero-content ul li::marker {
	color: var(--main-color);
	font-size: 24px;
	line-height: 20px;
}

.pageComplexAdvantages-content {
	margin-bottom: 40px;
}
.pageComplexAdvantages-items {
	position: relative;
}
.pageComplexAdvantages-item {
	position: relative;
	margin-bottom: 30px;
	display: flex;
}
.pageComplexAdvantages-item:last-child {
	margin-bottom: 0;
}
.pageComplexAdvantages-item__title {
	flex: 0 0 300px;
	max-width: 300px;
	border-right: 3px solid var(--main-color);
	color: var(--main-color);
	font-weight: 600;
	padding-right: 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-bottom: 0;
	padding-top: 12px;
	padding-bottom: 12px;
}
.pageComplexAdvantages-item__text {
	flex: auto;
	max-width: 100%;
	margin-left: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top: 12px;
	padding-bottom: 12px;
}


.pageComplexGallery-images {
	position: relative;
	padding: 0 80px;
	z-index: 1;
}
.pageComplexGallery-image {
	height: 325px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	overflow: hidden;
}
.pageComplexGallery-image img {
	transition: 1s;
}
.pageComplexGallery-image a:hover img {
	transform: scale(1.05);
}
.owl-gallery .owl-nav {
	position: absolute;
	top: calc(50% - 25px);
	width: 100%;
}
.owl-gallery .owl-nav button {
	position: absolute;
}
.owl-gallery .owl-nav .owl-prev {
	left: -80px;
}
.owl-gallery .owl-nav .owl-next {
	right: -80px;
}


.objects-filter {
	margin-bottom: 30px;
}
.objects-filter .searchandfilter ul {
	padding: 0;
}
.objects-filter .searchandfilter ul li {
	padding: 0;
}
.objects-filter .searchandfilter ul li.sf-field-taxonomy-object_cat {
	display: flex;
	align-items: center;
}
.objects-filter .searchandfilter ul li h4 {
	flex: 0 0 auto;
	margin-right: 24px;
	padding: 0;
}
.objects-filter .searchandfilter ul>li>ul:not(.children) {
	flex: auto;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -10px;
}
.objects-filter .searchandfilter ul li li {
	margin: 0 10px 10px 0;
}
.objects-filter .searchandfilter ul li li:last-child {
	margin-right: 0;
}
.objects-filter .searchandfilter ul li li input {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	z-index: -999;
}
.objects-filter .searchandfilter ul li li label {
	font-weight: 500;
  display: flex;
  align-items: center;
  padding: 9px 13px;
  border: 1px solid var(--text-color);
  color: var(--text-color);
  border-radius: 22px;
  min-height: 44px;
  cursor: pointer;
  transition: .5s;
}
.objects-filter .searchandfilter ul li li label:hover {
	border-color: var(--main-color);
	color: var(--main-color);
}
.objects-filter .searchandfilter ul li li.sf-option-active label {
	background: var(--main-color);
	border-color: var(--main-color);
	color: #FFFFFF;
}



/*------- Cart Start ----------*/
body.woocommerce-cart {
	background: #F9F9F9;
}
.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);
}
.pageCart-left form.woocommerce-cart-form {
	border: 1px solid var(--main-color);
	border-radius: 20px;
	padding: 0 30px;
}
table.shop_table.pageCartTableProducts {
	width: 100%;
	border-collapse: collapse;
	border: none;
	margin: 0;
	border-radius: 0;
}
table.shop_table.pageCartTableProducts th {
	padding: 20px 15px;
	text-align: left;
	border-bottom: 1px solid var(--main-color);
}
table.shop_table.pageCartTableProducts td {
	padding: 15px;
	border: none;
}
table.shop_table.pageCartTableProducts th:first-child,
table.shop_table.pageCartTableProducts td:first-child {
	padding-left: 0;
}
table.shop_table.pageCartTableProducts th:last-child,
table.shop_table.pageCartTableProducts td:last-child {
	padding-right: 0;
}
table.shop_table.pageCartTableProducts tr:first-child td {
	padding-top: 30px;
}
table.shop_table.pageCartTableProducts tr:nth-last-child(2) td {
	padding-bottom: 30px;
}
#add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail {
	min-width: inherit;
}
table.shop_table .pageCartTableProducts-image {
	width: 120px;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	box-shadow: 2.74px 2.74px 5.48px 0px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	padding: 10px;
}
table.shop_table .pageCartTableProducts-image img {
	max-height: 100px;
	width: auto;
}
table.shop_table.pageCartTableProducts td.product-name {
	text-align: left;
	font-size: 18px;
	font-weight: 500;
}
table.shop_table.pageCartTableProducts td.product-name a:hover {
	color: var(--main-color);
}
table.shop_table.pageCartTableProducts .qib-button:not(#qib_id):not(#qib_id) {
	font-size: 0;
	-webkit-mask-size: 20px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
	background-color: var(--text-color);
	border: none;
	box-shadow: none;
	outline: none;
	transition: .5s;
}
table.shop_table.pageCartTableProducts .qib-button:hover:not(#qib_id):not(#qib_id) {
	background-color: var(--main-color);
}
table.shop_table.pageCartTableProducts .qib-button.minus:not(#qib_id):not(#qib_id) {
	-webkit-mask-image: url(images/minus.svg);
	mask-image: url(images/minus.svg);
}
table.shop_table.pageCartTableProducts .qib-button.plus:not(#qib_id):not(#qib_id) {
	-webkit-mask-image: url(images/plus.svg);
	mask-image: url(images/plus.svg);
}
table.shop_table.pageCartTableProducts .qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
	font-size: 20px;
	font-weight: 600;
	color: var(--text-color);
	background: none;
	border: none !important;
	border-bottom: 1px solid var(--main-color) !important;
	box-shadow: none;
	outline: none;
}
table.shop_table.pageCartTableProducts .product-remove a {
	-webkit-mask-size: 16px;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/cancel.svg);
	mask-image: url(images/cancel.svg);
	background-color: red;
	width: 28px;
	height: 28px;
	display: block;
}
table.shop_table.pageCartTableProducts .product-remove a:hover {
	background-color: var(--text-color);
}
table.shop_table.pageCartTableProducts tbody .product-subtotal {
	font-size: 18px;
	white-space: nowrap;
	font-weight: 700;
}
table.shop_table.pageCartTableProducts tbody tr:last-child td {
	border-top: 1px solid var(--main-color);
	padding-top: 24px;
	padding-bottom: 24px;
}
.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;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	width: 100%;
	float: none;
}
.pageCartTotals {
	border: 1px solid var(--main-color);
	border-radius: 20px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.pageCartTotals > h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 600;
	padding: 30px 20px 0;
	margin-bottom: 10px;
}
.cart_totals table.shop_table {
	width: calc(100% - 40px);
	border-collapse: collapse !important;
	margin: 0 20px !important;
	border: none;
	border-radius: 0;
}
.cart_totals table.shop_table tr {
	display: block;
	width: 100%;
	border-bottom: 1px solid var(--main-color);
	padding: 15px 0px;
}
.cart_totals table.shop_table tr:last-child {
	border-bottom: none;
}
.cart_totals table.shop_table th {
	display: block;
	font-weight: 400 !important;
	color: #222429;
	text-align: left;
	margin-bottom: 6px;
	padding: 0;
	width: 100% !important;
	border: none !important;
}
.cart_totals table.shop_table td {
	padding: 0;
	display: block;
	border: none !important;
}
.cart_totals table.shop_table tr.cart-subtotal td {
	font-weight: 700;
}
.cart_totals table.shop_table tr.order-total td {
	font-size: 18px;
	font-weight: 700;
}
.checkout-button {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
.woocommerce-shipping-destination {
	display: none !important;
}
.woocommerce ul#shipping_method,
.wc_payment_methods {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
.woocommerce ul#shipping_method li,
#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 10px;
}
.woocommerce ul#shipping_method li:last-child,
#add_payment_method #payment ul.payment_methods li:last-child, .woocommerce-cart #payment ul.payment_methods li:last-child, .woocommerce-checkout #payment ul.payment_methods li:last-child {
	margin-bottom: 0;
}
.woocommerce ul#shipping_method li input,
#add_payment_method #payment ul.payment_methods li input, 
.woocommerce-cart #payment ul.payment_methods li input, 
.woocommerce-checkout #payment ul.payment_methods li input {
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	flex: 0 0 18px;
	max-width: 18px;
	width: 18px;
	height: 18px;
	margin: 0 10px 0 0;
	background: #ffffff;
	border: 1px solid #C2C2C2;
	border-radius: 50%;
	cursor: pointer;
	z-index: 1;
}
.woocommerce ul#shipping_method li input:checked,
.wc_payment_methods li input:checked {
	border-color: var(--main-color);
}
.woocommerce ul#shipping_method li input:checked:after,
.wc_payment_methods li input:checked:after {
	content: '';
	width: 12px;
	height: 12px;
	background: var(--main-color);
	border-radius: 50%;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.woocommerce ul#shipping_method li label,
.wc_payment_methods li label {
	flex: 0 0 calc(100% - 18px - 10px);
	max-width: calc(100% - 18px - 10px);
	font-weight: 500;
	line-height: 1.25;
	cursor: pointer;
	color: var(--black);
}
#add_payment_method #payment div.payment_box, 
.woocommerce-cart #payment div.payment_box, 
.woocommerce-checkout #payment div.payment_box {
	flex: 0 0 100%;
	max-width: 100%;
	background: #ffffff;
	font-size: 14px;
	margin-top: 7px;
	padding: 12px;
}
#add_payment_method .wc-proceed-to-checkout, .woocommerce-cart .wc-proceed-to-checkout, .woocommerce-checkout .wc-proceed-to-checkout {
	padding: 0;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
	border-bottom-color: #FFFFFF;
}

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


/*---------- Checkout Start ------------*/
body.woocommerce-checkout {
	background: #f9f9f9;
}
.pageCheckout-wrap {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.pageCheckout-left {
	flex: 0 0 calc(68% - 15px);
	max-width: calc(68% - 15px);
	border: 1px solid var(--main-color);
	border-radius: 20px;
	padding: 24px 30px 30px;
}
.pageCheckout-right {
	flex: 0 0 calc(32% - 15px);
	max-width: calc(32% - 15px);
	border: 1px solid var(--main-color);
	border-radius: 20px;
	padding: 24px 30px 30px;
}
.woocommerce-billing-fields {
	margin-bottom: 30px;
}
.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: 18px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
}
.woocommerce-billing-fields__field-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#ukrposhta_shippping_fields > h3 {
	display: none;
}
.form-row {
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: 30px;
}
.form-row-first,
.form-row-last {
	flex: 0 0 calc(50% - 10px);
	max-width: calc(50% - 10px);
}
.form-row > label {
	color: #333;
	display: block;
	line-height: 1.25;
	width: 100%;
	margin-bottom: 4px;
	font-size: 14px;
}
.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 {
	margin-bottom: 20px;
}
table.shop_table.woocommerce-checkout-review-order-table {
	width: 100%;
	border-collapse: collapse;
	display: block;
	margin: 0 0 20px;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid var(--main-color);
}
table.shop_table.woocommerce-checkout-review-order-table thead th {
	font-weight: 400;
	padding: 0 15px;
	text-align: left;
}
table.shop_table.woocommerce-checkout-review-order-table thead th:first-child {
	padding-left: 0;
}
table.shop_table.woocommerce-checkout-review-order-table thead th:last-child {
	padding-right: 0;
}
table.shop_table.woocommerce-checkout-review-order-table tbody td {
	padding: 5px 15px;
	border: none;
	font-weight: 600;
}
table.shop_table.woocommerce-checkout-review-order-table tbody td:first-child {
	padding-left: 0;
}
table.shop_table.woocommerce-checkout-review-order-table tbody td:last-child {
	padding-right: 0;
}
table.shop_table.woocommerce-checkout-review-order-table tbody td:first-child {
	width: 65%;
}
table.shop_table.woocommerce-checkout-review-order-table tbody tr:last-child th,
table.shop_table.woocommerce-checkout-review-order-table tbody tr:last-child td {
	padding-bottom: 20px;
}
table.shop_table.woocommerce-checkout-review-order-table tfoot {
	display: block;
	width: 100%;
	padding-top: 5px;
	border-top: 1px solid var(--main-color);
}
table.shop_table.woocommerce-checkout-review-order-table tfoot tr {
	display: block;
	width: 100%;
	padding: 15px 0;
	border-bottom: 1px solid var(--main-color);
}
table.shop_table.woocommerce-checkout-review-order-table tfoot tr:last-child {
	border-bottom: none;
}
table.shop_table.woocommerce-checkout-review-order-table tfoot th {
	display: block;
	font-weight: 400;
	text-align: left;
	margin-bottom: 6px;
	padding: 0;
	border: none;
}
table.shop_table.woocommerce-checkout-review-order-table tfoot td {
	padding: 0;
	display: block;
	border: none;
}
table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td {
	font-weight: 600;
}
table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total td {
	font-size: 18px;
	font-weight: 600;
}

.woocommerce-checkout-payment,
.woocommerce-checkout #payment {
	padding: 0;
	background: none;
	border-radius: 0;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
	margin-bottom: 20px;
	padding: 0 0 20px;
	border: none;
	border-bottom: 1px solid var(--main-color);
}
#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
	padding: 0;
	font-size: 14px;
	margin-bottom: 0;
}
.woocommerce-terms-and-conditions-wrapper {
	margin-bottom: 15px;
}
/*-------- Checkout End -----------*/




.woocommerce-thankyou-order-received {
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	color: var(--main-color);
	margin-bottom: 30px;
}
.woocommerce ul.order_details {
	padding-left: 0;
}


body.woocommerce-account {
	background: #F9F9F9;
}
.woocommerce-privacy-policy-text {
	font-size: 14px;
}


.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 240px;
	background: #ffffff;
	border-radius: 20px;
	box-shadow: 0 0 5px rgba(0,0,0,.15);
	padding: 14px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	margin-bottom: 4px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child {
	margin-bottom: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	display: block;
	padding: 9px 15px;
	border-radius: 16px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
	background: var(--main-color);
	color: #ffffff;
}
.woocommerce-account .woocommerce-MyAccount-content {
	width: calc(100% - 240px - 30px);
}







@media (max-width: 1399px) {
	h1 {
		font-size: 32px
	}
	h2 {
		font-size: 28px;
	}
	h3 {
		font-size: 24px;
	}
	h4 {
		font-size: 21px;
	}
	h5 {
		font-size: 18px;
	}
	h6 {
		font-size: 16px;
	}
	.main-menu > li {
		margin-right: 1px;
	}
	.main-menu > li.menu-item-has-children {
		padding-right: 8px;
	}
	.header-wishlist,
	.header-cart,
	.header-user {
		margin-right: 20px;
	}
	.header-contacts {
		margin-right: 60px;
	}
	.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
		font-size: 18px;
	}
	.category-item_title,
	.category-item_info-title {
		font-size: 21px;
	}
	.woocommerce ul.products li.product .price {
		padding: 15px 0;
		text-align: center;
	}
	.woocommerce ul.products li.product .button {
		position: relative;
		bottom: 0;
		right: 0;
		width: 100%;
	}
	.advantages-item_image {
    flex: 0 0 88px;
    max-width: 88px;
    height: 88px;
  }
  .advantages-item_inner p {
    flex: 0 0 calc(100% - 88px);
    max-width: calc(100% - 88px);
    padding-left: 20px;
    font-size: 16px;
  }

	.steps-item_image {
    width: 88px;
    height: 88px;
  }
  .steps-item_image img {
  	max-height: 50px;
  }
  .steps-item_inner:after {
		width: 40px;
		height: 16px;
		top: calc(50px - 8px);
		right: -20px;
  }
  .steps-item_inner p {
    font-size: 16px;
  }

  .news-item_image {
    height: 220px;
    margin-bottom: 45px;
  }
  .news-item_title {
  	font-size: 20px;
  }
  .news-item_date {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    font-size: 13px;
    bottom: -37px;
	}
	.news-item_date span {
    font-size: 28px;
  }
  .info-block-images p:nth-child(1) {
    height: 420px;
  }
  .info-block-images p:nth-child(2), .info-block-images p:nth-child(3) {
    height: calc((420px / 2) - 5px);
  }
  .video-item_image {
  	height: 342px;
  }
  .faq-item_head p {
  	font-size: 16px;
  }
  /*.product-image {
  	height: 216px;
  }
  .woocommerce ul.products li.product a .product-image-inner > img {
  	max-height: 216px;
  }*/
  .bapf_head h3, .sidebar-news .widget-title {
  	font-size: 16px;
  }
  .woocommerce div.product div.summary,
  .product-single-additional,
  .product-single-models {
  	margin-left: 40px;
  }


  .pageAboutAdvantages2-item__title {
  	font-size: 32px;
  }
  .pageAboutAdvantages2-item__text {
  	font-size: 16px;
  }



  .singleObjects-gallery {
		margin-bottom: 60px;
	}
	.singleObjects-gallery-main-item__image {
		height: 520px;
	}
	.singleObjects-gallery-main-item__image img {
		max-height: 520px;
	}
	.singleObjects-gallery-other-item__image {
		height: 160px;
	}
	.singleObjects-gallery-nav {
		bottom: calc(180px - 75px);
	}


	.pageCooperationVideo-block iframe {
		height: 640px;
	}


	.pageComplexHero-image {
		min-height: 400px;
	}
	.pageComplexHero-content ul {
		margin-top: 30px;
	}

	.pageComplexGallery-image {
		height: 280px;
	}

}



@media (max-width: 1199px) {
	.section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
	.section-sm {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.header-logo img {
		max-height: 64px;
	}
	.header-contacts {
    margin-right: 35px;
    margin-left: 35px;
	}
	.header-contacts:before {
    width: 28px;
    height: 28px;
    top: calc(50% - 14px);
    left: -40px;
  }
  .main-menu > li {
  	margin-right: 0px;
  }
  .main-menu > li > a {
  	text-align: center;
  	padding: 10px 9px;
  }
	.category-item_title {
    padding: 15px 20px;
	}
	.category-item_title,
	.category-item_info-title {
		font-size: 18px;
	}
	.category-item_info {
		width: 100%;
		padding: 15px 20px;
	}
	.page-title, .heading h2,
	.woocommerce div.product .product_title {
		font-size: 28px;
	}
	/*.product-image {
    height: 172px;
	}
	.woocommerce ul.products li.product a .product-image-inner > img {
    max-height: 172px;
	}*/
	.services-item_inner {
		padding: 24px;
	}
	.photogallery-images {
		height: 432px;
	}
	.maps-iframe iframe {
		height: 360px;
	}
	.news-itemFirst_info {
		padding: 15px 20px;
	}
	.news-itemFirst_title {
		font-size: 21px;
	}
	.news-item_date {
		left: 20px;
	}
	.news-item_title {
		margin: 0 20px 20px;
	}
	.news-item_more {
    margin: 0 20px 20px !important;
	}
	.sidebar-news {
		padding-left: 10px;
	}
	.footer-logo img {
		max-width: 160px;
	}
	.footer-widget-title {
    font-size: 16px;
    margin-bottom: 15px;
	}
	.error-404-number {
    font-size: 180px;
  }




  .woocommerce-product-details__short-description {
  	font-size: 16px;
  }
  .product-single-generalInfo h4 {
    font-size: 16px;
  }
  .product-advantages-item__title {
    font-size: 16px;
  }
  .file-item p {
  	font-size: 16px;
  }

  .services-btn {
  	margin-top: 36px;
  }



	.infoCountList-item__count {
	  flex: 0 0 60px;
	  max-width: 60px;
	  height: 60px;
	  margin-right: 20px;
	  font-size: 36px;
	}



	.singleObjects-gallery-main-item__image {
		height: 420px;
	}
	.singleObjects-gallery-main-item__image img {
		max-height: 420px;
	}
	.singleObjects-gallery-other-item__image {
		height: 120px;
	}
	.singleObjects-gallery-nav {
		bottom: calc(160px - 75px);
	}



	.pageCooperationVideo-block iframe {
		height: 580px;
	}


	.pageCooperationVideo-title {
		font-size: 28px;
	}

	.pageComplexHero-image {
		margin: 0 0 24px 20px;
		min-height: 360px;
	}
	.pageComplexHero-image:before {
		left: -20px;
		bottom: -24px;
		width: 280px;
		height: 240px;
	}


	.pageCart-left,
	.pageCheckout-left {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 30px;
	}
	.pageCart-right,
	.pageCheckout-right {
		flex: 0 0 100%;
		max-width: 100%;
	}


	table.shop_table .pageCartTableProducts-image {
		width: 100px;
		height: 100px;
	}
	table.shop_table .pageCartTableProducts-image img {
		max-height: 80px;
	}
	table.shop_table.pageCartTableProducts td.product-name {
		font-size: 16px;
	}
	table.shop_table.pageCartTableProducts tbody .product-subtotal {
		font-size: 16px;
	}




}




@media (max-width: 991px) {
	body {
		font-size: 15px;
	}
	h1 {
		font-size: 28px
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 21px;
	}
	h4 {
		font-size: 18px;
	}
	h5 {
		font-size: 16px;
	}
	h6 {
		font-size: 15px;
	}
	.gallery-columns-2 {
		grid-template-columns: repeat(2, 1fr);
	}
	.gallery-columns-3 {
		grid-template-columns: repeat(2, 1fr);
	}
	.gallery-columns-4 {
		grid-template-columns: repeat(2, 1fr);
	}
	.gallery-columns-5 {
		grid-template-columns: repeat(2, 1fr);
	}
	.gallery-columns-6 {
		grid-template-columns: repeat(2, 1fr);
	}
	.gallery-columns-7 {
		grid-template-columns: repeat(2, 1fr);
	}
	.gallery-columns-8 {
		grid-template-columns: repeat(2, 1fr);
	}
	.gallery-columns-9 {
		grid-template-columns: repeat(2, 1fr);
	}
	.header {
		position: sticky;
		top: 0;
		z-index: 99;
		background-color: #fff;
		box-shadow: 5px 5px 10px rgb(0 0 0 / 25%);
	}
	.header-inner {
		border-bottom: none;
	}
	.header-logo img {
		max-width: 100px;
	}
	.header-logo,
	.header-wishlist,
	.header-cart,
	.header-search,
	.header-user {
		margin-right: 30px;
	}
	.category-items {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: -30px;
	}
	.category-item {
		flex: 0 0 calc(50% - 15px);
		max-width: calc(50% - 15px);
		width: auto !important;
		height: auto !important;
		min-height: calc((696px - 30px) / 2 / 1.2);
		margin-right: 0 !important;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}
	.category-items:after {
		display: none;
	}
	.category-item_title {
		position: relative;
		padding: 20px;
	}
	.category-item.has-children .category-item_title {
		display: none;
	}
	.category-item_info {
		position: relative;
		padding: 20px;
		height: auto;
		opacity: 1;
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product,
	.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    flex: 0 0 calc((100% / 2) - (1 * 30px / 2));
    max-width: calc((100% / 2) - (1 * 30px / 2));
	}
	.woocommerce ul.products.columns-3 li.product:nth-child(3n), .woocommerce-page ul.products.columns-3 li.product:nth-child(3n) {
		margin-right: 30px;
	}
	.woocommerce ul.products.columns-3 li.product:nth-child(2n), .woocommerce-page ul.products.columns-3 li.product:nth-child(2n),
	.woocommerce ul.products.columns-4 li.product:nth-child(2n), .woocommerce-page ul.products.columns-4 li.product:nth-child(2n) {
		margin-right: 0;
	}
	.about-1-content-1,
	.about-1-content-2 {
    padding: 0;
    margin-bottom: 30px;
	}
	.about-1-image-1:after,
	.about-1-image-2:after,
	.info-block-content:before {
		display: none;
	}
	.info-block-images {
		margin-bottom: 30px;
	}

	.photogallery-images {
		height: 700px;
	}
	.photogallery-images p:nth-child(1) {
    width: calc(50% - 5px);
    height: 250px;
  }
  .photogallery-images p:nth-child(2) {
  	height: 180px;
  	bottom: inherit;
    top: 260px;
  	width: calc((50% - 5px) / 2 - 5px);
  }
  .photogallery-images p:nth-child(3) {
  	height: 180px;
  	bottom: inherit;
    top: 260px;
  	width: calc((50% - 5px) / 2 - 5px);
  	left: calc((50% - 5px) / 2 - 5px + 10px);
  }
  .photogallery-images p:nth-child(4) {
    width: 100%;
    height: 250px;
    top: 450px;
    left: 0;
	}
  .photogallery-images p:nth-child(5) {
  	height: 180px;
  	width: calc((50% - 5px) / 2 - 5px);
  }
  .photogallery-images p:nth-child(6) {
  	height: 180px;
  	width: calc((50% - 5px) / 2 - 5px);
  	right: calc((50% - 5px) / 2 - 5px + 10px);
  }
  .photogallery-images p:nth-child(7) {
  	width: calc(50% - 5px);
    height: 250px;
    bottom: inherit;
    top: 190px;
  }
  .video-item_image {
    height: 318px;
	}
	.footer-inner {
		flex-wrap: wrap;
	}
	.footer-logo {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 30px;
		text-align: center;
	}
	.header-contacts {
		margin-bottom: 10px;
		margin-right: 0;
	}
	.header-messengers{
		margin-left: 0;
	}
	/*.main-menu {
		flex-direction: column;
		margin-top: 30px;
	}
	.main-menu > li {
		margin-right: 0;
		margin-bottom: 5px;
		width: 100%;
	}
	.main-menu > li > a {
		margin: 0;
		position: relative;
	}
	.main-menu > li > ul {
		position: relative;
		display: none;
		z-index: 99;
    opacity: 1;
    transform: translateY(0px);
    visibility: inherit;
    width: 100%;
	}
	.main-menu > li.active > ul {
		display: block;
	}*/

	.main-menu {
		display: block;
		margin-top: 30px;
	}
	.main-menu > li {
		position: relative;
		padding: 0;
		margin: 0;
		border: none;
		border-bottom: 1px solid #f5f5f5;
		border-radius: 0;
	}
	.main-menu > li:hover {
		border-color: #f5f5f5;
	}
	.main-menu > li.menu-item-has-children {
		flex-wrap: wrap;
		padding-right: 0;
	}
	.main-menu > li > a {
		min-height: auto;
		order: 1;
		flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding: 15px 0;
	}
	.main-menu li.menu-item-has-children > a {
		flex: 0 0 calc(100% - 24px - 10px);
    max-width: calc(100% - 24px - 10px);
    width: calc(100% - 24px - 10px);
	}
	.main-menu-chevrone {
    flex: 0 0 20px;
    max-width: 20px;
    width: 20px;
    height: 20px;
    order: 2;
	}
	.main-menu ul {
		position: relative;
		top: 0;
		border-radius: 0;
		padding: 5px 0 15px 15px;
		box-shadow: none;
		width: 100%;
		max-height: 100% !important;
		border: none;
		order: 3;
	}
	.main-menu li:hover > ul {
		display: none;
	}
	.main-menu li.active > ul {
		display: block;
	}
	.main-menu ul:before {
		display: none;
	}
	.main-menu-chevrone {
		cursor: pointer;
	}
	.main-menu li:hover > .main-menu-chevrone {
		transform: rotate(0deg);
	}
	.main-menu li.active > .main-menu-chevrone {
		transform: rotate(180deg);
		background: var(--main-color);
	}
	.main-menu > li > ul li {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		padding: 0;
		margin-bottom: 20px;
	}
	.main-menu > li > ul li:last-child {
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.main-menu ul li a {
		flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
		padding: 0;
		background: none !important;
	}
	.main-menu ul li a:hover,
	.main-menu li.active > a {
		color: var(--main-color);
	}
	.main-menu ul ul {
		left: 0;
		top: 0;
		padding: 15px 0px 0 15px;
		background: var(--white);
	}
	.main-menu ul .main-menu-chevrone,
	.main-menu ul li:hover > .main-menu-chevrone {
		transform: rotate(0deg);
	}
	.main-menu ul li.active > .main-menu-chevrone {
		transform: rotate(-180deg);
	}


	.services-content {
		max-height: 280px;
	}


	.btn-filter {
		margin-bottom: 20px;
	}
	.widget-area {
		display: none;
	}
	.active > .widget-area {
		display: block;
		margin-bottom: 30px;
	}
	.alignright,
	.alignleft,
	.aligncenter {
		float: none;
		margin: 0 0 20px;
		display: block;
	}

	.product-single-image {
		margin-bottom: 30px;
	}
	.woocommerce div.product div.summary, 
	.product-single-additional,
	.product-single-models {
    margin-left: 0;
	}
	.sidebar-news {
		position: relative;
		margin-top: 60px;
		padding-left: 0;
	}
	.galleryBlock-item_inner {
		height: 216px;
	}
	.contacts-info {
		margin-bottom: 30px !important;
	}


	.pageAboutAdvantages-item:after {
		display: none;
	}
	.pageAboutAdvantages-item__wrap {
		padding: 0;
	}
	.pageAboutTabs-nav ul {
		justify-content: space-between;
	}
	.pageAboutTabs-nav ul li {
		flex: 0 0 calc(50% - 10px);
		max-width: calc(50% - 10px);
		margin-right: 0;
		text-align: center;
	}


	.pageAboutAdvantages2-item {
		border-right: none;
	}
	.pageAboutAdvantages2-item__wrap {
		padding: 20px;
		border-bottom: 1px solid rgba(0,0,0,.25);
	}
	.pageAboutAdvantages2-item:last-child .pageAboutAdvantages2-item__wrap {
		border-bottom: none;
	}

	.pageCooperationVideo-title {
		font-size: 24px;
	}



	.myTooltip {
		padding: 15px;
	}
	.myTooltip:before {
		width: 36px;
		height: 36px;
	}
	.myTooltip:after {
		width: 36px;
		height: 36px;
	}
	.myTooltip-wrap {
		padding: 15px;
	}
	.myTooltip-image {
		height: 56px;
		margin-bottom: 12px;
	}
	.myTooltip-image img {
		max-height: 56px;
	}
	.myTooltip-text {
		font-size: 15px;
	}

	.pageComplexHero-left {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 40px;
	}

	.pageComplexHero-image {
		max-width: 420px;
	}

	.pageComplexHero-right {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.pageComplexHero-content ul {
		margin-top: 0;
	}
	.pageComplexHero-content ul li {
		margin-bottom: 10px;
	}
	.pageComplexAdvantages-content {
		margin-bottom: 30px;
	}
	.pageComplexAdvantages-item {
		margin-bottom: 20px;
		display: block;
	}
	.pageComplexAdvantages-item__title {
		flex: 0 0 100%;
		border-right: none;
		position: relative;
		padding: 0;
		margin: 0 0 12px;
		display: block;
		max-width: 100%;
		width: max-content;
	}
	.pageComplexAdvantages-item__title:after {
		content: '';
		width: 80px;
		height: 2px;
		background: var(--main-color);
		display: block;
		margin-top: 4px;
	}
	.pageComplexAdvantages-item__text {
		padding: 0;
		margin: 0;
	}

	table.shop_table .pageCartTableProducts-image {
		width: 80px;
		height: 80px;
		padding: 5px;
	}
	table.shop_table .pageCartTableProducts-image {
		max-height: 70px;
	}
	.pageCartTableProducts .coupon {
		max-width: 420px;
	}
	table.shop_table.pageCartTableProducts th {
		padding: 20px 8px;
	}
	table.shop_table.pageCartTableProducts td {
		padding: 8px;
	}


	.woocommerce-account .woocommerce-MyAccount-navigation {
		width: 100%;
		margin-bottom: 30px;
	}
	.woocommerce-account .woocommerce-MyAccount-content {
		width: 100%;
	}
}






@media (max-width: 767px) {
	.category-item {
		flex: 0 0 100%;
		max-width: 100%;
    min-height: calc(516px / 1.2);
	}
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
  	float: none;
  	width: inherit;
  	flex: 0 0 calc((100% / 2) - (1 * 30px / 2));
    max-width: calc((100% / 2) - (1 * 30px / 2));
    margin: 0 30px 40px 0;
  }
  .services-item {
  	float: none;
  	width: 100%;
  	margin: 0 0 30px;
  	height: auto !important;
  }
  .services-item_inner {
  	min-height: 200px;
  }
  .news-item_title {
    font-size: 18px;
	}
	.woocommerce-loop-product__link {
		padding: 15px;
	}
	.freeProduct-sep-line {
		width: calc(100% + 30px);
		margin-left: -15px;
	}
	.woocommerce ul.products li.product .price:before {
    left: -15px;
    width: calc(100% + 30px);
  }
  .reviews-section .reviews-items:before,
  .info-block-content:after {
  	right: -10px;
  }
  .reviews-section .reviews-items:after {
  	left: -10px;
  }
  .woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
  	text-align: center;
  	margin-bottom: 15px;
  }
  .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
  	max-width: 100%;
  }

  .woocommerce div.product div.images {
  	flex-direction: column;
  	height: inherit;
  }
  .vertical-img-left.wpgis-slider-for {
    flex: 0 0 100%;
    max-width: 360px;
    margin: auto;
	}
	.wpgis-slider-for .slick-slide > div {
    height: 360px;
  }
  .woocommerce div.product div.images .wpgis-slider-for img {
  	max-height: 360px;
  }
	.wpgis-slider-nav {
    flex: 0 0 100%;
    max-width: 360px;
    margin: auto;
	}
	.wpgis-slider-nav .slick-slide > div {
		height: 120px;
		margin: 0 5px;
	}
	.woocommerce div.product div.images .wpgis-slider-nav img {
		max-height: 120px;
	}
	.singleProduct-badge {
		bottom: 145px;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li a,
	.tabs-nav li a {
		font-size: 16px;
		padding: 10px;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li,
	.tabs-nav li {
		margin-right: 5px;
	}

	.objects-item_image {
    flex: 0 0 220px;
    max-height: 220px;
  }
  .objects-item_title {
  	font-size: 18px;
  }


  .singleObjects-gallery-main-item__image {
		height: 360px;
	}
	.singleObjects-gallery-main-item__image img {
		max-height: 360px;
	}
	.singleObjects-gallery-other-item__image {
		height: 80px;
	}
	.singleObjects-gallery-nav {
		bottom: calc(145px - 75px);
	}

	.pageCooperationVideo-block iframe {
		height: 480px;
	}
	.pageCooperationVideo-title {
		font-size: 20px;
	}


	.steps-items {
		margin-bottom: -30px;
		margin-left: -20px;
		margin-right: -20px;
	}
	.steps-item {
		flex: 0 0 50%;
		max-width: 50%;
		margin-bottom: 30px;
	}
	.steps-item_inner {
		padding: 0 20px;
	}
	.steps-item:nth-child(3n) .steps-item_inner:after {
		display: block;
	}
	.steps-item:nth-child(2n) .steps-item_inner:after {
		display: none;
	}

	.pageCart-left form.woocommerce-cart-form {
		padding: 0 20px;
	}
	table.shop_table.pageCartTableProducts tr {
		border-bottom: 1px solid var(--main-color);
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	table.shop_table.pageCartTableProducts tr:nth-last-child(2n) {
		border-bottom: none;
		margin-bottom: 0;
	}
	table.shop_table.pageCartTableProducts tr:last-child {
		border-bottom: none;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	table.shop_table.pageCartTableProducts td {
		padding: 4px 0;
	}
	table.shop_table.pageCartTableProducts tr:first-child td {
		padding-top: 4px;
	}
	table.shop_table.pageCartTableProducts tr:first-child td:nth-child(2) {
		padding-top: 20px;
	}
	table.shop_table.pageCartTableProducts tr:nth-last-child(2) td {
		padding-bottom: 4px;
	}
	.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
		background: none;
	}
	.pageCartTableProducts .coupon {
		max-width: 100%;
		display: block;
		margin-bottom: 4px;
	}
	#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
		width: 100%;
		margin-bottom: 4px;
	}
	.woocommerce #content table.cart td.actions .coupon .button.alt, .woocommerce #content table.cart td.actions .coupon .input-text+.button, .woocommerce table.cart td.actions .coupon .button.alt, .woocommerce table.cart td.actions .coupon .input-text+.button, .woocommerce-page #content table.cart td.actions .coupon .button.alt, .woocommerce-page #content table.cart td.actions .coupon .input-text+.button, .woocommerce-page table.cart td.actions .coupon .button.alt, .woocommerce-page table.cart td.actions .coupon .input-text+.button {
		width: 100%;
	}
	.cart_totals table.shop_table th {
		display: block !important;
	}
	.woocommerce .pageCartTotals table.shop_table_responsive tr td, .woocommerce-page .pageCartTotals table.shop_table_responsive tr td {
		text-align: left !important;
	}
	.woocommerce .pageCartTotals table.shop_table_responsive tr td::before, 
	.woocommerce-page .pageCartTotals table.shop_table_responsive tr td::before {
		display: none;
	}


	.woocommerce table.pageCartTableProducts.shop_table_responsive tr td::before,
	.woocommerce-page table.pageCartTableProducts.shop_table_responsive tr td::before {
		font-size: 16px;
		font-weight: 400;
		margin-right: 10px;
	}


	.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
		width: 100%;
	}
	.form-row-first, .form-row-last {
		flex: 0 0 100%;
		max-width: 100%;
	}

}



@media (max-width: 575px) {

	.header-logo,
	.header-wishlist,
	.header-cart,
	.header-search,
	.header-user {
		margin-right: 15px;
	}
	.header-logo a {
		margin-right: 10px;
	}
	.category-item {
    min-height: calc((100vw - 40px) / 1.2);
	}
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0px 30px 0;
	}
	.page-title, .heading h2, .woocommerce div.product .product_title {
    font-size: 24px;
	}
	.about-1-image-1,
	.about-1-image-2 {
		padding: 0;
	}
	.about-1-image-1:before,
	.about-1-image-2:before {
		display: none;
	}
	.owl-mainSlider .owl-nav {
		top: calc(50% - 18px);
	}
	.owl-mainSlider .owl-nav button {
		width: 36px;
		height: 36px;
	}
	.owl-mainSlider .owl-nav button.owl-prev{
		left: 10px;
	}
	.owl-news .owl-nav button.owl-prev,
	.owl-reviews .owl-nav button.owl-prev,
	.owl-video .owl-nav button.owl-prev {
    left: -5px;
	}
	.owl-mainSlider .owl-nav button.owl-next {
		right: 10px;
	}
	.owl-news .owl-nav button.owl-next,
	.owl-reviews .owl-nav button.owl-next,
	.owl-video .owl-nav button.owl-next {
    right: -5px;
	}
	.heading {
    margin-bottom: 30px;
	}
	.photogallery-images {
    height: 620px;
	}
	.photogallery-images p:nth-child(1) {
		height: 200px;
	}
	.photogallery-images p:nth-child(2) {
    height: 200px;
    top: 210px;
    width: calc(50% - 5px);
	}
	.photogallery-images p:nth-child(3),
	.photogallery-images p:nth-child(6) {
		display: none;
	}
	.photogallery-images p:nth-child(4) {
		height: 200px;
		top: 420px;
	}
	.photogallery-images p:nth-child(5) {
		height: 200px;
		width: calc(50% - 5px);
	}
	.photogallery-images p:nth-child(7) {
		top: 210px;
		height: 200px;
	}
	.info-block-images p:nth-child(1) {
    height: 300px;
	}
	.info-block-images p:nth-child(2), .info-block-images p:nth-child(3) {
    height: calc((300px / 2) - 5px);
	}
	.galleryBlock-item_inner {
    height: 180px;
	}
	.videoBlock-item iframe {
		height: 280px;
	}
	.news-itemFirst_inner {
		height: 350px;
	}
	.news-itemFirst_title {
    font-size: 18px;
	}
	.error-404-number {
    font-size: 140px;
	}
	.footer-widget {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .file-item {
  	padding: 12px 20px;
  }
  .file-item span {
    flex: 0 0 85px;
    max-width: 85px;
	}

	.product-advantages-item__image {
		height: 50px;
	}
	.product-advantages-item__image img {
		max-height: 50px;
	}
	.product-advantages-item__title {
    font-size: 14px;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li a, .tabs-nav li a {
		font-size: 14px;
	}
	.product-single-models-item p {
		font-size: 14px;
		padding: 8px;
	}
	.product-single-models-item p:nth-child(2) {
    flex: 0 0 80px;
    max-width: 80px;
	}
	.product-single-models-item p:first-child {
		padding-left: 10px;
	}
	.product-single-models-item p:last-child {
		flex: 0 0 120px;
		max-width: 120px;
	}

	.pageAboutTabs-nav ul li a {
		font-size: 18px;
	}
	.pageAboutAdvantages2-item__title {
	  font-size: 24px;
	}

	.singleObjects-gallery-main-item__image {
		height: 320px;
	}
	.singleObjects-gallery-main-item__image img {
		max-height: 320px;
	}
	.singleObjects-gallery-other-item__image {
		height: 80px;
	}
	.singleObjects-gallery-nav {
		bottom: calc(145px - 75px);
	}
	.singleObjects-contacts p {
		font-size: 18px;
	}

	.categories-item a {
		height: 80px;
	}
	.categories-item__image img {
		max-height: 70px !important;
	}
	.woocommerce ul.products li.product .woocommerce-loop-category__title {
		font-size: 16px;
	}

	.videoBlock-item__title {
		font-size: 16px;
	}
	.video-item_title {
		font-size: 16px;
		margin-top: 16px;
	}


	.pageCooperationVideo-block iframe {
		height: 420px;
	}
	.pageCooperationVideo-title {
		font-size: 18px;
		margin-top: 16px;
	}
	.pageComplexHero-image {
		min-height: 300px;
	}
	.pageComplexGallery-image {
		height: calc(100vw - 40px - 100px);
	}
	.pageComplexGallery-images {
		padding: 0 20px;
	}
	.owl-gallery .owl-nav .owl-prev {
    left: -20px;
	}
	.owl-gallery .owl-nav .owl-next {
    right: -20px;
	}

	.woocommerce div.product p.price, .woocommerce div.product span.price,
	.product-single-stock {
		margin-bottom: 20px;
	}
	.singleProducts-addtocart {
		gap: 12px;
	}
	.singleProducts-addtocart .qib-button:not(#qib_id):not(#qib_id),
	table.shop_table.pageCartTableProducts .qib-button:not(#qib_id):not(#qib_id) {
		width: 24px;
		-webkit-mask-size: 20px;
	}
	.singleProducts-addtocart .qib-container .quantity input.qty:not(#qib_id):not(#qib_id),
	table.shop_table.pageCartTableProducts .qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
		font-size: 18px;
	}
	.singleProducts-addtocart button[type='submit']:not(#qib_id):not(#qib_id):not(_) {
		flex: auto;
	}
	.clickBuyButton {
		flex: auto;
	}
}

#formOrderOneClick #buyoneclick_form_order textarea{
	font-size: 16px;
	padding: 10px 20px;
	border-radius: 23px;
	font-family: Montserrat, sans-serif;
	margin-top: 0;
}