/* THIS CSS WAS COMPILED AND OPTIMIZED, USING THE WP COMPILER PLUGIN */
/* https://bytes.co */
/* Last Compiled: 2024-02-14 5:40:47 UTC */

:root {
	--main-color: #4c4c4c         !important;
	--second-color: #c0c0c0           !important;

	--btn-text-color:#fff !important;
	--btn-border: 1px solid #fff !important;
	--btn-border-second: 1px solid #404040 !important; 

	--btn-radius:15px !important;
	--img-radius:15px !important;

	--star-color:#ffca00    !important   ;


	--footer-bg:#fff !important;
}


.topbar-wrapper {
	width: 100%;
	padding: 5px 0px;
	background: #ececec;
	font-size: 16px;
	color: #000;
	border-bottom: 1px solid #e0e0e0;
}

.topbar-wrapper a {
	color:#000000;
	text-decoration:none;
}

@media(max-width:768px) {
	.topbar-wrapper {
		display:none;
	}
}


.topbar {
	display:flex;
	justify-content:space-between;
}

html {
	box-sizing: border-box; }

*, ::before, ::after {
	margin: 0;
	padding: 0;
	box-sizing: inherit; }

:root {
	--bs-emphasis-color-rgb: 255, 255, 255; }

body {
	font-family: "Exo 2", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.7;
	font-size: 16px;
	color: #232323;
	background-color: #fff; }

.main-title {
	font-weight: 800;
	font-size: 34px; }

.main-button {
	background-color:var(--main-color);
	cursor: pointer;
	padding: 12px 50px;
	font-weight: 400;
	font-size: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing:2px;

	color: #fff;
	border-radius:var(--btn-radius);
	transition: all ease .2s ; 
	border-bottom: 5px solid #000;

}


.main-button:hover {
	background-color:var(--second-color);
	color: #fff);
	border-bottom: 1px solid #c0c0c0;

}

hr {
	height: 1px;
	width: 100%;
	background: #c2c1c6;
	border: none;
	margin: 0;
	margin-bottom: 20px; }

.dropdown-menu {
	margin: 0;
	padding: 0;
	width: fit-content;
	background: #7c7c7c;
	border: none;
	overflow: hidden;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	--bs-dropdown-link-hover-color: #191919; }
.dropdown-menu li {
	padding: 0; }
.dropdown-menu li:not(:last-child) {
	border-bottom: 1px solid #ebebeb; }
.dropdown-menu .dropdown-item:active {
	background-color: var(--bs-dropdown-link-hover-bg); }
.dropdown-menu__link {
	padding: 10px 25px;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	font-weight: 500;
	transition: all 0.2s ease-in-out; }

.header {
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	background-color: #ffffff; }

.fixed-top {
	position: sticky; }

nav {
	font-size: 19px; }

.nav {
	display: flex;
	flex-direction: column; }

.nav-topbar {
	display: flex;
	justify-content: space-between;

	align-items: center;
	width: 100%;
	position: relative; 
	padding:10px 0px;
}
.nav-topbar::before {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	content: "";
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%); }

.navbar {
	padding: 0; }
.navbar__link {
	text-decoration: none;
	color: var(--btn-text-color);
	border-radius:var(--btn-radius);
	padding: 12px 50px;
	letter-spacing: 2px;
	font-size: 15px;
	background: var(--main-color);

	transition:all ease .3s;
	border-bottom: 5px solid #000;

}

.navbar__link:hover {
	background: var(--second-color);
	color: var(--btn-text-color);
	border-bottom: 1px solid #c0c0c0;

}

.navbar__phone {

}
.navbar__link-call {
	text-decoration: none;
	color: #000000; }
.navbar .btn-call-wrapper {
	position: relative; }
.navbar .btn-call-wrapper::before {
	content: "";
	position: absolute;
	object-fit: cover;
	width: 20px;
	height: 20px;
	top: 7px;
	left: -24px;
	background-image: url(/wp-content/uploads/2024/08/call.png);
	background-size: cover;
}
.navbar .navbar-collapse {
	justify-content: flex-end; }
.navbar .dropdown:hover .dropdown-menu {
	display: block; }

.navbar-toggler {
	flex-basis: auto;
	position: relative;
	width: 31px;
	height: 20px;
	cursor: pointer;
	transition: all 0.2s;
	align-self: center;
	outline: none;
	background-color: transparent;
	line-height: 1;
	border: 1px solid transparent; }
.navbar-toggler:hover, .navbar-toggler:focus {
	border: none;
	text-decoration: none;
	box-shadow: none;
	background-color: transparent; }
.navbar-toggler .hamburger span {
	position: absolute;
	right: 0;
	width: 30px;
	height: 2px;
	background-color: #7c7c7c; }
.navbar-toggler .hamburger span:nth-child(1) {
	top: 0;
	transition: all 0.2s; }
.navbar-toggler .hamburger span:nth-child(2) {
	top: 8px;
	transition: all 0.15s; }
.navbar-toggler .hamburger span:nth-child(3) {
	top: 8px;
	transition: all 0.15s; }
.navbar-toggler .hamburger span:nth-child(4) {
	top: 16px;
	transition: all 0.2s; }

.navbar-toggler.active .hamburger span:nth-child(1) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all 0.2s; }
.navbar-toggler.active .hamburger span:nth-child(2) {
	transform: rotate(45deg);
	transition: all 0.25s; }
.navbar-toggler.active .hamburger span:nth-child(3) {
	transform: rotate(-45deg);
	transition: all 0.25s; }
.navbar-toggler.active .hamburger span:nth-child(4) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all 0.2s; }

.navbar-buttons {
	text-align: center;
	min-width: 170px;
	margin: 9.6px; }

.nav-list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 30px;
	padding: 0;
	margin: 0 auto; }
.nav-list__link {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	font-weight: 500;
	transition: all 0.2s ease-in-out; }
.nav-list__link:hover {
	filter: saturate(300%); }

.nav-link {
	color: #717171;
	text-transform: uppercase;
	font-size: 16px;
	padding: 10px 15px !important;
	letter-spacing:0.5px;
}


.nav-link:hover, .nav-link:focus {
	color: #7c7c7c; }


.nav-bottom__btn-toggler {
	padding: 0; }

.logo__img {
	width: 200px;
	height: 55px;

}
@media(max-width:768px) {
	.logo__img {

		margin-bottom:0px;
	}
	.navbar {
		padding: 10px 0px;
	}
}
.hero-block {
	position:relative;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	height: 500px; 
	display: flex;
	align-items: center;
}

.hero-block .container {
	height:100%;
}



.hero-block__title {
	margin-bottom: 10px; }
.hero-block__text {
	margin-bottom: 30px;
	font-size: 22px; }

.hero-wrapper {
	left: 0;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: flex-end;
	text-align: center;
	color: #ffffff;

	border-radius: 0px;
	text-align: left;
	/* 	max-width: 700px; */
	text-align: left;



}



.hero-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 35px;
	color: #000000;
	align-items: flex-end;
	background: #ffffffdb;
	max-width: 700px;
	text-align: end;
}

@media(max-width:768px) {
	.hero-wrapper {
		width:100%;
		border-radius:0px;
		padding: 10px;

		color:#000;
	}

	.rating-block img {
		width:7rem !important;
	}

	.hero-block .container {
		margin: 0;
		padding: 0;
	}

	.hero-inner {
		padding:35px 15px;
	}
}

.content-block {
	padding: 50px 0; 
	overflow:hidden;
}
.content-block h2 {
	margin-bottom: 30px;
	font-weight: 500;
	font-size: 26px; }
.content-block h3 {
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: 500; }
.content-block p {
	margin-bottom: 20px; }

.wp-block-media-text {
	margin-bottom: 50px;
	gap: 40px; }
.wp-block-media-text .wp-block-media-text__content {
	padding: 0; }
.wp-block-media-text .wp-block-media-text__content h2 {
	font-size: 22px;
	font-weight: 600;
	text-align: left; }

.wp-block-image {
	padding: 20px 0; }

.wp-block-quote {
	margin-bottom: 25px;
	background-color: #fafafa;
	padding: 20px 30px;
	border-left: 3px solid #8c0014; }
.wp-block-quote p {
	margin-bottom: 10px; }
.wp-block-quote p strong {
	margin-bottom: 0; }
.wp-block-quote:last-of-type {
	margin-bottom: 80px; }

p strong {
	display: inline-block;
	margin-bottom: 10px; }
p a {
	text-decoration: none;
	color: #1901d4; }

.wp-block-columns {
	margin-bottom: 30px; }
.wp-block-columns .wp-block-column h2 {
	text-align: left; }

.section {
	padding: 50px 0; }
.section h2 {
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 30px;
	text-align: center; }
.section h3 {
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: 600; }
.section p {
	margin-bottom: 20px; }
.section .wp-block-quote p {
	margin-bottom: 10px;
	font-weight: 700; }

.breadcrumbs-section {
	padding: 30px 0;
	background-color: #8c0014;
	color: #fff; }
.breadcrumbs-section h1 {
	font-size: 32px;
	font-weight: 600; }

.breadcrumb {
	margin: 0; }
.breadcrumb span a {
	text-decoration: none;
	transition: color 0.2s ease-in-out;
	color: #fff; }
.breadcrumb span a:hover {
	filter: saturate(300%); }

.breadcrumb-block {
	margin: 0 0 30px 0; }
.breadcrumb-block span a {
	text-decoration: none;
	transition: color 0.2s ease-in-out;
	color: #0b0e62; }
.breadcrumb-block span a:hover {
	filter: saturate(90%); }

.footer {
	padding: 50px 0 20px 0;
	background:linear-gradient(45deg, #ededed, #ffffffb0);
	color: #000;


}
.footer__info {
	display: flex;
	flex-direction: column;
	margin-bottom: 25px; }
.footer__logo {
	margin-right: 60px; }
.footer__col-1, .footer__col-2 {
	margin-bottom: 30px; }
.footer__title {
	text-transform: uppercase;
	font-weight: 600;
	color: #000; 
	display: block;
	margin-bottom: 10px; }
.footer__text {
	margin: 0;
	font-size: 16px;
	margin-bottom: 10px; }
.footer__text--mb-32 {
	margin-bottom: 30px; }
.footer__text--mb {
	margin-bottom: 30px; }
.footer__link {
	color: #000; 
	text-decoration: none;
	font-size: 16px; }
.footer__link--color {
	color: #fff; }
.footer__menu {
	list-style: none;
	padding: 0;
	margin: 0 0 30px 0; }
.footer__menu-item {
	margin-bottom: 10px; }
.footer__copyright-text {
	font-size: 16px;
	margin-bottom: 0;
	color: #000;  }
.footer__address {
	font-size: 16px;
	margin-bottom: 30px;
	line-height: 2.1; }
.footer__description {
	margin-bottom: 0; }

.footer-bottom {
	position: relative;
	padding-top: 20px; }
.footer-bottom::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	content: "";
	background: #ccc; }

@media (max-width: 991px) {
	.hero-block__title {
		font-size: 50px; } }

@media (max-width: 767px) {
	.hero-block__title {
		font-size: 35px; }

	.main-button {
		font-size: 15px; }

	.wp-block-media-text {
		gap: 30px; }

	.wp-block-heading {
	}
	.navbar__link {
		display: none; } }

@media (max-width: 575px) {
	.hero-block__title {
		font-size: 30px; }
	.hero-block__text {
		font-size: 15px; }

	.main-button {
		font-size: 13px; }

	.navbar__link, .navbar__link-call {
		font-size: 15px; }

	.logo__img {
		width: 181px;
		height: 50px; }

	.footer {
		padding: 30px 0 20px 0; }
	.footer__col-1, .footer__col-2 {
		margin-bottom: 25px; }
	.footer__title {
		margin-bottom: 8px; }
	.footer__text {
		font-size: 14px; }
	.footer__text--mb-32 {
		margin-bottom: 20px; }
	.footer__link {
		font-size: 14px; }
	.footer__menu {
		margin: 0 0 30px 0; }
	.footer__copyright-text {
		font-size: 14px; }
	.footer__address {
		font-size: 14px;
		margin-bottom: 25px; } }

@media (min-width: 320px) and (max-width: 420px) {
	.nav-list {
		font-size: 17px; }

	.nav-link {
		font-size: 15px; }

	.navbar__link, .btn-call-wrapper {
		display: none; }

	.btn-call-wrapper::before {
		display: none; }

	.hero-block__title {
		font-size: 30px;
		line-height: 1.5; }
	.hero-block__text {
		font-size: 15px; }

	.main-button {
		font-size: 12px; }

	.content-block {
		padding: 30px 0; }

	.footer {
		padding: 20px 0 20px 0; }
	.footer__col-1, .footer__col-2 {
		margin-bottom: 25px; }
	.footer__title {
		margin-bottom: 8px; }
	.footer__text {
		font-size: 14px; }
	.footer__text--mb-32 {
		margin-bottom: 20px; }
	.footer__logo {
		display: none; }
	.footer__link {
		font-size: 14px; }
	.footer__menu {
		margin: 0 0 30px 0; }
	.footer__copyright-text, .footer__description {
		font-size: 14px; }
	.footer__address {
		font-size: 14px;
		margin-bottom: 25px; } }

.sticky-footer {
	opacity: 0;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: -1;
	transition: all ease 0.3s; }

@media screen and (max-width: 768px) {
	.sticky-footer.active {
		z-index: 9;
		opacity: 1; } }

.sticky-footer .sticky-footer__wrapper {
	text-align: center;
	padding: 15px;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px -2px 20px 0px; }

.sticky-footer .sticky-footer__button {
	background:var(--main-color);
	color:#fff;
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 500;
	justify-content: center;
	padding: 0.875rem 1.25rem;
	width: 100%;
	margin-bottom: 0;
	text-decoration: none;
	border-radius:var(--btn-radius);
}

.rating-block {
	display: flex;
	align-items: center;
	justify-content:center;
	gap: 6px;
}

.rating-block img {
	width: 8rem;
	height: auto;
	border-radius: var(--btn-radius);
	padding: 2px;

}

.star {
	color: var(--star-color);
	font-size: 32px;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.header-btns {
	display:flex;
	align-items: center;
	gap:0px;
}

@media(max-width:768px) {
	.navbar-collapse {
		position: absolute;
		top: -15px;
		width: 91%;
		height: 100vh;
		left: -12px;
		background: #fff;
		text-align: left;
		display: flex;
		justify-content: flex-start !important;
		align-items: flex-start;
		padding:15px;
		box-shadow: 0px 0px 5px 0px #959595;
		z-index:9999;
	}

	.navbar-nav {
		height: 100vh;
	}
}
.wp-block-button__link {
	background: var(--main-color) !important ;
	border-radius:var(--btn-radius) !important; 
	font-weight:400  !important;
	padding:12px 50px !important;
	transition:all ease .3s;
}


.wp-block-button__link:hover {
	background:var(--second-color) !important;


}

.wptww-testimonials-slidelist.design-1 .fa-quote-left, .wptww-testimonials-list.design-1 .fa-quote-left, .wptww-testimonials-slide-widget.design-1 .fa-quote-left {
	color:#000;
}


.wp-block-media-text__media img, .wp-block-media-text__media video, .wp-block-image img {
	border-radius:var(--img-radius) !important;
}

.wptww-testimonials-slidelist.design-3 .wptww-testimonial-inner, .wptww-testimonials-list.design-3 .wptww-testimonial-inner, .wptww-testimonials-slide-widget.design-3 .wptww-testimonial-inner {
	border-radius:var(--img-radius) !important;
}
/*# sourceMappingURL= */
.wptww-testimonials-slidelist .slick-dots li button {
	border: 1px solid #cecece;
	width: 15px !important;
	height: 15px !important;
}
.wptww-testimonials-slidelist .slick-dots li.slick-active button {
	background:var(--main-color) !important ;
}

.wptww-testimonials-slidelist .slick-dots li {

	margin: 0 7px !important;

}



.footer-links-wrapper {
	display:flex;
	flex-direction:column;
	padding: 55px 25px;

}

.footer-links-wrapper a {
	text-decoration:none;
	color:#212529;
}

.footer-links-wrapper a:hover {
	text-decoration:underline;

}



.mobile-phone {
	display:none;
}

@media(max-width:768px) {
	.mobile-phone {
		display:block;
	}

	.mobile-phone__link {
		text-decoration: none;
		color: var(--main-color);
		margin-right: 10px;
		font-size: 18px;
		border-bottom: 1px dashed var(--main-color);
	}
}

.hero-block__btn {
	height:60px;
}