:root {

}

html {
	scroll-padding-top: 100px;
}
html,
body {
	scroll-behavior: smooth;
	margin: 0;
	font-family: 'Roboto Condensed';
	
}

header {
	background-color: #353434;
	padding: 15px 0;
}

h2 {
	font-size: 36px;
}

.section-title {
	margin-bottom: 40px;
}

.row {
	width: 100%;
	margin: 0;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after,
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
	background-color: var(--normal-color) !important;
}

.menu-wrapper.active {
	opacity: 1;
	visibility: visible;
	display: block;
	transform: translateX(0);
}

.hamburger-box {
	z-index: 0;
}

.header-logo-block p {
	font-weight: 400;
	font-size: 10px;
	margin-bottom: 0;
	color: #fff;
	font-family: "Inter";
}

.navbar {

}

#navbar-nav {
	padding-left: 0;
	width: 100%;
	list-style: none;
	margin-bottom: 0;
	display: flex;
	justify-content: space-evenly;
}

.nav-link {
	font-weight: 400;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	position: relative;
}

.nav-link:hover {
	color: #fff;
}


.nav-link:focus {
	color: #fff;
}

.header-address {
	font-weight: 400;
	font-size: 15px;
	color: #fff;
	margin-bottom: 0;
}

.header-phone {
	text-decoration: none;
	font-weight: 400;
	font-size: 20px;
	color: #fff;
	margin-bottom: 8px;
	display: inline-block;
}
.header-contacts-block {
	display: flex;
	align-items: center;
}
.header-social-block a:first-child {
	margin-right: 15px;
}
.header-contacts {
	margin-right: 40px;
	text-align: right;
}
.section {
	padding-top: 80px;
	padding-bottom: 80px;
}

.main-slider h1 {
	font-weight: 700;
	font-size: 50px;
	color: #000;
	margin-bottom: 49px;
	text-shadow: 2px 2px 1px rgba(255, 255, 255, 0.5);
}

.main-slider .item {
	padding-top: 100px;
	padding-left: 100px;
	padding-right: 100px;
	padding-bottom: 42px;
}
.slide-info span {
	font-weight: 700;
	font-size: 28px;
	line-height: 133%;
	color: #333;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}
.slide-info .delimeter {
	font-weight: 700;
	font-size: 24px;
	line-height: 133%;
	margin-left: 15px;
	margin-right: 15px;
	color: #333;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}

.button {
	text-decoration: none;
	border: 1px solid #c00f0c;
	border-radius: 8px;
	padding: 12px;
	color: #fee9e7;
	line-height: 1;
	background: #ec221f;
	display: flex;
	justify-content: center;
	transition: 0.3s ease;
	align-items: center;
}

.button:hover {
	border-color: #951917;
	background-color: #951917;
}

.secondary-button {
	border: 1px solid #757575;
	border-radius: 8px;
	padding: 12px;
	text-decoration: none;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	color: #444;
}

.first-screen .order-btn {
	font-size: 24px;
	line-height: 133%;
	width: 245px;
	margin-top: 64px;
	height: 56px;
}
.slide-addictional-info {
	font-weight: 700;
	font-size: 20px;
	line-height: 160%;
	color: #fff;
	margin-bottom: 0;
	margin-top: 36px;
}

.owl-prev, .owl-next {
	height: 100px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: block !important;
	border: 0px solid black;
}
.owl-nav {
	display: block !important; 
}
.owl-prev {
	left: -29px;
}

.owl-next {
	right: -29px;
}

.owl-dots {
	margin-top: 20px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #ec221f;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
	background: none;
}
.contact-form {
	max-width: 240px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.contact-form .form-group {
	margin-bottom: 26px;
}
.contact-form .button {
	width: 100%;
	line-height: 1;
	height: 40px;
}
.contact-form input {
	border: 1px solid #d9d9d9;
	border-radius: 8px;
	padding: 12px 16px;
	font-size: 16px;
	height: 40px;
	width: 100%;
	background: #fff;
}
.contact-form input::placeholder {
	font-style: italic;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	color: #b3b3b3;
}

.contact-form-section .container-xxl {
	margin-top: 100px;
	padding-top: 74px;
	padding-left: 100px;
	padding-bottom: 43px;
	background-image: url('/images/contact-form-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

.contact-form-section h2 {
	margin-bottom: 100px;
	margin-top: 100px;
	font-weight: 400;
	line-height: 111%;
	color: #333;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}

.contact-form-section .subtitle, .second-contact-form-section .subtitle {
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #000;
}
.features-section {
	margin-top: 90px;
}

.feature-item, .ordering-item {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.feature-item-name, .ordering-item-name {
	font-weight: 400;
	font-size: 20px;
	line-height: 120%;
	color: #333;
}

.feature-item-icon, .ordering-item-icon {
	border-radius: 100px;
	width: 145px;
	height: 145px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #ccc;
	margin-bottom: 24px;
}

.products-section {
	background: #474747;
}
.products-section h2 {
	text-align: center;
	font-weight: 400;
	line-height: 111%;
	color: #fff;
	margin-bottom: 48px;
}
.product-item-card {
	border: 1px solid #d9d9d9;
	border-radius: 8px;
	padding: 16px;
	width: 285px;
	background: #fff;
	margin-left: auto;
	margin-right: auto;
}

.product-name {
	height: 60px;
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	color: #1e1e1e;
}

.product-image {
	margin-bottom: 16px;
	height: 250px;
}
.product-description {
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #757575;
	margin-bottom: 20px;
}

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

.compare-table-section table  th {
	background-color: #e4e9ed;
}

tbody, td, tfoot, th, thead, tr {
	border-color: #ccc;
}

.about-company-text {
	font-weight: 400;
	font-size: 18px;
	line-height: 133%;
	letter-spacing: 0.03em;
	color: #222;
}
.about-company-text p:not(:last-child) {
	margin-bottom: 20px;
}

.about-company-section h3 {
	margin-top: 60px;
	text-align: center;
	margin-bottom: 29px;
	font-weight: 400;
	font-size: 28px;
	line-height: 114%;
	color: #222;
}

.about-company-section ul {
	font-weight: 500;
	font-size: 18px;
	line-height: 161%;
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: 0.01em;
	color: #222;
}

.quality-section {

}

.quality-item {
	padding: 15px 27px;
	border: 1px solid #bababa;
	border-radius: 20px;
	background: #ececec;
	height: 100%;
}

.quality-item-icon {
	margin-bottom: 9px;
}

.quality-item-name {
	font-weight: 500;
	font-size: 22px;
	line-height: 120%;
	text-align: center;
	color: #1e1e1e;
	text-align: center;
	margin-bottom: 19px;
}

.quality-item-text {
	font-weight: 400;
	font-size: 17px;
	line-height: 120%;
	color: #000;
}

.quality-item-text p {
	margin-bottom: 20px;
}

.interesting-section {
	background: #f39200;
}

.review-item-text {
	font-weight: 400;
	font-size: 17px;
	line-height: 100%;
	letter-spacing: 0.03em;
	color: #555;
	margin-bottom: 50px;
}
.review-item {
	margin-bottom: 29px;
}
.review-item-icon {
	text-align: center;
	margin-bottom: 13px;
}

.review-item-name {
	font-style: italic;
	font-weight: 400;
	font-size: 20px;
	line-height: 100%;
	color: #222;
}

.more-link-section {
	background-color: #444444;
}

.more-link-section h2 {
	color: #fff;
}

.more-link-item {
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.more-link-item a {
	display: none;
	font-weight: 400;
	font-size: 30px;
	line-height: 111%;
	text-align: center;
	color: #fff;
	position: absolute;
	left: 25%;
	text-decoration: none;
	top: 50%;
	transform: translateX(-10%) translateY(-50%);
}
.more-link-item:hover::after {
	width: 100%;
	height: 100%;
	content: '';
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.3) url('/images/pointer.svg') 68% 75% no-repeat;
	z-index: 2;
	position: absolute;
}



.more-link-item:hover a {
	display: inline-block !important;
	z-index: 3;
}
.second-contact-form-section h2 {
	font-weight: 400;
	font-size: 32px;
	line-height: 125%;
	text-align: center;
	color: #222;
	margin-bottom: 5px;
}
.second-contact-form-section .form-block .subtitle {
	font-weight: 400;
	font-size: 20px;
	line-height: 120%;
	text-align: center;
	margin-bottom: 50px;
	color: #222;
}
.second-contact-form-section .contact-form {
	margin-left: auto;
	margin-right: auto;
	max-width: 240px;
	width: 100%;
}

footer a {
	color: #d19b06;
	text-decoration: none;
}

footer ul {
	list-style: none;
}

.footer-contacts img {
	filter: invert(1);
}

#offcanvasMenu {
	background-color: #353434;
}

#offcanvasMenu #navbar-nav {
	flex-direction: column;
}

#offcanvasMenu .header-contacts {
	text-align: left;
}

#offcanvasMenu .nav-item {
	margin-bottom: 10px;
}

#offcanvasMenu .nav-link {
	font-size: 20px;
}

#offcanvasMenu .btn-close {
	filter: invert(1);
	opacity: 1;
}



.sending-status {
	display: none;
	padding: 5px;
	border-radius: 5px;
	background: #fff;
	text-align: center;
}
.sending-status.success {
	color: #0bb736;
}

.sending-status.error {
	color: #ec221f;
}

.privacy-text {
	font-size: 13px;
	text-align: center;
}

.mobile-phone-btn {
	width: 50px;
	height: 50px;
	position: fixed;
	background: #28d231 url(/images/phone_white.svg) center center no-repeat;
	background-repeat: no-repeat;
	background-size: 30px 30px;
	border-radius: 50%;
	bottom: 40px;
	right: 25px;
	z-index: 99999;
}

.telephone__btn_uptop {
	z-index: 999;
	position: fixed;
	right: 83%;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 90%;
	background: #944340;
	border-radius: 50%;
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 30%);
}
.telephone__btn_uptop.hide {
	display: none;
}
.telephone__btn_uptop svg {
	color: white;
}

.main-slider h1 {
	color: #fff;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
}

.main-slider .slide-info span {
	color: #fff;
}

.review-item-card {
	box-shadow: 0 4px 4px 2px rgba(0, 0, 0, 0.25);
	background: #fff;
	border-radius: 13px;
	padding: 20px;
	width: 100%;
}
.review-item__author-image {
	width: 45px;
	height: 45px;
}
.reviews-slider .item {
	padding: 10px;
}

.reviews-slider .owl-prev, .reviews-slider .owl-next {
	filter: invert(1);
}
.review-item__author-image img {
	border-radius: 50%;
}

.review-item__author-name {
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	color: #222;
}

.review-item__author-date {
	font-weight: 400;
	font-size: 15px;
	line-height: 100%;
	color: #8d8a8a;
}
.review-item__author-date a {
	font-weight: 400;
	font-size: 15px;
	line-height: 100%;
	color: #0082ec;
	text-decoration: none;
}

.review-text {
	margin-top: 15px;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	color: #555;
}

.reviews-slider .owl-stage {
	display: flex;
	align-items: center;
}

.header-social-block img[alt="WhatsApp"] {
	filter: brightness(0) saturate(100%) invert(93%) sepia(8%) saturate(4338%) hue-rotate(59deg) brightness(87%) contrast(77%);
}

.header-social-block img[alt="Telegram"] {
	filter: brightness(0) saturate(100%) invert(57%) sepia(37%) saturate(2166%) hue-rotate(169deg) brightness(92%) contrast(90%);
}