/*!
Theme Name: CTK
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: ctkcar
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.

CTK 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: 'Eurostile-Extended';
    src: url('fonts/eurostile_extended_black.ttf');
}
@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Regular.eot');
    src: url('fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/Gilroy-Regular.woff') format('woff'),
    url('fonts/Gilroy-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Medium.eot');
    src: url('fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/Gilroy-Medium.woff') format('woff'),
    url('fonts/Gilroy-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-SemiBold.eot');
    src: url('fonts/Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('fonts/Gilroy-SemiBold.woff') format('woff'),
    url('fonts/Gilroy-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Bold.eot');
    src: url('fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/Gilroy-Bold.woff') format('woff'),
    url('fonts/Gilroy-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

:root {
	--yellow: #FFCD1C;
}


body {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Gilroy';
	line-height: 1.71;
	color: #ffffff;
	background: #232323 url(images/bg-min.jpg) repeat-y top center;
	background-size: 100%;
}
body.home {
	background-image: none;
}
img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
a, a:hover {
	color: #ffffff;
	text-decoration: none;
	transition: .25s;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Eurostile-Extended';
	font-weight: 700;
	margin-bottom: 25px;
	letter-spacing: .05em;
	line-height: 1.2;
}
p, ol, ul, blockquote, .wp-caption, .gallery {
	margin-bottom: 25px;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child, ol:last-child, ul:last-child, blockquote:last-child, .wp-caption:last-child, .gallery:last-child {
	margin-bottom: 0;
}
.form-field {
	position: relative;
	margin-bottom: 22px;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
select,
textarea {
	width: 100%;
	background: rgba(79, 79, 79, 0.33);
	border: none;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Gilroy';
	line-height: 1.5;
	color: #ffffff;
	outline: none;
	min-height: 46px;
	padding: 11px 15px;
}
select {
	cursor: pointer;
	appearance: none;
	background-image: url(images/arrow-down-select.svg);
	background-repeat: no-repeat;
	background-position: calc(100% - 15px) center;
	background-size: 15px;
	padding-right: 35px;
}
textarea {
	height: 114px;
}
.wpcf7-spinner {
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.wpcf7-not-valid-tip {
	font-size: 14px;
}
.wpcf7 form .wpcf7-response-output {
	font-size: .9em;
	margin: 30px 0 0;
}
.form-field-policy a {
	text-decoration: underline;
}
.form-field-policy a:hover {
	text-decoration: none;
}
.wpcf7-acceptance .wpcf7-list-item {
	margin: 0;
	font-size: 16px;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: var(--yellow);
}


.btn {
    --bs-btn-padding-x: 37px;
    --bs-btn-padding-y: 17px;
    --bs-btn-font-size: 16px;
    --bs-btn-font-weight: 700;
    --bs-btn-border-radius: 0;
    --bs-btn-box-shadow: none;
    --bs-btn-focus-box-shadow: none;
    text-transform: uppercase;
    min-width: 240px;
    transition: color .25s ease-in-out,background-color .25s ease-in-out,border-color .25s ease-in-out,box-shadow .25s ease-in-out;
}
.btn-group-sm>.btn, .btn-sm {
    --bs-btn-padding-y: 10px;
    --bs-btn-padding-x: 22px;
    --bs-btn-font-size: 14px;
    --bs-btn-border-radius: 0;
    min-width: auto;
}
.btn-primary {
    /*--bs-btn-color: #232323;
    --bs-btn-bg: var(--yellow);
    --bs-btn-border-color: var(--yellow);
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #232323;
    --bs-btn-hover-border-color: var(--yellow);
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #232323;
    --bs-btn-active-border-color: var(--yellow);
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #232323;
    --bs-btn-disabled-bg: var(--yellow);
    --bs-btn-disabled-border-color: var(--yellow);*/
    --bs-btn-bg: transparent;
    --bs-btn-color: var(--yellow);
    --bs-btn-border-color: var(--yellow);
    --bs-btn-hover-color: #232323;
    --bs-btn-hover-bg: var(--yellow);
    --bs-btn-hover-border-color: var(--yellow);
    --bs-btn-active-color: #232323;
    --bs-btn-active-bg: var(--yellow);
    --bs-btn-active-border-color: var(--yellow);
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--yellow);
    --bs-gradient: none;
}
.btn-outline-primary {
    --bs-btn-color: var(--yellow);
    --bs-btn-border-color: var(--yellow);
    --bs-btn-hover-color: #232323;
    --bs-btn-hover-bg: var(--yellow);
    --bs-btn-hover-border-color: var(--yellow);
    --bs-btn-active-color: #232323;
    --bs-btn-active-bg: var(--yellow);
    --bs-btn-active-border-color: var(--yellow);
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--yellow);
    --bs-gradient: none;
}


.section {
	position: relative;
	padding-top: 110px;
	padding-bottom: 110px;
	z-index: 1;
}


.heading {
	position: relative;
	margin-bottom: 40px;
}
.heading h2 {
	font-size: 2.66em;
	line-height: .9;
}
.heading h3 {
	font-size: 1.33em;
	line-height: .9;
}



.modal-content {
	position: relative;
	background: #232323;
	border: 1px solid var(--yellow);
	border-radius: 0;
	padding: 40px;
}
.modal .btn-close {
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFCD1C'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    opacity: 1;
    position: absolute;
    top: 18px;
    right: 18px;
    padding: 0;
    outline: none !important;
    transition: .25s;
}
.modal .btn-close:hover {
	opacity: .8;
}
.modal-title {
	font-size: 1.33em;
	text-align: center;
	margin-bottom: 30px;
}
.modal-body {
	padding: 0;
}



.soc-links {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}
.soc-links li {
	position: relative;
	margin-right: 8px;
}
.soc-links li:last-child {
	margin-right: 0;
}
.soc-links li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: #141414;
}
.soc-links li a svg {
	flex: 0 0 23px;
	max-width: 23px;
	height: 23px;
}
.soc-links li a svg path {
	fill: var(--yellow);
	transition: .25s;
}
.soc-links li a:hover svg path {
	fill: #ffffff;
}


.owl-nav {
	position: absolute;
	top: calc(50% - 30px);
	width: 100%;
	z-index: 99;
}
.owl-nav button {
	position: absolute;
	width: 60px;
	height: 60px;
	background: var(--yellow) !important;
	border: 1px solid var(--yellow) !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	transition: .25s;
}
.owl-nav button:hover {
	background: #232323 !important;
}
.owl-nav button.owl-prev {
	left: -120px;
	transform: rotate(180deg);
}
.owl-nav button.owl-next {
	right: -120px;
}
.owl-nav button:before {
	content: '';
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
	-webkit-mask-image: url(images/arrow-right.svg);
    mask-image: url(images/arrow-right.svg);
    background-color: #232323;
    flex: 0 0 12px;
    max-width: 12px;
    height: 19px;
    transition: .25s;
}
.owl-nav button:hover:before {
	background-color: #ffffff;
}




.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;
}


.wrapper {
	position: relative;
	top: 0;
	z-index: 1;
	height: 100%;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}



.header {
	position: relative;
	top: 0;
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.13);
	transition: .25s;
	z-index: 99;
}
.home .header {
	position: absolute;
}
.header.fixed {
	position: sticky;
	background: #232323;
}
.home .header.fixed {
	position: fixed;
	background: #232323;
}
.header-wrap {
	display: flex;
	align-items: center;
}
.header-logo {
	position: relative;
	margin-right: 30px;
}
.header-logo img {
	max-width: 127px;
	max-height: 80px;
}
.main-menu {
	flex: auto;
	max-width: 100%;
	margin: 0 75px 0 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.main-menu li {
	position: relative;
	margin-right: 45px;
}
.main-menu li:last-child {
	margin-right: 0;
}
.main-menu li a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 30px;
	font-size: .75em;
	text-transform: uppercase;
}
.main-menu li a:hover {
	color: var(--yellow);
}
.header-soc {
	margin-right: 30px;
}



.absolute-element {
	position: absolute;
	z-index: -1;
}


.main-content {
	position: relative;
	overflow: hidden;
	flex: auto;
	max-height: 100%;
}


.mainBlock-section {
	position: relative;
	height: calc(100% - 180px);
	min-height: calc(100vh - 180px);
	background: #232323 url(images/bg-min.jpg) no-repeat center;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 180px 0 80px;
	z-index: 1;
}
.mainBlock-section:after {
	content: '';
    border: 29px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    width: 1080px;
    height: 1080px;
    position: absolute;
    bottom: 55px;
    right: calc((100% - 1116px) / 2 - 350px);
    z-index: -1;
}
/*.main-block-element-1 {
	background: url(images/main-block-element-1.png) no-repeat center;
	background-size: contain;
	top: 116px;
    left: calc((100% - 1116px) / 2 - 238px);
    width: 238px;
    height: 239px;
}
.main-block-element-2 {
	background: url(images/main-block-element-2.png) no-repeat center;
	background-size: contain;
	bottom: 0;
    right: calc((100% - 1116px) / 2 - 238px);
    width: 238px;
    height: 239px;
}
@media(min-width:1580px) {
	.main-block-element-1 {
		left: 0;
	}
	.main-block-element-2 {
		right: 0;
	}
}*/
.mainBlock-info {
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	/*justify-content: center;*/
}
.mainBlock-content h1 {
	font-size: 5.33em;
	text-transform: uppercase;
}
.mainBlock-button {
	position: relative;
	margin-top: 45px;
}
.mainBlock-images {
	position: relative;
	height: 420px;
	padding-left: 30px;
	z-index: 1;
}
.mainBlock-images__item {
	position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 1;
}
.mainBlock-images__item img {
	max-height: 100%;
}
.mainBlock-images__item:first-child {
	display: block;
}



.counter-section {
	position: relative;
	background: #101010;
	height: 180px;
	padding: 30px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 1;
}
.counter-items {
	position: relative;
	margin-bottom: -30px;
}
.counter-item {
	position: relative;
	margin-bottom: 30px;
}
.counter-item:after {
	content: '';
	background: rgba(217, 217, 217, 0.1);
	position: absolute;
	width: 1.5px;
	height: 100%;
	top: 0;
	right: 0;
	z-index: 1;
}
.counter-item:nth-child(3n):after,
.counter-item:last-child:after {
	display: none;
}
.counter-item__value {
	font-size: 2.66em;
	font-weight: 700;	
	margin-bottom: 0;
	color: var(--yellow);
	line-height: .9;
	font-family: 'Eurostile-Extended';
	text-align: center;
}
.counter-item__value span {
	font-size: 1.33em;
}
.counter-item__title {
	font-size: 1.11em;
	text-align: center;
	color: #ffffff;
}


.page-header {
	position: relative;
	padding: 25px 0 40px;
	z-index: 1;
}
.breadcrumbs {
	position: relative;
	margin-bottom: 25px;
	font-size: .66em;
	color: #ffffff;
	text-transform: uppercase;
}



.services-block {
	position: relative;
	/*border-bottom: 1px solid rgba(255, 255, 255, 0.2);*/
	overflow: hidden;
	z-index: 1;
}
.services-block:nth-child(2n+1) {
	background: #232323;
}
.services-block:nth-child(2n) > div > div > .row {
	flex-direction: row-reverse;
}
.services-block-image {
	position: relative;
	text-align: center;
}
.services-block-image span {
	position: relative;
	display: block;
	width: calc(100% + 200px);
}
.services-block:nth-child(2n+1) .services-block-image span {
	left: -200px;
	/*text-align: right;*/
}
.services-block-title {
	font-size: 2.66em;
	margin-bottom: 40px;
}
.services-block-content {
	margin-bottom: 40px;
}
.services-block:nth-child(2n+1) .services-block-wrap:after {
	content: 'CTK';
    letter-spacing: 0.05em;
    font-size: 12.7em;
    font-weight: bold;
    position: absolute;
    bottom: -65px;
    right: calc((100% - 1116px) / 2 - 250px);
    line-height: 1;
    -webkit-text-stroke: 2px #4F4F4F;
    color: transparent;
    z-index: -1;
    display: none;
}


.services-block-slider {
	display: none;
	background: #232323;
	/*border-top: 1px solid rgba(255, 255, 255, 0.2);*/
}
.services-slider-item {
	padding-bottom: 2px;
}
.services-slider-item__title {
	font-size: 2.66em;
	margin-bottom: 40px;
}
.services-slider-item__content {
	margin-bottom: 40px;
	padding-right: 40px;
}
.services-slider-item__image {
	position: relative;
}
.services-slider-item__counter {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 1.33em;
	color: rgba(255,255,255,.17);
	letter-spacing: .05em;
	line-height: 1;
    display: flex;
    align-items: baseline;
    z-index: 2;
}
.services-slider-item__counter-active {
	font-size: 2.66em;
	color: #ffffff;
	font-weight: 700;
}
.services-slider-item__counter-sep {
	font-size: 2.66em;
}
.owl-services .owl-nav {
	top: calc(450px / 2 - 30px);
}




.reviews-section {
	background: #232323;
}
.reviews-item {
	position: relative;
	border: 1px solid #4F4F4F;
	padding: 50px 30px 30px;
}
.reviews-item__image {
	position: relative;
	border-radius: 50%;
	width: 150px;
	height: 150px;
	overflow: hidden;
	margin: 0 auto 35px;
}
.reviews-item__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.reviews-item__content {
	position: relative;
	font-size: .88em;
	margin-bottom: 20px;
	text-align: center;
}
.reviews-item__info {
	position: relative;
	font-size: .88em;
	text-align: center;
	opacity: .6;
}



.galleryBlock-items {
	position: relative;
	margin-bottom: -24px;
}
.galleryBlock-item__image {
	position: relative;
	overflow: hidden;
	height: calc((((1116px - 24px) / 2) - 24px) / 2);
	margin-bottom: 24px;
}
.galleryBlock-item__image-big {
	height: calc((1116px - 24px) / 2);
}
.galleryBlock-item__image img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
	transition: .25s;
}


.feedback-section {
	background: #232323;
}
.feedback-wrap {
	position: relative;
	border: 1px solid var(--yellow);
	padding: 25px;
}



.contacts-section {
	position: relative;
	padding: 10px 0;
	background: #101010;
	z-index: 1;
}
.contacts-info {
	position: relative;
	margin-bottom: 0;
	padding: 0;
	list-style: none;
}
.contacts-info li {
	position: relative;
	margin-bottom: 8px;
	font-size: .88em;
	padding-left: 25px;
}
.contacts-info li:last-child {
	margin-bottom: 0;
}
.contacts-info li:before {
	content: '';
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 17px;
	height: 17px;
	position: absolute;
	top: 5px;
	left: 0;
	z-index: 1;
}
.contacts-info li.address:before {
	background-image: url(images/pin.svg);
}
.contacts-info li.phone:before {
	background-image: url(images/call.svg);
}
.contacts-info li.e-mail:before {
	background-image: url(images/email.svg);
}




.footer {
	position: relative;
	background: #101010;
	padding: 5px 0;
	z-index: 1;
}
.footer-wrap {
	display: flex;
	align-items: center;
}
.footer-logo {
	position: relative;
	margin-right: 30px;
}
.footer-logo img {
	max-width: 127px;
	max-height: 50px;
}
.footer-menu {
	flex: auto;
	max-width: 100%;
	margin: 0 75px 0 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.footer-menu li {
	position: relative;
	margin-right: 45px;
}
.footer-menu li:last-child {
	margin-right: 0;
}
.footer-menu li a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 30px;
	font-size: .75em;
	text-transform: uppercase;
}
.footer-menu li a:hover {
	color: var(--yellow);
}
.footer-soc {
	margin-right: 30px;
}





.widget {
	position: relative;
}
.widget:last-child {

}
.product-categories {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	background: rgba(79, 79, 79, 0.33);
}
.product-categories li {
	position: relative;
}
.product-categories li a {
	font-size: .88em;
	line-height: 1.4;
	font-weight: 600;
	display: block;
	padding: 15px 30px;
	border: 1px solid transparent;
}
.product-categories li a:hover {
	border-color: var(--yellow);
	color: var(--yellow);
}
.product-categories li.current-cat a {
	background: var(--yellow);
	color: #000000;
	border-color: var(--yellow);
}


.woocommerce .products ul, .woocommerce ul.products {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -30px;
	width: 100%;
}
.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;
	width: auto;
	margin: 0 30px 30px 0;
}
.woocommerce ul.products li.product:last-child, .woocommerce-page ul.products li.product:last-child {
	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;
}
.woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-4 li.product {
	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 li.product .woocommerce-loop-product__link {
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	background: rgba(79, 79, 79, 0.33);
	padding: 20px;
	z-index: 1;
}
.woocommerce ul.products li.product .product-image {
	position: relative;
	flex: 0 0 150px;
	max-height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
}
.woocommerce ul.products li.product .product-image img {
	margin: 0;
	max-height: 150px;
	width: auto;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	padding: 0;
    font-size: 16px;
    font-family: 'Gilroy';
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 15px;
    transition: .25s;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title:hover {
	color: var(--yellow);
}
.woocommerce ul.products li.product .price {
	display: none !important;
	position: relative;
	color: var(--yellow);
	font-weight: 700;
	font-size: 1em;
	margin-bottom: 0;
}
.woocommerce ul.products li.product .price del {
	font-weight: 400;
	margin-right: 5px;
	font-size: .75em;
}
.woocommerce ul.products li.product .price ins {
	text-decoration: none;
}


.woocommerce nav.woocommerce-pagination,
.navigation.pagination {
	display: block;
	position: relative;
	margin-top: 50px;
}
.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 {
	border: none;
	float: none;
	margin-right: 10px;
}
.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 {
	background: rgba(79, 79, 79, 0.33);
    padding: 12px 8px;
    min-width: 38px;
    line-height: 1;
    text-align: center;
}
.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: var(--yellow);
	color: #000000;
}
.page-numbers.prev,
.page-numbers.next {
	display: none;
}



.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;
}
.productSingle-images {
	position: relative;
	padding: 24px;
	background: rgba(79, 79, 79, 0.33);
	position: relative;
	text-align: center;
}
.nickx-slider-for {
	color: var(--yellow);
}
.nickx-slider-for .nslick-slide {
	display: flex !important;
	align-items: center;
	justify-content: center;
	height: 400px;
}
.nickx-slider-for img {
	max-height: 400px;
	width: auto !important;
}
.nickx-slider-nav .nslick-slide {
	display: flex !important;
	align-items: center;
	justify-content: center;
	height: 135px;
}
.nickx-slider-nav img {
	max-height: 135px;
	width: auto !important;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	float: none;
	width: 100%;
	margin-bottom: 0;
}
.woocommerce div.product .product_title {
	font-size: 1.33em;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
	display: none !important;
	width: max-content;
	max-width: 100%;
	margin-bottom: 15px;
	border: 1px solid var(--yellow);
	color: var(--yellow);
	padding: 1px 23px;
	font-size: 1.33em;
	font-weight: 700;
}
.woocommerce div.product p.price del, .woocommerce div.product span.price del {
	font-size: .75em;
	font-weight: 400;
	margin-right: 5px;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
	text-decoration: none;
}
.woocommerce-product-details__short-description {
	position: relative;
	margin-bottom: 25px;
}
.woocommerce-product-details__short-description:last-child {
	margin-bottom: 0;
}
.productSingle-order .btn {
	min-width: 152px;
}
.productSingle-attributes {
	position: relative;
	margin-bottom: 60px;
}
.productSingle-attributes:last-child {
	margin-bottom: 0;
}
.productSingle-attributes-item {
	position: relative;
	display: flex;
	align-items: baseline;
	margin-bottom: 10px;
}
.productSingle-attributes-item:last-child {
	margin-bottom: 0;
}
.productSingle-attributes-item p {
	margin-bottom: 0;
}
.productSingle-attributes-item__dots {
	flex: auto;
	max-width: 100%;
	border-bottom: 1px dotted;
	margin: 0 5px;
}
.productSingle-attributes-item__value {
	flex: 0 0 280px;
	max-width: 280px;
}
.productSingle-attributes-item__value a {
	text-decoration: underline;
	text-underline-offset: 3px;
}
.productSingle-attributes-item__value a:hover {
	color: var(--yellow);
}
.productSingle-content {
	/*font-size: .88em;*/
}





.blog-items {
	position: relative;
	margin-bottom: -30px;
}
.blog-item {
	position: relative;
	margin-bottom: 30px;
}
.blog-item__date {
	position: absolute;
    top: 10px;
    left: 10px;
    width: 60px;
    height: 60px;
    background: var(--yellow);
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 0.77em;
    line-height: 1;
    font-weight: 600;
    text-align: center;
    color: #000000;
    z-index: 2;
}
.blog-item__date span {
	font-size: 1.71em;
}
.blog-item__image {
	position: relative;
	background: #232323;
	height: 240px;
	overflow: hidden;
	margin-bottom: 20px;
}
.blog-item__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: .25s;
}
.blog-item:hover .blog-item__image img {
	transform: scale(1.05);
}
.blog-item__title {
	font-size: 1em;
	font-family: 'Gilroy';
	letter-spacing: 0;
	margin-bottom: 8px;
}
.blog-item__title a:hover {
	color: var(--yellow);
}
.blog-item__excerpt {
	position: relative;
	font-size: .88em;
}



.blogSingle-wrap {
	position: relative;
	overflow: hidden;
}
.blogSingle-image {
	float: right;
	max-width: 50%;
	margin: 0 0 30px 30px;
}



.pageAbout-images__main {
	position: relative;
	height: 390px;
	margin-bottom: 10px;
}
.pageAbout-images__main img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.pageAbout-images__other {
	position: relative;
	height: 92px;
}
.pageAbout-images__other img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.owl-galleryThumbnailsMain {
	position: relative;
	z-index: 2;
}
.owl-galleryThumbnailsMain .owl-nav {
	top: calc(100% + (92px / 2) - 14px);
}
.owl-galleryThumbnailsMain .owl-nav button {
	width: 28px;
	height: 28px;
}
.owl-galleryThumbnailsMain .owl-nav button.owl-prev {
	left: -14px;
}
.owl-galleryThumbnailsMain .owl-nav button.owl-next {
	right: -14px;
}
.owl-galleryThumbnailsMain .owl-nav button:before {
	height: 14px;
}



.faq-items {
	position: relative;
}
.faq-item {
	position: relative;
	margin-bottom: 10px;
}
.faq-item:last-child {
	margin-bottom: 0;
}
.faq-item__head {
	position: relative;
	padding: 14px 12px 14px 25px;
	background: #101010;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	transition: .25s;
	z-index: 1;
}
.faq-item__head:hover {
	color: var(--yellow);
}
.faq-item__head h3 {
	flex: auto;
	max-width: 100%;
	font-size: 1em;
	font-family: 'Gilroy';
	letter-spacing: 0;
	margin-bottom: 0;
}
.faq-item__head span {
	flex: 0 0 25px;
	max-width: 25px;
	height: 25px;
	margin-left: 15px;
	background: var(--yellow);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .25s;
}
.faq-item__head span:hover {
	background: #ffffff;
}
.faq-item__head span:before {
	content: '';
	background-image: url(images/plus.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	flex: 0 0 12px;
	max-width: 12px;
	height: 12px;
	transition: .25s;
}
.active > .faq-item__head span:before {
	background-image: url(images/minus.svg);
}
.faq-item__content {
	display: none;
	position: relative;
	padding: 20px 22px;
}



.error-404-number {
	font-size: 220px;
	font-weight: bold;
	color: var(--yellow);
	line-height: 1;
	text-align: center;
}




.distributors-section {
	background: #232323;
	/*border-bottom: 1px solid rgba(255, 255, 255, 0.2);*/
	overflow: hidden;
}
.distributors-section .heading {
	z-index: 4;
}
.distributors-wrap {
	position: relative;
}
.distributors-select {
	position: relative;
	background-color: #232323;
	border: 1px solid #4F4F4F;
	z-index: 9;
}
.distributors-list {
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
	max-width: 290px;
	max-height: 620px;
	overflow: auto;
	margin: 0;
	padding: 20px 20px 20px 35px;
	list-style: none;
	background: #232323;
	border: 1px solid #4F4F4F;
	z-index: 9;
}
.distributors-list::-webkit-scrollbar-track {
	background-color: rgba(217, 217, 217, 0.18);;
}
.distributors-list::-webkit-scrollbar {
	width: 4px;
	background-color: rgba(217, 217, 217, 0.18);;
}
.distributors-list::-webkit-scrollbar-thumb {
	background-color: var(--yellow);
}
.distributors-list li {
	position: relative;
	margin-bottom: 8px;
}
.distributors-list li:last-child {
	margin-bottom: 0;
}
.distributors-list li a {
	font-size: .88em;
	font-weight: 500;
	letter-spacing: .05em;
}
.distributors-list li.active a,
.distributors-list li a:hover {
	color: var(--yellow);
}
.distributors-map {
	position: relative;
	text-align: right;
	/*width: calc(100% + 120px);*/
	width: 100%;
	margin-top: -30px;
}
.distributors-map svg {
	width: 3000px;
    margin-top: -700px;
    margin-left: 330px;
}
.distributors-map svg path.visible {
	cursor: pointer;
	transition: .25s;
}
.distributors-map svg path.visible:hover {
	fill: #555555;
}
.distributors-map svg path.visible.active {
	fill: var(--yellow);
}


.distributors-info {
	display: none;
	position: absolute;
    top: calc(50% - 120px);
    left: calc(50% + 100px);
    border: 1px solid #FFFFFF;
    padding: 20px;
    text-align: left;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 300px;
    z-index: 99;
}
.distributors-info:before {
	content: '';
	background: rgba(35, 35, 35, 0.63);
	backdrop-filter: blur(10px);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.distributors-info-close {
	position: absolute;
    top: 15px;
    right: 15px;
    width: 32px;
    height: 32px;
    border: 1px solid var(--yellow);
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none !important;
    transition: .25s;
    z-index: 2;
}
.distributors-info-close:hover {
	background-color: var(--yellow);
}
.distributors-info-close: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: var(--yellow);
    flex: 0 0 14px;
    max-width: 14px;
    height: 14px;
	transition: .25s;
}
.distributors-info-close:hover:before {
	background-color: #232323;
}
.distributors-info-title {
	font-size: 1.2em;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: .05em;
	margin-bottom: 15px;
	margin-right: 40px;
}
.distributors-info-link {
	font-size: .88em;	
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: .05em;
	word-break: break-all;
}
.distributors-info-link a:hover {
	color: var(--yellow);
}




.header-toggle {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex: 0 0 42px;
	max-width: 42px;
}
.header-toggle button {
	flex: 0 0 42px;
	max-width: 42px;
	height: 42px;
	border-radius: 0;
	background: none;
	border: 1px solid var(--yellow);
	padding: 0;
	outline: none !important;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .25s;
}
.header-toggle button:hover {
	background-color: var(--yellow);
}
.header-toggle button:before {
	content: '';
	-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(--yellow);
	flex: 0 0 23px;
	max-width: 23px;
	height: 18px;
}
.header-toggle button:hover:before {
	background-color: #232323;
}


.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: #101010;
  height: 100%;
  width: 100%;
  margin-left: auto;
  transform: translateY(-100%);
  transition: .25s;
  overflow: auto;
  display: flex;
  flex-direction: column;
  z-index: 1;
}
.modal-mobile.show .modal-mobile-wrap {
	transform: translateY(0);
}
.modal-mobile-header {
	position: relative;
	padding: 10px 0;
}
.modal-mobile-header-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.modal-mobile-logo {
	position: relative;
	margin-right: 30px;
}
.modal-mobile-logo img {
	max-width: 127px;
	max-height: 60px;
}
.modal-mobile-close {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex: 0 0 42px;
	max-width: 42px;
}
.modal-mobile-close button {
	flex: 0 0 42px;
	max-width: 42px;
	height: 42px;
	border-radius: 0;
	background: none;
	border: 1px solid var(--yellow);
	padding: 0;
	outline: none !important;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .25s;
}
.modal-mobile-close button:hover {
	background-color: var(--yellow);
}
.modal-mobile-close button:before {
	content: '';
	-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(--yellow);
	flex: 0 0 20px;
	max-width: 20px;
	height: 20px;
}
.modal-mobile-close button:hover:before {
	background-color: #232323;
}
.modal-mobile-body {
	flex: auto;
	max-height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}








@media (max-width: 1199px) {
	body {
		font-size: 16px;
		line-height: 1.5;
	}
	h1, h2, h3, h4, h5, h6, p, ol, ul, blockquote, .wp-caption, .gallery {
		margin-bottom: 20px;
	}
	.wpcf7-acceptance .wpcf7-list-item {
		font-size: 14px;
	}
	.section {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.owl-nav {
		top: calc(50% - 24px);
	}
	.owl-nav button {
		width: 48px;
		height: 48px;
	}
	.owl-nav button.owl-prev {
		left: -80px;
	}
	.owl-nav button.owl-next {
		right: -80px;
	}
	.main-menu {
		margin-right: 40px;
	}
	.main-menu li {
		margin-right: 30px;
	}
	.mainBlock-section {
		padding: 140px 0 60px;
	}
	.mainBlock-images {
		height: 360px;
	}
	.mainBlock-button {
		margin-top: 30px;
	}
	.services-block-image span {
		width: calc(100% + 80px);
	}
	.services-block:nth-child(2n+1) .services-block-image span {
	    left: -80px;
	}
	.services-block-title,
	.services-block-content,
	.services-slider-item__title,
	.services-slider-item__content {
		margin-bottom: 30px;
	}
	.services-block:nth-child(2n+1) .services-block-wrap:after {
		right: calc((100% - 936px) / 2 - 180px);
	}
	.distributors-map svg {
	    width: 2600px;
	    margin-left: 260px;
	    height: 1313px;
	    margin-top: -600px;;
	}
	.distributors-list {
		top: 50px;
		max-width: 240px;
		max-height: 480px;
	}
	.reviews-item {
		padding: 30px 20px 20px;
	}
	.galleryBlock-item__image {
	    height: calc((((936px - 24px) / 2) - 24px) / 2);
	}
	.galleryBlock-item__image-big {
	    height: calc((936px - 24px) / 2);
	}
	.woocommerce ul.products li.product .woocommerce-loop-product__link {
		padding: 15px;
	}
	.productSingle-images {
		padding: 20px;
	}
	.pageAbout-images__main {
		height: 375px;
	}
	.pageAbout-images__other {
		height: 85px;
	}
	.error-404-number {
	    font-size: 180px;
	}

	.owl-services .owl-nav {
		top: calc(375px / 2 - 24px);
	}

	.nickx-slider-for .nslick-slide {
		height: 336px;
	}
	.productSingle-images img {
		max-height: 336px;
	}
	.nickx-slider-nav .nslick-slide {
		height: 112px;
	}
	.nickx-slider-nav img {
		max-height: 112px;
	}
}



@media (max-width: 991px) {
	body {
		font-size: 14px;
	}
	.btn {
		--bs-btn-font-size: 14px;
	}
	.owl-nav {
		position: relative;
		top: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 20px;
	}
	.owl-nav button,
	.owl-galleryThumbnailsMain .owl-nav button {
		flex: 0 0 48px;
		max-width: 48px;
		height: 48px;
		position: relative;
		top: 0;
		left: 0 !important;
		right: 0 !important;
		margin-right: 10px;
	}
	.owl-nav button:last-child,
	.owl-galleryThumbnailsMain .owl-nav button:last-child {
		margin-right: 0;
	}
	.section {
	    padding-top: 55px;
	    padding-bottom: 55px;
	}
	.header-logo img {
		max-height: 60px;
	}
	.header-wrap {
		justify-content: space-between;
	}
	.mainBlock-section {
		height: auto;
		min-height: auto;
	}
	.mainBlock-section:after {
		border-width: 15px;
	    width: 500px;
	    height: 500px;
	    bottom: inherit;
	    top: -150px;
	    right: calc((100% - 696px) / 2 - 350px);
	}
	.mainBlock-images {
	    height: 200px;
	    padding: 0;
	    margin-bottom: 30px;
	}
	.mainBlock-content h1 {
		font-size: 3em;
	}
	.counter-section {
		height: auto;
	}
	.counter-item__value {
		font-size: 2.3em;
	}
	.services-block-content,
	.services-slider-item__content {
		text-align: center;
	}
	.services-block-title,
	.services-slider-item__title {
		text-align: center;
		font-size: 1.71em;
	}
	.services-block-image span {
	    width: 100%;
	}
	.services-block:nth-child(2n+1) .services-block-image span {
	    left: 0;
	}
	.services-block-image img {
		max-height: 180px;
	}
	.services-block-image {
		margin-bottom: 30px;
	}
	.services-block-button,
	.services-slider-item__button {
		text-align: center;
	}
	.services-block:nth-child(2n+1) .services-block-wrap:after {
	    right: 0;
	    font-size: 6.85em;
	    bottom: -15px;
	    -webkit-text-stroke: 1px #4F4F4F;
	}
	.services-slider-item__content {
		padding-right: 0;
	}
	.services-slider-item__image {
		margin-bottom: 20px;
		display: inline-block;
	}
	.services-slider-item__image img {
		max-height: 180px;
		width: auto !important;
		margin: 0 auto;
	}
	.owl-services .owl-nav {
		top: 0;
	}
	.owl-nav button.owl-prev {
	    left: -60px;
	}
	.owl-nav button.owl-next {
	    right: -60px;
	}

	.distributors-map svg {
		margin-left: 0px;
	}
	.distributors-info {
		top: 50%;
		left: 50%;
	}
	.services-slider-item__counter {
		font-size: 1.1em;
	}
	.reviews-item__image {
		width: 106px;
		height: 106px;
		margin-bottom: 20px;
	}
	.heading h2 {
		font-size: 1.75em;
	}
	.galleryBlock-item__image {
	    height: calc((696px - 24px) / 2);
	}
	.galleryBlock-item__image-big {
	    height: 696px;
	}
	.reviews-item__content {
		font-size: 1em;
	}
	.reviews-item__info {
		font-size: 1em;
	}
	.contacts-info li {
		font-size: 1em;
	}
	.contacts-info li:before {
		top: 1px;
	}

	.footer-wrap {
		flex-direction: column;
		text-align: center;
	}
	.footer-logo {
		margin-right: 0;
		margin-bottom: 30px;
	}
	
	.footer-soc {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.footer-menu {
		position: relative;
		display: block;
		margin: 0 0 20px;
	}
	.footer-menu li {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.footer-menu li:last-child {
		margin-bottom: 0;
	}
	.footer-menu li a {
		font-size: 1em;
	}
	.breadcrumbs {
		font-size: .9em;
		margin-bottom: 15px;
	}

	.main-menu {
		margin-right: 0;
		display: block;
		margin-bottom: 30px;
		text-align: center;
	}
	.main-menu li {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.main-menu li:last-child {
		margin-bottom: 0;
	}
	.main-menu li a {
		height: auto;
		font-size: 1.2em;
		display: inline-block;
	}
	.main-menu li a:hover {
		text-decoration: underline;
		text-decoration-thickness: 2px;
		text-decoration-color: var(--yellow);
		text-underline-offset: 3px;
	}
	.widget-area {
		margin-bottom: 30px;
	}
	.product-categories li a {
		font-size: 1.15em;
	}
	.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product,
	.woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-4 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: 0px;
	}
	.woocommerce ul.products li.product .woocommerce-loop-product__title {
		font-size: 1.15em;
	}
	.productSingle-images {
		margin-bottom: 30px;
	}
	.productSingle-attributes {
		margin-bottom: 30px;
	}
	.productSingle-content {
		font-size: 1em;
	}
	.heading {
		margin-bottom: 30px;
	}
	.page-header {
		padding: 20px 0 30px;
	}
	.page-title {
		font-size: 2em;
	}
	.woocommerce ul.products li.product .price {
		font-size: 1.15em;
	}

	.woocommerce div.product p.price {
		font-size: 16px;
		width: calc(50% - 10px);
	    float: left;
	    height: 45.6px;
	    text-align: center;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    margin-bottom: 20px;
	}
	.productSingle-order {
		float: right;
		width: calc(50% - 10px);
	}
	.productSingle-order .btn {
		height: 45.6px;
		font-size: 16px;
	}
	.productSingle-attributes-item {
		display: block;
		margin-bottom: 20px;
	}
	.productSingle-attributes-item__dots {
		display: none;
	}
	.productSingle-attributes-item__value {
		max-width: 100%;
	}
	.blog-item__title {
		font-size: 18px;
	}
	.blog-item__excerpt {
		font-size: 1em;
	}
	.faq-items {
		margin-bottom: 10px;
	}
	.owl-galleryThumbnailsOther {
		display: none !important;
	}
	.pageAbout-images {
		margin-bottom: 30px;
	}
	.pageAbout-images__main {
	    margin-bottom: 0;
	}
	.error-404-number {
		font-size: 160px;
	}
}





@media (max-width: 767px) {
	h1 {
		font-size: 28px;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 21px;
	}
	h4 {
		font-size: 18px;
	}
	h5 {
		font-size: 16px;
	}
	h6 {
		font-size: 15px;
	}
	.mainBlock-section:after {
		right: -260px;
	}
	.counter-item__value {
	    font-size: 2em;
	}
	.distributors-map svg {
	    margin-left: -100px;
	    width: 2000px;
	    height: 1000px;
	    margin-top: -450px;
	}
	.galleryBlock-item__image {
	    height: calc((100vw - 70px - 24px) / 2);
	}
	.galleryBlock-item__image-big {
	    height: calc(100vw - 70px);
	}
	.woocommerce .products ul, .woocommerce ul.products {
		margin-bottom: -20px;
	}
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
		width: auto;
		margin: 0 20px 20px 0;
	}
	.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product,
	.woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-4 li.product {
	    flex: 0 0 calc((100% / 2) - (1 * 20px / 2));
	    max-width: calc((100% / 2) - (1 * 20px / 2));
	}
	.woocommerce ul.products.columns-3 li.product:nth-child(3n), .woocommerce-page ul.products.columns-3 li.product:nth-child(3n) {
		margin-right: 20px;
	}
	.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: 0px;
	}
	.blogSingle-image {
	    float: none;
	    max-width: 100%;
	    margin: 0 0 20px;
	}
	.page-title {
		font-size: 24px;
	}
}





@media (max-width: 575px) {
	.distributors-map svg {
	    margin-left: -67px;
	    width: 1200px;
	    height: 850px;
	    margin-top: -380px;
	}
	.error-404-number {
	    font-size: 120px;
	}

	.nickx-slider-nav .nslick-slide {
		height: 100px;
	}
	.nickx-slider-nav img {
		max-height: 100px;
	}
}