/*!
Theme Name: Quartz
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: quartz
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.

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

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

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;700&family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

:root {
	--main-color: #FF5F11;
	--text-color: #000000;
}

*, ::after, ::before {
    box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1.5;
}
a, a:hover {
	text-decoration: none;
	color: var(--text-color);
	transition: .25s;
}
img {
	width: auto;
	height: inherit;
	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;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
	font-family: 'Oswald', sans-serif;
	margin: 0 0 20px;
	line-height: 1.5;
}
h1 {
	font-size: 42px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 22px;
}
p, ul, ol {
	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 {
	margin-bottom: 0;
}
.form-field {
	position: relative;
	margin-bottom: 20px;
}
.form-field:last-child {
	margin-bottom: 0;
}
input[type="text"],
input[type="tel"],
input[type="email"] {
	width: 100%;
	font-size: 14px;
	outline: none;
	padding: 19px 20px;
	background: #FFFFFF;
	border: 1px solid #858480;
}
.white input[type="text"],
.white input[type="tel"],
.white input[type="email"] {
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.6);
	background: none;
}
.white input[type="text"]::placeholder,
.white input[type="tel"]::placeholder,
.white input[type="email"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 255, 255, 0.5);
  opacity: 1; /* Firefox */
}
.white input[type="text"]:-ms-input-placeholder,
.white input[type="tel"]:-ms-input-placeholder,
.white input[type="email"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.5);
}
.white input[type="text"]::-ms-input-placeholder,
.white input[type="tel"]::-ms-input-placeholder,
.white input[type="email"]::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(255, 255, 255, 0.5);
}
.wpcf7-spinner {
	position: absolute;
	right: 0;
}
.wpcf7-not-valid-tip {
	font-size: 14px;
}
.wpcf7 form .wpcf7-response-output {
	margin: 20px 0 0;
	font-size: 14px;
	text-align: center;
}



.container {
	display: block;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 120px;
}
.w-100 {
	width: 100% !important;
}
.mt-0 {
	margin-top: 0 !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.pt-0 {
	padding-top: 0 !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.white {
	color: #ffffff !important;
}
.text-center {
	text-align: center !important;
}
.section {
	position: relative;
	padding-top: 80px;
	padding-bottom: 80px;
	z-index: 1;
}
.section-md {
	position: relative;
	padding-top: 60px;
	padding-bottom: 60px;
	z-index: 1;
}
.section-lg {
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
	z-index: 1;
}
.heading {
	position: relative;
	margin-bottom: 40px;
}
.heading:last-child {
	margin-bottom: 0;
}
.heading:before {
	content: '';
    width: 40px;
    height: 3px;
    background: var(--main-color);
    position: absolute;
    left: -60px;
    top: 33px;
    z-index: 1;
}
.heading.no-line:before {
	display: none;
}
.heading h2 {
	font-size: 42px;
	text-transform: uppercase;
}
.heading-small {
	position: relative;
	margin-bottom: 40px;
}
.heading-small:last-child {
	margin-bottom: 0;
}
.heading-small h2 {
	font-size: 42px;
	text-transform: uppercase;
}
.heading-small h3 {
	font-size: 30px;
	text-transform: uppercase;
}

.bg-pattern {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(images/bg-pattern-min.jpg);
}
.bg-pattern-2 {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(images/bg-pattern-2-min.jpg);
}

.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: calc(440px + 100px);
    margin: 1.75rem auto;
    pointer-events: none;
    display: flex;
    align-items: center;
    min-height: calc(100% - 3.5rem);
    padding: 50px;
    /*transition: transform .3s ease-out;*/
}
.modal-region .modal-dialog {
	max-width: calc(360px + 100px);
}
.modal-dialog.modal-lg {
	max-width: 1260px;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    padding: 35px 40px 45px;
}
.modal-Video .modal-content {
	padding: 0;
	background: none;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0;
    z-index: -1;
}
.modal-backdrop.show {
    opacity: .8;
    z-index: 1049;
}
.modal-title {
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 22px;
	margin-bottom: 23px;
}
.modal-close {
	position: absolute;
	-webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(images/close.svg);
    mask-image: url(images/close.svg);
    background-color: #ffffff;
    width: 30px;
    height: 30px;
    top: -42px;
    right: -40px;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: .25s;
    z-index: 9;
}
.modal-close:hover {
	background-color: var(--main-color);
}
.modal-Video iframe {
	width: 100%;
	height: 100%;
	min-height: 652px;
}



.btn {
	display: inline-block;
	outline: none !important;
	border: none;
	font-size: 16px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	min-width: 220px;
	text-align: center;
	padding: 14.5px 33px;
	border: 1px solid transparent;
	cursor: pointer;
	transition: .25s;
}
.btn-lg {
    font-size: 16px;
    padding: 18.5px 33px;
}
.btn-primary {
	background: var(--main-color);
	border-color: var(--main-color);
	color: #ffffff;
}
.btn-primary:hover {
	background: #dd4800;
	border-color: #dd4800;
	color: #ffffff;
}
.btn-primary-arrow {
	background: var(--main-color);
	border-color: var(--main-color);
	color: #ffffff;
}
.btn-primary-arrow:hover {
	background: #dd4800;
	border-color: #dd4800;
	color: #ffffff;
}
.btn-primary-arrow: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: #ffffff;
    width: 33px;
    height: 8px;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: -2px;
    z-index: 1;
	transition: .25s;
}
.btn-primary-arrow:hover:after {
	transform: translateX(5px);
}
.btn-outline-primary {
	background: #ffffff;
	border-color: var(--main-color);
	color: var(--text-color);
}
.btn-outline-primary:hover {
	background: var(--main-color);
	border-color: var(--main-color);
	color: #ffffff;
}
.btn-outline-primary-arrow {
	background: none;
	border-color: #fff;
	color: #ffffff;
}
.btn-outline-primary-arrow:hover {
	background: #fff;
	border-color: #fff;
	color: var(--text-color);
}
.btn-outline-primary-arrow: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: #ffffff;
    width: 33px;
    height: 8px;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: -2px;
    z-index: 1;
	transition: .25s;
}
.btn-outline-primary-arrow:hover:after {
	background-color: var(--text-color);
	transform: translateX(5px);
}
.btn-secondary-arrow {
	background: #ffffff;
	border-color: #ffffff;
	color: var(--text-color);
}
.btn-secondary-arrow:hover {
	background: var(--text-color);
	border-color: var(--text-color);
	color: #ffffff;
}
.btn-secondary-arrow: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: var(--text-color);
    width: 33px;
    height: 8px;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: -2px;
    z-index: 1;
	transition: .25s;
}
.btn-secondary-arrow:hover:after {
	background-color: #ffffff;
	transform: translateX(5px);
}



.fancybox__caption {
	text-align: center;
	background: rgba(17, 17, 17, 0.5);
	backdrop-filter: blur(5px);
	padding: 15px 30px;
	margin-top: -111px;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
    z-index: 99;
}
.fancybox__caption a {
	margin-top: 10px;
	min-width: 215px;
	outline: none !important;
}


.owl-nav {
	position: absolute;
	top: calc(50% - 35px);
	width: 100%;
	z-index: 99;
}
.owl-nav button {
	position: absolute;
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0 !important;
}
.owl-nav button.owl-prev {
	left: calc((100% - 1160px) / 2 - 104px);;
	transform: rotate(180deg);
}
.owl-nav button.owl-next {
	right: calc((100% - 1160px) / 2 - 104px);;
}
.owl-nav button:before {
	content: '';
    width: 50px;
    height: 50px;
    border: 1px solid var(--text-color);
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    transition: .25s;
    z-index: 1;
}
.owl-nav button:hover:before {
	border-color: transparent;
}
.owl-nav button:after {
	content: '';
	position: relative;
	-webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(images/arrow-right.svg);
    mask-image: url(images/arrow-right.svg);
    background-color: var(--text-color);
    flex: 0 0 33px;
    max-width: 33px;
    height: 8px;
    transition: .25s;
    z-index: 2;
}


.owl-dots {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.owl-dots .owl-dot {
	flex: auto;
	max-width: 100%;
	margin-right: 10px;
	height: 2px;
	background-color: var(--text-color) !important;
}
.owl-dots .owl-dot:last-child {
	margin-right: 0;
}
.owl-dots .owl-dot:hover,
.owl-dots .owl-dot.active {
	background-color: var(--main-color) !important;
}



.wp-caption {
	margin-bottom: 1.5em;
	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 {
	margin-bottom: 1.5em;
	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;
	z-index: 1;
}
.header {
	position: sticky;
	width: 100%;
	top: 0;
	background: #111111;
	padding: 7px 0;
	z-index: 99;
	transition: all 0.4s ease;
}
.home .header {
	position: fixed;
	background: none;
}
.header.fixed {
	background: #111111;
}
.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-logo {
	margin-right: 30px;
}
.header-logo img {
	max-width: 285px;
}
.header-mobile-logo {
	display: none;
}
.main-menu {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: 'Oswald', sans-serif;
	text-align: center;
	font-size: 16px;
	flex: auto;
	max-width: 100%;
    justify-content: space-around;
}
.main-menu > li {
	position: relative;
	margin-right: 40px;
	margin-right: 0;
}
.main-menu > li:last-child {
	margin-right: 0;
}
.main-menu > li.menu-item-has-children {
	padding-right: 15px;
}
.main-menu > li > a {
	display: block;
	padding: 6px 0;
	color: #fff;
}
.main-menu > li:hover > a {
	color: var(--main-color);
}
.main-menu > li.menu-item-has-children > i {
	position: absolute;
    background: url(images/triangle-down.svg) no-repeat center;
    background-size: contain;
    width: 7px;
    height: 4px;
    top: calc(50% - 0px);
    right: 0;
    transition: .25s;
    z-index: 1;
}
.main-menu > li.menu-item-has-children:hover > i {
    transform: rotate(180deg);
}
.main-menu li > ul {
	position: absolute;
	top: 100%;
	left: calc(50% - 75px);
	background: #1D1D1B;
	border: 1px solid rgba(255, 255, 255, 0.4);
	box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.45);
	margin: 0;
	padding: 20px;
	list-style: none;
	width: 150px;
	transition: .25s;

	z-index: -99;
	opacity: 0;
	transform: translateY(30px);
	visibility: hidden;
}
.main-menu.lang-menu li > ul,
.main-menu.region-menu li > ul {
	width: 100px;
	left: calc(50% - 50px);
}
.main-menu li:hover > ul {
	z-index: 99;
	opacity: 1;
	transform: translateY(0);
	visibility: inherit;
}
.main-menu ul li {
	margin-bottom: 20px;
}
.main-menu ul li:last-child {
	margin-bottom: 0;
}
.main-menu ul li a {
	display: block;
	text-align: center;
	color: #fff;
}
.main-menu ul li:hover a {
	color: var(--main-color);
}
.header-menu {
	margin: 0 10px;
}
.header-choose {
	display: flex;
	margin-right: 30px;
}
.lang-menu {
	margin-right: 20px;
	/*min-width: 36px;*/
}
.region-menu {
	/*min-width: 64px;*/
}
.header-phone {
	flex: 0 0 120px;
	max-width: 120px;
	text-align: right;
}
.header-phone-item {
	display: none;
}
.header-phone-item.active {
	display: block;
}
.header-phone-item p {
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	margin-bottom: 0;
}
.header-phone-item p a {
	color: #fff;
}
.header-phone-item p a:hover {
	color: var(--main-color);
}
.header-toggle {
	display: none;
	margin-left: 30px;
}
.header-toggle button {
	position: relative;
    -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: #ffffff;
    width: 40px;
    height: 40px;
    border: none;
    padding: 0;
    outline: none !important;
    cursor: pointer;
    transition: .25s;
}
.header-toggle button:hover {
	background-color: var(--main-color);
}



.modal-region-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.modal-region-list li {
	margin-bottom: 6px;
}
.modal-region-list li:last-child {
	margin-bottom: 0;
}
.modal-region-list li a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 7px 0;
	font-family: 'Oswald', sans-serif;
}
.modal-region-list li a:hover {
	color: var(--main-color);
}
.modal-region-list li a:before {
	content: '';
    background: url(images/check.svg) no-repeat center;
    background-size: contain;
    flex: 0 0 16px;
    max-width: 16px;
    height: 16px;
    margin-left: -36px;
    margin-right: 20px;
    opacity: 0;
    transition: .25s;
}
.modal-region-list li a:hover:before {
	opacity: 1;
}






/*---------- Main Slider Section START ----------*/
.mainSlider-section {
	position: relative;
	z-index: 1;
	min-height: 650px;
}
.mainSlider-item {
	position: relative;
	height: 650px;
	display: flex;
	align-items: center;
	z-index: 1;
}
.mainSlider-item-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.mainSlider-item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.mainSlider-item-image:after {
	content: '';
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 66.16%, rgba(0, 0, 0, 0.4) 125.77%);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.mainSlider-item-inner {
	position: relative;
	max-width: 50%;
}
.mainSlider-item-title {
	font-size: 72px;
	line-height: 1.1;
	font-weight: 400;
	color: #fff;
}
.mainSlider-item-content {
	color: #fff;
	font-size: 20px;
}
.mainSlider-item-button {
	position: relative;
	margin-top: 45px;
}
.btnFreeMeasurement {
	display: none;
}
.owl-mainSlider .owl-nav button:before {
	border-color: #ffffff;
}
.owl-mainSlider .owl-nav button:hover:before {
	border-color: transparent;
}
.owl-mainSlider .owl-nav button:after {
	background-color: #ffffff;
}

.owl-mainSlider .owl-dots {
	position: absolute;
	width: 100%;
	padding: 0 17px;
	bottom: 20px;
	left: 0;
	z-index: 9;
}
.owl-mainSlider .owl-dots .owl-dot {
	background-color: #fff !important;
}
.owl-mainSlider .owl-dots .owl-dot:hover,
.owl-mainSlider .owl-dots .owl-dot.active {
	background-color: var(--main-color) !important;
}

.mainSlider-form {
	position: absolute;
    background: rgba(17, 17, 17, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(5px);
    width: 100%;
    max-width: 360px;
    padding: 30px 22px 30px;
    right: calc((100% - 1160px) / 2);
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}
.mainSlider-form-title {
	font-size: 22px;
	font-family: 'Oswald', sans-serif;
	color: #ffffff;
	text-align: center;
}
.mainSlider-advantages {
    width: calc((100% - 1160px) / 2 + 600px);
    right: 0;
    position: absolute;
    bottom: -53px;
    z-index: 9;
}
.mainSlider-advantages-items {
	display: flex;
    width: 600px;
    padding: 45px 0px 24px 40px;
}
.mainSlider-advantages-item {
	flex: none;
	max-width: 160px;
	color: #111111;
	line-height: 1.2;
	margin-right: 70px;
}
.mainSlider-advantages-item:last-child {
	margin-right: 0;
}
.mainSlider-advantages-item p {
	margin-bottom: 4px;
}
.mainSlider-advantages-item p:last-child {
	margin-bottom: 0;
}
/*---------- Main Slider Section END ----------*/






/*---------- Products Section Start ----------*/
.products-section {
	padding-top: 93px;
}
.products-content {
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
}
.products-content-item {
	flex: 0 0 calc(50% - 20px);
	max-width: calc(50% - 20px);
}
.products-content-item h3 {
	font-size: 30px;
}
.owl-products {
	width: calc(100% + 40px);
	margin-left: -20px;
}
.owl-products .owl-item {
	position: relative;
	padding: 15px 20px 25px;
}
.products-carousel-item {
	position: relative;
	transition: .25s;
}
.products-carousel-item:hover {
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.4);
}
.products-carousel-item__info {
	position: relative;
	padding: 17px 16px 11px;
}
.products-carousel-item__title {
	color: #fff;
	margin-bottom: 10px;
}
.products-carousel-item__title a {
	color: #fff;
}
.products-carousel-item__content {
	color: #fff;
	margin-bottom: 24px;
	line-height: 1.18;
}
.products-carousel-item__moreLink span {
	font-family: 'Oswald';
	font-weight: 300;
	font-size: 18px;
	color: var(--main-color);
	text-transform: uppercase;
}
.products-carousel-item__moreLink span:hover {
	color: #dd4800;	
}
.products-carousel-item__moreLink span:after {
	content: '';
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(images/arrow-right.svg);
    mask-image: url(images/arrow-right.svg);
    background-color: var(--main-color);
    width: 33px;
    height: 8px;
    display: inline-block;
    position: relative;
    top: -2px;
    margin-left: 10px;
    transition: .25s;
    z-index: 1;
}
.products-carousel-item__moreLink span:hover:after {
	transform: translateX(5px);
	background-color: #dd4800;
}
/*---------- Products Section END ----------*/







/*---------- Advantages Section Start ----------*/
.advantages-inner {
	display: flex;
	justify-content: space-between;
}
.advantages-inner .heading {
	flex: 0 0 calc(50% - 20px);
	max-width: calc(50% - 20px);
}
.advantages-list {
	flex: 0 0 calc(50% - 20px);
	max-width: calc(50% - 20px);
	line-height: 1.18;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: -40px;
}
.advantages-list p {
	flex: 0 0 calc(50% - 20px);
	max-width: calc(50% - 20px);
	min-height: 40px;
	display: flex;
	align-items: center;
	margin: 0 0 40px;
}
.advantages-list p:before {
	content: '';
	background: url(images/plus.svg) no-repeat center;
	background-size: contain;
	flex: 0 0 38px;
	max-width: 38px;
	height: 38px;
	margin-right: 20px;
}
.advantages-list p:nth-child(1) {
	order: 1;
}
.advantages-list p:nth-child(2) {
	order: 3;
}
.advantages-list p:nth-child(3) {
	order: 5;
}
.advantages-list p:nth-child(4) {
	order: 2;
}
.advantages-list p:nth-child(5) {
	order: 4;
}
.advantages-list p:nth-child(6) {
	order: 6;
}
.advantages-list p:nth-child(7) {
	order: 7;
	margin-left: auto;
}
/*---------- Advantages Section END ----------*/









/*---------- Banner Section Start ----------*/
.banner-wrap {
	position: relative;
	display: flex;
	min-height: 400px;
	width: calc(100% + 120px);
    left: -60px;
}
.banner-info {
	padding: 48px 100px 48px 60px;
	flex: 0 0 50%;
	max-width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.banner-content {
	color: #fff;
	font-size: 42px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
}
.banner-content strong {
	font-weight: 400;
}
.banner-btn {
	position: relative;
	margin-top: 40px;
}
.banner-btn a.btn {
	min-width: 300px;
}
.banner-image {
	flex: 0 0 50%;
	max-width: 50%;
}
.banner-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
/*---------- Banner Section END ----------*/








/*---------- Steps Section Start ----------*/
.steps-items {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.steps-item {
	position: relative;
	flex: 0 0 160px;
	max-width: 160px;
}
.steps-item:after {
	content: '';
    background: #000;
    height: 1px;
    position: absolute;
    width: 143px;
    right: -117px;
    top: 37px;
    z-index: -1;
}
.steps-item:last-child:after {
	display: none;
}
.steps-item__image {
	position: relative;
	width: 54px;
	height: 54px;
	margin: 11px auto 31px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.steps-item__image:before {
	content: '';
    width: 100%;
    height: 100%;
    border: 1px solid var(--main-color);
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(45deg);
    z-index: -1;
}
.steps-item__image img {
	flex: 0 0 24px;
	max-width: 24px;
	height: 24px;
}
.steps-item p {
	line-height: 1.18;
	text-align: center;
}
/*---------- Steps Section END ----------*/









/*---------- Why we Section Start ----------*/
.why-we-section {
	padding-bottom: 0;
}
.why-we-wrap {
	position: relative;
	width: calc(100% + 120px);
    left: -60px;
    padding-left: 60px;
    padding-right: 60px;
}
.why-we-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.why-we-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.why-we-bg:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
	z-index: 2;
}
.why-we-wrap .heading {
	margin-bottom: 80px;
}
.why-we-list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	line-height: 1.18;
	margin-bottom: -80px;
}
.why-we-list p {
	min-height: 40px;
	flex: 0 0 calc((100% / 3) - (2 * 40px / 3));
    max-width: calc((100% / 3) - (2 * 40px / 3));
	display: flex;
	align-items: center;
	margin: 0 0 80px;
	margin-right: 40px;
	color: #fff;
}
.why-we-list p:nth-child(3n) {
	margin-right: 0;
}
.why-we-list p:before {
	content: '';
	background: url(images/checked.svg) no-repeat center;
	background-size: contain;
	flex: 0 0 38px;
	max-width: 38px;
	height: 38px;
	margin-right: 20px;
}
/*---------- Why we Section END ----------*/








/*---------- Partners Section Start ----------*/
.partners-section .heading {
	margin-bottom: 60px;
}
.partners-items {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: -60px;
}
.partners-item {
	position: relative;
	flex: 0 0 calc((100% / 4) - (3 * 40px / 4));
	max-width: calc((100% / 4) - (3 * 40px / 4));
	text-align: center;
	margin-bottom: 60px;
	margin-right: 0;
}
.partners-item:nth-child(4n) {
	margin-right: 0;
}
.partners-item:hover {
	z-index: 99;
}
.partners-item:before,
.partners-item:after {
	content: '';
    width: 90px;
    height: 90px;
    border: 2px solid var(--main-color);
    position: absolute;
    top: calc(50% - 45px);
    transform: scale(0) rotate(45deg) skew(10deg, 10deg);
    transition: .25s;
    z-index: -1;
}
.partners-item:before {
	border-top: none;
    border-right: none;
    left: 10px;
}
.partners-item:after {
	border-bottom: none;
    border-left: none;
    right: 10px;
}
.partners-item:hover:before,
.partners-item:hover:after {
	transform: scale(1.0) rotate(45deg) skew(10deg, 10deg);
}
.partners-item img {
	max-width: 186px;
	max-height: 127px;
	filter: grayscale(1);
	transition: .25s;
}
.partners-item:hover img {
	filter: none;
}
/*---------- Partners Section END ----------*/






/*---------- Banner 2 Section Start ----------*/
.banner-2-wrap {
	position: relative;
	display: flex;
	min-height: 380px;
	width: calc(100% + 120px);
    left: -60px;
}
.banner-2-info {
	padding: 48px 60px 48px 60px;
	flex: 0 0 50%;
	max-width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.banner-2-content {
	font-size: 30px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	text-align: right;
}
.banner-2-content strong {
	font-weight: 400;
}
.banner-2-form {
	margin-top: 40px;
	margin-left: auto;
	max-width: 360px;
}
.banner-2-image {
	flex: 0 0 50%;
	max-width: 50%;
}
.banner-2-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
/*---------- Banner 2 Section END ----------*/







/*---------- About Us Section Start ----------*/
.about-us-wrap {
	position: relative;
    display: grid;
    grid-template-areas:
        "item1 item2"
        "item3 item2";
    grid-template-columns: calc(50% - 40px) 25%;
    grid-template-rows: auto 1fr;
    justify-content: space-between;
    grid-gap: 40px;
}
.about-us-info {
	grid-area: item1;
}
.about-us-content {
	font-weight: 300;
}
.about-us-image {
	grid-area: item2;
}
.about-us-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	min-height: 540px;
}
.about-us-tabs {
	grid-area: item3;
}
.tabs {
	position: relative;
}
.tabs-nav {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.tabs-nav li {
	margin-right: 40px;
}
.tabs-nav li:last-child {
	margin-right: 0;
}
.tabs-nav li a {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	line-height: 1.3;
	font-size: 22px;
	/*opacity: .3;*/
	opacity: .7;
	transition: .25s;
}
.tabs-nav li a:hover {
	opacity: 1;
}
.tabs-nav li.active a {
	font-weight: 400;
	opacity: 1;
}
.tabs-item {
	display: none;
}
.tabs-item.active {
	display: block;
}
.tabs-item__button {
	position: relative;
	margin-top: 40px;
	text-align: right;
}
.tabs-item__button a {
	font-family: 'Oswald';
	font-weight: 400;
	font-size: 16px;
	color: var(--main-color);
	text-transform: uppercase;
}
.tabs-item__button a:hover {
	color: #dd4800;
}
.tabs-item__button 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: var(--main-color);
    width: 33px;
    height: 8px;
    display: inline-block;
    position: relative;
    top: -2px;
    margin-left: 10px;
    transition: .25s;
    z-index: 1;
}
.tabs-item__button a:hover:after {
	transform: translateX(5px);
	background-color: #dd4800;
}
/*---------- About Us Section END ----------*/







/*---------- Banner 3 Section Start ----------*/
.banner-3-wrap {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 400px;
	width: calc(100% + 120px);
	padding: 60px;
    left: -60px;
}
.banner-3-content {
	color: #fff;
	font-size: 42px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	flex: 0 0 50%;
	max-width: 50%;
}
.banner-3-content strong {
	font-weight: 700;
}
.banner-3-form {
	flex: 0 0 50%;
	max-width: 360px;
}
.banner-3-image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.banner-3-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.banner-3-image:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgb(17 17 17 / 40%);
	top: 0;
	left: 0;
	z-index: 2;
}
.banner-3-form .wpcf7 form .wpcf7-response-output {
	color: #ffffff;
}
/*---------- Banner 3 Section END ----------*/









/*---------- Contacts Section Start ----------*/
.contacts-section .heading {
	margin-bottom: 60px;
}
.contacts-items {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	margin-bottom: -10px;
}
.contacts-item {
	position: relative;
	flex: 0 0 calc((100% / 3) - (2 * 40px / 3));
	max-width: calc((100% / 3) - (2 * 40px / 3));
	margin-bottom: 10px;
	margin-right: 40px;
}
.contacts-item:nth-child(3n),
.contacts-item:last-child {
	margin-right: 0;
}
.contacts-item p {
	margin-bottom: 0;
}
.contacts-item p a {
	color: var(--main-color);
}
.contacts-item p a:hover {
	text-decoration: underline;
}
.contacts-item p.contacts-item__city {
	margin-bottom: 40px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 30px;
	text-transform: uppercase;
}
.contacts-item p.contacts-item__address {
	position: relative;
	margin-bottom: 20px;
}
/*---------- Contacts Section END ----------*/







.footer {
	position: relative;
	border-top: 1px solid var(--main-color);
	padding: 40px 0;
	z-index: 1;
}
.footer-inner {
	display: flex;
	flex-wrap: wrap;
}
.footer-logo {
	flex: auto;
	max-width: 100%;
}
.footer-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	flex: 0 0 360px;
	max-width: 360px;
	/*display: flex;
	flex-wrap: wrap;
	justify-content: space-between;*/
	column-count: 2;
	margin-bottom: -10px;
}
.footer-menu li {
	/*flex: 0 0 calc(50% - 10px);
	max-width: calc(50% - 10px);*/
	margin-bottom: 10px;
}
.footer-menu li a {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
}
.footer-menu li a:hover {
	color: var(--main-color);
}
.soc-links {
	flex: 0 0 16%;
	max-width: 16%;
	margin: 0 0 0 40px;
	
}
.soc-links ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: none;
}
.soc-links ul.active {
	display: block;
}
.soc-links li {
	position: relative;
	margin-bottom: 10px;
}
.soc-links li:last-child {
	margin-bottom: 0;
}
.soc-links li a {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	display: inline-block;
}
.soc-links li a img {
	margin-right: 20px;
	vertical-align: bottom;
}
.soc-links li a:hover {
	color: var(--main-color);
}
.soc-links li:nth-last-child(2) {
	display: none;
}







.page-wrapper {
	position: relative;
}
.page-header {
	position: relative;
	padding: 20px 0 40px;
}
.aioseo-breadcrumbs {
	position: relative;
	margin-bottom: 5px;
}
.aioseo-breadcrumbs:last-child,
.woocommerce-products-header-single .aioseo-breadcrumbs {
	margin-bottom: 0;
}
.page-header-inner {
	position: relative;
	display: flex;
	justify-content: space-between;
	padding-bottom: 25px;
	border-bottom: 1px solid rgba(0,0,0,.5);
}
.page-title {
	text-transform: uppercase;
	border-bottom: 1px solid rgba(0,0,0,.5);
	padding-bottom: 10px;
}
.page-header-inner .page-title {
	border-bottom: none;
	padding-bottom: 0;
}
.page-header-info {
	position: relative;
	flex: 0 0 calc(33% - 20px);
    max-width: calc(33% - 20px);
}
.page-header-content {
	font-size: 14px;
	line-height: 1.2;
	color: #858480;
}
.page-header-button {
	position: relative;
	margin-top: 16px;
}
.page-header-button .btn {
	min-width: 260px;
}

.page-header-image {
	position: relative;
	z-index: 1;
}
.page-header-image-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.page-header-image-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.page-header-image-bg:after {
	content: '';
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}
.page-header-image-inner {
	position: relative;
	height: 290px;
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}
.page-header-image-inner .aioseo-breadcrumbs {
	position: absolute;
	top: 20px;
	left: 0;
	color: #CDCDCD;
	z-index: 9;
}
.page-header-image-inner .aioseo-breadcrumbs a,
.page-header-image-inner .aioseo-breadcrumb-separator {
	color: #fff;
}
.page-header-image-inner .aioseo-breadcrumbs a:hover {
	color: var(--main-color);
}
.page-header-image .page-title {
	color: #fff;
	border-bottom: none;
	padding-bottom: 0;
}


.page-content {
	position: relative;
	padding: 0 0 60px;
}
.woocommerce-products-header .page-title {
	max-width: calc(75% - 20px);
	margin-left: auto;
}
.woocommerce-products-header-single {
	display: flex;
	align-items: center;
	justify-content: space-between;
}





.shop-wrap {
	position: relative;
	display: flex;
	justify-content: space-between;
}
.sidebar-shop {
	margin-top: -40px;
	flex: 0 0 calc(25% - 20px);
	max-width: calc(25% - 20px);
}
.sidebar-shop-close {
	display: none;
}
.shop-inner {
	flex: 0 0 calc(75% - 20px);
	max-width: calc(75% - 20px);
}
.shop-filter-btn {
	display: none;
}

.woocommerce .products ul, .woocommerce ul.products {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -40px;
}
.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 {
	margin: 0 40px 40px 0;
	float: none;
	width: auto;
	padding-bottom: 14px;
	border-bottom: .5px solid var(--text-color);
}
.woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-4 li.product {
	flex: 0 0 calc((100% / 4) - (3 * 40px / 4));
	max-width: calc((100% / 4) - (3 * 40px / 4));
}
.woocommerce ul.products.columns-4 li.product:nth-child(4n), .woocommerce-page ul.products.columns-4 li.product:nth-child(4n) {
	margin-right: 0;
}
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
	flex: 0 0 calc((100% / 3) - (2 * 40px / 3));
	max-width: calc((100% / 3) - (2 * 40px / 3));
}
.woocommerce ul.products.columns-3 li.product:nth-child(3n), .woocommerce-page ul.products.columns-3 li.product:nth-child(3n) {
	margin-right: 0;
}
.product-image {
	position: relative;
	margin-bottom: 10px;
	overflow: hidden;
}
.product-sale {
	font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    background: var(--main-color);
    color: #ffffff;
    position: absolute;
    top: 2px;
    left: 2px;
    padding: 3px 10px;
    z-index: 1;
}
.woocommerce ul.products li.product a img {
	margin-bottom: 0;
	transition: .25s;
}
.woocommerce ul.products li.product:hover .product-image img {
	transform: scale(1.05);
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 0;
	padding: 0;
	transition: .25s;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title:hover {
	color: var(--main-color);
}
.product-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.product-brand,
.product-status {
	font-size: 14px;
}
.product-cutting {
	font-size: 14px;
	font-weight: 700;
	color: var(--main-color);
}
.product-status .onbackorder {
	color: var(--main-color);
}





.widget {
	position: relative;
	margin-bottom: 20px;
}
.widget-title {
	font-size: 16px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.widget_search form {
	position: relative;
}
.widget_search input[type="text"] {
	padding: 16px 50px 16px 20px;
}
.widget_search button {
	-webkit-mask-size: 18px;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(images/search.svg);
    mask-image: url(images/search.svg);
    background-color: var(--text-color);
    width: 48px;
    height: 48px;
    cursor: pointer;
    border: none;
    position: absolute;
    right: 0px;
    top: calc(50% - 24px);
    padding: 0;
    outline: none !important;
    transition: .25s;
}
.widget_search button:hover {
	background-color: var(--main-color);
}

.berocket_single_filter_widget {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: .5px solid var(--text-color);
}
.berocket_single_filter_widget:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.bapf_sfilter {
	margin-bottom: 0;
}
.bapf_head {
	position: relative;
}
.bapf_sfilter .bapf_hascolarr, .bapf_sfilter .bapf_hasdesc {
	font-size: 16px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}
.bapf_sfilter .bapf_colaps_smb, .bapf_sfilter .bapf_desci {
	background: url(images/arrow-up.svg) no-repeat center;
	background-size: contain;
	width: 16px;
    height: 9px;
    transition: .25s;
}
.bapf_sfilter .bapf_colaps_smb.fa-chevron-down, .bapf_sfilter .bapf_desci.fa-chevron-down {
	transform: rotate(180deg);
}
.bapf_sfilter .bapf_colaps_smb.fa-chevron-up, .bapf_sfilter .bapf_desci.fa-chevron-up {
	transform: rotate(0deg);
}
.bapf_sfilter .bapf_colaps_smb:before, .bapf_sfilter .bapf_desci:before {
	display: none;
}
.bapf_body {
	position: relative;
	margin-top: 10px;
}
.bapf_sfilter .bapf_body .mCSB_container>ul, .bapf_sfilter .bapf_body>ul {
	padding: 0;
}
.bapf_hideckbox li label, .bapf_hideckbox li label a {
	color: var(--text-color);
}
.bapf_hideckbox li input:checked+label:hover, .bapf_hideckbox li input:checked+label:hover a, .bapf_hideckbox li label:hover, .bapf_hideckbox li label:hover a,
.bapf_hideckbox li input:checked+label, .bapf_hideckbox li input:checked+label a {
	color: var(--main-color);
}
.bapf_sfilter .bapf_clr_span, .bapf_sfilter .bapf_img_span {
	border-radius: 50%;
	width: 40px !important;
    height: 40px !important;
    border: 1px solid var(--text-color) !important;
}
.bapf_sfilter.brchecked_default input:checked+label .bapf_clr_span, .bapf_sfilter.brchecked_default input:checked+label .bapf_img_span, .bapf_sfilter.brchecked_rotate input:checked+label .bapf_clr_span, .bapf_sfilter.brchecked_rotate input:checked+label .bapf_img_span {
	border: 2px solid var(--main-color) !important;
	-webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}


.filter-clear-btn button {
	display: inline-block;
	outline: none !important;
	border: none;
	font-size: 16px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	min-width: 220px;
	text-align: center;
	padding: 12px 30px;
	background: none;
	border: 1px solid var(--main-color);
	cursor: pointer;
	width: 100%;
	transition: .25s;
}
.filter-clear-btn button:hover {
	background: var(--main-color);
	color: #fff;
}


.woocommerce nav.woocommerce-pagination,
.navigation.pagination {
	position: relative;
	margin-top: 60px;
	z-index: 9;
}
.woocommerce nav.woocommerce-pagination ul,
.nav-links {
	border: none;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.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: 5px;
}
.woocommerce nav.woocommerce-pagination ul li:last-child,
.nav-links .page-numbers:last-child {
	margin-right: 0;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span,
.nav-links .page-numbers {
	padding: 0;
	min-width: inherit;
	font-size: 16px;
	font-weight: 300;
	font-family: 'Oswald', sans-serif;
	color: #7E7A78;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: 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: #111111;
	color: #ffffff;
}
.woocommerce nav.woocommerce-pagination ul li a.prev,
.woocommerce nav.woocommerce-pagination ul li a.next,
.nav-links .page-numbers.prev,
.nav-links .page-numbers.next {
	font-size: 0;
}
.woocommerce nav.woocommerce-pagination ul li a.prev:before,
.woocommerce nav.woocommerce-pagination ul li a.next:before,
.nav-links .page-numbers.prev:before,
.nav-links .page-numbers.next:before {
	content: '';
	background: url(images/arrow-pagination.svg) no-repeat center;
	background-size: contain;
	flex: 0 0 15px;
	max-width: 15px;
	height: 26px;
	transition: .25s;
	opacity: .3;
}
.woocommerce nav.woocommerce-pagination ul li a.prev:before,
.nav-links .page-numbers.prev:before {
	transform: rotate(180deg);
}
.woocommerce nav.woocommerce-pagination ul li a.prev:hover,
.woocommerce nav.woocommerce-pagination ul li a.next:hover,
.woocommerce nav.woocommerce-pagination ul li a.prev:focus,
.woocommerce nav.woocommerce-pagination ul li a.next:focus,
.nav-links .page-numbers.prev:hover,
.nav-links .page-numbers.next:hover {
	background: none;
	color: none;
}
.woocommerce nav.woocommerce-pagination ul li a.prev:hover:before,
.woocommerce nav.woocommerce-pagination ul li a.next:hover:before,
.nav-links .page-numbers.prev:hover:before,
.nav-links .page-numbers.next:hover:before {
	opacity: 1;
}




.product-single-sale {
	font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    background: var(--main-color);
    color: #ffffff;
    padding: 3px 10px;
    z-index: 1;
}
.product-single-wrap {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.product-single-head {
	display: none;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary,
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	float: none;
	width: 100%;
	margin-bottom: 40px;
}
.product-single-image {
	position: relative;
	flex: 0 0 calc((100% / 3 * 2) - 20px);
	max-width: calc((100% / 3 * 2) - 20px);
	margin-bottom: 40px;
}

.woocommerce div.product div.images {
	margin-bottom: 0;
}
.wpgis-slider-for {
	margin-bottom: 10px;
	overflow: inherit;
}
.wpgis-slider-for .slick-slide > div div {
	height: 100%;
}
.woocommerce div.product div.images img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.wpgis-slider-nav {
	position: relative;
	max-width: calc(100% - 100px);
	margin: 0 auto;
}
.wpgis-slider-nav .slick-track {
	margin: auto;
}
.wpgis-slider-nav .slick-slide {
	border: none;
	padding: 0 10px;
}
.wpgis-slider-nav .slick-slide li {
	height: 110px;
}
.wpgis-slider-nav .slick-slide li img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	opacity: .4;
	transition: .25s;
}
.wpgis-slider-nav .slick-slide.slick-current li img {
	opacity: 1;
}
.wpgis-slider-for .btn-prev, .wpgis-slider-for .btn-next {
	opacity: 1;
    margin: 0;
	background: url(images/arrow-pagination.svg) no-repeat center !important;
	background-size: 15px !important;
	opacity: .3;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: inherit;
    bottom: -80px;
    z-index: 99;
    transition: .25s;
}
.wpgis-slider-for .btn-prev {
	transform: rotate(180deg);
}
.wpgis-slider-for:hover .btn-prev, .wpgis-slider-for:hover .btn-next {
	opacity: .3;
}
.wpgis-slider-for .btn-prev:hover, .wpgis-slider-for .btn-next:hover {
	opacity: 1;
}
.woocommerce div.product div.summary {
	flex: 0 0 calc((100% / 3) - 20px);
	max-width: calc((100% / 3) - 20px);
}
.woocommerce div.product .product_title {
	margin-bottom: 15px;
	line-height: 1.1;
}
.form-product-title-field {
	display: none;
}
.product-single-brand {
	position: relative;
	margin-bottom: 0px;
}
.product-single-brand img {
	max-width: 180px;
	max-height: 60px;
}
.product-single-status {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}
.product-single-status span {
    padding: 7px 25px;
    display: inline-block;
    font-size: 18px;
}
.product-single-status .onbackorder {
	background: #ffffff;
    color: var(--main-color);
}
.product-single-attributes {
	position: relative;
	margin-top: 22px;
	padding-top: 30px;
	margin-bottom: 40px;
	border-top: .5px solid var(--text-color);
}
.woocommerce table.shop_attributes {
	margin: 0;
	border: none;
	border-collapse: collapse;
}
.woocommerce table.shop_attributes th {
	width: auto;
    padding: 0;
    font-weight: 400;
    color: #858480;
    border: none;
    line-height: 1.35;
    text-align: left;
    padding: 8px 10px;
}
.woocommerce table.shop_attributes td {
	border: none;
    line-height: 1.35;
    font-style: normal;
    text-align: right;
    padding: 8px 10px;
}
.woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th {
	background: #f5f5f5;
}
.woocommerce table.shop_attributes td p {
	padding: 0;
}
.product-single-buttons {
	text-align: center;
}
.product-single-buttons .btn {
	min-width: 300px;
}




.chamfers-block,
.up-sells.products {
	flex: 0 0 100%;
	max-width: 100%;
	position: relative;
}
.chamfers-block > h3,
.up-sells.products > h3 {
	position: relative;
	margin-bottom: 40px;
	font-size: 24px;
	line-height: 1.7;
	padding-bottom: 10px;
	text-transform: uppercase;
	border-bottom: .5px solid var(--text-color);
}
.chamfers-items {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -40px;
}
.chamfers-items p {
	position: relative;
	margin: 0 40px 40px 0;
	flex: 0 0 calc((100% / 6) - (5 * 40px / 6));
	max-width: calc((100% / 6) - (5 * 40px / 6));
}
.chamfers-items p:nth-child(6n) {
	margin-right: 0;
}
.chamfers-items p img {
	filter: brightness(0);
}
.chamfers-items p span {
	width: 30px;
	height: 30px;
	margin: 0 auto;
	border-radius: 50%;
	background: var(--text-color);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 12px;
	font-weight: 300;
	font-family: 'Oswald', sans-serif;
}





.photo-album-items {
	position: relative;
}
.photo-album-item {
	position: relative;
	margin-bottom: 40px;
}
.photo-album-item:last-child {
	margin-bottom: 0;
}
.photo-album-item__image {
	position: relative;
	height: 300px;
	overflow: hidden;
	z-index: -1;
}
.photo-album-item__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: .25s;
}
.photo-album-item:hover .photo-album-item__image img {
	transform: scale(1.05);
}
.photo-album-item__image:after {
	content: '';
	background: linear-gradient(325.08deg, rgba(17, 17, 17, 0.8) 10.96%, rgba(0, 0, 0, 0) 54.02%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.photo-album-item__title {
	position: absolute;
	bottom: 30px;
	right: 30px;
	padding-bottom: 15px;
	width: 230px;
	font-size: 22px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	z-index: 2;
}
.photo-album-item__title: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: var(--main-color);
    width: 33px;
    height: 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: .25s;
    z-index: 1;
}
.photo-album-item:hover .photo-album-item__title:after {
	transform: translateX(10px);
}





.photo-items {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -40px;
}
.photo-item {
	position: relative;
	flex: 0 0 calc((100% / 3) - (2 * 40px / 3));
	max-width: calc((100% / 3) - (2 * 40px / 3));
	margin: 0 40px 40px 0;
}
.photo-item:nth-child(3n) {
	margin-right: 0;
}
.photo-item a {
	position: relative;
	display: block;
	height: 300px;
	border: 0px solid transparent;
	outline: none !important;
	transition: .25s;
	z-index: 2;
}
.photo-item a:hover {
	transform: scale(1.15);
	border: 9px solid #fff;
	box-shadow: 0px 15px 100px rgba(0, 0, 0, 0.5);
}
.photo-item a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.photo-item a:before {
	content: '';
	position: absolute;
	top: calc(50% - 25px);
	left: calc(50% - 25px);
	width: 50px;
	height: 50px;
	background: rgba(17, 17, 17, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.4);
	backdrop-filter: blur(5px);
	border-radius: 50%;
	z-index: 1;
	transition: .25s;
	opacity: 0;
}
.photo-item a:after {
	content: '';
	-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: #ffffff;
    width: 16px;
    height: 16px;
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 8px);
	transition: .25s;
    z-index: 2;
    opacity: 0;
}
.photo-item a:hover:before,
.photo-item a:hover:after {
	opacity: 1;
}
.photo-item p {
	position: relative;
	padding: 8px 0;
	border-bottom: .5px solid var(--text-color);
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	z-index: -1;
}









/*---------- Promo Main Block Section START ----------*/
.promoMainBlock-section {
	position: relative;
	margin-bottom: 60px;
	z-index: 1;
}
.promoMainBlock-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.promoMainBlock-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.promoMainBlock-image:after {
	content: '';
	background: linear-gradient(0deg, rgba(10, 10, 10, 0.4), rgba(10, 10, 10, 0.4));
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.promoMainBlock-inner {
	position: relative;
	min-height: 600px;
	display: flex;
	align-items: center;
	padding: 80px 0;
	z-index: 1;
}
.promoMainBlock-inner .aioseo-breadcrumbs {
	position: absolute;
	top: 45px;
	left: 0;
	color: #CDCDCD;
	z-index: 9;
}
.promoMainBlock-inner .aioseo-breadcrumbs a,
.promoMainBlock-inner .aioseo-breadcrumb-separator {
	color: #fff;
}
.promoMainBlock-inner .aioseo-breadcrumbs a:hover {
	color: var(--main-color);
}
.promoMainBlock-content {
	font-family: 'Oswald', sans-serif;
	color: #fff;
	font-size: 40px;
	flex: auto;
	max-width: 100%;
	font-weight: 300;
}
.promoMainBlock-content h1 {
	font-size: 72px;
	line-height: 1.1;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.promoMainBlock-form {
	position: relative;
    background: rgba(17, 17, 17, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(5px);
    flex: 0 0 360px;
    max-width: 360px;
    padding: 30px 22px 30px;
    margin-left: 40px;
    z-index: 9;
}
.promoMainBlock-form-title {
	font-size: 22px;
	font-family: 'Oswald', sans-serif;
	color: #ffffff;
	text-align: center;
}
/*---------- Promo Main Block Section END ----------*/





.error-number-404 {
	position: relative;
	font-size: 220px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	text-align: center;
	color: var(--main-color);
	line-height: 1;
	font-weight: bold;
}






/*---------- Archive Blog Section START ----------*/
.blog-items {
	position: relative;
}
.blog-item {
	position: relative;
	margin-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.blog-item:last-child {
	margin-bottom: 0;
}
.blog-item__image {
	position: relative;
	flex: 0 0 calc(50% - 20px);
	max-width: calc(50% - 20px);
	height: 190px;
	overflow: hidden;
}
.blog-item__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: .25s;
}
.blog-item__image:hover img {
	transform: scale(1.05);
}
.blog-item__info {
	position: relative;
	flex: 0 0 calc(50% - 20px);
	max-width: calc(50% - 20px);
}
.blog-item__title {
	position: relative;
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 10px;
}
.blog-item__title a:hover {
	color: var(--main-color);
}
.blog-item__desc {
	position: relative;
}
.blog-item__desc p {
	margin-bottom: 0;
}
/*---------- Archive Blog Section END ----------*/








/*---------- Single Blog Section START ----------*/
.blogMainBlock-section {
	position: relative;
	margin-bottom: 60px;
	z-index: 1;
}
.blogMainBlock-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.blogMainBlock-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.blogMainBlock-image:after {
	content: '';
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.blogMainBlock-inner {
	position: relative;
	min-height: 530px;
	max-width: calc(100% / 3 * 2 - 20px);
	display: flex;
	align-items: center;
	padding: 80px 0 40px;
	z-index: 1;
}
.blogMainBlock-inner .aioseo-breadcrumbs {
	position: absolute;
	top: 45px;
	left: 0;
	color: #CDCDCD;
	z-index: 9;
}
.blogMainBlock-inner .aioseo-breadcrumbs a,
.blogMainBlock-inner .aioseo-breadcrumb-separator {
	color: #fff;
}
.blogMainBlock-inner .aioseo-breadcrumbs a:hover {
	color: var(--main-color);
}
.blogMainBlock-content {
	font-family: 'Oswald', sans-serif;
	color: #fff;
}
.blogMainBlock-content h1 {
	line-height: 1.2;
	font-weight: 300;
	margin-bottom: 40px;
}


.blogContent-items {
	position: relative;
}
.blogContent-item {
	position: relative;
	margin-bottom: 40px;
}
.blogContent-item:last-child {
	margin-bottom: 0;
}
.blogContent-item__heading {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 40px;
	text-transform: uppercase;
	border-bottom: .5px solid var(--text-color);
}
.blogContent-item__content {
	position: relative;
}
.blogContent-item.hide .blogContent-item__content {
	height: 420px;
	overflow: hidden;
}
.blogContent-item.full .blogContent-item__content {
	height: 100%;
	overflow: hidden;
}
.blogContent-item__content > * {
	max-width: calc(100% / 3 * 2 - 20px);
}
.blogContent-item__content img {
	max-width: 1160px;
}
.blogContent-item__content ul,
.blogContent-item__content ol {
	padding-left: 30px;
}
.blogContent-item__content a {
	text-decoration: underline;
	color: var(--main-color);
}
.blogContent-item__content-more {
	display: none;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 2;
}
.blogContent-item.hide .blogContent-item__content-more {
	display: block;
}
.blogContent-item.full .blogContent-item__content-more {
	display: none;
}
.blogContent-item__content-more:before {
	content: '';
	background: rgb(255,255,255);
	background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 30%, rgba(255,255,255,0.75) 80%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 30%, rgba(255,255,255,0.75) 80%, rgba(255,255,255,0) 100%);
	background: linear-gradient(0deg, rgba(255,255,255,1) 30%, rgba(255,255,255,0.75) 80%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
	position: absolute;
	width: 100%;
	height: 90px;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.blogContent-item__content-more button {
	color: var(--main-color);
	background: none;
	border: none;
	padding: 10px;
	outline: none !important;
	cursor: pointer;
    transition: .25s;
}
.blogContent-item__content-more button:after {
	content: '';
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(images/arrow-up.svg);
    mask-image: url(images/arrow-up.svg);
    background-color: var(--main-color);
    width: 18px;
    height: 10px;
    display: inline-block;
    margin-left: 10px;
    transform: rotate(180deg);
    transition: .25s;
}
.blogContent-item__content-more button:hover {
	color: var(--text-color);
}
.blogContent-item__content-more button:hover:after {
	background-color: var(--text-color);
}


.blogContent-item__gallery-image {
	height: 480px;
}
.blogContent-item__gallery-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
/*---------- Single Blog Section END ----------*/








/*---------- Page Services Section START ----------*/
.page-services-content {
	position: relative;
}
.page-services-content > * {
	max-width: calc(100% / 3 * 2 - 20px);
}
.page-services-content img {
	max-width: 1160px;
}
.page-services-content ul {
	padding-left: 30px;
}


.services-items {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -40px;
}
.services-item {
	position: relative;
	flex: 0 0 calc((100% / 3) - (2 * 40px / 3));
	max-width: calc((100% / 3) - (2 * 40px / 3));
	margin: 0 40px 40px 0;
}
.services-item:nth-child(3n) {
	margin-right: 0;
}
.services-item__image {
	overflow: hidden;
}
.services-item__image img {
	transition: .25s;
	vertical-align: middle;
}
.services-item:hover .services-item__image img {
	transform: scale(1.05);
}
.services-item__title {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	padding: 10px 0;
	border-bottom: 1px solid rgba(0,0,0,.5);
	transition: .25s;
}
.services-item:hover .services-item__title {
	color: var(--main-color);
}


.servicesFeedback-wrap {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 400px;
	width: calc(100% + 120px);
	padding: 60px;
    left: -60px;
}
.servicesFeedback-content {
	color: #fff;
	font-size: 30px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	flex: 0 0 50%;
	max-width: 50%;
}
.servicesFeedback-content h3 {
	font-size: 42px;
	line-height: 1.1;
	margin-bottom: 10px;
	font-weight: bold;
}
.servicesFeedback-form {
	flex: 0 0 50%;
	max-width: 360px;
}
.servicesFeedback-image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.servicesFeedback-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.servicesFeedback-image:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgb(17 17 17 / 50%);
	top: 0;
	left: 0;
	z-index: 2;
}
.servicesFeedback-form .wpcf7 form .wpcf7-response-output {
	color: #ffffff;
}
/*---------- Page Services Section END ----------*/




/*---------- Page Services Section START ----------*/
.instructionAdvantages-items {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -70px;
}
.instructionAdvantages-item {
	position: relative;
	flex: 0 0 calc((100% / 3) - (2 * 40px / 3));
	max-width: calc((100% / 3) - (2 * 40px / 3));
	display: flex;
	align-items: center;
	margin-right: 40px;
	margin-bottom: 70px;
}
.instructionAdvantages-item:nth-child(3n) {
	margin-right: 0;
}
.instructionAdvantages-item__image {
	position: relative;
	flex: 0 0 54px;
	max-width: 54px;
	height: 54px;
	margin: 11px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.instructionAdvantages-item__image:before {
	content: '';
    width: 100%;
    height: 100%;
    border: 1px solid var(--main-color);
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(45deg);
    z-index: -1;
}
.instructionAdvantages-item__image img {
	flex: 0 0 24px;
	max-width: 24px;
	height: 24px;
}
.instructionAdvantages-item p {
	line-height: 1.18;
	margin-left: 30px;
}
/*---------- Page Services Section END ----------*/








/*---------- Page About Section START ----------*/
.aboutAdvantages-wrap {
	position: relative;
	width: calc(100% + 120px);
    left: -60px;
    padding-left: 60px;
    padding-right: 60px;
}
.aboutAdvantages-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.aboutAdvantages-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.aboutAdvantages-bg:after {
	content: '';
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}
.aboutAdvantages-items {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -70px;
}
.aboutAdvantages-item {
	position: relative;
	flex: 0 0 calc((100% / 3) - (2 * 40px / 3));
	max-width: calc((100% / 3) - (2 * 40px / 3));
	display: flex;
	align-items: center;
	margin-bottom: 70px;
	margin-right: 40px;
}
.aboutAdvantages-item:nth-child(3n) {
	margin-right: 0;
}
.aboutAdvantages__image {
	position: relative;
	flex: 0 0 42px;
	max-width: 42px;
	height: 42px;
	margin: 9px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.aboutAdvantages__image:before {
	content: '';
    width: 100%;
    height: 100%;
    border: 1px solid #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(45deg);
    z-index: -1;
}
.aboutAdvantages__image:after {
	content: '';
	flex: 0 0 16px;
	max-width: 16px;
	height: 16px;
	-webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(images/check-2.svg);
    mask-image: url(images/check-2.svg);
    background-color: #ffffff;
}
.aboutAdvantages-item p {
	line-height: 1.18;
	margin-left: 20px;
}
/*---------- Page About Section END ----------*/









/*---------- Page Contacts Section START ----------*/
.map-wrap {
	position: relative;
	width: calc(100% + 120px);
    left: -60px;
}
.map-wrap iframe {
	height: 420px;
	width: 100%;
}

.contactsFeedback-wrap {
	position: relative;
	width: calc(100% + 120px);
    left: -60px;
    padding-left: calc(60px + 20px);
    padding-right: calc(60px + 60px);
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    align-items: center;
}
.contactsFeedback-image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.contactsFeedback-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.contactsFeedback-image:after {
	content: '';
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}
.contactsFeedback-content {
	flex: auto;
	max-width: 100%;
	color: #fff;
}
.contactsFeedback-content h2 {
	font-size: 42px;
	text-transform: uppercase;
	text-align: center;
}
.contactsFeedback-form {
	position: relative;
    background: rgba(17, 17, 17, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(5px);
    flex: 0 0 360px;
    max-width: 360px;
    padding: 30px 22px 30px;
    margin-left: 40px;
    z-index: 9;
}
.contactsFeedback-form-title {
	font-size: 22px;
	font-family: 'Oswald', sans-serif;
	color: #ffffff;
	text-align: center;
}
/*---------- Page Contacts Section END ----------*/








/*---------- Page Partners Section START ----------*/
.partnersMainBlock-section {
	position: relative;
	z-index: 1;
}
.partnersMainBlock-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.partnersMainBlock-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.partnersMainBlock-image:after {
	content: '';
	background: linear-gradient(0deg, rgba(10, 10, 10, 0.6), rgba(10, 10, 10, 0.6));
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.partnersMainBlock-inner {
	position: relative;
	min-height: 600px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 80px 0;
	z-index: 1;
}
.partnersMainBlock-inner .aioseo-breadcrumbs {
	position: absolute;
	top: 45px;
	left: 0;
	color: #CDCDCD;
	z-index: 9;
}
.partnersMainBlock-inner .aioseo-breadcrumbs a,
.partnersMainBlock-inner .aioseo-breadcrumb-separator {
	color: #fff;
}
.partnersMainBlock-inner .aioseo-breadcrumbs a:hover {
	color: var(--main-color);
}
.partnersMainBlock-content {
	color: #fff;
	flex: auto;
	max-width: 480px;
	line-height: 1.7;
}
.partnersMainBlock-content h1 {
	font-size: 42px;
	line-height: 1.5;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.partnersMainBlock-form {
	position: relative;
    background: rgba(17, 17, 17, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(5px);
    flex: 0 0 360px;
    max-width: 360px;
    padding: 30px 22px 30px;
    margin-left: 40px;
    z-index: 9;
}
.partnersMainBlock-form-title {
	font-size: 22px;
	font-family: 'Oswald', sans-serif;
	color: #ffffff;
	text-align: center;
}
/*---------- Page Partners Section END ----------*/





/*---------- Info Section Start ----------*/
.info-wrap {
	position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.info-info {
	flex: 0 0 50%;
	max-width: 50%;
}
.info-info .heading {
	margin-bottom: 20px;
}
.info-image {
	flex: 0 0 41%;
	max-width: 41%;
}
.info-image-mobile {
	display: none;
}
.info-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
/*---------- Info Section END ----------*/






/*---------- Numbers Block Section Start ----------*/
.numbersBlock-wrap {
	position: relative;
	width: calc(100% + 120px);
    left: -60px;
    padding-left: 60px;
    padding-right: 60px;
}
.numbersBlock-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.numbersBlock-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.numbersBlock-bg:after {
	content: '';
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}
.numbersBlock-items {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -30px;
}
.numbersBlock-item {
	position: relative;
	flex: 0 0 calc((100% / 3) - (2 * 140px / 3));
	max-width: calc((100% / 3) - (2 * 140px / 3));
	margin-bottom: 30px;
	margin-right: 140px;
}
.numbersBlock-item:nth-child(3n) {
	margin-right: 0;
}
.numbersBlock-item__number {
	font-size: 96px;
	font-weight: 300;
	font-family: 'Oswald', sans-serif;
	line-height: 1.1;
	color: #fff;
	opacity: .3;
	position: relative;
	z-index: 1;
	margin-bottom: -30px;
}
.numbersBlock-item__title {
	position: relative;
	z-index: 2;
	font-size: 24px;
	font-weight: 400;
	font-family: 'Oswald', sans-serif;
	color: #fff;
	margin-bottom: 10px;
}
.numbersBlock-item__content {
	color: #fff;
}
/*---------- Numbers Block Section END ----------*/






/*---------- Feedback Partners Section Start ----------*/
.feedbackPartners-wrap {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 400px;
	width: calc(100% + 120px);
	padding: 60px;
    left: -60px;
}
.feedbackPartners-content {
	color: #fff;
	font-size: 30px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	flex: 0 0 60%;
	max-width: 60%;
}
.feedbackPartners-content strong {
	font-weight: 700;
}
.feedbackPartners-content h2 {
	font-size: 42px;
	text-transform: uppercase;
	margin-bottom: 0;
}
.feedbackPartners-form {
	flex: 0 0 50%;
	max-width: 360px;
}
.feedbackPartners-image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.feedbackPartners-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center bottom;
}
.feedbackPartners-image:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgb(17 17 17 / 50%);
	top: 0;
	left: 0;
	z-index: 2;
}
.feedbackPartners-form .wpcf7 form .wpcf7-response-output {
	color: #ffffff;
}
/*---------- Feedback Partners Section END ----------*/



/*---------- Video Section START -----------*/
.video-items {
	position: relative;
}
.video-item {
	position: relative;
	margin-bottom: 40px;
}
.video-item:last-child {
	margin-bottom: 0;
}
.video-item__image {
	position: relative;
	height: 400px;
	overflow: hidden;
}
.video-item__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.video-item__image:before {
	content: '';
	background: rgba(17, 17, 17, 0.5);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.video-item__play {
	position: absolute;
	width: 100px;
	height: 100px;
	top: calc(50% - 50px);
	left: calc(50% - 50px);
	-webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(images/play.svg);
    mask-image: url(images/play.svg);
    background-color: #ffffff;
    transition: .25s;
    z-index: 2;
}
.video-item__play:hover {
	background-color: var(--main-color);
}
.video-item__title {
	font-size: 24px;
	text-transform: uppercase;
	padding: 10px 0;
	border-bottom: 1px solid rgba(0,0,0,.5);
	transition: .25s;
}
.video-item__title:hover {
	color: var(--main-color);
}
/*---------- Video Section END -----------*/



/*---------- Grid Advantages START ------------*/
.gridAdvantages-items {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -100px;
}
.gridAdvantages-item {
	position: relative;
	flex: 0 0 calc((100% / 3) - (2 * 40px / 3));
	max-width: calc((100% / 3) - (2 * 40px / 3));
	margin-bottom: 100px;
	margin-right: 40px;
}
.gridAdvantages-item:nth-child(3n) {
	margin-right: 0;
}
.gridAdvantages-item__image {
	position: relative;
    z-index: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    margin: 11px auto 31px;
}
.gridAdvantages-item__image img {
	max-width: 30px;
	width: auto;
	height: auto;
}
.gridAdvantages-item__image:before {
	content: '';
    width: 100%;
    height: 100%;
    border: 1px solid var(--main-color);
    position: absolute;
    top: 0;
    left: calc(50% - 27px);
    transform: rotate(45deg);
    z-index: -1;
}
.gridAdvantages-item p {
	max-width: 260px;
	text-align: center;
	margin: 0 auto;
}
/*---------- Grid Advantages END -------------*/








.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-wrap {
  	position: relative;
  	height: 100%;
  	width: 100%;
  	transform: translateY(-100%);
  	padding: 0 0 60px;
  	transition: .25s;
  	overflow: auto;
  	display: flex;
  	flex-direction: column;
  	justify-content: space-between;
  	z-index: 1;
}
.modal-mobile.show .modal-mobile-wrap {
	transform: translateX(0);
}
.modal-header {
	display: flex;
	align-items: center;
	padding: 0px 25px;
	margin-bottom: 50px;
}
.modal-logo {
	flex: auto;
	max-width: 100%;
	margin-left: 30px;
	padding: 15px 30px 0px;
	text-align: center;
}
.modal-logo img {
	max-width: 180px;
}
.modal-mobile-close {
  	flex: 0 0 30px;
  	max-width: 30px;
  	height: 30px;
  	-webkit-mask-image: url(images/close.svg);
  	mask-image: url(images/close.svg);
  	-webkit-mask-size: 28px;
  	-webkit-mask-repeat: no-repeat;
  	-webkit-mask-position: center;
  	background-color: #ffffff;
  	border: none;
  	padding: 0;
  	cursor: pointer;
  	outline: none !important;
  	transition: .25s;
}
.modal-mobile-close:hover {
	background-color: var(--main-color);
}
.mobile-menu {
	margin: 0 0 25px;
	padding: 0;
	list-style: none;
}
.mobile-menu li {
	margin-bottom: 20px;
}
.mobile-menu li:last-child {
	margin-bottom: 0;
}
.mobile-menu li a {
	display: block;
	text-align: center;
	font-size: 24px;
	font-family: 'Oswald', sans-serif;
	color: #fff;
	font-weight: 300;
}
.mobile-menu li a:hover {
	color: var(--main-color);
}
.modal-line {
	display: block;	
	background: #C4C4C4;
	width: 100%;
	height: 1px;
	margin-bottom: 25px;
}
.modal-phone.header-phone {
	display: block;
	margin-bottom: 25px;
}
.modal-phone .header-phone-item.active {
	justify-content: center;
	flex-wrap: wrap;
}
.modal-phone .header-phone-item p {
	flex: 0 0 100%;
	max-width: 100%;
	text-align: center;
	margin-right: 0;
	margin-bottom: 25px;
	font-size: 24px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
}
.modal-phone .header-phone-item p:last-child {
	margin-bottom: 0;
}
.modal-choose {
	display: flex;
	justify-content: center;
	align-items: center;
}
.modal-choose .main-menu {
	flex: inherit;
	font-size: 18px;
	font-weight: 300;
}
.modal-choose .lang-menu {
	margin-right: 40px;
}
.modal-choose .main-menu li > ul {
	top: inherit;
	bottom: 100%;
	transform: translateY(-30px);
}
.modal-choose .main-menu li:hover > ul {
	transform: translateY(0);
}






@media (max-width: 1399px) {
	h1,
	.heading h2,
	.banner-content,
	.banner-3-content {
		font-size: 36px;
	}
	h2,
	.heading-small h3,
	.banner-2-content {
		font-size: 28px;
	}
	.container {
		padding-left: 80px;
		padding-right: 80px;
	}

	.btn-lg {
		padding: 14.5px 28px;
	}

	.owl-nav {
		top: calc(50% - 28px);
	}
	.owl-nav button {
		width: 56px;
		height: 56px;
	}
	.owl-nav button:before {
	    width: 40px;
	    height: 40px;
	    top: calc(50% - 20px);
	    left: calc(50% - 20px);
	}
	.owl-nav button:after {
		flex: 0 0 28px;
		max-width: 28px;
		height: 6px;
	}
	.owl-nav button.owl-prev {
	    left: -66px;
	}
	.owl-nav button.owl-next {
    	right: -66px;
	}

	.modal-dialog.modal-lg {
	    max-width: 1000px;
	}


	.heading {
		margin-bottom: 30px;
	}
	.heading:before {
		width: 32px;
		left: -48px;
		top: 27px;
	}
	.heading-small {
		margin-bottom: 30px;
	}
	.heading-small h2 {
	    font-size: 36px;
	}


	.header {
		padding: 3px 0;
	}
	.header-logo,
	.header-menu,
	.header-choose {
    	margin: 0 20px 0 0;
	}
	.header-logo img {
    	max-width: 200px;
	}


	.mainSlider-section {
		min-height: 580px;
	}
	.mainSlider-item {
		height: 580px;
	}
	.mainSlider-item-title {
		font-size: 62px;
	}
	.mainSlider-item-content {
		font-size: 18px;
	}
	.mainSlider-form {
		right: 80px;
		max-width: 320px;
	}
	.mainSlider-form-title,
	.modal-title {
		font-size: 20px;
	}
	.mainSlider-advantages {
	    width: calc(50% + 20px);
	}
	.mainSlider-advantages-items {
		width: calc(100% - 80px);
		padding: 30px 0 20px 24px;
	}
	.mainSlider-advantages-item {
		max-width: 150px;
		margin-right: 45px;
	}
	.mainSlider-item-inner {
		max-width: 520px;
	}
	.owl-mainSlider .owl-nav button.owl-prev {
	    left: 10px;
	}
	.owl-mainSlider .owl-nav button.owl-next {
    	right: 10px;
	}


	.products-content {
		margin-bottom: 50px;
	}
	.products-content-item h3 {
    	font-size: 26px;
	}
	.owl-products {
	    width: calc(100% + 20px);
	    margin-left: -10px;
	}
	.owl-products .owl-item {
		padding: 15px 10px 25px;
	}
	.products-carousel-item__title {
		font-size: 20px;
	}
	.products-carousel-item__content {
		margin-bottom: 18px;
	}
	.products-carousel-item__moreLink span {
		font-size: 16px;
	}
	.products-carousel-item__moreLink span:after {
		width: 28px;
		height: 6px;
		top: -4px;
	}
	.owl-products .owl-nav button.owl-prev {
	    left: -56px;
	}
	.owl-products .owl-nav button.owl-next {
	    right: -56px;
	}


	.banner-wrap {
		width: calc(100% + 80px);
    	left: -40px;
		min-height: 350px;
	}
	.banner-info {
	    padding: 40px 90px 40px 40px;
	}
	.advantages-list {
		margin-bottom: -30px;
	}
	.advantages-list p {
	    flex: 0 0 calc(50% - 10px);
	    max-width: calc(50% - 10px);
	    margin-bottom: 30px;
	}
	.banner-btn a.btn {
    	min-width: 240px;
	}
	.steps-item:after {
	    width: calc((((100vw - 160px) - 17px) - (160px * 5)) / 4 + 60px);
	    right: calc((((100vw - 160px) - 17px) - (160px * 5)) / -4 - 30px);
	}


	.banner-2-wrap {
		width: calc(100% + 80px);
    	left: -40px;
	}
	.banner-2-form {
		max-width: 320px;
	}
	.banner-2-info {
	    padding: 48px 40px 48px 60px;
	}

	.why-we-wrap {
		width: calc(100% + 80px);
    	left: -40px;
    	padding-left: 40px;
    	padding-right: 40px;
	}
	.why-we-wrap .heading {
    	margin-bottom: 50px;
	}
	.partners-section .heading {
	    margin-bottom: 40px;
	}
	.partners-items {
		margin-bottom: -45px;
	}
	.partners-item {
	    flex: 0 0 calc((100% / 4) - (3 * 30px / 4));
	    max-width: calc((100% / 4) - (3 * 30px / 4));
	    margin-bottom: 45px;
	    margin-right: 30px;
	}
	.partners-item img {
	    max-width: 160px;
	    max-height: 110px;
	}

	.tabs-nav li a {
		font-size: 20px;
	}
	.about-us-wrap {
		grid-template-columns: calc(57% - 40px) 320px;
	}
	.banner-3-form {
		max-width: 320px;
	}
	.banner-3-wrap {
	    min-height: 350px;
	    width: calc(100% + 80px);
	    padding: 40px;
	    left: -40px;
	}

	.contacts-section .heading {
    	margin-bottom: 40px;
	}
	.contacts-item p.contacts-item__city {
	    margin-bottom: 30px;
	    font-size: 26px;
	}
	.sidebar-shop {
    	margin-top: -34px;
	}
	.product-single-attributes {
	    margin-top: 16px;
	    padding-top: 20px;
	    margin-bottom: 30px;
	}
	.chamfers-block > h3, .up-sells.products > h3 {
		font-size: 20px;
		margin-bottom: 30px;
	}


	.page-header {
		padding-bottom: 30px;
	}


	.video-item__image {
		height: 340px;
	}
	.modal-Video iframe {
		min-height: 508px;
	}
	.video-item__title {
	    font-size: 21px;
	}


	.promoMainBlock-inner {
		min-height: 550px;
	}
	.promoMainBlock-inner .aioseo-breadcrumbs {
		top: 30px;
	}
	.promoMainBlock-content {
		font-size: 34px;
	}
	.promoMainBlock-content h1 {
	    font-size: 62px;
	}
	.promoMainBlock-form {
		flex: 0 0 320px;
		max-width: 320px;
	}
	.promoMainBlock-form-title {
		font-size: 20px;
	}



	.partnersMainBlock-inner {
		min-height: 550px;
	}
	.partnersMainBlock-inner .aioseo-breadcrumbs {
		top: 30px;
	}

	.numbersBlock-wrap {
	    width: calc(100% + 80px);
	    left: -40px;
	    padding-left: 40px;
	    padding-right: 40px;
	}
	.numbersBlock-item {
	    position: relative;
	    flex: 0 0 calc((100% / 3) - (2 * 80px / 3));
	    max-width: calc((100% / 3) - (2 * 80px / 3));
	    margin-right: 80px;
	}


	.feedbackPartners-wrap {
	    min-height: 360px;
	    width: calc(100% + 80px);
	    padding: 40px;
	    left: -40px;
	}


	.blogContent-item__content img {
	    max-width: calc(100vw - 160px - 16px);
	}
	.blogContent-item__gallery-image {
	    height: 420px;
	}
	.blogContent-item__heading {
		padding-bottom: 15px;
		margin-bottom: 30px;
	}


	.blogMainBlock-inner {
		min-height: 480px;
	}
	.blogMainBlock-inner .aioseo-breadcrumbs {
		top: 30px;
	}


	.page-header-image-inner {
		height: 260px;
	}

	.aboutAdvantages-wrap {
	    width: calc(100% + 80px);
	    left: -40px;
	    padding-left: 40px;
	    padding-right: 40px;
	}
	.aboutAdvantages-items {
		margin-bottom: -50px;
	}
	.aboutAdvantages-item {
		margin-bottom: 50px;
	}

	.footer-logo img {
		max-width: 320px;
	}




	.map-wrap {
	    width: calc(100% + 80px);
	    left: -40px;
	}
	.map-wrap iframe {
	    height: 380px;
	}

	.contactsFeedback-wrap {
	    width: calc(100% + 80px);
	    left: -40px;
	    padding-left: calc(40px);
	    padding-right: calc(40px);
	}
	.contactsFeedback-form {
		flex: 0 0 320px;
		max-width: 320px;
	}
	.contactsFeedback-form-title {
		font-size: 20px;
	}



	.servicesFeedback-wrap {
	    min-height: 350px;
	    width: calc(100% + 80px);
	    padding: 40px;
	    left: -40px;
	}


	.instructionAdvantages-items {
		margin-bottom: -40px;
	}
	.instructionAdvantages-item {
	    flex: 0 0 calc((100% / 3) - (2 * 30px / 3));
	    max-width: calc((100% / 3) - (2 * 30px / 3));
	    margin-bottom: 40px;
	    margin-right: 30px;
	}
	.instructionAdvantages-item p {
		margin-left: 30px;
	}
	.instructionAdvantages-item__image {
	    flex: 0 0 42px;
	    max-width: 42px;
	    height: 42px;
	    margin: 9px;
	}
	.instructionAdvantages-item__image img {
	    flex: 0 0 21px;
	    max-width: 21px;
	    height: 21px;
	}

	.feedbackPartners-content {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.feedbackPartners-form {
		max-width: 320px;
	}
}





@media (max-width: 1199px) {
	h1,
	.heading h2,
	.banner-content,
	.banner-3-content {
		font-size: 32px;
	}


	.header {
		padding: 10px 0;
	}
	.header-logo {
		display: none;
	}
	.header-mobile-logo {
		display: block;
		margin-top: 10px;
		margin-right: 30px;
		flex: auto;
		max-width: 100%;
	}
	.header-mobile-logo img {
		max-width: 200px;
	}
	.header-menu {
		display: none;
	}
	.header-toggle {
		display: flex;
		flex: auto;
		max-width: 100%;
		justify-content: flex-end;
	}
	.header-choose {
		margin-right: 30px;
	}
	.header-phone {
	    flex: inherit;
    	max-width: 100%;
	    display: flex;
	}
	.header-phone-item.active {
		display: flex;
	}
	.header-phone-item p {
		margin-bottom: 0;
		margin-right: 25px;
	}
	.header-phone-item p:last-child {
		margin-right: 0;
	}


	.section {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.section-lg {
		padding-top: 80px;
		padding-bottom: 80px;
	}


	.mainSlider-section {
		min-height: 540px;
	}
	.mainSlider-item {
	    height: 540px;
	}
	.mainSlider-item-inner {
		max-width: 420px;
	}
	.mainSlider-item-title {
	    font-size: 50px;
	}
	.mainSlider-item-content {
	    font-size: 16px;
	}
	.mainSlider-item-button {
		margin-top: 30px;
	}
	.mainSlider-advantages {
	    width: calc(100% / 3 * 2 - 40px);
	}
	.products-section {
		padding-top: 80px;
	}
	.products-content-item h3 {
	    font-size: 24px;
	}
	.products-content-item:nth-child(1) {
	    flex: 0 0 calc(100% / 3 - 20px);
	    max-width: calc(100% / 3 - 20px);
	}
	.products-content-item:nth-child(2) {
	    flex: 0 0 calc(100% / 3 * 2 - 20px);
	    max-width: calc(100% / 3 * 2 - 20px);
	}
	.products-carousel-item__title {
	    min-height: 60px;
	    display: flex;
	    align-items: center;
	}
	.products-carousel-item__content {
		display: none;
	}


	.advantages-inner .heading {
		flex: 0 0 calc(100% / 3 - 20px);
	    max-width: calc(100% / 3 - 20px);
	}
	.advantages-list {
		flex: 0 0 calc(100% / 3 * 2 - 20px);
	    max-width: calc(100% / 3 * 2 - 20px);
	}

	.banner-wrap {
		min-height: 300px;
	}
	.banner-info {
		padding: 40px;
	}
	.banner-content {
		font-size: 32px;
	}
	.banner-btn {
		margin-top: 30px;
	}


	.why-we-wrap .heading {
	    margin-bottom: 40px;
	}
	.why-we-list {
		margin-bottom: -40px;
	}
	.why-we-list p {
	    min-height: 30px;
	    flex: 0 0 calc((100% / 2) - (1 * 30px / 2));
	    max-width: calc((100% / 2) - (1 * 30px / 2));
	    margin-bottom: 40px;
	    margin-right: 30px;
	}
	.why-we-list p:nth-child(3n) {
		margin-right: 30px;
	}
	.why-we-list p:nth-child(2n) {
		margin-right: 0;
	}

	.partners-item img {
	    max-width: 130px;
	    max-height: 100px;
	}
	.partners-item:before {
		left: 0;
	}
	.partners-item:after {
		right: 0;
	}
	.partners-item:before, .partners-item:after {
	    width: 60px;
	    height: 60px;
	    top: calc(50% - 30px);
	}


	.banner-2-wrap {
		min-height: 350px;
	}
	.banner-2-info {
		padding: 40px;
	}


	.banner-3-wrap {
	    min-height: 300px;
	}
	.banner-3-content {
		font-size: 28px;
	}

	.contacts-item p.contacts-item__city {
	    margin-bottom: 20px;
	    font-size: 24px;
	}

	.footer-logo img {
	    max-width: 260px;
	}
	.footer-menu {
	    flex: 0 0 300px;
	    max-width: 300px;
	}


	.woocommerce-products-header .page-title {
		max-width: 100%;
	}
	.shop-wrap {
		flex-wrap: wrap;
	}
	body.sidebar-shop-mobile-active {
		overflow: hidden;
	}
	body.sidebar-shop-mobile-active .header {
	  	z-index: 100;
	}
	body.sidebar-shop-mobile-active .page-content {
	  	z-index: 99;
	}
	.sidebar-shop {
	    margin-top: 0;
	    flex: 0 0 100%;
	    max-width: 100%;
	    padding: 73px 0 0;
	    position: fixed;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    z-index: -9999;
	    opacity: 0;
	    visibility: hidden;
	    transition: .25s;
	}
	.sidebar-shop.show {
		z-index: 9999;
		visibility: inherit;
		opacity: 1;
	}
	.sidebar-shop-bg {
		background: rgb(0 0 0 / 45%);
		position: absolute;
		opacity: 0;
		transition: .25s;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
	}
	.sidebar-shop.show .sidebar-shop-bg {
		opacity: 1;
	}
	.widget-area {
	  	position: relative;
	  	background: #fff;
	  	height: 100%;
	  	width: 100%;
	  	max-width: 310px;
	  	width: calc(100% - 40px);
	  	transform: translateX(-100%);
	  	padding: 20px 20px 60px;
	  	transition: .25s;
	  	overflow: auto;
	  	z-index: 1;
	}
	.sidebar-shop.show .widget-area {
		transform: translateX(0);
	}
	.sidebar-shop-close {
	 	position: absolute;
	    top: 100px;
	    left: 320px;
	    -webkit-mask-image: url(images/close.svg);
	    mask-image: url(images/close.svg);
	    -webkit-mask-size: contain;
	    -webkit-mask-repeat: no-repeat;
	    -webkit-mask-position: center;
	    background-color: var(--text-color);
	    width: 24px;
	    height: 24px;
	    border: none;
	    padding: 0;
	    outline: none !important;
	    transition: .25s;
	    display: block;
	    cursor: pointer;
	    z-index: 9;
	}
	.sidebar-shop-close:hover {
		background-color: var(--main-color);
	}
	.shop-inner {
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	.shop-filter-btn {
		display: block;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 30px;
	}


	.woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-4 li.product {
	    flex: 0 0 calc((100% / 3) - (2 * 40px / 3));
	    max-width: calc((100% / 3) - (2 * 40px / 3));
	}



	.product-single-image {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.woocommerce div.product div.summary {
		flex: 0 0 calc(50% - 20px);
		max-width: calc(50% - 20px);
		margin-bottom: 55px;
	}
	.up-sells.products ul.products.columns-4 li {
		flex: 0 0 calc((100% / 3) - (2 * 40px / 3));
    	max-width: calc((100% / 3) - (2 * 40px / 3));
	}
	.up-sells.products ul.products.columns-4 li:nth-child(4) {
		display: none;
	}

	.product-single-head {
		display: flex;
	    flex: 0 0 100%;
	    max-width: 100%;
	    justify-content: space-between;
	    align-items: center;
	    border-bottom: .5px solid rgb(0 0 0 / 50%);
	    margin-bottom: 30px;
	    padding-bottom: 10px;
	}
	.product-single-head .product_title {
		margin-bottom: 0 !important;
	}
	.woocommerce div.product div.summary .product_title,
	.woocommerce div.product div.summary .product-single-brand {
		display: none;
	}
	.product-single-attributes {
		margin-top: 0;
		padding-top: 0;
		border-top: none;
	}

	.page-header-inner .page-title,
	.page-header-info {
	    flex: 0 0 calc(50% - 20px);
	    max-width: calc(50% - 20px);
	}
	.page-header-button {
		text-align: right;
	}
	.photo-item a {
		height: 245px;
	}

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

	.promoMainBlock-inner {
	    min-height: 500px;
	}
	.promoMainBlock-content {
	    font-size: 30px;
	}
	.promoMainBlock-content h1 {
	    font-size: 56px;
	}


	.blogMainBlock-inner {
	    min-height: 450px;
	    max-width: 100%;
	}
	.blogContent-item__content > *,
	.page-services-content > * {
		max-width: 100%;
	}
	.blogContent-item__content img,
	.page-services-content img {
		max-width: 100%;
	}


	.instructionAdvantages-item {
	    flex: 0 0 calc((100% / 2) - (1 * 30px / 2));
	    max-width: calc((100% / 2) - (1 * 30px / 2));
	}
	.instructionAdvantages-item:nth-child(3n) {
		margin-right: 30px;
	}
	.instructionAdvantages-item:nth-child(2n) {
		margin-right: 0px;
	}

	.page-header-image-inner {
	    height: 240px;
	    padding: 60px 0 20px;
	}
	.partnersMainBlock-content h1 {
		max-width: 250px;
	}
	.error-number-404 {
		font-size: 180px;
	}



	.gridAdvantages-items {
		margin-bottom: -60px;
	}
	.gridAdvantages-item {
		flex: 0 0 calc((100% / 3) - (2 * 30px / 3));
    	max-width: calc((100% / 3) - (2 * 30px / 3));
		margin-bottom: 60px;
		margin-right: 30px;
	}
}




@media (max-width: 991px) {
	h1, h2, h3, h4, h5, h6, p, ul, ol {
		margin-bottom: 15px;
	}
	h1 {
		font-size: 28px;
	}
	h2 {
		font-size: 24px;
	}
	.btn {
		padding: 16px 30px;
		font-size: 14px;
	}

	.container {
	    padding-left: 40px;
	    padding-right: 40px;
	}

	.owl-nav {
	    top: calc(50% - 15px);
	}
	.owl-nav button {
	    width: 30px;
	    height: 30px;
	}
	.owl-nav button.owl-prev {
	    left: -35px;
	}
	.owl-nav button.owl-next {
	    right: -35px;
	}
	.owl-nav button:before {
	    width: 21px;
	    height: 21px;
	    top: calc(50% - 11px);
	    left: calc(50% - 11px);
	}
	.owl-nav button:after {
	    flex: 0 0 16px;
	    max-width: 16px;
	    height: 6px;
	}

	.heading:before {
	    width: 20px;
	    height: 2px;
	    left: -30px;
	    top: 17px;
	}
	.heading h2 {
		font-size: 24px;
	}
	.heading-small h3 {
		font-size: 24px;
	}


	.modal-title {
		margin-bottom: 20px;
	}
	.modal-content {
		padding: 30px;
	}


	.header {
		padding: 3px 0;
	}
	.header-mobile-logo img {
		max-width: 180px;
	}
	.main-menu {
		font-size: 14px;
	}
	.header-choose {
	    margin-right: 25px;
	}
	.header-phone-item p {
		font-size: 13px;
	}
	.header-toggle button {
		width: 32px;
		height: 32px;
	}

	.mainSlider-section {
		min-height: 490px;
	}
	.mainSlider-item {
	    height: 490px;
	}
	.mainSlider-item-inner {
		max-width: 256px;
		margin-left: 40px;
	}
	.mainSlider-item-title {
		line-height: 1;
	}
	.mainSlider-item-button .btn {
		width: 100%;
	}
	.owl-mainSlider .owl-nav button.owl-prev {
	    left: 5px;
	}
	.owl-mainSlider .owl-nav button.owl-next {
	    right: 5px;
	}
	.mainSlider-form {
	    right: 80px;
	    max-width: 296px;
	    padding: 25px 20px;
	}
	.mainSlider-advantages {
	    width: calc(100% / 3 * 2 - 30px);
	    bottom: -41px;
	}
	.mainSlider-advantages-items {
	    width: calc(100% - 40px);
	    padding: 24px 0 16px 18px;
	}
	.mainSlider-advantages-item {
	    max-width: 130px;
	    margin-right: 40px;
	    font-size: 14px;
	}
	.mainSlider-advantages-item p img {
		max-width: 103px;
	}


	.products-section {
		padding-top: 60px;
	}
	.products-content {
	    margin-bottom: 30px;
	    font-size: 14px;
	}
	.products-content-item:nth-child(1) {
	    flex: 0 0 calc(100% / 3 - 15px);
	    max-width: calc(100% / 3 - 15px);
	}
	.products-content-item:nth-child(2) {
	    flex: 0 0 calc(100% / 3 * 2 - 15px);
	    max-width: calc(100% / 3 * 2 - 15px);
	}
	.products-content-item h3 {
	    font-size: 21px;
	}
	.owl-products .owl-item {
	    padding: 5px 10px 15px;
	}
	.products-carousel-item:hover {
	    box-shadow: 0px 5px 10px rgb(0 0 0 / 40%);
	}
	.products-carousel-item__info {
		padding: 10px;
	}
	.products-carousel-item__title {
		font-size: 18px;
		min-height: 54px;
		line-height: 1.2;
	}
	.products-carousel-item__moreLink span {
		font-size: 12px;
	}
	.products-carousel-item__moreLink span:after {
	    width: 20px;
	    height: 5px;
	    top: -2px;
	}
	.owl-products .owl-nav button.owl-prev {
	    left: -25px;
	}
	.owl-products .owl-nav button.owl-next {
	    right: -25px;
	}


	.advantages-inner .heading {
	    flex: 0 0 calc(100% / 3 - 15px);
	    max-width: calc(100% / 3 - 15px);
	}
	.advantages-list {
	    flex: 0 0 calc(100% / 3 * 2 - 15px);
	    max-width: calc(100% / 3 * 2 - 15px);
	    margin-bottom: -20px;
	}
	.advantages-list p {
	    flex: 0 0 calc(50% - 5px);
	    max-width: calc(50% - 5px);
	    min-height: 38px;
	    margin-bottom: 20px;
	}
	.advantages-list p:before {
		margin-right: 15px;
	}


	.banner-section {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.banner-wrap {
	    min-height: 260px;
	    width: 100%;
	    left: 0;
	}
	.banner-info {
	    padding: 30px;
	}
	.banner-content {
	    font-size: 24px;
	}


	.steps-section .heading-small {
		margin-bottom: 20px;
	}
	.steps-item {
	    flex: 0 0 126px;
	    max-width: 126px;
	}
	.steps-item:after {
	    width: calc((((100vw - 80px) - 17px) - (126px * 5)) / 4 + 30px);
	    right: calc((((100vw - 80px) - 17px) - (126px * 5)) / -4 - 15px);
	}
	.steps-item__image {
		margin: 11px auto 27px;
	}
	.steps-item p {
		font-size: 16px;
	}


	.why-we-section {
		padding-top: 0;
	}


	.banner-2-wrap {
	    width: 100%;
	    left: 0;
	}
	.banner-2-info {
	    padding: 30px;
	}
	.banner-2-content {
		font-size: 22px;
		text-align: left;
	}
	.banner-2-form {
		margin-top: 20px;
	}
	.partners-item:before {
	    left: -15px;
	}
	.partners-item:after {
	    right: -15px;
	}

	.about-us-section {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.about-us-wrap {
		grid-gap: 40px 30px;
	    grid-template-columns: calc(50% - 15px) calc(50% - 15px);
	}
	.about-us-info .heading {
		margin-bottom: 20px;
	}
	.about-us-content {
		font-weight: 400;
	}
	.tabs-nav li {
	    margin-right: 30px;
	}
	.tabs-nav li a {
	    font-size: 16px;
	}
	.tabs-item__content {
		font-size: 14px;
	}
	.tabs-item__button {
		margin-top: 15px;
		text-align: left;
	}
	.tabs-item__button a {
		font-size: 14px;
	}
	.tabs-item__button a:after {
		width: 24px;
		height: 6px;
	}

	.banner-3-wrap {
	    min-height: 230px;
	    width: 100%;
	    left: 0;
	    padding: 30px;
	}
	.banner-3-form {
	    max-width: 300px;
	}
	.banner-3-content {
	    font-size: 22px;
	    padding-right: 30px;
	}

	.contacts-section {
		padding-top: 50px;
		padding-bottom: 60px;
	}
	.contacts-item {
	    flex: 0 0 calc((100% / 3) - (2 * 30px / 3));
	    max-width: calc((100% / 3) - (2 * 30px / 3));
	    margin-right: 30px;
	}
	.contacts-item:nth-child(4),
	.contacts-item:nth-child(5) {
		margin-top: -83px;
	}
	.contacts-item p.contacts-item__city {
		font-size: 24px;
	}

	.footer-logo img {
	    max-width: 220px;
	}
	.footer-menu {
	    flex: 0 0 240px;
	    max-width: 240px;
	}
	.soc-links {
		margin-left: 30px;
	}


	.page-header {
	    padding-bottom: 20px;
	}
	.page-title {
		font-size: 32px;
	}


	
	.shop-filter-btn {
		margin-bottom: 20px;
	}


	.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product,
	.up-sells.products ul.products.columns-4 li,
	.woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-4 li.product {
		flex: 0 0 calc((100% / 3) - (2 * 30px / 3));
    	max-width: calc((100% / 3) - (2 * 30px / 3));
    	margin-right: 30px;
	}

	.sidebar-shop {
		padding-top: 59px;
	}
	.sidebar-shop-close {
		top: 80px;
	}
	.product-single-head {
		margin-bottom: 20px;
	}
	.product-single-head .product_title {
		font-size: 24px;
	}
	.product-single-brand img {
	    max-width: 150px;
	    max-height: 50px;
	}
	.product-single-image {
		margin-bottom: 20px;
	}
	.woocommerce div.product div.summary {
	    flex: 0 0 calc(50% - 15px);
	    max-width: calc(50% - 13px);
	}
	.product-single-attributes {
		margin-bottom: 20px;
	}
	.product-single-buttons .btn {
		width: 100%;
	}

	.chamfers-items {
		margin-bottom: -30px;
	}
	.chamfers-items p {
	    flex: 0 0 calc((100% / 6) - (5 * 30px / 6));
	    max-width: calc((100% / 6) - (5 * 30px / 6));
	    margin-bottom: 30px;
	    margin-right: 30px;
	}


	.photo-album-item {
		margin-bottom: 20px;
	}
	.photo-items {
		margin-bottom: -24px;
	}
	.photo-item {
	    flex: 0 0 calc((100% / 3) - (2 * 24px / 3));
	    max-width: calc((100% / 3) - (2 * 24px / 3));
	    margin-bottom: 24px;
	    margin-right: 24px;
	}
	.photo-item a {
	    height: 210px;
	}


	.video-item {
		margin-bottom: 20px;
	}
	.video-item__image {
	    height: 280px;
	}
	.video-item__play {
		width: 70px;
		height: 70px;
		top: calc(50% - 35px);
		left: calc(50% - 35px);
	}
	.video-item__title {
	    font-size: 18px;
	}
	.modal-Video iframe {
	    min-height: 460px;
	}



	.promoMainBlock-inner {
	    min-height: 450px;
	    padding: 50px 0;
	}
	.promoMainBlock-inner .aioseo-breadcrumbs {
	    top: 15px;
	}
	.promoMainBlock-content {
	    font-size: 24px;
	    flex: 0 0 calc(50% - 15px);
	    max-width: calc(50% - 15px);
	}
	.promoMainBlock-content h1 {
	    font-size: 42px;
	}
	.promoMainBlock-form {
	    flex: 0 0 calc(50% - 15px);
	    max-width: 320px;
	    padding: 25px 20px;
	}



	.blog-item {
		display: block;
	}
	.blog-item__image,
	.blog-item__info {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.blog-item__image {
		margin-bottom: 20px;
	}



	.blogMainBlock-inner {
		min-height: 430px;
		padding: 80px 0 30px;
	}
	.blogMainBlock-inner .aioseo-breadcrumbs {
	    top: 15px;
	}
	.blogMainBlock-content h1 {
		font-size: 42px;
		margin-bottom: 20px;
	}


	.blogContent-item__heading {
	    padding-bottom: 10px;
	    margin-bottom: 20px;
	}



	.services-items {
		margin-bottom: -30px;
	}
	.services-item {
	    flex: 0 0 calc((100% / 2) - (1 * 30px / 2));
	    max-width: calc((100% / 2) - (1 * 30px / 2));
	    margin-bottom: 30px;
	    margin-right: 30px;
	}
	.services-item:nth-child(3n) {
		margin-right: 30px;
	}
	.services-item:nth-child(2n) {
		margin-right: 0;
	}

	.servicesFeedback-wrap {
	    width: 100%;
	    padding: 100px 40px;
	    left: 0;
	    flex-wrap: wrap;
	    justify-content: center;
	    text-align: center;
	}
	.servicesFeedback-content {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 40px;
	}
	.servicesFeedback-form {
		flex: 0 0 360px;
		max-width: 360px;
	}



	.page-header-image-inner {
		height: 200px;
		padding: 50px 0 20px;
	}
	.page-header-image-inner .aioseo-breadcrumbs {
		top: 15px;
	}

	.aboutAdvantages-items {
	    margin-bottom: -30px;
	}
	.aboutAdvantages-item {
	    flex: 0 0 calc((100% / 2) - (1 * 30px / 2));
	    max-width: calc((100% / 2) - (1 * 30px / 2));
	    margin-bottom: 30px;
	    margin-right: 30px;
	}
	.aboutAdvantages-item:nth-child(3n) {
		margin-right: 30px;
	}
	.aboutAdvantages-item:nth-child(2n) {
		margin-right: 0;
	}
	.aboutAdvantages__image {
	    flex: 0 0 38px;
	    max-width: 38px;
	    height: 38px;
	}
	.aboutAdvantages-section {
		padding-bottom: 0 !important;
	}


	.contactsFeedback-wrap {
		padding-top: 60px;
		padding-bottom: 60px;
		flex-wrap: wrap;
		justify-content: center;
	}
	.contactsFeedback-content {
		flex: 0 0 100%;
		margin-bottom: 20px;
		text-align: center;
	}
	.contactsFeedback-form {
		flex: 0 0 415px;
		max-width: 415px;
		margin-left: 0;
		padding: 25px 20px;
	}
	.contactsFeedback-section {
		padding-bottom: 0 !important;
	}
	.map-wrap {
	    width: 100%;
	    left: 0;
	}
	.map-wrap iframe {
	    height: 320px;
	}

	.partnersMainBlock-inner {
	    min-height: 450px;
	    padding: 60px 0px 40px;
	}
	.partnersMainBlock-inner .aioseo-breadcrumbs {
	    top: 15px;
	}
	.partnersMainBlock-content {
		flex: 0 0 calc(100% - 360px);
		max-width: calc(100% - 360px);
		padding-right: 30px;
	}
	.partnersMainBlock-form {
		margin-left: 0;
		padding: 25px 20px;
	}

	.info-section {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.info-wrap {
		align-items: center;
	}
	.info-image {
	    flex: 0 0 calc(50% - 15px);
	    max-width: calc(50% - 15px);
	}
	.info-image img {
		min-height: 440px;
	}
	.info-info {
		flex: 0 0 calc(50% - 15px);
	    max-width: calc(50% - 15px);
	}


	.numbersBlock-section {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.numbersBlock-items {
		display: block;
		margin-bottom: 0;
	}
	.numbersBlock-item {
		max-width: 450px;
		margin: 0 auto 30px;
	}
	.numbersBlock-item:last-child {
		margin-bottom: 0;
		margin-right: auto;
	}
	.numbersBlock-item__title br {
		display: none;
	}


	.feedbackPartners-section {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.feedbackPartners-wrap {
		padding-top: 70px;
		padding-bottom: 70px;
		justify-content: center;
		flex-wrap: wrap;
	}
	.feedbackPartners-content {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 30px;
		text-align: center;
	}
	.feedbackPartners-form {
		flex: 0 0 360px;
		max-width: 360px;
	}


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



	.blogContent-item__content-more button:hover {
		color: var(--main-color);
	}
	.blogContent-item__content-more button:hover:after {
		background-color: var(--main-color);
	}
	.bapf_hideckbox li label:hover, .bapf_hideckbox li label:hover a {
		color: var(--text-color);
	}



	.gridAdvantages-item p {
		font-size: 14px;
	}
}




@media (max-width: 767px) {
	.container {
	    padding-left: 17px;
	    padding-right: 17px;
	}

	.section {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
	.section-lg {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.heading {
	    margin-bottom: 20px;
	    padding-bottom: 12px;
	    text-align: center;
	}
	.heading:before {
	    left: calc(50% - 10px);
	    top: inherit;
	    bottom: 0;
	}
	.heading-small {
	    margin-bottom: 20px;
	}
	.heading-small h2 {
	    font-size: 24px;
	}

	.owl-nav button {
		width: 24px;
		height: 24px;
		background: #fff !important;
		border: 1px solid var(--text-color) !important;
		transform: rotate(45deg);
		transition: .25s;
	}
	.owl-nav button:hover {
		border-color: transparent !important;
	}
	.owl-nav button.owl-prev {
		transform: rotate(225deg);
	}
	.owl-nav button:before {
		display: none;
	}
	.owl-nav button:after {
	    transform: rotate(-45deg);
	}
	.owl-nav button.owl-prev {
		left: -12px;
	}
	.owl-nav button.owl-next {
		right: -12px;
	}

	.header-choose,
	.header-phone {
		display: none;
	}
	.header-mobile-logo {
		flex: auto;
		max-width: 100%;
		margin-left: 40px;
		margin-right: 0;
		padding: 0 30px;
		text-align: center;
	}
	.header-toggle {
		flex: inherit;
		margin-left: 0;
	}
	.header-toggle button {
	    width: 40px;
	    height: 40px;
	}

	.mainSlider-section {
		min-height: 580px;
	}
	.mainSlider-item {
	    height: 580px;
	}
	.mainSlider-form {
		display: none;
	}
	.mainSlider-item-inner {
	    max-width: 100%;
	    margin-left: 0;
	    text-align: center;
	}
	.mainSlider-item-title {
	    font-size: 40px;
	}
	.mainSlider-item-button {
	    margin: 40px auto 0;
	    max-width: 100%;
	}
	.btnFreeMeasurement {
		display: inline-block;
		margin-top: 14px;
	}
	.mainSlider-item-image:after {
		background: linear-gradient(0deg, rgba(10, 10, 10, 0.2), rgba(10, 10, 10, 0.2)), linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 66.84%, #000000 111.57%);
	}
	.mainSlider-advantages {
	    width: 100%;
	    bottom: 0;
	    position: relative;
	}
	.mainSlider-advantages-items {
	    width: 100%;
	    padding: 20px 17px;
	    justify-content: space-between;
	    text-align: center;
	}
	.mainSlider-advantages-item {
		margin-right: 20px;
		max-width: 150px;
		font-size: 16px;
	}


	.products-content {
	    margin-bottom: 40px;
	    font-size: 16px;
	    display: block;
	}
	.products-content-item:nth-child(1) {
	    flex: inherit;
	    max-width: 100%;
	    text-align: center;
	    margin-bottom: 20px;
	}
	.products-content-item:nth-child(2) {
	    flex: inherit;
	    max-width: 100%;
	}
	.owl-products .owl-nav button.owl-prev {
	    left: -2px;
	}
	.owl-products .owl-nav button.owl-next {
	    right: -2px;
	}

	.advantages-inner {
		display: block;
		margin-bottom: 20px;
	}
	.advantages-inner .heading {
	    flex: inherit;
	    max-width: 100%;
	}
	.advantages-list {
	    flex: inherit;
	    max-width: 100%;
	    /*max-width: 270px;*/
	   /* padding: 0 60px;*/
	    margin: 0 auto;
	}
	.advantages-list p {
		flex: 0 0 100%;
		max-width: 100%;
		order: 1 !important;
	}
	.advantages-list p:last-child {
		margin-bottom: 0;
	}


	.banner-section {
		padding-top: 0;
		padding-bottom: 0;
		background-size: cover;
	    background-position: center;
	    background-repeat: no-repeat;
	    background-image: url(images/bg-pattern-min.jpg);
	}
	.banner-wrap {
		flex-direction: column-reverse;
	}
	.banner-image {
	    position: relative;
	    max-width: inherit;
	    flex: 0 0 320px;
	    max-height: 320px;
	    width: calc(100% + 34px);
	    left: -17px;
	}
	.banner-info {
	    position: relative;
	    padding: 35px 20px 40px;
	    flex: inherit;
	    max-width: inherit;
	    margin-top: -105px;
	    z-index: 2;
	}
	.banner-content {
		text-align: center;
		font-size: 20px;
	}
	.banner-btn {
	    margin-top: 20px;
	}
	.banner-btn .btn {
		width: 100%;
	}


	.steps-items {
		display: block;
		padding: 11px 0 11px 11px;
		/*max-width: 270px;*/
    	margin: auto;
	}
	.steps-item {
		flex: inherit;
		max-width: 100%;
		margin-bottom: 42px;
		display: flex;
		align-items: center;
	}
	.steps-item:last-child {
		margin-bottom: 0;
	}
	.steps-item__image {
		flex: 0 0 54px;
		max-width: 54px;
		margin: 0 32px 0 0;
	}
	.steps-item p {
		flex: auto;
		max-width: 100%;
		text-align: left;
	}
	.steps-item p br {
		display: none;
	}
	/*.steps-item:nth-child(3) p br {
		display: block;
	}*/
	.steps-item:after {
	    width: 1px;
	    height: 10px;
	    right: inherit;
	    left: 27px;
	    top: inherit;
	    bottom: -26px;
	}

	.why-we-wrap {
	    width: calc(100% + 34px);
	    left: -17px;
	    padding-left: 17px;
	    padding-right: 17px;
	}
	.why-we-wrap .heading {
	    margin-bottom: 20px;
	}
	.why-we-list {
		margin: 0 auto;
		/*max-width: 270px;*/
		display: block;
	}
	.why-we-list p {
		margin-right: 0;
		max-width: 100%;
		flex: inherit;
	}
	.why-we-list p:last-child {
		margin-bottom: 0;
	}

	.partners-section {
		padding-bottom: 0;
	}
	.partners-section .heading {
	    margin-bottom: 28px;
	}
	.partners-items {
		margin-bottom: -40px;
	}
	.partners-item {
	    flex: 0 0 calc((100% / 2) - (1 * 20px / 2));
	    max-width: calc((100% / 2) - (1 * 20px / 2));
	    margin-bottom: 40px;
	    margin-right: 20px;
	}
	.partners-item:nth-child(4n) {
		margin-right: 20px;
	}
	.partners-item:nth-child(2n) {
		margin-right: 0;
	}
	.partners-item img {
	    max-width: 160px;
	    max-height: 100px;
	}
	.partners-item:before {
	    left: 0;
	}
	.partners-item:after {
	    right: 0;
	}

	.banner-2-section {
		display: none;
	}

	.about-us-wrap {
		display: block;
	}
	.about-us-info {
		margin-bottom: 20px;
	}
	.about-us-image {
		margin-bottom: 40px;
	}
	.about-us-image img {
		min-height: inherit;
	}
	.tabs-nav {
		justify-content: center;
	}
	.tabs-nav li a {
		font-family: 'Roboto Condensed', sans-serif;
	}
	.tabs-item__button {
		text-align: center;
	}


	.banner-3-wrap {
	    width: calc(100% + 34px);
	    left: -17px;
	    padding: 50px 40px;
	    display: block;
	}
	.banner-3-content {
	    padding-right: 0;
	    flex: inherit;
	    max-width: 100%;
	    text-align: center;
	    margin-bottom: 20px;
	}
	.banner-3-form {
		max-width: 100%;
	}


	.contacts-section .heading {
		display: none;
	}
	.contacts-items {
		margin-bottom: -60px;
		justify-content: space-between;
	}
	.contacts-item {
		flex: 0 0 calc(50% - 10px);
		max-width: calc(50% - 10px);
		margin-bottom: 60px;
		margin-right: 0;
		margin-top: 0 !important;
	}
	.contacts-item:nth-child(1) {
		flex: 0 0 100%;
		max-width: 100%;
	}


	.footer-inner {
		display: block;
	}
	.footer-logo {
		margin-bottom: 20px;
		text-align: center;
	}
	.footer-logo img {
		max-width: 240px;
	}
	.footer-menu {
		flex: inherit;
		max-width: 100%;
		display: block;
		margin-bottom: 50px;
		column-count: 1;
	}
	.footer-menu li {
		flex: inherit;
		max-width: 100%;
		text-align: center;
		margin-bottom: 24px;
	}
	.footer-menu li:last-child {
		margin-bottom: 0;
	}
	.footer-menu li a {
		font-size: 24px;
		display: block;
	}

	.soc-links {
		margin: 0 auto;
		flex: inherit;
		max-width: 140px;
	}
	.soc-links li a {
		font-size: 24px;
	}
	.soc-links li a img {
		width: 32px;
		height: 32px;
	}


	.shop-filter-btn .btn {
		width: 100%;
	}


	.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product, .up-sells.products ul.products.columns-4 li, .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));
	    margin: 0 20px 40px 0;
	}
	.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-4 li.product:nth-child(2n), .woocommerce-page ul.products.columns-4 li.product:nth-child(2n),
	.woocommerce ul.products.columns-3 li.product:nth-child(2n), .woocommerce-page ul.products.columns-3 li.product:nth-child(2n) {
		margin-right: 0px;
	}


	.page-header {
		padding: 15px 0 20px;
	}
	.page-header-inner {
		display: block;
	}
	.page-title {
	    font-size: 28px;
	}
	.page-header-image-inner {
		height: 130px;
		margin-bottom: 30px;
	}
	.page-header-inner .page-title, .page-header-info {
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	.page-header-button .btn {
		width: 100%;
	}
	.woocommerce-products-header-single {
		position: relative;
	}


	.product-single-sale {
		position: absolute;
	    bottom: -52px;
	    right: 0;
	    z-index: 1;
	}
	.product-single-head {
		display: block;
	}
	.woocommerce div.product .product_title {
		margin-bottom: 10px !important;
		padding-right: 80px;
	}
	.product-single-brand {
		margin-right: 80px;
	}

	.woocommerce div.product div.summary {
	    flex: 0 0 100%;
	    max-width: 100%;
	}

	.chamfers-block > h3, .up-sells.products > h3 {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.chamfers-items {
		margin-bottom: -20px;
	}
	.chamfers-items p {
	    flex: 0 0 calc((100% / 3) - (2 * 20px / 3));
	    max-width: calc((100% / 3) - (2 * 20px / 3));
	    margin-bottom: 20px;
	    margin-right: 20px;
	}
	.chamfers-items p:nth-child(6n) {
		margin-right: 20px;
	}
	.chamfers-items p:nth-child(3n) {
		margin-right: 0;
	}

	.photo-album-item__title {
		width: calc(50% - 15px);
		font-size: 20px;
	}
	.photo-item {
	    flex: 0 0 calc((100% / 2) - (1 * 24px / 2));
	    max-width: calc((100% / 2) - (1 * 24px / 2));
	}
	.photo-item:nth-child(3n) {
		margin-right: 24px;
	}
	.photo-item:nth-child(2n) {
		margin-right: 0;
	}

	.video-item__title {
		padding: 8px 0;
	    font-size: 16px;
	}


	.promoMainBlock-section {
		margin-bottom: 40px;
	}
	.promoMainBlock-inner {
		padding-top: 80px;
		display: block;
	}
	.promoMainBlock-content {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 40px;
	}
	.promoMainBlock-form {
		flex: 0 0 100%;
		max-width: 100%;
		margin-left: 0;
	}


	.blog-item {
		margin-bottom: 50px;
	}
	.blogMainBlock-content h1 {
	    font-size: 24px;
	}
	.blogContent-item__gallery-image {
	    height: 320px;
	}


	.servicesFeedback-section {
		padding-bottom: 0;
	}
	.servicesFeedback-wrap {
		width: calc(100% + 34px);
		left: -17px;
		padding: 100px 17px;
	}
	.servicesFeedback-content {
		font-size: 22px;
		margin-bottom: 30px;
	}
	.servicesFeedback-content h3 {
		font-size: 24px;
	}
	.servicesFeedback-form {
		flex: 0 0 100%;
		max-width: 100%;
	}


	.instructionAdvantages-items {
	    margin-bottom: 0px;
	}
	.instructionAdvantages-item {
	    flex: 0 0 100%;
	    max-width: 100%;
	    margin-right: 0 !important;
	    margin-bottom: 20px;
	}
	.instructionAdvantages-item:last-child {
		margin-bottom: 0;
	}
	.instructionAdvantages-item p {
		margin-left: 20px;
	}


	.aboutAdvantages-wrap {
	    width: calc(100% + 34px);
	    left: -17px;
	    padding-left: 17px;
	    padding-right: 17px;
	}
	.aboutAdvantages-items {
		margin-bottom: 0;
	}
	.aboutAdvantages-item {
		margin-bottom: 30px;
		margin-right: 0;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.aboutAdvantages-item:last-child {
		margin-bottom: 0;
	}
	.aboutAdvantages__image {
	    flex: 0 0 26px;
	    max-width: 26px;
	    height: 26px;
	    margin: 6px;
	}


	.contactsFeedback-wrap {
	    width: calc(100% + 34px);
	    left: -17px;
	    padding-left: 17px;
	    padding-right: 17px;
	}
	.contactsFeedback-content h2 {
	    font-size: 24px;
	}
	.contactsFeedback-form {
		flex: 0 0 100%;
		max-width: 100%;
	}


	.partnersMainBlock-inner {
		display: block;
	}
	.partnersMainBlock-content {
	    flex: 0 0 100%;
	    max-width: 100%;
	    padding-right: 0;
	    margin-bottom: 20px;
	}
	.partnersMainBlock-content h1 {
	    max-width: 100%;
	    font-size: 24px;
	}
	.partnersMainBlock-form {
		flex: inherit;
		max-width: 100%;
	}


	.info-wrap {
		display: block;
	}
	.info-image-mobile {
		display: block;
	}
	.info-image-desktop {
		display: none;
	}
	.info-info {
	    flex: inherit;
	    max-width: 100%;
	}
	.info-image {
	    flex: inherit;
	    max-width: 100%;
	    margin-bottom: 20px;
	}
	.info-image img {
	    min-height: inherit;
	}

	.numbersBlock-wrap {
	    width: calc(100% + 34px);
	    left: -17px;
	    padding-left: 17px;
	    padding-right: 17px;
	}
	.numbersBlock-item {
		max-width: 100%;
	}


	.feedbackPartners-wrap {
	    width: calc(100% + 34px);
	    padding: 40px 17px;
	    left: -17px;
	}
	.feedbackPartners-content {
		font-size: 16px;
	}
	.feedbackPartners-content h2 {
	    font-size: 22px;
	}
	.feedbackPartners-form {
	    flex: 0 0 100%;
	    max-width: 100%;
	}


	.modal-content {
	    padding: 20px;
	}


	.page-content {
		overflow: hidden;
	}



	.gridAdvantages-items {
		margin-bottom: -30px;
	}
	.gridAdvantages-item {
	    flex: 0 0 calc((100% / 2) - (1 * 20px / 2));
	    max-width: calc((100% / 2) - (1 * 20px / 2));
	    margin-bottom: 30px;
	    margin-right: 20px;
	}
	.gridAdvantages-item:nth-child(3n) {
		margin-right: 20px;
	}
	.gridAdvantages-item:nth-child(2n) {
		margin-right: 0px;
	}
}






@media (max-width: 575px) {
	body.modal-open {
		padding-right: 0;
	}
	.mainSlider-advantages-item {
		max-width: 100px;
	}
	.owl-products {
	    width: 100%;
	    margin-left: 0;
	    display: block;
	}
	.products-carousel-item {
		margin-bottom: 20px;
		background: none;
	}
	.products-carousel-item:last-child {
		margin-bottom: 0;
	}
	.products-carousel-item__image {
		position: relative;
		height: 190px;
		overflow: hidden;
		z-index: -1;
	}
	.products-carousel-item__image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
		transition: .25s;
	}
	.products-carousel-item:hover .products-carousel-item__image img {
		transform: scale(1.05);
	}
	.products-carousel-item__image:after {
		content: '';
		background: linear-gradient(45deg, rgba(17, 17, 17, 0.8) 10.96%, rgba(0, 0, 0, 0) 54.02%);
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 2;
	}
	.products-carousel-item__info {
	    padding: 20px;
	    position: absolute;
	    bottom: 0;
	    left: 0;
	}
	.products-carousel-item__title {
		position: relative;
		max-width: 135px;
		font-size: 20px;
		line-height: 1;
		min-height: inherit;
		padding-bottom: 20px;
		margin-bottom: 0;
	}
	.products-carousel-item__title: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: var(--main-color);
	    width: 33px;
	    height: 8px;
	    position: absolute;
	    bottom: 0;
	    left: 0;
	    transition: .25s;
	    z-index: 1;
	}
	.products-carousel-item:hover .products-carousel-item__title:after {
		transform: translateX(10px);
	}
	.products-carousel-item__moreLink {
		display: none;
	}



	.partners-item img {
	    max-width: 150px;
	    max-height: 80px;
	}

	.partners-item:before, .partners-item:after {
	    width: 40px;
	    height: 40px;
	    top: calc(50% - 20px);
	}


	.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product, .up-sells.products ul.products.columns-4 li, .woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-4 li.product {
		flex: 0 0 100%;
		max-width: 100%;
		margin-right: 0 !important;
	}
	.product-image {
		height: 200px;
	}
	.woocommerce ul.products li.product a img {
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
	.wpgis-slider-nav .slick-slide li {
	    height: 90px;
	}
	.wpgis-slider-for .btn-prev, .wpgis-slider-for .btn-next {
		bottom: -70px;
	}


	.photo-item,
	.services-item {
	    flex: 0 0 100%;
	    max-width: 100%;
	    margin-right: 0 !important;
	}


	.blogContent-item__gallery-image {
	    height: 280px;
	}

	.product-single-status span {
		font-size: 16px;
	}
}



@media (max-width: 479px) {
	.wpgis-slider-nav {
		max-width: calc(100% - 80px);
	}
	.wpgis-slider-nav .slick-slide li {
	    height: 65px;
	}
	.wpgis-slider-for .btn-prev, .wpgis-slider-for .btn-next {
	    bottom: -58px;
	}


	.blogContent-item__gallery-image {
	    height: 240px;
	}
}