/*** ALL ***/
:root {
	--color-accent: #ff6600;
	--color-accent-hover: #eb5e00;
	--border-radius: 10px;
	--white-color: #c8c8c8;
	--header-height: 134px;
	--white: #f5f5f5;
	--font3: 'Roboto';
	--font4: 'Helvetica Neue';
	--font5: Gilroy;
	--section-padding: clamp(1.875rem, 1.193rem + 3.41vw, 3.75rem);
	--section-margin-bottom: clamp(1.875rem, 1.193rem + 3.41vw, 3.75rem);
	--section-font-size: clamp(1.5rem, 1.364rem + 0.68vw, 1.875rem);
}

html,
body {
	overflow-x: hidden;
}

body {
	font-family: HelveticaNeueCyr;
}

/*** END ALL ***/

h1 {
	font-family: var(--font3);
	color: white;
	font-size: clamp(1.625rem, 1.444rem + 0.74vw, 2rem);
	text-transform: uppercase;
	line-height: 1.25;
}

h2 {
	font-family: var(--font3);
	font-size: clamp(1.5rem, 1.319rem + 0.74vw, 1.875rem);
	line-height: normal;
	font-weight: 700;
}

h2.header-sub-title {
	font-family: var(--font3);
	color: #ffffff;
	font-size: 40px;
}

.order-section h2 {
	max-width: 570px;
	font-family: var(--font3);
}

h3 {
	font-family: var(--font3);
	font-size: clamp(1rem, 0.88rem + 0.49vw, 1.25rem);
}

h4 {
	font-family: var(--font3);
	font-size: 1.25rem;
	font-weight: 700;
}

h5,
.form-check-label {
	font-family: var(--font3);
	margin-bottom: 0;
}

p {
	font-family: var(--font3);
	font-size: clamp(1rem, 0.88rem + 0.49vw, 1.25rem);
	line-height: 1.5;
}

ul li,
ol li {
	line-height: 1.5;
	text-wrap: wrap;
}

a {
	color: var(--color-accent);
	text-decoration: none;
}

a:hover {
	color: var(--color-accent-hover);
}

.bg-image {
	background: linear-gradient(180deg, rgba(50, 50, 50, 0.9) 0%, rgba(50, 50, 50, 0.9) 35%, rgba(50, 50, 50, 0.9) 100%), url('../img/background-section.jpg');

	background-attachment: fixed;
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
}

.bg-linear-gradient {
	position: relative;
}

.bg-linear-gradient::after {
	content: '';
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 70%, rgba(0, 0, 0, 0.75) 100%);

	opacity: 1;
	transition: opacity 0.3s ease;
	z-index: 1;
	pointer-events: none;
}

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

@media (max-width: 992px) {
	.header-nav-bottom.bg-transparent {
		background: #fff !important;
	}
}

.work-item:hover.bg-linear-gradient::after {
	opacity: 0;
}

.portfolio-product:hover.bg-linear-gradient::after {
	opacity: 0;
}

.portfolio-product-card,
.portfolio-product,
.portfolio-product .single-product-img,
.portfolio-product .single-product-img img {
	border-radius: 5px !important;
	overflow: hidden;
}

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

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

.section-title h1,
.section-title h2,
.section-title h3,
.section-title h4,
.section-title h5,
.section-title h6 {
	font-weight: 600;
	font-size: var(--section-font-size);
	line-height: normal;
	color: #4b4b4b !important;
}

@media (max-width: 768px) {
	.section-title h1,
	.section-title h2,
	.section-title h3,
	.section-title h4,
	.section-title h5,
	.section-title h6 {
		line-height: 1;
	}
}

.section .section-image {
	/* padding: 12px; */
}

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

.section .img-wrapper img {
	display: block;

	border-radius: var(--border-radius);
	transition: transform 0.3s ease;
}

.section .img-wrapper:hover img {
	transform: scale(1.05);
}

.text-min {
	font-family: var(--font3);
	font-weight: 400;
	font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
	color: var(--white);
}

.text-muted.text-min {
	--bs-secondary-color: var(--white);
}

.text-min-text {
	font-size: 14px;
}

.bg-dark {
	background-color: #323232;
}

.text-secondary {
	--bs-secondary-rgb: 125, 125, 125;
}

.breadcrumb,
.breadcrumb p {
	font-family: var(--font3);
	font-weight: 300;
	font-size: 18px;
	color: #7d7d7d;
	text-wrap: nowrap;
	cursor: default;
}

.breadcrumb-item a {
	transition: color 0.3s ease;
	cursor: default;
}

.breadcrumb-item a[href]:hover {
	color: var(--color-accent-hover) !important;
	cursor: pointer;
}

.breadcrumb-item,
.breadcrumb-item.active {
	--bs-breadcrumb-item-active-color: #7d7d7d;
	--bs-breadcrumb-divider-color: #7d7d7d;
	margin-bottom: 0;
}

.bg-image .breadcrumb-item,
.bg-image .breadcrumb-item.active {
	--bs-breadcrumb-item-active-color: #fff;
	--bs-breadcrumb-divider-color: #fff;
	color: #fff;
}

.breadcrumb img {
	margin-bottom: 5px;
}

/* END FONTS */

/* TABLE */
th,
td {
	border: 1px solid #c7c7c7;
	vertical-align: middle;
	height: 48px;
	font-family: var(--font3);
	font-size: 18px;
}

.thead td {
	font-family: var(--font3);
	font-size: clamp(1rem, 0.88rem + 0.49vw, 1.25rem);
	height: 68px;
	vertical-align: middle;
	background: #f5f5f5;
	color: #323232;
}

td span {
	font-family: var(--font3);
}
/* END TABLE */

/*** BUTTONS ***/

.btn {
	--bs-btn-padding-x: 2.0625rem;
	--bs-btn-padding-y: 0.75rem;
	--bs-btn-font-family: var(--font4);
	--bs-btn-font-size: 1rem;
	--bs-btn-font-weight: 600;
	--bs-btn-line-height: 1.5;
	--bs-btn-color: #fff;
	--bs-btn-bg: transparent;

	--bs-border-radius: 5px;
	--bs-border-width: 0;
	--bs-btn-box-shadow: none;
	--bs-btn-disabled-opacity: 0.65;
}

.btn-primary {
	--bs-btn-hover-bg: var(--color-accent-hover);

	background: var(--color-accent);
}

.btn-primary:active {
	--bs-btn-active-bg: var(--color-accent-hover);
	--bs-btn-active-border-color: var(--color-accent-hover);
	--bs-btn-active-color: #fff;
}

.btn-close {
	--bs-btn-close-bg: url(../img/ico/close.svg) !important;
}

.btn-close:focus {
	--bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(224, 167, 83, 0.25);
}

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

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

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

.navbar-toggler-icon {
	--bs-navbar-toggler-icon-bg: url(../img/ico/navbar-toggler-icon.svg);
}

.navbar-toggler:focus {
	box-shadow: 0 0 0 0.25rem rgba(224, 167, 83, 0.25);
}

.dropdown-item.active,
.dropdown-item:active {
	--bs-dropdown-link-active-bg: rgba(228, 151, 38, 0.3);
	--bs-dropdown-link-active-color: #323232;
}
/*** END BUTTONS ***/

/*** HEADER ***/

/* .header-nav-top {
	background-color: #f5f5f5;
	border-bottom: 1px solid #e1e1e1;
} */

.header-nav-top.bg-transparent {
	border-bottom: 1px solid #7d7d7d;
}

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

.header-nav-top.bg-transparent .nav-link {
	color: var(--white-color);
}

.header-nav-top.bg-transparent .top-menu-tel {
	color: #c8c8c8;
}

.header-nav-top .top-menu-tel {
	font-size: 14px;
	font-weight: 700;
	color: #c8c8c8;
}

/* .header-nav-bottom {
	z-index: 10;
	background-color: #fff;
} */

.header-nav-bottom .nav-link {
	font-weight: 500;
}

.header-nav-bottom .nav-link.show,
.header-nav-bottom .nav-link:hover {
	color: var(--color-accent);
}

.header-nav-bottom .nav-link.active {
	--bs-navbar-active-color: var(--color-accent);
}

.nav-link.dropdown-toggle::after {
	height: inherit;
}

.dropdown-toggle::after {
	content: url(../img/ico/chevron-down-solid.svg);
	height: 5px;
	width: 10px;
	vertical-align: initial;
	margin-left: 16px;
	border: none;
}

.header-top {
	position: relative;
	z-index: 100;
}

.header-top .dropdown-item.nav-item {
	transition: color 0.3s ease;
	text-transform: uppercase;
	font-size: 14px;
}

@media (max-width: 992px) {
	.header-top .dropdown-item.nav-item {
		font-size: 0.75rem;
	}
}

.dropdown-item.nav-item {
	transition: color 0.3s ease;
}

.dropdown-item.nav-item:hover {
	--bs-dropdown-link-hover-color: var(--color-accent);
}

.header-top .dropdown-item.nav-item:hover {
	color: var(--color-accent);
}

.navbar-nav .dropdown-menu .header-top .dropdown-item.nav-item {
	font-size: 12px;
	text-wrap: wrap;
}

.hr-top {
	color: rgba(225, 225, 225, 0.5);
	margin: 0;
}

.header-nav-bottom .navbar-nav {
	--bs-nav-link-color: #4b4b4b;
}

.header-nav-bottom .navbar-nav .dropdown-item.nav-item,
.footer .dropdown-item.nav-item {
	font-size: 14px;
	text-transform: uppercase;
}

.header-nav-bottom.bg-transparent .navbar-nav {
	--bs-nav-link-color: var(--white-color);
}

.header-top .nav-link,
.header-top .top-menu-tel {
	text-transform: uppercase;
	transition: color 0.3s ease;
	font-size: 14px;
	color: #c8c8c8;
	font-family: HelveticaNeueCyr;
	transition: all 0.3s;
}

.header-top button.nav-link {
	text-transform: initial;
}

@media (min-width: 992px) {
	.header-top .nav-link,
	.header-top .top-menu-tel {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
	}
}

.header-top .nav-link.nav-link-text {
	text-transform: initial;
	font-weight: 300;
}

.header-top .nav-link:hover,
.header-top .top-menu-tel:hover {
	opacity: 0.85;
}
/*** END HEADER ***/

/*** HOME CAROUSEL ***/
#sliding-header {
	position: fixed;
	top: calc(-1 * var(--header-height));
	left: 0;
	width: 100%;
	z-index: 1050;
	transition: 0.3s;
	opacity: 0;
	background-color: white;
}

@media (max-width: 992px) {
	#sliding-header {
		top: 0;
		opacity: 1;
	}
}

#carouselMain {
	height: 100vh;
	margin-top: calc(-1 * var(--header-height));
}

#carouselMain h1,
#carouselMain h2 {
	font-weight: 700;
	font-size: clamp(1.625rem, 1.444rem + 0.74vw, 2rem);
	line-height: 1.25;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	font-family: var(--font5);
}

.carousel-inner,
.carousel-item {
	height: 100%;
}

.carousel-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: -1;
}

.carousel-content {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 0;
}

.carousel-center-image {
	max-width: 300px;
	margin-bottom: 20px;
}

.carousel-item::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.5) 35%, rgba(0, 0, 0, 0.5) 100%);
	z-index: -1;
}

.carousel-control-next,
.carousel-control-prev {
	transition: all 0.3s ease;
	opacity: 1;
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
	opacity: 0.6;
}

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

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

#sliding-header-collapse .nav-item .nav-link {
	text-transform: uppercase;
	font-size: 14px;
}

#sliding-header-collapse .nav-item .nav-link.top-menu-tel {
	font-size: 18px;
}

#sliding-header-collapse .nav-item span,
#sliding-header-collapse .nav-item .text {
	font-size: 14px;
}

@media (max-width: 1200px) {
	:root {
		--header-height: 161px;
	}
}
/* Медиа-запрос для мобильных устройств */
@media (max-width: 992px) {
	:root {
		--header-height: 76px;
	}

	#carouselMain {
		margin: initial;
	}

	.header-nav-bottom {
		background-color: #fff;
	}

	.header-nav-bottom:has(.navbar-toggler[aria-expanded='true']) {
		background-color: #fff;
	}

	.header-nav-bottom .container {
		background-color: #fff;
	}

	.header-nav-bottom .navbar-brand img {
		max-width: 170px;
	}

	#sliding-header .top-menu-tel,
	.header-nav-bottom .top-menu-tel-wrapper {
		font-size: 18px;
	}

	#sliding-header .top-menu-tel,
	.header-nav-bottom .top-menu-tel-wrapper .top-menu-tel {
		font-weight: 700;
	}

	#sliding-header .top-menu-tel,
	.header-nav-bottom .nav-link.top-menu-tel {
		color: #4b4b4b;
	}

	.header-nav-bottom .nav-link {
		color: #323232;
	}

	.carousel-title {
		font-size: 2rem;
	}

	.carousel-center-image {
		max-width: 200px;
	}

	.header-top {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		width: 100%;
	}
}

@media (max-width: 578px) {
	.header-nav-bottom .navbar-brand img {
		height: 40px;
	}
}

/*** END HOME CAROUSEL ***/

.section .section-content-grid img {
	margin-right: clamp(1rem, 0.636rem + 1.82vw, 2rem);
}

@media (max-width: 768px) {
	.section .section-content-grid img {
		max-width: 40px;
		height: 100%;
	}
}

.section-content-grid h1,
.section-content-grid h2,
.section-content-grid h3,
.section-content-grid h4 {
	line-height: 1.5;
}

.section-grid-right p {
	font-family: var(--font3);
	font-weight: 400;
	font-size: clamp(1rem, 0.88rem + 0.49vw, 1.25rem);
}

.section-grid-ul {
	font-family: var(--font3);
	font-weight: 400;
	font-size: clamp(1rem, 0.88rem + 0.49vw, 1.25rem);
}

.section-grid-ul-title {
	font-weight: 700;
	font-size: clamp(1rem, 0.88rem + 0.49vw, 1.25rem);
	line-height: 1.5;
	color: var(--white);
}

.section-grid-ul-list li {
	font-size: clamp(1rem, 0.88rem + 0.49vw, 1.25rem);
}

.section-grid-ul-list li:not(:last-of-type) {
	margin-bottom: 1rem;
}

.section-grid-ul-list.section-grid-ul-list-no-margin li {
	margin-bottom: 1rem;
}

.section-glide {
	position: relative;
}

.section-glide .glide {
	position: inherit;
}

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

.glide__arrow--left {
	left: 0;
}

.glide__arrow--right {
	right: 0;
}

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

.section-director {
	overflow: hidden;
}

.section-director h2 {
	font-weight: 700;
	line-height: 1;
}

.section-director h4 {
	font-weight: 400;
	font-size: clamp(1rem, 0.88rem + 0.49vw, 1.25rem);
	line-height: 1;
	margin-bottom: 5px;
}

.section-director p {
	font-style: italic;
	font-size: clamp(1rem, 0.88rem + 0.49vw, 1.25rem);
	margin-top: clamp(1.25rem, 0.795rem + 2.27vw, 2.5rem);
	margin-bottom: 0;
}

.section-director .section-director-img {
	margin-bottom: calc(-1 * var(--section-margin-bottom));
}

.section-director .section-director-img img {
	object-fit: cover;
}

/*** FOOTER ***/

.footer.bg-dark {
	background: url(../img/footer-background.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.footer .nav-link {
	--bs-nav-link-padding-x: 0.5rem;
	transition: color 0.3s ease;
}

.footer .nav-link:hover {
	color: var(--color-accent);
}

.footer .footer-nav .nav-link:hover {
	color: var(--color-accent);
}

.footer .dropdown-toggle::after {
	margin-left: 1rem;
}
.footer .navbar-nav {
	color: var(--white-color);
	font-family: var(--font3);
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
}

.footer .navbar-nav span {
	text-transform: initial;
}

.footer .navbar-nav .footer-mail {
	text-transform: initial;
}

.footer .navbar-nav .active {
	color: var(--color-accent);
}

.footer .footer-nav .nav-link {
	font-weight: 400;
	font-size: 14px;
	color: var(--white-color);
}

.footer .top-menu-tel {
	font-family: HelveticaNeueCyr;
	font-weight: 600;
	font-size: 20px;
	color: #e1e1e1;
}

.footer .top-menu-tel.active {
	color: var(--color-accent);
}

.footer .footer-icon {
	padding-top: 26px;
}

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

.footer .navbar-nav .nav-item .nav-link {
	font-weight: 500;
	font-family: HelveticaNeueCyr;
	color: #ebebeb;
	transition: all 0.3s;
}

.footer .navbar-nav .nav-item .nav-link:hover {
	color: var(--color-accent);
}

.footer .navbar-nav .nav-item .nav-link.active {
	color: var(--color-accent);
}

@media (max-width: 1200px) {
	.footer .navbar-nav .nav-item .nav-link {
		color: #c8c8c8;
	}
}

#company-in-footer {
	font-family: HelveticaNeueCyr;
	font-size: 14px;
	font-weight: 300;
}

#im-in-footer {
	font-family: HelveticaNeueCyr;
	font-size: 16px;
	font-weight: 300;
	color: #ebebeb;
}

#im-in-footer a,
.policy-in-footer a {
	color: #ebebeb !important;
	text-decoration: underline;
	font-weight: 300;
	font-size: 16px;
	transition: all 0.3s;
}

#im-in-footer a:hover,
.policy-in-footer a:hover {
	color: var(--color-accent) !important;
}

a.nav-link.ico-button {
	transition: all 0.3s;
}

a.nav-link.ico-button:hover {
	opacity: 0.75;
}

.footer hr {
	margin-top: 0;
}

.footer-menu .nav-link {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	color: #ebebeb;
}

.footer-menu .nav-link.active {
	color: var(--color-accent);
}

.footer-menu .nav-link:hover {
	color: var(--color-accent);
}

.footer-menu .dropdown-menu .nav-item {
	transition: all 0.3s;
}

.footer-menu .dropdown-menu .nav-item:hover {
	color: var(--color-accent-hover);
}

.footer-menu .dropdown-menu .nav-item:hover {
	color: var(--color-accent-hover);
}

.footer-menu .dropdown-menu .dropdown-item.active,
.footer-menu .dropdown-menu .dropdown-item:active {
	color: #323232;
}

/*** END FOOTER ***/
.hero-section {
	position: relative;
	height: 360px;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.hero-content {
	position: relative;
	z-index: 2;
}

.hero-content h1 {
	font-weight: 700;
	font-family: var(--font5);
	font-size: clamp(1.625rem, 1.489rem + 0.68vw, 2rem);
	line-height: 1.25;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 0;
}

@media (max-width: 992px) {
	.hero-content h1 {
		margin-top: 100px;
	}
}

@media (max-width: 578px) {
	.hero-content h1 {
		margin-top: 70px;
	}
}

/* Для мобильных устройств */
@media (max-width: 768px) {
	.hero-section {
		background-attachment: scroll;
		background-size: cover;
		background-position: center;
	}
}

.work-item {
	--border-radius: 5px;

	transition: transform 0.3s ease;
	border-radius: var(--border-radius);
	max-height: 277px;
	height: 100%;
}

.work-item:hover .work-image {
	transform: scale(1.05);
}

.work-image {
	transition: transform 0.3s ease;
	max-height: 277px;

	object-fit: cover;
	object-position: center;
}

.work-text {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 24px;

	font-family: var(--font3);
	font-weight: 700;
	font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
	color: #e1e1e1;
	z-index: 2;
}

.work-text p {
	font-family: var(--font5);
	line-height: 1.2;
	margin-bottom: 0;
	font-weight: 600;
	font-size: 22px;
}

@media (max-width: 768px) {
	.work-text p {
		font-size: 18px;
	}
}

#map2 {
	height: 650px;
}

#map2 > ymaps {
	border-radius: 10px;
	overflow: hidden;
}

@media (max-width: 992px) {
	.section-certificates .container-fluid {
		max-width: 720px;
	}
}

@media (max-width: 768px) {
	.section-certificates .container-fluid {
		max-width: 540px;
	}
}

.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;
	background: rgba(0, 0, 0, 0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: 0.3s;
}

.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;
}

#certCarousel .carousel-item::after {
	background: none;
}

#modalImage {
	max-width: 100%;
	max-height: 80vh;
	object-fit: contain;
}

@media (max-width: 768px) {
	#certCarousel .carousel-control-next,
	#certCarousel .carousel-control-prev {
		height: max-content;
		top: 50%;
		transform: translateY(-50%);
	}
}

#callbackModal h5 {
	color: #323232;
}

#callbackModal p {
	color: #323232;
}

#callbackModal .btn-corporate-color-1 {
	background-color: var(--color-accent);
	transition: all 0.3s;
}

#callbackModal .btn-corporate-color-1:hover {
	background: var(--color-accent-hover);
	color: #fff;
}

.form-control:focus {
	box-shadow: 0 0 0 0.25rem rgba(224, 167, 83, 0.25);
	border-color: var(--color-accent);
}

.section-contacts a {
	transition: color 0.3s;
	color: #323232;
}

.section-contacts a:hover {
	color: var(--color-accent-hover);
}

/***
section-advantages
***/
.section-advantages h4 {
	font-size: 18px;
	color: #323232 !important;
}

/***
end section-advantages
***/

.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.3s;
}

.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.3s;
}

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

@media (max-width: 768px) {
	.price-item {
		flex-direction: column;
	}
}

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

.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;
}

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

/*** HOME SECTION ***/

/** Main home section **/
.main-home-section {
	min-height: 580px;
} /** End main home section **/

.home-subtitle {
	font-family: Gilroy-Light;
	font-size: 24px;
	line-height: 32px;
	color: #ebebeb;
}

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

/** Main home section **/
.home-section-height {
	min-height: 278px;
	margin-top: 60px;
}

@media (max-width: 1200px) {
	.home-section-height {
		margin-top: 20px;
	}

	.home-section-height.service-page {
		margin-top: 40px;
	}
}

.service-page p {
	font-family: Gilroy;
	line-height: 135%;
	color: #323232;
}

@media (max-width: 991.98px) {
	.home-section-height {
		min-height: 580px;
		padding-top: 70px;
		padding-bottom: 60px;
	}
}
/** End main home section **/

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

@media (max-width: 768px) {
	.parallax-home-section {
		min-height: 700px;
		background-position: 50% 60%;
		top: 0;
	}
}

/* End parallax home section */

.home-title {
	font-family: var(--font3);
	font-weight: 700;
	font-size: 60px;
	color: #ebebeb;
	text-transform: initial;
	line-height: normal;
}

@media (max-width: 768px) {
	.home-title {
		font-size: 40px;
	}
}

@media (max-width: 568px) {
	.home-title.home-title-main {
		font-size: 30px;
	}
}

.container .option_item {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}

.container .option_item .checkbox {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
}

.option_item .option_inner {
	width: 100%;
	height: auto;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
	color: #585c68;
	display: block;
	/*border: 5px solid transparent;*/
	position: relative;
}

.shadow-wrapper {
	background-image: url(../img/quiz/ico/checked.svg);
	background-color: rgba(0, 0, 0, 0.5);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	padding: 15px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
}

.checkbox:checked ~ .option_inner .shadow-wrapper {
	opacity: 50;
}

.shadow-wrapper-decoration {
	width: 100%;
	height: 100%;
	border: 1px solid rgba(255, 81, 71, 0.75);
	border-radius: 5px;
}

.shadow-wrapper-box {
	background-image: url(../img/quiz/ico/checked-background.svg);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	padding: 15px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
}

.checkbox:checked ~ .option_inner .shadow-wrapper-box {
	opacity: 1;
}

/* Input file */
.custom-file-button input[type='file'] {
	/* margin-left: -2px; */
	color: #323232;
	font-family: Gilroy;
}

.custom-file-button input[type='file']::-webkit-file-upload-button {
	display: none;
}

.custom-file-button input[type='file']::file-selector-button {
	display: none;
}

.custom-file-button:hover label {
	background-color: var(--color-accent);
	cursor: pointer;
}

.custom-file-button .form-control {
	border: none;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border: none;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
	margin-left: 0;
	padding-top: 10px;
}

.input-group-text {
	display: flex;
	align-items: center;
	padding-top: 5px;
	padding-left: 55px;
	padding-right: 55px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	white-space: nowrap;
	background-color: var(--color-accent);
	border: 1px solid var(--color-accent);
	border-radius: 0.25rem;
	color: #ffff;
	font-family: var(--font4);
	font-size: 16px;
	transition: 0.2s;
}
/* End input file */

.modal-body p {
	font-family: Gilroy;
	color: #323232;
	font-size: 18px;
}

.form-control {
	font-family: Gilroy;
	font-size: 16px;
}

.modal-header .modal-title {
	font-weight: 600;
	font-family: var(--bs-font-sans-serif);
}

@media (max-width: 992px) {
	#sliding-header-collapse .nav-item .nav-link {
		color: #4b4b4b;
		font-family: Gilroy;
		font-weight: 500;
	}

	#sliding-header-collapse .nav-item .nav-link.active {
		color: var(--color-accent);
	}

	.dropdown-item {
		color: #4b4b4b;
		font-family: Gilroy;
		font-weight: 500;
		text-transform: uppercase;
		font-size: 14px;
		color: #323232;
	}

	#sliding-header-collapse .nav-item span {
		font-size: 12px;
		font-family: HelveticaNeueCyr;
		font-weight: 300;
		text-transform: none;
	}

	#sliding-header-collapse .nav-item .nav-link.top-menu-tel {
		color: #4b4b4b;
		font-family: HelveticaNeue;
		font-weight: 700;
	}
}

/* #carousel-2691,
.gallery-2691 .single-product-img,
.gallery-2691 .single-product-img .single-product-img-img {
	height: 100%;
} */

.gallery-2691-wrapper,
.gallery-2691,
.gallery-2691 .single-product-img {
	max-height: 400px;
}

.gallery-2691 .single-product-img img {
	object-fit: cover;
}

.section-contacts button:hover {
	color: var(--color-accent);
}

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

.p-text {
	font-weight: 300;
	color: #323232;
}

.price-h4 {
	font-family: Gilroy;
	font-weight: 600 !important;
	font-size: 26px !important;
	color: #4b4b4b;
}

.service-portfolio .section-title h1,
.service-portfolio .section-title h2,
.service-portfolio .section-title h3,
.service-portfolio .section-title h4,
.service-portfolio .section-title h5,
.service-portfolio .section-title h6 {
	text-wrap: balance;
}

.prices-section td {
	border: none;
	border-bottom: 1px dotted black;
	padding: 0;
	padding-top: 50px;
	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: #323232;
}

.prices-section td span.price-description {
	background: white;
	font-weight: 300;
	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-alt-light.prices-section td,
.section.bg-alt-light.prices-section td span,
.section.bg-alt-light.prices-section td span.price-discount,
.section.bg-alt-light.prices-section td span.price-description {
	background-color: #f5f5f5;
}
