/*!
Theme Name: AlumOcean
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: alumocean
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.

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

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

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
	font-family: 'Bahnschrift';
	src: url(fonts/Bahnschrift.ttf) format("truetype");
	font-display: swap;
}


:root {
	--container: 1460px;

	--text-size: 25px;
	--text-size-lg: 23px;
	--text-size-md: 20px;
	--text-size-sm: 18px;
	--text-size-esm: 13px;
	--h1-size: 55px;
	--h2-size: 50px;
	--h3-size: 45px;
	--h4-size: 40px;
	--h5-size: 35px;
	--h6-size: 30px;
}
*, ::after, ::before {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
::-webkit-scrollbar {
	width: 5px;
}
::-webkit-scrollbar-track {
	background: #EDEDED;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
::-webkit-scrollbar-thumb {
	background: #D9D9D9;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
body {
	margin: 0;
	padding: 0;
	font-size: var(--text-size);
	font-weight: 350;
	font-family: 'Bahnschrift';
	line-height: 1.2;
	letter-spacing: -.04em;
	color: #4B4444;
	background: #F3F3F3;
}
body.modal-open {
	overflow: hidden;
	padding-right: 5px;
}
a {
	color: #4B4444;
	transition: .5s;
}
a:hover {
	color: #846969;
	text-decoration: none;
}
img {
	margin: 0;
	vertical-align: middle;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	transition: .5s;
}
.bg-cover {
	position: relative;
}
.bg-cover img,
.bg-cover video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.bg-cover span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	margin: 0 0 20px;
	line-height: 1.2;
}
h1 {
	font-size: var(--h1-size);
}
h2 {
	font-size: var(--h2-size);
}
h3 {
	font-size: var(--h3-size);
}
h4 {
	font-size: var(--h4-size);
}
h5 {
	font-size: var(--h5-size);
}
h6 {
	font-size: var(--h6-size);
}
p, ul, ol, blockquote {
	margin: 0 0 20px;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child, ul:last-child, ol:last-child, blockquote:last-child {
	margin-bottom: 0;
}
iframe {
	max-width: 100%;
}
strong {
	font-weight: 600;
}
.form-fields {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px -40px;
}
.form-field {
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0 20px;
	margin-bottom: 40px;
}
.form-field-50 {
	flex: 0 0 50%;
	max-width: 50%;
}
.form-field-input {
	display: flex;
	gap: 20px;
}
.form-field-count {
	flex: 0 0 13.5%;
	max-width: 13.5%;
	font-size: calc(var(--text-size) * 1.08);
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
}
.form-field-wrap {
	flex: auto;
}
.form-field-label {
	display: block;
	font-size: calc(var(--text-size) * 1.08);
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
}
::-webkit-input-placeholder {
	color: rgba(243, 243, 243, 0.27);
}
::-moz-placeholder {
	color: rgba(243, 243, 243, 0.27);
}
:-ms-input-placeholder {
	color: rgba(243, 243, 243, 0.27);
}
:-moz-placeholder {
	color: rgba(243, 243, 243, 0.27);
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
select,
textarea {
	font-size: var(--text-size-lg);
	font-weight: 400;
	font-family: 'Bahnschrift';
	line-height: 1.5;
	width: 100%;
	background: transparent;
	border: none;
	border-bottom: 2px solid rgba(243, 243, 243, 0.16);
	color: rgba(243, 243, 243, 0.8);
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	padding: 16px 0px 24px;
	height: 80px;
	outline: none;
	text-transform: uppercase;
	transition: .5s;
}
textarea {
	height: 150px;
	resize: vertical;
}
select {
	cursor: pointer;
}
.form-field-button {
	position: relative;
	margin-top: 10px;
}
.wpcf7-spinner {
	position: absolute;
	right: 0;
	top: 0;
}
.wpcf7-not-valid-tip {
	margin-top: 4px;
	font-size: var(--text-size-sm);
	letter-spacing: 0;
}
.wpcf7 form .wpcf7-response-output {
	margin: 40px 0 0;
	padding: 30px;
	font-size: var(--text-size-md);
}




.screen-reader-text {
	display: none;
}
.container {
	width: 100%;
	max-width: var(--container);
	margin-left: auto;
	margin-right: auto;
}
.section {
	position: relative;
	padding-top: 150px;
	padding-bottom: 150px;
	z-index: 1;
}
.section-sm {
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
	z-index: 1;
}
.pt-0 {
	padding-top: 0 !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.mt-0 {
	margin-top: 0 !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
@media (min-width: 992px) {
	.hide-lg {
		display: none !important;
	}
}
.w-100 {
	width: 100% !important;
}
.grecaptcha-badge {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.heading {
	position: relative;
	margin-bottom: 50px;
}
.heading.center {
	text-align: center;
}
.heading.white {
	color: #f3f3f3;
}
.heading h2 {
	font-size: var(--h2-size);
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}



.btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: var(--text-size-md);
	font-family: 'Bahnschrift';
	font-weight: 600;
	line-height: 1.5;
	background: transparent;
	border: 2px solid transparent;
	padding: 10px 52px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	outline: none;
	min-height: 92px;
	cursor: pointer;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0;
	z-index: 1;
	transition: .5s;
}
.btn-sm {
	padding: 10px 50px;
	font-size: var(--text-size-sm);
	min-height: 68px;
}
.btn-lg {
	padding: 10px 50px;
	font-size: var(--text-size);
	min-height: 114px;
}
.btn-primary {
	background-color: rgba(219, 31, 21, 0.53);
	color: #F3F3F3;
}
.btn-primary:hover {
	background-color: rgba(219, 31, 21, 0.73);
	color: #F3F3F3;
}
.btn-outline-primary {
	border-color: #7B7B7B;
	color: #4B4444;
}
.btn-outline-primary:hover {
	border-color: #4B4444;
	background-color: #4B4444;
	color: #E8E8E8;
}

.swiper-pagination {
	position: relative !important;
	bottom: auto !important;
	top: auto !important;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 25px;
	gap: 6px;
}
.swiper-pagination-bullet {
	flex: 0 0 19px;
	max-width: 19px;
	width: 19px !important;
	height: 19px !important;
	background: none !important;
	margin: 0 !important;
	opacity: 1 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
}
.swiper-pagination-bullet:before {
	content: '';
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #929292;
	flex: 0 0 11px;
	max-width: 11px;
	height: 11px;
	transition: .5s;
}
.swiper-pagination-bullet-active:before {
	background: #5B5B5B;
	flex: 0 0 100%;
	max-width: 100%;
	height: 100%;
}


.modal-mobile {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -9999;
	opacity: 0;
	transition: .5s;
}
.modal-mobile.show {
	z-index: 9999;
	opacity: 1;
}
.modal-mobile-bg {
	position: absolute;
	transition: .5s;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.modal-mobile-wrap {
	position: relative;
	background: #F3F3F3;
	box-shadow: -1px 0px 2px 0px rgba(0, 0, 0, 0.02), -3px 0px 3px 0px rgba(0, 0, 0, 0.02), -8px 0px 5px 0px rgba(0, 0, 0, 0.01), -13px 0px 5px 0px rgba(0, 0, 0, 0), -21px 0px 6px 0px rgba(0, 0, 0, 0);
	height: 100%;
	width: 100%;
	max-width: calc((100vw - var(--container)) / 2 + 190px);
	margin-left: auto;
	transform: translateX(100%);
	padding: 100px 20px 20px;
	transition: .5s;
	overflow: auto;
	z-index: 1;
}
.modal-mobile.show .modal-mobile-wrap {
	transform: translateX(0);
}
.modal-mobile-close {
	position: absolute;
	top: 17px;
	right: 7px;
	-webkit-mask-image: url(images/menu.svg);
	mask-image: url(images/menu.svg);
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: #4B4444;
	transform: rotate(90deg);
	width: 37px;
	height: 37px;
	border: none;
	padding: 0;
	outline: none !important;
	transition: .5s;
}
.modal-mobile-close:hover {
	background-color: #846969;
}
.mobile-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	text-transform: uppercase;
	display: flex;
	flex-direction: column;
	gap: 27px;
	font-size: var(--text-size-lg);
	font-weight: 600;
	width: max-content;
	margin: auto;
}
.mobile-menu li a {
	text-decoration: none;
	color: #4B4444;
}
.mobile-menu li a:hover {
	color: #846969;
}



.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1055;
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
}
.modal-dialog {
	position: relative;
	width: auto;
	max-width: 420px;
	margin: 1.75rem auto;
	pointer-events: none;
	display: flex;
	align-items: center;
	/*min-height: calc(100% - 3.5rem);*/
}
.modal-dialog.modal-xl {
	max-width: 1370px;
	height: calc(100vh - 100px);
	margin-top: 50px;
	margin-bottom: 50px;
}
.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	pointer-events: auto;
	background: #F3F3F3;
	outline: 0;
	padding: 40px 20px 40px 40px;
	z-index: 1;
}
.modal-content-inner {
	position: relative;
	height: 100%;
	overflow: auto;
	padding-right: 20px;
	z-index: 1;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	width: 100vw;
	height: 100vh;
	background-color: #000000;
	opacity: 0;
	z-index: -1;
}
.modal-backdrop.show {
	opacity: .7;
	z-index: 1049;
}
.modal-title {
	font-size: var(--h4-size);
	color: var(--black);
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: var(--gap);
	text-align: center;
}
.modal-close {
	position: absolute;
	border: 2px solid #7B7B7B;
	width: 57px;
	height: 57px;
	top: 0px;
	right: 10px;
	background: transparent;
	cursor: pointer;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .5s;
	z-index: 9;
}
.modal-close:hover {
	background-color: #4B4444;
	border-color: #4B4444;
}
.modal-close:before {
	content: '';
	-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: #4B4444;
	flex: 0 0 26px;
	max-width: 26px;
	height: 26px;
	transition: .5s;
}
.modal-close:hover:before {
	background-color: #F3F3F3;
}



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



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

.header {
	position: relative;
	z-index: 1;
}
.header-wrap {
	display: flex;
	align-items: center;
	height: 124px;
	gap: 20px;
	border-bottom: 1.5px solid rgba(75, 68, 68, 0.09);
}
.header-logo {
	flex: auto;
}
.header-logo img {
	max-height: 63px;
}
.main-menu {
	flex: 0 0 52%;
	max-width: 52%;
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 44px;
	font-size: var(--text-size-sm);
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0;
}
.main-menu li.menu-item-align-right {
	margin-left: auto;
}
.main-menu li a {
	text-decoration: none;
}
.header-toggle {
	display: flex;
	align-items: center;
}
.header-toggle button {
	-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: #4B4444;
	flex: 0 0 37px;
	max-width: 37px;
	width: 37px;
	height: 37px;
	border: none;
	outline: none;
	padding: 0;
	cursor: pointer;
	transition: .5s;
}
.header-toggle button:hover {
	background-color: #846969;
}



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



.footer.section {
	padding-bottom: 30px;
}
.footer-wrap {
	display: flex;
	justify-content: space-between;
	gap: 30px;
}
.footer-logo {
	flex: 0 0 25%;
	max-width: 25%;
}
.footer-logo img {
	max-height: 92px;
}
.footer-widget {
	flex: auto;
	display: flex;
	justify-content: space-between;
	gap: 30px;
}
.footer-items {
	min-width: 120px;
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 26px;
	font-size: var(--text-size-sm);
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0;
}
.footer-items li a {
	text-decoration: none;
}
.copyright {
	margin-top: 100px;
	border-top: 1.5px solid rgba(75, 68, 68, 0.09);
	padding-top: 20px;
	opacity: .29;
	text-align: center;
	font-size: var(--text-size-esm);
	text-transform: uppercase;
	letter-spacing: 0;
}


.page-header {
	position: relative;
	padding: 50px 0;
	z-index: 1;
}
.page-title {
	font-weight: 500;
	text-transform: uppercase;
}

.error-404-number {
	font-size: calc(var(--h1-size) * 5);
	font-weight: 300;
	text-align: center;
	letter-spacing: .1em;
	line-height: 1;
}
.error-404-button {
	text-align: center;
}



.hero-section.section {
	padding-bottom: 180px;
}
.hero-wrap {
	display: flex;
	gap: 20px;
}
.hero-left {
	flex: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.hero-schedule {
	font-weight: 400;
}
.hero-phone {
	display: flex;
	flex-direction: column;
	gap: 14px;
	align-items: flex-start;
	font-weight: 400;
}
.hero-phone a {
	color: #777777;
	text-decoration: none;
}
.hero-phone a:hover {
	color: #846969;
}
.hero-right {
	flex: 0 0 52%;
	max-width: 52%;
}
.hero-content {
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.hero-content > * {
	margin-bottom: 0;
	max-width: 530px;
}
.hero-content h1 {
	font-size: var(--h2-size);
	font-weight: 500;
	text-transform: uppercase;
	max-width: 100%;
}


/*.parallax-section:after {
	content: '';
	position: absolute;
	background: #F3F3F3;
	width: ;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.parallax-image {
	position: relative;
	height: 687px;
	background-size: calc(100% - (100vw - var(--container)) / 2 + 30px);
	background-position: calc((100vw - var(--container)) / 2 - 30px) center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	z-index: 1;
}*/
.parallax-section {
	padding-left: calc((100% - var(--container)) / 2);
}
.parallax-image .simpleParallax {
	height: calc(((100vw - var(--container)) / 2 + var(--container)) / 2);
}


.products-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px -30px;
}
.products-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
	margin: 0 0 30px;
	padding: 0 15px;
}
.products-item__wrap {
	position: relative;
	background: #ffffff;
	height: 100%;
	display: flex;
	flex-direction: column;
	z-index: 1;
}
.products-item__image {
	flex: 0 0 calc((var(--container) - 30px * 2) / 3 / 1.26);
	max-height: calc((var(--container) - 30px * 2) / 3 / 1.26);
}
.products-item__info {
	position: relative;
	flex: auto;
	padding: 20px 30px 30px;
	display: flex;
	flex-direction: column;
	z-index: 1;
}
.products-item__title {
	font-size: var(--h5-size);
	font-weight: 500;
	margin-bottom: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 84px;
}
.products-item__description {
	font-size: var(--text-size-md);
	margin-bottom: 20px;
}
.products-item__more {
	flex: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
}





.about-wrap {
	display: flex;
	gap: 20px;
}
.about-left {
	flex: auto;
}
.about-sub-heading {
	font-weight: 400;
	text-transform: uppercase;
}
.about-right {
	flex: 0 0 52%;
	max-width: 52%;
}
.about-heading {
	position: relative;
	font-size: var(--h1-size);
	font-weight: 500;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin-bottom: 20px;
	z-index: 1;
}
.about-heading:after {
	content: '';
	position: absolute;
	width: 122px;
	height: 4px;
	background: #DB1F15;
	bottom: 0;
	left: 5px;
	z-index: 1;
}
.about-content {
	margin-bottom: 30px;
}



.info-heading.heading {
	margin-bottom: 35px;
	padding-left: 35px;
}
.info-heading h2:before {
	content: '';
	display: inline-block;
	width: 385px;
}
.info-content {
	width: 52%;
	margin-left: auto;
	text-align: justify;
}



.counters-section.section {
	padding-top: 0px;
}
.counters-wrap {
	display: flex;
	gap: 20px;
}
.counters-main {
	flex: auto;
	background: #EAEAEA;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.counters-main-heading {
	padding: 40px 40px 15px;
	margin-bottom: 0;
	font-size: var(--h4-size);
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
}
.counters-other {
	flex: 0 0 52%;
	max-width: 52%;
}
.counters-items {
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	gap: 20px;
}
.counters-item {
	flex: 0 0 calc(50% - 10px);
	max-width: calc(50% - 10px);
}
.counters-item__wrap {
	position: relative;
	height: 100%;
	background: #EAEAEA;
	padding: 40px;
	z-index: 1;
}
.counters-item__value {
	font-size: calc(var(--h1-size) * 1.090909);
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	margin-bottom: 0;
}
.counters-item__text {
	font-size: var(--text-size-sm);
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0;
}




.steps-section {
	background: #4B4444;
	color: #F3F3F3;
}
.steps-item {
	position: relative;
	border-bottom: 1.5px solid rgba(243, 243, 243, 0.16);
	padding: 30px 0;
	display: flex;
	gap: 20px;
	z-index: 1;
}
.steps-item__count {
	font-size: var(--h6-size);
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	flex: auto;
}
.steps-item__title {
	font-size: var(--h6-size);
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	flex: 0 0 calc(25% - 10px);
	max-width: calc(25% - 10px);
}
.steps-item__text {
	font-size: var(--text-size-sm);
	text-transform: uppercase;
	flex: 0 0 calc(27% - 10px);
	max-width: calc(27% - 10px);
}



.portfolio-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px -20px;
}
.portfolio-item {
	flex: 0 0 25%;
	max-width: 25%;
	margin: 0 0 20px;
	padding: 0 10px;
}
.portfolio-item__wrap {
	position: relative;
	z-index: 1;
}
.portfolio-item__image {
	height: calc((var(--container) - 20px * 3) / 4 / 0.774);
	margin-bottom: 20px;
}
.portfolio-item__title {
	font-size: var(--text-size-lg);
	font-weight: 400;
	text-transform: uppercase;
}
.portfolio-button {
	text-align: center;
	margin-top: 50px;
}
.partners-heading {
	margin-bottom: 40px !important;
	text-transform: uppercase;
	font-weight: 400;
}



/*.partners-items {
	display: flex;
	gap: 16px;
	margin-right: 16px;
}*/
.partners-swiper {
	overflow: hidden;
	width: 100%;
}
.partners-swiper .swiper-wrapper {
	transition-timing-function: linear !important;
}
.partners-item.swiper-slide {
	width: 352px;
	height: 134px;
	user-select: none;
}
.partners-item__image {
	width: 100%;
	height: 100%;
	background: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
}
.partners-item.dark .partners-item__image {
	background: #555555;
}
.partners-item__image img {
	max-height: 114px;
}



.advantages-heading {
	position: relative;
	font-size: var(--h2-size);
	font-weight: 500;
	text-transform: uppercase;
	padding-bottom: 20px;
	margin-bottom: 70px;
	max-width: calc(50% - 36px);
	margin-left: auto;
	z-index: 1;
}
.advantages-heading:after {
	content: '';
	position: absolute;
	width: 147px;
	height: 4px;
	background: #DB1F15;
	bottom: 0;
	left: 2px;
	z-index: 1;
}
.advantages-items {
	display: flex;
	justify-content: space-between;
	gap: 72px;
}
.advantages-item {
	flex: 1;
}
.advantages-item__wrap {
	position: relative;
	z-index: 1;
}
.advantages-item__image {
	height: 100px;
	display: flex;
	align-items: center;
	margin-bottom: 17px;
}
.advantages-item__image img {
	max-height: 100px;
}
.advantages-item__title {
	font-size: calc(var(--text-size-lg) / 1.04545);
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	margin-bottom: 24px;
}



.feedback-section {
	background: #4B4444;
	color: #F3F3F3;
}
.feedback-heading.heading {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin-bottom: 30px;
	gap: 20px;
}
.feedback-heading.heading h2 {
	margin-bottom: 0;
	flex: 0 0 52%;
	max-width: 52%;
}
.feedback-heading.heading p {
	opacity: .68;
	max-width: 390px;
}
.feedback-form {
	width: 52%;
	margin-left: auto;
}



.modalProduct-loading {
	text-align: center;
}
.modalProduct-loading img {
	max-width: 100px;
}
.singleProduct-wrap {
	overflow: hidden;
}
.singleProduct-images {
	width: 43%;
	float: left;
	margin: 0 30px 40px 0;
}
.productImages-swiper {
	overflow: hidden;
}
.singleProduct-image {
	height: calc((1370px - 40px * 2) * .43 / 1.3959);
}
.singleProduct-title {
	margin-bottom: 25px;
	font-size: var(--h4-size);
	font-weight: 500;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	padding-right: 60px;
}
.singleProduct-content > * {
	margin-bottom: 25px;
}
.singleProduct-content > *:last-child {
	margin-bottom: 0;
}
.singleProduct-content h1,
.singleProduct-content h2,
.singleProduct-content h3,
.singleProduct-content h4,
.singleProduct-content h5,
.singleProduct-content h6 {
	font-size: var(--text-size);
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
}
.singleProduct-content ul {
	list-style: none;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 6px;
}
.singleProduct-content ul li {
	position: relative;
	transform: translateX(38px);
	padding-right: 38px;
	z-index: 1;
}
.singleProduct-content ul li:before {
	content: '';
	background: #4B4444;
	width: 3.5px;
	height: 3.5px;
	position: absolute;
	top: 12px;
	transform: translateX(-22px);
	z-index: 1;
}
.singleProduct-content ol {
	display: flex;
	flex-direction: column;
	gap: 15px;
	padding-left: 33px;
}
.singleProduct-content ol li::marker {
	font-weight: 600;
	letter-spacing: 0;
}
.singleProduct-button {
	clear: both;
	text-align: center;
	margin-top: 54px;
}
.singleProduct-button .btn {
	width: 100%;
	max-width: 758px;
}


.marquee {
  overflow: hidden;
  display: flex;
}



@media (max-width: 1539px) {
	:root {
		--container: 1316px;

		--text-size: 20px;
		--text-size-lg: 20px;
		--text-size-md: 18px;
		--text-size-sm: 16px;
		--text-size-esm: 13px;
		--h1-size: 50px;
		--h2-size: 45px;
		--h3-size: 40px;
		--h4-size: 35px;
		--h5-size: 30px;
		--h6-size: 25px;
	}
	input[type="text"], input[type="email"], input[type="tel"], input[type="password"], select, textarea {
		padding: 16px 0px 20px;
		height: 68px;
	}
	.section {
		padding-top: 120px;
		padding-bottom: 120px;
	}
	.section-sm {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.copyright {
		margin-top: 80px;
	}
	.heading {
		margin-bottom: 40px;
	}
	.btn {
		padding: 10px 42px;
		font-size: var(--text-size-md);
		min-height: 80px;
	}
	.btn-sm {
		padding: 10px 42px;
		font-size: var(--text-size-sm);
		min-height: 56px;
	}
	.btn-lg {
		padding: 10px 42px;
		font-size: var(--text-size);
		min-height: 100px;
	}
	.info-heading h2:before {
		width: 330px;
	}
	.partners-heading,
	.about-sub-heading {
		font-size: var(--h6-size);
	}
	.form-field-count {
		flex: 0 0 11%;
		max-width: 11%;
	}
	.hero-section.section {
		padding-bottom: 150px;
	}
	.products-item__title {
		min-height: 72px;
	}
	.footer-logo img {
		max-height: 80px;
	}
	.singleProduct-content ul li:before {
		top: 10px;
	}
	.singleProduct-content ul {
		gap: 4px;
	}
	.singleProduct-content ol {
		gap: 10px;
	}
	.singleProduct-button {
		margin-top: 45px;
	}
	.singleProduct-button .btn {
		max-width: 560px;
	}
	.about-heading:after {
		width: 115px;
	}
	.advantages-heading {
		padding-bottom: 12px;
	}
	.advantages-heading:after {
		width: 138px;
	}
}



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

		--text-size: 18px;
		--text-size-lg: 18px;
		--text-size-md: 16px;
		--text-size-sm: 15px;
		--text-size-esm: 13px;
		--h1-size: 42px;
		--h2-size: 38px;
		--h3-size: 34px;
		--h4-size: 30px;
		--h5-size: 26px;
		--h6-size: 20px;
	}
	.form-fields {
		margin: 0 -15px -30px;
	}
	.form-field {
		padding: 0 15px;
		margin-bottom: 30px;
	}
	.section {
		padding-top: 90px;
		padding-bottom: 90px;
	}
	.section-sm {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.copyright {
		margin-top: 60px;
	}
	.btn {
		padding: 10px 42px;
		font-size: var(--text-size-md);
		min-height: 64px;
	}
	.btn-sm {
		padding: 10px 42px;
		font-size: var(--text-size-sm);
		min-height: 48px;
	}
	.btn-lg {
		padding: 10px 42px;
		font-size: var(--text-size);
		min-height: 80px;
	}
	.header-wrap {
		height: 100px;
	}
	.header-logo img {
		max-height: 56px;
	}
	.hero-section.section {
		padding-bottom: 120px;
	}
	.products-item__title {
		min-height: 63px;
	}
	.info-heading h2:before {
        width: 280px;
    }
    .counters-item__text {
    	font-size: var(--text-size);
    }
    .footer-logo img {
    	max-height: 60px;
    }
    .footer-items {
    	gap: 20px;
    }
    .modal-dialog.modal-xl {
    	max-width: var(--container);
    }
	.singleProduct-image {
		height: calc((var(--container) - 40px * 2) * .43 / 1.3959);
	}
	.singleProduct-content ul li:before {
		top: 8px;
	}
	.singleProduct-content ol {
		gap: 8px;
	}
	.singleProduct-button .btn {
		max-width: 480px;
	}
	.swiper-pagination {
		margin-top: 20px;
	}
	.swiper-pagination-bullet {
		flex: 0 0 15px;
		max-width: 15px;
		width: 15px !important;
		height: 15px !important;
	}
	.modal-close {
		width: 48px;
		height: 48px;
	}
	.modal-close:before {
		flex: 0 0 22px;
		max-width: 22px;
		height: 22px;
	}
	.singleProduct-title,
	.singleProduct-content > * {
		margin-bottom: 20px;
	}
	.partners-item.swiper-slide {
		width: 262px;
		height: 100px;
	}
	.partners-item__image img {
		max-height: 80px;
	}
	.portfolio-button {
		margin-top: 40px;
	}
	.about-heading {
		padding-bottom: 8px;
	}
	.about-heading:after {
		width: 96px;
		height: 3px;
		left: 2px;
	}
	.advantages-heading:after {
		width: 114px;
		height: 3px;
	}
}



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

		--text-size: 17px;
		--text-size-lg: 16px;
		--text-size-md: 14px;
		--text-size-sm: 13px;
		--text-size-esm: 12px;
		--h1-size: 34px;
		--h2-size: 30px;
		--h3-size: 26px;
		--h4-size: 22px;
		--h5-size: 20px;
		--h6-size: 18px;
	}
	.form-fields {
		margin: 0 -10px -20px;
	}
	.form-field {
		padding: 0 10px;
		margin-bottom: 20px;
	}
	input[type="text"], input[type="email"], input[type="tel"], input[type="password"], select, textarea {
		padding: 10px 0;
		height: 54px;
		font-size: var(--h6-size);
	}
	.form-field-button {
		margin-top: 4px;
	}
	h1, h2, h3, h4, h5, h6, p, ul, ol, blockquote {
		margin-bottom: 12px;
	}
	.wpcf7 form .wpcf7-response-output {
		margin-top: 20px;
		font-size: var(--text-size-md);
		padding: 20px;
	}
	.section {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.section-sm {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.btn,
	.btn-sm,
	.btn-lg {
		padding: 10px 30px;
		font-size: var(--text-size-sm);
		min-height: 52px;
	}
	.heading {
		margin-bottom: 20px;
	}
	.header-wrap {
		height: 76px;
	}
	.header-logo img {
		max-height: 50px;
	}
	.main-menu {
		font-size: var(--text-size-lg);
		gap: 40px;
	}
	.hero-content {
		gap: 16px;
		margin-bottom: 16px;
	}
	.hero-schedule,
	.hero-phone {
		font-size: var(--h6-size);
	}
	.hero-phone {
		gap: 4px;
	}
	.hero-section.section {
		padding-bottom: 60px;
	}
	.products-item__info {
		padding: 16px 20px 20px;
	}
	.products-item__title {
		min-height: 48px;
	}
	.about-content {
		font-size: var(--text-size-lg);
		margin-bottom: 20px;
	}
	.info-heading.heading {
		padding-left: 0;
		margin-bottom: 24px;
	}
	.info-heading h2:before {
        width: 280px;
    }
    .info-content {
    	font-size: var(--text-size-lg);
    }
    .counters-main-heading {
    	padding: 20px 30px 15px;
    }
    .counters-item__wrap {
    	padding: 20px;
    }
    .counters-item__value {
    	font-size: var(--h2-size);
    }
    .counters-item__text {
    	font-size: var(--text-size-sm);
    }
    .steps-item {
    	padding: 20px 0;
    }
    .portfolio-item__image {
    	margin-bottom: 12px;
    }
    .portfolio-item__title {
    	font-size: var(--text-size-sm);
    }
    .portfolio-button {
    	margin-top: 24px;
    }
    .partners-heading {
    	margin-bottom: 20px !important;
    }
    .advantages-heading {
    	margin-bottom: 30px;
    }
	.about-heading:after {
		width: 76px;
		height: 2px;
	}
	.advantages-heading {
		padding-bottom: 8px;
	}
	.advantages-heading:after {
        width: 92px;
        height: 2px;
    }
    .advantages-items {
    	gap: 20px;
    }
    .advantages-item__image {
    	height: 52px;
    	margin-bottom: 10px;
    }
    .advantages-item__image img {
    	max-height: 52px;
    }
    .advantages-item__title {
    	font-size: var(--text-size-md);
    	margin-bottom: 10px;
    }
    .advantages-item__text {
    	font-size: var(--text-size-md);
    }
    .heading {
    	font-size: var(--text-size-lg);
    }
    .form-field-label,
    .form-field-count {
    	font-size: var(--h6-size);
    }
    .footer.section {
    	padding-bottom: 20px;
    }
    .footer-logo img {
        max-height: 50px;
    }
    .footer-items {
    	gap: 16px;
    	font-size: var(--text-size-md);
    }
    .copyright {
    	margin-top: 30px;
    }

    .page-header {
    	padding: 30px 0;
    }
    .singleProduct-button {
    	margin-top: 20px;
    }
}



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

		--text-size: 17px;
		--text-size-lg: 16px;
		--text-size-md: 14px;
		--text-size-sm: 13px;
		--text-size-esm: 12px;
		--h1-size: 30px;
		--h2-size: 26px;
		--h3-size: 24px;
		--h4-size: 22px;
		--h5-size: 20px;
		--h6-size: 18px;
	}
	[data-aos] {
		opacity: 1 !important;
		transform: translateZ(0) !important;
		transition-delay: 0 !important;
	}
	body.modal-open {
		padding-right: 0;
	}
	.heading {
		font-size: var(--text-size-sm);
	}
	.main-menu {
		display: none;
	}
	.hero-wrap {
		flex-direction: column;
		gap: 50px;
	}
	.hero-left {
		flex-direction: row;
		gap: 20px;
	}
	.hero-schedule {
		margin-bottom: 0;
	}
	.hero-right {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.hero-content > * {
		max-width: 100%;
	}
	.hero-button .btn {
		width: 100%;
	}
	.products-items {
		margin: 0 -10px -20px;
	}
	.products-item {
		flex: 0 0 50%;
		max-width: 50%;
		margin: 0 0 20px;
		padding: 0 10px;
	}
	.products-item__image {
		flex: 0 0 calc((var(--container) - 20px) / 2 / 1.26);
		max-height: calc((var(--container) - 20px) / 2 / 1.26);
	}
	.products-item__more .btn {
		width: 100%;
	}
	.about-wrap {
		flex-direction: column;
		gap: 16px;
	}
	.about-right {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.about-button .btn {
		width: 100%;
	}
	.info-heading.heading {
		margin-bottom: 20px;
	}
	.info-heading h2:before {
		display: none;
	}
	.info-heading h2 br {
		display: none;
	}
	.info-content {
		width: 100%;
		text-align: left;
	}
	.counters-wrap {
		flex-direction: column;
	}
	.counters-main-heading {
		padding-bottom: 0;
		margin-bottom: -40px;
	}
	.counters-other {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.counters-item__wrap {
		height: calc((var(--container) - 20px) / 2);
	}
	.steps-section .heading {
		margin-bottom: 10px;
	}
	.steps-item {
		padding-left: 60px;
		flex-direction: column;
		gap: 16px;
	}
	.steps-item__count {
		position: absolute;
		top: 20px;
		left: 0;
		flex: auto;
		max-width: 100%;
	}
	.steps-item__title {
		flex: auto;
		max-width: 100%;
	}
	.steps-item__text {
		flex: auto;
		max-width: 100%;
	}
	.portfolio-item {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.portfolio-item__image {
		height: calc((var(--container) - 20px) / 2 / 0.774);
	}
	.portfolio-button .btn {
		width: 100%;
	}
	.partners-item.swiper-slide {
		width: 151px;
		height: 58px;
	}
	.partners-item__image {
		padding: 4px;
	}
	.partners-item__image img {
		max-height: 50px;
	}
	.advantages-heading {
		max-width: 100%;
	}
	.advantages-items {
		gap: 0;
		margin: 0 -10px -20px;
		flex-wrap: wrap;
	}
	.advantages-item {
		flex: 0 0 50%;
		max-width: 50%;
		margin-bottom: 20px;
		padding: 0 10px;
	}
	.feedback-heading.heading {
		margin-bottom: 38px;
		gap: 16px;
		flex-direction: column;
	}
	.feedback-heading.heading h2 {
		flex: auto;
		max-width: 100%;
	}
	.feedback-heading.heading h2 br {
		display: none;
	}
	.feedback-heading.heading p {
		max-width: 100%;
	}
	.feedback-form {
		width: 100%;
	}
	.form-field-count {
		flex: 0 0 40px;
		max-width: 40px;
	}
	.footer-wrap {
		display: block;
	}
	.footer-logo {
		margin-bottom: -46px;
		z-index: 2;
		max-width: calc(50% - 8px);
	}
	.footer-widget {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(2, auto);
		grid-column-gap: 16px;
		grid-row-gap: 16px;
	}
	.footer-items:nth-child(1) {
		grid-area: 1 / 1 / 2 / 2;
		margin-top: 72px;
	}
	.footer-items:nth-child(2) { grid-area: 2 / 1 / 3 / 2; }
	.footer-items:nth-child(3) { grid-area: 1 / 2 / 2 / 3; }
	.footer-items:nth-child(4) {
		grid-area: 2 / 2 / 3 / 3;
		justify-content: flex-end;
	}
	.swiper-pagination {
		margin-top: 10px;
	}
	.modal-content {
		padding: 20px 10px 20px 20px;
	}
	.modal-content-inner {
		padding-right: 10px;
	}
	.modal-close {
		width: 39px;
		height: 39px;
		background: #4B4444;
		border-color: #4B4444;
	}
	.modal-close:before {
		flex: 0 0 17px;
		max-width: 17px;
		height: 17px;
		background-color: #f3f3f3;
	}
	.singleProduct-images {
		width: 100%;
		float: none;
		margin: 0 0 20px;
	}
	.singleProduct-image {
		height: calc((var(--container) - 20px * 2) / 1.3959);
	}
	.singleProduct-title, .singleProduct-content > * {
		margin-bottom: 12px;
	}
	.singleProduct-title {
		padding-right: 0;
	}
}




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

		--text-size: 17px;
		--text-size-lg: 16px;
		--text-size-md: 14px;
		--text-size-sm: 13px;
		--text-size-esm: 12px;
		--h1-size: 30px;
		--h2-size: 26px;
		--h3-size: 24px;
		--h4-size: 22px;
		--h5-size: 20px;
		--h6-size: 18px;
	}
}




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

		--text-size: 17px;
		--text-size-lg: 16px;
		--text-size-md: 14px;
		--text-size-sm: 13px;
		--text-size-esm: 12px;
		--h1-size: 20px;
		--h2-size: 19px;
		--h3-size: 19px;
		--h4-size: 18px;
		--h5-size: 18px;
		--h6-size: 18px;
	}
	h1, h2, h3, h4, h5, h6, p, ul, ol, blockquote {
		margin-bottom: 10px;
	}
	.heading h2 {
		font-size: var(--h1-size);
	}
	.hero-content h1 {
		font-size: var(--h1-size);
	}
	.parallax-image .simpleParallax {
		height: calc(((100vw - var(--container)) / 2 + var(--container)) / 1.7);
	}
	.products-items {
		margin: 0;
		gap: 16px;
	}
	.products-item {
		flex: 0 0 100%;
		max-width: 100%;
		margin: 0;
		padding: 0;
	}
	.products-item__image {
		flex: 0 0 calc(var(--container) / 1.81);
		max-height: calc(var(--container) / 1.81);
	}
	.products-item__info {
		padding: 8px;
	}
	.products-item__title {
		font-size: var(--h1-size);
	}
	.products-item__description {
		margin-bottom: 16px;
	}
	.about-wrap {
		gap: 10px;
	}
	.about-sub-heading {
		font-size: var(--text-size-lg);
	}
	.about-heading,
	.advantages-heading {
		margin-bottom: 15px;
		padding-bottom: 5px;
	}
	.about-heading:after {
		width: 51px;
	}
	.advantages-heading:after {
		width: 63px;
	}
	.about-content {
		margin-bottom: 16px;
	}
	.info-heading.heading {
		margin-bottom: 16px;
	}
	.counters-wrap {
		gap: 10px;
	}
	.counters-main-heading {
		padding: 10px 10px 0;
		font-size: var(--text-size-lg);
		max-width: 244px;
		margin-bottom: -30px;
	}
	.counters-items {
		gap: 10px;
	}
	.counters-item {
		flex: 0 0 calc(50% - 5px);
		max-width: calc(50% - 5px);
	}
	.counters-item__wrap {
        height: calc((var(--container) - 20px) / 2 / .853);
        padding: 10px;
    }
    .counters-item__value {
    	font-size: calc(var(--h1-size) * 1.5);
    }
    .steps-item {
    	gap: 10px;
    }
    .portfolio-items {
    	margin: 0 -4px -16px;
    }
    .portfolio-item {
    	margin: 0 0 16px;
    	padding: 0 4px;
    }
    .portfolio-item__image {
    	margin-bottom: 6px;
    }
    .portfolio-button {
    	margin-top: 16px;
    }
    .partners-heading {
    	margin-bottom: 16px !important;
    	font-size: var(--text-size-lg);
    }
    .advantages-items {
    	margin: 0 -4px -16px;
    }
    .advantages-item {
    	margin: 0 0 16px;
    	padding: 0 4px;
    }
    .advantages-item__image,
    .advantages-item__title {
    	margin-bottom: 6px;
    }
    .feedback-heading.heading {
    	gap: 8px;
    }
    .footer {
    	padding-bottom: 16px;
    }
    .copyright {
    	padding-top: 16px;
    }
    .wpcf7 form .wpcf7-response-output {
    	padding: 12px;
    }
    .singleProduct-title {
    	font-size: var(--h1-size);
    }
    .singleProduct-title, .singleProduct-content > * {
    	margin-bottom: 10px;
    }
    .singleProduct-content ul {
    	gap: 2px;
    }

	.modal-content {
		padding: 10px 5px 10px 10px;
	}
	.modal-content-inner {
		padding-right: 5px;
	}
	.modal-close {
		right: 5px;
	}
}