/*** GENERAL ***/
:root {
	--corporate-color-1: #fcae47;
	--corporate-color-hover-1: #f3a33a;
	--corporate-color-active-1: #f3a33a;
	--corporate-color-2: #fcae47;
	--dark-color: #4b4b4b;
	--light-color: #e1e1e1;
	--section-padding: 60px;
	--section-margin-bottom: clamp(1.875rem, 1.193rem + 3.41vw, 3.75rem);
	--section-font-size: clamp(2.25rem, 1.607rem + 2.86vw, 3.75rem);
	--border-radius: 10px;
}

hr {
	margin: 0;
}

ol,
ul.ul-list {
	font-family: Gilroy;
	font-weight: 300;
	font-size: 20px;
	line-height: 135%;
	color: #323232;
	margin-bottom: 30px;
}

ul.ul-list {
	list-style: none;
}

ul.ul-list li {
	position: relative;
}

ul.ul-list li::before {
	content: '•';
	font-size: 16px;
	position: absolute;
	left: -20px;
	top: 0;
}

h3.list-title {
	font-family: HelveticaNeue;
	font-weight: 700;
	margin-bottom: 30px;
	font-size: 24px;
	color: #323232;
}

p strong {
	font-family: Gilroy;
	font-weight: 500;
	font-size: 20px;
	line-height: 135%;
	color: #323232;
}

.woocommerce-product-details__short-description p strong {
	font-size: 24px;
}

@media (max-width: 768px) {
	.woocommerce-product-details__short-description p strong {
		font-size: 20px;
	}
}

.section.bg-light,
.bg-light {
	background-color: #f5f5f5;
}

body {
	overflow-x: hidden;
}

body.modal-open {
	padding-right: 0 !important;
}

h1 {
	font-family: HelveticaNeue;
	font-weight: 900;
	color: white;
	font-size: 48px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 25px;
}

@media (max-width: 575.98px) {
	h1 {
		font-size: 28px;
	}
}

h2 {
	font-family: Roboto;
	font-weight: 700;
	color: var(--dark-color);
	margin-bottom: 0;
	line-height: 1;
	font-size: clamp(2.25rem, 1.607rem + 2.86vw, 3.75rem);
}

h3 {
	font-family: HelveticaNeue;
	font-weight: 700;
	font-size: 20px;
	color: var(--dark-color);
}

p {
	font-family: Gilroy;
	font-weight: 300;
	color: #323232;
	font-size: 20px;
	line-height: 135%;
}

a {
	color: var(--corporate-color-1);
}

a:hover {
	color: var(--corporate-color-hover-1);
}

.quiz-section h3 {
	font-size: 20px;
}

.ico-button {
	opacity: 100%;
	transition: 0.25s;
	text-decoration: none;
}

.ico-button:hover {
	opacity: 75%;
}

.scroll-points {
	position: relative;
	top: -65px;
}

.home-description {
	font-family: HelveticaNeueCyr;
	font-weight: 400;
	color: white;
	font-size: 24px;
}

@media (max-width: 991.98px) {
	.home-description {
		font-size: 18px;
	}

	.home-download {
		display: flex;
		width: max-content;
		padding: 13px 35px;
		margin: 0 auto;
	}

	.description_about {
		padding-block: 60px;
	}
}

.section {
	padding-block: var(--section-padding);
	background-color: #ffffff;
}

.section-title {
	margin-bottom: var(--section-margin-bottom);
}

.section-description {
	font-family: HelveticaNeueCyr;
	font-weight: 300;
	font-size: 20px;
}

/*** BREADCRUMBS ***/
.breadcrumbs {
	font-family: Gilroy;
	font-weight: 300;
	color: var(--default-color);
	font-size: 16px;
	padding-bottom: 15px;
}

.breadcrumbs img {
	position: relative;
	bottom: 3px;
	transition: 0.25s;
}

.breadcrumbs a {
	color: var(--default-color);
	text-decoration: none;
}

/*** CHECKBOX ***/
.form-check-input:checked {
	background-color: var(--corporate-color-1);
	border-color: var(--corporate-color-1);
}

.form-check-input:focus {
	border-color: var(--corporate-color-1);
	box-shadow: 0 0 0 0.25rem rgba(255, 81, 71, 0.25);
}

@media (max-width: 991.98px) {
	.form-check {
		width: 47.5%;
		margin-right: 0;
		line-height: 18px;
	}
}

.navbar-light .navbar-nav .nav-link {
	color: #c8c8c8;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
	color: #c8c8c8;
}

.header-nav-bottom a.nav-link {
    text-wrap: nowrap;
}

.header-nav-bottom a.nav-link:hover,
.header-nav-bottom a.nav-link:focus {
	color: var(--corporate-color-1) !important;
}

.navbar-light .navbar-nav .nav-link.active {
	color: var(--corporate-color-1);
}

/*** CAROUSEL ***/
.carousel-item.active {
	cursor: default;
}

.carousel-control-prev-icon {
	width: 40px;
	height: 40px;
	background: url(../img/ico/arrow-left.svg);
}

.carousel-control-next-icon {
	width: 40px;
	height: 40px;
	background: url(../img/ico/arrow-right.svg);
}

.magnifying-glass {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
	opacity: 0;
	transition: 0.3s;
}

.carousel-item:has(.magnifying-glass) {
	cursor: pointer;
}

.carousel-inner:hover .magnifying-glass {
	opacity: 1;
}

/*** BUTTONS ***/
.btn {
	padding: 35px 70px;
	line-height: 1;
}

.review-text p,
.btn-link.btn-link-review {
	font-family: Roboto;
	font-weight: 300;
	font-size: 18px;
	color: #4b4b4b;
	line-height: normal;
}

.btn-link.btn-link-review {
	font-weight: 600;
}

.btn-corporate-color-1 {
	color: #ffffff;
	background-color: var(--corporate-color-1);
	border-color: var(--corporate-color-1);
	font-family: HelveticaNeue;
	font-weight: 900;
	font-size: 24px;
}

@media (max-width: 768px) {
	.btn-corporate-color-1 {
		padding: 13px 35px;
		font-weight: 700;
		font-size: 16px;
	}
}

.btn-corporate-color-1:hover {
	color: #ffffff;
	background-color: var(--corporate-color-hover-1);
	border-color: var(--corporate-color-hover-1);
}

.btn-corporate-color-1:active {
	color: #ffffff !important;
	background-color: var(--corporate-color-active-1) !important;
	border-color: var(--corporate-color-active-1) !important;
}

.btn-corporate-color-1:focus {
	box-shadow: 0 0 1px 3px rgba(220, 53, 69, 0.5);
}

.btn-corporate-color-outline-1 {
	color: #25674a;
	background-color: none;
	border-color: #25674a;
	border-radius: 20px;
	font-size: 16px;
}

.btn-corporate-color-outline-1:hover {
	color: #fff;
	background-color: #25674a;
	border-color: #25674a;
	opacity: 0.9;
	box-shadow: 0 0 12px 3px white;
}

.btn-corporate-color-outline-1:active {
	color: #fff;
	background-color: #25674a;
	border-color: #25674a;
	opacity: 0.8;
	box-shadow: 0 0 12px 3px white;
}

.btn-corporate-color-outline-1:focus {
	box-shadow: 0 0 1px 3px rgba(255, 82, 0, 0.5);
}

.magnifier {
	transition: 0.35s;
	opacity: 0;
	position: absolute;
	background: url(../img/ico/magnifying-glass.svg) no-repeat center;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.magnifier:hover {
	cursor: pointer;
	opacity: 1;
}

#section-gifts .magnifier {
	background: url(../img/ico/magnifying-glass-white.svg) no-repeat center;
}

/* HEADER */
.header-padding-top {
	padding-top: 150px;
}

.header-nav-top {
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.header-nav-top a.nav-link {
	font-family: Gilroy;
	font-weight: 400;
	font-size: 14px;
	color: #c8c8c8;
}

.header-nav-top a.top-menu-tel.nav-link {
	font-family: HelveticaNeue;
	font-weight: 700;
	font-size: 18px;
	text-decoration: none;
	transition: all 0.3s;
	text-wrap: nowrap;
}

.navbar-light .navbar-nav button.nav-link,
.header-nav-top button.top-menu-tel.nav-link,
.header-nav-top a.top-menu-tel.nav-link {
	transition: all 0.3s;
	text-align: start;
}

.navbar-light .navbar-nav button.nav-link:hover,
.header-nav-top button.top-menu-tel.nav-link:hover,
.header-nav-top a.top-menu-tel.nav-link:hover {
	opacity: 75%;
}

@media (max-width: 992px) {
	.navbar-light .navbar-nav button.nav-link:hover {
		color: var(--corporate-color-1) !important;
		opacity: 1;
	}
	.navbar-light .navbar-nav button.nav-link {
		font-family: Gilroy;
		font-size: 20px;
		text-transform: uppercase;
		font-weight: 500;
	}
}

.nav-li-float-left {
	width: 24px;
	float: left;
	margin: auto;
	margin-right: 10px;
	text-align: center;
}

.nav-li-float-right {
	width: calc(100% - 24px);
	float: right;
	margin: auto;
	line-height: 16px;
}

.header-nav-bottom a.nav-link.dropdown-toggle,
.header-nav-bottom a.nav-link {
	font-family: Gilroy;
	font-weight: 800;
	font-size: 38px;
	color: #c8c8c8;
	text-transform: uppercase;
}

@media (max-width: 1400px) {
	.header-nav-bottom a.nav-link.dropdown-toggle,
	.header-nav-bottom a.nav-link {
		font-size: 30px;
	}
}

@media (max-width: 1200px) {
	.header-nav-bottom a.nav-link.dropdown-toggle,
	.header-nav-bottom a.nav-link {
		font-size: 20px;
	}
}

.contacts-section-4 .d-xl-inline,
.header-nav-bottom .d-xl-inline {
	align-self: center;
}

.header-nav-bottom a.nav-link:hover,
.header-nav-bottom a.nav-link.active {
	color: var(--corporate-color-1);
}

.dropdown-item {
	font-family: Gilroy;
	font-weight: 500;
	font-size: 14px;
	color: var(--dark-color);
	text-transform: uppercase;
}

.dropdown-toggle::after {
	background-image: url(../img/ico/accordion-arrow.svg);
	background-position: bottom;
	vertical-align: 0;
	margin-left: 14px;
	background-size: 10px;
	width: 10px;
	height: 10px;
	background-repeat: no-repeat;
	border: none;
}

.dropdown-item.active,
.dropdown-item:active {
	color: var(--corporate-color-1);
	text-decoration: none;
	background-color: white;
}

/*** MENU ***/
.site-menu a {
	font-size: 1rem !important;
	font-weight: 400;
}

.site-menu .has-children > a {
	font-size: 1rem !important;
	font-weight: 400;
}

.site-navbar-wrap a {
	color: var(--dark-color);
}

#main-menu .nav-item,
#navbarSupportedContent2 .nav-item,
#navbarSupportedContent3 .nav-item {
	font-family: Gilroy;
	font-weight: 500;
	font-size: 14px;
}

#main-menu .nav-link,
#navbarSupportedContent2 .nav-link {
	color: #4b4b4b;
}

#main-menu,
#navbarSupportedContent2,
#navbarSupportedContent3 {
	text-transform: uppercase;
}

#top-menu-2 {
	position: absolute;
	width: 100%;
	z-index: 999;
	top: 57px;
}

@media (max-width: 991.98px) {
	#top-menu-2 {
		position: fixed;
		width: 100%;
		z-index: 999;
		top: 0px;
	}
}

#header-2-bottom {
	position: absolute;
	width: 100%;
	z-index: 999;
	top: 57px;
}

@media (max-width: 575.98px) {
	#header-2-bottom {
		position: fixed;
		top: 0;
	}
}

#sliding-header {
	width: 100%;
	background: #ffffff;
	transition: 0.5s;
	position: fixed;
	top: -150px;
	z-index: 999;
}

#sliding-header .navbar-brand img {
	max-width: 200px;
}

.top-menu-tel {
	font-family: HelveticaNeue;
	font-weight: 700;
	font-size: 18px;
	text-decoration: none;
	color: var(--default-color);
}

a.navbar-brand {
	margin-right: 0;
	width: max-content;
}

@media (max-width: 575.98px) {
	.navbar-brand img {
		height: 40px;
	}
}

#sliding-header a.nav-link {
	color: var(--dark-color);
	font-weight: 500;
}

#sliding-header a.nav-link:hover,
#sliding-header a.nav-link.active {
	color: var(--corporate-color-1);
}

.dropdown-menu {
	--bs-dropdown-min-width: 11rem;
}

@media (max-width: 991.98px) {
	#sliding-header {
		top: 0px;
		transition: 0;
	}
	#sliding-header .navbar-brand img {
		max-width: 105px;
	}

	.nav-item .dropdown .dropdown-toggle .dropdown-menu {
		margin-left: 0px;
	}
}

/*** HOME ***/
.main-home-section {
	min-height: 771px;
}

.video-section.min-home {
	min-height: 600px;
}

.home-subtitle {
	font-family: HelveticaNeueCyr;
	font-weight: 500;
	font-size: 40px;
	color: #fff;
}

@media (max-width: 991.98px) {
	.home-subtitle {
		font-size: 22px;
		line-height: 25px;
	}
}

.parallax-home-section {
	min-height: 771px;
	width: 100%;
	position: fixed;
	background: url(../img/home.jpg) no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	z-index: -1;
}

/*** ABOUT SECTION ***/
.about-section .single-product-img {
	width: 100%;
	/* height: 450px; */
	position: relative;
	overflow: hidden;
}

@media (max-width: 991.98px) {
	.about-section .single-product-img {
		width: 100%;
		height: auto;
	}
}

.about-section .single-product-img img {
	width: 100%;
	/* height: 100%; */
	transition: 0.3s all ease;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	o-object-fit: cover;
	object-fit: cover;
	object-position: cover;
}

@media (max-width: 991.98px) {
	.about-section .single-product-img img {
		o-object-fit: contain;
		object-fit: contain;
		object-position: contain;
	}
}

.about-section .approximation {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

@media (max-width: 576px) {
	#section-gifts .glide__slide,
	.about-section .approximation {
		max-height: 344px;
	}
}

.about-section .approximation img {
	width: 100%;
	max-height: 344px;
	/* height: 100%; */
	transition: 0.3s all ease;
	transform: scale(1);
	object-fit: cover;
	object-position: center;
}

.modal_box_paint {
	display: flex;
	width: 636px;
	height: 424px;
	border-radius: 10px;
	align-items: center;
	overflow: hidden;
}

.description_about:has(p.text-start) {
	padding-left: 20px;
	padding-right: 0;
	margin-bottom: 0;
}

.description_about p {
	line-height: 27px;
}

#aboutSectionGalleryWrapper {
	background: rgba(0, 0, 0, 0.85);
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;
}

/*** ABOUT CUCINA SECTION ***/
.about-section,
.portfolio-cucina {
	padding-block: 60px;
}

.description-block:not(:last-child) {
	margin-bottom: 70px;
}

.description-block p {
	font-family: Gilroy;
	font-weight: 300;
}

#aboutSectionGallery1Wrapper,
#aboutSectionGallery2Wrapper {
	background: rgba(0, 0, 0, 0.85);
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;
}

/*** PORTFOLIO SECTIONS ***/
.post-entry,
.project-entry {
	overflow: hidden;
	position: relative;
	display: block;
}

.project-entry a {
	text-decoration: none;
}

.post-entry .figure,
.project-entry .figure {
	overflow: hidden;
	margin-bottom: 20px;
}

.post-entry h3,
.project-entry h3,
.woocommerce-loop-category__title,
.h3 {
	font-size: 18px;
	line-height: 1.3;
	color: var(--default-color);
}

.post-entry h3 a,
.project-entry h3 a {
	color: #000;
}

.post-entry img,
.project-entry img {
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.post-entry:hover img,
.project-entry:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.figure {
	display: inline-block;
}

.figure img {
	max-width: 100%;
	height: auto;
}

.portfolio-section-img {
	width: 100%;
	height: 450px;
	position: relative;
	overflow: hidden;
}

.portfolio-section-img img {
	width: 100%;
	height: 100%;
	transition: 0.3s all ease;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	o-object-fit: cover;
	object-fit: cover;
	object-position: cover;
}

/*** SECTION PORTFOLIO ***/
.section-portfolio .project-container-2:hover {
	cursor: pointer;
}

#myTab .nav-link {
	font-family: Gilroy;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	color: #4b4b4b;
	display: flex;
}

#myTab .nav-item:has(span) {
	padding-bottom: 2px;
}

#myTab .nav-link.active,
#myTab .nav-link:hover {
	color: #dc3545;
	cursor: pointer;
}

.section-portfolio .card-wrapper div {
	font-family: HelveticaNeue;
	font-weight: 700;
	font-size: 24px;
	color: #e1e1e1;
	bottom: 25px;
	left: 30px;
	z-index: 20;
}

.section-portfolio .project-container-2 {
	position: relative;
	max-width: 516px;
	aspect-ratio: 1.5;
}

.section-portfolio .project-container-2:after {
	border-radius: 0.375rem;
}

#portfolioGalleryWrapper {
	background: rgba(0, 0, 0, 0.85);
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;
}

/*** PORTFOLIO CUCINA SECTION ***/
.portfolio-cucina .card-wrapper div {
	font-family: HelveticaNeue;
	font-weight: 700;
	font-size: 24px;
	color: #e1e1e1;
	bottom: 25px;
	left: 30px;
}

.portfolio-cucina .project-container-2 {
	position: relative;
	height: 277px;
}

.portfolio-cucina .project-container-2:after {
	border-radius: 0.375rem;
}

.project-container-2 .project-container-2-footer {
	color: #fff;
}

/*** ABOUT CUCINA ***/
.about-cucina .approximation {
	height: 450px;
}

/** ADVANTAGE SECTION **/
.advantage-title {
	font-family: Gilroy;
	font-weight: 300;
	font-size: 20px;
	line-height: 135%;
	color: #323232;
	margin-bottom: 0;
}

p.advantages {
	font-size: 20px;
}

/*** GRADIENT ORDER SECTION ***/
.gradient-order-section {
	background-position: center;
	background-size: cover;
	padding-top: 120px;
	padding-bottom: 120px;
}

@media (max-width: 991.98px) {
	.gradient-order-section {
		background-position: 0px 50px;
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

/** ORDER LEFT GRADIENT SECTION **/
.order-left-gradient-section {
	background-image: url(../img/gradient-order-section-bg.jpg);
	background-color: #323232;
	background-position: right;
	background-size: cover;
}

@media (max-width: 1440px) and (min-width: 992px) {
	.order-left-gradient-section {
		padding: 30px;
	}

	.order-left-gradient-section .section-decor {
		padding-block: 20px;
		max-height: 100px;
	}

	.order-left-gradient-section .order-description {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.order-left-gradient-section h2 {
		font-size: 32px;
	}

	.order-left-gradient-section .btn-corporate-color-1 {
		padding: 24px;
	}
}

@media (max-width: 991.98px) {
	.order-left-gradient-section {
		background-image: none;
		padding-bottom: 0;
	}
}

/* MANUFACTURE SECTION */
.manufacture-section-img {
	width: 100%;
	height: 450px;
	position: relative;
	overflow: hidden;
}

.manufacture-section-img img {
	width: 100%;
	height: 100%;
	transition: 0.3s all ease;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	o-object-fit: cover;
	object-fit: cover;
	object-position: cover;
}

/*** QUESTIONS SECTION ***/
.accordion-item {
	border: 1px solid #d7d7d7;
	border-radius: 5px;
	background: #f8f9fa;
}

.accordion-item:not(:first-of-type) {
	border-top: 1px solid #d7d7d7;
}

.accordion-button {
	color: var(--dark-color) !important;
	font-family: HelveticaNeue;
	font-weight: 700;
	font-size: 20px;
	background-color: #f8f9fa;
	border-radius: 5px;
}

.accordion-button:not(.collapsed) {
	background-color: #f8f9fa;
	box-shadow: none;
	border-radius: 5px;
}

.accordion-button:focus {
	z-index: 3;
	outline: 0;
	border-color: transparent;
	border-radius: 5px;
	box-shadow: none;
}

.accordion-body {
	font-family: Gilroy;
	font-weight: 300;
	color: #323232;
	font-size: 20px;
	padding: 1rem 1.25rem;
	padding-top: 0px;
	margin-bottom: 0.5rem;
	line-height: 145%;
}

.accordion-button::after,
.accordion-button:not(.collapsed)::after {
	background-image: url(../img/ico/accordion-arrow.svg);
	background-position: center;
	border-radius: 5px;
}

/*** ARCHIVE PRODUCT ***/
.form-check-label:hover,
.cat-item a:hover,
.woocommerce-widget-layered-nav-list__item.wc-layered-nav-term a:hover,
.cat-item.current-cat a,
.cat-item.current-cat span {
	color: var(--corporate-color-1);
}

h6,
.widget-title {
	font-family: HelveticaNeueCyr;
	font-weight: 700;
	color: #4b4b4b;
	font-size: 14px;
	margin-bottom: 5px;
	display: block;
	text-transform: uppercase;
}

.form-check-label {
	font-family: HelveticaNeueCyr;
	font-weight: 300;
	color: #323232;
	font-size: 14px;
	margin-bottom: 0;
	text-decoration: none;
	text-transform: uppercase;
}

.category {
	display: block;
	text-decoration: none;
	color: #323232;
	line-height: 33px;
	font-weight: 500;
	cursor: pointer;
}

.category.active {
	color: var(--corporate-color-1);
}

.category span {
	font-weight: normal;
}

.category_check {
	display: none;
}

.category_check:checked + span {
	background-color: var(--corporate-color-1);
}

.custom-checkbox {
	display: flex;
	position: relative;
	width: 16px;
	height: 16px;
	padding: 2px;
	border: 1px solid #d9d9d9;
	background-color: transparent;
	cursor: pointer;
	margin-right: 5px;
}

.custom-checkbox span {
	display: inline-block;
	width: 100%;
	height: 100%;
	background-color: transparent;
}

.pages {
	width: 100%;
	height: auto;
}

.pages_box {
	display: flex;
	width: 100%;
	justify-content: center;
}

.page-link {
	padding: 5px 15px;
	background-color: #fff;
	border: 1px solid var(--corporate-color-1);
	font-size: 18px;
	font-family: HelveticaNeueCyr;
	font-weight: 300;
	color: var(--corporate-color-1);
	border-color: rgba(255, 81, 71, 0.125);
	background-color: rgba(255, 82, 0, 0);
}

.page-link.active {
	background-color: var(--corporate-color-1);
}

.page-link:focus,
.page-link:hover,
.pagination .page-link.current {
	color: var(--corporate-color-1);
	border-color: rgba(255, 81, 71, 0.125);
	background-color: rgba(255, 81, 71, 0.125);
	box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.mobile-wrap {
	flex-wrap: nowrap;
}

.mobile-width {
	width: 80%;
	flex-wrap: wrap;
}

.mobile-text {
	display: none;
}

.text-end-product {
	text-align: left;
}

.pc-sell {
	position: absolute;
	bottom: 0;
}

.pc-btn-more {
	display: none;
}

.action-box {
	position: relative;
}

.blue_circle {
	position: absolute;
	bottom: -150px;
	left: -200px;
	width: 416px;
	height: 277px;
	border-radius: 50%;
	background-color: var(--corporate-color-1);
	z-index: 1;
}

.blue_circle h4 {
	color: #fff;
	position: absolute;
	right: 60px;
	top: 40px;
}

.archive-product-page.active {
	border: 1px solid var(--corporate-color-1);
}

.archive-product-section .project-container-2 .project-container-2-footer {
	height: 100%;
}

/*** ARCHIVE PORTFOLIO SECTION ***/
.archive-portfolio-section .section-description {
	font-family: Gilroy;
	font-weight: 300;
	font-size: 20px;
}

.archive-portfolio-section span img {
	padding-bottom: 2px;
}

.archive-portfolio-section h3 {
	font-family: HelveticaNeue;
	font-weight: 700;
	font-size: 20px;
	color: var(--light-color);
	margin: 0 30px;
	margin-bottom: 24px;
}

.archive-portfolio-section .approximation {
	position: relative;
	width: 100%;
	overflow: hidden;
	max-height: 424px;
	border-radius: 10px;
}

.archive-portfolio-section-2 .approximation.approximation-project {
	height: auto;
}

.archive-product-section .project-container-2 {
	width: 100%;
	max-height: 424px;
	background-size: cover;
	background-position: center;
	position: relative;
}

.archive-product-section .project-container-2 img {
	border-radius: 0.375rem;
}

.project-container-2 .project-container-2-footer {
	position: absolute;
	z-index: 1;
	max-height: 424px;
	left: 0px;
	right: 0px;
	padding: 0px;
}

.project-container-2:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
	opacity: 1;
	transition: 0.25s;
	border-radius: 0.375rem;
}

.project-container-2:hover {
	cursor: pointer;
}

.project-container-2:hover:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
	opacity: 0;
	transition: 0.25s;
}

.services {
	border-radius: 10px;
	width: 626px;
	height: 424px;
}

.card-wrapper {
	position: relative;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1;
}

.nav-scroller {
	position: relative;
	z-index: 2;
	height: 2.75rem;
	overflow-y: hidden;
}

.nav-scroller .nav {
	display: flex;
	flex-wrap: nowrap;
	padding-bottom: 1rem;
	margin-top: -1px;
	overflow-x: auto;
	text-align: center;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

.nav-mobile .nav-item,
.nav-mobile .nav-item .nav-link {
	width: 100%;
	line-height: 1;
	font-size: 32px;
	text-align: center;
}

.archive-portfolio-section-2 .nav-item a,
.archive-portfolio-section-2 .nav-item button {
	color: #000000;
	opacity: 0.75;
	transition: 0.25s;
	font-family: Gilroy;
	font-weight: 500;
	font-size: 14px;
}

.archive-portfolio-section-2 .nav-item a:hover,
.archive-portfolio-section-2 .nav-item button:hover {
	color: var(--corporate-color-1);
}

.archive-portfolio-section-2 .nav-item a.active,
.archive-portfolio-section-2 .nav-item button.active {
	color: var(--corporate-color-1);
}

.archive-portfolio-section-2 .card-portfolio {
	position: absolute;
	width: 94%;
	left: 30px;
	bottom: 18px;
}

.archive-portfolio-section-2 .card-portfolio h3 {
	color: #fff;
}

.archive-portfolio-section-2 .project-container-2 {
	width: 100%;
	background-size: cover;
	background-position: center;
	position: relative;
}

.archive-portfolio-section-2 .approximation {
	overflow: hidden;
	height: 424px;
}

/*** ARCHIVE PRODUCT CAT SECTION ***/
.archive-product-cat-section h3 {
	font-family: HelveticaNeue;
	font-weight: 700;
	font-size: 20px;
	color: var(--light-color);
	margin: 0 30px;
	margin-bottom: 24px;
	position: absolute;
	bottom: 0;
	width: 100%;
}

/*** SINGLE PRODUCT SECTION ***/
.single-product-img {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.single-product-img img {
	width: 100%;
	/* height: 100%; */
	transition: 0.3s all ease;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	o-object-fit: cover;
	object-fit: cover;
	object-position: cover;
}

.single-calculate {
	font-family: Gilroy;
	font-weight: 500;
	line-height: 25px;
}

.single-calculate-light {
	font-family: Gilroy;
	font-weight: 300;
	line-height: 25px;
}

.single-calculate-red {
	font-family: HelveticaNeue;
	font-weight: 700;
	color: var(--corporate-color-1);
}

.single-calculate-text {
	font-family: Gilroy;
	font-weight: 400;
	line-height: 25px;
}

/*** SINGLE PRODUCT PORTFOLIO SECTION ***/
.single-product-portfolio-section {
	padding-top: 80px;
}

@media (max-width: 991.98px) {
	.single-product-portfolio-section {
		padding-top: 50px;
	}
}

.product_info {
	padding-right: 0;
}

.product_info p {
	font-family: HelveticaNeueCyr;
	font-weight: 300;
	margin-bottom: 10px;
	padding-bottom: 0;
	line-height: 30px;
}

.section-about .product_title {
	font-size: 24px;
}

.single-portfolio-btn {
	background-color: var(--corporate-color-1);
	font-family: HelveticaNeueCyr;
	font-weight: 700;
	padding: 13px 36px;
	border-radius: 5px;
}

/*** CONTACTS SECTION ***/
.contacts-section li {
	padding-left: none;
	margin-bottom: 8px;
	color: #f5f5f5;
	font-family: HelveticaNeueCyr;
	font-weight: 400;
	font-size: 16px;
}

/*** CONTACTS SECTION 4 ***/
.contacts-section-4 {
	background: url(../img/footer-bg.jpg) center;
	background-size: cover;
}

@media (max-width: 575.98px) {
	.contacts-section-4 {
		background: url(../img/footer-bg.jpg) 35% 50%;
		background-size: cover;
	}
}

.contacts-section-4 .nav-link,
.contacts-section-4 .left-col-footer-menu .nav-link,
.contacts-section-4 .right-col-footer-menu .nav-link {
	font-family: Gilroy;
	font-weight: 800;
	font-size: 38px;
	color: #c8c8c8;
	text-transform: uppercase;
	transition: 0.25s;
}

@media (max-width: 1400px) {
	.contacts-section-4 .nav-link,
	.contacts-section-4 .left-col-footer-menu .nav-link,
	.contacts-section-4 .right-col-footer-menu .nav-link {
		font-size: 30px;
	}
}

.contacts-section-4 .d-xl-inline .nav-link {
	padding: 0;
}

.contacts-section-4 .nav-link:hover,
.contacts-section-4 .nav-link.active {
	color: var(--corporate-color-1);
}

.contacts-section-4 .nav-link span {
	font-family: HelveticaNeueCyr;
	font-weight: 300;
	text-transform: none;
	color: #c8c8c8;
	transition: 0.25s;
	opacity: 1;
}

.contacts-section-4 .nav-li-float-left {
	width: 24px;
	float: left;
	margin: auto;
	margin-right: 10px;
	text-align: center;
}

.contacts-section-4 .nav-li-float-right {
	width: calc(100% - 24px);
	float: right;
	margin: auto;
	line-height: 18px;
}

.contacts-section-4 .nav-li-float-right:hover {
	opacity: 0.85;
}

.contacts-section-4 .contacts-phone {
	font-family: HelveticaNeue;
	font-weight: 700;
	font-size: 18px;
	color: #c8c8c8;
	text-decoration: none;
	transition: 0.25s;
}

.contacts-section-4 .contacts-phone:hover {
	opacity: 0.85;
}

.contacts-section-4 .dropdown-toggle::after {
	background-image: url(../img/ico/chevron-down.svg);
	background-position: bottom;
	vertical-align: 0;
	margin-left: 14px;
	background-size: 10px;
	width: 10px;
	height: 10px;
	background-repeat: no-repeat;
	border: none;
}

.footer_item img {
	padding-bottom: 4px;
}

.contact_background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 540px;
	background: url(../img/contact.png);
	background-position: center;
}

.contact-info {
	max-width: none;
	flex: 0 0 20%;
	padding-left: 0;
	padding-right: 0;
}

.contact-box-info span {
	line-height: 20px;
}

/*** FOOTER ***/
footer {
	border-top: 1px solid rgba(150, 150, 150, 0.5);
	text-align: center;
	color: #f5f5f5;
	padding-top: 15px;
	padding-bottom: 15px;
}

#company-in-footer {
	font-family: Gilroy;
	font-weight: 500;
	font-size: 16px;
}

#im-in-footer {
	font-family: Gilroy;
	font-weight: 300;
	font-size: 14px;
}

#map2 {
	height: 600px;
}

#map2 .ymaps-2-1-79-map {
	height: 600px !important;
}

.onsale {
	display: none;
}

#background-msg {
	background: black;
	z-index: 9999;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0.9;
	cursor: pointer;
}

#message {
	z-index: 9999;
	max-width: 450px;
	position: fixed;
	top: 45%;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 130%;
	color: white;
	margin: auto;
}

.home-video-section video {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: -160px;
	z-index: -2;
	overflow: hidden;
}

@media (max-width: 1399.98px) {
	.max-width-1400 {
		max-width: 77px;
	}

	.home-video-section video {
		width: 100%;
		height: 100%;
		top: -160px;
	}

	.home-section-video {
		height: 540px;
	}
}

@media (max-width: 991.98px) {
	.home-video-section video {
		width: auto;
		height: 100%;
		top: 0;
	}

	#top-menu-3 {
		position: fixed;
		width: 100%;
		z-index: 999;
		top: 0px;
		background-color: #fff;
	}

	#navbarSupportedContent5 .nav-link {
		color: #4b4b4b;
	}

	.top-menu-tel {
		color: #4b4b4b;
	}
}

.home-title {
	font-family: Gilroy;
	font-weight: 800;
}

@media (max-width: 575.98px) {
	.header-padding-top {
		padding-top: 100px;
	}

	#header-slider .container > .row {
		min-height: 600px;
	}

	#header-slider .align-items-center img,
	#header-catalogy .align-items-center img {
		max-width: 58px;
	}

	.home-section_main {
		padding-top: 90px;
		padding-bottom: 50px;
	}

	.home-video-section video {
		width: auto;
		height: 100%;
		left: -120%;
	}

	.home-video-section .col {
		padding-top: 175px;
		padding-bottom: 85px;
	}

	.home-title {
		font-family: Gilroy;
		font-weight: 800;
		font-size: 24px;
	}

	.logo-cucina img {
		width: 90%;
	}

	.price {
		font-size: 24px;
	}

	.order-section img {
		display: none;
	}

	.product-cat-title {
		font-family: HelveticaNeueCyr;
		font-weight: 300;
		font-size: 16px;
	}

	.product-cat-title span {
		line-height: 10px;
	}

	.advantages ul {
		padding-left: 0;
	}

	.footer-menu .navbar-brand img {
		height: 50px;
	}

	.carousel-item {
		height: auto;
	}

	#carouselExampleIndicators2 .carousel-item {
		text-align: center;
		height: 520px;
		line-height: 270px;
	}

	#carouselExampleIndicators2 .carousel-item img {
		vertical-align: middle;
	}

	.manufacture-section-img {
		width: 100%;
		height: 270px;
	}

	.manufacture-section-img img {
		o-object-fit: cover;
		object-fit: cover;
		object-position: cover;
		height: 250px;
	}

	.breadcrumbs_box {
		margin-top: 30px;
	}
}

@media (max-width: 360px) {
	.carousel-item-2 img {
		height: auto;
		max-width: 75vw;
		max-height: 75vw;
	}

	.carousel-inner {
		width: 100%;
	}

	.services {
		width: 100%;
	}

	.single_img,
	.single_img_slide {
		width: 336px;
		height: 224px;
	}

	.site-wrap {
		height: auto;
	}

	.mobile-none {
		display: none;
	}

	.mobile-wrap {
		flex-wrap: wrap;
	}

	.pages {
		display: none;
	}

	.mobile-width {
		padding-right: 0;
		width: 100%;
	}

	.mobile-text {
		display: block;
	}

	.header-text {
		text-align: left !important;
	}

	.project-container-2 .project-container-2-footer {
		color: #fff;
		height: auto;
	}

	.text-end-product {
		text-align: right !important;
	}

	.pc-sell {
		position: relative;
	}

	.pc-btn-more {
		display: block;
	}
	.contact-box-info {
		flex-direction: column;
		gap: 15px;
	}
	.breadcrumbs_box {
		margin-top: 30px;
	}
}

.section-faq .accordion .accordion-collapse a {
	color: #323232;
	text-decoration: none;
	font-family: Gilroy;
	font-weight: 500;
}

/*** SECTION HALF ***/
.section-half {
	position: relative;
}

.section-half .half-bg {
	pointer-events: none;
	position: absolute;
	inset: 0;
	height: 100%;
	width: 100%;
}

.section-half .left-part,
.section-half .right-part {
	flex: 0 0 50%;
	max-width: 50%;
	height: 100%;
	width: 100%;
}

.section-half .right-part img {
	height: 100%;
	width: 100%;
}

.section-half .ico-button {
	padding: 0;
}

.gifts-description,
.order-description {
	margin-bottom: var(--section-padding);
}

#section-gifts .single-product-img {
	height: 100%;
}

@media (max-width: 768px) {
	#section-gifts .single-product-img {
		max-height: 344px;
	}
}

.nav-li-float-righ {
	opacity: 100%;
	transition: 0.25s;
}

.nav-li-float-righ:hover {
	opacity: 75%;
}

.header-link {
	transition: all 0.5s;
}

.header-link:hover {
	color: var(--corporate-color-1) !important;
}

.policy-in-footer a {
	font-family: Gilroy;
	font-weight: 300;
	color: #f5f5f5;
	font-size: 14px;
}

.contacts a,
.contacts button,
.contacts p {
	font-family: HelveticaNeueCyr;
	font-weight: 500;
	font-size: 24px;
	text-align: start;
	color: var(--dark-color);
	transition: color 0.3s;
	line-height: 1;
}

.contacts button:hover,
.contacts a:hover {
	color: var(--corporate-color-1);
}

.min-home .home-section-height {
	min-height: auto;
	padding: 120px 0 200px 0;
}

.video-section.min-home .home-section-height {
	min-height: auto;
	padding: 170px 0 60px 0;
}

.main-home-section.min-home.single-home {
	min-height: auto;
}

@media (max-width: 992px) {
	.main-home-section {
		min-height: auto;
	}
	.main-home-section .home-section-height {
		padding: 0 0 60px 0;
	}

	.video-section.min-home .home-section-height {
		padding: 35px 0 60px 0;
	}

	.main-home-section .home-section-height-menu {
		background: rgba(0, 0, 0, 0.25);
	}

	.main-home-section .home-section-height-menu-ul {
		padding: 90px 0 0 0;
	}

	.parallax-home-section {
		min-height: 100%;
		height: 100%;
		background: url(../img/home-mobile.jpg) no-repeat;
		background-position: 50% 50%;
		background-size: cover;
	}
}

.bron {
	font-family: HelveticaNeue;
	font-weight: 900;
	font-size: 18px;
	color: var(--light-color);
}

.gallery-2691-wrapper.carousel-item::after {
	background: none;
}

.gallery-2691 {
	padding: 0;
	border: none;
	outline: none;
	border-radius: 10px;
}

.gallery-2691 .single-product-img img {
	border-radius: 10px;
}

.section .img-wrapper img {
	display: block;
	width: 100%;
	border-radius: var(--border-radius);
	transition: transform 0.3s ease;
}

.section .img-wrapper img.zoom-icon {
	width: 50px;
	height: 50px;
}

.section .img-wrapper {
	overflow: hidden;
	border-radius: var(--border-radius);
}

.button-gallery {
	position: relative;
	border-radius: 10px;
}

.button-gallery::after {
	border-radius: 10px;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
	opacity: 1;
	transition: 0.5s;
}

.button-gallery:hover:after {
	border-radius: 10px;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
	opacity: 0;
	transition: 0.5s;
}

.gallery-2691 .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: 0.3s;
}

.gallery-2691:hover .overlay,
.certificate-item:hover .overlay {
	opacity: 1;
}

.zoom-icon {
	width: 50px;
	height: 50px;
}

.bg-light .price-value,
.bg-light .price-name {
	background-color: #f5f5f5;
}

.price-item {
	display: flex;
	align-items: baseline;
	width: 100%;
	margin-bottom: 16px;
	position: relative;
	overflow: hidden;
}

.price-value {
	font-family: HelveticaNeueCyr;
	position: relative;
	z-index: 1;
	margin-left: auto;
	background-color: #fff;
	padding-left: 5px;
	font-weight: 500;
	color: #f60;
	font-size: 18px;
}

.price-name {
	font-family: HelveticaNeueCyr;
	margin-right: 10px;
	position: relative;
	z-index: 1;
	background-color: #fff;
	padding-right: 5px;
	font-weight: 400;
	font-size: 18px;
}

.price-item::after {
	content: '';
	position: absolute;
	bottom: 0.5em;
	width: 100%;
	border-bottom: 2px dotted #323232;
	margin: 0 10px;
}

.woocommerce-breadcrumb {
	font-size: 18px;
}

.prices-section td {
	border: none;
	border-bottom: 1px dotted black;
	padding: 0;
	padding-top: 25px;
	height: auto;
	line-height: 20px;
	vertical-align: bottom;
	font-family: HelveticaNeueCyr;
	font-weight: 300;
	font-size: 20px;
}

.prices-section td span {
	background: white;
	font-weight: 300;
	font-family: HelveticaNeueCyr;
	font-size: 20px;
	color: #323232;
}

.prices-section td span.price-discount {
	background: white;
	font-weight: 500;
	font-family: HelveticaNeueCyr;
	font-size: 20px;
	color: var(--corporate-color-1);
}

.prices-section td span.price-description {
	background: white;
	font-weight: 400;
	font-family: HelveticaNeueCyr;
	font-size: 16px;
	color: #323232;
}

.prices-section .prices-section-responsive .prices-section-responsive-text p {
	font-family: HelveticaNeueCyr;
	font-weight: 400;
	color: #323232;
	font-size: 18px;
	margin-bottom: 0;
}

.prices-section .prices-section-responsive .prices-section-responsive-phone a {
	font-family: HelveticaNeueCyr;
	font-weight: 400;
}

.prices-section .prices-section-responsive .prices-section-responsive-phone a span {
	color: #086d8f;
}

.prices-section .prices-section-responsive .prices-section-responsive-btn {
	padding: 12px 32px;
}

.section.bg-light.prices-section td,
.section.bg-light.prices-section td span,
.section.bg-light.prices-section td span.price-discount,
.section.bg-light.prices-section td span.price-description {
	background-color: #f5f5f5;
}

.review-description {
	font-family: Roboto;
	font-weight: 300;
	font-size: 18px;
	color: #4b4b4b;
}

.card-img-top {
	border-radius: var(--border-radius);
}

.card-title {
	font-family: HelveticaNeue;
	font-weight: 700;
	font-size: 24px;
	color: #4b4b4b;
	margin-block: 25px;
	line-height: 1;
}

.card-body span strong {
	font-family: Gilroy;
	font-weight: 400;
	font-size: 20px;
	color: #4b4b4b;
}

.card-text {
	font-family: Gilroy;
	font-weight: 300;
	font-size: 20px;
	line-height: 135%;
	color: #323232;
}

.card-text strong {
	font-family: HelveticaNeueCyr;
	font-weight: 500;
	font-size-adjust: from-font;
	font-size: 26px;
	color: var(--corporate-color-1);
	line-height: 1;
}

@media (max-width: 768px) {
	.card-text strong {
		font-size: 20px;
	}
}

.portfolio-item.hidden {
	display: none;
}

.single-post-section {
	min-height: 400px;
	background: url(img/arcvive-post-background.jpg) center;
	background-size: cover;
}

/*** VIDEO SECTION CUCINA***/
#video {
	padding-block: var(--section-padding);
}

#video-container nav {
	font-family: Gilroy-Light;
	font-size: 18px;
	color: #323232;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
}

#video-player {
	position: relative;
	z-index: 1;
}

#play-circle {
	width: 160px;
	height: 160px;
	background: url(../img/ico/play-border.svg) no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 100;
	transform: translate(-50%, -50%);
}

#play-circle:hover {
	background: url(../img/ico/play.svg) no-repeat;
	background-size: contain;
	position: absolute;
	cursor: pointer;
	transition: 0.25s;
}

#stop-circle {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 100;
	color: rgba(255, 255, 255, 0.25);
	display: none;
	font-size: 50px;
	cursor: pointer;
	transition: 0.25;
}

#stop-circle:hover {
	color: white;
}

#stop-circle i {
	position: absolute;
	right: 5%;
	bottom: 5%;
}

.section-glide {
	position: relative;
}

.glide__arrow--left,
.glide__arrow--right {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	padding: 0;
	text-align: center;
	transition: opacity 0.15s ease;
	background: transparent;
	border: none;
	outline: none;
	align-self: center;
}

.glide__arrow--left {
	left: -40px;
}

.glide__arrow--right {
	right: -40px;
}

@media (max-width: 1400px) {
	.glide__arrow--left {
		left: -20px;
	}

	.glide__arrow--right {
		right: -20px;
	}
}

@media (max-width: 992px) {
	.glide__arrow--left {
		left: -40px;
	}

	.glide__arrow--right {
		right: -40px;
	}
}

@media (max-width: 768px) {
	.glide__arrow--left {
		left: -40px;
	}

	.glide__arrow--right {
		right: -40px;
	}
}

@media (max-width: 576px) {
	.glide__arrow--left {
		left: 0;
	}

	.glide__arrow--right {
		right: 0;
	}
}

.glide__arrow--left img,
.glide__arrow--right img {
	position: absolute;
}

.certificate-item {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	cursor: pointer;
}

.certificate-item img {
	transition: transform 0.3s ease;
	border-radius: 10px;
	display: block;
	width: 100%;
}

.certificate-item:hover img {
	transform: scale(1.05);
}

.certificate-item .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: 0.3s;
}

.section-decor {
	padding-block: 60px;
}

@media (max-width: 768px) {
	.section-decor {
		width: 200px;
	}
}

@media (max-width: 1200px) {
	#navbar-brand-img {
		display: flex;
		justify-self: center;
	}
}

span.blockquote,
h3.blockquote {
	font-family: Gilroy;
	font-style: italic;
	font-weight: 500;
	font-size: 20px;
	color: var(--dark-color);
}

.menu-item-2 {
	margin-right: 100px;
}

.menu-item-3 {
	margin-right: 40px;
}

.menu-item-4 {
	margin-right: 40px;
}

@media (max-width: 1200px) {
	.menu-item-2 {
		margin-right: 40px;
	}

	.menu-item-3 {
		margin-right: 10px;
	}

	.menu-item-4 {
		margin-right: 10px;
	}
}

.honeycomb-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0px;
}

.honeycomb-container .row {
	display: flex;
	gap: 110px;
	justify-content: flex-start;
	width: 100%;
}

.honeycomb-container .row:nth-child(2) {
	margin-top: -150px;
}

.hexagon {
	width: 260px;
	height: 260px;
	transition: transform 0.3s ease;
}

.hexagon img {
	width: 100%;
	height: 100%;
	display: block;
}

/* ПК версия - 3 колонки */
@media (min-width: 1024px) {
	.honeycomb-container .row:nth-child(2) {
		margin-left: 360px;
	}
}

/* Уменьшение размера на экранах до 1260px */
@media (max-width: 1260px) and (min-width: 1024px) {
	.hexagon {
		width: 200px;
		height: 200px;
	}

	.honeycomb-container .row {
		gap: 70px;
	}

	.honeycomb-container .row:nth-child(2) {
		margin-top: -115px;
		margin-left: 259px;
	}
}

/* Планшет - 2 колонки по 3 элемента */
@media (max-width: 1023px) and (min-width: 768px) {
	.honeycomb-container {
		flex-direction: row;
		gap: 15px;
		align-items: flex-start;
	}

	.honeycomb-container .row {
		flex-direction: column;
		gap: 15px;
		align-items: flex-end;
	}

	.honeycomb-container .row:nth-child(2) {
		align-items: self-start;

		margin-top: 137px;
		margin-left: 0;
	}
}

/* Мобильная версия - 1 колонка */
@media (max-width: 767px) {
	.honeycomb-container {
		flex-direction: column;
		align-items: center;
	}

	.honeycomb-container .row {
		flex-direction: column;
		gap: 0;
		align-content: center;
	}

	.honeycomb-container .row:nth-child(2) {
		margin-top: 0;
	}

	.hexagon {
		width: 200px;
		height: 200px;
	}
}

.honeycomb-text-section .honeycomb-text-container {
	display: flex;
	justify-content: center;
	gap: 24px;
	flex-wrap: nowrap;
}

.hexagon-section {
	overflow: hidden;
}

.honeycomb-text-section .hexagon-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.honeycomb-text-section .hexagon {
	width: 240px;
	height: 240px;
	transition: transform 0.3s ease;
	margin-bottom: 20px;
}

.honeycomb-text-section .hexagon:hover {
	transform: scale(1.05);
}

.honeycomb-text-section .hexagon img {
	width: 100%;
	height: 100%;
	display: block;
}

.honeycomb-text-section .tablet-layout {
	display: none;
}

/* Уменьшение размера на экранах до 1400px */
@media (max-width: 1400px) and (min-width: 1025px) {
	.honeycomb-text-section .hexagon {
		width: 180px;
		height: 180px;
	}
}

/* Планшет - 2 колонки (3 и 2 элемента) */
@media (max-width: 1024px) and (min-width: 768px) {
	.honeycomb-text-section .honeycomb-text-container {
		display: none;
	}

	.honeycomb-text-section .tablet-layout {
		display: flex;
		flex-direction: row;
		gap: 30px;
		align-items: flex-start;
		justify-content: center;
	}

	.honeycomb-text-section .tablet-column {
		display: flex;
		flex-direction: column;
		gap: 30px;
	}

	.honeycomb-text-section .tablet-column:nth-child(2) {
		margin-top: 100px;
	}
}

/* Мобильная версия - 1 колонка */
@media (max-width: 767px) {
	.honeycomb-text-section .honeycomb-text-container {
		flex-direction: column;
		align-items: center;
		gap: 0;
	}

	.honeycomb-text-section .hexagon {
		width: 180px;
		height: 180px;
	}
}

.home-video-section .video-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -2;
}

.home-video-section video {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	left: 0;
	top: 0;
}

.main-home-section.video-section {
	position: relative;
	min-height: 800px;
}

@media (max-width: 576px) {
	.main-home-section.video-section {
		min-height: 500px;
	}
}

.site-blocks-cover.home-video-section {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.site-blocks-cover.home-video-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    z-index: 0;
    pointer-events: none;
}
