/*!
Theme Name: Folter
Theme URI: http://underscores.me/
Author: Ihor Tryhuk
Author URI: https://tryhuk.pp.ua/
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: folter
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.

Folter 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/
*/


@font-face {
	font-family: 'Open Sans';
	src: url(fonts/OpenSans-Light.ttf);
	font-weight: 300;
	font-display: swap;
}
@font-face {
	font-family: 'Open Sans';
	src: url(fonts/OpenSans-Regular.ttf);
	font-weight: 400;
	font-display: swap;
}
@font-face {
	font-family: 'Open Sans';
	src: url(fonts/OpenSans-SemiBold.ttf);
	font-weight: 600;
	font-display: swap;
}
@font-face {
	font-family: 'Open Sans';
	src: url(fonts/OpenSans-Bold.ttf);
	font-weight: 700;
	font-display: swap;
}



:root {
	--container: 1170px;
	--gap: 28px;
}

*, ::after, ::before {
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	color: #313131;
	line-height: 1.45;
}
img {
	margin: 0;
	vertical-align: middle;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
/* 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;
}
a, a:hover {
	color: #0C0E38;
	text-decoration: none;
	transition: .25s;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 20px;
	font-weight: 600;
	line-height: 1.35;
}
h1 {
	font-size: 42px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 32px;
}
h4 {
	font-size: 28px;
}
h5 {
	font-size: 24px;
}
h6 {
	font-size: 22px;
}
p, ul, ol, blockquote, .wp-caption, gallery {
	margin: 0 0 20px;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child, ul:last-child, ol:last-child, blockquote:last-child, .wp-caption:last-child, gallery:last-child {
	margin-bottom: 0;
}
.form-field {
	position: relative;
	margin-bottom: 27px;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
textarea {
	width: 100%;
	background: #F5F5F5;
	border-radius: 20px;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.5;
	padding: 5px 30px;
	height: 55px;
	color: #131543;
	outline: none;
	border: none;
}
textarea {
	padding-top: 15px;
	padding-bottom: 15px;
	height: 294px;
}
input[type=radio] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #131543;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	outline: 0;
	padding: 0px;
	margin: -2px 15px 0 0;
	position: relative;
	cursor: pointer;
}
input[type=radio]:after {
	content: "";
	width: 8px;
	height: 8px;
	border: 1px solid #131543;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: 3px;
	left: 3px;
	transform: rotate(45deg);
}
input[type=radio]:checked:after {
	background: #131543;
}
.wpcf7-not-valid-tip {
	font-size: 14px;
}
.wpcf7 form .wpcf7-response-output {
	margin: 20px 0 0;
	font-size: 16px;
	text-align: center;
}
.screen-reader-text {
	display: none;
}

.select2-container .select2-selection--single {
	height: 55px;
}
.select2-container--default .select2-selection--single {
	background: #F5F5F5;
	border-radius: 20px;
	color: #131543;
	border: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 30px;
	padding-right: 30px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 55px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 53px;
}



.container {
	width: 100%;
	max-width: var(--container);
	margin-left: auto;
	margin-right: auto;
}


.section {
	position: relative;
	padding-top: 120px;
	padding-bottom: 120px;
	z-index: 1;
}
.pt-0 {
	padding-top: 0 !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.mt-0 {
	margin-top: 0 !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.heading {
	position: relative;
	margin-bottom: 60px;
}
.heading h2 {
	font-size: 28px;
	color: #131543;
}
.heading p {
	color: #767676;
	margin-bottom: 3px;
	line-height: 1.35;
}
.heading p:last-child {
	margin-bottom: 0;
}


.btn {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	min-width: 300px;
	min-height: 65px;
	font-size: 20px;
	line-height: 1.5;
	padding: 15px 24px;
	border-radius: 15px;
	border: none;
	outline: none;
	cursor: pointer;
	transition: .25s;
}
.btn-sm {
	font-size: 18px;
	min-width: 170px;
	min-height: 50px;
	padding: 13px 20px;
	line-height: 1.25;
}
.btn-md {
	min-width: 190px;
	min-height: 60px;
	padding: 10px 20px;
	line-height: 1.25;
}
.btn.center {
	justify-content: center;
	text-align: center;
}
.btn-icon-left:before {
	margin-right: 10px;
}
.btn-icon-right:after {
	margin-left: 10px;
}
.btn-icon-left:before,
.btn-icon-right:after {
	content: '';
	flex: 0 0 30px;
	max-width: 30px;
	width: 30px;
	height: 30px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
}
.btn-sm.btn-icon-left:before,
.btn-sm.btn-icon-right:after {
	flex: 0 0 24px;
	max-width: 24px;
	width: 24px;
	height: 24px;
}
.btn-primary {
	background: #131543;
	color: #ffffff;
}
.btn-primary:hover {
	background: #767792;
	color: #ffffff;
}
.btn-primary:before,
.btn-primary:after {
	background-color: #ffffff;
}
.btn-icon-double-chevron:before,
.btn-icon-double-chevron:after {
	-webkit-mask-image: url(images/fast-arrow-right.svg);
	mask-image: url(images/fast-arrow-right.svg);
}
.btn-icon-send:before,
.btn-icon-send:after {
	-webkit-mask-image: url(images/telegram.svg);
	mask-image: url(images/telegram.svg);
}
.btn-icon-edit:before,
.btn-icon-edit:after {
	-webkit-mask-image: url(images/page-edit.svg);
	mask-image: url(images/page-edit.svg);
}
.btn-icon-cart:before,
.btn-icon-cart:after {
	-webkit-mask-image: url(images/add-to-cart.svg);
	mask-image: url(images/add-to-cart.svg);
}
.btn-icon-notes:before,
.btn-icon-notes:after {
	-webkit-mask-image: url(images/notes.svg);
	mask-image: url(images/notes.svg);
}
.btn-icon-check:before,
.btn-icon-check:after {
	-webkit-mask-image: url(images/check.svg);
	mask-image: url(images/check.svg);
}



.owl-dots {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 60px;
	width: 100%;
	z-index: 2;
}
.owl-dots button {
	flex: 0 0 50px;
	max-width: 50px;
	height: 6px;
	border-radius: 10px;
	background: #C9C9C9 !important;
	margin-right: 25px;
	transition: .25s;
}
.owl-dots button:last-child {
	margin-right: 0;
}
.owl-dots button:hover {
	background: #131543 !important;
}
.owl-dots button.active {
	flex: 0 0 100px;
	max-width: 100px;
	background: #131543 !important
}


@media (min-width:992px) {
	.hide-lg {
		display: none !important;
	}
}


.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1055;
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
	/*transition: opacity .15s linear;*/
}
body.modal-open {
	/*overflow: hidden;*/
	/**padding-right: 17px;*/
}
.modal-dialog {
	position: relative;
	width: auto;
	max-width: 700px;
	margin: 1.75rem auto;
	pointer-events: none;
	display: flex;
	align-items: center;
	min-height: calc(100% - 3.5rem);
	/*transition: transform .3s ease-out;*/
}
.modal-dialog.modal-lg {
	max-width: 1260px;
}
.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #ffffff;
	background-clip: padding-box;
	outline: 0;
	border-radius: 40px;
	overflow: hidden;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	width: 100vw;
	height: 100vh;
	background-color: #131543;
	opacity: 0;
	z-index: -1;
}
.modal-backdrop.show {
	opacity: .6;
	z-index: 1049;
}
.modal-header {
	position: relative;
	padding: 22px 76px;
	background: #FAFAFA;
	z-index: 1;
}
.modal-title {
	text-align: center;
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 0px;
	color: #131543;
	text-transform: uppercase;
}
.modal-close {
	position: absolute;
	-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: #C9C9C9;
	width: 40px;
	height: 40px;
	top: 19px;
	right: 37px;
	border: none;
	cursor: pointer;
	padding: 0;
	transition: .25s;
	z-index: 9;
}
.modal-close:hover {
	background-color: #131543;
}
.modal-body {
	position: relative;
	padding: 45px 100px 60px;
}


.modal textarea {
	height: 180px;
}
.modal .form-field-btn {
	text-align: center;
}
.modal .form-field-btn .btn {
	min-width: 370px;
	justify-content: center;
}



.wp-caption {
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}
.gallery {
	display: grid;
	grid-gap: var(--gap);
}
.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: var(--gap);
	margin-bottom: var(--gap);
}
.alignright {
	float: right;
	margin-left: var(--gap);
	margin-bottom: var(--gap);
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: var(--gap);
}


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


.header {
	position: sticky;
	top: 0;
	padding-top: 12px;
	z-index: 99;
}
.header-wrap {
	position: relative;
	display: flex;
	align-items: center;
	background: #ffffff;
	box-shadow: 0px 2px 4px 0px rgba(8, 7, 37, 0.15);
	border-radius: 15px;
	padding: 0 40px 0 17px;
	height: 70px;
	z-index: 1;
}
.header-logo {
	flex: 0 0 200px;
	max-width: 200px;
	text-align: center;
}
.header-logo img {
	width: 100%;
	max-width: 186px;
}
.main-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}
.main-menu-left {
	flex: 0 0 calc(50% - 100px);
	max-width: calc(50% - 100px);
}
.main-menu-right {
	flex: auto;
	max-width: 100%;
	margin-right: 20px;
	justify-content: flex-end;
}
.main-menu > li {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 15px;
}
.main-menu > li > a {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 70px;
	font-size: 16px;
}
.main-menu > li > a:after {
	content: '';
	background: #131543;
	width: 0;
	height: 5px;
	position: absolute;
	left: -20px;
	bottom: 0;
	transition: .25s;
	z-index: 1;
}
.main-menu > li:hover > a:after,
.main-menu > li.current-menu-item > a:after {
	width: calc(100% + 20px + 20px);
}
.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-color: #0C0E38;
	flex: 0 0 7px;
	max-width: 7px;
	width: 7px;
	height: 7px;
	margin-left: 6px;
	transition: .25s;
	z-index: 1;
}
.main-menu li:hover > .main-menu-chevrone {
	transform: rotate(180deg);
}
.main-menu ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 420px;
	margin: 0;
	padding: 47px 30px 30px;
	list-style: none;
	z-index: 99;
}
.main-menu ul:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 17px);
	background: #ffffff;
	box-shadow: 0px 2px 6px 0px rgba(19, 21, 67, 0.50);
	border-radius: 20px;
	z-index: -1;
}
.main-menu li:hover > ul {
	display: block;
}
.main-menu ul li {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 16px;
}
.main-menu ul li.menu-item-has-children {
	padding-right: 10px;
}
.main-menu ul li:last-child {
	margin-bottom: 0;
}
.main-menu ul li a {
	display: block;
	color: #131543;
	font-size: 18px;
}
.main-menu ul li:hover > a {
	color: #98D6FF;
}
.main-menu ul .main-menu-chevrone {
	transform: rotate(-90deg);
}
.main-menu ul li:hover > .main-menu-chevrone {
	transform: rotate(-90deg);
	background-color: #98D6FF;
}
.main-menu ul ul {
	top: -30px;
	left: 100%;
}


.menu-toggle {
	position: relative;
	display: none;
	flex: 0 0 calc(50% - 100px);
	max-width: calc(50% - 100px);
}
.menu-toggle button:hover {
	background-color: #98D6FF;
}
.menu-toggle button {
	flex: 0 0 24px;
	max-width: 24px;
	width: 24px;
	height: 24px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/menu.svg);
	mask-image: url(images/menu.svg);
	background-color: #131543;
	border: none;
	padding: 0;
	outline: none;
	cursor: pointer;
	transition: .25s;
}


.header-icons {
	display: flex;
	align-items: center;
	margin-right: 15px;
}
.header-icons__item {
	position: relative;
	margin-right: 18px;
}
.header-icons__item:last-child {
	margin-bottom: 0;
	margin-right: 0;
}
.header-icons__item a {
	display: block;
	position: relative;
	display: flex;
	align-items: center;
}
.header-icons__item a:after {
	content: '';
	-webkit-mask-size: 20px;
   -webkit-mask-repeat: no-repeat;
   -webkit-mask-position: center;
	background-color: #131543;
	flex: 0 0 28px;
	max-width: 28px;
	width: 28px;
	height: 28px;
	z-index: 1;
	transition: .25s;
}
.header-icons__item a:hover:after {
	background-color: #98D6FF;
}
.header-icons__item.header-account a:after {
	-webkit-mask-image: url(images/user.svg);
    mask-image: url(images/user.svg);
}
.header-icons__item.header-cart a:after {
	-webkit-mask-image: url(images/cart.svg);
    mask-image: url(images/cart.svg);
}
.header-icons__item-count {
	position: absolute;
	top: -5px;
	right: -7px;
	width: 18px;
	height: 18px;
	z-index: 2;
	background: #131543;
	border-radius: 50%;
	font-size: 10px;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
}


.lang-menu {
	margin: 0 10px 0 0;
	padding: 0;
	list-style: none;
}
.lang-menu > li {
	position: relative;
	width: 50px;
	text-align: center;
	min-height: 70px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.lang-menu ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 10px 10px 10px;
	list-style: none;
	z-index: 99;
}
.lang-menu > li.active > ul {
	display: block;
}
.lang-menu ul:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: calc(100%);
	background: #ffffff;
	box-shadow: 0px 2px 6px 0px rgba(19, 21, 67, 0.50);
	border-radius: 10px;
	z-index: -1;
}
.lang-menu ul li {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 5px;
}
.lang-menu ul li:last-child {
	margin-bottom: 0;
}


.header-search {
	position: absolute;
	top: 115px;
	left: 0;
	width: 100%;
	z-index: 98;
}
.searchform {
	position: relative;
	max-width: 400px;
}
.searchform input[type="search"] {
	width: 100%;
	height: 45px;
	border-radius: 10px;
	background: #F2FAFF;
	border: none;
	font-size: 16px;
	padding: 5px 54px 5px 30px;
	outline: none;
}
.searchform button {
	position: absolute;
	width: 24px;
	height: 24px;
	top: calc(50% - 12px);
	right: 20px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/search.svg);
	mask-image: url(images/search.svg);
	background-color: #8F8E8E;
	border: none;
	outline: none;
	padding: 0;
	cursor: pointer;
	transition: .25s;
	z-index: 1;
}
.searchform button:hover {
	background-color: #0C0E38;
}




.mainBlock-section {
	position: relative;
	z-index: 1;
}
.mainBlock-wrap {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #98D6FF;
	padding: 75px 0;
}
.mainBlock-info {
	flex: auto;
	max-width: 100%;
	margin-right: 10px;
}
.mainBlock-image {
	flex: 0 0 52%;
	max-width: 52%;
}
.mainBlock-heading {
	font-size: 60px;
	font-weight: 700;
	color: #131543;
	margin-bottom: 7px;
	text-transform: uppercase;
}
.mainBlock-caption {
	display: flex;
	align-items: center;
	font-size: 22px;
	line-height: 1.09;
	color: #98D6FF;
	margin-bottom: 27px;
}
.mainBlock-caption:before {
	content: '';
	flex: 0 0 24px;
	max-width: 24px;
	width: 24px;
	height: 24px;
	margin-right: 16px;
	background: url(images/twitter-verified-badge.svg) no-repeat center;
	background-size: contain;
}
.mainBlock-text {
	font-size: 32px;
	color: #0C0E38;
	line-height: 1.375;
}


.about-wrap {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.about-info {
	position: relative;
	flex: 0 0 calc(50% - var(--gap) / 2);
	max-width: calc(50% - var(--gap) / 2);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.about-info .heading {
	margin-bottom: 25px;
}
.about-image {
	position: relative;
	flex: 0 0 calc(50% - var(--gap) / 2);
	max-width: calc(50% - var(--gap) / 2);
	text-align: right;
}
.about-image__inner {
	position: relative;
	display: inline-block;
	border-radius: 20px;
	overflow: hidden;
	z-index: 1;
}
.about-image__inner:before {
	content: '';
	background: #98D6FF;
	position: absolute;
	bottom: -200px;
	right: -280px;
	width: 850px;
	height: 345px;
	transform: rotate(43deg);
	transform-origin: right;
	opacity: .4;
	z-index: 1;
}
.about-image__inner:after {
	content: '';
	background: url(images/logo-blue.svg) no-repeat center;
	background-size: contain;
	width: 182px;
	height: 47px;
	position: absolute;
	top: 27px;
	right: 29px;
	z-index: 2;
}
.about-items {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	flex: auto;
	max-height: 100%;
}
.about-item {
	position: relative;
	margin-bottom: 32px;
	flex: 0 0 calc(50% - var(--gap) / 2);
	max-width: calc(50% - var(--gap) / 2);
}
.about-item__wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.about-item__label {
	flex: 0 0 100%;
	max-width: 100%;
	color: #8F8E8E;
	line-height: 1.3;
	margin-bottom: 12px;
}
.about-item__image {
	flex: 0 0 48px;
	max-width: 48px;
	margin-right: 16px;
}
.about-item__text {
	flex: 0 0 calc(100% - 48px - 16px);
	max-width: calc(100% - 48px - 16px);
	font-size: 22px;
	color: #131543;
	line-height: 1.18;
}
.about-button {
	position: relative;
}


.partners-item {
	position: relative;
	height: 130px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.partners-item img {
	width: auto !important;
	max-height: 130px;
	filter: grayscale(100%);
	opacity: .3;
	transition: .25s;
}
.partners-item:hover img {
	filter: none;
	opacity: 1;
}







.footer {
	position: relative;
	padding-bottom: 40px;
}
.footer-top {
	position: relative;
	margin-bottom: 60px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.footer-menu {
	margin: 0 0 -8px;
	padding: 0;
	list-style: none;
	flex: 0 0 50%;
	max-width: 50%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	line-height: 1.2;
}
.footer-menu li {
	flex: 0 0 calc(50% - 15px);
	max-width: calc(50% - 15px);
	margin-bottom: 8px;
}
.footer-menu li a {
	font-size: 18px;
	color: #131543;
}
.footer-menu li a:hover {
	color: #98D6FF;
}
.footer-col {
	font-size: 16px;
	color: #131543;
	line-height: 1.2;
}
.footer-col p {
	margin-bottom: 8px;
}
.footer-col p:last-child {
	margin-bottom: 0;
}
.footer-col p a {
	color: #131543
}
.footer-col p a:hover {
	color: #98D6FF;
}
.footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer-logo img {
	width: 100%;
	max-width: 230px;
}
.copyright,
.developer {
	font-size: 16px;
	font-weight: 300;
	color: #131543;
	margin-bottom: 0;
}
.developer a {
	color: #131543;
}
.developer a:hover {
	color: #98D6FF;
}


.phone-fixed-btn {
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 99;
}
.phone-fixed-btn button {
	position: relative;
	width: 80px;
	height: 80px;
	background: #ffffff;
	border: none;
	padding: 0;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: .25s;
}
.phone-fixed-btn button:hover {
	background: rgba(36, 104, 202, 0.71);
}
.phone-fixed-btn button:before {
	content: '';
	background: #2468CA;
	border-radius: 50%;
	opacity: .22;
	width: calc(100% + 10px);
	height: calc(100% + 10px);
	position: absolute;
	top: -5px;
	left: -5px;
	z-index: -1;
}
.phone-fixed-btn button:after {
	content: '';
	animation: pulse 2s infinite;
	background: #D8E4F5;
	border-radius: 50%;
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	position: absolute;
	top: -10px;
	left: -10px;
	z-index: -2;
}
.phone-fixed-btn button span {
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/phone-outcome.svg);
	mask-image: url(images/phone-outcome.svg);
	background-color: #0054A6;
	flex: 0 0 40px;
	max-width: 40px;
	width: 40px;
	height: 40px;
	transition: .25s;
}
.phone-fixed-btn button:hover span {
	background-color: #ffffff;
}
@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}





.page-header {
	position: relative;
	padding: 30px 0 50px;
	z-index: 1;
}
.page-template-page-choosefilter .page-header {
	padding: 10px 0 0;
}
.aioseo-breadcrumbs {
	position: relative;
	margin-bottom: 30px;
	color: #8F8E8E;
}
.aioseo-breadcrumbs a {
	color: #8F8E8E;
}
.aioseo-breadcrumbs a:hover {
	color: #98D6FF;
}
.aioseo-breadcrumbs:last-child {
	margin-bottom: 0;
}
.page-title {
	font-size: 28px;
	color: #131543;
	margin-bottom: 35px;
}
.page-title:last-child {
	margin-bottom: 0;
}
.page-header-image {
	position: relative;
	margin-top: -82px;
	height: 400px;
	text-align: right;
	z-index: 1;
}
.page-header-image img {
	width: calc(100% - (100% - var(--container)) / 2);
	height: 100%;
	object-fit: cover;
	object-position: bottom left;
}
.page-description {
	font-size: 22px;
	font-weight: 300;
	line-height: 1.4545;
	color: #313131;
}




.woocommerce .products ul, .woocommerce ul.products {
	margin: 0 calc(var(--gap) / -2) -54px;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	list-style: none;
}
.categories-carousel .woocommerce .products ul.owl-carousel, .categories-carousel .woocommerce ul.products.owl-carousel {
	margin: 0 -6px;
}
.products-carousel .woocommerce .products ul.owl-carousel, .products-carousel .woocommerce ul.products.owl-carousel {
	margin: 0;
}
.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 0 54px;
	padding: 0 calc(var(--gap) / 2);
	width: auto;
}
.woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-4 li.product {
	flex: 0 0 calc(100% / 4);
	max-width: calc(100% / 4);
}
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
}
.woocommerce ul.products.columns-2 li.product, .woocommerce-page ul.products.columns-2 li.product {
	flex: 0 0 calc(100% / 2);
	max-width: calc(100% / 2);
}
.woocommerce ul.products.columns-1 li.product, .woocommerce-page ul.products.columns-1 li.product {
	flex: 100%;
	max-width: 100%;
}
.categories-carousel .woocommerce ul.products.owl-carousel li.product, .categories-carousel .woocommerce-page ul.products.owl-carousel li.product {
	margin: 0;
	padding: 3px 6px 9px;
}
.products-carousel .woocommerce ul.products.owl-carousel li.product, .products-carousel .woocommerce-page ul.products.owl-carousel li.product {
	margin: 0;
	padding: 0;
}
.product-item__image {
	position: relative;
	height: calc((var(--container) - 2 * var(--gap)) / 3 * 1.0772);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 7px;
}
.product-item__image img {
	max-height: calc((var(--container) - 2 * var(--gap)) / 3 * 1.0772);
	width: auto !important;
}
.product-item__categories {
	font-size: 14px;
	color: #8F8E8E;
	line-height: 1.36;
	margin-bottom: 10px;
}
.woocommerce-loop-product__title {
	font-size: 24px;
	font-weight: 400;
	line-height: 1.36;
	color: #131543;
	margin-bottom: 6px;
	text-transform: uppercase;
}
ul.products li.product .price {
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 1.36;
	color: #131543;
	margin-bottom: 10px;
}
ul.products li.product .price del {
	font-size: 16px;
	margin-right: 5px;
	color: #98D6FF;
}
ul.products li.product .price ins {
	text-decoration: none;
}
ul.products li.product .price-specify {
	position: relative;
	display: block;
	line-height: 1.36;
	color: #8F8E8E;
	margin-bottom: 15.5px;
}
.product-item__short-description {
	font-size: 16px;
	line-height: 1.36;
	color: #8F8E8E;
}
ul.products li.product .btn {
	justify-content: center;
	min-width: auto;
	width: 100%;
	margin-top: 20px;
}
ul.products li.product .btn.loading {
	opacity: .35;
}
ul.products li.product .btn.loading:after {
	mask-image: none;
	-webkit-mask-image: none;
	background: url(images/loading.gif) no-repeat center;
	background-size: 24px;
}
ul.products li.product .btn.added {
	background: #767792;
}
ul.products li.product .btn.added:after {
	-webkit-mask-image: url(images/check.svg);
   mask-image: url(images/check.svg);
}
ul.products li.product .added_to_cart {
	display: none;
}







.categories-section .heading {
	margin-bottom: 35px;
}
.cat-item a {
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background: #ffffff;
	box-shadow: 0px 3px 6px 0px rgba(107, 196, 255, 0.50);
	border-radius: 20px;
	padding: 24px 30px 18px;
	z-index: 1;
}
.cat-item a:hover {
	box-shadow: 0px 0px 10px 0px rgba(255, 206, 0, 0.75);
}
.woocommerce ul.products li.product .woocommerce-loop-category__title {
	padding: 0;
	margin-bottom: 20px;
	font-size: 22px;
	color: #131543;
	text-transform: uppercase;
	transition: .25s;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title mark {
	display: none !important;
}
.cat-item__image {
	height: 196px;
	display: flex;
	align-items: center;
	padding-right: 55px;
}
.woocommerce ul.products li.product a .cat-item__image img {
	max-height: 196px;
	margin: 0;
	width: auto;
}
.cat-item__more {
	position: absolute;
	bottom: 20px;
	right: 40px;
	z-index: 2;
}
.cat-item__more p {
	display: inline-flex;
	align-items: center;
	font-size: 22px;
	color: #131543;
	line-height: 1.35;
}
.cat-item__more p: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-color: #0C0E38;
	flex: 0 0 32px;
	max-width: 32px;
	width: 32px;
	height: 32px;
	margin-left: 16px;
	transition: .25s;
	z-index: 2;
}
.cat-item__more span {
	opacity: 0;
	transition: .25s;
}
.cat-item a:hover .cat-item__more span {
	opacity: 1;
}




.advantages-items {
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: -45px;
}
.advantages-item {
	max-width: 172px;
	margin-bottom: 45px;
}
.advantages-item__wrap {
	position: relative;
	text-align: center;
}
.advantages-item__image {
	position: relative;
	width: 120px;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
	z-index: 1;
}
.advantages-item__image:before {
	content: '';
	background: url(images/check-green.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	width: 32px;
	height: 32px;
	top: 0;
	right: -26px;
	z-index: 1;
}
.advantages-item__image img {
	max-height: 120px;
}
.advantages-item__title {
	font-size: 22px;
	font-weight: 600;
	color: #131543;
	line-height: 1.35;
	margin-bottom: 9px;
}
.advantages-item__text {
	font-size: 16px;
	line-height: 1.125;
	color: #131543;
}
.advantages-button {
	position: relative;
	margin-top: 60px;
	text-align: center;
	z-index: 2;
}


.banner-wrap {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.banner-image {
	flex: 0 0 calc(66% - var(--gap) / 2);
	max-width: calc(66% - var(--gap) / 2);
}
.banner-image img {
	border-radius: 20px;
	box-shadow: 0px 2px 2px 0px rgba(122, 204, 145, 0.50);
}
.banner-info {
	flex: 0 0 calc(34% - var(--gap) / 2);
	max-width: calc(34% - var(--gap) / 2);
}
.banner-info .heading {
	margin-bottom: 27px;
}
.banner-info .heading h2 {
	font-size: 38px;
	line-height: 1.1;
}
.bannerAdvantages-items {
	position: relative;
}
.bannerAdvantages-item {
	position: relative;
	margin-bottom: 12px;
	display: flex;
	align-items: center;
}
.bannerAdvantages-item__image {
	display: flex;
	align-items: center;
	flex: 0 0 24px;
	max-width: 24px;
	width: 24px;
	height: 24px;
	margin-right: 12px;
}
.bannerAdvantages-item__title {
	font-size: 22px;
	font-weight: 300;
	color: #98D6FF;
	line-height: 1.22;
}
.banner-button {
	position: relative;
	margin-top: 22px;
	z-index: 2;
}


.reviews-items {
	margin: 0 -4px;
}
.reviews-item {
	padding: 0px 4px 8px;
}
.reviews-item__wrap {
	position: relative;
	padding: 0 25px 33px;
	z-index: 1;
}
.reviews-item__wrap:before {
	content: '';
	border-radius: 20px;
	background: #FFF;
	box-shadow: 0px 4px 4px 0px rgba(152, 214, 255, 0.50);
	position: absolute;
	width: 100%;
	height: calc(100% - 84px);
	left: 0;
	bottom: 0;
	z-index: -1;
}
.reviews-item__image {
	width: 150px;
	height: 150px;
	margin: 0 auto 14px;
	border-radius: 50%;
	overflow: hidden;
}
.reviews-item__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.reviews-item__date {
	position: absolute;
	right: 25px;
	top: 104px;
	font-size: 12px;
	line-height: 1.22;
	color: #98D6FF;
	z-index: 2;
}
.reviews-item__name {
	line-height: 1.375;
	font-size: 24px;
	color: #131543;
	text-align: center;
	font-weight: 600;
	margin-bottom: 8px;
}
.reviews-item__text {
	line-height: 1.375;
	font-size: 14px;
	color: #131543;
}



.mapImage-image {
	text-align: center;
}
.mapImage-image img {
	width: 100%;
	max-width: 860px;
}


.home .feedback-section {
	padding-top: 80px;
}
.feedback-wrap {
	position: relative;
	background: #EBF1F8;
	border-radius: 30px;
	padding: 50px 70px 40px;
	z-index: 1;
}

.formFeedback {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.formFeedback-left {
	flex: 0 0 calc(50% - var(--gap) / 2);
	max-width: calc(50% - var(--gap) / 2);
	margin-bottom: 30px;
}
.formFeedback .heading {
	margin-bottom: 20px;
}
.feedback-text {
	font-size: 22px;
	font-weight: 300;
	color: #0C0E38;
	line-height: 1.36;
	margin-bottom: 40px;
}
.formFeedback-right {
	flex: 0 0 calc(50% - var(--gap) / 2);
	max-width: calc(50% - var(--gap) / 2);
	margin-bottom: 30px;
}
.formFeedback-bottom {
	flex: 0 0 100%;
	max-width: 100%;
	text-align: right;
}
.formFeedback input[type="text"],
.formFeedback textarea {
	background-color: #ffffff;
}



.error-404-number {
	font-size: 260px;
	font-weight: bold;
	text-align: center;
	color: #98D6FF;
	line-height: 1;
}
.error-404-button {
	position: relative;
	margin-top: 60px;
	text-align: center;
	z-index: 2;
}



.contacts-items {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contacts-item {
	position: relative;
	margin-right: var(--gap);
}
.contacts-item:nth-child(3n),
.contacts-item:last-child {
	margin-right: 0;
}
.contacts-item p {
	display: flex;
	margin-bottom: 12px;
	font-size: 22px;
	color: #131543;
}
.contacts-item p:last-child {
	margin-bottom: 0;
}
.contacts-item p:before {
	content: '';
	flex: 0 0 30px;
	max-width: 30px;
	width: 30px;
	height: 30px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: #0C0E38;
	margin-right: 24px;
}
.contacts-item p.phone:before {
	-webkit-mask-image: url(images/phone.svg);
	mask-image: url(images/phone.svg);
}
.contacts-item p.address:before {
	-webkit-mask-image: url(images/pin-alt.svg);
	mask-image: url(images/pin-alt.svg);
}
.contacts-item p.email:before {
	-webkit-mask-image: url(images/mail.svg);
	mask-image: url(images/mail.svg);
}
.contacts-item p a {
	color: #131543;
}
.contacts-item p a:hover {
	color: #98D6FF;
}




.categoriesFilter-items {
	position: relative;
	margin-bottom: -46px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.categoriesFilter-item {
	position: relative;
	margin-bottom: 46px;
	flex: 0 0 calc(50% - var(--gap) / 2);
	max-width: calc(50% - var(--gap) / 2);
}
.categoriesFilter-item__wrap {
	position: relative;
	border-radius: 20px;
	background: #ffffff;
	box-shadow: 0px 3px 6px 0px rgba(107, 196, 255, 0.50);
	display: flex;
	height: 100%;
	min-height: 272px;
	padding: 24px;
	z-index: 1;
}
.categoriesFilter-item__image {
	flex: 0 0 40%;
	max-width: 40%;
	margin-right: 24px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
.categoriesFilter-item__info {
	flex: auto;
	max-width: 100%;
	display: flex;
	flex-direction: column;
}
.categoriesFilter-item__title {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.3636;
	color: #131543;
	margin-bottom: 6px;
	text-transform: uppercase;
}
.categoriesFilter-item__text {
	color: #8F8E8E;
	flex: auto;
	max-height: 100%;
	line-height: 1;
}
.categoriesFilter-item__button {
	position: relative;
}
.categoriesFilter-item__button .btn {
	width: 100%;
}



.files-items {
	position: relative;
	margin-bottom: -40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.productSingle-files {
	margin-bottom: 0;
}
.productSingle-files:last-child {
	margin-bottom: -40px;
}
.files-item {
	position: relative;
	margin-bottom: 40px;
	flex: 0 0 calc(50% - var(--gap) / 2);
	max-width: calc(50% - var(--gap) / 2);
}
.files-item__wrap {
	position: relative;
	display: flex;
	align-items: center;
	color: #131543;
}
.files-item__icon {
	flex: 0 0 60px;
	max-width: 60px;
	height: 60px;
	margin-right: 16px;
	border-radius: 15px;
	background: #F6F6F6;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .25s;
}
.files-item__wrap:hover .files-item__icon {
	background: #767792;
}
.files-item__icon:before {
	content: '';
	flex: 0 0 40px;
	max-width: 40px;
	width: 40px;
	height: 40px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/cloud-download.svg);
	mask-image: url(images/cloud-download.svg);
	background-color: #131543;
	transition: .25s;
}
.files-item__wrap:hover .files-item__icon:before {
	background: #ffffff;
}
.files-item__title {
	line-height: 1.35;
}



.faq-items {
	position: relative;
	margin-bottom: -48px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.faq-items_l,
.faq-items_r {
	flex: 0 0 calc(50% - var(--gap) / 2);
	max-width: calc(50% - var(--gap) / 2);
}
.faq-item {
	position: relative;
	margin-bottom: 48px;
}
.faq-item__wrap {
	position: relative;
	z-index: 1;
}
.faq-item__head {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 15px;
	background: #ffffff;
	box-shadow: 0px 2px 6px 0px rgba(19, 21, 67, 0.50);
	padding: 15px 24px 15px 30px;
	cursor: pointer;
	transition: .25s;
}
.faq-item__head:hover {
	box-shadow: 0px 0px 10px 0px rgba(255, 206, 0, 0.75);
}
.faq-item__title {
	font-size: 24px;
	color: #131543;
	line-height: 1.35;
	margin-bottom: 0;
}
.faq-item__arrow {
	position: relative;
	flex: 0 0 40px;
	max-width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 15px;
	background: #F6F6F6;
	border-radius: 50%;
	z-index: 1;
}
.faq-item__arrow:before {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/chevron-down.svg);
	mask-image: url(images/chevron-down.svg);
	background-color: #313131;
	flex: 0 0 16px;
	max-width: 16px;
	width: 16px;
	height: 16px;
	transition: .25s;
}
.faq-item__wrap.active .faq-item__arrow:before {
	transform: rotate(180deg);
}
.faq-item__content {
	display: none;
	margin-top: 20px;
	padding: 10px 30px 30px;
	background: #F6F6F6;
	border-radius: 15px;
	padding: 25px 30px 30px;
	line-height: 1.35;
	color: #131543;
	text-align: center;
}
.faq-item__content:before {
	content: '';
	display: block;
	margin: 0 auto 16px;
	background: url(images/faq-icon.svg) no-repeat center;
	background-size: contain;
	width: 30px;
	height: 30px;
	z-index: 1;
}



.woocommerce div.product {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.woocommerce div.product .summary {
	flex: 0 0 calc(60% - var(--gap) * 2);
	max-width: calc(60% - var(--gap) * 2);
}
.woocommerce div.product .product_title {
	font-size: 28px;
	font-weight: 400;
	margin-bottom: 20px;
	color: #000000;
}
.woocommerce-product-details__short-description {
	font-weight: 300;
	color: #4B4B4B;
	margin-bottom: 30px;
}
.productSingle-itemsContent {
	position: relative;
	margin-bottom: 50px;
}
.productSingle-itemContent {
	position: relative;
	margin-bottom: 30px;
}
.productSingle-itemContent:last-child {
	margin-bottom: 0;
}
.productSingle-itemContent__title {
	font-size: 22px;
	color: #313131;
	font-weight: 400;
	margin-bottom: 15px;
}
.productSingle-itemContent__content {
	font-weight: 300;
	color: #4B4B4B;
}
.woocommerce div.product p.price {
	position: relative;
	margin-bottom: 20px;
	font-size: 28px;
	font-weight: 400;
	color: #000000;
}
.woocommerce div.product p.price del {
	font-size: 20px;
	color: #98D6FF;
	margin-right: 10px;
}
.woocommerce div.product p.price ins {
	text-decoration: none;
	font-weight: 400;
}
.woocommerce div.product .qib-container:not(#qib_id):not(#qib_id) {
	margin-top: 12px;
}
.woocommerce div.product form.cart button[type='submit']:not(#qib_id):not(#qib_id):not(_):not(_) {
	outline: none !important;
	box-shadow: none;
	display: inline-flex;
}
.woocommerce div.product .single_add_to_cart_button,
.productSingle-button .btn {
	justify-content: center;
	min-width: 340px;
}
.woocommerce div.product .single_add_to_cart_button.added {
	background: #767792;
}
.productSingle-button {
	position: relative;
}
.woocommerce div.product .images {
	flex: 0 0 40%;
	max-width: 40%;
}
.wpgis-slider-for {
	position: relative;
	margin-bottom: 40px;
}
.wpgis-slider-for .slick-dots {
	margin-top: 40px;
}
.wpgis-slider-for .slick-slide > div {
	height: 500px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 20px;
}
.wpgis-slider-for .slick-slide img {
	max-height: 500px;
	margin: auto;
}
.wpgis-slider-nav {
	position: relative;
}
.wpgis-slider-nav .slick-slide {
	border: none;
}
.wpgis-slider-nav .slick-slide > div {
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.wpgis-slider-nav .slick-slide img {
	max-width: 90px;
	max-height: 90px;
	margin: auto;
	opacity: .65;
}
.wpgis-slider-nav .slick-current img, 
.wpgis-slider-nav img:hover {
	opacity: 1;
}


.woocommerce .woocommerce-tabs {
	position: relative;
	margin-top: 80px;
	flex: 0 0 100%;
	max-width: 100%;
}
.woocommerce .woocommerce-tabs .tabs {
	margin: 0 0 60px;
	padding: 0;
	list-style: none;
	overflow: auto;
	overflow-y: inherit;
	display: flex;
	align-items: center;
}
.woocommerce .woocommerce-tabs .tabs li {
	flex: 0 0 auto;
	margin-right: 60px;
}
.woocommerce .woocommerce-tabs .tabs li:last-child {
	margin-right: 0;
}
.woocommerce .woocommerce-tabs .tabs li a {
	position: relative;
	display: flex;
	align-items: center;
	color: #131543;
	font-size: 28px;
	line-height: 1.36;
}
.woocommerce .woocommerce-tabs .tabs li.active a:before {
	content: '';
	flex: 0 0 8px;
	max-width: 8px;
	width: 8px;
	height: 8px;
	background: #131543;
	border-radius: 50%;
	margin-right: 20px;
}
.woocommerce .woocommerce-Tabs-panel {
	line-height: 1.36;
	color: #767676;
}
.descTableOverflow {
	overflow: auto;
}
.woocommerce-product-attributes {
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}
.woocommerce-product-attributes:last-child {
	margin-bottom: 0;
}
.woocommerce-product-attributes th,
.woocommerce-product-attributes td {
	padding: 15px;
}
.woocommerce-product-attributes tr:first-child th,
.woocommerce-product-attributes tr:first-child td {
	padding-top: 0;
}
.woocommerce-product-attributes tr:last-child th,
.woocommerce-product-attributes tr:last-child td {
	padding-bottom: 0;
}
.woocommerce-product-attributes th {
	width: 40%;
	color: #8F8E8E;
	font-weight: 300;
	text-align: left;
	min-width: 180px;
	padding-left: 0;
}
.woocommerce-product-attributes td {
	color: #131543;
	padding-right: 0;
}
.woocommerce div.product .rcProducts-section {
	flex: 0 0 100%;
	max-width: 100%;
}/*
.woocommerce div.product .rcProducts-section > .woocommerce {
	max-width: var(--container);
}*/

.woocommerce-Tabs-panel--additionalInfo_tab,
.woocommerce-Tabs-panel--description {
	overflow: hidden;
}

.woocommerce-Tabs-panel--additionalInfo_tab h1,
.woocommerce-Tabs-panel--additionalInfo_tab h2,
.woocommerce-Tabs-panel--additionalInfo_tab h3,
.woocommerce-Tabs-panel--additionalInfo_tab h4,
.woocommerce-Tabs-panel--additionalInfo_tab h5,
.woocommerce-Tabs-panel--additionalInfo_tab h6,
.woocommerce-Tabs-panel--description h1,
.woocommerce-Tabs-panel--description h2,
.woocommerce-Tabs-panel--description h3,
.woocommerce-Tabs-panel--description h4,
.woocommerce-Tabs-panel--description h5,
.woocommerce-Tabs-panel--description h6 {
	color: #131543;
}
.woocommerce-Tabs-panel--additionalInfo_tab table,
.woocommerce-Tabs-panel--description table {
	width: 100%;
	min-width: 800px;
	border-collapse: collapse;
	margin-bottom: var(--gap);
}
.woocommerce-Tabs-panel--additionalInfo_tab th,
.woocommerce-Tabs-panel--additionalInfo_tab td,
.woocommerce-Tabs-panel--description th,
.woocommerce-Tabs-panel--description td {
	padding: 5px 10px;
	border: 1px solid #8F8F8F;
}



.qib-button:not(#qib_id):not(#qib_id) {
	border-color: #535353 !important;
	background: none !important;
	color: #535353 !important;
	font-size: 20px !important;
	outline: none !important;
	box-shadow: none !important;
	cursor: pointer;
}
.qib-button.minus:not(#qib_id):not(#qib_id) {
	border-radius: 8px 0 0 8px !important;
}
.qib-button.plus:not(#qib_id):not(#qib_id) {
	border-radius: 0 8px 8px 0 !important;
}
.qib-button:not(#qib_id):not(#qib_id):hover {
	background: #535353 !important;
	color: #ffffff !important;
}
.qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
	border-color: #535353 !important;
	color: #535353 !important;
	font-size: 20px !important;
	outline: none !important;
	box-shadow: none !important;
}



.woocommerce-error,.woocommerce-info,.woocommerce-message {
	padding: 20px 30px;
	margin: 0 0 30px !important;
	position: relative;
	background-color: #f7f6f7;
	color: #515151;
	border: 1px solid #F3F3F3;
	border-radius: 20px;
	border-top: 3px solid #a46497;
	list-style: none outside;
	width: auto;
	word-wrap: break-word;
}
.woocommerce-error li,.woocommerce-info li,.woocommerce-message li {
	list-style: none outside!important;
	padding-left: 0!important;
	margin-left: 0!important
}
.woocommerce-message {
	border-top-color: #8fae1b
}
.woocommerce-info {
	border-top-color: #1e85be
}
.woocommerce-error {
	border-top-color: #b81c23
}
.woocommerce-error a,.woocommerce-info a,.woocommerce-message a {
	float: right;
	color: #8F8E8E;
	text-decoration: underline;
}
.woocommerce-error a:hover,.woocommerce-info a:hover,.woocommerce-message a:hover {
	color: #131543;
}



.pageCart-content {
	position: relative;
	border-radius: 30px;
	overflow: hidden;
	border: 1px solid #F3F3F3;
	z-index: 1;
}
.woocommerce-cart-form {
	position: relative;
	margin-bottom: 60px;
}
.woocommerce-cart-form table.cartTable {
	position: relative;
	width: 100%;
}
.woocommerce-cart-form table.cartTable tbody tr:last-child {
	display: none;
}
.woocommerce-cart-form table.cartTable th {
	position: relative;
	background: #FAFAFA;
	padding: 25px 20px;
	text-align: left;
	font-weight: 600;
	line-height: 1.36;
	color: #131543;
}
.woocommerce-cart-form table.cartTable th:first-child {
	padding-left: 40px;
}
.woocommerce-cart-form table.cartTable th:last-child {
	padding-right: 40px;
}
.woocommerce-cart-form table.cartTable td {
	position: relative;
	padding: 20px;
	text-align: left;
	font-weight: 400;
	line-height: 1.36;
	color: #131543;
}
.woocommerce-cart-form table.cartTable td:first-child {
	padding-left: 40px;
}
.woocommerce-cart-form table.cartTable td:last-child {
	padding-right: 40px;
	width: 240px;
}
.cartTable-info {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.cartTable-info .product-remove {
	flex: 0 0 50px;
	max-width: 50px;
}
.cartTable-info .product-remove a {
	width: 30px;
	height: 30px;
	border: 1px solid #8F8E8E;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 0;
	transition: .25s;
}
.cartTable-info .product-remove a:hover {
	background: #8F8E8E;
}
.cartTable-info .product-remove a:before {
	content: '';
	-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: #8F8E8E;
	flex: 0 0 24px;
	max-width: 24px;
	width: 24px;
	height: 24px;
	transition: .25s;
}
.cartTable-info .product-remove a:hover:before {
	background-color: #ffffff;
}
.cartTable-info .product-thumbnail {
	flex: 0 0 100px;
	max-width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 30px;
}
.cartTable-info .product-thumbnail img {
	max-height: 100px;
}
.cartTable-info .product-name {
	flex: 0 0 calc(100% - 50px - 100px - 30px - 180px - 20px - 120px);
	max-width: calc(100% - 50px - 100px - 30px - 180px - 20px - 120px);
	padding-right: 20px;
}
.cartTable-info .product-price {
	flex: 0 0 180px;
	max-width: 180px;
	margin-right: 20px;
}
.cartTable-info .product-quantity {
	flex: 0 0 120px;
	max-width: 120px;
	text-align: center;
	font-weight: 600;
}

.cart-collaterals {
	position: relative;
	padding: 0 40px 80px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.cartTable-return {
	margin-bottom: 12px;
}
.cartTable-return a,
.checkoutForm-button-return {
	color: #8F8E8E;
	text-decoration: underline;
}
.cartTable-return a:hover,
.checkoutForm-button-return:hover {
	color: #131543;
}
.cart-collaterals .cart_totals {
	flex: 0 0 370px;
	max-width: 370px;
}
.cart-collaterals .cart_totals .woocommerce-shipping-totals {
	display: none;
}
.cart-collaterals table.shop_table {
	width: 100%;
	margin-bottom: 26px;
}
.cart-collaterals table.shop_table th,
.cart-collaterals table.shop_table td {
	color: #131543;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.36;
	padding: 0 5px;
}
.cart-collaterals table.shop_table th {
	text-align: right;
}
.cart-collaterals table.shop_table td strong {
	font-weight: 600;
}
.wc-proceed-to-checkout .btn {
	width: 100%;
	justify-content: center;
}



.checkoutForm {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.checkoutForm-left {
	flex: 0 0 40%;
	max-width: 40%;
}
.checkoutForm-right {
	flex: 0 0 calc(60% - 100px);
	max-width: calc(60% - 100px);
}
.woocommerce-billing-fields {
	position: relative;
	margin-bottom: 60px;
}
.woocommerce-billing-fields:last-child {
	margin-bottom: 0;
}
.woocommerce-billing-fields > h3,
.woocommerce-additional-fields > h3,
#order_review_heading,
.checkoutForm-payment > h3,
.woocommerce-Address-title > h3,
.woocommerce-form-login > h2,
.woocommerce-form-register > h2 {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.36;
	color: #131543;
	margin-bottom: 30px;
}
#billing_country_field {
	display: none;
}
.form-row {
	position: relative;
	margin-bottom: 20px;
}
.form-row:last-child {
	margin-bottom: 0;
}
.form-row > label {
	font-size: 16px;
	display: block;
	width: 100%;
	margin-bottom: 4px;
}
.form-row > label.screen-reader-text,
.form-row > label abbr {
	display: none;
}
.form-row textarea {
	height: 130px;
}


.woocommerce-checkout-review-order-table {
	position: relative;
	border: 1px solid #838383;
	border-spacing: 0;
	border-radius: 15px;
	margin-bottom: 60px;
	width: 100%;
}
.woocommerce-checkout-review-order-table thead th {
	font-weight: 600;
	color: #131543;
	text-align: left;
	padding: 14px 15px;
	border-bottom: 1px solid #838383;
}
.woocommerce-checkout-review-order-table thead th:first-child,
.woocommerce-checkout-review-order-table tbody td:first-child,
.woocommerce-checkout-review-order-table tfoot th:first-child {
	padding-left: 30px;
}
.woocommerce-checkout-review-order-table thead th:last-child,
.woocommerce-checkout-review-order-table tbody td:last-child,
.woocommerce-checkout-review-order-table tfoot td:last-child {
	padding-right: 30px;
	width: 42%;
}
.woocommerce-checkout-review-order-table tbody td {
	padding: 14px 15px;
	border-bottom: 1px solid #838383;
	font-size: 18px;
	color: #131543;
}
.woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout-review-order-table tfoot td {
	padding: 14px 15px;
	border-bottom: 1px solid #838383;
	font-size: 18px;
	color: #131543;
	text-align: left;
}
.woocommerce-checkout-review-order-table tfoot th {
	font-weight: 600;
}
.woocommerce-checkout-review-order-table tfoot tr:last-child th,
.woocommerce-checkout-review-order-table tfoot tr:last-child td {
	border-bottom: none;
}

.woocommerce-shipping-methods,
.checkoutForm-payment ul {
	padding: 0;
	list-style: none;
}
.woocommerce-shipping-methods li,
.checkoutForm-payment ul li {
	position: relative;
	margin-bottom: 9px;
}
.woocommerce-shipping-methods li:last-child,
.checkoutForm-payment ul li:last-child {
	margin-bottom: 0;
}
.woocommerce-shipping-methods li label,
.checkoutForm-payment ul li label {
	cursor: pointer;
	font-size: 18px;
	color: #131543;
}

.checkoutForm-payment {
	position: relative;
	background: #F2FAFF;
	padding: 25px 30px 30px;
	border-radius: 15px;
	margin-bottom: 40px;
}
.checkoutForm-payment > h3 {
	margin-bottom: 20px;
}

.woocommerce-terms-and-conditions-wrapper,
.woocommerce-privacy-policy-text {
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 20px;
}
.checkoutForm-button {
	text-align: right;
}
.checkoutForm-button .btn {
	min-width: 370px;
}


.woocommerce-order {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.woocommerce-thankyou-order-received {
	position: relative;
	flex: 0 0 100%;
	max-width: 100%;
	background: #F2FAFF;
	padding: 30px;
	border-radius: 15px;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	color: #131543;
	margin-bottom: 40px;
}
.woocommerce-thankyou-order-details {
	margin: 0;
	list-style: none;
}
.woocommerce-thankyou-order-details li {
	position: relative;
	margin-bottom: 12px;
}
.woocommerce-thankyou-order-details li:last-child {
	margin-bottom: 0;
}
.woocommerce-thankyou-order-details li strong {
	display: block;
	font-weight: 600;
}
.woocommerce-thankyou-order-details,
.woocommerce-order-details,
.woocommerce-customer-details {
	position: relative;
	flex: calc((100% / 3) - (2 * var(--gap) / 3));
	max-width: calc((100% / 3) - (2 * var(--gap) / 3));
	border: 1px solid #838383;
	border-radius: 15px;
	padding: 30px;
	line-height: 1.36;
	margin-right: var(--gap);
	font-size: 18px;
	z-index: 1;
}
.woocommerce-customer-details {
	margin-right: 0;
}
.woocommerce-order-details__title,
.woocommerce-column__title {
	font-size: 22px;
	font-weight: 600;
}
.woocommerce-table--order-details th,
.woocommerce-table--order-details td {
	padding: 5px 10px;
}
.woocommerce-table--order-details th:first-child,
.woocommerce-table--order-details td:first-child {
	padding-left: 0;
}
.woocommerce-table--order-details th:last-child,
.woocommerce-table--order-details td:last-child {
	padding-right: 0;
}
.woocommerce-table--order-details tr   {
	text-align: left;
	font-weight: 600;
	padding-left: 10px;
}
.woocommerce-customer-details address {
	font-style: normal;
}



.woocommerce-MyAccount-navigation {
	width: 250px;
	float: left;
}
.woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.woocommerce-MyAccount-navigation li a {
	font-size: 18px;
	font-weight: 600;
	color: #131543;
	display: block;
	padding: 12px 28px;
	border-radius: 8px;
}
.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-MyAccount-navigation li a:hover {
	background: #131543;
	color: #ffffff;
}
.woocommerce-MyAccount-navigation li.is-active a {
	font-weight: 700;
}
.woocommerce-MyAccount-content {
	width: calc(100% - 250px - 50px);
	float: right;
}
body.woocommerce-account .container > .woocommerce {
	overflow: hidden;
}


.woocommerce-orders-table {
	position: relative;
	width: 100%;
	border: 1px solid #F3F3F3;
	border-radius: 20px;
	border-spacing: 0;
}
.woocommerce-orders-table thead th {
	background: #FAFAFA;
	font-size: 16px;
	font-weight: 700;
	color: #131543;
	text-align: left;
	padding: 13px 15px;
}
.woocommerce-orders-table tbody td {
	padding: 13px 15px;
	text-align: left;
	color: #535353;
	font-size: 16px;
	font-weight: 600;
}
.woocommerce-orders-table thead th:first-child,
.woocommerce-orders-table tbody td:first-child {
	padding-left: 30px;
}
.woocommerce-orders-table thead th:last-child,
.woocommerce-orders-table tbody td:last-child {
	padding-right: 30px;
}
.woocommerce-orders-table__cell-order-actions .btn {
	min-width: 140px;
	text-align: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 600;
	min-height: 36px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 8px;
}

.pageAccount-viewOrder {
	display: flex;
	justify-content: space-between;
}
.pageAccount-viewOrder .woocommerce-order-details, 
.pageAccount-viewOrder .woocommerce-customer-details {
	flex: 0 0 calc(50% - var(--gap) / 2);
	max-width: calc(50% - var(--gap) / 2);
}


.woocommerce-Address-title > h3 {
	margin-bottom: 15px;
}
.woocommerce-Address-title a.edit {
	color: red;
	text-decoration: underline;
	margin-bottom: 10px;
	display: inline-block;
	font-size: 18px;
}
.woocommerce-Address-title a.edit:hover {
	color: #131543;
}



.pageAccount-login {
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pageAccount-login-left,
.pageAccount-login-right {
	flex: 0 0 calc(50% - 50px);
	max-width: calc(50% - 50px);
}
.woocommerce-form-login,
.woocommerce-form-register {
	position: relative;
	border: 1px solid #F3F3F3;
	border-radius: 20px;
	padding: 30px;
}



.woocommerce-pagination {
	position: relative;
	margin-top: 60px;
	z-index: 99;
}
.page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
}
.page-numbers li {
	position: relative;
	margin-right: 5px;
}
.page-numbers li:last-child {
	margin-right: 0;
}
.page-numbers li a {
	display: block;
	font-size: 22px;
	color: #bababa;
	padding: 2px 5px;
	min-width: 30px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.page-numbers li a:hover,
.page-numbers li span.current {
	color: #98D6FF;
}




.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: #ffffff;
	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: var(--white);
	height: 100%;
	width: 100%;
	transform: translateX(-100%);
	transition: .25s;
	overflow: auto;
	z-index: 1;
}
.modal-mobile.show .modal-mobile-wrap {
	transform: translateX(0);
}
.modal-mobile-header {
	position: relative;
	background: var(--green);
	padding: 15px 0;
	z-index: 1;
}
.modal-mobile-header-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.modal-mobile-title {
	font-size: 20px;
	color: #131543;
	font-weight: 700;
	line-height: 1.35;
	margin-bottom: 0;
}
.modal-mobile-close {
	-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: #131543;
	flex: 0 0 30px;
	max-width: 30px;
	width: 30px;
	height: 30px;
	border: none;
	padding: 0;
	cursor: pointer;
	outline: none !important;
	transition: .25s;
}
.modal-mobile-close:hover {
	background-color: #98D6FF;
}
.modal-mobile-body {
	position: relative;
	padding: 0 0 30px;
}
.mobile-menu {
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
}
.mobile-menu:last-child {
	margin-bottom: 0;
}
.mobile-menu li {
	position: relative;
	margin-bottom: 10px;
}
.mobile-menu li:last-child {
	margin-bottom: 0;
}
.mobile-menu li a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #FCFCFC;
	color: #0C0E38;
	border-radius: 10px;
	min-height: 60px;
	font-size: 16px;
	font-weight: 400;
	padding: 5px 20px;
}
.mobile-menu li a:hover {
	color: #98D6FF;
}
.mobile-menu li a: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-color: #0C0E38;
	flex: 0 0 24px;
	max-width: 24px;
	width: 24px;
	height: 24px;
	margin-left: 16px;
	transition: .25s;
}
.mobile-menu li a:hover:after {
	background-color: #98D6FF;
}
.mobile-menu ul {
	display: none;
}
.modal-mobile-body .footer-menu {
	text-align: left !important;
}
.modal-mobile-body .footer-menu li {
	margin-bottom: 10px;
}
.modal-mobile-body .footer-menu li a {
	text-decoration: underline;
	font-size: 14px;
}
.mobile-logo {
	margin-top: 30px;
	text-align: left;
}
.mobile-logo img {
	width: 100%;
	max-width: 200px;
}



@media (max-width: 1239px) {
	:root {
		--container: 930px;
		--gap: 28px;
	}
	body {
		font-size: 16px;
	}
	h1 {
		font-size: 36px;
	}
	h2 {
		font-size: 32px;
	}
	h3 {
		font-size: 28px;
	}
	h4 {
		font-size: 24px;
	}
	h5 {
		font-size: 20px;
	}
	h6 {
		font-size: 18px;
	}
	.form-field {
		margin-bottom: 20px;
	}
	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="password"],
	textarea {
		font-size: 16px;
	}
	textarea {
		height: 284px;
	}
	.section {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.heading {
		margin-bottom: 40px;
	}
	.btn {
		min-height: 55px;
		font-size: 18px;
		padding: 12px 20px;
	}
	.btn-sm {
		font-size: 18px;
		min-height: 50px;
		padding: 13px 20px;
	}
	.owl-dots {
		margin-top: 30px;
	}
	.header-wrap {
		padding: 0 20px 0 10px;
	}
	.main-menu > li {
		padding: 0 10px;
	}
	.main-menu > li > a:after {
		left: -10px;
	}
	.main-menu > li:hover > a:after, .main-menu > li.current-menu-item > a:after {
		width: calc(100% + 10px + 10px);
	}
	.header-logo {
		flex: 0 0 200px;
		max-width: 200px;
	}
	.header-logo img {
		max-width: 160px;
	}
	.main-menu-left {
		flex: 0 0 calc(50% - 100px);
		max-width: calc(50% - 100px);
	}
	.main-menu-right {
		margin-right: 30px;
	}
	.header-search {
		top: 100px;
	}
	.mainBlock-wrap {
		padding: 60px 0;
	}
	.mainBlock-heading {
		font-size: 52px;
	}
	.mainBlock-caption {
		font-size: 20px;
	}
	.mainBlock-text {
		font-size: 24px;
	}
	.about-item__image {
		flex: 0 0 36px;
		max-width: 36px;
	}
	.about-item__text {
		font-size: 18px;
		flex: 0 0 calc(100% - 36px - 16px);
    	max-width: calc(100% - 36px - 16px);
	}
	.partners-item {
		height: 100px;
	}
	.partners-item img {
		max-height: 100px;
	}
	.advantages-item__image {
		width: 100px;
		height: 100px;
		margin-bottom: 15px;
	}
	.advantages-item__image img {
		max-height: 100px;
	}
	.advantages-item__title {
		font-size: 18px;
	}
	.banner-info .heading h2 {
		font-size: 32px;
	}
	.bannerAdvantages-item__title {
		font-size: 18px;
	}
	.reviews-item__wrap {
		padding: 0 20px 25px;
	}
	.reviews-item__image {
		width: 120px;
		height: 120px;
	}
	.reviews-item__date {
		right: 20px;
	}
	.reviews-item__name {
		font-size: 20px;
	}
	.feedback-text {
		font-size: 20px;
	}
	.formFeedback-left,
	.formFeedback-right {
		margin-bottom: 20px;
	}
	.footer {
		padding-bottom: 30px;
	}
	.footer-top {
		margin-bottom: 40px;
	}
	.footer-menu li a {
		font-size: 16px;
	}
	.footer-logo img {
		max-width: 200px;
	}
	.copyright, .developer {
		font-size: 14px;
	}
	.phone-fixed-btn button {
		width: 64px;
		height: 64px;
	}
	.phone-fixed-btn button span {
		flex: 0 0 32px;
		max-width: 32px;
		width: 32px;
		height: 32px;
	}

	.modal-header {
		padding: 20px 60px;
	}
	.modal-title {
		font-size: 22px;
	}
	.modal-close {
		top: 15px;
		right: 25px;
	}
	.modal-body {
		padding: 40px 100px;
	}

	.page-header {
		padding: 25px 0 40px;
	}
	.aioseo-breadcrumbs {
		margin-bottom: 15px;
	}

	.woocommerce .products ul, .woocommerce ul.products {
		margin-bottom: -40px;
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		margin-bottom: 40px;
	}
	.woocommerce-loop-product__title {
		font-size: 20px;
	}
	ul.products li.product .price {
		font-size: 20px;
	}

	.cat-item a {
		padding: 20px 25px 18px;
	}
	.woocommerce ul.products li.product .woocommerce-loop-category__title {
		font-size: 20px;
	}
	.cat-item__image {
		height: 170px;
	}
	.woocommerce ul.products li.product a .cat-item__image img {
		max-height: 170px;
	}
	.cat-item__more {
		right: 25px;
	}
	.cat-item__more p {
		font-size: 18px;
	}

	.productSingle-itemContent__title {
		font-size: 20px;
	}
	.productSingle-itemsContent {
		margin-bottom: 40px;
	}
	.woocommerce div.product .qib-container:not(#qib_id):not(#qib_id) {
    	margin-top: 9px;
	}
	.woocommerce div.product .single_add_to_cart_button, .productSingle-button .btn {
		min-width: 300px;
	}

	.wpgis-slider-for {
		margin-bottom: 20px;
	}
	.wpgis-slider-for .slick-slide > div {
		height: 400px;
	}
	.wpgis-slider-for .slick-slide img {
		max-height: 400px;
	}
	.wpgis-slider-for .slick-dots {
		margin-top: 20px;
	}
	.wpgis-slider-nav .slick-slide > div {
		height: 84px;
	}
	.wpgis-slider-nav .slick-slide img {
		max-width: 84px;
		max-height: 84px;
	}
	.woocommerce .woocommerce-tabs {
		margin-top: 60px;
	}
	.woocommerce .woocommerce-tabs .tabs {
		margin-bottom: 40px;
	}
	.woocommerce .woocommerce-tabs .tabs li a {
		font-size: 24px;
	}

	.page-header-image {
		height: 260px;
	}
	.page-description {
		font-size: 18px;
	}
	.categoriesFilter-item__wrap {
		padding: 20px;
	}
	.categoriesFilter-item__image {
		flex: 0 0 36%;
		max-width: 36%;
	}
	.categoriesFilter-item__title {
		font-size: 20px;
	}
	.categoriesFilter-items {
		margin-bottom: -30px;
	}
	.categoriesFilter-item {
		margin-bottom: 30px;
	}
	.files-items {
		margin-bottom: -30px;
	}
	.productSingle-files {
		margin-bottom: 0;
	}
	.productSingle-files:last-child {
		margin-bottom: -30px;
	}
	.files-item {
		margin-bottom: 30px;
	}

	.faq-item__head {
		padding: 12px 20px 12px 25px;
	}
	.faq-item__title {
		font-size: 20px;
	}
	.faq-items {
		margin-bottom: -30px;
	}
	.faq-item {
		margin-bottom: 30px;
	}

	.contacts-item p:before {
		flex: 0 0 24px;
		max-width: 24px;
		width: 24px;
		height: 24px;
		margin-right: 16px;
	}
	.contacts-item p {
		font-size: 18px;
	}


	.woocommerce-cart-form table.cartTable th {
		padding: 18px 20px;
	}
	.woocommerce-cart-form table.cartTable td {
		padding: 16px;
	}
	.woocommerce-cart-form table.cartTable th:first-child,
	.woocommerce-cart-form table.cartTable td:first-child {
		padding-left: 30px;
	}
	.woocommerce-cart-form table.cartTable th:last-child,
	.woocommerce-cart-form table.cartTable td:last-child {
		padding-right: 30px;
	}
	.woocommerce-cart-form table.cartTable td:last-child {
		width: 200px;
	}
	.cartTable-info .product-thumbnail {
		flex: 0 0 80px;
		max-width: 80px;
		height: 80px;
		margin-right: 20px;
	}
	.cartTable-info .product-thumbnail img {
		max-height: 80px;
	}
	.cartTable-info .product-name {
		flex: 0 0 calc(100% - 50px - 80px - 20px - 150px - 20px - 120px);
		max-width: calc(100% - 50px - 80px - 20px - 150px - 20px - 120px);
	}
	.cartTable-info .product-price {
		flex: 0 0 150px;
		max-width: 150px;
	}
	.qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
		font-size: 18px !important;
	}
	.woocommerce-cart-form {
		margin-bottom: 40px;
	}
	.cart-collaterals {
		padding: 0 30px 40px;
	}
	.cart-collaterals table.shop_table {
		margin-bottom: 20px;
	}
	.cart-collaterals table.shop_table th, .cart-collaterals table.shop_table td {
		font-size: 22px;
	}

	.checkoutForm-left {
    	flex: 0 0 45%;
    	max-width: 45%;
	}
	.checkoutForm-right {
    	flex: 0 0 calc(55% - 40px);
    	max-width: calc(55% - 40px);
	}
	.woocommerce-checkout-review-order-table thead th,
	.woocommerce-checkout-review-order-table tbody td,
	.woocommerce-checkout-review-order-table tfoot th,
	.woocommerce-checkout-review-order-table tfoot td {
		font-size: 16px;
		padding: 8px 12px;
	}
	.woocommerce-checkout-review-order-table thead th:first-child, .woocommerce-checkout-review-order-table tbody td:first-child, .woocommerce-checkout-review-order-table tfoot th:first-child {
		padding-left: 20px;
	}
	.woocommerce-checkout-review-order-table thead th:last-child, .woocommerce-checkout-review-order-table tbody td:last-child, .woocommerce-checkout-review-order-table tfoot td:last-child {
		padding-right: 20px;
		width: 48%;
	}
	.woocommerce-shipping-methods li, .checkoutForm-payment ul li {
		margin-bottom: 5px;
	}
	.woocommerce-shipping-methods li label, .checkoutForm-payment ul li label {
		font-size: 16px;
	}

	.woocommerce-billing-fields > h3, .woocommerce-additional-fields > h3, #order_review_heading, .checkoutForm-payment > h3, .woocommerce-Address-title > h3, .woocommerce-form-login > h2, .woocommerce-form-register > h2 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.woocommerce-checkout-review-order-table,
	.woocommerce-billing-fields {
		margin-bottom: 40px;
	}
	.checkoutForm-payment {
		margin-bottom: 30px;
	}
	.woocommerce-terms-and-conditions-wrapper, .woocommerce-privacy-policy-text {
		font-size: 14px;
	}
	.checkoutForm-button .btn {
		min-width: 300px;
	}

	.woocommerce-thankyou-order-received {
		font-size: 20px;
		padding: 20px;
		margin-bottom: 30px;
	}
	.woocommerce-thankyou-order-details, .woocommerce-order-details, .woocommerce-customer-details {
		font-size: 16px;
		padding: 20px;
	}

	.woocommerce-order-details__title, .woocommerce-column__title {
		font-size: 18px;
	}

	.woocommerce-MyAccount-navigation li a {
		font-size: 16px;
	}
	.woocommerce-MyAccount-content {
		width: calc(100% - 250px - 30px);
	}

	.woocommerce-orders-table thead th,
	.woocommerce-orders-table tbody td {
		padding: 8px 12px;
	}
	.woocommerce-orders-table thead th:first-child,
	.woocommerce-orders-table tbody td:first-child {
		padding-left: 20px;
	}
	.woocommerce-orders-table thead th:last-child,
	.woocommerce-orders-table tbody td:last-child {
		padding-right: 20px;
	}
	.woocommerce-orders-table__cell-order-actions .btn {
		min-width: 100px;
	}

	.error-404-number {
		font-size: 200px;
	}
	.error-404-button {
		margin-top: 40px;
	}

	.advantages-button {
		margin-top: 40px;
	}

	.woocommerce-pagination {
		margin-top: 40px;
	}
}


@media (max-width: 991px) {
	:root {
		--container: 710px;
		--gap: 28px;
	}
	.header {
		padding-top: 8px;
	}
	.header-wrap {
		padding: 0 20px;
		height: 54px;
	}
	.menu-toggle {
		display: block;
	}
	.main-menu {
		display: none;
	}
	.header-icons {
		flex: auto;
		max-width: 100%;
		justify-content: flex-end;
		margin-right: 10px;
	}
	.lang-menu > li {
		min-height: 54px;
	}
	.header-search {
		top: 0;
		position: relative;
		margin-top: 8px;
	}
	.searchform {
		max-width: 100%;
	}
	.mainBlock-wrap {
    	padding: 30px 0 40px;
	}
	.mainBlock-heading {
    	font-size: 36px;
	}
	.mainBlock-caption {
    	font-size: 18px;
    	margin-bottom: 15px;
	}
	.mainBlock-text {
    	font-size: 18px;
	}
	.about-section {
		padding-top: 60px !important;
	}
	.about-wrap {
		flex-direction: column-reverse;
	}
	.about-image {
		flex: auto;
		max-width: 100%;
		text-align: center;
		margin-bottom: 25px;
	}
	.about-info {
		flex: auto;
		max-width: 100%;
	}

	.advantages-items {
		margin: 0 calc(var(--gap) / -2) -30px;
	}
	.advantages-item {
		padding: 0 calc(var(--gap) / 2);
		flex: 0 0 50%;
		max-width: 50%;
		margin: 0 0 30px;
	}
	.advantages-item__image {
		width: 80px;
		height: 80px;
		margin-bottom: 10px;
	}
	.advantages-item__image img {
    	max-height: 80px;
	}
	.advantages-item__image:before {
		width: 24px;
		height: 24px;
		right: -20px;
	}

	.banner-wrap {
		flex-direction: column;
		align-items: flex-start;
	}
	.banner-image {
		flex: auto;
		max-width: 100%;
		margin-bottom: 30px;
		text-align: center;
	}
	.banner-info {
		flex: auto;
		max-width: 100%;
	}
	.banner-info .heading h2 {
		font-size: 28px;
	}
	.banner-info .heading {
    	margin-bottom: 20px;
	}
	.feedback-wrap {
		padding: 30px;
	}
	.feedback-text {
    	font-size: 18px;
    	margin-bottom: 30px;
	}
	.formFeedback-left,
	.formFeedback-right {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.footer-top {
		display: block;
		margin-bottom: 60px;
	}
	.footer-menu {
		display: block;
		margin-bottom: 35px;
		text-align: center;
		max-width: 100%;
	}
	.footer-menu li {
		max-width: 100%;
	}
	.footer-col {
		margin-bottom: 30px;
		text-align: center;
	}
	.footer-bottom {
		flex-direction: column;
	}
	.footer-logo {
		text-align: center;
		margin-bottom: 20px;
	}
	.copyright {
		margin-bottom: 12px;
	}

	.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
		flex: 0 0 calc(100% / 2);
		max-width: calc(100% / 2);
	}
	.product-item__image {
		height: calc((var(--container) - var(--gap)) / 2 * 1.0772);
	}
	.product-item__image img {
		max-height: calc((var(--container) - var(--gap)) / 2 * 1.0772);
	}

	.woocommerce div.product > div,
	.woocommerce div.product > section {
		order: 3;
	}
	.woocommerce div.product .images {
		flex: 0 0 100%;
		max-width: 100%;
		order: 1;
		margin-bottom: 40px;
	}
	.woocommerce div.product .summary {
		flex: 0 0 100%;
		max-width: 100%;
		order: 2;
	}
	.wpgis-slider-for .slick-slide > div {
		height: 360px;
	}
	.wpgis-slider-for .slick-slide img {
		max-height: 360px;
	}
	.wpgis-slider-nav .slick-slide > div {
		height: 80px;
	}
	.wpgis-slider-nav .slick-slide img {
		max-width: 80px;
		max-height: 80px;
	}
	.woocommerce .woocommerce-tabs .tabs {
    	margin-bottom: 30px;
	}
	.woocommerce .woocommerce-tabs .tabs li {
		margin-right: 40px;
	}
	.woocommerce .woocommerce-tabs .tabs li a {
    	font-size: 20px;
	}
	.woocommerce .woocommerce-tabs .tabs li.active a:before {
		margin-right: 12px;
	}
	.woocommerce-product-attributes th, .woocommerce-product-attributes td {
		padding: 8px;
	}

	.page-header-image {
    	height: 220px;
    	margin-top: -120px;
	}
	.page-title {
		margin-bottom: 20px;
	}
	.categoriesFilter-item {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.categoriesFilter-item__wrap {
		min-height: 180px;
	}
	.categoriesFilter-item__image img {
		max-height: 160px;
	}

	.files-item {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.faq-items_l, .faq-items_r {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.contacts-items {
		display: block;
	}
	.contacts-item {
		margin-bottom: 10px;
	}
	.contacts-item:last-child {
		margin-bottom: 0;
	}

	.cartTable-info {
		display: grid;
		grid-template-columns: repeat(3, auto);
		grid-template-rows: repeat(3, auto);
		grid-column-gap: 10px;
		grid-row-gap: 6px;
		justify-content: flex-start;
	}
	.cartTable-info .product-remove {
		flex: 0 0 32px;
		max-width: 32px;
		grid-area: 1 / 1 / 4 / 2;
	}
	.cartTable-info .product-remove a {
		width: 24px;
		height: 24px;
	}
	.cartTable-info .product-remove a:before {
		flex: 0 0 18px;
		max-width: 18px;
		width: 18px;
		height: 18px;
	}
	.cartTable-info .product-thumbnail {
		flex: 0 0 60px;
		max-width: 60px;
		height: 60px;
		margin-right: 0px;
		grid-area: 1 / 2 / 4 / 3;
	}
	.cartTable-info .product-thumbnail img {
		max-height: 60px;
	}
	.cartTable-info .product-name {
    	flex: 0 0 100%;
    	max-width: 100%;
    	padding-right: 0;
   	grid-area: 1 / 3 / 2 / 4;
	}
	.cartTable-info .product-price {
		flex: 0 0 100%;
    	max-width: 100%;
    	margin-right: 0;
   	grid-area: 2 / 3 / 3 / 4;
	}
	.cartTable-info .product-quantity {
		flex: 0 0 100%;
    	max-width: 100%;
   	grid-area: 3 / 3 / 4 / 4;
   	text-align: left;
	}
	.cart-collaterals {
		flex-direction: column-reverse;
	}
	.cart-collaterals .cart_totals {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}
	.cartTable-return {
		margin-bottom: 0;
		width: 100%;
		text-align: right;
	}
	.cart-collaterals table.shop_table {
    	margin-bottom: 10px;
	}
	.cart-collaterals table.shop_table th, .cart-collaterals table.shop_table td {
    	font-size: 18px;
	}

	.checkoutForm-left {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 40px;
	}
	.checkoutForm-right {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.modal-title {
    	font-size: 20px;
	}
	.woocommerce-MyAccount-navigation {
		width: 100%;
		margin-bottom: 40px;
	}
	.woocommerce-MyAccount-content {
		width: 100%;
	}


	.pageAccount-login-left, .pageAccount-login-right {
    	flex: 0 0 100%;
    	max-width: 100%;
	}
	.pageAccount-login-left {
		margin-bottom: 40px;
	}

	.woocommerce-orders-table {
		display: block;
	}
	.woocommerce-orders-table thead {
		display: none;
	}
	.woocommerce-orders-table tbody {
		display: block;
		width: 100%;
	}
	.woocommerce-orders-table tr {
		display: block;
		width: 100%;
		border-bottom: 1px solid #F3F3F3;
		padding: 20px;
	}
	.woocommerce-orders-table tr:last-child {
		border-bottom: none;
	}
	.woocommerce-orders-table td {
		display: block;
		width: 100%;
		padding: 0 !important;
		margin-bottom: 6px;
	}
	.woocommerce-orders-table td:last-child {
		margin-bottom: 0;
	}
	.pageAccount-viewOrder {
		flex-wrap: wrap;
	}
	.woocommerce-thankyou-order-details, .woocommerce-order-details, .woocommerce-customer-details,
	.pageAccount-viewOrder .woocommerce-order-details, .pageAccount-viewOrder .woocommerce-customer-details {
		flex: 0 0 100%;
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.error-404-number {
    	font-size: 160px;
	}
}



@media (max-width: 767px) {
	:root {
		--container: 510px;
		--gap: 20px;
	}
	body {
		font-size: 14px;
	}
	h1 {
		font-size: 30px;
	}
	h2 {
		font-size: 26px;
	}
	h3 {
		font-size: 22px;
	}
	h4 {
		font-size: 20px;
	}
	h5 {
		font-size: 18px;
	}
	h6 {
		font-size: 16px;
	}
	.heading,
	.about-info .heading,
	.categories-section .heading {
		margin-bottom: 20px;
	}
	.heading h2,
	.banner-info .heading h2 {
		font-size: 24px;
	}
	.mainBlock-heading {
    	font-size: 28px;
	}
	.mainBlock-caption {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.mainBlock-caption:before {
		flex: 0 0 18px;
		max-width: 18px;
		width: 18px;
		height: 18px;
		margin-right: 10px;
	}
	.mainBlock-text {
    	font-size: 14px;
	}
	.about-item {
		margin-bottom: 20px;
	}
	.about-item__label {
		margin-bottom: 6px;
	}
	.about-item__image {
    	flex: 0 0 28px;
    	max-width: 28px;
    	margin-right: 10px;
	}
	.about-item__text {
		font-size: 16px;
	}
	.partners-item {
    	height: 80px;
	}
	.partners-item img {
    	max-height: 80px;
	}
	.cat-item__more p {
    	font-size: 16px;
	}
	.woocommerce .products ul, .woocommerce ul.products {
		margin-bottom: -20px;
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		margin-bottom: 20px;
	}
	.product-item__categories {
		margin-bottom: 6px;
	}
	.woocommerce-loop-product__title {
    	font-size: 18px;
    	margin-bottom: 2px;
	}
	ul.products li.product .price {
		font-size: 18px;
		margin-bottom: 6px;
	}
	ul.products li.product .price-specify {
		margin-bottom: 6px;
	}
	.product-item__short-description {
		font-size: 14px;
	}
	ul.products li.product .btn {
		margin-top: 10px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.woocommerce ul.products.columns-2 li.product-category, .woocommerce-page ul.products.columns-2 li.product-category {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.woocommerce ul.products li.product .woocommerce-loop-category__title {
    	font-size: 18px;
	}
	.cat-item__image {
    	height: 120px;
	}
	.woocommerce ul.products li.product a .cat-item__image img {
    	max-height: 120px;
	}
	.cat-item__more p:after {
		flex: 0 0 24px;
		max-width: 24px;
		width: 24px;
		height: 24px;
		margin-left: 10px;
	}
	.woocommerce-cart-form table.cartTable .product-subtotal {
		font-size: 16px;
	}
	.woocommerce-cart-form table.cartTable td {
    	padding: 10px 8px;
	}
	.woocommerce-cart-form table.cartTable td:last-child {
    	width: 180px;
	}
	.woocommerce-cart-form table.cartTable th:first-child,
	.woocommerce-cart-form table.cartTable td:first-child {
		padding-left: 20px;
	}
	.woocommerce-cart-form table.cartTable th:last-child,
	.woocommerce-cart-form table.cartTable td:last-child {
		padding-right: 20px;
	}

	.qib-button:not(#qib_id):not(#qib_id),
	.qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
		height: 32px !important;
	}

	.page-header {
    	padding: 20px 0 30px;
	}
	.aioseo-breadcrumbs {
    	margin-bottom: 10px;
	}

	.page-description {
    	font-size: 16px;
	}
	.page-header-image {
		height: 160px;
	}

	.categoriesFilter-item__title {
    	font-size: 18px;
	}

	.faq-item__title {
    	font-size: 18px;
	}
	.contacts-item p {
    	font-size: 16px;
	}
}



@media (max-width: 575px) {
	:root {
		--container: calc(100vw - 40px);
		--gap: 10px;
	}
	body {
		font-size: 12px;
	}
	h1, h2, h3, h4, h5, h6, p, ul, ol, blockquote, .wp-caption, gallery {
		margin-bottom: 10px;
	}
	h1 {
		font-size: 24px;
	}
	h2 {
		font-size: 22px;
	}
	h3 {
		font-size: 20px;
	}
	h4 {
		font-size: 18px;
	}
	h5 {
		font-size: 16px;
	}
	h6 {
		font-size: 14px;
	}
	.form-row > label {
		font-size: 12px;
	}
	input[type="text"], input[type="tel"], input[type="email"], input[type="password"], textarea {
    	font-size: 14px;
    	height: 48px;
	}
	.btn {
		min-height: 48px;
		font-size: 16px;
		padding: 10px 15px;
	}
	.btn-sm {
		font-size: 16px;
		min-height: 40px;
		padding: 8px 10px;
	}
	.btn-icon-left:before, .btn-icon-right:after {
		flex: 0 0 24px;
		max-width: 24px;
		width: 24px;
		height: 24px;
	}
	.menu-toggle {
    	flex: 0 0 calc(50% - 60px);
    	max-width: calc(50% - 60px);
	}
	.header-logo {
		flex: 0 0 120px;
		max-width: 120px;
	}
	.header-logo img {
    	max-width: 95px;
	}
	.header-account {
		display: none;
	}
	.header-icons__item {
		margin-right: 0;
	}
	.lang-menu {
		margin-right: 0;
	}
	.lang-menu > li {
		width: 40px;
	}
	.mainBlock-heading {
    	font-size: 24px;
    	margin-bottom: 5px;
	}
	.mainBlock-caption {
		font-size: 12px;
		margin-bottom: 8px;
	}
	.mainBlock-caption:before {
		margin-right: 5px;
	}
	.mainBlock-text {
    	font-size: 11px;
	}
	.about-image__inner:after {
		width: 120px;
		height: 32px;
		top: 24px;
		right: 24px;
	}
	.heading h2, .banner-info .heading h2 {
    	font-size: 20px;
	}
	.about-item__text {
    	font-size: 12px;
	}
	.about-item__image {
    	flex: 0 0 20px;
    	max-width: 20px;
    	margin-right: 8px;
	}
	.partners-section .heading {
		max-width: 220px;
	}
	.owl-dots button {
		flex: 0 0 35px;
		max-width: 35px;
		margin-right: 15px;
	}
	.owl-dots button.active {
		flex: 0 0 60px;
		max-width: 60px;
	}
	.woocommerce ul.products li.product .woocommerce-loop-category__title {
    	font-size: 16px;
	}
	.advantages-item__image {
		width: 60px;
		height: 60px;
	}
	.advantages-item__image img {
    	max-height: 60px;
	}
	.advantages-item__title {
    	font-size: 16px;
	}
	.advantages-item__text {
		font-size: 12px;
	}
	.bannerAdvantages-item {
		margin-bottom: 8px;
	}
	.bannerAdvantages-item__title {
    	font-size: 16px;
	}
	/*ul.products.owl-carousel .owl-dots {
		margin-top: 0;
	}*/
	.reviews-item__name {
    	font-size: 18px;
	}
	.feedback-wrap {
    	padding: 20px;
    	border-radius: 20px;
	}
	.feedback-text {
    	font-size: 14px;
    	margin-bottom: 20px;
	}
	.footer-menu li a,
	.footer-col {
    	font-size: 14px;
	}
	.copyright, .developer {
    	font-size: 12px;
	}
	.searchform input[type="search"] {
		font-size: 14px;
	}
	ul.products li.product .btn {
		font-size: 12px;
		min-height: 30px;
	}
	ul.products li.product .btn:after {
		flex: 0 0 16px;
		max-width: 16px;
		width: 16px;
		height: 16px;
		margin-left: 5px;
	}
	.page-title {
		font-size: 20px;
	}
	.product-item__categories {
		font-size: 11px;
	}
	.woocommerce-loop-product__title {
		font-size: 12px;
	}
	ul.products li.product .price {
		font-size: 12px;
		font-weight: 600;
	}
	.product-item__short-description {
    	font-size: 11px;
	}
	.cat-item__more p {
    	font-size: 14px;
	}
	.woocommerce div.product .product_title {
		font-size: 18px;
		margin-bottom: 10px;
		color: #131543;
	}
	.woocommerce-product-details__short-description {
		margin-bottom: 20px;
	}
	.productSingle-itemsContent {
    	margin-bottom: 20px;
	}
	.productSingle-itemContent__title {
    	font-size: 14px;
    	margin-bottom: 6px;
	}
	.woocommerce div.product p.price {
		font-size: 20px;
		margin-bottom: 10px;
	}
	form.cart .qib-container + button[type='submit']:not(#qib_id):not(#qib_id), form.cart .qib-container + div:not(#qib_id):not(#qib_id):not(_) {
		margin-left: 0 !important;
	}
	.woocommerce .woocommerce-tabs .tabs li {
    	margin-right: 30px;
	}
	.woocommerce .woocommerce-tabs .tabs li a {
    	font-size: 18px;
	}
	.modal-body {
    	padding: 20px;
	}
	.modal-title {
    	font-size: 16px;
	}
	.modal-close {
		top: 14px;
		right: 20px;
	}
	.modal .form-field-btn .btn {
		min-width: 300px;
		width: 100%;
	}
	.categoriesFilter-item__wrap {
    	min-height: 120px;
	}
	.categoriesFilter-item__image {
    	flex: 0 0 30%;
    	max-width: 30%;
    	margin-right: 15px;
	}
	.categoriesFilter-item__title {
    	font-size: 12px;
	}
	.categoriesFilter-item__button .btn {
		font-size: 12px;
		min-height: 30px;
	}
	.categoriesFilter-item__button .btn:after {
		flex: 0 0 16px;
		max-width: 16px;
		width: 16px;
		height: 16px;
		margin-left: 5px;
	}
	.files-item__icon {
		flex: 0 0 48px;
		max-width: 48px;
		height: 48px;
		margin-right: 10px;
	}
	.files-item__icon:before {
		flex: 0 0 28px;
		max-width: 28px;
		width: 28px;
		height: 28px;
	}
	.files-item__title {
		font-size: 14px;
	}
	.files-items {
		margin-bottom: -20px;
	}
	.productSingle-files {
		margin-bottom: 0;
	}
	.productSingle-files:last-child {
		margin-bottom: -20px;
	}
	.files-item {
		margin-bottom: 20px;
	}
	.faq-item__title {
    	font-size: 14px;
	}
	.faq-item__head {
    	padding: 10px 15px 10px 20px;
	}
	.faq-item__arrow {
		flex: 0 0 32px;
		max-width: 32px;
		height: 32px;
	}
	.faq-item__arrow:before {
		flex: 0 0 12px;
		max-width: 12px;
		width: 12px;
		height: 12px;
	}
	.faq-item {
    	margin-bottom: 20px;
	}
	.faq-item__content {
		margin-top: 10px;
		padding: 15px 20px 20px;
	}
	.faq-item__content:before {
		width: 20px;
		height: 20px;
		margin-bottom: 10px;
	}
	.contacts-item p {
    	font-size: 14px;
	}
	.woocommerce-MyAccount-navigation li a {
    	font-size: 14px;
    	padding: 10px 16px;
	}
	.woocommerce-orders-table tbody td {
		font-size: 12px;
	}
	.woocommerce-orders-table__cell-order-actions .btn {
		font-size: 12px;
		min-height: 30px;
	}
	.woocommerce-Address-title a.edit {
		font-size: 12px;
	}
	.woocommerce-billing-fields > h3, .woocommerce-additional-fields > h3, #order_review_heading, .checkoutForm-payment > h3, .woocommerce-Address-title > h3, .woocommerce-form-login > h2, .woocommerce-form-register > h2 {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.woocommerce-form-login, .woocommerce-form-register {
		padding: 20px ;
	}
	.woocommerce-terms-and-conditions-wrapper, .woocommerce-privacy-policy-text {
    	font-size: 11px;
	}
	.woocommerce-cart-form table.cartTable .product-subtotal {
    	font-size: 12px;
	}
	.woocommerce-cart-form table.cartTable td {
    	padding: 8px 5px;
	}
	.woocommerce-cart-form table.cartTable th:first-child, .woocommerce-cart-form table.cartTable td:first-child {
		padding-left: 8px;
	}
	.woocommerce-cart-form table.cartTable th:last-child, .woocommerce-cart-form table.cartTable td:last-child {
		padding-right: 8px;
	}
	.woocommerce-cart-form table.cartTable td:last-child {
    	width: 100px;
	}

	.cartTable-info .product-remove {
		width: 24px;
		flex: 0 0 24px;
		max-width: 24px;
	}
	.cartTable-info .product-remove a {
    	width: 20px;
    	height: 20px;
	}
	.cartTable-info .product-thumbnail {
		flex: 0 0 40px;
		max-width: 40px;
		height: 40px;
		width: 40px;
	}
	.cartTable-info .product-thumbnail img {
		max-height: 40px;
	}
	.cartTable-info .qib-button:not(#qib_id):not(#qib_id) {
		width: 30px !important;
	}
	.qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
    	font-size: 14px !important;
	}
	.cart-collaterals table.shop_table th, .cart-collaterals table.shop_table td {
    	font-size: 16px;
	}
	.cart-collaterals {
    	padding: 0 15px 30px;
	}
	.cart-collaterals .cart_totals {
		width: 100%;
	}
	.select2-container--default .select2-selection--single {
		font-size: 14px;
	}
	.woocommerce-checkout-review-order-table thead th, .woocommerce-checkout-review-order-table tbody td, .woocommerce-checkout-review-order-table tfoot th, .woocommerce-checkout-review-order-table tfoot td {
    	font-size: 12px;
    	padding: 8px 10px !important;
	}
	.woocommerce-shipping-methods li label, .checkoutForm-payment ul li label {
    	font-size: 12px;
	}
	.checkoutForm-payment {
		padding: 20px;
	}
	.woocommerce-thankyou-order-received {
		font-size: 16px;
		padding: 15px;
	}
	.woocommerce-thankyou-order-details, .woocommerce-order-details, .woocommerce-customer-details {
		font-size: 12px;
	}
	.woocommerce-order-details__title, .woocommerce-column__title {
    	font-size: 14px;
    	margin-bottom: 10px;
	}
	.modal-close {
		width: 30px;
		height: 30px;
	}
	.modal-content {
		border-radius: 20px;
	}
}





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